/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/* Top Menu Account & Login/Register Show/Hide Css  */
.account-logged {display: none !important;}
.logged-in .log-reg {display: none !important;}
.logged-in .account-logged {display: inline-block !important;}
@media (min-width: 768px) { 
	.menu-left {float:left !important;}
	.menu-right {float:right !important;}
}
/* Top Menu Account & Login/Register Show/Hide Css End */

/* BRANDS  */
.pwb-brands-in-loop {
    max-width: 40px;
    position: absolute;
    z-index: 999;
    top: 20px;
    right: 15px;
}

.pwb-single-product-brands a {
    display: inline-block;
	max-width: 110px;
}


.pwb-carousel.slick-initialized .pwb-slick-slide, 
.pwb-product-carousel.slick-initialized .pwb-slick-slide {
	padding:8px;	
}

.pwb-slick-slide h3 {font-size: 12px;}

.pwb-slick-slide a {
    clear: both;
	display: block;
	margin-top: 15px;
}

.pwb-carousel .pwb-slick-slide a > img {
    margin: 0 auto;
    border: 1px solid #eaeaea;
    box-shadow: 1px 1px 1px #eaeaea;
}

.navigation li.megamenu-li .megamenu.col-2 > li {
    padding: 10px;
}

.pwb-carousel .slick-prev, .pwb-product-carousel .slick-prev {
    top: -25px;
    background: #000;
    opacity: 1;
    line-height: 18px;
    right: 31px;
	left: unset;
}

.pwb-carousel .slick-next, .pwb-product-carousel .slick-next {
    right: 0 !important;
    top: -25px;
    background: #000;
    opacity: 1;
    line-height: 18px;
}

.megamenu .pwb-all-brands .pwb-brands-cols-outer .pwb-brands-col3 {
    padding: 10px;
    width: 100%;
    float: none;
    display: inline-block;
    max-width: 100px;
	padding: 5px;
}


/* BRANDS  */

/* Berocket Filter  */
.berocket_aapf_widget_selected_area .bapf_sfa_taxonomy {
    display: inline-block;
}

.berocket_aapf_widget_selected_area .bapf_sfa_taxonomy span {
    display: none;
}

.berocket_aapf_widget_selected_area ul {
    display: inline-block;
    margin: 0 5px;
}

.berocket_aapf_widget_selected_area ul li {
    list-style: none !important;
    margin: 0 !important;
    padding: 2px 10px !important;
    max-width: 100%;
    background: #555555;
    display: inline-block;
}

.berocket_aapf_widget_selected_area ul li a {
	color: #fff;	
}

.bapf_divi_sfa h3, .divi_checkbox_class h3, .divi_color_class h3, .divi_image_class h3, .divi_slider_class h3 {
    font-size: 18px;
}

.divi_checkbox_class .divi_checkbox_class_item label {
    font-family: trebuchet ms;
    font-size: 12px;
    font-weight: 600;
}

.divi_checkbox_class .divi_checkbox_class_item input[type="checkbox"] {
    height: 25px;
	width:25px;
}

.divi_checkbox_class .divi_checkbox_class_item input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 22px;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    left: 1px;
    top: 4px;
}

.berocket_aapf_widget_selected_area ul li {
    list-style: none !important;
    margin: 0 5px 0 0 !important;
    padding: 2px 10px !important;
    max-width: 100%;
    background: #f2f2f2;
    display: inline-block;
    border: 1px solid #eaeaea;
}

.berocket_aapf_widget_selected_area ul li a {
    color: #555;
}
/* Berocket Filter End */


/* Product thumbnails shop page
--------------------------------------------- */
	ul.products .flex-control-thumbs {
		width: 100%;
		margin: 0;
	}

	ul.products .flex-control-thumbs li,
	.related.products ul.products .woocommerce-product-gallery .flex-control-thumbs li {
		list-style: none outside;
		max-width: 55px;
		margin: 0 2px;
		border: 1px solid #eaeaea;
		display: inline-block;
		float: none;
	}

	.widget_product_categories .count, .widget_layered_nav .count {
		background-color: rgba(84, 84, 84, 0.05);
		position: absolute;
		top: 0;
		right: 0;
		font-size: 12px;
		line-height: 18px;
		padding: 0 10px;
		text-align: center;
		min-width: 10px;
		border: 1px solid transparent;
		border-radius: 10px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	ul.products li .woocommerce-product-gallery {
		display: block;
		position: relative;
		display: none;
	}

	ul.products li.product .woocommerce-LoopProduct-link h2, 
	ul.products li.product .woocommerce-loop-category__title {
		margin: 20px 0;
	}

	ul.products li.product .woocommerce-product-gallery {
		width: 100% !important;
	}

	ul.products li.product .button {
		margin-left: auto;
		margin-right: auto;
		width: 80%;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		left: 0;
		margin: 0 auto;
		z-index: 120;
		right: 0;
	}

	ul.products li.product .product-inner:hover .button {
	  display: block;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  height: 40px;
	  line-height: 40px;
	  padding: 0;
	  background-color: #111111;
	  color: #ffffff;
	  border: 0;
	  text-align: center;
	  text-transform: uppercase;
	  z-index: 99;
	  -webkit-transform: translateY(40px);
	  -moz-transform: translateY(40px);
	  -ms-transform: translateY(40px);
	  -o-transform: translateY(40px);
	  transform: translateY(40px);
	  -webkit-transition: all 0.6s;
	  -moz-transition: all 0.6s;
	  -ms-transition: all 0.6s;
	  -o-transition: all 0.6s;
	  transition: all 0.6s;
	}

	ul.products li.product .product-inner:hover .button {
		opacity: 1;
		visibility: visible;
	  -webkit-transform: translateY(0);
	  -moz-transform: translateY(0);
	  -ms-transform: translateY(0);
	  -o-transform: translateY(0);
	  transform: translateY(0);
	}



/* HEADER  */
.top-bar {
    border-bottom: 1px solid #eaeaea;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-custom img, a.wishlist_products_counter.top_wishlist-custom img, span.wishlist_products_counter.top_wishlist-custom img {
    display: inline-block !important;
    vertical-align: middle;
    width: auto !important;
    max-width: 32px;
    max-height: 32px;
    margin-bottom: 0;
    margin: -2px -23px 0 0 !important;
}

a.wishlist_products_counter {
    margin-right: 30px;
}

.vi-wpvs-variation-wrap.vi-wpvs-variation-wrap-vi_wpvs_button_design .vi-wpvs-option-wrap.vi-wpvs-option-wrap-disable {
    opacity: 0.4;
    background: #ececec !important;
}

.header-social-menu .social-links li {
	display: inline;
	list-style: none;
	margin-right: 5px;
}

.header-social-menu .social-links li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    background-color: transparent;
	color: #535353;
	border: 1px solid #847f7f;
    line-height: 1;
    padding: 1em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	width: 12px;
}

.header-social-menu .social-links {
    margin: 0 0 0 20px;
}

@media (max-width: 768px) { 
	.header-social-menu,
	.header-right {
		display: none;
	}
	.inside-header > :not(:last-child):not(.main-navigation) {
    	margin-bottom: 5px;
	}
	.secondary-nav-aligned-center.secondary-nav-above-header .secondary-navigation, 
	.secondary-nav-aligned-center.secondary-nav-below-header .secondary-navigation {
		display: none;
	}
}

/* HEADER END */


/*  MEGA MENU   */
.megamenu {
    background: #ffffff;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 51px;
}

.megamneu img {
	background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;	
}

.megamenu .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin-left: 0px;
    margin-bottom: 0;
}

.megamenu .woocommerce ul.products li.product .woocommerce-loop-category__title {
    margin: 0px 0;
}

.megamenu h2.cat-name {
    text-align: left;
    border-bottom: 1px solid #eaeaea;
    line-height: 2em;
	padding: 0;
}

.megamenu.men-menu, .megamenu.women-menu, .megamenu.brands-menu {
    display: none;
    max-width: 1200px;
    flex-wrap: wrap;
    justify-self: anchor-center;
    background: #f4f4f4;
    width: 100%;
	border: 1px solid #cdcdcd;
}

.megamenu .woocommerce ul.products li.product a img {
    display: none;
}
.megamenu .woocommerce ul.products li.product .woocommerce-loop-category__title {
    margin: 5px !important;
    text-align: left;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
}
.megamenu .woocommerce li.product-category.product {
    margin: 0 !important;
    padding: 0 !important;
}



/*  MEGA MENU END */


ul.products li.product { padding-bottom: 25px !important; }

ul.products li.product:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

p.points {
    width: 100%;
}

.tinv-wraper.tinv-wishlist {
    font-size: 100%;
    width: 100%;
}

.product_meta {
    font-size: 90% !important;
	display: flex;
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs {
    display: none;
}

.single-product .related.products {
    padding-top: 75px;
	text-align: center;
}

.single-product .related.products h2 {
    margin-bottom: 75px;
}

.secondary-navigation {
    border-bottom: 1px solid #f9f9f9;
}

/* FOOTER  */
.footer-box-wrapper {
    padding: 35px 20px 15px 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: flex;
}

.footer-box-wrapper h4 {
    font-size: 18px;
    font-weight: 600;
}

.footer-box-wrapper .box-description {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6em;
}

.footer-box-wrapper .box-icon {
    margin-right: 15px;
    width: 50px;
}

/* FOOTER END */


/* Left Bar Menu Widget  */
.woocommerce .widget_product_categories li.current-cat>a {
    font-weight: bold;
}
.widget_product_categories li a, .widget_layered_nav li a {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 1.6;
    padding-left: 0;
    text-transform: uppercase;
}
.woocommerce .widget_product_categories li ul.children {
    margin: 8px 0 0 15px;
}
/* Left Bar Menu Widget End */

.breadcrumbs, .woocommerce .woocommerce-breadcrumb {font-size:12px;}

ul.products li.product .onsale {
    position: absolute !important;
    top: 20px !important;
    left: 0 !important;
    right: initial !important;
}

.pwb-carousel .slick-prev, 
.pwb-carousel .slick-next, 
.pwb-product-carousel .slick-prev, 
.pwb-product-carousel .slick-next {
    max-height: 35px;
}

/*  Mobile Filters  */
@media (min-width: 768px) { 
	.mob-filters {
		display: none;
	}
}
@media (max-width: 767px) { 
	.mob-filters {
		padding: 8px 25px;
		background: #f9f9f9;
		float: right;
	}
}

/* Atokes doseis & Free Shipping Banner */
.atokes-banners2{ display: none; padding:0;} 

.atokes-banners2 td {
    border-width: 0;
}

@media (max-width: 768px) { 
	.atokes-banners2 { display: block;} 
}
/* Atokes doseis & Free Shipping Banner  End  */

tr.woocommerce-product-attributes-item.woocommerce-product-attributes-item--weight {
    display: none;
}

.site-logo.mobile-header-logo img {
    height: initial !important;
}

.woocommerce ul.products li.product .price {
    font-size: 1.2em;
	margin-bottom: 1.5em;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2, 
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-LoopProduct-link > :not(:first-child) {
    font-weight: 600;
    text-transform: none;
    font-size: 14px;
    margin: 10px !important;
}

span.tinvwl_add_to_wishlist-text {font-size: 13px;}


/* Ajax Search  */
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    height: 50%;
    margin: auto;
    max-height: 20px;
    width: 100%;
    max-width: 20px;
    left: auto;
    right: 12px;
    opacity: .5;
    fill: #000;
}

.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input, 
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:hover, 
.dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
    border-bottom: 1px solid #ccc !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 10px 15px 10px 10px;

}
.dgwt-wcas-suggestions-wrapp {
    min-width: 380px;
    margin-left: -150px;
}

.dgwt-wcas-search-icon {
    margin-top: 10px;
}

/* Ajax Search End */

ul.product-categories li.cat-item.cat-item-156,
ul.product-categories li.cat-item.cat-item-157 {
	display: none;	
}

/* Loading Mask */
/*
.loadingMask {
    display: none;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 );
}

.loadingMask img {
    top: 40vh;
    position: fixed;
    left: 50%;
}
*/
/* Loading Mask End */

#call_for_credit .wc-sc-label label {
	float:left; 
	padding: 30px 0 10px;
	width: 100%;
}

.woocommerce-checkout .woocommerce-error, 
.woocommerce-checkout .woocommerce-info, 
.woocommerce-checkout .woocommerce-message {
    padding: 0px;
    border: none;
    text-align: center;
	margin: 0;
}

.woocommerce-checkout.woocommerce-page #payment ul.payment_methods li img {
	float: none;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    position: relative;
    box-shadow: none;
}

.single-product .summary.entry-summary p {font-size:13px;}

.woocommerce-checkout form .form-row .input-checkbox,
.woocommerce-checkout input[type="checkbox"]  {
    margin: 7px 7px 0 0;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper p.form-row {
	padding: 0;	
}

.woocommerce-checkout input[type="radio"] {
    margin: 4px 7px 0 0;
}

.gift-certificate.sc_info_box p {font-size: 13px;}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.1);
    font-size: 1em;
}

.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {display: none;}

.woocommerce .woocommerce-ordering select,
.woocommerce-result-count {
    font-size: 12px !important;
}

.sidebar h2, .sidebar h3 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
}

#generate-slideout-menu .dgwt-wcas-search-icon {
    color: #333;
    min-width: unset;
    right: 20px;
    text-align: center;
    display: block;
    width: 100%;
    top: 5px;
}

.addtoany_shortcode .a2a_kit a {
    border: 1px solid #ccc;
    margin-right: 10px;
    padding: 4px 8px 0;
}

.single-product #tab-additional_information {
	display: none !important;
}

.woocommerce-store-notice, p.demo_store {
    background-color: #272727;
    color: #fff;
}

.vi-wpvs-option-wrap.vi-wpvs-option-wrap-out-of-stock-attribute.vi-wpvs-option-wrap-default {
	background: #eaeaea !important;
}

.footer-bar-align-right .footer-bar {
    float: unset;
    text-align: unset;
    display: inline-block;
}

.developed {float:right;}

@media (max-width: 768px) {
	.developed {
		float: none!important;
		text-align: center!important;
		margin-bottom: 10px;
	}
}

.single-product .summary.entry-summary p.price {
    margin-top: 25px;
}


#billing_company_field,
#billing_tax_office_field,
#billing_profession_field,
#woocommerce_eu_vat_number_field {
	display: none;	
}

/*
#woocommerce_eu_vat_number_field {
	display: none;	
}
*/

#billing_invoice_field label {
    padding: 0px 20px 15px 0;
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: 700;
    display: block;
    color: #c74817;
    float: left;
}

#billing_invoice_field legend {
    padding: 20px 0px 0;
    font-family: "Open Sans Condensed",sans-serif;
    font-weight: 700;
    display: block;
    color: #000;
    font-size: 24px;
	margin: 10px 0;
}

.theme-generatepress.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #000000;
    color: #ffffff;
}

.theme-generatepress.woocommerce nav.woocommerce-pagination ul li a, .theme-generatepress.woocommerce nav.woocommerce-pagination ul li span {
    font-size: 1em;
    font-weight: bold;
    padding: 0.6em;
    min-width: 1em;
    display: block;
}

.theme-generatepress .pum-theme-27606 .pum-title, 
.theme-generatepress .pum-theme-default-theme .pum-title {
    color: #000000;
    text-align: left;
    text-shadow: 0px 0px 0px rgb(2 2 2 / 23%);
    font-family: inherit;
    font-weight: bold;
    font-size: 22px;
    font-style: normal;
    line-height: 36px;
    text-transform: uppercase;
}

.weboffer span {
	background: #c97351;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 4px 8px;
	border-radius: 3px;
}

/* Catalog */
li.product .product-label {
	z-index: 2;
}

/* Single Product */
.single-product .weboffer {
	position: absolute;
	top: 10px;
	left: 10px;
}


.product-categories .cat-item.cat-item-257,
.product-categories .cat-item.cat-item-15 {
	display: none;
}

.carousel-slider .woocommerce-loop-category__title, .carousel-slider .woocommerce-loop-product__title {
    font-size: 0.8rem !important;
}

.carousel-slider a.add_to_cart_button, .carousel-slider a.add_to_cart_read_more, .carousel-slider a.added_to_cart, .carousel-slider a.quick_view {
    margin-bottom: .5rem;
    margin-top: 25px;
	padding: 5px 20px;
}

.carousel-slider .onsale {padding: 3px 5px !important;}

@media (max-width: 768px) {
	ul.products .flex-control-nav.flex-control-thumbs {
		display: none;
	}
}

.woocommerce form .form-row .optional {
    visibility: hidden;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
    color: deeppink;
    font-weight: bold;
}

.woocommerce-form-coupon-toggle .showcoupon {font-weight: 600;}

.woocommerce-cart .woocommerce-error, 
.woocommerce-cart .woocommerce-info, 
.woocommerce-cart .woocommerce-message {
    padding: 0px 20px;
    border: 0;
    border-left: 5px solid rgba(0, 0, 0, .3);
}

.woocommerce-cart .coupon input[name="coupon_code"] {
    width: 250px !important;
}

.parastatikolabel {
	font-weight:bold;
	font-size:15px;
}

.woocommerce-cart .coupon button[name="apply_coupon"] {
    background: orchid;
}

.woocommerce-form-coupon-toggle {
	margin: 25px;
}

.wc-price-history.prior-price.lowest {font-size:12px; font-weight:normal}

.single-product .summary.entry-summary p.price {
    margin-bottom: 0.5em;
}


/* Scroll Text Top Header */
.scroll-left {
 height: 25px;	
 overflow: hidden;
 position: relative;
 background: none;
 color: #333333;
 border: 0px solid orange;
 max-width: 600px;
 margin: auto;
}
.scroll-left p {
 position: absolute;
 font-size: 12px;
 width: 100%;
 height: 100%;
 font-weight: bold;
 margin: 0;
 line-height: 25px;
 text-align: center;
 /* Starting position */
 transform:translateX(100%);
 /* Apply animation to this element */
 animation: scroll-left 15s linear infinite;
}
/* Move it (define the animation) */
@keyframes scroll-left {
 0%   {
 transform: translateX(100%); 		
 }
 100% {
 transform: translateX(-100%); 
 }
}
/*. */

/* Mega Menu */
@media (min-width: 769px) {
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
}
/* Mega Menu End */

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    line-height: 40px;
    font-size: 12px;
}

.payment_method_alphabank_gateway img {
    max-width: 60px;
}