/**
 * @package   Template99 theme for Pegasus e-Commerce Platform 
 * @version   1.0
 * @author    Kiriakos Delivasilis 
 * @copyright Copyright (C) 2021 Kiriakos Delivasilis | DigitaNet
**/


/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

 button,
 input,
 optgroup,
 select,
 textarea {
   font-family: inherit; /* 1 */
   font-size: 100%; /* 1 */
   line-height: 1.15; /* 1 */
   margin: 0; /* 2 */
 }
 
 /**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
 
 button,
 input { /* 1 */
   overflow: visible;
 }
 
 /**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
 
 button,
 select { /* 1 */
   text-transform: none;
 }
 
 /**
  * Correct the inability to style clickable types in iOS and Safari.
  */
 
 button,
 [type="button"],
 [type="reset"],
 [type="submit"] {
   -webkit-appearance: button;
 }
 
 /**
  * Remove the inner border and padding in Firefox.
  */
 
 button::-moz-focus-inner,
 [type="button"]::-moz-focus-inner,
 [type="reset"]::-moz-focus-inner,
 [type="submit"]::-moz-focus-inner {
   border-style: none;
   padding: 0;
 }
 
 /**
  * Restore the focus styles unset by the previous rule.
  */
 
 button:-moz-focusring,
 [type="button"]:-moz-focusring,
 [type="reset"]:-moz-focusring,
 [type="submit"]:-moz-focusring {
   outline: 1px dotted ButtonText;
 }
 
 /**
  * Correct the padding in Firefox.
  */
 
 fieldset {
   padding: 0.35em 0.75em 0.625em;
 }
 
 /**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */
 
 legend {
   box-sizing: border-box; /* 1 */
   color: inherit; /* 2 */
   display: table; /* 1 */
   max-width: 100%; /* 1 */
   padding: 0; /* 3 */
   white-space: normal; /* 1 */
 }
 
 /**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
 
 progress {
   vertical-align: baseline;
 }
 
 /**
  * Remove the default vertical scrollbar in IE 10+.
  */
 
 textarea {
   overflow: auto;
 }
 
 /**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
 
 [type="checkbox"],
 [type="radio"] {
   box-sizing: border-box; /* 1 */
   padding: 0; /* 2 */
 }
 
 /**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
 
 [type="number"]::-webkit-inner-spin-button,
 [type="number"]::-webkit-outer-spin-button {
   height: auto;
 }
 
 /**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
 
 [type="search"] {
   -webkit-appearance: textfield; /* 1 */
   outline-offset: -2px; /* 2 */
 }
 
 /**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
 
 [type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 
 /**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
 
 ::-webkit-file-upload-button {
   -webkit-appearance: button; /* 1 */
   font: inherit; /* 2 */
 }
 
 .d-none {display:none !important;}
 
 /* ==========================================================================
    Breadcrumbs
    ========================================================================== */
 
 .breadcrumb {
     font-size: 13px;
     /* background: #fff; */
     margin: 10px 0;
     padding: 0.25rem 1rem 0 0;
     /* border: 1px solid #e8e8e8; */
     border-radius: 0;
     flex-wrap: nowrap;
 }
 .breadcrumb a {
     color: #757575;
 }
 .breadcrumb-item + .breadcrumb-item::before {
     font-family: 'FontPro';
     color: #afb4b9;
     content: "\f105";
     line-height: 17px;
 }
 
 .breadcrumb-item:empty {
     display: none !important;
 }
 
 /* ==========================================================================
    Region 0 Wrap
    ========================================================================== */
 .ml-auto {margin-left: auto;}
 
 .region0wrap {
     background: #0585b5;
     position: relative;
     z-index: 50;
     min-height:41px;
 }
 
 .region0wrap a {
     display: inline-flex;
     color: #fff;
     font-size: 13px;
     line-height: 24px;
     -moz-transition: color .2s ease-in-out;
     -webkit-transition: color .2s ease-in-out;
     -o-transition: color .2s ease-in-out;
     transition: color .2s ease-in-out;
 }
 
 .js-is-sticky .region0wrap {
     display: none !important;
 }
 .region0wrap.shrink {	
     display: none !important;
 }
 
 /* ==========================================================================
    Region 1 Wrap
    ========================================================================== */
    
 .regionHeaderWrap {
     position: relative;
     z-index: 60;
     background: #fff;
     width: 100%;
     border-bottom: 1px solid #efeded;
     /* height: 50px; */
 } 
  
 
 .pos-sticky {
     position: sticky;
     position: -webkit-sticky;
     position: -moz-sticky;
     position: -ms-sticky;
     position: -o-sticky;	
     top: 0;
     z-index: 1020;
     box-shadow: 0 2px 20px 0px rgb(0 0 0 / 10%); 
 }
 
 .site-header .site-branding {
     -ms-flex-preferred-size: auto;
     flex-basis: auto;
     -webkit-box-flex: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
     /* padding: 18px 20px 18px 0; */
 }
 
 .site-header .site-branding .site-logo {
     display: block;
     width: 136px;
 }
 .site-header .site-branding img {
     width: 220px;
     max-width: 220px;
 }
 
 .site-header .search-box-wrap {
     width: 100%;
     padding: 12px 30px;
     max-width: 900px;
 }
 
 .site-header .main-menu {
     padding: 18px 0;
     -ms-flex-preferred-size: auto;
     flex-basis: auto;
     -webkit-box-flex: 0;
     -ms-flex-positive: 0;
     flex-grow: 0;
     -ms-flex-negative: 0;
     flex-shrink: 0;
 }
 
 .site-header .search-box-wrap .search-box {
     width: 100%;
 }
 
 .site-header .search-box-wrap .search-box-inner {
     width: 100%;
 }
 
 .site-header .search-box-wrap .input-group {
     width: 100%;
 }
 
 .site-header .search-box-wrap .input-group .form-control {
     padding: 10px 70px 10px 50px;
     background: #e8f1f1;
     border-radius: 44px !important;
     border: 1px solid transparent;
 }
 
 .search-box-wrap .input-group .form-control:focus {
     color: #686868;
     background-color: #fff;
     border-color: #76c05c;
     outline: 0;
     box-shadow: none;
 }
 
 .form-control:not(textarea) {
     height: 42px;
 }
 
 /*
 .input-group .input-group-addon, .input-group .input-group-btn {
     display: inline-block;
     position: absolute;
     top: 50%;
     margin-top: 2px;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     font-size: 1.1em;
 }
 */
 
 .input-group .input-group-btn {
     margin-top: 3px;
     right: 10px;
 }
 
 .input-group .input-group-btn ~ .form-control {
     padding-right: 38px;
     padding-left: 18px;
 }
 
 .site-header .toolbar {
    display: flex;
    align-items: center;
 }
 
 .site-header .toolbar .toolbar-item {
     position: relative;
     transition: background-color .3s;
     /* width: 3rem; */
     display: flex;
     flex-wrap: nowrap;
     align-content: center;
     justify-content: center;
     align-items: center;
     margin: 0 10px;
 }
 .site-header .toolbar .toolbar-item a {
    display: flex;
    color: #0585b5;
    flex-direction: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
 }
 
 .site-header .toolbar .toolbar-item.basket .btn-basket {
     display: flex;
     width: 100%;
     height: 100%;
     flex-wrap: nowrap;
     align-items: center;
     justify-content: flex-end;
     font-size: 14px;
     padding: 10px 15px;
     flex-direction: row;
 }
 
 .total_price_top {
     margin-left: 5px;
 }
 .site-header .toolbar .toolbar-item.basket {

margin: 0;

width: unset;

flex-direction: row;

align-items: center;

justify-content: center;

background-color: #ff6000;

border-radius: 40px;
}
 
 .site-header .toolbar .toolbar-item.basket .text-label {
     display: block;
     margin: 0 4px;
     font-size: 14px;
     font-weight: 400;
     /* letter-spacing: 0.5px; */
     display: ÃŽÂ;
 }
 
 .site-header .toolbar .toolbar-item.basket .icon {
     /* margin-bottom: 0; */
     /* margin-right: 0; */
 }
 
 .site-header .toolbar .toolbar-item.basket > a {
     color: #fff;
 }
 
 .site-header .toolbar .toolbar-item.visible-on-mobile {
     display: none;
 }
 
 /*
 .site-header .toolbar .toolbar-item a, 
 .site-header .toolbar .toolbar-item .toolbar-button {
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     padding: 5px;
     color: #000;
     text-align: center;
     text-decoration: none;
 }
 */
 
 .site-header .toolbar .toolbar-item>a>div, 
 .site-header .toolbar .toolbar-item .toolbar-button div {
 display: flex;
 /* flex-direction: column; */
 justify-content: center;
 align-items: center;
 }
 
 
 
 .site-header .toolbar .toolbar-item>a>div i {
     display: inline-block;
     margin-bottom: 6px;
     font-size: 20px;
 }
 
 .toolbar-item .icon {
     display: inline-block;
     /* margin-bottom: 0px; */
     font-size: 21px;
     margin-right: 5px;
 }
 
 .toolbar-item .icon.icon-compare {
     transform: rotate(90deg);
 }
 
 .site-header .toolbar .toolbar-item>a>div>.text-label {
     /* display: none; */
     font-size: 13px;
     /* margin-top: 5px; */
 }
 /*
 .site-header .toolbar .toolbar-item:hover, .site-header .toolbar .toolbar-item.active {
     background-color: #e5e5e5;
 }
 */
 .counter.cart-badge {
     position: relative;
     /* top: 0; */
     /* right: 0; */
     background: #ffffff;
     width: 1.25rem;
     height: 1.25rem;
     border-radius: 100%;
     color: #ffffff;
     vertical-align: middle;
     line-height: 20px;
     transition: background-color .3s;
     text-align: center;
     font-size: 0.8125rem;
     color: #ff6000;
     margin-left: 2px;
     font-size: 11px;
     /* padding: 5px 10px; */
     /* border-radius: 25px; */
 }
 .footer_icons .icons {
     text-align: center;
     background: #fff;
     padding: 20px 0;
 }
 
 .camera_caption a {
     background: #7abe43 !important;
 }
 .camera_caption a:hover {
     background-color: #ff6000 !important;
 }
 
 .carousel {
     position: relative;
 }
 .carousel-inner {
     position: relative;
     width: 100%;
     overflow: hidden;
 }
 .carousel-inner > .item {
     position: relative;
     display: none;
     -webkit-transition: 0.6s ease-in-out left;
     -o-transition: 0.6s ease-in-out left;
     transition: 0.6s ease-in-out left;
 }
 .carousel-inner > .item > a > img,
 .carousel-inner > .item > img {
     line-height: 1;
 }
 @media all and (transform-3d), (-webkit-transform-3d) {
     .carousel-inner > .item {
         -webkit-transition: -webkit-transform 0.6s ease-in-out;
         -o-transition: -o-transform 0.6s ease-in-out;
         transition: transform 0.6s ease-in-out;
         -webkit-backface-visibility: hidden;
         backface-visibility: hidden;
         -webkit-perspective: 1000px;
         perspective: 1000px;
     }
     .carousel-inner > .item.active.right,
     .carousel-inner > .item.next {
         left: 0;
         -webkit-transform: translate3d(100%, 0, 0);
         transform: translate3d(100%, 0, 0);
     }
     .carousel-inner > .item.active.left,
     .carousel-inner > .item.prev {
         left: 0;
         -webkit-transform: translate3d(-100%, 0, 0);
         transform: translate3d(-100%, 0, 0);
     }
     .carousel-inner > .item.active,
     .carousel-inner > .item.next.left,
     .carousel-inner > .item.prev.right {
         left: 0;
         -webkit-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
     }
 }
 .carousel-inner > .active,
 .carousel-inner > .next,
 .carousel-inner > .prev {
     display: block;
 }
 .carousel-inner > .active {
     left: 0;
 }
 .carousel-inner > .next,
 .carousel-inner > .prev {
     position: absolute;
     top: 0;
     width: 100%;
 }
 .carousel-inner > .next {
     left: 100%;
 }
 .carousel-inner > .prev {
     left: -100%;
 }
 .carousel-inner > .next.left,
 .carousel-inner > .prev.right {
     left: 0;
 }
 .carousel-inner > .active.left {
     left: -100%;
 }
 .carousel-inner > .active.right {
     left: 100%;
 }
 .carousel-control {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     width: 15%;
     font-size: 20px;
     color: #fff;
     text-align: center;
     text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
     background-color: rgba(0, 0, 0, 0);
     filter: alpha(opacity=50);
     opacity: 0.5;
 }
 .carousel-control.left {
     background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
     background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
     background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
     background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
     background-repeat: repeat-x;
 }
 .carousel-control.right {
     right: 0;
     left: auto;
     background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
     background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
     background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
     background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
     background-repeat: repeat-x;
 }
 .carousel-control:focus,
 .carousel-control:hover {
     color: #fff;
     text-decoration: none;
     filter: alpha(opacity=90);
     outline: 0;
     opacity: 0.9;
 }
 .carousel-control .glyphicon-chevron-left,
 .carousel-control .glyphicon-chevron-right,
 .carousel-control .icon-next,
 .carousel-control .icon-prev {
     position: absolute;
     top: 50%;
     z-index: 5;
     display: inline-block;
     margin-top: -10px;
 }
 .carousel-control .glyphicon-chevron-left,
 .carousel-control .icon-prev {
     left: 50%;
     margin-left: -10px;
 }
 .carousel-control .glyphicon-chevron-right,
 .carousel-control .icon-next {
     right: 50%;
     margin-right: -10px;
 }
 .carousel-control .icon-next,
 .carousel-control .icon-prev {
     width: 20px;
     height: 20px;
     font-family: serif;
     line-height: 1;
 }
 .carousel-control .icon-prev:before {
     content: "\2039";
 }
 .carousel-control .icon-next:before {
     content: "\203a";
 }
 .carousel-indicators {
     position: absolute;
     bottom: 10px;
     left: 50%;
     z-index: 15;
     width: 60%;
     padding-left: 0;
     margin-left: -30%;
     text-align: center;
     list-style: none;
 }
 .carousel-indicators li {
     display: inline-block;
     width: 10px;
     height: 10px;
     margin: 1px;
     text-indent: -999px;
     cursor: pointer;
     background-color: #000;
     background-color: rgba(0, 0, 0, 0);
     border: 1px solid #fff;
     border-radius: 10px;
 }
 .carousel-indicators .active {
     width: 12px;
     height: 12px;
     margin: 0;
     background-color: #fff;
 }
 .carousel-caption {
     position: absolute;
     right: 15%;
     bottom: 20px;
     left: 15%;
     z-index: 10;
     padding-top: 20px;
     padding-bottom: 20px;
     color: #fff;
     text-align: center;
     text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
 }
 .carousel-caption .btn {
     text-shadow: none;
 }
 @media screen and (min-width: 768px) {
     .carousel-control .glyphicon-chevron-left,
     .carousel-control .glyphicon-chevron-right,
     .carousel-control .icon-next,
     .carousel-control .icon-prev {
         width: 30px;
         height: 30px;
         margin-top: -10px;
         font-size: 30px;
     }
     .carousel-control .glyphicon-chevron-left,
     .carousel-control .icon-prev {
         margin-left: -10px;
     }
     .carousel-control .glyphicon-chevron-right,
     .carousel-control .icon-next {
         margin-right: -10px;
     }
     .carousel-caption {
         right: 20%;
         left: 20%;
         padding-bottom: 30px;
     }
     .carousel-indicators {
         bottom: 20px;
     }
 }
 
 #order_form input[type="checkbox"] {
     margin: 0;
     width: 26px;
     height: 26px;
     position: relative !important;
     cursor: pointer !important;
     display: inline-block !important;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;	
 }
 input[type=checkbox]:checked:after {
     display: block;
     width: 26px;
     height: 26px;
     top: -10px;
     left: -10px;
     content: "\f00c";
     font-family: 'FontPro';
     color: #fff;
     z-index: 999;
     font-size: 20px;
     position: relative;
     line-height: 26px;
 }
 
 input[type=checkbox]:before {
     content: "";
     display: block;
     position: absolute;
     height: 26px;
     width: 26px;
     top: -1px;
     left: -1px;
     background: transparent;
 }
 
 input[type=checkbox]:checked:before {
     background: #0585b5;
 }
 
 .qb_toggle_div {
     padding: 10px;
     width: 100%;
     display: flex;
     justify-content: start;
     align-items: center;
     text-align: left;
 }
 
 .qb_toggle_div label {
     font-weight: 500;
     color: #000;
     margin-left: 10px;
 }
 
 #order_form textarea:focus {
     border-color: rgb(39 167 112);
     outline: 0;
 }
 #d00p013 {display: none;}
 
 .par_fld {
     padding: 10px 10px 20px;
     line-height: 22px;
     font-size: 15px;
 }
 
 
 
 .deliveryCostText {
     font-size: 14px;
     display: flex;
     justify-content: center;
     align-items: center;
     /* border: 1px dashed #ccc; */
     /* padding: 5px 10px; */
 }
 .form_footer_remarks {
     max-width: 600px;
     margin: 0 auto;
     padding-bottom: 15px;
 }
 
 .submit_container {
     max-width: 600px;
     margin: 0 auto;
 }
 
 .form_footer {
     text-align: center;
     background: transparent !important;
     padding: 0;
     border: none;
     margin-top: 20px;	
 }
 
 .terms_container {
     margin: 10px 0;
     line-height: 24px;
     font-size: 14px;
     border: 1px dashed #ccc;
     padding: 8px 15px;
     background: #f9f9f9;
 }
 
 .terms_container label {
     display: inline-flex;
     padding-right: 20px;
     text-align: left;
     padding-left: 20px;
 }
 
.nl_container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 8px 0;
    /* border: 1px dashed #ccc; */
}
 .nl_container label[for="nl"] {
     display: inline-flex;
     padding-right: 20px;
     font-size: 14px;
     padding-left: 20px;	
 }
 
 .form_footer .agreement  {
     display: flex;
     align-items: center;
 }
 
 #totals_container0 .free-shipping-message .remaining-amount-text, #totals_container1 .free-shipping-message .remaining-amount-text {
     font-size: 14px;
     font-weight: 500;
     padding: 0;
     background: transparent;
     border: none;
     border-radius: 0;
 }
 
 .tot_grand {
     display: inline-block;
     padding: 10px 16px;
     background: #ff6000;
     color: #fff;
     font-weight: 500;
     border-radius: 2px;
     font-size: 18px;
     margin-top: 10px;
 }
 .tot_grand .tot_title {
     font-size: 14px;
 }
 
 #order_form input:focus, #order_form select:focus {
     border-color: rgb(39 167 112 / 80%);
     background: #fff;
     outline: 0;
 }
 
 .tot_price_no_delivery, .aptot_tot, .antikatavoli_tot {
     font-size: 14px;
	 display:none;
 }
 
 #order_form select#p013, #order_form select#p017 {
     display: block;
     width: 100%;
     height: 44px;
     padding: 8px 12px;
     font-size: 14px;
     line-height: 44px;
     color: #000;
     background-color: #f0fff1;
     border: 1px solid #b8e4bb;
     margin-bottom: 10px;
     border-radius: 2px;
 }
 #totals_container0 .free-shipping-message, #totals_container1 .free-shipping-message .icon span {
     display: none;
 }
 
 #banner_nr01300000018 {
     background: #f9f9f9;
     padding-bottom: 30px;
 }
 
 .cusPayWrapper {
     display: table;
     margin-top: 40px;
	 width: 100%;
 }
 
 .customer_receiver_box {
     display: table-cell;
     width: 50%;
     padding-right: 20px;
    /* border-right: 1px solid #f1f1f1; */
	     background: #eee;
	 padding-left: 20px;
 }
 .pay_n_delivery_methods {
     display: table-cell;
     width: 50%;
     padding-left: 20px;
 }
 