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

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

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

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

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

/* BACKGROUND COLORS */
.bg-dark {
    background-color: #2b2b2b;
}

.bg-orange {
    background-color: #FF8C01;
}

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

/* COLORS */
.color-dark {
    color: #2b2b2b;
}

.color-black {
    color: #0f0f0f;
}

.color-orange {
    color: #FF8C01;
}

.color-white {
    color: #fff;
}

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

.color-red {
    color: #db0000;
}

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

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

.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: #0f0f0f;
    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: #eceeef;
}

::-webkit-scrollbar-thumb {
    background-color: #808080;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #808080;
}

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: #0f0f0f;
    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: 14px;
    line-height: 20px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    color: #0f0f0f;
    margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
    p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
}
p a {
    color: #FF8C01;
    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: 16px;
}
.small a {
    text-decoration: underline;
    font-size: 14px;
    line-height: 18px;
}

.container {
    width: auto;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (min-width: 992px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
}
@media screen and (min-width: 992px) {
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.row > * {
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (min-width: 992px) {
    .row > * {
        padding-left: 15px;
        padding-right: 15px;
    }
}

* {
    -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 {
    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;
    z-index: 10;
    background-color: #00703D;
    text-align: center;
}
.header p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    padding: 5px 0px;
}

.footer {
    background-color: #0f0f0f;
    text-align: center;
    padding-top: 30px;
}
.footer hr {
    border-color: #fff;
}
@media screen and (min-width: 767px) {
    .footer {
        padding-top: 60px;
    }
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer p,
.footer a {
    color: #fff;
}
.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;
    justify-content: center;
    padding: 10px 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) {
    .footer-link {
        gap: 10px;
    }
}
.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: #FF8C01;
    -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: 5px 0px;
    display: block;
    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-links li a:hover, .footer-links li a:focus {
    color: #FF8C01;
    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;
}
.footer-social li {
    display: inline-block;
    margin: 0px 6px;
}
.footer-social li a {
    display: block;
    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: 24px;
    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 {
    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: #2b2b2b;
    padding: 20px 0px 60px 0px;
    margin-top: 20px;
    position: relative;
    display: block;
}
@media screen and (min-width: 992px) {
    .footer-bottom {
        padding: 20px 0px;
    }
}

::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #808080;
}
@media screen and (min-width: 600px) {
    ::-webkit-input-placeholder {
        font-size: 16px;
    }
}

::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #808080;
}
@media screen and (min-width: 600px) {
    ::-moz-placeholder {
        font-size: 16px;
    }
}

:-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #808080;
}
@media screen and (min-width: 600px) {
    :-ms-input-placeholder {
        font-size: 16px;
    }
}

:-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #808080;
}
@media screen and (min-width: 600px) {
    :-moz-placeholder {
        font-size: 16px;
    }
}

.form-control {
    font-family: "Montserrat", sans-serif;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
    outline: 0;
    background-color: #fff;
    padding: 6px;
    border: 1px solid #808080;
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #0f0f0f;
    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: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
@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: #2b2b2b;
    -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: 80px;
}

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

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: 1px solid transparent;
    text-align: center;
    font-weight: 600;
    padding: 8px 16px;
    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: 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;
    /*Primary*/
    /*Secondary*/
    /* Button with animation */
    /*Sizes*/
    /*Disable*/
    /*Block*/
}
.btn:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 0;
    -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;
}
.btn span {
    position: relative;
    z-index: 2;
    display: block;
    margin: auto;
}
.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:hover:after, .btn:focus:after {
    width: 100%;
    -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: #FF8C01;
    color: #fff;
    border-color: #FF8C01;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    color: #fff;
    border-color: #2b2b2b;
}
.btn.btn-primary:hover:after, .btn.btn-primary:focus:after {
    background-color: #2b2b2b;
}
.btn.btn-secondary {
    background-color: #fff;
    color: #FF8C01;
    border-color: #FF8C01;
}
.btn.btn-secondary:hover, .btn.btn-secondary:focus {
    color: #00703D;
    border-color: #00703D;
}
.btn.btn-secondary:hover:after, .btn.btn-secondary:focus:after {
    background-color: #f1f1f1;
}
.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: 500;
    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-disable {
    pointer-events: none;
    cursor: not-allowed;
}
.btn.btn-block {
    display: block;
    width: 100%;
}

.btn-link {
    font-weight: 400;
    position: relative;
    color: #2b2b2b;
    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: #FF8C01;
    -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: #FF8C01;
    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: -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: 5px;
    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;
}
.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: 32px;
    height: 18px;
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid #808080;
    -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;
}
@media screen and (min-width: 767px) {
    .checkbox-switch .checkmark {
        width: 36px;
        height: 20px;
    }
}
.checkbox-switch .checkmark:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 12px;
    height: 12px;
    display: block;
    background-color: #808080;
    -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: 767px) {
    .checkbox-switch .checkmark:after {
        width: 14px;
        height: 14px;
    }
}
.checkbox-switch .text {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #2b2b2b;
    font-weight: 400;
    -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;
        line-height: 20px;
    }
}
.checkbox-switch .text a {
    color: #FF8C01;
    text-decoration: underline;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
@media screen and (min-width: 767px) {
    .checkbox-switch .text a {
        font-size: 16px;
        line-height: 20px;
    }
}
.checkbox-switch input:checked + .checkmark {
    background-color: #2b2b2b;
    border-color: #2b2b2b;
    -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: 16px;
    -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 input:checked + .checkmark:after {
        left: 18px;
    }
}
.checkbox-switch input:checked + .checkmark + .text {
    color: #2b2b2b;
    -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: #2b2b2b;
    -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: #00703D;
    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 .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: #2b2b2b;
    -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: #0f0f0f;
    -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 (max-width: 767px) {
    .product-gallery .owl-carousel-gallery-dots {
        display: none;
    }
}
.product-gallery .owl-carousel-gallery-dots .owl-dot {
    border: 2px solid transparent;
    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.6;
    -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 {
    border-color: #FF8C01;
    -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 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;
}
.product-details-price {
    position: relative;
}
@media screen and (max-width: 767px) {
    .product-details-price {
        text-align: center;
    }
}
.product-details-price .price-sale {
    font-size: 14px;
    line-height: 28px;
    color: #0f0f0f;
    font-weight: 400;
    text-decoration: line-through;
    margin-right: 6px;
}
.product-details-price .price-current {
    font-size: 24px;
    line-height: 28px;
    color: #FF8C01;
    font-weight: 600;
    margin-right: 6px;
}
.product-details-price .price-save {
    background-color: #00703D;
    color: #fff;
    padding: 2px 12px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}
.product-details-delivery-days {
    position: relative;
    padding: 8px;
    display: block;
    background-color: #eceeef;
    border: 2px dashed #00703D;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
}
@media screen and (min-width: 767px) {
    .product-details-delivery-days {
        padding: 14px 8px;
    }
}
@media screen and (max-width: 767px) {
    .product-details-delivery-days {
        text-align: center;
    }
}
.product-details-delivery-days 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: end;
}
@media screen and (max-width: 767px) {
    .product-details-quantity {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        margin: 20px 0px;
        margin-top: 10px;
    }
}
.product-details-quantity p {
    margin-left: 10px;
}
.product-details-checkboxes {
    position: relative;
}
@media screen and (min-width: 600px) {
    .product-details-checkboxes {
        padding-top: 34px;
        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: 15px;
    }
}
.product-details-checkboxes-item {
    position: relative;
    display: block;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    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: 600px) {
    .product-details-checkboxes-item {
        margin-bottom: 0px;
        flex-basis: 100%;
    }
}
.product-details-checkboxes-item-recommended {
    position: absolute;
    top: -28px;
    left: 0px;
    right: 0px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    z-index: 0;
    margin-bottom: 0;
}
@media screen and (min-width: 600px) {
    .product-details-checkboxes-item-recommended {
        left: -80px;
        right: -80px;
        top: -30px;
    }
}
.product-details-checkboxes-item input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}
.product-details-checkboxes-item .chk-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    border: 2px solid #2b2b2b;
    -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;
}
.product-details-checkboxes-item .chk-item-top-text {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    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;
}
.product-details-checkboxes-item .chk-item-center-text {
    position: relative;
    font-size: 18px;
    line-height: 18px;
    display: block;
    padding: 6px 0px;
    font-weight: 700;
    -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-checkboxes-item .chk-item-bottom-text {
    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;
    -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-details-checkboxes-item .chk-item-bottom-text {
        gap: 5px;
        text-align: left;
    }
}
@media screen and (min-width: 992px) {
    .product-details-checkboxes-item .chk-item-bottom-text {
        gap: 10px;
    }
}
.product-details-checkboxes-item .chk-item-bottom-text span {
    font-size: 16px;
    line-height: 20px;
    display: block;
    font-weight: 600;
    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;
}
@media screen and (min-width: 992px) {
    .product-details-checkboxes-item .chk-item-bottom-text span {
        font-size: 18px;
    }
}
.product-details-checkboxes-item .chk-item-bottom-text span:nth-child(1) {
    color: #FF8C01;
}
.product-details-checkboxes-item .chk-item-bottom-text span:nth-child(1):after {
    content: "";
    position: absolute;
    background-color: #FF8C01;
    height: 2px;
    display: block;
    left: 0;
    right: 0px;
    top: 10px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -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-details-checkboxes-item .chk-item-bottom-text span:nth-child(1):after {
        right: 20px;
    }
}
.product-details-checkboxes-item input:checked + .chk-checkmark {
    border-color: rgba(255, 140, 1, 0.4);
    background-color: rgba(255, 140, 1, 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;
}
.product-details-checkboxes-item:hover, .product-details-checkboxes-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;
}
.product-details-checkboxes-item:hover .chk-checkmark, .product-details-checkboxes-item:focus .chk-checkmark {
    background-color: rgba(255, 140, 1, 0.05);
    border-color: rgba(255, 140, 1, 0.4);
    -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) {
    .product-details-checkboxes-item:nth-child(2) {
        margin-top: 40px;
    }
}
.product-details-delivery {
    position: relative;
    background-color: #eceeef;
    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: 20px;
    padding: 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}
.product-details-delivery-item {
    position: relative;
    text-align: center;
    display: block;
    flex-basis: 100%;
}
.product-details-delivery-item img {
    width: 44px;
    height: 44px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}
.product-details-delivery-item p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}

.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;
}
@media screen and (max-width: 767px) {
    .quantity-input {
        margin-bottom: 5px;
    }
}
.quantity-input input {
    font-family: "Montserrat", sans-serif;
    width: 46px;
    height: 32px;
    z-index: 1;
    box-sizing: border-box;
    outline: 0;
    background-color: transparent;
    padding: 0px;
    border: 1px solid #eceeef;
    position: relative;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    font-weight: 500;
    color: #2b2b2b;
    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: 26px;
    height: 32px;
    position: relative;
    cursor: pointer;
    border: 1px solid #eceeef;
    -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: 10px;
    height: 2px;
    display: block;
    background-color: #808080;
    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: #eceeef;
    -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: #0f0f0f;
}
.quantity-input .qty-minus {
    -webkit-border-radius: 30px 0px 0px 30px;
    -moz-border-radius: 30px 0px 0px 30px;
    -o-border-radius: 30px 0px 0px 30px;
    border-radius: 30px 0px 0px 30px;
}
.quantity-input .qty-minus:after {
    opacity: 0;
}
.quantity-input .qty-plus {
    -webkit-border-radius: 0px 30px 30px 0px;
    -moz-border-radius: 0px 30px 30px 0px;
    -o-border-radius: 0px 30px 30px 0px;
    border-radius: 0px 30px 30px 0px;
}

.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: #2b2b2b;
    -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 #808080;
    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 #808080;
}
.accordion.accordion-style-2 .accordion-item .accordion-item-title {
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 42px;
    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: #2b2b2b;
    -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: #fff;
    background-color: #00703D;
    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: #fff;
    -webkit-transition: all 400ms ease 0ms;
    -moz-transition: all 400ms ease 0ms;
    -o-transition: all 400ms ease 0ms;
    transition: all 400ms ease 0ms;
}
.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;
    position: relative;
    padding-right: 54px;
    border-bottom: 1px solid #eceeef;
}
@media screen and (min-width: 767px) {
    .modal-header {
        padding: 15px 20px;
    }
}
.modal-header-close {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 0px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    margin: auto;
    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;
}
.modal-header-close:after, .modal-header-close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 22px;
    height: 2px;
    display: block;
    background-color: #808080;
    -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: #0f0f0f;
    -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;
    position: relative;
}
@media screen and (min-width: 767px) {
    .modal-body {
        padding: 20px;
    }
}
@media screen and (min-width: 767px) {
    .modal.modal-sm .modal-content {
        width: 620px;
        margin: auto;
    }
}

.checkout {
    position: relative;
}
.checkout-quantity {
    position: relative;
    padding-left: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eceeef;
    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: #808080;
    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;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    position: relative;
    color: #2b2b2b;
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 5px;
    padding-right: 100px;
    -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: #0f0f0f;
    display: block;
    z-index: 1;
    padding-right: 18px;
}
@media screen and (min-width: 600px) {
    .checkout-quantity-price {
        font-size: 14px;
    }
}
.checkout-quantity-price-close {
    width: 12px;
    height: 12px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0.6;
    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;
}
.checkout-quantity-price-close:after, .checkout-quantity-price-close:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background-color: #808080;
}
.checkout-quantity-price-close:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkout-quantity-price-close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.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: #FF8C01;
    -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 #eceeef;
    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 #eceeef;
    -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: #00703D;
    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: #00703D;
    -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;
    border: 1px solid #eceeef;
    background-color: #f1f1f1;
    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;
}
.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;
}
.checkout-price hr {
    opacity: 0.4;
}
.checkout-info {
    position: relative;
}
.checkout-info .form-group {
    position: relative;
}
@media screen and (min-width: 767px) {
    .checkout-info .form-group {
        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;
    }
}
.checkout-info .form-group label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
}
@media screen and (min-width: 767px) {
    .checkout-info .form-group label {
        width: 25%;
        padding-right: 30px;
    }
}
.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;
}
@media screen and (min-width: 767px) {
    .checkout-info .form-group .form-group-input {
        width: 75%;
    }
}
.checkout-info .form-group .form-group-input-icon {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    background-color: #f1f1f1;
    border-right: 1px solid #eceeef;
    width: 30px;
    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.6;
    -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: 40px;
    }
}
.checkout-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-info .form-group .form-group-input .form-control {
    padding-left: 36px;
}
@media screen and (min-width: 767px) {
    .checkout-info .form-group .form-group-input .form-control {
        padding-left: 50px;
    }
}
.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-info .form-group .form-group-input:hover .form-control, .checkout-info .form-group .form-group-input:focus .form-control {
    border-color: #FF8C01;
    -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 #eceeef;
    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;
    width: 70%;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: #0f0f0f;
    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: #FF8C01;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    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: #808080;
}
.checkout-recommended-item-top-offer {
    position: relative;
    background-color: #FF8C01;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 6px;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.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: #FF8C01;
    -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: 8px;
    /*border: 2px dashed #FF8C01;*/
    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 #eceeef;
    -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: #FF8C01;
    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: 400;
}
.checkout-extra-item label input:checked + .checkmark {
    border-color: #FF8C01;
    -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;
}
.buy-now-fixed {
    position: fixed;
    left: 0;
    bottom: -100px;
    right: 0;
    z-index: 2000;
    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: 992px) {
    .buy-now-fixed {
        display: none;
    }
}
.buy-now-fixed .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.buy-now-fixed .btn:after {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}
.buy-now-fixed.buy-now-fixed-show {
    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;
}
.color-title {
    margin-top: 20px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    .color-title {
        text-align: center;
        align-items: center;
    }
}
.color-item {
    display: inline-block;
    padding: 3px;
    border: 1px solid #abaeb4;
    border-radius: 50%;
    cursor: pointer;
    transition: .2s ease-in-out;
    margin-right: 15px;
}
.color-item:hover {
    transform: scale(1.05);
    font-weight: 700;
}
.product-colors{
    display: flex;
}
@media screen and (max-width: 767px) {
    .product-colors {
        justify-content: center;
        align-items: center;
        margin-bottom: 25px;
    }
}
.product-colors .active {
    border: 1px solid #0f0f0f;
}
.color-inner.size {
    padding: 2px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
@keyframes border-dance {
    0% {
        background-position: left top, right bottom, left bottom, right top;
    }
    100% {
        background-position: left 15px top, right 15px bottom, left bottom 15px, right top 15px;
    }
}

.option-item {
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid #abaeb4;
    border-radius: 4px;
    cursor: pointer;
    transition: .2s ease-in-out;
    margin-right: 5px;
}
.option-item:last-child{
    margin-right: 0;
}
.option-item:hover {
    transform: scale(1.05);
    font-weight: 700;
}


.option-select {
    margin-top: 5px;
}

.option-select .active {
    border: 1px solid #0f0f0f;
}

@media screen and (min-width: 1030px) {
    .option-select {
        display: inline;
        margin-top: 0;
    }
}

.name-item-1 {
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid #abaeb4;
    border-radius: 4px;
    cursor: pointer;
    transition: .2s ease-in-out;
    margin-right: 5px;
}
.name-item-1:last-child{
    margin-right: 0;
}
.name-item-1:hover {
    transform: scale(1.05);
    font-weight: 700;
}
.name-item-2 {
    display: inline-block;
    padding: 6px 18px;
    border: 1px solid #abaeb4;
    border-radius: 4px;
    cursor: pointer;
    transition: .2s ease-in-out;
    margin-right: 5px;
}
.name-item-2:last-child{
    margin-right: 0;
}
.name-item-2:hover {
    transform: scale(1.05);
    font-weight: 700;
}
.name-select-1, .name-select-2{
    display: flex;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .name-select-1, .name-select-2 {
        justify-content: center;
        align-items: center;
        margin-bottom: 25px;
    }
}
.name-select-1 .active {
    border: 1px solid #0f0f0f;
}
.name-select-2 .active {
    border: 1px solid #0f0f0f;
}

.size-link {
    color: #FF8C01;
    cursor: pointer;
    transition: .2s ease-in-out;
}
.size-link:hover .size-link:focus {
    color: #000000;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .size-hyperlink {
        display: block;
        text-align: center;
        margin: 20px auto;
    }
}
table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    unicode-bidi: isolate;
    border-spacing: 2px;
    border-color: gray;
}
thead {
    display: table-header-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}
tr {
    display: table-row;
    vertical-align: inherit;
    unicode-bidi: isolate;
    border-color: inherit;
}
th {
    padding: 1em;
    border: .1rem solid gray;
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: center;
    unicode-bidi: isolate;
}
td {
    padding: 1em;
    border: .1rem solid gray;
    display: table-cell;
    vertical-align: inherit;
    text-align: center;
    unicode-bidi: isolate;
}

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