@font-face {
  font-family: "Glyphicons Halflings";
  src: url("glyphicons-halflings-regular.eot?v=85");
  src: url("glyphicons-halflings-regular.eot?v=85") format("embedded-opentype"),
    url("glyphicons-halflings-regular.woff?v=85") format("woff"),
    url("glyphicons-halflings-regular.ttf?v=85") format("truetype"),
    url("glyphicons-halflings-regular.svg?v=85") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url("fontawesome.eot?v=85");
  src: url("fontawesome.eot?v=85") format("embedded-opentype"),
    url("fontawesome.woff?v=85") format("woff"),
    url("fontawesome.html?v=85") format("truetype"),
    url("fontawesome.svg?v=85") format("svg");
  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "brandon_text";
  src: url("brandontext-bold-webfont.eot");
  src: url("brandontext-bold-webfont.eot?#iefix") format("embedded-opentype"),
    url("brandontext-bold-webfont.woff") format("woff"),
    url("brandontext-bold-webfont.ttf") format("truetype"),
    url("brandontext-bold-webfont.svg#brandon_textbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "brandon_text";
  src: url("brandontext-regular-webfont.eot");
  src: url("brandontext-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("brandontext-regular-webfont.woff") format("woff"),
    url("brandontext-regular-webfont.ttf") format("truetype"),
    url("brandontext-regular-webfont.svg#brandon_textregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*========================================================== GENERAL ==========================================================*/

.glyphicon {
  font-family: "Glyphicons Halflings" !important;
}

.fa {
  font-family: "FontAwesome" !important;
}

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

img,
iframe {
  max-width: 100%;
}

table {
  width: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  font-size: 14px;
  color: #888888;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

ol,
ul {
  padding-left: 15px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #373737;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin-bottom: 10px;
  line-height: 24px;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
}

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

a,
button,
input {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
textarea {
  border: 1px solid #b5b5b5;
  padding: 8px 15px;
  font-size: 14px;
  color: #757575;
  border-radius: 0;
}

button,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
textarea:focus {
  border-color: #c1bcbc;
  outline: none;
}

fieldset legend {
  display: inline-block;
  color: inherit;
  background: none;
  vertical-align: top;
}

/* ----------------------- Template Style ----------------------- */

/* ============ PUBLIC CSS =========== */

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.pos_initial {
  position: initial;
}

.notStyle {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  font-family: brandon_text, sans-serif !important;
  background: #ffffff;
  color: #333333;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2b2b2b;
}

a {
  color: #333333;
}

a:hover {
  color: #1ede18;
}

.input-text.qty::-webkit-outer-spin-button,
.input-text.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-text.qty {
  -moz-appearance: textfield;
}

.translateY-50 {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.transition-5 {
  transition: all 0.5s ease-in-out 0;
  -moz-transition: all 0.5s ease-in-out 0;
  -o-transition: all 0.5s ease-in-out 0;
  -webkit-transition: all 0.5s ease-in-out 0;
  -ms-transition: all 0.5s ease-in-out 0;
}

.transition-3 {
  transition: all 0.3s ease-in-out 0;
  -moz-transition: all 0.3s ease-in-out 0;
  -o-transition: all 0.3s ease-in-out 0;
  -webkit-transition: all 0.3s ease-in-out 0;
  -ms-transition: all 0.3s ease-in-out 0;
}

.dataEmpty {
  text-align: center;
  font-size: 16px;
  font-style: italic;
  margin: 20px 0;
}

.insOverlay,
.overlayFilter,
.overlayMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 11;
  display: none;
}

.insButton {
  position: relative;
  z-index: 0;
  border: 1px solid;
  border-color: #1ede18;
  white-space: nowrap;
  padding: 10px 40px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  display: inline-block;
  background: #1ede18;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-right: 20px;
  border-radius: 50px;
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.5);
  outline: none !important;
}

.insButton:hover,
.insButton:focus,
.insButton:active {
  background: #fff;
  color: #1ede18;
}

.btnSoldout.insButton {
  background: #000;
  border: none;
  cursor: default;
  pointer-events: none;
  margin: 0;
}

.btnClose {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  background: url(fancybox_sprite.png) top left no-repeat;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  border: none;
  outline: none;
}

.seasionPage {
  margin-top: 30px;
}

.emptyData {
  margin: 10px 0;
  text-align: center;
  font-size: 16px;
  font-style: italic;
}

.titleLine {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAAAOCAYAAADub7QZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjEyMzMzNjI4QTcyMTExRTc4NUYxOEZEREQzNkExQzcxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjEyMzMzNjI5QTcyMTExRTc4NUYxOEZEREQzNkExQzcxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTIzMzM2MjZBNzIxMTFFNzg1RjE4RkRERDM2QTFDNzEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTIzMzM2MjdBNzIxMTFFNzg1RjE4RkRERDM2QTFDNzEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6Jqms1AAABa0lEQVR42mL0ySxkGOlg87uNHkDqlK+Q/7uRHhZMDKMABL4A8fLRYBjhCQJYMhgBMReQ+QOI3YBsvdEEMer/40DsAuXbABOFFhC3jiaIEQiAbYYzQEoBiNuhQpFAfBqIn47UMGEZoVVFAJBKB+JctDCwgdJnRkuIkQW2ALEDEB8FYi4s8h9gbYyRFjCM/8OV/g/yYp2RyqUDE9DMf0D6NZArAhV+BcRLgLgIygf1xdWBWA+o1prK9g/q8GahdoAPAbARGCmgqkIIyp8GxBFAXArEr6HtiX6o3LvBnsBHqwzKAaidcBfJ75eB2B1UagDpPuiYBAwIjbYhhj+4AfX3JyBeBMQXoL0NUO79BaQuAfEtqNpnowli+IO5UJoPVD0AE8EJNPlApJJhz2iCGP5gHhAvg7JnghqZaPIJ0MYmqKFZP5oghjkAtRWAOBrIDGWADFlPBiYKDmgPIARIJQPxFCA2BKp7MNLCByDAANVxZC2/dNm9AAAAAElFTkSuQmCC)
    center center no-repeat;
  border: none;
  width: 100%;
  height: 20px;
  margin: 0;
}

/* Loading page */

.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
}

.preloader .wrapLoading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.loader {
  color: #1ede18;
  font-size: 60px;
  text-indent: -9999em;
  overflow: hidden;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em,
      -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em,
      -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em,
      -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em,
      -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em,
      -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em,
      -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em,
      0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.pageLoading {
  display: none;
  position: fixed;
  z-index: 99;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.pageLoading.in {
  display: block;
}

.pageLoading:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
}

.pageLoading:after {
  content: "";
  position: fixed;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #3498db;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform-origin: %50;
  -o-transform-origin: %50;
  -ms-transform-origin: %50;
  transform-origin: %50;
  -moz-animation: spin 700ms infinite linear;
  -ms-animation: spin 1.5s infinite linear;
  -webkit-animation: spin 700ms infinite linear;
  -o-animation: spin 700ms infinite linear;
  animation: spin 700ms infinite linear;
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Popup */

.closePopup {
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  background: url("fancybox_sprite.png") top left no-repeat;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  border: none;
  outline: none;
}

.tbPopup .modal-dialog {
  width: 300px;
}

.tbPopup .modal-dialog .modal-content {
  border-radius: 0;
  border: none;
}

.tbPopup .modal-dialog .modal-header {
  border: none;
  padding: 7px 10px;
  background: #1ede18;
}

.tbPopup .modal-dialog .modal-header h4 {
  font-size: 16px;
}

.tbPopup .modal-body .subText {
  font-size: 15px;
  font-style: italic;
  text-align: center;
  margin: 0;
}

/* Owl */

.owlStyle .owl-controls .owl-nav div {
  position: absolute;
  width: 40px;
  height: 40px;
  opacity: 1;
  font-size: 0;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  line-height: 35px;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 0;
}

.owlStyle .owl-controls .owl-nav div.owl-prev {
  left: -40px;
  float: left;
  border-left: 30px solid #f5f5f5;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.owlStyle .owl-controls .owl-nav div.owl-next {
  right: -40px;
  float: right;
  border-right: 30px solid #f5f5f5;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
}

.owlStyle .owl-controls .owl-nav div:before {
  content: "‹";
  font-family: -webkit-body;
  font-size: 30px;
  position: absolute;
  left: -25px;
  right: auto;
  top: -20px;
  display: block;
  text-align: center;
  text-indent: 0;
  color: #1ede18;
}

.owlStyle .owl-controls .owl-nav div.owl-next:before {
  content: "›";
  left: auto;
  right: -25px;
}

.owlDesign.owl-carousel .owl-controls .owl-nav div {
  width: 30px;
  height: 50px;
  font-size: 50px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid;
  border-color: #1ede18;
  color: #1ede18;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  font-family: -webkit-body;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}

.owlDesign:hover .owl-controls .owl-nav div,
.owlStyle:hover .owl-controls .owl-nav div {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.owlDesign:hover .owl-controls .owl-nav div:hover {
  background: #1ede18;
  color: #fff;
}

.owlDesign.owl-carousel .owl-controls .owl-nav div.disabled {
  background: #1ede18;
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
}

.owlDesign.owl-carousel .owl-controls .owl-nav div.owl-next {
  right: -30px;
}

.owlDesign.owl-carousel .owl-controls .owl-nav div.owl-prev {
  left: -30px;
}

.owlDesign:hover .owl-controls .owl-nav div.owl-next,
.owlStyle:hover .owl-controls .owl-nav div.owl-next {
  right: 0px;
}

.owlDesign:hover .owl-controls .owl-nav div.owl-prev,
.owlStyle:hover .owl-controls .owl-nav div.owl-prev {
  left: 0px;
}

.owlDesign .owl-controls .owl-dots,
.owlStyle .owl-controls .owl-dots {
  line-height: 1;
  font-size: 0;
  padding: 5px;
  display: none !important;
  text-align: center;
  margin: 10px 0px;
}

.owlDesign .owl-controls .owl-dots .owl-dot,
.owlStyle .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 15px;
  height: 5px;
  background: transparent;
  border: 1px solid;
  border-color: #1ede18;
  margin: 0px 3px;
  line-height: 1;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.owlDesign .owl-controls .owl-dots .owl-dot.active,
.owlStyle .owl-controls .owl-dots .owl-dot.active {
  background: #1ede18;
  width: 25px;
}

.owlDesign .owl-controls .owl-dots,
.owlStyle .owl-controls .owl-dots {
  display: block !important;
}

.owlDesign.notDots .owl-controls .owl-dots,
.owlStyle.notDots .owl-controls .owl-dots {
  display: none !important;
}

.owlStyle.owl-carousel .owl-controls .owl-nav div.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  cursor: default;
}

/* Img hover style */

.imageHover {
  position: relative;
  overflow: hidden;
}

.imageHover img {
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100% !important;
}

.imageHover:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Loop item */

img.imgLoopItem {
  width: 100%;
}

.pdLoopItem {
  background: #fff;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  margin-bottom: 30px;
}

.pdLoopItem:hover {
  -webkit-box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1),
    inset 0 0 0 1px #ffffff;
  -moz-box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #ffffff;
  box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1), inset 0 0 0 1px #ffffff;
}

.pdLoopItem .pdLoopImg {
  position: relative;
  overflow: hidden;
}

.pdLoopItem:hover .pdLoopImg > a img {
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.pdLoopItem .pdLoopImg img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
  -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;
}

.productName {
  color: #2b2b2b;
}

.productName:hover {
  color: #1ede18;
}

.pdPrice {
  color: #1ede18;
  margin: 0;
  font-size: 16px;
}

.pdPrice span {
  /* color: #1ede18; */
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.pdComparePrice {
  color: #999999;
  font-size: 14px;
  font-style: italic;
  display: inline-block;
  vertical-align: middle;
}

.pdLabel {
  font-size: 14px;
  text-align: center;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 7;
  border-radius: 50%;
  line-height: 45px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.pdLabel.sale {
  background: #1ede18;
  color: #ffffff;
  right: 20px;
  left: auto;
}

.pdLabel.sale:before {
  content: "";
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 17px solid #63c54c;
  border-bottom-color: #1ede18;
  position: absolute;
  top: -6px;
  right: -6px;
  transform: rotate(30deg);
}

.pdLabel.hot {
  background: #0097f7;
  left: 20px;
  color: #ffffff;
}

.pdLabel.hot:before {
  content: "";
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  border-bottom: 17px solid #ed3f46;
  border-bottom-color: #0097f7;
  position: absolute;
  top: -6px;
  left: -6px;
  transform: rotate(-30deg);
}

.pdLoopAction {
  margin: 5px 0px;
  position: absolute;
  bottom: -60px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 14;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -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;
  text-align: center;
}

.pdLoopItem:hover .pdLoopAction {
  bottom: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}

.pdLoopAction .btnLoop {
  display: inline-block;
  background: #1ede18;
  height: 35px;
  line-height: 35px;
  vertical-align: middle;
  margin: 0px 5px;
  min-width: 35px;
  border-radius: 50%;
  color: #fff;
  outline: none;
  box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.pdLoopAction .btnLoop:hover {
  color: #1ede18;
  background: #fff;
}

.pdLoopAction .add-cart {
  display: inline-block;
  width: auto;
  padding: 0 10px 0 10px;
  border-radius: 30px;
}

.pdLoopItem .pdLoopDetail {
  position: relative;
  padding: 10px;
}

.pdLoopItem .pdLoopDetail .productName {
  font-size: 17px;
  line-height: 1.5;
  height: 25px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.pdLoopItem .pdLoopDetail .pdLoopListView {
  display: none;
}

/* Loop article */

.insArticleLoop {
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.insArticleLoop:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(138, 138, 145, 0.8);
  -moz-box-shadow: 0px 5px 10px 0px rgba(138, 138, 145, 0.8);
  box-shadow: 0px 5px 10px 0px rgba(138, 138, 145, 0.8);
}

.insArticleLoop .createdInfo {
  position: absolute;
  bottom: 0;
  background: #fff;
  left: 30px;
  right: 0;
  padding: 7px 15px;
  text-align: left;
  z-index: 1;
}

.insArticleLoop .createdInfo ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  color: #999999;
}

.insArticleLoop .postDetail {
  padding: 15px 10px 10px 45px;
  text-align: left;
  background: #fff;
}

.insArticleLoop .postDetail h3 a {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  text-transform: uppercase;
  max-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}

.insArticleLoop .postDetail p {
  margin: 10px 0px;
  line-height: 20px;
  font-style: italic;
}

.insArticleLoop .postDetail .view {
  float: right;
  color: #1ede18;
}

.insArticleLoop .postDetail .view:hover {
  text-decoration: underline;
}

/* Seasion Heading */

.headingSeasion {
  border-top: 2px solid;
  border-top-color: #1ede18;
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.headingSeasion h2 {
  font-size: 16px;
  padding: 10px 10px 10px 10px;
  color: #fff;
  background: #1ede18;
  display: inline-block;
}

.headingSeasion h2 img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.headingSeasion h2 span {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

/* ----------------- QUICK VIEW MODAL ---------------------- */

@media (min-width: 1200px) {
  #modalQuickView .modal-dialog {
    width: 1000px;
  }
}

#modalQuickView .modal-content {
  border-radius: 0;
}

#modalQuickView .modal-body {
  padding: 0;
}

#modalQuickView .qvHeadding .title {
  position: relative;
  text-align: center;
  padding: 10px;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 0px;
  background: #1ede18;
  color: #fff;
}

.insQuickview .qvInfo {
  padding: 10px;
}

#modalQuickView .wrapperPdImage .pdImgThumbs {
  width: 50px;
  text-align: center;
}

#modalQuickView .wrapperPdImage .pdImgThumbs.autoHeight {
  position: relative;
}

#modalQuickView .wrapperPdImage .pdImgThumbs.autoHeight .listThumbs {
  height: 100%;
  overflow: auto;
}

#modalQuickView
  .wrapperPdImage
  .pdImgThumbs.autoHeight
  .listThumbs::-webkit-scrollbar {
  display: none;
}

#modalQuickView .wrapperPdImage .pdImgThumbs.autoHeight:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid rgba(255, 255, 255, 1);
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  cursor: not-allowed;
}

#modalQuickView .wrapperPdImage .pdImgThumbs.autoHeight:after {
  content: "";
  background: url("icons-dropdown.svg") center center no-repeat;
  -webkit-animation-name: bounce1;
  animation-name: bounce1;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  position: absolute;
  bottom: 0;
  left: 30%;
  width: 30px;
  height: 30px;
  background-size: cover;
  cursor: not-allowed;
}

@-webkit-keyframes "bounce1" {
  0% {
    -webkit-transform: translateY(-0.25em) rotate(0deg);
    transform: translateY(-0.25em) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-0.3em) rotate(0deg);
    transform: translateY(-0.3em) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}

@keyframes "bounce1" {
  0% {
    -webkit-transform: translateY(-0.25em) rotate(0deg);
    transform: translateY(-0.25em) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-0.3em) rotate(0deg);
    transform: translateY(-0.3em) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
  }
}

#modalQuickView .wrapperPdImage .pdImgThumbs .listThumbs {
  padding: 0;
  margin: 0;
}

#modalQuickView .wrapperPdImage .pdImgThumbs .listThumbs .imgThumb {
  border: 1px solid #eaeaea;
  padding: 5px;
  margin-bottom: 5px;
}

#modalQuickView .wrapperPdImage .pdImgThumbs .listThumbs .imgThumb a {
  display: block;
}

#modalQuickView .wrapperPdImage .pdImgThumbs .listThumbs .imgThumb.active {
  border-color: #1ede18;
}

#modalQuickView .wrapperPdImage .featureImg {
  width: calc(100% - 60px);
  margin-left: 10px;
  text-align: center;
}

#modalQuickView .wrapPdInfo .pdTitle {
  font-size: 24px;
  font-weight: 300;
  color: #333;
  line-height: 30px;
  margin: 0px 0 10px;
}

#modalQuickView .wrapPdInfo .pdTopIndex p {
  margin: 0px;
  background: url("data:image/png;base64,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")
    center left no-repeat;
  background-size: 18px;
  padding: 0 0 0 25px;
  font-size: 14px;
  color: #007ff0;
}

#modalQuickView .wrapPdInfo .listInfoDesc {
  padding: 10px 0px;
  border-bottom: 1px solid #eaeaea;
}

#modalQuickView .listInfoDesc ul {
  padding: 0;
  margin: 0;
}

#modalQuickView .listInfoDesc ul li {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
  font-size: 13px;
}

#modalQuickView .listInfoDesc ul li span {
  font-weight: normal;
  font-style: italic;
  font-size: 14px;
}

#modalQuickView .wrapPdInfo .pdPriceBoxInfo .pdPriceWrap .wrapBlockInfo {
  padding: 10px 0px;
}

#modalQuickView .wrapBlockInfo .pdPrice {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #eaeaea;
}

#modalQuickView .pdPriceBoxInfo .pdPriceWrap p.item {
  margin-bottom: 5px;
  color: #999;
}

#modalQuickView .pdPriceBoxInfo .pdPriceWrap p.item span.pdLabelPrice {
  display: inline-block;
  width: 120px;
}

#modalQuickView .pdPriceBoxInfo .pdPriceWrap p.item #pdPriceNumber {
  color: #1ede18;
  font-size: 18px;
  font-weight: 500;
}

#modalQuickView .pdPriceBoxInfo .pdPriceWrap p.item span#pdComparePriceNumber {
  text-decoration: line-through;
  font-style: italic;
  color: #999999;
}

#modalQuickView .pdPriceBoxInfo .pdPriceWrap p.item span#pdCompareSaleOff {
  display: inline-block;
  margin-left: 15px;
  font-size: 13px;
  color: #1ede18;
  font-style: italic;
}

#modalQuickView .wrapBlockInfo .shortDesc {
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 5px;
  border-bottom: 1px solid #eaeaea;
  color: #999;
}

#modalQuickView .wrapBlockInfo .groupQty {
  display: inline-block;
  margin: 10px 0px;
  background: #eaeaea;
  position: relative;
  line-height: 1;
  border-radius: 3px;
  overflow: hidden;
}

#modalQuickView .wrapBlockInfo .groupQty .qtyControl {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 20px;
  background: #eaeaea;
  border: none;
  padding: 0;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
  font-family: arial !important;
  outline: none;
}

#modalQuickView .wrapBlockInfo .groupQty input {
  width: 50px;
  margin: 0 auto;
  border: 3px solid #eaeaea;
  height: 30px;
  text-align: center;
  padding: 0;
  vertical-align: middle;
}

/* 
Swatches Styles
*/

.swatch {
  margin: 0.5em 0;
}

/* Label */

.swatch .header {
  margin: 0;
  margin-bottom: 5px;
  display: block;
  position: relative;
  font-size: 16px;
}

.swatch .header:before {
  content: "";
}

/* Hide radio buttons.*/

.swatch input {
  display: none;
}

.swatch label {
  float: left;
  min-width: 35px;
  height: 35px;
  margin: 0;
  text-align: center;
  line-height: 35px;
  white-space: nowrap;
  font-size: 12px;
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
}

.swatch-element label {
  padding: 0 10px;
}

.color.swatch-element label {
  background-size: cover !important;
  padding: 0px;
}

.swatch .swatch-element {
  margin-right: 5px;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  margin: 0px;
  display: inline-block;
  position: relative;
}

/* Image with the cross in it */

.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.swatch .swatch-element .crossed-out {
  display: none;
}

.swatch .swatch-element.soldout .crossed-out {
  display: block;
}

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */
}

.swatch .img-check {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
}

.swatch-element label.sd {
  border: 1px solid #e4393c;
}

.swatch-element label.sd img.img-check {
  display: block;
}

.swatch-element label span {
  color: #000;
  font-size: 13px;
  line-height: normal;
  vertical-align: middle;
}

.selector-wrapper {
  display: none;
}

.color.swatch-element label.no-thumb {
  padding: 0px 10px;
}

/*end swatch*/

/* ----------------- END QUICK VIEW MODAL ---------------------- */

/* ================================= END PUBLIC CSS ==================================== */

/* 1. ------------- HEADER PAGE ------------ */

#headerPage {
  padding: 10px 0px;
  position: relative;
  z-index: 2;
}

#headerLogo p {
  margin: 0;
  text-align: center;
}

#headerUser .itemUse {
  display: inline-block;
  margin-left: 30px;
  margin-top: 15px;
}

#headerUser .itemUse > a i {
  font-size: 18px;
}

#headerUser .itemUse .icon {
  position: relative;
}

.numberCart {
  background: #1ede18;
  color: #fff;
  position: absolute;
  top: -4px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  z-index: 1;
  right: -7px;
}

.popupLogin {
  position: absolute;
  right: -50px;
  z-index: 9;
  top: 100%;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  width: 150px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}

#headerUser .itemUse:hover > .popupLogin {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.popupLogin li a {
  display: block;
  padding: 5px 10px;
}

.popupLogin li a:hover {
  background: #1ede18;
  color: #fff;
}

#headerUser .searchBox .popupLogin {
  width: 300px;
  right: 0;
  padding: 10px;
}

.frmSearch form#searchFRM {
  position: relative;
}

.frmSearch i {
  position: absolute;
  line-height: 30px;
  left: 10px;
  color: #999;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.frmSearch input[type="text"] {
  width: 100%;
  height: 30px;
  padding: 0px 90px 0px 30px;
  border: 1px solid silver;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
}

.frmSearch .insButton {
  width: 80px;
  height: 30px;
  outline: none;
  border: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
  text-transform: none;
}

.frmSearch .insButton:hover {
  background: #1ede18;
  color: #fff;
}

/* Popup mini */

.miniPopup {
  position: absolute;
  right: 0;
  z-index: 9;
  top: 100%;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  width: 350px;
  margin-top: 10px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}

.cartBox:hover > .miniPopup {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
}

.miniPopup:before {
  position: absolute;
  top: -8px;
  left: 141px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-left: 6px solid transparent;
  content: "";
  border-color: transparent;
  border-style: solid;
  top: -9px;
  right: 14px;
  border-width: 0 9px 9px 9px;
  border-bottom-color: #999;
}

.miniPopup:after {
  position: absolute;
  top: -6px;
  left: 142px;
  display: inline-block;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 5px solid transparent;
  content: "";
  border-color: transparent;
  border-style: solid;
  content: "";
  top: -8px;
  right: 15px;
  border-width: 0 8px 8px 8px;
  border-bottom-color: #fff;
}

.miniPopup .popupHeading {
  height: auto;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 0;
  text-align: center;
}

.miniPopup .popupHeading .title {
  text-transform: uppercase;
}

.miniCart .listCart {
  padding: 10px;
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
}

.miniCart .listCart::-webkit-scrollbar {
  width: 5px;
  background-color: #eaeaea;
}

.miniCart .listCart::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 30px;
}

.miniCart .listCart::-webkit-scrollbar-track {
  width: 1px;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 1px #eee inset;
}

.miniCart .row {
  margin: 0px -5px;
}

.miniCart .row div[class*="col"] {
  padding: 0px 5px;
}

.miniCart .itemCart {
  border-bottom: 1px dashed #eaeaea;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.miniCart .itemCart:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.miniCart .itemCart .detail a h3 {
  font-size: 14px;
}

.miniCart .itemCart .detail a small {
  font-style: italic;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.miniCart .itemCart .detail .removeCart {
  font-size: 13px;
  font-style: italic;
}

.miniCartButtons {
  -webkit-box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -2px 1px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.miniCartButtons .insButton {
  border-radius: 0;
  margin: 10px;
  padding: 10px 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.miniCartButtons .insButton.viewCart {
  color: #1ede18;
  background: #fff;
}

.miniCartButtons .insButton.viewCart:hover {
  color: #fff;
  background: #1ede18;
}

@media screen and (min-width: 992px) {
  #headerMenu {
    background: #ffffff;
  }
  #navMenu > li {
    display: inline-block;
  }
  #navMenu > li > a {
    display: block;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .navSiteMain ul.nav-navbar li.liChild {
    position: relative;
  }
  .navSiteMain ul.nav-navbar > li > a {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #2b2b2b;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
  }
  .navSiteMain ul.nav-navbar > li:hover > a,
  .navSiteMain ul.nav-navbar > li.active > a {
    background: #ffffff;
    color: #1ede18;
  }
  .navSiteMain ul.nav-navbar > li ul li:hover > a,
  .navSiteMain ul.nav-navbar > li ul li.active > a {
    color: #1ede18;
  }
  .mainChild {
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 15;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 200px;
    text-align: left;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    border-bottom: 3px solid;
    border-bottom-color: #ffffff;
  }
  .mainChild.levlup_3 {
    left: 100%;
    top: 0;
  }
  .navSiteMain .nav-navbar li:hover > .mainChild {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navSiteMain .nav-navbar .mainChild li a {
    padding: 7px 10px 7px 25px;
    background: url(r7.png) no-repeat 10px center;
    display: block;
  }
  .navSiteMain .nav-navbar .mainChild li.active > a {
    color: #1ede18;
  }
  .navSiteMain .nav-navbar .mainChild li a i {
    float: right;
    margin-top: 3px;
  }
}

@media screen and (max-width: 991px) {
  #headerNav {
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0px;
    max-width: 95%;
    z-index: 1003;
    background-color: #fff;
    width: 290px;
    border-right: 1px solid #e9e9e9;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -ms-transform: translateX(-290px);
    -webkit-transform: translateX(-290px);
    transform: translateX(-290px);
  }
  .openNav #headerNav {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  #headerNav #navWrap {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 20px;
    overflow-x: hidden;
  }
  #headerNav #navWrap::-webkit-scrollbar {
    width: 5px;
    background-color: #eaeaea;
  }
  #headerNav #navWrap::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 30px;
  }
  #headerNav #navWrap::-webkit-scrollbar-track {
    width: 1px;
    background: #f1f1f1;
    border: 1px solid #eee;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 1px #eee inset;
  }
  .navSiteMain ul.nav-navbar > li {
    width: 100%;
  }
  .navSiteMain ul.nav-navbar li a {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
    display: block;
  }
  .navSiteMain ul.nav-navbar li a i {
    float: right;
    font-size: 18px;
    transition: transform 0.6s ease;
  }
  .navSiteMain ul.nav-navbar > li.liChild > a i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  .navSiteMain ul.nav-navbar > li.liChild > a.open i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: transform 0.6s ease;
  }
  .navSiteMain ul.nav-navbar .mainChild li a i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-right: 2px;
  }
  .navSiteMain ul.nav-navbar .mainChild li a.open i {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  #headerNav .closeMenuMB .closeNav {
    width: 150px;
    margin-top: 20px;
    //background: #1ede18;
    background: #1ede18;
    border-color: #1ede18;
    color: #fff;
  }
  .mainChild {
    padding: 0 0 0 10px;
    display: none;
  }
  .navSiteMain ul.nav-navbar .mainChild li a {
    padding-left: 25px;
  }
  .navSiteMain ul.nav-navbar .mainChild.levlup_3 li a {
    padding-left: 35px;
  }
  .frmSearch {
    margin: 5px 0px 10px;
  }
  .navSiteMain ul.nav-navbar > li.account {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #headerLogo p img {
    max-width: 200px;
    max-height: 50px;
  }
}

@media screen and (max-width: 370px) {
  #headerLogo p img {
    max-width: 170px;
    max-height: 40px;
  }
}

/* END 1. ------------- HEADER PAGE ------------ */

/* 2. ------------------- FOOTER PAGE ------------------*/

#insFooterPage {
  background: #56b849;
  margin-top: 30px;
  padding-top: 30px;
  background-size: 100%;
  color: #fff;
}

#footerTop .newletterTitle h2 {
  font-size: 25px;
  text-transform: capitalize;
  margin: 0px 0 10px 0;
  color: #fff;
}

#footerTop .newletterTitle p {
  font-size: 15px;
  font-style: italic;
  display: block;
  margin: 0;
  color: #fff;
}

#footerTop .newletterForm {
  width: 500px;
  margin: 30px auto;
}

.customerForm {
  position: relative;
}

.customerForm input[type="email"] {
  border-radius: 25px;
  border: 1px solid #e1e1e1;
  box-shadow: 0 1px 0 0 #fff;
  color: #1ede18;
  font-size: 15px;
  background: #fff;
  padding-right: 135px;
  line-height: 30px;
  height: 49px;
  outline: none;
}

.customerForm input[type="email"]::placeholder {
  color: #1ede18;
}

.customerForm .btn {
  position: absolute;
  top: 0px;
  right: 0;
  color: #1ede18;
  border-radius: 25px;
  padding: 0px 30px;
  height: 50px;
  text-transform: uppercase;
  font-size: 15px;
  outline: none;
  border: 1px solid #1ede18;
  background-color: #fff;
}

.customerForm .btn:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.groupSocial {
  margin-bottom: 30px;
}

.ftSocial li {
  display: inline-block;
  margin: 0px 10px;
}

.ftSocial li a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  background: transparent;
  border-radius: 100%;
  line-height: 40px;
  padding: 0;
  width: 42px;
  height: 42px;
  border: 1px solid #e1e1e1;
  text-align: center;
  z-index: 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;
}

.ftSocial li a:hover {
  border-color: #ccc;
  color: #111;
  box-shadow: 4px 10px 25px 2px rgba(0, 0, 0, 0.1);
}

#footerMidle {
  padding: 30px 0px;
  border-top: 1px solid #e1e1e1;
  position: relative;
}

#footerMidle:before,
#footerBottom .footer-coppyright:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 1px;
}

.groupFooter .info {
  margin: 10px 0px;
  line-height: 25px;
  font-style: italic;
}

.groupFooter .address ul li {
  display: block;
  margin-bottom: 5px;
}

.footerCol h4 {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: bold;
  color: #fff;
}

.menuLink ul li a {
  padding: 3px 0px;
  display: block;
  color: inherit;
}

.menuLink ul li a:hover {
  padding-left: 7px;
}

.instagram .listImage {
  margin: 0px -2.5px;
}

.instagram .listImage .item {
  float: left;
  width: 25%;
  padding: 0px 2.5px;
  margin-bottom: 5px;
}

#footerBottom .footer-coppyright {
  padding: 30px 0px;
  text-align: center;
  border-top: 1px solid #e1e1e1;
  position: relative;
}

#footerBottom .footer-coppyright a {
  color: inherit;
}

.backToTop {
  position: fixed;
  bottom: 30px;
  right: 100px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #1ede18;
  color: #fff !important;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 6px 8px 30px 0px rgba(0, 0, 0, 0.1);
  display: none;
}

/* END 2. ------------------- FOOTER PAGE ------------------*/

/* ---------------- Last Responsive ------------------- */

@media screen and (min-width: 1200px) {
}

@media screen and (min-width: 992px) {
}

@media screen and (max-width: 1199px) {
  #insFooterPage {
    background-size: cover;
    background-position: 0 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #headerLogo p {
    margin: 0;
  }
  #headerUser .itemUse {
    margin-left: 15px;
  }
  #navMenu > li > a {
    padding: 15px 10px;
  }
}

@media screen and (max-width: 991px) {
  #headerPage {
    padding: 5px 0px;
  }
  #headerSearch {
    margin-top: 10px;
  }
  #headerLogo {
    text-align: center;
  }
  #headerLogo .mbToggle {
    position: absolute;
    left: 15px;
    top: 50%;
  }
  .loginMB .wrapLogin {
    background: #1ede18;
    background-size: contain;
    padding: 10px;
  }
  .loginMB .wrapLogin .icon {
    float: left;
    width: 45px;
    margin-right: 10px;
  }
  .loginMB .wrapLogin .user {
    float: left;
    width: calc(100% - 55px);
  }
  .loginMB .wrapLogin .user * {
    color: #fff;
  }
  .menuHeading .icon {
    width: 35px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  .menuHeading .icon span,
  .menuHeading .icon:after,
  .menuHeading .icon:before {
    background: #333;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
  }
  .menuHeading .icon:after,
  .menuHeading .icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .menuHeading .icon:before {
    -webkit-transform: translate3d(0, -7px, 0) scale3d(0.8, 1, 1);
    transform: translate3d(0, -7px, 0) scale3d(0.8, 1, 1);
  }
  .menuHeading .icon:after {
    -webkit-transform: translate3d(0, 7px, 0) scale3d(0.8, 1, 1);
    transform: translate3d(0, 7px, 0) scale3d(0.8, 1, 1);
  }
  .menuHeading .icon span {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
  }
  #headerNav {
    position: fixed;
    -webkit-overflow-scrolling: touch;
    top: 0;
    bottom: 0;
    left: 0;
    padding: 0px;
    max-width: 95%;
    z-index: 1003;
    background-color: #fff;
    width: 290px;
    border-right: 1px solid #e9e9e9;
    transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
    -ms-transform: translateX(-290px);
    -webkit-transform: translateX(-290px);
    transform: translateX(-290px);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: left;
    padding-bottom: 10px;
  }
  .openNav #headerNav {
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  .openNav .overlayMenu {
    display: block;
  }
  #headerNav::-webkit-scrollbar {
    width: 5px;
    background-color: #eaeaea;
  }
  #headerNav::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 30px;
  }
  #headerNav::-webkit-scrollbar-track {
    width: 1px;
    background: #f1f1f1;
    border: 1px solid #eee;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 1px #eee inset;
  }
  #navMenu {
    text-align: left;
  }
  #headerNav ul li a {
    border-bottom: 1px solid #f1f1f1;
    padding: 10px;
    display: block;
  }
  #headerNav ul li a i {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    float: right;
    font-size: 16px;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
  }
  #headerNav ul li a.open i {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .mainChild .linklist {
    width: 100%;
    margin-left: 15px;
  }
  #sidebarMenu {
    margin-bottom: 15px;
  }
  .mainChild,
  .mainChild .product,
  #sidebarMenu .menuContent {
    display: none;
  }
  #sidebarMenu .menuHeading:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 20px;
    right: 15px;
    top: 50%;
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -ms-transition: all 0.6s ease-in-out 0s;
    transform: translateY(-50%) rotate(0);
    -webkit-transform: translateY(-50%) rotate(0);
    -ms-transform: translateY(-50%) rotate(0);
    -o-transform: translateY(-50%) rotate(0);
  }
  #sidebarMenu .menuHeading.open:before {
    transform: translateY(-50%) rotate(-180deg);
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
  }
  .closeMenuMB .closeNav {
    padding: 5px 20px;
    border-radius: 0;
    margin: 20px 0px 0px;
  }
  .mbCart {
    position: absolute;
    right: 15px;
    top: 50%;
  }
  .mbCart a {
    display: block;
    position: relative;
  }
  .mbCart a .icon {
    background: #1ede18;
    border-radius: 50%;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    display: block;
    color: #fff;
  }
  .mbCart a .numberCart {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    background: #1ede18;
    top: -5px;
    right: -5px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    z-index: 5;
    color: #fff;
  }
  .bottomFooter .ftLogo {
    display: none;
  }
  .owlDesign.owl-carousel .owl-controls .owl-nav div,
  .owlStyle.owl-carousel .owl-controls .owl-nav div {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
  }
  .owlDesign.owl-carousel .owl-controls .owl-nav div.owl-next,
  .owlStyle.owl-carousel .owl-controls .owl-nav div.owl-next {
    right: 0px;
  }
  .owlDesign.owl-carousel .owl-controls .owl-nav div.owl-prev,
  .owlStyle.owl-carousel .owl-controls .owl-nav div.owl-prev {
    left: 0px;
  }
  .colFooter .fTLinks {
    margin-top: 20px;
  }
  .pdListItem .row {
    margin: 0px -5px;
  }
  .pdListItem .row div[class*="col-"] {
    padding: 0px 5px;
  }
  .pdListItem .row div[class*="col-"] .pdLoopItem {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
}

@media screen and (max-width: 768px) {
  #footerTop .d-flex {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
}

@media screen and (min-width: 480px) and (max-width: 767px) {
  #footerTop .newletterForm {
    width: 450px;
  }
}

@media screen and (max-width: 479px) {
  #footerTop .newletterForm {
    width: 100%;
  }
}

@media screen and (max-width: 413px) {
}

@media screen and (max-width: 370px) {
  .ftSocial li {
    margin: 0px 5px;
  }
  .ftSocial li a {
    line-height: 33px;
    width: 35px;
    height: 35px;
  }
}

.d-flex {
  display: flex !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

#footerTop {
  background-color: #1ede18;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-form .input-group {
  position: relative;
}
.search-form .input-group .live-search {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px hsla(0, 0%, 27%, 0.3);
  border-radius: 3px;
  padding: 0 10px;
}
.sp-search-card {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.search-form .input-group .live-search .sp-search-card:last-child {
  border-bottom: 0;
}
.sp-search-card .row {
  display: flex;
  align-items: center;
}
.sp-search-card .img-container {
  height: 50px;
}
.sp-search-card .img-container img {
  object-fit: contain;
}
.sp-search-card .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
}
.sp-search-card .gia {
  font-size: 14px;
}
