/*
Theme Name: mastero-child
Version: 1.0
Description: A child theme of Slices
Author: Mastro_admin
Template: slices
*/

@import url("../slices/style.css");
.modal{
	z-index:9999;
}
.aside-toggler.aside-trigger-right.desktop-toggler {
    display: none;
}
.newlook .product-image {
    display: none;
}
.andro_product-body {
    width: 100%;
    float: right;
}
.marqueeee{color:#ff0; font-size:18px;}
.row.andro_product-filter{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: unset;
    overflow-x: scroll;
}
.row.andro_product-filter.fixedmenu .andro_icon-block {
    background: transparent;
}
.newlook .andro_product-body p:empty {
    display: none;
}
.andro_header-bottom-inner > .navbar-nav > .menu-item > a:hover{
color:#ffff00!important;	
}
/* .row.andro_product-filter.fixedmenu{
    display: flex;
    -ms-flex-wrap: wrap;
    position: fixed;
    flex-wrap: unset;
    top: 65px;
    overflow-x: scroll;
    background: #5D1209;
    left: 0;
	z-index:999999;
} */
.row.andro_product-filter.fixedmenu .andro_icon-block {
    position: relative;
    padding: 20px 0;
    margin-bottom: 0px; 
}
.newlook h2.woocommerce-loop-product__title {
    margin: 0px 0px 5px;
    width: 70%;
    float: left;
}
.newlook .short-description {
    width: 70%;
    float: left;
}
.product-block-list-elementor .button-group {
    padding-top: 10px;
    margin-top: auto;
    display: block;
    align-items: center;
    justify-content: space-between;
}
.newlook .price{float : right;
color:#55642f!important; font-size:20px!important;}
.newlook .add-to-cart-button a.button:before {
	display:none;
}
.newlook .price .amount {
	color: var( --e-global-color-primary ) !important;
}
.newlook .add-to-cart-button a.button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent!important;
    border-radius: 0px;
}
.product-block-list-elementor .product-caption {
    flex: 55;
    display: block;
    flex-direction: column;
}
.newlook .andro_product.andro_product-default .andro_product-body {
    padding: 0;
    width: 100%;
    float: left;
}
.andro_product-filter .andro_icon-block{
	background:#55642f63;
}

.newlook .andro_product.andro_product-default .andro_product-body{
	background:#5D120970;
}
.newlook .andro_product.andro_product-default .andro_product-body:hover{
	background:#55642f63!important;
}
.modal-body .woocommerce-Price-amount.amount{
	color:#5D1209;
	
}
.modal-body .wc-pao-addon-name, label.wc-pao-addon-name {
    margin: 0 0 0;
    font-family: 'Oswald', serif;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}
.newlook .andro_product .andro_product-body h5 a{
	color:#5D1209!important;
	
}
.woocommerce div.product form.cart .button{
	background:#55642f;
}
.woocommerce div.product form.cart .button:hover{
	background:#5D1209!important;;
}
.andro_pao-addon-header{
	background:#55642f;
	color:#fff;
	padding:10px 20px;
}
.andro_quickview-dialog .modal-header .product_title{
	color:#55642f;
	font-size:30px;
	font-weight:400;
}
.newlook .andro_product .andro_product-body h5 {
    margin: 0 0 0px;
    word-break: break-word;
    font-weight: 700;
    line-height: 28px;
    text-align: left;
    float: left;
    padding-left: 0;
	color:#5D1209!important;
    padding-top: 0;
    width: 75%;
}
.newlook .andro_product.andro_product-default .andro_product-body-meta {
    /* justify-content: center; */
    width: 25%;
    float: right;
	margin-top:20px;
    /* padding-left: 20px; */
}
.newlook a.button.alt.andro_quickview-trigger{
	  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent!important;
    border-radius: 0px;
	font-size:0px;	
    display: flex;
    justify-content: center;
    align-items: center;
}
.andro_icon-block.andro_icon-block-2 a{background:#55642f;}
.andro_icon-block.andro_icon-block-2 h6{color:#ff0;}
.active h6{color:#55642f!important;}
.newlook a.button.alt.andro_quickview-trigger:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: var( --e-global-color-primary );
    display: flex;
    text-align: center;
    height: 100%;
    background: rgb(251 201 183 / 70%) !important;
    border-radius: 0px;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}
.newlook .andro_product .andro_product-thumb {
    position: relative;
    margin: 0 0 20px;
    width: 35%;
	float: left;
	display:none;
}

.newlook .andro_product .andro_product-body .button{
	  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border-radius: 0px;
	font-size:0px;
}
.newlook .andro_product-body p {
    width: 100%;
    float: left;
    text-align: left;
    padding-bottom: 0;
	margin:0px;
}
.newlook .andro_product-inner {
    position: relative;
    padding: 20px 20px 20px;
    background-color: #fff;
    border: 1px solid #F0F2F3;
    box-shadow: 0 3px 24px rgb(0 0 0 / 4%);
    border-radius: 8px;
    margin-bottom: 0;
    transition: .3s;
	overflow:hidden;
	height:100%;
}
.newlook .woocommerce div.products .product {
    margin-bottom: 10px;
}
.newlook .andro_product.andro_product-default .andro_product-thumb{
	display:none;
}
.newlook a.button.product_type_variable.add_to_cart_button{
	display:none;
}
.andro_footer table thead tr th, .andro_footer table td{
	padding:6px;
	background:#55642F!important;
	background-color:#55642F!important;
}
.newlook .woocommerce div.products {
    margin-left: -5px;
    margin-right: -5px;
}
.newlook .woocommerce div.products .product, .woocommerce-page div.products .product {
	padding: 0 5px;
}
.marq {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #EA1B23;
}

.wc-pao-addon input[type="radio"], .wc-pao-addon input[type="checkbox"] {
    margin: 0px 5px -3px 0;
    border: 1px solid #ea1b23;
}
.wc-pao-addon .andro_pao-addon-col{
	border: 1px solid #ea1b23;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
	border: 1px solid #ea1b23;
}
ul.andro_header-top-nav {
    float: left;
}
ul.andro_header-top-nav li {
    display: inline-block;
    margin-left: 10px;
}
ul.andro_header-top-nav li a{
   padding:10px;
}
ul.andro_header-top-nav li a i{
   margin-right:10px;
}
.andro_header-top-contacts .andro_header-top-nav li a {
    display: block;
    font-size: 14px;
    width: auto;
    height: 41px;
    background-color: rgba(237,78,83, .25);
    display: inline-flex;
    color: #F93042;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 0;
}
.andro_header-top {
    background-color: #fff;
    border-bottom: 1px solid #F0F2F3;
    padding: 0;
    display: none;
}
.elementor-tab-title img {
    width: 100px;
    margin-right: 10px;
    border-radius: 10px!important;
    text-align: left;
    overflow: hidden;
    float: left;
}
.elementor-tabs-content-wrapper {
    background: #dbe7d2c4;
}
.elementor-tab-title:hover,.elementor-tab-title.elementor-active {
	background: #55642f!important;
}

.elementor-tab-title {
    background: #92924c;
    padding: 10px 10px!important;
    border-bottom: 1px solid #000!important;
    border-left: 1px solid #000!important;
    border-right: 1px solid #000!important;
    color: #fff!important;
    overflow: hidden;
    text-align: right;
}
.elementor-tab-content .elementor-section{
	width:auto!important;
	left:0!important;
}
span.othstor {
    color: #fff;
    font-size: 16px;
}
span.othstor button.otherstore {
    background: #ff0;
    color: #5D1209;
    font-size: 18px;
    font-weight: 500;
    padding: 5px 10px;
    border: 1px solid #ff0;
    border-radius: 5px;
}
span.othstor.mob{display:none;}
@media(max-width:980px){
	.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 10%;
    max-width: 50%;
}
span.othstor {
    color: #5d1209;
    font-size: 16px;
}
ul.andro_header-top-nav li{
	margin:12px 0 0 10px;
}
.andro_header-top-contacts .andro_header-top-nav li a i.fa {
    font-family: "FontAwesome"; 
    font-weight: 400;
    font-size: 16px!important;
	margin-right:0px;
}
.andro_header-top-contacts .andro_header-top-nav li a{
	font-size:0px!important;
	width:40px;
	height:40px;
	text-align:center;
}

.mera{
	display:none!important;
}
}