.select-1 {
	display: inline-block;
	max-width: 100%;
	position: relative;
	font-size: 0;
}

.select-1 select {
	color: var(--text);
	font-weight: 300;
	max-width: 100%;
	margin: 0;
	border: 0;
	box-shadow: none;
	background-color: transparent;
	z-index: 2;
	width: 100%;
	height: 100%;
	position: relative;
	padding: .9375rem .875rem .9375rem;
	padding-right: calc(.875rem * 2 + .5rem);
	appearance: none;
	cursor: pointer;
	font-size: var(--font-size-form);
}

.select-1.small select {
	font-size: var(--font-size-body-smaller);
	padding-top: 0;
	padding-bottom: 0;
}

.select-1 i.chevron, .select-2 i.chevron, .select-3 i.chevron {
	position: absolute;
	top: 50%;
	right: .875rem;
	margin-top: -3px;
	pointer-events: none;
}

.select-2 {
	width: 7.1875rem;
	position: relative;
}

.select-2 select {
	color: var(--text);
	background-color: white;
	font-weight: 300;
	box-shadow: none;
	width: 100%;
	font-size: var(--font-size-form);
	padding: .9375rem .875rem .9375rem;
	padding-right: calc(.875rem * 2 + .5rem);
	border: 1px solid #5b6670;
	border-radius: 2px;
	appearance: none;
	cursor: pointer;
	z-index: 3;
}

.select-2 label {
	position: absolute;
	top: -.5em;
	font-size: .8125rem;
	left: calc(.875rem - 3px);
	pointer-events: none;
	line-height: 1;
	transform: scaleY(1.1);
	background-color: white;
	padding: 0 3px;
}

.border-bottom-1{
	border-bottom: 1px solid #d9d9d9;
}
.border-top-1{
	border-top: 1px solid #d9d9d9;
}

.mini-breadcrumb {
	margin-bottom: 1.25rem;
	margin-top: 1.25rem;
	align-items: center;
}

/* only on checkout for now */
.mini-breadcrumb .disabled {
	color: var(--text7);
}

.mini-breadcrumb i.chevron {
	margin-left: .4375rem;
	margin-right: .4375rem;
	color: var(--text6);
}

.mini-breadcrumb a, .mini-breadcrumb span {
	font-size: var(--font-size-body);
}

.mini-breadcrumb > * {
	display: inline-block;
	vertical-align: middle;
}

@media screen and (min-width: 720px) {
	.mini-breadcrumb {
		margin-top: 1.75rem;
		margin-bottom: 1.75rem;
	}
}

/*CART*/
#cart .cart-title {
	margin-top: 1.75rem;
	margin-bottom: 1.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#cart .cart-title .cart-total, #cart .cart-body .right .cart-total {
	margin-top: 0;
	margin-right: 1.25rem;
	text-align: right;
	font-size: var(--font-size-body-smaller);
	color: var(--text6);
}

#cart .cart-body .right .cart-total {
	margin-right: 0;
	margin-top: 1.25rem;
}

#cart .cart-title .cart-total .money, #cart .cart-body .right .money {
	font-size: var(--font-size-heading-4);
	margin-top: .25rem;
	margin-left: 0;
	color: var(--text);
}

#cart .cart-title .cart-total-small {
	margin-top: .25rem;
	font-size: var(--font-size-body-smaller);
	color: var(--text6);
}

#cart .cart-title .cart-total-small .money {
	margin-left: .25rem;
	display: inline-block;
	color: var(--text);
}

#cart .cart-section {
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 1.75rem;
	width: 100%;
}

#cart .cart-items .item {
	padding: 0 .75rem 1.75rem 0;
	margin-bottom: 1.75rem;
	border-bottom: 1px solid #eaeaea;
	display: flex;
}

#cart .cart-items .item > .img {
	width: 75px;
	flex: 0 0 auto;
}

#cart .cart-items .item > .img img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

#cart .cart-items .item > .content {
}

#cart .cart-items .item > .content > .product {

}

#cart .cart-items .item > .content > .options {
	position: relative;
	margin-top: calc(1.75rem - .75rem);
}

#cart .cart-items .product-title {
	font-weight: 700;
	font-size: var(--font-size-product-card);
	margin-top: 0;
	margin-bottom: .5rem;
	color: var(--text);
}

#cart .cart-items .product-price, #cart .cart-items .product-info, #cart .cart-items .product-is-sample {
	font-size: var(--font-size-body-smaller);
	line-height: 1.5;
	color: rgba(91,102,112,.8);
}

#cart .cart-items .item > .content > .options > * {
	flex: 1 1 auto;
	margin-top: .75rem;
}

#cart .cart-items .qty-select {
	margin-right: 1.25rem;
	max-width: calc(7.1875rem + 1.25rem);
	min-width: calc(7.1875rem + 1.25rem);
	width: 100%;
}

#cart .cart-items .total {
	font-size: var(--font-size-heading-5);
	white-space: nowrap;
	padding-right: calc(1.25rem + 1.25rem);
}

#cart .cart-items .remove {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1.25rem;
	text-align: right;
}

#cart .cart-items .remove a {
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 5px;
	background-color: rgba(91,102,112,.2);
	border-radius: 100%;
}

#cart .cart-body .left .cart-total {
	/* margin-top: 2rem; */
	margin-bottom: 1.75rem;
	display: inline-block;
	width: 100%;
}

#cart .cart-body .left .cart-total .order-instructions {
	margin-bottom: .75rem;
	display: inline-block;
}

#cart .cart-body .left .cart-total .note-enter {
	max-width: 450px;
}

#cart .cart-body .cart-subtotal {
	/* padding-top: 1.75rem; */
	/* margin-top: 2rem; */
	/* margin-bottom: 1rem; */
	font-size: 1.375rem;
	/* border-top: 1px solid #eaeaea; */
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#cart .cart-body .cart-subtotal .money {
	font-size: 1.75rem;
	text-align: right;
}

#cart .cart-shipping {
	font-size: var(--font-size-body);
	margin-bottom: 1.75rem;
	line-height: 1.56;
}

#cart .cart-checkout .discount-code {
	width: 100%;
	margin-bottom: 1.125rem;
	display: flex;
}

#cart .cart-checkout .discount-code > * {
	flex: 1 1 auto;
}

#cart .cart-checkout .discount-code .button {
	flex: 0 0 29%;
}

#cart .cart-checkout .checkout-button {
	display: flex;
	align-items: center;
	justify-content: center;
}

#cart .cart-checkout .additional-checkout {
	display: flex;
	justify-content: center;
}

#cart .cart-checkout .additional-checkout > a {
	width: 113px;
	height: 42px;
	margin: 0 5px 5px !important;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#cart .cart-checkout .additional-checkout .shoppay {
	background-color: #5a31f4;
}

#cart .cart-checkout .additional-checkout .paypal {
	background-color: #ffc439;
}

#cart .cart-checkout .additional-checkout .gpay {
	background-color: #000000;
}

#cart .cart-items-empty {
	font-size: var(--font-size-body);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 358px;
	padding: 1.25rem;
	text-align: center;
	border: 1px solid rgba(0,0,0,.15);
	box-shadow: 0 1px 4px #0000000f;
}



/*CHECKOUT*/

.checkout-style {
	font-size: 16px;

	min-height: 100%;
	position: relative;
	overflow-x: hidden;
}

.checkout-style body {
	font-size: 14px;
	line-height: 1.3em;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	color: #545454;

	overflow-x: hidden;
/*	height: 100%; */
}

.checkout-style p {
	padding: 0;
}

#checkout {
	position: absolute;
	left: 0;
	right: 0;
	height: 100%;
}

#checkout main {
	padding: 0 1em;
	/*padding: 0 5%; */
	width: 100%;
	max-width: 40em;
	margin: 0 auto;
	height: 100%;
	display: flex;
	flex-direction: column;
}

#checkout a:not(.button) {
	color: var(--primary);
}

#checkout a:not(.button).small {
	font-size: 0.8571428571em;
}
/*
#checkout .logo {
	max-height: 2.1428571429em;
}
*/
#checkout #info-col {
	display: flex;
	flex-direction: column;
}

#checkout #cart-col, #checkout .cart-collapser {
	position: relative;
	color: #535353;
}

#checkout .cart-collapser {
	padding: 1.25em 0;
}

#checkout .cart-collapser .total {
	font-size: 1.2857142857em;
	line-height: 1em;
}

#checkout .cart-collapser > a > *{
	vertical-align: middle;
	display: inline-block;
}

#checkout .cart-collapser > a.collapsed .whenExpanded {
	display: none;
}

#checkout .cart-collapser > a:not(.collapsed) .whenCollapsed {
	display: none;
}

#checkout #to-collapse {
	padding-top: 1.5em;
}

#checkout #cart-col::after {
	content: "";
	display: block;
	width: 300%;
	position: absolute;
	top: 0;
	left: -100%;
	bottom: 0;
	background: #fafafa;
	z-index: -1;
	-webkit-box-shadow: 0 -1px 0 #e1e1e1 inset;
	box-shadow: 0 -1px 0 #e1e1e1 inset;
}

#checkout .cart-collapser::after {
	content: "";
	display: block;
	width: 300%;
	position: absolute;
	top: 0;
	left: -100%;
	bottom: 0;
	background: #fafafa;
	z-index: -1;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}

#checkout .dark {
	color: #333;
}

#checkout .contact .avatar {
	display: inline-block;
	margin-right: 1em;
	width: 50px;
	height: 50px;
	background-color: #d8d8d8;
	border-radius: 8px;
}

#checkout .contact .avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

#checkout .contact .text {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5em;
}

#checkout .input-wrapper {
	height: 47px;
	border-color: #d9d9d9;
}

#checkout .select-2 select {
	height: 47px;
	border-color: #d9d9d9;
}

#checkout .button-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 1.5rem;
	margin-bottom: 4em;
}

#checkout hr {
	background-color: #d9d9d9;
	opacity: 1;
}

#checkout .link-bar {
	margin-top: auto;
}


#checkout .link-bar a {
	padding-right: 25px;
	padding-bottom: 15px;
	display: inline-block;
}

.mini-cart, #checkout .shipping-options, #checkout .payment-options {
	font-size: 1em;
	width: 100%;
}

.mini-cart .item {
	padding-top: 1em;
	display: flex;
	align-items: center;
}

#checkout .shipping-options .item, #checkout .payment-options .item {
	padding: 1em;
	box-shadow: 0 0 0 1px #d9d9d9;
	border-radius: 8px;
	margin-top: 10px;
	cursor: pointer;

	display: flex;
	align-items: center;
}

#checkout .shipping-options .item.active, #checkout .payment-options .item.active {
	box-shadow: 0 0 0 2px rgba(2, 204, 211,.7); /* primary color with alpha */
}

.mini-cart .item:first-child {
	padding-top: 0;
}

#checkout .shipping-options .item:first-child, #checkout .payment-options .item:first-child {
	margin-top: 0;
}

#checkout .payment-options .item:not(.active) .onlyShowWhenActive {
	display:none;
}

.mini-cart .img {
	position: relative;
	width: 4.6em;
	height: 4.6em;
}

.mini-cart .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 1px rgba(0,0,0,0.1) solid;
	border-radius: 8px;
	background-color: #fff;
	padding: 5px;
}

#checkout .shipping-options .img {
	position: relative;
	height: 4.6em;
	border: 1px rgba(0,0,0,0.1) solid;
	border-radius: 8px;
}

#checkout .shipping-options .img img {
	width: 90%;
	object-fit: cover;
	/* border: 1px rgba(0,0,0,0.1) solid; */
	/* border-radius: 8px; */
	background-color: #fff;
	display: block;
	margin: auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.mini-cart .img .qty {
	font-size: 0.8571428571em;
	font-weight: 500;
	line-height: 1.75em;
	text-align: center;
	border-radius: 1.75em;
	background-color: rgba(114,114,114,0.9);
	color: #fff;
	min-width: 1.75em;
	height: 1.75em;
	padding: 0 0.5833333333em;
	position: absolute;
	right: -0.75em;
	top: -0.75em;
	z-index: 3;
}

.mini-cart .info, #checkout .shipping-options .info {
	padding-left: 1em;
	color: #313131;
}

.mini-cart .info > div, #checkout .shipping-options .info > div {
	color: #717171;
	font-size: 0.8571428571em;
}

.mini-cart .price, #checkout .shipping-options .price {
	margin-left: auto;
	text-align: right;
	color: #313131;
}

.mini-cart .price .old, #checkout .shipping-options .price .old {
	color: #959897;
	text-decoration: line-through;
}

#checkout .discount-code {
	width: 100%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	display: flex;
}

#checkout .discount-code > * {
	flex: 1 1 auto;
}

#checkout .discount-code .button {
	flex: 0 0 auto;
}

#checkout .cost-summary, .order-details .cost-summary {
	color: #535353;
	padding-bottom: 0.5em;
}

#checkout .cost-summary span, .order-details .cost-summary span {
	vertical-align: top;
	padding-top: 0.75em;
	display: inline-block;
}

#checkout .cost-summary br, .order-details .cost-summary br {
	float: none;
	clear: both;
}

#checkout .cost-summary .price, .order-details .cost-summary .price {
	color: #323232;
}

#checkout .cost-summary .text, .order-details .cost-summary .text {
	font-size: 0.8571428571em;
	color: #717171;
	padding-left: 1.5em;
}

#checkout .cost-summary i, .order-details .cost-summary .i {
	vertical-align: middle;
	color: #8f8f8f;
}

#checkout .cost-summary .campaign-title { display: block; padding-right: 100px; }
#checkout .cost-summary .campaign-price { position: absolute; right: 0; top: 0; }

#checkout .total-line, .order-details .total-line {
	padding-top: 0.5em;
	padding-bottom: 1.5em;
	color: #323232;
	font-size: 1em;
}

#checkout .total-line span, .order-details .total-line span {
	font-size: 1.1428571429em;
}

#checkout .total-line .currency, .order-details .total-line .currency {
	color: #717171;
	font-size: 0.8571428571em;
	vertical-align: 0.3em;
	margin-right: 0.5em;
}

#checkout .total-line .price, .order-details .total-line .price {
	font-size: 1.7142857143em;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1em;
}

#checkout .mini-breadcrumb {
	margin-top: 1.5em !important;
}

#checkout .mini-breadcrumb a, #checkout .mini-breadcrumb span {
	font-size: 12px;
}

#checkout .checkout-summary {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	padding: 0.8571428571em 1.1428571429em;
}

#checkout .checkout-summary .item {
	display: flex;
	margin-top: 0.8571428571em;
	padding-top: 0.8571428571em;
	border-top: 1px solid #e6e6e6;
	align-items: center;
}

#checkout .checkout-summary .item:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

#checkout .checkout-summary .item .left {
	color: #737373;
	padding-right: 1.1428571429em;
	flex: 0 1 7rem;
	min-width: 7rem;
}

#checkout .checkout-summary .item .middle {
	padding-right: 1.1428571429em;
	flex: 1 2 auto;
	font-size: 13px;
}

#checkout .checkout-summary .item .right {
	text-align: right;
	flex: 0 0 auto;
}

.basic-error {
	background-color: #ffebeb;
	margin-bottom: 1.4285714286em;
	padding: 1em;
	border-radius: 4px;
	border: 1px solid #fad9d9;
	display: flex;
}

.basic-error > *:first-child {
	color: #e22120;
	font-size: 22px;
	margin-right: 0.5em;
}

.basic-info {
	background-color: #f4f8ff;
	margin-bottom: 1.4285714286em;
	padding: 1em;
	border-radius: 4px;
	border: 1px solid #b6d4fe;
	display: flex;
}

.basic-info > *:first-child {
	color: #8ab8f9;
	font-size: 22px;
	margin-right: 0.5em;
}

.order-history > .col-title {
	font-size: var(--font-size-heading-4);
}

.order-history > .item {
	padding: 0 .75rem 1.75rem 0;
	margin-bottom: 1.75rem;
	border-bottom: 1px solid #eaeaea;
	display: flex;
	flex-wrap: wrap;
}

.order-history > .item.small {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
}

.order-history > .item > .img {
	width: 75px;
	flex: 0 0 auto;
	position: relative;
}

.order-history > .item > .img .qty {
	font-size: 0.8571428571em;
	font-weight: 500;
	line-height: 1.75em;
	text-align: center;
	border-radius: 1.75em;
	background-color: rgba(114,114,114,0.9);
	color: #fff;
	min-width: 1.75em;
	height: 1.75em;
	padding: 0 0.5833333333em;
	position: absolute;
	right: -0.75em;
	top: -0.75em;
	z-index: 3;
}

.order-history > .item > .img img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.order-history > .item > .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 1 1 auto;
}

.order-history > .item > .details {
	min-width: 100%;
	margin-top: 15px;
	padding-top: 25px;
	border-top: 1px solid #eaeaea;
}

.order-history > .item > .content > .product {

}

.order-history > .item > .content > .options {
	position: relative;
	margin-top: calc(1.75rem - .75rem);
	display: flex;
	align-items: center;
}

.order-history .product-title {
	font-weight: 700;
	font-size: var(--font-size-product-card);
	margin-top: 0;
	margin-bottom: .5rem;
	color: var(--text);
}

.order-history .product-title a {
	color: var(--text);
}

.order-history .product-price, .order-history .product-info, .order-history .product-is-sample {
	font-size: var(--font-size-body-smaller);
	line-height: 1.5;
	color: rgba(91,102,112,.8);
}

.order-history > .item > .content > .options > * {
	/*flex: 1 1 auto; */
	margin-top: .75rem;
}

.order-history .total {
	text-align: right;
	font-size: var(--font-size-heading-5);
	white-space: nowrap;
/*	padding-right: calc(1.25rem + 1.25rem); */
}

.order-history .more {
	flex: 0 0 auto !important;
	padding-left: 1.25rem;
	text-align: center;
}

.order-history .more .state {
	padding-bottom: 0.5rem;
}


.order-details { position: relative; }

.order-details .campaigns { position: relative; padding: 15px 0; }
.order-details .campaigns p { font-size: 13px; line-height: 15px; color: #1DFF27; position: relative; margin-bottom: 10px; }
.order-details .campaigns p:last-child { margin-bottom: 0; }

.order-details .policies { position: relative; }
.order-details .policies .item { position: relative; border: 1px solid #D2DAE1; border-radius: 6px; margin-bottom: 10px; }
.order-details .policies .item .head { position: relative; padding: 0; border: 0; display: block; color: inherit; }
.order-details .policies .item .head h3 { position: relative; cursor: pointer; padding: 14px 38px; display: block; font-size: 18px; line-height: 22px; margin: 0; }
.order-details .policies .item .head h3 i { position: absolute; right: 20px; top: 20px; width: 15px; height: 15px; }
.order-details .policies .item .content { max-height: 200px; overflow-y: auto; padding: 14px 38px; font-size: 14px; line-height: 22px; }

.previous-purchase { padding: 0 0 20px; }
.previous-purchase .contact-info { position: relative; padding-bottom: 30px; }

.previous-purchase .contact-info .item { padding: 20px 0 10px 0; }
.previous-purchase .contact-info .item span.title { display: block; font-size: var(--font-size-heading-3); padding-bottom:10px; }
.previous-purchase .contact-info .item span.value { display: block; }

.previous-purchase .policies .item .head h3 {
	padding: 15px 20px;
	font-size: 15px;
}

.previous-purchase .policies .item, .previous-purchase .left-info-box {
	background: white;
}

.previous-purchase .left-info-box { position: relative; padding: 15px 20px; border: 1px solid #D2DAE1; border-radius: 6px; margin: 0; font-size: 14px; line-height: 22px; }
.previous-purchase .left-info-box h3 { display: inline-block; font-size: 15px; line-height: 22px; margin: 0; }
.previous-purchase .left-info-box h3 i { position: absolute; right: 20px; top: 18px; width: 15px; height: 15px;  }

.order-history .state.onayBekliyor {
	color: #282C3C;
}

.order-history .state.onaylandi {
	color: #2250bd;
}

.order-history .state.hazirlaniyor {
	color: #5FAFD3;
}

.order-history .state.tamamlandi {
	color: #16DB1F;
}

.order-history .state.iptalEdildi {
	color: #e22120;
}

.order-history .state.kargoda {
	color: #FFA610;
}

.order-history .more .button.collapsed .whenExpanded {
	display: none;
}

.order-history .more .button:not(.collapsed) .whenCollapsed {
	display: none;
}

#checkout .shipping-options .item.active, #checkout .payment-options .item.active{
	background: #fafafa;
}

.banks-content.item {
	display: block !important;
}
.banks-content.item h4 {
	margin-bottom: 5px;
}
.banks-content.item .iban-no { padding-right: 5px; }
.banks-content.item .fa-copy { color: var(--primary); }

#checkout h3.dark span {
	background: #5a92db;
    font-size: 12px;
    padding: 5px 13px;
    color: #fff;
    border-radius: 4px;
}

/*ADDRESS LIST*/

.addresses-list { position: relative; }
.addresses-list
.addresses-list h3, .addresses-list h4 { display: block; position: relative; }
.addresses-list h3 a, .addresses-list h4 a {
	position: absolute; right: 0; top: 0; line-height: 19px; display: inline-block; font-size: 18px;
	font-family: Helvetica;
	letter-spacing: 1px;
	font-size: 13.5px;
	font-weight: 700;
}
/*.addresses-list h3 a:hover { transform: rotate(720deg); color: var(--yellow); } */
.addresses-list .list { position: relative; padding: 10px 0 10px 0; }
.addresses-list .list.disabled:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; cursor: not-allowed; }
.addresses-list .list.disabled { opacity: 0.4; }

.addresses-list .list .alert { margin: 0; }
.addresses-list .list .item { position: relative;
    padding: 10px 10px 15px 50px;
    margin-bottom: 10px;
	border: 1px solid #fff;
}
.addresses-list .list .item.active { background: #fafafa; border: 1px solid #f0f0f0; border-radius: 5px;  }
.addresses-list .list .item input[type="radio"] { display: none; }
.addresses-list .list .item label { position: relative; font-size: 14px; line-height: 19px; color: #505B65; margin: 0; padding-left: 0; padding-bottom: 10px; }
.addresses-list .list .item.static label { color: #329DF3; }
.addresses-list .list .item label:before { content: ''; width: 20px; height: 20px; position: absolute; left: -40px; top: 5px; border: 1px solid #707070; background: #FBFBFB; z-index: 1; border-radius: 50%; }
.addresses-list .list .item input[type="radio"]:checked + label:before { background: var(--primary); }
.addresses-list .list .item label strong { font-weight: 500 !important; }

.addresses-list .list.bank-transfer { padding-top: 20px; }
.addresses-list .list.bank-transfer .item { padding: 25px; background: #fff; border: 1px solid #d2dae1; width: 100%; border-radius: 2px; }
.addresses-list .list.bank-transfer .item .approved { position: absolute; right: 10px; top: 10px; padding: 4px 15px; background: #d2dae1; border-radius: 3px; font-size: 12px; color: #5d6771 !important; z-index: 1; }
.addresses-list .list.bank-transfer .item .approved.active { background: var(--primary); color: #fff !important; }
.addresses-list .list .item .addressUpdateDelete { background: var(--primary); color: #fff !important; padding: 3px 7px !important; line-height: 12px !important; font-size: 12px; border-radius: 3px; }
.addresses-list .list .item .addressUpdateDelete i { font-size: 12px; position: relative; top: -2px; }
.addresses-list .list .item .addressUpdateDelete.delete { background: none; color: #505B65 !important; }
.addresses-list .list .item .addressUpdateDelete.delete i { font-size: 13px; top: 0px; }
.invoice-copy-box { margin-top: 1.5rem; padding: 0.5rem 1rem; background: #fafafa; border-radius: 5px; border: 1px solid #f1f1f1; }



.addresses-list .list .item.cure-item { position: relative; background: rgb(2 204 211 / 6%); padding: 30px 25px; }
.addresses-list .list .item.cure-item .before { position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: var(--Vcyan); z-index: 0; }
.addresses-list .list .item.cure-item .before.semi-completed { background: #feedc9 }
.addresses-list .list .item.cure-item .before.canceled { background: #fd6072 }
.addresses-list .list .item.cure-item .cure-item-content,
.addresses-list .list .item.cure-item .cure-item-information { position: relative; z-index: 2; }
.addresses-list .list .item.cure-item .cure-item-information { text-align: right }
.addresses-list .list .item.cure-item .cure-item-content h3 { margin-bottom: 15px; font-size: 40px; font-weight: 700; text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; }
.addresses-list .list .item.cure-item .cure-item-content p { margin-bottom: 15px; font-style: italic; }
.addresses-list .list .item.cure-item .cure-item-content a:not(.title) { color: var(--Vblue); transition: all 0.3s ease-in-out; font-style: italic; }
.addresses-list .list .item.cure-item .cure-item-content a:not(.title):hover { letter-spacing: 0.2px }
.addresses-list .list .item.cure-item .cure-item-content a.title { color: var(--text)}
.item .information {
    position: relative;
    color: #fff;
    z-index: 1;
    text-align: center;
    display: flex;
	gap: 60px;
	width: 100%;
	justify-content: right;
}
.item .information a {
	color: var(--text)
}
.item .information .percent {
    font-size: 45px;
	font-weight: 700;
	width: 150px;
	text-align: center;
	line-height: 0.5;
    top: 10px;
    position: relative;
}
.item .information .percent span {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	line-height: 1;
	font-style: italic;
}
.item .information i {
	font-size: 65px;
}
.item .information span {
	font-size: 15px;
	color: #fff;
	font-weight: normal;
}
.item.semi-completed .information {
    position: relative;
    font-size: 15px;
    color: #5d6771;
    z-index: 1;
    text-align: center;
    width: 150px;
    display: inline-block;
	font-style: italic;
}
.item.canceled .information {
    position: relative;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    text-align: center;
    width: 150px;
    display: inline-block;
	font-style: italic;
}
.item .information.active,
.item .information.active .percent span {
	color: var(--text);
}
.cure_cancel_btn {
	border: 0;
	background: #fd6072;
	color: #fff;
	margin-top: 10px;
	border-radius: 4px;
	font-size: 13px;
	padding: 3px 13px;
}

@media(max-width: 767px){
	.addresses-list { border-right: 0; padding-right: 0; }
	.item .information .percent {
	    margin: 0 auto;
	}
	.item .information {
	    gap: 15px;
	    width: 100%;
	    justify-content: center;
	    text-align: center;
	    flex-direction: column;
	}
	.addresses-list .list .item.cure-item .cure-item-content, .addresses-list .list .item.cure-item .cure-item-information
	{
		text-align: center;
		padding-bottom: 30px;
	}
}

/*WHERE IS MY CARGO*/

.where-is-my-cargo h5 {
	background: var(--primary);
    padding: 10px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
	line-height: 21px;
}
.where-is-my-cargo .timeline ul {
	padding: 30px 40px;
    margin: 0;
    list-style: none;
    position: relative;
    border: 1px solid #ececec;
}
.where-is-my-cargo .timeline ul::before {
	content: " ";
    width: 1px;
    background-color: #ececec;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 47px;
    z-index: 1;
}
.where-is-my-cargo .timeline ul li
{
	position: relative;
	padding: 10px 0;
	z-index: 2;
}
.where-is-my-cargo .timeline li div {
	display: inline-block;
	vertical-align: top;
}
.where-is-my-cargo .timeline .bullet {
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border-radius: 50%;
	background: #fff;
	z-index: 1;
	margin-right: 12px;
}
.where-is-my-cargo .timeline .bullet.pink {
	background: #F93B69;
}
.where-is-my-cargo .timeline .bullet.green {
	background: #46c079;
}
.where-is-my-cargo .timeline .bullet.orange {
	background: #EB8B6E;
}
.where-is-my-cargo .timeline .time {
	width: 20%;
	font-size: 0.75em;
}
.where-is-my-cargo .timeline .desc {
	width: 50%;
}
.where-is-my-cargo .timeline h3 {
	font-size: 0.9em;
	font-weight: 400;
	margin: 0;
}
.where-is-my-cargo .timeline h4 {
	margin: 0;
	font-size: 0.7em;
	font-weight: 400;
	color: #808080;
}
.where-is-my-cargo .timeline .people img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}



@media screen and (max-width: 767px) {
	.account-page .formPostRowHelper {
		display: block;
		margin-left: 0;
		margin-top: 1rem;
	}
	.order-history > .item > .content > .options {
		flex-direction: row;
		justify-content: space-between;
		margin-top: 0;
	}
	.order-history > .item > .content > .options > * {
		margin-top: 0;
	}
	.order-history > .item > .content {
		flex-direction: column;
		align-items: stretch;
	}
	#cart .cart-items .item > .content {
		width: 100%;
	}
	#cart .cart-checkout .additional-checkout {
		flex-direction: column;
	}

	#cart .cart-checkout .additional-checkout > a {
		width: 100%;
		height: 54px;
		margin: 8px 0 0 0;
	}
	#account-tiers .content {
		min-height: auto;
	}
	#account-tiers .tier {
		min-width: 0;
	}
	#account-tiers .tier:first-child {
		margin-left: 15px;
	}
	#account-tiers .tier:last-child {
		margin-right: 15px;
	}
}

@media screen and (max-width: 575px) {
	#igPost .modal-dialog {
		margin-left: 40px;
		margin-right: 40px;
	}
	.threeD-cards > * {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

@media screen and (min-width: 481px) {
	#cart .cart-items .item > .img {
		width: 120px;
	}
	.order-history > .item > .img {
		width: 120px;
	}
}

@media screen and (min-width: 576px) {
	#cart .cart-items .item > .content > .options {
		display: flex;
		align-items: center;
	}
	#cart .cart-items .total {
		padding-right: 0;
		text-align: right;
	}
	#cart .cart-items .remove {
		position: relative;
		right: auto;
		bottom: auto;
		flex-grow: 0 !important;
		width: calc(1.25rem * 2 + 1.25rem);
		max-width: 33.3%;
		padding-left: calc(1.25rem * 2);
	}
}

@media screen and (min-width: 768px) {
	.atc-banner .product {
		width: 52%;
		border-right: 1px solid #eaeaea;
	}
	.atc-banner .cart {
		margin-top: 0;
		padding-left: 1.75rem;
		width: 48%;
	}
	#cart .cart-items .item > .content > .options {
		margin-top: 0;
	}
	#cart .cart-items .total {
		min-width: 7.5rem;
	}
	#cart .cart-items .item > .content {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex: 1 0 auto;
	}
	.order-history .total {
		min-width: 7.5rem;
	}
	#cart .cart-title {
		margin-bottom: 2rem;
	}
}

@media screen and (min-width: 861px) {
	#cart .cart-body .left {
		width: calc(100% - 280px - 1.25rem);
		flex-basis: calc(100% - 280px - 1.25rem);
	}
	#cart .cart-items .item > .content > .product {
		margin-bottom: 1.75rem;
	}
	#cart .cart-items .item > .content {
		display: block; /* cancel flex */
	}
}

@media screen and (min-width: 992px) {
	#checkout #info-col {
		padding-top: 4em;
		padding-right: 6%;
	}

	#checkout #to-collapse {
		padding-top: 4em;
	}

	#checkout #cart-col {
		padding-left: 4%;
	}

	#checkout #cart-col::after {
		left: 0;
		background-position: left top;
		-webkit-box-shadow: 1px 0 0 #e1e1e1 inset;
		box-shadow: 1px 0 0 #e1e1e1 inset;
	}
	#checkout main {
		padding: 0;
		/*padding: 0 5%; */
		width: 90%;
		max-width: 78.5714285714em;
		margin: 0 auto;
	}
	/*
	#checkout .logo {
		max-height: 2.8571428571em;
	}
	*/
	.mini-cart, #checkout .shipping-options {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
		position: relative;
		z-index: 1;
	}
	#offers.products-offers {
		/* originally 3.125 */
		margin-top: 1.125rem;
		margin-bottom: -1.125rem;
	}
	.threeD-cards .item.locator .inner {
		max-width: 385px;
		margin: auto;
	}
	.threeD-cards.mh640 .item {
		min-height: 640px;
	}
	.product-section {
		margin-top: 4.25rem;
	}
	.account-page .header h1 {
		font-size: 1.875rem;
	}
	.atc-banner .product {
		padding-right: 2rem;
	}
	.atc-banner .cart {
		padding-left: 3.125rem;
	}
	.auto-x-gap {
		--bs-gutter-x: 2rem;
	}
	#cart .cart-body .left {
		width: calc(100% - 280px - 2rem);
		flex-basis: calc(100% - 280px - 2rem);
	}
	#cart .cart-items .item {
		align-items: center;
	}
	#cart .cart-items .item > .content {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex: 1 0 auto;
	}
	#cart .cart-items .item > .content > .product {
		margin-bottom: 0;
	}
	#cart .cart-title {
		margin-top: 3.125rem;
		margin-bottom: 3.125rem;
	}
}

@media screen and (min-width: 1200px) {
	#cart .cart-body .left {
		width: calc(100% - 280px - 3.125rem);
		flex-basis: calc(100% - 280px - 3.125rem);
	}
}

.qty-selector-with-buttons {
	width: 130px;
}

/* Chrome, Safari, Edge, Opera */
.qty-selector-with-buttons input[type=number]::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
.qty-selector-with-buttons input[type=number] {
	-moz-appearance: textfield;
}


.account-page .formPostRow {
	margin-top: 0.5rem;
}

.account-page .formPostRowHelper {
	vertical-align: middle;
	display: inline-block;
	margin-left: 15px;
	font-size: 13px;
	line-height: 1.2;
}

.account-page .header h2 {
	background: #000;
    display: inline-block;
    padding: 20px 120px;
    color: #fff;
    max-width: 100%;
    margin-bottom: 40px;
    margin-top: 40px;
}
.account-page-right-menu {
	padding: 0 0 70px 0;
}
.account-page-right-menu .rightmenu-wrapper .rightmenu-default-address {
	border: 1px solid #efefef;
    padding: 20px;
    font-size: 14.5px;
}

.account-page-right-menu .rightmenu-wrapper .rightmenu-address-title {
	font-size: 17px;
    padding-top: 10px;
    margin-bottom: 5px;
}

.account-page-right-menu .rightmenu-wrapper .rightmenu-item {
	padding: 4px 0;
	position: relative;
}

.account-page-right-menu .rightmenu-wrapper .links {
	position: relative;
    padding: 20px 25px 20px 30px;
    border: 1px solid #efefef;
    border-top: 0;
}
.account-page-right-menu .rightmenu-wrapper .links:before {
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	position: absolute;
	z-index: 1;
	background: #245a68;
}
.account-page-right-menu .rightmenu-wrapper .rightmenu-item a {
	position: relative;
	font-size: 17px;
	color: #000;
	display: block;
	transition: all 0.3s ease-in-out;
}
.account-page-right-menu .rightmenu-wrapper .rightmenu-item a:hover,
.account-page-right-menu .rightmenu-wrapper .rightmenu-item a.active {
	color: #02CCD3;
}
.account-page-right-menu .rightmenu-wrapper .rightmenu-item a:before {
	content: '';
	width: 0;
	height: 3px;
	background: #245a68;
	position: absolute;
	left: -25px;
	top: 50%;
	margin-top: -2px;
	transition: all 0.2s ease-in-out;
}
.account-page-right-menu .rightmenu-wrapper .rightmenu-item a:hover:before,
.account-page-right-menu .rightmenu-wrapper .rightmenu-item a.active:before {
	width: 15px;
}
@media(min-width: 650px) {
	.account-page-right-menu .rightmenu-wrapper .links:after {
		content: url(../images/rightmenu-pati.png);
		position: absolute;
		right: -51px;
		top: 7px;
		z-index: 0;
		opacity: 0.3;
	}
}


/*ACCOUNT PAGE INPUT WRAPPER*/
.account-page .input-wrapper {
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    position: relative;
}
.account-page .input-wrapper input, .account-page .input-wrapper textarea {
    color: #000;
    border: 0;
    font-weight: 300;
    padding: 0 20px;
    height: 52px;
	line-height: 52px;
    outline: none !important;
    overflow: visible;
    width: 100%;
    font-size: var(--font-size-form);
    flex-basis: 0;
    flex-grow: 1;
	border: 1px solid rgba(0,0,0,0.22);
    font-size: .8rem;
}
.account-page .input-wrapper textarea {
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 21px;
}

.account-page .select-2 select {
    color: #000;
    background-color: white;
    font-weight: 300;
    box-shadow: none;
    width: 100%;
    height: 52px;
	line-height: 52px;
    font-size: 0.8rem;
    padding: 0 20px;
    padding-right: 40px;
	border: 1px solid rgba(0,0,0,0.22);
    border-radius: 0;
    appearance: none;
    cursor: pointer;
    z-index: 3;
}

.account-page .input-wrapper input:focus ~ label,
.account-page .input-wrapper input:not(:placeholder-shown) ~ label,
.account-page .input-wrapper textarea:focus ~ label,
.account-page .input-wrapper textarea:not(:placeholder-shown) ~ label {
	top: -13px;
}

.account-page hr:not([size]) {
    height: 1px;
    background: rgba(0,0,0,0.22);
}

.account-page .delete-my-subscription {
	font-size: 16px;
}


/*FULL ACCOUNT PAGE*/
@keyframes showButton {
	0%, 50%, 100% {
		right: 0;
	}
	25%, 75% {
		right: -30px;
	}
}
.full-account-page {
	position: relative;
	min-height: 875px;
	padding-left: 500px;
}
.full-account-page .left-menu {
	position: absolute;
	left: 0;
	top: 0; width: 500px;
	bottom: 0;
	background: #fff;
	padding: 50px 50px 50px 105px;
	box-shadow: 0px 4px 3px rgb(0 0 0 / 30%);
}
.full-account-page .left-menu .open-button
{
	display: none;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 100%;
	padding-top: 28px;
	text-align: center;
	font-size: 25px;
	color: #245a68;
	cursor: pointer;
	background: #fff;
}
.full-account-page .left-menu .open-button .fa-times {
	display: none;
}
.full-account-page .left-menu .open-button.close .fa-times {
	display: block;
}
.full-account-page .left-menu .open-button.close .fa-bars {
	display: none;
}
.full-account-page .content-wrap {
	width: 100%;
	min-height: 875px;
	background: #f5f5f5;
	padding: 50px;
}
.full-account-page .content-wrap .content {
	width: 100%;
	padding: 50px;
	background: #fff;
    border: 1px solid #ffffff;
    box-shadow: 0 0 3px rgb(0 0 0 / 5%);
}
.full-account-page .left-menu .rightmenu-title
{
	color: #245a68;
	margin: 0;
}
.full-account-page .left-menu .rightmenu-item
{
	color: #245a68;
}
.full-account-page .left-menu .rightmenu-address-title
{
	color: #245a68;
    font-weight: 100;
    font-size: 17px;
    padding-top: 15px;
}
.full-account-page .left-menu .rightmenu-default-address
{
	padding: 25px;
    font-size: 14px;
    color: #245a68;
    background: rgb(251 251 251);
    margin-bottom: 15px;
    box-shadow: 0 0 3px rgb(0 0 0 / 10%);
}
.full-account-page .content-wrap .content h2.page-title
{
	font-size: 26px;
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.full-account-page .left-menu .links .rightmenu-item a
{
	color: #245a68;
    font-size: 17px;
    padding: 4px 0;
    display: block;
	transition: all 0.3s ease-in-out;
	position: relative;
}
.full-account-page .left-menu .links .rightmenu-item a:hover,
.full-account-page .left-menu .links .rightmenu-item a.active {
	padding-left: 12px;
}
.full-account-page .left-menu .links .rightmenu-item a:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--Vcyan);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
}
.full-account-page .left-menu .links .rightmenu-item a:hover:before,
.full-account-page .left-menu .links .rightmenu-item a.active:before {
	opacity: 1;
	transition-delay: 0.25s;
}
@media(max-width: 1367px) {
	.full-account-page {
		padding-left: 410px;
	}
	.full-account-page .left-menu {
		width: 410px;
		max-width: 410px;
		padding-left: 75px;
	}
}
@media(max-width: 1199px) {
	.full-account-page {
		padding-left: 50px;
	}
	.full-account-page .left-menu {
		left: -360px;
		transition: left 0.3s ease-in-out;
		z-index: 999;
	}
	.full-account-page .left-menu.mobile-active {
		left: 0;
	}
	.full-account-page .left-menu .open-button
	{
		display: block;
		animation: showButton 1s linear;
		animation-delay: 4s;
	}
}
@media(max-width: 767px) {
	.full-account-page .left-menu {
		padding: 45px;
	}
	.full-account-page .content-wrap {
		padding: 0px;
	}
	.full-account-page .content-wrap .content {
		padding: 30px;
	}
}

.full-account-page .input-wrapper {
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    position: relative;
}
.full-account-page .input-wrapper input, .full-account-page .input-wrapper textarea {
    color: #000;
    border: 0;
    font-weight: 300;
    padding: 0 20px;
    height: 52px;
	line-height: 52px;
    outline: none !important;
    overflow: visible;
    width: 100%;
    font-size: var(--font-size-form);
    flex-basis: 0;
    flex-grow: 1;
	border: 1px solid rgba(0,0,0,0.22);
    font-size: .8rem;
}
.full-account-page .input-wrapper textarea {
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 21px;
}

.full-account-page .select-2 select {
    color: #000;
    background-color: white;
    font-weight: 300;
    box-shadow: none;
    width: 100%;
    height: 52px;
	line-height: 52px;
    font-size: 0.8rem;
    padding: 0 20px;
    padding-right: 40px;
	border: 1px solid rgba(0,0,0,0.22);
    border-radius: 0;
    appearance: none;
    cursor: pointer;
    z-index: 3;
}

.full-account-page .input-wrapper input:focus ~ label,
.full-account-page .input-wrapper input:not(:placeholder-shown) ~ label,
.full-account-page .input-wrapper textarea:focus ~ label,
.full-account-page .input-wrapper textarea:not(:placeholder-shown) ~ label {
	top: -13px;
}

.full-account-page hr:not([size]) {
    height: 1px;
    background: rgba(0,0,0,0.22);
}

.full-account-page .delete-my-subscription {
	font-size: 16px;
}

.product-content-wrap {
	padding: 100px 0 80px 0;
	margin-top: -60px
}

/*cure programs*/
.new-cure-button {
	display: flex;
	gap: 10px;
	align-items: center;
	transition: all 0.3s ease-in-out;
	color: var(--Vcyan);
	font-size: 24px;
	line-height: 27px;
	font-style: italic;
}
.new-cure-button img {
	height: 60px;
	transition: all 0.3s ease-in-out;
}
.new-cure-button span {
	transition: all 0.3s ease-in-out;
}
.new-cure-button:hover {
	opacity: 1
}
.new-cure-button:hover span {
	padding-left: 7px;
}
.new-cure-button:hover img {
	transform: scale(1.05);
}
