/*
Theme Name: Porto Child
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  ***************/
@media (min-width:576px) {
ul.list li.product {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: none;
}
  }
  
  img.mfp-img {
    width: auto;
    max-width: 100%;
    max-height: none;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}
/* porto/css/theme_shop.css */
ul.products li.product-col .woocommerce-loop-product__title {
    white-space: normal;
    overflow: auto;
    text-overflow: ellipsis;
}

@media (max-width: 1024px)   {
ul.list li.product {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: none;
}  
}                      

.product-summary-wrap .stock {
    font-weight: 600;
    color: rgb(0,153,0);
    margin-bottom: 0;
}

.product-summary-wrap .out-of-stock {
    font-weight: 600;
    color: rgb(255,0,0);
    margin-bottom: 0;
}


/* WOOCS Styles */
.woocs-style-1-dropdown {
    display: inline-block;
    /*background-color: #fff;*/
    /*border-radius: 5px;
    box-shadow: 0 0 2px rgb(204, 204, 204);*/
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    color: #474747;
    height: 100%;
    text-align: left;
    line-height: 16px;
    /*margin: 30px 0;*/
}
.woocs-style-1-dropdown .woocs-style-1-select {
    cursor: pointer;
    display: block;
    padding: 10px 0 10px 10px;
}
.woocs-style-1-dropdown .woocs-style-1-select > i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 15px !important;
    margin-top: 0 !important;
    margin-left: 5px;
    transform: rotate(-90deg);
}

.woocs-style-1-dropdown .woocs-style-1-select > i img{
    border: none !important;
    box-shadow: none !important;
}

.woocs-style-1-dropdown:hover {
    box-shadow: 0 0 4px rgb(204, 204, 204)
}
.woocs-style-1-dropdown:active {
    background-color: #f8f8f8
}
/*
.woocs-style-1-dropdown.woocs-style-1-active:hover,
.woocs-style-1-dropdown.woocs-style-1-active {
    box-shadow: 0 0 4px rgb(204, 204, 204);
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8                           

}
*/
.woocs-style-1-dropdown.woocs-style-1-active .woocs-style-1-select > i {
    transform: rotate(-90deg)
}
.woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 5px 5px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 9
}
.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer;
} 
.woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
    padding: 0;
    list-style: none;
    margin: 0;
}


.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:hover {
    background-color: #f2f2f2 !important;
}
.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li:active {
    background-color: #f2f2f2 !important;
}

.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li.woocs-style-1-selected {
    background-color: #f2f2f2 !important;
}

.woocs-style-for-menu-form {
    padding: 30px 16px 30px 16px;
}

.product-content .woocs-style-for-menu-form
,.product-summary-wrap .woocs-style-for-menu-form {
    padding: 0px 16px 10px 0px;
}



.click-button {
    font-size: .9em;
    padding: 5px .625rem;  
    cursor: pointer; 
    background-color: #444444;
    border: #444444;
}
.click-button:hover {
    background-color: #fe2a24;
    border-color: #fe2a24; 
}

.click-button:before {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    position: relative;
    float: left;
}

@media (max-width: 1169px) {
#header .woocs-style-for-menu-form {
    padding: 20px 0px 15px 5px;
}                           }

@media (min-width: 992px) {
.sticky-header .woocs-style-for-menu-form {
    padding-top: 15px;
    padding-bottom: 15px;
}



.sticky-header .woocs-style-1-dropdown {
    /*margin: 15px auto;*/                                            
}

.flag-option-current { 
    padding: 10px 0px 10px 0px;
    font-size: 0.9em;
    font-weight: bold;
    background-image: url('');
}
.flag-option-flag {
    display: inline-block;
    width: 20px;
    height: auto;
}
.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li.flag-option-available {
    background-image: url('');
    padding: 10px 0px 30px 10px;
    font-size: 0.9em;
    font-weight: bold;
    width: auto;  
}
/*.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li.flag-option-available:hover {
    background: #eee;
} */

.woocs-style-1-dropdown .woocs-style-1-select.flag-option-current {
    display: none;
}


    .currency-switcher-menu {
        display: block;
    }
    .currency-small-devices {
        display: none;
    } 
    .woocs-style-1-dropdown-menu li.flag-option-available:first-child {
        display: list-item;
    }

    .woocs-style-1-dropdown-menu li.flag-option-available.currency-small, .woocs-style-1-dropdown .woocs-style-1-select.currency-small {
        display: none;
    }
}    
/*@media screen and (max-width: 991px) {
  .woocs-style-1-dropdown .woocs-style-1-select:first-child {
        display: none;
    }
} */   


    
@media screen and (max-width: 991px) {

.woocs-style-1-dropdown .woocs-style-1-dropdown-menu {
    padding: 0px 0px 5px 0px;
    list-style: none;
    margin: 0;
}

.woocs-style-1-dropdown .woocs-style-1-dropdown-menu li {
    padding: 0;
    transition: all .2s ease-in-out;
    cursor: pointer;
    width: 100%;
    height: auto;
    margin-left: 10px;
}


.woocs-style-1-dropdown {
    margin: 0;
}

.currency-switcher-menu {
    display: none;
}
.currency-small-devices {
    display: block;
}

.woocs-style-1-dropdown-menu.small-devices {
    display: block;
}
.woocs-style-1-dropdown-menu.small-devices li {
    display: inline-block;
}

/*.woocs-style-1-dropdown-menu li.flag-option-available:first-child, .woocs-style-1-dropdown .woocs-style-1-select:first-child,
.woocs-style-1-dropdown-menu li.flag-option-available.currency-big {
    display: none;
}                 */
.woocs-style-1-dropdown-menu li.flag-option-available.currency-small {
    display: list-item;
}
.woocs-style-1-dropdown .woocs-style-1-select.currency-small {
    display: block;
}


[class*='flag-'] {
    /*width: 16px;
    height: 11px; */
    /*background: url(../images/flags.png) no-repeat;*/
    background: url('');
    /*background-size: 30px;
    padding-left: 40px;*/
}                                                  

#nav-panel .accordion-menu li ul li {
    padding: 10px 35px 30px 10px;
    border-bottom: 1px solid #e8e8e8;

}
/*
#nav-panel .accordion-menu .woocs-style-1-dropdown-menu .flag-option-available.currency-big {
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 30px;
    background-size: 30px;
    background-position: 10px 5px;
    border-top: 1px solid lightgrey;
    display: block;
    width: 100%;
} */

.flag-option-flag {
    display: inline-block;
    width: 20px;
    height: auto;
}

}
                               

