/*  Colors variables global*/
/*  Font family */
/*  HEADER  */
/*  primary */
/*  Breadcumbs  */
/*  Toolbar */
/*  Table   */
/*  Footer */
/*  Catalog Grid View    */
/*  Catalog Details View    */
@-webkit-keyframes fadeOutfadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeOutfadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutfadeIn1 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadeOutfadeIn1 {
  0% {
    opacity: 0;
  }

  25% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}
.price-slider {
  color: #969696;
  height: 6px;
  position: relative;
  margin: 10px 0 10px 0px;
  float: left;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  touch-callout: none;
  background: #c9c9c9;
}
.price-slider .price-slider-handle {
  height: 16px;
  width: 16px;
  position: absolute;
  top: -5px;
  cursor: pointer;
  border: 2px solid #333333;
  background: white;
  z-index: 2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.price-slider .price-slider-handle:before {
  background: #333333;
  content: "";
  height: 8px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.price-slider .price-slider-span {
  background: #333333;
  height: 2px;
  position: absolute;
  top: 2px;
}

.layer-price {
  text-align: right;
}

div.ajax_loading_tab {
  background-position: center center;
  background-color: #000;
  height: 45px;
  width: 45px;
  background-repeat: no-repeat;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 9999;
  display: none;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.arw_tab_slider {
  margin-top: 0;
  position: relative;
  text-align: inherit;
  /*min-height: 150px;*/
}
.arw_tab_slider .slider-tab {
  margin-bottom: 2em;
  text-align: center;
}
.arw_tab_slider .slider-tab li {
  display: inline-block;
  line-height: 1em;
  font-size: 1em;
  color: #969696;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 1px;
}
.arw_tab_slider .slider-tab li.active {
  color: #333333;
}
.arw_tab_slider .slider-tab li + li {
  padding-left: 10px;
  margin-left: 10px;
  position: relative;
}
.arw_tab_slider .slider-tab li + li:before {
  position: absolute;
  content: "";
  border-left: 1px solid #dddddd;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
@media (max-width: 480px) {
  .arw_tab_slider .slider-tab li {
    margin-bottom: 4px;
    display: block !important;
    text-align: center;
  }
  .arw_tab_slider .slider-tab li a {
    width: 270px;
  }
}

.hidden-title-product-tab .arw_tab_slider .slider-tab {
  display: none;
}

.tab-control-highlight-font .arw_tab_slider .slider-tab {
  font-family: "Playfair Display", serif;
}

.product-tab-list-mini .products-list .configurable-swatch-list {
  display: none;
}
.product-tab-list-mini .products-list .arw-product-labels .arw-product-label {
  border-width: 2px;
  font-weight: 700;
}
.product-tab-list-mini .products-list .arw-product-labels .arw-product-label + .product-sale-label {
  top: 35px;
}
.product-tab-list-mini .products-list .arw-product-labels .product-sale-label {
  left: 5px;
  right: auto;
}
.product-tab-list-mini .products-list .inner-item {
  float: left;
  width: 100%;
  overflow: hidden;
}
.product-tab-list-mini .products-list .outer-image {
  border-width: 3px;
  width: 25%;
}
.product-tab-list-mini .products-list .product-name {
  font-size: 1em;
  font-weight: normal;
}
.product-tab-list-mini .products-list .rating-links,
.product-tab-list-mini .products-list .image-overlay,
.product-tab-list-mini .products-list .link-quickview {
  display: none;
}
.product-tab-list-mini .products-list .product-shop {
  width: 75%;
  padding-left: 20px;
}
.product-tab-list-mini .products-list .desc.std {
  display: none;
}
.product-tab-list-mini .products-list .price-box {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.product-tab-list-mini .products-list .button {
  width: 40px !important;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.product-tab-list-mini .products-list .button span span:first-child {
  display: inline;
  border: none;
}
.product-tab-list-mini .products-list .button .text {
  display: none;
}
.product-tab-list-mini .products-list .actions {
  position: absolute;
  bottom: 0;
}
.product-tab-list-mini .products-list .ratings {
  float: left;
  width: 100%;
  height: 23px;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.product-tab-list-mini .products-list .link-wishlist {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.product-tab-list-mini .products-list .link-compare {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}
.product-tab-list-mini .products-list .item:hover .ratings {
  height: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product-tab-list-mini .products-list .item:hover .button {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.hidden-title-brand .slider-title {
  display: none;
}

.arw-control-style-2 .brands-widget .slick-prev,
.arw-control-style-2 .brands-widget .slick-next,
.arw-control-style-1 .brands-widget .slick-prev,
.arw-control-style-1 .brands-widget .slick-next,
.arw-control-style-3 .brands-widget .slick-prev,
.arw-control-style-3 .brands-widget .slick-next {
  height: 30px;
  line-height: 24px;
  width: 30px;
  border: 3px solid;
  color: #dddddd;
  position: absolute;
  text-indent: -9999em;
  background: #fff;
  left: 0;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.arw-control-style-2 .brands-widget .slick-prev:hover,
.arw-control-style-2 .brands-widget .slick-next:hover,
.arw-control-style-1 .brands-widget .slick-prev:hover,
.arw-control-style-1 .brands-widget .slick-next:hover,
.arw-control-style-3 .brands-widget .slick-prev:hover,
.arw-control-style-3 .brands-widget .slick-next:hover {
  color: #333333;
}
.arw-control-style-2 .brands-widget .slick-prev:before,
.arw-control-style-2 .brands-widget .slick-next:before,
.arw-control-style-1 .brands-widget .slick-prev:before,
.arw-control-style-1 .brands-widget .slick-next:before,
.arw-control-style-3 .brands-widget .slick-prev:before,
.arw-control-style-3 .brands-widget .slick-next:before {
  font-family: "FontAwesome";
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "\f0d9";
  font-size: 13px;
  color: inherit;
  opacity: 1 !important;
}
.arw-control-style-2 .brands-widget .slick-next,
.arw-control-style-1 .brands-widget .slick-next,
.arw-control-style-3 .brands-widget .slick-next {
  left: auto;
  right: 0;
}
.arw-control-style-2 .brands-widget .slick-next:before,
.arw-control-style-1 .brands-widget .slick-next:before,
.arw-control-style-3 .brands-widget .slick-next:before {
  content: "\f0da";
}
.arw-control-style-2 .brands-list-slider.slick-slider,
.arw-control-style-1 .brands-list-slider.slick-slider,
.arw-control-style-3 .brands-list-slider.slick-slider {
  padding: 0 30px;
  margin-bottom: 0;
}

.arw-control-style-1 .arw_tab_slider .slider-tab {
  display: none;
}

.arw-control-style-2,
.arw-control-style-1 {
  position: relative;
}
.arw-control-style-2 .brands-widget .brands-list-slider,
.arw-control-style-1 .brands-widget .brands-list-slider {
  position: static;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.arw-control-style-2 .brands-widget .slick-prev,
.arw-control-style-2 .brands-widget .slick-next,
.arw-control-style-1 .brands-widget .slick-prev,
.arw-control-style-1 .brands-widget .slick-next {
  background: #fff;
  top: 28px;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
@media (max-width: 480px) {
  .arw-control-style-2 .brands-widget .slick-prev,
  .arw-control-style-2 .brands-widget .slick-next,
  .arw-control-style-1 .brands-widget .slick-prev,
  .arw-control-style-1 .brands-widget .slick-next {
    top: 55px;
  }
}
.arw-control-style-2 .brands-widget .slick-prev,
.arw-control-style-1 .brands-widget .slick-prev {
  left: 15px;
}
@media (max-width: 480px) {
  .arw-control-style-2 .brands-widget .slick-prev,
  .arw-control-style-1 .brands-widget .slick-prev {
    left: calc(50% - 35px);
  }
}
.arw-control-style-2 .brands-widget .slick-next,
.arw-control-style-1 .brands-widget .slick-next {
  right: 15px;
}
@media (max-width: 480px) {
  .arw-control-style-2 .brands-widget .slick-next,
  .arw-control-style-1 .brands-widget .slick-next {
    right: calc(50% - 35px);
  }
}

.arw-control-style-3 {
  position: relative;
}
.arw-control-style-3 .brands-widget .brands-list-slider {
  position: static;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
}
.arw-control-style-3 .brands-widget .slick-prev,
.arw-control-style-3 .brands-widget .slick-next {
  background: #fff;
  top: 65px;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
@media (max-width: 480px) {
  .arw-control-style-3 .brands-widget .slick-prev,
  .arw-control-style-3 .brands-widget .slick-next {
    top: 55px;
  }
}
.arw-control-style-3 .brands-widget .slick-prev {
  left: 40%;
  left: calc(50% - 45px);
  left: -ms-calc(50% - 45px);
  left: -webkit-calc(50% - 45px);
  left: -moz-calc(50% - 45px);
}
@media (max-width: 480px) {
  .arw-control-style-3 .brands-widget .slick-prev {
    left: calc(50% - 35px);
  }
}
.arw-control-style-3 .brands-widget .slick-next {
  right: 40%;
  right: calc(50% - 45px);
  right: -ms-calc(50% - 45px);
  right: -webkit-calc(50% - 45px);
  right: -moz-calc(50% - 45px);
}
@media (max-width: 480px) {
  .arw-control-style-3 .brands-widget .slick-next {
    right: calc(50% - 35px);
  }
}

.nav-accordion li {
  display: block;
  margin: 0 !important;
}
.nav-accordion li.parent {
  position: relative;
}
.nav-accordion li.parent .expand, .nav-accordion li.parent .collapse {
  border: 1px solid;
  cursor: pointer;
  font-family: "FontAwesome";
  display: block;
  text-indent: -999em;
  position: absolute;
  width: 14px;
  height: 14px;
  text-align: center;
  right: 0;
  top: 1em;
  overflow: hidden;
}
.nav-accordion li.parent .expand:before, .nav-accordion li.parent .collapse:before {
  content: "\f107";
  text-indent: 0;
  display: block;
  font-size: 14px;
  line-height: 12px;
}
.nav-accordion li.parent .expand {
  color: black;
}
.nav-accordion li.parent .expand:before {
  content: "\f106";
}
.nav-accordion li.parent > span:hover {
  color: black;
}
.nav-accordion li.active > a {
  color: black;
}
.nav-accordion li a {
  display: block;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.nav-accordion li a > span {
  display: inline-block;
  padding-left: 1.5em;
  position: relative;
}
.nav-accordion li a > span .cat-label {
  bottom: 80%;
  font-size: 10px;
  left: 90%;
  line-height: 1.3;
  padding: 0 5px;
  position: absolute;
}
.nav-accordion li a > span .category_icon {
  left: 1px;
  position: absolute;
  top: 4px;
}
.nav-accordion li li {
  padding-left: 1em;
}
.nav-accordion li li a {
  font-weight: normal;
  letter-spacing: 0;
  padding: 5px 0;
  text-transform: none;
}
.nav-accordion li li a > span .category_icon {
  left: 3px;
  position: absolute;
  top: 4px;
}
.nav-accordion li ul {
  display: none;
}

.cat-label-1 {
  background-color: red;
}

.cat-label-2 {
  background-color: green;
}

.cat-label-3 {
  background-color: orange;
}

.cat-label-4 {
  background-color: #eeeeee;
}

[class*="cat-label-"] {
  color: #fff;
}

.btn-toggle-open-canvas {
  color: #181818;
  cursor: pointer;
  font-size: 16px;
  padding: 15px 0;
  text-transform: uppercase;
}
.btn-toggle-open-canvas .navbar-head {
  text-align: right;
}
.btn-toggle-open-canvas label {
  margin: 0;
  float: left;
}

.arw-mobile-menu {
  position: fixed;
  width: 250px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #181818;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.arw-mobile-menu-header {
  background: #1f1f1f;
  border-bottom: 1px solid #474747;
  color: #fff;
  cursor: pointer;
  padding: 12px 20px;
}

.arw-mobile-menu-title {
  display: inline-block;
  line-height: 26px;
  text-transform: uppercase;
}
.arw-mobile-menu-title i {
  float: left;
  font-size: 26px;
  margin-right: 10px;
}

.arw-close-canvas {
  display: block;
  float: right;
  font-size: 20px;
  width: 20px;
}
.arw-close-canvas i {
  float: right;
  margin-top: 2px;
}

.nav-mobile-accordion.nav-accordion li.parent .expand {
  color: #fff;
}
.nav-mobile-accordion.nav-accordion li.parent span {
  margin-right: 10px;
}
.nav-mobile-accordion.nav-accordion li.parent > span:hover {
  color: #fff;
}
.nav-mobile-accordion.nav-accordion li:hover > a, .nav-mobile-accordion.nav-accordion li.active > a {
  color: #fff;
}
.nav-mobile-accordion.nav-accordion li a {
  color: #ddd;
}

.arw-mobile-menu,
.wrapper > .page {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -moz-transition: -moz-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  -o-transition: -o-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.site-overlay {
  display: none;
}

.arw-menu-open .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  -moz-animation: fade 500ms;
  -ms-animation: fade 500ms;
  -o-animation: fade 500ms;
  animation: fade 500ms;
}
.arw-menu-open .arw-mobile-menu {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.arw-toggle-menu-mobile {
  margin-left: -15px;
  margin-right: -15px;
}
.arw-toggle-menu-mobile:before, .arw-toggle-menu-mobile:after {
  content: " ";
  display: table;
}
.arw-toggle-menu-mobile:after {
  clear: both;
}

.arw-btn-menu-mobile {
  cursor: pointer;
  float: left;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 100%;
  background: transparent;
  color: #181818;
}
.arw-btn-menu-mobile:hover {
  background: #333333;
  color: white;
}
.arw-btn-menu-mobile label, .arw-btn-menu-mobile span {
  height: 30px;
  line-height: 30px;
  margin: 0;
  color: inherit;
}
.arw-btn-menu-mobile label {
  float: left;
  letter-spacing: 1px;
}
.arw-btn-menu-mobile span {
  float: right;
  font-size: 30px;
}

.nav-primary-container {
  background: transparent;
  color: #969696;
}

.megamenu {
  margin: 0;
  padding: 0;
  position: relative;
  width: auto;
}
.megamenu ul {
  padding-left: 0;
}
.megamenu li {
  display: inline-block;
}
.megamenu li a {
  display: block;
  text-transform: capitalize;
  font-weight: bold;
}
.megamenu li a span {
  position: relative;
}
.megamenu li a span .cat-label {
  bottom: 135%;
  font-size: 10px;
  left: 80%;
  line-height: 12px;
  margin-bottom: 0.5em;
  padding: 2px 8px;
  position: absolute;
}
.megamenu li a .category_icon {
  display: inline-block;
  line-height: inherit;
  width: 1.5em;
}
.megamenu li a .icon-has-sub {
  width: auto;
}
.megamenu li li .icon-has-sub {
  right: 0%;
  font-size: 1em;
  line-height: 1.5;
  position: absolute;
  text-align: center;
}
.megamenu li img {
  height: auto;
  max-width: 100%;
}
.megamenu > li {
  float: left;
}
.megamenu > li.menu-item-left {
  float: left;
}
.megamenu > li.menu-item-right {
  float: right;
}
.megamenu > li > a {
  padding: 18px 2em;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.megamenu > li > a > span {
    font-size: 16px;
    font-weight: 600;
    color: #2b424e;
	padding-bottom: 1px;}
.megamenu > li > a i {display:none;}
.megamenu .parent .sub-wrapper {
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 999;
}
.megamenu .level0.sub-wrapper {
  display: none;
}
.megamenu .sub-wrapper {
  background: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -ms-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  -o-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}
.megamenu .sub-wrapper.dropdown {
  padding-bottom: 0;
  padding-top: 0;
}
.megamenu .sub-wrapper .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.megamenu .sub-wrapper .arw_tab_slider {
  margin-top: 0;
}
.megamenu .sub-wrapper .arw_tab_slider .slider-tab {
  display: none;
}
.megamenu .arwmenu-block ul {
  list-style: disc;
}
.megamenu .arwmenu-block ul:before, .megamenu .arwmenu-block ul:after {
  content: " ";
  display: table;
}
.megamenu .arwmenu-block ul:after {
  clear: both;
}
.megamenu .arwmenu-block ul li a {
  position: relative;
}
.megamenu .arwmenu-block ul li.parent {
  position: relative;
}
.megamenu .arwmenu-block ul li.parent .sub-wrapper {
  left: 90%;
  position: absolute;
  top: 0;
  padding-top: 1em;
  padding-bottom: 1em;
  min-width: 200px;
  width: auto;
}
.megamenu .arwmenu-block ul li .classic {
  display: block;
  float: left;
  width: 100%;
}
.megamenu .arwmenu-block ul li .classic a {
  padding: 0.5em;
}
.megamenu .arwmenu-block ul.level0 > .classic > a {
  text-transform: uppercase;
}
.megamenu .arwmenu-block ul.level0 > .classic .icon-has-sub {
  right: 5%;
}
.megamenu .arwmenu-block ul.level0 .no-child .category_image {
  width: 100%;
}
.megamenu .arwmenu-block ul.level0 .list_item_dropdown li {
  display: block;
}
.megamenu .arwmenu-block ul.level0 .list_item_dropdown li > a {
  padding: 0.25em 1em;
}
.megamenu .arwmenu-block .groups {
  margin-bottom: 1em;
}
.megamenu .arwmenu-block .groups .title-group {
  display: block;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: left;
  text-transform: uppercase;
  color: #333333;
  border-bottom: 1px solid #ececec;
}
.megamenu .arwmenu-block .groups .category_image {
  display: block;
  float: left;
  width: 40%;
  padding-right: 15px;
}
.megamenu .arwmenu-block .groups .category_image img {
  height: auto;
  max-width: 100%;
}
.megamenu .arwmenu-block .groups .category_image + .groups-wrapper {
  display: block;
  float: right;
  width: 60%;
}
.megamenu .arwmenu-block .groups .groups-wrapper ul li {
  display: block;
  float: left;
  width: 100%;
}
.megamenu .arwmenu-block .groups .groups-wrapper ul li a {
  font-size: 1em;
  padding: 0.25em 0;
  white-space: normal;
}
.megamenu .arwmenu-block .groups .groups-wrapper ul li li a {
  padding: .25em 1em;
}
.megamenu .arwmenu-block.std:first-child {
  padding-bottom: 15px;
}
.megamenu .arwmenu-block.std:last-child {
  padding-top: 15px;
}
.megamenu .m-dropdown {
  position: relative;
}
.megamenu .m-dropdown > .dropdown {
  left: -10px;
}
.megamenu .m-dropdown .dropdown {
  width: auto;
}
.megamenu .m-dropdown .dropdown .arwmenu-block {
  margin: 0;
}
.megamenu .m-dropdown .dropdown ul {
  min-width: 10em;
}
.megamenu .m-dropdown .dropdown ul li {
  display: block;
  float: left;
  text-align: left;
  white-space: nowrap;
  width: 100%;
  margin: 0;
}
.megamenu .m-dropdown .dropdown ul li a {
  font-size: 1em;
  padding: 0.5em 1em;
}
.megamenu .m-dropdown .dropdown ul li a .icon-has-sub {
  right: 5%;
}
.megamenu .m-dropdown .dropdown ul li.classic .sub-wrapper {
  left: 90%;
  position: absolute;
  top: 0;
}
.megamenu .m-dropdown .dropdown ul li.groups .title-group {
  margin-bottom: 0;
}
.megamenu .m-dropdown .dropdown ul li.groups .groups-wrapper {
  padding-top: .5em;
}
.megamenu .m-dropdown .dropdown ul li.groups .groups-wrapper a {
  padding: 0.25em 1em;
}
.megamenu .m-dropdown .dropdown .list_item_dropdown ul.level0 {
  min-width: 15em;
  padding-bottom: 10px;
  padding-top: 10px;
}
.megamenu .products-grid li.item {
  margin-bottom: 0;
  max-width: 100%;
}
.megamenu .level0 > .sub-wrapper {
  display: none;
}

.megamenu li li a span .cat-label {
  bottom: 100%;
  left: 100%;
  margin-bottom: 0;
  padding: 0 5px;
}

.arwmenu-custom-menu.m-dropdown .dropdown ul li {
  padding-right: 1em;
}

.arwmenu-custom-menu.m-dropdown .dropdown ul li li {
  padding: 0;
}

/* COLOR */
.megamenu > li > a {
  background: transparent;
  color: #181818;
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

.megamenu > li > a > span,
.megamenu > li > a > .icon-has-sub {
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  transform: skewX(20deg);
  display: inline-block;
}

.megamenu > li > a:hover,
.megamenu > li.active > a {
  background: #333333;
  color: white;
}

.megamenu > li > .sub-wrapper {
  background: white;
}
.megamenu > li > .sub-wrapper li.level1 > a {
  background: transparent;
  color: #969696;
}
.megamenu > li > .sub-wrapper li.level1.active > a,
.megamenu > li > .sub-wrapper li.level1 > a:hover {
  background: transparent;
  color: #333333;
}

.megamenu li.level1 .groups-wrapper,
.megamenu li.level1 .sub-wrapper {
  background: white;
}
.megamenu li.level1 .groups-wrapper li.level2 > a,
.megamenu li.level1 .sub-wrapper li.level2 > a {
  background: transparent;
  color: #969696;
}
.megamenu li.level1 .groups-wrapper li.level2.active > a,
.megamenu li.level1 .groups-wrapper li.level2 > a:hover,
.megamenu li.level1 .sub-wrapper li.level2.active > a,
.megamenu li.level1 .sub-wrapper li.level2 > a:hover {
  background: transparent;
  color: #333333;
}

.megamenu li li,
.megamenu li.level1 ul.level1 {
  background: white;
}
.megamenu li li li > a,
.megamenu li.level1 ul.level1 li > a {
  background: transparent;
  color: #969696;
}
.megamenu li li li.active > a,
.megamenu li li li > a:hover,
.megamenu li.level1 ul.level1 li.active > a,
.megamenu li.level1 ul.level1 li > a:hover {
  background: transparent;
  color: #333333;
}

.megamenu {
  text-align: right;
    float: right;
    display: inline-block;
}
.megamenu > li {
  float: none;
  margin-left: -1px;
}
.megamenu > li + li > a:before {
  border-left: 1px solid #ececec;
  /*content: "";*/
  height: 64%;
  left: 0px;
  position: absolute;
  top: 18%;
}
.megamenu > li + li > a:after {
  border-left: 1px solid #ececec;
  content: "";
  height: 64%;
  right: 0px;
  position: absolute;
  top: 18%;
}
.megamenu > li + li > a:before, .megamenu > li + li > a:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.megamenu > li > a {

}
.megamenu > li.active > a:before, .megamenu > li.active > a:after, .megamenu > li:hover > a:before, .megamenu > li:hover > a:after {
  height: 100%;
  top: 0;
  border-color: transparent;
}
.megamenu > li:hover > a {
  z-index: 9;
}
.megamenu > li.active > a {
  z-index: 8;
}
.megamenu ul {
  text-align: left;
}

/* Itemgrid: different numbers of columns
*/
/* Clear every first item in each row (row: group of n items) */
/* Item grid: 1 column */
.itemgrid-1col .item {
  width: 98%;
}

/* Item grid: 2 columns */
.itemgrid-2col .item {
  width: 48%;
}

.itemgrid-2col .item:nth-child(2n+1) {
  clear: left;
}

/* Item grid: 3 columns */
.itemgrid-3col .item {
  width: 31.333%;
}

.itemgrid-3col .item:nth-child(3n+1) {
  clear: left;
}

/* Item grid: 4 columns */
.itemgrid-4col .item {
  width: 23%;
}

.itemgrid-4col .item:nth-child(4n+1) {
  clear: left;
}

.itemgrid-4col .item.dop {
  width: 48%;
}

/* Item grid: 5 columns */
.itemgrid-5col .item {
  width: 18%;
}

.itemgrid-5col .item:nth-child(5n+1) {
  clear: left;
}

.itemgrid-5col .item.dop {
  width: 38%;
}

/* Item grid: 6 columns */
.itemgrid-6col .item {
  width: 14.66%;
}

.itemgrid-6col .item:nth-child(6n+1) {
  clear: left;
}

.itemgrid-6col .item.dop {
  width: 29.32%;
}

/* Item grid: 7 columns */
.itemgrid-7col .item {
  width: 12.286%;
}

.itemgrid-7col .item:nth-child(7n+1) {
  clear: left;
}

[class*="itemgrid-"] .item {
  margin-left: 1%;
  margin-right: 1%;
}

/*Grid column*/
.grid12-12, .grid-full {
  width: 98%;
}

.grid12-1, .grid12-2,
.grid12-3,
.grid12-4, .grid12-5,
.grid12-6, .grid12-7,
.grid12-8, .grid12-9,
.grid12-10, .grid12-11,
.grid12-12, .grid4-1,
.grid4-2, .grid4-3,
.grid2-1, .grid-full,
.grid-col2-sidebar,
.grid-col2-main {
  position: relative;
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}

/* Grid units */
.grid12-1,
.grid12-2,
.grid12-3,
.grid12-4,
.grid12-5,
.grid12-6,
.grid12-7,
.grid12-8,
.grid12-9,
.grid12-10,
.grid12-11,
.grid12-12,
.grid4-1,
.grid4-2,
.grid4-3,
.grid2-1,
.grid-full,
.grid-col2-sidebar,
.grid-col2-main {
  position: relative;
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}

/* Basic grid units width */
.grid12-1 {
  width: 6.33%;
}

.grid12-2 {
  width: 14.66%;
}

.grid12-3,
.grid4-1 {
  width: 23%;
}

.grid12-4 {
  width: 31.33%;
}

.grid12-5 {
  width: 39.67%;
}

.grid12-6,
.grid4-2,
.grid2-1 {
  width: 48%;
}

.grid12-7 {
  width: 56.33%;
}

.grid12-8 {
  width: 64.67%;
}

.grid12-9,
.grid4-3 {
  width: 73%;
}

.grid12-10 {
  width: 81.33%;
}

.grid12-11 {
  width: 89.67%;
}

.grid12-12,
.grid-full {
  width: 98%;
}

#toPopup {
  background: #ffffff;
  color: #969696;
  display: none;
  left: 50%;
  padding: 15px;
  position: fixed;
  top: 50%;
  width: 50%;
  z-index: 9999;
  -webkit-box-shadow: 0 0 5px 3px #444444;
  -moz-box-shadow: 0 0 5px 3px #444444;
  -ms-box-shadow: 0 0 5px 3px #444444;
  -o-box-shadow: 0 0 5px 3px #444444;
  box-shadow: 0 0 5px 3px #444444;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#backgroundPopup, .arw-ajaxcart-loader {
  height: 100%;
  position: fixed;
  width: 100%;
}

.arw-ajaxcart-loader {
  display: none;
}

#toPopup .button {
  cursor: pointer;
  margin-left: 10px;
  margin-right: 10px;
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  cursor: move;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 1px #323232;
  -moz-box-shadow: 0 0 5px 1px #323232;
  -ms-box-shadow: 0 0 5px 1px #323232;
  -o-box-shadow: 0 0 5px 1px #323232;
  box-shadow: 0 0 5px 1px #323232;
}

.cloud-zoom-title {
  background-color: #000;
  color: #fff;
  padding: 3px;
  text-align: center;
  display: block;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow: hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
  background: url("../images/loading.gif") no-repeat center center;
  text-indent: -999em;
  top: 50% !important;
  left: 50% !important;
  height: 32px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mousetrap {
  height: auto;
  max-width: 100%;
}

.fancybox-title-inside-wrap {
  display: none;
}

.cloud-zoom-big {
  border-color: gainsboro;
  border-width: 3px;
  border-style: solid;
}

.more-views .slick-slider {
  margin: 0 20px 20px;
}
.product-img-box-bottom .more-views .slick-slider {
  margin: 20px 20px 0;
}
.product-img-box-left .more-views .slick-slider, .product-img-box-right .more-views .slick-slider {
  margin: 0;
}
.more-views .slick-slider .slick-next, .more-views .slick-slider .slick-prev {
  width: 100%;
  text-align: center;
  font-size: 1.385em;
  height: 16px;
  line-height: 16px;
  color: #818181;
}
.more-views .slick-slider .slick-next:hover, .more-views .slick-slider .slick-prev:hover {
  color: black;
}
.more-views .slick-slider .slick-next:before, .more-views .slick-slider .slick-prev:before {
  display: none;
}
.more-views .slick-slider .thumbnail-item a {
  margin-top: 30px;
  display: block;
}
.more-views .slick-slider .thumbnail-item a img {
  border-width: 3px;
  border-style: solid;
  border-color: gainsboro;
  margin: 0 auto;
}

.product-img-box-left .more-views, .product-img-box-right .more-views {
  float: left;
  width: 22%;
  padding: 15px 10px 45px 0;
}
.product-img-box-left .more-views h2, .product-img-box-right .more-views h2 {
  display: none;
}
.product-img-box-left .more-views .slick-slider .slick-prev, .product-img-box-right .more-views .slick-slider .slick-prev {
  left: 0;
  top: -15px;
  margin: 0;
}
.product-img-box-left .more-views .slick-slider .slick-next, .product-img-box-right .more-views .slick-slider .slick-next {
  bottom: -45px;
  margin: 0;
  right: 0;
  top: auto;
}
.product-img-box-left .product-image, .product-img-box-right .product-image {
  float: right;
  width: 78%;
}
.product-img-box-left.full-width .product-image, .product-img-box-right.full-width .product-image {
  width: 100%;
}

.product-img-box-right .more-views {
  padding: 17px 0px 20px 10px;
}
.product-img-box-right .product-image {
  float: left;
}

@media (max-width: 767px) {
  .mousetrap {
    display: none;
  }
  .services-section .services-grid .grid {
    width: calc(100%);}
}
.arexworks-quickview-index .main-container .main {
  margin: 0;
  padding: 20px 0;
}
.arexworks-quickview-index .main-container .main .container {
  width: 100%;
}
.arexworks-quickview-index .main-container .main .no-rating {
  display: none;
}

.more-views ul {
  margin-right: -10px;
  margin-left: -10px;
}

.more-views li {
  display: inline-block;
  padding: 0 10px;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}

.swatch-link img {
  border-radius: 2px;
}

.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}

.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}

.swatch-link.has-image .swatch-label {
  position: relative;
}

.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  zoom: 1;
  -webkit-transform: translateZ(0px);
}

.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}

.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}

.configurable-swatch-list .not-available .x {
  display: block;
}

.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}

.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}

.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}

#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}

#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}

#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}

#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}

#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}

.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}

.currently .swatch-current span {
  display: block;
  float: left;
}

.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}

.configurable-swatch-box {
  background: none !important;
}

.configurable-swatch-box select.swatch-select {
  display: none;
}

.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

/* CUSTOM */
.product-view .product-options .swatch-attr {
  float: none;
  display: block;
  clear: both;
  border: 0;
}

.product-view .product-options .swatch-attr label,
.product-view .product-options .swatch-attr .select-label {
  font-size: 12px;
}

.product-view .product-options .swatch-attr label {
  display: block;
  line-height: 1.3;
}

.product-view .product-options .swatch-attr .select-label {
  display: inline;
  font-weight: normal;
  color: #3399cc;
  padding-left: 5px;
}

.product-view .product-options dd .input-box {
  width: auto;
  height: auto;
}

.product-view .product-options .select-label {
  display: none;
}

.product-view .add-to-cart button.out-of-stock {
  background-position: -80px -362px;
  cursor: default;
}

.product-image-gallery {
  position: relative;
}

.product-image-gallery .gallery-image {
  display: none;
}

.product-image-gallery .gallery-image.visible {
  display: block;
}

.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}

.product-image-gallery:before, .product-image-gallery:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
}

.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

.product-image-gallery:after {
  background-image: url("../images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

.product-image-gallery.loading {
  position: relative;
}

.product-image-gallery.loading:before, .product-image-gallery.loading:after {
  display: block;
}

.cart-footer {
  margin-top: 30px;
}

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

#ctl00_ctl00_cph1_cph1_lblResultID {
  background-color: rgba(0, 0, 0, 0.28);
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  font-size: 20px;
}