/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------*/
html {
  height: 100vh;
  width: 100vw;
}
@media (max-width: 767px) {
  .coupon-container {
    flex-direction: column;
    align-items: stretch;
  }

  .coupon-container input,
  .coupon-container button {
    width: 100%;
  }

  .coupon-container button {
    margin-top: 8px;
  }
}

/* poppins-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/poppins-v20-latin-100.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-100.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-100.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-100.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-100.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/poppins-v20-latin-100.svg#Poppins")
      format("svg"); /* Legacy iOS */
}
/* poppins-100italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/poppins-v20-latin-100italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-100italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-100italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-100italic.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-100italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/poppins-v20-latin-100italic.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/poppins-v20-latin-200.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-200.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-200.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-200.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-200.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/poppins-v20-latin-200.svg#Poppins")
      format("svg"); /* Legacy iOS */
}
/* poppins-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 200;
  src: url("../fonts/poppins-v20-latin-200italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-200italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-200italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-200italic.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-200italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/poppins-v20-latin-200italic.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-v20-latin-300.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-300.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-300.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/poppins-v20-latin-300.svg#Poppins")
      format("svg"); /* Legacy iOS */
}
/* poppins-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/poppins-v20-latin-300italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-300italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-300italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-300italic.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-300italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/poppins-v20-latin-300italic.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins-v20-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/poppins-v20-latin-regular.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/poppins-v20-latin-italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-italic.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-italic.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/poppins-v20-latin-italic.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-v20-latin-500.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-500.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-500.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-500.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/poppins-v20-latin-500.svg#Poppins")
      format("svg"); /* Legacy iOS */
}
/* poppins-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/poppins-v20-latin-500italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-500italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-500italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-500italic.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-500italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/poppins-v20-latin-500italic.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/poppins-v20-latin-600.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-600.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-600.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-600.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/poppins-v20-latin-600.svg#Poppins")
      format("svg"); /* Legacy iOS */
}
/* poppins-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/poppins-v20-latin-600italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-600italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-600italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-600italic.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-600italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/poppins-v20-latin-600italic.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-v20-latin-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/poppins-v20-latin-700.svg#Poppins")
      format("svg"); /* Legacy iOS */
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/poppins-v20-latin-700italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-700italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-700italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-700italic.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-700italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/poppins-v20-latin-700italic.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/poppins-v20-latin-800.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-800.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-800.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-800.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-800.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/poppins-v20-latin-800.svg#Poppins")
      format("svg"); /* Legacy iOS */
}
/* poppins-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/poppins-v20-latin-800italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-800italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-800italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-800italic.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-800italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/poppins-v20-latin-800italic.svg#Poppins") format("svg"); /* Legacy iOS */
}
/* poppins-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/poppins-v20-latin-900.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-900.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-900.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-900.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-900.ttf")
      format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/poppins-v20-latin-900.svg#Poppins")
      format("svg"); /* Legacy iOS */
}
/* poppins-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Poppins";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/poppins-v20-latin-900italic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/poppins-v20-latin-900italic.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/poppins-v20-latin-900italic.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/poppins-v20-latin-900italic.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/poppins-v20-latin-900italic.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/poppins-v20-latin-900italic.svg#Poppins") format("svg"); /* Legacy iOS */
}

body {
  font-family: Poppins;
  font-weight: 400;
  color: #747474;
  font-size: 13px;
  line-height: 1.428571429;
  width: 100vw;
  background: #fff;
}
*:focus {
  outline: none !important;
}

* {
  font-family: Poppins;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  line-height: 1.3;
  font-weight: 700;
}

.text-welcome {
  color: #fff;
  font-size: 11px;
  font-weight: 400;
}

.icon-spacing {
  margin: 0 5px; /* Ajuste a margem conforme necessário */
  font-size: 1.2em; /* Ajuste o tamanho do ícone conforme necessário */
}
.fa-trash {
  color: #d9534f;
  padding-top: 10px;
  padding-left: 10px;

}
.fa-plus-circle {
  color: #5cb85c;
  padding-top: 10px;
  padding-left: 0px;
}
.fa-minus-circle {
  color: #f0ad4e;
  padding-top: 10px;
  padding-left: 10px;
}

.password-container {
  width: 400px;
  position: relative;
}
.password-container input[type="password"],
.password-container input[type="text"] {
  width: 100%;
  padding: 12px 36px 12px 12px;
  box-sizing: border-box;
}
.fa-eye {
  position: absolute;
  top: 28%;
  right: 4%;
  cursor: pointer;
  color: lightgray;
}

/* default font size */
.fa {
  font-size: 14px;
}
.fa-stack {
  font-size: 13px;
  width: 14px;
}
.fa-stack .fa-star {
  color: #fff;
}
.fa-stack .fa-star-o {
  color: #d2d2d2;
}
.fa-stack .fa-star + .fa-star-o {
  color: #002b69;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

.points-balance {
  font-size: 11px;
}

.chat {
  width: 400px;
}

.bubble {
  background-color: #f2f2f2;
  border-radius: 5px;
  box-shadow: 0 0 6px #b2b2b2;
  display: inline-block;
  padding: 10px 18px;
  position: relative;
  vertical-align: top;
  clear: both;
}

.bubble::before {
  background-color: #f2f2f2;
  content: "\00a0";
  display: block;
  height: 16px;
  position: absolute;
  top: 11px;
  transform: rotate(29deg) skew(-35deg);
  -moz-transform: rotate(29deg) skew(-35deg);
  -ms-transform: rotate(29deg) skew(-35deg);
  -o-transform: rotate(29deg) skew(-35deg);
  -webkit-transform: rotate(29deg) skew(-35deg);
  width: 20px;
}

.me {
  float: left;
  margin: 5px 45px 5px 20px;
}

.me::before {
  box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4);
  left: -9px;
}

.you {
  float: right;
  margin: 5px 20px 5px 45px;
}

.you::before {
  box-shadow: 2px -2px 2px 0 rgba(178, 178, 178, 0.4);
  right: -9px;
}

.speech-bubble {
  background: #ddd;
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 4em;
  margin-bottom: 1em;
  padding: 0 1em;
  position: relative;
  text-align: center;
  vertical-align: top;
  min-width: 7em;
}
.speech-bubble:after {
  border: 1em solid transparent;
  border-top-color: #ddd;
  content: "";
  margin-left: -1em;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
}

.speech-bubble.large {
  font-size: 2em;
  padding: 0 1em;
  min-width: 4em;
}

.speech-bubble.rounded {
  border-radius: 0.4em;
}

.speech-bubble.blue {
  background: #ddf;
  color: #334;
}
.speech-bubble.blue:after {
  border-top-color: #ddf;
}

.carousel-control {
  width: 8%;
  width: 0px;
}
.carousel-control.left,
.carousel-control.right {
  margin-right: 40px;
  margin-left: 32px;
  background-image: none;
  opacity: 0;
}
.carousel-control > a > span {
  color: white;
  font-size: 29px !important;
}

.carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  float: left;
}

.active > div {
  display: none;
}
.active > div:first-child {
  display: block;
}

/*by Fabio 03-03-24 
@media (max-width: 768px) {
	.box-cart .user {
        flex-direction: column;
    }
} */

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .active.right {
    left: 50%;
  }
  .carousel-inner .next {
    left: 50%;
  }
  .carousel-inner .prev {
    left: -50%;
  }
  .carousel-col {
    width: 50%;
  }
  .active > div:first-child + div {
    display: block;
  }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .active.right {
    left: 50%;
  }
  .carousel-inner .next {
    left: 50%;
  }
  .carousel-inner .prev {
    left: -50%;
  }
  .carousel-col {
    width: 50%;
  }
  .active > div:first-child + div {
    display: block;
  }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left {
    left: -33%;
  }
  .carousel-inner .active.right {
    left: 33%;
  }
  .carousel-inner .next {
    left: 33%;
  }
  .carousel-inner .prev {
    left: -33%;
  }
  .carousel-col {
    width: 33%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left {
    left: -25%;
  }
  .carousel-inner .active.right {
    left: 25%;
  }
  .carousel-inner .next {
    left: 25%;
  }
  .carousel-inner .prev {
    left: -25%;
  }
  .carousel-col {
    width: 25%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
  .active > div:first-child + div + div + div {
    display: block;
  }
}

.block {
  width: 130px;
  height: 130px;
}

/* .red {background: white;}

.blue {background: white;}

.green {background: white;}

.yellow {background: white;}

.white {background: white;}

Override the bootstrap defaults */

.brands {
  width: 100%;
  padding-top: 90px;
  padding-bottom: 90px;
}

.brands_slider_container {
  border: solid 1px transparent;

  display: flex;
  align-items: center;

  padding: 0 50px 20px;
  background: #fff;
}

.brands_item {
  height: 100%;
}

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

.brands_nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer;
}

.brands_nav i {
  color: #e5e5e5;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.brands_nav:hover i {
  color: #676767;
}

.brands_prev {
  left: 40px;
}

.brands_next {
  right: 40px;
}

/*
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
*/

a {
  color: #747474;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:focus,
a:active,
a:hover {
  text-decoration: none;
  color: #002b69;
}
body ::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 0;
}
body ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ddd;
  border-radius: 0;
}
body ::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 0;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
  color: #303030;
  border-color: #ddd;
}
label {
  font-size: 13px;
  font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 12px;
}
input[type="text"] {
  min-width: 50px;
}
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
img {
  max-width: 100%;
  height: auto;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}
.flip {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}
div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
/* tooltip */
.tooltip.top .tooltip-arrow {
  border-top-color: #002b69;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #002b69;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #002b69;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #002b69;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #002b69;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #002b69;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #002b69;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #002b69;
}
.tooltip-inner {
  background: #002b69;
}
.alert {
  text-align: center;
  font-size: 13px;
  /* margin: 0; */
  border-radius: 0;
  border: none;
}
/* transition */
a:hover,
.banner-3 a:hover::before,
#button-guest:hover,
#button-search:hover,
#button-review:hover,
#button-account:hover,
#button-login:hover,
#button-confirm:hover,
#button-payment-method:hover,
#button-register:hover,
#button-shipping-method:hover,
#button-quote:hover,
#button-coupon:hover,
.form-horizontal input.btn:hover,
a.btn:hover,
input[type="submit"]:hover,
.button:hover,
.product-layout:hover .action-links,
.static-policy .col:hover .text-content h2,
.static-policy .col:hover .col-img .hover,
.layout1:hover .btn-wishlist,
.layout1:hover .btn-compare,
.banner-2 a:hover::before,
.product-image:hover .img-r,
.banner-1 > div:hover img {
  -webkit-transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
}
#button-guest,
#button-search,
#button-review,
#button-account,
#button-login,
#button-confirm,
#button-payment-method,
#button-shipping-address,
#button-payment-address,
#button-shipping-method,
#button-quote,
#button-coupon,
#button-register,
a.btn,
input[type="submit"],
.button {
  border: none;
  /*text-transform: capitalize;*/
  padding: 0px 25px;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  display: inline-block;
  vertical-align: top;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -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;
}
.btn-primary {
  background: #002b69;
  color: #fff;
}
.btn-primary:hover {
  opacity: 0.7;
}
#product .btn-wishlist,
#product .btn-compare {
  border: none !important;
}
#button-voucher,
#button-coupon {
  height: 34px;
  line-height: 34px;
  margin-left: 10px;
  border-radius: 20px;
}
#button-search + h2 {
  display: none;
}
#button-search {
  margin: 15px 0;
}
#modal-agree {
  z-index: 9999;
}
/* owl carousel */
.owl-container {
  margin: 0 -15px;
}
.owl-container .owl-item {
  padding: 0 15px;
}
.owl-carousel.owl-theme:hover .owl-nav div {
  opacity: 1;
}
.owl-carousel.owl-theme .owl-dot:hover span {
  background: #002b69;
}
.owl-carousel.owl-theme .owl-dot.active span {
  border: 1px solid #26b5f1;
  background: #fff;
  transform: scale(1.5);
}
.owl-carousel.owl-theme .owl-dot {
  display: inline-block;
  vertical-align: top;
}
.owl-carousel.owl-theme .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #d6d6d6;
  margin: 5px 8px;
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -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;
}
.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}
.owl-carousel.owl-theme .owl-nav div {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin: 0;
  margin-top: -30px;
  width: 35px;
  height: 60px;
  padding: 0;
  line-height: 58px;
  color: #a9a9a9;
  background: transparent;
  border: 0;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  z-index: 7;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

.div-space-50 {
  padding-top: 50px;
}

.owl-carousel.owl-theme .owl-nav div:before {
  font-family: "plaza-icon";
  display: inline-block;
  vertical-align: top;
  font-size: 36px;
  width: 100%;
  line-height: inherit;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev:before {
  content: "\ea33";
}
.owl-carousel.owl-theme .owl-nav div.owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-nav div.owl-next:before {
  content: "\ea34";
}
.owl-carousel.owl-theme:hover .owl-nav div.owl-prev {
  left: -40px;
}
.owl-carousel.owl-theme:hover .owl-nav div.owl-next {
  right: -40px;
}
.owl-carousel.owl-theme .owl-nav div:hover {
  background: transparent;
  border-color: transparent;
  color: #242424;
}
/*--------------*/
/* newsletter popup */
.b-close {
  display: block;
  padding: 5px 10px;
}
.newletter-popup {
  background: #fff;
  top: 50% !important;
  width: 55%;
  position: fixed !important;
  padding: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
#boxes .newletter-title h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 15px;
}
.newletter-popup #dialog {
  padding: 50px 20px;
}
#boxes .box-content label {
  font-weight: 400;
}
#boxes #frm_subscribe .required {
  color: #f00;
  padding-right: 5px;
}
#boxes #frm_subscribe a {
  cursor: pointer;
}
#boxes #frm_subscribe #subscribe_pemail {
  background: #ebebeb none repeat scroll 0% 0%;
  border: medium none;
  height: 40px;
  width: 65%;
  margin: 20px 0;
  padding: 0 15px;
}
#boxes .box-content .subscribe-bottom {
  margin-top: 20px;
}
#boxes .box-content .subscribe-bottom label {
  margin: 0;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-top: -1px;
}
#boxes #frm_subscribe #notification {
  color: #f00;
}
#boxes #frm_subscribe #notification .success {
  color: #67d7bb;
}
#popup2 {
  text-align: center;
  background: #333;
  border-radius: 0;
  cursor: pointer;
  float: right;
  padding: 0;
  color: #fff;
  margin-top: -49px;
  margin-right: -19px;
}
#popup2:hover {
  background: #002b69;
}
/* newsllter */
.newsletter-group {
  background: #f0f0f0;
  padding: 36px 0;
  text-align: center;
}
.newletter-subscribe-container {
}
#dialog-normal .newletter-title {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
  margin-right: 70px;
}
#dialog-normal .newletter-title h5 {
  font-size: 24px;
  /*text-transform: capitalize;*/
  margin-bottom: 6px;
  font-weight: 500;
  margin-top: 0;
}
#dialog-normal .newletter-title h5 span {
  color: #002b69;
}
#dialog-normal .newletter-title p {
  font-size: 16px;
  margin-bottom: 0;
  color: #777;
}
#dialog-normal .newleter-content {
  line-height: 30px;
}
#subscribe-normal {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#subscribe_email-normal {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #e1e1e1;
  line-height: 30px;
  height: 45px;
  color: #cacaca;
  font-size: 12px;
  width: 100%;
  background: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  text-align: center;
  margin-top: 3px;
}
#frm_subscribe-normal .btn:hover {
  background: #002b69;
}
#frm_subscribe-normal .btn {
  background: #242424;
  line-height: 45px;
  padding: 0 10px;
  margin-top: 7px;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
#subscribe-normal .btn span {
}
#notification-normal {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  font-size: 12px;
}
#notification-normal div {
  color: blue;
}
#notification-normal div.warning {
  color: red;
  text-align: center;
}
#subscribe-normal ::-webkit-input-placeholder {
  color: #cacaca;
  opacity: 1;
}
#subscribe-normal :-moz-placeholder {
  /* Firefox 18- */
  color: #cacaca;
  opacity: 1;
}
#subscribe-normal ::-moz-placeholder {
  /* Firefox 19+ */
  color: #cacaca;
  opacity: 1;
}
#subscribe-normal :-ms-input-placeholder {
  color: #cacaca;
  opacity: 1;
}
/* Top */
#top {
  background: #002b69;
  padding: 0 50px;
  height: 23px;
}
#top .container-inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
#top .box-left {
  display: flex;
  height: 23px;
  float: left;
  align-items: center;
}
#top .box-left > li > p {
  color: #fff;
  line-height: 20px;
  margin: 0;
  padding: 12px 0;
}
#top .box-left > li > p span {
  color: #fff;
  text-transform: uppercase;
  font-size: 9px;
  background: #509abd;
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  border-radius: 25px;
  font-weight: 500;
  position: relative;
  margin: 0 10px 0 0;
  font-style: normal;
}
#top .box-left > li > p span:before {
  content: "";
  width: 3px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  border-radius: 100%;
  right: 2px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#top .box-left > li > p span:after {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid #509abd;
  position: absolute;
  right: -8px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#top .box-left > li > p a {
  color: #509abd;
}
#top .box-left > li > p a:hover {
  color: #ffbc17;
}
#top .box-right {
  display: flex;
  height: 23px;
  float: right;
  align-items: center;
}
#top .box > li {
  height: 23px;
  display: inline-block;
  vertical-align: top;
}
#top .btn-group > .btn-link,
#top .box-right > li > a,
#top .btn-group .text-ex {
  height: 23px;
  text-shadow: none;
  cursor: pointer;
  font-size: 11px;
  /*text-transform: capitalize;*/
  overflow: hidden;
  font-weight: 400;
  padding: 0;
  color: #fff;
  display: block;
  text-align: left;
  border: 0;
  text-decoration: none;
  transition: 0.3s;
}
#top .btn-group .text-ex {
  height: 23px;
  margin-right: 5px;
  color: #777;
  display: none;
}
#form-language .btn-group .btn-link img {
  margin-right: 4px;
}
#top .btn-group .btn-link i {
  font-size: 11px;
  color: #6c6c6c;
  margin-left: 6px;
}
#top .box-right > li > a .icon {
  font-size: 17px;
  line-height: inherit;
  margin-right: 7px;
  vertical-align: top;
}
#top .btn-group .btn-link:hover,
#top .box-right > li > a:hover {
  color: #ffbc17;
}
#top .box > li {
  margin-right: 30px;
  position: relative;
}
#top .box > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#top .box-left > li:after {
  content: "";
  height: 16px;
  width: 1px;
  background: #555;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#top .box-left li {
  padding-right: 20px;
  font-size: 12px;
  color: #a9a9a9;
  line-height: 26px;
  padding-top: 7px;
  padding-bottom: 7px;
}
#top .box-left li span {
  color: #fff;
  /*text-transform: capitalize;*/
}
#top .box-left li:last-child {
  padding-right: 0;
}
#top .box-left li:last-child:after {
  display: none;
}
#top .btn-group .dropdown-menu {
  position: absolute;
  left: auto;
  right: -15px;
  text-align: left;
  margin: 0;
  background: white;
  border: 1px solid #e9e8e8;
  border-radius: 0;
  padding: 0 20px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#form-currency .btn-group .dropdown-menu {
}
#top .btn-group .dropdown-menu li {
  border-bottom: 1px solid #eeeeee;
}
#top .btn-group .dropdown-menu li:last-child {
  border: 0;
}
#top .btn-group .dropdown-menu li > a,
#top .btn-group .dropdown-menu li > button {
  padding: 7px 0 6px 0;
  line-height: 26px;
  display: block;
  /*text-transform: capitalize;*/
  font-weight: normal;
  height: inherit;
  border-radius: 0;
  text-align: left;
  font-size: 12px;
  color: #747474;
}
#top .btn-group .dropdown-menu li > a:hover,
#top .btn-group .dropdown-menu li > button:hover {
  text-decoration: none;
  color: #002b69;
}
#top .btn-group .dropdown-menu li a img,
#top .btn-group .dropdown-menu li button img {
  vertical-align: baseline;
  margin-right: 5px;
}
#top .btn-group .dropdown-menu > a:hover,
#top .btn-group .dropdown-menu > button:hover,
#top .btn-group .dropdown-menu .item-selected {
  color: #002b69;
  text-decoration: none;
}
.logo-container {
  height: fit-content;
  z-index: 4;
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: left;
}

#logo a {
  display: inline-block;
}

.common-home .header-inner {
  border: 0;
}
.header-inner {
  width: 100%;
  position: relative;
  background: #fff;
  text-align: center;
  z-index: 8;
  padding: 0;
  border-bottom: 1px solid #ebebeb;
}
.inner-inner {
  position: absolute;
  display: flex;
  min-height: 100%;
  height: 1px;
  width: 100%;
  padding: 0 50px;
  justify-content: space-between;
  align-items: center;
}
.header-inner .container-inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
}
.top-search {
  margin: 0 auto;
  padding: 40px 0;
  width: fit-content;
  top: 50px;
  background-color: rgba(200, 200, 200, 0);
  border-radius: 3px;
  float: center;
  z-index: 2;
  /*	-moz-transform: translateY(-50%); 
	-webkit-transform: translateY(-50%); 
	-o-transform: translateY(-50%); 
	-ms-transform: translateY(-50%); 
	transform: translateY(-50%);}*/
}

/*float: center;  position: absolute; top: 50%; left: 50% right: auto; z-index: 2; -moz-transform: translateY(-50%); -webkit-transform: 
	translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);}
*/

.col-hoz {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* search */
#search ::-webkit-input-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
#search :-moz-placeholder {
  /* Firefox 18- */
  color: #a4a4a4;
  opacity: 1;
}
#search ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a4a4a4;
  opacity: 1;
}
#search :-ms-input-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
#search-by-category ::-webkit-input-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
#search-by-category :-moz-placeholder {
  /* Firefox 18- */
  color: #a4a4a4;
  opacity: 1;
}
#search-by-category ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a4a4a4;
  opacity: 1;
}
#search-by-category :-ms-input-placeholder {
  color: #a4a4a4;
  opacity: 1;
}
.search-button {
  font-size: 28px;
  color: #fff;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 40px;
  cursor: pointer;
  box-shadow: none !important;
}
.search-button:hover {
  color: #002b69;
}
#search input {
  height: 42px;
  font-size: 14px;
  color: #a4a4a4;
  background: #ededed;
  font-size: 14px;
  width: 235px;
  font-weight: 400;
  border: 0;
  border-radius: 25px;
  box-shadow: none !important;
  padding: 10px 45px 10px 20px;
  float: none;
}
#search .input-group-btn {
  position: absolute;
  right: 0;
  width: auto;
  top: 0;
}
#search .input-group-btn button {
  background: #002b69;
  color: #fff;
  border: 0;
  height: 42px;
  width: 42px;
  padding: 0;
  border-radius: 25px;
  box-shadow: none !important;
  margin: 0;
}
#search .input-group-btn button:before {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 18px;
}
/*====search-by-category=====*/
#search-by-category {
  display: flex;
  position: relative;
  width: fit-content;
}
#search-by-category .search-container {
}
#search-by-category .search-container .categories-container {
  position: relative;
  left: 1px;
  top: 1px;
  padding: 10px 0;
  background: #f0f0f0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  display: none;
}
#search-by-category .search-container #text-search {
  display: inline;
  padding: 0px 0px 0 30px;
  height: 48px;
  border-radius: 25px;
  font-size: 12px;
  border: 1px solid #e1e1e1;
  z-index: 1;
  background: #fff;
  color: #a4a4a4;
  width: 700px;
  -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;
}
#search-by-category #sp-btn-search {
  top: 0;
  height: 48px;
  display: inline;
}
#search-by-category .search-container .categories-container .hover-cate p {
  margin: 0;
  color: #555555;
  padding: 0 30px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  /*text-transform: capitalize;*/
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  max-width: 180px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#search-by-category .search-container .categories-container .hover-cate p i {
  display: inline-block;
  vertical-align: top;
  font-size: inherit;
  line-height: inherit;
  margin-left: 19px;
}
#search-by-category
  .search-container
  .categories-container
  .hover-cate
  .cate-items {
  z-index: 9999 !important;
  position: absolute;
  display: none;
  background: #fff;
  max-height: 300px;
  overflow: auto;
  margin-top: 0px;
  border: 1px solid #ddd !important;
  padding: 5px;
  width: 100%;
  cursor: pointer;
  top: 100%;
  text-align: left;
}
.cate-items li {
  /*text-transform: capitalize;*/
  color: #363f4d;
  font-size: 11px;
  list-style: none;
  line-height: 18px;
}
.cate-items li:hover {
  color: #002b69;
}
.cate-items li.f1 {
  padding-left: 5px;
}
.cate-items li.f2 {
  padding-left: 15px;
}
#search-by-category .search-ajax {
  position: absolute;
  z-index: 9999 !important;
  background: none repeat scroll 0% 0% #fff;
  left: 0px;
  top: 100%;
  width: 92%;
}
.ajax-result-item .product-info .detail .price-box .old-price {
  text-decoration: line-through;
  color: #acacac;
  font-weight: 400;
}
.ajax-result-item .product-info .detail .price-box p {
  display: inline-block;
}
.ajax-result-item .product-info .detail .price-box {
  font-weight: 700;
  margin: 0 0 10px 0;
}
.ajax-result-item .product-info .detail .product-name {
  margin: 0px;
}
#search-by-category .search-ajax li {
  list-style: none;
}
#search-by-category .search-ajax .ajax-result-container {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-msg {
  padding: 20px;
  margin: 0;
  color: #646464;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list {
  display: block;
  border: 1px solid #ddd;
  max-height: 300px;
  overflow: auto;
  padding: 0px;
}
#btn-search-category:hover {
  color: #002b69;
}
#btn-search-category {
  background: transparent;
  border: none !important;
  padding: 0 20px;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 48px;
  color: #747474;
  font-size: 0;
  letter-spacing: 0;
  line-height: 48px;
  overflow: hidden;
}
#btn-search-category span {
  display: none;
}
#btn-search-category:before {
  content: "\e9c1";
  font-family: "plaza-icon";
  font-size: 20px;
}
/*==========================*/
.box-cart {
  display: flex;
  position: relative;
  align-items: center;
  margin-top: 50px;
  right: 0;
  z-index: 112;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-cart #top-links {
  vertical-align: top;
  margin-right: 20px;
}
.box-cart .user {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
}
.box-cart .wishlist a:before {
  content: "\e82a";
  font-family: "Linearicons-Free";
  font-size: 32px;
  color: #222;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  margin-right: 4px;
}
.box-cart .wishlist a:before {
  content: "\e813";
}
.box-cart .user li {
  float: left; /* left; by fabio 03-02-24 */
  line-height: 28px;
}
.box-cart .user li a {
  /* width: 100%; /* Make links full width by Fabio 03-03-24 */
  color: #242424;
  font-size: 12px;
  line-height: 28px;
  display: inline-block;
  vertical-align: top;
}
.box-cart .user li a:hover {
  color: #002b69;
}
.box-cart .user li:not(:first-child):last-child:before {
  content: "/";
  margin: 0 5px;
  color: #242424;
  font-size: 12px;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}
.box-cart .wishlist {
  display: inline-block;
  vertical-align: top;
  margin-right: 23px;
}
.box-cart .wishlist a {
  display: block;
  position: relative;
}
.box-cart .wishlist a > span,
#cart-total {
  color: #747474;
  font-size: 12px;
  display: flex;
  vertical-align: top;
  gap: 7px;
}
#cart-total .fa {
  line-height: 46px;
}
#cart-total .total-price {
  display: block;
}
.box-cart .wishlist a:hover > span,
#cart > button:hover #cart-total {
  color: #002b69;
}
.box-cart .wishlist a:hover:before {
  color: #002b69;
}
.box-cart .wishlist a .count {
  left: 39px;
  position: absolute;
  font-size: 11px;
  top: -4px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0;
  background: #002b69;
  border-radius: 100%;
  color: #222222;
  font-weight: 500;
}
#cart .dropdown-menu {
}
#cart {
  width: auto;
  display: inline-block;
  vertical-align: top;
}
#cart .mycart {
  color: #2f333a;
  /*text-transform: capitalize;*/
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-left: 18px;
  line-height: 1;
}
#cart .mycart .total-price {
  display: block;
  color: #002b69;
  font-weight: 500;
  margin-top: 4px;
}
#cart > button {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  box-shadow: none;
  padding: 0 25px;
  width: auto;
  position: relative;
  float: none;
  line-height: 46px;
  transition: 0.3s;
}
#cart .dropdown-menu .text-empty {
  margin: 0;
  padding: 10px 0;
}
#cart .dropdown-menu {
  margin: 0;
  padding: 5px 30px 0 30px !important;
  width: 355px;
  font-size: 13px;
  right: 0;
  list-style: none none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 1px solid #e9e8e8;
  background: #fff;
  margin-top: 15px;
  box-sizing: border-box;
  top: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#cart .dropdown-menu:after,
#cart .dropdown-menu:before {
  border-bottom-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
#cart .dropdown-menu:before {
  border: 7px solid;
  border-color: transparent transparent #343434 transparent;
  z-index: 99;
  right: 10px;
  top: -12px;
  opacity: 0;
}
#cart .dropdown-menu:after {
  border: 8px solid;
  border-color: transparent transparent #343434 transparent;
  z-index: 98;
  right: 10px;
  top: -15px;
  opacity: 0;
}
#cart .cart-close {
  position: absolute;
  top: 20px;
  right: 0;
  font-weight: 400;
}
#cart .cart-empty {
  padding-bottom: 25px;
  padding-top: 20px;
}
#cart .dropdown-menu p {
  margin: 0;
}
#cart .dropdown-menu small {
  font-size: 14px;
  color: #7e7e7e;
  line-height: 24px;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr > td {
  border: 0;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr {
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  display: block;
  border-bottom: 1px solid #f0f0f0;
}
#cart .dropdown-menu li:not(:first-child):last-child {
  border-top: 1px solid #ededed;
  padding-top: 20px;
  margin-top: 15px;
}
#cart .dropdown-menu > li:first-child .table > tbody > tr:last-child {
  border: 0;
  padding-bottom: 0;
}
#cart .table > tbody > tr > td {
  border: none;
  padding: 5px 0;
  color: #242424;
  /*text-transform: capitalize;*/
  font-size: 14px;
  vertical-align: middle;
}
#cart .cart-close button {
  background: #fff;
  color: #747474;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  padding: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#cart .cart-close button:hover {
  color: #002b69;
}
#cart .cart-close button i {
  line-height: inherit;
}
#cart .cart-close button i:before {
  content: "\ea02";
  font-size: 18px;
  font-family: "plaza-icon";
}
#cart .cart-quantity {
  line-height: 18px;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  color: #747474;
}
#cart .cart-price {
  font-size: 13px;
  color: #242424;
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
  font-weight: 500;
}
#cart .cart-name {
  font-size: 12px;
  line-height: 18px;
  /*text-transform: capitalize;*/
  font-weight: 400;
  display: block;
  margin-bottom: 8px;
}
#cart .cart-name:hover {
  color: #002b69;
}
#cart .dropdown-menu .cart-button {
  margin: 0 -30px;
  padding: 0 30px 30px 30px;
}
#cart p.cart-button a:last-child {
  margin-top: 10px;
}
#cart p.cart-button a {
  color: #fff;
  line-height: 40px;
  text-align: center;
  padding: 0 5px;
  /*text-transform: capitalize;*/
  font-size: 13px;
  margin: 0;
  border: 1px solid #e1e1e1;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  display: block;
  vertical-align: top;
  font-weight: 500;
}
#cart p.cart-button a strong {
  font-weight: 400;
}
#cart p.cart-button a:hover i {
  color: #fff;
}
#cart p.cart-button a i {
  padding-left: 5px;
  font-size: 10px;
  display: none;
}
#cart .dropdown-menu .info-item {
  padding-left: 10px;
  padding-right: 20px;
}
#cart .dropdown-menu .has-scroll {
  max-height: 280px;
  overflow: auto;
  padding: 0 30px;
  margin: 0 -30px;
  background: none;
}
#cart .dropdown-menu .has-scroll table {
  margin: 0;
}
#cart .dropdown-menu tr td strong {
  color: #232323;
  font-weight: 500;
  float: left;
  padding: 2px 0;
  font-size: 12px;
  text-transform: uppercase;
}
#cart .dropdown-menu tr td:last-child {
  /* color: #333; */
  /* font-size: 14px; */
  font-weight: 600;
}
#cart .dropdown-menu > li:last-child tr:last-child td:last-child {
  color: #002b69;
  font-size: 16px;
}
.headerSpace {
  display: none;
}
.common-home .top-menu {
  border: 0;
}
.top-menu {
  position: relative;
  background: #fff;
  z-index: 7;
  border-bottom: 1px solid #ebebeb;
}
.greetings .fa-user-circle {
  font-size: 1.7rem;
}
.header-phone {
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-phone p {
  margin: 0;
  line-height: 28px;
}
@media (min-width: 1200px) {
  .fix-header {
    padding: 0 !important;
    border: none;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 889;
    margin: 0 auto;
    position: fixed !important;
    -webkit-animation-name: fadeInDown;
    -webkit-animation-duration: 2s; /* Was 5s by fabio */
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;
    -webkit-animation-play-state: running;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: anim_titles;
    -moz-animation-duration: 2s; /* Was 5s by fabio */
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;
    -moz-animation-play-state: running;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .fix-header:hover {
    background: #fff;
  }
  .fix-header .col-ver {
    display: none;
  }
  .fix-header .horizontal-menu {
    padding: 0;
    text-align: center;
  }
  .fix-header .horizontal-menu .ul-top-items {
    width: auto;
  }
}

/* cms block */
.banner-static {
  text-align: center;
  clear: both;
  overflow: hidden;
}
.banner-static .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2%;
}
@media (min-width: 1920px) {
  .banner-static .image a,
  .banner-static .image a img {
    width: 100%;
  }
}
.banner-static .image a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
}
.banner-static .image a:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 10px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.banner-static .image a:hover:before {
  opacity: 1;
}
.banner-static .image a img {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.banner-static .image a .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.static-sidebar {
  text-align: left;
  overflow: hidden;
}
.static-sidebar .image {
  margin-top: 12px;
}

.static-bottom-menu {
  margin-top: 37px;
  margin-bottom: 10px;
}

.static-top-mooboo3 {
  margin-top: 20px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px;
}
.static-middle-mooboo3 {
  padding: 0 20px;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 20px;
  margin-top: 95px;
}
.static-middle-mooboo3 .image a .text {
  position: absolute;
  top: 50%;
  left: 10%;
  right: auto;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.static-middle-mooboo3 .text .text1,
.static-middle-mooboo3 .text .text2 {
  display: block;
  color: #fff;
  line-height: 1;
  letter-spacing: -0.05em;
  font-size: 36px;
  font-weight: 500;
  /*text-transform: capitalize;*/
}
.static-middle-mooboo3 .text .text3 {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  /*text-transform: capitalize;*/
  font-weight: 500;
  color: #fff;
  padding-bottom: 5px;
  border-bottom: 2px solid #fff;
  margin-top: 55px;
}
.static-middle-mooboo3 .text .text3:hover {
  color: #ff6a28;
  border-color: #ff6a28;
}
@media (max-width: 1499px) {
  .static-middle-mooboo3 {
    margin-top: 75px;
  }
}
@media (max-width: 991px) {
  .static-middle-mooboo3 .text .text1,
  .static-middle-mooboo3 .text .text2 {
    font-size: 3vw;
  }
  .static-middle-mooboo3 .text .text3 {
    margin-top: 3vw;
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .static-middle-mooboo3 {
    margin-top: 45px;
    grid-template-columns: 100%;
    padding: 0 15px;
  }
  .static-middle-mooboo3 .text .text1,
  .static-middle-mooboo3 .text .text2 {
    font-size: 6vw;
  }
  .static-middle-mooboo3 .text .text3 {
    margin-top: 4vw;
    font-size: 3vw;
  }
}

/**/
.layer-background {
  background: #f8f8f8;
}
/* Products */
.owl-item.active .item {
  -moz-animation: zoomIn 500ms ease;
  -o-animation: zoomIn 500ms ease;
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}
.item .item-inner {
  position: relative;
}
.label-product {
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 23px;
  padding: 0 11px;
  position: absolute;
  background: #007a58;
  min-width: 50px;
  left: 20px;
  /*text-transform: capitalize;*/
  font-size: 12px;
  z-index: 3;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.label_sale {
  background: #002b69;
}
.label-product:nth-child(1) {
  top: 20px;
}
.label-product:nth-child(2) {
  top: 50px;
}
.item-inner .images-container {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.item-inner .images-container > .inner {
  position: relative;
}
.item-inner .images-container .product-image {
  position: relative;
  display: block;
}
.item-inner .images-container img {
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.item-inner .images-container .img-r {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.item-inner:hover .images-container .img-r {
  opacity: 1;
  visibility: visible;
}
.item-inner .images-container .quickview {
  position: absolute;
  right: 10px;
  left: 10px;
  bottom: 10px;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.item-inner:hover .images-container .quickview {
  opacity: 1;
}
.item-inner .images-container .quickview button {
  width: 100%;
  line-height: 50px;
  background: #fff;
  color: #999999;
  padding: 0 10px;
  font-weight: normal;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  font-size: 13px;
  /*text-transform: capitalize;*/
}
.item-inner .images-container .quickview button:hover {
  color: #002b69;
}
.item-inner button.btn-quickview:before {
  content: "+";
  margin-right: 3px;
}
.item-inner .images-container .action-links {
  position: absolute;
  right: 10px;
  z-index: 4;
  opacity: 0;
  top: 10px;
  cursor: pointer;
  min-width: 50px;
  padding: 0 12px;
  background: #fff;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.item-inner .images-container .action-links:before {
  content: "\e9b1";
  font-family: "plaza-icon";
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  line-height: 50px;
  width: 100%;
}
.item-inner .images-container .action-links:hover:before {
  opacity: 0;
  position: absolute;
  display: none;
}
.item-inner:hover .images-container .action-links {
  opacity: 1;
  visibility: visible;
}
.item-inner .action-links button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: -1;
  line-height: 50px;
  width: 26px;
  display: block;
  font-weight: normal;
  font-size: 0;
  padding: 0;
  text-align: center;
  color: #292929;
  border-radius: 0;
  -webkit-border-radius: 0;
  background: transparent;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.item-inner .action-links:hover button {
  position: static;
  z-index: 1;
  opacity: 1;
}
.item-inner .action-links button:nth-child(2) {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.item-inner .action-links button span {
  display: none;
}
.item-inner .action-links button:before {
  font-family: "plaza-icon";
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
.item-inner .action-links button.btn-cart:before {
  content: "\eb1b";
}
.item-inner .action-links button.btn-wishlist:before {
  content: "\e977";
}
.item-inner .action-links button.btn-compare:before {
  content: "\e9d1";
}
.item-inner .action-links button:hover {
  color: #002b69;
}
.item-inner .caption {
  background: transparent;
  text-align: center;
  overflow: hidden;
  position: relative;
  padding: 0;
  z-index: 9999;
}
.item-inner .product-des {
  line-height: 24px;
}
.product-name {
  display: block;
  margin: 0;
  z-index: 9999 !important;
}
.product-name a {
  padding: 0;
  display: block;
  overflow: hidden;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  color: #999;
}
.product-name a:hover {
  color: #002b69;
}
.ratings {
  display: block;
}
.ratings a {
  margin-left: 8px;
  /*text-transform: capitalize;*/
  color: #5a5a5a;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  vertical-align: top;
}
.ratings a:hover {
  color: #002b69;
}
.ratings a.review-count:after {
  content: "|";
  margin-left: 8px;
  vertical-align: top;
}
.ratings .rating-box {
  display: inline-block;
  vertical-align: top;
}
.rating-box div[class^="rating"] {
  background: url("../image/rating0.png") no-repeat;
  font-size: 0;
  height: 13px;
  width: 79px;
}
.rating-box div.rating1 {
  background-image: url("../image/rating1.png");
}
.rating-box div.rating2 {
  background-image: url("../image/rating2.png");
}
.rating-box div.rating3 {
  background-image: url("../image/rating3.png");
}
.rating-box div.rating4 {
  background-image: url("../image/rating4.png");
}
.rating-box div.rating5 {
  background-image: url("../image/rating5.png");
}
.price-box p {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.price-box .price-tax {
  display: block;
}
.price-box .price {
  display: block;
  color: #242424;
  font-size: 18px;
  /*	font-weight: 500; */
}
.price-box p.special-price .price {
  color: #242424;
}
.price-box p.old-price {
  margin-left: 4px;
}
.price-box p.old-price .price {
  color: #a4a4a4;
  text-decoration: line-through;
  font-size: 13px;
  font-weight: 500;
}
.item-inner .caption .price-box {
  display: block;
  margin-top: 4px;
}
.item-inner .caption .model {
  margin: 0;
  color: #737373;
}
.item-inner .caption .ratings {
  margin-bottom: 6px;
  margin-top: 15px;
  display: none;
}
.item-inner .category-options .ul-swatches-colors {
  margin-bottom: 5px;
}
.item-inner .caption .price-box label {
  margin: 0;
  font-size: 13px;
  color: #363f4d;
  display: none;
}
.item-inner .caption .manufacture-product {
  margin-bottom: 4px;
  display: none;
}
.item-inner .caption .manufacture-product a {
  font-size: 13px;
  color: #a9a9a9;
  font-weight: 500;
  line-height: 20px;
  padding: 0;
  text-transform: uppercase;
}
.item-inner .caption .manufacture-product a:hover {
  color: #002b69;
}
.item-inner .caption .product-tags {
  margin-bottom: 7px;
}
.item-inner .caption .product-tags a {
  color: #5a5a5a;
  font-size: 13px;
}
.item-inner .caption .product-tags a:hover {
  color: #002b69;
}
.item-inner .caption .available {
  display: none;
}
/* module title*/
.module-title {
  position: relative;
  display: block;
  margin-top: 90px;
  margin-bottom: 55px;
  text-align: center;
}
.module-title h2 {
  position: relative;
  /*text-transform: capitalize;*/
  font-size: 36px;
  margin: 0;
  font-weight: 600;
  letter-spacing: -0.05em;
}
.module-title h2 .word1 {
  font-weight: 600;
}
.module-description {
  margin-top: 16px;
}
.module-description p {
  line-height: 18px;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
/*--*/
.module-title-style2 .module-title {
  text-align: left;
  margin-bottom: 44px;
  margin-top: 60px;
}
.module-title-style2 .module-title h2 {
  font-size: 21px;
  padding: 6px 0;
  padding-left: 20px;
  max-width: 200px;
  border-left: 3px solid #363636;
  line-height: 1.15;
  display: inline-block;
  vertical-align: top;
}
/*--*/
.module-title-style3 .module-title {
  text-align: left;
  margin-bottom: 30px;
}
.module-title-style3 .module-title h2 {
  font-size: 21px;
  position: relative;
  padding-bottom: 15px;
}
.module-title-style3 .module-title h2:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #002b69;
  left: 0;
  bottom: 0;
  position: absolute;
}
/*-------------*/
.module-footer .module-title h2 {
  font-size: 20px;
  line-height: 24px;
}
.module-footer .module-title {
  margin-top: 20px;
  margin-bottom: 37px;
}
.module-footer .module-title:before {
  display: none;
}
/*grid-style*/

/*list-style*/
.list-style:not(:first-child) {
  margin-top: 50px;
}
.list-style .item .item-inner {
  overflow: hidden;
}
.list-style .item .item-inner .images-container {
  display: table-cell;
  vertical-align: middle;
  width: 44%;
}
.list-style .item .item-inner .caption {
  display: table-cell;
  vertical-align: middle;
  width: 56%;
  padding: 15px;
}
.list-style .item .item-inner button.btn-cart {
  background: #fff;
  border: 1px solid #aaa;
  color: #555;
  font-weight: 400;
  font-size: 13px;
  line-height: 40px;
  padding: 0 30px;
  margin-top: 10px;
}
.list-style .item .item-inner button.btn-cart:hover {
  border-color: #002b69;
  background: #002b69;
  color: #fff;
}
/*list-module*/
.list-module .module-title {
  text-align: left;
  margin-bottom: 27px;
  margin-top: 90px;
}
.list-module .module-title h2 {
  font-size: 18px;
}
/* module-style1 */
.module-style1 {
}
/* bkg-color */
.bkg-color {
  background: #f0f5f7;
  padding-top: 300px;
  margin-top: -300px;
}
.bkg-color2 {
  background: #f0f5f7;
  padding: 120px 0 115px 0;
  margin-top: 120px;
}
/* module-style2 */
/* module-style3 */
.module-style3 {
}
/* module-nav2 */
.module-nav2 .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  right: 15px;
  top: -54px;
  background: #fff;
}
.module-nav2 .owl-carousel.owl-theme .owl-nav {
  border: 1px solid #e9e9e9;
  padding: 0 9px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.module-nav2 .owl-carousel.owl-theme .owl-nav div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0;
  border: 0;
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
}
.module-nav2 .owl-carousel.owl-theme .owl-nav div:hover {
  background: transparent;
  color: #002b69;
}
.module-nav2 .owl-carousel.owl-theme .owl-nav div.owl-prev {
  /* margin-right: 4px; */
}
/* slider-group */
.slider-group {
  margin-top: 20px;
}
/* tabs-category-slider */
.tabs-category-slider {
}
.tabs-category-slider .module-title {
  margin-bottom: 50px;
}
.tabs-category-slider .module-title h2 {
}
.tabs-category-slider.module-nav2 .owl-carousel.owl-theme .owl-nav {
}
.tabs-category-slider .box-tab {
  display: block;
  margin-top: 23px;
}
.tabs-category-slider .tabs-categorys {
  display: inline-block;
  vertical-align: top;
}
.tabs-style2 .tabs-categorys {
  display: none;
}
.tabs-category-slider .tabs-categorys li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  position: relative;
}
.tabs-category-slider .tabs-categorys li a {
  font-size: 13px;
  color: #747474;
  line-height: 30px;
  text-transform: none;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0;
}
.tabs-category-slider .tabs-categorys li:last-child {
  margin: 0;
}
.tabs-category-slider .tabs-categorys li a:hover,
.tabs-category-slider .tabs-categorys li.active a {
  color: #002b69;
}
/* tabs-brand-category-slider */
.tabs-brand-category-slider {
}
.tabs-brand-category-slider.module-nav2 .owl-carousel.owl-theme .owl-nav {
  top: -195px;
}
.tabs-brand-category-slider .tabs-categorys {
  text-align: center;
  border: 1px solid #f0f0f0;
  background: #f8f8f8;
  padding: 17px 10px;
  margin-bottom: 30px;
}
.tabs-brand-category-slider .tabs-categorys .tab-name {
  display: none;
}
.tabs-brand-category-slider .tabs-categorys .a-tabs {
  display: block;
}
.tabs-brand-category-slider .tabs-categorys .a-tabs img {
  opacity: 0.4;
}
.tabs-brand-category-slider .tabs-categorys .a-tabs:hover img,
.tabs-brand-category-slider .tabs-categorys .li-tabs.active .a-tabs img {
  opacity: 1;
}
/* product-tabs-container-slider */
.product-tabs-container-slider .module-title h2 {
  display: none;
}
.product-tabs-container-slider .module-title {
}
.product-tabs-container-slider .tabs-categorys {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.product-tabs-container-slider .tabs-categorys li {
  float: left;
  margin-right: 20px;
}
.product-tabs-container-slider .tabs-categorys li a {
  font-size: 26px;
  color: #868686;
  line-height: 1.3;
  /*text-transform: capitalize;*/
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  background: #fff;
}
.product-tabs-container-slider .tabs-categorys li:first-child a {
  padding-left: 0;
}
.product-tabs-container-slider .tabs-categorys li:last-child {
  margin: 0;
}
.product-tabs-container-slider .tabs-categorys li:last-child:after {
  display: none;
}
.product-tabs-container-slider .tabs-categorys li.active a {
  color: #222;
}
.product-tabs-container-slider .tabs-categorys li.active a .word1 {
  font-weight: 600;
}
.product-tabs-container-slider .tabs-categorys li a:hover {
  color: #222;
}
/* bestseller-products-slider */
.bestseller-products-slider {
}
/* related-products */
.related-products {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-top: 1px solid #ebebeb;
  margin-top: 5px; /*95px; */
}
.related-products .module-title {
  margin-top: 5px; /*90px;*/
}
/* featured-categories-container */
.featured-categories-container {
}
.featured-categories-container .item:not(:first-child) {
  margin-top: 30px;
}
.featured-categories-container.module-nav2 .owl-carousel.owl-theme .owl-nav {
}
.fcategory-content {
  display: table;
}
.fcategory-content .image {
  display: table-cell;
  vertical-align: middle;
  width: 36.5%;
  min-width: 130px;
}
.fcategory-content .content-thumb {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 5px;
}
.fcategory-content .content-thumb .total-items {
  color: #a9a9a9;
  /*text-transform: capitalize;*/
  margin-bottom: 14px;
}
.fcategory-content .image img {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.fcategory-content .image:hover img {
  -moz-transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  -o-transform: scale3d(1.05, 1.05, 1.05);
  -ms-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
}
.featured-categories-container .content-thumb .name {
  margin-top: 0;
  margin-bottom: 3px;
}
.featured-categories-container .content-thumb .name a {
  font-size: 16px;
  color: #222;
  display: block;
  font-weight: 500;
  line-height: 22px;
  /*text-transform: capitalize;*/
}
.featured-categories-container .content-thumb .name a:hover {
  color: #002b69;
}
.sub-featured-categories li a {
  display: block;
  font-size: 13px;
  color: #7a7a7a;
  line-height: 24px;
}
.sub-featured-categories li a:hover {
  color: #002b69;
  padding-left: 7px;
}
.featured-categories-container .view-more {
  line-height: 22px;
  color: #222222;
  /*text-transform: capitalize;*/
  display: block;
}
.featured-categories-container .view-more:before {
  content: "+";
  margin-right: 5px;
}
.featured-categories-container .view-more:hover {
  color: #002b69;
}
/* CountDown */
.occountdown_module {
  background: url(../image/bkg_deal_module.jpg) center;
  padding: 100px 30px;
  margin-top: 55px;
}
.occountdown_module .list-style .module-title {
  text-align: left;
  margin-top: 30px;
  margin-bottom: 2px;
}
.occountdown_module .list-style .module-title .sub-title:after {
  right: auto;
}
.occountdown_module .list-style .module-title h2 {
  display: none;
}
.text-hurryup {
  display: none;
}
.occountdown_module .list-style .item {
  background: #fff;
  padding: 30px;
  max-width: 970px;
  margin: auto;
}
.occountdown_module .list-style .item .item-inner .images-container {
  width: 40.66%;
}
.occountdown_module .list-style .item .item-inner .caption {
  width: 59.34%;
}
.occountdown_module .list-style .product-name a {
  font-size: 30px;
}
.occountdown_module .list-style .item-inner .product-des {
  line-height: 30px;
  margin-top: 9px;
}
.occountdown_module .list-style .price-box .price {
  font-size: 24px;
}
.occountdown_module .text-hurryup {
  /* display: block; */
  font-size: 15px;
  color: #666666;
  position: relative;
  margin-top: 35px;
}
.occountdown_module .text-hurryup:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
.occountdown_module .text-hurryup p {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  background: #fff;
  margin: 0;
  z-index: 2;
  position: relative;
}
.occountdown_module .text-hurryup strong {
  display: block;
  color: #202226;
  font-size: 18px;
  margin-bottom: 2px;
}
.is-countdown {
  margin-top: 20px;
}
.countdown-row {
  overflow: hidden;
  display: block;
}
.countdown-section {
  display: grid;
  width: 80px;
  height: 80px;
  align-items: center;
  background: #eee;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  float: left;
  margin-right: 13px;
}
.countdown-section:last-child {
  margin-right: 0;
}
.countdown-section .time-info {
}
.countdown-section:last-child {
  border: 0;
}
.countdown-amount {
  font-size: 30px;
  line-height: 1;
  color: #363636;
  position: relative;
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}
.countdown-period {
  display: block;
  font-size: 14px;
  color: #777;
  /*text-transform: capitalize;*/
}
/* testimonial */
.testimonial-container {
  padding-bottom: 85px;
}
.testimonial-container .module-title {
  margin-top: 75px;
}
.testimonial-container .owl-dots {
  margin-top: 35px;
}
.common-home .testimonial-images {
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  overflow: hidden;
  margin-top: 10px;
}
.testimonial-content {
  text-align: center;
}
.testimonial-content .item-inner {
  padding: 20px;
}
.testimonial-content .item-inner:hover {
  background: #fff;
}
.testimonial-content .title {
  margin-top: 20px;
  margin-bottom: 12px;
}
.testimonial-content .title a {
  font-size: 18px;
  color: #454545;
}
.testimonial-content .title a:hover {
  color: #002b69;
}
.testimonial-box {
  padding: 15px 0;
  margin: auto;
  line-height: 20px;
}
.testimonial-container .icon {
  display: block;
  text-align: center;
  padding-top: 5px;
}
.testimonial-container .icon i {
  width: 52px;
  height: 52px;
  border: 1px solid #002b69;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.testimonial-container .icon i:before {
  content: "\e04a";
  font-family: "simple-line-icons";
  font-size: 24px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #fff;
  color: #002b69;
  position: absolute;
  left: 5px;
  bottom: 5px;
  text-align: center;
}
.testimonial-box a {
  font-weight: 400;
  line-height: 30px;
  text-transform: none;
  display: block;
  color: #7b7b7b;
}
.testimonial-box a:hover {
  color: #002b69;
}
.testimonial-author {
  font-size: 13px;
  /*text-transform: capitalize;*/
  color: #454545;
  margin: 5px 0 10px 0;
}
.row-testimonials {
  padding: 20px;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  text-align: center;
}
.testimonial-container .owl-carousel.owl-theme .owl-nav div {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.testimonial-container .owl-carousel.owl-theme .owl-nav div:hover {
  color: #fff;
}
/* corporate */
.ma-corporate-about {
  text-align: center;
  background: #fff;
  overflow: hidden;
  padding: 27px 0;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
.ma-corporate-about .col {
  padding: 0;
  position: relative;
}
.ma-corporate-about .col:after {
  content: "";
  width: 1px;
  height: 60px;
  background: #ececec;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ma-corporate-about .col:last-child:after {
  opacity: 0;
}
.ma-corporate-about .block-wrapper {
  background: url(../image/wrapper1.png) left center no-repeat;
  padding: 10px 0;
  padding-left: 62px;
  display: inline-block;
  vertical-align: top;
}
.ma-corporate-about .block-wrapper.wrapper2 {
  background: url(../image/wrapper2.png) left center no-repeat;
  padding-left: 68px;
}
.ma-corporate-about .block-wrapper.wrapper3 {
  background: url(../image/wrapper3.png) left center no-repeat;
  padding-left: 66px;
}
.ma-corporate-about .block-wrapper.wrapper4 {
  background: url(../image/wrapper4.png) left center no-repeat;
  padding-left: 72px;
}
.ma-corporate-about .block-wrapper.wrapper5 {
  background: url(../image/wrapper5.png) left center no-repeat;
  padding-left: 66px;
}
.ma-corporate-about .block-wrapper .text-des {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
}
.ma-corporate-about .block-wrapper .text-des p {
  color: #222;
  font-weight: 500;
  /*text-transform: capitalize;*/
  font-size: 18px;
  display: block;
  margin-bottom: 4px;
}
.ma-corporate-about .block-wrapper .text-des span {
  color: #777;
  display: block;
}
/* End Corporate */
.box-blog {
  border-top: 1px solid #2d2d2d;
  margin-top: 95px;
}
.menu-recent {
}
.menu-recent.module-nav2 .owl-carousel.owl-theme .owl-nav {
  top: -77px;
}
.menu-recent .row_items .articles-inner:not(:first-child) {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  width: 100%;
}
.menu-recent .articles-image {
}
.menu-recent .aritcles-content {
  text-align: left;
  padding-top: 27px;
}
.menu-recent .aritcles-content .content-inner {
}
.menu-recent .articles-image a {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  position: relative;
}
.menu-recent .articles-image a:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.menu-recent .articles-image a:hover:before {
  opacity: 1;
}
.menu-recent .articles-image a:hover .icon-view {
  opacity: 1;
}
.menu-recent .articles-image a .icon-view {
  width: 52px;
  height: 52px;
  border: 1px solid #002b69;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.menu-recent .articles-image a .icon-view:before {
  content: "\e032";
  font-family: "simple-line-icons";
  font-size: 23px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #002b69;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 5px;
  bottom: 5px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.articles-name {
  display: block;
  font-size: 16px;
  /*text-transform: capitalize;*/
  line-height: 18px;
  position: relative;
  margin-top: 0;
  margin-bottom: 8px;
  color: #242424;
  font-weight: 600;
}
.articles-date {
  font-size: 13px;
  /*text-transform: capitalize;*/
  font-weight: 400;
  color: #002b69;
  display: block;
}
.articles-date .artice-day {
  padding-top: 6px;
  margin-bottom: 2px;
}
.author-name {
  display: block;
  font-size: 13px;
  /*text-transform: capitalize;*/
  margin: 0;
}
.author-name span {
  color: #002b69;
}
.author-name .text-post-by {
  color: #242424;
}
.articles-intro {
  margin-top: 21px;
}
.articles-intro p {
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.menu-recent .read-more {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  margin-top: 33px;
  text-decoration: underline;
}
.menu-recent .read-more:hover {
  text-decoration: underline;
}
.blog-blog .intro-content img,
.blog-article .article-description img {
  float: left;
  margin-right: 30px;
}
.blog-blog .article-list,
.blog-article .article-container {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
}
.article-description p,
.intro-content p {
  line-height: 24px;
}
@media (max-width: 767px) {
  .blog-blog .intro-content img,
  .blog-article .article-description img {
    float: none;
    margin-right: 0;
  }
}
/*----instagram_block_home----*/
#instagram_block_home {
  position: relative;
  border-top: 1px solid #ebebeb;
  margin-top: 113px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 115px;
}
#instagram_block_home .text-follow {
  background: url(../image/bkg_line.png) center no-repeat;
  text-align: center;
  margin: 25px 0 0 0;
  background-size: contain;
}
#instagram_block_home .text-follow a {
  color: #999;
  padding: 0 20px;
  font-size: 13px;
  background: #fff;
}
#instagram_block_home .text-follow a:hover {
  color: #002b69;
}
#instagram_block_home .content_block {
  display: block;
}
#instagram_block_home a.fancybox:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  background: rgba(36, 36, 36, 0.8) url(../image/icon_view_insta.png) center
    no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#instagram_block_home a.fancybox:hover:before {
  opacity: 1;
}
/* Tweets */
.timeline-Widget {
  background: none;
}
/* brand */
.brand-slider img {
  display: inline-block;
  vertical-align: top;
  opacity: 1;
}
.brand-slider img:hover {
  opacity: 0.6;
}
.brand-slider {
  border-top: 1px solid #eee;
  padding: 50px 0;
  text-align: center;
}
.common-home .brand-slider {
  padding: 85px 0 0 0;
  border: 0;
}
/*popular-tags*/
.popular-tags {
  padding-top: 35px;
  border-top: 1px solid #e1e1e1;
}
.popular-tags .title {
  margin-bottom: 35px;
}
.popular-tags .title h3 {
  margin: 0;
  font-size: 20px;
}
.popular-tags ul li a {
  line-height: 31px;
  display: inline-block;
  vertical-align: top;
  padding: 0 15px;
  border: 1px solid #ebebeb;
  border-radius: 25px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.popular-tags ul li a:last-child {
  margin-right: 0;
}
.popular-tags ul li a:hover {
  background: #002b69;
  border-color: #002b69;
  color: #fff;
}
/* Social */
/* Top Social */
.top-menu .container-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.top-menu .follow {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 2;
}
.top-menu .follow label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  color: #56595e;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15.5px 0;
  margin-top: 0;
  margin-right: 15px;
}
.top-menu .follow label:after {
  content: ":";
}
.top-menu ul.link-follow {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.top-menu ul.link-follow li a {
  background: #373b41 !important;
  color: #56595e;
}
.top-menu ul.link-follow li a:hover {
  color: #fff;
}
/* ----*/
.follow {
  float: right;
  padding-bottom: 10px;
}
.follow label {
  display: none;
}
ul.link-follow {
  display: block;
  margin-top: 10px;
}
ul.link-follow li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 0;
  vertical-align: top;
}
ul.link-follow li:last-child {
  margin-right: 0;
}
ul.link-follow li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #b2b2b2;
  font-size: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #e1e1e1;
  background: #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
ul.link-follow li a:before {
  font-size: 15px;
}
ul.link-follow li a span {
  display: none;
}
ul.link-follow li a:hover {
  color: #fff;
  border-color: #242424;
  background: #242424;
}
/*twitter*/
#twitter-feed {
}
#twitter-feed .tweet-title {
  display: none;
}
#twitter-feed .tweet-title h3 {
  color: #2d2d2d;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  margin-top: 0;
}
#twitter-feed .twitter-pic {
  display: none;
}
#twitter-feed .twitter-text {
  line-height: 24px;
  position: relative;
  background: #f8f8f8;
  padding: 20px;
  border: 1px solid #f0f0f0;
  border-radius: 7px;
  margin-bottom: 65px;
}
#twitter-feed .twitter-text:before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 43px;
  z-index: 2;
  border-top: 13px solid #f8f8f8;
  border-left: 12px solid #f8f8f8;
  border-bottom: 13px solid transparent;
  border-right: 12px solid transparent;
}
#twitter-feed .twitter-text:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 42px;
  border-top: 14px solid #f0f0f0;
  border-left: 13px solid #f0f0f0;
  border-bottom: 14px solid transparent;
  border-right: 13px solid transparent;
  z-index: 1;
}
#twitter-feed .twitter-text .tweetprofilelink,
#twitter-feed .twitter-text br {
  display: none;
}
#twitter-feed .twitter-text .tweet-time {
  display: block;
  position: absolute;
  left: 20px;
  bottom: -67px;
}
#twitter-feed .twitter-text .tweet-time a {
  font-size: 13px;
  color: #777;
  font-style: italic;
}
#twitter-feed .twitter-text .tweet-time:before {
  content: "\f243";
  font-family: "Ionicons";
  font-size: 21px;
  color: #002b69;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#twitter-feed .twitter-text a {
  color: #002b69;
}
#twitter-feed .twitter-text a:hover {
  text-decoration: underline;
}
#twitter-feed .twitter-article {
  position: relative;
  margin-bottom: 15px;
}
#twitter-feed .twitter-article:last-child {
  margin: 0;
}
/* footer */
/* footer */
.common-home footer {
  /* margin-top: 0; */
}
.common-home .footer-top > .container > .container-inner {
  /* border-top: 0; */
}
footer {
  margin-top: 5px; /*95px; */
}
.footer-top {
  position: relative;
}
.footer-top:before {
  content: "";
  position: absolute;
  height: 1px;
  left: 120px;
  right: 120px;
  background: #ebebeb;
}
@media (max-width: 1499px) {
  .footer-top:before {
    left: 30px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .footer-top:before {
    left: 15px;
    right: 15px;
  }
}
.footer-top > .container > .container-inner {
  padding: 95px 0 60px 0;
  background: #fff;
}
ul.links-footer {
  display: block;
  padding: 14px 0;
  border-bottom: 2px solid #393939;
  margin-bottom: 47px;
}
ul.links-footer li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 25px;
  margin-right: 25px;
}
ul.links-footer li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: #808080;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.links-footer li:last-child {
  margin: 0;
  padding: 0;
}
ul.links-footer li:last-child:after {
  display: none;
}
ul.links-footer li a {
  line-height: 24px;
  font-size: 13px;
  color: #999999;
  display: block;
  /*text-transform: capitalize;*/
}
ul.links-footer li a:hover {
  color: #002b69;
}
footer .col-footer {
  margin-bottom: 30px;
  position: relative;
  float: left;
}
.footer-title h5 {
  font-size: 16px;
  line-height: 24px;
  /*text-transform: capitalize;*/
  margin-bottom: 16px;
  font-weight: 600;
  margin-top: 0;
}
.footer-content {
  line-height: 30px;
  font-weight: 400;
}
.logo-footer {
  display: block;
  margin-bottom: 25px;
}
.footer-contact {
}
.footer-contact li {
  /* margin-bottom: 15px; */
}
.footer-contact li:last-child {
  margin-bottom: 0;
}
.footer-contact li.phone {
  color: #002b69;
  font-size: 24px;
  font-weight: 500;
}
.footer-contact li span {
  color: #222;
  font-size: 14px;
  font-weight: normal;
}
.payment {
  display: block;
  margin-top: 40px;
}
.payment h5 {
  font-size: 18px;
  line-height: 24px;
  /*text-transform: capitalize;*/
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 500;
}
footer .list-unstyled.text-content li a:hover {
  color: #002b69;
}
footer .list-unstyled.text-content li a {
  display: block;
  font-weight: 400;
  padding: 0;
  line-height: 30px;
}
.footer-middle {
}
.tag-static {
}
.tag-static li a:first-child {
  padding: 0 15px;
  font-weight: 400;
  color: #fff;
  background: #37475a;
  border-radius: 25px;
  margin-right: 8px;
}
.tag-static li a:first-child:after,
.tag-static li a:last-child:after {
  display: none;
}
.tag-static li a {
  line-height: 32px;
  /*text-transform: capitalize;*/
  color: #5b697b;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.tag-static li a:after {
  content: "/";
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
  color: #5b697b;
}
.tag-static li a:hover {
  color: #fff;
}
.tag-static li {
  display: block;
  margin-bottom: 8px;
}
.tag-static li:last-child {
  margin-bottom: 0;
}
.footer-bottom {
  text-align: center;
  border-top: 1px solid #ebebeb;
}
.footer-bottom .container-inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 21px 0;
}
.footer-copyright {
  float: left;
  line-height: 30px;
  padding: 10px 0;
}
.footer-copyright p {
  background: none;
  /*text-transform: capitalize;*/
  font-weight: 400;
  margin: 0;
}
.footer-copyright p span {
}
.footer-bottom .footer-copyright a {
  color: #002b69;
}
.footer-bottom .footer-copyright a:hover {
  text-decoration: underline;
}
.footer-custom-links {
  font-size: 13px;
  float: right;
  padding: 10px 0;
}
.footer-custom-links li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  position: relative;
  line-height: 30px;
}
.footer-custom-links li:last-child {
  margin: 0;
}
#back-top i {
  font-size: 24px;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}
#back-top:hover {
  background: #002b69;
}
#back-top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  background: #242424;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  color: #fff;
  display: none;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}


/* breadcrumb */
.common-home .breadcrumbs {
  display: none;
}
.breadcrumbs {
  display: block;
  line-height: 25px;
  overflow: hidden;
  margin: 10px 0 15px 0;
  text-align: left;
}
.breadcrumbs h1 {
  color: #363636;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 0;
}
.breadcrumb {
  margin: 0;
  background: none;
  text-transform: none;
  padding: 22px 0;
}
.breadcrumb > li + li:before {
  content: "/";
  padding: 0;
  color: #a4a4a4;
  display: inline-block;
  vertical-align: top;
}
.breadcrumb li:before {
  margin: 0 5px;
}
.breadcrumb li a:hover,
.breadcrumb li:last-child a {
  color: #242424;
}
.breadcrumb li a {
  color: #a4a4a4;
  /*text-transform: capitalize;*/
}
.hasimage {
  text-align: center;
  margin-top: 0;
}
.hasimage .breadcrumb {
  padding-top: 0;
}
.hasimage h1,
.hasimage .breadcrumb li a,
.hasimage .breadcrumb > li + li:before {
  color: #fff;
}
.hasimage > .container {
  position: relative;
}
.hasimage > .container .inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 30px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*----------*/
.category-module .li a.active,
.category-module .li a:hover {
  color: #002b69;
}
.category-module .li {
}
.category-module .li a {
  /*text-transform: capitalize;*/
  display: block;
  line-height: 30px;
  padding: 3px 0;
}
.category-module > .ul {
  margin: 0;
  border-top: 0;
}
.category-module .list-child {
  padding-left: 30px;
}
.category-module {
  margin-bottom: 55px;
}
.category-module h3 {
  color: #fff;
  font-size: 20px;
  /*text-transform: capitalize;*/
  margin: 0 0 14px;
  line-height: 30px;
}
/* toolbar */
.description p:last-child {
  margin: 0;
}
.text-refine {
  margin-top: 0;
  font-size: 16px;
  /*text-transform: capitalize;*/
}
.category-image {
  margin-bottom: 22px;
  border-radius: 1px;
  overflow: hidden;
}
.category-image img {
  border: none;
  padding: 0;
  border-radius: 0;
}
#compare-total,
.list-cate {
  display: inline-block;
  vertical-align: top;
  /*text-transform: capitalize;*/
}
.list-cate li a {
  line-height: 24px;
  display: block;
}
.toolbar-products {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.toolbar-products.toolbar-bottom {
  margin-bottom: 0;
}
.toolbar-products.toolbar-bottom .toolbar-amount {
}
.toolbar-products .modes {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 5px 0;
}
.toolbar-products .toolbar-amount {
  line-height: 46px;
  display: none; /* inline-block; */
  vertical-align: top;
  padding: 5px 0;
  color: #242424;
}
#grid-view i,
#list-view i {
  display: none;
}
.modes button {
  width: 35px;
  height: 46px;
  padding: 0;
  margin-right: 4px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: none !important;
  border: none !important;
}
.modes .btn-grid {
  background: url(../image/bkg_grid.png) center no-repeat;
}
.modes .btn-grid.active,
.modes .btn-grid:hover {
  background: url(../image/bkg_grid_hover.png) center no-repeat;
}
.modes .btn-grid.btn-grid-2 {
  background: url(../image/bkg_grid2.png) center no-repeat;
}
.modes .btn-grid.btn-grid-2.active,
.modes .btn-grid.btn-grid-2:hover {
  background: url(../image/bkg_grid2_hover.png) center no-repeat;
}
.modes .btn-grid.btn-grid-3 {
  width: 20px;
}
.modes .btn-grid.btn-grid-4 {
  background: url(../image/bkg_grid4.png) center no-repeat;
}
.modes .btn-grid.btn-grid-4.active,
.modes .btn-grid.btn-grid-4:hover {
  background: url(../image/bkg_grid4_hover.png) center no-repeat;
}
.modes .btn-grid.btn-grid-5 {
  background: url(../image/bkg_grid5.png) center no-repeat;
}
.modes .btn-grid.btn-grid-5.active,
.modes .btn-grid.btn-grid-5:hover {
  background: url(../image/bkg_grid5_hover.png) center no-repeat;
}
.modes .btn-list {
  background: url(../image/bkg_list.png) center no-repeat;
}
.modes .btn-list.active,
.modes .btn-list:hover {
  background: url(../image/bkg_list_hover.png) center no-repeat;
}
.toolbar-products .sorter {
  margin-left: 45px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
}
.toolbar-products .limiter {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
}
.toolbar-products .sorter label,
.toolbar-products .limiter label {
  display: inline-block;
  vertical-align: top;
  line-height: 46px;
  margin: 0;
  margin-right: 8px;
  color: #242424;
}
.toolbar-products .sorter select,
.toolbar-products .limiter select {
  padding: 0 15px;
  height: 46px;
  font-size: 13px;
  color: #242424;
  display: inline-block;
  vertical-align: top;
  width: auto;
  border: 0;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.toolbar-products .sorter select:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}
.toolbar-products .pages {
  display: inline-block;
  vertical-align: top;
  padding: 9px 0;
}
.toolbar-products .pages ul {
  margin: 0;
  border-radius: 0;
}
.toolbar-products .pages ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}
.toolbar-products .pages ul li:last-child {
  margin-right: 0;
}
.toolbar-products .pages ul li a {
  color: #242424;
  font-size: 13px;
  padding: 0 4px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #f1f1f1;
  border: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
}
.toolbar-products .pages ul li span {
  color: #242424;
  background: none;
  font-size: 13px;
  border: none;
  padding: 0 4px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  line-height: 38px;
}
.toolbar-products .pages ul li.active span,
.toolbar-products .pages ul li:hover a {
  color: #fff;
  background: #002b69;
}
/* category */
.custom-category .product-grid {
  margin-top: 0;
}
#product-category .product-grid .item-inner .caption .manufacture-product {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#product-category .product-grid .item-inner:hover .caption .hide-hover {
  opacity: 0;
}
.product-grid .product-des {
  /*! display: none; */
  display: none;
}
.product-grid .item {
  margin-bottom: 36px;
}
.product-list .product-thumb {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ebebeb;
}
.product-list:last-child .product-thumb {
  border: 0;
  padding: 0;
}
.product-list .item-inner {
  display: grid;
  grid-template-columns: 31% 69%;
}
.product-list .caption {
  text-align: left;
  padding: 0 0 0 30px;
}
.product-list .product-name {
  border-top: 0;
  background: none;
  padding-bottom: 0;
  margin-bottom: 16px;
}
.product-list .product-name a {
  color: #747474;
}
.product-list .product-name a:hover {
  color: #002b69;
}
.product-list .item-inner .caption .ratings {
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}
.product-list .product-des {
  padding: 0;
  background: none;
  margin-bottom: 0;
  margin-top: 24px;
}
.product-list .item-inner .price-box {
}
.product-list .price-box .price {
}
.product-list .price-box p.old-price .price {
}
.product-list .price-box p.old-price {
  /* padding-top: 4px; */
}
.product-list .item-inner .action-links button {
}
.product-list .item-inner button.btn-cart {
}
.product-list .item-inner button.btn-cart:hover {
}
/* product detail */
/*no use zoom*/
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}
/*--*/
.image-additional-container {
}
.image-additional-container .thumbnail {
  margin: 0;
  border: 1px solid #edecec;
}
.image-additional-container .thumbnail:hover,
.image-additional-container .thumbnail.current-additional {
  border-color: #002b69;
}
#product-product .column-main {
  background: #fff;
  padding: 10px;
}
.product-info-main .product-name {
  font-size: 18px;
  margin: 0px 0 15px 0;
  background: none;
  font-weight: 400;
  color: #747474;
}
.product-info-main .price-box {
  display: block;
  margin-bottom: 22px;
  margin-top: 10px;
}
.product-info-main .price-box .price {
  /* font-size: 24px; */
}
.product-info-main .price-box p.old-price .price {
  /* font-size: 21px; */
}
.product-info-main .price-box p.old-price {
  /* padding-top: 8px; */
}
.product-info-main .ratings {
  margin: 0;
  padding: 0;
  display: block;
}
.product-info-main .short-des {
  line-height: 24px;
  margin-bottom: 15px;
}
#product .form-group .radio {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
#product .form-group .radio input[type="radio"] {
  margin-top: 2px;
}
#input-quantity2,
#minus2,
#plus2,
#input-quantity,
#minus,
#plus {
  height: 40px;
  box-shadow: none;
  font-weight: 400;
  text-align: center;
  width: 55px;
  font-size: 14px;
  border-radius: 25px;
  padding: 0;
  color: #222;
  background: #fff;
  float: left;
  border: 1px solid #dbdbdb;
}
#input-quantity2,
#input-quantity {
  width: 100px;
  min-width: auto;
  margin: 0 1px;
  margin-right: 15px;
}
.product-info-main #product > h3 {
  margin-top: 0;
  font-size: 18px;
}
.product-info-main .form-group {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.product-info-main #product {
  /* margin-bottom: 20px; */
}
.product-info-main #product .form-group .control-label {
  display: inline-block;
  vertical-align: top;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.product-info-main #product .form-group input.form-control {
  height: 50px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  border-color: #ebebeb;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: none;
}
.product-info-main #product .form-group .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.product-info-main #product .form-group .input-group .input-group-btn button {
  border-left: 0;
  border-color: #ebebeb;
  padding: 9px 20px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 50px;
}
label[for="input-quantity"] {
  float: left;
  line-height: 50px;
  margin-right: 20px;
  color: #363636;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 34px;
}
.product-info-main .button-cart {
  font-size: 13px;
  line-height: 50px;
  padding: 0 80px;
  background: #002b69;
  color: #fff;
  float: left;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  /*text-transform: capitalize;*/
  margin-top: 15px;
  margin-bottom: 6px;
  font-weight: 400;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.product-info-main .button-cart:hover {
  opacity: 0.7;
}
.product-info-main #button-add-cart {
  font-size: 13px;
  line-height: 50px;
  float: left;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  /*text-transform: capitalize;*/
  margin-top: 15px;
  margin-bottom: 6px;
  font-weight: 400;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0px 25px;
  margin-left: 15px;
  border-color: #002b69;
  background: #fff;
  color: #002b69;
  border: 1px solid #002b69;
}
.product-info-main #button-add-cart:hover {
  background: #f5f5f5;
}
.product-info-main button.btn-wishlist {
  margin-right: 30px;
  clear: left;
}
.product-info-main button.btn-wishlist,
.product-info-main button.btn-compare {
  margin-top: 5px;
  font-size: 13px;
  color: #747474;
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: block;
  float: left;
  font-weight: 400;
  /*text-transform: capitalize;*/
  line-height: 30px;
}
.product-info-main button.btn-wishlist:before,
.product-info-main button.btn-compare:before {
  font-family: "plaza-icon";
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
  color: #292929;
  margin-right: 8px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.product-info-main button.btn-wishlist:before {
  content: "\e977";
}
.product-info-main button.btn-compare:before {
  content: "\e9d1";
}
.product-info-main button.btn-wishlist:hover,
.product-info-main button.btn-compare:hover {
  background: transparent;
  color: #002b69;
}
.product-info-main button.btn-wishlist:hover:before,
.product-info-main button.btn-compare:hover:before {
  color: #002b69;
}
#product2.has-option,
#product.has-option {
  max-height: 300px;
  overflow: auto;
  border: 1px solid #e1e1e1;
  padding: 20px;
}
#product + div {
  margin: 20px 0;
}
.quantity-box {
  float: left;
  border: 0;
  margin-right: 4px;
}
.product-info-main label[for="input-quantity"],
.product-info-main #input-quantity {
  margin-top: 15px;
  margin-bottom: 6px !important;
}
.product-info-main .box-options {
  margin-top: 10px;
  padding: 10px 0;
  font-size: 16px;
  color: #666666;
}
.product-info-main ul.list-unstyled {
  padding: 2px 0;
  margin-bottom: 19px;
  position: relative;
}
.product-info-main ul.list-unstyled:after {
  top: auto;
  bottom: 0;
}
.product-info-main ul.list-unstyled li {
  display: block;
  line-height: 24px;
}
.product-info-main ul.list-unstyled li span {
  color: #242424;
  font-weight: 400;
}
.product-info-main ul.list-unstyled li a {
  color: #83b71c;
  font-weight: 400;
}
.product-info-main ul.list-unstyled li a:hover {
  color: #002b69;
}
.product-info-detailed {
  margin-top: 5px; /*88px;*/
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.product-info-detailed .nav-tabs {
  margin-bottom: 0;
  text-align: left;
  border: 0;
}
.product-info-detailed .nav-tabs li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 0;
  margin-right: 45px;
}
.product-info-detailed .nav-tabs li:last-child {
  margin: 0;
}
.product-info-detailed .nav-tabs li a {
  font-size: 18px;
  color: #aaaaaa;
  /*text-transform: capitalize;*/
  border-radius: 0;
  padding: 0;
  border: none !important;
  margin: 0;
  background: none !important;
  position: relative;
  font-weight: 600;
  line-height: 30px;
  padding: 5px 0;
}
.product-info-detailed .nav-tabs li a:hover,
.product-info-detailed .nav-tabs li.active a {
  background: none;
  color: #222 !important;
}
.product-info-detailed .tab-content {
  line-height: 24px;
  padding: 20px 0 0 0;
}
#tab-description p {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: none !important;
}
.bootstrap-datetimepicker-widget td span {
  height: 40px !important;
  line-height: 40px !important;
  margin: 0px !important;
}
.alert.alert-success {
  text-align: center;
  font-size: 14px;
  /* margin: 0; */
}
.account-login .well {
  background: none;
  box-shadow: none;
}
#map-canvas {
  min-height: 400px;
  margin: 20px 0;
}
.information-contact form .required {
  margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
  border: none;
  height: auto;
}
#content {
  min-height: 300px;
}
#content > h1 {
  margin-top: 0;
  /*text-transform: capitalize;*/
}
.customers_slider_container {
  height: 90px;
}

/* FOOTER */

.ul-footer {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.container-footer {
  background-color: rgb(0, 43, 105);
  padding: 20px 0;
}

.logo-footer {
  height: fit-content;
  margin-bottom: 15px;
}

.logo-img-footer {
  display: block;
  width: 150px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.whatsapp-footer {
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 25px;
  gap: 5px;
}

.whatsapp-icon-footer {
  width: 25px;
  height: auto;
}

.icon-footer {
  width: 30px;
  height: 30.13px;
}

.phone-number-footer {
  color: white;
  font-weight: 700;
  font-size: 17px;
  text-align: center;
}

.policy-footer {
  color: white;
  display: flex;
  font-size: 12px;
  font-weight: 300;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.policy-footer > li,
.policy-footer li > a {
  font-size: 13px;
  font-weight: 300;
}

.hr-footer {
  background-color: white;
  border-color: white;
  border-width: 0;
  margin: 20px auto;
  max-width: 1000px;
  width: 90%;
  height: 1px;
}

.other-footer {
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 70px;
}

.li-footer {
  display: list-item;
  text-align: center;
  height: 103.5px;
  gap: 70px;
}

.span-footer {
  color: #ffffff;
  font-weight: 700;
  font-size: 10px;
  width: 100%;
  text-align: center;
  display: inline-block;
  height: 30px;
}

.imgs-footer {
  width: 100px;
  height: auto;
}

.networks-footer {
  width: 200px;
  height: auto;
  margin-top: 10px;
}

.cert-footer {
  margin-top: -5px;
}

.dev-footer {
  margin-top: 10px;
}

.a-footer {
  color: white;
  text-decoration: none;
  transition: 0.3s;
}

.a-footer:hover {
  color: rgb(255, 194, 37);
}

.a-footer:active {
  color: rgb(255, 194, 37);
}

/* CONTATO FIXO WHATSAPP */

.button-icon-footer:hover {
  color: white;
}

.contact-footer {
  position: fixed;
  z-index: 16000160;
  opacity: 1;
  transition: opacity 0.5s ease 0s;
  box-sizing: border-box;
  direction: ltr;
  text-align: right;
  bottom: 70px;
  right: 1px;
}

.contact-center-footer {
  position: relative;
  display: flex;
  max-height: 50px;
  margin: 7px;
  justify-content: flex-end;
  -webkit-box-pack: end;
}

.speech-bubble-footer {
  background-color: white;
  color: rgb(0, 0, 0);
  box-shadow: rgb(0 0 0 / 10%) 2px 2px 13px;
  position: relative;
  display: flex;
  max-width: 172px;
  max-height: 55px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  line-height: 14px;
  border: 1px solid rgb(226, 226, 226);
  border-radius: 5px;
  margin: auto 31px auto auto;
  padding: 7px 10px;
  cursor: pointer;
  order: 1;
}

.speech-bubble-footer::before {
  content: "";
  background-color: white;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid rgb(226, 226, 226);
  border-right: 1px solid rgb(226, 226, 226);
  right: -5px;
  top: 50%;
  margin-top: -4px;
  z-index: 1;
  transform: rotate(-45deg);
}

.speech-bubble-footer::after {
  content: "";
  background-color: white;
  position: absolute;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid rgb(226, 226, 226);
  border-right: 1px solid rgb(226, 226, 226);
  right: -5px;
  top: 50%;
  margin-top: -4px;
  z-index: 1;
  transform: rotate(-45deg);
}

.speech-bubble-footer:hover {
  color: black;
}

.whatsapp-button-footer {
  background-color: #4dc247;
  color: #ffffff;
  box-sizing: border-box;
  box-shadow: rgb(0 0 0 / 40%) 2px 2px 6px;
  position: relative;
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border: 0px;
  border-radius: 50%;
  font-size: 30px;
  text-align: center;
  padding: 4px;
  order: 2;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  z-index: 200;
}

a.whatsapp-button-footer > i {
  font-size: 30px;
}

.container-footer > a:active {
  color: #ffbc17;
}

button.btn-link > span {
  font-weight: inherit;
}

.glyphicon-user {
  height: fit-content;
}

.greetings {
  display: block;
  margin: 0 auto;
  height: fit-content;
  width: fit-content;
}

.buttons .pull-right {
  display: flex;
  align-items: center;
  gap: 5px;
}

.pull-right > input {
  margin: 0;
}

.product-allproduct .caption > p {
  display: none;
}

.input-group-btn > input {
  line-height: 0;
  height: 34px;
}

.product-thumb {
  height: 400px;
}

.row-fix2 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.btn-group-fix2 {
  display: none;
}

.input-group-addon-filter {
  background-color: #002b69;
  color: #fff;
}

.company-texts {
  display: flex;
  padding: 0 50px;
  margin: 10px auto;
  gap: 70px;
  justify-content: space-evenly;
}

.company-subtitle {
  color: #002b69;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 20px;
}

.company-text {
  max-width: 400px;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 25px;
}

.company-texts-2 {
  text-align: center;
}

.company-text-2 {
  max-width: 900px;
}

.company-text > span {
  font-weight: 300;
  display: block;
}

.company-text > hr {
  color: transparent;
  border: transparent;
  margin: 10px;
}

/* RESPONSIVIDADE */

@media (max-width: 767px) {

  .custom-category .modes {
    display: none;
  }


  .item-inner .caption {
    transform: translateY(-50px);
  }
 
  .quickview {
    display: none;	
  }

  .item-inner .product-des {
     line-height: 24px;
     visibility: hidden;	
  }
 
 .ratings {
    visibility: hidden;
  }

  .other-footer {
    display: block;
  }

  .li-footer {
    margin-bottom: 20px;
  }

  .speech-bubble-footer {
    display: none;
  }
}

@media (max-width: 700px) {
  .custom-category .modes {
    display: none;
  }
 
  .brands_slider_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 701px) and (max-width: 1279px) {
  .brands_slider_container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .speech-bubble-footer {
    display: none;
  }
}
@media (max-width: 1449px) {
  #search-by-category .search-container #text-search {
    width: 500px;
  }
}
@media (max-width: 374px) {
  .policy-footer {
    display: block;
  }
}

@media (min-width: 768px) {
  .fluid-width > .container {
    width: auto;
    padding: 0 30px;
    max-width: 1920px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
@media (min-width: 1500px) {
  .fluid-width > .container {
    padding: 0 120px;
  }
}

@media (max-width: 1920px) {
  .col-hoz {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .horizontal-menu .ul-top-items {
    width: auto;
  }
  .horizontal-menu {
    padding: 0;
    text-align: center;
  }
  .header-inner .container-inner > .inner {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ebebeb;
  }
}
@media (max-width: 1499px) {
  .related-products {
    margin-top: 5px; /*75px; */
  }
  .related-products .module-title {
    margin-top: 5px; /*70px; */
  }
  .module-title {
    margin-top: 70px;
  }
  #instagram_block_home {
    margin-top: 73px;
    padding-bottom: 75px;
  }
  .footer-top > .container > .container-inner {
    padding-top: 75px;
    padding-bottom: 40px;
  }
  footer {
    margin-top: 75px;
  }
  .product-info-detailed {
    margin-top: 68px;
  }
}
@media (max-width: 1299px) {
  .owl-carousel.owl-theme:hover .owl-nav div.owl-prev {
    left: -10px;
  }
  .owl-carousel.owl-theme:hover .owl-nav div.owl-next {
    right: -10px;
  }
}
@media (max-width: 1199px) {
  #top {
    margin-bottom: 0;
  }
  .col-hoz {
    margin-bottom: 30px;
  }
  .product-list .item-inner {
    grid-template-columns: 42% 58%;
  }
  .header-inner .container-inner > .inner {
    border: 0;
  }
  #top,
  .header-inner {
    padding: 0 15px;
  }
  .header-phone {
    width: 50%;
    padding: 9px 15px;
    float: right;
    border: 1px solid #ebebeb;
    border-left-color: transparent;
    position: static;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .fix-header {
    position: static !important;
  }
  .static-middle-mooboo1 .image a .text {
    font-size: 4vw;
  }
  .static-middle-mooboo1 .image a .text .text4 {
    font-size: 1.6vw;
    margin-top: 3vw;
  }
}
@media (max-width: 1219px) {
  .inner-inner {
    padding: 0;
  }
  .col-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-order #content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    float: none;
  }
  .col-order #column-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    float: none;
  }
  #column-left,
  #column-right {
    margin-top: 30px;
  }
  #top ul.box {
    float: none;
    display: flex;
    justify-content: center;
  }
  #search .search-content {
  }
  .logo-container {
    position: relative;
    max-width: 50%;
    float: left;
  }
  .top-search {
    position: relative;
    margin-top: 30px;
    top: 0;
    left: 0;
    right: auto;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #search-by-category .search-container #text-search {
    width: 700px;
  }
  .header-inner .container-inner > .inner > .inner-inner {
    margin-top: 60px;
    vertical-align: top;
    width: 100%;
    position: relative;
  }
  .footer-top {
  }
  #search-by-category .search-container #text-search {
    padding-left: 20px;
  }
  footer .col-footer:nth-child(3) {
    clear: left;
  }
  .newletter-popup,
  .b-modal {
    display: none !important;
  }
  .zoomContainer,
  .vermagemenu-container,
  #search-by-category .search-container .categories-container {
    display: none !important;
  }
}
@media (max-width: 690px) {
  #search-by-category .search-container #text-search {
    width: 500px;
  }
  .product-info-main .button-cart {
    width: 100%;
    margin-left: 0px !important;
  }
}
@media (max-width: 590px) {
  #search-by-category .search-container #text-search {
    width: 400px;
  }
  .company-texts {
    display: block;
    text-align: center;
  }
}
@media (max-width: 490px) {
  #search-by-category .search-container #text-search {
    width: 300px;
  }
}
@media (max-width: 479px) {
  .top-search {
    padding: 20px 0;
  }
}
@media (max-width: 390px) {
  #search-by-category .search-container #text-search {
    width: 250px;
  }
}
@media (min-width: 768px) {
  .toolbar-products .modes {
    float: left;
    margin-right: 20px;
  }
  .toolbar-products .sorter,
  .toolbar-products .limiter {
    float: right;
  }
  .toolbar-products .toolbar-amount {
    float: left;
  }
  .toolbar-products .pages {
    float: right;
  }
}
@media (max-width: 767px) {
  .toolbar-products .sorter {
    margin: 0 15px;
  }
  .link-compare {
    text-align: center;
  }
  .fluid-width > .container {
    padding: 0 15px;
  }
  .static-top-mooboo3 {
    grid-template-columns: 100%;
  }
  .static-middle-mooboo3 {
    margin-top: 45px;
    grid-template-columns: 100%;
  }
  .module-title {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .tabs-category-slider .module-title {
    margin-bottom: 25px;
  }
  #instagram_block_home {
    margin-top: 43px;
    padding-bottom: 45px;
  }
  .footer-top > .container > .container-inner {
    padding-top: 45px;
    padding-bottom: 10px;
  }
  .static-middle-mooboo1 .image a .text .text4 {
    font-size: 1.8vw;
  }
  footer {
    margin-top: 35px;
  }
  .product-info-detailed {
    margin-top: 38px;
  }
  .product-info-main .product-name {
    margin-top: 30px;
    z-index: 9999 !important;
  }
  .footer-copyright,
  .footer-custom-links {
    float: none;
    padding: 5px 0;
  }
  .item-inner .images-container .quickview {
    bottom: 10px;
  }

  footer {
  }
  #back-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  #back-top i {
    left: 13px;
    top: 10px;
  }
}

@media (max-width: 640px) {
}

@media (max-width: 567px) {
  .product-info-detailed .nav-tabs {
    padding: 0;
    width: auto;
    float: none;
  }
  .product-info-detailed .nav-tabs li {
    float: none;
    display: block;
    margin: 0;
  }

  .header-phone {
    float: none;
    width: 100%;
    border-left-color: #ebebeb;
    margin-top: 15px;
  }
}

/*Fix products-grid */
@media (min-width: 1200px) {
  #content .custom-category .col-lg-2:nth-child(6n + 1),
  #content .custom-category .col-lg-3:nth-child(4n + 1),
  #content .custom-category .col-lg-4:nth-child(3n + 1),
  #content .custom-category .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #content .custom-category .col-md-2:nth-child(6n + 1),
  #content .custom-category .col-md-3:nth-child(4n + 1),
  #content .custom-category .col-md-4:nth-child(3n + 1),
  #content .custom-category .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #content .custom-category .col-sm-2:nth-child(6n + 1),
  #content .custom-category .col-sm-3:nth-child(4n + 1),
  #content .custom-category .col-sm-4:nth-child(3n + 1),
  #content .custom-category .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  #content .custom-category .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
  #content .custom-category .col-xs-4:nth-child(3n + 1) {
    clear: left;
  }
}
@media (max-width: 479px) and (min-width: 0px) {
  #content .custom-category .product-item:nth-child(1n + 1) {
    clear: left;
  }
  #content .custom-category .product-item {
    width: 100%;
  }
}
/*Fix products-no-slider */
@media (min-width: 768px) {
  .six_items:nth-child(6n + 1),
  .four_items:nth-child(4n + 1),
  .three_items:nth-child(3n + 1),
  .two_items:nth-child(2n + 1) {
    clear: left;
  }
}
@media (max-width: 1500px) {
  .module-not-slider {
    grid-template-columns: auto auto auto auto auto auto !important;
  }
}
@media (max-width: 1199px) {
  .module-not-slider {
    grid-template-columns: auto auto auto auto !important;
  }
}
@media (max-width: 991px) {
  .module-not-slider {
    grid-template-columns: auto auto auto !important;
  }
}
@media (max-width: 767px) {
  .module-not-slider {
    grid-template-columns: auto auto !important;
  }
}
@media (max-width: 479px) {
  .module-not-slider {
    grid-template-columns: auto !important;
  }
  .module-not-slider .col-image {
    grid-column: 1 / 2 !important;
  }
}
/*Button CustomView */
@media (min-width: 1200px) {
  .btn-grid.btn-grid-2 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .btn-grid.btn-grid-5 {
    display: none;
  }
}
@media (max-width: 767px) {
  .btn-grid.btn-grid-4 {
    display: none;
  }
  .modes .btn-grid.btn-grid-3 {
    background: url(../image/bkg_grid2.png) center no-repeat;
  }
  .modes .btn-grid.btn-grid-3.active,
  .modes .btn-grid.btn-grid-3:hover {
    background: url(../image/bkg_grid2_hover.png) center no-repeat;
  }
  .modes .btn-grid.btn-grid-2 {
    background: url(../image/bkg_grid1.png) center no-repeat;
  }
  .modes .btn-grid.btn-grid-2.active,
  .modes .btn-grid.btn-grid-2:hover {
    background: url(../image/bkg_grid1_hover.png) center no-repeat;
  }
  .tooltip {
    display: none !important;
  }
}
@media (max-width: 479px) {
  .btn-grid.btn-grid-3 {
    display: none;
  }
}
.bootstrap-datetimepicker-widget .datepicker .prev,
.bootstrap-datetimepicker-widget .datepicker .next {
  padding: 0 !important;
  font-weight: normal;
  line-height: 18px;
}
.footer-alt {
  padding: 40px 0;
}
.footer-alt-col li:not(:last-child) {
  margin-bottom: 5px;
}

.footer-alt-container {
  max-width: 1170px;
  margin: auto;
}

.footer-alt-row {
  display: flex;
  flex-wrap: wrap;
}

.footer-alt-col {
  width: 25%;
  padding: 0 18px;
}

.footer-alt-col .social-links > a {
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: #000;
  margin: 0 5px 0 0;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  color: #fff;
  transition: all 0.5s ease;
}

.footer-alt-col .social-links > a:hover {
  opacity: 0.7;
}

/*responsive*/

@media (max-width: 1279px) {
  .footer-alt-col {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer-alt-col {
    width: 50%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 574px) {
  .footer-alt-col {
    width: 100%;
  }
}

.break {
  clear: both;
}

.box-filter {
  margin: 20px 0px;
  position: relative;
}

.box-filter .heading_filters {
  margin-bottom: 25px;
}

.box-filter .heading_filters h3 {
  margin: 0px;
  /*margin-top: 50px;*/
  font-size: 20px;
}

.box-filter .list-itens-filter,
.box-filter .list-itens-filter input,
.box-filter .list-itens-filter label {
  cursor: pointer;
}

.box-filter .list-itens-filter.child {
  margin-left: 15px;
}

.box-filter .clean-filter {
  z-index: 2;
  position: absolute;
  right: 0;
  top: 4px;
  padding: 0 4px;
  background: #eee;
}

.filter-mini-box {
  min-width: 39px;
  min-height: 39px;
  line-height: 31px;
  text-align: center;
  padding: 2px;
  border: 1px solid #dedede;
  float: left;
  margin: 2px 8px 6px 2px;
  cursor: pointer;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.box-filter .filter-mini-box-selected {
  border: 1px solid #666 !important;
}
.box-filter .filter-mini-box-selected:before {
  content: "X";
  position: absolute;
  margin: -12px -18px;
  border-radius: 10em;
  background-color: #ccc;
  width: 15px;
  height: 15px;
  line-height: 16px;
  font-size: 10px;
}

.table-compare {
  height: 500px;
  margin: 15px 0px;
}

.table-compare > thead > tr > th,
.table-compare > tbody > tr > th,
.table-compare > tfoot > tr > th,
.table-compare > thead > tr > td,
.table-compare > tbody > tr > td,
.table-compare > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

.owl-carousel .owl-item img {
  width: auto !important;
}

@media (max-width: 479px) {
  #cart .dropdown-menu {
    width: 200px;
    font-size: xx-small;
  }
  .box-cart {
    top: -15px;
    left: 15px;
    vertical-align: top;
    width: fit-content;
    position: absolute;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: xx-small;
  }
  .box-cart #top-links {
    font-size: xx-small;
    float: left;
  }
  .box-cart #cart {
    font-size: xx-small;
    float: right;
  }
  #text-search{
    width: max-content;
    font-size: xx-small;
  }
  #search-by-category {
    top: 45px;
    width: max-content;
    font-size: xx-small;
  } 
 .oc-menu-bar {
    top: 40px;
    font-size: xx-small;
  }
  .product-list .item-inner {
    grid-template-columns: 100%;
  }
  .product-list .caption {
    padding: 20px 0 0 0;
  }
  #top .setting .btn-group .dropdown-menu {
    right: auto;
    left: 0;
  }
  .static-middle-mooboo1 .image a .text .text4 {
    font-size: 2.4vw;
  }
}
