/***************************************************
  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 
 */
/***********************************************************************/
.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-cart .modal-dialog, .leo-modal-compare .modal-dialog, .leo-modal-wishlist .modal-dialog {
  margin: 250px auto; }
  .leo-modal-cart .modal-dialog a:hover, .leo-modal-compare .modal-dialog a:hover, .leo-modal-wishlist .modal-dialog a:hover {
    color: #666666; }

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



.compare .cssload-speeding-wheel, .wishlist .cssload-speeding-wheel, .quickview .cssload-speeding-wheel {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.cssload-speeding-wheel {
  width: 16px;
  height: 16px;
  margin: 0 auto;
  border: 1px solid #333;
  border-radius: 50%;
  border-left-color: transparent;
  animation: cssload-spin 800ms infinite ease-in-out;
  -o-animation: cssload-spin 800ms infinite ease-in-out;
  -ms-animation: cssload-spin 800ms infinite ease-in-out;
  -webkit-animation: cssload-spin 800ms infinite ease-in-out;
  -moz-animation: cssload-spin 800ms infinite ease-in-out;
  display: none; }

@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-bt-select-attr, .leo-dropdown-attr {
  width: 100%; }

.leo-select-attr.selected, .leo-select-attr.selected.disable, .leo-select-attr:hover {
  background: #000;
  color: #fff; }

.leo-select-attr.disable {
  background: #EBEBEB; }

.leo-select-attr {
  padding: 5px 10px !important;
  text-align: left;
  white-space: normal;
  font-size: 12px; }
  .rtl .leo-select-attr {
    text-align: right; }

.leo-dropdown-attr {
  padding: 0px;
  z-index: 999;
  max-height: 130px;
  overflow-x: hidden;
  overflow-y: auto; }

/*******************DONGND CSS FOR CART END*****************************/

.cancel a {
  margin: 0 5px 0 0;
  width: 14px;
  height: 14px;
  position: relative;
  display: inline-block; }
  .rtl .cancel a {
    margin: 0 0 0 5px; }
  .cancel a:before {
    content: "\f056";
    font-family: "FontAwesome";
    position: absolute;
    top: 0;
    left: 0;
    color: #e34747; }
    .rtl .cancel a:before {
      right: 0;
      left: auto; }

.cancel, .star {
  overflow: hidden;
  float: left;
  margin: 0 1px;
  cursor: pointer;
  font-size: 12px;
  line-height: 14px; }
  .rtl .cancel, .rtl .star {
    float: right; }

div.star:before {
  content: "\f005";
  color: #999999;
  font-family: "FontAwesome";
  display: inline-block; }

div.star.star_on:before, div.star.star_hover:before {
  content: "\f005";
  color: #FFD314;
  font-family: "FontAwesome";
  display: inline-block; }

#criterions_list {
  list-style-type: none; }
  #criterions_list .star_content {
    display: inline-block; }

#criterions_list li {
  margin-bottom: 10px; }

#criterions_list label {
  display: inline;
  float: left;
  margin: 0 10px 0 0;
  line-height: 13px; }
  .rtl #criterions_list label {
    float: right; }
  .rtl #criterions_list label {
    margin: 0 0 0 10px; }

.star a {
  display: block;
  position: absolute;
  text-indent: -5000px; }

/*******************DONGND CSS FOR REVIEWS END*****************************/
/*******************DONGND CSS FOR COMPARE BEGIN*****************************/
/*******************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; }
  .list-wishlist table th, .list-wishlist table td {
    vertical-align: middle; }

.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: 50px; }
  @media (min-width: 992px) {
    .leo-wishlistproduct-item:nth-child(4n + 1) {
      clear: both; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .leo-wishlistproduct-item {
      width: 33.33%; }
      .leo-wishlistproduct-item:nth-child(3n + 1) {
        clear: both; } }
  @media (max-width: 767px) and (min-width: 481px) {
    .leo-wishlistproduct-item {
      width: 50%; }
      .leo-wishlistproduct-item:nth-child(2n + 1) {
        clear: both; } }

.wishlist-product-action .leo-wishlist-product-save-button, .wishlist-product-action .leo-wishlist-button-dropdown {
  width: auto; }
.wishlist-product-action .leo-wishlist-button:before {
  display: none; }
.wishlist-product-action .btn {
  margin-bottom: 10px;
  padding: 0 1.25rem;
  width: auto;
  height: 40px;
  line-height: 40px;
  width: 100%; }

.leo-wishlist-button-dropdown {
  position: relative; }
  .leo-wishlist-button-dropdown .leo-list-wishlist {
    top: auto;
    bottom: 100%;
    font-size: 13px;
    max-height: 125px;
    overflow-y: auto;
    border-radius: 0;
    width: 100%; }
  .leo-wishlist-button-dropdown .move-wishlist-item, .leo-wishlist-button-dropdown .wishlist-item {
    border-radius: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    padding: 5px 15px !important;
    text-transform: capitalize;
    font-size: 12px;
    border-bottom: 1px solid #eee; }
    .rtl .leo-wishlist-button-dropdown .move-wishlist-item, .rtl .leo-wishlist-button-dropdown .wishlist-item {
      text-align: right; }
    .leo-wishlist-button-dropdown .move-wishlist-item:last-child, .leo-wishlist-button-dropdown .wishlist-item:last-child {
      border-bottom: 0; }
    .leo-wishlist-button-dropdown .move-wishlist-item:hover, .leo-wishlist-button-dropdown .wishlist-item:hover {
      color: #000;
      background: none; }
    .leo-wishlist-button-dropdown .move-wishlist-item.added, .leo-wishlist-button-dropdown .wishlist-item.added {
      color: #000;
      background: none; }
      .leo-wishlist-button-dropdown .move-wishlist-item.added:before, .leo-wishlist-button-dropdown .wishlist-item.added:before {
        content: "\f00c";
        font-family: "FontAwesome";
        margin: 0 5px 0 0; }
        .rtl .leo-wishlist-button-dropdown .move-wishlist-item.added:before, .rtl .leo-wishlist-button-dropdown .wishlist-item.added:before {
          margin: 0 0 0 5px; }
      .leo-wishlist-button-dropdown .move-wishlist-item.added:hover, .leo-wishlist-button-dropdown .wishlist-item.added:hover {
        color: #000;
        background: none; }

.leo-modal-wishlist .modal-footer {
  display: none; }

.leo-modal-wishlist.enable-action .modal-footer {
  display: block; }

.leo-modal-wishlist-loading {
  display: none; }

.leo-list-wishlist {
  z-index: 999;
  padding: 0px;
  margin: 0px;
  border: 0px; }

.leo-wishlist-button.dropdown-toggle::after {
  display: none; }

.leo-wishlist-button-dropdown {
  display: block; }

.wishlist-item.added, .wishlist-item.added:hover {
  background-color: #2fb5d2;
  color: #fff; }

.wishlist-item:hover, .move-wishlist-item:hover {
  background-color: #f7f7f9; }

.view-wishlist-product {
  float: left; }
  .rtl .view-wishlist-product {
    float: right; }
  .view-wishlist-product i {
    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;
  float: right; }
  .rtl .leo-view-wishlist-product-loading {
    float: left; }

.leo-wishlist-product {
  margin-bottom: 20px; }
  .leo-wishlist-product .button-container {
    position: relative;
    margin-bottom: 15px; }
  .leo-wishlist-product .thumbnail-container .product-price-and-shipping .aeuc_unit_price_label {
    position: static;
    display: block; }

.delete-wishlist-product .leo-wishlist-button {
  float: right;
  padding: 10px 0;
  background: none;
  color: #ccc; }
  .rtl .delete-wishlist-product .leo-wishlist-button {
    float: left; }
  .delete-wishlist-product .leo-wishlist-button:hover {
    color: #000; }

.send-wishlist {
  display: none; }

.leo-fake-send-wishlist-button {
  display: none; }

.wishlist-product-info .form-control {
  background: #ebebeb;
  border-radius: 0; }
.wishlist-product-info .form-group label {
  text-align: center; }
.wishlist-product-info label {
  text-align: center; }

.send-wishlist {
  margin-bottom: 20px; }

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

.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; }
  .rtl .leo-wishlist-button-delete {
    float: left; }

#mywishlist > h2:first-letter {
  text-transform: uppercase; }
#mywishlist .footer_links li {
  display: inline-block;
  margin-bottom: 10px; }
  #mywishlist .footer_links li .btn {
    background: #fff;
    color: #292929; }
    #mywishlist .footer_links li .btn:hover {
      background: #292929;
      color: #fff; }
  #mywishlist .footer_links li i {
    vertical-align: -4px;
    margin-right: 5px; }
    .rtl #mywishlist .footer_links li i {
      margin-left: 5px;
      margin-right: inherit; }

.leo-modal-send-wishlist .modal-footer .btn {
  float: right;
  min-width: 120px; }
  .rtl .leo-modal-send-wishlist .modal-footer .btn {
    float: left; }
  @media (max-width: 480px) {
    .leo-modal-send-wishlist .modal-footer .btn {
      width: 100%;
      margin: 2px 0 !important; } }
.leo-modal-send-wishlist .modal-footer .leo-modal-reset-send-wishlist-bt {
  float: left; }
  .rtl .leo-modal-send-wishlist .modal-footer .leo-modal-reset-send-wishlist-bt {
    float: right; }
.leo-modal-send-wishlist .modal-footer .leo-modal-send-wishlist-bt {
  margin-right: 20px; }
  .rtl .leo-modal-send-wishlist .modal-footer .leo-modal-send-wishlist-bt {
    margin-left: 20px;
    margin-right: inherit; }

/*******************DONGND CSS FOR WISHLIST END*****************************/
/*******************DONGND CSS FOR DROPDOWN CART BEGIN*****************************/
@media (min-width: 992px) {
  #cart-block:hover .leo-dropdown-cart {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
#cart-block .leo-dropdown-cart-content {
  box-shadow: 0px 0px 50px;
  border: 1px solid #e5e5e5;
  border-radius:10px;
}

.leo-dropdown-cart {
  position: absolute; }
  .leo-dropdown-cart.defaultcart {
    right: 0; }
    .rtl .leo-dropdown-cart.defaultcart {
      left: 0;
      right: auto; }
  .leo-dropdown-cart.dropdown, .leo-dropdown-cart.dropup {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    transition: all .2s; }
    .leo-dropdown-cart.dropdown.show, .leo-dropdown-cart.dropup.show {
      visibility: visible;
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translateY(0px);
      -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
      -o-transform: translateY(0px);
      transform: translateY(0px); }
  .leo-dropdown-cart.dropdown {
    top: 100%;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    z-index: 999999; }
  .leo-dropdown-cart.dropup {
    top: 100%;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px); }
  .leo-dropdown-cart.flycart.dropup, .leo-dropdown-cart.flycart.dropdown {
    bottom: 100%;
    margin-bottom: 10px; }



.leo-dropdown-cart-content {
  background: #fff;
  z-index: 99;
  min-width: 265px;
  right: 0; }
  .leo-dropdown-cart-content .leo-dropdown-list-item.active-scrollbar {
    overflow: auto; }
  .leo-dropdown-cart-content a.leo-dropdown-customization, .leo-dropdown-cart-content a.leo-dropdown-combination {
    color: #2fb5d2; }

.leo-dropdown-list-item {
  margin-bottom: 0px; }

.leo-cart-dropdown-action a.btn {
  color: #FFFFFF;
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
  background: #ccc;
  border: 0;
  padding: 10px 15px;
  display: block; }

.leo-dropdown-cart-subtotals, .leo-dropdown-cart-total {
  text-align: left; }
  .rtl .leo-dropdown-cart-subtotals, .rtl .leo-dropdown-cart-total {
    text-align: right; }
  .leo-dropdown-cart-subtotals .value, .leo-dropdown-cart-total .value {
    float: right;
    color: #2c2c2c;
    text-align: right; }
    .rtl .leo-dropdown-cart-subtotals .value, .rtl .leo-dropdown-cart-total .value {
      float: left; }
    .rtl .leo-dropdown-cart-subtotals .value, .rtl .leo-dropdown-cart-total .value {
      text-align: left; }
  .leo-dropdown-cart-subtotals .label, .leo-dropdown-cart-total .label {
    float: left;
    color: #999;
    font-size: 13px;
    text-transform: capitalize;
    text-align: left; }
    .rtl .leo-dropdown-cart-subtotals .label, .rtl .leo-dropdown-cart-total .label {
      float: right; }
    .rtl .leo-dropdown-cart-subtotals .label, .rtl .leo-dropdown-cart-total .label {
      text-align: right; }

.leo-dropdown-cart-subtotals {
  border-bottom: 1px solid #eee;
  padding: 10px; }
  .leo-dropdown-cart-subtotals > div {
    margin-bottom: 5px; }

.leo-cart-item-img, .leo-cart-item-info {
  float: left; }
  .rtl .leo-cart-item-img, .rtl .leo-cart-item-info {
    float: right; }

.leo-cart-item-img {
  width: 30%;
  margin-right: 10px; }
  .rtl .leo-cart-item-img {
    margin-left: 10px;
    margin-right: inherit; }

.leo-cart-item-info {
  width: 60%;
  text-align: left; }
  .rtl .leo-cart-item-info {
    text-align: right; }
  .leo-cart-item-info .product-name {
    margin-bottom: 0; }
    .leo-cart-item-info .product-name a {
      font-size: 13px; }
  .leo-cart-item-info .product-price {
    font-size: 13px;
    color: #333;
    display: block; }
    .leo-cart-item-info .product-price > div {
      display: inline-block;
      vertical-align: top;
      padding: 0; }
    .leo-cart-item-info .product-price .unit-price-cart {
      color: #999; }
  .leo-cart-item-info .product-discount .regular-price {
    margin: 0;
    font-size: 13px; }
  .leo-cart-item-info .product-discount span {
    display: inline-block; }
  .leo-cart-item-info .discount-percentage {
    font-size: 11px;
    position: relative;
    font-style: italic;
    color: #000;
    padding: 0 4px;
    margin: 0 2px; }
    .leo-cart-item-info .discount-percentage:before {
      content: "(";
      position: absolute;
      left: 0;
      top: 0; }
      .rtl .leo-cart-item-info .discount-percentage:before {
        right: 0;
        left: auto; }
    .leo-cart-item-info .discount-percentage:after {
      content: ")";
      position: absolute;
      right: 0;
      top: 0; }
      .rtl .leo-cart-item-info .discount-percentage:after {
        left: 0;
        right: auto; }
  .leo-cart-item-info .current-price {
    display: inline-block;
    padding: 5px 0 0; }

.leo-dropdown-cart-item {
  position: relative;
  border-bottom: 1px solid #eee;
  padding: 10px 10px 10px 10px;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear; }
  .leo-dropdown-cart-item .leo-dropdown-additional {
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background-color: #e5e5e5;
    padding: 0 10px 10px; }
  .leo-dropdown-cart-item.show-additional .leo-dropdown-additional {
    top: 100%;
    z-index: 9999;
    opacity: 1;
    filter: alpha(opacity=100); }

.leo-dropdown-cart-item.high-light, .leo-dropdown-cart-item.show-combination, .leo-dropdown-cart-item.show-customization, .leo-dropdown-cart-item.show-additional {
  background-color: #f9f9f9;
  z-index: 9999; }

.leo-dropdown-additional .view-customization {
  margin-top: 5px; }
.leo-dropdown-additional .view-combination, .leo-dropdown-additional .view-customization {
  padding-bottom: 5px;
  font-weight: 600;
  text-align: left;
  border-top: 1px solid #fff; }
  .rtl .leo-dropdown-additional .view-combination, .rtl .leo-dropdown-additional .view-customization {
    text-align: right; }

.leo-remove-from-cart {
  position: absolute;
  top: 10px;
  right: 5px;
  color: #ccc; }
  .rtl .leo-remove-from-cart {
    left: 5px;
    right: auto; }
  .leo-remove-from-cart:hover {
    color: #000; }
  .leo-remove-from-cart i.material-icons {
    font-size: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px; }
    .leo-remove-from-cart i.material-icons:before {
      content: "\f00d";
      font-family: FontAwesome;
      font-size: 12px;
      display: inline-block; }

.leo-dropdown-additional, .view-additional {
  clear: both;
  text-align: left; }
  .rtl .leo-dropdown-additional, .rtl .view-additional {
    text-align: right; }

.view-additional {
  position: absolute;
  right: 10px;
  bottom: 36px; }
  .rtl .view-additional {
    left: 10px;
    right: auto; }

.leo-cart-dropdown-action {
  text-align: center;
  padding: 10px; }

#header .header-nav .cart-preview .leo-dropdown-cart-item .view-leo-dropdown-additional:focus {
  color: #232323;
  text-decoration: none;
  outline: none; }

/*****************addition arrow BEGIN***********************/
.view-leo-dropdown-additional {
  width: 25px;
  height: 25px;
  background: #2c2c2c;
  position: relative;
  cursor: pointer; }
  .view-leo-dropdown-additional.show {
    background: #000; }
    .view-leo-dropdown-additional.show:before {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .view-leo-dropdown-additional.show:after {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  .view-leo-dropdown-additional:before, .view-leo-dropdown-additional:after {
    content: "";
    display: block;
    width: 10px;
    height: 3px;
    background: white;
    position: absolute;
    top: 12px;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s; }
  .view-leo-dropdown-additional:before {
    right: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .view-leo-dropdown-additional:after {
    right: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

/*****************addition arrow END***********************/
.leo-dropdown-overlay {
  display: none;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  z-index: 300; }

/***********loading wheel BEGIN*************/
.leo-dropdown-cssload-speeding-wheel, .leo-fly-cssload-speeding-wheel {
  display: none;
  position: absolute;
  left: 46%;
  top: 40%;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border: 2px solid #222;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 1200ms infinite linear;
  -o-animation: cssload-spin 1200ms infinite linear;
  -ms-animation: cssload-spin 1200ms infinite linear;
  -webkit-animation: cssload-spin 1200ms infinite linear;
  -moz-animation: cssload-spin 1200ms infinite linear; }

.leo-fly-cssload-speeding-wheel {
  left: 0;
  top: 0;
  width: 24px;
  height: 24px; }

.leo-blockcart.cart-preview span.leo-dropdown-cssload-speeding-wheel {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-left-color: transparent;
  border-right-color: transparent;
  vertical-align: middle;
  position: relative;
  left: 0;
  top: 0; }

@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); } }
/************loading piano BEGIN****************/
.cssload-piano {
  display: none !important;
  margin: auto;
  width: 5px;
  height: 8px;
  font-size: 8px;
  position: absolute;
  top: 6px;
  right: 0; }

.cssload-piano > div {
  height: 100%;
  width: 100%;
  display: block;
  margin-bottom: 0.6em;
  animation: stretchdelay 0.88s infinite ease-in-out;
  -o-animation: stretchdelay 0.88s infinite ease-in-out;
  -ms-animation: stretchdelay 0.88s infinite ease-in-out;
  -webkit-animation: stretchdelay 0.88s infinite ease-in-out;
  -moz-animation: stretchdelay 0.88s infinite ease-in-out; }

.cssload-piano .cssload-rect2 {
  animation-delay: -0.65s;
  -o-animation-delay: -0.65s;
  -ms-animation-delay: -0.65s;
  -webkit-animation-delay: -0.65s;
  -moz-animation-delay: -0.65s; }

.cssload-piano .cssload-rect3 {
  animation-delay: -0.42s;
  -o-animation-delay: -0.42s;
  -ms-animation-delay: -0.42s;
  -webkit-animation-delay: -0.42s;
  -moz-animation-delay: -0.42s; }

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleX(0.8);
    background-color: #2e5865;
    box-shadow: 0 0 0 rgba(10, 10, 10, 0.1); }
  20% {
    transform: scaleX(1);
    background-color: white;
    box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4); } }
@-o-keyframes stretchdelay {
  0%, 40%, 100% {
    -o-transform: scaleX(0.8);
    background-color: #2e5865;
    box-shadow: 0 0 0 rgba(10, 10, 10, 0.1); }
  20% {
    -o-transform: scaleX(1);
    background-color: white;
    box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4); } }
@-ms-keyframes stretchdelay {
  0%, 40%, 100% {
    -ms-transform: scaleX(0.8);
    background-color: #2e5865;
    box-shadow: 0 0 0 rgba(10, 10, 10, 0.1); }
  20% {
    -ms-transform: scaleX(1);
    background-color: white;
    box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4); } }
@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleX(0.8);
    background-color: #2e5865;
    box-shadow: 0 0 0 rgba(10, 10, 10, 0.1); }
  20% {
    -webkit-transform: scaleX(1);
    background-color: white;
    box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4); } }
@-moz-keyframes stretchdelay {
  0%, 40%, 100% {
    -moz-transform: scaleX(0.8);
    background-color: #2e5865;
    box-shadow: 0 0 0 rgba(10, 10, 10, 0.1); }
  20% {
    -moz-transform: scaleX(1);
    background-color: white;
    box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4); } }
/************loading piano END****************/
/********* notification BEGIN *********/
.leo-notification {
  display: none;
  position: fixed; }
  .leo-notification.active {
    display: block;
    z-index: 99999; }
  .leo-notification .notification-wrapper {
    width: 100%;
    max-height: 100px; }
    .leo-notification .notification-wrapper.disable {
      max-height: 0;
      margin-bottom: 0;
      -webkit-transition: all 0.7s;
      -o-transition: all 0.7s;
      transition: all 0.7s; }

.notification {
  position: relative;
  padding: 10px 15px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  color: white;
  line-height: 25px;
  cursor: pointer;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0px, -50px);
  -moz-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  -o-transform: translate(0px, -50px);
  transform: translate(0px, -50px); }
  .notification.show {
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    visibility: visible;
    z-index: 99999;
    opacity: 1;
    filter: alpha(opacity=100); }
  .notification.closed {
    -webkit-transform: translate(0px, -50px);
    -moz-transform: translate(0px, -50px);
    -ms-transform: translate(0px, -50px);
    -o-transform: translate(0px, -50px);
    transform: translate(0px, -50px);
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    filter: alpha(opacity=0); }
  .notification .notification-title {
    margin-right: 15px;
    padding: 0px 15px;
    line-height: 30px;
    display: inline-block; }
  .notification .notification-close {
    background: rgba(255, 255, 255, 0.2);
    padding: 0px 10px;
    float: right;
    line-height: 20px;
    display: inline-block;
    color: white;
    position: absolute;
    bottom: 13px;
    right: 13px; }
    .rtl .notification .notification-close {
      float: left; }
    .rtl .notification .notification-close {
      left: 13px;
      right: auto; }
    .notification .notification-close:hover {
      cursor: pointer; }

.leo-temp {
  display: none; }

.notification.notification-success {
  background: rgba(46, 204, 113, 0.8); }
  .notification.notification-success .notification-title {
    background: #27ae60; }
.notification.notification-error {
  background: rgba(231, 76, 60, 0.8); }
  .notification.notification-error .notification-title {
    background: #c0392b; }
.notification.notification-warning {
  background: rgba(241, 196, 15, 0.8); }
  .notification.notification-warning .notification-title {
    background: #f39c12; }
.notification.notification-normal {
  background: rgba(52, 152, 219, 0.8); }
  .notification.notification-normal .notification-title {
    background: #2980b9; }
.notification .noti {
  display: none; }
  .notification .noti.active {
    display: block; }

.notification-success .noti-special {
  text-transform: capitalize; }

/********* notification END*********/
.leo-input-product-quantity {
  width: 50px;
  display: inline-block; }

.leo-cart-item-info .leo-bt-product-quantity {
  cursor: pointer;
  display: inline-block;
  border: 1px solid #CCC;;
  height: 25px;
  vertical-align: top;
  font-size: 14px;
  color: #999; border-radius:5px;

}
  .leo-cart-item-info .leo-bt-product-quantity:hover {
    color: #000; }
  .leo-cart-item-info .leo-bt-product-quantity i {
    width: 20px;
    height: 100%;
    vertical-align: top;
    line-height: 25px;
    text-align: center;
    font-size: 13px; }
.leo-cart-item-info .product-quantity {
  font-size: 0; }
  .leo-cart-item-info .product-quantity .input-group {
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 13px;
    border-left: 0;
    border-right: 0;
    display: inline-block;
    outline: 0;
    text-align: center; }

_::-moz-svg-foreign-content,
:root .leo-cart-item-info .input-group {
  margin: 0 -4px; }

.leo-cart-item-info .product-quantity {
  margin-top: 10px; }

/*******************DONGND CSS FOR DROPDOWN CART END*****************************/
/*******************DONGND CSS FOR FLY CART BEGIN*****************************/

@keyframes cssload-gogoloader {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-o-keyframes cssload-gogoloader {
  0% {
    -o-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -o-transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-ms-keyframes cssload-gogoloader {
  0% {
    -ms-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -ms-transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-webkit-keyframes cssload-gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-moz-keyframes cssload-gogoloader {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0); }
  50% {
    opacity: 1;
    filter: alpha(opacity=100); }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
    filter: alpha(opacity=0); } }
/***************CSS FOR LOADING FLY CART END **********************/
/***************CSS FOR FLY CART SLIDE BAR BEGIN **********************/


body.leoflycart-active-slidebar {
  /* 	overflow: hidden;
  	padding-right: 17px; */ }

body.leoflycart-active-push main {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }


.leo-dropdown-bottom {
  padding-top: 10px; }
  .leo-dropdown-bottom .leo-dropdown-cart-total {
    padding: 10px;
    font-size: 20px; }

#cart-block .leo-dropdown-bottom .leo-dropdown-cart-total > .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; }

/***************CSS FOR FLY CART SLIDE BAR END **********************/
/*******************DONGND CSS FOR FLY CART END*****************************/
.product-line-info .value {
  color: #000; }

.leo-quicklogin-modal {
  font-size: 12px; }
  .leo-quicklogin-modal h3 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 20px; }
  .leo-quicklogin-modal label, .leo-quicklogin-modal .label {
    font-size: 12px; }
  .leo-quicklogin-modal .modal-footer {
    padding: 0;
    border-top: 0; }
  @media (min-width: 576px) {
    .leo-quicklogin-modal .modal-dialog {
      max-width: 360px;
      margin: 60px auto; } }
  .leo-quicklogin-modal .lql-form-content input {
    border: 1px solid #e5e5e5;
    background: #fff;
    outline: 0; }
    .leo-quicklogin-modal .lql-form-content input:before {
      content: "";
      position: absolute;
      top: 0;
      left: 9px;
      bottom: 0;
      cursor: pointer;
      z-index: 2;
      width: 120px; }
    .leo-quicklogin-modal .lql-form-content input:focus {
      border-color: #999; }
  .leo-quicklogin-modal .lql-form-content-element > div:first-child {
    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; }
  .leo-quicklogin-modal .lql-form-content-element .form-control-label {
    padding: 0 5px;
    margin: 0; }
  .leo-quicklogin-modal .lql-social-login {
    margin: 0;
    padding-top: 20px;
    border-top: 1px dashed #e5e5e5; }
    .leo-quicklogin-modal .lql-social-login .btn {
      font-size: 0;
      margin: 0 2px 2px 0;
      width: 40px;
      height: 40px;
      padding: 0;
      text-align: center;
      line-height: 40px;
      position: relative; }
      .rtl .leo-quicklogin-modal .lql-social-login .btn {
        margin: 0 0 2px 2px; }
      .leo-quicklogin-modal .lql-social-login .btn.facebook-login-bt {
        background: #2d4486; }
        .leo-quicklogin-modal .lql-social-login .btn.facebook-login-bt:hover {
          background: #FFFFFF;
          border: 1px solid #2d4486;
          color: #2d4486; }
      .leo-quicklogin-modal .lql-social-login .btn.google-login-bt {
        background: #de332c; }
        .leo-quicklogin-modal .lql-social-login .btn.google-login-bt:hover {
          background: #FFFFFF;
          border: 1px solid #de332c;
          color: #de332c; }
      .leo-quicklogin-modal .lql-social-login .btn.twitter-login-bt {
        background: #33add6; }
        .leo-quicklogin-modal .lql-social-login .btn.twitter-login-bt:hover {
          background: #FFFFFF;
          border: 1px solid #33add6;
          color: #33add6; }
      .leo-quicklogin-modal .lql-social-login .btn .fa {
        font-size: 14px;
        margin: auto !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        line-height: 40px; }

.ApQuicklogin > a {
  height: 45px;
  line-height: 45px;
  display: inline-block;
  font-size: 12px;
  padding: 0 15px;
  min-width: 40px; }
  .ApQuicklogin > a i {
    font-size: 24px;
    vertical-align: -5px; }

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