/* for voting */
body .it_epoll_survey-country img {
  width: 84% !important;
  height: auto !important;
  border-radius: 15% !important;
}
body .it_epoll_grid .it_epoll_survey-country {
  margin-top: -108.5px !important;
}
.epoll_poll_contest_powered_by {
  display: none !important;
}
body .it_epoll_survey-progress-label {
  color: black;
}
body .it_epoll_grid .it_epoll_survey-progress-labels {
  line-height: 14px;
  margin-top: 3px;
  padding-bottom: 10px;
}
body .it_epoll_voting_button {
  border: 0 !important;
}
body .it_epoll_title_exact {
  font-size: 26px;
  font-weight: 600;
}

@media only screen and (max-width: 600px) {
  body .it_epoll_container .it_epoll_grid .it_epoll_survey-item {
    display: inline-block;
    width: calc(50% - 22px);
    margin: 10px;
  }
  body .it_epoll_inner {
    padding-left: 6px;
    padding-right: 6px;
  }
  body .it_epoll_container .it_epoll_grid .it_epoll_survey-name {
    line-height: 1.3;
  }
}

@media only screen and (max-width: 420px) {
  body .it_epoll_container .it_epoll_grid .it_epoll_survey-item {
    margin: 10px 4px;
    width: calc(50% - 10px);
  }
  body .it_epoll_survey-country img { 
    width: 88% !important;
  }
  body .it_epoll_grid .it_epoll_survey-country { 
    margin-top: -120px !important;
  }
  body .it_epoll_container .it_epoll_grid .it_epoll_survey-name {
    font-size: 14px !important;
  }
}
/* end for voting */

/* for e-gift */
.egift_form .egift_submit {
  background: #1e4284;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  transition:         all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition:    all .15s ease-in-out;
  -o-transition:      all .15s ease-in-out;
  border: 2px solid #1e4284 !important;
}
#hidden-campaign {
  background: transparent !important;
}
.egift_msg {
  font-size: 14px;
}
.egift_form .egift_submit:hover {
  color: #1e4284;
  background: #fff;
}
.egift_form .egift_point {
  height: 54px;
  min-width: 250px;
  border-radius: 0;
}
.egift_form .egift_point.error-gift {
  border-color: #ff0000;
}
.egift_form .egift_point.error-gift::placeholder {
  color: #ff0000;
  opacity: 1;
}
.egift_form .egift_point.error-gift:-ms-input-placeholder {
  color: #ff0000;
}
.egift_form .egift_point.error-gift::-ms-input-placeholder {
  color: #ff0000;
}
.egift_submit.egift-waiting {
  pointer-events: none;
  background: #999;
  border-color: #999 !important;
}
.egift_msg {
  color: #ff0000;
  padding-top: 5px;
  font-weight: bold;
  min-height: 29px;
}
.egift_success {
  color: #080;
  display: block;
}
.egift_failed {
  display: block;
}
.egift_form {
  padding: 35px 20px 8px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 29px 0px rgba(0,0,0,0.1);
  text-align: center;
  max-width: 500px;
  margin: auto;
}

@media (max-width: 479px) {
  .egift_form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .egift_form .egift_submit {
    padding-left: 10px;
    padding-right: 10px;
  }
  .egift_form .egift_point {
    min-width: inherit;
  }
}
/* end for e-gift */

.summary .alpro-single-store .reg-head {
  display: none;
}
.summary .alpro-single-store .reg-body {
  padding: 0;
  text-align: center;
}
.summary .alpro-single-store .reg-style {
  border: 0;
}

/* for campagin pop up image */
#hidden-campaign {
  padding: 0;
}
#hidden-campaign a {
  display: block;
}
#hidden-campaign img {
  max-height: 94vh;
}
#hidden-campaign .fancybox-close-small {
  background: #F05A28;
  opacity: 1;
}
#hidden-campaign .fancybox-close-small svg {
  color: #fff;
}
/* end campaign pop up image */

/* for coupon checkout */
#checkout_coupon_code {
  height: 45px;
}
#content .cp-noleft {
  padding-left: 0;
  padding-right: 0;
}
body.woocommerce-checkout #content .select2-container {
  max-width: 100% !important;
  display: block;
}
body.woocommerce-checkout .select2-selection { overflow: hidden; }
body.woocommerce-checkout .select2-selection__rendered { white-space: normal; word-break: break-all; }

#content .na-clc {
  pointer-events: none;
  background: #666 !important;
  border: 1px solid #666 !important;
}
#checkout_apply_coupon {
  width: 120px;
  border: 1px solid #f05a28 !important;
}
body.page-template-page-checkout .woocommerce-checkout-review-order-table tr.cart_item .quantity a {
  height: 26px !important;
}
html body.page-template-page-checkout .woocommerce-checkout-review-order-table tr.cart_item .quantity {
  vertical-align: middle;
  padding-top: 3px;
}

@media (max-width: 767px) {
  #order_review .quantity a {
    width: 24px;
  }
}
/* end for coupon */

/* for home page enhance */
/*
#content .uael-woocommerce .ast-article-single .astra-shop-thumbnail-wrap {
  height: auto !important;
}
#content .uael-woocommerce .ast-article-single {
  margin: 2px 10px !important;
  border: 1px solid #ededed !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.1);
  transition: all .3s ease-in-out;
}
#content .uael-woocommerce .ast-article-single .chsummarywrap:hover {
  -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
#content #bought-together-slick .ast-article-single {
  margin: 2px 10px !important;
  border: 1px solid #ededed !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 3px -2px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.1);
  transition: all .3s ease-in-out;
}
#content #bought-together-slick .ast-article-single:hover {
  border: 1px solid #ededed !important;
}
*/
body.woocommerce-cart #page #content #primary .woocommerce-cart-form__cart-item input.input-text.qty {
  border-top: 1px solid #e4e4e4 !important;
  border-bottom: 1px solid #e4e4e4 !important;
}
body.woocommerce-checkout #page #content #primary .quantity.buttons_added .input-text.qty {
  border-top: 1px solid #e4e4e4 !important;
  border-bottom: 1px solid #e4e4e4 !important;
  height: 26px !important;
}
body.single-product div.product-type-variable .alpro-single-info > .custompricelayout {
  display: none !important;
}
.custompricing del {
  /* text-decoration: none; */
}
.nogap .elementor-column-wrap {
  padding-bottom: 0;
}
.tax-product_cat .products.columns-4 {
  padding-top: 10px !important;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier {
  cursor: pointer;
}
body.woocommerce-cart .alslick_upsell .star-rating span:before, body.woocommerce-cart .alslick_upsell .star-rating:before {
  letter-spacing: 0 !important;
}
#order_review .quantity {
  align-items: center;
}
#order_review .quantity a {
  width: 12px;
}
.search-results #secondary-filter .cattitle,
.search-results #secondary-filter #myInput2,
.search-results #secondary-filter .berocket_single_filter_widget_1917,
.search-results #secondary-filter .berocket_single_filter_widget_1918
 {
  display: none !important;
}

.customaddtocartno input.qty {
  width: 100% !important;
}
body.woocommerce-cart #page #content .quantity.buttons_added .input-text.qty, body.woocommerce-checkout #page #content .quantity.buttons_added .input-text.qty {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
.woocommerce.single-product .woocommerce-product-rating .star-rating {
  margin-top: 0.5em;
}
.woocommerce-cart .bought-together h3 {
  padding-top: 5px;
  margin-bottom: 4px;
}
.woocommerce-cart .bought-together ul.products.columns-4 {
  padding-top: 0;
}
.single-product .detail-right {

}
.single-product .stotal-sale {
  margin-top: 0.5em;
}
.customdiscount {
  color: #b22222;
    font-weight: 700;
    font-size: 21px;
}
.single-product .custompricing span.woocommerce-Price-amount.amount {
  font-size: 18px;
}
.single-product .custompriceright {
  padding-left: 10px;
}
.custompricing span.woocommerce-Price-amount.amount {
  font-weight: 400 !important;
  color: #6d6e70 !important;
}
 .woocommerce ul.products li.product .price {
  min-height: 40px;
}
#mobile-cat-filter ul.product-categories > li > a {
  font-weight: bold;
  font-size: 19px;
}
body.woocommerce form .quantity .qty {
  width: 100%;
}
body.woocommerce .star-rating:before {
  letter-spacing: 0 !important;
}
.woocommerce .star-rating span:before {
  letter-spacing:  0 !important;
}
body .alpro_addlabel {
  bottom: 0 !important;
}
body .iconstreetwrapimg img {
  max-width: 82px;
}
body .dgwt-wcas-meta .customdiscount {
  display: none !important;
}
body .dgwt-wcas-meta .custompricelayout {
  display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 0 !important;
}
body .dgwt-wcas-meta .custompriceright {
  padding-top: 0 !important;
}
body .dgwt-wcas-suggestion {
      align-items: flex-start;
}
.dgwt-wcas-meta .custompricelayout .custompriceleft span {
  color: #f05a28;
  padding-left: 2px;
}
body .dgwt-wcas-preloader {
  right: 40px;
}
body .e-top-menu li:first-child a {
  padding: 4px 10px 6px 10px;
}
body .iconstreetwrapimg {
  /* height: 87px; */
  padding-bottom: 3px;
}
body .iconstreetwraptext {
  font-size: 14px;
  font-weight: 600;
}
body.single-product.woocommerce #content #primary {
  padding-top: 0 !important;
}
body .infowrap .custompriceright .customdiscount {
  font-size: 15px;
  line-height: 1;
}
.almobilebannerhome .elementor-column-wrap {
  padding-top: 0 !important;
}
.bannercolumn .elementor-column-wrap.elementor-element-populated {
  padding-bottom: 0 !important;
}
body.woocommerce #content #primary {
  padding-top: 20px !important;
}
#page .ch-menu #main-menu {
  display: flex;
    justify-content: space-between;
    padding-right: 0 !important;
}
body .customaddtocart .wcb2b-quantity>a.speak-doctor-list {
  min-width: 130px !important;
  max-width: 130px !important;
  display: flex !important;
  justify-content: center;
}
body.single-product .alpro-single-info .alpro-addcart input.qty {
  border: 1px solid #ededed !important;
}
body.single-product .quantity.buttons_added .input-text.qty {
  /* border: 1px solid #ededed !important; */
  border-radius: 30px !important;
}
.featured-title {
  /* background: #F5F5F5; */
  /* padding-left: 10px;
  padding-right: 10px;
  border-radius: 8px; */
}
.cat-bread > a {
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  display: inline-block;
}
.cat-bread > a:after {
  content:  "> ";
  font-size: 22px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding-left: 15px;
  padding-right: 15px;
}
.cat-bread > a:last-child:after {
  visibility: hidden;
  opacity: 0;
}
.post-type-archive-product .custompriceright {
  /* padding-top: 0; */
}
.default-shop-page #filter-sidebar2 {
  display: none !important;
}
body.woocommerce ul.products li.product .price del {
  opacity: 1;
}
body.post-type-archive-product.default-shop-page #content .woocommerce-ordering select {
  border: 1px solid #ededed !important;
}
body.post-type-archive-product.default-shop-page #content  .woocommerce-ordering:before {
  display: none !important;
}
.post-type-archive-product.default-shop-page #content ul.products {
  padding-top: 12px !important;
}
.post-type-archive-product.default-shop-page #primary {
  padding-top: 13px !important;
}
body.woocommerce-cart .quantity.buttons_added .input-text.qty,
body.woocommerce-checkout .quantity.buttons_added .input-text.qty
 {
  border-top: 1px solid #ededed !important;
  border-bottom: 1px solid #ededed !important;
}
body .specifyicon:not(.slick-initialized) {
  display: flex;
}
.variation-qty-box .quantity {
  pointer-events: none;
  opacity: 0.4;
}
body .specifyicon:not(.slick-initialized) .specifyiconwrap {
  width: 25%;
}
.new-header2022 .elementor-column-wrap {
  padding-top: 4px !important;
  padding-bottom: 5px !important;
}
body .top-account-menu .uael-has-submenu-container .uael-menu-item:before {
  font-size: 18px;
}
.chslick_upsell2 .vc-blackwrap {
  padding-left: 4px;
  padding-right: 4px;
}
body .chtabs ul#tabs-nav, body .chtabs ul#btabs-nav {
  padding: 5px 0 13px 0;
  margin-left: 5px;
  margin-right: 5px;
}
body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
  padding-bottom: 0;
}
body.woocommerce ul.products li.product a {
  margin-bottom: 0 !important;
}
html body .infowrap .woocommerce-loop-product__title,
html body h2.woocommerce-loop-product__title {
  margin-bottom: 5px !important;
}
body .tcapply {
  font-size: 9px;
}
.slider.price input {
  font-size: 13px !important;
}
.uael-woo-product-category,
b.price-disc.list-price-disc
 {
  display: none !important;
}
body span.stotal-sale {
  font-size: 10px;
  min-width: 60px;
  text-align: center;
}

body .customtwin {
  padding-top: 2px;
  padding-bottom: 2px;
}
.customaddtocart .wcb2b-quantity button:before, .customaddtocart .wcb2b-quantity > a:before {
  top: 6px;
}
body #page .site-content .uael-woocommerce li.outofstock .ultimate-al .button:after,
body #page .site-content .product-style .outofstock .ultimate-al .button:after,
body #page .site-content .products .outofstock .ultimate-al .button:after,
body #page .site-content .uael-woocommerce li.outofstock .ultimate-al .button:before,
body #page .site-content .product-style .outofstock .ultimate-al .button:before,
body #page .site-content .products .outofstock .ultimate-al .button:before
 {
  display: none !important;
}
body #page .site-content .products .outofstock .ultimate-al .button {
  color: #fff !important;
  border: 0 !important;
  font-size: 12px !important;
  height: 27px !important;
  max-width: 102px !important;
  line-height: 1.6;
  padding-left: 15px !important;
  padding-right: 15px !important;
  text-align: center;
  margin-top: 0 !important;
}
body .customaddtocart .wcb2b-quantity button,
body .customaddtocart .wcb2b-quantity > a {
  font-size: 12px !important;
  min-width: 102px;
    max-width: 102px;
    padding-left: 17px !important;
    text-align: center;
    line-height: 1.3;
}
body .customaddtocart {
  padding-top: 5px;
}
body.archive .customaddtocart {
  padding-top: 10px;
}
body .homebanner {
  margin-bottom: 0 !important;
}
.slick-disabled {
cursor: no-drop;
opacity: 0.5;
pointer-events: none;
}
.custompriceright {
  padding-top: 3px;
}
.customdiscount {
  line-height: 1.2;
}
body .infowrap .woocommerce-loop-product__title, body h2.woocommerce-loop-product__title {
  margin-bottom: 0px !important;
  margin-top: -5px !important;
}
.chslick_upsell2 .slick-list {
  /* margin-left: -4px;
  margin-right: -4px; */
}
body span.stotal-sale {
  margin-bottom: 0;
}
.customratingsold {
  padding-bottom: 5px;
}
.chslick_upsell2 .claim-vc {
  font-size: 12px;
  font-weight: 700 !important;
  line-height: 1.3;
  padding-bottom: 2px !important;
  position: relative;
  top: -4px !important;
}
body #tabs-nav .slick-prev, body #btabs-nav .slick-prev {
  text-align: left;
  z-index: 1;
}
#tabs-nav .slick-prev, #btabs-nav .slick-prev {
  left: 0px;
}
#tabs-nav .slick-next, #btabs-nav .slick-next {
  /* right: 5px !important; */
}
body .chtabs button.slick-prev:before {
  padding-left: 0;
  position: relative;
  z-index: 1;
}
body .chtabs #tabs-nav .slick-slide > div,
body .chtabs #btabs-nav .slick-slide > div {
  margin: 0 !important;
}
body .chtabs #tabs-nav .slick-slide ,
body .chtabs #btabs-nav .slick-slide {
  margin: 0 5px;
}
body .chtabs #tabs-nav .slick-list ,
body .chtabs #btabs-nav .slick-list {

}

#tabs-nav, #btabs-nav {
  /* margin-left: 5px !important;
  margin-right: 5px !important; */
  /* padding-left: 30px !important;
   */
  /* padding-right: 30px !important; */
}
#tabs-content .slick-list, #btabs-content .slick-list {
  /* margin-left: -5px;
  margin-right: -5px; */
}
#btabs-nav .slick-prev {
    height: 100%;
    width: 80px;
    right: 0px;
    text-align: right;
}
#btabs-nav .slick-prev:after, #tabs-nav .slick-prev:after {
  content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient(270deg, transparent, whitesmoke, whitesmoke); */
    background-image: linear-gradient(270deg,#ffffff00,#f5f5f5,#f5f5f5);
    top: 0;
    left: 0;
}
.newfootermenu {
  z-index: 9;
}
/* - woo cat toggling elements, injected via jQuery - */

/* make list item be relative, to be able to position toggle within this item, if desired */
#sidebar_mobile .widget_product_categories ul.product-categories > li.cat-parent {
	position: relative;
}
/* the new toggle element wrapper, which is added via jQuery */
#sidebar_mobile .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle {
	cursor: pointer;
	display: inline-block;
	text-align: center;
	margin-left: 0.5em;
	width: 1.5em;
	line-height: 1em;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: all 0.4s ease;
	width: 20px;
	height: 20px;
	background: rgba(0,0,0,0.05);
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
}
/* when it's popped, style the toggle wrapper differently */
#sidebar_mobile .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle.cat-popped {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	background: rgba(0,24,113,1);
	color: white;
}
.woocommerce-notices-wrapper {
  margin-top: 10px;
}
body .woocommerce-error {
  margin-bottom: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.woocommerce-error a.button.wc-forward {
  padding: 4px 15px;
}
#sidebar_mobile li {
  list-style: none;
}
/* toggle icon */
#sidebar_mobile .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle::before {
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	text-transform: none;
	speak: none;
	content: '+';
	line-height: 20px;
	width: 20px;
	height: 20px;
	text-align: center;
}
/* toggle icon when triggered */
#sidebar_mobile .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle.cat-popped::before {
	content: '\2013';
}
/* hide sub cats by default */
#sidebar_mobile .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle ~ ul.children {
	overflow: hidden;
	max-height: 0;
	transition: all 0.4s ease;
}
/* show sub cats when triggered via jQuery toggle */
#sidebar_mobile .widget_product_categories ul.product-categories > li.cat-parent .woo-cat-toggle.cat-popped ~ ul.children {
	max-height: 1000px;
}
body .down-arrowcat:after {
  color: #6d6e70;
}
body .fsmfe-wrapper .menu-overlay {
  /* width: 100vw; */
}
body .ocmobilemenu {
  margin-right: 15px !important;
}
body .fancybox-container {
  /* width: 100vw; */
}
.featured-row {
  overflow: hidden;
  clear: both;
}
#myInput2 {
    /* padding: 8px 10px; */
    padding: 4px 10px 8px;
    line-height: 1;
    width: 100%;
    border-radius: 6px !important;
    margin-bottom: 10px;
}
#mobile-cat-filter ul.berocket_aapf_widget li {
  padding: 3px 0;
}
body .newfootermenu {
  position: fixed;
  webkit-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.09);
-moz-box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.09);
box-shadow: 0px -4px 10px 0px rgba(0,0,0,0.09);
}
html {
  overflow: auto;
}
body .oneclick-header {
  max-width: 100vw !important;
}

@media (max-width: 1024px) {
  body .ocmobilemenu {
    margin-left: 0 !important;
  }
  body .uael-nav-menu .menu-item-has-children .sub-menu {
    left: auto;
    right: -35px;
  }

  body .header-back-btn {
    margin-bottom: 0 !important;
    font-size: 28px;
    margin-top: 2px;
  }
}

@media (min-width: 1024px) {
  .customaddtocart .wcb2b-quantity .quantity.buttons_added {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  #mobile-cat-filter ul.children .cat-item {
    padding-top: 1px;
    padding-bottom: 1px;
  }

  body #page #content .infowrap .custompriceright .woocommerce-Price-amount.amount {
    font-size: 12px !important;
  }
  body.single-product #content .alpro_addlabel {
    max-width: 100px !important;
  }
  body.archive .customaddtocart {
    padding-top: 0px !important;
  }
  .promottab .elementor-column-wrap {
    padding-top: 0 !important;
  }

  body .iconstreetwrapimg {
    /* height: 82px; */
  }
  .cat-bread > a {
    font-size: 11px;
  }
  body .infowrap .custompriceright .customdiscount {
    font-size: 13px;
  }
  body .iconstreetwraptext {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
  }
  #content .iconstreetwrapcontent {
    padding-left: 3px;
    padding-right: 3px;
  }
  .iconstreetwrapcontent .iconstreetwrapimg {
    padding-left: 13px;
    padding-right: 13px;
  }
  body .infowrap .custompriceright .woocommerce-Price-amount.amount,
  html body.post-type-archive-product #page ul.products li.product .price del span.woocommerce-Price-amount.amount {
        font-size: 12px !important;
  }
  .cat-bread > a:after {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .astra-logo-svg {
    float: right;
    position: absolute !important;
    right: 0;
  }
  body .header-back-btn {
    margin-bottom: 0 !important;
    font-size: 28px;
    margin-top: 2px;
  }
  body .single-top {
    padding-top: 20px;
  }
  #btabs-nav .slick-prev:after, #tabs-nav .slick-prev:after {
    width: 40px !important;
  }
  #btabs-nav .slick-next:after, #tabs-nav .slick-next:after {
    width: 40px !important;
    left: auto !important;
    right: 0;
  }

}

@media (max-width: 479px) {
  #order_review .quantity a {
    font-size: 24px;
    width: 15px;
  }
  .woocommerce-checkout-review-order-table .cqoc_product_name {
    font-size: 13px;
    line-height: 1.2;
  }
  .woocommerce-checkout-review-order-table .checkout-price {
    vertical-align: text-bottom;
  }

  .woocommerce-checkout #content .wc_points_rewards_apply_discount input {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-left: 15px;
  }
  body .customtwin {
    font-size: 12px;
  }
  body .iconstreetwrapimg {
    /* height: 70px; */
  }
  .uael-woo-products-slider ul.products.columns-4 {
    padding-top: 0 !important;
  }
  .customaddtocart .wcb2b-quantity .quantity.buttons_added {
    max-width: 42%;
    width: 42%;
  }

}




/* end home page enhance */

#wc-product-reviews-pro-modal .woocommerce-form.login {
  display: block !important;
  padding: 15px !important;
}
body #wc-product-reviews-pro-modal {
  width: 450px;
  max-width: 90%;
}
.uael-flash-container, .uael-onsale {
  display: none !important;
}
body .uael-woo-products-slider .slick-slide>div li>.uael-woo-product-wrapper,
body .uael-woo-products-slider .slick-slide>div li
 {
  border: 0 !important;
}
body .uael-woo-products-slider .slick-slide>div li>.uael-woo-product-wrapper:hover {
  box-shadow: none !important;
}
.woocommerce .cross-sells div.product.ast-article-single {
  margin-left: 0;
  margin-right: 0;
}
.single-related-btm .slick-slide>div:hover {
  border: 1px solid #F05A28;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 35%);
}
.woocommerce-page .single-related-btm ul.products,
body.woocommerce-cart ul.products
 {
  display: block;
}
body .single-related-btm ul.products .slick-slide,
body.woocommerce-cart .bought-together ul.products .slick-slide
 {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}
body .single-related-btm .slick-slide>div {
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    position: relative;
    border: 1px solid #ededed;
}
body .single-related-btm ul.products .slick-slide>div li {
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body .single-related-btm .slick-arrow,
body.woocommerce-cart .alslick_upsell .slick-arrow
 {
    background: #fff;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 12%);
    border-radius: 100%;
    font-size: 20px;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -webkit-transform: translateY(-50%) translate3d(0,0,0);
    -ms-transform: translateY(-50%) translate3d(0,0,0);
    transform: translateY(-50%) translate3d(0,0,0);
    cursor: pointer;
    color: #000;
    border: none;
    outline: 0;
    opacity: 1;
}
body.woocommerce-cart .alslick_upsell .star-rating span::before,
body.woocommerce-cart .alslick_upsell .star-rating::before
 {
    font-size: 12px;
    letter-spacing: 3px;
}
body.single-product span.stotal-sale {
  float: right;
}
.bought-together > h2, .bought-together > p {
  display: none !important;
}
body.woocommerce-cart .bought-together {
  background: #f5f5f5;
}
body.woocommerce-cart .bought-together ul.products{
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
body.woocommerce-cart .main-footer:before {
  background:  #f5f5f5 url(https://www.alpropharmacy.com/wp-content/themes/astra-child/img/curve_02.png) no-repeat center;
  background-size: cover;
}
.cross-sells.alnewcross {
  padding-bottom: 5px !important;
}
.cross-sells.alnewcross .star-rating span::before {
  font-size: 12px;
  letter-spacing: 3px;
}
.bought-together h3 {
  color: #f05a28 !important;
  padding-top: 42px;
  padding-left: 5px;
  max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}
.single-product .bought-together h3 {
  padding-top: 0;
}
.single-related-btm .up-sells {
  padding-bottom: 30px;
}
.single-bottom {
  padding-bottom: 15px;
}
.alnewcross2 .slick-slide .product {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.alnewcross2 h3 {
  color: #F05A28;
  line-height: 1.2;
  font-size: 1.25rem;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}
/* end 5th April 2021 */

.tax-product_cat .woocommerce-form-login,
.tax-product_brand .woocommerce-form-login,
.single-product .woocommerce-form-login,
.search-results .woocommerce-form-login,
.search-no-results .woocommerce-form-login,
body.post-type-archive-product .woocommerce-form-login
 {
  display: none;
  padding: 35px !important;
}
.tax-product_cat .woocommerce-form-login p:first-child,
.single-product .woocommerce-form-login p:first-child {
  color: #1E4284;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.tax-product_cat .woocommerce-form-login .woocommerce-form-login__submit,
.single-product .woocommerce-form-login .woocommerce-form-login__submit {
  border: 2px solid #1e4284;
}

.tax-product_cat .woocommerce-form-login .woocommerce-form-login__rememberme,
.single-product .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: none !important;
}

.tax-product_cat p.lost_password,
.single-product p.lost_password {
  float: right;
  position: relative;
  top: -50px;
  margin-bottom: 0;
}
.more-v2 {

}
body .fancybox-close-small:hover {
  color: #fff;
}
.new-error-message {
  padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    padding-left: 12px;
    padding-right: 12px;
    border: 2px solid #b81c23;
}
.single-product .new-error-message {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
body.tax-product_cat #content {
  padding-top: 0 !important;
}
#user-registration li.user-registration-MyAccount-navigation-link--my-medication {
  display: none !important;
}
a.button.btn-noright {
  margin-right: 0 !important;
}
a.a-disabled {
  pointer-events: none;
  color: #888;
  opacity: 0.1;
}
.thank-medicine {
  background-color: #ededed;
  background-image: url(https://www.alpropharmacy.com/wp-content/themes/astra-child/img/medicine.jpg);
  background-position: left bottom;
  background-size: contain;
  min-height: 370px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 450px;
  padding-right: 60px;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}
#content .thank-medicine h3 {
  font-size: 20px;
  color: #1E4284;
  margin-bottom: 35px;
}
#content .thank-medicine h3 a {
  font-size: 20px;
  color: #f05a28 !important;
  font-weight: 700;
  text-decoration: underline;
}
#content .thank-medicine p {
  font-size: 13px;
  color: #1E4284;
  margin-bottom: 0;
}
img.rx-tq {
  position: relative;
  top: -4px;
}
img.rx-tq2 {
  position: relative;
  top: -2px;
  left: 5px;
}
body.woocommerce-cart .woocommerce-cart-form td.product-name {
  width: 200px;
  min-width: 200px;
}
#wp_ext_cst_field span.optional {
  display: none;
}
#wp_ext_cst_field .checkbox  {
  color: #f05a28 !important;
  font-weight: bold;
}




/* Tooltip container */
.tooltip2 {
  position: relative;
  display: inline-block;
}

/* Tooltip text */
.tooltip2 .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip2:hover .tooltiptext {
  visibility: visible;
}
.alhide {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}
.woocommerce-shipping-totals.shipping + tr.fee {
  display: none;
}
#content .cross-sells h3 {
  /* font-weight: 700; */
}
body.single-product span.stotal-sale {
  margin-left: 16px;
}

.cross-sells .ultimate-al a.button {
  padding: 0;
  margin-top: 0;
  font-size: 0;
  color: transparent;
  width: 40px;
  height: 40px;
  background-color: #f05a28;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 0px;
}
.cross-sells .astra-shop-summary-wrap {
  padding-bottom: 30px;
}
.cross-sells .slick-slide > div {
  background: #fff;
}
.cross-sells  .star-rating::before {
  font-size: 12px;
  letter-spacing: 3px;
}

.cross-sells .star-rating span::before {
  font-size: 12px;
  letter-spacing: 3px;
}
.cross-sells .ultimate-al a.add_to_cart_button:before {
  display: block !important;
  position: absolute;
  left: 5px;
  width: 13px;
  height: 13px;
  content: "";
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://www.alpropharmacy.com/wp-content/themes/astra-child/img/cart_button.png);
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.cross-sells span.price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: .9em;
}
#content .cross-sells h2.woocommerce-loop-product__title {
  margin-bottom: 10px !important;
}
.cross-sells span.price span.amount {
  color: #f05a28;
  font-size: 20px;
}
.cross-sells .price del {
  opacity: 1;
  font-weight: 400;
}
.cross-sells .price del span.amount {
  color: #6d6e70;
  font-size: .9em;
  padding-left: 10px;
  vertical-align: top;
}

body #page .cross-sells .outofstock .ultimate-al .button {
    font-size: 0 !important;
    color: transparent;
    background: #7e7f81;
    width: 50%;
    float: right;
    min-width: 78px;
    max-width: 78px;
    border-radius: 6px;
    padding: 4px 3px 4px 20px;
    height: 23px;
}
.cross-sells div.product.outofstock > div.astra-shop-summary-wrap a.button:after {
  content: "Sold Out" !important;
    display: inline-block !important;
    font-size: 12px;
    position: absolute;
    width: 75px;
    left: 24px;
    padding-left: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    color: #fff;
    font-weight: 700;
    top: 5px;
}

.al-ab-icon {
  font: normal 20px/1 dashicons;
}
.al-ab-icon:before {
  content: "\f316";
  top: 3px;
}
span.bigger-icon {
  font-size: 24px;
}
body .order-history-item .order-heading .right {
  width: 200px;
}
body .order-history-item .order-heading .left {
  margin-right: 200px;
}
#user-registration.vertical .order-history-wrap {
  padding-bottom: 35px;
}
.button-sk {
  font-weight: bold;
  text-decoration: underline;
}
.doc2u-notice {
  color: #1e4284;
  font-weight: bold;
  font-size: 20px;
}
.doc2u-notice.doc2us_notice {
  color: #ff0000;
  font-weight: bold;
  font-size: 16px;
}
html body.page-template-page-checkout .woocommerce-checkout-review-order-table tr.cart_item .quantity {
  display: inline-flex !important;
}
body .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
  fill: #f05a28;
  opacity: 1;
}
body .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier path {
  fill: #f05a28;
  opacity: 1;
}
.top-fiba-search {
  display: none;
}
.dgwt-wcas-content-wrapp * {
  font-size: 13px;
  line-height: 1.2;
}
.dgwt-wcas-content-wrapp {
  flex-wrap: wrap;
}
.dgwt-wcas-sp {
  display: block;
}
.dgwt-wcas-meta {
  width: 100%;
}
.dgwt-wcas-sp del, .dgwt-wcas-sp ins {
  display: inline-block !important;
  font-size: 12px;
}
.dgwt-wcas-sp ins {
  color: #f05a28;
}
.dgwt-wcas-suggestions-wrapp .dgwt-wcas-sp {
  text-align: left;
  padding-left: 0;
}
.dgwt-wcas-search-icon path {
  fill: #f05a28 !important;
}
html body .js-dgwt-wcas-overlay-mobile input.dgwt-wcas-search-input {
  border-radius: 0 !important;
}
.dgwt-wcas-om-bar button.dgwt-wcas-om-return {
  background: #f05a28 !important;
}

/* responsive */

@media (max-width: 1200px) {
  body.woocommerce-account #primary {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .bought-together h3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce-cart .woocommerce-cart-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.woocommerce-cart .bought-together ul.products {
    padding-left: 15px;
    padding-right: 15px;
  }
  body.woocommerce-cart .cart-collaterals {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 1038px) {
  .top-fiba-search {
    display: inline-block !important;
  }
  .oc-top-right {
    display: none !important;
  }
  .oc-top-left {
    width: 100% !important;
  }

}

@media (max-width: 991px) {


}


@media (max-width: 768px) {
  .thank-medicine {
    background-position: left -180px bottom;
    padding-left: 270px;
  }
  .page-template-page-checkout.woocommerce-order-received .col-2 {
    width: 100% !important;
  }

  body #user-registration.vertical .user-registration-MyAccount-content {
    overflow: visible;
  }
  .order-history-wrap .cta a {
    margin-left: 0;
  }
  body .customaddtocart .wcb2b-quantity button, body .customaddtocart .wcb2b-quantity > a{
    font-size: 11px !important;
    min-width: 85px;
    display: flex;
    align-items: center;
    padding: 4px 5px 4px 20px !important;
  }
  body .elementor-swiper-button-next ,
  body .elementor-swiper-button-prev {
        top: calc(50% - 1px)!important;
  }
}

@media (max-width: 580px) {
  .single-product .bought-together h3 {
    padding-top: 20px;
    margin-bottom: 4px;
  }
  .single-related-btm .up-sells h3 {
    padding-top: 20px;
  }
}


@media (max-width: 550px) {
  .thank-medicine {
    background-position: left bottom;
    padding-left: 30px;
    padding-top: 50px;
    align-items: flex-start;
    min-height: inherit;
  }
  .thank-medicine > div {
    padding-bottom: 110%;
  }

}

@media (max-width: 480px) {
  body .customaddtocart .wcb2b-quantity button, body .customaddtocart .wcb2b-quantity > a {
    font-size: 10px !important;
    min-width: 85px;
    margin-bottom:  0 !important;
    display: flex;
    align-items: center;
    padding: 4px 5px 4px 20px !important;
    justify-content: center;
  }
  .infowrap .custompriceleft .woocommerce-Price-amount.amount {
    font-size: 16px !important;
  }

}


.woocommerce-info.wc_points_redeem_earn_points,
.member-pointwrap,
.m-abso.m-points
{
  /* display: none !important; */
}
.woocommerce-info.wc_points_redeem_earn_points {
  /* display: none !important; */
}
/* temp hide poison cat*/
ul.product-categories li.cat-item.cat-item-1133 {
  display: none !important;
}