/*
Theme Name: MacuHealth
Theme URI: http://www.ecreations.net
Author: eCreationsDescription: Theme for <CLIENT>
Version: 1.0
Tags: responsiveText Domain: ecreations*//** Change the following to adjust defined layout **/


#main-header .wrapper .social-footer li {
    display: inline-block;
    vertical-align: top;
    height: 25px;
    width: 25px;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
    margin-left: 0px;
}

#main-header .wrapper .social-footer li a {
color: #282763;
position: relative;
text-align: center;
line-height: 1;
text-decoration: none;
font-size: 20px;
padding: 2px;
}

.social-footer li a .fa.fa-youtube {
	font-weight:400;
}

#main-header .wrapper .social-footer li:hover {
    background: #282763;
}
#main-header .wrapper .social-footer li:hover a {
    color: #fff;
}

.search-container {
    position: relative;
    margin-bottom: 15px;
}


.navigation.col {
    padding-top: 20px;
    vertical-align: middle;
}

.navigation.col .searchform {
    width: 50%;
    margin-left: 50%;
}

input.search {
    padding-left: 10px;
    padding-top: 1px;
    display: inline;
    height: 34px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #cbcbcb;
    font-weight: 100;
    line-height: 1.2em;
    color: #616161;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 16px -3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 16px -3px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 16px -3px rgba(0, 0, 0, 0.2);
}

.search-submit {
    position: absolute;
    top: 3px;
    right: 7px;
    height: 31px;
    width: auto;
    display: inline;
    cursor: pointer;
    border: 0;
    padding: 5px;
    color: #ffffff;
}

.home-content .mb-button.mb-corners-pill {
    background: #282763;
    color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    padding: 5px 20px
}

#my-breadcrumbs {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    font-size: 1.2em;
}

#my-breadcrumbs li {
    display: inline-block;
}

#my-breadcrumbs .separator {
    margin: 0 5px;
}

.wrapper, #footer {
    max-width: 1090px;
    padding: 0 20px;
    margin: 0 auto;
}

.mapWrapper {
    position: relative;
    margin: 0 auto;
}


.my_planHeader {	 	 
 text-align: center;	 	 
 color: white;	 	 
 padding-top:0.2em;	 	 
 padding-bottom:0.2em;
 height: 55px;
}	 	 
.my_planTitle {	 	 
 font-size:2em;	 	 
 font-weight: bold;	 	 
}	 	 
.my_planPrice {	 	 
 font-size:1.4em;	 	 
 font-weight: bold; 	 	 
}	 	 
.my_planDuration {	 	 
 margin-top: -0.6em;	 	 
}	 	 
.my_planFeature small {	 	 
 display: block;	 	 
 width: 100%;	 	 
 font-size: 1rem;	 	 
}	 	 
.row-table {	 	 
 display: table;	 	 
 width: 100%;	 	 
 height: 100%;	 	 
}	 	 
.row-table .my_planFeature {	 	 
 display: table-cell;	 	 
 height: 100%;	 	 
 float: none;	 	 
}	 	 
.my_planImage img {	 	 
 width: 100%;	 	 
}


@media (max-width: 768px) {	 	 
 .my_planTitle {	 	 
 font-size:small;	 	 
 } 	 	 
}	 	 
/* --- Features ------------------------- */	 	 
.my_feature {	 	 
 line-height:2.8em; 	 	 
}	 	 
@media (max-width: 768px) {	 	 
 .my_feature {	 	 
 text-align: center	 	 
 }	 	 
 }	 	 
.my_featureRow {	 	 
 border: 0.1em solid rgb(163, 163, 163);	 	 
}
/* --- Price Table --------------------------- */	
.price-table {
  width: 100%;
  display: inline-block;
}

.price-table-btn-qty {
  margin-left: 20%;
}
.price-table-btn-qty p {
  display: none;
}
.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
    color: black;
}
.woocommerce div.product form.cart div.quantity {
    margin: 0 4px 0 0;
    float: none;
    position: absolute;
}
@media screen and (max-width: 991px) {
  .woocommerce div.product form.cart div.quantity {
    float: none;
    margin: 0 4px 0 0;
    position: initial;
    left: 5px;
}
}
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: none;
}
.woocommerce.single-product .main-wrapper #container .product div.images img {
    max-width: 75%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 1em;
    margin-top: 1em;
}

/* --- Plan 1 --------------------------- */	 	 
.my_plan1 {	 	 
 background: rgb(224,234,242);	 	 
}	 	 
.my_planHeader.my_plan1 a {	 	 
 background: rgb(72, 109, 139);	 	 
 color:white;	 	 
}	 	 
.my_planHeader.my_plan1 {	 	 
 background: rgb(105, 153, 193);
 height: 85px;
}	 	 
/* --- Plan 2 --------------------------- */
.my_plan2 {
 background: rgb(230,235,218);	 	 
}	 	 
.my_planHeader.my_plan2 a {	 	 
 background: rgb(108, 131, 62);	 	 
 color:white;	 	 
}	 	 
.my_planHeader.my_plan2 {	 	 
 background: rgb(134, 162, 77);
 height: 85px;
}	 	 
/* --- Plan 3 --------------------------- */	 	 
.my_plan3 {	 	 
 background: rgb(254,235,212);	 	 
}	 	 
.my_planHeader.my_plan3 a {	 	 
 background: rgb(199, 127, 40);	 	 
 color:white;	 	 
}	 	 
.my_planHeader.my_plan3 {	 	 
 background: rgb(253, 161, 49);	 	 
 border-bottom: thick solid rgb(199, 127, 40);	 	 
}	 	 
.my_planFeature {	 	 
 text-align: center;	 	 
 font-size: 2em;	 	 
}




.sk-fading-circle {
  margin: 0 auto;
  width: 20px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #001ca7;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

/* --- Country Image (Shop Online) --------------------------- */

.country-image {
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.country-image:hover {
  box-shadow: 2px 3px 25px rgba(0, 0, 0, 0.55);
  padding: 10px;
  border: 2px solid black;
}
  






/* ------------- PRICING TABLES BOOTSTRAP CSS ---------------*/


.pricing {
	  text-align: center;
	  border: 1px solid #f0f0f0 !important;
	  color: #777;
	  font-size: 14px;
	  padding-left: 0;
	  margin-bottom: 30px;
    font-family: "Roboto", sans-serif;
}

.pricing li:first-child,
.pricing li:last-child {
    background-color: #201c4f;
	  padding: 10px 70px;
}
.pricing li {
    font-family: "Roboto", sans-serif;
	  list-style: none;
	  padding-top: 5px;
	  padding-bottom: 5px;

}
.pricing li + li {
	  border-top: 1px solid #f0f0f0;
}
.pricing big {
	  font-size: 32px;
}
.pricing h3 {
    font-size: 36px;
  vertical-align:center;
	font-weight: 700 !important;
font-style: bold;}

.h3 {font-weight: 700}

.pricing span {
	  font-size: 12px;
	  color: #999;
}
.pricing li:nth-last-child(2) {
	  padding: 0;
}





/* Pricing Color Green*/

.p-green big {
	  color: white;
  	font-weight: bold;
}

/* Button Color Green*/
.p-green button {
	  background: #5cb85c;
}

/* Button Color Blue */

.p-blue button {
	  background: #d9534f;
  }
.p-blue big {
	  color: white;
    font-weight: bold;
  }

/**Doctor List Style**/

.results_wrapper {
  padding-top: 12px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgb(197, 197, 197);
}

/**Find a Doctor**/

div#map.slp_map {
    width: 100%;
    height: 480px;
    margin-top: 20px;
}

.search_item {
  margin-top: 20px;
}

#radius_in_submit {
  margin-top: 20px;
}


.woocommerce.single-product .main-wrapper #container .product .woocommerce-tabs .comment-form-rating a {
    color: #6999c1;
}

.description {
    display: block!important;
}

p.referral.gateway {
	
	clear: both;
}

li#menu-item-71625 {
    color: #fceb2b;
    padding-right: 7px;
    padding-left: 7px;
    background-color: #201c4f;
    border-radius: 3px;
}


/**Start of CSS added by Sara**/
.woocommerce ul.products li.product a.button{width: 110px !important;
font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
font-weight: 500;
font-size: 14px;}

.woocommerce.single-product .main-wrapper #container .product .cart button.button {
    background: #282763;
	border: 1px solid white;
	font-size: 11.5px;
}

body p{color: #201c4f;
    font-family: "Roboto", Crimson Text;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 0.3px;}

body h2 {color: #201c4f;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
font-weight: 700;}

body h1 {color: #201c4f;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
font-weight: 700;}

body h3 {color: #54595F;
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.5px;
font-weight: 700;
color: #201c4f;}

body li, ul {color: #201c4f !important;
    font-family: "Roboto", Crimson Text;
    letter-spacing: 0.5px;
font-size: 16px;}


.woocommerce .star-rating{color: #201c4f;}

div.h1.product_title.entry-title{
    font-family: "Roboto", sans-serif !important;
    font-size: 36px;
    font-weight: bold;
    color: #201c4f;
	 letter-spacing: 0px;
}

div#tab-description.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab h2{display:none !important;}

h2.yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-ingredients{display:none;}
h2.yikes-custom-woo-tab-title.yikes-custom-woo-tab-title-directions{display:none;}
h2.woocommerce-Reviews-title{display:none;}

section.related.products{margin-top: 20px;}

div.woocommerce-tabs.wc-tabs-wrapper{margin-top: 25px;}

ul.pricing.p-green {
    border: 4px solid #6099D2;
	padding: 5px;
}

form#commentform p{
    font-family: "Roboto", sans-serif;
	font-size: 15px;
}

input#author{margin-left: 5px;}
input#email{margin-left: 5px;}

@media only screen and (max-width: 798px){.woocommerce .quantity .qty {
    margin-bottom: 5px;
	}}

div.woocommerce-product-details__short-description p{color: #54595F;
    font-family: "Roboto", Crimson Text;
    letter-spacing: 0.5px;
font-size: 16px;
color: #201c4f;}

header .top-menu a{font-family: "Roboto", sans-serif;}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {font-weight: 600 !important;
font-family: "Roboto", sans-serif;
 letter-spacing: 1px;
font-size: 12px;
text-transform: uppercase;}

strong.woocommerce-review__author{font-family: "Roboto", sans-serif;}

span.woocommerce-Price-amount.amount{font-family: "Roboto", sans-serif;
font-weight: 500;}

.woocommerce.single-product .main-wrapper #container .product p.price {
    color: #000000 !important;
}

span.new-price{color: #3079B5 !important;}

/**End of CSS added by Sara**/

/** Start Country Flag Selector Swal **/
@media only screen and (max-width: 600px) {
  .country-select-swal .country-select-options {
    flex-direction: column;
  }
}
.country-select-swal .country-select-header {
  text-align: left;
  margin-bottom: 20px;
}
.country-select-swal .country-select-header h4 {
  font-size: 30px;
}
.country-select-swal .country-select-header .country-select-description {
  font-size: 18px;
}
.country-select-swal .country-select-options {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.country-select-swal .country-select-options .country-select-option {
  flex: 0 0 47%;
  text-align: right;
}
.country-select-swal .country-select-options .country-select-option a:last-of-type {
  font-size: 20px;
  font-weight: bold;
  padding: 7px 0px;
  text-align: right;
  display: block;
}

.country-popup.menu-item a{
    color: #fff !important;
}

.country-popup.menu-item  {
    background-color: #201c4f !important;
    color: #ffffff;
    border-radius: 3px;
}

.country-popup.menu-item a:hover{
    color: #fceb2b !important;
}



/** WooCommerce Custom Cart **/
body.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
}

body.woocommerce-cart .woocommerce h1 {
    color: #201C4F;
    font-family: "Helvetica", Helvetica Neue;
    font-size: 30px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

body.woocommerce-cart .woocommerce .dr-referral-code-section {
  flex: 1 1 100%;
}
body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
  flex: 1 1 100%;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
  flex: 0 0 65%;
  width: 65% !important;
  padding-right: 70px;
}
body.woocommerce-cart .woocommerce form.woocommerce-cart-form .actions {
    display: none;
}
body.woocommerce-cart .woocommerce .cart-collaterals {
  flex: 0 0 34%;
  width: 34% !important;
  color: #000 !important;
}
body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  background: lightgray;
  float: unset !important;
  width: 100% !important;
  padding: 20px;
}
body.woocommerce-cart .woocommerce table.shop_table {
  border: 0px;
}
body.woocommerce-cart .woocommerce table input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
body.woocommerce-cart .woocommerce table input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
body.woocommerce-cart table.cart td.product-thumbnail {
  width: 222px;
}
body.woocommerce-cart table.cart img {
  width: 222px !important;
  border: 1px solid #707070;
}
body.woocommerce-cart table.cart td.product-name .product-info {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  min-height: 198px;
}
body.woocommerce-cart table.cart td.product-name .product-info .product-name {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-cart table.cart td.product-name .product-info .product-name a {
  font-size: 22px !important;
  font-family: "Roboto" !important;
  font-weight: bold !important;
  color: #000000;
  text-decoration: none;
  flex: 0 0 100%;
}
body.woocommerce-cart table.cart td.product-name .product-info .product-name a:hover {
  font-size: 22px !important;
  font-family: "Roboto" !important;
  font-weight: bold !important;
  color: #000000;
  text-decoration: none;
}
body.woocommerce-cart table.cart td.product-name .product-info .product-name a:visited {
  font-size: 22px !important;
  font-family: "Roboto" !important;
  font-weight: bold !important;
  color: #000000;
  text-decoration: none;
}
body.woocommerce-cart table.cart td.product-name .product-info .product-name a:active {
  font-size: 22px !important;
  font-family: "Roboto" !important;
  font-weight: bold !important;
  color: #000000;
  text-decoration: none;
}
body.woocommerce-cart table.cart td.product-name .product-info .product-name .product-type {
  flex: 0 0 100%;
  font-family: "Roboto" !important;
  color: #54595E;
  font-size: 14px;
  font-weight: 500;
}
body.woocommerce-cart table.cart td.product-name .product-info .product-action {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-cart table.cart td.product-name .product-info .product-action .product-remove {
  flex: 1 1 100%;
  display: flex;
}
body.woocommerce-cart table.cart td.product-name .product-info .product-action .product-remove a {
  font-size: 14px;
  color: #54595E !important;
  flex: 0 0 auto;
  text-align: left;
  text-decoration: underline;
}
body.woocommerce-cart table.cart td.product-name .product-info .product-action .product-remove a:hover {
  border-radius: 0px;
  background: transparent !important;
}
body.woocommerce-cart table.cart td.product-name .product-info .product-action .product-quantity {
  flex: 1 1 100%;
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  color: #54595E !important;
}
body.woocommerce-cart table.cart td.product-name .product-info .product-action .product-quantity span {
  margin-right: 10px;
  color: #54595E !important;
}
body.woocommerce-cart table.cart td.product-name .product-info .product-action .product-quantity input[type=number] {
  border: 0px;
}
body.woocommerce-cart table.cart td {
  padding: 30px 12px;
}
body.woocommerce-cart table.cart .product-subtotal {
  vertical-align: top;
  color: #54595E !important;
  font-size: 22px;
  font-weight: bold;
}
body.woocommerce-cart table.cart .product-subtotal .subscription-details {
  display: none !important;
}
body.woocommerce-cart .extra_products {
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-cart .extra_products .layout-product {
  display: flex;
  flex: 0 0 70%;
  margin-bottom: 20px;
}
body.woocommerce-cart .extra_products .layout-product .layout-thumbnail {
  flex: 0 0 222px;
  position: relative;
}

body.woocommerce-cart .extra_products .layout-product .layout-thumbnail img {
    border: 1px solid #707070;
}
body.woocommerce-cart .extra_products .layout-product .layout-thumbnail .layout-thumbnail-banner {
  position: absolute;
  top: 20px;
  left: 0px;
  width: auto;
  display: inline-block;
  max-width: 200px;
  background: #141B4D;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 7px;
}
body.woocommerce-cart .extra_products .layout-product > .layout-info {
  flex: 0 1 calc(100% - 222px);
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  padding-left: 50px;
  max-width: 100%;
}
body.woocommerce-cart .extra_products .layout-product > .layout-info .layout-title {
  flex: 0 0 100%;
  font-size: 28px;
  font-weight: 600;
}
body.woocommerce-cart .extra_products .layout-product > .layout-info .layout-price {
  flex: 0 0 100%;
  font-weight: bold;
}
body.woocommerce-cart .extra_products .layout-product > .layout-info .layout-price .layout-price {
  text-decoration: line-through;
  text-decoration-color: #707070;
  color: #54595E;
}
body.woocommerce-cart .extra_products .layout-product > .layout-info .layout-price .layout-sale-price {
  color: #C14F47;
  margin-left: 8px;
}
body.woocommerce-cart .extra_products .layout-product > .layout-info .layout-price .layout-sale-price.hide-price {
	display: none;
}
body.woocommerce-cart .extra_products .layout-product > .layout-info .layout-price .layout-price-current.sub {
  text-decoration: line-through;
  text-decoration-color: #707070;
  color: #54595E;
}
body.woocommerce-cart .extra_products .layout-product > .layout-info .layout-desc {
  flex: 0 0 100%;
}
body.woocommerce-cart .extra_products .layout-product > .layout-info .layout-selectors {
  flex: 0 0 100%;
  display: flex;
  flex-wrap: wrap;
}
body.woocommerce-cart .extra_products .layout-product > .layout-info .layout-selectors .layout-product-label {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: nowrap;
  background: #F8F7F9;
  align-items: center;
  color: #201c4f;
  cursor: pointer;
  padding: 20px 0px;
  margin: 10px 0px;
}
body.woocommerce-cart .extra_products .layout-product > .layout-info .layout-selectors .layout-product-label .layout-raido-select {
  flex: 0 0 50px;
  text-align: center;
}
body.woocommerce-cart .extra_products .layout-product > .layout-info .layout-selectors .layout-product-label.selected-product-layout {
  background: #201c4f;
  color: #fff;
}
body.woocommerce-cart .extra_products .layout-product > .layout-info .layout-selectors .layout-product-label.selected-product-layout .sub-variable {
  color: #000;
}
body.woocommerce-cart .cart-collaterals .cart_totals {
  float: unset !important;
  width: 100% !important;
}
body.woocommerce-cart .cart-collaterals .cart_totals h2 {
    margin-top: 0 !important;
}
body.woocommerce-cart .dr-referral-code-section {
    padding: 20px;
    background: lightgray;
    color: #000 !important;
}

body.woocommerce-cart .dr-referral-code-section h3 {
    color: #54595F;
    font-family: "Helvetica", Helvetica Neue;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

body.woocommerce-cart .dr-referral-code-section #doctor_ref_code {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    padding-top: 10px;
	flex-wrap: wrap;
}


body.woocommerce.single-product .dr-referral-code-section {
    padding: 20px;
    background: lightgray;
    color: #000 !important;
	margin-bottom: 50px;
}

.dr-code-error {
	flex: 0 0 100%;
}

body.woocommerce.single-product .dr-referral-code-section h3 {
    color: #54595F !important;
    font-family: "Helvetica", Helvetica Neue !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
}

body.woocommerce.single-product .dr-referral-code-section #doctor_ref_code {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    padding-top: 10px;
	flex-wrap: wrap;
}

body.woocommerce-cart .elementor-location-footer {
    margin-top: 50px;
}

@media only screen and (max-width:68.75em) { 
	/* CSS rules here */
	body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
	    flex: 0 0 100% !important;
        padding-right: 0 !important;
        width: 100% !important;
	}
	body.woocommerce-cart .woocommerce .cart-collaterals {
	    flex: 0 0 100% !important;
        margin-top: 20px !important;
        order: 3 !important;
	}
	body.woocommerce-cart .woocommerce .extra-products-container {
	    flex: 0 0 100% !important;
        order: 2 !important;
	}
	body.woocommerce-cart .extra_products .layout-product .layout-thumbnail {
	    display: none;
	}
	body.woocommerce-cart .extra_products .layout-product {
	    flex: 0 0 100%;
	}
	body.woocommerce-cart .extra_products .layout-product > .layout-info {
	    padding-left: 0px;
	    flex: 0 1 100%;
	}
	body.woocommerce-cart .dr-referral-code-section #doctor_ref_code {
	    flex-wrap: wrap;
	}
	body.woocommerce-cart table.cart .product-subtotal {
	    font-size: 17px;
	}
	body.woocommerce-cart .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	    font-size: 17px;
	    padding-right: 20px;
	    color: #000;
	}
	body.woocommerce-cart table.cart td.product-name .product-info {
	    min-height: unset;
	    text-align: left;
	    align-content: normal;
	}
	
}

.mc-coupon {
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
    padding-top: 10px;
    flex-wrap: wrap;
    padding: 20px;
    background: lightgray;
    color: #000 !important;
    margin-top: 30px;
}

.mc-coupon label {
    flex: 1 1 100%;
    margin-bottom: 10px;
    color: #54595F;
    font-family: "Helvetica", Helvetica Neue;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
}


.swiper-container .elementor-slideshow__footer {
    display: none !important;
}

/* General Dropdown Styles */
.woocommerce-MyAccount-navigation .custom-select {
    position: relative;
    margin-bottom: 20px; /* Add spacing between dropdown and other elements */
}

.woocommerce-MyAccount-navigation .custom-select select {
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    font-size: 18px;
    padding: 10px 20px; /* Space for dropdown arrow */
    background-color: #201C4F;
    border: 0 solid #201C4F;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    outline: none;
    box-shadow: 3px 3px 2px 0px #E2E2E2;
    line-height: 1.5;
    text-align: left;
}

/* Focus State */
.woocommerce-MyAccount-navigation .custom-select select:focus {
    background: #201C4F;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
}

/* Dropdown Arrow */
.woocommerce-MyAccount-navigation .custom-select::after {
    content: "";
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 10px; /* Adjust arrow to be closer to the right edge */
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    background-color: #FFFFFF;
    clip-path: polygon(8% 17%, 0% 25%, 50% 84%, 100% 25%, 92% 17%, 50% 65%);
}

/* Mobile-Specific Adjustments */
@media (max-width: 768px) {
    .woocommerce-MyAccount-navigation ul {
        display: none; /* Hide the default list navigation */
    }

    /* Highlight the active item in the dropdown */
    .custom-select select option[selected] {
        font-weight: bold;
    }

    /* Dropdown options styling */
    .custom-select select option {
        background-color: #fff; /* Light background for dropdown options */
        color: #201c4f; /* Match the button's text color */
    }

    /* Optional: Override the dropdown arrow color in some browsers */
    .custom-select select {
        padding-right: 40px; /* Add space for the native dropdown arrow */
    }
}
