/**
***
****
*****
******
*******
********
*********
CSS For Floating Menu Starts
*********
********
*******
******
*****
****
***
**/



html {
  font-family: Helvetica, Arial, sans-serif;
}

.majc-cart-popup ul {
  margin: 0 !important;
}

.majc-cart-popup li {
  list-style: none;
}

.majc-toggle-close-btn:focus, .majc-toggle-open-btn:focus {
    outline: none;
}

/*kishan css*/
.majc-main-wrapper {
  position: fixed;
  height: 100vh;
  z-index: 999999;
}
.majc-main-wrapper .majc-main-inner-wrapper {
  position: fixed;
}

.majc-left-top .majc-main-inner-wrapper,
.majc-left-middle .majc-main-inner-wrapper,
.majc-left-bottom .majc-main-inner-wrapper {
  left: 10px;
}
.majc-right-top .majc-main-inner-wrapper,
.majc-right-middle .majc-main-inner-wrapper,
.majc-right-bottom .majc-main-inner-wrapper {
  right: 10px;
}

.majc-left-top .majc-main-inner-wrapper,
.majc-right-top .majc-main-inner-wrapper {
  top: 10px;
}
.majc-left-middle .majc-main-inner-wrapper .majc-toggle-button,
.majc-right-middle .majc-main-inner-wrapper .majc-toggle-button {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  position: fixed;
}
.majc-left-bottom .majc-main-inner-wrapper .majc-toggle-button,
.majc-right-bottom .majc-main-inner-wrapper .majc-toggle-button {
  bottom: 40px;
  position: fixed;
  
}
.majc-right-bottom .majc-main-inner-wrapper .majc-toggle-button {
  right: 10px;
}
.majc-right-middle .majc-main-inner-wrapper .majc-toggle-button {
  right: 10px;
}

/*button css*/

.majc-toggle-button .majc-cartbasket-toggle-btn {
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  background: #9676f8;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  color: #fff;
  font-size: 32px;
  display: flex;
  cursor: pointer;
}
.majc-toggle-button .majc-cartbasket-toggle-btn .majc-cartbasket-icon {
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  position: absolute;
}

.majc-toggle-button:not(.majc-toggle-btn-open) .majc-cartbasket-open-icon,
.majc-toggle-button.majc-toggle-btn-open .majc-cartbasket-close-icon {
  opacity: 1;
  visibility: visible;
}
.majc-toggle-button:not(.majc-toggle-btn-open) .majc-cartbasket-close-icon,
.majc-toggle-button.majc-toggle-btn-open .majc-cartbasket-open-icon {
  opacity: 0;
  visibility: hidden;
}

.majc-toggle-button .majc-cartbasket-open-icon, 
.majc-toggle-button .majc-cartbasket-close-icon {
  width: 40px;
}

.majc-toggle-button.majc-round .majc-cartbasket-toggle-btn,
.majc-toggle-button.majc-round .majc-item-count-wrap {
  border-radius: 100%;
  -webkit-border-radius: 100%;
}

.majc-toggle-button.majc-rounded_square .majc-cartbasket-toggle-btn,
.majc-toggle-button.majc-rounded_square .majc-item-count-wrap {
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
.majc-toggle-button.majc-rounded_square .majc-item-count-wrap,
.majc-toggle-button.majc-square .majc-item-count-wrap {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  bottom: -10px;
  right: -10px;
}
.majc-toggle-button.majc-square .majc-item-count-wrap {
  border-radius: 0;
  -webkit-border-radius: 0;
}

.majc-right-top .majc-cartbasket-toggle-btn .majc-item-count-wrap,
.majc-right-middle .majc-cartbasket-toggle-btn .majc-item-count-wrap,
.majc-right-bottom .majc-cartbasket-toggle-btn .majc-item-count-wrap {
  right: auto;
  left: 0;
}
.majc-right-top .majc-square .majc-cartbasket-toggle-btn .majc-item-count-wrap,
.majc-right-top .majc-round_square .majc-cartbasket-toggle-btn .majc-item-count-wrap,
.majc-right-middle .majc-square .majc-cartbasket-toggle-btn .majc-item-count-wrap,
.majc-right-middle .majc-round_square .majc-cartbasket-toggle-btn .majc-item-count-wrap,
.majc-right-bottom .majc-square .majc-cartbasket-toggle-btn .majc-item-count-wrap,
.majc-right-bottom .majc-round_square .majc-cartbasket-toggle-btn .majc-item-count-wrap {
  right: auto;
  left: -10px;
}



/*mini button css*/
.majc-item-count-wrap {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #4b3392;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  display: flex;
  bottom: 0;
  font-weight: 600;
}
.majc-left-top .majc-item-count-wrap,
.majc-left-middle .majc-item-count-wrap,
.majc-left-bottom .majc-item-count-wrap {
  right: 0;
}
.majc-left-top .majc-cartbasket-toggle-btn,
.majc-left-middle .majc-cartbasket-toggle-btn,
.majc-left-bottom .majc-cartbasket-toggle-btn,
.majc-left-top .majc-item-count-wrap,
.majc-left-middle .majc-item-count-wrap,
.majc-left-bottom .majc-item-count-wrap {
  box-shadow: 1px 2px 3px #756868;
  -webkit-box-shadow: 1px 2px 3px #756868;
}



/*cart popup css*/
.majc-layout-slidein .majc-cart-popup {
  position: fixed;
  top: 0;
  background: #fff;
  height: 100%;
  width: 400px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  box-shadow: 0px 0px 11px #adadad;
  -webkit-box-shadow: 0px 0px 11px #adadad;
}

.majc-layout-slidein .majc-cart-popup:not(.animate__animated) {
  opacity: 0;
  visibility: hidden;
}
.majc-layout-slidein .majc-cart-popup.active:not(.animate__animated) {
  opacity: 1;
  visibility: visible;
}

.majc-layout-slidein.majc-position-left .majc-cart-popup:not(.animate__animated) {
  left: -100%;
}
.majc-layout-slidein.majc-position-left .majc-cart-popup.active:not(.animate__animated) {
  left: 0;
}
.majc-layout-slidein.majc-position-right .majc-cart-popup:not(.animate__animated) {
  right: -100%;
}
.majc-layout-slidein.majc-position-right .majc-cart-popup.active:not(.animate__animated) {
  right: 0;
}
.majc-layout-slidein .majc-cart-popup .majc-cart-popup-inner,
.majc-layout-popup .majc-cart-popup .majc-cart-popup-inner {
  height: 100%;
}
.majc-layout-slidein .majc-cart-popup.majc-cartpop-animation-enabled {
  opacity: 0;
  visibility: hidden;
}
.majc-layout-slidein.majc-position-left .majc-cart-popup.majc-cartpop-animation-enabled {
   left: 0; 
}
.majc-layout-slidein.majc-position-right .majc-cart-popup.majc-cartpop-animation-enabled {
  right: 0; 
}
.majc-layout-slidein .majc-cart-popup.majc-cartpop-animation-enabled.majc-cart-anim-show {
  opacity: 1;
  visibility: visible;
}
.majc-layout-slidein .majc-cart-popup.majc-cartpop-animation-enabled.majc-cart-anim-hide {
  opacity: 1;
  visibility: visible;
}


.majc-layout-floating .majc-cart-popup {
  position: fixed;
  top: 0;
  background: #cde4f2; /* Old browsers */
  background: -moz-linear-gradient(top,  #cde4f2 0%, #7288b9 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #cde4f2 0%,#7288b9 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #cde4f2 0%,#7288b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cde4f2', endColorstr='#7288b9',GradientType=0 ); /* IE6-9 */
  height: 600px;
  width: 400px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.majc-layout-floating .majc-cart-popup .majc-cart-popup-inner {
  min-height: 600px;
  height: 100%;
}


.majc-layout-slidein.majc-position-left .majc-cart-popup.majc-cartpop-animation-enabled {
   left: 0; 
}
.majc-layout-slidein.majc-position-right .majc-cart-popup.majc-cartpop-animation-enabled {
  right: 0; 
}



/*float popup cart css alignment*/
.majc-layout-floating.majc-position-left .majc-cart-popup {
  left: 120px;
}
.majc-layout-floating.majc-position-left.majc-left-top .majc-cart-popup,
.majc-layout-floating.majc-position-right.majc-right-top .majc-cart-popup {
  top: 10px;
}
.majc-layout-floating.majc-position-left.majc-left-middle .majc-cart-popup,
.majc-layout-floating.majc-position-right.majc-right-middle .majc-cart-popup {
  top: 50%;
  margin-top: -250px;
}
.majc-layout-floating.majc-position-left.majc-left-bottom .majc-cart-popup,
.majc-layout-floating.majc-position-right.majc-right-bottom .majc-cart-popup {
  bottom: 30px;
  top: auto;
}
.majc-layout-floating.majc-position-left.majc-left-middle .majc-cart-popup.majc-cartpop-animation-enabled {
  top: 50%;
  margin-top: -250px;
}

.majc-layout-floating.majc-position-right .majc-cart-popup {
  right: 120px;
}


/*cart css alignment*/ 
.majc-layout-popup .majc-cart-popup {
  position: fixed;
  max-width: 700px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 500px;
  overflow: hidden;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 12px;
  box-shadow: 0px 0px 16px #ccc;
  transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}

.majc-layout-popup .majc-cart-popup.majc-cartpop-animation-enabled {
  top: 50%;
  margin-top: -250px;
}

.majc-layout-floating .majc-cart-popup:not(.animate__animated),
.majc-layout-popup .majc-cart-popup:not(.animate__animated) {
  opacity: 0;
  visibility: hidden;
}
.majc-layout-floating .majc-cart-popup.active:not(.animate__animated),
.majc-layout-popup .majc-cart-popup.active:not(.animate__animated) {
  opacity: 1;
  visibility: visible;
}
.majc-layout-slidein .majc-cart-popup.majc-cartpop-animation-enabled,
.majc-layout-floating .majc-cart-popup.majc-cartpop-animation-enabled,
.majc-layout-popup .majc-cart-popup.majc-cartpop-animation-enabled {
  opacity: 0;
  visibility: hidden;
}
.majc-layout-slidein .majc-cart-popup.majc-cartpop-animation-enabled.majc-cart-anim-show,
.majc-layout-floating .majc-cart-popup.majc-cartpop-animation-enabled.majc-cart-anim-show,
.majc-layout-popup .majc-cart-popup.majc-cartpop-animation-enabled.majc-cart-anim-show {
  opacity: 1;
  visibility: visible;
}
.majc-layout-slidein .majc-cart-popup.majc-cartpop-animation-enabled.majc-cart-anim-hide,
.majc-layout-floating .majc-cart-popup.majc-cartpop-animation-enabled.majc-cart-anim-hide,
.majc-layout-popup .majc-cart-popup.majc-cartpop-animation-enabled.majc-cart-anim-hide {
  opacity: 1;
  visibility: visible;
}
.majc-body {
  height: calc(100% - 100px);
  height: -webkit-calc(100% - 100px);
}
.majc-body .mCSB_scrollTools .mCSB_draggerRail {
  display: none;
}
.majc-body .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #333 !important;
}
.majc-body .mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

/*inner cart css*/
.majc-header {
  padding: 15px 15px 10px;
  position: relative;
}
.majc-header .majc-header-icon-wrap {
  position: absolute;
  top: 11px;
}
.majc-header .majc-header-icon-wrap span {
  opacity: 0.3;
  font-size: 30px;
}
.majc-header h2 {
  font-size: 24px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.majc-header span {
  font-size: 14px;
  margin-right: 2px;
}
.majc-header .majc-cart-close {
  position: absolute;
  font-size: 40px;
  z-index: 999;
  right: 10px;
  top: 10px;
  transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  cursor: pointer; 
}
.majc-header .majc-cart-close:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
}


.majc-body {
  padding: 5px 0 15px 15px;
}
.majc-cart-items-inner .majc-item-remove {
  position: absolute;
  top: 0;
  right: 10px;
}
.majc-cart-items-inner .majc-item-remove a {
  color: #0d3566;
  outline: 0;
}
.majc-cart-items-inner {
  position: relative;
}
.majc-cart-items-inner .majc-item-desc {
  color: #0d3566;
}
.majc-cartitem-list .majc-cart-items-inner {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.majc-cartitem-list .majc-cart-items-inner .majc-item-img {
  flex-basis: 33%;
}
.majc-cartitem-list .majc-cart-items-inner .majc-item-desc {
  flex-basis: 67%;
  padding-left: 10px;
}
.majc-item-img img {
  width: 100%;
}

.majc-item-qty .majc-qty-minus,
.majc-item-qty .majc-qty-plus,
.majc-item-qty .majc-qty {
  display: inline-block !important;
  width: 33% !important;
  margin-right: -2px;
  background: transparent;
  border: 1px solid #f1f1f1;
  padding: 0;
  text-align: center;
  box-shadow: none;
  height: 35px;
  vertical-align: middle;
  line-height: 31px;
  width: 40px !important;
  height: 40px !important;
}
.majc-item-qty .majc-qty-minus,
.majc-item-qty .majc-qty-plus {
  font-size: 20px;
  cursor: pointer;
  background: #f1f1f1;
}

.majc-item-qty .majc-qty::-webkit-outer-spin-button,
.majc-item-qty .majc-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  color: #0d3566;
}
.majc-item-qty .majc-qty[type=number] {
  -moz-appearance: textfield;
  color: #0d3566;
}
.majc-cart-items-inner .majc-item-desc .majc-item-name {
  font-size: 15px;
  margin-bottom: 10px;
}
.majc-cart-items-inner .majc-item-desc .majc-item-price {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
}


/*grid css*/

.majc-cartitem-grid .majc-mini-cart {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.majc-layout-popup.majc-cartitem-grid .majc-mini-cart {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.majc-cartitem-grid .majc-mini-cart .majc-cart-items {
  text-align: center;
}
.majc-cartitem-grid .majc-mini-cart .majc-item-img {
  margin-bottom: 10px;
}
.majc-cartitem-grid .majc-cart-items-inner {
  position: relative;
  padding: 7px;
  border: 1px solid #f1f1f1;
}
.majc-cartitem-grid .majc-cart-items-inner .majc-item-remove a {
  background: #ff9923;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 19px;
  color: #fff;
  font-size: 12px;
  display: block;
}
.majc-cartitem-grid .majc-cart-items-inner .majc-item-remove {
  position: absolute;
  top: 8px;
  right: 7px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
}
.majc-cartitem-grid .majc-cart-items-inner:hover .majc-item-remove {
  opacity: 1;
  visibility: visible;
}

.majc-buy-summary .majc-cart-total-wrap,
.majc-buy-summary .majc-cart-discount-wrap,
.majc-buy-summary .majc-cart-subtotal-wrap {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px 10px 0;
}
.majc-buy-summary label {
  font-weight: 600;
}
.majc-buy-summary label,
.majc-buy-summary .majc-cart-total-amount,
.majc-buy-summary .majc-cart-discount-amount,
.majc-buy-summary .majc-subtotal-amount {
  flex-basis: 50%;
}
.majc-buy-summary .majc-cart-total-amount,
.majc-buy-summary .majc-cart-discount-amount,
.majc-buy-summary .majc-subtotal-amount {
  text-align: right;
  font-size: 14px;
}
.majc-buy-summary > div {
  margin-bottom: 10px;
  border-bottom: 1px dashed #b9b9b9;
}

.majc-coupon {
  margin-bottom: 30px;
}
.majc-coupon .majc-coupon-field {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.majc-coupon .majc-coupon-field input {
  width: 100%;
  background: transparent;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  -webkit-appearance: none;
  outline: 0;
}
.majc-coupon .majc-coupon-field input:focus {
  background: transparent;  
}
.majc-coupon .majc-coupon-field .majc-coupon-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  outline: 0;
}
.majc-coupons-lists-wrap {
  margin-top: 30px;
}
.majc-coupons-lists-wrap h2 {
  margin-bottom: 0;
  font-size: 15px;
  color: #ff0000;
  padding: 8px;
  text-align: center;
  margin-top: 13px;
  display: block;
  padding: 13px;
  margin: 0 auto;
  max-width: 250px;
  cursor: pointer;
  border: 1px solid #ff0000;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.majc-coupons-lists-wrap h2:hover {
  background: #ff0000;
  color: #fff;
}

.majc-coupons-lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 25px;
}

.majc-coupons-lists .majc-each-coupon-list {
  text-align: center;
  background: #fcae19;
  color: #000;
  padding: 20px 15px 15px;
  border-radius: 3px;
  border: 2px dashed #333;
  position: relative;
}
.majc-coupons-lists .majc-each-coupon-list .majc-coupon-description {
  font-weight: 600;
  text-transform: capitalize;
}
.majc-coupons-lists .majc-each-coupon-list .majc-coupon-code {
  font-size: 18px;
  line-height: 1;
}
.majc-coupons-lists .majc-each-coupon-list .majc-coupon-discount-amt {
  position: absolute;
  font-size: 12px;
  background: red;
  top: -12px;
  padding: 3px 5px;
  left: 10px;
  color: #fff;
  border-radius: 0 0 7px 7px;
}
.majc-coupons-lists .majc-each-coupon-list .majc-coupon-discount-amt:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 0 10px;
  border-color: transparent transparent transparent #5d0c0c;
  right: -10px;
  top: 0;
}
.majc-cart-action-btn-wrap h4,
.majc-suggested-items-wrap h2 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 20px 0;
}

.majc-cart-action-btn-wrap .majc-button {
  color: #737373;
  border: 1px solid #737373;
  text-transform: capitalize;
  font-size: 15px;
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 10px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  width: 49%;
  display: inline-block;
  vertical-align: middle;
}
.majc-cart-action-btn-wrap .majc-button.majc-view-cart-btn {
  margin-right: 1%;
}
.majc-cart-action-btn-wrap .majc-button.majc-continue-shoping-btn {
  width: 100%;
}
.majc-cart-action-btn-wrap .majc-button.majc-continue-shoping-btn,
.majc-cart-action-btn-wrap .majc-button:hover {
  background: #333;
  color: #fff;
}
.majc-cart-action-btn-wrap .majc-button.majc-continue-shoping-btn:hover {
  color: #737373;
  background: transparent;
}


.majc-slider-item-wrap {
  text-align: center;
  position: relative;
}
.majc-slider-item-wrap .majc-slider-item-image {
  margin-bottom: 10px;
}
.majc-slider-item {
  margin-right: 10px;
}

.majc-slider-item-title a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.majc-slider-item-price {
  color: #296305;
  font-size: 13px;
}
.majc-slider-item-atc a {
  display: inline-block;
  font-size: 14px;
  border-top: 1px solid #000;
  margin-top: 9px;
  color: #333;
  padding: 0 10px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  padding-top: 5px;
}
.majc-slider-item-atc a:hover {
  padding: 0;
}


.majc-cart-popup ul.majc-applied-cpns {
  margin-top: 15px !important;
} 
.majc-applied-cpns li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}
.majc-applied-cpns li .majc-remove-cpn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
}
.majc-applied-cpns li .majc-remove-cpn:hover {
  color: red; 
}
.majc-coupon .majc-cpn-resp {
  padding: 5px 10px;
  background-color: #177b4c;
}
.majc-each-coupon-list .majc-coupon-description {
  font-weight: 600;
  text-transform: capitalize;
}

/*overlay css*/
.majc-overlay-enabled:before {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
  transition: all ease 0.8s;
  -webkit-transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.majc-overlay-enabled.majc-cartbasket-open:before {
  opacity: 1;
  visibility: visible;
}

/* Glass Effect Toggle Button */
.majc-main-wrapper.majc-enable-glasseffect .majc-cartbasket-toggle-btn,
.majc-main-wrapper.majc-enable-glasseffect .majc-main-inner-wrapper .majc-cart-popup,
.majc-main-wrapper.majc-enable-glasseffect .majc-cartbasket-toggle-btn .majc-item-count-wrap {  
  background: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0px 4px 20px 4px rgb(0 0 0 / 10%);
  border: 2px solid transparent;
  background-clip: padding-box; 
}

/*Fixes*/
.majc-right-top .majc-cartbasket-toggle-btn .majc-item-count-wrap, 
.majc-right-middle .majc-cartbasket-toggle-btn .majc-item-count-wrap, 
.majc-right-bottom .majc-cartbasket-toggle-btn .majc-item-count-wrap {
    right: auto;
    left: -10px;    
}

.majc-cart-action-btn-wrap .majc-button.majc-view-cart-btn {
    margin-right: 0.5%;
}

.majc-main-wrapper.majc-enable-glasseffect .majc-toggle-button .majc-cartbasket-toggle-btn .majc-cartbasket-icon,
.majc-main-wrapper.majc-enable-glasseffect .majc-item-count-wrap span.majc-cart-item-count {
  color: #333;
}

.majc-layout-slidein .majc-cart-popup {
   position: fixed;
   top: 0;
   background: #fff;
   height: 100%;
   max-width: 420px;
   transition: all ease 0.3s;
   -webkit-transition: all ease 0.3s;
   box-shadow: 0px 0px 11px #adadad;
   -webkit-box-shadow: 0px 0px 11px #adadad;
   width: 100%;
}

.majc-layout-floating .majc-cart-popup {
  background : #fff;
  width: 100%px;
  max-width: 400px;
}

.majc-header .majc-header-icon-wrap {
   width: 35px;
   text-align: center;
}

@media (max-width: 767px) {
  .majc-layout-floating.majc-position-left .majc-cart-popup {
     left: 10px;  
  }
  .majc-layout-floating.majc-position-right .majc-cart-popup {
     right: 10px;   
  }
}

.majc-main-wrapper .owl-carousel{
    overflow: hidden;
}

.majc-main-wrapper .owl-carousel .owl-nav button.owl-next, 
.majc-main-wrapper .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 40px;
    background: #000000;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    opacity: 1 !important;
    box-shadow: none;
    outline: 0;
    font-size: 16px;
    transition: all 0.3s ease;
}

.majc-main-wrapper .owl-carousel .owl-nav button.owl-prev{
    left: -100px;
}

.majc-main-wrapper .owl-carousel .owl-nav button.owl-next{
    right: -100px;
}

.majc-main-wrapper .owl-carousel:hover .owl-nav button.owl-prev{
    left: 10px;
}

.majc-main-wrapper .owl-carousel:hover .owl-nav button.owl-next{
    right: 10px;
}

.majc-main-wrapper .owl-carousel .owl-dots{
    margin-top: 40px;
    text-align: center;
}

.majc-main-wrapper .owl-carousel button.owl-dot{
    height: 10px;
    width: 10px;
    background: #000;
    border-radius: 0;
    margin: 0 5px;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}

.majc-main-wrapper .owl-carousel button.owl-dot.active{
  transform: scale(1.2);
  border: 1px solid #000 !important;
  background: #fff !important;
  box-shadow: 0 0 0 10px #f3f5f6 inset;
    box-sizing: border-box;
}

.majc-cart-items-inner .majc-item-desc .majc-item-name {
  font-size: 15px;
  margin-bottom: 10px;
  padding-right: 30px;
}