@charset "UTF-8";

:root {
  --secondary-color: #F65005;
  --secondary-color2: #FF7800;
  --theme-color: #3CB815;
  --theme-color2: #35A212;
  --theme-color3: #76A713;
  --theme-color4: #e0f1db;
  --yellow-color: #FFC107;
  --light-color: #707070;
  --light-color2: #AAAAAA;
  --white-color: #FFFFFF;
  --black-color: #000000;
  --dark-color: #242424;
  --sky-color: #647589;
  --border-color: #AEAEBF;
  --border-color2: #E4E4E4;
  --border-dark: #383434;
  --bg-gray-color: #F7F8FC;
  --gray-color: #FAFBFE;
  --gray-color2: #F5F5F5;
  --text-gray-color: #555;
  --font-lato: 'Lato', sans-serif;
  --font-lora: 'Lora', serif;
  --font-poppins: 'Poppins', sans-serif;
  --body-font-size: 1.5rem;
  --body-font-weight: 400;
  --body-line-height: 27px;
  --headings-weight: 700;
  --transition: all 0.3s ease 0s;
  --container-fluid-offset: 10rem
}

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

.color-scheme-2 {
  --secondary-color: #3CB815
}

.color-scheme-3 {
  --secondary-color: #76A713
}

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

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

body {
  font-family: var(--font-lato);
  font-size: var(--body-font-size, 15px);
  font-weight: var(--body-font-weight);
  font-style: normal;
  line-height: var(--body-line-height, 27px);
  position: relative;
  visibility: visible;
  overflow-x: hidden;
  color: var(--black-color);
  background-color: var(--white-color)
}

@media only screen and (max-width:991px) {
  body {
    font-size: 14px;
    line-height: 25px
  }
}

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

.h1,
h1 {
  font-size: 2.6rem;
  line-height: 3.5rem;
  font-weight: var(--headings-weight);
  font-family: var(--font-lora)
}

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

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

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

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

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

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

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

  .h1,
  h1 {
    font-size: 4rem;
    line-height: 5.2rem
  }
}

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

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

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

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

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

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

.h2,
h2 {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 500;
  font-family: var(--font-lora)
}

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

  .h2,
  h2 {
    font-size: 2.4rem;
    line-height: 2.6rem
  }
}

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

  .h2,
  h2 {
    font-size: 2.6rem;
    line-height: 2.8rem
  }
}

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

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

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

@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.8rem
  }
}

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

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

.h4,
h4 {
  font-size: 1.5rem;
  line-height: 2.7rem;
  font-weight: 400
}

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

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

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

  .h4,
  h4 {
    font-size: 1.7rem;
    line-height: 3rem
  }
}

.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,
p {
  margin-top: 0;
  margin-bottom: 1.8rem
}

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

  .p,
  p {
    line-height: 2.5rem
  }
}

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

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

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:768px) {
  .container-fluid {
    --offset-fluid: 3rem
  }
}

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

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

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

@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: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%
  }
}

@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%
  }

  .col-xl-none {
    display: none
  }
}

@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%
  }

  .col-xxl-block {
    display: block
  }
}

@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:575px) {
  .d-sm-none {
    display: none
  }
}

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

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

  .d-sm-2-none {
    display: none
  }

  .custom-col {
    width: 100%
  }
}

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

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

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

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

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.d-none {
  display: none !important
}

.display-block {
  display: block
}

@media only screen and (min-width:768px) {
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@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:1200px) {
  .d-xl-block {
    display: block !important
  }
}

@media (min-width:1400px) {
  .d-xxl-block {
    display: block !important
  }
}

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

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

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

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

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

  .d-md-block {
    display: block
  }
}

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

  .d-md-2-block {
    display: block
  }

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

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

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

@media only screen and (min-width:768px) {
  .btn {
    line-height: 4rem;
    height: 4rem;
    padding: 0 2.2rem
  }
}

@media only screen and (min-width:992px) {
  .btn {
    line-height: 4.2rem;
    height: 4.2rem;
    padding: 0 2.5rem
  }
}

@media only screen and (min-width:1200px) {
  .btn {
    line-height: 4.4rem;
    height: 4.4rem;
    padding: 0 2.8rem
  }
}

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

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

#scroll__top {
  position: fixed;
  bottom: 70px;
  right: 25px;
  z-index: 99;
  outline: 0;
  background-color: var(--theme-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;
  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
}

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

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

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

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

.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-black {
  color: var(--black-color)
}

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

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

.bg__primary2 {
  background: var(--secondary-color2)
}

.bg__secondary {
  background: var(--theme-color)
}

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

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

.product__bg {
  background: var(--gray-color2)
}

.bg__black {
  background: var(--black-color)
}

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

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

.position__relative {
  position: relative
}

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

.border-0 {
  border: none
}

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

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

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

.section--padding {
  padding-top: 1rem;
  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: 6rem;
    padding-bottom: 6rem
  }
}



.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: 3rem
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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:768px) {
  .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
}

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

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

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

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

.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%;
  padding-bottom: 5rem
}

.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(--theme-color);
  line-height: 3.8rem;
  border-radius: 50%;
  color: var(--white-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
}

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

.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:hover .offcanvas__stikcy--toolbar__icon {
  background: var(--secondary-color);
  color: var(--white-color)
}

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

.offcanvas__stikcy--toolbar__icon {
  width: 3rem;
  height: 3rem;
  text-align: center;
  background: var(--theme-color);
  line-height: 3.8rem;
  border-radius: 50%;
  color: var(--white-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
}

.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: 1rem .5rem;
  -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__menu.header__sticky--block {
  display: block !important;
  padding-left: 0
}

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

.header__sticky.sticky .header__account.header__sticky--block {
  display: block
}

.header__sticky.sticky .header__account.header__sticky--none {
  display: none
}

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

.header__bottom.bg__secondary.header__sticky.sticky {
  background: var(--white-color)
}

.header__topbar {
  padding: 8px 0
}

@media only screen and (min-width:768px) {
  .header__topbar {
    padding: 10px 0
  }
}

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

.header__shipping {
  margin-right: 15px
}

@media only screen and (max-width:767px) {
  .header__shipping {
    margin-right: 0
  }
}

.header__shipping--icon {
  vertical-align: middle;
  margin-right: 13px
}

@media only screen and (max-width:767px) {
  .header__shipping--icon {
    margin-right: 5px;
    max-width: 26px
  }
}

.header__shipping--text {
  font-size: 1.4rem
}

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

@media only screen and (min-width:768px) {
  .header__shipping--text {
    font-size: 1.5rem
  }
}

.header__topbar--countdown .countdown__text {
  display: none
}

@media only screen and (max-width:767px) {
  .header__topbar--countdown {
    display: none !important
  }
}

.countdown__item {
  padding-right: 10px;
  margin-right: 8px;
  position: relative
}

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

.countdown__item:last-child::before {
  display: none
}

.countdown__item::before {
  position: absolute;
  content: ":";
  top: 47%;
  right: 0;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  color: var(--white-color);
  font-size: 18px
}

.countdown__number {
  width: 3.7rem;
  height: 3rem;
  line-height: 3rem;
  background: var(--white-color);
  text-align: center
}

.main__header {
  padding: 11px 0
}

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

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

.main__logo--link {
  display: block
}

.main__logo--img {
  max-width: 120px;
  display: block
}

@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: 100%
  }
}

.main__logo--title {
  line-height: 1
}

.select {
  position: relative
}

.select::before {
  border-bottom: 2px solid var(--black-color);
  border-right: 2px solid var(--black-color);
  content: '';
  display: block;
  height: 7px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 7px;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: .7
}

.header__select--inner {
  border: 0;
  background: var(--gray-color2);
  height: 50px;
  padding: 0 33px 0 18px;
  border-radius: 30px 0 0 30px;
  -webkit-appearance: none;
  cursor: pointer
}

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

.header__search--box {
  position: relative;
  width: 350px
}

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

.header__search--input {
  width: 100%;
  border: 2px solid var(--border-color2);
  border-left: 0;
  height: 50px;
  border-radius: 0 30px 30px 0;
  padding: 0 116px 0 22px
}

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

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

.header__search--button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 0;
  font-weight: 500;
  padding: 0 30px;
  font-size: 14.5px;
  border-radius: 0 30px 30px 0
}

.header__search--button:hover {
  background: var(--secondary-color)
}

@media only screen and (min-width:1200px) {
  .header__search--button {
    padding: 0 40px
  }
}

.header__account.header__sticky--block {
  display: none
}

.header__account--items {
  margin-right: 12px
}

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

@media only screen and (min-width:480px) {
  .header__account--items {
    margin-right: 16px
  }
}

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

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

.header__account--btn {
  position: relative;
  width: 3rem;
  height: 3rem;
  text-align: center;
  background: var(--theme-color);
  line-height: 3.8rem;
  border-radius: 50%;
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

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

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

.items__count {
  position: absolute;
  right: -7px;
  top: -4px;
  width: 1.7rem;
  height: 1.7rem;
  font-size: 1.2rem;
  line-height: 1.5rem;
  background: var(--white-color);
  border: 1px solid var(--theme-color);
  text-align: center;
  border-radius: 50%;
  color: var(--black-color)
}

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

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

@media only screen and (min-width:1200px) {
  .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: 4.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(--theme-color)
}

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

@media only screen and (min-width:1200px) {
  .predictive__search--input {
    height: 5rem
  }
}

.predictive__search--button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0;
  background: var(--theme-color);
  border: 0;
  width: 6rem;
  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(--secondary-color)
}

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

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

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

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

.categories__menu {
  width: 225px;
  position: relative
}

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

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

.categories__menu--header {
  background: var(--theme-color2);
  height: 42px;
  padding: 0 14px;
  cursor: pointer;
  position: relative
}

@media only screen and (min-width:768px) {
  .categories__menu--header {
    height: 50px
  }
}

@media only screen and (min-width:992px) {
  .categories__menu--header {
    height: 55px
  }
}

@media only screen and (min-width:1600px) {
  .categories__menu--header {
    height: 65px
  }
}

.categories__menu--header.active .categories__arrowdown--icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.categories__menu--title {
  font-size: 1.5rem;
  margin-left: 16px;
  line-height: 2.2rem
}

@media only screen and (min-width:768px) {
  .categories__menu--title {
    font-size: 1.6rem;
    margin-left: 22px
  }
}

.categories__menu--svgicon {
  width: 19px;
  vertical-align: middle;
  opacity: .5;
  margin-right: 10px
}

.categories__menu--right__arrow--icon {
  float: right;
  opacity: .7
}

.categories__menu--items {
  position: relative
}

.categories__menu--items:last-child .categories__menu--link {
  border-bottom: 0
}

.categories__menu--items:hover .categories__submenu {
  opacity: 1;
  visibility: visible;
  top: 0
}

@media only screen and (max-width:991px) {
  .categories__menu--items:hover .categories__submenu {
    top: 100%
  }
}

.categories__menu--link {
  display: block;
  font-size: 1.5rem;
  padding: 1.3rem 1.7rem;
  background: var(--gray-color2);
  border-bottom: 1px solid var(--border-color2)
}

.categories__menu--link:hover {
  background: var(--secondary-color);
  color: var(--white-color);
  border-color: var(--secondary-color)
}

@media only screen and (max-width:767px) {
  .categories__list--icon {
    width: 18px
  }
}

.categories__arrowdown--icon {
  position: absolute;
  right: 15px;
  top: 44%;
  -webkit-transition: .3s;
  transition: .3s
}

.dropdown__categories--menu {
  position: absolute;
  z-index: 9;
  width: 100%;
  -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: 30px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--white-color)
}

.dropdown__categories--menu.active {
  opacity: 1;
  visibility: visible;
  margin-top: 0
}

.categories__submenu {
  position: absolute;
  top: 1.5rem;
  left: 100%;
  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);
  width: 50rem;
  padding: 2rem;
  z-index: 9;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  opacity: 0;
  visibility: hidden
}

@media only screen and (min-width:992px) {
  .categories__submenu {
    width: 65rem
  }
}

@media only screen and (min-width:1200px) {
  .categories__submenu {
    width: 70rem
  }
}

@media only screen and (max-width:991px) {
  .categories__submenu {
    width: 100%;
    left: 0;
    top: 125%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.categories__submenu--items {
  width: 22%;
  margin-right: 2.5rem
}

@media only screen and (max-width:991px) {
  .categories__submenu--items {
    width: 100%;
    margin-right: 0;
    position: relative
  }
}

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

.categories__submenu--items__text {
  font-size: 1.5rem;
  line-height: 2.5rem;
  display: block;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: .8rem;
  margin-bottom: 1.2rem
}

@media only screen and (min-width:1200px) {
  .categories__submenu--items__text {
    font-size: 1.6rem
  }
}

@media only screen and (max-width:991px) {
  .categories__submenu--items__text {
    padding: 1.1rem 3.5rem 1.1rem 3.5rem;
    background: var(--gray-color2);
    border-bottom: 1px solid var(--border-color2);
    margin-bottom: 0
  }
}

.categories__submenu--child__items {
  padding: .7rem 0
}

@media only screen and (max-width:991px) {
  .categories__submenu--child__items {
    padding: 0
  }
}

.categories__submenu--child__items--link {
  line-height: 2.5rem;
  color: var(--light-color)
}

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

@media only screen and (max-width:991px) {
  .categories__submenu--child__items--link {
    padding: 1.1rem 3.5rem 1.1rem 4.5rem;
    background: var(--gray-color2);
    border-bottom: 1px solid var(--border-color2);
    margin-bottom: 0;
    display: block;
    color: var(--black-color)
  }
}

.category__mobile--menu {
  display: none
}

@media only screen and (max-width:991px) {
  .category__mobile--menu {
    display: block;
    max-height: 360px;
    overflow-y: auto
  }
}

.category__sub--menu {
  display: none
}

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

.category__sub--menu_toggle::after,
.category__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)
}

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

.header__right--area {
  width: calc(100% - 225px);
  display: none !important
}

@media only screen and (min-width:992px) {
  .header__right--area {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
  }
}

@media only screen and (min-width:1200px) {
  .header__right--area {
    width: calc(100% - 260px)
  }
}

.header__menu {
  padding-left: 35px
}

@media only screen and (min-width:1200px) {
  .header__menu {
    padding-left: 42px
  }
}

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

.header__menu--items {
  margin-right: 26px;
  position: relative
}

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

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

.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.5rem;
  line-height: 2.5rem;
  font-family: var(--font-poppins);
  padding: 15px 0
}

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

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

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

.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;
  font-family: var(--font-poppins);
  display: block;
  padding: 10px 0
}

.mega__menu--items {
  position: static
}

.header__mega--menu {
  position: absolute;
  z-index: 9;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  margin-top: 20px;
  padding: 25px;
  list-style: none;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  visibility: hidden;
  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__mega--menu__li {
  padding: 3px 15px;
  width: 25%
}

.header__mega--subtitle {
  font-weight: 600;
  font-size: 1.6rem;
  font-family: var(--font-poppins);
  margin-bottom: 15px
}

.header__mega--sub__menu--title {
  font-size: 1.5rem;
  font-family: var(--font-poppins);
  padding: 1rem 0;
  font-weight: 300
}

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

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

.account__currency--link {
  font-family: var(--font-poppins);
  font-weight: 500
}

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

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

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

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

.account__currency--link.text-white:hover span {
  color: var(--black-color)
}

.account__currency--link.text-white:hover svg {
  color: var(--black-color)
}

.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: 33px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--white-color)
}

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

@media only screen and (min-width:1600px) {
  .dropdown__currency.active {
    margin-top: 19px
  }
}

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

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

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

.suport__contact--icon {
  margin-right: 7px
}

.suport__contact--text {
  line-height: 22px
}

.suport__text--24 {
  display: block
}

.offCanvas__minicart {
  position: fixed;
  width: 310px;
  height: 100%;
  padding: 20px 15px 33px;
  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 {
  margin-bottom: 10px
}

.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:hover {
  color: var(--secondary-color);
  -webkit-transform: scale(1.3);
  transform: scale(1.3)
}

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

.minicart__close--icon {
  width: 22px
}

.minicart__product {
  margin-bottom: 17px
}

.minicart__product--items {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--border-color2)
}

.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: 100px;
  line-height: 1
}

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

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

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

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

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

.color__variant {
  opacity: .8;
  margin-bottom: 4px;
  line-height: 20px;
  font-size: 12px;
}

.minicart__price {
  margin-bottom: 9px
}

.current__price {
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--theme-color)
}

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

.old__price {
  font-size: 1.3rem;
  color: var(--light-color2);
  margin-left: 4px;
  text-decoration: line-through;
  font-weight: 300
}

.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 var(--border-color2);
  margin: 0;
  width: 3.3rem;
  height: 3rem;
  text-align: center;
  padding: 0;
  background: var(--gray-color2);
  cursor: pointer;
  font-size: 2rem;
  font-weight: 700
}

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

.quantity__value.increase {
  margin-left: -4px;
  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: 20px 0
}

.minicart__conditions--input {
  vertical-align: middle
}

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

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

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

.minicart__button--link {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 4rem;
  height: 4rem;
  margin-right: 13px
}

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

.language__currency {
  margin-right: 12px
}

@media only screen and (max-width:991px) {
  .language__currency {
    margin-right: 0;
    padding: 5px 20px
  }
}

.language__currency--list {
  position: relative;
  margin-right: 12px;
  padding-right: 12px
}

.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: var(--white-color);
  right: 0;
  top: 0
}

.language__currency--list.style2::before {
  background: var(--black-color)
}

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

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

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

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

.language__switcher.text-white:hover span {
  color: var(--black-color)
}

.language__switcher.text-white:hover svg {
  color: var(--black-color)
}

.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: 33px;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  background: var(--white-color)
}

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

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

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

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

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

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

@media only screen and (max-width:480px) {
  .header__widget--social {
    display: none !important
  }
}

.header__widget--social__list {
  margin-right: 11px
}

.header__widget--social__list:last-child {
  margin-right: 0
}

.header__widget--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(--theme-color);
  color: var(--white-color);
  border-radius: 50%
}

.header__widget--social__icon:hover {
  background: var(--white-color);
  color: var(--black-color)
}

@media only screen and (max-width:575px) {
  .header__topbar4 {
    padding: 12px 0
  }
}

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

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

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

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

.header__topbar4--contact__info--list {
  margin-right: 25px
}

.header__topbar4--contact__info--list:last-child {
  margin-right: 0
}

@media only screen and (max-width:575px) {
  .header__topbar4--contact__info--list {
    margin-right: 0;
    margin-bottom: 15px
  }

  .header__topbar4--contact__info--list:last-child {
    margin-bottom: 0
  }
}

@media only screen and (min-width:768px) {
  .header__topbar4--contact__info--list {
    margin-right: 30px
  }
}

@media only screen and (min-width:992px) {
  .header__topbar4--contact__info--list {
    margin-right: 35px
  }
}

@media only screen and (min-width:1200px) {
  .header__topbar4--contact__info--list {
    margin-right: 55px
  }
}

.header__topbar4--contact__info--svg {
  vertical-align: middle;
  color: var(--theme-color);
  margin-right: 6px
}

.header4__widget--social {
  margin-left: 30px
}

@media only screen and (min-width:1200px) {
  .header4__widget--social {
    margin-left: 45px
  }
}

@media only screen and (max-width:991px) {
  .header4__widget--social {
    margin-left: 0;
    padding: 20px 22px 0
  }
}

.header4__widget--social__list {
  margin-right: 15px
}

.header4__widget--social__list:last-child {
  margin-right: 0
}

.header4__widget--social__icon:hover {
  color: var(--theme-color)
}

.hero__slider--items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 570px
}

@media only screen and (min-width:380px) {
  .hero__slider--items {
    height: 600px
  }
}

@media only screen and (min-width:576px) {
  .hero__slider--items {
    height: 645px
  }
}

@media only screen and (min-width:768px) {
  .hero__slider--items {
    height: 380px
  }
}

@media only screen and (min-width:992px) {
  .hero__slider--items {
    height: 450px
  }
}

@media only screen and (min-width:1200px) {
  .hero__slider--items {
    height: 470px
  }
}

@media only screen and (min-width:1600px) {
  .hero__slider--items {
    height: 680px
  }
}

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

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

.hero__slider--layer {
  text-align: right
}

@media only screen and (max-width:767px) {
  .hero__slider--layer {
    margin-bottom: 20px
  }
}

.hero__slider--items__inner {
  padding: 30px 0
}

@media only screen and (max-width:767px) {
  .hero__slider--items__inner {
    padding: 0 0 30px
  }
}

@media only screen and (min-width:1200px) {
  .slider__layer--img {
    max-width: 500px;
    margin: 0 auto
  }
}

@media only screen and (min-width:1366px) {
  .slider__layer--img {
    max-width: 520px
  }
}

@media only screen and (min-width:1600px) {
  .slider__layer--img {
    max-width: 600px
  }
}

@media only screen and (min-width:1800px) {
  .slider__layer--img {
    max-width: 700px
  }
}

@media only screen and (max-width:767px) {
  .slider__layer--img {
    max-width: 400px;
    margin: 0 auto
  }
}

@media only screen and (max-width:479px) {
  .slider__layer--img {
    max-width: 100%;
    padding: 0 30px
  }
}

@media only screen and (max-width:379px) {
  .slider__layer--img {
    padding: 0 15px
  }
}

@media only screen and (max-width:767px) {
  .home1__slider--layer2__img {
    max-width: 288px
  }
}

@media only screen and (max-width:380px) {
  .home1__slider--layer2__img {
    max-width: 100%;
    padding: 0 30px
  }
}

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

@media only screen and (min-width:1600px) {
  .slider__content--padding__left {
    padding-left: 200px
  }
}

.slider__content--subtitle {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 10px
}

@media only screen and (min-width:576px) {
  .slider__content--subtitle {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 13px
  }
}

@media only screen and (min-width:992px) {
  .slider__content--subtitle {
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-bottom: 13px
  }
}

@media only screen and (min-width:1600px) {
  .slider__content--subtitle {
    font-size: 2.5rem;
    line-height: 2.8rem;
    margin-bottom: 15px
  }
}

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

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

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

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

.slider__content--desc {
  margin-bottom: 18px
}

@media only screen and (min-width:768px) {
  .slider__content--desc {
    margin-bottom: 18px
  }
}

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

@media only screen and (min-width:1200px) {
  .slider__content--desc {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 28px
  }
}

@media only screen and (min-width:1600px) {
  .slider__content--desc {
    font-size: 2rem;
    line-height: 3.3rem;
    margin-bottom: 40px
  }
}

.slider__layer--img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  display: block
}

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

.swiper-slide-active .slider__content--subtitle {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s
}

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

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

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

.swiper-slide-active .slider__layer--img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: 1.4s;
  transition: 1.4s
}

.btn.slider__btn {
  padding: 0 23px;
  font-size: 15px
}

@media only screen and (min-width:768px) {
  .btn.slider__btn {
    padding: 0 28px
  }
}

@media only screen and (min-width:992px) {
  .btn.slider__btn {
    padding: 0 30px
  }
}

@media only screen and (min-width:1200px) {
  .btn.slider__btn {
    padding: 0 35px
  }
}

.btn.slider__btn.style4:hover {
  background: var(--black-color);
  color: var(--white-color)
}

.slider__pagination {
  bottom: 20px !important
}

@media only screen and (min-width:768px) {
  .slider__pagination {
    bottom: 20px !important
  }
}

@media only screen and (min-width:1600px) {
  .slider__pagination {
    bottom: 40px !important
  }
}

.slider__pagination .swiper-pagination-bullet {
  width: 2.5rem;
  height: 7px;
  background: var(--theme-color);
  opacity: 1;
  border-radius: 2px
}

.slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--secondary-color)
}

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

@media only screen and (max-width:767px) {
  .slider__2--bg {
    height: 570px
  }
}

@media only screen and (max-width:479px) {
  .slider__2--bg {
    height: 510px
  }
}

@media only screen and (max-width:379px) {
  .slider__2--bg {
    height: 490px
  }
}

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

.swiper-slide-active .slider__content2--subtitle {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s
}

.swiper-slide-active .slider__content2--maintitle {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.swiper-slide-active .slider__content2--desc {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

@media only screen and (max-width:1365px) {
  .slider__content2 {
    padding-left: 4rem
  }
}

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

.slider__content2--subtitle {
  font-size: 1.7rem;
  line-height: 2.6rem;
  margin-bottom: 10px
}

@media only screen and (min-width:992px) {
  .slider__content2--subtitle {
    font-size: 1.8rem;
    margin-bottom: 15px
  }
}

.slider__content2--maintitle {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 20px
}

@media only screen and (min-width:480px) {
  .slider__content2--maintitle {
    font-size: 2.5rem;
    line-height: 3.2rem;
    margin-bottom: 18px
  }
}

@media only screen and (min-width:768px) {
  .slider__content2--maintitle {
    font-size: 3.2rem;
    line-height: 4.2rem;
    margin-bottom: 22px
  }
}

@media only screen and (min-width:992px) {
  .slider__content2--maintitle {
    font-size: 3.8rem;
    line-height: 5rem;
    margin-bottom: 30px
  }
}

@media only screen and (min-width:1200px) {
  .slider__content2--maintitle {
    font-size: 4rem;
    line-height: 5.2rem
  }
}

@media only screen and (min-width:1600px) {
  .slider__content2--maintitle {
    font-size: 4.5rem;
    line-height: 5.8rem;
    margin-bottom: 37px
  }
}

@media only screen and (max-width:767px) {
  .home2__slider--layer__img2 {
    max-width: 320px
  }
}

@media only screen and (max-width:379px) {
  .home2__slider--layer__img2 {
    max-width: 100%
  }
}

.slider__3--bg {
  background: url(../img/slider/home3-slider1.png);
  height: 300px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

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

@media only screen and (min-width:768px) {
  .slider__3--bg {
    height: 265px
  }
}

@media only screen and (min-width:992px) {
  .slider__3--bg {
    height: 340px
  }
}

@media only screen and (min-width:1200px) {
  .slider__3--bg {
    height: 430px
  }
}

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

.hero__slider--navigation {
  right: 65px;
  bottom: 15px;
  top: inherit;
  left: auto;
  width: 3.5rem;
  height: 3.5rem;
  padding: 0;
  line-height: 3.5rem;
  background: var(--white-color);
  border-radius: 50%;
  color: var(--black-color);
  -webkit-transition: .3s;
  transition: .3s
}

.hero__slider--navigation::after {
  display: none
}

.hero__slider--navigation:hover {
  background: var(--theme-color);
  color: var(--white-color)
}

@media only screen and (max-width:991px) {
  .hero__slider--navigation svg {
    width: 10px
  }
}

.hero__slider--navigation.swiper-button-next {
  right: 20px
}

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

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

@media only screen and (min-width:768px) {
  .hero__slider--navigation {
    right: 68px;
    bottom: 17px;
    width: 3.8rem;
    height: 3.8rem;
    line-height: 3.8rem
  }
}

@media only screen and (min-width:992px) {
  .hero__slider--navigation {
    right: 85px;
    bottom: 30px;
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem
  }
}

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

.swiper-slide-active .slider__content3--subtitle {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s
}

.swiper-slide-active .slider__content3--maintitle {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.swiper-slide-active .slider__content3--subtitle2 {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

.slider__content3 {
  padding-left: 30px
}

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

@media only screen and (min-width:768px) {
  .slider__content3 {
    padding-left: 30px
  }
}

@media only screen and (min-width:992px) {
  .slider__content3 {
    padding-left: 40px
  }
}

.slider__content3--subtitle {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  margin-bottom: 4px
}

@media only screen and (min-width:768px) {
  .slider__content3--subtitle {
    font-size: 1.7rem;
    line-height: 2.4rem
  }
}

@media only screen and (min-width:992px) {
  .slider__content3--subtitle {
    font-size: 1.8rem;
    margin-bottom: 8px
  }
}

@media only screen and (min-width:1200px) {
  .slider__content3--subtitle {
    font-size: 2rem;
    line-height: 2.6rem
  }
}

.slider__content3--maintitle {
  font-size: 2.2rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 15px
}

@media only screen and (min-width:768px) {
  .slider__content3--maintitle {
    font-size: 2.5rem;
    line-height: 3.2rem;
    margin-bottom: 16px
  }
}

@media only screen and (min-width:992px) {
  .slider__content3--maintitle {
    font-size: 2.8rem;
    line-height: 3.6rem
  }
}

@media only screen and (min-width:1200px) {
  .slider__content3--maintitle {
    font-size: 3rem;
    line-height: 3.8rem
  }
}

@media only screen and (min-width:1366px) {
  .slider__content3--maintitle {
    font-size: 3.5rem;
    line-height: 4.3rem
  }
}

@media only screen and (min-width:1600px) {
  .slider__content3--maintitle {
    font-size: 4rem;
    line-height: 5rem
  }
}

.slider__content3--subtitle2 {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600
}

@media only screen and (min-width:768px) {
  .slider__content3--subtitle2 {
    font-size: 1.7rem;
    line-height: 2.4rem
  }
}

@media only screen and (min-width:992px) {
  .slider__content3--subtitle2 {
    font-size: 1.8rem
  }
}

@media only screen and (min-width:1200px) {
  .slider__content3--subtitle2 {
    font-size: 2rem;
    line-height: 2.6rem
  }
}

.slider__4--bg {
  background: url(../img/slider/home4-slider1.png);
  height: 310px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

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

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

@media only screen and (min-width:576px) {
  .slider__4--bg {
    height: 370px
  }
}

@media only screen and (min-width:768px) {
  .slider__4--bg {
    height: 400px
  }
}

@media only screen and (min-width:992px) {
  .slider__4--bg {
    height: 470px
  }
}

@media only screen and (min-width:1200px) {
  .slider__4--bg {
    height: 515px
  }
}

@media only screen and (min-width:1600px) {
  .slider__4--bg {
    height: 700px
  }
}

.slider__4--bg.two {
  background: url(../img/slider/home4-slider2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

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

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

.slider__4--bg.three {
  background: url(../img/slider/home4-slider3.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat
}

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

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

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

.swiper-slide-active .slider__content4--subtitle {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s
}

.swiper-slide-active .slider__content4--maintitle {
  -webkit-animation-delay: .6s;
  animation-delay: .6s
}

.swiper-slide-active .slider__content4--desc {
  -webkit-animation-delay: .4s;
  animation-delay: .4s
}

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

.slider__content4--subtitle {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 10px
}

@media only screen and (min-width:576px) {
  .slider__content4--subtitle {
    font-size: 2rem;
    line-height: 2.5rem
  }
}

@media only screen and (min-width:1200px) {
  .slider__content4--subtitle {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 1.3rem
  }
}

@media only screen and (min-width:1600px) {
  .slider__content4--subtitle {
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-bottom: 1.5rem
  }
}

.slider__content4--maintitle {
  margin-bottom: 18px
}

@media only screen and (min-width:576px) {
  .slider__content4--maintitle {
    margin-bottom: 15px
  }
}

@media only screen and (min-width:1600px) {
  .slider__content4--maintitle {
    margin-bottom: 18px
  }
}

.slider__content4--desc {
  font-size: 1.5rem;
  line-height: 2.5rem;
  margin-bottom: 1.8rem
}

@media only screen and (min-width:768px) {
  .slider__content4--desc {
    font-size: 1.6rem;
    margin-bottom: 2rem
  }
}

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

@media only screen and (min-width:1200px) {
  .slider__content4--desc {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-bottom: 2.5rem
  }
}

@media only screen and (min-width:1600px) {
  .slider__content4--desc {
    font-size: 2rem;
    line-height: 3.3rem;
    margin-bottom: 3.2rem
  }
}

.section__heading--subtitle {
  font-size: 1.5rem;
  color: var(--light-color);
  margin-bottom: 7px
}

.product__categories--content {
  padding: 18px 20px 25px
}

@media only screen and (min-width:1200px) {
  .product__categories--content {
    padding: 20px 25px
  }
}

@media only screen and (min-width:992px) {
  .product__categories--content {
    padding: 15px
  }
}

@media only screen and (max-width:479px) {
  .product__categories--content {
    padding: 15px 15px 20px;
    -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: start
  }
}

.product__categories--content__maintitle {
  margin-bottom: 2px
}

@media only screen and (min-width:992px) {
  .product__categories--content__maintitle {
    font-size: 2rem
  }
}

.product__categories--content__subtitle {
  color: var(--light-color)
}

@media only screen and (max-width:479px) {
  .product__categories--icon {
    margin-top: 8px
  }
}

.product__categories--icon__link {
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  background: var(--theme-color);
  line-height: 3.5rem;
  color: var(--white-color);
  border-radius: 50%
}

.product__categories--icon__link:hover {
  background: var(--secondary-color);
  color: var(--white-color)
}

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

.swiper__nav--btn {
  width: 4rem;
  height: 4rem;
  background: var(--theme-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(--secondary-color)
}

.swiper__nav--btn::after {
  background: url(../img/icon/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/icon/right-arrow-angle.png)
}

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

.product__tab--btn__list {
  font-size: 1.6rem;
  margin-right: 15px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  padding: 6px;
  border-radius: 10px;
  border: 1px solid #cbcbcb;
}

.product__tab--btn__list.active {
  background-color: var(--theme-color);
  color: white;
  border: 1px solid var(--theme-color);
}

.product__tab--btn__list:hover {
  background-color: var(--theme-color);
  color: white;
  border: 1px solid var(--theme-color);
}

.product__tab--btn__list:last-child {
  margin-right: 0
}
/* 
@media only screen and (max-width:575px) {
  .product__tab--btn__list {
    line-height: 22px;
    margin: 5px 10px
  }
}

@media only screen and (min-width:768px) {
  .product__tab--btn__list {
    margin-right: 25px
  }
}

@media only screen and (min-width:992px) {
  .product__tab--btn__list {
    margin-right: 35px
  }
}

@media only screen and (min-width:1200px) {
  .product__tab--btn__list {
    margin-right: 40px
  }
}

@media only screen and (min-width:1600px) {
  .product__tab--btn__list {
    margin-right: 45px
  }
} */

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

.product__items--link {
  display: block
}
.product__items--img {
  display: block
}

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

.product__items:hover .add__to--cart__btn {
  opacity: 1;
  visibility: visible;
  top: 10px
}

.product__items:hover .product__items--content__title {
  opacity: 0;
  visibility: hidden;
  top: 20px
}

.product__items:hover .product__items--action {
  opacity: 1;
  visibility: visible;
  right: 10px
}

@media only screen and (min-width:576px) {
  .product__items:hover .product__items--action {
    right: 20px
  }
}

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

.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--content {
  position: relative;
  padding: 44px 15px 0
}

@media only screen and (max-width:575px) {
  .product__items--content {
    padding: 42px 4px 0
  }
}

.product__items--content__title {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  position: absolute;
  top: 10px;
  left: 0;
  right: 0
}

.add__to--cart__btn {
  color: var(--secondary-color);
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden
}

@media only screen and (min-width:992px) {
  .add__to--cart__btn {
    font-size: 17px;
    line-height: 28px
  }
}

.product__items--action {
  position: absolute;
  top: 10px;
  right: 0;
  background: var(--white-color);
  padding: 6px;
  border-radius: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

@media only screen and (min-width:576px) {
  .product__items--action {
    top: 20px
  }
}

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

.product__items--action__list {
  margin-bottom: 4px
}

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

@media only screen and (min-width:768px) {
  .product__items--action__list {
    margin-bottom: 6px
  }
}

@media only screen and (min-width:1200px) {
  .product__items--action__list {
    margin-bottom: 8px
  }
}

.product__items--action__btn {
  width: 3rem;
  height: 3rem;
  text-align: center;
  border-radius: 50%;
  background: var(--white-color);
  padding: 5px;
  line-height: 2.7rem;
  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
}

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

@media only screen and (min-width:576px) {
  .product__items--action__btn {
    width: 3.2rem;
    height: 3.2rem;
    padding: 5px;
    line-height: 2.7rem
  }
}

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

.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(--theme-color);
  color: var(--white-color);
  border-radius: 6px 0 6px
}

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

.product__items--sold__stocks {
  position: relative;
  padding: 5px 0 8px
}

@media only screen and (max-width:479px) {
  .product__items--sold__stocks {
    padding: 6px 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.product__items--sold__stocks::before {
  width: 100%;
  height: 3px;
  background: #f5f7f7;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  border-radius: 5px
}

.product__items--sold__stocks::after {
  width: 14px;
  height: 3px;
  background: var(--theme-color);
  left: 0;
  bottom: 0;
  position: absolute;
  content: "";
  border-radius: 5px 0 0 5px
}

@media only screen and (max-width:479px) {
  .product__items--sold__stocks--text {
    margin-bottom: 4px
  }

  .product__items--sold__stocks--text:last-child {
    margin-bottom: 0
  }
}

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

.categories2__product--img {
  margin: 0 auto;
    width: 150px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
}

.product__categories--content2 {
  margin-top: 15px
}

.product__categories--content2__maintitle {
  margin-bottom: .3rem
}

@media only screen and (min-width:768px) {
  .product__categories--content2__maintitle {
    font-size: 1.8rem;
    line-height: 2.8rem
  }
}

@media only screen and (min-width:992px) {
  .product__categories--content2__maintitle {
    font-size: 1.8rem;
    line-height: 3rem
  }
}

@media only screen and (min-width:1200px) {
  .product__categories--content2__maintitle {
    font-size: 1.65rem;
    line-height: 3rem
  }
}

.product__banner--thumbnail {
  overflow: hidden
}

.product__banner--thumbnail:hover .product__banner--thumbnail__img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

.product__banner--content {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%)
}

@media only screen and (min-width:1200px) {
  .product__banner--content {
    left: 40px
  }
}

@media only screen and (max-width:500px) {
  .product__banner--content {
    left: 25px
  }
}

.product__banner--content__title {
  margin-bottom: 5px
}

@media only screen and (max-width:767px) {
  .product__banner--content__title {
    line-height: 30px
  }
}

@media only screen and (min-width:992px) {
  .product__banner--content__title {
    line-height: 3.2rem
  }
}

@media only screen and (min-width:1200px) {
  .product__banner--content__title {
    line-height: 3.5rem
  }
}

.product__banner--content__desc {
  margin-bottom: 22px
}

@media only screen and (min-width:1200px) {
  .product__banner--content__desc {
    margin-bottom: 25px
  }
}

@media only screen and (max-width:767px) {
  .product__banner--content__desc {
    margin-bottom: 20px
  }
}

@media only screen and (max-width:500px) {
  .product__banner--content__desc {
    margin-bottom: 15px
  }
}

.product__banner--content__btn {
  line-height: 3.6rem;
  height: 3.8rem;
  padding: 0 17px
}

@media only screen and (max-width:767px) {
  .product__section--topbar {
    -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) {
  .product__section--topbar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

@media only screen and (max-width:767px) {
  .product__section--topbar .section__heading {
    margin-bottom: 15px
  }
}

@media only screen and (max-width:767px) {
  .product__section--topbar .section__heading3 {
    margin-bottom: 20px
  }
}

@media only screen and (max-width:767px) {
  .product__section--topbar.mb-50 {
    margin-bottom: 35px
  }
}

@media only screen and (max-width:575px) {
  .product__section--topbar .product__tab--btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.product__items2 {
  -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, .16);
  box-shadow: 0 2px 22px rgba(0, 0, 0, .16)
}

.product__items2--content {
  padding: 37px 15px 12px
}

.product__items--rating__list {
  margin-right: 3px
}

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

.product__items--rating__icon {
  color: var(--yellow-color)
}

.product__items--rating__count--number {
  font-size: 1.4rem;
  color: var(--sky-color);
  margin-left: 6px;
  line-height: 2rem
}

.deals__product--countdown {
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width:767px) {
  .deals__product--countdown {
    bottom: 15px
  }
}

@media only screen and (min-width:1200px) {
  .deals__product--countdown {
    bottom: 14px
  }
}

@media only screen and (max-width:500px) {
  .deals__product--countdown {
    display: none !important
  }
}

.deals__product--countdown .countdown__item {
  text-align: center;
  margin-right: 10px;
  padding-right: 0
}

.deals__product--countdown .countdown__item:last-child {
  margin-right: 0
}

.deals__product--countdown .countdown__item::before {
  display: none
}

@media only screen and (min-width:768px) {
  .deals__product--countdown .countdown__item {
    margin-right: 8px
  }
}

@media only screen and (min-width:992px) {
  .deals__product--countdown .countdown__item {
    margin-right: 6px
  }
}

@media only screen and (min-width:1200px) {
  .deals__product--countdown .countdown__item {
    margin-right: 10px
  }
}

.deals__product--countdown .countdown__item:hover .countdown__number {
  background: var(--secondary-color)
}

.deals__product--countdown .countdown__number {
  width: 4rem;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.5rem;
  background: var(--theme-color3);
  color: var(--white-color);
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 10px 0
}

@media only screen and (min-width:768px) {
  .deals__product--countdown .countdown__number {
    width: 4rem;
    height: 3rem;
    line-height: 3rem
  }
}

@media only screen and (min-width:992px) {
  .deals__product--countdown .countdown__number {
    width: 4.2rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem
  }
}

@media only screen and (min-width:1200px) {
  .deals__product--countdown .countdown__number {
    font-size: 1.6rem;
    width: 4.3rem;
    height: 3.2rem;
    line-height: 3.2rem
  }
}

.deals__product--countdown .countdown__text {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 4px;
  line-height: 1.8rem
}

@media only screen and (min-width:992px) {
  .deals__product--countdown .countdown__text {
    font-size: 1.2rem;
    margin-top: 4px
  }
}

@media only screen and (min-width:1200px) {
  .deals__product--countdown .countdown__text {
    font-size: 1.3rem;
    margin-top: 5px
  }
}

@media only screen and (max-width:991px) {
  .product__grid--wrapper {
    margin-bottom: 30px
  }
}

.product__grid--heading {
  margin-bottom: 25px
}

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

@media only screen and (min-width:1600px) {
  .product__grid--heading {
    margin-bottom: 40px
  }
}

.product__grid--heading__title {
  font-size: 2.2rem;
  line-height: 2.5rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 20px
}

.product__grid--heading__title::before {
  position: absolute;
  content: "";
  width: 70px;
  height: 4px;
  background: var(--theme-color);
  left: 0;
  bottom: 0
}

@media only screen and (max-width:991px) {
  .product__grid--heading__title {
    padding-bottom: 18px
  }
}

.product__grid--items {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color2)
}

.product__grid--items:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0
}

.product__grid--items:hover .product__items--img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

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

.product__grid--items--thumbnail {
  position: relative;
  width: 81px
}

.product__grid--items__img {
  display: block
}

.product__grid--items--content {
  width: calc(100% - 81px);
  padding-left: 18px
}

.product__grid--items--content__title {
  line-height: 25px
}

@media only screen and (max-width:991px) {
  .product__banner2 {
    text-align: center;
    margin-top: 30px
  }
}

.product__banner2--thumbnail {
  overflow: hidden
}

@media only screen and (max-width:575px) {
  .product__banner2--thumbnail {
    width: 100%
  }
}

.product__banner2--thumbnail:hover .product__banner2--thumbnail__img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

@media only screen and (max-width:575px) {
  .product__banner2--thumbnail__img {
    width: 100%
  }
}

.product__banner2--content {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  left: 0;
  right: 0;
  text-align: center
}

.product__banner2--content__title {
  font-weight: 700;
  margin-bottom: 15px
}

.product__banner2--content__subtitle {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  margin-bottom: 20px
}

@media only screen and (min-width:576px) {
  .product__banner2--content__subtitle {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 19px
  }
}

.product__banner2--content__btn {
  line-height: 3.5rem;
  height: 3.8rem;
  padding: 0 15px;
  background: var(--secondary-color2)
}

.product__banner2--content__btn:hover {
  background: var(--theme-color)
}

.section__heading3--maintitle {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 700
}

@media only screen and (min-width:768px) {
  .section__heading3--maintitle {
    font-size: 2.2rem;
    line-height: 2.8rem
  }
}

@media only screen and (min-width:992px) {
  .section__heading3--maintitle {
    font-size: 2.5rem;
    line-height: 3rem
  }
}

@media only screen and (min-width:1200px) {
  .section__heading3--maintitle {
    font-size: 2.5rem;
    line-height: 3.2rem
  }
}

@media only screen and (min-width:1600px) {
  .section__heading3--maintitle {
    font-size: 3rem;
    line-height: 3.5rem
  }
}

.product__categories--grid__items {
  padding: 10px
}

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

.product__categories--grid__thumbnail {
  width: 100px
}

@media only screen and (max-width:499px) {
  .product__categories--grid__thumbnail {
    width: 100%;
    text-align: center
  }
}

@media only screen and (min-width:768px) {
  .product__categories--grid__thumbnail {
    width: 95px
  }
}

@media only screen and (min-width:992px) {
  .product__categories--grid__thumbnail {
    width: 125px
  }
}

@media only screen and (min-width:1200px) {
  .product__categories--grid__thumbnail {
    width: 135px
  }
}

.product__categories--grid__content {
  width: calc(100% - 100px);
  padding-left: 20px;
  position: relative
}

@media only screen and (max-width:499px) {
  .product__categories--grid__content {
    width: 100%;
    text-align: center;
    padding-left: 0
  }
}

@media only screen and (min-width:768px) {
  .product__categories--grid__content {
    width: calc(100% - 95px)
  }
}

@media only screen and (min-width:992px) {
  .product__categories--grid__content {
    width: calc(100% - 125px)
  }
}

@media only screen and (min-width:1200px) {
  .product__categories--grid__content {
    width: calc(100% - 135px)
  }
}

.product__categories--grid__content--maintitle {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  margin-bottom: 3px
}

@media only screen and (min-width:992px) {
  .product__categories--grid__content--maintitle {
    font-size: 1.7rem;
    line-height: 2.2rem
  }
}

@media only screen and (min-width:1200px) {
  .product__categories--grid__content--maintitle {
    font-size: 1.8rem
  }
}

@media only screen and (min-width:1366px) {
  .product__categories--grid__content--maintitle {
    font-size: 2rem;
    line-height: 2.5rem
  }
}

.product__categories--grid__content--subtitle {
  color: #b4b4b4
}

.product__categories--grid__icon {
  position: absolute;
  bottom: -34px;
  right: 20px
}

@media only screen and (max-width:991px) {
  .product__categories--grid__icon {
    position: inherit;
    bottom: inherit;
    right: inherit;
    padding: 2px 5px 0 0
  }
}

@media only screen and (max-width:991px) and (max-width:499px) {
  .product__categories--grid__icon {
    padding: 5px 5px 0 0
  }
}

.product__categories--grid__icon--link {
  width: 3.5rem;
  height: 3.5rem;
  text-align: center;
  background: var(--secondary-color);
  line-height: 3.5rem;
  color: var(--white-color);
  border-radius: 50%
}

.product__categories--grid__icon--link:hover {
  background: var(--theme-color);
  color: var(--white-color)
}

@media only screen and (max-width:991px) {
  .product__categories--grid__icon--link {
    width: 3rem;
    height: 3rem;
    line-height: 3rem
  }
}

.product__section--style3__inner .product__items2 {
  -webkit-box-shadow: inherit;
  box-shadow: inherit;
  -webkit-transition: .3s;
  transition: .3s;
  border: 1px solid #00000012;
}

.product__section--style3__inner .product__items2:hover {
  -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, .16);
  box-shadow: 0 2px 22px rgba(0, 0, 0, .16)
}

.deals3__banner--section__inner {
  background: var(--white-color);
  border: 2px solid var(--secondary-color);
  padding: 30px;
  border-radius: 10px
}

@media only screen and (min-width:1200px) {
  .deals3__banner--section__inner {
    max-width: 85%;
    margin: 0 auto
  }
}

@media only screen and (max-width:991px) {
  .deals3__banner--section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px
  }
}

@media only screen and (max-width:575px) {
  .deals3__banner--section__inner {
    padding: 20px
  }
}

@media only screen and (max-width:479px) {
  .deals3__banner--section__inner {
    padding: 15px
  }
}

.deals3__section--heading__maintitle {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 700
}

@media only screen and (min-width:576px) {
  .deals3__section--heading__maintitle {
    font-size: 2.6rem;
    line-height: 3.2rem
  }
}

@media only screen and (min-width:768px) {
  .deals3__section--heading__maintitle {
    font-size: 3rem;
    line-height: 3.5rem
  }
}

@media only screen and (min-width:992px) {
  .deals3__section--heading__maintitle {
    font-size: 3.2rem;
    line-height: 3.8rem
  }
}

@media only screen and (min-width:1200px) {
  .deals3__section--heading__maintitle {
    font-size: 3.5rem;
    line-height: 4rem
  }
}

@media only screen and (min-width:1600px) {
  .deals3__section--heading__maintitle {
    font-size: 4rem;
    line-height: 4.5rem
  }
}

@media only screen and (max-width:767px) {
  .deals3__product--tab {
    margin-bottom: 2.5rem
  }
}

.deals3__product--tab__btn {
  margin-top: 15px
}

.deals3__product--tab__btn--list {
  background: #f5f5f5;
  margin-right: 10px;
  border: 1px solid transparent
}

.deals3__product--tab__btn--list:last-child {
  margin-right: 0
}

.deals3__product--tab__btn--list:hover {
  border-color: var(--theme-color)
}

.deals3__product--tab__btn--list.active {
  border-color: var(--theme-color)
}

.deals3__product--img {
  width: 100%
}

.deals3__product--countdown {
  margin-bottom: 12px
}

.deals3__product--countdown .countdown__item {
  text-align: center;
  margin-right: 10px;
  padding-right: 0
}

.deals3__product--countdown .countdown__item:last-child {
  margin-right: 0
}

.deals3__product--countdown .countdown__item::before {
  display: none
}

@media only screen and (min-width:768px) {
  .deals3__product--countdown .countdown__item {
    margin-right: 8px
  }
}

@media only screen and (min-width:992px) {
  .deals3__product--countdown .countdown__item {
    margin-right: 6px
  }
}

@media only screen and (min-width:1200px) {
  .deals3__product--countdown .countdown__item {
    margin-right: 10px
  }
}

.deals3__product--countdown .countdown__number {
  width: 4rem;
  height: 3.2rem;
  line-height: 3.2rem;
  font-size: 1.5rem;
  background: var(--theme-color);
  color: var(--white-color);
  font-weight: 700;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 10px 0
}

.deals3__product--countdown .countdown__number:hover {
  background: var(--secondary-color)
}

@media only screen and (min-width:992px) {
  .deals3__product--countdown .countdown__number {
    width: 4.2rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1.5rem
  }
}

@media only screen and (min-width:1200px) {
  .deals3__product--countdown .countdown__number {
    font-size: 1.7rem;
    width: 4.7rem;
    height: 3.5rem;
    line-height: 3.5rem
  }
}

.deals3__product--countdown .countdown__text {
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 7px
}

@media only screen and (min-width:992px) {
  .deals3__product--countdown .countdown__text {
    font-size: 1.2rem;
    margin-top: 2px;
    line-height: 2.2rem
  }
}

@media only screen and (min-width:1200px) {
  .deals3__product--countdown .countdown__text {
    font-size: 1.3rem;
    margin-top: 5px
  }
}

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

.product3__section--inner__padding {
  padding: 0 10px 15px
}

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

.banner__items--thumbnail {
  overflow: hidden
}

@media only screen and (max-width:575px) {
  .banner__items--thumbnail {
    width: 100%
  }
}

@media only screen and (max-width:575px) {
  .banner__items--thumbnail__img {
    width: 100%
  }
}

.banner__items--content {
  position: absolute;
  top: 50%;
  width: 80%;
  left: 25px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  cursor: pointer
}

@media only screen and (max-width:767px) {
  .banner__items--content {
    left: 20px
  }
}

@media only screen and (min-width:768px) {
  .banner__items--content {
    width: 60%
  }
}

@media only screen and (min-width:992px) {
  .banner__items--content {
    width: 59%
  }
}

@media only screen and (min-width:1200px) {
  .banner__items--content {
    width: 48%;
    left: 34px
  }
}

.banner__items--content__title {
  margin-bottom: 20px
}

@media only screen and (min-width:992px) {
  .banner__items--content__title {
    margin-bottom: 11px
  }
}

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

@media only screen and (min-width:992px) {
  .banner__items--content__desc {
    margin-bottom: 20px
  }
}

@media only screen and (min-width:1200px) {
  .banner__items--content__desc {
    margin-bottom: 23px
  }
}

@media only screen and (min-width:1366px) {
  .banner__items--content__desc {
    margin-bottom: 28px
  }
}

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

.deals__banner--section {
  padding: 56px 0 30px
}

@media only screen and (min-width:768px) {
  .deals__banner--section {
    padding: 40px 0
  }
}

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

.deals__banner--content__subtitle {
  font-weight: 600;
  margin-bottom: 12px
}

@media only screen and (min-width:992px) {
  .deals__banner--content__subtitle {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 15px
  }
}

.deals__banner--content__maintitle {
  font-size: 2rem;
  line-height: 2.7rem;
  margin-bottom: 15px
}

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

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

@media only screen and (min-width:768px) {
  .deals__banner--content__maintitle {
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin-bottom: 14px
  }
}

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

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

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

@media only screen and (min-width:1600px) {
  .deals__banner--content__maintitle {
    font-size: 3.6rem;
    line-height: 4.8rem
  }
}

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

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

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

@media only screen and (min-width:1366px) {
  .deals__banner--content__desc {
    line-height: 2.8rem
  }
}

@media only screen and (min-width:992px) {
  .col-lg-5.deals__baner--col {
    width: 39%
  }
}

@media only screen and (min-width:992px) {
  .col-lg-7.deals__baner--col {
    width: 61%
  }
}

.deals__banner--countdown {
  margin-bottom: 18px
}

@media only screen and (max-width:767px) {
  .deals__banner--countdown {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 16px
  }
}

@media only screen and (min-width:992px) {
  .deals__banner--countdown {
    margin-bottom: 20px
  }
}

@media only screen and (min-width:1366px) {
  .deals__banner--countdown {
    margin-bottom: 22px
  }
}

@media only screen and (min-width:1200px) {
  .deals__banner--countdown {
    margin-bottom: 25px
  }
}

@media only screen and (max-width:991px) {
  .deals__banner--countdown .countdown__item {
    padding-right: 6px;
    margin-right: 6px
  }

  .deals__banner--countdown .countdown__item:last-child {
    margin-right: 0;
    padding-right: 0
  }
}

.deals__banner--countdown .countdown__item::before {
  display: none
}

.deals__banner--countdown .countdown__number {
  background: var(--theme-color);
  color: var(--white-color);
  font-weight: 700;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.6rem
}

@media only screen and (min-width:768px) {
  .deals__banner--countdown .countdown__number {
    width: 4.2rem;
    height: 4.2rem;
    line-height: 4.2rem;
    font-size: 1.6rem
  }
}

@media only screen and (min-width:992px) {
  .deals__banner--countdown .countdown__number {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.7rem
  }
}

@media only screen and (min-width:1200px) {
  .deals__banner--countdown .countdown__number {
    width: 5.2rem;
    height: 5.2rem;
    line-height: 5.2rem;
    font-size: 1.8rem
  }
}

.deals__banner--countdown .countdown__text {
  text-align: center;
  font-family: var(--font-lora);
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 2rem
}

@media only screen and (min-width:992px) {
  .deals__banner--countdown .countdown__text {
    font-size: 1.5rem;
    line-height: 2.2rem
  }
}

@media only screen and (min-width:1200px) {
  .deals__banner--countdown .countdown__text {
    font-size: 1.6rem
  }
}

.banner__two--content {
  position: absolute;
  top: 50%;
  left: 22px
}

@media only screen and (max-width:767px) {
  .banner__two--content {
    left: 20px;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
  }
}

@media only screen and (min-width:768px) {
  .banner__two--content {
    top: 12%
  }
}

@media only screen and (min-width:992px) {
  .banner__two--content {
    top: 16%;
    left: 25px
  }
}

.banner__two--content__desc {
  margin-bottom: 4px
}

@media only screen and (max-width:1199px) {
  .banner__two--content__desc {
    font-size: 1.4rem
  }
}

.banner__two--content__title {
  font-size: 1.8rem;
  margin-bottom: 10px
}

@media only screen and (max-width:767px) {
  .banner__two--content__title {
    font-size: 2rem
  }
}

@media only screen and (min-width:992px) {
  .banner__two--content__title {
    font-size: 1.8rem;
    margin-bottom: 10px;
    line-height: 2.5rem
  }
}

@media only screen and (min-width:1200px) {
  .banner__two--content__title {
    font-size: 2rem;
    margin-bottom: 15px;
    line-height: 2.8rem
  }
}

.banner__two--content__btn--arrow__icon {
  margin-left: 5px
}

.banner__two--content__btn:hover {
  color: var(--secondary-color)
}

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

.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: 120px 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.2rem;
  margin-bottom: 10px;
  font-family: var(--font-poppins);
  font-weight: 400
}

@media only screen and (min-width:768px) {
  .counterup__banner--items__text {
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin-bottom: 9px
  }
}

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

@media only screen and (min-width:1200px) {
  .counterup__banner--items__text {
    font-size: 1.7rem;
    line-height: 2.6rem
  }
}

@media only screen and (min-width:1366px) {
  .counterup__banner--items__text {
    font-size: 1.8rem;
    line-height: 2.8rem
  }
}

.counterup__banner--items__number {
  font-family: var(--font-lora);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 3rem
}

@media only screen and (min-width:480px) {
  .counterup__banner--items__number {
    font-size: 3rem;
    line-height: 4rem
  }
}

@media only screen and (min-width:768px) {
  .counterup__banner--items__number {
    font-size: 3.2rem
  }
}

@media only screen and (min-width:992px) {
  .counterup__banner--items__number {
    font-size: 3.5rem;
    line-height: 4rem
  }
}

@media only screen and (min-width:1200px) {
  .counterup__banner--items__number {
    font-size: 4rem;
    line-height: 4.5rem
  }
}

@media only screen and (min-width:1366px) {
  .counterup__banner--items__number {
    font-size: 4.2rem;
    line-height: 5rem
  }
}

.slider__sidebar--banner {
  overflow: hidden
}

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

.slider__sidebar--banner:hover .sidebar__banner--thumbnail__img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

@media only screen and (max-width:767px) {
  .sidebar__banner--thumbnail__img {
    margin: 0 auto;
    width: 100%
  }
}

@media only screen and (max-width:575px) {
  .banner__img--max__height {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
  }
}

.sidebar__banner--content {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20px
}

@media only screen and (min-width:768px) {
  .sidebar__banner--content {
    top: 25px
  }
}

@media only screen and (min-width:992px) {
  .sidebar__banner--content {
    top: 38px
  }
}

@media only screen and (max-width:575px) {
  .sidebar__banner--content {
    top: 30%;
    text-align: left
  }
}

.sidebar__banner--content__title {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  margin-bottom: 10px
}

@media only screen and (min-width:768px) {
  .sidebar__banner--content__title {
    font-size: 2rem;
    line-height: 2.2rem;
    margin-bottom: 11px
  }
}

@media only screen and (min-width:992px) {
  .sidebar__banner--content__title {
    font-size: 2.2rem;
    line-height: 2.5rem
  }
}

.sidebar__banner--content__desc {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 10px
}

@media only screen and (min-width:768px) {
  .sidebar__banner--content__desc {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 12px
  }
}

@media only screen and (min-width:992px) {
  .sidebar__banner--content__desc {
    font-size: 1.7rem;
    margin-bottom: 13px
  }
}

@media only screen and (min-width:1200px) {
  .sidebar__banner--content__desc {
    font-size: 1.8rem;
    margin-bottom: 17px
  }
}

.sidebar__banner--content__btn {
  font-size: 1.5rem
}

.sidebar__banner--content__btn:hover {
  color: var(--secondary-color)
}

.banner__items--content3 {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%)
}

@media only screen and (min-width:768px) {
  .banner__items--content3 {
    left: 30px
  }
}

@media only screen and (min-width:1200px) {
  .banner__items--content3 {
    left: 35px
  }
}

.banner__items--content3__title {
  font-size: 1.7rem;
  line-height: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px
}

@media only screen and (min-width:768px) {
  .banner__items--content3__title {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 12px
  }
}

@media only screen and (min-width:992px) {
  .banner__items--content3__title {
    font-size: 2rem;
    line-height: 2.8rem;
    margin-bottom: 14px
  }
}

@media only screen and (min-width:1200px) {
  .banner__items--content3__title {
    font-size: 2.2rem;
    line-height: 3rem
  }
}

@media only screen and (min-width:1600px) {
  .banner__items--content3__title {
    font-size: 2.5rem;
    line-height: 3.2rem;
    margin-bottom: 15px
  }
}

.banner__items--content3__btn {
  font-size: 1.5rem
}

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

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

.banner__bideo--play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatey(-50%) translatex(-50%);
  transform: translatey(-50%) translatex(-50%);
  border: 2px solid var(--secondary-color);
  padding: 3px;
  border-radius: 50%
}

.banner__bideo--play__icon {
  width: 6rem;
  height: 6rem;
  background: var(--white-color);
  color: var(--secondary-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
}

@media only screen and (min-width:768px) {
  .banner__bideo--play__icon {
    width: 8rem;
    height: 8rem
  }
}

.banner__bideo--play__icon:hover {
  background: var(--black-color);
  color: var(--white-color);
  -webkit-transform: scale(1.08);
  transform: scale(1.08)
}

.banner__bideo--play__icon svg {
  width: 28px
}

@media only screen and (max-width:767px) {
  .banner__bideo--play__icon svg {
    width: 20px
  }
}

@-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)
  }
}

.banner4__items--content {
  position: absolute;
  top: 10%
}

@media only screen and (min-width:992px) {
  .banner4__items--content {
    top: 12%
  }
}

.banner4__items--content.content__style1 {
  left: 15px;
  right: 15px;
  top: 8%
}

.banner4__items--content.content__style2 {
  left: 25px
}

@media only screen and (min-width:992px) {
  .banner4__items--content.content__style2 {
    left: 30px
  }
}

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

.banner4__items--content__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 8px
}

@media only screen and (min-width:992px) {
  .banner4__items--content__title {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 13px
  }
}

@media only screen and (min-width:1200px) {
  .banner4__items--content__title {
    font-size: 2.2rem;
    margin-bottom: 15px
  }
}

@media only screen and (min-width:1600px) {
  .banner4__items--content__title {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 18px
  }
}

.banner4__items--content__title.style2 {
  font-weight: 500
}

@media only screen and (min-width:768px) {
  .banner4__items--content__title.style2 {
    font-size: 1.7rem;
    line-height: 2.3rem
  }
}

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

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

.banner4__items--content__btn {
  font-size: 1.5rem
}

.banner4__items--content__btn:hover {
  color: var(--theme-color)
}

.banner4__items--col.col-lg-3 {
  width: 100%
}

@media only screen and (min-width:480px) {
  .banner4__items--col.col-lg-3 {
    width: 50%
  }
}

@media only screen and (min-width:768px) {
  .banner4__items--col.col-lg-3 {
    width: 27.78%
  }
}

@media only screen and (min-width:992px) {
  .banner4__items--col.col-lg-3 {
    width: 27.2%
  }
}

.banner4__items--col.col-lg-6 {
  width: 100%
}

@media only screen and (max-width:767px) {
  .banner4__items--col.col-lg-6 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media only screen and (min-width:768px) {
  .banner4__items--col.col-lg-6 {
    width: 44.3%
  }
}

@media only screen and (min-width:992px) {
  .banner4__items--col.col-lg-6 {
    width: 45.5%
  }
}

.counterup__banner__bg2 {
  background: url(../img/banner/counterup-bg2.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: .8
}

.blog__items:hover .blog__items--img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.blog__items--link {
  display: block
}

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

.blog__items--img {
  display: block
}

@media only screen and (max-width:767px) {
  .blog__items--img {
    width: 100%
  }
}

.blog__items--thumbnail {
  overflow: hidden
}

.blog__items--content {
  padding: 23px 15px 20px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .16);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .16)
}

@media only screen and (min-width:768px) {
  .blog__items--content {
    padding: 22px 15px 20px
  }
}

@media only screen and (min-width:992px) {
  .blog__items--content {
    padding: 25px 15px 22px
  }
}

@media only screen and (min-width:1200px) {
  .blog__items--content {
    padding: 25px 20px 22px
  }
}

.blog__items--meta {
  margin-bottom: 15px
}

@media only screen and (min-width:768px) {
  .blog__items--meta {
    margin-bottom: 15px
  }
}

@media only screen and (min-width:992px) {
  .blog__items--meta {
    margin-bottom: 16px
  }
}

@media only screen and (min-width:1200px) {
  .blog__items--meta {
    margin-bottom: 19px
  }
}

.blog__items--meta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 14px
}

.blog__items--meta__list:last-child {
  margin-right: 0
}

@media only screen and (min-width:768px) {
  .blog__items--meta__list {
    margin-right: 18px
  }
}

@media only screen and (max-width:575px) {
  .blog__items--meta__list {
    margin-right: 10px
  }
}

.blog__items--meta__icon {
  margin-right: 7px;
  color: var(--theme-color)
}

@media only screen and (min-width:768px) {
  .blog__items--meta__icon {
    margin-right: 10px
  }
}

@media only screen and (max-width:575px) {
  .blog__items--meta__icon {
    margin-right: 5px;
    width: 12px
  }
}

.blog__items--meta__text {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--light-color);
  font-size: 1.2rem
}

@media only screen and (min-width:768px) {
  .blog__items--meta__text {
    font-size: 1.3rem
  }
}

@media only screen and (min-width:1200px) {
  .blog__items--meta__text {
    font-size: 1.4rem
  }
}

@media only screen and (max-width:575px) {
  .blog__items--meta__text {
    font-size: 1.1rem
  }
}

.blog__items--title {
  margin-bottom: 11px
}

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

@media only screen and (min-width:992px) {
  .blog__items--title {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 2.6rem
  }
}

@media only screen and (min-width:1600px) {
  .blog__items--title {
    font-size: 2rem;
    line-height: 2.8rem
  }
}

.blog__items--readmore {
  color: var(--secondary-color)
}

.blog__items--readmore__icon {
  vertical-align: middle;
  margin-left: 3px
}

.blog__items--readmore:hover {
  color: var(--theme-color)
}

.blog__items--desc {
  margin-bottom: 11px
}

@media only screen and (min-width:768px) {
  .blog__items--desc {
    margin-bottom: 10px
  }
}

@media only screen and (min-width:992px) {
  .blog__items--desc {
    margin-bottom: 14px
  }
}

.blog__swiper--activation {
  padding: 0 10px 10px
}

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

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

.testimonial__section--inner {
  padding: 0 15px
}

@media only screen and (min-width:992px) {
  .testimonial__section--inner {
    padding: 0 90px
  }
}

@media only screen and (min-width:1200px) {
  .testimonial__section--inner {
    padding: 0 130px
  }
}

@media only screen and (min-width:1400px) {
  .testimonial__section--inner {
    padding: 0 100px
  }
}

@media only screen and (min-width:1600px) {
  .testimonial__section--inner {
    padding: 0 130px
  }
}

.testimonial__items {
  padding: 22px 18px;
  background: var(--white-color);
  border-radius: 1rem
}

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

@media only screen and (min-width:1200px) {
  .testimonial__items {
    padding: 25px 24px
  }
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
  .testimonial__items {
    padding: 25px 18px
  }
}

.testimonial__items--thumbnail {
  width: 120px;
  line-height: 1;
  margin-bottom: 15px
}

@media only screen and (min-width:768px) {
  .testimonial__items--thumbnail {
    width: 105px
  }
}

@media only screen and (min-width:992px) {
  .testimonial__items--thumbnail {
    width: 115px;
    margin-bottom: 0
  }
}

@media only screen and (min-width:1366px) {
  .testimonial__items--thumbnail {
    width: 124px
  }
}

.testimonial__items--content {
  position: relative;
  width: 100%;
  padding-left: 20px
}

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

@media only screen and (min-width:992px) {
  .testimonial__items--content {
    width: calc(100% - 115px)
  }
}

@media only screen and (min-width:1366px) {
  .testimonial__items--content {
    width: calc(100% - 124px)
  }
}

@media only screen and (min-width:1200px) {
  .testimonial__items--content {
    padding-left: 28px
  }
}

@media only screen and (min-width:1400px) and (max-width:1600px) {
  .testimonial__items--content {
    padding-left: 18px
  }
}

.testimonial__items--title {
  margin-bottom: 5px
}

@media only screen and (min-width:992px) {
  .testimonial__items--title {
    font-size: 1.8rem
  }
}

@media only screen and (min-width:1366px) {
  .testimonial__items--title {
    font-size: 2rem
  }
}

.testimonial__items--subtitle {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 300;
  color: var(--light-color);
  margin-bottom: 10px
}

@media only screen and (min-width:992px) {
  .testimonial__items--subtitle {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1rem
  }
}

.testimonial__items--desc {
  line-height: 2.2rem;
  margin-bottom: 14px
}

@media only screen and (min-width:768px) {
  .testimonial__items--desc {
    line-height: 2.5rem;
    margin-bottom: 18px
  }
}

@media only screen and (min-width:992px) {
  .testimonial__items--desc {
    margin-bottom: 25px
  }
}

@media only screen and (min-width:1366px) {
  .testimonial__items--desc {
    margin-bottom: 20px
  }
}

.testimonial__chat--icon {
  position: absolute;
  bottom: -18px;
  right: 0;
  color: var(--theme-color)
}

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

@media only screen and (min-width:992px) {
  .testimonial__chat--icon svg {
    width: 38px
  }
}

@media only screen and (min-width:1200px) {
  .testimonial__chat--icon svg {
    width: 40px
  }
}

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

.testimonial__ratting--list {
  margin-right: 5px
}

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

@media only screen and (min-width:1200px) {
  .testimonial__ratting--list {
    margin-right: 7px
  }
}

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

.testimonial__ratting--icon svg {
  width: 17px
}

@media only screen and (min-width:992px) {
  .testimonial__ratting--icon svg {
    width: 20px
  }
}

@media only screen and (max-width:767px) {
  .shipping__section.section--padding {
    padding-bottom: 32px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .shipping__section.section--padding {
    padding-bottom: 53px
  }
}

@media only screen and (max-width:991px) {
  .shipping__section--inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

.shipping__items {
  padding: 0 20px;
  position: relative;
  width: 100%
}

@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 (max-width:575px) {
  .shipping__items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

@media only screen and (min-width:576px) {
  .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(--secondary-color);
  opacity: .67;
  color: var(--white-color);
  border-color: var(--secondary-color)
}

.shipping__items--icon {
  width: 4.5rem;
  height: 4.5rem;
  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);
  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:992px) {
  .shipping__items--icon {
    width: 4.8rem;
    height: 4.8rem;
    margin: 0 auto 20px
  }
}

@media only screen and (min-width:1600px) {
  .shipping__items--icon {
    width: 5.2rem;
    height: 5.2rem;
    margin: 0 auto 20px
  }
}

.shipping__items--icon svg {
  width: 22px;
  height: auto
}

@media only screen and (min-width:992px) {
  .shipping__items--icon svg {
    width: 24px
  }
}

@media only screen and (min-width:1600px) {
  .shipping__items--icon svg {
    width: 30px
  }
}

@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: 2rem;
    line-height: 2.2rem;
    margin-bottom: 8px
  }
}

@media only screen and (min-width:1600px) {
  .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)
}

@media only screen and (max-width:991px) {
  .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 (max-width:991px) {
  .shipping__items2 {
    margin-bottom: 25px;
    width: 23.2%;
    margin-right: 14px
  }
}

@media only screen and (max-width:767px) {
  .shipping__items2 {
    width: 46%
  }
}

@media only screen and (max-width:479px) {
  .shipping__items2 {
    width: 100%;
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

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

.shipping__items2--content {
  padding-left: 12px
}

@media only screen and (min-width:992px) {
  .shipping__items2--content {
    padding-left: 15px
  }
}

.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 (max-width:991px) {
  .shipping__items2--icon img {
    max-width: 42px
  }
}

@media only screen and (max-width:575px) {
  .shipping__items2--icon img {
    width: 40px
  }
}

.shipping__style3--inner {
  position: relative;
  z-index: 9;
  border-radius: 10px
}

@media only screen and (min-width:992px) {
  .shipping__style3--inner {
    border-radius: 63px
  }
}

.footer__bg {
  background: var(--bg-gray-color);
  position: relative
}

@media only screen and (max-width:991px) {
  .footer__bg {
    padding-bottom: 66px
  }
}

.footer__position--shape__one {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  pointer-events: none
}

@media only screen and (max-width:1599px) {
  .footer__position--shape__one {
    max-width: 15rem
  }
}

@media only screen and (max-width:1365px) {
  .footer__position--shape__one {
    max-width: 12rem
  }
}

@media only screen and (max-width:1199px) {
  .footer__position--shape__one {
    max-width: 11rem
  }
}

@media only screen and (max-width:991px) {
  .footer__position--shape__one {
    max-width: 10rem
  }
}

@media only screen and (max-width:767px) {
  .footer__position--shape__one {
    max-width: 8rem
  }
}

.footer__position--shape__two {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  pointer-events: none
}

@media only screen and (max-width:1599px) {
  .footer__position--shape__two {
    max-width: 9.5rem
  }
}

@media only screen and (max-width:1365px) {
  .footer__position--shape__two {
    max-width: 8rem
  }
}

@media only screen and (max-width:1199px) {
  .footer__position--shape__two {
    max-width: 7.5rem
  }
}

@media only screen and (max-width:991px) {
  .footer__position--shape__two {
    max-width: 7rem
  }
}

@media only screen and (max-width:991px) {
  .footer__position--shape__two {
    max-width: 4rem
  }
}

.footer__top {
  border-bottom: 1px solid rgba(174, 174, 191, .5);
  padding: 80px 0 75px
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .footer__top {
    padding: 70px 0 32px
  }
}

@media only screen and (max-width:767px) {
  .footer__top {
    padding: 52px 0 38px
  }
}

@media only screen and (min-width:1366px) {
  .footer__top--row {
    margin: 0 -25px
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .footer__col--order {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
}

@media only screen and (min-width:1200px) {
  .footer__col--padding {
    padding: 0 25px
  }
}

@media only screen and (min-width:992px) {
  .col-lg-3.footer__col--width {
    width: 30%
  }
}

@media only screen and (min-width:992px) {
  .col-lg-2.footer__col--width {
    width: 15%
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .footer__widget {
    margin-bottom: 30px
  }
}

.footer__widget--logo {
  margin-bottom: 10px
}

@media only screen and (min-width:992px) {
  .footer__widget--logo {
    margin-bottom: 20px
  }
}

@media only screen and (min-width:768px) {
  .footer__widget--desc {
    font-size: 1.5rem;
    line-height: 2.9rem
  }
}

.footer__widget--social {
  margin-top: 18px
}

@media only screen and (min-width:992px) {
  .footer__widget--social {
    margin-top: 30px
  }
}

.footer__widget--social__list {
  margin-right: 11px
}

.footer__widget--social__list:last-child {
  margin-right: 0
}

.footer__widget--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(--theme-color);
  color: var(--white-color);
  border-radius: 50%
}

.footer__widget--social__icon:hover {
  background: var(--secondary-color);
  color: var(--white-color)
}

.footer__widget--title {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 700;
  margin-bottom: 15px
}

@media only screen and (max-width:767px) {
  .footer__widget--title {
    position: relative;
    font-size: 1.7rem
  }
}

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

.footer__widget--title__arrowdown--icon {
  position: absolute;
  right: 0;
  top: 38%;
  -webkit-transition: .3s;
  transition: .3s;
  display: none;
  color: var(--black-color)
}

@media only screen and (max-width:767px) {
  .footer__widget--title__arrowdown--icon {
    display: block
  }
}

.footer__widget--title__arrowdown--icon.text-white {
  color: var(--white-color)
}

.footer__widget--menu__list {
  margin-bottom: .3rem
}

.footer__widget--menu__list:last-child {
  margin-bottom: 0
}

.footer__widget--menu__text {
  line-height: 3rem
}

@media only screen and (max-width:1199px) {
  .footer__widget--menu__text {
    line-height: 2.8rem;
    font-size: 1.4rem
  }
}

.footer__widget.active {
  padding-bottom: 25px
}

.footer__widget.active .footer__widget--title__arrowdown--icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.sm__footer--widget__bock {
  display: none
}

@media only screen and (max-width:767px) {
  .sm__footer--widget__bock {
    display: block
  }
}

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

@media only screen and (max-width:767px) {
  .footer__widget--button {
    visibility: visible
  }
}

.footer__widget--button>* {
  pointer-events: none
}

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

.newsletter__subscribe {
  margin-top: 20px
}

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

.newsletter__subscribe--input {
  width: 100%;
  border: 1px solid var(--border-color);
  height: 42px;
  background: 0 0;
  border-radius: 22px;
  padding: 0 96px 0 18px
}

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

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

@media only screen and (min-width:1200px) {
  .newsletter__subscribe--input {
    padding: 0 100px 0 18px
  }
}

.newsletter__subscribe--button {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: var(--secondary-color);
  color: var(--white-color);
  height: 100%;
  padding: 0 10px;
  font-size: 1.2rem;
  text-transform: uppercase;
  border-radius: 0 22px 22px 0
}

.newsletter__subscribe--button:hover {
  background: var(--theme-color)
}

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

.footer__bottom {
  padding: 25px 0
}

@media only screen and (min-width:768px) {
  .footer__bottom {
    padding: 30px 0
  }
}

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

@media only screen and (max-width:767px) {
  .footer__payment--inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px
  }
}

.footer__payment--list {
  margin-right: 12px
}

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

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

.copyright__content--link:hover {
  text-decoration: underline
}

@media only screen and (min-width:992px) {
  .col-lg-4.footer__col--padding {
    width: 31.333333%
  }
}

@media only screen and (min-width:992px) {
  .col-lg-5.footer__col--padding {
    width: 43.666667%
  }
}

.footer__section3 {
  margin-top: -65px
}

.footer__section3--topbar {
  padding-top: 140px
}

@media only screen and (max-width:767px) {
  .footer__section3--topbar {
    padding-top: 118px
  }
}

.footer__social--list {
  margin-bottom: 1.6rem
}

.footer__social--list:last-child {
  margin-bottom: 0
}

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

.footer__social--list__icon:hover span {
  color: var(--secondary-color)
}

.footer__social--icon__svg {
  width: 2.5rem;
  margin-right: 1rem
}

.newsletter__subscribe--form.style2 input::-webkit-input-placeholder {
  color: var(--light-color2)
}

.newsletter__subscribe--form.style2 input::-moz-placeholder {
  color: var(--light-color2)
}

.newsletter__subscribe--form.style2 input:-ms-input-placeholder {
  color: var(--light-color2)
}

.newsletter__subscribe--form.style2 input:-moz-placeholder {
  color: var(--light-color2)
}

.newsletter__subscribe--form.style2 input {
  color: var(--light-color2)
}

.newsletter__subscribe--form.style2 input:focus::-webkit-input-placeholder {
  color: var(--white-color)
}

@media only screen and (max-width:991px) {
  .footer__style4 {
    padding-bottom: 66px
  }
}

.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: 25px;
  -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;
  border-radius: 50%;
  font-weight: 700;
  border: 1px solid var(--border-color);
  background: var(--white-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
}

.quickview__close--btn:hover {
  background: var(--secondary-color);
  border-color: var(--secondary-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__gallery {
    margin-bottom: 20px
  }
}

.quickview__thumb {
  position: relative
}

.quickview__thumb--link {
  width: 100%;
  border-radius: 8px;
  display: block
}

.quickview__thumb--img {
  width: 100%;
  border-radius: 8px;
  display: block
}

.quickview__gallery--pagination {
  bottom: 5px !important
}

.quickview__gallery--pagination .swiper-pagination-bullet {
  width: 2rem;
  height: .6rem;
  background: var(--theme-color);
  opacity: 1;
  border-radius: 2px;
  margin: 0 3px !important
}

.quickview__gallery--pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--secondary-color)
}

.variant__color--value {
  width: 2.5rem;
  height: 2.5rem;
  padding: 2px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  line-height: 1;
  cursor: pointer
}

.variant__color--value:last-child {
  margin-right: 0
}

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

.variant__color--list input[type=radio]+label {
  border: 1px solid var(--border-color)
}

.variant__color--list input[type=radio]+label:hover {
  border: 1px solid var(--secondary-color)
}

.variant__color--list {
  margin-right: 10px
}

.variant__color--list input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px
}

.variant__color--list input[type=radio]:checked+label {
  border: 1px solid var(--secondary-color)
}

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

.variant__input--fieldset {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  border: none;
  margin: 0;
  padding: 0
}

.variant__size--list input[type=radio]+label {
  border: 1px solid var(--border-color)
}

.variant__size--list input[type=radio]+label:hover {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color)
}

.variant__size--list {
  margin-right: 13px
}

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

.variant__size--list input[type=radio] {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px
}

.variant__size--list input[type=radio]:checked+label {
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color)
}

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

.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: 17px 0 0 17px
}

.quickview__value--quantity.increase {
  border-radius: 0 17px 17px 0
}

input.quickview__value--number {
  height: 3.5rem;
  font-size: 1.7rem
}

.quickview__cart--btn {
  height: 3.8rem;
  line-height: 3.8rem;
  padding: 0 25px;
  margin-left: 15px
}

.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(--theme-color);
  color: var(--white-color);
  border-radius: 50%
}

.quickview__social--icon:hover {
  background: var(--secondary-color);
  color: var(--white-color)
}

@media only screen and (max-width:767px) {
  .quickview__social--style3 {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 1.5rem
  }
}

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

@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) {
  .banner__items--thumbnail__img {
    margin: 0 auto
  }
}

@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.active .accordion__items--button__icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 28%;
  -webkit-transition: .4s;
  transition: .4s
}

.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 50px 13px 15px;
  text-align: left;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  position: relative
}

@media only screen and (min-width:576px) {
  .accordion__items--button {
    padding: 13px 60px 13px 25px
  }
}

@media only screen and (min-width:992px) {
  .accordion__items--button {
    padding: 15px 70px 15px 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(--theme-color);
  color: var(--white-color);
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  -webkit-transition: .4s;
  transition: .4s
}

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

.accordion__items--button>* {
  pointer-events: none
}

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

.portfolio__items--thumbnail:hover .portfolio__view--icon {
  opacity: 1;
  visibility: visible
}

.portfolio__items--thumbnail__link {
  overflow: hidden
}

.portfolio__items--thumbnail:hover .portfolio__items--thumbnail__img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.portfolio__items--thumbnail__img {
  -webkit-transition: .3s;
  transition: .3s
}

.portfolio__view--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translatey(-50%) translatex(-50%);
  transform: translatey(-50%) translatex(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 9
}

.portfolio__view--icon__link {
  color: var(--white-color)
}

.instagram__thumbnail {
  overflow: hidden
}

.instagram__thumbnail:hover .instagram__social--icon {
  -webkit-transform: translatey(-50%) translatex(-50%) scale(1);
  transform: translatey(-50%) translatex(-50%) scale(1)
}

.instagram__thumbnail:hover .instagram__thumbnail--img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.instagram__thumbnail:hover::before {
  opacity: .7
}

.instagram__thumbnail::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--theme-color);
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  z-index: 9;
  pointer-events: none
}

.instagram__social--icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.5rem;
  height: 3.5rem;
  background: var(--white-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%;
  color: var(--secondary-color);
  -webkit-transform: translatey(-50%) translatex(-50%) scale(0);
  transform: translatey(-50%) translatex(-50%) scale(0);
  z-index: 9
}

.instagram__social--icon:hover {
  background: var(--secondary-color);
  color: var(--white-color)
}

@media only screen and (min-width:992px) {
  .instagram__social--icon {
    width: 4rem;
    height: 4rem
  }
}

@media only screen and (min-width:1200px) {
  .instagram__social--icon {
    width: 5rem;
    height: 5rem
  }
}

@media only screen and (max-width:1199px) {
  .instagram__social--icon svg {
    width: 1.8rem
  }
}

@media only screen and (max-width:767px) {
  .brand__logo--section.section--padding {
    padding-bottom: 25px
  }
}

@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: 70px
}

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

@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 23px 30px
  }
}

@media only screen and (max-width:480px) {
  .brand__logo--items__thumbnail--img {
    max-width: 90px
  }
}

.brand__logo--items__thumbnail--img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.breadcrumb__bg {
  background: url(../img/banner/breadcrumb-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 160px;
  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:768px) {
  .breadcrumb__bg {
    height: 200px
  }
}

@media only screen and (min-width:992px) {
  .breadcrumb__bg {
    height: 230px
  }
}

@media only screen and (min-width:1200px) {
  .breadcrumb__bg {
    height: 190px
  }
}

@media only screen and (min-width:1366px) {
  .breadcrumb__bg {
    height: 190px
  }
}

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

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

@media only screen and (min-width:1200px) {
  .breadcrumb__content--title.mb-25 {
    margin-bottom: 25px
  }
}

.breadcrumb__content--menu__items {
  position: relative;
  margin-right: 20px;
  padding-right: 22px;
  font-size: 16px;
  line-height: 24px
}

@media only screen and (min-width:768px) {
  .breadcrumb__content--menu__items {
    font-size: 18px
  }
}

.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: "";
  width: 3px;
  height: 20px;
  background: var(--theme-color);
  right: 0;
  top: 4px;
  border-radius: 5px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg)
}

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

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

.about__thumb--items:first-child {
  margin-top: 8rem
}

@media only screen and (max-width:991px) {
  .about__thumb--items:first-child {
    margin-top: 0
  }
}

.about__thumb--play {
  top: 40%
}

.about__thumb--play__icon {
  width: 5rem;
  height: 5rem
}

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

.about__content--subtitle {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.2rem
}

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

.about__content--maintitle {
  font-weight: 700
}

@media only screen and (min-width:992px) {
  .about__content--maintitle {
    font-size: 2.5rem;
    line-height: 3.5rem
  }
}

@media only screen and (min-width:1200px) {
  .about__content--maintitle {
    font-size: 3rem;
    line-height: 4rem
  }
}

@media only screen and (min-width:1600px) {
  .about__content--maintitle {
    font-size: 3.5rem;
    line-height: 4.4rem
  }
}

.about__content--desc {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: var(--text-gray-color)
}

.about__author--name {
  font-weight: 600;
  line-height: 2.6rem
}

.about__author--rank {
  color: var(--light-color)
}

.about__author--signature {
  position: absolute;
  top: 50%;
  left: 105px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%)
}

.team__items:hover .team__thumb {
  border-color: var(--theme-color)
}

@media only screen and (max-width:991px) {
  .team__items {
    margin-bottom: 2.5rem
  }
}

.team__thumb {
  position: relative;
  line-height: 1;
  display: inline-block;
  border: 4px solid transparent;
  padding: .3rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border-radius: 50%
}

.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: #e7f1d0;
  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(--theme-color);
  color: var(--white-color)
}

@media only screen and (max-width:575px) {
  .team__social--icon {
    width: 2.8rem;
    height: 2.8rem
  }
}

.team__content {
  padding: 1.2rem 0 0
}

@media only screen and (max-width:991px) {
  .team__content {
    padding: 1rem 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.6rem;
    line-height: 2.2rem
  }
}

.team__content--title {
  font-weight: 700;
  margin-bottom: 1rem;
  font-size: 1.7rem;
  line-height: 2rem
}

@media only screen and (min-width:992px) {
  .team__content--title {
    font-size: 1.8rem;
    margin-bottom: 1.2rem
  }
}

@media only screen and (min-width:1200px) {
  .team__content--title {
    font-size: 2rem;
    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: 2rem
  }
}

@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: 1rem
  }
}

@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:last-child {
  margin-right: 0
}

.product__grid--column__buttons--icons:hover {
  color: var(--theme-color);
  border-color: var(--theme-color)
}

.product__grid--column__buttons--icons.active {
  color: var(--theme-color);
  border-color: var(--theme-color)
}

.product__grid--column__buttons--icons>* {
  pointer-events: none
}

.product__view--search__form {
  width: 200px;
  position: relative
}

@media only screen and (min-width:992px) {
  .product__view--search__form {
    width: 190px
  }
}

@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(--theme-color)
}

.product__view--search__btn {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: var(--theme-color);
  color: var(--white-color);
  height: 100%;
  width: 4rem;
  border-radius: 0 .5rem .5rem 0
}

.product__view--search__btn:hover {
  background: var(--secondary-color)
}

.product__showing--count {
  color: var(--light-color);
  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: 20px
  }
}

@media only screen and (min-width:1200px) {
  .product__showing--count {
    font-size: 1.7rem;
    line-height: 2.8rem;
    margin-left: 20px
  }
}

@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: .3rem;
  padding: .5rem 1.2rem
}

@media only screen and (max-width:479px) {
  .widget__filter--btn {
    margin-right: 2.5rem
  }
}

.widget__filter--btn:hover {
  border-color: var(--theme-color);
  color: var(--theme-color)
}

.widget__filter--btn:hover span {
  color: var(--theme-color)
}

.widget__filter--btn__icon {
  width: 20px
}

.widget__filter--btn__text {
  font-weight: 600;
  font-size: 1.5rem;
  margin-left: .7rem
}

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

.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:hover {
  border-color: var(--theme-color);
  color: var(--theme-color)
}

.offcanvas__filter--close__text {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 8px
}

.offcanvas__filter--close>* {
  pointer-events: none
}

.shop__sidebar--widget {
  /* position: -webkit-sticky; */
  /* position: sticky; */
  position: static;

  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 {
  padding: 2rem;
  border-radius: .5rem;
  -webkit-box-shadow: 0 2px 22px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 22px rgba(0, 0, 0, .1)
}

.widget__title {
  font-weight: 600;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid var(--border-color2);
  padding-bottom: 1rem
}

@media only screen and (min-width:992px) {
  .widget__title {
    padding-bottom: 1.2rem;
    margin-bottom: 2.5rem
  }
}

.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__btn {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: var(--theme-color);
  color: var(--white-color);
  padding: 0;
  width: 4.5rem;
  height: 100%;
  border-radius: 0 .5rem .5rem 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
}

.widget__search--form__btn:hover {
  background: var(--secondary-color)
}

.widget__categories--menu__list {
  border: 1px solid var(--border-color2);
  margin-bottom: 1.5rem;
  border-radius: .5rem
}

.widget__categories--menu__list.active .widget__categories--menu__label {
  margin-bottom: 0
}

.widget__categories--menu__list.active .widget__categories--menu__arrowdown--icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 38%
}

.widget__categories--menu__label {
  cursor: pointer;
  padding: .5rem 1rem;
  position: relative;
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

.widget__categories--menu__label:hover {
  color: var(--secondary-color)
}

.widget__categories--menu__label>* {
  pointer-events: none
}

.widget__categories--menu__text {
  padding-left: 1rem
}

.widget__categories--menu__img {
  width: 3rem
}

.widget__categories--menu__arrowdown--icon {
  position: absolute;
  right: 1.5rem;
  top: 43%;
  -webkit-transition: var(--transition);
  transition: var(--transition)
}

.widget__categories--sub__menu {
  display: none;
  padding: 1rem 0;
  border-top: 1px solid var(--border-color2)
}

.widget__categories--sub__menu--list {
  margin-bottom: .8rem;
  padding: 0 1rem .8rem;
  border-bottom: 1px solid var(--border-color2)
}

.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: 2.8rem
}

.widget__form--check__list {
  margin-bottom: 1rem;
  position: relative
}

.widget__form--check__list:last-child {
  margin-bottom: 0
}

.widget__form--check__label {
  cursor: pointer;
  line-height: 2.8rem;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  border: 1px solid var(--border-color2);
  background: var(--white-color);
  padding: .5rem 3rem .5rem 1.5rem;
  border-radius: .5rem;
  display: block
}

.widget__form--check__label:hover {
  color: var(--secondary-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: var(--secondary-color);
  border: 1px solid var(--secondary-color)
}

.widget__form--check__input:checked~.widget__form--checkmark::before {
  display: block
}

.widget__form--checkmark {
  height: 1.8rem;
  width: 1.8rem;
  border: 1px solid var(--theme-color);
  border-radius: 50%;
  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 #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
}

.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--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:767px) {
  .product__list--items {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

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

.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% - 270px)
  }
}

@media only screen and (min-width:1200px) {
  .product__list--items__content {
    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: 1.2rem
}

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

.pagination__item {
  width: 4rem;
  height: 4rem;
  line-height: 3.8rem;
  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)
}

.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;
  /* New - ASV */
  max-height: 480px;
  object-fit: contain;
}

.product__media--view__icon {
  position: absolute;
  top: 2rem;
  left: 2rem
}

.product__media--view__icon--link {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 4.5rem;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50%;
  color: var(--white-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
}

.product__media--view__icon--link:hover {
  background: var(--secondary-color);
  color: var(--white-color)
}

.product__media--view__icon.media__play {
  right: 2rem;
  left: auto
}

.media__play--icon__link {
  color: var(--theme-color)
}

.media__play--icon__link:hover {
  color: var(--secondary-color)
}

.product__media--nav {
  margin-top: 2rem
}

.product__media--nav__items {
  border: 1px solid var(--border-color2);
  padding: .5rem;
  line-height: 1
}

.product__media--nav__items--img {
  width: 100%;
  cursor: pointer;
  display: block;
  /* New -ASV */
  object-fit: cover;
  max-height: 100px;
}

@media only screen and (min-width:768px) {
  .product__details--info {
    font-size: 1.6rem
  }
}

.product__details--info__price .current__price {
  font-size: 1.6rem
}

@media only screen and (min-width:992px) {
  .product__details--info__price .current__price {
    font-size: 2.2rem
  }
}

.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: 2rem
  }
}

.product__details--info__desc {
  color: var(--light-color)
}

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

.variant__buy--now__btn {
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600
}

@media only screen and (min-width:768px) {
  .variant__buy--now__btn {
    font-size: 1.6rem
  }
}

.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: 1.5rem
}

@media only screen and (min-width:768px) {
  .product__details--tab__section.sidebar__tab--section {
    padding: 2.5rem
  }
}

@media only screen and (min-width:1200px) {
  .product__details--tab__section.sidebar__tab--section {
    padding: 3.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: 1.5rem
}

@media only screen and (min-width:768px) {
  .product__details--tab__inner {
    padding: 2rem
  }
}

@media only screen and (min-width:992px) {
  .product__details--tab__inner {
    padding: 3rem
  }
}

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

@media only screen and (max-width:575px) {
  .product__details--tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.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: var(--theme-color);
  left: 50%;
  right: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  bottom: 0
}

.product__details--tab__list.active {
  color: var(--theme-color)
}

.product__details--tab__list.active::before {
  width: 100%;
  left: 0;
  right: 0
}

.product__details--tab__list:hover {
  color: var(--theme-color)
}

.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: 600;
  font-size: 1.7rem
}

@media only screen and (min-width:992px) {
  .product__tab--content__title {
    font-size: 1.8rem
  }
}

.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__ratting--list {
  margin-right: .4rem
}

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

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

.reviews__summary--caption {
  color: var(--theme-color);
  margin-left: 1.2rem
}

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

.reviews__comment--area {
  padding: 0 2rem;
  margin-bottom: 3rem
}

@media only screen and (max-width:767px) {
  .reviews__comment--area {
    padding: 0
  }
}

.reviews__comment--thumb {
  width: 85px
}

@media only screen and (max-width:575px) {
  .reviews__comment--thumb {
    margin-bottom: 1rem
  }
}

.reviews__comment--thumb img {
  display: block
}

.reviews__comment--top {
  margin-bottom: 1rem
}

.reviews__comment--content {
  width: 100%;
  position: relative
}

@media only screen and (min-width:576px) {
  .reviews__comment--content {
    width: calc(100% - 85px);
    padding-left: 1.5rem
  }
}

@media only screen and (min-width:768px) {
  .reviews__comment--content {
    padding-left: 2.5rem
  }
}

.reviews__comment--content__date {
  border: 1px solid var(--border-color2);
  padding: 0 1rem;
  border-radius: 5px;
  color: var(--light-color);
  height: 3.8rem;
  line-height: 3.8rem
}

@media only screen and (min-width:768px) {
  .reviews__comment--content__date {
    height: 4.2rem;
    line-height: 4rem
  }
}

@media only screen and (max-width:479px) {
  .reviews__comment--content__date {
    padding: 0 .8rem;
    font-size: 1.3rem
  }
}

.reviews__comment--content__title {
  font-weight: 600;
  margin-bottom: .8rem
}

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

@media only screen and (max-width:575px) {
  .reviews__comment--content .reviews__ratting {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.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: 2.5rem
}

@media only screen and (min-width:480px) {
  .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: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)
}

.product__details--gallery {
  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: 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(--theme-color)
}

.blog__post--meta__link:hover {
  color: var(--theme-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: 3rem
}

@media only screen and (min-width:992px) {
  .blog__details--content__subtitle {
    line-height: 3.2rem
  }
}

@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.7rem;
  line-height: 3rem;
  font-style: italic;
  font-weight: 500
}

@media only screen and (min-width:768px) {
  .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(--secondary-color);
  border-color: var(--secondary-color);
  color: var(--white-color)
}

@media only screen and (max-width:575px) {
  .blog__tags--media__link {
    padding: .4rem .8rem
  }
}

.meta__deta {
  color: var(--light-color);
  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(--theme-color);
  color: var(--white-color);
  border-radius: 50%
}

.blog__social--media__link:hover {
  background: var(--secondary-color);
  color: var(--white-color)
}

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

.related__post--items:hover .related__post--img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.related__post--thumb {
  line-height: 1;
  overflow: hidden
}

.related__post--title {
  font-size: 1.6rem;
  line-height: 2.2rem
}

@media only screen and (min-width:992px) {
  .related__post--title {
    font-size: 1.8rem
  }
}

.related__post--deta {
  font-size: 1.4rem;
  color: var(--light-color);
  line-height: 2.2rem
}

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

.comment__reply--btn {
  height: 3.6rem;
  line-height: 3.6rem;
  padding: 0 2rem
}

@media only screen and (min-width:768px) {
  .comment__reply--btn {
    height: 4rem;
    line-height: 4rem;
    padding: 0 2.5rem
  }
}

.reviews__comment--content__title2 {
  font-weight: 600;
  line-height: 2.2rem;
  margin-bottom: .4rem
}

.reviews__comment--content__date2 {
  font-size: 1.5rem;
  color: var(--light-color)
}

@media only screen and (max-width:575px) {
  .reviews__comment--reply__title.style2 {
    text-align: center
  }
}

.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: 50px;
  padding: 5px 15px;
  border-radius: 8px;
  border: 1px solid var(--border-color)
}

.contact__form--input:focus {
  border-color: var(--secondary-color) !important
}

.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(--theme-color2);
  width: 46rem;
  padding: 2rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%)
}

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

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

@media only screen and (min-width:768px) {
  .contact__info {
    padding: 4rem
  }
}

@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: 3rem auto 0;
    width: 100%
  }
}

.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--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(--theme-color);
  color: var(--white-color);
  border-radius: 50%
}

.contact__info--social__icon:hover {
  background: var(--secondary-color);
  color: var(--white-color)
}

.contact__map--iframe {
  width: 100%;
  height: 250px;
  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 (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 2rem 0;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid var(--border-color2)
}

.cart__table--header__list:last-child {
  padding-right: 0
}

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

.cart__table--header__list.text-right {
  text-align: right
}

.cart__table--header__list.text-center {
  text-align: center
}

@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 2rem 2rem 0
}

.cart__table--body__list:last-child {
  padding-right: 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: 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: .5rem;
  color: var(--light-color);
  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.5rem
}

.cart__remove--btn {
  font-weight: 600;
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3.7rem;
  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);
  margin-right: 1.5rem;
  border-radius: 50%;
  padding: 0;
  border: 0
}

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

.cart__price {
  font-weight: 600
}

@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(--theme-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(--theme-color);
  border: 0;
  padding: 0;
  background: inherit
}

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

.continue__shopping--clear:hover {
  color: var(--secondary-color)
}

.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: var(--white-color);
  position: -webkit-sticky;
  position: sticky;
  top: 0
}

@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 {
  color: var(--light-color);
  margin-bottom: 1.5rem
}

.coupon__code--field__input {
  border: 1px solid var(--border-color);
  height: 4.5rem;
  padding: 0 1rem;
  width: 100px
}

@media only screen and (min-width:768px) {
  .coupon__code--field__input {
    width: 160px
  }
}

@media only screen and (min-width:992px) {
  .coupon__code--field__input {
    width: 140px
  }
}

@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: 4.5rem;
  line-height: 4.5rem;
  padding: 0 2.5rem;
  margin-left: 2rem
}

@media only screen and (min-width:1200px) {
  .coupon__code--field__btn {
    margin-left: 3rem
  }
}

.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 {
  color: var(--light-color);
  margin-bottom: 1.5rem
}

.cart__note--textarea {
  border: 1px solid var(--border-color);
  height: 10rem;
  padding: 1rem;
  width: 100%;
  resize: none
}

.cart__note--textarea:focus {
  border-color: var(--secondary-color)
}

.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;
  color: var(--light-color);
  margin-bottom: 1.5rem
}

.cart__summary--footer__btn {
  height: 4.5rem;
  line-height: 4.5rem;
  padding: 0 1.5rem
}

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

@media only screen and (max-width:767px) {
  .wishlist__cart--btn {
    padding: .5rem 1.2rem;
    height: auto;
    line-height: 2.4rem;
    border-radius: 5px
  }
}

@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: 3rem 2rem 0 0;
  width: 60%
}

.checkout__mian--header {
  padding: 0
}

@media only screen and (min-width:992px) {
  .checkout__mian {
    padding: 4rem 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: none
  }
}

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

.order__summary--toggle__icon {
  color: var(--theme-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 {
  color: var(--light-color);
  margin-top: .5rem
}

.layout__flex--item {
  color: var(--text-gray-color)
}

.layout__flex--item__link {
  color: var(--theme-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.5rem 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;
  color: var(--light-color)
}

.previous__link--content {
  margin-left: 2rem;
  color: var(--theme-color)
}

.main__footer {
  padding: 2rem 0;
  border-top: 1px solid var(--border-color2)
}

.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: 4.5rem;
  padding: 0 1.5rem
}

.checkout__discount--code__input--field:focus {
  border-color: var(--secondary-color)
}

.checkout__discount--code__btn {
  height: 4.5rem;
  line-height: 4.5rem;
  margin-left: 2rem;
  padding: 0 2.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(--theme-color);
  border: 0;
  padding: 0;
  background: inherit
}

.checkout__review--link__text:hover {
  color: var(--secondary-color)
}

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

.checkout__submission--icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border: 2px solid var(--theme-color);
  border-radius: 50%;
  text-align: center;
  line-height: 5.2rem
}

.checkout__submission--icon svg {
  color: var(--theme-color)
}

.checkout__order--number {
  color: var(--light-color);
  padding-bottom: .3rem
}

.order__confirmed--area {
  border: 1px solid var(--border-color2);
  padding: 1.5rem
}

.order__confirmed--desc {
  color: var(--light-color)
}

.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;
  color: var(--light-color);
  display: inline-block;
  line-height: 2.2rem
}

.customer__information--text__link {
  font-size: 1.3rem;
  color: var(--light-color);
  display: inline-block;
  line-height: 2.2rem
}

.account__wrapper.account__wrapper--style4 {
  width: 100%
}

.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: 3rem
}

.account__details--footer__btn {
  background: var(--white-color);
  border: 1px solid var(--black-color);
  padding: 0 2.5rem;
  height: 4.5rem;
  line-height: 4.1rem;
  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
  }
}

@media only screen and (max-width:479px) {
  .account__table--body__child--items {
    padding: .5rem 0
  }
}

.error__content--img {
  margin: 0 auto 4rem
}

@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;
    margin: 0 auto 3rem
  }
}

@media only screen and (max-width:575px) {
  .error__content--img {
    max-width: 100%;
    padding: 0 3rem;
    margin: 0 auto 2.5rem
  }
}

.error__content--title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 2.4rem
}

@media only screen and (min-width:576px) {
  .error__content--title {
    margin-bottom: 1.5rem;
    font-size: 2.2rem;
    line-height: 2.6rem
  }
}

@media only screen and (min-width:768px) {
  .error__content--title {
    margin-bottom: 1.8rem;
    font-size: 2.8rem;
    line-height: 3.2rem
  }
}

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

@media only screen and (min-width:1200px) {
  .error__content--title {
    font-size: 3.5rem;
    line-height: 4rem;
    margin-bottom: 2rem
  }
}

@media only screen and (min-width:1366px) {
  .error__content--title {
    font-size: 3.7rem
  }
}

.error__content--desc {
  color: var(--light-color);
  font-size: 1.5rem
}

@media only screen and (min-width:768px) {
  .error__content--desc {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 2rem
  }
}

@media only screen and (min-width:992px) {
  .error__content--desc {
    font-size: 1.7rem;
    line-height: 2.3rem;
    margin-bottom: 2.5rem
  }
}

@media only screen and (min-width:1200px) {
  .error__content--desc {
    font-size: 1.8rem;
    line-height: 2.5rem;
    margin-bottom: 3rem
  }
}

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

.account__login {
  background: var(--white-color);
  padding: 2rem 1.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:576px) {
  .account__login {
    padding: 2.5rem
  }
}

@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;
  color: var(--light-color)
}

.account__login--input {
  width: 100%;
  height: 4.8rem;
  border: 1px solid var(--border-color2);
  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: 4.5rem;
    line-height: 4.5rem
  }
}

.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;
  border: 0;
  background: inherit;
  font-weight: 600;
  color: var(--secondary-color)
}

.account__login--forgot {
  font-weight: 600;
  color: var(--secondary-color);
  font-size: 1.5rem;
  border: 0;
  padding: 0;
  background: inherit
}

@media only screen and (max-width:575px) {
  .account__login--forgot {
    margin-top: .6rem
  }
}

@media only screen and (max-width:767px) {
  .account__login.register {
    margin-top: 3rem
  }
}

@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 {
  color: var(--light-color);
  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: 4rem;
  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: 4rem;
    line-height: 4rem;
    padding: 0 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);
  text-align: center
}

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

@media only screen and (max-width:1199px) {
  .compare__table--items__child--header {
    font-size: 1.4rem
  }
}

.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;
  text-align: center;
  color: var(--text-gray-color)
}

.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 2rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.3rem
}

@media only screen and (min-width:992px) {
  .compare__cart--btn {
    height: 4.2rem;
    line-height: 4.2rem;
    padding: 0 2.5rem
  }
}

.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;
  font-size: 2rem
}

@media only screen and (max-width:767px) {
  .face__step--title.mb-30 {
    margin-bottom: 2.2rem
  }
}

@media only screen and (min-width:992px) {
  .face__step--title {
    font-size: 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
}

@media only screen and (max-width:767px) {
  .faq__accordion--btn .accordion__items--button__icon {
    margin-bottom: 1.2rem
  }
}

@media only screen and (min-width:768px) {
  .faq__accordion--btn {
    font-size: 1.6rem
  }
}

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

.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: 1rem;
  font-weight: 500
}

@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;
  font-weight: 500
}

@media only screen and (min-width:1600px) {
  .privacy__policy--content__subtitle {
    font-size: 2.2rem;
    line-height: 2.5rem;
    margin-bottom: 1rem
  }
}

.privacy__policy--content__desc {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 2.6rem
}

@media only screen and (min-width:1200px) {
  .privacy__policy--content__desc {
    font-size: 1.6rem;
    line-height: 2.8rem
  }
}

[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(--theme-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(--secondary-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: 4rem 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: 4rem 2.5rem
  }
}

@media only screen and (min-width:1200px) {
  .newsletter__popup--box__right {
    width: calc(100% - 330px);
    padding: 4rem 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.4rem;
  font-size: 1.5rem;
  margin-bottom: 1.6rem
}

@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%;
  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(--theme-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(--secondary-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
  }
}



 /* --- Homepage top promo banner --- */
 .marquee {
  height: 30px;
  overflow: hidden;
  position: relative;
  
  color: white;
  
}

.marquee p {
  position: absolute;
  width: 1000px;
  height: 100%;
  margin: 0;
  line-height: 30px;
  text-align: center;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: scroll-left 2s linear infinite;
  -webkit-animation: scroll-left 2s linear infinite;
  animation: scroll-left 20s linear infinite;
}

@-moz-keyframes scroll-left {
  0% {
      -moz-transform: translateX(100%);
  }
  100% {
      -moz-transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll-left {
  0% {
      -webkit-transform: translateX(100%);
  }
  100% {
      -webkit-transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  0% {
      -moz-transform: translateX(100%);
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
  }
  100% {
      -moz-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
  }
}