.custom-tooltip-container {
  position: relative !important;
}

.custom-tooltip-container .custom-tooltip-content-container {
  position: absolute;
  right: -10px;
  top: 35px !important;
  margin-top: 0px;
  display: block;
  background: #fff;
  color: #2e3131;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 2px 5px 2px rgb(0 0 0 / 10%) !important;
  -webkit-box-shadow: 0 2px 5px 2px rgb(0 0 0 / 10%) !important;
  box-shadow: 0 2px 5px 2px rgb(0 0 0 / 10%) !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.custom-tooltip-container.open .custom-tooltip-content-container {
  opacity: 1;
  visibility: visible;
  margin-top: -3px;
}

.custom-tooltip-container .custom-tooltip-content {
  padding: 0;
  font-size: 15px;
}

/* basic scrollbar styling */
.mod-cart .spinner {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff url(../ajax-loader.gif) center center no-repeat;
  display: none;
}

#vmecart_list.empty .all, #vmecart_list.empty .vme_cart_products {
  display: none !important;
}

.header-top .mod-right #vmeCartModule .miniart {
  position: relative;
  padding-right: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: visible;
}

.header-top .mod-right #vmeCartModule .miniart:after {
  content: "\f0d7";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: -9px;
  top: 4px;
  margin-top: 0px;
  color: #f7f9f9;
  display: none;
}

#vmeCartModule .art-text {
  width: 30px;
  line-height: 0;
}

.box-relative #vmeCartModule span.art-text svg {
  fill: #4670dc;
}

.header-top .mod-right #vmeCartModule .miniart .art-text {
  display: inline-block;
  margin-left: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 0px;
}

.header-top .mod-right #wishlist_total span, .header-top .mod-right #compare_total span {
  left: 5px;
  top: -13px;
}

.header-top .mod-right #vmCartModule .miniart .cart_num .total_items, .header-top .mod-right #vmeCartModule .miniart .cart_num .total_items {
  left: 15px;
  top: -13px;
  z-index: 1;
}

.header-top .mod-right #wishlist_total span, .header-top .mod-right #compare_total span,.header-top .mod-right #vmeCartModule .miniart .cart_num .total_items {
  line-height: 22px;
  text-align: center;
  padding: 0 0;
  width: 24px;
  height: 24px;
  font-size: 16px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #efefef;
  color: #1a1a1a;
  position: absolute;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.header-top .mod-right #vmeCartModule .miniart .total_2 {
  display: none;
}

.header-top .mod-right #vmeCartModule .miniart:hover {
  color: #4670dc;
}

.header-top .mod-right #vmeCartModule #vmecart_list .container {
  width: 100%;
}

.header-top .mod-right #vmeCartModule #vmecart_list #cart_post {
  display: none;
}

.header-top .mod-right #vmeCartModule #vmecart_list #vme_cart_products {
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

.header-top .mod-right #vmeCartModule #vmecart_list #vme_cart_products .container .marg-bot {
  display: flex;
  gap: 8px;
}

#vmecart_list .product-image {
  border: 1px solid #f5f3f4;
}

.header-top .mod-right #vmeCartModule #vmecart_list #vme_cart_products .container .marg-bot .image img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.header-top .mod-right #vmeCartModule #vmecart_list #vme_cart_products .container .marg-bot .fleft .product_name a {
  font-size: 14px;
  line-height: 16px;
  text-transform: none;
  color: #34495e;
  display: inline-block;
}

.header-top .mod-right #vmeCartModule #vmecart_list #vme_cart_products .container .marg-bot .fleft .product_name a:hover {
  color: #4670dc;
}

.header-top .mod-right #vmeCartModule #vmecart_list #vme_cart_products .container .marg-bot .fright {
  margin-left: auto;
}

.header-top .mod-right #vmeCartModule #vmecart_list #vme_cart_products .container .marg-bot .fright .vm2-remove_from_cart {
  cursor: pointer;
}

.header-top .mod-right #vmeCartModule #vmecart_list #vme_cart_products .container .marg-bot .fright .vm2-remove_from_cart i {
  font-style: normal;
}

#vmeCartModule #vmecart_list .product_cart_id {
  visibility: hidden;
}

.header-top .mod-right #vmeCartModule #vmecart_list #vme_cart_products .container .marg-bot .fright .vm2-remove_from_cart:hover {
  color: #34495e;
}

.header-top .mod-right #vmeCartModule #vmecart_list #vme_cart_products .container + .container {
  border-top: 1px solid #f4f4f4;
}

.header-top .mod-right #vmeCartModule #vmecart_list #vme_cart_products.none {
  display: none;
}

.header-top .mod-right #vmeCartModule #vmecart_list .all .tot3 {
  overflow: hidden;
  width: 100%;
}

.header-top .mod-right #vmeCartModule #vmecart_list .all .tot3 span {
  color: #2e3131;
  font-size: 14px;
  line-height: 24px;
  float: left;
}

.header-top .mod-right #vmeCartModule #vmecart_list .all .tot3 strong {
  color: #696e6e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
  float: right;
}

.header-top .mod-right #vmeCartModule #vmecart_list .all .tot4 {
  overflow: hidden;
  width: 100%;
}

.header-top .mod-right #vmeCartModule #vmecart_list .all .tot4 span {
  color: #2e3131;
  font-size: 14px;
  line-height: 24px;
  float: left;
}

.header-top .mod-right #vmeCartModule #vmecart_list .all .tot4 strong {
  color: #696e6e;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  text-align: right;
  float: right;
}

.header-top .mod-right #vmeCartModule #vmecart_list .all .total {
  overflow: hidden;
  width: 100%;
}

.header-top .mod-right #vmeCartModule #vmecart_list .all .total span {
  color: #4670dc;
  font-size: 14px;
  line-height: 24px;
  float: left;
  font-weight: 700;
}

.header-top .mod-right #vmeCartModule #vmecart_list .all .total strong {
  color: #4670dc;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-align: right;
  float: right;
}

.header-top .mod-right #vmeCartModule #vmecart_list .all.none {
  display: none;
}

.header-top .mod-right #vmeCartModule.open {
  color: #4670dc;
}

.header-top .mod-right #vmeCartModule.open .cart_num a {
  color: #4670dc;
}

.header-top .mod-right #vmeCartModule.open .miniart:after {
  content: "\f0d8";
  font-size: 14px;
  font-family: FontAwesome;
  position: absolute;
  right: -9px;
  top: 4px;
  margin-top: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

@media (min-width: 320px) and (max-width: 479px) {
  .header-top .mod-right #vmeCartModule #vmecart_list {
      left: 0px;
      width: 290px !important;
      margin-top: -10px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .header-top .mod-right #vmeCartModule #vmecart_list {
      right: -10px;
      left: auto;
  }

  .header-top .mod-right #vmeCartModule #vmecart_list .fleft {
      text-align: left;
  }

  #t3-menu-box .stickUp #vm_enquiry_cart {
      margin-right: 3px;
  }
}

@media (min-width: 768px) {
  .header-top .box-relative .mod-right #vmeCartModule .miniart .art-text {
      margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .header-top .mod-right #vmeCartModule .miniart:after {
      display: none;
  }
}

.custom-tooltip-container.open:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #0059fe;
  bottom: -6px;
  padding: 0;
  position: absolute;
  transition: all 500ms ease;
  left: 4px;
}

@media (min-width: 1620px) {
  .custom-tooltip-container:before {
      bottom: -9px;
  }

  .custom-tooltip-container:before {
      right: calc(50% - 6px);
  }

  .poping_links.log_out .custom-tooltip-container .custom-tooltip-content-container {
      transform: translateX(calc(50% - 25px)) !important;
  }

  .custom-tooltip-container .custom-tooltip-content-container {
      transform: translateX(calc(50% - 20px));
      min-width: 350px;
  }
}
