/**
* 2010-2017 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* 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 https://store.webkul.com/customisation-guidelines/ for more information.
*
*  @author    Webkul IN <support@webkul.com>
*  @copyright 2010-2017 Webkul IN
*  @license   https://store.webkul.com/license.html
*/

/*******************************************************************
					Cart Block Styles (From Block Cart !! )
********************************************************************/

/* #_desktop_cart {
  margin: 6px;
} */

#header .shopping_cart {
  position: relative;
}

#header .shopping_cart > a:first-child {
  display: block;
  border-radius: 3px;
  padding: 7px 10px;
  position: relative;
  white-space: nowrap;
  transition: all 0.3s;
}

.cart_block {
  background-color: #fff;
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  width: 300px;
  z-index: 1000;
  max-height: 1269px;
  overflow-x: hidden;
  overflow-y: auto;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  color: #3d3d3d;
}

.seller_dtl {
  border-bottom: 1px solid #c7c7c7;
  padding: 10px 15px;
  color: #3d3d3d;
  background-color: #f7f7f7;
}

.seller_dtl span {
  font-size: 13px;
}

.seller_dtl span a {
  color: #3d3d3d;
  /* text-decoration: underline; */
}

.product_cont {
  border-bottom: 1px solid #c7c7c7;
}

.margin-lr-0 {
  margin-left: 0px;
  margin-right: 0px;
}

#header .product_cont a.product_name {
  font-size: 13px;
  line-height: 18px;
  color: #3d3d3d;
  font-weight: 700;
}

#header .product_cont a.product_attr {
  color: #777;
  font-size: 13px;
}

.product_cont .prod_dtl {
  margin-left: 15px;
  line-height: 1.7;
}

.product_remove_btn {
  position: absolute;
  right: 17px;
  cursor: pointer;
  font-size: 15px;
}

.product_remove_btn i {
  font-size: 17px;
}

.seller_cart_prices {
  background-color: #f7f7f7;
  padding: 10px 15px 20px;
  color: #3d3d3d;
}

.seller_cart_prices div {
  border-bottom: 0.1px solid #c7c7c7;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 0;
  float: left;
  width: 100%;
}

.seller_cart_prices div:after {
  clear: both;
}

.seller_cart_prices p {
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}

.seller_cart_button {
  padding: 20px 20px 20px;
  background-color: #333333;
  margin: 0px;
}

#header .seller_cart_button a.order_button {
  color: #fff;
  /*border: none;*/
  /*color: #ffffff;*/
  width: 100%;
  /*text-align: center;*/
  /*text-shadow: 1px 1px rgba(0, 0, 0, 0.24);;*/
}

#header .seller_cart_button a.order_button:hover {
  color: #fff;
}

/*.seller_cart_button .order_button span
{
  background: none repeat scroll 0 0 #43b155;
  border: 1px solid #63c473;
  font-size: 1.1em;
  padding: 7px 0;
}
.seller_cart_button .order_button:hover span {
  background: none repeat scroll 0 0 #2e7a3a;
  border: 1px solid #358c43;
  color: #fff;
}*/

.display-none {
  display: none !important;
}

#cart_product_add_info {
  margin-left: 0px;
  margin-right: 0px;
  display: none;
  /*padding-top: 10px;*/
}

.wkcart_title {
  color: #46a74e;
  display: block;
  font: 400 23px/29px Arial, Helvetica, sans-serif;
  margin-bottom: 22px;
}

.wkcart_prod_dtl {
  padding-top: 28px;
}

#wkfb_prod_name {
  color: #3a3939;
  font-size: 17px;
  line-height: 23px;
}

.wkcart_sellertitle {
  border-bottom: 1px solid #d6d4d4;
  color: #333;
  display: block;
  font: 400 23px/29px Arial, Helvetica, sans-serif;
  margin-bottom: 17px;
  padding-bottom: 13px;
}

.wkcart_sellercart_dtl {
  margin-top: 30px;
}

.wkcart_btn_cont {
  margin-top: 90px;
}

.wkfb_text {
  color: #777777;
}

.primary_subcont {
  padding-top: 10px;
}

.secondary_subcont {
  padding-top: 10px;
  background: none repeat scroll 0 0 #fafafa;
  border-left: 1px solid #d6d4d4;
  padding-bottom: 20px;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

#header .shopping_cart .cart_block .product_cont a img {
  width: 83px;
}

#header .shopping_cart .cart_block .product_cont .quantity_cont,
#header .shopping_cart .cart_block .product_cont span.price {
  font-size: 13px;
  color: #fd6282;
}

#header a.wk-cart-popup-btn {
  color: #ffffff;
}

#header a.wk-cart-popup-btn:hover {
  color: #ffffff;
}

.wk-prod-img {
  max-width: 100%;
}

.wk-seller-btn-block {
  margin-top: 50px;
}

.wk-seller-btn-block .btn {
  margin-bottom: 10px;
}

#blockcart-modal .modal-dialog {
  max-width: 900px;
}

.seller_product_block {
  text-align: left;
}

.seller_cart_prices p {
  clear: both;
}
