/**
 * @package   e-Commerce Pegasus Template
 * @version   1.0
 * @author    Kiriakos Delivasilis 
 * @copyright Copyright (C) 2021 Kiriakos Delivasilis | DigitaNet
**/

.region1wrap, .regionInner {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 35px;
}

.space-s-2>:not([hidden])~:not([hidden]) {
    --tw-space-s-reverse: 0;
    -webkit-margin-end: calc(.5rem * var(--tw-space-s-reverse));
    margin-inline-end: calc(.5rem * var(--tw-space-s-reverse));
    -webkit-margin-start: calc(.5rem * calc(1 - var(--tw-space-s-reverse)));
    margin-inline-start: calc(.5rem * calc(1 - var(--tw-space-s-reverse)));
}
.space-s-3>:not([hidden])~:not([hidden]) {
    --tw-space-s-reverse: 0;
    -webkit-margin-end: calc(.75rem * var(--tw-space-s-reverse));
    margin-inline-end: calc(.75rem * var(--tw-space-s-reverse));
    -webkit-margin-start: calc(.75rem * calc(1 - var(--tw-space-s-reverse)));
    margin-inline-start: calc(.75rem * calc(1 - var(--tw-space-s-reverse)));
}
.space-s-4>:not([hidden])~:not([hidden]) {
    --tw-space-s-reverse: 0;
    -webkit-margin-end: calc(1rem * var(--tw-space-s-reverse));
    margin-inline-end: calc(1rem * var(--tw-space-s-reverse));
    -webkit-margin-start: calc(1rem * calc(1 - var(--tw-space-s-reverse)));
    margin-inline-start: calc(1rem * calc(1 - var(--tw-space-s-reverse)));
}
.space-s-5>:not([hidden])~:not([hidden]) {
    --tw-space-s-reverse: 0;
    -webkit-margin-end: calc(1.25rem * var(--tw-space-s-reverse));
    margin-inline-end: calc(1.25rem * var(--tw-space-s-reverse));
    -webkit-margin-start: calc(1.25rem * calc(1 - var(--tw-space-s-reverse)));
    margin-inline-start: calc(1.25rem * calc(1 - var(--tw-space-s-reverse)));
}
.space-s-9>:not([hidden])~:not([hidden]) {
    --tw-space-s-reverse: 0;
    -webkit-margin-end: calc(2.25rem * var(--tw-space-s-reverse));
    margin-inline-end: calc(2.25rem * var(--tw-space-s-reverse));
    -webkit-margin-start: calc(2.25rem * calc(1 - var(--tw-space-s-reverse)));
    margin-inline-start: calc(2.25rem * calc(1 - var(--tw-space-s-reverse)));
}
.space-s-10>:not([hidden])~:not([hidden]) {
    --tw-space-s-reverse: 0;
    -webkit-margin-end: calc(2.5rem * var(--tw-space-s-reverse));
    margin-inline-end: calc(2.5rem * var(--tw-space-s-reverse));
    -webkit-margin-start: calc(2.5rem * calc(1 - var(--tw-space-s-reverse)));
    margin-inline-start: calc(2.5rem * calc(1 - var(--tw-space-s-reverse)));
}
.ban_coll {display:none;}
.one_prod_images .photo_lightbox {
margin: 0 5px;
    border: 1px solid #ebebeb;
    padding: 3px;
    display: inline-block;
}
.wish_list_container, .wish_list_container a, .wish_list_container span {color: #000 !important;}
.wish_code {color: #000 !important;}
.tag {    
    display: inline-block;
    height: 25px;
    padding: 0 5px;
    border-radius: 2px;
    text-align: center;
    font-size: 10px;
    letter-spacing: .02em;
    line-height: 25px;

}

.tag-1 {
	background-color: #f8d7da;
}
.tag-2 {
	background: #ffeb72;		
}
.tag-3 {
	background-color: #8dc63f;
    display: inline-block;
}


#banner_nr0110000009 img {
    max-height: 52px;
    padding: 4px;
}


#cookies_policy_info {
    background: #fff;
    box-shadow: 0 0 8px rgb(215 215 215);
    color: #000;
}

.country_selector {
    bottom: 172px;
    position: fixed;
    left: 0;
    background-color: #fff;
    padding: 5px 10px 2px;
    border: 1px solid #e0e0e0;
    box-shadow: 0px 1px 9px 2px rgb(0 0 0 / 15%);
    z-index: 9;
    border-radius: 0;
}
.circular._access-icon {
    z-index: 9 !important;
    left: 15px !important;
    bottom: 80px !important;
    background-color: rgba(13, 86, 201, 1) !important;
}
.cfGMLl {
    z-index : 999 !important;
}
/* Modals 
-----------------------------------------------------------------------------------*/

.fade.in {
    opacity: 1;
}

.modal-backdrop.fade.in {
    opacity: 0.5;
}

.alert {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #d50b0b;
    border-radius: 4px;
    color: #d50b0b !important;
    background:#fff;
}
.alert.alert-warning span {
   color: #d50b0b !important 
}

/* Grid System 
-----------------------------------------------------------------------------------*/

.accountBox {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;	
}
.accountWrapper {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
	padding: 0 20px;
}
.accountWrapper .user {
    padding: 0;
}
.login {
    height: 100%;
}
.usernameText {letter-spacing: -.5px; font-size:15px;}
.login .link {
	color: black;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

.icon_login {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    text-align: center;
    font-size: 19px !important;
}
.icon_login svg {
	width:26px;
	height:26px;
}
.active_login {
    /* color: white; */
    /* background-color: #50ca07; */
}

/* The container <div> - needed to position the dropdown content */
.dropdown-login {
  position: relative;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 208px;
    max-width: 100%;
    list-style: none;
    font-size: 14px;
    text-align: left;
    line-height: normal;
    background-color: #fff;
    border-radius: 6px;
    background-clip: padding-box;
    box-sizing: border-box;
    box-shadow: 0 0 20px 8px rgb(0 0 0 / 5%);
    border: 1px solid #dbdbdb;
    top: 24px;
    right: 0;
    height: auto;
    left: auto;
    will-change: transform;
    bottom: auto;
}
.dropdown-content li {
	border-bottom: 1px solid #dbdbdb;
}
.dropdown-content li:last-child {
	border-bottom: none;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
}
.dropdown-content svg {
	color:#999;
	width:22px; 
	height:22px;
	margin-right: 4px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.login:hover .dropdown-content {display: block;}

.left_menuBox {
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-shrink: 0;
}
.right_menuBox {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
}

	.pg_form_control_login {
		background: #fff;
		display: block;
		width: 100%;
		height: 48px;
		padding: 8px 12px;
		font-size: 14px;
		line-height: 1.42857143;
		color: #555;
		background-color: #fff;
		border: 1px solid #e8e8e8;
	}

	.pg_logoin {
		color: #fff;
		background: none;
		padding-left: 0;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 3px;
		display: block;
		background-color: #222;
		width: 100%;
		height: 50px;
		padding: 0;
		text-align: center;
		border: none;
		font-size: 14px;
		line-height: 50px;
		text-decoration: none;
		font-weight: 700;
		letter-spacing: .02em;
		cursor: pointer;
		border-radius: 2px;
		-moz-transition: background-color .3s ease;
		-webkit-transition: background-color .3s ease;
		-o-transition: background-color .3s ease;
		transition: background-color .3s ease;
	}

	.pg_logoin:hover {
		background-color: #000;
		color: #fff;
	}

	.pg_register {
		color: #fff;
		background: none;
		padding-left: 0;
		margin-left: 0;
		margin-top: 10px;
		margin-bottom: 3px;
		display: block;
		background-color: #2272E8;
		width: 100%;
		height: 50px;
		padding: 0;
		text-align: center;
		border: none;
		font-size: 14px;
		line-height: 50px;
		text-decoration: none;
		font-weight: 700;
		letter-spacing: .02em;
		cursor: pointer;
		border-radius: 2px;
		-moz-transition: background-color .3s ease;
		-webkit-transition: background-color .3s ease;
		-o-transition: background-color .3s ease;
		transition: background-color .3s ease;
	}

	.pg_register:hover {
		background-color: #0f6ecd;
		color: #fff;
	}

	.widget-form-login {
		display: inline-block;
		position: relative;
		height: 100%;
		padding: 25px 20px;
		font-size: 15px;
		line-height: 24px;
		color: #292a2e;
		font-weight: 400;
		letter-spacing: .04em;
	}

	.lostpass {
		color: #222;
		padding: 10px 0;
		display: block;
		text-align: center;
		font-size: 15px;
	}

	.longinno .pg_form_control {
		background: #fff;
	}

	.longinno_title {
		display: block;
		line-height: 23px;
		padding: 0 0 10px;
		font-size: 16px;
		font-weight: bold;
	}
	
	.loginno_info {
		display:block;
		font-size: 13px;
		line-height: 23px;
	}

	.widget-form-register {
		position: relative;
		height: 100%;
		padding: 25px 20px;
		font-size: 15px;
		line-height: 24px;
		color: #292a2e;
		font-weight: 400;
		letter-spacing: .04em;
	}

	.registerno {
		color: #222;
		padding: 20px;
	}	

	.registerno_title {
		line-height: 23px;
		padding: 0 0 10px;
		font-size: 16px;
		font-weight: bold;
	}    

	.registerno_info {
		font-size: 13px;
		line-height: 23px;
	}
	
	.login_page {
	max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;		
	}


	#pg_loginok {
		padding: 25px 20px;
	}

	#pg_loginok .login_ok {
		font-size: 15px;
		line-height: 24px;
		color: #292a2e;
		font-weight: 400;
		letter-spacing: .04em;
		display: block;
		padding: 10px 0;
	}

	#pg_loginok .text_boldred  {
		font-size: 15px;
		line-height: 24px;
		color: #292a2e;
		font-weight: 600;
		letter-spacing: .04em;
		display: block;
	}

	.pg_profile {
		background-color:#e2e2e2;
	}
	
	form[name="pegasus"].logout_ok{
	   padding: 50px 20px;  
	}

	form[name="pegasus"]:not(.login_ok):not(.logout_ok) {
		display: inline-block;
		text-align: center;
		width: 75%;
		max-width:970px;
		color:#000;
	}

	form[name="pegasus"]:not(.login_ok):not(.logout_ok) fieldset {
		display: block;
		margin: 0;
		width: 100%;
		background: #eee;
		padding: 20px;
	}

	form[name="pegasus"]:not(.login_ok):not(.logout_ok) fieldset legend {
		background: #b70521;
		padding: 10px;
		text-align: left;
		font-size: 18px;
		color: #fff;
		display: inline-block;
		margin-bottom: 10px;
	}

	form[name="pegasus00"] .pg_form_fld {
		display: block;
		margin: 20px 0;
	}

	form[name="pegasus00"] .banmid {
	    color: #000;
		padding: 10px 0;
		display: block;
		margin: 10px 0 20px;
		font-size: 19px;
	}

	form[name="pegasus00"] p.text_boldred {
		background: #ff6000;
		padding: 10px;
		text-align: left;
		font-size: 18px;
		color: #fff;
	}

	form[name="pegasus00"] .pg_control_label {
		padding: 10px 0;
		float: left;
		text-align: left;
	}


#order_form .text:empty {display: none !important;}

#totals_container0 .free_shipping_msg {
	display: none;
}
#totals_container0 .tot_price_no_delivery, #totals_container0 .aptot_tot{
	display: none;
}
.orders_receiver_data_table .text_bold {
    padding-right: 10px;
}
.pr_image {
	max-height: 50px;
}

#orders_cust_data_table tr td:nth-child(2) {
    padding-left: 0;
	margin: 10px 0;
}

.apoTimologio {
    width: 100%;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-width: 100%;
    max-width: 200px;

}
@media (max-width: 768px) {
.apoTimologio {
	width: 100%;

}	
	
}

.apoTimologio label {
    align-items: center;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #bbb;
    padding: 8px 10px;
    min-height: 44px;
    border-radius: 2px;
    background: #f8f8f8;
}

.p014_00_cnt {display:none}

label[for="p014_00"] {
	margin-right: 10px;
}

.customer_title {
	display: none;
}

input[type='radio']:checked + label:after {
    background: #eb0026;
}
input[type='radio']:checked:after {
    background: #0585b5;
}


input[type="radio"] {
    background-color: #cacaca;
    border-radius: 25px;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    position: relative;
    width: 20px;
    -webkit-appearance: none;
}
input[type="radio"]:after {
    background-color: #fff;
    border-radius: 25px;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    position: relative;
    top: 0;
    width: 20px;
	border: 1px solid #bbb;
}
input[type="radio"]:checked:after {
    background-color: #7abe43;
    border: 5px solid #dde5d6;
}

.invoiceH2 {
    font-size: 19px;
    margin: 20px 0;
}
.PayDevH2 {
    font-size: 19px;
    margin: 20px 0;
}

.deliveryTr, .payTr {
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
}
label[for="p013"], label[for="p017"] {
	font-weight: 500;
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
}

#order_form input[name="p014"] {
	margin-right: 8px;
    margin-bottom: 0;	
}


/*
#order_form input[name="qb_toggle"] {
	width: 20px;
	height: 20px;
}

.qb_toggle_div label {
	font-size: 15px;
}
*/

/* Positions
-----------------------------------------------------------------------------------*/
.relative {position:relative;}
.absolute {position:absolute;}
.p-absolute {position:absolute;}
.p-relative {position:relative;}
.fixed {position:fixed;}

/* Paddings 
-----------------------------------------------------------------------------------*/
.p-0 {padding:0;}
.p-right-0 {padding-right: 0;}
.p-left-0 {padding-left: 0;}
.pb-5 {padding-bottom: 5px;}
.pb-10 {padding-bottom: 10px;}
.pb-15 {padding-bottom: 15px;}
.pb-20 {padding-bottom: 20px;}
.pt-5 {padding-top: 5px;}
.pt-10 {padding-top: 10px;}
.pt-15 {padding-top: 15px;}
.pt-20 {padding-top: 20px;}
.ptb-5 {padding: 5px 0;}
.ptb-10 {padding: 10px 0;}
.ptb-15 {padding: 15px 0;}
.ptb-20 {padding: 15px 0;}

/* Margins
-----------------------------------------------------------------------------------*/
.m-0 {margin: 0;}
.mb-5 {margin-bottom: 5px;}
.mb-10 {margin-bottom: 10px;}
.mb-15 {margin-bottom: 15px;}
.mb-20 {margin-bottom: 20px;}
.mt-5 {margin-top: 5px;}
.mt-10 {margin-top: 10px;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mtb-5 {margin: 5px 0;}
.mtb-10 {margin: 10px 0;}
.mtb-15 {margin: 15px 0;}
.mtb-18 {margin: 18px 0;}
.mtb-20 {margin: 15px 0;}


/* Overlays
-----------------------------------------------------------------------------------*/

.top-overlay {
    display:none;   
    background-color: rgba(0,0,0,.5);
    transition: background 0.2s;
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:5;
}

.activated {display:block !important}

.dark-on {
    background-color: rgba(0,0,0,.5);
    transition: background 0.2s;
    height:100%;
    left:0;
    position:fixed;
    top:0;
    width:100%;
    z-index:5;
}

#menu-overlay.overlay-on {
  background-color: rgba(0,0,0,.5);
  transition: background 0.2s;
  height:100%;
  left:0;
  position:fixed;
  top:0;
  width:100%;
  z-index:5;    
}

body.megamenu-active.dark-on {
    display:block;
}

/* Off-canvas Panels
-----------------------------------------------------------------------------------*/

.btn-basket-close {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border: 0;
    outline: 0;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.4s ease 0s;
}

.btn-basket-close:before {
    font-size: 22px;
    line-height: 40px;
}

.btn-basket-close .icon  {
    padding: 15px 20px;
    border-left: 1px solid #eaeaea;
	font-size: 19px;
}

/* ----------------------- PANEL Cart ----------------------- */

body.panel-active.modal-open #dialog-modal {
	display:none !important;
}

body.panel-active #panel {
	right: 0;
}

#panel-basket .btn-panel-close .textClose {
	font-size: 15px;
    margin-left: 10px;
    line-height: 18px;	
}

#panel-basket .btn-panel-close:before {
    font-size: 22px;
    line-height: 40px;
}

#panel-basket .btn-panel-close:hover {
    color: rgb(234, 77, 74);
}

.cart-top-container {
    padding: 0 0 0 25px;
    background-color: rgb(255, 255, 255);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #eaeaea;
}

.top-container .close-button {
    position: absolute;
    top: 50%;
    left: 18px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    color: #3c424d;
    cursor: pointer;
}

.top-container .icon {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 25px;
    font-size: 30px;
    color: #8dc63f;
    cursor: pointer;
}

.cart-title {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(101 167 100);
}

.cart-title:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #3c424d;
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
}

.cart-title .text {
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-family: arial;
    padding-left: 10px;
    font-weight: 700;
}

.cart-top-container .counter {
    display: flex;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
    background-color: #0585b5;
    font-size: 14px;
    color: #ffffff;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.empty-cart:before {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -20px;
    color: #222;
    font-size: 40px;
    line-height: 40px;
}

.empty-cart {
    color: #222;   
    position: relative;
    padding-top: 80px;    
    margin-top: 20px;
    font-size: 14px;    
    text-align: center;
}

.top-container .counter {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 22px;
    vertical-align: middle;
    color: #fff;
    background-color: #f79420;
    text-align: center;
    font-size: 14px;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    line-height: 24px;
    font-weight: 700;
}

.panel-cart-list {
    position: relative;
    height: calc(100% - 280px);
    overflow-y: auto;
}

#banner_basket {
    height: 100%;
}

.image-wrapper {
	width: 60px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    -ms-flex-item-align: center;
    align-self: center;
	margin-right: 30px;
}
.image-wrapper img {
	width: 100%;
    height: auto;
    display: block;
    margin: 0;
}

.current_item_price {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
}

.current_item_title {
    display:block;
    margin-bottom: 5px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 14px;
    height: 28px;
    overflow: hidden;
    -moz-transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

.bottom-container {
    position: relative;
    overflow: hidden;
    height: 195px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    background: #fff;
}

.total-price-wrapper {
    padding: 0 25px 0 25px;
    display: flex;
    height: 67px;
    line-height: 67px;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
    border-top: 1px solid #f2f2f2;
    align-items: center;
    justify-content: center;
}

.total_label {
    font-size: 15px;
    font-weight: bold;
    color: #9a9a9a;
    /* letter-spacing: -.5px; */
}

.bask_info.dnone {visibility:hidden;}

.total_price {
    color: #0585b5;
    float: right;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -.5px;
}

.free-shipping-message {
    position: relative;
    padding: 15px 25px;
    max-height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
}

.free-shipping-message .icon {
    color: #000;
    margin-right: 10px;
	font-size: 28px;
	display: none;
}

.free-shipping-message .remaining-amount-text .bg-main{
     color: #000 !important;
 }
.tot_grand {
    display: inline-block;
    padding: 0;
    background: transparent;
    color: #ff6000;
    font-weight: bold;
    border-radius: 0;
    font-size: 22px;
    margin-top: 6px;
    border-top: 1px solid #000;
    padding-top: 5px;
}
.zero_price {visibility:hidden;}
.deliveryCostText {
	color:#8a8a8a;
	margin-bottom: 15px;
}
.d00p013 {
	display: none;
}
.deliveryCostText span.fal {
	font-weight: bold;
	color: green;
}
.deliveryCostText span.text {
	line-height: 24px;
    color: #008000;
    margin-left: 5px;
    line-height: 20px;
    font-size: 20px;
}
.deliveryCostText {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#invoiceData {
    margin: 20px 0;
    /* padding: 25px 25px 15px; */
    /* background: #f9f9f9; */
    display: block;
    /* border: 1px solid #bbb; */
}
#invoiceData label {
	display: none;
}
#invoiceData:empty {
display: none !important;
}

#p03, #p05 {display:none !important;}

#order_form input[name="p014"] {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 25px;
	padding: 0;
}

#totals_container0 .free-shipping-message .remaining-amount-text, #totals_container1 .free-shipping-message .remaining-amount-text {
    font-size: 14px;
    font-weight: 500;
    padding: 9px 20px;
    background: #f9f9f9;
    border: 1px solid #ccc;
	border-radius: 2px;
}
.remaining-amount-text span {
	color: #000;
}
#totals_container0 .free-shipping-message, #totals_container1 .free-shipping-message {
    background: #fff;
    padding: 0 0 10px;
    text-align: right;
    width: 100%;
    align-items: center;
    justify-content: end;
}
#totals_container0 .free-shipping-message, #totals_container1 .free-shipping-message .icon span {
	color: #000;
}

#basket_container .no_prod {
    color: #000;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin: 5px 0;
}

#basket .cart-list {
    position: relative;
    overflow-y: auto;
    height: 100%;
    max-height: calc(100% - 245px);
}
@media (max-width: 990px) {
	#banner_nr0110000004 {
		display:none;
	}
#basket .cart-list {
    position: relative;
    overflow-y: auto;
    height: 100%;
    max-height: calc(100% - 229px);
}
}
.button-container.to-checkout {
    padding: 0;
    width: 100%;
    /* background: #eb0026; */
    position: relative;
    z-index: 99;
    display: flex;
    flex-direction: column;
    max-width: 300px;
    margin: 0 auto;
    /* border-radius: 6px; */
}

.to-checkout:hover a {
    color: #fff;
    background: #76C05C;
    /* text-decoration: none; */
    border-radius: 6px;
}

.to-checkout:focus a {
	text-decoration:none; 
	color:#fff;
}

.button-container.to-cart {
	display: none;
    padding: 0;
    float: left;
    width: 50%;
    position: relative;
    z-index: 999;
}

.to-cart:hover a {
	color:#fff; 
	background-color:#000;
}

.checkout-button, .cart-button {
    display: block;
    font-weight: 600;
    text-align: center;
    height: 66px;
    line-height: 66px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    letter-spacing: 0;
    background: #0585b5;
    border-radius: 6px;
}

.cart-button { 
    background-color: #000;
}

.delete-wrapper {
    display: flex;
    align-items: center;
}

.delete-wrapper:before {
    color: #aaaab4;
    font-size: 13px;
    line-height: 50px;
}

.cart-list {
    position: relative;
    height: calc(100% - 280px);
    overflow-y: auto;
}

.cart-list li {
    height: auto;
    font-size: 15px;
    padding: 13px 25px;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: #fdfdfd;
}

.bask_decription {
    /* width: calc(100% - 110px); */
    width: 100%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
}

.prod_price_n_quan {
    color: #3c424d;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    text-decoration: none;    
}

.quantity-wrapper {
    display: inline-flex;
    vertical-align: top;
    width: 20px;
    color: #252525;
    font-size: 12px;
    align-items: flex-start;
    height: 50px;
}

.quantity-input-wrapper  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.quan_fld {
	background: #fff;
    position: relative;
   /*  -webkit-box-shadow: rgb(0 0 0 / 16%) 0 5px 10px; */
   /*  box-shadow: 0 5px 10px rgb(0 0 0 / 16%); */
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 0;
    height: 30px;
}
.qtbtn svg, .counter-button svg {width:10px;}
.quan_fld .qtbtn {
    width: 35px;
    /* height: 35px; */
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #696969;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    border:
    none;
}

.quan_fld .qtyminus {
    border-radius: 0
}

.quan_fld .qtyplus  {
    border-radius: 0;
}

.quan_fld .onlynumbers ,#order_form .quan_fld .onlynumbers {
	text-align: center;
	width: 45px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 400;
	font-size: 14px;
	background-color: #fff;
	color: #000;
	line-height: 1;
	border: none;
	max-height: 35px;
	max-width: 60px;
	border:
	none;
	border-radius: 5px;
	border: 1px solid #cacaca;
}

.quantity-btns {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 5;
}

.quantity-btns .qtbtn {    
    position: absolute;
    right: 0;
    height: 50%;
    padding: 0;
    width: 2em;
    text-align: center;
    line-height: 1;
    box-shadow: none;
    border: 1px solid #cacaca;
    font-size: 11px;
    background: #fbfbfb;
}

.quantity-btns .qtbtn.qtyplus  {    
    border-radius: 0 0.1875rem 0 0;
    top: 0;
    border-bottom: none;
}

.quantity-btns .qtbtn.qtyminus  {    
    border-radius: 0 0 0.1875rem 0;
    bottom: 0;
}

.avail-wrapper {
    font-size: 12px;
    color: #3a3939;
	margin: 0 0 5px;
}

.bask_decription .bask_links {
    color: #000;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    height: auto;
    overflow: hidden;
    display: block;
    letter-spacing: -0.5px;
}

.cart-widget-wrapper {
	height:100%; 
	position:relative;
}

.remove_current_item:before {
    color: #7d7d7d;
    font-size: 17px;
}

/* ----------------------- PANEL Login ----------------------- */

body.panel-active-login {overflow:hidden;}
body.panel-active-login #panel-login {right: 0;}

.btn-panel-close-login {
	cursor:pointer;
}

.pg_profile {
    color: #fff;
    background: #eb0026;
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;    
    margin-bottom: 5px;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    text-align: center;
    border: none;
    font-size: 14px;
    line-height: 50px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: .02em;
    cursor: pointer;
    border-radius: 2px;
    -moz-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.pg_profile:hover {
	background-color: #000; 
	color:#fff;
} 

.pg_logout {
    color: #fff;
    background: none;
    padding-left: 0;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 3px;
    display: block;
    background-color: #000 !important;
    width: 100%;
    height: 50px;
    padding: 0;
    text-align: center;
    border: none;
    font-size: 14px;
    line-height: 50px;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: .02em;
    cursor: pointer;
    border-radius: 2px;
    -moz-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}

.pg_logout:hover {
	color:#fff;
	background: #f94500;
}
.loginok {
	line-height: 24px;
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    display: block;
}
#panel-login {
    position: fixed;
    top: 0;
    width: 330px;
    height: 100%;
    padding: 0;
    background-color: #fcfbfa;
    color: #fff;
    border: 1px solid #ddd;
    right: -330px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    z-index: 9999;
    overflow-y: auto;
}

#panel-login .btn-panel-close-login {
    position: absolute;
    height: 40px;
    width: 40px;
    text-align: center;
    left: 18px;
    top: 50%;
    margin-top: -20px;
    font-size: 22px;
    color: #222;
    cursor: pointer;
}

#panel-overlay-login {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.66);
  display: none;
  z-index: 8888;
}

/* Widget Panel Menu */


 /* Footer
-----------------------------------------------------------------------------------*/

@-webkit-keyframes digita-icon-pulse {
    25% {
        transform: scale(1.3);
    }
    75% {
        transform: scale(0.8);
    }
}
@keyframes digita-icon-pulse {
    25% {
        transform: scale(1.3);
    }
    75% {
        transform: scale(0.8);
    }
}
.digita-icon-pulse {
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.digita-icon-pulse .digita-icon {
    transform: translateZ(0);
    transition-timing-function: ease-out;
}
.digita-icon-pulse:active .digita-icon,
.digita-icon-pulse:focus .digita-icon,
.digita-icon-pulse:hover .digita-icon {
    color:#846eac;
    -webkit-animation-name: digita-icon-pulse;
    animation-name: digita-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.digitanet svg {
    width: 14px;
    height: auto;
}

.cart_totals_container {color:#000;}

#results {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    width: 100%;
    z-index: 9999999999999999999999999999999999999999;
    border-bottom: 1px solid #ccc;
    margin: 5px auto;
}

#results .results_inner {
    display: inline-block;
    width: 100%;
    padding: 0;
    text-align: center;
}

#results .close_results {
    position: relative;
    right: 0;
    top: 0;
    z-index: 501;
    padding: 0;
    font-size: 18px;
    display: block;
    float: left;
}
#results .close_results .text {
    display: none;
}

#results .close_results i {
    color: #8a8a98;
    font-size: 20px;
    border: 1px solid #8a8a98;
    border-radius: 20px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}

#results #myTab.carousel-indicators > li.active {
    background-color: #eee;
    border: 1px solid #b1aeae;
}

#results .results_list a {
    font-size: 13px;
    color: #3a3a3a;
}

.box .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 5px;
}

.new_swiper, .prosfores_swiper {
	max-width: 1420px;
	margin: 0 auto;
	width: 100%;
    position: relative;
}

.swiper_custom {
		width: 100%;
    position: relative;
}

.new_swiper .productImage, .prosfores_swiper .productImage {
	padding: 10px 0 20px;
}
.new_swiper .swiper-slide, .prosfores_swiper .swiper-slide  {
	height: auto;
	background: #fff;
	text-align: center;
	border: 1px solid #e8e8e8;
    padding: 20px;	
	
}
.new_swiper .swiper-wrapper, .prosfores_swiper .swiper-wrapper {
    margin-bottom: 50px;	
}

.new_swiper .quantity, .prosfores_swiper .quantity {
	justify-content: center;
}

.new_swiper .baskhref, .prosfores_swiper .baskhref {
    background: #eb0026;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    min-height: 38px;
    border-radius: 0;
    margin-left: 5px;
}

.new_swiper .baskhref .icon, .prosfores_swiper .baskhref .icon {
    color: #fff;
    width: 50px;
    transition: none;
    line-height: 38px;
    text-align: center;
    vertical-align: middle;
    font-size: 0;
}

.new_swiper .baskhref .title, .prosfores_swiper .baskhref .title {
 display: none;
}

.baskhref:hover {
    background: #008b5d;
}

.prosfores_swiper .banner_title, .new_swiper .banner_title {
    padding: 17px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 0;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: 0px 6px 12px 0px hsl(0deg 0% 0% / 20%);

}

.new_swiper .banner_title {
    background: #eb0026;
}

.prosfores_swiper .banner_title {
	background: #ec0000;
}


@media (max-width: 990px) {
	
	.prosfores_swiper .banner_title {
		display: block;
		text-align: center;
	}
	
}

:root {
    --swiper-theme-color: #eb0026;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	
}

/*

.swiper-button-prev, .swiper-button-next{
	background: #eb0026;
  width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  border-radius: 60px;
  z-index: 9999;
}

.swiper-button-prev {
  left: -30px;
}

.swiper-button-next {
  right: -30px;
}

*/


.buttons-wrapper {
    position: absolute;
    right: 0;
    top: 10px;
}

.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: -120px;
}

.swiper-new .swiper-button-prev, .swiper-button-next {
	margin-top: -20px;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    border-radius: 0;
    z-index: 9;
}

.swiper-pro > .buttons-wrapper > .swiper-button-prev, .swiper-button-next {
	background: #ec0000;
}

.swiper-new  > .buttons-wrapper > .swiper-button-prev, .swiper-button-next { 
	background: #eb0026;
}


.slider-products-wrap {
	position: relative;
	width: 100%;
  margin-top: 20px;
}


.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next';
    color: #fff;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev';
    color: #fff;
}

.swiper-new, .swiper-pro {
	overflow-x: hidden;
}


.description {
	display: block;
	position: relative;
	margin: 10px 5px 0;
	text-align: center;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	text-align: center;
	/* line-height: 120%; */
	/* max-height: 65px; */
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 65px;
}

 /* Responsive Media Queries
-----------------------------------------------------------------------------------*/



@media (max-width: 992px) {

		
	
	#results .results_list li {
		padding: 10px;
	}	
	#results .results_inner {
		padding: 0;
	}		
	form[name="pegasus"]:not(.login_ok):not(.logout_ok) {
		width: 100%;
	}
	
	form[name="pegasus_login_001"] {
		width:100%;
	}
	
	form[name="pegasus00"] {
		width:100%;
	}
	
	.num_of_items select, .order_sh select {
		width: 100%;
		padding: 0;
		height: 35px;
	}
	.order_sh {
		padding: 7px 0;	
	}
	
	.pg_banner_arrows {
		background-color: #abb2b9;
		border-radius: 0;
	}
		
	.text_apoepilogi {
		padding: 10px 0;	
	}
	
	.num_of_items, .order_sh {
		width: 100%;
		padding: 10px 0 0;
	}
	
	.text_apoepilogi {
		padding: 10px 0;
	}
	
	.num_of_items .pg_control_label, .order_sh .pg_control_label	{
		padding-bottom: 4px;	
	}
	
	#path {
		padding: 16px 0;
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
	}
	

} /* max-width: 992px END */

@media (max-width: 768px) {
.num_of_items, .order_sh {
    width: 100%;
    padding: 10px 0 0;
}

}