/* Filter Grayscale */
/* Clip path */
/* Transition */
/* Border radius */
/* CLEAR COTNENT */
.cl:before,
.cl:after {
  display: table;
  content: " ";
}

.cl:after {
  clear: both;
}

.cl {
  clear: both;
}

/* IMAGES */
.img-full {
  width: 100%;
  display: block;
}

/* HR Lines*/
hr {
  margin: 0px;
  border: 0;
  border-top: 1px solid rgba(25, 25, 25, 0.4);
}

/* DISPLAY */
.hide {
  display: none;
}

/* TEXT ALIGN */
.text-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .text-center-sm {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .text-center-xs {
    text-align: center;
  }
}
.text-right {
  text-align: right;
}

/* TEXT TRANSFORM */
.text-upper {
  text-transform: uppercase;
}

/* BACKGROUND COLORS */
.bg-black {
  background-color: #191919;
}

.bg-black-05 {
  background-color: rgba(25, 25, 25, 0.05);
}

.bg-yellow {
  background-color: #FFC50A;
}

.bg-white {
  background-color: #fff;
}

.bg-red {
  background-color: rgb(255, 140, 1);
}

/* COLORS */
.color-black {
  color: #191919;
}

.color-yellow {
  color: #FFC50A;
}

.color-green {
  color: #00703D;
}

.color .color-white {
  color: #fff;
}

.color-red {
  color: rgb(255, 140, 1);
}

.color-black-2 {
  color: rgba(25, 25, 25, 0.2);
}

.color-black-4 {
  color: rgba(25, 25, 25, 0.4);
}

.color-black-6 {
  color: rgba(25, 25, 25, 0.6);
}

.color-black-8 {
  color: rgba(25, 25, 25, 0.8);
}

/* FONT SIZES */
.h1 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .h1 {
    font-size: 38px;
    line-height: 40px;
  }
}

.h2 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .h2 {
    font-size: 34px;
    line-height: 36px;
  }
}

.h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .h3 {
    font-size: 26px;
    line-height: 28px;
  }
}

.h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .h4 {
    font-size: 20px;
    line-height: 22px;
  }
}

.h5 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
@media screen and (min-width: 767px) {
  .h5 {
    font-size: 18px;
    line-height: 20px;
  }
}

/* MARGINS */
.m-auto {
  margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .mb-0-sm {
    margin-bottom: 0;
  }
}
/* PADDINGS */
.pt-0 {
  padding-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pb-0 {
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.padded10 {
  padding: 10px 0px;
}

.padded20 {
  padding: 20px 0px;
}

.padded40 {
  padding: 40px 0px;
}

.padded60 {
  padding: 60px 0px;
}

.padded80,
.padded100,
.padded120,
.padded140,
.padded160 {
  padding: 60px 0px;
}

@media screen and (min-width: 992px) {
  .padded80 {
    padding: 80px 0px;
  }
  .padded100 {
    padding: 100px 0px;
  }
  .padded120 {
    padding: 120px 0px;
  }
  .padded140 {
    padding: 140px 0px;
  }
  .padded160 {
    padding: 160px 0px;
  }
}
/* PADDINGS */
.font100 {
  font-weight: 100;
}

.font200 {
  font-weight: 200;
}

.font300 {
  font-weight: 300;
}

.font400 {
  font-weight: 400;
}

.font500 {
  font-weight: 500;
}

.font600 {
  font-weight: 600;
}

.font700 {
  font-weight: 700;
}

.font800 {
  font-weight: 800;
}

.font900 {
  font-weight: 900;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #191919;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
}
@media screen and (max-width: 420px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
}

body.no-scroll {
  overflow: hidden;
}

html {
  height: 100%;
}

section,
header,
footer {
  position: relative;
  outline: 0;
  border: 0;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: rgba(25, 25, 25, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(25, 25, 25, 0.3);
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(25, 25, 25, 0.3);
}

img {
  max-width: 100%;
  display: block;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  color: #191919;
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 15px;
  }
}

h1 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  h1 {
    font-size: 38px;
    line-height: 40px;
  }
}

h2 {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  h2 {
    font-size: 34px;
    line-height: 36px;
  }
}

h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  h3 {
    font-size: 26px;
    line-height: 28px;
  }
}

h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  h4 {
    font-size: 20px;
    line-height: 22px;
  }
}

h5 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
@media screen and (min-width: 767px) {
  h5 {
    font-size: 18px;
    line-height: 20px;
  }
}

p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 18px;
  position: relative;
  z-index: 1;
  font-weight: 400;
  color: #191919;
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
p a {
  color: rgb(255, 140, 1);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (min-width: 600px) {
  p a {
    font-size: 16px;
    line-height: 22px;
  }
}

.small {
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 767px) {
  .small {
    font-size: 14px;
  }
}
.small a {
  text-decoration: underline;
  font-size: 12px;
  line-height: 18px;
}
@media screen and (min-width: 767px) {
  .small a {
    font-size: 14px;
  }
}

.container {
  width: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media screen and (min-width: 1300px) {
  .container.container-lg {
    width: 1270px;
  }
}

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xl-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xl-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xl-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xl-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xl-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xl-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xl-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xl-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xl-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xl-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xl-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-12 {
  position: relative;
  min-height: 1px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media screen and (min-width: 767px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 1500px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: auto;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: auto;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.row:after {
  clear: both;
}

.header {
  z-index: 1000;
  background-color: #fff;
  height: 100px;
}
@media screen and (max-width: 600px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 4px 12px rgba(25, 25, 25, 0.2);
    -moz-box-shadow: 0px 4px 12px rgba(25, 25, 25, 0.2);
    box-shadow: 0px 4px 12px rgba(25, 25, 25, 0.2);
  }
}
.header .container {
  height: 100px;
}
.header .logo {
  width: 200px;
  height: auto;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  position: absolute;
  left: 10px;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .header .logo {
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  .header .logo {
    top: 15px;
  }
}
.header .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.header .header-search {
  position: absolute;
  right: 120px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 2;
}
@media screen and (min-width: 992px) {
  .header .header-search {
    right: 150px;
  }
}
@media screen and (max-width: 600px) {
  .header .header-search {
    width: 100%;
    right: 0px;
    left: 0;
    bottom: 0;
    height: auto;
  }
}
.header .header-search-form {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 600px) {
  .header .header-search-form {
    width: 260px;
  }
}
@media screen and (min-width: 767px) {
  .header .header-search-form {
    width: 400px;
  }
}
@media screen and (min-width: 992px) {
  .header .header-search-form {
    width: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-search-form {
    width: 560px;
  }
}
.header .header-search-form-control {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  outline: 0;
  background-color: rgba(25, 25, 25, 0.05);
  padding: 8px 38px 8px 6px;
  border: 1px solid rgba(25, 25, 25, 0.1);
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #191919;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (min-width: 767px) {
  .header .header-search-form-control {
    padding: 8px 44px 8px 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
.header .header-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  display: block;
  background: none;
  background-color: #191919;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/icons/icn-search.svg);
  z-index: 1;
  cursor: pointer;
  background-size: 18px 18px;
  border: 0;
  outline: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-search:hover, .header .header-search:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-search:hover .header-search-form-control, .header .header-search:focus .header-search-form-control {
  border-color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-search:hover .header-search-btn, .header .header-search:focus .header-search-btn {
  background-color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-cart {
  position: absolute;
  top: 0;
  right: 60px;
  bottom: 0;
  width: 60px;
  height: 60px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../../assets/images/icons/icn-cart.svg);
  z-index: 1;
  cursor: pointer;
  background-size: 24px 24px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .header .header-cart {
    margin: auto;
  }
}
@media screen and (min-width: 992px) {
  .header .header-cart {
    right: 70px;
  }
}
.header .header-cart span {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgb(255, 140, 1);
  font-size: 12px;
  line-height: 18px;
  width: 18px;
  height: 18px;
  text-align: center;
  display: block;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-cart:hover, .header .header-cart:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-cart:hover span, .header .header-cart:focus span {
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-menu-toggle {
  display: block;
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  z-index: 2;
  cursor: pointer;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .header .header-menu-toggle {
    height: 100px;
    right: 10px;
  }
}
.header .header-menu-toggle span {
  width: 36px;
  height: 2px;
  display: block;
  background-color: rgba(25, 25, 25, 0.6);
  position: absolute;
  right: 12px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-menu-toggle span:nth-child(1) {
  top: 20px;
}
@media screen and (min-width: 600px) {
  .header .header-menu-toggle span:nth-child(1) {
    top: 36px;
  }
}
.header .header-menu-toggle span:nth-child(2) {
  top: 30px;
}
@media screen and (min-width: 600px) {
  .header .header-menu-toggle span:nth-child(2) {
    top: 46px;
  }
}
.header .header-menu-toggle span:nth-child(3) {
  top: 40px;
  width: 22px;
}
@media screen and (min-width: 600px) {
  .header .header-menu-toggle span:nth-child(3) {
    top: 56px;
  }
}
.header .header-menu-toggle:hover, .header .header-menu-toggle:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-menu-toggle:hover span, .header .header-menu-toggle:focus span {
  background-color: #191919;
}
.header .header-menu-toggle:hover span:nth-child(3), .header .header-menu-toggle:focus span:nth-child(3) {
  width: 36px;
}
.header .header-menu-toggle.header-menu-toggle-active span {
  background-color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-menu-toggle.header-menu-toggle-active span:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .header .header-menu-toggle.header-menu-toggle-active span:nth-child(1) {
    top: 46px;
  }
}
.header .header-menu-toggle.header-menu-toggle-active span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-menu-toggle.header-menu-toggle-active span:nth-child(3) {
  opacity: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-menu {
  display: none;
  position: absolute;
  top: 100px;
  right: 0px;
  left: 0;
  background-color: #fff;
  z-index: 10;
  -webkit-box-shadow: -2px 4px 12px rgba(25, 25, 25, 0.1);
  -moz-box-shadow: -2px 4px 12px rgba(25, 25, 25, 0.1);
  box-shadow: -2px 4px 12px rgba(25, 25, 25, 0.1);
}
@media screen and (min-width: 600px) {
  .header .header-menu {
    left: auto;
    right: 10px;
    width: 280px;
    top: 90px;
  }
}
.header .header-menu > ul {
  position: relative;
  text-align: center;
  padding: 8px 0px;
}
@media screen and (min-width: 600px) {
  .header .header-menu > ul {
    text-align: right;
  }
}
.header .header-menu > ul > li {
  position: relative;
  display: block;
}
.header .header-menu > ul > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  padding: 8px;
  color: #191919;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .header .header-menu > ul > li > a {
    padding: 10px 20px;
  }
}
.header .header-menu > ul > li > a:hover, .header .header-menu > ul > li > a:focus {
  color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .header .header-menu > ul > li.menu-item-has-children > a {
    padding-right: 42px;
  }
}
.header .header-menu > ul > li.menu-item-has-children > a:after, .header .header-menu > ul > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  top: 18px;
  background-color: #191919;
  width: 8px;
  height: 2px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-menu > ul > li.menu-item-has-children > a:after {
  right: 20px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .header-menu > ul > li.menu-item-has-children > a:before {
  right: 26px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header-menu > ul > li.menu-item-has-children > a.menu-active {
  color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-menu > ul > li.menu-item-has-children > a.menu-active:after, .header .header-menu > ul > li.menu-item-has-children > a.menu-active:before {
  background-color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-menu > ul > li.menu-item-has-children > a.menu-active:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-menu > ul > li.menu-item-has-children > a.menu-active:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.header .header-menu > ul > li .sub-menu {
  position: relative;
  display: none;
  z-index: 1;
}
.header .header-menu > ul > li .sub-menu > li {
  position: relative;
  display: block;
}
.header .header-menu > ul > li .sub-menu > li > a {
  display: block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  padding: 8px;
  color: #191919;
  font-weight: 500;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .header .header-menu > ul > li .sub-menu > li > a {
    padding: 6px 42px 6px 20px;
  }
}
.header .header-menu > ul > li .sub-menu > li > a:hover, .header .header-menu > ul > li .sub-menu > li > a:focus {
  color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

@media screen and (max-width: 600px) {
  .header + section {
    margin-top: 100px;
  }
}

.footer {
  background-color: #00703D;
  padding-top: 20px;
}
@media screen and (min-width: 767px) {
  .footer {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer.footer-bottom-space {
    padding-bottom: 42px;
  }
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer p,
.footer a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer h4 {
    font-size: 14px;
  }
}
.footer-link {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  gap: 5px;
  align-items: center;
  padding-bottom: 10px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .footer-link {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-link {
    justify-content: center;
  }
}
.footer-link img {
  width: 12px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .footer-link img {
    width: 16px;
  }
}
.footer-link:hover, .footer-link:focus {
  color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-link:hover img, .footer-link:focus img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-links {
  position: relative;
}
.footer-links li {
  display: block;
}
.footer-links li a {
  padding-bottom: 10px;
  display: block;
  text-decoration: underline;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-links li a:hover, .footer-links li a:focus {
  color: rgb(255, 140, 1);
  text-decoration: underline;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-social {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-social {
    justify-content: center;
  }
}
.footer-social li {
  display: block;
  position: relative;
}
.footer-social li a {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-social li a img {
  width: 20px;
  height: auto;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-social li a:hover, .footer-social li a:focus {
  border-color: rgb(255, 140, 1);
  background-color: rgb(255, 140, 1);
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-social li a:hover img, .footer-social li a:focus img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.footer-bottom {
  background-color: #fff;
  padding: 10px 0px;
  margin-top: 20px;
  position: relative;
  display: block;
  text-align: center;
}
.footer-bottom h1,
.footer-bottom h2,
.footer-bottom h3,
.footer-bottom h4,
.footer-bottom h5,
.footer-bottom p,
.footer-bottom a {
  color: #191919;
}

::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(25, 25, 25, 0.5);
}

::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(25, 25, 25, 0.5);
}

:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(25, 25, 25, 0.5);
}

:-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(25, 25, 25, 0.5);
}

.form-control {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  z-index: 1;
  box-sizing: border-box;
  outline: 0;
  background-color: #fff;
  padding: 8px;
  border: 1px solid rgba(25, 25, 25, 0.4);
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #191919;
  font-weight: 600;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (min-width: 767px) {
  .form-control {
    padding: 8px 10px;
    font-size: 16px;
    line-height: 24px;
  }
}
.form-control:hover, .form-control:focus {
  border-color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

::-ms-clear {
  display: none;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-group-inline {
  position: relative;
}
@media screen and (min-width: 767px) {
  .form-group-inline {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 767px) {
  .form-group-inline label {
    width: 26%;
  }
}
@media screen and (min-width: 767px) {
  .form-group-inline .form-group-input,
  .form-group-inline textarea {
    width: 74%;
  }
}

select {
  background-image: url(../../assets/images/icons/icn-select-arrow.svg);
  background-position: center right 14px;
  background-repeat: no-repeat;
  background-size: 10px 6px;
}

.btn {
  font-family: "Montserrat", sans-serif;
  outline: 0;
  border: 2px solid transparent;
  text-align: center;
  font-weight: 700;
  padding: 6px;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  /*Primary*/
  /*Secondary*/
  /*Red text*/
  /* Button with animation */
  /*Sizes*/
  /*Disable*/
  /*Block*/
}
@media screen and (min-width: 600px) {
  .btn {
    padding: 6px 10px;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.btn.btn-primary {
  background-color: rgb(255, 140, 1);
  color: #fff;
  border-color: rgb(255, 140, 1);
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
  color: #fff;
  border-color: #00703D;
  background-color: #00703D;
}
.btn.btn-secondary {
  background-color: #fff;
  color: rgb(255, 140, 1);
  border-color: rgb(255, 140, 1);
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
  color: #191919;
  border-color: #191919;
  background-color: #fff;
}
.btn.btn-red-text {
  background-color: #fff;
  color: rgb(255, 140, 1);
  border-color: rgb(255, 140, 1);
  text-transform: uppercase;
}
.btn.btn-red-text:hover, .btn.btn-red-text:focus {
  color: #fff;
  border-color: rgb(255, 140, 1);
  background-color: rgb(255, 140, 1);
}
.btn.btn-anim {
  -webkit-animation: button-anim 5s infinite;
  -moz-animation: button-anim 5s infinite;
  -o-animation: button-anim 5s infinite;
  animation: button-anim 5s infinite;
}
@-webkit-keyframes button-anim {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  65% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes button-anim {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  65% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes button-anim {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  65% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes button-anim {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  65% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.btn.btn-sm {
  font-weight: 600;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
}
@media screen and (min-width: 767px) {
  .btn.btn-sm {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
.btn.btn-lg {
  padding: 12px 6px;
  font-size: 20px;
  letter-spacing: 1px;
}
@media screen and (min-width: 767px) {
  .btn.btn-lg {
    padding: 12px 28px;
    font-size: 20px;
  }
}
.btn.btn-disable {
  pointer-events: none;
  opacity: 0.3;
  cursor: not-allowed;
}
.btn.btn-block {
  display: block;
  width: 100%;
}

.btn-link {
  font-weight: 500;
  position: relative;
  color: rgb(255, 140, 1);
  text-decoration: underline;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: underline;
  color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.page-progress {
  position: fixed;
  top: 0px;
  left: 0;
  height: 2px;
  background-color: rgb(255, 140, 1);
  min-width: 0px;
  z-index: 20;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .page-progress {
    height: 4px;
  }
}

.checkbox-switch {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 44px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkbox-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  z-index: -1;
}
.checkbox-switch .checkmark {
  width: 36px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
  background-color: #fff;
  border: 1px solid rgba(25, 25, 25, 0.3);
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkbox-switch .checkmark:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  display: block;
  background-color: rgba(25, 25, 25, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkbox-switch .text {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #191919;
  font-weight: 500;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .checkbox-switch .text {
    font-size: 16px;
  }
}
.checkbox-switch .text a {
  color: rgb(255, 140, 1);
  text-decoration: underline;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .checkbox-switch .text a {
    font-size: 16px;
  }
}
.checkbox-switch input:checked + .checkmark {
  background-color: rgb(255, 140, 1);
  border-color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkbox-switch input:checked + .checkmark:after {
  background-color: #fff;
  left: 18px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkbox-switch input:checked + .checkmark + .text {
  color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkbox-switch:hover, .checkbox-switch:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkbox-switch:hover .checkmark, .checkbox-switch:focus .checkmark {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkbox-switch:hover .checkmark:after, .checkbox-switch:focus .checkmark:after {
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.checkbox-list-inline {
  position: relative;
}
.checkbox-list-inline .checkbox-switch {
  display: inline-block;
  margin-right: 12px;
}

.checkbox-switch-square-inline {
  position: relative;
}
@media screen and (min-width: 767px) {
  .checkbox-switch-square-inline {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 992px) {
  .checkbox-switch-square-inline {
    gap: 15px;
  }
}
.checkbox-switch-square-inline .checkbox-switch-square {
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .checkbox-switch-square-inline .checkbox-switch-square {
    flex-basis: 100%;
    margin-bottom: 0px;
    flex: 1 0 auto;
  }
}

.checkbox-switch-square {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (max-width: 767px) {
  .checkbox-switch-square {
    text-align: center;
  }
}
.checkbox-switch-square input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  z-index: -1;
}
.checkbox-switch-square .checkmark {
  position: absolute;
  left: 0;
  top: 0px;
  right: 0;
  bottom: 0;
  display: block;
  background-color: #fff;
  border: 1px solid rgba(25, 25, 25, 0.7);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkbox-switch-square .text {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: rgba(25, 25, 25, 0.8);
  font-weight: 700;
  padding: 14px 0px 6px 0px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .checkbox-switch-square .text {
    padding: 12px 10px 6px 10px;
  }
}
.checkbox-switch-square .price {
  position: relative;
  padding: 4px 0px 12px 0px;
}
@media screen and (min-width: 767px) {
  .checkbox-switch-square .price {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    gap: 10px;
    padding: 6px 10px 12px 10px;
  }
}
@media screen and (max-width: 767px) {
  .checkbox-switch-square .price {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .checkbox-switch-square .price br {
    display: none;
  }
}
.checkbox-switch-square .price span {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  display: inline-block;
}
@media screen and (min-width: 767px) {
  .checkbox-switch-square .price span {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 600px) {
  .checkbox-switch-square .price span {
    font-size: 18px;
    line-height: 18px;
  }
}
.checkbox-switch-square .price .price-regular {
  color: rgb(255, 140, 1);
  text-decoration: line-through;
}
.checkbox-switch-square .best-selling {
  position: relative;
  width: 100%;
  display: block;
  background-color: rgba(255, 140, 1, 0.1);
  text-align: center;
  padding: 8px 0px;
  font-size: 12px;
  line-height: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 767px) {
  .checkbox-switch-square .best-selling {
    padding: 4px 0px;
  }
}
.checkbox-switch-square input:checked + .checkmark {
  background-color: rgba(255, 140, 1, 0.1);
  border-color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkbox-switch-square input:checked + .checkmark + .text {
  color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkbox-switch-square:hover, .checkbox-switch-square:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkbox-switch-square:hover .checkmark, .checkbox-switch-square:focus .checkmark {
  border-color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkbox-switch-square:hover .text, .checkbox-switch-square:focus .text {
  color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

/* Product gallery */
@media screen and (min-width: 767px) {
  .product-gallery-sticky {
    position: sticky;
    top: 15px;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
  }
}

.product-gallery {
  position: relative;
  /*Sale*/
  /*Gallery*/
}
.product-gallery-sale {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  width: 54px;
  height: 54px;
  display: block;
  background-color: rgb(255, 140, 1);
  color: #fff;
  font-size: 18px;
  line-height: 54px;
  font-weight: 600;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (min-width: 767px) {
  .product-gallery-sale {
    width: 64px;
    height: 64px;
    font-size: 20px;
    line-height: 64px;
  }
}
.product-gallery .owl-carousel-gallery {
  position: relative;
}
.product-gallery .owl-carousel-gallery .item img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.product-gallery .owl-carousel-gallery .owl-nav .owl-prev,
.product-gallery .owl-carousel-gallery .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
}
.product-gallery .owl-carousel-gallery .owl-nav .owl-prev {
  left: 0;
}
.product-gallery .owl-carousel-gallery .owl-nav .owl-next {
  right: 0;
}
.product-gallery .owl-carousel-gallery .owl-nav .slide-prev,
.product-gallery .owl-carousel-gallery .owl-nav .slide-next {
  width: 60px;
  height: 60px;
  display: block;
  position: relative;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.product-gallery .owl-carousel-gallery .owl-nav .slide-prev:after, .product-gallery .owl-carousel-gallery .owl-nav .slide-prev:before,
.product-gallery .owl-carousel-gallery .owl-nav .slide-next:after,
.product-gallery .owl-carousel-gallery .owl-nav .slide-next:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 3px;
  display: block;
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.product-gallery .owl-carousel-gallery .owl-nav .slide-prev:after,
.product-gallery .owl-carousel-gallery .owl-nav .slide-next:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-gallery .owl-carousel-gallery .owl-nav .slide-prev:before,
.product-gallery .owl-carousel-gallery .owl-nav .slide-next:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-gallery .owl-carousel-gallery .owl-nav .slide-prev:hover, .product-gallery .owl-carousel-gallery .owl-nav .slide-prev:focus,
.product-gallery .owl-carousel-gallery .owl-nav .slide-next:hover,
.product-gallery .owl-carousel-gallery .owl-nav .slide-next:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.product-gallery .owl-carousel-gallery .owl-nav .slide-prev:hover:after, .product-gallery .owl-carousel-gallery .owl-nav .slide-prev:hover:before, .product-gallery .owl-carousel-gallery .owl-nav .slide-prev:focus:after, .product-gallery .owl-carousel-gallery .owl-nav .slide-prev:focus:before,
.product-gallery .owl-carousel-gallery .owl-nav .slide-next:hover:after,
.product-gallery .owl-carousel-gallery .owl-nav .slide-next:hover:before,
.product-gallery .owl-carousel-gallery .owl-nav .slide-next:focus:after,
.product-gallery .owl-carousel-gallery .owl-nav .slide-next:focus:before {
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.product-gallery .owl-carousel-gallery .owl-nav .slide-prev:after {
  top: 24px;
  left: 12px;
}
.product-gallery .owl-carousel-gallery .owl-nav .slide-prev:before {
  bottom: 24px;
  left: 12px;
}
.product-gallery .owl-carousel-gallery .owl-nav .slide-next:after {
  bottom: 24px;
  right: 12px;
}
.product-gallery .owl-carousel-gallery .owl-nav .slide-next:before {
  top: 24px;
  right: 12px;
}
.product-gallery .owl-carousel-gallery-dots {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .product-gallery .owl-carousel-gallery-dots {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .product-gallery .owl-carousel-gallery-dots {
    display: none;
  }
}
.product-gallery .owl-carousel-gallery-dots .owl-dot {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.product-gallery .owl-carousel-gallery-dots .owl-dot img {
  width: 52px;
  display: block;
  height: auto;
  opacity: 0.4;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.product-gallery .owl-carousel-gallery-dots .owl-dot.active {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .product-gallery .owl-carousel-gallery-dots .owl-dot.active {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
.product-gallery .owl-carousel-gallery-dots .owl-dot.active img {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

/* Product details */
.product-details {
  position: relative;
  display: block;
}
@media screen and (min-width: 1200px) {
  .product-details {
    padding-left: 40px;
  }
}
.product-details-price {
  position: relative;
  margin-bottom: 15px;
  display: block;
}
.product-details-price-row-1 {
  display: block;
  position: relative;
  text-align: center;
}
.product-details-price-row-1-col {
  position: relative;
}
.product-details-price-row-2 {
  display: block;
  position: relative;
  margin-top: 5px;
  text-align: center;
}
.product-details-price .price-sale {
  font-size: 16px;
  line-height: 24px;
  color: rgba(25, 25, 25, 0.6);
  font-weight: 500;
  text-decoration: line-through;
  display: block;
  margin-bottom: 5px;
}
@media screen and (min-width: 767px) {
  .product-details-price .price-sale {
    font-size: 18px;
    line-height: 28px;
  }
}
.product-details-price .price-current {
  font-size: 24px;
  line-height: 28px;
  color: rgb(255, 140, 1);
  font-weight: 600;
}
.product-details-price .price-discount {
  background-color: rgb(255, 140, 1);
  color: #fff;
  padding: 4px 8px;
  display: block;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .product-details-price .price-discount {
    font-size: 18px;
    line-height: 22px;
  }
}
.product-details-price .price-save {
  background-color: rgb(255, 140, 1);
  color: #fff;
  padding: 2px 8px;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.product-details-delivery-days {
  position: relative;
  padding: 5px;
  display: block;
  text-align: center;
  border: 2px dashed rgba(25, 25, 25, 0.1);
}
@media screen and (min-width: 767px) {
  .product-details-delivery-days {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-delivery-days {
    text-align: center;
  }
}
.product-details-delivery-days p {
  margin-bottom: 0;
}
.product-details-gift-message {
  position: relative;
  padding: 4px;
  display: block;
  text-align: center;
  border: 1px solid rgba(25, 25, 25, 0.6);
}
@media screen and (min-width: 767px) {
  .product-details-gift-message {
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .product-details-gift-message {
    text-align: center;
  }
}
.product-details-gift-message p {
  margin-bottom: 0;
}
.product-details-quantity {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px auto;
}
@media screen and (min-width: 420px) {
  .product-details-quantity {
    gap: 15px;
    margin: 10px auto;
  }
}
.product-details-quantity .quantity-input {
  width: 30%;
}
@media screen and (min-width: 600px) {
  .product-details-quantity .quantity-input {
    width: 40%;
  }
}
.product-details-quantity .quantity-btns {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  width: 70%;
}
@media screen and (min-width: 600px) {
  .product-details-quantity .quantity-btns {
    width: 60%;
  }
}
.product-details-quantity .quantity-btns .open-cart-sidebar {
  display: block;
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
}
.product-details-quantity p {
  margin-left: 10px;
}
.product-details-delivery {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  gap: 10px;
}
.product-details-delivery-item {
  position: relative;
  text-align: center;
  display: block;
  flex-basis: 100%;
  padding: 2px;
  border: 1px solid rgba(25, 25, 25, 0.1);
}
@media screen and (min-width: 767px) {
  .product-details-delivery-item {
    padding: 6px 2px;
  }
}
.product-details-delivery-item img {
  width: 32px;
  height: 32px;
  display: block;
  margin: auto;
  margin-bottom: 5px;
}
@media screen and (min-width: 767px) {
  .product-details-delivery-item img {
    width: 44px;
    height: 44px;
  }
}
.product-details-delivery-item p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}
.product-details-more {
  padding: 10px;
  position: relative;
  display: block;
  border: 1px solid rgba(25, 25, 25, 0.1);
}
@media screen and (min-width: 767px) {
  .product-details-more {
    padding: 15px;
  }
}
.product-details-more img {
  display: block;
  margin: 15px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.product-details-more video,
.product-details-more .wp-video {
  display: block;
}
.product-details-more .wp-video {
  overflow: hidden;
}
.product-details-more .mejs-container {
  margin-bottom: 15px;
}
.product-details-more h1,
.product-details-more h2,
.product-details-more h3,
.product-details-more h4,
.product-details-more h5 {
  margin-bottom: 5px;
}
.product-details-more p {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .product-details-more p {
    font-size: 14px;
    line-height: 22px;
  }
}
.product-details-more ul {
  padding-left: 20px;
  position: relative;
}
.product-details-more ul li {
  list-style: disc;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .product-details-more ul li {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
  }
}
.product-details .owl-carousel-gallery-inside {
  padding: 0px 40px;
}
@media screen and (min-width: 767px) {
  .product-details .owl-carousel-gallery-inside {
    padding: 0px 60px;
  }
}
.product-details .owl-carousel-gallery-inside .owl-nav .owl-prev,
.product-details .owl-carousel-gallery-inside .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 40px;
}
.product-details .owl-carousel-gallery-inside .owl-nav .owl-prev {
  left: 0;
}
.product-details .owl-carousel-gallery-inside .owl-nav .owl-next {
  right: 0;
}
.product-details .owl-carousel-gallery-inside .owl-nav .slide-prev,
.product-details .owl-carousel-gallery-inside .owl-nav .slide-next {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.product-details .owl-carousel-gallery-inside .owl-nav .slide-prev:after, .product-details .owl-carousel-gallery-inside .owl-nav .slide-prev:before,
.product-details .owl-carousel-gallery-inside .owl-nav .slide-next:after,
.product-details .owl-carousel-gallery-inside .owl-nav .slide-next:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 3px;
  display: block;
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.product-details .owl-carousel-gallery-inside .owl-nav .slide-prev:after,
.product-details .owl-carousel-gallery-inside .owl-nav .slide-next:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-details .owl-carousel-gallery-inside .owl-nav .slide-prev:before,
.product-details .owl-carousel-gallery-inside .owl-nav .slide-next:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-details .owl-carousel-gallery-inside .owl-nav .slide-prev:hover, .product-details .owl-carousel-gallery-inside .owl-nav .slide-prev:focus,
.product-details .owl-carousel-gallery-inside .owl-nav .slide-next:hover,
.product-details .owl-carousel-gallery-inside .owl-nav .slide-next:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.product-details .owl-carousel-gallery-inside .owl-nav .slide-prev:hover:after, .product-details .owl-carousel-gallery-inside .owl-nav .slide-prev:hover:before, .product-details .owl-carousel-gallery-inside .owl-nav .slide-prev:focus:after, .product-details .owl-carousel-gallery-inside .owl-nav .slide-prev:focus:before,
.product-details .owl-carousel-gallery-inside .owl-nav .slide-next:hover:after,
.product-details .owl-carousel-gallery-inside .owl-nav .slide-next:hover:before,
.product-details .owl-carousel-gallery-inside .owl-nav .slide-next:focus:after,
.product-details .owl-carousel-gallery-inside .owl-nav .slide-next:focus:before {
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.product-details .owl-carousel-gallery-inside .owl-nav .slide-prev:after {
  top: 14px;
  left: 12px;
}
.product-details .owl-carousel-gallery-inside .owl-nav .slide-prev:before {
  bottom: 14px;
  left: 12px;
}
.product-details .owl-carousel-gallery-inside .owl-nav .slide-next:after {
  bottom: 14px;
  right: 12px;
}
.product-details .owl-carousel-gallery-inside .owl-nav .slide-next:before {
  top: 14px;
  right: 12px;
}
@media screen and (max-width: 767px) {
  .product-details .btn-checkout.btn-checkout-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }
}

/* Products in OWL carousel */
.owl-carousel-related .item,
.owl-carousel-products .item {
  padding: 10px 0px;
}
.owl-carousel-related .item .products-item,
.owl-carousel-products .item .products-item {
  padding: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .owl-carousel-related .item .products-item,
  .owl-carousel-products .item .products-item {
    padding: 15px;
    margin-bottom: 0px;
  }
}
.owl-carousel-related .owl-nav .owl-prev,
.owl-carousel-related .owl-nav .owl-next,
.owl-carousel-products .owl-nav .owl-prev,
.owl-carousel-products .owl-nav .owl-next {
  position: absolute;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 50px;
  height: 50px;
  display: block;
  z-index: 1;
  border: 0;
  outline: 0;
  background: none;
}
.owl-carousel-related .owl-nav .owl-prev,
.owl-carousel-products .owl-nav .owl-prev {
  left: -10px;
}
.owl-carousel-related .owl-nav .owl-next,
.owl-carousel-products .owl-nav .owl-next {
  right: -10px;
}
.owl-carousel-related .owl-nav .slide-prev,
.owl-carousel-related .owl-nav .slide-next,
.owl-carousel-products .owl-nav .slide-prev,
.owl-carousel-products .owl-nav .slide-next {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #191919;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.owl-carousel-related .owl-nav .slide-prev:after, .owl-carousel-related .owl-nav .slide-prev:before,
.owl-carousel-related .owl-nav .slide-next:after,
.owl-carousel-related .owl-nav .slide-next:before,
.owl-carousel-products .owl-nav .slide-prev:after,
.owl-carousel-products .owl-nav .slide-prev:before,
.owl-carousel-products .owl-nav .slide-next:after,
.owl-carousel-products .owl-nav .slide-next:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.owl-carousel-related .owl-nav .slide-prev:after,
.owl-carousel-related .owl-nav .slide-next:after,
.owl-carousel-products .owl-nav .slide-prev:after,
.owl-carousel-products .owl-nav .slide-next:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.owl-carousel-related .owl-nav .slide-prev:before,
.owl-carousel-related .owl-nav .slide-next:before,
.owl-carousel-products .owl-nav .slide-prev:before,
.owl-carousel-products .owl-nav .slide-next:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-carousel-related .owl-nav .slide-prev:hover, .owl-carousel-related .owl-nav .slide-prev:focus,
.owl-carousel-related .owl-nav .slide-next:hover,
.owl-carousel-related .owl-nav .slide-next:focus,
.owl-carousel-products .owl-nav .slide-prev:hover,
.owl-carousel-products .owl-nav .slide-prev:focus,
.owl-carousel-products .owl-nav .slide-next:hover,
.owl-carousel-products .owl-nav .slide-next:focus {
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.owl-carousel-related .owl-nav .slide-prev:hover:after, .owl-carousel-related .owl-nav .slide-prev:hover:before, .owl-carousel-related .owl-nav .slide-prev:focus:after, .owl-carousel-related .owl-nav .slide-prev:focus:before,
.owl-carousel-related .owl-nav .slide-next:hover:after,
.owl-carousel-related .owl-nav .slide-next:hover:before,
.owl-carousel-related .owl-nav .slide-next:focus:after,
.owl-carousel-related .owl-nav .slide-next:focus:before,
.owl-carousel-products .owl-nav .slide-prev:hover:after,
.owl-carousel-products .owl-nav .slide-prev:hover:before,
.owl-carousel-products .owl-nav .slide-prev:focus:after,
.owl-carousel-products .owl-nav .slide-prev:focus:before,
.owl-carousel-products .owl-nav .slide-next:hover:after,
.owl-carousel-products .owl-nav .slide-next:hover:before,
.owl-carousel-products .owl-nav .slide-next:focus:after,
.owl-carousel-products .owl-nav .slide-next:focus:before {
  background-color: #fff;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.owl-carousel-related .owl-nav .slide-prev:after,
.owl-carousel-products .owl-nav .slide-prev:after {
  top: 18px;
}
.owl-carousel-related .owl-nav .slide-prev:before,
.owl-carousel-products .owl-nav .slide-prev:before {
  bottom: 18px;
}
.owl-carousel-related .owl-nav .slide-next:after,
.owl-carousel-products .owl-nav .slide-next:after {
  bottom: 18px;
}
.owl-carousel-related .owl-nav .slide-next:before,
.owl-carousel-products .owl-nav .slide-next:before {
  top: 18px;
}

.owl-carousel-products .item {
  padding: 0px;
}

/* Products */
.products {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  flex-wrap: wrap;
}
.products .products-item {
  padding: 5px;
  width: 50%;
  margin-bottom: 10px;
}
@media screen and (min-width: 767px) {
  .products .products-item {
    width: 33.3333%;
    padding: 15px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 992px) {
  .products .products-item {
    width: 25%;
  }
}

.products-item {
  position: relative;
  text-align: center;
  border: 1px solid rgba(25, 25, 25, 0.05);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.products-item-image {
  position: relative;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .products-item-image {
    margin-bottom: 10px;
  }
}
.products-item-image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.products-item-image span {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 2px 4px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .products-item-image span {
    font-size: 16px;
    line-height: 16px;
    padding: 4px 8px;
    left: 10px;
    top: 10px;
  }
}
.products-item-image span.bg-yellow {
  color: #191919;
}
.products-item-image span.bg-red {
  color: #fff;
}
.products-item-title {
  position: relative;
  display: block;
  margin-bottom: 5px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.products-item-title a {
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  display: block;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .products-item-title a {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }
}
.products-item-price {
  color: rgb(255, 140, 1);
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  display: block;
  position: relative;
  margin-bottom: 5px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .products-item-price {
    font-size: 22px;
    line-height: 22px;
  }
}
.products-item-price span {
  text-decoration: line-through;
  font-size: 12px;
  font-weight: 500;
  color: #191919;
  margin-right: 4px;
}
@media screen and (min-width: 600px) {
  .products-item-price span {
    font-size: 16px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .products-item .btn {
    width: 100%;
    display: block;
  }
}
.products-item:hover, .products-item:focus {
  border-color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.products-item:hover .products-item-title a, .products-item:focus .products-item-title a {
  color: rgb(255, 140, 1);
  text-decoration: underline;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.products-title {
  background-color: #FFC50A;
  padding: 2px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .products-title {
    padding: 6px;
  }
}
.products-title-text {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .products-title-text {
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .products-title-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.products-title-text img {
  width: 16px;
  height: auto;
  display: block;
}
@media screen and (min-width: 600px) {
  .products-title-text img {
    width: 28px;
  }
}

.products-title-v1 {
  background-color: #FFC50A;
  padding: 2px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .products-title-v1 {
    padding: 6px;
  }
}
.products-title-v1-text {
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .products-title-v1-text {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }
}
@media screen and (max-width: 767px) {
  .products-title-v1-text {
    font-size: 16px;
    line-height: 20px;
  }
}
.products-title-v1-text img {
  width: 16px;
  height: auto;
  display: block;
}
@media screen and (min-width: 600px) {
  .products-title-v1-text img {
    width: 28px;
  }
}

.quantity-input {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
}
.quantity-input input {
  font-family: "Montserrat", sans-serif;
  width: 100%;
  height: 40px;
  z-index: 1;
  box-sizing: border-box;
  outline: 0;
  background-color: transparent;
  padding: 0px;
  border: 1px solid rgba(25, 25, 25, 0.1);
  position: relative;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  font-weight: 500;
  color: #191919;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.quantity-input input[type=number]::-webkit-inner-spin-button,
.quantity-input input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.quantity-input input[type=number] {
  -moz-appearance: textfield;
}
.quantity-input .qty-minus,
.quantity-input .qty-plus {
  background-color: #fff;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(25, 25, 25, 0.1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.quantity-input .qty-minus:after, .quantity-input .qty-minus:before,
.quantity-input .qty-plus:after,
.quantity-input .qty-plus:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  display: block;
  background-color: #191919;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.quantity-input .qty-minus:after,
.quantity-input .qty-plus:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.quantity-input .qty-minus:hover, .quantity-input .qty-minus:focus,
.quantity-input .qty-plus:hover,
.quantity-input .qty-plus:focus {
  background-color: rgba(25, 25, 25, 0.2);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.quantity-input .qty-minus:hover:after, .quantity-input .qty-minus:hover:before, .quantity-input .qty-minus:focus:after, .quantity-input .qty-minus:focus:before,
.quantity-input .qty-plus:hover:after,
.quantity-input .qty-plus:hover:before,
.quantity-input .qty-plus:focus:after,
.quantity-input .qty-plus:focus:before {
  background-color: #191919;
}
.quantity-input .qty-minus:after {
  opacity: 0;
}
.accordion {
  position: relative;
  display: block;
}
.accordion .accordion-item {
  position: relative;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion .accordion-item:hover, .accordion .accordion-item:focus {
  border-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion .accordion-item .accordion-item-title {
  cursor: pointer;
  position: relative;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion .accordion-item .accordion-item-title:hover, .accordion .accordion-item .accordion-item-title:focus {
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion .accordion-item .accordion-item-content {
  position: relative;
  display: none;
}
.accordion.accordion-style-1 .accordion-item {
  border: 1px solid #191919;
  padding: 10px 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 10px;
}
.accordion.accordion-style-1 .accordion-item:last-child {
  margin-bottom: 0px;
}
.accordion.accordion-style-1 .accordion-item .accordion-item-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
}
.accordion.accordion-style-1 .accordion-item .accordion-item-content {
  padding-top: 15px;
}
.accordion.accordion-style-2 .accordion-item {
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
}
.accordion.accordion-style-2 .accordion-item .accordion-item-title {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 12px 42px;
  margin-bottom: 0;
  position: relative;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion.accordion-style-2 .accordion-item .accordion-item-title:after {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../../assets/images/icons/icn-accordion-help.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.accordion.accordion-style-2 .accordion-item .accordion-item-title span {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 8px;
  width: 14px;
  height: 14px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion.accordion-style-2 .accordion-item .accordion-item-title span:after, .accordion.accordion-style-2 .accordion-item .accordion-item-title span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 2px;
  display: block;
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion.accordion-style-2 .accordion-item .accordion-item-title span:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion.accordion-style-2 .accordion-item .accordion-item-title span:before {
  right: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion.accordion-style-2 .accordion-item .accordion-item-title:hover, .accordion.accordion-style-2 .accordion-item .accordion-item-title:focus {
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion.accordion-style-2 .accordion-item .accordion-item-title.accordion-item-title-active {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion.accordion-style-2 .accordion-item .accordion-item-title.accordion-item-title-active span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion.accordion-style-2 .accordion-item .accordion-item-title:hover, .accordion.accordion-style-2 .accordion-item .accordion-item-title:focus {
  color: #191919;
  background-color: rgba(25, 25, 25, 0.1);
  text-decoration: none;
  font-weight: 600;
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion.accordion-style-2 .accordion-item .accordion-item-title:hover span, .accordion.accordion-style-2 .accordion-item .accordion-item-title:focus span {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion.accordion-style-2 .accordion-item .accordion-item-title:hover span:after, .accordion.accordion-style-2 .accordion-item .accordion-item-title:hover span:before, .accordion.accordion-style-2 .accordion-item .accordion-item-title:focus span:after, .accordion.accordion-style-2 .accordion-item .accordion-item-title:focus span:before {
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.accordion.accordion-style-2 .accordion-item .accordion-item-content p {
  font-size: 14px;
  line-height: 22px;
}

.modal-open {
  cursor: pointer;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .modal-center {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .modal .modal-center {
    margin-top: 15px;
  }
}
.modal-content {
  background-color: #fff;
  width: 100%;
  margin: 10px;
  position: relative;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .modal-content {
    width: 970px;
    margin: auto;
  }
}
.modal-header {
  padding: 10px 10px 0px 10px;
  position: relative;
  padding-right: 46px;
}
@media screen and (min-width: 767px) {
  .modal-header {
    padding: 15px 15px 0px 15px;
  }
}
.modal-header-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  cursor: pointer;
  right: 0;
  z-index: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .modal-header-close {
    height: 50px;
  }
}
.modal-header-close:after, .modal-header-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  display: block;
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.modal-header-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-header-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-header-close:hover:after, .modal-header-close:hover:before, .modal-header-close:focus:after, .modal-header-close:focus:before {
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.modal-body {
  padding: 10px;
  margin: 10px;
  position: relative;
  border: 1px solid rgba(25, 25, 25, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 767px) {
  .modal-body {
    padding: 15px;
    margin: 15px;
  }
}
@media screen and (min-width: 767px) {
  .modal.modal-sm .modal-content {
    width: 720px;
    margin: auto;
  }
}

.checkout {
  position: relative;
}
.checkout-quantity {
  position: relative;
  padding-left: 50px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.3);
  margin-bottom: 10px;
  min-height: 40px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .checkout-quantity {
    min-height: 60px;
    padding-left: 70px;
  }
}
.checkout-quantity-image {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .checkout-quantity-image {
    width: 60px;
    height: 60px;
  }
}
.checkout-quantity-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.checkout-quantity-image-no {
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: rgba(25, 25, 25, 0.3);
  width: 18px;
  height: 18px;
  display: none;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.checkout-quantity-title {
  text-decoration: underline;
  font-weight: 600;
  display: block;
  position: relative;
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 5px;
  padding-right: 80px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-quantity-price {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #191919;
  display: block;
  z-index: 1;
  padding-top: 40px;
}
@media screen and (min-width: 600px) {
  .checkout-quantity-price {
    font-size: 14px;
  }
}
.checkout-quantity-price-close {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  background-image: url(../../assets/images/icons/icn-trash.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  opacity: 0.8;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-quantity-price-close:hover, .checkout-quantity-price-close:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-quantity:hover, .checkout-quantity:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-quantity:hover .checkout-quantity-title, .checkout-quantity:focus .checkout-quantity-title {
  color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-delivery {
  position: relative;
  display: block;
  border: 1px solid rgba(25, 25, 25, 0.3);
  padding: 4px 6px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 600px) {
  .checkout-delivery {
    padding: 8px 12px;
  }
}
.checkout-delivery label {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-delivery label input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.checkout-delivery label .checkmark {
  position: absolute;
  width: 20px;
  height: 20px;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(25, 25, 25, 0.3);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-delivery label .checkmark:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: rgb(255, 140, 1);
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-delivery label .text-l {
  position: relative;
  padding-left: 28px;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  font-weight: 400;
}
@media screen and (min-width: 600px) {
  .checkout-delivery label .text-l {
    font-size: 14px;
  }
}
.checkout-delivery label .text-r {
  position: relative;
  text-align: right;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .checkout-delivery label .text-r {
    font-size: 14px;
  }
}
.checkout-delivery label input:checked + .checkmark {
  border-color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-delivery label input:checked + .checkmark:after {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-delivery label input:checked + .checkmark + .text-l {
  position: relative;
}
.checkout-delivery label input:checked + .checkmark + .text-l + .text-r {
  position: relative;
}
.checkout-price {
  position: relative;
  background-color: rgba(25, 25, 25, 0.05);
  padding: 6px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.checkout-price-item {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: space-between;
  padding: 6px 0px;
}
.checkout-price-item p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 0;
  font-weight: 500;
}
.checkout-price-item p:nth-child(2) {
  text-align: right;
}
.checkout-price-item p .checkout-price-item-help {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
.checkout-price-item-total {
  padding-top: 10px;
}
.checkout-price-item-total p {
  font-size: 16px;
  font-weight: 700;
}
.checkout-price hr {
  opacity: 1;
}
.checkout-info {
  position: relative;
}
.checkout-info .form-group label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.checkout-info .form-group .form-group-input {
  position: relative;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-info .form-group .form-group-input-icon {
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  width: 24px;
  z-index: 2;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.4;
  -webkit-border-radius: 5px 0px 0px 5px;
  -moz-border-radius: 5px 0px 0px 5px;
  -o-border-radius: 5px 0px 0px 5px;
  border-radius: 5px 0px 0px 5px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .checkout-info .form-group .form-group-input-icon {
    width: 34px;
  }
}
.checkout-info .form-group .form-group-input-icon img {
  width: 14px;
  height: auto;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-info .form-group .form-group-input .form-control {
  padding-left: 32px;
}
.checkout-info .form-group .form-group-input:hover, .checkout-info .form-group .form-group-input:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-info .form-group .form-group-input:hover .form-group-input-icon, .checkout-info .form-group .form-group-input:focus .form-group-input-icon {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-recommended {
  position: relative;
  display: block;
}
.checkout-recommended-item {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.1);
  padding-left: 56px;
  padding-right: 100px;
  min-height: 48px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-recommended-item-image {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: block;
}
.checkout-recommended-item-image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.checkout-recommended-item-title {
  position: relative;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding-bottom: 5px;
  color: #191919;
  display: block;
  text-decoration: underline;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-recommended-item-price {
  position: relative;
  color: rgb(255, 140, 1);
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  display: block;
}
.checkout-recommended-item-price span:nth-child(1) {
  font-size: 12px;
  font-weight: 500;
  text-decoration: line-through;
  margin-right: 4px;
  display: inline-block;
  color: #191919;
}
.checkout-recommended-item-top-offer {
  position: relative;
  background-color: #FFC50A;
  font-size: 12px;
  line-height: 12px;
  padding: 4px 6px;
  display: inline-block;
  color: #191919;
  font-weight: 500;
}
.checkout-recommended-item .btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.checkout-recommended-item:hover, .checkout-recommended-item:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-recommended-item:hover .checkout-recommended-item-title, .checkout-recommended-item:focus .checkout-recommended-item-title {
  color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-extra {
  position: relative;
}
.checkout-extra-item {
  position: relative;
  padding: 4px;
  border: 2px dashed rgb(255, 140, 1);
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.checkout-extra-item label {
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-extra-item label input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
.checkout-extra-item label .checkmark {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 2px solid rgba(25, 25, 25, 0.3);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-extra-item label .checkmark:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: rgb(255, 140, 1);
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-extra-item label .text {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  font-weight: 500;
}
.checkout-extra-item label input:checked + .checkmark {
  border-color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-extra-item label input:checked + .checkmark:after {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.thank-you {
  position: relative;
  display: block;
  text-align: center;
}
.thank-you img {
  margin: auto auto 20px auto;
}

.features {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 600px) {
  .features {
    gap: 10px;
  }
}
@media screen and (min-width: 767px) {
  .features {
    gap: 20px;
  }
}
.features .features-item {
  flex-basis: 100%;
}

.features-item {
  position: relative;
  display: block;
  text-align: center;
}
.features-item img {
  width: 40px;
  height: auto;
  display: block;
  margin: auto auto 5px auto;
}
@media screen and (min-width: 600px) {
  .features-item img {
    width: 48px;
  }
}
.features-item p {
  margin-bottom: 0;
  font-weight: 500;
}

.modal-open {
  cursor: pointer;
}

.checkout-popup {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
}
.checkout-popup-content {
  background-color: #fff;
  margin: 10px;
  position: relative;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 767px) {
  .checkout-popup-content {
    width: 720px;
    margin: auto;
    margin-top: 40px;
  }
}
.checkout-popup-header {
  padding: 10px 10px 46px 10px;
  position: relative;
}
@media screen and (min-width: 767px) {
  .checkout-popup-header {
    padding: 15px 15px 0px 15px;
  }
}
.checkout-popup-header h1,
.checkout-popup-header h2,
.checkout-popup-header h3,
.checkout-popup-header h4,
.checkout-popup-header h5 {
  font-size: 26px;
  line-height: 30px;
}
@media screen and (min-width: 600px) {
  .checkout-popup-header h1,
  .checkout-popup-header h2,
  .checkout-popup-header h3,
  .checkout-popup-header h4,
  .checkout-popup-header h5 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media screen and (min-width: 767px) {
  .checkout-popup-header h1,
  .checkout-popup-header h2,
  .checkout-popup-header h3,
  .checkout-popup-header h4,
  .checkout-popup-header h5 {
    font-size: 32px;
    line-height: 36px;
  }
}
.checkout-popup-header-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  cursor: pointer;
  right: 0;
  z-index: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .checkout-popup-header-close {
    height: 50px;
  }
}
.checkout-popup-header-close:after, .checkout-popup-header-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  display: block;
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-popup-header-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkout-popup-header-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkout-popup-header-close:hover:after, .checkout-popup-header-close:hover:before, .checkout-popup-header-close:focus:after, .checkout-popup-header-close:focus:before {
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-popup-body {
  padding: 10px;
  margin: 10px;
  position: relative;
  border: 1px solid rgba(25, 25, 25, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 767px) {
  .checkout-popup-body {
    padding: 15px;
    margin: 15px;
  }
}
.checkout-popup-body .frequent-product,
.checkout-popup-body .frequently-purchased-item {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.3);
  margin-bottom: 10px;
  display: block;
  padding-left: 50px;
  min-height: 40px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .checkout-popup-body .frequent-product,
  .checkout-popup-body .frequently-purchased-item {
    min-height: 60px;
    padding-left: 70px;
  }
}
.checkout-popup-body .frequently-purchased-item-image {
  width: 40px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .checkout-popup-body .frequently-purchased-item-image {
    width: 60px;
  }
}
.checkout-popup-body .frequently-purchased-item-title {
  display: block;
  position: relative;
  margin-bottom: 0;
}
.checkout-popup-body .frequently-purchased-item-title a {
  display: block;
  color: #191919;
  padding-bottom: 5px;
  padding-right: 140px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .checkout-popup-body .frequently-purchased-item-title a {
    padding-right: 180px;
  }
}
.checkout-popup-body .frequently-purchased-item-title a:hover, .checkout-popup-body .frequently-purchased-item-title a:focus {
  color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-popup-body .frequently-purchased-item-price {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #191919;
  display: block;
  z-index: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .checkout-popup-body .frequently-purchased-item-price {
    font-size: 14px;
  }
}
.checkout-popup-body .frequently-purchased-item-offer {
  position: relative;
  background-color: #FFC50A;
  font-size: 12px;
  line-height: 12px;
  padding: 4px 6px;
  display: inline-block;
  color: #191919;
  font-weight: 500;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.checkout-popup-body .frequently-purchased-item-add {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.checkout-popup-body .popup-product-info,
.checkout-popup-body .frequent-product {
  position: relative;
  display: block;
}
.checkout-popup-body .popup-product-info-main,
.checkout-popup-body .frequent-product-main {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.3);
  margin-bottom: 10px;
  display: block;
  padding-left: 50px;
  min-height: 40px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .checkout-popup-body .popup-product-info-main,
  .checkout-popup-body .frequent-product-main {
    min-height: 60px;
    padding-left: 70px;
  }
}
.checkout-popup-body .popup-product-info-image,
.checkout-popup-body .frequent-product-image {
  width: 40px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .checkout-popup-body .popup-product-info-image,
  .checkout-popup-body .frequent-product-image {
    width: 60px;
  }
}
.checkout-popup-body .popup-product-info-title,
.checkout-popup-body .frequent-product-title {
  display: block;
  position: relative;
  margin-bottom: 0;
}
.checkout-popup-body .popup-product-info-title a,
.checkout-popup-body .frequent-product-title a {
  display: block;
  color: #191919;
  padding-bottom: 5px;
  padding-right: 140px;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 22px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .checkout-popup-body .popup-product-info-title a,
  .checkout-popup-body .frequent-product-title a {
    padding-right: 180px;
  }
}
.checkout-popup-body .popup-product-info-title a:hover, .checkout-popup-body .popup-product-info-title a:focus,
.checkout-popup-body .frequent-product-title a:hover,
.checkout-popup-body .frequent-product-title a:focus {
  color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-popup-body .popup-product-info-price,
.checkout-popup-body .frequent-product-price {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
  color: #191919;
  display: block;
  z-index: 1;
  padding-top: 40px;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .checkout-popup-body .popup-product-info-price,
  .checkout-popup-body .frequent-product-price {
    font-size: 14px;
  }
}
.checkout-popup-body .popup-product-info-remove,
.checkout-popup-body .frequent-product-remove {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  background: none;
  background-image: url(../../assets/images/icons/icn-trash.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  opacity: 0.4;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-popup-body .popup-product-info-remove:hover, .checkout-popup-body .popup-product-info-remove:focus,
.checkout-popup-body .frequent-product-remove:hover,
.checkout-popup-body .frequent-product-remove:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-popup-body .popup-product-info .quantity-input input,
.checkout-popup-body .frequent-product .quantity-input input {
  width: 25%;
}
@media screen and (min-width: 600px) {
  .checkout-popup-body .popup-product-info .quantity-input input,
  .checkout-popup-body .frequent-product .quantity-input input {
    width: 30%;
  }
}
.checkout-popup-body .popup-product-summary {
  position: relative;
  background-color: rgba(25, 25, 25, 0.05);
  padding: 6px;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.checkout-popup-body .popup-product-summary-item {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  justify-content: space-between;
  padding: 6px 0px;
}
.checkout-popup-body .popup-product-summary-item p {
  position: relative;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 500;
}
.checkout-popup-body .popup-product-summary-item p span {
  margin-right: 5px;
}
.checkout-popup-body .popup-product-summary-item p:last-child {
  text-align: right;
}
.checkout-popup-body .popup-product-summary-item p:nth-child(2) {
  font-weight: 700;
}
.checkout-popup-body .popup-product-summary-item-help {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.checkout-popup-body .popup-product-summary .popup-product-summary-item-total p {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
}
.checkout-popup-body .popup-product-summary-item-delivery-no p:last-child {
  text-decoration: line-through;
  color: rgb(255, 140, 1);
}
.checkout-popup-body .popup-order-info {
  position: relative;
  display: block;
}
.checkout-popup-body .popup-order-info .form-group label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.checkout-popup-body .popup-order-info .form-group .form-group-input {
  position: relative;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-popup-body .popup-order-info .form-group .form-group-input-icon {
  position: absolute;
  left: 1px;
  top: 1px;
  bottom: 1px;
  width: 44px;
  z-index: 2;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  border-right: 1px solid rgba(25, 25, 25, 0.3);
  background-color: rgba(25, 25, 25, 0.1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-popup-body .popup-order-info .form-group .form-group-input-icon img {
  width: 18px;
  height: auto;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-popup-body .popup-order-info .form-group .form-group-input .form-control {
  padding-left: 56px;
}
.checkout-popup-body .popup-order-info .form-group .form-group-input:hover, .checkout-popup-body .popup-order-info .form-group .form-group-input:focus {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-popup-body .popup-order-info .form-group .form-group-input:hover .form-group-input-icon, .checkout-popup-body .popup-order-info .form-group .form-group-input:focus .form-group-input-icon {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.checkout-popup-body .popup-order-message {
  position: relative;
  padding: 4px;
  display: block;
  text-align: center;
  border: 1px solid rgba(25, 25, 25, 0.6);
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .checkout-popup-body .popup-order-message {
    padding: 8px;
  }
}
@media screen and (max-width: 767px) {
  .checkout-popup-body .popup-order-message {
    text-align: center;
  }
}
.checkout-popup-body .popup-order-message.popup-order-message-active {
  border-color: #00703D;
  color: #00703D;
}

.breadcrumb {
  position: relative;
}
.breadcrumb li {
  position: relative;
  display: inline-block;
}
.breadcrumb li a {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: rgba(25, 25, 25, 0.5);
  text-decoration: underline;
  font-weight: 500;
  padding-right: 16px;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.breadcrumb li a:after, .breadcrumb li a:before {
  content: "";
  position: absolute;
  right: 2px;
  width: 6px;
  height: 1px;
  display: block;
  background-color: #191919;
}
.breadcrumb li a:after {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.breadcrumb li a:before {
  bottom: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb li a:hover, .breadcrumb li a:focus {
  color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.breadcrumb li span {
  position: relative;
  font-size: 14px;
  line-height: 22px;
  color: #191919;
  font-weight: 500;
  display: block;
  padding-left: 4px;
}

.pagination {
  position: relative;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.pagination-prev-prev, .pagination-prev, .pagination-next-next, .pagination-next {
  position: relative;
  width: 28px;
  height: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .pagination-prev-prev, .pagination-prev, .pagination-next-next, .pagination-next {
    width: 34px;
    height: 34px;
  }
}
.pagination-prev-prev:hover, .pagination-prev-prev:focus, .pagination-prev:hover, .pagination-prev:focus, .pagination-next-next:hover, .pagination-next-next:focus, .pagination-next:hover, .pagination-next:focus {
  background-color: rgba(25, 25, 25, 0.1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.pagination-prev-prev {
  background-image: url(../../assets/images/icons/icn-pagination-2.svg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination-prev {
  background-image: url(../../assets/images/icons/icn-pagination-1.svg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination-next-next {
  background-image: url(../../assets/images/icons/icn-pagination-2.svg);
}
.pagination-next {
  background-image: url(../../assets/images/icons/icn-pagination-1.svg);
}
.pagination-number {
  position: relative;
  width: 28px;
  height: 28px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: rgba(25, 25, 25, 0.6);
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .pagination-number {
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
  }
}
.pagination-number:hover, .pagination-number:focus {
  color: #191919;
  background-color: rgba(25, 25, 25, 0.1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.pagination-number-current {
  position: relative;
  width: 28px;
  height: 28px;
  background-color: rgb(255, 140, 1);
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 600px) {
  .pagination-number-current {
    width: 34px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
  }
}

.add-to-cart-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 1002;
  width: 100%;
  background-color: #fff;
  display: block;
  -webkit-box-shadow: -10px 0px 12px 1px rgba(25, 25, 25, 0.1);
  -moz-box-shadow: -10px 0px 12px 1px rgba(25, 25, 25, 0.1);
  box-shadow: -10px 0px 12px 1px rgba(25, 25, 25, 0.1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .add-to-cart-sidebar {
    width: 400px;
    right: -400px;
  }
}
.add-to-cart-sidebar.add-to-cart-sidebar-show {
  right: 0px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.add-to-cart-sidebar-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  cursor: pointer;
  right: 0;
  z-index: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 420px) {
  .add-to-cart-sidebar-close {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 767px) {
  .add-to-cart-sidebar-close {
    width: 50px;
    height: 50px;
  }
}
.add-to-cart-sidebar-close:after, .add-to-cart-sidebar-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 2px;
  display: block;
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 767px) {
  .add-to-cart-sidebar-close:after, .add-to-cart-sidebar-close:before {
    width: 28px;
    height: 3px;
  }
}
.add-to-cart-sidebar-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.add-to-cart-sidebar-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.add-to-cart-sidebar-close:hover:after, .add-to-cart-sidebar-close:hover:before, .add-to-cart-sidebar-close:focus:after, .add-to-cart-sidebar-close:focus:before {
  background-color: #191919;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.add-to-cart-sidebar-content {
  position: relative;
  display: block;
  padding: 40px 15px 15px 15px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 600px) {
  .add-to-cart-sidebar-content {
    padding: 60px 20px 20px 20px;
  }
}
.add-to-cart-sidebar-product {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(25, 25, 25, 0.3);
  margin-bottom: 5px;
  display: block;
  padding-left: 50px;
  min-height: 40px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .add-to-cart-sidebar-product {
    min-height: 60px;
    padding-left: 70px;
  }
}
.add-to-cart-sidebar-product .quantity-input input {
  width: 120px;
}
@media screen and (min-width: 767px) {
  .add-to-cart-sidebar-product .quantity-input input {
    width: 80px;
  }
}
.add-to-cart-sidebar-product-image {
  width: 40px;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.add-to-cart-sidebar-product-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 600px) {
  .add-to-cart-sidebar-product-image {
    width: 60px;
  }
}
.add-to-cart-sidebar-product-title {
  display: block;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.add-to-cart-sidebar-product-title a {
  color: #191919;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.add-to-cart-sidebar-product-title a:hover, .add-to-cart-sidebar-product-title a:focus {
  color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.add-to-cart-sidebar-product-price {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #191919;
  display: block;
  z-index: 1;
  margin-bottom: 5px;
}
.add-to-cart-sidebar-product-remove {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
  z-index: 1;
  cursor: pointer;
  background: none;
  background-image: url(../../assets/images/icons/icn-trash.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  opacity: 0.4;
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.add-to-cart-sidebar-product-remove:hover, .add-to-cart-sidebar-product-remove:focus {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(25, 25, 25, 0.2);
  z-index: 1001;
}

.loading-page {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(25, 25, 25, 0.9);
  z-index: 10001;
}
.loading-page-logo {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.loading-page-logo img {
  width: 0px;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-animation: loading-page-anim 2s infinite;
  -moz-animation: loading-page-anim 2s infinite;
  -o-animation: loading-page-anim 2s infinite;
  animation: loading-page-anim 2s infinite;
}
@-webkit-keyframes loading-page-anim {
  0% {
    width: 0px;
    opacity: 0;
  }
  50% {
    width: 200px;
    opacity: 1;
  }
  100% {
    width: 0px;
    opacity: 0;
  }
}
@-moz-keyframes loading-page-anim {
  0% {
    width: 0px;
    opacity: 0;
  }
  50% {
    width: 200px;
    opacity: 1;
  }
  100% {
    width: 0px;
    opacity: 0;
  }
}
@-o-keyframes loading-page-anim {
  0% {
    width: 0px;
    opacity: 0;
  }
  50% {
    width: 200px;
    opacity: 1;
  }
  100% {
    width: 0px;
    opacity: 0;
  }
}
@keyframes loading-page-anim {
  0% {
    width: 0px;
    opacity: 0;
  }
  50% {
    width: 200px;
    opacity: 1;
  }
  100% {
    width: 0px;
    opacity: 0;
  }
}

.product-banner {
  display: none !important;
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 50px;
  z-index: 1000;
  cursor: pointer;
  text-decoration: none;
  width: auto;
  border: 1px solid rgba(25, 25, 25, 0.1);
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 18px rgba(25, 25, 25, 0.2);
  -moz-box-shadow: 0px 4px 18px rgba(25, 25, 25, 0.2);
  box-shadow: 0px 4px 18px rgba(25, 25, 25, 0.2);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .product-banner {
    width: 460px;
    left: 0;
    right: initial;
    -webkit-box-shadow: 0px 2px 12px rgba(25, 25, 25, 0.1);
    -moz-box-shadow: 0px 2px 12px rgba(25, 25, 25, 0.1);
    box-shadow: 0px 2px 12px rgba(25, 25, 25, 0.1);
  }
}
@media screen and (min-width: 992px) {
  .product-banner {
    width: 560px;
  }
}
.product-banner-close {
  position: absolute;
  right: 0px;
  top: -22px;
  width: 44px;
  height: 44px;
  display: block;
  z-index: 2;
  cursor: pointer;
  border: 1px solid rgba(25, 25, 25, 0.1);
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .product-banner-close {
    right: -22px;
  }
}
.product-banner-close:after, .product-banner-close:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  display: block;
  background-color: #191919;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.product-banner-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-banner-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-banner-close:hover, .product-banner-close:focus {
  border-color: rgba(25, 25, 25, 0.3);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.product-banner-close:hover:after, .product-banner-close:hover:before, .product-banner-close:focus:after, .product-banner-close:focus:before {
  opacity: 1;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.product-banner-image {
  width: 140px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .product-banner-image {
    width: 160px;
  }
}
@media screen and (min-width: 992px) {
  .product-banner-image {
    width: 200px;
  }
}
.product-banner-image img {
  display: none;
}
.product-banner-image span {
  position: absolute;
  left: 5px;
  top: 5px;
  background-color: rgb(255, 140, 1);
  font-size: 14px;
  line-height: 14px;
  padding: 2px 6px;
  display: block;
  z-index: 1;
  font-weight: 600;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (min-width: 600px) {
  .product-banner-image span {
    padding: 4px 8px;
    left: 10px;
    top: 10px;
  }
}
.product-banner-info {
  position: relative;
  display: block;
  padding: 10px 15px 10px 155px;
}
@media screen and (min-width: 600px) {
  .product-banner-info {
    padding: 10px 15px 10px 175px;
  }
}
@media screen and (min-width: 992px) {
  .product-banner-info {
    padding: 15px 15px 15px 215px;
  }
}
.product-banner-info-who {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #191919;
  margin-bottom: 5px;
  padding-right: 24px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .product-banner-info-who {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 992px) {
  .product-banner-info-who {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.product-banner-info-who span {
  font-weight: 700;
  color: rgb(255, 140, 1);
}
.product-banner-info-who:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../../assets/images/icons/icn-check-red.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: block;
}
.product-banner-info-product-name {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #191919;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .product-banner-info-product-name {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 992px) {
  .product-banner-info-product-name {
    margin-bottom: 10px;
  }
}
.product-banner-info-price {
  position: relative;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 992px) {
  .product-banner-info-price {
    margin-bottom: 20px;
  }
}
.product-banner-info-price .first-price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: rgba(25, 25, 25, 0.5);
  margin-right: 6px;
  text-decoration: line-through;
}
@media screen and (min-width: 600px) {
  .product-banner-info-price .first-price {
    font-size: 18px;
  }
}
.product-banner-info-price .last-price {
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
  color: rgb(255, 140, 1);
}
@media screen and (min-width: 600px) {
  .product-banner-info-price .last-price {
    font-size: 22px;
  }
}
.product-banner-info-time {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(25, 25, 25, 0.7);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
@media screen and (min-width: 600px) {
  .product-banner-info-time {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 992px) {
  .product-banner-info-time {
    font-size: 16px;
  }
}
.product-banner-info-time span {
  font-weight: 700;
}
.product-banner:hover, .product-banner:focus {
  border-color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.product-banner:hover .product-banner-info, .product-banner:focus .product-banner-info {
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}
.product-banner:hover .product-banner-info-product-name, .product-banner:focus .product-banner-info-product-name {
  color: rgb(255, 140, 1);
  -webkit-transition: all 400ms ease 0ms;
  -moz-transition: all 400ms ease 0ms;
  -o-transition: all 400ms ease 0ms;
  transition: all 400ms ease 0ms;
}

/*# sourceMappingURL=style.css.map */
