@charset "UTF-8";
/*
*   TM_AjaxCatalog
*/
.swatch-option-tooltip {
  visibility: hidden; }
  @media (min-width: 1024px) {
    .swatch-option-tooltip {
      visibility: visible; } }

/*
*   TM_AjaxCatalog
*/
#search_mini_form {
  position: relative; }

body.ajax-loading #search.input-text:focus {
  background-image: url(../images/loader-dark.gif);
  background-position: 2px 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px; }

#search.input-text {
  padding-left: 20px; }

#search_mini_form input[aria-haspopup="false"] + #search_autocomplete ul[role=listbox] {
  overflow: hidden; }
#search_mini_form .search-autocomplete {
  overflow: hidden;
  position: static;
  max-height: 350px;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25); }
  #search_mini_form .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 */ }
  #search_mini_form .search-autocomplete ul[role=listbox] {
    overflow-y: scroll;
    position: static;
    max-height: 350px;
    margin-right: -20px;
    z-index: 10;
    display: block; }
  #search_mini_form .search-autocomplete ul li.search-item {
    border-bottom: solid 1px #ccc;
    border-top: none;
    padding: 10px;
    padding-right: 30px; }
    #search_mini_form .search-autocomplete ul li.search-item .amount {
      position: static; }
    #search_mini_form .search-autocomplete ul li.search-item a {
      display: block;
      overflow: hidden;
      line-height: normal;
      text-decoration: none;
      margin: -10px;
      padding: 10px; }
      #search_mini_form .search-autocomplete ul li.search-item a .search-thumb {
        float: left;
        width: 50px;
        margin-right: 10px; }
      #search_mini_form .search-autocomplete ul li.search-item a .qs-option-name {
        font-size: 12px;
        display: block;
        margin-bottom: 5px; }
      #search_mini_form .search-autocomplete ul li.search-item a .price {
        display: block;
        color: #313131;
        font-size: 16px; }
    #search_mini_form .search-autocomplete ul li.search-item:hover {
      background: none;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) inset; }

/* 
 *  Featured Product by TemplateMonster 2016
 *  v1.0.0
 */
.block-posts-list {
  clear: both;
  font-family: inherit; }
  .block-posts-list .post-items {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px; }
    .block-posts-list .post-items .post-item {
      flex-basis: 33.333%;
      -webkit-flex-basis: 33.333%;
      list-style: none;
      padding: 0 15px;
      box-sizing: border-box; }
      .block-posts-list .post-items .post-item .item-wrapper {
        padding-bottom: 43px; }
    .block-posts-list .post-items .post-image {
      margin-bottom: 21px; }
      .block-posts-list .post-items .post-image img {
        width: 100%;
        vertical-align: top; }
    .block-posts-list .post-items .post-title {
      margin-bottom: 6px; }
      .block-posts-list .post-items .post-title h3 {
        font-family: inherit;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        margin: 0; }
        .block-posts-list .post-items .post-title h3 a {
          color: #000;
          text-decoration: none; }
          .block-posts-list .post-items .post-title h3 a:hover {
            color: #666666; }
    .block-posts-list .post-items .post-short-content {
      font-size: inherit;
      line-height: inherit;
      margin-bottom: 26px; }
    .block-posts-list .post-items .post-link {
      color: #000;
      font-weight: 700;
      text-transform: none; }
      .block-posts-list .post-items .post-link:hover {
        color: #666666; }
    .block-posts-list .post-items .post-data {
      border-top: solid 1px #e8e8e8;
      padding: 11px 0 0;
      color: #999999;
      display: flex;
      -webkit-display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
      .block-posts-list .post-items .post-data .create-date a,
      .block-posts-list .post-items .post-data .post-author a,
      .block-posts-list .post-items .post-data .post-comments a {
        color: #999999;
        text-decoration: none; }
        .block-posts-list .post-items .post-data .create-date a:hover,
        .block-posts-list .post-items .post-data .post-author a:hover,
        .block-posts-list .post-items .post-data .post-comments a:hover {
          color: #000; }
      .block-posts-list .post-items .post-data .create-date a span:before, .block-posts-list .post-items .post-data .create-date:before,
      .block-posts-list .post-items .post-data .post-author a span:before,
      .block-posts-list .post-items .post-data .post-author:before,
      .block-posts-list .post-items .post-data .post-comments a span:before,
      .block-posts-list .post-items .post-data .post-comments:before {
        font-size: 18px;
        padding-right: 4px;
        color: #000;
        vertical-align: middle; }
      .block-posts-list .post-items .post-data .create-date {
        order: 1;
        -webkit-order: 1; }
        .block-posts-list .post-items .post-data .create-date time {
          display: inline-block; }
      .block-posts-list .post-items .post-data .post-author {
        order: 2;
        -webkit-order: 2; }
      .block-posts-list .post-items .post-data .post-comments {
        order: 3;
        -webkit-order: 3;
        flex-basis: 50px;
        -webkit-flex-basis: 50px;
        text-align: right; }
      @media (max-width: 1200px) {
        .block-posts-list .post-items .post-data {
          display: block;
          overflow: hidden; }
          .block-posts-list .post-items .post-data .create-date,
          .block-posts-list .post-items .post-data .post-author {
            display: block; }
          .block-posts-list .post-items .post-data .post-comments {
            float: right; } }
    @media (max-width: 768px) {
      .block-posts-list .post-items .post-item {
        flex-basis: 50%;
        -webkit-flex-basis: 50%; }
        .block-posts-list .post-items .post-item .item-wrapper {
          padding-bottom: 20px; } }
    @media (max-width: 350px) {
      .block-posts-list .post-items .post-item {
        flex-basis: 100%;
        -webkit-flex-basis: 100%; } }

.posts-list-wrapper {
  /*Toolbar
  **********************************************/ }
  .posts-list-wrapper .toolbar-top {
    margin-bottom: 30px; }
    .posts-list-wrapper .toolbar-top .toolbar {
      margin-bottom: 0;
      text-align: left; }
    .posts-list-wrapper .toolbar-top .sorter {
      float: left;
      margin-bottom: 5px; }
    .posts-list-wrapper .toolbar-top .limiter {
      display: block;
      margin-bottom: 5px;
      text-align: right; }
    .posts-list-wrapper .toolbar-top .pages {
      display: none; }
  .posts-list-wrapper .toolbar-bottom .toolbar {
    margin-bottom: 0; }
    .posts-list-wrapper .toolbar-bottom .toolbar .pages {
      text-align: left;
      margin: 0;
      display: block; }
      .posts-list-wrapper .toolbar-bottom .toolbar .pages .pages-item-next {
        position: relative; }
  .posts-list-wrapper .toolbar-bottom .sorter,
  .posts-list-wrapper .toolbar-bottom .limiter {
    display: none;
    visibility: hidden; }

.widget.blog-posts {
  clear: both;
  font-family: inherit;
  width: 100%; }
  .widget.blog-posts .post-items {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px; }
    .widget.blog-posts .post-items .post-item {
      flex-basis: 33.333%;
      -webkit-flex-basis: 33.333%;
      list-style: none;
      padding: 0 15px;
      box-sizing: border-box; }
      .widget.blog-posts .post-items .post-item .item-wrapper {
        padding-bottom: 43px; }
    .widget.blog-posts .post-items .post-image {
      margin-bottom: 21px; }
      .widget.blog-posts .post-items .post-image img {
        width: 100%;
        vertical-align: top; }
    .widget.blog-posts .post-items .post-title {
      margin-bottom: 6px; }
      .widget.blog-posts .post-items .post-title h3 {
        font-family: inherit;
        font-size: 18px;
        line-height: 30px;
        font-weight: 500;
        margin: 0; }
        .widget.blog-posts .post-items .post-title h3 a {
          color: #000;
          text-decoration: none; }
          .widget.blog-posts .post-items .post-title h3 a:hover {
            color: #666666; }
    .widget.blog-posts .post-items .post-short-content {
      font-size: inherit;
      line-height: inherit;
      margin-bottom: 26px; }
    .widget.blog-posts .post-items .post-link {
      color: #000;
      font-weight: 700;
      text-transform: none; }
      .widget.blog-posts .post-items .post-link:hover {
        color: #666666; }
    .widget.blog-posts .post-items .post-data {
      border-top: solid 1px #e8e8e8;
      padding: 11px 0 0;
      color: #999999;
      display: flex;
      -webkit-display: flex;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
      .widget.blog-posts .post-items .post-data .create-date a,
      .widget.blog-posts .post-items .post-data .post-author a,
      .widget.blog-posts .post-items .post-data .post-comments a {
        color: #999999;
        text-decoration: none; }
        .widget.blog-posts .post-items .post-data .create-date a:hover,
        .widget.blog-posts .post-items .post-data .post-author a:hover,
        .widget.blog-posts .post-items .post-data .post-comments a:hover {
          color: #000; }
      .widget.blog-posts .post-items .post-data .create-date a span:before, .widget.blog-posts .post-items .post-data .create-date:before,
      .widget.blog-posts .post-items .post-data .post-author a span:before,
      .widget.blog-posts .post-items .post-data .post-author:before,
      .widget.blog-posts .post-items .post-data .post-comments a span:before,
      .widget.blog-posts .post-items .post-data .post-comments:before {
        font-size: 18px;
        padding-right: 4px;
        color: #000;
        vertical-align: middle; }
      .widget.blog-posts .post-items .post-data .create-date {
        order: 1;
        -webkit-order: 1; }
        .widget.blog-posts .post-items .post-data .create-date time {
          display: inline-block; }
      .widget.blog-posts .post-items .post-data .post-author {
        order: 2;
        -webkit-order: 2; }
      .widget.blog-posts .post-items .post-data .post-comments {
        order: 3;
        -webkit-order: 3;
        flex-basis: 50px;
        -webkit-flex-basis: 50px;
        text-align: right; }
      @media (max-width: 1200px) {
        .widget.blog-posts .post-items .post-data {
          display: block;
          overflow: hidden; }
          .widget.blog-posts .post-items .post-data .create-date,
          .widget.blog-posts .post-items .post-data .post-author {
            display: block; }
          .widget.blog-posts .post-items .post-data .post-comments {
            float: right; } }
    @media (max-width: 768px) {
      .widget.blog-posts .post-items .post-item {
        flex-basis: 50%;
        -webkit-flex-basis: 50%; }
        .widget.blog-posts .post-items .post-item .item-wrapper {
          padding-bottom: 20px; } }
    @media (max-width: 350px) {
      .widget.blog-posts .post-items .post-item {
        flex-basis: 100%;
        -webkit-flex-basis: 100%; } }

.post-page {
  clear: both;
  font-family: inherit;
  width: 100%; }
  .post-page .post-text {
    margin-bottom: 25px; }
  .post-page .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 13px 0 0;
    margin-bottom: 50px;
    color: #999999; }
    .post-page .post-data .create-date,
    .post-page .post-data .post-author,
    .post-page .post-data .post-comments {
      display: inline-block;
      margin-right: 20px; }
      .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; }
      .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; }
        .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; }
      .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; }
    .post-page .post-data .create-date time {
      display: inline-block; }
    @media (max-width: 480px) {
      .post-page .post-data {
        overflow: hidden; }
        .post-page .post-data .create-date,
        .post-page .post-data .post-author,
        .post-page .post-data .post-comments {
          display: block;
          margin-bottom: 3px; } }
  .post-page .post-relatedproducts .block.related {
    float: none; }
    .post-page .post-relatedproducts .block.related .owl-carousel .product-item {
      width: 100%; }
    .post-page .post-relatedproducts .block.related .product-item {
      width: 33.33%; }
      .post-page .post-relatedproducts .block.related .product-item .product-item-info {
        width: 100%;
        padding: 0;
        margin: 0;
        box-shadow: none;
        border: none; }
      .post-page .post-relatedproducts .block.related .product-item .product-item-photo {
        display: block;
        text-align: center; }

.post-comments-block {
  margin-bottom: 68px; }
  .post-comments-block .post-comments-content {
    margin-bottom: 48px; }
  .post-comments-block .post-comment {
    background: #f4f4f4;
    padding: 30px;
    margin-bottom: 20px; }
  .post-comments-block .comment-info {
    overflow: hidden;
    padding: 0 0 3px 0;
    margin-bottom: 15px;
    border-bottom: solid 1px #e8e8e8; }
    .post-comments-block .comment-info .post-data {
      float: right;
      margin: 0 0 0 5px;
      border: none;
      padding: 0; }
      .post-comments-block .comment-info .post-data .create-date {
        margin: 0; }
        .post-comments-block .comment-info .post-data .create-date time {
          display: inline-block; }
    .post-comments-block .comment-info .comment-author {
      margin-top: 0; }
  .post-comments-block .comment-add .subtitle {
    margin-bottom: 30px; }
  .post-comments-block .comment-add .fieldset {
    margin-bottom: 0; }
    .post-comments-block .comment-add .fieldset .field {
      margin-bottom: 28px; }
  @media (min-width: 767px) {
    .post-comments-block .comment-add label.label {
      float: left;
      margin: 0;
      min-width: 90px; }
    .post-comments-block .comment-add .control {
      overflow: hidden; }
      .post-comments-block .comment-add .control input {
        width: 327px; }
      .post-comments-block .comment-add .control textarea {
        height: 242px; }
    .post-comments-block .comment-add .comment-form-actions {
      margin-left: 90px; } }

.block.related-posts .block-title {
  margin-bottom: 30px; }
.block.related-posts .related-post-list {
  padding: 0;
  overflow: hidden;
  margin: -1px 0 0 0;
  list-style: none; }
  .block.related-posts .related-post-list li {
    box-sizing: border-box;
    margin-bottom: 0; }
    .block.related-posts .related-post-list li h5.post-title {
      margin: 0;
      font-weight: normal; }
      .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; }
        .block.related-posts .related-post-list li h5.post-title a:hover {
          background: #e8e8e8;
          padding-left: 15px; }
  @media (min-width: 767px) {
    .block.related-posts .related-post-list {
      display: flex;
      -webkit-display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-left: -15px; }
      .block.related-posts .related-post-list li {
        padding-left: 15px;
        flex-basis: 50%;
        -webkit-flex-basis: 50%; } }
  @media (min-width: 1200px) {
    .block.related-posts .related-post-list li {
      flex-basis: 33.333%;
      -webkit-flex-basis: 33.333%; }
      .block.related-posts .related-post-list li h5.post-title a {
        font-size: 18px; } }
.block.related-posts .related-post-grid {
  padding: 0;
  margin: 0 -15px; }
  .block.related-posts .related-post-grid .inner {
    padding: 0 15px; }
  .block.related-posts .related-post-grid .post-image {
    display: block;
    margin-bottom: 10px; }
    .block.related-posts .related-post-grid .post-image img {
      vertical-align: top; }
  .block.related-posts .related-post-grid h5.post-title {
    margin: 0;
    font-weight: normal;
    line-height: normal; }
    .block.related-posts .related-post-grid h5.post-title a {
      font-size: 14px;
      color: #000000; }
  @media (min-width: 1200px) {
    .block.related-posts .related-post-grid li {
      flex-basis: 33.333%;
      -webkit-flex-basis: 33.333%; }
      .block.related-posts .related-post-grid li h5.post-title a {
        font-size: 18px; } }

.block-blog-categories .block-title,
.block-recent-posts .block-title,
.block-recent-comments .block-title {
  margin-bottom: 20px; }
  .block-blog-categories .block-title strong,
  .block-recent-posts .block-title strong,
  .block-recent-comments .block-title strong {
    font-weight: 300;
    font-size: 18px; }
.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; }
  .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; }
    .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; }

.block-blog-categories .block-content #blog-show-all {
  cursor: pointer; }
  .block-blog-categories .block-content #blog-show-all:hover {
    text-decoration: underline; }
  .block-blog-categories .block-content #blog-show-all.closed .less, .block-blog-categories .block-content #blog-show-all.opened .more {
    display: none; }

.block-recent-comments .title-section {
  font-size: 13px;
  padding-bottom: 10px; }
  .block-recent-comments .title-section strong {
    font-weight: 600; }
    .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 */
.post-page {
  /* display none until init */
  	/*
       *  Core Owl Carousel CSS File
       */
  /***/
  /* fix */ }
  .post-page .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .post-page .owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y; }
  .post-page .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .post-page .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%; }
  .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; }
  .post-page .owl-carousel .owl-item {
    float: left; }
  .post-page .owl-controls .owl-page,
  .post-page .owl-controls .owl-buttons div {
    cursor: pointer; }
  .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; }
  .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; }
  .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); }
  .post-page .owl-controls {
    position: absolute;
    top: -50px;
    right: 0; }
    .post-page .owl-controls .owl-prev {
      display: inline-block; }
      .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: ""; }
    .post-page .owl-controls .owl-next {
      display: inline-block; }
      .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: ""; }
    .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; }
      .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; }
      .post-page .owl-controls .owl-prev:hover,
      .post-page .owl-controls .owl-next:hover {
        border-color: #000; }

/*
** Vars
*/
/*
** Mixins
*/
.container, .page-print.sales-order-print #maincontent {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 300px;
  max-width: 768px; }
  @media (min-width: 768px) {
    .container, .page-print.sales-order-print #maincontent {
      max-width: 750px; } }
  @media (min-width: 992px) {
    .container, .page-print.sales-order-print #maincontent {
      max-width: 970px; } }
  @media (min-width: 1200px) {
    .container, .page-print.sales-order-print #maincontent {
      max-width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

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

[class*='col-xs-1'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-sm-1'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-md-1'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-lg-1'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-xs-2'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-sm-2'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-md-2'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-lg-2'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-xs-3'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-sm-3'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-md-3'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-lg-3'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-xs-4'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-sm-4'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-md-4'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-lg-4'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-xs-5'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-sm-5'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-md-5'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-lg-5'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-xs-6'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-sm-6'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-md-6'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-lg-6'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-xs-7'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-sm-7'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-md-7'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-lg-7'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-xs-8'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-sm-8'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-md-8'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-lg-8'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-xs-9'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-sm-9'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-md-9'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-lg-9'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-xs-10'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-sm-10'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-md-10'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-lg-10'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-xs-11'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-sm-11'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-md-11'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-lg-11'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-xs-12'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-sm-12'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-md-12'] {
  padding-left: 15px;
  padding-right: 15px; }

[class*='col-lg-12'] {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  * + [class*='col-xs-'] {
    margin-top: 0; }

  .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; }

  .row > [class*='col-xs-1'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-sm-1'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-md-1'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-lg-1'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-xs-2'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-sm-2'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-md-2'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-lg-2'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-xs-3'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-sm-3'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-md-3'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-lg-3'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-xs-4'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-sm-4'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-md-4'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-lg-4'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-xs-5'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-sm-5'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-md-5'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-lg-5'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-xs-6'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-sm-6'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-md-6'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-lg-6'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-xs-7'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-sm-7'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-md-7'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-lg-7'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-xs-8'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-sm-8'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-md-8'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-lg-8'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-xs-9'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-sm-9'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-md-9'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-lg-9'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-xs-10'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-sm-10'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-md-10'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-lg-10'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-xs-11'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-sm-11'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-md-11'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-lg-11'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-xs-12'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-sm-12'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-md-12'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row > [class*='col-lg-12'] {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  .row-xs-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-xs-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-xs-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-xs-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-xs-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-xs-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-xs {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-xs-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-xs-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-xs-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-xs-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-xs-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-xs-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-xs-preffix-0 {
    margin-left: 0%; }
  .row > .col-xs-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-xs-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-xs-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-xs-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-xs-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-xs-preffix-3 {
    margin-left: 25%; }
  .row > .col-xs-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-xs-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-xs-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-xs-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-xs-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-xs-preffix-6 {
    margin-left: 50%; }
  .row > .col-xs-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-xs-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-xs-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-xs-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-xs-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-xs-preffix-9 {
    margin-left: 75%; }
  .row > .col-xs-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-xs-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-xs-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-xs-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-xs-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-xs-preffix-12 {
    margin-left: 100%; } }
@media (min-width: 768px) {
  * + [class*='col-sm-'] {
    margin-top: 0; }

  .row-sm-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-sm-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-sm-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-sm-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-sm-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-sm-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-sm {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-sm-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-sm-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-sm-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-sm-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-sm-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-sm-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-sm-preffix-0 {
    margin-left: 0%; }
  .row > .col-sm-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-sm-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-sm-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-sm-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-sm-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-sm-preffix-3 {
    margin-left: 25%; }
  .row > .col-sm-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-sm-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-sm-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-sm-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-sm-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-sm-preffix-6 {
    margin-left: 50%; }
  .row > .col-sm-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-sm-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-sm-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-sm-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-sm-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-sm-preffix-9 {
    margin-left: 75%; }
  .row > .col-sm-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-sm-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-sm-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-sm-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-sm-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-sm-preffix-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  * + [class*='col-md-'] {
    margin-top: 0; }

  .row-md-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-md-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-md-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-md-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-md-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-md-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-md {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-md-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-md-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-md-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-md-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-md-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-md-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-md-preffix-0 {
    margin-left: 0%; }
  .row > .col-md-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-md-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-md-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-md-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-md-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-md-preffix-3 {
    margin-left: 25%; }
  .row > .col-md-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-md-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-md-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-md-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-md-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-md-preffix-6 {
    margin-left: 50%; }
  .row > .col-md-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-md-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-md-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-md-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-md-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-md-preffix-9 {
    margin-left: 75%; }
  .row > .col-md-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-md-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-md-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-md-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-md-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-md-preffix-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  * + [class*='col-lg-'] {
    margin-top: 0; }

  .row-lg-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .row-lg-left {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

  .row-lg-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }

  .row-lg-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  .row-lg-around {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }

  .row-lg-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .row-lg {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  .row-lg-reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }

  .row-lg-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

  .row-lg-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .col-lg-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }

  .col-lg-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }

  .col-lg-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }

  .row > .col-lg-preffix-0 {
    margin-left: 0%; }
  .row > .col-lg-1 {
    -webkit-flex-basis: 8.33333%;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .row > .col-lg-preffix-1 {
    margin-left: 8.33333%; }
  .row > .col-lg-2 {
    -webkit-flex-basis: 16.66667%;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .row > .col-lg-preffix-2 {
    margin-left: 16.66667%; }
  .row > .col-lg-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .row > .col-lg-preffix-3 {
    margin-left: 25%; }
  .row > .col-lg-4 {
    -webkit-flex-basis: 33.33333%;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .row > .col-lg-preffix-4 {
    margin-left: 33.33333%; }
  .row > .col-lg-5 {
    -webkit-flex-basis: 41.66667%;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .row > .col-lg-preffix-5 {
    margin-left: 41.66667%; }
  .row > .col-lg-6 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .row > .col-lg-preffix-6 {
    margin-left: 50%; }
  .row > .col-lg-7 {
    -webkit-flex-basis: 58.33333%;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .row > .col-lg-preffix-7 {
    margin-left: 58.33333%; }
  .row > .col-lg-8 {
    -webkit-flex-basis: 66.66667%;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .row > .col-lg-preffix-8 {
    margin-left: 66.66667%; }
  .row > .col-lg-9 {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .row > .col-lg-preffix-9 {
    margin-left: 75%; }
  .row > .col-lg-10 {
    -webkit-flex-basis: 83.33333%;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .row > .col-lg-preffix-10 {
    margin-left: 83.33333%; }
  .row > .col-lg-11 {
    -webkit-flex-basis: 91.66667%;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .row > .col-lg-preffix-11 {
    margin-left: 91.66667%; }
  .row > .col-lg-12 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .row > .col-lg-preffix-12 {
    margin-left: 100%; } }
.navigation li.level-top,
.navigation a.level-top {
  position: static; }
  .navigation li.level-top .submenu .submenu-reverse,
  .navigation a.level-top .submenu .submenu-reverse {
    right: auto; }
  .navigation li.level-top .mm-label,
  .navigation a.level-top .mm-label {
    position: absolute;
    top: -10px;
    left: -5px;
    padding: 3px 7px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 13.2px;
    color: #ffffff;
    background-color: #c02a2a;
    display: none; }
    @media (min-width: 768px) {
      .navigation li.level-top .mm-label,
      .navigation a.level-top .mm-label {
        display: block; } }
  .navigation li.level-top li,
  .navigation a.level-top li {
    position: relative; }
  .navigation li.level-top .mm-image,
  .navigation a.level-top .mm-image {
    display: none;
    margin-bottom: 10px; }
    .navigation li.level-top .mm-image img,
    .navigation a.level-top .mm-image img {
      width: 100%;
      max-width: 100%; }
    @media (min-width: 768px) {
      .navigation li.level-top .mm-image,
      .navigation a.level-top .mm-image {
        display: inline-block; } }
  .navigation li.level-top .megamenu-wrapper,
  .navigation a.level-top .megamenu-wrapper {
    top: 100%;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #ffffff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25); }
  .navigation li.level-top ul.mm-submenu,
  .navigation a.level-top ul.mm-submenu {
    display: block;
    padding: 0; }
    @media (max-width: 767px) {
      .navigation li.level-top ul.mm-submenu.level1 li a,
      .navigation a.level-top ul.mm-submenu.level1 li a {
        padding-left: 15px;
        padding-right: 0; }
      .navigation li.level-top ul.mm-submenu .mm-submenu,
      .navigation a.level-top ul.mm-submenu .mm-submenu {
        padding-left: 15px; } }
  .navigation li.level-top .tm-megamenu ul.level1 > li > a,
  .navigation a.level-top .tm-megamenu ul.level1 > li > a {
    font-weight: 600;
    position: relative; }
    @media (min-width: 768px) {
      .navigation li.level-top .tm-megamenu ul.level1 > li > a,
      .navigation a.level-top .tm-megamenu ul.level1 > li > a {
        text-transform: uppercase; } }
  .navigation li.level-top .tm-megamenu .product,
  .navigation a.level-top .tm-megamenu .product {
    display: none; }
    .navigation li.level-top .tm-megamenu .product .product-image,
    .navigation a.level-top .tm-megamenu .product .product-image {
      margin-bottom: 10px; }
      .navigation li.level-top .tm-megamenu .product .product-image a,
      .navigation a.level-top .tm-megamenu .product .product-image a {
        display: block;
        border: solid 1px #c9c9c9;
        background: none; }
    .navigation li.level-top .tm-megamenu .product .product-name,
    .navigation a.level-top .tm-megamenu .product .product-name {
      text-transform: uppercase;
      display: block;
      margin-bottom: 5px; }
      .navigation li.level-top .tm-megamenu .product .product-name a,
      .navigation a.level-top .tm-megamenu .product .product-name a {
        padding: 0;
        color: #575757; }
        .navigation li.level-top .tm-megamenu .product .product-name a:hover,
        .navigation a.level-top .tm-megamenu .product .product-name a:hover {
          background: none;
          color: #b9b9b9; }
    .navigation li.level-top .tm-megamenu .product .price-box,
    .navigation a.level-top .tm-megamenu .product .price-box {
      font-weight: bold; }
      .navigation li.level-top .tm-megamenu .product .price-box .price,
      .navigation a.level-top .tm-megamenu .product .price-box .price {
        font-size: 1.2em;
        line-height: 1.2em; }
      .navigation li.level-top .tm-megamenu .product .price-box .old-price,
      .navigation a.level-top .tm-megamenu .product .price-box .old-price {
        font-size: 1em;
        text-decoration: line-through; }
      .navigation li.level-top .tm-megamenu .product .price-box .special-price,
      .navigation a.level-top .tm-megamenu .product .price-box .special-price {
        font-size: 1.2em; }
    @media (min-width: 768px) {
      .navigation li.level-top .tm-megamenu .product,
      .navigation a.level-top .tm-megamenu .product {
        display: block; } }
  .navigation li.level-top .tm-megamenu .widget,
  .navigation li.level-top .tm-megamenu .video,
  .navigation li.level-top .tm-megamenu .static-block,
  .navigation a.level-top .tm-megamenu .widget,
  .navigation a.level-top .tm-megamenu .video,
  .navigation a.level-top .tm-megamenu .static-block {
    display: none; }
    @media (min-width: 768px) {
      .navigation li.level-top .tm-megamenu .widget,
      .navigation li.level-top .tm-megamenu .video,
      .navigation li.level-top .tm-megamenu .static-block,
      .navigation a.level-top .tm-megamenu .widget,
      .navigation a.level-top .tm-megamenu .video,
      .navigation a.level-top .tm-megamenu .static-block {
        display: block; } }

.sidebar .navigation {
  background: none;
  margin-bottom: 20px;
  height: inherit;
  left: auto;
  overflow: inherit;
  padding: 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 3; }
  .sidebar .navigation:empty {
    display: none; }
  .sidebar .navigation .rd-navbar-nav-wrap {
    display: block; }
  .sidebar .navigation > ul {
    padding: 0;
    border-bottom: none; }
  .sidebar .navigation li.level0 {
    display: block;
    border-bottom: solid 1px #c9c9c9;
    margin: 0;
    position: relative; }
    .sidebar .navigation li.level0 a.level-top {
      display: block; }
  @media (max-width: 767px) {
    .sidebar .navigation > ul {
      border: none; } }
  .sidebar .navigation .level0 .megamenu-wrapper {
    width: 100% !important;
    position: absolute;
    padding: 20px 0;
    background: #ffffff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25); }
  .sidebar .navigation ul {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    position: relative; }
  .sidebar .navigation li.level0 {
    border-top: medium none; }
  .sidebar .navigation .level0 {
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative; }
    .sidebar .navigation .level0:last-child {
      margin-right: 0;
      padding-right: 0; }
    .sidebar .navigation .level0 > .level-top {
      box-sizing: border-box;
      color: #575757;
      line-height: 47px;
      padding: 0 12px;
      position: relative;
      text-decoration: none; }
    .sidebar .navigation .level0 > .level-top:hover,
    .sidebar .navigation .level0 > .level-top.ui-state-focus {
      color: #b9b9b9;
      text-decoration: none; }
    .sidebar .navigation .level0.active > .level-top, .sidebar .navigation .level0.has-active > .level-top {
      border-color: #c9c9c9;
      border-style: solid;
      border-width: 0 0 3px;
      color: #575757;
      display: block;
      text-decoration: none; }
    .sidebar .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .sidebar .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
      margin: 0; }
    .sidebar .navigation .level0.parent:hover > .submenu {
      overflow: visible !important; }
    .sidebar .navigation .level0 .submenu {
      background: #ffffff none repeat scroll 0 0;
      border: 1px solid #c9c9c9;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
      display: none;
      font-weight: 400;
      left: 0;
      margin: 0 !important;
      min-width: 230px;
      position: absolute;
      z-index: 1; }
      @media (max-width: 767px) {
        .sidebar .navigation .level0 .submenu:not(:first-child) ul {
          padding-left: 15px; } }
      .sidebar .navigation .level0 .submenu > ul {
        margin-top: 11px; }
        .sidebar .navigation .level0 .submenu > ul::before, .sidebar .navigation .level0 .submenu > ul::after {
          content: "";
          display: block;
          overflow: hidden;
          position: absolute; }
        .sidebar .navigation .level0 .submenu > ul::before {
          -moz-border-bottom-colors: none;
          -moz-border-left-colors: none;
          -moz-border-right-colors: none;
          -moz-border-top-colors: none;
          border-color: transparent transparent #fff;
          border-image: none;
          border-style: solid;
          border-width: 10px;
          color: #fff;
          height: 0;
          left: 20px;
          top: -20px;
          width: 0;
          z-index: 4; }
        .sidebar .navigation .level0 .submenu > ul::after {
          -moz-border-bottom-colors: none;
          -moz-border-left-colors: none;
          -moz-border-right-colors: none;
          -moz-border-top-colors: none;
          border-color: transparent transparent #c9c9c9;
          border-image: none;
          border-style: solid;
          border-width: 11px;
          color: #575757;
          height: 0;
          left: 19px;
          top: -22px;
          width: 0;
          z-index: 3; }
      .sidebar .navigation .level0 .submenu a {
        color: #575757;
        display: block;
        line-height: inherit;
        padding: 8px 20px; }
        .sidebar .navigation .level0 .submenu a:hover, .sidebar .navigation .level0 .submenu a.ui-state-focus {
          background: #e8e8e8 none repeat scroll 0 0;
          color: #575757;
          text-decoration: none; }
      .sidebar .navigation .level0 .submenu .active > a {
        border-color: #c9c9c9;
        border-style: solid;
        border-width: 0 0 0 3px;
        color: #575757; }
    .sidebar .navigation .level0.more {
      display: inline-block;
      position: relative;
      text-decoration: none; }
      .sidebar .navigation .level0.more::after {
        color: inherit;
        content: "\f107";
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 26px;
        font-weight: normal;
        line-height: inherit;
        overflow: hidden;
        text-align: center;
        vertical-align: middle; }
      .sidebar .navigation .level0.more::before {
        display: none; }
      .sidebar .navigation .level0.more::after {
        cursor: pointer;
        padding: 8px 12px;
        position: relative;
        z-index: 1; }
      .sidebar .navigation .level0.more:hover > .submenu {
        overflow: visible !important; }
      .sidebar .navigation .level0.more li {
        display: block; }
  @media (max-width: 767px) {
    .sidebar .navigation .level0 .submenu {
      box-shadow: none;
      border: none; }
    .sidebar .navigation .parent .level-top {
      display: block;
      position: relative;
      text-decoration: none; }
    .sidebar .navigation .parent .level-top::after {
      color: inherit;
      content: "\f107";
      display: inline-block;
      font-family: "FontAwesome";
      font-size: 20px;
      font-weight: normal;
      line-height: 47px;
      overflow: hidden;
      text-align: center;
      vertical-align: middle; }
    .sidebar .navigation .parent .level-top::after {
      position: absolute;
      right: 7px;
      top: 0px; }
    .sidebar .navigation .parent .level-top.ui-state-active::after {
      content: "\f105"; } }
  @media (max-width: 767px) {
    .sidebar .navigation .submenu:not(:first-child) {
      font-weight: 400;
      line-height: 1.3;
      left: auto !important;
      overflow-x: hidden;
      padding: 0;
      position: relative !important;
      top: auto !important;
      transition: left .3s ease-out; }
    .sidebar .navigation .rd-navbar-dropdown {
      width: 100%; } }

.navigation {
  position: relative;
  margin-top: 1px; }
  .navigation *,
  .navigation *:before,
  .navigation *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; }
  @media (min-width: 768px) {
    .navigation .row {
      margin-bottom: 20px; }
    .navigation ul.vm-static,
    .navigation ul.vm-easing {
      margin-left: 10px; }
    .navigation ul.vm-pop-up {
      position: absolute;
      z-index: 9;
      top: 100%;
      left: 0;
      width: 100%;
      background: #fff;
      box-shadow: 1px 1px 5px #cccccc; } }
  @media (max-width: 767px) {
    .navigation li.level-top .megamenu-wrapper,
    .navigation a.level-top .megamenu-wrapper {
      padding: 0;
      background: none; }
    .navigation [class*="col-"] {
      padding: 0; } }

.newsletter-popup.modal-popup .modal-inner-wrap {
  margin-top: 12%; }
.newsletter-popup.modal-popup header.modal-header {
  padding: 38px 48px 0 48px; }
  .newsletter-popup.modal-popup header.modal-header .action-close {
    padding: 25px; }
    .newsletter-popup.modal-popup header.modal-header .action-close::before {
      font-family: 'FontAwesome';
      content: '\f00d';
      font-size: 24px;
      line-height: 24px;
      color: #dcdcdc; }
    .newsletter-popup.modal-popup header.modal-header .action-close:hover::before {
      color: #c5c5c5; }
  .newsletter-popup.modal-popup header.modal-header h1.modal-title {
    color: #2f2f2f;
    font-size: 24px;
    font-weight: 300;
    border-bottom: none;
    padding: 0; }
.newsletter-popup.modal-popup .modal-content {
  padding: 30px 48px 0 48px; }
  .newsletter-popup.modal-popup .modal-content .content-text {
    padding-bottom: 20px;
    color: #a5a5a5; }
  .newsletter-popup.modal-popup .modal-content .block.newsletter {
    margin: 0; }
    .newsletter-popup.modal-popup .modal-content .block.newsletter .field .control #newsletter {
      height: auto;
      border-color: #dcdcdc;
      color: #8f8f8f;
      padding: 16px 18px 17px 18px;
      outline: none;
      box-shadow: none;
      font-size: 14px;
      line-height: 18px; }
    .newsletter-popup.modal-popup .modal-content .block.newsletter .field .control::before {
      display: none; }
.newsletter-popup.modal-popup footer.modal-footer {
  padding: 0; }
  .newsletter-popup.modal-popup footer.modal-footer .buttons-container {
    padding: 17px 48px 31px 48px; }
    .newsletter-popup.modal-popup footer.modal-footer .buttons-container button {
      padding: 12px 27px;
      margin: 0 7px 7px 0;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
    .newsletter-popup.modal-popup footer.modal-footer .buttons-container button.subscribe {
      font-weight: 700; }
    .newsletter-popup.modal-popup footer.modal-footer .buttons-container button:not(.subscribe) {
      border-width: 2px; }
  .newsletter-popup.modal-popup footer.modal-footer .modal-social {
    background: #f2f2f2;
    padding: 34px 48px 29px; }
    .newsletter-popup.modal-popup footer.modal-footer .modal-social a {
      display: inline-block;
      margin-bottom: 5px;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
      .newsletter-popup.modal-popup footer.modal-footer .modal-social a:hover {
        opacity: 0.7; }
@media screen and (max-width: 767px) {
  .newsletter-popup.modal-popup .modal-inner-wrap {
    margin-top: 7%; }
  .newsletter-popup.modal-popup .modal-inner-wrap {
    width: auto !important;
    margin-right: 20px;
    margin-left: 20px; }
  .newsletter-popup.modal-popup .modal-content,
  .newsletter-popup.modal-popup footer.modal-footer .buttons-container,
  .newsletter-popup.modal-popup footer.modal-footer .modal-social {
    padding: 10px 15px 10px; }
  .newsletter-popup.modal-popup header.modal-header {
    padding: 38px 20px 0; } }

.rd-navbar-fixed .rd-navbar-search .form-group, .rd-navbar-fixed .rd-navbar-cart-floating, .rd-navbar-fixed .rd-navbar-cart-floating:before, .rd-navbar-fixed .rd-navbar-cart-floating #top-cart-btn-checkout, .rd-navbar-fixed .rd-navbar-cart-fixed {
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86); }

/*
*  Mixins
*/
/*
* Transform Origin
*/
/*
* Transform
*/
/*
* Triangle
*/
/*
* Font Icon
*/
/*
* Clearfix
*/
/*
*  Spinner
*/
/*
* Usefull Functions
*/
/*
* @subsection   RD Navbar Toggles
*/
/*
* @subsection   Typography
*/
h1, .heading-1 {
  font-size: 2rem; }

h2, .catalog-product-view .product-info-main .price-wrapper .price, .heading-2, .block-title strong, .cart-summary > .title {
  font-size: 1.5rem; }

h3, .heading-3, .block-subtitle, .sidebar .block .block-title, .collapsible-block .opener, .checkout-index-index .opc-wrapper .step-title, .opc-sidebar .opc-block-summary span.title, .category-title {
  font-size: 1.17rem;
  line-height: 2rem; }

h4, .heading-4, .box-title, .catalog-product-view .data.items .additional-attributes .attributes-caption, .filter-current .filter-current-subtitle, .filter-options-title, .opc-block-shipping-information .shipping-information-title, .review-list .review-title, .review-add .review-legend {
  font-size: 1rem;
  font-weight: 600; }

h5, .heading-5 {
  font-size: .83rem; }

h6, .heading-6 {
  font-size: .67rem; }

h1,
.heading-1 {
  color: #000;
  font-weight: 700;
  margin-bottom: 0.5em; }

h2, .catalog-product-view .product-info-main .price-wrapper .price,
.heading-2,
.block-title strong,
.cart-summary > .title {
  color: #000;
  font-weight: 700;
  margin-bottom: 0.5em; }

h3,
.heading-3,
.block-subtitle,
.sidebar .block .block-title,
.collapsible-block .opener,
.checkout-index-index .opc-wrapper .step-title,
.opc-sidebar .opc-block-summary span.title,
.category-title {
  color: #000;
  font-weight: 700;
  margin-bottom: 0.5em; }

h4,
.heading-4,
.box-title,
.catalog-product-view .data.items .additional-attributes .attributes-caption,
.filter-current .filter-current-subtitle,
.filter-options-title,
.opc-block-shipping-information .shipping-information-title,
.review-list .review-title,
.review-add .review-legend {
  color: #000;
  font-weight: 700;
  margin-bottom: 0.5em; }

h5,
.heading-5 {
  color: #000;
  font-weight: 700;
  margin-bottom: 0.5em; }

h6,
.heading-6 {
  color: #000;
  font-weight: 700;
  margin-bottom: 0.5em; }

.page-title,
.section-title {
  text-align: center;
  line-height: normal;
  margin-top: 20px; }

.text-center {
  text-align: center; }

a {
  color: #00bcd4;
  transition: .2s ease; }
  a:hover {
    color: #000;
    transition: .3s ease; }

p {
  margin-bottom: 1rem; }

p a,
.list a,
.contact-info a {
  color: #00bcd4; }
  p a:hover,
  .list a:hover,
  .contact-info a:hover {
    color: #000; }

mark {
  color: #FFF;
  background: #00bcd4; }

em {
  color: #00bcd4; }

small {
  font-size: .8em; }

pre {
  white-space: normal; }

dl dt {
  font-weight: 700; }
dl dd {
  font-style: italic;
  padding-left: 2rem; }

* {
  margin: 0; }

html, body {
  height: 100%; }

body {
  font-family: "Open sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
  -webkit-text-size-adjust: none;
  color: #4e4e4e;
  background: #ffffff; }
  @media (min-width: 992px) {
    body {
      font-size: 14px;
      line-height: 1.5em; } }

.translate-edit-icon {
  width: auto; }

.page-header__panel {
  padding: 12px 0; }
  .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;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .page-header__panel .container .page-header__rightblock, .page-header__panel .page-print.sales-order-print #maincontent .page-header__rightblock, .page-print.sales-order-print .page-header__panel #maincontent .page-header__rightblock {
      order: 3;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .page-header__panel .container .page-header__rightblock .header-login a, .page-header__panel .page-print.sales-order-print #maincontent .page-header__rightblock .header-login a, .page-print.sales-order-print .page-header__panel #maincontent .page-header__rightblock .header-login a {
        color: #ece7e0;
        text-decoration: underline; }
        .page-header__panel .container .page-header__rightblock .header-login a:hover, .page-header__panel .page-print.sales-order-print #maincontent .page-header__rightblock .header-login a:hover, .page-print.sales-order-print .page-header__panel #maincontent .page-header__rightblock .header-login a:hover {
          color: #00bcd4; }
        .page-header__panel .container .page-header__rightblock .header-login a:before, .page-header__panel .page-print.sales-order-print #maincontent .page-header__rightblock .header-login a:before, .page-print.sales-order-print .page-header__panel #maincontent .page-header__rightblock .header-login a:before {
          content: "";
          display: inline-block;
          font-family: 'FontAwesome';
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          transform: translate(0, 0);
          margin-right: 7px; }
    .page-header__panel .container .welcome, .page-header__panel .page-print.sales-order-print #maincontent .welcome, .page-print.sales-order-print .page-header__panel #maincontent .welcome {
      order: 2;
      font-style: italic;
      color: #858585; }
      @media (max-width: 479px) {
        .page-header__panel .container .welcome, .page-header__panel .page-print.sales-order-print #maincontent .welcome, .page-print.sales-order-print .page-header__panel #maincontent .welcome {
          display: none; } }
    .page-header__panel .container .rd-navbar-collapse-container, .page-header__panel .page-print.sales-order-print #maincontent .rd-navbar-collapse-container, .page-print.sales-order-print .page-header__panel #maincontent .rd-navbar-collapse-container {
      order: 1; }
  .page-header__panel .links {
    order: 2;
    padding-top: 5px;
    line-height: 20px; }

.page-header__content {
  padding: 49px 0 28px; }
  .page-header__content .container, .page-header__content .page-print.sales-order-print #maincontent, .page-print.sales-order-print .page-header__content #maincontent {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      .page-header__content .container, .page-header__content .page-print.sales-order-print #maincontent, .page-print.sales-order-print .page-header__content #maincontent {
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .page-header__content .container, .page-header__content .page-print.sales-order-print #maincontent, .page-print.sales-order-print .page-header__content #maincontent {
        /* IE10+ specific styles go here */ }
        .page-header__content .container .logo, .page-header__content .page-print.sales-order-print #maincontent .logo, .page-print.sales-order-print .page-header__content #maincontent .logo {
          max-width: 175px;
          float: left; }
        .page-header__content .container .header-add-info, .page-header__content .page-print.sales-order-print #maincontent .header-add-info, .page-print.sales-order-print .page-header__content #maincontent .header-add-info {
          float: left; }
        .page-header__content .container .block-search, .page-header__content .page-print.sales-order-print #maincontent .block-search, .page-print.sales-order-print .page-header__content #maincontent .block-search {
          max-width: 670px;
          float: right;
          width: 100%; }
        .page-header__content .container:before, .page-header__content .page-print.sales-order-print #maincontent:before, .page-print.sales-order-print .page-header__content #maincontent:before, .page-header__content .container:after, .page-header__content .page-print.sales-order-print #maincontent:after, .page-print.sales-order-print .page-header__content #maincontent:after {
          display: table;
          content: "";
          line-height: 0; }
        .page-header__content .container:after, .page-header__content .page-print.sales-order-print #maincontent:after, .page-print.sales-order-print .page-header__content #maincontent:after {
          clear: both; } }
    @media (max-width: 767px) {
      .page-header__content .container > *, .page-header__content .page-print.sales-order-print #maincontent > *, .page-print.sales-order-print .page-header__content #maincontent > * {
        margin: 0;
        top: 0; }
        .page-header__content .container > *.rd-navbar-search, .page-header__content .page-print.sales-order-print #maincontent > *.rd-navbar-search, .page-print.sales-order-print .page-header__content #maincontent > *.rd-navbar-search {
          z-index: 999; }
        .page-header__content .container > *.logo, .page-header__content .page-print.sales-order-print #maincontent > *.logo, .page-print.sales-order-print .page-header__content #maincontent > *.logo {
          margin-bottom: 20px; } }
    .page-header__content .container .logo, .page-header__content .page-print.sales-order-print #maincontent .logo, .page-print.sales-order-print .page-header__content #maincontent .logo {
      margin-top: -5px;
      margin-right: 10px; }
  .page-header__content .rd-navbar-search {
    order: 3;
    flex: 1 1 auto; }
    .page-header__content .rd-navbar-search.block {
      margin-left: 10px; }
@media (max-width: 992px) and (min-width: 768px) {
  .page-header__content .rd-navbar-search.block {
    margin: 15px auto 0; } }

    .page-header__content .rd-navbar-search .minisearch {
      position: relative; }
      .page-header__content .rd-navbar-search .minisearch .search {
        width: 100%;
        margin-bottom: 0; }
        .page-header__content .rd-navbar-search .minisearch .search input {
          background: #f7f7f7;
          border: 0;
          height: 47px;
          transition: .2s;
          font-size: 14px;
          color: #292929;
          font-style: italic; }
          @media (max-width: 767px) {
            .page-header__content .rd-navbar-search .minisearch .search input {
              border-radius: 0;
              background: #fff;
              padding: 5px 50px 5px 15px;
              color: #000; } }
          @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
            .page-header__content .rd-navbar-search .minisearch .search input {
              padding-right: 50px; } }
      .page-header__content .rd-navbar-search .minisearch .actions {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 70px; }
        @media (max-width: 767px) {
          .page-header__content .rd-navbar-search .minisearch .actions {
            width: 50px; } }
        .page-header__content .rd-navbar-search .minisearch .actions .search {
          width: 100%;
          height: 100%;
          background: transparent;
          padding: 0;
          margin: 0;
          color: #292929; }
          .page-header__content .rd-navbar-search .minisearch .actions .search:hover {
            color: #00bcd4; }
          .page-header__content .rd-navbar-search .minisearch .actions .search span {
            display: none; }
          .page-header__content .rd-navbar-search .minisearch .actions .search:before {
            content: "";
            display: inline-block;
            font-family: 'FontAwesome';
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            transform: translate(0, 0); }
  .page-header__content .action.nav-toggle {
    display: none; }
  .page-header__content .header-add-info {
    order: 2;
    margin-left: 0; }
    @media (min-width: 768px) {
      .page-header__content .header-add-info {
        margin-left: 40px;
        margin-right: 10px; } }
    .page-header__content .header-add-info a {
      display: block;
      font-size: 14px;
      color: #ece7e0;
      letter-spacing: 0.08em;
      font-weight: bold; }
      .page-header__content .header-add-info a:hover {
        text-decoration: underline; }
      .page-header__content .header-add-info a + a {
        margin-top: 5px; }
      @media (min-width: 768px) {
        .page-header__content .header-add-info a + a {
          margin-top: 5px; } }
      @media (max-width: 767px) {
        .page-header__content .header-add-info a {
          display: inline-block;
          margin: 0 15px; }
          .page-header__content .header-add-info a + a {
            margin-top: 0; } }

.header.links li {
  margin-left: 1rem; }

.header-switchers:before, .header-switchers:after {
  display: table;
  content: "";
  line-height: 0; }
.header-switchers:after {
  clear: both; }
.header-switchers > div {
  float: left; }
  .header-switchers > div:first-child {
    margin-left: 0; }
.header-switchers .actions .action {
  background-color: transparent;
  transition: .3s ease;
  color: #292929;
  padding: 6px 20px 6px 0; }
  .header-switchers .actions .action.active, .header-switchers .actions .action:hover {
    background-color: transparent;
    color: #00bcd4; }
.header-switchers .switcher-language {
  display: none !important; }

.switcher {
  position: relative;
  margin: 0 10px 0 0;
  padding: 0; }
  .switcher .toggle {
    cursor: pointer; }
    .switcher .toggle:after {
      content: "";
      display: inline-block;
      font-family: 'FontAwesome';
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      transform: translate(0, 0);
      padding: 2px;
      line-height: 19px;
      margin-left: 10px; }
    .switcher .toggle strong {
      text-decoration: underline; }
    .switcher .toggle.active:after {
      transform: rotateX(180deg); }
  .switcher .dropdown .mage-dropdown-dialog {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    background: #FFF;
    box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.2);
    border: none;
    min-width: 150px;
    z-index: 15;
    border-radius: 3px;
    padding: 10px 0;
    overflow: hidden; }
    .switcher .dropdown .mage-dropdown-dialog a {
      display: block;
      padding: 10px 20px;
      color: #4e4e4e; }
      .switcher .dropdown .mage-dropdown-dialog a:hover {
        color: #00bcd4; }
  .switcher .dropdown.active .mage-dropdown-dialog {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .rd-navbar-collapse .switcher .dropdown .mage-dropdown-dialog {
    background-color: transparent;
    box-shadow: none; }
    .rd-navbar-collapse .switcher .dropdown .mage-dropdown-dialog a {
      color: #FFF; }
      .rd-navbar-collapse .switcher .dropdown .mage-dropdown-dialog a:hover {
        color: #00bcd4; }

.switcher-label {
  display: none; }

.switcher-options {
  display: inline-block; }
  .switcher-options.active .switcher-dropdown {
    display: inline-block; }

.switcher-dropdown {
  display: none; }

.switcher-store {
  margin: 1.5em 0 1em 0; }

.links li {
  display: inline-block; }

.page-top {
  margin-bottom: 2rem; }

.page-header {
  margin-bottom: 0;
  z-index: 100;
  position: relative; }
  @media (max-width: 768px) {
    .page-header {
      position: relative;
      z-index: 999; } }

.breadcrumbs {
  background: #FFF;
  margin-bottom: 30px;
  padding: 1rem 0; }
  .breadcrumbs .items .item {
    display: inline-block;
    font-size: 14px;
    margin-right: 1rem;
    padding-right: 1rem;
    position: relative; }
    .breadcrumbs .items .item:after {
      content: '|';
      position: absolute;
      right: -4px;
      top: 0;
      color: #dadada; }
    .breadcrumbs .items .item:last-child {
      margin-right: 0;
      padding-right: 0; }
      .breadcrumbs .items .item:last-child:after {
        display: none; }

.page-wrapper {
  overflow: hidden; }

.list-1 {
  margin: 0 0 -2rem; }
  .list-1:before, .list-1:after {
    display: table;
    content: "";
    line-height: 0; }
  .list-1:after {
    clear: both; }
  .list-1 li {
    float: left;
    width: 33.3333%; }
    .list-1 li img {
      max-width: none;
      width: 100%;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    .list-1 li > a {
      display: block;
      position: relative;
      overflow: hidden; }
    .list-1 li .list-content {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      text-align: left;
      display: flex;
      align-items: center;
      justify-content: flex-end; }
    .list-1 li.banner-1 {
      line-height: 1; }
      .list-1 li.banner-1 .list-content {
        text-align: right; }
        .list-1 li.banner-1 .list-content > div {
          padding-right: 13.2%; }
      .list-1 li.banner-1 .title-1 {
        font-size: 210px;
        color: #FFF;
        font-weight: 800;
        line-height: 0.9;
        position: relative;
        padding-right: 107px;
        text-transform: uppercase;
        margin-top: -19px;
        letter-spacing: -1.5px; }
        .list-1 li.banner-1 .title-1 span {
          font-size: 110px;
          position: absolute;
          right: 1px;
          top: 3px; }
          .list-1 li.banner-1 .title-1 span + span {
            font-weight: 700;
            font-size: 56px;
            top: auto;
            bottom: 17px; }
      .list-1 li.banner-1 .title-2 {
        font-size: 18px;
        font-weight: 800;
        background-color: #00bcd4;
        color: #FFF;
        display: inline-block;
        line-height: 30px;
        padding: 0 14px;
        text-transform: uppercase;
        letter-spacing: 0.6px; }
    .list-1 li.banner-2 .list-content {
      text-align: right; }
      .list-1 li.banner-2 .list-content > div {
        padding-right: 10%; }
    .list-1 li.banner-2 .title-1 {
      font-weight: 800;
      color: #FFF;
      font-size: 92.15px;
      line-height: 1.1;
      text-transform: uppercase;
      margin-bottom: 33px;
      margin-top: -18px; }
      .list-1 li.banner-2 .title-1 span {
        font-size: 61.77px;
        display: block; }
    .list-1 li.banner-2 .link-button {
      color: #FFF;
      background: #00bcd4;
      padding: 6px 20px;
      line-height: 1.5em;
      display: inline-block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      background: #00bcd4;
      color: #FFF;
      padding: 15px 33px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
      .list-1 li.banner-2 .link-button:hover {
        background: #008fa1; }
      .list-1 li.banner-2 .link-button:hover {
        background: #292929;
        color: #FFF; }
    .list-1 li.banner-3 {
      line-height: 1; }
      .list-1 li.banner-3 .list-content {
        justify-content: flex-start; }
        .list-1 li.banner-3 .list-content > div {
          padding-left: 10%; }
      .list-1 li.banner-3 .title-1 {
        font-size: 210px;
        color: #FFF;
        font-weight: 800;
        line-height: 0.9;
        position: relative;
        padding-left: 86px;
        text-transform: uppercase;
        margin-top: -19px;
        letter-spacing: -1.5px; }
        .list-1 li.banner-3 .title-1 span {
          font-size: 44px;
          position: absolute;
          left: 1px;
          top: 15px;
          font-weight: 700; }
          .list-1 li.banner-3 .title-1 span + span {
            font-weight: 800;
            font-size: 140px;
            top: auto;
            bottom: 5px; }
      .list-1 li.banner-3 .title-2 {
        font-size: 18px;
        font-weight: 800;
        background-color: #00bcd4;
        color: #FFF;
        display: inline-block;
        line-height: 30px;
        padding: 0 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-left: 6px; }
@media (max-width: 1500px) and (min-width: 993px) {
  .list-1 li.banner-1 .title-1 {
    font-size: 150px;
    padding-right: 32%; }
    .list-1 li.banner-1 .title-1 span {
      font-size: 60px; }
      .list-1 li.banner-1 .title-1 span + span {
        font-size: 40px; }
  .list-1 li.banner-1 .title-2 {
    letter-spacing: 0;
    font-size: 14px; }
  .list-1 li.banner-2 .title-1 {
    font-size: 60px;
    margin-bottom: 10px; }
    .list-1 li.banner-2 .title-1 span {
      font-size: 40px; }
  .list-1 li.banner-2 .link-button {
    padding: 12px 25px; }
  .list-1 li.banner-3 .title-1 {
    font-size: 150px;
    padding-left: 32%; }
    .list-1 li.banner-3 .title-1 span {
      font-size: 35px; }
      .list-1 li.banner-3 .title-1 span + span {
        font-size: 90px; }
  .list-1 li.banner-3 .title-2 {
    letter-spacing: 0;
    font-size: 14px; } }

    @media (max-width: 992px) {
      .list-1 li {
        width: 100%;
        float: none;
        max-width: 640px;
        margin: 0 auto; } }
    @media (max-width: 550px) {
      .list-1 li.banner-1 .title-1 {
        font-size: 150px;
        padding-right: 32%; }
        .list-1 li.banner-1 .title-1 span {
          font-size: 60px; }
          .list-1 li.banner-1 .title-1 span + span {
            font-size: 40px; }
      .list-1 li.banner-1 .title-2 {
        letter-spacing: 0;
        font-size: 14px; }
      .list-1 li.banner-2 .title-1 {
        font-size: 60px;
        margin-bottom: 10px; }
        .list-1 li.banner-2 .title-1 span {
          font-size: 40px; }
      .list-1 li.banner-2 .link-button {
        padding: 12px 25px; }
      .list-1 li.banner-3 .title-1 {
        font-size: 150px;
        padding-left: 32%; }
        .list-1 li.banner-3 .title-1 span {
          font-size: 35px; }
          .list-1 li.banner-3 .title-1 span + span {
            font-size: 90px; }
      .list-1 li.banner-3 .title-2 {
        letter-spacing: 0;
        font-size: 14px; } }

.list-2 {
  margin: 0 0 -2rem; }
  .list-2:before, .list-2:after {
    display: table;
    content: "";
    line-height: 0; }
  .list-2:after {
    clear: both; }
  .list-2 > a {
    display: block;
    position: relative;
    text-align: center;
    color: #FFF;
    overflow: hidden; }
  .list-2 .list-content {
    position: absolute;
    width: 100%;
    bottom: 13%; }
  .list-2 .title-1 {
    color: #FFF;
    font-size: 77px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.3; }
  .list-2 .title-2 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  @media (max-width: 1200px) {
    .list-2 .title-1 {
      font-size: 43px; }
    .list-2 .title-2 {
      font-size: 14px; } }
  @media (max-width: 730px) {
    .list-2 .title-1 {
      font-size: 38px; }
    .list-2 .title-2 {
      font-size: 13px;
      line-height: 1.2; } }
  @media (max-width: 620px) {
    .list-2 .title-1 {
      font-size: 30px; } }
  @media (max-width: 490px) {
    .list-2 .title-1 {
      font-size: 23px; } }
  @media (max-width: 388px) {
    .list-2 .title-1 {
      font-size: 18px;
      line-height: 1; } }

.list-3 {
  margin: 0 0 95px; }
  @media (max-width: 768px) {
    .list-3 {
      margin-bottom: 30px; } }
  .list-3:before, .list-3:after {
    display: table;
    content: "";
    line-height: 0; }
  .list-3:after {
    clear: both; }
  .list-3 li {
    float: left;
    width: 50%;
    position: relative; }
    .list-3 li > a {
      display: block;
      position: relative;
      overflow: hidden; }
    .list-3 li .list-content {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s;
      text-align: left;
      display: flex;
      align-items: center; }
    .list-3 li.banner-4 .list-content {
      justify-content: flex-end; }
      .list-3 li.banner-4 .list-content > div {
        padding: 9.5% 8.6% 12.5%;
        background-color: #00bcd4;
        text-align: center;
        border: 3px solid #33c9dd;
        box-shadow: 0 0 0 6px #00bcd4;
        margin-right: 11%; }
        @media (min-width: 1501px) {
          .list-3 li.banner-4 .list-content > div {
            padding: 55px 82px 72px; } }
    .list-3 li.banner-4 .title-1 {
      color: #FFF;
      font-size: 112px;
      font-weight: 800;
      text-transform: uppercase;
      line-height: 1; }
    .list-3 li.banner-4 .title-2 {
      color: #FFF;
      font-size: 52px;
      font-weight: 300;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 14%; }
    .list-3 li.banner-4 .link-button {
      color: #FFF;
      background: #00bcd4;
      padding: 6px 20px;
      line-height: 1.5em;
      display: inline-block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      background: #00bcd4;
      color: #FFF;
      padding: 15px 33px;
      line-height: 20px;
      text-transform: uppercase;
      background-color: #FFF;
      font-weight: 700;
      padding-top: 16px;
      padding-bottom: 16px;
      color: #292929;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
      .list-3 li.banner-4 .link-button:hover {
        background: #008fa1; }
      .list-3 li.banner-4 .link-button:hover {
        background: #292929;
        color: #FFF; }
    .list-3 li.banner-5 .list-content > div {
      padding-left: 9.4%;
      margin-top: -23px; }
    .list-3 li.banner-5 .title-1 {
      color: #FFF;
      font-size: 146px;
      font-weight: 800;
      text-transform: uppercase;
      line-height: 1; }
    .list-3 li.banner-5 .title-2 {
      color: #292929;
      font-size: 28px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 11%; }
    .list-3 li.banner-5 .link-button {
      color: #FFF;
      background: #00bcd4;
      padding: 6px 20px;
      line-height: 1.5em;
      display: inline-block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      background: #00bcd4;
      color: #FFF;
      padding: 15px 33px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      padding: 16px 44.5px;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
      .list-3 li.banner-5 .link-button:hover {
        background: #008fa1; }
      .list-3 li.banner-5 .link-button:hover {
        background: #292929;
        color: #FFF; }
    @media (max-width: 1500px) {
      .list-3 li.banner-5 .list-content > div {
        margin: 0; } }
@media (max-width: 1500px) and (min-width: 993px) {
  .list-3 li.banner-4 .title-1 {
    font-size: 80px; }
  .list-3 li.banner-4 .title-2 {
    font-size: 40px;
    margin-bottom: 15px; }
  .list-3 li.banner-4 .link-button {
    padding: 12px 25px; }
  .list-3 li.banner-5 .title-1 {
    font-size: 120px; }
  .list-3 li.banner-5 .title-2 {
    font-size: 24px;
    margin-bottom: 10px; }
  .list-3 li.banner-5 .link-button {
    padding: 12px 25px; } }

    @media (max-width: 992px) {
      .list-3 li {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        float: none; } }
    @media (max-width: 768px) {
      .list-3 li.banner-4 .title-1 {
        font-size: 80px; }
      .list-3 li.banner-4 .title-2 {
        font-size: 40px;
        margin-bottom: 15px; }
      .list-3 li.banner-4 .link-button {
        padding: 12px 25px; }
      .list-3 li.banner-5 .title-1 {
        font-size: 120px; }
      .list-3 li.banner-5 .title-2 {
        font-size: 24px;
        margin-bottom: 10px; }
      .list-3 li.banner-5 .link-button {
        padding: 12px 25px; } }
    @media (max-width: 570px) {
      .list-3 li.banner-4 .title-1 {
        font-size: 50px; }
      .list-3 li.banner-4 .title-2 {
        font-size: 25px;
        margin-bottom: 15px; }
      .list-3 li.banner-4 .link-button {
        padding: 10px 20px;
        font-size: 12px; }
      .list-3 li.banner-5 .title-1 {
        font-size: 78px; }
      .list-3 li.banner-5 .title-2 {
        font-size: 15px;
        margin-bottom: 10px; }
      .list-3 li.banner-5 .link-button {
        padding: 10px 20px;
        font-size: 12px; } }
    @media (max-width: 400px) {
      .list-3 li.banner-4 .list-content > div {
        padding: 8% 6%; }
      .list-3 li.banner-4 .title-1 {
        font-size: 43px; }
      .list-3 li.banner-4 .title-2 {
        font-size: 21px;
        margin-bottom: 10px; }
      .list-3 li.banner-4 .link-button {
        font-size: 11px;
        padding: 6px 14px; } }

.list-4 {
  margin: 0;
  margin-bottom: 99px; }
  @media (max-width: 768px) {
    .list-4 {
      margin-bottom: 30px; } }
  .list-4:before, .list-4:after {
    display: table;
    content: "";
    line-height: 0; }
  .list-4:after {
    clear: both; }
  .list-4 li {
    float: left;
    width: 33.3333%; }
    .list-4 li > a {
      display: block;
      position: relative;
      overflow: hidden; }
    .list-4 li .list-content {
      position: absolute;
      left: 0;
      bottom: 7.5%;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    .list-4 li .title-1 {
      font-weight: 700;
      font-size: 18px;
      text-transform: uppercase;
      color: #FFF;
      background-color: #00bcd4;
      line-height: 22px;
      padding: 14px 28px;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
    .list-4 li .link-button {
      color: #FFF;
      background: #00bcd4;
      padding: 6px 20px;
      line-height: 1.5em;
      display: inline-block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      background: #00bcd4;
      color: #FFF;
      padding: 15px 33px;
      line-height: 20px;
      text-transform: uppercase;
      font-weight: 700;
      background-color: #FFF;
      color: #292929;
      padding: 15px 30px;
      -webkit-transition: all 0.2s ease 0s;
      -moz-transition: all 0.2s ease 0s;
      -o-transition: all 0.2s ease 0s;
      transition: all 0.2s ease 0s; }
      .list-4 li .link-button:hover {
        background: #008fa1; }
      .list-4 li .link-button:hover {
        background: #292929;
        color: #FFF; }
@media (max-width: 1500px) and (min-width: 1131px) {
  .list-4 li .title-1 {
    font-size: 14px;
    padding: 7px 15px; }
  .list-4 li .link-button {
    padding: 12px 25px; } }

    @media (max-width: 1130px) {
      .list-4 li {
        width: 50%; } }
    @media (max-width: 992px) {
      .list-4 li {
        width: 100%;
        float: none;
        max-width: 640px;
        margin: 0 auto; } }
    @media (max-width: 505px) {
      .list-4 li .title-1 {
        font-size: 12px;
        padding: 7px 8px; }
      .list-4 li .link-button {
        padding: 10px 20px; } }

.list-1 a, .list-2 a, .list-3 a, .list-4 a {
  position: relative; }
  .list-1 a > img, .list-2 a > img, .list-3 a > img, .list-4 a > img {
    max-width: none;
    width: 100%;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
  .list-1 a:hover:before, .list-2 a:hover:before, .list-3 a:hover:before, .list-4 a:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .list-1 a:before, .list-2 a:before, .list-3 a:before, .list-4 a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    background-color: #00bcd4;
    opacity: 0.3;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    position: absolute; }

.banner-sale {
  margin-left: calc(50% - 50vw + 9px);
  margin-right: calc(50% - 50vw + 9px);
  padding: 135px 0 156px;
  background: url(../images/media/bg-newsletter.jpg) 0 0 no-repeat;
  background-size: cover;
  text-align: center;
  color: #ffffff;
  line-height: 1.1; }
  .banner-sale .title-1 {
    font-size: 60px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .banner-sale .title-2 {
    font-size: 80px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px; }
  .banner-sale .title-3 {
    font-size: 17px;
    margin-bottom: 45px; }
  .banner-sale a {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    border: 2px solid #FFF;
    border-radius: 24px;
    padding: 14px 35px;
    color: #FFF; }
    .banner-sale a:hover {
      background-color: #FFF;
      color: #292929; }
  @media (max-width: 992px) {
    .banner-sale {
      padding: 100px 0; } }
  @media (max-width: 650px) {
    .banner-sale {
      padding: 45px 0; }
      .banner-sale .title-1 {
        font-size: 40px; }
      .banner-sale .title-2 {
        font-size: 50px; }
      .banner-sale .title-3 {
        font-size: 15px;
        margin-bottom: 15px; }
      .banner-sale a {
        padding: 8px 20px;
        font-size: 14px; } }

.banner-footer {
  padding: 0; }
  .banner-footer:before, .banner-footer:after {
    display: table;
    content: "";
    line-height: 0; }
  .banner-footer:after {
    clear: both; }
  .banner-footer li {
    width: 33.333%;
    float: left;
    padding: 100px 20px 20px 100px;
    border-left: 1px solid #dadada;
    min-height: 348px; }
    .banner-footer li:before, .banner-footer li:after {
      display: table;
      content: "";
      line-height: 0; }
    .banner-footer li:after {
      clear: both; }
    .banner-footer li:first-child {
      border-left: 0; }
    @media (max-width: 1600px) {
      .banner-footer li {
        padding: 60px 20px 20px 40px; } }
    @media (max-width: 1240px) {
      .banner-footer li {
        padding: 40px 20px 20px 30px; } }
    @media (max-width: 768px) {
      .banner-footer li {
        float: none;
        min-height: auto;
        border: 0;
        padding: 20px;
        text-align: center;
        width: 100%; } }
    .banner-footer li a {
      font-size: 24px;
      font-weight: bold;
      color: #292929;
      display: inline-block;
      margin-bottom: 30px; }
      .banner-footer li a i {
        font-weight: 400;
        margin-right: 8px; }
      .banner-footer li a:hover {
        color: #00bcd4; }
    .banner-footer li p {
      font-size: 16px;
      line-height: 25px;
      color: #292929;
      max-width: 360px; }
      @media (max-width: 768px) {
        .banner-footer li p {
          max-width: none; } }
@media (max-width: 1200px) and (min-width: 769px) {
  .banner-footer li a {
    font-size: 19px;
    margin-bottom: 10px; } }

@media (max-width: 992px) and (min-width: 769px) {
  .banner-footer li a {
    font-size: 14px; }
  .banner-footer li p {
    font-size: 13px;
    line-height: 20px; } }

.manufacturer-block-megamenu {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 45px; }
  .manufacturer-block-megamenu:before, .manufacturer-block-megamenu:after {
    display: table;
    content: "";
    line-height: 0; }
  .manufacturer-block-megamenu:after {
    clear: both; }
  .manufacturer-block-megamenu ul li {
    float: left;
    text-align: center;
    width: 12.5%;
    max-width: 12.5%;
    padding: 0 12px; }
    .manufacturer-block-megamenu ul li a img {
      transition: all 0.2s ease 0s; }
    .manufacturer-block-megamenu ul li a:hover img {
      opacity: 0.7; }

.manufacturer-list .block-title strong {
  font-size: 24px;
  margin-bottom: 45px; }

.man-carousel.owl-carousel {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    .man-carousel.owl-carousel {
      padding-bottom: 40px; } }
  .man-carousel.owl-carousel .owl-item li {
    position: relative; }
    .man-carousel.owl-carousel .owl-item li img {
      width: auto;
      margin: 0 auto;
      transition: .3s ease; }
  .man-carousel.owl-carousel .owl-nav {
    right: auto;
    top: auto;
    background-color: #f4f4f4;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 170px;
    text-align: center; }
    .man-carousel.owl-carousel .owl-nav .owl-prev:before {
      content: '\e5c4';
      font-size: 26px; }
    .man-carousel.owl-carousel .owl-nav .owl-next:before {
      content: '\e5c8';
      font-size: 26px; }
  .man-carousel.owl-carousel li:hover img {
    opacity: 0.6; }

.page-bottom .widget {
  margin-bottom: 0; }

.widget.featured {
  margin-bottom: 97px; }
  @media (max-width: 992px) {
    .widget.featured {
      margin-bottom: 30px; } }

.banner-sale {
  margin-bottom: 85px; }
  @media (max-width: 992px) {
    .banner-sale {
      margin-bottom: 30px; } }

.page-main {
  margin-bottom: 2rem; }

.page-title-wrapper {
  margin-bottom: 2rem; }

.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; }

.page-layout-3columns .grid-left {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
.page-layout-3columns .grid-main {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }
.page-layout-3columns .grid-right {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3; }

.page-layout-2columns-right .grid-main {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
.page-layout-2columns-right .grid-right {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.page-layout-2columns-left .grid-left {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }
.page-layout-2columns-left .grid-main {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

@media (max-width: 767px) {
  .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%; }
  .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; }
  .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; }
  .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; } }
.block {
  margin-bottom: 2rem; }

.block-title {
  margin-bottom: 1rem;
  position: relative;
  text-transform: uppercase; }
  .block-title strong {
    width: 100%;
    display: inline-block; }
  .block-title .action {
    float: right;
    padding: 0;
    background: 0;
    line-height: inherit; }
    .block-title .action.edit {
      padding: 0 20px; }
  .block-title .counter {
    width: 100%;
    font-size: .8rem;
    line-height: 1;
    margin-top: 0; }
  .sidebar .collapsible-block .block-title {
    margin-bottom: 1em; }

.block-subtitle {
  display: block;
  margin-bottom: 1rem; }

.box {
  margin-bottom: 1rem; }

.box-title {
  margin-bottom: 1rem;
  display: block; }

.sidebar .block {
  margin-bottom: 2rem; }
  .sidebar .block .block-title strong {
    font-size: 18px;
    font-weight: 400; }
  .sidebar .block.block-compare .block-title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .sidebar .block.block-compare .block-title > * {
      width: auto; }
    .sidebar .block.block-compare .block-title .counter {
      font-weight: normal;
      font-size: 14px;
      color: #b8b8b8; }
  .sidebar .block.block-compare a.action.delete {
    color: #00bcd4;
    padding: 0; }
    .sidebar .block.block-compare a.action.delete:before {
      content: '\f00d';
      font-family: FontAwesome; }
    .sidebar .block.block-compare a.action.delete:hover {
      color: #858585; }
  .sidebar .block.block-compare .primary .action,
  .sidebar .block.block-compare .secondary .action {
    padding: 0;
    margin: 0;
    background: none;
    color: #00bcd4; }
    .sidebar .block.block-compare .primary .action:hover,
    .sidebar .block.block-compare .secondary .action:hover {
      color: #858585; }
  .sidebar .block.block-compare .actions-toolbar {
    margin: 7px 0 0; }
.sidebar #layered-filter-block .block-title strong {
  font-size: 24px;
  font-weight: 700; }
.sidebar #layered-filter-block .filter-options-item .filter-options-title {
  font-size: 18px;
  font-weight: 400; }
.sidebar #layered-filter-block .filter-options-item .items .item {
  margin-bottom: 5px; }

.page-footer {
  clear: both;
  padding: 97px 0 90px; }
  .page-footer .row > .col-sm-3 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 768px) {
      .page-footer .row > .col-sm-3 {
        text-align: left;
        width: 50%;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .page-footer .row > .col-sm-3 {
        margin-bottom: 0;
        width: 25%;
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; } }
  .page-footer h4 {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 30px; }
  .page-footer .footer-col-content li {
    line-height: 30px; }
    .page-footer .footer-col-content li a {
      color: #858585; }
      .page-footer .footer-col-content li a:hover {
        color: #00bcd4; }
  .page-footer .newsletter .title.heading-4, .page-footer .newsletter .title.box-title, .page-footer .newsletter .catalog-product-view .data.items .additional-attributes .title.attributes-caption, .catalog-product-view .data.items .additional-attributes .page-footer .newsletter .title.attributes-caption, .page-footer .newsletter .filter-current .title.filter-current-subtitle, .filter-current .page-footer .newsletter .title.filter-current-subtitle, .page-footer .newsletter .title.filter-options-title, .page-footer .newsletter .opc-block-shipping-information .title.shipping-information-title, .opc-block-shipping-information .page-footer .newsletter .title.shipping-information-title, .page-footer .newsletter .review-list .title.review-title, .review-list .page-footer .newsletter .title.review-title, .page-footer .newsletter .review-add .title.review-legend, .review-add .page-footer .newsletter .title.review-legend {
    color: #FFF;
    font-size: 24px;
    margin-bottom: 35px; }
  @media (max-width: 768px) {
    .page-footer {
      padding-bottom: 5px; } }

.copyright-container {
  margin: 1rem 0; }

.footer.links .item {
  display: block; }

.footer-col-content {
  padding: 0 !important; }

.scrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  height: 64px;
  width: 64px;
  display: none;
  cursor: pointer;
  text-indent: 100vw;
  white-space: nowrap;
  overflow: hidden;
  z-index: 9999; }
  .scrollToTop:before {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    font-size: 64px;
    line-height: 1;
    text-indent: 0;
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    color: #858585;
    transition: .3s ease; }
  .scrollToTop:hover:before {
    color: #00bcd4; }

#page-preloader .spinner:before,
#page-preloader .spinner:after,
body .loading-mask .loader:before,
body .loading-mask .loader:after {
  border: 3px solid #c1d72d;
  box-shadow: 0 0 30px #c1d72d, #c1d72d;
  -o-box-shadow: 0 0 30px #c1d72d, #c1d72d;
  -ms-box-shadow: 0 0 30px #c1d72d, #c1d72d;
  -webkit-box-shadow: 0 0 30px #c1d72d, #c1d72d;
  -moz-box-shadow: 0 0 30px #c1d72d, #c1d72d; }

.loading-mask .loader img {
  display: none; }
.loading-mask .loader {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #c1d72d;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out; }
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }
.no-display {
  display: none; }

.catalog-product-view .fotorama__stage__frame {
  background: #FFF;
  z-index: 9; }
.catalog-product-view .fotorama-item .fotorama__stage {
  margin-bottom: 0; }
.catalog-product-view .fotorama__thumb {
  background: transparent;
  z-index: 9; }
.catalog-product-view .fotorama__thumb-border {
  background: #FFF;
  z-index: 1;
  border-color: #fff !important;
  margin-top: 0 !important; }

/*
* @section      Custom pages
* @description  This section holds specific style for Custom pages
*/
.cms-page-view h1,
.cms-page-view heading-1 {
  text-transform: uppercase;
  margin-bottom: 1em; }
.cms-page-view h2, .cms-page-view .catalog-product-view .product-info-main .price-wrapper .price, .catalog-product-view .product-info-main .price-wrapper .cms-page-view .price,
.cms-page-view heading-2 {
  text-transform: uppercase;
  margin-bottom: 1em; }
.cms-page-view h3,
.cms-page-view heading-3 {
  text-transform: uppercase;
  margin-bottom: 1em; }
.cms-page-view h4,
.cms-page-view heading-4 {
  text-transform: uppercase;
  margin-bottom: 1em; }
.cms-page-view h5,
.cms-page-view heading-5 {
  text-transform: uppercase;
  margin-bottom: 1em; }
.cms-page-view h6,
.cms-page-view heading-6 {
  text-transform: uppercase;
  margin-bottom: 1em; }
.cms-page-view .section-title {
  margin-top: 30px;
  border-top: 1px solid #e1e1e1;
  padding-top: 30px; }

.custom-page table {
  margin-bottom: 4em; }
  @media (max-width: 767px) {
    .custom-page table.responsive thead {
      display: none; }
    .custom-page table.responsive tbody td {
      display: block;
      text-align: center; }
      .custom-page table.responsive tbody td:first-child {
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
        color: #858585;
        background: #f2f2f2;
        padding: 1em 1em .8em; }
        .custom-page table.responsive tbody td:first-child:before {
          display: none; }
    .custom-page table.responsive tbody td:before {
      content: attr(data-th);
      display: block;
      text-align: center;
      font-weight: 600; } }

.skills {
  color: #00bcd4; }
  .skills .value {
    font-size: 56px;
    line-height: 1.519em;
    font-weight: 700; }
  .skills .term {
    font-size: 16px;
    text-transform: uppercase; }

@media (max-width: 767px) {
  .cms-about-us .big-circle-icon {
    margin-top: 2rem; } }

@media (max-width: 767px) {
  .team > div[class*='col-'] {
    margin-bottom: 2rem; } }
.team > div[class*='col-'] img {
  margin-bottom: 1rem; }

.cms-customer-service .terms-conditions h4.small-icon:before {
  padding-right: 15px;
  vertical-align: bottom; }

.change-message {
  padding: 1em;
  margin-bottom: 30px;
  border: 1px solid #bce8f1;
  border-radius: 2px;
  color: #31708f;
  background-color: #d9edf7; }

dl.custom-page dd {
  font-style: normal;
  margin-bottom: 2em; }

.testimonials {
  padding-bottom: 2em; }
  .testimonials blockquote {
    padding: 10px 20px; }
    .testimonials blockquote cite {
      display: block;
      text-align: center;
      margin: 0 auto 0.5em;
      font-weight: 500;
      text-transform: uppercase;
      color: #00bcd4; }
    .testimonials blockquote q {
      display: block;
      padding: 0 5%; }
  .testimonials.owl-testimonials .owl-nav {
    position: static; }
  .testimonials.owl-testimonials .owl-controls {
    top: auto;
    bottom: 0;
    right: 50%;
    margin-right: -49px; }
  .testimonials.owl-testimonials .owl-prev,
  .testimonials.owl-testimonials .owl-next {
    padding: 8px 7px 0;
    height: 35px; }
    .testimonials.owl-testimonials .owl-prev:before,
    .testimonials.owl-testimonials .owl-next:before {
      font-size: 2.5em;
      color: #858585;
      transition: .3s ease; }
    .testimonials.owl-testimonials .owl-prev:hover:before,
    .testimonials.owl-testimonials .owl-next:hover:before {
      color: #00bcd4; }
  .testimonials.owl-testimonials .owl-prev {
    line-height: inherit; }
    .testimonials.owl-testimonials .owl-prev: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); }
  .testimonials.owl-testimonials .owl-next {
    line-height: inherit; }
    .testimonials.owl-testimonials .owl-next: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); }

.big-circle-icon {
  display: block;
  width: 122px;
  height: 122px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  border: 2px solid #00bcd4;
  text-align: center; }
  .big-circle-icon:before {
    color: #00bcd4;
    font-size: 66px !important;
    line-height: 122px;
    width: 100%; }

.medium-icon {
  margin: 0 auto 1rem;
  text-align: center;
  width: 100%; }
  .medium-icon:before {
    font-size: 60px;
    line-height: 1em;
    color: #00bcd4; }

.small-icon {
  width: 100%; }
  .small-icon:before {
    font-size: 40px;
    line-height: inherit;
    color: #00bcd4; }

.cms-no-route .page-title {
  color: #4e4e4e; }

.not-found-page {
  color: #4e4e4e; }
  .not-found-page .image404 svg .svg_layer1 {
    fill: #000; }
  .not-found-page .image404 svg .svg_layer2 {
    fill: #4e4e4e; }
  .not-found-page .image404 svg .svg_layer3 {
    fill: #00bcd4; }
  .not-found-page .disc li,
  .not-found-page dd {
    font-style: normal; }
  .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; }
    .not-found-page .not-found-page_top img {
      width: auto;
      max-width: 100%;
      margin-bottom: 40px; }
    .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; }
    .not-found-page .not-found-page_top strong {
      font-size: 20px;
      line-height: 1;
      font-weight: 600;
      padding-right: 20px; }
      @media (min-width: 768px) {
        .not-found-page .not-found-page_top strong {
          font-size: 50px;
          line-height: 1; } }
      @media (min-width: 992px) {
        .not-found-page .not-found-page_top strong {
          font-size: 84px;
          line-height: 84px; } }
    .not-found-page .not-found-page_top span {
      font-size: 16px;
      line-height: 20px;
      font-weight: 300; }
      @media (min-width: 768px) {
        .not-found-page .not-found-page_top span {
          font-size: 30px;
          line-height: 38px; } }
      @media (min-width: 992px) {
        .not-found-page .not-found-page_top span {
          font-size: 55px;
          line-height: 68px; } }
  .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) {
      .not-found-page .not-found-page_bottom dt {
        font-size: 20px; } }
  .not-found-page .not-found-page_bottom dd {
    text-align: center; }
    .not-found-page .not-found-page_bottom dd a {
      display: inline-block;
      font-size: 14px;
      line-height: 22px;
      font-weight: 600;
      padding: 12px 25px;
      line-height: inherit;
      color: #FFF;
      background: #00bcd4;
      padding: 6px 20px;
      line-height: 1.5em;
      display: inline-block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      background: #00bcd4;
      color: #FFF;
      padding: 15px 33px;
      line-height: 20px;
      text-transform: uppercase; }
      .not-found-page .not-found-page_bottom dd a: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); }
      .not-found-page .not-found-page_bottom dd a:hover {
        background: #008fa1; }
      .not-found-page .not-found-page_bottom dd a:hover {
        background: #292929;
        color: #FFF; }
      .not-found-page .not-found-page_bottom dd a:before {
        padding-right: 5px;
        font-size: 22px;
        vertical-align: sub; }

.customer-account-create .field .checkbox {
  margin-top: .5rem; }

.search-term-popular ul.search-terms:before, .search-term-popular ul.search-terms:after {
  display: table;
  content: "";
  line-height: 0; }
.search-term-popular ul.search-terms:after {
  clear: both; }
.search-term-popular ul.search-terms li {
  float: left;
  margin-right: 15px;
  font-size: 24px; }

@media (min-width: 1200px) {
  .search.advanced {
    max-width: 50%; } }
@media (min-width: 992px) {
  .search.advanced {
    max-width: 75%; } }
.search.advanced legend.legend {
  padding-bottom: 2em;
  border-bottom: 1px solid #dadada;
  margin-bottom: 2em;
  width: 100%; }
.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; }
  .search.advanced .price .range.price > .field {
    -webkit-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    max-width: 48%; }
  .search.advanced .price .range.price .addafter {
    position: absolute;
    top: 0;
    left: calc(100% + 6px);
    line-height: 28px;
    margin-right: 0; }
    @media (max-width: 767px) {
      .search.advanced .price .range.price .addafter {
        left: auto;
        right: 0; } }
  .search.advanced .price .range.price .separator {
    line-height: 28px;
    padding: 7px 0;
    margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .search.advanced .price .range.price .addon {
      padding-right: 45px; } }
.search.advanced .actions-toolbar {
  padding-top: 1.5rem;
  border-top: 1px solid #dadada; }

.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; }
  .search-terms ul li {
    margin: 0 5px 5px 0;
    border: 1px solid #dadada; }
  .search-terms ul a {
    padding: 5px;
    color: #4e4e4e; }
    .search-terms ul a:hover {
      background: #f4f6f7; }

.form-orders-search legend.admin__legend {
  padding-bottom: 2em;
  border-bottom: 1px solid #dadada;
  margin-bottom: 2em;
  width: 100%; }
.form-orders-search .actions-toolbar {
  padding-top: 1.5rem;
  border-top: 1px solid #dadada; }

.shipping-delivery-page p {
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .shipping-delivery-page p {
      margin-bottom: 30px; } }
.shipping-delivery-page .heading-3, .shipping-delivery-page .block-subtitle, .shipping-delivery-page .sidebar .block .block-title, .sidebar .block .shipping-delivery-page .block-title, .shipping-delivery-page .collapsible-block .opener, .collapsible-block .shipping-delivery-page .opener, .shipping-delivery-page .checkout-index-index .opc-wrapper .step-title, .checkout-index-index .opc-wrapper .shipping-delivery-page .step-title, .shipping-delivery-page .opc-sidebar .opc-block-summary span.title, .opc-sidebar .opc-block-summary .shipping-delivery-page span.title, .shipping-delivery-page .category-title {
  text-transform: uppercase;
  color: #00bcd4;
  margin-bottom: 10px; }
.shipping-delivery-page ul li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 0.8em; }
  .shipping-delivery-page ul li:before {
    content: '.';
    font-size: 35px;
    line-height: inherit;
    color: #00bcd4;
    position: absolute;
    top: -8px;
    left: 0; }
  .shipping-delivery-page ul li:last-child {
    margin-bottom: 1.5em; }
.shipping-delivery-page .shipping-delivery-page__border {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada; }
  @media (min-width: 992px) {
    .shipping-delivery-page .shipping-delivery-page__border {
      padding-bottom: 30px;
      margin-bottom: 40px; } }
  .shipping-delivery-page .shipping-delivery-page__border span:not(.heading-3):not(.block-subtitle):not(.category-title) {
    margin-bottom: 15px;
    display: block; }
.shipping-delivery-page .shipping-delivery-page_shipping-icon {
  line-height: inherit; }
  .shipping-delivery-page .shipping-delivery-page_shipping-icon: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); }
.shipping-delivery-page .shipping-delivery-page_track-icon {
  line-height: inherit; }
  .shipping-delivery-page .shipping-delivery-page_track-icon: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); }
.shipping-delivery-page .shipping-delivery-page_order-icon {
  line-height: inherit; }
  .shipping-delivery-page .shipping-delivery-page_order-icon: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); }
.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;
  color: #00bcd4;
  padding-right: 15px; }

.faq-page #faq-accordion .accordion-trigger {
  margin-bottom: 30px;
  padding-right: 30px;
  position: relative; }
  .faq-page #faq-accordion .accordion-trigger:before {
    content: 'q';
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1;
    color: #FFF;
    background: #00bcd4;
    text-align: center;
    padding: 15px 0;
    width: 50px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer; }
  .faq-page #faq-accordion .accordion-trigger:after {
    position: absolute;
    font-size: 20px;
    line-height: 1;
    top: 17px;
    right: 0;
    cursor: pointer;
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0); }
  .faq-page #faq-accordion .accordion-trigger.open:after {
    content: "";
    display: inline-block;
    font-family: "Material Icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0); }
  @media (min-width: 768px) {
    .faq-page #faq-accordion .accordion-trigger {
      display: inline-block; } }
  .faq-page #faq-accordion .accordion-trigger span {
    cursor: pointer;
    font-size: 20px;
    line-height: 50px;
    color: #00bcd4; }
.faq-page #faq-accordion .accordion-content {
  display: none; }
  .faq-page #faq-accordion .accordion-content p {
    padding-bottom: 50px;
    margin-bottom: 0; }
    .faq-page #faq-accordion .accordion-content p:before {
      content: 'a';
      text-transform: uppercase;
      font-size: 20px;
      line-height: 1;
      color: #00bcd4;
      background: #f6f6f6;
      text-align: center;
      padding: 15px 0;
      width: 50px;
      display: inline-block;
      margin: 5px 15px 15px 0;
      float: left; }

.support-page .text-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px; }
.support-page .boxes-block li a {
  transition: 0s; }
.support-page .boxes-block li div {
  background: transparent;
  border: 1px solid #00bcd4;
  margin-bottom: 30px;
  padding: 87px 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; }
  .support-page .boxes-block li div:hover {
    background: #00bcd4; }
    .support-page .boxes-block li div:hover span,
    .support-page .boxes-block li div:hover span:before {
      color: #FFF; }
  @media (min-width: 1200px) {
    .support-page .boxes-block li div {
      margin-bottom: 50px; } }
  .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; }
    .support-page .boxes-block li div span:before {
      color: #00bcd4;
      font-size: 70px;
      line-height: 1; }
.support-page .boxes-block .support-page__archive-icon {
  line-height: inherit; }
  .support-page .boxes-block .support-page__archive-icon: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); }
.support-page .boxes-block .support-page__bubbles-icon {
  line-height: inherit; }
  .support-page .boxes-block .support-page__bubbles-icon: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); }
.support-page .boxes-block .support-page__bubble-question-icon {
  line-height: inherit; }
  .support-page .boxes-block .support-page__bubble-question-icon: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); }
.support-page .boxes-block .support-page__envelope-icon {
  line-height: inherit; }
  .support-page .boxes-block .support-page__envelope-icon: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); }

.guarantee-page p {
  margin-bottom: 20px; }
.guarantee-page h3 {
  font-size: 35px;
  line-height: 1;
  color: #000;
  font-weight: 600; }
.guarantee-page h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: #858585;
  line-height: inherit; }
  .guarantee-page h4: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); }
  .guarantee-page h4:before {
    font-size: 30px;
    line-height: inherit;
    color: #00bcd4;
    padding-right: 10px; }
.guarantee-page ul {
  padding: 10px 0 20px; }
  .guarantee-page ul li {
    margin-bottom: 15px; }
    .guarantee-page ul li:last-child {
      margin-bottom: 0; }
.guarantee-page .text-block {
  padding-bottom: 20px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 30px; }
  .guarantee-page .text-block:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.secure-payment-page h4 {
  color: #00bcd4;
  line-height: inherit; }
  .secure-payment-page h4: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); }
  .secure-payment-page h4:before {
    font-size: 1.5em;
    line-height: inherit;
    color: #00bcd4;
    padding-right: 10px;
    vertical-align: bottom; }
.secure-payment-page ul {
  padding: 15px 0 20px; }
  .secure-payment-page ul li {
    margin-bottom: 15px; }
    .secure-payment-page ul li:last-child {
      margin-bottom: 0; }
.secure-payment-page .secure-payment_icons ul:before, .secure-payment-page .secure-payment_icons ul:after {
  display: table;
  content: "";
  line-height: 0; }
.secure-payment-page .secure-payment_icons ul:after {
  clear: both; }
.secure-payment-page .secure-payment_icons ul li {
  float: left;
  margin-right: 28px; }
.secure-payment-page .secure-payment_icons ul a {
  font-size: 41px;
  line-height: 1;
  color: #00bcd4; }
  .secure-payment-page .secure-payment_icons ul a:hover {
    color: #858585; }

.terms-conditions-page p {
  margin-bottom: 28px; }
.terms-conditions-page ul h4 {
  color: #00bcd4;
  line-height: inherit; }
  .terms-conditions-page ul h4: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); }
  .terms-conditions-page ul h4:before {
    font-size: 1.5em;
    line-height: inherit;
    color: #00bcd4;
    padding-right: 10px;
    vertical-align: bottom; }

.cms-template-settings.cms-page-view h3 {
  font-size: 20px;
  line-height: 1;
  text-transform: none;
  margin-bottom: 2em; }
  .cms-template-settings.cms-page-view h3 em {
    color: #858585; }
.cms-template-settings .data-table {
  margin-bottom: 40px; }
  .cms-template-settings .data-table th, .cms-template-settings .data-table td {
    word-break: break-all; }
  .cms-template-settings .data-table th {
    background-color: #FFF; }
  .cms-template-settings .data-table td {
    border-bottom: 1px solid #dadada; }

.one-product-carousel {
  background: url("../images/media/one-product_bg.png");
  background-attachment: fixed;
  background-position: 50% 0;
  background-color: #111;
  margin-bottom: 60px;
  margin-top: -60px; }
  .one-product-carousel .block-title {
    display: none; }
  .one-product-carousel .container, .one-product-carousel .page-print.sales-order-print #maincontent, .page-print.sales-order-print .one-product-carousel #maincontent {
    padding-bottom: 50px; }
  .one-product-carousel .products-list .product-item-info {
    display: block;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: transparent; }
  .one-product-carousel .products-list .product-item-photo {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    pointer-events: none; }
    .one-product-carousel .products-list .product-item-photo img {
      margin: -120px auto; }
    @media (min-width: 768px) {
      .one-product-carousel .products-list .product-item-photo img {
        margin: -170px auto; } }
    @media (min-width: 1200px) {
      .one-product-carousel .products-list .product-item-photo img {
        margin: -200px auto; } }
  .one-product-carousel .products-list .product-item-details {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 70px 10px;
    position: relative;
    z-index: 9; }
  .one-product-carousel .products-list .product-item-name {
    font-size: 43px;
    color: #FFF;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    line-height: 49px; }
    .one-product-carousel .products-list .product-item-name a {
      color: #FFF;
      position: relative;
      border-bottom: 0; }
      .one-product-carousel .products-list .product-item-name a:hover {
        text-decoration: underline; }
      @media (min-width: 768px) {
        .one-product-carousel .products-list .product-item-name a:before, .one-product-carousel .products-list .product-item-name a:after {
          content: '';
          display: block;
          height: 2px;
          width: 0;
          position: absolute;
          bottom: -3px;
          background: #FFF;
          opacity: .75;
          transition: .2s linear; }
        .one-product-carousel .products-list .product-item-name a:before {
          left: 0; }
        .one-product-carousel .products-list .product-item-name a:after {
          right: 0; }
        .one-product-carousel .products-list .product-item-name a:hover {
          text-decoration: none; }
          .one-product-carousel .products-list .product-item-name a:hover:before, .one-product-carousel .products-list .product-item-name a:hover:after {
            width: 100%;
            transition: .2s linear;
            background: #00bcd4; } }
  .one-product-carousel .products-list .product-item-description {
    font-size: 17px;
    line-height: 25px;
    color: #FFF;
    max-width: 600px;
    margin-bottom: 20px; }
    @media (max-width: 500px) {
      .one-product-carousel .products-list .product-item-description {
        display: none; } }
  .one-product-carousel .products-list .opw-right-side {
    margin-top: -5px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media (max-width: 600px) {
      .one-product-carousel .products-list .opw-right-side {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .one-product-carousel .products-list .opw-right-side > div {
          -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
          max-width: 100%;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center;
          margin: 15px 0; }
          .one-product-carousel .products-list .opw-right-side > div.price-box {
            margin-right: 0; }
          .one-product-carousel .products-list .opw-right-side > div.product-item-actions {
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
            .one-product-carousel .products-list .opw-right-side > div.product-item-actions > div {
              -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
              max-width: 100%;
              -webkit-justify-content: center;
              -ms-flex-pack: center;
              justify-content: center; } }
    .one-product-carousel .products-list .opw-right-side .price-box {
      font-size: 43px;
      color: #FFF;
      font-weight: 700;
      margin-right: 30px;
      line-height: 1; }
      .one-product-carousel .products-list .opw-right-side .price-box .price-wrapper {
        line-height: 1.1; }
    .one-product-carousel .products-list .opw-right-side .product-item-actions {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      @media (min-width: 1200px) {
        .one-product-carousel .products-list .opw-right-side .product-item-actions {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media (max-width: 1199px) {
        .one-product-carousel .products-list .opw-right-side .product-item-actions {
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex; } }
      .one-product-carousel .products-list .opw-right-side .product-item-actions .action {
        background: transparent;
        border: 2px solid #FFF;
        border-radius: 26px;
        color: #FFF;
        font-size: 18px;
        padding: 14px 45px; }
        .one-product-carousel .products-list .opw-right-side .product-item-actions .action:hover {
          border-color: #00bcd4;
          background: #00bcd4; }
        .one-product-carousel .products-list .opw-right-side .product-item-actions .action.tocart span {
          color: #FFF; }
        .one-product-carousel .products-list .opw-right-side .product-item-actions .action.tocart:before {
          font-size: 19px; }
        .one-product-carousel .products-list .opw-right-side .product-item-actions .action.towishlist, .one-product-carousel .products-list .opw-right-side .product-item-actions .action.tocompare {
          width: 52px;
          padding: 0;
          text-align: center;
          transform: scale(0);
          transition: 0.2s cubic-bezier(0, 0, 0.6, 1.77);
          margin: 0 15px; }
          .one-product-carousel .products-list .opw-right-side .product-item-actions .action.towishlist:before, .one-product-carousel .products-list .opw-right-side .product-item-actions .action.tocompare:before {
            font-size: 25px;
            line-height: 50px;
            color: #FFF; }
      .one-product-carousel .products-list .opw-right-side .product-item-actions .actions-secondary {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
    .one-product-carousel .products-list .opw-right-side:hover .product-item-actions .action.towishlist, .one-product-carousel .products-list .opw-right-side:hover .product-item-actions .action.tocompare {
      transform: scale(1); }
      .one-product-carousel .products-list .opw-right-side:hover .product-item-actions .action.towishlist:hover, .one-product-carousel .products-list .opw-right-side:hover .product-item-actions .action.tocompare:hover {
        transition: .2s linear; }
  .one-product-carousel .products-list .product-item-details:hover .product-item-actions .action.towishlist, .one-product-carousel .products-list .product-item-details:hover .product-item-actions .action.tocompare {
    transform: scale(1); }
  .one-product-carousel .owl-carousel .owl-item img {
    width: auto; }
  .one-product-carousel .owl-nav {
    right: auto;
    width: 100%;
    top: 55%;
    padding: 0;
    pointer-events: none; }
    @media (min-width: 768px) {
      .one-product-carousel .owl-nav {
        max-width: 750px;
        left: calc(50% - 375px); } }
    @media (min-width: 992px) {
      .one-product-carousel .owl-nav {
        max-width: 970px;
        left: calc(50% - 485px); } }
    @media (min-width: 1200px) {
      .one-product-carousel .owl-nav {
        max-width: 1200px;
        left: calc(50% - 600px); } }
    .one-product-carousel .owl-nav > div {
      padding: 0;
      margin: 0;
      pointer-events: all; }
    .one-product-carousel .owl-nav .owl-prev {
      float: left; }
      .one-product-carousel .owl-nav .owl-prev:before {
        content: '\e5c4';
        font-size: 55px; }
        @media (min-width: 480px) {
          .one-product-carousel .owl-nav .owl-prev:before {
            font-size: 81px; } }
    .one-product-carousel .owl-nav .owl-next {
      float: right; }
      .one-product-carousel .owl-nav .owl-next:before {
        content: '\e5c8';
        font-size: 55px; }
        @media (min-width: 480px) {
          .one-product-carousel .owl-nav .owl-next:before {
            font-size: 81px; } }

.widget.featured.grid.new_product {
  margin-bottom: 104px; }
  .widget.featured.grid.new_product .product-item {
    padding: 5px;
    margin: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 992px) {
      .widget.featured.grid.new_product .product-item {
        height: 410px; } }
    @media (min-width: 1200px) {
      .widget.featured.grid.new_product .product-item {
        height: 390px; } }
    .widget.featured.grid.new_product .product-item .product-item-info {
      background: #FFF;
      transition: .2s;
      position: relative; }
    @media (min-width: 480px) {
      .widget.featured.grid.new_product .product-item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
@media (max-width: 991px) and (min-width: 768px) {
  .widget.featured.grid.new_product .product-item {
    -webkit-flex-basis: 33%;
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%; }
    .widget.featured.grid.new_product .product-item:nth-child(2), .widget.featured.grid.new_product .product-item:nth-child(3) {
      width: 66%;
      -webkit-flex-basis: 66%;
      -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
      max-width: 66%; }
      .widget.featured.grid.new_product .product-item:nth-child(2) .product-item-info .product-item-details, .widget.featured.grid.new_product .product-item:nth-child(3) .product-item-info .product-item-details {
        padding: 5px 30px 0 30px; } }

    @media (min-width: 992px) {
      .widget.featured.grid.new_product .product-item {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; }
        .widget.featured.grid.new_product .product-item:nth-child(3), .widget.featured.grid.new_product .product-item:nth-child(5) {
          width: 50%;
          -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
          max-width: 50%; }
          .widget.featured.grid.new_product .product-item:nth-child(3) .product-item-info .product-item-details, .widget.featured.grid.new_product .product-item:nth-child(5) .product-item-info .product-item-details {
            padding: 5px 30px 0 30px; } }
    @media (min-width: 992px) {
      .widget.featured.grid.new_product .product-item {
        height: 295px; }
        .widget.featured.grid.new_product .product-item .product-item-details {
          position: absolute;
          text-align: center;
          padding: 100px 0 0 !important;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          z-index: 20;
          background: rgba(0, 0, 0, 0.6);
          transition: .3s ease;
          opacity: 0;
          visibility: hidden;
          color: #FFF; }
          .widget.featured.grid.new_product .product-item .product-item-details .product-item-description {
            display: none; }
          .widget.featured.grid.new_product .product-item .product-item-details .price-box {
            color: #FFF;
            margin-bottom: 5px; }
          .widget.featured.grid.new_product .product-item .product-item-details .product-item-link {
            color: #FFF;
            max-width: 230px;
            margin: 0 auto;
            margin-bottom: 10px; }
            .widget.featured.grid.new_product .product-item .product-item-details .product-item-link:hover {
              color: #00bcd4; }
        .widget.featured.grid.new_product .product-item:hover .product-item-details {
          opacity: 1;
          visibility: visible; }
        .widget.featured.grid.new_product .product-item .hover-show {
          max-height: none; }
          .widget.featured.grid.new_product .product-item .hover-show .product-item-actions {
            display: block; }
          .widget.featured.grid.new_product .product-item .hover-show .actions-secondary,
          .widget.featured.grid.new_product .product-item .hover-show .actions-primary {
            display: inline-block; }
            .widget.featured.grid.new_product .product-item .hover-show .actions-secondary .action,
            .widget.featured.grid.new_product .product-item .hover-show .actions-primary .action {
              color: #FFF; }
              .widget.featured.grid.new_product .product-item .hover-show .actions-secondary .action:hover,
              .widget.featured.grid.new_product .product-item .hover-show .actions-primary .action:hover {
                color: #00bcd4; }
            .widget.featured.grid.new_product .product-item .hover-show .actions-secondary .primary:hover span,
            .widget.featured.grid.new_product .product-item .hover-show .actions-primary .primary:hover span {
              color: #FFF; }
            .widget.featured.grid.new_product .product-item .hover-show .actions-secondary .primary span,
            .widget.featured.grid.new_product .product-item .hover-show .actions-primary .primary span {
              font-size: 0; } }
    .widget.featured.grid.new_product .product-item:hover .product-item-info {
      height: 100%; }
.widget.featured.grid.new_product .owl-carousel .product-item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: none; }

.widget.block-new-products.grid {
  margin-bottom: 95px; }
  .widget.block-new-products.grid .product-item {
    padding: 5px;
    margin: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 480px) {
      .widget.block-new-products.grid .product-item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
    @media (min-width: 992px) {
      .widget.block-new-products.grid .product-item {
        -webkit-flex-basis: 25%;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%; } }
.widget.block-new-products.grid .owl-carousel .product-item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: none; }

.parallax-container.parallax-1 {
  margin-bottom: 87px; }

.rd-parallax .rd-parallax-layer-holder {
  position: static !important; }
  .rd-parallax .rd-parallax-layer-holder:before {
    content: '';
    background: #000;
    opacity: .4;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.rd-parallax .parallax-1 .container, .rd-parallax .parallax-1 .page-print.sales-order-print #maincontent, .page-print.sales-order-print .rd-parallax .parallax-1 #maincontent {
  background: none;
  margin: 6% auto;
  text-align: center; }
  @media (min-width: 992px) {
    .rd-parallax .parallax-1 .container, .rd-parallax .parallax-1 .page-print.sales-order-print #maincontent, .page-print.sales-order-print .rd-parallax .parallax-1 #maincontent {
      margin: 8% auto; } }
  .rd-parallax .parallax-1 .container .text-box, .rd-parallax .parallax-1 .page-print.sales-order-print #maincontent .text-box, .page-print.sales-order-print .rd-parallax .parallax-1 #maincontent .text-box {
    max-width: 750px;
    margin: 0 auto; }
  .rd-parallax .parallax-1 .container h3, .rd-parallax .parallax-1 .page-print.sales-order-print #maincontent h3, .page-print.sales-order-print .rd-parallax .parallax-1 #maincontent h3 {
    font-size: 4vw;
    line-height: 1.26;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 4%; }
    @media (min-width: 768px) {
      .rd-parallax .parallax-1 .container h3, .rd-parallax .parallax-1 .page-print.sales-order-print #maincontent h3, .page-print.sales-order-print .rd-parallax .parallax-1 #maincontent h3 {
        font-size: 43px; } }
    .rd-parallax .parallax-1 .container h3 i, .rd-parallax .parallax-1 .page-print.sales-order-print #maincontent h3 i, .page-print.sales-order-print .rd-parallax .parallax-1 #maincontent h3 i {
      font-weight: normal;
      font-style: italic;
      display: block; }
  .rd-parallax .parallax-1 .container p, .rd-parallax .parallax-1 .page-print.sales-order-print #maincontent p, .page-print.sales-order-print .rd-parallax .parallax-1 #maincontent p {
    font-size: 14px;
    line-height: 26px;
    color: #FFF;
    margin-bottom: 5%;
    display: none; }
    @media (min-width: 768px) {
      .rd-parallax .parallax-1 .container p, .rd-parallax .parallax-1 .page-print.sales-order-print #maincontent p, .page-print.sales-order-print .rd-parallax .parallax-1 #maincontent p {
        display: block; } }
    @media (min-width: 992px) {
      .rd-parallax .parallax-1 .container p, .rd-parallax .parallax-1 .page-print.sales-order-print #maincontent p, .page-print.sales-order-print .rd-parallax .parallax-1 #maincontent p {
        font-size: 17px; } }
  .rd-parallax .parallax-1 .container .banner-button, .rd-parallax .parallax-1 .page-print.sales-order-print #maincontent .banner-button, .page-print.sales-order-print .rd-parallax .parallax-1 #maincontent .banner-button {
    color: #FFF;
    background: #00bcd4;
    padding: 6px 20px;
    line-height: 1.5em;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    background: transparent;
    color: #FFF;
    padding: 14px 45px;
    line-height: 20px;
    font-size: 18px;
    border: 2px solid #FFF;
    text-transform: uppercase; }
    .rd-parallax .parallax-1 .container .banner-button:hover, .rd-parallax .parallax-1 .page-print.sales-order-print #maincontent .banner-button:hover, .page-print.sales-order-print .rd-parallax .parallax-1 #maincontent .banner-button:hover {
      background: #008fa1; }
    .rd-parallax .parallax-1 .container .banner-button:hover, .rd-parallax .parallax-1 .page-print.sales-order-print #maincontent .banner-button:hover, .page-print.sales-order-print .rd-parallax .parallax-1 #maincontent .banner-button:hover {
      background: #00bcd4;
      border-color: #00bcd4; }
    @media (max-width: 767px) {
      .rd-parallax .parallax-1 .container .banner-button, .rd-parallax .parallax-1 .page-print.sales-order-print #maincontent .banner-button, .page-print.sales-order-print .rd-parallax .parallax-1 #maincontent .banner-button {
        padding: 5px 15px;
        font-size: 14px; } }

.main-copyright {
  background: #161616;
  padding: 15px 0;
  color: #858585; }
  .main-copyright small {
    font-size: 14px; }

.contact-index-index .page-title {
  text-align: left;
  margin-bottom: 70px; }
.contact-index-index .contact .legend {
  font-size: 18px;
  margin-bottom: 10px; }
.contact-index-index .contact .no-label {
  font-size: 16px;
  color: #858585; }

.payment-method-billing-address .checkout-billing-address > .fieldset > .field.field-select-billing {
  display: none; }

html body {
  background: #f4f4f4; }

html header.page-header, html div.rd-navbar-static {
  background: #fff; }

html div.panel.page-header__panel {
  background: #292929; }

html footer.page-footer {
  background: #292929; }

html div.sidebar .block .block-title {
  background-color: transparent; }

html .block.widget.featured .product-reviews-summary {
  margin-bottom: 0.5rem; }

html .block.widget.featured .product-reviews-summary .reviews-actions > .action.view {
  display: none; }

html #search_mini_form .search-autocomplete {
  display: none; }

html #search_mini_form.active .search-autocomplete {
  display: block; }

.loading-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 9999999; }

.new-label {
  background: #4bc16b;
  line-height: 35px;
  font-weight: 700;
  padding: 0 15px;
  border-radius: 2px; }

.sale-label {
  background: #ff4157;
  line-height: 35px;
  font-weight: 700;
  padding: 0 15px;
  border-radius: 2px; }

.product-item .smart-labels .smart-label.new-label,
.product-item .smart-labels .smart-label.sale-label {
  top: 20px;
  left: 20px; }

.actions-toolbar .action {
  color: #FFF;
  background: #00bcd4;
  padding: 6px 20px;
  line-height: 1.5em;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0); }
  .actions-toolbar .action:hover {
    background: #008fa1; }

.products .product-item .price-box {
  font-size: 1.5rem;
  line-height: 1;
  color: #00bcd4; }
  .products .product-item .price-box .price-label {
    display: none; }
.products .product-item .special-price {
  color: #fd516a; }
.products .product-item .old-price .price {
  text-decoration: line-through;
  font-size: 1rem;
  color: #888; }
.products .product-item .product-item-name a {
  color: #292929; }
  .products .product-item .product-item-name a:hover {
    color: #00bcd4; }
.products .product-item .product-item-name {
  display: block;
  font-size: 16px; }
.products .product-item .product-item-description {
  margin-bottom: 1em; }
  .products .product-item .product-item-description p {
    margin-bottom: 0;
    color: #858585;
    line-height: 21px; }
.products .product-item .product-reviews-summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem; }
  .products .product-item .product-reviews-summary .action.add {
    display: none; }
.products .product-item .rating-summary {
  width: 90px;
  margin-top: 2px; }
  .products .product-item .rating-summary .label {
    display: none; }
.products .product-item .reviews-actions .view {
  margin-right: 1rem; }
.products .product-item .swatch-attribute-options {
  margin-right: 20px; }
.products .product-item .product-item-actions {
  margin-top: 0; }
.products .product-item .swatch-option:not(.selected) {
  border-color: transparent; }
  .products .product-item .swatch-option:not(.selected)[style*="background: #ffffff"] {
    border-color: #666;
    border-width: 1px; }
.products .product-item .swatch-option:hover {
  border-color: #FFF; }

.toolbar-products,
.toolbar-posts {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  text-align: center;
  background: #FFF;
  padding: 0;
  position: relative; }
  @media (min-width: 550px) {
    .toolbar-products,
    .toolbar-posts {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media (max-width: 991px) {
    .toolbar-products:before,
    .toolbar-posts:before {
      content: '';
      position: absolute;
      top: 50px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #e3e3e3;
      z-index: 9; } }
  .toolbar-products p,
  .toolbar-products .field,
  .toolbar-posts p,
  .toolbar-posts .field {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .toolbar-products p .label,
    .toolbar-products .field .label,
    .toolbar-posts p .label,
    .toolbar-posts .field .label {
      margin-right: 10px; }
      @media (max-width: 991px) {
        .toolbar-products p .label,
        .toolbar-products .field .label,
        .toolbar-posts p .label,
        .toolbar-posts .field .label {
          display: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar-products label.label,
  .toolbar-posts label.label {
    display: none; } }

  .toolbar-products .filter-toggle,
  .toolbar-posts .filter-toggle {
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    max-width: 50px;
    text-align: center;
    padding: 0;
    color: #00bcd4;
    border-right: 1px solid #e3e3e3;
    margin-right: 15px; }
    .toolbar-products .filter-toggle:hover,
    .toolbar-posts .filter-toggle:hover {
      color: #292929; }

.toolbar-container .filter-toggle {
  color: #FFF;
  background: #00bcd4;
  padding: 6px 20px;
  line-height: 1.5em;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  margin-bottom: 20px;
  display: none; }
  .toolbar-container .filter-toggle:hover {
    background: #008fa1; }

.field.toolbar-sorter {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .field.toolbar-sorter {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: auto;
      margin-right: auto; } }
  .field.toolbar-sorter .select2-container {
    border-right: 1px solid #e3e3e3; }
    .field.toolbar-sorter .select2-container:hover, .field.toolbar-sorter .select2-container.select2-container--open {
      color: #e3e3e3; }
      .field.toolbar-sorter .select2-container:hover .select2-selection, .field.toolbar-sorter .select2-container.select2-container--open .select2-selection {
        box-shadow: none; }
  .field.toolbar-sorter .label {
    text-align: left;
    display: none; }
  .field.toolbar-sorter .sorter-action {
    transition: .2s;
    height: 50px;
    width: 50px;
    margin: 0;
    padding: 0;
    border-right: 1px solid #e3e3e3; }
    .field.toolbar-sorter .sorter-action span {
      display: none; }
    .field.toolbar-sorter .sorter-action.sort-asc, .field.toolbar-sorter .sorter-action.sort-desc {
      line-height: inherit;
      font-size: 1.5rem;
      line-height: 50px;
      color: #d1d7da; }
      .field.toolbar-sorter .sorter-action.sort-asc:before, .field.toolbar-sorter .sorter-action.sort-desc: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); }
    .field.toolbar-sorter .sorter-action.sort-desc {
      transform: rotate(180deg);
      border-right: none;
      border-left: 1px solid #e3e3e3; }
    .field.toolbar-sorter .sorter-action:hover {
      color: #292929; }

p.toolbar-amount {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  color: #b8b8b8; }
  p.toolbar-amount span.toolbar-number:first-child {
    margin-left: .3em; }
  p.toolbar-amount span.toolbar-number:nth-child(2) {
    margin-right: .3em; }
  p.toolbar-amount span.toolbar-number:last-child {
    margin-left: .3em; }
  @media (min-width: 768px) {
    p.toolbar-amount {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: auto; } }
  @media (min-width: 768px) and (max-width: 991px) {
    p.toolbar-amount {
      display: none; } }

@media (min-width: 550px) and (max-width: 570px) {
  p.toolbar-amount {
    display: none; } }

.field.limiter {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  transition: .2s;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .field.limiter {
      -webkit-order: 3;
      -ms-flex-order: 3;
      order: 3;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: auto;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin-left: 40px; } }
  .field.limiter .control {
    display: inline-block;
    border-left: 1px solid #e3e3e3; }
    .field.limiter .control .select2-container--open {
      color: #e3e3e3; }
  .field.limiter .limiter-text {
    display: none; }
  .field.limiter .control:hover .select2-container {
    color: #e3e3e3; }
  .toolbar-products .field.limiter .select2-container--default .select2-selection--single {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .toolbar-products .field.limiter .select2-container--default .select2-selection--single.select2-selection {
      box-shadow: none; }

.tollbar-bottom {
  margin-top: 20px; }
  .tollbar-bottom .toolbar-products:before {
    display: none; }
  .tollbar-bottom .modes,
  .tollbar-bottom .toolbar-amount,
  .tollbar-bottom .limiter,
  .tollbar-bottom .toolbar-sorter {
    display: none; }
  .tollbar-bottom .pages .item {
    line-height: 47px;
    margin: 0 10px; }
  .tollbar-bottom .pages .items .action {
    color: #060606; }
    .tollbar-bottom .pages .items .action span:before {
      color: #00bcd4; }
    .tollbar-bottom .pages .items .action:hover {
      color: #00bcd4; }
  .tollbar-bottom .filter-toggle {
    display: none !important; }

.modes {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .modes {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      max-width: auto;
      margin-left: 0;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .modes .modes-label {
    display: none; }
  .modes .modes-mode {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: 0; }
    .modes .modes-mode span {
      display: none; }
    .modes .modes-mode.active {
      color: #d1d7da; }
      .modes .modes-mode.active:hover {
        color: inherit; }
    .modes .modes-mode:hover {
      color: #060606; }
  .modes .mode-grid {
    line-height: inherit;
    font-size: 1.5rem;
    line-height: 50px; }
    .modes .mode-grid: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); }
    @media (max-width: 767px) {
      .modes .mode-grid {
        border-left: 1px solid #e3e3e3; } }
  .modes .mode-list {
    line-height: inherit;
    font-size: 1.5rem;
    line-height: 50px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3; }
    .modes .mode-list: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); }

.pages {
  -webkit-order: 9;
  -ms-flex-order: 9;
  order: 9;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  display: none;
  margin-bottom: 0; }
  .pages .pages-items {
    position: relative;
    display: inline-block; }
    .pages .pages-items:before, .pages .pages-items:after {
      display: table;
      content: "";
      line-height: 0; }
    .pages .pages-items:after {
      clear: both; }
  .pages .item {
    float: left;
    padding: 0 4px;
    font-size: 1rem;
    line-height: 1; }
    .pages .item.current {
      font-weight: 600; }
    .pages .item.pages-item-previous a span:not(.label), .pages .item.pages-item-next a span:not(.label) {
      line-height: inherit; }
      .pages .item.pages-item-previous a span:not(.label):before, .pages .item.pages-item-next a span:not(.label):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); }
    .pages .item.pages-item-previous a span:not(.label):before {
      content: '\e5cb'; }
    .pages .item.pages-item-next a span:not(.label):before {
      content: '\e5cc'; }
  .tollbar-bottom .pages {
    display: block; }

.catalog-product-view .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; }
.catalog-product-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%;
  text-align: center; }
  @media (min-width: 768px) {
    .catalog-product-view .product-info-main {
      text-align: left; } }
  .catalog-product-view .product-info-main .rating-summary {
    margin-top: 5px;
    min-width: 97px; }
.catalog-product-view .product-info-stock-sku {
  margin-bottom: 1rem; }
  @media (max-width: 768px) {
    .catalog-product-view .product-info-stock-sku {
      margin-bottom: 0; } }
  .catalog-product-view .product-info-stock-sku .available {
    color: #00bcd4;
    margin-bottom: 7px; }
    @media (max-width: 768px) {
      .catalog-product-view .product-info-stock-sku .available {
        margin-bottom: 3px; } }
  .catalog-product-view .product-info-stock-sku .unavailable {
    color: #fd516a;
    margin-bottom: 7px; }
.catalog-product-view .page-title-wrapper {
  margin-bottom: 1rem;
  line-height: 1; }
  @media (max-width: 768px) {
    .catalog-product-view .page-title-wrapper {
      margin-bottom: 5px; } }
  .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,
  .catalog-product-view .page-title-wrapper h1 {
    margin: 25px 0 0;
    padding: 0;
    text-align: center;
    font-size: 40px;
    line-height: 54px; }
    @media (max-width: 992px) {
      .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,
      .catalog-product-view .page-title-wrapper h1 {
        font-size: 28px;
        line-height: 1.2; } }
    @media (min-width: 768px) {
      .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,
      .catalog-product-view .page-title-wrapper h1 {
        text-align: left;
        margin-top: 0; } }
.catalog-product-view .product-reviews-summary {
  margin-bottom: 1rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .catalog-product-view .product-reviews-summary {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
.catalog-product-view .product-info-main .rating-summary {
  padding-right: 5px; }
  .catalog-product-view .product-info-main .rating-summary .label {
    display: none; }
.catalog-product-view .reviews-actions .view {
  margin-right: 5px; }
@media (max-width: 992px) {
  .catalog-product-view .reviews-actions {
    font-size: 13px; } }
.catalog-product-view #tab-label-reviews-title span.counter:before {
  content: '('; }
.catalog-product-view #tab-label-reviews-title span.counter:after {
  content: ')'; }
.catalog-product-view .price-box {
  margin-bottom: 1rem;
  color: #00bcd4;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .catalog-product-view .price-box .price-label {
    display: none; }
  .catalog-product-view .price-box .special-price {
    color: #fd516a; }
  .catalog-product-view .price-box .old-price {
    color: #888;
    text-decoration: line-through; }
    .catalog-product-view .price-box .old-price .price {
      font-size: 1rem; }
  @media (max-width: 768px) {
    .catalog-product-view .price-box {
      margin-bottom: 0;
      line-height: normal; }
      .catalog-product-view .price-box .price {
        margin-bottom: 0 !important; } }
.catalog-product-view .product-info-price {
  margin-bottom: 5px; }
  .catalog-product-view .product-info-price .price-wrapper .price {
    font-size: 47px; }
.catalog-product-view .overview {
  margin-bottom: 1rem; }
.catalog-product-view .product-add-form {
  margin-bottom: 1rem;
  margin-top: 25px; }
.catalog-product-view .product-info-price {
  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; }
  @media (min-width: 768px) {
    .catalog-product-view .product-info-price {
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .catalog-product-view .product-info-price .product-info-stock-sku {
    order: 2; }
    .catalog-product-view .product-info-price .product-info-stock-sku .stock span {
      color: #00b06c; }
  .catalog-product-view .product-info-price .page-title-wrapper {
    order: 1;
    margin-top: -13px; }
  .catalog-product-view .product-info-price .price-box {
    order: 3; }
.catalog-product-view .box-tocart .fieldset {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
.catalog-product-view .box-tocart .tocart {
  border: 2px solid #00bcd4;
  background: transparent;
  color: #00bcd4;
  font-size: 18px;
  height: 67px;
  border-radius: 33px;
  padding: 15px 60px; }
  .catalog-product-view .box-tocart .tocart span:before {
    content: "\e04f";
    display: inline-block;
    font-family: "fl-outicons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    font-size: 24px;
    margin-right: 7px; }
  .catalog-product-view .box-tocart .tocart:hover {
    border: 2px solid #292929; }
.catalog-product-view .box-tocart .field.qty {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-right: 0;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .catalog-product-view .box-tocart .field.qty {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  .catalog-product-view .box-tocart .field.qty .label span {
    vertical-align: sub; }
  .catalog-product-view .box-tocart .field.qty .control input {
    text-align: center;
    padding: 10px 20px; }
  @media (min-width: 1200px) {
    .catalog-product-view .box-tocart .field.qty {
      padding-right: 2rem; } }
.catalog-product-view .product-social-links {
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 1rem; }
  .catalog-product-view .product-social-links .action span {
    display: none; }
.catalog-product-view .social-sharing {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .catalog-product-view .social-sharing {
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
.catalog-product-view .swatch-attribute {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 35px;
  position: relative; }
  @media (min-width: 1200px) {
    .catalog-product-view .swatch-attribute {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .catalog-product-view .swatch-attribute .swatch-attribute-label {
    font-weight: 400;
    display: inline-block;
    min-width: 80px;
    font-size: 16px;
    color: #858585; }
  .catalog-product-view .swatch-attribute .swatch-attribute-selected-option {
    display: none; }
  .catalog-product-view .swatch-attribute [id*='super_attribute['].mage-error {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    padding: 5px 10px; }
.catalog-product-view .swatch-option {
  min-width: 20px;
  margin-bottom: 0;
  border-radius: 20px; }
  .catalog-product-view .swatch-option.color {
    min-height: 20px; }
  .catalog-product-view .swatch-option.text {
    min-width: 20px;
    min-height: 20px;
    padding: 5px 14px; }
.catalog-product-view .product-options-wrapper .field {
  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; }
  @media (min-width: 768px) {
    .catalog-product-view .product-options-wrapper .field {
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  @media (min-width: 1200px) {
    .catalog-product-view .product-options-wrapper .field {
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .catalog-product-view .product-options-wrapper .field.required {
    margin-bottom: 2rem; }
  .catalog-product-view .product-options-wrapper .field .control {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .catalog-product-view .product-options-wrapper .field .control {
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        max-width: 60%; } }
  .catalog-product-view .product-options-wrapper .field .label {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    @media (min-width: 1200px) {
      .catalog-product-view .product-options-wrapper .field .label {
        margin-right: 20px; } }
    @media (min-width: 1200px) {
      .catalog-product-view .product-options-wrapper .field .label {
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        max-width: 40%;
        font-size: 15px; } }
.catalog-product-view .product-addto-links {
  display: inline-block; }
  .catalog-product-view .product-addto-links a.action {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 19px;
    color: #858585; }
    .catalog-product-view .product-addto-links a.action:hover {
      color: #00bcd4; }
.catalog-product-view .product-social-links .mailto {
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 19px;
  color: #858585; }
  .catalog-product-view .product-social-links .mailto:hover {
    color: #00bcd4; }
.catalog-product-view .product.attribute strong {
  font-weight: 600; }
.catalog-product-view .product.attribute .value {
  display: inline-block; }
.catalog-product-view .product.attribute.sku {
  margin-bottom: 10px; }
.catalog-product-view .product.media {
  -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%; }
  .catalog-product-view .product.media > .action-skip-wrapper {
    display: none; }
.catalog-product-view .product.info {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  margin: 2rem 0;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  background: transparent; }
  @media (min-width: 768px) {
    .catalog-product-view .product.info {
      padding-left: 15px;
      padding-right: 15px; } }
  .catalog-product-view .product.info .description p {
    text-indent: 1.5em;
    color: #858585; }
.catalog-product-view .data.items {
  position: relative;
  text-align: center; }
  .catalog-product-view .data.items .title {
    border-top: 1px solid #dadada;
    display: block;
    line-height: 1;
    margin-right: 0;
    padding: 15px;
    font-size: 18px;
    margin-bottom: 0; }
    .catalog-product-view .data.items .title a {
      color: #060606; }
    @media (min-width: 768px) {
      .catalog-product-view .data.items .title {
        display: inline-block;
        border-top: none;
        margin-right: 1rem;
        padding: 7px 50px;
        border-bottom: 2px solid #dadada;
        margin-bottom: 16px; } }
    @media (min-width: 992px) {
      .catalog-product-view .data.items .title {
        padding: 7px 70px; } }
    .catalog-product-view .data.items .title.active {
      border-color: #00bcd4; }
    .catalog-product-view .data.items .title:before {
      top: 15px;
      right: 12px; }
      @media (min-width: 768px) {
        .catalog-product-view .data.items .title:before {
          display: none; } }
    .catalog-product-view .data.items .title:hover a {
      color: #00bcd4; }
  .catalog-product-view .data.items .content {
    text-align: left;
    padding: 0 1rem;
    font-size: 17px;
    line-height: 25px; }
    @media (min-width: 768px) {
      .catalog-product-view .data.items .content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%;
        padding: 5rem 0 0;
        display: none; } }
    .catalog-product-view .data.items .content.active {
      display: block; }
    .catalog-product-view .data.items .content[role="tabpanel"] {
      display: block; }
    .catalog-product-view .data.items .content .table-caption {
      display: none;
      text-align: left; }
      @media (min-width: 768px) {
        .catalog-product-view .data.items .content .table-caption {
          display: table-caption; } }
  .catalog-product-view .data.items .additional-attributes {
    font-size: 17px; }
    .catalog-product-view .data.items .additional-attributes .attributes-row {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      border-bottom: 1px solid #dadada; }
    .catalog-product-view .data.items .additional-attributes .attributes-label {
      -webkit-flex-basis: 150px;
      -ms-flex-preferred-size: 150px;
      flex-basis: 150px;
      max-width: 150px;
      padding: 1rem 2rem 1rem 0;
      color: #060606; }
    .catalog-product-view .data.items .additional-attributes .attributes-data {
      padding: 1rem 0 1rem 2rem;
      color: #858585; }

@media (min-width: 768px) {
  .catalog-product-view .product-info-main {
    -webkit-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    max-width: 40%;
    max-width: 40%; }
  .catalog-product-view .product.media {
    -webkit-flex-basis: 60%;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    max-width: 60%;
    max-width: 60%; } }
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 1rem 0; }
body.catalog-product-compare-index .table-caption {
  display: none; }

.table-wrapper.comparison {
  clear: both;
  max-width: 100%;
  overflow-x: auto; }
  .table-wrapper.comparison .table-comparison > tbody > tr {
    border-right: 1px solid #dadada; }
    .table-wrapper.comparison .table-comparison > tbody > tr > th,
    .table-wrapper.comparison .table-comparison > tbody > tr > td {
      border-top: 0; }
  @media (max-width: 768px) {
    .table-wrapper.comparison td {
      border-bottom: 0;
      display: table-cell;
      padding: 0; }
      .table-wrapper.comparison td.product:before {
        display: none; } }

.table-comparison {
  table-layout: fixed; }
  .table-comparison .product-item-name a:hover {
    color: #000; }
  .table-comparison .rating-result__stars {
    margin-top: 3px; }
  .table-comparison .cell.label.remove,
  .table-comparison .cell.label.product {
    border-bottom: none; }
    .table-comparison .cell.label.remove span,
    .table-comparison .cell.label.product span {
      display: none; }
  .table-comparison .cell {
    width: 180px;
    padding: 1rem; }
    .table-comparison .cell .attibute.value {
      width: 100%;
      overflow: hidden; }
    .table-comparison .cell.product.info, .table-comparison .cell.product.label {
      border-bottom: 1px solid #dadada; }
    .table-comparison .cell.label {
      width: 80px; }
      .table-comparison .cell.label .attribute.label {
        display: block;
        width: 100%;
        word-wrap: break-word; }
    .table-comparison .cell.attribute img {
      max-width: 100%;
      height: auto; }
    .table-comparison .cell.remove {
      padding-top: 0;
      padding-bottom: 0;
      text-align: right; }
  .table-comparison .product-item-photo {
    display: block;
    margin: 0 auto 1rem; }
  .table-comparison .product-image-photo {
    margin-left: 0; }
  .table-comparison .product-item-actions,
  .table-comparison .price-box,
  .table-comparison .product.rating,
  .table-comparison .product-item-name {
    display: block;
    margin: 0.25rem 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; }
  .table-comparison .product-addto-links {
    margin-top: 1rem; }
    .table-comparison .product-addto-links .action.toggle {
      padding: 0; }
  .table-comparison .action.tocart {
    white-space: nowrap; }
  .table-comparison .action.towishlist {
    background: none;
    padding: 0;
    color: #00bcd4; }
    .table-comparison .action.towishlist:hover {
      color: #858585; }
    .table-comparison .action.towishlist:hover {
      background: none; }

.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  display: none; }

.block-compare .product-items {
  margin-bottom: 1rem; }
.block-compare .product-item-name {
  display: block;
  padding-right: 2rem;
  font-weight: 700;
  line-height: 1.5; }
  .block-compare .product-item-name a {
    color: #4e4e4e; }
    .block-compare .product-item-name a:hover {
      color: #00bcd4; }
.block-compare .product-item {
  position: relative;
  margin-bottom: 1rem; }
.block-compare .action.delete {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 20px;
  color: #4e4e4e; }
  .block-compare .action.delete:hover {
    color: #00bcd4; }
.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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 1200px) {
    .block-compare .actions-toolbar {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .block-compare .actions-toolbar .primary {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .block-compare .actions-toolbar .clear {
    background: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 7px;
    margin-top: 9px; }

.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;
  margin-left: -5px;
  margin-right: -5px; }
.products-grid .product-item {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
  margin: 0; }
  @media (min-width: 992px) {
    .products-grid .product-item {
      height: 390px; } }
  @media (min-width: 1200px) {
    .products-grid .product-item {
      height: 390px; } }
  .products-grid .product-item .product-item-info {
    background: #FFF;
    transition: .2s;
    text-align: center;
    height: 100%; }
    .products-grid .product-item .product-item-info .product-item-details {
      text-align: left;
      padding: 10px 20px 0 20px;
      color: #858585; }
      .products-grid .product-item .product-item-info .product-item-details .product-item-link {
        font-size: 16px;
        text-transform: none;
        color: #060606;
        position: relative;
        font-weight: bold;
        padding-bottom: 5px;
        margin-bottom: 5px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 100%; }
@media (max-width: 1200px) and (min-width: 993px) {
  .products-grid .product-item .product-item-info .product-item-details .product-item-link {
    font-size: 14px;
    padding: 0 10px; } }

      .products-grid .product-item .product-item-info .product-item-details .price-box {
        margin-bottom: 30px;
        font-size: 16px;
        font-weight: bold;
        color: #060606; }
  .products-grid .product-item .product-item-description {
    margin-bottom: 10px; }
    .products-grid .product-item .product-item-description p {
      margin-bottom: 0; }
  .products-grid .product-item .swatch-option {
    min-height: 20px;
    min-width: 20px; }
    .products-grid .product-item .swatch-option.text {
      padding: 0 8px; }
  .products-grid .product-item .hover-show {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .products-grid .product-item .hover-show .product-item-inner {
      order: 2; }
  .products-grid .product-item .product-item-actions .actions-secondary .action {
    color: #00bcd4; }
    .products-grid .product-item .product-item-actions .actions-secondary .action:hover {
      color: #FFF; }
  @media (min-width: 992px) {
    .products-grid .product-item .hover-show {
      max-height: 0;
      overflow: hidden; } }
  .products-grid .product-item:hover .product-item-info {
    background: #FFF;
    background-size: cover;
    z-index: 99;
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.06); }
    @media (min-width: 992px) {
      .products-grid .product-item:hover .product-item-info {
        height: auto; } }
    .products-grid .product-item:hover .product-item-info .product-item-details {
      color: #a0a7b4;
      background: #FFF; }
      @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .products-grid .product-item:hover .product-item-info .product-item-details {
          box-shadow: 0 8px 7px rgba(0, 0, 0, 0.06); } }
      .products-grid .product-item:hover .product-item-info .product-item-details .product-item-link {
        color: #00bcd4; }
        .products-grid .product-item:hover .product-item-info .product-item-details .product-item-link:hover:after {
          background: #292929; }
      .products-grid .product-item:hover .product-item-info .product-item-details .price-box {
        color: #292929; }
    .products-grid .product-item:hover .product-item-info .product-item-actions .actions-secondary .action {
      color: #292929; }
      .products-grid .product-item:hover .product-item-info .product-item-actions .actions-secondary .action:hover {
        color: #00bcd4; }
  .products-grid .product-item:hover .hover-show {
    max-height: 300px; }
@media (min-width: 992px) {
  .products-grid .item {
    height: 415px; } }
.products-grid .product-image-container {
  display: inline-block;
  max-width: 100%;
  margin-top: 10px; }
.products-grid .product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden; }
.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%; }
.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; }
  .products-grid .reviews-actions .action.add {
    line-height: inherit;
    font-size: 0; }
    .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); }
    .products-grid .reviews-actions .action.add:before {
      font-size: 14px; }
.products-grid .special-price {
  display: block; }
.products-grid .old-price {
  display: block; }
.products-grid .price-from {
  margin-bottom: 0; }
.products-grid .price-to {
  margin-bottom: 0; }
.products-grid .product-item-actions {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .products-grid .product-item-actions > div {
    margin-bottom: .5rem; }
  .products-grid .product-item-actions .actions-secondary .action {
    background-color: transparent;
    font-size: 19px;
    line-height: 1;
    color: #FFF;
    padding: 5px; }
    .products-grid .product-item-actions .actions-secondary .action:hover {
      color: #00bcd4; }
  .products-grid .product-item-actions .tocart {
    color: #00bcd4;
    background: none;
    padding: 3px 0; }
    .products-grid .product-item-actions .tocart span {
      background: none;
      color: #00bcd4;
      font-weight: 600; }
      .products-grid .product-item-actions .tocart span:before {
        content: "";
        display: inline-block;
        font-family: "fl-outicons";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        transform: translate(0, 0);
        font-size: 24px;
        margin-right: 7px;
        font-weight: 400;
        vertical-align: -3px; }
    .products-grid .product-item-actions .tocart:hover {
      background: none; }
      .products-grid .product-item-actions .tocart:hover span {
        color: #292929; }
.products-grid.products-related .product-item-details .choice, .products-grid.products-crosssell .product-item-details .choice {
  float: left; }
.products-grid.products-related .product-item-details .product-item-actions, .products-grid.products-crosssell .product-item-details .product-item-actions {
  float: right; }
@media (min-width: 992px) {
  .products-grid.products-related:hover .product-item-info, .products-grid.products-crosssell:hover .product-item-info {
    height: 100%; } }
@media (max-width: 479px) {
  .products-grid.products-crosssell .product-items {
    margin: 0; } }
.products-grid.products-crosssell .product-item-details .product-item-actions {
  width: 100%; }
.products-grid.wishlist .product-item {
  height: auto;
  flex-basis: 33.3333%;
  max-width: 33.3333%; }
  @media (max-width: 992px) {
    .products-grid.wishlist .product-item {
      width: 50%;
      min-width: 50%; } }
  @media (max-width: 400px) {
    .products-grid.wishlist .product-item {
      width: 100%;
      min-width: 100%; } }
  .products-grid.wishlist .product-item .comment-box {
    text-align: left; }
  .products-grid.wishlist .product-item .product-item-info {
    padding: 15px; }
    .products-grid.wishlist .product-item .product-item-info input[type="text"], .products-grid.wishlist .product-item .product-item-info .input-text, .products-grid.wishlist .product-item .product-item-info input[type="email"], .products-grid.wishlist .product-item .product-item-info input[type="password"], .products-grid.wishlist .product-item .product-item-info input[type="number"], .products-grid.wishlist .product-item .product-item-info select, .products-grid.wishlist .product-item .product-item-info textarea {
      border: 1px solid #dadada; }
  .products-grid.wishlist .product-item:hover .product-item-info {
    height: 100%; }
.products-grid.wishlist .box-tocart .fieldset {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
.products-grid.wishlist .box-tocart .field.qty {
  margin-bottom: 7px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

@media (min-width: 480px) {
  .products-grid .product-item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    max-width: 50%; } }
@media (min-width: 992px) {
  .products-grid .product-item {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }

  .page-products .products-grid .product-item {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%; } }
.products-grid .owl-carousel {
  width: auto;
  min-width: 100%;
  margin-left: -9px;
  margin-right: -9px; }
.products-grid .owl-carousel .owl-stage-outer {
  padding-left: 4px;
  padding-right: 4px;
  margin-bottom: -70px; }
.products-grid .owl-carousel .owl-item {
  padding-bottom: 70px; }
.products-grid .owl-carousel .product-item {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: none; }
.products-grid .owl-carousel .product-item:hover .product-item-info {
  box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.06); }
.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;
  background: #FFF;
  margin: 0 0 10px; }
  @media (min-width: 550px) {
    .products-list .product-item-info {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
.products-list .product-image-photo {
  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; }
.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%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 35px;
  padding-bottom: 35px; }
  @media (min-width: 550px) {
    .products-list .product-item-details {
      -webkit-flex-basis: 55%;
      -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
      max-width: 55%; } }
.products-list .product-item-actions > div {
  margin-bottom: .5rem; }
.products-list .product-item-photo {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 0; }
  @media (min-width: 550px) {
    .products-list .product-item-photo {
      -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
      max-width: 45%; } }
.products-list .product-item-name {
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
  margin-bottom: 15px; }
  .products-list .product-item-name a {
    padding-bottom: 3px; }
.products-list .product-item-description {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }
  .products-list .product-item-description .action.more {
    display: table; }
.products-list .product-reviews-summary {
  -webkit-order: 4;
  -ms-flex-order: 4;
  order: 4; }
.products-list .price-button-box {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 991px) {
    .products-list .price-button-box {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .products-list .price-button-box > * {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 10px; } }
  .products-list .price-button-box .product-item-inner {
    flex: 1 1 100%; }
  .products-list .price-button-box .price-box {
    font-size: 24px;
    color: #000;
    margin-right: 20px;
    font-weight: 700; }
.products-list div[class^="swatch-opt-"] {
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 991px) {
    .products-list div[class^="swatch-opt-"] {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .products-list div[class^="swatch-opt-"] > div {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 15px; } }
.products-list .product-item-actions {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .products-list .product-item-actions > div {
    margin-bottom: .5rem; }
  .products-list .product-item-actions .actions-secondary .action {
    background-color: transparent;
    font-size: 19px;
    line-height: 1;
    color: #858585;
    padding: 5px; }
    .products-list .product-item-actions .actions-secondary .action:hover {
      color: #00bcd4; }
  .products-list .product-item-actions .tocart {
    color: #00bcd4;
    background: none;
    padding: 3px 0; }
    .products-list .product-item-actions .tocart span {
      background: none;
      color: #00bcd4;
      font-size: 18px;
      font-weight: 300; }
      .products-list .product-item-actions .tocart span:before {
        content: "";
        display: inline-block;
        font-family: "fl-outicons";
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        transform: translate(0, 0);
        font-size: 24px;
        margin-right: 7px; }
    .products-list .product-item-actions .tocart:hover {
      background: none; }
      .products-list .product-item-actions .tocart:hover span {
        color: #000; }

.gallery-placeholder .loading-mask {
  padding: 0 0 50%;
  position: absolute;
  display: none; }
.gallery-placeholder .fotorama-hidden,
.gallery-placeholder .fotorama--hidden,
.gallery-placeholder .fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
  display: none; }

.fotorama-item .fotorama__stage {
  margin-bottom: 1rem; }

.gallery-placeholder .fotorama__thumb-border,
.fotorama-item .fotorama__thumb-border {
  border-color: #00bcd4; }

.fotorama__fullscreen-icon:focus, .fotorama__fullscreen-icon:focus:after, .fotorama__fullscreen-iconafter,
.fotorama__zoom-out:focus,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-outafter,
.fotorama__zoom-in:focus,
.fotorama__zoom-in:focus:after,
.fotorama__zoom-inafter,
.fotorama__arr:focus,
.fotorama__arr:focus:after,
.fotorama__arrafter,
.fotorama__stage__shaft:focus,
.fotorama__stage__shaft:focus:after,
.fotorama__stage__shaftafter,
.fotorama__nav__frame--thumb:focus,
.fotorama__nav__frame--thumb:focus:after,
.fotorama__nav__frame--thumbafter,
.fotorama__thumb:focus,
.fotorama__thumb:focus:after,
.fotorama__thumbafter,
.fotorama__nav__frame--dot:focus,
.fotorama__nav__frame--dot:focus:after,
.fotorama__nav__frame--dotafter,
.fotorama__dot:focus,
.fotorama__dot:focus:after,
.fotorama__dotafter {
  box-shadow: none !important; }

.block.related {
  -webkit-order: 5;
  -ms-flex-order: 5;
  order: 5;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  overflow: hidden; }
  .block.related .block-actions button.action.select {
    color: #00bcd4; }
    .block.related .block-actions button.action.select:hover {
      text-decoration: underline; }

.products-grid.products-related {
  margin: 3rem 0 0;
  padding: 0; }
  .products-grid.products-related .product-items {
    margin: 0 -15px;
    padding: 0; }
  .products-grid.products-related .product-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0; }
    .products-grid.products-related .product-item .product-item-info .product-item-details .price-box {
      margin-bottom: 15px;
      margin-top: 5px; }
    .products-grid.products-related .product-item .product-item-actions .actions-secondary .action {
      padding: 5px 0;
      margin-right: 10px; }
  .products-grid.products-related .owl-item {
    padding: 0 15px; }
  .products-grid.products-related .owl-nav .owl-prev, .products-grid.products-related .owl-nav .owl-next {
    padding: 0;
    margin: 0 5px; }
    .products-grid.products-related .owl-nav .owl-prev:before, .products-grid.products-related .owl-nav .owl-next:before {
      line-height: 50px; }

.block.upsell {
  -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; }
  .block.upsell .block-actions button.action.select {
    color: #00bcd4; }
    .block.upsell .block-actions button.action.select:hover {
      text-decoration: underline; }

.products-grid.products-upsell {
  margin: 2rem 0 0;
  padding: 0; }
  .products-grid.products-upsell .product-items {
    margin: 0 -15px;
    padding: 0; }
  .products-grid.products-upsell .product-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0; }
  .products-grid.products-upsell .owl-item {
    padding: 0 15px; }

.block.crosssell {
  margin-top: 50px; }
  .block.crosssell .owl-controls {
    top: -30px; }

.products-grid.products-crosssell {
  margin: 2rem 0 0;
  padding: 0; }
  .products-grid.products-crosssell .product-items {
    margin: 0 -15px;
    padding: 0; }
    @media (max-width: 479px) {
      .products-grid.products-crosssell .product-items {
        margin: 0; } }
  .products-grid.products-crosssell .product-item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
    margin-top: 0; }
  .products-grid.products-crosssell .owl-item {
    padding: 0 15px; }

.product-options-wrapper .fieldset > br {
  display: none; }
.product-options-wrapper .downloads {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.collapsible-block {
  position: relative; }
  @media (min-width: 768px) {
    .collapsible-block {
      padding-top: 1rem;
      border-top: 1px solid #dadada;
      margin-top: 3rem; } }
  .collapsible-block .opener {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    cursor: pointer; }
    .collapsible-block .opener::before {
      position: absolute;
      left: 0;
      top: 0;
      font-weight: 500; }

@media (min-width: 768px) {
  .sidebar-additional:first-child .collapsible-block {
    margin-top: 0;
    border-top: none; }
    .sidebar-additional:first-child .collapsible-block .block-title,
    .sidebar-additional:first-child .collapsible-block .block-title strong {
      margin-top: 0; } }

.towishlist,
.tocompare {
  position: relative; }
  .towishlist span,
  .tocompare span {
    display: none; }

.product-social-links .mailto {
  padding: 0 0.5rem;
  line-height: inherit; }
  .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); }

.towishlist {
  line-height: inherit; }
  .towishlist:before {
    content: "";
    display: inline-block;
    font-family: "fl-outicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }

.tocompare {
  line-height: inherit; }
  .tocompare:before {
    content: "";
    display: inline-block;
    font-family: "fl-outicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0); }

.filter-current--wrapper {
  margin-bottom: 1rem;
  background: #f2f2f2;
  padding: 25px 10px 25px 25px; }
@media (min-width: 768px) and (max-width: 991px) {
  .filter-current--wrapper {
    padding: 5px; } }

  .filter-current--wrapper .filter-actions {
    margin-top: 1rem; }

.filter-current.active .filter-current-subtitle {
  margin-bottom: 0; }
.filter-current.active .items {
  display: none; }
  .filter-current.active .items .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
.filter-current .items {
  display: block; }
  .filter-current .items .item {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
.filter-current .filter-label:after {
  content: ':';
  padding: 0 2px 0 4px;
  vertical-align: text-bottom; }
.filter-current .remove {
  line-height: inherit; }
  .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); }
  .filter-current .remove:before {
    vertical-align: bottom; }
  .filter-current .remove span {
    display: none; }
.filter-current[role="tablist"] [role="tab"] {
  line-height: inherit; }
  .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); }
  .filter-current[role="tablist"] [role="tab"][aria-expanded="true"] {
    line-height: inherit; }
    .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); }

.filter-options-title {
  line-height: inherit;
  position: relative;
  cursor: pointer; }
  .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); }
  .filter-options-title:before {
    position: absolute; }

.filter-options-content .item a {
  text-transform: capitalize;
  color: #4e4e4e; }
  .filter-options-content .item a:hover {
    color: #00bcd4; }
.filter-options-content .count {
  display: inline-block;
  width: auto;
  margin-left: 0.5rem;
  float: right; }
  .filter-options-content .count .filter-count-label {
    display: none; }
@media (min-width: 768px) and (max-width: 991px) {
  .filter-options-content .count {
    margin-left: 0; } }

.filter-toggle {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  line-height: inherit;
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  font-size: 2rem;
  line-height: 1;
  padding-right: 10px; }
  .filter-toggle: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); }
  .filter-toggle:before {
    vertical-align: bottom; }
  @media (min-width: 768px) {
    .filter-toggle {
      display: none; } }
  .filter-toggle span {
    display: none; }

[role="tablist"] .filter-options-content[role="tabpanel"] {
  margin-bottom: 1rem; }

@media (max-width: 768px) {
  #layered-filter-block {
    margin: 0; } }
.form-login .actions-toolbar {
  flex-direction: row-reverse;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-login .actions-toolbar .secondary .action {
    background: none;
    padding: 0;
    color: #00bcd4; }
    .form-login .actions-toolbar .secondary .action:hover {
      color: #858585; }

.form-create-account .fieldset,
.form-edit-account .fieldset,
.form-address-edit .fieldset {
  margin-bottom: 2rem;
  max-width: 700px;
  margin: 0 auto; }
  .form-create-account .fieldset + .fieldset,
  .form-edit-account .fieldset + .fieldset,
  .form-address-edit .fieldset + .fieldset {
    margin-top: 30px; }
.form-create-account .actions-toolbar,
.form-edit-account .actions-toolbar,
.form-address-edit .actions-toolbar {
  flex-direction: row-reverse;
  max-width: 700px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-create-account .actions-toolbar .secondary,
  .form-edit-account .actions-toolbar .secondary,
  .form-address-edit .actions-toolbar .secondary {
    margin-right: 30px; }
    .form-create-account .actions-toolbar .secondary .action,
    .form-edit-account .actions-toolbar .secondary .action,
    .form-address-edit .actions-toolbar .secondary .action {
      background: none;
      padding: 0;
      color: #00bcd4; }
      .form-create-account .actions-toolbar .secondary .action:hover,
      .form-edit-account .actions-toolbar .secondary .action:hover,
      .form-address-edit .actions-toolbar .secondary .action:hover {
        color: #858585; }

.form-create-account .field.required div.mage-error {
  position: relative;
  margin-top: -15px; }

body.account .block-title {
  position: relative; }
  body.account .block-title .action {
    position: absolute;
    right: 0;
    top: 0; }
body.account .box address {
  margin-bottom: 1rem; }
body.account .box-actions .action {
  background: none;
  padding: 0;
  color: #00bcd4; }
  body.account .box-actions .action:hover {
    color: #858585; }

.sidebar .account-navigation a {
  color: #4e4e4e; }
  .sidebar .account-navigation a:hover {
    color: #00bcd4; }
.sidebar .account-navigation li.current strong {
  font-weight: 400;
  color: #00bcd4; }
.sidebar .account-navigation .block-title,
.sidebar .account-navigation .block-title strong {
  margin-top: 0; }

.sidebar #reorder-validate-detail strong.subtitle {
  display: none; }
.sidebar #reorder-validate-detail .no-display {
  display: block; }
.sidebar #cart-sidebar-reorder .item.choice label {
  display: none; }
.sidebar #cart-sidebar-reorder .item.choice input[type="checkbox"] {
  position: relative;
  opacity: 1;
  z-index: auto;
  margin: 0; }

.products-grid.wishlist .price-box {
  font-size: 1.5rem;
  line-height: 1;
  color: #00bcd4; }
  .products-grid.wishlist .price-box .price-label {
    display: none; }
.products-grid.wishlist .special-price {
  color: #fd516a; }
.products-grid.wishlist .old-price .price {
  text-decoration: line-through;
  font-size: 1rem;
  color: #888; }
.products-grid.wishlist .product-item-name a {
  color: #4e4e4e; }
  .products-grid.wishlist .product-item-name a:hover {
    color: #00bcd4; }
.products-grid.wishlist textarea {
  min-height: 80px; }

.block-dashboard-info .block-title strong,
.block-dashboard-addresses .block-title strong {
  margin-top: 0; }
.block-dashboard-info .box,
.block-dashboard-addresses .box {
  padding: 10px;
  border: 1px solid #dadada;
  height: 100%;
  position: relative; }
.block-dashboard-info .action.edit,
.block-dashboard-addresses .action.edit {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: transparent;
  font-size: 1.2rem;
  line-height: 1; }

#add-recipient-button {
  margin-bottom: 1em; }

.block-search .block-title {
  display: none; }

#search_mini_form {
  background: none; }
  #search_mini_form .label {
    display: none; }
  #search_mini_form .nested {
    display: none; }

.rd-navbar-static .rd-navbar-search {
  display: block;
  max-width: 670px; }
  @media (max-width: 480px) {
    .rd-navbar-static .rd-navbar-search {
      width: 355px; } }
  .rd-navbar-static .rd-navbar-search .rd-navbar-search-form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .rd-navbar-static .rd-navbar-search form {
    position: relative; }
    .rd-navbar-static .rd-navbar-search form button[type="submit"] {
      margin-left: 10px;
      position: relative; }

.rd-navbar-search,
.rd-navbar-search-toggle {
  display: none; }

.rd-navbar-fixed .rd-navbar-search-toggle {
  display: block;
  position: fixed;
  top: 4px;
  right: 104px;
  font-family: "FontAwesome";
  width: 48px;
  height: 48px;
  z-index: 18; }
  .rd-navbar-fixed .rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    font-size: 22px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    color: #FFF; }
    .rd-navbar-fixed .rd-navbar-search-toggle span, .rd-navbar-fixed .rd-navbar-search-toggle span:before, .rd-navbar-fixed .rd-navbar-search-toggle span:after {
      transition: .3s all ease; }
    .rd-navbar-fixed .rd-navbar-search-toggle span:before, .rd-navbar-fixed .rd-navbar-search-toggle span:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .rd-navbar-fixed .rd-navbar-search-toggle span:before {
      content: "";
      -webkit-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
      opacity: 1;
      visibility: visible; }
    .rd-navbar-fixed .rd-navbar-search-toggle span:after {
      content: "";
      -webkit-transform: rotate(-90deg) scale(0);
      transform: rotate(-90deg) scale(0);
      opacity: 0;
      visibility: hidden; }
  .rd-navbar-fixed .rd-navbar-search-toggle.active span:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0); }
  .rd-navbar-fixed .rd-navbar-search-toggle.active span:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible; }
.rd-navbar-fixed .rd-navbar-search {
  display: block; }
  .rd-navbar-fixed .rd-navbar-search .form-group {
    position: fixed;
    top: 0;
    padding-top: 4px;
    left: 56px;
    right: 155px;
    height: 56px;
    z-index: 17;
    visibility: hidden;
    opacity: 0; }
    .rd-navbar-fixed .rd-navbar-search .form-group input {
      width: 100%;
      height: 46px;
      display: block;
      background: #FFF;
      line-height: normal; }
    @media (max-width: 767px) {
      .rd-navbar-fixed .rd-navbar-search .form-group {
        left: 0; }
        .rd-navbar-fixed .rd-navbar-search .form-group input {
          border-radius: 0;
          background: #fff; } }
  .rd-navbar-fixed .rd-navbar-search.active .form-group {
    opacity: 1;
    visibility: visible; }
  .rd-navbar-fixed .rd-navbar-search form button[type="submit"] {
    line-height: inherit;
    background: #FFF;
    height: 43px;
    line-height: 45px;
    margin: -23px 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 46px; }
    .rd-navbar-fixed .rd-navbar-search form button[type="submit"]: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); }
    .rd-navbar-fixed .rd-navbar-search form button[type="submit"] span {
      display: none; }
    @media (max-width: 767px) {
      .rd-navbar-fixed .rd-navbar-search form button[type="submit"] {
        top: 0; } }

.minicart-wrapper .showcart span[class=""] {
  line-height: inherit; }
  .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); }

.rd-navbar-cart {
  display: none;
  text-align: left;
  color: #4e4e4e;
  background: #FFF;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25), 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  transition: 0.3s ease; }
  .rd-navbar-cart .block-minicart.empty {
    height: auto; }
  .rd-navbar-cart .block-title,
  .rd-navbar-cart button.close {
    display: none; }
  .rd-navbar-cart #minicart-content-wrapper {
    overflow: hidden;
    padding: 1rem 1rem; }
  .rd-navbar-cart .block-content {
    position: static; }
    .rd-navbar-cart .block-content .page-title-top {
      display: none; }
    .rd-navbar-cart .block-content .items-total {
      font-size: 18px;
      color: #000; }
    .rd-navbar-cart .block-content .product-item {
      overflow: visible; }
    .rd-navbar-cart .block-content > .actions {
      position: relative;
      padding: 1rem 0; }
      .rd-navbar-cart .block-content > .actions .primary button,
      .rd-navbar-cart .block-content > .actions .primary a {
        display: block;
        width: 100%;
        text-align: center; }
      .rd-navbar-cart .block-content > .actions .secondary {
        text-align: center; }
        .rd-navbar-cart .block-content > .actions .secondary .action {
          padding: 0;
          margin-top: 20px;
          background: transparent;
          color: #00bcd4; }
          .rd-navbar-cart .block-content > .actions .secondary .action.viewcart {
            margin-top: 0; }
          .rd-navbar-cart .block-content > .actions .secondary .action:hover {
            color: #858585; }
  .rd-navbar-cart:before {
    content: '';
    position: absolute;
    height: 32px;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1; }
  .rd-navbar-cart-items {
    overflow: auto;
    max-height: 100%;
    height: 100%;
    padding: 16px 0; }
    .rd-navbar-cart-items::-webkit-scrollbar {
      width: 4px; }
    .rd-navbar-cart-items::-webkit-scrollbar-thumb {
      background: #4e4e4e; }
  .rd-navbar-cart .rd-navbar-cart-item__preview {
    border-radius: 50%; }
  .rd-navbar-cart .rd-navbar-cart-item {
    position: relative;
    padding: 8px 0; }
    .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; }
    .rd-navbar-cart .rd-navbar-cart-item__left {
      padding: 0 16px; }
      .rd-navbar-cart .rd-navbar-cart-item__left img {
        max-width: none; }
    .rd-navbar-cart .rd-navbar-cart-item__body {
      vertical-align: middle;
      width: 100%; }
    .rd-navbar-cart .rd-navbar-cart-item__title {
      font-size: 16px;
      line-height: 26px;
      color: #FFF; }
    .rd-navbar-cart .rd-navbar-cart-item__counter {
      font-size: 14px;
      line-height: 1.3; }
    .rd-navbar-cart .rd-navbar-cart-item__remove {
      vertical-align: middle;
      width: 56px;
      font-size: 24px;
      padding: 0 16px; }
    .rd-navbar-cart .rd-navbar-cart-item:after {
      content: '';
      position: absolute;
      bottom: 0;
      right: 0;
      left: 88px;
      display: block;
      height: 1px;
      background: rgba(78, 78, 78, 0.2); }

.rd-navbar-static .rd-navbar-cart-wrap {
  position: relative;
  float: right;
  margin-left: 20px; }
.rd-navbar-static .rd-navbar-cart-floating {
  display: block; }
.rd-navbar-static .rd-navbar-cart {
  display: block !important;
  position: absolute;
  width: 320px;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  z-index: 19;
  outline: none; }
.rd-navbar-static .minicart-wrapper.active .rd-navbar-cart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.rd-navbar-static #top-cart-btn-checkout {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid transparent; }
  .rd-navbar-static #top-cart-btn-checkout:before {
    font-weight: 400;
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-cart.active {
  max-height: calc(100% - 57px);
  overflow-x: auto;
  position: fixed;
  top: 47px;
  right: 20px; }

.block-minicart .block-content {
  position: relative; }
.block-minicart .action.close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  padding: 0;
  background: none; }
.block-minicart .subtotal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-top: 15px;
  font-size: 16px; }
  .block-minicart .subtotal .label {
    margin-right: 1rem; }
  .block-minicart .subtotal .price-wrapper {
    font-weight: 600; }
.block-minicart .subtitle {
  font-weight: 400;
  font-size: 16px; }
.block-minicart .product.actions .action {
  background: none;
  padding: 0; }
.block-minicart .product.actions .primary .action,
.block-minicart .product.actions .secondary .action {
  color: #00bcd4; }
  .block-minicart .product.actions .primary .action:hover,
  .block-minicart .product.actions .secondary .action:hover {
    color: #000; }
.block-minicart .product-item-details .product-item-pricing {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .block-minicart .product-item-details .product-item-pricing .details-qty {
    width: 75px;
    margin-right: 15px;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    .block-minicart .product-item-details .product-item-pricing .details-qty .label {
      display: none; }
    .block-minicart .product-item-details .product-item-pricing .details-qty input {
      background: #e2e8eb;
      height: 34px;
      border-radius: 2px;
      border-width: 0;
      width: 50px;
      margin-right: 15px;
      text-align: center;
      -webkit-flex-basis: 85%;
      -ms-flex-preferred-size: 85%;
      flex-basis: 85%;
      max-width: 85%; }
    .block-minicart .product-item-details .product-item-pricing .details-qty .control {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  .block-minicart .product-item-details .product-item-pricing .price-container {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px; }

.minicart-items-wrapper {
  margin: 1rem 0;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 0.5rem; }

.minicart-items .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; }
  .minicart-items .product .product-item-details {
    padding-left: 7px; }
  .minicart-items .product .product-image-container {
    display: block; }
  .minicart-items .product .product-item-name {
    padding-right: 2em;
    display: inline-block;
    margin-bottom: 15px;
    line-height: normal; }
    .minicart-items .product .product-item-name a {
      font-size: 16px;
      color: #060606;
      text-decoration: underline;
      line-height: normal; }
      .minicart-items .product .product-item-name a:hover {
        color: #00bcd4;
        text-decoration: none; }
.minicart-items .item {
  position: relative; }
  .minicart-items .item:last-child {
    margin-bottom: 0; }
  .minicart-items .item:after {
    content: '';
    position: absolute;
    left: -15px;
    bottom: 5px;
    right: -15px;
    height: 1px;
    background: #f4f4f4; }
.minicart-items .details-qty .control {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.minicart-items .details-qty .label {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  margin-right: 0; }
.minicart-items .details-qty .cart-item-qty {
  -webkit-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  max-width: 35%; }
.minicart-items .details-qty .update-cart-item {
  -webkit-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  max-width: 15%;
  line-height: inherit;
  color: #00bcd4;
  text-align: right; }
  .minicart-items .details-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); }
  .minicart-items .details-qty .update-cart-item:hover {
    color: #858585; }
  .minicart-items .details-qty .update-cart-item span {
    display: none; }
.minicart-items .product.options {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .minicart-items .product.options .toggle {
    cursor: pointer; }
  .minicart-items .product.options .content .subtitle {
    font-weight: 700; }
  .minicart-items .product.options .list {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 11px; }
    .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%; }
    .minicart-items .product.options .list > dd {
      padding-left: .5rem; }
.minicart-items .product.actions {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 1rem;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (min-width: 768px) {
  .minicart-wrapper {
    padding: 6px 0; } }
/*
* @subsection   RD Navbar Toggles
*/
.rd-navbar-cart-floating {
  display: none; }

.rd-navbar-cart-toggle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: normal; }
  .rd-navbar-cart-toggle span {
    display: inline-block;
    position: relative;
    width: 26px;
    height: 26px;
    font-size: 19px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    color: #292929; }
    .rd-navbar-cart-toggle span, .rd-navbar-cart-toggle span:before, .rd-navbar-cart-toggle span:after {
      transition: .3s all ease; }
    .rd-navbar-cart-toggle span:before, .rd-navbar-cart-toggle span:after {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .rd-navbar-cart-toggle span:before {
      content: "";
      -webkit-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
      opacity: 1;
      visibility: visible; }
    .rd-navbar-cart-toggle span:after {
      content: "";
      -webkit-transform: rotate(-90deg) scale(0);
      transform: rotate(-90deg) scale(0);
      opacity: 0;
      visibility: hidden; }
  .rd-navbar-cart-toggle.active span:before {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: rotate(90deg) scale(0);
    transform: rotate(90deg) scale(0); }
  .rd-navbar-cart-toggle.active span:after {
    -webkit-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible; }
  .rd-navbar-cart-toggle span {
    font-family: "FontAwesome";
    transition: .2s; }
    @media (min-width: 768px) {
      .rd-navbar-cart-toggle span {
        font-family: "fl-outicons"; } }
  .rd-navbar-cart-toggle strong {
    font-weight: normal; }
    .rd-navbar-cart-toggle strong.counter-number {
      width: 20px;
      height: 20px;
      line-height: 20px;
      border-radius: 50%;
      background: #00bcd4;
      display: inline-block;
      text-align: center;
      color: #FFF;
      transition: .2s;
      margin-left: 11px;
      margin-top: 1px; }
    .rd-navbar-cart-toggle strong .counter-label {
      display: none; }
  .rd-navbar-cart-toggle .loading-mask {
    display: none; }
  .rd-navbar-cart-toggle:hover .counter-number {
    background: #292929; }
  .rd-navbar-cart-toggle.active span {
    font-family: "FontAwesome";
    top: -1px; }

.rd-navbar-fixed .rd-navbar-cart {
  display: block;
  position: fixed;
  top: -100%;
  right: 10px;
  z-index: 10;
  opacity: 0; }
  .rd-navbar-fixed .rd-navbar-cart::-webkit-scrollbar {
    width: 5px; }
.rd-navbar-fixed .minicart-wrapper.active .rd-navbar-cart {
  opacity: 1;
  top: 56px;
  max-height: calc(100% - 57px);
  overflow-x: auto; }
.rd-navbar-fixed .rd-navbar-cart-floating {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
  color: #FFF;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.25);
  width: 56px;
  height: 56px;
  outline: 1px solid transparent;
  backface-visibility: hidden; }
  .rd-navbar-fixed .rd-navbar-cart-floating:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #434343;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .rd-navbar-fixed .rd-navbar-cart-floating #top-cart-btn-checkout {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 56px;
    opacity: 0;
    visibility: hidden; }
    .rd-navbar-fixed .rd-navbar-cart-floating #top-cart-btn-checkout:before {
      font-weight: 400;
      font-size: 24px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 8px; }
  .rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-toggle {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .rd-navbar-fixed .rd-navbar-cart-floating .rd-navbar-cart-toggle span {
      color: #ece7e0;
      height: 56px;
      line-height: 56px; }
  .rd-navbar-fixed .rd-navbar-cart-floating.active {
    right: 0;
    bottom: 0;
    border-radius: 0;
    width: 100%; }
    .rd-navbar-fixed .rd-navbar-cart-floating.active:before {
      -webkit-transform: translate(-50%, -50%) scale(20);
      transform: translate(-50%, -50%) scale(20);
      background: #2ecc71; }
    .rd-navbar-fixed .rd-navbar-cart-floating.active #top-cart-btn-checkout {
      opacity: 1;
      visibility: visible; }
    .rd-navbar-fixed .rd-navbar-cart-floating.active .rd-navbar-cart-toggle {
      visibility: hidden;
      opacity: 0; }
.rd-navbar-fixed .rd-navbar-cart-fixed {
  display: block;
  position: fixed;
  top: 6px;
  right: 30px;
  z-index: 17;
  overflow: visible;
  width: 76px;
  height: 51px;
  outline: 1px solid transparent;
  backface-visibility: hidden; }
  .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle {
    font-size: 16px;
    line-height: 46px; }
    .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle span {
      display: inline-block;
      position: relative;
      width: 44px;
      height: 44px;
      font-size: 22px;
      line-height: 44px;
      text-align: center;
      cursor: pointer;
      color: #FFF; }
      .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle span, .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle span:before, .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle span:after {
        transition: .3s all ease; }
      .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle span:before, .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle span:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle span:before {
        content: "";
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
        opacity: 1;
        visibility: visible; }
      .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle span:after {
        content: "";
        -webkit-transform: rotate(-90deg) scale(0);
        transform: rotate(-90deg) scale(0);
        opacity: 0;
        visibility: hidden; }
    .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle.active span:before {
      opacity: 0;
      visibility: hidden;
      -webkit-transform: rotate(90deg) scale(0);
      transform: rotate(90deg) scale(0); }
    .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle.active span:after {
      -webkit-transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
      opacity: 1;
      visibility: visible; }
    .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle .loading-mask {
      visibility: hidden; }
    .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle, .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle a {
      color: #FFF; }
    .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle .counter-number {
      margin-left: -7px; }
    .rd-navbar-fixed .rd-navbar-cart-fixed .rd-navbar-cart-toggle .counter-label {
      display: none; }

.checkout-cart-index .page-title {
  text-align: left; }
  .checkout-cart-index .page-title span {
    z-index: 35;
    font-size: 40px;
    line-height: 1;
    color: #060606;
    font-weight: 700;
    text-transform: none; }

#shopping-cart-table {
  border-collapse: collapse; }
  #shopping-cart-table .cart-price {
    color: #060606;
    font-size: 16px;
    font-weight: 700; }
  #shopping-cart-table a {
    font-weight: 400; }
  #shopping-cart-table .product-item-name a {
    font-size: 16px;
    color: #060606;
    text-decoration: underline; }
    #shopping-cart-table .product-item-name a:hover {
      color: #00bcd4; }
  #shopping-cart-table .col.item {
    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: 1199px) {
      #shopping-cart-table .col.item {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  #shopping-cart-table thead {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada; }
    #shopping-cart-table thead th {
      color: #858585;
      font-weight: 400;
      border-bottom: none; }
    #shopping-cart-table thead .price {
      color: #858585; }
  #shopping-cart-table tr th {
    padding-left: 40px; }
    #shopping-cart-table tr th:last-child {
      border-right: none; }
    #shopping-cart-table tr th:first-child {
      padding-left: 0; }
    @media (max-width: 767px) {
      #shopping-cart-table tr th {
        border-right: none; } }
  #shopping-cart-table td {
    min-width: 140px;
    padding: 20px 40px; }
    #shopping-cart-table td:first-child {
      padding-left: 0; }
    @media (max-width: 1199px) {
      #shopping-cart-table td {
        padding: 20px; } }
    #shopping-cart-table td.price, #shopping-cart-table td.subtotal {
      font-size: 1rem;
      line-height: 1;
      color: #00bcd4; }
    #shopping-cart-table td > div {
      margin: 0 auto;
      width: 100%; }
    #shopping-cart-table td input.qty {
      text-align: center;
      margin: 0 auto; }
      #shopping-cart-table td input.qty[type='number'] {
        padding: 6px 5px 6px 20px; }
  #shopping-cart-table .cart.item {
    border-bottom: 1px solid #dadada; }
    @media (max-width: 767px) {
      #shopping-cart-table .cart.item {
        border-width: 3px; } }
    #shopping-cart-table .cart.item .product-item-photo {
      width: 165px; }
@media (min-width: 768px) and (max-width: 1199px) {
  #shopping-cart-table .cart.item .product-item-photo {
    width: 95px;
    padding-right: 10px !important; } }

    @media (max-width: 767px) {
      #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; }
        #shopping-cart-table .cart.item .item-info td {
          border-right: none;
          padding-left: 0;
          padding-right: 0; } }
    #shopping-cart-table .cart.item td {
      text-align: center;
      vertical-align: middle; }
      #shopping-cart-table .cart.item td:last-child {
        border-right: none; }
      #shopping-cart-table .cart.item td.col.item {
        text-align: left; }
        @media (max-width: 767px) {
          #shopping-cart-table .cart.item td.col.item:before {
            display: none; } }
      #shopping-cart-table .cart.item td .product-item-photo {
        padding-right: 40px; }
        @media (max-width: 767px) {
          #shopping-cart-table .cart.item td .product-item-photo {
            display: block;
            padding-right: 0;
            text-align: center; } }
    #shopping-cart-table .cart.item .item-actions td {
      padding: 10px 0; }
    #shopping-cart-table .cart.item .actions-toolbar {
      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;
      position: relative; }
      #shopping-cart-table .cart.item .actions-toolbar .action {
        margin: 0;
        margin-right: 10px; }
      #shopping-cart-table .cart.item .actions-toolbar > .action {
        font-size: 22px;
        line-height: 37px; }
      #shopping-cart-table .cart.item .actions-toolbar > .action span {
        display: none; }
      #shopping-cart-table .cart.item .actions-toolbar > .action-edit {
        line-height: inherit; }
        #shopping-cart-table .cart.item .actions-toolbar > .action-edit: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); }
      #shopping-cart-table .cart.item .actions-toolbar > .action-delete {
        line-height: inherit; }
        #shopping-cart-table .cart.item .actions-toolbar > .action-delete: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); }
      #shopping-cart-table .cart.item .actions-toolbar .action-gift {
        font-size: 22px;
        line-height: 37px;
        line-height: inherit; }
        #shopping-cart-table .cart.item .actions-toolbar .action-gift: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); }
        #shopping-cart-table .cart.item .actions-toolbar .action-gift span {
          display: none; }
      #shopping-cart-table .cart.item .actions-toolbar .action-towishlist {
        line-height: inherit; }
        #shopping-cart-table .cart.item .actions-toolbar .action-towishlist: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); }
      #shopping-cart-table .cart.item .actions-toolbar .gift-content {
        display: none;
        background: #FFF;
        border: 1px solid #dadada;
        padding: 0.5rem;
        text-align: left;
        min-width: 250px; }
        #shopping-cart-table .cart.item .actions-toolbar .gift-content._active {
          display: block;
          position: absolute;
          z-index: 50;
          top: 100%;
          left: 0; }
    #shopping-cart-table .cart.item .col.price,
    #shopping-cart-table .cart.item .col.subtotal {
      font-size: 24px;
      line-height: 1; }
      @media (max-width: 991px) {
        #shopping-cart-table .cart.item .col.price,
        #shopping-cart-table .cart.item .col.subtotal {
          font-size: 16px; } }
    #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; }
      #shopping-cart-table .cart.item .product-item-details dl.item-options dt {
        font-weight: 400;
        text-transform: capitalize;
        padding-right: 5px; }
        #shopping-cart-table .cart.item .product-item-details dl.item-options dt:after {
          content: ':'; }
      #shopping-cart-table .cart.item .product-item-details dl.item-options dd {
        padding-left: 0;
        text-transform: capitalize; }
  #shopping-cart-table .item-actions {
    border-top: 1px solid #dadada; }
  #shopping-cart-table .item-control {
    position: relative; }
    #shopping-cart-table .item-control .action-gift {
      font-size: 22px;
      line-height: 37px;
      line-height: inherit; }
      #shopping-cart-table .item-control .action-gift: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); }
      #shopping-cart-table .item-control .action-gift span {
        display: none; }
    #shopping-cart-table .item-control .gift-content {
      display: none;
      background: #FFF;
      border: 1px solid #dadada;
      padding: 0.5rem;
      text-align: left;
      min-width: 250px; }
      #shopping-cart-table .item-control .gift-content._active {
        display: block;
        position: absolute;
        z-index: 50;
        top: 100%;
        left: 0; }
    #shopping-cart-table .item-control .action-edit,
    #shopping-cart-table .item-control .action-delete {
      font-size: 1.5rem;
      line-height: 1;
      background-color: transparent; }
      #shopping-cart-table .item-control .action-edit span,
      #shopping-cart-table .item-control .action-delete span {
        display: none; }

table.cart {
  width: 100%; }
  table.cart > caption,
  table.cart .qty label {
    display: none; }
  table.cart .product-item-details,
  table.cart .product-item-photo {
    display: table-cell;
    vertical-align: middle; }
  table.cart td.price .price,
  table.cart td.subtotal .price {
    display: inline-block;
    padding: 6px 0; }

.cart-container .main.actions {
  margin: 1rem 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) {
    .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; } }
  .cart-container .main.actions .action {
    background-color: transparent;
    border: none;
    padding: 5px;
    line-height: 22px;
    font-size: 16px; }
    .cart-container .main.actions .action:before {
      font-size: 22px;
      line-height: 1;
      color: #4e4e4e;
      display: none; }
    .cart-container .main.actions .action:hover,
    .cart-container .main.actions .action:hover span {
      color: #4e4e4e;
      transition: 0.3s ease; }
    .cart-container .main.actions .action span {
      color: #00bcd4;
      font-weight: 400;
      text-transform: capitalize;
      display: inline-block;
      margin-top: 2px; }
    .cart-container .main.actions .action.continue {
      line-height: inherit; }
      .cart-container .main.actions .action.continue: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); }
    .cart-container .main.actions .action.clear {
      line-height: inherit;
      margin-left: 2rem;
      margin-right: auto; }
      .cart-container .main.actions .action.clear: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); }
      @media (max-width: 767px) {
        .cart-container .main.actions .action.clear {
          margin-left: 0; } }
    .cart-container .main.actions .action.update {
      line-height: inherit; }
      .cart-container .main.actions .action.update: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); }
    .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;
      display: none; }

.cart-summary {
  background: #FFF;
  padding: 30px 20px; }
  .cart-summary .select,
  .cart-summary .input-text {
    border: 1px solid #cdcdcd; }
  .cart-summary .title strong {
    font-weight: 600;
    color: #858585; }
  .cart-summary > .title {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-size: 26px;
    color: #060606;
    font-weight: 400; }
  .cart-summary .checkout.methods .item {
    margin-bottom: 0.5rem; }
  .cart-summary .checkout.methods .primary.checkout {
    padding: 15px 25px;
    border: 1px solid transparent; }
    .cart-summary .checkout.methods .primary.checkout:hover {
      border-color: #00bcd4; }
  .cart-summary .block {
    margin: 0; }
    .cart-summary .block .title {
      text-transform: uppercase; }
  .cart-summary .cart-totals {
    text-align: left; }
    .cart-summary .cart-totals caption {
      display: none; }
    .cart-summary .cart-totals th, .cart-summary .cart-totals td {
      padding-left: 0; }
  .cart-summary .legend {
    display: none; }

.table.totals {
  padding: 1rem 0; }
  .table.totals .mark,
  .table.totals .amount {
    padding: 0;
    text-align: right; }
  .table.totals .mark {
    padding: 0 1rem 0 0;
    color: #858585; }
    .table.totals .mark,
    .table.totals .mark strong {
      font-weight: 600; }
  .table.totals .amount {
    color: #00bcd4; }
    .table.totals .amount,
    .table.totals .amount strong {
      font-weight: 400; }
  .table.totals .shipping .value {
    font-weight: 400;
    font-size: 12px; }

.items.methods,
.item-options {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .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%; }
  .items.methods .item,
  .item-options .item {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
    .items.methods .item.choice .label,
    .item-options .item.choice .label {
      font-size: 14px; }
  .items.methods .checkout,
  .item-options .checkout {
    width: 100%; }
  .items.methods .action.multicheckout,
  .item-options .action.multicheckout {
    background-color: transparent;
    padding: 5px 0;
    border: none; }
    .items.methods .action.multicheckout:hover,
    .item-options .action.multicheckout:hover {
      background-color: transparent;
      color: #858585; }

.block.shipping .items.methods {
  display: block; }
  .block.shipping .items.methods .item-title,
  .block.shipping .items.methods .item-options {
    max-width: 100%;
    padding: 0; }
.block.shipping .field.note {
  font-size: 12px;
  line-height: 1;
  text-transform: none;
  font-weight: 400; }

body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%; }
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; }

.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  position: absolute;
  right: 10px;
  top: 10px;
  overflow: hidden;
  display: none; }
  .modal-custom .action-close:before,
  .modal-popup .action-close:before,
  .modal-slide .action-close:before {
    font-family: "FontAwesome";
    content: '\f00d'; }
  .modal-custom .action-close:hover:before,
  .modal-popup .action-close:hover:before,
  .modal-slide .action-close:hover:before {
    opacity: 0.5; }

aside.modal-slide {
  background: none !important; }

.modals-overlay {
  z-index: 800; }

.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  pointer-events: none; }
  .modal-slide._show,
  .modal-popup._show {
    visibility: visible;
    background: rgba(255, 255, 255, 0.65);
    pointer-events: auto; }
    .modal-slide._show .modal-inner-wrap,
    .modal-popup._show .modal-inner-wrap {
      position: relative;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
  .modal-slide .modal-inner-wrap,
  .modal-popup .modal-inner-wrap {
    padding: 15px;
    background-color: #fff;
    opacity: 1; }

.modal-slide {
  left: auto;
  z-index: 1000; }
  .modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  .modal-slide .modal-inner-wrap {
    height: 100%;
    overflow-y: auto;
    position: static;
    -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: 270px; }
  .modal-slide._inner-scroll .modal-inner-wrap {
    overflow-y: visible;
    display: flex;
    flex-direction: column; }
  .modal-slide._inner-scroll .modal-header,
  .modal-slide._inner-scroll .modal-footer {
    flex-grow: 0;
    flex-shrink: 1; }
  .modal-slide._inner-scroll .modal-content {
    overflow-y: auto; }
  .modal-slide._inner-scroll .modal-footer {
    margin-top: auto; }
  .modal-slide .modal-header,
  .modal-slide .modal-content,
  .modal-slide .modal-footer {
    padding: 0 0.5rem 0.5rem; }
  .modal-slide .modal-header {
    padding-bottom: 10px;
    padding-top: 10px; }

.modal-popup {
  left: 0;
  display: block;
  overflow-y: auto;
  z-index: 1000; }
  .modal-popup._show .modal-inner-wrap {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .modal-popup .modal-inner-wrap {
    box-sizing: border-box;
    height: auto;
    left: 0;
    margin: 4rem auto;
    position: absolute;
    right: 0;
    -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;
    width: 75%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .modal-popup._inner-scroll {
    overflow-y: visible; }
    .ie10 .modal-popup._inner-scroll, .ie9 .modal-popup._inner-scroll {
      overflow-y: auto; }
    .modal-popup._inner-scroll .modal-inner-wrap {
      max-height: 90%; }
      .ie10 .modal-popup._inner-scroll .modal-inner-wrap, .ie9 .modal-popup._inner-scroll .modal-inner-wrap {
        max-height: none; }
    .modal-popup._inner-scroll .modal-content {
      overflow-y: auto; }
  .modal-popup .modal-header,
  .modal-popup .modal-content,
  .modal-popup .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem; }
  .modal-popup .modal-header,
  .modal-popup .modal-footer {
    flex-grow: 0;
    flex-shrink: 1; }
  .modal-popup .modal-header {
    padding-bottom: 1rem;
    padding-top: 1rem; }
  .modal-popup .modal-footer {
    margin-top: auto;
    padding-bottom: 1rem;
    padding-top: 1rem; }
    .modal-popup .modal-footer button {
      margin: 0 3px;
      color: #FFF;
      background: #00bcd4;
      padding: 6px 20px;
      line-height: 1.5em;
      display: inline-block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      color: #FFF;
      background: #00bcd4;
      padding: 6px 20px;
      line-height: 1.5em;
      display: inline-block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      background: #00bcd4;
      color: #FFF;
      padding: 15px 33px;
      line-height: 20px;
      text-transform: uppercase; }
      .modal-popup .modal-footer button:hover {
        background: #008fa1; }
      .modal-popup .modal-footer button:hover {
        background: #008fa1; }
      .modal-popup .modal-footer button:hover {
        background: #292929;
        color: #FFF; }
  .modal-popup .modal-footer-actions {
    text-align: right; }
  .modal-popup.confirm .modal-inner-wrap {
    left: 50%;
    margin-left: -25rem;
    width: 50rem; }
  .modal-popup.confirm .modal-footer {
    text-align: right; }
  .modal-popup._image-box .modal-inner-wrap {
    margin: 5rem auto;
    max-width: 78rem;
    position: static; }
  .modal-popup._image-box .thumbnail-preview {
    padding-bottom: 4rem;
    text-align: center; }
    .modal-popup._image-box .thumbnail-preview .thumbnail-preview-image-block {
      border: 1px solid #ccc;
      margin: 0 auto 2rem;
      max-width: 58rem;
      padding: 2rem; }
    .modal-popup._image-box .thumbnail-preview .thumbnail-preview-image {
      max-height: 54rem; }

@media (max-width: 768px) {
  .custom-slide {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    pointer-events: none;
    left: auto;
    z-index: 1000; }
    .custom-slide._show {
      visibility: visible;
      background: rgba(255, 255, 255, 0.65);
      pointer-events: auto; }
      .custom-slide._show .modal-inner-wrap {
        position: relative;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0); }
    .custom-slide .modal-inner-wrap {
      padding: 15px;
      background-color: #fff;
      opacity: 1; }
    .custom-slide._show .modal-inner-wrap {
      -webkit-transform: translateX(0);
      transform: translateX(0); }
    .custom-slide .modal-inner-wrap {
      height: 100%;
      overflow-y: auto;
      position: static;
      -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: 270px; }
    .custom-slide._inner-scroll .modal-inner-wrap {
      overflow-y: visible;
      display: flex;
      flex-direction: column; }
    .custom-slide._inner-scroll .modal-header,
    .custom-slide._inner-scroll .modal-footer {
      flex-grow: 0;
      flex-shrink: 1; }
    .custom-slide._inner-scroll .modal-content {
      overflow-y: auto; }
    .custom-slide._inner-scroll .modal-footer {
      margin-top: auto; }
    .custom-slide .modal-header,
    .custom-slide .modal-content,
    .custom-slide .modal-footer {
      padding: 0 0.5rem 0.5rem; }
    .custom-slide .modal-header {
      padding-bottom: 10px;
      padding-top: 10px; }
    .custom-slide._show {
      -webkit-overflow-scrolling: touch;
      overflow-y: auto;
      overflow-x: hidden; }
    .custom-slide .modal-inner-wrap {
      box-sizing: border-box;
      height: auto;
      min-height: 100%; }

  body._has-modal-custom {
    height: 100vh;
    overflow: hidden;
    width: 100vw; }

  .modal-custom .action-close,
  .modal-popup .action-close,
  .modal-slide .action-close {
    display: block; } }
@media print {
  .modal-popup {
    display: none;
    visibility: hidden;
    opacity: 0; } }
.checkout-index-index .page-title {
  margin-bottom: 2em; }
.checkout-index-index .page-title span {
  z-index: 35;
  line-height: 1;
  color: #858585;
  font-weight: 600;
  text-transform: none; }

.checkout-index-index .opc-wrapper .step-title {
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
  margin-bottom: 10px; }
.checkout-index-index .opc-wrapper .step-content {
  margin: 0; }
  .checkout-index-index .opc-wrapper .step-content .note {
    font-size: 12px; }
    .checkout-index-index .opc-wrapper .step-content .note::before {
      font-family: "FontAwesome";
      content: '\f0d8';
      padding-right: 5px; }
  .checkout-index-index .opc-wrapper .step-content .message {
    padding: 5px 5px 5px 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
    color: #F11F17; }

.checkout-index-index .page-title {
  text-align: left;
  color: #060606; }
.checkout-index-index #customer-email-fieldset .loading-mask {
  display: none !important; }
.checkout-index-index #customer-email-fieldset .field {
  margin-bottom: 0 !important; }
.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; }
  .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; }
    .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: 3px solid #00bcd4;
      box-shadow: 0 0 30px #00bcd4, #00bcd4;
      -o-box-shadow: 0 0 30px #00bcd4, #00bcd4;
      -ms-box-shadow: 0 0 30px #00bcd4, #00bcd4;
      -webkit-box-shadow: 0 0 30px #00bcd4, #00bcd4;
      -moz-box-shadow: 0 0 30px #00bcd4, #00bcd4; }
    .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; }
    .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; } }
    .checkout-index-index .loading-mask .loader p {
      display: none; }
    .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; }
.checkout-index-index .block-authentication .control input {
  background: #f4f4f4; }
.checkout-index-index .block-authentication .actions-toolbar .secondary .action {
  background: none;
  padding: 0;
  color: #00bcd4; }
  .checkout-index-index .block-authentication .actions-toolbar .secondary .action:hover {
    color: #858585; }
.checkout-index-index #opc-sidebar {
  background: #fff;
  padding: 30px;
  outline: none; }

.checkout-onepage-success #registration .action.primary {
  color: #FFF;
  background: #00bcd4;
  padding: 6px 20px;
  line-height: 1.5em;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  color: #FFF;
  background: #00bcd4;
  padding: 6px 20px;
  line-height: 1.5em;
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  background: #00bcd4;
  color: #FFF;
  padding: 15px 33px;
  line-height: 20px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  border: none; }
  .checkout-onepage-success #registration .action.primary:hover {
    background: #008fa1; }
  .checkout-onepage-success #registration .action.primary:hover {
    background: #008fa1; }
  .checkout-onepage-success #registration .action.primary:hover {
    background: #292929;
    color: #FFF; }

@media (min-width: 769px) {
  .checkout-container:before, .checkout-container:after {
    display: table;
    content: "";
    line-height: 0; }
  .checkout-container:after {
    clear: both; }
  .checkout-container .opc-wrapper {
    float: left;
    padding-right: 30px;
    width: 66.6667%; }
  .checkout-container .opc-sidebar {
    float: right;
    margin: -70px 0 20px;
    width: 33.3333%; } }

.opc-progress-bar {
  margin-bottom: 2rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .opc-progress-bar {
      float: left;
      padding-right: 30px;
      width: 66.6667%; } }
  .opc-progress-bar .opc-progress-bar-item {
    font-size: 16px;
    line-height: 2em;
    position: relative;
    text-align: center;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .opc-progress-bar .opc-progress-bar-item {
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        margin-bottom: 0; } }
    .opc-progress-bar .opc-progress-bar-item:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 30px;
      right: 30px;
      height: 2px;
      background: #4e4e4e;
      opacity: 0.5; }
    .opc-progress-bar .opc-progress-bar-item:first-child span:before {
      content: '01.'; }
    .opc-progress-bar .opc-progress-bar-item:last-child span:before {
      content: '02.'; }
    .opc-progress-bar .opc-progress-bar-item span {
      font-size: 18px;
      line-height: 1;
      font-weight: 400;
      color: #060606;
      display: inline-block; }
    .opc-progress-bar .opc-progress-bar-item._active {
      opacity: 1; }
      .opc-progress-bar .opc-progress-bar-item._active:after {
        background: #00bcd4;
        opacity: 1; }
    .opc-progress-bar .opc-progress-bar-item._complete {
      opacity: .5; }

.opc-sidebar .opc-block-summary span.title {
  display: block;
  border-bottom: 1px solid #dadada;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 400; }
.opc-sidebar .items-in-cart .title strong {
  font-size: 18px; }
.opc-sidebar .cart-price {
  font-weight: 700; }

.block.items-in-cart {
  margin-top: 2rem; }
  .block.items-in-cart .product-item {
    margin-bottom: 1rem; }
    .block.items-in-cart .product-item .product-image-container {
      float: left;
      margin: 0 1rem 1rem 0;
      min-width: 23%; }
    .block.items-in-cart .product-item .item-options dd {
      padding-left: 0.5rem; }
  @media (min-width: 769px) and (max-width: 991px) {
    .block.items-in-cart .product-item .item-options {
      font-size: 11px; } }

.opc-block-shipping-information .ship-to {
  margin-top: 2rem; }

.opc-wrapper .shipping-address-item {
  padding: 20px;
  border: solid 1px transparent; }
  .opc-wrapper .shipping-address-item.selected-item {
    border: 1px solid #dadada; }

.form-shipping-address .field.street label {
  display: none; }
.form-shipping-address .field.required.street div.mage-error {
  position: relative; }

.table-checkout-shipping-method {
  width: 100%;
  margin-bottom: 1rem; }
  .table-checkout-shipping-method th {
    font-weight: 600;
    padding: 6px 0; }
  .table-checkout-shipping-method td.ch-method .radio,
  .table-checkout-shipping-method td.ch-method input[type="radio"] {
    margin: 0; }
  .table-checkout-shipping-method td > span {
    display: inline-block; }

.methods-shipping {
  margin-bottom: 2rem; }

.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; }
  .opc-estimated-wrapper .estimated-block span {
    display: block;
    font-weight: 700; }
  @media (min-width: 769px) {
    .opc-estimated-wrapper {
      display: none; } }

.opc-block-summary .table-totals caption {
  display: none; }

.opc-block-shipping-information {
  border-top: 1px solid #dadada;
  padding-top: 20px; }
  .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; }
  .opc-block-shipping-information .shipping-information-content {
    padding: 10px; }
  .opc-block-shipping-information .action-edit {
    background: none;
    padding: 0; }
    .opc-block-shipping-information .action-edit span {
      display: none; }
    .opc-block-shipping-information .action-edit:hover {
      background: none;
      opacity: 0.5; }
    .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; }

.billing-address-details {
  margin-bottom: 1rem; }

.opc-payment-additional {
  margin-top: 2rem; }

@media (max-width: 768px) {
  .opc-block-summary .table-totals th {
    display: block;
    width: 100%;
    padding: 10px 0 0; }
  .opc-block-summary .table-totals td {
    padding: 0; }
    .opc-block-summary .table-totals td::before {
      display: none; } }
.checkout-container {
  position: relative; }
  .checkout-container .authentication-wrapper {
    display: none;
    position: absolute;
    right: 30px;
    top: 30px; }
    .checkout-container .authentication-wrapper button.action-auth-toggle {
      text-transform: uppercase;
      font-weight: 700;
      color: #4e4e4e;
      transition: .3s ease; }
      .checkout-container .authentication-wrapper button.action-auth-toggle:hover {
        color: #00bcd4; }
    .checkout-container .authentication-wrapper aside.authentication-dropdown {
      top: -1000px; }
    .checkout-container .authentication-wrapper .actions-toolbar {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .checkout-container .authentication-wrapper .actions-toolbar .primary {
        margin-bottom: 5px; }
  @media (min-width: 769px) {
    .checkout-container .authentication-wrapper .modal-custom-overlay {
      background: none; }
    .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; }
      .checkout-container .authentication-dropdown._show {
        visibility: visible;
        background: rgba(255, 255, 255, 0.65);
        pointer-events: auto; }
        .checkout-container .authentication-dropdown._show .modal-inner-wrap {
          position: relative;
          -webkit-transform: translate(0, 0);
          transform: translate(0, 0); }
      .checkout-container .authentication-dropdown .modal-inner-wrap {
        padding: 15px;
        background-color: #fff;
        opacity: 1; }
      .checkout-container .authentication-dropdown._show .modal-inner-wrap {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
      .checkout-container .authentication-dropdown .modal-inner-wrap {
        box-sizing: border-box;
        height: auto;
        left: 0;
        margin: 4rem auto;
        position: absolute;
        right: 0;
        -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;
        width: 75%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
      .checkout-container .authentication-dropdown .modal-inner-wrap {
        margin: 0;
        width: 100%; } }

.field-tooltip {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 1px; }
  .field-tooltip._active {
    z-index: 100; }
    .field-tooltip._active .field-tooltip-content {
      display: block; }
    .field-tooltip._active .field-tooltip-action:before {
      color: #00bcd4; }
  .field-tooltip .field-tooltip-action::before {
    font-size: 18px;
    font-family: "FontAwesome";
    content: ""; }
  ._keyfocus .field-tooltip .field-tooltip-action:focus {
    z-index: 100; }
    ._keyfocus .field-tooltip .field-tooltip-action:focus + .field-tooltip-content {
      display: block; }
    ._keyfocus .field-tooltip .field-tooltip-action:focus::before {
      color: #00bcd4; }
  .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; }

.page-print.sales-order-print #maincontent {
  margin-top: 3rem; }
.page-print.sales-order-print .actions-toolbar,
.page-print.sales-order-print .page-footer {
  display: none; }

.rating-summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .rating-summary .label {
    margin-right: 1rem; }
  .rating-summary .rating-result__stars span[class^="material-icons-"] {
    color: #f1c85f;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding: 0; }
  .rating-summary .rating-result__text {
    display: none; }

.items.review-items .rating-result__stars {
  padding-top: 3px; }

.review-list .review-items {
  margin-top: 2rem; }
.review-list .review-item {
  margin-bottom: 10px;
  background: #FFF;
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .review-list .review-item .left-review {
    margin-right: 40px; }
    @media (max-width: 500px) {
      .review-list .review-item .left-review {
        margin-right: 15px; } }
  .review-list .review-item .right-review {
    flex: 1 1 auto; }
.review-list .review-title {
  margin-bottom: 1rem;
  font-size: 18px;
  font-weight: 400; }
.review-list .rating-summary {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (max-width: 488px) {
    .review-list .rating-summary {
      display: block; } }
.review-list .rating-label {
  -webkit-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  max-width: 30%;
  font-size: 14px;
  width: 70px;
  color: #868686; }
.review-list .rating-result {
  display: inline-block; }
.review-list .review-details p {
  float: left;
  padding-right: 2rem;
  font-weight: 400;
  font-size: 14px;
  color: #858585; }
  .review-list .review-details p .review-details-value {
    text-transform: uppercase; }
.review-list .review-author {
  text-align: left; }
.review-list .review-date {
  text-align: right; }
.review-list .review-details-value {
  display: inline-block; }
.review-list .review-ratings,
.review-list .review-content {
  margin-bottom: 1.5rem;
  font-size: 14px;
  color: #858585; }

.review-add .review-legend span {
  display: inline-block;
  margin-right: 1rem; }

.review-fieldset {
  background: #FFF;
  padding: 20px;
  margin: 20px 0; }
  .review-fieldset .row {
    margin-top: 2rem; }
  .review-fieldset .review-legend {
    margin: 0;
    padding: 20px;
    margin: 0 -20px;
    display: block;
    width: calc(100% + 40px);
    background: #FFF; }
    .review-fieldset .review-legend span {
      font-weight: normal;
      text-transform: uppercase; }
    .review-fieldset .review-legend strong {
      font-weight: normal; }
  .review-fieldset .control input,
  .review-fieldset .control textarea {
    border: 1px solid #ebebeb; }

.review-field-rating {
  margin-bottom: 0; }
  .review-field-rating > .label {
    min-width: 100px; }

.control.review-control-vote {
  display: inline-block; }
  .control.review-control-vote label[class^='rating-'] {
    display: inline-block;
    cursor: pointer;
    margin-right: 0; }
    .control.review-control-vote label[class^='rating-'] .rating-star {
      color: #f1c85f;
      display: inline-block;
      font-size: 18px;
      margin: 0;
      line-height: 1;
      padding: 0 4px;
      line-height: inherit; }
      .control.review-control-vote label[class^='rating-'] .rating-star: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); }
    .control.review-control-vote label[class^='rating-'].fill .rating-star {
      line-height: inherit; }
      .control.review-control-vote label[class^='rating-'].fill .rating-star: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); }
  .control.review-control-vote .radio {
    display: none; }

.top-review {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 650px) {
    .top-review {
      display: block; } }

/**
 * Copyright ┬й 2015 Magento. All rights reserved.
 * See COPYING.txt for license details.
 */
.swatch-attribute-label {
  font-weight: bold;
  position: relative; }
  .swatch-attribute-label.required {
    padding-right: 10px; }

.swatch-attribute-label[data-required="1"]:after {
  content: '*';
  color: red;
  position: absolute;
  right: -11px;
  top: -2px;
  font-weight: bold;
  font-size: 1em; }

.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px; }

.swatch-option {
  min-width: 35px;
  max-width: 90px;
  min-height: 35px;
  float: left;
  margin: 0 10px 5px 0;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 3px solid #e1e1e1;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s ease;
  border-radius: 20px; }
  .swatch-option.text {
    background: #FFF;
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 4px 15px;
    min-width: 22px;
    margin-right: 7px;
    min-height: 35px; }
    .swatch-option.text.selected {
      background-color: #00bcd4 !important;
      border: 3px solid #00bcd4 !important;
      color: #FFF !important; }
  .swatch-option.color {
    min-height: 35px;
    border: 3px solid transparent; }
    .swatch-option.color[style*="background: #ffffff"] {
      border-color: #000; }
    .swatch-option.color.selected {
      border: 3px solid #00bcd4;
      color: #FFF; }
  .swatch-option.selected, .swatch-option:not(.disabled):hover {
    border-color: #FFF;
    color: #00bcd4; }
  .swatch-option .disabled {
    cursor: default; }
    .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); }

.clearfix:after, .review-list .review-details:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.swatch-attribute.size .swatch-option,
.swatch-attribute.manufacturer .swatch-option {
  background: #f0f0f0;
  color: #949494; }
  .swatch-attribute.size .swatch-option.selected,
  .swatch-attribute.manufacturer .swatch-option.selected {
    color: #FFF;
    border: 3px solid #FFF; }
  .swatch-attribute.size .swatch-option:hover,
  .swatch-attribute.manufacturer .swatch-option:hover {
    border-color: #FFF;
    background: #00bcd4;
    color: #FFF; }

.swatch-option-tooltip {
  visibility: hidden; }
  @media (min-width: 768px) {
    .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; } }

.swatch-option-tooltip .corner,
.swatch-option-tooltip-layered .corner {
  position: absolute;
  top: calc(100% - 1px);
  height: 8px; }
  .swatch-option-tooltip .corner::after,
  .swatch-option-tooltip-layered .corner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    font-size: 0; }
  .swatch-option-tooltip .corner::before,
  .swatch-option-tooltip-layered .corner::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #adadad transparent transparent transparent;
    font-size: 0; }

.catalogsearch-result-index .swatch-option-tooltip .corner,
.catalogsearch-result-index .swatch-option-tooltip-layered .corner {
  position: absolute;
  top: calc(100% - 1px);
  height: 8px; }
  .catalogsearch-result-index .swatch-option-tooltip .corner::after,
  .catalogsearch-result-index .swatch-option-tooltip-layered .corner::after {
    content: '';
    position: absolute;
    top: -6;
    left: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    font-size: 0; }
  .catalogsearch-result-index .swatch-option-tooltip .corner::before,
  .catalogsearch-result-index .swatch-option-tooltip-layered .corner::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #adadad transparent transparent transparent;
    font-size: 0; }
.catalogsearch-result-index .swatch-option-tooltip {
  visibility: hidden; }
  @media (min-width: 768px) {
    .catalogsearch-result-index .swatch-option-tooltip {
      max-width: 140px;
      /*max-height: 160px;*/
      max-height: 100%;
      min-height: 20px;
      min-width: 30px;
      position: absolute;
      padding: 5px;
      background: #fff;
      color: #949494;
      border: 1px solid #adadad;
      display: none;
      visibility: visible;
      z-index: 999;
      text-align: center; } }
  .catalogsearch-result-index .swatch-option-tooltip .corner {
    left: calc(50% - 8px) !important; }
.catalogsearch-result-index .swatch-option.text {
  min-width: 35px; }

.swatch-option-tooltip .image,
.swatch-option-tooltip-layered .image {
  display: block;
  height: 130px;
  width: 130px;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .swatch-option-tooltip .image,
    .swatch-option-tooltip-layered .image {
      height: 0; } }

.swatch-option-tooltip .title {
  max-width: 140px;
  min-height: 20px;
  max-height: 200px;
  color: #282828;
  text-align: center;
  display: block;
  overflow: hidden; }
  @media (max-width: 768px) {
    .swatch-option-tooltip .title {
      min-height: 0; } }

.swatch-opt {
  margin: 20px 0; }

.swatch-more {
  display: inline-block;
  margin: 2px 0;
  text-decoration: none !important;
  position: static;
  z-index: 1; }

/* Layered Features */
.swatch-option-link-layered {
  position: relative;
  margin: 0 !important;
  padding: 0 !important; }

.swatch-option-tooltip-layered {
  width: 140px;
  position: absolute;
  background: #fff;
  color: #949494;
  border: 1px solid #adadad;
  display: none;
  z-index: 999;
  left: -47px; }

.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px; }

.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px; }

.swatch-option-link-layered:hover > .swatch-option-tooltip-layered {
  display: block; }

.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; }

.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; }

.swatch-option-disabled {
  outline: none !important;
  cursor: default;
  border: 0; }

/* Bugfix for Add To Cart button */
div[class^="swatch-opt-"] {
  margin-bottom: 10px; }
  div[class^="swatch-opt-"] > div {
    margin-bottom: 7px; }

.swatch-option-loading {
  content: url("../images/loader-2.gif"); }

.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; }

.block-wishlist .product-item {
  display: block;
  margin-bottom: 2rem; }
.block-wishlist .product-item-photo {
  float: left;
  width: 75px; }
.block-wishlist .product-item-name {
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px; }
.block-wishlist .price-box {
  color: #4e4e4e; }
.block-wishlist .product-item-details {
  overflow: hidden;
  margin-left: 85px;
  padding-right: 20px;
  position: relative;
  margin-top: 1rem; }
.block-wishlist .product-item-actions {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0; }
  .block-wishlist .product-item-actions .actions-primary {
    margin: 0; }
    .block-wishlist .product-item-actions .actions-primary a {
      font-size: 14px; }
.block-wishlist .empty {
  margin-top: 1rem; }
.block-wishlist .actions-primary .action {
  padding: 5px 15px; }
.block-wishlist .actions-secondary {
  position: absolute;
  top: 2px;
  right: 0; }
  .block-wishlist .actions-secondary .btn-remove {
    background-color: transparent;
    padding: 0; }
    .block-wishlist .actions-secondary .btn-remove:hover {
      background-color: transparent;
      color: #858585; }
    .block-wishlist .actions-secondary .btn-remove:before {
      font-size: 14px; }
.block-wishlist .actions-toolbar .action {
  background: none;
  padding: 0;
  color: #00bcd4; }
  .block-wishlist .actions-toolbar .action:hover {
    color: #858585; }
  .block-wishlist .actions-toolbar .action:hover {
    background: none; }

.form-wishlist-items .actions-toolbar {
  margin-top: 30px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .form-wishlist-items .actions-toolbar > .primary {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }
  .form-wishlist-items .actions-toolbar > .secondary {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    .form-wishlist-items .actions-toolbar > .secondary .action {
      background: none;
      padding: 0;
      color: #00bcd4; }
      .form-wishlist-items .actions-toolbar > .secondary .action:hover {
        color: #858585; }
  @media (max-width: 767px) {
    .form-wishlist-items .actions-toolbar {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .form-wishlist-items .actions-toolbar > .primary {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
      .form-wishlist-items .actions-toolbar > .secondary {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
      .form-wishlist-items .actions-toolbar button {
        margin-bottom: 7px; } }
  .form-wishlist-items .actions-toolbar .action {
    padding: 15px 25px; }

.products-grid.wishlist .product-item-name {
  display: block; }
.products-grid.wishlist .price-box .price-as-configured {
  margin-bottom: .5rem; }
.products-grid.wishlist .field label.label {
  padding-top: 0; }
.products-grid.wishlist .box-tocart {
  margin-bottom: 1rem; }
  .products-grid.wishlist .box-tocart > .fieldset:before, .products-grid.wishlist .box-tocart > .fieldset:after {
    display: table;
    content: "";
    line-height: 0; }
  .products-grid.wishlist .box-tocart > .fieldset:after {
    clear: both; }
  .products-grid.wishlist .box-tocart > .fieldset .product-item-actions {
    float: left; }
  .products-grid.wishlist .box-tocart .field.qty {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    float: left;
    margin-bottom: 8px;
    margin-right: 1rem; }
    .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; }
    .products-grid.wishlist .box-tocart .field.qty input.qty {
      width: 4rem;
      line-height: 1.5;
      min-height: 33px;
      padding: 6px 0 6px 10px;
      text-align: center; }
  .products-grid.wishlist .box-tocart .unavailable.stock {
    margin: 7px 3px 6px 8px; }
.products-grid.wishlist .product-item-actions {
  display: block;
  margin: 0;
  margin-top: -6px; }
  .products-grid.wishlist .product-item-actions .actions-primary {
    margin: 0; }
    .products-grid.wishlist .product-item-actions .actions-primary .tocart:hover span {
      color: #060606; }
@media (max-width: 1200px) and (min-width: 992px) {
  .products-grid.wishlist .product-item-actions .actions-primary .action span {
    font-size: 0; } }

@media (max-width: 550px) and (min-width: 400px) {
  .products-grid.wishlist .product-item-actions .actions-primary .action span {
    font-size: 0; } }

.products-grid.wishlist a.action.edit, .products-grid.wishlist a.action.delete {
  font-size: 1.2rem;
  line-height: 1;
  padding: 2px 20px;
  background-color: transparent; }
.products-grid.wishlist dl dd {
  padding-left: 0; }

.bundle-actions {
  margin-bottom: 1rem; }

.bundle-options-container {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
  padding-left: 15px;
  padding-right: 15px; }

.bundle-options-wrapper .legend {
  margin-bottom: 1rem; }

.fieldset-bundle-options__wrapper {
  margin-top: 1rem; }
  .fieldset-bundle-options__wrapper .field.option {
    margin-bottom: 2rem; }
    .fieldset-bundle-options__wrapper .field.option > .label {
      font-weight: 600; }
    .fieldset-bundle-options__wrapper .field.option .price {
      font-size: inherit; }
  .fieldset-bundle-options__wrapper .qty-holder {
    margin-top: 1rem;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

@media (min-width: 480px) {
  .fieldset-bundle-options__wrapper {
    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; }
    .fieldset-bundle-options__wrapper .field.option {
      padding-left: 15px;
      padding-right: 15px;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
@media (min-width: 1200px) {
  .fieldset-bundle-options__wrapper .field.option {
    -webkit-flex-basis: 33.33%;
    -ms-flex-preferred-size: 33.33%;
    flex-basis: 33.33%;
    max-width: 33.33%; } }
.block-bundle-summary > .title {
  margin-bottom: 1rem; }

@media (min-width: 480px) {
  .block-bundle-summary > .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
    .block-bundle-summary > .content > div {
      padding-left: 15px;
      padding-right: 15px;
      -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
      max-width: 50%; } }
/**
 *
 */
.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; }
.fotorama-video-container .magnify-lens {
  display: none !important; }
.fotorama-video-container.video-unplayed:hover img {
  opacity: 0.6; }
.fotorama-video-container.video-unplayed:hover:after {
  transform: scale(1.25); }

.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; }

.product-video {
  height: 75%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  margin: auto; }
  .product-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999; }

.fotorama__arr.hidden-video {
  z-index: -1 !important; }

.fotorama__video-close {
  bottom: 89%;
  top: auto; }

.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; }

.page-title-wrapper .order-status {
  padding-bottom: 10px;
  font-size: 1.2em;
  display: inline-block; }
.page-title-wrapper .order-date {
  font-style: italic;
  padding-bottom: 10px; }

.table-order-items caption {
  display: none; }

.order-links {
  font-size: 18px; }
  .order-links strong {
    font-weight: normal; }

.order-details-items .order-title {
  display: none; }

.block-order-details-view {
  padding: 20px 0 0;
  overflow: hidden; }
  .block-order-details-view .block-content .box {
    display: inline-block;
    min-width: 50%;
    float: left;
    padding-right: 15px;
    border-top: solid 1px #dadada; }
    .block-order-details-view .block-content .box.box-order-billing-address {
      clear: both; }
    @media (max-width: 767px) {
      .block-order-details-view .block-content .box {
        min-width: 100%; } }

.block.newsletter .heading-4 strong, .block.newsletter .box-title strong, .block.newsletter .catalog-product-view .data.items .additional-attributes .attributes-caption strong, .catalog-product-view .data.items .additional-attributes .block.newsletter .attributes-caption strong, .block.newsletter .filter-current .filter-current-subtitle strong, .filter-current .block.newsletter .filter-current-subtitle strong, .block.newsletter .filter-options-title strong, .block.newsletter .opc-block-shipping-information .shipping-information-title strong, .opc-block-shipping-information .block.newsletter .shipping-information-title strong, .block.newsletter .review-list .review-title strong, .review-list .block.newsletter .review-title strong, .block.newsletter .review-add .review-legend strong, .review-add .block.newsletter .review-legend strong {
  font-weight: 600; }
.block.newsletter .field {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
  position: relative; }
  .block.newsletter .field .control {
    position: relative; }
  .block.newsletter .field .label {
    padding: 0;
    font-size: 17px;
    line-height: 24px;
    color: #858585;
    margin-bottom: 25px; }
  .block.newsletter .field .actions .action.primary {
    background: none;
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    color: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center; }
    .block.newsletter .field .actions .action.primary:hover {
      color: #00bcd4; }
    .block.newsletter .field .actions .action.primary span {
      line-height: 50px; }
.block.newsletter #newsletter {
  margin-bottom: 0;
  background: transparent;
  border: 1px solid #313131;
  line-height: 50px;
  padding: 0 15px;
  font-style: italic;
  color: #858585; }
  .block.newsletter #newsletter:focus {
    border-color: #FFF; }
.block.newsletter input {
  margin-bottom: 0; }
.block.newsletter #newsletter-error {
  padding: 0;
  position: absolute;
  bottom: 2px;
  left: 16px;
  transform: translateY(100%); }

/*
* TM_Megamenu
*/
.navigation {
  position: static; }

.rd-navbar.rd-navbar-static {
  position: relative; }

@media (min-width: 1200px) {
  .rd-navbar-static .navigation .row {
    margin-bottom: 15px; } }
.rd-navbar-static .navigation [class*='col-'] .product-name a {
  color: #00bcd4 !important;
  text-decoration: underline; }
  .rd-navbar-static .navigation [class*='col-'] .product-name a:hover {
    color: #292929 !important;
    text-decoration: none; }
  @media (max-width: 768px) {
    .rd-navbar-static .navigation [class*='col-'] .product-name a {
      font-size: 11px;
      line-height: normal; } }
.rd-navbar-static .navigation [class*='col-'] .price-box {
  display: none; }
@media (min-width: 1200px) {
  .rd-navbar-static .navigation .row {
    margin-bottom: 0; }
    .rd-navbar-static .navigation .row + .row [class*='col-'] {
      padding-top: 25px;
      border-bottom: 0; } }
.rd-navbar-static .navigation li.level-top .megamenu-wrapper,
.rd-navbar-static .navigation a.level-top .megamenu-wrapper {
  top: 100%;
  left: 0;
  width: 100%;
  padding: 55px 0 45px;
  background: #f4f6f7;
  box-shadow: none; }
.rd-navbar-static .navigation li.level-top .mm-label,
.rd-navbar-static .navigation a.level-top .mm-label {
  background-color: #858585;
  top: 4px;
  left: 100%;
  font-size: 14px;
  line-height: 1;
  padding: 2px 4px 0; }
  .rd-navbar-static .navigation li.level-top .mm-label.new,
  .rd-navbar-static .navigation a.level-top .mm-label.new {
    background-color: #0ec2fd; }
  .rd-navbar-static .navigation li.level-top .mm-label.hot,
  .rd-navbar-static .navigation a.level-top .mm-label.hot {
    color: #00bcd4;
    background-color: #fffc13; }
.rd-navbar-static .navigation li.level-top .mm-product-title,
.rd-navbar-static .navigation a.level-top .mm-product-title {
  display: block;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  color: #00bcd4;
  padding: 6px 0;
  margin-bottom: 12px;
  text-transform: uppercase; }

.rd-navbar-static .rd-navbar-nav > li.parent > ul.level0:not(.rd-navbar-dropdown) {
  position: absolute;
  z-index: 80;
  padding: 8px 0;
  color: #4e4e4e;
  background: #f4f6f7;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  -webkit-transform: translateY(30px);
  transform: translateY(30px); }
.rd-navbar-static .rd-navbar-nav > li.parent:hover > ul.level0:not(.rd-navbar-dropdown) {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0); }
.rd-navbar-static .rd-navbar-nav > li.parent li > a {
  font-size: 14px;
  line-height: 30px;
  color: #525a6b;
  text-transform: capitalize; }
.rd-navbar-static .rd-navbar-nav > li.parent li.focus > a, .rd-navbar-static .rd-navbar-nav > li.parent li.opened > a, .rd-navbar-static .rd-navbar-nav > li.parent a:hover {
  color: #00bcd4; }
.rd-navbar-static .rd-navbar-subpanel {
  display: table; }
.rd-navbar-static .rd-navbar-outer .rd-navbar-inner {
  position: relative; }
.rd-navbar-static .rd-navbar-dropdown,
.rd-navbar-static .rd-navbar-megamenu {
  position: absolute;
  padding: 25px 30px;
  z-index: 99;
  color: #4e4e4e;
  background: #f4f6f7;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  border-radius: 3px; }
  .rd-navbar-static .rd-navbar-dropdown li > a,
  .rd-navbar-static .rd-navbar-megamenu li > a {
    font-size: 14px;
    line-height: 40px; }
  .rd-navbar-static .rd-navbar-dropdown li.focus > a,
  .rd-navbar-static .rd-navbar-dropdown li.opened > a, .rd-navbar-static .rd-navbar-dropdown:after,
  .rd-navbar-static .rd-navbar-megamenu li.focus > a,
  .rd-navbar-static .rd-navbar-megamenu li.opened > a,
  .rd-navbar-static .rd-navbar-megamenu:after {
    content: '';
    background: url(../images/media/bg-menu-focus.png) 0 0 no-repeat;
    width: 15px;
    height: 8px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%; }
  .rd-navbar-static .rd-navbar-dropdown a:hover,
  .rd-navbar-static .rd-navbar-megamenu a:hover {
    color: #00bcd4;
    background: none; }
  .rd-navbar-static .rd-navbar-dropdown ul.level1 > li > a,
  .rd-navbar-static .rd-navbar-megamenu ul.level1 > li > a {
    font-size: 16px;
    font-weight: bold;
    color: #060606;
    display: inline-block;
    margin: 10px 0; }
.rd-navbar-static .rd-navbar-dropdown {
  width: 270px; }
.rd-navbar-static .rd-navbar-megamenu {
  left: 0;
  right: 0;
  display: table;
  table-layout: fixed;
  width: 40px;
  padding: 16px 8px; }
  .rd-navbar-static .rd-navbar-megamenu > li {
    display: table-cell; }
.rd-navbar-static .rd-navbar-nav {
  display: block;
  text-align: left; }
  .rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown, .rd-navbar-static .rd-navbar-nav li.rd-navbar--has-megamenu > a {
    line-height: inherit;
    line-height: 26px; }
    .rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown:before, .rd-navbar-static .rd-navbar-nav li.rd-navbar--has-megamenu > a: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); }
    .rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown:before, .rd-navbar-static .rd-navbar-nav li.rd-navbar--has-megamenu > a:before {
      position: absolute;
      right: 7px;
      top: 50%;
      margin-top: -10px;
      color: #292929; }
    .rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown.level-top:before, .rd-navbar-static .rd-navbar-nav li.rd-navbar--has-megamenu > a.level-top:before {
      right: 1px;
      margin-top: 12px;
      font-size: 14px;
      top: 0; }
  .rd-navbar-static .rd-navbar-nav li.rd-navbar--has-dropdown {
    position: relative; }
  .rd-navbar-static .rd-navbar-nav li.rd-navbar--has-megamenu > a {
    position: relative; }
  .rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav li.focus > .rd-navbar-megamenu, .rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav li.opened > .rd-navbar-megamenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); }
  .rd-navbar-static .rd-navbar-nav > li {
    display: inline-block;
    margin-right: 15px; }
    @media (max-width: 992px) {
      .rd-navbar-static .rd-navbar-nav > li {
        margin-right: 1px; } }
    .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown, .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-megamenu {
      top: 100%;
      z-index: 99; }
    .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown {
      left: 0;
      top: 100%; }
      .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown .rd-navbar-dropdown {
        left: 100%;
        top: -8px;
        z-index: 2; }
    .rd-navbar-static .rd-navbar-nav > li > a {
      position: relative; }
      .rd-navbar-static .rd-navbar-nav > li > a:after {
        content: '';
        background: url(../images/media/bg-menu-focus.png) 0 0 no-repeat;
        width: 15px;
        height: 8px;
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        -webkit-transition: all 0.6s ease 0s;
        -moz-transition: all 0.6s ease 0s;
        -o-transition: all 0.6s ease 0s;
        transition: all 0.6s ease 0s;
        bottom: -25px;
        opacity: 0; }
    .rd-navbar-static .rd-navbar-nav > li.focus > a:after {
      bottom: 0;
      opacity: 1; }
    .rd-navbar-static .rd-navbar-nav > li > a {
      display: inline-block;
      line-height: 26px;
      font-size: 14px;
      padding: 10px 20px 30px;
      font-weight: 700;
      text-transform: uppercase;
      color: #292929; }
      @media (max-width: 991px) {
        .rd-navbar-static .rd-navbar-nav > li > a {
          font-size: 13px;
          padding: 10px 15px 30px; } }
    .rd-navbar-static .rd-navbar-nav > li.active > a, .rd-navbar-static .rd-navbar-nav > li.opened > a, .rd-navbar-static .rd-navbar-nav > li.focus > a, .rd-navbar-static .rd-navbar-nav > li > a:hover {
      color: #00bcd4; }
    .rd-navbar-static .rd-navbar-nav > li:first-child > a {
      padding-left: 0; }
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > a {
  padding-bottom: 10px; }
.rd-navbar-static.rd-navbar--is-stuck .rd-navbar-buttons {
  margin-top: 0; }

.sidebar .navigation li.level0 a.level-top {
  padding: 10px; }

@media (max-width: 767px) {
  .navigation li.level-top,
  .navigation a.level-top {
    position: relative; }

  .rd-navbar-fixed .rd-navbar-submenu .megamenu-wrapper.rd-navbar-megamenu ul li li > a {
    padding-left: 15px;
    padding-right: 0; } }
/*
* TM_Newsletter-popup
*/
.newsletter-popup.modal-popup {
  text-align: center; }
  .newsletter-popup.modal-popup._show {
    pointer-events: auto !important; }
  .newsletter-popup.modal-popup .modal-inner-wrap {
    padding: 30px 15px;
    background: #00bcd4 url(../images/media/bg-newsletter.png) 0 0 no-repeat;
    border-radius: 0;
    box-shadow: none;
    background-size: cover; }
    .newsletter-popup.modal-popup .modal-inner-wrap:before, .newsletter-popup.modal-popup .modal-inner-wrap:after {
      display: table;
      content: "";
      line-height: 0; }
    .newsletter-popup.modal-popup .modal-inner-wrap:after {
      clear: both; }
    @media (max-width: 850px) {
      .newsletter-popup.modal-popup .modal-inner-wrap {
        max-width: 700px; } }
    @media (min-width: 768px) {
      .newsletter-popup.modal-popup .modal-inner-wrap {
        padding: 180px 60px 171px 700px; } }
    @media (max-width: 1300px) {
      .newsletter-popup.modal-popup .modal-inner-wrap {
        padding: 180px 60px;
        background: #00bcd4;
        max-width: 90%; } }
    @media (max-width: 768px) {
      .newsletter-popup.modal-popup .modal-inner-wrap {
        padding: 100px 20px 80px; } }
  .newsletter-popup.modal-popup header.modal-header {
    padding: 0; }
    .newsletter-popup.modal-popup header.modal-header h1.modal-title {
      font-size: 50px;
      font-weight: bold;
      color: #ffffff;
      margin-bottom: 40px;
      text-transform: uppercase;
      position: relative;
      padding-top: 60px;
      letter-spacing: 1px; }
      .newsletter-popup.modal-popup header.modal-header h1.modal-title:before {
        position: absolute;
        font-family: "FontAwesome";
        content: "\f003";
        display: block;
        font-size: 164px;
        line-height: normal;
        font-weight: 400;
        margin-bottom: 5px;
        opacity: .2;
        top: -92px;
        left: 50%;
        margin-left: -77px; }
      @media (max-width: 768px) {
        .newsletter-popup.modal-popup header.modal-header h1.modal-title {
          margin-bottom: 10px;
          line-height: 1; } }
      @media (max-width: 560px) {
        .newsletter-popup.modal-popup header.modal-header h1.modal-title {
          font-size: 38px; } }
    .newsletter-popup.modal-popup header.modal-header .action-close {
      display: block;
      position: absolute;
      top: 10px;
      right: 5px;
      padding: 0;
      border-radius: 50%;
      line-height: 34px;
      width: 34px;
      height: 34px; }
      @media (max-width: 900px) {
        .newsletter-popup.modal-popup header.modal-header .action-close {
          top: 5px;
          right: 5px; } }
      .newsletter-popup.modal-popup header.modal-header .action-close:before {
        content: "\f00d";
        font-family: "FontAwesome";
        font-size: 24px;
        color: #FFF;
        line-height: 32px; }
      .newsletter-popup.modal-popup header.modal-header .action-close span {
        display: none; }
      .newsletter-popup.modal-popup header.modal-header .action-close:hover:before {
        opacity: 1;
        color: #000; }
  .newsletter-popup.modal-popup .modal-content {
    position: relative;
    padding: 0;
    margin: 0; }
    .newsletter-popup.modal-popup .modal-content .block.newsletter .field {
      padding-bottom: 0; }
      .newsletter-popup.modal-popup .modal-content .block.newsletter .field .control {
        position: relative; }
        .newsletter-popup.modal-popup .modal-content .block.newsletter .field .control #newsletter {
          border: none; }
          @media (max-width: 479px) {
            .newsletter-popup.modal-popup .modal-content .block.newsletter .field .control #newsletter {
              margin-bottom: 30px; } }
        .newsletter-popup.modal-popup .modal-content .block.newsletter .field .control #newsletter-error {
          position: absolute;
          top: 100%;
          padding-left: 0; }
        .newsletter-popup.modal-popup .modal-content .block.newsletter .field .control input {
          background: #FFF;
          border: 0;
          line-height: 50px;
          padding: 0 55px 0 20px;
          font-style: italic;
          text-transform: none;
          height: 50px; }
    .newsletter-popup.modal-popup .modal-content .buttons-container .subscribe {
      color: #FFF;
      background: #00bcd4;
      padding: 6px 20px;
      line-height: 1.5em;
      display: inline-block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      position: absolute;
      right: -2px;
      top: 0;
      z-index: 9;
      line-height: 50px;
      text-align: center;
      padding: 0 42px;
      background-color: #292929;
      font-size: 14px;
      height: 50px;
      border-radius: 0;
      font-weight: 700;
      text-transform: uppercase; }
      .newsletter-popup.modal-popup .modal-content .buttons-container .subscribe:hover {
        background: #008fa1; }
      .newsletter-popup.modal-popup .modal-content .buttons-container .subscribe:hover {
        background: #858585; }
      @media (max-width: 560px) {
        .newsletter-popup.modal-popup .modal-content .buttons-container .subscribe {
          padding: 0;
          width: 50px;
          font-size: 0; }
          .newsletter-popup.modal-popup .modal-content .buttons-container .subscribe:before {
            font-family: "FontAwesome";
            content: "\f0e0";
            text-align: center;
            font-size: 20px; } }
  .newsletter-popup.modal-popup .content-text {
    font-size: 18px;
    line-height: 25px;
    color: #FFF;
    margin-bottom: 30px;
    font-weight: 400; }
    @media (max-width: 499px) {
      .newsletter-popup.modal-popup .content-text {
        padding: 0 20px; } }
  .newsletter-popup.modal-popup div.mage-error {
    color: #FFF;
    width: 100%;
    position: absolute; }

/*
*   TM_AjaxCatalog
*/
.swatch-option-tooltip {
  visibility: hidden; }
  @media (min-width: 1024px) {
    .swatch-option-tooltip {
      visibility: visible; } }

.modals-wrapper .modal-popup.compare-popup._show {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  overflow-x: hidden; }
.modals-wrapper .modal-popup.compare-popup .modal-inner-wrap {
  overflow: hidden;
  box-sizing: border-box;
  height: auto;
  min-height: 100%; }
  .modals-wrapper .modal-popup.compare-popup .modal-inner-wrap .product-item-actions .tocart {
    padding: 7px 15px;
    margin-right: 15px; }
.modals-wrapper .modal-popup.compare-popup._inner-scroll .modal-content {
  margin-right: -40px;
  padding-right: 40px; }
.modals-wrapper .modal-popup.compare-popup .modal-footer {
  display: block;
  min-height: 70px !important; }

/*
*   TM_AjaxCatalog
*/
#search_mini_form {
  position: relative; }

body.ajax-loading #search.input-text:focus {
  background-image: url(../images/loader-dark.gif);
  background-position: 2px 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px; }
  @media (max-width: 768px) {
    body.ajax-loading #search.input-text:focus {
      background-image: url(../images/loader-dark.gif); } }

#search.input-text {
  padding-left: 20px; }

#search_mini_form input[aria-haspopup="false"] + #search_autocomplete ul[role=listbox] {
  overflow: hidden; }
#search_mini_form .search-autocomplete {
  overflow: hidden;
  position: static;
  max-height: 350px;
  z-index: 99;
  background: #f4f6f7;
  box-shadow: none;
  top: calc(100% + 3px); }
  #search_mini_form .search-autocomplete::after {
    content: '';
    position: absolute;
    top: 320px;
    left: 0;
    z-index: 9999;
    width: 120%;
    height: 30px;
    background: transparent; }
  #search_mini_form .search-autocomplete ul[role=listbox] {
    overflow-y: scroll;
    position: static;
    max-height: 350px;
    margin-right: -20px;
    z-index: 10;
    display: block; }
  #search_mini_form .search-autocomplete ul li.search-item {
    border-bottom: solid 1px #eeeeee;
    border-top: none;
    padding: 10px;
    padding-right: 30px;
    padding-left: 30px; }
    #search_mini_form .search-autocomplete ul li.search-item .amount {
      position: static; }
    #search_mini_form .search-autocomplete ul li.search-item a {
      display: block;
      overflow: hidden;
      line-height: normal;
      text-decoration: none;
      margin: -10px;
      padding: 10px;
      color: #292929; }
      #search_mini_form .search-autocomplete ul li.search-item a:hover {
        color: 14px; }
      #search_mini_form .search-autocomplete ul li.search-item a .search-thumb {
        float: left;
        width: 50px;
        margin-right: 10px; }
      #search_mini_form .search-autocomplete ul li.search-item a .qs-option-name {
        font-size: 14px;
        display: block;
        margin-bottom: 5px; }
      #search_mini_form .search-autocomplete ul li.search-item a .price {
        display: block;
        color: #292929;
        font-size: 16px;
        font-weight: 700; }
    #search_mini_form .search-autocomplete ul li.search-item:hover {
      background: #eeeeee;
      box-shadow: none; }

/*
*   Social Login
*/
.block-social-login ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none; }
  .block-social-login ul li {
    margin-bottom: 8px; }
    .block-social-login ul li a {
      display: inline-block;
      text-decoration: none;
      overflow: hidden;
      position: relative;
      -webkit-transition: 0.2s;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
      box-sizing: border-box;
      font-size: 14px;
      line-height: 40px;
      color: #ffffff;
      border-radius: 2px;
      min-width: 270px;
      min-width: 270px;
      padding: 5px 6px; }
      .block-social-login ul li a i.fa {
        font-style: normal;
        display: inline-block;
        width: 43px;
        text-align: center;
        border-right: solid 1px;
        border-right-color: rgba(255, 255, 255, 0.1);
        font-size: 18px;
        line-height: 40px; }
      .block-social-login ul li a.facebook {
        background: #3b5999; }
      .block-social-login ul li a.twitter {
        background: #00b6f1; }
      .block-social-login ul li a.instagram {
        background: #7c4e3a; }
      .block-social-login ul li a.google-plus {
        background: #e04a39; }
      .block-social-login ul li a .label {
        padding-left: 25px; }
      .block-social-login ul li a::after {
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
        z-index: 10; }
      .block-social-login ul li a:hover {
        opacity: .8; }
        .block-social-login ul li a:hover::after {
          left: 120%;
          transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1); }

.timer-wrapper {
  border: none !important;
  background: #fd516a;
  color: #FFF;
  font-weight: 700;
  max-width: 300px;
  padding: 14px 20px;
  text-transform: uppercase;
  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; }

.block-posts-list {
  clear: both;
  font-family: inherit; }
  .block-posts-list .post-items {
    display: flex;
    -webkit-display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 0 -16px; }
    .block-posts-list .post-items .post-item {
      flex-basis: 100%;
      -webkit-flex-basis: 100%;
      list-style: none;
      padding: 0 0 0 16px;
      box-sizing: border-box; }
      .block-posts-list .post-items .post-item .item-wrapper {
        margin-bottom: 20px;
        border-bottom: 1px solid #e2e2e2; }
    .block-posts-list .post-items .post-image {
      margin-bottom: 21px;
      max-height: 400px;
      overflow: hidden; }
      .block-posts-list .post-items .post-image img {
        width: 100%;
        vertical-align: top; }
    .block-posts-list .post-items .post-title {
      margin-bottom: 6px; }
      .block-posts-list .post-items .post-title h3 {
        font-family: inherit;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
        margin: 0; }
        .block-posts-list .post-items .post-title h3 a {
          color: #060606;
          text-decoration: none; }
          .block-posts-list .post-items .post-title h3 a:hover {
            color: #00bcd4; }
    .block-posts-list .post-items .post-short-content {
      font-size: inherit;
      line-height: inherit;
      margin-bottom: 26px; }
    .block-posts-list .post-items .post-link {
      display: block;
      color: #00bcd4;
      font-weight: 400;
      text-transform: none; }
      .block-posts-list .post-items .post-link:hover {
        color: #666666; }
    .block-posts-list .post-items .post-data {
      color: #9a9a9a;
      display: flex;
      -webkit-display: flex;
      justify-content: flex-start;
      -webkit-justify-content: flex-start;
      border: none; }
      .block-posts-list .post-items .post-data .create-date a,
      .block-posts-list .post-items .post-data .post-author a,
      .block-posts-list .post-items .post-data .post-comments a {
        color: #9a9a9a;
        text-decoration: none;
        margin-right: 7px; }
        .block-posts-list .post-items .post-data .create-date a:hover,
        .block-posts-list .post-items .post-data .post-author a:hover,
        .block-posts-list .post-items .post-data .post-comments a:hover {
          color: #000; }
      .block-posts-list .post-items .post-data .create-date a span:before, .block-posts-list .post-items .post-data .create-date:before,
      .block-posts-list .post-items .post-data .post-author a span:before,
      .block-posts-list .post-items .post-data .post-author:before,
      .block-posts-list .post-items .post-data .post-comments a span:before,
      .block-posts-list .post-items .post-data .post-comments:before {
        font-size: 18px;
        padding-right: 4px;
        color: #000;
        vertical-align: middle; }
      .block-posts-list .post-items .post-data .create-date {
        order: 1;
        -webkit-order: 1; }
      .block-posts-list .post-items .post-data .post-author {
        order: 2;
        -webkit-order: 2; }
      @media (max-width: 1200px) {
        .block-posts-list .post-items .post-data {
          display: block;
          overflow: hidden; }
          .block-posts-list .post-items .post-data .create-date,
          .block-posts-list .post-items .post-data .post-author {
            display: block; }
          .block-posts-list .post-items .post-data .post-comments {
            float: right; } }
    .block-posts-list .post-items .post-comments {
      text-align: right;
      margin-top: -45px;
      float: right; }

.posts-list-wrapper {
  /*Toolbar
  **********************************************/ }
  .posts-list-wrapper .toolbar-top {
    margin-bottom: 30px; }
    .posts-list-wrapper .toolbar-top .toolbar {
      margin-bottom: 0;
      text-align: left; }
    .posts-list-wrapper .toolbar-top .limiter {
      display: block;
      text-align: right;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 0; }
    .posts-list-wrapper .toolbar-top .pages {
      display: none; }
    .posts-list-wrapper .toolbar-top .toolbar-sorter {
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding-left: 15px;
      margin-bottom: 0; }
      @media (max-width: 479px) {
        .posts-list-wrapper .toolbar-top .toolbar-sorter {
          padding-left: 0; } }
      .posts-list-wrapper .toolbar-top .toolbar-sorter .sorter-label {
        margin-right: 5px; }
        @media (max-width: 479px) {
          .posts-list-wrapper .toolbar-top .toolbar-sorter .sorter-label {
            display: none; } }
      .posts-list-wrapper .toolbar-top .toolbar-sorter .select2-container {
        border: 1px solid #f4f4f4;
        border-top: none;
        border-bottom: none; }
    .posts-list-wrapper .toolbar-top .sorter-action {
      height: 50px;
      width: 50px;
      margin: 0;
      padding: 0;
      border-right: 1px solid #f4f4f4;
      text-align: center; }
      .posts-list-wrapper .toolbar-top .sorter-action span {
        display: none; }
      .posts-list-wrapper .toolbar-top .sorter-action.sort-asc, .posts-list-wrapper .toolbar-top .sorter-action.sort-desc {
        line-height: inherit;
        font-size: 1.5rem;
        line-height: 50px; }
        .posts-list-wrapper .toolbar-top .sorter-action.sort-asc:before, .posts-list-wrapper .toolbar-top .sorter-action.sort-desc: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); }
      .posts-list-wrapper .toolbar-top .sorter-action.sort-desc {
        transform: rotate(180deg); }
      .posts-list-wrapper .toolbar-top .sorter-action:hover {
        background: #f4f4f4; }
    .posts-list-wrapper .toolbar-top .select2-selection {
      border-radius: 0; }
      .posts-list-wrapper .toolbar-top .select2-selection:hover {
        background: #f4f4f4; }
  .posts-list-wrapper .toolbar-bottom .toolbar {
    margin-bottom: 30px;
    height: 50px;
    text-align: center; }
  .posts-list-wrapper .toolbar-bottom .sorter,
  .posts-list-wrapper .toolbar-bottom .limiter {
    display: none;
    visibility: hidden; }
  .posts-list-wrapper .toolbar-bottom .pages {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .posts-list-wrapper .toolbar-bottom .pages-items {
    position: relative;
    display: inline-block; }
    .posts-list-wrapper .toolbar-bottom .pages-items:before, .posts-list-wrapper .toolbar-bottom .pages-items:after {
      display: table;
      content: "";
      line-height: 0; }
    .posts-list-wrapper .toolbar-bottom .pages-items:after {
      clear: both; }
  .posts-list-wrapper .toolbar-bottom .item {
    float: left;
    padding: 0 4px;
    font-size: 1rem;
    line-height: 47px;
    margin: 0 10px; }
    .posts-list-wrapper .toolbar-bottom .item.current {
      font-weight: 600; }
    .posts-list-wrapper .toolbar-bottom .item.pages-item-previous a span:not(.label), .posts-list-wrapper .toolbar-bottom .item.pages-item-next a span:not(.label) {
      line-height: inherit; }
      .posts-list-wrapper .toolbar-bottom .item.pages-item-previous a span:not(.label):before, .posts-list-wrapper .toolbar-bottom .item.pages-item-next a span:not(.label):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); }
    .posts-list-wrapper .toolbar-bottom .item.pages-item-previous a span:not(.label):before {
      content: '\e5cb'; }
    .posts-list-wrapper .toolbar-bottom .item.pages-item-next a span:not(.label):before {
      content: '\e5cc'; }

.widget.blog-posts {
  clear: both;
  font-family: inherit;
  margin-bottom: 65px; }
  .widget.blog-posts:before, .widget.blog-posts:after {
    display: table;
    content: "";
    line-height: 0; }
  .widget.blog-posts:after {
    clear: both; }
  @media (max-width: 992px) {
    .widget.blog-posts {
      margin-bottom: 30px; } }
  .widget.blog-posts .block-title {
    margin-bottom: 22px; }
  .widget.blog-posts .block-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 300px;
    max-width: 480px; }
    @media (min-width: 768px) {
      .widget.blog-posts .block-content {
        max-width: 750px; } }
    @media (min-width: 992px) {
      .widget.blog-posts .block-content {
        max-width: 970px; } }
    @media (min-width: 1200px) {
      .widget.blog-posts .block-content {
        max-width: 1200px; } }
  .widget.blog-posts .post-items {
    display: block;
    padding: 0;
    margin: 0 -30px; }
    .widget.blog-posts .post-items .post-item {
      width: 100%;
      list-style: none;
      padding: 0 15px;
      box-sizing: border-box;
      float: left; }
      @media (min-width: 768px) {
        .widget.blog-posts .post-items .post-item {
          width: 50%; } }
      @media (min-width: 1200px) {
        .widget.blog-posts .post-items .post-item {
          width: 33.333%; } }
    .widget.blog-posts .post-items .post-image {
      position: relative;
      margin-bottom: 31px; }
      .widget.blog-posts .post-items .post-image img {
        height: auto;
        width: 100%;
        max-width: none;
        vertical-align: top; }
      .widget.blog-posts .post-items .post-image:before {
        background: rgba(0, 0, 0, 0.3);
        content: '';
        display: block;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        position: absolute;
        -webkit-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -o-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s; }
      .widget.blog-posts .post-items .post-image .post-link {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -83px;
        margin-top: -25px;
        opacity: 0;
        visibility: hidden;
        font-weight: 400; }
      .widget.blog-posts .post-items .post-image:hover:before {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .widget.blog-posts .post-items .post-image:hover .post-link {
        visibility: visible;
        opacity: 1; }
    .widget.blog-posts .post-items .post-title {
      margin-bottom: 21px; }
      .widget.blog-posts .post-items .post-title h3 {
        font-family: inherit;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        margin: 0; }
        .widget.blog-posts .post-items .post-title h3 a {
          color: #292929;
          text-decoration: none; }
          .widget.blog-posts .post-items .post-title h3 a:hover {
            color: #00bcd4; }
    .widget.blog-posts .post-items .post-short-content {
      margin-bottom: 15px;
      font-size: 16px;
      line-height: 25px;
      color: #9a9a9a; }
    .widget.blog-posts .post-items .post-link {
      color: #FFF;
      background: #00bcd4;
      padding: 6px 20px;
      line-height: 1.5em;
      display: inline-block;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transform: translateZ(0);
      background: #00bcd4;
      color: #FFF;
      padding: 15px 33px;
      line-height: 20px;
      text-transform: uppercase; }
      .widget.blog-posts .post-items .post-link:hover {
        background: #008fa1; }
      .widget.blog-posts .post-items .post-link:hover {
        background: #292929;
        color: #FFF; }
    .widget.blog-posts .post-items .post-data {
      padding: 8px 0 0;
      color: #9a9a9a;
      display: block;
      border-top: 0; }
      .widget.blog-posts .post-items .post-data > span {
        display: block;
        float: left; }
      .widget.blog-posts .post-items .post-data .create-date,
      .widget.blog-posts .post-items .post-data .post-author,
      .widget.blog-posts .post-items .post-data .post-comments {
        text-transform: uppercase;
        font-size: 14px; }
        .widget.blog-posts .post-items .post-data .create-date a,
        .widget.blog-posts .post-items .post-data .post-author a,
        .widget.blog-posts .post-items .post-data .post-comments a {
          color: #9a9a9a;
          text-decoration: none;
          text-transform: uppercase; }
          .widget.blog-posts .post-items .post-data .create-date a:hover,
          .widget.blog-posts .post-items .post-data .post-author a:hover,
          .widget.blog-posts .post-items .post-data .post-comments a:hover {
            color: #000; }
        .widget.blog-posts .post-items .post-data .create-date a span:before, .widget.blog-posts .post-items .post-data .create-date:before,
        .widget.blog-posts .post-items .post-data .post-author a span:before,
        .widget.blog-posts .post-items .post-data .post-author:before,
        .widget.blog-posts .post-items .post-data .post-comments a span:before,
        .widget.blog-posts .post-items .post-data .post-comments:before {
          font-size: 18px;
          padding-right: 4px;
          color: #000;
          vertical-align: middle; }
      .widget.blog-posts .post-items .post-data .post-author {
        border-left: 1px solid #d4d4d4;
        padding-left: 10px;
        margin-left: 10px; }
      .widget.blog-posts .post-items .post-data .post-comments {
        display: none; }

.post-page {
  clear: both;
  font-family: inherit;
  width: 100%; }
  .post-page .related {
    padding: 0; }
  .post-page .products-grid.products-related .product-items {
    margin: 0; }
  .post-page .block-content {
    margin: 0 -15px; }
  .post-page .post-relatedproducts .product-items .product-item {
    height: 370px; }
  .post-page .post-text {
    margin-bottom: 25px; }
    .post-page .post-text img {
      width: 100%;
      margin-bottom: 15px; }
  .post-page .post-data {
    border-top: solid 1px #e8e8e8;
    padding: 13px 0 0;
    margin-bottom: 50px;
    color: #9a9a9a; }
    .post-page .post-data .create-date,
    .post-page .post-data .post-author,
    .post-page .post-data .post-comments {
      display: inline-block;
      margin-right: 20px; }
      .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; }
      .post-page .post-data .create-date a,
      .post-page .post-data .post-author a,
      .post-page .post-data .post-comments a {
        color: #9a9a9a;
        text-decoration: none; }
        .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; }
      .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; }
    .post-page .post-data .create-date time {
      display: inline-block; }
    @media (max-width: 480px) {
      .post-page .post-data {
        overflow: hidden; }
        .post-page .post-data .create-date,
        .post-page .post-data .post-author,
        .post-page .post-data .post-comments {
          display: block;
          margin-bottom: 3px; } }

.post-comments-block {
  margin-bottom: 68px; }
  .post-comments-block .comment-add {
    background: #FFF;
    padding: 20px; }
  .post-comments-block .post-comments-title {
    margin-bottom: 40px; }
  .post-comments-block .post-comments-content {
    margin-bottom: 48px; }
  .post-comments-block .post-comment {
    background: #FFF;
    padding: 30px;
    margin-bottom: 20px; }
  .post-comments-block .comment-info {
    overflow: hidden;
    padding: 0 0 3px 0;
    margin-bottom: 15px;
    border-bottom: solid 1px #e8e8e8; }
    .post-comments-block .comment-info .post-data {
      float: right;
      margin: 0 0 0 5px;
      border: none;
      padding: 0; }
      .post-comments-block .comment-info .post-data .create-date {
        margin: 0; }
  .post-comments-block .post-comments-title {
    margin-bottom: 40px; }
  .post-comments-block .comment-add .subtitle {
    margin-bottom: 30px; }
  .post-comments-block .comment-add .fieldset {
    margin-bottom: 0; }
    .post-comments-block .comment-add .fieldset .field {
      margin-bottom: 28px; }
  @media (min-width: 767px) {
    .post-comments-block .comment-add label.label {
      float: left;
      margin: 0;
      min-width: 90px; }
    .post-comments-block .comment-add .control {
      overflow: hidden; }
      .post-comments-block .comment-add .control input {
        width: 327px; }
      .post-comments-block .comment-add .control textarea {
        height: 242px; }
    .post-comments-block .comment-add .comment-form-actions {
      margin-left: 90px; } }

.block.related-posts {
  margin-top: 80px; }
  .block.related-posts .block-title {
    margin-bottom: 15px; }
  .block.related-posts .block-content {
    overflow: hidden;
    padding: 15px; }
  .block.related-posts .related-post-list {
    padding: 0;
    margin: -1px 0 0 0;
    list-style: none; }
    .block.related-posts .related-post-list li {
      box-sizing: border-box;
      margin-bottom: 0; }
      .block.related-posts .related-post-list li 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; }
        .block.related-posts .related-post-list li a:hover {
          background: #FFF;
          padding-left: 15px; }
    @media (min-width: 767px) {
      .block.related-posts .related-post-list {
        display: flex;
        -webkit-display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-left: -15px; }
        .block.related-posts .related-post-list li {
          padding-left: 15px;
          flex-basis: 50%;
          -webkit-flex-basis: 50%; } }
    @media (min-width: 1200px) {
      .block.related-posts .related-post-list li {
        flex-basis: 33.333%;
        -webkit-flex-basis: 33.333%; }
        .block.related-posts .related-post-list li a {
          font-size: 18px; } }

.slider-pro-wrapper {
  z-index: 1; }
  @media (max-width: 992px) {
    .slider-pro-wrapper {
      margin-top: 0;
      margin-bottom: 20px !important; } }
  .slider-pro-wrapper .title-1 {
    text-transform: none; }
    .slider-pro-wrapper .title-1 span {
      font-weight: 700; }
  .slider-pro-wrapper .desc-slider {
    text-align: center; }
  .slider-pro-wrapper .link-slider {
    color: #FFF;
    background: #00bcd4;
    padding: 6px 20px;
    line-height: 1.5em;
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    background: #00bcd4;
    color: #FFF;
    padding: 15px 33px;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease !important;
    text-transform: capitalize;
    font-size: 18px; }
    .slider-pro-wrapper .link-slider:hover {
      background: #008fa1; }
    .slider-pro-wrapper .link-slider:hover {
      background: #292929;
      color: #FFF; }
  .slider-pro-wrapper .sp-buttons {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
    text-align: center; }
    .slider-pro-wrapper .sp-buttons .sp-button {
      display: inline-block;
      border: 0;
      background: #FFF;
      width: 12px;
      height: 12px;
      margin: 0 15px;
      transition: all 0.2s ease 0s;
      position: relative;
      z-index: 4; }
  .slider-pro-wrapper .sp-previous-arrow:before,
  .slider-pro-wrapper .sp-next-arrow:before {
    content: '\e5c8';
    font-family: "Material Icons";
    transform: none;
    font-size: 81px;
    color: #FFF;
    opacity: .2; }
    @media (max-width: 992px) {
      .slider-pro-wrapper .sp-previous-arrow:before,
      .slider-pro-wrapper .sp-next-arrow:before {
        font-size: 50px; } }
  .slider-pro-wrapper .sp-previous-arrow:hover:before,
  .slider-pro-wrapper .sp-next-arrow:hover:before {
    opacity: 1; }
  .slider-pro-wrapper .sp-previous-arrow:before {
    content: '\e5c4'; }
  .slider-pro-wrapper .sp-previous-arrow, .slider-pro-wrapper .sp-previous-arrow, .slider-pro-wrapper .sp-next-arrow, .slider-pro-wrapper .sp-next-arrow {
    line-height: 1; }
    .slider-pro-wrapper .sp-previous-arrow:before, .slider-pro-wrapper .sp-previous-arrow:after, .slider-pro-wrapper .sp-previous-arrow:before, .slider-pro-wrapper .sp-previous-arrow:after, .slider-pro-wrapper .sp-next-arrow:before, .slider-pro-wrapper .sp-next-arrow:after, .slider-pro-wrapper .sp-next-arrow:before, .slider-pro-wrapper .sp-next-arrow:after {
      background: none;
      height: auto;
      width: auto;
      line-height: 1; }
    .slider-pro-wrapper .sp-previous-arrow:hover:before, .slider-pro-wrapper .sp-previous-arrow:hover:after, .slider-pro-wrapper .sp-previous-arrow:hover:before, .slider-pro-wrapper .sp-previous-arrow:hover:after, .slider-pro-wrapper .sp-next-arrow:hover:before, .slider-pro-wrapper .sp-next-arrow:hover:after, .slider-pro-wrapper .sp-next-arrow:hover:before, .slider-pro-wrapper .sp-next-arrow:hover:after {
      transition: all 0.3s ease;
      background-color: transparent;
      opacity: 1; }
  @media (max-width: 767px) {
    .slider-pro-wrapper {
      margin: 0px auto; }
      .slider-pro-wrapper .sp-buttons {
        bottom: 0; }
      .slider-pro-wrapper .desc-slider,
      .slider-pro-wrapper .slog-slider {
        display: none; } }
  @media (max-width: 600px) {
    .slider-pro-wrapper .title-1,
    .slider-pro-wrapper .title-2,
    .slider-pro-wrapper .button-slider {
      transform: scale(0.5) !important; }
    .slider-pro-wrapper .title-1 {
      margin-top: -50px; }
    .slider-pro-wrapper .title-2 {
      margin-top: -18px; } }
  @media (max-width: 479px) {
    .slider-pro-wrapper .desc-slider,
    .slider-pro-wrapper .slog2-slider {
      display: none; }
    .slider-pro-wrapper .sp-buttons {
      bottom: -8px; }
      .slider-pro-wrapper .sp-buttons .sp-button {
        margin: 0 4px;
        width: 7px;
        height: 7px; }
        .slider-pro-wrapper .sp-buttons .sp-button:before {
          display: none; } }

/**
 * Copyright ┬й 2016 TemplateMonster. All rights reserved.
 * See COPYING.txt for license details.
 */
.category-title {
  color: #858585;
  text-align: center;
  font-size: 30px;
  margin-bottom: 45px; }
  .category-title span {
    font-weight: 900; }

.column.main .catalog-image-grid .category-grid > li, .catalog-image-grid .category-list > li {
  margin-bottom: 37px; }
  @media (max-width: 1200px) {
    .column.main .catalog-image-grid .category-grid > li, .catalog-image-grid .category-list > li {
      margin-bottom: 30px; } }

.catalog-image-grid {
  margin-bottom: 47px;
  /************** Category **************/ }
  .catalog-image-grid ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .catalog-image-grid ul img {
      max-width: 100%; }
  .catalog-image-grid .category-grid,
  .catalog-image-grid .category-list {
    overflow: hidden;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
    /************** SubCategory **************/ }
    .catalog-image-grid .category-grid > li,
    .catalog-image-grid .category-list > li {
      padding: 0 15px;
      margin: 0 0 20px;
      box-sizing: border-box; }
      @media (max-width: 767px) {
        .catalog-image-grid .category-grid > li,
        .catalog-image-grid .category-list > li {
          -moz-flex-basis: 33.333%;
          -ms-flex-basis: 33.333%;
          flex-basis: 33.333%; } }
      @media (max-width: 500px) {
        .catalog-image-grid .category-grid > li,
        .catalog-image-grid .category-list > li {
          -moz-flex-basis: 50%;
          -ms-flex-basis: 50%;
          flex-basis: 50%; } }
      @media (max-width: 350px) {
        .catalog-image-grid .category-grid > li,
        .catalog-image-grid .category-list > li {
          -moz-flex-basis: 100%;
          -ms-flex-basis: 100%;
          flex-basis: 100%; } }
      .catalog-image-grid .category-grid > li .grid-inner,
      .catalog-image-grid .category-list > li .grid-inner {
        box-sizing: border-box; }
    .catalog-image-grid .category-grid .category-link,
    .catalog-image-grid .category-list .category-link {
      display: inline-block;
      text-decoration: none;
      font-weight: 500;
      font-size: 16px !important;
      color: #333333; }
      .catalog-image-grid .category-grid .category-link:hover,
      .catalog-image-grid .category-list .category-link:hover {
        color: #00bcd4; }
        .catalog-image-grid .category-grid .category-link:hover .category-image img,
        .catalog-image-grid .category-list .category-link:hover .category-image img {
          -moz-transform: scale(1.1, 1.1);
          -ms-transform: scale(1.1, 1.1);
          -o-transform: scale(1.1, 1.1);
          -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1); }
      @media (max-width: 767px) {
        .catalog-image-grid .category-grid .category-link,
        .catalog-image-grid .category-list .category-link {
          font-weight: 600;
          font-size: 14px; } }
      @media (max-width: 992px) {
        .catalog-image-grid .category-grid .category-link,
        .catalog-image-grid .category-list .category-link {
          width: 100%; }
          .catalog-image-grid .category-grid .category-link img,
          .catalog-image-grid .category-list .category-link img {
            width: 100%;
            max-width: none; } }
      .catalog-image-grid .category-grid .category-link .category-name,
      .catalog-image-grid .category-list .category-link .category-name {
        display: inline-block;
        margin-bottom: 10px;
        font-weight: 700;
        font-size: 16px; }
      .catalog-image-grid .category-grid .category-link .category-image,
      .catalog-image-grid .category-list .category-link .category-image {
        display: block;
        margin: 0 0 26px;
        overflow: hidden;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        position: relative; }
        .catalog-image-grid .category-grid .category-link .category-image img,
        .catalog-image-grid .category-list .category-link .category-image img {
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease; }
      .catalog-image-grid .category-grid .category-link .category-icon,
      .catalog-image-grid .category-list .category-link .category-icon {
        display: inline-block;
        font-style: normal; }
        .catalog-image-grid .category-grid .category-link .category-icon:before,
        .catalog-image-grid .category-list .category-link .category-icon:before {
          line-height: normal;
          margin-right: 5px; }
      .catalog-image-grid .category-grid .category-link:hover .category-image:after,
      .catalog-image-grid .category-list .category-link:hover .category-image:after {
        width: 100%; }
    .catalog-image-grid .category-grid .button-more,
    .catalog-image-grid .category-list .button-more {
      text-decoration: none;
      font-size: 16px;
      color: #1979c3; }
      .catalog-image-grid .category-grid .button-more:hover,
      .catalog-image-grid .category-list .button-more:hover {
        color: #000000; }
    .catalog-image-grid .category-grid .subcategory-grid,
    .catalog-image-grid .category-list .subcategory-grid {
      margin-bottom: 10px; }
      .catalog-image-grid .category-grid .subcategory-grid > li,
      .catalog-image-grid .category-list .subcategory-grid > li {
        padding: 0;
        margin: 0;
        line-height: 30px; }
      .catalog-image-grid .category-grid .subcategory-grid .subcategory-link,
      .catalog-image-grid .category-list .subcategory-grid .subcategory-link {
        display: inline-block;
        text-decoration: none;
        font-weight: 500;
        font-size: 14px;
        color: #333333; }
        .catalog-image-grid .category-grid .subcategory-grid .subcategory-link:hover,
        .catalog-image-grid .category-list .subcategory-grid .subcategory-link:hover {
          color: #00bcd4; }
        @media (max-width: 767px) {
          .catalog-image-grid .category-grid .subcategory-grid .subcategory-link,
          .catalog-image-grid .category-list .subcategory-grid .subcategory-link {
            font-size: 14px; } }
        .catalog-image-grid .category-grid .subcategory-grid .subcategory-link .subcategory-name,
        .catalog-image-grid .category-grid .subcategory-grid .subcategory-link .subcategory-image,
        .catalog-image-grid .category-list .subcategory-grid .subcategory-link .subcategory-name,
        .catalog-image-grid .category-list .subcategory-grid .subcategory-link .subcategory-image {
          display: inline-block; }
        .catalog-image-grid .category-grid .subcategory-grid .subcategory-link .subcategory-image,
        .catalog-image-grid .category-list .subcategory-grid .subcategory-link .subcategory-image {
          vertical-align: middle;
          margin-right: 10px; }
          .catalog-image-grid .category-grid .subcategory-grid .subcategory-link .subcategory-image img,
          .catalog-image-grid .category-list .subcategory-grid .subcategory-link .subcategory-image img {
            vertical-align: middle; }
        .catalog-image-grid .category-grid .subcategory-grid .subcategory-link .category-icon,
        .catalog-image-grid .category-list .subcategory-grid .subcategory-link .category-icon {
          display: inline-block;
          font-style: normal; }
          .catalog-image-grid .category-grid .subcategory-grid .subcategory-link .category-icon:before,
          .catalog-image-grid .category-list .subcategory-grid .subcategory-link .category-icon:before {
            line-height: normal;
            margin-right: 5px; }
  .catalog-image-grid .category-grid.columns-3 > li {
    max-width: 33.333%; }
    @media (max-width: 992px) {
      .catalog-image-grid .category-grid.columns-3 > li {
        max-width: 50%;
        flex-basis: 50%; } }
    @media (max-width: 480px) {
      .catalog-image-grid .category-grid.columns-3 > li {
        max-width: 100%;
        flex-basis: 100%; } }
  .catalog-image-grid .grid-wrapper {
    overflow: hidden; }
    .catalog-image-grid .grid-wrapper .category-image {
      float: left;
      width: 33%;
      margin-right: 20px; }
    .catalog-image-grid .grid-wrapper .subcategories {
      overflow: hidden;
      float: left; }

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