/***************************************************
  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 
 */
/***********************************************************************/
/*******************DONGND CSS FOR CART BEGIN*****************************/
.leo-bt-cart.disable {
  /* cursor: not-allowed; */
  /* opacity: .65; */ }

.leo-bt-cart.disabled:focus {
  background: #acaaa6; }

.leo-modal .modal-content {
  border-radius: 0; }
  .leo-modal .modal-content .btn {
    margin: 5px; }
  .leo-modal .modal-content .modal-footer {
    text-align: right; }
    .rtl .leo-modal .modal-content .modal-footer {
      text-align: left; }
    @media (max-width: 480px) {
      .leo-modal .modal-content .modal-footer {
        text-align: left; }
        .rtl .leo-modal .modal-content .modal-footer {
          text-align: right; } }
    .leo-modal .modal-content .modal-footer .leo-modal-review-loading {
      position: relative;
      width: 17px;
      height: 17px;
      border-top-color: #FFFFFF;
      border-bottom-color: #FFFFFF; }

.leo-modal .modal-content .modal-title {
  font-weight: 400; }

.leo-modal-cart .modal-dialog, .leo-modal-compare .modal-dialog, .leo-modal-wishlist .modal-dialog {
  margin: 250px auto; }

.leo-modal .modal-title .material-icons {
  margin-right: 5px; }
  .rtl .leo-modal .modal-title .material-icons {
    margin-left: 5px;
    margin-right: inherit; }

.leo-modal-cart .modal-title {
  font-weight: 600;
  color: #fff;
  font-size: 1.125rem;
  display: none; }

.leo-modal-cart .modal-header {
  border: none; }

.leo-modal .modal-header.info-mess, .leo-modal .modal-header.warning-mess {
  background: #2FB5D2; }

.leo-modal .modal-header.block-mess {
  background: #F39D72; }

.leo-bt-cart {
  width: 100%; }

.leo-loading, .leo-modal-review-loading, .leo-compare-bt-loading, .leo-wishlist-bt-loading, .leo-quickview-bt-loading {
  display: none; }

.leo-wishlist-button.added .leo-wishlist-bt-loading, .leo-compare-button.added .leo-compare-bt-loading {
  border: 2px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent; }

.leo-wishlist-button .leo-wishlist-bt-loading, .leo-compare-button .leo-compare-bt-loading, .quick-view.active .leo-quickview-bt-loading {
  border: 2px solid #fff400;
  border-left-color: transparent;
  border-right-color: transparent; }

.cssload-speeding-wheel {
  width: 17px;
  height: 17px;
  margin: auto;
  border: 2px solid #feff01;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 800ms infinite linear;
  -o-animation: cssload-spin 800ms infinite linear;
  -ms-animation: cssload-spin 800ms infinite linear;
  -webkit-animation: cssload-spin 800ms infinite linear;
  -moz-animation: cssload-spin 800ms infinite linear; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*
.leo-modal .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}

.leo-modal .modal-dialog{
    display: table-cell;
    vertical-align: middle;
}

.leo-modal .modal-content {
    max-width: 600px;
	margin: 0 auto;
}
*/
.leo-bt-select-attr, .leo-dropdown-attr {
  width: 100%; }

.leo-select-attr.selected, .leo-select-attr.selected.disable, .leo-select-attr:hover {
  background: #A0D468;
  color: #fff; }

.leo-select-attr.disable {
  background: #EBEBEB; }

.leo-dropdown-attr {
  padding: 0px;
  z-index: 999; }

/*******************DONGND CSS FOR CART END*****************************/
/*******************DONGND CSS FOR REVIEWS BEGIN*****************************/
.leo-modal-review .modal-title, .leo-modal-send-wishlist .modal-title {
  text-transform: uppercase; }

.leo-modal-review .modal-dialog {
  max-width: 650px; }

.cancel, .cancel a {
  color: #d20000; }

.cancel:before {
  content: "\f056";
  font-family: "FontAwesome";
  font-size: 14px; }

.cancel, .star {
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0;
  width: 15px;
  height: auto;
  cursor: pointer;
  font-size: 14px; }
  .rtl .cancel, .rtl .star {
    float: right; }

.star_content {
  float: left; }
  .rtl .star_content {
    float: right; }

div.star.star_on, div.star.star_hover {
  color: #fad31f; }
  div.star.star_on:before, div.star.star_hover:before {
    content: "\f005";
    font-family: "FontAwesome"; }

div.star {
  color: #c0c0c0; }

div.star:before {
  content: "\f006";
  font-family: "FontAwesome"; }

#criterions_list {
  list-style-type: none; }

#criterions_list li {
  margin-bottom: 10px; }

#criterions_list label {
  display: inline;
  float: left;
  margin: 0 10px 0 0; }
  .rtl #criterions_list label {
    float: right; }
  .rtl #criterions_list label {
    margin: 0 0 0 10px; }

.star a {
  display: block;
  position: absolute;
  text-indent: -5000px; }

.new_review_form_content #criterions_list {
  border-bottom: 1px solid #CCC;
  padding-bottom: 15px;
  list-style-type: none; }
.new_review_form_content sup {
  color: #f7525a; }

/* .new_review_form_content .form-group.leo-has-error input, .new_review_form_content .form-group.leo-has-error textarea */
/* { */
/* outline: 1px solid #ff4c4c; */
/* } */
.leo-fake-button, .leo-fake-send-wishlist-button {
  display: none; }

.open-review-form {
  display: none; }

.leo-modal-review .has-success, .leo-modal-review .has-danger {
  text-align: center; }

.leo-modal-review .has-success label, .leo-modal-review .has-danger label {
  font-weight: 600;
  font-size: 1.125rem;
  display: inline; }

.leo-list-product-reviews .star_content, .leo-list-product-reviews .star, #leo_product_reviews_block_extra .star_content, #leo_product_reviews_block_extra .star, .review_author .star_content, .review_author .star, .product-rating .star_content, .product-rating .star {
  cursor: default; }

.leo-list-product-reviews-wraper {
  display: inline-block; }

#leo_product_reviews_block_extra {
  margin: 20px 0; }
  #leo_product_reviews_block_extra .reviews_note > span {
    float: left; }
    .rtl #leo_product_reviews_block_extra .reviews_note > span {
      float: right; }

.reviews_advices {
  margin: 10px 0; }

.reviews_advices li {
  line-height: 23px; }
  @media (min-width: 420px) {
    .reviews_advices li {
      display: inline-block; } }

@media (min-width: 420px) {
  .reviews_advices li.last {
    margin-left: 10px;
    border-left: 1px solid #B5AAB0;
    padding-left: 10px; }
    .rtl .reviews_advices li.last {
      margin-right: 10px;
      margin-left: inherit; }
    .rtl .reviews_advices li.last {
      border-right: 1px solid #B5AAB0;
      border-left: inherit; }
    .rtl .reviews_advices li.last {
      padding-right: 10px;
      padding-left: inherit; } }

#product_reviews_block_tab .review {
  margin-bottom: 10px;
  border-bottom: 1px solid #B5AAB0;
  padding-bottom: 10px; }
  #product_reviews_block_tab .review .review-info {
    margin-bottom: 10px; }
  #product_reviews_block_tab .review .review_button .btn {
    padding: 5px 10px;
    text-transform: none; }
    #product_reviews_block_tab .review .review_button .btn.report_btn {
      padding: 10px 15px;
      margin-top: 10px; }
  #product_reviews_block_tab .review .review_author_infos {
    width: 100%;
    display: inline-block; }

@media (min-width: 576px) {
  #product_reviews_block_tab .review_author {
    border-right: 1px solid #B5AAB0; }
    .rtl #product_reviews_block_tab .review_author {
      border-left: 1px solid #B5AAB0;
      border-right: inherit; } }

#product_reviews_block_tab .report_btn {
  padding: 0; }

#product_reviews_block_tab .report_btn.disabled {
  background: #fff;
  color: #acaaa6; }

.usefulness_btn.active, .usefulness_btn.active:hover {
  color: #fff;
  background-color: #5bc0de;
  border-color: #5bc0de; }

.review_button .btn.active {
  display: inline-block; }

/*******************DONGND CSS FOR REVIEWS END*****************************/
/*******************DONGND CSS FOR COMPARE BEGIN*****************************/
.leo-compare-button.added, .leo-wishlist-button.added {
  background: #2FB5D2 !important;
  color: #fff !important; }

.leo-compare-button.active, .leo-wishlist-button.active {
  border-color: #2FB5D2;
  max-height: initial;
  overflow: hidden; }

.leo-productscompare-item {
  width: 350px; }

.leo-productscompare-item:hover {
  -moz-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.leo-productscompare-item .thumbnail-container img {
  width: 100%; }

.leo-productscompare-item .thumbnail-container {
  height: 100%;
  text-align: left; }

.rtl .leo-productscompare-item .thumbnail-container {
  text-align: right; }

.leo-productscompare-item .thumbnail-container:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.leo-productscompare-item .product-description {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  padding: 10px; }
  .leo-productscompare-item .product-description .leo-bt-cart {
    min-width: 250px; }
  .leo-productscompare-item .product-description .dropdown-menu {
    max-height: 80px; }

.leo-productscompare-item .product-description .product-title {
  width: 100%;
  float: none;
  margin-top: 10px; }
  .leo-productscompare-item .product-description .product-title a {
    font-size: 16px; }

.leo-productscompare-item .product-description .product-price-and-shipping {
  text-align: left;
  height: auto;
  font-size: 16px; }
  .rtl .leo-productscompare-item .product-description .product-price-and-shipping {
    text-align: right; }
  .leo-productscompare-item .product-description .product-price-and-shipping .aeuc_unit_price_label {
    position: relative;
    top: inherit; }

.leo-productscompare-item .product-description .product-price-and-shipping .price {
  display: inline-block; }

.leo-productscompare-item .delete-productcompare .leo-compare-button {
  float: right;
  padding: 0;
  margin-bottom: 5px; }

.product-rating {
  display: inline-block; }

/*******************DONGND CSS FOR COMPARE END*****************************/
/*******************DONGND CSS FOR WISHLIST BEGIN*****************************/
.list-wishlist {
  margin: 20px 0;
  overflow-x: auto; }
  @media (max-width: 991px) {
    .list-wishlist > table {
      width: 991px; } }
  .list-wishlist table tbody > tr:nth-child(odd) {
    background: #ebebeb; }
  .list-wishlist table tbody > tr:nth-child(even) {
    background: #f6f6f6; }

.leo-save-wishlist-loading {
  display: none; }

.list-wishlist tr, .leo-wishlistproduct-item {
  -moz-transition: background-color 1.5s;
  -webkit-transition: background-color 1.5s;
  -o-transition: background-color 1.5s;
  transition: background-color 1.5s; }

.list-wishlist tr.new, .list-wishlist tr.active, .list-wishlist tr.show.active {
  background-color: #4880D2 !important; }

.leo-wishlistproduct-item {
  text-align: center;
  margin-bottom: 100px; }
  @media (min-width: 1200px) {
    .leo-wishlistproduct-item:nth-child(4n + 1) {
      clear: both; } }
  @media (max-width: 1199px) and (min-width: 768px) {
    .leo-wishlistproduct-item:nth-child(3n + 1) {
      clear: both; } }
  @media (max-width: 767px) and (min-width: 576px) {
    .leo-wishlistproduct-item:nth-child(2n + 1) {
      clear: both; } }
  .leo-wishlistproduct-item .wishlist-product-info select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem - 0px); }

.wishlist-product-action .leo-wishlist-product-save-button, .wishlist-product-action .leo-wishlist-button-dropdown {
  width: auto; }
.wishlist-product-action .btn {
  padding: 10px;
  text-transform: none; }

.wishlist-product-action {
  position: relative; }
  .wishlist-product-action .leo-wishlist-button-dropdown {
    position: static;
    display: inline-block; }
    .wishlist-product-action .leo-wishlist-button-dropdown .leo-list-wishlist {
      top: auto;
      bottom: 100%;
      left: 0;
      right: 0;
      margin: auto;
      font-size: 13px;
      max-height: 125px;
      overflow-y: auto; }
    .wishlist-product-action .leo-wishlist-button-dropdown .move-wishlist-item {
      background: #f2b134;
      color: #FFFFFF;
      border-radius: 0;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding: 10px; }
      .wishlist-product-action .leo-wishlist-button-dropdown .move-wishlist-item:hover {
        background: #333333; }

.leo-modal-wishlist .modal-footer {
  display: none; }

.leo-modal-wishlist.enable-action .modal-footer {
  display: block;
  text-align: right; }

.rtl .leo-modal-wishlist.enable-action .modal-footer {
  text-align: left; }

.leo-modal-wishlist.enable-action .modal-footer .btn {
  margin-left: 5px; }

.leo-modal-wishlist-loading {
  display: none; }

/*
.leo-compare-wishlist-button
{
	position: relative;
}
*/
.leo-list-wishlist {
  max-height: 79px;
  overflow: auto;
  border: 1px solid #e1e1e1;
  z-index: 999;
  margin: auto;
  padding: 0;
  left: 0;
  right: 0;
  width: 100px;
  text-align: left;
  top: inherit;
  bottom: 100%; }
  .rtl .leo-list-wishlist {
    text-align: right; }
  .leo-list-wishlist .list-group-item-action {
    overflow: hidden;
    text-overflow: ellipsis; }

.leo-list-wishlist .wishlist-item {
  padding: 10px; }

.leo-wishlist-button.dropdown-toggle::after {
  display: none; }

.leo-wishlist-button-dropdown {
  position: static; }

/*
.popover-list-wishlist .popover-title
{
	text-align: center;
}

.popover-list-wishlist .popover-content
{
	padding: 0;
}

.popover-list-wishlist .list-group-item
{
	border-bottom: none;
	border-left: none;
	border-right: none;
}
*/
.wishlist-item.added, .wishlist-item.added:hover {
  background-color: #2fb5d2;
  color: #fff; }

.wishlist-item:hover, .move-wishlist-item:hover {
  background-color: #f7f7f9; }

/*
.leo-list-wishlist .list-group-item.wishlist-item.active, .leo-list-wishlist .list-group-item.wishlist-item.active:focus
{
	border-color: none;
	background-color: none;
}
*/
.view-wishlist-product {
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 170px; }
  .rtl .view-wishlist-product {
    float: right; }
  .view-wishlist-product i {
    display: inline;
    margin-right: 5px; }
    .rtl .view-wishlist-product i {
      margin-left: 5px;
      margin-right: inherit; }

.list-wishlist tr.show {
  background-color: #d9edf7 !important; }

.leo-view-wishlist-product-loading {
  display: none;
  position: relative;
  float: right;
  left: auto; }
  .rtl .leo-view-wishlist-product-loading {
    float: left; }
  .rtl .leo-view-wishlist-product-loading {
    right: auto;
    left: auto; }

.leo-wishlist-product {
  margin-bottom: 20px; }
  .leo-wishlist-product .product-description {
    position: relative; }
    .leo-wishlist-product .product-description .product-price-and-shipping {
      height: 23px;
      overflow: hidden; }
    .leo-wishlist-product .product-description .dropdown-menu {
      max-height: 80px; }

.leo-wishlist-product .thumbnail-container:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none; }

.delete-wishlist-product .leo-wishlist-button {
  float: right; }
  .rtl .delete-wishlist-product .leo-wishlist-button {
    float: left; }

.send-wishlist {
  display: none; }

.send-wishlist {
  margin-bottom: 20px; }
  .send-wishlist .leo-send-wishlist-button {
    white-space: normal; }

.wishlist_email_status_loading {
  border: 2px solid #414141;
  border-left-color: transparent;
  border-right-color: transparent; }

.wishlist_email_status_loading, .send_wishlist_msg, .leo-modal-send-wishlist-loading {
  display: none; }
  @media (max-width: 575px) {
    .wishlist_email_status_loading, .send_wishlist_msg, .leo-modal-send-wishlist-loading {
      float: left;
      margin: 5px 10px; }
      .rtl .wishlist_email_status_loading, .rtl .send_wishlist_msg, .rtl .leo-modal-send-wishlist-loading {
        float: right; } }

.leo-modal-reset-send-wishlist-bt {
  float: left; }
  .rtl .leo-modal-reset-send-wishlist-bt {
    float: right; }

.send_wishlist_success {
  color: #5cb85c; }

.send_wishlist_error {
  color: #f0ad4e; }

.send_wishlist_form_content .has-success input, .send_wishlist_form_content .has-warning input {
  pointer-events: none; }

.leo-wishlist-button-delete {
  float: right;
  padding: 0;
  margin-bottom: 5px; }

#products .product-miniature.leo-wishlistproduct-item {
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 10px; }

#products .product-miniature.leo-wishlistproduct-item:hover {
  -moz-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

#products .product-miniature.leo-wishlistproduct-item .product-title {
  width: 100%;
  height: 25px;
  margin-top: 10px; }

#products .product-miniature.leo-wishlistproduct-item .product-title a {
  font-size: 16px; }

#products .product-miniature.leo-wishlistproduct-item .product-thumbnail img {
  max-width: 100%; }

.footer_links {
  clear: both;
  margin-top: 30px; }
  .footer_links .btn {
    white-space: normal; }
    .footer_links .btn i {
      font-size: 18px;
      padding-right: 3px;
      float: left;
      line-height: 20px; }
      .rtl .footer_links .btn i {
        padding-left: 3px;
        padding-right: inherit; }
      .rtl .footer_links .btn i {
        float: right; }

.footer_links li {
  padding: 5px 0;
  display: inline-block; }

@media (min-width: 640px) {
  .footer_links li.pull-xs-right {
    float: right; }

  .rtl .footer_links li.pull-xs-right {
    float: left; } }
/*******************DONGND CSS FOR WISHLIST END*****************************/
.leo-compare-review-dropdown .dropdown-menu {
  width: 100%;
  text-align: left; }
  .rtl .leo-compare-review-dropdown .dropdown-menu {
    text-align: right; }
  .leo-compare-review-dropdown .dropdown-menu .review_content, .leo-compare-review-dropdown .dropdown-menu .review_title {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px; }
  .leo-compare-review-dropdown .dropdown-menu strong {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 23px; }
  @media (max-width: 767px) {
    .leo-compare-review-dropdown .dropdown-menu .dropdown-item {
      padding: 5px 10px; } }
.leo-compare-review-dropdown.open .btn:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

#product_comparison {
  border: none; }
  #product_comparison .comparison_infos {
    text-align: center; }

@media (min-width: 576px) {
  .form-send-wishlist .form-group {
    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; } }

input[placeholder] {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

/**view_wishlist **/
#view_wishlist h2 {
  margin-bottom: 30px; }

/** page-heading Compare **/
.page-heading {
  margin-bottom: 30px; }

/*# sourceMappingURL=front.css.map */
