html,
body {
  overflow-x: hidden!important;
  max-width: 100%!important;
}
body#category .listing-top-bar {
  display: none;
}
  #menu ul.nav > li > a {
  text-transform: uppercase;
}
img {
  max-width: 100%;
}
nav#top > div > ul > li {
  font-size: 12px;
}
body#category .product-list_wrapp .product-layout div.product-info > .button-group a {
  font-size: 15px;
  font-weight: 300;
  text-transform: lowercase;
}
body#category .product-list_wrapp .product-layout div.product-info > .caption h4 {
  margin: 0;
}
body#category .category-description {
  font-size: 15px;
  color: #777777;
  font-weight: 300;
  font-family: Roboto;
  clear: both;
  margin-bottom: 0;
}
a:hover {
  cursor: pointer;
}
.hidden {
  display: none!important;
}
#product-product .main_right-column .product_info-cols .product_prices li h2 {
  font-size: 22px;
}
#product-product .main_right-column .product_micro-info li:last-child, #product-product .main_right-column .product_prices li:last-child {
  display: block;
}
.stock-info {
  color: #777;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
.btn-primary {
  cursor: pointer;
}
.product_description {
  font-size: 15px;
  color: #eee;
  font-weight: 300;
  font-family: Roboto;
}
.product_description i {
  color: #777;
}
.add-to-cart button {
  background: url(../image/add_to_cart_pattern.png) center center no-repeat;
  border-radius: 0;
  background-size: cover;
  outline: none;
  border: 0px;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 15px;
  cursor: pointer;
}
.btn-primary {
  font-size: 18px;
  font-family: Roboto;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 15px;
}
#search .input-group-btn .fa.fa-search {
  cursor: pointer;
}
#cart .fa.fa-shopping-cart {
  cursor: pointer;
}
@media only screen and (max-width: 1400px) {
  .logo, footer span.like-logo, header h1 {
    font-size: 25px;
    line-height: 44px;
  }
  #menu ul.nav > li:not(:last-child) {
    padding-right: 30px;
  }
}
.image-additional .thumbnail img {
  max-width: 170px;
}
body#category .product-list_wrapp .product-layout div.product-info > .caption h4 a {
  transition: all 0.5s;
}
#product-product .main_left-column .thumbnails > li:not(:last-child) {
  margin-right: 16px;
}
#product-product .main_left-column .thumbnails > li:nth-child(4) {
  margin-right: 0;
}
body#category .product-list_wrapp .product-layout div.product-info > .button-group a:after {
  right: 20px;
  transition: all 0.3s;
}
body#category .product-list_wrapp .product-layout div.product-info > .button-group:hover a:after {
  right: 10px;
  transition: all 0.3s;
}
body#category .product-list_wrapp .product-layout div.product-info > .button-group a:before {
  right: 10px;
  transition: all 0.3s;
}
body#category .product-list_wrapp .product-layout div.product-info > .button-group:hover a:before {
  right: 0px;
  transition: all 0.3s;
}
body#category .product-list_wrapp .product-layout div.image a img {
  transition: all 0.5s;
}
body#category .product-list_wrapp .product-layout div.image:hover a img {
  transform: scale(1.03);
  transition: all 0.5s;
}
body#index #common-home .homepage-banner .html-text-inner a {
  background: none;
  position: relative;
  text-transform: lowercase;
  font-size: 15px;
  color: #d3a940;
}
body#index #common-home .homepage-banner .html-text-inner a:before {
  content: "";
  right: 5px;
  font-size: 0px;
  top: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #d3a940;
  border-bottom: 5px solid transparent;
  transition: all 0.3s;
}
body#index #common-home .homepage-banner .html-text-inner a:hover:before {
  right: -5px;
  transition: all 0.3s;
}
body#index #common-home .homepage-banner .html-text-inner a:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #d3a940;
  right: 15px;
  position: absolute;
  top: 10px;
  transition: all 0.3s;
}
body#index #common-home .homepage-banner .html-text-inner a:hover:after {
  right: 5px;
  transition: all 0.3s;
}
body#index #common-home .homepage-banner:not(:last-child) {
  margin-bottom: 100px;
}
body#index #common-home .homepage-banner:last-child {
  margin-bottom: 100px;
}


#index .container-megamenu,
#index .container-megamenu .container {
  position: relative;
  top: -60px;
}
.menu-bg.with-sub-menu.hover.active,
ul.megamenu > li:hover > a,
ul.megamenu > li:focus {
  background: transparent!important;
}
.menu-text,
.menu-text p {
  font-size: 14px!important;
  font-family: Roboto!important;
  max-width: 800px;
  text-align: center;
  margin: 30px auto 0;
}
ul.megamenu .sub-menu .content > .border {
  display: none!important;
}
.sub-menu .content {
  background: #202020!important;
  border: none!important;
}
.dormitoare li {
  width: 24%;
  margin: 0;
}
.static-menu .menu {
  display: none;
}
.living li {
  width: 24%;
}
.dining li {
  width: 32%;
}
.lighting li {
  width: 32%;
}
.office li {
  width: 24%;
}
.aquaclass li {
  width: 24%;
}
#category .container-megamenu,
#category .container-megamenu .container,
#other .container-megamenu,
#other .container-megamenu .container {
   top: -80px;
   position: relative;
 }
 body#category .subcategories > div ul {
   display: block; }
 .col-sm-3 {
   display: inline-block!important;
   max-width: 25%!important;
   float: left!important;
}
.col-sm-6 {
  float: left!important;
}
.subcat-thumb {
  margin-bottom: 30px;
}
.subcat-thumb a {
  text-transform: uppercase;
}
.img-thumbnail {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.swiper-viewport .swiper-slide .banner-title {
  position: relative;
  text-transform: uppercase;
}
body#category .bottom-pagination .text-left {
  display: none;
}
ul.megamenu > li {
  background: none!important;
}
ul.breadcrumb {
  margin: 20px 0 0 0;
  text-transform: uppercase;
}
body#category .category-description p {
  padding-top: 30px;
}
body#category .category-image-wrapper div.bg {
  top: 90px;
  right: -65px;
  left: -65px;
  background: url(../image/slider-bg.png) no-repeat;
  position: absolute;
  z-index: 1;
  bottom: 15px;
}
.subcat-thumb img:hover {
  transform: scale(1.03);
  transition: all 0.5s;
}
#product-product .main_left-column .product_main-image > .bg {
  top: 35px;
  right: 15px;
  bottom: 35px;
}
.subcategory img {
  transform: scale(1);
  transition: 0.5s;
  display: block;
}
.subcategory img:hover {
  transform: scale(1.03);
  transition: 0.5s;
}
.product_description .table-bordered,
.product_description .table-bordered td {
  border: none;
}
#product-product #product .form-group:not(.add-to-cart_form-group) > div {
    top: 20px;
    position: relative;
}
#product-product #product .form-group:not(.add-to-cart_form-group) > div > div > label {
    font-size: 10px;
}
@media only screen and (max-width: 1280px) {
  #index .container-megamenu, #index .container-megamenu .container {
    max-width: 910px;
    left: 22px;
}
#category .container-megamenu, #category .container-megamenu .container {
    max-width: 910px;
    left: 22px;
}
#other .container-megamenu .container {
    left: 162px;
}
}
.product-related_bottom-info button {
  border-radius: 0;
  background: url(../image/add_to_cart_pattern.png) center center no-repeat;
  background-size: cover;
  outline: none;
  border: 0px;
  font-size: 18px;
  font-family: Roboto;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 15px;
}
#product-product #product .options-tabs {
    display: flex;
    padding-bottom: 5px;
}
.swiper-container {
  overflow: visible;
}
.swiper-slide.text-center.swiper-slide-duplicate-active.swiper-slide-duplicate.swiper-slide-active.swiper-slide-duplicate-prev {
  width: 100%!important
}
.responsive ul.megamenu > li.active > a {
  background: none!important;
}

body#index > .swiper-viewport {
  clear: both;
}
#index .swiper-viewport {
  top: -80px;
}
.product_description .table.table-bordered td {
  width: 50%!important;
}
#category .price-group {
  display: none;
}
body#category .product-list_wrapp .product-layout div.product-info {
  flex-direction: row;
}
@media only screen and (max-width: 768px) {
  #index .swiper-viewport {
    top: 0px;
}
  body#category .subcategories > div ul {
    display: inherit;
  }
  body#category .subcategories > div ul li, body#category .listing-top-bar > div {
    width: auto;
    display: inherit;
    max-width: 100%;
  }
  .product_description .table.table-bordered td {
    width: 100%!important;
    display: table;
  }
  .product_description {
    font-size: 15px;
    color: #eee;
    padding: 0 10px;
    font-weight: 300;
    font-family: Roboto;
}
.navbar-header .navbar-toggle {
    border-bottom: 4px solid #fff;
    width: 40px;
    position: absolute;
    right: 40px;
    top: -128px;
}
.navbar-header .navbar-toggle:before {
  content: "";
  border-bottom: 4px solid #fff;
  top: -10px;
  width: 40px;
  left: 0;
  position: absolute;
}
.navbar-header .navbar-toggle:after {
  content: "";
  border-bottom: 4px solid #fff;
  top: 10px;
  width: 40px;
  left: 0;
  position: absolute;
}
.megamenu-wrapper {
  background: #222!important;
}
#category .container-megamenu, #category .container-megamenu .container, #other .container-megamenu, #other .container-megamenu .container {
  top: 0!important;
}
.subcategory img {
  display: none;
}
.subcategory li {
  width: 100%!important;
}
.menu-text, .menu-text p {
  font-size: 14px!important;
  font-family: Roboto!important;
  max-width: 800px;
  text-align: justify;
  margin: 0;
}
.responsive ul.megamenu > li.active .close-menu:before {
  color: #fff!important;
}
}
