/*
Theme Name: melanaki-shop
Theme URI: https://www.portotheme.com/wordpress/porto
Author: P-THEMES
Author URI: https://www.portotheme.com/
Description: Porto Responsive WordPress + eCommerce Theme.
Version: 1.1
Template: porto
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*************** ADD YOUR CUSTOM CSS HERE  ***************/

body,
h1, h2, h3, h4, h5, h6,
.alternative-font,
p, blockquote,
.form-control,
input[type="text"], input[type="email"], input[type="search"],
textarea,
.nav-secondary .nav-pills > li a,
ul.nav-list li a,
ul[class^=wsp-] li a,
.button,
.btn {
    font-family: 'Open Sans', sans-serif !important;
}
button.btn.disable_all_btn.cs_action_btn  {
    border: 1px solid #1863DC;
}
button.btn.options_btn {
    border: 1px solid!important;
}


.hide-it {
	display: none;
}

header .wrapped-label {
	display: block;
}

.home .porto-ibanner-desc {
	text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.home .porto-ibanner-desc .porto-ibanner-content p {
	text-align: left!important;
}

.home .porto-ibanner-title {

    font-size: 49px;
    margin-bottom: 26px;
}

.hero-main-img {
	overflow: hidden;	
}

.hero-main-img .porto-ibanner-desc {
	z-index: 2;
}

.hero-main-img .porto-ibanner-title {
	color: #fff!important;
}

.hero-main-img img {
	max-height: 470px;
}

.hero-main-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .2;
}

.home-blog a.vc_general.vc_btn3 {
    background-color: var(--porto-primary-color,#CCC);
    border-color: var(--porto-primary-color,#CCC) var(--porto-primary-color,#CCC) var(--porto-primary-dark-10,#b3b3b3);
    color: var(--porto-primary-color-inverse,#FFF);
}

.home-blog a.vc_general.vc_btn3:active, .home-blog a.vc_general.vc_btn3:focus, .home-blog a.vc_general.vc_btn3:hover {
    border-color: var(--porto-primary-light-10,#e6e6e6) var(--porto-primary-light-10,#e6e6e6) var(--porto-primary-color,#CCC);
    background-color: var(--porto-primary-light-7,#dedede);
    color: var(--porto-primary-color-inverse,#FFF);
}

.home-blog .vc_gitem-zone {
	background-color: transparent!important;
}


.woocommerce-mini-cart__buttons .button.checkout.wc-forward, .woocommerce-checkout #place_order, .wc-proceed-to-checkout a {
	background-color: #72af24;
}

.footer-left a {
  text-decoration: underline;
  font-weight: 600;
  color: #ffffff;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1.5;
}

.single-product .summary .product_title {
	margin-bottom: 20px;
}

.single-product .dsalv-attribute {
	display: flex;
    align-items: center;
    gap: 4%;
}

.single-product .dsalv-attribute .dsalv-attribute-label {
	font-weight: 700;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 42px;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    color: #222529;
}


.footer a:not(.btn) {
    font-size: 16px;
    line-height: 1.9;
}

.footer-right img, .footer-right {
	height: 50px;
}

@media screen and (min-width: 1220px) {
	header img.standard-logo {
		height: 76.5px!important;
	}
}

@media screen and (min-width: 992px) {
	#footer {
		height: 512.92px;
	}
}

@media screen and (min-width: 768px) {
	#header .main-menu > li.menu-item > a {
		font-size: 12px!important;
		font-family: sans-serif!important;
	}
	
	.header-top-ads  {
		position: absolute!important;
		width: 100vw!important;
		max-width: 100vw!important;
		left: 0!important;
	}
	
	.under-header-top-ads {
		margin-top: 119.28px;
	}
	
	.header-top-ads div.porto-sicon-box {
	    display: inline-flex;
	}
	
	.header-top-ads .porto-wrap-container .row div.vc_column_container:last-child {
		text-align: right !important;
	}
	
	.header-top-ads .porto-wrap-container .row div.vc_column_container:nth-of-type(2) {
		text-align: center !important;
	}
}

@media screen and (max-width: 794px) {
	.home .porto-ibanner-title {
		font-size: 34px;
	}	
}

@media screen and (max-width: 767px) and (min-width: 576px) {
	.header-top-ads div.porto-sicon-box {
	    display: inline-flex;
	}
}

@media screen and (max-width: 991px) {
	#header .header-main .header-row.container .header-left {
		order: 1;
		justify-content: flex-end;
	}
	
	#header .header-main .header-row.container .header-left a {
		position: relative;
		left: 34%;
	}
	
	#header .header-main .header-row.container .visible-for-sm.header-right {
		order: 2;
	}
}

@media screen and (max-width: 572px) {
	
	.home .porto-ibanner-title {
        line-height: 40px!important;
        font: var(--porto-h2-fst, normal) var(--porto-h2-fw, 700) var(--porto-h2-fs, 2.2em) / var(--porto-h2-lh, 40px) var(--porto-h2-ff, var(--porto-body-ff)), sans-serif;
        margin-bottom: 9px;
    }
    
	.header-top-ads .porto-wrap-container .row div.vc_column_container, .header-top-ads .porto-wrap-container .row div.vc_column_container .porto-sicon-box {
		text-align: center;
		justify-content: center;
		flex-direction: column;
	}
	
	.header-top-ads .porto-wrap-container .row div.vc_column_container .porto-sicon-box .porto-sicon-default {
/* 		margin: auto; */
		margin-bottom: 20px;
	}
	
	.home .porto-ibanner-content span{
		font-size: 15px;
	}
	
}

@media screen and (min-width: 451px) {
	.home-hero .owl-carousel.show-dots-title .owl-dots {
	    right: 0;
		bottom: 48px;
		left: unset;
		top: unset;
	}
}

@media screen and (max-width: 450px) {
	.cky-btn {
	    font-size: 12px!important;
	    line-height: 21px!important;
	    padding: 3px!important;
	}
	
	.cky-notice-des p {
		font-size: 12px!important;
		line-height: 1.2!important;
	}
	
	.cky-consent-container .cky-consent-bar {
	    padding: 11px 0!important;
	}
	
	.home .header-top-ads {
		    margin-left: -20px!important;
			width: calc(100% + 40px)!important;
	}
	
/*
	body.home #hero-imgs-outer div.porto-grid-container div.home-hero.wpb_content_element.clearfix[data-plugin-masonry] {
		height: 161vw !important;
	}
*/
	
	img.img-responsive.standard-logo.retina-logo {
		height: 34px;
	}
	
	.home-banner-slider, .home-banner-slider .porto-ibanner-desc, .home-banner-slider .hero-main-img {
		height: 50vw;
	}
	
	
}