/*
Theme Name: Kallyas
Theme URI: http://kallyas.net/
Description: A Highly customizable theme with page builder and unlimited colors.
Author: Hogash
Author URI: http://themeforest.net/user/hogash
Version: 4.17.5
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, full-width-template, theme-options, translation-ready
License: GNU General Public License
License URI: license.txt
Text Domain: zn_framework
*/
/*
	** PLEASE DON'T ADD ANY CSS HERE !!!
	This file will be overwritten on updates and your CSS will be lost.
	Instead, please use Kallyas Child theme's style.css ( https://my.hogash.com/documentation/installing-the-child-theme/ )
	Or, access Kallyas options > Advanced > Custom CSS and add your CSS there.
*/
.woocommerce div.product form.cart .single_add_to_cart_button {
    background: #ff5f40;
}
#wc-mini-cart {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #B4D3C5;
    z-index: 99;
    width: 0;
    padding: 0;
	-webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
}
#wc-mini-cart.active{
    right: 0;
	width: 300px;
	opacity: 1;
	visibility: visible;
	padding: 75px 15px 15px 15px;
}
#wc-mini-cart * {
    display: none;
}
#wc-mini-cart.active *{
	display: block;
}
#wc-mini-cart #close-mini-cart {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #ff5f40;
    cursor: pointer;
    padding: 10px;
	opacity: 0;
	visibility: hidden;
}
#wc-mini-cart.active #close-mini-cart{
	opacity: 1;
	visibility: visible;
}
#wc-mini-cart .woocommerce-mini-cart__buttons {
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
}
#wc-mini-cart .woocommerce-mini-cart__buttons a.button {
    background: #ff5f40;
    color: white;
    padding: 15px 22px;
    text-transform: uppercase;
}
#inner-page .emailForm, #inner-page #legal, #inner-page #toEmail {
    position: relative;
}
.single.woocommerce .woocommerce-message {
    display: none;
}
.woocommerce div.product form.cart .single_variation_wrap .variations_button div.quantity .qty{height: 52px !important;}
/*header#header{display: none;}*/
.eluidebb73400.zn_separator--icon-no{border-top-color: #ff5f40 !important;}
.site-header.style6 .site-header-main{
	display: none;
}
header .topnav--cart li {
    background-image: url('images/shopping-cart.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    width: 30px;
}
header #container{
    display: flex;
	justify-content: space-between;
	align-items: center;
    padding: 25px;
}
#inner-page #logo_text, #inner-page #social {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding: 0;
    background: transparent;
    margin: 0 auto;
	color: black;
	width: 100%;
    text-align: center;
}
#inner-page #social a{color: black;}
#inner-page footer{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ccc;
	flex-wrap:wrap;
}
#inner-page .emailForm, #inner-page #legal, #inner-page #toEmail {
    position: relative;
    width: 33.3334%;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 25px;
    transform: none;
	color: black;
	margin:0;
}
#inner-page footer #social{padding-top: 25px;}
#inner-page .emailForm h6, #inner-page #toEmail a{color:black;}
#inner-page .mc4wp-form-fields input[type="submit"]{
	background: #ff5f40;
	color:white;
}
#inner-page .emailForm input[type="email"]{border-bottom: 1px solid #ff5f40;color: #ff5f40;font-size:14px;}
#inner-page .emailForm input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ff5f40;
  opacity: 1; /* Firefox */
}
#inner-page .emailForm input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ff5f40;
}
#inner-page .emailForm input::-ms-input-placeholder { /* Microsoft Edge */
  color: #ff5f40;
}
#inner-page .mc4wp-response p {
    color: red;
}
.single .wcmp-player-list{display:none;}

.woocommerce .col-1, .woocommerce .col-2 {
    max-width: none;
}
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row,.woocommerce form .form-row {
    display: block;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: unset;
}
.siteheader-classic .logo-container {
    max-width: 350px;
}
.siteheader-classic .logo-container .site-logo-anch {
    display: block;
    padding: 20px 0;
}
header .woocommerce-mini-cart li {
    width: 100%;
}
.kl-addedtocart-container {
    display: none !important;
}
header.woocommerce-products-header {
    display: none;
}

/* My account */
.woocommerce-account .woocommerce-MyAccount-navigation {
  position: relative;
  right: auto;
  height: auto;
  flex-direction: unset;
  align-items: unset;
  justify-content: unset;
  z-index: 12;
  pointer-events: none;
  background: none;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  display: flex;
}
.woocommerce-MyAccount-navigation ul {
  width: 100%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  	color: #000;
  	font-size: inherit;
  	text-align: left;
  	width: 100%;
    letter-spacing: normal;
    font-weight: normal;
}


@media (max-width: 1024px){
    #inner-page footer .emailForm {
        display: block;
    }
}
@media (max-width: 992px){
	.zn_section #eluidb25e5540 {
	    width: 100%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.zn_section #eluid6b48ec8e {
	    width: 100%;
	    -ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}
	.zn_section #eluidb25e5540 .tbk__title {
	    text-align: center;
	}
	.zn_section .kl-title-block{
		padding-bottom: 0;
	}
    #inner-page .emailForm, #inner-page #legal, #inner-page #toEmail{
        padding: 15px;
        width: 50%;
    }
    #inner-page #legal{
        width: 100%;
        order: 1;
    }
}
@media (max-width: 767px){
	.site-header.style6 .site-header-top .site-header-top-left {
	    display: none;
	}
	.site-header.siteheader-classic .site-header-top .site-header-top-right ul {
	    display: block !important;
	}
	.site-header.siteheader-classic .site-header-top .site-header-top-right {
	    justify-content: center;
	}
    #inner-page footer #social {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    #inner-page footer .emailForm {
        text-align: center;
    }
    #inner-page .emailForm, #inner-page #legal, #inner-page #toEmail {
        padding: 5px;
        width: 100%;
    }
}
@media (max-width: 414px){
	footer .emailForm{
		bottom: 80px;
	}
    #inner-page header #container{padding: 25px 15px;}

    #inner-page #logo_text{
        transform: none;
        text-align: left;
    }
    #inner-page #container:after{
        display: none;
    }
    body.single.woocommerce .product-page{
        padding: 0 !important;
    }
}