html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1;
  font-family: 'Exo 2', sans-serif;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 2em;
  line-height: 1;
  margin: 0;
  margin-bottom: 10px;
}

a {
  color: #414141;
  /* font: 16px/1.5 Helvetica, Arial, sans-serif; */
  font-size: 16px;
  line-height: 1.5;
  font-family: 'Exo 2', sans-serif;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

.text-red {
  color: #cc2c24;
  font-weight: bold;
}

a:hover {
  color: #cc2c24;
  text-decoration: none;
}

a:active,
a:focus {
  text-decoration: none;
}

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

.fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* zadyljitelno trqbva da se setne bg na img i da se mahne src, syshto taka da se vzeme razmera na parent-a */
.ie-object-fit {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.circle {
  border-radius: 50%;
}

ul {
  list-style: none;
  margin-bottom: 0;
}

ul::before,
ul::after {
  display: table;
  content: "";
  line-height: 0;
}

ul::after,
.clearfix {
  clear: both;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: 'Exo 2', sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

/* [type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;  */
/* Remove the padding in IE 10-. */
/*  } */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

[hidden] {
  display: none;
}

figure {
  margin: 1em 40px;
}

/* /unverified */
.container {
  width: 94%;
  max-width: 1300px;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
}

.col-1 {
  flex-basis: 8.33%;
  max-width: 8.33%;
}

.col-2 {
  flex-basis: 16.66%;
  max-width: 16.66%;
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  flex-basis: 33.33%;
  max-width: 33.33%;
}

.col-5 {
  flex-basis: 41.66%;
  max-width: 41.66%;
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  flex-basis: 58.33%;
  max-width: 58.33%;
}

.col-8 {
  flex-basis: 66.66%;
  max-width: 66.66%;
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  flex-basis: 83.33%;
  max-width: 83.33%;
}

.col-11 {
  flex-basis: 91.66%;
  max-width: 91.66%;
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

[class*="col-"] {
  padding: 0 10px;
  position: relative;
  /* display: flex; */
}

.margin-left {
  margin-left: auto;
}

.margin-right {
  margin-right: auto;
}

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

.fx {
  display: flex;
}

.fx-wrap {
  flex-wrap: wrap;
}

.fx-item-center {
  align-items: center;
}

.fx-center {
  justify-content: center;
}

.btn {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #414141;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 11px 24px 11px;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 2px;
  transition: all 0.2s ease;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn.btn-def {
  /* border: 1px solid #cc2c24;
  color: #cc2c24; */
  background-color: #cc2c24;
  /* border: 1px solid transparent; */
  color: #fff;
  margin: 0;
}

.btn.btn-def:hover {
  /* background-color: #cc2c24;
  color: #fff; */
  border: 1px solid #cc2c24;
  background-color: transparent;
  color: #cc2c24;
}

.btn.btn-success {
  color: #fff;
  background-color: #44c344;
  border: 1px solid #3daf3d;
}

.btn.btn-success:hover {
  background-color: #39be39;
}

.btn.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border: 1px solid #51acc7;
}

.btn.btn-info:hover {
  background-color: #28a1c5;
}

.btn.btn-danger {
  color: #fff;
  background-color: #cc2c24;
  border: 1px solid #cc2c24;
}

.btn.btn-danger:hover {
  background-color: #e60000;
}

.btn.btn-warning {
  color: #fff;
  background-color: #ffc04c;
  border: 1px solid #e5ac44;
}

.btn.btn-warning:hover {
  background-color: #ffa500;
}

.btn.btn-disabled,
.disabled,
.select-option-list li.disabled:hover {
  color: #a2a2a2 !important;
  background-color: rgba(223, 223, 223, 0.8);
}

#d_quickcheckout .btn {
  color: #fff;
}

/* end typical */
.header-top {
  width: 100%;
  height: 140px;
  border-bottom: 1px solid #ede4e7;
}
.header-top .container,
.header-top .row {
  height: 100%;
}

.header-bg {
  background: url("../images/header-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.parallax {
  background-attachment: fixed;
}

/* nav-top fixed  */
@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(90%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(90%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(90%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(90%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.nav {
  background: #fff;
  height: 60px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  z-index: 900;
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.logo-top {
  height: 100%;
  display: flex;
  align-items: center;
  max-width: 160px;
}
.logo-top a {
  display: block;
}

.show-all {
  display: none;
}

.product-thumb {
  border: none !important;
}

.logo-top h2 {
  font-size: 33px;
  line-height: 60px;
  display: inline-block;
  color: #414141;
}
.logo-top h2 span {
  color: #cc2c24;
}

.navbar {
  text-align: left;
  margin-bottom: 0;
  position: relative;
}

.navbar > li {
  display: inline-block;
  margin-left: -2px;
  margin-right: -2px;
}

.navbar li > a {
  display: block;
  padding: 22px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: #414141;
  text-decoration: none;
}

.navbar li > a:hover {
  color: #cc2c24;
}

.others-btn {
  background-color: #cc2c24;
  color: #fff !important;
}

.drop-menu {
  position: absolute;
  top: 55px;
  left: 0;
  display: none;
  /* background: #fff; */
  border-radius: 2px;
  z-index: 99;
  width: 842px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.navbar li:hover .drop-menu {
  display: block;
  flex-wrap: wrap;
  -webkit-animation: slide-left 0.3s ease-out;
  -moz-animation: slide-left 0.3s ease-out;
}

.drop-menu {
  /* border: 1px solid #e5e5e5; */
}

.drop-menu li {
  width: 281px;
  display: inline-block;
  /* border: 1px solid #e5e5e5; */
  /* border-bottom: 1px solid transparent; */
  -webkit-box-shadow: inset 0px 0px 0px 1px #e5e5e5;
  -moz-box-shadow: inset 0px 0px 0px 1px #e5e5e5;
  box-shadow: inset 0px 0px 0px 1px #e5e5e5;
  background: #fff;
}

.drop-menu li > a {
  padding: 0;
  line-height: 50px;
  text-transform: capitalize;
  text-align: center;
}

.menu-button {
  height: 20px;
  position: absolute;
  right: 18px;
  top: 22px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  width: 30px;
  z-index: 9999999;
  cursor: pointer;
}
.menu-button .line-top,
.menu-button .line-mid,
.menu-button .line-bottom {
  background: #000;
  height: 2px;
  position: absolute;
  transition: all 0.3s ease;
  width: 100%;
}
.menu-button .line-top {
  top: 0;
}
.menu-button .line-mid {
  top: 50%;
}
.menu-button .line-bottom {
  top: 100%;
}
.menu-button.show .line-top {
  transform: rotate(45deg);
  transform-origin: 6%;
}
.menu-button.show .line-mid {
  opacity: 0;
}
.menu-button.show .line-bottom {
  transform: rotate(-45deg);
  transform-origin: 0%;
}

.menu-button {
  display: none;
}

/* Section grid */
/*  */
.heading-section {
  text-transform: uppercase;
}

.subheading-section {
  margin-bottom: 20px;
}

.card-images {
  border: 1px solid #ccc;
  padding: 20px 0;
  height: 100%;
}

.image-holder {
  height: 220px;
  width: 220px;
  margin: 0 auto;
}

.image-holder-res {
  padding: 0 20%;
}

.card-title {
  margin-top: 60px;
  text-align: center;
}

.images-list {
  margin-bottom: 20px;
}

/*  */
.buttons {
  text-align: center;
}

/*  form input type text email */
form {
  width: 100%;
}

.input-field {
  position: relative;
  margin-top: 20px;
}

.input-field input,
.input-field textarea {
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0 0 24px 0;
  box-shadow: none;
  height: 34px;
  font-size: 16px;
  line-height: 1;
  width: 100%;
}

.input-field textarea {
  height: 70px;
  padding: 6px 0;
  line-height: 1.2;
  resize: none;
}

.input-field input:focus {
  color: #414141;
}

.input-field label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 1;
  color: #ccc;
  transform: translate(0px, 9px);
  pointer-events: none;
  transition: all 0.2s ease;
}

.input-field input:focus + label,
.input-field textarea:focus + label,
.input-field .input_active {
  color: tomato;
}

.input-field input:focus,
.input-field textarea:focus {
  border-bottom: 1px solid tomato;
}

.input-field input:focus + label {
  transform: translate(-8px, -14px);
}

.input-field textarea:focus + label {
  transform: translate(-8px, -18px);
}

.input-field .input_active {
  transform: translate(0px, -14px);
  font-size: 14px;
}

/* radio buttons */
/* checkboxes */
/*  */
[type="submit"] {
  margin-top: 20px;
}

/*  */
/* selects */
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 48px;
  display: none;
}

.input-field .select-input {
  cursor: pointer;
  height: 48px;
}

.select-option-list {
  background: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
}

.select-option-list li {
  height: 48px;
  line-height: 48px;
  padding-left: 15px;
  cursor: pointer;
  color: tomato;
}

.select-option-list li:hover {
  background: #ccc;
}

/* arrow down */
.arrow-down-select {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  height: 48px;
  width: 48px;
  cursor: pointer;
}

.arrow-down-select:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ccc;
  margin-left: -3px;
}

/*  START  */
.nav-section {
  padding-top: 35px;
}

.padding-rl-30 {
  padding: 0 30px;
}

.pad-0 {
  padding: 0;
}

.input-lg {
  border-radius: 2px;
  height: 40px;
}

.btn-group {
  cursor: pointer;
}

.fx-space {
  justify-content: space-between;
}

.fx-around {
  justify-content: space-around;
}

/* .btn-group.open .dropdown-menu {
  display: block;
} */
.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

#search {
  display: none;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #fff;
}

.cart-side {
  height: 38px;
  border: 1px solid #e6e6e6;
  display: flex;
  align-items: center;
}
.cart-side .cart-icon {
  background: #cc2c24;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 40px;
}
.cart-side #cart-total {
  width: 80px;
  text-align: right;
}
.cart-side #currency {
  width: 40px;
  text-align: center;
}

#cart > a {
  height: 100%;
}

.dropdown-menu {
  color: #414141;
}

.ui-widget-content {
  background: #e6e6e6;
}

.search-suggestion {
  display: flex;
  padding: 10px 0;
  align-items: center;
}

.ui-autocomplete .ui-menu-item span {
  width: 80px !important;
}

.ui-autocomplete .name {
  color: #000 !important;
  width: calc(100% - 200px);
  height: 100% !important;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus {
  background: #d2d2d2;
}

.slider {
  position: relative;
}

.slider-wrap {
  height: 450px;
  margin: 0 auto;
}

.col-sl-2 {
  width: 230px;
  padding: 0;
}

.col-sl-7 {
  width: calc(100% - 20% - 230px);
  padding: 0;
}

.col-sl-3 {
  width: 20%;
  padding: 0;
}

.z-2 {
  z-index: 2;
}

.header-category {
  position: absolute;
  top: 0;
  color: #000;
  background: #fff;
}

.heading-category {
  background: #cc2c24;
  padding: 16px 10px;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  letter-spacing: 1px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}

.list-of-categories a {
  color: #000;
  font-size: 16px;
  line-height: 1;
  display: block;
  text-decoration: none;
  padding: 16px 8px 16px 10px;
}

.list-of-categories li.focus {
  background: #cc2c24;
}
.list-of-categories li.focus > a {
  color: #fff;
}

.list-of-categories li {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  position: relative;
  background: #fff;
  width: 230px;
}

.list-of-categories li:hover > a {
  color: #fff;
}

.list-of-categories li:hover {
  background: #cc2c24;
}

.list-of-categories .sub-cat-menu {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  display: none;
}

.sub-cat-menu > li > a {
  color: #000;
  padding-left: 30px;
}

.sub-cat-menu li > ul > li.active {
  background: #cc2c24;
}

.sub-cat-menu li > ul a {
  color: #000;
  padding-left: 60px;
}

.list-of-categories .sub-cat-menu li > ul a {
  padding-left: 30px;
}

.list-of-categories .sub-cat-menu ul {
  display: none;
  position: absolute;
  left: 100%;
  top: -1px;
}
.list-of-categories .sub-cat-menu ul li:first-child {
  border-top: 1px solid #e6e6e6;
}

.sub-cat-menu li:hover ul {
  display: block;
  /* -webkit-animation: fade-in .3s ease-out; */
}

.list-of-categories li:hover .sub-cat-menu {
  display: block;
  -webkit-animation: fade-in 0.3s ease-out;
  -moz-animation: fade-in 0.3s ease-out;
}

.info-blocks {
  display: flex;
}

.fx-dir-col {
  flex-direction: column;
}

.pos-blocks {
  position: absolute;
  left: 0px;
  top: 20px;
}
.pos-blocks .block-info {
  margin-left: 0;
}

.block-info {
  height: 100px;
  width: 250px;
  background-color: #fff;
  display: flex;
  align-items: center;
  margin: 10px;
  border: 1px solid #cc2c24;
  color: #1a3b40;
  position: relative;
}

.block-info:after {
  content: "";
  position: absolute;
  left: 70px;
  top: 10px;
  height: 76px;
  width: 1px;
  background: #cc2c24;
}

.block-icon {
  width: 72px;
  flex-basis: 72px;
  text-align: center;
}

.block-text {
  width: 180px;
  flex-basis: 180px;
  padding: 0 20px;
  font-size: 13px;
}

.heading-section {
  text-align: center;
  padding: 45px 0;
}

.content .row {
  margin-top: 10px;
}

/* .product-layout {
  border: 1px solid #d2d2d2;
  width: 100%; }

.product-layout:hover {
  border: 1px solid #ff4c53; }

.product-thumb {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 10px; }
  .product-thumb .caption {
    margin-top: 20px;
    text-align: center; }
  .product-thumb p, .product-thumb h4 a {
    font-size: 16px;
    line-height: 18px;
    color: #010101; }
  .product-thumb h4 {
    font-size: 36px; }
  .product-thumb .price {
    font-size: 24px;
    margin-bottom: 0; }
  .product-thumb .price, .product-thumb .price-new {
    margin-top: 20px;
    color: #cc2c24;
    font-weight: bold; }

.product-thumb .price-promo {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
}

.promo-info {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 55;
  background: #fff;
  padding: 40px 80px;
  border: 1px solid #ccc;
  display: none;
}

.promo-info.show {
  display: block;
} */

/* .close-btn {
  position: absolute;
  right: 4px;
  top: 4px;
  padding: 10px;
  cursor: pointer;
} */

.product-thumb .price-tax {
  display: block;
  text-align: center;
  font-size: 12px;
}

.related-products .product-thumb .price-tax{
  text-align: center;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

/* .image {
  width: 170px;
  height: 170px;
  border: 1px solid #d2d2d2; }

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px; }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
  font-weight: 300; } */

/* swiper */
.swiper-container-2 {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.swiper-container-2 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
}

.swiper-container-1 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.swiper-container-1 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.show-all {
  background: #22262f;
  text-align: center;
}
.show-all a {
  color: #cc2c24;
  font-size: 20px;
  line-height: 100px;
  text-transform: uppercase;
}
.show-all a:hover {
  text-decoration: underline;
}

.banner {
  margin: 75px 0;
}

.banner-holder {
  width: 100%;
  height: 360px;
}

.fx-dir-col {
  flex-direction: column;
}

.footer-bottom {
  background: #22262f;
  padding-top: 25px;
  margin-top: 25px;
}
.footer-bottom h5 {
  color: #cc2c24;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 20px;
}

.footer-bottom .list-unstyled a {
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
}

.list-unstyled a {
  color: #414141;
}

.copy-right {
  background: #1d1d25;
  padding: 12px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin-top: 25px;
}

.last-active .form-control {
  margin: 20px 0;
}

.margin-b-120 {
  margin-bottom: 120px;
}

/* Product Page */
.main {
  padding: 20px 0;
}

.list-group a {
  color: #000;
  font-size: 16px;
  line-height: 1;
  display: block;
  text-decoration: none;
  padding: 12px 30px 12px 10px;
}
.list-group a::first-letter {
  text-transform: uppercase;
}

.list-group li {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  position: relative;
  background: #fff;
  max-width: 250px;
}

.list-group > li > a {
  font-weight: bold;
}

.list-group li:first-child {
  border-top: 1px solid #e6e6e6;
}

.list-group .sub-cat-menu {
  display: none;
}

.list-group li a:hover {
  background: #cc2c24;
}
.list-group li > a:hover {
  color: #fff;
}

.list-group li.active {
  background: #cc2c24;
}
.list-group li.active > a {
  color: #fff;
}
.list-group li.active .sub-cat-menu {
  display: block;
}

.list-group .sub-cat-menu > li.active,
a.list-group-item:hover,
.list-group .sub-cat-menu li > a.active {
  background: #cc2c24;
}

a.list-group-item:hover,
.list-group .sub-cat-menu li > a.active {
  color: #fff;
}

.list-group li.active .sub-cat-menu {
  display: block;
}

.list-group .sub-cat-menu li {
  padding-left: 0;
  border-left: none;
  border-right: none;
}

.list-group .sub-cat-menu li:last-child {
  border-bottom: none;
}

/* show dropdown */
.list-group .folding {
  position: absolute;
  right: 0;
  top: 0;
  padding: 11px 12px;
  font-size: 18px;
  cursor: pointer;
}

.folding .minus {
  line-height: 0.8;
  margin-left: -8px;
}

.folding .minus,
.list-group li.active .folding .plus {
  display: none;
  color: #fff;
}

.folding .plus,
.list-group li.active .folding .minus {
  display: block;
}

.list-group li:hover .folding .plus {
  color: white;
}

.list-group .folding:hover {
  background: #cc2c24;
}
.list-group .folding:hover .plus {
  color: white;
}

.breadcrumb {
  padding: 8px 0;
  background-color: transparent;
}

.product-sec {
  width: 100%;
}
.product-sec hr {
  border-top: 1px solid #000;
}
.product-sec .list-unstyled {
  line-height: 1.3;
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
.product-sec .list-unstyled:first-child {
  padding-top: 0;
}

.font-bold {
  font-weight: bold;
}

.text-green {
  color: #34c31c;
}

.short-description li:first-child {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

.product-image {
  width: 320px;
  height: 320px;
  display: flex;
  justify-content: center;
}

.thumbnail {
  border-radius: 0;
}

.list-price a {
  color: #000;
}

#product {
  margin-top: 20px;
}

.qty {
  /* margin-right: 50px; */
}

a.text-#cc2c24 {
  color: #cc2c24;
}
a.text-#cc2c24:hover {
  color: #333;
}

.text-#cc2c24 {
  color: #cc2c24 !important;
}

.qty .form-control {
  display: inline-block;
  width: 60px;
  height: 38px;
  text-align: center;
  margin: 10px 0;
}

.btn.btn-custom-design {
  border: 1px solid #cc2c24;
  background-color: transparent;
  color: #cc2c24;
  margin: 0 auto;
}

.btn.btn-custom-design:hover {
  background-color: #cc2c24;
  border: 1px solid transparent;
  color: #fff;
}

.btn-max {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-tabs {
  margin: 15px 0 0 0;
}

.nav {
  box-shadow: none;
}

.nav-tabs {
  border-bottom: 0;
}

.nav > li > a {
  padding: 10px 0;
  text-transform: uppercase;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: none;
}

#tab-description {
  font-size: 14px;
  line-height: 18px;
}

.thumbnails .image-additional {
  margin-left: 24px;
}

.related-products {
  padding: 50px 0;
}
.related-products h3 {
  text-align: center;
  font-size: 26px;
  line-height: 1;
  margin-bottom: 30px;
}

/* Shopping-cart page */
.input-group-btn [type="submit"] {
  margin-top: 0;
}

.input-group-btn .btn-lg {
  background: #cc2c24;
  color: #fff;
  text-shadow: none;
  font-weight: normal;
  border: 1px solid #ccc;
  border-radius: 0;
}

.filter {
  position: relative;
}

.btn-filter {
  width: 100px;
  padding: 10px !important;
}

.filter-dropdown.open {
  display: block;
}

.filter-dropdown {
  position: absolute;
  left: -87px;
  display: none;
  width: 216px;
  padding: 6px;
  background: #cc2c24;
  z-index: 101;
}

.filter-inside select {
  margin: 10px 0;
}

.user-login {
  color: #cc2c24;
  font-size: 16px;
  line-height: 1;
  padding: 0 10px;
}

.link,
.link-underline {
  color: #cc2c24 !important;
  font-weight: bold;
  text-decoration: underline;
}
/* 
.link-underline {
  text-decoration: underline;
} */

.link-underline:hover {
  color: #cc2c24;
}

.f14 {
  font-size: 14px;
  line-height: 1;
}

.cart-qty {
  height: 38px;
  border-radius: 0;
  display: inline-block;
  width: 70px;
  border-radius: 4px;
}

.form-control.cart-qty {
  width: 70px !important;
}

.input-group .form-control:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-remove:hover {
  background-color: #e60000;
  color: #fff;
}

.tb-cart tbody > tr > td {
  vertical-align: middle;
}

.tb-cart a {
  color: #000;
}

.tb-remove-border > tbody > tr > td {
  border-top: none;
}

.table.tb-remove-border thead td {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2;
}

.table-order tbody tr td:first-child {
  font-weight: bold;
  text-align: left;
}

.table-order {
  font-size: 16px;
}

.border-bottom-#cc2c24 {
  border-bottom: 1px solid #eb4e55;
}

.border-top-#cc2c24 {
  border-top: 1px solid #eb4e55;
}

.border-top-black {
  border-top: 1px solid #000;
}

.hide-opt {
  display: none;
}

.delivery-info {
  padding: 0 10px 20px 10px;
  font-size: 14px;
  line-height: 1.3;
  font-style: italic;
  color: #cc2c24;
  font-weight: bold;
}

#d_quickcheckout .table-borde#cc2c24 {
  border: none;
}

#d_quickcheckout .table-borde#cc2c24 > tbody > tr > td {
  border: none;
}

#d_quickcheckout a {
  color: #000;
}
#d_quickcheckout a:hover {
  color: #cc2c24;
}

.form-horizontal {
  display: block;
}

#d_quickcheckout .table-borde#cc2c24 > thead > tr > td {
  border: none;
  border-bottom: 1px solid #eb4e55;
}

/* #d_quickcheckout .input-group-btn:first-child > .btn, 
#d_quickcheckout .input-group-btn:last-child > .btn {
  display: none !important;
} */
/* #d_quickcheckout .input-group-btn {
  display: none;
} */
#d_quickcheckout .btn-primary {
  background: #cc2c24;
}

.mat-10 {
  margin-top: 10px !important;
}

.mat-20,
.search-product h1,
.search-product h2,
.brand-index {
  margin-top: 20px;
}

.mab-20,
.search-product h1,
.search-product h2,
.manufacturer-heading,
.list-manufacture {
  margin-bottom: 20px;
}

.mal-50,
.btn-def.mal-50 {
  margin-left: 50px;
}

.pat-20 {
  padding-top: 20px;
}

.dis-block {
  display: block;
}

.continue-order a,
#d_quickcheckout .control-label a {
  color: #cc2c24;
  text-decoration: underline;
  font-weight: bold;
}

/* category-page */
/* .product-list {
  margin-bottom: 2px;
  position: relative;
  padding: 0 0 0 10px; }

.product-list:after {
  content: "";
  position: absolute;
  top: 0;
  right: 29%;
  height: 100%;
  width: 1px;
  background: #e5e5e5; }

.product-list .product-thumb {
  justify-content: left;
  padding: 4px 0; }

.product-list .image {
  width: 70px;
  height: 70px;
  border: none; }

.product-list h4 {
  height: auto;
  font-size: 16px;
  line-height: 22px; }

.product-list h6 {
  font-size: 14px;
  line-height: 16px; }

.product-list .caption {
  margin: 0 0 0 15px;
  text-align: left;
  width: 50%;
  overflow: hidden; }
  .product-list .caption h4 {
    text-overflow: ellipsis; }

.notify,
.low-qty a {
  font-size: 16px;
  font-weight: bold; }

.low-qty a {
  color: #cc2c24; }

.medium-qty {
  color: orange; }

.high-qty {
  color: greenyellow; }

.btn-cart {
  padding: 11px 12px; }

.list-manage {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.list-item {
  margin-left: 15px; }

.list-item:first-child {
  width: 100%;
  margin-left: 0; }

.list-item p.price {
  margin-top: 0;
  color: #000;
  font-weight: normal;
}

.list-manage .form-control {
  width: 50px; }

.log-msg a {
  font-size: 24px;
  color: #000;
  font-weight: normal; }
  .log-msg a:hover {
    text-decoration: underline; }

.img-thumbnail {
  border: none; }

.border-grey, .add-all, .pagination a {
  border: 1px solid #d2d2d2; }

.add-all {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  font-size: 16px; } */

.add-all {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  border: 1px solid #d2d2d2;
  font-size: 16px;
}

/*Discounts*/
.product-labels {
  overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.product-label-default.product-label-28 {
    display: flex;
    margin-top: 5px;
    margin-right: 5px;
    position: relative;
    top: 0;
    right: 0;
    bottom: initial;
    left: initial;
    justify-content: flex-end;
}

.product-sec .product-label-default.product-label-28 {
  right: 11px !important;
}

.product-label {
    position: relative;
    pointer-events: none;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.product-label b {
  padding: 5px;
  background-color: #cc2c24;
  color: #fff;
}
/*END Discounts*/

.product-label-28 {
    order: 0;
}

.product-layout {
  padding: 0;
}

.product-layout .product-thumb {
  display: none;
}

.product-layout:hover .product-thumb {
  border: 1px solid #ff4c53;
}

.product-layout .image {
  width: 150px;
  height: 150px;
}

.product-layout .image a {
  display: block;
}

.product-layout .caption {
  width: calc(100% - 2px);
}

.product-layout .caption h4 {
  overflow: hidden;
}

.grid-view .caption h4,
.grid-view .caption h6 {
  padding: 0 10px;
  text-align: center;
}

.grid-view .noty {
  margin-bottom: 10px;
  text-align: center;
}

.grid-view .promo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
}

.product-layout .caption h4 a {
  font-size: 16px;
  line-height: 18px;
  color: #010101;
  text-overflow: ellipsis;
}

.product-layout .caption h6 {
  font-size: 14px;
  line-height: 16px;
  color: #333;
}

.list-view .caption {
  padding: 10px;
  flex: 1;
}

.product-layout .price {
  text-align: center;
  font-size: 24px;
  line-height: 1;
}

.product-thumb {
  border: 1px solid #d2d2d2;
}

.grid-view {
  margin: 2px 0;
}

.grid-view .product-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  margin: 0 2px;
  padding-bottom: 10px;
}

.grid-view .btn.btn-def {
  margin: 10px 0;
}

.list-view .product-thumb {
  display: flex;
  display: -webkit-box;
  display: -moz-box;    
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 2px 0;
}

.list-view .noty {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notify,
.low-qty a {
  font-size: 16px;
  font-weight: bold;
}

.low-qty a {
  color: #cc2c24;
}

.medium-qty {
  color: orange;
}

.high-qty {
  color: #006b4d;
}

.list-view .last-group {
  width: 400px;
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.list-view .list-manage {
  height: 100%;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-left: 1px solid #d2d2d2;
  margin: 10px 0;
}

.list-view .log-msg {
  text-align: center;
}

.product-layout .list-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .product-layout .list-wrap > div:first-child {
  margin-right: 15px;
} */

.grid-view .last-group {
  margin-top: auto;
}

.list-view .qty .form-control,
.grid-view .qty .form-control {
  margin-right: 15px;
}

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

.log-msg a {
  font-size: 24px;
  color: #000;
  font-weight: normal;
}

.log-msg a:hover {
  text-decoration: underline;
}

.last-active .product-layout {
  width: 100%;
  margin-top: 4px;
}

.last-active .product-thumb {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 2px;
  padding-bottom: 10px;
}

.last-active .product-thumb .last-group {
  margin-top: auto;
}

.last-active .caption {
  text-align: center;
}

/* end category page */

.pagination {
  width: 100%;
  text-align: center;
}

.pagination a {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  padding: 6px;
  color: #000;
}
.pagination a.active {
  border: 1px solid #ff4c53;
  color: #ff4c53;
}

.pagination a:hover {
  border: 1px solid #000;
}

.checkbox-inline {
  margin-top: 10px;
}

.cart-elements {
  width: 80px;
  line-height: 38px;
  text-align: right;
}
.cart-elements:hover .dropdown-menu {
  display: block;
}

.page-404 {
  height: calc(100vh - 400px);
}
.page-404 h1 {
  line-height: 50px;
}
.page-404 p {
  line-height: 22px;
}

.manufacturer-list {
  width: 100%;
}
.manufacturer-list a {
  color: #414141;
  text-decoration: none;
}
.manufacturer-list a:hover {
  color: #cc2c24;
}

.manufacturer-heading {
  background: #f8f8f8;
  color: #6e6f70;
  padding-left: 10px;
  font-size: 24px;
  line-height: 1.3;
}

.list-manufacture {
  column-count: 4;
  width: 100%;
}

.brand-index a {
  color: #414141;
}
.brand-index a:hover {
  color: #cc2c24;
  text-decoration: none;
}

/* login page */
.form-group a {
  font-size: 14px;
  line-height: 38px;
}

/* cart */
.changed-cart-info {
  padding: 6px;
  right: -42px;
  left: auto;
}
.changed-cart-info .table > tbody > tr > td {
  vertical-align: middle;
}

.min-width {
  min-width: 450px;
}

.name-width {
  width: 175px;
}

.alert {
  position: fixed;
  z-index: 95;
  top: 80px;
  right: 10px;
}

.close {
  margin-left: 5px;
}

.scroll-top {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    padding: 10px 12px;
    font-size: 26px;
    border-radius: 50%;
    color: #cc2c24;
    border: 2px solid #cc2c24;
}


/* Responsive */
@media only screen and (max-width: 1270px) {
  .product-thumb .price {
    font-size: 20px;
  }
  .list-item p.price {
    text-align: center;
  }
  .product-thumb .btn {
    padding: 11px;
  }
}
@media only screen and (max-width: 1200px) {
  .product-thumb .price {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1100px) {
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 841px) and (max-width: 1099px) {
  .list-view .last-group {
    width: 300px;
  }
}

@media only screen and (max-width: 840px) {
  .container {
    width: 99%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sl-7,
  .col-sl-2 {
    width: 100%;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .mt-sm-20 {
    margin-top: 20px;
  }

  .list-group li {
    max-width: 100%;
  }

  .last-active .product-layout {
    text-align: center;
  }

  [class*="col-"] {
    padding: 0 5px;
  }

  .logo-top h2 {
    font-size: 23px;
    line-height: 60px;
  }

  .menu-button {
    display: block;
    top: 18px;
  }

  .navbar {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    padding-top: 50px;
    top: 0;
    width: 100%;
    z-index: 999999;
  }

  .navbar > li {
    display: block;
    overflow: hidden;
  }

  .drop-menu {
    position: relative;
    width: 100%;
    column-count: 1;
    top: 0;
    left: 44px;
  }

  .drop-menu li {
    background: transparent;
    box-shadow: none;
  }
  .drop-menu li a {
    text-align: left;
  }

  .navbar li:hover .drop-menu {
    display: block;
    /* -webkit-animation: slide-down .3s ease-out;
    -moz-animation: slide-down .3s ease-out; */
  }
}
@media only screen and (max-width: 840px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
    margin-top: 10px;
  }

  .header-top {
    height: 100%;
    padding: 10px 0;
  }

  .fx-space {
    margin-top: 10px;
  }

  .menu-button {
    position: fixed;
  }

  .nav-section {
    padding-top: 10px;
  }

  .padding-rl-30 {
    padding: 0;
  }

  #search .btn-lg {
    padding: 10px 15px;
  }

  .filter {
    display: none;
  }

  .slider .info-blocks {
    display: none;
  }

  .dropdown-menu.changed-cart-info.min-width {
    min-width: 320px;
    position: absolute;
    left: -174px;
  }

  .slider-wrap {
    height: 200px;
    width: 100%;
  }

  .pos-relative {
    position: static;
    width: 100%;
  }

  .list-of-categories li {
    width: 100%;
  }

  .header-category {
    position: static;
    padding: 10px;
  }

  .heading-section {
    padding: 26px 0;
    font-size: 20px;
  }

  .product-thumb .price,
  .product-thumb .price-new {
    margin-top: 0;
  }

  .product-thumb .caption {
    margin-top: 4px;
  }

  .image {
    width: 150px;
    height: 150px;
  }

  .show-all a {
    font-size: 14px;
    line-height: 80px;
  }

  .footer-bottom h5 {
    font-size: 18px;
    margin: 10px 0;
  }

  .footer-bottom .list-unstyled a {
    font-size: 14px;
  }

  .brand-index strong {
    font-size: 13px;
    margin-bottom: 4px;
    display: block;
  }

  .list-manufacture {
    column-count: 2;
    padding: 0 10px;
  }

  .mab-sm-10 {
    margin-bottom: 10px;
  }

  /* product list */
  .product-list {
    padding: 0 0 0 4px;
  }

  .product-list .product-thumb {
    flex-wrap: wrap;
  }

  .product-list .caption {
    width: 75%;
  }

  .product-list:after {
    background: transparent;
  }

  .list-item p.price {
    text-align: center;
  }

  .mal-50,
  .btn-def.mal-50 {
    margin-left: 20px;
  }

  .information-blocks .info-blocks {
    flex-direction: column;
    padding: 20px;
  }

  .name-width {
    width: 105px;
  }

  .btn.btn-danger.btn-xs {
    padding: 4px;
  }

  .list-view .product-thumb {
    flex-direction: column;
    align-items: center;
  }

  .list-view .last-group {
    width: 100%;
    flex-direction: column;
  }
  .list-view .list-manage {
    border: none;
  }
  .list-view .promo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
}

/*# sourceMappingURL=style.css.map */
