/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/*******05-11-2020 start*****/
.single-product .list-products table.list-product tr:first-child td {
    background: #ffd033 !important;
    color: #000 !important;
}
.single-product form.variations_form.cart .style2 {
    border: 0px solid #ffd033 !important;
}
.single-product .list-products td.product-cart a {
    background: #ffd033 !important;
    text-align: center;
}
.single-product .list-products tr td {
    vertical-align: middle;
}
.single-product .list-products .product-quantity input.input-text.product_qty_text {
    width: 30px;
    text-align: center;
    border: none;
    padding: 0;
}
.single-product .list-products table.list-product tr td.product-cart a {
    color: #000!important;
    font-size: 12px;
    font-weight: 600;
    border-radius: 30px!important;
    width: 100%!important;
    margin-left: 5px;
    min-width: unset!important;
}
.single-product .list-products .product-quantity input::-webkit-outer-spin-button,
.single-product .list-products .product-quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.single-product .list-products td.product-image {
    padding-right: 15px !important;
}
.single-product .list-products td.product-name a,
.single-product .list-products td.product-price {
    font-weight: 600;
}
.single-product .list-products td {
	font-family: "Avenir", Sans-serif !important;
}
.woocommerce-message,.woocommerce-info {
    border-top-color: #ffd033;
}
.woocommerce-info::before {
    color: #ffd033;
}
#payment {
    float: right;
    padding-bottom: 20px;
}
#payment button#place_order {
    background: #ffd035;
    color: #000;
    border: none;
}
#customer_details .col-1 {
    float: right;
    width: 100%;
}
#customer_details .woocommerce-billing-fields__field-wrapper {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    clear: both !important;
}
#customer_details  p#billing_first_name_field {
    width: 100%;
}
#customer_details .woocommerce-additional-fields {
    display: none;
}
/******05-11-2020 end************/

/******17-11-20 start*******************/
a.added_to_cart.wc-forward {
    display: none !important;
}

#custom_add_to_cart a.elementor-button{
	cursor : pointer;
}
p.custom_cart_added {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    color: green !important;
    font-family: var( --e-global-typography-text-font-family ), sans-serif;
	display:none;
}
/******17-11-20 end*******************/
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0,0,0,.1);
    font-family: "Suez One" !IMPORTANT;
}

@media (max-width: 767px)
{
	.woocommerce table.cart td.product-quantity:not(#qib_id):not(#qib_id) {
    white-space: inherit;
    margin: 0;
    width: 100%;
}
}
.woocommerce-error,.woocommerce-message, .woocommerce-info {
    border-top-color: #b81c23;
    background: red;
    color: white;
    font-weight: bold;
}
.woocommerce-error::before,.woocommerce-message::before, .woocommerce-info::before ,a.restore-item{
    color: white;
}
/*****12-01-21 start*****/
@media(max-width: 576px){
#customer_details .woocommerce-billing-fields__field-wrapper{
  grid-template-columns: repeat(1,1fr);
      grid-row-gap: 0px;
}
ul.wc_payment_methods.payment_methods.methods li label {
    font-size: 20px;
}
}
/****12-01-21 end********/
/****20-01-21 start********/
.city_details{
	text-align: center;
}
/****20-01-21 end********/

/******30-01-21 start*****/
.main_product_select .elementor-section,.main_product_select .elementor-widget,
.main_product_select .elementor-widget-wrap,.main_product_select  .elementor-column,
.main_product_select  .elementor-column-wrap,.main_product_select,
.main_product_select .elementor-section .elementor-container,
.main_product_select .elementor-container.elementor-column-gap-default{
    position: unset !important;
}
.loader_product {
    position: absolute;
    top: 0;
    max-width: 1920px;
    float: right;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00000008;
    z-index: -1;
}
.loader_product.Z-index{
    z-index:999;
}
div#custom_add_to_cart a {
    z-index: 999999;
}
.loader_product img{
  animation-name: spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;  
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
@media(max-width: 576px){
.admin_dashboard {
    overflow-x: scroll;
}
}
/******30-01-21 end*********/
/******25-05-21 start*******/
.adminDashboardTbl td, .adminDashboardTbl  th{
	padding:0px !important;
}
.sticky_header{
	position: relative;
}
.sticky_header td{
	position: sticky;
	top: 0;
    z-index: 99999;
}
.page-id-3603 div#wpadminbar {
    display: none;
}
/******25-05-21 end*********/