/**
* 2010-2021 Webkul.
*
* NOTICE OF LICENSE
*
* All rights reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
*  @author    Webkul IN
*  @copyright 2010-2021 Webkul IN
*  @license   LICENSE.txt
*/

.wk-addtocart {position: relative;}
.wk-addtocart a {color: #ffffff;}
.wk-addtocart-dropdown .wk-addtocart-dropdown-list .media .media-object{width:4.125rem;}
#_desktop_cart .cart-preview .wk-addtocart-dropdown,
#_mobile_cart .cart-preview .wk-addtocart-dropdown {
    display: none;
    top: 100%;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 999;
    width: 290px;
    background-color: #ffffff;
    font-size:0.875rem;
    border:1px solid #ebebeb;
}

.wk-addtocart-dropdown .cart-total {font-weight: bold;padding: 0px 10px;}
.wk-addtocart-dropdown .wk-cartsubtotal {padding: 0px 10px;}
.wk-addtocart .wk-addtocart-dropdown .wk-addtocart-dropdown-list li{white-space: normal;text-align: left;}
#header .header-nav .cart-preview .wk-addtocart-dropdown a,
#header .header-nav .cart-preview .wk-addtocart-dropdown a i{color: #545454;}
#header .header-nav .cart-preview .wk-addtocart-dropdown a:hover,
#header .header-nav .cart-preview .wk-addtocart-dropdown a:hover i{color: #545454;}
.product-quantity .quantity_wanted {
    color: #232323;
    background-color: #fff;
    height: 2.75rem !important;
    padding: .175rem .5rem;
    width: 3rem;
    font-weight: normal !important;
}
.wk-addcart-btn {padding: .5rem .7rem !important; font-size: 15px;}
.wk-incart-btn {padding: .5rem .4rem !important;font-size: 15px;}
.wk-addcart-icon {margin-right: .2rem !important; font-size: 20px;}
.wk-incart-icon {font-size:20px !important; margin-right: .1rem !important;font-size: 20px;}
.wk-icon-static {width: 20px; margin-right: 5px;}
.wk-atc-comb {display: flex; justify-content: center; padding: 5px;}
/* Chrome, Safari, Edge, Opera */
.wk-atc-btn input::-webkit-outer-spin-button,
.wk-atc-btn input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.wk-atc-btn input[type=number] {
  -moz-appearance:textfield;
}
