@charset "UTF-8";
/* fonts */
/* standard */
/* icons */
/* theme--main-styles */
/* header */
/* footer */
/* bs4-hacks */
/* plugin--search */
/* plugin--dataPicker */
/* page--index */
/* page--account */
/* page--login */
*:focus {
    outline: none !important; }

/* fonts */
/* -------------------- START fonts -------------------- */
/* -------------------- START fonts -------------------- */
/* -------------------- START fonts -------------------- */
/* -------------------- START fonts -------------------- */
@font-face {
    font-family: "gow-custom";
    src: url(../font/gow_custom.eot?55459938);
    src: url(../font/gow_custom.eot?55459938#iefix) format("embedded-opentype"), url(../font/gow_custom.woff?55459938) format("woff"), url(../font/gow_custom.ttf?55459938) format("truetype"), url(../font/gow_custom.svg?55459938#gow_custom) format("svg");
    font-weight: 400;
    font-style: normal; }

@font-face {
    font-family: 'custom';
    src: url("../font/custom.eot?55459938");
    src: url("../font/custom.eot?55459938#iefix") format("embedded-opentype"), url("../font/custom.woff?55459938") format("woff"), url("../font/custom.ttf?55459938") format("truetype"), url("../font/custom.svg?55459938#gow_custom") format("svg");
    font-weight: normal;
    font-style: normal; }

@font-face {
    font-family: BebasNeueBold;
    src: url("../font/BebasNeueBold/BebasNeueBold.eot");
    src: url("../font/BebasNeueBold/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../font/BebasNeueBold/BebasNeueBold.woff") format("woff"), url("../font/BebasNeueBold/BebasNeueBold.ttf") format("truetype");
    font-style: normal;
    font-weight: 400; }

/* font-family: "OpenSansLightItalic" */
@font-face {
    font-family: "OpenSansLightItalic";
    src: url("../font/OpenSansLightItalic/OpenSansLightItalic.eot");
    src: url("../font/OpenSansLightItalic/OpenSansLightItalic.eot?#iefix") format("embedded-opentype"), url("../font/OpenSansLightItalic/OpenSansLightItalic.woff") format("woff"), url("../font/OpenSansLightItalic/OpenSansLightItalic.ttf") format("truetype");
    font-style: normal;
    font-weight: normal; }

/* font-family: "OpenSansRegular" */
@font-face {
    font-family: "OpenSansRegular";
    src: url("../font/OpenSansRegular/OpenSansRegular.eot");
    src: url("../font/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"), url("../font/OpenSansRegular/OpenSansRegular.woff") format("woff"), url("../font/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal; }

/* font-family: "OpenSansBold" */
@font-face {
    font-family: "OpenSansBold";
    src: url("../font/OpenSansBold/OpenSansBold.eot");
    src: url("../font/OpenSansBold/OpenSansBold.eot?#iefix") format("embedded-opentype"), url("../font/OpenSansBold/OpenSansBold.woff") format("woff"), url("../font/OpenSansBold/OpenSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal; }

/* --------------------  END  fonts -------------------- */
/* --------------------  END  fonts -------------------- */
/* --------------------  END  fonts -------------------- */
/* --------------------  END  fonts -------------------- */
/* standard */
/* -------------------- START main -------------------- */
/* -------------------- START main -------------------- */
/* -------------------- START main -------------------- */
/* -------------------- START main -------------------- */
html, body {
    padding: 0;
    margin: 0 auto;
    height: 100%;
    -webkit-font-smoothing: antialiased; }

body {
    color: #3e4d5c;
    direction: ltr;
    font-weight: 400;
    font-size: 13px;
    font-family: "OpenSansRegular", "sans-serif";
    background: #ffffff;
    overflow-x: hidden; }

.wrapper {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto; }

.main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }

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

h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    color: inherit;
    font-weight: 500; }

h1 {
    font-size: 28px; }
@media (min-width: 414px) and (max-width: 766px) {
    h1 {
        font-size: 26px; } }
@media (min-width: 375px) and (max-width: 413px) {
    h1 {
        font-size: 25px; } }
@media (max-width: 374px) {
    h1 {
        font-size: 24px; } }

h2 {
    font-size: 24px; }
@media (min-width: 414px) and (max-width: 766px) {
    h2 {
        font-size: 23px; } }
@media (min-width: 375px) and (max-width: 413px) {
    h2 {
        font-size: 22px; } }
@media (max-width: 374px) {
    h2 {
        font-size: 21px; } }

h3 {
    font-size: 20px; }

h4 {
    font-size: 16px; }

h5 {
    font-size: 14px; }

h6 {
    font-size: 12px; }

a {
    cursor: pointer; }

.hand {
    cursor: pointer; }

select {
    -webkit-appearance: listbox; }

option:disabled {
    background-color: #ececec; }

/* --------------------  END  main -------------------- */
/* --------------------  END  main -------------------- */
/* --------------------  END  main -------------------- */
/* --------------------  END  main -------------------- */
/* -------------------- START some tooltips -------------------- */
/* -------------------- START some tooltips -------------------- */
/* -------------------- START some tooltips -------------------- */
/* -------------------- START some tooltips -------------------- */
.tooltip-inner {
    color: #333333;
    background: #ffffff;
    text-align: left;
    border: #666666 1px solid;
    max-width: 300px;
    width: auto;
    z-index: 99999; }

.tooltip {
    max-width: 300px;
    width: auto;
    z-index: 99999;
    padding: 3px;
    margin: 2px; }

/* --------------------  END  some tooltips -------------------- */
/* --------------------  END  some tooltips -------------------- */
/* --------------------  END  some tooltips -------------------- */
/* --------------------  END  some tooltips -------------------- */
.prev-icon:after {
    content: '‹'; }

.next-icon:after {
    content: '›'; }

/* -------------------- START some swc -------------------- */
/* -------------------- START some swc -------------------- */
/* -------------------- START some swc -------------------- */
/* -------------------- START some swc -------------------- */
.swc {
    width: 56px;
    height: 56px;
    display: inline-block;
    background: url("../img/sets/pro-icon-set.png") no-repeat;
    vertical-align: middle; }

.swc.fsh {
    background-position: 0px 0px; }

.swc.yrw {
    background-position: -56px 0px; }

.swc.svm {
    background-position: -112px 0px; }

.swc.mbk {
    background-position: -168px 0px; }

.swc.aut {
    background-position: -224px 0px; }

/* --------------------  END  some swc -------------------- */
/* --------------------  END  some swc -------------------- */
/* --------------------  END  some swc -------------------- */
/* --------------------  END  some swc -------------------- */
/* -------------------- START headlines -------------------- */
/* -------------------- START headlines -------------------- */
/* -------------------- START headlines -------------------- */
/* -------------------- START headlines -------------------- */
.headline {
    text-align: center; }

.headline-h2 {
    font-family: "OpenSansBold", "sans-serif";
    font-size: 25px;
    color: #216699;
    text-transform: uppercase;
    padding-top: 37px;
    padding-bottom: 37px; }
@media (min-width: 2500px) {
    .headline-h2 {
        font-size: 50px;
        padding-top: 75px;
        padding-bottom: 75px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .headline-h2 {
        font-size: 22.5px;
        padding-top: 33.3px;
        padding-bottom: 33.3px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .headline-h2 {
        font-size: 20px;
        padding-top: 29.6px;
        padding-bottom: 29.6px; } }
@media (max-width: 767px) {
    .headline-h2 {
        font-size: 17.5px;
        padding-top: 25.9px;
        padding-bottom: 25.9px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .headline-h2 {
        font-size: 17.5px;
        padding-top: 22.2px;
        padding-bottom: 22.2px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .headline-h2 {
        font-size: 17.5px;
        padding-top: 18.5px;
        padding-bottom: 18.5px; } }
@media (max-width: 374px) {
    .headline-h2 {
        font-size: 17.5px;
        padding-top: 18.5px;
        padding-bottom: 18.5px; } }

/* --------------------  END  headlines -------------------- */
/* --------------------  END  headlines -------------------- */
/* --------------------  END  headlines -------------------- */
/* --------------------  END  headlines -------------------- */
.btn-icon-i {
    width: 17px;
    height: 17px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    font-style: italic;
    color: #C0C0C0;
    background-color: transparent;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding-left: 0;
    padding-right: 3px;
    margin-left: 3px;
    -webkit-transition: color 0.3s ease 0s, border 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, border 0.3s ease 0s;
    transition: color 0.3s ease 0s, border 0.3s ease 0s; }

.btn-icon-i:hover {
    border-color: #4C5A5D;
    color: #4C5A5D; }

.table-border-none tr,
.table-border-none td {
    border: none; }

/* icons */
/* -------------------- START icons -------------------- */
/* -------------------- START icons -------------------- */
/* -------------------- START icons -------------------- */
/* -------------------- START icons -------------------- */
[class*=" icon-"]:before, [class^=icon-]:before {
    font-family: gow-custom;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.icon-child:before {
    content: '\e800'; }

.icon-male:before {
    content: '\e801'; }

.icon-female:before {
    content: '\e802'; }

.icon-sun-inv:before {
    content: '\e803'; }

.icon-eye:before {
    content: '\e804'; }

.icon-shopping-cart:before {
    content: '\e805'; }

.icon-comments:before {
    content: '\e806'; }

.icon-phone:before {
    content: '\e807'; }

.icon-search:before {
    content: '\e808'; }

.icon-user:before {
    content: '\e809'; }

.icon-info-circle:before {
    content: '\e80a'; }

.icon-help-circled:before {
    content: '\e80b'; }

.icon-down-open:before {
    content: '\e80c'; }

.icon-right-open:before {
    content: '\e80d'; }

.icon-left-open:before {
    content: '\e80e'; }

.icon-up-open:before {
    content: '\e80f'; }

.icon-plus-circled:before {
    content: '\e810'; }

.icon-minus-circled:before {
    content: '\e811'; }

.icon-envelop:before {
    content: '\e812'; }

.icon-star:before {
    content: '\e813'; }

.icon-star-empty:before {
    content: '\e814'; }

.icon-star-half-alt:before {
    content: '\e815'; }

.icon-star-half:before {
    content: '\e816'; }

.icon-camera:before {
    content: '\e817'; }

.icon-tag:before {
    content: '\e818'; }

.icon-tag-1:before {
    content: '\e819'; }

.icon-wait-1:before {
    content: '\e81a'; }

.icon-wait-3:before {
    content: '\e81b'; }

.icon-wait-2:before {
    content: '\e81c'; }

.icon-menu:before {
    content: '\e81d'; }

.icon-cog:before {
    content: '\e81e'; }

.icon-certificate:before {
    content: '\e81f'; }

/* --------------------  END  icons -------------------- */
/* --------------------  END  icons -------------------- */
/* --------------------  END  icons -------------------- */
/* --------------------  END  icons -------------------- */
/* theme--main-styles */
.theme-bg-5 {
    background-color: #216699;
    color: #ffffff; }

.theme-bg-5 a {
    color: #ffffff;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s; }

.theme-bg-5 a:hover,
.theme-bg-5 a:focus,
.theme-bg-5 a:active {
    color: rgba(255, 255, 255, 0.8); }

.theme-clr-5,
a.theme-clr-5,
.theme-clr-5 a:hover,
.theme-clr-5 a:focus {
    color: #216699; }

.theme-clr-5 a {
    color: rgba(33, 102, 153, 0.8); }

.theme-btn-5,
a.theme-btn-5,
.theme-btn-5 a {
    background-color: #216699;
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: pointer; }

.theme-btn-5:hover,
a.theme-btn-5:hover,
.theme-btn-5 a:hover {
    color: #ffffff !important; }

a.theme-btn-cart-5 {
    background-color: #ffffff;
    color: rgba(33, 102, 153, 0.8);
    cursor: pointer; }

a.theme-btn-cart-5:focus,
a.theme-btn-cart-5:active,
a.theme-btn-cart-5:hover,
a.theme-btn-cart-5:not(:disabled):not(.disabled):active {
    color: #216699; }

.theme-bg-4 {
    background-color: #78a622;
    color: #ffffff; }

.theme-bg-4 a {
    color: rgba(255, 255, 255, 0.8); }

.theme-bg-4 a:hover, .theme-bg-4 a:focus, .theme-bg-4 a:active {
    color: #ffffff; }

.theme-clr-4, a.theme-clr-4, .theme-clr-4 a:hover, .theme-clr-4 a:focus {
    color: #78a622; }

.theme-clr-4 a {
    color: rgba(120, 166, 34, 0.8); }

.theme-btn-4, a.theme-btn-4, .theme-btn-4 a {
    background-color: #78a622;
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: pointer; }

.theme-btn-4:hover, a.theme-btn-4:hover, .theme-btn-4 a:hover {
    color: #ffffff !important; }

a.theme-btn-cart-4 {
    background-color: #ffffff;
    color: rgba(120, 166, 34, 0.8);
    cursor: pointer; }

a.theme-btn-cart-4:hover {
    color: #78a622; }

.theme-bg-3 {
    background-color: #c80000;
    color: #ffffff; }

.theme-bg-3 a {
    color: rgba(255, 255, 255, 0.8); }

.theme-bg-3 a:hover, .theme-bg-3 a:focus, .theme-bg-3 a:active {
    color: #ffffff; }

.theme-clr-3, a.theme-clr-3, .theme-clr-3 a:hover, .theme-clr-3 a:focus {
    color: #c80000; }

.theme-clr-3 a {
    color: rgba(200, 0, 0, 0.8); }

.theme-btn-3, a.theme-btn-3, .theme-btn-3 a {
    background-color: #c80000;
    color: rgba(255, 255, 255, 0.8) !important;
    cursor: pointer; }

.theme-btn-3:hover, a.theme-btn-3:hover, .theme-btn-3 a:hover {
    color: #ffffff !important; }

a.theme-btn-cart-3 {
    background-color: #ffffff;
    color: rgba(200, 0, 0, 0.8);
    cursor: pointer; }

a.theme-btn-cart-3:hover {
    color: #c80000; }

.bg-dark {
    background-color: #272626;
    color: #c8c8c8; }

.bg-mid-dark {
    background-color: #767F88;
    color: #ffffff; }

.bg-gre {
    background-color: #DDDDDD; }

.bg-dark a:hover {
    color: #11aadd; }

.bg-dark a {
    color: #11aadd; }

.bg-mid-dark a:hover {
    color: #ffffff; }

.bg-mid-dark a {
    color: rgba(255, 255, 255, 0.8); }

.txt-7 {
    font-size: 0.7rem; }

.txt-8 {
    font-size: 0.8rem; }

.txt-9 {
    font-size: 0.9rem; }

.txt-10 {
    font-size: 1rem; }

.txt-11 {
    font-size: 1.1rem; }

.txt-12 {
    font-size: 1.2rem; }

.txt-h1, .txt-h2, .txt-h3, .txt-h4, .txt-h5, .txt-h6 {
    font-family: inherit;
    font-weight: 500; }

.txt-h1 {
    font-size: 2.5rem; }

.txt-h2 {
    font-size: 2rem; }

.txt-h3 {
    font-size: 1.75rem; }

.txt-h4 {
    font-size: 1.5rem; }

.txt-h5 {
    font-size: 1.25rem; }

.txt-h6 {
    font-size: 1rem; }

.ln-h12 {
    line-height: 1.2; }

.ln-h13 {
    line-height: 1.3; }

.ln-h14 {
    line-height: 1.4; }

.ln-h15 {
    line-height: 1.5; }

.ln-h16 {
    line-height: 1.6; }

.ln-h17 {
    line-height: 1.7; }

.star-note {
    color: #dc3545; }

/* header */
/* -------------------- START headers -------------------- */
/* -------------------- START headers -------------------- */
/* -------------------- START headers -------------------- */
/* -------------------- START headers -------------------- */
/* ---------- START headers pre-header ---------- */
/* ---------- START headers pre-header ---------- */
/* ---------- START headers pre-header ---------- */
/* ---------- START headers pre-header ---------- */
.pre-header {
    background-color: #767f88;
    color: rgba(255, 255, 255, 0.8) !important;
    padding-top: 7px;
    height: 34px; }

.pre-header li {
    padding-left: 10px;
    padding-right: 15px;
    border-right: solid 1px rgba(255, 255, 255, 0.8);
    display: inline-block !important; }
@media (max-width: 767px) {
    .pre-header li {
        padding-left: 5px;
        padding-right: 7px;
        font-size: 13px; } }

.pre-header li:last-child {
    border: none;
    padding-right: 5px; }
@media (max-width: 767px) {
    .pre-header li:last-child {
        padding-right: 0px; } }

@media (max-width: 767px) {
    .pre-header li:first-child {
        padding-left: 0px; } }

.pre-header a {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s; }

.pre-header a:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    -webkit-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s, left 0.3s ease 0s;
    transition: width 0.3s ease 0s, left 0.3s ease 0s; }

.pre-header a.focus,
.pre-header a:focus,
.pre-header a.hover,
.pre-header a:hover,
.pre-header a.active,
.pre-header a:active {
    color: white; }

.pre-header a.hover:before,
.pre-header a:hover:before {
    left: 00%;
    width: 100%; }

/* ----------  END  headers pre-header ---------- */
/* ----------  END  headers pre-header ---------- */
/* ----------  END  headers pre-header ---------- */
/* ----------  END  headers pre-header ---------- */
/* ---------- START headers logo ---------- */
/* ---------- START headers logo ---------- */
/* ---------- START headers logo ---------- */
/* ---------- START headers logo ---------- */
.logo {
    color: #535250;
    font-weight: bold;
    font-size: 22px; }

.logo a,
.logo a:focus,
.logo a:hover,
.logo a:active {
    color: #535250;
    text-decoration: none; }

/* ----------  END  headers logo ---------- */
/* ----------  END  headers logo ---------- */
/* ----------  END  headers logo ---------- */
/* ----------  END  headers logo ---------- */
/* ---------- START headers nav bar ---------- */
/* ---------- START headers nav bar ---------- */
/* ---------- START headers nav bar ---------- */
/* ---------- START headers nav bar ---------- */
.nav-link {
    font-size: 1rem;
    font-weight: 600; }

.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.3); }

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255,  255,  255,  0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.nav-content a,
.nav-content a:hover {
    color: #007bff; }

/* ----------  END  headers nav bar ---------- */
/* ----------  END  headers nav bar ---------- */
/* ----------  END  headers nav bar ---------- */
/* ----------  END  headers nav bar ---------- */
/* ---------- START headers dropdown ---------- */
/* ---------- START headers dropdown ---------- */
/* ---------- START headers dropdown ---------- */
/* ---------- START headers dropdown ---------- */
.gender,
.ptype {
    width: 600px; }
@media (max-width: 767px) {
    .gender,
    .ptype {
        width: auto; } }

@media (min-width: 768px) and (max-width: 991px) {
    .ptype {
        width: 400px; } }

.gender li {
    padding: 4px 5px;
    font-size: 14px; }

.ptype li {
    padding: 4px 1px;
    font-size: 12px; }

.gender h3,
.ptype h3 {
    color: #e94d1c;
    font-weight: bold;
    font-size: 16px; }

.gender .list-inline-item,
.ptype .list-inline-item {
    border: #ffffff 1px solid;
    opacity: 0.6;
    filter: alpha(opacity=60); }

.gender .list-inline-item:hover,
.gender .list-inline-item:focus,
.gender .list-inline-item:active {
    border: silver 1px solid;
    opacity: 1;
    filter: alpha(opacity=100); }

.ptype .list-inline-item:hover,
.ptype .list-inline-item:focus,
.ptype .list-inline-item:active {
    border: silver 1px solid;
    opacity: 1;
    filter: alpha(opacity=100); }

.full-eblist, .full-sblist {
    height: 200px;
    overflow-Y: scroll; }

.brand-item {
    padding: 2px 7px;
    float: left;
    width: 32%; }
@media (max-width: 767px) {
    .brand-item {
        padding: 2px 7px;
        float: left;
        width: 32%;
        font-size: 13px; } }

.brand-item a {
    font-size: 0.9rem; }

.brand-list-sep {
    padding: 4px 15px;
    float: left;
    width: 96%;
    border-bottom: silver 1px solid;
    margin: 6px 5px 1px 5px; }

.shapes {
    width: 30px;
    height: 10px;
    display: inline-block;
    background: url("../img/sets/shapes-small.png") no-repeat; }

.shapes.sh-1 {
    background-position: 0px 0px; }

.shapes.sh-2 {
    background-position: -30px 0px; }

.shapes.sh-3 {
    background-position: -60px 0px; }

.shapes.sh-4 {
    background-position: -90px 0px; }

.shapes.sh-5 {
    background-position: -120px 0px; }

.shapes.sh-6 {
    background-position: 0px -10px; }

.shapes.sh-7 {
    background-position: -30px -10px; }

.shapes.sh-8 {
    background-position: -60px -10px; }

.shapes.sh-10 {
    background-position: -90px -10px; }

.shapes.eye {
    background-position: 0px -20px; }

.shapes.sun {
    background-position: -30px -20px; }

.brands {
    width: 100px;
    height: 40px;
    display: inline-block;
    background: url("../img/sets/top-brands.gif") no-repeat;
    border: #ffffff 1px solid; }

.brands.DKN {
    background-position: 0px 0px; }

.brands.BS {
    background-position: -100px 0px; }

.brands.DG1 {
    background-position: -200px 0px; }

.brands.CK {
    background-position: -300px 0px; }

.brands.CAL {
    background-position: -400px 0px; }

.brands.CA {
    background-position: 0px -40px; }

.brands.RB {
    background-position: -100px -40px; }

.brands.BR {
    background-position: -200px -40px; }

.brands.BB {
    background-position: -300px -40px; }

.brands.VS {
    background-position: -400px -40px; }

.brands.PRL {
    background-position: 0px -80px; }

.brands.PR {
    background-position: -100px -80px; }

.brands.FT {
    background-position: -200px -80px; }

.brands.MKOR {
    background-position: -300px -80px; }

.brands.PO {
    background-position: -400px -80px; }

.brands.GG {
    background-position: 0px -120px; }

.brands.KS {
    background-position: -100px -120px; }

.brands.JU {
    background-position: -200px -120px; }

.brands.NI {
    background-position: -300px -120px; }

.brands.FLE {
    background-position: -400px -120px; }

/* ----------  END  headers dropdown ---------- */
/* ----------  END  headers dropdown ---------- */
/* ----------  END  headers dropdown ---------- */
/* ----------  END  headers dropdown ---------- */
@media (min-width: 768px) and (max-width: 991px) {
    .cartBtnSmall {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4; } }

.header .btn-orange {
    white-space: nowrap; }

.header .btn-act {
    background-color: #216699;
    color: #ffffff; }

/* --------------------  END  headers -------------------- */
/* --------------------  END  headers -------------------- */
/* --------------------  END  headers -------------------- */
/* --------------------  END  headers -------------------- */
/* footer */
/* -------------------- START footer -------------------- */
/* -------------------- START footer -------------------- */
/* -------------------- START footer -------------------- */
/* -------------------- START footer -------------------- */
.footer {
    background: #272626;
    color: #b0b0b0;
    font-size: 12px; }

/* ---------- START social-icons ---------- */
/* ---------- START social-icons ---------- */
/* ---------- START social-icons ---------- */
/* ---------- START social-icons ---------- */
.social-icons {
    padding: 0;
    margin: 0; }

.social-icons:after, .social-icons:before {
    content: "";
    display: table; }

.social-icons:after {
    clear: both; }

.social-icons li a {
    opacity: 0.5; }

.social-icons li a:hover {
    opacity: 1; }

.social-icons li {
    float: left;
    display: inline;
    list-style: none;
    margin-right: 5px;
    margin-bottom: 5px;
    text-indent: -9999px; }

.social-icons li a, a.social-icon {
    background: url("../img/sets/general.png") no-repeat;
    width: 28px;
    height: 28px;
    display: block;
    background-position: 0 0;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }

.social-icons .facebook {
    background-position: -168px 0px; }

.social-icons .facebook:hover {
    background-position: -168px -38px; }

.social-icons .pinterest {
    background-position: -112px 0px; }

.social-icons .pinterest:hover {
    background-position: -112px -38px; }

.social-icons .rss {
    background-position: -84px 0px; }

.social-icons .rss:hover {
    background-position: -84px -38px; }

.social-icons .twitter {
    background-position: -28px 0px; }

.social-icons .twitter:hover {
    background-position: -28px -38px; }

.social-icons .youtube {
    background-position: -0px 0px; }

.social-icons .youtube:hover {
    background-position: -0px -38px; }

/* ----------  END  social-icons ---------- */
/* ----------  END  social-icons ---------- */
/* ----------  END  social-icons ---------- */
/* ----------  END  social-icons ---------- */
/* ---------- START payt ---------- */
/* ---------- START payt ---------- */
/* ---------- START payt ---------- */
.payt-sm {
    width: 41px;
    height: 26px;
    display: inline-block;
    background: url("../img/sets/payments_sm.jpg") no-repeat;
    vertical-align: middle; }

.payt-sm.amex {
    background-position: 0px 0px; }

.payt-sm.mc {
    background-position: -41px 0px; }

.payt-sm.pp {
    background-position: 0px -26px; }

.payt-sm.visa {
    background-position: -41px -26px; }

/* ----------  END  payt ---------- */
/* ----------  END  payt ---------- */
/* ----------  END  payt ---------- */
/* ----------  END  payt ---------- */
/* --------------------  END  footer -------------------- */
/* --------------------  END  footer -------------------- */
/* --------------------  END  footer -------------------- */
/* --------------------  END  footer -------------------- */
/* bs4-hacks */
/* -------------------- START custom bootstrap 4 - hacks -------------------- */
/* -------------------- START custom bootstrap 4 - hacks -------------------- */
/* -------------------- START custom bootstrap 4 - hacks -------------------- */
/* -------------------- START custom bootstrap 4 - hacks -------------------- */
*.focus,
*:focus,
.custom-control-input:focus ~ .custom-control-label::before {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.btns-row .btn {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 10px; }

.btns-row .btn:last-of-type {
    margin-right: 0; }

.btn {
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important; }

.btn-warning,
.btn-warning.focus,
.btn-warning:focus,
.btn-warning.hover,
.btn-warning:hover {
    color: #ffffff; }

.btn-orange {
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(248, 99, 33, 0.9); }

.btn-orange:hover {
    color: #ffffff;
    background-color: #f86321; }

.btn:not(:disabled):not(.disabled):active {
    color: #ffffff; }

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #216699;
    background-color: #216699; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    background-color: #c6e0f3;
    border-color: #c6e0f3; }

.custom-control.custom-radio,
.custom-control.custom-checkbox {
    padding-left: 0; }

.custom-control.custom-radio .custom-control-label,
.custom-control.custom-checkbox .custom-control-label {
    padding-left: 1.7em; }

.custom-control.custom-radio .custom-control-label::before,
.custom-control.custom-radio .custom-control-label::after,
.custom-control.custom-checkbox .custom-control-label::before,
.custom-control.custom-checkbox .custom-control-label::after {
    left: 0; }

.custom-control-label::before,
.custom-control-label::after {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #ffffff;
    border-color: #adb5bd; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: none; }

.btn-danger {
    background-color: #eb8c95;
    border-color: #eb8c95; }

.btn-danger.hover,
.btn-danger:hover {
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-primary,
.btn-danger {
    font-family: "OpenSansBold", "sans-serif";
    -webkit-transition: background-color 0.3s ease 0s, border 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, border 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border 0.3s ease 0s; }

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #216699;
    color: #ffffff;
    border-color: #216699; }

.btn-primary:not(:disabled):not(.disabled):hover {
    background-color: #184a6f;
    border-color: #216699; }

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #C0C0C0;
    color: #ffffff;
    border-color: #C0C0C0; }

.btn-xsm {
    padding: .2rem .7rem !important;
    font-size: .75rem !important;
    line-height: 1.3 !important;
    -webkit-border-radius: .125rem !important;
    border-radius: .125rem !important; }

select.form-control {
    color: #5f6d7b; }

input.form-control, textarea.form-control {
    color: #777;
    font: 14px Arial,  sans-serif; }

.btn-warning-bright {
    background-color: #e5992e;
    border: none;
    -webkit-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
    cursor: pointer; }

.btn-warning-bright:hover {
    background-color: #f0ad4e;
    border: none; }

.form-control {
    height: auto;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important; }

.list-inline-item:not(:last-child) {
    margin-right: 5px !important; }

label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

label:hover {
    cursor: pointer; }

.pre-header .dropdown-item {
    color: #216699;
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s; }

.pre-header .dropdown-item.focus,
.pre-header .dropdown-item:focus,
.pre-header .dropdown-item.active,
.pre-header .dropdown-item:active,
.pre-header .dropdown-item.hover,
.pre-header .dropdown-item:hover {
    color: #216699;
    background-color: #ececec;
    text-decoration: none; }

.btn-icon-i {
    width: 17px;
    height: 17px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    text-indent: -2px;
    color: #C0C0C0;
    background-color: transparent;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    padding-left: 0;
    padding-right: 0px;
    -webkit-transition: color 0.3s ease 0s, border 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, border 0.3s ease 0s;
    transition: color 0.3s ease 0s, border 0.3s ease 0s; }

.btn-icon-i:hover {
    border-color: #4C5A5D;
    color: #4C5A5D; }

.table-bordered .border-top-none {
    border-top-color: transparent; }

.table-bordered .border-right-none {
    border-right-color: transparent; }

.table-bordered .border-bottom-none {
    border-bottom-color: transparent; }

.table-bordered .border-left-none {
    border-left-color: transparent; }

.modal-backdrop {
    background-color: #ffffff; }

.modal-content {
    border-color: #ececec;
    -webkit-box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.1); }

.modal-content,
.modal-header {
    -webkit-border-radius: 0;
    border-radius: 0; }

.btn-link,
.btn-link:focus,
.btn-link.focus,
.btn-link:not(:disabled):not(.disabled):active,
.btn-link.active {
    background-color: transparent;
    font-size: 15px;
    color: #216699;
    text-decoration: underline;
    padding: 0;
    border: none;
    margin: 0;
    margin-left: 5px;
    margin-right: 5px; }

/* -------------------- START custom bootstrap 4 - hacks -------------------- */
/* -------------------- START custom bootstrap 4 - hacks -------------------- */
/* -------------------- START custom bootstrap 4 - hacks -------------------- */
/* -------------------- START custom bootstrap 4 - hacks -------------------- */
/* plugin--search */
/* -------------------- START custom ui-autoomplite -------------------- */
/* -------------------- START custom ui-autoomplite -------------------- */
/* -------------------- START custom ui-autoomplite -------------------- */
/* -------------------- START custom ui-autoomplite -------------------- */
.searchResult {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 200; }

.searchResult.show {
    display: block; }

.searchResult__list {
    max-height: 350px;
    overflow-X: hidden;
    overflow-Y: auto;
    background-color: #ffffff;
    padding-left: 0;
    padding: 2px;
    margin-top: 0;
    margin-bottom: 0; }

.searchResult__list li {
    list-style: none;
    border: #ffffff 1px solid;
    background: #ffffff;
    opacity: 0.6;
    padding: 2px 5px;
    filter: alpha(opacity=60);
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }

.searchResult__list li:hover {
    border: silver 1px solid !important;
    background: #ffffff !important;
    opacity: 1;
    filter: alpha(opacity=100); }

.searchResult__list li a {
    display: block; }

.searchResult__list li a img {
    width: auto;
    max-height: 40px; }
@media (max-width: 767px) {
    .searchResult__list li a img {
        display: none; } }

.searchResult__list li a span {
    display: inline-block;
    padding-left: 5px; }
@media (max-width: 767px) {
    .searchResult__list li a span {
        padding-left: 0; } }

.searchResult__list li a {
    text-decoration: none;
    border: 0px !important;
    background: #ffffff !important;
    color: #333333 !important; }

.searchResult__list li a:hover {
    text-decoration: none;
    border: 0px !important;
    background: #ffffff !important;
    color: #333333 !important; }

/* --------------------  END  custom ui-autoomplite -------------------- */
/* --------------------  END  custom ui-autoomplite -------------------- */
/* --------------------  END  custom ui-autoomplite -------------------- */
/* --------------------  END  custom ui-autoomplite -------------------- */
/* plugin--dataPicker */
/* -------------------- START dataPicker -------------------- */
/* -------------------- START dataPicker -------------------- */
/* -------------------- START dataPicker -------------------- */
/* -------------------- START dataPicker -------------------- */
.bootstrap-datetimepicker-widget * {
    -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s; }

.bootstrap-datetimepicker-widget.dropdown-menu {
    min-width: inherit !important;
    width: auto !important; }

.bootstrap-datetimepicker-widget {
    display: block !important;
    z-index: 20 !important; }

.prev-icon:after,
.next-icon:after {
    font-size: 24px;
    color: #AAAAAA; }

.next-icon:hover:after,
.prev-icon:hover:after {
    background-color: #C0C0C0; }

.bootstrap-datetimepicker-widget table td.day {
    min-width: 31px !important;
    width: 31px !important;
    padding: 0 !important; }

.bootstrap-datetimepicker-widget table td.day.active {
    color: #ffffff !important;
    background-color: #216699 !important;
    text-shadow: none !important; }

.bootstrap-datetimepicker-widget table th,
.bootstrap-datetimepicker-widget table td.day {
    height: 27px !important; }

.bootstrap-datetimepicker-widget table td.day,
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
    color: #AAAAAA !important;
    font-size: 14px !important; }

.bootstrap-datetimepicker-widget table td.day:not(.active):hover,
.bootstrap-datetimepicker-widget table td.hour:not(.active):hover,
.bootstrap-datetimepicker-widget table td.minute:not(.active):hover,
.bootstrap-datetimepicker-widget table td.second:not(.active):hover {
    color: #4C5A5D !important; }

.bootstrap-datetimepicker-widget .prev *,
.bootstrap-datetimepicker-widget .next *,
.bootstrap-datetimepicker-widget .prev *:before,
.bootstrap-datetimepicker-widget .prev *:after,
.bootstrap-datetimepicker-widget .next *:before,
.bootstrap-datetimepicker-widget .next *:after {
    background: transparent !important;
    background-color: transparent !important; }

.btn.order-return-date-btn {
    padding: 0px;
    margin-left: 10px; }

.order-return-date-btn svg {
    width: 22px;
    height: auto; }

.order-return-date-btn svg * {
    fill: #C0C0C0;
    -webkit-transition: fill 0.3s ease 0s;
    -o-transition: fill 0.3s ease 0s;
    transition: fill 0.3s ease 0s; }

.order-return-date-btn:hover svg *,
.order-return-date-btn:focus svg *,
.order-return-date-btn:active svg * {
    fill: #216699; }

/* --------------------  END  dataPicker -------------------- */
/* --------------------  END  dataPicker -------------------- */
/* --------------------  END  dataPicker -------------------- */
/* --------------------  END  dataPicker -------------------- */
/* page--index */
/* ------------- START SECTION homeFirstSection ------------- */
/* ------------- START SECTION homeFirstSection ------------- */
/* ------------- START SECTION homeFirstSection ------------- */
/* ------------- START SECTION homeFirstSection ------------- */
.main .homeFirstSection {
    margin-top: -20px; }

.homeFirstSection__inner {
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: right;
    padding-right: 11%; }
@media (min-width: 992px) and (max-width: 1199px) {
    .homeFirstSection__inner {
        padding-right: 8.25%; } }
@media (min-width: 768px) and (max-width: 991px) {
    .homeFirstSection__inner {
        padding-right: 5.5%; } }
@media (max-width: 767px) {
    .homeFirstSection__inner {
        padding-right: 0; } }

.homeFirstSection .bannerWrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(#C3E2F7));
    background: -o-linear-gradient(left, transparent 0%, #C3E2F7 100%);
    background: linear-gradient(to right, transparent 0%, #C3E2F7 100%);
    padding: 101px 22px; }
@media (min-width: 2500px) {
    .homeFirstSection .bannerWrapper {
        padding: 206px 84px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .homeFirstSection .bannerWrapper {
        padding: 90.9px 19.8px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .homeFirstSection .bannerWrapper {
        padding: 80.8px 17.6px; } }
@media (max-width: 767px) {
    .homeFirstSection .bannerWrapper {
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, rgba(195, 226, 247, 0.5)), to(#C3E2F7));
        background: -o-linear-gradient(left, transparent 0%, rgba(195, 226, 247, 0.5) 20%, #C3E2F7 100%);
        background: linear-gradient(to right, transparent 0%, rgba(195, 226, 247, 0.5) 20%, #C3E2F7 100%);
        padding: 75.75px 16.5px;
        padding-left: 88px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .homeFirstSection .bannerWrapper {
        background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(20%, rgba(195, 226, 247, 0.5)), to(#C3E2F7));
        background: -o-linear-gradient(left, transparent 0%, rgba(195, 226, 247, 0.5) 20%, #C3E2F7 100%);
        background: linear-gradient(to right, transparent 0%, rgba(195, 226, 247, 0.5) 20%, #C3E2F7 100%);
        padding: 60.6px 13.2px;
        padding-left: 88px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .homeFirstSection .bannerWrapper {
        padding: 50.5px 11px;
        padding-left: 88px; } }
@media (max-width: 374px) {
    .homeFirstSection .bannerWrapper {
        padding: 50.5px 11px;
        padding-left: 44px; } }

.homeFirstSection .bannerWrapper > * {
    width: 100%; }

.homeFirstSection .banner__topOff {
    font-family: "BebasNeueBold", "sans-serif";
    font-size: 74px;
    line-height: 1;
    color: #216699; }
@media (min-width: 2500px) {
    .homeFirstSection .banner__topOff {
        font-size: 150px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .homeFirstSection .banner__topOff {
        font-size: 66.6px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .homeFirstSection .banner__topOff {
        font-size: 59.2px; } }
@media (max-width: 767px) {
    .homeFirstSection .banner__topOff {
        font-size: 51.8px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .homeFirstSection .banner__topOff {
        font-size: 44.4px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .homeFirstSection .banner__topOff {
        font-size: 37px; } }
@media (max-width: 374px) {
    .homeFirstSection .banner__topOff {
        font-size: 37px; } }

.homeFirstSection .banner__promo {
    font-family: "OpenSansRegular", "sans-serif";
    font-size: 32px;
    line-height: 1;
    color: black;
    margin-top: 25px; }
@media (min-width: 2500px) {
    .homeFirstSection .banner__promo {
        font-size: 65px;
        margin-top: 54px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .homeFirstSection .banner__promo {
        font-size: 28.8px;
        margin-top: 22.5px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .homeFirstSection .banner__promo {
        font-size: 25.6px;
        margin-top: 20px; } }
@media (max-width: 767px) {
    .homeFirstSection .banner__promo {
        font-size: 22.4px;
        margin-top: 17.5px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .homeFirstSection .banner__promo {
        font-size: 19.2px;
        margin-top: 15px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .homeFirstSection .banner__promo {
        font-size: 16px;
        margin-top: 12.5px; } }
@media (max-width: 374px) {
    .homeFirstSection .banner__promo {
        font-size: 16px;
        margin-top: 12.5px; } }

.homeFirstSection .banner__promoCode {
    font-family: "OpenSansRegular", "sans-serif";
    font-size: 32px;
    line-height: 1.28;
    color: black;
    text-transform: uppercase; }
@media (min-width: 2500px) {
    .homeFirstSection .banner__promoCode {
        font-size: 65px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .homeFirstSection .banner__promoCode {
        font-size: 28.8px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .homeFirstSection .banner__promoCode {
        font-size: 25.6px; } }
@media (max-width: 767px) {
    .homeFirstSection .banner__promoCode {
        font-size: 22.4px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .homeFirstSection .banner__promoCode {
        font-size: 19.2px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .homeFirstSection .banner__promoCode {
        font-size: 16px; } }
@media (max-width: 374px) {
    .homeFirstSection .banner__promoCode {
        font-size: 16px; } }

.homeFirstSection .banner__secondOff {
    font-family: "BebasNeueBold", "sans-serif";
    font-size: 74px;
    line-height: 1;
    color: #216699;
    margin-top: 41px; }
@media (min-width: 2500px) {
    .homeFirstSection .banner__secondOff {
        font-size: 150px;
        margin-top: 91px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .homeFirstSection .banner__secondOff {
        font-size: 66.6px;
        margin-top: 36.9px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .homeFirstSection .banner__secondOff {
        font-size: 59.2px;
        margin-top: 32.8px; } }
@media (max-width: 767px) {
    .homeFirstSection .banner__secondOff {
        font-size: 51.8px;
        margin-top: 28.7px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .homeFirstSection .banner__secondOff {
        font-size: 44.4px;
        margin-top: 24.6px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .homeFirstSection .banner__secondOff {
        font-size: 37px;
        margin-top: 20.5px; } }
@media (max-width: 374px) {
    .homeFirstSection .banner__secondOff {
        font-size: 37px;
        margin-top: 20.5px; } }

.homeFirstSection .banner__promo-second {
    margin-top: 43px; }
@media (min-width: 2500px) {
    .homeFirstSection .banner__promo-second {
        margin-top: 91px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .homeFirstSection .banner__promo-second {
        margin-top: 38.7px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .homeFirstSection .banner__promo-second {
        margin-top: 34.4px; } }
@media (max-width: 767px) {
    .homeFirstSection .banner__promo-second {
        margin-top: 30.1px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .homeFirstSection .banner__promo-second {
        margin-top: 25.8px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .homeFirstSection .banner__promo-second {
        margin-top: 21.5px; } }
@media (max-width: 374px) {
    .homeFirstSection .banner__promo-second {
        margin-top: 21.5px; } }

.homeFirstSection .banner__promoCode-notNeeded {
    font-family: "OpenSansRegular", "sans-serif";
    font-size: 20px;
    line-height: 1.4;
    color: black;
    text-transform: none; }
@media (min-width: 2500px) {
    .homeFirstSection .banner__promoCode-notNeeded {
        font-size: 40px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .homeFirstSection .banner__promoCode-notNeeded {
        font-size: 18px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .homeFirstSection .banner__promoCode-notNeeded {
        font-size: 16px; } }
@media (max-width: 767px) {
    .homeFirstSection .banner__promoCode-notNeeded {
        font-size: 14px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .homeFirstSection .banner__promoCode-notNeeded {
        font-size: 12px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .homeFirstSection .banner__promoCode-notNeeded {
        font-size: 10px; } }
@media (max-width: 374px) {
    .homeFirstSection .banner__promoCode-notNeeded {
        font-size: 10px; } }

.homeFirstSection .banner__linkWrapper {
    margin-top: 55px; }
@media (min-width: 2500px) {
    .homeFirstSection .banner__linkWrapper {
        margin-top: 119px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .homeFirstSection .banner__linkWrapper {
        margin-top: 49.5px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .homeFirstSection .banner__linkWrapper {
        margin-top: 44px; } }
@media (max-width: 767px) {
    .homeFirstSection .banner__linkWrapper {
        margin-top: 38.5px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .homeFirstSection .banner__linkWrapper {
        margin-top: 33px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .homeFirstSection .banner__linkWrapper {
        margin-top: 27.5px; } }
@media (max-width: 374px) {
    .homeFirstSection .banner__linkWrapper {
        margin-top: 27.5px; } }

.homeFirstSection .banner__link {
    display: inline-block;
    font-family: "OpenSansBold", "sans-serif";
    font-size: 15px;
    line-height: 0.75; }
@media (min-width: 2500px) {
    .homeFirstSection .banner__link {
        font-size: 30px; } }

.homeFirstSection .banner__link {
    padding: 12px 38px; }
@media (min-width: 2500px) {
    .homeFirstSection .banner__link {
        padding: 20px 79px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .homeFirstSection .banner__link {
        padding: 10.8px 34.2px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .homeFirstSection .banner__link {
        padding: 9.6px 30.4px; } }
@media (max-width: 767px) {
    .homeFirstSection .banner__link {
        padding: 8.4px 26.6px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .homeFirstSection .banner__link {
        padding: 7.2px 22.8px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .homeFirstSection .banner__link {
        padding: 6px 19px; } }
@media (max-width: 374px) {
    .homeFirstSection .banner__link {
        padding: 6px 19px; } }

/* -------------  END  SECTION homeFirstSection ------------- */
/* -------------  END  SECTION homeFirstSection ------------- */
/* -------------  END  SECTION homeFirstSection ------------- */
/* -------------  END  SECTION homeFirstSection ------------- */
/* ------------- START SECTION brandRowSection ------------- */
/* ------------- START SECTION brandRowSection ------------- */
/* ------------- START SECTION brandRowSection ------------- */
/* ------------- START SECTION brandRowSection ------------- */
.brandRowSection .container {
    padding-top: 14.5px;
    padding-bottom: 14.5px; }
@media (min-width: 2500px) {
    .brandRowSection .container {
        width: 2291px;
        padding-top: 29px;
        padding-bottom: 29px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .brandRowSection .container {
        padding-top: 13.05px;
        padding-bottom: 13.05px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .brandRowSection .container {
        padding-top: 11.6px;
        padding-bottom: 11.6px; } }
@media (max-width: 767px) {
    .brandRowSection .container {
        padding-top: 10.15px;
        padding-bottom: 10.15px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .brandRowSection .container {
        padding-top: 8.7px;
        padding-bottom: 8.7px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .brandRowSection .container {
        padding-top: 7.25px;
        padding-bottom: 7.25px; } }
@media (max-width: 374px) {
    .brandRowSection .container {
        padding-top: 7.25px;
        padding-bottom: 7.25px; } }

.brandRow__list .brandRow__listItem {
    width: 14.28571%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 25px;
    padding-right: 25px; }
@media (min-width: 2500px) {
    .brandRow__list .brandRow__listItem {
        padding-top: 29px;
        padding-bottom: 29px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .brandRow__list .brandRow__listItem {
        padding-left: 22.5px;
        padding-right: 22.5px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .brandRow__list .brandRow__listItem {
        width: 20%;
        padding-left: 20px;
        padding-right: 20px; } }
@media (max-width: 767px) {
    .brandRow__list .brandRow__listItem {
        width: 25%; } }
@media (min-width: 414px) and (max-width: 766px) {
    .brandRow__list .brandRow__listItem {
        width: 25%; } }
@media (min-width: 375px) and (max-width: 413px) {
    .brandRow__list .brandRow__listItem {
        width: 33.33333%; } }

.brandRow__list .brandRow__listItem:first-of-type {
    padding-left: 0; }

.brandRow__list .brandRow__listItem:last-of-type {
    padding-right: 0; }

.brandRow__listItem {
    padding-top: 14.5px;
    padding-bottom: 14.5px; }
@media (min-width: 992px) and (max-width: 1199px) {
    .brandRow__listItem {
        padding-top: 13.05px;
        padding-bottom: 13.05px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .brandRow__listItem {
        padding-top: 11.6px;
        padding-bottom: 11.6px; } }
@media (max-width: 767px) {
    .brandRow__listItem {
        padding-top: 10.15px;
        padding-bottom: 10.15px;
        padding-left: 17.5px;
        padding-right: 17.5px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .brandRow__listItem {
        padding-top: 8.7px;
        padding-bottom: 8.7px;
        padding-left: 15px;
        padding-right: 15px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .brandRow__listItem {
        padding-top: 7.25px;
        padding-bottom: 7.25px;
        padding-left: 12.5px;
        padding-right: 12.5px; } }
@media (max-width: 374px) {
    .brandRow__listItem {
        padding-top: 7.25px;
        padding-bottom: 7.25px;
        padding-left: 12.5px;
        padding-right: 12.5px; } }

.brandRow__listItem a {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

.brandRow__listItem a {
    width: 100%;
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s; }

.brandRow__listItem a:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }

.brandRow__listItem img {
    width: 100%;
    max-width: 100%; }

.brandRowCarousel.owl-carousel {
    position: relative;
    margin-left: auto;
    margin-right: auto; }
@media (min-width: 1200px) and (max-width: 1260px) {
    .brandRowCarousel.owl-carousel {
        width: -webkit-calc(100% - 25px - 22px);
        width: calc(100% - 25px - 22px); } }
@media (min-width: 992px) and (max-width: 1070px) {
    .brandRowCarousel.owl-carousel {
        width: -webkit-calc(100% - 25px - 22px);
        width: calc(100% - 25px - 22px); } }
@media (min-width: 768px) and (max-width: 850px) {
    .brandRowCarousel.owl-carousel {
        width: -webkit-calc((100% - 25px - 22px) * 0.95);
        width: calc((100% - 25px - 22px) * 0.95); } }
@media (max-width: 767px) {
    .brandRowCarousel.owl-carousel {
        width: -webkit-calc(100% - 25px - 22px);
        width: calc(100% - 25px - 22px); } }
@media (min-width: 414px) and (max-width: 766px) {
    .brandRowCarousel.owl-carousel {
        width: -webkit-calc(100% - 22px);
        width: calc(100% - 22px); } }
@media (min-width: 375px) and (max-width: 413px) {
    .brandRowCarousel.owl-carousel {
        width: -webkit-calc(100% - 22px);
        width: calc(100% - 22px); } }
@media (max-width: 374px) {
    .brandRowCarousel.owl-carousel {
        width: -webkit-calc(100% - 22px);
        width: calc(100% - 22px); } }

.brandRowCarousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    z-index: 2; }

.brandRow__list,
.brandRowCarousel .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding-left: 0;
    margin-bottom: 0; }

.brandRowCarousel .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0; }

.brandRowCarousel .owl-nav .owl-prev,
.brandRowCarousel .owl-nav .owl-next {
    position: absolute;
    width: 25px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0; }
@media (min-width: 2500px) {
    .brandRowCarousel .owl-nav .owl-prev,
    .brandRowCarousel .owl-nav .owl-next {
        width: 50px; } }

.brandRowCarousel .owl-nav .owl-prev {
    left: -47px; }
@media (min-width: 2500px) {
    .brandRowCarousel .owl-nav .owl-prev {
        left: -95px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .brandRowCarousel .owl-nav .owl-prev {
        left: -25px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .brandRowCarousel .owl-nav .owl-prev {
        left: -25px; } }
@media (max-width: 374px) {
    .brandRowCarousel .owl-nav .owl-prev {
        left: -25px; } }

.brandRowCarousel .owl-nav .owl-next {
    right: -47px; }
@media (min-width: 2500px) {
    .brandRowCarousel .owl-nav .owl-next {
        right: -95px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .brandRowCarousel .owl-nav .owl-next {
        right: -25px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .brandRowCarousel .owl-nav .owl-next {
        right: -25px; } }
@media (max-width: 374px) {
    .brandRowCarousel .owl-nav .owl-next {
        right: -25px; } }

.brandRowCarousel .owl-nav img {
    width: 14px;
    height: 21px; }
@media (min-width: 2500px) {
    .brandRowCarousel .owl-nav img {
        width: 30px;
        height: 42px; } }

.brandRowCarousel .owl-nav .owl-prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

/* -------------  END  SECTION brandRowSection ------------- */
/* -------------  END  SECTION brandRowSection ------------- */
/* -------------  END  SECTION brandRowSection ------------- */
/* -------------  END  SECTION brandRowSection ------------- */
/* ------------- START SECTION brandTileSection ------------- */
/* ------------- START SECTION brandTileSection ------------- */
/* ------------- START SECTION brandTileSection ------------- */
/* ------------- START SECTION brandTileSection ------------- */
.brandTileSection .containerWrapper {
    padding-top: 15px;
    padding-bottom: 46px; }
@media (min-width: 2500px) {
    .brandTileSection .containerWrapper {
        padding-top: 33px;
        padding-bottom: 185px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .brandTileSection .containerWrapper {
        padding-top: 13.5px;
        padding-bottom: 41.4px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .brandTileSection .containerWrapper {
        padding-top: 12px;
        padding-bottom: 36.8px; } }
@media (max-width: 767px) {
    .brandTileSection .containerWrapper {
        padding-top: 10.5px;
        padding-bottom: 32.2px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .brandTileSection .containerWrapper {
        padding-top: 9px;
        padding-bottom: 27.6px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .brandTileSection .containerWrapper {
        padding-top: 7.5px;
        padding-bottom: 23px; } }
@media (max-width: 374px) {
    .brandTileSection .containerWrapper {
        padding-top: 7.5px;
        padding-bottom: 23px; } }

@media (min-width: 2500px) {
    .brandTileSection .container {
        width: 2291px; } }

.brandTileSection .headline-h2 {
    margin-bottom: 0; }

.brandTile__listWrapper {
    overflow: hidden;
    margin-top: -7.5px;
    margin-bottom: -7.5px; }
@media (min-width: 2500px) {
    .brandTile__listWrapper {
        margin-top: -15px;
        margin-bottom: -15px; } }
@media (max-width: 767px) {
    .brandTile__listWrapper {
        margin-top: auto;
        margin-bottom: auto; } }

.brandTile__list {
    width: -webkit-calc(100% + 15px);
    width: calc(100% + 15px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: -7.5px;
    margin-right: -7.5px; }
@media (min-width: 2500px) {
    .brandTile__list {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .brandTile__list {
        margin-left: -6.75px;
        margin-right: -6.75px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .brandTile__list {
        margin-left: -5.25px;
        margin-right: -5.25px; } }
@media (max-width: 767px) {
    .brandTile__list {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }

.brandTile__listItem {
    width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 7.5px; }
@media (min-width: 2500px) {
    .brandTile__listItem {
        min-height: 353px;
        padding: 15px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .brandTile__listItem {
        padding: 6.75px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .brandTile__listItem {
        padding: 5.25px; } }
@media (max-width: 767px) {
    .brandTile__listItem {
        width: 33.33333%;
        padding: 3.75px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .brandTile__listItem {
        width: 33.33333%; } }
@media (min-width: 375px) and (max-width: 413px) {
    .brandTile__listItem {
        width: 50%; } }
@media (max-width: 374px) {
    .brandTile__listItem {
        width: 50%; } }

.brandTile__listItem a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #c3e1f7;
    overflow: hidden; }

.brandTile__listItem img {
    max-width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s; }

.brandTile__listItem a:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

/* -------------  END  SECTION brandTileSection ------------- */
/* -------------  END  SECTION brandTileSection ------------- */
/* -------------  END  SECTION brandTileSection ------------- */
/* -------------  END  SECTION brandTileSection ------------- */
/* ------------- START SECTION blueBannerSection ------------- */
/* ------------- START SECTION blueBannerSection ------------- */
/* ------------- START SECTION blueBannerSection ------------- */
/* ------------- START SECTION blueBannerSection ------------- */
.blueBannerSection {
    padding-bottom: 42px; }
@media (min-width: 2500px) {
    .blueBannerSection {
        padding-bottom: 170px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .blueBannerSection {
        padding-bottom: 37.8px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .blueBannerSection {
        padding-bottom: 33.6px; } }
@media (max-width: 767px) {
    .blueBannerSection {
        padding-bottom: 29.4px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .blueBannerSection {
        padding-bottom: 25.2px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .blueBannerSection {
        padding-bottom: 21px; } }
@media (max-width: 374px) {
    .blueBannerSection {
        padding-bottom: 21px; } }

.blueBannerSection .containerWrapper {
    background-color: #216699;
    padding-top: 19px;
    padding-bottom: 19px; }
@media (min-width: 2500px) {
    .blueBannerSection .containerWrapper {
        padding-top: 30px;
        padding-bottom: 30px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .blueBannerSection .containerWrapper {
        padding-top: 17.1px;
        padding-bottom: 17.1px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .blueBannerSection .containerWrapper {
        padding-top: 15.2px;
        padding-bottom: 15.2px; } }
@media (max-width: 767px) {
    .blueBannerSection .containerWrapper {
        padding-top: 13.3px;
        padding-bottom: 13.3px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .blueBannerSection .containerWrapper {
        padding-top: 11.4px;
        padding-bottom: 11.4px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .blueBannerSection .containerWrapper {
        padding-top: 9.5px;
        padding-bottom: 9.5px; } }
@media (max-width: 374px) {
    .blueBannerSection .containerWrapper {
        padding-top: 9.5px;
        padding-bottom: 9.5px; } }

@media (min-width: 2500px) {
    .blueBannerSection .container {
        width: 2291px; } }

.blueBanner__list {
    width: -webkit-calc(100% + 10px/2);
    width: calc(100% + 10px/2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px; }
@media (min-width: 2500px) {
    .blueBanner__list {
        width: -webkit-calc(100% + 60px/2);
        width: calc(100% + 60px/2);
        margin-left: -30px;
        margin-right: -30px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .blueBanner__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
@media (min-width: 768px) and (max-width: 991px) {
    .blueBanner__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
@media (max-width: 767px) {
    .blueBanner__list {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.blueBanner__listItem {
    width: -webkit-calc(100% / 5);
    width: calc(100% / 5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px; }
@media (min-width: 2500px) {
    .blueBanner__listItem {
        padding-left: 30px;
        padding-right: 30px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .blueBanner__listItem {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
        padding: 3px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .blueBanner__listItem {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
        padding: 3.5px; } }
@media (max-width: 767px) {
    .blueBanner__listItem {
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
        padding: 3px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .blueBanner__listItem {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3);
        padding-left: 0;
        padding-right: 0;
        padding-top: 2.5px;
        padding-bottom: 2.5px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .blueBanner__listItem {
        padding-left: 0;
        padding-right: 0;
        padding-top: 2.5px;
        padding-bottom: 2.5px; } }
@media (max-width: 374px) {
    .blueBanner__listItem {
        padding-left: 0;
        padding-right: 0;
        padding-top: 2.5px;
        padding-bottom: 2.5px; } }

.blueBanner__listItem a {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s; }

.blueBanner__listItem a:hover {
    text-decoration: none;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }

@media (max-width: 2499px) {
    .blueBanner__listItemIconWrapper {
        width: 85px;
        height: 53px;
        margin-right: 20px; } }

@media (min-width: 2500px) {
    .blueBanner__listItemIconWrapper {
        margin-right: 40px; } }

@media (min-width: 992px) and (max-width: 1199px) {
    .blueBanner__listItemIconWrapper {
        width: 76.5px;
        height: 47.7px;
        margin-right: 18px; } }

@media (min-width: 768px) and (max-width: 991px) {
    .blueBanner__listItemIconWrapper {
        width: 68px;
        height: 42.4px;
        margin-right: 16px; } }

@media (max-width: 767px) {
    .blueBanner__listItemIconWrapper {
        width: 59.5px;
        height: 37.1px;
        margin-right: 14px; } }

@media (min-width: 414px) and (max-width: 766px) {
    .blueBanner__listItemIconWrapper {
        width: 51px;
        height: 31.8px;
        margin-right: 12px; } }

@media (min-width: 375px) and (max-width: 413px) {
    .blueBanner__listItemIconWrapper {
        width: 42.5px;
        height: 26.5px;
        margin-right: 10px; } }

@media (max-width: 374px) {
    .blueBanner__listItemIconWrapper {
        width: 42.5px;
        height: 26.5px;
        margin-right: 10px; } }

.blueBanner__listItemIcon {
    width: 100%;
    height: 100%; }
@media (max-width: 2499px) {
    .blueBanner__listItemIcon {
        -o-object-fit: contain;
        object-fit: contain;
        -o-object-position: center center;
        object-position: center center; } }

.blueBanner__listItemInfo {
    font-family: "OpenSansBold", "sans-serif";
    font-size: 17px;
    color: #ffffff; }
@media (min-width: 2500px) {
    .blueBanner__listItemInfo {
        font-size: 35px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .blueBanner__listItemInfo {
        font-size: 15.3px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .blueBanner__listItemInfo {
        font-size: 13.6px; } }
@media (max-width: 767px) {
    .blueBanner__listItemInfo {
        font-size: 11.9px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .blueBanner__listItemInfo {
        font-size: 10.2px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .blueBanner__listItemInfo {
        font-size: 8.5px; } }
@media (max-width: 374px) {
    .blueBanner__listItemInfo {
        font-size: 8.5px; } }

/* -------------  END  SECTION blueBannerSection ------------- */
/* -------------  END  SECTION blueBannerSection ------------- */
/* -------------  END  SECTION blueBannerSection ------------- */
/* -------------  END  SECTION blueBannerSection ------------- */
/* ------------- START SECTION imgTileSection ------------- */
/* ------------- START SECTION imgTileSection ------------- */
/* ------------- START SECTION imgTileSection ------------- */
/* ------------- START SECTION imgTileSection ------------- */
.imgTileSection {
    padding-bottom: 82px; }
@media (min-width: 2500px) {
    .imgTileSection {
        padding-bottom: 192px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .imgTileSection {
        padding-bottom: 73.8px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .imgTileSection {
        padding-bottom: 65.6px; } }
@media (max-width: 767px) {
    .imgTileSection {
        padding-bottom: 57.4px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .imgTileSection {
        padding-bottom: 49.2px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .imgTileSection {
        padding-bottom: 41px; } }
@media (max-width: 374px) {
    .imgTileSection {
        padding-bottom: 41px; } }

.imgTile__list {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
    margin-bottom: 0; }

.imgTile__listItem {
    position: relative;
    width: 50%;
    background-color: #c3e1f7; }
@media (min-width: 414px) and (max-width: 766px) and (orientation: portrait) {
    .imgTile__listItem {
        width: 100%; } }
@media (min-width: 414px) and (max-width: 766px) and (orientation: landscape) {
    .imgTile__listItem {
        width: 50%; } }
@media (min-width: 375px) and (max-width: 413px) {
    .imgTile__listItem {
        width: 100%; } }
@media (max-width: 374px) {
    .imgTile__listItem {
        width: 100%; } }

@media (max-width: 767px) and (orientation: portrait) {
    .imgTile__listItem:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6; } }

.imgTile__listItemInner:not(a) {
    padding: 50px; }
@media (max-width: 767px) {
    .imgTile__listItemInner:not(a) {
        padding: 45px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .imgTile__listItemInner:not(a) {
        padding: 40px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .imgTile__listItemInner:not(a) {
        padding: 35px; } }
@media (max-width: 374px) {
    .imgTile__listItemInner:not(a) {
        padding: 30px; } }

.imgTile__listItemBadge {
    position: absolute;
    display: inline-block;
    top: 51px;
    max-width: 100%;
    font-family: "BebasNeueBold", "sans-serif";
    font-size: 53px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    background-color: #e5992e;
    padding: 26px 42px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s; }
@media (min-width: 2500px) {
    .imgTile__listItemBadge {
        top: 104px;
        width: 492px;
        font-size: 108px;
        line-height: 93px;
        padding: 56px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .imgTile__listItemBadge {
        top: 45.9px;
        font-size: 31.8px;
        padding: 23.4px 37.8px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .imgTile__listItemBadge {
        top: 40.8px;
        font-size: 21.2px;
        padding: 20.8px 33.6px; } }
@media (max-width: 767px) {
    .imgTile__listItemBadge {
        top: 35.7px;
        font-size: 37.1px;
        padding: 18.2px 29.4px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .imgTile__listItemBadge {
        top: 30.6px;
        font-size: 31.8px;
        padding: 15.6px 25.2px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .imgTile__listItemBadge {
        top: 25.5px;
        font-size: 26.5px;
        padding: 13px 21px; } }
@media (max-width: 374px) {
    .imgTile__listItemBadge {
        top: 25.5px;
        font-size: 26.5px;
        padding: 13px 21px; } }

.imgTile__listItem .imgTile__listItemInner:hover .imgTile__listItemBadge {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }

.imgTile__listItem-badgeLeft .imgTile__listItemBadge {
    left: 24px; }
@media (min-width: 2500px) {
    .imgTile__listItem-badgeLeft .imgTile__listItemBadge {
        left: 47px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .imgTile__listItem-badgeLeft .imgTile__listItemBadge {
        left: 21.6px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .imgTile__listItem-badgeLeft .imgTile__listItemBadge {
        left: 19.2px; } }
@media (max-width: 767px) {
    .imgTile__listItem-badgeLeft .imgTile__listItemBadge {
        left: 16.8px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .imgTile__listItem-badgeLeft .imgTile__listItemBadge {
        left: 14.4px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .imgTile__listItem-badgeLeft .imgTile__listItemBadge {
        left: 12px; } }
@media (max-width: 374px) {
    .imgTile__listItem-badgeLeft .imgTile__listItemBadge {
        left: 12px; } }

.imgTile__listItem-badgeRight .imgTile__listItemBadge {
    right: 24px; }
@media (min-width: 2500px) {
    .imgTile__listItem-badgeRight .imgTile__listItemBadge {
        right: 47px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .imgTile__listItem-badgeRight .imgTile__listItemBadge {
        right: 21.6px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .imgTile__listItem-badgeRight .imgTile__listItemBadge {
        right: 19.2px; } }
@media (max-width: 767px) {
    .imgTile__listItem-badgeRight .imgTile__listItemBadge {
        right: 16.8px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .imgTile__listItem-badgeRight .imgTile__listItemBadge {
        right: 14.4px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .imgTile__listItem-badgeRight .imgTile__listItemBadge {
        right: 12px; } }
@media (max-width: 374px) {
    .imgTile__listItem-badgeRight .imgTile__listItemBadge {
        right: 12px; } }

.imgTile__listItem img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center; }

.imgTile__listItemInner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.imgTile__listItemInnerContent {
    width: 100%;
    width: 48%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
@media (min-width: 2500px) {
    .imgTile__listItemInnerContent {
        width: 64%; } }
@media (min-width: 1200px) and (max-width: 1399px) {
    .imgTile__listItemInnerContent {
        width: 80%; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .imgTile__listItemInnerContent {
        width: 60%; } }
@media (min-width: 768px) and (max-width: 991px) {
    .imgTile__listItemInnerContent {
        width: 75%; } }
@media (max-width: 767px) {
    .imgTile__listItemInnerContent {
        width: 90%; } }
@media (min-width: 414px) and (max-width: 766px) {
    .imgTile__listItemInnerContent {
        width: 80%; } }
@media (min-width: 375px) and (max-width: 413px) {
    .imgTile__listItemInnerContent {
        width: 100%; } }
@media (max-width: 374px) {
    .imgTile__listItemInnerContent {
        width: 100%; } }

.imgTile__listItemTitle {
    font-family: "BebasNeueBold", "sans-serif";
    font-size: 64px;
    line-height: 1.08475;
    color: #216699; }
@media (min-width: 2500px) {
    .imgTile__listItemTitle {
        font-size: 130px;
        line-height: 120px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .imgTile__listItemTitle {
        font-size: 57.6px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .imgTile__listItemTitle {
        font-size: 51.2px; } }
@media (max-width: 767px) {
    .imgTile__listItemTitle {
        font-size: 44.8px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .imgTile__listItemTitle {
        font-size: 38.4px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .imgTile__listItemTitle {
        font-size: 32px; } }
@media (max-width: 374px) {
    .imgTile__listItemTitle {
        font-size: 32px; } }

.imgTile__listItemInfo {
    font-family: "OpenSansRegular", "sans-serif";
    font-size: 20px;
    margin-top: 33px; }
@media (min-width: 2500px) {
    .imgTile__listItemInfo {
        font-size: 40px;
        margin-top: 42px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .imgTile__listItemInfo {
        font-size: 18px;
        margin-top: 29.7px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .imgTile__listItemInfo {
        font-size: 16px;
        margin-top: 26.4px; } }
@media (max-width: 767px) {
    .imgTile__listItemInfo {
        font-size: 14px;
        margin-top: 23.1px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .imgTile__listItemInfo {
        font-size: 12px;
        margin-top: 19.8px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .imgTile__listItemInfo {
        font-size: 10px;
        margin-top: 16.5px; } }
@media (max-width: 374px) {
    .imgTile__listItemInfo {
        font-size: 10px;
        margin-top: 16.5px; } }

.imgTile__listItemLinkWrapper {
    margin-top: 39px; }
@media (min-width: 2500px) {
    .imgTile__listItemLinkWrapper {
        margin-top: 81px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .imgTile__listItemLinkWrapper {
        margin-top: 35.1px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .imgTile__listItemLinkWrapper {
        margin-top: 31.2px; } }
@media (max-width: 767px) {
    .imgTile__listItemLinkWrapper {
        margin-top: 27.3px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .imgTile__listItemLinkWrapper {
        margin-top: 23.4px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .imgTile__listItemLinkWrapper {
        margin-top: 19.5px; } }
@media (max-width: 374px) {
    .imgTile__listItemLinkWrapper {
        margin-top: 19.5px; } }

.imgTile__listItemLinkWrapper a {
    font-family: "OpenSansBold", "sans-serif";
    font-size: 15px;
    line-height: 1;
    padding: 12px 19px; }
@media (min-width: 2500px) {
    .imgTile__listItemLinkWrapper a {
        font-size: 30px;
        padding: 20px 35px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .imgTile__listItemLinkWrapper a {
        padding: 10.8px 17.1px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .imgTile__listItemLinkWrapper a {
        padding: 9.6px 15.2px; } }
@media (max-width: 767px) {
    .imgTile__listItemLinkWrapper a {
        padding: 8.4px 13.3px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .imgTile__listItemLinkWrapper a {
        padding: 7.2px 11.4px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .imgTile__listItemLinkWrapper a {
        padding: 6px 9.5px; } }
@media (max-width: 374px) {
    .imgTile__listItemLinkWrapper a {
        padding: 6px 9.5px; } }

/* -------------  END  SECTION blueBannerSection ------------- */
/* -------------  END  SECTION blueBannerSection ------------- */
/* -------------  END  SECTION blueBannerSection ------------- */
/* -------------  END  SECTION blueBannerSection ------------- */
/* ------------- START SECTION blueBannerSection ------------- */
/* ------------- START SECTION blueBannerSection ------------- */
/* ------------- START SECTION blueBannerSection ------------- */
/* ------------- START SECTION blueBannerSection ------------- */
.weacceptSection .containerWrapper {
    background-color: #216699;
    padding-top: 33.5px;
    padding-bottom: 37.5px; }
@media (min-width: 2500px) {
    .weacceptSection .containerWrapper {
        padding-top: 133px;
        padding-bottom: 154px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .weacceptSection .containerWrapper {
        padding-top: 30.15px;
        padding-bottom: 33.75px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .weacceptSection .containerWrapper {
        padding-top: 26.8px;
        padding-bottom: 30px; } }
@media (max-width: 767px) {
    .weacceptSection .containerWrapper {
        padding-top: 23.45px;
        padding-bottom: 26.25px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .weacceptSection .containerWrapper {
        padding-top: 20.1px;
        padding-bottom: 22.5px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .weacceptSection .containerWrapper {
        padding-top: 16.75px;
        padding-bottom: 18.75px; } }
@media (max-width: 374px) {
    .weacceptSection .containerWrapper {
        padding-top: 16.75px;
        padding-bottom: 18.75px; } }

@media (min-width: 2500px) {
    .weacceptSection .container {
        width: 2291px; } }

.weacceptSection .headline-h2 {
    font-family: "BebasNeueBold", "sans-serif";
    font-size: 35px;
    line-height: 1;
    color: #ffffff;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }
@media (min-width: 2500px) {
    .weacceptSection .headline-h2 {
        font-size: 70px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .weacceptSection .headline-h2 {
        font-size: 31.5px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .weacceptSection .headline-h2 {
        font-size: 28px; } }
@media (max-width: 767px) {
    .weacceptSection .headline-h2 {
        font-size: 24.5px;
        text-align: center; } }
@media (min-width: 414px) and (max-width: 766px) {
    .weacceptSection .headline-h2 {
        font-size: 21px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .weacceptSection .headline-h2 {
        font-size: 17.5px; } }
@media (max-width: 374px) {
    .weacceptSection .headline-h2 {
        font-size: 17.5px; } }

.weaccept__info {
    margin-top: 28px; }
@media (min-width: 2500px) {
    .weaccept__info {
        margin-top: 55px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .weaccept__info {
        margin-top: 25.2px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .weaccept__info {
        margin-top: 22.4px; } }
@media (max-width: 767px) {
    .weaccept__info {
        margin-top: 19.6px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .weaccept__info {
        margin-top: 16.8px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .weaccept__info {
        margin-top: 14px; } }
@media (max-width: 374px) {
    .weaccept__info {
        margin-top: 14px; } }

.weaccept__info,
.weaccept__info p {
    font-family: "OpenSansRegular", "sans-serif";
    font-size: 17px;
    color: #ffffff; }
@media (min-width: 2500px) {
    .weaccept__info,
    .weaccept__info p {
        font-size: 35px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .weaccept__info,
    .weaccept__info p {
        font-size: 15.3px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .weaccept__info,
    .weaccept__info p {
        font-size: 13.6px; } }
@media (max-width: 767px) {
    .weaccept__info,
    .weaccept__info p {
        font-size: 11.9px;
        text-align: center; } }

.weaccept__info p {
    margin-bottom: 0; }

.weaccept__img {
    max-width: 100%; }
@media (max-width: 767px) {
    .weaccept__img {
        display: block;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px; } }

.weaccept__linkWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 13.5px; }
@media (min-width: 2500px) {
    .weaccept__linkWrapper {
        margin-top: 50px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .weaccept__linkWrapper {
        margin-top: 12.15px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .weaccept__linkWrapper {
        margin-top: 10.8px; } }
@media (max-width: 767px) {
    .weaccept__linkWrapper {
        display: block;
        text-align: center;
        margin-top: 9.45px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .weaccept__linkWrapper {
        margin-top: 8.1px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .weaccept__linkWrapper {
        margin-top: 6.75px; } }
@media (max-width: 374px) {
    .weaccept__linkWrapper {
        margin-top: 6.75px; } }

.weaccept__linkWrapper a {
    display: block;
    font-family: "OpenSansBold", "sans-serif";
    font-size: 15px;
    line-height: 1;
    margin-top: 13.5px; }
@media (min-width: 2500px) {
    .weaccept__linkWrapper a {
        font-size: 30px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .weaccept__linkWrapper a {
        margin-top: 12.15px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .weaccept__linkWrapper a {
        margin-top: 10.8px; } }
@media (max-width: 767px) {
    .weaccept__linkWrapper a {
        display: inline-block; } }
@media (max-width: 767px) {
    .weaccept__linkWrapper a {
        margin-top: 9.45px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .weaccept__linkWrapper a {
        margin-top: 8.1px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .weaccept__linkWrapper a {
        margin-top: 6.75px; } }
@media (max-width: 374px) {
    .weaccept__linkWrapper a {
        margin-top: 6.75px; } }

.weaccept__linkWrapper a.btn-warning {
    padding: 12px 30px; }
@media (min-width: 2500px) {
    .weaccept__linkWrapper a.btn-warning {
        padding: 20px 68px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .weaccept__linkWrapper a.btn-warning {
        padding: 10.8px 27px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .weaccept__linkWrapper a.btn-warning {
        padding: 9.6px 24px; } }
@media (max-width: 767px) {
    .weaccept__linkWrapper a.btn-warning {
        padding: 8.4px 21px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .weaccept__linkWrapper a.btn-warning {
        padding: 7.2px 18px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .weaccept__linkWrapper a.btn-warning {
        padding: 6px 15px; } }
@media (max-width: 374px) {
    .weaccept__linkWrapper a.btn-warning {
        padding: 6px 15px; } }

.weaccept__linkWrapper a:first-of-type {
    margin-right: 34px; }
@media (min-width: 2500px) {
    .weaccept__linkWrapper a:first-of-type {
        margin-right: 71px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .weaccept__linkWrapper a:first-of-type {
        margin-right: 30.6px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .weaccept__linkWrapper a:first-of-type {
        margin-right: 27.2px; } }
@media (max-width: 767px) {
    .weaccept__linkWrapper a:first-of-type {
        margin-left: 17px;
        margin-right: 17px; } }

/* -------------  END  SECTION blueBannerSection ------------- */
/* -------------  END  SECTION blueBannerSection ------------- */
/* -------------  END  SECTION blueBannerSection ------------- */
/* -------------  END  SECTION blueBannerSection ------------- */
/* ------------- START SECTION bestSellerSliderSection ------------- */
/* ------------- START SECTION bestSellerSliderSection ------------- */
/* ------------- START SECTION bestSellerSliderSection ------------- */
/* ------------- START SECTION bestSellerSliderSection ------------- */
.bestSellerSliderSection .containerWrapper {
    padding-top: 63.5px;
    padding-bottom: 50.5px; }
@media (min-width: 2500px) {
    .bestSellerSliderSection .containerWrapper {
        padding-top: 218px;
        padding-bottom: 202px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .bestSellerSliderSection .containerWrapper {
        padding-top: 57.15px;
        padding-bottom: 45.45px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .bestSellerSliderSection .containerWrapper {
        padding-top: 50.8px;
        padding-bottom: 40.4px; } }
@media (max-width: 767px) {
    .bestSellerSliderSection .containerWrapper {
        padding-top: 44.45px;
        padding-bottom: 35.35px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .bestSellerSliderSection .containerWrapper {
        padding-top: 38.1px;
        padding-bottom: 30.3px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .bestSellerSliderSection .containerWrapper {
        padding-top: 31.75px;
        padding-bottom: 25.25px; } }
@media (max-width: 374px) {
    .bestSellerSliderSection .containerWrapper {
        padding-top: 31.75px;
        padding-bottom: 25.25px; } }

@media (min-width: 2500px) {
    .bestSellerSliderSection .container {
        width: 2291px; } }

@media (max-width: 767px) {
    .bestSellerSliderSection .container {
        padding-left: 0;
        padding-right: 0; } }

@media (min-width: 414px) and (max-width: 766px) {
    .bestSellerSliderSection .container {
        padding-left: 0;
        padding-right: 0; } }

@media (min-width: 375px) and (max-width: 413px) {
    .bestSellerSliderSection .container {
        padding-left: 0;
        padding-right: 0; } }

@media (max-width: 374px) {
    .bestSellerSliderSection .container {
        padding-left: 0;
        padding-right: 0; } }

.bestSellerSliderSection .headline-h2 {
    padding-top: 0;
    margin-bottom: 0; }

.bestSellerSlider .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

.bestSellerSlider .owl-stage .owl-item {
    float: none;
    padding: 10px; }

.bestSellerSlider .owl-stage .owl-item .item {
    height: 100%; }

.glasses {
    height: 100%; }

.glasses *,
.glasses *:hover {
    text-decoration: none; }

.glasses__link {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    text-align: center; }

.glasses__link > * {
    width: 100%; }

.glasses__imgWrapper {
    min-height: 80px;
    height: 80px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: center;
    overflow: hidden; }

.glasses__imgWrapper img {
    width: auto !important;
    height: 100%;
    margin-left: auto;
    margin-right: auto; }
@media (max-width: 374px) {
    .glasses__imgWrapper img {
        max-width: 170px; } }

.glasses__linkContent {
    height: 100%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

.glasses__linkContent > * {
    width: 100%; }

.glasses__name {
    font-size: 13px;
    margin-top: 30px; }
@media (min-width: 2500px) {
    .glasses__name {
        font-size: 26px;
        margin-top: 60px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .glasses__name {
        margin-top: 27px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .glasses__name {
        margin-top: 24px; } }
@media (max-width: 767px) {
    .glasses__name {
        margin-top: 21px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .glasses__name {
        margin-top: 18px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .glasses__name {
        margin-top: 15px; } }
@media (max-width: 374px) {
    .glasses__name {
        margin-top: 15px; } }

.glasses:hover .glasses__name {
    color: #007bff; }

.glasses .glasses__name:hover {
    color: #216699; }

.glasses__priceWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px; }
@media (min-width: 2500px) {
    .glasses__priceWrapper {
        margin-top: 50px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .glasses__priceWrapper {
        margin-top: 22.5px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .glasses__priceWrapper {
        margin-top: 20px; } }
@media (max-width: 767px) {
    .glasses__priceWrapper {
        margin-top: 17.5px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .glasses__priceWrapper {
        margin-top: 15px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .glasses__priceWrapper {
        margin-top: 12.5px; } }
@media (max-width: 374px) {
    .glasses__priceWrapper {
        margin-top: 12.5px; } }

.glasses .glasses__priceReg {
    font-size: 14px;
    line-height: 1;
    text-decoration: line-through;
    color: #888888;
    margin-right: 2.5px; }
@media (min-width: 2500px) {
    .glasses .glasses__priceReg {
        font-size: 28px;
        margin-right: 5px; } }
@media (max-width: 767px) {
    .glasses .glasses__priceReg {
        font-size: 12.6px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .glasses .glasses__priceReg {
        font-size: 11.2px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .glasses .glasses__priceReg {
        font-size: 9.8px; } }
@media (max-width: 374px) {
    .glasses .glasses__priceReg {
        font-size: 8.4px; } }

.glasses__price {
    font-size: 18px;
    line-height: 1;
    color: #e84d1c;
    margin-left: 5px; }
@media (min-width: 2500px) {
    .glasses__price {
        font-size: 37px;
        margin-left: 5px; } }
@media (max-width: 767px) {
    .glasses__price {
        font-size: 16.2px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .glasses__price {
        font-size: 14.4px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .glasses__price {
        font-size: 12.6px; } }
@media (max-width: 374px) {
    .glasses__price {
        font-size: 10.8px; } }

.glasses__linkWrapper {
    text-align: center;
    margin-top: 20px; }
@media (min-width: 2500px) {
    .glasses__linkWrapper {
        margin-top: 40px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .glasses__linkWrapper {
        margin-top: 18px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .glasses__linkWrapper {
        margin-top: 16px; } }
@media (max-width: 767px) {
    .glasses__linkWrapper {
        margin-top: 14px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .glasses__linkWrapper {
        margin-top: 12px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .glasses__linkWrapper {
        margin-top: 10px; } }
@media (max-width: 374px) {
    .glasses__linkWrapper {
        margin-top: 10px; } }

.glasses__linkWrapper .btn {
    font-family: "OpenSansBold", "sans-serif";
    font-size: 15px;
    line-height: 1;
    padding: 12px 28px; }
@media (min-width: 2500px) {
    .glasses__linkWrapper .btn {
        font-size: 30px;
        padding: 20px 35px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .glasses__linkWrapper .btn {
        padding: 10.8px 25.2px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .glasses__linkWrapper .btn {
        padding: 9.6px 22.4px; } }
@media (max-width: 767px) {
    .glasses__linkWrapper .btn {
        padding: 8.4px 19.6px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .glasses__linkWrapper .btn {
        padding: 7.2px 16.8px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .glasses__linkWrapper .btn {
        padding: 6px 14px; } }
@media (max-width: 374px) {
    .glasses__linkWrapper .btn {
        padding: 6px 14px; } }

.bestSellerSlider.owl-carousel {
    width: -webkit-calc(100% - ( 25px * 2));
    width: calc(100% - ( 25px * 2));
    margin-left: auto;
    margin-right: auto; }

.bestSellerSlider .owl-stage-outer {
    position: relative;
    z-index: 1; }

.bestSellerSlider .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    width: -webkit-calc(100% + ( 25px * 2));
    width: calc(100% + ( 25px * 2));
    left: -25px;
    z-index: 0; }

.bestSellerSlider .owl-nav .owl-prev,
.bestSellerSlider .owl-nav .owl-next {
    position: absolute;
    width: 25px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
    z-index: 10; }
@media (min-width: 2500px) {
    .bestSellerSlider .owl-nav .owl-prev,
    .bestSellerSlider .owl-nav .owl-next {
        width: 50px; } }

.bestSellerSlider .owl-nav .owl-prev {
    left: 0; }
@media (min-width: 2500px) {
    .bestSellerSlider .owl-nav .owl-prev {
        left: -95px; } }

.bestSellerSlider .owl-nav .owl-next {
    right: 0; }
@media (min-width: 2500px) {
    .bestSellerSlider .owl-nav .owl-next {
        right: -95px; } }

.bestSellerSlider .owl-nav img {
    width: 14px;
    height: 21px; }
@media (min-width: 2500px) {
    .bestSellerSlider .owl-nav img {
        width: 30px;
        height: 42px; } }

.bestSellerSlider .owl-nav .owl-prev img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

/* -------------  END  SECTION bestSellerSliderSection ------------- */
/* -------------  END  SECTION bestSellerSliderSection ------------- */
/* -------------  END  SECTION bestSellerSliderSection ------------- */
/* -------------  END  SECTION bestSellerSliderSection ------------- */
/* ------------- START SECTION singUpFormSection ------------- */
/* ------------- START SECTION singUpFormSection ------------- */
/* ------------- START SECTION singUpFormSection ------------- */
/* ------------- START SECTION singUpFormSection ------------- */
.singUpFormSection .containerWrapper {
    background-color: #216699;
    padding-top: 9.5px;
    padding-bottom: 11.5px; }
@media (min-width: 2500px) {
    .singUpFormSection .containerWrapper {
        padding-top: 19px;
        padding-bottom: 23px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .singUpFormSection .containerWrapper {
        padding-top: 8.55px;
        padding-bottom: 10.35px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .singUpFormSection .containerWrapper {
        padding-top: 7.6px;
        padding-bottom: 9.2px; } }
@media (max-width: 767px) {
    .singUpFormSection .containerWrapper {
        padding-top: 6.65px;
        padding-bottom: 8.05px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .singUpFormSection .containerWrapper {
        padding-top: 5.7px;
        padding-bottom: 6.9px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .singUpFormSection .containerWrapper {
        padding-top: 4.75px;
        padding-bottom: 5.75px; } }
@media (max-width: 374px) {
    .singUpFormSection .containerWrapper {
        padding-top: 4.75px;
        padding-bottom: 5.75px; } }

@media (min-width: 2500px) {
    .singUpFormSection .container {
        width: 2291px; } }

@media (max-width: 767px) {
    .singUpFormSection .content > * {
        width: 100%; } }

@media (max-width: 575px) {
    .singUpFormSection .headlineWrapper {
        margin-bottom: 10px; } }

.singUpFormSection .headline {
    text-align: left; }
@media (max-width: 767px) {
    .singUpFormSection .headline {
        text-align: center; } }

.singUpFormSection .headline-h2 {
    color: #ffffff;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0; }

.singUpForm .form-group {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 0; }
@media (max-width: 767px) {
    .singUpForm .form-group {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }

.singUpForm .form-group .form-control {
    width: 62%; }
@media (min-width: 992px) and (max-width: 1199px) {
    .singUpForm .form-group .form-control {
        width: 59%; } }
@media (min-width: 768px) and (max-width: 991px) {
    .singUpForm .form-group .form-control {
        width: 51%; } }
@media (max-width: 767px) {
    .singUpForm .form-group .form-control {
        width: 49%; } }

.singUpForm input[type="text"],
.singUpForm input[type="email"] {
    height: auto;
    font-family: "OpenSansRegular", "sans-serif";
    font-size: 15px;
    line-height: 1;
    padding: 9px 16px;
    border: none; }
@media (min-width: 2500px) {
    .singUpForm input[type="text"],
    .singUpForm input[type="email"] {
        font-size: 30px;
        padding: 18px 18px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .singUpForm input[type="text"],
    .singUpForm input[type="email"] {
        font-size: 13.5px;
        padding: 8.1px 14.4px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .singUpForm input[type="text"],
    .singUpForm input[type="email"] {
        font-size: 12px;
        padding: 7.2px 12.8px; } }
@media (max-width: 767px) {
    .singUpForm input[type="text"],
    .singUpForm input[type="email"] {
        font-size: 10.5px;
        padding: 6.3px 11.2px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .singUpForm input[type="text"],
    .singUpForm input[type="email"] {
        padding: 5.4px 9.6px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .singUpForm input[type="text"],
    .singUpForm input[type="email"] {
        padding: 4.5px 8px; } }
@media (max-width: 374px) {
    .singUpForm input[type="text"],
    .singUpForm input[type="email"] {
        padding: 4.5px 8px; } }

.singUpForm input[type="text"]::-webkit-input-placeholder,
.singUpForm input[type="email"]::-webkit-input-placeholder {
    font-family: "OpenSansLightItalic", "sans-serif";
    font-style: italic;
    height: 40px;
    color: #acacac; }

.singUpForm input[type="text"]::-moz-placeholder,
.singUpForm input[type="email"]::-moz-placeholder {
    font-family: "OpenSansLightItalic", "sans-serif";
    font-style: italic;
    height: 40px;
    color: #acacac; }

.singUpForm input[type="text"]:-ms-input-placeholder,
.singUpForm input[type="email"]:-ms-input-placeholder {
    font-family: "OpenSansLightItalic", "sans-serif";
    font-style: italic;
    height: 40px;
    color: #acacac; }

.singUpForm input[type="text"]::-ms-input-placeholder,
.singUpForm input[type="email"]::-ms-input-placeholder {
    font-family: "OpenSansLightItalic", "sans-serif";
    font-style: italic;
    height: 40px;
    color: #acacac; }

.singUpForm input[type="text"]::placeholder,
.singUpForm input[type="email"]::placeholder {
    font-family: "OpenSansLightItalic", "sans-serif";
    font-style: italic;
    height: 40px;
    color: #acacac; }

.singUpForm input[type="submit"],
.singUpForm button[type="submit"] {
    font-family: "OpenSansBold", "sans-serif";
    font-size: 15px;
    line-height: 1;
    padding: 12px 70px; }
@media (min-width: 2500px) {
    .singUpForm input[type="submit"],
    .singUpForm button[type="submit"] {
        font-size: 30px;
        padding: 23px 140px; } }
@media (min-width: 992px) and (max-width: 1199px) {
    .singUpForm input[type="submit"],
    .singUpForm button[type="submit"] {
        font-size: 13.5px;
        padding: 10.8px 63px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .singUpForm input[type="submit"],
    .singUpForm button[type="submit"] {
        font-size: 12px;
        padding: 9.6px 56px; } }
@media (max-width: 767px) {
    .singUpForm input[type="submit"],
    .singUpForm button[type="submit"] {
        font-size: 10.5px;
        padding: 8.4px 49px; } }
@media (min-width: 414px) and (max-width: 766px) {
    .singUpForm input[type="submit"],
    .singUpForm button[type="submit"] {
        padding: 7.2px 35px; } }
@media (min-width: 375px) and (max-width: 413px) {
    .singUpForm input[type="submit"],
    .singUpForm button[type="submit"] {
        padding: 6px 35px; } }
@media (max-width: 374px) {
    .singUpForm input[type="submit"],
    .singUpForm button[type="submit"] {
        padding: 6px 35px; } }

/* -------------  END  SECTION singUpFormSection ------------- */
/* -------------  END  SECTION singUpFormSection ------------- */
/* -------------  END  SECTION singUpFormSection ------------- */
/* -------------  END  SECTION singUpFormSection ------------- */
/* page--account */
/* ------------------------ START accountSection ------------------------ */
/* ------------------------ START accountSection ------------------------ */
/* ------------------------ START accountSection ------------------------ */
/* ------------------------ START accountSection ------------------------ */
.accountSection {
    background-color: #F9F9F9; }

.accountSection .containerWrapper {
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px; }
@media (min-width: 992px) and (max-width: 1199px) {
    .accountSection .containerWrapper {
        padding-top: 36px;
        padding-bottom: 36px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .accountSection .containerWrapper {
        padding-top: 32px;
        padding-bottom: 32px; } }
@media (min-width: 577px) and (max-width: 767px) {
    .accountSection .containerWrapper {
        padding-top: 28px;
        padding-bottom: 28px; } }
@media (max-width: 576px) {
    .accountSection .containerWrapper {
        padding-top: 24px;
        padding-bottom: 24px; } }

.accountSection .txt-10 {
    line-height: 1.6; }

.accountSection textarea {
    min-height: 120px;
    height: 120px;
    max-height: 120px;
    resize: none; }

div[data-validate] {
    display: none;
    padding-top: 5px;
    color: #dc3545; }

/* ------------------------ START breadcrumb ------------------------ */
/* ------------------------ START breadcrumb ------------------------ */
/* ------------------------ START breadcrumb ------------------------ */
/* ------------------------ START breadcrumb ------------------------ */
.accountSection .breadcrumbWrapper {
    margin-bottom: 40px; }
@media (min-width: 992px) and (max-width: 1199px) {
    .accountSection .breadcrumbWrapper {
        margin-bottom: 36px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .accountSection .breadcrumbWrapper {
        margin-bottom: 32px; } }
@media (min-width: 577px) and (max-width: 767px) {
    .accountSection .breadcrumbWrapper {
        margin-bottom: 28px; } }
@media (max-width: 576px) {
    .accountSection .breadcrumbWrapper {
        margin-bottom: 24px; } }

.accountSection .breadcrumb.nav-tabs {
    border: none; }

@media (max-width: 374px) {
    .accountSection .breadcrumb-item span {
        display: none; } }

.accountSection .breadcrumb-item + .breadcrumb-item::before {
    content: ""; }

.accountSection .breadcrumb-item + .breadcrumb-item:not(:empty)::before {
    content: "/"; }

.accountSection .breadcrumb a {
    color: #216699; }

.accountSection .breadcrumb a,
.accountSection .breadcrumb a:hover {
    text-decoration: none; }

/* ------------------------  END  breadcrumb ------------------------ */
/* ------------------------  END  breadcrumb ------------------------ */
/* ------------------------  END  breadcrumb ------------------------ */
/* ------------------------  END  breadcrumb ------------------------ */
@media (max-width: 576px) {
    .accountSideWrapper {
        width: 200%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin-left: auto;
        margin-right: auto;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        -webkit-transition: -webkit-transform 0.7s ease 0s;
        transition: -webkit-transform 0.7s ease 0s;
        -o-transition: transform 0.7s ease 0s;
        transition: transform 0.7s ease 0s;
        transition: transform 0.7s ease 0s, -webkit-transform 0.7s ease 0s; } }

@media (max-width: 576px) {
    .accountSideWrapper.my_account {
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%); } }

.accountSide-nav {
    position: relative;
    z-index: 10; }

@media (max-width: 576px) {
    .accountSide-nav,
    .accountSide-content {
        width: 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%; } }

@media (min-width: 577px) {
    .accountSideWrapper.my_account .accountSide-nav {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }

@media (max-width: 576px) {
    .accountSideWrapper.my_account .accountSide-nav {
        padding-right: 0; } }

.accountSideWrapper.my_account .accountSide-content {
    overflow: hidden; }
@media (min-width: 577px) {
    .accountSideWrapper.my_account .accountSide-content {
        width: 0%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 0%;
        -ms-flex: 0 0 0%;
        flex: 0 0 0%;
        max-width: 0%; } }
@media (max-width: 576px) {
    .accountSideWrapper.my_account .accountSide-content {
        padding-left: 15px; } }

.accountSide {
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: width 0.7s ease 0s, max-width 0.7s ease 0s, padding 0.7s ease 0s, -webkit-box-flex 0.7s ease 0s, -webkit-flex 0.7s ease 0s;
    transition: width 0.7s ease 0s, max-width 0.7s ease 0s, padding 0.7s ease 0s, -webkit-box-flex 0.7s ease 0s, -webkit-flex 0.7s ease 0s;
    -o-transition: width 0.7s ease 0s, flex 0.7s ease 0s, max-width 0.7s ease 0s, padding 0.7s ease 0s;
    transition: width 0.7s ease 0s, flex 0.7s ease 0s, max-width 0.7s ease 0s, padding 0.7s ease 0s;
    transition: width 0.7s ease 0s, flex 0.7s ease 0s, max-width 0.7s ease 0s, padding 0.7s ease 0s, -webkit-box-flex 0.7s ease 0s, -webkit-flex 0.7s ease 0s, -ms-flex 0.7s ease 0s; }

.accountSide-nav .accountSide__inner {
    display: block;
    width: 285px;
    max-width: 100%;
    padding-left: 0;
    padding-right: 15px;
    -webkit-transition: margin 0.3s ease 0s;
    -o-transition: margin 0.3s ease 0s;
    transition: margin 0.3s ease 0s;
    margin-left: auto;
    margin-right: auto; }
@media (min-width: 577px) {
    .accountSide-nav .accountSide__inner {
        padding-left: 15px;
        padding-right: 15px; } }

@media (max-width: 576px) {
    .accountSideWrapper.my_account .accountSide-nav .accountSide__inner {
        padding-right: 0; } }

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

.accountSide-nav .list-group-item,
.accountSide-nav .list-group-item:first-child,
.accountSide-nav .list-group-item:last-child {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none; }

.accountSide-nav .list-group-item {
    background-color: transparent;
    padding: 0; }

.accountSide-nav .list-group-item a {
    position: relative;
    overflow: hidden;
    height: 49px;
    display: block;
    font-size: 15px;
    line-height: 1.2;
    background-color: transparent;
    padding: 15px;
    border: 1px solid transparent;
    -webkit-box-shadow: 0px 5px 35px rgba(0, 0, 0, 0);
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.3s ease 0s, border 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s, border 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s, border 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, box-shadow 0.3s ease 0s, border 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s; }

.accountSide-nav .list-group-item a span {
    position: absolute;
    width: auto;
    top: 50%;
    left: 15px;
    white-space: nowrap;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -webkit-transition: left 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
    transition: left 0.7s ease 0s, -webkit-transform 0.7s ease 0s;
    -o-transition: transform 0.7s ease 0s, left 0.7s ease 0s;
    transition: transform 0.7s ease 0s, left 0.7s ease 0s;
    transition: transform 0.7s ease 0s, left 0.7s ease 0s, -webkit-transform 0.7s ease 0s; }

.accountSide-nav .list-group-item a,
.accountSide-nav .list-group-item a:hover {
    color: #4C5A5D;
    text-decoration: none; }

.accountSide-nav .list-group-item a.active,
.accountSide-nav .list-group-item a.active:focus {
    font-weight: 600;
    -webkit-box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.05) !important; }

.accountSide-nav .list-group-item a.active,
.accountSide-nav .list-group-item a:hover {
    background-color: #ffffff; }

.accountSide-nav .list-group-item:hover {
    z-index: 1; }

@media (min-width: 577px) {
    .accountSide-content {
        padding-right: 15px; } }

.accountSide-content .accountSide__inner {
    height: 100%;
    background-color: #ffffff;
    padding: 40px;
    -webkit-box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.075);
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.075);
    -webkit-border-radius: 3px;
    border-radius: 3px; }
@media (min-width: 992px) and (max-width: 1199px) {
    .accountSide-content .accountSide__inner {
        padding: 34px; } }
@media (min-width: 768px) and (max-width: 991px) {
    .accountSide-content .accountSide__inner {
        padding: 28px; } }
@media (min-width: 577px) and (max-width: 767px) {
    .accountSide-content .accountSide__inner {
        padding: 22px; } }
@media (max-width: 576px) {
    .accountSide-content .accountSide__inner {
        padding: 16px; } }

/* ----------------- START account back btn ----------------- */
/* ----------------- START account back btn ----------------- */
/* ----------------- START account back btn ----------------- */
/* ----------------- START account back btn ----------------- */
.accountBtnBackWrapper {
    text-align: left;
    margin-bottom: 25px; }

@media (min-width: 577px) {
    .accountBtnBackWrapper-back2AccountNav {
        display: none; } }

.accountBtnBack {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #216699;
    background-color: transparent;
    border: none;
    padding: 5px 0; }

.accountBtnBack img {
    width: 10px;
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-right: 5px; }

/* -----------------  END  account back btn ----------------- */
/* -----------------  END  account back btn ----------------- */
/* -----------------  END  account back btn ----------------- */
/* -----------------  END  account back btn ----------------- */
/* ----------------- START common ----------------- */
/* ----------------- START common ----------------- */
/* ----------------- START common ----------------- */
/* ----------------- START common ----------------- */
.accountSection input[type="radio"] + .custom-control-label,
.accountSection input[type="checkbox"] + .custom-control-label {
    line-height: 2; }

.accountSection .btn {
    font-family: "OpenSansBold", "sans-serif";
    font-size: 15px;
    line-height: 1.2;
    -webkit-transition: background-color 0.3s ease 0s, border 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, border 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border 0.3s ease 0s; }

.accountSection .accountRemoveBtn {
    font-size: 21px;
    line-height: 0.9;
    -webkit-transition: background-color 0.3s ease 0s, border 0.3s ease 0s, opacity 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s, border 0.3s ease 0s, opacity 0.3s ease 0s;
    transition: background-color 0.3s ease 0s, border 0.3s ease 0s, opacity 0.3s ease 0s; }

.accountSection .btn-primary .icon-eye:before {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px); }

/* ------- START  custom table vertical ------- */
/* ------- START  custom table vertical ------- */
@media (max-width: 767px) {
    .table-vert {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; } }

/* -------  END  custom table vertical ------- */
/* -------  END  custom table vertical ------- */
/* -------  END  custom table vertical ------- */
/* -------  END  custom table vertical ------- */
/* ------ START  custom table horizontal ------ */
/* ------ START  custom table horizontal ------ */
.table-horisontal {
    border-collapse: collapse;
    background-color: #ffffff; }

.table-horisontal td:first-child {
    background-color: #F9F9F9;
    position: -webkit-sticky;
    position: sticky;
    left: 0px;
    z-index: 3; }

.table-horisontal td:first-child:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    background-color: #F9F9F9;
    z-index: 2; }

/* ------  END  custom table horizontal ------ */
/* ------  END  custom table horizontal ------ */
/* ------  END  custom table horizontal ------ */
/* ------  END  custom table horizontal ------ */
.tr-empty {
    display: none; }

.td-empty {
    display: none; }

.account__tabTitleWrapper {
    margin-bottom: 20px; }

.account__tabTitle {
    font-family: "OpenSansBold", "sans-serif";
    margin-bottom: 0;
    text-transform: none; }

.hidden_part {
    display: none; }

/* ------- START custom checkbox/radio ------- */
/* ------- START custom checkbox/radio ------- */
.accountSection .control-label {
    font-family: "OpenSansBold", "sans-serif";
    font-size: 15px;
    line-height: 1.4; }

/* -------  END  custom checkbox/radio ------- */
/* -------  END  custom checkbox/radio ------- */
/* -------  END  custom checkbox/radio ------- */
/* -------  END  custom checkbox/radio ------- */
/* -----------------  END  common ----------------- */
/* -----------------  END  common ----------------- */
/* -----------------  END  common ----------------- */
/* -----------------  END  common ----------------- */
/* ----------------- START account info ----------------- */
/* ----------------- START account info ----------------- */
/* ----------------- START account info ----------------- */
/* ----------------- START account info ----------------- */
#account-info-form {
    display: none; }

/* -----------------  END  account info ----------------- */
/* -----------------  END  account info ----------------- */
/* -----------------  END  account info ----------------- */
/* -----------------  END  account info ----------------- */
/* ----------------- START adresses ----------------- */
/* ----------------- START adresses ----------------- */
/* ----------------- START adresses ----------------- */
/* ----------------- START adresses ----------------- */
.accountSection table .btn {
    margin: 5px; }

.addressListWrapper {
    overflow: hidden; }

.addressList {
    width: -webkit-calc(100% + 7.5px * 2);
    width: calc(100% + 7.5px * 2);
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -7.5px; }

.addressList__item {
    width: 50%;
    min-height: 283px;
    padding: 7.5px; }
@media (max-width: 767px) {
    .addressList__item {
        width: 100%;
        min-height: inherit; } }

.addressList__itemInner {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

.addressList__itemInner > * {
    width: 100%; }

.addressList__itemContent {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

.addressList__itemComment {
    font-size: 13px;
    line-height: 1.4;
    color: #AAAAAA;
    padding-top: 5px; }

.addressList__itemHead {
    min-height: 44px;
    font-size: 13px;
    line-height: 1;
    color: #78A622;
    padding: 15px;
    opacity: 0;
    border-top: 1px solid #C0C0C0;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }

.addressList__item-default .addressList__itemHead {
    opacity: 1; }

.addressList__item-empty {
    display: none; }

.addressList__itemBody {
    font-size: 16px;
    line-height: 1.8;
    word-break: break-word;
    padding: 15px; }

.addressList__itemFooter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    border-top: 1px solid #C0C0C0; }

.addressControlBtn {
    position: relative;
    font-family: "OpenSansRegular", "sans-serif";
    font-size: 14px;
    color: #AAAAAA;
    font-weight: 600;
    background-color: transparent;
    border: none;
    padding: 1px 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s; }

.addressControlBtn:first-of-type {
    padding-left: 0px; }

.addressControlBtn:last-of-type {
    padding-right: 0px; }

.addressControlBtn:not(:first-of-type) {
    border-left: 1px solid #C0C0C0; }

@media (min-width: 768px) and (max-width: 991px) {
    .addressControlBtn-setDefault {
        padding-left: 0;
        border-left: none !important; } }

.addressControlBtn:hover {
    color: #4C5A5D; }

.addressControlBtn-edit:hover {
    color: #216699; }

.addressControlBtn-delete:hover {
    color: #dc3545; }

.addressControlBtn-setDefault:hover {
    color: #78A622; }

.addressList__item-addAddress .addressList__itemInner {
    border-width: 2px;
    border-style: dashed;
    -webkit-transition: border 0.3s ease 0s;
    -o-transition: border 0.3s ease 0s;
    transition: border 0.3s ease 0s; }

.addressList__item-addAddress .addNewAddressBtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: -webkit-calc(100% + 2px * 2.5);
    min-width: calc(100% + 2px * 2.5);
    width: -webkit-calc(100% + 2px * 2.5);
    width: calc(100% + 2px * 2.5);
    height: -webkit-calc(100% + 2px * 2);
    height: calc(100% + 2px * 2);
    font-family: "OpenSansBold", "sans-serif";
    font-size: 20px;
    line-height: 1;
    color: #C0C0C0;
    background-color: transparent;
    padding: 15px;
    border: 2px solid transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
    -webkit-transition: border 0.3s ease 0s, background-color 0.3s ease 0s;
    -o-transition: border 0.3s ease 0s, background-color 0.3s ease 0s;
    transition: border 0.3s ease 0s, background-color 0.3s ease 0s; }

.addressList__item-addAddress .addressList__itemInner:hover .addNewAddressBtn {
    border-color: #C0C0C0;
    background-color: #ffffff; }

.addNewAddressBtn__plus {
    width: 30px;
    height: 30px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    line-height: 1;
    color: #ffffff;
    background-color: #C0C0C0;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 10px; }

.addNewAddressBtn__text {
    display: block;
    width: 100%; }

#address_book .addNewAddressWrapper {
    display: none; }

#address_book .editAddressWrapper {
    display: none; }

.accountSection #address_book table .btn {
    min-width: 90px; }

.account-editAddress-form-empty {
    display: none; }

/* -----------------  END  adresses ----------------- */
/* -----------------  END  adresses ----------------- */
/* -----------------  END  adresses ----------------- */
/* -----------------  END  adresses ----------------- */
/* ----------------- START Wish List ----------------- */
/* ----------------- START Wish List ----------------- */
/* ----------------- START Wish List ----------------- */
/* ----------------- START Wish List ----------------- */
.wishTableWrapper img {
    max-width: 99px; }

.wishTableWrapper {
    display: none; }

.accountSection #wish_list table .btn {
    min-width: 50px; }

/* -----------------  END  Wish List ----------------- */
/* -----------------  END  Wish List ----------------- */
/* -----------------  END  Wish List ----------------- */
/* -----------------  END  Wish List ----------------- */
.accountSection .table-secondary td {
    background-color: #F9F9F9;
    border-color: #dee2e6; }

.orderInfoProdsTableContent .btn-link,
.orderInfoProdsTableContent .btn-link:not(:disabled):not(.disabled):active {
    font-size: 100%; }

.accountSection .orderInfoProdsTableContent .btn {
    margin: 0;
    margin-left: 5px;
    margin-right: 5px; }

.orderInfoProdsTableContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

.oipTable.table-bordered {
    border: none; }

.oipTable__row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
@media (min-width: 768px) and (max-width: 991px) {
    .oipTable__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        border-bottom: 1px solid #ececec; } }
@media (max-width: 767px) {
    .oipTable__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        border: 1px solid #ececec; } }

.oipTable__row:last-of-type {
    border-bottom-color: transparent; }

@media (min-width: 768px) and (max-width: 991px) {
    .oipTable__row-head {
        display: none; } }

@media (max-width: 767px) {
    .oipTable__row-head {
        display: none; } }

.break-row,
.break-row .oipTable__col {
    border: none; }

.oipTable__col {
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 7px;
    border: 1px solid #ececec; }
@media (min-width: 768px) and (max-width: 991px) {
    .oipTable__col {
        border-color: transparent; } }
@media (max-width: 767px) {
    .oipTable__col {
        border-color: transparent; } }

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

.oipTable__row-footer {
    border-top: 1px solid #ececec; }

.oipTable__row-footer:not(:last-of-type) .oipTable__col {
    border-bottom: none; }

.oipTable__row-footer:not(:first-of-type) .oipTable__col {
    border-top: none; }

@media (max-width: 767px) {
    .oipTable__row-footer .oipTable__col {
        border-bottom: 1px solid #ececec; } }

.oipTable__col .doctor,
.oipTable__col .doctor_phone,
.oipTable__col .comment {
    display: none; }

@media (max-width: 767px) {
    .footer-row-empty,
    .footer-row-empty .oipTable__col {
        border: none; } }

@media (min-width: 768px) {
    .footer-row-empty,
    .footer-row-empty .oipTable__col {
        display: none !important; } }

@media (max-width: 767px) {
    .footer-row-empty {
        border-top: 1px solid #ececec; } }
.sc_coupon {
    display: none;
}
.oipTable__col-product {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px); }
@media (min-width: 768px) and (max-width: 991px) {
    .oipTable__col-product {
        width: 100%; } }
@media (max-width: 767px) {
    .oipTable__col-product {
        width: 100%; } }

.oipTable__col-product > * {
    width: 100%; }

.oipTable__col-coupon {
    width: 120px; }
@media (min-width: 768px) and (max-width: 991px) {
    .oipTable__col-coupon {
        width: -webkit-calc(50% - 110px/2);
        width: calc(50% - 110px/2);
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; } }
@media (max-width: 767px) {
    .oipTable__col-coupon {
        width: -webkit-calc(50% - 110px/2);
        width: calc(50% - 110px/2);
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; } }


.oipTable__col-qty {
    width: 40px; }
@media (min-width: 768px) and (max-width: 991px) {
    .oipTable__ccol-qty {
        width: -webkit-calc(50% - 110px/2);
        width: calc(50% - 110px/2);
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; } }
@media (max-width: 767px) {
    .oipTable__col-qty {
        width: -webkit-calc(50% - 110px/2);
        width: calc(50% - 110px/2);
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; } }

.oipTable__col-regular {
    width: 70px; }
@media (min-width: 768px) and (max-width: 991px) {
    .oipTable__col-regular {
        width: -webkit-calc(50% - 110px/2);
        width: calc(50% - 110px/2);
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; } }
@media (max-width: 767px) {
    .oipTable__col-regular {
        width: -webkit-calc(50% - 110px/2);
        width: calc(50% - 110px/2);
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; } }

.oipTable__col-discounted {
    width: 70px; }
@media (min-width: 768px) and (max-width: 991px) {
    .oipTable__col-discounted {
        width: -webkit-calc(50% - 110px/2);
        width: calc(50% - 110px/2);
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; } }
@media (max-width: 767px) {
    .oipTable__col-discounted {
        width: -webkit-calc(50% - 110px/2);
        width: calc(50% - 110px/2);
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important; } }

.oip__descr {
    color: #C0C0C0;
    margin-right: 4px; }
@media (min-width: 992px) {
    .oip__descr {
        display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
    .oipTable__row-footer .oipTable__col {
        width: 50%; } }

@media (max-width: 767px) {
    .oipTable__row-footer .oipTable__col {
        width: 50%; } }

@media (max-width: 991px) {
    .oipTable__row-footer .oipTable__col-total,
    .oipTable__row-footer .oipTable__col-action {
        display: none; } }

/* ----------------- START order info ----------------- */
/* ----------------- START order info ----------------- */
/* ----------------- START order info ----------------- */
/* ----------------- START order info ----------------- */
.orderListContainer {
    display: none; }

.orderInfoWrapper {
    display: none; }

.orderReturnWrapper {
    display: none; }

.orderInfoContent-empty {
    display: none; }

.orderTableWrapper {
    display: none; }

@media (min-width: 577px) and (max-width: 767px) and (orientation: portrait) {
    .accountSection .orderTableWrapper table tr,
    .accountSection .orderTableWrapper table td {
        font-size: 12px;
        padding: 5px; } }

@media (max-width: 374px) {
    .accountSection .orderTableWrapper table tr,
    .accountSection .orderTableWrapper table td {
        font-size: 12px; } }

@media (min-width: 577px) and (max-width: 767px) and (orientation: portrait) {
    .accountSection .orderTableWrapper table .btn {
        font-size: 11px;
        margin: 0;
        padding: 3px 5px; } }

@media (max-width: 374px) {
    .accountSection .orderTableWrapper table .btn {
        font-size: 11px;
        margin: 0;
        padding: 3px 5px; } }

.account_orderHistory_orderDetails,
.account_orderHistory_addresses {
    width: -webkit-calc( 100%  - 2px);
    width: calc( 100%  - 2px);
    -webkit-transform: translateX(1px);
    -ms-transform: translateX(1px);
    transform: translateX(1px); }

.account_orderHistory_orderDetails > *,
.account_orderHistory_addresses > * > * {
    border: 1px solid #dee2e6;
    line-height: 1.8;
    margin: -1px; }

.accountSection .btnRequested {
    font-size: 11px;
    line-height: 1.2; }

/* -----------------  END  order info ----------------- */
/* -----------------  END  order info ----------------- */
/* -----------------  END  order info ----------------- */
/* -----------------  END  order info ----------------- */
/* ----------------- START order return ----------------- */
/* ----------------- START order return ----------------- */
/* ----------------- START order return ----------------- */
/* ----------------- START order return ----------------- */
.orderReturnProductForm-empty {
    display: none; }

@media (min-width: 768px) and (max-width: 991px) {
    .accountSection .returnTableWrapper table tr,
    .accountSection .returnTableWrapper table td {
        font-size: 12px;
        padding: 5px; } }

@media (min-width: 577px) and (max-width: 767px) {
    .accountSection .returnTableWrapper table tr,
    .accountSection .returnTableWrapper table td {
        font-size: 12px;
        padding: 5px; } }

@media (max-width: 374px) {
    .accountSection .returnTableWrapper table tr,
    .accountSection .returnTableWrapper table td {
        font-size: 12px; } }

@media (min-width: 768px) and (max-width: 991px) {
    .accountSection .returnTableWrapper table .btn {
        font-size: 11px;
        margin: 0;
        padding-left: 5px;
        padding-right: 5px; } }

@media (min-width: 414px) and (max-width: 766px) {
    .accountSection .returnTableWrapper table .btn {
        font-size: 11px;
        margin: 0;
        padding: 3px 5px; } }

@media (min-width: 375px) and (max-width: 413px) {
    .accountSection .returnTableWrapper table .btn {
        font-size: 11px;
        margin: 0;
        padding: 3px 5px; } }

@media (max-width: 374px) {
    .accountSection .returnTableWrapper table .btn {
        font-size: 11px;
        margin: 0;
        padding: 3px 5px; } }

@media (min-width: 577px) and (max-width: 767px) {
    .accountSection .returnTableWrapper table tbody * {
        word-break: break-all; } }

@media (min-width: 375px) and (max-width: 413px) {
    .accountSection .returnTableWrapper table tbody * {
        word-break: break-all; } }

@media (max-width: 374px) {
    .accountSection .returnTableWrapper table tbody * {
        word-break: break-all; } }

/* -----------------  END  order return ----------------- */
/* -----------------  END  order return ----------------- */
/* -----------------  END  order return ----------------- */
/* -----------------  END  order return ----------------- */
/* --------------- START reward points --------------- */
/* --------------- START reward points --------------- */
/* --------------- START reward points --------------- */
/* --------------- START reward points --------------- */
.rewardPointsTableContainer {
    display: none; }

/* ---------------  END  reward points --------------- */
/* ---------------  END  reward points --------------- */
/* ---------------  END  reward points --------------- */
/* ---------------  END  reward points --------------- */
/* ------------------- START returns ------------------- */
/* ------------------- START returns ------------------- */
/* ------------------- START returns ------------------- */
/* ------------------- START returns ------------------- */
.returnTableWrapper {
    display: none; }

.returnInfoWrapper {
    display: none; }

.returnInfoContent-empty {
    display: none; }

.account_returns_returnDetails > * {
    border: 1px solid #dee2e6;
    line-height: 1.8;
    margin: -1px; }

.account_returns_prodInformation tbody td {
    word-break: break-all; }

/* -------------------  END  returns ------------------- */
/* -------------------  END  returns ------------------- */
/* -------------------  END  returns ------------------- */
/* -------------------  END  returns ------------------- */
/* ----------------- START transactions ----------------- */
/* ----------------- START transactions ----------------- */
/* ----------------- START transactions ----------------- */
/* ----------------- START transactions ----------------- */
.transactionsTable {
    display: none; }

/* -------------------  END  transactions ------------------- */
/* -------------------  END  transactions ------------------- */
/* -------------------  END  transactions ------------------- */
/* -------------------  END  transactions ------------------- */
/* ----------------- START prescription ----------------- */
/* ----------------- START prescription ----------------- */
/* ----------------- START prescription ----------------- */
/* ----------------- START prescription ----------------- */
.prescriptionEmptyMsg {
    display: none; }

.prescriptionFormWrapper {
    display: none; }

.prescriptionsFormCancel {
    background-color: #ebaf5b;
    border-color: #ebaf5b; }

.prescriptionsFormCancel:hover {
    background-color: #e5992e;
    border-color: #e5992e; }

.prescriptionList {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    width: -webkit-calc(100% + 7.5px * 3);
    width: calc(100% + 7.5px * 3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -7.5px;
    margin-top: -7.5px;
    margin-bottom: -7.5px; }
@media (min-width: 577px) and (max-width: 767px) {
    .prescriptionList {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
@media (max-width: 576px) {
    .prescriptionList {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }

.prescriptionList__item {
    width: 33%;
    padding: 7.5px; }
@media (min-width: 768px) and (max-width: 991px) {
    .prescriptionList__item {
        width: 50%; } }
@media (min-width: 577px) and (max-width: 767px) {
    .prescriptionList__item {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }
@media (max-width: 576px) {
    .prescriptionList__item {
        width: 100%;
        padding-left: 0;
        padding-right: 0; } }

.prescriptionList__item-empty {
    display: none; }

.prescriptionList__itemInner {
    position: relative;
    height: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0);
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0);
    -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
    transition: -webkit-box-shadow 0.3s ease 0s;
    -o-transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s;
    transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    z-index: 2; }

.prescriptionList__item-alreadyExist .prescriptionList__itemInner {
    -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.75);
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.75); }

.prescriptionList__item .prescriptionList__itemInner:before {
    content: '';
    position: absolute;
    top: -0.5px;
    left: -0.5px;
    width: -webkit-calc(100% + 1px);
    width: calc(100% + 1px);
    height: -webkit-calc(100% + 1px);
    height: calc(100% + 1px);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: transparent;
    z-index: -1;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s; }

.prescriptionList__item.active .prescriptionList__itemInner:before {
    background-color: #216699; }

.prescriptionList__itemBtn {
    width: 100%;
    max-width: -webkit-calc(100% - 25px);
    max-width: calc(100% - 25px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    padding: 5px;
    border: none;
    border: 1px solid #C0C0C0;
    border-right: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s; }

.prescriptionList__itemBtn:hover {
    background-color: #F9F9F9; }

.prescriptionList__itemDate {
    white-space: nowrap;
    color: #C0C0C0;
    margin: 5px; }

.prescriptionList__itemBtn-addNew {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    color: #4C5A5D;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important; }

.prescriptionList__itemBtn-addNew:not(:disabled):not(.disabled):active,
.prescriptionList__itemBtn-addNew:focus {
    color: #4C5A5D; }

.prescriptionList__itemBtn-addNew:disabled,
.prescriptionList__itemBtn-addNew.disabled{
    border: 2px solid #216699;
    color: #4C5A5D;
}

.prescriptionList__itemBtn-addNew:disabled:hover,
.prescriptionList__itemBtn-addNew.disabled {
    background-color: #ffffff;
    color: #4C5A5D; }

.prescriptionList__itemName {
    width: 100%;
    text-align: left;
    overflow: hidden;
    overflow-wrap: break-word;
    font-size: 13px;
    line-height: 1.2;
    max-height: 31.2px;
    margin: 5px; }

.prescriptionList__item .accountRemoveBtn-prescr {
    min-width: 25px;
    width: 25px;
    line-height: inherit;
    background-color: #216699;
    border-color: #216699;
    -webkit-border-top-right-radius: 3px !important;
    border-top-right-radius: 3px !important;
    -webkit-border-bottom-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    padding: 0;
    opacity: 0.85; }

.prescriptionList__item .accountRemoveBtn-prescr:hover {
    opacity: 1; }

@media (max-width: 576px) {
    #prescription-form select {
        padding-left: 3px;
        padding-right: 3px; } }

@media (min-width: 414px) and (max-width: 766px) {
    #prescription-form select {
        font-size: 14px; } }

@media (min-width: 375px) and (max-width: 413px) {
    #prescription-form select {
        font-size: 12px; } }

@media (max-width: 374px) {
    #prescription-form select {
        font-size: 12px; } }

.accountSection .table td,
.accountSection .table th {
    /*word-break: break-all;*/
    padding: 10px; }
@media (max-width: 576px) {
    .accountSection .table td,
    .accountSection .table th {
        padding: 5px; } }

.prescrPdWrapper > * {
    padding-bottom: 10px; }

.prescrPdWrapper > *:last-of-type {
    padding-bottom: 0; }

.prescrPd__item.hidden {
    display: none; }

.modal.modal-prescription .modal-header {
    color: #8d8d8d;
    border-bottom-color: transparent; }

.modal.modal-prescription .modal-footer {
    border-top-color: transparent; }

.modal.modal-prescription p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px; }

.modal.modal-prescription p:last-of-type {
    margin-bottom: 0px; }

#prescription-form table,
.modal.modal-prescription table {
    font-size: 14px; }

.modal.modal-prescription table {
    font-family: serif; }

@media (min-width: 414px) and (max-width: 766px) {
    #prescription-form table tr,
    #prescription-form table td,
    .modal.modal-prescription table tr,
    .modal.modal-prescription table td {
        padding: 5px; } }

@media (min-width: 375px) and (max-width: 413px) {
    #prescription-form table tr,
    #prescription-form table td,
    .modal.modal-prescription table tr,
    .modal.modal-prescription table td {
        font-size: 13px;
        padding: 4px; } }

@media (max-width: 374px) {
    #prescription-form table tr,
    #prescription-form table td,
    .modal.modal-prescription table tr,
    .modal.modal-prescription table td {
        font-size: 12px;
        padding: 3px; } }

.modal.modal-prescription table i {
    font-family: "OpenSansRegular", "sans-serif";
    font-style: italic;
    font-weight: 600; }

.prescrUploadImgBtn,
.prescrUploadedFileWrapper,
.prescrUploadedFileViewRtn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    border: 2px dashed #AAAAAA;
    color: #AAAAAA;
    text-transform: uppercase;
    padding: 7px 15px;
    -webkit-border-radius: 4px !important;
    border-radius: 4px !important;
    margin-bottom: 0;
    -webkit-transition: color 0.3s ease 0s, border 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s, border 0.3s ease 0s;
    transition: color 0.3s ease 0s, border 0.3s ease 0s; }
@media (max-width: 576px) {
    .prescrUploadImgBtn,
    .prescrUploadedFileWrapper,
    .prescrUploadedFileViewRtn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }

.prescrUploadImgBtn:hover,
.prescrUploadImgBtn:not(:disabled):not(.disabled):active,
.prescrUploadImgBtn:not(:disabled):not(.disabled):focus {
    border-style: solid;
    color: #808080; }

.prescrUploadedFileContainer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

.prescrUploadedFileContainer.hidden {
    display: none; }

.prescrUploadedFileWrapper,
.prescrUploadedFileViewRtn {
    min-width: 150px;
    max-width: -webkit-calc(100% - 25px);
    max-width: calc(100% - 25px);
    text-align: left; }

.prescrUploadedFileViewRtn {
    display: none;
    min-width: 150px; }

.prescrUploadedFileWrapper,
.prescrUploadedFileWrapper:hover,
.prescrUploadedFileWrapper:not(:disabled):not(.disabled):active,
.prescrUploadedFileWrapper:not(:disabled):not(.disabled):focus,
.prescrUploadedFileViewRtn,
.prescrUploadedFileViewRtn:hover,
.prescrUploadedFileViewRtn:not(:disabled):not(.disabled):active,
.prescrUploadedFileViewRtn:not(:disabled):not(.disabled):focus {
    border-style: solid;
    border-right: none;
    -webkit-border-top-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    color: #808080; }

.prescrUploadImgBtn svg {
    width: 20px;
    margin-left: 6px; }

.prescrUploadImgBtn svg path {
    stroke: #AAAAAA;
    -webkit-transition: stroke 0.3s ease 0s;
    -o-transition: stroke 0.3s ease 0s;
    transition: stroke 0.3s ease 0s; }

.prescrUploadImgBtn:hover svg path {
    stroke: #808080; }

.prescrUploadedFile {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 7px; }

.accountRemoveBtn-prescrUploadedImg {
    min-width: 25px;
    width: 25px;
    line-height: inherit;
    padding: 0;
    -webkit-border-top-right-radius: 4px !important;
    border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    margin-left: -1px; }

#prescriptionImgPopup .modal-header {
    border-bottom-color: transparent; }

#prescriptionImgPopup .modal-body {
    text-align: center; }

#prescriptionImgPopup .modal-body img {
    width: 100%;
    max-width: 100%; }

/* -----------------  END  prescription ----------------- */
/* -----------------  END  prescription ----------------- */
/* -----------------  END  prescription ----------------- */
/* -----------------  END  prescription ----------------- */
/* -----------------  END  newsletter ----------------- */
/* -----------------  END  newsletter ----------------- */
/* -----------------  END  newsletter ----------------- */
/* -----------------  END  newsletter ----------------- */
#account-newsletter-form {
    display: none; }

/* -----------------  END  newsletter ----------------- */
/* -----------------  END  newsletter ----------------- */
/* -----------------  END  newsletter ----------------- */
/* -----------------  END  newsletter ----------------- */
/* ----------------- START messages in account ----------------- */
/* ----------------- START messages in account ----------------- */
/* ----------------- START messages in account ----------------- */
/* ----------------- START messages in account ----------------- */
.accountMessage {
    position: fixed;
    width: 100%;
    max-width: 258px;
    left: 50%;
    bottom: -100px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-color: #ffffff;
    padding: 25px 15px;
    border: 1px solid #ececec;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.075);
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.075);
    z-index: 1000; }
@media (max-width: 576px) {
    .accountMessage {
        max-width: -webkit-calc(100% - 15px*2);
        max-width: calc(100% - 15px*2); } }

.accountMessage-success {
    color: #78A622; }

.accountMessage-error {
    color: #dc3545; }

.accountMessage-warning {
    color: #e5992e; }

.accountMessage-animated {
    -webkit-animation-duration: 2.5s;
    animation-duration: 2.5s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-name: accountMessage;
    animation-name: accountMessage; }
@media (max-width: 576px) {
    .accountMessage-animated {
        -webkit-animation-name: accountMessage__xs;
        animation-name: accountMessage__xs; } }

@-webkit-keyframes accountMessage {
    0% {
        opacity: 0;
        bottom: -100px; }
    40% {
        opacity: 1;
        bottom: 100px; }
    70% {
        opacity: 1;
        bottom: 100px; }
    100% {
        opacity: 0;
        bottom: 200px; } }

@keyframes accountMessage {
    0% {
        opacity: 0;
        bottom: -100px; }
    40% {
        opacity: 1;
        bottom: 100px; }
    70% {
        opacity: 1;
        bottom: 100px; }
    100% {
        opacity: 0;
        bottom: 200px; } }

@-webkit-keyframes accountMessage__xs {
    0% {
        opacity: 0;
        bottom: -100px; }
    40% {
        opacity: 1;
        bottom: 50px; }
    70% {
        opacity: 1;
        bottom: 50px; }
    100% {
        opacity: 0;
        bottom: 100px; } }

@keyframes accountMessage__xs {
    0% {
        opacity: 0;
        bottom: -100px; }
    40% {
        opacity: 1;
        bottom: 50px; }
    70% {
        opacity: 1;
        bottom: 50px; }
    100% {
        opacity: 0;
        bottom: 100px; } }

/* -----------------  END  messages in account ----------------- */
/* -----------------  END  messages in account ----------------- */
/* -----------------  END  messages in account ----------------- */
/* -----------------  END  messages in account ----------------- */
/* ----------------- START messages ----------------- */
/* ----------------- START messages ----------------- */
/* ----------------- START messages ----------------- */
/* ----------------- START messages ----------------- */
.messagesTableWrapper {
    display: none; }

/* -----------------  END  messages ----------------- */
/* -----------------  END  messages ----------------- */
/* -----------------  END  messages ----------------- */
/* -----------------  END  messages ----------------- */
/* ------------------------  END  accountSection ------------------------ */
/* ------------------------  END  accountSection ------------------------ */
/* ------------------------  END  accountSection ------------------------ */
/* ------------------------  END  accountSection ------------------------ */
/* ------------------------  END  accountSection ------------------------ */
/* ------------------------  END  accountSection ------------------------ */
/* ------------------------  END  accountSection ------------------------ */
/* ------------------------  END  accountSection ------------------------ */
/* page--login */
/* ------------- START SECTION loginSection ------------- */
/* ------------- START SECTION loginSection ------------- */
/* ------------- START SECTION loginSection ------------- */
/* ------------- START SECTION loginSection ------------- */
.loginSection .headline {
    font-family: "BebasNeueBold", "sans-serif"; }

.loginSection .headline-h2 {
    font-size: 32px;
    padding-top: 0;
    padding-bottom: 0; }

.loginRegisterForm {
    padding: 15px;
    border: 1px solid #C0C0C0;
    -webkit-border-radius: 4px;
    border-radius: 4px; }

.not-empty:not(:empty) {
    margin-top: 15px; }

@media (min-width: 768px) and (max-width: 991px) {
    .md-mb-2rem {
        margin-bottom: 2rem !important; } }

/* -------------  END  SECTION loginSection ------------- */
/* -------------  END  SECTION loginSection ------------- */
/* -------------  END  SECTION loginSection ------------- */
/* -------------  END  SECTION loginSection ------------- */

.check_order_p {
    text-align: center;
    padding: 20px;
}
.check_order_padding {
    padding:  20px;
}
.check_order_result {
    display: none;
}

/* Styles for floated images added via CKEditor */
.reserved img[style*="left"]  {margin:0 20px 20px 0;}
.reserved img[style*="right"] {margin:0 0 20px 20px; }
/* END Styles for floated images added via CKEditor */

.text-open
{
    color: blue;
    cursor: pointer;
}

.text-close
{
    color: blue;
    display:none;
    cursor: pointer;
}

#reduce-block, .reduce-block
{
    display:none;
}
