/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
.block-layered-nav .block-content > dl > dd:last-child {
  position: relative;
  top: 1px;
}

/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  padding: 0 20px 20px;
}
body.cms-home .main-container .main {
  padding-bottom: 36px;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

.slider-nav {
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
.slider-nav .product-info {
  display: none;
}
.slider-nav .slick-prev,
.slider-nav .slick-next {
  background: url(../images/svg/arrow.svg) no-repeat center center;
  left: -20px;
}
.slider-nav .slick-next {
  right: -20px;
  left: inherit;
  -ms-transform: translate(0, -50%) rotate(180deg);
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
}
.slider-nav .slick-list.draggable {
  padding: 0 !important;
}
.slider-nav .slick-slide {
  text-align: center;
}
.slider-nav .slick-slide img {
  display: inline-block;
}

.featured-products-slider {
  width: 45%;
  display: inline-block;
}
.featured-products-slider h2 {
  font-size: 52px;
  line-height: 42px;
  letter-spacing: 0.2em;
  margin-bottom: 80px;
  font-weight: normal;
}
@media only screen and (min-width: 1366px) {
  .featured-products-slider h2 {
    font-weight: 500;
  }
}
.featured-products-slider h2 span {
  font-size: 32px;
  color: #f37321;
  display: block;
  font-weight: 400;
}

.home-bottom-links-block {
  display: flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 55px;
  padding-bottom: 20px;
}
.home-bottom-links-block .link-block {
  position: relative;
  width: 273px;
  height: auto;
  color: #fff;
}
.home-bottom-links-block .link-block > a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-bottom-links-block .link-block > a img {
  width: 100%;
  height: 100%;
}
.home-bottom-links-block .link-block .inner-text {
  position: absolute;
  bottom: 7.2%;
  left: 16%;
  width: 68%;
}
.home-bottom-links-block .link-block h4 {
  z-index: 5;
  color: #fff;
  text-transform: capitalize;
}
.home-bottom-links-block .link-block p {
  padding: 0 0 26px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 24px;
  font-size: 12px;
  color: #fff;
  z-index: 5;
}
.home-bottom-links-block .link-block .read-more {
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0 0 0 24px;
  font-size: 12px;
}
.home-bottom-links-block .link-block .read-more:hover {
  color: #f37321;
}
.home-bottom-links-block .link-block .read-more:hover:before {
  background: #f37321;
}
.home-bottom-links-block .link-block .read-more:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #fff;
  left: 0;
  top: 50%;
  margin-top: -4px;
}

.cms-index-index .slideshow-prev,
.cms-index-index .slideshow-next {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .home-bottom-links-block .link-block {
    width: 25%;
    margin-right: 2%;
  }
  .home-bottom-links-block .link-block:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  body.cms-home .main-container {
    padding: 31px 26px 26px;
  }

  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }

  .home-bottom-links-block {
    display: -webkit-flex;
    /* Safari */
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    display: flex;
    flex-wrap: wrap;
  }
  .home-bottom-links-block .link-block {
    margin: 0 2.5% 5% 0;
    width: 48%;
    height: auto;
  }
  .home-bottom-links-block .link-block:nth-child(even) {
    margin-right: 0;
  }
  .home-bottom-links-block .link-block:nth-child(3), .home-bottom-links-block .link-block:nth-child(4) {
    margin-bottom: 0;
  }

  .slider-nav {
    display: none;
  }

  .featured-products-slider {
    width: 100%;
    padding-top: 0;
  }
  .featured-products-slider h2 {
    font-size: 40px;
    font-weight: 700;
    color: #e1e1e1;
    text-align: center;
    margin-bottom: 55px;
  }
  .featured-products-slider h2 span {
    color: #3a3535;
    font-size: 22px;
    line-height: 22px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 500px) {
  .home-bottom-links-block {
    padding-top: 0;
  }
  .home-bottom-links-block .link-block {
    width: 100%;
    height: auto;
    margin: 0 0 26px;
  }
  .home-bottom-links-block .link-block:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 480px) {
  .home-bottom-links-block .link-block:nth-child(3) {
    margin: 0 0 26px;
  }
}
@media only screen and (max-width: 320px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #dadbdb;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Gotham A", "Gotham B", Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 769px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #f37321;
  font-weight: 600;
  border-bottom: 1px solid #dadbdb;
  border-top: 1px solid #dadbdb;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

.lsss-video {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.slideshow-container .slideshow {
  background-color: #000;
}
.slideshow-container .slideshow > li {
  max-height: 100%;
}
.slideshow-container .slideshow > li img {
  height: 100%;
  max-height: 100%;
}
.slideshow-container .slideshow .text-container {
  width: 80%;
  position: absolute;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, 0);
  top: 0;
  left: 50%;
  bottom: 0;
}
.slideshow-container .slideshow .text-container .inner-block.bottom-text {
  padding: 0;
  color: #fff;
  position: absolute;
  bottom: 39px;
  left: 0;
  font-size: 16px;
  letter-spacing: 1px;
  width: 36%;
  text-align: left;
}
.slideshow-container .slideshow .text-container .inner-block.center {
  position: absolute;
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 40%;
  font-size: 6vw;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  opacity: 0.6;
  white-space: nowrap;
}
.slideshow-container .slideshow .inner-block.bottom {
  padding: 46px 120px 0 60px;
  color: #fff;
  background: url(../images/backgraund-transparent.png) repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 133px;
  font-size: 16px;
  letter-spacing: 1px;
  width: 40%;
}
.slideshow-container .slideshow .inner-block.bottom:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 196px 0 0 196px;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.37);
  position: absolute;
  right: -196px;
  top: 0;
}
.slideshow-container .slideshow .inner-block.bottom:before {
  content: '';
  width: 67%;
  height: 1px;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  left: 91%;
  top: 55%;
  z-index: 1;
}

@media only screen and (max-width: 1280px) {
  .slideshow-container .slideshow .inner-block.bottom {
    padding: 36px 46px 0 60px;
  }

  .slideshow-container .slideshow .inner-block.bottom:before {
    width: 85%;
    left: 62%;
  }
}
@media only screen and (max-width: 768px) {
  .slideshow-container .slideshow .inner-block.bottom {
    background: none;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    padding: 0 25px 23px;
    height: auto;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .slideshow-container .slideshow .inner-block.bottom:after, .slideshow-container .slideshow .inner-block.bottom:before {
    display: none;
  }

  .slideshow-pager {
    bottom: 0;
  }

  .slideshow-container .slideshow .text-container .inner-block.bottom-text {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .slideshow-container .slideshow .inner-block.center {
    top: 40%;
    width: 80%;
    text-align: center;
    white-space: initial;
    font-size: 8vw;
  }

  .slideshow-container .slideshow .inner-block.bottom {
    padding: 0 25px 36px;
  }

  .slideshow-container .slideshow .text-container .inner-block.bottom-text {
    font-size: 12px;
  }
}
.slideshow-container .slideshow > li.video {
  background-color: #000;
  max-height: 695px;
  overflow: hidden;
}

.featured-products-slider h2 {
  margin-bottom: 42px;
}
@media only screen and (max-width: 1000px) {
  .featured-products-slider h2 {
    font-size: 40px;
  }
}

.slider-for:after {
  position: absolute;
  content: '';
  width: 470%;
  height: 1px;
  background: #f69455;
  top: 47px;
  left: 0;
  z-index: 0;
  transform: translate(-50%) rotate(34deg);
}
@media only screen and (min-width: 568px) {
  .slider-for:after {
    top: 0;
  }
}
@media only screen and (min-width: 640px) {
  .slider-for:after {
    -webkit-transform: translate(-50%) rotate(25deg);
    -moz-transform: translate(-50%) rotate(25deg);
    -ms-transform: translate(-50%) rotate(25deg);
    -o-transform: translate(-50%) rotate(25deg);
    transform: translate(-50%) rotate(25deg);
  }
}
@media only screen and (min-width: 900px) {
  .slider-for:after {
    top: .3%;
    -webkit-transform: translate(-50%) rotate(19deg);
    -moz-transform: translate(-50%) rotate(19deg);
    -ms-transform: translate(-50%) rotate(19deg);
    -o-transform: translate(-50%) rotate(19deg);
    transform: translate(-50%) rotate(19deg);
  }
}
@media only screen and (min-width: 960px) {
  .slider-for:after {
    -webkit-transform: translate(-50%) rotate(36deg);
    -moz-transform: translate(-50%) rotate(36deg);
    -ms-transform: translate(-50%) rotate(36deg);
    -o-transform: translate(-50%) rotate(36deg);
    transform: translate(-50%) rotate(36deg);
  }
}
@media only screen and (min-width: 1280px) {
  .slider-for:after {
    width: 1500px;
    left: -508px;
    top: 35%;
    -webkit-transform: translate(0) rotate(33.9deg);
    -moz-transform: translate(0) rotate(33.9deg);
    -ms-transform: translate(0) rotate(33.9deg);
    -o-transform: translate(0) rotate(33.9deg);
    transform: translate(0) rotate(33.9deg);
  }
}
@media only screen and (min-width: 960px) {
  .slider-for:before {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    width: 100%;
    height: 1px;
    box-shadow: 0 0 28px 20px #fff;
    z-index: 2;
  }
}
@media only screen and (min-width: 1280px) {
  .slider-for:before {
    box-shadow: 0 -20px 50px 30px #fff;
  }
}
.slider-for .slick-list {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (min-width: 568px) {
  .slider-for .slick-list {
    max-width: 480px;
  }
}
@media only screen and (min-width: 768px) {
  .slider-for .slick-list {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .slider-for-item {
    font-size: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .slider-for-item > * {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    font-size: 14px;
  }
}
@media only screen and (min-width: 960px) {
  .slider-for .big-product-image,
  .slider-for .product-info {
    display: inline-block;
    vertical-align: middle;
  }
}
.slider-for .big-product-image {
  margin-bottom: 60px;
  padding-top: 70px;
  padding-bottom: 1px;
}
@media only screen and (min-width: 960px) {
  .slider-for .big-product-image {
    width: 60.937560%;
    padding-top: 28px;
    padding-left: 1.3%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .slider-for .big-product-image {
    width: 70%;
  }
}
.slider-for .big-product-image-decoration {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 230px;
  padding-top: 230px;
}
@media only screen and (min-width: 600px) {
  .slider-for .big-product-image-decoration {
    width: 380px;
    padding-top: 380px;
  }
}
@media only screen and (min-width: 960px) {
  .slider-for .big-product-image-decoration {
    margin: 0;
  }
}
@media only screen and (min-width: 1366px) {
  .slider-for .big-product-image-decoration {
    width: 68%;
    padding-top: 68%;
  }
}
.slider-for .big-product-image-decoration:after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: #fae7dc;
  box-shadow: inset 0 0 0 1px #f69455, inset 0 0 0 40px #fff;
  border-radius: 50%;
  overflow: hidden;
  z-index: -1;
}
@media only screen and (min-width: 960px) {
  .slider-for .big-product-image-decoration:after {
    box-shadow: inset 0 0 0 1px #f69455, inset 0 0 0 95px #fff;
  }
}
.slider-for .big-product-image-decoration img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150px;
}
@media only screen and (min-width: 600px) {
  .slider-for .big-product-image-decoration img {
    max-width: 350px;
  }
}
@media only screen and (min-width: 1366px) {
  .slider-for .big-product-image-decoration img {
    max-width: 450px;
  }
}
.slider-for .product-info {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .slider-for .product-info {
    width: 39.0625%;
    padding-left: 3.8%;
    text-align: left;
  }
}
@media only screen and (min-width: 1366px) {
  .slider-for .product-info {
    width: 30%;
    padding-left: 0;
  }
}
.slider-for .product-info .product-name {
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media only screen and (min-width: 960px) {
  .slider-for .product-info .product-name {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
.slider-for .product-info ul {
  display: inline-block;
  margin-bottom: 24px;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 960px) {
  .slider-for .product-info ul {
    margin-bottom: 34px;
  }
}
.slider-for .product-info li {
  position: relative;
  padding: 0 0 12px 8px;
}
.slider-for .product-info li:last-child {
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .slider-for .product-info li {
    padding: 0 0 10px 25px;
  }
}
@media only screen and (min-width: 1366px) {
  .slider-for .product-info li {
    letter-spacing: 1px;
    padding-bottom: 30px;
  }
}
.slider-for .product-info li:before {
  position: absolute;
  content: '';
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #f37321;
  border-radius: 50%;
}
@media only screen and (min-width: 960px) {
  .slider-for .product-info li:before {
    width: 7px;
    height: 7px;
    border-radius: 0;
  }
}
.slider-for .product-info .button {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 268px;
}
@media only screen and (min-width: 960px) {
  .slider-for .product-info .button {
    margin: 0;
    max-width: 225px;
  }
}

.slider-for, .product-thumbs-slider {
  position: relative;
  margin: 0 -26px 55px;
  padding: 0 26px 28px;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .slider-for, .product-thumbs-slider {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .slider-for, .product-thumbs-slider {
    padding-bottom: 80px;
    overflow: visible;
  }
}
.slider-for > *, .product-thumbs-slider > * {
  z-index: 1;
}
@media only screen and (min-width: 960px) {
  .slider-for, .product-thumbs-slider {
    font-size: 0;
  }
}
.slider-for .slick-prev,
.slider-for .slick-next, .product-thumbs-slider .slick-prev,
.product-thumbs-slider .slick-next {
  position: absolute;
  top: 180px;
  right: 10px;
  width: 46px;
  height: 46px;
  background: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.08);
  z-index: 10;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slider-for .slick-prev:before,
.slider-for .slick-next:before, .product-thumbs-slider .slick-prev:before,
.product-thumbs-slider .slick-next:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  background: url(../images/svg/arrow.svg) no-repeat center center;
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  top: 50%;
  left: 50%;
}
.slider-for .slick-prev, .product-thumbs-slider .slick-prev {
  left: 10px;
  right: auto;
}
.slider-for .slick-prev:before, .product-thumbs-slider .slick-prev:before {
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-for .slick-track, .product-thumbs-slider .slick-track {
  margin: 0 auto;
}

article.slider-holder {
  margin-bottom: 56px;
  padding-bottom: 0;
  border-bottom: 0;
  overflow: hidden;
}

.home_video_slider.slider {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1220px;
}
.home_video_slider.slider .slick-arrow {
  width: 40px;
  height: 40px;
  background: transparent;
}
.home_video_slider.slider .slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
}
.home_video_slider.slider .slick-arrow.slick-prev {
  left: 0;
}
@media only screen and (min-width: 960px) {
  .home_video_slider.slider .slick-arrow.slick-prev {
    left: 20px;
  }
}
.home_video_slider.slider .slick-arrow.slick-prev:after {
  background-image: url("../images/svg/icon-arrow-left.svg");
}
.home_video_slider.slider .slick-arrow.slick-next {
  right: 0;
}
@media only screen and (min-width: 960px) {
  .home_video_slider.slider .slick-arrow.slick-next {
    right: 20px;
  }
}
.home_video_slider.slider .slick-arrow.slick-next:after {
  background-image: url("../images/svg/icon-arrow-right.svg");
}
.home_video_slider.slider .slick-track {
  height: 100%;
}
.home_video_slider.slider .slick-slide {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity .25s ease;
}
.home_video_slider.slider .slick-active {
  opacity: 1;
}
.home_video_slider.slider .slick-dots {
  margin: 0;
}
.home_video_slider.slider .slick-dots-holder {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1100px) {
  .home_video_slider.slider .slick-dots-holder {
    bottom: 20px;
  }
}
.home_video_slider.slider .slick-dots > li:before {
  display: none;
}
.home_video_slider.slider .slick-dots-border {
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .home_video_slider.slider .slick-dots-border.on .slick-dots:after, .home_video_slider.slider .slick-dots-border.on .slick-dots:before {
    position: absolute;
    content: '';
    bottom: 21px;
    width: 9999px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
  }
}
.home_video_slider.slider .slick-dots-border.on .slick-dots:after {
  left: 100%;
}
.home_video_slider.slider .slick-dots-border.on .slick-dots:before {
  right: 100%;
}
.home_video_slider.slider .slick-dots {
  position: relative;
  display: inline-block !important;
  vertical-align: top;
}
@media only screen and (min-width: 1280px) {
  .home_video_slider.slider .slick-dots {
    min-width: 320px;
  }
}
.home_video_slider.slider .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.home_video_slider.slider .slick-dots .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  opacity: 0.7;
  border: none;
  background: transparent;
  outline: none;
  font-family: arial;
  font-size: 0;
  font-weight: 600;
  color: #f37321;
}
.home_video_slider.slider .slick-dots .dot:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: .4;
  background: #f37321;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home_video_slider.slider .slick-dots .slick-active .dot {
  opacity: 1;
  font-weight: 800;
  color: #d55a0c;
}
.home_video_slider.slider .slick-dots .slick-active .dot:after {
  opacity: 1;
  background: #f37321;
}
.home_video_slider.slider .slide-content {
  position: relative;
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}
.home_video_slider.slider .slide-content > img {
  position: absolute;
  top: 0;
  height: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 960px) {
  .home_video_slider.slider .slide-content > img {
    width: 100%;
  }
}
@media only screen and (min-width: 1366px) {
  .home_video_slider.slider .slide-content.decoration-border:after {
    position: absolute;
    top: 67px;
    right: 65px;
    left: 65px;
    bottom: 61px;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: none;
  }
}
.home_video_slider.slider .middle-content {
  position: absolute;
  top: 39.8%;
  left: 50%;
  overflow: hidden;
  opacity: .7;
  width: 90%;
  max-height: 60px;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 960px) {
  .home_video_slider.slider .middle-content {
    top: 44.5%;
    max-height: 236px;
    font-size: 80px;
    line-height: 118px;
  }
}
@media only screen and (min-width: 1366px) {
  .home_video_slider.slider .middle-content {
    top: 41.4%;
  }
}
.home_video_slider.slider .bottom-content-decoration {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
@media only screen and (min-width: 960px) {
  .home_video_slider.slider .bottom-content-decoration {
    padding: 41px 0 37px 0;
    width: 66.2%;
  }
}
@media only screen and (min-width: 960px) {
  .home_video_slider.slider .bottom-content-decoration {
    padding: 35px 0;
    width: 60.3%;
  }
}
@media only screen and (min-width: 960px) {
  .home_video_slider.slider .bottom-content-decoration:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 200%;
    height: 100%;
    -webkit-transform: skew(59deg);
    -moz-transform: skew(59deg);
    -ms-transform: skew(59deg);
    -o-transform: skew(59deg);
    transform: skew(59deg);
    background: rgba(0, 0, 0, 0.4);
  }
}
@media only screen and (min-width: 1366px) {
  .home_video_slider.slider .bottom-content-decoration:after {
    -webkit-transform: skew(56deg);
    -moz-transform: skew(56deg);
    -ms-transform: skew(56deg);
    -o-transform: skew(56deg);
    transform: skew(56deg);
  }
}
.home_video_slider.slider .bottom-content-decoration .bottom-content {
  display: block;
  position: absolute;
  left: auto;
  bottom: 0;
  padding: 0 18px;
  margin: 0 auto 22px;
  z-index: 1;
  font-size: 12px;
  line-height: 14px;
  max-height: 42px;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .home_video_slider.slider .bottom-content-decoration .bottom-content {
    margin: 0;
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
    max-width: 504px;
    padding: 0 70px 0 15px;
    overflow: visible;
    font-size: 16px;
    line-height: 20px;
    max-height: 60px;
  }
}
@media only screen and (min-width: 1366px) {
  .home_video_slider.slider .bottom-content-decoration .bottom-content {
    margin: 0 auto;
    max-width: 454px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 960px) {
  .home_video_slider.slider .bottom-content-decoration .bottom-content:after, .home_video_slider.slider .bottom-content-decoration .bottom-content:before {
    position: absolute;
    content: '';
    bottom: 26px;
    width: 9999px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
  }
}
@media only screen and (min-width: 960px) {
  .home_video_slider.slider .bottom-content-decoration .bottom-content:after {
    left: 100%;
  }
}
@media only screen and (min-width: 960px) {
  .home_video_slider.slider .bottom-content-decoration .bottom-content:before {
    right: 100%;
  }
}
.home_video_slider.slider .bottom-content-border {
  display: block;
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .home_video_slider.slider .bottom-content-border {
    padding: 0 0 0 41px;
  }
}
@media only screen and (min-width: 1366px) {
  .home_video_slider.slider .bottom-content-border {
    margin: 0 0 0 66px;
    padding: 0;
  }
}
.home_video_slider.slider .slide-content {
  margin: 0 auto;
  max-width: 1220px;
  overflow: hidden;
}
.home_video_slider.slider .slide-content .mute-switcher {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  z-index: 10;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  border: 2px solid #f37321;
  opacity: .3;
  background: #fff;
}
.home_video_slider.slider .slide-content .mute-switcher:hover {
  opacity: 1;
  cursor: pointer;
}
.home_video_slider.slider .slide-content .mute-switcher:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 70%;
  height: 60%;
  background: url("../images/svg/mute.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home_video_slider.slider .slide-content .mute-switcher.off:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 2px;
  height: 24px;
  background: #f37321;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.home_video_slider.slider .slide-content > video {
  display: block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (min-width: 960px) {
  .home_video_slider.slider .slide-content > video {
    max-width: 100%;
    position: relative;
    text-align: left;
    top: auto;
    left: auto;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.home_video_slider.slider .slide-content picture img {
  width: 100% !important;
}

.home_video_slider .home-slider-btn {
  position: absolute;
  transition: all .5s ease;
}
.home_video_slider .home-slider-btn:hover {
  background: #fb5a02 !important;
  color: #fff !important;
}
@media screen and (min-width: 320px) and (max-width: 1100px) {
  .home_video_slider .home-slider-btn {
    height: 30px;
    left: 50% !important;
    top: initial !important;
    bottom: 40px;
    transform: translateX(-50%) !important;
    font-size: 14px;
    line-height: 30px;
  }
}

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #dadbdb;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #f37321;
}

@media only screen and (max-width: 768px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 320px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
.catblocks li:last-child {
  margin-right: 0 !important;
}

.catblocks li img {
  width: 100%;
  max-width: 100%;
}

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.siblings-categories-list {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 35px;
  font-size: 0;
}
.siblings-categories-list > li {
  display: inline-block;
  font-size: 14px;
}
.siblings-categories-list > li a {
  padding: 10px;
  min-width: 100px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #252525;
  position: relative;
  top: 1px;
  text-align: center;
  font-size: 12px;
}
.siblings-categories-list > li a:hover {
  border-bottom: 1px solid #f37321;
  color: #f37321;
}
.siblings-categories-list > li.active a {
  border-bottom: 1px solid #f37321;
  color: #f37321;
}

.category-products {
  position: relative;
  padding-bottom: 10px;
}
.category-products .currently {
  border: 1px solid #dedfdf;
  padding: 28px 0 0;
}
.category-products .currently .block-subtitle {
  padding: 0 40px;
}
.category-products .currently ol li {
  margin: 0;
  padding: 20px 40px;
  position: relative;
}
.category-products .currently ol li .btn-remove {
  position: absolute;
  right: 20px;
  margin: 0;
  top: inherit;
}
.category-products .currently + .actions {
  padding-left: 40px;
}
.category-products:after {
  content: '';
  display: table;
  clear: both;
}
.category-products .ias-noneleft, .category-products .ias-spinner {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.block-compare-holder {
  max-width: 270px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 999px) {
  .block-compare-holder {
    padding: 10px 15px;
  }
}
.block-compare-holder .btn-square {
  width: 100%;
}

.block-list.block-compare {
  border: 1px solid #dedfdf;
}
.block-list.block-compare .block-title {
  padding: 0;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .block-list.block-compare .block-title {
    border-bottom: 0;
  }
}
.block-list.block-compare .block-title:before, .block-list.block-compare .block-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-bottom-width: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
@media only screen and (min-width: 1000px) {
  .block-list.block-compare .block-title:before, .block-list.block-compare .block-title:after {
    display: none;
  }
}
.block-list.block-compare .block-title:before {
  border-top-color: #f37321;
}
.block-list.block-compare .block-title:after {
  margin-top: -3px;
  border-top-color: #fff;
}
.block-list.block-compare .block-title.active {
  border-bottom: 1px solid #dadbdb;
}
.block-list.block-compare .block-title.active:before, .block-list.block-compare .block-title.active:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.block-list.block-compare .block-title.active:after {
  margin-top: 3px;
}
.block-list.block-compare .block-title span {
  display: block;
  padding: 10px 0;
  font-weight: bold;
  letter-spacing: 1px;
  color: #3a3535;
  text-transform: uppercase;
}
@media only screen and (min-width: 1000px) {
  .block-list.block-compare .block-title span {
    padding: 15px 25px;
  }
}
.block-list.block-compare .block-content li.item {
  margin: 0;
  padding: 10px 35px 10px 0;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .block-list.block-compare .block-content li.item {
    padding: 15px 35px 15px 25px;
  }
}
.block-list.block-compare .block-content li.item .product-name {
  text-transform: capitalize;
  letter-spacing: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
}
.block-list.block-compare .block-content li.item .btn-remove {
  position: absolute;
  right: 6px;
  margin: 0;
}
@media only screen and (min-width: 1000px) {
  .block-list.block-compare .block-content li.item .btn-remove {
    right: 10px;
  }
}
.block-list.block-compare .actions {
  margin: 0;
  padding: 10px 0;
}
@media only screen and (min-width: 1000px) {
  .block-list.block-compare .actions {
    padding: 15px 25px;
  }
}
.block-list.block-compare .actions .button {
  white-space: normal;
  height: 55px;
  line-height: normal;
  border-radius: inherit;
  width: 100%;
  background-color: #f37321;
  color: #fff;
  min-width: 0;
}
.block-list.block-compare .actions .button:hover {
  background-color: #fb5a02;
}

.category-products .pager {
  display: none;
}

.data-table.compare-table tbody td {
  font-family: "Gotham A", "Gotham B", Verdana, Arial, sans-serif;
  border: 1px solid #dedfdf;
  font-size: 14px;
  line-height: 20px;
  text-transform: inherit;
}
.data-table.compare-table th {
  background: #fff;
  border: 1px solid #dedfdf;
}
.data-table.compare-table .product-shop-row.top th {
  border: 0;
}
.data-table.compare-table .product-shop-row.top td {
  text-align: center;
  border: 0;
}
.data-table.compare-table .product-shop-row.top td h2.product-name {
  font-size: 16px;
  margin: 20px 0;
}
.data-table.compare-table .product-shop-row.top td .product-image {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 100%;
  background-color: #fef5ef;
  text-align: center;
}
.data-table.compare-table .product-shop-row.top td .product-image img {
  width: 70%;
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
.data-table.compare-table .product-shop-row.top td .delete-compare {
  padding-bottom: 30px;
}
.data-table.compare-table .product-shop-row.top td .delete-compare span {
  font-size: 12px;
  text-transform: uppercase;
}
.data-table.compare-table .product-shop-row.top td .delete-compare a.btn-remove {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 50%;
  background: #f37321;
  text-indent: -9999px;
}
.data-table.compare-table .product-shop-row.top td .delete-compare a.btn-remove:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.data-table.compare-table .product-shop-row.top td .delete-compare a.btn-remove:hover:before, .data-table.compare-table .product-shop-row.top td .delete-compare a.btn-remove:before {
  display: none;
}
.data-table.compare-table .product-shop-row.bottom,
.data-table.compare-table .add-to-row.last {
  display: none;
}

@media only screen and (max-width: 920px) {
  .catalog-category-view .col-main + .col-left.sidebar .block .block-title,
  .catalog-category-view .col-main + .col-left.sidebar .block .block-content li.item,
  .catalog-category-view .col-main + .col-left.sidebar .block .actions a {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .main-category > li .image-container {
    height: 120px;
  }
  .main-category > li h2 {
    padding: 0 19px 11px;
    margin-bottom: 18px;
  }
  .main-category > li li {
    padding: 0 19px 5px;
  }
  .main-category > li li a {
    font-size: 12px;
  }

  .block-list.block-compare {
    padding: 0;
    border: 0;
  }
  .block-list.block-compare .block-content {
    padding: 0;
  }
}
@media only screen and (max-width: 500px) {
  .main-category li.item {
    width: 100%;
    margin: 0 0 20px;
  }
  .main-category li.item h2 {
    padding: 0 38px 11px;
    margin-bottom: 36px;
  }
  .main-category li.item .image-container {
    height: 200px;
  }
  .main-category li.item li {
    padding: 0 38px 5px;
  }
  .main-category li.item li a {
    font-size: 14px;
  }
}
.body-ovh {
  overflow: hidden;
}

.catalog-category-view .category-info-holder {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1000px) {
  .catalog-category-view .category-info-holder {
    margin-bottom: 70px;
  }
}
.catalog-category-view .category-info-holder .category-image {
  margin-bottom: 0;
}
.catalog-category-view .category-info-holder .category-image img {
  max-width: 100%;
}
.catalog-category-view .toolbar {
  margin-top: 0;
}
@media only screen and (max-width: 999px) {
  .catalog-category-view .col2-left-layout .col-left-first {
    position: fixed;
    top: 0;
    left: -270px;
    width: 270px;
    height: 100%;
    background: #fff;
    z-index: 10;
    -webkit-transition: all .3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-right: 1px solid #dadbdb;
  }
}
@media only screen and (max-width: 999px) {
  .catalog-category-view .col2-left-layout .col-left-first.show {
    left: 0;
    z-index: 1000;
  }
  .catalog-category-view .col2-left-layout .col-left-first.show:after {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: rgba(255, 255, 255, 0.5);
  }
}
@media only screen and (min-width: 1000px) {
  .catalog-category-view .col2-left-layout .col-left-first {
    width: 25.725%;
    margin-top: 40px;
    padding-top: 37px;
    padding-right: 20px;
  }
}
.catalog-category-view .col2-left-layout .col-main {
  padding: 0;
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .catalog-category-view .col2-left-layout .col-main {
    width: 74.275%;
  }
}
.catalog-category-view .col2-left-layout .sidebar-btn {
  position: absolute;
  display: block;
  left: 100%;
  margin-left: 2px;
  width: 36px;
  height: 36px;
  bottom: 10px;
  border-radius: 50%;
  border: 1px solid #dadbdb;
  background: #fff;
  transform: translateY(-100%);
  text-indent: -9999px;
  z-index: 10;
}
@media only screen and (max-width: 999px) {
  .catalog-category-view .col2-left-layout .sidebar-btn.show {
    left: 0;
    -webkit-transition: left .3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -o-transition: left 0.3s;
    transition: left 0.3s;
    z-index: 1000;
  }
  .catalog-category-view .col2-left-layout .sidebar-btn.show:after {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
  }
}
.catalog-category-view .col2-left-layout .sidebar-btn:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url("../images/svg/icon-filter.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 600px) {
  .catalog-category-view .col2-left-layout .sidebar-btn {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .catalog-category-view .col2-left-layout .sidebar-btn {
    display: none;
  }
}

.amshopby-filters-left {
  max-width: 270px;
  margin-bottom: 20px;
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .amshopby-filters-left:after {
    position: absolute;
    content: '';
    top: -37px;
    left: 0;
    width: 200%;
    height: 1px;
    background: #dadbdb;
  }
}
@media only screen and (max-width: 999px) {
  .amshopby-filters-left {
    padding: 10px 15px;
    overflow-y: scroll;
    max-height: 100vh;
  }
}
.sidebar .amshopby-filters-left {
  border-bottom: none;
}
.amshopby-filters-left ol,
.amshopby-filters-left .set-filter-holder .currently ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.amshopby-filters-left .set-filter-holder {
  position: relative;
}
@media only screen and (min-width: 1000px) {
  .amshopby-filters-left .set-filter-holder {
    border: 1px solid #dadbdb;
    border-bottom: none;
  }
}
.amshopby-filters-left .set-filter-holder .block-subtitle {
  margin: 0;
  padding: 30px 5px 10px;
  letter-spacing: 1px;
  border-bottom: 1px solid #dadbdb;
}
@media only screen and (min-width: 1000px) {
  .amshopby-filters-left .set-filter-holder .block-subtitle {
    padding: 30px 25px 15px 25px;
  }
}
.amshopby-filters-left .set-filter-holder .currently {
  padding: 10px 5px;
  border-bottom: 1px solid #dadbdb;
}
@media only screen and (min-width: 1000px) {
  .amshopby-filters-left .set-filter-holder .currently {
    padding: 15px 25px;
  }
}
.amshopby-filters-left .set-filter-holder .currently ol li {
  position: relative;
  margin-bottom: 5px;
}
.amshopby-filters-left .set-filter-holder .currently .label {
  display: block;
  margin-bottom: 10px;
}
.amshopby-filters-left .set-filter-holder .currently .once-child,
.amshopby-filters-left .set-filter-holder .currently .multiselect-child {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 10px;
}
.amshopby-filters-left .set-filter-holder .currently .btn-remove {
  float: none;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #dadbdb;
  background: #fff;
}
.amshopby-filters-left .set-filter-holder .currently .btn-remove:hover {
  border: 1px solid #dadbdb;
  background: #fff;
}
.amshopby-filters-left .set-filter-holder .currently .btn-remove:hover:before, .amshopby-filters-left .set-filter-holder .currently .btn-remove:hover:after {
  background: #CF5050;
}
.amshopby-filters-left .set-filter-holder .currently .btn-remove:before, .amshopby-filters-left .set-filter-holder .currently .btn-remove:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #f37321;
}
.amshopby-filters-left .set-filter-holder .currently .btn-remove::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.amshopby-filters-left .set-filter-holder .currently .btn-remove::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.amshopby-filters-left .set-filter-holder .currently .btn-remove-inline {
  text-indent: -9999px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  border: 1px solid #dadbdb;
  background: #fff;
}
.amshopby-filters-left .set-filter-holder .currently .btn-remove-inline:hover {
  border: 1px solid #dadbdb;
  background: #fff;
}
.amshopby-filters-left .set-filter-holder .currently .btn-remove-inline:hover:before, .amshopby-filters-left .set-filter-holder .currently .btn-remove-inline:hover:after {
  background: #CF5050;
}
.amshopby-filters-left .set-filter-holder .currently .btn-remove-inline:before, .amshopby-filters-left .set-filter-holder .currently .btn-remove-inline:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #f37321;
}
.amshopby-filters-left .set-filter-holder .currently .btn-remove-inline:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.amshopby-filters-left .set-filter-holder .currently .btn-remove-inline:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.amshopby-filters-left .set-filter-holder .currently .btn-remove-inline img {
  display: none;
}
.amshopby-filters-left .remove-set-filters {
  position: absolute;
  top: 4px;
  right: 6px;
}
.amshopby-filters-left .block-subtitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #3a3535;
}
.amshopby-filters-left .filter-list {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 1000px) {
  .amshopby-filters-left .filter-list {
    line-height: 20px;
  }
}
@media only screen and (min-width: 1000px) {
  .amshopby-filters-left .filter-list {
    border-right: 1px solid #dadbdb;
    border-left: 1px solid #dadbdb;
  }
}
.amshopby-filters-left .filter-list dt {
  position: relative;
  padding: 10px 5px;
  letter-spacing: 1px;
  color: #3a3535;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 1px solid #dadbdb;
}
@media only screen and (min-width: 1000px) {
  .amshopby-filters-left .filter-list dt {
    padding: 15px 25px;
  }
}
.no-touch .amshopby-filters-left .filter-list dt:hover {
  cursor: pointer;
}
.amshopby-filters-left .filter-list dt:before, .amshopby-filters-left .filter-list dt:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-bottom-width: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: transform .3s;
  -moz-transition: transform .3s;
  -ms-transition: transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
}
.amshopby-filters-left .filter-list dt:before {
  border-top-color: #f37321;
}
.amshopby-filters-left .filter-list dt:after {
  margin-top: -3px;
  border-top-color: #fff;
}
.amshopby-filters-left .filter-list dt.open-filter:before, .amshopby-filters-left .filter-list dt.open-filter:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.amshopby-filters-left .filter-list dt.open-filter:after {
  margin-top: 3px;
}
.amshopby-filters-left .filter-list dt.open-filter + dd {
  max-height: 5000px;
  transition: max-height .5s ease;
}
.amshopby-filters-left .filter-list dt.open-filter + dd ol {
  border-bottom: 1px solid #dadbdb;
}
.amshopby-filters-left .filter-list:not(.shown-more) > dd:nth-of-type(3) ~ * {
  display: none;
}
.amshopby-filters-left .filter-list dd {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  color: #000000;
  transition: max-height .3s;
}
.amshopby-filters-left .filter-list dd ol {
  padding: 10px 5px;
}
@media only screen and (min-width: 1000px) {
  .amshopby-filters-left .filter-list dd ol {
    padding: 15px 25px;
  }
}
@media only screen and (min-width: 1000px) {
  .amshopby-filters-left .filter-list dd li {
    padding-bottom: 10px;
  }
}
.amshopby-filters-left .filter-list dd li:last-child {
  padding-bottom: 0;
}
.amshopby-filters-left .filter-list dd li:after {
  display: none;
}
.amshopby-filters-left .filter-list dd a {
  font-size: 14px;
  line-height: 18px;
}
@media only screen and (min-width: 1000px) {
  .amshopby-filters-left .filter-list dd a {
    line-height: 20px;
  }
}
.amshopby-filters-left .filter-list dd a .count {
  font-size: 12px;
}
.amshopby-filters-left .filter-list dd a.amshopby-attr,
.amshopby-filters-left .filter-list dd a.amshopby-attr:hover,
.amshopby-filters-left .filter-list dd a.amshopby-attr-selected,
.amshopby-filters-left .filter-list dd a.amshopby-attr-selected:hover {
  display: inline-block;
  float: none;
  position: relative;
  padding: 0 0 0 36px;
  background: none;
  text-decoration: none;
  font-weight: normal;
}
.amshopby-filters-left .filter-list dd a.amshopby-attr:before,
.amshopby-filters-left .filter-list dd a.amshopby-attr:hover:before,
.amshopby-filters-left .filter-list dd a.amshopby-attr-selected:before,
.amshopby-filters-left .filter-list dd a.amshopby-attr-selected:hover:before {
  position: absolute;
  content: '';
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  -webkit-box-shadow: inset 0 0 0 1px #dedfdf;
  -moz-box-shadow: inset 0 0 0 1px #dedfdf;
  box-shadow: inset 0 0 0 1px #dedfdf;
  background: #f9f9f9;
}
.amshopby-filters-left .filter-list dd a.amshopby-attr:hover:before {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #f37321;
}
.amshopby-filters-left .filter-list dd a.amshopby-attr-selected:after {
  position: absolute;
  top: 3px;
  left: 0;
  content: '\2714';
  width: 14px;
  height: 14px;
  color: #fff;
  font-size: 9px;
  text-align: center;
  line-height: normal;
  background: #f37321;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.amshopby-filters-left .show-more-filter {
  padding: 0 10px;
  width: 100%;
  height: 34px;
  font-size: 12px;
  line-height: 34px;
  letter-spacing: 1px;
  font-weight: bold;
  border-radius: 0;
}
@media only screen and (min-width: 1000px) {
  .amshopby-filters-left .show-more-filter {
    height: 54px;
    line-height: 54px;
  }
}
.amshopby-filters-left .show-more-filter:after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.list-post {
  margin-top: 35px;
  letter-spacing: -5px;
  text-align: center;
}
.list-post .list-grid-item {
  position: relative;
  display: inline-block;
  max-width: 370px;
  width: 100%;
  height: 270px;
  letter-spacing: normal;
  border: 1px solid #e4e8e8;
  margin: 0 auto 30px;
  overflow: hidden;
  text-align: center;
  transition: border-color .5s ease;
}
.list-post .list-grid-item:hover {
  border-color: #f37524;
}
.list-post .list-grid-item .inner-block {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  width: 100%;
  margin: auto;
  font-weight: 600;
  transform: translate(-50%, -50%);
}
.list-post .list-grid-item .inner-block a {
  font-size: 16px;
  color: #3a3535;
  transition: color .5s ease;
}
.list-post .list-grid-item .inner-block a:hover {
  color: #f37524;
}
.list-post .list-grid-item .inner-block a span {
  color: #f37524;
}
.list-post .list-grid-item .date-block {
  margin-bottom: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .list-post .list-grid-item {
    width: calc(50% - 30px);
    max-width: 100%;
    margin: 0 15px 30px;
  }
}
@media (min-width: 1024px) {
  .list-post {
    text-align: left;
  }
  .list-post .list-grid-item {
    width: calc(33.33% - 30px);
  }
}

.list-post + .pager li {
  width: 30px;
  height: 30px;
  border: none;
}
.list-post + .pager li:hover,
.list-post + .pager li .previous:hover,
.list-post + .pager li .next:hover {
  border: none;
}
.list-post + .pager li .previous:before,
.list-post + .pager li .next:before {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border: 1px solid #bcbcbc;
  transition: border-color .5s ease;
}
.list-post + .pager li .previous:hover:before,
.list-post + .pager li .next:hover:before {
  border-color: #f37524;
}
.list-post + .pager li .previous:before {
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
}
.list-post + .pager li .next:before {
  margin-left: -6px;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
}
.list-post + .pager li a {
  width: 100%;
  vertical-align: bottom;
  color: #a5a4a4;
  transition: color .5s ease;
}
.list-post + .pager li a:hover {
  color: #f37524;
}

@media (min-width: 1024px) {
  .list-post + .pager + .home-bottom-links-block {
    margin-top: 100px;
  }
}

.short-desc-title {
  text-transform: none;
}

.short-desc-p {
  font-size: 16px;
}

/*# sourceMappingURL=madisonisland.css.map */
