/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.btn-main {
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
	font-size: 20px;
	font-weight:300;
}


@import url("https://use.typekit.net/mku0xrh.css");

body {
	font-family: aller, sans-serif !important;
	letter-spacing: 0.5px;
	font-weight:400;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
    font-weight: 500;
	font-family: aller, sans-serif !important;
	letter-spacing: 0.5px;
}

.box-1 {
	display:flex !Important;
	padding:15px;
	padding-bottom:0px !important;
	justify-content:space-between;
	padding-top:25px !important;
}

.box-2 {
	display:flex !Important;
	padding:15px;
	padding-bottom:0px !important;
	justify-content:space-between;
	padding-top: 20px !important;
}

.num-of-prod {
	text-transform:uppercase;
	margin-top:1rem;
	font-weight:100;
}

.green-boxes {
    display: flex;
    align-items: flex-start;
}
.green-boxes p{
    margin-left: 1rem;
    color:#66bc28;
	letter-spacing: 2px;
}

.section-2 {
    padding-top: 50px !important;
}

.section-2 .col {
    padding-bottom: 0px !important;
}

.grey-boxes {
    display: flex;
    align-items: flex-start;
}

.grey-boxes p {
    color: #2E3191;
    text-transform: uppercase;
    font-weight: 500;
    margin-left: 1rem;
	letter-spacing: 2px;
}

.testimonial-box {
    background: white;
    border-radius: 14px;
    border: 1px solid lightgrey;
}

.inner-test {
    padding: 20px;
}

.inner-test p {
	font-size: 14px;
  	letter-spacing: 0;
	font-weight:200;
}

.big-green-num {
    font-size: 80px;
    color: #66BC28;
    margin-right: 1rem;
	font-weight: 300;
	margin-bottom: 0px !important;
}

.green-text {
	margin-top: 27px;
}

.section-steps {
    padding-top: 80px !Important;
}

/***CONTACT FORM***/
input.wpcf7-form-control.wpcf7-submit {
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 10px;
    margin-left: -15px;
    padding-right: 30px;
    padding-left: 30px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    padding: 25px;
    border: 1px solid #eaeaea;
    color: lightgrey;
}

.accordion .toggle {
    right: 0 !important;
    left: auto !important;
}

.icon-angle-down:before {
    background-image: url("/wp-content/uploads/2020/09/add.png");
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    content:"";
}

.toggle {
    opacity: 1 !important;
}

.accordion-title {
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-nl, .section-kakonamestiti {
    padding-top: 60px !important;
    padding-bottom: 0px !important;
}

.section-mnenja, .row-features {
    padding-top: 60px !important;
}

.row-cols-second {
    padding-top: 30px !important;
}

p.name-test {
    margin-bottom: 0px !important;
    margin-right: 1rem;
    font-weight:600;
}

.absolute-footer {
    display: none;
}

/***CART DROPDOWN***/
a.button.wc-forward {
    display: none;
}

a.button.checkout.wc-forward {
    display: block !important;
}

/***/

/***CHECKOUT***/

div#customer_details {
    padding-left: 15px !important;
}

table.shop_table thead {
    display: none !important;
}

td.product-remove {
    display: none !important;
}

td.product-name {
    display: none !important;
}

td.product-subtotal {
    display: none !important;
}



.uu-order-summary {
    margin-bottom: 30px;
}

.uu-order-summary .uu-table-head {
    display: none;
}

.uu-order-summary .uu-subtotal {
    display: none;
}

.uu-order-summary .uu-products {
    display: none;
}

.uu-order-summary .table-right {
    text-align: right;
}

.uu-order-summary th {
    font-size: 16px;
    font-weight: 300;
    text-transform: initial;
}

.uu-order-summary td,
.uu-order-summary th {
    border-top: 0px solid !important;
    border-bottom: 0px solid !important;
    padding-top: 8px;
    padding-bottom: 5px;
    font-weight: 400;
    color: #2B2B2B;
}

.uu-order-summary .uu-shipping td,
.uu-order-summary .uu-shipping th {
    padding-bottom: 15px;
}

.uu-order-summary .uu-total th,
.uu-order-summary .uu-total td {
    border-top: 1px solid #252525 !important;
    font-weight: 700 !important;
    padding-top: 15px;
}

.uu-order-summary .uu-subtotal td,
.uu-order-summary .uu-subtotal th {
    border-top: 1px solid #252525 !important;
    padding-top: 15px;
}

.uu-order-summary {
    border-top: 1px solid #000;
}

.uu-order-summary .product-name-uu {
    font-size: 16px;
    font-weight: 400;
    color: #2B2B2B;
}

.uu-order-summary .cart_item td {
    padding-top: 13px;
}

.uu-order-summary span.amount {
    font-size: 16px;
    font-weight: 400;
}

.uu-order-summary .uu-total span.amount {
    font-weight: 700;
}

.cart-collaterals {
    padding: 0px !important;
    padding-top: 35px !important;
    border: 0px solid !important;
    max-width: 605px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: 70px !important;
}

.after-cart-info{
    width:90%;
    margin:auto;
    margin-top:30px;
}

.after-cart-info p {
    font-size: 12px;
    width:80%;
}

.after-cart-info div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
div#payment li {
    border: 1px solid #ddd;
    padding: 15px 16px;
    margin-bottom: 12px;
    border-radius: 0px;
    padding-top: 12px;
    position: relative;
}

 .large-5.col .col-inner {
     border: none !important;
 }

.woocommerce-checkout input[type="radio"]:checked:after {
    width: 19px;
    height: 19px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #ff5ee6;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 5px solid white;
}
form.checkout .large-5 #payment input[type="radio"] {
    top: 4px;
}

input[type="radio"] {
    width: 18px;
    height: 18px;
    position: relative;
    margin-bottom: 0px;
}

input[type="radio"]:checked + label {
    box-shadow: none;
}
/***/

/***PRODUCT SECTION***/
.woocommerce-tabs.wc-tabs-wrapper.container.tabbed-content,
.product_meta,
.badge-container,
.product-title,
.breadcrumbs{
    display: none;
}

.row-test {
	margin-top: -260px;
}

.row-test img {
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}

.section-one {
	padding-bottom: 0px !Important;
    margin-bottom: -50px;
}

.row-prod2 {
	margin-bottom: -50px;
}

.nav-left {
    -ms-flex-pack:  center;
    justify-content: center;
	 margin-left: -10%;
	font-weight:300;
}

.page-id-398  .section-image-text ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.page-id-398  .section-image-text li {
  padding-left: 1em;
  text-indent: -1em;
}

.page-id-398  .section-image-text li:before {
  content: url("/wp-content/uploads/2020/09/checksmall.png");
  padding-right: 5px;
}

.woocommerce-checkout #footer,
.woocommerce-checkout li.cart-item.has-icon {
	display:none;
}

.woocommerce-checkout .nav-left {
    -ms-flex-pack:  end;
    justify-content: flex-end;;
}


input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], textarea, select, .select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection {
	box-shadow:none !important;
}

.page-id-10 p.price.product-page-price.price-on-sale,
.page-id-398 p.price.product-page-price.price-on-sale{
    display: none;
}

span.select-txt {
    font-size: 14px;
}

.page-id-10 input[type='radio'],
.page-id-398 input[type='radio']{
    padding: 0;
    display: none;
}

.page-id-10 input[type='radio']+label,
.page-id-398 input[type='radio']+label
{width: 100%;
    border: 1px solid #E7E7E7;
	border-radius:10px;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 0.8;
    margin-bottom: 0px;
    display: block !important;
    justify-content: space-between;
    padding-top: 0px;
	margin-top:10px;
	margin-bottom:15px;
	cursor:pointer;
} 

label:hover {
    box-shadow: 0px 0px 15px #00000054;
    transition: 0.2s;
}
.label-upper {
	 transition: 0.2s;
	text-align: center;
    background: grey;
    color: white;
    font-size: 10px;
    font-weight: 100;
    text-transform: uppercase;
   padding-top: 7px;
    padding-bottom: 6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-top: -1px;
    margin-left: -1px;
}

input[type="radio"]:checked + label {
    
    box-shadow: 0px 0px 15px #00000054;
    background:#d0d0d0;
    line-height: 0.8;
    border: 3px solid #66BC28y;
}

.uu-qty-active label {
    background: #e4e4e4;
}

.button.alt:not(.is-outline),
.single_add_to_cart_button {
    background-color: #66BC28;
    width: 100%;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
	font-weight:500 !important;
}

.first-div-txt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px !important;

}

input#qty1+label .first-div-txt{
   opacity:0.5;
}
input#qty1+label .save-discount{
   margin-top:15px;
}
input#qty2+label {
    border: 1px solid #2E3191;
}

input#qty2+label .label-upper {
	background: #2E3191;
}

input#qty2+label .first-div-txt,
input#qty2+label .save-discount{
   color: #2E3191;
}


input#qty3+label {
    border: 1px solid #D959EF;
}

input#qty3+label .first-div-txt,
input#qty3+label .save-discount{
   color: #D959EF;
}

input#qty3+label .label-upper {
	background: #D959EF;
}
  

.over-txt {
	    text-decoration: line-through;
	
}
.over-txt .woocommerce-Price-amount {
	font-weight:300 !important;
}

.last-div {
	text-align:right;
}

.last-div-txt .woocommerce-Price-amount{
	font-size:20px !important;
}

input#qty3+label .last-div-txt .woocommerce-Price-amount{
	color:#D959EF;
}

input#qty2+label .last-div-txt .woocommerce-Price-amount{
	color:#2E3191;
}

input#qty2+label .discc{
	color:#2E3191;
	margin-left:15px
}
input#qty3+label .discc{
	color:#D959EF;
	margin-left:15px
}

input#qty1+label {
	border:1px solid #525252;
}

input#qty1+label .last-div-txt .woocommerce-Price-amount{
	color:#525252;
}


.product-info {
	  padding-left: 35px;
    padding-right: 35px;
}

.product-main {
	padding-bottom: 0px !important;
}


@media only screen and (min-width: 768px) {
  .cart-container .woocommerce:first-of-type {
    position: sticky !important;
    top: 0 !important;
    float: right !important;
    max-width: 43% !important;
    padding-left: 40px;
    padding-right: 40px;
    width:43%;
  }
  .cart-container .woocommerce:last-of-type {
   
    max-width: 57%;
    float: left;
    width: 100%;
  
   
  }
	.row .row-large:not(.row-collapse), .container .row-large:not(.row-collapse){
		margin-left:-120px;
    background: #f2f2f2;
    padding: 20px;
		padding-top:50px
}
	}
}

.woocommerce-form-coupon-toggle {
  display: none;
}
.checkout-breadcrumbs {
  display: none;
}
.checkout-page-title {
  display: none;
}
form.checkout {
  display: flex;
  flex-direction: column;
  padding-right: 120px;
}
.woocommerce-checkout .header-bottom,
.woocommerce-checkout #footer {
  display: none;
}
form.checkout .large-7,
form.checkout .large-5 {
  max-width: 100% !important;
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
}
form.checkout {
  display: flex;
  flex-direction: column;
}
.cart-container {
  max-width: 1200px !important;
  padding-top: 0px;
  padding: 0px;
	margin-top: 100px;
}
.cart-collaterals {
  display: none !important;
}
.large-7.cart-auto-refresh {
  max-width: 100% !important;
  -ms-flex-preferred-size: 100% !important;
  flex-basis: 100% !important;
}

@media screen and (min-width: 850px){
.woocommerce-checkout .large-7 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


.first-div-txt {
    line-height: 20px;
    width: 95%;
}	
	
form.checkout {
    padding: 15px;
}
	.woocommerce-checkout .container .row:not(.row-collapse) {
		margin-left:0px !important;
		margin-right:0px !important;
	}
	
	.woocommerce-checkout {
		overflow-x: hidden;
	}
	td.product-quantity {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
	
	div#customer_details {
     padding-left: 0px !important; 
}
.woocommerce-checkout .has-border {
    padding: 0px !important;
}
	.cart-container {
    margin-top: 50px;
}
	
	.row-test-mob {
		margin-top:-280px !important;
	}
	
	.row-test-mob img {
		border-top-right-radius:14px;
		border-top-left-radius:14px;
	}
}
/***************/


.page-id-10 .quantity.buttons_added,
.page-id-398 .quantity.buttons_added{
    display: none;
}

.woocommerce-checkout .has-border {
	    padding: 0 15px 30px;
}

.woocommerce-checkout input[type="radio"]:checked + label {
    box-shadow: none;
}

h3#order_review_heading {
    display: none;
}
.continue-shopping.pull-left.text-left {
    display: none;
}

.continue-shopping.pull-left.text-left {
    display: none;
}

.ccsubmit {
		background-color: #66BC28 !important;
    border-radius: 10px !important;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500 !important;
    color: white !important;
    text-shadow: none !important;
		margin-right:0px !important;
}

td.product-quantity {
    padding-left: 200px;
    padding-right: 0px !important;
}

input#coupon_code {
    border-radius: 10px;
    margin-right: 0.5rem;
	padding: 25px;
}

.woocommerce-billing-fields {
    padding-top: 0;
    border-top: none !Important;
}

.woocommerce-checkout li.shipping__list_item {
    border: 1px solid #707070a8;
    padding: 15px 16px;
    margin-bottom: 12px !important;
    border-radius: 3px;
    padding-top: 12px;
    position: relative;
}

.checkout-sidebar tr.cart_item {
    display: none;
}

.woocommerce-checkout .checkout-sidebar td {
    border-bottom: 1px solid white;
}

.woocommerce-checkout .checkout-sidebar tr.cart-subtotal {
    display: none;
}

.woocommerce-checkout .checkout-sidebar tr.order-total {
    display: none;
}
.woocommerce-checkout table.shipping__table.shipping__table--multiple tbody tr th {
    display: none !important;
}
.woocommerce-checkout input[type="radio"]:after {
    width: 19px;
    height: 19px;
    border-radius: 15px;
    top: 0px;
    left: -1px;
    position: relative;
    background-color: #ffffff;
    content: "";
    display: inline-block;
    visibility: visible;
    border: 5px solid white;
    box-shadow: 0 0 0 1px #707070;
}

table.shop_table.woocommerce-checkout-review-order-table {
    display: none;
}

.row-cols-second .banner,
.row-cols-second .banner-bg.fill{
	border-radius: 10px;
}
.woocommerce-checkout div#masthead {
    border-bottom: 1px solid lightgrey;
}
.woocommerce-checkout span.woocommerce-Price-amount.amount bdi {
    font-size: 25px;
    color: #66BC28;
}

.woocommerce-checkout td.product-price del bdi {
    color: black !important;
    font-size: 20px !important;
}
p.price.product-page-price {
    display: none;
}
.accordion-inner {
    background: rgba(0,0,0,0.03);
}.woocommerce-checkout input[type="radio"]:checked + label {
    box-shadow: none;
    background: none;
}

.border-image .img-inner{
	border-radius:10px !important;
}

img.wp-post-image {
    border-radius: 10px !important;
}
img.header_logo.header-logo {
    pointer-events: none;
}
div#logo {
    pointer-events: none;
}

.woocommerce-checkout label:hover {
    box-shadow: none;
    transition: 0.2s;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/

	.row-steps .img {
		margin: auto;
	}
	

}

.woocommerce-checkout div#message-purchased {
    display: none !important;
}

.woocommerce-order-received .cart-container .woocommerce:first-of-type {
	display:none;	
}

.woocommerce-order-received .cart-container .woocommerce:last-of-type {
	max-width: 90%;
    float: initial; 
    width: 100%;
    margin: auto !important;	
}
.woocommerce-form-coupon-toggle {
    display: none;
}
.woocommerce:first-of-type .woocommerce-notices-wrapper {
    display: none;
}

.woocommerce-order-received .large-5.col {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.woocommerce-order-received tbody td.woocommerce-table__product-total.product-total {
    text-align: left;
}


/*** Recovery landing ***/

.page-id-625 [data-icon-label]:after,
.page-id-689 [data-icon-label]:after{
	background-color: #197981;
}

.btn-main-recovery {
    border-radius: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
	font-size: 20px;
	font-weight:300;
	background: #197981 !important;
}

.page-id-625 .section-image-text ul,
.page-id-689 .section-image-text ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.page-id-625 .section-image-text li:before,
.page-id-689 .section-image-text li:before{
    content: url(/wp-content/uploads/2020/12/checksmallbluee.png);
    padding-right: 5px;
}

.page-id-625 .single_add_to_cart_button,
.page-id-689 .single_add_to_cart_button{
    background-color: #197981 !important;
}

.page-id-625 .icon-angle-down:before,
.page-id-689 .icon-angle-down:before{
    background-image: url(/wp-content/uploads/2020/12/addblue.png);
}

.page-id-625 .accordion-title.active,
.page-id-689 .accordion-title.active{
	color: #197981;
	border-color: #197981;
}

.page-id-625 .green-boxes p,
.page-id-689 .green-boxes p {
    color: #197981;
}

.page-id-625 input[type='submit']:not(.is-form),
.page-id-689 input[type='submit']:not(.is-form){
	background-color: #197981;
}

.testimonial-box img {
	border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}