/*
Theme Name: COPY STAR EXPORT
Theme URI: https://twelvedigitalagency.in
Author: Twelve Digital Agency
Author URI: https://twelvedigitalagency.in
Description: WordPress Custom theme
Tags: blog, theme
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Copystar
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.
*/

/*Rest CSS will go here*/
.woocommerce {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.woocommerce nav.woocommerce-pagination {
    margin-bottom: 60px;
}
.products-grid {
    padding: 0px 0 40px 0 !important;
}
.related-listing .products-grid {
    padding: 15px 0 40px 0 !important;
}
.products-section {
    padding: 40px 0 40px 0;
}
.results .order-select-dropdown {
 max-width: 160px;
}
.results-listing{
    padding-top: 25px;
    padding-bottom: 0;
}
.prd-meta form.cart {
    display: grid;
    align-content: space-between;
    justify-content: space-between;
    align-items: center;
}
/* Chrome, Safari, Edge, Opera */
.single-product input::-webkit-outer-spin-button,
.single-product input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.single-product input[type=number] {
  -moz-appearance: textfield;
}
.order-filters select {
    background: #fff;
    border-radius: 30px;
    font-size: 15px;
    color: #808080;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    cursor: pointer;
    min-width: 150px;
    margin-right: 4px;
    background-image: url('./assets/images/dropdown.svg');
    background-repeat: no-repeat;
    background-position: right 18px center;
    height: 42px;
    -webkit-appearance: none;
}
.prd-img-nav .slick-slide {
    width: 97px !important;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
}
input.acceptance {
    margin-right: 5px;
    width: 17px;
    height: 17px;
    vertical-align: middle;
}
span.wpcf7-list-item-label {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    margin-bottom: 10px;
    display: inline-block;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}

.ajax-cart-popup {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #1BB687;
    color: #fff;
    padding: 15px 20px;
    z-index: 9999;
    border-radius: 8px;
    font-weight: bold;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.ajax-cart-popup a {
    color: #fff;
    text-decoration: underline;
    margin-left: 10px;
}
.wc-proceed-to-checkout {
    text-align: right;
}
ul.wc_payment_methods.payment_methods.methods {
    display: none;
}
.cart_item .prd-meta {
    margin-top: 10px;
}
.cart_item span.prd-meta-value {
    font-weight: 400 !important;
    font-size: 13px ! important;
}
.cart_item .prd-meta-item {
    margin-bottom: 5px;
}
.woocommerce table.shop_table .product-name a{
    font-size: 16px;
    font-weight: 700 !important;
}
.cart_item img {
    width: 120px !important;
    border-radius: 10px;
}
.woocommerce-cart .product-quantity .prd-meta-label, .woocommerce .woocommerce-ordering  {
    display: none;
}
/*cart cuss */
.header-cart {
    position: relative;
}
.header-cart img {
    width: 30px;
}
span.count {
    background: #1bb687;
    padding: 4px;
    border-radius: 50%;
    position: absolute;
    top: -13px;
    left: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}
.header-cart {
    position: relative;
}
.header-cart .dropdown-cart {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    padding: 10px;
    z-index: 100;
}
.header-cart:hover .dropdown-cart {
    display: block;
}
.woocommerce a.added_to_cart, a.added_to_cart.wc-forward {
    display: none !important;
}
.comman-section {
    padding: 40px 0 40px 0;
}
.comman-section p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}
#customer_login h2 {
    text-transform: uppercase;
}
p#billing_phone_field, .header-cart .dropdown-cart .woocommerce-mini-cart-item .quantity  {
    display: none;
}