/**
 * /*!
 * Theme Name:      	Shoptimizer
 * Theme URI:       	https://www.commercegurus.com/wordpress-themes/shoptimizer
 * Author:          	CommerceGurus
 * Author URI:      	https://www.commercegurus.com/
 * Description:     	Shoptimizer is the perfect theme for your next WooCommerce project designed around speed and conversions.
 * Version:         	2.4.5
 * Requires at least: 	5.2
 * Requires PHP: 		7.2.1
 * License:         	GNU General Public License v2 or later
 * License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain:     	shoptimizer
 * wc_gzd_compatible: 	true
 * Tags:            	e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options
 * CGMeta: 1584:a523c024-0f7c-47a5-a11a-3e11d0914cc2
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.
 *
 * Shoptimizer is based on Underscores http://underscores.me/, (C) 2012-2019 Automattic, Inc. and Storefront https://github.com/woocommerce/storefront (C) 2012-2019 Automattic, Inc.
 * Resetting and rebuilding styles have been helped along thanks to the fine work of
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 *
 * Shoptimizer documentation is available here: https://www.commercegurus.com/docs/shoptimizer-theme/
 *
 * Rivolicons License: Created by Hadrien Boyer and licensed under Creative Commons 4.0 - https://creativecommons.org/licenses/by-sa/4.0/
 * Rivolicons icon pack homepage - http://rivolicons.hadrien.co/
 * Images License: GNU General Public License v2 or later
 *
 * ======
 * Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
 * All main styles are in /assets/css/main/main.css
 * ======
 *
 */

/*body .col-full-nav {
    background-color: transparent;
}
body .col-full-nav.is_stuck{
    background-color: rgb(28 27 25 / 75%);
}
/*body .header-widget-region {
    background-color: rgb(255 255 255 / 50%);
    position: relative;
    z-index: 1;
}*/
/*.main-header.col-full {
    background: #353530;
}
.shoptimizer-primary-navigation.col-full {
    background: #353530;
}
body .col-full-nav.is_stuck .shoptimizer-primary-navigation.col-full{
    background: transparent;
}*/
/*body .col-full-nav.is_stuck{
    background-color: rgb(28 27 25 / 75%);
}

.single-product .site-content .col-full {
    background-color: #585757!important;
}
section.shoptimizer-sticky-add-to-cart.visible, section.shoptimizer-sticky-add-to-cart.visible .col-full{
    background-color: #121d33!important;
}
.woocommerce-breadcrumb a, .woocommerce-breadcrumb a:hover,.product-widget,.product-widget fieldset legend{
    color: #fff;
}

.product-widget ul li:before {
    background-color: #fff;
}
.woocommerce-tabs.wc-tabs-wrapper{
    background-color: #585757;
}
section.related.products {
    display: none;
}
.shoptimizer-sticky-add-to-cart__content-product-info {
    color: #fff;
}
.shoptimizer-sticky-add-to-cart__content-price {
    margin-right: 5px;
    color: #fff;
}*/

/*** mystyle ***/
 html.ishomeclass header#masthead,html.ishomeclass .col-full-nav{
    background-color: transparent;
}
html.ishomeclass input#woocommerce-product-search-field-0{
border: 1px solid #85837f;
}
html.ishomeclass .col-full-nav.is_stuck{
 background: rgb(238 238 238 / 75%);
}

.title-shape {
    background: #D4B145;
}
.title-shape {
    position: relative;
    width: 50px;
    height: 4px;
    margin-left: 8px;
}
.title-shape:before {
    background: #D4B145;
}
.title-shape:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    left: -8px;
    top: 0px;
}
.elementor-icon:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 60px;
    left: -5px;
    top: -5px;
    border-radius: 4px;
    /* transform: rotate( 
45deg); */
    z-index: -2;
    background: #D4B145;
}
.elementor-icon{
    position: relative;
}