/** search ***/
/** end search ***/
/** newlestter ***/
/** End newlestter ***/
/***************************************************
	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 
 */
/***********************************************************************/
/******************* CSS FOR CART *****************************/
.deo-wishlist-button-dropdown .deo-list-wishlist {
  top: auto;
  bottom: 100%;
  border: none;
  z-index: 99;
  margin: 0px;
  padding: 0px;
  overflow: auto;
  max-height: 173px; }
  .deo-wishlist-button-dropdown .deo-list-wishlist .dropdown-item {
    padding: 10px; }

.deo-select-attr {
  width: auto;
  padding: 8px 12px; }
  .deo-select-attr.disable {
    text-decoration: line-through;
    opacity: 0.6;
    filter: alpha(opacity=60); }
  .deo-select-attr.selected {
    font-weight: 600;
    color: #1bbc9b; }
  .deo-select-attr:hover {
    color: #1bbc9b; }

.deo-btn-select-attr {
  padding: 8px 12px;
  text-transform: none; }

.wrapper-deo-cart-quantity {
  margin-bottom: 10px; }
  .wrapper-deo-cart-quantity.show_label {
    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; }
  .wrapper-deo-cart-quantity .label-name {
    color: inherit;
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 5px; }
    .rtl .wrapper-deo-cart-quantity .label-name {
      margin-left: 5px;
      margin-right: inherit; }

.deo-cart-quantity {
  height: 40px; }

.deo-dropdown-select-attr {
  margin-bottom: 10px; }
  .deo-dropdown-select-attr .deo-btn-select-attr {
    border: none;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    .deo-dropdown-select-attr .deo-btn-select-attr:before {
      display: none; }
    .deo-dropdown-select-attr .deo-btn-select-attr:after {
      position: absolute;
      z-index: 9;
      top: 14px;
      width: auto;
      height: auto;
      border-top: 0.3em solid;
      border-right: 0.3em solid transparent;
      border-left: 0.3em solid transparent;
      opacity: 1;
      filter: alpha(opacity=100);
      right: 6px;
      left: auto; }
      .rtl .deo-dropdown-select-attr .deo-btn-select-attr:after {
        right: auto;
        left: 6px; }
    .deo-dropdown-select-attr .deo-btn-select-attr span {
      height: 16px;
      line-height: 16px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
  .deo-dropdown-select-attr .deo-list-attr {
    top: auto;
    left: 0px;
    right: 0px;
    z-index: 999;
    bottom: 100%;
    padding: 0px;
    margin-top: 0;
    overflow: auto;
    min-width: auto;
    max-height: 120px;
    border-radius: 0px; }

/******************* CSS FOR CART END *****************************/
/******************* CSS FOR DROPDOWN CART BEGIN*****************************/
.deo-content-cart-wrapper {
  line-height: normal; }
  .deo-content-cart-wrapper.defaultcart {
    right: 0; }
    .rtl .deo-content-cart-wrapper.defaultcart {
      left: 0;
      right: auto; }
  .deo-content-cart-wrapper.dropdown, .deo-content-cart-wrapper.dropup {
    color: inherit;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .deo-content-cart-wrapper.dropdown.show, .deo-content-cart-wrapper.dropdown.show, .deo-content-cart-wrapper.dropup.show, .deo-content-cart-wrapper.dropup.show {
      visibility: visible;
      opacity: 1;
      z-index: 1002; }
  .deo-content-cart-wrapper.dropdown {
    top: 100%;
    margin-top: 20px; }
    .deo-content-cart-wrapper.dropdown.show {
      margin-top: 0px; }
  .deo-content-cart-wrapper.dropup {
    bottom: 100%;
    margin-bottom: 20px; }
    .deo-content-cart-wrapper.dropup.show {
      margin-bottom: 0px; }
    .deo-content-cart-wrapper.dropup.flycart {
      bottom: 100%;
      margin-bottom: 30px; }
      .deo-content-cart-wrapper.dropup.flycart.show {
        margin-bottom: 10px; }

.deo-cart-solo.solo {
  z-index: 1000; }
  .deo-cart-solo.solo.loading .deo-icon-cart-loading {
    display: block; }

.deo-content-cart {
  z-index: 9;
  min-width: 270px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-top: 3px solid #1bbc9b; }
  .deo-content-cart .list-items.active-scrollbar {
    overflow: auto; }

.cart-total-wrapper .cart-buttons {
  padding: 10px;
  text-align: center; }
  .cart-total-wrapper .cart-buttons .btn {
    font-size: 12px;
    display: block;
    padding: 6px 10px;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 9999px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    .cart-total-wrapper .cart-buttons .btn:before, .cart-total-wrapper .cart-buttons .btn.after {
      display: none; }
    .cart-total-wrapper .cart-buttons .btn + .btn {
      margin-top: 5px; }
    .cart-total-wrapper .cart-buttons .btn.view-cart {
      display: none; }
  .cart-total-wrapper .cart-buttons .custom-checkbox {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    margin-top: 5px;
    padding-bottom: 0px;
    font-size: 12px; }
    .cart-total-wrapper .cart-buttons .custom-checkbox input[type="checkbox"] + span {
      width: 14px;
      height: 14px;
      margin: 0px 3px 0px 0px; }
      .rtl .cart-total-wrapper .cart-buttons .custom-checkbox input[type="checkbox"] + span {
        margin: 0px 0px 0px 3px; }
      .cart-total-wrapper .cart-buttons .custom-checkbox input[type="checkbox"] + span .checkbox-checked {
        font-size: 13px; }
.cart-total-wrapper .cart-total {
  padding: 5px 10px;
  border-top: 1px solid #eaeaea; }
  .cart-total-wrapper .cart-total .title {
    color: #414141;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    text-align: left; }
    .rtl .cart-total-wrapper .cart-total .title {
      float: right; }
    .rtl .cart-total-wrapper .cart-total .title {
      text-align: right; }
  .cart-total-wrapper .cart-total .value {
    color: #414141;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
    text-align: right; }
    .rtl .cart-total-wrapper .cart-total .value {
      float: left; }
    .rtl .cart-total-wrapper .cart-total .value {
      text-align: left; }
  .cart-total-wrapper .cart-total .total-line {
    margin: 3px 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;
    -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; }
  .cart-total-wrapper .cart-total .cart-subtotals {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eaeaea; }

.deo-content-cart.enable-update-qty .cart-item .cart-item-info {
  padding-bottom: 30px; }
.deo-content-cart .cart-item {
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .deo-content-cart .cart-item.high-light, .deo-content-cart .cart-item.show-combination, .deo-content-cart .cart-item.show-customization {
    background-color: #c9def3;
    z-index: 9999; }
  .deo-content-cart .cart-item:before {
    content: '';
    bottom: -1px;
    left: 10px;
    right: 10px;
    position: absolute;
    border-top: 1px dotted #eaeaea; }
  .deo-content-cart .cart-item.last:before {
    display: none; }
  .deo-content-cart .cart-item.loading .overlay {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
  .deo-content-cart .cart-item .overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 300;
    position: absolute;
    background: rgba(255, 255, 255, 0.75);
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .deo-content-cart .cart-item .overlay .loading-icon {
      height: 15px;
      width: 5px;
      top: 0px;
      left: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto;
      clear: both;
      position: absolute;
      border: 1px #cccccc solid;
      background-color: rgba(204, 204, 204, 0.25);
      -webkit-animation: spBars 1s infinite linear;
      -moz-animation: spBars 1s infinite linear;
      animation: spBars 1s infinite linear; }
      .deo-content-cart .cart-item .overlay .loading-icon:after, .deo-content-cart .cart-item .overlay .loading-icon:before {
        content: '';
        top: 0px;
        width: inherit;
        height: inherit;
        border: inherit;
        position: absolute;
        background-color: inherit; }
      .deo-content-cart .cart-item .overlay .loading-icon:before {
        left: -10px;
        -webkit-animation: spBarsBefore 1s infinite linear;
        -moz-animation: spBarsBefore 1s infinite linear;
        animation: spBarsBefore 1s infinite linear; }
      .deo-content-cart .cart-item .overlay .loading-icon:after {
        right: -10px;
        -webkit-animation: spBarsAfter 1s infinite linear;
        -moz-animation: spBarsAfter 1s infinite linear;
        animation: spBarsAfter 1s infinite linear; }
  .deo-content-cart .cart-item .additional-cart-infor {
    font-size: 10px;
    margin-left: -3px;
    margin-right: -3px; }
    .deo-content-cart .cart-item .additional-cart-infor .product-info-line {
      padding-left: 3px;
      padding-right: 3px; }
      .deo-content-cart .cart-item .additional-cart-infor .product-info-line .title {
        font-weight: 600; }
  .deo-content-cart .cart-item .cart-item-img {
    width: 60px;
    float: left; }
    .rtl .deo-content-cart .cart-item .cart-item-img {
      float: right; }
  .deo-content-cart .cart-item .product-qty {
    padding: 3px 0;
    display: block;
    font-size: 10px;
    text-align: center; }
  .deo-content-cart .cart-item .cart-item-info {
    zoom: 1;
    overflow: hidden;
    position: relative;
    white-space: normal;
    padding-bottom: 20px;
    padding-left: 10px; }
    .rtl .deo-content-cart .cart-item .cart-item-info {
      padding-right: 10px;
      padding-left: inherit; }
    .deo-content-cart .cart-item .cart-item-info .product-name {
      font-size: 13px;
      margin-bottom: 5px; }
      .deo-content-cart .cart-item .cart-item-info .product-name a {
        color: #222222;
        font-weight: 500;
        font-family: "Optima nova", sans-serif; }
        .deo-content-cart .cart-item .cart-item-info .product-name a:hover {
          color: #1bbc9b; }
    .deo-content-cart .cart-item .cart-item-info .product-price {
      display: block;
      color: #282828;
      font-size: 13px;
      margin-bottom: 5px;
      white-space: normal; }
      .deo-content-cart .cart-item .cart-item-info .product-price .regular-price {
        margin: 0px;
        font-size: inherit; }
      .deo-content-cart .cart-item .cart-item-info .product-price .product-discount {
        white-space: normal; }
      .deo-content-cart .cart-item .cart-item-info .product-price .discount {
        color: #f2434a; }
        .deo-content-cart .cart-item .cart-item-info .product-price .discount:before {
          content: '(';
          display: inline-block; }
        .deo-content-cart .cart-item .cart-item-info .product-price .discount:after {
          content: ')';
          display: inline-block; }
    .deo-content-cart .cart-item .cart-item-info .product-quantity {
      bottom: 0px;
      padding: 0px;
      margin-top: 5px;
      position: absolute;
      text-align: center;
      display: inline-block;
      border: 1px solid #ececec;
      left: 10px; }
      .rtl .deo-content-cart .cart-item .cart-item-info .product-quantity {
        right: 10px;
        left: auto; }
      .deo-content-cart .cart-item .cart-item-info .product-quantity::after {
        content: "";
        display: table;
        clear: both; }
      .deo-content-cart .cart-item .cart-item-info .product-quantity .btn-qty {
        display: block;
        width: 15px;
        height: 20px;
        line-height: 20px;
        float: left;
        cursor: pointer;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .deo-content-cart .cart-item .cart-item-info .product-quantity .btn-qty i {
          display: none; }
        .deo-content-cart .cart-item .cart-item-info .product-quantity .btn-qty:before {
          display: block;
          font-size: 10px;
          color: #222222;
          font-family: "Material Icons"; }
        .deo-content-cart .cart-item .cart-item-info .product-quantity .btn-qty.btn-qty-up:before {
          content: "\E145"; }
        .deo-content-cart .cart-item .cart-item-info .product-quantity .btn-qty.btn-qty-down:before {
          content: "\E15B"; }
        .deo-content-cart .cart-item .cart-item-info .product-quantity .btn-qty:hover {
          background: #f7f7f7;
          color: #222222; }
      .deo-content-cart .cart-item .cart-item-info .product-quantity .input-product-qty {
        float: left;
        outline: 0;
        padding: 0px 5px;
        height: 20px;
        width: 30px;
        border-top: 0px;
        border-bottom: 0px;
        text-align: center;
        color: #222222;
        font-size: 10px;
        border-left: 1px solid #ececec;
        border-right: 1px solid #ececec;
        display: inline-block;
        background: transparent; }
  .deo-content-cart .cart-item .remove-cart {
    bottom: 0px;
    position: absolute;
    right: 0px; }
    .rtl .deo-content-cart .cart-item .remove-cart {
      left: 0px;
      right: auto; }
    .deo-content-cart .cart-item .remove-cart i {
      font-size: 0;
      width: auto;
      height: auto;
      display: block;
      color: transparent; }
      .deo-content-cart .cart-item .remove-cart i:before {
        display: inline-block;
        font-family: "deo-custom-icons";
        content: "\ea54";
        font-size: 14px;
        padding: 1px 3px;
        color: #282828;
        border-radius: 2px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
    .deo-content-cart .cart-item .remove-cart:hover i:before {
      color: #1bbc9b; }

/******************* CSS FOR DROPDOWN CART END*****************************/
/************ CSS LOADING BEGIN****************/
#cart-block .cart-preview.loading {
  position: relative; }
  #cart-block .cart-preview.loading .loading-piano, #cart-block .cart-preview.loading .deo-icon-cart-loading {
    display: block; }

.loading-piano {
  display: none;
  margin: auto;
  width: 100%;
  top: 50%;
  left: 50%;
  height: 5px;
  font-size: 0px;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .loading-piano > div {
    width: 30%;
    height: 100%;
    display: inline-block;
    -webkit-animation: stretchdelay 0.88s infinite ease-in-out;
    -moz-animation: stretchdelay 0.88s infinite ease-in-out;
    animation: stretchdelay 0.88s infinite ease-in-out; }
  .loading-piano .child-2 {
    -webkit-animation-delay: -0.65s;
    -moz-animation-delay: -0.65s;
    animation-delay: -0.65s; }
  .loading-piano .child-3 {
    -webkit-animation-delay: -0.42s;
    -moz-animation-delay: -0.42s;
    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: #FFFFFF;
    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: #FFFFFF;
    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: #FFFFFF;
    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: #FFFFFF;
    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: #FFFFFF;
    box-shadow: 0 5px 6px rgba(10, 10, 10, 0.4); } }
/************ CSS LOADING END****************/
/******************* CSS FOR FLY CART BEGIN*****************************/
@keyframes cssload-gogoloader {
  0% {
    transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1);
    opacity: 0; } }
@-o-keyframes cssload-gogoloader {
  0% {
    -o-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -o-transform: scale(1);
    opacity: 0; } }
@-ms-keyframes cssload-gogoloader {
  0% {
    -ms-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -ms-transform: scale(1);
    opacity: 0; } }
@-webkit-keyframes cssload-gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
    opacity: 0; } }
@-moz-keyframes cssload-gogoloader {
  0% {
    -moz-transform: scale(0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1);
    opacity: 0; } }
.icon-cart-sidebar-wrapper {
  cursor: pointer;
  font-size: 0px;
  position: relative;
  white-space: nowrap;
  text-align: center;
  background: #1bbc9b; }
  .icon-cart-sidebar-wrapper .icon-cart-sidebar {
    width: 30px;
    height: 30px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
    background: #1bbc9b;
    display: inline-block;
    vertical-align: middle; }
    .icon-cart-sidebar-wrapper .icon-cart-sidebar:before {
      content: "\ea07";
      display: block;
      font-size: 14px;
      font-family: "deo-custom-icons"; }
    .icon-cart-sidebar-wrapper .icon-cart-sidebar i {
      display: none; }
  .icon-cart-sidebar-wrapper .icon-cart-total {
    padding: 0px 8px;
    color: #1bbc9b;
    font-size: 14px;
    min-width: 30px;
    min-height: 30px;
    line-height: 26px;
    text-align: center;
    background: #FFFFFF;
    border-style: solid;
    border-color: #1bbc9b;
    display: inline-block;
    vertical-align: middle;
    border-width: 2px 2px 2px 0px; }
    .rtl .icon-cart-sidebar-wrapper .icon-cart-total {
      border-width: 2px 0px 2px 2px; }

.deo-icon-cart-loading {
  display: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .deo-icon-cart-loading:before {
    opacity: 0;
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #1bbc9b;
    border-radius: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: inset 0 0 10px #1bbc9b;
    -webkit-box-shadow: inset 0 0 10px #1bbc9b;
    -o-box-shadow: inset 0 0 10px #1bbc9b;
    -ms-box-shadow: inset 0 0 10px #1bbc9b;
    box-shadow: inset 0 0 10px #1bbc9b; }
  .deo-icon-cart-loading:after {
    content: "\0020";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 42px;
    border: 1px solid #1bbc9b;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: inset 0 0 10px #1bbc9b;
    -webkit-box-shadow: inset 0 0 10px #1bbc9b;
    -o-box-shadow: inset 0 0 10px #1bbc9b;
    -ms-box-shadow: inset 0 0 10px #1bbc9b;
    box-shadow: inset 0 0 10px #1bbc9b;
    -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
    -moz-animation: cssload-gogoloader 2.3s infinite 1.15s;
    animation: cssload-gogoloader 2.3s infinite 1.15s; }
  .deo-icon-cart-loading:before {
    z-index: 2;
    -webkit-animation: cssload-gogoloader 2.3s infinite;
    -moz-animation: cssload-gogoloader 2.3s infinite;
    animation: cssload-gogoloader 2.3s infinite; }

/***************CSS FOR LOADING FLY CART END **********************/
/***************CSS FOR FLY CART SLIDE BAR BEGIN **********************/
body.active-sidebar-cart {
  overflow: hidden; }
  body.active-sidebar-cart .deo-cart-mask {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
body .deo-cart-mask {
  z-index: 9998;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.deo-sidebar-cart {
  z-index: 9999;
  position: fixed;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  .deo-sidebar-cart.loading .deo-icon-cart-loading {
    display: block; }
  .deo-sidebar-cart .deo-content-cart {
    position: relative; }
  .deo-sidebar-cart .cart-sidebar-header {
    z-index: 99;
    display: none;
    background: #FFFFFF;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0); }
  .deo-sidebar-cart .icon-cart-sidebar {
    z-index: 99;
    position: relative; }
    .deo-sidebar-cart .icon-cart-sidebar:before {
      content: '\ea11';
      font-size: 10px; }
  @media (max-width: 575px) {
    .deo-sidebar-cart .icon-cart-sidebar-wrapper {
      display: none; } }
  .deo-sidebar-cart .cart-sidebar-heading {
    color: #FFFFFF;
    padding: 10px 10px;
    background: #1bbc9b;
    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;
    -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; }
    .deo-sidebar-cart .cart-sidebar-heading .title {
      color: #FFFFFF;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 0px;
      text-transform: uppercase; }
    .deo-sidebar-cart .cart-sidebar-heading .alias {
      font-size: 10px;
      text-transform: none;
      font-weight: 300;
      font-family: "Avenir Next", sans-serif;
      margin-left: 3px; }
      .rtl .deo-sidebar-cart .cart-sidebar-heading .alias {
        margin-right: 3px;
        margin-left: inherit; }
    .deo-sidebar-cart .cart-sidebar-heading .close-sidebar-cart {
      color: inherit;
      display: inline-block; }
      .deo-sidebar-cart .cart-sidebar-heading .close-sidebar-cart:before {
        content: '\ea11';
        display: block;
        font-size: 12px;
        font-family: "deo-custom-icons"; }
  .deo-sidebar-cart.active-scroll .cart-total-wrapper {
    width: 100%;
    background: #FFFFFF;
    position: absolute; }
  .deo-sidebar-cart.slidebar_top .deo-content-cart, .deo-sidebar-cart.slidebar_bottom .deo-content-cart, .deo-sidebar-cart.slidebar_left .deo-content-cart, .deo-sidebar-cart.slidebar_right .deo-content-cart {
    border: none; }
  .deo-sidebar-cart.slidebar_left, .deo-sidebar-cart.slidebar_right {
    top: 0px;
    height: 100%;
    max-width: 100%; }
    @media (min-width: 576px) {
      .deo-sidebar-cart.slidebar_left, .deo-sidebar-cart.slidebar_right {
        max-width: 360px; } }
  .deo-sidebar-cart.slidebar_left {
    left: 0px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%); }
    .deo-sidebar-cart.slidebar_left .cart-sidebar-header {
      top: 50%;
      left: 50%;
      border: 1px solid #1bbc9b;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .deo-sidebar-cart.slidebar_left.active .cart-sidebar-header {
      left: 100%; }
    .deo-sidebar-cart.slidebar_left .icon-cart-sidebar-wrapper {
      white-space: normal; }
      .deo-sidebar-cart.slidebar_left .icon-cart-sidebar-wrapper .icon-cart-total {
        border-width: 2px 2px 2px 2px; }
        .rtl .deo-sidebar-cart.slidebar_left .icon-cart-sidebar-wrapper .icon-cart-total {
          border-width: 2px 2px 2px 2px; }
  .deo-sidebar-cart.slidebar_right {
    right: 0px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
    .deo-sidebar-cart.slidebar_right .cart-sidebar-header {
      top: 50%;
      right: 50%;
      border: 1px solid #1bbc9b;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
    .deo-sidebar-cart.slidebar_right.active .cart-sidebar-header {
      right: 100%; }
    .deo-sidebar-cart.slidebar_right .icon-cart-sidebar-wrapper {
      white-space: normal; }
      .deo-sidebar-cart.slidebar_right .icon-cart-sidebar-wrapper .icon-cart-total {
        border-width: 2px 2px 2px 2px; }
        .rtl .deo-sidebar-cart.slidebar_right .icon-cart-sidebar-wrapper .icon-cart-total {
          border-width: 2px 2px 2px 2px; }
  .deo-sidebar-cart.slidebar_top, .deo-sidebar-cart.slidebar_bottom {
    right: 0px;
    left: 0px;
    width: 100%; }
    .deo-sidebar-cart.slidebar_top .cart-item, .deo-sidebar-cart.slidebar_bottom .cart-item {
      width: 300px;
      border-bottom: none;
      display: inline-block;
      vertical-align: bottom; }
      .deo-sidebar-cart.slidebar_top .cart-item:before, .deo-sidebar-cart.slidebar_bottom .cart-item:before {
        top: 10px;
        bottom: 10px;
        border-top: none;
        border-right: 1px dotted #eaeaea;
        right: -1px;
        left: auto; }
        .rtl .deo-sidebar-cart.slidebar_top .cart-item:before, .rtl .deo-sidebar-cart.slidebar_bottom .cart-item:before {
          right: auto;
          left: -1px; }
    .deo-sidebar-cart.slidebar_top .deo-content-cart, .deo-sidebar-cart.slidebar_bottom .deo-content-cart {
      width: auto; }
      .deo-sidebar-cart.slidebar_top .deo-content-cart::after, .deo-sidebar-cart.slidebar_bottom .deo-content-cart::after {
        content: "";
        display: table;
        clear: both; }
    @media (min-width: 768px) {
      .deo-sidebar-cart.slidebar_top .cart-total-wrapper, .deo-sidebar-cart.slidebar_bottom .cart-total-wrapper {
        min-width: 400px;
        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;
        float: right;
        border-left: 1px solid #eaeaea; }
        .rtl .deo-sidebar-cart.slidebar_top .cart-total-wrapper, .rtl .deo-sidebar-cart.slidebar_bottom .cart-total-wrapper {
          float: left; }
        .rtl .deo-sidebar-cart.slidebar_top .cart-total-wrapper, .rtl .deo-sidebar-cart.slidebar_bottom .cart-total-wrapper {
          border-right: 1px solid #eaeaea;
          border-left: inherit; } }
    @media (max-width: 767px) {
      .deo-sidebar-cart.slidebar_top .cart-total-wrapper, .deo-sidebar-cart.slidebar_bottom .cart-total-wrapper {
        position: static;
        border-top: 1px solid #eaeaea; } }
    @media (min-width: 768px) {
      .deo-sidebar-cart.slidebar_top .list-cart-item-warpper, .deo-sidebar-cart.slidebar_bottom .list-cart-item-warpper {
        float: left; }
        .rtl .deo-sidebar-cart.slidebar_top .list-cart-item-warpper, .rtl .deo-sidebar-cart.slidebar_bottom .list-cart-item-warpper {
          float: right; } }
    @media (max-width: 767px) {
      .deo-sidebar-cart.slidebar_top .list-cart-item-warpper, .deo-sidebar-cart.slidebar_bottom .list-cart-item-warpper {
        width: 100% !important; } }
    .deo-sidebar-cart.slidebar_top .list-cart-item-warpper.active-scrollbar, .deo-sidebar-cart.slidebar_bottom .list-cart-item-warpper.active-scrollbar {
      overflow-x: auto; }
      .deo-sidebar-cart.slidebar_top .list-cart-item-warpper.active-scrollbar .list-items, .deo-sidebar-cart.slidebar_bottom .list-cart-item-warpper.active-scrollbar .list-items {
        padding-bottom: 10px; }
    .deo-sidebar-cart.slidebar_top .cart-subtotals, .deo-sidebar-cart.slidebar_bottom .cart-subtotals {
      border-top: none; }
    .deo-sidebar-cart.slidebar_top .total, .deo-sidebar-cart.slidebar_bottom .total {
      border-bottom: none; }
    .deo-sidebar-cart.slidebar_top.active-scroll .cart-total-wrapper, .deo-sidebar-cart.slidebar_bottom.active-scroll .cart-total-wrapper {
      width: auto;
      top: 0;
      bottom: 0;
      right: 0; }
      .rtl .deo-sidebar-cart.slidebar_top.active-scroll .cart-total-wrapper, .rtl .deo-sidebar-cart.slidebar_bottom.active-scroll .cart-total-wrapper {
        left: 0;
        right: auto; }
    .deo-sidebar-cart.slidebar_top .cart-total, .deo-sidebar-cart.slidebar_bottom .cart-total {
      border-top: none; }
      @media (min-width: 768px) {
        .deo-sidebar-cart.slidebar_top .cart-total, .deo-sidebar-cart.slidebar_bottom .cart-total {
          width: 65%;
          float: left; }
          .rtl .deo-sidebar-cart.slidebar_top .cart-total, .rtl .deo-sidebar-cart.slidebar_bottom .cart-total {
            float: right; } }
    @media (min-width: 768px) {
      .deo-sidebar-cart.slidebar_top .cart-buttons, .deo-sidebar-cart.slidebar_bottom .cart-buttons {
        width: 35%;
        float: left; }
        .rtl .deo-sidebar-cart.slidebar_top .cart-buttons, .rtl .deo-sidebar-cart.slidebar_bottom .cart-buttons {
          float: right; } }
    .deo-sidebar-cart.slidebar_top .list-items, .deo-sidebar-cart.slidebar_bottom .list-items {
      white-space: nowrap;
      list-style: none;
      padding: 0;
      margin: 0;
      font-size: 0px; }
      .deo-sidebar-cart.slidebar_top .list-items::after, .deo-sidebar-cart.slidebar_bottom .list-items::after {
        content: "";
        display: table;
        clear: both; }
  .deo-sidebar-cart.slidebar_top {
    top: 0px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%); }
    .deo-sidebar-cart.slidebar_top .cart-sidebar-header {
      top: 50%;
      left: 50%;
      border: 1px solid #1bbc9b;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .deo-sidebar-cart.slidebar_top.active .cart-sidebar-header {
      top: 100%; }
  .deo-sidebar-cart.slidebar_bottom {
    bottom: 0px;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); }
    .deo-sidebar-cart.slidebar_bottom .cart-sidebar-header {
      bottom: 50%;
      left: 50%;
      border: 1px solid #1bbc9b;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    .deo-sidebar-cart.slidebar_bottom.active .cart-sidebar-header {
      bottom: 100%; }
  .deo-sidebar-cart.active .cart-sidebar-header {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }
  .deo-sidebar-cart.active.slidebar_left, .deo-sidebar-cart.active.slidebar_right {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }
  .deo-sidebar-cart.active.slidebar_top, .deo-sidebar-cart.active.slidebar_bottom {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.list-cart-item-warpper .mCSB_scrollTools.mCSB_scrollTools_vertical {
  width: 5px; }
.list-cart-item-warpper .mCSB_inside > .mCSB_container {
  margin-right: 0px; }
  .rtl .list-cart-item-warpper .mCSB_inside > .mCSB_container {
    margin-left: 0px;
    margin-right: inherit; }
.list-cart-item-warpper .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 0px; }
.list-cart-item-warpper .mCSB_scrollTools.mCSB_scrollTools_horizontal.mCSB_scrollTools_horizontal {
  height: 9px; }
.rtl .list-cart-item-warpper .mCustomScrollBox {
  direction: ltr !important; }

/*************** CSS FOR FLY CART SLIDE BAR END **********************/

/*# sourceMappingURL=ajax-cart.css.map */
