.ul-nostyle {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Button
 */
/**
 * Remove color name product
 */
/**
 * Icomoon mixin
 */
@-webkit-keyframes kenb {
  0% {
    -webkit-background-size: 100%;
    background-position: 0 0;
  }
  100% {
    -webkit-background-size: 125%;
    background-position: -30px -10px;
  }
}
@-moz-keyframes kenb {
  0% {
    background-size: 100%;
    background-position: 0 0;
  }
  100% {
    background-size: 125%;
    background-position: -30px -10px;
  }
}
@-ms-keyframes kenb {
  0% {
    background-size: 100%;
    background-position: 0 0;
  }
  100% {
    background-size: 125%;
    background-position: -30px -10px;
  }
}
@keyframes kenb {
  0% {
    background-size: 100%;
    background-position: 0 0;
  }
  100% {
    background-size: 125%;
    background-position: -30px -10px;
  }
}
/**
 * Home page
 */
.slidershow {
  margin-bottom: 50px;
}
.block-home .block-title {
  text-align: center;
  color: #424242;
  font-size: 60px;
  margin-bottom: 50px;
  font-weight: 600;
  letter-spacing: 5px;
}
.slidershow-type-1 .owl-theme .owl-nav {
  margin: 0;
}
.slidershow-type-1 .owl-theme .owl-nav [class*='owl-'] {
  background-color: #856f50;
  margin: -25px 0 0;
  padding: 0;
  width: 30px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  top: 50%;
  z-index: 25;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.slidershow-type-1 .owl-theme .owl-nav [class*='owl-']:before {
  font-size: 20px;
}
.slidershow-type-1 .owl-theme .owl-nav [class*='owl-'].owl-next {
  right: 0;
}
.slidershow-type-1 .owl-theme .owl-nav [class*='owl-'].owl-prev {
  left: 0;
}
.slidershow-type-1 .owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
  background-color: #424242;
}
.slidershow-type-1 .owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.slidershow-type-1 .owl-theme .owl-dots span {
  width: 14px;
  height: 14px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.slidershow .item {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 45%;
}
.slidershow .item iframe,
.slidershow .item > a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.block-bestseller .block-title {
  margin-bottom: 100px;
}
.block-bestseller .box1-image {
  position: relative;
  margin-bottom: 60px;
}
.block-bestseller .box1-image:before {
  background: url("../images/bg-item1.jpg") no-repeat 0 0;
  width: 444px;
  height: 277px;
  display: inline-block;
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: -40px;
}
.block-bestseller .box2-image {
  position: relative;
  margin-bottom: 140px;
}
.block-bestseller .box2-image:before {
  background: url("../images/bg-item2.jpg") no-repeat 0 0;
  width: 446px;
  height: 555px;
  display: inline-block;
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: -60px;
}
.block-bestseller .content {
  width: 70%;
}
.block-bestseller .content h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.block-bestseller .content p {
  font-size: 114.28%;
  color: #424242;
  display: block;
  margin-bottom: 40px;
}
.block-bestseller .content a {
  border: 4px solid #3a3a3a;
  padding: 12px 30px;
  font-size: 114.28%;
  font-weight: bold;
  letter-spacing: 2px;
  display: inline-block;
}
.block-bestseller .content.box-2 {
  margin-left: auto;
  margin-top: 70px;
}
.block-images #listItems {
  padding: 0;
  margin-bottom: 0;
}
.block-images #listItems li {
  display: none;
  list-style: none;
  margin-bottom: 50px;
}
.block-images .loadmore {
  position: relative;
  display: table;
  margin: 0px auto 50px;
  border: 3px solid #222;
  cursor: pointer;
  padding: 10px 25px;
  font-size: 114.28%;
}
.block-images .loadmore:after {
  content: attr(title);
  display: inline-block;
}
@media (max-width: 1200px) {
  .desktop-menu .section-item-content .menu-container .menu.horizontal > ul > li > a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .block-home .block-title {
    font-size: 40px;
  }
  .block-bestseller .block-title {
    margin-bottom: 25px;
  }
  .block-bestseller .content {
    width: 100%;
    margin-bottom: 80px;
  }
  .block-bestseller .box1-image {
    margin-bottom: 100px;
  }
}
/**
 * Listing page
 */
.catalog-category-view .page-title-wrapper .page-title {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.catalog-category-view .category-image {
  margin-bottom: 50px;
}
.catalog-category-view .category-image img {
  margin: 0 auto;
}
.catalog-category-view .page-main {
  padding: 0px;
}
/**
 * Sidebar
 */
.sidebar .block {
  margin-bottom: 30px !important;
  /**
     * Block title
     */
  /**
     * Block content
     */
  /**
     * Filter block
     */
}
.sidebar .block .block-title {
  margin: 0;
  padding-bottom: 10px;
}
.sidebar .block .block-title strong {
  color: #222;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 128.571%;
}
.sidebar .block .block-title .counter {
  display: none !important;
}
.sidebar .block .block-content,
.sidebar .block .empty {
  border: 1px solid #e5e5e5;
  background-color: #fff;
  padding: 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.sidebar .block.filter .block-subtitle {
  display: none;
}
.sidebar .block.filter .block-content {
  background-color: #f9f9f9;
  border: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.sidebar .block.filter .filter-actions .action.clear {
  text-decoration: none;
  background-color: #444444;
  padding: 7px 20px;
  color: #ffffff;
  border-radius: 4px;
}
.sidebar .block.filter .filter-actions .action.clear:hover {
  background-color: #333333;
}
.sidebar .block.filter .filter-options .filter-options-content {
  margin: 0;
}
.sidebar .block.filter .filter-current .action.remove {
  text-decoration: none;
}
.sidebar .block.filter .filter-current .action.remove:before {
  content: '\e616';
  font-family: 'icons-blank-theme';
  color: #333;
  font-size: 26px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.sidebar .block.filter .filter-current .action.remove span {
  display: none;
}
.sidebar .block.filter .filter-options-item {
  margin: 0 -20px 20px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #e9e9e9;
}
.sidebar .block.filter .filter-options-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.sidebar .block.filter .filter-options .filter-options-title {
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
}
.sidebar .block.filter .filter-options .filter-options-content {
  display: block !important;
}
.sidebar .block.filter .filter-options .filter-options-content .price-slider-wrap {
  padding: 0 6px;
}
.sidebar .block.filter .filter-options .filter-options-content ol li {
  margin: 5px 0;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a {
  display: block;
  padding: 3px 0;
  text-decoration: none;
  color: #444;
  position: relative;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a .count {
  float: right;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border: 1px solid #e3e1e1;
  background-color: #fff;
  position: relative;
  top: -1px;
  margin-right: 4px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.sidebar .block.filter .filter-options .filter-options-content ol li a:hover:after {
  position: absolute;
  left: 4px;
  top: -2px;
  content: '\e92d';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.sidebar .block.filter .filter-options .filter-options-item:last-child .filter-options-content {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar {
  /**
     * Block compare
     */
}
.sidebar .swatch-attribute-options {
  margin: 0;
}
.sidebar .swatch-option.color {
  margin-left: 4px;
  margin-right: 11px;
}
.sidebar .block-compare .product-item .product-item-name {
  margin: 0;
}
.sidebar .block-compare .action.delete {
  right: 0;
  left: auto;
}
/**
 * Toolbar
 */
.toolbar {
  display: none;
}
.modes .modes-label {
  display: none;
}
.modes .modes-mode {
  height: 36px;
  width: 36px;
  border: 1px solid #e5e5e5 !important;
  background-color: #fff;
  margin-right: 5px;
  text-align: center;
  line-height: 34px;
  padding: 0;
  color: #222;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.modes .modes-mode.mode-grid:after {
  content: '\e93d';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.modes .modes-mode.mode-list:after {
  content: '\e942';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.modes .modes-mode:hover,
.modes .modes-mode.active {
  color: #222;
}
.modes .modes-mode:before,
.modes .modes-mode span {
  display: none;
}
.sorter {
  padding: 0;
}
.sorter .sorter-action {
  top: auto;
}
.sorter .sorter-action:before {
  line-height: 36px;
}
.toolbar-amount {
  padding-top: 5px;
}
.toolbar-amount,
.sorter-label,
.sorter-options,
.field.limiter .label,
.limiter-options,
.limiter-text {
  color: #444;
}
.pages {
  line-height: 0;
}
.pages .pages-label {
  display: none;
}
.pages .items {
  font-weight: normal;
  font-size: unset;
}
.pages .item {
  float: left;
  margin: 0 5px 0 0;
  height: 36px;
  min-width: 36px;
  text-align: center;
  border: 1px solid #e5e5e5;
  line-height: 34px;
  background-color: #fff;
  font-size: unset;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.pages .item .action.next span,
.pages .item .action.previous span,
.pages .item .label {
  display: none;
}
.pages .item:last-child {
  margin: 0;
}
.pages .item strong,
.pages .item a {
  display: block !important;
  padding: 0;
  color: #222;
  font-weight: normal;
  margin: 0 !important;
  border: none !important;
  line-height: 34px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.pages .item .action.next:before {
  content: '\e930';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.pages .item .action.previous:before {
  content: '\e92f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.pages .action:before {
  display: block !important;
  margin: 0 !important;
  color: #222 !important;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products.wrapper ~ .toolbar .limiter {
  float: left;
  margin: 0 5px;
}
/**
 * Product list style
 */
.products.wrapper.products-list .product-items {
  margin: 0;
}
.products-list .product-item,
.products-list .product-items {
  font-size: unset;
}
.products-list .product-item {
  margin-bottom: 30px;
}
.products-list .product-image-container {
  vertical-align: top;
}
.products-list .product-image-wrapper img {
  min-height: 150px;
}
.products-list .image-product {
  display: block;
  width: 240px;
  border: 1px solid #e5e5e5;
  padding: 1px;
  position: relative;
}
.products-list .image-product .product-item-photo {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.products-list .image-product .quickview-handler {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  z-index: 20;
  opacity: 0;
  visibility: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-list .image-product .quickview-handler:before {
  content: '\e954';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 20px;
}
.products-list .image-product .quickview-handler span {
  display: none;
}
.products-list .image-product:hover .quickview-handler {
  opacity: 1;
  visibility: visible;
}
.products-list .product-item-details {
  padding-left: 30px;
}
.products-list .product-item-name {
  margin: 0 0 5px;
  font-size: 116.67%;
}
.products-list .product-item-name a {
  font-weight: 700;
}
.products-list .product-item .product-reviews-summary .reviews-actions {
  position: relative;
  top: 2px;
  margin-left: 5px;
}
.products-list .product-item .price-box {
  margin: 9px 0;
}
.products-list .product-item .price-box .price {
  font-size: 126.67%;
  font-weight: 400;
  color: #e74c3c;
}
.products-list .product-item-description {
  margin: 0 0 20px;
}
.products-list .product-item-description .action.more {
  display: none;
}
.products-list .actions-primary {
  vertical-align: top;
}
.products-list .actions-primary button {
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  text-transform: uppercase;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-list .actions-secondary .action {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #e5e5e5;
  float: left;
  margin-left: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.products-list .actions-secondary .action:before,
.products-list .actions-secondary .action span {
  display: none !important;
}
.products-list .actions-secondary .action.towishlist:after {
  content: '\e93f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
.products-list .actions-secondary .action.tocompare:after {
  content: '\e952';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
}
@media (min-width: 768px) {
  .toolbar-products .modes {
    float: left;
    margin-right: 20px;
    margin-left: 0;
  }
  .toolbar-products .modes-mode {
    float: left;
  }
  .toolbar-products .toolbar-amount {
    float: left;
  }
  .toolbar-products .sorter {
    float: right;
  }
}
@media (max-width: 768px) {
  .filter-mobile-btn {
    display: inline-block;
    float: left;
    margin-right: 5px;
  }
  .filter-mobile-btn #btn-filter {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
  }
  .filter-mobile-btn #btn-filter:before {
    content: '\e93a';
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    font-size: 20px;
  }
  .filter-mobile-btn span {
    display: none;
  }
  .block.filter .filter-title {
    position: relative;
  }
  .close-filter {
    display: inline-block;
    position: absolute;
    top: -15px;
    right: -15px;
  }
  .block.filter {
    position: fixed;
    left: -320px;
    top: 0;
    bottom: 0;
    width: 300px;
    padding: 20px;
    background-color: #fff;
    z-index: 999;
    overflow-y: auto;
    margin: 0 !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
  }
  .show-filter-sidebar .block.filter {
    left: 0;
  }
  .show-filter-sidebar,
  .show-filter-sidebar body {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .toolbar-amount {
    display: none;
  }
  .sorter {
    float: right;
  }
  .products-list .product-item-info {
    display: block;
    width: 100%;
  }
  .products-list .image-product {
    width: 200px;
    float: left;
    display: block;
  }
  .products-list .product-item-details {
    display: block;
    margin-left: 220px;
    padding-left: 0;
    padding-right: 0;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .products-list .product-item-actions .actions-secondary > .action.tocompare {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .products-grid .product-image-container {
    display: block;
    width: 100% !important;
  }
  .products-list .product-item-info .image-product {
    width: 100%;
    float: none;
    text-align: center;
  }
  .products-list .product-item-info .product-item-details {
    margin: 0;
    float: none;
    padding: 15px 0;
  }
}
/**
 * Detail page
 */
.page-main .column.main {
  position: relative;
}
/**
 * Compare, wishlist, email to friend
 */
.custom-top > .container {
  display: flex;
  justify-content: space-between;
  padding: 0 8%;
}
.custom-top > .container .breadcrumbs {
  margin-left: 0;
  margin-right: 0;
}
.custom-top > .container .breadcrumbs > .container {
  margin-left: 0;
  margin-right: 0;
  width: auto;
}
.custom-top > .container .previous-next a {
  text-transform: capitalize;
}
.custom-top > .container .previous-next .previous:before {
  content: '\e92f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: 3px;
}
.custom-top > .container .previous-next .next:before {
  display: inline-block;
  content: "|";
  margin: 0 5px;
}
.custom-top > .container .previous-next .next:after {
  content: '\e930';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 16px;
  position: relative;
  top: 3px;
}
/* Media  Images*/
.product.media {
  position: relative;
}
.product.media .gallery-placeholder:before {
  background: url(../images/bg-item2.jpg) no-repeat 0 0;
  content: "";
  display: inline-block;
  width: 445px;
  height: 445px;
  position: absolute;
  left: -155px;
  bottom: 0;
  z-index: -1;
}
.product.media .product.attribute.overview {
  width: 100%;
  clear: left;
  margin: 50px 0;
}
.product-info-main .page-title-wrapper .page-title {
  text-transform: unset;
  font-weight: 700;
}
.product-info-main .box-tocart .field.qty .label,
.product-options-bottom .box-tocart .field.qty .label {
  height: 30px;
  line-height: 30px;
  margin: 0 7px 0 0;
  font-weight: 400;
  color: #666;
  display: block;
}
.product-info-main .box-tocart,
.product-options-bottom .box-tocart {
  float: none;
  display: block !important;
}
.product-info-main .box-tocart .field.qty,
.product-options-bottom .box-tocart .field.qty {
  padding: 5px 10px 5px 0;
  margin-bottom: 0;
}
.product-info-main .box-tocart .field.qty .qty,
.product-options-bottom .box-tocart .field.qty .qty {
  height: 40px;
  width: 100px;
  border-color: #adadad;
  border-radius: 0;
  margin-bottom: 25px;
}
.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
  padding-top: 0 !important;
  display: block !important;
}
.magnifier-preview {
  left: 100% !important;
  top: 0 !important;
  margin-left: 20px;
}
/**
 * Table attributes product
 */
.additional-attributes-wrapper table,
.additional-attributes-wrapper {
  margin-bottom: 0;
}
.product.data.items .item.title > .switch .counter {
  display: none;
}
.default-style .resp-tabs-list {
  border-bottom: 1px solid #e5e5e5;
}
.default-style .resp-tabs-list li {
  float: left;
  margin: 0 -1px -1px 0;
  border-color: #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
  color: #222;
  padding: 12px 20px !important;
  font-weight: 700;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.default-style .resp-tabs-list li.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}
.default-style .resp-tabs-list li.active:before {
  content: "";
  display: block;
  left: -1px;
  height: 4px;
  position: absolute;
  right: -1px;
  top: -4px;
  z-index: 20;
}
.default-style .resp-tabs-container {
  background-color: #fff;
  padding: 20px;
  border: 1px solid #e5e5e5;
  border-top: none;
}
.product.data.items.accordion-style .item.title.resp-accordion {
  padding: 12px 20px !important;
  background-color: #fff;
}
.product.data.items.accordion-style .item.title.resp-accordion a {
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
}
.product.data.items.accordion-style .item.title.resp-accordion a:after {
  float: right;
  vertical-align: middle;
  position: relative;
  top: -5px;
  color: #666;
  content: '\e94f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 21px;
}
.product.data.items.accordion-style .item.title.resp-accordion.active a:after {
  content: '\e977';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 21px;
}
/**
 * Review
 */
.review-list .block-title strong {
  line-height: 1.1;
  font-size: 107.69%;
  display: block;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  color: #444;
}
.review-title {
  margin: 0 0 20px;
  font-size: 100%;
  font-weight: 700;
}
.review-item {
  padding: 20px 0;
}
.review-items .rating-summary .rating-result {
  position: relative;
  top: -5px;
}
.review-form .action.submit.primary {
  border: none !important;
}
.review-form .review-form-actions {
  margin-bottom: 10px;
}
.review-control-vote input[type="radio"] {
  visibility: hidden;
}
/**
 * Related upsell crossell product slider
 */
.page-bottom .wrapper-detail {
  background: #ececec;
  padding: 50px 0 20px;
}
.page-bottom .wrapper-detail ul {
  border: 0px;
}
.page-bottom .wrapper-detail ul li {
  font-size: 30px;
  text-align: left;
  text-transform: capitalize;
  margin-bottom: 30px;
  margin-right: 20px;
  font-weight: normal;
}
.page-bottom .wrapper-detail ul li a {
  color: #424242;
}
.page-bottom .wrapper-detail ul li a.active,
.page-bottom .wrapper-detail ul li a:hover {
  font-weight: bold;
}
.detail-product-slider {
  display: none;
}
.detail-product-slider .product-items,
.detail-product-slider .products-grid .product-item {
  margin: 0;
}
.detail-product-slider .product-items .product-item-info,
.detail-product-slider .products-grid .product-item .product-item-info {
  width: 100%;
}
.detail-product-slider .product-items .product-item-info .product-item-details,
.detail-product-slider .products-grid .product-item .product-item-info .product-item-details {
  text-align: left;
  margin-top: 25px;
}
.detail-product-slider .product-items .product-item-info .product-item-details .product-item-name a,
.detail-product-slider .products-grid .product-item .product-item-info .product-item-details .product-item-name a {
  font-weight: normal;
}
.product-detail-bottom .block-filterproducts {
  margin-top: -220px;
}
.product-detail-bottom .block-filterproducts .block-title {
  font-size: 60px;
  text-align: center;
  text-transform: uppercase;
  color: #424242;
  margin-bottom: 70px;
  background: #fff;
}
.product-detail-bottom .block-filterproducts .product-item-info {
  width: 100%;
}
.product-image-gallery {
  position: relative;
}
.product-image-gallery img {
  display: none;
}
.product-image-gallery img.visible {
  display: block;
}
.more-views {
  clear: left;
  width: 100%;
  overflow: hidden;
}
.more-views h3 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 50px;
}
.more-views ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.more-views ul li {
  float: left;
}
.more-views ul li a {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .product.media {
    margin-top: 80px;
  }
  .product.media .product.attribute.overview {
    padding-left: 0;
  }
  .page-bottom .wrapper-detail {
    background: none;
  }
  .page-bottom .wrapper-detail ul li {
    font-size: 16px;
  }
  .product-detail-bottom .block-filterproducts {
    margin-top: -50px;
  }
  .product-detail-bottom .block-filterproducts .block-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .product.media:before {
    display: none;
  }
}
/**
 * Pages
 */
/**
 * About us
 */
.title-shop-page {
  font-size: 170%;
  font-weight: 700;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 20px;
}
.title-bonus {
  position: relative;
  margin-bottom: 25px;
}
.title-bonus:before {
  content: "";
  display: block;
  height: 3px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  position: absolute;
  top: 17px;
  left: 0;
  right: 0;
}
.title-bonus strong {
  font-size: 180%;
  font-weight: 400;
  position: relative;
  color: #444;
  background-color: #fff;
  z-index: 10;
  padding-right: 30px;
}
.list-why-choose {
  margin-bottom: 30px;
}
.list-why-choose .title-bonus {
  margin-bottom: 15px;
}
.list-why-choose .why-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-why-choose li {
  padding-left: 30px;
  margin: 0;
  position: relative;
}
.list-why-choose li:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '\e919';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 18px;
}
.list-why-choose li a {
  border-bottom: 1px dashed #ddd;
  display: block;
  padding: 10px 0;
}
.top-shop-info {
  margin-bottom: 30px;
}
.top-shop-info::after {
  content: "";
  display: block !important;
  clear: both;
}
.top-shop-info .top-image {
  float: left;
  width: 270px;
}
.top-shop-info .top-info {
  margin-left: 300px;
}
.our-member .title-bonus {
  text-align: center;
}
.our-member .title-bonus strong {
  padding: 0 30px;
}
.our-member .description {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 20px;
}
.slider-member {
  padding-top: 40px;
  margin-bottom: 60px;
}
.slider-member .member-info {
  text-align: center;
  padding: 10px 10px 0;
}
.slider-member .member-name {
  font-size: 128.561%;
  color: #222;
}
.slider-member .member-job {
  font-size: 116.67%;
  margin: 2px 0 7px;
}
.slider-member .owl-theme .owl-dots {
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  margin: 0 !important;
}
.slider-member .owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  background-color: #d7d7d5;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.testimonial-container {
  border: 1px solid #e5e5e5;
  padding: 30px;
  position: relative;
}
.testimonial-container .testimonial-title {
  font-size: 128.571%;
  background: #fff;
  padding: 0 10px;
  position: absolute;
  top: -14px;
  left: 19px;
  color: #222;
}
.testimonial-container .owl-theme .owl-nav {
  display: inline-block;
  background: #fff;
  padding: 0 5px;
  position: absolute;
  top: -44px;
  right: -20px;
  margin: 0;
}
.testimonial-container .owl-theme .owl-nav [class*='owl-'] {
  width: 26px;
  height: 26px;
  margin: 0 3px;
  padding: 0;
  background: none;
  color: #666;
  opacity: .4;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.testimonial-container .owl-theme .owl-nav [class*='owl-']:hover {
  opacity: 1;
}
.testimonial-container .owl-theme .owl-nav [class*='owl-'].owl-next:before {
  line-height: 1;
  content: '\e94f';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 25px;
}
.testimonial-container .owl-theme .owl-nav [class*='owl-'].owl-prev:before {
  line-height: 1;
  content: '\e977';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 25px;
}
.testimonial-container .client-about {
  padding-top: 15px;
}
.testimonial-container .client-about .name {
  font-size: 116.67%;
  color: #444;
}
/**
 * Contact Us
 */
.google-map {
  border: 5px solid #ddd;
  line-height: 0;
  margin-bottom: 40px;
}
.google-map iframe {
  width: 100%;
}
.contact-form-info .contact-form {
  order: 2;
}
.contact-form-info .info-contact {
  order: 1;
}
.title-bonus-page h2 {
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  margin-bottom: 20px;
}
.info-contact .address-info {
  margin: 25px 0 30px;
  padding: 0;
  list-style: none;
}
.info-contact .address-info li {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 10px 30px;
  position: relative;
}
.info-contact .address-info li:first-child {
  border-top: 1px solid #e5e5e5;
}
.info-contact .address-info li.add-icon:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: '\e90a';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 26px;
}
.info-contact .address-info li.email-icon:before {
  position: absolute;
  left: 2px;
  top: 3px;
  content: '\e908';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 21px;
}
.info-contact .address-info li.phone-icon:before {
  position: absolute;
  left: 2px;
  top: 3px;
  content: '\e967';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 21px;
}
.block-contact-form {
  margin-bottom: 20px;
}
.block-contact-form .fieldset {
  margin-bottom: 0;
}
.block-contact-form .fieldset > .field {
  margin-bottom: 18px;
}
.block-contact-form .bonus-title {
  text-transform: uppercase;
  color: #222;
  font-weight: 600;
  margin-bottom: 20px;
}
.block-contact-form .bonus-title strong {
  font-size: 2rem;
  font-weight: 600;
}
.block-contact-form .field.email,
.block-contact-form .field.telephone,
.block-contact-form .field.name {
  max-width: 270px;
}
.block-contact-form .actions-toolbar button {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .block-contact-form .field.email,
  .block-contact-form .field.telephone,
  .block-contact-form .field.name {
    max-width: unset;
  }
}
@media (max-width: 480px) {
  .top-shop-info .top-image {
    float: none;
    width: unset;
  }
  .top-shop-info .top-info {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
  }
}
/**
 * Account
 */
.account.page-layout-2columns-left .column.main {
  padding-left: 30px;
}
.account-nav .item {
  display: block;
  width: 100%;
  margin: 0;
}
.account-nav .item a {
  color: #222;
}
@media (min-width: 768px) {
  html .account.page-layout-2columns-left .sidebar-main,
  html .account.page-layout-2columns-left .sidebar-additional {
    width: 270px;
  }
  html .account.page-layout-2columns-left .column.main {
    width: calc(100% - 300px);
  }
}
/**
 * RESPONSIVE
 */
/**
 * Checkout page
 */
.checkout-index-index .page-wrapper .opc-progress-bar {
  display: none !important;
}
.checkout-index-index .page-wrapper .page-title-wrapper {
  position: static;
  width: auto;
  height: auto;
}
.checkout-index-index .page-wrapper .page-title-wrapper .page-title {
  text-transform: uppercase;
  font-weight: 700;
}
.opc-wrapper {
  margin: 0;
}
.checkout-container {
  margin: 0;
}
.checkout-container .authentication-wrapper {
  margin-top: -53px;
}
.checkout-container .authentication-wrapper .action-auth-toggle {
  background: #e5e5e5;
  padding: 7px 20px;
  color: #333;
}
.checkout-container .authentication-wrapper .authentication-dropdown {
  border-color: #e5e5e5;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  padding: 20px;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .modal-header {
  display: none;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .actions-toolbar {
  margin: 0;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .actions-toolbar .primary button {
  font-size: 100%;
  font-weight: normal;
  padding: 7px 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.checkout-container .authentication-wrapper .authentication-dropdown .block-authentication .actions-toolbar > .secondary {
  padding-top: 3px;
}
.checkout-container .authentication-wrapper .authentication-dropdown .block-authentication .block-title {
  font-size: 100%;
  text-align: left;
}
.checkout-container .authentication-wrapper .authentication-dropdown .block-authentication .block-title strong {
  font-size: 116.67%;
  text-transform: uppercase;
  font-weight: 600;
}
.opc-sidebar {
  margin-top: 35px !important;
}
.opc-sidebar .modal-header {
  padding: 0;
}
.opc-sidebar .action-close {
  margin: 17px 10px 10px;
  z-index: 99;
}
.opc-block-summary .items-in-cart > .title:after {
  right: -10px;
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #222;
  border-color: #e5e5e5;
  font-size: 116.67%;
}
.opc-block-summary {
  padding: 20px;
  margin: 0;
}
.opc-block-summary .items-in-cart > .title strong {
  font-size: 100% !important;
  font-weight: 600;
}
.opc-block-summary .minicart-items .product-item-details {
  padding: 0;
  margin-left: 60px;
  position: relative;
  top: -10px;
}
.opc-block-summary .minicart-items .product-item:not(:first-child) {
  border-color: #e5e5e5;
}
.opc-block-summary .minicart-items .product-item-name {
  font-weight: 600;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: unset !important;
}
.opc-wrapper .fieldset > .field > .label {
  font-weight: 600;
}
.table-checkout-shipping-method .row {
  margin: 0;
}
.checkout-payment-method .payment-option-title {
  padding: 20px 0 !important;
  text-transform: uppercase;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #666;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  position: relative;
  top: -2px;
}
.checkout-payment-method .payment-option-content {
  padding: 0;
}
.opc-block-shipping-information {
  padding: 30px 0;
}
.opc-estimated-wrapper .estimated-block {
  float: left;
}
@media (min-width: 768px) {
  .opc-sidebar {
    float: right !important;
  }
  .opc-wrapper {
    float: left !important;
    padding-right: 30px !important;
    padding-left: 0 !important;
  }
}
@media (max-width: 768px) {
  /**
     * Checkout page
     */
  .custom-slide .modal-inner-wrap {
    background-color: #fff;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    display: none !important;
  }
  .opc-block-summary .minicart-items-wrapper {
    max-height: unset;
  }
  .opc-block-summary .product-item .subtotal,
  .opc-block-summary .product-item .product-item-name-block {
    display: block;
    padding-left: 0;
    padding-right: 0;
    text-align: unset;
  }
  .opc-block-summary .minicart-items .product-item-name {
    margin-bottom: 0;
  }
  .minicart-items .product-item-details .details-qty {
    margin-top: 0;
  }
}
/**
 * Login - Register
 */
.captcha-reload {
  width: 50px;
  height: 50px;
  padding: 0;
  vertical-align: top;
  line-height: 50px;
  border: none !important;
  background-color: #ddd;
  color: #222;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.captcha-reload:before {
  content: '\e901';
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 26px;
}
.captcha-reload span {
  display: none;
}
.login-container .block .login .actions-toolbar > .primary {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.customer-account-login .login-container .block-new-customer,
.customer-account-login .login-container .block-customer-login {
  padding: 30px;
  background-color: #f7f7f7;
  min-height: 402px;
}
.customer-account-login .login-container .block-new-customer .block-title,
.customer-account-login .login-container .block-customer-login .block-title {
  font-size: 128.571%;
  text-transform: uppercase;
  color: #333;
  padding-bottom: 10px;
}
.customer-account-login .login-container .fieldset:after {
  display: none;
}
.customer-account-create .form-create-account {
  width: 100% !important;
}
.customer-account-create .form-create-account .legend {
  font-size: 128.581%;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
}
.customer-account-create .form-create-account .fieldset.additional_info {
  clear: both;
}
.customer-account-create .form-create-account .fieldset.create.account,
.customer-account-create .form-create-account .fieldset.create.info {
  background-color: #f7f7f7;
  padding: 30px;
  width: 48.7%;
  min-height: 394px;
}
.customer-account-create .form-create-account .fieldset.create.info {
  float: left;
}
.customer-account-create .form-create-account .fieldset.create.account {
  float: right;
}
.customer-account-create .form-create-account .actions-toolbar {
  margin-bottom: 20px;
  padding: 0 30px;
}
.customer-account-create .form-create-account .actions-toolbar .action.back {
  display: none;
}
.password-strength-meter {
  background-color: #eee;
  margin-top: 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/**
 * Forgot password
 */
.form.password.forget {
  padding: 30px;
  background-color: #f7f7f7;
}
.form.password.forget .actions-toolbar .action.back {
  display: none;
}
@media (max-width: 767px) {
  .customer-account-login .login-container .block-new-customer,
  .customer-account-login .login-container .block-customer-login {
    min-height: unset;
    margin-bottom: 30px;
  }
  .customer-account-create .form-create-account .fieldset.create.account,
  .customer-account-create .form-create-account .fieldset.create.info {
    width: 100%;
    min-height: unset;
    margin-bottom: 30px;
  }
  .customer-account-create .form-create-account .actions-toolbar {
    padding: 0;
  }
  .control.captcha-image .captcha-img {
    display: unset;
  }
}
/**
 * Newsletter popup
 */
.fancybox-skin {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.w-newsletter {
  width: 922px;
  padding: 0;
  background: url("../images/bg-newsletter.jpg") no-repeat top center;
}
.w-newsletter .subscribe-bottom .checker {
  position: relative;
  top: -1px;
}
.newsletter-info {
  width: 80%;
  margin: 0 auto;
  padding: 50px 20px;
  text-align: center;
}
.newsletter-info .bottom-newsletter {
  font-size: 200%;
  line-height: 1;
  font-weight: 600;
  margin: 5px 0 20px;
}
.newsletter-info .news-description {
  font-size: 120%;
  text-transform: uppercase;
}
.form-newsletter-popup {
  position: relative;
}
.form-newsletter-popup .input-text {
  background-color: rgba(255, 255, 255, 0.8);
  border: none !important;
  height: 50px;
  padding: 0 10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
  font-size: 114.28%;
}
.form-newsletter-popup .action-newsletter button {
  height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 20px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  text-align: center;
  font-size: 114.28%;
}
@media (max-width: 1023px) {
  .w-newsletter {
    width: 100%;
  }
  .w-newsletter .newsletter-info {
    margin-left: 250px;
  }
}
@media (max-width: 640px) {
  .w-newsletter {
    width: 100%;
    background-size: cover;
  }
  .w-newsletter .newsletter-info {
    margin-left: 0;
  }
}
/**
 * Shopping cart
 */
.cart-container .cart.main.actions .action.update {
  padding: 10px 15px;
  font-weight: normal;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.cart-container .cart.main.actions .action.update:before {
  display: none !important;
}
.cart-container .cart.main.actions .action.clear {
  display: none !important;
}
.cart-container .cart.main.actions .action.continue {
  font-weight: normal;
  padding: 12px 15px 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.cart-container .cart.main.actions .action.continue:before {
  display: none;
}
.cart-container .item-actions .actions-toolbar .action {
  font-weight: normal;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.cart.table-wrapper .item .col.item {
  border-top: none;
}
.cart-summary > .title {
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
}
.cart-summary .block > .title,
.paypal-review-discount .block > .title {
  padding: 10px 0;
}
.column.main .cart-summary .block > .title strong,
.column.main .paypal-review-discount .block > .title strong {
  font-size: 100%;
  font-weight: 600;
}
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after {
  top: -2px;
}
.cart-totals {
  padding-top: 0;
  border: none;
}
mark,
.mark {
  background: none;
}
.cart-summary .block .fieldset {
  margin: 0 0 28px 0;
}
.cart-container .checkout-methods-items .action.primary {
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 700;
}
@media (min-width: 768px) {
  .cart.table-wrapper .product-item-photo {
    padding-right: 20px;
    padding-left: 0 !important;
  }
  .cart.table-wrapper .product-item-photo img {
    border: 1px solid #e5e5e5;
    min-width: 98px;
  }
}
/**
 * Extended page
 */
.extend-container .product-extend .block-title {
  font-size: 150%;
  color: #222;
  margin-bottom: 25px;
}
.extend-container .ltabs-wrap .ltabs-tabs-container {
  border-bottom: 1px solid #e5e5e5;
}
.extend-container .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li {
  margin-bottom: -1px;
  background-color: #eee;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: none;
  margin-right: 0;
  cursor: pointer;
  float: left;
  font-size: 108.33%;
  padding: 12px 15px;
  position: relative;
  font-weight: 600;
  transition: 0.1s;
  -moz-transition: 0.1s;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
}
.extend-container .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:last-child {
  border-right: 1px solid #e5e5e5;
}
.extend-container .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li:hover,
.extend-container .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel {
  background-color: #fff;
}
.extend-container .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  height: 2px;
}
.extend-container .sm-listing-tabs .ltabs-items .ltabs-loadmore .ltabs-loadmore-btn {
  padding: 10px 50px;
  border: none;
  font-size: 107.68%;
  text-transform: uppercase;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.extend-container .deals-countdown {
  margin-bottom: 20px;
}
.extend-container .deals-countdown .deals-time {
  padding: 0;
  border: none;
  margin: 0 1px;
}
.extend-container .deals-countdown .deals-time .num-time {
  min-width: 38px;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  font-weight: 700;
  font-size: 150%;
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
@media (max-width: 1023px) {
  .extend-container .sm-listing-tabs .ltabs-tabs-container .ltabs-tabs li.tab-sel:before {
    display: none;
  }
}
@media (max-width: 480px) {
  .extend-banner .extend-col {
    width: 100%;
    max-width: unset;
    flex: unset;
  }
  .extend-banner .extend-col img {
    width: 100%;
  }
}
