.list-unstyled {
  padding-left: 0;
  list-style: none; }

.lazyload, .lazyloading {
  transition: opacity 400ms; }

.lazyload {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 400ms; }

.slider {
  overflow: hidden; }

@media (min-width: 1200px) {
  .full_slider {
    height: 400px; } }

@media (max-width: 1199px) {
  .full_slider {
    height: 330px; } }

@media (max-width: 991px) {
  .full_slider {
    height: 245px; } }

@media (max-width: 767px) {
  .full_slider {
    height: 182px; } }

@media (max-width: 452px) {
  .full_slider {
    height: 150px; } }

@media (max-width: 401px) {
  .full_slider {
    height: 131px; } }

@media (max-width: 321px) {
  .full_slider {
    height: 104px; } }

.collapse, .dropdown-menu, .full_slider .slider_item {
  display: none; }

.slider .slider_item {
  float: left; }

.slick-initialized.full_slider {
  height: auto; }

.slick-initialized .slider_item {
  display: block; }

.product_img_list {
  height: 62px;
  overflow: hidden; }

/* &:before,
  &:after {
    content: " "; // 1
    display: table; // 2
  }
  &:after {
    clear: both;
  } */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@-webkit-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91; }

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

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  @media (min-width: 34em) {
    .container {
      max-width: 34rem; } }
  @media (min-width: 48em) {
    .container {
      max-width: 45rem; } }
  @media (min-width: 62em) {
    .container {
      max-width: 60rem; } }
  @media (min-width: 75em) {
    .container {
      max-width: 72.25rem; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  flex: 1 1 100%; }

.col-xs-1 {
  flex: 0 0 8.33333%; }

.col-xs-2 {
  flex: 0 0 16.66667%; }

.col-xs-3 {
  flex: 0 0 25%; }

.col-xs-4 {
  flex: 0 0 33.33333%; }

.col-xs-5 {
  flex: 0 0 41.66667%; }

.col-xs-6 {
  flex: 0 0 50%; }

.col-xs-7 {
  flex: 0 0 58.33333%; }

.col-xs-8 {
  flex: 0 0 66.66667%; }

.col-xs-9 {
  flex: 0 0 75%; }

.col-xs-10 {
  flex: 0 0 83.33333%; }

.col-xs-11 {
  flex: 0 0 91.66667%; }

.col-xs-12 {
  flex: 0 0 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 34em) {
  .col-sm-1 {
    flex: 0 0 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 48em) {
  .col-md-1 {
    flex: 0 0 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 62em) {
  .col-lg-1 {
    flex: 0 0 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

@media (min-width: 75em) {
  .col-xl-1 {
    flex: 0 0 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }

.col-xs-first {
  order: -1; }

.col-xs-last {
  order: 1; }

@media (min-width: 34em) {
  .col-sm-first {
    order: -1; }
  .col-sm-last {
    order: 1; } }

@media (min-width: 48em) {
  .col-md-first {
    order: -1; }
  .col-md-last {
    order: 1; } }

@media (min-width: 62em) {
  .col-lg-first {
    order: -1; }
  .col-lg-last {
    order: 1; } }

@media (min-width: 75em) {
  .col-xl-first {
    order: -1; }
  .col-xl-last {
    order: 1; } }

.row-xs-top {
  align-items: flex-start; }

.row-xs-center {
  align-items: center; }

.row-xs-bottom {
  align-items: flex-end; }

@media (min-width: 34em) {
  .row-sm-top {
    align-items: flex-start; }
  .row-sm-center {
    align-items: center; }
  .row-sm-bottom {
    align-items: flex-end; } }

@media (min-width: 48em) {
  .row-md-top {
    align-items: flex-start; }
  .row-md-center {
    align-items: center; }
  .row-md-bottom {
    align-items: flex-end; } }

@media (min-width: 62em) {
  .row-lg-top {
    align-items: flex-start; }
  .row-lg-center {
    align-items: center; }
  .row-lg-bottom {
    align-items: flex-end; } }

@media (min-width: 75em) {
  .row-xl-top {
    align-items: flex-start; }
  .row-xl-center {
    align-items: center; }
  .row-xl-bottom {
    align-items: flex-end; } }

.col-xs-top {
  align-self: flex-start; }

.col-xs-center {
  align-self: center; }

.col-xs-bottom {
  align-self: flex-end; }

@media (min-width: 34em) {
  .col-sm-top {
    align-self: flex-start; }
  .col-sm-center {
    align-self: center; }
  .col-sm-bottom {
    align-self: flex-end; } }

@media (min-width: 48em) {
  .col-md-top {
    align-self: flex-start; }
  .col-md-center {
    align-self: center; }
  .col-md-bottom {
    align-self: flex-end; } }

@media (min-width: 62em) {
  .col-lg-top {
    align-self: flex-start; }
  .col-lg-center {
    align-self: center; }
  .col-lg-bottom {
    align-self: flex-end; } }

@media (min-width: 75em) {
  .col-xl-top {
    align-self: flex-start; }
  .col-xl-center {
    align-self: center; }
  .col-xl-bottom {
    align-self: flex-end; } }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[hidden] {
  display: none !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: "0/0" a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-xs-left {
  text-align: left; }

.text-xs-right {
  text-align: right; }

.text-xs-center {
  text-align: center; }

@media (min-width: 34em) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; } }

@media (min-width: 48em) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; } }

@media (min-width: 62em) {
  .text-lg-left {
    text-align: left; }
  .text-lg-right {
    text-align: right; }
  .text-lg-center {
    text-align: center; } }

@media (min-width: 75em) {
  .text-xl-left {
    text-align: left; }
  .text-xl-right {
    text-align: right; }
  .text-xl-center {
    text-align: center; } }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #818a91; }

.text-primary {
  color: #0275d8; }

a.text-primary:focus, a.text-primary:hover {
  color: #025aa5; }

.text-success {
  color: #5cb85c; }

a.text-success:focus, a.text-success:hover {
  color: #449d44; }

.text-info {
  color: #5bc0de; }

a.text-info:focus, a.text-info:hover {
  color: #31b0d5; }

.text-warning {
  color: #f0ad4e; }

a.text-warning:focus, a.text-warning:hover {
  color: #ec971f; }

.text-danger {
  color: #d9534f; }

a.text-danger:focus, a.text-danger:hover {
  color: #c9302c; }

.bg-inverse {
  color: #eceeef;
  background-color: #373a3c; }

.bg-faded {
  background-color: #f7f7f9; }

.bg-primary {
  color: #fff;
  background-color: #0275d8; }

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #025aa5; }

.bg-success {
  color: #fff;
  background-color: #5cb85c; }

a.bg-success:focus, a.bg-success:hover {
  background-color: #449d44; }

.bg-info {
  color: #fff;
  background-color: #5bc0de; }

a.bg-info:focus, a.bg-info:hover {
  background-color: #31b0d5; }

.bg-warning {
  color: #fff;
  background-color: #f0ad4e; }

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #ec971f; }

.bg-danger {
  color: #fff;
  background-color: #d9534f; }

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #c9302c; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 33.99em) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 34em) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 47.99em) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 48em) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 61.99em) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 62em) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 74.99em) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 75em) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print .hidden-print {
    display: none !important; } }

*, *::after, *::before {
  box-sizing: border-box;
  outline: none !important;
  min-width: 0; }

iframe, object, embed {
  border: none;
  width: 100%; }

img {
  image-orientation: from-image; }

html {
  font-size: 16.1px; }

html, body {
  background-color: #fff;
  color: #000;
  font-family: "Lato", Tahoma, Verdana, sans-serif;
  font-weight: 300;
  min-width: 320px;
  position: relative; }

a, a:hover, a:focus {
  color: inherit;
  text-decoration: none; }

a:hover, button:hover {
  opacity: 0.5; }

ul {
  margin-bottom: 0; }

picture {
  display: block; }

.d_table {
  display: table; }

.table_row {
  display: table-row; }

.table_cell {
  display: table-cell; }

.d_flex {
  display: flex; }

.main_social.list li::after {
  margin: 0 5.5px; }

.main_social.list .bt {
  border: 1px solid #cdcdcd;
  border-radius: 3.5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.7); }
  .main_social.list .bt .fa {
    font-size: 14px; }

.main_social.list .wishlist {
  font-size: 12px;
  font-weight: 300;
  height: 29px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.52);
  width: 63px; }
  .main_social.list .wishlist .fa {
    margin-right: 4px; }

.grid_title {
  color: #0d0f6f;
  font: 600 28px "ACaslonProSemibold", Times, serif;
  letter-spacing: -0.007em;
  margin: 55px 0 74px;
  overflow: hidden;
  text-align: center; }
  .grid_title > span {
    display: inline-block;
    position: relative; }
    .grid_title > span::before, .grid_title > span::after {
      border-bottom: 1px solid #d3d3d3;
      content: '';
      margin: 0 25px;
      position: absolute;
      top: 50%;
      width: 500px; }
    .grid_title > span::before {
      right: 100%; }
    .grid_title > span::after {
      left: 100%; }

.newsletterEmailBtn .loading, .jsNewsletterProcess .newsletterEmailBtn .static {
  display: none; }

.jsNewsletterProcess .newsletterEmailBtn .loading {
  display: block; }

@font-face {
  font-family: 'ACaslonProSemibold';
  src: url("../../fonts/cal/ACaslonProSemibold.woff2") format("woff2"), url("../../fonts/cal/ACaslonProSemibold.woff") format("woff"), url("../../fonts/cal/ACaslonProSemibold.ttf") format("truetype"), url("../../fonts/cal/ACaslonProSemibold.svg#ACaslonProSemibold") format("svg"); }

.main_header {
  box-shadow: 0 4px 20px 3px rgba(0, 0, 0, 0.35);
  color: #0d0f6f;
  margin-bottom: 27px; }
  .main_header .dropdown-menu {
    min-width: 184px; }
    .main_header .dropdown-menu li {
      border-top: 1px solid #d8d8d8; }
      .main_header .dropdown-menu li:first-child {
        border-top: none; }
  .main_header .inner_wrapp {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    display: flex; }
  .main_header .logo {
    width: 286px; }
    .main_header .logo img {
      margin: auto; }
  .main_header .main_nav_list > li {
    font: 400 13px/1.5em "Cinzel", Times, serif;
    letter-spacing: 0.06em;
    text-transform: uppercase; }
    .main_header .main_nav_list > li.last_link_for_desktop::after {
      margin: 0; }
  .main_header .wrapp_search_form .src_box {
    width: 100%; }
  .main_header .wrapp_search_form .form-control {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-right: none;
    color: #55579a; }
  .main_header .wrapp_search_form .bt {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    border-left: none;
    border-radius: 0;
    color: #55579a;
    font-size: 13px;
    opacity: 1;
    width: 40px; }
  .main_header .list_account_cart {
    font: 700 13px "Cinzel", Times, serif;
    letter-spacing: 0.03em;
    text-transform: uppercase; }
    .main_header .list_account_cart .text_icon .fa {
      font-size: 12px;
      margin-right: 4px; }
  @media (min-width: 992px) {
    .main_header {
      margin-bottom: 100px; }
      .main_header .logo {
        background: #fff;
        box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.35);
        margin-bottom: -68px;
        opacity: 1 !important;
        padding: 16px 15px;
        position: relative;
        z-index: 9; }
      .main_header .jsSrcShow, .main_header .jsSrcShow.in, .main_header .jsNavShow, .main_header .jsNavShow.in {
        display: flex;
        height: auto !important; }
      .main_header .main_nav_list > li {
        margin: 0; }
        .main_header .main_nav_list > li::after {
          content: '';
          margin: 0 15px; }
      .main_header .wrapp_search_form {
        flex: 0 1 272px; }
        .main_header .wrapp_search_form .form-control {
          font-size: 11px;
          font-weight: 300;
          height: 32.5px;
          letter-spacing: 0.1em;
          padding: 1px 17px 2px; }
          .main_header .wrapp_search_form .form-control::placeholder {
            color: #55579a; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .main_header .wrapp_search_form {
      flex: 0 1 200px; } }

/* @import "header/top_box";
@import "header/sticky"; */
@media (max-width: 991px) {
  .main_header .container_for_mobile {
    padding: 0;
    max-width: 100%; }
  .main_header .inner_wrapp {
    flex-direction: column;
    padding: 20px 0 0; }
  .main_header .visible_mobile_nav {
    font: 12px "ACaslonProSemibold", Times, serif;
    letter-spacing: 0.0833333333333333em;
    margin: 22px 0 10px;
    text-transform: uppercase; }
    .main_header .visible_mobile_nav li {
      cursor: pointer; }
      .main_header .visible_mobile_nav li::after {
        margin: 0 17px; }
  .main_header nav, .main_header .wrapp_search_form {
    width: 100%; }
  .main_header .wrapp_search_form, .main_header .main_nav_list {
    background: #f1f1f1;
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.2) inset;
    color: #999; }
  .main_header .wrapp_search_form .src_box {
    padding: 20px 15px; }
  .main_header .wrapp_search_form .form-control {
    height: 38px; }
  .main_header .wrapp_search_form .btn {
    color: #b8b8b8;
    font-size: 15px; }
  .main_header .main_nav_list a {
    border-bottom: 1px solid #e1e1e1;
    display: none;
    padding: 12px 7px 10px 45px; }
    .main_header .main_nav_list a.only_link {
      display: block; }
  .main_header .main_nav_list .invert_link {
    background: #626262;
    color: #e0e0e0; } }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden; }

.main_header, .main_footer {
  flex: none;
  width: 100%; }

.content_wrapper {
  flex: 1 0 auto;
  width: 100%; }

.main_footer {
  background: #e3e3e3;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.5em;
  margin-top: 33px;
  padding: 31px 0 37px; }
  @media (max-width: 767px) {
    .main_footer {
      padding: 44px 0 10px;
      text-align: center; }
      .main_footer .first_block {
        order: 2; }
      .main_footer .second_block {
        order: 1; }
      .main_footer .tel {
        display: inline-block;
        margin-bottom: 8px; } }
  .main_footer a:hover, .main_footer a:focus {
    text-decoration: underline; }
  .main_footer .footer_contacts .title {
    font-weight: 600;
    letter-spacing: 0.14em;
    margin-bottom: 0; }
  .main_footer .mailing_address {
    padding-bottom: 2px; }
  .main_footer .mailto {
    letter-spacing: 0.132em; }
  @media (min-width: 992px) {
    .main_footer .second_col, .main_footer .third_col {
      padding-left: 36px; } }
  .main_footer .second_col li, .main_footer .third_col li {
    margin: 1px 0 8px; }
  .main_footer .social_list li {
    color: #666;
    font-size: 18px;
    margin-top: 10px; }
    .main_footer .social_list li::after {
      content: '';
      margin: 0 4px; }
  @media (max-width: 767px) {
    .main_footer .social_list {
      justify-content: center; }
      .main_footer .social_list li::after {
        margin: -1px 10px 0; } }
  .main_footer .copyright {
    letter-spacing: 0.051em;
    margin-top: 50px;
    opacity: 0.5; }
    @media (min-width: 992px) {
      .main_footer .copyright {
        margin-right: 19px; } }
    .main_footer .copyright:first-letter {
      padding-right: 3px; }
  @media (min-width: 768px) {
    .main_footer .wrapp_newsletter_copyright {
      display: inline-block;
      text-align: left; } }
  @media (max-width: 767px) {
    .main_footer .box_newsletter {
      margin: 0 auto 51px;
      max-width: 309px;
      text-align: center; } }
  .main_footer .box_newsletter .title_newsletter {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.075em;
    margin-bottom: 12px; }
  .main_footer .box_newsletter .form-control {
    background-color: #fff;
    border: 1px solid #fff;
    color: #7d7d7d;
    font: 12px "Lato", Tahoma, Verdana, sans-serif;
    letter-spacing: 0; }
    .main_footer .box_newsletter .form-control::placeholder {
      color: #656565;
      font: 12px "Lato", Tahoma, Verdana, sans-serif; }
  .main_footer .box_newsletter .bt {
    background-color: #555;
    color: #fff;
    font-size: 16px;
    width: 41px; }

.harrisantiques_theme button, .harrisantiques_theme select, .harrisantiques_theme input, .harrisantiques_theme textarea {
  -webkit-appearance: none; }

.harrisantiques_theme button {
  background: none;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0; }

.harrisantiques_theme select.form-control {
  line-height: 1; }

.harrisantiques_theme textarea.form-control {
  padding: 10px; }

.harrisantiques_theme .form-control {
  border-width: 1px;
  border-radius: 0;
  height: 32px;
  font-size: 14px; }

.harrisantiques_theme .btn {
  border-width: 1px;
  font: 400 13px "Lato", Tahoma, Verdana, sans-serif;
  letter-spacing: 0.02em;
  padding: 13px;
  position: relative;
  text-transform: uppercase; }
  .harrisantiques_theme .btn:hover {
    opacity: 0.5; }

.harrisantiques_theme .btn-primary, .harrisantiques_theme .btn-primary:hover, .harrisantiques_theme .btn-primary:focus {
  background-color: #0f0b67;
  background: linear-gradient(180deg, #2e2b7b 0%, #2e2b7b 50%, #0f0b67 50.1%);
  border: none;
  padding: 14px; }

.harrisantiques_theme .btn-primary.btn_invert, .harrisantiques_theme .btn-primary.btn_invert:hover, .harrisantiques_theme .btn-primary.btn_invert:focus {
  background: #fff;
  border: 1px solid #0f0b67;
  color: #0f0b67; }

.harrisantiques_theme .btn-success {
  background: #005826;
  border-color: #005826; }
  .harrisantiques_theme .btn-success .fa {
    font-size: 15px;
    margin-right: 8px; }

.harrisantiques_theme .bt {
  position: relative; }

.harrisantiques_theme .in_button {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.harrisantiques_theme .dropdown-toggle:after {
  content: "\f107";
  border: none;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline; }

.harrisantiques_theme .dropdown-menu {
  border-radius: 0;
  color: #000;
  padding: 0;
  min-width: 0; }
  .harrisantiques_theme .dropdown-menu.right_dropdown {
    left: auto;
    right: 0; }
  .harrisantiques_theme .dropdown-menu a {
    display: block;
    font-size: 12px;
    padding: 9px 18px;
    white-space: nowrap; }

@media (min-width: 48em) {
  .harrisantiques_theme .dropdown_in_mobile .dropdown-menu {
    border: none;
    box-shadow: none;
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: static; }
    .harrisantiques_theme .dropdown_in_mobile .dropdown-menu a {
      padding: 0;
      white-space: normal; } }

.wrapp_scroll {
  overflow: hidden;
  position: relative; }
  .wrapp_scroll .scroller {
    overflow-y: scroll; }
  .wrapp_scroll .scroller::-webkit-scrollbar {
    width: 0; }
  .wrapp_scroll .wrapp_bar {
    background-color: #999;
    border-radius: 5px;
    display: none;
    opacity: 0.4;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    bottom: 4px;
    right: 5px;
    top: 0;
    width: 5px;
    z-index: 3; }
    .wrapp_scroll .wrapp_bar .bar {
      background-color: #000;
      border-radius: 5px;
      opacity: 0.8;
      pointer-events: auto;
      position: absolute;
      right: 0;
      transition: opacity .2s linear;
      width: 100%;
      z-index: 1; }
  .wrapp_scroll.baron .wrapp_bar {
    display: block; }

.list, .breadcrumb {
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  list-style: none;
  padding-left: 0; }
  .list > li, .breadcrumb > li {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    margin: 11px 0 10px; }
    .list > li::after, .breadcrumb > li::after {
      content: '|';
      margin: 0 19px; }
    .list > li:last-child::after, .breadcrumb > li:last-child::after {
      display: none; }
    .list > li .text_icon .fa, .breadcrumb > li .text_icon .fa {
      margin-right: 8px; }

.list_lg_up {
  list-style: none;
  padding-left: 0; }
  @media (min-width: 62em) {
    .list_lg_up {
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap;
      display: flex; }
      .list_lg_up > li {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        display: flex;
        margin: 11px 0 10px; }
        .list_lg_up > li::after {
          content: '|';
          margin: 0 19px; }
        .list_lg_up > li:last-child::after {
          display: none; }
        .list_lg_up > li .text_icon .fa {
          margin-right: 8px; } }

.button_list > li::after {
  opacity: 0;
  width: 0; }

.button_list .bt {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  border: 1px solid;
  font-size: 10px;
  height: 2.9em;
  min-width: 2.9em;
  padding: 0 5px; }

.breadcrumb {
  color: #999;
  display: none !important;
  font: 300 12px "Lato", Tahoma, Verdana, sans-serif;
  letter-spacing: 0.14em;
  margin: 9px 0 20px; }
  @media (max-width: 61.99em) {
    .breadcrumb {
      font-size: 10px; } }
  .breadcrumb > li {
    margin-bottom: 0; }
    .breadcrumb > li::after {
      content: '/';
      margin: 0 8px; }
  .breadcrumb .fa-home::before {
    content: 'Home';
    font: 300 12px "Lato", Tahoma, Verdana, sans-serif; }
    @media (max-width: 61.99em) {
      .breadcrumb .fa-home::before {
        font-size: 10px; } }

/* .list_grid_bt {
	display: none;
	font-size: 12px;
	margin-left: 12px;
	li {padding: 0 0 0 4px;}
	.btn {
		color: #d7d7d7;
		border: none;
		display: block;
		font-size: 14px;
		padding: 0;
		&.active {color: #231f20;}
	}
} */
.box_product_item {
  display: block;
  margin: 0 auto 84px;
  text-align: center; }
  .box_product_item .product_txt {
    color: #21241b;
    margin: 10px 15px 0; }
  .box_product_item .main_heading {
    font: 15px/1.66667em "ACaslonProSemibold", Times, serif;
    letter-spacing: 0.06em;
    margin: 0; }
  .box_product_item .describe_txt {
    margin: 11px 0 9px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 5em;
    overflow: hidden; }
  .box_product_item .price {
    font-size: 15px;
    letter-spacing: 0.1em; }
  @media (max-width: 61.99em) {
    .box_product_item {
      margin-bottom: 44px; }
      .box_product_item .product_txt {
        margin: 13px 10px 0; }
      .box_product_item .main_heading {
        font-size: 11px; }
      .box_product_item .describe_txt {
        font-size: 10px;
        letter-spacing: 0.018em;
        margin: 5px 0 6px; } }

.sameitems .box_product_item .product_img {
  border: 1px solid #bbb;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  font-size: 10.6px;
  height: 23.7em;
  margin: auto;
  width: 23.7em; }
  @media (max-width: 1199px) {
    .sameitems .box_product_item .product_img {
      font-size: 7.68px; } }
  @media (max-width: 991px) {
    .sameitems .box_product_item .product_img {
      font-size: 8px; } }
  @media (max-width: 767px) {
    .sameitems .box_product_item .product_img {
      font-size: 9.25px; } }
  @media (max-width: 543px) {
    .sameitems .box_product_item .product_img {
      font-size: 8.8px; } }
  @media (max-width: 511px) {
    .sameitems .box_product_item .product_img {
      font-size: 8.4px; } }
  @media (max-width: 493px) {
    .sameitems .box_product_item .product_img {
      font-size: 8px; } }
  @media (max-width: 470px) {
    .sameitems .box_product_item .product_img {
      font-size: 7.5px; } }
  @media (max-width: 448px) {
    .sameitems .box_product_item .product_img {
      font-size: 7px; } }
  @media (max-width: 425px) {
    .sameitems .box_product_item .product_img {
      font-size: 6.5px; } }
  @media (max-width: 402px) {
    .sameitems .box_product_item .product_img {
      font-size: 6px; } }
  @media (max-width: 379px) {
    .sameitems .box_product_item .product_img {
      font-size: 5.5px; } }
  .sameitems .box_product_item .product_img img {
    margin: auto;
    max-height: 23.7em; }
  .sameitems .box_product_item .product_img picture {
    width: 100%; }

/* @include media-breakpoint-up(sm) {
	.list_grid_bt {display: flex;}
	.list_view {
		.wrapper_product {flex: 0 0 100%;}
		.box_product_item {
			border: 1px solid #efefef;
			display: flex;
			padding: 20px 10px;
		}
		.product_img {
			flex: 0 0 23.7em;
			margin-right: 20px;
		}
	}
} */
