input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 0px solid #0f7fff !important;
  outline-offset: 0px !important; }

input:focus + label {
  outline: 0px solid #0f7fff !important;
  outline-offset: 0px !important; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

/* Mixins for Rem Font Sizing */
/* Variables for responsive design in bootstrap with sass */
/* Custom Sass Functions */
/* Background color for `<body>`*/
/* Global text color on `<body>`*/
/* Global textual link color*/
/* Link hover decoration*/
/* Images Path*/
/* Unit-less `line-height` for use in components like buttons*/
/* By default, this inherits from the `<body>`*/
/* Gray and brand colors for use across Bootstrap*/
/* Customizes the `.table` component with basic values, each used across all table variations.*/
/*Padding for `<th>`s and `<td>`s*/
/* Padding for cells in `.table-condensed`*/
/* Default background color used for all tables*/
/* Background color used for `.table-striped`*/
/* Background color used for `.table-hover`.*/
/* Border color for table and cell borders*/
.clear {
  clear: both; }

.no-padding {
  padding: 0 !important; }

.hidden {
  display: none !important; }

@keyframes myeffect-slideshow {
  0% {
    opacity: 0;
    transform: translateY(-300px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes myeffect-OutRound {
  to {
    opacity: 0;
    transform: scale(1); } }

html {
  font-size: 14px; }

body {
  line-height: 1.8;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

h5, h6 {
  text-transform: capitalize; }

.page-heading {
  margin: 0 0 1rem;
  font-size: 23px;
  text-align: left; }

:focus {
  outline: none; }

a {
  color: #ee3a43;
  text-decoration: none; }
  a:hover {
    color: #4f4f4f;
    text-decoration: none; }
  a a:focus {
    outline: none !important;
    text-decoration: none; }

body, .quickView {
  scrollbar-face-color: #777777;
  scrollbar-track-color: #d6d6d6; }
  body::-webkit-scrollbar, .quickView::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em; }
  body::-webkit-scrollbar-thumb, .quickView::-webkit-scrollbar-thumb {
    background: #777777; }
  body::-webkit-scrollbar-track, .quickView::-webkit-scrollbar-track {
    background: #d6d6d6; }
  @media only screen and (max-width: 992px) {
    body, .quickView {
      scrollbar-face-color: #eeeeee;
      scrollbar-track-color: rgba(255, 255, 255, 0.1); }
      body::-webkit-scrollbar, .quickView::-webkit-scrollbar {
        width: 0.3em;
        height: 0.3em; }
      body::-webkit-scrollbar-thumb, .quickView::-webkit-scrollbar-thumb {
        background: #eeeeee; }
      body::-webkit-scrollbar-track, .quickView::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1); } }

.slick-arrow {
  margin-top: 0;
  border: none; }

.form-group {
  margin-bottom: 1rem; }

/*================ FORM Vendor ===================*/
.slick-track {
  margin: 0; }

body.hasAdminBar div.banners {
  margin: 0; }

.form-select--date {
  height: 35px; }

.svg-inline--fa.fa-w-18 {
  width: 1.125em; }

.navUser .dropdown-menu {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); }

/*================ FORM ICONS ===================*/
.icon {
  width: 1.2rem;
  height: 1.2rem; }

/*.icon--calendar{width: 14px;height: 14px;}
.icon--search{width: 1.4rem; height: 1.4rem;}*/
/*================ FORM MODAL ===================*/
/*================ FORM GROUP ===================*/
.dropdown-menu {
  border-radius: 3px; }

.dropdown-menu-item a {
  margin: 0;
  padding: 0.38571rem 1.14286rem; }

ul.menu, ol.menu, ul.blank {
  list-style: none;
  margin: 0;
  padding: 0; }

.alert ol li {
  list-style-type: decimal;
  margin: 0 0 5px 15px; }

img {
  max-width: 100%; }

.form-actions .button, .form-actions input, .form-actions a {
  min-width: 180px; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

.productView-img-container:after {
  padding-bottom: 100%; }

.slick-slide:focus {
  outline: none; }

.rte ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem; }

.rte li {
  padding-left: 20px; }
  .rte li:before {
    content: '\f00c';
    font-family: "FontAwesome";
    transform: translateX(-20px);
    position: absolute;
    font-size: 10px;
    margin: 2px 0; }

.form-input {
  border-color: #d8d8d8; }
  .form-input:focus {
    box-shadow: none; }

.btn-light {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #e0e0e0; }

.button {
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 13px;
  padding: .85rem 2.5rem; }

.button--small {
  padding: .8rem 1rem; }

.button--action {
  background: #ee3a43;
  border-color: #ee3a43;
  color: white; }
  .button--action:hover {
    background: #ca111b;
    border-color: #ca111b;
    color: white; }

.alert code {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 3px; }

.navBar--sub {
  margin-bottom: 2rem; }
  .navBar--sub .navBar-item {
    display: inline-block;
    margin: 0 10px 0 0; }

.pagination-list {
  margin-top: 1.5rem; }
  .pagination-list li {
    background: #f2f2f2;
    border: 1px solid #dedede;
    border-radius: 4px;
    margin-left: 0.35714rem; }
    .pagination-list li:hover {
      background: #fff; }
    .pagination-list li.pagination-item--current {
      background: #ee3a43;
      border-color: #ee3a43; }
      .pagination-list li.pagination-item--current a {
        color: white; }
    .pagination-list li a, .pagination-list li button {
      padding: 10px 15px;
      height: 32px;
      color: #666; }

fieldset.actionBar-section .form-label {
  font-size: 1rem;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: .05em; }

fieldset.actionBar-section .form-field {
  border: none;
  background: transparent;
  border-radius: 0; }

fieldset.actionBar-section .form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-position: 100% center;
  background-repeat: no-repeat;
  color: #454545;
  line-height: normal;
  cursor: pointer;
  outline: 0; }

fieldset.actionBar-section .accordion-navigation > a, fieldset.actionBar-section .compare-link-top a {
  font-family: Poppins,Arial,Helvetica,sans-serif; }

fieldset.actionBar-section .form-select::-ms-expand {
  display: none; }

fieldset.actionBar-section .form-select:disabled {
  cursor: not-allowed; }

fieldset.actionBar-section .form-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../img/icon/select-arr.png);
  border-radius: 0;
  padding: .75rem 3rem .75rem 1rem;
  border: 1px solid #dedede;
  height: 3.5em; }

fieldset.actionBar-section .form-select:focus {
  background-image: url(../img/icon/select-arr-focus.png); }

fieldset.actionBar-section .form-select--date, fieldset.actionBar-section .form-select--small {
  background-position: right;
  background-size: auto;
  font-size: 13px;
  height: 2.8rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: .75rem 3rem .75rem 1rem; }

.cart-item-figure:after {
  padding-bottom: 40%; }

.tab {
  border-top-color: white;
  float: left; }
  .tab.is-active {
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid white; }

.tab-title {
  padding: 0.78571rem 1.5rem; }

.navList, .navBar {
  margin-bottom: 0; }

[data-product-attribute] .form-option {
  overflow: visible; }
  [data-product-attribute] .form-option > * {
    position: relative;
    z-index: 5; }
    [data-product-attribute] .form-option > *:after, [data-product-attribute] .form-option > *::before {
      left: 50%;
      opacity: 0;
      visibility: hidden;
      transition: all .15s ease-in-out; }
    [data-product-attribute] .form-option > *:after {
      content: '';
      top: -10px;
      border: solid transparent;
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: #333 transparent transparent;
      border-width: 6px;
      transform: translateX(-50%); }
    [data-product-attribute] .form-option > *:before {
      content: attr(title);
      position: absolute;
      background: #333;
      white-space: nowrap;
      top: -100%;
      margin-top: -13px;
      border-radius: 2px;
      transform: translateX(-50%);
      line-height: 26px;
      display: inline-block;
      color: #fff;
      font-size: 12px;
      padding: 1px 20px 1px;
      text-transform: capitalize; }
    [data-product-attribute] .form-option > *:hover:before {
      opacity: 1;
      visibility: visible; }
    [data-product-attribute] .form-option > *:hover:after {
      opacity: 1;
      visibility: visible; }

/*============ BOX SALE,NEW ==============*/
.product-layout {
  display: block !important; }

.product-options label {
  padding: 0;
  color: #666; }

.product-options .label {
  font-weight: normal;
  font-size: 11px; }

.product-options .radio {
  position: relative;
  z-index: 2;
  text-transform: capitalize;
  cursor: pointer; }
  .product-options .radio .fa {
    display: none; }

.product-options .active .fa {
  display: block; }

.product-options .fa {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 22px;
  height: 22px;
  color: white;
  line-height: 22px;
  text-align: center;
  left: 0; }

.facetedSearch {
  clear: both; }

.sale-flag-discount {
  background: #ee3a43;
  border-radius: 50px;
  color: white;
  right: 15px;
  height: 40px;
  width: 40px;
  font-size: 12px;
  line-height: 2.85714rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  z-index: 5;
  top: 15px; }

.flag-badges {
  left: 15px;
  right: auto;
  top: 10px;
  position: absolute;
  z-index: 10; }

.sale-flag-side {
  font-size: 11px;
  text-transform: uppercase;
  padding-left: 0.78571rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: 800ms ease;
  border-radius: 2px;
  z-index: 10;
  right: 10px;
  top: 15px; }
  .sale-flag-side.sale-flag-side--new {
    background: #28a745;
    top: 15px; }
  .sale-flag-side + .sale-flag-side {
    top: 42px; }
  .sale-flag-side.sold-out-flag-side {
    background: #17a2b8; }

.sale-flag-side--new + .sold-out-flag-side {
  top: 70px; }

.product:hover .sale-flag-side {
  background: black;
  transition: 800ms ease; }

/*============ BOX RATE ==============*/
.rating--small .icon {
  width: 13px;
  height: 13px;
  margin: 0; }

.rating--small .icon--ratingEmpty svg {
  fill: #c5c5c5; }

.rating--small .icon--ratingFull svg {
  fill: #ebdb2c; }

.price-section {
  color: #999;
  font-size: 16px;
  font-weight: 500; }
  .price-section .price--rrp,
  .price-section .price--non-sale,
  .price-section .price--discounted {
    padding: 0 5px;
    display: inline-block;
    text-decoration: line-through;
    font-size: 14px;
    font-weight: normal; }
  .price-section .price--withoutTax {
    color: #ee3a43; }
  .price-section .price-now-label {
    display: none; }
  .price-section + .price-section {
    display: inline-block; }

.title-category {
  font-size: 16px;
  text-transform: uppercase;
  color: #222;
  margin-top: 0; }

.category-info {
  margin-bottom: 30px; }
  .category-info .category-info__image {
    margin-bottom: 15px; }
  @media (min-width: 551px) {
    .category-info .category-header-image {
      max-width: 430px; } }

/*================ PRODUCT LIST ===================*/
.products-category .products-list {
  margin: 0; }
  .products-category .products-list .product-grid .product-item-container {
    margin: 0 0 15px 0; }
  @media (min-width: 801px) {
    .products-category .products-list .product-grid:after {
      content: "";
      width: 100%;
      height: 1px;
      background: #f5f5f5;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0; }
    .products-category .products-list .product-grid:before {
      content: "";
      height: calc(100% - 60px);
      width: 1px;
      background: #f5f5f5;
      display: block;
      position: absolute;
      top: 30px;
      right: 0; } }

.products-list {
  /*====================PRODUCT GRID ====================*/
  /*----------------Product Table ------------------*/ }
  .products-list .product-layout {
    display: block;
    position: relative;
    z-index: 1; }
    .products-list .product-layout .product-item-container {
      /*====Card Hover images====*/
      /*====End Card Hover images====*/ }
      .products-list .product-layout .product-item-container:focus {
        outline: 0 !important; }
      .products-list .product-layout .product-item-container.card-image--fade .hover-img {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        opacity: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        transition: opacity 0.5s ease, transform 2s cubic-bezier(0, 0, 0.44, 1.18), transform 2s cubic-bezier(0, 0, 0.44, 1.18); }
        .products-list .product-layout .product-item-container.card-image--fade .hover-img::before {
          content: "";
          display: block;
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.15) 0, transparent 60%); }
      .products-list .product-layout .product-item-container.card-image--jump .card-img-container {
        transition: all 0.3s ease-in-out 0s; }
      .products-list .product-layout .product-item-container .countdown--box {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        left: 50%;
        width: 170px;
        transition: all 0.2s ease-in-out;
        transform: scale(1) translateX(-50%); }
      .products-list .product-layout .product-item-container .wbcard-button-addcart a {
        color: #fff;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 22px;
        min-height: 1.512em;
        max-height: 1.512em; }
      .products-list .product-layout .product-item-container .wbcard-button-addcart .action-item {
        position: relative;
        vertical-align: middle;
        margin: 0 1px;
        border: none;
        height: 36px;
        min-width: 36px;
        display: inline-block;
        background: #f2f5f7;
        border: 1px solid #e9edf0;
        text-align: center;
        vertical-align: top;
        border-radius: 50%;
        text-transform: uppercase;
        font-size: 12px; }
        .products-list .product-layout .product-item-container .wbcard-button-addcart .action-item .quickview {
          display: block;
          background: none; }
        .products-list .product-layout .product-item-container .wbcard-button-addcart .action-item:hover {
          background: #ee3a43;
          border-color: #ee3a43;
          color: #FFFFFF; }
      .products-list .product-layout .product-item-container .wbcard-button-addcart .addToCart {
        padding: 7px 15px;
        color: #fff;
        min-width: 140px;
        background: #ee3a43;
        border: 1px solid #ee3a43;
        border-radius: 40px;
        transition: bottom 0.3s ease-in-out; }
      .products-list .product-layout .product-item-container .wbcard-button-addcart .buttons--wishlist {
        padding: 0;
        transition: bottom 0.4s ease-in-out; }
        .products-list .product-layout .product-item-container .wbcard-button-addcart .buttons--wishlist form {
          margin: 0; }
      .products-list .product-layout .product-item-container .wbcard-button-addcart .buttons--compare {
        transition: bottom 0.3s ease-in-out; }
        .products-list .product-layout .product-item-container .wbcard-button-addcart .buttons--compare .form-check-label {
          cursor: pointer;
          padding: 6px 0;
          display: block; }
        .products-list .product-layout .product-item-container .wbcard-button-addcart .buttons--compare:hover svg {
          fill: #FFFFFF; }
        .products-list .product-layout .product-item-container .wbcard-button-addcart .buttons--compare .form-check-input {
          position: absolute;
          z-index: 2;
          cursor: pointer;
          opacity: 0;
          width: 100%;
          height: 100%;
          display: block; }
      .products-list .product-layout .product-item-container .buttons--quickview {
        display: block;
        position: absolute;
        z-index: 5;
        top: 40%;
        left: 50%;
        transform: translateX(-50%) scale(0);
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #fff;
        line-height: 48px;
        opacity: 0;
        text-align: center;
        box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
        transition: all 0.3s ease-in-out 0s; }
        .products-list .product-layout .product-item-container .buttons--quickview .quickview {
          width: 100%;
          padding: 0;
          margin: 0; }
        .products-list .product-layout .product-item-container .buttons--quickview a {
          color: #666; }
        .products-list .product-layout .product-item-container .buttons--quickview:hover {
          background: #ee3a43; }
          .products-list .product-layout .product-item-container .buttons--quickview:hover a {
            color: #FFFFFF; }
      .products-list .product-layout .product-item-container .left-block {
        position: relative;
        overflow: hidden; }
      .products-list .product-layout .product-item-container .right-block .card-title > a {
        color: #4f4f4f;
        display: block; }
        .products-list .product-layout .product-item-container .right-block .card-title > a:hover {
          color: #ee3a43; }
      .products-list .product-layout .product-item-container .right-block .card-text {
        text-transform: uppercase;
        font-size: 12px;
        color: #999; }
      .products-list .product-layout .product-item-container .right-block [data-test-info-type="brandName"] {
        min-height: 21px; }
      .products-list .product-layout .product-item-container:hover.card-image--jump .card-img-container {
        transform: translateY(-10px);
        opacity: 0.8; }
      .products-list .product-layout .product-item-container:hover.card-image--fade .hover-img {
        opacity: 1;
        transform: scale(1.1); }
      .products-list .product-layout .product-item-container:hover .wbcard-button-addcart {
        bottom: 5px; }
      .products-list .product-layout .product-item-container:hover .buttons--quickview {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) scale(1); }
      .products-list .product-layout .product-item-container:hover .countdown--box {
        translate: -50%, 50%;
        opacity: 0;
        visibility: hidden; }
  @media (min-width: 801px) {
    .products-list .product-grid:before {
      content: "";
      height: calc(100% - 60px);
      width: 1px;
      background: #f5f5f5;
      display: block;
      position: absolute;
      top: 30px;
      right: 0; } }
  .products-list .product-grid .product-item-container {
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: transform .2s, box-shadow .3s, background-color .3s, color .3s, margin .3s; }
    .products-list .product-grid .product-item-container > .list-block, .products-list .product-grid .product-item-container .description {
      display: none; }
    .products-list .product-grid .product-item-container .left-block {
      position: relative;
      text-align: center; }
      .products-list .product-grid .product-item-container .left-block .product-image-container {
        text-align: center; }
        .products-list .product-grid .product-item-container .left-block .product-image-container a {
          display: inline-block; }
    .products-list .product-grid .product-item-container .wbcard-button-addcart {
      position: absolute;
      width: 100%;
      bottom: 10px;
      left: 0;
      z-index: 12;
      background: #FFFFFF;
      bottom: -70px;
      transition: bottom 0.3s ease-in-out; }
    .products-list .product-grid .product-item-container .right-block {
      clear: both;
      padding: 10px 0px 15px;
      text-align: center; }
      .products-list .product-grid .product-item-container .right-block .card-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
        /* autoprefixer: off */
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 22px;
        min-height: 3.024em;
        max-height: 3.024em;
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 0; }
      .products-list .product-grid .product-item-container .right-block .card-group-price {
        margin-bottom: 5px; }
  .products-list .product-list .product-item-container {
    float: left;
    margin-bottom: 30px;
    width: 100%; }
    .products-list .product-list .product-item-container .left-block {
      width: 270px;
      float: left;
      border: 1px solid #ddd; }
      .products-list .product-list .product-item-container .left-block .product-image-container {
        text-align: center; }
    .products-list .product-list .product-item-container .right-block {
      overflow: hidden;
      padding: 0 20px 0px 30px; }
      .products-list .product-list .product-item-container .right-block .description {
        margin-bottom: 20px; }

.card-swatches {
  position: absolute;
  z-index: 4;
  bottom: 0;
  width: 100%; }
  .card-swatches .form-option {
    border: none;
    margin-right: 3px;
    box-shadow: none !important; }
  .card-swatches .form-option-variant {
    width: 10px;
    height: 10px;
    margin-right: 3px;
    border-radius: 50%; }
  .card-swatches + .card-sizes {
    bottom: 28px; }

.card-sizes {
  position: absolute;
  z-index: 4;
  bottom: 0;
  width: 100%; }
  .card-sizes .form-option {
    margin-right: 0px;
    background: #FFFFFF;
    margin: 0;
    border: 1px solid #dfdfdf; }
  .card-sizes .form-option-variant {
    margin-right: 0px;
    font-size: 12px;
    min-width: 2.1rem; }
  .card-sizes .form-radio:checked + .form-option {
    box-shadow: none;
    border: 1px solid #dfdfdf; }

.color_shipping {
  color: #ee3a43; }

.btn-productViewzoom {
  margin: 1rem 0;
  text-align: center; }
  .btn-productViewzoom button {
    margin: 0 auto;
    padding: 0.5rem 1rem;
    display: flex;
    text-transform: capitalize;
    align-items: center;
    gap: 5px;
    border-color: #ddd; }

.product-status-message {
  margin: 1rem 0; }

@media (min-width: 1261px) {
  .modal {
    border-radius: 5px;
    overflow: visible; }
  #modal-review-form {
    overflow-y: scroll; } }

.quickView {
  padding: 1rem; }
  .quickView .btn-productViewzoom {
    visibility: hidden;
    margin: 0; }

.productView--quickView .productView-images {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .productView--quickView .productView-images {
      padding: 0 0 30px; } }
  @media (min-width: 1200px) {
    .productView--quickView .productView-images {
      width: 41.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .productView--quickView .productView-images {
      width: 41.66667%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .productView--quickView .productView-images {
      width: 41.66667%; } }

.productView--quickView .productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1200px) {
    .productView--quickView .productView-details {
      width: 58.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .productView--quickView .productView-details {
      width: 58.33333%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .productView--quickView .productView-details {
      width: 58.33333%; } }
  @media (max-width: 767px) {
    .productView--quickView .productView-details {
      padding: 0; } }

/*.productView-image {
    pointer-events: none;
    .easyzoom-flyout{background: white; cursor: pointer;}
}*/
.previewCart .productView-image {
  display: block;
  width: 100%;
  padding: 0;
  min-height: auto; }
  .previewCart .productView-image .productView-img-container {
    margin: 0 auto;
    max-width: 180px; }

.previewCart .modal-header-title {
  font-size: 15px;
  font-weight: normal; }

.previewCart .productView-title {
  line-height: 22px;
  font-size: 14px; }

.previewCart .productView-brand {
  font-size: 13px; }

@media (min-width: 801px) {
  #previewModal .product-card__gallery {
    display: none !important; }
  .modal-content {
    border: none; }
  .previewCart .previewCartCheckout {
    width: 50%;
    background: none;
    padding: 0 20px 0 50px;
    border-left: 1px solid #e9e7e7; }
    .previewCart .previewCartCheckout .button {
      display: block;
      margin: 0 auto;
      width: 75%; }
    .previewCart .previewCartCheckout .button--primary {
      margin-bottom: 20px;
      padding: 8px 35px;
      color: #666;
      border: 2px solid #666;
      background: none;
      line-height: 22px; }
      .previewCart .previewCartCheckout .button--primary:hover {
        border-color: #ee3a43;
        color: #ee3a43; }
  .previewCart .productView {
    width: 50%;
    display: block;
    padding: 0;
    padding-right: 30px;
    text-align: center; }
  .previewCart .productView-details {
    width: 100%;
    padding: 0; }
    .previewCart .productView-details .productView-price {
      font-size: 18px; }
  .previewCart .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
    margin: 0 0 15px; }
  .previewCart .previewCartCheckout-subtotal p {
    margin: 0; }
  .previewCart .previewCartCheckout-price {
    font-weight: 500;
    color: #ee3a43; }
  .previewCart .productView-info {
    border: 1px solid #e5e5e5;
    margin-bottom: -1px; }
  .suggestiveCart .button-group {
    display: none; }
  .suggestiveCart .products-list .product-grid .product-item-container {
    margin-bottom: 0; } }

.productView-brand {
  font-size: 15px;
  margin: 0; }

#wishlist-dropdown {
  border: none; }

#wishlist-dropdown.is-open {
  top: 48px !important;
  max-width: 230px !important;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  margin-bottom: 0; }
  #wishlist-dropdown.is-open .button {
    box-shadow: none;
    border: none;
    padding: 10px;
    text-align: left;
    font-weight: normal; }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-bottom: 20px; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

@media (min-width: 1200px) {
  .page-content .productView-thumbnail {
    width: 110px; } }

.productView-title {
  font-size: 25px;
  margin: 0 0 10px;
  line-height: 32px; }

.productView-images--badge {
  position: relative;
  z-index: 5; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  float: left; }
  @media (min-width: 1200px) {
    .productView-images {
      width: 50%; } }
  @media (min-width: 1600px) {
    .productView-images {
      width: 41.66667%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .productView-images {
      width: 100%; } }
  .productView-images .flag-badges {
    top: 3%; }
  .productView-images .productView-thumbnails {
    margin: 2rem 0 0;
    display: flex;
    flex-wrap: wrap; }
    .productView-images .productView-thumbnails .productView-thumbnail {
      padding: 5px; }
    .productView-images .productView-thumbnails .productView-thumbnail-link {
      box-sizing: border-box;
      height: 80px; }
      .productView-images .productView-thumbnails .productView-thumbnail-link:hover, .productView-images .productView-thumbnails .productView-thumbnail-link.is-active {
        border-color: #ee3a43; }

.productView-info .image-popup-sizechart {
  display: inline-block;
  clear: both;
  margin: 0;
  margin-bottom: 15px;
  color: #4f4f4f;
  font-weight: 700; }
  .productView-info .image-popup-sizechart:hover {
    color: #ee3a43; }

.productView-details__share {
  position: relative;
  margin: 15px 0; }

.productView-details {
  margin-bottom: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1200px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  @media (min-width: 1600px) {
    .productView-details {
      clear: right;
      float: right;
      width: 58.33333%; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .productView-details {
      clear: right;
      float: right;
      width: 100%; } }
  .productView-details .button--addtocart,
  .productView-details .button--primary {
    background: #ee3a43;
    border-color: #ee3a43;
    margin-bottom: 0;
    border-radius: 40px; }
    .productView-details .button--addtocart:hover,
    .productView-details .button--primary:hover {
      background: #ca111b;
      border-color: #ca111b; }
  .productView-details .button--wishlist {
    background: none; }
  .productView-details .productView-details__payment {
    margin-bottom: 30px; }
    .productView-details .productView-details__payment .footer-payment-icon {
      width: 3rem;
      fill: #666; }

.productView-description {
  width: 100%; }
  .productView-description .tabs-contents {
    margin: 0;
    padding: 0; }

.productView-price {
  margin-top: 1rem; }
  .productView-price .price-section {
    font-size: 30px; }
  .productView-price .price--non-sale {
    font-size: 18px; }
  .productView-price .price-section--saving {
    font-size: 14px;
    font-weight: normal;
    color: #666; }

.productView-info {
  clear: both;
  color: #666;
  line-height: 24px; }
  .productView-info .productView-info-dl {
    margin: 0; }
  .productView-info .productView-info-name {
    min-width: 150px;
    float: left;
    margin: 0;
    font-weight: normal; }
  .productView-info .productView-info-value {
    display: block;
    overflow: hidden;
    margin: 0; }

.productReviews {
  margin-bottom: 0;
  border: none; }
  .productReviews h4.toggle-title {
    margin: 10px 0; }
  .productReviews .productReview {
    width: 100%; }

.form-field--increments .form-increment {
  border: 1px solid #d7d7d7;
  display: inline-block; }
  .form-field--increments .form-increment .button {
    display: block;
    background: none;
    border: none;
    width: 40px;
    height: 20px; }

.form-field--increments .form-input--incrementTotal {
  width: 55px;
  height: 40px;
  border: none;
  padding: 0;
  text-align: center;
  float: left;
  border-radius: 0;
  border-right: 1px solid #ddd; }

.productView-options {
  margin-bottom: 0;
  /*.form-wishlist{display: block;}*/ }
  .productView-options .form-action {
    margin-top: 0; }
  .productView-options .form-wishlist {
    display: block;
    float: none;
    clear: both; }
  .productView-options #add-to-cart-wrapper {
    display: inline; }
  .productView-options .button--primary,
  .productView-options .button--addtocart,
  .productView-options .button--buynow {
    min-width: 170px;
    padding: 1.0rem 2.5rem; }
  .productView-options .button--buynow {
    border-color: #004882;
    background: #004882;
    color: white;
    margin: 0; }
    .productView-options .button--buynow:hover {
      background: #002c4f;
      border-color: #002c4f; }
  .productView-options .button--rentme {
    border-color: #333e48;
    background: #333e48;
    color: white;
    margin: 0;
    margin-right: 15px; }
    .productView-options .button--rentme:hover {
      background: #1e242a;
      border-color: #1e242a; }
  .productView-options .dropdown-menu-button {
    border: none;
    box-shadow: none;
    text-transform: capitalize;
    padding: 1rem 0 0.5rem;
    margin-bottom: 0; }
    .productView-options .dropdown-menu-button .icon--heart {
      width: 27px;
      height: 27px;
      line-height: 25px;
      text-align: center;
      margin-right: 10px;
      background: #ffe8e8;
      border: 1px solid #ffe8e8;
      border-radius: 50%;
      display: inline-block; }
    .productView-options .dropdown-menu-button .icon {
      float: none;
      margin: 0 auto;
      width: 13px;
      height: 13px; }

.block-slideshow {
  margin-bottom: 30px; }

.carousel-tooltip {
  display: none; }

.carousel-play-pause-button {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #666;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.8); }

.wb-slideshow {
  overflow: hidden;
  margin-bottom: 30px; }
  .wb-slideshow .slideshow {
    border-radius: 3px;
    overflow: hidden; }
  @media (min-width: 551px) {
    .wb-slideshow .slick-prev {
      left: 0; }
    .wb-slideshow .slick-next {
      right: 0; } }
  .wb-slideshow .slick-slider .slick-prev,
  .wb-slideshow .slick-slider .slick-next {
    top: 50%;
    bottom: auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all .3s ease-in-out 0s;
    display: flex;
    align-content: center;
    justify-content: center; }
    .wb-slideshow .slick-slider .slick-prev:before,
    .wb-slideshow .slick-slider .slick-next:before {
      width: 12px;
      height: 19px;
      margin-top: 3px;
      background-repeat: no-repeat;
      display: inline-block; }
    .wb-slideshow .slick-slider .slick-prev:hover,
    .wb-slideshow .slick-slider .slick-next:hover {
      background: #A21111; }
  .wb-slideshow .slick-slider .slick-dots {
    bottom: -30px; }
    @media (min-width: 1261px) {
      .wb-slideshow .slick-slider .slick-dots {
        bottom: -35px; } }
    .wb-slideshow .slick-slider .slick-dots li {
      width: auto;
      height: auto;
      padding: 0;
      margin: 0 5px;
      background: none; }
      .wb-slideshow .slick-slider .slick-dots li button {
        width: 20px;
        height: 20px;
        background: #ccc;
        border: 2px solid transparent;
        box-sizing: content-box; }
      .wb-slideshow .slick-slider .slick-dots li button::before {
        display: none; }
      .wb-slideshow .slick-slider .slick-dots li.slick-active button {
        background: none;
        border: 2px solid #A21111; }
  .wb-slideshow .slick-slider:hover .slick-prev, .wb-slideshow .slick-slider:hover .slick-next {
    opacity: 1;
    visibility: visible; }
  .wb-slideshow .slick-slider:hover .slick-disabled {
    cursor: default;
    opacity: 0.5; }
  .wb-slideshow .slick-slider:hover .slick-next {
    right: 30px; }
  .wb-slideshow .slick-slider:hover .slick-prev {
    left: 30px; }
  @media (min-width: 1600px) {
    .wb-slideshow .heroCarousel {
      overflow: hidden;
      margin: 0; } }
  .wb-slideshow .slick-slider ul.slick-dots {
    bottom: 25px; }
  .wb-slideshow .slick-slider .heroCarousel-content {
    transform: none;
    text-align: left;
    border-radius: 3px;
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 90%);
    top: 10%;
    margin: 0 10%;
    width: auto;
    padding: 30px;
    width: 90%;
    color: #333333; }
    @media (min-width: 1600px) {
      .wb-slideshow .slick-slider .heroCarousel-content {
        width: 60%;
        top: 20%; } }
    .wb-slideshow .slick-slider .heroCarousel-content .heroCarousel-title {
      width: auto;
      top: 31%;
      font-size: 36px;
      left: 30px;
      margin-bottom: 1.5rem; }
      @media (min-width: 1600px) {
        .wb-slideshow .slick-slider .heroCarousel-content .heroCarousel-title {
          font-size: 48px; } }
    .wb-slideshow .slick-slider .heroCarousel-content .heroCarousel-action {
      color: #333333;
      padding: 10px 35px;
      border: 2px solid #FFFFFF;
      border-radius: 3px;
      background: none;
      line-height: 22px;
      text-transform: capitalize;
      border-color: #ee3a43;
      font-size: 16px; }
      @media (min-width: 1200px) {
        .wb-slideshow .slick-slider .heroCarousel-content .heroCarousel-action {
          margin-top: 45px; } }
      .wb-slideshow .slick-slider .heroCarousel-content .heroCarousel-action:hover {
        border-color: #ee3a43;
        background: #ee3a43;
        color: #FFFFFF; }

@media (min-width: 768px) and (max-width: 991px) {
  .wb-slideshow .slick-slider {
    max-height: 17rem; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 56.25vw;
    max-height: inherit; } }

@media (max-width: 767px) {
  .wb-slideshow .slick-slider .slick-prev,
  .wb-slideshow .slick-slider .slick-next {
    top: 20%; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 40.25vw; }
    .heroCarousel-slide .heroCarousel-image-wrapper:after {
      content: "";
      display: block;
      min-height: 140px; }
  .heroCarousel-slide .heroCarousel-image {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    -o-object-position: 50% 0;
       object-position: 50% 0;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    width: 100%; } }

.wb-listing-tabs {
  clear: both;
  float: left;
  width: 100%; }
  .wb-listing-tabs .slick-slider .slick-prev,
  .wb-listing-tabs .slick-slider .slick-next {
    top: 50%;
    bottom: auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all .3s ease-in-out 0s;
    display: flex;
    align-content: center;
    justify-content: center; }
    .wb-listing-tabs .slick-slider .slick-prev:before,
    .wb-listing-tabs .slick-slider .slick-next:before {
      width: 12px;
      height: 19px;
      margin-top: 3px;
      background-repeat: no-repeat;
      display: inline-block; }
    .wb-listing-tabs .slick-slider .slick-prev:hover,
    .wb-listing-tabs .slick-slider .slick-next:hover {
      background: #A21111; }
  .wb-listing-tabs .slick-slider .slick-dots {
    bottom: -30px; }
    @media (min-width: 1261px) {
      .wb-listing-tabs .slick-slider .slick-dots {
        bottom: -35px; } }
    .wb-listing-tabs .slick-slider .slick-dots li {
      width: auto;
      height: auto;
      padding: 0;
      margin: 0 5px;
      background: none; }
      .wb-listing-tabs .slick-slider .slick-dots li button {
        width: 20px;
        height: 20px;
        background: #ccc;
        border: 2px solid transparent;
        box-sizing: content-box; }
      .wb-listing-tabs .slick-slider .slick-dots li button::before {
        display: none; }
      .wb-listing-tabs .slick-slider .slick-dots li.slick-active button {
        background: none;
        border: 2px solid #A21111; }
  .wb-listing-tabs .slick-slider:hover .slick-prev, .wb-listing-tabs .slick-slider:hover .slick-next {
    opacity: 1;
    visibility: visible; }
  .wb-listing-tabs .slick-slider:hover .slick-disabled {
    cursor: default;
    opacity: 0.5; }
  .wb-listing-tabs .slick-slider:hover .slick-next {
    right: 30px; }
  .wb-listing-tabs .slick-slider:hover .slick-prev {
    left: 30px; }
  .wb-listing-tabs .ltabs-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*Menu Tabs Responsive*/ }
    .wb-listing-tabs .ltabs-heading h3 {
      margin: 0;
      font-size: 20px; }
    .wb-listing-tabs .ltabs-heading .ltabs-tabs-wrap .ltabs-tab-selected,
    .wb-listing-tabs .ltabs-heading .ltabs-tabs-wrap .ltabs-tab-arrow {
      display: none; }
    .wb-listing-tabs .ltabs-heading ul.tabs {
      border: 0; }
      .wb-listing-tabs .ltabs-heading ul.tabs li.tab {
        margin-left: 30px;
        border: none; }
      .wb-listing-tabs .ltabs-heading ul.tabs .tab-title {
        color: #666666;
        font-weight: 500;
        font-size: 14px;
        padding: 0; }
      .wb-listing-tabs .ltabs-heading ul.tabs .is-active a, .wb-listing-tabs .ltabs-heading ul.tabs li:hover a {
        color: #ee3a43; }
    @media (max-width: 767px) {
      .wb-listing-tabs .ltabs-heading .ltabs-selectbox {
        position: relative;
        display: table;
        line-height: 30px;
        clear: both;
        cursor: pointer;
        z-index: 5; }
        .wb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tab-selected,
        .wb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tab-arrow {
          position: relative;
          float: left;
          height: 30px;
          z-index: 1;
          display: inline-block; }
        .wb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tab-selected {
          width: 167px;
          text-indent: 20px;
          border: 1px solid #DDD;
          border-right: none;
          border-top-left-radius: 3px;
          border-bottom-left-radius: 3px;
          background: #FFF;
          overflow: hidden;
          font-size: 14px; }
        .wb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tab-arrow {
          width: 30px;
          border: 1px solid #ddd;
          border-top-right-radius: 3px;
          border-bottom-right-radius: 3px;
          text-align: center;
          font-size: 12px;
          background: #DDD; }
        .wb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tabs {
          position: absolute;
          top: 28px;
          left: 0;
          width: 100%;
          padding: 0;
          border: 1px solid #ddd;
          border-bottom-right-radius: 3px;
          border-bottom-left-radius: 3px;
          overflow: hidden;
          background: #fff;
          display: none;
          z-index: 1; }
          .wb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tabs li {
            margin: 0 !important;
            padding: 0;
            float: none;
            border: none; }
            .wb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tabs li > a {
              display: block;
              padding: 0 10%;
              text-align: left;
              font-weight: 400;
              text-transform: capitalize; }
        .wb-listing-tabs .ltabs-heading .ltabs-selectbox .ltabs-tabs.ltabs-open {
          display: block; } }
  .wb-listing-tabs .tab-content {
    padding: 0; }

/*Smart Login Popup*/
@media (min-width: 801px) {
  #smart-login-popup {
    max-width: 500px;
    overflow: visible;
    min-height: auto; }
    #smart-login-popup .modal-close {
      top: 30px;
      right: 30px;
      background: transparent; }
      #smart-login-popup .modal-close svg {
        width: 25px;
        height: 25px;
        padding: 0; } }
  @media (min-width: 801px) and (min-width: 1200px) {
    #smart-login-popup .modal-body {
      padding: 60px; } }

@media (min-width: 801px) {
    #smart-login-popup .modal-body h3 {
      margin: 0 0 20px;
      padding: 5px 0;
      text-align: left;
      font-weight: 500;
      text-transform: capitalize;
      position: relative;
      font-size: 24px; }
    #smart-login-popup .modal-body form .form-field {
      margin-bottom: 20px; }
      #smart-login-popup .modal-body form .form-field input {
        border-radius: 0;
        height: 42px;
        color: #505050; }
      #smart-login-popup .modal-body form .form-field .form-inlineMessage {
        line-height: 1.5em;
        margin: 0;
        font-size: 11px; }
    #smart-login-popup .modal-body form .form-actions {
      margin-top: 2rem; }
      #smart-login-popup .modal-body form .form-actions input[type="submit"] {
        width: 100%;
        min-height: 42px;
        letter-spacing: 0.1em; }
      #smart-login-popup .modal-body form .form-actions .createAccount {
        margin: 15px 0 10px;
        display: block;
        letter-spacing: 0.1em;
        min-height: 42px; }
      #smart-login-popup .modal-body form .form-actions a.forgot-password {
        margin: 15px 0 10px;
        display: block; }
    #smart-login-popup .modal-body .separated-form > span {
      display: block;
      position: relative;
      font-weight: 500;
      font-size: 11px;
      font-style: italic;
      text-align: center; }
      #smart-login-popup .modal-body .separated-form > span::before {
        content: '';
        border-top: 1px solid #ddd;
        width: 40%;
        display: block;
        position: absolute;
        top: 50%;
        left: 0px; }
      #smart-login-popup .modal-body .separated-form > span::after {
        content: '';
        border-top: 1px solid #ddd;
        width: 40%;
        display: block;
        position: absolute;
        top: 50%;
        right: 0px; }
    #smart-login-popup .modal-body .separated-form a.btn {
      width: 100%;
      margin-top: 20px;
      border-radius: 0;
      background-color: #253951;
      color: #fff;
      font-size: 11px; }
      #smart-login-popup .modal-body .separated-form a.btn:hover {
        background-color: #fff;
        color: #000; } }

/*Cart Preview Side*/
body.has-activeCartPreview {
  overflow: hidden; }

.cart-window.is-open {
  right: 0px; }

.cart-window {
  background-color: #f5f5f5;
  position: fixed;
  top: 0;
  bottom: 0;
  display: block;
  right: -400px;
  width: 400px;
  z-index: 1005;
  transition: .25s all ease-out; }
  @media (max-width: 767px) {
    .cart-window {
      width: 340px;
      right: -340px; } }
  .cart-window .previewCart {
    max-width: none; }
    .cart-window .previewCart .previewCartCheckout, .cart-window .previewCart .productView {
      width: 100%;
      padding: 0;
      border: none;
      margin-bottom: 30px; }

.cart-window-header {
  position: relative;
  padding: 0 20px;
  box-sizing: content-box;
  border-bottom: 1px solid #ebe5dc;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .cart-window-header .mycart-container {
    position: relative;
    color: #4f4f4f; }
    .cart-window-header .mycart-container .fa {
      font-size: 22px; }
    .cart-window-header .mycart-container .mycart-counter {
      background: #e40909;
      color: white;
      width: 16px;
      height: 16px;
      font-size: 11px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      position: absolute;
      top: 0;
      right: -10px; }
  .cart-window-header .cart-window-title {
    font-style: normal;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 50px; }
  .cart-window-header .cart-window-close {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer; }

.cart-window.is-open ul.previewCartList .previewCartItem:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1; }

.cart-window.is-open ul.previewCartList .previewCartItem:nth-of-type(2) {
  transform: translateX(0);
  opacity: 1; }

.cart-window.is-open ul.previewCartList .previewCartItem:nth-of-type(3) {
  transform: translateX(0);
  opacity: 1; }

.cart-window.is-open ul.previewCartList .previewCartItem:nth-of-type(4) {
  transform: translateX(0);
  opacity: 1; }

.cart-window.is-open ul.previewCartList .previewCartItem:nth-of-type(5) {
  transform: translateX(0);
  opacity: 1; }

.cart-window.is-open ul.previewCartList .previewCartItem:nth-of-type(6) {
  transform: translateX(0);
  opacity: 1; }

.cart-window.is-open ul.previewCartList .previewCartItem:nth-of-type(7) {
  transform: translateX(0);
  opacity: 1; }

.cart-window.is-open ul.previewCartList .previewCartItem:nth-of-type(8) {
  transform: translateX(0);
  opacity: 1; }

.cart-window-body {
  overflow: hidden;
  background: white; }
  .cart-window-body .previewCartStatus {
    text-align: center;
    border-bottom: 1px solid #ececec;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 10px 0;
    color: #ee3a43; }
    .cart-window-body .previewCartStatus svg {
      fill: #ee3a43; }
  .cart-window-body .previewCartItem {
    display: flex;
    transition: .15s all ease-in-out;
    transform: translateX(20%);
    opacity: 0; }
    .cart-window-body .previewCartItem:nth-of-type(1) {
      transition-delay: 0.1s; }
    .cart-window-body .previewCartItem:nth-of-type(2) {
      transition-delay: 0.2s; }
    .cart-window-body .previewCartItem:nth-of-type(3) {
      transition-delay: 0.3s; }
    .cart-window-body .previewCartItem:nth-of-type(4) {
      transition-delay: 0.4s; }
    .cart-window-body .previewCartItem:nth-of-type(5) {
      transition-delay: 0.5s; }
    .cart-window-body .previewCartItem:nth-of-type(6) {
      transition-delay: 0.6s; }
    .cart-window-body .previewCartItem:nth-of-type(7) {
      transition-delay: 0.7s; }
    .cart-window-body .previewCartItem:nth-of-type(8) {
      transition-delay: 0.8s; }
  .cart-window-body .previewCartList .previewCartItem-form {
    display: flex; }
    @media (max-width: 767px) {
      .cart-window-body .previewCartList .previewCartItem-form {
        flex-wrap: wrap; } }
  .cart-window-body .previewCartList .previewCartItem-content {
    padding: 0 0 0 10px; }
    .cart-window-body .previewCartList .previewCartItem-content .previewCartItem-name {
      margin-bottom: 5px; }
    .cart-window-body .previewCartList .previewCartItem-content .definitionList {
      margin-bottom: 5px; }
    .cart-window-body .previewCartList .previewCartItem-content .previewCartItem-qa {
      font-size: 13px; }
      @media (max-width: 767px) {
        .cart-window-body .previewCartList .previewCartItem-content .previewCartItem-qa {
          width: 100%;
          margin-bottom: 5px; }
          .cart-window-body .previewCartList .previewCartItem-content .previewCartItem-qa .jdgm-qa-badge__icon {
            display: none; } }
    .cart-window-body .previewCartList .previewCartItem-content .form-increment .button {
      padding: 0;
      border-color: #ccc;
      border-radius: 50%; }
    .cart-window-body .previewCartList .previewCartItem-content .form-increment .form-input:disabled {
      font-weight: normal;
      color: #333;
      cursor: inherit;
      width: 16px;
      font-size: 13px; }
  .cart-window-body .previewCartList .previewCartItem-price {
    min-width: 80px;
    text-align: right; }
  .cart-window-body .previewCartList .previewCartItem-image {
    width: 80px;
    overflow: hidden;
    flex: 0 0 80px;
    border: 1px solid #eee; }
  .cart-window-body .previewCartList .previewCartItem-increments {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px; }
    .cart-window-body .previewCartList .previewCartItem-increments .cartItem-remove {
      background-color: #999;
      padding: 2px; }
      .cart-window-body .previewCartList .previewCartItem-increments .cartItem-remove svg {
        fill: white; }
      .cart-window-body .previewCartList .previewCartItem-increments .cartItem-remove:hover {
        background: #666; }
  .cart-window-body .previewCartItem + .previewCartItem {
    border: none;
    margin-top: 15px; }
  .cart-window-body div[data-cart-content] {
    padding: 10px;
    overflow: hidden; }
  .cart-window-body .cartContent--scroll {
    height: 420px;
    overflow-y: scroll !important;
    scrollbar-face-color: #ccc;
    scrollbar-track-color: rgba(255, 255, 255, 0.1); }
    @media (min-width: 1900px) {
      .cart-window-body .cartContent--scroll {
        height: 500px; } }
    .cart-window-body .cartContent--scroll::-webkit-scrollbar {
      width: 0.3em;
      height: 0.3em; }
    .cart-window-body .cartContent--scroll::-webkit-scrollbar-thumb {
      background: #ccc; }
    .cart-window-body .cartContent--scroll::-webkit-scrollbar-track {
      background: rgba(255, 255, 255, 0.1); }
    @media only screen and (max-width: 992px) {
      .cart-window-body .cartContent--scroll {
        scrollbar-face-color: #eeeeee;
        scrollbar-track-color: rgba(255, 255, 255, 0.1); }
        .cart-window-body .cartContent--scroll::-webkit-scrollbar {
          width: 0.3em;
          height: 0.3em; }
        .cart-window-body .cartContent--scroll::-webkit-scrollbar-thumb {
          background: #eeeeee; }
        .cart-window-body .cartContent--scroll::-webkit-scrollbar-track {
          background: rgba(255, 255, 255, 0.1); } }

.cart-window-footer div.previewCartAction {
  padding: 15px 20px; }
  .cart-window-footer div.previewCartAction .cart-total {
    margin-bottom: 15px; }
    .cart-window-footer div.previewCartAction .cart-total > * {
      width: 50%; }
    .cart-window-footer div.previewCartAction .cart-total .cart-total-label {
      font-size: 1.1rem; }
    .cart-window-footer div.previewCartAction .cart-total .cart-total-value {
      font-weight: 500;
      font-size: 18px; }
  .cart-window-footer div.previewCartAction .previewCartAction-checkout, .cart-window-footer div.previewCartAction .previewCartAction-viewCart {
    width: 100%;
    padding: 0;
    margin-bottom: 10px; }
    .cart-window-footer div.previewCartAction .previewCartAction-checkout .button, .cart-window-footer div.previewCartAction .previewCartAction-viewCart .button {
      border-radius: 0; }

/*magnific-popup ajax*/
.mfp-content .page-content--centered {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 1120px;
  margin: 40px auto;
  position: relative; }
  @media (max-width: 767px) {
    .mfp-content .page-content--centered {
      padding: 15px; } }
  .mfp-content .page-content--centered > p {
    margin: 0; }

.mfp-content .ttp-box-content {
  overflow: hidden; }

.ttp-grid-layout-popup .ttp-thumb-image {
  display: block; }

.ttp-grid-layout-popup .ttp-content-header {
  font-size: 18px;
  margin: 10px 0 0px; }

.ttp-grid-layout-popup .ttp-thumb-position {
  text-align: center;
  font-size: 13px;
  color: #eeb313;
  display: block; }

.ttp-grid-layout-popup .ttp-content-open-header {
  margin-top: 0; }

.ttp-grid-layout-popup .ttp-box-content {
  margin-bottom: 40px; }

.ttp-grid-layout-popup .gallery-instagram {
  clear: both;
  overflow: hidden; }
  .ttp-grid-layout-popup .gallery-instagram .instagram-item {
    display: inline-block;
    margin-right: 10px;
    width: 130px; }
    .ttp-grid-layout-popup .gallery-instagram .instagram-item img:hover {
      opacity: 0.8; }

/*============SOCIAL WICKGETS - SIDEBAR ==================*/
/*grid global general style starts*/
.ttp-grid-layout .ttp-secondary-content .ttp-thumb-address:before {
  content: '\f2b9'; }

.ttp-grid-layout .ttp-secondary-content .ttp-thumb-telephone:before {
  content: '\f095'; }

.ttp-grid-layout .ttp-secondary-content .ttp-thumb-emailaddress:before {
  content: '\f0e0'; }

.ttp-grid-layout .ttp-secondary-content .ttp-thumb-address,
.ttp-grid-layout .ttp-secondary-content .ttp-thumb-telephone,
.ttp-grid-layout .ttp-secondary-content .ttp-thumb-emailaddress {
  padding: 10px 0 10px 60px;
  padding-left: 60px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column; }

.ttp-grid-layout .ttp-secondary-content .ttp-thumb-address:before,
.ttp-grid-layout .ttp-secondary-content .ttp-thumb-telephone:before,
.ttp-grid-layout .ttp-secondary-content .ttp-thumb-emailaddress:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  text-align: left;
  top: 50%;
  transform: translateY(-50%); }

@media only screen and (max-width: 500px) {
  .ttp-grid-layout .ttp-secondary-content .ttp-thumb-address,
  .ttp-grid-layout .ttp-secondary-content .ttp-thumb-telephone,
  .ttp-grid-layout .ttp-secondary-content .ttp-thumb-emailaddress {
    font-size: 14px;
    padding-left: 40px; }
  .ttp-grid-layout .ttp-secondary-content .ttp-thumb-address:before,
  .ttp-grid-layout .ttp-secondary-content .ttp-thumb-telephone:before,
  .ttp-grid-layout .ttp-secondary-content .ttp-thumb-emailaddress:before {
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center; } }

/*phone and email css ends here*/
.ttp-grid-layout #ttp-template-5 .ttp-secondary-content a:last-child span {
  padding-bottom: 0px; }

.ttp-grid-layout #ttp-template-5 .ttp-secondary-content a:last-child span {
  padding-bottom: 0px; }

.ttp-grid-layout #ttp-column-2 .ttp-secondary-content .ttp-thumb-address,
.ttp-grid-layout #ttp-column-2 .ttp-secondary-content .ttp-thumb-telephone,
.ttp-grid-layout #ttp-column-2 .ttp-secondary-content .ttp-thumb-emailaddress {
  font-size: 14px;
  padding-left: 40px; }

/*filter template 26  style starts here*/
.ttp-filter-header-wrap {
  margin-bottom: 35px; }
  .ttp-filter-header-wrap .button {
    border-radius: 3px;
    margin-bottom: 0; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .ttp-filter-header-wrap .button {
        padding: .85rem 1.5rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .ttp-filter-header-wrap .button {
        padding: .85rem 1rem;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .ttp-filter-header-wrap .button {
        padding: .85rem 1rem;
        margin-bottom: 5px; } }
  .ttp-filter-header-wrap .input-group-append {
    margin: 0 -2px 0 0; }

.ttp-layout-contents {
  margin: 0 -15px; }

.ttp-filter-header {
  float: left;
  max-width: 100%; }

.ttp-filter-header .button:last-child {
  margin-right: 0; }

@media only screen and (max-width: 480px) {
  .ttp-row .small-3 .button {
    margin-right: 5px;
    margin-bottom: 0px; }
  .ttp-filter-header .button {
    margin-right: 5px; } }

.ttp-row .small-3 .button {
  font-size: 14px;
  line-height: 15px;
  min-height: 33px;
  padding: 10px 15px;
  font-weight: 400; }

.ttp-row .small-3 .button:hover,
.ttp-filter-header .button.active,
.ttp-filter-header .button.is-checked,
.ttp-filter-header .button:hover {
  background-color: #ee3a43;
  border-color: #ee3a43;
  color: #fff !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  outline: none; }

.ttp-filter-layout-wrap #ttp-column-4 .ttp-inner-whole-wrapper {
  width: 25%; }

.ttp-filter-layout-wrap #ttp-column-3 .ttp-inner-whole-wrapper {
  width: 33.33%; }

.ttp-filter-layout-wrap #ttp-column-5 .ttp-inner-whole-wrapper {
  width: 20%; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .ttp-filter-layout-wrap #ttp-column-5 .ttp-inner-whole-wrapper {
      width: 33%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .ttp-filter-layout-wrap #ttp-column-5 .ttp-inner-whole-wrapper {
      width: 50%; } }
  @media (max-width: 767px) {
    .ttp-filter-layout-wrap #ttp-column-5 .ttp-inner-whole-wrapper {
      width: 100%; } }

.ttp-filter-layout-wrap .ttp-inner-whole-wrapper {
  margin-bottom: 50px;
  padding: 0 15px; }

@media only screen and (max-width: 720px) {
  .ttp-filter-layout-wrap #ttp-column-3 .ttp-inner-whole-wrapper,
  .ttp-filter-layout-wrap #ttp-column-4 .ttp-inner-whole-wrapper {
    width: 50%; }
  .ttp-grid-layout #ttp-column-3 .ttp-inner-whole-wrapper:nth-child(3n+1) {
    clear: none; } }

@media only screen and (max-width: 480px) {
  .ttp-filter-layout-wrap #ttp-column-2 .ttp-inner-whole-wrapper,
  .ttp-filter-layout-wrap #ttp-column-3 .ttp-inner-whole-wrapper,
  .ttp-filter-layout-wrap #ttp-column-4 .ttp-inner-whole-wrapper {
    width: 100%; } }

/*filter style ends here*/
/*grid template 26 style starts*/
.ttp-grid-layout #ttp-template-26 .ttp-secondary-content {
  max-height: 250px; }

.ttp-grid-layout #ttp-template-26 .ttp-content-header {
  color: #666186;
  font-size: 20px;
  padding-bottom: 15px; }

.ttp-grid-layout #ttp-template-26 .ttp-thumb-position {
  color: #196cd8;
  display: block;
  padding-bottom: 20px; }

.ttp-grid-layout #ttp-template-26 .ttp-primary-content {
  position: relative; }

.ttp-grid-layout #ttp-template-26 .ttp-primary-content .ttp-grid-image {
  max-height: 330px;
  overflow: hidden;
  position: relative; }

.ttp-grid-layout #ttp-template-26 .content-wrapper {
  border: 1px solid #e6e6e6;
  display: block;
  margin-bottom: -1px; }

.ttp-grid-layout #ttp-template-26 .ttp-details-wrapper {
  width: 100%;
  padding: 20px 0 0;
  text-align: center;
  transition: .5s;
  border: 1px solid #e6e6e6; }

.ttp-grid-layout #ttp-template-26 .ttp-thumb-social-link .fa,
.ttp-grid-layout #ttp-template-26 .team-info-block .ttp-social-link-list-default .fa,
.ttp-grid-layout #ttp-template-26 .ttp-team-inner-hidden .ttp-social-link-list-default .fa {
  padding: 0 8px;
  font-size: 18px; }

.ttp-grid-layout #ttp-template-26 .ttp-thumb-social-link {
  width: 100%;
  padding: 10px 10%; }
  .ttp-grid-layout #ttp-template-26 .ttp-thumb-social-link .ttp-social-link-list-default > * {
    position: relative;
    z-index: 5; }
    .ttp-grid-layout #ttp-template-26 .ttp-thumb-social-link .ttp-social-link-list-default > *:after, .ttp-grid-layout #ttp-template-26 .ttp-thumb-social-link .ttp-social-link-list-default > *::before {
      left: 50%;
      opacity: 0;
      visibility: hidden;
      transition: all .15s ease-in-out; }
    .ttp-grid-layout #ttp-template-26 .ttp-thumb-social-link .ttp-social-link-list-default > *:after {
      content: '';
      top: -10px;
      border: solid transparent;
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: #333 transparent transparent;
      border-width: 6px;
      transform: translateX(-50%); }
    .ttp-grid-layout #ttp-template-26 .ttp-thumb-social-link .ttp-social-link-list-default > *:before {
      content: attr(title);
      position: absolute;
      background: #333;
      white-space: nowrap;
      top: -100%;
      margin-top: -13px;
      border-radius: 2px;
      transform: translateX(-50%);
      line-height: 26px;
      display: inline-block;
      color: #fff;
      font-size: 12px;
      padding: 1px 20px 1px;
      text-transform: capitalize; }
    .ttp-grid-layout #ttp-template-26 .ttp-thumb-social-link .ttp-social-link-list-default > *:hover:before {
      opacity: 1;
      visibility: visible; }
    .ttp-grid-layout #ttp-template-26 .ttp-thumb-social-link .ttp-social-link-list-default > *:hover:after {
      opacity: 1;
      visibility: visible; }
  .ttp-grid-layout #ttp-template-26 .ttp-thumb-social-link a {
    color: #777;
    display: inline-block; }
    .ttp-grid-layout #ttp-template-26 .ttp-thumb-social-link a:hover {
      color: #ee3a43; }

.ttp-grid-layout #ttp-template-26 .ttp-grid-image .ttp-expand-popup-click:hover,
.ttp-grid-layout #ttp-template-26 .ttp-grid-image .ttp-expand-slide-out-click:hover {
  background-color: rgba(0, 0, 0, 0.3); }

.ttp-grid-layout #ttp-template-26 .ttp-grid-image .ttp-expand-popup-click:hover .fa,
.ttp-grid-layout #ttp-template-26 .ttp-grid-image .ttp-expand-slide-out-click:hover .fa {
  color: #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px; }

/*grid template 26 skill starts*/
.ttp-grid-layout #ttp-template-26 .ttp-inner-whole-wrapper {
  margin-bottom: 30px; }

.ttp-grid-layout #ttp-template-26 .ttp-content-quote,
.ttp-grid-layout #ttp-template-26 .ttp-content-skill-list-wrap {
  color: #4c4c4c; }

.ttp-grid-layout #ttp-template-26 .ttp-content-skill-list-wrap .ttp-content-skill-list .ttp-bar-skill-title {
  height: 13px !important;
  margin: 12px 0 18px 0; }

.ttp-grid-layout #ttp-template-26 .ttp-content-skill-list-wrap .ttp-content-skill-list .ttp-bar-skill-title .sb_bar {
  background-color: #4c4c4c !important; }

.ttp-grid-layout #ttp-template-26 .ttp-content-skill-list-top .ttp-skill-label {
  text-transform: capitalize; }

.ttp-grid-layout #ttp-template-26 .ttp-content-skill-list-top .ttp-skill-label,
.ttp-grid-layout #ttp-template-26 .ttp-content-skill-list-top .ttp-skill-value,
.ttp-grid-layout #ttp-template-26 .ttp-secondary-content .ttp-thumb-description {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px; }

.ttp-grid-layout #ttp-template-26 .ttp-secondary-content .ttp-thumb-description {
  line-height: 22px; }

.ttp-grid-layout #ttp-template-26 .ttp-thumb-address,
.ttp-grid-layout #ttp-template-26 .ttp-thumb-telephone,
.ttp-grid-layout #ttp-template-26 .ttp-thumb-emailaddress {
  padding-left: 40px;
  overflow: hidden;
  color: #4c4c4c; }

.ttp-grid-layout #ttp-template-26 .ttp-grid-thumb-wrapper .ttp-secondary-content {
  width: 100%;
  overflow: auto;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 10%;
  box-sizing: border-box;
  text-align: left; }

.ttp-grid-layout #ttp-template-26 .ttp-thumb-description {
  color: #4c4c4c; }

.ttp-grid-layout #ttp-template-26 .ttp-thumb-address:before,
.ttp-grid-layout #ttp-template-26 .ttp-thumb-telephone:before,
.ttp-grid-layout #ttp-template-26 .ttp-thumb-emailaddress:before {
  height: 30px;
  line-height: 30px;
  width: 30px;
  background: #4c4c4c !important;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  transition: .5s; }

.ttp-grid-layout #ttp-template-26 .ttp-grid-image .ttp-expand-popup-click {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  cursor: pointer;
  transition: .5s; }

/*grid template 26 skill ends*/
.module,
.sidebarBlock,
.module-wrapper {
  margin-bottom: 30px;
  width: 100%;
  float: left;
  position: relative;
  clear: both; }
  .module .block-title,
  .module .sidebarBlock-heading,
  .sidebarBlock .block-title,
  .sidebarBlock .sidebarBlock-heading,
  .module-wrapper .block-title,
  .module-wrapper .sidebarBlock-heading {
    padding: 0 0 12px 0;
    margin: 0 0 15px;
    font-size: 20px;
    border-bottom: 2px solid #ebebeb;
    position: relative;
    z-index: 1; }
    .module .block-title:before,
    .module .sidebarBlock-heading:before,
    .sidebarBlock .block-title:before,
    .sidebarBlock .sidebarBlock-heading:before,
    .module-wrapper .block-title:before,
    .module-wrapper .sidebarBlock-heading:before {
      content: "";
      background-color: #ee3a43;
      width: 50px;
      height: 2px;
      position: absolute;
      z-index: 2;
      bottom: -2px;
      display: inline-block; }

.titleLine .ltabs-heading {
  text-align: center; }

.titleLine .block-title {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 10px; }

.titleLine .block-subtitle {
  font-size: 14px;
  margin-bottom: 1rem; }

.titleMline .block-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  position: relative;
  z-index: 1;
  display: table;
  margin: 30px auto 15px; }
  .titleMline .block-title:before {
    content: "";
    border-top: 1px solid #333;
    position: absolute;
    top: 50%;
    display: block;
    width: 100%; }

.titleMline .block-title--inner {
  background: white;
  margin: 0 4rem;
  position: relative;
  z-index: 20;
  padding: 0 3rem; }

.card-title {
  margin-bottom: 5px;
  font-size: 14px; }

.wb-section {
  display: inline-block;
  width: 100%;
  clear: both;
  content-visibility: auto;
  contain-intrinsic-size: 500px; }

.sidebar-overlay,
.mobileMenu-overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 890; }
  .sidebar-overlay.show,
  .mobileMenu-overlay.show {
    display: block; }

/*============MODULE BANNER TOP + BOTTOM==================*/
.banner-figures .banner-figcaption__title {
  margin: 10px 0; }
  .banner-figures .banner-figcaption__title a, .banner-figures .banner-figcaption__title button {
    color: #333333; }
    .banner-figures .banner-figcaption__title a:hover, .banner-figures .banner-figcaption__title button:hover {
      color: #ee3a43; }
    .banner-figures .banner-figcaption__title a:focus, .banner-figures .banner-figcaption__title button:focus {
      outline: none !important; }

.banner-figures .banner-figcaption__text {
  margin-bottom: 10px; }
  .banner-figures .banner-figcaption__text > p:last-child {
    margin: 0; }

.banners--top {
  padding: 10px 30px;
  background-color: #7ccd9f;
  text-align: center;
  color: #cecece;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin: 0;
  background: #2930b4;
  background: linear-gradient(to right, #2930b4, #2a9eb0);
  background-repeat: repeat-x; }
  .banners--top p {
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; }
  .banners--top .button {
    margin: 0 10px;
    padding: .5rem 1rem;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
    color: #fff; }
    @media (max-width: 767px) {
      .banners--top .button {
        margin: 0;
        float: left; } }
    .banners--top .button:hover {
      background: #ee3a43;
      border-color: #ee3a43; }

.alert-box {
  position: relative;
  z-index: 1; }
  .alert-box .close {
    font-weight: normal;
    font-size: 20px;
    padding: 0px 6px;
    line-height: 20px;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid #d4d4d4;
    color: #666;
    margin: 10px;
    color: #FFFFFF; }
    .alert-box .close:hover {
      background: #666;
      border: #666;
      color: #FFFFFF; }

/*============MODULE QUICKSEARCH RESULTS==================*/
section.dropdown--quickSearch {
  background-color: white;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  max-height: 300px;
  margin-top: 5px; }
  @media (min-width: 801px) {
    section.dropdown--quickSearch {
      padding: 0; } }
  section.dropdown--quickSearch .modal-close {
    border: 1px solid #999;
    font-size: 20px;
    height: 26px;
    width: 26px;
    line-height: 25px;
    margin: 10px; }
  @media (min-width: 801px) {
    section.dropdown--quickSearch .form-fieldset {
      border-bottom: 1px solid #ececec; }
    section.dropdown--quickSearch .form-input {
      background: none;
      border: none;
      font-size: 16px; }
    section.dropdown--quickSearch .btn-link {
      font-size: 26px;
      color: #4f4f4f; }
      section.dropdown--quickSearch .btn-link:hover {
        color: #ee3a43; } }
  section.dropdown--quickSearch .modal-close {
    color: #999;
    right: 0.75rem;
    left: auto; }
  section.dropdown--quickSearch .quickSearchMessage {
    margin: 3rem 0; }
  section.dropdown--quickSearch .products-list {
    padding: 0;
    display: inline-block;
    width: 100%;
    margin: 0; }
    section.dropdown--quickSearch .products-list .product-item-container {
      border: none;
      margin: 0;
      border-bottom: 1px solid #efefef;
      padding: 10px; }
      section.dropdown--quickSearch .products-list .product-item-container .left-block {
        width: 80px;
        padding: 0;
        border: none; }
      section.dropdown--quickSearch .products-list .product-item-container .right-block {
        margin: 0;
        overflow: hidden;
        padding: 0 15px; }
        section.dropdown--quickSearch .products-list .product-item-container .right-block .price-section {
          font-size: 16px; }
        section.dropdown--quickSearch .products-list .product-item-container .right-block .card-title {
          font-size: 14px;
          font-weight: normal; }
        section.dropdown--quickSearch .products-list .product-item-container .right-block .card-text {
          margin: 0; }
      section.dropdown--quickSearch .products-list .product-item-container .card-img-container .card-image {
        border: none; }
      section.dropdown--quickSearch .products-list .product-item-container:hover {
        background: #fbfbfb; }

/*============MODULE brand Slider ==================*/
.wb-brand .slick-slider .slick-prev,
.wb-brand .slick-slider .slick-next {
  top: 50%;
  bottom: auto;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  transform: translateY(-50%);
  color: #fff;
  background: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all .3s ease-in-out 0s;
  display: flex;
  align-content: center;
  justify-content: center; }
  .wb-brand .slick-slider .slick-prev:before,
  .wb-brand .slick-slider .slick-next:before {
    width: 12px;
    height: 19px;
    margin-top: 3px;
    background-repeat: no-repeat;
    display: inline-block; }
  .wb-brand .slick-slider .slick-prev:hover,
  .wb-brand .slick-slider .slick-next:hover {
    background: #A21111; }

.wb-brand .slick-slider .slick-dots {
  bottom: -30px; }
  @media (min-width: 1261px) {
    .wb-brand .slick-slider .slick-dots {
      bottom: -35px; } }
  .wb-brand .slick-slider .slick-dots li {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 5px;
    background: none; }
    .wb-brand .slick-slider .slick-dots li button {
      width: 20px;
      height: 20px;
      background: #ccc;
      border: 2px solid transparent;
      box-sizing: content-box; }
    .wb-brand .slick-slider .slick-dots li button::before {
      display: none; }
    .wb-brand .slick-slider .slick-dots li.slick-active button {
      background: none;
      border: 2px solid #A21111; }

.wb-brand .slick-slider:hover .slick-prev, .wb-brand .slick-slider:hover .slick-next {
  opacity: 1;
  visibility: visible; }

.wb-brand .slick-slider:hover .slick-disabled {
  cursor: default;
  opacity: 0.5; }

.wb-brand .slick-slider:hover .slick-next {
  right: 30px; }

.wb-brand .slick-slider:hover .slick-prev {
  left: 30px; }

.wb-brand .card {
  border: none;
  border-radius: 0;
  margin-bottom: 0; }

.wb-brand .card-body {
  display: none; }

div.wb-brand--static_brand .slick-next, div.wb-brand--static_brand .slick-prev {
  opacity: 0; }

div.wb-brand--static_brand:hover .slick-next, div.wb-brand--static_brand:hover .slick-prev {
  opacity: 1; }

/*============MODULE SIDEBAR ==================*/
.block-recent ul.navList li {
  margin-bottom: 10px; }
  .block-recent ul.navList li > a {
    display: block;
    color: #4f4f4f; }
    .block-recent ul.navList li > a:hover {
      color: #ee3a43; }
  .block-recent ul.navList li time {
    font-style: italic;
    color: #999;
    font-size: 12px; }

#sideShopByBrands ul, #sideShopByPrice ul {
  display: block;
  position: relative;
  margin: 0;
  list-style: none; }
  #sideShopByBrands ul li, #sideShopByPrice ul li {
    position: relative;
    display: block;
    padding: 5px 0; }
    #sideShopByBrands ul li a, #sideShopByPrice ul li a {
      display: block;
      color: #4f4f4f; }
      #sideShopByBrands ul li a:hover, #sideShopByPrice ul li a:hover {
        color: #ee3a43; }

/* Theme Style*/
.wb-section--section2, .wb-section--section4 {
  padding-top: 45px; }

.wb-section--section2, .wb-section--section3 {
  background: #fafbfc;
  float: left; }

.main-body {
  min-height: 500px;
  overflow: hidden; }

.page-content {
  margin-bottom: 30px; }

.main-left .module-wrapper {
  margin-bottom: 45px; }

.wb-slideshow {
  margin: 0; }
  .wb-slideshow .block-slideshow {
    margin-bottom: 0px; }
  .wb-slideshow .slideshow {
    margin-bottom: 30px; }

div.wb-promotion {
  margin: 8px 0 0;
  height: 25px;
  overflow: hidden; }
  div.wb-promotion a, div.wb-promotion button {
    color: #666666; }
    div.wb-promotion a:hover, div.wb-promotion button:hover {
      color: #ee3a43; }
    div.wb-promotion a:focus, div.wb-promotion button:focus {
      outline: none !important; }

@media (min-width: 1600px) {
  .wb-listing-tabs .leftBlock .productCarousel {
    width: auto;
    max-height: 390px; } }

@media (min-width: 801px) {
  .verticalCategories > ul {
    margin: 0; } }

div.wb-latestblog {
  clear: both; }
  div.wb-latestblog .slick-slider .slick-prev,
  div.wb-latestblog .slick-slider .slick-next {
    top: 50%;
    bottom: auto;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: #fff;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    transition: all .3s ease-in-out 0s;
    display: flex;
    align-content: center;
    justify-content: center; }
    div.wb-latestblog .slick-slider .slick-prev:before,
    div.wb-latestblog .slick-slider .slick-next:before {
      width: 12px;
      height: 19px;
      margin-top: 3px;
      background-repeat: no-repeat;
      display: inline-block; }
    div.wb-latestblog .slick-slider .slick-prev:hover,
    div.wb-latestblog .slick-slider .slick-next:hover {
      background: #A21111; }
  div.wb-latestblog .slick-slider .slick-dots {
    bottom: -30px; }
    @media (min-width: 1261px) {
      div.wb-latestblog .slick-slider .slick-dots {
        bottom: -35px; } }
    div.wb-latestblog .slick-slider .slick-dots li {
      width: auto;
      height: auto;
      padding: 0;
      margin: 0 5px;
      background: none; }
      div.wb-latestblog .slick-slider .slick-dots li button {
        width: 20px;
        height: 20px;
        background: #ccc;
        border: 2px solid transparent;
        box-sizing: content-box; }
      div.wb-latestblog .slick-slider .slick-dots li button::before {
        display: none; }
      div.wb-latestblog .slick-slider .slick-dots li.slick-active button {
        background: none;
        border: 2px solid #A21111; }
  div.wb-latestblog .slick-slider:hover .slick-prev, div.wb-latestblog .slick-slider:hover .slick-next {
    opacity: 1;
    visibility: visible; }
  div.wb-latestblog .slick-slider:hover .slick-disabled {
    cursor: default;
    opacity: 0.5; }
  div.wb-latestblog .slick-slider:hover .slick-next {
    right: 30px; }
  div.wb-latestblog .slick-slider:hover .slick-prev {
    left: 30px; }
  div.wb-latestblog .blog-post {
    margin-bottom: 0;
    /*Hover blog-post */ }
    div.wb-latestblog .blog-post .blog-post-figure {
      display: block;
      margin-bottom: 20px; }
    div.wb-latestblog .blog-post .blog-thumbnail {
      margin: 0;
      position: relative; }
    div.wb-latestblog .blog-post .blog-title {
      margin: 0;
      font-size: 16px;
      line-height: 22px;
      min-height: 45px; }
      div.wb-latestblog .blog-post .blog-title a {
        color: #4f4f4f; }
        div.wb-latestblog .blog-post .blog-title a:hover {
          color: #ee3a43; }
    div.wb-latestblog .blog-post .post-img-wrapp {
      max-width: 325px; }
      div.wb-latestblog .blog-post .post-img-wrapp:before {
        content: "";
        z-index: 5;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.5);
        transition: opacity .7s ease; }
    div.wb-latestblog .blog-post .post-date {
      position: static;
      display: block;
      text-align: left;
      padding: 0 0 10px 0;
      color: #b3b3b3;
      font-size: 0.929rem; }
    div.wb-latestblog .blog-post .article-description {
      margin: 0; }
    div.wb-latestblog .blog-post:hover .post-img-wrapp:before {
      opacity: 1; }
    div.wb-latestblog .blog-post:hover .post-image-mask span,
    div.wb-latestblog .blog-post:hover .post-image-mask:after,
    div.wb-latestblog .blog-post:hover .post-image-mask:before {
      opacity: 1;
      animation: wd-fadeInLeft .3s ease; }
    div.wb-latestblog .blog-post:hover .post-image-mask span {
      transition-delay: .1s;
      animation-delay: .1s; }
    div.wb-latestblog .blog-post:hover .post-image-mask:before {
      transition-delay: .2s;
      animation-delay: .2s; }

.post-image-mask {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -22px;
  text-align: center;
  font-size: 0;
  z-index: 5; }
  .post-image-mask span, .post-image-mask:after, .post-image-mask:before {
    height: 10px;
    width: 10px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 7px;
    opacity: 0;
    transition: opacity .2s ease;
    animation: wd-fadeOutRight .3s ease; }
  .post-image-mask:after, .post-image-mask:before {
    content: ""; }
  .post-image-mask:before {
    transition-delay: .15s;
    animation-delay: .15s; }
  .post-image-mask span {
    transition-delay: .1s;
    animation-delay: .1s; }

@keyframes wd-fadeOutRight {
  from {
    transform: none; }
  to {
    transform: translate3d(50px, 0, 0); } }

@keyframes wd-fadeInLeft {
  from {
    transform: translate3d(-50px, 0, 0); }
  to {
    transform: none; } }

@keyframes wd-ShakeNext {
  25% {
    transform: translate3d(0, 0, 0); }
  50% {
    transform: translate3d(-3px, 0, 0); }
  75% {
    transform: translate3d(3px, 0, 0); } }

.banner-figures {
  padding: 0;
  background: none;
  color: #666;
  text-align: left; }
  .banner-figures .ltabs-items--heading {
    display: none; }
  .banner-figures .banner-figcaption__title {
    margin: 10px 0; }
    .banner-figures .banner-figcaption__title a {
      color: #4f4f4f; }
      .banner-figures .banner-figcaption__title a:hover {
        color: #ee3a43; }
  .banner-figures .banner-figcaption__text {
    margin-bottom: 10px; }

.staticBanner {
  border: none; }
  .staticBanner .block-content {
    padding: 0; }
  .staticBanner .flex-row {
    margin: 0 -10px; }
    .staticBanner .flex-row .banner-figures {
      margin: 0 10px; }

@media (min-width: 801px) {
  .staticBanner--home3blockBanner1,
  .staticBanner--blockBanner2 {
    margin-bottom: 60px; } }

.staticBanner--home3blockBanner1 .banners-wrapper .banner-figures:first-child {
  margin-bottom: 12px; }

.staticBanner--home3blockBanner1 .banner-figure {
  position: relative;
  z-index: 2; }

.staticBanner--home3blockBanner1 .banner-figure:hover .ltabs-items--heading {
  visibility: visible;
  opacity: 1; }

.staticBanner--home3blockBanner1 .ltabs-items--heading {
  display: block;
  position: absolute;
  z-index: 1;
  margin: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  top: 40%;
  font-size: 32px;
  padding: 0 10%;
  font-weight: 400;
  line-height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
  pointer-events: none; }

.staticBanner--services {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  margin-bottom: 60px; }
  .staticBanner--services .block-content {
    margin: 0;
    padding: 25px 20px; }
  .staticBanner--services .flex-row .banner-figures {
    margin: 0;
    padding: 0 10px; }
    @media (min-width: 1600px) {
      .staticBanner--services .flex-row .banner-figures {
        padding: 0 30px; } }
  .staticBanner--services .banner-figures {
    width: 25%; }
    @media (min-width: 1800px) {
      .staticBanner--services .banner-figures + .banner-figures {
        border-left: 1px solid #ebebeb; } }
    .staticBanner--services .banner-figures .banner-figure {
      width: 42px;
      height: 50px;
      margin-right: 15px;
      float: left;
      vertical-align: top; }
      .staticBanner--services .banner-figures .banner-figure:hover svg {
        fill: #ee3a43; }
    .staticBanner--services .banner-figures .banner-figcaption {
      overflow: hidden;
      margin: 0; }
    .staticBanner--services .banner-figures .banner-figcaption__title {
      margin: 0 0 5px 0; }
    .staticBanner--services .banner-figures .banner-figcaption__text {
      margin: 0;
      line-height: 18px; }

/*div.wb-extraslider--horizontal{
    @include roundSliderArrow();
}*/
div.wb-extraslider--sidebar .block-title {
  margin: 0;
  padding-top: 0; }

div.wb-extraslider--sidebar .wb-extraslider-container .slick-prev,
div.wb-extraslider--sidebar .wb-extraslider-container .slick-next {
  top: 10px;
  bottom: auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  margin-right: 10px;
  border: 1px solid #e6e6e6;
  margin-right: 0;
  transform: translate(0, 0); }
  div.wb-extraslider--sidebar .wb-extraslider-container .slick-prev:before,
  div.wb-extraslider--sidebar .wb-extraslider-container .slick-next:before {
    width: 8px;
    height: 11px;
    display: inline-block; }
  div.wb-extraslider--sidebar .wb-extraslider-container .slick-prev:hover,
  div.wb-extraslider--sidebar .wb-extraslider-container .slick-next:hover {
    border-color: #ee3a43; }
    div.wb-extraslider--sidebar .wb-extraslider-container .slick-prev:hover:before,
    div.wb-extraslider--sidebar .wb-extraslider-container .slick-next:hover:before {
      color: #ee3a43; }

div.wb-extraslider--sidebar .wb-extraslider-container .slick-next {
  right: 5px;
  left: auto; }

div.wb-extraslider--sidebar .wb-extraslider-container .slick-prev {
  right: 35px;
  left: auto; }

div.wb-extraslider--sidebar .slick-slider .slick-prev,
div.wb-extraslider--sidebar .slick-slider .slick-next {
  top: -40px; }

div.wb-extraslider--sidebar .products-list .product-layout:before {
  display: none; }

div.wb-extraslider--sidebar .sale-flag-side {
  display: none; }

div.wb-extraslider--sidebar .product-list .product-item-container {
  padding: 10px 0;
  border-bottom: 1px solid #f5f5f5;
  margin: 0;
  display: flex; }
  div.wb-extraslider--sidebar .product-list .product-item-container:last-child {
    border: none;
    padding-bottom: 0; }
    div.wb-extraslider--sidebar .product-list .product-item-container:last-child .right-block .price-section {
      margin-bottom: 0; }
  div.wb-extraslider--sidebar .product-list .product-item-container .left-block {
    flex: 0 0 80px;
    float: left;
    margin: 0 5px 0 0;
    width: 80px;
    border: none;
    min-height: 100px; }
  div.wb-extraslider--sidebar .product-list .product-item-container .right-block {
    padding: 0; }
    div.wb-extraslider--sidebar .product-list .product-item-container .right-block .card-title {
      font-weight: normal;
      font-size: 1rem;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      /* autoprefixer: off */
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-height: 22px;
      min-height: 3.024em;
      max-height: 3.024em; }

.wb-listing-tabs .ltabs-heading {
  margin-bottom: 20px; }

.wb-listing-tabs .ltabs-container {
  margin: 0 -10px; }
  .wb-listing-tabs .ltabs-container .col-xs-12 {
    padding: 0 10px; }
  .wb-listing-tabs .ltabs-container .boxPadding {
    background: white;
    padding: 20px;
    height: 100%; }
  .wb-listing-tabs .ltabs-container .ltabs-items--image {
    margin-bottom: 20px;
    position: relative; }
    .wb-listing-tabs .ltabs-container .ltabs-items--image:hover .ltabs-items--heading {
      visibility: visible;
      opacity: 1; }

.wb-listing-tabs .ltabs-items--heading {
  position: absolute;
  z-index: 2;
  margin: 0;
  text-align: center;
  width: 100%;
  color: white;
  top: 40%;
  font-size: 24px;
  font-weight: normal;
  visibility: hidden;
  opacity: 0;
  display: block;
  transition: all .3s ease-in-out; }
  @media (min-width: 801px) {
    .wb-listing-tabs .ltabs-items--heading {
      font-size: 42px; } }

.wb-listing-tabs .ltabs-items--image .banner-figures {
  background: black; }

.wb-listing-tabs .ltabs-items--image .card-img-container {
  max-width: 1330px;
  background: black; }
  @media (max-width: 767px) {
    .wb-listing-tabs .ltabs-items--image .card-img-container {
      max-width: 360px; } }
  .wb-listing-tabs .ltabs-items--image .card-img-container:after {
    padding-bottom: 20.8%; }
  .wb-listing-tabs .ltabs-items--image .card-img-container a {
    position: static; }

@media (min-width: 1261px) {
  .wb-brand {
    border-top: 1px solid #ebebeb; }
    .wb-brand .wb-brand--item {
      transition: 0.3s all ease-in-out; }
    .wb-brand:hover .wb-brand--item:not(:hover) {
      opacity: .35; } }
