
/*********
Header
*********/

* {

  box-sizing: border-box;
}

a {
  color: #222222;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #86c910;
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 5px;
}

ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: block;
}

.btn-primary {
  color: #ffffff;
  transition: 0.5s;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 500;
  background: #86c910;
  border-color: #86c910;
  letter-spacing: 0.5px
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}

.btn.disabled,
.btn:disabled {
  background-color: #363a42 !important;
  border-color: #363a42 !important;
}

.dropdown:hover .expand-more,
.dropdown:hover i {
  color: #222222;
}

.btn-unstyle:focus .expand-more,
.btn-unstyle:focus i {
  color: #222222;
}

.btn.disabled,
.btn.disabled:hover {
  border-color: #7a7a7a;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.top-padding {
  padding-top: 35px;
}

.bottom-padding {
  padding-bottom: 35px;
}

.top-margin {
  margin-top: 35px;
}

.bottom-margin {
  margin-bottom: 35px;
}

@media (max-width: 991px) {
  .top-padding {
    padding-top: 25px;
  }

  .bottom-padding {
    padding-bottom: 25px;
  }

  .top-margin {
    margin-top: 25px;
  }

  .bottom-margin {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .top-padding {
    padding-top: 20px;
  }

  .bottom-padding {
    padding-bottom: 20px;
  }

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

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

@media (max-width: 479px) {
  .top-padding {
    padding-top: 10px;
  }

  .bottom-padding {
    padding-bottom: 10px;
  }

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

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

.page-content.page-not-found #search-tog-btn {
  display: none;
}

.page-content.page-not-found #search_widget {
  cursor: pointer;
  border: none;
  position: relative;
  min-width: 100%;
  overflow: hidden;
}

.search-widget form button[type="submit"] {
  cursor: pointer;
}

.page-content.page-not-found #search-tog-btn form input[type="text"] {
  width: auto;
  padding: 15px;
  min-width: 300px;
  border: 1px solid #e1e1e1;
}

.page-content.page-not-found #search-tog-btn #search_widget button {
  width: 40px;
  height: 40px;
  text-align: right;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: center;
  right: 7px;
  bottom: 7px;
}

.page-content.page-not-found #search-tog-btn #search_widget button img {
  width: auto;
  margin: 0 auto;
}

#header.header-type4 .search-widget form button[type="submit"]>i {
  position: static;
  padding: 0;
}

/*********
Header
*********/
@media (min-width: 768px) {
  #header.header-type4 .header-nav {
    display: block;
    margin: 0;
    max-height: unset;
    background: #222222;
  }

  #header.header-type4 .header-nav .left-nav {
    display: block;
    font-size: 0;
  }

  #header.header-type4 .header-nav #_desktop_language_selector,
  #header.header-type4 .header-nav #_desktop_currency_selector {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
  }

  #header.header-type4 .header-nav .left-nav>div {
    margin-left: 0px;
    padding-left: 20px;
    position: relative;
  }

  #header.header-type4 .header-nav .left-nav>div:before {
    content: "";
    left: 0;
    top: 50%;
    height: 16px;
    width: 1px;
    position: absolute;
    transform: translate(0, -50%);
    background: #888888;
    display:none
  }

  #header.header-type4 .header-nav .left-nav>div:first-child:before {
    display: none;
  }

  #header.header-type4 .header-nav .left-nav>div:first-child {
    margin-left: 0;
    padding-left: 0;
  }

  #header.header-type4 .header-nav .language-selector,
  #header.header-type4 .header-nav .currency-selector {
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
  }

  #header.header-type4 .header-nav .language-selector .dropdown-menu,
  #header.header-type4 .header-nav .currency-selector .dropdown-menu {
    margin: 0;
    float: left;
    width: 100%;
    border: none;
    border-top: 2px solid #86c910;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }

  #header.header-type4 .header-nav .currency-selector li,
  #header.header-type4 .header-nav .language-selector li {
    font-size: 14px;
    display: block;
    text-transform: capitalize;
    border: none;
    line-height: 28px;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }

  #header.header-type4 .header-nav .currency-selector li>a,
  #header.header-type4 .header-nav .language-selector li>a {
    padding: 0 15px;
  }

  #header.header-type4 .header-nav .currency-selector li:hover>a,
  #header.header-type4 .header-nav .language-selector li:hover>a {
    color: #86c910;
  }

  #header.header-type4 .header-nav .language-selector>button,
  #header.header-type4 .header-nav .currency-selector>button {
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    font-weight: 500;
    text-transform: capitalize;
  }

  #header.header-type4 .header-nav .language-selector>button>span,
  #header.header-type4 .header-nav .currency-selector>button>span {
    vertical-align: middle;
  }

  #header .header-nav .material-icons.expand-more {
    margin-left: 0;
    line-height: 1;
  }

  #header.header-type4 .header-nav .language-selector>button:hover,
  #header.header-type4 .header-nav .currency-selector>button:hover {
    color: #222222;
  }

  #header.header-type4 .header-nav .language-selector>button:hover>span,
  #header.header-type4 .header-nav .currency-selector>button:hover>span,
  #header.header-type4 .header-nav .language-selector>button:hover>i,
  #header.header-type4 .header-nav .currency-selector>button:hover>i {
    color: #86c910;
  }

  #header.header-type4 .header-nav .left-nav .contact-block p {
    color: #333333;
  }

  #header.header-type4 .header-nav .right-nav {
    display: block;
    font-size: 0;
    text-align: right;
  }

  #header.header-type4 .header-nav .right-nav>div {
    padding-left: 10px;
    margin-left: 10px;
  }

  #header.header-type4 .header-nav .right-nav>div:first-child {
    padding-left: 0;
    margin-left: 0;
  }

  #header.header-type4 .header-nav #_desktop_user_info,
  #header.header-type4 .header-nav #_desktop_contact_link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 14px;
  }

  #header.header-type4 .header-nav #_desktop_user_info .user-info {
    margin: 0;
  }

  #header.header-type4 .header-nav #_desktop_user_info .user-info>a {
    font-size: 14px;
    line-height: 20px;
    color: #d1d1d1;
    text-transform: capitalize;
    padding-left: 10px;
    font-weight: 500;
  }

  #header.header-type4 .header-nav #_desktop_user_info .user-info>a:hover {
    color: #86c910;
  }

  #header.header-type4 .header-nav #_desktop_user_info .user-info>a:first-child {
    padding-left: 0;
    margin-left: 0;
  }

  #header .header-nav .user-info .account {
    margin-left: 0;
  }

  #header.header-type4 .header-nav #_desktop_contact_link #contact-link {
    margin-top: 0;
    padding: 10px 0;
  }

  #header.header-type4 .header-nav #_desktop_contact_link #contact-link {
    font-size: 14px;
    line-height: 24px;
    color: #d1d1d1;
    font-weight: 500;
    text-transform: capitalize;
  }

  #header.header-type4 .header-nav #_desktop_contact_link #contact-link>a {
    font-size: 14px;
    line-height: 24px;
    color: #d1d1d1;
    font-weight: 500;
    text-transform: capitalize;
  }

  #header.header-type4 .header-nav #_desktop_contact_link #contact-link>a:hover {
    color: #86c910;
  }

  #header.header-type4 .header-top {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding: 0px;
  }

  #header #_desktop_logo {
    display: table;
    height: 80px;
    margin-top: 0;
    margin-bottom: 0;
  }

  #header #_desktop_logo .header-logo {
    display: table-cell;
    vertical-align: middle;
  }

  #header #_desktop_logo .header-logo a {
    display: inline-block;
    vertical-align: middle;
  }

  /*header user Info
  #header.header-type4 #_desktop_user_info {
    margin-left: 30px;
    padding: 20px 0;
    position: relative;
    float: right;
  }
  #header.header-type4 #_desktop_user_info .user-info {
    display: block;
  }
  #header.header-type4 #_desktop_user_info .header a {
    color: #222222;
    display: block;
    text-align: center;
    position: relative;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 16px;
    padding-right: 15px;
  }
  
  
  #header.header-type4 #_desktop_user_info a i {
    font-weight: normal;
    font-size: 24px;
    color: #ffffff;
    background: #222222;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    margin-right: 5px;
    border-radius: 50px;
  }
  */

  #header.header-type4 .contact-cxp i {
    color: #86c910;
  }

  #header.header-type4 .header-nav #_desktop_user_info,
  #header.header-type4 .header-nav #_desktop_cart,
  #header.header-type4 .header-nav #_desktop_contact_link {
    border-left: 1px solid #505050;
    border-right: 1px solid #505050;
    margin: 0px;
    padding: 11px;
  }
  #header.header-type4 .header-nav #_desktop_cart{padding-bottom:0px}
  #header.header-type4 .header-nav #_desktop_user_info{border-right:none}

  #header.header-type4 .header-nav #_desktop_contact_link {
    border: none;
  }

  /*header cart*/
  #header.header-type4 #_desktop_cart {
    margin-left: 20px;
    position: relative;
    float: right;
    background: transparent;
    padding:0px
  }

  #header.header-type4 #_desktop_cart .blockcart {
    display: block;
    padding: 0px;
    margin: 0px;
    background: transparent;
    height: auto;
  }

  #header.header-type4 #_desktop_cart .blockcart .value {
    margin-left: 10px;
    font-size: 16px;
  }

  #header .header-nav .blockcart .header {
    margin: 0px;
  }

  #header.header-type4 #_desktop_cart .header a {
    color: #86c910;
    display: inline-flex;
    text-align: center;
    position: relative;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
  }

  #header.header-type4 #_desktop_cart .header>a>.shopping-cart {
    font-weight: normal;
    font-size: 26px;
    color: #ffffff;
    height: 44px;
    width: 40px;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
  }

  #header.header-type4 #_desktop_cart .blockcart.inactive .header,
  #header .header-nav .cart-preview.active {
    color: #86c910;
    display: inline-flex;
    text-align: center;
    position: relative;
    transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    font-weight: 400;
    text-transform: capitalize;
    margin: 0px;
  }

  #header.header-type4 #_desktop_cart .blockcart.inactive .header .shopping-cart {
    font-weight: normal;
    font-size: 26px;
    color: #ffffff;
    height: 44px;
    width: 40px;
    line-height: 44px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
  }

  span.cart-products-count {
    background: #d1055a;
    display: inline-block;
    position: absolute;
    height: 16px;
    width: 16px;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    line-height: 16px;
    left: 18px;
    top: -5px;
    color: #fff;
  }

  /*search button*/
  #header.header-type4 #search_widget {
    float: left;
    position: relative;
    width: 600px;
    margin-left: 15px;
    padding: 15px 0;
    overflow: hidden;
  }

  #search_widget form {
    position: relative;
  }

  #search_widget.search-widgets form input[type="text"] {
    margin: 0;
    padding-right: 45px;
    position: static;
    border: none;
    height: 45px;
    border-radius: 50px;
    padding-left: 15px;
    font-size: 14px;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #bdbdbd;
  }

  .search-widgets form input[type="text"]:focus {
    outline: none;
    color: #333333;
    box-shadow: none;
  }

  .search-widgets form button[type="submit"] {
    right: 0;
    text-align: center;
    height: 45px;
    width: 50px;
    bottom: 0;
    padding: 0;
    position: absolute;
    border: none;
    font-size: 18px;
    color: #333333;
    line-height: 45px;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
    cursor: pointer;
    background: #ffffff;
    border: 1px solid #bdbdbd;
    border-left: none;
    border-radius: 0px 50px 50px 0px;
  }

  #search_widget.search-widgets form button[type="submit"]>i {
    position: static;
    padding: 0;
  }

  .search-widgets form button[type="submit"]:hover {
    color: #86c910;
  }

  /*top menu*/
  #header.header-type4 .top-navigation-menu {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding: 0px;
    background: #222;
  }

  #header.header-type4 .top-navigation-menu-inner {
    margin-bottom: 0;
    background: transparent;
  }

  #header.header-type4 .main-menu {
    border-bottom: none;
  }

  #header.header-type4 .menu {
    display: block;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
    border-bottom: none;
  }

  #header.header-type4 .main-menu .top-menu {
    display: block;
    margin: 0;
    padding: 0;
    width: auto;
  }

  #header.header-type4 .main-menu>ul>li {
    margin: 0 10px 0 0;
    margin-right: 10px;
    margin-right: 0;
    display: inline-block;
    position: relative;
  }

  #header.header-type4 .main-menu>ul a[data-depth="0"] {
    padding: 17px 25px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.2s ease-in 0s;
    -moz-transition: all 0.2s ease-in 0s;
    -webkit-transition: all 0.2s ease-in 0s;
  }

  #header.header-type4 .main-menu>ul a[data-depth="0"]:hover,
  #header.header-type4 .main-menu>ul li.current a[data-depth="0"] {
    color: #86c910;
  }

  #header.header-type4 .main-menu>ul a[data-depth="2"] {
    padding: 7px 0 0 0;
  }

  #header.header-type4 .main-menu .sub-menu {
    border: 1px solid #e1e1e1;
    margin-left: 0;
    z-index: 10000;
    border-radius: 0;
    display: none;
    top: 100% !important;
    width: max-content;
    min-width: inherit;
    left: auto;
    right: auto;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16),
      0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 15px 5px;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    display: block !important;
    opacity: 0;
    filter: alpha(opacity=0);
    -transform-origin: 20% 20% 0;
  }

  #header.header-type4 .main-menu ul>li:hover .sub-menu {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
  }

  #header.header-type4 .main-menu .sub-menu a {
    color: #000;
  }

  #header.header-type4 .main-menu .sub-menu ul[data-depth="1"]>li {
    float: left;
    margin: 0 12px 0 15px;
    min-width: 160px;
  }

  #header.header-type4 .main-menu .sub-menu ul[data-depth="1"]>li:first-child {
    margin-left: 15px;
  }

  #header.header-type4 .main-menu .sub-menu li>a.dropdown-submenu {
    text-transform: uppercase;
    color: #333333;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 0px;
  }

  #header.header-type4 .main-menu .sub-menu ul[data-depth="1"]>li a {
    position: relative;
    color: #333333;
    font-weight: 600;
    text-transform: unset;
  }

  #header.header-type4 .main-menu .sub-menu ul[data-depth="2"]>li a {
    color: #333333;
    font-weight: 400;
  }

  #header.header-type4 .main-menu .sub-menu .top-menu>li a:hover {
    color: #86c910;
  }

  #header.header-type4 .main-menu .sub-menu .menu-banner {
    margin-left: 15px;
    position: relative;
    display: block;
    float: left;
  }

  #header.header-type4 .main-menu .sub-menu .menu-banner-img {
    float: left;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }

  #header.header-type4 .main-menu .sub-menu .menu-banner-img img {
    max-width: 100%;
    position: relative;
  }

  #header.header-type4 .main-menu .sub-menu .menu-banner-img::before {
    z-index: 1;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
  }

  #header.header-type4 .main-menu .sub-menu .menu-banner-img::after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(0, 1);
  }

  #header.header-type4 .main-menu .sub-menu .menu-banner-img:hover::after,
  #header.header-type4 .main-menu .sub-menu .menu-banner-img:hover::before {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
  }

  #header.header-type4 .main-menu .sub-menu .menu-banner-img:hover img {
    opacity: 0.8;
  }
}

#header .navbar-block {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 100%;
  display: block;
  float: none;
  width: 100%;
}

@media (min-width: 992px) {
  #header .navbar-block {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  #header .navbar-block {
    max-width: 1140px;
  }
}

@media (max-width: 991px) {
  #header.header-type4 #_desktop_cart {
    margin-left: 15px;
  }

  #header.header-type4 #search_widget {
    width: 300px;
  }
}

@media (max-width: 767px) {
  #index .ht-main-content {
    padding-left: 0;
    padding-right: 0;
  }

  #mobile_top_menu_wrapper {
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
    margin: 0;
    top: 0;
  }

  #mobile_top_menu_wrapper .top-menu .sub-menu {
    background: #fff;
    border: none;
  }

  #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
    padding: 12px 0;
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
  }

  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a {
    padding: 7px 20px;
    color: #333333;
    font-weight: 500;
  }

  #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"]>li a:hover,
  #header .top-menu a[data-depth="0"]:hover {
    color: #86c910;
  }

  /*currency-language css*/
  #mobile_top_menu_wrapper .js-top-menu-bottom #_mobile_contact_link {
    display: none;
  }

  #mobile_top_menu_wrapper .js-top-menu-bottom #_mobile_currency_selector {
    border: 1px solid #e1e1e1;
    padding: 8px 10px;
  }

  #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
  }

  #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector select {
    padding: 8px 10px;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
    display: block;
    cursor: pointer;
    width: 100%;
  }

  #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 8px 10px;
    background: #fff;
    border: 1px solid #e1e1e1;
    display: block;
    cursor: pointer;
    width: 100%;
  }

  #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper #language-selector-label {
    display: none;
  }

  #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector #currency-selector-label {
    display: none;
  }

  #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector select {
    width: 100%;
    background: #f6f6f6;
    padding: 8px 10px;
    border: 1px solid #e1e1e1;
  }
}

@media (max-width: 767px) {
  span.value.price.fs_lg.font-weight-bold {
    display: none;
  }

  #index .ht-main-content {
    padding-left: 0;
    padding-right: 0;
  }

  #header.header-type4 .header-nav {
    margin-bottom: 0;
    max-height: unset;
    border-bottom: 1px solid #e8e8e8;
  }

  #header.header-type4 .header-top {
    padding: 0;
    position: relative;
    box-shadow: none;
    background: #f1f1f1;
  }

  #header.header-type4 .header-top>.container {
    max-width: 100%;
  }

  #header.header-type4 .header-nav #_mobile_cart {
    margin-right: 15px;
    margin-top: 18px;
    margin-bottom: 17px;
  }

  #header.header-type4 .header-nav .cart-preview i {
    color: #333333;
    line-height: 24px;
  }

  span.cart-products-count {
    background: #7dbd45;
    display: inline-block;
    position: absolute;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    right: 0px;
    color: #fff;
    margin-bottom: 20px;
  }

  #header.header-type4 .header-nav .blockcart .header:hover>i,
  #header.header-type4 .header-nav .blockcart .header:hover {
    color: #86c910;
  }

  #header.header-type4 .header-nav .blockcart {
    padding: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    background: transparent;
    margin: 0;
  }

  .ht_cart.cart-hover-content {
    display: none;
  }

  #header.header-type4 .header-nav .blockcart .header {
    color: #333333;
    margin-top: 0;
    cursor: pointer;
    line-height: 40px;
    position: relative;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
  }

  #_mobile_user_info {
    margin: 17px 0;
  }

  #header.header-type4 .header-nav .user-info,
  #header.header-type4 .header-nav .user-info ul {
    margin: 0;
    font-size: 0;
  }

  #header.header-type4 .header-nav .user-info>a {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin: 0;
  }

  #header.header-type4 .header-nav .user-info>a>.material-icons {
    line-height: 24px;
  }

  #header.header-type4 .header-nav .user-info>a:hover {
    color: #86c910;
  }

  #blockcart-modal .product-image {
    width: 100%;
    display: block;
    max-width: 15.63rem;
    margin: 0 auto 0.9375rem;
  }

  #blockcart-modal .cart-content {
    padding-left: 0;
  }

  #header.header-type4 .header-top>.container {
    position: inherit;
  }

  #header.header-type4 #search-tog-btn {
    padding: 0;
    margin: 17px 0;
    float: right;
  }

  #header.header-type4 #search-tog-btn>a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 18px;
    text-align: center;
    color: #ffffff;
  }

  #header.header-type4 #search-tog-btn button {
    text-align: center;
  }

  #header.header-type4 .header-search {
    width: 100%;
  }

  #header.header-type4 #search_widget {
    padding: 1.25rem 0;
    box-shadow: none;
    position: relative;
    width: 100%;
    margin: 0;
  }

  #search-tog-btn #search_widget button {
    bottom: 0;
  }

  #search_widget form button[type="submit"] {
    bottom: 0;
    right: 0;
    height: 42px;
    cursor: pointer;
    width: 45px;
    position: absolute;
    background: none;
    border: none;
  }

  #search_widget form input[type="text"] {
    width: 100%;
    background: #fff;
    padding: 10px;
    padding-right: 45px;
    border: 1px solid #dddddd;
    border-radius: 50px;
  }

  #search_widget form i {
    position: static;
    padding: 0;
  }

  #search_widget form button[type="submit"]:hover {
    color: #86c910;
  }

  #header.header-type4 .header-top #_desktop_cart {
    height: auto;
    padding: 0;
    margin: 0;
  }

  #header.header-type4 .header-nav .cart-preview a {
    position: relative;
    color: #333333;
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
  }
}

#header.header-type4 .header-nav .cart-preview a:hover i,
#header.header-type4 .header-nav .cart-preview a:hover .cart-products-count {
  color: #86c910;
}

#header.header-type4 .header-nav .top-logo {
  float: left;
  display: table;
  height: 75px;
  padding-top: 0;
}

#header.header-type4 .header-nav .top-logo .header-logo {
  margin: 0;
  float: none;
  display: table-cell;
  vertical-align: middle;
}

#header.header-type4 .header-nav .top-logo a {
  display: block;
}

#header.header-type4 .header-nav .top-logo a>img {
  max-height: 4rem;
  max-width: 100%;
}

#header.header-type4 .header-nav #menu-icon {
  padding: 12px 0;
}

#header.header-type4 .header-nav #menu-icon .material-icons {
  color: #222222;
}

#header.header-type4 .header-nav #menu-icon .material-icons:hover {
  color: #86c910;
}

@media (max-width: 375px) {
  #header.header-type4 .header-nav .top-logo a>img {
    max-width: 120px;
  }
}

/*image slider*/
.image-slider-block {
  float: left;
  width: 100%;
  clear: both;
  color: #fff;
  margin-bottom: 35px;
}

.image-slider-block .carousel {
  margin-bottom: 0;
  padding-bottom: 0;
}

.image-slider-block .carousel .carousel-inner {
  height: auto;
  margin: 0;
}

.image-slider-block .carousel-item .caption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
  box-sizing: border-box;
  max-width: 100%;
}

.image-slider-block .carousel-item .caption .caption-description {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 28px;
  font-weight: normal;
  color: #051829;
  display: block;
  margin-bottom: 20px;
  z-index: 1;
  left: 20%;
  max-width: 450px;
  width: 100%;
  padding-left: 15px;
}

.image-slider-block .carousel-item .caption .caption-description .et-slider {
  display: block;
  text-align: left;
}

.image-slider-block .carousel-item .caption .caption-description .et-slider h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 58px;
  font-weight: 500;
  color: #333333;
  display: block;
}

.image-slider-block .carousel-item .caption .caption-description .et-slider h2 span {
  font-size: 46px;
  font-weight: 400;
  color: #333333;
}

.image-slider-block .carousel-item .caption .caption-description .et-slider .action.primary {
  background: #86c910;
  border: 1px solid #86c910;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 13px 20px;
  min-width: 160px;
  text-transform: uppercase;
  border-radius: 5px;
  text-align: center;
}

.image-slider-block .carousel-item .caption .caption-description .et-slider .action.primary:hover {
  color: #ffffff;
  background: #333;
  border-color: #333;
}

.image-slider-block .slider-description .desc-content h2 i {
  font-family: "pristina";
  font-weight: 500;
}

.image-slider-block .slider-description .desc-content h3 {
  font-weight: 500;
  font-size: 31px;
  padding-bottom: 9px;
  margin-bottom: 10px;
  color: #fff;
}

.image-slider-block .slider-description .desc-content .slider-btn {
  display: block;
  width: 100%;
  float: left;
}

.image-slider-block .slider-description .desc-content .btn.btn-primary {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0px;
  background: #fabd48;
  color: #111;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 34px;
  text-transform: capitalize;
}

.image-slider-block .slider-description .desc-content .btn.btn-primary:hover {
  opacity: 0.8;
}

.image-slider-block .carousel .carousel-inner a,
.image-slider-block .carousel .carousel-inner figure {
  margin: 0;
}

.image-slider-block .carousel-control {
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  transform: translate(0, -50%);
  bottom: auto;
  width: auto;
}

.image-slider-block .carousel-control.left {
  left: 20px;
}

.image-slider-block .carousel-control.right {
  right: 20px;
  left: auto;
}

.image-slider-block .carousel-control .icon-next {
  right: 0;
  margin: 0;
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 30px;
  border-radius: 3px;
  top: 0;
  text-align: center;
  border: 1px solid #fdd14e;
  background-color: rgba(255, 255, 255, 0.5);
}

.image-slider-block .carousel-control .icon-prev {
  left: 0;
  margin: 0;
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 30px;
  border-radius: 3px;
  top: 0;
  text-align: center;
  border: 1px solid #fdd14e;
  background-color: rgba(255, 255, 255, 0.5);
}

.image-slider-block .carousel .carousel-control .icon-prev i,
.image-slider-block .carousel .carousel-control .icon-next i {
  font-size: 36px;
  color: #fdd14e;
  line-height: 50px;
  vertical-align: top;
  text-shadow: none;
  background: transparent;
}

.image-slider-block .carousel .carousel-control .icon-next:hover,
.image-slider-block .carousel .carousel-control .icon-prev:hover {
  border-color: #222222;
}

.image-slider-block .carousel .carousel-control .icon-next:hover i,
.image-slider-block .carousel .carousel-control .icon-prev:hover i {
  color: #222222;
}

.image-slider-block .carousel .carousel-indicators {
  position: absolute;
  right: 55px;
  bottom: 25px;
  margin-left: 0;
  width: auto;
  left: auto;
  margin-bottom: 0;
}

.image-slider-block .carousel .carousel-indicators>li {
  box-shadow: none;
  border-radius: 25px;
  margin: 0 6px;
  width: 12px;
  height: 12px;
  border-color: #222;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.image-slider-block .carousel .carousel-indicators li.active,
.image-slider-block .carousel .carousel-indicators li:hover {
  background-color: #222222;
  width: 14px;
  height: 14px;
}

@media (max-width: 1349px) {
  .image-slider-block .carousel-item .caption .caption-description {
    left: 14%;
  }
}

@media (max-width: 1199px) {
  .image-slider-block .carousel-item .caption .caption-description .et-slider h2 {
    margin-bottom: 15px;
    font-size: 48px;
  }
}

@media (max-width: 991px) {
  .image-slider-block .carousel-item .caption .caption-description .et-slider h2 {
    font-size: 36px;
  }

  .image-slider-block .carousel-item .caption .caption-description .et-slider h2 span {
    font-size: 30px;
  }

  .image-slider-block .carousel-item .caption .caption-description .et-slider .action.primary {
    font-size: 13px;
    padding: 7px 10px;
    min-width: 130px;
  }

  .image-slider-block {
    margin-bottom: 25px;
  }

  .carousel .carousel-item .caption {
    position: absolute;
    margin: 0;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .image-slider-block .carousel-item .caption .caption-description .et-slider h2 {
    font-size: 30px;
    margin-bottom: 8px;
  }

  .image-slider-block .carousel-item .caption .caption-description .et-slider h2 span {
    font-size: 24px;
  }

  .image-slider-block {
    margin-bottom: 20px;
  }
}

@media (max-width: 639px) {
  .image-slider-block .carousel-item .caption .caption-description .et-slider h2 {
    font-size: 22px;
  }

  .image-slider-block .carousel-item .caption .caption-description .et-slider h2 span {
    font-size: 18px;
  }

  .image-slider-block .carousel-control .icon-next,
  .image-slider-block .carousel-control .icon-prev {
    width: 35px;
    height: 35px;
    right: 30px;
  }

  .image-slider-block .carousel .carousel-control .icon-prev i,
  .image-slider-block .carousel .carousel-control .icon-next i {
    font-size: 30px;
    line-height: 35px;
  }
}

@media (max-width: 575px) {
  .image-slider-block .slider-description .desc-content {
    max-width: 100%;
    padding-left: 70px;
  }

  .image-slider-block .slider-description {
    top: 45%;
  }

  #header .header-top .position-static {
    width: 100%;
  }

  .image-slider-block .carousel-item .caption .caption-description {
    margin-bottom: 0;
    max-width: 280px;
  }
}

@media (max-width: 479px) {
  .image-slider-block .carousel-item .caption .caption-description .et-slider h2 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .image-slider-block .carousel-item .caption .caption-description .et-slider h2 span {
    font-size: 16px;
  }

  .image-slider-block .carousel-item .caption .caption-description .et-slider .action.primary {
    font-size: 13px;
    padding: 5px 10px;
    min-width: 100px;
  }

  .image-slider-block {
    margin-bottom: 10px;
  }
}

@media (max-width: 379px) {
  .image-slider-block .carousel-item .caption .caption-description .et-slider h2 {
    font-size: 14px;
  }

  .image-slider-block .carousel-item .caption .caption-description .et-slider h2 span {
    font-size: 13px;
  }
}

/*service-block*/
.home-servives-block {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.home-servives-block .services-main {
  display: flex;
  font-size: 0;
  justify-content: space-between;
}

.home-servives-block .services-main .services-inner {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  vertical-align: top;
  font-size: 14px;
}

.home-servives-block .services-main .services-inner .services-inner-main {
  display: block;
  position: relative;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 45px;
  transform: translate(0, -50%);
}

.home-servives-block .services-main .services-inner .services-inner-main .services-icon>img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-content {
  padding-left: 45px;
  box-sizing: border-box;
  position: relative;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-content>strong {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 16px;
  color: #222222;
  display: block;
}

.home-servives-block .services-main .services-inner .services-inner-main .services-content>p {
  font-size: 16px;
  color: #262626;
  margin: 0;
}

@media (max-width: 991px) {
  .home-servives-block .services-main .services-inner .services-inner-main {
    text-align: center;
  }

  .home-servives-block .services-main .services-inner .services-inner-main .services-icon {
    position: relative;
    margin: 0 auto;
    transform: unset;
  }

  .home-servives-block .services-main .services-inner .services-inner-main .services-content {
    padding-left: 0;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .home-servives-block .services-main .services-inner {
    width: 100%;
    margin-bottom: 15px;
  }

  .home-servives-block .services-main .services-inner:last-child {
    margin-bottom: 0;
  }
}

/*title*/
.section-title {
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 50px;
  color: #222222;
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
}

.section-title>span {
  position: relative;
  display: flex
}

/* .section-title > span::before {
  background: #86c910;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -10px;
  height: 2px;
  width: 130px;
  display: block;
} */
.section-title>span::before {
  transition: margin 400ms ease-in-out;
  content: "";
  position: relative;
  width: 100%;
  flex: 1;
  height: 5px;
  top: 15px;
  background: #efefef;
  margin-right: 50px
}

.section-title>span::after {
  transition: margin 400ms ease-in-out;
  content: "";
  position: relative;
  width: 100%;
  flex: 1;
  height: 5px;
  top: 15px;
  background: #efefef;
  margin-left: 50px
}

/*navigation arrow*/
.owl-theme .owl-controls .owl-pagination .owl-page {
  box-shadow: none;
  border-radius: 25px;
  margin: 0 6px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

.owl-theme .owl-controls .owl-pagination .owl-page>span {
  width: 7px;
  height: 7px;
  margin: 6px 6px;
  background: #c3c4c8;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  border-radius: 30px;
  border: none;
}

.owl-theme .owl-controls .owl-page.active {
  background: #c3c4c8;
}

.owl-theme .owl-controls.clickable .owl-page:hover {
  background: #c3c4c8;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #222222;
}

.owl-theme .owl-controls.clickable .owl-buttons>div {
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40%;
  transform: translate(0, -40%);
  font-size: 48px;
  color: #222222;
  line-height: 1.5;
  opacity: 0.8;
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-prev {
  left: -85px;
}

.owl-theme .owl-controls.clickable .owl-buttons .owl-next {
  right: -85px;
}

.owl-theme .owl-controls.clickable .owl-buttons>div .prev-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}

.owl-theme .owl-controls.clickable .owl-buttons>div .next-arrow {
  background-repeat: no-repeat;
  background-position: center center;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}

.owl-theme .owl-controls.clickable .owl-buttons>div .next-arrow>i,
.owl-theme .owl-controls.clickable .owl-buttons>div .prev-arrow>i {
  vertical-align: top;
}

/* .owl-theme .owl-controls.clickable .owl-buttons .owl-next .next-arrow:hover,
.owl-theme .owl-controls.clickable .owl-buttons > div .prev-arrow:hover {
  border-color: #222222;
}
.owl-theme .owl-controls.clickable .owl-buttons .owl-next .next-arrow:hover > i,
.owl-theme .owl-controls.clickable .owl-buttons > div .prev-arrow:hover > i {
  color: #222222;
} */

@media (max-width: 1400px) {
  .owl-theme .owl-controls.clickable .owl-buttons .owl-prev {
    left: 0;
  }

  .owl-theme .owl-controls.clickable .owl-buttons .owl-next {
    right: 0;
  }
}

@media (max-width: 1199px) {
  .section-title {
    font-size: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {

  .section-title>span::before,
  .section-title>span::after {
    width: 100px;
  }
}

@media (max-width: 639px) {

  .section-title>span::before,
  .section-title>span::after {
    display: none;
  }

  .section-title {
    margin-bottom: 30px;
  }

  .owl-theme .owl-controls.clickable .owl-buttons>div .prev-arrow,
  .owl-theme .owl-controls.clickable .owl-buttons .owl-next .next-arrow {
    width: 35px;
    height: 35px;
  }

  .category-wrapper.category-slider .ht-category-slider .owl-controls .owl-buttons>div,
  .owl-theme .owl-controls.clickable .owl-buttons>div {
    font-size: 30px;
    line-height: 35px;
  }
}

/*******
products
*******/
#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
  letter-spacing: 0.5px;
  color: #333333;
  font-size: 15px;
  font-weight: 500
}

#products .product-title a:hover,
.featured-products .product-title a:hover,
.product-accessories .product-title a:hover,
.product-miniature .product-title a:hover {
  color: #444444;
}

#products .product-price-and-shipping,
.featured-products .product-price-and-shipping,
.product-accessories .product-price-and-shipping,
.product-miniature .product-price-and-shipping .regular-price {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  color: #222222;
  padding: 4px 0;
}

.product-miniature .product-price-and-shipping .regular-price {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  color: #262626;
  line-height: 24px;
}

/* .products-grid .btn-primary.add-to-cart .material-icons {
  display: none;
} */
#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
  margin:0px;
  text-align: left;
  min-height: 60px;
}

#products .product-description,
.featured-products .product-description,
.product-accessories .product-description,
.product-miniature .product-description {
  width: 100%;
}

.featured-products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-short-desc {
  display: none !important;
}

.product-flags li.product-flag,
#products .products-grid .products .product-item .product-flags>li,
.products-grid .products .product-item .product-flags>li {
  background: #ffdc5b;
  color: #161616;
  font-weight: 500;
  padding: 2px 8px 2px;
  position: absolute;
  right: 10px;
  left: auto;
  text-transform: capitalize;
  top: 10px;
  font-size: 12px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  z-index: 1;
  margin: 0;
  min-width: auto;
  min-height: auto;
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
  background-color: #051829;
}

.product-flags li.product-flag.new,
.products-grid .products .product-item .product-flags>li.new,
#products .products-grid .products .product-item .product-flags>li.new {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
}

.product-flags li.product-flag.on-sale,
.products-grid .products .product-item .product-flags>li.on-sale,
#products .products-grid .products .product-item .product-flags>li.on-sale {
  background: #ef0042;
  color: #ffffff
}

.product-flags li.product-flag.on-sale+.product-flag.discount,
.products-grid .products .product-item .product-flags>li.on-sale+.product-flag.discount,
#products .products-grid .products .product-item .product-flags>li.on-sale+.product-flag.discount {
  right: 10px;
  top: 45px;
}

.product-flags li.product-flag.pack,
.products-grid .products .product-item .product-flags>li.pack,
#products .products-grid .products .product-item .product-flags>li.pack {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
}

.product-flags li.product-flag.new+.product-flag.pack,
.products-grid .products .product-item .product-flags>li.new+.product-flag.pack,
#products .products-grid .products .product-item .product-flags>li.new+.product-flag.pack {
  left: 10px;
  top: 45px;
}

.product-flags li.product-flag.pack,
.products-grid .products .product-item .product-flags>li.pack,
#products .products-grid .products .product-item .product-flags>li.pack {
  background: #8b8f98;
}

#products .products-grid .products .product-item .product-flags li.product-flag.on-sale {
  width: max-content !important;
  width: -moz-max-content;
  left: auto;
}

#product #content .product-flags .product-flag {
  font-size: 16px;
  font-weight: 700;
  padding: 6px 15px 5px;
  right: 40px
}

.discount-percentage {
  top: -210px !important;
}

#products .product-miniature .on-sale.on-sale,
li.product-flag.on-sale {
  width: max-content !important;
  width: -moz-max-content;
  left: auto;
}

.featured-products .all-products .material-icons {
  display: none;
}

.featured-products .all-products {
  text-align: -moz-center;
  margin-top: 30px;
  margin-bottom: 0;
  display: block;
}

.featured-products .all-products>a {
  background: #86c910;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 20px;
  font-weight: 600;
  line-height: 20px;
  display: block;
  width: -moz-max-content;
  color: #fff;
  box-sizing: border-box;
  text-transform: uppercase;
  float: none !important;
}

.all-products>a:hover,
.featured-products .all-products a:hover {
  background-color: #333;
}

#products img,
.featured-products img,
.product-accessories img,
.product-miniature img {
  margin: 0;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  height: 100%;
}

#products .products-grid {
  font-size: 0;
}

.products-grid .products .product-item {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
  font-size: 14px;
  margin-bottom: 10px;
  min-width: 150px;
  max-width: 264px
}

#category #products .products {
  margin-left: -5px;
  margin-right: -5px;
  display: block;
  /* width: 100% */
}

#manufacturer #products .products {
  margin-left: -5px;
  margin-right: -5px;
  display: block;
  width: 100%
}

.featured-product .products-grid .products .product-item {
  width: 20%;
}

.products-grid .products .product-item .product-miniature,
#products .products-grid .products .product-item .product-miniature {
  margin: 0;
  border: 1px solid #eee;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

.products-grid .products .product-item .product-miniature .thumbnail-container,
#products .products-grid .products .product-item .product-miniature .thumbnail-container {
  width: 100%;
  height: 100%;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
  background: transparent;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block {
  position: relative;
  display: block;
  overflow: hidden;
  border: none;
  padding: 10px;
}

.product-item .product-miniature .thumbnail-container .product-image-block .product-thumbnail:after {
  transition: 0.3s ease all;
}

.product-item .product-miniature:hover .thumbnail-container .product-image-block .product-thumbnail:after {
  content: "";
  left: 0;
  top: 0;
  opacity: 0.4;
  height: 100%;
  width: 100%;
  background: #222;
  position: absolute;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block .highlighted-informations,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-image-block .highlighted-informations {
  bottom: auto;
  background-color: transparent;
  box-shadow: none;
  transition: 0.5s;
  opacity: 0;
  width: 100%;
  bottom: -90px;
  height: auto;
  padding: 10px 0;
  z-index: 0;
}

.products-grid .products .product-item .product-miniature:hover .thumbnail-container .product-image-block .highlighted-informations,
#products .products-grid .products .product-item .product-miniature:hover .thumbnail-container .product-image-block .highlighted-informations {
  bottom: 0px;
  opacity: 1;
  background-color: transparent;
  box-shadow: none;
  top: auto;
  height: auto;
  width: 100%;
  background: #fff;
  z-index: 1;
  opacity: 0.8;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description {
  position: static;
  background: #f8f8f8;
  height: auto;
  padding: 10px;
  border-top: 1px solid #eee;
  border-radius: 0 0 10px 10px;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description:after {
  display: none;
}

.products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add,
#products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .add {
  margin: 6px 0 0;
  text-align: left;
}

#products .highlighted-informations .quick-view,
.featured-products .highlighted-informations .quick-view,
.product-miniature .highlighted-informations .quick-view {
  background-color: #eee;
  color: #262626;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  padding: 0 15px;
  font-size: 14px;
  line-height: 24px;
}

#products .highlighted-informations .quick-view:hover,
.featured-products .highlighted-informations .quick-view:hover,
.product-miniature .highlighted-informations .quick-view:hover {
  color: #222222;
}

.color.active,
.color:hover,
.custom-checkbox input[type="checkbox"]+span.color.active,
.custom-checkbox input[type="checkbox"]+span.color:hover,
.facet-label.active .custom-checkbox span.color,
.facet-label:hover .custom-checkbox span.color {
  border-color: #86c910;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links#products .variant-links {
  background: transparent;
  margin-top: 5px;
}

#header {
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

body#checkout #header .header-nav {
  padding: 0;
}

body#checkout #header .header-nav {
  display: none;
}

body#checkout section.checkout-step.-complete:first-of-type .step-title {
  padding-top: 0;
}

body#checkout section.checkout-step.-current+.checkout-step .step-title {
  padding-top: 0;
  border-top: none;
  border-bottom: none;
}

body#checkout .cart-grid-right .card {
  border: 1px solid #e1e1e1;
}

body#checkout .card-block.cart-summary-totals .cart-summary-line.cart-total {
  background-color: #f1f1f1;
  padding: 0.5rem;
}

#header {
  border-bottom: none;
  clear: both;
  float: left;
  width: 100%;
  display: block;
}

body#checkout #header .header-top {
  padding-bottom: 0;
  display: block;
  float: left;
  width: 100%;
  clear: both;
}

body#checkout #header #_desktop_logo>a {
  display: table-cell;
  vertical-align: middle;
}

body#checkout #header .top-navigation-menu {
  display: none;
}

.checkout-step .content>.nav-inline>.nav-item .nav-link.active {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom: 1px solid #fff;
  color: #000 !important;
}

.checkout-step .content>.nav-inline>.nav-item .nav-link:hover {
  color: #000 !important;
  background: #ffffff;
}

body#checkout section.checkout-step .address-item.selected {
  border-color: #222222;
}

.custom-radio input[type="radio"]:checked+span {
  background-color: #222222;
}

.product-image-block .add {
  display: inline-block;
  padding: 0 5px;
}

.add .btn {
  background: #86c910;
  border: 1px solid #86c910;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  padding: 9px 13px;
  font-size: 14px;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}

#blockcart-modal .cart-content-btn .btn:hover {
  color: #fff;
}

.add .btn:hover {
  background: #333333;
  border-color: #333;
  color: #ffffff;
}

.product-actions .add-to-cart .material-icons.shopping-cart {
  display: none;
}

.featured-products {
  display: block;
  float: left;
  width: 100%;
  clear: both;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
  line-height: 24px;
}

#blockcart-modal .modal-title {
  margin-bottom: 0;
}

#products .products-grid .products .product-item.list-view .product-miniature .thumbnail-container .product-description .product-list-reviews {
  padding: 0;
}

.product-list-reviews {
  margin-top: 10px;
}

/******
category-page
*******/
#products .page-not-found {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.products-sort-order .select-title {
  box-shadow: none;
  line-height: 24px;
}

#product .h1 {
  font-size: 30px;
  font-weight: 600;
  color: #222222;
  line-height: 35px;
  text-transform: capitalize;
}

#product .product-discount .regular-price {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

#product .product-price {
  color: #86c910;
  font-size: 28px;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
}

#product .product-price .current-price {
  font-size: 0;
  margin-bottom: 0;
}

#product .product-price .current-price>span {
  font-size: 28px;
}

#product .product-price .current-price .discount {
  color: #222222;
  padding: 5px;
  vertical-align: top;
  font-size: 13px;
  line-height: 22px;
  border-radius: 3px;
}

#product .product-information {
  margin: 0px;
}

#product .product-actions .control-label {
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
}

.social-sharing span {
  font-weight: 600;
  display: none
}

.social-sharing ul>li>a {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
}

.social-sharing li {
  margin-left: 0px;
  margin-right: 3px
}

.quickview .layer {
  display: none !important;
}

.product-cover .layer {
  display: flex;
  box-align: center;
  align-items: center;
  box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: #ffffff;
  position: absolute;
  bottom: 20px;
  color: #878787;
  text-align: center;
  cursor: pointer;
  right: 60px;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.175);
  height: unset;
  width: unset;
  opacity: 1;
  top: auto;
  left: auto;
}

.product-cover .layer .zoom-in {
  color: #222;
  margin: 5px;
  font-size: 25px;
}

.product-cover .layer:hover .zoom-in {
  color: #86c910;
}

/* .product-cover .layer:hover {
  background: #86c910;
} */
.quickview .modal-footer {
  border: none;
}

button.btn.btn-primary.add-to-cart .shopping-cart {
  margin-right: 0px;
}

button.btn.btn-primary.add-to-cart {
  padding: 0.9rem 0.8rem;
}

#pagenotfound .page-not-found h4,
#products .page-not-found h4 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

#content-wrapper .block-category {
  border: none;
  min-height: unset;
  box-shadow: none;
  max-height: unset;
  margin-bottom: 0px;
}

.block-category .block-category-inner {
  display: block;
}

.block-category h1 {
  font-size: 1.2rem;
  margin-bottom: 15px;
}

.block-category .block-category-inner .category-cover img {
  margin: 0;
  height: auto;
  width: auto;
}

#subcategories ul li h5 {
  font-weight: 500;
  background: #f7f7f7;
  padding: 10px 0;
  border: 1px solid #ddd
}

#subcategories ul li:hover .subcategory-image a {
  border-color: #dddddd;
}

#subcategories ul li .subcategory-name:hover {
  color: #666666;
}

#subcategories {
  border: none;
  padding: 0px;
}

.category-forside #subcategories {
  display: none
}

#subcategories ul li .subcategory-image a {
  border: 1px solid #dddddd;
  border-bottom-color: #fff;
}

#subcategories ul li .subcategory-image {
  padding: 0px;
}

#products .row.products-selection {
  border: 1px solid #e1e1e1;
}

.block-category #category-description>p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  display: block;
  margin-bottom: 0;
}

#products .page-not-found {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.products-sort-order .select-title {
  box-shadow: none;
  line-height: 24px;
}

.tabs {
  margin-top: 25px;
  margin-bottom: 25px;
}

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

.tabs .nav-tabs .nav-item {
  margin: 0;
}

.tabs .nav-tabs .nav-link.active,
.tabs .nav-tabs .nav-link:hover {
  border: 1px solid #e1e1e1;
  background: #fff;
  color: #333;
  text-decoration: none;
  border-bottom: none;
  box-shadow: none;
}

.tabs .nav-tabs .nav-link {
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  margin-bottom: -1px;
  box-shadow: 2px -3px 5px #e7e7e7 inset;
}

.tabs .nav-tabs .nav-link:hover {
  background: #f9f9f9;
  border: 1px solid #e1e1e1;
  border-bottom: none;
  margin-bottom: -1px;
  box-shadow: 2px -3px 5px #e7e7e7 inset;
}

a.nav-link.active.js-product-nav-active:hover {
  background: #fff;
  box-shadow: none;
}

.tabs .tab-content {
  background: #fff;
  padding: 20px;
  border: 1px solid #e1e1e1;
}

#product .tabs .tab-pane {
  padding: 0;
}

.tabs .tab-content img {
  max-width: 100%;
}

.tabs .tab-pane p>label {
  float: none;
  width: auto;
  padding: 0;
}

.product-images>li.thumb-container>.thumb.selected,
.product-images>li.thumb-container>.thumb:hover {
  border: 2px solid #e1e1e1;
}

#products .page-not-found {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
}

#products .best-seller .products-grid .products .product-item {
  width: 100%;
}

#products .products-grid .products .product-item {
  margin-bottom: 10px;
}

#products .products-grid .products.bestproduct-slider .product-item {
  margin-bottom: 0px;
}

#products .featured-products {
  margin-bottom: 0px;
  margin-top: 0px;
}

#products .products.bestproduct-slider {
  margin-bottom: 30px;
}

.products-sort-order .select-title {
  box-shadow: none;
  line-height: 24px;
}

#cms #wrapper {
  box-shadow: none;
  background: #fff;
}

.page-content.page-cms {
  padding: 0;
}

#cms .page-header>h1 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 23px;
  color: #000;
  line-height: 20px;
  text-align: left !important
}

#cms .page-content>h1 {
  display: none;
}

#cms .testimonials {
  margin: 0 0 10px 0;
  font-size: 13px;
  color: #666;
}

.page-cms h3 {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.page-cms p,
.page-cms li {
  margin: 0 0 10px 0;
  color: #444;
}

.page-content.page-cms .cms-box img {
  margin-bottom: 10px;
}

.pagination {
  background: #f9f9f9;
  padding: 0 15px;
  margin-top: 0;
}

.pagination .pagination-summary {
  margin: 0px;
  color: #666;
  font-size: 14px;
  line-height: inherit;
  padding: 5px 0;
}

.pagination .pagination-btn {
  margin: 0;
  width: 66.66667%;
  padding: 0px;
}

.pagination .pagination-btn ul {
  margin: 0;
  float: right;
  box-shadow: none;
  background: #f9f9f9;
  padding: 10px 0;
}

.pagination .page-list li {
  display: inline-block;
  margin: 0 2px;
  vertical-align: top;
  position: relative;
}

.pagination li a {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 13px;
  vertical-align: top;
  color: #222222;
  text-align: center;
}

.pagination li a i {
  color: #bbbbbb;
  cursor: pointer;
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 20px;
}

.pagination li a:hover,
.pagination li.current a,
.pagination li.current span,
.pagination li:hover span {
  color: #ffffff;
  font-size: 13px;
  background-color: #222222;
}

.pagination li a.next,
.pagination li a.previous {
  font-size: 0;
}

.products-selection .sort-by-row {
  padding: 4px 0;
}

.products-sort-order .dropdown-menu {
  padding: 0;
  box-shadow: none;
}

#products .products-selection .products-sort-order .select-title,
#products .products-sort-order .select-list {
  font-size: 13px;
}

.products-sort-order .select-list:hover,
.brands-sort .select-list:hover,
.suppliers-sort .select-list:hover {
  color: #222222;
  text-decoration: none;
  background: #ebebeb;
}

#search_filters>.h6,
#search_filters>p.h6,
#search_filters_brands>.h6,
#search_filters_suppliers>.h6 {
  display: block;
  margin-bottom: 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #d1d1d1;
  font-size: 14px;
  font-weight: 600;
  color: #232323;
}

#left-column .block-categories .category-sub-menu li:hover>a,
#category #left-column #search_filters .facet .title h1:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.navbar-toggler .material-icons:hover {
  color: #86c910;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  border: none;
  padding: 15px;
}

.featured-products.category-products {
  margin-bottom: 30px;
}

#products .best-seller-item .products-grid .products .product-item {
  width: 100%;
}

#products .products-grid .products .product-item.list-view .product-miniature .thumbnail-container .product-description {
  background: #fff;
  padding: 15px;
  height: auto;
  min-height: 1px;
  border-top: none;
}

#products .products-grid .product-item.list-view .product-miniature .product-description .product-title {
  width: 100%;
  margin-bottom: 0px;
  min-height: 40px;
}

#product .card {
  box-shadow: none;
  border: 1px solid #e1e1e1;
}

.product-add-to-cart .add {
  margin-bottom: 0;
  margin-right: 20px;
}

.product-add-to-cart .add .btn {
  font-size: 12px;
  font-weight: 700;
  height: auto;
  width: auto;
  padding: 13px 25px;
  line-height: 14px;
  min-width: 150px;
}

#product .product-customization {
  margin: 15px 0 0 0;
}

#product .product-customization .product-message {
  padding: 8px 15px;
  height: 40px;
}

.product-short-desc p {
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  margin-bottom: 10px;
  text-align: justify;
}

.product-short-desc ul {
  text-align: justify;
  list-style-type: disc;
  padding-left: 30px;
}

.product-short-desc li {
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  margin-bottom: 2px;
}

.product-description p {
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  margin-bottom: 10px;
  text-align: justify;
}

.product-information .product-description ul {
  text-align: justify;
  list-style-type: disc;
  padding-left: 30px;
}

.product-information .product-description ul li {
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  margin-bottom: 2px;
}

#product-description-short p {
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  margin-bottom: 10px;
  text-align: justify;
}

#product-description-short ul {
  text-align: justify;
  list-style-type: disc;
  padding-left: 30px;
}

#product-description-short ul li {
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  margin-bottom: 2px;
}

.block-reassurance-item .icon-img {
  display: inline-block;
}

#block-reassurance ul {
  margin: 0;
}

#product #block-reassurance {
  box-shadow: none;
  border: 1px solid #dddddd;
  overflow: hidden;
}

.blockreassurance_product {
  margin-top: 0;
  overflow: hidden;
  border-left: 1px solid #ddd;
  padding-left: 3rem;
}

.blockreassurance_product>div {
  padding: 5px 0;
}
.blockreassurance_product p.block-title{
  line-height: 35px;
}

.blockreassurance_product>div>p {
  margin-bottom: 0;
}

.blockreassurance_product>div:last-child {
  border-bottom: none;
  padding: 0;
}

#products .products-selection .display-mode .show_grid,
#products .products-selection .display-mode .show_list {
  background: transparent;
}

.page-password #content {
  max-width: 800px;
  margin: auto
}

#main .page-content h1,
#main .page-header h1 {
  text-align: center;
}

@media (max-width: 991px) {
  .featured-product .products-grid .products .product-item {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .featured-product .products-grid .products .product-item {
    width: 50%;
  }

  #products .thumbnail-container .product-description,
  .featured-products .thumbnail-container .product-description,
  .product-accessories .thumbnail-container .product-description {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }

  .advertising-block {
    display: none;
  }
}

@media (max-width: 639px) {

  .featured-product .products-grid .products .product-item,
  #products .products-grid .products .product-item {
    width: 50%;
  }

  #main .page-footer {
    margin-bottom: 0;
  }

  #product .h1 {
    font-size: 18px;
  }

  .product-prices {
    margin-top: 0.25rem;
  }

  /* add to cart button changes in small devices */
  .hiaddtocart button.btn.btn-primary.add-to-cart {
    padding: 0.7rem;
  }

  button.btn.btn-primary.add-to-cart .shopping-cart {
    display: none;
  }
  .blockreassurance_product {
    overflow: hidden;
    border-left: 0;
    padding-left: 0;
    margin-top: 1rem;
  }
}

@media (max-width: 479px) {
  .hiaddtocart button.btn.btn-primary.add-to-cart {
    padding: 0.7rem 0.3rem;
  }

  .product-flags li.product-flag,
  #products .products-grid .products .product-item .product-flags>li,
  .products-grid .products .product-item .product-flags>li {
    font-size: 11px;
    padding: 2px 5px 2px;
  }

  .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping,
  #products .products-grid .products .product-item .product-miniature .thumbnail-container .product-description .product-price-and-shipping {
    font-size: 16px;
  }
}

/**home-images-block-one-main**/
.home-images-block-one {
  float: left;
  width: 100%;
  clear: both;
  display: block;
}

.home-images-block-one .row {
  font-size: 0;
}

.home-images-block-one .item {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  font-size: 14px;
}

.home-images-block-one .item-right {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  font-size: 14px;
}

.home-images-block-one .item-left {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  width: 66.66%;
  font-size: 14px;
}

.home-images-block-one .item .item-inner {
  display: block;
  position: relative;
}

.home-images-block-one .item .item-inner .img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

.home-images-block-one .item .item-inner .text-content {
  position: absolute;
  top: 18px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #051829;
  font-weight: 400;
}

.home-images-block-one .item-left .item-inner .text-content {
  position: absolute;
  top: 220px;
  left: unset;
  right: 20px;
  margin: 0px;
  text-align: center;
  color: #051829;
  font-weight: 400;
  background: rgb(255 255 255 / 80%);
  width: 400px;
  border-radius: 10px;
  padding: 20px
}

@media (min-width: 320px) and (max-width: 479px) {
  .home-images-block-one .item-left .item-inner .text-content {
    top: unset !important;
    position: relative;
    padding: 10px 0px;
    text-align: center;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    width: 100%;
    background: #eeeeee;
    border-radius: 0px
  }
}

.home-images-block-one .item .item-inner .text-content p {
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #222222;
}

.home-images-block-one .item .item-inner .text-content strong {
  font-weight: 600;
  font-size: 26px;
}

.action.btn-primary {
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  padding: 9px 20px;
  line-height: 22px;
  border-radius: 3px;
  background: #86c910;
  border: 1px solid #86c910;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px
}

.action.btn-primary:hover {
  background: #222222;
  border-color: #222222;
}

@media (max-width: 991px) {
  .home-images-block-one .item .item-inner .text-content {
    top: 10px;
  }

  .home-images-block-one .item .item-inner .text-content strong {
    font-size: 22px;
  }

  .home-images-block-one .item .item-inner .text-content p {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .action.btn-primary {
    padding: 5px 14px;
  }
}

@media (max-width: 767px) {
  .home-images-block-one .item .item-inner .text-content {
    top: 70px;
  }

  .home-images-block-one .item:last-child {
    margin-bottom: 0;
  }

  .home-images-block-one .item {
    width: 100%;
    margin-bottom: 15px;
  }

  .home-images-block-one .item .item-inner .text-content p {
    font-size: 24px;
  }

  .home-images-block-one .item .item-inner .text-content strong {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  .home-images-block-one .item .item-inner .text-content {
    top: 40px;
  }
}

@media (max-width: 379px) {
  .home-images-block-one .item .item-inner .text-content {
    top: 20px;
  }
}

/*******lookbook-section*******/
.home-images-block-two {
  float: left;
  width: 100%;
  clear: both;
  display: block;
  text-align: center;
}

.home-images-block-two .content-main {
  display: block;
  font-size: 0;
}

.home-images-block-two .content-main>a {
  display: block;
  position: relative;
  overflow: hidden;
}

.home-images-block-two .content-main>a>img {
  width: 100%;
  display: block;
}

/**home-images-block-three-main**/
.home-images-block-three {
  float: left;
  width: 100%;
  clear: both;
  display: block;
}

.home-images-block-three .row {
  font-size: 0;
}

.home-images-block-three .item {
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}

.home-images-block-three .item.left {
  width: 41.7%;
}

.home-images-block-three .item.right {
  width: 58.3%;
}

.home-images-block-three .item .item-inner {
  display: block;
  position: relative;
}

.home-images-block-three .item .item-inner .img-responsive {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .home-images-block-three .item.left {
    width: 100%;
    margin-bottom: 15px;
  }

  .home-images-block-three .item.right {
    width: 100%;
  }
}

/** testimonial-block**/
.testimonial-section {
  float: left;
  width: 100%;
  clear: both;
  display: block;
}

.testimonial-section .testimonial-wrapper {
  display: block;
}

.testimonial-section .testimonial-inner {
  margin: 0 auto;
  max-width: 825px;
  display: block;
}

.testimonial-section .testimonial-inner .testimonial-content {
  display: block;
  position: relative;
  font-size: 0;
}

.testimonial-section .testimonial-inner .testimonial-content .testimonial-img {
  display: inline-block;
  width: 165px;
  padding-right: 25px;
  box-sizing: border-box;
  font-size: 14px;
}

.testimonial-section .testimonial-inner .testimonial-content .testimonial-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 15px;
}

.testimonial-section .testimonial-inner .testimonial-content .testimonial-img>strong {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 4px;
}

.testimonial-section .testimonial-inner .testimonial-content .testimonial-img>p {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #262626;
  margin-bottom: 4px;
}

.testimonial-section .testimonial-inner .testimonial-desc {
  display: inline-block;
  padding-left: 75px;
  box-sizing: border-box;
  width: 660px;
  vertical-align: top;
  position: relative;
  padding-top: 16px;
}

.testimonial-section .testimonial-inner .testimonial-desc::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  left: 14px;
  top: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 36px;
  color: #86c910;
}

.testimonial-section .testimonial-inner .testimonial-desc>p {
  font-size: 20px;
  text-align: center;
  color: #262626;
  font-style: italic;
  font-weight: 500;
}

@media (max-width: 991px) {
  .testimonial-section .testimonial-inner {
    max-width: 100%;
  }

  .testimonial-section .testimonial-inner .testimonial-content .testimonial-img {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .testimonial-section .testimonial-inner .testimonial-desc {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
}

/*******
blogpost-block
*******/
.blog-section {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  background: #f4f4f4;
}

.blog-section .blogpost-block {
  float: left;
  width: 100%;
  display: block;
}

.blog-section .blogpost-block .blog-section-inner {
  width: 100%;
  display: block;
}

.blog-section .blogpost-block .blog-section-inner .page_subtitle {
  display: none;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider {
  margin: 0 -15px;
  padding: 0;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-arrow {
  background: #f4f4f4;
  z-index: 1;
  border-radius: 0;
  color: #fecb72;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 35px;
  border: 1px solid #fecb72;
  position: absolute;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-prev {
  top: 50%;
  margin-top: -20px;
  opacity: 1;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-next {
  top: 50%;
  opacity: 1;
  margin-top: -20px;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-prev {
  left: 0;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-next {
  right: 0;
}

.post_format_items>.slick-arrow {
  background: #f4f4f4;
  border-radius: 0;
  color: #fecb72;
  display: inline-block;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 35px;
  border: 1px solid #fecb72;
  position: absolute;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}

.blog_post .slick-prev:hover,
.blog_post .slick-next:hover {
  background: #fecb72;
  color: #ffffff;
  border-color: #fecb72;
}

.post_format_items>.slick-arrow.slick-prev {
  left: 0;
  top: 50%;
  margin-top: -20px;
}

.post_format_items>.slick-arrow.slick-next {
  right: 0;
  top: 50%;
  margin-top: -20px;
}

.post_format_items>.slick-arrow i {
  font-size: 14px;
  line-height: 32px;
  vertical-align: middle;
}

.row.home_blog_post_inner.carousel.slick-initialized.slick-slider>.slick-arrow:hover {
  background: #fecb72;
  color: #ffffff;
  border-color: #fecb72;
}

.post_thumbnail {
  margin-bottom: 0px;
  position: relative;
  overflow: hidden;
}

.post_thumbnail img {
  width: 100%;
  transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
}

.post_thumbnail:hover img {
  transform: scale(1.05);
}

.blog-content {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  padding: 20px;
  text-align: center;
  background: #fff;
}

.blog-content .post_content {
  padding: 0;
}

.blog-content .post-date,
.blog-content .post_meta {
  display: inline-block;
  margin: 0 10px;
}

.blog-content .post-date .date,
.blog-content .post_meta .meta_author,
.blog-content .post_meta .meta_author span {
  margin-bottom: 20px;
  font-size: 12px;
  color: #4c86b8;
  font-weight: 600;
}

.blog_post_content p.meta_author {
  margin: 0 0 3px;
  font-size: 12px;
}

.blog_post_content p.meta_author span {
  font-weight: 600;
  color: #111;
}

.blog_post_content p.meta_category {
  display: none;
}

.blog-content .post_title,
.blog-content .post_content {
  display: block;
  width: 100%;
  float: left;
  margin: 0 0 10px;
}

.blog-content .post_content {
  margin-bottom: 15px;
}

.blog-content .post_title a {
  color: #333;
  font-size: 16px;
  margin: 0px;
  text-transform: uppercase;
  line-height: 24px;
}

.blog-content .post_title a:hover {
  color: #86c910;
}

.blog-content .post_content p {
  line-height: 24px;
  display: block;
  margin-bottom: 0px;
  color: #262626;
  font-size: 13px;
}

.blog-content .content_more {
  display: block;
  text-align: center;
  float: left;
  clear: both;
  padding-top: 0px;
  margin: 0;
  width: 100%;
}

.blog-content .content_more a {
  margin-bottom: 0;
  font-size: 12px;
  padding: 5px 15px;
  font-weight: 500;
  display: inline-block;
  background: #86c910;
  border: 1px solid #86c910;
  color: #333;
  cursor: pointer;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}

.blog-content .content_more a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

@media (max-width: 991px) {
  .ht-home-blogs {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .ht-home-blogs {
    padding-bottom: 0px;
  }
}

@media (max-width: 639px) {
  .ht-home-blogs .content-row {
    margin-right: 0px;
    margin-left: 0px;
  }
}

/*******
brand-section
*******/
.brand-section {
  float: left;
  clear: both;
  width: 100%;
  display: block;
}

.brand-content {
  float: left;
  width: 100%;
  clear: both;
}

.brand-content .brand-row {
  margin-left: -10px;
  margin-right: -10px;
}

.brands-slider {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}

.brands-slider li {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.brands-slider li a {
  display: block;
}

.brands-slider li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.page-manufacturer #wrapper #content-wrapper ul {
  margin: 0 -15px;
  display: block;
  font-size: 0;
}

.page-manufacturer #wrapper #content-wrapper ul .brand {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
  width: 25%;
  text-align: center;
  padding: 0 15px;
  margin: 0 0 15px;
  box-shadow: none;
  min-width: auto;
}

.page-manufacturer #wrapper #content-wrapper ul .brand .brand-img {
  width: 100%;
  display: block;
  border: 1px solid #e1e1e1;
  margin-bottom: 10px;
}

.page-manufacturer #wrapper #content-wrapper ul .brand .brand-img a {
  display: block;
}

.page-manufacturer #wrapper #content-wrapper ul .brand .brand-img a>img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.page-manufacturer #wrapper #content-wrapper ul .brand .brand-products {
  display: block;
}

@media (max-width: 991px) {
  .page-manufacturer #wrapper #content-wrapper ul .brand {
    width: 33.33%;
  }
}

@media (max-width: 767px) {
  .page-manufacturer #wrapper #content-wrapper ul .brand {
    width: 50%;
  }
}

@media (max-width: 379px) {
  .page-manufacturer #wrapper #content-wrapper ul .brand {
    width: 100%;
  }
}

/******
footer
*****/
#footer.footer-type4 {
  display: block;
  float: left;
  width: 100%;
  clear: both;
  padding-top: 0;
  margin-top: 35px;
  background: #fff;
}

#footer.footer-type4 .footer-before {
  float: left;
  width: 100%;
  clear: both;
}

body#checkout #footer {
  clear: both;
}

/*footer-top*/
#footer.footer-type4 .footer-top {
  padding-top: 25px;
  padding-bottom: 25px;
  display: block;
  background: #212121;
  float: left;
  width: 100%;
  clear: both;
}

#footer.footer-type4 .footer-top .block_newsletter {
  display: block;
  width: 100%;
  float: left;
  clear: both;
  border: none;
  margin: 0;
  font-size: 0;
  padding: 0 15px;
  max-width: 100%;
  background: transparent;
}

#footer.footer-type4 .footer-top .block_newsletter .newsletter-title {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 50%;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
  float: none;
}

#footer.footer-type4 .footer-top .block_newsletter .newsletter-title::before {
  content: "\f1d9";
  font-family: FontAwesome;
  font-size: 22px;
  font-weight: 500;
  margin-right: 20px;
}

#footer.footer-type4 .footer-top .block_newsletter .footer-block-toggle-content {
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  width: 50%;
  float: none;
}

#footer.footer-type4 .footer-top .block_newsletter .footer-block-toggle-content form {
  float: none;
  max-width: 100%;
  width: auto;
  margin: 0;
}

#footer.footer-type4 .footer-top .block_newsletter form .condition {
  padding: 0;
}

#footer.footer-type4 .footer-top .block_newsletter form input[type="email"] {
  margin: 0;
  height: 40px;
  box-sizing: border-box;
  width: 100%;
  border-color: #e1e1e1;
  background: #ececec;
  color: #000;
  outline: none;
  padding: 7px 10px;
  text-align: center;
}

#footer.footer-type4 .footer-top .block_newsletter form input[type="email"]::placeholder {
  color: #333333;
  opacity: 0.9;
}

#footer.footer-type4 .footer-top .block_newsletter form .btn.btn-primary {
  width: auto;
  margin-left: 18px;
  white-space: nowrap;
  border-radius: 3px;
  color: #ffffff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  border: none;
  padding: 5px 15px;
  min-width: 170px;
  height: 40px;
}

#footer.footer-type4 .footer-top .block_newsletter form .btn.btn-primary:focus,
#footer.footer-type4 .footer-top .block_newsletter form .btn.btn-primary:active {
  color: #ffffff;
}

#footer.footer-type4 .footer-top .block_newsletter form .btn.btn-primary:hover {
  color: #fff;
}

#footer.footer-type4 .footer-top .block_newsletter form p {
  color: #ffffff;
  margin-bottom: 0;
  max-width: 100%;
  padding-top: 0.625rem;
}

/*footer-container*/
#footer.footer-type4 .footer-container {
  float: left;
  width: 100%;
  clear: both;
  padding: 70px 0 0;
  margin: 0;
  box-shadow: none;
}

#footer.footer-type4 .footer-container .links {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 25px;
}

#footer.footer-type4 #block_myaccount_infos {
  width: 25%;
}

#footer.footer-type4 .block-contact.links {
  width: 25%;
}

#footer.footer-type4 .block-contact.links .contact-info {
  position: relative;
  margin-bottom: 16px;
  color: #555;
  font-weight: 500;
  display: block;
  font-size: 15px;
  padding-left: 0;
}

#footer.footer-type4 .block-contact.links .contact-info .icon {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  color: #86c910;
  font-size: 16px;
  width: 16px;
  text-align: center;
}

#footer.footer-type4 .block-contact.links .contact-info .contact-label {
  font-weight: 600;
  font-size: 15px;
  display: block;
  margin-bottom: 4px;
  text-transform: uppercase;
  color: #333333;
}

#footer.footer-type4 .block-contact.links .contact-info a:hover {
  padding: 0;
}

#footer.footer-type4 .footer-container .h3.hidden-sm-down,
#footer.footer-type4 .footer-container .myaccount-title,
#footer.footer-type4 .footer-container .block-contact-title {
  color: #222222;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px;
}

#footer.footer-type4 .footer-container .footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

#footer.footer-type4 .footer-container .footer-links>li {
  display: block;
  margin-bottom: 9px;
}

#footer.footer-type4 .footer-container .footer-links>li>a {
  color: #555;
  font-weight: 500;
  display: block;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  padding-left: 0;
}

#footer.footer-type4 .footer-links>li>a:hover {
  color: #86c910;
  text-decoration: none;
  padding-left: 8px;
}

/*footer bottom*/
#footer.footer-type4 .footer-bottom {
  float: left;
  width: 100%;
  clear: both;
  padding: 0;
  display: block;
  border-top: 1px solid #ccc;
}

#footer.footer-type4 .footer-bottom .footer-bottom-inner {
  padding: 28px 0;
  display: block;
  clear: both;
  font-size: 0;
}

#footer.footer-type4 .footer-bottom .footer-bottom-inner .inner-left {
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  box-sizing: border-box;
  width: 50%;
}

#footer.footer-type4 .footer-bottom .footer-bottom-inner .inner-right {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
  box-sizing: border-box;
  width: 50%;
}

#footer.footer-type4 .footer-bottom .footer-bottom-inner .copyright {
  font-size: 14px;
  color: #555;
  font-weight: 500;
  margin: 0;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}

#footer.footer-type4 .footer-bottom .footer-bottom-inner .copyright a {
  color: #555;
}

#footer.footer-type4 .footer-bottom .footer-payment-icon {
  font-size: 14px;
  text-align: right;
  color: #555;
  font-weight: 500;
  margin: 0;
}

#footer.footer-type4 .footer-bottom .footer-payment-icon>li {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 0;
  position: relative;
  margin-left: 10px;
}

#footer.footer-type4 .footer-bottom .footer-payment-icon>li>a {
  display: block;
  padding: 0 3px;
  box-sizing: border-box;
  color: #555;
  font-size: 28px;
  line-height: 30px;
  text-decoration: none;
  transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -webkit-transition: all 0.2s ease-in 0s;
}

#footer.footer-type4 .footer-bottom .footer-payment-icon>li>a:hover {
  color: #555;
  text-decoration: none;
}

#footer.footer-type4 .footer-bottom .footer-payment-icon>li:last-child>a {
  padding-right: 0;
}

.block-contact .collapse {
  display: inherit;
}

.block-contact .collapse.in {
  display: block;
}

.contactinfo-section .footer-links-column .footer-column-content .content>p {
  margin-bottom: 25px;
  position: relative;
  color: #ffffff;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.contact-rich {
  background: #f9f9f9;
  padding: 15px;
}

#contact .contact-rich .block a {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}

.footer-links-column .footer-column-content .footer-social-icon {
  display: block;
  float: left;
  margin: 0;
}

.footer-links-column .footer-column-content .footer-social-icon li {
  display: inline-block;
  margin: 0;
  padding-right: 5px;
}

.footer-links-column .footer-column-content .footer-social-icon li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  background-color: #191919;
  font-size: 16px;
}

.footer-links-column .footer-column-content .footer-social-icon li a:hover {
  background-color: #86c910;
}

.contactinfo-section .footer-links-column .footer-colum-title {
  display: block;
  position: relative;
  margin-bottom: 32px;
}

input::-moz-placeholder,
textarea::-moz-placeholder,
input:active::-moz-placeholder,
textarea:active::-moz-placeholder {
  color: #888;
}

.column-content {
  display: block;
  color: #ffffff;
}

.column-content .contact-info {
  display: block;
}

.column-content .contact-info .item {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.column-content .contact-info .item .icon-span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 24px;
}

.column-content .contact-info .item .text-span {
  display: block;
  padding-left: 28px;
  line-height: 24px;
}

.column-content .contact-info .item .text-span a {
  color: #ffffff;
}

.column-content>p {
  margin-bottom: 15px;
  color: #ffffff;
}

.column-content .block.newsletter {
  width: 100%;
  margin: 0;
}

.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}

.block.newsletter .form.subscribe {
  display: table;
  width: 100%;
}

.column-content .block.newsletter .field.newsletter {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}

.block.newsletter .field .control {
  text-decoration: none;
  display: block;
}

.column-content .block.newsletter .field.newsletter .control input {
  padding-left: 15px;
  height: 40px;
  border-color: #ffffff;
  color: #333333;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 1px;
  font-size: 14px;
  padding: 0 9px;
  width: 100%;
  box-sizing: border-box;
}

.column-content .block.newsletter .actions {
  display: block;
  width: auto;
}

.condition {
  color: #ffffff;
  padding-top: 15px;
  font-size: 12px;
}

/*logo social*/
#footer .footer-text-content {
  display: block;
  clear: both;
  padding: 0 15px;
}

#footer .footer-text-content .logo-socials {
  display: block;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid #ccc;
}

#footer .footer-text-content .logo-socials .footer-logoo {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

#footer .footer-text-content .logo-socials .footer-logoo>a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
  position: relative;
}

#footer .footer-text-content .logo-socials .footer-logoo>a>img {
  max-width: 100%;
  display: block;
  height: auto;
}

#footer .footer-text-content .logo-socials p {
  display: block;
  max-width: 625px;
  margin: 0 auto;
  color: #262626;
  font-weight: 500;
  font-size: 14px;
}

#footer .footer-text-content .logo-socials>ul {
  list-style: none;
  padding: 0;
  margin: 0 -3px 0;
  display: block;
}

#footer .footer-text-content .logo-socials>ul>li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 4px;
}

#footer .footer-text-content .logo-socials>ul>li>a {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #333;
  color: #333333;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
}

#footer .footer-text-content .logo-socials>ul>li>a:hover {
  color: #ffffff;
  background-color: #86c910;
  border-color: #86c910;
  text-decoration: none;
}

@media (max-width: 991px) {
  #footer.footer-type4 .footer-bottom .footer-logo {
    margin-right: 7px;
  }

  #footer.footer-type4 .footer-top .block_newsletter .newsletter-title {
    width: 100%;
    margin-bottom: 25px;
  }

  #footer.footer-type4 .footer-top .block_newsletter .footer-block-toggle-content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #footer.footer-type4 .footer-top {
    padding: 20px 0;
  }

  #footer.footer-type4 .footer-container {
    padding: 20px 0 0;
  }

  #footer.footer-type4 .footer-container .links {
    width: 100%;
    margin: 0;
  }

  #footer.footer-type4 .block-contact.links {
    width: 100%;
    padding: 0;
  }

  #footer.footer-type4 #block_myaccount_infos {
    width: 100%;
    margin: 0 0 25px;
  }

  #footer.footer-type4 .footer-container .links .title {
    color: #86c910;
    font-weight: 700;
    font-size: 20px;
    border-bottom: none;
    padding: 5px 15px;
  }

  #footer.footer-type4 .footer-container .links .title:hover span {
    color: #86c910;
  }

  #footer.footer-type4 .footer-container .navbar-toggler {
    width: 22px;
    height: 22px;
    padding: 0;
    font-size: 22px;
    line-height: 22px;
    color: #333;
  }

  #footer.footer-type4 .footer-container .links ul,
  #footer.footer-type4 .footer-column-content {
    background-color: transparent;
    padding: 0 15px;
  }

  #footer.footer-type4 .footer-container .links ul>li {
    border-bottom: none;
    padding: 5px 0;
    margin: 0;
  }

  #footer.footer-type4 .footer-container .links ul>li:hover a {
    color: #86c910;
  }

  #footer.footer-type4 .footer-bottom .content-main {
    padding: 18px 0;
  }

  #footer.footer-type4 .footer-container .footer-links {
    padding: 0 15px;
  }

  #footer.footer-type4 .footer-bottom .footer-bottom-inner .inner-left {
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }

  #footer.footer-type4 .footer-bottom .footer-logo {
    margin-right: 0;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  #footer.footer-type4 .footer-bottom .footer-bottom-inner .copyright {
    display: block;
  }

  #footer.footer-type4 .footer-bottom .footer-bottom-inner .inner-right {
    width: 100%;
  }

  #footer.footer-type4 .footer-bottom .footer-payment-icon {
    text-align: center;
  }

  #footer.footer-type4 .footer-top .block_newsletter .footer-block-toggle-content form .subscribe-block {
    max-width: 100%;
  }

  #footer.footer-type4 .footer-top .block_newsletter form .btn.btn-primary {
    min-width: 90px;
  }

  #footer.footer-type4 .footer-top .block_newsletter .footer-block-toggle-content p {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer-links-column .footer-column-content .footer-social-icon li {
    margin-top: 5px;
  }

  .block-contact .collapse {
    display: none;
  }

  .block-contact-tog {
    display: none;
  }

  .contactinfo-section .footer-links-column .footer-colum-title>h3:hover,
  .contactinfo-section .footer-links-column .footer-colum-title>h3:hover:after {
    color: #86c910;
    cursor: pointer;
  }

  .contactinfo-section {
    width: 100%;
    margin-bottom: 15px;
    border: none;
  }

  .contactinfo-section .footer-links-column .footer-colum-title>h3::after {
    display: none;
  }

  .contactinfo-section .footer-links-column .footer-colum-title>h3 {
    padding: 9px 0;
    margin-bottom: 8px;
    font-size: 16px;
  }

  .contactinfo-section .footer-links-column .footer-column-content .content>p {
    margin-bottom: 8px;
  }

  #main .page-footer {
    margin-bottom: 0;
  }

  #footer .footer-text-content .logo-socials {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  #footer.footer-type4 .footer-bottom .footer-bottom-inner {
    padding: 15px 0;
  }
}

@media (max-width: 639px) {
  #footer.footer-type4 .footer-container .links .title {
    font-size: 16px;
    font-weight: 600;
    padding: 5px 15px;
  }

  #main .page-footer .account-link {
    margin-right: 0;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
  }

  #main .page-footer .account-link:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 479px) {
  #footer.footer-type4 .footer-top .block_newsletter form input[type="text"] {
    min-width: 100%;
  }

  #footer.footer-type4 .footer-top .block_newsletter form .btn.btn-primary {
    min-width: unset;
  }

  #footer.footer-type4 .footer-top .block_newsletter .newsletter-title {
    margin-bottom: 15px;
  }

  #footer.footer-type4 .footer-top .block_newsletter .newsletter-title h2 {
    font-size: 16px;
  }
}

#products .row.products-selection {
  border: 1px solid #e1e1e1;
}

.wishlist-footer-links>a {
  color: #222222;
}

.wishlist-footer-links>a:hover {
  color: #86c910;
}

#module-blockwishlist-lists .wishlist-container .wishlist-container-header .wishlist-add-to-new,
#module-blockwishlist-lists .wishlist-container .wishlist-container-header .wishlist-add-to-new i {
  color: #222222;
}

#module-blockwishlist-lists .wishlist-container .wishlist-container-header .wishlist-add-to-new:hover,
#module-blockwishlist-lists .wishlist-container .wishlist-container-header .wishlist-add-to-new:hover i {
  color: #86c910;
}

.wishlist-list .wishlist-list-item:hover .wishlist-list-item-title {
  color: #86c910;
}

.wishlist-product-right .wishlist-product-combinations a:hover {
  color: #86c910;
}

@media (min-width: 576px) and (max-width: 767px) {
  #view .ht-main-content #wrapper .container {
    width: 540px;
    max-width: 100%;
  }
}

@media (max-width: 575px) {
  #view .ht-main-content #wrapper .container {
    float: left;
    width: 100%;
    clear: both;
    display: block;
  }

  .wishlist-products-container-header .sort-by-row {
    min-width: 100%;
  }

  .products article .wishlist-button-add {
    top: 110px !important;
  }
}

@media (min-width: 575px) {
  #products .products-grid .products .product-item.list-view {
    width: 50%;
    display: inline-flex;
  }

}

.pagination .page-list {
  background: #f9f9f9;
}

a.thumbnail.product-thumbnail:after {
  background: #ffffff !important;
}

.brand-infos img,
.page-manufacturer #wrapper #content-wrapper ul .brand .brand-products {
  display: none;
}

#subcategories ul li {
  width: calc(100% / 3 - 20px);
  min-width: 300px;
}

.text-muted {
  color: #505050 !important;
}

#pagenotfound .page-content #search_widget {
  overflow: hidden;
}

body#checkout section.checkout-step .payment-options .payment-option {
  padding: 10px;
  background: #ffffff;
  box-shadow: 1px 1px 3px 1px #cdcdcd;
}

body#checkout section.checkout-step .payment-options .payment-option:hover {
  background: #f9f9f9;
}

body#checkout section.checkout-step .payment-options .payment-option p {
  padding: 0px;
  margin: 0px;
}

body#checkout section.checkout-step .payment-options .payment-option span {
  margin-top: 5px;
  color: #4a4a4a;
  font-weight: 500;
}

body#checkout section.checkout-step .payment-options .payment-option span.custom-radio input[type="radio"]:checked+span {
  margin: 0px;
}

body#checkout section.checkout-step .step-title {
  border: none;
  font-size: 1rem;
}

.blockreassurance_product>div:nth-child(3) {
  border: none;
}

div#payment-confirmation {
  margin-top: 20px;
}

#cms .layout_layout4 .mm_menus_ul .mm_menus_li,
#cms .page-cms p,
.page-cms li {
  margin: 0px;
}

#header.header-type4 .contact-cxp {
  color: #404040;
  margin-left: 30px;
  padding: 22px 0;
  position: relative;
  float: right;
  font-size: 18px;
  margin-bottom: 0px;
  display: inline-flex;
}

.brands-slider .owl-wrapper {
  display: inline-flex !important;
  align-items: center;
}

.brand-section .owl-carousel .owl-item {
  padding: 0 30px
}

#cart .alert-danger {
  display: block;
  float: right;
  width: 100%;
  clear: both;
  margin-top: 20px;
  margin-bottom: 0px;
}

textarea#contactform-message {
  min-height: 150px;
}

h2,
.h2 {
  font-size: 1rem;
}

.block-category .block-category-inner #category-description p,
.block-category .block-category-inner #category-description .page-content.page-cms ul,
.page-content.page-cms .block-category .block-category-inner #category-description ul {
  margin-bottom: 10px;
}

.product-line-actions .qty {
  padding-right: 0px;
}

.cart-grid-body .card-block h1 {
  font-size: 1.2rem;
}

#products .products-grid .product-item.list-view .product-miniature .product-description .product-short-desc {
  padding-right: 20px;
  display: none;
}

#product .product-description ul {
  list-style: disc;
  padding-left: 2rem;
  margin-bottom: 1rem;
  display: block;
}

#cart .product-line-grid-left img {
  height: 60px;
}

.ui-autocomplete.searchbar-autocomplete {
  border-radius: 0px 0px 3px 3px;
  box-shadow: 1px 5px 5px #a1a1a1;
}

.product-discounts>.table-product-discounts tbody tr td,
.product-discounts>.table-product-discounts thead tr th {
  padding: 3px 5px 3px 0px;
  background: transparent;
  border: none;
  width: auto
}

.product-discounts>.table-product-discounts,
.product-discounts>.table-product-discounts tbody tr:nth-of-type(even) {
  background-color: #f6f6f6;
}

.hiaddtocart .bootstrap-touchspin input.hi-quantity {
  font-weight: normal;
}

.form-group .alert {
  margin-bottom: 0px
}

#checkout-personal-information-step .content a {
  color: #7dbd42;
  font-weight: 600;
  margin-bottom: -1px;
  border-radius: 5px 5px 0 0;
}

#block-group-company .form-control-comment,
#block-group-vat_number .form-control-comment,
#block-group-ean_num .form-control-comment {
  display: none
}

#checkout .cart-grid-body {
  opacity: 0
}

.page-customer-account #content .no-account a {
  font-weight: 600
}

.cart-grid-body .cart-overview {
  padding: 0.5rem;
}

.forgotten-password .form-fields label.required {
  width: 160px;
}

#header.header-type4 .header-nav #_desktop_user_info .user-info>.account {
  color: #86c910;
}

.register-form a {
  color: #86c910;
  font-weight: 500;
}

button#send-reset-link {
  margin-left: 10px;
}

p.alert.alert-success.block_newsletter_alert {
  color: #212121 !important;
  display: block;
  background: #a0c958;
  border: none;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
  clear: both;
  margin-top: 10px;
  display: inline-block;
  width: 100%;
}

body#checkout section.checkout-step .delivery-options .delivery-option {
  min-height: 80px;
  padding: 0.9375rem 0;
  margin-bottom: 0.9375rem;
  border: 1px solid #ddd;
  background: #ffffff
}

.carrier-price {
  color: #3bb42e;
  font-weight: 600
}

a.datasheet {
  display: inline-block;
  padding: 0.7rem 3.5rem;
  background: #f9f9f9 url(/img/pdf-download.png) no-repeat left 3px center;
  border: 1px solid #ddd;
  clear: both;
  margin-top: 1rem;
  border-radius: 3px;
  color: #5e5e5e
}

.product-information .manufacturer-logo {
  padding: 0px;
  margin: 0;
  height: 40px
}

div#block-group-id_gender {
  display: none
}

.ui-menu .ui-menu-item {
  border-top: 1px solid #eeeeee
}

p.product-minimal-quantity.js-product-minimal-quantity {
  margin-top: 10px;
  font-weight: 500;
}

.product-discounts>.table-product-discounts tbody tr, .product-discounts>.table-product-discounts, .product-discounts>.table-product-discounts tbody tr:nth-of-type(even) {
  background: white;
  font-size: 1rem
}

.percentage-discount {
  background: #fff190;
  color: #222;
  min-width: 3rem;
  padding: 0 3px;
  display: block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
}
.product-discounts{
  margin: 0px;
}
.product-add-to-cart.js-product-add-to-cart {
  padding: 2rem 0px 0px;
  border-top: 1px solid #ddd;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.product-flags .out_of_stock {
  background: #df6969 !important;
  color: #ffffff !important;
  border: none !important;
}

.product-flags .discount {
  background: #86c910 !important;
  color: #ffffff !important;
}

/* quick view hide hack */
.products-grid .products .product-item .product-miniature:hover .thumbnail-container .product-image-block .highlighted-informations,
#products .products-grid .products .product-item .product-miniature:hover .thumbnail-container .product-image-block .highlighted-informations {
  display: none !important
}
.product-miniature .thumbnail-container .product-reference{
  position: absolute;
  margin-top: -32px;
  left: 0;
}
.product-miniature .thumbnail-container .product-reference span {
  padding: 2px 0px 2px 10px;
  color: #505050;
}
.reference-brand-section .product-reference label{
font-size: 14px;
}
.reference-brand-section .product-reference span{
font-weight: 600;
}
.row.reference-brand-section {
  padding-bottom: 1rem;
  background: #f9f9f9;
  border-radius: 5px;
  padding-top: 1rem;
  border: 1px solid #ddd;
  margin: 0px;
}
#main .page-content {
  margin-bottom: 0.5rem;
}
p.payment_module img {
  height: 32px;
}
label.js-termss a {
  color: #86c910;
  text-decoration: underline;
}
section#content-hook_order_confirmation .card-block a {
  color: #86c910;
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.youtube iframe, .youtube object, .youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-item.list-view .product-miniature .thumbnail-container .product-reference{
  bottom: 0;
}
.tab-content .product-manufacturer {
  display: inline-block;
}
#cart .blockreassurance_product,
#checkout .blockreassurance_product {
  padding: 1rem;
  border: none;
  border-radius: 5px;
  background: #f7f7f7;
}
.mm_block_type_image .ets_mm_block_content img{
  height: 120px;
}
.item_has_img .ets_item_img{
  border: none !important;
}
body#checkout .ets_mm_megamenu.layout_layout4{
  display: none;
}
@media (min-width: 1300px) {
  .container {
    width: 1320px;
    max-width: 100%;
  }
  .home-images-block-one .container,
  .home-images-block-two .container,
  .home-images-block-three .container {
    padding: 0px;
  }
}

/* @media (min-width: 1300px) {
  .container {
    width: 1230px;
    max-width: 100%;
  }
} */
/* @media (min-width: 1400px) {
  .container {
    width: 1470px;
    max-width: 100%;
  }
} */

div#presta_nav1_buyagain a.btn.btn-outline-primary {
    color: white !important;
    background-color:#24b9d7;
    line-height:1.75 !important
}
