/*
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.   ***************/

.header-cart-link [data-icon-label]:after {background-color: #c50000 !important;}

.header-main .nav > li > a 					{ font-weight: 700; }


/* Διόρθωση SVG height */
.mysvg .icon-inner { height: 60px; }

/* NAV */
.nav-line-bottom>li>a:before, 
.nav-line-grow>li>a:before, 
.nav-line>li>a:before

{ height: 1px!important; }

/*PAGE TITLE*/
.page-title 							{ background:#f5f5f7; }
.page-title-inner 						{ padding-top: inherit; }


/* WPML LANGUAGES ON HEADER */
.wpml-ls-legacy-list-horizontal a 		{ padding: 5px 5px 6px; }
.wpml-ls-legacy-list-horizontal img 	{ border-radius: 50%; }

/* BUTTONS */
.button, 
button, 
input[type=button], 
input[type=reset], 
input[type=submit]						{ font-weight: unset; line-height: 2.5em; }

/* WOOCOMMERCE BOX */

.product-small.box 						{ border: 1px solid #eee !important; border-radius: 10px; }
.product-small.box .title-wrapper		{ margin: 20px 0 !important; font-size:120%; }
.product-small.box .price-wrapper 		{ margin: 10px 0; }

/* BOX SHADOW */
.row-box-shadow-1 .col-inner, 
.row-box-shadow-1-hover .col-inner:hover	{ box-shadow: 0 1px 1px -2px rgba(0, 0, 0, .12), 0 1px 1px rgba(0, 0, 0, .12); }

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link { color: #000; }
.add-to-cart-button 					{ line-height: 2.8em!important; }
a.zoom-button 							{ display: none !important; }

/* WOOCOMMERCE SINGLE */


.pswp__bg 								{ background-color: rgba(0, 0, 0, .8); }

.product-info .price,
.product-info .price span.amount 		{ font-weight: normal; }
.product-short-description li 			{ font-size: 80%; margin-bottom: .2em; }


/* BADGES */
.badge-inner 							{ font-weight: unset; }

/* SIDEBAR */
.widget .is-divider						{ display:none; }
span.widget-title.shop-sidebar			{ color:#c50000; font-size:80%; }
.active>ul.children						{ font-size: 90%; } /* child category */

/* SITE KIT GOOGLE LOGIN BUTTON */
.googlesitekit-sign-in-with-google__frontend-output-button { margin: 10px 0; display: inline-block; max-width: unset!important; }



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

    .small-nav-collapse>li { margin: 0 5px !important; width: unset!important; }

}