/*Responsive Breakpoints*/
/*-----------------------
RESET
------------------------*/
/* Reset `button` and button-style `input` default styles */
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0; }

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0; }

html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.1;
  color: #3e4d5c;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px; }

p {
  margin-bottom: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #428bca;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #8e9ca8;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0;
  cursor: pointer; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*
END RESET
*/
.mw-100 {
  min-width: 100% !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  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 (min-width: 375px) and (max-width: 413px) {
    h2 {
      font-size: 21px; } }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

.text-danger {
  color: #e84d1c !important; }

.text-body {
  color: #3e4d5c !important; }

.text-muted {
  color: #8e9ca8 !important; }

.text-transform-none {
  text-transform: none; }

.text-primary {
  color: #269 !important; }

.txt-sec {
  color: #aaaaaa; }

/* BADGE & BUTTONS STYLE */
.badge {
  font-weight: normal;
  border-radius: 0; }
  .badge + .badge {
    margin-left: 4px; }
  .badge-xs {
    font-size: 13px; }

a.badge-info:focus,
a.badge-info:hover {
  background-color: #0f98c5; }

a.badge-info.focus,
a.badge-info:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn-info, .badge-info {
  background-color: #1ad;
  border-color: #1ad; }
.btn-primary, .btn-primary, .badge-primary, .badge-primary {
  color: #fff !important;
  background-color: #269;
  border-color: #269; }
.btn-warning, .btn-orange, .badge-warning, .badge-orange {
  color: rgba(255, 255, 255, 0.8) !important;
  background-color: #f86321e6;
  border-color: #f86321e6; }

/*BUTTONS*/
.btn {
  font-size: 1rem;
  text-transform: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* BTN STYLES */
  /* BTN SIZES */ }
  .btn:focus, .btn.active, .btn:active, .btn:not(:disabled):not(.disabled):active:focus {
    outline: 0;
    box-shadow: none; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):hover, .btn-primary:not(:disabled):not(.disabled):active:focus {
    color: #fff !important;
    background-color: #1ad;
    border-color: #1ad; }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):hover, .btn-info:not(:disabled):not(.disabled):active:focus {
    color: #fff !important;
    background-color: #1ad;
    border-color: #1ad; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):hover, .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .btn-orange:not(:disabled):not(.disabled):hover, .btn-orange:not(:disabled):not(.disabled):active:focus {
    color: #fff !important;
    background-color: #f86321;
    border-color: #f86321; }
  .btn-md {
    padding: 7px 14px;
    font-size: 14px; }
  .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; }

/*FORMS*/
.form-control {
  height: 38px;
  color: #5f6d7b;
  border-radius: 0;
  border-color: #e4e6e8; }
  .form-control[class*="sm"] {
    height: 30px;
    font-size: 12px;
    padding: 2px 5px; }
  .form-control.rounded-border {
    border-radius: 5px; }
  .form-control:focus {
    box-shadow: none; }

.form-inline .form-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/*CARDS*/
.card {
  border: 2px solid #ddd; }

/* PAGINATION */
.pagination-sm .page-link {
  min-width: 30px;
  height: 30px;
  font-size: 13px;
  padding-right: 5px;
  padding-left: 5px; }

.page-item.disabled .page-link {
  color: #868c93;
  border: none;
  pointer-events: none;
  cursor: auto;
  background: #555;
  border-color: #555; }
.page-item .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #868c93;
  border-radius: 15px !important;
  border: none; }
  .page-item .page-link:hover {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd; }
.page-item + .page-item {
  margin-left: 5px; }

/*TOOLTIP*/
.tooltip {
  padding: 3px;
  margin: 2px; }

.tooltip, .tooltip-inner {
  max-width: 300px;
  width: auto;
  z-index: 99999; }

.tooltip-inner {
  color: #333;
  background: #fff;
  text-align: left;
  border: 1px solid #666; }

/* MEDIAS CUSTOMIZING */
@media (max-width: 991.98px) {
  .container {
    width: 100%;
    max-width: 750px; } }
/* -------------------- 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 -------------------- */
/*== NEW MAIN STYLES ==*/
body {
  color: #3e4d5c;
  /*direction: ltr;*/
  font: 400 13px 'OpenSansRegular', Arial, sans-serif;
  background: #fff;
  overflow-x: hidden; }

*:focus {
  outline: none !important; }

a {
  color: #269; }
  a:hover, a:focus {
    color: #e84d1c; }

.vertical-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.xy-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.w-img {
  overflow: hidden; }
  .w-img img {
    width: 100%;
    height: auto; }
    .w-img img.img-cover {
      min-width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

h1, h2, h6 {
  /*styles-gow-products-list_20181023.css - line 905*/
  font-size: 23px; }

.row:not([hidden]):not(.reserved):not(.hidden) + .row {
  margin-top: 15px; }

p + p {
  margin-top: 10px; }
p:last-child {
  margin-bottom: 0; }

/* -------------------- START icons -------------------- */
@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; }
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "custom";
  font-style: normal;
  font-weight: normal;
  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-star:before {
  content: '\e813'; }

.icon-star-empty:before {
  content: '\e814'; }

.icon-star-half-alt:before {
  content: '\e815'; }

.icon-star-half:before {
  content: '\e816'; }

.stars-clr {
  color: #cc3300; }

/*[class*=" icon-"]:before, [class^=icon-]:before {
  font-family: gow-custom;
}*/
.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'; }

.i-plus {
  background: url(https://www.glassesonweb.com/gow-2014/assets/images/plusminus.png) no-repeat; }

.i-minus {
  background: url(https://www.glassesonweb.com/gow-2014/assets/images/plusminus.png) 0 -18px no-repeat; }

.icon-male {
  color: #39c; }

.icon-female {
  color: #f39; }

.icon-child {
  color: #390; }

/*-------------*/
.icon-sm {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 18px; }

.icon + *,
.icon-left {
  margin-right: 8px; }

* + .icon,
.icon-right {
  margin-left: 8px; }

/* --------------------  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; }

/*======== End: theme--main-styles =========*/
.tag {
  /*styles-gow-products-list_20181023.css - line 11*/
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff !important;
  cursor: pointer;
  height: 22px;
  line-height: 20px;
  margin: 0 4px 4px 0;
  padding: 0 8px;
  position: relative;
  vertical-align: top; }
  .tag:after {
    content: '\00d7';
    font-size: 16px;
    margin-left: 6px;
    padding-top: 2px; }

.section + .section {
  margin-top: 15px; }

.navbar {
  margin-bottom: 0; }

@media (min-width: 992px) {
  .grid-20 {
    margin-right: -20px;
    margin-left: -20px; }
    .grid-20 > [class*="col"] {
      padding-right: 20px;
      padding-left: 20px; } }

/* ---------- 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 ---------- */
/* ----------  SCROLL TOP BUTTON ---------- */
.scroll-top-btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  opacity: 1;
  cursor: pointer; }
  .scroll-top-btn img {
    width: 40px;
    height: 40px; }

/* ----------  End: SCROLL TOP BUTTON ---------- */
.ftr-sec-hd {
  color: #c2c1c1;
  font: 23px 'Open Sans', sans-serif;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 5px; }

#reduce-block {
  display: none; }

/* Start: HEADER */
/* header */
/* -------------------- START headers -------------------- */
/* ---------- START headers pre-header ---------- */
header .navbar .menu-search {
  max-width: 60%; }

.pre-header {
  background-color: #767f88;
  color: rgba(255, 255, 255, 0.8) !important;
  padding: 5px 0;
  min-height: 34px; }

.pre-header li {
  padding-left: 13px;
  padding-right: 13px;
  border-right: solid 1px rgba(255, 255, 255, 0.8);
  display: inline-block;
  margin: 0 !important; }
  @media (max-width: 767px) {
    .pre-header li {
      padding-left: 5px;
      padding-right: 5px;
      font-size: 13px; } }
  .pre-header li:last-child {
    border: none; }
    @media (max-width: 767px) {
      .pre-header li:last-child {
        padding-right: 0; } }
  @media (max-width: 767px) {
    .pre-header li:first-child {
      padding-left: 0; } }

.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 ---------- */
/* ---------- 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 ---------- */
/* ---------- START headers nav bar ---------- */
.nav-link {
  font-size: 16px;
  font-weight: 600; }

.pre-header .dropdown-item {
  color: #216699;
  font-size: 0.9rem;
  -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; }

.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 ---------- */
/* ---------- 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 {
  width: 33.33%;
  float: left;
  line-height: 1.5;
  padding: 2px 7px; }
  @media (max-width: 767px) {
    .brand-item {
      padding: 2px 7px;
      float: left;
      width: 32%;
      font-size: 13px; } }

.brand-item a {
  font-size: 14px;
  line-height: 1.5; }

.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 0; }

.shapes.sh-2 {
  background-position: -30px 0; }

.shapes.sh-3 {
  background-position: -60px 0; }

.shapes.sh-4 {
  background-position: -90px 0; }

.shapes.sh-5 {
  background-position: -120px 0; }

.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 0; }

.brands.BS {
  background-position: -100px 0; }

.brands.DG1 {
  background-position: -200px 0; }

.brands.CK {
  background-position: -300px 0; }

.brands.CAL {
  background-position: -400px 0; }

.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 ---------- */
@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; }

/* --------------------  END  headers -------------------- */
/* End: HEADER */
/* Start: FOOTER */
/* -------------------- START footer -------------------- */
.footer {
  background: #272626;
  color: #b0b0b0;
  font-size: 12px; }

/* ---------- 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: 0 0; }

.payt-sm.mc {
  background-position: -41px 0; }

.payt-sm.pp {
  background-position: 0 -26px; }

.payt-sm.visa {
  background-position: -41px -26px; }

/* ----------  END  payt ---------- */
/* --------------------  END  footer -------------------- */
/* End: FOOTER */
.main {
  padding-top: 20px; }

.sidebar-filter {
  margin-bottom: 25px; }
  @media (max-width: 767.98px) {
    .sidebar-filter {
      display: none; } }

.filter-toggle .active .btn {
  background: #fff;
  color: #269; }

.filter-parameter:not(:first-child) {
  margin-top: 16px;
  padding-top: 16px; }
.filter-parameter a {
  color: inherit; }
  .filter-parameter a:hover {
    color: #e84d1c; }
.filter-parameter + .filter-parameter {
  border-top: 2px solid #eee; }
.filter-parameter .full-bmlist {
  height: 150px;
  overflow-y: auto;
  overflow-x: hidden; }
.filter-parameter .filter-cat {
  font-size: 13px;
  line-height: 20px;
  padding-left: 25px; }
  .filter-parameter .filter-cat.checked {
    padding-left: 0; }
    .filter-parameter .filter-cat.checked, .filter-parameter .filter-cat.checked a {
      color: #1ad; }
    .filter-parameter .filter-cat.checked .icon-left {
      margin-right: 3px; }
.filter-parameter .filter-item-title {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 10px; }
.filter-parameter .form-control {
  font-size: 13px; }
.filter-parameter .price-show {
  font-size: 15px; }

/*RANGE SLIDER cUSTOMIZATION*/
.ui-widget-content {
  border: none;
  background: #e5e5e5;
  border-radius: 0;
  height: 8px !important;
  margin: 0 0 15px; }

.ui-widget-header {
  background: #1ad; }

.main-content .product-list {
  margin-right: -.5rem;
  margin-left: -.5rem; }
  .main-content .product-list > [class*="col"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
.main-content .product-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .main-content .product-item .card {
    width: 100%; }
    .main-content .product-item .card:hover {
      border-color: #1ad; }
  .main-content .product-item .card-img-top {
    height: 125px;
    padding: 0 5px;
    overflow: hidden; }
    .main-content .product-item .card-img-top a {
      max-width: 100%; }
    .main-content .product-item .card-img-top img {
      -o-object-fit: contain;
      object-fit: contain; }
  .main-content .product-item .card-title {
    height: 16px;
    font-size: 14px;
    overflow: hidden; }
  .main-content .product-item .pi-price {
    font-size: 18px; }
    .main-content .product-item .pi-price strike {
      color: #888;
      font-size: 13px;
      padding: 0 4px;
      text-decoration: line-through; }

.filter-toggle {
  display: none; }

.color-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px -5px; }
  .color-list .color {
    display: inline-block;
    line-height: 1;
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
    cursor: pointer; }
  .color-list .color-box {
    opacity: .5;
    display: inline-block;
    height: 26px;
    width: 26px;
    -webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2), inset 4px 4px 26px -8px #fff;
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2), inset 4px 4px 26px -8px #fff; }

.reviews-section .review-item + .review-item {
  margin-top: 20px; }

.stars-clr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/*-------- ACCORDION --------*/
.accordion-item .header {
  padding: 14px 20px 14px 0;
  border-bottom: 1px solid #CCCC; }
.accordion-item .toggle-link {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 600;
  text-transform: initial;
  color: #777;
  margin: 0; }
  .accordion-item .toggle-link:hover {
    cursor: pointer; }
  .accordion-item .toggle-link[aria-expanded="true"] {
    color: #08c; }
    .accordion-item .toggle-link[aria-expanded="true"]:after {
      -webkit-transform: translateY(-50%) rotate(315deg);
      -ms-transform: translateY(-50%) rotate(315deg);
      transform: translateY(-50%) rotate(315deg); }
  .accordion-item .toggle-link[aria-expanded="false"]:after {
    -webkit-transform: translateY(-50%) rotate(136deg);
    -ms-transform: translateY(-50%) rotate(136deg);
    transform: translateY(-50%) rotate(136deg); }
  .accordion-item .toggle-link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 8px;
    height: 8px;
    transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 50% 35%;
    -ms-transform-origin: 50% 35%;
    transform-origin: 50% 35%; }
.accordion-item .body {
  font-size: 13px;
  padding: 10px 0; }
  .accordion-item .body p {
    line-height: 1.3;
    margin-bottom: 30px; }
    .accordion-item .body p:last-child {
      margin-bottom: 0; }

@media (max-width: 767.98px) {
  .filter-toggle,
  .sidebar-filter.open {
    display: block; }

  .sidebar-filter,
  .sidebar-filter .clear-all-btn,
  .sidebar-filter .color-list,
  .sidebar-filter .price-slider,
  .sidebar-filter .price-show {
    display: none; } }

/*# sourceMappingURL=main-new.css.map */
