@charset "UTF-8";

/* veneti icons */
@import url('font-veneti.css');

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff");}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  /* Preferred icon size */
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;}

.rtl * {direction: rtl !important;}
.rtl main {text-align: right !important;}

body {
  direction: ltr;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;/* #666;*/
  line-height: 1.55;
  overflow-x: hidden;}

body.modal-open {overflow-x: hidden;overflow-y: auto;}

.dropdown-item:focus,.dropdown-item:hover {background: none;}

.color,.custom-checkbox input[type="checkbox"] + span.color {
  display: inline-block;
  cursor: pointer;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: relative;
  border: 1px solid #e1e1e1
   }
.color.active, .color:hover,
.custom-checkbox input[type="checkbox"] + span.color.active,
.custom-checkbox input[type="checkbox"] + span.color:hover {border: 2px solid #414141;}

.facet-label.active .custom-checkbox span.color, .facet-label:hover .custom-checkbox span.color {border: 2px solid #414141;}

.h1,
.h2,
.h3 {text-transform: uppercase; color: #000;}
.h4 {font-weight: 600;color: #000;}

.btn-primary,
.btn-secondary,
.btn-tertiary {
  text-transform: uppercase;
  font-weight: normal;
  padding: 10px 15px;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 18px;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;}
  .btn-primary .material-icons,
  .btn-secondary .material-icons,
  .btn-tertiary .material-icons {
    margin-right: 5px;}

.btn-tertiary {
  text-transform: uppercase;
  color: #acaaa6;
  padding: 8px;
  margin: 4px 0;
  font-weight: 400;
  font-size: 13px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;}
  .btn-tertiary .material-icons {
    font-size: 14px;
    vertical-align: -2px;}

label, .label {color: #000;text-align: right;font-weight: 600;}

small.label, small.value {font-size: 13px;}

.form-control-label {padding-top: 10px;}

textarea.form-control {height: 145px;}

input.form-control {border: 1px solid #e5e5e5;box-shadow: none;height: 40px;}

.input-group.focus {outline: 1px solid #eee;}
.input-group .form-control:focus {outline: none;}

.input-group .input-group-btn > .btn {
  border: 0;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  padding: 9px 15px;
  text-transform: uppercase;
  height: 40px;
  margin-left: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;}
  .rtl .input-group .input-group-btn > .btn {margin-right: 0px; margin-left: inherit;}
  .input-group .input-group-btn > .btn:hover, .input-group .input-group-btn > .btn:focus, .input-group .input-group-btn > .btn:active {background: #000;color: #fff;}

.form-control-select {
  height: 42px;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #f9f9f9 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right center;
  background-position-x: 99%;
  background-size: 20px 20px;
  padding-right: 32px;}
.rtl .form-control-select {padding-left: 32px;padding-right: inherit;}
.form-control-select::-ms-expand {display: none;}

.form-control-comment {font-size: 13px;padding-top: 8px;color: #878787;display: inline-block;}

.form-control-submit.disabled {background: #5bc0de;color: white;}

.form-group.has-error input,.form-group.has-error select {outline: 3px solid #ff4c4c;}
.form-group.has-error .help-block {color: #ff4c4c;}

.group-span-filestyle label {margin: 0;}
.group-span-filestyle .btn-default, .group-span-filestyle .bootstrap-touchspin .btn-touchspin, .bootstrap-touchspin .group-span-filestyle .btn-touchspin {
  background: #000;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px 16px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;}

.bootstrap-touchspin input:focus {outline: none;}
.bootstrap-touchspin input.form-control {border: 1px solid rgba(0, 0, 0, 0.15);}
.bootstrap-touchspin .btn-touchspin {border: 1px solid rgba(0, 0, 0, 0.15);height: 21px;}
.bootstrap-touchspin .btn-touchspin:hover {background-color: #ebebeb;color: #000;}
.bootstrap-touchspin .input-group-btn-vertical {color: #414141;}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {content: "\E5CE";}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {content: "\E5CF";}
.bootstrap-touchspin .input-group-btn-vertical i {top: 1px;left: 3px;font-size: 15px;}

.custom-radio {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  border: #ccc 1px solid;
  background: #FFFFFF;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;}
.rtl .custom-radio {margin-left: 10px;margin-right: inherit;}
.custom-radio input[type="radio"] {cursor: pointer;opacity: 0;filter: alpha(opacity=0);}
.custom-radio input[type="radio"]:checked + span {
  display: block;
  background-color: #000;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;}

.custom-checkbox {position: relative;}
.custom-checkbox input[type="checkbox"],.custom-checkbox input[type="radio"] {
  margin-top: 0px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  width: 16px;
  height: 16px;
  z-index: 1;}
.rtl .custom-checkbox input[type="checkbox"], .rtl 
.custom-checkbox input[type="radio"] {right: 0;left: auto;}
.custom-checkbox input[type="checkbox"] + span, .custom-checkbox input[type="radio"] + span {
  margin-right: 10px;
  display: inline-block;
  vertical-align: -3px;
  cursor: pointer;
  border: 1px #666 solid;
  width: 16px;
  height: 16px;}
.rtl .custom-checkbox input[type="checkbox"] + span, .rtl
.custom-checkbox input[type="radio"] + span {margin-left: 10px;margin-right: inherit;}
.custom-checkbox input[type="checkbox"] + span .checkbox-checked,
.custom-checkbox input[type="radio"] + span .checkbox-checked {display: none;font-size: 14px;}
.custom-checkbox input[type="checkbox"]:checked + span .checkbox-checked,
.custom-checkbox input[type="radio"]:checked + span .checkbox-checked {display: block;}
.custom-checkbox input[type="radio"] + span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;}
.custom-checkbox label {text-align: left;}
.rtl .custom-checkbox label {text-align: right;}

.text-muted {font-size: 13px;}

.done {color: #4cbb6c;display: inline-block;padding: 0 13px;margin-right: 25px;}
.rtl .done {margin-left: 25px; margin-right: inherit;}

.thumb-mask > .mask {
  position: relative;
  overflow: hidden;
  border: #ebebeb 1px solid;
  margin: 10px 0;
  width: 55px;
  height: 55px;}
.thumb-mask > .mask img {width: 55px;height: 55px;}

.definition-list dl:after {
  content: "";
  display: block;
  clear: both;}
.definition-list dl dt {
  font-weight: normal;}
.definition-list dl dd,
.definition-list dl dt {
  background: #ebebeb;
  padding: 10px;
  margin: 5px 0.5%;
  width: 48%;
  float: left;}
  .rtl .definition-list dl dd, .rtl
  .definition-list dl dt {
    float: right;}
  .definition-list dl dd:nth-of-type(even),
  .definition-list dl dt:nth-of-type(even) {
    background: #f6f6f6;}

.help-block {margin-top: 10px;}

.btn.disabled, .btn.disabled:hover {background: #acaaa6;}

.alert-warning .material-icons {color: #FF9A52;font-size: 32px;margin-right: 10px; padding-top: 5px;}
.rtl .alert-warning .material-icons {margin-left: 10px; margin-right: inherit;}
.alert-warning .alert-text {font-size: 15px; padding-top: 10px;}
.alert-warning .alert-link {
  border-width: 2px;
  margin-left: 10px;
  padding: 5px 20px;
  font-weight: 400;
  font-size: 13px;
  color: #6C868E;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;}
.rtl .alert-warning .alert-link {margin-right: 10px; margin-left: inherit;}
.alert-warning ul li:last-child .alert-link {color: white;}
.alert-warning .warning-buttons {margin-top: 5px;}

.btn-warning {-webkit-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;}

.btn-tertiary-outline {
  color: #6C868E;
  background-image: none;
  background-color: transparent;
  border-color: #6C868E;
  border: 0.15rem solid #6C868E;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;}
.btn-tertiary-outline:hover {border-color: #BBCDD2;color: #BBCDD2;}

.alert {font-size: 0.9em;}

/* Add new grid */
@media (max-width: 480px) 
{
  .hidden-sp {display: none !important;}
  .col-sp-1 {float: left; width: 8.33333%;}
  .col-sp-2 {float: left; width: 16.66667%;}
  .col-sp-3 {float: left; width: 25%;}
  .col-sp-4 {float: left; width: 33.33333%;}
  .col-sp-5 {float: left; width: 41.66667%;}
  .col-sp-6 {float: left; width: 50%;}
  .col-sp-7 {float: left; width: 58.33333%;}
  .col-sp-8 {float: left; width: 66.66667%;}
  .col-sp-9 {float: left; width: 75%;}
  .col-sp-10 {float: left; width: 83.33333%;}
  .col-sp-11 {float: left; width: 91.66667%;}
  .col-sp-12 {float: left; width: 100%;}
  .col-sp-2-4 {float: left; width: 20%;}
  .col-sp-4-8 {float: left; width: 40%;}
  .col-sp-7-2 {float: left; width: 60%;}
  .col-sp-9-6 {float: left; width: 80%;} 
}
/*** Responsive part ***/
@media (max-width: 991px) 
{
  .form-control-label, .control-label, label, .label {text-align: left;}
  .rtl .form-control-label, .rtl .control-label, .rtl label, .rtl .label {text-align: right;} 
}
/**/
.no-padding {padding: 0 !important;}

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

.effect a {position: relative;display: inline-block;max-width: 100%;}
.effect a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;}
.effect a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;}
.effect a:hover:before, .effect a:hover:after {width: 100%;height: 100%;}

/*  =============================================
Transparent Background
============================================= */
.carousel .direction {position: absolute;top: -95px;right: 0;}
.rtl .carousel .direction {left: 0;right: auto;}

.carousel-control {background: none !important;}
.carousel-control .icon-prev, .carousel-control .icon-next {
  background: #f3f3f3;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 25px;
  height: 25px;}
.carousel-control .icon-prev:before, .carousel-control .icon-next:before {font-family: "FontAwesome";font-size: 16px;color: #333;line-height: 25px;}
.carousel-control .icon-prev:hover, .carousel-control .icon-next:hover {background: #000;}
.carousel-control .icon-prev:hover:before, .carousel-control .icon-next:hover:before {color: #FFFFFF;}
.carousel-control.left {right: 25px;left: auto;}
.carousel-control .icon-prev:before {content: "\f104";}
.carousel-control .icon-next:before {content: "\f105";}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;}
input[type="file"] {height: auto;}

.btn-inverse {color: #FFFFFF;background-color: #000;border-color: #000;}
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active {color: #FFFFFF;background-color: transparent;border-color: #eee;}
  .open .btn-inverse.dropdown-toggle {color: #FFFFFF;background-color: transparent;border-color: #eee;}
  .btn-inverse:active, .btn-inverse.active {background-image: none;}
  .open .btn-inverse.dropdown-toggle {background-image: none;}
  .btn-inverse.disabled, .btn-inverse.disabled:hover, .btn-inverse.disabled:focus, .btn-inverse.disabled:active, .btn-inverse.disabled.active, .btn-inverse[disabled], .btn-inverse[disabled]:hover, .btn-inverse[disabled]:focus, .btn-inverse[disabled]:active, .btn-inverse[disabled].active, fieldset[disabled] .btn-inverse, fieldset[disabled] .btn-inverse:hover, fieldset[disabled] .btn-inverse:focus, fieldset[disabled] .btn-inverse:active, fieldset[disabled] .btn-inverse.active {
    background-color: #000; border-color: #000;}
  .btn-inverse .badge {color: #000;background-color: #FFFFFF;}

.btn-outline {color: #FFFFFF;background-color: #333b48;border-color: #333b48;}
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {color: #FFFFFF;background-color: #000;border-color: #000;}
  .open .btn-outline.dropdown-toggle {
    color: #FFFFFF;
    background-color: #000;
    border-color: #000;}
  .btn-outline:active, .btn-outline.active {
    background-image: none;}
  .open .btn-outline.dropdown-toggle {
    background-image: none;}
  .btn-outline.disabled, .btn-outline.disabled:hover, .btn-outline.disabled:focus, .btn-outline.disabled:active, .btn-outline.disabled.active, .btn-outline[disabled], .btn-outline[disabled]:hover, .btn-outline[disabled]:focus, .btn-outline[disabled]:active, .btn-outline[disabled].active, fieldset[disabled] .btn-outline, fieldset[disabled] .btn-outline:hover, fieldset[disabled] .btn-outline:focus, fieldset[disabled] .btn-outline:active, fieldset[disabled] .btn-outline.active {
    background-color: #333b48;
    border-color: #333b48;}
  .btn-outline .badge {
    color: #333b48;
    background-color: #FFFFFF;}

.btn {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;}
  .btn:active, .btn:focus, .btn:visited, .btn.active:focus, .btn:active:focus {
    outline: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;}

button:focus, button:hover {outline: none;}

@media (min-width: 992px) {.sidebar {margin-bottom: 30px;}}
.sidebar .ApColumn .block {margin-bottom: 0;}
  .sidebar .ApColumn .block.ApImage {padding: 0;}
    .sidebar .ApColumn .block.ApImage img {max-width: 100%;}
.sidebar #search_filters_wrapper {border: 1px solid #efefef;}
  .sidebar #search_filters_wrapper .block {border: 0;}
.sidebar .block {margin: 0;padding: 30px;background: #FFFFFF;border: 1px solid #efefef;border-bottom: 0;}
  @media (max-width: 1199px) {.sidebar .block {padding: 20px;}}
  .sidebar .block.af {border-bottom: 1px solid #efefef;}
  .sidebar .block:last-child {border-bottom: 1px solid #efefef;}
  .sidebar .block.featured-products {padding: 30px 0;}
    @media (max-width: 1199px) {.sidebar .block.featured-products {padding: 20px 0;}}
  .sidebar .block .title_block {font-size: 18px;padding: 20px 0;position: relative;margin: 0;text-transform: uppercase;}
    @media (max-width: 1199px) {.sidebar .block .title_block {font-size: 16px;}}
    .sidebar .block .title_block a {color: #000;}
    .sidebar .block .title_block.products-section-title {text-align: left;letter-spacing: 0;padding: 20px 30px;margin: 0 0 15px;}
      .rtl .sidebar .block .title_block.products-section-title {text-align: right;}
      @media (max-width: 1199px) {.sidebar .block .title_block.products-section-title {padding: 20px;}}
  .sidebar .block .block_content::after {content: "";display: table; clear: both;}
  .sidebar .block .products .ajax_block_product {float: left;width: 100%;}
  .sidebar .block .products .thumbnail-container {text-align: left; box-shadow: none;border-bottom: 1px solid #efefef;margin: 0 0 15px;padding: 0 0 15px;}
    .rtl .sidebar .block .products .thumbnail-container {text-align: right;}
    .sidebar .block .products .thumbnail-container:after {content: "";display: block;clear: both;}
    .sidebar .block .products .thumbnail-container .product-meta {text-align: left;}
      .rtl .sidebar .block .products .thumbnail-container .product-meta {text-align: right;}
    .sidebar .block .products .thumbnail-container .leo-pro-attr-section,
    .sidebar .block .products .thumbnail-container input.leo_cart_quantity,
    .sidebar .block .products .thumbnail-container .product-thumbnail:before {display: none;}
    .sidebar .block .products .thumbnail-container .product-image {width: 40%;float: left;padding: 0 10px 0 0;border: 0;margin: 0;}
      .rtl .sidebar .block .products .thumbnail-container .product-image {float: right;}
    .sidebar .block .products .thumbnail-container .product-meta {width: 60%;float: left; padding: 0 0 0 10px; margin: 0; position: static; transform: none;}
      .rtl .sidebar .block .products .thumbnail-container .product-meta {float: right;}
      .sidebar .block .products .thumbnail-container .product-meta img {max-width: 100%;}
    .sidebar .block .products .thumbnail-container .highlighted-informations,
    .sidebar .block .products .thumbnail-container .quickview,
    .sidebar .block .products .thumbnail-container .product-flags,
    .sidebar .block .products .thumbnail-container .functional-buttons,
    .sidebar .block .products .thumbnail-container .button-container,
    .sidebar .block .products .thumbnail-container .wishlist,
    .sidebar .block .products .thumbnail-container .leo-wishlist-button-dropdown,
    .sidebar .block .products .thumbnail-container .compare,
    .sidebar .block .products .thumbnail-container .pro-info {display: none;}
    .sidebar .block .products .thumbnail-container .product-additional {right: 15px;left: 15px;}
    .sidebar .block .products .thumbnail-container .product-title a {padding: 10px 0 5px;}
    .sidebar .block .products .thumbnail-container .product-price-and-shipping {transform: none; opacity: 1;visibility: visible;}
    .sidebar .block .products .thumbnail-container .addToCartFormWrapper {display: none;}
    .sidebar .block .products .thumbnail-container .leo-bt-cart {min-width: 30px;}
      .sidebar .block .products .thumbnail-container .leo-bt-cart i {display: inline-block;}
      .sidebar .block .products .thumbnail-container .leo-bt-cart .leo-bt-cart-content span {display: none;}
  .sidebar .block a.all-product-link {
    font-size: 12px;
    text-transform: capitalize;
    border: 0;
    font-weight: normal;
    margin: 0 15px;
    padding: 10px 0;
    color: #333;
    background: none;
    text-decoration: underline;}
    .sidebar .block a.all-product-link:hover, .sidebar .block a.all-product-link:active, .sidebar .block a.all-product-link:focus {color: #000; background: none;}
  .sidebar .block .list-group-item {border: none;padding: 10px 0;}
.sidebar .js-search-filters-clear-all {text-decoration: underline;background: none;color: #333;padding: 12px 15px;}
  .sidebar .js-search-filters-clear-all:hover, .sidebar .js-search-filters-clear-all:active, .sidebar .js-search-filters-clear-all:focus {color: #000; background: none;}

#_desktop_cart {position: relative;}

/*
* NAVIGATION
*/
.leo-megamenu {
  background: transparent;
  color: #000000;
  /* menu level 1 */
  /* level 2 */
  /* level > 3 */ }
  .leo-megamenu .leo-colorbox {
    display: none !important;}
  .leo-megamenu.navbar {
    padding: 0;}
  .leo-megamenu .navbar-nav {
    text-align: right;}
    .rtl .leo-megamenu .navbar-nav {
      text-align: left;}
    .leo-megamenu .navbar-nav > li {
      text-align: left;
      float: none;
      /*end min 992px*/ }
      .rtl .leo-megamenu .navbar-nav > li {
        text-align: right;}
      @media (min-width: 992px) {
        .leo-megamenu .navbar-nav > li {
          display: inline-block;
          vertical-align: top;} }
      .leo-megamenu .navbar-nav > li + .nav-item {
        margin-left: 0px;}
        .rtl .leo-megamenu .navbar-nav > li + .nav-item {
          margin-right: 0px;
          margin-left: inherit;}
      .leo-megamenu .navbar-nav > li.aligned-fullwidth {
        position: static;}
        .leo-megamenu .navbar-nav > li.aligned-fullwidth > .dropdown-menu {
          width: 100% !important;}
      .leo-megamenu .navbar-nav > li.aligned-right .dropdown-menu {
        right: 0;
        left: auto;}
      .leo-megamenu .navbar-nav > li.aligned-left .dropdown-menu {
        left: 0;
        right: auto;}
      .leo-megamenu .navbar-nav > li.aligned-center .dropdown-menu {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);}
      .leo-megamenu .navbar-nav > li.ic > a > .sub-title {
        display: inline-block;
        text-align: center;
        font-size: 12px;
        color: #ffffff;
        text-transform: capitalize;
        font-weight: 400;
        padding: 0px 5px;
        position: absolute;
        top: 10px;
        border-radius: 2px;
        right: -3px;
        background-color: #333;}
        .rtl .leo-megamenu .navbar-nav > li.ic > a > .sub-title {
          left: -3px;
          right: auto;}
      .leo-megamenu .navbar-nav > li.ic.ic-new > a > .sub-title {
        background-color: #16c98d;}
      .leo-megamenu .navbar-nav > li.ic.ic-sale > a > .sub-title {
        background-color: #ff708e;}
      @media (min-width: 992px) {
        .leo-megamenu .navbar-nav > li.parent > a span.menu-title {
          position: static;}
          .leo-megamenu .navbar-nav > li.parent > a span.menu-title:after, .leo-megamenu .navbar-nav > li.parent > a span.menu-title:before {
            bottom: -1px;
            border: solid transparent;
            content: "";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            opacity: 0;
            visibility: hidden;
/*             transform: translateY(20px); */
            left: 50%;
/*             transition: transform .4s; */
            z-index: 9999;
            backface-visibility: hidden;}
          .leo-megamenu .navbar-nav > li.parent > a span.menu-title:before {
            border-width: 8px;
            margin-left: -8px;
            border-bottom-color: #eee;}
          .leo-megamenu .navbar-nav > li.parent > a span.menu-title:after {
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px;
            z-index: 99999;
            margin-bottom: -3px;}
        .leo-megamenu .navbar-nav > li.parent:hover > a span.menu-title:before {
          opacity: 0;
          visibility: hidden;
          transform: translateY(0px);
          transition-delay: 450ms;}
        .leo-megamenu .navbar-nav > li.parent:hover > a span.menu-title:after {
          opacity: 1;
          visibility: visible;
          transform: translateY(0px);
          transition-delay: 450ms;} }
      .leo-megamenu .navbar-nav > li > a {
        padding: 30px 18px;
        font-size: 13px;
        line-height: 20px;
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
        -webkit-transition: all 350ms ease-out;
        -o-transition: all 350ms ease-out;
        transition: all 350ms ease-out;
        position: relative;}
        @media (min-width: 992px) and (max-width: 1199px) {
          .leo-megamenu .navbar-nav > li > a {
            padding: 30px 14px;} }
        .leo-megamenu .navbar-nav > li > a:hover, .leo-megamenu .navbar-nav > li > a:focus, .leo-megamenu .navbar-nav > li > a:active {
          color: #000;
          background-color: transparent;}
        .leo-megamenu .navbar-nav > li > a.dropdown-toggle:after {
          font-size: 13px;
          content: "\e912";
          font-family: "Veneti";
          border: 0;
          width: auto;
          height: auto;
          margin: 0 0 0 5px;
          vertical-align: 1px;
          font-weight: normal;
          line-height: 1;}
          .rtl .leo-megamenu .navbar-nav > li > a.dropdown-toggle:after {
            margin: 0 5px 0 0;}
        .leo-megamenu .navbar-nav > li > a:before {
          /* position: absolute;
          top: 50%;
          right: 20px;
          left: 20px;
          height: 2px;
          margin-top: 12px;
          -webkit-transform: scale(0, 1);
          -moz-transform: scale(0, 1);
          -ms-transform: scale(0, 1);
          -o-transform: scale(0, 1);
          -webkit-transition: transform 0.5s ease;
          transition: transform 0.5s ease;
          background: $theme-color-default;
          content: '';
          -webkit-transform-origin: right top;
          -moz-transform-origin: right top;
          -ms-transform-origin: right top;
          transform-origin: right top;  */ }
        .leo-megamenu .navbar-nav > li > a > .menu-title {
          position: relative;}
      .leo-megamenu .navbar-nav > li:focus > a, .leo-megamenu .navbar-nav > li:hover > a {
        color: #888;}
        .leo-megamenu .navbar-nav > li:focus > a:before, .leo-megamenu .navbar-nav > li:hover > a:before {
          -webkit-transform: scale(1, 1);
          -moz-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          -o-transform: scale(1, 1);
          -webkit-transform-origin: left top;
          -moz-transform-origin: left top;
          -ms-transform-origin: left top;
          transform-origin: left top;}
      .leo-megamenu .navbar-nav > li:hover > .caret, .leo-megamenu .navbar-nav > li:active > .caret {
        color: #000;}
      .leo-megamenu .navbar-nav > li.home a {
        padding: 20px 20px 20px 0;}
        .rtl .leo-megamenu .navbar-nav > li.home a {
          padding: 20px 0 20px 20px;}
  .leo-megamenu .dropdown-menu {
    left: auto;
    right: 0px;
    top: 100%;
    height: auto;
    border: 0;
    min-width: 185px;
    padding: 20px;
    margin: 0px;
    text-align: left;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 5px;
    display: block;}
    .rtl .leo-megamenu .dropdown-menu {
      left: 0px;
      right: auto;}
    .rtl .leo-megamenu .dropdown-menu {
      text-align: right;}
    @media (min-width: 992px) {
      .leo-megamenu .dropdown-menu {
        opacity: 0;
        visibility: hidden;
        transform: translateY(5px);} }
    @media (max-width: 991px) {
      .leo-megamenu .dropdown-menu {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;} }
    @media (min-width: 1200px) {
      .leo-megamenu .dropdown-menu {
        padding: 25px;
        min-width: 200px;} }
    .leo-megamenu .dropdown-menu li {
      line-height: 25px;
      padding: 0;
      float: none;}
      .leo-megamenu .dropdown-menu li + .nav-item {
        margin-left: 0px;}
        .rtl .leo-megamenu .dropdown-menu li + .nav-item {
          margin-right: 0px;
          margin-left: inherit;}
      .leo-megamenu .dropdown-menu li:hover > a {
        transform: translateX(5px);
        color: #000;}
      .leo-megamenu .dropdown-menu li a {
        color: #666;
        padding: 5px 0;
        font-weight: 400;
        font-size: 13px;
        line-height: 20px;
        display: block;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s;
        text-transform: capitalize;
        position: relative;}
        .leo-megamenu .dropdown-menu li a:hover .fa {
          color: #000;}
    .leo-megamenu .dropdown-menu div.menu-title {
      margin-bottom: 10px;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      padding-bottom: 10px;
      line-height: 1.5;
      color: #000;
      position: relative;}
      .leo-megamenu .dropdown-menu div.menu-title:before {
        content: "";
        width: 14px;
        height: 1px;
        background: #000;
        position: absolute;
        bottom: 0;
        left: 0;
        opacity: 0.2;}
        .rtl .leo-megamenu .dropdown-menu div.menu-title:before {
          right: 0;
          left: auto;}
      .leo-megamenu .dropdown-menu div.menu-title a {
        color: #000;}
    .leo-megamenu .dropdown-menu a > .menu-title {
      text-transform: capitalize;
      font-weight: 400;
      font-size: 13px;}
  @media (min-width: 992px) {
    .leo-megamenu .dropdown:hover > .dropdown-menu {
      opacity: 1;
      visibility: visible;
      transform: translateY(0px);
      transition-delay: 400ms;}
    .leo-megamenu .dropdown:hover > a {
      color: #000;}
      .leo-megamenu .dropdown:hover > a .fa {
        color: #000;} }
  .leo-megamenu .dropdown-submenu {
    position: relative;}
    .leo-megamenu .dropdown-submenu .dropdown-menu {
      top: 0;
      position: absolute;
      left: 100%;}
      .rtl .leo-megamenu .dropdown-submenu .dropdown-menu {
        right: 100%;
        left: auto;}
    .leo-megamenu .dropdown-submenu:hover > .dropdown-menu {
      top: 0;}
      @media (min-width: 992px) {
        .leo-megamenu .dropdown-submenu:hover > .dropdown-menu {
          display: block;
          opacity: 1;
          visibility: visible;
          transform: translateY(0px);} }
  .leo-megamenu .mega-group > .dropdown-toggle {
    border: 0;
    display: block;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;}
    .leo-megamenu .mega-group > .dropdown-toggle .fa {
      color: #FFFFFF;}
  .leo-megamenu .megamenu .cols1 {
    min-width: 200px;}
  .leo-megamenu .megamenu .cols2 {
    min-width: 500px;}
  .leo-megamenu .megamenu .cols3 {
    min-width: 740px;}
  .leo-megamenu .manu-logo img {
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 10px;}
  .leo-megamenu .widget-subcategories {
    margin-bottom: 15px;}

/* Product for menu */
.leo-widget .thumbnail-container {
  margin: 0;
  text-align: left;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;}
  .rtl .leo-widget .thumbnail-container {
    text-align: right;}
  .leo-widget .thumbnail-container .product-image {
    float: left;
    margin: 0 15px 15px 0;
    width: 80px;}
    .rtl .leo-widget .thumbnail-container .product-image {
      float: right;}
    .rtl .leo-widget .thumbnail-container .product-image {
      margin: 0 0 15px 15px;}
  .leo-widget .thumbnail-container .product-meta {
    overflow: hidden;
    zoom: 1;
    padding: 10px 0px;}
  .leo-widget .thumbnail-container .product-title {
    margin: 0 0 10px;
    text-transform: none;
    font-size: 13px;}
    .leo-widget .thumbnail-container .product-title a {
      padding: 0;
      color: inherit;}
  .leo-widget .thumbnail-container .product-price-and-shipping {
    color: #888;}
    .leo-widget .thumbnail-container .product-price-and-shipping .price {
      color: #000;}
    .leo-widget .thumbnail-container .product-price-and-shipping .aeuc_from_label {
      color: #888;}
    .leo-widget .thumbnail-container .product-price-and-shipping .aeuc_before_label,
    .leo-widget .thumbnail-container .product-price-and-shipping .discount-percentage {
      display: none;}
.leo-widget .widget-html {
  color: #888;
  line-height: 1.5;
  font-size: 13px;}

  .new-menu-item{
  text-align: center; 
  margin-top: 20px!important; 
  font-size: 14px; 
  font-weight: 500; 
  line-height: 125%;
}

  @media (max-width: 991px) {
    .leo-widget .widget-html {margin: 10px 0;} 
    .leo-widget .widget-html img {display: none;}
    .leo-widget .widget-html img {display: none;}
    .dropdown-menu-inner .row{margin-top: -10px;}

    .new-menu-item{text-align: left; margin-top: 0 !important; font-weight: 400; line-height: 13px;}
  }
  .leo-widget .widget-html p {
    margin: 0 0 15px;}
    .leo-widget .widget-html p:last-child {
      margin: 0;}
  .leo-widget .widget-html img {
    max-width: 100%;
    height: auto;}
.leo-widget .widget-video iframe {
  border-width: 0px;}
  @media (max-width: 991px) {
    .leo-widget .widget-video iframe {
      width: 100%;} }
.leo-widget ul.widget-image {
  margin-left: 0px;}
  .rtl .leo-widget ul.widget-image {
    margin-right: 0px;
    margin-left: inherit;}
  .leo-widget ul.widget-image li {
    margin-right: 10px;}
    .rtl .leo-widget ul.widget-image li {
      margin-left: 10px;
      margin-right: inherit;}
    .leo-widget ul.widget-image li:last-child {
      margin-right: 0px;}
      .rtl .leo-widget ul.widget-image li:last-child {
        margin-left: 0px;
        margin-right: inherit;}


.new-menu-item a{
  color: #000;
}

.new-menu-item img{
  padding-bottom: 7px;}


/*
 *
 * Vertical menu
 */
.ApMegamenu .leo-verticalmenu {
  background: #5d4e57;
  position: relative;}
  .ApMegamenu .leo-verticalmenu .title_block {
    margin: 0;
    color: #FFFFFF;
    width: 100%;
    line-height: 26px;
    letter-spacing: 1px;
    font-size: 20px;
    padding: 20px 25px;
    text-transform: none;}
    .ApMegamenu .leo-verticalmenu .title_block:before {
      display: none;}
  .ApMegamenu .leo-verticalmenu > .block_content {
    background: #5d4e57;
    position: absolute;
    z-index: 30;
    height: auto;
    overflow: visible;
    width: 100%;
    -webkit-transition: height 0.4s ease 0s;
    -o-transition: height 0.4s ease 0s;
    transition: height 0.4s ease 0s;}

div.verticalmenu {
  z-index: 100;}
  div.verticalmenu .navbar-collapse, div.verticalmenu .navbar-vertical {
    margin: 0;
    padding: 0;}
  div.verticalmenu .navbar-nav {
    position: static;
    float: none;
    width: 100%;}
    div.verticalmenu .navbar-nav > li {
      width: 100%;
      height: auto;
      position: relative;
      float: none;}
      div.verticalmenu .navbar-nav > li + .nav-item {
        margin-left: 0px;}
        .rtl div.verticalmenu .navbar-nav > li + .nav-item {
          margin-right: 0px;
          margin-left: inherit;}
      div.verticalmenu .navbar-nav > li > a {
        display: block;
        color: #666;
        font-size: 13px;
        font-family: "Poppins", sans-serif;
        padding: 13px 30px 13px;
        font-weight: 600;
        line-height: 24px;}
      div.verticalmenu .navbar-nav > li .caret {
        display: none;}
      @media (max-width: 991px) {
        div.verticalmenu .navbar-nav > li .caret {
          display: block;
          position: relative;
          top: -40px;
          cursor: pointer;
          border: none;
          width: 25px;
          height: 30px;
          text-align: center;
          border: none;
          float: right;
          right: 0;}
          .rtl div.verticalmenu .navbar-nav > li .caret {
            float: left;}
          .rtl div.verticalmenu .navbar-nav > li .caret {
            left: 0;
            right: auto;}
          div.verticalmenu .navbar-nav > li .caret:before {
            content: "\f105";
            font-family: "FontAwesome";
            color: #666;
            font-size: 11px;
            font-weight: normal;} }
      div.verticalmenu .navbar-nav > li .dropdown-submenu .caret {
        top: 0;}
        @media (max-width: 991px) {
          div.verticalmenu .navbar-nav > li .dropdown-submenu .caret {
            top: -16px;} }
      div.verticalmenu .navbar-nav > li.last a, div.verticalmenu .navbar-nav > li:last-child a {
        border: 0;}
      div.verticalmenu .navbar-nav > li:hover > a {
        color: #000;
        background: #000;}
        div.verticalmenu .navbar-nav > li:hover > a:hover, div.verticalmenu .navbar-nav > li:hover > a:focus {
          color: #FFFFFF;
          background: #000;
          border-color: #eee;}
      div.verticalmenu .navbar-nav > li:hover .caret {
        color: #000;}
        div.verticalmenu .navbar-nav > li:hover .caret:before {
          color: #000;}
      div.verticalmenu .navbar-nav > li.open > a {
        color: #000;
        background: #000;}
        div.verticalmenu .navbar-nav > li.open > a:hover, div.verticalmenu .navbar-nav > li.open > a:focus {
          color: #FFFFFF;
          background: #000;
          border-color: #eee;}
      div.verticalmenu .navbar-nav > li.open .caret {
        color: #000;}
        div.verticalmenu .navbar-nav > li.open .caret:before {
          color: #000;
          top: -23px;
          content: "\f0d7";}
      div.verticalmenu .navbar-nav > li .parent {
        position: relative;}
        div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle {
          text-transform: none;
          font-weight: normal;
          color: #666;}
          div.verticalmenu .navbar-nav > li .parent > .dropdown-toggle:hover {
            color: #000;}
    div.verticalmenu .navbar-nav li.parent > a:after {
      position: absolute;
      content: "\f105";
      font-family: "FontAwesome";
      color: #FFFFFF;
      font-size: 11px;
      font-weight: normal;
      right: 12px;
      top: 12px;
      border: none;}
      @media (max-width: 991px) {
        div.verticalmenu .navbar-nav li.parent > a:after {
          display: none;} }
    div.verticalmenu .navbar-nav li.parent:hover > a:after {
      color: #FFFFFF;}
    div.verticalmenu .navbar-nav li.parent.dropdown-submenu > a:after {
      color: #666;}
  div.verticalmenu ul li a .menu-icon {
    display: block;
    background-position: left center !important;}
    .rtl div.verticalmenu ul li a .menu-icon {
      background-position: right center !important;}
    div.verticalmenu ul li a .menu-icon span {
      display: block;
      margin-left: 35px;}
      .rtl div.verticalmenu ul li a .menu-icon span {
        margin-right: 35px;
        margin-left: inherit;}
    div.verticalmenu ul li a .menu-icon .menu-desc {
      display: none;}
  div.verticalmenu ul li a .menu-title {
    display: block;
    color: #FFFFFF;}
  div.verticalmenu ul li a .sub-title {
    font-size: 13px;}
  div.verticalmenu ul li a:hover, div.verticalmenu ul li a:focus {
    color: #FFFFFF;
    background: #FFFFFF;}
    div.verticalmenu ul li a:hover .menu-title, div.verticalmenu ul li a:focus .menu-title {
      color: #FFFFFF;}
  div.verticalmenu .dropdown-menu {
    left: -9999px;
    top: -9999px;
    right: auto;
    border: 2px solid #000;
    min-height: 100px;
    height: 100% !important;
    min-width: 215px;
    padding: 20px 28px;
    background: #FFFFFF;
    margin: 0px;
    text-align: left;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);}
    .rtl div.verticalmenu .dropdown-menu {
      text-align: right;}
    div.verticalmenu .dropdown-menu ul li {
      padding: 4px 0;
      line-height: normal;
      list-style: none;
      display: block;
      float: none;}
      div.verticalmenu .dropdown-menu ul li + .nav-item {
        margin-left: 0px;}
        .rtl div.verticalmenu .dropdown-menu ul li + .nav-item {
          margin-right: 0px;
          margin-left: inherit;}
      div.verticalmenu .dropdown-menu ul li a {
        color: #666;
        font-size: 12px;
        font-weight: 400;
        padding: 0;}
        div.verticalmenu .dropdown-menu ul li a .menu-title {
          color: #666;
          text-transform: none;}
        div.verticalmenu .dropdown-menu ul li a:hover {
          color: #000;}
          div.verticalmenu .dropdown-menu ul li a:hover .menu-title {
            color: #000;}
    div.verticalmenu .dropdown-menu p {
      line-height: 18px;
      font-size: 12px;}
    div.verticalmenu .dropdown-menu .leo-menu-video {
      width: 100%;}
      div.verticalmenu .dropdown-menu .leo-menu-video iframe {
        margin-bottom: 10px;}
    div.verticalmenu .dropdown-menu .dropdown-toggle:hover {
      color: #000000;}
    div.verticalmenu .dropdown-menu .dropdown-toggle {
      font-weight: 400;
      text-transform: uppercase;
      line-height: normal;
      color: #000000;
      font-family: "Poppins", sans-serif;
      font-size: 12px;}
    div.verticalmenu .dropdown-menu .action {
      display: none;}
  div.verticalmenu .widget-heading {
    color: #000000;
    text-transform: uppercase;
    font-weight: 400;}

div.active-hover ul > li:hover > .dropdown-menu {
  left: 100%;
  top: -1px;
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-table;}
  .rtl div.active-hover ul > li:hover > .dropdown-menu {
    right: 100%;
    left: auto;}

/* CANVAS MENU - SHOW CANVAS = YES */
.megamenu-overlay {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  visibility: hidden;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  zoom: 1;
  background-color: transparent\9;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;}

.off-canvas body {
  position: relative;}

@media (min-width: 992px) {
  .off-canvas-active > #page,
  .off-canvas-active > .off-canvas-nav-megamenu {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative !important;}

  .off-canvas-button-megamenu {
    display: none !important;} }
@media (max-width: 991px) {
  .off-canvas-active .megamenu-overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;} }
.off-canvas-button-megamenu {
  color: #000000;
  margin: 15px 10px;
  text-align: right;}
  .rtl .off-canvas-button-megamenu {
    text-align: left;}
  .off-canvas-button-megamenu:hover {
    cursor: pointer;}

.off-canvas-inactive > #page {
  -webkit-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;}

.off-canvas-active {
  background: #FFFFFF;}
  .off-canvas-active > .off-canvas-nav-megamenu.active {
    left: 0px;
    -webkit-transform: translateX(234px);
    -moz-transform: translateX(234px);
    -ms-transform: translateX(234px);
    -o-transform: translateX(234px);
    transform: translateX(234px);
    -webkit-transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    transition: all 400ms ease 0s;}
    .rtl .off-canvas-active > .off-canvas-nav-megamenu.active {
      right: 0px;
      left: auto;}

body.off-canvas-active {
  overflow: hidden;}

.off-canvas-nav-megamenu {
  position: fixed;
  top: 0px;
  width: 0px;
  background: #FFFFFF;
  z-index: 999;
  left: 0;
  -webkit-transition: all 400ms ease 0s;
  -o-transition: all 400ms ease 0s;
  transition: all 400ms ease 0s;}
  .rtl .off-canvas-nav-megamenu {
    right: 0;
    left: auto;}
  .off-canvas-nav-megamenu .navbar-nav {
    margin: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 40px);}
    .off-canvas-nav-megamenu .navbar-nav > li {
      float: none;
      border-bottom: 1px solid #eee;
      float: none;}
      .off-canvas-nav-megamenu .navbar-nav > li + .nav-item {
        margin-left: 0px;}
        .rtl .off-canvas-nav-megamenu .navbar-nav > li + .nav-item {
          margin-right: 0px;
          margin-left: inherit;}
      .off-canvas-nav-megamenu .navbar-nav > li.ic > a > .sub-title {
        display: inline-block;
        text-align: center;
        font-size: 12px;
        color: #ffffff;
        text-transform: capitalize;
        font-weight: 400;
        padding: 2px 5px;
        position: absolute;
        top: 5px;
        border-radius: 2px;
        right: -35px;
        background-color: #333;}
        .rtl .off-canvas-nav-megamenu .navbar-nav > li.ic > a > .sub-title {
          left: -35px;
          right: auto;}
      .off-canvas-nav-megamenu .navbar-nav > li.ic.ic-new > a > .sub-title {
        background-color: #16c98d;}
      .off-canvas-nav-megamenu .navbar-nav > li.ic.ic-sale > a > .sub-title {
        background-color: #ff708e;}
      .off-canvas-nav-megamenu .navbar-nav > li > a {
        display: inline-block;
        color: #2a363b;
        font-size: 14px;
        font-weight: 600;
        padding: 14px 20px;
        position: relative;}
        .off-canvas-nav-megamenu .navbar-nav > li > a:hover, .off-canvas-nav-megamenu .navbar-nav > li > a:focus {
          background: none;}
    .off-canvas-nav-megamenu .navbar-nav .dropdown-sub div.menu-title {
      font-weight: 500;
      color: #000;
      font-size: 13px;}
  .off-canvas-nav-megamenu .nav li.dropdown .caret {
    cursor: pointer;
    position: absolute;
    top: 0;
    margin: auto 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;}
    .rtl .off-canvas-nav-megamenu .nav li.dropdown .caret {
      left: 0;
      right: auto;}
    .off-canvas-nav-megamenu .nav li.dropdown .caret:before {
      content: "\e912";
      font-family: "Veneti";
      color: #000000;
      font-size: 20px;
      font-weight: normal;
      display: block;
      text-align: center;
      transition: all .6s;
      transform-origin: center center;}
  .off-canvas-nav-megamenu .nav li.dropdown .dropdown-toggle::after {
    display: none;}
  .off-canvas-nav-megamenu .nav li.open-sub > .caret:before {
    transform: rotate(180deg);}
  .off-canvas-nav-megamenu .nav li li.dropdown-submenu .caret {
    top: 0px;
    width: 30px;
    height: 40px;
    line-height: 40px;}
  .off-canvas-nav-megamenu .offcanvas-mainnav {
    background-color: #FFFFFF;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 80vw;
    overflow: hidden;
    left: 0;}
  .off-canvas-nav-megamenu .dropdown-menu {
    font-size: 13px;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    float: none;
    margin: 0;
    width: 100% !important;
    border: 0;
    padding: 0px 20px 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    text-align: left;}
    .rtl .off-canvas-nav-megamenu .dropdown-menu {
      text-align: right;}
    .off-canvas-nav-megamenu .dropdown-menu ul li {
      line-height: 30px;
      float: none;}
      .off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item {
        position: relative;
        margin-left: 0px;}
        .rtl .off-canvas-nav-megamenu .dropdown-menu ul li + .nav-item {
          margin-right: 0px;
          margin-left: inherit;}
      .off-canvas-nav-megamenu .dropdown-menu ul li > a {
        font-weight: 400;
        color: #888;
        padding: 0;}
        .off-canvas-nav-megamenu .dropdown-menu ul li > a:hover {
          color: #000;}
  .off-canvas-nav-megamenu .dropdown-sub div.menu-title {
    margin: 10px 0;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;}
    .off-canvas-nav-megamenu .dropdown-sub div.menu-title a {
      color: #000;}
  .off-canvas-nav-megamenu ul.nav-links {
    padding-left: 7px;}
    .rtl .off-canvas-nav-megamenu ul.nav-links {
      padding-right: 7px;
      padding-left: inherit;}
    .off-canvas-nav-megamenu ul.nav-links li {
      line-height: 30px;}
  .off-canvas-nav-megamenu .mega-col {
    width: 100%;}
  .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {
    padding: 3px 3px 3px 7px;}
    .rtl .off-canvas-nav-megamenu .leo-widget .widget-subcategories ul {
      padding: 3px 7px 3px 3px;}

/* OFF CANVAS MENU - SHOW CANVAS = NO */
@media (max-width: 991px) {
  .leo-megamenu.disable-canvas .dropdown-menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;}
  .leo-megamenu.disable-canvas .navbar-nav > li.aligned-fullwidth {
    position: relative;}
  .leo-megamenu.disable-canvas .navbar-nav > li > a {
    padding: 20px 0;}
    .leo-megamenu.disable-canvas .navbar-nav > li > a:after {
      display: none;}
  .leo-megamenu.disable-canvas .navbar-nav > li .caret {
    cursor: pointer;
    position: absolute;
    top: 13px;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    right: 0;}
    .rtl .leo-megamenu.disable-canvas .navbar-nav > li .caret {
      left: 0;
      right: auto;}
    .leo-megamenu.disable-canvas .navbar-nav > li .caret:before {
      content: "add";
      font-family: "Material Icons";
      position: absolute;
      font-size: 20px;
      font-weight: normal;
      text-align: center;
      color: #FFFFFF;
      z-index: 1001;}
  .leo-megamenu .collapse {
    text-align: left;}
    .rtl .leo-megamenu .collapse {
      text-align: right;}
    .leo-megamenu .collapse .navbar-nav {
      text-align: left;
      height: auto;}
      .rtl .leo-megamenu .collapse .navbar-nav {
        text-align: right;}
    .leo-megamenu .collapse .navbar-nav > li.aligned-fullwidth {
      position: relative;} }
  @media (max-width: 991px) and (max-width: 991px) {
    .leo-megamenu .collapse .navbar-nav > li > .dropdown-menu .mega-col {
      max-width: 100%;
      flex: 0 0 100%;} }
@media (max-width: 991px) {
    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown.open-sub > .caret:before {
      content: "remove";}
    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown-submenu .caret:before {
      top: -13px;}
    .leo-megamenu .collapse .navbar-nav .nav-item.dropdown-submenu.open-sub > .caret:before {
      content: "remove";}
    .leo-megamenu .collapse .navbar-nav .dropdown-toggle::after {
      display: none;}
    .leo-megamenu .collapse .dropdown-submenu > .dropdown-menu {
      width: 100%;
      position: relative;
      left: 0;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      -o-box-shadow: none;
      -ms-box-shadow: none;
      box-shadow: none;}
      .rtl .leo-megamenu .collapse .dropdown-submenu > .dropdown-menu {
        right: 0;
        left: auto;} }
/*** Responsive part ***/
@media (max-width: 991px) {
  .ApMegamenu > .navbar {
    position: static;}

  .leo-megamenu.disable-canvas .navbar-nav {
    margin: 0;}
    .leo-megamenu.disable-canvas .navbar-nav > li > a {
      padding: 15px;
      display: inline-block;
      letter-spacing: 1px;}
    .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret {
      cursor: pointer;
      position: absolute;
      top: 9px;
      line-height: 30px;
      display: block;
      width: 30px;
      height: 30px;
      right: 0;}
      .rtl .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret {
        left: 0;
        right: auto;}
      .leo-megamenu.disable-canvas .navbar-nav .nav-item .caret:before {
        content: "add";
        font-family: "Material Icons";
        position: absolute;
        font-size: 20px;
        font-weight: normal;
        text-align: center;
        color: #F0F0F0;
        z-index: 1001;}
  .leo-megamenu.disable-canvas .leo-top-menu {
    background: #353535;
    position: absolute;
    top: 100%;
    z-index: 99;
    left: 10px;
    right: 10px;}
  .leo-megamenu.disable-canvas .dropdown-toggle::after {
    display: none;} }
.leo-widget .widget-category_image .level0 li {
  position: relative;
  display: inline-block;
  min-width: 140px;}
  .leo-widget .widget-category_image .level0 li ul {
    background: #FFFFFF;
    border: 1px solid #c3c3c3;
    position: absolute;
    top: -1px;
    z-index: 99;
    display: none;
    left: 100%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;}
    .rtl .leo-widget .widget-category_image .level0 li ul {
      right: 100%;
      left: auto;}
    .leo-widget .widget-category_image .level0 li ul li {
      padding: 5px 10px;}
  .leo-widget .widget-category_image .level0 li:hover > ul {
    display: block;}

.navbar-header .navbar-toggler {
  height: 40px;
  width: 40px;
  padding: 0;
  border: 1px solid #333;
  margin: 20px auto;
  border-radius: 0;}

.off-canvas-active .navbar-header .navbar-toggler {
  border-color: #000;
  background: #000;
  color: #fff;}

.off-canvas-button-megamenu {
  font-size: 0px;
  color: transparent;
  margin: 15px 20px 0;}
  .off-canvas-button-megamenu .off-canvas-nav {
    display: block;
    outline: 0;}
    .off-canvas-button-megamenu .off-canvas-nav:before {
      content: "\e926";
      font-family: 'Veneti';
      font-size: 20px;
      color: #333;}
  .off-canvas-button-megamenu:focus .off-canvas-nav:before {
    color: #000;}

.col-menuinfo .widget-raw-html {
  font-size: 20px;
  padding: 25px 0;
  text-align: center;
  color: #333;
  border-top: 1px solid #e5e5e5;
  margin: 10px -20px -20px;
  font-weight: 300;
  background: #fbfbfb;}
  @media (min-width: 1200px) {
    .col-menuinfo .widget-raw-html {
      margin: 30px -25px -25px;} }
  @media (max-width: 991px) {
    .col-menuinfo .widget-raw-html {
      font-size: 16px;
      margin: 10px -20px 0px;
      padding: 20px;} }
  .col-menuinfo .widget-raw-html p {
    margin: 0;}
  .col-menuinfo .widget-raw-html strong, .col-menuinfo .widget-raw-html b {
    color: #000;}
  .col-menuinfo .widget-raw-html .shop-now {
    background: #a3de83;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 0 0 15px;
    padding: 6px 20px;
    transition: all 0.4s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    display: inline-block;}
    .rtl .col-menuinfo .widget-raw-html .shop-now {
      margin: 0 15px 0 0;}
    .col-menuinfo .widget-raw-html .shop-now:hover {
      background: #000;
      color: #fff;}

.box-listdetail .leo-widget .widget-html {
  margin-top: 0;}

.popup-over {
  position: relative;}
  .popup-over a.popup-title {
    display: block;
    white-space: nowrap;}
  .popup-over .popup-content {
    padding: 10px 0;
    position: absolute;
    top: 100%;
    background: #fff;
    color: #999;
    border: 0;
    min-width: 200px;
    z-index: 9999;
    display: block;
    right: 0;
    left: auto;
    transition: all 0.2s;
    border-radius: 5px;
    text-align: left;
    font-size: 13px;
    animation: none;
    margin: 0px;}
    @media (min-width: 992px) {
      .popup-over .popup-content {
        opacity: 0;
        visibility: hidden;
        transform: translateY(5px);} }
    @media (max-width: 991px) {
      .popup-over .popup-content {
        display: none;
        -webkit-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        transition: opacity 0.4s;} }
    .popup-over .popup-content:after, .popup-over .popup-content:before {
      bottom: 100%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;}
    .popup-over .popup-content:before {
      border-bottom-color: #eee;
      border-width: 8px;
      margin-left: -8px;
      right: 8px;}
      .rtl .popup-over .popup-content:before {
        left: 8px;
        right: auto;}
    .popup-over .popup-content:after {
      border-bottom-color: #fff;
      border-width: 8px;
      margin-left: -8px;
      margin-bottom: -1px;
      right: 8px;}
      .rtl .popup-over .popup-content:after {
        left: 8px;
        right: auto;}
    .popup-over .popup-content a {
      color: #666;
      padding: 0px;}
      .popup-over .popup-content a:hover {
        color: #000;}
    .popup-over .popup-content li {
      display: block;}
      .popup-over .popup-content li img {
        vertical-align: 0;
        margin: 0 2px 0 0;}
      .popup-over .popup-content li.current {
        color: #000;}
        .popup-over .popup-content li.current a {
          color: #000;}
      .popup-over .popup-content li a {
        display: block;
        line-height: 20px;
        padding: 5px 18px;}
        .popup-over .popup-content li a i {
          font-size: 13px;
          margin-right: 5px;}
          .rtl .popup-over .popup-content li a i {
            margin-left: 5px;
            margin-right: inherit;}
  @media (min-width: 992px) {
    .popup-over:hover .popup-content {
      display: block !important;
      opacity: 1;
      visibility: visible;
      transform: translateY(0px);} }
  @media (min-width: 992px) {
    .popup-over.open .popup-content {
      display: block !important;
      opacity: 1;
      visibility: visible;
      transform: translateY(0px);} }

.language-selector-wrapper .popup-content li,
.currency-selector .popup-content li {
  position: relative;}
  .language-selector-wrapper .popup-content li:before,
  .currency-selector .popup-content li:before {
    content: "\e932";
    font-family: "Veneti";
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 30px;
    color: #ccc;
    font-size: 13px;
    pointer-events: none;
    transition: all .3s;
    opacity: 0;}
  .language-selector-wrapper .popup-content li:hover:before,
  .currency-selector .popup-content li:hover:before {
    opacity: 1;}
  .language-selector-wrapper .popup-content li.current:before,
  .currency-selector .popup-content li.current:before {
    color: #000;
    opacity: 1;}

#leo_block_top .popup-content {
  padding: 10px 0;}
  #leo_block_top .popup-content .language-selector ul,
  #leo_block_top .popup-content .currency-selector ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;}
    #leo_block_top .popup-content .language-selector ul:after,
    #leo_block_top .popup-content .currency-selector ul:after {
      content: "";
      display: block;
      clear: both;}
  #leo_block_top .popup-content .language-selector li:first-child,
  #leo_block_top .popup-content .currency-selector li:first-child {
    margin-top: 10px;}
  #leo_block_top .popup-content .language-selector a,
  #leo_block_top .popup-content .currency-selector a {
    line-height: 20px;
    padding: 5px 0 5px 10px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 5px;
    border-radius: 5px;
    width: auto;}
    #leo_block_top .popup-content .language-selector a:hover,
    #leo_block_top .popup-content .currency-selector a:hover {
      background: #f5f5f5;}
  #leo_block_top .popup-content .language-selector > span,
  #leo_block_top .popup-content .currency-selector > span {
    display: none;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.5px;}
  #leo_block_top .popup-content .currency-selector {
    border-top: 1px solid #eee;
    margin-top: 10px;}
    #leo_block_top .popup-content .currency-selector li {
      width: 50%;}
  #leo_block_top .popup-content .language-selector {
    border-top: 1px solid #eee;
    margin-top: 10px;
    padding-top: 3px;}
    #leo_block_top .popup-content .language-selector li {
      width: 50%;}
      #leo_block_top .popup-content .language-selector li .lang-img {
        display: inline-block;
        line-height: 1;
        width: 16px;
        height: 11px;
        vertical-align: 0px;
        margin-right: 5px;}
        #leo_block_top .popup-content .language-selector li .lang-img img {
          display: block;}

.rtl .popup-over .popup-content {
  left: 0;
  right: auto;}

/* mini basket */
/* Product List*/
.product_list.list .ajax_block_product {
  width: 100%;}
  .product_list.list .ajax_block_product:hover {
    z-index: 2;}
.product_list.list .thumbnail-container {
  text-align: left;}
  .rtl .product_list.list .thumbnail-container {
    text-align: right;}
  .product_list.list .thumbnail-container:after {
    content: "";
    display: block;
    clear: both;}
  .product_list.list .thumbnail-container .product-flags {
    text-align: left;}
    .rtl .product_list.list .thumbnail-container .product-flags {
      text-align: right;}
  .product_list.list .thumbnail-container .product-image {
    float: left;
    float: left;
    width: 33.33333%;
    text-align: center;}
    .rtl .product_list.list .thumbnail-container .product-image {
      float: right;}
    @media (min-width: 992px) {
      .product_list.list .thumbnail-container .product-image {
        max-width: 240px;} }
  .product_list.list .thumbnail-container .product-meta {
    position: relative;
    float: left;
    width: 66.66667%;
    text-align: left;
    padding: 30px;
    background: none;
    transform: none !important;}
    .rtl .product_list.list .thumbnail-container .product-meta {
      text-align: right;}
    @media (min-width: 992px) {
      .product_list.list .thumbnail-container .product-meta {
        min-width: calc(100% - 240px);} }
    @media (max-width: 991px) {
      .product_list.list .thumbnail-container .product-meta {
        padding: 0 10px 0;} }
  .product_list.list .thumbnail-container .pro-btn {
    position: static;
    transform: none;
    margin: 0 0 15px;}
  .product_list.list .thumbnail-container .product-description-short {
    display: inline-block;}
  .product_list.list .thumbnail-container .product-title {
    margin: 10px 0;}
  .product_list.list .thumbnail-container .product-price-and-shipping .discount-percentage {
    vertical-align: 2px;}
  .product_list.list .thumbnail-container .p-action .p-top {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;}
    .product_list.list .thumbnail-container .p-action .p-top .leo-list-product-reviews {
      right: 10px;}
      .rtl .product_list.list .thumbnail-container .p-action .p-top .leo-list-product-reviews {
        left: 10px;
        right: auto;}
  .product_list.list .thumbnail-container .p-action .p-bottom {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;}
.product_list.grid .ajax_block_product {
  clear: none;}
  @media (min-width: 1200px) {
    .product_list.grid .ajax_block_product.first-in-line {
      clear: both;} }
  @media (min-width: 992px) and (max-width: 1199px) {
    .product_list.grid .ajax_block_product:nth-child(3n+1) {
      clear: both;} }
  @media (max-width: 991px) and (min-width: 768px) {
    .product_list.grid .ajax_block_product:nth-child(3n+1) {
      clear: both;} }
  @media (max-width: 767px) and (min-width: 481px) {
    .product_list.grid .ajax_block_product {
      width: 50%;}
      .product_list.grid .ajax_block_product:nth-child(2n+1) {
        clear: both;} }

.layout-left-column .product_list.grid .ajax_block_product {
  clear: none;}
  @media (max-width: 991px) and (min-width: 768px) {
    .layout-left-column .product_list.grid .ajax_block_product {
      width: 50%;}
      .layout-left-column .product_list.grid .ajax_block_product:nth-child(2n+1) {
        clear: both;} }

.featured-products .ajax_block_product.col-xl-3 {
  clear: none;}
  @media (min-width: 992px) {
    .featured-products .ajax_block_product.col-xl-3 {
      width: 25%;}
      .featured-products .ajax_block_product.col-xl-3.first-in-line {
        clear: both;} }
  @media (max-width: 991px) and (min-width: 768px) {
    .featured-products .ajax_block_product.col-xl-3 {
      width: 33.33%;}
      .featured-products .ajax_block_product.col-xl-3:nth-child(3n+1) {
        clear: both;} }
  @media (max-width: 767px) and (min-width: 481px) {
    .featured-products .ajax_block_product.col-xl-3 {
      width: 33.33%;}
      .featured-products .ajax_block_product.col-xl-3:nth-child(3n+1) {
        clear: both;} }
  @media (max-width: 480px) {
    .featured-products .ajax_block_product.col-xl-3 {
      width: 50%;}
      .featured-products .ajax_block_product.col-xl-3:nth-child(2n+1) {
        clear: both;} }

body#category .product_list.grid .ajax_block_product {
  clear: none;}
  @media (min-width: 1200px) {
    body#category .product_list.grid .ajax_block_product.first-in-line {
      clear: both;} }
  @media (min-width: 992px) and (max-width: 1199px) {
    body#category .product_list.grid .ajax_block_product:nth-child(3n+1) {
      clear: both;} }
  @media (max-width: 991px) and (min-width: 768px) {
    body#category .product_list.grid .ajax_block_product:nth-child(2n+1) {
      clear: both;} }
  @media (max-width: 767px) and (min-width: 481px) {
    body#category .product_list.grid .ajax_block_product {
      width: 50%;}
      body#category .product_list.grid .ajax_block_product:nth-child(2n+1) {
        clear: both;} }

/* Product Grid style */
.thumbnail-container {
  position: relative;
  margin-bottom: 20px;}
  .thumbnail-container .product-image {
    position: relative;}
    @media (max-width: 480px) {
      .thumbnail-container .product-image img {
        width: 100%;} }
    .thumbnail-container .product-image .slick-arrow {
      transition: all .4s;
      opacity: 0;
      visibility: hidden;}
  .thumbnail-container .product-meta {
    padding: 0 0 10px;}
  .thumbnail-container .functional-buttons {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3px;}
    .thumbnail-container .functional-buttons a.quick-view,
    .thumbnail-container .functional-buttons .btn-product {
      background: rgba(255, 255, 255, 0.95);
      display: block;
      width: 100%;
      height: 44px;
      line-height: 44px;
      text-align: center;
      padding: 0 10px;
      color: #000;
      border: 0;
      font-size: 11px;
      text-transform: uppercase;
      border-radius: 0;
      -webkit-transition: all 0.35s ease;
      -o-transition: all 0.35s ease;
      transition: all 0.35s ease;
      margin: 3px 0 0;}
      @media (min-width: 992px) {
        .thumbnail-container .functional-buttons a.quick-view,
        .thumbnail-container .functional-buttons .btn-product {
          opacity: 0;
          filter: alpha(opacity=0);
          visibility: hidden;} }
      @media (min-width: 480px) {
        .thumbnail-container .functional-buttons a.quick-view,
        .thumbnail-container .functional-buttons .btn-product {
          font-size: 10px;} }
      @media (max-width: 991px) {
        .thumbnail-container .functional-buttons a.quick-view,
        .thumbnail-container .functional-buttons .btn-product {
          font-size: 10px;
          letter-spacing: 0;} }
      .thumbnail-container .functional-buttons a.quick-view:hover, .thumbnail-container .functional-buttons a.quick-view.added,
      .thumbnail-container .functional-buttons .btn-product:hover,
      .thumbnail-container .functional-buttons .btn-product.added {
        color: #000;}
    @media (max-width: 991px) and (min-width: 768px) {
      .thumbnail-container .functional-buttons {
        padding: 3px 1.5px;}
        .thumbnail-container .functional-buttons a.quick-view,
        .thumbnail-container .functional-buttons .btn-product {
          font-size: 10px;} }
  .thumbnail-container:hover .product-image .slick-arrow {
    opacity: 1;
    visibility: visible;}
  .thumbnail-container:hover .functional-buttons a.quick-view,
  .thumbnail-container:hover .functional-buttons .btn-product {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;}
  .thumbnail-container:hover .functional-buttons .btn-product {
    transition-delay: 0.1s;}
  .thumbnail-container .product-title {
    text-transform: none;
    margin: 0px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;}
    .thumbnail-container .product-title a {
      display: block;
      padding: 10px 0 1px;
      color: inherit;}
      .thumbnail-container .product-title a:hover {
        color: #666;}
  .thumbnail-container .product-price-and-shipping {
    color: #000000;
    font-size: 14px;}
    .thumbnail-container .product-price-and-shipping .aeuc_before_label {
      color: #999;
      font-size: 12px;}
    .thumbnail-container .product-price-and-shipping .aeuc_from_label {
      margin: 0 5px 0 0;}
      .rtl .thumbnail-container .product-price-and-shipping .aeuc_from_label {
        margin: 0 0 0 5px;}
    .thumbnail-container .product-price-and-shipping .price {
      font-weight: 500;
      margin: 0 5px 0 0;
      font-size: 14px;
      color: #000;}
      .rtl .thumbnail-container .product-price-and-shipping .price {
        margin: 0 0 0 5px;}
    .thumbnail-container .product-price-and-shipping .regular-price {
      color: #999;
      font-size: 14px;
      text-decoration: line-through;
      font-weight: 500;
      margin: 0 5px 0 0;}
      .rtl .thumbnail-container .product-price-and-shipping .regular-price {
        margin: 0 0 0 5px;}
      .thumbnail-container .product-price-and-shipping .regular-price + span.price {
        color: #d31d52;}
    .thumbnail-container .product-price-and-shipping .discount-percentage {
      margin: 0 5px 0 0;}
      .rtl .thumbnail-container .product-price-and-shipping .discount-percentage {
        margin: 0 0 0 5px;}
  .thumbnail-container .p-name {
    position: relative;
    margin: 0 0 10px;
    padding: 0 35px 0 0;}
    .rtl .thumbnail-container .p-name {
      padding: 0 0 0 35px;}
    .thumbnail-container .p-name .leo-wishlist-button {
      position: absolute;
      top: 10px;
      right: 5px;
      padding: 0;
      border: 0;
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      color: #444;
      background: none;
      overflow: hidden;}
      .rtl .thumbnail-container .p-name .leo-wishlist-button {
        left: 5px;
        right: auto;}
      .thumbnail-container .p-name .leo-wishlist-button:hover, .thumbnail-container .p-name .leo-wishlist-button:active, .thumbnail-container .p-name .leo-wishlist-button:focus {
        color: #000;
        background: none;}
      .thumbnail-container .p-name .leo-wishlist-button i {
        display: block;
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-size: 0;}
        .thumbnail-container .p-name .leo-wishlist-button i:before {
          content: "\f08a";
          font-family: 'FontAwesome';
          font-size: 14px;}
      .thumbnail-container .p-name .leo-wishlist-button .leo-wishlist-bt-content span {
        display: none;}
      .thumbnail-container .p-name .leo-wishlist-button.added i:before {
        content: "\f004";}
    .thumbnail-container .p-name .leo-wishlist-button-dropdown {
      position: static;}
      .thumbnail-container .p-name .leo-wishlist-button-dropdown .leo-list-wishlist {
        left: auto;
        right: 0;}
        .rtl .thumbnail-container .p-name .leo-wishlist-button-dropdown .leo-list-wishlist {
          left: 0;
          right: auto;}
  .thumbnail-container .p-price {
    position: relative;
    padding: 0 40px 0 0;}
    .rtl .thumbnail-container .p-price {
      padding: 0 0 0 40px;}
    .thumbnail-container .p-price .discount-percentage {
      display: none;}
    .thumbnail-container .p-price .add-to-cart {
      font-size: 13px;
      padding: 0;
      line-height: 24px;
      height: 24px;
      min-width: 24px;
      background: none;
      color: #000;
      border: 0;
      position: absolute;
      top: 0;
      width: auto;}
      @media (min-width: 992px) {
        .thumbnail-container .p-price .add-to-cart {
          left: 0;
          -webkit-transform: translateX(-20px);
          -moz-transform: translateX(-20px);
          -ms-transform: translateX(-20px);
          -o-transform: translateX(-20px);
          transform: translateX(-20px);
          opacity: 0;
          filter: alpha(opacity=0);
          visibility: hidden;
          -webkit-transition: all 0.3s 0.1s;
          -o-transition: all 0.3s 0.1s;
          transition: all 0.3s 0.1s;}
          .rtl .thumbnail-container .p-price .add-to-cart {
            right: 0;
            left: auto;} }
    .thumbnail-container .p-price .product-price-and-shipping {
      display: block;
      -webkit-transition: all 0.3s 0.1s;
      -o-transition: all 0.3s 0.1s;
      transition: all 0.3s 0.1s;
      line-height: 24px;}
    @media (max-width: 991px) {
      .thumbnail-container .p-price .add-to-cart {
        right: 0;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;}
        .rtl .thumbnail-container .p-price .add-to-cart {
          left: 0;
          right: auto;}
        .thumbnail-container .p-price .add-to-cart .leo-bt-cart-content i {
          display: block;
          width: 24px;
          height: 24px;
          line-height: 24px;
          text-align: center;
          font-size: 0;}
          .thumbnail-container .p-price .add-to-cart .leo-bt-cart-content i:before {
            font-size: 16px;}
        .thumbnail-container .p-price .add-to-cart .leo-bt-cart-content span {
          display: none;} }
  @media (min-width: 992px) {
    .thumbnail-container:hover .p-price .add-to-cart {
      opacity: 1;
      filter: alpha(opacity=100);
      visibility: visible;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);}
      .thumbnail-container:hover .p-price .add-to-cart.disable {
        opacity: 0.5;
        filter: alpha(opacity=50);}
    .thumbnail-container:hover .p-price .product-price-and-shipping {
      opacity: 0;
      filter: alpha(opacity=0);
      visibility: hidden;
      -webkit-transform: translateX(70px);
      -moz-transform: translateX(70px);
      -ms-transform: translateX(70px);
      -o-transform: translateX(70px);
      transform: translateX(70px);} }
  .thumbnail-container .product-additional {
    position: absolute;
    top: 0px;
    visibility: hidden;
    left: 0px;
    right: 0;
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;}
  .thumbnail-container .comments_note {
    color: #acaaa6;}
  .thumbnail-container .variant-links {
    width: 100%;
    padding-top: 3px;
    min-height: 30px;}
  .thumbnail-container .product-description-short {
    display: none;
    line-height: 20px;}
  .thumbnail-container:hover .product-additional {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);}
  .thumbnail-container:hover .leo-more-info {
    width: 90px;
    opacity: 1;
    filter: alpha(opacity=100);
    right: -90px;}
    .rtl .thumbnail-container:hover .leo-more-info {
      left: -90px;
      right: auto;}

.product_block.last_item .thumbnail-container .leo-more-info {
  right: auto;
  left: 0px;}
.product_block.last_item .thumbnail-container:hover .leo-more-info {
  right: auto;
  left: -90px;}

.product-flags {
  margin: 0;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  text-transform: uppercase;
  line-height: 1;
  pointer-events: none;
  font-size: 0.85em;}
  .product-flags li.product-flag {
    margin: 0 5px 5px 0;
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: top;
    background: #000;
    color: #fff;}
  .product-flags .product-flag.discount {
    background: #F75B3D;}
  .product-flags .product-flag.online-only {
    background: #3AB5C4;}
  .product-flags .product-flag.new {
    background: #4AB34E;}
  .product-flags .product-flag.on-sale {
    background: #D4B91B;}
  .product-flags .product-flag.product-available {
    background: #4cbb6c;}
  .product-flags .product-flag.product-unavailable {
    background: #999;}

.plist-dsimple .thumbnail-container .quick-view i {
  display: none;}
.plist-dsimple .thumbnail-container .btn-product {
  position: relative;}
  .plist-dsimple .thumbnail-container .btn-product .cssload-speeding-wheel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;}
  .plist-dsimple .thumbnail-container .btn-product i {
    display: none;}
  .plist-dsimple .thumbnail-container .btn-product.add-to-cart i {
    width: 14px;
    height: 14px;
    font-size: 0px !important;}
    .plist-dsimple .thumbnail-container .btn-product.add-to-cart i:before {
      content: "\e90a";
      font-family: 'Veneti';
      font-size: 14px;}

.leo-productscompare-item .thumbnail-container {
  min-width: 250px;}

.leo-productscompare-item .thumbnail-container,
.leo-wishlist-product .thumbnail-container {
  margin: 0;
  text-align: center;}
  .leo-productscompare-item .thumbnail-container .button-container,
  .leo-wishlist-product .thumbnail-container .button-container {
    text-align: center;
    padding: 10px 0;}
  .leo-productscompare-item .thumbnail-container .product_desc,
  .leo-wishlist-product .thumbnail-container .product_desc {
    margin-bottom: 10px;}
  .leo-productscompare-item .thumbnail-container .btn-product,
  .leo-wishlist-product .thumbnail-container .btn-product {
    width: 100%;
    height: 40px;}
  .leo-productscompare-item .thumbnail-container .product-price-and-shipping .discount-percentage,
  .leo-wishlist-product .thumbnail-container .product-price-and-shipping .discount-percentage {
    background: #f39d72;
    color: #fff;
    position: static;
    padding: 3px 5px;
    border-radius: 2px;
    font-size: 12px;}
  .leo-productscompare-item .thumbnail-container .product-flags,
  .leo-wishlist-product .thumbnail-container .product-flags {
    padding: 0;
    text-align: left;}
    .rtl .leo-productscompare-item .thumbnail-container .product-flags, .rtl
    .leo-wishlist-product .thumbnail-container .product-flags {
      text-align: right;}
  .leo-productscompare-item .thumbnail-container .product-thumbnail img,
  .leo-wishlist-product .thumbnail-container .product-thumbnail img {
    max-width: 100%;}
  .leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after,
  .leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after {
    position: absolute;
    top: 15px;
    right: 10px;}
    .rtl .leo-productscompare-item .thumbnail-container .leo-bt-select-attr:after, .rtl
    .leo-wishlist-product .thumbnail-container .leo-bt-select-attr:after {
      left: 10px;
      right: auto;}
  .leo-productscompare-item .thumbnail-container .product_desc,
  .leo-wishlist-product .thumbnail-container .product_desc {
    display: none;}
  .leo-productscompare-item .thumbnail-container .product-price-and-shipping,
  .leo-wishlist-product .thumbnail-container .product-price-and-shipping {
    text-align: center;}
  .leo-productscompare-item .thumbnail-container .product-title,
  .leo-wishlist-product .thumbnail-container .product-title {
    margin: 0 0 20px;
    text-align: center;}
    .leo-productscompare-item .thumbnail-container .product-title a,
    .leo-wishlist-product .thumbnail-container .product-title a {
      color: #000;}
      .leo-productscompare-item .thumbnail-container .product-title a:hover,
      .leo-wishlist-product .thumbnail-container .product-title a:hover {
        color: #000;}
  .leo-productscompare-item .thumbnail-container .leo-pro-attr-section,
  .leo-productscompare-item .thumbnail-container .qty_product,
  .leo-wishlist-product .thumbnail-container .leo-pro-attr-section,
  .leo-wishlist-product .thumbnail-container .qty_product {
    margin: 1px 0;
    text-align: center;}

.leo-wishlist-product .thumbnail-container {
  max-width: 100%;}

.list-wishlist {
  overflow-x: auto;}

.leo-wishlist-product {
  display: block !important;}
  .leo-wishlist-product .leo-wishlistproduct-item {
    margin-bottom: 20px;
    padding: 0 15px;
    width: 20%;
    float: left;}
    .rtl .leo-wishlist-product .leo-wishlistproduct-item {
      float: right;}
    .leo-wishlist-product .leo-wishlistproduct-item .delete-wishlist-product {
      position: absolute;
      top: 0;
      z-index: 1;
      right: 15px;
      left: 15px;}
      .leo-wishlist-product .leo-wishlistproduct-item .delete-wishlist-product .btn {
        padding: 10px 15px;
        background: none;
        color: #999;}
        .leo-wishlist-product .leo-wishlistproduct-item .delete-wishlist-product .btn:hover {
          color: #000;}
    .leo-wishlist-product .leo-wishlistproduct-item .form-group label {
      text-align: center;
      display: block;
      color: #999;}
    .leo-wishlist-product .leo-wishlistproduct-item .form-control {
      text-align: center;
      border: 1px solid #eee;
      outline: 0;}
      .leo-wishlist-product .leo-wishlistproduct-item .form-control:focus, .leo-wishlist-product .leo-wishlistproduct-item .form-control:hover {
        border-color: #666;}
    @media (max-width: 991px) {
      .leo-wishlist-product .leo-wishlistproduct-item {
        padding-left: 0 10px;} }
    @media (max-width: 991px) and (min-width: 768px) {
      .leo-wishlist-product .leo-wishlistproduct-item {
        width: 25%;} }
    @media (max-width: 767px) and (min-width: 481px) {
      .leo-wishlist-product .leo-wishlistproduct-item {
        width: 33.33%;} }
    @media (max-width: 480px) {
      .leo-wishlist-product .leo-wishlistproduct-item {
        width: 50%;} }

.leo-wishlist-product.products.row {
  display: flex !important;
  flex-wrap: wrap;} 
   

.plist-dsimple .thumbnail-container:hover .pro3-btn {
  opacity: 1;
  visibility: visible;}
.plist-dsimple .thumbnail-container:hover .product-image > .wishlist .leo-wishlist-button {
  opacity: 1;}
.plist-dsimple .thumbnail-container .product-image > .wishlist .dropdown-menu {
  top: 70px;
  bottom: auto;
  left: auto;
  right: 0;
  width: auto;
  max-width: 100%;}
  .plist-dsimple .thumbnail-container .product-image > .wishlist .dropdown-menu .dropdown-item {
    white-space: normal;}
.plist-dsimple .thumbnail-container .product-image > .wishlist .leo-wishlist-button {
  opacity: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;}
  .plist-dsimple .thumbnail-container .product-image > .wishlist .leo-wishlist-button.added {
    opacity: 1;}
  @media (max-width: 991px) {
    .plist-dsimple .thumbnail-container .product-image > .wishlist .leo-wishlist-button {
      top: 10px;
      right: 10px;
      width: 34px;
      height: 34px;
      line-height: 34px;} }
  .plist-dsimple .thumbnail-container .product-image > .wishlist .leo-wishlist-button i {
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 0px;
    color: transparent;}
    .plist-dsimple .thumbnail-container .product-image > .wishlist .leo-wishlist-button i:before {
      content: "\f08a";
      font-family: "FontAwesome";
      font-size: 14px;
      color: #000;}
  .plist-dsimple .thumbnail-container .product-image > .wishlist .leo-wishlist-button .name-btn-product {
    position: absolute;
    top: 50%;
    right: 100%;
    transform: translateY(-50%);
    margin-right: 7px;
    color: #fff;
    background: rgba(0, 0, 0, 0.55);
    font-size: 10px;
    padding: 3px 10px;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    line-height: 15px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    border-radius: 11px;
    pointer-events: none;}
  .plist-dsimple .thumbnail-container .product-image > .wishlist .leo-wishlist-button:hover i:before {
    color: #e0525c;}
  .plist-dsimple .thumbnail-container .product-image > .wishlist .leo-wishlist-button:hover .name-btn-product {
    opacity: 1;
    visibility: visible;}
  .plist-dsimple .thumbnail-container .product-image > .wishlist .leo-wishlist-button.added i:before {
    content: "\f004";
    color: #e0525c;}
.plist-dsimple .thumbnail-container .product-flags li.product-flag span {
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 1px solid;
  margin-bottom: 5px;
  color: #000;
  font-weight: 600;}
.plist-dsimple .thumbnail-container .product-flags .discount-percentage {
  display: none;}
.plist-dsimple .thumbnail-container .pro3-btn {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  text-align: left;
  font-size: 0;
  transition: all .4s;
  pointer-events: none;}
  .rtl .plist-dsimple .thumbnail-container .pro3-btn {
    text-align: right;}
  @media (min-width: 992px) {
    .plist-dsimple .thumbnail-container .pro3-btn {
      opacity: 0;
      visibility: hidden;} }
  @media (max-width: 480px) {
    .plist-dsimple .thumbnail-container .pro3-btn {
      left: 10px;
      right: 10px;
      bottom: 10px;} }
  .plist-dsimple .thumbnail-container .pro3-btn > div {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    pointer-events: auto;}
  .plist-dsimple .thumbnail-container .pro3-btn .btn-product,
  .plist-dsimple .thumbnail-container .pro3-btn .quick-view {
    pointer-events: auto;
    width: 40px;
    height: 40px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border: 0;
    line-height: 40px;
    text-align: center;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    margin: 0 10px 0 0;
    display: block;
    color: #000;
    transition: all .4s;
    position: relative;}
    .rtl .plist-dsimple .thumbnail-container .pro3-btn .btn-product, .rtl
    .plist-dsimple .thumbnail-container .pro3-btn .quick-view {
      margin: 0 0 0 10px;}
    @media (max-width: 1199px) and (min-width: 480px) {
      .plist-dsimple .thumbnail-container .pro3-btn .btn-product,
      .plist-dsimple .thumbnail-container .pro3-btn .quick-view {
        margin: 0 5px 0 0;}
        .rtl .plist-dsimple .thumbnail-container .pro3-btn .btn-product, .rtl
        .plist-dsimple .thumbnail-container .pro3-btn .quick-view {
          margin: 0 0 0 5px;} }
    @media (max-width: 480px) {
      .plist-dsimple .thumbnail-container .pro3-btn .btn-product,
      .plist-dsimple .thumbnail-container .pro3-btn .quick-view {
        width: 36px;
        height: 36px;
        line-height: 36px;
        background: rgba(255, 255, 255, 0.8);} }
    .plist-dsimple .thumbnail-container .pro3-btn .btn-product.added,
    .plist-dsimple .thumbnail-container .pro3-btn .quick-view.added {
      color: #000;}
    .plist-dsimple .thumbnail-container .pro3-btn .btn-product:hover,
    .plist-dsimple .thumbnail-container .pro3-btn .quick-view:hover {
      background: #000;
      color: #fff;}
    .plist-dsimple .thumbnail-container .pro3-btn .btn-product i,
    .plist-dsimple .thumbnail-container .pro3-btn .quick-view i {
      display: inline-block;
      vertical-align: middle;
      margin: auto;
      font-size: 14px;}
    .plist-dsimple .thumbnail-container .pro3-btn .btn-product .leo-wishlist-bt-content,
    .plist-dsimple .thumbnail-container .pro3-btn .btn-product .leo-bt-cart-content,
    .plist-dsimple .thumbnail-container .pro3-btn .btn-product .leo-quickview-bt-content,
    .plist-dsimple .thumbnail-container .pro3-btn .quick-view .leo-wishlist-bt-content,
    .plist-dsimple .thumbnail-container .pro3-btn .quick-view .leo-bt-cart-content,
    .plist-dsimple .thumbnail-container .pro3-btn .quick-view .leo-quickview-bt-content {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;
      margin: auto;
      height: 100%;}
    .plist-dsimple .thumbnail-container .pro3-btn .btn-product span span,
    .plist-dsimple .thumbnail-container .pro3-btn .quick-view span span {
      position: absolute;
      bottom: 100%;
      left: 50%;
      transform: translateX(-50%);
      margin-bottom: 7px;
      color: #fff;
      background: rgba(0, 0, 0, 0.55);
      font-size: 10px;
      padding: 3px 10px;
      transition: all .4s;
      opacity: 0;
      visibility: hidden;
      line-height: 15px;
      white-space: nowrap;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 300;
      border-radius: 11px;
      pointer-events: none;}
      .plist-dsimple .thumbnail-container .pro3-btn .btn-product span span:before,
      .plist-dsimple .thumbnail-container .pro3-btn .quick-view span span:before {
        content: "";
        border: 5px solid transparent;
        border-top-color: rgba(0, 0, 0, 0.55);
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;}
    .plist-dsimple .thumbnail-container .pro3-btn .btn-product:hover span span,
    .plist-dsimple .thumbnail-container .pro3-btn .quick-view:hover span span {
      opacity: 1;
      visibility: visible;}
.plist-dsimple .thumbnail-container .leo-list-product-reviews {
  text-align: left;
  margin: 0 0 10px;}
  .rtl .plist-dsimple .thumbnail-container .leo-list-product-reviews {
    text-align: right;}
  .plist-dsimple .thumbnail-container .leo-list-product-reviews .nb-revews {
    display: none;}
  .plist-dsimple .thumbnail-container .leo-list-product-reviews .cancel, .plist-dsimple .thumbnail-container .leo-list-product-reviews .star {
    font-size: 11px;}
  .plist-dsimple .thumbnail-container .leo-list-product-reviews div.star:before {
    color: #ccc;}
  .plist-dsimple .thumbnail-container .leo-list-product-reviews div.star.star_on:before,
  .plist-dsimple .thumbnail-container .leo-list-product-reviews div.star.star_hover:before {
    color: #FFD314;}
.plist-dsimple .thumbnail-container .product-meta {
  padding-bottom: 1px;}
.plist-dsimple .thumbnail-container .product-price-and-shipping {
  margin: 0 0 15px;}

@media (max-width: 480px) {
  .product_list.plist-dsimple.list .thumbnail-container .product-image {
    width: 100%;
    margin-bottom: 10px;}
  .product_list.plist-dsimple.list .thumbnail-container .product-meta {
    width: 100%;} }
.plist-simple .thumbnail-container {
  margin: 0 0 20px;}
  .plist-simple .thumbnail-container:after {
    content: "";
    display: block;
    clear: both;}
  .plist-simple .thumbnail-container .product-image {
    position: relative;
    width: 100px;
    float: left;
    border: 1px solid #efefef;
    margin: 0 20px 0 0;}
    .rtl .plist-simple .thumbnail-container .product-image {
      float: right;}
    .rtl .plist-simple .thumbnail-container .product-image {
      margin: 0 0 0 20px;}
  .plist-simple .thumbnail-container .product-meta {
    padding: 0;
    margin: 0 0 0 120px;}
    .rtl .plist-simple .thumbnail-container .product-meta {
      margin: 0 120px 0 0;}
  .plist-simple .thumbnail-container .discount-percentage {
    position: static;
    color: #fff;
    background: #000;
    font-size: 11px;
    letter-spacing: 1px;
    right: 10px;
    line-height: 15px;
    padding: 0 7px;
    text-transform: uppercase;
    border-radius: 0;}

.product_list.plist-simple.list .thumbnail-container {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;}
  .product_list.plist-simple.list .thumbnail-container .product-image {
    margin: 0;
    border: 0;}
  .product_list.plist-simple.list .thumbnail-container .product-meta {
    margin: 0;
    padding: 0 10px;}

.plist-default .thumbnail-container .product-flags {
  width: calc(100% - 20px);}
  .plist-default .thumbnail-container .product-flags .discount-percentage {
    top: 0;
    color: #d31d52;
    font-size: 10px;
    right: 0;} 

@media (min-width: 992px) {
  .ajax_block_product.last-in-line .leo-more-info {
    right: auto;
    left: 0;}
  .ajax_block_product.last-in-line .thumbnail-container:hover .leo-more-info {
    left: -90px;
    right: auto;} }
@media (min-width: 992px) {
  .leo-more-info + .product-thumbnail .product-additional {
    display: none;} }
.leo-more-cdown .deal-clock li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
  background: #eee;
  margin: 0 10px 10px 0;
  min-width: 70px;
  border-radius: 4px;
  line-height: 20px;
  text-align: center;}
  .rtl .leo-more-cdown .deal-clock li {
    margin: 0 0 10px 10px;}
  @media (max-width: 1199px) {
    .leo-more-cdown .deal-clock li {
      margin: 0 5px 5px 0;
      min-width: 60px;}
      .rtl .leo-more-cdown .deal-clock li {
        margin: 0 0 5px 5px;} }
  @media (max-width: 991px) {
    .leo-more-cdown .deal-clock li {
      min-width: 50px;} }
  .leo-more-cdown .deal-clock li b {
    display: block;
    line-height: 30px;
    color: #272727;
    font-size: 23px;
    border-bottom: 1px solid #ddd;}
    @media (max-width: 1199px) {
      .leo-more-cdown .deal-clock li b {
        font-size: 20px;} }
    @media (max-width: 991px) {
      .leo-more-cdown .deal-clock li b {
        font-size: 18px;
        line-height: 20px;} }
  .leo-more-cdown .deal-clock li span {
    display: block;
    border-top: 1px solid #f9f9f9;
    padding: 4px 0 0;
    text-transform: capitalize;}

.thumbnail-container a.product-thumbnail {
  overflow: hidden;
  position: relative;
  padding-bottom: 125%;
  display: block;}
  .thumbnail-container a.product-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    backface-visibility: visible;}

.sidebar .block .products .thumbnail-container .product-additional {
  right: 0;
  left: 0;}
.sidebar .block .products .thumbnail-container .leo-more-info {
  display: none;}

.product_list.list .thumbnail-container .product-title {
  margin: 0 0 10px 0;
  font-size: 18px;}
  .product_list.list .thumbnail-container .product-title a {
    color: #444;
    padding: 0 0 10px;}
    .product_list.list .thumbnail-container .product-title a:hover {
      color: #000;}
.product_list.list .thumbnail-container .product-price-and-shipping .price {
  font-size: 16px;}
.product_list.list .thumbnail-container .product-price-and-shipping .regular-price {
  font-size: 16px;}
.product_list.list .thumbnail-container .product-price-and-shipping span.aeuc_from_label, .product_list.list .thumbnail-container .product-price-and-shipping span.aeuc_tax_label, .product_list.list .thumbnail-container .product-price-and-shipping div.aeuc_tax_label, .product_list.list .thumbnail-container .product-price-and-shipping div.aeuc_weight_label {
  font-size: 13px;}

.category-default {
  margin: 0 0 2px;}
  .category-default a {
    color: #bfbfbf;
    text-transform: capitalize;
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all .4s;}
    .category-default a:hover {
      color: #000;}

.pro-stock span {
  position: absolute;
  top: 40px;
  left: 10px;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 5px 10px;
  background: #000;
  color: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 1px #bfbfc0;}
  .pro-stock span.product-unavailable, .pro-stock span.product-last-items {
    background: #ccc;
    color: #000;}

@media (max-width: 991px) {
  .sidebar .pro-stock {
    display: none;} }

.plist-noe .thumbnail-container .functional-buttons .leo-compare-button i.icon-btn-product {
  font-size: 17px;
  color: #000;}

.plist-noe .thumbnail-container .functional-buttons .add-to-cart i.icon-btn-product {
  display: none;}

.plist-vita .thumbnail-container {
  text-align: center;
  margin-bottom: 30px;}
  .plist-vita .thumbnail-container:hover .product-flags {
    opacity: 0;}
  .plist-vita .thumbnail-container .pro3-btn {
    text-align: center;}
  .plist-vita .thumbnail-container .category-default {
    margin: 15px 0 2px;}
  .plist-vita .thumbnail-container .product-title {
    font-size: 1.1em;
    line-height: 1.5;
    font-weight: 500;}
    .plist-vita .thumbnail-container .product-title a {
      padding: 0 0 10px;}
  .plist-vita .thumbnail-container .product-flags .product-flag.discount {
    display: inline-block;}
  .plist-vita .thumbnail-container .product-price-and-shipping {
    margin: 0 0 10px;}
    .plist-vita .thumbnail-container .product-price-and-shipping .price {
      font-size: 1.1em;
      font-weight: 500;}
    .plist-vita .thumbnail-container .product-price-and-shipping .regular-price {
      font-size: 1.1em;
      font-weight: 500;
      color: #ef3636;}
    .plist-vita .thumbnail-container .product-price-and-shipping .discount-product,
    .plist-vita .thumbnail-container .product-price-and-shipping .discount-percentage {
      display: none;}
  .plist-vita .thumbnail-container .addToCartFormWrapper .input-color:checked + span, .plist-vita .thumbnail-container .addToCartFormWrapper .input-color:hover + span, .plist-vita .thumbnail-container .addToCartFormWrapper.input-radio:checked + span, .plist-vita .thumbnail-container .addToCartFormWrapper .input-radio:hover + span {
    outline: none;
    border: 0;
    background: #f5f5f5;}
  .plist-vita .thumbnail-container .addToCartFormWrapper span.radio-label {
    min-width: 16px;
    line-height: 16px;
    font-size: 0.8em;
    font-weight: 600;}
  .plist-vita .thumbnail-container .radio-label {
    border: 0;}
  .plist-vita .thumbnail-container .addToCartFormWrapper .color {
    width: 14px;
    height: 14px;}
  .plist-vita .thumbnail-container .product-flags {
    text-align: left;}

.dropdown {
  color: #acaaa6;}
  .dropdown:hover .expand-more {
    color: #f44d51;}
  .dropdown .expand-more {
    color: #414141;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;}
  .dropdown .active {
    max-height: 200px;
    overflow-y: hidden;}
  .dropdown select {
    -moz-appearance: none;
    border: 0 none;
    outline: 0 none;
    color: #414141;
    background: white;}

.dropdown-item:focus, .dropdown-item:hover {
  background: none;
  text-decoration: none;
  color: #f44d51;}

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#search_widget.open a.popup-title i:before {
  content: "\e646";}
#search_widget .popup-content {
  padding: 15px;}
#search_widget .search-inner {
  position: relative;}
  #search_widget .search-inner input[type="text"] {
    height: 40px;
    line-height: 40px;
    padding: 0;
    min-width: 220px;
    border: 0;
    outline: none;
    border-bottom: 1px solid #ccc;
    color: #000;
    padding: 0 40px 0 0;}
    .rtl #search_widget .search-inner input[type="text"] {
      padding: 0 0 0 40px;}
    #search_widget .search-inner input[type="text"]:focus {
      border-color: #000;}
      #search_widget .search-inner input[type="text"]:focus + button[type="submit"] i:before {
        content: "\e628";}
  #search_widget .search-inner button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    background: none;
    outline: none;
    line-height: 40px;
    text-align: center;
    cursor: pointer;}
    #search_widget .search-inner button[type="submit"] i {
      vertical-align: middle;
      font-size: 21px;
      color: #000;}
    #search_widget .search-inner button[type="submit"]:hover i:before {
      content: "\e628";}

#checkout #search_widget {
  display: none;
  /* Not ideal solution by allows to reuse same hooks/templates */ }

#pagenotfound .page-content #search_widget {
  width: 100%;}
  #pagenotfound .page-content #search_widget .popup-content {
    position: relative;}

#main #search_widget a.popup-title {
  display: none;}
#main #search_widget .popup-content {
  position: static;
  display: block !important;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
  float: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  z-index: 1;}
#main #search_widget .search-inner {
  position: relative;}
#main #search_widget input[type=text] {
  padding: 0 50px 0 0;
  height: 40px;
  line-height: 1;
  outline: 0;}
  .rtl #main #search_widget input[type=text] {
    padding: 0 0 0 50px;}
  #main #search_widget input[type=text]:focus {
    border-color: #000;}
#main #search_widget button[type=submit] {
  width: 40px;
  height: 40px;
  bottom: 0;
  top: auto;
  right: 0;
  background: none;
  color: #333;}
  .rtl #main #search_widget button[type=submit] {
    left: 0;
    right: auto;}
  #main #search_widget button[type=submit] i {
    font-size: 14px;}
  #main #search_widget button[type=submit]:hover {
    background: #000;
    color: #fff;}

.top-menu[data-depth="1"] {
  margin: 10px;}
.top-menu a:not([data-depth="0"]) {
  display: block;
  padding: 10px;
  color: #acaaa6;
  font-weight: 400;}
.top-menu a.dropdown-submenu {
  color: #414141;
  text-transform: uppercase;
  font-weight: 400;}
.top-menu a[data-depth="0"] {
  font-weight: 400;
  padding: 3px 10px 6px;}
  #header .top-menu a[data-depth="0"]:hover {
    color: #f44d51;
    text-decoration: none;}
.top-menu a[data-depth="1"],
.top-menu a[data-depth="2"] {
  padding: 0 10px 10px 0;}
.top-menu .collapse {
  display: inherit;}
.top-menu .sub-menu {
  box-shadow: 2px 1px 11px 2px rgba(0, 0, 0, 0.1);
  border: none;
  margin-left: 15px;
  width: calc(100% - 30px);
  min-width: calc(100% - 30px);
  z-index: 18;
  display: none;}
  .top-menu .sub-menu.collapse {
    display: none;}
  .top-menu .sub-menu ul[data-depth="1"] > li {
    float: left;
    margin: 0 20px;}
  .top-menu .sub-menu a:hover {
    color: #f44d51;}
.top-menu .popover {
  max-width: inherit;}

.popover.bs-tether-element-attached-top {
  margin-top: 0;}

#mobile_top_menu_wrapper {
  margin-top: 10px;
  padding-bottom: 10px;
  background: white;}
  #mobile_top_menu_wrapper #top-menu {
    margin-bottom: 10px;}
  #mobile_top_menu_wrapper .top-menu {
    color: #414141;}
    #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .add {
      display: none;}
    #mobile_top_menu_wrapper .top-menu .collapse-icons[aria-expanded="true"] .remove {
      display: block;}
    #mobile_top_menu_wrapper .top-menu .collapse-icons .remove {
      display: none;}
    #mobile_top_menu_wrapper .top-menu .navbar-toggler {
      display: inline-block;
      padding: 0;}
    #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
      padding: 10px;
      border-bottom: 1px solid #f6f6f6;}
    #mobile_top_menu_wrapper .top-menu .collapse {
      display: none;}
      #mobile_top_menu_wrapper .top-menu .collapse.in {
        display: block;}
    #mobile_top_menu_wrapper .top-menu .sub-menu {
      box-shadow: none;
      z-index: inherit;
      display: block;
      position: static;
      overflow: hidden;
      margin-left: 0;
      width: 100%;
      min-width: 100%;
      background: #f6f6f6;}
      #mobile_top_menu_wrapper .top-menu .sub-menu.collapse {
        display: none;}
        #mobile_top_menu_wrapper .top-menu .sub-menu.collapse.in {
          display: block;}
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="0"] > li {
        border-bottom: 1px solid #acaaa6;}
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] {
        margin: 0;}
        #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li {
          float: none;
          margin: 0;}
          #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="1"] > li a {
            text-transform: none;}
      #mobile_top_menu_wrapper .top-menu .sub-menu ul {
        padding: 0;}
      #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
        padding: 10px;
        border-bottom: 1px solid white;
        font-weight: 600;}
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="2"] li a {
        padding-left: 20px;}
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="3"] li a {
        padding-left: 40px;}
      #mobile_top_menu_wrapper .top-menu .sub-menu ul[data-depth="4"] li a {
        padding-left: 60px;}
    #mobile_top_menu_wrapper .top-menu .popover {
      border-radius: 0;}
  #mobile_top_menu_wrapper .js-top-menu-bottom a {
    color: #acaaa6;}
  #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper {
    padding: 10px;}
    #mobile_top_menu_wrapper .js-top-menu-bottom .language-selector-wrapper .language-selector {
      display: inline;}
  #mobile_top_menu_wrapper .js-top-menu-bottom .currency-selector {
    padding: 10px;}
  #mobile_top_menu_wrapper .js-top-menu-bottom #contact-link {
    padding: 10px;}
  #mobile_top_menu_wrapper .js-top-menu-bottom .user-info {
    padding: 0 10px;}
    #mobile_top_menu_wrapper .js-top-menu-bottom .user-info a {
      padding: 10px 0;
      display: block;
      width: 100%;}

body#checkout [data-action="show-password"] {
  background: #878787;}
body#checkout .custom-checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;}
  body#checkout .custom-checkbox span {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 15px;
    -moz-flex: 0 0 15px;
    -ms-flex: 0 0 15px;
    flex: 0 0 15px;
    margin-top: 2px;}
  body#checkout .custom-checkbox em {
    width: 500px;
    display: block;}
    @media (max-width: 1199px) {
      body#checkout .custom-checkbox em {
        width: 300px;} }
    @media (max-width: 780px) {
      body#checkout .custom-checkbox em {
        width: 240px;} }
body#checkout section#content {
  margin-bottom: 25px;}
body#checkout section.checkout-step {
  -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  border: 1px solid #eee;
  padding: 15px;}
  body#checkout section.checkout-step .step-title {
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 0;}
  body#checkout section.checkout-step .content {
    padding: 0 37px;}
  body#checkout section.checkout-step .step-edit {
    text-transform: lowercase;
    font-weight: normal;}
    body#checkout section.checkout-step .step-edit .edit {
      font-size: 13px;}
  body#checkout section.checkout-step .not-allowed {
    cursor: not-allowed;
    opacity: 0.5;
    filter: alpha(opacity=50);}
  body#checkout section.checkout-step .content,
  body#checkout section.checkout-step .done,
  body#checkout section.checkout-step .step-edit {
    display: none;}
  body#checkout section.checkout-step.-current .content {
    display: block;}
  body#checkout section.checkout-step.-current.-reachable.-complete .done,
  body#checkout section.checkout-step.-current.-reachable.-complete .step-edit {
    display: none;}
  body#checkout section.checkout-step.-current.-reachable.-complete .step-number {
    display: inline-block;}
  body#checkout section.checkout-step.-current.-reachable.-complete .content {
    display: block;}
  body#checkout section.checkout-step.-reachable.-complete h1 .done {
    display: inline-block;}
  body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
    display: none;}
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    cursor: pointer;
    display: block;
    float: right;
    margin-right: 2px;
    color: #acaaa6;}
    .rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
      float: left;}
    .rtl body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
      margin-left: 2px;
      margin-right: inherit;}
  body#checkout section.checkout-step.-reachable.-complete .content {
    display: none;}
  body#checkout section.checkout-step small {
    color: #acaaa6;}
  body#checkout section.checkout-step .default-input {
    min-width: 40%;}
    body#checkout section.checkout-step .default-input[name=address1], body#checkout section.checkout-step .default-input[name=address2] {
      min-width: 60%;}
  body#checkout section.checkout-step .radio-field {
    margin-top: 30px;}
    body#checkout section.checkout-step .radio-field label {
      display: inline;}
  body#checkout section.checkout-step .checkbox-field div {
    margin-top: 60px;}
  body#checkout section.checkout-step .checkbox-field + .checkbox-field div {
    margin-top: 0;}
  body#checkout section.checkout-step .select-field div {
    background: #f6f6f6;
    padding: 10px 50px;}
  body#checkout section.checkout-step .form-footer {
    text-align: center;}
  body#checkout section.checkout-step #conditions-to-approve {
    float: left;
    margin-top: 40px;
  }
  body#checkout section.checkout-step .payment-options label {
    display: table-cell;}

  body#checkout section.checkout-step .payment-options label img, .summary-selected-carrier .logo-container img {
    height: 40px;
    width: 40px;
    vertical-align: middle;
    margin: 0px 10px;}
  .summary-selected-carrier .carrier-name{line-height: 40px;}
  body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 20px;}
    .rtl body#checkout section.checkout-step .payment-options .custom-radio {
      margin-left: 20px;
      margin-right: inherit;}
  body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: 8px;}
  body#checkout section.checkout-step .step-number {
    display: inline-block;
    padding: 10px;}
  body#checkout section.checkout-step .address-selector {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}
  body#checkout section.checkout-step .address-item {
    background: #f6f6f6;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 49%;
    -moz-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: 10px;}
    body#checkout section.checkout-step .address-item.selected {
      background: white;
      border: #f44d51 3px solid;}
  body#checkout section.checkout-step .address-alias {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 10px;}
  body#checkout section.checkout-step .address {
    margin-left: 25px;
    font-weight: normal;}
    .rtl body#checkout section.checkout-step .address {
      margin-right: 25px;
      margin-left: inherit;}
  body#checkout section.checkout-step .radio-block {
    padding: 15px;
    text-align: left;}
    .rtl body#checkout section.checkout-step .radio-block {
      text-align: right;}
  body#checkout section.checkout-step .custom-radio {
    margin-right: 0;}
    .rtl body#checkout section.checkout-step .custom-radio {
      margin-left: 0;
      margin-right: inherit;}
    body#checkout section.checkout-step .custom-radio input[type="radio"] {
      width: 20px;
      height: 20px;}
  body#checkout section.checkout-step .delete-address,
  body#checkout section.checkout-step .edit-address {
    color: #acaaa6;
    display: inline-block;
    margin: 0 5px;}
    body#checkout section.checkout-step .delete-address .delete,
    body#checkout section.checkout-step .delete-address .edit,
    body#checkout section.checkout-step .edit-address .delete,
    body#checkout section.checkout-step .edit-address .edit {
      font-size: 13px;}
  body#checkout section.checkout-step hr {
    margin: 0;}
  body#checkout section.checkout-step .address-footer {
    text-align: center;
    padding: 10px;}
  body#checkout section.checkout-step #delivery-addresses,
  body#checkout section.checkout-step #invoice-addresses {
    margin-top: 20px;}
  /* #delivery-address input{max-width: 400px;} */
  #delivery-address > div > section > div.form-group.row.field-company,
  #delivery-address > div > section > div.form-group.row.field-dni,
  #delivery-address > div > section > div.form-group.row.field-vat_number,
  #delivery-address > div > section > div.form-group.row.field-id_country,
  #checkout-addresses-step .add-address{display: none;}
  #checkout-addresses-step h2.h4{color: #2B9BA6}
  #invoice-address a.js-cancel-address.cancel-address{display: none;}
  body#checkout section.checkout-step .add-address {
    margin-top: 20px;}
    body#checkout section.checkout-step .add-address a {
      color: #414141;}
      body#checkout section.checkout-step .add-address a i {
        font-size: 13px;}
  body#checkout section.checkout-step .delivery-option {
    padding: 15px 0;
    margin: 0 0 25px;}
    body#checkout section.checkout-step .delivery-option label {
      text-align: inherit;}
  body#checkout section.checkout-step .carrier-delay,
  body#checkout section.checkout-step .carrier-name {
    display: inline-block;
    word-break: break-word;
    text-align: left;}
  body#checkout section.checkout-step .carrier-delay{
    font-weight: 400;}
    .rtl body#checkout section.checkout-step .carrier-delay, .rtl
    body#checkout section.checkout-step .carrier-name {
      text-align: right;}
  body#checkout section.checkout-step #customer-form,
  body#checkout section.checkout-step #delivery-address,
  body#checkout section.checkout-step #invoice-address,
  body#checkout section.checkout-step #login-form {
    margin-left: 5px;
    margin-top: 25px;}
    body#checkout section.checkout-step #customer-form .form-control-label,
    body#checkout section.checkout-step #delivery-address .form-control-label,
    body#checkout section.checkout-step #invoice-address .form-control-label,
    body#checkout section.checkout-step #login-form .form-control-label {
      text-align: left;}
      .rtl body#checkout section.checkout-step #customer-form .form-control-label, .rtl
      body#checkout section.checkout-step #delivery-address .form-control-label, .rtl
      body#checkout section.checkout-step #invoice-address .form-control-label, .rtl
      body#checkout section.checkout-step #login-form .form-control-label {
        text-align: right;}
    body#checkout section.checkout-step #customer-form .radio-inline,
    body#checkout section.checkout-step #delivery-address .radio-inline,
    body#checkout section.checkout-step #invoice-address .radio-inline,
    body#checkout section.checkout-step #login-form .radio-inline {
      padding: 0;}
  body#checkout section.checkout-step .sign-in {
    font-size: 13px;}
  body#checkout section.checkout-step .forgot-password {
    margin-left: 230px;}
body#checkout .additional-information {
  font-size: 13px;}
body#checkout .condition-label {
  margin-left: 40px;
  margin-top: 10px;}
  body#checkout .condition-label label {
    text-align: inherit;
    display: block;
    clear: none;}
body#checkout .cancel-address {
  margin: 10px;
  display: block;
  background-color:#CFCFCF!important;
  color: #000;
  text-decoration: underline;}
body#checkout #cart-summary-product-list img {
  border: #ebebeb 1px solid;
  width: 50px;}
body#checkout #cart-summary-product-list .media-body {
  vertical-align: middle;}
  body#checkout #order-summary-content h4.black {
    color: #000000;}
  body#checkout #order-summary-content h4.addresshead {
    margin-top: 3px;}
  body#checkout #order-summary-content .noshadow {
    box-shadow: none;}
  body#checkout #order-summary-content #order-items {
    border-right: 0;}
    .rtl body#checkout #order-summary-content #order-items {
      border-left: 0;
      border-right: inherit;}
    body#checkout #order-summary-content #order-items h3.h3 {
      color: #414141;
      margin-top: 20px;}
    body#checkout #order-summary-content #order-items table tr:first-child td {
      border-top: 0;}
  body#checkout #order-summary-content .order-confirmation-table {
    padding: 20px;}
  body#checkout #order-summary-content .summary-selected-carrier {
    margin-bottom: 0.75rem;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0;
    padding: 1rem;}
  body#checkout #order-summary-content .step-edit {
    display: inline;
    color: #acaaa6;
    font-size: 0;}
    body#checkout #order-summary-content .step-edit i {
      font-size: 14px;
      vertical-align: -2px;}
  body#checkout #order-summary-content .step-edit:hover {
    cursor: pointer;}
  body#checkout #order-summary-content a .step-edit {
    color: #acaaa6;}
body#checkout #gift_message {
  max-width: 100%;
  border-color: #414141;}

/**** ORDER CONFIRMATION *****/
#order-details {
  padding-left: 30px;}
  #order-details > .card-title {
    margin-bottom: 30px;}
  #order-details ul {
    margin-bottom: 20px;}
    #order-details ul li {
      margin-bottom: 10px;}

#order-items {
  border-right: #ebebeb 1px solid;}
  .rtl #order-items {
    border-left: #ebebeb 1px solid;
    border-right: inherit;}
  #order-items hr {
    border-top-color: #414141;}
  #order-items table {
    width: 100%; 
    margin-top: 20px;}
    #order-items table tr {
      height: 30px;}
      #order-items table tr td:last-child {
        text-align: right;}
        .rtl #order-items table tr td:last-child {
          text-align: left;}
  #order-items .image img {
    width: 100%;
    border: 1px solid gray-lighter;
    margin-bottom: 16px;}
  #order-items .details {
    margin-bottom: 16px;}
    #order-items .details .customizations {
      margin-top: 10px;}
  #order-items .qty {
    margin-bottom: 16px;}

#order-confirmation #registration-form {
  width: 50%;
  margin: 0 auto 16px;}

@media (max-width: 991px) {
  .done {
    margin: 0;
    padding: 0;}

  body#checkout section.checkout-step .address-item {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-positive: 1;}

  body#checkout section.checkout-step .delivery-option-2 {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;}

  .delivery-option {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;}
    .delivery-option .custom-radio {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;}

  .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
    text-align: left;}
    .rtl .condition-label label[for="conditions_to_approve[terms-and-conditions]"] {
      text-align: right;}

  #order-confirmation #registration-form {
    width: 100%;} }
@media (max-width: 767px) {
  body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
    float: none;
    margin-top: 4px;
    margin-left: 20px;}

  body#checkout #header .header-nav {
    max-height: none;
    padding: 0;}
  body#checkout section.checkout-step .content {
    padding: 15px;}
  body#checkout .form-group {
    margin-bottom: 8px;}

  #order-items {
    border-right: 0;
    margin-bottom: 40px;}
    .rtl #order-items {
      border-left: 0;
      border-right: inherit;}
    #order-items hr {
      border-top-color: #ebebeb;}

  #order-details {
    padding-left: 15px;}
    #order-details .card-title {
      border-bottom: 1px solid #eee;
      margin-bottom: 16px;
      padding-bottom: 16px;} }
@media (max-width: 575px) {
  body#checkout section.checkout-step .content {
    padding: 15px 0;}

  #payment-confirmation button {
    font-size: 12px;}
    #payment-confirmation button.btn {
      white-space: normal;} }
.js-payment-binary {
  display: none;}
  .js-payment-binary .accept-cgv {
    display: none;}
  .js-payment-binary.disabled {
    opacity: 0.6;
    cursor: not-allowed;}
    .js-payment-binary.disabled::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;}
    .js-payment-binary.disabled .accept-cgv {
      display: block;}

/*** SOME GENERIC STYLES ***/
.table-labeled th {
  vertical-align: middle;}
.table-labeled td {
  vertical-align: middle;}
.table-labeled .label {
  font-weight: 400;
  border-radius: 3px;
  font-size: inherit;
  padding: 4px 6px;
  margin: 2px;
  color: white;
  white-space: nowrap;}

.page-order .table {
  margin-bottom: 0;}
.page-order table th {
  padding: 0px 0px;}
.page-order table td {
  padding: 0px 0px;}
.page-order table thead th {
  text-align: center;}

#authentication .tooltip.tooltip-bottom {
  padding: 0;
  margin: 0;}
#authentication .custom-checkbox span {
  float: left;}
  .rtl #authentication .custom-checkbox span {
    float: right;}
#authentication .custom-checkbox label {
  padding: 0 0 0 30px;}
  .rtl #authentication .custom-checkbox label {
    padding: 0 30px 0 0;}
#authentication [data-action="show-password"] {
  background: #878787;
  border-radius: 0;}
  #authentication [data-action="show-password"]:hover {
    background: #333;}

#identity .radio-inline,
#authentication .radio-inline {
  padding: 0;}
  #identity .radio-inline .custom-radio,
  #authentication .radio-inline .custom-radio {
    margin-right: 0;
    vertical-align: 0px;}

/*** Most of the customer accpunt pages ***/
.page-customer-account #content .order-actions a {
  padding: 0 2px;}
.page-customer-account #content .forgot-password {
  text-align: center;
  font-size: 13px;
  margin-top: 16px;
  padding-bottom: 15px;}
.page-customer-account #content .no-account {
  text-align: center;
  font-size: 13px;}

/*** Login page ***/
.page-authentication #content {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  background: white;
  padding: 16px;
  border: 0;
  max-width: 640px;
  margin: 0 auto;}

/*** Addresses page ***/
.page-addresses .address {
  -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  background: white;
  margin-bottom: 30px;
  font-size: 13px;
  color: #414141;}
  .page-addresses .address .address-body {
    padding: 16px;}
    .page-addresses .address .address-body h4 {
      font-size: 13px;}
    .page-addresses .address .address-body address {
      min-height: 144px;}
  .page-addresses .address .address-footer {
    border-top: 1px solid #efefef;
    padding: 8px 16px;}
    .page-addresses .address .address-footer a {
      color: #878787;
      margin-right: 8px;}
      .page-addresses .address .address-footer a:hover {
        color: #414141;}
      .page-addresses .address .address-footer a i {
        font-size: 13px;}
      .page-addresses .address .address-footer a span {
        font-size: 13px;
        vertical-align: middle;}
.page-addresses .addresses-footer {
  margin: 0 15px;}
  .page-addresses .addresses-footer a {
    color: #414141;}
    .page-addresses .addresses-footer a:hover {
      color: #414141;}
    .page-addresses .addresses-footer a i {
      font-size: 13px;}
    .page-addresses .addresses-footer a span {
      font-size: 13px;
      vertical-align: middle;
      margin-top: 10px;}

/*** Order details page ***/
.page-order-detail {
  font-size: 13px;
  color: #878787;}
  .page-order-detail .box {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: white;
    padding: 16px;
    border: 0;
    margin-bottom: 16px;}
  .page-order-detail h3 {
    font-size: 13px;
    text-transform: uppercase;
    color: #414141;
    margin-bottom: 16px;}
  .page-order-detail #order-infos ul {
    margin: 0;}
  .page-order-detail #order-history .history-lines .history-line {
    padding: 8px 0;
    border-bottom: 1px solid #f6f6f6;}
    .page-order-detail #order-history .history-lines .history-line:last-child {
      border-bottom: 0;}
    .page-order-detail #order-history .history-lines .history-line .label {
      display: inline-block;
      margin: 4px 0;
      padding: 4px 6px;
      color: white;
      border-radius: 3px;}
  .page-order-detail .addresses {
    margin: 0 -15px;}
    .page-order-detail .addresses h4 {
      font-size: 13px;}
  .page-order-detail #order-products.return {
    margin-bottom: 16px;}
    .page-order-detail #order-products.return th.head-checkbox {
      width: 30px;}
    .page-order-detail #order-products.return td {
      padding: 1.375rem 0.75rem;}
      .page-order-detail #order-products.return td.qty {
        min-width: 125px;}
        .page-order-detail #order-products.return td.qty .current {
          width: 30%;
          float: left;
          text-align: right;
          padding-right: 0.5rem;}
        .page-order-detail #order-products.return td.qty .select {
          width: 70%;
          float: left;
          margin: -0.625rem 0;
          padding-left: 0.25rem;}
          .page-order-detail #order-products.return td.qty .select select {
            text-align: center;}
  .page-order-detail .order-items {
    padding: 0 !important;}
    .page-order-detail .order-items .order-item {
      padding: 16px 16px 0;
      border-bottom: 1px solid #f6f6f6;}
      .page-order-detail .order-items .order-item .checkbox {
        width: 30px;
        float: left;
        padding: 0 15px;}
      .page-order-detail .order-items .order-item .content {
        width: calc(100% - 30px);
        float: left;
        padding: 0 15px;}
      .page-order-detail .order-items .order-item .desc {
        margin-bottom: 16px;}
      .page-order-detail .order-items .order-item .qty {
        margin-bottom: 16px;}
        .page-order-detail .order-items .order-item .qty .q {
          margin-bottom: 4px;}
        .page-order-detail .order-items .order-item .qty .s {
          margin-bottom: 4px;}
  .page-order-detail .messages .message {
    margin-top: 8px;
    border-bottom: 1px solid #f6f6f6;}
    .page-order-detail .messages .message:last-child {
      border-bottom: 0;}
    .page-order-detail .messages .message > div {
      margin-bottom: 8px;}
  .page-order-detail .customization {
    margin-top: 12px;}

/*** Order return page ***/
#order-return-infos .thead-default th {
  color: #414141;}
#order-return-infos .customization {
  margin-top: 12px;}

/*** My account landing page ***/
.page-my-account #content .links:after {
  content: "";
  display: block;
  clear: both;}
.page-my-account #content .links a {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  padding: 0 10px;
  margin: 15px 0;
  font-weight: 600;}
  .page-my-account #content .links a span.link-item {
    display: block;
    height: 100%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background: white;
    padding: 16px;
    border: 0;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);}
  .page-my-account #content .links a i {
    display: block;
    font-size: 2.6rem;
    width: 100%;
    padding-bottom: 3.4rem;}
  .page-my-account #content .links a:hover {
    color: #414141;}
    .page-my-account #content .links a:hover i {
      color: #f44d51;}

.page-footer .text-sm-center {
  text-align: center;}

/*** History page ***/
#history .orders {
  margin: 0 -16px;}
  #history .orders .order {
    padding: 12px 16px;
    border-bottom: 1px solid #f6f6f6;}
    #history .orders .order a h3 {
      color: #878787;}
    #history .orders .order .label {
      display: inline-block;
      margin: 4px 0;
      padding: 4px 6px;
      color: white;
      border-radius: 3px;}
    #history .orders .order:last-child {
      border-bottom: 0;}

/*** FOOTER ***/
.page-footer .account-link {
  margin-right: 16px;}
  .page-footer .account-link i {
    font-size: 13px;}
  .page-footer .account-link span {
    vertical-align: middle;}

.homeslider .carousel {
  -moz-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;}
  .homeslider .carousel .direction {
    z-index: auto;}
  .homeslider .carousel .carousel-inner {
    height: 340px;}
  .homeslider .carousel .carousel-item {
    height: 100%;}
    .homeslider .carousel .carousel-item img {
      width: 100%;
      margin-left: 0;}
    .homeslider .carousel .carousel-item .caption {
      position: absolute;
      bottom: 28px;
      left: 90px;
      color: white;
      max-width: 340px;}
      .homeslider .carousel .carousel-item .caption .caption-description p {
        color: white;}
  .homeslider .carousel .carousel-control {
    opacity: 1;}
    .homeslider .carousel .carousel-control .icon-next::before,
    .homeslider .carousel .carousel-control .icon-prev::before {
      content: "";}
    .homeslider .carousel .carousel-control .icon-next i,
    .homeslider .carousel .carousel-control .icon-prev i {
      font-size: 50px;
      color: white;}
    .homeslider .carousel .carousel-control .icon-next:hover i,
    .homeslider .carousel .carousel-control .icon-prev:hover i {
      color: #f44d51;}
    .homeslider .carousel .carousel-control .icon-prev {
      left: 16px;}
    .homeslider .carousel .carousel-control .icon-next {
      right: 32px;}
    .homeslider .carousel .carousel-control.left, .homeslider .carousel .carousel-control.right {
      background: none;}

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#products .up .btn-secondary, #products .up .btn-tertiary {
  color: #acaaa6;
  text-transform: inherit;
  margin-bottom: 16px;
  margin-right: 10px;}
  .rtl #products .up .btn-secondary, .rtl #products .up .btn-tertiary {
    margin-left: 10px;
    margin-right: inherit;}
  #products .up .btn-secondary .material-icons, #products .up .btn-tertiary .material-icons {
    margin-right: 0;}
    .rtl #products .up .btn-secondary .material-icons, .rtl #products .up .btn-tertiary .material-icons {
      margin-left: 0;
      margin-right: inherit;}

@media (max-width: 767px) {
  .block-category > h1 {
    margin: 1em 0;} }
.block-category .category-cover {
  margin: 0 auto 0 0;}
  .block-category .category-cover img {
    height: auto;}
.block-category #category-description + .category-cover {
  width: 20%;
  min-width: 80px;
  margin: 0 20px 10px 0;
  float: left;}
.block-category #category-description {
  padding: 15px 0;}
  @media (max-width: 991px) {
    .block-category #category-description {
      padding: 0;} }
  .block-category #category-description p,
  .block-category #category-description strong {
    font-weight: 400;
    color: #000;}
  .block-category #category-description p {
    margin-bottom: 0;
    line-height: 20px;}
    .block-category #category-description p:first-child {
      margin-bottom: 0;}

.products-selection .sort-by-row {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;}
.products-selection .sort-by {
  white-space: normal;
  word-break: break-word;
  text-align: right;}
  .rtl .products-selection .sort-by {
    text-align: left;}
.products-selection .total-products {
  padding-top: 6px;}
  .products-selection .total-products p {
    margin: 0;
    line-height: 25px;
    display: none;}
.products-selection .showing {
  padding-top: 20px;
  color: gray;}
.products-selection h1 {
  padding-top: 10px;}
.products-selection .products-counter {
  float: right;
  color: #545454;
  margin: 3px 0px 0px;}
  .rtl .products-selection .products-counter {
    float: left;}
.products-selection .display > div {
  float: right;}
  .rtl .products-selection .display > div {
    float: right;}
  .rtl .products-selection .display > div {
    margin-left: 5px;
    margin-right: inherit;}
  .products-selection .display > div a {
    cursor: pointer;
    text-align: center;
    color: #999;
    line-height: 25px;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 14px;}
    .products-selection .display > div a:hover {
      color: #000;}
  .products-selection .display > div.selected a {
    color: #333;}

.products-sort-order {
  color: #333;}
.products-sort-order .nav-tabs{
  margin: 0!important;}
.products-sort-order .select-title {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  background: #f5f5f5;
  cursor: pointer;
  height: 35px;
  line-height: 27px;
  position: relative;
  border: 0;
  outline: 0;
  color: #888;
  border-radius: 5px;
  padding: 5px 35px 5px 15px;
  text-align: left;}
.products-sort-order .nav .nav-item .nav-link {
  display: block;
  line-height: 25px;
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid #e1e1e1;
  color: #000;
  background-color: #F8F8F8;
  font-size: 16px;
  border: 1px solid #e1e1e1}
.products-sort-order .nav .nav-item .nav-link.active {
    color: #282828;
    border-color: transparent;
    border: 1px solid #e1e1e1;
    border-bottom: none;
    background-color: #fff;}
.products-sort-order .nav .nav-item .nav-link:hover {
    color: #282828;}
    .rtl .products-sort-order .select-title {
      padding: 5px 15px 5px 35px;}
    .rtl .products-sort-order .select-title {
      text-align: right;}
    .products-sort-order .select-title:hover {
      color: #000;}
    .products-sort-order .select-title i {
      width: 35px;
      height: 35px;
      text-align: center;
      line-height: 35px;
      position: absolute;
      top: 0;
      right: 0;}
      .rtl .products-sort-order .select-title i {
        left: 0;
        right: auto;}
  .products-sort-order.open .select-title {
    color: #000;}
  .products-sort-order .select-list {
    display: block;
    color: #666;
    padding: 5px 15px;
    font-size: 13px;}
    .products-sort-order .select-list:hover {
      background: #f5f5f5;
      color: #000;}
  .products-sort-order .dropdown-menu {
    left: auto;
    width: calc(100% - 30px);
    min-width: 200px;
    background: #FFFFFF;
    border: none;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);}

body #search_filters .facet {
  padding: 10px 0;
  margin: 0 0 10px;}
  @media (max-width: 991px) {
    body #search_filters .facet {
      margin-bottom: 0;
      padding-bottom: 0;} }
  body #search_filters .facet .collapse {
    display: block;
    max-height: 210px;
    overflow: auto;}
  body #search_filters .facet .facet-title {
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 1.5;}
  body #search_filters .facet .facet-label, body #search_filters .facet .custom-checkbox {
    margin-bottom: 0;}
    body #search_filters .facet .facet-label a, body #search_filters .facet .custom-checkbox a {
      display: inline-block;
      text-align: left;
      vertical-align: top;
      width: auto;}
      .rtl body #search_filters .facet .facet-label a, .rtl body #search_filters .facet .custom-checkbox a {
        text-align: right;}
  body #search_filters .facet .facet-label {
    display: block;
    text-align: left;
    padding: 7px 20px 7px 0;
    line-height: 20px;
    cursor: pointer;
    position: relative;
    font-weight: 400;}
    .rtl body #search_filters .facet .facet-label {
      text-align: right;}
    .rtl body #search_filters .facet .facet-label {
      padding: 7px 0 7px 20px;}
    body #search_filters .facet .facet-label .magnitude {
      position: absolute;
      top: 5px;
      height: 20px;
      min-width: 20px;
      display: inline-block;
      right: 5px;
      color: #999;
      font-size: 12px;}
      .rtl body #search_filters .facet .facet-label .magnitude {
        left: 5px;
        right: auto;}
    body #search_filters .facet .facet-label .custom-checkbox,
    body #search_filters .facet .facet-label .custom-radio {
      top: 0;
      margin-right: 0;}
body #search_filters .clear-all-wrapper {
  margin: 10px 0;}

/* Pagination */
.pagination {
  display: block !important;
  width: 100%;
  background: #fff;
  min-height: 50px;
  padding: 20px 0;
  border-top: 1px solid #eee;
  text-align: center;}
  .pagination:after {
    content: "";
    display: block;
    clear: both;}
  .pagination > div {
    width: 100%;
    text-align: center !important;}
  .pagination .page-list {
    padding: 20px 0;
    margin-bottom: 0;
    text-align: center !important;}
    .pagination .page-list li {
      display: inline;}
      .pagination .page-list li a {
        padding: 0 8px;
        font-weight: 600;}
      .pagination .page-list li span {
        display: none;}
        .pagination .page-list li span.spacer {
          display: inline-block;}
  .pagination a {
    color: #888;
    font-weight: 400;
    display: inline-block;}
    .pagination a:hover, .pagination a:focus {
      color: #000;
      text-decoration: none;}
  .pagination .disabled {
    color: #666;
    cursor: no-drop;}
    .pagination .disabled:hover {
      color: #666;}
  .pagination .current a {
    color: #000;
    text-decoration: none;}
  @media (min-width: 992px) {
    .pagination {
      display: flex !important;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;}
      .pagination > div {
        width: auto !important;
        padding: 0;}
        .pagination > div:last-child {
          margin-left: auto;} }

/* Filter */
.active_filters {
  background: #f9f9f9;
  padding: 10px 30px 0;
  margin-bottom: 20px;}
  .active_filters .active-filter-title {
    display: inline;
    font-weight: 400;
    margin: 0 10px 0 0;
    font-size: 13px;
    color: #666;}
  .active_filters ul {
    display: inline;}
  .active_filters .filter-block {
    -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
    color: #414141;
    margin-bottom: 10px;
    background: white;
    padding: 10px;
    display: inline-block;
    font-size: 12px;
    margin-right: 10px;}
    .rtl .active_filters .filter-block {
      margin-left: 10px;
      margin-right: inherit;}
    .active_filters .filter-block .close {
      color: #414141;
      font-size: 13px;
      margin-top: 3px;
      opacity: 1;
      filter: alpha(opacity=100);
      margin-left: 5px;}
      .rtl .active_filters .filter-block .close {
        margin-right: 5px;
        margin-left: inherit;}

/* Block Category */
.block-categories .category-top-menu {
  margin: 0px;}
.block-categories .category-sub-menu {
  margin: 0px;}
  .block-categories .category-sub-menu li {
    position: relative;
    padding: 0 0 0 20px;}
    .rtl .block-categories .category-sub-menu li {
      padding: 0 20px 0 0;}
    .block-categories .category-sub-menu li:after {
      content: "";
      width: 6px;
      height: 6px;
      border-radius: 100%;
      background-color: #e5e5e5;
      position: absolute;
      display: block;
      top: 16px;
      left: 0;}
      .rtl .block-categories .category-sub-menu li:after {
        right: 0;
        left: auto;}
    .block-categories .category-sub-menu li .navbar-toggler[aria-expanded="true"] + :after {
      background-color: #000;}
    .block-categories .category-sub-menu li:hover:after {
      background-color: #000;}
    .block-categories .category-sub-menu li > a {
      width: 100%;
      display: block;
      margin: 0;
      line-height: 20px;
      padding: 10px 0;}
      .block-categories .category-sub-menu li > a:hover {
        color: #000;}
  .block-categories .category-sub-menu li[data-depth="0"] ul.category-sub-menu {
    padding-top: 10px;}
.block-categories .collapse-icons {
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 40px;
  padding: 0;
  cursor: pointer;
  font-size: 0.9375rem;
  border: 0;
  width: 40px;
  height: 40px;
  right: -16px;
  border-radius: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;}
  .rtl .block-categories .collapse-icons {
    left: -16px;
    right: auto;}
  .block-categories .collapse-icons:hover {
    color: #000;}
  .block-categories .collapse-icons .remove {
    display: none;}
  .block-categories .collapse-icons i {
    opacity: 0;
    visibility: hidden;}
  .block-categories .collapse-icons:before {
    font-family: "Material Icons";
    content: "add";
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;}
  .block-categories .collapse-icons[aria-expanded="true"] .add {
    display: none;}
  .block-categories .collapse-icons[aria-expanded="true"] .remove {
    display: inline-block;}
  .block-categories .collapse-icons[aria-expanded="true"]:before {
    content: "remove";}
.block-categories .arrows {
  position: absolute;
  top: 0px;
  text-align: center;
  line-height: 40px;
  border: 0;
  padding: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  right: -16px;
  border-radius: 20px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;}
  .rtl .block-categories .arrows {
    left: -16px;
    right: auto;}
  .block-categories .arrows .arrow-right,
  .block-categories .arrows .arrow-down {
    font-size: 13px;
    cursor: pointer;
    margin-left: 2px;}
    .rtl .block-categories .arrows .arrow-right, .rtl
    .block-categories .arrows .arrow-down {
      margin-right: 2px;
      margin-left: inherit;}
  .block-categories .arrows:hover {
    color: #000;}
  .block-categories .arrows .arrow-down {
    display: none;}
  .block-categories .arrows i {
    opacity: 0;
    visibility: hidden;}
  .block-categories .arrows:before {
    font-family: "Material Icons";
    content: "add";
    font-size: 15px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;}
  .block-categories .arrows[aria-expanded="true"] .arrow-right {
    display: none;}
  .block-categories .arrows[aria-expanded="true"] .arrow-down {
    display: inline-block;}
  .block-categories .arrows[aria-expanded="true"]:before {
    content: "remove";}

.facets-title {
  color: #333;}

.products-selection .filter-button .btn-primary {
  padding: 7px 8px 6px;}

/*** Responsive part ***/
@media (min-width: 576px) {
  .pagination {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;} }
@media (max-width: 767px) {
  #category .sidebar .block {
    display: none;}
  #category .sidebar #search_filters_wrapper {
    margin-left: -10px;
    margin-right: -10px;
    position: relative;
    z-index: 99;
    background: #fff;}
  #category .sidebar #search_filter_controls {
    text-align: center;
    margin: 5px 0;}
    #category .sidebar #search_filter_controls button {
      margin: 5px 10px;
      font-size: 14px;
      width: calc(100% - 20px);
      padding: 8px;
      border-radius: 20px;}
      #category .sidebar #search_filter_controls button .material-icons {
        font-size: 14px;
        vertical-align: -2px;}
  #category .sidebar #search_filters {
    margin-bottom: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    padding: 0 0 50px;
    border-top: 1px solid #eee;
    display: block;}
    #category .sidebar #search_filters .facet {
      border-bottom: 1px solid #eee;}
      #category .sidebar #search_filters .facet .title {
        cursor: pointer;}
        #category .sidebar #search_filters .facet .title:after {
          content: "";
          display: block;
          clear: both;}
        #category .sidebar #search_filters .facet .title .collapse-icons .remove {
          display: none;}
      #category .sidebar #search_filters .facet .title[aria-expanded="true"] .collapse-icons .add {
        display: none;}
      #category .sidebar #search_filters .facet .title[aria-expanded="true"] .collapse-icons .remove {
        display: inline-block;}
      #category .sidebar #search_filters .facet .facet-title {
        color: #414141;
        text-transform: uppercase;}
      #category .sidebar #search_filters .facet .h6 {
        margin-bottom: 0;
        padding: 10px;
        display: inline-block;}
      #category .sidebar #search_filters .facet .navbar-toggler {
        display: inline-block;
        cursor: pointer;
        text-align: center;
        width: 30px;
        height: 30px;
        padding: 0;
        border: 0;
        line-height: 30px;}
      #category .sidebar #search_filters .facet .collapse {
        display: none;}
        #category .sidebar #search_filters .facet .collapse.in {
          display: block;}
      #category .sidebar #search_filters .facet .facet-label a {
        margin-top: 0;}
      #category .sidebar #search_filters .facet ul {
        margin-bottom: 0;}
        #category .sidebar #search_filters .facet ul li {
          border-top: 1px solid #eee;
          padding: 10px;}
  #category #search_filter_toggler {
    width: 100%;
    padding: 8px;
    border-radius: 20px;}

  .products-sort-order .select-title {
    margin-left: 0;}
    .rtl .products-sort-order .select-title {
      margin-right: 0;
      margin-left: inherit;}

  .products-selection h1 {
    padding-top: 0;
    text-align: center;
    margin-bottom: 16px;}
  .products-selection .showing {
    padding-top: 16px;
    text-align: center;} }
/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
#product #content {
  position: relative;
  margin-bottom: 30px;}
  #product #content .mask {
    width: 554px;
    max-width: 100%;
    margin: 10px auto;
    height: 124px;}
    #product #content .mask img {
      max-width: 100%;
      width: 100px;
      margin: 0 10px 0 0;
      border: 0;
      transition: all .4s;
      opacity: 0.5;}
      .rtl #product #content .mask img {
        margin: 0 0 0 10px;}
      #product #content .mask img:hover, #product #content .mask img.selected {
        opacity: 1;}
    @media (max-width: 1199px) {
      #product #content .mask {
        width: 430px;} }
    @media (max-width: 991px) {
      #product #content .mask {
        width: 320px;} }
    @media (max-width: 767px) {
      #product #content .mask {
        width: 320px;} }
    @media (max-width: 480px) {
      #product #content .mask {
        width: 210px;} }
    #product #content .mask li {
      display: inline;}

.product-detail-name {
  margin: 0 0 15px;
  font-size: 2em !important;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: initial;}
@media (max-width: 767px) {.product-detail-name {font-size: 1.6em !important;}}

.product-price {
  color: #000;
  display: inline-block;
  font-weight: 500;}

.product-information div[itemprop="description"] {
  line-height: 2;
  text-align: justify;
  margin: 0 0 15px;}

.product-information {
  margin: 35px 0;
  padding: 30px 0 0;
  border-top: 1px solid #efefef;}

.p-desception {
  color: #67747c;
  line-height: 30px;}

.product-manufacturer {
  margin-bottom: 10px;}
  .product-manufacturer .manufacturer-logo {
    max-height: 115px;}

.input-color {
  position: absolute;
  cursor: pointer;
  height: 20px;
  width: 20px;
  opacity: 0;
  filter: alpha(opacity=0);}

.input-container {
  position: relative;}

.input-radio {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);}

.input-color:checked + span, .input-color:hover + span,
.input-radio:checked + span,
.input-radio:hover + span {
  border: 2px solid #14A838;}

.radio-label {
  -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.1);
  background: white;
  display: inline-block;
  padding: 5px 14px;
  font-weight: 400;
  border: 2px solid white;}

.product-actions .control-label {
  display: block;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 600;
  margin: auto 10px auto 0;
  min-width: 70px;
  color: #333;}
.product-actions .add-to-cart {
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  max-width: 100%;
  width: 100%;
  border: 1px solid #df9c29;
  font-size: 15px;}

.product-actions .add-to-cart i{font-size: 18px;}

.product-quantity .add {
  white-space: nowrap;
  position: relative;
  flex: auto;}
.product-quantity .input-group {
  border: 1px solid #ddd;
  height: 50px;
  padding: 0 30px;
  position: relative;
  border-radius: 3px;}
  .product-quantity .input-group .input-group-btn-vertical {
    width: auto;
    height: auto;
    position: static;
    display: block;}
.product-quantity #quantity_wanted {
  color: #444;
  background: none;
  height: 50px;
  padding: 0;
  width: 100%;
  text-align: center;
  border: 0;
  box-shadow: none;
  font-weight: 500;}
.product-quantity .input-group-btn-vertical {
  width: 25px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;}
  .rtl .product-quantity .input-group-btn-vertical {
    left: 0;
    right: auto;}

  .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-up {
    right: 0;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0 3px 3px 0;}
  .product-quantity .input-group-btn-vertical .btn.bootstrap-touchspin-down {
    left: 0;
    border-radius: 3px 0 0 3px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;}
  .product-quantity .input-group-btn-vertical .btn:hover {
    background: none;
    color: #000;}
  .product-quantity .input-group-btn-vertical .btn i {
    font-size: 15px;
    position: static;}
    .product-quantity .input-group-btn-vertical .btn i.touchspin-up:after {
      content: "add";}
    .product-quantity .input-group-btn-vertical .btn i.touchspin-down:after {
      content: "remove";}
.product-quantity .btn-touchspin {
  height: 23px;}

.product-discounts > .product-discounts-title {
  font-weight: normal;
  font-size: 13px;}
.product-discounts > .table-product-discounts thead tr th {
  width: 33%;
  padding: 10px 20px;
  background: white;
  border: 5px #ebebeb solid;
  text-align: center;}
.product-discounts > .table-product-discounts tbody tr {
  background: #f6f6f6;}
  .product-discounts > .table-product-discounts tbody tr:nth-of-type(even) {
    background: white;}
  .product-discounts > .table-product-discounts tbody tr td {
    padding: 10px 20px;
    text-align: center;
    border: 5px #ebebeb solid;}

.product-prices {
  margin: 10px 0 15px;}
  .product-prices .current-price {
    font-size: 26px;
    color: #000;
    font-weight: 600;}
    .product-prices .current-price span[itemprop="price"] {
      display: inline-block;
      margin: 0 5px 0 0;}
      .rtl .product-prices .current-price span[itemprop="price"] {
        margin: 0 0 0 5px;}
  .product-prices .tax-shipping-delivery-label {
    font-size: 0.9em;}
  .product-prices .product-discount {
    display: inline-block;
    font-size: 16px;}

.product-discount {
  color: #acaaa6;}
  .product-discount .regular-price {
    text-decoration: line-through;
    font-weight: normal;
    margin: 0 5px 0 0;}
    .rtl .product-discount .regular-price {
      margin: 0 0 0 5px;}

.has-discount .discount {
  background: #f39d72;
  color: white;
  font-weight: 500;
  padding: 6px 10px 4px;
  font-size: 10px;
  margin: 0 5px 0 0;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: 5px;
  border-radius: 2px;}
  .rtl .has-discount .discount {
    margin: 0 0 0 5px;}

.product-unit-price {
  font-size: 13px;
  margin-bottom: 0;}

.product-tabs.tabs {
  margin-bottom: 20px;
  margin-top: 30px;}
  .product-tabs.tabs .tab-content {
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;}
    @media (max-width: 767px) {
      .product-tabs.tabs .tab-content {
        padding: 20px;} }
  .product-tabs.tabs .nav-tabs {
    border: none;
    border: 0;
    padding: 0px;
    text-align: center;
    position: relative;
    margin-bottom: -1px;}
    @media (max-width: 767px) {
      .product-tabs.tabs .nav-tabs {
        margin-bottom: 20px;
        text-align: left;} }
    .product-tabs.tabs .nav-tabs .nav-link {
      font-size: 1.2em;
      font-weight: 600;
      color: #aaa;
      border: 1px solid transparent;}
      @media (max-width: 767px) {
        .product-tabs.tabs .nav-tabs .nav-link {
          border: 0;
          padding: 5px 10px;} }
      .product-tabs.tabs .nav-tabs .nav-link.active {
        color: #000;
        border-color: #ddd;
        border-bottom-color: #fff;}
      .product-tabs.tabs .nav-tabs .nav-link:hover {
        color: #000;}
    .product-tabs.tabs .nav-tabs .nav-item {
      float: none;
      display: inline-block;
      vertical-align: top;
      margin: auto;
      width: auto;}

.product-cover {
  margin-bottom: 10px;
  position: relative;}
  .product-cover .layer {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    text-align: center;
    cursor: pointer;
    display: none;}
    .product-cover .layer .zoom-in {
      font-size: 30px;
      color: #000;
      position: absolute;
      bottom: 0;
      right: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      transform: scale(0);
      backface-visibility: hidden;
      transition: all .4s;
      transition-delay: 0.2s;}
      .rtl .product-cover .layer .zoom-in {
        left: 0;
        right: auto;}
    .product-cover .layer:hover .zoom-in {
      opacity: 1;
      filter: alpha(opacity=100);
      transform: scale(1);}

#product-modal .modal-content {
  border: none;
  padding: 0;}
  @media (min-width: 992px) {
    #product-modal .modal-content .modal-body > .row {
      display: flex;} }
  #product-modal .modal-content .modal-body .product-cover-modal {
    background: white;
    width: 100%;
    max-width: 100%;}
  #product-modal .modal-content .modal-body .image-caption {
    padding: 10px 20px;}
    #product-modal .modal-content .modal-body .image-caption p {
      margin-bottom: 0;}
  #product-modal .modal-content .modal-body .thumbnails {
    position: absolute;
    top: 10px;
    right: 10px;}
    .rtl #product-modal .modal-content .modal-body .thumbnails {
      left: 10px;
      right: auto;}
  #product-modal .modal-content .modal-body .mask {
    position: relative;
    overflow: hidden;
    height: 475px;
    z-index: 1;}
    #product-modal .modal-content .modal-body .mask.nomargin {
      margin-top: 0;}
  #product-modal .modal-content .modal-body .product-images img {
    width: 150px;
    cursor: pointer;
    background: white;
    border: 2px solid transparent;}
    #product-modal .modal-content .modal-body .product-images img:hover, #product-modal .modal-content .modal-body .product-images img.selected {
      border: 2px solid #e5e5e5;}
  #product-modal .modal-content .modal-body .arrows {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 0;
    display: none;
    opacity: 1 !important;
    cursor: pointer;}
    #product-modal .modal-content .modal-body .arrows.scroll {
      display: block;}
    #product-modal .modal-content .modal-body .arrows .arrow-up {
      position: absolute;
      top: 20px;
      right: 55%;}
    #product-modal .modal-content .modal-body .arrows .arrow-down {
      position: absolute;
      top: 20px;
      left: 55%;}
    #product-modal .modal-content .modal-body .arrows i {
      font-size: 24px;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;
      color: #999;}
      #product-modal .modal-content .modal-body .arrows i:hover {
        color: #000;}

#blockcart-modal {
  color: #333;}
  #blockcart-modal .modal-body {
    padding: 30px;}
    @media (min-width: 768px) {
      #blockcart-modal .modal-body > .row {
        margin: 0 -20px;}
        #blockcart-modal .modal-body > .row > div {
          width: 50%;
          padding: 0 20px;} }
    #blockcart-modal .modal-body .divide-right span {
      display: inline-block;
      margin: 0 0 7px;
      width: auto;
      height: auto;
      box-shadow: none;
      border: 0;}
    #blockcart-modal .modal-body .divide-right p {
      color: #000000;}
  #blockcart-modal .cart-content-btn {
    margin-top: 10px;
    text-align: right;}
  #blockcart-modal .modal-dialog {
    max-width: 900px;
    width: 100%;}
  #blockcart-modal .product-image {
    width: 210px;
    max-width: 100%;}
  #blockcart-modal .modal-header {
    background: #4cbb6c;
    border: 0;
    border-radius: 5px 5px 0 0;}
    #blockcart-modal .modal-header .close {
      color: #fff;
      text-shadow: none;}
    #blockcart-modal .modal-header .modal-title {
      text-transform: none;
      font-size: 1.2em;
      font-weight: 600;
      text-align: left !important;
      letter-spacing: 0.5px;
      color: #fff;}
      #blockcart-modal .modal-header .modal-title i.material-icons {
        margin: 0 10px 0 0;
        vertical-align: -2px;}
        .rtl #blockcart-modal .modal-header .modal-title i.material-icons {
          margin: 0 0 0 10px;}
  #blockcart-modal .product-name {
    font-size: 1.2em;
    margin-bottom: 10px;
    font-weight: 500;}
  #blockcart-modal .cart-products-count {
    font-weight: 500;}
  #blockcart-modal .cart-content {
    padding-left: 10px;}
    #blockcart-modal .cart-content button {
      margin-right: 5px;}
  #blockcart-modal .divide-right {
    border-right: 1px solid #e5e5e5;}
    .rtl #blockcart-modal .divide-right {
      border-left: 1px solid #e5e5e5;
      border-right: inherit;}

.product-images > li.thumb-container > .thumb {
  cursor: pointer;
  margin: 0 0 10px;
  border: 2px solid transparent;}
  .product-images > li.thumb-container > .thumb.selected, .product-images > li.thumb-container > .thumb:hover {
    border-color: #e5e5e5;}

#main .images-container .js-qv-mask {
  white-space: nowrap;
  overflow: hidden;}
  #main .images-container .js-qv-mask.scroll {
    width: calc(100% - 60px);
    margin: 0 auto;}

.scroll-box-arrows {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 60px;
  left: 0;}
  .scroll-box-arrows.scroll {
    display: block;}
  .scroll-box-arrows i {
    position: absolute;
    top: -20px;
    bottom: 0;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #222;
    background: #fff;
    border-radius: 20px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;}
    .scroll-box-arrows i:hover {
      background: #000;
      border-color: #000;
      color: #fff;}
  .scroll-box-arrows .right {
    right: 0;}
  .scroll-box-arrows .left {
    left: 0;}

#product-availability {
  display: inline-block;
  font-weight: 400;
  color: #59c379;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 5px;}
  #product-availability .material-icons {
    display: none;}
  #product-availability .product-available {
    color: #4cbb6c;}
  #product-availability .product-unavailable {
    color: #ff9a52;}
  #product-availability .product-last-items {
    color: #ff9a52;}

#product-details .label {
  font-weight: 600;}

.product-features {
  margin-top: 20px;}
  .product-features > dl.data-sheet {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -moz-box-align: start;
    box-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;}
    .product-features > dl.data-sheet dd.value,
    .product-features > dl.data-sheet dt.name {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      box-flex: 1;
      -webkit-flex: 1 0 40%;
      -moz-flex: 1 0 40%;
      -ms-flex: 1 0 40%;
      flex: 1 0 40%;
      font-weight: normal;
      background: #ebebeb;
      padding: 10px;
      margin-right: 10px;
      min-height: 40px;}
      .product-features > dl.data-sheet dd.value:nth-of-type(even),
      .product-features > dl.data-sheet dt.name:nth-of-type(even) {
        background: #f6f6f6;}

.product-variants > .product-variants-item {
  margin: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;}
  .product-variants > .product-variants-item:first-child {
    margin-top: 0;}
  .product-variants > .product-variants-item select {
    min-height: 40px;}
    .product-variants > .product-variants-item select:active {
      color: #000;}
  .product-variants > .product-variants-item ul li {
    margin: 0 10px 0 0;}
    .rtl .product-variants > .product-variants-item ul li {
      margin: 0 0 0 10px;}
    .product-variants > .product-variants-item ul li label {
      margin: 5px 0;}
  .product-variants > .product-variants-item .color,
  .product-variants > .product-variants-item .input-color {
    width: 50px;
    height:50px;
    border-radius: 50%;
    vertical-align: top; 
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;}

.product-customization {
  margin: 40px 0;}
  .product-customization .product-customization-item {
    margin: 20px 0;}
  .product-customization .product-message {
    background: #f8f8f8;
    border: none;
    width: 100%;
    height: 50px;
    resize: none;
    padding: 10px;}
    .product-customization .product-message::-webkit-input-placeholder {
      color: #acaaa6;}
    .product-customization .product-message::-moz-placeholder {
      color: #acaaa6;}
    .product-customization .product-message:-moz-placeholder {
      color: #acaaa6;}
    .product-customization .product-message:-ms-input-placeholder {
      color: #acaaa6;}
  .product-customization .file-input {
    width: 100%;
    left: 0;
    z-index: 1;
    cursor: pointer;
    height: 42px;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);}
  .product-customization .custom-file {
    position: relative;
    background: #ebebeb;
    width: 100%;
    height: 42px;
    line-height: 42px;
    text-indent: 10px;
    display: block;
    color: #acaaa6;
    margin-top: 20px;}
    .product-customization .custom-file button {
      z-index: 0;
      position: absolute;
      right: 0;
      top: 0;}
  .product-customization small {
    color: #acaaa6;}

.product-pack {
  margin-top: 40px;}
  .product-pack .pack-product-container {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -moz-box-pack: distribute;
    box-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: distribute;}
    .product-pack .pack-product-container .pack-product-name {
      -webkit-box-flex: 0;
      -moz-box-flex: 0;
      box-flex: 0;
      -webkit-flex: 0 0 50%;
      -moz-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      font-size: 14px;
      color: #acaaa6;}
    .product-pack .pack-product-container .pack-product-quantity {
      border-left: #ebebeb 2px solid;
      padding-left: 10px;}
    .product-pack .pack-product-container .pack-product-name,
    .product-pack .pack-product-container .pack-product-price,
    .product-pack .pack-product-container .pack-product-quantity {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      box-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -o-align-items: center;
      align-items: center;
      -ms-flex-align: center;}

.product-refresh {
  margin-top: 20px;}

.social-sharing {
  width: 100%;
  height: 30px;
  margin-bottom: 10px;
  text-align: right;}
  .social-sharing span {
    float: left;
    line-height: 35px;
    color: #A8A8A8;
    padding-right: 5px;}
  .social-sharing ul {
    float: left;
    margin-bottom: 0;}
  .social-sharing li {
    display: inline-block;
    vertical-align: top;}
    .social-sharing li a {
      font-size: inherit;
      color: #A8A8A8;
      font-family: inherit;
      text-transform: capitalize;
      padding: 5px 12px;
      display: flex;
      align-items: center;
      line-height: 30px;}
    .social-sharing li a:before {
      content: "";
      font-family: "Veneti";
      font-size: 27px;
      backface-visibility: hidden;
      padding-right: 0px;}
    .social-sharing li:hover a {
      background: #222;
      color: #fff;}
      .social-sharing li:hover a:before {
        color: #fff !important;}
    .social-sharing li.facebook a:before {
      content: "\e90f";
      /* color: #3b5998;  */
    }
    .social-sharing li.facebook a:hover {
      background: #3b5998;}
    .social-sharing li.twitter a:before {
      content: "\e923";
      /* color: #55acee; */
       }
    .social-sharing li.twitter a:hover {
      background: #55acee;}
    .social-sharing li.rss a:before {
      content: "\f09e";}
    .social-sharing li.youtube a:before {
      content: "\f16a";}
    .social-sharing li.googleplus a:before {
      content: "\f0d5";}
    .social-sharing li.pinterest a:before {
      content: "\e91b";
      /* color: #cb2027;  */
    }
    .social-sharing li.pinterest a:hover {
      background: #cb2027;}
    .social-sharing li.vimeo a:before {
      content: "\f27d";}
    .social-sharing li.instagram a:before {
      content: "\f16d";}

.products-selection {
  margin-bottom: 30px;
  padding: 18px 0px 0px 0px;
  border-bottom: 1px solid #e1e1e1;}
  .products-selection .title {
    color: #878787;}

#blockcart-modal .cart-content .btn {
  margin-top: 10px;
  padding: 10px 20px;
  background: #ccc;
  color: #fff;
  flex: auto;}
  #blockcart-modal .cart-content .btn i {
    vertical-align: -3px;}
  #blockcart-modal .cart-content .btn:hover {
    background: #333;
    color: #fff;}
@media (max-width: 991px) {
  #blockcart-modal .cart-content a.btn {
    flex: auto;} }
#blockcart-modal .cart-content button.btn {
  background: none;
  color: #444;
  padding: 5px 0;
  border-bottom: 2px solid #ddd;
  margin-right: 20px;
  border-radius: 0;}
  @media (max-width: 991px) {
    #blockcart-modal .cart-content button.btn {
      flex: auto;
      margin-right: 0;} }
  #blockcart-modal .cart-content button.btn:hover {
    background: none;
    border-color: #000;
    color: #000;}

/* PS Category Product */
.category-products, .product-accessories, .viewed-products {
  background: #FFFFFF;
  padding: 30px 0 0;
  clear: both;}
  @media (max-width: 767px) {
    .category-products, .product-accessories, .viewed-products {
      padding: 10px 0 0;} }

.products-section-title {
  margin: 10px 0 25px;
  text-align: center;
  font-weight: 600;
  font-size: 24px !important;}
  @media (max-width: 991px) {
    .products-section-title {
      font-size: 22px;} }
  @media (max-width: 480px) {
    .products-section-title {
      font-size: 20px;} }
  .products-section-title span {
    font-size: 13px;
    color: #999;
    font-weight: normal;
    text-transform: none;
    display: block;
    padding: 5px 0 0;
    letter-spacing: 0;}

/* Product Tab */
.more-info-product {
  margin-top: 2rem;}
  .more-info-product .title-info-product {
    color: #000000;
    padding: 0.9375rem 0rem;
    margin-bottom: 0.9375rem;
    font-size: 24px;
    position: relative;
    margin-right: 2.1875rem;}
    .rtl .more-info-product .title-info-product {
      margin-left: 2.1875rem;
      margin-right: inherit;}

/* Product Accordion */
.products-accordion {
  margin: 20px 0;}
  .products-accordion .card {
    margin: 0px;
    border: 0;
    box-shadow: none;}
  .products-accordion .card-block {
    padding: 20px 0;}
  .products-accordion .card-header {
    background: none;
    padding: 0;
    border-bottom: 1px solid #eee;
    line-height: 20px;}
    .products-accordion .card-header h5 {
      margin: 0px;
      font-size: 1.2em;}
    .products-accordion .card-header a {
      position: relative;
      width: 100%;
      display: block;
      text-transform: none;
      letter-spacing: 0;
      padding: 15px 0;
      color: inherit;
      line-height: 30px;}
      .products-accordion .card-header a:hover {
        color: #000;}
      .products-accordion .card-header a:after {
        content: "";
        position: absolute;
        top: 27px;
        right: 9px;
        width: 20px;
        height: 2px;
        background: #000;}
      .products-accordion .card-header a:before {
        content: "";
        position: absolute;
        top: 19px;
        right: 18px;
        width: 2px;
        height: 20px;
        background: #000;}
      .products-accordion .card-header a.collapsed:before {
        opacity: 0;}

/* Responsive */
@media (max-width: 991px) {
  .product-cover img {
    width: 100%;}

  #product-modal .modal-content .modal-body {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    box-direction: normal;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    margin-left: 0;}
    #product-modal .modal-content .modal-body img.product-cover-modal {
      width: 100%;}
    #product-modal .modal-content .modal-body .arrows {
      display: none;}

  #product-modal .modal-content .modal-body .image-caption {
    width: 100%;}

  #blockcart-modal .modal-dialog {
    width: calc(100% - 20px);}
  #blockcart-modal .modal-body {
    padding: 20px;} }
@media (max-width: 767px) {
  #blockcart-modal .divide-right {
    border-right: none;}
    .rtl #blockcart-modal .divide-right {
      border-left: none;
      border-right: inherit;}
  #blockcart-modal .modal-body {
    padding: 16px;} }
.scroll-box-arrows i::selection,
.arrows i::selection {
  background: none;
  color: inherit;}

#product-modal .modal-dialog {
  max-width: 700px;
  margin: 30px auto;}
#product-modal .modal-body {
  padding: 10px 170px 10px 10px;
  background: #fff;}
  .rtl #product-modal .modal-body {
    padding: 10px 10px 10px 170px;}

.product-infor {
  clear: both;
  padding-top: 40px;}

.leo-compare-wishlist-button {
  display: flex;
  align-items: center;}
  .leo-compare-wishlist-button .btn-product {
    padding: 0;
    width: 40px;
    /* height: 42px; */
    line-height: 50px;
    position: relative;
    text-align: center;
    border: 0;
    background: none !important;
    color: #888 !important;}
    .leo-compare-wishlist-button .btn-product i {
      margin: 0;
      font-size: 16px;
      vertical-align: middle;}
      .leo-compare-wishlist-button .btn-product i.material-icons {
        font-size: 20px;}
    .leo-compare-wishlist-button .btn-product span span {
      position: absolute;
      bottom: 100%;
      margin-bottom: 6px;
      height: 20px;
      line-height: 20px;
      padding: 0 8px;
      left: 50%;
      transform: translateX(-50%);
      background: #000;
      color: #fff;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: 500;
      border-radius: 4px;
      transition: all .2s;
      white-space: nowrap;
      font-size: 10px;
      opacity: 0;
      visibility: hidden;}
      .leo-compare-wishlist-button .btn-product span span:before {
        content: "";
        border: 5px solid transparent;
        border-top-color: #000;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;}
    .leo-compare-wishlist-button .btn-product:hover {
      color: #000 !important;}
      .leo-compare-wishlist-button .btn-product:hover span span {
        opacity: 1;
        visibility: visible;}

.product-quantity .add .btn:not(.add-to-cart) {
  position: relative;
  background: none;
  color: #888;
  padding: 0;
  margin: 0 10px 0 0;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  min-width: 110px;}
  .rtl .product-quantity .add .btn:not(.add-to-cart) {
    margin: 0 0 0 10px;}
  .product-quantity .add .btn:not(.add-to-cart):hover, .product-quantity .add .btn:not(.add-to-cart):active, .product-quantity .add .btn:not(.add-to-cart):focus {
    color: #000;
    border-color: #000;}
  .product-quantity .add .btn:not(.add-to-cart) .cssload-speeding-wheel {
    border: 2px solid #000;
    border-left-color: transparent;
    border-right-color: transparent;}
  .product-quantity .add .btn:not(.add-to-cart).add-to-cart:hover {
    background: #dc5e56;}
  @media (max-width: 1199px) and (min-width: 992px) {
    .product-quantity .add .btn:not(.add-to-cart):not(.add-to-cart) {
      font-size: 9px;} }
  .product-quantity .add .btn:not(.add-to-cart) i {
    display: none;}

.product-actions .product-variants {
  margin: 0 0 30px;}

.product-add-to-cart .control-label {
  margin: 16px 10px 10px 0;
  float: left;}
  .rtl .product-add-to-cart .control-label {
    margin: 16px 0 10px 10px;}
  .rtl .product-add-to-cart .control-label {
    float: right;}
.product-add-to-cart .product-quantity {
  position: relative;}
  .product-add-to-cart .product-quantity .qty {
    margin: 0 15px 10px 0;
    width: 100px;}
    .rtl .product-add-to-cart .product-quantity .qty {
      margin: 0 0 10px 15px;}
    .product-add-to-cart .product-quantity .qty .control-label {
      display: none;}

.ps-hidden-by-js {
  display: none;}

.product-infor #block-reassurance {
  background-color: #fff;
  box-shadow: none;
  border: 1px solid #e5e5e5;
  border-top: 2px solid #000;
  margin: 50px 0;}
  @media (min-width: 768px) {
    .product-infor #block-reassurance ul {
      display: -webkit-box;
      display: -moz-box;
      display: box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;}
      .product-infor #block-reassurance ul li {
        border: 0;
        border-right: 1px solid #e5e5e5;
        width: 33.33%;}
        .rtl .product-infor #block-reassurance ul li {
          border-left: 1px solid #e5e5e5;
          border-right: inherit;}
        .product-infor #block-reassurance ul li .block-reassurance-item {
          padding: 12px 20px;}
        .product-infor #block-reassurance ul li:last-child {
          border: 0;} }

.quickview h1.h1 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: capitalize;}

@media (min-width: 1200px) {
  .page-product > .col-md-6:nth-child(1) {
    padding: 0 40px 0 15px;}
    .rtl .page-product > .col-md-6:nth-child(1) {
      padding: 0 15px 0 40px;}
  .page-product > .col-md-6:nth-child(2) {
    padding: 0 15px 0 40px;}
    .rtl .page-product > .col-md-6:nth-child(2) {
      padding: 0 40px 0 15px;} }
     
/* Style for Product Image */
.product-thumb-images {
  display: none;}
  .product-thumb-images .thumb {
    max-width: 100%;
    cursor: pointer;
    border: 1px solid transparent;}
    .product-thumb-images .thumb:hover {
      border: 1px solid #aaa;}
    .product-thumb-images .thumb.selected {
      border: 1px solid #666;}

.product-detail .arrows-product-fake {
  display: none;}
  .product-detail .arrows-product-fake .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    z-index: 999;
    overflow: hidden;
    background: none;}
    .product-detail .arrows-product-fake .slick-arrow:hover {
      color: #000;
      background: none;}
    .product-detail .arrows-product-fake .slick-arrow.slick-next {
      right: -20px;}
    .product-detail .arrows-product-fake .slick-arrow.slick-prev {
      left: -20px;}
.product-detail.product-thumbs-bottom .product-thumb-images {
  padding-left: 20px;
  padding-right: 20px;}
  .product-detail.product-thumbs-bottom .product-thumb-images .slick-list {
    margin-left: -5px;
    margin-right: -5px;}
    .product-detail.product-thumbs-bottom .product-thumb-images .slick-list .slick-slide {
      padding-right: 5px;
      padding-left: 5px;}
  .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-next {
    right: -15px;}
  .product-detail.product-thumbs-bottom .product-thumb-images .slick-arrow.slick-prev {
    left: -15px;}
.product-detail.product-thumbs-left .images-container, .product-detail.product-thumbs-right .images-container {
  position: relative;}
  .product-detail.product-thumbs-left .images-container .product-cover .product-flags, .product-detail.product-thumbs-right .images-container .product-cover .product-flags {
    left: 10px;}
    .rtl .product-detail.product-thumbs-left .images-container .product-cover .product-flags, .rtl .product-detail.product-thumbs-right .images-container .product-cover .product-flags {
      right: 10px;
      left: auto;}
  .product-detail.product-thumbs-left .images-container .product-thumb-images, .product-detail.product-thumbs-right .images-container .product-thumb-images {
    position: absolute;
    top: 30px;
    z-index: 9;
    width: 80px;}
.product-detail.product-thumbs-left .product-thumb-images .slick-list, .product-detail.product-thumbs-right .product-thumb-images .slick-list {
  margin-top: -5px;
  margin-bottom: -5px;
  margin-left: 0px;
  margin-right: 0px;}
  .product-detail.product-thumbs-left .product-thumb-images .slick-list .slick-slide, .product-detail.product-thumbs-right .product-thumb-images .slick-list .slick-slide {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;}
.product-detail.product-thumbs-left .product-thumb-images .slick-arrow, .product-detail.product-thumbs-right .product-thumb-images .slick-arrow {
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;}
  .product-detail.product-thumbs-left .product-thumb-images .slick-arrow:before, .product-detail.product-thumbs-right .product-thumb-images .slick-arrow:before {
    opacity: 1;}
  .product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev, .product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev {
    top: -20px;
    bottom: auto;}
    .product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-prev:before, .product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-prev:before {
      content: "\f106";
      font-family: "FontAwesome";}
  .product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next, .product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next {
    top: auto;
    bottom: -60px;}
    .product-detail.product-thumbs-left .product-thumb-images .slick-arrow.slick-next:before, .product-detail.product-thumbs-right .product-thumb-images .slick-arrow.slick-next:before {
      content: "\f107";
      font-family: "FontAwesome";}
.product-detail.product-thumbs-left .images-container {
  position: relative;}
  .product-detail.product-thumbs-left .images-container .product-cover {
    margin: 0 0 0 90px;}
    .rtl .product-detail.product-thumbs-left .images-container .product-cover {
      margin: 0 90px 0 0;}
  .product-detail.product-thumbs-left .images-container .product-cover .product-flags {
    right: 10px;}
    .rtl .product-detail.product-thumbs-left .images-container .product-cover .product-flags {
      left: 10px;
      right: auto;}
  .product-detail.product-thumbs-left .images-container .product-thumb-images {
    left: 0;}
    .rtl .product-detail.product-thumbs-left .images-container .product-thumb-images {
      right: 0;
      left: auto;}
.product-detail.product-thumbs-right .images-container {
  position: relative;}
  .product-detail.product-thumbs-right .images-container .product-cover {
    margin: 0 90px 0 0;}
    .rtl .product-detail.product-thumbs-right .images-container .product-cover {
      margin: 0 0 0 90px;}
    .product-detail.product-thumbs-right .images-container .product-cover .layer {
      left: 20px;
      right: auto;}
  .product-detail.product-thumbs-right .images-container .product-thumb-images {
    right: 0;}
    .rtl .product-detail.product-thumbs-right .images-container .product-thumb-images {
      left: 0;
      right: auto;}
.product-detail.no-thumbs .images-container {
  position: relative;}
.product-detail.no-thumbs .product-thumb-images .slick-arrows, .product-detail.no-thumbs .product-thumb-images .slick-list {
  display: none;}
.product-detail.no-thumbs .arrows-product-fake {
  display: block;}

.zoomContainer {
  z-index: 9;}

#product #content[data-templateview="right"] .product-flags {
  right: auto;
  left: 25px;}
  .rtl #product #content[data-templateview="right"] .product-flags {
    right: 25px;
    left: auto;}

.review_details p[itemprop="name"] {
  color: #333;}
  .review_details p[itemprop="name"]:first-letter {
    text-transform: uppercase;}
  .review_details p[itemprop="name"] strong {
    display: block;}
.review_details strong {
  font-weight: 600;}

.review-info .review_author .star_content {
  margin: 5px 0;}
.review-info .review_author .review_author_infos strong {
  color: #333;
  text-transform: capitalize;
  margin: 0 5px 0 0;}
  .rtl .review-info .review_author .review_author_infos strong {
    margin: 0 0 0 5px;}

@media (min-width: 768px) {
  .product-detail > .row {
    margin: 0 -20px;}
    .product-detail > .row > div[class^="col-"] {
      padding-left: 20px;
      padding-right: 20px;}
    .product-detail > .row > .col-md-12 {
      padding-top: 20px;} }
@media (min-width: 1200px) {
  .product-detail {
    padding-top: 20px;}
    .product-detail > .row {
      margin: 0 -30px;}
      .product-detail > .row > div[class^="col-"] {
        padding-left: 30px;
        padding-right: 30px;}
      .product-detail > .row > .col-md-12 {
        padding-top: 20px;} }

div.leo-modal .modal-content {
  border-radius: 5px;} 

.p-cartwapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;}
  .p-cartwapper .leo-compare-wishlist-button {
    margin: 0 0 auto auto;
    padding-left: 15px;}

.modal-header {
  padding: 10px;}

label sup.required, .label sup.required {
  color: #f00;}

.cart-grid {
  margin-bottom: 16px;}

.cart-items {
  margin-bottom: 0;}

.cart-item {
  padding: 16px 0;}

.cart-summary-line {
  margin-bottom: 10px;
  clear: both;}
  .cart-summary-line::after {
    content: "";
    display: table;
    clear: both;}
  .cart-summary-line .label {
    padding-left: 0;
    font-weight: normal;
    white-space: inherit;}
    .rtl .cart-summary-line .label {
      padding-right: 0;
      padding-left: inherit;}
  .cart-summary-line .value {
    color: #414141;
    float: right;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;}
    .rtl .cart-summary-line .value {
      float: left;}
  .cart-summary-line.cart-summary-subtotals .label,
  .cart-summary-line.cart-summary-subtotals .value {
    font-weight: normal;}

/** CART BODY **/
.cart-grid-body {
  margin-bottom: 12px;}
  .cart-grid-body a.label:hover {
    color: #f44d51;}
  .cart-grid .cart-grid-body .card-block {
    padding: 0 0 20px 0;}
    .cart-grid-body .card-block.cart-summary-totals {
      padding: 0 20px;}
    .cart-grid-body .card-block h1 {
      margin-bottom: 0; 
      text-transform: none;}
  .cart-grid-body hr {
    margin: 0;}
  .cart-grid-body .cart-overview {
    padding: 16px;}

/** CART RIGHT **/
.cart-grid-right hr {
  margin: 0;}
.cart-grid-right .promo-discounts {
  margin-bottom: 0;}
  .cart-grid-right .promo-discounts .cart-summary-line .label {
    color: #878787;}
    .cart-grid-right .promo-discounts .cart-summary-line .label .code {
      text-decoration: underline;
      cursor: pointer;}

.cart-detailed-totals > .card-block {
  border-bottom: 1px solid #ddd;}

  .block-promo .promo-code form {
     }
  .block-promo .promo-code .alert-danger {
    position: relative;
    margin-top: 20px;
    background: #ff4c4c;
    color: white;
    display: none;}
    .block-promo .promo-code .alert-danger::after {
      bottom: 100%;
      left: 10%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-bottom-color: #ff4c4c;
      border-width: 10px;
      margin-left: -10px;}
.block-promo .promo-input {
  height: 40px;
  padding: 15px;
  flex: 1;
  border: 1px solid #000;
  outline: none;
  margin: 0 10px 0 0;}
.block-promo .cart-summary-line .label,
.block-promo .promo-name {
  color: #ff9a52;
  font-weight: 400;}
  .block-promo .cart-summary-line .label a,
  .block-promo .promo-name a {
    font-weight: normal;
    color: #414141;
    display: inline-block;}
.block-promo .promo-code-button {
  margin: 10px 0 0;
  display: inline-block;
  vertical-align: top;}
  .block-promo .promo-code-button:hover {
    color: #000;}
.block-promo.promo-highlighted {
  padding: 20px;
  padding-bottom: 0;
  margin-bottom: 0;}

.promo-code .alert-danger:before {
  display: none;}

.promo-code .alert-danger {
  padding: 10px;}

.promo-code .alert-danger span {
  margin: 0 5px !important;}

.promo-code-button a.collapse-button {
  padding: 0 20px;
  margin: 10px 0;
  display: inline-block;
  text-decoration: underline;}

/** CONTENT LEFT **/
.product-line-grid-left img {
  max-width: 100%;}

p.promo-code-button {
  width: 100%;}

.block-promo {
  min-height: 50px;
  margin-bottom: 50px;}

/** CONTENT BODY **/
.product-line-grid-body > .product-line-info {
  margin-bottom: 10px;}
  .product-line-grid-body > .product-line-info.product-price {
    display: block;}
  .product-line-grid-body > .product-line-info:first-child a.label {
    font-size: 14px;
    font-weight: 500;
    color: #333;}
    .product-line-grid-body > .product-line-info:first-child a.label:hover {
      color: #888;}
  .product-line-grid-body > .product-line-info .product-discount {
    margin-bottom: 5px;}
  .product-line-grid-body > .product-line-info > .label {
    padding: 0;
    line-height: inherit;
    white-space: inherit;
    font-weight: 400;
    text-align: left;
    color: #999;}
    .rtl .product-line-grid-body > .product-line-info > .label {
      text-align: right;}
  .product-line-grid-body > .product-line-info > a.label {
    font-size: 14px;}
  .product-line-grid-body > .product-line-info > .out-of-stock {
    color: red;}
  .product-line-grid-body > .product-line-info > .available {
    color: #4cbb6c;}
  .product-line-grid-body > .product-line-info > .unit-price-cart {
    padding-left: 0.3125rem;
    font-size: 0.875rem;
    color: #878787;}
    .rtl .product-line-grid-body > .product-line-info > .unit-price-cart {
      padding-right: 0.3125rem;
      padding-left: inherit;}

/** CONTENT LEFT **/
.product-line-grid-right .bootstrap-touchspin {
  width: 68px;
  -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.15);}
  .product-line-grid-right .bootstrap-touchspin > .form-control,
  .product-line-grid-right .bootstrap-touchspin > .input-group {
    color: #414141;
    background-color: white;
    height: 2.5rem;
    padding: 0.175rem 0.5rem;
    width: 48px;}
  .product-line-grid-right .bootstrap-touchspin > .input-group-btn-vertical {
    width: auto;
    right: -1px;}
.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
  color: #414141;
  line-height: 36px;}
  .product-line-grid-right .cart-line-product-actions .remove-from-cart,
  .product-line-grid-right .product-price .remove-from-cart {
    color: #ccc;
    display: inline-block;}
    .product-line-grid-right .cart-line-product-actions .remove-from-cart:hover,
    .product-line-grid-right .product-price .remove-from-cart:hover {
      color: #000;}

/*** Responsive part ***/
@media (max-width: 767px) {
  .product-line-grid-body {
    margin-bottom: 16px;} }
@media (max-width: 575px) {
  .cart-items {
    padding: 16px 0;}

  .cart-item {
    border-bottom: 1px solid #eee;}
    .cart-item .product-line-grid {
      margin: 0;}
    .cart-item:last-child {
      border-bottom: 0;}

  .cart-grid-body .cart-overview {
    padding: 0;}
  .cart-grid-body .no-items {
    padding: 16px;
    display: inline-block;}

  .product-line-grid-left {
    padding-right: 0 !important;} }
@media (max-width: 360px) {
  .product-line-grid-right .qty {
    width: 100%;}
  .product-line-grid-right .price {
    width: 100%;} }
.cart-detailed-actions .text-sm-center {
  text-align: center;}

#block-reassurance {
  margin-top: 16px;}
  #block-reassurance img {
    width: 25px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    margin-right: 10px;}
    .rtl #block-reassurance img {
      margin-left: 10px;
      margin-right: inherit;}
  #block-reassurance li .block-reassurance-item {
    padding: 0.5rem 1.5rem 0.5rem 0rem;}
    .rtl #block-reassurance li .block-reassurance-item {
      padding: 0.5rem 0rem 0.5rem 1.5rem;}
    #block-reassurance li .block-reassurance-item span {
      font-weight: 400;
      margin: 0px;
      color: #333;
      font-size: 14px;}

/***************************************************
  Mixins Themes 
/***************************************************/
/* Mixin Normal*/
/* Mixin Clear */
/* Mixin Border */
/*background RGBA
============================================*/
/***************************************************
  Mixins RTL Themes 
/***************************************************/
/************************************ 
	Override Bootstrap 
*************************************/
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/

#stores .page-stores .store-item {
  padding-left: 12px;
  padding-right: 12px;}
#stores .page-stores .store-picture img {
  max-width: 100%;}
#stores .page-stores .store-item-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  padding: 30px 0;}
  #stores .page-stores .store-item-container ul {
    margin-bottom: 0;}
  #stores .page-stores .store-item-container .divide-left {
    border-left: #ebebeb 1px solid;}
    .rtl #stores .page-stores .store-item-container .divide-left {
      border-right: #ebebeb 1px solid;
      border-left: inherit;}
    #stores .page-stores .store-item-container .divide-left tr {
      height: 25px;}
    #stores .page-stores .store-item-container .divide-left td {
      padding-left: 6px;}
    #stores .page-stores .store-item-container .divide-left th {
      text-align: right;}
#stores .page-stores .store-item-footer {
  margin-top: 8px;
  padding-top: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  box-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: distribute;}
  #stores .page-stores .store-item-footer.divide-top {
    border-top: #ebebeb 1px solid;}
  #stores .page-stores .store-item-footer div:first-child {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    box-flex: 0;
    -webkit-flex: 0 0 65%;
    -moz-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;}
  #stores .page-stores .store-item-footer i.material-icons {
    margin-right: 10px;
    color: #acaaa6;
    font-size: 13px;}
  #stores .page-stores .store-item-footer li {
    margin-bottom: 10px;}

/*** Responsive part ***/
@media (max-width: 767px) {
  #stores .page-stores {
    width: 100%;}
    #stores .page-stores .store-item-container {
      padding: 16px 0;} }
@media (max-width: 575px) {
  #stores .page-stores .store-item-container {
    display: block;}
    #stores .page-stores .store-item-container .divide-left {
      border-left: none;}
      .rtl #stores .page-stores .store-item-container .divide-left {
        border-right: none;
        border-left: inherit;}
    #stores .page-stores .store-item-container .store-description a {
      margin-bottom: 8px;}
    #stores .page-stores .store-item-container .store-description address {
      margin-bottom: 8px;}
  #stores .page-stores .store-item-footer {
    display: block;}
    #stores .page-stores .store-item-footer.divide-top {
      border-top: #ebebeb 1px solid;}
    #stores .page-stores .store-item-footer li {
      margin-bottom: 10px;}
    #stores .page-stores .store-item-footer .card-block {
      padding: 12px 12px 0;} }
.block_newsletter .input-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  position: relative;}
  .block_newsletter .input-wrapper input {
    padding: 10px 10px;
    height: 50px;
    border: 1px solid #ddd;
    background: #f8f8f8;
    border-right: 0px;
    width: 100%;
    border-radius: 3px 0 0 3px;}
    .block_newsletter .input-wrapper input:focus {
      border-color: #000000;
      box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);}
  .block_newsletter .input-wrapper button {
    height: 50px;
    line-height: 50px;
    padding: 0 18px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border: 1px solid #ddd;
    background: #ddd;
    color: #222;
    border-radius: 0 3px 3px 0;}
    .block_newsletter .input-wrapper button:hover {
      background: #222;
      border-color: #222;
      color: #fff;}
.block_newsletter .col-notice {
  color: #a9a9a9;
  font-size: 13px;}
  .block_newsletter .col-notice span {
    color: #f00;
    padding: 0 5px 0 0;}
    .rtl .block_newsletter .col-notice span {
      padding: 0 0 0 5px;}

.block-contact ul li {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.625rem;}
.block-contact .fa {
  color: white;
  font-size: 16px;
  width: 2.5rem;
  margin-top: 4px;}

.block-social {
  padding: 10px 0px;}
  .block-social ul {
    margin-bottom: 0px;}
    @media (max-width: 1199px) {
      .block-social ul {
        clear: both;} }
  .block-social li {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;}
    .block-social li a {
      transition: all .4s;
      border-radius: 5px;
      color: #fff;
      display: block;
      vertical-align: top;
      position: relative;}
      .block-social li a span {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        margin: 0 0 5px;
        background: #222;
        white-space: nowrap;
        color: #fff;
        border-radius: 3px;
        font-size: 12px;
        opacity: 0;
        pointer-events: none;
        transition: all .4s;
        line-height: 20px;
        padding: 0 5px;}
      .block-social li a:hover {
        border-radius: 20px;}
        .block-social li a:hover span {
          opacity: 1;}
    .block-social li a:before {
      content: "";
      font-family: "Veneti";
      font-size: 25px;
      color: #000;
      position: relative;
      top: 3px;}
    .block-social li.facebook a {
      background-color: #fff;}
      .block-social li.facebook a:before {
        content: "\e90f";}
    .block-social li.twitter a {
      background-color: #fff;}
      .block-social li.twitter a:before {
        content: "\e923";}
    .block-social li.rss a {
      background-color: #f60;}
      .block-social li.rss a:before {
        content: "\f09e";}
    .block-social li.youtube a {
      background-color: #fff;}
      .block-social li.youtube a:before {
        content: "\e933";}
    .block-social li.googleplus a {
      background-color: #DD4B39;}
      .block-social li.googleplus a:before {
        content: "\f0d5";}
    .block-social li.pinterest a {
      background-color: #fff;}
      .block-social li.pinterest a:before {
        content: "\e91b";}
    .block-social li.vimeo a {
      background-color: #aad450;}
      .block-social li.vimeo a:before {
        content: "\f27d";}
    .block-social li.instagram a {
      background-color: #fff;}
      .block-social li.instagram a:before {
        content: "\e916";}
    .block-social li.linkedin a {
      background-color: #0077b5;}
      .block-social li.linkedin a:before {
        content: "\f0e1";}

.footer-container {
  background: rgb(243, 243, 243) no-repeat;
  border: 0;}

.footer-container {
  position: relative;}
  .footer-container .ApColumn .title_block {
    margin: 0 0 20px;
    font-size: 14px;}
    @media (max-width: 767px) {
      .footer-container .ApColumn .title_block {
        margin: 0;
        line-height: 30px;} }
  .footer-container .ApLink li a {
    display: inline-block;
    line-height: 20px;
    padding: 5px 0;
    vertical-align: top;
    transition: all .4s;}
    .footer-container .ApLink li a:hover {
      transform: translateX(5px);}

.contact-rich {
  color: #878787;
  margin-bottom: 32px;}
  .contact-rich h4 {
    text-transform: uppercase;
    margin-bottom: 32px;}
  .contact-rich .block {
    height: auto;
    overflow: hidden;}
    .contact-rich .block .icon {
      float: left;
      width: 56px;}
      .rtl .contact-rich .block .icon {
        float: right;}
      .contact-rich .block .icon i {
        font-size: 32px;}
    .contact-rich .block .data {
      color: #414141;
      font-size: 13px;
      width: auto;
      overflow: hidden;}
      .contact-rich .block .data.email {
        padding-top: 6px;}

.contact-form {
  padding: 16px;
  color: #878787;
  width: 100%;}
  .contact-form h3 {
    text-transform: uppercase;}

#products #main .page-header,
#pagenotfound #main .page-header {
  margin: 32px 0 48px;}
#products .page-not-found,
#pagenotfound .page-not-found {
  background: white;
  padding: 16px;
  font-size: 13px;
  color: #666;
  max-width: 570px;
  margin: 0 auto;}
  #products .page-not-found .search-widget,
  #pagenotfound .page-not-found .search-widget {
    float: none;}
    #products .page-not-found .search-widget input,
    #pagenotfound .page-not-found .search-widget input {
      width: 100%;}

img {
  max-width: 100%;}

.logo img {
  max-width: 300px;}

#layout-error .page-content {
  word-break: break-all;
  padding: 0 20px;}

#pagenotfound #main .page-header {
  text-align: center;}

.customization-modal .modal-content {
  border-radius: 0;
  border: 1px solid #f6f6f6;}
  .customization-modal .modal-content .modal-body {
    padding-top: 0;}
    .customization-modal .modal-content .modal-body .product-customization-line {
      padding-bottom: 15px;
      padding-top: 15px;
      border-bottom: 1px solid #f6f6f6;}
      .customization-modal .modal-content .modal-body .product-customization-line .label {
        font-weight: 600;
        text-align: right;}
      .customization-modal .modal-content .modal-body .product-customization-line:last-child {
        padding-bottom: 0;
        border-bottom: 0;}

/*** LAYOUT MODE ***/

h3, .h3 {
  font-size: 1.6em;}

body.layout-boxed-md {
  background: #FFFFFF;}
  body.layout-boxed-md #page {
    max-width: 960px;
    margin: 0 auto;
    background: #FFFFFF;}
    body.layout-boxed-md #page .container {
      max-width: 940px;}
  @media (min-width: 1200px) {
    body.layout-boxed-md .product-detail > .row {
      margin: 0 -15px;}
    body.layout-boxed-md .product-detail > .row > div[class^="col-"] {
      padding-left: 15px;
      padding-right: 15px;}
    body.layout-boxed-md .owl-theme .owl-buttons div.owl-next {
      right: 20px;}
    body.layout-boxed-md .owl-theme .owl-buttons div.owl-prev {
      left: 20px;} }
  body.layout-boxed-md #blockcart-modal .modal-dialog {
    max-width: 700px;}
  body.layout-boxed-md .quickview .slick-arrows {
    height: auto;}
  body.layout-boxed-md .quickview .modal-dialog {
    max-width: 50rem;}
  body.layout-boxed-md .quickview .images-container .product-cover {
    padding-right: 70px;}
  body.layout-boxed-md .quickview .images-container .product-thumb-images {
    width: 60px;}
  body.layout-boxed-md .quickview .modal-body > .row > .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;}
body.layout-boxed-lg {
  background: #FFFFFF;}
  body.layout-boxed-lg #page {
    max-width: 1220px;
    margin: 0 auto;
    background: #FFFFFF;}
    body.layout-boxed-lg #page .container {
      max-width: 1220px;}
  @media (min-width: 1200px) {
    body.layout-boxed-lg .product-detail > .row {
      margin: 0 -15px;}
    body.layout-boxed-lg .product-detail > .row > div[class^="col-"] {
      padding-left: 15px;
      padding-right: 15px;}
    body.layout-boxed-lg .owl-theme .owl-buttons div.owl-next {
      right: 20px;}
    body.layout-boxed-lg .owl-theme .owl-buttons div.owl-prev {
      left: 20px;} }
  body.layout-boxed-lg #blockcart-modal .modal-dialog {
    max-width: 700px;}
  body.layout-boxed-lg .quickview .slick-arrows {
    height: auto;}
  body.layout-boxed-lg .quickview .modal-dialog {
    max-width: 50rem;}
  body.layout-boxed-lg .quickview .images-container .product-cover {
    padding-right: 70px;}
  body.layout-boxed-lg .quickview .images-container .product-thumb-images {
    width: 60px;}
  body.layout-boxed-lg .quickview .modal-body > .row > .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;}

/*** HEADER ***/
.popover {
  font-family: inherit;}

/*** WRAPPER ***/
#index #wrapper {
  padding: 0px;}

.breadcrumb {
  padding: 10px 0;}
  .breadcrumb li {
    display: inline;
    vertical-align: top;
    margin: 0 10px 0 0;}
    .rtl .breadcrumb li {
      margin: 0 0 0 10px;}
    .breadcrumb li:first-child a:before {
      content: "\F015";
      font-family: 'FontAwesome';}
    .breadcrumb li:first-child a span {
      display: none;}
    .breadcrumb li:last-child {
      margin: 0;}
      .breadcrumb li:last-child a {
        padding: 0;
        color: #000;
        font-weight: 500;}
        .breadcrumb li:last-child a:after {
          display: none;}
      .breadcrumb li:last-child:after {
        display: none;}
    .breadcrumb li:after {
      font-style: normal;
      font-weight: 400;
      content: "\e914";
      font-family: 'Veneti';}
    .breadcrumb li a {
      display: inline;
      padding: 0 10px 0 0;
      line-height: 20px;
      position: relative;
      transition: all .4s;
      color: #999;}
      .rtl .breadcrumb li a {
        padding: 0 0 0 10px;}
      .breadcrumb li a:hover {
        color: #000; 
		text-decoration: none;}

#wrapper {
  min-height: 400px;
  padding-bottom: 30px;}
  @media (max-width: 991px) {
    #wrapper {
      padding-left: 10px;
      padding-right: 10px;} }
  #wrapper .banner {
    margin-bottom: 24px;
    display: block;}
    #wrapper .banner img {
      -moz-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
      -o-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
      -ms-box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 1px 1px 7px 0 rgba(0, 0, 0, 0.15);}
  #wrapper .block-category-full {
    position: relative;
    text-align: center;
    min-height: 150px;
    margin: -30px 0 20px;
    text-shadow: 0px 1px 0px #fff;}
    #wrapper .block-category-full .cate-name {
      position: absolute;
      bottom: 50%;
      left: 0;
      right: 0;}
    #wrapper .block-category-full .breadcrumb {
      position: absolute;
      padding: 0;
      text-align: center;
      border-radius: 0;
      top: 50%;
      left: 0;
      right: 0;
      background: none;
      margin-top: 10px;}
      #wrapper .block-category-full .breadcrumb[data-depth="1"] {
        display: none;}
      #wrapper .block-category-full .breadcrumb ol {
        display: inline-block;
        margin: 0 0 0 10px;}
        .rtl #wrapper .block-category-full .breadcrumb ol {
          margin: 0 10px 0 0;}
      #wrapper .block-category-full .breadcrumb li {
        display: inline;
        white-space: nowrap;
        z-index: 1;
        position: relative;}
        #wrapper .block-category-full .breadcrumb li::after {
          content: "\f105";
          color: #222;
          font-family: "FontAwesome";
          margin: 0.3125em;}
        #wrapper .block-category-full .breadcrumb li:last-child {
          content: "/";
          color: #222;
          margin: 5px;}
          #wrapper .block-category-full .breadcrumb li:last-child a {
            color: #222;}
          #wrapper .block-category-full .breadcrumb li:last-child::after {
            content: "";}
        #wrapper .block-category-full .breadcrumb li a {
          color: #000;}
          #wrapper .block-category-full .breadcrumb li a:hover {
            color: #000;
            text-decoration: underline;}
  #wrapper .bg-wapper .breadcrumb {
    position: relative;
    padding: 320px 0 0;
    margin: -30px 0 30px;
    text-align: center;
    border-radius: 0;}
    #wrapper .bg-wapper .breadcrumb[data-depth="1"] {
      display: none;}
    #wrapper .bg-wapper .breadcrumb ol {
      padding: 22px;
      margin-bottom: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);}
      #wrapper .bg-wapper .breadcrumb ol:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        -moz-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);
        -o-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);
        -ms-box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0 50px 10px rgba(0, 0, 0, 0.25);}
    #wrapper .bg-wapper .breadcrumb li {
      display: inline;
      white-space: nowrap;
      z-index: 1;
      position: relative;}
      #wrapper .bg-wapper .breadcrumb li::after {
        content: "\f105";
        color: #ddd;
        font-family: "FontAwesome";
        margin: 0.3125em;}
      #wrapper .bg-wapper .breadcrumb li:last-child {
        content: "/";
        color: #eee;
        margin: 5px;}
        #wrapper .bg-wapper .breadcrumb li:last-child a {
          color: #eee;}
        #wrapper .bg-wapper .breadcrumb li:last-child::after {
          content: "";}
      #wrapper .bg-wapper .breadcrumb li a {
        color: #ddd;}
        #wrapper .bg-wapper .breadcrumb li a:hover {
          color: #fff;
          text-decoration: underline;}

/*** MAIN ***/
#main .page-header {
  margin-bottom: 25px;}
#main .page-content {
  margin-bottom: 25px;}
  #main .page-content h6 {
    margin-bottom: 18px;}
  #main .page-content #notifications {
    margin-left: -15px;
    margin-right: -15px;}

#notifications ul {
  margin-bottom: 0;}

.sitemap ul.tree li {
  line-height: 20px;
  padding: 5px 0;}
  .sitemap ul.tree li a.parent-page {
    text-transform: uppercase;
    font-weight: 700;}
  .sitemap ul.tree li ul {
    padding-left: 10px;}
    .rtl .sitemap ul.tree li ul {
      padding-right: 10px;
      padding-left: inherit;}

.list-brands {
  margin: 20px 0 10px;
  background: #FFFFFF;}

.brand {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;}
  .brand > div {
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;}

/* Back to top */
#back-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 40px;
  width: 40px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  background: #fff;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.15);}
  @media (max-width: 991px) {
    #back-top {
      bottom: 10px;
      right: 10px;} }
  #back-top a {
    display: block;}
  #back-top.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);}
  #back-top:before {
    position: absolute;
    content: "\e906";
    font-family: "Veneti";
    text-align: center;
    line-height: 40px;
    font-size: 25px;
    left: 0;
    top: 0;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all 200ms linear;
    color: #000;}
  #back-top svg path {
    fill: none;}
  #back-top svg.progress-circle path {
    stroke: #000;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;}
  #back-top .arrow-circle {
    border-radius: 50px;}
  #back-top.appear {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);}

/*** Responsive part ***/
@media (min-width: 992px) {
  .headertop-flex > [class*="col-"] {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;}
  .headertop-flex .center-headertop {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;}
  .headertop-flex .right-headertop {
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;} }
@media (max-width: 767px) {
  #checkout-cart-summary {
    float: none;
    width: 100%;
    margin-top: 1rem;}

  section.checkout-step {
    width: 100%;}

  .default-input {
    min-width: 100%;}

  label {
    clear: both;} }
@media (max-width: 991px) {
  .container {
    width: 800px;
    max-width: 100%;}

  #blockcart-modal .modal-dialog {
    width: calc(100% - 40px);
    max-width: 800px;
    margin: 20px auto;}

  .sub-menu {
    left: 0;
    min-width: 100%;}

  #blockcart-modal .product-image {
    width: 100%;
    display: block;
    max-width: 250px;
    margin: 0 auto 15px;}

  #blockcart-modal .cart-content {
    padding-left: 0;}

  #search_filters .facet .facet-label {
    text-align: left;}

  .block-category .category-cover {
    position: relative;
    text-align: center;}

  .block-category {
    padding-bottom: 0;} }
@media (max-width: 767px) {
  .container {
    width: 640px;}

  #blockcart-modal .modal-dialog {
    max-width: 640px;} }
@media (max-width: 600px) {
  .container {
    width: 480px;}

  #blockcart-modal .modal-dialog {
    max-width: 460px;} }
@media (max-width: 480px) {
  .container {
    width: 100%;}

  #blockcart-modal .modal-dialog {
    max-width: 100%;} }
#page.megamenu-autoheight {
  overflow: auto;}

@media (min-width: 1440px) {
  .container {
    width: 1440px;} }
.icon-font {
  font-size: 18px;}

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

.dropdown-menu {
  font-size: 13px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);}

#index .breadcrumb {
  display: none !important;}

.font-weight-600 {
  font-weight: normal;}

.table th, table th {
  font-weight: normal;}

body .instagram-block .owl-theme .owl-buttons div {
  margin-top: -20px;}

.img-fluid img, .carousel-inner > .carousel-item > img img {
  max-width: 100%;}

#search #main > h2 {
  text-align: center;}
#search #main .page-not-found {
  text-align: center;}

#search.layout-full-width .product_list.grid .ajax_block_product {
  clear: none;}
  @media (min-width: 1200px) {
    #search.layout-full-width .product_list.grid .ajax_block_product {
      width: 25%;}
      #search.layout-full-width .product_list.grid .ajax_block_product:nth-child(4n+1) {
        clear: both;} }
  @media (min-width: 992px) and (max-width: 1199px) {
    #search.layout-full-width .product_list.grid .ajax_block_product {
      width: 25%;}
      #search.layout-full-width .product_list.grid .ajax_block_product:nth-child(4n+1) {
        clear: both;} }
  @media (max-width: 991px) and (min-width: 768px) {
    #search.layout-full-width .product_list.grid .ajax_block_product {
      width: 33.333%;}
      #search.layout-full-width .product_list.grid .ajax_block_product:nth-child(3n+1) {
        clear: both;} }
  @media (max-width: 767px) and (min-width: 568px) {
    #search.layout-full-width .product_list.grid .ajax_block_product {
      width: 33.333%;}
      #search.layout-full-width .product_list.grid .ajax_block_product:nth-child(3n+1) {
        clear: both;} }
  @media (max-width: 567px) {
    #search.layout-full-width .product_list.grid .ajax_block_product {
      width: 50%;}
      #search.layout-full-width .product_list.grid .ajax_block_product:nth-child(2n+1) {
        clear: both;} }

.ui-widget {
  font-family: "Poppins", sans-serif;
  font-size: 14px;}

.breadcrumb {
  width: 100%;
  background: none;
  margin: 0 0 40px;
  font-size: 14px;
  position: relative;
  text-align: left;}
  .breadcrumb:before {
    content: "";
    top: 0;
    left: 50%;
    right: auto;
    bottom: 0;
    z-index: -1;
    margin-left: -50vw;
    width: 100vw;
    background: none;
    position: absolute;}
  .breadcrumb ol {
    margin: auto 0 auto auto;
    font-size: 12px;}
  .breadcrumb h1 {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 15px;}

.group-product_builder .apconfig-product_builder {
  font-size: 0px !important;
  color: transparent !important;
  display: block;
  margin: 0 0 10px;
  border: 1px solid #eee;
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 180px;
  transition: all .4s;}
  .group-product_builder .apconfig-product_builder.active, .group-product_builder .apconfig-product_builder:hover {
    border-color: #888;}
  .group-product_builder .apconfig-product_builder:before {
    display: none;}
  .group-product_builder .apconfig-product_builder:nth-child(1) {
    background-image: url(../img/p/p1.jpg);}
  .group-product_builder .apconfig-product_builder:nth-child(2) {
    background-image: url(../img/p/p2.jpg);}
  .group-product_builder .apconfig-product_builder:nth-child(3) {
    background-image: url(../img/p/p3.jpg);}
  .group-product_builder .apconfig-product_builder:nth-child(4) {
    background-image: url(../img/p/p4.jpg);}
  .group-product_builder .apconfig-product_builder:nth-child(5) {
    background-image: url(../img/p/p5.jpg);}
  .group-product_builder .apconfig-product_builder:nth-child(6) {
    background-image: url(../img/p/p6.jpg);}

.fancybox-skin {
  background: #fff !important;
  border-radius: 0 !important;
  padding: 20px !important;}

.fancybox-inner {
  overflow-x: hidden !important;}
  .fancybox-inner .block-social {
    display: none;}
  .fancybox-inner .block_newsletter {
    height: 517px;
    max-width: 700px;
    padding: 0 0 0 350px;
    background: url(../../assets/img/newslettermodal.jpg) top left no-repeat;
    max-height: 100%;
    min-height: 300px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    flex-direction: column;}
    .fancybox-inner .block_newsletter .title_block {
      margin: auto auto 20px;
      font-size: 27px;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: bold;}
    .fancybox-inner .block_newsletter .block_content {
      margin: 0 auto auto;}

.fancybox-wrap .turnoff-popup-wrapper {
  position: absolute;
  bottom: 10px;
  left: 350px;
  right: 0;
  font-size: 12px;
  color: #999;}
  .fancybox-wrap .turnoff-popup-wrapper .turnoff-popup {
    vertical-align: -3px;
    margin: 0 10px 0 0;}
    .rtl .fancybox-wrap .turnoff-popup-wrapper .turnoff-popup {
      margin: 0 0 0 10px;}

.fancybox-wrap .fancybox-close {
  top: 5px;
  right: 5px;
  background: none !important;
  transition: all .4s;
  text-align: center;
  line-height: 36px;}
  .fancybox-wrap .fancybox-close:hover {
    transform: rotate(90deg);}
  .fancybox-wrap .fancybox-close:before {
    font-size: 30px;
    content: "\e926";
    font-family: 'Veneti';}

body ::-webkit-scrollbar {
  width: 3px;}
body ::-webkit-scrollbar-thumb {
  background: #000;}
body ::-webkit-scrollbar-track {
  background: #ddd;}

.slick-loading body .slick-list {
  background: #fff url("../img/loader.svg") center center no-repeat;
  background-size: 32px;}

body .owl-item.loading {
  background: url("../img/loader.svg") no-repeat center center;
  background-size: 32px;}

body .grabbing {
  cursor: url(../img/grabbing.png) 8 8, move;}

body .paneltool.multiproductdetailtool .panelbutton:before {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: -25px;
  z-index: 9;
  margin: auto;
  background: url(../img/label-new.png) no-repeat;
  background-size: 100%;
  left: -25px;}
  .rtl body .paneltool.multiproductdetailtool .panelbutton:before {
    right: -25px;
    left: auto;}

.product-variants > .product-variants-item ul li.outstock .radio-label {
  background-image: linear-gradient(to bottom left, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%), linear-gradient(to bottom right, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%);}

.product-variants > .product-variants-item ul li.outstock .color:after {
  content: "";
  background-image: linear-gradient(to bottom left, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%), linear-gradient(to bottom right, transparent 50%, #999 50%, #999 calc(50% + 1px), transparent 50%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;}

img {max-width: 100%;}

.thumbnail-container .leo-noimage {
  display: block;
  background: url(../img/no-image.svg) center no-repeat;
  background-size: 50px;}
  .thumbnail-container .leo-noimage img {
    opacity: 0;}

div.animated-background {
  background: url(../img/loader.svg) center no-repeat;
  background-size: 32px;
  animation: none;
  height: auto;
  padding-bottom: 100%;}
  div.animated-background div {
    opacity: 0;}

#cart-subtotal-shipping > div small.value {
  font-size: 12px;
  padding: 10px 0 0;
  font-weight: normal;}

#cart-subtotal-shipping > div {clear: both;}

#cart-subtotal-codfee{padding: 15px;}

.w-name {display: none;}

.leo-dropdown-cssload-speeding-wheel:before,
.cssload-speeding-wheel:before {
  content: "\e938";
  display: inline-block;
  font-family: "Veneti";
  font-size: inherit;
  animation: fa-spin 2s infinite linear;}

.leo-block-sidebar .post-name {margin: 0;}
  .leo-block-sidebar .post-name a {
    font-size: 13px;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    line-height: 1.5;
    color: inherit;}
.leo-block-sidebar .info {
  display: block;
  font-size: 12px;
  color: #aaa;}
.leo-block-sidebar .list-item {
  margin: 0 0 20px;}

#search_filters {padding: 30px;}

.js-modal-content {padding: 30px;}
@media (max-width: 1199px) {.js-modal-content {padding: 20px;}}

body #search_filters .ui-widget-header {background: #000;}
body #search_filters .ui-slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 0;
  top: -6px;}
body #search_filters .ui-slider-horizontal {
  height: 4px;
  border: 0;
  background: #ddd;
  border-radius: 0;}

body #search_filters .ui-slider .ui-slider-handle + .ui-slider-handle {margin: 0 0 0 -14px;}

#search_filters > .h6 {
  font-size: 18px;
  margin: 0 0 15px;}
  @media (max-width: 1199px) {
    #search_filters > .h6 {
      font-size: 16px;} }

#subcategories > .row {display: flex; flex-wrap: wrap;}
.subcategory-block {margin: 0 0 30px;}
.subcategory-block h3 {margin: 0;}
.subcategory-block .subcategory-name {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    color: #444;
    font-weight: 500; 
    line-height: 1.5em;}
  .subcategory-block .subcategory-name:hover {color: #000;}

p:last-child {margin: 0;}

b, strong {font-weight: 600;}

.col-mesg .alert {margin: 15px 0 0;}

.demo-product-detail {
  display: flex;
  flex-wrap: wrap;}
  .demo-product-detail .leo-widget {
    max-width: 165px;}

#order-items h3.card-title {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;}
#order-items .total-value td:last-child {
  font-size: 1.2em;}

.sidebar .block .title_block.products-section-title {
  font-weight: 600;}

.sidebar .plist-dsimple .thumbnail-container .discount-percentage {top: 5px; right: auto; left: 20px;}

section#products {clear: both;}

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

.fw-600 {font-weight: 600;}
.fw-500 {font-weight: 500;}
.fw-400 {font-weight: 400;}
.fw-300 {font-weight: 300;}

.product-detail .product-prices .product-price {margin: 0;}

.box-instagram .ApInstagram .link-instagram {margin: 0; text-align: center;}

.box-instagram .ApInstagram .link-instagram a {display: inline-block; padding: 10px;}

.leo-form-chk {position: relative;}
.leo-form-chk input {margin: 0 5px 0 0; vertical-align: -2px;}

.font-weight-bold {font-weight: 600;}

.lql-social-login {margin: 10px 0;}
.lql-social-login .btn {width: 100%;}
.lql-social-login .btn.facebook-login-bt {background: #4267b2;}
.lql-social-login .btn.facebook-login-bt:hover {background: #688cd7;}
.lql-social-login .btn.google-login-bt {background: #ea4235;}
.lql-social-login .btn.google-login-bt:hover {background: #ed5f54;}
.lql-social-login .btn.twitter-login-bt {background: #5da9dd;}
.lql-social-login .btn.twitter-login-bt:hover {background: #7ab6df;}
.leo-quicklogin-modal .modal-body > .lql-social-login:nth-child(1) {padding: 0 0 20px; border: 0; border-bottom: 1px dashed #e5e5e5; margin: 0 0 20px;}

label.required:after {content: "*"; color: red;}

.contact-form #gdpr_consent {padding: 0 15px;}

.modal {z-index: 9999;}

.cart-summary-products .btn[data-toggle="collapse"] {display: none;}
.cart-summary-products #cart-summary-product-list {display: block;}

a.leo-send-wishlist-button i {margin: 0 5px 0 0; vertical-align: -3px;}

.leo-wishlistproduct-item .leo-wishlist-product-save-button,
.leo-wishlistproduct-item .wishlist-product-info {display: none;}

.send-wishlist {display: none !important;}

.wishlist-table-head th {color: #222; font-weight: 500;}

.leo-save-wishlist-bt {min-width: 200px;}

iframe {border: 0; max-width: 100%;}

.form-control,
div.leo-quicklogin-modal .lql-form-content input {border-color: #D3D3D3;}

div.leo-quicklogin-modal .lql-form-content input:focus,
.form-control:focus {border-color: #000000; box-shadow: 0 0 0 0.125em rgba(0, 0, 0, 0.25);}

.leo-quicklogin-form h2 {font-size: 16px;}

.lof-labelexpired {display: none;}

body #search_filters .facet .collapse.faceted-slider {overflow: visible;}

.leo-cart-item-img {min-height: 1px;}

#blockcart-modal .modal-body .divide-right p {display: block;}
  #blockcart-modal .modal-body .divide-right p.product-price {font-size: 1.2em; font-weight: 600; margin: 0 0 7px;}

.forgotten-password i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;}

.forgotten-password li.item:after {content: ""; display: table; clear: both;}

.forgotten-password li.item p {padding: 6px 0 0;}

ul.ps-alert-success i {
  width: 30px;
  height: 30px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  float: left;
  margin: 0 10px 0 0;}

ul.ps-alert-success li.item:after {content: ""; display: table; clear: both;}

ul.ps-alert-success li.item p {padding: 6px 0 0;}

#product-details {opacity: 1;}

.slide_config.data-link {width: 100% !important;}

.thumbnail-container a.product-thumbnail .product-additional img {background: #fff;}

@media (max-width: 991px) 
{
  .list-brands li.brand {
    display: inline-block;
    width: 100%;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid #000;}

  .list-brands li.brand > div {width: 100%;} 
}

img[title="cms-img"] {margin: 0 0 30px;}

.list-images-mobile .slick-slide {text-align: center;}

h2.lql-bt:hover {color: #000;}

.lql-form-content .form-group:last-child {margin: 0;}

.leo-quicklogin-form .leo-form {padding: 15px 30px;}

.f-logo a span,
.f-logo2 a span,
.h-logo a span {font-weight: bold; font-size: 34px; color: #000; letter-spacing: 4px;}

a.label i {vertical-align: -3px;}

#product-modal .modal-body {background: #fff;}

#product-modal .modal-content .modal-body figure {margin: 0;}
#product-modal .modal-content .modal-body .thumbnails {display: none;}
#product-modal .modal-content .modal-body .image-caption {padding: 15px 0px 0; text-align: justify;}

.page-content[data-templatezoomtype="none"] .product-cover .layer {display: block;}
.page-content[data-templatezoomtype="none"] + #product-modal .modal-body {padding: 10px;}

.leo-quicklogin-modal .modal-header {padding: 0; background: none; border: 0;}
.leo-quicklogin-modal .modal-header .close {
    margin-top: 0px;
    position: absolute;
    top: -30px;
    right: -30px;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-weight: normal;}

.forgotten-password p.send-renew-password-link {text-align: center; margin: 0 0 35px;}
.forgotten-password .center-email-fields {display: flex; flex-wrap: wrap; max-width: 650px; margin: auto;}
@media (max-width: 480px) {.forgotten-password .center-email-fields {margin: 0 -15px 20px;}}
.forgotten-password .center-email-fields .form-control-label {padding: 0; width: 100%; text-align: left;}
.forgotten-password .center-email-fields .col-md-5.email {flex: 1; padding: 0;}
.forgotten-password ul {text-align: center; margin: 0 0 30px; font-weight: 600; color: #333;}
.forgotten-password ul li i {float: none; margin: 0;}
.forgotten-password ul li i svg path {fill: #333;}

.page-my-account .page-footer .text-sm-center a {
  display: inline-block;
  padding: 15px 30px;
  text-transform: uppercase;
  background: #eee;
  font-weight: 600;
  letter-spacing: 1px;
  color: #333;
  font-size: 12px;}
  .page-my-account .page-footer .text-sm-center a:hover {
    color: #666;}

.af .af_subtitle {font-weight: 600; font-size: 13px;}
.af .slider-container .back-bar {height: 4px;}
  .af .slider-container .back-bar .pointer {top: -6px;border-radius: 0;background: #000;border: 1px solid #000;}
.af .af_filter:last-child {border: 0;margin: 0;padding: 0;}

.sidebar #amazzing_filter {
  box-shadow: none;
  margin-bottom: 0;
  background: #FFF;
  padding: 30px;}
  @media (max-width: 1199px) {.sidebar #amazzing_filter {padding: 20px;} }

.col-mesg .alert:before {display: none;}
.col-mesg .alert {padding: 10px;}

div.iview-controlNav div.iview-items {width: 100%;left: 0;bottom: 20px;}

@media (max-width: 991px) {
  div.iview-controlNav div.iview-items {bottom: 15px;}
  .product-detail-name {margin: 20px 0 15px;}
  .breadcrumb {margin: 0 0 40px;}
  .block-category.card h1 {margin: 20px 0 10px;} 
}

.zoomWindow {background-color: #fff;}

.product_list.grid > .row {display: flex;flex-wrap: wrap;}

#gdpr_consent {margin: 1em 0;}

.af_subtitle_heading .af_subtitle {font-weight: 500;}

/*add class no-link in menu item will no click in this item*/
.off-canvas-nav-megamenu .navbar-nav > li.no-link,
.leo-megamenu .navbar-nav > li.no-link {cursor: pointer;}

.off-canvas-nav-megamenu .navbar-nav > li.no-link > a,
.leo-megamenu .navbar-nav > li.no-link > a {pointer-events: none;}

.off-canvas-nav-megamenu .navbar-nav > li.no-link > .dropdown-menu,
.leo-megamenu .navbar-nav > li.no-link > .dropdown-menu {cursor: auto;}

/*End add class no-link in menu item will no click in this item*/
.thumbnail-container .product-image .slick-arrows .slick-prev {left: 10px;}
.thumbnail-container .product-image .slick-arrows .slick-next {right: 10px;}
.thumbnail-container .product-image .slick-arrows .slick-arrow {width: 40px; height: 40px;}

.bannercontainer .tp-caption.data-link {cursor: pointer;}

.product-description ul,
.description-short ul,
.product-description ol,
.description-short ol {
  list-style: initial;
  padding-left: 1em;
  margin-bottom: 1em;}

.instagram-block .owl-item a:after, .instagram-block .owl-item a:before {
  pointer-events: none;}

.box-navlogo .h-logo img.img {
  max-height: 180px;}

.box-navlogo .h-logo img.img {
  max-height: 180px;}

.navbar-header .navbar-toggler {
  border: 0;
  position: relative;
  background: none !important;
  font-size: 25px;
  cursor: pointer;
  color: #333;}

.quickview .images-container .product-thumb-images {
  top: -5px;}
.quickview .slick-arrows {
  position: relative;
  height: 40px;}
.quickview .list-images-mobile .slick-arrows {
  position: static;
  height: auto;}

#product #content .mask img {
  margin: 0;}

div.slick-arrows .slick-arrow.slick-prev {
  left: 0;}

div.slick-arrows .slick-arrow.slick-next {
  right: 0;}

div.slick-arrows .slick-arrow {
  height: 40px;
  width: 40px;}

div.slick-arrows .slick-arrow.slick-next:before,
div.slick-arrows .slick-arrow.slick-prev:before {
  font-family: 'Veneti';
  font-size: 30px;}

div.slick-arrows .slick-arrow.slick-prev:before {
  content: "\e913";}

div.slick-arrows .slick-arrow.slick-next:before {
  content: "\e914";}

@media (max-width: 991px) {
  .modal-dialog {
    margin: 20px auto;} }
@media (max-width: 767px) {
  .modal-dialog {
    margin: 20px;
    max-width: calc(100vw - 40px);} }
.list-images-mobile {
  display: flex;}

.list-images-mobile.slick-slider {
  display: block;}

/*update Product image detail*/
.quickview.modal {
  display: block;
  visibility: hidden;}

.quickview.in.modal {
  visibility: visible;}

@media (max-width: 991px) {
  #product #content {
    margin-bottom: 20px;}

  .product-detail .product-prices {
    margin: 20px 0;} }
.images-container .list-images-mobile.slick-slider {
  margin: 0 0 20px;}

.list-images-mobile .slick-dots {
  position: relative;
  bottom: 0;
  margin: 10px -5px;
  width: auto;
  text-align: left;}

.list-images-mobile .slick-dots li {
  width: 40px;
  height: auto;
  margin-bottom: 10px;}

div.list-images-mobile .slick-dots {
  margin-bottom: 20px;}

.list-images-mobile .slick-dots li span {
  display: block;
  position: relative;}

.list-images-mobile .slick-dots li span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid transparent;
  transition: all .4s;}

.list-images-mobile .slick-dots li.slick-active span:before {
  border-color: #000;}

.list-images-mobile .slick-list {
  margin: 0;}

.list-images-mobile .slick-list .slick-slide {
  padding: 0;}

@media (max-width: 991px) {
  .plist-dsimple .thumbnail-container .pro3-btn .btn-product, .plist-dsimple .thumbnail-container .pro3-btn .quick-view {
    margin: 2px;
    background: #fff;
    box-shadow: none;}

  .plist-dsimple .thumbnail-container .pro3-btn {
    bottom: 2px;
    left: 2px;
    right: 2px;} }
.box-latestnews a.blog_img_link {
  display: block;
  position: relative;
  padding-bottom: 57%;
  overflow: hidden;}

.box-latestnews a.blog_img_link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;}

body .box-latestnews .owl-item.loading {
  background: none;}

body .box-latestnews .owl-item.loading a.blog_img_link {
  background: url(../img/loader.svg) no-repeat center center;
  background-size: 32px;}

.quickview .modal-body > .row > .col-md-6 {
  padding-left: 20px;
  padding-right: 20px;}

.quickview .modal-body > .row {
  margin: 0;}

.block-promo .promo-code {
  padding: 25px;}

.block-promo .promo-input {
  border: 1px solid #ddd;
  margin: 0; 
  width: 350px;
  min-width: 350px;}
.cart-container .cart-item {
  padding: 10px 5px;
  border-bottom: 1px solid #e1e1e1;}

/*end update Product image detail*/
.lql-social-login {
  margin: 30px 0 0;
  display: flex;
  flex-wrap: wrap;}

.lql-social-login .lql-social-login-title {
  font-size: 13px;
  font-weight: 500;
  width: 100%;}

.lql-social-login button.btn {
  flex: 1;}

.block_newsletter .col-conditions {
  margin-bottom: 5px;}

#gdpr_consent {
  margin: 10px 0 0;}

.block-social {
  margin: 0 0 20px;}

.page-content.page-cms ul{
  padding-left: 1em;
  list-style: inherit;
  margin-bottom: 1em;
  margin-left: 25px;}

.page-content.page-cms ol{
  padding-left: 1em;
  list-style: decimal;
  margin-bottom: 1em;
  margin-left: 25px;}

body#category #content.page-not-found {
  display: none;}

.leo_free_price {
  padding: 10px 20px 0;}

.leo-fly-cart-slidebar .leo_free_price {
  display: none;}

.dropdown {
  color: #666;}

.thumbnail-container .leo-wishlist-button.added .text-add {
  display: none;}

.thumbnail-container .leo-wishlist-button.added .text-remove {
  display: block;}

.thumbnail-container .product-price-and-shipping .discount-percentage,
.thumbnail-container .product-price-and-shipping .discount-product {
  display: inline-block;
  padding: 4px 5px;
  font-size: 0.8em;
  background: #e0525c;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  vertical-align: middle;}

@media (max-width: 991px) {
  .clear-991 {
    clear: both;} }
@media (max-width: 767px) {
  .clear-767 {
    clear: both;} }
@media (max-width: 480px) {.clear-480 {clear: both;} }
.cupshe-menu .widget-html {
  display: flex;
  flex-direction: column-reverse;}
@media (max-width: 991px) {.cupshe-menu .widget-html {margin-bottom: 20px;}}
.cupshe-menu .widget-html > * {width: 100%;}
.cupshe-menu .widget-html div.menu-title {
    margin: 10px 0 0;
    text-align: center;
    padding: 0;
    transition: all .4s;}
.cupshe-menu .widget-html div.menu-title:before {display: none;}
.cupshe-menu .widget-html:hover div.menu-title {letter-spacing: 2px;}

.page-cms-4 h3, .page-cms-4 h4, .page-cms-4 h5, .page-cms-4 h6 {
  margin-bottom: 1em;}

.dark {color: #333;}

h3.page-subheading {
  font-weight: 400;
  text-transform: uppercase;
  margin: 1em 0;}

ul.list-1 {
  list-style-type: disc;
  padding-left: 15px;}

ul.list-1 li {
  padding: 4px 0 6px 0;
  font-weight: 600;
  color: #70908d;}

.cms-box .testimonials {
  border: 1px solid;
  border-color: #ddd;
  margin: 4px 0 13px 0;
  position: relative;
  line-height: 2;}

.cms-box .testimonials .inner {
  border: 1px solid #fff;
  padding: 19px 18px 11px 18px;
  background: #f9f9f9;}

.cms-box .testimonials:before {
  content: "";
  position: absolute;
  border: 6px solid transparent;
  top: 100%;
  left: 20px;
  border-color: #f9f9f9 #f9f9f9 transparent  transparent;
  z-index: 2;}

.cms-box .testimonials:after {
  content: "";
  position: absolute;
  border: 7px solid transparent;
  top: 100%;
  left: 19px;
  border-color: #ddd #ddd transparent  transparent;}

.cms-box .testimonials + p {
  padding-left: 45px;
  margin-bottom: 18px;}

.cms-box span.before {
  color: transparent;}

.cms-box span.before:before {
  content: "\f10d";
  font-family: FontAwesome;
  color: #ccc;
  font-size: 1.6em;
  margin: 0 5px 0 0;}

.cms-box span.after {
  color: transparent;
  position: relative;
  width: 30px;
  height: 20px;
  display: inline-block;}

.cms-box span.after:after {
  content: "\f10e";
  font-family: FontAwesome;
  color: #ccc;
  font-size: 1.6em;
  margin: 0 0 0 5px;
  position: absolute;
  top: -10px;
  right: 0;}

.ApSlideShow .layerslider-wrapper {z-index: auto;}

div.cus-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);}

.position-sticky {position: sticky; top: 10px;}

.eapps-instagram-feed-title {display: none !important;}
.eapps-instagram-feed-container {overflow: visible; position: relative;}
.eapps-instagram-feed {z-index: 0;}
.eapps-instagram-feed-container:before {
  content: "";
  position: absolute;
  z-index: 99999999;
  top: 100%;
  height: 42px;
  left: 0;
  right: 0;
  background: #fff;}

.leo-megamenu.enable-canvas .leo-top-menu {display: none;}

.product-manufacturer img {transition: none;}

.leo-quicklogin-modal .lql-form-content-element .form-control-label {text-align: left;}

.layerslider-wrapper {z-index: inherit;}

.iview-timer {z-index: inherit;}

.tabs-left .nav-tabs > li { list-style: none;}

.p-reference {
  margin: 0 0 20px;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  line-height: 1;}
  .p-reference > div {
    padding-left: 5px;
    border-left: 2px solid #ccc;
    margin: 5px 20px 5px 0;}
  .p-reference label {
    font-weight: 600;
    margin: 0;}

.addToCartFormWrapper span.radio-label {
  padding: 0 3px;
  margin: 0 5px 5px 0;
  box-shadow: none;
  border-width: 1px;
  line-height: 20px;
  min-width: 22px;
  text-align: center;}

.addToCartFormWrapper input {
  z-index: 2;}

.addToCartFormWrapper .input-radio:checked + span,
.addToCartFormWrapper span.radio-label:hover {
  border-color: #000;}

.addToCartFormWrapper .color {
  margin: 0 5px 5px 0;
  box-shadow: none;}

.addToCartFormWrapper .color[style*="#fffff"] {
  color: inherit;
  border: 1px solid #ddd;}

.addToCartFormWrapper .input-color:checked + span,
.addToCartFormWrapper .input-color:hover + span,
.addToCartFormWrapper.input-radio:checked + span,
.addToCartFormWrapper .input-radio:hover + span {
  border: 1px solid #000;
  outline: 1px solid #fff;
  outline-offset: -2px;}

.container-fluid .row.sitemap li li {
  padding-left: 10px;
  border-left: 1px solid #ddd;}

.container-fluid .row.sitemap li li:last-child { border-bottom: 1px solid #ddd;}

.container-fluid .row.sitemap li:last-child li:last-child { padding-bottom: 10px;}

.container-fluid .row.sitemap li:hover > ul > li { border-color: #000;}

.container-fluid .row.sitemap li:hover > a {color: #000 !important; font-weight: 600;}

.ApSlideShow img.preview {min-width: 100%; object-fit: cover;}

.ApSlideShow .iviewSlider { min-width: 100%; background-position-y: center !important;}

.af_filter label {margin: 0;}

.sidebar .block .title_block.products-section-title + .block_content {
  padding: 0 30px;}
  @media (max-width: 1199px) {
    .sidebar .block .title_block.products-section-title + .block_content {
      padding: 0 20px;} }
  .sidebar .block .title_block.products-section-title + .block_content .row {
    margin: 0;}
  .sidebar .block .title_block.products-section-title + .block_content .ajax_block_product {
    padding: 0;}

select.form-control {border: 1px solid #e5e5e5;}

select.form-control:focus {border-color: #000;}

body#authentication .page-header {text-align: center;}

@media (min-width: 992px) {
  .leo-fly-cart[data-type="slidebar_bottom"] {
    margin: 20px;} }
.leo-quicklogin-form .lql-bt {
  font-weight: 600;}
.leo-quicklogin-form h3,
.leo-quicklogin-form .leo-register-title,
.leo-quicklogin-form .title-only {
  font-weight: 500;}

@media (max-width: 991px) 
{
  body#index #content-wrapper {padding: 0;}
  .footer-container .wrapper > .container, .page-home .wrapper > .container {padding-left: 20px; padding-right: 20px;} 
}
.cart-summary-totals .leo_free_price {padding: 0 0 10px;}

.lql-social-login + hr {border: 0;}

.zoomContainer[style*="top: 0px;"], .zoomContainer[style*="left: 0px;"] {display: none;}

.featured-products .product_list > .row {
  display: flex;
  flex-wrap: wrap;}

.pagination {background: none;  border-radius: 0;}

.af .af_filter label {padding: 10px 0;}

#sb-player .close {font-size: 0px;}

#sb-player .close i.fa:before {font-size: 14px;}

#popnewsletter_content {padding: 20px;}

body#index #page {overflow-x: hidden;}

@media (max-width: 767px) {
  #page {
    overflow-x: hidden;} }
#authentication .register-form .row label.col-md-3.required:after {
  content: "";}

#authentication .register-form .row label.col-md-3.required + .col-md-6 label:after {
  content: "*";
  color: red;}

.iviewSlider .slide_config.data-link {
  cursor: pointer;}
@media (min-width: 992px){
.keep-header #header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
}
#blockcart-modal .modal-body > .row {
  display: flex;
  flex-wrap: wrap;}

#blockcart-modal .cart-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;}

#blockcart-modal .cart-content-btn {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;}

label.required.no-text:after {
  content: "";}

label.required.no-text + .col-md-6 label:after {
  content: "*";
  color: #f00;}

body#checkout section.checkout-step .radio-block {
  float: none;}

.widget-tab .nav-tabs {
  padding: 0;
  border-right: 1px solid #ddd;
  width: 30%;
  border-radius: 0;}

.widget-tab .panel-group {
  display: flex;
  flex-wrap: wrap;}

.widget-tab .tab-content {
  width: 70%;}

.widget-tab .nav-tabs li a {
  font-weight: 600;
  border-bottom: 1px solid #ddd !important;
  padding: 10px 20px;
  overflow: visible;
  border-radius: 0;
  transform: none !important;}

.widget-tab .nav-tabs li a.active {
  border: 0;
  border-bottom: 1px solid #ddd !important;}

.widget-tab .block_content {
  border-radius: 0;}

.widget-tab .tab-content {
  padding: 30px 15px;}

.widget-tab .nav-tabs li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-weight: 400;}

.widget-tab .tab-content .tab-pane {
  max-height: none;}

.widget-tab {
  border: 1px solid #ddd;}

.leo-megamenu .item-cate .dropdown-menu {
  padding: 0;}

.widget-tab .nav-tabs .nav-item {
  margin: 0;}

@media (max-width: 991px) {
  .widget-tab .nav-tabs {
    width: 100%;}

  .widget-tab .tab-content {
    width: 100%;}

  .widget-tab .tab-content .tab-pane .col-md-6 {
    width: 100%;}

  .widget-tab .nav-tabs li a {
    padding: 10px !important;}

  .widget-tab .tab-content {
    padding: 20px 10px;}

  .widget-tab .tab-content .tab-pane .col-md-6 img {
    margin-top: 10px;} }
.bg-fullwidth:before {
  width: 100vw;
  margin-left: 0;
  padding: 0;
  left: 50%;
  transform: translateX(-50%);}

.leo-megamenu .navbar-nav li a > .sub-title, .off-canvas-nav-megamenu .navbar-nav li a > .sub-title {
  white-space: nowrap;}

.tab-content .tab-pane, .tab-content .pill-pane,
.pill-content .tab-pane, .pill-content .pill-pane {
  display: none;}

.tab-content .active, .pill-content .active {
  display: block;}

.pro-stock span {
  z-index: 2;
  pointer-events: none;}

#blockcart-modal .cart-content span.value {
  font-weight: 600;}

.quickview .modal-body {
  padding-top: 0;}

.social-sharing li {
  text-align: center;}

nav.breadcrumb {
  display: block !important;}

.color-white {
  color: #fff;}

.color-white a,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
  color: inherit;}

.product-variants-item li {
  display: inline-block;
  vertical-align: top;
  float: none !important;}

.variants-product .product-variants-item {
  margin: 0 0 5px 0;}
  .variants-product .product-variants-item:last-child {
    margin: 0;}
  .variants-product .product-variants-item select.form-control:not([size]):not([multiple]) {
    height: 32px;
    padding: 5px 15px;
    border-radius: 3px;}
  .variants-product .product-variants-item label {
    margin-bottom: 0;}

.modal-header button:before {
  font-weight: normal;}

#blockcart-modal .cart-content p {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 7px;}
  #blockcart-modal .cart-content p.product-total {
    padding: 5px 10px;
    margin: 0 -10px 1em;
    background: #f5f5f5;}

.js-customer-form .form-group.row:nth-last-child(1) label.col-md-3.required, .js-customer-form .form-group.row:nth-last-child(2) label.col-md-3.required, .js-customer-form .form-group.row:nth-last-child(3) label.col-md-3.required {
  font-size: 0px;}
  .js-customer-form .form-group.row:nth-last-child(1) label.col-md-3.required + .col-md-6 label:after, .js-customer-form .form-group.row:nth-last-child(2) label.col-md-3.required + .col-md-6 label:after, .js-customer-form .form-group.row:nth-last-child(3) label.col-md-3.required + .col-md-6 label:after {
    content: "*";
    color: red;}
  .js-customer-form .form-group.row:nth-last-child(1) label.col-md-3.required + .col-md-6 label em, .js-customer-form .form-group.row:nth-last-child(2) label.col-md-3.required + .col-md-6 label em, .js-customer-form .form-group.row:nth-last-child(3) label.col-md-3.required + .col-md-6 label em {
    display: inline !important;}

.page-home .ApImage img {
  background: #eee;}

@media (min-width: 992px) {
  .leo-megamenu .navbar-nav > li > .dropdown-menu {
    pointer-events: none;}

  .leo-megamenu .navbar-nav > li:hover > .dropdown-menu {
    pointer-events: auto;}

  .leo-megamenu .navbar-nav > li.cus-2col > .dropdown-menu {
    min-width: 400px;}

  .leo-megamenu .navbar-nav > li.cus-2col > .dropdown-menu ul li {
    width: 50%;}

  .leo-megamenu .navbar-nav > li.cus-2col > .dropdown-menu ul {
    display: flex;
    flex-wrap: wrap;} }
select.form-control {
  cursor: pointer;}

a.twovbrandsgloss_link.btn.btn-default.button.button-small, .bootstrap-touchspin a.twovbrandsgloss_link.btn.button.button-small.btn-touchspin {
  display: block;
  border: 1px solid;
  color: #000;
  background: none;}

.variants-product .product-variants-item select {
  margin: 0 0 5px;}

ul.product-attr li.product-Size {
  display: inline-block;
  vertical-align: top;
  margin: 2px 1px;}

ul.product-attr li.product-Size a {
  display: block;
  padding: 0 5px;
  border: 1px solid #ddd;
  line-height: 1.5;
  font-size: 0.9em;}

ul.product-attr li.product-Size a:hover {
  border-color: #000;
  color: #000;}

body#sitemap .container-fluid {
  padding: 0;}
  body#sitemap .container-fluid .row.sitemap.col-xs-12 {
    padding: 0;
    width: auto;
    float: none;}

.contact-form section.form-fields {
  clear: both;}

button.social-login-bt .fa {
  font-family: "FontAwesome";}

.product-line-grid-body .product-line-info.color {
  display: inline;
  box-shadow: none;
  width: auto;
  height: auto;
  border: 0;}

.myacc_left .links {
  margin-top: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;}

.myacc_left .links a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);
  padding: 0;
  width: 100%;
  float: none;}

.myacc_left .links a i {
  display: inline-block;
  margin-right: 18px;
  width: 24px;
  height: 24px;
  transition: all 0.22s cubic-bezier(0.07, 0.74, 0.56, 0.89);}

.myacc_left .links a:hover i {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);}

.myacc_left .links a i.material-icons {
  overflow: hidden;
  opacity: 0;}

.page-customer-account #page > #notifications {
  display: none;}

.page-addresses .address .address-body h4 {
  font-size: 16px;}

.page-addresses .address {
  font-size: inherit;
  color: inherit;}

.myacc_left .myacc_name {
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  display: inline-block;}

#my-account #main p a {
  text-decoration: underline;}

.product-information a:not(.favoritesButton), .tabs .tab-pane p a {
  font-weight: 600;}

.definition-list dl dd, .definition-list dl dt {
  word-break: break-all;}

.btn-product.added span.name-btn-product.text-add {
  display: none;}

.btn-product.added span.name-btn-product.text-remove {
  display: block !important;}

body #search_filters .facet .facet-label a {
  white-space: normal;}

.ApColumn .leo-widget .title_block {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: 1px;
  line-height: 1.5;
  color: #000;
  position: relative;
  font-size: 1em;}

.ApColumn .leo-widget .widget-tab {
  border: 0;}

.leo-widget .widget-tab .panel-group {
  display: block;}

.leo-widget .widget-tab .nav-tabs {
  border: 0;
  border-bottom: 1px solid #ddd;
  width: 100%;}

.leo-widget .widget-tab .nav-tabs .nav-item {
  display: inline-block;
  vertical-align: top;}

.leo-widget .widget-tab .nav-tabs li a {
  border: 0 !important;
  background: #f9f9f9;
  padding: 5px 10px;
  font-weight: 600;}

.leo-widget .widget-tab .nav-tabs li a.active {
  border: 0 !important;}

.leo-widget .widget-tab .nav-tabs li a:after {
  display: none;}

@media (max-width: 991px) {
  .leo-widget .widget-tab .nav-tabs .nav-item {
    display: block;} }
.widget-tab .tab-content .tab-pane img {
  height: auto;}

.leo-widget .widget-tab .tab-content {
  width: 100%;}

.lql-form-content .lql-form-content-element i.icon-eye-off {
  cursor: pointer;}

.lql-form-content .lql-form-content-element i.icon-eye-off:hover {
  color: #000;}

ul.product_list.grid {
  display: flex;
  flex-wrap: wrap;}

.plist-noe .thumbnail-container .product-image .leo-wishlist-button .leo-wishlist-bt-content span {
  display: none !important;}

.product-actions {
  border: 1px dashed #c7c7c7;
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 10px;}

.promo-code input.promo-input {
  border-radius: 3px }
.promo-code .btn {
  border-radius: 3px;
  margin-left: 10px;
  background-color: #2c97a4;
  padding: 10px 40px;}

.leo-quicklogin-modal label, .leo-quicklogin-modal .label {
  font-size: 12px;
  font-weight: 400;}

.leo-quicklogin-modal .lql-social-login.show-bt-txt {
  display: block;}
  .leo-quicklogin-modal .lql-social-login.show-bt-txt .btn {
    font-size: 12px;
    width: 100%;}
    .leo-quicklogin-modal .lql-social-login.show-bt-txt .btn .fa {
      position: static;
      margin: 0 10px 0 0 !important;}

@media (min-width: 992px) {
  body#cart .featured-products .ajax_block_product {
    width: 25%;} }
.custom-checkbox label {
  text-align: left;
  font-weight: normal;}

.js-customer-form label.radio-inline {
  padding: 10px 10px 0 0 !important;}

.lql-social-login.show-bt-txt {
  display: block;}

.color-gray-full {
  position: relative;}

.color-gray-full:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #f8f8f8;}

.color-black-full {
  position: relative;}

.color-black-full:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  background: #222;}

.leo-modal-compare .modal-header {
  border-bottom: 0;}

.leo-dropdown-cart-content {
  border-radius: 5px;}

#product-description-short {
  margin: 0 0 15px;}

.leo-modal-wishlist .modal-header {
  border-bottom: 0;}

i.icon-bag:before {
  content: "\e60d";
  font-family: 'themify';
  font-size: 14px;
  font-style: normal;}

.nav-tabs {
  margin: 0 0 20px;
  border: 0;}

.product-full-attr ul li {
  display: inline-block;
  vertical-align: top;}

.product-full-attr ul li a {
  display: block;
  padding: 2px 5px;}

.myacc_left .links #emailsalerts i.material-icons {
  opacity: 1;
  visibility: visible;
  font-size: 24px;}

.product-attachments .attachment {
  margin-bottom: 12px;}

.product-attachments h3.h5.text-uppercase {
  margin: 0 0 20px;}

.product-attachments .attachment p {
  margin: 0;}

.ApSlideShow:after {
  content: "";
  display: table;
  clear: both;}

.ApSlideShow .layerslider-wrapper {
  float: none;
  padding: 0;}

body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
  padding: 0;}

.card-block.cart-summary-totals.js-cart-summary-totals {
  border-top: 1px solid #ddd;}

.block-promo .promo-code .alert-danger {
  border: 0;}

.card-block .js-cart-summary-products > p {
  display: none;}

.header-banner .ApColumn .block,
.header-nav .ApColumn .block,
.header-top .ApColumn .block {
  margin: 0;}

/* HACK na horizontální scrolling nad obrázkem v detailu produktu */
#product .product-cover img { pointer-events: none } 
/*# sourceMappingURL=theme.css.map */

.desktop-top-center, .desktop-top-left, .desktop-top-right, .desktop-middle-center, .desktop-middle-left, .desktop-middle-right{position: relative !important;left: unset!important; top: unset !important; max-width: 1920px; margin: auto !important;}
.desktop-top-left img{margin-top: 80px; margin-left: 80px;}
.desktop-top-right img{display: block; position: absolute; right: 80px; top: 80px;}
.desktop-top-center img{display: block; margin-left: auto;margin-right: auto; translate: 0 80px;}
.desktop-middle-center, .desktop-middle-left, .desktop-middle-right {height: 100% !important; }
.desktop-middle-left img{margin: 0; position: relative; top: 50%; left: 0px; -ms-transform: translate(0, -50%); transform: translate(0, -50%);}
.desktop-middle-right img{margin: 0; position: absolute; top: 50%; right: 0px; -ms-transform: translate(0, -50%); transform: translate(0, -50%);}
.desktop-middle-center img{margin: 0; position: relative; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

.tablet-top-center, .tablet-top-left, .tablet-top-right, .tablet-middle-center, .tablet-middle-left, .tablet-middle-right{position: relative !important;left: unset!important; top: unset !important;  margin: auto !important;}
.tablet-top-left img{margin-top: 50px; margin-left: 50px;}
.tablet-top-right img{display: block; position: absolute; right: 50px; top: 50px;}
.tablet-top-center img{display: block; margin-left: auto;margin-right: auto; translate: 0 50px;}
.tablet-middle-center, .tablet-middle-left, .tablet-middle-right {height: 100% !important; }
.tablet-middle-left img{margin: 0; position: relative; top: 50%; left: 0px; -ms-transform: translate(0, -50%); transform: translate(0, -50%);}
.tablet-middle-right img{margin: 0; position: absolute; top: 50%; right: 0px; -ms-transform: translate(0, -50%); transform: translate(0, -50%);}
.tablet-middle-center img{margin: 0; position: relative; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

.mobil-top-center, .mobil-top-left, .mobil-top-right, .mobil-middle-center, .mobil-middle-left, .mobil-middle-right{position: relative !important;left: unset!important; top: unset !important;  margin: auto !important;}
.mobil-top-left img{margin-top: 53px; margin-left: 30px;}
.mobil-top-right img{display: block; position: absolute; right: 30px; top: 30px;}
.mobil-top-center img{display: block; margin-left: auto;margin-right: auto; translate: 0 30px;}
.mobil-middle-center, .mobil-middle-left, .mobil-middle-right {height: 100% !important; }
.mobil-middle-left img{margin: 0; position: relative; top: 50%; left: 0px; -ms-transform: translate(0, -50%); transform: translate(0, -50%);}
.mobil-middle-right img{margin: 0; position: absolute; top: 50%; right: 0px; -ms-transform: translate(0, -50%); transform: translate(0, -50%);}
.mobil-middle-center img{margin: 0; position: relative; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

.desktop-top-left-0, .desktop-top-right-0, .tablet-top-left-0, .tablet-top-right-0, .mobil-top-left-0, .mobil-top-right-0{position: relative !important;left: unset!important; top: unset !important;  margin: auto !important;}
.desktop-top-left-0 img{margin-top: 0; margin-left: 0;}
.desktop-top-right-0 img{display: block; position: fixed; right: 0px; top: 0px;}
.tablet-top-left-0 img{margin-top: 0; margin-left: 0;}
.tablet-top-right-0 img{display: block; position: fixed; right: 0px; top: 0px;}
.mobil-top-left-0 img{margin-top: 0; margin-left: 0;}
.mobil-top-right-0 img{display: block; position: fixed; right: 0px; top: 0px;}

.tp-caption{opacity: 0;}
/* .slide1920-760{height: 760px;}
.slide992-500{height: 500px;}
.slide576-384{height: 384px;} */
.text-align-center{text-align: center;}