/**
 * @version     1.0.0
 * @package     Sellacious Cart Module
 *
 * @copyright   Copyright (C) 2012-2020 Bhartiy Web Technologies. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Bhavika Matariya <info@bhartiy.com> - http://www.bhartiy.com
 */

.sellafinder-search {margin-top: -20px;}

.sella-search .findersubmit {height: 40px;}

.mod-sellacious-disticart {
	display: block;
	height: 40px;
	position: relative;
	color: #333333;
}

.ctech-wrapper .ctech-d-none.total_box {
    display: inline !important;
}

.ctech-wrapper .ctech-table td {
    padding: 1px !important;
}

[dir] .mod-sellacious-disticart {
	cursor: pointer;
	padding: 0;
	text-align: center;
	margin: 0;
}

.mod-sellacious-disticart .mod-cart-container i {
display: inline-block;
font-size: 16px;
line-height: 38px;
width: 17px;
height: auto;
bottom: -39px;
position: absolute;
left: -12px;
}

[dir] .mod-sellacious-disticart .mod-cart-container i {
	margin: 0;
}

.mod-sellacious-disticart .mod-cart-container span.mod-total-products {
color: #333;
display: inline-block;
font-size: 12px;
height: 15px;
line-height: 15px;
position: absolute;
left: -2px;
bottom: -16px;
width: 15px;
}

.sdcart, .total_box {
	display: block; 
}

.total_box {
	float: right;
	margin-left: 10px;
	text-align: right;
}

.mod-sellacious-disticart .mod-cart-container {
    background: #000;
    color: #fff;
    padding: 2px;
    width: 80%;
    margin: 12px 0 0 -10px;
    height: 38px;
	line-height: 1.2em;
}

.grand-total {
	white-space: nowrap;
	text-overflow: ellipsis;
	max-width: 55px;
	/*overflow: hidden;*/
	float: right;
}

[dir] .mod-sellacious-disticart .mod-cart-container span.mod-total-products {
	border-radius: 100%;
	text-align: center;
	border: 1px solid #fff;
	background: #fff;
}

.mod-sellacious-disticart .mod-cart-ul {
	overflow: hidden;
	top: 100%;
	width: 300px;
	display: block;
	color: #222222;
	position: absolute;
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	-ms-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
	-o-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}

[dir] .mod-sellacious-disticart .mod-cart-ul {
	background: #ffffff;
	border: 0 none;
	border-radius: 0;
	padding: 10px 0;
	margin: 0;
	box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}

[dir=ltr] .mod-sellacious-disticart .mod-cart-ul {
	left: unset;
	right: 0;
	text-align: left;
}

[dir=rtl] .mod-sellacious-disticart .mod-cart-ul {
	right: unset;
	left: 0;
	text-align: right;
}

[dir] .mod-sellacious-disticart .mod-cart-container .mod-cart-ul li.mod-divider {
	border-bottom: 1px solid #222222;
	margin: 10px 0;
}

[dir] .mod-sellacious-disticart .mod-cart-ul li {
	padding: 0;
	border: none;
}

.mod-sellacious-disticart .mod-cart-ul li.mod-products-list {
	max-height: 400px;
	overflow-y: auto;
}

[dir] .mod-sellacious-disticart .mod-cart-ul li.mod-products-list {
	padding: 0 10px;
}

.mod-sellacious-disticart .mod-cart-ul li.mod-total {
	font-size: 16px;
	font-weight: bold;
}

[dir] .mod-sellacious-disticart .mod-cart-ul li.mod-total {
	margin-top: 6px;
}

[dir=ltr] .mod-sellacious-disticart .mod-cart-ul li.mod-total {
	float: left;
	text-align: right;
	margin-left: 15px;
}

[dir=rtl] .mod-sellacious-disticart .mod-cart-ul li.mod-total {
	float: right;
	text-align: left;
	margin-right: 15px;
}

[dir=ltr] .mod-sellacious-disticart .mod-cart-ul li.mod-cart-show-btn {
	float: right;
	margin-right: 15px;
}

[dir=rtl] .mod-sellacious-disticart .mod-cart-ul li.mod-cart-show-btn {
	float: left;
	margin-left: 15px;
}

.mod-sellacious-disticart .mod-cart-container .sdcart {
	position: relative;
	left: 24px;
}

.total_box:not(.hidden) {
    width: 75px;
}

.mod-sellacious-disticart .mod-cart-ul .container {
	width: 100% !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-shadow: 0 0 1px 0 rgba(0, 63, 84, 0.29);
	-moz-box-shadow: 0 0 1px 0 rgba(0, 63, 84, 0.29);
}

[dir] .mod-sellacious-disticart .mod-cart-ul .container {
	border: none;
	padding: 5px;
	box-shadow: 0 0 1px 0 rgba(0, 63, 84, 0.29);
	margin: 8px 0;
}

.mod-sellacious-disticart .mod-cart-ul .container:last-child {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

[dir] .mod-sellacious-disticart .mod-cart-ul .container:last-child {
	box-shadow: none;
}

[dir] .mod-sellacious-disticart .mod-cart-ul li > div {
	padding: 10px 15px;
}

.mod-sellacious-disticart .mod-cart-ul li > div:last-child,
.mod-sellacious-disticart .mod-cart-ul li > div:last-child:hover,
.mod-sellacious-disticart .mod-cart-ul li > div:last-child:focus {
	color: #222222;
}

[dir] .mod-sellacious-disticart .mod-cart-ul li > div:last-child, [dir] .mod-sellacious-disticart .mod-cart-ul li > div:last-child:hover, [dir] .mod-sellacious-disticart .mod-cart-ul li > div:last-child:focus {
	background: none;
}

.mod-sellacious-disticart .mod-cart-ul li .product_row {
	width: 100%;
	line-height: 18px;
	font-size: 13px;
}

[dir] .mod-sellacious-disticart .mod-cart-ul li .product_row {
	margin: 2px 0;
}

.mod-sellacious-disticart .product_row .image-cart {
	width: 20%;
}

[dir=ltr] .mod-sellacious-disticart .product_row .image-cart {
	float: left;
	margin-right: 9px;
}

[dir=rtl] .mod-sellacious-disticart .product_row .image-cart {
	float: right;
	margin-left: 9px;
}

.mod-sellacious-disticart .mod-cart-ul li.mod-cart-show-btn button:hover,
.mod-sellacious-disticart .mod-cart-ul li.mod-cart-show-btn button:focus {
	color: #ffffff;
	outline: 0;
}

.mod-sellacious-disticart .mod-cart-ul li a {
	color: #212121;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.mod-sellacious-disticart .mod-cart-ul li a:hover {
	color: #212121;
}

.cart-head h4 {
	line-height: 0.9;
}

@media (max-width: 767px) {
	[dir] #modal-disticart .ctech-row .cart-items-list {
		padding-right: 15px;
		padding-left: 25px;
	}

	.mod-sellacious-disticart .mod-cart-container {
		width: 80px;
	}
}
@media (max-width: 480px) {
	[dir=ltr] .mod-sellacious-disticart .mod-cart-container {
		padding: 0 14px 0 2px;
	}
	[dir=rtl] .mod-sellacious-disticart .mod-cart-container {
		padding: 0 2px 0 14px;
	}

	[dir=ltr] .mod-sellacious-disticart .mod-cart-container span.mod-total-products {
		right: 2px;
	}

	[dir=rtl] .mod-sellacious-disticart .mod-cart-container span.mod-total-products {
		left: 2px;
	}
}

[dir] .ctech-modal .cart-items-list, [dir] .ctech-modal .cart-items-summary {
	padding: 0 15px;
}

.mod-products-list .pro-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	max-height: 34px;
	font-size: 12px;
	line-height: 16px;
}

[dir] .cart-summary-items input.item-quantity {width: 60px !important;}
.fuelux .wizard ul li:first-child a {padding-left: 10px;}
.fuelux .wizard ul li a {padding: 0 5px 0 20px;}
.ctech-wrapper .ctech-table-responsive {overflow-x: hidden !important;}
[dir] .btn-remove-item {font-size: 11px;}
.action-btn-area {padding-top: 20px;}
[dir] .cart-summary-items input.item-quantity {font-size: 16px;}
.control-group .controls .select2-container .select2-choice {font-size: 16px;}
.control-group .controls select, .control-group .controls textarea, .control-group .controls input[type="text"], .control-group .controls input[type="password"], .control-group .controls input[type="datetime"], .control-group .controls input[type="datetime-local"], .control-group .controls input[type="date"], .control-group .controls input[type="month"], .control-group .controls input[type="time"], .control-group .controls input[type="week"], .control-group .controls input[type="number"], .control-group .controls input[type="email"], .control-group .controls input[type="url"], .control-group .controls input[type="search"], .control-group .controls input[type="tel"], .control-group .controls input[type="color"], .control-group .controls .uneditable-input {font-size: 16px;}
div[id^="address-form"] .ctech-modal-body {max-height: 400px;}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-control) {font-size: 16px;padding: 4px; width: 100px;}