@charset "UTF-8";
/* 
 *  Featured Product by TemplateMonster 2016
 *  v1.0.0
 */
/* line 3, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list {
  clear: both;
}
/* line 5, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-items {
  list-style: none;
  padding: 0;
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
/* line 13, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-item {
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
/* line 19, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .item-wrapper {
  padding-bottom: 43px;
}
/* line 23, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-image {
  margin-bottom: 21px;
}
/* line 26, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-image img {
  width: 100%;
  vertical-align: top;
}
/* line 33, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-title {
  margin-bottom: 6px;
}
/* line 36, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-title h3 {
  font-weight: 500;
  margin: 0;
}
/* line 44, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-short-content {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 26px;
}
/* line 51, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-link {
  font-weight: 700;
}
/* line 56, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-data {
  border-top: solid 1px #e8e8e8;
  padding: 11px 0 0;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 67, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-data .create-date a,
.block-posts-list .post-data .post-author a,
.block-posts-list .post-data .post-comments a {
  text-decoration: none;
}
/* line 70, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-data .create-date a span:before, .block-posts-list .post-data .create-date:before,
.block-posts-list .post-data .post-author a span:before,
.block-posts-list .post-data .post-author:before,
.block-posts-list .post-data .post-comments a span:before,
.block-posts-list .post-data .post-comments:before {
  font-size: 18px;
  padding-right: 4px;
  vertical-align: middle;
}
/* line 77, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-data .create-date {
  order: 1;
  -webkit-order: 1;
}
/* line 81, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-data .create-date time {
  display: inline-block;
}
/* line 85, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-data .post-author {
  order: 2;
  -webkit-order: 2;
}
/* line 89, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-data .post-comments {
  order: 3;
  -webkit-order: 3;
  flex-basis: 50px;
  -webkit-flex-basis: 50px;
  text-align: right;
}
@media (max-width: 1200px) {
  /* line 56, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
  .block-posts-list .post-data {
    display: block;
    overflow: hidden;
  }
  /* line 102, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
  .block-posts-list .post-data .create-date,
  .block-posts-list .post-data .post-author {
    display: block;
  }
  /* line 107, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
  .block-posts-list .post-data .post-comments {
    float: right;
  }
}
@media (min-width: 767px) {
  /* line 113, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
  .block-posts-list .post-item {
    flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 768px) {
  /* line 121, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
  .block-posts-list .post-item {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
  /* line 125, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
  .block-posts-list .post-item .item-wrapper {
    padding-bottom: 20px;
  }
}
@media (max-width: 350px) {
  /* line 131, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
  .block-posts-list .post-item {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}

/* line 138, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper {
  /*Toolbar
  **********************************************/
}
/* line 142, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-top {
  margin-bottom: 30px;
}
/* line 145, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-top .toolbar {
  position: relative;
  margin-bottom: 0;
  text-align: left;
}
/* line 150, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-top .sorter {
  float: left;
  margin-bottom: 5px;
}
/* line 154, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-top .limiter {
  display: block;
  margin-bottom: 5px;
  text-align: right;
}
/* line 159, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-top .pages {
  display: none;
}
/* line 164, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-bottom .toolbar {
  margin-bottom: 0;
}
/* line 166, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-bottom .toolbar .pages {
  text-align: left;
  margin: 0;
  display: block;
}
/* line 171, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-bottom .toolbar .pages .pages-item-next {
  position: relative;
}
/* line 176, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-bottom .sorter,
.posts-list-wrapper .toolbar-bottom .limiter {
  display: none;
  visibility: hidden;
}

/* line 3, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts {
  clear: both;
  width: 100%;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-image img {
  width: 100%;
  vertical-align: top;
}
/* line 15, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-title {
  margin-bottom: 6px;
}
/* line 18, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-title h3 {
  font-family: inherit;
  font-weight: 500;
  margin: 0;
}
/* line 23, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-title h3 a {
  text-decoration: none;
}
/* line 30, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-link {
  font-weight: 700;
  text-transform: none;
}
/* line 36, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-data {
  border-top: solid 1px #e8e8e8;
  padding: 11px 0 0;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 47, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-data .create-date a,
.widget.blog-posts .post-data .post-author a,
.widget.blog-posts .post-data .post-comments a {
  text-decoration: none;
}
/* line 50, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-data .create-date a span:before, .widget.blog-posts .post-data .create-date:before,
.widget.blog-posts .post-data .post-author a span:before,
.widget.blog-posts .post-data .post-author:before,
.widget.blog-posts .post-data .post-comments a span:before,
.widget.blog-posts .post-data .post-comments:before {
  font-size: 18px;
  padding-right: 4px;
  vertical-align: middle;
}
/* line 57, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-data .create-date {
  order: 1;
  -webkit-order: 1;
}
/* line 61, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-data .create-date time {
  display: inline-block;
}
/* line 65, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-data .post-author {
  order: 2;
  -webkit-order: 2;
}
/* line 69, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-data .post-comments {
  order: 3;
  -webkit-order: 3;
  flex-basis: 50px;
  -webkit-flex-basis: 50px;
  text-align: right;
}
@media (max-width: 1200px) {
  /* line 36, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget.blog-posts .post-data {
    display: block;
    overflow: hidden;
  }
  /* line 81, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget.blog-posts .post-data .create-date,
  .widget.blog-posts .post-data .post-author {
    display: block;
  }
  /* line 86, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget.blog-posts .post-data .post-comments {
    float: right;
  }
}

/* line 107, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-grid .post-items {
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
}
/* line 114, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-grid .post-item {
  list-style: none;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  /* line 121, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget-post-grid .post-items > .post-item {
    flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
    max-width: 33.6333%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 121, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget-post-grid .post-items > .post-item {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    max-width: 50%;
  }
}
/* line 135, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-grid .post-image {
  margin-bottom: 15px;
}

/* line 141, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-list .item-wrapper {
  margin-bottom: 50px;
  overflow: hidden;
}
/* line 145, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-list .post-item:last-child .item-wrapper {
  margin-bottom: 0;
}
/* line 148, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-list .post-image {
  float: left;
  margin: 0 30px 0 0;
  max-width: 38%;
}
/* line 153, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-list .post-content-wrapper {
  overflow: hidden;
}
/* line 156, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-list .post-short-content {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  /* line 160, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget-post-list .post-image {
    max-width: 45%;
    margin-bottom: 10px;
  }
  /* line 164, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget-post-list .post-content-wrapper {
    overflow: unset;
  }
}
@media (max-width: 421px) {
  /* line 169, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget-post-list .post-image {
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}

/* line 178, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-column .post-item {
  margin-bottom: 30px;
}
/* line 180, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-column .post-item:last-child {
  margin-bottom: 0;
}
/* line 184, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-column .post-image {
  margin-bottom: 10px;
}
/* line 187, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-column .post-link {
  display: table;
}
/* line 190, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-column .post-short-content {
  margin-bottom: 8px;
}

/* line 3, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page {
  clear: both;
  font-family: inherit;
  width: 100%;
}
/* line 9, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-text {
  margin-bottom: 25px;
}
/* line 14, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-data {
  border-top: solid 1px #e8e8e8;
  padding: 13px 0 0;
  margin-bottom: 50px;
  color: #999999;
}
/* line 20, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-data .create-date,
.post-page .post-data .post-author,
.post-page .post-data .post-comments {
  display: inline-block;
  margin-right: 20px;
}
/* line 26, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-data .create-date span, .post-page .post-data .create-date a,
.post-page .post-data .post-author span,
.post-page .post-data .post-author a,
.post-page .post-data .post-comments span,
.post-page .post-data .post-comments a {
  display: inline-block;
}
/* line 29, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-data .create-date a,
.post-page .post-data .post-author a,
.post-page .post-data .post-comments a {
  color: #999999;
  text-decoration: none;
}
/* line 32, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-data .create-date a:hover,
.post-page .post-data .post-author a:hover,
.post-page .post-data .post-comments a:hover {
  color: #000;
}
/* line 36, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-data .create-date a span:before, .post-page .post-data .create-date:before,
.post-page .post-data .post-author a span:before,
.post-page .post-data .post-author:before,
.post-page .post-data .post-comments a span:before,
.post-page .post-data .post-comments:before {
  font-size: 18px;
  line-height: 18px;
  padding-right: 4px;
  color: #000;
  vertical-align: middle;
}
/* line 46, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-data .create-date time {
  display: inline-block;
}
@media (max-width: 480px) {
  /* line 14, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
  .post-page .post-data {
    overflow: hidden;
  }
  /* line 56, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
  .post-page .post-data .create-date,
  .post-page .post-data .post-author,
  .post-page .post-data .post-comments {
    display: block;
    margin-bottom: 3px;
  }
}
/* line 67, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-relatedproducts .block.related {
  float: none;
}
/* line 71, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-relatedproducts .block.related .owl-carousel .product-item {
  width: 100%;
}
/* line 77, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-relatedproducts .block.related .product-item {
  width: 33.33%;
}
/* line 79, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-relatedproducts .block.related .product-item .product-item-info {
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}
/* line 87, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-relatedproducts .block.related .product-item .product-item-photo {
  display: block;
  text-align: center;
}

/* line 3, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block {
  margin-bottom: 68px;
}
/* line 7, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .post-comments-content {
  margin-bottom: 48px;
}
/* line 11, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .post-comment {
  background: #f4f4f4;
  padding: 30px;
  margin-bottom: 20px;
}
/* line 17, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-info {
  overflow: hidden;
  padding: 0 0 3px 0;
  margin-bottom: 15px;
  border-bottom: solid 1px #e8e8e8;
}
/* line 23, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-info .post-data {
  float: right;
  margin: 0 0 0 5px;
  border: none;
  padding: 0;
}
/* line 29, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-info .post-data .create-date {
  margin: 0;
}
/* line 32, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-info .post-data .create-date time {
  display: inline-block;
}
/* line 38, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-info .comment-author {
  margin-top: 0;
}
/* line 46, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-add .subtitle {
  margin-bottom: 30px;
}
/* line 50, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-add .fieldset {
  margin-bottom: 0;
}
/* line 52, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-add .fieldset .field {
  margin-bottom: 28px;
}
@media (min-width: 767px) {
  /* line 58, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
  .post-comments-block .comment-add label.label {
    float: left;
    margin: 0;
    min-width: 90px;
  }
  /* line 64, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
  .post-comments-block .comment-add .control {
    overflow: hidden;
  }
  /* line 67, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
  .post-comments-block .comment-add .control input {
    width: 327px;
  }
  /* line 70, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
  .post-comments-block .comment-add .control textarea {
    height: 242px;
  }
  /* line 74, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
  .post-comments-block .comment-add .comment-form-actions {
    margin-left: 90px;
  }
}

/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .block-title {
  margin-bottom: 30px;
}
/* line 12, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-list {
  padding: 0;
  overflow: hidden;
  margin: -1px 0 0 0;
  list-style: none;
}
/* line 18, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-list li {
  box-sizing: border-box;
  margin-bottom: 0;
}
/* line 22, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-list li h5.post-title {
  margin: 0;
  font-weight: normal;
}
/* line 25, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-list li h5.post-title a {
  display: block;
  text-decoration: none;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-size: 14px;
  line-height: 51px;
  color: #000000;
  border-top: solid 1px #e8e8e8;
}
/* line 38, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-list li h5.post-title a:hover {
  background: #e8e8e8;
  padding-left: 15px;
}
@media (min-width: 767px) {
  /* line 12, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
  .block.related-posts .related-post-list {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: -15px;
  }
  /* line 53, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
  .block.related-posts .related-post-list li {
    padding-left: 15px;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  /* line 61, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
  .block.related-posts .related-post-list li {
    flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
  }
  /* line 65, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
  .block.related-posts .related-post-list li h5.post-title a {
    font-size: 18px;
  }
}
/* line 72, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-grid {
  padding: 0;
  margin: 0 -15px;
}
/* line 76, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-grid .inner {
  padding: 0 15px;
}
/* line 80, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-grid .post-image {
  display: block;
  margin-bottom: 10px;
}
/* line 84, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-grid .post-image img {
  vertical-align: top;
}
/* line 89, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-grid h5.post-title {
  margin: 0;
  font-weight: normal;
  line-height: normal;
}
/* line 93, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-grid h5.post-title a {
  font-size: 14px;
  color: #000000;
}
@media (min-width: 1200px) {
  /* line 100, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
  .block.related-posts .related-post-grid li {
    flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
  }
  /* line 104, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
  .block.related-posts .related-post-grid li h5.post-title a {
    font-size: 18px;
  }
}

/* line 5, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-title,
.block-recent-posts .block-title,
.block-recent-comments .block-title {
  margin-bottom: 20px;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-title strong,
.block-recent-posts .block-title strong,
.block-recent-comments .block-title strong {
  font-weight: 300;
  font-size: 18px;
}
/* line 14, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-content ul,
.block-recent-posts .block-content ul,
.block-recent-comments .block-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
/* line 19, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-content ul li,
.block-recent-posts .block-content ul li,
.block-recent-comments .block-content ul li {
  margin: 15px 0 0;
  padding-top: 15px;
  border-top: solid 1px #e8e8e8;
}
/* line 24, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-content ul li:first-child,
.block-recent-posts .block-content ul li:first-child,
.block-recent-comments .block-content ul li:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

/* line 36, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-content #blog-show-all {
  cursor: pointer;
}
/* line 39, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-content #blog-show-all:hover {
  text-decoration: underline;
}
/* line 43, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-content #blog-show-all.closed .less, .block-blog-categories .block-content #blog-show-all.opened .more {
  display: none;
}

/* line 54, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-recent-comments .title-section {
  font-size: 13px;
  padding-bottom: 10px;
}
/* line 58, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-recent-comments .title-section strong {
  font-weight: 600;
}
/* line 61, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-recent-comments .title-section strong:before {
  font-size: 18px;
  line-height: 16px;
  vertical-align: middle;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page {
  /* display none until init */
  	/*
       *  Core Owl Carousel CSS File
       */
  /***/
  /* fix */
}
/* line 9, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 18, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
/* line 24, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 29, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 34, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* line 42, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel .owl-item {
  float: left;
}
/* line 45, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls .owl-page,
.post-page .owl-controls .owl-buttons div {
  cursor: pointer;
}
/* line 49, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
/* line 61, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel .owl-controls .owl-nav .owl-prev,
.post-page .owl-carousel .owl-controls .owl-nav .owl-next,
.post-page .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 76, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel .owl-wrapper,
.post-page .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* line 87, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls {
  position: absolute;
  top: -50px;
  right: 0;
}
/* line 92, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls .owl-prev {
  display: inline-block;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.post-page .owl-controls .owl-prev:before {
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
/* line 96, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls .owl-next {
  display: inline-block;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.post-page .owl-controls .owl-next:before {
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
/* line 100, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls .owl-prev,
.post-page .owl-controls .owl-next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  transition: 0.2s;
  border: solid 1px transparent;
}
/* line 112, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls .owl-prev:before,
.post-page .owl-controls .owl-next:before {
  font-size: 36px;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
/* line 116, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls .owl-prev:hover,
.post-page .owl-controls .owl-next:hover {
  border-color: #000;
}

/*
*  Mixins
* _____________________________________________
*
* Note: Some of described mixins in this file requires the ie conditional comments
*
* For IE < 9
* <!--[if lt IE 9]>
*    <html class='lt-ie9'>
* <![endif]-->
*/
/*
* Background-rgba
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
/**
* @subsection   Animate.css
*
* @description  A bunch of cool, fun, and cross-browser animations
*               for you to use.
*
* @author       Daniel Eden
* @link         http://daneden.me/animate
* @license      MIT license - http://opensource.org/licenses/MIT
*/
/* line 12, source/helpers/_animate.scss */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
}

/* line 20, source/helpers/_animate.scss */
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/* line 25, source/helpers/_animate.scss */
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

/* line 30, source/helpers/_animate.scss */
.not-animated {
  opacity: 0;
}

/**
* Bounce Keyframes Animation
*/
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
/* line 66, source/helpers/_animate.scss */
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

/**
* Flas Keyframes Animation
*/
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
/* line 88, source/helpers/_animate.scss */
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/**
* Pulse Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 118, source/helpers/_animate.scss */
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

/**
* RubberBand Keyframes Animation
*/
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 165, source/helpers/_animate.scss */
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

/**
* Shake Keyframes Animation
*/
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
/* line 192, source/helpers/_animate.scss */
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

/**
* Swing Keyframes Animation
*/
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* line 229, source/helpers/_animate.scss */
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

/**
* Tada Keyframes Animation
*/
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 268, source/helpers/_animate.scss */
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/**
* Wobble Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 318, source/helpers/_animate.scss */
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

/**
* BounceIn Keyframes Animation
*/
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/* line 368, source/helpers/_animate.scss */
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

/**
* BounceInDown Keyframes Animation
*/
@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 414, source/helpers/_animate.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

/**
* BounceInLeft Keyframes Animation
*/
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 458, source/helpers/_animate.scss */
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

/**
* BounceInRight Keyframes Animation
*/
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
/* line 502, source/helpers/_animate.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

/**
* BounceInUp Keyframes Animation
*/
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 546, source/helpers/_animate.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

/**
* BounceOut Keyframes Animation
*/
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
/* line 575, source/helpers/_animate.scss */
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

/**
* BounceOutDown Keyframes Animation
*/
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 606, source/helpers/_animate.scss */
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

/**
* BounceOutLeft Keyframes Animation
*/
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 630, source/helpers/_animate.scss */
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

/**
* BounceOutRight Keyframes Animation
*/
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 654, source/helpers/_animate.scss */
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

/**
* BounceOutUp Keyframes Animation
*/
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 683, source/helpers/_animate.scss */
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

/**
* FadeIn Keyframes Animation
*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* line 703, source/helpers/_animate.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/**
* FadeInDown Keyframes Animation
*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 727, source/helpers/_animate.scss */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/**
* FadeInDownBig Keyframes Animation
*/
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 751, source/helpers/_animate.scss */
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

/**
* FadeInLeft Keyframes Animation
*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 775, source/helpers/_animate.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

/**
* FadeInLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 799, source/helpers/_animate.scss */
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

/**
* FadeInRight Keyframes Animation
*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 823, source/helpers/_animate.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/**
* FadeInRightBig Keyframes Animation
*/
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 847, source/helpers/_animate.scss */
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

/**
* FadeInUp Keyframes Animation
*/
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 871, source/helpers/_animate.scss */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/**
* FadeInUpBig Keyframes Animation
*/
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/* line 895, source/helpers/_animate.scss */
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

/**
* FadeOut Keyframes Animation
*/
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 915, source/helpers/_animate.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

/**
* FadeOutDown Keyframes Animation
*/
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 937, source/helpers/_animate.scss */
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/**
* FadeOutDownBig Keyframes Animation
*/
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
/* line 959, source/helpers/_animate.scss */
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

/**
* FadeOutLeft Keyframes Animation
*/
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 981, source/helpers/_animate.scss */
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

/**
* FadeOutLeftBig Keyframes Animation
*/
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
/* line 1003, source/helpers/_animate.scss */
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

/**
* FadeOutRight Keyframes Animation
*/
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 1025, source/helpers/_animate.scss */
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

/**
* FadeOutRightBig Keyframes Animation
*/
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
/* line 1047, source/helpers/_animate.scss */
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

/**
* FadeOutUp Keyframes Animation
*/
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 1069, source/helpers/_animate.scss */
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

/**
* FadeOutUpBig Keyframes Animation
*/
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
/* line 1091, source/helpers/_animate.scss */
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

/**
* Flip Keyframes Animation
*/
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
/* line 1138, source/helpers/_animate.scss */
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

/**
* FlipInX Keyframes Animation
*/
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1183, source/helpers/_animate.scss */
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

/**
* FlipInY Keyframes Animation
*/
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
/* line 1228, source/helpers/_animate.scss */
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

/**
* FlipOutX Keyframes Animation
*/
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
/* line 1259, source/helpers/_animate.scss */
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

/**
* FlipOutY Keyframes Animation
*/
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
/* line 1292, source/helpers/_animate.scss */
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

/**
* LightSpeedIn Keyframes Animation
*/
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1332, source/helpers/_animate.scss */
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/**
* LightSpeedOut Keyframes Animation
*/
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
/* line 1356, source/helpers/_animate.scss */
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

/**
* RotateIn Keyframes Animation
*/
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1386, source/helpers/_animate.scss */
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

/**
* RotateInDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1414, source/helpers/_animate.scss */
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

/**
* RotateInDownRight Keyframes Animation
*/
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1442, source/helpers/_animate.scss */
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

/**
* RotateInUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1470, source/helpers/_animate.scss */
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

/**
* RotateInUpRight Keyframes Animation
*/
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
/* line 1498, source/helpers/_animate.scss */
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

/**
* RotateOut Keyframes Animation
*/
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
/* line 1524, source/helpers/_animate.scss */
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

/**
* RotateOutDownLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
/* line 1550, source/helpers/_animate.scss */
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

/**
* RotateOutDownRight Keyframes Animation
*/
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 1576, source/helpers/_animate.scss */
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

/**
* RotateOutUpLeft Keyframes Animation
*/
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
/* line 1602, source/helpers/_animate.scss */
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

/**
* RotateOutUpRight Keyframes Animation
*/
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
/* line 1628, source/helpers/_animate.scss */
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

/**
* Hinge Keyframes Animation
*/
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
/* line 1672, source/helpers/_animate.scss */
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/**
* RollIn Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* line 1715, source/helpers/_animate.scss */
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/**
* RollOut Keyframes Animation
*
* @author Nick Pettit
* @link https://github.com/nickpettit/glide
*/
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
/* line 1740, source/helpers/_animate.scss */
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/**
* ZoomIn Keyframes Animation
*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
/* line 1762, source/helpers/_animate.scss */
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

/**
* ZoomInDown Keyframes Animation
*/
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1790, source/helpers/_animate.scss */
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

/**
* ZoomInLeft Keyframes Animation
*/
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1818, source/helpers/_animate.scss */
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

/**
* ZoomInRight Keyframes Animation
*/
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1846, source/helpers/_animate.scss */
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

/**
* ZoomInUp Keyframes Animation
*/
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1874, source/helpers/_animate.scss */
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

/**
* ZoomOut Keyframes Animation
*/
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
/* line 1900, source/helpers/_animate.scss */
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

/**
* ZoomOutDown Keyframes Animation
*/
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 1930, source/helpers/_animate.scss */
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

/**
* ZoomOutLeft Keyframes Animation
*/
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
/* line 1956, source/helpers/_animate.scss */
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

/**
* ZoomOutRight Keyframes Animation
*/
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
/* line 1982, source/helpers/_animate.scss */
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

/**
* ZoomOutUp Keyframes Animation
*/
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
/* line 2012, source/helpers/_animate.scss */
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

/**
* SlideInDown Keyframes Animation
*/
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 2035, source/helpers/_animate.scss */
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

/**
* SlideInLeft Keyframes Animation
*/
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 2058, source/helpers/_animate.scss */
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

/**
* SlideInRight Keyframes Animation
*/
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 2081, source/helpers/_animate.scss */
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

/**
* SlideInUp Keyframes Animation
*/
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 2104, source/helpers/_animate.scss */
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/**
* SlideOutDown Keyframes Animation
*/
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
/* line 2127, source/helpers/_animate.scss */
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

/**
* SlideOutLeft Keyframes Animation
*/
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
/* line 2150, source/helpers/_animate.scss */
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

/**
* SlideOutRight Keyframes Animation
*/
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
/* line 2173, source/helpers/_animate.scss */
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

/**
* SlideOutUp Keyframes Animation
*/
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
/* line 2196, source/helpers/_animate.scss */
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/*
* @subsection   Floating System
*/
/* line 5, source/helpers/_floating.scss */
.pull-left {
  float: left;
}

/* line 9, source/helpers/_floating.scss */
.pull-none {
  float: none;
}

/* line 13, source/helpers/_floating.scss */
.pull-right {
  float: right;
}

@media (min-width: 480px) {
  /* line 18, source/helpers/_floating.scss */
  .pull-xs-left {
    float: left;
  }

  /* line 22, source/helpers/_floating.scss */
  .pull-xs-none {
    float: none;
  }

  /* line 26, source/helpers/_floating.scss */
  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  /* line 18, source/helpers/_floating.scss */
  .pull-sm-left {
    float: left;
  }

  /* line 22, source/helpers/_floating.scss */
  .pull-sm-none {
    float: none;
  }

  /* line 26, source/helpers/_floating.scss */
  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  /* line 18, source/helpers/_floating.scss */
  .pull-md-left {
    float: left;
  }

  /* line 22, source/helpers/_floating.scss */
  .pull-md-none {
    float: none;
  }

  /* line 26, source/helpers/_floating.scss */
  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  /* line 18, source/helpers/_floating.scss */
  .pull-lg-left {
    float: left;
  }

  /* line 22, source/helpers/_floating.scss */
  .pull-lg-none {
    float: none;
  }

  /* line 26, source/helpers/_floating.scss */
  .pull-lg-right {
    float: right;
  }
}
/*
* @subsection   Text Alignment
*/
/* line 5, source/helpers/_text-alignment.scss */
.text-left, .cart-summary .cart-totals {
  text-align: left;
}

/* line 9, source/helpers/_text-alignment.scss */
.text-center, .page-title,
.section-title {
  text-align: center;
}

/* line 13, source/helpers/_text-alignment.scss */
.text-right {
  text-align: right;
}

@media (min-width: 480px) {
  /* line 18, source/helpers/_text-alignment.scss */
  .text-xs-left {
    text-align: left;
  }

  /* line 22, source/helpers/_text-alignment.scss */
  .text-xs-center {
    text-align: center;
  }

  /* line 26, source/helpers/_text-alignment.scss */
  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  /* line 18, source/helpers/_text-alignment.scss */
  .text-sm-left {
    text-align: left;
  }

  /* line 22, source/helpers/_text-alignment.scss */
  .text-sm-center {
    text-align: center;
  }

  /* line 26, source/helpers/_text-alignment.scss */
  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  /* line 18, source/helpers/_text-alignment.scss */
  .text-md-left {
    text-align: left;
  }

  /* line 22, source/helpers/_text-alignment.scss */
  .text-md-center {
    text-align: center;
  }

  /* line 26, source/helpers/_text-alignment.scss */
  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  /* line 18, source/helpers/_text-alignment.scss */
  .text-lg-left {
    text-align: left;
  }

  /* line 22, source/helpers/_text-alignment.scss */
  .text-lg-center {
    text-align: center;
  }

  /* line 26, source/helpers/_text-alignment.scss */
  .text-lg-right {
    text-align: right;
  }
}
/*
* @subsection   Text Styling
*/
/* line 5, source/helpers/_text-styling.scss */
.italic {
  font-style: italic;
}

/* line 9, source/helpers/_text-styling.scss */
.italic {
  font-style: italic;
}

/* line 13, source/helpers/_text-styling.scss */
.underline {
  text-decoration: underline;
}

/* line 17, source/helpers/_text-styling.scss */
.strike {
  text-decoration: line-through;
}

/* line 21, source/helpers/_text-styling.scss */
.thin {
  font-weight: 100;
}

/* line 25, source/helpers/_text-styling.scss */
.light {
  font-weight: 300;
}

/* line 29, source/helpers/_text-styling.scss */
.regular {
  font-weight: 400;
}

/* line 33, source/helpers/_text-styling.scss */
.medium, .collapsible-block .opener::before {
  font-weight: 500;
}

/* line 37, source/helpers/_text-styling.scss */
.sbold {
  font-weight: 600;
}

/* line 41, source/helpers/_text-styling.scss */
.bold, strong {
  font-weight: 600;
}

/* line 45, source/helpers/_text-styling.scss */
.ubold {
  font-weight: 900;
}

/*
* @subsection   Icons
*/
/* line 6, source/helpers/_icons.scss */
.big-circle-icon {
  display: block;
  width: 122px;
  height: 122px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 2px solid;
}
/* line 13, source/helpers/_icons.scss */
.big-circle-icon:before {
  font-size: 66px;
  line-height: 122px;
  text-align: center;
  width: 100%;
}

/* line 21, source/helpers/_icons.scss */
.medium-icon {
  margin: 0 auto 1rem;
}
/* line 23, source/helpers/_icons.scss */
.medium-icon:before {
  font-size: 60px;
  line-height: 1em;
}

/* line 30, source/helpers/_icons.scss */
.small-icon:before {
  font-size: 40px;
  line-height: inherit;
}

/*
* @subsection   Typography
*/
/* line 5, source/helpers/_typography.scss */
h1, .heading-1, .block-bundle-summary .product.name {
  font-size: 2rem;
}

/* line 9, source/helpers/_typography.scss */
h2, .heading-2, .block-title, .cart-summary > .title {
  font-size: 1.5rem;
}

/* line 13, source/helpers/_typography.scss */
h3, .heading-3, .collapsible-block .opener {
  font-size: 1.17rem;
}

/* line 17, source/helpers/_typography.scss */
h4, .heading-4, .filter-current .filter-current-subtitle, .opc-block-shipping-information .shipping-information-title, .review-list .review-title, .review-add .review-legend {
  font-size: 1rem;
}

/* line 21, source/helpers/_typography.scss */
h5, .heading-5 {
  font-size: .83rem;
}

/* line 25, source/helpers/_typography.scss */
h6, .heading-6 {
  font-size: .67rem;
}

/* line 30, source/helpers/_typography.scss */
h1,
.heading-1,
.block-bundle-summary .product.name {
  margin-bottom: 25px;
  font-weight: 600;
}

/* line 30, source/helpers/_typography.scss */
h2,
.heading-2,
.block-title,
.cart-summary > .title {
  margin-bottom: 25px;
  font-weight: 600;
}

/* line 30, source/helpers/_typography.scss */
h3,
.heading-3,
.collapsible-block .opener {
  margin-bottom: 25px;
  font-weight: 600;
}

/* line 30, source/helpers/_typography.scss */
h4,
.heading-4,
.filter-current .filter-current-subtitle,
.opc-block-shipping-information .shipping-information-title,
.review-list .review-title,
.review-add .review-legend {
  margin-bottom: 25px;
  font-weight: 600;
}

/* line 30, source/helpers/_typography.scss */
h5,
.heading-5 {
  margin-bottom: 25px;
  font-weight: 600;
}

/* line 30, source/helpers/_typography.scss */
h6,
.heading-6 {
  margin-bottom: 25px;
  font-weight: 600;
}

/* line 38, source/helpers/_typography.scss */
.page-title,
.section-title {
  font-size: 35px;
  line-height: 1;
}
/* line 43, source/helpers/_typography.scss */
.page-title .base,
.section-title .base {
  display: inline-block;
}

/* line 50, source/helpers/_typography.scss */
.page-title-wrapper .page-title {
  margin-bottom: 36px;
}
@media (max-width: 991px) {
  /* line 50, source/helpers/_typography.scss */
  .page-title-wrapper .page-title {
    margin-bottom: 25px;
  }
}

/* line 58, source/helpers/_typography.scss */
.columns .page-title {
  text-align: left;
}
/* line 61, source/helpers/_typography.scss */
.columns .container, .columns .page-print.sales-order-print #maincontent, .page-print.sales-order-print .columns #maincontent {
  padding: 0;
}

/* line 27, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.am-checkout.-modern {
  box-sizing: border-box;
  padding: 0;
  background: none;
}
/* line 33, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.am-checkout.-modern.-layout-1column {
  margin: auto;
  max-width: 750px;
}
/* line 38, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.am-checkout.-modern .checkout-header {
  padding: 0;
}
/* line 42, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.am-checkout.-modern .authentication-wrapper {
  margin-right: 0;
}
/* line 46, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  padding: 5px 20px;
  height: auto;
  border-radius: 2px;
  background: #000;
  color: #fff;
}
/* line 54, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.am-checkout.-modern .opc-estimated-wrapper {
  margin: 0 -15px 15px;
}

/* line 60, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-main-container.-modern {
  clear: both;
  color: #363636;
}

/* line 72, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container {
  font-size: 16px;
}
/* line 76, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container > li {
  list-style: none;
}
/* line 80, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-title {
  display: block;
  margin: 0;
  padding: 15px;
  background: #55A67E;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
}
/* line 91, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
  position: relative;
  float: right;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: 2px solid #000;
  border-radius: 50%;
  transition: all .3s ease;
}
/* line 102, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover, .amcheckout-step-container .amcheckout-title > .amcheckout-icon:hover:before {
  border-color: #262626;
}
/* line 109, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {
  position: absolute;
  top: 41%;
  left: 50%;
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
  transition: all .3s ease;
  transform: translate(-50%, -50%) rotate(45deg);
}
/* line 125, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus {
  transform: rotate(180deg);
}
/* line 129, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 20px 0;
}
/* line 133, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .fieldset:last-child {
  margin-bottom: 0;
}
/* line 137, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .fieldset > .legend + br {
  display: none;
}
/* line 141, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .fieldset > .field > .label,
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-weight: normal;
}
/* line 146, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .opc-block-summary {
  margin: 0;
  padding: 0;
}
/* line 151, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .field-select-billing,
.amcheckout-step-container .checkout-payment-method .billing-address-form {
  max-width: inherit;
}
/* line 156, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .checkout-billing-address {
  margin-top: 15px;
}
/* line 160, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .note {
  color: #777;
}
/* line 166, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
  border: none;
  border-radius: 2px;
  background: #000;
  box-shadow: none;
  color: #fff;
}
/* line 174, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):hover,
.amcheckout-step-container button:not(.braintree-googlepay-button):hover {
  border: none;
}
/* line 179, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-button.-new-address {
  margin-top: 20px;
}
/* line 183, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .payment-method-content > .actions-toolbar > .primary .action.primary {
  float: none;
  margin: 0 15px 0 0;
  padding: 12px 16px;
  font-size: 16px;
}
/* line 190, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .action-edit-address {
  margin-top: 15px;
}
/* line 194, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .primary .action.checkout,
.amcheckout-step-container .action.checkout.amasty {
  padding: 14px 30px;
  background: #000;
}
/* line 201, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .form-discount .actions-toolbar .action {
  min-height: 40px;
}
/* line 205, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container input[type='text'],
.amcheckout-step-container input[type='password'],
.amcheckout-step-container input[type='url'],
.amcheckout-step-container input[type='tel'],
.amcheckout-step-container input[type='search'],
.amcheckout-step-container input[type='number'],
.amcheckout-step-container input[type='datetime'],
.amcheckout-step-container input[type='email'],
.amcheckout-step-container select {
  height: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  font-size: 16px;
}
/* line 220, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-agreements .action-show {
  background: inherit;
  color: inherit;
  font-size: inherit;
}
/* line 227, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-agreements .action-show,
.amcheckout-step-container .action.checkout.amasty {
  height: auto;
}

/* line 235, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container input[type='checkbox'],
.amcheckout-step-container input[type='radio'] {
  display: none;
}
/* line 240, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container input[type='checkbox'] + label,
.amcheckout-step-container input[type='radio'] + label {
  display: flex;
  cursor: pointer;
}
/* line 246, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container input[type='checkbox'] + label span:only-child,
.amcheckout-step-container input[type='radio'] + label span:only-child {
  flex: auto;
}
/* line 251, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container input[type='checkbox'] + label:before,
.amcheckout-step-container input[type='radio'] + label:before {
  display: inline-block;
  box-sizing: border-box;
  margin: 3px 15px 0 0;
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  background: #fff !important;
  content: '';
  cursor: pointer;
}
/* line 266, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container input[type='checkbox'] + label:hover:before,
.amcheckout-step-container input[type='radio'] + label:hover:before,
.amcheckout-step-container input[type='checkbox']:checked + label:before,
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #000;
  box-shadow: 0 2px 4px rgba(63, 156, 215, 0.4);
}
/* line 274, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container input[type='checkbox'] + label:before {
  border-radius: 2px;
}
/* line 278, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container input[type='checkbox']:checked + label:before {
  border-width: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3Qgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iMiIgZmlsbD0iIzE5NzlDMyIvPjxwYXRoIGQ9Ik01IDEwbDQgNCA2LTciIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=) center no-repeat !important;
  background-size: contain !important;
}
/* line 284, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
}
/* line 289, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container input[type='radio']:checked + label:before {
  border-width: 5px;
}

/* line 297, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-form-login,
.amcheckout-step-container .form-login {
  margin-bottom: 30px;
  border-bottom: 1px solid #d4d4d4;
}
/* line 302, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-form-login .amcheckout-email,
.amcheckout-step-container .form-login .amcheckout-email {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
/* line 308, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
/* line 314, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  width: calc(50% - 7px);
}
/* line 318, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper .input-text,
.amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper .input-text {
  margin: 0;
  width: 100%;
}
/* line 323, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .field-tooltip,
.amcheckout-step-container .form-login .amcheckout-email .field-tooltip {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  margin-left: 10px;
  height: 40px;
}
/* line 332, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note,
.amcheckout-step-container .form-login .amcheckout-email .note {
  margin-left: auto;
  color: #363636;
  line-height: 40px;
}
/* line 338, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-form-login .amcheckout-password,
.amcheckout-step-container .form-login .amcheckout-password {
  display: inline-block;
}
/* line 342, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-form-login .amcheckout-password.-confirm,
.amcheckout-step-container .form-login .amcheckout-password.-confirm {
  float: right;
}
/* line 346, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-form-login .actions-toolbar,
.amcheckout-step-container .form-login .actions-toolbar {
  margin-bottom: 20px;
}

/* line 353, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address {
  margin-top: 20px;
}
/* line 357, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-address .billing-address-same-as-shipping-block,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-form,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-form {
  margin-bottom: 10px;
}
/* line 363, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
  padding: 20px;
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
/* line 379, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:empty,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:empty {
  display: none;
}
/* line 384, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button {
  margin-top: 20px;
}
/* line 389, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select {
  float: right;
  border: 1px solid #1787e0;
  background: #ddf0ff;
  color: #000;
}
/* line 396, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-select:hover {
  background: #1787e0;
  color: #fff;
}
/* line 403, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit {
  padding-left: 0;
  background: none;
  color: #4e4e4e;
  font-size: 16px;
}
/* line 410, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover {
  color: #000;
}
/* line 414, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
  content: '';
}
/* line 423, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzE5NzlDMyIvPjwvc3ZnPg==) center no-repeat;
  background-size: contain;
}

/* line 433, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .shipping-address-items .shipping-address-item {
  padding: 20px;
  line-height: 30px;
}
/* line 444, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item .amcheckout-button.-select {
  visibility: hidden;
}

/* line 451, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-methods {
  display: block;
  max-width: inherit !important;
}
/* line 456, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-header {
  display: none;
}
/* line 464, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
}
/* line 476, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
}
/* line 480, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip {
  position: relative;
}
/* line 485, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-action:before,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col-comment .field-tooltip.-error .field-tooltip-content {
  color: #c00815;
}

/* line 494, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
/* line 498, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  float: none;
  padding: 10px 20px;
}
/* line 503, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary .action {
  margin-top: 0;
}
/* line 507, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
  color: #000;
}

/* line 519, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-delivery-date .field {
  width: 100%;
}
/* line 523, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
  display: block;
}
/* line 527, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-delivery-date .field.timepicker .control {
  width: 100%;
}

/* line 534, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
  margin: 0;
}
/* line 542, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group + .payment-group .step-title {
  margin: 0;
}
/* line 546, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-group:not(:last-of-type) {
  margin-bottom: 40px;
}
/* line 550, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  padding: 0;
  width: 100%;
}
/* line 557, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 20px;
}
/* line 565, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title {
  padding: 0;
  border: none !important;
}
/* line 570, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 20px;
  align-items: flex-start;
}
/* line 575, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label > *:not(:only-child):not(:last-of-type) {
  margin-right: 5px;
}
/* line 580, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label .action-help {
  margin-left: auto;
  text-align: right;
}
/* line 585, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method .payment-method-content {
  display: none;
}
/* line 589, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 0 20px 0 45px;
}
/* line 594, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * {
  margin: 0;
}
/* line 598, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content > * > * {
  margin: 0 0 20px;
}
/* line 603, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content .amazon-button-container__cell {
  display: inline-block;
  vertical-align: middle;
}
/* line 608, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
  float: left;
  padding-left: 0;
}

/* line 616, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container {
  background: none;
}
/* line 625, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
  background: #fff;
}
/* line 629, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
  padding: 20px;
}
/* line 633, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  margin-bottom: 20px;
  border-bottom: 1px solid #d4d4d4;
}
/* line 639, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 0;
  width: 10px;
  height: 15px;
  border: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
/* line 653, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .product-item .delete:hover {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjMTk3OWMzIi8+PC9zdmc+) center no-repeat;
  background-size: contain;
}
/* line 659, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .product-item .action.checkout {
  float: left;
  margin-bottom: 10px;
}
/* line 664, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .product-item .product {
  padding-bottom: 15px;
  position: relative;
}
/* line 669, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
  margin: 0;
  border: 1px solid #d4d4d4;
}
/* line 674, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding-left: 100px;
}
/* line 678, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
  padding: 15px 0 0;
}
/* line 682, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  display: flex;
  align-items: center;
}
/* line 687, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
  display: flex;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 20px 10px 0;
}
/* line 699, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout {
  border: 1px solid #1787e0;
  border-radius: 2px;
  background: #f0f8ff;
  color: #1787e0;
}
/* line 706, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .product-item-details .action.checkout:hover {
  background: #e6f3ff;
}
/* line 711, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .product-item-details .options {
  padding-right: 20px;
}
/* line 715, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  margin: 0;
}
/* line 719, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .details-qty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0 0;
}
/* line 726, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .details-qty .label {
  margin-right: 10px;
}
/* line 730, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
  height: 30px;
}
/* line 734, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .subtotal {
  width: auto;
}
/* line 738, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .field.configurable {
  width: 50%;
}
/* line 742, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .field.configurable:not(:last-of-type) {
  margin-bottom: 10px;
}
/* line 746, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  width: 100%;
  border: none;
  font-size: 14px;
}
/* line 752, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .mark,
.amcheckout-step-container .amcheckout-summary-container .table-totals .grand .amount {
  border-top: none;
}
/* line 757, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-summary-container .item-options .label {
  display: block;
  margin-bottom: 10px;
}

/* line 765, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-additional-options {
  margin: 0;
  padding: 0 20px;
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  font-size: 0;
}
/* line 773, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 14px;
}
/* line 777, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 20px 0;
}
/* line 782, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 5px;
}
/* line 786, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .amcheckout-additional-options .checkout-agreement .action-show {
  text-align: left;
}

/* line 793, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .opc-payment-additional {
  padding: 0 20px;
}
/* line 797, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .opc-payment-additional .payment-option-title,
.amcheckout-step-container .opc-payment-additional .payment-option-content {
  padding-right: 0;
  padding-left: 0;
  display: block;
}
/* line 804, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .opc-payment-additional .label {
  display: block;
  margin-bottom: 4px;
}
/* line 809, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-step-container .opc-payment-additional .form-discount .label {
  display: none;
}

/* line 816, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
.amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  /* line 827, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }

  /* line 833, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: calc(50% - 7px);
  }
  /* line 841, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  /* line 846, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  /* line 850, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  /* line 856, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #55A67E;
    color: #363636;
  }
  /* line 861, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  /* line 865, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  /* line 869, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
  }
  /* line 876, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  /* line 882, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 100%;
  }
  /* line 888, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  /* line 893, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }

  /* line 899, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }

  /* line 905, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  /* line 909, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  /* line 913, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  /* line 918, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    width: 380px;
    transition: all .3s ease;
  }
  /* line 924, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    overflow: auto;
    max-height: 100vh;
  }

  /* line 931, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary {
    border: 1px solid #d4d4d4;
    background: #fff;
  }
  /* line 936, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  /* line 941, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  /* line 947, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  /* line 953, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    width: 100%;
  }
  /* line 957, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: auto;
  }
  /* line 961, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: 0;
    width: 100%;
  }
  /* line 968, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #fff;
  }
  /* line 972, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }

  /* line 980, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-sticky-stopper {
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
  }

  /* line 991, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  /* line 996, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  /* line 1004, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  /* line 1010, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  /* line 1015, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  /* line 1023, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  /* line 1027, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  /* line 1034, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  /* line 1039, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  /* line 1043, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  /* line 1049, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  /* line 1053, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  /* line 1058, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  /* line 1062, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  /* line 1066, ../../Amasty_Checkout/web/css/source/module/_modern.scss */
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    position: absolute;
    top: 7px;
    right: 7px;
    margin: 0;
  }
}
/* line 20, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .authentication-wrapper {
  margin-right: 9px;
}
/* line 25, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .checkout-header {
  margin: 12px 0 20px;
  padding: 0 9px;
  width: 100%;
}
/* line 31, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .checkout-header .title {
  margin: 0 auto 7px;
  font-size: 25px;
}
/* line 36, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .checkout-header .description {
  font-size: 18px;
}
/* line 42, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper {
  float: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 52, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column, .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
  width: 100%;
}
/* line 58, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(3n + 1):before {
  display: block;
}
/* line 62, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:nth-child(2n + 1):before {
  display: none;
}
/* line 69, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item, .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item {
  width: 50%;
}
/* line 73, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item:only-child, .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .shipping-address-item:only-child {
  width: 100%;
}
/* line 78, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .table-checkout-shipping-method, .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2-3-columns .table-checkout-shipping-method {
  width: 100%;
  min-width: 0;
}
/* line 84, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper:before {
  display: none;
}
/* line 88, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .step-content {
  margin: 0;
}
/* line 92, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address {
  margin-bottom: 0;
}
/* line 97, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .discount-code {
  display: none;
}
/* line 101, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .rewards-add {
  display: none;
}
/* line 105, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper #co-payment-form .gift-code {
  display: none;
}
/* line 110, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .discount-code .payment-option-title {
  border: none;
}
/* line 114, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement {
  display: flex;
  flex-wrap: wrap;
}
/* line 119, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement label {
  flex: 1 1;
}
/* line 123, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement div.mage-error {
  flex-basis: 100%;
}
/* line 127, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-agreement .action-show {
  text-align: left;
}
/* line 131, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content,
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content {
  padding: 0 22px 20px;
}
/* line 136, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content .action-apply {
  margin-right: 0;
}
/* line 140, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content .actions-toolbar > .primary {
  padding-right: 0;
}
/* line 144, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-block > li {
  list-style-type: none;
}
/* line 148, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment {
  margin-bottom: 10px;
}
/* line 152, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: break-all;
  word-wrap: break-word;
}
/* line 158, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address {
  max-width: 500px;
}
/* line 162, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .billing-address-same-as-shipping-block {
  margin: 5px 0 10px;
}
/* line 166, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar {
  margin-top: 15px;
}
/* line 170, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .actions-toolbar .action.action-cancel {
  margin: 0 20px 0 0;
}
/* line 174, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: right;
}
/* line 178, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .field-select-billing .label {
  display: none;
}
/* line 184, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-shipping-address .primary {
  float: right;
}
/* line 191, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .am-submit-summary #checkout-payment-method-load .actions-toolbar {
  display: none;
}
/* line 195, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .am-submit-summary #checkout-payment-method-load .payment-method-billing-address .actions-toolbar {
  display: block;
}
/* line 201, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar {
  display: block;
  position: fixed;
  z-index: 999;
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #eaeaea;
  left: 50%;
  transform: translate(-50%);
}
/* line 214, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .am-submit-fixed #checkout-payment-method-load .actions-toolbar > * {
  float: none;
}
/* line 218, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .am-submit-fixed.-top #checkout-payment-method-load .actions-toolbar {
  bottom: auto;
  top: 0;
}
/* line 223, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .am-submit-fixed.-bottom #checkout-payment-method-load .actions-toolbar {
  bottom: 0;
}
/* line 228, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .checkout-block {
  margin: 7px 9px 32px;
  padding: 24px 12px;
  background: white;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow .5s;
  -moz-transition: box-shadow .5s;
  -ms-transition: box-shadow .5s;
  -o-transition: box-shadow .5s;
  transition: box-shadow .5s;
}
/* line 238, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .checkout-block:hover {
  box-shadow: 0 1px 4px 1px rgba(25, 121, 195, 0.45);
}
/* line 243, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .am-checkout {
  margin: 20px 0;
  padding: 12px;
}
/* line 248, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .am-checkout:not(.-modern) {
  background: #eaeaea;
}
/* line 253, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-block-summary {
  margin: -24px -12px 0;
  padding: 24px 12px;
}
/* line 258, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-block-summary .minicart-items-wrapper {
  margin: 0;
}
/* line 264, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .additional-options {
  margin: 24px 7px 12px;
}
/* line 269, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .additional-options .checkout-agreements .action-show {
  line-height: 1.42857143;
  padding: 0;
  color: #006bb4;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 400;
  border-radius: 0;
}
/* line 281, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .additional-options .checkout-agreements .action-show:not(:focus) {
  box-shadow: none;
}
/* line 286, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .additional-options .field {
  margin-top: 7px;
}
/* line 292, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .am-gift-message .edit-link {
  display: none;
  color: #1979c3;
  cursor: pointer;
}
/* line 298, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .am-gift-message.checked .edit-link {
  display: inline;
}
/* line 304, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .amcheckout-delivery-date .field {
  float: left;
  padding-top: 4px;
  width: 100%;
  box-sizing: border-box;
}
/* line 311, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .amcheckout-delivery-date .field.comment {
  width: 100%;
}
/* line 315, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .amcheckout-delivery-date .field.datepicker, .checkout-index-index .amcheckout-delivery-date .field.timepicker {
  display: flex;
  -moz-box-align: center;
  justify-content: space-between;
}
/* line 322, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control, .checkout-index-index .amcheckout-delivery-date .field.timepicker .control {
  flex: none;
  width: 60%;
}
/* line 328, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .amcheckout-delivery-date .field.datepicker .control .ui-datepicker-trigger {
  margin-left: 7px;
}
/* line 332, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .amcheckout-delivery-date .field .label {
  display: block;
  margin: 12px 0;
}
/* line 338, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .amcheckout-delivery-date .clearer {
  clear: both;
}
/* line 342, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .amcheckout-delivery-date .field._required > .label:after,
.checkout-index-index .additional-options .field._required .label:after {
  margin: 0 0 0 5px;
  font-size: 1.2rem;
  content: '*';
  color: #e02b27;
}
/* line 351, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-inner-adjust-hue-button,
.checkout-index-index .opc-block-summary .minicart-items input[type='number']::-webkit-outer-adjust-hue-button {
  -webkit-appearance: inner-adjust-hue-button !important;
}
/* line 356, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-block-summary .minicart-items input[type='number']:focus {
  -moz-appearance: adjust-huener !important;
}
/* line 360, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-block-summary .minicart-items input.qty {
  width: 55px;
}
/* line 364, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-block-summary .minicart-items button {
  margin-top: 12px;
  float: right;
}
/* line 369, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-block-summary .minicart-items .delete {
  float: left;
  padding: 3px;
  width: 7px;
  height: 7px;
  border: 1px #b6b6b6 solid;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) no-repeat center;
  background-size: 7px;
  cursor: pointer;
}
/* line 381, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-block-summary .minicart-items .product-item-details {
  padding-left: 0px;
}
/* line 385, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
  margin-left: 16px;
}
@media (min-width: 900px) {
  /* line 391, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
  .checkout-index-index .opc-wrapper.am-opc-wrapper {
    flex-direction: row;
  }
  /* line 394, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-2columns .checkout-column {
    width: 50%;
  }
  /* line 398, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
  .checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .checkout-column {
    width: 33.3%;
  }
}
/* line 406, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method {
  max-width: 600px;
}
/* line 410, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index #opc-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .col-price {
  min-width: unset;
}
/* line 416, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-index-index .modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  right: 0;
  left: 0;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

/* line 427, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-payment-method .payment-methods {
  margin: 0;
}
/* line 431, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-payment-method .payment-methods .actions-toolbar .primary {
  padding: 14px 17px;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

/* line 438, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-payment-method.submit .payment-methods {
  margin: 0;
}

/* line 442, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.fieldset.address {
  margin: -7px;
}
/* line 445, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.fieldset.address > .field {
  display: inline-block;
  padding: 0 7px;
  width: 100%;
  vertical-align: top;
  box-sizing: border-box;
}

/* line 455, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.checkout-success .success-messages {
  margin-bottom: 40px;
  font-size: 18px;
}

/* line 461, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.account .column.main .order-details-items {
  margin-bottom: 0;
}
/* line 465, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.account .column.main .order-details-items .order-items .data.table > tbody > tr:nth-child(even) > td {
  background: none;
}

/* line 471, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.page-main .block.block-order-details {
  margin-bottom: 25px;
}
/* line 475, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.page-main .block.block-order-details .delivery {
  float: right;
  font-weight: bold;
}
/* line 480, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.page-main .block.block-order-details .delivery .delivery-field {
  float: left;
  margin-left: 12px;
}
/* line 484, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.page-main .block.block-order-details .block-title {
  font-size: 15px;
}
/* line 487, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.page-main .block.block-order-details .order-date {
  padding-bottom: 25px;
  border-bottom: 1px solid #c6c6c6;
  font-size: 16px;
}

/* line 494, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.page-main .block.block-order-details-comments {
  margin-bottom: 35px;
}

/* line 499, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.page-main .block.block-order-details-view {
  margin-bottom: 10px;
}
/* line 503, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.page-main .block.block-order-details-view:nth-child(2) .block-title {
  display: none;
}

/* line 508, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
#registration {
  position: relative;
  margin: 20px 0 25px;
  padding: 0 0 0 12px;
  width: 600px;
  border-left: 3px solid #f58c12;
}
/* line 515, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
#registration br {
  display: none;
}
/* line 519, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
#registration form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 532, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
.opc-estimated-wrapper .minicart-wrapper {
  display: none;
}

@media (min-width: 640px) {
  /* line 543, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field {
    display: block;
    width: 50%;
  }
  /* line 548, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field:nth-child(2n) {
    padding-left: 7px;
  }
  /* line 552, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
  .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.datepicker .control, .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.timepicker .control, .checkout-index-index .opc-wrapper.am-opc-wrapper .amcheckout-delivery-date .field.comment {
    width: 100%;
  }

  /* line 559, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
  .checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
    width: 500px;
  }
}
@media (min-width: 1024px) {
  /* line 569, ../../Amasty_Checkout/web/css/source/module/_classic.scss */
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
}
/* line 6, ../../Amasty_Checkout/web/css/source/module/_helpers.scss */
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 14, ../../Amasty_Checkout/web/css/source/module/_helpers.scss */
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
/* line 26, ../../Amasty_Checkout/web/css/source/module/_helpers.scss */
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
/* line 30, ../../Amasty_Checkout/web/css/source/module/_helpers.scss */
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
/* line 34, ../../Amasty_Checkout/web/css/source/module/_helpers.scss */
._amcheckout-selectable-item.-selected {
  border-color: #000;
}

@media all and (min-width: 768px) {
  /* line 41, ../../Amasty_Checkout/web/css/source/module/_helpers.scss */
  ._amcheckout-selectable-item {
    width: 48%;
  }
  /* line 45, ../../Amasty_Checkout/web/css/source/module/_helpers.scss */
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
/* line 1, ../../DigitalUp_Tasker/web/css/source/_module.scss */
.color-variations {
  margin: 30px 0;
}
/* line 3, ../../DigitalUp_Tasker/web/css/source/_module.scss */
.color-variations ul.product-colors {
  display: flex;
  justify-content: start;
  overflow-x: auto;
}
/* line 8, ../../DigitalUp_Tasker/web/css/source/_module.scss */
.color-variations ul.product-colors li.product-color {
  margin-right: 15px;
  text-align: center;
}

/* line 5, ../../Magento_Theme/web/css/source/_module.scss */
* {
  margin: 0;
}

/* line 9, ../../Magento_Theme/web/css/source/_module.scss */
html, body {
  height: 100%;
}

/* line 13, ../../Magento_Theme/web/css/source/_module.scss */
body {
  font-family: "CeraPro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  -webkit-text-size-adjust: none;
  background: #ffffff;
}

/* line 23, ../../Magento_Theme/web/css/source/_module.scss */
a {
  transition: .2s ease;
}

/* line 27, ../../Magento_Theme/web/css/source/_module.scss */
a:hover {
  transition: .3s ease;
}

/* line 32, ../../Magento_Theme/web/css/source/_module.scss */
p {
  margin-bottom: 1rem;
}

/* line 36, ../../Magento_Theme/web/css/source/_module.scss */
mark {
  color: #FFF;
}

/* line 40, ../../Magento_Theme/web/css/source/_module.scss */
small, .small {
  font-size: .8em;
}

/* line 44, ../../Magento_Theme/web/css/source/_module.scss */
.big {
  font-size: 1.2em;
}

/* line 48, ../../Magento_Theme/web/css/source/_module.scss */
pre {
  white-space: normal;
}

/* line 52, ../../Magento_Theme/web/css/source/_module.scss */
.page-wrapper {
  overflow: hidden;
  position: relative;
}

/* line 59, ../../Magento_Theme/web/css/source/_module.scss */
.old-price .price {
  text-decoration: line-through;
}

/* line 66, ../../Magento_Theme/web/css/source/_module.scss */
.special-price .price-label,
.old-price .price-label {
  display: none;
}

/* line 71, ../../Magento_Theme/web/css/source/_module.scss */
.modals-wrapper {
  position: relative;
  z-index: 5;
}

/* line 75, ../../Magento_Theme/web/css/source/_module.scss */
#notice-cookie-block {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
  text-align: center;
  cursor: default;
}
/* line 85, ../../Magento_Theme/web/css/source/_module.scss */
#notice-cookie-block > div::after {
  display: none;
}
/* line 88, ../../Magento_Theme/web/css/source/_module.scss */
#notice-cookie-block .content {
  max-width: 800px;
  margin: 0 auto;
}

/* line 97, ../../Magento_Theme/web/css/source/_module.scss */
.page-header {
  position: relative;
  height: auto !important;
  z-index: 3;
}

/* line 102, ../../Magento_Theme/web/css/source/_module.scss */
.loading-mask.for-slider {
  display: block;
}

/* line 106, ../../Magento_Theme/web/css/source/_module.scss */
.page-header__panel .container, .page-header__panel .page-print.sales-order-print #maincontent, .page-print.sales-order-print .page-header__panel #maincontent {
  display: flex;
  justify-content: space-between;
}
/* line 110, ../../Magento_Theme/web/css/source/_module.scss */
.page-header__panel .links {
  order: 2;
}

/* line 115, ../../Magento_Theme/web/css/source/_module.scss */
.header-info {
  text-align: center;
  padding: 20px 0 17px;
}
/* line 118, ../../Magento_Theme/web/css/source/_module.scss */
.header-info i {
  font-size: 30px;
  line-height: 0;
  vertical-align: sub;
  display: inline-block;
  margin-right: 9px;
}
/* line 125, ../../Magento_Theme/web/css/source/_module.scss */
.header-info strong {
  color: #FFF;
}
@media (max-width: 1199px) {
  /* line 115, ../../Magento_Theme/web/css/source/_module.scss */
  .header-info {
    display: none;
  }
}

/* line 133, ../../Magento_Theme/web/css/source/_module.scss */
.panel-container-wrap {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
/* line 161, source/_mixins.scss */
.panel-container-wrap:before, .panel-container-wrap:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.panel-container-wrap:after {
  clear: both;
}
@media (min-width: 768px) {
  /* line 133, ../../Magento_Theme/web/css/source/_module.scss */
  .panel-container-wrap {
    padding: 10px 0;
  }
  /* line 138, ../../Magento_Theme/web/css/source/_module.scss */
  .panel-container-wrap .welcome {
    float: left;
    padding: 8px 0 0;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1353px) {
  /* line 144, ../../Magento_Theme/web/css/source/_module.scss */
  .panel-container-wrap .rd-navbar-collapse-container {
    clear: right;
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #eae9e9;
  }
}

/* line 156, ../../Magento_Theme/web/css/source/_module.scss */
.layout_1 .panel-container-wrap .rd-navbar-collapse-container {
  float: right;
}
@media (min-width: 768px) and (max-width: 1353px) {
  /* line 160, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_1 .panel-container-wrap .rd-navbar-collapse-container {
    float: left;
    margin-top: 0;
    border-top: 0;
    width: auto;
    clear: inherit;
  }
  /* line 167, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_1 .panel-container-wrap .welcome {
    float: none;
    display: inline-block;
  }
}

/* line 177, ../../Magento_Theme/web/css/source/_module.scss */
.layout_2 .panel-container-wrap .rd-navbar-collapse-container {
  text-align: center;
}

/* line 184, ../../Magento_Theme/web/css/source/_module.scss */
.layout_3 .page-header__content {
  padding-top: 17px;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  /* line 184, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_3 .page-header__content {
    padding: 0;
  }
}
/* line 194, ../../Magento_Theme/web/css/source/_module.scss */
.layout_3 .page-header__panel .container, .layout_3 .page-header__panel .page-print.sales-order-print #maincontent, .page-print.sales-order-print .layout_3 .page-header__panel #maincontent {
  display: block;
}
/* line 198, ../../Magento_Theme/web/css/source/_module.scss */
.layout_3 .panel-container-wrap {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  /* line 198, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_3 .panel-container-wrap {
    min-height: 61px;
  }
}
/* line 204, ../../Magento_Theme/web/css/source/_module.scss */
.layout_3 .rd-navbar-collapse-container {
  float: right;
}
/* line 207, ../../Magento_Theme/web/css/source/_module.scss */
.layout_3 .panel-container-wrap-bottom {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 207, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_3 .panel-container-wrap-bottom {
    position: relative;
  }
  /* line 212, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_3 .panel-container-wrap-bottom > .logo {
    display: inline-block;
    margin-top: -8px;
  }
}
/* line 217, ../../Magento_Theme/web/css/source/_module.scss */
.layout_3 .panel-container-wrap-bottom .rd-navbar-cart-wrap {
  padding-right: 0;
}

/* line 233, ../../Magento_Theme/web/css/source/_module.scss */
.layout_4 .page-header__panel .container, .layout_4 .page-header__panel .page-print.sales-order-print #maincontent, .page-print.sales-order-print .layout_4 .page-header__panel #maincontent {
  display: block;
}
/* line 237, ../../Magento_Theme/web/css/source/_module.scss */
.layout_4 .panel-container-wrap {
  margin-bottom: 30px;
}
/* line 240, ../../Magento_Theme/web/css/source/_module.scss */
.layout_4 .rd-navbar-collapse-container {
  float: right;
}
/* line 243, ../../Magento_Theme/web/css/source/_module.scss */
.layout_4 .panel-container-wrap-bottom .rd-navbar-cart-wrap {
  padding-right: 0;
}
@media (max-width: 767px) {
  /* line 247, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_4 .logo {
    display: table;
    margin: 0 auto;
  }
  /* line 251, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_4 .page-header__content {
    border-bottom: 1px solid #eae9e9;
  }
}

@media (max-width: 767px) {
  /* line 259, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .header-center-wrap {
    margin-bottom: 0;
  }
}

/* line 265, ../../Magento_Theme/web/css/source/_module.scss */
.welcome {
  display: none;
}

/***** page-header__content ********/
/* line 270, ../../Magento_Theme/web/css/source/_module.scss */
.page-header__content {
  padding: 13px 0 12px;
  position: relative;
  z-index: 3;
}
/* line 275, ../../Magento_Theme/web/css/source/_module.scss */
.page-header__content .logo {
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 275, ../../Magento_Theme/web/css/source/_module.scss */
  .page-header__content .logo {
    max-width: 50%;
  }
}
/* line 281, ../../Magento_Theme/web/css/source/_module.scss */
.page-header__content .logo-wrapper {
  text-align: center;
}
@media (min-width: 1200px) {
  /* line 281, ../../Magento_Theme/web/css/source/_module.scss */
  .page-header__content .logo-wrapper {
    margin-bottom: 15px;
  }
}

/* line 289, ../../Magento_Theme/web/css/source/_module.scss */
.header-center-wrap {
  margin-bottom: 30px;
}

/* line 293, ../../Magento_Theme/web/css/source/_module.scss */
.header-bottom-wrap {
  position: relative;
}
@media (min-width: 768px) {
  /* line 293, ../../Magento_Theme/web/css/source/_module.scss */
  .header-bottom-wrap {
    padding-top: 14px;
    padding-bottom: 6px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/* line 304, ../../Magento_Theme/web/css/source/_module.scss */
.header-bottom-wrap-bg {
  background: #13191e;
  margin: 0 -10000px;
  padding: 0 10000px;
}

@media (min-width: 1200px) {
  /* line 312, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_1 .page-header__content .logo {
    width: 30%;
  }
}
@media (min-width: 768px) {
  /* line 318, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_1 .page-header__content > .container, .layout_1 .page-print.sales-order-print .page-header__content > #maincontent, .page-print.sales-order-print .layout_1 .page-header__content > #maincontent {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
  }
  /* line 324, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_1 .page-header__content .navigation {
    width: 99%;
  }
  /* line 161, source/_mixins.scss */
  .layout_1 .page-header__content .navigation:before, .layout_1 .page-header__content .navigation:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 168, source/_mixins.scss */
  .layout_1 .page-header__content .navigation:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  /* line 330, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_1 .page-header__content > .container, .layout_1 .page-print.sales-order-print .page-header__content > #maincontent, .page-print.sales-order-print .layout_1 .page-header__content > #maincontent {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 333, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_1 .page-header__content .navigation {
    order: 3;
  }
  /* line 336, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_1 .page-header__content .rd-navbar-search-toggle {
    order: 2;
  }
}

@media (min-width: 768px) {
  /* line 345, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_4 .container-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 351, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_4 .rd-navbar-panel-canvas {
    display: none;
  }
}

@media (min-width: 768px) {
  /* line 359, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .panel-container-wrap {
    max-height: 53px;
  }
  /* line 362, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .page-header__content {
    padding-bottom: 0;
  }
  /* line 366, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .header-switchers .switcher {
    border: 0;
    margin-left: 30px;
  }
  /* line 369, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .header-switchers .switcher .dropdown .mage-dropdown-dialog {
    top: 42px;
    right: 0;
    left: auto;
  }
  /* line 375, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .header-switchers .actions .action {
    padding-left: 0;
  }
  /* line 379, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .header-bottom-wrap {
    padding: 14px 0 12px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* line 383, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .header-bottom-wrap > * {
    order: 2;
  }
  /* line 386, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .header-bottom-wrap .navigation {
    order: 0;
  }
  /* line 389, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .header-bottom-wrap .rd-navbar-panel-canvas {
    display: none;
  }
}

/***** end ********/
/* line 398, ../../Magento_Theme/web/css/source/_module.scss */
.header.links li {
  margin-left: 1rem;
}
/* line 402, ../../Magento_Theme/web/css/source/_module.scss */
.header.links .counter:before, .header.links .counter:after {
  font-size: 10px;
}
/* line 406, ../../Magento_Theme/web/css/source/_module.scss */
.header.links .counter:before {
  content: "(";
}
/* line 409, ../../Magento_Theme/web/css/source/_module.scss */
.header.links .counter:after {
  content: ")";
}

/* line 423, ../../Magento_Theme/web/css/source/_module.scss */
.header-switchers {
  float: right;
}
/* line 161, source/_mixins.scss */
.header-switchers:before, .header-switchers:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.header-switchers:after {
  clear: both;
}
/* line 426, ../../Magento_Theme/web/css/source/_module.scss */
.header-switchers > div {
  float: left;
}
/* line 428, ../../Magento_Theme/web/css/source/_module.scss */
.header-switchers > div:nth-child(2) {
  margin-left: 20px;
}
/* line 433, ../../Magento_Theme/web/css/source/_module.scss */
.header-switchers .actions .action {
  background-color: transparent;
  transition: .3s ease;
  padding: 8px 0 6px 30px;
  height: 40px;
  border: 0;
  text-transform: capitalize;
}
/* line 440, ../../Magento_Theme/web/css/source/_module.scss */
.header-switchers .actions .action.active, .header-switchers .actions .action:hover {
  background-color: transparent;
}
/* line 444, ../../Magento_Theme/web/css/source/_module.scss */
.header-switchers .actions .action strong {
  font-weight: normal;
}

/* line 451, ../../Magento_Theme/web/css/source/_module.scss */
.switcher {
  position: relative;
  margin: 0;
  padding: 0;
  border-left: 1px solid #eae9e9;
}
/* line 456, ../../Magento_Theme/web/css/source/_module.scss */
.switcher .toggle {
  cursor: pointer;
}
/* line 458, ../../Magento_Theme/web/css/source/_module.scss */
.switcher .toggle::after {
  font-family: "Linearicons";
  content: "\e93a";
  padding-left: 5px;
  padding-top: 3px;
  font-weight: normal;
  margin-top: -1px;
  float: right;
}
@media (max-width: 991px) {
  /* line 458, ../../Magento_Theme/web/css/source/_module.scss */
  .switcher .toggle::after {
    float: none;
  }
}
/* line 471, ../../Magento_Theme/web/css/source/_module.scss */
.switcher .toggle.active::after {
  content: "\e939";
}
/* line 477, ../../Magento_Theme/web/css/source/_module.scss */
.switcher .dropdown .mage-dropdown-dialog {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 50px;
  background: #FFF;
  box-shadow: 0px 5px 27px 0px rgba(0, 0, 0, 0.09);
  border: none;
  width: 75px;
  text-align: center;
  z-index: 15;
}
/* line 491, ../../Magento_Theme/web/css/source/_module.scss */
.switcher .dropdown .mage-dropdown-dialog a {
  display: block;
  padding: 5px;
}
/* line 496, ../../Magento_Theme/web/css/source/_module.scss */
.switcher .dropdown.active .mage-dropdown-dialog {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* line 504, ../../Magento_Theme/web/css/source/_module.scss */
.switcher-label {
  display: none;
}

/* line 508, ../../Magento_Theme/web/css/source/_module.scss */
.switcher-options {
  border: 0;
}
/* line 511, ../../Magento_Theme/web/css/source/_module.scss */
.switcher-options.active .switcher-dropdown {
  display: inline-block;
}

/* line 520, ../../Magento_Theme/web/css/source/_module.scss */
.switcher-dropdown {
  display: none;
}

/* line 525, ../../Magento_Theme/web/css/source/_module.scss */
.links li {
  display: inline-block;
}

/* line 534, ../../Magento_Theme/web/css/source/_module.scss */
.page-top {
  margin-bottom: 2rem;
}

/* line 542, ../../Magento_Theme/web/css/source/_module.scss */
.breadcrumbs {
  background: #f6f6f6;
  padding: 13px 0;
  position: relative;
}
/* line 547, ../../Magento_Theme/web/css/source/_module.scss */
.breadcrumbs .items .item {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}
/* line 553, ../../Magento_Theme/web/css/source/_module.scss */
.breadcrumbs .items .item:after {
  content: '|';
  position: absolute;
  font-size: 20px;
  right: -5px;
  top: 0;
  color: #eae9e9;
}
/* line 561, ../../Magento_Theme/web/css/source/_module.scss */
.breadcrumbs .items .item:last-child {
  margin-right: 0;
  padding-right: 0;
}
/* line 564, ../../Magento_Theme/web/css/source/_module.scss */
.breadcrumbs .items .item:last-child:after {
  display: none;
}
/* line 568, ../../Magento_Theme/web/css/source/_module.scss */
.breadcrumbs .items .item strong {
  font-weight: normal;
}

/* line 575, ../../Magento_Theme/web/css/source/_module.scss */
.breadcrumbs + .page-main.page-shadow {
  padding-top: 30px;
}

/* line 583, ../../Magento_Theme/web/css/source/_module.scss */
.page-main {
  padding-top: 100px;
  margin-bottom: 90px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.06) inset;
}
@media (min-width: 768px) {
  /* line 583, ../../Magento_Theme/web/css/source/_module.scss */
  .page-main {
    position: relative;
  }
}
@media (max-width: 767px) {
  /* line 583, ../../Magento_Theme/web/css/source/_module.scss */
  .page-main {
    padding-top: 40px;
    margin-bottom: 30px;
  }
}
/* line 594, ../../Magento_Theme/web/css/source/_module.scss */
.page-main.page-shadow {
  box-shadow: none;
  padding-top: 20px;
}

/* line 599, ../../Magento_Theme/web/css/source/_module.scss */
.page-main.fix-indent-2 {
  padding-top: 50px;
}

/* line 603, ../../Magento_Theme/web/css/source/_module.scss */
.breadcrumbs + .page-main {
  box-shadow: none;
}

/* line 608, ../../Magento_Theme/web/css/source/_module.scss */
.cms-index-index .page-main.fix-indent {
  padding: 0;
  margin: 0;
  border: 0;
}
/* line 613, ../../Magento_Theme/web/css/source/_module.scss */
.cms-index-index .page-main.fix-indent + .page-footer {
  border: 0;
}

/* line 622, ../../Magento_Theme/web/css/source/_module.scss */
.columns > .row {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 631, ../../Magento_Theme/web/css/source/_module.scss */
.page-layout-3columns .grid-left {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
/* line 634, ../../Magento_Theme/web/css/source/_module.scss */
.page-layout-3columns .grid-main {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
/* line 637, ../../Magento_Theme/web/css/source/_module.scss */
.page-layout-3columns .grid-right {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

/* line 644, ../../Magento_Theme/web/css/source/_module.scss */
.page-layout-2columns-right .grid-main {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
/* line 647, ../../Magento_Theme/web/css/source/_module.scss */
.page-layout-2columns-right .grid-right {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

/* line 654, ../../Magento_Theme/web/css/source/_module.scss */
.page-layout-2columns-left .grid-left {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
/* line 657, ../../Magento_Theme/web/css/source/_module.scss */
.page-layout-2columns-left .grid-main {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

@media (max-width: 767px) {
  /* line 670, ../../Magento_Theme/web/css/source/_module.scss */
  .page-layout-3columns .grid-left,
  .page-layout-3columns .grid-main,
  .page-layout-2columns-right .grid-left,
  .page-layout-2columns-right .grid-main,
  .page-layout-2columns-left .grid-left,
  .page-layout-2columns-left .grid-main {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 674, ../../Magento_Theme/web/css/source/_module.scss */
  .page-layout-3columns .grid-main,
  .page-layout-2columns-right .grid-main,
  .page-layout-2columns-left .grid-main {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  /* line 677, ../../Magento_Theme/web/css/source/_module.scss */
  .page-layout-3columns .grid-left,
  .page-layout-2columns-right .grid-left,
  .page-layout-2columns-left .grid-left {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  /* line 680, ../../Magento_Theme/web/css/source/_module.scss */
  .page-layout-3columns .grid-right,
  .page-layout-2columns-right .grid-right,
  .page-layout-2columns-left .grid-right {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}
/* line 690, ../../Magento_Theme/web/css/source/_module.scss */
.block {
  margin-bottom: 2rem;
}

/* line 694, ../../Magento_Theme/web/css/source/_module.scss */
.block-title {
  position: relative;
}
/* line 697, ../../Magento_Theme/web/css/source/_module.scss */
.block-title strong {
  margin: 0;
  width: 100%;
  display: inline-block;
  font-weight: 600;
}
/* line 703, ../../Magento_Theme/web/css/source/_module.scss */
.block-title .action {
  float: right;
  padding: 0;
  background: 0;
  line-height: inherit;
}
/* line 708, ../../Magento_Theme/web/css/source/_module.scss */
.block-title .action.edit {
  padding: 0 22px;
}
/* line 712, ../../Magento_Theme/web/css/source/_module.scss */
.block-title .counter {
  display: none;
}

/* line 717, ../../Magento_Theme/web/css/source/_module.scss */
.block-subtitle,
.block-content .subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 730, ../../Magento_Theme/web/css/source/_module.scss */
.box {
  margin-bottom: 50px;
  border: 1px solid #eae9e9;
  padding: 43px 49px;
  min-height: 264px;
}
@media (max-width: 991px) {
  /* line 730, ../../Magento_Theme/web/css/source/_module.scss */
  .box {
    margin-bottom: 30px;
    padding: 24px;
  }
}
/* line 739, ../../Magento_Theme/web/css/source/_module.scss */
.box .box-content {
  font-size: 12px;
}

/* line 744, ../../Magento_Theme/web/css/source/_module.scss */
.box-title {
  margin-bottom: 1rem;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  padding-right: 35px;
}
/* line 161, source/_mixins.scss */
.box-title:before, .box-title:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.box-title:after {
  clear: both;
}
/* line 752, ../../Magento_Theme/web/css/source/_module.scss */
.box-title a.action.edit {
  padding: 0;
  font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 762, ../../Magento_Theme/web/css/source/_module.scss */
.box-actions a.action.change-password {
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}
/* line 766, ../../Magento_Theme/web/css/source/_module.scss */
.box-actions a.action.change-password:hover {
  color: #FFF;
}

@media (min-width: 768px) {
  /* line 776, ../../Magento_Theme/web/css/source/_module.scss */
  .grid-left {
    border-right: 1px solid #eae9e9;
  }
}
@media (min-width: 992px) {
  /* line 782, ../../Magento_Theme/web/css/source/_module.scss */
  .grid-left {
    border-right: 0;
  }
}
/* line 787, ../../Magento_Theme/web/css/source/_module.scss */
.sidebar {
  font-size: 12px;
  position: relative;
}
@media (min-width: 992px) {
  /* line 787, ../../Magento_Theme/web/css/source/_module.scss */
  .sidebar {
    border-right: 1px solid #eae9e9;
    padding-right: 30px;
  }
}
@media (min-width: 1354px) {
  /* line 787, ../../Magento_Theme/web/css/source/_module.scss */
  .sidebar {
    padding-right: 45px;
  }
}
@media (min-width: 768px) {
  /* line 797, ../../Magento_Theme/web/css/source/_module.scss */
  .sidebar .block {
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 45px;
    margin-bottom: 50px;
  }
  /* line 802, ../../Magento_Theme/web/css/source/_module.scss */
  .sidebar .block[role="tabpanel"] {
    margin-bottom: 50px;
  }
}
/* line 806, ../../Magento_Theme/web/css/source/_module.scss */
.sidebar .block .block-title {
  margin-bottom: 36px;
}
/* line 808, ../../Magento_Theme/web/css/source/_module.scss */
.sidebar .block .block-title strong {
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}
/* line 813, ../../Magento_Theme/web/css/source/_module.scss */
.sidebar .block .block-title .counter {
  display: none;
}
/* line 816, ../../Magento_Theme/web/css/source/_module.scss */
.sidebar .block .block-title.filter-title {
  margin-bottom: 48px;
}
/* line 819, ../../Magento_Theme/web/css/source/_module.scss */
.sidebar .block .block-title.left-custom-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
/* line 823, ../../Magento_Theme/web/css/source/_module.scss */
.sidebar .block .block-title.left-custom-title strong {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}
/* line 828, ../../Magento_Theme/web/css/source/_module.scss */
.sidebar .block .block-title.left-custom-title span {
  font-size: 40px;
  padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 833, ../../Magento_Theme/web/css/source/_module.scss */
  .sidebar .block .block-title.left-custom-title strong {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 837, ../../Magento_Theme/web/css/source/_module.scss */
  .sidebar .block .block-title.left-custom-title span {
    font-size: 21px;
  }
}
/* line 843, ../../Magento_Theme/web/css/source/_module.scss */
.sidebar .block.block-bg-custom {
  background: #f8f8fa;
  padding: 20px 30px;
  border: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 843, ../../Magento_Theme/web/css/source/_module.scss */
  .sidebar .block.block-bg-custom {
    padding: 10px 12px;
  }
}
/* line 852, ../../Magento_Theme/web/css/source/_module.scss */
.sidebar .block.block-border-custom {
  padding: 20px 30px;
  border: 1px solid #eae9e9;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 852, ../../Magento_Theme/web/css/source/_module.scss */
  .sidebar .block.block-border-custom {
    padding: 10px 12px;
  }
}
/* line 859, ../../Magento_Theme/web/css/source/_module.scss */
.sidebar .block.block-bg_2-custom {
  padding: 20px 30px;
  color: #fff;
  border: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 859, ../../Magento_Theme/web/css/source/_module.scss */
  .sidebar .block.block-bg_2-custom {
    padding: 10px 12px;
  }
}
/* line 866, ../../Magento_Theme/web/css/source/_module.scss */
.sidebar .block.block-bg_2-custom .left-custom-title,
.sidebar .block.block-bg_2-custom .icon-telephone2:before {
  color: #fff;
}
/* line 875, ../../Magento_Theme/web/css/source/_module.scss */
.sidebar.sidebar-additional .collapsible-block:last-child .block:not(.block-newsletter) {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 882, ../../Magento_Theme/web/css/source/_module.scss */
.sidebar.sidebar-main {
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  /* line 885, ../../Magento_Theme/web/css/source/_module.scss */
  .sidebar.sidebar-main .block {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  /* line 787, ../../Magento_Theme/web/css/source/_module.scss */
  .sidebar {
    padding-top: 50px;
  }
  /* line 892, ../../Magento_Theme/web/css/source/_module.scss */
  .sidebar.sidebar-main + .sidebar.sidebar-additional {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  /* line 900, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_4 .sidebar {
    border: 0;
    padding: 0;
  }
}
/* line 905, ../../Magento_Theme/web/css/source/_module.scss */
.layout_4.grid-left {
  border: 0;
}

/* line 911, ../../Magento_Theme/web/css/source/_module.scss */
.block-reorder .field.choice input[type="checkbox"],
.block-reorder .field.choice input[type="radio"] {
  opacity: 1;
  position: relative;
  margin: 5px;
}
/* line 917, ../../Magento_Theme/web/css/source/_module.scss */
.block-reorder .field {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 919, ../../Magento_Theme/web/css/source/_module.scss */
.block-reorder .field .label {
  margin-right: 5px;
}
/* line 923, ../../Magento_Theme/web/css/source/_module.scss */
.block-reorder .product-item-name {
  font-size: 14px;
}
/* line 926, ../../Magento_Theme/web/css/source/_module.scss */
.block-reorder .actions-toolbar {
  display: block;
}
/* line 928, ../../Magento_Theme/web/css/source/_module.scss */
.block-reorder .actions-toolbar .primary {
  margin-bottom: 4px;
}
/* line 932, ../../Magento_Theme/web/css/source/_module.scss */
.block-reorder .product-item {
  margin-bottom: 20px;
}
/* line 935, ../../Magento_Theme/web/css/source/_module.scss */
.block-reorder .product-item-name {
  display: block;
  font-size: 16px;
  font-weight: 400;
}

/* line 943, ../../Magento_Theme/web/css/source/_module.scss */
.collapsible-block {
  position: relative;
}
/* line 945, ../../Magento_Theme/web/css/source/_module.scss */
.collapsible-block .opener {
  position: relative;
  cursor: pointer;
  padding: 0 0 12px;
  border-bottom: 1px solid #eae9e9;
}
/* line 952, ../../Magento_Theme/web/css/source/_module.scss */
.collapsible-block .opener::before {
  float: right;
  font-size: 14px;
}
@media (max-width: 767px) {
  /* line 945, ../../Magento_Theme/web/css/source/_module.scss */
  .collapsible-block .opener {
    display: block !important;
  }
}
/* line 962, ../../Magento_Theme/web/css/source/_module.scss */
.collapsible-block:last-child .opener {
  border: 0;
}

/* line 969, ../../Magento_Theme/web/css/source/_module.scss */
.left-custom .block-content {
  line-height: 22px;
}

/* line 974, ../../Magento_Theme/web/css/source/_module.scss */
.filter-toggle-full {
  display: none;
}

@media (min-width: 768px) {
  /* line 980, ../../Magento_Theme/web/css/source/_module.scss */
  .grid-left-fixed {
    position: absolute;
    left: -265px;
    top: 100px;
    width: 265px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
    height: 100%;
    transition: all 0.3s ease;
    overflow: scroll;
  }
  /* line 991, ../../Magento_Theme/web/css/source/_module.scss */
  .grid-left-fixed.id-active {
    left: 0;
  }
  /* line 994, ../../Magento_Theme/web/css/source/_module.scss */
  .grid-left-fixed .sidebar {
    padding: 80px 40px 50px 50px;
    border: 0;
  }
  /* line 998, ../../Magento_Theme/web/css/source/_module.scss */
  .grid-left-fixed .sidebar.sidebar-main .block {
    margin-bottom: 0;
  }
  /* line 1004, ../../Magento_Theme/web/css/source/_module.scss */
  .grid-left-fixed .sidebar + .sidebar.sidebar-additional {
    padding-top: 0;
  }
  /* line 1008, ../../Magento_Theme/web/css/source/_module.scss */
  .grid-left-fixed .close {
    position: absolute;
    right: 40px;
    top: 20px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  /* line 1016, ../../Magento_Theme/web/css/source/_module.scss */
  .grid-left-fixed .close:after {
    font-family: "Linearicons";
    content: "\e935";
    font-size: 18px;
    padding-left: 10px;
    float: right;
    margin-top: -2px;
  }

  /* line 1027, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_3 .switcher {
    border: 0;
  }
  /* line 1030, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_3 .filter-toggle-full {
    display: inline-block;
    float: left;
    background: #000;
    padding: 11px 10px 12px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    margin-right: 25px;
  }
  /* line 30, source/_mixins.scss */
  .layout_3 .filter-toggle-full:hover {
    color: #FFF;
  }
  /* line 33, source/_mixins.scss */
  .layout_3 .filter-toggle-full span {
    vertical-align: sub;
  }
}
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  /* line 1030, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_3 .filter-toggle-full {
    font-size: 12px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  /* line 1030, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_3 .filter-toggle-full {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
@media (min-width: 768px) {
  /* line 1035, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_3 .filter-toggle-full:before {
    font-family: "Linearicons";
    content: "\e97c";
    font-size: 23px;
    font-weight: normal;
    float: left;
  }
}
/* line 1050, ../../Magento_Theme/web/css/source/_module.scss */
.page-footer {
  clear: both;
  padding: 0 0 40px;
}
@media (max-width: 767px) {
  /* line 1050, ../../Magento_Theme/web/css/source/_module.scss */
  .page-footer {
    padding: 40px 0;
    border-top: 1px solid #eae9e9;
  }
}

@media (max-width: 767px) {
  /* line 1061, ../../Magento_Theme/web/css/source/_module.scss */
  .cms-index-index .page-footer {
    border-top: 0;
    padding-top: 0;
  }
}

/* line 1069, ../../Magento_Theme/web/css/source/_module.scss */
div.footer {
  font-size: 12px;
}
@media (min-width: 768px) {
  /* line 1072, ../../Magento_Theme/web/css/source/_module.scss */
  div.footer.container.content.footer, .page-print.sales-order-print div.footer.content.footer#maincontent {
    padding-top: 55px;
  }
}
/* line 1077, ../../Magento_Theme/web/css/source/_module.scss */
div.footer h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}
/* line 1083, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .footer-col-content li {
  display: block;
  margin-bottom: 6px;
}
/* line 1086, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .footer-col-content li a {
  display: inline-block;
}
/* line 1091, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .switcher-store {
  position: fixed;
  left: 0;
  bottom: 30%;
  z-index: 3;
}
/* line 1098, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .switcher-store .switcher-options.active .action {
  border-bottom-color: #fff;
}
/* line 1101, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .switcher-store .switcher-options.active .switcher-dropdown {
  display: block;
}
/* line 1105, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .switcher-store .switcher-dropdown {
  position: absolute;
  top: 100%;
  background: #fff;
  padding: 13px 22px;
  width: 100%;
  border: 1px solid #eae9e9;
  border-top: 0;
}
/* line 1115, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .copyright {
  display: block;
  width: 100%;
  border-top: 1px solid #eae9e9;
  padding-top: 40px;
  margin-top: 36px;
  font-size: 12px;
}
/* line 1123, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .footer-logo {
  margin-bottom: 28px;
  margin-top: -5px;
}
/* line 1126, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .footer-logo .logo {
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 1123, ../../Magento_Theme/web/css/source/_module.scss */
  div.footer .footer-logo {
    margin: 0;
    padding-bottom: 25px;
  }
}
/* line 1134, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .desc-footer {
  line-height: 22px;
}
/* line 1138, ../../Magento_Theme/web/css/source/_module.scss */
div.footer ul.list-footer {
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/* line 1146, ../../Magento_Theme/web/css/source/_module.scss */
div.footer ul.list-footer li {
  float: left;
  margin-right: 15px;
  font-size: 21px;
}
/* line 1150, ../../Magento_Theme/web/css/source/_module.scss */
div.footer ul.list-footer li a {
  color: #FFF;
}
/* line 1152, ../../Magento_Theme/web/css/source/_module.scss */
div.footer ul.list-footer li a:hover {
  color: gray;
}
/* line 1158, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .list-icon {
  overflow: hidden;
  padding-top: 25px;
}
/* line 1161, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .list-icon li {
  float: left;
  margin-right: 5px;
}
/* line 1164, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .list-icon li a {
  display: block;
  height: 48px;
  width: 48px;
  border: 2px solid #eae9e9;
  border-radius: 50%;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
}
/* line 1173, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .list-icon li a:hover {
  color: #fff !important;
}
/* line 1176, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .list-icon li a .fa {
  line-height: inherit;
}
/* line 1182, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .footer-col-content {
  padding: 0;
}
@media (min-width: 768px) {
  /* line 1187, ../../Magento_Theme/web/css/source/_module.scss */
  div.footer .footer-col-content {
    display: block !important;
    height: 100% !important;
    opacity: 1 !important;
  }
  /* line 1192, ../../Magento_Theme/web/css/source/_module.scss */
  div.footer .hidden-title {
    display: none;
  }
}
@media (max-width: 767px) {
  /* line 1197, ../../Magento_Theme/web/css/source/_module.scss */
  div.footer .hidden-title {
    display: block;
  }
  /* line 1200, ../../Magento_Theme/web/css/source/_module.scss */
  div.footer h4 {
    cursor: pointer;
    margin-bottom: 28px;
  }
  /* line 1203, ../../Magento_Theme/web/css/source/_module.scss */
  div.footer h4:after {
    font-family: "Linearicons";
    content: "\e93a";
    font-size: 12px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    margin-top: -1px;
    color: #FFF;
  }
  /* line 1213, ../../Magento_Theme/web/css/source/_module.scss */
  div.footer h4.id-active:after {
    content: "\e939";
  }
  /* line 1217, ../../Magento_Theme/web/css/source/_module.scss */
  div.footer .footer-col-content {
    display: none;
  }
  /* line 1220, ../../Magento_Theme/web/css/source/_module.scss */
  div.footer .copyright {
    padding-top: 30px;
    margin-top: 30px;
  }
  /* line 1224, ../../Magento_Theme/web/css/source/_module.scss */
  div.footer .list-icon {
    padding-top: 20px;
  }
  /* line 1227, ../../Magento_Theme/web/css/source/_module.scss */
  div.footer .footer-col-content {
    padding: 0 0 30px;
  }
}
/* line 1233, ../../Magento_Theme/web/css/source/_module.scss */
div.footer .footer-block-3 .list-icon {
  padding-top: 0;
}

/* line 1241, ../../Magento_Theme/web/css/source/_module.scss */
.layout_1.page-footer {
  border-top: 1px solid #eae9e9;
}
@media (max-width: 1199px) and (min-width: 768px) {
  /* line 1246, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_1 .footer .col-sm-4.col-lg-2 {
    order: 3;
    padding-top: 45px;
  }
  /* line 1250, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_1 .footer .first-extra {
    order: 1;
  }
  /* line 1253, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_1 .footer .last-extra {
    order: 2;
  }
}

/* line 1261, ../../Magento_Theme/web/css/source/_module.scss */
.layout_2.page-footer {
  border-top: 1px solid #eae9e9;
}
@media (min-width: 768px) {
  /* line 1264, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_2 .footer {
    text-align: center;
  }
  /* line 1267, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_2 .footer h4 {
    display: none;
  }
  /* line 1270, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_2 .footer .footer-col {
    margin-bottom: 7px;
  }
  /* line 1273, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_2 .footer .list-ul ul {
    display: inline-block;
    margin-top: 7px;
  }
  /* line 1278, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_2 .footer .footer-col-content li {
    display: inline-block;
    margin: 0 10px;
  }
  /* line 1284, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_2 .footer .list-contacts-footer {
    padding-top: 27px;
  }
  /* line 1286, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_2 .footer .list-contacts-footer li {
    border-right: 1px solid #eae9e9;
    margin: 0 0 0 24px;
    padding: 8px 25px 8px 0;
  }
  /* line 1290, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_2 .footer .list-contacts-footer li:last-child {
    padding-right: 0;
    border: 0;
  }
  /* line 1296, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_2 .footer .copyright {
    margin-top: 105px;
  }
}
/* line 1300, ../../Magento_Theme/web/css/source/_module.scss */
.layout_2 .footer .list-icon {
  padding-top: 43px;
}
/* line 1302, ../../Magento_Theme/web/css/source/_module.scss */
.layout_2 .footer .list-icon li {
  float: none;
  display: inline-block;
  margin: 0 2px;
}

/* line 1312, ../../Magento_Theme/web/css/source/_module.scss */
.layout_3.page-footer {
  border-top: 1px solid #eae9e9;
  margin-top: -1px;
  background-color: #000;
}
@media (max-width: 1199px) and (min-width: 768px) {
  /* line 1318, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_3 .col-lg-2 {
    order: 3;
    margin-top: 40px;
  }
  /* line 1322, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_3 .first-extra {
    order: 1;
  }
  /* line 1325, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_3 .last-extra {
    order: 2;
  }
}

@media (min-width: 768px) {
  /* line 1332, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_4.page-footer {
    border-top: 1px solid #eae9e9;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  /* line 1340, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_4 .footer .row > div {
    order: 2;
  }
  /* line 1342, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_4 .footer .row > div.last-extra {
    order: 1;
    margin-bottom: 50px;
  }
}

/* line 1355, ../../Magento_Theme/web/css/source/_module.scss */
.layout_5.page-footer {
  border-top: 1px solid #eae9e9;
}
@media (min-width: 768px) {
  /* line 1360, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .footer .align-right {
    text-align: right;
  }
  /* line 1363, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .footer h4 {
    display: none;
  }
  /* line 1366, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .footer .list-ul ul {
    display: inline-block;
    margin-top: 7px;
  }
  /* line 1371, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .footer .footer-col-content li {
    display: inline-block;
    margin: 0 10px;
  }
  /* line 1377, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .footer .list-contacts-footer {
    padding-top: 27px;
  }
  /* line 1379, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .footer .list-contacts-footer li {
    border-right: 1px solid #eae9e9;
    margin: 0 0 0 24px;
    padding: 8px 25px 8px 0;
  }
  /* line 1383, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .footer .list-contacts-footer li:last-child {
    padding-right: 0;
    border: 0;
  }
}
/* line 1390, ../../Magento_Theme/web/css/source/_module.scss */
.layout_5 .footer .list-icon {
  padding-top: 30px;
}
/* line 1392, ../../Magento_Theme/web/css/source/_module.scss */
.layout_5 .footer .list-icon li {
  margin: 0 2px;
}
@media (max-width: 991px) {
  /* line 1390, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .footer .list-icon {
    padding-top: 15px;
  }
  /* line 1397, ../../Magento_Theme/web/css/source/_module.scss */
  .layout_5 .footer .list-icon li a {
    width: 35px;
    height: 35px;
    font-size: 14px;
    line-height: 33px;
  }
}
/* line 1405, ../../Magento_Theme/web/css/source/_module.scss */
.layout_5 .footer .copyright {
  margin-top: 40px;
  padding: 0;
  border: 0;
  color: #000;
}

/* line 1417, ../../Magento_Theme/web/css/source/_module.scss */
.scrollToTop {
  position: fixed;
  bottom: 50px;
  left: 50px;
  height: 64px;
  width: 64px;
  line-height: 69px;
  display: none;
  cursor: pointer;
  text-indent: 100vw;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  background: #55A67E;
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 12;
  color: #FFF;
}
/* line 1436, ../../Magento_Theme/web/css/source/_module.scss */
.scrollToTop:before {
  font-family: "Linearicons";
  content: "\e941";
  text-indent: 0;
  font-size: 22px;
  display: block;
}
/* line 1443, ../../Magento_Theme/web/css/source/_module.scss */
.scrollToTop:hover {
  color: #FFF;
}
@media (max-width: 767px) {
  /* line 1417, ../../Magento_Theme/web/css/source/_module.scss */
  .scrollToTop {
    bottom: 20px;
    right: 20px;
    height: 34px;
    width: 34px;
    line-height: 39px;
  }
  /* line 1452, ../../Magento_Theme/web/css/source/_module.scss */
  .scrollToTop:before {
    font-size: 18px;
  }
}

/* line 1463, ../../Magento_Theme/web/css/source/_module.scss */
.widget.block-static-block, .widget.featured {
  padding-bottom: 95px;
  margin-bottom: 110px;
  border-bottom: 1px solid #eae9e9;
}
@media (max-width: 1199px) {
  /* line 1463, ../../Magento_Theme/web/css/source/_module.scss */
  .widget.block-static-block, .widget.featured {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  /* line 1473, ../../Magento_Theme/web/css/source/_module.scss */
  .widget.block-static-block.featured + .widget.block-static-block.featured, .widget.featured.featured + .widget.block-static-block.featured, .widget.block-static-block.featured + .widget.featured.featured, .widget.featured.featured + .widget.featured.featured {
    padding-bottom: 25px;
  }
}
/* line 1478, ../../Magento_Theme/web/css/source/_module.scss */
.widget.featured {
  padding-bottom: 74px;
  margin-bottom: 100px;
}
@media (max-width: 1199px) {
  /* line 1478, ../../Magento_Theme/web/css/source/_module.scss */
  .widget.featured {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
/* line 1486, ../../Magento_Theme/web/css/source/_module.scss */
.widget.border-none, .widget.last_widget, .widget.brands.last_widget {
  border-bottom: 0;
  padding-bottom: 0;
}

/* line 1494, ../../Magento_Theme/web/css/source/_module.scss */
.widget.border-fix-none {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 1500, ../../Magento_Theme/web/css/source/_module.scss */
.widget.border-none-content {
  border: 0;
  padding-bottom: 0;
}

/* line 1505, ../../Magento_Theme/web/css/source/_module.scss */
.widget.border-fix-indent {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 50px;
}

/* line 1510, ../../Magento_Theme/web/css/source/_module.scss */
.widget.fix-indent-top {
  margin-top: -50px;
}

@media (min-width: 1200px) {
  /* line 1514, ../../Magento_Theme/web/css/source/_module.scss */
  .content-flex-column {
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (min-width: 1200px) and (min-width: 1354px) {
  /* line 1514, ../../Magento_Theme/web/css/source/_module.scss */
  .content-flex-column {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 1200px) {
  /* line 1518, ../../Magento_Theme/web/css/source/_module.scss */
  .content-flex-column > div {
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) and (min-width: 1354px) {
  /* line 1518, ../../Magento_Theme/web/css/source/_module.scss */
  .content-flex-column > div {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  /* line 1523, ../../Magento_Theme/web/css/source/_module.scss */
  .content-flex-column .widget.block-static-block, .content-flex-column .widget.featured {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0;
  }
}
@media (max-width: 767px) {
  /* line 1534, ../../Magento_Theme/web/css/source/_module.scss */
  .content-flex-column .widget.block-static-block, .content-flex-column .widget.featured {
    margin-bottom: 50px;
    border: 0;
  }
}
/* line 1542, ../../Magento_Theme/web/css/source/_module.scss */
.content-flex-column .block-title {
  font-size: 26px;
}

/* line 1550, ../../Magento_Theme/web/css/source/_module.scss */
.layout_4 .widget.block-static-block, .layout_4 .widget.featured {
  padding-bottom: 0;
  border: 0;
  margin-bottom: 47px;
}
/* line 1555, ../../Magento_Theme/web/css/source/_module.scss */
.layout_4 .widget.block-static-block .page-title, .layout_4 .widget.featured .page-title {
  text-align: left;
  font-size: 26px;
  margin-bottom: 45px;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 25px;
}
/* line 1562, ../../Magento_Theme/web/css/source/_module.scss */
.layout_4 .widget.block-static-block .block-title:not(.left-custom-title), .layout_4 .widget.featured .block-title:not(.left-custom-title) {
  margin-bottom: 30px;
}

/* line 1569, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-1 {
  display: block;
  position: relative;
  line-height: 1;
  margin-bottom: 50px;
  overflow: hidden;
}
/* line 1575, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-1:last-child {
  margin-bottom: 0;
}
/* line 1578, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-1 .custom-item-content {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
/* line 1586, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-1 .title-1 {
  font-size: 35px;
  margin-bottom: 18px;
  font-weight: 600;
  color: #FFF;
}
/* line 1592, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-1 .desc-1 {
  font-size: 24px;
  margin-bottom: 45px;
  color: #FFF;
}
/* line 1598, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-1 .link-button {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  transition: all 0.3s ease;
  font-size: 16px;
  background: none;
  padding: 18px 42px;
}
/* line 30, source/_mixins.scss */
.custom-item-1 .link-button:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-1 .link-button span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1598, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-1 .link-button {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 1598, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-1 .link-button {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 1607, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-1.extra .custom-item-content {
  left: 15%;
  top: 49%;
  transform: translate(-15%, -50%);
  -webkit-transform: translate(-15%, -50%);
  text-align: left;
}
/* line 1615, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-1 img {
  transition: all 0.3s ease;
}
/* line 1619, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-1:hover img {
  transform: scale(1.03, 1.03) rotate(0.03deg) translateZ(0);
}
@media (max-width: 1199px) {
  /* line 1624, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-1 .title-1 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  /* line 1628, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-1 .desc-1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {
  /* line 1634, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-1 .title-1 {
    font-size: 18px;
  }
  /* line 1637, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-1 .desc-1 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  /* line 1641, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-1 .link-button {
    padding: 6px 25px 4px;
    font-size: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 1569, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-1 {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1569, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-1 {
    margin-bottom: 23px;
  }
}
@media (max-width: 767px) {
  /* line 1569, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-1 {
    margin-bottom: 0;
  }
}

/* line 1658, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-2 {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 1662, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-2 .custom-item-content {
  position: absolute;
  top: 13.5%;
  text-align: center;
  padding: 30px;
  width: 100%;
  line-height: 1.3;
}
/* line 1671, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-2 .title-1 {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 600;
}
/* line 1676, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-2 .desc-1 {
  font-size: 24px;
  margin-bottom: 40px;
}
/* line 1680, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-2 .link-button {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  transition: all 0.3s ease;
  padding: 20px 42px;
  font-size: 16px;
}
/* line 30, source/_mixins.scss */
.custom-item-2 .link-button:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-2 .link-button span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1680, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-2 .link-button {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 1680, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-2 .link-button {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 1687, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-2 img {
  transition: all 0.3s ease;
}
/* line 1691, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-2:hover img {
  transform: scale(1.03, 1.03) rotate(0.03deg) translateZ(0);
}
@media (max-width: 1199px) {
  /* line 1696, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-2 .title-1 {
    font-size: 28px;
    margin-bottom: 12px;
  }
  /* line 1700, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-2 .desc-1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 1658, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-2 {
    margin-top: 0;
  }
}

/* line 1710, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-3 {
  position: relative;
  overflow: hidden;
}
/* line 1713, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-3 .custom-item-content {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  padding: 25px;
  line-height: normal;
}
/* line 1724, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-3 .title-1 {
  font-size: 35px;
  font-weight: 600;
}
/* line 1728, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-3 .desc-1 {
  font-size: 24px;
  margin-bottom: 32px;
}
/* line 1733, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-3 .link-custom {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  transition: all 0.3s ease;
  padding: 20px 48px;
  font-size: 16px;
}
/* line 30, source/_mixins.scss */
.custom-item-3 .link-custom:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-3 .link-custom span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1733, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-3 .link-custom {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 1733, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-3 .link-custom {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 1739, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-3 .link-custom:hover {
  background: #FFF;
  border-color: #FFF;
}
/* line 1745, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-3.extra .title-1,
.custom-item-3.extra .desc-1 {
  color: #FFF;
}
@media (max-width: 991px) {
  /* line 1751, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-3 .link-custom {
    padding: 9px 22px 7px 22px;
    font-size: 13px;
  }
  /* line 1755, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-3 .title-1 {
    font-size: 24px;
  }
  /* line 1758, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-3 .desc-1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  /* line 1764, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-3.extra {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  /* line 1769, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-3 .title-1 {
    font-size: 20px;
  }
  /* line 1772, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-3 .desc-1 {
    font-size: 16px;
  }
  /* line 1775, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-3 .link-custom {
    padding: 8px 25px 6px;
  }
}

/* line 1781, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-4:not(.extra) {
  position: relative;
  overflow: hidden;
}
/* line 1784, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-4:not(.extra) .custom-item-content {
  position: absolute;
  left: 12%;
  right: 12%;
  bottom: -7px;
  text-align: center;
  text-transform: uppercase;
  background: #FFF;
  padding: 38px 10px 0;
}
/* line 1794, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-4:not(.extra) .title-1 {
  font-size: 24px;
  margin-bottom: 21px;
  letter-spacing: 0.03em;
}
@media (max-width: 991px) and (min-width: 768px) {
  /* line 1794, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-4:not(.extra) .title-1 {
    font-size: 20px;
  }
}
/* line 1802, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-4:not(.extra) .link-custom {
  text-transform: uppercase;
  font-weight: 600;
}
/* line 1806, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-4:not(.extra) img {
  width: 100%;
}
/* line 1810, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-4:not(.extra).extra {
  display: none;
}

/* line 1815, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-4.extra {
  position: relative;
}
/* line 1817, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-4.extra .custom-item-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: center;
  background: rgba(59, 242, 188, 0.8);
  left: 12%;
  right: 12%;
  padding: 76px 15px 63px;
  color: #FFF;
  line-height: 1;
}
/* line 1830, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-4.extra .title-1 {
  font-size: 84px;
  font-weight: 600;
  margin-bottom: 5px;
}
/* line 1835, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-4.extra .desc-1 {
  font-size: 24px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 1840, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-4.extra .slog-1 {
  font-size: 54px;
  font-weight: 600;
  margin-bottom: 32px;
}
/* line 1845, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-4.extra .link-custom {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  padding: 20px 48px;
}
/* line 30, source/_mixins.scss */
.custom-item-4.extra .link-custom:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-4.extra .link-custom span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1845, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-4.extra .link-custom {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 1845, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-4.extra .link-custom {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 1850, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-4.extra img {
  max-width: 100%;
}
@media (max-width: 1199px) {
  /* line 1854, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-4.extra .title-1 {
    font-size: 54px;
  }
  /* line 1857, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-4.extra .desc-1 {
    font-size: 20px;
  }
  /* line 1860, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-4.extra .slog-1 {
    font-size: 34px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  /* line 1866, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-4.extra .custom-item-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 1870, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-4.extra .link-custom {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 1879, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-4 {
    margin-bottom: 30px;
  }
  /* line 1881, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-4 img {
    width: 100%;
  }
}
/* line 1887, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-5 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 1891, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-5 > div {
  -ms-flex: 1 1 50%;
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
}
/* line 1894, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-5 .custom-item-content {
  text-align: center;
  padding: 33px 90px 25px 20px;
}
/* line 1898, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-5 .banner-label {
  font-size: 24px;
  margin-bottom: 10px;
}
/* line 1902, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-5 .title-1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 52px;
  margin-bottom: 23px;
}
/* line 1908, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-5 .desc-1 {
  padding: 0 10%;
  margin-bottom: 43px;
}
/* line 1912, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-5 .link-custom {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  font-size: 18px;
  padding: 18px 36px;
  letter-spacing: 0.03em;
}
/* line 30, source/_mixins.scss */
.custom-item-5 .link-custom:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-5 .link-custom span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1912, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-5 .link-custom {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 1912, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-5 .link-custom {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
@media (max-width: 1199px) {
  /* line 1920, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-5 .title-1 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  /* line 1926, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-5 > div {
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 40px;
  }
  /* line 1929, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-5 > div:last-child {
    margin-bottom: 0;
  }
}
/* line 1934, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-5 .custom-item-content {
  padding: 0;
}
/* line 1937, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-5 img {
  width: 100%;
}

/* line 1943, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-6 {
  display: block;
  position: relative;
  overflow: hidden;
}
/* line 1947, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-6 .custom-item-content {
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: normal;
  color: #FFF;
}
/* line 1957, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-6 .title-1 {
  font-size: 35px;
  font-weight: 600;
  margin-top: -4px;
}
/* line 1962, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-6 .desc-1 {
  font-size: 24px;
}
/* line 1965, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-6 .title-1 + .desc-1 {
  margin-top: -4px;
  margin-bottom: 4px;
}
/* line 1969, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-6 .link-custom {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  transition: all 0.3s ease;
  margin-top: 31px;
}
/* line 30, source/_mixins.scss */
.custom-item-6 .link-custom:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-6 .link-custom span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 1969, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-6 .link-custom {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 1969, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-6 .link-custom {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
@media (min-width: 992px) {
  /* line 1969, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-6 .link-custom {
    padding: 18px 42px;
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  /* line 1980, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-6 .custom-item-content {
    line-height: 2.2em;
  }
  /* line 1983, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-6 .title-1 {
    font-size: 28px;
  }
  /* line 1986, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-6 .desc-1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* line 1943, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-6 {
    margin-bottom: 30px;
  }
}

/* line 1995, ../../Magento_Theme/web/css/source/_module.scss */
.list-brand-static {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}
/* line 1999, ../../Magento_Theme/web/css/source/_module.scss */
.list-brand-static li {
  padding: 0 15px;
}
/* line 2002, ../../Magento_Theme/web/css/source/_module.scss */
.list-brand-static a {
  display: block;
}
/* line 2004, ../../Magento_Theme/web/css/source/_module.scss */
.list-brand-static a:hover {
  opacity: 0.5;
}
@media (max-width: 991px) {
  /* line 1995, ../../Magento_Theme/web/css/source/_module.scss */
  .list-brand-static {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 2010, ../../Magento_Theme/web/css/source/_module.scss */
  .list-brand-static li {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  /* line 2015, ../../Magento_Theme/web/css/source/_module.scss */
  .list-brand-static li {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) and (min-width: 1354px) {
  /* line 2015, ../../Magento_Theme/web/css/source/_module.scss */
  .list-brand-static li {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* line 2022, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-7 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 2026, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-7 .item {
  -webkit-flex-basis: 33.33333%;
  -ms-flex-preferred-size: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
  position: relative;
}
@media (max-width: 479px) {
  /* line 2026, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-7 .item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
/* line 2033, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-7 .custom-item-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: normal;
  color: #FFF;
  text-align: center;
  width: 100%;
}
/* line 2045, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-7 .title-1 {
  font-size: 35px;
  font-weight: 600;
  margin-top: -4px;
}
/* line 2050, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-7 .desc-1 {
  font-size: 24px;
}
/* line 2053, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-7 .link-custom {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  transition: all 0.3s ease;
  margin-top: 31px;
  background: none;
}
/* line 30, source/_mixins.scss */
.custom-item-7 .link-custom:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-7 .link-custom span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2053, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-7 .link-custom {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 2053, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-7 .link-custom {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
@media (min-width: 992px) {
  /* line 2053, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-7 .link-custom {
    padding: 18px 42px;
    font-size: 16px;
  }
}
/* line 2064, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-7 img {
  width: 100%;
}
/* line 2069, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-7 .extra-position .custom-item-content {
  top: 31%;
  color: #000;
}
/* line 2073, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-7 .extra-position .link-custom {
  color: #000;
}
/* line 2075, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-7 .extra-position .link-custom:hover {
  color: #fff;
}
@media (max-width: 1199px) {
  /* line 2082, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-7 .title-1 {
    font-size: 23px;
  }
  /* line 2085, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-7 .desc-1 {
    font-size: 18px;
  }
  /* line 2088, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-7 .link-custom {
    font-size: 13px;
    padding: 10px 34px;
    margin-top: 20px;
  }
  /* line 2094, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-7 .extra-position .custom-item-content {
    top: 35%;
  }
}
@media (max-width: 767px) and (min-width: 480px) {
  /* line 2101, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-7 .title-1 {
    font-size: 14px;
  }
  /* line 2104, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-7 .desc-1 {
    font-size: 13px;
  }
  /* line 2107, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-7 .link-custom {
    font-size: 12px;
    padding: 4px 25px;
    margin-top: 10px;
  }
  /* line 2113, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-7 .extra-position .custom-item-content {
    top: 50%;
  }
}

/* line 2120, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-8 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* line 2126, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-8 .item {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  /* line 2126, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-8 .item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
/* line 2133, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-8 .custom-item-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  line-height: normal;
  color: #FFF;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
/* line 2146, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-8 .title-1 {
  font-size: 35px;
  font-weight: 600;
  margin-top: -4px;
}
/* line 2151, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-8 .desc-1 {
  font-size: 24px;
}
@media (max-width: 992px) {
  /* line 2151, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-8 .desc-1 {
    line-height: 28px;
  }
}
/* line 2157, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-8 .link-custom {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  transition: all 0.3s ease;
  margin-top: 31px;
  background: none;
}
/* line 30, source/_mixins.scss */
.custom-item-8 .link-custom:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-8 .link-custom span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2157, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-8 .link-custom {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 2157, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-8 .link-custom {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
@media (min-width: 992px) {
  /* line 2157, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-8 .link-custom {
    padding: 18px 42px;
    font-size: 16px;
  }
}
/* line 2168, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-8 img {
  width: 100%;
}

/* line 2173, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-9 {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1354px) {
  /* line 2173, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-9 {
    margin-left: -25px;
    margin-right: -25px;
  }
}
/* line 2178, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-9 .item {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 1354px) {
  /* line 2178, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-9 .item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  /* line 2178, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-9 .item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
/* line 2186, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-9 .position-relative {
  position: relative;
}
/* line 2189, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-9 .custom-item-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  padding: 10px 50px 10px 10px;
  text-align: right;
}
/* line 2199, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-9 .title-1 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
}
/* line 2204, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-9 .desc-1 {
  font-size: 24px;
  margin-bottom: 22px;
}
/* line 2208, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-9 .link-custom {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline;
}
/* line 2213, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-9 img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2217, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-9 .custom-item-content {
    padding-right: 25px;
  }
  /* line 2220, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-9 .title-1 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  /* line 2224, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-9 .desc-1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 2228, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-9 .link-custom {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  /* line 2233, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-9 .custom-item-content {
    padding-right: 25px;
  }
  /* line 2236, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-9 .title-1 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  /* line 2240, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-9 .desc-1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 2244, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-9 .link-custom {
    font-size: 14px;
  }
}

/* line 2250, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-10 {
  position: relative;
  padding-bottom: 12px;
}
/* line 2253, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-10 .custom-item-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  text-align: right;
  padding: 20px 50px;
}
/* line 2263, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-10 .title-1 {
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
}
/* line 2269, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-10 .desc-1 {
  font-size: 24px;
  margin-bottom: 22px;
}
/* line 2273, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-10 .link-custom {
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
}
/* line 2278, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-10 img {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 2282, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-10 .custom-item-content {
    padding: 20px;
  }
  /* line 2285, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-10 .title-1 {
    font-size: 20px;
    margin-bottom: 0;
  }
  /* line 2289, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-10 .desc-1 {
    font-size: 13px;
    margin-bottom: 0;
  }
  /* line 2294, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-10 .link-custom {
    font-size: 13px;
  }
}

/* line 2302, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-indent .col-sm-6:nth-child(1), .custom-item-indent .col-sm-6:nth-child(2) {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2302, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-indent .col-sm-6:nth-child(1), .custom-item-indent .col-sm-6:nth-child(2) {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  /* line 2301, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-indent .col-sm-6 {
    margin-bottom: 30px;
  }
  /* line 2311, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-indent .col-sm-6:nth-child(1), .custom-item-indent .col-sm-6:nth-child(2) {
    margin-bottom: 30px;
  }
  /* line 2315, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-indent .col-sm-6:last-child {
    margin-bottom: 0;
  }
}

/* line 2322, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-11 {
  position: relative;
  overflow: hidden;
}
/* line 2326, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-11 .custom-item-content {
  position: absolute;
  top: 0%;
  height: 100%;
  padding: 60px;
  width: 100%;
  line-height: 1.3;
  color: #fff;
  /*background: rgba(0, 0, 0, 0.4);*/
  opacity: 1;
  -webkit-transition: 0.3s opacity ease-in;
  -moz-transition: 0.3s opacity ease-in;
  -ms-transition: 0.3s opacity ease-in;
  -o-transition: 0.3s opacity ease-in;
  transition: 0.3s opacity ease-in;
}
/* line 2342, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-11 .custom-item-content a {
  color: #FFF;
}
/* line 2351, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-11 .title-1 {
  font-size: 65px;
  font-weight: 600;
}
/* line 2355, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-11 .desc-1 {
  font-size: 24px;
  margin-bottom: 35px;
}
/* line 2359, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-11 .link-custom {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 500;
  color: #fff;
}
/* line 2365, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-11 .link-custom:hover {
  text-decoration: none;
}
/* line 2369, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-11 img {
  transition: all 0.3s ease;
}
/* line 2373, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-11:hover img {
  transform: scale(1.03, 1.03) rotate(0.03deg) translateZ(0);
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2378, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-11 .custom-item-content {
    padding: 30px;
  }
  /* line 2381, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-11 .title-1 {
    font-size: 40px;
  }
  /* line 2384, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-11 .desc-1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  /* line 2389, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-11 .custom-item-content {
    padding: 30px;
  }
  /* line 2392, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-11 .title-1 {
    font-size: 44px;
  }
  /* line 2395, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-11 .desc-1 {
    font-size: 20px;
  }
}
@media (max-width: 479px) {
  /* line 2400, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-11 .custom-item-content {
    top: 0%;
    padding: 15px;
  }
}

/* line 2407, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-12 {
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* line 2412, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-12 .custom-item-content {
  text-align: center;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #000;
  line-height: 1.1;
  background: #ffffff5e;
  padding: 20px 20px;
}
/* line 2424, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-12 .desc-1 {
  font-size: 34px;
}
/* line 2427, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-12 .title-1 {
  font-size: 114px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* line 2432, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-12 .link-custom {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  transition: all 0.3s ease;
  background: none;
}
/* line 30, source/_mixins.scss */
.custom-item-12 .link-custom:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-12 .link-custom span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2432, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-12 .link-custom {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 2432, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-12 .link-custom {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 2438, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-12 img {
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 2442, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-12 .desc-1 {
    font-size: 26px;
  }
  /* line 2445, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-12 .title-1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  /* line 2451, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-12 .desc-1 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  /* line 2455, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-12 .title-1 {
    font-size: 80px;
    margin-bottom: 10px;
  }
  /* line 2459, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-12 .link-custom {
    font-size: 18px;
    padding: 6px 20px;
  }
}
@media (max-width: 479px) {
  /* line 2465, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-12 .custom-item-content {
    width: 100%;
  }
  /* line 2468, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-12 .desc-1 {
    font-size: 20px;
  }
  /* line 2471, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-12 .title-1 {
    font-size: 65px;
  }
}

/* line 2477, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-13 {
  text-align: center;
}
/* line 2479, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-13 .custom-content {
  border: 1px solid #eae9e9;
  padding: 59px 25px;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 2486, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-13 span {
  font-size: 42px;
  display: block;
  margin-bottom: 27px;
}
/* line 2492, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-13 .title {
  font-size: 24px;
  margin-bottom: 27px;
  line-height: 1.2;
}
/* line 2497, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-13 .desc-content {
  font-size: 12px;
  line-height: 22px;
}
@media (max-width: 1199px) {
  /* line 2502, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-13 .title {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  /* line 2507, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-13 li {
    margin-bottom: 30px;
  }
  /* line 2509, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-13 li:last-child {
    margin-bottom: 0;
  }
}

/* line 2516, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-14 {
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* line 2521, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-14 .custom-item-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  line-height: 1.1;
}
/* line 2529, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-14 .title-1 {
  font-size: 84px;
  font-weight: 500;
  margin-bottom: 18px;
}
/* line 2534, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-14 .desc-1 {
  font-size: 24px;
  margin-bottom: 53px;
}
/* line 2538, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-14 .link-custom {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  transition: all 0.3s ease;
  background: none;
  padding: 18px 40px;
}
/* line 30, source/_mixins.scss */
.custom-item-14 .link-custom:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-14 .link-custom span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2538, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-14 .link-custom {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 2538, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-14 .link-custom {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 2545, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-14 img {
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 2549, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-14 .title-1 {
    font-size: 35px;
  }
  /* line 2552, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-14 .desc-1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  /* line 2556, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-14 .link-custom {
    padding: 8px 30px;
  }
}
@media (max-width: 767px) {
  /* line 2561, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-14 .custom-item-content {
    left: 30%;
  }
  /* line 2564, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-14 .title-1 {
    font-size: 26px;
  }
  /* line 2567, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-14 .desc-1 {
    font-size: 14px;
  }
  /* line 2570, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-14 .link-custom {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  /* line 2576, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-14 .custom-item-content {
    left: 35%;
  }
  /* line 2579, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-14 .title-1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  /* line 2583, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-14 .desc-1 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  /* line 2587, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-14 .link-custom {
    font-size: 12px;
    padding: 4px 20px;
  }
}

/* line 2594, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-15 {
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
/* line 2599, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-15 .custom-item-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%, -50%);
  line-height: 1.1;
}
/* line 2607, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-15 .title-1 {
  font-size: 84px;
  font-weight: 500;
  margin-bottom: 18px;
}
/* line 2612, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-15 .desc-1 {
  font-size: 24px;
  margin-bottom: 53px;
}
/* line 2616, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-15 .link-custom {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  transition: all 0.3s ease;
  background: none;
  padding: 18px 40px;
}
/* line 30, source/_mixins.scss */
.custom-item-15 .link-custom:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-15 .link-custom span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2616, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-15 .link-custom {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 2616, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-15 .link-custom {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 2623, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-15 img {
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 2627, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-15 .title-1 {
    font-size: 35px;
  }
  /* line 2630, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-15 .desc-1 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  /* line 2634, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-15 .link-custom {
    padding: 8px 30px;
  }
}
@media (max-width: 767px) {
  /* line 2639, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-15 .custom-item-content {
    left: 70%;
  }
  /* line 2642, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-15 .title-1 {
    font-size: 26px;
  }
  /* line 2645, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-15 .desc-1 {
    font-size: 14px;
  }
  /* line 2648, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-15 .link-custom {
    font-size: 13px;
  }
}
@media (max-width: 479px) {
  /* line 2654, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-15 .custom-item-content {
    left: 65%;
  }
  /* line 2657, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-15 .title-1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  /* line 2661, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-15 .desc-1 {
    font-size: 12px;
    margin-bottom: 10px;
  }
  /* line 2665, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-15 .link-custom {
    font-size: 12px;
    padding: 4px 20px;
  }
}

/* line 2672, ../../Magento_Theme/web/css/source/_module.scss */
.row-main-custom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -25px;
  margin-bottom: 50px;
}
/* line 2676, ../../Magento_Theme/web/css/source/_module.scss */
.row-main-custom .col-main-custom {
  padding: 0 25px;
}
@media (max-width: 767px) {
  /* line 2672, ../../Magento_Theme/web/css/source/_module.scss */
  .row-main-custom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* line 2685, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-16 .item {
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  /* line 2685, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-16 .item {
    margin-bottom: 35px;
  }
}
@media (min-width: 768px) {
  /* line 2691, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-16 .item:last-child {
    margin-bottom: 0;
  }
}
/* line 2696, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-16 .position-relative {
  position: relative;
}
/* line 2699, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-16 .custom-item-content {
  position: absolute;
  top: 51%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  padding: 10px 50px 10px 10px;
  text-align: right;
}
/* line 2709, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-16 .title-1 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
}
/* line 2714, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-16 .desc-1 {
  font-size: 24px;
  margin-bottom: 22px;
}
/* line 2718, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-16 .link-custom {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline;
}
/* line 2723, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-16 img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2727, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-16 .custom-item-content {
    padding-right: 25px;
  }
  /* line 2730, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-16 .title-1 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  /* line 2734, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-16 .desc-1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 2738, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-16 .link-custom {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  /* line 2743, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-16 .custom-item-content {
    padding-right: 25px;
  }
  /* line 2746, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-16 .title-1 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  /* line 2750, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-16 .desc-1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* line 2754, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-16 .link-custom {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  /* line 2759, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-16 .item {
    margin-bottom: 30px;
  }
}

/* line 2765, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-17 {
  position: relative;
}
/* line 2767, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-17 .custom-item-content {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 10px;
  text-align: center;
  width: 100%;
}
/* line 2777, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-17 .title-1 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
}
/* line 2783, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-17 .desc-1 {
  font-size: 24px;
  margin-bottom: 22px;
}
/* line 2787, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-17 .link-custom {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  transition: all 0.3s ease;
  background: none;
  padding: 18px 40px;
}
/* line 30, source/_mixins.scss */
.custom-item-17 .link-custom:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-17 .link-custom span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2787, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-17 .link-custom {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 2787, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-17 .link-custom {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 2794, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-17 img {
  width: 100%;
}
@media (max-width: 991px) {
  /* line 2798, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-17 .title-1 {
    font-size: 20px;
  }
  /* line 2801, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-17 .desc-1 {
    font-size: 18px;
  }
  /* line 2804, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-17 .link-custom {
    padding: 8px 30px;
  }
}

/* line 2811, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-18 {
  position: relative;
}
/* line 2813, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-18 .custom-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 10px;
  text-align: center;
  color: #fff;
  line-height: 1;
}
/* line 2824, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-18 .title-1 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 7px;
  text-transform: uppercase;
}
/* line 2830, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-18 .desc-1 {
  font-size: 24px;
  margin-bottom: 30px;
}
/* line 2834, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-18 .link-custom {
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: underline;
  color: #fff;
}
/* line 2839, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-18 .link-custom:hover {
  text-decoration: none;
}
/* line 2843, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-18 img {
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 2847, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-18 .title-1 {
    font-size: 24px;
  }
  /* line 2850, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-18 .desc-1 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  /* line 2857, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-18 .title-1 {
    font-size: 14px;
  }
  /* line 2860, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-18 .desc-1 {
    font-size: 13px;
  }
  /* line 2863, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-18 .link-custom {
    font-size: 12px;
  }
}
@media (max-width: 479px) {
  /* line 2868, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-18 .title-1 {
    margin-bottom: 10px;
  }
  /* line 2871, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-18 .desc-1 {
    display: none;
  }
}

/* line 2877, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-19 {
  position: relative;
}
/* line 2879, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-19 .custom-item-content {
  position: absolute;
  top: 18.5%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding: 10px;
  text-align: center;
  color: #fff;
}
/* line 2889, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-19 .title-1 {
  font-size: 65px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 70px;
}
/* line 2896, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-19 .desc-1 {
  font-size: 24px;
  margin-bottom: 22px;
  line-height: 35px;
}
/* line 2901, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-19 .link-custom {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  transition: all 0.3s ease;
  background: none;
  padding: 18px 45px;
  position: absolute;
  top: 88%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* line 30, source/_mixins.scss */
.custom-item-19 .link-custom:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-19 .link-custom span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 2901, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-19 .link-custom {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 2901, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-19 .link-custom {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 2913, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-19 img {
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 2917, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-19 .custom-item-content {
    width: 80%;
  }
  /* line 2920, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-19 .title-1 {
    font-size: 30px;
    line-height: 40px;
  }
  /* line 2924, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-19 .desc-1 {
    font-size: 20px;
    line-height: 28px;
  }
  /* line 2928, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-19 .link-custom {
    padding: 8px 25px;
  }
}
@media (max-width: 991px) {
  /* line 2933, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-19 .custom-item-content {
    top: 28%;
  }
  /* line 2936, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-19 .link-custom {
    width: 60%;
    text-align: center;
  }
}

/* line 2943, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-20 {
  position: relative;
  margin-bottom: 50px;
}
/* line 2946, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-20 .custom-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  line-height: 1;
}
/* line 2956, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-20 .title-1 {
  font-size: 95px;
  font-weight: 500;
  margin-bottom: 14px;
  text-transform: uppercase;
}
/* line 2962, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-20 .desc-1 {
  font-size: 34px;
  margin-bottom: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 2968, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-20 .link-custom {
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  color: #fff;
}
/* line 2973, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-20 .link-custom:hover {
  text-decoration: none;
}
/* line 2977, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-20 img {
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 2943, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-20 {
    margin-bottom: 37px;
  }
  /* line 2982, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-20 .title-1 {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  /* line 2943, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-20 {
    margin-bottom: 23px;
  }
  /* line 2988, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-20 .desc-1 {
    font-size: 18px;
  }
  /* line 2991, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-20 .title-1 {
    font-size: 30px;
  }
}
@media (max-width: 479px) {
  /* line 2996, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-20 .desc-1 {
    font-size: 14px;
  }
  /* line 2999, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-20 .title-1 {
    font-size: 18px;
  }
  /* line 3002, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-20 .link-custom {
    font-size: 13px;
  }
}

/* line 3008, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-21 {
  position: relative;
}
/* line 3010, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-21 .custom-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  line-height: 1;
}
/* line 3020, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-21 .title-1 {
  font-size: 55px;
  font-weight: 500;
  line-height: 62px;
  margin-bottom: 28px;
  text-transform: uppercase;
}
/* line 3027, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-21 .desc-1 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
}
/* line 3033, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-21 .link-custom {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  transition: all 0.3s ease;
  background: none;
  padding: 18px 45px;
}
/* line 30, source/_mixins.scss */
.custom-item-21 .link-custom:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-21 .link-custom span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 3033, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-21 .link-custom {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 3033, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-21 .link-custom {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 3040, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-21 img {
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 3044, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-21 .title-1 {
    font-size: 30px;
    line-height: 36px;
  }
  /* line 3048, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-21 .link-custom {
    padding: 7px 33px;
  }
}
@media (max-width: 991px) {
  /* line 3053, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-21 .custom-item-content {
    width: 90%;
  }
}

/* line 3059, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-22 {
  position: relative;
}
/* line 3061, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-22 .custom-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  line-height: 1;
  width: 88%;
}
/* line 3072, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-22 .title-1 {
  font-size: 55px;
  font-weight: 500;
  line-height: 62px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
/* line 3079, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-22 .desc-1 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 16px;
  text-transform: uppercase;
}
/* line 3085, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-22 .link-custom {
  font-weight: 500;
  text-decoration: underline;
  text-transform: uppercase;
  color: #fff;
}
/* line 3090, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-22 .link-custom:hover {
  text-decoration: none;
}
/* line 3094, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-22 img {
  width: 100%;
}
@media (max-width: 1199px) {
  /* line 3098, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-22 .title-1 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 991px) {
  /* line 3104, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-22 .custom-item-content {
    width: 90%;
  }
  /* line 3107, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-22 .desc-1 {
    font-size: 13px;
    line-height: 20px;
  }
  /* line 3111, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-22 .title-1 {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
  }
}

/* line 3121, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-23 .title-static-block {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  /* line 3128, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-23 .title-static-block {
    margin-bottom: 25px;
    font-size: 20px;
  }
}

/* line 3135, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-24 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* line 3141, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-25 .item {
  margin-bottom: 50px;
}
/* line 3144, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-25 .position-relative {
  position: relative;
  display: block;
}
/* line 3148, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-25 .custom-item-content {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
/* line 3156, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-25 .title-1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
/* line 3161, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-25 .desc-1 {
  font-size: 24px;
}
/* line 3164, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-25 img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 3168, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-25 .title-1 {
    font-size: 20px;
  }
  /* line 3171, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-25 .desc-1 {
    font-size: 18px;
  }
}
@media (max-width: 479px) {
  /* line 3177, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-25 .title-1 {
    font-size: 26px;
  }
  /* line 3180, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-25 .desc-1 {
    font-size: 20px;
  }
}

/* line 3186, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-26 {
  font-size: 12px;
  line-height: 22px;
}
/* line 3189, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-26 > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 3192, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-26 .block-bg-custom {
  background: #f8f8fa;
  padding: 47px 30px 30px;
  border: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 3192, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-26 .block-bg-custom {
    padding: 10px 12px;
  }
}
/* line 3201, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-26 .block-border-custom {
  padding: 45px 30px 30px;
  border: 1px solid #eae9e9;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 3201, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-26 .block-border-custom {
    padding: 10px 12px;
  }
}
/* line 3208, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-26 .block-bg_2-custom {
  padding: 45px 30px 30px;
  color: #fff;
  border: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 3208, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-26 .block-bg_2-custom {
    padding: 10px 12px;
  }
}
/* line 3216, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-26 .block-bg_2-custom .left-custom-title,
.custom-item-26 .block-bg_2-custom .icon-telephone2:before {
  color: #fff;
}
/* line 3221, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-26 .left-custom-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px;
}
/* line 3225, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-26 .left-custom-title strong {
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}
/* line 3230, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-26 .left-custom-title span {
  font-size: 40px;
  padding-right: 10px;
  margin-top: -7px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 3236, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-26 .left-custom-title strong {
    font-size: 14px;
    line-height: 20px;
  }
  /* line 3240, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-26 .left-custom-title span {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  /* line 3246, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-26 > div {
    margin-bottom: 30px;
  }
  /* line 3248, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-26 > div:last-child {
    margin-bottom: 0;
  }
}

/* line 3255, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-27 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media (min-width: 768px) {
  /* line 3255, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-27 {
    margin-left: calc(50% - 49.6vw);
    margin-right: calc(50% - 49.6vw);
  }
}
/* line 3261, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-27 .item {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
  position: relative;
}
/* line 3264, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-27 .item:before {
  content: "";
  position: absolute;
  border: 12px solid #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
/* line 3273, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-27 .item:hover:before {
  opacity: 0.6;
}
/* line 3278, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-27 .custom-item-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  line-height: 1;
  padding: 0 0 0 84px;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* line 3292, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-27 .title-1 {
  font-size: 65px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 3296, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-27 .title-1 span {
  font-weight: 300;
  display: block;
}
/* line 3302, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-27 .desc-1 {
  font-size: 130px;
  font-weight: bold;
  letter-spacing: -5px;
  margin-bottom: 15px;
}
/* line 3308, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-27 .link-custom {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  transition: all 0.3s ease;
  background: none;
  padding: 18px 45px;
}
/* line 30, source/_mixins.scss */
.custom-item-27 .link-custom:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-27 .link-custom span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 3308, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-27 .link-custom {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 3308, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-27 .link-custom {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 3317, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-27 .item-extra .custom-item-content {
  text-align: center;
  padding-left: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 3322, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-27 .item-extra .title-1 {
  font-size: 84px;
  margin-bottom: 50px;
}
/* line 3328, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-27 .item-extra-2 .desc-1 {
  color: #ee221d;
}
/* line 3332, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-27 .item-extra-2 .link-custom:hover {
  background: none !important;
}
@media (max-width: 1766px) {
  /* line 3339, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-27 .title-1 {
    font-size: 54px;
  }
  /* line 3342, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-27 .desc-1 {
    font-size: 80px;
  }
  /* line 3346, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-27 .item-extra .title-1 {
    font-size: 60px;
  }
}
@media (max-width: 1366px) {
  /* line 3352, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-27 .title-1 {
    font-size: 30px;
  }
  /* line 3355, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-27 .desc-1 {
    font-size: 40px;
    letter-spacing: 0;
  }
  /* line 3360, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-27 .item-extra .title-1 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  /* line 3366, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-27 .custom-item-content {
    padding-left: 35px;
  }
}
@media (max-width: 767px) {
  /* line 3255, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-27 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 3372, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-27 .item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

/* line 3378, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-28 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 3380, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-28 .item {
  -webkit-flex-basis: 33.333%;
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
  position: relative;
}
/* line 3383, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-28 .item:before {
  content: "";
  position: absolute;
  border: 12px solid #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
/* line 3392, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-28 .item:hover:before {
  opacity: 0.6;
}
/* line 3398, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-28 .custom-item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1;
  width: 100%;
  padding: 0 0 0 50px;
}
/* line 3408, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-28 .title-1 {
  font-size: 35px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 3412, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-28 .title-1 span {
  font-weight: 300;
  display: block;
}
/* line 3418, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-28 .desc-1 {
  font-size: 90px;
  font-weight: bold;
  letter-spacing: -5px;
  margin-bottom: 15px;
}
/* line 3424, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-28 .link-custom {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  transition: all 0.3s ease;
  background: none;
  padding: 18px 45px;
}
/* line 30, source/_mixins.scss */
.custom-item-28 .link-custom:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.custom-item-28 .link-custom span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 3424, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-28 .link-custom {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 3424, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-28 .link-custom {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 3432, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-28 .item-extra .custom-item-content {
  text-align: center;
  padding-left: 0;
}
/* line 3436, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-28 .item-extra .title-1 {
  font-size: 64px;
  margin-bottom: 40px;
}
/* line 3442, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-28 .item-extra-2 .desc-1 {
  color: #ee221d;
}
@media (max-width: 1199px) and (min-width: 768px) {
  /* line 3448, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-28 .custom-item-content {
    padding-left: 30px;
  }
  /* line 3451, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-28 .title-1 {
    font-size: 28px;
  }
  /* line 3454, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-28 .desc-1 {
    font-size: 45px;
    letter-spacing: 0;
  }
  /* line 3458, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-28 .item-extra .title-1 {
    font-size: 45px;
    margin-bottom: 30px;
  }
  /* line 3462, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-28 .link-custom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  /* line 3378, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-28 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 3470, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-28 .item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  /* line 3475, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-28 .title-1 {
    font-size: 40px;
  }
  /* line 3478, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-28 .desc-1 {
    font-size: 30px;
    letter-spacing: 0;
  }
  /* line 3482, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-28 .item-extra .title-1 {
    font-size: 45px;
    margin-bottom: 30px;
  }
  /* line 3486, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-28 .link-custom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 768px) {
  /* line 3494, ../../Magento_Theme/web/css/source/_module.scss */
  .custom-item-29 li {
    margin-bottom: 0;
  }
}
/* line 3499, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-29 .custom-content {
  border-width: 3px;
  border-color: #000;
  transition: all 0.3s ease;
}
/* line 3503, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-29 .custom-content:hover {
  border-color: #ee221d;
}
/* line 3507, ../../Magento_Theme/web/css/source/_module.scss */
.custom-item-29 .title {
  text-transform: uppercase;
  font-weight: bold;
}

/* line 3514, ../../Magento_Theme/web/css/source/_module.scss */
.social-sharing {
  overflow: hidden;
  margin-bottom: -14px;
}

/* line 3523, ../../Magento_Theme/web/css/source/_module.scss */
#page-preloader .spinner:before,
#page-preloader .spinner:after,
.loading-mask .loader:before,
.loading-mask .loader:after {
  border-width: 3px;
  border-style: solid;
}

/* line 3530, ../../Magento_Theme/web/css/source/_module.scss */
.loading-mask {
  display: none;
}

/* line 3534, ../../Magento_Theme/web/css/source/_module.scss */
.checkout-index-index .loading-mask {
  display: block;
}

/* line 3538, ../../Magento_Theme/web/css/source/_module.scss */
.cms-index-index.ajax-loading .loader p {
  display: none !important;
}

/* line 3542, ../../Magento_Theme/web/css/source/_module.scss */
.cms-index-index._has-modal.ajax-loading .action.delete:after {
  content: "";
  position: absolute;
  right: 35px;
  top: 15px;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border: 2px dashed;
  border-radius: 50%;
  animation: cssload-spin 690ms infinite linear;
  -o-animation: cssload-spin 690ms infinite linear;
  -ms-animation: cssload-spin 690ms infinite linear;
  -webkit-animation: cssload-spin 690ms infinite linear;
  -moz-animation: cssload-spin 690ms infinite linear;
}

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 3593, ../../Magento_Theme/web/css/source/_module.scss */
.check_privacy_field {
  margin-top: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 3596, ../../Magento_Theme/web/css/source/_module.scss */
.check_privacy_field .check_privacy {
  margin: 0 15px 0 0;
}
/* line 3599, ../../Magento_Theme/web/css/source/_module.scss */
.check_privacy_field span {
  font-size: 13px;
  line-height: 18px;
}
/* line 3603, ../../Magento_Theme/web/css/source/_module.scss */
.check_privacy_field a:hover {
  text-decoration: underline;
  color: inherit;
}

/* line 3608, ../../Magento_Theme/web/css/source/_module.scss */
.disable-checked {
  pointer-events: none;
  opacity: 0.4;
}

@media (max-width: 767px) {
  /* line 3614, ../../Magento_Theme/web/css/source/_module.scss */
  #block-cookies-wrap {
    margin-top: 75px;
  }
}
/* line 3621, ../../Magento_Theme/web/css/source/_module.scss */
.no-display {
  display: none;
}

/*
* @section      Custom pages
* @description  This section holds specific style for Custom pages
*/
/* line 10, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-page-view h1 span,
.cms-page-view heading-1 span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
}
/* line 10, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-page-view h2 span,
.cms-page-view heading-2 span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
}
/* line 10, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-page-view h3 span,
.cms-page-view heading-3 span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
}
/* line 10, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-page-view h4 span,
.cms-page-view heading-4 span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
}
/* line 10, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-page-view h5 span,
.cms-page-view heading-5 span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
}
/* line 10, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-page-view h6 span,
.cms-page-view heading-6 span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
}
/* line 19, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-page-view h1.page-title,
.cms-page-view h2.page-title {
  text-align: left;
}

@media (min-width: 992px) {
  /* line 32, ../../Magento_Theme/web/css/source/_pages.scss */
  .cms-support .page-title,
  .cms-faq .page-title,
  .cms-about-us .page-title,
  .cms-shipping-delivery .page-title,
  .cms-guarantee .page-title,
  .cms-secure-payment .page-title,
  .cms-terms-conditions .page-title {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    margin-left: calc(16.66667% + 8px);
  }
}

/* line 41, ../../Magento_Theme/web/css/source/_pages.scss */
dl.custom-page dd {
  font-style: normal;
}

/* line 47, ../../Magento_Theme/web/css/source/_pages.scss */
.custom-page .page-title,
.custom-page .section-title {
  margin-bottom: 45px;
}

/* line 161, source/_mixins.scss */
.search-term-popular ul.search-terms:before, .search-term-popular ul.search-terms:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.search-term-popular ul.search-terms:after {
  clear: both;
}
/* line 56, ../../Magento_Theme/web/css/source/_pages.scss */
.search-term-popular ul.search-terms li {
  float: left;
  margin-right: 15px;
  font-size: 24px;
}

/* line 68, ../../Magento_Theme/web/css/source/_pages.scss */
.about-us-page img {
  margin-bottom: 35px;
}
/* line 71, ../../Magento_Theme/web/css/source/_pages.scss */
.about-us-page p {
  margin-bottom: 25px;
}
/* line 74, ../../Magento_Theme/web/css/source/_pages.scss */
.about-us-page ul {
  padding-top: 5px;
}
/* line 76, ../../Magento_Theme/web/css/source/_pages.scss */
.about-us-page ul li {
  padding: 5px 0;
}
/* line 79, ../../Magento_Theme/web/css/source/_pages.scss */
.about-us-page ul a {
  font-size: 12px;
}

/* line 89, ../../Magento_Theme/web/css/source/_pages.scss */
.not-found-page .disc li,
.not-found-page dd {
  font-style: normal;
}
/* line 94, ../../Magento_Theme/web/css/source/_pages.scss */
.not-found-page .not-found-page_top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
/* line 100, ../../Magento_Theme/web/css/source/_pages.scss */
.not-found-page .not-found-page_top img {
  width: auto;
  max-width: 100%;
  margin-bottom: 40px;
}
/* line 106, ../../Magento_Theme/web/css/source/_pages.scss */
.not-found-page .not-found-page_top > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
/* line 113, ../../Magento_Theme/web/css/source/_pages.scss */
.not-found-page .not-found-page_top strong {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  padding-right: 20px;
}
@media (min-width: 768px) {
  /* line 113, ../../Magento_Theme/web/css/source/_pages.scss */
  .not-found-page .not-found-page_top strong {
    font-size: 50px;
    line-height: 1;
  }
}
@media (min-width: 992px) {
  /* line 113, ../../Magento_Theme/web/css/source/_pages.scss */
  .not-found-page .not-found-page_top strong {
    font-size: 84px;
    line-height: 84px;
  }
}
/* line 129, ../../Magento_Theme/web/css/source/_pages.scss */
.not-found-page .not-found-page_top span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
@media (min-width: 768px) {
  /* line 129, ../../Magento_Theme/web/css/source/_pages.scss */
  .not-found-page .not-found-page_top span {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  /* line 129, ../../Magento_Theme/web/css/source/_pages.scss */
  .not-found-page .not-found-page_top span {
    font-size: 55px;
    line-height: 68px;
  }
}
/* line 147, ../../Magento_Theme/web/css/source/_pages.scss */
.not-found-page .not-found-page_bottom dt {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  /* line 147, ../../Magento_Theme/web/css/source/_pages.scss */
  .not-found-page .not-found-page_bottom dt {
    font-size: 20px;
  }
}
/* line 158, ../../Magento_Theme/web/css/source/_pages.scss */
.not-found-page .not-found-page_bottom dd {
  text-align: center;
}
/* line 161, ../../Magento_Theme/web/css/source/_pages.scss */
.not-found-page .not-found-page_bottom dd a {
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  padding: 12px 27px;
  text-transform: uppercase;
  line-height: inherit;
  color: #FFF;
}
/* line 135, source/_mixins.scss */
.not-found-page .not-found-page_bottom dd a:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 170, ../../Magento_Theme/web/css/source/_pages.scss */
.not-found-page .not-found-page_bottom dd a:before {
  padding-right: 5px;
  font-size: 22px;
  vertical-align: sub;
}

/* line 192, ../../Magento_Theme/web/css/source/_pages.scss */
.shipping-delivery-page .heading-3, .shipping-delivery-page .collapsible-block .opener, .collapsible-block .shipping-delivery-page .opener {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  /* line 192, ../../Magento_Theme/web/css/source/_pages.scss */
  .shipping-delivery-page .heading-3, .shipping-delivery-page .collapsible-block .opener, .collapsible-block .shipping-delivery-page .opener {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
/* line 205, ../../Magento_Theme/web/css/source/_pages.scss */
.shipping-delivery-page ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 0.8em;
}
/* line 209, ../../Magento_Theme/web/css/source/_pages.scss */
.shipping-delivery-page ul li:before {
  content: '.';
  font-size: 35px;
  line-height: inherit;
  position: absolute;
  top: -8px;
  left: 0;
}
/* line 217, ../../Magento_Theme/web/css/source/_pages.scss */
.shipping-delivery-page ul li:last-child {
  margin-bottom: 1.5em;
}
/* line 222, ../../Magento_Theme/web/css/source/_pages.scss */
.shipping-delivery-page .shipping-delivery-page__border {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eae9e9;
}
@media (min-width: 992px) {
  /* line 222, ../../Magento_Theme/web/css/source/_pages.scss */
  .shipping-delivery-page .shipping-delivery-page__border {
    padding-bottom: 70px;
    margin-bottom: 99px;
  }
}
/* line 232, ../../Magento_Theme/web/css/source/_pages.scss */
.shipping-delivery-page .shipping-delivery-page__border span:not(.heading-3) {
  margin-bottom: 15px;
  display: block;
}
/* line 238, ../../Magento_Theme/web/css/source/_pages.scss */
.shipping-delivery-page .shipping-delivery-page__list p {
  margin-bottom: 78px;
}
/* line 242, ../../Magento_Theme/web/css/source/_pages.scss */
.shipping-delivery-page .shipping-delivery-page_shipping-icon {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.shipping-delivery-page .shipping-delivery-page_shipping-icon:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 245, ../../Magento_Theme/web/css/source/_pages.scss */
.shipping-delivery-page .shipping-delivery-page_track-icon {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.shipping-delivery-page .shipping-delivery-page_track-icon:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 248, ../../Magento_Theme/web/css/source/_pages.scss */
.shipping-delivery-page .shipping-delivery-page_order-icon {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.shipping-delivery-page .shipping-delivery-page_order-icon:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 254, ../../Magento_Theme/web/css/source/_pages.scss */
.shipping-delivery-page .shipping-delivery-page_shipping-icon:before,
.shipping-delivery-page .shipping-delivery-page_track-icon:before,
.shipping-delivery-page .shipping-delivery-page_order-icon:before {
  font-size: 40px;
  padding-right: 15px;
}

/* line 264, ../../Magento_Theme/web/css/source/_pages.scss */
.change-message {
  color: #31708f;
  background-color: #d9edf7;
  padding: 0.8rem 3.5rem 0.8rem 1rem;
  margin-bottom: 30px;
  border: 1px solid #bce8f1;
  border-radius: 2px;
  position: relative;
  font-size: 14px;
}

/* line 276, ../../Magento_Theme/web/css/source/_pages.scss */
.privacy-policy-page dd {
  margin-bottom: 50px;
}

/* line 285, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-faq .page-title-wrapper .page-title {
  margin-bottom: 42px;
}

/* line 292, ../../Magento_Theme/web/css/source/_pages.scss */
.faq-page #faq-accordion .accordion-trigger {
  width: 100%;
  margin-bottom: 50px;
  position: relative;
  transition: .3s;
}
/* line 297, ../../Magento_Theme/web/css/source/_pages.scss */
.faq-page #faq-accordion .accordion-trigger:before {
  content: 'q';
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  color: #FFF;
  text-align: center;
  padding: 15px 0;
  width: 50px;
  display: inline-block;
  margin-right: 15px;
  cursor: pointer;
}
/* line 310, ../../Magento_Theme/web/css/source/_pages.scss */
.faq-page #faq-accordion .accordion-trigger:after {
  position: absolute;
  top: 12px;
  right: 0;
  cursor: pointer;
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
/* line 317, ../../Magento_Theme/web/css/source/_pages.scss */
.faq-page #faq-accordion .accordion-trigger.open {
  margin-bottom: 35px;
}
/* line 319, ../../Magento_Theme/web/css/source/_pages.scss */
.faq-page #faq-accordion .accordion-trigger.open:after {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
}
/* line 324, ../../Magento_Theme/web/css/source/_pages.scss */
.faq-page #faq-accordion .accordion-trigger span {
  cursor: pointer;
  font-size: 20px;
  line-height: 50px;
}
/* line 331, ../../Magento_Theme/web/css/source/_pages.scss */
.faq-page #faq-accordion .accordion-content {
  display: none;
  padding-bottom: 50px;
}
/* line 335, ../../Magento_Theme/web/css/source/_pages.scss */
.faq-page #faq-accordion .accordion-content p {
  margin-bottom: 23px;
}
/* line 338, ../../Magento_Theme/web/css/source/_pages.scss */
.faq-page #faq-accordion .accordion-content p:before {
  content: 'a';
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1;
  background: #fafafa;
  text-align: center;
  padding: 15px 0;
  width: 50px;
  display: inline-block;
  margin: 5px 15px 15px 0;
  float: left;
}

/* line 360, ../../Magento_Theme/web/css/source/_pages.scss */
.form-orders-search legend.admin__legend {
  padding-bottom: 2em;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 2em;
  width: 100%;
}
/* line 366, ../../Magento_Theme/web/css/source/_pages.scss */
.form-orders-search .actions-toolbar {
  padding-top: 1.5rem;
  border-top: 1px solid #eae9e9;
}

/* line 376, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-account-create .field .checkbox {
  margin-top: .5rem;
}

/* line 383, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-account-index .account-nav .nav.items a {
  font-size: 12px;
  line-height: 30px;
}
/* line 387, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-account-index .account-nav .nav.items strong {
  font-weight: 400;
}

/* line 397, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-service h3 {
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 22px;
}
/* line 403, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-service h4 {
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  margin-bottom: 15px;
}
/* line 409, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-service .customer-service__block {
  margin-bottom: 94px;
}
/* line 413, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-service .table-block {
  margin-bottom: 65px;
}
/* line 416, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-service .table-block h3 {
  margin-bottom: 46px;
}
/* line 419, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-service .table-block table {
  width: 100%;
}
/* line 422, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-service .table-block thead {
  border-top: 1px solid #eae9e9;
  border-bottom: 1px solid #eae9e9;
}
/* line 426, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-service .table-block thead th {
  padding: 10px;
  border-left: 1px solid #eae9e9;
  font-size: 16px;
  line-height: 1;
  vertical-align: middle;
}
/* line 432, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-service .table-block thead th:first-child {
  padding-left: 0;
  border-left: none;
}
@media (min-width: 992px) {
  /* line 426, ../../Magento_Theme/web/css/source/_pages.scss */
  .customer-service .table-block thead th {
    padding: 15px 10px 15px 35px;
  }
}
@media (min-width: 768px) {
  /* line 445, ../../Magento_Theme/web/css/source/_pages.scss */
  .customer-service .table-block tbody tr:first-child td {
    padding-top: 41px;
  }
}
@media (min-width: 768px) {
  /* line 450, ../../Magento_Theme/web/css/source/_pages.scss */
  .customer-service .table-block tbody tr:last-child td {
    padding-bottom: 30px;
  }
}
/* line 456, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-service .table-block tbody td {
  font-size: 12px;
  line-height: 1;
  padding: 7px;
}
@media (min-width: 768px) {
  /* line 456, ../../Magento_Theme/web/css/source/_pages.scss */
  .customer-service .table-block tbody td {
    border-left: 1px solid #eae9e9;
  }
  /* line 462, ../../Magento_Theme/web/css/source/_pages.scss */
  .customer-service .table-block tbody td:first-child {
    padding-left: 0;
    border-left: none;
  }
}
@media (min-width: 992px) {
  /* line 456, ../../Magento_Theme/web/css/source/_pages.scss */
  .customer-service .table-block tbody td {
    padding: 11px 10px 11px 35px;
  }
}
@media (max-width: 767px) {
  /* line 474, ../../Magento_Theme/web/css/source/_pages.scss */
  .customer-service .table-block thead {
    display: none;
  }
  /* line 477, ../../Magento_Theme/web/css/source/_pages.scss */
  .customer-service .table-block tbody td {
    display: block;
    text-align: center;
  }
  /* line 480, ../../Magento_Theme/web/css/source/_pages.scss */
  .customer-service .table-block tbody td:first-child {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    background: #f6f6f6;
    margin-bottom: 1em;
    padding: 1em 1em .8em;
  }
  /* line 487, ../../Magento_Theme/web/css/source/_pages.scss */
  .customer-service .table-block tbody td:first-child:before {
    display: none;
  }
  /* line 491, ../../Magento_Theme/web/css/source/_pages.scss */
  .customer-service .table-block tbody td:last-child {
    margin-bottom: 1em;
  }
  /* line 495, ../../Magento_Theme/web/css/source/_pages.scss */
  .customer-service .table-block tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
    font-weight: 600;
  }
}
/* line 505, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-service .list-block h3 {
  margin-bottom: 27px;
}
/* line 509, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-service .list-block li {
  margin-bottom: 20px;
}
/* line 512, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-service .list-block h4 {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.customer-service .list-block h4:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 514, ../../Magento_Theme/web/css/source/_pages.scss */
.customer-service .list-block h4:before {
  font-size: 30px;
  line-height: inherit;
  padding-right: 10px;
}

/* line 523, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-customer-service .page-title-wrapper .page-title {
  margin-bottom: 86px;
}

/* line 531, ../../Magento_Theme/web/css/source/_pages.scss */
.support-page .text-block {
  padding-bottom: 80px;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 87px;
}
/* line 537, ../../Magento_Theme/web/css/source/_pages.scss */
.support-page .boxes-block h3 {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 45px;
}
/* line 544, ../../Magento_Theme/web/css/source/_pages.scss */
.support-page .boxes-block li a {
  transition: 0s;
}
/* line 547, ../../Magento_Theme/web/css/source/_pages.scss */
.support-page .boxes-block li div {
  background: transparent;
  border: 2px solid;
  margin-bottom: 30px;
  padding: 76px 10px;
  transition: .3s ease;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 558, ../../Magento_Theme/web/css/source/_pages.scss */
.support-page .boxes-block li div:hover span,
.support-page .boxes-block li div:hover span:before {
  color: #FFF;
}
@media (min-width: 1354px) {
  /* line 547, ../../Magento_Theme/web/css/source/_pages.scss */
  .support-page .boxes-block li div {
    margin-bottom: 50px;
  }
}
/* line 568, ../../Magento_Theme/web/css/source/_pages.scss */
.support-page .boxes-block li div span {
  font-size: 20px;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 575, ../../Magento_Theme/web/css/source/_pages.scss */
.support-page .boxes-block li div span:before {
  font-size: 70px;
  line-height: 1;
  padding-bottom: 19px;
}
/* line 583, ../../Magento_Theme/web/css/source/_pages.scss */
.support-page .boxes-block .support-page__archive-icon {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.support-page .boxes-block .support-page__archive-icon:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 586, ../../Magento_Theme/web/css/source/_pages.scss */
.support-page .boxes-block .support-page__bubbles-icon {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.support-page .boxes-block .support-page__bubbles-icon:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 589, ../../Magento_Theme/web/css/source/_pages.scss */
.support-page .boxes-block .support-page__bubble-question-icon {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.support-page .boxes-block .support-page__bubble-question-icon:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 592, ../../Magento_Theme/web/css/source/_pages.scss */
.support-page .boxes-block .support-page__envelope-icon {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.support-page .boxes-block .support-page__envelope-icon:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 601, ../../Magento_Theme/web/css/source/_pages.scss */
.guarantee-page p {
  margin-bottom: 20px;
}
/* line 604, ../../Magento_Theme/web/css/source/_pages.scss */
.guarantee-page h3 {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
}
/* line 609, ../../Magento_Theme/web/css/source/_pages.scss */
.guarantee-page h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.guarantee-page h4:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 614, ../../Magento_Theme/web/css/source/_pages.scss */
.guarantee-page h4:before {
  font-size: 30px;
  line-height: inherit;
  padding-right: 10px;
}
/* line 620, ../../Magento_Theme/web/css/source/_pages.scss */
.guarantee-page ul {
  padding: 10px 0 20px;
}
/* line 623, ../../Magento_Theme/web/css/source/_pages.scss */
.guarantee-page ul li {
  margin-bottom: 15px;
}
/* line 625, ../../Magento_Theme/web/css/source/_pages.scss */
.guarantee-page ul li:last-child {
  margin-bottom: 0;
}
/* line 630, ../../Magento_Theme/web/css/source/_pages.scss */
.guarantee-page .text-block {
  padding-bottom: 70px;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 85px;
}
/* line 634, ../../Magento_Theme/web/css/source/_pages.scss */
.guarantee-page .text-block:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

/* line 644, ../../Magento_Theme/web/css/source/_pages.scss */
.secure-payment-page h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 21px;
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.secure-payment-page h4:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 650, ../../Magento_Theme/web/css/source/_pages.scss */
.secure-payment-page h4:before {
  font-size: 30px;
  line-height: inherit;
  padding-right: 10px;
}
/* line 656, ../../Magento_Theme/web/css/source/_pages.scss */
.secure-payment-page ul {
  padding: 15px 0 30px;
}
/* line 659, ../../Magento_Theme/web/css/source/_pages.scss */
.secure-payment-page ul li {
  margin-bottom: 29px;
}
/* line 661, ../../Magento_Theme/web/css/source/_pages.scss */
.secure-payment-page ul li:last-child {
  margin-bottom: 0;
}
/* line 161, source/_mixins.scss */
.secure-payment-page .secure-payment_icons ul:before, .secure-payment-page .secure-payment_icons ul:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.secure-payment-page .secure-payment_icons ul:after {
  clear: both;
}
/* line 670, ../../Magento_Theme/web/css/source/_pages.scss */
.secure-payment-page .secure-payment_icons ul li {
  float: left;
  margin-right: 28px;
}
/* line 675, ../../Magento_Theme/web/css/source/_pages.scss */
.secure-payment-page .secure-payment_icons ul a {
  font-size: 41px;
  line-height: 1;
}

/* line 687, ../../Magento_Theme/web/css/source/_pages.scss */
.terms-conditions-page p {
  margin-bottom: 28px;
}
/* line 691, ../../Magento_Theme/web/css/source/_pages.scss */
.terms-conditions-page ul h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.terms-conditions-page ul h4:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 696, ../../Magento_Theme/web/css/source/_pages.scss */
.terms-conditions-page ul h4:before {
  font-size: 30px;
  line-height: inherit;
  padding-right: 10px;
}

/* line 709, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-template-settings .page-title-wrapper .page-title {
  margin-bottom: 86px;
}
/* line 713, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-template-settings.cms-page-view h3 {
  font-size: 20px;
  line-height: 1;
  text-transform: none;
  margin-bottom: 2em;
}
/* line 719, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-template-settings.cms-page-view h3 em {
  font-weight: 400;
}
/* line 724, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-template-settings .data-table {
  margin-bottom: 40px;
}
/* line 726, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-template-settings .data-table thead {
  border-top: 1px solid #eae9e9;
  border-bottom: 1px solid #eae9e9;
}
/* line 730, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-template-settings .data-table thead th {
  border-left: 1px solid #eae9e9;
  padding: 5px 5px;
  text-transform: none;
}
/* line 734, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-template-settings .data-table thead th:first-child {
  padding-left: 0;
  border-left: none;
}
@media (min-width: 992px) {
  /* line 730, ../../Magento_Theme/web/css/source/_pages.scss */
  .cms-template-settings .data-table thead th {
    padding: 10px 20px;
  }
}
/* line 746, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-template-settings .data-table tbody tr:first-child td {
  padding-top: 15px;
}
@media (min-width: 992px) {
  /* line 746, ../../Magento_Theme/web/css/source/_pages.scss */
  .cms-template-settings .data-table tbody tr:first-child td {
    padding-top: 35px;
  }
}
/* line 754, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-template-settings .data-table tbody tr:last-child td {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  /* line 754, ../../Magento_Theme/web/css/source/_pages.scss */
  .cms-template-settings .data-table tbody tr:last-child td {
    padding-bottom: 30px;
  }
}
/* line 762, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-template-settings .data-table tbody td {
  padding: 5px 5px;
  border-left: 1px solid #eae9e9;
}
/* line 765, ../../Magento_Theme/web/css/source/_pages.scss */
.cms-template-settings .data-table tbody td:first-child {
  border-left: none;
  padding-left: 0;
}
@media (min-width: 992px) {
  /* line 762, ../../Magento_Theme/web/css/source/_pages.scss */
  .cms-template-settings .data-table tbody td {
    padding: 10px 20px;
  }
}

/* line 778, ../../Magento_Theme/web/css/source/_pages.scss */
.extra-title-settings {
  font-weight: 500;
}

/* line 783, ../../Magento_Theme/web/css/source/_pages.scss */
.ios.iphone .page-header,
.ios.iphone .page-header__content,
.ios.iphone .header-bottom-wrap {
  position: static;
}
/* line 788, ../../Magento_Theme/web/css/source/_pages.scss */
.ios.iphone .header-switchers {
  position: absolute;
  z-index: 17;
}
/* line 792, ../../Magento_Theme/web/css/source/_pages.scss */
.ios.iphone .rd-navbar-fixed .rd-navbar-panel-canvas,
.ios.iphone .rd-navbar-fixed .rd-navbar-nav-wrap,
.ios.iphone .rd-navbar-fixed .rd-navbar-search .form-group,
.ios.iphone .rd-navbar-fixed .rd-navbar-collapse,
.ios.iphone .rd-navbar-fixed .rd-navbar-cart {
  position: absolute;
}
/* line 799, ../../Magento_Theme/web/css/source/_pages.scss */
.ios.iphone .rd-navbar-fixed .rd-navbar-cart-fixed,
.ios.iphone .rd-navbar-fixed .rd-navbar-collapse-toggle,
.ios.iphone .rd-navbar-fixed .rd-navbar-search-toggle,
.ios.iphone .rd-navbar-fixed .rd-navbar-toggle {
  position: absolute;
  z-index: 99;
}
/* line 806, ../../Magento_Theme/web/css/source/_pages.scss */
.ios.iphone .rd-navbar-fixed .rd-navbar-search .form-group {
  left: -10px;
  min-width: 310px;
}
/* line 810, ../../Magento_Theme/web/css/source/_pages.scss */
.ios.iphone .rd-navbar-fixed .rd-navbar-nav-wrap {
  bottom: auto;
}
/* line 813, ../../Magento_Theme/web/css/source/_pages.scss */
.ios.iphone .modals-wrapper {
  z-index: 99;
}

/* line 6, ../../Magento_Catalog/web/css/source/product/_list.scss */
.price-including-tax + .price-excluding-tax::before,
.weee[data-label]::before {
  content: attr(data-label) ": ";
  font-size: 13px;
}

/* line 11, ../../Magento_Catalog/web/css/source/product/_list.scss */
.price-including-tax {
  display: block;
}

/* line 14, ../../Magento_Catalog/web/css/source/product/_list.scss */
.swatch-input {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}

/* line 22, ../../Magento_Catalog/web/css/source/product/_list.scss */
.products .product-item .product-item-name {
  display: block;
}
/* line 27, ../../Magento_Catalog/web/css/source/product/_list.scss */
.products .product-item .rating-summary {
  display: inline-block;
}
/* line 29, ../../Magento_Catalog/web/css/source/product/_list.scss */
.products .product-item .rating-summary .label {
  display: none;
}
/* line 33, ../../Magento_Catalog/web/css/source/product/_list.scss */
.products .product-item .reviews-actions {
  display: inline-block;
  padding-left: 5px;
}
/* line 36, ../../Magento_Catalog/web/css/source/product/_list.scss */
.products .product-item .reviews-actions .view {
  font-size: 12px;
  line-height: normal;
  display: inline-block;
  padding-top: 3px;
}
/* line 46, ../../Magento_Catalog/web/css/source/product/_list.scss */
.products .product-item .swatch-attribute-options {
  margin-top: 5px;
}
/* line 51, ../../Magento_Catalog/web/css/source/product/_list.scss */
.products .product-item .price {
  font-size: 24px;
}
/* line 55, ../../Magento_Catalog/web/css/source/product/_list.scss */
.products .product-item .old-price .price {
  font-size: 16px;
}
/* line 60, ../../Magento_Catalog/web/css/source/product/_list.scss */
.products .product-item .price-box > span {
  display: inline-block;
  margin-right: 15px;
}
/* line 71, ../../Magento_Catalog/web/css/source/product/_list.scss */
.products .product-item .actions-primary .primary span:before {
  font-family: "Linearicons";
  content: "\e74d";
  font-size: 161%;
  padding-right: 10px;
  line-height: 0;
  vertical-align: sub;
  font-weight: normal;
}
/* line 85, ../../Magento_Catalog/web/css/source/product/_list.scss */
.products .product-item .actions-secondary .action {
  border: 0;
  background: none;
  padding: 0;
  font-size: 22px;
}
/* line 90, ../../Magento_Catalog/web/css/source/product/_list.scss */
.products .product-item .actions-secondary .action:first-child {
  margin-right: 28px;
}
/* line 96, ../../Magento_Catalog/web/css/source/product/_list.scss */
.products .product-item .smart-labels .main-labels {
  max-width: 80px;
  margin: -13px;
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 96, ../../Magento_Catalog/web/css/source/product/_list.scss */
  .products .product-item .smart-labels .main-labels {
    max-width: 50px;
    margin: -8px;
  }
}

/* line 105, ../../Magento_Catalog/web/css/source/product/_list.scss */
.product-item-info-hide {
  opacity: 0.5;
  position: relative;
}

/* line 109, ../../Magento_Catalog/web/css/source/product/_list.scss */
.smart-label {
  z-index: 2 !important;
}

/* line 114, ../../Magento_Catalog/web/css/source/product/_list.scss */
.smart-labels .label-text {
  font-size: 12px;
  line-height: 19px;
  padding: 2px 8px 0;
  text-transform: capitalize;
  color: #fff;
}

/* line 121, ../../Magento_Catalog/web/css/source/product/_list.scss */
.products-grid .tm-switch-image-container .product-image-photo {
  position: relative;
}

/* line 124, ../../Magento_Catalog/web/css/source/product/_list.scss */
.tm-switch-image-container {
  position: relative;
  overflow: hidden;
}
/* line 128, ../../Magento_Catalog/web/css/source/product/_list.scss */
.tm-switch-image-container .replaced {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 133, ../../Magento_Catalog/web/css/source/product/_list.scss */
.tm-switch-image-container .replaced.switch-video {
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

/* line 140, ../../Magento_Catalog/web/css/source/product/_list.scss */
.product-image-container.gallery-placeholder {
  display: block !important;
}

/* line 144, ../../Magento_Catalog/web/css/source/product/_list.scss */
.listing-gallery .fotorama__arr,
.listing-gallery .fotorama__thumb__arr {
  background: none;
}
/* line 149, ../../Magento_Catalog/web/css/source/product/_list.scss */
.listing-gallery .fotorama__arr {
  width: 40px;
  top: 50%;
  bottom: auto;
}
/* line 153, ../../Magento_Catalog/web/css/source/product/_list.scss */
.listing-gallery .fotorama__arr .fotorama__arr__arr {
  background-image: none;
  background-color: #32cfb0;
  width: 40px;
  height: 40px;
  opacity: 0.8;
}
/* line 159, ../../Magento_Catalog/web/css/source/product/_list.scss */
.listing-gallery .fotorama__arr .fotorama__arr__arr:hover {
  opacity: 1;
}
/* line 165, ../../Magento_Catalog/web/css/source/product/_list.scss */
.listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before,
.listing-gallery .fotorama__arr--next .fotorama__arr__arr:before {
  font-family: "Linearicons";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  font-size: 18px;
  color: #fff;
}
/* line 177, ../../Magento_Catalog/web/css/source/product/_list.scss */
.listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before {
  content: "\e93b";
}
/* line 180, ../../Magento_Catalog/web/css/source/product/_list.scss */
.listing-gallery .fotorama__arr--next .fotorama__arr__arr:before {
  content: "";
}
/* line 183, ../../Magento_Catalog/web/css/source/product/_list.scss */
.listing-gallery .fotorama-item .fotorama__stage {
  margin-bottom: 0;
}
/* line 186, ../../Magento_Catalog/web/css/source/product/_list.scss */
.listing-gallery .fotorama__stage__frame .fotorama__img {
  width: 100%;
}

/* line 192, ../../Magento_Catalog/web/css/source/product/_list.scss */
.product-item-info:hover .quick-view-button {
  transform: scale(1, 1);
}

/* line 196, ../../Magento_Catalog/web/css/source/product/_list.scss */
.quick-view-button {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 4px 18px;
  transform: scale(0, 0);
  transition: all 0.3s ease;
}
/* line 205, ../../Magento_Catalog/web/css/source/product/_list.scss */
.quick-view-button.icon-text {
  padding: 10px;
  font-size: 21px;
}
/* line 208, ../../Magento_Catalog/web/css/source/product/_list.scss */
.quick-view-button.icon-text:before {
  font-family: "Linearicons";
  content: "\e922";
}
/* line 212, ../../Magento_Catalog/web/css/source/product/_list.scss */
.quick-view-button.icon-text span {
  display: none;
}
@media (max-width: 991px) {
  /* line 196, ../../Magento_Catalog/web/css/source/product/_list.scss */
  .quick-view-button {
    display: none;
  }
}

/* line 221, ../../Magento_Catalog/web/css/source/product/_list.scss */
.modal-popup.quick-view._show {
  pointer-events: none;
}

/* line 225, ../../Magento_Catalog/web/css/source/product/_list.scss */
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 10px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}

/* line 240, ../../Magento_Catalog/web/css/source/product/_list.scss */
.map-popup.active {
  opacity: 1;
}

/* line 244, ../../Magento_Catalog/web/css/source/product/_list.scss */
.ui-dialog.popup .action.close {
  position: absolute;
  height: 40px;
  right: 0;
  top: 10px;
  width: 40px;
  z-index: 1001;
  display: inline-block;
  line-height: inherit;
  margin: 0;
  padding: 0;
  font-weight: 400;
}

/* line 257, ../../Magento_Catalog/web/css/source/product/_list.scss */
.ui-dialog.popup {
  width: 420px;
}
@media (max-width: 991px) {
  /* line 257, ../../Magento_Catalog/web/css/source/product/_list.scss */
  .ui-dialog.popup {
    width: 320px;
  }
}

/* line 263, ../../Magento_Catalog/web/css/source/product/_list.scss */
#map-popup-click-for-price + .ui-widget-content .close span {
  display: none;
}

/* line 266, ../../Magento_Catalog/web/css/source/product/_list.scss */
#map-popup-click-for-price + .ui-widget-content .close:before {
  font-family: "Linearicons";
  content: "\e935";
  font-size: 12px;
}

/* line 272, ../../Magento_Catalog/web/css/source/product/_list.scss */
.map-popup .price-box {
  margin-bottom: 5px;
}
/* line 275, ../../Magento_Catalog/web/css/source/product/_list.scss */
.map-popup .action.primary {
  padding: 10px 20px;
  margin-bottom: 10px;
}
/* line 279, ../../Magento_Catalog/web/css/source/product/_list.scss */
.map-popup .price-wrapper {
  color: #333;
}

/* line 5, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-products {
  position: relative;
  font-size: 12px;
  z-index: 2;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 49px;
  margin-bottom: 50px;
}
/* line 161, source/_mixins.scss */
.toolbar-products:before, .toolbar-products:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.toolbar-products:after {
  clear: both;
}
/* line 14, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-products .toolbar-sorter {
  float: left;
}
/* line 18, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-products .field {
  margin: 0;
}
/* line 20, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-products .field > .label,
.toolbar-products .field > .control,
.toolbar-products .field > .action {
  display: inline-block;
}
/* line 25, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-products .field > .label {
  padding: 14px 0;
  margin-right: 10px;
}

/* line 34, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-bottom .toolbar-products {
  border-top: 1px solid #eae9e9;
  border-bottom: 0;
  padding: 45px 0 0;
  margin: 50px 0 0;
}

/* line 43, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-container .filter-toggle {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  margin-bottom: 20px;
  display: none;
}
/* line 30, source/_mixins.scss */
.toolbar-container .filter-toggle:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.toolbar-container .filter-toggle span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 43, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
  .toolbar-container .filter-toggle {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 43, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
  .toolbar-container .filter-toggle {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}

/* line 51, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.modes {
  float: right;
  font-size: 22px;
  padding-top: 14px;
  padding-left: 6px;
}
/* line 56, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.modes .modes-label {
  display: none;
}
/* line 59, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.modes .modes-mode {
  margin-left: 14px;
  font-weight: normal;
}
/* line 62, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.modes .modes-mode span {
  display: none;
}
/* line 67, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.modes .mode-grid:before {
  font-family: "Linearicons";
  content: "\e87e";
}
/* line 73, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.modes .mode-list:before {
  font-family: "Linearicons";
  content: "\e92f";
}
/* line 78, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.modes a.modes-mode:hover {
  opacity: 0.6;
}

/* line 85, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-amount {
  text-align: center;
  position: absolute;
  top: 14px;
  width: 100%;
  margin: 0;
  padding: 0 30%;
  z-index: -1;
}
@media (max-width: 1200px) {
  /* line 85, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
  .toolbar-amount {
    top: 65px;
    padding: 0;
  }
}

@media (min-width: 1199px) {
  /* line 100, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
  .layout_3 .toolbar-amount {
    padding: 0 240px 0 0;
    text-align: right;
  }
}

/* line 108, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.pages {
  display: none;
}
/* line 110, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.pages .pages-items {
  position: relative;
  display: inline-block;
}
/* line 161, source/_mixins.scss */
.pages .pages-items:before, .pages .pages-items:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.pages .pages-items:after {
  clear: both;
}
/* line 115, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.pages .item {
  float: left;
  margin-right: 5px;
}
/* line 121, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.pages .item.pages-item-previous span:before, .pages .item.pages-item-next span:before {
  font-family: "Linearicons";
  display: inline-block;
  margin-top: -1px;
  transition: all 0.2s ease;
}
/* line 127, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.pages .item.pages-item-previous span:not(.label), .pages .item.pages-item-next span:not(.label) {
  display: none;
}
/* line 133, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.pages .item.pages-item-previous span::before {
  content: '\e93b';
  margin-right: 4px;
  float: left;
}
/* line 140, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.pages .item.pages-item-next span:before {
  content: '\e93c';
  float: right;
  margin-left: 4px;
}
/* line 146, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.pages .item .next,
.pages .item .previous {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 50px;
}
/* line 154, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.pages .item .page {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
}
/* line 162, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-bottom .pages {
  display: block;
}

/* line 168, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.limiter {
  float: right;
}
/* line 170, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.limiter .limiter-text {
  display: none;
}

/* line 177, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-sorter .label {
  text-align: left;
}
/* line 180, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-sorter .sorter-action {
  font-size: 22px;
  padding: 14px 0 0 10px;
}
/* line 183, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-sorter .sorter-action span {
  display: none;
}
/* line 187, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-sorter .sorter-action.sort-asc:before {
  font-family: "Linearicons";
  content: "\e9ba";
}
/* line 193, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-sorter .sorter-action.sort-desc:before {
  font-family: "Linearicons";
  content: "\e9b9";
}

/* line 202, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-bottom .modes,
.toolbar-bottom .toolbar-amount,
.toolbar-bottom .limiter,
.toolbar-bottom .toolbar-sorter {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 212, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
  .modes,
  .toolbar-amount,
  .toolbar-products .limiter {
    display: none !important;
  }

  /* line 217, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
  .toolbar-products .sorter-label.label {
    display: none;
  }

  /* line 220, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
  .toolbar-products .toolbar-sorter > .control {
    min-width: 126px;
  }
}
@media (max-width: 479px) {
  /* line 225, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
  .toolbar-products .limiter {
    float: left;
    clear: left;
    margin-top: 10px;
  }
}
/* line 233, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-bottom.widget-toolbar {
  position: relative;
  border: 1px solid #eae9e9;
  padding: 15px;
}
/* line 237, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.toolbar-bottom.widget-toolbar .toolbar-amount {
  display: block !important;
  font-size: 12px;
  padding: 0;
  text-align: right;
  top: 30px;
  right: 20px;
}
@media (max-width: 991px) {
  /* line 237, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
  .toolbar-bottom.widget-toolbar .toolbar-amount {
    position: relative;
    top: 0;
    right: 0;
    text-align: left;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 10px;
  }
}

/* line 262, ../../Magento_Catalog/web/css/source/product/_toolbar.scss */
.ios.mobile body:not(.no-mobile) .toolbar-products .control, .ios.tablet body:not(.no-mobile) .toolbar-products .control {
  padding-top: 11px;
}

/* line 8, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .column.main,
.modal-popup.quick-view .column.main {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1354px) {
  /* line 8, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .column.main,
  .modal-popup.quick-view .column.main {
    margin-left: -25px;
    margin-right: -25px;
  }
}
/* line 15, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-info-main,
.modal-popup.quick-view .product-info-main {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 1354px) {
  /* line 15, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .product-info-main,
  .modal-popup.quick-view .product-info-main {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 22, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .page-title-wrapper .container, .catalog-product-view .page-title-wrapper .page-print.sales-order-print #maincontent, .page-print.sales-order-print .catalog-product-view .page-title-wrapper #maincontent,
.modal-popup.quick-view .page-title-wrapper .container,
.modal-popup.quick-view .page-title-wrapper .page-print.sales-order-print #maincontent,
.page-print.sales-order-print .modal-popup.quick-view .page-title-wrapper #maincontent {
  max-width: inherit;
  min-width: inherit;
}
/* line 26, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .page-title-wrapper .page-title,
.modal-popup.quick-view .page-title-wrapper .page-title {
  font-size: 26px;
  margin-bottom: 25px;
  line-height: 1.35em;
}
/* line 33, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product.sku,
.modal-popup.quick-view .product.sku {
  font-size: 12px;
  margin-bottom: 20px;
}
/* line 39, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-info-stock-sku,
.modal-popup.quick-view .product-info-stock-sku {
  font-size: 12px;
  margin-bottom: 17px;
}
/* line 44, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-options-wrapper .field,
.modal-popup.quick-view .product-options-wrapper .field {
  margin-bottom: 28px;
}
@media (min-width: 1200px) {
  /* line 44, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .product-options-wrapper .field,
  .modal-popup.quick-view .product-options-wrapper .field {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/* line 52, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-options-wrapper .label,
.modal-popup.quick-view .product-options-wrapper .label {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: normal;
}
/* line 57, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-options-wrapper .label:after,
.modal-popup.quick-view .product-options-wrapper .label:after {
  position: absolute;
}
@media (min-width: 1200px) {
  /* line 52, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .product-options-wrapper .label,
  .modal-popup.quick-view .product-options-wrapper .label {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  /* line 65, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .product-options-wrapper .label:not(.admin__field-label),
  .modal-popup.quick-view .product-options-wrapper .label:not(.admin__field-label) {
    -webkit-flex-basis: 30%;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%;
  }
}
/* line 70, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-options-wrapper .select2-container,
.modal-popup.quick-view .product-options-wrapper .select2-container {
  min-width: 210px;
}
/* line 73, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-options-wrapper .swatch-opt,
.modal-popup.quick-view .product-options-wrapper .swatch-opt {
  margin: 10px 0 30px;
}
/* line 76, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-options-wrapper .swatch-attribute,
.modal-popup.quick-view .product-options-wrapper .swatch-attribute {
  margin-bottom: 15px;
}
/* line 78, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-options-wrapper .swatch-attribute:last-child,
.modal-popup.quick-view .product-options-wrapper .swatch-attribute:last-child {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  /* line 76, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .product-options-wrapper .swatch-attribute,
  .modal-popup.quick-view .product-options-wrapper .swatch-attribute {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 87, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-options-wrapper .swatch-attribute-label,
.modal-popup.quick-view .product-options-wrapper .swatch-attribute-label {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 1200px) {
  /* line 87, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .product-options-wrapper .swatch-attribute-label,
  .modal-popup.quick-view .product-options-wrapper .swatch-attribute-label {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  /* line 95, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .product-options-wrapper .color .swatch-attribute-label,
  .modal-popup.quick-view .product-options-wrapper .color .swatch-attribute-label {
    -webkit-flex-basis: 15%;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%;
    max-width: 15%;
  }
}
/* line 100, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-options-wrapper .swatch-option.color,
.modal-popup.quick-view .product-options-wrapper .swatch-option.color {
  min-width: 48px;
  min-height: 48px;
}
/* line 105, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-options-wrapper .swatch-option.disabled:before, .catalog-product-view .product-options-wrapper .swatch-option.disabled:after,
.modal-popup.quick-view .product-options-wrapper .swatch-option.disabled:before,
.modal-popup.quick-view .product-options-wrapper .swatch-option.disabled:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
/* line 114, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-options-wrapper .swatch-option.disabled:before,
.modal-popup.quick-view .product-options-wrapper .swatch-option.disabled:before {
  background-image: linear-gradient(135deg, transparent 50%, #000000 53%, transparent 53%);
  background-repeat: no-repeat;
  z-index: 1;
}
/* line 119, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-options-wrapper .swatch-option.disabled:after,
.modal-popup.quick-view .product-options-wrapper .swatch-option.disabled:after {
  background: rgba(255, 255, 255, 0.2);
  z-index: 0;
}
/* line 130, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .review-list .review-item,
.modal-popup.quick-view .review-list .review-item {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
/* line 135, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .review-list .review-title,
.modal-popup.quick-view .review-list .review-title {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 18px;
}
/* line 140, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .review-list .review-content,
.modal-popup.quick-view .review-list .review-content {
  padding-bottom: 12px;
}
/* line 143, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .review-list .review-details,
.modal-popup.quick-view .review-list .review-details {
  font-size: 12px;
}
/* line 145, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .review-list .review-details p,
.modal-popup.quick-view .review-list .review-details p {
  width: auto;
  margin-right: 15px;
}
@media (max-width: 991px) {
  /* line 151, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .review-list .block-content > .toolbar:first-child,
  .modal-popup.quick-view .review-list .block-content > .toolbar:first-child {
    display: none;
  }
}
/* line 156, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-reviews-summary,
.modal-popup.quick-view .product-reviews-summary {
  padding-top: 32px;
}
/* line 161, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-reviews-summary > div,
.modal-popup.quick-view .product-reviews-summary > div {
  display: inline-block;
}
/* line 163, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-reviews-summary > div:first-child,
.modal-popup.quick-view .product-reviews-summary > div:first-child {
  margin-right: 10px;
}
/* line 167, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-reviews-summary .label,
.modal-popup.quick-view .product-reviews-summary .label {
  display: none;
}
/* line 172, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .review-ratings,
.modal-popup.quick-view .review-ratings {
  padding-bottom: 15px;
}
/* line 174, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .review-ratings .rating-summary-wrap,
.modal-popup.quick-view .review-ratings .rating-summary-wrap {
  padding-bottom: 8px;
}
/* line 176, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .review-ratings .rating-summary-wrap:last-child,
.modal-popup.quick-view .review-ratings .rating-summary-wrap:last-child {
  padding-bottom: 0;
}
/* line 180, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .review-ratings .rating-summary,
.modal-popup.quick-view .review-ratings .rating-summary {
  display: inline-block;
}
/* line 183, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .review-ratings .rating-label,
.modal-popup.quick-view .review-ratings .rating-label {
  min-width: 50px;
  display: inline-block;
  padding: 2px 0 0;
  line-height: normal;
  font-size: 12px;
}
/* line 192, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .reviews-actions a,
.modal-popup.quick-view .reviews-actions a {
  font-size: 12px;
}
/* line 195, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .reviews-actions .view,
.modal-popup.quick-view .reviews-actions .view {
  margin-right: 1rem;
}
/* line 201, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view #tab-label-reviews-title span.counter:before,
.modal-popup.quick-view #tab-label-reviews-title span.counter:before {
  content: '(';
}
/* line 204, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view #tab-label-reviews-title span.counter:after,
.modal-popup.quick-view #tab-label-reviews-title span.counter:after {
  content: ')';
}
/* line 211, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .price-box,
.modal-popup.quick-view .price-box {
  margin-bottom: 1rem;
}
/* line 215, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-info-price .price,
.modal-popup.quick-view .product-info-price .price {
  font-size: 26px;
  font-weight: 600;
}
/* line 220, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-info-price .old-price .price,
.modal-popup.quick-view .product-info-price .old-price .price {
  font-size: 20px;
}
/* line 227, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-add-form,
.modal-popup.quick-view .product-add-form {
  margin-bottom: 1rem;
}
/* line 232, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .box-tocart .field,
.modal-popup.quick-view .box-tocart .field {
  padding-right: 2rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
/* line 238, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .box-tocart .control,
.modal-popup.quick-view .box-tocart .control {
  display: flex;
}
/* line 241, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .box-tocart .control button,
.modal-popup.quick-view .box-tocart .control button {
  display: block;
  width: 48px;
  color: white;
  background: black;
  border: 1px solid black;
  -webkit-transition: background-color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
/* line 252, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .box-tocart .control button:hover,
.modal-popup.quick-view .box-tocart .control button:hover {
  background-color: white;
  color: #000;
}
/* line 258, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .box-tocart .qty,
.modal-popup.quick-view .box-tocart .qty {
  text-align: center;
  width: 3rem;
}
/* line 261, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .box-tocart .qty .label,
.modal-popup.quick-view .box-tocart .qty .label {
  font-weight: normal;
}
/* line 265, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .box-tocart #qty,
.modal-popup.quick-view .box-tocart #qty {
  width: 55px;
  padding-left: 5px;
  padding-right: 5px;
}
/* line 270, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .box-tocart .mage-error:not(input):not(textarea),
.modal-popup.quick-view .box-tocart .mage-error:not(input):not(textarea) {
  position: absolute;
  padding-left: 0;
  box-shadow: none;
}
/* line 275, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .box-tocart .primary,
.modal-popup.quick-view .box-tocart .primary {
  min-width: 276px;
  padding-top: 17px;
  padding-bottom: 17px;
  margin-right: 40px;
}
/* line 280, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .box-tocart .primary span:before,
.modal-popup.quick-view .box-tocart .primary span:before {
  font-family: "Linearicons";
  content: "\e74d";
  font-size: 161%;
  line-height: 0;
  padding-right: 10px;
  vertical-align: sub;
  font-weight: normal;
}
/* line 290, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .box-tocart .paypal,
.modal-popup.quick-view .box-tocart .paypal {
  margin-top: 10px;
}
/* line 299, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-social-links .action,
.modal-popup.quick-view .product-social-links .action {
  border: 0;
  font-size: 22px;
  padding: 0;
  margin-right: 18px;
}
/* line 304, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-social-links .action:hover,
.modal-popup.quick-view .product-social-links .action:hover {
  background: none;
}
/* line 307, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-social-links .action span,
.modal-popup.quick-view .product-social-links .action span {
  display: none;
}
@media (max-width: 1199px) {
  /* line 297, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .product-social-links,
  .modal-popup.quick-view .product-social-links {
    padding-top: 20px;
  }
}
/* line 317, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product-addto-links,
.modal-popup.quick-view .product-addto-links {
  display: inline-block;
}
/* line 324, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product.attribute strong,
.modal-popup.quick-view .product.attribute strong {
  font-weight: 600;
}
/* line 327, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product.attribute .value,
.modal-popup.quick-view .product.attribute .value {
  display: inline-block;
}
/* line 330, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product.attribute.overview,
.modal-popup.quick-view .product.attribute.overview {
  margin-bottom: 20px;
}
/* line 336, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product.media,
.modal-popup.quick-view .product.media {
  position: relative;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 1354px) {
  /* line 336, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .product.media,
  .modal-popup.quick-view .product.media {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 341, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product.media .action-skip-wrapper,
.modal-popup.quick-view .product.media .action-skip-wrapper {
  display: none;
}
/* line 345, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product .label-position-placeholder,
.modal-popup.quick-view .product .label-position-placeholder {
  position: relative;
}
/* line 350, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product.info,
.modal-popup.quick-view .product.info {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin: 35px 0 30px;
  background: #FFF;
}
@media (min-width: 1354px) {
  /* line 350, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .product.info,
  .modal-popup.quick-view .product.info {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  /* line 350, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .product.info,
  .modal-popup.quick-view .product.info {
    padding-bottom: 30px;
    margin: 95px 0 90px;
    border-bottom: 1px solid #eae9e9;
  }
}
/* line 367, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .product.info .content[role="tabpanel"],
.modal-popup.quick-view .product.info .content[role="tabpanel"] {
  background: #FFF;
}
/* line 373, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .fotorama__nav__frame,
.modal-popup.quick-view .fotorama__nav__frame {
  opacity: 0.5;
  transition: all 0.3s ease;
}
/* line 376, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .fotorama__nav__frame:hover, .catalog-product-view .fotorama__nav__frame.fotorama__active,
.modal-popup.quick-view .fotorama__nav__frame:hover,
.modal-popup.quick-view .fotorama__nav__frame.fotorama__active {
  opacity: 1;
}
/* line 383, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .data.items,
.modal-popup.quick-view .data.items {
  position: relative;
}
/* line 161, source/_mixins.scss */
.catalog-product-view .data.items:before, .catalog-product-view .data.items:after,
.modal-popup.quick-view .data.items:before,
.modal-popup.quick-view .data.items:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.catalog-product-view .data.items:after,
.modal-popup.quick-view .data.items:after {
  clear: both;
}
/* line 386, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .data.items .title,
.modal-popup.quick-view .data.items .title {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 386, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .data.items .title,
  .modal-popup.quick-view .data.items .title {
    margin: 0 35px 0 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  /* line 386, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .data.items .title,
  .modal-popup.quick-view .data.items .title {
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
/* line 401, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .data.items .title.active a,
.modal-popup.quick-view .data.items .title.active a {
  cursor: default;
}
/* line 405, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .data.items .title:before,
.modal-popup.quick-view .data.items .title:before {
  top: 0;
  right: 7px;
}
@media (min-width: 768px) {
  /* line 405, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .data.items .title:before,
  .modal-popup.quick-view .data.items .title:before {
    display: none;
  }
}
/* line 413, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .data.items .block-title,
.modal-popup.quick-view .data.items .block-title {
  margin: 0;
}
/* line 415, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .data.items .block-title strong,
.modal-popup.quick-view .data.items .block-title strong {
  font-size: 26px;
  margin: 0;
}
/* line 421, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .data.items .content,
.modal-popup.quick-view .data.items .content {
  padding: 10px 0 0;
}
@media (min-width: 768px) {
  /* line 421, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .data.items .content,
  .modal-popup.quick-view .data.items .content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
    padding: 35px 0 0;
    display: none;
    border-top: 1px solid #eae9e9;
    margin-top: 58px;
  }
}
/* line 433, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .data.items .content.active,
.modal-popup.quick-view .data.items .content.active {
  display: block;
}
/* line 436, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .data.items .content[role="tabpanel"],
.modal-popup.quick-view .data.items .content[role="tabpanel"] {
  display: block;
}
/* line 439, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .data.items .content .table-caption,
.modal-popup.quick-view .data.items .content .table-caption {
  display: none;
  text-align: left;
}
@media (min-width: 768px) {
  /* line 439, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .data.items .content .table-caption,
  .modal-popup.quick-view .data.items .content .table-caption {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 450, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .data.items table.table td, .catalog-product-view .data.items table.table th,
  .modal-popup.quick-view .data.items table.table td,
  .modal-popup.quick-view .data.items table.table th {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 50px;
    font-size: 18px;
    border-bottom: 0;
  }
  /* line 457, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .data.items table.table .label,
  .modal-popup.quick-view .data.items table.table .label {
    border-right: 1px solid #eae9e9;
    max-width: 68px;
  }
  /* line 461, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .data.items table.table .data,
  .modal-popup.quick-view .data.items table.table .data {
    padding-left: 45px;
  }
  /* line 465, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .data.items .table-caption,
  .modal-popup.quick-view .data.items .table-caption {
    display: none;
  }
  /* line 468, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .data.items .title,
  .modal-popup.quick-view .data.items .title {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  /* line 473, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .data.items .col,
  .modal-popup.quick-view .data.items .col {
    border: 0;
    padding: 0;
    width: auto;
  }
  /* line 478, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .data.items .col.data,
  .modal-popup.quick-view .data.items .col.data {
    border: 0;
    line-height: 18px;
  }
  /* line 481, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .data.items .col.data:before,
  .modal-popup.quick-view .data.items .col.data:before {
    display: inline-block;
    border: 0;
    margin-right: 4px;
    font-weight: normal;
  }
}
/* line 491, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .social-sharing,
.modal-popup.quick-view .social-sharing {
  margin-top: 30px;
}
/* line 493, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .social-sharing > div,
.modal-popup.quick-view .social-sharing > div {
  display: inline-block;
}
/* line 161, source/_mixins.scss */
.catalog-product-view .imagezoom:before, .catalog-product-view .imagezoom:after,
.modal-popup.quick-view .imagezoom:before,
.modal-popup.quick-view .imagezoom:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.catalog-product-view .imagezoom:after,
.modal-popup.quick-view .imagezoom:after {
  clear: both;
}
/* line 500, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .imagezoom .main-image-placeholder,
.modal-popup.quick-view .imagezoom .main-image-placeholder {
  margin-bottom: 25px;
}
/* line 503, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .imagezoom .gallery-placeholder,
.modal-popup.quick-view .imagezoom .gallery-placeholder {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -6px;
}
/* line 508, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .imagezoom .gallery-placeholder a,
.modal-popup.quick-view .imagezoom .gallery-placeholder a {
  margin: 5px 1%;
  border: 0;
}
/* line 513, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .imagezoom .zoomWrapper,
.modal-popup.quick-view .imagezoom .zoomWrapper {
  max-width: 100%;
}
/* line 517, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .smart-labels .main-labels,
.modal-popup.quick-view .smart-labels .main-labels {
  margin-top: -10px;
  max-width: 80px;
}
/* line 521, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .smart-labels .smart-label,
.modal-popup.quick-view .smart-labels .smart-label {
  z-index: 1 !important;
}
/* line 526, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .gallery-placeholder,
.modal-popup.quick-view .gallery-placeholder {
  position: relative;
}
/* line 528, ../../Magento_Catalog/web/css/source/product/_view.scss */
.catalog-product-view .gallery-placeholder .magnifier-preview,
.modal-popup.quick-view .gallery-placeholder .magnifier-preview {
  background: #fff;
  border: 1px solid;
  z-index: 1;
  left: 105% !important;
  top: 0 !important;
}
@media (max-width: 767px) {
  /* line 536, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .gallery-placeholder .magnifier-preview,
  .modal-popup.quick-view .gallery-placeholder .magnifier-preview {
    display: none !important;
    z-index: -1 !important;
  }
  /* line 540, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .gallery-placeholder .magnify-lens,
  .modal-popup.quick-view .gallery-placeholder .magnify-lens {
    display: none !important;
    z-index: -1 !important;
  }
}

/* line 549, ../../Magento_Catalog/web/css/source/product/_view.scss */
.product.media .fotorama-item .fotorama__stage__frame .fotorama__img {
  left: 50% !important;
  top: 50% !important;
}

/* line 555, ../../Magento_Catalog/web/css/source/product/_view.scss */
.modal-popup.quick-view .modal-header,
.modal-popup.quick-view .modal-content {
  text-align: left;
}
/* line 559, ../../Magento_Catalog/web/css/source/product/_view.scss */
.modal-popup.quick-view .modal-content {
  padding-left: 0;
  padding-right: 0;
}
/* line 563, ../../Magento_Catalog/web/css/source/product/_view.scss */
.modal-popup.quick-view .modal-footer {
  display: none;
}
/* line 566, ../../Magento_Catalog/web/css/source/product/_view.scss */
.modal-popup.quick-view .modal-inner-wrap {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
/* line 571, ../../Magento_Catalog/web/css/source/product/_view.scss */
.modal-popup.quick-view .modal-content > div {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 574, ../../Magento_Catalog/web/css/source/product/_view.scss */
.modal-popup.quick-view .modal-content > div .product-info-main {
  -webkit-flex-basis: 52%;
  -ms-flex-preferred-size: 52%;
  flex-basis: 52%;
  max-width: 52%;
}
/* line 578, ../../Magento_Catalog/web/css/source/product/_view.scss */
.modal-popup.quick-view .modal-content > div .product.media {
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 48%;
}
/* line 584, ../../Magento_Catalog/web/css/source/product/_view.scss */
.modal-popup.quick-view .page-title-wrapper.product .container, .modal-popup.quick-view .page-title-wrapper.product .page-print.sales-order-print #maincontent, .page-print.sales-order-print .modal-popup.quick-view .page-title-wrapper.product #maincontent {
  padding: 0;
}
/* line 587, ../../Magento_Catalog/web/css/source/product/_view.scss */
.modal-popup.quick-view .page-title-wrapper.product .page-title {
  text-align: left;
}
/* line 591, ../../Magento_Catalog/web/css/source/product/_view.scss */
.modal-popup.quick-view .product.info.detailed {
  margin-bottom: 0;
  border: 0;
  padding-bottom: 0;
}
/* line 596, ../../Magento_Catalog/web/css/source/product/_view.scss */
.modal-popup.quick-view .action-close {
  display: block;
}
/* line 599, ../../Magento_Catalog/web/css/source/product/_view.scss */
.modal-popup.quick-view .smart-labels .smart-label {
  display: inline-block;
  position: absolute;
  overflow: hidden;
}

/* line 608, ../../Magento_Catalog/web/css/source/product/_view.scss */
#fancybox-img {
  background-color: #fff;
}

@media (min-width: 768px) {
  /* line 615, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_1 .product-info-main {
    -webkit-flex-basis: 52%;
    -ms-flex-preferred-size: 52%;
    flex-basis: 52%;
    max-width: 52%;
  }
  /* line 619, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_1 .product.media {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
  }
  /* line 625, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_2 .product-info-main {
    -webkit-flex-basis: 36%;
    -ms-flex-preferred-size: 36%;
    flex-basis: 36%;
    max-width: 36%;
  }
  /* line 629, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_2 .product.media {
    -webkit-flex-basis: 64%;
    -ms-flex-preferred-size: 64%;
    flex-basis: 64%;
    max-width: 64%;
  }
  /* line 633, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_2 .box-tocart .primary {
    min-width: 210px;
  }
  /* line 639, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .product.media {
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  /* line 639, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .product.media {
    max-width: 810px;
  }
}
@media (min-width: 768px) {
  /* line 648, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .product-info-main {
    margin-left: auto;
    margin-right: auto;
    max-width: 810px;
    text-align: center;
    padding-top: 75px;
  }
  /* line 655, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .product-options-wrapper .swatch-option.color {
    float: none;
    display: inline-block;
  }
  /* line 660, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .product-options-wrapper .field {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  /* line 663, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .product-options-wrapper .label {
    text-align: left;
  }
  /* line 668, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .box-tocart #qty {
    min-width: 210px;
  }
  /* line 671, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .box-tocart .qty {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0;
  }
  /* line 674, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .box-tocart .qty .label {
    -webkit-flex-basis: 8%;
    -ms-flex-preferred-size: 8%;
    flex-basis: 8%;
    max-width: 8%;
    margin-right: 0;
    text-align: left;
  }
  /* line 680, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .box-tocart .actions {
    display: block;
  }
  /* line 682, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .box-tocart .actions .primary {
    margin-right: 0;
  }
  /* line 686, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .box-tocart .product-social-links {
    padding-top: 35px;
  }
  /* line 690, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .page-title,
  .catalog-product-view .layout_3 .data.items {
    text-align: center;
  }
  /* line 695, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .data.items .title {
    margin: 0 17px;
  }
  /* line 698, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .data.items .content {
    text-align: left;
  }
  /* line 702, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .layout_3 .product-options-wrapper .swatch-attribute {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  /* line 713, ../../Magento_Catalog/web/css/source/product/_view.scss */
  .catalog-product-view .box-tocart .fieldset {
    display: block;
  }
}
/* line 721, ../../Magento_Catalog/web/css/source/product/_view.scss */
.form.friend .legend {
  display: block;
  margin-bottom: 25px;
}
/* line 725, ../../Magento_Catalog/web/css/source/product/_view.scss */
.form.friend fieldset {
  padding-bottom: 40px;
}
/* line 727, ../../Magento_Catalog/web/css/source/product/_view.scss */
.form.friend fieldset:last-child {
  padding-bottom: 0;
}

/* line 6, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 1rem 0;
}
/* line 10, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
body.catalog-product-compare-index .table-caption {
  display: none;
}

/* line 15, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto;
}
/* line 19, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-wrapper.comparison .table-comparison > tbody > tr {
  border-right: 1px solid #dadada;
}
/* line 21, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
@media (max-width: 768px) {
  /* line 26, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
  .table-wrapper.comparison td {
    border-bottom: 0;
    display: table-cell;
    padding: 0;
  }
  /* line 32, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
  .table-wrapper.comparison td.product:before {
    display: none;
  }
}

/* line 39, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison {
  table-layout: fixed;
}
/* line 42, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .cell.label.remove,
.table-comparison .cell.label.product {
  border-bottom: none;
}
/* line 45, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span {
  display: none;
}
/* line 50, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .cell {
  width: 180px;
  padding: 1rem;
}
/* line 53, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
/* line 58, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .cell.product.info, .table-comparison .cell.product.label {
  border-bottom: 1px solid #dadada;
}
/* line 62, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .cell.label {
  width: 80px;
}
/* line 64, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .cell.label .attribute.label {
  display: block;
  width: 100%;
  word-wrap: break-word;
}
/* line 71, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .cell.attribute img {
  max-width: 100%;
  height: auto;
}
/* line 76, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
/* line 86, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .product-item-photo {
  display: block;
  margin: 0 auto 1rem;
}
/* line 90, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .product-image-photo {
  margin-left: 0;
}
/* line 94, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .product-item-actions,
.table-comparison .price-box,
.table-comparison .product.rating,
.table-comparison .product-item-name {
  display: block;
  margin: 0.25rem 0;
}
/* line 102, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .product-addto-links {
  margin-top: 1rem;
}
/* line 109, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
/* line 115, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .action.tocart {
  white-space: nowrap;
}
/* line 119, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .product-reviews-summary {
  margin-bottom: 10px;
}
/* line 120, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .product-reviews-summary .rating-summary {
  max-width: 100px;
  margin: 0 auto;
}
/* line 123, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .product-reviews-summary .rating-summary .label {
  display: none;
}
/* line 129, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .product-item-name {
  font-weight: normal;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}
/* line 135, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .price-box {
  margin-bottom: 20px;
}
/* line 138, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .action.towishlist {
  padding: 0;
  border: 0;
  font-size: 22px;
  margin-top: 10px;
}
/* line 143, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.table-comparison .action.towishlist:hover {
  background: none;
}

/* line 149, ../../Magento_Catalog/web/css/source/product/compare/_list.scss */
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  display: none;
}

/* line 6, ../../Magento_Catalog/web/css/source/product/compare/_block.scss */
.block-compare .product-items {
  margin-bottom: 30px;
}
/* line 9, ../../Magento_Catalog/web/css/source/product/compare/_block.scss */
.block-compare .product-item-name {
  display: block;
  font-size: 18px;
  font-weight: 400;
  padding-right: 20px;
}
@media (max-width: 1199px) {
  /* line 9, ../../Magento_Catalog/web/css/source/product/compare/_block.scss */
  .block-compare .product-item-name {
    font-size: 14px;
  }
}
/* line 18, ../../Magento_Catalog/web/css/source/product/compare/_block.scss */
.block-compare .product-item {
  position: relative;
  margin-bottom: 1rem;
}
/* line 22, ../../Magento_Catalog/web/css/source/product/compare/_block.scss */
.block-compare .action.delete {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  font-size: 12px;
}
/* line 29, ../../Magento_Catalog/web/css/source/product/compare/_block.scss */
.block-compare .actions-toolbar {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 32, ../../Magento_Catalog/web/css/source/product/compare/_block.scss */
.block-compare .actions-toolbar .primary {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 1200px) {
  /* line 29, ../../Magento_Catalog/web/css/source/product/compare/_block.scss */
  .block-compare .actions-toolbar {
    display: block;
    margin: 0;
  }
  /* line 38, ../../Magento_Catalog/web/css/source/product/compare/_block.scss */
  .block-compare .actions-toolbar .action {
    margin: 0 0 10px;
  }
}

/* line 46, ../../Magento_Catalog/web/css/source/product/compare/_block.scss */
.grid-left-fixed .block-compare .actions-toolbar {
  display: block;
  margin: 0;
}
/* line 49, ../../Magento_Catalog/web/css/source/product/compare/_block.scss */
.grid-left-fixed .block-compare .actions-toolbar .action {
  margin: 0 0 10px;
}

/* line 5, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.category-image {
  margin: 0 auto 40px;
}

/* line 8, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.category-description {
  margin-bottom: 40px;
}

/* line 12, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 1354px) {
  /* line 12, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid .product-items {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 480px) {
  /* line 19, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid .product-items:not(.owl-carousel):before, .products-grid .product-items:not(.owl-carousel):after {
    content: "";
    position: absolute;
    height: 100%;
    background: #FFF;
    top: 0;
    width: 15px;
  }
  /* line 28, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid .product-items:not(.owl-carousel) .product-item {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eae9e9;
  }
  /* line 34, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid .product-items:after {
    left: 0;
  }
  /* line 37, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid .product-items:after {
    right: 0;
  }
}
/* line 41, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-items.owl-carousel {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 46, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-item {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 1354px) {
  /* line 46, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid .product-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 50, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-item div[class^="swatch-opt-"],
.products-grid .product-item .product-item-actions .actions-primary {
  display: none;
}
/* line 55, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-item-info {
  position: relative;
}
/* line 59, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-item-name {
  font-weight: normal;
  display: block;
  margin-bottom: 15px;
}
/* line 66, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-item-photo {
  display: block;
  margin-bottom: 30px;
  position: relative;
}
/* line 71, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-image-container {
  display: inline-block;
  max-width: 100%;
}
/* line 75, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* line 82, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-image-photo {
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: auto;
  max-width: 100%;
}
/* line 95, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-item-description {
  margin-bottom: 25px;
}
/* line 100, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-reviews-summary {
  margin: 0 0 -5px;
  padding-top: 18px;
}
/* line 104, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-reviews-summary.empty .reviews-actions {
  padding-left: 0;
}
/* line 107, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-reviews-summary.empty a {
  font-size: 12px;
}
/* line 112, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .reviews-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 115, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .reviews-actions .action.add {
  line-height: inherit;
  font-size: 0;
}
/* line 135, source/_mixins.scss */
.products-grid .reviews-actions .action.add:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 118, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .reviews-actions .action.add:before {
  font-size: 18px;
}
/* line 125, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .price-box {
  margin-bottom: 8px;
}
/* line 128, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .special-price {
  display: block;
}
/* line 131, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .old-price {
  display: block;
}
/* line 135, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .price-from {
  margin-bottom: 0;
}
/* line 139, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .price-to {
  margin-bottom: 0;
}
/* line 144, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-item-actions {
  display: block;
  margin: 0;
}
/* line 147, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-item-actions > div {
  margin: 0;
}
/* line 150, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
.products-grid .product-item-actions .actions-primary {
  margin-bottom: .25rem;
}

@media (max-width: 479px) {
  /* line 160, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid .product-items > .product-item {
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  /* line 164, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid .product-items > .product-item:last-child {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 480px) {
  /* line 174, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid .product-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    max-width: 50%;
  }
  /* line 177, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid .product-item div[class^="swatch-opt-"], .products-grid .product-item .product-item-actions .actions-primary {
    display: block;
  }

  /* line 182, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .product-item-actions .actions-primary ~ .actions-secondary {
    padding-top: 23px;
  }

  /* line 186, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid + .toolbar-bottom .toolbar-products {
    margin-top: -31px;
  }
}
@media (min-width: 992px) {
  /* line 194, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid .product-item {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%;
  }
  /* line 198, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid .product-items:not(.owl-carousel) .product-item {
    padding-bottom: 49px;
    margin-bottom: 50px;
  }
  /* line 204, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid.layout_2 .product-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    text-align: center;
  }
  /* line 210, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid.layout_3 .product-item {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  /* line 216, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .products-grid + .toolbar-bottom .toolbar-products {
    margin-top: -51px;
  }
}
@media (min-width: 1200px) {
  /* line 224, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .product-item-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: -0.25rem;
  }
  /* line 227, ../../Magento_Catalog/web/css/source/product/list/_grid.scss */
  .product-item-actions > div {
    margin: 0 0.25rem 0.25rem;
  }
}
/* line 6, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .item.product-item {
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
/* line 10, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .item.product-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 15, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .product-item-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1354px) {
  /* line 15, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
  .products-list .product-item-info {
    margin-left: -25px;
    margin-right: -25px;
  }
}
/* line 23, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .product-item-photo {
  position: relative;
}
/* line 26, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .photo.product-item-photo {
  display: block;
}
/* line 31, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .product-item-photo-wrap {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 1354px) {
  /* line 31, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
  .products-list .product-item-photo-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 39, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .product-item-details {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 1354px) {
  /* line 39, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
  .products-list .product-item-details {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 43, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .price-container {
  margin-bottom: 8px;
}
/* line 46, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .product-item-name {
  display: block;
  font-weight: normal;
  margin-bottom: 10px;
}
/* line 51, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .product-item-description {
  line-height: 21px;
  font-size: 12px;
  margin-bottom: 18px;
}
/* line 55, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .product-item-description .more {
  display: none;
}
/* line 59, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .product-item-actions {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}
/* line 62, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .product-item-actions .actions-primary {
  padding-right: 25px;
}
/* line 66, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .product-reviews-summary {
  padding-top: 19px;
}
/* line 68, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .product-reviews-summary .add {
  display: none;
}
/* line 72, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list div[class^="swatch-opt-"] {
  margin-bottom: 15px;
}
/* line 76, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
.products-list .smart-labels .main-labels {
  display: none !important;
}

@media (min-width: 480px) {
  /* line 83, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
  .products-list .product-item-info {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  /* line 86, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
  .products-list .product-item-photo-wrap {
    -webkit-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    max-width: 49%;
    margin-bottom: 0;
  }
  /* line 90, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
  .products-list .product-item-details {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  /* line 97, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
  .products-list .product-item-photo-wrap {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  /* line 104, ../../Magento_Catalog/web/css/source/product/list/_list.scss */
  .products-list .actions-secondary {
    padding-top: 20px;
  }
}
/* line 7, ../../Magento_Catalog/web/css/source/product/view/_fotorama.scss */
.gallery-placeholder .loading-mask {
  padding: 0 0 50%;
  position: absolute;
  display: none;
}
/* line 13, ../../Magento_Catalog/web/css/source/product/view/_fotorama.scss */
.gallery-placeholder .fotorama-hidden,
.gallery-placeholder .fotorama--hidden,
.gallery-placeholder .fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
  display: none;
}

/* line 25, ../../Magento_Catalog/web/css/source/product/view/_fotorama.scss */
.fotorama-item .fotorama__stage {
  margin-bottom: 1rem;
}

/* line 5, ../../Magento_Catalog/web/css/source/product/view/block/_related.scss */
.block.related {
  margin-bottom: 75px;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 60px;
}
/* line 10, ../../Magento_Catalog/web/css/source/product/view/block/_related.scss */
.block.related .field.related + .product-reviews-summary {
  margin-top: 18px;
}
/* line 13, ../../Magento_Catalog/web/css/source/product/view/block/_related.scss */
.block.related .field.related + .product-item-actions {
  padding-top: 18px;
}
/* line 18, ../../Magento_Catalog/web/css/source/product/view/block/_related.scss */
.block.related .field.related .label {
  padding: 0;
  font-size: 14px;
}
/* line 21, ../../Magento_Catalog/web/css/source/product/view/block/_related.scss */
.block.related .field.related .label:before {
  font-size: 20px;
  margin-right: 5px;
  float: left;
}
@media (max-width: 1199px) {
  /* line 5, ../../Magento_Catalog/web/css/source/product/view/block/_related.scss */
  .block.related {
    margin-bottom: 35px;
    padding-bottom: 30px;
  }
}
/* line 33, ../../Magento_Catalog/web/css/source/product/view/block/_related.scss */
.block.related .owl-controls.clickable {
  top: -65px;
}
/* line 36, ../../Magento_Catalog/web/css/source/product/view/block/_related.scss */
.block.related:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 5, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
.block.upsell,
.block.related,
.block.crosssell {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media (min-width: 1354px) {
  /* line 5, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
  .block.upsell,
  .block.related,
  .block.crosssell {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 13, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
.block.upsell .block-actions button.action.select:hover,
.block.related .block-actions button.action.select:hover,
.block.crosssell .block-actions button.action.select:hover {
  text-decoration: underline;
}
/* line 17, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
.block.upsell .block-title,
.block.related .block-title,
.block.crosssell .block-title {
  line-height: normal;
  padding-right: 90px;
}
@media (min-width: 768px) {
  /* line 17, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
  .block.upsell .block-title,
  .block.related .block-title,
  .block.crosssell .block-title {
    text-align: center;
    font-size: 35px;
    padding: 0;
  }
}
/* line 27, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
.block.upsell .block-actions,
.block.related .block-actions,
.block.crosssell .block-actions {
  display: none;
}
@media (min-width: 768px) {
  /* line 27, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
  .block.upsell .block-actions,
  .block.related .block-actions,
  .block.crosssell .block-actions {
    text-align: center;
    font-size: 12px;
  }
}
/* line 34, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
.block.upsell .products-grid,
.block.related .products-grid,
.block.crosssell .products-grid {
  padding: 0;
}
/* line 37, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
.block.upsell .products-grid .product-items,
.block.related .products-grid .product-items,
.block.crosssell .products-grid .product-items {
  padding: 0;
}
/* line 41, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
.block.upsell .products-grid .product-item,
.block.related .products-grid .product-item,
.block.crosssell .products-grid .product-item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-top: 0;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
/* line 48, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
.block.upsell .products-grid .product-reviews-summary,
.block.related .products-grid .product-reviews-summary,
.block.crosssell .products-grid .product-reviews-summary {
  padding-top: 0;
}
/* line 53, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
.block.upsell .owl-controls .owl-prev,
.block.upsell .owl-controls .owl-next,
.block.related .owl-controls .owl-prev,
.block.related .owl-controls .owl-next,
.block.crosssell .owl-controls .owl-prev,
.block.crosssell .owl-controls .owl-next {
  padding: 0;
  margin-left: 20px;
}
/* line 57, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
.block.upsell .owl-controls .owl-prev::before, .block.upsell .owl-controls .owl-prev::before,
.block.upsell .owl-controls .owl-next::before,
.block.upsell .owl-controls .owl-next::before,
.block.related .owl-controls .owl-prev::before,
.block.related .owl-controls .owl-prev::before,
.block.related .owl-controls .owl-next::before,
.block.related .owl-controls .owl-next::before,
.block.crosssell .owl-controls .owl-prev::before,
.block.crosssell .owl-controls .owl-prev::before,
.block.crosssell .owl-controls .owl-next::before,
.block.crosssell .owl-controls .owl-next::before {
  font-family: "Linearicons";
  font-size: 22px;
  color: inherit;
  vertical-align: middle;
}
/* line 65, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
.block.upsell .owl-controls .owl-prev:before,
.block.related .owl-controls .owl-prev:before,
.block.crosssell .owl-controls .owl-prev:before {
  content: "\e93b";
}
/* line 68, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
.block.upsell .owl-controls .owl-next:before,
.block.related .owl-controls .owl-next:before,
.block.crosssell .owl-controls .owl-next:before {
  content: "\e93c";
}

/* line 75, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
.block.upsell .owl-controls,
.block.crosssell .owl-controls {
  top: -70px;
}
@media (max-width: 768px) {
  /* line 75, ../../Magento_Catalog/web/css/source/product/view/block/_upsell.scss */
  .block.upsell .owl-controls,
  .block.crosssell .owl-controls {
    top: -81px;
  }
}

/* line 1, ../../Magento_Catalog/web/css/source/product/view/block/_crosssell.scss */
.block.crosssell {
  margin-top: 50px;
}
/* line 3, ../../Magento_Catalog/web/css/source/product/view/block/_crosssell.scss */
.block.crosssell .products-grid .product-reviews-summary {
  padding-top: 25px;
}
@media (max-width: 768px) {
  /* line 6, ../../Magento_Catalog/web/css/source/product/view/block/_crosssell.scss */
  .block.crosssell .owl-controls {
    top: -56px;
  }
}

/* line 8, ../../Magento_Catalog/web/css/source/product/view/type/_downloadable.scss */
.product-options-wrapper .fieldset > br {
  display: none;
}
/* line 13, ../../Magento_Catalog/web/css/source/product/view/type/_downloadable.scss */
.product-options-wrapper .downloads {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 18, ../../Magento_Catalog/web/css/source/_module.scss */
.towishlist,
.tocompare {
  position: relative;
}
/* line 21, ../../Magento_Catalog/web/css/source/_module.scss */
.towishlist span,
.tocompare span {
  display: none;
}

/* line 27, ../../Magento_Catalog/web/css/source/_module.scss */
.product-social-links .mailto {
  padding: 0 0.5rem;
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.product-social-links .mailto:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 31, ../../Magento_Catalog/web/css/source/_module.scss */
.action.tocompare,
.action.towishlist {
  font-weight: normal !important;
}

/* line 36, ../../Magento_Catalog/web/css/source/_module.scss */
.towishlist:before {
  font-family: "Linearicons";
  content: "\e68c";
  text-indent: 1px;
}

/* line 44, ../../Magento_Catalog/web/css/source/_module.scss */
.tocompare:before {
  font-family: "Linearicons";
  content: "\e839";
}

/* line 6, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-current--wrapper {
  margin-bottom: 35px;
  background: #f6f6f6;
  padding: 20px 10px 20px 25px;
}
@media (min-width: 1354px) {
  /* line 6, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
  .filter-current--wrapper {
    padding: 22px 10px 25px 30px;
  }
}
/* line 13, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-current--wrapper .item {
  margin-bottom: 3px;
}
/* line 19, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-current--wrapper .filter-actions .action {
  text-decoration: underline;
}

/* line 26, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-content .filter-subtitle {
  display: none;
}

/* line 33, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-current.active .filter-current-subtitle {
  margin-bottom: 0;
}
/* line 36, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-current.active .items {
  display: none;
}
/* line 45, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-current .items {
  display: block;
}
/* line 50, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-current .filter-label:after {
  content: ':';
  padding: 0 2px 0 4px;
}
/* line 56, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-current .remove {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.filter-current .remove:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 58, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-current .remove:before {
  vertical-align: sub;
}
/* line 62, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-current .remove span {
  display: none;
}
/* line 69, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-current[role="tablist"] [role="tab"] {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.filter-current[role="tablist"] [role="tab"]:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 71, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-current[role="tablist"] [role="tab"][aria-expanded="true"] {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.filter-current[role="tablist"] [role="tab"][aria-expanded="true"]:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 81, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-title {
  line-height: inherit;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 14px !important;
  letter-spacing: 0.02em;
}
/* line 135, source/_mixins.scss */
.filter-options-title:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 91, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-title::before {
  position: absolute;
  font-size: 12px !important;
  top: -2px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 81, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
  .filter-options-title {
    font-size: 14px;
    width: 100%;
    word-wrap: break-word;
  }
}

/* line 106, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.sidebar .price-slider .slider-fields .slider-input {
  margin-top: 8px;
}
/* line 109, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.sidebar .price-slider .slider-fields label span {
  font-weight: bold;
  text-transform: capitalize;
}
/* line 115, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.sidebar .price-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  margin-left: -10px;
  margin-top: -5px;
  transition: all 0.0s ease;
}
/* line 122, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.sidebar .price-slider .ui-slider-handle:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #FFF;
}
/* line 133, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.sidebar .price-slider .ui-slider-range {
  position: absolute;
  height: 100%;
}

/* line 139, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-content .item {
  margin-bottom: 13px;
  line-height: 20px;
}
/* line 161, source/_mixins.scss */
.filter-options-content .item:before, .filter-options-content .item:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.filter-options-content .item:after {
  clear: both;
}
/* line 143, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
/* line 148, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-content .item a {
  text-transform: capitalize;
}
/* line 161, source/_mixins.scss */
.filter-options-content .item a:before, .filter-options-content .item a:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.filter-options-content .item a:after {
  clear: both;
}
/* line 160, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-content .count {
  float: right;
  opacity: 0.5;
}
/* line 164, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-content .item-label {
  float: left;
  max-width: 150px;
}
/* line 170, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-content .ui-slider-horizontal {
  margin-bottom: 10px;
}
/* line 173, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-content .slider-input {
  margin-bottom: 10px;
}
/* line 175, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-content .slider-input span {
  display: block;
  margin-bottom: 5px;
  text-transform: capitalize;
}
/* line 180, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-content .slider-input input {
  padding: 8px 15px;
}
/* line 184, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-content .slider-button {
  padding-bottom: 8px;
}
/* line 187, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-content .price-slider .slider-fields a.action {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  margin-top: 8px;
}
/* line 30, source/_mixins.scss */
.filter-options-content .price-slider .slider-fields a.action:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.filter-options-content .price-slider .slider-fields a.action span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 187, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
  .filter-options-content .price-slider .slider-fields a.action {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 187, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
  .filter-options-content .price-slider .slider-fields a.action {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}

/* line 193, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
[role="tablist"] .filter-options-content[role="tabpanel"] {
  margin-bottom: 23px;
}

/* line 197, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-item {
  margin-bottom: 12px;
}
/* line 161, source/_mixins.scss */
.filter-options-item:before, .filter-options-item:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.filter-options-item:after {
  clear: both;
}
/* line 200, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-item:last-child {
  margin-bottom: 0;
}
/* line 202, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
.filter-options-item:last-child .filter-options-content {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 209, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
  #layered-filter-block {
    margin: 0;
  }

  /* line 212, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
  .action.filter-toggle {
    background: #000;
    padding: 11px 10px 12px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    border: 2px solid #eae9e9;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    position: absolute;
    right: 0;
  }
  /* line 30, source/_mixins.scss */
  .action.filter-toggle:hover {
    color: #FFF;
  }
  /* line 33, source/_mixins.scss */
  .action.filter-toggle span {
    vertical-align: sub;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 991px) {
  /* line 212, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
  .action.filter-toggle {
    font-size: 12px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  /* line 212, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
  .action.filter-toggle {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}

@media (max-width: 767px) {
  /* line 218, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
  .modal-slide {
    transition-duration: .3s;
    transition-timing-function: ease-in-out;
    transform: translateX(100%);
    transition-property: transform, visibility;
  }
  /* line 223, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
  .modal-slide._show {
    transform: translate(0, 0);
  }
  /* line 225, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
  .modal-slide._show .action-close {
    display: block;
  }
}
@media (max-width: 479px) {
  /* line 234, ../../Magento_LayeredNavigation/web/css/source/_module.scss */
  .action.filter-toggle {
    position: relative;
    width: 202px;
    margin-bottom: 15px;
  }
}
/* line 3, ../../Magento_Customer/web/css/source/_module.scss */
.form-login .actions-toolbar {
  flex-direction: row-reverse;
}

/* line 11, ../../Magento_Customer/web/css/source/_module.scss */
.form-create-account .fieldset,
.form-edit-account .fieldset,
.form-address-edit .fieldset {
  margin-bottom: 2rem;
}
/* line 14, ../../Magento_Customer/web/css/source/_module.scss */
.form-create-account .actions-toolbar,
.form-edit-account .actions-toolbar,
.form-address-edit .actions-toolbar {
  flex-direction: row-reverse;
}

/* line 27, ../../Magento_Customer/web/css/source/_module.scss */
body.account .page-title {
  padding-bottom: 43px;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 65px;
}
/* line 32, ../../Magento_Customer/web/css/source/_module.scss */
body.account .block-title {
  position: relative;
  margin-bottom: 47px;
}
/* line 35, ../../Magento_Customer/web/css/source/_module.scss */
body.account .block-title .action {
  position: absolute;
  right: 0;
  top: 0;
}
/* line 43, ../../Magento_Customer/web/css/source/_module.scss */
body.account .box address {
  margin-bottom: 1rem;
}

/* line 49, ../../Magento_Customer/web/css/source/_module.scss */
.block-dashboard-info,
.block-dashboard-addresses {
  margin-bottom: 40px;
}
/* line 52, ../../Magento_Customer/web/css/source/_module.scss */
.block-dashboard-info .block-title,
.block-dashboard-addresses .block-title {
  margin-bottom: 50px;
  font-size: 26px;
}

/* line 59, ../../Magento_Customer/web/css/source/_module.scss */
.account .legend {
  margin-bottom: 1rem;
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

/* line 68, ../../Magento_Customer/web/css/source/_module.scss */
.order-items {
  margin-bottom: 30px;
}

/* line 73, ../../Magento_Customer/web/css/source/_module.scss */
.account-nav .item {
  margin-bottom: 1px;
}
/* line 75, ../../Magento_Customer/web/css/source/_module.scss */
.account-nav .item:last-child {
  margin-bottom: 0;
}
/* line 79, ../../Magento_Customer/web/css/source/_module.scss */
.account-nav .item.current strong {
  font-weight: normal;
}

/* line 87, ../../Magento_Customer/web/css/source/_module.scss */
.login-container > .block:not(:last-child) {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  /* line 93, ../../Magento_Customer/web/css/source/_module.scss */
  .login-container .field {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 97, ../../Magento_Customer/web/css/source/_module.scss */
  .login-container .label {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
  /* line 100, ../../Magento_Customer/web/css/source/_module.scss */
  .login-container .control {
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    max-width: 90%;
  }
}
/* line 104, ../../Magento_Customer/web/css/source/_module.scss */
.login-container .block__title {
  margin-bottom: 25px;
}
/* line 108, ../../Magento_Customer/web/css/source/_module.scss */
.login-container .block-social-login ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1354px) {
  /* line 108, ../../Magento_Customer/web/css/source/_module.scss */
  .login-container .block-social-login ul {
    margin-left: -25px;
    margin-right: -25px;
  }
}
/* line 112, ../../Magento_Customer/web/css/source/_module.scss */
.login-container .block-social-login ul li {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
@media (min-width: 1354px) {
  /* line 112, ../../Magento_Customer/web/css/source/_module.scss */
  .login-container .block-social-login ul li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767px) {
  /* line 112, ../../Magento_Customer/web/css/source/_module.scss */
  .login-container .block-social-login ul li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
/* line 118, ../../Magento_Customer/web/css/source/_module.scss */
.login-container .block-social-login ul li a {
  width: 100%;
}
/* line 124, ../../Magento_Customer/web/css/source/_module.scss */
.login-container .tooltip.wrapper {
  position: relative;
}
/* line 126, ../../Magento_Customer/web/css/source/_module.scss */
.login-container .tooltip.wrapper .tooltip.content {
  position: absolute;
  width: 250px;
  top: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  padding: 15px;
  font-size: 13px;
  display: none;
}
/* line 138, ../../Magento_Customer/web/css/source/_module.scss */
.login-container .tooltip.wrapper:hover .tooltip.content {
  display: block;
}

/* line 144, ../../Magento_Customer/web/css/source/_module.scss */
.form.password.forget {
  max-width: 905px;
  margin: 0 auto;
}
/* line 147, ../../Magento_Customer/web/css/source/_module.scss */
.form.password.forget .field.note {
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 2em;
  padding-bottom: 2em;
}

/* line 155, ../../Magento_Customer/web/css/source/_module.scss */
.popup-authentication .modal-inner-wrap {
  max-width: 900px;
  width: 98%;
}
/* line 158, ../../Magento_Customer/web/css/source/_module.scss */
.popup-authentication .modal-inner-wrap .action-close {
  display: block;
}
/* line 161, ../../Magento_Customer/web/css/source/_module.scss */
.popup-authentication .modal-inner-wrap .block__content {
  text-align: left;
}
/* line 163, ../../Magento_Customer/web/css/source/_module.scss */
.popup-authentication .modal-inner-wrap .block__content > p {
  color: #000;
}
/* line 166, ../../Magento_Customer/web/css/source/_module.scss */
.popup-authentication .modal-inner-wrap .block__content ul {
  margin-bottom: 20px;
}
/* line 170, ../../Magento_Customer/web/css/source/_module.scss */
.popup-authentication .modal-inner-wrap .block-customer-login {
  border-top: 1px solid #eae9e9;
  padding-top: 30px;
}
/* line 174, ../../Magento_Customer/web/css/source/_module.scss */
.popup-authentication .modal-inner-wrap .form-login {
  text-align: left;
}
/* line 177, ../../Magento_Customer/web/css/source/_module.scss */
.popup-authentication .modal-inner-wrap .block__title {
  font-size: 1.17rem;
  color: #000;
  margin-bottom: 15px;
}

/* line 6, ../../Magento_Search/web/css/source/_module.scss */
.block-search .block-title {
  display: none;
}

/* line 11, ../../Magento_Search/web/css/source/_module.scss */
#search_mini_form {
  background: none;
}
/* line 13, ../../Magento_Search/web/css/source/_module.scss */
#search_mini_form .label {
  display: none;
}
/* line 16, ../../Magento_Search/web/css/source/_module.scss */
#search_mini_form .nested {
  display: none;
}

/* line 22, ../../Magento_Search/web/css/source/_module.scss */
.rd-navbar-static .rd-navbar-search {
  display: block;
}
/* line 24, ../../Magento_Search/web/css/source/_module.scss */
.rd-navbar-static .rd-navbar-search form {
  position: relative;
}

/* line 34, ../../Magento_Search/web/css/source/_module.scss */
.catalogsearch-advanced-index .page-title {
  text-align: left;
}
@media (min-width: 992px) {
  /* line 34, ../../Magento_Search/web/css/source/_module.scss */
  .catalogsearch-advanced-index .page-title {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    margin-left: calc(16.66667% + 8px);
  }
}
/* line 42, ../../Magento_Search/web/css/source/_module.scss */
.catalogsearch-advanced-index .page-title span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
}

/* line 52, ../../Magento_Search/web/css/source/_module.scss */
.search.advanced legend.legend {
  padding-bottom: 2em;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 2em;
  width: 100%;
  font-weight: 400;
}
/* line 60, ../../Magento_Search/web/css/source/_module.scss */
.search.advanced fieldset.fieldset > .field {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 66, ../../Magento_Search/web/css/source/_module.scss */
.search.advanced fieldset.fieldset > .field > .label {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
/* line 69, ../../Magento_Search/web/css/source/_module.scss */
.search.advanced fieldset.fieldset > .field > .label:after {
  content: ':';
}
@media (min-width: 992px) {
  /* line 66, ../../Magento_Search/web/css/source/_module.scss */
  .search.advanced fieldset.fieldset > .field > .label {
    -webkit-flex-basis: 130px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    max-width: 130px;
  }
}
/* line 77, ../../Magento_Search/web/css/source/_module.scss */
.search.advanced fieldset.fieldset > .field > .control {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  /* line 77, ../../Magento_Search/web/css/source/_module.scss */
  .search.advanced fieldset.fieldset > .field > .control {
    -webkit-flex-basis: calc(100% - 130px);
    -ms-flex-preferred-size: calc(100% - 130px);
    flex-basis: calc(100% - 130px);
    max-width: calc(100% - 130px);
  }
}
/* line 86, ../../Magento_Search/web/css/source/_module.scss */
.search.advanced .price .range.price {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
/* line 92, ../../Magento_Search/web/css/source/_module.scss */
.search.advanced .price .range.price > .field {
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  max-width: 48%;
}
/* line 96, ../../Magento_Search/web/css/source/_module.scss */
.search.advanced .price .range.price .addafter {
  position: absolute;
  top: 0;
  left: calc(100% + 6px);
  line-height: 38px;
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 96, ../../Magento_Search/web/css/source/_module.scss */
  .search.advanced .price .range.price .addafter {
    left: auto;
    right: 0;
  }
}
/* line 109, ../../Magento_Search/web/css/source/_module.scss */
.search.advanced .price .range.price .separator {
  line-height: 28px;
  padding: 7px 0;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  /* line 115, ../../Magento_Search/web/css/source/_module.scss */
  .search.advanced .price .range.price .addon {
    padding-right: 45px;
  }
}
/* line 122, ../../Magento_Search/web/css/source/_module.scss */
.search.advanced .actions-toolbar {
  padding-top: 1.5rem;
  border-top: 1px solid #eae9e9;
}
/* line 126, ../../Magento_Search/web/css/source/_module.scss */
.search.advanced .actions-toolbar .action.search span {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.search.advanced .actions-toolbar .action.search span:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 128, ../../Magento_Search/web/css/source/_module.scss */
.search.advanced .actions-toolbar .action.search span:before {
  font-size: 22px;
  line-height: inherit;
  vertical-align: text-top;
  padding-right: 6px;
}

/* line 141, ../../Magento_Search/web/css/source/_module.scss */
.search-terms ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 146, ../../Magento_Search/web/css/source/_module.scss */
.search-terms ul li {
  margin: 0 5px 5px 0;
  border: 1px solid #eae9e9;
}
/* line 150, ../../Magento_Search/web/css/source/_module.scss */
.search-terms ul a {
  padding: 5px;
}
/* line 152, ../../Magento_Search/web/css/source/_module.scss */
.search-terms ul a:hover {
  background: #ffffff;
}

/* line 6, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-wrapper .showcart span[class=""] {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.minicart-wrapper .showcart span[class=""]:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* line 11, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.page-title-top {
  font-size: 20px;
  margin-bottom: 20px;
}
/* line 14, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.page-title-top .base {
  font-weight: normal;
}

/* line 19, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart {
  display: none;
  text-align: left;
  background: #FFF;
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
}
/* line 26, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .block-minicart.empty {
  height: auto;
}
/* line 29, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .block-minicart .empty {
  font-size: 14px;
  display: block;
  text-align: center;
}
/* line 36, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .block-title,
.rd-navbar-cart button.close {
  display: none;
}
/* line 41, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart #minicart-content-wrapper {
  overflow: hidden;
  padding: 45px;
}
@media (max-width: 767px) {
  /* line 41, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .rd-navbar-cart #minicart-content-wrapper {
    padding: 25px 30px;
  }
}
/* line 48, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .block-content {
  position: static;
}
/* line 51, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .block-content .items-total {
  font-size: 18px;
  color: #000;
}
/* line 55, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .block-content > .actions {
  position: relative;
  padding: 25px 0 0;
}
/* line 59, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .block-content > .actions .primary {
  margin-bottom: 20px;
  text-align: center;
}
/* line 62, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .block-content > .actions .primary button,
.rd-navbar-cart .block-content > .actions .primary a {
  display: block;
  width: 100%;
  text-align: center;
}
/* line 70, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .block-content > .actions .primary > div div {
  margin-bottom: 10px;
}
/* line 72, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .block-content > .actions .primary > div div:last-child {
  margin-bottom: 0;
}
/* line 78, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .block-content > .actions .secondary {
  width: 100%;
  text-align: center;
}
/* line 81, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .block-content > .actions .secondary .primary {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  font-weight: normal;
  text-transform: capitalize;
}
/* line 94, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart:before {
  content: '';
  position: absolute;
  height: 32px;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}
/* line 104, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart-items {
  overflow: auto;
  max-height: 100%;
  height: 100%;
  padding: 16px 0;
}
/* line 110, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart-items::-webkit-scrollbar {
  width: 4px;
}
/* line 114, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart-items::-webkit-scrollbar-thumb {
  background: #888888;
}
/* line 120, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .rd-navbar-cart-item__preview {
  border-radius: 50%;
}
/* line 125, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .rd-navbar-cart-item {
  position: relative;
  padding: 8px 0;
}
/* line 128, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .rd-navbar-cart-item__left, .rd-navbar-cart .rd-navbar-cart-item__body, .rd-navbar-cart .rd-navbar-cart-item__remove {
  position: relative;
  display: table-cell;
}
/* line 133, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .rd-navbar-cart-item__left {
  padding: 0 16px;
}
/* line 135, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .rd-navbar-cart-item__left img {
  max-width: none;
}
/* line 140, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .rd-navbar-cart-item__body {
  vertical-align: middle;
  width: 100%;
}
/* line 145, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .rd-navbar-cart-item__title {
  font-size: 16px;
  line-height: 26px;
  color: #FFF;
}
/* line 151, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .rd-navbar-cart-item__counter {
  font-size: 14px;
  line-height: 1.3;
}
/* line 156, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .rd-navbar-cart-item__remove {
  vertical-align: middle;
  width: 56px;
  font-size: 24px;
  padding: 0 16px;
}
/* line 163, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.rd-navbar-cart .rd-navbar-cart-item:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 88px;
  display: block;
  height: 1px;
  background: rgba(136, 136, 136, 0.2);
}

@media (min-width: 768px) {
  /* line 177, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .rd-navbar-cart-wrap {
    position: relative;
    float: right;
    padding: 2px 31px 4px;
    border-left: 1px solid #eae9e9;
    height: 40px;
  }

  /* line 185, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .rd-navbar-cart-floating {
    display: block;
  }

  /* line 189, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .rd-navbar-cart {
    display: block;
    position: absolute;
    width: 430px;
    top: 50px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 19;
    transition: 0.3s ease;
  }

  /* line 203, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .minicart-wrapper.active .rd-navbar-cart {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 213, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .minicart-wrapper.active .rd-navbar-cart-toggle span:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0);
  }
  /* line 219, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .minicart-wrapper.active .rd-navbar-cart-toggle span:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }

  /* line 228, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  #top-cart-btn-checkout {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    transition: 0.3s ease;
  }
  /* line 237, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  #top-cart-btn-checkout:before {
    font-weight: 400;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }
}
/* line 248, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.layout_2 .rd-navbar-cart-wrap {
  border-left: 0;
  padding-left: 0;
}

/* line 255, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.layout_3 .rd-navbar-cart-wrap {
  border-left: 0;
  padding-left: 0;
}

/* line 262, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.layout_5 .rd-navbar-cart-wrap {
  border-left: 0;
  padding-right: 0;
}

/* line 269, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.block-minicart .block-content {
  position: relative;
}
/* line 273, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.block-minicart .action.close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: 0;
  background: none;
}
/* line 280, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.block-minicart .price {
  font-size: 20px;
}
/* line 286, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.block-minicart .subtotal {
  text-align: right;
}
/* line 288, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.block-minicart .subtotal .label {
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
/* line 293, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.block-minicart .subtotal .price {
  font-size: 20px;
}
/* line 298, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.block-minicart .subtitle {
  display: none;
}
/* line 303, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.block-minicart .product.actions .action {
  background: none;
  padding: 0;
  margin-left: 18px;
}

/* line 312, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items-wrapper {
  margin: 25px 0;
  height: auto !important;
}

/* line 318, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .item > .product {
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 324, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .product-item-photo {
  margin-right: 20px;
}
/* line 327, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .product-item-details {
  min-width: 245px;
}
/* line 330, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .product-item-name {
  font-size: 14px;
  font-weight: normal;
  padding-right: 90px;
  display: block;
  line-height: 21px;
  margin-bottom: 5px;
}
/* line 338, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .price-container {
  font-size: 18px;
  margin-bottom: 20px;
}
/* line 342, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .item {
  position: relative;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 28px;
  margin-bottom: 30px;
}
/* line 347, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .item:last-child {
  margin-bottom: 0;
}
/* line 351, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .details-qty.qty {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 354, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .details-qty.qty .label {
  margin-right: 0;
  padding: 13px 0;
  font-size: 12px;
  color: #000;
}
@media (min-width: 768px) {
  /* line 354, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .minicart-items .details-qty.qty .label {
    -webkit-flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    max-width: 18%;
  }
}
/* line 363, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .details-qty.qty .cart-item-qty {
  text-align: center;
  border: 0;
  background: #f6f6f6;
  height: 50px;
  padding: 6px;
  font-size: 12px;
}
@media (min-width: 768px) {
  /* line 363, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .minicart-items .details-qty.qty .cart-item-qty {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
  }
}
/* line 374, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .details-qty.qty .update-cart-item {
  -webkit-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  max-width: 15%;
  line-height: inherit;
  text-align: right;
}
/* line 135, source/_mixins.scss */
.minicart-items .details-qty.qty .update-cart-item:before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 379, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .details-qty.qty .update-cart-item span {
  display: none;
}
/* line 386, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .product.options {
  font-size: 12px;
}
/* line 388, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .product.options .toggle {
  cursor: pointer;
  margin-bottom: 0;
}
/* line 392, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .product.options > .content {
  margin-bottom: 0;
}
/* line 395, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .product.options .list {
  padding-top: 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 399, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .product.options .list > dt, .minicart-items .product.options .list > dd {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  font-weight: normal;
  font-style: normal;
  line-height: 20px;
}
/* line 409, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .product.actions {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1rem;
}
/* line 414, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items .product.actions > div {
  display: inline-block;
}
/* line 418, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
.minicart-items img {
  width: 100%;
  max-width: inherit;
}

@media (min-width: 768px) {
  /* line 425, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .minicart-wrapper {
    padding: 6px 0;
  }
}
@media (max-width: 767px) {
  /* line 432, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .minicart-items .item > .product {
    overflow: hidden;
    display: block;
  }
  /* line 436, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .minicart-items .product-item-photo {
    float: left;
  }
  /* line 439, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .minicart-items .product-item-details {
    overflow: hidden;
  }
  /* line 443, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .minicart-items .details-qty .label {
    margin-right: 15px;
  }
  /* line 446, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .minicart-items .details-qty .cart-item-qty {
    width: 60px;
  }
  /* line 450, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .minicart-items .product-item-name {
    padding-right: 0;
    padding-top: 35px;
  }
  /* line 454, ../../Magento_Checkout/web/css/source/module/_minicart.scss */
  .minicart-items .product.actions {
    left: 80px;
  }
}
/* line 9, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.checkout-cart-index .page-title span {
  z-index: 35;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
}

/* line 17, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table {
  border-collapse: collapse;
}
/* line 19, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table a {
  font-weight: 400;
}
/* line 24, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .col.item .cart-column-item-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1353px) {
  /* line 24, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #shopping-cart-table .col.item .cart-column-item-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/* line 36, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table thead {
  border-top: 1px solid #eae9e9;
  border-bottom: 1px solid #eae9e9;
}
/* line 40, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table thead th {
  font-weight: 400;
  border-bottom: none;
  padding: 14px;
}
/* line 46, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table tr th {
  border-right: 1px solid #eae9e9;
  padding-left: 36px;
}
/* line 49, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table tr th:last-child {
  border-right: none;
}
/* line 52, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table tr th:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  /* line 46, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #shopping-cart-table tr th {
    border-right: none;
  }
}
/* line 61, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table td {
  vertical-align: middle;
  min-width: 140px;
  padding: 54px 36px;
}
@media screen and (min-width: 0 \0 ) {
  /* line 61, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #shopping-cart-table td {
    min-width: inherit;
  }
}
/* line 70, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table td:first-child {
  padding-left: 0;
  padding-right: 10px;
}
@media (max-width: 1353px) {
  /* line 61, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #shopping-cart-table td {
    padding: 20px;
  }
}
/* line 78, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table td.price, #shopping-cart-table td.subtotal {
  font-size: 1rem;
  line-height: 1;
}
/* line 84, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table td > div {
  margin: 0;
}
/* line 88, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table td input.qty {
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 95, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #shopping-cart-table .cart.item .item-info {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* line 100, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #shopping-cart-table .cart.item .item-info td {
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 108, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item td {
  border-right: 1px solid #eae9e9;
  text-align: center;
}
/* line 111, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item td:last-child {
  border-right: none;
}
/* line 114, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item td.col.item {
  text-align: left;
}
@media (max-width: 767px) {
  /* line 118, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #shopping-cart-table .cart.item td.col.item:before {
    display: none;
  }
}
/* line 124, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item td .product-item-photo {
  padding-right: 30px;
}
@media (min-width: 1354px) {
  /* line 124, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #shopping-cart-table .cart.item td .product-item-photo {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
}
/* line 130, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item td .price {
  font-size: 24px;
  line-height: 1;
}
/* line 136, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item .item-control {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 25px;
}
/* line 143, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item .item-control > .action {
  font-size: 22px;
  line-height: 37px;
}
/* line 147, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item .item-control > .action span {
  display: none;
}
/* line 150, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item .item-control > .action-edit {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
#shopping-cart-table .cart.item .item-control > .action-edit:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 153, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item .item-control > .action-delete {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
#shopping-cart-table .cart.item .item-control > .action-delete:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 158, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item .col.price,
#shopping-cart-table .cart.item .col.subtotal {
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 991px) {
  /* line 158, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #shopping-cart-table .cart.item .col.price,
  #shopping-cart-table .cart.item .col.subtotal {
    font-size: 16px;
  }
}
/* line 168, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item .product-item-details {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  max-width: 60%;
}
@media (max-width: 1353px) {
  /* line 168, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #shopping-cart-table .cart.item .product-item-details {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1353px) {
  /* line 168, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #shopping-cart-table .cart.item .product-item-details {
    text-align: center;
  }
}
/* line 180, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item .product-item-details .product-item-name {
  font-size: 16px;
  line-height: 20px;
}
/* line 185, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item .product-item-details dl.item-options {
  font-size: 12px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 193, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item .product-item-details dl.item-options dt {
  font-weight: 400;
  text-transform: capitalize;
  padding-right: 5px;
}
/* line 197, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item .product-item-details dl.item-options dt:after {
  content: ':';
}
/* line 201, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .cart.item .product-item-details dl.item-options dd {
  padding-left: 0;
  text-transform: capitalize;
}
/* line 208, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .item-actions {
  border-top: 1px solid #eae9e9;
}
/* line 211, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .item-control {
  position: relative;
}
/* line 214, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .item-control .action-gift {
  font-size: 22px;
  line-height: 37px;
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
#shopping-cart-table .item-control .action-gift:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 219, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .item-control .action-gift span {
  display: none;
}
/* line 223, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .item-control .gift-content {
  display: none;
  background: #FFF;
  border: 1px solid #eae9e9;
  padding: 0.5rem;
  text-align: left;
  min-width: 250px;
}
/* line 230, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .item-control .gift-content._active {
  display: block;
  position: absolute;
  z-index: 50;
  top: 100%;
  left: 0;
}
/* line 239, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .item-control .action-edit,
#shopping-cart-table .item-control .action-delete {
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
}
/* line 241, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#shopping-cart-table .item-control .action-edit span,
#shopping-cart-table .item-control .action-delete span {
  display: none;
}

@media screen and (min-width: 0 \0 ) {
  /* line 253, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  .cart.table-wrapper {
    overflow: auto;
  }
}
/* line 258, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
table.cart {
  width: 100%;
}
/* line 261, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
table.cart > caption,
table.cart .qty label {
  display: none;
}
/* line 266, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
table.cart .product-item-details,
table.cart .product-item-photo {
  display: table-cell;
}
@media screen and (min-width: 0 \0 ) {
  /* line 266, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  table.cart .product-item-details,
  table.cart .product-item-photo {
    display: block;
  }
}
@media screen and (min-width: 0 \0 ) and (min-width: 1354px) {
  /* line 266, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  table.cart .product-item-details,
  table.cart .product-item-photo {
    min-width: 150px;
  }
}

/* line 278, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
table.cart td.price .price,
table.cart td.subtotal .price {
  display: inline-block;
  padding: 6px 0;
}

/* line 285, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-container .main.actions {
  margin: 30px 0 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  /* line 285, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  .cart-container .main.actions {
    margin-bottom: 1.5rem;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
/* line 298, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-container .main.actions .action {
  background-color: transparent;
  border: none;
  padding: 5px;
  font-size: 12px;
  line-height: 22px;
}
/* line 304, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-container .main.actions .action:before {
  font-size: 22px;
  line-height: 1;
}
/* line 309, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-container .main.actions .action:hover,
.cart-container .main.actions .action:hover span {
  transition: 0.3s ease;
}
/* line 315, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-container .main.actions .action span {
  font-weight: 400;
  text-transform: capitalize;
}
/* line 320, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-container .main.actions .action.continue {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.cart-container .main.actions .action.continue:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 323, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-container .main.actions .action.clear {
  line-height: inherit;
  margin-left: 2rem;
  margin-right: auto;
}
/* line 135, source/_mixins.scss */
.cart-container .main.actions .action.clear:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
@media (max-width: 991px) {
  /* line 323, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  .cart-container .main.actions .action.clear {
    margin-left: 0;
  }
}
/* line 332, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-container .main.actions .action.update {
  line-height: inherit;
}
/* line 135, source/_mixins.scss */
.cart-container .main.actions .action.update:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 338, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-container .main.actions .action.continue:before, .cart-container .main.actions .action.clear:before, .cart-container .main.actions .action.update:before {
  vertical-align: text-top;
}

/* line 349, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary {
  border: 1px solid #eae9e9;
  padding: 30px;
}
/* line 352, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary .block.discount:not(.active) {
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 30px;
}
/* line 357, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary .title strong {
  font-weight: 600;
}
/* line 360, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary > .title {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 28px;
  font-size: 26px;
  font-weight: 600;
}
/* line 368, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary [role="tablist"] [role="tabpanel"] {
  padding-bottom: 34px;
  margin-bottom: 36px;
  border-bottom: 1px solid #eae9e9;
}
/* line 373, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary [role="tablist"] [role="tab"] {
  margin-bottom: 21px;
}
/* line 375, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary [role="tablist"] [role="tab"]:before {
  content: '';
  display: none;
  opacity: 0;
}
/* line 381, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary [role="tablist"] [role="tab"] strong:after {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  font-size: 12px;
  line-height: 1;
  padding-left: 20px;
  position: absolute;
  right: 0;
}
/* line 390, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary [role="tablist"].active [role="tab"] strong:after {
  content: '\e939';
}
/* line 394, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary [role="tablist"].discount [role="tab"] {
  margin-bottom: 1em;
}
/* line 398, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary [role="tablist"].discount.active [role="tab"] {
  margin-bottom: 0;
}
/* line 404, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary #shipping-zip-form {
  margin-bottom: 11px;
}
/* line 407, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary #shipping-zip-form .field .label,
.cart-summary #shipping-zip-form .field label {
  font-weight: 600;
}
/* line 414, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary #co-shipping-method-form .item-title {
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 8px;
}
/* line 420, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary #co-shipping-method-form .field.choice input[type=radio] + .label:before {
  font-size: 20px;
  padding-right: 24px;
  vertical-align: text-top;
}
/* line 425, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary #co-shipping-method-form .label {
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  font-weight: 400;
}
/* line 434, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary .checkout.methods .item {
  margin-bottom: 0.5rem;
  text-align: center;
}
/* line 439, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary .block {
  margin: 0;
}
/* line 442, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary .block .title {
  text-transform: uppercase;
}
/* line 448, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary #discount-coupon-form .field {
  margin-bottom: 30px;
}
/* line 454, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary .cart-totals caption {
  display: none;
}
/* line 458, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary .cart-totals th, .cart-summary .cart-totals td {
  padding-left: 0;
}
/* line 462, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary .legend {
  display: none;
}

/* line 468, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#cart-totals .table.totals {
  padding: 1rem 0;
}
/* line 471, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#cart-totals .table.totals th, #cart-totals .table.totals td {
  border: none;
}
/* line 474, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#cart-totals .table.totals th {
  font-size: 20px;
  line-height: 1;
}
/* line 478, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#cart-totals .table.totals .mark,
#cart-totals .table.totals .amount {
  padding: 0;
  text-align: right;
  padding-bottom: 20px;
}
/* line 484, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#cart-totals .table.totals .mark strong,
#cart-totals .table.totals .amount strong {
  font-weight: 400;
}
/* line 489, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#cart-totals .table.totals .mark:after {
  content: ':';
}
/* line 494, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#cart-totals .table.totals .amount,
#cart-totals .table.totals .amount strong {
  font-weight: 400;
}
/* line 499, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
#cart-totals .table.totals .shipping .value {
  font-weight: 400;
  font-size: 12px;
  vertical-align: initial;
}
@media (max-width: 767px) {
  /* line 506, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #cart-totals .table.totals td::before {
    display: none;
  }
  /* line 509, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #cart-totals .table.totals .mark {
    display: table-cell;
    text-align: left;
    font-size: 12px;
  }
  /* line 514, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #cart-totals .table.totals td {
    display: table;
  }
  /* line 517, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #cart-totals .table.totals .amount {
    display: table;
  }
  /* line 520, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  #cart-totals .table.totals .amount,
  #cart-totals .table.totals .mark {
    padding: 5px 0;
  }
}

/* line 529, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.items.methods,
.item-options {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 534, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.items.methods dt, .items.methods dd,
.item-options dt,
.item-options dd {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
/* line 538, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.items.methods .item,
.item-options .item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
/* line 541, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.items.methods .checkout,
.item-options .checkout {
  width: 100%;
  text-align: center;
}
/* line 545, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.items.methods .action.multicheckout,
.item-options .action.multicheckout {
  background-color: transparent;
  padding: 5px 0;
  border: none;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
  position: relative;
}
/* line 553, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.items.methods .action.multicheckout:hover,
.item-options .action.multicheckout:hover {
  background-color: transparent;
}
/* line 557, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.items.methods .action.multicheckout span:after,
.item-options .action.multicheckout span:after {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: 6px;
  height: 1px;
  width: 100%;
  transition: .3s ease;
}

/* line 570, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary .checkout-methods-items {
  padding: 0 10px;
  display: block;
}
/* line 573, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.cart-summary .checkout-methods-items img {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 570, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
  .cart-summary .checkout-methods-items {
    border-top: 1px solid #eae9e9;
    padding-top: 30px;
    margin-top: 10px;
  }
}

/* line 586, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.block.shipping .items.methods {
  display: block;
}
/* line 588, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.block.shipping .items.methods .item-title,
.block.shipping .items.methods .item-options {
  max-width: 100%;
  padding: 0;
}
/* line 595, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.block.shipping .field.note {
  font-size: 12px;
  line-height: 1;
  text-transform: none;
  font-weight: 400;
}

/* line 605, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.block.discount .apply {
  border-color: #eae9e9;
  background: #000;
}
/* line 608, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.block.discount .apply:hover {
  color: #fff;
}

/* line 615, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.multicheckout.address .table-wrapper {
  margin-bottom: 40px;
}
/* line 618, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.multicheckout.address .table-caption {
  display: none;
}
/* line 621, ../../Magento_Checkout/web/css/source/module/_cart-page.scss */
.multicheckout.address .title {
  text-transform: uppercase;
  margin-bottom: 25px;
}

/* line 191, source/components/_modals.scss */
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
/* line 198, source/components/_modals.scss */
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
}

/* line 214, source/components/_modals.scss */
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  float: right;
}
/* line 222, source/components/_modals.scss */
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  font-size: 22px;
  font-family: "Linearicons";
  content: "\e935";
}
/* line 228, source/components/_modals.scss */
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  opacity: 0.5;
}
/* line 232, source/components/_modals.scss */
.modal-custom .action-close span,
.modal-popup .action-close span,
.modal-slide .action-close span {
  display: none;
}

/* line 241, source/components/_modals.scss */
.modals-overlay {
  z-index: 800;
}

/* line 245, source/components/_modals.scss */
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  pointer-events: none;
}
/* line 51, source/components/_modals.scss */
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
  background: rgba(255, 255, 255, 0.65);
  pointer-events: auto;
}
/* line 55, source/components/_modals.scss */
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  position: relative;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 62, source/components/_modals.scss */
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
  opacity: 1;
}
@media (max-width: 992px) {
  /* line 62, source/components/_modals.scss */
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    padding: 30px 15px;
    background-color: black;
  }
}

/* line 250, source/components/_modals.scss */
.modal-slide {
  left: auto;
  z-index: 1000;
}
/* line 78, source/components/_modals.scss */
.modal-slide._show .modal-inner-wrap {
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 84, source/components/_modals.scss */
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: 310px;
}
/* line 99, source/components/_modals.scss */
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: flex;
  flex-direction: column;
}
/* line 104, source/components/_modals.scss */
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  flex-grow: 0;
  flex-shrink: 1;
}
/* line 109, source/components/_modals.scss */
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
/* line 112, source/components/_modals.scss */
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
}
/* line 116, source/components/_modals.scss */
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 0.5rem 0.5rem;
}
/* line 121, source/components/_modals.scss */
.modal-slide .modal-header {
  padding-bottom: 10px;
  padding-top: 10px;
}

/* line 254, source/components/_modals.scss */
.modal-popup {
  left: 0;
  display: block;
  overflow-y: auto;
  z-index: 1000;
}
/* line 133, source/components/_modals.scss */
.modal-popup._show .modal-inner-wrap {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 139, source/components/_modals.scss */
.modal-popup .modal-inner-wrap {
  box-sizing: border-box;
  height: auto;
  left: 0;
  margin: 4rem auto;
  position: absolute;
  right: 0;
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
  display: flex;
  flex-direction: column;
  max-width: 865px;
  width: 100%;
}
/* line 158, source/components/_modals.scss */
.modal-popup .modal-inner-wrap .newsletter-bg-container {
  padding-top: 53%;
  background: url("../images/popup-new-2021.jpg");
  background-repeat: no-repeat;
  background-color: #DDDBDC;
}
@media (max-width: 992px) {
  /* line 158, source/components/_modals.scss */
  .modal-popup .modal-inner-wrap .newsletter-bg-container {
    display: none;
  }
}
/* line 167, source/components/_modals.scss */
.modal-popup .modal-inner-wrap .newsletter-stuff-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-color: black;
}
/* line 175, source/components/_modals.scss */
.modal-popup .modal-inner-wrap .newsletter-stuff-container .gdpr-accept a {
  color: white;
}
/* line 179, source/components/_modals.scss */
.modal-popup .modal-inner-wrap .newsletter-stuff-container button.subscribe {
  background-color: white;
  color: #000;
}
/* line 257, source/components/_modals.scss */
.modal-popup._inner-scroll {
  overflow-y: visible;
}
/* line 259, source/components/_modals.scss */
.ie11 .modal-popup._inner-scroll, .ie10 .modal-popup._inner-scroll, .ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}
/* line 264, source/components/_modals.scss */
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
/* line 266, source/components/_modals.scss */
.ie11 .modal-popup._inner-scroll .modal-inner-wrap, .ie10 .modal-popup._inner-scroll .modal-inner-wrap, .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
/* line 272, source/components/_modals.scss */
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
/* line 276, source/components/_modals.scss */
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
/* line 283, source/components/_modals.scss */
.modal-popup .modal-header,
.modal-popup .modal-footer {
  flex-grow: 0;
  flex-shrink: 1;
}
/* line 290, source/components/_modals.scss */
.modal-popup .modal-footer {
  margin-top: auto;
  padding-top: 1rem;
}
/* line 293, source/components/_modals.scss */
.modal-popup .modal-footer button {
  margin: 0 3px;
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
}
/* line 30, source/_mixins.scss */
.modal-popup .modal-footer button:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.modal-popup .modal-footer button span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 293, source/components/_modals.scss */
  .modal-popup .modal-footer button {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 293, source/components/_modals.scss */
  .modal-popup .modal-footer button {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 299, source/components/_modals.scss */
.modal-popup .modal-footer-actions {
  text-align: right;
}
/* line 303, source/components/_modals.scss */
.modal-popup.confirm .modal-inner-wrap {
  left: 50%;
  margin-left: -25rem;
  width: 50rem;
}
@media (max-width: 767px) {
  /* line 303, source/components/_modals.scss */
  .modal-popup.confirm .modal-inner-wrap {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    left: 0;
    right: 0;
  }
}
/* line 317, source/components/_modals.scss */
.modal-popup._image-box .modal-inner-wrap {
  margin: 5rem auto;
  max-width: 78rem;
  position: static;
}
/* line 322, source/components/_modals.scss */
.modal-popup._image-box .thumbnail-preview {
  padding-bottom: 4rem;
  text-align: center;
}
/* line 325, source/components/_modals.scss */
.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
  border: 1px solid #ccc;
  margin: 0 auto 2rem;
  max-width: 58rem;
  padding: 2rem;
}
/* line 331, source/components/_modals.scss */
.modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
  max-height: 54rem;
}

/* line 339, source/components/_modals.scss */
.modal-title {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 15px;
}

@media (max-width: 768px -1) {
  /* line 352, source/components/_modals.scss */
  .custom-slide {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: none;
    left: auto;
    z-index: 1000;
  }
  /* line 51, source/components/_modals.scss */
  .custom-slide._show {
    visibility: visible;
    background: rgba(255, 255, 255, 0.65);
    pointer-events: auto;
  }
  /* line 55, source/components/_modals.scss */
  .custom-slide._show .modal-inner-wrap {
    position: relative;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* line 62, source/components/_modals.scss */
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
    box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
    opacity: 1;
  }
}
@media (max-width: 768px -1) and (max-width: 992px) {
  /* line 62, source/components/_modals.scss */
  .custom-slide .modal-inner-wrap {
    padding: 30px 15px;
    background-color: black;
  }
}
@media (max-width: 768px -1) {
  /* line 78, source/components/_modals.scss */
  .custom-slide._show .modal-inner-wrap {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  /* line 84, source/components/_modals.scss */
  .custom-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform, visibility;
    transition-property: transform, visibility;
    transition-timing-function: ease-in-out;
    width: 310px;
  }
  /* line 99, source/components/_modals.scss */
  .custom-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column;
  }
  /* line 104, source/components/_modals.scss */
  .custom-slide._inner-scroll .modal-header,
  .custom-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 1;
  }
  /* line 109, source/components/_modals.scss */
  .custom-slide._inner-scroll .modal-content {
    overflow-y: auto;
  }
  /* line 112, source/components/_modals.scss */
  .custom-slide._inner-scroll .modal-footer {
    margin-top: auto;
  }
  /* line 116, source/components/_modals.scss */
  .custom-slide .modal-header,
  .custom-slide .modal-content,
  .custom-slide .modal-footer {
    padding: 0 0.5rem 0.5rem;
  }
  /* line 121, source/components/_modals.scss */
  .custom-slide .modal-header {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  /* line 355, source/components/_modals.scss */
  .custom-slide._show {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
  }
  /* line 360, source/components/_modals.scss */
  .custom-slide .modal-inner-wrap {
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
  }

  /* line 367, source/components/_modals.scss */
  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw;
  }

  /* line 377, source/components/_modals.scss */
  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    display: block;
  }
}
@media print {
  /* line 389, source/components/_modals.scss */
  .modal-popup {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
/* line 47, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .page-title-wrapper .page-title {
  margin-bottom: 30px;
  font-size: 25px;
}
/* line 51, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .page-title span {
  z-index: 35;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
}
/* line 58, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .step-title {
  text-transform: uppercase;
  font-weight: 600;
}
/* line 65, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .opc-wrapper .step-content {
  margin: 0;
}
/* line 68, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .opc-wrapper .step-content legend {
  font-weight: 400;
}
/* line 72, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .opc-wrapper .step-content .note {
  font-size: 10px;
}
/* line 74, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .opc-wrapper .step-content .note::before {
  font-family: "FontAwesome";
  content: '\f0d8';
  padding-right: 5px;
}
/* line 81, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .opc-wrapper .step-content .message {
  padding: 5px 5px 5px 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1;
  color: #F11F17;
}
/* line 91, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field .label,
.checkout-index-index .opc-wrapper .step-content .fieldset.address > .field .label {
  font-size: 12px;
  font-weight: 600;
}
@media (min-width: 1354px) {
  /* line 161, source/_mixins.scss */
  .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field:before, .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field:after,
  .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field:before,
  .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 168, source/_mixins.scss */
  .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field:after,
  .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field:after {
    clear: both;
  }
  /* line 99, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field .label,
  .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field .label {
    float: left;
    padding-top: 1em;
    margin-right: 0;
  }
  /* line 104, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field > .control,
  .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field > .control {
    margin-left: 135px;
  }
  /* line 107, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .checkout-index-index .opc-wrapper .step-content #customer-email-fieldset > .field > .control._with-tooltip,
  .checkout-index-index .opc-wrapper .step-content .fieldset.address > .field > .control._with-tooltip {
    padding-right: 50px;
  }
}
/* line 115, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index ._with-tooltip #tooltip-label > span {
  display: none;
}
/* line 120, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index #customer-email-fieldset .loading-mask {
  display: none !important;
}
/* line 123, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index #customer-email-fieldset .field {
  margin-bottom: 0 !important;
}
/* line 128, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .loading-mask {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed !important;
  right: 0;
  top: 0;
  z-index: 9999;
}
/* line 138, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .loading-mask .loader {
  position: absolute;
  z-index: 9999;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -45px;
  box-sizing: border-box;
  text-align: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-transform: uppercase;
  -o-text-transform: uppercase;
  -ms-text-transform: uppercase;
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
}
/* line 188, source/_mixins.scss */
.checkout-index-index .loading-mask .loader:before, .checkout-index-index .loading-mask .loader:after {
  opacity: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  content: "\0020";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  border-width: 3px;
  border-style: solid;
}
/* line 206, source/_mixins.scss */
.checkout-index-index .loading-mask .loader:before {
  z-index: 2;
  animation: cssload-gogoloader 2.3s infinite;
  -o-animation: cssload-gogoloader 2.3s infinite;
  -ms-animation: cssload-gogoloader 2.3s infinite;
  -webkit-animation: cssload-gogoloader 2.3s infinite;
  -moz-animation: cssload-gogoloader 2.3s infinite;
}
/* line 214, source/_mixins.scss */
.checkout-index-index .loading-mask .loader:after {
  z-index: 1;
  animation: cssload-gogoloader 2.3s infinite 1.15s;
  -o-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -moz-animation: cssload-gogoloader 2.3s infinite 1.15s;
}
@keyframes cssload-gogoloader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes cssload-gogoloader {
  0% {
    -o-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes cssload-gogoloader {
  0% {
    -ms-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes cssload-gogoloader {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
/* line 146, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .loading-mask .loader p {
  display: none;
}
/* line 149, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .loading-mask .loader > img {
  bottom: 0;
  left: 0;
  height: 60px;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  width: auto;
  display: none;
}
/* line 161, source/_mixins.scss */
.checkout-index-index .items-in-cart .product-item .product:before, .checkout-index-index .items-in-cart .product-item .product:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.checkout-index-index .items-in-cart .product-item .product:after {
  clear: both;
}
/* line 169, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .subtitle {
  display: none;
}
/* line 172, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options {
  display: block;
}
/* line 174, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options dt, .checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options dd {
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  max-width: auto;
  max-width: 100%;
}
/* line 178, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .label {
  float: left;
  padding-right: 3px;
  font-weight: 400;
  color: #000;
}
/* line 183, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .label:after {
  content: ':';
}
/* line 187, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .values {
  padding-left: 0;
  font-style: normal;
}
/* line 161, source/_mixins.scss */
.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .values:before, .checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .values:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.checkout-index-index .opc-block-summary .minicart-items .product.options > .content .item-options .values:after {
  clear: both;
}

/* line 199, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-onepage-success #registration .action.primary {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  margin-top: 20px;
  transition: 0.3s all;
  cursor: pointer;
}
/* line 30, source/_mixins.scss */
.checkout-onepage-success #registration .action.primary:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.checkout-onepage-success #registration .action.primary span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 199, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .checkout-onepage-success #registration .action.primary {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 199, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .checkout-onepage-success #registration .action.primary {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 207, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-onepage-success .page-title {
  text-align: left;
}
/* line 210, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-onepage-success .checkout-success > p > span {
  font-size: 24px;
}
/* line 213, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-onepage-success .actions-toolbar {
  padding-top: 20px;
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  /* line 161, source/_mixins.scss */
  .checkout-container:before, .checkout-container:after {
    display: table;
    content: "";
    line-height: 0;
  }
  /* line 168, source/_mixins.scss */
  .checkout-container:after {
    clear: both;
  }
  /* line 222, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .checkout-container .opc-wrapper {
    float: left;
    padding-right: 30px;
    width: 66.6667%;
  }
  /* line 228, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .checkout-container .opc-sidebar {
    float: right;
    margin: -70px 0 20px;
    width: 33.3333%;
  }
}
/* line 235, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-container .opc-wrapper #shipping #customer-email-fieldset .actions-toolbar {
  padding-bottom: 30px;
}
/* line 238, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-container .minicart-items .product-item-details {
  min-width: inherit;
  overflow: hidden;
}

/* line 245, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-step-payment legend.legend {
  display: none;
}
/* line 250, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-step-payment .payment-method-content .actions-toolbar {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/* line 255, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #eae9e9;
}
/* line 260, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .field.choice input[type=checkbox] {
  position: relative;
  z-index: auto;
  opacity: 1;
}
/* line 266, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .payment-method-title.field.choice input[type=radio] + .label {
  font-size: 12px;
  line-height: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
/* line 271, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .payment-method-title.field.choice input[type=radio] + .label:before {
  margin-top: 4px;
}
/* line 274, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .payment-method-title.field.choice input[type=radio] + .label > span {
  padding-right: 10px;
}
/* line 277, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .payment-method-title.field.choice input[type=radio] + .label img {
  margin-right: 10px;
}
/* line 281, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .payment-method-title.field.choice input[type=radio] + .label > .action span {
  text-decoration: underline;
}
/* line 286, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .payment-method {
  border: 1px solid #eae9e9;
  padding: 15px;
  background: #fafafa;
  margin-bottom: 25px;
}
/* line 291, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .payment-method:last-child {
  margin-bottom: 0;
}
/* line 294, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .payment-method .payment-method-content {
  display: none;
  padding-left: 20px;
}
/* line 299, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .payment-method._active .payment-method-content {
  display: block;
}
/* line 304, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .payment-method-note {
  margin-bottom: 10px;
}
/* line 308, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .payment-method-braintree .hosted-control {
  background: #ffffff;
  border: 1px solid #c2c2c2;
  height: 32px;
  padding: 0 9px;
  vertical-align: baseline;
  width: 100%;
  position: relative;
  max-width: 225px;
  margin-bottom: 8px;
}
/* line 319, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .payment-method-braintree .hosted-control.hosted-cid {
  width: 80px;
}
/* line 322, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load #braintree_enable_vault {
  opacity: 0;
}
/* line 325, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .credit-card-types {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 328, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .credit-card-types li {
  margin-right: 10px;
}
/* line 331, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-payment-method-load .credit-card-types img {
  border: 1px solid;
}

/* line 337, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.payment-method-billing-address .actions-toolbar {
  padding-bottom: 30px;
}

/* line 341, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.cart-summary .checkout-methods-items .amazon-minicart-container {
  text-align: center;
}
/* line 343, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.cart-summary .checkout-methods-items .amazon-minicart-container img {
  width: auto;
}
/* line 346, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.cart-summary .checkout-methods-items .amazon-minicart-container .amazon-button-container__cell {
  padding-top: 8px;
}

/* line 352, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-payment-additional.discount-code .payment-option-title {
  margin-bottom: 1.5em;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  display: block;
  padding-right: 20px;
}
/* line 360, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-payment-additional.discount-code .form-discount {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 364, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-payment-additional.discount-code .form-discount .payment-option-inner .control {
  margin-right: 10px;
}
/* line 367, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-payment-additional.discount-code .form-discount .payment-option-inner input {
  max-width: 320px;
  padding: 15px 20px;
}
/* line 372, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-payment-additional.discount-code label.label {
  display: none;
}

/* line 377, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-shipping-method {
  position: relative;
}

/* line 380, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper .shipping-policy-block.field-tooltip {
  top: 0 !important;
  margin-top: 0;
}
@media (max-width: 768px) {
  /* line 380, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .opc-wrapper .shipping-policy-block.field-tooltip {
    position: relative;
    margin-bottom: 10px;
    font-size: 12px;
  }
}

/* line 393, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-progress-bar {
  margin-bottom: 3rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  /* line 393, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .opc-progress-bar {
    float: left;
    padding-right: 30px;
    width: 66.6667%;
  }
}
/* line 403, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-progress-bar .opc-progress-bar-item {
  font-size: 20px;
  line-height: 2em;
  position: relative;
  padding-top: 30px;
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
/* line 409, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-progress-bar .opc-progress-bar-item:before {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  border: 2px solid;
  border-radius: 50%;
  background: #FFF;
}
/* line 418, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-progress-bar .opc-progress-bar-item:after {
  content: '';
  display: none;
  width: 13px;
  height: 13px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  /* line 403, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .opc-progress-bar .opc-progress-bar-item {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  /* line 403, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .opc-progress-bar .opc-progress-bar-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 15px;
  }
}
/* line 437, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-progress-bar .opc-progress-bar-item:first-child span:before {
  content: '01.';
}
/* line 440, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-progress-bar .opc-progress-bar-item:last-child span:before {
  content: '02.';
}
/* line 443, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-progress-bar .opc-progress-bar-item span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1199px) {
  /* line 443, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .opc-progress-bar .opc-progress-bar-item span {
    font-size: 18px;
  }
}
/* line 455, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-progress-bar .opc-progress-bar-item span:after {
  content: '';
  position: absolute;
  bottom: -19px;
  left: 1px;
  width: 280px;
  height: 1px;
  opacity: 0.5;
  z-index: -1;
}
@media (min-width: 992px) {
  /* line 455, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .opc-progress-bar .opc-progress-bar-item span:after {
    width: 260px;
  }
}
@media (min-width: 1200px) {
  /* line 455, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .opc-progress-bar .opc-progress-bar-item span:after {
    width: 330px;
    bottom: -21px;
  }
}
@media (min-width: 1354px) {
  /* line 455, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .opc-progress-bar .opc-progress-bar-item span:after {
    width: 405px;
  }
}
/* line 478, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-progress-bar .opc-progress-bar-item._active {
  opacity: 1;
}
/* line 481, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-progress-bar .opc-progress-bar-item._active:before {
  opacity: 1;
}
/* line 484, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-progress-bar .opc-progress-bar-item._active:after {
  opacity: 1;
  display: block;
}
/* line 490, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-progress-bar .opc-progress-bar-item._complete {
  opacity: .5;
  cursor: pointer;
}

/* line 502, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .modal-inner-wrap {
  padding: 30px;
  border: 1px solid #eae9e9;
}
/* line 508, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .opc-block-summary span.title {
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 23px;
}
/* line 516, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .opc-block-summary .table-totals {
  margin-bottom: 30px;
  border-bottom: 1px solid #eae9e9;
}
/* line 520, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .opc-block-summary table.table-totals tbody th,
.opc-sidebar .opc-block-summary table.table-totals tbody td {
  border: none;
}
/* line 524, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .opc-block-summary .table-totals tr {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
/* line 529, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .opc-block-summary .table-totals tr:last-child {
  padding-bottom: 20px;
}
/* line 533, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .opc-block-summary .table-totals th,
.opc-sidebar .opc-block-summary .table-totals td {
  padding: 10px 0;
  font-size: 20px;
  line-height: 1;
}
/* line 538, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .opc-block-summary .table-totals th,
.opc-sidebar .opc-block-summary .table-totals th strong,
.opc-sidebar .opc-block-summary .table-totals td,
.opc-sidebar .opc-block-summary .table-totals td strong {
  font-weight: 400;
}
/* line 543, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .opc-block-summary .table-totals th .value,
.opc-sidebar .opc-block-summary .table-totals td .value {
  font-size: 12px;
  line-height: 20px;
  vertical-align: baseline;
}
/* line 547, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .opc-block-summary .table-totals th .value:before,
.opc-sidebar .opc-block-summary .table-totals td .value:before {
  content: '(';
}
/* line 550, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .opc-block-summary .table-totals th .value:after,
.opc-sidebar .opc-block-summary .table-totals td .value:after {
  content: ')';
}
/* line 555, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .opc-block-summary .table-totals th {
  padding-right: 0;
}
/* line 557, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .opc-block-summary .table-totals th:after {
  content: ':';
}
/* line 564, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .items-in-cart .product-item-name,
.opc-sidebar .items-in-cart .details-qty {
  padding-right: 0;
}
/* line 568, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .items-in-cart .details-qty {
  font-size: 12px;
  padding: 0 0 10px;
}
/* line 572, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .items-in-cart .subtotal {
  font-size: 18px;
}
/* line 578, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .shipping-information-title,
.opc-sidebar .shipping-information-title strong,
.opc-sidebar .title,
.opc-sidebar .title strong {
  margin-bottom: 1.5em;
  text-transform: uppercase;
  font-weight: 600;
}
/* line 585, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .shipping-information-title .action-edit,
.opc-sidebar .title .action-edit {
  line-height: inherit;
  font-size: 22px;
}
/* line 135, source/_mixins.scss */
.opc-sidebar .shipping-information-title .action-edit:before,
.opc-sidebar .title .action-edit:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  font-weight: 400;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* line 592, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .shipping-information-title {
  margin-bottom: 0;
}
/* line 596, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .ship-to {
  padding: 20px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eae9e9;
  font-size: 12px;
}
/* line 602, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-sidebar .ship-via {
  font-size: 12px;
}

/* line 607, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.block.items-in-cart {
  margin-top: 2rem;
}
/* line 609, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.block.items-in-cart .product-item {
  margin-bottom: 1rem;
}
/* line 611, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.block.items-in-cart .product-item .product-image-container {
  float: left;
  margin: 0 1rem 1rem 0;
}

/* line 623, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper .shipping-address-item {
  padding: 20px;
  border: solid 1px transparent;
}
/* line 626, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper .shipping-address-item.selected-item {
  border: 1px solid #eae9e9;
}
/* line 635, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper .field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50% !important;
  margin-top: -14px;
}
@media (max-width: 1353px) {
  /* line 635, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .opc-wrapper .field-tooltip {
    margin-top: 4px;
  }
}
/* line 646, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper .field-tooltip._active {
  z-index: 100;
}
/* line 649, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper .field-tooltip._active .field-tooltip-content {
  display: block;
}
/* line 653, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper .field-tooltip._active .field-tooltip-action:before {
  color: #32d0b1;
}
/* line 659, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper .field-tooltip .field-tooltip-action {
  outline: none;
}
/* line 661, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper .field-tooltip .field-tooltip-action:before {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  font-size: 22px;
  color: #32d0b1;
  outline: none;
}
/* line 669, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
._keyfocus .opc-wrapper .field-tooltip .field-tooltip-action:focus {
  z-index: 100;
}
/* line 671, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
._keyfocus .opc-wrapper .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
  display: block;
}
/* line 674, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
._keyfocus .opc-wrapper .field-tooltip .field-tooltip-action:focus::before {
  color: #32d0b1;
}
/* line 681, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper .field-tooltip .field-tooltip-content {
  background: #f5f5f5;
  border: solid 1px #dddddd;
  padding: 12px;
  width: 270px;
  display: none;
  right: 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  word-wrap: break-word;
  z-index: 2;
}
/* line 696, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper #customer-email-fieldset .field-tooltip {
  margin-top: -25px;
}

/* line 703, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.form-shipping-address .field.street label {
  display: none;
}
/* line 707, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.form-shipping-address .field.required.street div.mage-error {
  position: relative;
}

/* line 717, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#opc-shipping_method .step-title {
  margin-bottom: .7em;
}

/* line 722, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#checkout-shipping-method-load {
  border-bottom: 1px solid #eae9e9;
  overflow-y: auto;
}

/* line 729, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#shipping-method-buttons-container {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
/* line 734, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#shipping-method-buttons-container .action {
  margin: 0;
}
/* line 737, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
#shipping-method-buttons-container .action span span:after {
  content: "";
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  padding-left: 7px;
  vertical-align: -1px;
}

/* line 746, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.table-checkout-shipping-method thead {
  background: #fafafa;
  border-bottom: 1px solid #ddd;
}
/* line 750, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.table-checkout-shipping-method td {
  vertical-align: middle;
}
@media (max-width: 767px) {
  /* line 745, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .table-checkout-shipping-method {
    font-size: 12px;
  }
}

/* line 760, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.methods-shipping {
  margin-bottom: 2rem;
}

/* line 768, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-estimated-wrapper {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}
/* line 773, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-estimated-wrapper .estimated-block span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
/* line 778, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-estimated-wrapper .estimated-price {
  color: #32d0b1;
}
/* line 781, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-estimated-wrapper .minicart-wrapper button {
  font-weight: 600;
  text-decoration: underline;
}

/* line 787, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .opc-estimated-wrapper {
  display: none;
}

/* line 791, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
aside {
  outline: none;
}

/* line 801, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-block-summary .table-totals caption {
  display: none;
}

/* line 808, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-block-shipping-information .shipping-information {
  border-top: 1px solid #eae9e9;
  padding-top: 20px;
}
/* line 813, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-block-shipping-information .shipping-information-title {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 819, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-block-shipping-information .shipping-information-content {
  padding: 10px 10px 10px 0;
}
/* line 823, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-block-shipping-information .action-edit {
  background: none;
  padding: 0;
}
/* line 826, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-block-shipping-information .action-edit span {
  display: none;
}
/* line 829, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-block-shipping-information .action-edit:hover {
  background: none;
  opacity: 0.5;
}
/* line 833, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-block-shipping-information .action-edit::before {
  content: "";
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: translate(0, 0);
  padding-right: 10px;
}

/* line 840, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.billing-address-details {
  margin-bottom: 1rem;
  font-size: 12px;
  line-height: 30px;
  font-weight: 400;
}

@media (max-width: 768px) {
  /* line 850, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .opc-block-summary .table-totals th {
    display: block;
    width: 100%;
    padding: 10px 0 0;
  }
  /* line 855, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .opc-block-summary .table-totals td {
    padding: 0;
  }
  /* line 857, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .opc-block-summary .table-totals td::before {
    display: none;
  }
}
/* line 868, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .checkout-container {
  position: relative;
}
/* line 870, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .checkout-container .authentication-wrapper {
  display: none;
  position: relative;
  margin: 20px auto;
}
/* line 876, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .checkout-container .authentication-wrapper button.action-auth-toggle {
  text-transform: uppercase;
  font-weight: 700;
  transition: .3s ease;
}
/* line 881, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown {
  top: -250px;
}
@media (max-width: 767px) {
  /* line 881, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
  .checkout-index-index .checkout-container .authentication-wrapper aside.authentication-dropdown {
    top: 0;
  }
}
/* line 889, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
/* line 893, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar .primary button {
  margin: 0 0 5px 0;
}
/* line 896, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar .secondary a {
  margin: 0;
  border: none;
  background: transparent;
  padding: 6px 0;
}
/* line 901, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .checkout-container .authentication-wrapper .actions-toolbar .secondary a:hover {
  background-color: transparent;
}
/* line 910, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .checkout-container .authentication-wrapper .modal-custom-overlay {
  background: none;
}
/* line 914, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .checkout-container .authentication-dropdown {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  pointer-events: none;
  left: 0;
  display: block;
  overflow-y: auto;
  z-index: 1000;
  width: 270px;
  right: 0;
  left: auto;
  position: absolute;
  overflow: visible;
}
/* line 51, source/components/_modals.scss */
.checkout-index-index .checkout-container .authentication-dropdown._show {
  visibility: visible;
  background: rgba(255, 255, 255, 0.65);
  pointer-events: auto;
}
/* line 55, source/components/_modals.scss */
.checkout-index-index .checkout-container .authentication-dropdown._show .modal-inner-wrap {
  position: relative;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 62, source/components/_modals.scss */
.checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap {
  background-color: #fff;
  box-shadow: 0 5px 27px 0 rgba(0, 0, 0, 0.19);
  opacity: 1;
}
@media (max-width: 992px) {
  /* line 62, source/components/_modals.scss */
  .checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap {
    padding: 30px 15px;
    background-color: black;
  }
}
/* line 133, source/components/_modals.scss */
.checkout-index-index .checkout-container .authentication-dropdown._show .modal-inner-wrap {
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 139, source/components/_modals.scss */
.checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap {
  box-sizing: border-box;
  height: auto;
  left: 0;
  margin: 4rem auto;
  position: absolute;
  right: 0;
  -ms-transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
  display: flex;
  flex-direction: column;
  max-width: 865px;
  width: 100%;
}
/* line 158, source/components/_modals.scss */
.checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap .newsletter-bg-container {
  padding-top: 53%;
  background: url("../images/popup-new-2021.jpg");
  background-repeat: no-repeat;
  background-color: #DDDBDC;
}
@media (max-width: 992px) {
  /* line 158, source/components/_modals.scss */
  .checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap .newsletter-bg-container {
    display: none;
  }
}
/* line 167, source/components/_modals.scss */
.checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap .newsletter-stuff-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  background-color: black;
}
/* line 175, source/components/_modals.scss */
.checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap .newsletter-stuff-container .gdpr-accept a {
  color: white;
}
/* line 179, source/components/_modals.scss */
.checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap .newsletter-stuff-container button.subscribe {
  background-color: white;
  color: #000;
}
/* line 923, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .checkout-container .authentication-dropdown .modal-inner-wrap {
  margin: 0;
  width: 100%;
}
/* line 928, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-index-index .checkout-container input:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
}

/* line 933, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.ie11 .checkout-container .authentication-dropdown {
  overflow-y: inherit;
}

/* line 936, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-container .authentication-dropdown .action-close {
  display: block;
}

/* line 940, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-payment-method .ccard .number .input-text {
  max-width: 225px;
}

/* line 943, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-payment-method .ccard .month .select {
  max-width: 140px;
}

/* line 161, source/_mixins.scss */
.checkout-payment-method .group-2:before, .checkout-payment-method .group-2:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.checkout-payment-method .group-2:after {
  clear: both;
}

/* line 949, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.checkout-payment-method .ccard.fieldset > .field .fields.group.group-2 .field {
  width: auto !important;
  float: left;
  margin-right: 15px;
}

/* line 954, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 960, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper .field.cvv .input-text.cvv {
  width: 100px;
}
/* line 964, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper .field.cvv .field-tooltip {
  right: auto;
  left: 106px;
}
/* line 968, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper .amazon-button-container {
  display: table;
  margin-bottom: 15px;
}
/* line 971, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper .amazon-button-container .amazon-button-container__cell {
  display: table-cell;
  padding: 0 10px;
}
/* line 975, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.opc-wrapper .amazon-button-container .field-tooltip {
  position: relative;
  right: 0;
  margin: 0;
}

/* line 988, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.page-print.sales-order-print #maincontent {
  margin-top: 3rem;
}
/* line 994, ../../Magento_Checkout/web/css/source/module/_checkout.scss */
.page-print.sales-order-print .actions-toolbar,
.page-print.sales-order-print .page-footer {
  display: none;
}

/* line 5, ../../Magento_Review/web/css/source/_module.scss */
.rating-summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
/* line 8, ../../Magento_Review/web/css/source/_module.scss */
.rating-summary .label {
  margin-right: 1rem;
}
/* line 11, ../../Magento_Review/web/css/source/_module.scss */
.rating-summary .rating-result__stars,
.rating-summary .rating-result__text {
  font-size: 19px;
}
/* line 14, ../../Magento_Review/web/css/source/_module.scss */
.rating-summary .rating-result__stars span,
.rating-summary .rating-result__text span {
  margin-right: 1px;
}
/* line 16, ../../Magento_Review/web/css/source/_module.scss */
.rating-summary .rating-result__stars span:last-child,
.rating-summary .rating-result__text span:last-child {
  margin-right: 0;
}
/* line 21, ../../Magento_Review/web/css/source/_module.scss */
.rating-summary .rating-result__text {
  position: absolute;
  left: 0;
  top: 0;
  color: #fd8f00;
  display: inline-block;
}
/* line 27, ../../Magento_Review/web/css/source/_module.scss */
.rating-summary .rating-result__text div {
  overflow: hidden;
  background: #fff;
  display: flex;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 35, ../../Magento_Review/web/css/source/_module.scss */
  .rating-summary .rating-result__text div {
    display: flex;
  }
}
/* line 161, source/_mixins.scss */
.review-toolbar:before, .review-toolbar:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.review-toolbar:after {
  clear: both;
}
/* line 41, ../../Magento_Review/web/css/source/_module.scss */
.review-toolbar .field > .label {
  margin-right: 10px;
  padding: 14px 0;
  font-weight: normal;
}
/* line 46, ../../Magento_Review/web/css/source/_module.scss */
.review-toolbar .field {
  margin-bottom: 0;
}

/* line 55, ../../Magento_Review/web/css/source/_module.scss */
.review-list .review-items {
  margin-top: 25px;
}
/* line 58, ../../Magento_Review/web/css/source/_module.scss */
.review-list .review-item {
  margin-bottom: 2rem;
}
/* line 61, ../../Magento_Review/web/css/source/_module.scss */
.review-list .review-title {
  margin-bottom: 1rem;
}
/* line 70, ../../Magento_Review/web/css/source/_module.scss */
.review-list .rating-summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 73, ../../Magento_Review/web/css/source/_module.scss */
.review-list .rating-label {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  padding: 6px 0;
}
/* line 77, ../../Magento_Review/web/css/source/_module.scss */
.review-list .rating-result {
  display: inline-block;
}
/* line 82, ../../Magento_Review/web/css/source/_module.scss */
.review-list .review-details {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 84, ../../Magento_Review/web/css/source/_module.scss */
.review-list .review-details p {
  width: 50%;
  margin: 0;
}
/* line 89, ../../Magento_Review/web/css/source/_module.scss */
.review-list .review-author {
  text-align: left;
}
/* line 92, ../../Magento_Review/web/css/source/_module.scss */
.review-list .review-date {
  text-align: right;
}
/* line 97, ../../Magento_Review/web/css/source/_module.scss */
.review-list .review-details-value {
  display: inline-block;
}

@media (min-width: 768px) {
  /* line 104, ../../Magento_Review/web/css/source/_module.scss */
  .review-list .rating-label {
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    max-width: 10%;
  }
}
/* line 117, ../../Magento_Review/web/css/source/_module.scss */
.review-add .review-legend span {
  display: inline-block;
  margin-right: 1rem;
}

/* line 126, ../../Magento_Review/web/css/source/_module.scss */
.review-fieldset .review-legend {
  font-size: 12px;
  padding: 37px 0 7px;
  margin: 0;
}
/* line 130, ../../Magento_Review/web/css/source/_module.scss */
.review-fieldset .review-legend span {
  font-weight: normal;
}
/* line 133, ../../Magento_Review/web/css/source/_module.scss */
.review-fieldset .review-legend strong {
  font-weight: normal;
}
/* line 137, ../../Magento_Review/web/css/source/_module.scss */
.review-fieldset .label {
  font-weight: normal;
}
/* line 140, ../../Magento_Review/web/css/source/_module.scss */
.review-fieldset .control .nested {
  margin-top: 0;
}

/* line 149, ../../Magento_Review/web/css/source/_module.scss */
.review-field-rating > label.label {
  min-width: 43px;
  padding: 0;
  margin-right: 5px;
  font-weight: 300;
}

/* line 157, ../../Magento_Review/web/css/source/_module.scss */
.control .nested .field.review-field-rating {
  margin-bottom: 7px;
}
/* line 159, ../../Magento_Review/web/css/source/_module.scss */
.control .nested .field.review-field-rating:last-child {
  margin-bottom: 0;
}

/* line 165, ../../Magento_Review/web/css/source/_module.scss */
.control.review-control-vote {
  display: inline-block;
}
/* line 167, ../../Magento_Review/web/css/source/_module.scss */
.control.review-control-vote label[class^='rating-'] {
  display: inline-block;
  cursor: pointer;
  margin-right: -3px;
  padding: 0;
  font-weight: normal;
}
/* line 174, ../../Magento_Review/web/css/source/_module.scss */
.control.review-control-vote label[class^='rating-'] .rating-star {
  display: inline-block;
  font-size: 19px;
  line-height: 1;
}
/* line 178, ../../Magento_Review/web/css/source/_module.scss */
.control.review-control-vote label[class^='rating-'] .rating-star:before {
  font-family: "Linearicons";
  content: "\e68d";
}
/* line 185, ../../Magento_Review/web/css/source/_module.scss */
.control.review-control-vote label[class^='rating-'].fill .rating-star {
  color: #fd8f00;
}
/* line 190, ../../Magento_Review/web/css/source/_module.scss */
.control.review-control-vote .radio {
  visibility: hidden;
}

/* line 195, ../../Magento_Review/web/css/source/_module.scss */
.form-review-product-pages {
  padding-top: 5px;
}
/* line 197, ../../Magento_Review/web/css/source/_module.scss */
.form-review-product-pages .field {
  margin-bottom: 30px;
}
/* line 200, ../../Magento_Review/web/css/source/_module.scss */
.form-review-product-pages .label {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  /* line 206, ../../Magento_Review/web/css/source/_module.scss */
  .form-review-product-pages .field {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 210, ../../Magento_Review/web/css/source/_module.scss */
  .form-review-product-pages .label {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-flex-basis: 11%;
    -ms-flex-preferred-size: 11%;
    flex-basis: 11%;
    max-width: 11%;
  }
}
@media (min-width: 992px) and (min-width: 1354px) {
  /* line 210, ../../Magento_Review/web/css/source/_module.scss */
  .form-review-product-pages .label {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 992px) {
  /* line 214, ../../Magento_Review/web/css/source/_module.scss */
  .form-review-product-pages .control {
    -webkit-flex-basis: 89%;
    -ms-flex-preferred-size: 89%;
    flex-basis: 89%;
    max-width: 89%;
  }
}

@media (min-width: 992px) {
  /* line 220, ../../Magento_Review/web/css/source/_module.scss */
  .review-form-actions,
  .review-field-ratings > .control {
    padding-left: 9.2%;
  }
}

/* line 228, ../../Magento_Review/web/css/source/_module.scss */
.table-wrapper.reviews {
  margin-bottom: 20px;
}

/**
 * Copyright © 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
/* line 6, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-attribute-label {
  font-weight: bold;
  position: relative;
}
/* line 9, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-attribute-label.required {
  padding-right: 10px;
}

/* line 14, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em;
}

/* line 24, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-attribute-selected-option {
  padding-left: 17px;
  display: none;
}

/* line 29, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option {
  min-width: 24px;
  max-width: 90px;
  min-height: 24px;
  float: left;
  margin: 0 7px 5px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #eae9e9;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s ease;
  font-weight: bold;
}
/* line 44, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option.text {
  background: #FFF;
  font-size: 15px;
  line-height: 20px;
  padding: 5px 12px;
  min-width: 22px;
  margin-right: 7px;
}
/* line 51, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option.text.selected {
  background-color: #FFF !important;
}
/* line 56, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option.color {
  min-height: 24px;
}
/* line 60, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option.selected, .swatch-option:not(.disabled):hover {
  border-color: #9f9b9b;
  background: #ffffff;
}
/* line 65, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option.selected {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
/* line 69, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option .disabled {
  cursor: default;
}
/* line 72, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option .disabled:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, white), color-stop(46%, white), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, white), color-stop(57%, white), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, white 43%, white 46%, #ff5216 47%, #ff5216 53%, white 54%, white 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}

/* line 90, ../../Magento_Swatches/web/css/source/_module.scss */
.clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

/* line 98, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: black;
}
/* line 103, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-attribute.size .swatch-option.selected,
.swatch-attribute.manufacturer .swatch-option.selected {
  color: black;
  background: #fff;
  border: 1px solid #fff;
}

/* line 110, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option-tooltip {
  visibility: hidden;
}
@media (min-width: 768px) {
  /* line 110, ../../Magento_Swatches/web/css/source/_module.scss */
  .swatch-option-tooltip {
    max-width: 140px;
    max-height: 100%;
    min-height: 20px;
    min-width: 40px;
    position: absolute;
    padding: 5px;
    background: #fff;
    color: #949494;
    border: 1px solid #adadad;
    display: none;
    visibility: visible;
    z-index: 999;
    text-align: center;
  }
}

/* line 132, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  position: absolute;
  bottom: 1px;
  height: 8px;
}
/* line 137, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option-tooltip .corner::after,
.swatch-option-tooltip-layered .corner::after {
  content: '';
  position: relative;
  top: 0px;
  left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #fff transparent transparent transparent;
  font-size: 1px;
}
/* line 150, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option-tooltip .corner::before,
.swatch-option-tooltip-layered .corner::before {
  content: '';
  position: relative;
  top: 2px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8.5px 0 8.5px;
  border-color: #adadad transparent transparent transparent;
  font-size: 1px;
}

@media (min-width: 768px) {
  /* line 166, ../../Magento_Swatches/web/css/source/_module.scss */
  .swatch-option-tooltip .image,
  .swatch-option-tooltip-layered .image {
    display: block;
    height: 130px;
    width: 130px;
    margin: 0 auto;
  }
}
/* line 175, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden;
}

/* line 185, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-opt {
  margin: 20px 0;
}

/* line 189, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1;
}

/* Layered Features */
/* line 198, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 204, ../../Magento_Swatches/web/css/source/_module.scss */
.sidebar .swatch-option-link-layered {
  position: static;
}

/* line 208, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px;
}

/* line 219, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}

/* line 224, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}

/* line 229, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block;
}

/* line 233, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-attribute-options .swatch-option-tooltip-layered .title {
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  color: #282828;
  text-align: center;
  margin-bottom: 10px;
}

/* line 244, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option-disabled:after {
  content: '';
  position: absolute;
  width: 42px;
  height: 2px;
  background: red;
  transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  z-index: 995;
  left: -4px;
  top: 10px;
}

/* line 260, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0;
}

/* Bugfix for Add To Cart button */
/* line 267, ../../Magento_Swatches/web/css/source/_module.scss */
div[class^="swatch-opt-"] {
  margin-bottom: 10px;
}

/* line 271, ../../Magento_Swatches/web/css/source/_module.scss */
.swatch-option-loading {
  content: url("../images/loader-2.gif");
}

/* line 278, ../../Magento_Swatches/web/css/source/_module.scss */
.products-grid .product-item .swatch-attribute-options,
.product-list .product-item .swatch-attribute-options,
.product-info-main .product-item .swatch-attribute-options {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  /* line 285, ../../Magento_Swatches/web/css/source/_module.scss */
  .products-grid.layout_2 .product-item .swatch-attribute-options,
  .product-list.layout_2 .product-item .swatch-attribute-options,
  .product-info-main.layout_2 .product-item .swatch-attribute-options {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

/* line 6, ../../Magento_Wishlist/web/css/source/_module.scss */
.block-wishlist .product-item {
  display: block;
  margin-bottom: 2rem;
}
/* line 11, ../../Magento_Wishlist/web/css/source/_module.scss */
.block-wishlist .product-item-photo {
  float: left;
  width: 75px;
}
/* line 15, ../../Magento_Wishlist/web/css/source/_module.scss */
.block-wishlist .product-item-name {
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 25px;
}
/* line 22, ../../Magento_Wishlist/web/css/source/_module.scss */
.block-wishlist .price-box {
  font-size: 18px;
}
/* line 25, ../../Magento_Wishlist/web/css/source/_module.scss */
.block-wishlist .product-item-details {
  overflow: hidden;
  margin-left: 85px;
  position: relative;
  margin-top: 1rem;
}
/* line 31, ../../Magento_Wishlist/web/css/source/_module.scss */
.block-wishlist .product-item-actions {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}
/* line 35, ../../Magento_Wishlist/web/css/source/_module.scss */
.block-wishlist .product-item-actions .actions-primary {
  margin: 0;
}
/* line 42, ../../Magento_Wishlist/web/css/source/_module.scss */
.block-wishlist .empty {
  margin-top: 1rem;
}
/* line 46, ../../Magento_Wishlist/web/css/source/_module.scss */
.block-wishlist .actions-secondary {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 51, ../../Magento_Wishlist/web/css/source/_module.scss */
.block-wishlist .actions-secondary .btn-remove {
  background-color: transparent;
  padding: 0;
}
/* line 54, ../../Magento_Wishlist/web/css/source/_module.scss */
.block-wishlist .actions-secondary .btn-remove:hover {
  background-color: transparent;
}
/* line 58, ../../Magento_Wishlist/web/css/source/_module.scss */
.block-wishlist .actions-secondary .btn-remove:before {
  font-size: 14px;
  float: right;
}
@media (max-width: 991px) {
  /* line 65, ../../Magento_Wishlist/web/css/source/_module.scss */
  .block-wishlist .product-item-details {
    clear: left;
    margin: 0;
  }
}

/* line 77, ../../Magento_Wishlist/web/css/source/_module.scss */
.form-wishlist-items .actions-toolbar {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 79, ../../Magento_Wishlist/web/css/source/_module.scss */
.form-wishlist-items .actions-toolbar > .primary {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
/* line 82, ../../Magento_Wishlist/web/css/source/_module.scss */
.form-wishlist-items .actions-toolbar > .secondary {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
/* line 86, ../../Magento_Wishlist/web/css/source/_module.scss */
.form-wishlist-items .actions-toolbar {
  border: 1px solid #eae9e9;
  margin: 20px 0 0;
  padding: 10px;
}
/* line 90, ../../Magento_Wishlist/web/css/source/_module.scss */
.form-wishlist-items .actions-toolbar .action {
  margin: 0.25rem;
}
@media (max-width: 991px) {
  /* line 86, ../../Magento_Wishlist/web/css/source/_module.scss */
  .form-wishlist-items .actions-toolbar {
    display: block;
  }
  /* line 95, ../../Magento_Wishlist/web/css/source/_module.scss */
  .form-wishlist-items .actions-toolbar .action {
    width: 100%;
    text-align: center;
  }
}

/* line 106, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist .product-item-name {
  display: block;
}
/* line 161, source/_mixins.scss */
.products-grid.wishlist .product-item-info:before, .products-grid.wishlist .product-item-info:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.products-grid.wishlist .product-item-info:after {
  clear: both;
}
/* line 112, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist .product-item-inner {
  float: none;
  display: block;
}
/* line 116, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist .price-box {
  margin-bottom: 20px;
}
/* line 118, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist .price-box .price-as-configured {
  margin-bottom: .5rem;
}
/* line 122, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist .price {
  font-size: 24px;
}
/* line 125, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist .field {
  margin-bottom: 20px;
}
/* line 127, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist .field label.label {
  display: none;
}
/* line 131, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist textarea {
  min-height: 110px;
}
/* line 134, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist .box-tocart {
  margin-bottom: 25px;
}
/* line 161, source/_mixins.scss */
.products-grid.wishlist .box-tocart > .fieldset:before, .products-grid.wishlist .box-tocart > .fieldset:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.products-grid.wishlist .box-tocart > .fieldset:after {
  clear: both;
}
/* line 140, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist .box-tocart .field.qty {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 142, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist .box-tocart .field.qty .label {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0;
  margin-right: .5rem;
}
/* line 148, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist .box-tocart .field.qty input.qty {
  width: 4rem;
  padding: .4rem .5rem .4rem 1rem;
}
/* line 154, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist .box-tocart button.tocart span:before {
  font-family: "Linearicons";
  content: "\e74d";
  font-size: 161%;
  padding-right: 8px;
  line-height: 0;
  vertical-align: sub;
  font-weight: normal;
}
/* line 165, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist .product-item-actions {
  display: block;
  margin: 0;
}
/* line 168, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist .product-item-actions .actions-primary {
  margin: 0;
}
/* line 172, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist a.action.delete,
.products-grid.wishlist a.action.edit {
  padding: 0;
  font-size: 22px;
  margin-right: 20px;
}
/* line 177, ../../Magento_Wishlist/web/css/source/_module.scss */
.products-grid.wishlist a.action.delete:hover,
.products-grid.wishlist a.action.edit:hover {
  background: none;
}

/* line 186, ../../Magento_Wishlist/web/css/source/_module.scss */
.grid-left-fixed .block-wishlist .product-item-photo {
  float: none;
}
/* line 189, ../../Magento_Wishlist/web/css/source/_module.scss */
.grid-left-fixed .block-wishlist .product-item-details {
  margin-left: auto;
}

/* Bundle */
/* line 8, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-bundle .price-box,
.modal-popup.quick-view .price-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 20px;
  font-weight: 700;
}
/* line 13, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-bundle .price-box .price-from,
.modal-popup.quick-view .price-box .price-from {
  padding-right: .3em;
}
/* line 15, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-bundle .price-box .price-from:after,
.modal-popup.quick-view .price-box .price-from:after {
  content: '-';
}
/* line 21, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-bundle .layout_3 .price-box,
.modal-popup.quick-view .layout_3 .price-box {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* line 26, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-bundle .bundle-actions,
.modal-popup.quick-view .bundle-actions {
  padding-top: 2.65vw;
  border-top: 1px solid #eae9e9;
}
/* line 30, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-bundle .box-tocart .primary,
.modal-popup.quick-view .box-tocart .primary {
  min-width: 250px;
}
/* line 33, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-bundle .product-social-links,
.modal-popup.quick-view .product-social-links {
  padding-bottom: 2.65vw;
  border-bottom: 1px solid #eae9e9;
}
/* line 38, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-bundle button.back.customization,
.modal-popup.quick-view button.back.customization {
  margin-bottom: 24px;
  color: #000;
  text-decoration: underline;
}
/* line 42, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-bundle button.back.customization:hover,
.modal-popup.quick-view button.back.customization:hover {
  text-decoration: none;
}
/* line 46, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-bundle #bundle-slide,
.modal-popup.quick-view #bundle-slide {
  margin-bottom: 16px;
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
/* line 30, source/_mixins.scss */
.page-product-bundle #bundle-slide:hover,
.modal-popup.quick-view #bundle-slide:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.page-product-bundle #bundle-slide span,
.modal-popup.quick-view #bundle-slide span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 46, ../../Magento_Bundle/web/css/source/_module.scss */
  .page-product-bundle #bundle-slide,
  .modal-popup.quick-view #bundle-slide {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 46, ../../Magento_Bundle/web/css/source/_module.scss */
  .page-product-bundle #bundle-slide,
  .modal-popup.quick-view #bundle-slide {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 51, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-bundle .bundle-options-wrapper .fieldset-bundle-options__wrapper .field.option,
.modal-popup.quick-view .bundle-options-wrapper .fieldset-bundle-options__wrapper .field.option {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
/* line 56, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-bundle .product-options-wrapper .field,
.modal-popup.quick-view .product-options-wrapper .field {
  display: block;
}
/* line 59, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-bundle .product-options-wrapper .qty-holder .label,
.modal-popup.quick-view .product-options-wrapper .qty-holder .label {
  font-weight: bold;
}
/* line 62, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-bundle .product-options-wrapper .label,
.modal-popup.quick-view .product-options-wrapper .label {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

/* line 68, ../../Magento_Bundle/web/css/source/_module.scss */
.bundle-options-wrapper .legend,
.block-bundle-summary > .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #32d0b1;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  /* line 81, ../../Magento_Bundle/web/css/source/_module.scss */
  .bundle-options-container .product-add-form > form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  /* line 86, ../../Magento_Bundle/web/css/source/_module.scss */
  .bundle-options-container .product-add-form > form .bundle-options-wrapper {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%;
  }
  /* line 89, ../../Magento_Bundle/web/css/source/_module.scss */
  .bundle-options-container .product-add-form > form .block-bundle-summary {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
  }
}
/* line 94, ../../Magento_Bundle/web/css/source/_module.scss */
.bundle-options-container .product-add-form > form .block-bundle-summary {
  border: 1px solid #eae9e9;
  padding: 15px;
}

/* line 100, ../../Magento_Bundle/web/css/source/_module.scss */
.bundle-options-container {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 32px;
  order: 3;
  width: 100%;
}
@media (min-width: 1354px) {
  /* line 100, ../../Magento_Bundle/web/css/source/_module.scss */
  .bundle-options-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 105, ../../Magento_Bundle/web/css/source/_module.scss */
.bundle-options-container .product-add-form {
  display: none;
}

/* line 115, ../../Magento_Bundle/web/css/source/_module.scss */
.block-bundle-summary .product-image-container {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 32px;
}
/* line 120, ../../Magento_Bundle/web/css/source/_module.scss */
.block-bundle-summary .product-image-wrapper {
  background: #ffffff;
  display: block;
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
/* line 128, ../../Magento_Bundle/web/css/source/_module.scss */
.block-bundle-summary .product-image-wrapper img {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
/* line 141, ../../Magento_Bundle/web/css/source/_module.scss */
.block-bundle-summary .product.name {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 22px;
}
/* line 149, ../../Magento_Bundle/web/css/source/_module.scss */
.block-bundle-summary .product-details .price-box {
  margin-bottom: 0;
}
/* line 153, ../../Magento_Bundle/web/css/source/_module.scss */
.block-bundle-summary .stock {
  margin-bottom: 20px;
}
/* line 157, ../../Magento_Bundle/web/css/source/_module.scss */
.block-bundle-summary .bundle-summary {
  margin-bottom: 24px;
}
/* line 160, ../../Magento_Bundle/web/css/source/_module.scss */
.block-bundle-summary .bundle-summary .subtitle {
  font-size: 18px;
  height: 20px;
  font-weight: 700;
  color: #32d0b1;
  display: inline-block;
  margin-bottom: 8px;
}
/* line 169, ../../Magento_Bundle/web/css/source/_module.scss */
.block-bundle-summary .bundle-summary .items li {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 8px;
  margin-bottom: 7px;
}
/* line 173, ../../Magento_Bundle/web/css/source/_module.scss */
.block-bundle-summary .bundle-summary .items li:last-child {
  border-bottom: 0;
}
/* line 177, ../../Magento_Bundle/web/css/source/_module.scss */
.block-bundle-summary .bundle-summary .items li .label {
  font-weight: 700;
  font-size: 13px;
  margin-right: 8px;
}

/* line 188, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-grouped .table-wrapper.grouped,
.modal-popup.quick-view .table-wrapper.grouped {
  margin-bottom: 25px;
}
/* line 190, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-grouped .table-wrapper.grouped .table-caption,
.modal-popup.quick-view .table-wrapper.grouped .table-caption {
  text-align: left;
  margin-bottom: 10px;
}
/* line 194, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-grouped .table-wrapper.grouped .price-box,
.modal-popup.quick-view .table-wrapper.grouped .price-box {
  margin-bottom: 0;
}

/* line 202, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-downloadable .items.samples,
.modal-popup.quick-view .items.samples {
  margin-bottom: 20px;
}
/* line 204, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-downloadable .items.samples a,
.modal-popup.quick-view .items.samples a {
  text-decoration: underline;
}
/* line 206, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-downloadable .items.samples a:hover,
.modal-popup.quick-view .items.samples a:hover {
  text-decoration: none;
}
/* line 211, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-downloadable .downloads.downloads-no-separately,
.modal-popup.quick-view .downloads.downloads-no-separately {
  display: inline-block;
}
/* line 213, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-downloadable .downloads.downloads-no-separately .label,
.modal-popup.quick-view .downloads.downloads-no-separately .label {
  -webkit-flex-basis: inherit;
  -ms-flex-preferred-size: inherit;
  flex-basis: inherit;
  max-width: inherit;
}
/* line 217, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-downloadable .product-social-links,
.modal-popup.quick-view .product-social-links {
  margin-top: 25px;
}
/* line 220, ../../Magento_Bundle/web/css/source/_module.scss */
.page-product-downloadable .links-title,
.modal-popup.quick-view .links-title {
  display: none;
}

/**
 *
 */
/* line 6, ../../Magento_ProductVideo/web/css/source/_module.scss */
.fotorama-video-container:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom right;
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}
/* line 18, ../../Magento_ProductVideo/web/css/source/_module.scss */
.fotorama-video-container .magnify-lens {
  display: none !important;
}
/* line 23, ../../Magento_ProductVideo/web/css/source/_module.scss */
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6;
}
/* line 26, ../../Magento_ProductVideo/web/css/source/_module.scss */
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25);
}

/* line 33, ../../Magento_ProductVideo/web/css/source/_module.scss */
.video-thumb-icon:after {
  background: url(../Magento_ProductVideo/img/gallery-sprite.png) bottom left;
  bottom: 0;
  content: '';
  height: 40px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 49px;
}

/* line 46, ../../Magento_ProductVideo/web/css/source/_module.scss */
.product-video {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* line 55, ../../Magento_ProductVideo/web/css/source/_module.scss */
.product-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/* line 67, ../../Magento_ProductVideo/web/css/source/_module.scss */
.fotorama__arr.hidden-video {
  z-index: -1 !important;
}

/* line 71, ../../Magento_ProductVideo/web/css/source/_module.scss */
.fotorama__video-close {
  bottom: 89%;
  top: auto;
}

/* line 76, ../../Magento_ProductVideo/web/css/source/_module.scss */
.fotorama__stage__shaft:focus .fotorama__stage__frame.fotorama__active:after {
  bottom: 0;
  content: '';
  height: 100px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 12px;
  width: 100px;
}

/* line 6, ../../Magento_Sales/web/css/source/_module.scss */
.page-title-wrapper .order-status {
  font-size: 14px;
  display: block;
  text-align: right;
  font-weight: 600;
}
/* line 12, ../../Magento_Sales/web/css/source/_module.scss */
.page-title-wrapper .order-date {
  font-size: 12px;
  font-style: italic;
  text-align: right;
  margin-bottom: 5px;
}
/* line 18, ../../Magento_Sales/web/css/source/_module.scss */
.page-title-wrapper .order-actions-toolbar {
  display: block;
  padding-bottom: 15px;
}
/* line 21, ../../Magento_Sales/web/css/source/_module.scss */
.page-title-wrapper .order-actions-toolbar .actions {
  width: 100%;
  text-align: right;
}
/* line 24, ../../Magento_Sales/web/css/source/_module.scss */
.page-title-wrapper .order-actions-toolbar .actions .action {
  padding: 4px 12px;
  font-size: 12px;
  margin: 0 0 0 5px;
}

/* line 32, ../../Magento_Sales/web/css/source/_module.scss */
.block-dashboard-orders {
  margin-bottom: 55px;
}

/* line 36, ../../Magento_Sales/web/css/source/_module.scss */
.table-order-items caption {
  display: none;
}
/* line 40, ../../Magento_Sales/web/css/source/_module.scss */
.table-order-items tfoot th {
  text-align: right;
  font-weight: 600;
}
/* line 44, ../../Magento_Sales/web/css/source/_module.scss */
.table-order-items tfoot .grand_total .mark {
  font-size: 20px;
}

/* line 50, ../../Magento_Sales/web/css/source/_module.scss */
.order-links {
  font-size: 18px;
  margin-bottom: 30px;
}

/* line 57, ../../Magento_Sales/web/css/source/_module.scss */
.order-details-items {
  margin-bottom: 50px;
}
/* line 59, ../../Magento_Sales/web/css/source/_module.scss */
.order-details-items .order-title {
  display: none;
}

/* line 64, ../../Magento_Sales/web/css/source/_module.scss */
.block-order-details-view {
  padding: 20px 0 0;
  overflow: hidden;
}
/* line 69, ../../Magento_Sales/web/css/source/_module.scss */
.block-order-details-view .block-content .box.box-order-billing-address {
  clear: both;
}

/* line 161, source/_mixins.scss */
.order-products-toolbar:before, .order-products-toolbar:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.order-products-toolbar:after {
  clear: both;
}
/* line 79, ../../Magento_Sales/web/css/source/_module.scss */
.order-products-toolbar.bottom {
  padding-top: 30px;
}
/* line 82, ../../Magento_Sales/web/css/source/_module.scss */
.order-products-toolbar .field {
  margin-bottom: 0;
}
/* line 84, ../../Magento_Sales/web/css/source/_module.scss */
.order-products-toolbar .field .label {
  line-height: 36px;
}
/* line 88, ../../Magento_Sales/web/css/source/_module.scss */
.order-products-toolbar .pager {
  position: relative;
}

/* line 99, ../../Magento_Sales/web/css/source/_module.scss */
.sales-guest-form .page-title {
  text-align: left;
}
@media (min-width: 992px) {
  /* line 99, ../../Magento_Sales/web/css/source/_module.scss */
  .sales-guest-form .page-title {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
    margin-left: calc(16.66667% + 8px);
  }
}
/* line 107, ../../Magento_Sales/web/css/source/_module.scss */
.sales-guest-form .page-title span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
}

/* line 117, ../../Magento_Sales/web/css/source/_module.scss */
.form-orders-search legend.admin__legend {
  padding-bottom: 2em;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 2em;
  width: 100%;
  font-weight: 400;
}
/* line 125, ../../Magento_Sales/web/css/source/_module.scss */
.form-orders-search fieldset.fieldset > .field {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 131, ../../Magento_Sales/web/css/source/_module.scss */
.form-orders-search fieldset.fieldset > .field > .label {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
/* line 134, ../../Magento_Sales/web/css/source/_module.scss */
.form-orders-search fieldset.fieldset > .field > .label:after {
  content: ':';
}
@media (min-width: 992px) {
  /* line 131, ../../Magento_Sales/web/css/source/_module.scss */
  .form-orders-search fieldset.fieldset > .field > .label {
    -webkit-flex-basis: 130px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
    max-width: 130px;
  }
}
/* line 142, ../../Magento_Sales/web/css/source/_module.scss */
.form-orders-search fieldset.fieldset > .field > .control {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  /* line 142, ../../Magento_Sales/web/css/source/_module.scss */
  .form-orders-search fieldset.fieldset > .field > .control {
    -webkit-flex-basis: calc(100% - 130px);
    -ms-flex-preferred-size: calc(100% - 130px);
    flex-basis: calc(100% - 130px);
    max-width: calc(100% - 130px);
  }
}
/* line 151, ../../Magento_Sales/web/css/source/_module.scss */
.form-orders-search .actions-toolbar {
  padding-top: 1.5rem;
  border-top: 1px solid #eae9e9;
  margin-top: 1.5rem;
}

/* line 160, ../../Magento_Sales/web/css/source/_module.scss */
.page-print.sales-order-print .page-title-wrapper .container, .page-print.sales-order-print .page-title-wrapper #maincontent {
  position: relative;
}
/* line 163, ../../Magento_Sales/web/css/source/_module.scss */
.page-print.sales-order-print .page-title-wrapper .page-title {
  border-bottom: 2px solid #000;
  text-align: right;
  font-size: 26px;
  padding-bottom: 34px;
}
/* line 169, ../../Magento_Sales/web/css/source/_module.scss */
.page-print.sales-order-print .page-title-wrapper .logo {
  position: absolute;
  top: -9px;
}
/* line 173, ../../Magento_Sales/web/css/source/_module.scss */
.page-print.sales-order-print .page-title-wrapper .order-date,
.page-print.sales-order-print .page-title-wrapper .order-status {
  text-align: left;
}
/* line 177, ../../Magento_Sales/web/css/source/_module.scss */
.page-print.sales-order-print .page-title-wrapper .order-status {
  font-size: 26px;
  margin-bottom: 18px;
}
/* line 181, ../../Magento_Sales/web/css/source/_module.scss */
.page-print.sales-order-print .page-title-wrapper .order-date {
  margin-bottom: 45px;
}
/* line 185, ../../Magento_Sales/web/css/source/_module.scss */
.page-print.sales-order-print .actions-toolbar,
.page-print.sales-order-print .page-footer {
  display: none;
}

/******* Print *********/
@page {
  size: A4 landscape;
  margin: 0;
}
@media print {
  /* line 198, ../../Magento_Sales/web/css/source/_module.scss */
  html, body {
    width: 297mm;
    height: 210mm;
    margin: 0 auto;
  }

  /* line 203, ../../Magento_Sales/web/css/source/_module.scss */
  .header-switchers,
  .greet.welcome,
  .header.links,
  .block-search,
  .minicart-wrapper,
  .navigation,
  .page-footer,
  #page-preloader,
  #ls-icon {
    display: none;
  }

  /* line 214, ../../Magento_Sales/web/css/source/_module.scss */
  * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }

  /* line 221, ../../Magento_Sales/web/css/source/_module.scss */
  a,
  a:visited {
    text-decoration: underline !important;
  }

  /* line 225, ../../Magento_Sales/web/css/source/_module.scss */
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }

  /* line 230, ../../Magento_Sales/web/css/source/_module.scss */
  thead {
    display: table-header-group;
  }

  /* line 233, ../../Magento_Sales/web/css/source/_module.scss */
  .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }

  /* line 237, ../../Magento_Sales/web/css/source/_module.scss */
  .table-wrapper table td {
    width: auto;
  }

  /* line 240, ../../Magento_Sales/web/css/source/_module.scss */
  .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }

  /* line 243, ../../Magento_Sales/web/css/source/_module.scss */
  .box,
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 248, ../../Magento_Sales/web/css/source/_module.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 1cm;
  }
  /* line 254, ../../Magento_Sales/web/css/source/_module.scss */
  .block-content,
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 261, ../../Magento_Sales/web/css/source/_module.scss */
  .block-content {
    page-break-before: avoid;
  }

  /* line 264, ../../Magento_Sales/web/css/source/_module.scss */
  .block-title,
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 269, ../../Magento_Sales/web/css/source/_module.scss */
  .nav-toggle {
    display: none !important;
  }

  /* line 272, ../../Magento_Sales/web/css/source/_module.scss */
  .sidebar,
  .nav-sections,
  .header.content > *[class],
  .panel.wrapper > *[class],
  .footer.content > *[class],
  .header-info,
  .panel-container-wrap,
  .header-bottom-wrap {
    display: none;
  }

  /* line 283, ../../Magento_Sales/web/css/source/_module.scss */
  .catalog-product-view .product-options-wrapper .label:not(.admin__field-label) {
    float: left;
  }

  /* line 286, ../../Magento_Sales/web/css/source/_module.scss */
  .breadcrumbs {
    margin: 0 auto;
    text-align: left;
    padding-right: 20px;
  }

  /* line 291, ../../Magento_Sales/web/css/source/_module.scss */
  .product.media .fotorama-item .fotorama__stage__frame {
    text-align: right;
  }

  /* line 294, ../../Magento_Sales/web/css/source/_module.scss */
  .product.media .fotorama-item .fotorama__stage__frame .fotorama__img {
    left: 0 !important;
    top: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 300, ../../Magento_Sales/web/css/source/_module.scss */
  .fotorama__wrap .fotorama__grab {
    width: 100% !important;
  }

  /* line 303, ../../Magento_Sales/web/css/source/_module.scss */
  .page-main {
    padding-top: 0;
  }

  /* line 306, ../../Magento_Sales/web/css/source/_module.scss */
  .block.upsell .block-title,
  .block.related .block-title,
  .block.crosssell .block-title {
    font-size: 26px;
    margin-bottom: 10px;
  }

  /* line 312, ../../Magento_Sales/web/css/source/_module.scss */
  .block.related {
    margin-bottom: 0;
    padding-bottom: 15px;
    border: 0;
  }

  /* line 317, ../../Magento_Sales/web/css/source/_module.scss */
  .catalog-product-view .owl-carousel .owl-item {
    width: 240px !important;
  }

  /* line 320, ../../Magento_Sales/web/css/source/_module.scss */
  .catalog-product-view .owl-controls {
    display: none !important;
  }

  /* line 323, ../../Magento_Sales/web/css/source/_module.scss */
  .catalog-product-view .page-header__content {
    padding-bottom: 0;
  }

  /* line 326, ../../Magento_Sales/web/css/source/_module.scss */
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
  }

  /* line 329, ../../Magento_Sales/web/css/source/_module.scss */
  .catalog-product-view .product.info {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media print {
  /* line 340, ../../Magento_Sales/web/css/source/_module.scss */
  .sales-order-view .column.main,
  .sales-order-print .column.main {
    page-break-before: avoid;
    page-break-after: always;
  }
  /* line 345, ../../Magento_Sales/web/css/source/_module.scss */
  .sales-order-view .sidebar,
  .sales-order-view .order-actions-toolbar,
  .sales-order-view .actions-toolbar a.back,
  .sales-order-view .sm-header-nav-wrap,
  .sales-order-view .sm-header-panel-canvas,
  .sales-order-view .page-header__panel,
  .sales-order-view .header-info,
  .sales-order-view .header-bottom-wrap,
  .sales-order-view .copyright,
  .sales-order-print .sidebar,
  .sales-order-print .order-actions-toolbar,
  .sales-order-print .actions-toolbar a.back,
  .sales-order-print .sm-header-nav-wrap,
  .sales-order-print .sm-header-panel-canvas,
  .sales-order-print .page-header__panel,
  .sales-order-print .header-info,
  .sales-order-print .header-bottom-wrap,
  .sales-order-print .copyright {
    display: none;
  }
  /* line 357, ../../Magento_Sales/web/css/source/_module.scss */
  .sales-order-view #maincontent,
  .sales-order-print #maincontent {
    padding-top: 0;
    box-shadow: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
  }
  /* line 365, ../../Magento_Sales/web/css/source/_module.scss */
  .sales-order-view .page-header,
  .sales-order-print .page-header {
    height: auto !important;
  }
  /* line 369, ../../Magento_Sales/web/css/source/_module.scss */
  .sales-order-view .page-title-wrapper .page-title,
  .sales-order-print .page-title-wrapper .page-title {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  /* line 374, ../../Magento_Sales/web/css/source/_module.scss */
  .sales-order-view .order-details-items,
  .sales-order-print .order-details-items {
    margin-bottom: 0;
  }
  /* line 380, ../../Magento_Sales/web/css/source/_module.scss */
  .sales-order-view.page-layout-2columns-left .grid-left,
  .sales-order-view.page-layout-2columns-left .grid-right, .sales-order-view.page-layout-2columns-right .grid-left,
  .sales-order-view.page-layout-2columns-right .grid-right,
  .sales-order-print.page-layout-2columns-left .grid-left,
  .sales-order-print.page-layout-2columns-left .grid-right,
  .sales-order-print.page-layout-2columns-right .grid-left,
  .sales-order-print.page-layout-2columns-right .grid-right {
    display: none;
  }
  /* line 385, ../../Magento_Sales/web/css/source/_module.scss */
  .sales-order-view.page-layout-2columns-left .grid-main, .sales-order-view.page-layout-2columns-right .grid-main,
  .sales-order-print.page-layout-2columns-left .grid-main,
  .sales-order-print.page-layout-2columns-right .grid-main {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 391, ../../Magento_Sales/web/css/source/_module.scss */
  .sales-order-view .block-order-details-view .col-md-6,
  .sales-order-print .block-order-details-view .col-md-6 {
    -webkit-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
    width: 50% !important;
  }
}
/* line 399, ../../Magento_Sales/web/css/source/_module.scss */
.sales-order-print {
  text-align: center;
}
/* line 402, ../../Magento_Sales/web/css/source/_module.scss */
.sales-order-print .logo {
  display: inline-block;
  margin-bottom: 32px;
}
/* line 407, ../../Magento_Sales/web/css/source/_module.scss */
.sales-order-print .columns {
  text-align: left;
}
/* line 411, ../../Magento_Sales/web/css/source/_module.scss */
.sales-order-print .page-title {
  margin-bottom: 16px;
}
/* line 414, ../../Magento_Sales/web/css/source/_module.scss */
.sales-order-print .order-status {
  display: inline-block;
  font-size: 16px;
  width: 100%;
  margin-bottom: 8px;
}
/* line 420, ../../Magento_Sales/web/css/source/_module.scss */
.sales-order-print .order-date {
  display: inline-block;
  font-size: 16px;
  font-style: italic;
}

/* line 428, ../../Magento_Sales/web/css/source/_module.scss */
.page-print.sales-order-print #maincontent {
  margin-top: 3rem;
}
/* line 433, ../../Magento_Sales/web/css/source/_module.scss */
.page-print.sales-order-print .actions-toolbar,
.page-print.sales-order-print .page-footer {
  display: none;
}

/******* Print End ****/
/* line 4, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_1 .block-newsletter,
.layout_2 .block-newsletter,
.layout_5 .block-newsletter {
  padding: 30px 0 40px;
  margin-bottom: 94px;
}
/* line 7, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_1 .block-newsletter .content,
.layout_2 .block-newsletter .content,
.layout_5 .block-newsletter .content {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 1354px) {
  /* line 7, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_1 .block-newsletter .content,
  .layout_2 .block-newsletter .content,
  .layout_5 .block-newsletter .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 11, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_1 .block-newsletter .heading-4 strong, .layout_1 .block-newsletter .filter-current .filter-current-subtitle strong, .filter-current .layout_1 .block-newsletter .filter-current-subtitle strong, .layout_1 .block-newsletter .opc-block-shipping-information .shipping-information-title strong, .opc-block-shipping-information .layout_1 .block-newsletter .shipping-information-title strong, .layout_1 .block-newsletter .review-list .review-title strong, .review-list .layout_1 .block-newsletter .review-title strong, .layout_1 .block-newsletter .review-add .review-legend strong, .review-add .layout_1 .block-newsletter .review-legend strong,
.layout_2 .block-newsletter .heading-4 strong,
.layout_2 .block-newsletter .filter-current .filter-current-subtitle strong,
.filter-current .layout_2 .block-newsletter .filter-current-subtitle strong,
.layout_2 .block-newsletter .opc-block-shipping-information .shipping-information-title strong,
.opc-block-shipping-information .layout_2 .block-newsletter .shipping-information-title strong,
.layout_2 .block-newsletter .review-list .review-title strong,
.review-list .layout_2 .block-newsletter .review-title strong,
.layout_2 .block-newsletter .review-add .review-legend strong,
.review-add .layout_2 .block-newsletter .review-legend strong,
.layout_5 .block-newsletter .heading-4 strong,
.layout_5 .block-newsletter .filter-current .filter-current-subtitle strong,
.filter-current .layout_5 .block-newsletter .filter-current-subtitle strong,
.layout_5 .block-newsletter .opc-block-shipping-information .shipping-information-title strong,
.opc-block-shipping-information .layout_5 .block-newsletter .shipping-information-title strong,
.layout_5 .block-newsletter .review-list .review-title strong,
.review-list .layout_5 .block-newsletter .review-title strong,
.layout_5 .block-newsletter .review-add .review-legend strong,
.review-add .layout_5 .block-newsletter .review-legend strong {
  font-weight: 600;
}
/* line 14, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_1 .block-newsletter .title,
.layout_2 .block-newsletter .title,
.layout_5 .block-newsletter .title {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 35px;
  line-height: 1;
  color: #FFF;
  margin-bottom: 30px;
}
@media (min-width: 1354px) {
  /* line 14, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_1 .block-newsletter .title,
  .layout_2 .block-newsletter .title,
  .layout_5 .block-newsletter .title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 20, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_1 .block-newsletter .title strong,
.layout_2 .block-newsletter .title strong,
.layout_5 .block-newsletter .title strong {
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
/* line 25, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_1 .block-newsletter .title span,
.layout_2 .block-newsletter .title span,
.layout_5 .block-newsletter .title span {
  display: block;
  font-size: 18px;
}
/* line 31, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_1 .block-newsletter .control:before,
.layout_2 .block-newsletter .control:before,
.layout_5 .block-newsletter .control:before {
  font-family: "Linearicons";
  content: "\e696";
  font-size: 22px;
  position: absolute;
  left: 15px;
  top: 11px;
  color: #fff;
}
/* line 41, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_1 .block-newsletter #newsletter,
.layout_2 .block-newsletter #newsletter,
.layout_5 .block-newsletter #newsletter {
  border: 1px solid #fff;
  background: none;
  font-size: 12px;
  color: #fff;
  padding-left: 50px;
  padding-top: 8px;
}
/* line 48, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_1 .block-newsletter #newsletter::-webkit-input-placeholder,
.layout_2 .block-newsletter #newsletter::-webkit-input-placeholder,
.layout_5 .block-newsletter #newsletter::-webkit-input-placeholder {
  color: #fff;
}
/* line 51, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_1 .block-newsletter #newsletter.mage-error,
.layout_2 .block-newsletter #newsletter.mage-error,
.layout_5 .block-newsletter #newsletter.mage-error {
  border-color: rgba(255, 0, 0, 0.3);
}
/* line 55, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_1 .block-newsletter .newsletter,
.layout_2 .block-newsletter .newsletter,
.layout_5 .block-newsletter .newsletter {
  position: relative;
  padding-right: 128px;
  margin-bottom: 0;
}
/* line 60, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_1 .block-newsletter .check_privacy_field,
.layout_2 .block-newsletter .check_privacy_field,
.layout_5 .block-newsletter .check_privacy_field {
  color: #fff;
}
/* line 63, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_1 .block-newsletter .primary.subscribe,
.layout_2 .block-newsletter .primary.subscribe,
.layout_5 .block-newsletter .primary.subscribe {
  border: 2px solid #FFF;
  padding: 0 5px;
  line-height: 46px;
  min-width: 118px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
/* line 73, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_1 .block-newsletter #newsletter-error,
.layout_2 .block-newsletter #newsletter-error,
.layout_5 .block-newsletter #newsletter-error {
  position: absolute;
}
@media (min-width: 768px) {
  /* line 4, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_1 .block-newsletter,
  .layout_2 .block-newsletter,
  .layout_5 .block-newsletter {
    margin-top: -100px;
    padding: 90px 0 98px;
  }
  /* line 80, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_1 .block-newsletter .row,
  .layout_2 .block-newsletter .row,
  .layout_5 .block-newsletter .row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 992px) {
  /* line 85, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_1 .block-newsletter .content,
  .layout_2 .block-newsletter .content,
  .layout_5 .block-newsletter .content {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 88, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_1 .block-newsletter .title,
  .layout_2 .block-newsletter .title,
  .layout_5 .block-newsletter .title {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* line 94, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_1 .block-newsletter .content,
  .layout_2 .block-newsletter .content,
  .layout_5 .block-newsletter .content {
    -webkit-flex-basis: 42%;
    -ms-flex-preferred-size: 42%;
    flex-basis: 42%;
    max-width: 42%;
  }
  /* line 97, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_1 .block-newsletter .title,
  .layout_2 .block-newsletter .title,
  .layout_5 .block-newsletter .title {
    -webkit-flex-basis: 58%;
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%;
    max-width: 58%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 103, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_1 .block-newsletter .title,
  .layout_2 .block-newsletter .title,
  .layout_5 .block-newsletter .title {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  /* line 109, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_1 .block-newsletter .newsletter,
  .layout_2 .block-newsletter .newsletter,
  .layout_5 .block-newsletter .newsletter {
    padding-right: 0;
  }
  /* line 112, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_1 .block-newsletter .primary.subscribe,
  .layout_2 .block-newsletter .primary.subscribe,
  .layout_5 .block-newsletter .primary.subscribe {
    position: relative;
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 4, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_1 .block-newsletter,
  .layout_2 .block-newsletter,
  .layout_5 .block-newsletter {
    margin-bottom: 40px;
  }
  /* line 120, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_1 .block-newsletter .title,
  .layout_2 .block-newsletter .title,
  .layout_5 .block-newsletter .title {
    font-size: 20px;
    text-align: center;
  }
  /* line 123, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_1 .block-newsletter .title span,
  .layout_2 .block-newsletter .title span,
  .layout_5 .block-newsletter .title span {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (min-width: 768px) {
  /* line 132, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_1 .block-googlemap + .block-newsletter,
  .layout_2 .block-googlemap + .block-newsletter,
  .layout_5 .block-googlemap + .block-newsletter {
    margin-top: 0;
  }
}

/* line 140, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_5 .block-newsletter .primary.subscribe {
  background: none;
}
/* line 143, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_5 .block-newsletter #newsletter {
  background: #fff;
}
/* line 145, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_5 .block-newsletter #newsletter::-webkit-input-placeholder {
  color: inherit;
}

/* line 152, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_3 .block-newsletter {
  padding: 30px 0 40px;
}
@media (min-width: 768px) {
  /* line 152, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_3 .block-newsletter {
    border-bottom: 1px solid #eae9e9;
  }
}
/* line 159, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_3 .block-newsletter .content {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1354px) {
  /* line 159, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_3 .block-newsletter .content {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 161, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_3 .block-newsletter .content .form.subscribe {
  display: block;
  max-width: 546px;
  margin: 0 auto;
}
/* line 167, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_3 .block-newsletter .heading-4 strong, .layout_3 .block-newsletter .filter-current .filter-current-subtitle strong, .filter-current .layout_3 .block-newsletter .filter-current-subtitle strong, .layout_3 .block-newsletter .opc-block-shipping-information .shipping-information-title strong, .opc-block-shipping-information .layout_3 .block-newsletter .shipping-information-title strong, .layout_3 .block-newsletter .review-list .review-title strong, .review-list .layout_3 .block-newsletter .review-title strong, .layout_3 .block-newsletter .review-add .review-legend strong, .review-add .layout_3 .block-newsletter .review-legend strong {
  font-weight: 600;
}
/* line 170, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_3 .block-newsletter .title {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 45px;
}
@media (min-width: 1354px) {
  /* line 170, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_3 .block-newsletter .title {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 768px) {
  /* line 170, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_3 .block-newsletter .title {
    text-align: center;
  }
}
/* line 178, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_3 .block-newsletter .title strong {
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
/* line 183, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_3 .block-newsletter .title span {
  display: block;
  font-size: 18px;
}
/* line 189, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_3 .block-newsletter .control:before {
  font-family: "Linearicons";
  content: "\e71e";
  font-size: 22px;
  position: absolute;
  left: 22px;
  top: 12px;
}
/* line 198, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_3 .block-newsletter #newsletter {
  font-size: 12px;
  padding-left: 54px;
  padding-top: 8px;
}
/* line 204, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_3 .block-newsletter #newsletter.mage-error {
  border-color: rgba(255, 0, 0, 0.3);
}
/* line 208, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_3 .block-newsletter .newsletter {
  position: relative;
  padding-right: 128px;
  margin-bottom: 0;
}
/* line 213, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_3 .block-newsletter .primary.subscribe {
  padding: 4px 5px 0;
  line-height: 41px;
  min-width: 118px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid;
  background: none;
  text-transform: uppercase;
  font-weight: 500;
}
/* line 225, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_3 .block-newsletter .primary.subscribe:hover {
  color: #fff;
}
/* line 229, ../../Magento_Newsletter/web/css/source/_module.scss */
.layout_3 .block-newsletter #newsletter-error {
  position: absolute;
}
@media (min-width: 768px) {
  /* line 152, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_3 .block-newsletter {
    margin-top: -100px;
    padding: 90px 0 98px;
  }
  /* line 236, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_3 .block-newsletter .row {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 239, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_3 .block-newsletter .content {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 242, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_3 .block-newsletter .title {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (max-width: 479px) {
  /* line 247, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_3 .block-newsletter .newsletter {
    padding-right: 0;
  }
  /* line 250, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_3 .block-newsletter .primary.subscribe {
    position: relative;
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 152, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_3 .block-newsletter {
    margin-bottom: 40px;
  }
  /* line 258, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_3 .block-newsletter .title {
    text-align: center;
    font-size: 15px;
    margin-bottom: 20px;
  }
  /* line 262, ../../Magento_Newsletter/web/css/source/_module.scss */
  .layout_3 .block-newsletter .title span {
    font-size: 13px;
    line-height: 20px;
  }
}

/* line 286, ../../Magento_Newsletter/web/css/source/_module.scss */
.block-newsletter.block {
  background: #f8f8fa;
  padding: 20px 30px;
  border: 0;
}
/* line 290, ../../Magento_Newsletter/web/css/source/_module.scss */
.block-newsletter.block .block-title {
  margin-bottom: 4px;
}
/* line 292, ../../Magento_Newsletter/web/css/source/_module.scss */
.block-newsletter.block .block-title strong {
  font-size: 20px;
  line-height: 29px;
  font-weight: 400;
}
/* line 298, ../../Magento_Newsletter/web/css/source/_module.scss */
.block-newsletter.block .slog-newsletter {
  display: block;
  margin-bottom: 18px;
}
/* line 302, ../../Magento_Newsletter/web/css/source/_module.scss */
.block-newsletter.block #newsletter {
  background: #fff;
  border: 1px solid #eae9e9;
}
/* line 306, ../../Magento_Newsletter/web/css/source/_module.scss */
.block-newsletter.block .control {
  margin-bottom: 10px;
}
/* line 309, ../../Magento_Newsletter/web/css/source/_module.scss */
.block-newsletter.block .primary {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  width: 100%;
  text-align: center;
}
/* line 30, source/_mixins.scss */
.block-newsletter.block .primary:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.block-newsletter.block .primary span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 309, ../../Magento_Newsletter/web/css/source/_module.scss */
  .block-newsletter.block .primary {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 309, ../../Magento_Newsletter/web/css/source/_module.scss */
  .block-newsletter.block .primary {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 315, ../../Magento_Newsletter/web/css/source/_module.scss */
.block-newsletter.block .field {
  margin: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 286, ../../Magento_Newsletter/web/css/source/_module.scss */
  .block-newsletter.block {
    padding: 10px 12px;
  }
  /* line 320, ../../Magento_Newsletter/web/css/source/_module.scss */
  .block-newsletter.block .block-title strong {
    font-size: 16px;
    line-height: 22px;
  }
}

@media (min-width: 768px) {
  /* line 4, ../../Magento_CatalogSearch/web/css/source/_module.scss */
  .form.search.advanced .group.range {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (min-width: 768px) and (min-width: 1354px) {
  /* line 4, ../../Magento_CatalogSearch/web/css/source/_module.scss */
  .form.search.advanced .group.range {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (min-width: 768px) {
  /* line 7, ../../Magento_CatalogSearch/web/css/source/_module.scss */
  .form.search.advanced .group.range .field {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 1354px) {
  /* line 7, ../../Magento_CatalogSearch/web/css/source/_module.scss */
  .form.search.advanced .group.range .field {
    padding-left: 25px;
    padding-right: 25px;
  }
}

/* line 14, ../../Magento_CatalogSearch/web/css/source/_module.scss */
.found,
.summary {
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 18, ../../Magento_CatalogSearch/web/css/source/_module.scss */
.found strong,
.summary strong {
  color: #000;
}

/* line 23, ../../Magento_CatalogSearch/web/css/source/_module.scss */
.catalogsearch-advanced-result .message.notice > div:after {
  display: none;
}

/* line 3, ../../Magento_Contact/web/css/source/_module.scss */
.contact-index-index .page-title {
  text-align: left;
  margin-bottom: 50px;
}
/* line 7, ../../Magento_Contact/web/css/source/_module.scss */
.contact-index-index .page-title span {
  font-size: 35px;
  line-height: 1;
  font-weight: 600;
  text-transform: none;
}
/* line 15, ../../Magento_Contact/web/css/source/_module.scss */
.contact-index-index legend.legend {
  padding-bottom: 25px;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 35px;
  width: 100%;
  font-weight: 400;
  font-size: 20px;
}
/* line 23, ../../Magento_Contact/web/css/source/_module.scss */
.contact-index-index legend.legend .note {
  padding-left: 10px;
  font-size: 12px;
  line-height: inherit;
  vertical-align: baseline;
}
/* line 31, ../../Magento_Contact/web/css/source/_module.scss */
.contact-index-index #contact-form {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  /* line 31, ../../Magento_Contact/web/css/source/_module.scss */
  .contact-index-index #contact-form {
    margin-bottom: 0;
  }
}
/* line 39, ../../Magento_Contact/web/css/source/_module.scss */
.contact-index-index fieldset.fieldset .field {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
/* line 46, ../../Magento_Contact/web/css/source/_module.scss */
.contact-index-index fieldset.fieldset .field > .label {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-right: 0;
}
/* line 49, ../../Magento_Contact/web/css/source/_module.scss */
.contact-index-index fieldset.fieldset .field > .label:after {
  content: ':';
  margin: 0;
  color: inherit;
}
@media (min-width: 992px) {
  /* line 46, ../../Magento_Contact/web/css/source/_module.scss */
  .contact-index-index fieldset.fieldset .field > .label {
    -webkit-flex-basis: 125px;
    -ms-flex-preferred-size: 125px;
    flex-basis: 125px;
    max-width: 125px;
  }
}
/* line 59, ../../Magento_Contact/web/css/source/_module.scss */
.contact-index-index fieldset.fieldset .field > .control {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  /* line 59, ../../Magento_Contact/web/css/source/_module.scss */
  .contact-index-index fieldset.fieldset .field > .control {
    -webkit-flex-basis: calc(100% - 125px);
    -ms-flex-preferred-size: calc(100% - 125px);
    flex-basis: calc(100% - 125px);
    max-width: calc(100% - 125px);
  }
}
/* line 67, ../../Magento_Contact/web/css/source/_module.scss */
.contact-index-index fieldset.fieldset .field.field.comment {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
/* line 71, ../../Magento_Contact/web/css/source/_module.scss */
.contact-index-index fieldset.fieldset .field #comment {
  min-height: 320px;
}
/* line 76, ../../Magento_Contact/web/css/source/_module.scss */
.contact-index-index .actions-toolbar {
  margin: 0;
}
@media (min-width: 992px) {
  /* line 76, ../../Magento_Contact/web/css/source/_module.scss */
  .contact-index-index .actions-toolbar {
    padding-left: 125px;
  }
}
/* line 83, ../../Magento_Contact/web/css/source/_module.scss */
.contact-index-index .actions-toolbar .action {
  margin: 0;
}
@media (min-width: 992px) {
  /* line 87, ../../Magento_Contact/web/css/source/_module.scss */
  .contact-index-index .check_privacy_field {
    padding-left: 125px;
    margin-bottom: 15px;
  }
}

/*
* TM_Megamenu
*/
/* line 5, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.navigation .container, .navigation .page-print.sales-order-print #maincontent, .page-print.sales-order-print .navigation #maincontent {
  position: relative;
}
@media (min-width: 1200px) {
  /* line 8, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .navigation .container .row, .navigation .page-print.sales-order-print #maincontent .row, .page-print.sales-order-print .navigation #maincontent .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 12, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .navigation .container [class*='col-'], .navigation .page-print.sales-order-print #maincontent [class*='col-'], .page-print.sales-order-print .navigation #maincontent [class*='col-'] {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
}
@media (min-width: 1354px) {
  /* line 20, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .navigation .container .row, .navigation .page-print.sales-order-print #maincontent .row, .page-print.sales-order-print .navigation #maincontent .row {
    margin-left: -45px;
    margin-right: -45px;
  }
  /* line 24, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .navigation .container [class*='col-'], .navigation .page-print.sales-order-print #maincontent [class*='col-'], .page-print.sales-order-print .navigation #maincontent [class*='col-'] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1200px) {
  /* line 30, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .navigation .container [class*='col-'], .navigation .page-print.sales-order-print #maincontent [class*='col-'], .page-print.sales-order-print .navigation #maincontent [class*='col-'] {
    border-right: 1px solid #eae9e9;
  }
  /* line 32, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .navigation .container [class*='col-']:last-child, .navigation .page-print.sales-order-print #maincontent [class*='col-']:last-child, .page-print.sales-order-print .navigation #maincontent [class*='col-']:last-child {
    border: 0;
  }
}
/* line 40, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.navigation .container li.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper,
.navigation .container a.level-top .megamenu-wrapper,
.navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper,
.page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
  top: 100%;
  left: 0;
  width: 100%;
  padding: 15px 0 0;
  background: #ffffff;
  box-shadow: none;
}
@media (min-width: 1200px) {
  /* line 40, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .navigation .container li.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper,
  .navigation .container a.level-top .megamenu-wrapper,
  .navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper,
  .page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
    width: 760px;
    left: 50%;
    margin-left: -380px;
  }
}
@media (min-width: 992px) {
  /* line 40, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .navigation .container li.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper,
  .navigation .container a.level-top .megamenu-wrapper,
  .navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper,
  .page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
    width: 980px;
    left: 50%;
    margin-left: -490px;
  }
}
@media (min-width: 1200px) {
  /* line 40, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .navigation .container li.level-top .megamenu-wrapper, .navigation .page-print.sales-order-print #maincontent li.level-top .megamenu-wrapper, .page-print.sales-order-print .navigation #maincontent li.level-top .megamenu-wrapper,
  .navigation .container a.level-top .megamenu-wrapper,
  .navigation .page-print.sales-order-print #maincontent a.level-top .megamenu-wrapper,
  .page-print.sales-order-print .navigation #maincontent a.level-top .megamenu-wrapper {
    width: 1130px;
    left: 50%;
    margin-left: -565px;
    padding: 40px 25px 0;
  }
}
/* line 65, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.navigation .container li.level-top .mm-product-title, .navigation .page-print.sales-order-print #maincontent li.level-top .mm-product-title, .page-print.sales-order-print .navigation #maincontent li.level-top .mm-product-title,
.navigation .container a.level-top .mm-product-title,
.navigation .page-print.sales-order-print #maincontent a.level-top .mm-product-title,
.page-print.sales-order-print .navigation #maincontent a.level-top .mm-product-title {
  display: block;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  padding: 6px 0;
  margin-bottom: 12px;
  text-transform: uppercase;
}
/* line 75, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.navigation .container .product, .navigation .page-print.sales-order-print #maincontent .product, .page-print.sales-order-print .navigation #maincontent .product {
  text-align: center;
}
/* line 77, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.navigation .container .product .product-image, .navigation .page-print.sales-order-print #maincontent .product .product-image, .page-print.sales-order-print .navigation #maincontent .product .product-image {
  display: block;
  margin-bottom: 25px;
}
/* line 81, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.navigation .container .product .product-name, .navigation .page-print.sales-order-print #maincontent .product .product-name, .page-print.sales-order-print .navigation #maincontent .product .product-name {
  font-weight: normal;
}
/* line 84, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.navigation .container .product .price-box, .navigation .page-print.sales-order-print #maincontent .product .price-box, .page-print.sales-order-print .navigation #maincontent .product .price-box {
  margin-bottom: 5px;
}
@media (max-width: 1199px) {
  /* line 75, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .navigation .container .product, .navigation .page-print.sales-order-print #maincontent .product, .page-print.sales-order-print .navigation #maincontent .product {
    display: none;
  }
}

/* line 93, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.navigation .mm-label {
  top: -16px;
  font-size: 10px;
  line-height: 1;
  padding: 4px 7px 3px;
  background: #000;
  color: #fff;
  position: absolute;
  display: block;
  left: 0;
}

@media (min-width: 1200px) and (max-width: 1199px) {
  /* line 108, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .layout_2 .navigation {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 117, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-fixed .rd-navbar-static {
    height: 50px;
    border-top: 1px solid #eae9e9;
    border-bottom: 1px solid #eae9e9;
  }
  /* line 122, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-static .container, .rd-navbar-static .page-print.sales-order-print #maincontent, .page-print.sales-order-print .rd-navbar-static #maincontent {
    position: relative;
  }

  /* line 128, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li.parent > ul.level0:not(.rd-navbar-dropdown) {
    position: absolute;
    z-index: 80;
    background: #ffffff;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  /* line 140, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li.parent:hover > ul.level0:not(.rd-navbar-dropdown) {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 147, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li.parent li {
    margin-bottom: 5px;
  }
  /* line 149, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li.parent li:last-child {
    margin-bottom: 0;
  }
  /* line 152, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li.parent li > a {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
  }
  /* line 156, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li.parent li > a:before {
    font-family: "Linearicons";
    content: "\e93c";
    font-size: 10px;
    float: left;
    padding-right: 10px;
    margin-top: -1px;
  }
  /* line 166, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li.parent .level1.mm-submenu > li > a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    margin-bottom: 15px;
    position: relative;
  }
  /* line 173, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li.parent .level1.mm-submenu > li > a:before {
    display: none;
  }

  /* line 179, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-subpanel {
    display: table;
  }

  /* line 183, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-outer .rd-navbar-inner {
    position: relative;
  }

  /* line 187, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-dropdown,
  .rd-navbar-megamenu {
    position: absolute;
    background: #ffffff;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
    box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  /* line 203, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-dropdown {
    padding: 26px 30px;
  }

  /* line 207, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-dropdown {
    width: 270px;
  }
}
@media (min-width: 1200px) and (max-width: 991px) {
  /* line 207, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-dropdown {
    width: 208px;
  }
}

@media (min-width: 1200px) {
  /* line 214, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-megamenu {
    left: 15px;
    right: 15px;
    padding: 50px 35px;
  }
}
@media (min-width: 1200px) and (min-width: 1354px) {
  /* line 214, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-megamenu {
    left: 25px;
    right: 25px;
  }
}
@media (min-width: 1200px) {
  /* line 223, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-megamenu > li {
    display: table-cell;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  /* line 229, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .level-top.bg-wrap + .rd-navbar-megamenu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url("../images/bg-menu.jpg");
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) and (max-width: 1199px) {
  /* line 229, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .level-top.bg-wrap + .rd-navbar-megamenu:before {
    opacity: 0.3;
  }
}

@media (min-width: 1200px) {
  /* line 247, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav {
    display: block;
    text-align: right;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) and (max-width: 1199px) {
  /* line 247, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav {
    text-align: center;
    border-top: 1px solid #eae9e9;
    padding-top: 22px;
    margin-top: 27px;
    position: relative;
  }
}
@media (min-width: 1200px) {
  /* line 260, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav li.parent > a span:after {
    font-family: "Linearicons";
    content: "\e93a";
    font-size: 10px;
    float: right;
    padding-left: 5px;
  }
  /* line 268, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav li.parent > a.level-top:before {
    right: 1px;
    margin-top: -9px;
  }
  /* line 274, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav li.rd-navbar--has-dropdown {
    position: relative;
  }
  /* line 278, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav li.rd-navbar--has-megamenu > a {
    position: relative;
  }
  /* line 284, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav li.focus > .rd-navbar-dropdown, .rd-navbar-nav li.focus > .rd-navbar-megamenu, .rd-navbar-nav li.opened > .rd-navbar-dropdown, .rd-navbar-nav li.opened > .rd-navbar-megamenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  /* line 291, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li.parent > a span:before {
    font-size: 14px;
  }
  /* line 294, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li {
    display: inline-block;
    margin: 0 16px;
  }
}
@media (min-width: 1200px) and (max-width: 1353px) {
  /* line 294, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li {
    margin: 0 10px;
    font-size: 12px;
  }
}
@media (min-width: 1200px) and (min-width: 1354px) and (max-width: 1560px) {
  /* line 294, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li {
    font-size: 13px;
  }
}
@media (min-width: 1200px) and (min-width: 1560px) {
  /* line 294, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  /* line 308, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li > .rd-navbar-dropdown,
  .rd-navbar-nav > li > .rd-navbar-megamenu {
    top: 37px;
    z-index: 1;
  }
  /* line 313, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li > .rd-navbar-megamenu {
    top: 71px;
  }
  /* line 317, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li > .rd-navbar-dropdown {
    left: 0;
    margin-top: 5px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) and (max-width: 1199px) {
  /* line 317, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li > .rd-navbar-dropdown {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  /* line 324, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
    left: 110%;
    top: -25px;
    z-index: 2;
  }
  /* line 331, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li > a {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 0.02em;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) and (max-width: 1199px) {
  /* line 331, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li > a {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  /* line 340, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 4px;
    left: 50%;
    bottom: -18px;
    transition: all 0.3s ease;
    z-index: 20;
    background-color: #FFF;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) and (max-width: 1199px) {
  /* line 340, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li > a:after {
    bottom: -22px;
  }
}
@media (min-width: 1200px) {
  /* line 358, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-nav > li.opened > a:after, .rd-navbar-nav > li.focus > a:after,
  .rd-navbar-nav > li > a:hover:after {
    width: 100%;
    left: 0;
  }

  /* line 366, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .layout_2 .rd-navbar-megamenu {
    left: 0;
    right: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  /* line 374, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .layout_5 .rd-navbar-nav {
    margin: 0;
    border: 0;
    padding: 0;
    text-align: left;
    position: static;
  }
  /* line 381, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .layout_5 .rd-navbar-nav > li > .rd-navbar-dropdown {
    top: 38px;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1199px) {
  /* line 381, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .layout_5 .rd-navbar-nav > li > .rd-navbar-dropdown {
    top: 43px;
  }
}
@media (min-width: 1200px) and (min-width: 1200px) {
  /* line 387, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .layout_5 .rd-navbar-nav > li > .rd-navbar-megamenu {
    top: 64px;
    left: 0;
    right: 0;
  }
  /* line 392, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .layout_5 .rd-navbar-nav > li > a::after {
    bottom: -19px;
  }
  /* line 398, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .layout_5 .rd-navbar-nav > li.focus > a,
  .layout_5 .rd-navbar-nav > li.active > a,
  .layout_5 .rd-navbar-nav > li > a:hover {
    color: #fff !important;
  }
}

@media (min-width: 992px) {
  /* line 409, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .layout_3 .rd-navbar-nav > li > .rd-navbar-dropdown {
    top: 37px;
  }
  /* line 412, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .layout_3 .rd-navbar-nav > li > .rd-navbar-megamenu {
    top: 42px;
  }
  /* line 415, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .layout_3 .rd-navbar-nav > li > a::after {
    bottom: -21px;
  }
}

@media (min-width: 1200px) {
  /* line 423, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .layout_4 .rd-navbar-nav > li > .rd-navbar-megamenu {
    right: auto;
    left: 100%;
    width: 910px;
    top: 0;
  }
}
@media (min-width: 1200px) and (min-width: 1354px) {
  /* line 423, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .layout_4 .rd-navbar-nav > li > .rd-navbar-megamenu {
    width: 1050px;
  }
}

/* line 435, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.mm-image {
  display: block;
  margin-bottom: 25px;
}

/* line 440, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.menu-block-1 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 45px;
}
@media (min-width: 1354px) {
  /* line 440, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .menu-block-1 {
    margin-left: -25px;
    margin-right: -25px;
  }
}
/* line 444, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.menu-block-1 > a {
  margin: 0 5px;
}
/* line 446, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.menu-block-1 > a:hover {
  opacity: 0.6;
}

/* line 452, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.menu-block-3 {
  padding-top: 50px;
  margin: 0 -5px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* line 457, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.menu-block-3 a {
  margin: 0 5px;
}
/* line 459, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.menu-block-3 a:hover {
  opacity: 0.6;
}

/* line 466, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
.sidebar .navigation li.level0 a.level-top {
  padding: 10px;
}

@media (max-width: 1199px) {
  /* line 473, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .navigation li.level-top,
  .navigation a.level-top {
    position: relative;
  }

  /* line 478, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .mm-submenu .mm-submenu {
    padding-left: 15px;
  }

  /* line 484, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .rd-navbar-megamenu .container, .rd-navbar-megamenu .page-print.sales-order-print #maincontent, .page-print.sales-order-print .rd-navbar-megamenu #maincontent,
  .rd-navbar-megamenu .row,
  .rd-navbar-megamenu [class*="col-"] {
    padding: 0;
    margin: 0;
    max-width: inherit;
    min-width: inherit;
  }

  /* line 493, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .static-block,
  .mm-image {
    display: none;
  }

  /* line 498, ../../TemplateMonster_Megamenu/web/css/source/_module.scss */
  .navigation .mm-label {
    display: none;
  }
}
/*
* TM_Megamenu
*/
/* line 6, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
.buttons-container .subscribe {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
}
/* line 30, source/_mixins.scss */
.buttons-container .subscribe:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.buttons-container .subscribe span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 6, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
  .buttons-container .subscribe {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 6, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
  .buttons-container .subscribe {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}

/* line 11, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
.modal-popup.newsletter-popup .block.newsletter {
  margin: 0;
}
/* line 14, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
.modal-popup.newsletter-popup .modal-title {
  font-size: 35px;
  margin-bottom: 30px;
  color: white;
}
@media (max-width: 479px) {
  /* line 14, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
  .modal-popup.newsletter-popup .modal-title {
    font-size: 26px;
    line-height: 1.3;
  }
}
/* line 23, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
.modal-popup.newsletter-popup .modal-inner-wrap {
  background-repeat: no-repeat;
  background-position: top right;
}
@media (max-width: 991px) {
  /* line 23, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
  .modal-popup.newsletter-popup .modal-inner-wrap {
    width: 96% !important;
  }
}
/* line 33, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
.modal-popup.newsletter-popup .content-text {
  margin-bottom: 45px;
  padding: 0 8%;
  text-align: center;
  color: white;
}
@media (max-width: 479px) {
  /* line 33, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
  .modal-popup.newsletter-popup .content-text {
    margin-bottom: 15px;
  }
}
/* line 42, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
.modal-popup.newsletter-popup .form.subscribe {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 479px) {
  /* line 42, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
  .modal-popup.newsletter-popup .form.subscribe {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 49, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
.modal-popup.newsletter-popup .field.newsletter {
  order: 1;
  width: 100%;
  padding: 0 10px 0 0;
  margin: 0;
}
/* line 56, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
.modal-popup.newsletter-popup .buttons-container {
  order: 2;
}
@media (max-width: 479px) {
  /* line 56, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
  .modal-popup.newsletter-popup .buttons-container {
    margin: 20px auto 0;
  }
}
/* line 63, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
.modal-popup.newsletter-popup .action-close {
  position: absolute;
  right: 15px;
  top: 10px;
  display: block;
}
/* line 68, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
.modal-popup.newsletter-popup .action-close:before {
  font-family: "Linearicons";
  content: "\e935";
  font-size: 12px;
}
/* line 74, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
.modal-popup.newsletter-popup .privacy-policy-check-box {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  line-height: 20px;
  text-align: left;
  padding: 15px 1% 0;
}
/* line 80, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
.modal-popup.newsletter-popup .privacy-policy-check-box .check_privacy {
  margin: 0 10px 0 0;
}

/* line 85, ../../TemplateMonster_NewsletterPopup/web/css/source/_module.scss */
.newsletter-popup.modal-popup._show .modal-inner-wrap {
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50.3%);
  position: absolute;
}

/* line 4, ../../TemplateMonster_AjaxCompare/web/css/source/_module.scss */
.modal-popup.compare-popup .action-close {
  padding: 2rem;
}

/* line 9, ../../TemplateMonster_AjaxCompare/web/css/source/_module.scss */
.modals-wrapper .modal-popup.compare-popup._show {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 14, ../../TemplateMonster_AjaxCompare/web/css/source/_module.scss */
.modals-wrapper .modal-popup.compare-popup .modal-inner-wrap {
  overflow: hidden;
  box-sizing: border-box;
  height: auto;
  min-height: 100%;
  margin-top: 0;
}
/* line 22, ../../TemplateMonster_AjaxCompare/web/css/source/_module.scss */
.modals-wrapper .modal-popup.compare-popup._inner-scroll .modal-content {
  margin-right: -40px;
  padding-right: 40px;
}
/* line 27, ../../TemplateMonster_AjaxCompare/web/css/source/_module.scss */
.modals-wrapper .modal-popup.compare-popup .modal-footer {
  display: block;
  min-height: 70px !important;
}

/*
* TM_AjaxSearch
*/
/* line 10, ../../TemplateMonster_AjaxSearch/web/css/source/_module.scss */
.search-autocomplete {
  overflow: hidden;
  position: static;
  z-index: 99;
  background: #FFF;
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
  display: none;
}
/* line 18, ../../TemplateMonster_AjaxSearch/web/css/source/_module.scss */
.search-autocomplete::after {
  content: '';
  position: absolute;
  top: 320px;
  left: 0;
  z-index: 9999;
  width: 120%;
  height: 30px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+52&0+0,1+52 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 72%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 72%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 72%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
/* line 34, ../../TemplateMonster_AjaxSearch/web/css/source/_module.scss */
.search-autocomplete ul[role=listbox] {
  overflow-y: scroll;
  position: static;
  max-height: 350px;
  margin-right: -20px;
  z-index: 10;
  display: block;
}
/* line 43, ../../TemplateMonster_AjaxSearch/web/css/source/_module.scss */
.search-autocomplete .qs-option-name,
.search-autocomplete .amount {
  font-size: 12px;
}
/* line 48, ../../TemplateMonster_AjaxSearch/web/css/source/_module.scss */
.search-autocomplete ul li.search-item {
  border-bottom: 1px solid #eae9e9;
  border-top: none;
  padding: 10px 30px;
}
/* line 52, ../../TemplateMonster_AjaxSearch/web/css/source/_module.scss */
.search-autocomplete ul li.search-item:first-child {
  border-top: 1px solid #eae9e9;
}
/* line 56, ../../TemplateMonster_AjaxSearch/web/css/source/_module.scss */
.search-autocomplete ul li.search-item .amount {
  position: static;
}
/* line 60, ../../TemplateMonster_AjaxSearch/web/css/source/_module.scss */
.search-autocomplete ul li.search-item a {
  display: block;
  overflow: hidden;
  line-height: normal;
  text-decoration: none;
}
/* line 66, ../../TemplateMonster_AjaxSearch/web/css/source/_module.scss */
.search-autocomplete ul li.search-item a .search-thumb {
  float: left;
  width: 50px;
  margin-right: 10px;
}
/* line 72, ../../TemplateMonster_AjaxSearch/web/css/source/_module.scss */
.search-autocomplete ul li.search-item a .qs-option-name {
  display: block;
  margin-bottom: 5px;
}
/* line 76, ../../TemplateMonster_AjaxSearch/web/css/source/_module.scss */
.search-autocomplete ul li.search-item a .price {
  display: block;
}
/* line 81, ../../TemplateMonster_AjaxSearch/web/css/source/_module.scss */
.search-autocomplete ul li.search-item:hover {
  background: none;
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09) inset;
}

/* line 88, ../../TemplateMonster_AjaxSearch/web/css/source/_module.scss */
.ajax-loading .rd-navbar-search-form-input:before {
  position: absolute;
  content: "";
  font-size: 1px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  top: 17px;
  left: 8px;
}

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}
/*
* TM_AjaxCatalog
*/
/* line 5, ../../TemplateMonster_AjaxCatalog/web/css/source/_module.scss */
.ajax-loading.page-products.loading-mask {
  visibility: visible;
  opacity: 1;
  display: block;
}

/* line 10, ../../TemplateMonster_AjaxCatalog/web/css/source/_module.scss */
.page-products .loading-mask,
.tm_blog-index-index .loading-mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  opacity: 0;
  transition: .4s all ease-out;
  visibility: hidden;
}

/* line 23, ../../TemplateMonster_AjaxCatalog/web/css/source/_module.scss */
.ajax-loading.page-products .loading-mask,
.ajax-loading.tm_blog-index-index .loading-mask {
  opacity: 1;
  height: auto;
  visibility: visible;
}

/* line 30, ../../TemplateMonster_AjaxCatalog/web/css/source/_module.scss */
.page-products .loading-mask .loader,
.tm_blog-index-index .loading-mask .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -45px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
  -o-text-transform: uppercase;
  -ms-text-transform: uppercase;
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
}
/* line 47, ../../TemplateMonster_AjaxCatalog/web/css/source/_module.scss */
.page-products .loading-mask .loader img,
.page-products .loading-mask .loader p,
.tm_blog-index-index .loading-mask .loader img,
.tm_blog-index-index .loading-mask .loader p {
  display: none;
}

/* line 52, ../../TemplateMonster_AjaxCatalog/web/css/source/_module.scss */
.page-products .loading-mask .loader:before,
.page-products .loading-mask .loader:after,
.tm_blog-index-index .loading-mask .loader:before,
.tm_blog-index-index .loading-mask .loader:after {
  opacity: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  content: "\0020";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
}

/* line 71, ../../TemplateMonster_AjaxCatalog/web/css/source/_module.scss */
.page-products .loading-mask .loader:after,
.tm_blog-index-index .loading-mask .loader:after {
  z-index: 1;
  animation: cssload-gogoloader 2.3s infinite 1.15s;
  -o-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -moz-animation: cssload-gogoloader 2.3s infinite 1.15s;
}

/* line 81, ../../TemplateMonster_AjaxCatalog/web/css/source/_module.scss */
.page-products .loading-mask .loader:before,
.tm_blog-index-index .loading-mask .loader:before {
  z-index: 2;
  animation: cssload-gogoloader 2.3s infinite;
  -o-animation: cssload-gogoloader 2.3s infinite;
  -ms-animation: cssload-gogoloader 2.3s infinite;
  -webkit-animation: cssload-gogoloader 2.3s infinite;
  -moz-animation: cssload-gogoloader 2.3s infinite;
}

@keyframes cssload-gogoloader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes cssload-gogoloader {
  0% {
    -o-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes cssload-gogoloader {
  0% {
    -ms-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes cssload-gogoloader {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
/* line 4, ../../TemplateMonster_CountdownTimer/web/css/source/_module.scss */
div.timer-wrapper {
  border: 0 !important;
  background: #fd6279;
  text-align: center;
  color: #FFF;
  font-weight: 600;
  padding: 10px 0 7px;
  line-height: 18px;
  background-color: #908a54;
}
/* line 13, ../../TemplateMonster_CountdownTimer/web/css/source/_module.scss */
div.timer-wrapper span {
  font-size: 12px;
  display: block;
  font-weight: normal;
  margin-top: -3px;
}
/* line 19, ../../TemplateMonster_CountdownTimer/web/css/source/_module.scss */
div.timer-wrapper > div div {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}
/* line 23, ../../TemplateMonster_CountdownTimer/web/css/source/_module.scss */
div.timer-wrapper > div div:last-child {
  padding: 0;
}
/* line 27, ../../TemplateMonster_CountdownTimer/web/css/source/_module.scss */
div.timer-wrapper b {
  position: absolute;
  right: 8px;
  font-weight: normal;
  top: 23%;
}

/* line 35, ../../TemplateMonster_CountdownTimer/web/css/source/_module.scss */
.products-grid .product-item-photo .timer-wrapper {
  position: absolute;
  width: 100%;
  bottom: -2px;
  z-index: 1;
}
/* line 41, ../../TemplateMonster_CountdownTimer/web/css/source/_module.scss */
.products-grid .product-item-photo .product-thumb + .timer-wrapper {
  position: relative;
  bottom: 0;
}

/* line 47, ../../TemplateMonster_CountdownTimer/web/css/source/_module.scss */
.product-info-main .timer-wrapper {
  max-width: 300px;
  margin-top: 20px;
}

/* line 53, ../../TemplateMonster_CountdownTimer/web/css/source/_module.scss */
.main.layout_3 .timer-wrapper {
  margin-left: auto;
  margin-right: auto;
}

/* 
 *  Featured Product by TemplateMonster 2016
 *  v1.0.0
 */
/* line 3, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list {
  clear: both;
}
/* line 5, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-items {
  list-style: none;
  padding: 0;
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
/* line 13, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-item {
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
/* line 19, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .item-wrapper {
  padding-bottom: 43px;
}
/* line 23, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-image {
  margin-bottom: 21px;
}
/* line 26, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-image img {
  width: 100%;
  vertical-align: top;
}
/* line 33, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-title {
  margin-bottom: 6px;
}
/* line 36, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-title h3 {
  font-weight: 500;
  margin: 0;
}
/* line 44, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-short-content {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 26px;
}
/* line 51, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-link {
  font-weight: 700;
}
/* line 56, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-data {
  border-top: solid 1px #e8e8e8;
  padding: 11px 0 0;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 67, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-data .create-date a,
.block-posts-list .post-data .post-author a,
.block-posts-list .post-data .post-comments a {
  text-decoration: none;
}
/* line 70, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-data .create-date a span:before, .block-posts-list .post-data .create-date:before,
.block-posts-list .post-data .post-author a span:before,
.block-posts-list .post-data .post-author:before,
.block-posts-list .post-data .post-comments a span:before,
.block-posts-list .post-data .post-comments:before {
  font-size: 18px;
  padding-right: 4px;
  vertical-align: middle;
}
/* line 77, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-data .create-date {
  order: 1;
  -webkit-order: 1;
}
/* line 81, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-data .create-date time {
  display: inline-block;
}
/* line 85, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-data .post-author {
  order: 2;
  -webkit-order: 2;
}
/* line 89, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.block-posts-list .post-data .post-comments {
  order: 3;
  -webkit-order: 3;
  flex-basis: 50px;
  -webkit-flex-basis: 50px;
  text-align: right;
}
@media (max-width: 1200px) {
  /* line 56, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
  .block-posts-list .post-data {
    display: block;
    overflow: hidden;
  }
  /* line 102, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
  .block-posts-list .post-data .create-date,
  .block-posts-list .post-data .post-author {
    display: block;
  }
  /* line 107, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
  .block-posts-list .post-data .post-comments {
    float: right;
  }
}
@media (min-width: 767px) {
  /* line 113, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
  .block-posts-list .post-item {
    flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 768px) {
  /* line 121, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
  .block-posts-list .post-item {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
  /* line 125, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
  .block-posts-list .post-item .item-wrapper {
    padding-bottom: 20px;
  }
}
@media (max-width: 350px) {
  /* line 131, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
  .block-posts-list .post-item {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}

/* line 138, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper {
  /*Toolbar
  **********************************************/
}
/* line 142, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-top {
  margin-bottom: 30px;
}
/* line 145, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-top .toolbar {
  position: relative;
  margin-bottom: 0;
  text-align: left;
}
/* line 150, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-top .sorter {
  float: left;
  margin-bottom: 5px;
}
/* line 154, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-top .limiter {
  display: block;
  margin-bottom: 5px;
  text-align: right;
}
/* line 159, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-top .pages {
  display: none;
}
/* line 164, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-bottom .toolbar {
  margin-bottom: 0;
}
/* line 166, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-bottom .toolbar .pages {
  text-align: left;
  margin: 0;
  display: block;
}
/* line 171, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-bottom .toolbar .pages .pages-item-next {
  position: relative;
}
/* line 176, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-listing.scss */
.posts-list-wrapper .toolbar-bottom .sorter,
.posts-list-wrapper .toolbar-bottom .limiter {
  display: none;
  visibility: hidden;
}

/* line 3, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts {
  clear: both;
  width: 100%;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-image img {
  width: 100%;
  vertical-align: top;
}
/* line 15, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-title {
  margin-bottom: 6px;
}
/* line 18, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-title h3 {
  font-family: inherit;
  font-weight: 500;
  margin: 0;
}
/* line 23, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-title h3 a {
  text-decoration: none;
}
/* line 30, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-link {
  font-weight: 700;
  text-transform: none;
}
/* line 36, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-data {
  border-top: solid 1px #e8e8e8;
  padding: 11px 0 0;
  display: flex;
  -webkit-display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/* line 47, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-data .create-date a,
.widget.blog-posts .post-data .post-author a,
.widget.blog-posts .post-data .post-comments a {
  text-decoration: none;
}
/* line 50, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-data .create-date a span:before, .widget.blog-posts .post-data .create-date:before,
.widget.blog-posts .post-data .post-author a span:before,
.widget.blog-posts .post-data .post-author:before,
.widget.blog-posts .post-data .post-comments a span:before,
.widget.blog-posts .post-data .post-comments:before {
  font-size: 18px;
  padding-right: 4px;
  vertical-align: middle;
}
/* line 57, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-data .create-date {
  order: 1;
  -webkit-order: 1;
}
/* line 61, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-data .create-date time {
  display: inline-block;
}
/* line 65, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-data .post-author {
  order: 2;
  -webkit-order: 2;
}
/* line 69, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget.blog-posts .post-data .post-comments {
  order: 3;
  -webkit-order: 3;
  flex-basis: 50px;
  -webkit-flex-basis: 50px;
  text-align: right;
}
@media (max-width: 1200px) {
  /* line 36, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget.blog-posts .post-data {
    display: block;
    overflow: hidden;
  }
  /* line 81, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget.blog-posts .post-data .create-date,
  .widget.blog-posts .post-data .post-author {
    display: block;
  }
  /* line 86, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget.blog-posts .post-data .post-comments {
    float: right;
  }
}

/* line 107, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-grid .post-items {
  display: flex;
  -webkit-display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
}
/* line 114, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-grid .post-item {
  list-style: none;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  /* line 121, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget-post-grid .post-items > .post-item {
    flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
    max-width: 33.6333%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 121, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget-post-grid .post-items > .post-item {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    max-width: 50%;
  }
}
/* line 135, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-grid .post-image {
  margin-bottom: 15px;
}

/* line 141, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-list .item-wrapper {
  margin-bottom: 50px;
  overflow: hidden;
}
/* line 145, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-list .post-item:last-child .item-wrapper {
  margin-bottom: 0;
}
/* line 148, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-list .post-image {
  float: left;
  margin: 0 30px 0 0;
  max-width: 38%;
}
/* line 153, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-list .post-content-wrapper {
  overflow: hidden;
}
/* line 156, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-list .post-short-content {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  /* line 160, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget-post-list .post-image {
    max-width: 45%;
    margin-bottom: 10px;
  }
  /* line 164, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget-post-list .post-content-wrapper {
    overflow: unset;
  }
}
@media (max-width: 421px) {
  /* line 169, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
  .widget-post-list .post-image {
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}

/* line 178, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-column .post-item {
  margin-bottom: 30px;
}
/* line 180, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-column .post-item:last-child {
  margin-bottom: 0;
}
/* line 184, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-column .post-image {
  margin-bottom: 10px;
}
/* line 187, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-column .post-link {
  display: table;
}
/* line 190, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-widget.scss */
.widget-post-column .post-short-content {
  margin-bottom: 8px;
}

/* line 3, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page {
  clear: both;
  font-family: inherit;
  width: 100%;
}
/* line 9, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-text {
  margin-bottom: 25px;
}
/* line 14, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-data {
  border-top: solid 1px #e8e8e8;
  padding: 13px 0 0;
  margin-bottom: 50px;
  color: #999999;
}
/* line 20, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-data .create-date,
.post-page .post-data .post-author,
.post-page .post-data .post-comments {
  display: inline-block;
  margin-right: 20px;
}
/* line 26, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-data .create-date span, .post-page .post-data .create-date a,
.post-page .post-data .post-author span,
.post-page .post-data .post-author a,
.post-page .post-data .post-comments span,
.post-page .post-data .post-comments a {
  display: inline-block;
}
/* line 29, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-data .create-date a,
.post-page .post-data .post-author a,
.post-page .post-data .post-comments a {
  color: #999999;
  text-decoration: none;
}
/* line 32, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-data .create-date a:hover,
.post-page .post-data .post-author a:hover,
.post-page .post-data .post-comments a:hover {
  color: #000;
}
/* line 36, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-data .create-date a span:before, .post-page .post-data .create-date:before,
.post-page .post-data .post-author a span:before,
.post-page .post-data .post-author:before,
.post-page .post-data .post-comments a span:before,
.post-page .post-data .post-comments:before {
  font-size: 18px;
  line-height: 18px;
  padding-right: 4px;
  color: #000;
  vertical-align: middle;
}
/* line 46, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-data .create-date time {
  display: inline-block;
}
@media (max-width: 480px) {
  /* line 14, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
  .post-page .post-data {
    overflow: hidden;
  }
  /* line 56, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
  .post-page .post-data .create-date,
  .post-page .post-data .post-author,
  .post-page .post-data .post-comments {
    display: block;
    margin-bottom: 3px;
  }
}
/* line 67, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-relatedproducts .block.related {
  float: none;
}
/* line 71, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-relatedproducts .block.related .owl-carousel .product-item {
  width: 100%;
}
/* line 77, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-relatedproducts .block.related .product-item {
  width: 33.33%;
}
/* line 79, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-relatedproducts .block.related .product-item .product-item-info {
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}
/* line 87, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-post.scss */
.post-page .post-relatedproducts .block.related .product-item .product-item-photo {
  display: block;
  text-align: center;
}

/* line 3, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block {
  margin-bottom: 68px;
}
/* line 7, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .post-comments-content {
  margin-bottom: 48px;
}
/* line 11, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .post-comment {
  background: #f4f4f4;
  padding: 30px;
  margin-bottom: 20px;
}
/* line 17, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-info {
  overflow: hidden;
  padding: 0 0 3px 0;
  margin-bottom: 15px;
  border-bottom: solid 1px #e8e8e8;
}
/* line 23, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-info .post-data {
  float: right;
  margin: 0 0 0 5px;
  border: none;
  padding: 0;
}
/* line 29, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-info .post-data .create-date {
  margin: 0;
}
/* line 32, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-info .post-data .create-date time {
  display: inline-block;
}
/* line 38, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-info .comment-author {
  margin-top: 0;
}
/* line 46, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-add .subtitle {
  margin-bottom: 30px;
}
/* line 50, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-add .fieldset {
  margin-bottom: 0;
}
/* line 52, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
.post-comments-block .comment-add .fieldset .field {
  margin-bottom: 28px;
}
@media (min-width: 767px) {
  /* line 58, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
  .post-comments-block .comment-add label.label {
    float: left;
    margin: 0;
    min-width: 90px;
  }
  /* line 64, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
  .post-comments-block .comment-add .control {
    overflow: hidden;
  }
  /* line 67, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
  .post-comments-block .comment-add .control input {
    width: 327px;
  }
  /* line 70, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
  .post-comments-block .comment-add .control textarea {
    height: 242px;
  }
  /* line 74, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-comments.scss */
  .post-comments-block .comment-add .comment-form-actions {
    margin-left: 90px;
  }
}

/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .block-title {
  margin-bottom: 30px;
}
/* line 12, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-list {
  padding: 0;
  overflow: hidden;
  margin: -1px 0 0 0;
  list-style: none;
}
/* line 18, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-list li {
  box-sizing: border-box;
  margin-bottom: 0;
}
/* line 22, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-list li h5.post-title {
  margin: 0;
  font-weight: normal;
}
/* line 25, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-list li h5.post-title a {
  display: block;
  text-decoration: none;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-size: 14px;
  line-height: 51px;
  color: #000000;
  border-top: solid 1px #e8e8e8;
}
/* line 38, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-list li h5.post-title a:hover {
  background: #e8e8e8;
  padding-left: 15px;
}
@media (min-width: 767px) {
  /* line 12, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
  .block.related-posts .related-post-list {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin-left: -15px;
  }
  /* line 53, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
  .block.related-posts .related-post-list li {
    padding-left: 15px;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  /* line 61, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
  .block.related-posts .related-post-list li {
    flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
  }
  /* line 65, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
  .block.related-posts .related-post-list li h5.post-title a {
    font-size: 18px;
  }
}
/* line 72, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-grid {
  padding: 0;
  margin: 0 -15px;
}
/* line 76, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-grid .inner {
  padding: 0 15px;
}
/* line 80, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-grid .post-image {
  display: block;
  margin-bottom: 10px;
}
/* line 84, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-grid .post-image img {
  vertical-align: top;
}
/* line 89, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-grid h5.post-title {
  margin: 0;
  font-weight: normal;
  line-height: normal;
}
/* line 93, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
.block.related-posts .related-post-grid h5.post-title a {
  font-size: 14px;
  color: #000000;
}
@media (min-width: 1200px) {
  /* line 100, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
  .block.related-posts .related-post-grid li {
    flex-basis: 33.333%;
    -webkit-flex-basis: 33.333%;
  }
  /* line 104, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-related-posts.scss */
  .block.related-posts .related-post-grid li h5.post-title a {
    font-size: 18px;
  }
}

/* line 5, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-title,
.block-recent-posts .block-title,
.block-recent-comments .block-title {
  margin-bottom: 20px;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-title strong,
.block-recent-posts .block-title strong,
.block-recent-comments .block-title strong {
  font-weight: 300;
  font-size: 18px;
}
/* line 14, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-content ul,
.block-recent-posts .block-content ul,
.block-recent-comments .block-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
/* line 19, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-content ul li,
.block-recent-posts .block-content ul li,
.block-recent-comments .block-content ul li {
  margin: 15px 0 0;
  padding-top: 15px;
  border-top: solid 1px #e8e8e8;
}
/* line 24, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-content ul li:first-child,
.block-recent-posts .block-content ul li:first-child,
.block-recent-comments .block-content ul li:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}

/* line 36, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-content #blog-show-all {
  cursor: pointer;
}
/* line 39, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-content #blog-show-all:hover {
  text-decoration: underline;
}
/* line 43, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-blog-categories .block-content #blog-show-all.closed .less, .block-blog-categories .block-content #blog-show-all.opened .more {
  display: none;
}

/* line 54, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-recent-comments .title-section {
  font-size: 13px;
  padding-bottom: 10px;
}
/* line 58, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-recent-comments .title-section strong {
  font-weight: 600;
}
/* line 61, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_blog-sidebar.scss */
.block-recent-comments .title-section strong:before {
  font-size: 18px;
  line-height: 16px;
  vertical-align: middle;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page {
  /* display none until init */
  	/*
       *  Core Owl Carousel CSS File
       */
  /***/
  /* fix */
}
/* line 9, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* line 18, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
/* line 24, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
/* line 29, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* line 34, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* line 42, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel .owl-item {
  float: left;
}
/* line 45, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls .owl-page,
.post-page .owl-controls .owl-buttons div {
  cursor: pointer;
}
/* line 49, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
/* line 61, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel .owl-controls .owl-nav .owl-prev,
.post-page .owl-carousel .owl-controls .owl-nav .owl-next,
.post-page .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 76, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-carousel .owl-wrapper,
.post-page .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
/* line 87, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls {
  position: absolute;
  top: -50px;
  right: 0;
}
/* line 92, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls .owl-prev {
  display: inline-block;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.post-page .owl-controls .owl-prev:before {
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
/* line 96, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls .owl-next {
  display: inline-block;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.post-page .owl-controls .owl-next:before {
  display: inline-block;
  font-family: "Material Icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
/* line 100, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls .owl-prev,
.post-page .owl-controls .owl-next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  transition: 0.2s;
  border: solid 1px transparent;
}
/* line 112, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls .owl-prev:before,
.post-page .owl-controls .owl-next:before {
  font-size: 36px;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
/* line 116, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_owl.carousel.scss */
.post-page .owl-controls .owl-prev:hover,
.post-page .owl-controls .owl-next:hover {
  border-color: #000;
}

/* line 40, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.posts-list-wrapper .toolbar-top {
  margin-bottom: 48px;
}

/* line 46, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-items {
  margin: 0;
}
/* line 48, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-items .post-item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 0 0 120px 0;
  margin-bottom: 50px;
  border-bottom: 1px solid #eae9e9;
}
/* line 53, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-items .post-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
@media (min-width: 480px) {
  /* line 48, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .block-posts-list .post-items .post-item {
    padding: 0 0 63px 0;
  }
}
/* line 62, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-items .post-item .item-wrapper {
  padding-bottom: 0;
  position: relative;
}
/* line 68, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-items .post-title {
  margin-bottom: 0;
}
/* line 71, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-items .post-title h3 {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 33px;
}
/* line 76, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-items .post-title h3 a a {
  font-weight: 600;
}
/* line 82, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-items .post-image {
  margin-bottom: 30px;
}
/* line 85, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-items a.post-link {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  position: absolute;
  bottom: -85px;
  right: auto;
  left: 0;
}
/* line 30, source/_mixins.scss */
.block-posts-list .post-items a.post-link:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.block-posts-list .post-items a.post-link span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 85, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .block-posts-list .post-items a.post-link {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 85, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .block-posts-list .post-items a.post-link {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
@media (min-width: 480px) {
  /* line 85, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .block-posts-list .post-items a.post-link {
    bottom: -10px;
    right: 0;
    left: auto;
  }
}
/* line 4, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-items .post-data {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  border-top: none;
  font-size: 12px;
  line-height: 22px;
}
/* line 13, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-items .post-data > span {
  margin-right: 35px;
  margin-bottom: 10px;
}
/* line 17, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-items .post-data > span:before {
  font-size: 22px !important;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.block-posts-list .post-items .post-data .create-date:before {
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
/* line 24, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-items .post-data .create-date time {
  display: inline-block;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.block-posts-list .post-items .post-data .post-author:before {
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
/* line 32, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-items .post-data .post-comments {
  text-align: left;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.block-posts-list .post-items .post-data .post-comments:before {
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
/* line 4, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-data {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  border-top: none;
  font-size: 12px;
  line-height: 22px;
}
/* line 13, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-data > span {
  margin-right: 35px;
  margin-bottom: 10px;
}
/* line 17, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-data > span:before {
  font-size: 22px !important;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.block-posts-list .post-data .create-date:before {
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
/* line 24, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-data .create-date time {
  display: inline-block;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.block-posts-list .post-data .post-author:before {
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
/* line 32, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.block-posts-list .post-data .post-comments {
  text-align: left;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.block-posts-list .post-data .post-comments:before {
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}

/* line 105, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.tm-blog-post-view .page-title-wrapper {
  margin-bottom: 10px;
}
/* line 108, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.tm-blog-post-view .page-title-wrapper .container, .tm-blog-post-view .page-title-wrapper .page-print.sales-order-print #maincontent, .page-print.sales-order-print .tm-blog-post-view .page-title-wrapper #maincontent {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
/* line 114, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.tm-blog-post-view .page-title {
  text-align: left;
}
/* line 116, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.tm-blog-post-view .page-title span {
  font-size: 25px;
  line-height: 1.3;
  display: inline-block;
}
@media (min-width: 992px) {
  /* line 116, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .tm-blog-post-view .page-title span {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  /* line 116, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .tm-blog-post-view .page-title span {
    font-size: 35px;
  }
}

/* line 132, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-page .post-text {
  margin-bottom: 50px;
  padding-bottom: 35px;
  border-bottom: 1px solid #eae9e9;
}
/* line 137, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-page .post-text img {
  margin-bottom: 30px;
}
/* line 4, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-page .post-data {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  border-top: none;
  font-size: 12px;
  line-height: 22px;
}
/* line 13, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-page .post-data > span {
  margin-right: 35px;
  margin-bottom: 10px;
}
/* line 17, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-page .post-data > span:before {
  font-size: 22px !important;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.post-page .post-data .create-date:before {
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
/* line 24, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-page .post-data .create-date time {
  display: inline-block;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.post-page .post-data .post-author:before {
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
/* line 32, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-page .post-data .post-comments {
  text-align: left;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.post-page .post-data .post-comments:before {
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
/* line 143, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-page .post-data {
  margin-bottom: 35px;
}

/* line 149, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-comments-block .post-comments-title {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 5px;
}
/* line 154, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-comments-block .post-comment {
  background-color: transparent;
  padding: 35px 0;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: 0;
}
/* line 160, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-comments-block .comment-info {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: none;
  margin-bottom: 5px;
}
/* line 168, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-comments-block .comment-info div {
  float: none;
}
/* line 171, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-comments-block .comment-info h3 {
  font-size: 14px;
  line-height: 1;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 0;
}
/* line 177, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-comments-block .comment-info span {
  line-height: 2rem;
}
/* line 180, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-comments-block .comment-info .post-data {
  font-size: 14px;
  line-height: 1;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
/* line 185, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-comments-block .comment-info .create-date:before {
  display: none;
  content: '';
}
/* line 190, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-comments-block .action {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
}
/* line 30, source/_mixins.scss */
.post-comments-block .action:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.post-comments-block .action span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 190, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .post-comments-block .action {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 190, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .post-comments-block .action {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}

/* line 196, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.blog-posts.disable-carousel .post-items.grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
/* line 201, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.blog-posts.disable-carousel .post-item {
  padding: 0 15px;
  margin-bottom: 20px;
}

/* line 207, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts {
  padding-bottom: 58px;
  margin-bottom: 95px;
  border-bottom: 1px solid #eae9e9;
}
@media (max-width: 767px) {
  /* line 207, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .widget.blog-posts {
    margin-bottom: 50px;
  }
}
/* line 4, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-data {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  border-top: none;
  font-size: 12px;
  line-height: 22px;
}
/* line 13, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-data > span {
  margin-right: 35px;
  margin-bottom: 10px;
}
/* line 17, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-data > span:before {
  font-size: 22px !important;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.widget.blog-posts .post-data .create-date:before {
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
/* line 24, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-data .create-date time {
  display: inline-block;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.widget.blog-posts .post-data .post-author:before {
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
/* line 32, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-data .post-comments {
  text-align: left;
}
/* line 8, ../../../../../../code/TemplateMonster/Blog/view/frontend/web/css/source/_mixins.scss */
.widget.blog-posts .post-data .post-comments:before {
  display: inline-block;
  font-family: "Linearicons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}
/* line 216, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts.last_widget {
  padding-bottom: 0;
  border-bottom: 0;
}
/* line 221, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .page-title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 221, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .widget.blog-posts .page-title {
    text-align: left;
    padding-right: 70px;
  }
}
/* line 229, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-comments {
  display: inline-block;
}
/* line 232, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-items {
  margin: 0;
}
/* line 234, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-items .post-image {
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
/* line 238, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-items .post-image:before {
  content: "";
  position: absolute;
  border: 12px solid #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
/* line 247, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-items .post-image:hover:before {
  opacity: 0.6;
}
/* line 251, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-items .post-short-content {
  margin-bottom: 28px;
}
/* line 255, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-items .item-wrapper .post-data {
  margin-bottom: 22px;
}
/* line 261, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .owl-carousel {
  width: calc(100% + 30px);
}
@media (min-width: 1200px) {
  /* line 261, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .widget.blog-posts .owl-carousel {
    width: calc(100% + 50px);
  }
}
/* line 269, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .owl-carousel .owl-wrapper-outer:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  height: 100%;
  width: 30px;
  background: #FFF;
}
@media (min-width: 1200px) {
  /* line 269, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .widget.blog-posts .owl-carousel .owl-wrapper-outer:after {
    width: 50px;
  }
}
/* line 283, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .owl-carousel .owl-wrapper-outer .post-item {
  padding: 0 30px 0 0;
}
@media (min-width: 1200px) {
  /* line 283, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .widget.blog-posts .owl-carousel .owl-wrapper-outer .post-item {
    padding: 0 50px 0 0;
  }
}
/* line 290, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .owl-controls {
  right: 30px;
}
@media (min-width: 1200px) {
  /* line 290, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .widget.blog-posts .owl-controls {
    right: 50px;
  }
}
/* line 297, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-items .post-title {
  margin-bottom: 14px;
}
/* line 300, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-items .post-data {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-top: none;
  padding-top: 0;
  margin-bottom: 32px;
}
/* line 308, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-items .post-button {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}
/* line 30, source/_mixins.scss */
.widget.blog-posts .post-items .post-button:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.widget.blog-posts .post-items .post-button span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 308, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .widget.blog-posts .post-items .post-button {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 308, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .widget.blog-posts .post-items .post-button {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 312, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .owl-controls {
  top: -70px;
}
/* line 314, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .owl-controls .owl-prev,
.widget.blog-posts .owl-controls .owl-next {
  padding: 0;
  margin-left: 20px;
}
/* line 318, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .owl-controls .owl-prev::before,
.widget.blog-posts .owl-controls .owl-next::before {
  font-family: "Linearicons";
  font-size: 22px;
  color: inherit;
  vertical-align: middle;
}
/* line 325, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .owl-controls .owl-prev:before {
  content: "\e93b";
}
/* line 328, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .owl-controls .owl-next:before {
  content: "\e93c";
}
@media (max-width: 479px) {
  /* line 333, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .widget.blog-posts .post-items .post-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  /* line 341, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .widget.blog-posts .post-items:not(.owl-carousel) .post-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 341, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .widget.blog-posts .post-items:not(.owl-carousel) .post-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 480px) {
  /* line 350, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .widget.blog-posts .post-items.list .item-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  /* line 354, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .widget.blog-posts .post-items.list .item-wrapper .post-image {
    max-width: 250px;
    margin-right: 20px;
  }
}

/* line 362, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.post-content .block.related {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  /* line 370, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .post-relatedproducts .block.related .owl-controls {
    top: -50px;
  }
}
/* line 379, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.related-posts .block-title {
  padding: 0;
}
@media (min-width: 768px) {
  /* line 379, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .related-posts .block-title {
    font-size: 35px;
    text-align: center;
  }
}
/* line 386, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.related-posts .product-item {
  padding: 0 15px;
}
/* line 389, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.related-posts .post-image {
  margin-bottom: 30px;
}
/* line 392, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.related-posts .related-post-name {
  display: inline-block;
  margin-bottom: 20px;
}
/* line 397, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.related-posts .post-data > span {
  margin-bottom: 10px;
}
/* line 401, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.related-posts .owl-controls {
  top: -70px;
}
@media (max-width: 768px) {
  /* line 401, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .related-posts .owl-controls {
    top: -61px;
  }
}
/* line 407, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.related-posts .owl-controls .owl-prev,
.related-posts .owl-controls .owl-next {
  padding: 0;
  margin-left: 20px;
}
/* line 411, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.related-posts .owl-controls .owl-prev::before, .related-posts .owl-controls .owl-prev::before,
.related-posts .owl-controls .owl-next::before,
.related-posts .owl-controls .owl-next::before {
  font-family: "Linearicons";
  font-size: 22px;
  color: inherit;
  vertical-align: middle;
}
/* line 419, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.related-posts .owl-controls .owl-prev:before {
  content: "\e93b";
}
/* line 422, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.related-posts .owl-controls .owl-next:before {
  content: "\e93c";
}

/* line 427, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.widget.blog-posts .post-items.owl-carousel .post-item .item-wrapper {
  padding-bottom: 0;
}

/* line 433, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.sidebar .widget.blog-posts .page-title {
  text-align: left;
}
/* line 436, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.sidebar .widget.blog-posts .post-items .post-item {
  padding: 0;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}
/* line 441, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.sidebar .widget.blog-posts .post-items .post-data .post-author,
.sidebar .widget.blog-posts .post-items .post-data .post-comments {
  display: none;
}

/* line 449, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.layout_4 .sidebar .blog-posts .page-title {
  font-size: 26px;
  margin-bottom: 45px;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 25px;
}

/* line 459, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.grid-main.layout_4 .widget.blog-posts .post-data .post-author,
.grid-main.layout_4 .widget.blog-posts .post-data .post-comments {
  display: none;
}

/* line 466, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.logo-description-container {
  border: 1px solid #eae9e9;
  padding: 30px;
}
@media (min-width: 768px) {
  /* line 466, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .logo-description-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  /* line 473, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .logo-description-container .logo-brand-wrap + .text-brand-wrap {
    padding-left: 20px;
  }
  /* line 476, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .logo-description-container .logo-brand-wrap {
    min-width: 8%;
  }
}
@media (max-width: 767px) {
  /* line 481, ../../TemplateMonster_Blog/web/css/source/_module.scss */
  .logo-description-container .logo-brand-wrap {
    text-align: center;
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
/* line 488, ../../TemplateMonster_Blog/web/css/source/_module.scss */
.logo-description-container .category-brand-logo {
  margin: 0;
  float: none;
}

/* line 1, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-pro-wrapper {
  z-index: 1;
}
/* line 3, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-pro-wrapper .link-slider {
  color: #FFF;
  text-transform: uppercase;
  padding: 15px 40px;
  border: 2px solid;
  transition: all 0.3s ease !important;
}
/* line 12, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-pro-wrapper .button-slider.extra .link-slider {
  background: none;
}
/* line 16, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-pro-wrapper .sp-buttons {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
}
/* line 22, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-pro-wrapper .sp-buttons .sp-button {
  display: inline-block;
  border: 0;
  background: #000;
  width: 15px;
  height: 15px;
  margin: 0 15px;
  transition: all 0.2s ease 0s;
  position: relative;
  z-index: 4;
}
/* line 34, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-pro-wrapper .sp-buttons .sp-button.sp-selected-button:before, .slider-pro-wrapper .sp-buttons .sp-button:hover:before {
  width: 25px;
  height: 25px;
  opacity: 0.6;
  top: -5px;
  left: -5px;
}
/* line 42, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-pro-wrapper .sp-buttons .sp-button:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 30%;
  top: 30%;
  border: 5px solid;
  opacity: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
}
/* line 56, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-pro-wrapper .sp-arrow {
  font-size: 22px;
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFF;
  line-height: 48px;
  transition: all 0.2s ease 0s;
}
/* line 66, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-pro-wrapper .sp-arrow:before, .slider-pro-wrapper .sp-arrow:after {
  right: 0;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  position: relative;
  transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg);
  background: none;
  display: block;
  font-family: "Linearicons";
}
/* line 80, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-pro-wrapper .sp-arrow:hover {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6);
}
/* line 85, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-pro-wrapper .sp-horizontal .sp-arrows {
  margin: 0;
}
/* line 89, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-pro-wrapper .sp-horizontal .sp-previous-arrow {
  left: 5%;
}
/* line 91, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-pro-wrapper .sp-horizontal .sp-previous-arrow:after {
  content: "\e93b";
}
/* line 95, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-pro-wrapper .sp-horizontal .sp-next-arrow {
  right: 5%;
}
/* line 97, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-pro-wrapper .sp-horizontal .sp-next-arrow:after {
  content: "\e93c";
}
@media (max-width: 1199px) {
  /* line 104, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .slider-pro-wrapper .button-slider {
    transform: scale(0.75) translate3d(0px, 0px, 0px) !important;
  }
  /* line 107, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .slider-pro-wrapper .link-slider {
    padding: 11px 28px;
    margin-left: -5%;
  }
}
@media (max-width: 767px) {
  /* line 114, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .slider-pro-wrapper .sp-arrow {
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  /* line 121, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .slider-pro-wrapper .sp-horizontal .sp-previous-arrow {
    left: 2%;
  }
  /* line 124, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .slider-pro-wrapper .sp-horizontal .sp-next-arrow {
    right: 2%;
  }
  /* line 128, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .slider-pro-wrapper .sp-buttons {
    bottom: 0;
  }
  /* line 131, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .slider-pro-wrapper .desc-slider,
  .slider-pro-wrapper .slog-slider {
    display: none;
  }
  /* line 135, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .slider-pro-wrapper .button-slider.top-min {
    margin-top: -17px;
  }
}
@media (max-width: 479px) {
  /* line 140, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .slider-pro-wrapper .button-slider {
    transform: scale(0.65) translate3d(0px, 0px, 0px) !important;
    margin-top: -14px;
  }
  /* line 144, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .slider-pro-wrapper .link-slider {
    margin-top: -15px;
    padding: 4px 28px;
  }
  /* line 148, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .slider-pro-wrapper .sp-buttons {
    bottom: -7px;
  }
  /* line 150, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .slider-pro-wrapper .sp-buttons .sp-button {
    width: 7px;
    height: 7px;
    margin: 0 10px;
  }
  /* line 156, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .slider-pro-wrapper .sp-buttons .sp-button.sp-selected-button:before, .slider-pro-wrapper .sp-buttons .sp-button:hover:before {
    width: 15px;
    height: 15px;
    top: -4px;
    left: -4px;
  }
}

/* line 168, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.columns .slider-pro-wrapper {
  margin-bottom: 50px;
}
/* line 171, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.columns .slider-pro-wrapper .sp-horizontal .sp-arrows {
  top: 46.5%;
}
/* line 174, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.columns .slider-pro-wrapper .sp-horizontal .sp-previous-arrow {
  left: 30px;
}
/* line 177, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.columns .slider-pro-wrapper .sp-horizontal .sp-next-arrow {
  right: 30px;
}
/* line 181, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.columns .slider-pro-wrapper .slog-slider {
  text-align: center;
}
/* line 184, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.columns .slider-pro-wrapper .link-slider {
  margin: 0;
}
@media (max-width: 479px) {
  /* line 188, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .columns .slider-pro-wrapper .sp-previous-arrow {
    left: 15px;
  }
  /* line 191, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .columns .slider-pro-wrapper .sp-next-arrow {
    right: 15px;
  }
  /* line 194, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .columns .slider-pro-wrapper .link-slider {
    margin: 0 0 0 20%;
  }
}

/* line 202, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-content-static {
  text-align: right;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
/* line 207, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-content-static.desc-slider {
  display: block;
}
@media (max-width: 767px) {
  /* line 211, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .slider-content-static.button-slider {
    transform: scale(0.45) translate3d(0px, 0px, 0px) !important;
    margin-top: 0;
  }
}

/* line 218, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.static-link-slider {
  color: #FFF;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 40px;
  border: 2px solid;
  line-height: 60px;
}
/* line 226, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.static-link-slider:hover {
  color: #fff;
}

/* line 231, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-content-static-2 {
  text-align: right;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
}
/* line 236, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
.slider-content-static-2.desc-slider {
  display: block;
}
@media (max-width: 767px) {
  /* line 240, ../../TemplateMonster_FilmSlider/web/css/source/_module.scss */
  .slider-content-static-2.button-slider {
    transform: scale(0.45) translate3d(0px, 0px, 0px) !important;
    margin-top: 0;
  }
}

/*
 * 	Featured Product by TemplateMonster 2016
 *	v1.0.0
 */
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
/* line 10, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 17, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

/* line 22, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 29, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 34, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 42, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 49, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-item img {
  display: block;
}

/* line 51, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 54, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 64, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 66, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 69, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 71, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 73, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 78, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 81, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 83, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 87, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 93, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 97, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 100, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 103, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
/* line 115, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
/* line 121, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 125, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
/* line 131, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 136, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 150, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 154, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 158, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 166, ../../TemplateMonster_FeaturedProduct/web/css/source/_owl.carousel2.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* 
 * 	Featured Product by TemplateMonster 2016
 *	v1.0.0
 */
/* line 15, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"], .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
}
/* line 23, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .title[role="tab"] strong,
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"] strong, .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"] strong,
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"] strong,
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"] strong,
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"] strong,
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"] strong,
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] strong {
  line-height: 1.8rem;
}
/* line 27, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .title[role="tab"]:before,
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"]:before, .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"]:before,
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"]:before,
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"]:before,
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"]:before,
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"]:before,
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"]:before {
  top: 0px;
  display: inline-block;
}
/* line 36, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .block-content, .sidebar .block.widget.featured[role="tabpanel"] .block-content,
.sidebar .block.widget.featured [role="tablist"] .block-content,
.sidebar .block.widget.featured [role="tabpanel"] .block-content {
  float: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}
/* line 42, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items {
  display: block;
}
/* line 45, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-list .product-item, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-list .product-item,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-list .product-item,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-list .product-item {
  max-width: 100%;
}
/* line 50, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-photo, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-photo,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-photo,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-photo {
  position: relative;
}
/* line 54, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-details, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-details,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-details,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-details {
  margin: 0;
}
/* line 59, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info {
  margin: 0;
}
/* line 62, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info.active, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info.active,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info.active,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info.active {
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
/* line 72, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .owl-controls, .sidebar .block.widget.featured[role="tabpanel"] .owl-controls,
.sidebar .block.widget.featured [role="tablist"] .owl-controls,
.sidebar .block.widget.featured [role="tabpanel"] .owl-controls {
  position: relative;
  top: 0;
  right: 0;
  padding: 0 15px 20px;
  text-align: center;
}
/* line 81, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .category-title, .sidebar .block.widget.featured[role="tabpanel"] .category-title,
.sidebar .block.widget.featured [role="tablist"] .category-title,
.sidebar .block.widget.featured [role="tabpanel"] .category-title {
  width: 100%;
  text-align: left;
}
/* line 85, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .category-title::before, .sidebar .block.widget.featured[role="tabpanel"] .category-title::before,
.sidebar .block.widget.featured [role="tablist"] .category-title::before,
.sidebar .block.widget.featured [role="tabpanel"] .category-title::before {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 400;
  text-rendering: auto;
  transform: translate(0px, 0px);
}
/* line 94, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .category-title.active::before, .sidebar .block.widget.featured[role="tabpanel"] .category-title.active::before,
.sidebar .block.widget.featured [role="tablist"] .category-title.active::before,
.sidebar .block.widget.featured [role="tabpanel"] .category-title.active::before {
  content: "\f106";
}
/* line 98, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .category-title strong, .sidebar .block.widget.featured[role="tabpanel"] .category-title strong,
.sidebar .block.widget.featured [role="tablist"] .category-title strong,
.sidebar .block.widget.featured [role="tabpanel"] .category-title strong {
  padding: 0;
  font-size: 16px;
}
/* line 103, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured[role="tablist"] .category-content, .sidebar .block.widget.featured[role="tabpanel"] .category-content,
.sidebar .block.widget.featured [role="tablist"] .category-content,
.sidebar .block.widget.featured [role="tabpanel"] .category-content {
  float: none;
  margin-left: 0;
  padding: 20px 0 0;
  text-align: left;
  width: 100%;
}
/* line 112, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured .products-list .product-items {
  padding-top: 20px;
}
/* line 114, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured .products-list .product-items .product-item {
  float: none;
  display: block;
  margin-bottom: 45px;
}
/* line 120, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured .products-list .product-items .product-item-info {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
/* line 127, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured .products-list .product-items .rating-summary .label {
  display: none;
}
/* line 132, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured .products-list .product-items .product-item-details {
  overflow: hidden;
  display: block;
}
/* line 136, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured .products-list .product-items .product-item-photo {
  position: relative;
  display: inline-block;
  float: left;
  width: 30%;
  padding: 0 10px 10px 0;
}
/* line 145, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured .products-list .product-items .product-item-actions .actions-primary {
  display: block;
  margin-bottom: 5px;
}
/* line 151, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured .products-list .product-items .product-image-photo {
  padding: 0;
}
/* line 154, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured .products-list .product-items .owl-wrapper-outer {
  overflow: visible;
}
/* line 157, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured .products-list .product-items .product-label {
  left: 0px;
  right: auto;
  top: -20px;
}
/* line 164, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .block.widget.featured .not-found {
  padding: 0 0 25px;
  margin: -25px 0 0;
}
/* line 172, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .sidebar-featured .collapsible-block {
  margin-top: 0px;
}
/* line 175, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .sidebar-featured .block {
  margin-bottom: 0;
}
/* line 178, ../../TemplateMonster_FeaturedProduct/web/css/source/_products-sidebar.scss */
.sidebar .sidebar-featured .block .block-title {
  margin-bottom: 5px;
}

/* line 1, ../../TemplateMonster_FeaturedProduct/web/css/source/_hover-types.scss */
.tm-featured-switch-image-container {
  position: relative;
  overflow: hidden;
}
/* line 5, ../../TemplateMonster_FeaturedProduct/web/css/source/_hover-types.scss */
.tm-featured-switch-image-container .replaced {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
}

/* line 19, ../../TemplateMonster_FeaturedProduct/web/css/source/_hover-types.scss */
.featured-listing-gallery .fotorama__arr,
.featured-listing-gallery .fotorama__thumb__arr,
.featured-listing-carousel .fotorama__arr,
.featured-listing-carousel .fotorama__thumb__arr {
  background: none;
}
/* line 24, ../../TemplateMonster_FeaturedProduct/web/css/source/_hover-types.scss */
.featured-listing-gallery .fotorama__arr,
.featured-listing-carousel .fotorama__arr {
  width: 40px;
  top: 50%;
  bottom: auto;
}
/* line 28, ../../TemplateMonster_FeaturedProduct/web/css/source/_hover-types.scss */
.featured-listing-gallery .fotorama__arr .fotorama__arr__arr,
.featured-listing-carousel .fotorama__arr .fotorama__arr__arr {
  background-image: none;
  background: rgba(0, 0, 0, 0.05);
  width: 40px;
  height: 40px;
}
/* line 36, ../../TemplateMonster_FeaturedProduct/web/css/source/_hover-types.scss */
.featured-listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before,
.featured-listing-gallery .fotorama__arr--next .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--prev .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--next .fotorama__arr__arr:before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 22px;
  color: #5a5e62;
}
/* line 49, ../../TemplateMonster_FeaturedProduct/web/css/source/_hover-types.scss */
.featured-listing-gallery .fotorama__arr--prev .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--prev .fotorama__arr__arr:before {
  content: "\f104";
}
/* line 52, ../../TemplateMonster_FeaturedProduct/web/css/source/_hover-types.scss */
.featured-listing-gallery .fotorama__arr--next .fotorama__arr__arr:before,
.featured-listing-carousel .fotorama__arr--next .fotorama__arr__arr:before {
  content: '\f105';
}

/* line 161, source/_mixins.scss */
.block.featured:before, .block.featured:after {
  display: table;
  content: "";
  line-height: 0;
}
/* line 168, source/_mixins.scss */
.block.featured:after {
  clear: both;
}
/* line 14, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured .loader > div {
  position: relative;
  overflow: hidden;
}
/* line 18, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured .loader > div::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/loader.gif) center 100px no-repeat;
  z-index: -1;
}
/* line 29, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured .product-image-wrapper {
  height: auto;
}
/* line 34, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured .is-carousel .owl-carousel:not(.owl-loaded) .product-item {
  max-width: 300px;
}
/* line 38, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured .is-carousel .owl-dots {
  text-align: center;
  margin-bottom: -25px;
  position: relative;
  margin-top: 15px;
}
/* line 44, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured .is-carousel .owl-dot {
  width: 13px;
  height: 13px;
  margin: 0 4px;
  border-radius: 100%;
  background: #000;
  display: inline-block;
}
/* line 51, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured .is-carousel .owl-dot:hover,
.block.featured .is-carousel .owl-dot .active {
  background: #ccc;
}
/* line 59, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured[role="tablist"] .page-title {
  margin-right: 15px;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 20px;
  padding-right: 0;
  transition: all 0.3s ease;
  float: left;
}
/* line 68, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured[role="tablist"] .page-title:before, .block.featured[role="tablist"] .page-title:after {
  font-size: 14px;
  top: 3px;
  display: none;
}
/* line 78, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured[role="tablist"] .block-content {
  float: right;
  margin-left: -100%;
  padding: 3rem 0 0;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 86, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .block.featured[role="tablist"] .page-title {
    display: block;
    margin-right: 0;
    font-size: 18px;
    margin-bottom: 9px;
    border-bottom: 1px solid #eae9e9;
    padding-bottom: 10px;
    float: none;
  }
  /* line 95, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .block.featured[role="tablist"] .page-title:before, .block.featured[role="tablist"] .page-title:after {
    display: block;
  }
  /* line 100, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .block.featured[role="tablist"] .block-content {
    float: none;
    margin-left: 0;
    margin-bottom: 35px;
  }
  /* line 106, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .block.featured[role="tablist"][role="tablist"] {
    border: 1px solid #eae9e9;
    padding: 10px;
  }
  /* line 109, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .block.featured[role="tablist"][role="tablist"] .page-title {
    transition: all 0s ease;
  }
  /* line 113, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .block.featured[role="tablist"][role="tablist"] > .page-title:not(.active):nth-last-child(2) {
    padding-bottom: 0;
    border-bottom: 0;
  }
  /* line 119, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .block.featured[role="tablist"][role="tablist"] .owl-nav {
    top: -40px;
  }
}
/* line 129, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured [role="tablist"] .category-title {
  display: inline-block;
  width: auto;
  padding: 0;
  margin: 0 0 20px;
}
/* line 135, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured [role="tablist"] .category-title strong {
  margin-bottom: 0;
  padding-right: 15px;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
}
/* line 142, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured [role="tablist"] .category-title:before {
  display: none;
}
/* line 145, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured [role="tablist"] .category-title.active, .block.featured [role="tablist"] .category-title:hover {
  color: #000;
}
/* line 150, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured [role="tablist"] .category-content {
  text-align: left;
  float: right;
  margin-left: -100%;
  padding: 70px 0 0;
  width: 100%;
}
/* line 158, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured [role="tablist"] .owl-nav {
  top: -48px;
}
@media (max-width: 767px) {
  /* line 163, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .block.featured [role="tablist"] .category-title {
    display: block;
    width: 100%;
    margin-bottom: 9px;
    padding-bottom: 10px;
    margin-right: 0;
    font-size: 18px;
    border-bottom: 1px solid #eae9e9;
    float: none;
  }
  /* line 172, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .block.featured [role="tablist"] .category-title:before {
    display: block;
  }
  /* line 176, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .block.featured [role="tablist"] .category-content {
    float: none;
    margin-left: 0;
    padding-top: 50px;
  }
  /* line 182, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .block.featured [role="tablist"][role="tablist"] {
    border: 1px solid #eae9e9;
    padding: 10px;
  }
  /* line 186, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .block.featured [role="tablist"][role="tablist"] > .category-title:not(.active):nth-last-child(2) {
    padding-bottom: 0;
    border-bottom: 0;
  }
  /* line 192, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .block.featured [role="tablist"][role="tablist"] .owl-nav {
    top: -40px;
  }
}
/* line 200, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.block.featured .fotorama-item .fotorama__stage {
  margin-bottom: 0;
}

/* line 214, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"], .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"],
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"],
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"],
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px;
}
/* line 222, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .title[role="tab"] strong,
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"] strong, .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"] strong,
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"] strong,
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"] strong,
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"] strong,
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"] strong,
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"] strong {
  line-height: 1.8rem;
}
/* line 226, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .title[role="tab"]:before,
.sidebar .block.widget.featured[role="tablist"] .title[data-role="collapsible"]:before, .sidebar .block.widget.featured[role="tabpanel"] .title[role="tab"]:before,
.sidebar .block.widget.featured[role="tabpanel"] .title[data-role="collapsible"]:before,
.sidebar .block.widget.featured [role="tablist"] .title[role="tab"]:before,
.sidebar .block.widget.featured [role="tablist"] .title[data-role="collapsible"]:before,
.sidebar .block.widget.featured [role="tabpanel"] .title[role="tab"]:before,
.sidebar .block.widget.featured [role="tabpanel"] .title[data-role="collapsible"]:before {
  top: 0px;
  display: inline-block;
}
/* line 235, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .block-content, .sidebar .block.widget.featured[role="tabpanel"] .block-content,
.sidebar .block.widget.featured [role="tablist"] .block-content,
.sidebar .block.widget.featured [role="tabpanel"] .block-content {
  float: none;
  margin: 0 0 20px;
  padding: 0;
  width: 100%;
}
/* line 241, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items {
  display: block;
}
/* line 244, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .products-list .product-item, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .products-list .product-item,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .products-list .product-item,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-grid .product-item,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .products-list .product-item {
  max-width: 100%;
}
/* line 249, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-photo, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-photo,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-photo,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-photo {
  position: relative;
}
/* line 253, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .block-content .product-items .product-item-details, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-items .product-item-details,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-items .product-item-details,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-items .product-item-details {
  margin: 0;
}
/* line 258, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info {
  margin: 0;
}
/* line 261, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured[role="tablist"] .block-content .product-item-info.active, .sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured[role="tabpanel"] .block-content .product-item-info.active,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured [role="tablist"] .block-content .product-item-info.active,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info:hover,
.sidebar .block.widget.featured [role="tabpanel"] .block-content .product-item-info.active {
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
/* line 271, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .owl-controls, .sidebar .block.widget.featured[role="tabpanel"] .owl-controls,
.sidebar .block.widget.featured [role="tablist"] .owl-controls,
.sidebar .block.widget.featured [role="tabpanel"] .owl-controls {
  position: relative;
  top: 0;
  right: 0;
  padding: 0 15px 20px;
  text-align: center;
}
/* line 278, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .owl-controls .owl-pagination .owl-page, .sidebar .block.widget.featured[role="tabpanel"] .owl-controls .owl-pagination .owl-page,
.sidebar .block.widget.featured [role="tablist"] .owl-controls .owl-pagination .owl-page,
.sidebar .block.widget.featured [role="tabpanel"] .owl-controls .owl-pagination .owl-page {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
/* line 292, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .category-title, .sidebar .block.widget.featured[role="tabpanel"] .category-title,
.sidebar .block.widget.featured [role="tablist"] .category-title,
.sidebar .block.widget.featured [role="tabpanel"] .category-title {
  width: 100%;
  text-align: left;
}
/* line 296, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .category-title::before, .sidebar .block.widget.featured[role="tabpanel"] .category-title::before,
.sidebar .block.widget.featured [role="tablist"] .category-title::before,
.sidebar .block.widget.featured [role="tabpanel"] .category-title::before {
  content: "\f107";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 400;
  text-rendering: auto;
  transform: translate(0px, 0px);
}
/* line 305, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .category-title.active::before, .sidebar .block.widget.featured[role="tabpanel"] .category-title.active::before,
.sidebar .block.widget.featured [role="tablist"] .category-title.active::before,
.sidebar .block.widget.featured [role="tabpanel"] .category-title.active::before {
  content: "\f106";
}
/* line 309, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .category-title strong, .sidebar .block.widget.featured[role="tabpanel"] .category-title strong,
.sidebar .block.widget.featured [role="tablist"] .category-title strong,
.sidebar .block.widget.featured [role="tabpanel"] .category-title strong {
  padding: 0;
  font-size: 16px;
}
/* line 314, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured[role="tablist"] .category-content, .sidebar .block.widget.featured[role="tabpanel"] .category-content,
.sidebar .block.widget.featured [role="tablist"] .category-content,
.sidebar .block.widget.featured [role="tabpanel"] .category-content {
  float: none;
  margin-left: 0;
  padding: 20px 0 0;
  text-align: left;
  width: 100%;
}
/* line 323, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured .products-list .product-items {
  padding-top: 20px;
}
/* line 325, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured .products-list .product-items .product-item {
  float: none;
  display: block;
  margin-bottom: 45px;
}
/* line 331, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured .products-list .product-items .product-item-info {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
/* line 338, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured .products-list .product-items .rating-summary .label {
  display: none;
}
/* line 343, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured .products-list .product-items .product-item-details {
  overflow: hidden;
  display: block;
}
/* line 347, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured .products-list .product-items .product-item-photo {
  position: relative;
  display: inline-block;
  float: left;
  width: 30%;
  padding: 0 10px 10px 0;
}
/* line 356, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured .products-list .product-items .product-item-actions .actions-primary {
  display: block;
  margin-bottom: 5px;
}
/* line 362, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured .products-list .product-items .product-image-photo {
  padding: 0;
}
/* line 365, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured .products-list .product-items .owl-wrapper-outer {
  overflow: visible;
}
/* line 368, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured .products-list .product-items .product-label {
  left: 0px;
  right: auto;
  top: -20px;
}
/* line 374, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .block.widget.featured .not-found {
  padding: 0 0 25px;
  margin: -25px 0 0;
}
/* line 381, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .sidebar-featured .collapsible-block {
  margin-top: 0px;
}
/* line 384, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .sidebar-featured .block {
  margin-bottom: 0;
}
/* line 387, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.sidebar .sidebar-featured .block .block-title {
  margin-bottom: 5px;
}

/* line 395, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .product-items.owl-carousel {
  margin: 0;
}
/* line 399, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .owl-item .product-item {
  max-width: 100%;
}
/* line 403, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .products-grid .product-item {
  border-bottom: 0;
  padding-bottom: 0;
}
/* line 407, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .product-item {
  position: relative;
}
/* line 411, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .product-item .product-label {
  font-size: 12px;
  background: #000;
  font-weight: normal;
  color: #FFF;
  text-transform: capitalize;
  padding: 2px 8px 0;
  line-height: 19px;
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
  z-index: 2;
}
/* line 426, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .page-title {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 426, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .widget.featured .page-title {
    text-align: left;
    padding-right: 70px;
  }
}
/* line 434, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .product-item-info {
  position: relative;
}
/* line 437, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .owl-nav {
  position: absolute;
  top: -70px;
  right: 20px;
}
/* line 441, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .owl-nav .owl-prev,
.widget.featured .owl-nav .owl-next {
  color: #55a67e;
  padding: 0;
  font-weight: 600;
  margin-left: 20px;
  display: inline-block;
}
/* line 448, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .owl-nav .owl-prev::before,
.widget.featured .owl-nav .owl-next::before {
  font-family: "Linearicons";
  font-size: 22px;
  color: inherit;
  vertical-align: middle;
}
/* line 455, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .owl-nav .owl-prev:before {
  content: "\e93b";
}
/* line 458, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .owl-nav .owl-next:before {
  content: "\e93c";
}
/* line 464, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured.products-center .product-item-info {
  text-align: center;
}
/* line 468, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .rating-summary .label {
  display: none;
}
/* line 471, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .block-title {
  margin-bottom: 50px;
}
/* line 475, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .list .product-reviews-summary {
  padding-top: 0;
}
/* line 478, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .list .reviews-actions {
  display: none;
}
/* line 481, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .list .product-item-details {
  padding-right: 0;
}
/* line 487, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .products-list .product-item-info {
  margin: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
/* line 491, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .products-list .product-item {
  margin-bottom: 30px;
}
/* line 493, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .products-list .product-item:last-child {
  margin-bottom: 0;
}
/* line 497, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .products-list .product-item-photo {
  width: 155px;
}
/* line 500, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .products-list .price-box {
  margin-bottom: 12px;
}
/* line 503, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .products-list .price {
  font-size: 24px;
}
/* line 508, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.widget.featured .products-list .old-price .price {
  font-size: 16px;
}
@media (max-width: 991px) {
  /* line 515, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .widget.featured .products-grid .product-items:not(.owl-carousel) .product-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  /* line 521, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .widget.featured .products-grid .product-items:not(.owl-carousel) .product-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 531, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .sidebar .featured .products-list .product-item-info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* line 533, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .sidebar .featured .products-list .product-item-info .product-item-photo {
    margin-bottom: 10px;
  }
}

/* line 544, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.featured-banner-flex .featured-banner {
  margin-bottom: 20px;
}

/* line 551, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.layout_4 .products-list .product-items {
  border-top: 1px solid #eae9e9;
  padding-top: 80px;
}
@media (max-width: 1199px) {
  /* line 551, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
  .layout_4 .products-list .product-items {
    padding-top: 30px;
  }
}
/* line 560, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.layout_4 .widget.featured .owl-nav {
  top: -97px;
}
/* line 562, ../../TemplateMonster_FeaturedProduct/web/css/source/_module.scss */
.layout_4 .widget.featured .owl-nav .owl-prev::before,
.layout_4 .widget.featured .owl-nav .owl-next::before {
  font-size: 16px;
}

/* line 1, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.catalog-image-grid {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 49px;
  margin-bottom: 102px;
}
@media (max-width: 1199px) {
  /* line 1, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .catalog-image-grid {
    padding-bottom: 5px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  /* line 1, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .catalog-image-grid {
    padding-bottom: 0;
    margin-bottom: 50px;
  }
}
/* line 16, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.catalog-image-grid.last_widget {
  margin-bottom: 0;
}
/* line 19, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.catalog-image-grid.clear-style {
  border: 0;
  padding: 0;
  margin: 0;
}
/* line 23, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.catalog-image-grid.clear-style .category-image {
  margin: 0;
}

/* line 29, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.catalog-image-grid-clear .category-image {
  margin: 0;
}

/* line 38, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid > li {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-bottom: 22px;
}
@media (min-width: 1354px) {
  /* line 38, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid > li {
    padding-left: 25px;
    padding-right: 25px;
  }
}
/* line 43, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid .category-name {
  font-size: 20px;
  line-height: normal;
  display: block;
}
/* line 48, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid .category-image {
  display: block;
  overflow: hidden;
}
/* line 54, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid.thumbnail_image .category-name {
  padding: 18px 0;
}
/* line 57, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid.thumbnail_image a {
  display: block;
}
/* line 60, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid.thumbnail_image a:hover img {
  transform: scale(1.03, 1.03) rotate(0.03deg);
}
/* line 65, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid.thumbnail_image img {
  transition: all 0.3s ease;
}
@media (max-width: 479px) {
  /* line 70, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid.thumbnail_image.row li {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    max-width: 100%;
  }
}
/* line 80, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid.font_icon a {
  display: inline-block;
}
/* line 83, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid.font_icon i {
  display: block;
  margin-bottom: 19px;
}
/* line 87, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid.font_icon li {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  /* line 91, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid.font_icon.columns-6 > li {
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px) {
  /* line 79, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid.font_icon {
    display: flex;
    flex-wrap: wrap;
  }
  /* line 99, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid.font_icon .category-icon::before {
    font-size: 55px !important;
  }
  /* line 102, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid.font_icon .category-name {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  /* line 107, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid.font_icon.columns-6 > li {
    flex-basis: 50%;
    max-width: 50%;
  }
}

/* line 115, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 120, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-list .grid-inner {
  position: relative;
  background: #fffde7;
}
/* line 124, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-list .grid-inner:hover .category-image {
  opacity: 0.05;
}
/* line 127, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-list .grid-inner:hover .grid-wrapper {
  opacity: 1;
}
/* line 132, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-list .category-image {
  display: block;
  transition: all 0.3s ease;
}
/* line 136, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-list .grid-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: all 0.3s ease;
}
/* line 145, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-list .category-name {
  display: block;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}
/* line 152, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-list .category-button {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  padding: 19px 45px;
}
/* line 30, source/_mixins.scss */
.category-list .category-button:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.category-list .category-button span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 152, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-list .category-button {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 152, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-list .category-button {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 157, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-list img {
  width: 100%;
}

/* line 163, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 166, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full .grid-inner {
  position: relative;
}
/* line 168, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full .grid-inner:before {
  content: "";
  display: block;
  position: absolute;
  border: 12px solid #000;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}
/* line 178, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full .grid-inner:hover:before {
  opacity: 0.6;
}
/* line 182, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full .category-image {
  display: block;
  margin-bottom: 0;
}
/* line 186, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full .inner {
  position: absolute;
  top: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px;
  color: #fff;
}
/* line 195, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full .inner a {
  color: #fff;
}
/* line 199, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full .category-name {
  font-size: 45px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
/* line 206, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full .category-name span {
  font-size: 35px;
  display: block;
  font-weight: 300;
}
/* line 212, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full .subcategory-grid {
  margin-bottom: 45px;
}
/* line 214, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full .subcategory-grid li {
  display: inline-block;
}
/* line 217, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full .subcategory-grid a {
  font-size: 12px;
}
/* line 219, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full .subcategory-grid a:hover {
  text-decoration: underline;
}
/* line 224, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full .button-more {
  text-transform: uppercase;
  font-weight: 500;
  display: inline-block;
}
/* line 228, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full .button-more:before {
  display: inline-block;
  float: right;
  font-family: "Linearicons";
  content: "\e93c";
  font-size: 12px;
  text-align: center;
  width: 27px;
  height: 27px;
  line-height: 27px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  margin: -3px 0 0 17px;
  transition: all 0.3s ease;
}
/* line 245, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full .button-more:hover:before {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5);
}
/* line 250, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full img {
  width: 100%;
}
/* line 254, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.category-grid-full.thumbnail_image .subcategory-grid li:not(:first-child):before {
  content: ",";
  margin: 0 2px;
}
@media (max-width: 1721px) and (min-width: 1130px) {
  /* line 261, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid-full .inner {
    padding: 25px;
  }
  /* line 264, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid-full .category-name {
    font-size: 30px;
    margin-bottom: 20px;
  }
  /* line 267, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid-full .category-name span {
    font-size: 20px;
  }
  /* line 271, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid-full .subcategory-grid {
    margin-bottom: 25px;
  }
}
@media (max-width: 1131px) {
  /* line 276, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid-full.columns-4 > li {
    -webkit-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  /* line 281, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid-full.columns-3 > li {
    -webkit-flex-basis: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    max-width: 50% !important;
  }
}
@media (max-width: 767px) {
  /* line 286, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid-full.columns-3 > li {
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) and (min-width: 539px) {
  /* line 293, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid-full .inner {
    padding: 30px;
  }
  /* line 296, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid-full .category-name {
    font-size: 25px;
    margin-bottom: 15px;
  }
  /* line 299, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid-full .category-name span {
    font-size: 20px;
  }
  /* line 303, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid-full .subcategory-grid {
    margin-bottom: 20px;
  }
}
@media (max-width: 540px) {
  /* line 308, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid-full.columns-4 > li {
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 479px) {
  /* line 313, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid-full .inner {
    padding: 30px;
  }
  /* line 316, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid-full .category-name {
    font-size: 32px;
  }
  /* line 318, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
  .category-grid-full .category-name span {
    font-size: 26px;
  }
}

/* line 325, ../../TemplateMonster_CatalogImagesGrid/web/css/source/_module.scss */
.catalog-image-grid-lt-2 {
  margin-bottom: 75px;
}

/* line 1, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
.parallax-container {
  margin-bottom: 92px;
  text-align: center;
}
/* line 4, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
.parallax-container .rd-parallax-inner {
  min-height: 658px;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
  pointer-events: none;
}
/* line 10, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
.parallax-container .parallax-title {
  font-size: 84px;
  line-height: 84px;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 10px;
}
/* line 17, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
.parallax-container .parallax-slog {
  font-size: 24px;
  line-height: normal;
  color: #FFF;
}
/* line 23, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
.parallax-container .link-parallax {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  margin-top: 50px;
  padding: 17px 40px;
  font-size: 18px;
}
/* line 30, source/_mixins.scss */
.parallax-container .link-parallax:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.parallax-container .link-parallax span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 23, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
  .parallax-container .link-parallax {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 23, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
  .parallax-container .link-parallax {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}
/* line 31, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
.parallax-container .parallax-slog-2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 43px;
}
/* line 37, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
.parallax-container .parallax-title-2 {
  font-size: 84px;
  line-height: 87px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: -15px;
}
/* line 43, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
.parallax-container .parallax-title-2 strong {
  display: block;
  font-weight: bold;
}
@media (max-width: 991px) {
  /* line 1, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
  .parallax-container {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  /* line 51, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
  .parallax-container .rd-parallax-inner {
    min-height: 300px;
    padding: 65px 20px;
  }
  /* line 55, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
  .parallax-container .parallax-title {
    font-size: 41px;
    line-height: 50px;
  }
  /* line 59, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
  .parallax-container .parallax-slog {
    font-size: 18px;
  }
  /* line 62, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
  .parallax-container .parallax-slog-2 {
    font-size: 20px;
  }
  /* line 65, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
  .parallax-container .parallax-title-2 {
    font-size: 46px;
    line-height: 50px;
    color: #fff;
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  /* line 73, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
  .parallax-container .parallax-title-2 {
    font-size: 38px;
  }
}

/* line 78, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
.mobile .parallax-container .text-layout {
  padding: 50px 0;
}

@media (max-width: 991px) {
  /* line 82, ../../TemplateMonster_Parallax/web/css/source/_module.scss */
  .parallax-container.parallax-4 {
    padding-bottom: 0;
  }
}

@font-face {
  font-family: 'furniture';
  src: url("../fonts/fontello/furniture.eot?3955673");
  src: url("../fonts/fontello/furniture.eot?3955673#iefix") format("embedded-opentype"), url("../fonts/fontello/furniture.woff2?3955673") format("woff2"), url("../fonts/fontello/furniture.woff?3955673") format("woff"), url("../fonts/fontello/furniture.ttf?3955673") format("truetype"), url("../fonts/fontello/furniture.svg?3955673#furniture") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, source/font-include/_furniture.scss */
[class^="furniture-icon-"]:before, [class*=" furniture-icon-"]:before {
  font-family: "furniture";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 31, source/font-include/_furniture.scss */
.furniture-icon-16:before {
  content: '\e800';
}

/* '' */
/* line 32, source/font-include/_furniture.scss */
.furniture-icon-14:before {
  content: '\e801';
}

/* '' */
/* line 33, source/font-include/_furniture.scss */
.furniture-icon-13:before {
  content: '\e802';
}

/* '' */
/* line 34, source/font-include/_furniture.scss */
.furniture-icon-12:before {
  content: '\e803';
}

/* '' */
/* line 35, source/font-include/_furniture.scss */
.furniture-icon-09:before {
  content: '\e804';
}

/* '' */
/* line 36, source/font-include/_furniture.scss */
.furniture-icon-10:before {
  content: '\e805';
}

/* '' */
/* line 37, source/font-include/_furniture.scss */
.furniture-icon-08:before {
  content: '\e806';
}

/* '' */
/* line 38, source/font-include/_furniture.scss */
.furniture-icon-07:before {
  content: '\e807';
}

/* '' */
/* line 39, source/font-include/_furniture.scss */
.furniture-icon-06:before {
  content: '\e808';
}

/* '' */
/* line 40, source/font-include/_furniture.scss */
.furniture-icon-05:before {
  content: '\e809';
}

/* '' */
/* line 41, source/font-include/_furniture.scss */
.furniture-icon-04:before {
  content: '\e80a';
}

/* '' */
/* line 42, source/font-include/_furniture.scss */
.furniture-icon-03:before {
  content: '\e80b';
}

/* '' */
/* line 43, source/font-include/_furniture.scss */
.furniture-icon-02:before {
  content: '\e80c';
}

/* '' */
/* line 44, source/font-include/_furniture.scss */
.furniture-icon-01:before {
  content: '\e80d';
}

/* '' */
/* line 1, ../../TemplateMonster_GoogleMap/web/css/source/_module.scss */
.map-title {
  display: none;
}

/* line 4, ../../TemplateMonster_GoogleMap/web/css/source/_module.scss */
.block-googlemap-home {
  position: relative;
}
/* line 6, ../../TemplateMonster_GoogleMap/web/css/source/_module.scss */
.block-googlemap-home .map-title {
  text-align: center;
  background: #ffffff none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09);
  cursor: pointer;
  height: 64px;
  line-height: 64px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  width: 64px;
  font-size: 0;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -50px;
  display: none;
}
/* line 23, ../../TemplateMonster_GoogleMap/web/css/source/_module.scss */
.block-googlemap-home .map-title:before {
  font-family: "Linearicons";
  content: "\e93a";
  font-size: 30px;
}

/* line 1, ../../TemplateMonster_LayoutSwitcher/web/css/source/_module.scss */
.layout-switcher {
  z-index: 3;
}
/* line 4, ../../TemplateMonster_LayoutSwitcher/web/css/source/_module.scss */
.layout-switcher .select-container select {
  min-height: 30px;
}
/* line 7, ../../TemplateMonster_LayoutSwitcher/web/css/source/_module.scss */
.layout-switcher .select-container::after {
  top: 3px;
}
/* line 11, ../../TemplateMonster_LayoutSwitcher/web/css/source/_module.scss */
.layout-switcher label {
  padding-bottom: 0;
}
/* line 14, ../../TemplateMonster_LayoutSwitcher/web/css/source/_module.scss */
.layout-switcher section .inner {
  padding-bottom: 15px;
}
@media (max-height: 800px) {
  /* line 18, ../../TemplateMonster_LayoutSwitcher/web/css/source/_module.scss */
  .layout-switcher form {
    overflow-y: scroll;
    max-height: 400px;
  }
}

/* line 1, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
.sm-wrapper {
  padding: 30px 0;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* line 6, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
.sm-wrapper .logo {
  display: table;
  margin: 0 auto 30px;
}
/* line 10, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
.sm-wrapper .copyright {
  text-align: center;
  display: block;
  font-size: 12px;
  margin-top: 30px;
}

/* line 17, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
.sm-container-wrapper {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  box-shadow: 0 5px 27px rgba(0, 0, 0, 0.09) inset;
  padding: 0 20px;
}

/* line 23, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
.sm-main {
  text-align: center;
  max-width: 780px;
  margin: 0 auto;
  color: #fff;
  padding: 180px 0;
}

/* line 30, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
.sm-title {
  font-weight: 500;
  line-height: 1;
}

/* line 34, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
#sm-content-block {
  margin-bottom: 65px;
}
/* line 36, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
#sm-content-block .sm-title {
  font-size: 65px;
  margin-bottom: 40px;
  font-weight: 800;
}
/* line 41, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
#sm-content-block .sm-description {
  font-size: 16px;
  line-height: 28px;
}

/* line 47, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
#sm-subscription-block .sm-title {
  font-size: 35px;
  margin-bottom: 40px;
}

/* line 52, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
.sm-content {
  max-width: 450px;
  margin: 0 auto;
}
/* line 55, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
.sm-content .sm-button {
  background: #000;
  padding: 11px 10px 12px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border: 2px solid #eae9e9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
}
/* line 30, source/_mixins.scss */
.sm-content .sm-button:hover {
  color: #FFF;
}
/* line 33, source/_mixins.scss */
.sm-content .sm-button span {
  vertical-align: sub;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 55, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
  .sm-content .sm-button {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  /* line 55, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
  .sm-content .sm-button {
    font-size: 14px;
    padding: 11px 19px 12px;
  }
}

/* line 60, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
.sm-subscription {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 62, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
.sm-subscription input {
  margin-right: 10px;
  height: 50px;
}

/* line 67, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
#sm-timer-block {
  margin-bottom: 50px;
}

/* line 70, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
#sm-timer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 75px;
  font-weight: 500;
  line-height: 1;
}
/* line 76, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
#sm-timer > div {
  min-width: 125px;
  position: relative;
  margin: 0 8px;
}
/* line 82, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
#sm-timer span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-top: 8px;
}
/* line 88, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
#sm-timer b {
  position: absolute;
  top: 20%;
  right: -17%;
}

@media (max-width: 767px) {
  /* line 96, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
  #sm-content-block {
    margin-bottom: 30px;
  }

  /* line 99, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
  #sm-content-block .sm-title {
    font-size: 30px;
    margin-bottom: 25px;
  }

  /* line 103, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
  #sm-content-block .sm-description {
    font-size: 14px;
    line-height: 20px;
  }

  /* line 107, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
  #sm-subscription-block .sm-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  /* line 111, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
  #sm-timer {
    font-size: 26px;
  }
  /* line 113, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
  #sm-timer > div {
    min-width: 30px;
  }
  /* line 116, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
  #sm-timer span {
    font-size: 14px;
  }
  /* line 120, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
  #sm-timer b {
    right: -16px;
  }
}
@media (max-width: 479px) {
  /* line 126, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
  .sm-main {
    padding: 50px 0;
  }

  /* line 129, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
  .sm-subscription {
    display: block;
  }

  /* line 132, ../../TemplateMonster_SiteMaintenance/web/css/source/_module.scss */
  .sm-button {
    width: 100%;
    margin-top: 10px;
  }
}
/* line 1, ../../TemplateMonster_ShopByBrand/web/css/source/_module.scss */
.widget.brands {
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 60px;
  margin-bottom: 110px;
  margin-top: -25px;
}
@media (max-width: 1199px) {
  /* line 1, ../../TemplateMonster_ShopByBrand/web/css/source/_module.scss */
  .widget.brands {
    margin-bottom: 40px;
    padding-bottom: 40px;
    margin-top: 0;
  }
}
/* line 11, ../../TemplateMonster_ShopByBrand/web/css/source/_module.scss */
.widget.brands .block-content .brandlist {
  margin-bottom: 0;
}

/* line 18, ../../TemplateMonster_ShopByBrand/web/css/source/_module.scss */
.brand-list .brand-item {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
@media (min-width: 1354px) {
  /* line 18, ../../TemplateMonster_ShopByBrand/web/css/source/_module.scss */
  .brand-list .brand-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1199px) {
  /* line 18, ../../TemplateMonster_ShopByBrand/web/css/source/_module.scss */
  .brand-list .brand-item {
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
  }
}
@media (max-width: 991px) {
  /* line 18, ../../TemplateMonster_ShopByBrand/web/css/source/_module.scss */
  .brand-list .brand-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 30px;
  }
}
/* line 29, ../../TemplateMonster_ShopByBrand/web/css/source/_module.scss */
.brand-list .brand-item .inner {
  padding: 25px 25px 35px;
  border: 1px solid #eae9e9;
}
/* line 33, ../../TemplateMonster_ShopByBrand/web/css/source/_module.scss */
.brand-list .brand-item .brand-item-name {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 991px) {
  /* line 33, ../../TemplateMonster_ShopByBrand/web/css/source/_module.scss */
  .brand-list .brand-item .brand-item-name {
    font-size: 16px;
  }
}

/* line 43, ../../TemplateMonster_ShopByBrand/web/css/source/_module.scss */
.product-brand {
  display: inline-block;
  text-align: center;
  padding: 0;
  border: 1px solid #eae9e9;
}
/* line 48, ../../TemplateMonster_ShopByBrand/web/css/source/_module.scss */
.product-brand .product-brand-logo {
  max-width: 90px;
  margin: 0 auto;
}
/* line 52, ../../TemplateMonster_ShopByBrand/web/css/source/_module.scss */
.product-brand .product-brand-name {
  padding: 4px;
  margin: 0;
  border-bottom: 1px solid #eae9e9;
}

/* line 60, ../../TemplateMonster_ShopByBrand/web/css/source/_module.scss */
.widget.brands .brand-logo:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=modules.css.map */
