/* menu */
.navbar-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar.navbar-primary {
  background: #ee2225;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}

.navbar-primary .navbar-toggle {
  background: none;
}

.nav > li > a,
.nav > li > a:focus,
.dropdown-menu > li > a,
.dropdown-menu > li > a:focus,
.nav .open > a,
.nav .open > a:focus {
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  outline: none;
  background: none;
}

.nav > li.active > a,
.nav > li > a:hover,
.nav .open > a:hover,
.nav .open.active > a,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  text-decoration: none;
  color: #ee2225;
  background: white;
}

.nav > li > .dropdown-menu {
  background: #ee2225;
  color: white;
  padding: 0;
  border: none;
  border-radius: 0;
}

.nav > li > .dropdown-menu:focus {
  outline: none;
}

.nav .dropdown-menu > li > a {
  padding: 10px 20px;
}

.main-menu .dropdown > a {
  padding-right: 30px;
}

.main-menu .caret {
  font-family: fontawesome;
  display: block;
  font-size: 23px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 5px;
  font-weight: normal;
  text-align: center;
  width: 20px;
  border: none;
  height: 100%;
}

.main-menu .caret::before {
  content: "\f105";
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 40px;
}

.main-menu .open .caret::before {
  content: "\f107";
}

@media (min-width: 768px) {
  .main-menu .caret {
    line-height: 45px;
  }

  .main-menu .caret::before {
    content: "\f107";
  }

  .main-menu .open .dropdown-menu {
    display: none;
  }

  .main-menu .open:hover .dropdown-menu,
  .main-menu li > a:hover + .dropdown-menu,
  .main-menu .dropdown:hover .dropdown-menu {
    opacity: 1;
    display: block;
  }
}

/* .menu */
/*.header*/
/*----------------------------------------------------------*/
/* main */
main {
  background-color: #f3f3f3;
}

.content-view,
.side-bar {
  margin-top: 40px;
}

/*.main-content {
      padding: 30px 0;
  }*/
.widget-aside {
  margin-bottom: 40px;
}

.widget-map {
  margin-top: 40px;
  text-align: center;
}

.widget-map iframe {
  width: 100%;
}

/*breadcumb*/
.page-title {
  padding: 5px 0;
  background-color: #faf3a5;
}

.page-title h3 {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  color: #585858;
}

.breadcrumb {
  text-align: left;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  background: none;
  padding-top: 4px;
}

.breadcrumb li {
  color: #ee2225;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .breadcrumb {
    text-align: right;
  }
}

/* ./breadcumb*/
/* carousel */
.carousel {
  min-height: 50px;
}

    .carousel .carousel-indicators {
        margin: auto;
        width: 100%;
        left: auto;
    }

.carousel-indicators li {
  border: 1px solid #ee2225;
  background-color: #ee2225;
}

.carousel .carousel-control {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.carousel:hover .carousel-control {
  opacity: 1;
  visibility: visible;
}

/* banner */
.banner .item {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  outline: none;
}

.banner .slick-dots {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 30px;
  z-index: 5;
  margin: 0 auto;
  list-style: none;
  width: auto;
  padding: 0;
}

.banner .slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 1px;
  text-indent: -99999px;
  cursor: pointer;
  border: 2px solid #333;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.5;
}

.banner .slick-dots li.slick-active,
.banner .slick-dots li:hover {
  background-color: #f3f3f3;
  border: 2px solid #f3f3f3;
}

.banner .slick-dots li > button {
  visibility: hidden;
}

@media (max-width: 767px) {
  .banner > .container {
    margin: 0 -15px;
  }
}

/* ./banner */
/* ./carousel */
/* main-content*/
/* product */
.home-category {
  margin: 40px auto;
  background: #fff;
  padding: 15px;
}

.category-item {
  padding: 15px;
  min-height: 300px;
  height: 330px;
  position: relative;
  overflow: hidden;
}

.category-item .row,
.category-item .row > div {
  height: 100%;
}

.category-item .category-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 0;
}

.category-item .category-thumb a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.category-item .category-info {
  position: relative;
  height: 100%;
  padding: 10px 10px 55px 0;
  overflow: hidden;
}

.category-item .category-info h3 {
  margin-top: 0;
}

.product-specification-list {
  padding: 2px;
}

.product-specification {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 2px;
  border-radius: 50%;
  position: relative;
}

.product-specification.active::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: none;
  border: 1px solid #ee2225;
  width: 26px;
  height: 26px;
  margin: -3px;
  left: 0;
  top: 0;
}

.category-item .read-more {
  position: absolute;
  bottom: 55px;
  padding-left: 15px;
  padding-right: 15px;
}

.category-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  vertical-align: middle;
  right: 0;
  bottom: 0;
  margin: 0;
  max-height: 100%;
}

.product-new-list {
  padding: 15px;
}

.item-lproduct {
  text-align: center;
  position: relative;
}

.item-lproduct .il-image {
  height: 250px;
}

.item-lproduct .il-image img {
  width: auto;
  height: 100%;
}

.item-lproduct .floatImgPro {
  position: absolute;
  top: 15px;
  right: 20px;
}

.list-prod-info {
  margin: 0;
}

.list-prod-info.b-top {
  border-top: 1px solid #ccc;
}

.list-prod-info li {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.product-variant {
  margin: 0;
}

.product-variant .link-contact {
  color: #000;
  font-weight: bold;
}

.product-variant .link-contact:hover {
  color: #ee2225;
}

.consulting {
  margin-top: 15px;
  margin-bottom: 15px;
}

.nav-tabs > li > a,
.nav-tabs > li > a:focus {
  text-decoration: none;
  color: #555;
  background: #fff;
  border: 1px solid #ddd;
}

.nav-tabs > li > a:hover,
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #ee2225;
}

.productCarousel {
  position: relative;
  padding-bottom: 30px;
}

.control-zoom {
  position: absolute;
  bottom: -40px;
  right: 15px;
  z-index: 1000;
}
.control-zoom a.btn {
  background-color: #d8d9dd;
  border-color: #d8d9dd;
  color: #000;
}
.control-zoom a.btn:hover {
  color: #fff;
}
.control-zoom a.btn:hover:before {
  background: rgba(255, 255, 255, 0.1);
}
.product-detail .short-desc {
  padding: 10px 0;
  border-top-width: 0;
  border-bottom-width: 0;
}

.flexslider {
  margin-bottom: 30px;
}

.flexslider.flexslider-thumbs {
  position: absolute;
  top: 4px;
  left: 0;
  width: 60px;
  margin-bottom: 0;
  max-height: 70px;
}

.flexslider-thumbs ul {
  width: 60px !important;
  min-height: 60px;
}

.flexslider-thumbs ul li {
  float: none !important;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 0 !important;
}

.flexslider .slides img {
  width: auto;
  margin: 0 auto;
  vertical-align: middle;
}
.slick-v {
  width: 100%;
}
.slick-v .slick-list {
  padding: 0;
}
.slick-v a {
  cursor: pointer;
}
.slick-v img {
  width: 100%;
  height: auto;
  max-height: 60px;
  max-width: 60px;
  margin-bottom: 5px;
  vertical-align: middle;
}

.slide-preview {
  min-height: 360px;
}
.slide-preview img {
  vertical-align: middle;
  margin: auto;
  height: 360px;
  width: auto !important;
}
.slide-preview .img-preview-item {
  text-align: center;
  min-height: 360px;
}

.toolbar.toolbar-search {
  margin-bottom: 15px;
}

.search-form .form-group {
  position: relative;
  margin: 0;
}

.search-form button {
  background: none;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-form button:hover {
  opacity: 1;
}

.map-container {
  min-height: 510px;
  width: 100%;
}

.article-detail-page .date {
  color: #999;
  font-size: 12px;
}

.articles-title {
  text-transform: uppercase;
  margin: 0 0 20px;
}

.articles-previews {
  overflow: hidden;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  border-top: 1px solid #edeae6;
}

.articles-item {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #edeae6;
}

.articles-item .details {
  margin: 0 -15px;
  padding: 0 15px;
}

.article-item .thumb {
  text-align: center;
}

.article-item .thumbnail-image img {
  margin: 0 auto;
  height: 100px;
  width: auto;
  vertical-align: middle;
}

.news-list {
  border: 1px solid #dddddd;
}

.news-list .slick-list {
  margin: -1px;
}

.news-list .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.news-item {
  border-right: 1px solid #ddd;
  padding: 15px;
  color: #999;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}

.news-item .name {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.news-item .summary {
  margin-top: 15px;
  color: #000;
}

.news-item-hide {
  display: none !important;
}

.news .slick-arrow {
  background: url(../images/icons-slide.jpg) no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: -36px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -999px;
  border: none;
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.news .slick-arrow.slick-prev {
  background-position: left top;
  right: 25px;
  left: auto;
}

.news .slick-arrow.slick-next {
  background-position: right top;
  right: 0;
}

.register-news-letter {
  min-height: 50px;
  width: 100%;
  padding: 10px 0px;
  background-color: #faf3a5;
  color: #fff;
  margin-top: 20px;
  overflow: hidden;
}

.footer-top {
  background-color: white;
  padding: 20px 0;
}

.footer-top ul,
.footer-top ol {
  list-style: none;
  padding: 0 15px;
}

.footer-bottom {
  background: #110e0e;
  padding: 20px 0;
  color: #ffffff;
}

.widget-article.news .slick-slide img {
  max-height: 240px;
}
.category-item.card .col-xs-6:nth-child(2) {
  padding-left: 0px;
  padding-right: 0px;
}

.category-item .category-info {
  padding-right: 5px;
}

.wrap-slide > .col-md-4 {
  padding-right: 10px;
  padding-left: 10px;
}

.price {
  color: white;
  font-size: 20px;
  background-color: red;
  border-radius: 10px;
  display: none;
}
.input-medium {
  margin-top: 7px;
}

.img-item-overlay {
  position: absolute;
  left: 182px !important;
  width: 80px;
  height: 80px;
  top: 126px !important;
  z-index: 108;
}

  position: absolute;
  left: 15px;
  top: 5px;
  z-index: 999999;
}

.shopping-cart .cart-content:hover,
.shopping-cart .cart-content:focus {
  text-decoration: none;
}

.shopping-cart .cart-content {
  position: relative;
}

.shopping-cart .fa-shopping-basket {
  font-size: 35px;
  color: #fff;
}

.shopping-cart .cart-count {
  position: absolute;
  top: -50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background: #ed1c24;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  padding: 0px 4px;
}

.shoppingCartDetail .input-cart-custom {
  font-size: 20px;
  padding: 6px 4px;
  cursor: pointer;
  line-height: 0;
  font-family: Arial;
  font-weight: bold;
}

.shoppingCartRow input {
  width: 40px;
}

.product-variant .view-shopping-cart {
  background: #008001;
  color: #fff;
  display: inline-block;
  padding: 7px 12px;
  border-radius: 4px;
}

.shop-cart .sum-shoppingcart td {
  vertical-align: middle;
}

.shop-cart .sum-shoppingcart .sum-text {
  margin-bottom: 0;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}
.shop-cart .sum-shoppingcart .sum-price {
  color: inherit;
  background-color: transparent;
  display: inline-block;
}

.payment-method {
  display: flex;
  justify-content: space-evenly;
  margin: 30px 0;
}

.payment-method .payment-item {
  max-width: 200px;
  border: 1px solid #ccc;
  border-radius: 8px;
  flex: 1;
  min-height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  opacity: 0.5;
}

.payment-method .payment-item.active {
  border-color: #28a7de;
  background-color: #f2fcff;
  opacity: 1;
}

.payment-method .payment-item img,
.payment-method .payment-item svg {
  pointer-events: none;
}

.block-payment-method ~ .payment-method-cod {
  display: none;
}

.block-payment-method ~ .payment-method-cod .cart-my-order {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.block-payment-method ~ .payment-method-cod.active {
  display: block;
  margin: 0 0 30px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .shopping-cart {
    top: 55%;
    left: 15px;
    transform: translateY(-50%);
  }

  .shopping-cart .fa-shopping-basket {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .shopping-cart {
    top: 55%;
    right: 70px;
    left: unset;
    transform: translateY(-50%);
  }
}


.shopping-cart-dropdown {
  position: absolute;
  min-width: 260px;
  max-height: 0;
  z-index: 9;
  padding: 8px;
  opacity: 0;

  margin: 0;
  transition: opacity 0.25s;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
  color: #000;
  background-color: #fff;
  text-align: left;
  display: table;
  font-size: 95%;
  left: -99999px;
}

.shopping-cart-content {
  min-width: 260px;
}

.shopping-cart-content .product-list {
  padding-left: 0;
  list-style: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 500px;
  max-height: 50vh;
}

.shopping-cart-content .product-list li {
  list-style: none;
  padding: 10px 30px 5px 75px;
  min-height: 80px;
  position: relative;
  overflow: hidden;
  vertical-align: top;
  line-height: 1.33;
}

.shopping-cart-content .product-list .remove {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 20px;
  line-height: 21px;
  border-radius: 100%;
  color: #000;
  font-weight: bold;
  text-align: center;
  border: 2px solid currentColor;
  position: absolute;
  right: 0px;
  z-index: 9;
}

.shopping-cart-content .product-list a:not(.remove) {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.shopping-cart-content .product-list a {
  color: black;
  font-weight: bold;
}

.shopping-cart-content .product-list li .quantity {
  display: block;
  margin-top: 3px;
  font-size: 0.95em;
  opacity: 0.6;
}

.shopping-cart-content .product-list li img {
  top: 10px;
  position: absolute;
  left: 0;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
  object-fit: cover;
  object-position: 50% 50%;
}

.shopping-cart-content .product-list li + li {
  border-top: 1px solid #ececec;
}

.shopping-mini-cart-total {
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #ececec;
  border-bottom: 2px solid #ececec;
  margin-bottom: 0.5em;
  font-size: 16px;
}

.shopping-mini-cart-total .amount {
  white-space: nowrap;
}

.shopping-mini-cart-total .amount,
.shopping-mini-cart .shopping-cart-amount {
  color: red;
  font-weight: bold;
}

.shopping-mini-cart-buttons .button {
  background-color: red;
  width: 100%;
  margin: 0.5em 0 0;
  display: block;
  line-height: 2.4em;
  min-height: 2.5em;
  padding: 0 1.2em;
  max-width: 100%;
  transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
    opacity 0.3s, color 0.3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
  text-transform: uppercase;
  font-size: 0.97em;
  letter-spacing: 0.03em;
  touch-action: none;
  font-weight: bolder;
  text-align: center;
  color: #fff;
}

.shopping-mini-cart-buttons .button:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.2);
}

.shopping-mini-cart-buttons .shopping-cart-checkout {
  background-color: #f79c3a;
}

.shopping-mini-cart-buttons {
  padding-top: 1px;
}
div .product-variant .save-price {
    color: red;
}
.sign-in{
    display: inline-block;
    color: white;
}

.wrapper-shopping-cart-icon {
    display: inline-block;
}

.pageDetail .card {
    border: none;
    box-shadow:none;
}
.widget-article.news .slick-arrow {
    display:none!important;
}


@media (min-width: 768px) {
    .wrapper-shopping-cart-icon:hover .shopping-cart-dropdown {
    opacity: 1;
    left: auto;
    right: -15px;
  }
}
