.margin-bottom-20 {
  margin-bottom: 20px !important;
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../images/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: 0 0;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
*,
:after,
:before,
input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body,
html {
  padding: 0;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"] {
  border: 1px solid #e9e9e9;
  color: #1c1c1c;
  margin: 0 0 19px;
  min-height: 40px;
  padding: 0 20px;
}
a {
  color: #575454;
}
a:hover {
  color: var(--main_color, #193f7b);
}
.remove {
  color: #999;
  font-size: 1em;
}
.remove:hover {
  color: var(--main_color, #193f7b);
}
.dropdown-menu {
  box-shadow: none;
}
.dropdown-menu > li > a {
  white-space: inherit;
  color: #333;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  background: 0 0;
}
body,
button,
input,
select,
textarea {
  line-height: 1.7;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  color: #333;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.25px;
}
body {
  font-size: 14px;
  color: #333;
}
header nav {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  line-height: 1.4;
}
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
  font-weight: inherit;
}
a {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
a:focus {
  outline: 0;
}
.h1,
h1 {
  font-size: 2.57143em;
}
.h2,
h2 {
  font-size: 2em;
}
.h3,
h3 {
  font-size: 1.71429em;
}
.h4,
h4 {
  font-size: 1.28571em;
}
.h5,
h5 {
  font-size: 1.14286em;
}
.h6,
h6 {
  font-size: 1.14286em;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #323c3f;
  letter-spacing: 0.01em;
}
p {
  margin: 0 0 15px 0;
}
p img {
  margin: 0;
}
em {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 0.9em;
}
sub,
sup {
  position: relative;
  font-size: 60%;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.5em;
}
blockquote {
  font-size: 1.125em;
  line-height: 1.45;
  font-style: italic;
  margin: 0 0 30px;
  padding: 15px 30px;
  border-left: 1px solid #e1e1e1;
}
blockquote p {
  margin-bottom: 0;
}
blockquote p + cite {
  margin-top: 15px;
}
blockquote cite {
  display: block;
  font-size: 0.75em;
}
blockquote cite:before {
  content: "\2014 \0020";
}
code,
pre {
  background-color: #faf7f5;
  font-family: Consolas, monospace;
  font-size: 1em;
  border: 0 none;
  padding: 0 2px;
  color: #51ab62;
}
pre {
  overflow: auto;
  padding: 15px;
  margin: 0 0 30px;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
ul {
  list-style: none inside;
}
ol {
  list-style: decimal inside;
}
.rte ul ul ul,
ul.square {
  list-style: square inside;
}
.rte ul,
ul.disc {
  list-style: disc inside;
}
ol.alpha {
  list-style: lower-alpha inside;
}
.inline-list li {
  display: inline-block;
  margin-bottom: 0;
}
table {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: collapse;
  border-spacing: 0;
}
.table-wrap {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
th {
  font-weight: 700;
}
td,
th {
  text-align: left;
  padding: 15px;
  border: 1px solid #e1e1e1;
  color: #1c1c1c;
}
.text-link,
a {
  color: #575454;
  text-decoration: none;
  background: 0 0;
}
button {
  overflow: visible;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
img {
  border: 0 none;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
.video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.table-wrapper {
  max-width: 100%;
  overflow: auto;
}
form {
  margin-bottom: 30px;
}
form a {
  color: #575454;
}
button,
input,
select,
textarea {
  font-size: 1em;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
button,
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}
fieldset,
input,
select,
textarea {
  border-radius: 0;
  max-width: 100%;
}
fieldset.input-full,
input.input-full,
select.input-full,
textarea.input-full {
  width: 100%;
}
fieldset {
  padding: 15px;
}
legend {
  border: 0;
  padding: 0;
}
optgroup {
  font-weight: 700;
}
input {
  display: inline-block;
  width: auto;
}
button,
input[type="submit"] {
  cursor: pointer;
}
input[type="email"],
input[type="file"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
select,
textarea {
  border: 1px solid #e1e1e1;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  display: block;
}
input[type="email"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
  border: 1px solid #c8c8c8;
}
input[type="email"].disabled,
input[type="email"][disabled],
input[type="file"].disabled,
input[type="file"][disabled],
input[type="number"].disabled,
input[type="number"][disabled],
input[type="password"].disabled,
input[type="password"][disabled],
input[type="search"].disabled,
input[type="search"][disabled],
input[type="tel"].disabled,
input[type="tel"][disabled],
input[type="text"].disabled,
input[type="text"][disabled],
select.disabled,
select[disabled],
textarea.disabled,
textarea[disabled] {
  cursor: default;
  background-color: #ddd;
  border-color: #ddd;
}
textarea {
  min-height: 100px;
  padding-top: 6px;
  padding-bottom: 6px;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin: 0;
  padding: 0;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff !important;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}
.ie9 select,
.lt-ie9 select {
  padding-right: 10px;
  background-image: none;
}
option {
  color: #000;
  background-color: #fff;
}
select::-ms-expand {
  display: none;
}
label,
legend {
  display: block;
  margin-bottom: 2px;
}
label.inline,
legend.inline {
  display: inline;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-weight: 400;
}
label[for] {
  cursor: pointer;
}
.label-hint {
  color: #999;
}
.form-horizontal,
form.form-horizontal {
  margin-bottom: 0;
}
.form-horizontal input[type="email"],
.form-horizontal input[type="file"],
.form-horizontal input[type="number"],
.form-horizontal input[type="password"],
.form-horizontal input[type="search"],
.form-horizontal input[type="tel"],
.form-horizontal input[type="text"],
.form-horizontal label,
.form-horizontal select,
.form-horizontal textarea,
form.form-horizontal input[type="email"],
form.form-horizontal input[type="file"],
form.form-horizontal input[type="number"],
form.form-horizontal input[type="password"],
form.form-horizontal input[type="search"],
form.form-horizontal input[type="tel"],
form.form-horizontal input[type="text"],
form.form-horizontal label,
form.form-horizontal select,
form.form-horizontal textarea {
  display: inline-block;
  margin-bottom: 0;
  width: auto;
}
input[type="email"].error,
input[type="file"].error,
input[type="number"].error,
input[type="password"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="text"].error,
textarea.error {
  border-color: red;
  color: red;
}
label.error {
  color: red;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group .input-group-btn:first-child,
.input-group .input-group-btn:first-child > .btn,
.input-group .input-group-btn:first-child > input[type="submit"],
.input-group .input-group-field:first-child,
.input-group input[type="hidden"]:first-child + .input-group-btn > .btn,
.input-group
  input[type="hidden"]:first-child
  + .input-group-btn
  > input[type="submit"],
.input-group input[type="hidden"]:first-child + .input-group-field {
  border-radius: 0;
}
.input-group .input-group-btn:last-child > .btn,
.input-group .input-group-btn:last-child > input[type="submit"],
.input-group .input-group-field:last-child {
  border-radius: 0;
}
.input-group input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -1px;
  margin-bottom: -1px;
}
.input-group-btn,
.input-group-field {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
}
.input-group .btn,
.input-group .input-group-field,
.input-group input[type="submit"] {
  height: 40px;
}
.input-group .input-group-field {
  width: 100%;
  margin-bottom: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
  width: 1%;
  padding: 0;
}
.form-group {
  margin: 0;
  padding: 0 0 8px;
  border: 0;
}
.form-group .form-control {
  display: block;
  width: 100%;
  min-height: 40px;
  padding: 0.375rem 0.75rem;
  font-size: 1em;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  margin: 0;
}
.form-group input,
.form-group select {
  height: 40px;
}
/*.rte .h1,*/
/*.rte .h2,*/
/*.rte .h3,*/
/*.rte .h4,*/
/*.rte .h5,*/
/*.rte .h6,*/
/*.rte h1,*/
/*.rte h2,*/
/*.rte h3,*/
/*.rte h4,*/
/*.rte h5,*/
/*.rte h6 {*/
/*  margin-top: 2em;*/
/*}*/
/*.rte .h1:first-child,*/
/*.rte .h2:first-child,*/
/*.rte .h3:first-child,*/
/*.rte .h4:first-child,*/
/*.rte .h5:first-child,*/
/*.rte .h6:first-child,*/
/*.rte h1:first-child,*/
/*.rte h2:first-child,*/
/*.rte h3:first-child,*/
/*.rte h4:first-child,*/
/*.rte h5:first-child,*/
/*.rte h6:first-child {*/
/*  margin-top: 0;*/
/*}*/
/*.rte .h5,*/
/*.rte h5 {*/
/*  text-transform: uppercase;*/
/*}*/
/*.rte > div {*/
/*  margin-bottom: 15px;*/
/*}*/
.rte ul ul {
  list-style: circle inside;
}
.rte li {
  margin-bottom: 0.4em;
}
.rte img {
  max-width: 100%;
  height: auto;
}
.rte table {
  table-layout: fixed;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.clearboth {
  clear: both;
}
.no-background {
  background: 0 0 !important;
}
.awe-popup,
.flexbox {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}
.list-inline:after {
  content: "";
  display: table;
  clear: both;
}
.list-inline li {
  float: left;
  margin: 0;
}
.d-list > div {
  position: relative;
  margin-right: 15px;
}
.d-list > div:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 13px;
  margin: auto;
  z-index: 9;
  background: #e1e1e1;
}
.d-list > div:first-child {
  margin: 0;
}
.d-list > div:first-child:before {
  display: none;
}
.a-center {
  text-align: center !important;
}
.a-left {
  text-align: left !important;
}
.a-right {
  text-align: right !important;
}
.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
.f-none {
  float: none !important;
}
.inline {
  display: inline !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.flexbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.flexbox > div {
  flex: 1;
}
.background-none {
  background: 0 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.no-border {
  border: none !important;
}
.ov-h {
  overflow: hidden !important;
}
.relative {
  position: relative !important;
}
.absolute {
  position: absolute !important;
}
.btn,
input[type="submit"] {
  display: inline-block;
  height: 40px;
  line-height: 39px;
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
  outline: 0 !important;
  cursor: pointer;
  border: none;
  font-weight: 400;
  border-radius: 0;
  letter-spacing: 0;
  -webkit-transition: background-color 0.1s ease-in;
  -moz-transition: background-color 0.1s ease-in;
  -ms-transition: background-color 0.1s ease-in;
  -o-transition: background-color 0.1s ease-in;
  transition: background-color 0.1s ease-in;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.btn.disabled,
.btn[disabled],
input.disabled[type="submit"],
input[disabled][type="submit"] {
  cursor: default;
  background-color: #e1e1e1;
}
.btn.btn-primary,
input.btn-primary[type="submit"] {
  background: #f02b2b;
  color: #fff;
}
.btn.btn-primary:hover,
input.btn-primary[type="submit"]:hover {
  background: #f24343;
}
.btn.btn-circle,
input.btn-circle[type="submit"] {
  border-radius: 50%;
  padding: 0;
}
.btn.btn-large,
input.btn-large[type="submit"] {
  height: 50px;
  line-height: 50px;
  padding: 0 74px;
}
.btn.btn-small,
input.btn-small[type="submit"] {
  height: 34px;
  line-height: 34px;
  padding: 0 32px;
  font-size: 0.85714em;
}
.btn.btn-dark,
input.btn-dark[type="submit"] {
  background: #2a2a2a;
  color: #fff;
}
.btn.btn-white,
input.btn-white[type="submit"] {
  background: #fff;
  color: #333;
  border: 1px solid #e1e1e1;
  font-weight: 400;
}
.btn.btn-white:hover,
input.btn-white[type="submit"]:hover {
  background: #30aae6;
  color: #fff;
}
.btn.btn-gray,
input.btn-gray[type="submit"] {
  background: #9e9e9e;
  color: #fff;
}
.btn.btn-gray:hover,
input.btn-gray[type="submit"]:hover {
  background: var(--main_color, #193f7b);
}
.btn.btn-gray a,
input.btn-gray[type="submit"] a {
  color: #fff;
}
.btn.btn-full,
input.btn-full[type="submit"] {
  display: block;
  width: 100%;
}
.btn-link {
  line-height: 40px;
  color: var(--main_color, #193f7b);
}
.btn-link:hover {
  text-decoration: underline;
}
.ajax-load {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  opacity: 0;
  visibility: hidden;
}
.ajax-load.active {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.awe-popup {
  position: fixed;
  z-index: 9999;
  top: 0;
  height: 0;
  width: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.awe-popup .overlay {
  background-color: rgba(33, 33, 33, 0.8);
  color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0 !important;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
}
.awe-popup .content {
  position: relative;
  max-width: 1140px;
  min-width: 1140px;
  padding: 25px 28px;
  max-height: 0;
  text-align: left;
  opacity: 0;
  margin: 0 auto;
  background: 0 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding: 25px 28px;
  max-height: 0;
  text-align: left;
  opacity: 0;
  margin: 0 auto;
  background: #fff;
}
.awe-popup.active {
  visibility: visible;
  opacity: 1;
  top: 0 !important;
  height: auto;
  width: auto;
}
.awe-popup.active .content {
  max-height: calc(100% - 60px);
  opacity: 1;
  background: 0 0;
  padding: 0;
}
.awe-popup.active .content .info {
  background: #fff;
  min-width: 500px;
}
.awe-popup.active .overlay {
  width: 100%;
  height: 100%;
}
.close-window {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 8040;
  color: #fff;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}
.close-window .fa {
  display: block;
  font-size: 1.42857em;
  line-height: 25px;
  color: var(--main_color, #193f7b);
}
.awe-popup.loading {
  z-index: 9998;
}
.awe-popup.loading .loader {
  left: 50%;
  position: fixed;
  top: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.awe-popup.loaded-content .loader {
  display: none;
}
.awe-popup.addcart-popup .content {
  min-width: auto;
}
@media (max-width: 1199px) {
  .awe-popup .content {
    max-width: 700px;
    min-width: auto;
  }
}
@media (max-width: 543px) {
  .awe-popup.product-popup.active .content {
    max-height: calc(100% - 60px);
    opacity: 1;
    margin: 0 20px;
  }
  .addcart-popup .col-xl-6 {
    padding: 0 !important;
  }
}
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  top: 50%;
  position: absolute;
  text-decoration: none;
  width: 30px;
  margin-top: -15px;
  padding: 0;
  background: 0 0;
  outline: 0;
  text-indent: 1010%;
  border-radius: 0;
  white-space: nowrap;
  margin-right: 0;
  margin-left: 0;
}
.owl-carousel .owl-nav .owl-next:before,
.owl-carousel .owl-nav .owl-prev:before {
  font-family: "Font Awesome 5 Free";
  text-indent: 0;
  position: absolute;
  left: 0;
  width: 29px;
  text-align: center;
  line-height: 29px;
  font-size: 20px;
  background: #f5f5f5;
  color: #dadbdb;
  font-weight: 900;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-nav .owl-prev:before {
  content: "\f104";
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-nav .owl-next:before {
  content: "\f105";
}
.owl-carousel .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
@media (max-width: 768px) {
  .owl-carousel .owl-nav .owl-next:before,
  .owl-carousel .owl-nav .owl-prev:before {
    font-size: 14px;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
.owl-carousel .owl-dots {
  display: block;
  margin-top: 10px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  margin: 0 3px;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: var(--main_color, #193f7b);
}
.owl-carousel-inset .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel-inset .owl-nav .owl-next {
  right: 0;
}
.owl-carousel-inset .owl-dots {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px;
}
.owl-carousel-inset .owl-next,
.owl-carousel-inset .owl-prev {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.owl-carousel-inset:hover .owl-next,
.owl-carousel-inset:hover .owl-prev {
  opacity: 1;
  visibility: visible;
}
.owl-carousel-inset:hover .owl-next.disabled,
.owl-carousel-inset:hover .owl-prev.disabled {
  opacity: 0.5;
}
.owl-carousel-inset:hover .owl-nav .owl-prev {
  left: 25px;
}
.owl-carousel-inset:hover .owl-nav .owl-next {
  right: 25px;
}
.owl-carousel .owl-item img {
  width: auto;
}
.owl-carousel .owl-item.focus {
  border: 2px solid #333;
}
.tab-wrap .tabs-title {
  display: inline-block;
  position: relative;
  z-index: 9;
  margin: 0 0 26px;
}
.tab-wrap .tabs-title:after {
  content: "";
  display: table;
  clear: both;
}
.tab-wrap .tabs-title li {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  line-height: 40px;
  float: left;
}
.tab-wrap .tabs-title li:before {
  content: "|";
  color: #c9c9c9;
  padding: 0 16px;
  color: #1c1c1c;
}
.tab-wrap .tabs-title li:first-child:before {
  display: none;
}
.tab-wrap .tabs-title li.current {
  color: #212121;
}
.tab-wrap .tab-content {
  position: relative;
}
ul.tabs li {
  background: 0 0;
  display: inline-block;
  cursor: pointer;
}
ul.tabs li.current {
  color: #000;
}
.tab-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.tab-content.current {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.accordion .nav-item .tab-pane {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.accordion .nav-item.active .tab-pane {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .quickview {
    display: none !important;
  }
}
#start {
  width: 100px;
  float: left;
}
@media (max-width: 1024px) {
  #start {
    width: 80px;
  }
}
#start input {
  text-align: center;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  box-shadow: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#stop {
  width: 100px;
  float: left;
  margin-left: 30px;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  #stop {
    width: 80px;
  }
}
#stop input {
  text-align: center;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  box-shadow: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#stop:before {
  content: "-";
  position: absolute;
  left: -17px;
  font-size: 17px;
}
.fancybox-skin {
  background: #fff !important;
}
.modal-content {
  border: none;
  box-shadow: none;
  border-radius: 0.5rem;
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
}
.modal-header {
  background-color: #fbbf22;
  color: #fff;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-header .close {
  margin-top: -2px;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.modal-header .modal-title {
  padding-left: 6rem;
  position: relative;
  min-height: 44px;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  margin: 0;
}
.modal-header .modal-title span {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  font-size: 23px;
  text-align: center;
  line-height: 44px;
  color: #fbbf22;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  background-color: #fff;
}
.media:first-child {
  margin-top: 0;
}
.btn-outline-red {
  background: #fff;
  color: #c63829 !important;
  font-size: 17px;
  line-height: normal;
  padding: 10px 15px;
  border-radius: 0.5rem;
  border: 1px solid #c63829;
  text-align: center;
  margin-top: 1.5rem;
}
.btn-red {
  background: #c63829;
  color: #fff !important;
  font-size: 17px;
  line-height: normal;
  padding: 10px 15px;
  border-radius: 0.5rem;
  border: none;
  text-align: center;
  margin-top: 1.5rem;
}
.media .media-left {
  padding-right: 1em;
}
.media-body,
.media-left,
.media-right {
  display: table-cell;
  vertical-align: top;
}
.media .thumb-1x1 {
  width: 7.7rem;
}
body {
  background: #fff;
}
.awe-section-1 {
  margin-bottom: 0;
}
.awe-section-2 {
  margin-bottom: 0;
}
.awe-section-3 {
  margin-bottom: 0;
}
.awe-section-4 {
  margin-bottom: 0;
}
.awe-section-5 {
  margin-bottom: 0;
}
.awe-section-6 {
  margin-bottom: 0;
}
.awe-section-7 {
  margin-bottom: 0;
}
.awe-section-8 {
  margin-bottom: 0;
}
.awe-section-9 {
  margin-bottom: 0;
}
.title-head {
  font-size: 1.42857em;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
.title-head a {
  color: #333;
}
.title-head a:hover {
  color: var(--main_color, #193f7b);
}
.subtitle-head {
  font-size: 1.28571em;
  color: #333;
  margin: 20px 0;
}
.product-box {
  text-align: left;
  margin-bottom: 30px;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.product-box:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.product-box .product-thumbnail {
  position: relative;
  overflow: hidden;
}
.product-box .product-thumbnail img {
  -webkit-transition-property: background-image;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-property: background-image;
  transition-duration: 1s;
  transition-timing-function: ease-out;
  transition: all 0.7s ease 0s;
  width: 100%;
}
.product-box .product-info {
  z-index: 10;
  position: relative;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}
.product-box .product-name {
  font-size: 15px;
  line-height: 1.15;
  color: #333;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-bottom: 2px;
}
.product-box .product-name a {
  color: #222;
  text-decoration: none;
}
.product-box .product-name a:hover {
  color: var(--main_color, #193f7b);
}
.product-box .product-name:focus,
.product-box .product-name:hover {
  color: var(--main_color, #193f7b);
}
.product-box .price-box {
  min-height: 49px;
}
.product-box .price-box .special-price {
  display: block;
  width: 100%;
}
.product-box .price-box .special-price .product-price {
  color: #ec0101;
  font-size: 1.07143em;
  line-height: 1.71429em;
  display: inline-block;
  font-weight: 500;
}
.product-box .price-box .old-price {
  display: inline-block;
}
.product-box .price-box .old-price .product-price-old {
  text-decoration: line-through;
  font-size: 0.92857em;
  margin: 0;
  display: inline-block;
  color: #878787;
}
.product-box .price-box .sale-flash {
  position: absolute;
  font-size: 0.92857em;
  top: 10px;
  left: 10px;
  text-align: center;
  z-index: 9;
  text-transform: uppercase;
  font-weight: 500;
}
.product-box .product-summary {
  font-size: 1em;
  color: #acacac;
  line-height: 20px;
}
.product-box form {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.product-box:hover .product-thumbnail img {
  -webkit-transform: scale(1.1);
  -khtml-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.product-price {
  color: #323c3f;
  font-size: 1.42857em;
  line-height: 24px;
  display: block;
  font-weight: 700;
}
.products-view-list .product-box .product-thumbnail {
  text-align: center;
  margin-bottom: 0;
  width: calc(100% / 3);
  float: left;
}
@media (max-width: 767px) {
  .products-view-list .product-box .product-thumbnail {
    width: 100%;
    float: none;
    margin-bottom: 10px;
    padding: 5px;
  }
}
@media (max-width: 480px) {
  .products-view-list .product-box .product-thumbnail {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.products-view-list .product-box .product-info {
  text-align: left;
  float: left;
  width: calc(100% / 3 * 2);
  background: 0 0;
  border-top: none;
  padding: 10px;
}
@media (max-width: 767px) {
  .products-view-list .product-box .product-info {
    float: none;
    margin-left: 0;
    width: 100%;
    padding: 5px;
  }
}
@media (max-width: 480px) {
  .products-view-list .product-box .product-info {
    float: none;
    margin-left: 0;
    width: 100%;
  }
}
.breadcrumb {
  margin: 0;
  font-size: 14px;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 0;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li > a {
  color: #222;
}
.breadcrumb li > a > span {
  color: #222;
}
.breadcrumb li > a > span:focus,
.breadcrumb li > a > span:hover {
  color: var(--main_color, #193f7b);
  text-decoration: none;
}
.breadcrumb li > a:focus,
.breadcrumb li > a:hover {
  color: var(--main_color, #193f7b);
  text-decoration: none;
}
.breadcrumb li span {
  display: inline;
  color: #323c3f;
}
.breadcrumb li span .fa {
  color: #323c3f;
}
.breadcrumb li a:hover,
.breadcrumb li strong,
.breadcrumb li.active {
  color: var(--main_color, #193f7b);
  font-weight: 400;
}
.breadcrumb > li + li:before {
  display: none;
}
.pagination {
  margin-bottom: 20px;
}
.pagination .page-link {
  float: left;
  margin: 0 2.5px;
  width: 28px;
  background: 0 0;
  text-align: center;
  height: 28px;
  font-size: 14px;
  line-height: 28px;
  color: #555;
  border-radius: 0;
  border: none;
  text-decoration: none;
  border-radius: 50% !important;
  padding: 0;
}
.pagination .page-link:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--main_color, #193f7b);
}
@media (max-width: 480px) {
  .pagination .page-link {
    margin: 0;
    width: 23px;
    height: 23px;
    line-height: 23px;
  }
}
.pagination .page-item.disabled .page-link {
  border: 0;
  background: 0 0;
  color: #555;
}
.pagination .page-item.active .page-link {
  background-color: #fff;
  border-color: #fff;
  color: var(--main_color, #193f7b);
}
header {
  background: #fff;
}
.topbar {
  background: #fff;
}
.header-main {
  padding: 30px 0;
}
.logo {
  padding: 5px 0;
}
.header_search {
  padding: 10px 0 15px;
}
.header_search input {
  float: right;
}
.header_search .input-group-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}
.header_search .input-group {
  width: 100%;
  margin-bottom: 0;
}
.header_search button {
  padding: 0;
  width: 45px;
  background: 0 0;
}
.header_search button img {
  margin-top: 6px;
}
header nav {
  background: #f2f2f2;
}
header nav .nav {
  position: static;
}
header nav .nav-item {
  float: left;
  position: relative;
  margin-right: 20px;
}
header nav .nav-item.has-mega {
  position: static;
}
header nav .nav-item > a {
  line-height: 32px;
  color: #333;
}
header nav .nav-item > a:hover {
  color: var(--main_color, #193f7b);
}
header nav .nav-item > .fa {
  color: #fff;
  position: absolute;
  right: 0;
  top: 33px;
}
header nav .nav-item .nav-item-lv2 {
  padding: 0 10px;
}
header nav .nav-item .nav-item-lv3 {
  padding: 0 10px;
}
header nav .nav-item:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}
header nav .nav-item:hover > .mega-content {
  display: block;
}
header nav .nav-item li.dropdown-submenu {
  position: relative;
}
header nav .nav-item li.dropdown-submenu .dropdown-menu {
  left: 100%;
  top: 0;
}
header nav .nav-item li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
header nav .mega-content {
  background: #fff none repeat scroll 0 0;
  border-radius: 0;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
  display: none;
  margin: 0;
  padding: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  width: 100%;
}
header nav .mega-content .level1.parent .h2,
header nav .mega-content .level1.parent h2 {
  font-size: 14px;
  margin-top: 0;
}
header nav .mega-content .level1.parent .h2 a,
header nav .mega-content .level1.parent h2 a {
  color: #333;
  text-transform: uppercase;
}
header nav .mega-content .level1.parent ul.level1 li {
  line-height: 1.1;
}
header nav .mega-content .level1.parent ul.level1 li a {
  font-weight: 400 !important;
  text-transform: none !important;
}
header nav .mega-content .level1.parent ul.level1 li + li {
  padding-top: 5px;
}
header nav .mega-content .level1.item {
  float: left;
  width: 25%;
  padding: 0 5px;
}
header nav .mega-content .level1.item > a {
  color: var(--main_color, #193f7b);
}
header nav .mega-content .level1.item > a:focus,
header nav .mega-content .level1.item > a:hover {
  color: #1680b4;
  text-decoration: none;
}
header nav .mega-content .level1.item .h2,
header nav .mega-content .level1.item h2 {
  font-size: 14px;
  margin-top: 0;
}
header nav .mega-content .level1.item ul.level1 {
  margin-bottom: 15px;
}
header nav .mega-content .level1.item ul.level1 li a {
  font-weight: 400 !important;
  text-transform: none !important;
  color: #333;
}
header nav .mega-content .level1.item ul.level1 li a:focus,
header nav .mega-content .level1.item ul.level1 li a:hover {
  text-decoration: none;
  color: var(--main_color, #193f7b);
}
header nav .mega-content .level0-wrapper2 .nav-block .level0 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer {
  position: relative;
  overflow: hidden;
}
footer .list-inline .fa {
  color: #fff;
  margin-right: 20px;
  font-size: 2.14286em;
}
footer .list-inline .fa:hover {
  color: var(--main_color, #193f7b);
}
footer .site-footer .h3,
footer .site-footer .h4,
footer .site-footer h3,
footer .site-footer h4 {
  position: relative;
  color: #333;
  margin: 0;
  padding: 13px 0;
  font-size: 1.28571em;
}
footer .list-menu {
  margin-bottom: 15px;
  line-height: 1.71429em;
}
footer .list-menu a {
  color: #333;
}
footer .list-menu a:hover {
  color: var(--main_color, #193f7b);
}
footer .list-menu li {
  color: #333;
}
footer .list-menu.contact .fa {
  width: 20px;
  margin-right: 5px;
  color: var(--main_color, #193f7b);
}
footer .copyright {
  text-align: center;
  color: #656565;
  font-size: 1em;
  position: relative;
  padding: 10px 0;
  background-color: #121212;
}
footer .copyright a {
  color: #656565;
}
footer .copyright a:focus,
footer .copyright a:hover {
  color: var(--main_color, #193f7b);
}
footer .social-icons li {
  margin-right: 10px;
}
footer .back-to-top {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 3px;
  background-color: var(--main_color, #193f7b);
  color: #fff;
}
footer .back-to-top.show {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 999;
}
footer form {
  position: relative;
}
footer form button#subscribe {
  position: absolute;
  right: 0;
}
.zoomWrapper {
  width: 100% !important;
  height: auto !important;
}
.zoomWrapper img {
  position: static !important;
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}
.zoomWrapper img ~ img {
  display: none !important;
}
.product-tab .tab-link {
  margin-right: 20px;
}
.product-tab .tab-link .h3,
.product-tab .tab-link h3 {
  margin: 10px 0;
  font-size: 1.14286em;
}
.product-tab .tab-link span {
  font-size: 1.14286em;
}
.product-tab .tab-link.current .h3,
.product-tab .tab-link.current h3 {
  color: var(--main_color, #193f7b);
}
.product-tab .tab-content.current {
  padding: 10px;
  border: 1px solid #e1e1e1;
  min-height: 200px;
}
@media (max-width: 480px) {
  .product-tab .tab-content.current {
    min-height: 20px;
  }
}
.blog-item {
  overflow: hidden;
  margin-bottom: 15px;
}
.blog-item .date {
  position: absolute;
  background: var(--main_color, #193f7b);
  text-align: center;
  color: #fff;
  padding: 3px 10px;
  z-index: 10;
}
.blog-item .date span {
  display: block;
  line-height: 45px;
}
.blog-item .date span ~ span {
  overflow: hidden;
  border-top: 1px solid #fff;
}
.blog-item-name {
  font-weight: 700;
  position: relative;
  font-size: 1.14286em;
  margin: 0;
}
.blog-item-name a {
  color: #333;
}
.blog-item-name .fa {
  position: absolute;
  left: 0;
  top: 9px;
  font-size: 11px;
  color: var(--main_color, #193f7b);
}
.blog-item-summary {
  font-size: 14px;
  margin-bottom: 0;
}
.blog-item-thumbnail {
  position: relative;
}
.list-blogs .blog-item {
  margin-bottom: 25px;
}
.article-main .article-title {
  font-size: 1.71429em;
  line-height: 1.92857em;
  margin: 15px 0 8px;
}
.article-main .postby {
  font-size: 1.14286em;
  line-height: 1.71429em;
  color: #676767;
  margin-bottom: 10px;
}
.article-main .article-content {
  font-size: 1em;
}
.article-main .form-group {
  margin: 0;
  padding-top: 0;
  padding-bottom: 8px;
}
#article-comments {
  margin-top: 30px;
}
#article-comments .article-comment {
  margin-bottom: 10px;
}
#article-comments .article-comment-user-image {
  margin: 0;
  float: left;
  width: 50px;
  margin-right: 12px;
}
#article-comments .article-comment-user-comment {
  padding-left: 63px;
  font-size: 1em;
}
#article-comments .user-name-comment {
  margin: 0;
  color: var(--main_color, #193f7b);
  font-size: 15px;
  line-height: 1;
}
#article-comments .article-comment-date-bull {
  padding: 5px 0;
  display: block;
  color: #acacac;
  font-size: 12px;
}
.social-media {
  font-size: 1em;
}
.social-media label {
  display: inline-block;
}
.social-media a {
  margin-right: 7px;
  color: #222;
}
.social-media a:focus,
.social-media a:hover {
  text-decoration: none;
  color: #222;
}
.social-media a:focus .fa-facebook-official,
.social-media a:hover .fa-facebook-official {
  color: #3b5998;
}
.social-media a:focus .fa-twitter,
.social-media a:hover .fa-twitter {
  color: #1da1f2;
}
.social-media a:focus .fa-pinterest,
.social-media a:hover .fa-pinterest {
  color: #bd081c;
}
.social-media a:focus .fa-google-plus,
.social-media a:hover .fa-google-plus {
  color: #dd4b39;
}
.social-media .list-inline li {
  margin-right: 20px;
}
textarea.form-control {
  border: 1px solid #e1e1e1;
}
.section-news-2 {
  margin-bottom: 20px;
}
#customer_register {
  margin-bottom: 20px;
}
#customer_login,
#recover_customer_password {
  margin-bottom: 0;
}
.checkbox.style input {
  margin: 0 !important;
  display: none;
}
.checkbox.style label {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  text-transform: none;
  position: relative;
  padding-left: 55px;
  line-height: 50px;
}
.checkbox.style label:before {
  display: block;
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.checkbox.style input:checked + label:after {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 20px;
  color: var(--main_color, #193f7b);
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.block-account .h3,
.block-account h3 {
  margin-top: 0;
}
.customer-name {
  color: var(--main_color, #193f7b);
  line-height: 55px;
}
.block-content.form-signup {
  background: #fff;
  padding-top: 10px;
}
.block-content.form-signup p {
  padding: 0;
  display: table;
}
.block-content.form-signup p i {
  display: table-cell;
  width: 20px;
  text-align: center;
  color: var(--main_color, #193f7b);
}
.address-title {
  padding-left: 10px;
  margin-bottom: 15px;
  border-radius: 0 !important;
  font-weight: 300;
}
.address-title button {
  background: 0 0;
  border: none;
  font-size: 0;
  width: 50px;
  height: 55px;
}
.address-title button.btn-edit {
  background-repeat: no-repeat;
  background-position: center;
}
.address-title button.btn-delete {
  background-repeat: no-repeat;
  background-position: center;
}
.address-subtitle {
  margin-top: 0;
  text-transform: uppercase;
}
.address-item-action {
  right: 0;
  top: -7px;
}
.address-item-action .btn-row {
  padding-right: 5px;
}
.address-group {
  background: #fff;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.address-group p {
  color: #595959;
}
.address-group p label {
  float: left;
  font-weight: 300;
}
#order_payment,
#order_shipping {
  background: #fff;
  padding: 10px 0;
}
#order_payment .address.note i,
#order_shipping .address.note i {
  color: var(--main_color, #193f7b);
  margin-right: 5px;
}
.totalorders {
  background: #fff;
  border-color: #e1e1e1;
}
.order-headding {
  margin: 0;
}
.info-contact .widget-menu p {
  display: inline;
}
.info-contact .logo {
  font-size: 20px;
}
.aside-item .nav > li > a:focus,
.aside-item .nav > li > a:hover {
  background: 0 0;
}
#start {
  width: 100px;
  float: left;
}
@media (max-width: 1024px) {
  #start {
    width: 80px;
  }
}
#start input {
  text-align: center;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  box-shadow: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#stop {
  width: 100px;
  float: left;
  margin-left: 30px;
  text-align: center;
  position: relative;
}
@media (max-width: 1024px) {
  #stop {
    width: 80px;
  }
}
#stop input {
  text-align: center;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  box-shadow: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#stop:before {
  content: "-";
  position: absolute;
  left: -17px;
  font-size: 17px;
}
a#filter-value {
  height: 30px;
  line-height: 30px;
  font-weight: 400;
  width: 100px;
  margin-top: 15px;
  background-color: var(--main_color, #193f7b);
  color: #fff;
  border-color: var(--main_color, #193f7b);
}
a#filter-value:focus,
a#filter-value:hover {
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #105f87;
  border-color: #105f87;
}
button.btn.btn-default.btn-search {
  display: none;
}
.product-box .sale-flash {
  background-color: var(--main_color, #193f7b);
}
.blog-item .date {
  background: #f02b2b;
}
.details-product form button.btn-primary2 {
  background: #2bf525;
}
.details-product form button.btn-primary2:hover {
  background: #43f63d;
}
.view-desktop a.btn.btn-primary.btn-full {
  background: #ef7d00;
}
.view-desktop a.btn.btn-primary.btn-full:hover {
  background: #ff8a0a;
}
.home-slider,
.section-blog-sliders {
  overflow: hidden;
}
.home-slider .item,
.section-blog-sliders .item {
  position: relative;
}
.home-slider.owl-carousel .owl-nav .owl-next,
.section-blog-sliders.owl-carousel .owl-nav .owl-next {
  right: 15px !important;
  background: 0 0;
  top: 50%;
}
.home-slider.owl-carousel .owl-nav .owl-prev,
.section-blog-sliders.owl-carousel .owl-nav .owl-prev {
  left: 15px !important;
  background: 0 0;
  top: 50%;
}
.home-slider.owl-carousel .owl-nav .owl-next:before,
.home-slider.owl-carousel .owl-nav .owl-prev:before,
.section-blog-sliders.owl-carousel .owl-nav .owl-next:before,
.section-blog-sliders.owl-carousel .owl-nav .owl-prev:before {
  font-size: 20px;
  background: #fff;
  border: 1px solid #222;
  color: #222;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
}
.home-slider.owl-carousel .owl-nav .owl-next:hover:before,
.home-slider.owl-carousel .owl-nav .owl-prev:hover:before,
.section-blog-sliders.owl-carousel .owl-nav .owl-next:hover:before,
.section-blog-sliders.owl-carousel .owl-nav .owl-prev:hover:before {
  color: var(--main_color, #193f7b);
  border-color: var(--main_color, #193f7b);
}
.home-slider.owl-carousel .owl-dots .owl-dot,
.section-blog-sliders.owl-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background-color: #222;
}
.home-slider.owl-carousel .owl-dots .owl-dot.active,
.section-blog-sliders.owl-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 10px;
  background-color: var(--main_color, #193f7b);
  border-radius: 6px;
}
.section-blog-sliders.owl-carousel .owl-dots .owl-dot.active {
  background-color: #a8a8a8;
}
@media (max-width: 543px) {
  section.sidebar.left-content.col-lg-12 {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  header nav .mega-content {
    width: 940px;
  }
  header nav .mega-content .level1.item {
    text-align: left;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .search.f-right {
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  header > .container {
    position: relative;
  }
  .menu-bar.hidden-md.hidden-lg {
    position: absolute;
    top: 40px;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 1000;
  }
  header .logo a {
    display: inline-block;
    text-align: left;
  }
  header nav .nav-item {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  header nav .nav-item .dropdown-menu {
    display: none !important;
    position: static;
    border: none;
  }
  header nav .nav-item.open a {
    background: 0 0 !important;
  }
  header nav .nav-item.open > .dropdown-menu {
    display: block !important;
    margin: 0;
    padding: 0;
  }
  header nav li.menu-line {
    display: none;
    border: none;
  }
  header nav .nav-item > a {
    line-height: 20px;
    padding: 5px 15px 3px;
  }
  header nav #nav-mobile .nav-item > .dropdown-menu {
    padding: 0 0 0 15px;
    position: static;
    width: 100%;
    float: none;
    border: none;
    padding-right: 7px;
  }
  header nav .nav-item:hover > .dropdown-menu li.open > .dropdown-menu {
    display: block !important;
  }
  .header-main {
    padding: 10px 0;
  }
  #nav {
    padding-right: 0;
    display: none;
    padding-right: 0;
    padding: 10px 0;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
  }
  #nav.open {
    display: block;
  }
  #nav .nav-link > .fa {
    float: right;
    line-height: 22px;
    margin-right: -15px;
    width: 40px;
    text-align: center;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
  }
}
@media (max-width: 991px) {
  .logo {
    display: inline-block;
    font-size: 30px;
    line-height: 65px;
  }
}
@media (max-width: 543px) {
  .topbar .a-left {
    display: none;
  }
  .topbar ul.list-inline.f-right {
    float: left !important;
  }
  .logo {
    display: block;
    font-size: 20px;
  }
  .search.f-right {
    float: none;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .col-xs-6.footer-header {
    width: 100%;
  }
}
@media (max-width: 430px) {
  .collection p.title-head-info {
    position: static;
  }
  .collection .title-head.h1,
  .collection h1.title-head {
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .product-tab .tab-link {
    margin-right: 10px;
  }
}
@media (max-width: 375px) {
  .sodiachi .btn.btn-50,
  .sodiachi input.btn-50[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .quick-view {
    display: none !important;
  }
}
footer .footer-info-widget p.hotline a {
  color: #fff;
}
.product-box .sale-flash {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  background-color: #fe9931;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 0 0 rgba(218, 218, 218, 0.3);
  -moz-box-shadow: 2px 2px 0 0 rgba(218, 218, 218, 0.3);
  box-shadow: 2px 2px 0 0 rgba(218, 218, 218, 0.3);
}
.product-box .sale-flash:before {
  border-top: 10px solid #f4364f;
}
.blog-item .date {
  background: #f02b2b;
}
.details-product form button.btn-primary2 {
  background: #2bf525;
}
.details-product form button.btn-primary2:hover {
  background: #43f63d;
}
.view-desktop a.btn.btn-primary.btn-full {
  background: #ef7d00;
}
.view-desktop a.btn.btn-primary.btn-full:hover {
  background: #ff8a0a;
}
.home-slider,
.section-blog-sliders {
  overflow: hidden;
}
.home-slider .item,
.section-blog-sliders .item {
  position: relative;
}
.home-slider.owl-carousel .owl-nav .owl-next,
.section-blog-sliders.owl-carousel .owl-nav .owl-next {
  right: 15px !important;
  background: 0 0;
  top: 50%;
}
.home-slider.owl-carousel .owl-nav .owl-prev,
.section-blog-sliders.owl-carousel .owl-nav .owl-prev {
  left: 15px !important;
  background: 0 0;
  top: 50%;
}
.home-slider.owl-carousel .owl-nav .owl-next:before,
.home-slider.owl-carousel .owl-nav .owl-prev:before,
.section-blog-sliders.owl-carousel .owl-nav .owl-next:before,
.section-blog-sliders.owl-carousel .owl-nav .owl-prev:before {
  font-size: 20px;
  background: #fff;
  border: 1px solid #222;
  color: #222;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
}
.home-slider.owl-carousel .owl-nav .owl-next:hover:before,
.home-slider.owl-carousel .owl-nav .owl-prev:hover:before,
.section-blog-sliders.owl-carousel .owl-nav .owl-next:hover:before,
.section-blog-sliders.owl-carousel .owl-nav .owl-prev:hover:before {
  color: var(--main_color, #193f7b);
  border-color: var(--main_color, #193f7b);
}
.home-slider.owl-carousel .owl-dots .owl-dot,
.section-blog-sliders.owl-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
.home-slider.owl-carousel .owl-dots .owl-dot.active,
.section-blog-sliders.owl-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 10px;
  background-color: var(--main_color, #193f7b);
  border-radius: 6px;
}
.section-blog-sliders.owl-carousel .owl-dots .owl-dot.active {
  background-color: #a8a8a8;
}
@media (max-width: 543px) {
  section.sidebar.left-content.col-lg-12 {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  header nav .mega-content {
    width: 940px;
  }
  header nav .mega-content .level1.item {
    text-align: left;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .search.f-right {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  header > .container {
    position: relative;
  }
  .menu-bar.hidden-md.hidden-lg {
    position: absolute;
    top: 40px;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 1000;
  }
  header .logo a {
    display: inline-block;
    text-align: left;
  }
  header nav .nav-item {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  header nav .nav-item .dropdown-menu {
    display: none !important;
    position: static;
    border: none;
  }
  header nav .nav-item.open a {
    background: 0 0 !important;
  }
  header nav .nav-item.open > .dropdown-menu {
    display: block !important;
    margin: 0;
    padding: 0;
  }
  header nav li.menu-line {
    display: none;
    border: none;
  }
  header nav .nav-item > a {
    line-height: 20px;
    padding: 5px 15px 3px;
  }
  header nav #nav-mobile .nav-item > .dropdown-menu {
    padding: 0 0 0 15px;
    position: static;
    width: 100%;
    float: none;
    border: none;
    padding-right: 7px;
  }
  header nav .nav-item:hover > .dropdown-menu li.open > .dropdown-menu {
    display: block !important;
  }
  .header-main {
    padding: 10px 0;
  }
  #nav {
    padding-right: 0;
    display: none;
    padding-right: 0;
    padding: 10px 0;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
  }
  #nav.open {
    display: block;
  }
  #nav .nav-link > .fa {
    float: right;
    line-height: 22px;
    margin-right: -15px;
    width: 40px;
    text-align: center;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
  }
}
@media (max-width: 991px) {
  .logo {
    display: inline-block;
    font-size: 30px;
    line-height: 65px;
  }
}
@media (max-width: 543px) {
  .topbar .a-left {
    display: none;
  }
  .topbar ul.list-inline.f-right {
    float: left !important;
  }
  .logo {
    display: block;
    font-size: 20px;
  }
  .search.f-right {
    float: none;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .col-xs-6.footer-header {
    width: 100%;
  }
}
@media (max-width: 543px) {
  .product-box .product-thumbnail > a {
    max-height: 1000px;
    height: auto;
  }
  .product-box .product-thumbnail > a img {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 430px) {
  .collection p.title-head-info {
    position: static;
  }
  .collection .title-head.h1,
  .collection h1.title-head {
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .product-tab .tab-link {
    margin-right: 10px;
  }
}
@media (max-width: 375px) {
  .sodiachi .btn.btn-50,
  .sodiachi input.btn-50[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .quick-view {
    display: none !important;
  }
}
footer .footer-info-widget p.hotline a {
  color: #fff;
}
.product-box .sale-flash {
  display: inline-block;
  padding: 4px 10px;
  color: #fff;
  background-color: #fe9931;
  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 0 0 rgba(218, 218, 218, 0.3);
  -moz-box-shadow: 2px 2px 0 0 rgba(218, 218, 218, 0.3);
  box-shadow: 2px 2px 0 0 rgba(218, 218, 218, 0.3);
}
.product-box .sale-flash:before {
  border-top: 10px solid #f4364f;
}
.blog-item .date {
  background: #f02b2b;
}
.details-product form button.btn-primary2 {
  background: #2bf525;
}
.details-product form button.btn-primary2:hover {
  background: #43f63d;
}
.view-desktop a.btn.btn-primary.btn-full {
  background: #ef7d00;
}
.view-desktop a.btn.btn-primary.btn-full:hover {
  background: #ff8a0a;
}
.text1line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.text2line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text3line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text4line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.text5line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.text6line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.text7line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.text8line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.text9line {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.home-slider,
.section-blog-sliders {
  overflow: hidden;
}
.home-slider .item,
.section-blog-sliders .item {
  position: relative;
}
.home-slider.owl-carousel .owl-nav .owl-next,
.section-blog-sliders.owl-carousel .owl-nav .owl-next {
  right: 15px !important;
  background: 0 0;
  top: 50%;
}
.home-slider.owl-carousel .owl-nav .owl-prev,
.section-blog-sliders.owl-carousel .owl-nav .owl-prev {
  left: 15px !important;
  background: 0 0;
  top: 50%;
}
.home-slider.owl-carousel .owl-nav .owl-next:before,
.home-slider.owl-carousel .owl-nav .owl-prev:before,
.section-blog-sliders.owl-carousel .owl-nav .owl-next:before,
.section-blog-sliders.owl-carousel .owl-nav .owl-prev:before {
  font-size: 20px;
  background: #fff;
  border: 1px solid #222;
  color: #222;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
}
.home-slider.owl-carousel .owl-nav .owl-next:hover:before,
.home-slider.owl-carousel .owl-nav .owl-prev:hover:before,
.section-blog-sliders.owl-carousel .owl-nav .owl-next:hover:before,
.section-blog-sliders.owl-carousel .owl-nav .owl-prev:hover:before {
  color: var(--main_color, #193f7b);
  border-color: var(--main_color, #193f7b);
}
.home-slider.owl-carousel .owl-dots .owl-dot,
.section-blog-sliders.owl-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
.home-slider.owl-carousel .owl-dots .owl-dot.active,
.section-blog-sliders.owl-carousel .owl-dots .owl-dot.active {
  width: 30px;
  height: 10px;
  background-color: var(--main_color, #193f7b);
  border-radius: 6px;
}
.section-blog-sliders.owl-carousel .owl-dots .owl-dot.active {
  background-color: #a8a8a8;
}
@media (max-width: 543px) {
  section.sidebar.left-content.col-lg-12 {
    padding: 0;
  }
}
@media (max-width: 1199px) {
  header nav .mega-content {
    width: 100%;
  }
  header nav .mega-content .level1.item {
    text-align: left;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .search.f-right {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  header > .container {
    position: relative;
  }
  .menu-bar.hidden-md.hidden-lg {
    position: absolute;
    top: 40px;
    right: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 1000;
  }
  header .logo a {
    display: inline-block;
    text-align: left;
  }
  header nav .nav-item {
    display: block;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  header nav .nav-item .dropdown-menu {
    display: none !important;
    position: static;
    border: none;
  }
  header nav .nav-item.open a {
    background: 0 0 !important;
  }
  header nav .nav-item.open > .dropdown-menu {
    display: block !important;
    margin: 0;
    padding: 0;
  }
  header nav li.menu-line {
    display: none;
    border: none;
  }
  header nav .nav-item > a {
    line-height: 20px;
    padding: 5px 15px 3px;
  }
  header nav #nav-mobile .nav-item > .dropdown-menu {
    padding: 0 0 0 15px;
    position: static;
    width: 100%;
    float: none;
    border: none;
    padding-right: 7px;
  }
  header nav .nav-item:hover > .dropdown-menu li.open > .dropdown-menu {
    display: block !important;
  }
  .header-main {
    padding: 10px 0;
  }
  #nav {
    padding-right: 0;
    display: none;
    padding-right: 0;
    padding: 10px 0;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
  }
  #nav.open {
    display: block;
  }
  #nav .nav-link > .fa {
    float: right;
    line-height: 22px;
    margin-right: -15px;
    width: 40px;
    text-align: center;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
  }
}
@media (max-width: 991px) {
  .logo {
    display: inline-block;
    font-size: 30px;
    line-height: 65px;
  }
}
@media (max-width: 543px) {
  .topbar .a-left {
    display: none;
  }
  .topbar ul.list-inline.f-right {
    float: left !important;
  }
  .logo {
    display: block;
    font-size: 20px;
  }
  .search.f-right {
    float: none;
    width: 100%;
  }
}
@media (max-width: 420px) {
  .col-xs-6.footer-header {
    width: 100%;
  }
}
@media (max-width: 543px) {
  .product-box .product-thumbnail > a {
    max-height: 1000px;
    height: auto;
  }
  .product-box .product-thumbnail > a img {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 430px) {
  .collection p.title-head-info {
    position: static;
  }
  .collection .title-head.h1,
  .collection h1.title-head {
    margin-bottom: 5px;
  }
}
@media (max-width: 480px) {
  .product-tab .tab-link {
    margin-right: 10px;
  }
}
@media (max-width: 375px) {
  .sodiachi .btn.btn-50,
  .sodiachi input.btn-50[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .quick-view {
    display: none !important;
  }
}
