/* APOTHIKI365 - UPGRADE 2022 */


/* general */
.ty-mainbox-title,
.ty-mainbox-container h1.ty-mainbox-title {
    margin-bottom: 32px;
}

.prod-price .new-price .ty-price,
.prod-price .new-price .ty-price span {
	font-size: 22px !important;
	font-weight: 500 !important;
	color: #87d3a2 !important;
}

.prod-price .old-price .ty-list-price,
.prod-price .old-price .ty-list-price span {
	font-size: 14px !important;
	text-decoration: line-through;
	color: #ccc;
	opacity: 1
}

/* login popup */

.ui-dialog .ui-dialog-content .object-container {
	padding:16px 32px;
}
.ui-dialog .ui-dialog-content .object-container .buttons-container {
	position: relative !important;
}
.ui-dialog .ui-dialog-content .object-container .buttons-container {
	border: 0;
}

/* shipping login */
#shipping_estimation_buttons {
	left: 10px !important;
}



/* cart delete icon */
.top-cart-content i.icon-cancel-circle {
	opacity:inherit;
}

.top-cart-content i.icon-cancel-circle {
  background: url('../media/mystic/close-icons.png');
  background-position: 0 0;
  display: block;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  font-size: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}


/* sidebar */
.side-grid .ty-product-color-filters {
    padding: 15px 0 15px 15px !important;
}



/* product scrollers */
.ty-scroller-list__item .ty-add-to-wish {
	font-size: 0px;
}

.ty-scroller-list__item img {
	border: 1px solid #eee;
}

.ty-scroller-list__item .prod-price {
	display: block;
    text-align: center;
    padding: 5px 0 8px 0;
}

.ty-scroller-list__item .new-price,
.ty-scroller-list__item .old-price {
	display: inline-block;
    vertical-align: middle;
    padding: 0 2px;
}

.ty-owl-controls {
	float: none;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -80px;
}


/* category page */
.ty-pagination__btn {
	display: none;
}

.ty-scroller-list__item .ty-btn__add-to-cart,
.multicolumns-list .ty-btn__add-to-cart {
	padding:6px 32px;
}


/* product page */
.product-details .ty-btn__add-to-cart {
	margin-top: -1px;
	padding: 3px 135px;
	font-size: 20px;
}

.shipping-calculation .ty-table td.price,
.shipping-calculation .ty-table td.price .ty-table__responsive-content {
	font-size: 22px;
	font-weight: 500;
    text-align: right;
    color: #87d3a2;
}

.shipping-calculation .ty-control-group__label {
	width: auto;
	margin: 0;
}

.ty-product-block .ty-product-block__left .ratt-wish-comp {
	padding: 15px 0 0 0;
}

.ty-product-block .ty-product-block__left .prod-infos {
	margin: -20px 0 10px 0;
}

/* scrollers */
.mb-scroller .multicolumns-list .product-cell .product-cell-wrapper {
	width: 198px;
}




/* cart page */
.ty-no-items {
	color: #f36605;
	font-size: 150%;
}
.ty-cart-content__top-buttons {
	display: none;
}
.ty-cart-content__left-buttons .ty-btn__secondary,
.ty-cart-content__left-buttons .ty-btn__tertiary {
	background: #929292;
}
.cart-pg #cart_items table.ty-table th {
	border: 1px solid #e8ecf2;
	background-image: linear-gradient(to top,rgba(241,241,241,0.25) 0%,rgba(255,255,255,0.25) 100%);
    font-size: 14px;
    font-weight: 500;
    color: #444;
    text-align: center;
    padding: 15px 10px;
}
.ty-cart-content__image-block {
	text-align: center;
}
.ty-cart-content__image {
	float: none;
}
.ty-cart-content .ty-cart-content__product-elem {
	border: 1px solid #e8ecf2;
	text-align: center;
}
.ty-cart-content .ty-cart-content__description {
	text-align: left;
}
.ty-cart-statistic__item {
	color: inherit;
	font-size: 15px;
}
.ty-cart-content .ty-cart-content__price,
.ty-cart-statistic__value {
	font-size: 18px;
}
.ty-cart-statistic__total {
	font-weight: 600;
	font-size: 24px;
}
.ty-cart-content__bottom-buttons {
	background: #f8fafb;
}
.ty-cart-content__price,
.ty-cart-statistic__value {
	color: #87d3a2;
}
.ty-cart-content__product-delete {
	float:left;
	margin-top:20px;
}
.ty-icon-cancel-circle {
    font-size: 22px;
    line-height: 22px;
    color: #f36605 !important;
}


/* checkout */
.litecheckout__page-title {
	color: #ff4900;
	font-weight: 300;
    font-size: 36px;
    line-height: 1.2em;
    border-bottom: 1px solid #e8ecf2;
    text-align: center;
}

#litecheckout_step_location .litecheckout__item {
    margin: 0;
}

#litecheckout_step_location .litecheckout__step-title {
    display: none;
}

.litecheckout .litecheckout__input--selectable--select:not(:placeholder-shown),
.litecheckout .litecheckout__input--selectable--select:focus,
.litecheckout .litecheckout__input--selectable--select:focus-within {
	text-align-last: auto;
}

.ty-payments-list__instruction {
    width: 100%;
    max-width: 805px;
    margin: 20px 0px;
    padding: 20px;
    border: 2px solid #bdc3c7;
    border-radius: 3px;
    background: #eee;
}

.ty-payments-list__instruction p {
	padding: 0;
}

.litecheckout__payment-instructions {
	width: 100%;
    padding: 20px;
    border: 2px solid #bdc3c7;
    border-radius: 3px;
    background: #eee;
}

.litecheckout__terms .ty-checkout__terms {
	border: 0;
	background: none;
}
.litecheckout__submit-order .ty-checkout__terms {
	margin: 0 0 20px 8px;
}

.litecheckout__shipping-method__radio:checked+.litecheckout__shipping-method__wrapper {
    border: 3px solid #f24a05;
    box-shadow: 0 0 0 6px #ffded0, 0 0 0 1px #f24a05;
    background: #f8f8f8;
}
.litecheckout__shipping-method__title {
    color: #ff4900;
    font-size: 17px;
    font-weight: 300;
}

.litecheckout__field--small {
	flex-basis: calc(33% - 1rem);
}

.litecheckout__field--small.litecheckout__field--radio {
	flex-basis: calc(100% - 1rem);
}

label[for=litecheckout_b_invoice_1],
label[for=litecheckout_b_invoice_2] {
	font-size: 18px;
	line-height: 150%;
}

label[for=litecheckout_s_customer_shipping] {
	top: -20px !important;
}

.tips .tips-block .tip-details .tips-title {
	font-size: 15px;
}

.side-grid h3.order-summary {
	margin-top: 25px;
}

.side-grid .order-products {
	margin-top: 40px;
}

.side-grid .ty-checkout-summary__total div {
	font-size: 16px;
	font-weight: 600;
}

.ty-order-summary .ty-checkout-summary__total-sum {
	margin-top: -7px;
	color: #87d3a2 !important;
    font-size: 22px !important;
}






/* RESPONSIVE FIXES */


/* tablets/desktops */
@media (min-width: 768px) {

	.ty-menu__item,
    .ty-text-links_show_inline {
        display: block;
    }
}

/* tablets portrait */
@media screen and (min-width: 768px) and (max-width: 960px) {

	.ty-menu__item .ty-menu__item-link {
		padding:0 14px;
	}
}


/* tablets landscape / desktops */
@media screen and (min-width: 1025px) {
	.ty-menu__item {
		/* min-width: 100px; */
		max-width: 128px;
	}

	.ty-product-block .ty-product-block__img-wrapper {
		width: auto;
		max-width: 510px;
		margin:  0 40px 0 0;
	}

	.top-search {
		margin-left: -80px;
		width: 420px;
	}

	.top-left .ty-text-links__item {
		margin-right: 4px;
	}

	.top-left a.ty-text-links__a {
		font-size: 12px;
	}

	.top-middle .ty-wysiwyg-content {
		padding-top: 8px;
	}

	/*
	#litecheckout_b_zipcode,
	#litecheckout_s_zipcode {
		max-width: 208px;
	}

	#litecheckout_b_state,
	#litecheckout_state {
		min-width: 415px;
	}
	*/

	.ty-product-notification__product-name {
		max-width: 460px;
	}
}


/* desktops */
@media screen and (min-width: 1281px) {

	.ty-product-block .ty-product-block__img-wrapper {
		max-width: 692px;
	}

	.top-left a.ty-text-links__a {
		font-size: 14px;
	}

}


/* mobile */
@media screen and (max-width: 767px) {

	.my-account-panel-container, .cart-panel-container {
		z-index:3;
		width: 75%;
	}

	.product-details .ty-btn__add-to-cart {
		padding: 3px 96px;
	}

	.ty-cart-content__left-buttons {
		display: none;
	}

	.ty-cart-items__list-item-desc {
		max-width: 70%;
	}
	.ty-cart-items__list-item-tools {
	    right: 10px !important;
	}

	.mobile-column, .socialmedia-column {
		width: 49%;
		padding: 20px 0;
	}

	.litecheckout__page-title {
		display: none;
	}

	.checkout .ty-payments-list__instruction {
		width: auto !important;
	}

	.ty-product-notification__product-name {
		max-width: 240px;
	}

}


@media screen and (max-width: 480px) {

	.ty-product-notification__buttons .ty-float-left {
		float: left;
	}

	.ty-product-block .ty-product-block__left .prod-butts div .ty-qty .ty-value-changer input.cm-amount {
		margin-left: 0;
	}

}

// ========================================================= Back to Top

#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    background-color: #ff6600;
    color: #fff;
    border: none;
    padding: 7.5px 16px;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
    transition: background-color 0.3s;
}

#backToTop:hover {
  background-color: #555;
}

// ========================================================= Summer Pop Up


.popup-content {
  position: relative;
  margin: 10% auto;
  padding: 0;
  width: 90%;
  max-width: 600px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}

.popup-content img {
  width: 100%;
  height: auto;
  display: block;
}

.close-popup {
    position: absolute;
    top: 0px;
    z-index: 9;
    right: 0;
    font-size: 38px;
    font-weight: bold;
    color: #2d3e52;
    cursor: pointer;
}

.summer-pop-up {
    display: none;
    @media only screen and (min-width: 767px){
    max-width: fit-content;}
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    
    &.active {
        display: block;
    }
}

body.pop-overlay {
  overflow: hidden; 
    &:before{
        content: '';
        background: black;
        opacity: 0.5;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
}
