@import url('https://fonts.googleapis.com/css?family=Comfortaa:wght@300..700&display=swap');
body {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: 'Comfortaa', sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  font-size: 14px;
  line-height: 21px;
  width: 100%;
}

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

/* default font size */

.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */

h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #075aaa;
}

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

a:focus, a:active {
  color: #eb2226;
  outline: none
}

legend {
  font-size: 18px;
  padding: 7px 0px
}

label {
  font-size: 12px;
  font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}

.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
  border-radius: 0
}

#input-sort, #input-limit {
  border-radius: 0;
}

#content .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
}

.container {
  overflow: hidden
}

/* Fix some bootstrap issues */

span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
  text-decoration: none;
  color: #fff !important;
  background-color: #0071eb;
  background-image: none;
  background-repeat: repeat-x;
}

/* Header */

#header {
  background: url(../image/header-bg.jpg) top center no-repeat;
  height: 165px;
}

.top-menu__list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0
}

.top-menu__item {
  display: inline-block;
  list-style: 0;
  margin: 0;
  padding: 0 10px;
}

.top-menu__link {
  color: #4a4a4a;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.header-flex {
  display: flex;
}

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

.dop-menu__item {
  display: inline-block;
  float: left;
  margin: 0 2em;
  padding-top: 15px;
}

.dop-menu__link {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}

.dop-menu__link:hover {
  color: #4a4a4a;
  text-decoration: none
}

/* Language */

.top-user-block {
  text-align: right;
  padding-top: 5px
}

.top-user-block, .top-user-block a, .language-block, .language-block span, .language-block i, .language-block a {
  color: #fff
}

.top-user-block a:hover {
  text-decoration: underline
}

.language-block {
  background: #0071eb;
  text-align: center
}

.language-block span {
  text-transform: uppercase;
  margin: 0 5px;
}

.language-block img {
  margin-right: 8px;
}

.language-block button, .language-block button:hover {
  color: #fff !important;
}

/* logo */

#logo {
  margin: 20px 0 0;
  text-align: center;
  width: 280px;
  height: 97px;
  display: block;
}

#logo a {
  display: block;
  margin: 0 auto;
}

/* search */

#search {
  margin-bottom: 10px;
  margin-top: 10px;
}

#search .input-lg {
  height: 38px;
  line-height: 20px;
  padding: 0 10px;
  border: 1px solid #075aaa;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  box-shadow: none;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 8px 20px 12px;
  text-shadow: none;
  background: #075aaa;
  color: #fff;
  border: 0;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

#search .btn-lg:hover {
  background: #eb2226;
  outline: none;
}

.header-right {
  display: block;
  padding-left: 50px;
}

@media (max-width: 768px) {
  .header-right {
    display: block;
    margin-top: 5px
  }
  .top-adres {
    margin-top: 5px;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
  }
}

/* Top Phone */

.top-phone {
  display: inline-block;
  margin-top: 20px;
  position: relative;
  padding: 4px 0 0 30px;
}

.top-phone__link {
  font-size: 16px;
  font-weight: bold;
  color: #4a4a4a;
  line-height: 21px;
  text-decoration: none;
  white-space: nowrap
}

.top-phone__link:hover {
  color: #4a4a4a;
  text-decoration: none
}

.top-phone:before {
  content: '\f095';
  position: absolute;
  height: 24px;
  width: 18px;
  top: 0;
  left: 0;
  background: transparent;
  color: #075aaa;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}

.main-navigation .navbar-nav>li>a {
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  max-width: 160px;
  text-align: center;
  height: 70px;
  padding: 10px;
}

/* cart */

.header-cart {
  border-radius: 0 0 50% 50%;
  width: 160px;
  height: 150px;
  position: relative;
  top: -30px;
  background: rgba(7, 91, 170, 1);
  background: -moz-linear-gradient(45deg, rgba(7, 91, 170, 1) 0%, rgba(60, 136, 212, 1) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(7, 91, 170, 1)), color-stop(100%, rgba(60, 136, 212, 1)));
  background: -webkit-linear-gradient(45deg, rgba(7, 91, 170, 1) 0%, rgba(60, 136, 212, 1) 100%);
  background: -o-linear-gradient(45deg, rgba(7, 91, 170, 1) 0%, rgba(60, 136, 212, 1) 100%);
  background: -ms-linear-gradient(45deg, rgba(7, 91, 170, 1) 0%, rgba(60, 136, 212, 1) 100%);
  background: linear-gradient(45deg, rgba(7, 91, 170, 1) 0%, rgba(60, 136, 212, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#075baa', endColorstr='#3c88d4', GradientType=1);
}

#cart {
  margin-bottom: 10px;
  float: right;
  width: auto;
  margin-top: 9px
}

.header-cart #cart {
  margin-bottom: 0;
  float: none;
  width: auto;
  margin-top: 0;
  text-align: center;
}

#cart>.btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}

#cart.open>.btn {
  background-image: none;
  color: #666;
  font-size: 14px;
  box-shadow: none;
  text-shadow: none;
}

#cart.open>.btn:hover {
  color: #444;
}

.cart__top-icon {
  display: block;
  padding-top: 7px;
}

#cart .btn-top-cart {
  background: transparent;
  border: 0;
  /* border-radius: 25px; */
  font-size: 13px;
  line-height: 16px;
  color: #fdbd10;
  max-width: 260px;
  /* padding: 14px 30px;
    position: relative;
		border: 1px solid #7dc200; */
}

.cart__top-link a {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  text-transform: uppercase;
  display: block;
  ;
  margin: 3px auto 0;
  width: 120px;
  text-decoration: underline;
}

/* .btn-top-cart:before {
    content: '\f07a';
    position: absolute;
    height: 49px;
    width: 49px;
    top: 0;
    left: 10px;
    color: #7dc200;
    font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
    font-size: 16px;
    line-height: 48px
} */

span#cart-total {
  /* margin-left: 20px; */
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  width: 120px;
  display: block;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

#cart .dropdown-menu {
  min-width: 100%;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li>div {
    min-width: 100%;
  }
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* menu */

#menu.navbar {
  margin-bottom: 0;
}

#menu.navbar .navbar-nav {
  margin: -15px 0 0 0;
  display: flex;
}

#menu.navbar .dropdown-menu {
  min-width: 240px;
}

.top-menu__link span {
  display: block;
  margin-top: -5px;
}

.main-navigation {
  background: rgba(7, 91, 170, 1);
  background: -moz-linear-gradient(to right, rgba(4, 103, 209, 1), rgba(3, 168, 245, 1));
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(4, 103, 209, 1)), color-stop(100%, rgba(3, 168, 245, 1)));
  background: -webkit-linear-gradient(to right, rgba(4, 103, 209, 1), rgba(3, 168, 245, 1));
  background: -o-linear-gradient(to right, rgba(4, 103, 209, 1), rgba(3, 168, 245, 1));
  background: -ms-linear-gradient(to right, rgba(4, 103, 209, 1), rgba(3, 168, 245, 1));
  background: linear-gradient(to right, rgba(4, 103, 209, 1), rgba(3, 168, 245, 1));
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0467D1', endColorstr='#8AD8FC', GradientType=1);
}

.main-navigation .container, header .container {
  overflow: visible
}

.top-vmenu {
  position: relative;
  background: #74b300
}

#menu .navbar-collapse {
  padding-left: 0;
  padding-right: 0
}

.navbar-nav.vmenu_cat_items, .navbar-nav>li.vmenu_cat_item {
  width: 100%
}

.navbar-nav>li>a.vmenu_cat_item-link {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 20px;
  color: #fff;
  text-align: left;
  position: relative;
  width: 100%
}

.navbar-nav>li>a.vmenu_cat_item-link:before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: block;
  width: 14px;
  height: 14px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 14px;
  z-index: 5
}

.navbar-nav>li>a.vmenu_cat_item-link:hover, .navbar-nav>li>a.vmenu_cat_item-link:focus {
  background: #74b300
}

#menu .nav>li>a:focus, #menu .nav>li>a:hover {
  background: #075aaa;
}

.top-vmenu__title {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px 20px 15px 50px;
  color: #fff;
  text-align: left;
  position: relative;
}

.top-vmenu__title:before {
  content: "\f0c9";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  display: block;
  width: 14px;
  height: 14px;
  color: #fff;
  position: absolute;
  left: 20px;
  top: 14px;
  z-index: 5
}

.top-vmenu__title-link, .top-vmenu__title-link:hover, .top-vmenu__title-link:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
  display: block;
  position: relative;
  z-index: 10
}

.top-vmenu__block {
  position: absolute;
  top: 50px;
  height: auto;
  width: 100%;
  background: #f5f5f5;
  color: #4d4d4d;
  z-index: 1000;
  overflow: hidden;
  padding-bottom: 35px;
  transition-duration: 1s;
  transition-timing-function: linear;
}

.top-vmenu__block--show {
  display: block !important
}

.top-vmenu__block.top-vmenu__block--height {
  max-height: 496px;
  transition-duration: 1s;
  transition-timing-function: linear;
}

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

.top-vmenu__item {
  margin: 0;
  list-style: none;
  padding: 0 20px;
}

.top-vmenu__link {
  font-size: 14px;
  color: #4a4a4a;
  border-top: 1px solid #e6e6e6;
  display: block;
  padding: 10px 0;
}

.top-vmenu__open {
  display: block;
  position: absolute;
  bottom: 0;
  background: #f5f5f5;
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
}

.top-vmenu__close {
  display: none;
  position: absolute;
  bottom: 0;
  background: #f5f5f5;
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
}

.top-vmenu__open:hover, .top-vmenu__close:hover {
  cursor: pointer
}

.top-vmenu__open span, .top-vmenu__close span {
  border-bottom: 1px dashed #337ab7
}

.top-hmenu .navbar {
  margin-bottom: 0
}

.top-hmenu .navbar .navbar-collapse {
  padding: 0
}

.price-downlod {
  background: #f5f5f5;
  text-align: center
}

.price-downlod__link {
  display: inline-block;
  color: #0063cc;
  border-bottom: 1px dashed #0063cc;
  padding-bottom: 1px;
  margin: 14px 0;
  font-size: 14px;
  text-transform: uppercase;
}

.top-hmenu #menu .nav>li>a {
  color: #4a4a4a;
  padding: 14px 8px;
  min-height: 15px;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold
}

.top-hmenu #menu .nav>li>a:hover, #menu .nav>li.open>a {
  color: #808080
}

#menu .dropdown-menu {
  padding: 0 5px;
  background: #0467D1;
  border-radius: 0px 0px 10px 10px;
  width: 100%
}

#menu .dropdown-inner {
  display: table;
  width: 100%
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  font-size: 14px;
  color: #fff;
  border-top: 1px solid #3c89d4;
  display: block;
  padding: 10px 5px;
}

#menu .dropdown-menu .dropdown-inner li>a:hover {
  text-decoration: underline;
  color: #fff !important;
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
}

#menu .dropdown-inner li a:hover {
  /* color: #FFFFFF; */
}

#menu .see-all {
  display: block;
  margin-top: 5px;
  border-top: 1px solid #3c89d4;
  padding: 5px;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  color: #fff;
}

#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: underline;
  color: #6cacea;
  /* background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x; */
}

#menu .dropdown-inner ul li:nth-child(1) a {
  border-top: 0;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 2px 18px;
  float: right;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #229ac8;
}

@media (max-width: 1199px) {
  .home-advantage__item {
    text-align: center !important;
    width: 32% !important;
  }
  .home-advantage__txt {
    margin-left: 0 !important;
  }
  .home-advantage__icon {
    float: none !important;
    display: block !important;
  }
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.header-user {
  margin-top: 75px;
}

.header-user .btn--header {
  border: 0;
  border-radius: 25px;
  background: #ed7902;
  padding: 10px 25px;
  margin: 8px auto 10px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.header-user .btn--header:hover {
  background: #eb2226;
}

/* Slider */

.home-slider {
  margin-top: 30px
}

/*.home-slider .swiper-viewport {
    height: 335px;
    margin-bottom: 30px
}*/

.home-slider .swiper-pagination {
  bottom: 30px
}

.home-advantage {
  background: #f5f5f5;
  padding: 20px;
}

.home-advantage__list {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0
}

.home-advantage__item {
  display: inline-block;
  width: 33%
}

.home-advantage__icon {
  display: inline-block;
  float: left
}

.home-advantage__txt {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-top: 8px;
}

.home-line {
  background: #007bff;
  height: 8px;
  margin: 30px 0;
  width: 100%
}

.line-wave {
  height: 11px;
  margin: 10px 0 30px;
  width: 100%;
  background: url(../image/bg-wave.png) top center repeat-x;
}

.home-block__title {
  font-size: 24px;
  margin: 0 0 35px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
}

/* Bestseller */

.home-bestseller {
  /* background: #f5f5f5; */
  padding: 30px 0;
  /* border-top: 1px solid #ebebeb */
}

.home-bestseller .swiper-container {
  padding: 25px 25px 40px 25px;
  margin: 0 -25px;
}

.home-bestseller .swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 10px
}

/* Latest */

.home-latest {
  padding: 10px 0 65px;
}

.home-latest .swiper-container {
  padding: 25px 25px 40px 25px;
  margin: 0 -25px;
}

.home-latest .swiper-container-horizontal .swiper-pagination-bullets {
  bottom: 10px
}

.home-latest .product-thumb h4 {
  height: 50px
}

/* Home Service */

.home-service__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.home-service__img {
  height: 52px;
  width: 52px;
  min-width: 52px;
  text-align: center;
  padding-top: 10px;
  border-radius: 50%;
  background: -moz-linear-gradient(45deg, #ed7902 0%, #fdbd10 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #ed7902), color-stop(100%, #fdbd10));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, #ed7902 0%, #fdbd10 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, #ed7902 0%, #fdbd10 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, #ed7902 0%, #fdbd10 100%);
  /* ie10+ */
  background: linear-gradient(45deg, #ed7902 0%, #fdbd10 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbd10', endColorstr='#ed7902', GradientType=1);
  /* ie6-9 */
}

.home-service__title {
  display: inline-block;
  margin-left: 25px;
}

.home-service .line-wave {
  margin: 30px 0 10px;
}

/* End Home Service */

/* News */

.home-news {
  padding: 0;
  background: url(../image/home-article-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.home-news__container {
  margin: 0 auto;
  max-width: 960px;
  position: relative;
  bottom: -70px;
}

.home-news__body {
  padding: 40px;
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 0px 40px 5px rgba(7, 90, 170, 0.5);
  -moz-box-shadow: 0px 0px 40px 5px rgba(7, 90, 170, 0.5);
  box-shadow: 0px 0px 40px 5px rgba(7, 90, 170, 0.5);
}

.home-news__col {
  width: 50%;
  display: inline-block;
  float: left;
}

.home-news__block {
  margin-right: 15px;
  margin-bottom: 25px;
}

.home-news__block h3 {
  margin: 0 0 8px;
}

.home-news__block h3 a, .home-news__all-link {
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
  color: #075aaa;
  text-transform: uppercase;
  line-height: 21px;
}

.home-news__col:nth-child(odd) .home-news__block {
  margin-left: 15px;
  margin-right: 0
}

.home-news__img-block {
  width: 100px;
  display: inline-block;
  float: left
}

.home-news__img-block img {
  width: 100%
}

.home-news__description-block {
  margin-left: 120px
}

.home-news__date {
  margin-top: 0;
  font-size: 12px;
  color: #999
}

.home-news__description-block h3 {
  margin: 3px 0
}

.home-news__description-block h3 a {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold
}

.news-list__box {
  display: block;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
}

.news-list__box:after {
  content: '';
  clear: both;
  display: block
}

.news-list__img {
  float: left;
  margin-right: 20px
}

.news-list__description {
  padding: 10px 15px
}

.news-list__date {
  font-size: 12px;
  color: #999;
}

.news-list__title a {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin: 3px 0;
}

.news-list__link a {
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  margin: 3px 0;
}

.home-about {
  padding: 120px 0 0;
}

.home-about__title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 20px 0 40px;
}

.home-about__desc {
  max-height: 240px;
  overflow-y: auto;
  padding-right: 20px;
}

/* width */

::-webkit-scrollbar {
  width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #e5e5e5;
  border-radius: 6px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  border-radius: 6px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #b8b8b8;
}

/* Subscribe */

.footer-subscribe #form-newsletter input[type="email"].form-control {
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border: 0px;
  background: #fff;
}

.footer-subscribe .subscribe-btn {
  background: #3c98fa;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 40px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: -4px;
  border: 0;
  margin-top: 1px;
}

.footer-subscribe .subscribe-btn:hover {
  background: #007bff
}

/* Social */

.social-items {
  margin: 9px 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.social-item {
  display: inline-block;
  margin-right: 10px;
}

.social-icon {
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.social-link:hover .social-icon {
  color: #4a4a4a
}

footer .social-icon {
  text-align: center;
  font-size: 24px;
  color: #4d4d4d;
}

footer .social-icon:hover {
  color: #639900
}

/* content */

#content {
  min-height: 600px;
  margin-top: 30px;
}

#column-left {
  margin-top: 30px;
}

#content>h2, #content>h1 {
  margin-top: 0px
}

#product-product h1 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px 0 25px;
}

#content>h2 {
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}

.price-item--special {
  color: #075aaa;
  font-size: 30px;
  font-weight: bold;
  margin-top: 0;
}

.price-item--line-through {
  color: #eb2226;
  font-size: 16px;
  text-decoration: line-through;
}

.catpage-childlist {
  list-style: none;
  margin: 0;
  padding: 0 20px 0 0
}

.catpage-childlist li {
  border-bottom: 1px solid #e6e6e6;
  padding: 4px
}

/* Column-left */

.category-module {
  /* background: #f5f5f5; */
  margin: 0;
  padding: 0;
  list-style: none
}

.category-module__item {
  margin: 0;
  list-style: none;
  padding: 0 20px;
}

.category-module--home .category-module__item h2 a {
  color: #ed7902;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.category-module--home .category-module__item .list-group-item {
  font-size: 14px;
  line-height: 24px;
  color: #075aaa;
  padding: 0 0 0 28px;
  margin: 0;
  background: transparent;
  border: 0;
}

a.list-group-item:focus, a.list-group-item:hover {
  color: #075aaa;
  text-decoration: underline;
  background: transparent;
}

.category-module--home .category-module__link {
  font-size: 14px;
  color: #4a4a4a;
  /* border-top: 1px solid #e6e6e6; */
  display: block;
  padding: 10px 0 0 28px;
  position: relative;
}

.category-module--home .category-module__link::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 20px;
  height: 14px;
  background: url(../image/home-cat-icon.png) 0 0 no-repeat;
}

.category-module--home .category-module__item:first-child .category-module__link {
  border-top: 0
}

#column-left .category-module__item {
  padding: 5px 0;
  border-bottom: 1px solid #dfdfdf;
}

#column-left .category-module__link {
  text-transform: uppercase;
  font-weight: bold;
}

#column-left .category-module__link--child {
  margin-left: 8px;
}

.row-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.home-cat-col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  box-sizing: border-box;
}

/* footer */

footer {
  background: #f0f5fb url(../image/footer-bg.jpg) top center no-repeat;
  /* height: 336px; */
  padding-top: 180px;
  color: #4a4a4a;
  margin-top: 60px
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #4c4c4c;
  text-transform: uppercase
}

footer a:hover {
  text-decoration: underline
}

footer h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #4c4c4c;
  text-transform: uppercase;
  margin-bottom: 18px;
  margin-top: 0;
  border-bottom: 1px dashed #4c4c4c;
  padding-bottom: 5px;
}

footer .social {
  text-align: left;
}

footer .social-items {
  margin: 0;
  text-align: left;
}

.copyright {
  background: #f5f5f5;
  text-align: center;
  padding: 8px;
  color: #666;
  font-size: 12px
}

/* alert */

.alert {
  padding: 8px 35px 8px 14px;
}

/* breadcrumb */

.breadcrumb {
  margin: 20px 0;
  padding: 5px 0;
  border-radius: 0;
  background: none;
}

.breadcrumb i {
  font-size: 15px;
}

.breadcrumb>li {
  padding: 0 12px;
  position: relative;
  white-space: nowrap;
}

.breadcrumb>li a {
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: underline
}

.breadcrumb>li+li:before {
  content: '';
  padding: 0;
}

.breadcrumb>li:after {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  right: -5px;
  width: 20px;
  height: 20px;
  /*	border-right: 1px solid #DDD;*/
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
  transform: rotate(-60deg);
}

.breadcrumb>li:last-child:after {
  display: none;
}

.breadcrumb>li:last-child a {
  text-decoration: none
}

.pagination {
  margin: 0;
}

/* buttons */

#list-view:focus, #grid-view:focus {
  outline: none
}

#list-view.btn, #grid-view.btn {
  border-radius: 0;
  background: #f5f5f5
}

#list-view.btn.active, #grid-view.btn.active {
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  /* border: 1px solid #3c98fa; */
  color: #075aaa
}

.buttons {
  margin: 1em 0;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn-addcart {
  border: 0;
  border-radius: 25px;
  background: #075aaa;
  padding: 10px 25px;
  margin: 8px auto 10px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.btn-addcart:hover {
  color: #fff;
  background: #eb2226;
  /* -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25); */
}

.btn-addcart:hover, .btn-addcart:focus, .btn-addcart:active {
  outline: none;
  color: #fff;
}

.btn-view {
  border: 1px solid #7dc200;
  border-radius: 25px;
  background: #7dc200;
  padding: 15px 25px;
  min-width: 180px;
  margin: 25px auto;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  max-width: 200px;
}

.btn-view:hover {
  color: #7dc200;
  background: #fff;
  border-color: #7dc200;
  outline: none
}

.btn-addcart:focus, .btn-addcart:active, .btn-view:focus, .btn-view:active {
  outline: none
}

.btn-del {
  border: 0;
  border-radius: 25px;
  background: #dfdfdf;
  padding: 8px 20px;
  margin: 0 auto 10px;
  display: inline-block;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  opacity: 0.7;
}

.btn-del:hover {
  opacity: 1;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group>.btn, .btn-group>.dropdown-menu, .btn-group>.popover {
  font-size: 12px;
}

.btn-group>.btn-xs {
  font-size: 9px;
}

.btn-group>.btn-sm {
  font-size: 10.2px;
}

.btn-group>.btn-lg {
  font-size: 15px;
}

.btn-default {
  border: 0;
  border-radius: 25px;
  background: #dfdfdf;
  padding: 8px 20px;
  margin: 0 auto 10px;
  display: inline-block;
  color: #4a4a4a;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  opacity: 0.7;
}

.btn-default:hover {
  opacity: 1;
}

.btn-primary {
  border: 0;
  border-radius: 25px;
  background: #075aaa;
  padding: 10px 25px;
  margin: 8px auto 10px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  color: #fff;
  background: #eb2226;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 0 0;
  background-color: #d92b2b;
  background-image: none;
  background-repeat: repeat-x;
  border-color: #d92b2b;
}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 0 0;
  background-color: #bf2626
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

.btn-link {
  border: none;
  cursor: pointer;
  color: #075aaa;
  border-radius: 0;
}

.btn-link:hover, .btn-link:focus, .btn-link:active {
  color: #eb2226;
  outline: none;
  border: none;
}

#compare-total {
  text-transform: uppercase
}

.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

#accordion .panel-heading, #accordion .panel.panel-default {
  border-radius: 0
}

#accordion .panel-heading {
  padding: 8px 15px
}

#accordion .panel-title {
  font-size: 13px
}

#accordion .panel.panel-default {
  border-color: #e5e5e5;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

/* Pagination */

.pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li:first-child>a, .pagination>li:first-child>span {
  border-radius: 0
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  background: #3c98fa
}

/* list group */

.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}

/* carousel */

.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

/* Category */

.catpage-list {
  list-style: none;
  margin: 0 0 50px;
  padding: 0
}

.catpage-list li {
  list-style: none;
  display: inline-block;
  float: left;
  width: 49%;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px
}

/* Product */

.price-item {
  color: #075aaa;
  font-size: 30px;
  font-weight: bold;
}

#product .price-item {
  color: #4c4c4c;
  font-size: 18px;
  font-weight: bold;
}

#product .btn-addcart {
  width: 100%;
  padding: 15px 25px;
  font-size: 16px;
}

#product .btn-addcart:active {
  outline: none;
}

#input-quantity {
  border-radius: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.thumbnail {
  border-radius: 0;
  border-color: #3c98fa;
  border: 0;
}

.nav-tabs {
  border-bottom: 1px solid #075aaa;
}

.nav-tabs>li {
  margin-bottom: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  font-size: 18px;
  font-weight: bold;
  color: #075aaa;
  border: 0;
}

.nav-tabs>li>a {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  border: 0;
  color: #808080;
  padding: 10px 30px 10px 0;
}

.prod_desc__title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #075aaa;
  padding-bottom: 8px;
  margin-top: 18px;
}

.specification__block {
  padding: 10px 0 15px;
  margin-top: 20px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}

.specification__title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.specification-lists {
  margin: 0;
  padding: 0;
  list-style: none;
  /*border: 1px solid #faceaf;
    background: #faebe1*/
}

.specification-list__item {
  padding: 0 0 0 15px;
  position: relative;
  font-size: 13px;
  line-height: 21px;
}

.specification-list__item::before {
  content: '\f00c';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  color: #ed7902;
  position: absolute;
  top: 2px;
  left: 0px;
  height: 10px;
  width: 10px;
}

.specification-list__item strong {
  width: 120px;
}

#content h2.recent-block__title {
  margin-top: 60px
}

#product-related__carusel .image img {
  width: 100%
}

/* quickcheckout  */

.payment-image {
  display: none
}

#d_quickcheckout .qc-step .btn {
  border-radius: 0;
  -webkit-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
}

#d_quickcheckout .qc-step .btn-default {
  color: #777;
  text-shadow: 0 0 0;
  background-color: #e7e7e7;
  background-image: none;
  background-repeat: repeat-x;
  border-color: #dddddd;
}

#d_quickcheckout .qc-step .btn-primary {
  color: #ffffff;
  text-shadow: 0 0 0;
  background-color: #075aaa;
  background-image: none;
  background-repeat: repeat-x;
  border-color: #075aaa;
}

#d_quickcheckout .qc-step .btn-primary:hover {
  background-color: #075aaa;
}

#d_quickcheckout .qc-step .btn-danger {
  color: #ffffff;
  text-shadow: 0 0 0;
  background-color: #eb2226;
  background-image: none;
  background-repeat: repeat-x;
  border-color: #eb2226;
}

#d_quickcheckout .qc-step .btn-primary.active {
  background-color: #075aaa;
  -webkit-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
  border-color: #075aaa;
}

#d_quickcheckout .qc-step .panel-heading, #d_quickcheckout .qc-step .panel {
  border-radius: 0
}

#d_quickcheckout .qc-step .form-control {
  border-radius: 0
}

#d_quickcheckout .qc-step .input-group-sm>.form-control, #d_quickcheckout .qc-step .input-group-sm>.input-group-addon, #d_quickcheckout .qc-step .input-group-sm>.input-group-btn>.btn {
  border-radius: 0
}

#d_quickcheckout .text-danger, #d_quickcheckout .has-error .checkbox, #d_quickcheckout .has-error .checkbox-inline, #d_quickcheckout .has-error .control-label, #d_quickcheckout .has-error .help-block, #d_quickcheckout .has-error .radio, #d_quickcheckout .has-error .radio-inline, #d_quickcheckout .has-error.checkbox label, #d_quickcheckout .has-error.checkbox-inline label, #d_quickcheckout .has-error.radio label, #d_quickcheckout .has-error.radio-inline label {
  color: #eb2226 !important;
}

#d_quickcheckout .has-error .form-control {
  border-color: #eb2226 !important;
}

#d_quickcheckout .modal-content {
  border: 4px solid #075aaa;
  border-radius: 0px !important;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

#d_quickcheckout .modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 0;
  background: #075aaa;
}

#d_quickcheckout .modal-title {
  color: #fff;
}

#d_quickcheckout .modal-header .close span {
  color: #fff;
}

#login_model #button_login, #d_quickcheckout .qc-step #qc_confirm_order.btn {
  border: 0;
  border-radius: 25px;
  background: #075aaa;
  padding: 10px 25px;
  margin: 8px auto 10px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

#d_quickcheckout .qc-step #qc_confirm_order.btn {
  max-width: 350px;
  float: right;
}

#login_model #button_login:hover, #d_quickcheckout .qc-step #qc_confirm_order.btn:hover {
  color: #fff;
  background: #eb2226;
}

#d_quickcheckout #confirm_agree_input label.control-label {
  width: 100%;
}

/* product list */

.product-thumb {
  /* border: 1px solid #ddd; */
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
  z-index: 100;
  position: relative;
}

.com-wish {
  position: absolute;
  display: none;
  top: 7px;
  right: 7px;
  height: 60px;
  width: 100px;
  z-index: 300
}

.product-thumb:hover .com-wish {
  display: block
}

.com-wish button {
  background: #e6e6e6;
  color: #4a4a4a;
  height: 40px;
  width: 40px;
  margin-left: 7px;
  border: none
}

.com-wish button:hover {
  color: #007bff
}

.product-thumb:hover {
  /* border-color: #9de517; */
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}

.product-thumb .image {
  text-align: center;
}

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

.product-thumb .image a:hover {
  /* opacity: 0.8; */
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}

.product-thumb h4 {
  color: #075aaa;
  font-size: 13px;
  text-align: center;
  line-height: 16px;
  /* text-transform: uppercase; */
  height: 80px;
  overflow: hidden
}

.product-thumb h4 a {
  color: #075aaa;
  text-decoration: none;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
}

.product-thumb .caption {
  padding: 0 20px;
  /*min-height: 180px;*/
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}

.product-thumb .rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}

.rating .fa-star+.fa-star-o {
  color: #E69500;
}

h2.price {
  margin: 0;
}

.product-thumb p.price {
  color: #4c4c4c;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  min-height: 42px;
}

.product-thumb .price-new {
  font-weight: 600;
}

.product-thumb .price-old {
  color: #ff4200;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 14px;
  font-weight: normal
}

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

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: hidden;
}

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button+button {
  width: 20%;
  border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button+button {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .product-thumb .button-group button, .product-thumb .button-group button+button {
    width: 33.33%;
  }
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails>li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails>img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.image-additional {
  max-width: 78px;
}

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

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1), #content .col-lg-3:nth-child(4n+1), #content .col-lg-4:nth-child(3n+1), #content .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1), #content .col-md-3:nth-child(4n+1), #content .col-md-4:nth-child(3n+1), #content .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1), #content .col-sm-3:nth-child(4n+1), #content .col-sm-4:nth-child(3n+1), #content .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/

@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left+#content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left+#content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content+#column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */

#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
  min-width: 50px;
  border-radius: 0
}

/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

/* Animate alert box */

#alert-box {
  position: fixed;
  top: 15px;
  transition: all 0.5s;
  z-index: 99;
  right: -50%;
}

#alert-box.open {
  right: 15px;
}

@media screen and (max-width: 767px) {
  #alert-box {
    padding: 15px;
  }
  #alert-box.open {
    right: 0px;
  }
}

/* fixed alert-dismissable close position */

.alert-dismissable .close, .alert-dismissible .close {
  right: -4px;
}

.brand-link__img {
  border: 1px solid #dfdfdf;
  padding: 15px;
  display: block;
}

.brand-link__img img {
  width: 100%
}

a.brand-link__txt {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 10px auto 30px
}

.back-to-top {
  background: rgba(255, 255, 255, .5);
  border: 1px solid #007bff;
  color: #007bff !important;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  min-width: 43px;
  height: 36px;
  display: none;
  transition: all .3s ease-out;
  z-index: 999999;
}

.back-to-top:hover, .back-to-top:focus {
  background: #007bff;
  color: #fff !important;
  border-color: #007bff;
}

.price-status .action {
  position: absolute;
  left: 0;
  border-top: 67px solid #ff4200;
  width: 0;
  height: 0;
  top: 0;
  border-right: 67px solid transparent;
}

.price-status .caption-price-status {
  position: absolute;
  top: -55px;
  right: -40px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  display: block;
  white-space: nowrap;
}

.product_img .hit-status .action {
  right: 15px;
}

.product_img .new-status .action {
  left: 15px;
  bottom: 20px;
  top: auto;
}

.new-status .action {
  position: absolute;
  left: 0;
  /* border-top: 67px solid #007bff; */
  width: 120px;
  height: 30px;
  background: #007bff;
  top: 230px;
  text-align: center;
  padding: 5px;
  /* border-left: 67px solid transparent; */
}

.new-status .caption-new-status {
  /* position: absolute;
		top: -50px;
    left: -50px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); */
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  display: block;
  white-space: nowrap;
}

.hit-status .action {
  position: absolute;
  right: 0;
  border-top: 67px solid #ff8a00;
  width: 0;
  height: 0;
  top: 0;
  border-left: 67px solid transparent;
}

.hit-status .caption-hit-status {
  position: absolute;
  top: -55px;
  left: -35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  display: block;
  white-space: nowrap;
}

.product_img .price-status .action {
  left: 15px
}

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

.view-more {
  margin-left: 28px;
  position: relative;
  display: inline-block;
  padding-right: 20px;
  border-bottom: 1px dashed #999;
  color: #999;
}

.view-more:hover {
  cursor: pointer;
  color: #4a4a4a;
  border-bottom: 1px dashed #4a4a4a;
}

.view-more::after {
  content: '';
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  color: #b3b3b3;
  position: absolute;
  top: 2px;
  right: 0px;
  height: 10px;
  width: 10px;
}

.view-more:hover::after {
  color: #999;
}

.view-more--close::after {
  content: '\f078';
}

.view-more--open::after {
  content: '\f077';
}

.link-hide {
  display: none;
}

.cat-sort-line .input-group-addon {
  border: 0;
  cursor: pointer;
}

.cat-sort-line .form-control {
  border-color: #eee
}

.cat-sort-line #list-view, .cat-sort-line #grid-view {
  background: transparent;
  border: 0;
  padding: 0;
  font-size: 18px;
  margin-right: 8px;
}

.cat-sort-line #list-view .fa, .cat-sort-line #grid-view .fa {
  font-size: 18px;
  color: #ccc
}

.cat-sort-line #list-view.active .fa, .cat-sort-line #grid-view.active .fa {
  color: #075aaa;
}

.prod-service__list {
  background: #fff;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  padding: 25px 25px 5px;
  margin-left: 20px;
}

.prod-service__item {
  margin-bottom: 20px;
}

.prod-service__title {
  margin: 0 0 5px;
  color: #ed7902;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.prod-service__link {
  font-size: 14px;
  text-decoration: underline;
}

.prod-service__item p {
  font-size: 14px;
}

/* .product_img .action {
	display: none
} */

.addthis_counter {
  margin-left: 15px;
}

.product__action-btn {
  position: absolute;
  bottom: 20px;
  right: 15px;
  height: 40px;
  width: 90px;
}

.product__action-btn .btn {
  background: #f0f0f0;
  margin-left: 5px !important;
}

.product__action-btn .btn:active, .product__action-btn .btn:hover {
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  color: #eb2226;
  border-color: #eb2226;
}

.swiper-pager {
  left: 0;
}

.swiper-button-next:before {
  display: none;
}

.swiper-button-prev:before {
  display: none;
}

.swiper-button-next {
  width: 16px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ3OC40NDggNDc4LjQ0OCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDc4LjQ0OCA0NzguNDQ4OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CjxnPgoJPGc+CgkJPHBvbHlnb24gcG9pbnRzPSIxMzEuNjU5LDAgMTAwLjQ5NCwzMi4wMzUgMzEzLjgwNCwyMzkuMjMyIDEwMC40OTQsNDQ2LjM3MyAxMzEuNjUsNDc4LjQ0OCAgICAgMzc3Ljk1NCwyMzkuMjMyICAgIiBmaWxsPSIjMDc1YWFhIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.swiper-button-prev {
  width: 16px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDM3MC44MTQgMzcwLjgxNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzcwLjgxNCAzNzAuODE0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPGc+CgkJPHBvbHlnb24gcG9pbnRzPSIyOTIuOTIsMjQuODQ4IDI2OC43ODEsMCA3Ny44OTUsMTg1LjQwMSAyNjguNzgxLDM3MC44MTQgMjkyLjkyLDM0NS45NjEgMTI3LjYzOCwxODUuNDAxICAgIiBmaWxsPSIjMDc1YWFhIi8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

#product-compare td.description {
  max-width: 250px;
}

.search-btn-box {
  display: block;
}

.search-btn-box:after {
  content: '';
  clear: both;
  display: block;
}

#button-search {
  float: left;
}

#button-search:after {
  content: '';
  clear: both;
  display: block;
}

#checkout-cart table .btn.btn-primary {
  margin: 0 0 0 -1px;
  padding: 7.5px 13px;
}

@media (max-width: 767px) {
  footer h5 {
    margin-bottom: 10px
  }
  footer .list-unstyled {
    margin-bottom: 25px
  }
  .top-menu__list {
    text-align: center;
  }
  #menu.navbar .navbar-nav {
    display: block;
    margin: 0;
  }
  .main-navigation .navbar-nav>li>a {
    max-width: 100%;
    height: auto;
    text-align: left;
  }
  .top-menu__link span {
    display: none;
}
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner>ul.list-unstyled {
    display: block;
  }
  #menu .btn-navbar {
    background: transparent !important;
    box-shadow: 0 0 0 0;
    border-color: #fff;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover, #menu .dropdown-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
  .main-navigation .top-vmenu {
    margin: 0 -15px
  }
  #logo img {
    margin: 0 auto
  }
  .top-phone {
    max-width: 100%;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: bold;
    display: block;
    padding: 0;
  }
  .top-phone:before {
    display: none
  }
  .dop-menu:after {
    content: '';
    display: block;
    clear: both
  }
  #search {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  #top {
    margin-bottom: 10px;
    padding-bottom: 5px
  }
  .navbar-nav.vmenu_cat_items, .navbar-nav>li.vmenu_cat_item {
    margin: 0
  }
  .top-hmenu #menu .nav>li>a:hover, #menu .nav>li.open>a {
    color: #fff;
  }
  .top-user-block {
    text-align: center;
    padding-top: 0;
  }
  .language-block .btn-link {
    color: #fff
  }
  .language-block img {
    margin-right: 8px
  }
  #cart {
    margin: 9px auto 15px;
    float: none !important;
    display: flex;
    text-align: center;
  }
  #cart:after {
    content: '';
    clear: both;
    display: block
  }
  #cart .btn-top-cart {
    width: 260px;
    left: 0;
    margin-left: 15px;
  }
	.cart__top-link {
		text-align: left;
		margin-top: 0;
	}
	.cart__top-icon {
		margin-left: 15px;
		padding-top: 2px;
	}
	.cart__top-icon img {
		width: 24px;;
		height: auto;
	}
  #d_quickcheckout a {
    color: #075aaa;
  }
  .home-news .home-news__col {
    width: 100%;
    float: none;
    display: block
  }
  .home-news .home-news__block {
    margin-right: 0
  }
  .home-news .home-news__col:nth-child(odd) .home-news__block {
    margin-left: 0;
    margin-right: 0;
  }
  .home-news .home-news__description-block {
    margin-left: 120px;
  }
  .home-news .home-news__description-block h3 {
    margin: 3px 0;
    font-size: 16px;
    line-height: 18px;
  }
  .home-advantage__list .home-advantage__item {
    display: block;
    width: 100% !important;
  }
  .home-advantage__list .home-advantage__item:after {
    content: '';
    clear: both;
    display: block
  }

  #header {
    height: auto;
    background: #f4f8fb url(../image/header-bg.jpg) bottom center no-repeat;
  }
  .header-flex {
    display: block;
  }
  #logo {
    margin: 0 auto;
    width: 200px;
    height: auto;
  }
  .header-right {
    display: block;
    margin: 10px auto;
    padding: 0;
  }
  .home-cat-col {
    max-width: 100%;
    flex: 100%;
  }
  .home-service__box {
    margin-bottom: 15px;
  }
	.header-user {
    margin-top: 0px;
}
.header-cart {
    border-radius: 25px;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
		margin-bottom: 10px;
		padding: 5px 0
	}

}
