#popup-cart {top:20px !important;}
#popup-cart-desktop {
	width: 715px;
	background: #fff;
	float: none;
	margin: 0 auto;
	/padding: 20px 40px 0 40px;
	padding-bottom: 20px;
	position: relative;
	border-radius:4px;
}
#popup-cart-desktop .title-popup-cart {
	/margin-bottom: 10px;
	border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	background:#ebebeb;
	font-size: 18px;
	font-weight: 500;
	padding:30px 0px 25px 40px;
}
#popup-cart-desktop .title-popup-cart i {
	color: #898989;
}
#popup-cart-desktop .title-popup-cart i.check {
	border: 2px solid red;
	color:red;
	font-size: 14px;
	padding: 6px;
	border-radius: 50%;
}
#popup-cart-desktop .title-quantity-popup {
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
}
#popup-cart-desktop .title-quantity-popup .fa-shopping-cart {
	color: #232323;
	font-size: 25px;
}
#popup-cart-desktop .title-quantity-popup .fa-caret-right {
	font-size: 14px;
}
.title-quantity-popup {
	cursor: pointer;
}
#popup-cart-desktop .item-remove {
	height: 0;
	margin: 0;
}
#popup-cart-desktop .item-name {
	margin-bottom: 0;
}
#popup-cart-desktop .variant-tit {
	font-size:13px;
	color:#333;
}
#popup-cart-desktop .content-popup-cart .thead-popup {
	float: left;
	width: 100%;
	clear: both;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	font-weight: 700;
}
#popup-cart-desktop .content-popup-cart .thead-popup > div {
	float: left;
	padding: 6px 10px;
	font-size: 14px;
	padding-left: 0;
	border-left: 2px solid #fff;
}
#popup-cart-desktop .content-popup-cart .thead-popup > div:first-child {
	border-left: none;
}
#popup-cart-desktop .content-popup-cart .tbody-popup {
	width: 100%;
	float: left;
	clear: both;
	max-height: 164px;
	margin-top:25px;
	overflow-x: auto;
	border-top: none;
}
#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
	/border-radius: 10px;
	background-color: #F5F5F5;
}

#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar
{
	width: 8px;
	height:8px;
	background-color: #F5F5F5;
}

#popup-cart-desktop .content-popup-cart .tbody-popup::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
	-moz-box-shadow: inset 0 0 2px rgba(0,0,0,.3);
	background-color:#fff;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup {
	width: 95%;
	float: left;
	clear: both;
	border-bottom: 1px solid #ebebeb;
	position: relative;
	height: 165px;
	overflow: hidden;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div {
	float: left;
	position: relative;
	height: 100%;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div:nth-child(3) {
	position: relative;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup > div .fixab {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image {
	float: left;
	margin-top: 20px;
	min-height: 100px;
	width: 120px;
	display: block;
	float: left;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-image img {
	border: 1px solid #d2d2d2;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-remove {
	font-size:14px;
	font-weight:400;
	margin:5px 0 0 20px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info {
	/padding: 10px 0;
	margin-top: 20px;
	width: calc(100% - 145px);
	display: block;
	float: left;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info span.add_sus {
	font-size: 14px;
	color: #232323 !important;
	font-style: italic;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info span.add_sus i {
	color: #232323 !important;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a {
    display: block;
    margin-bottom: 5px;
    width: 350px;
    color: #494949;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-name a:hover {
	color: #232323;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .variant-title-popup {
	font-size: 14px;
	margin-bottom: 5px;
	color: #333333;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-remove a {
	font-size: 0;
	color: #888;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-info .item-remove a i {
	font-size: 20px;
	padding: 3px 5px;
	color: #636363;
	text-align: center;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price {
	/padding: 15px;
	position: absolute;
	top: 20%;
	right: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price span {
	display: block;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .price {
	color: red;
	font-size: 14px;
	font-weight: 500;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-price {
	color: #232323;
	font-size: 13px;
	text-decoration: line-through;
	font-weight: 500;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .item-price .compare-divide {
	font-size: 12px;
	color: #d71515;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count {
	border: 1px solid #ddd;
	outline: none;
	background: #fff;
	height: 22px;
	width: 23px;
	text-align: center;
	vertical-align: top;
	padding: 0;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .items-count .fa {
	font-size: 15px;
	color: #333;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .number-sidebar {
	border: 1px solid #ddd;
	background-color:#fff;
	/height: 40px;
	/margin-left: -1px;
	text-align: center;
	/padding-left: 20px;
	font-size: 14px;
	width: 65px;
	vertical-align: top;
	/margin-right: -1px;
	display: inline-block;
	min-height: 24px;
}
#popup-cart-desktop .content-popup-cart .tbody-popup .item-popup .cart-price {
	display: block;
	font-weight: 500;
	padding: 10px;
	font-size: 14px;
	position: absolute;
	color: red;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
#popup-cart-desktop .content-popup-cart .tfoot-popup {
	width: 100%;
	float: left;
	clear: both;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 {
	padding: 20px 40px 0 0;
}

#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship {
	font-size: 13px;
	width: 320px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship img {
	float: left;
	margin-right: 10px;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p {
	font-size: 14px;
	font-weight:400;
	line-height: 20px;
	margin-left:20px;
	margin-top: 3px;
	text-transform: uppercase;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-ship p:before {
	font-family: 'FontAwesome';
	content: "\f0d1";
	font-size: 15px;
	position: absolute;
	left: 40px

}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p {
	font-size: 16px;
	text-align:right;
	padding:0;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-1 .popup-total p .total-price {
	color: red;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 a {
	cursor: pointer;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-continue {
	margin-top: -15px;
	background: transparent;
	font-size: 14px;
	float: left;
	border: none;
	outline: none;
	color: #232323;
	margin-left: 0;
}
#popup-cart-desktop .content-popup-cart .tfoot-popup .tfoot-popup-2 .button.btn-proceed-checkout {
	background: #232323;
	font-size: 15px;
	float: right;
	display: block;
	padding: 6px 10px;
	border-radius: 5px;
	color: #fff;
	margin: 15px 40px 10px 0px;
	height: 50px;
	width: 240px;
	text-align: center;
	line-height: 50px;
	padding: 0;
	text-transform: uppercase;
	font-size: 14px;
	border-radius: 0;
	font-weight: 400;
}

button.increase.items-count.btn-plus {
	position: absolute;
	line-height: 24px;
	right: 7px;
	top: 1px;
	margin: 0;
	border: none !important;
}

button.reduced.items-count.btn-minus {
	position: absolute;
	right: 7px;
	border: none !important;
	bottom: 4px;
	margin: 0;
}

.fancybox-skin {
	background: #fff !important;
}

.modal-content {
	border: none;
	box-shadow: none;
	border-radius: 0.5rem;
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
}

.modal-header {
	background-color: #232323;
	color: #fff;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-header .close {
	margin-top: -2px;
	opacity: 1 !important;
}
.modal-header .close span {
	color: #fff;
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.modal-header .modal-title {
	padding-left: 6rem;
	position: relative;
	min-height: 44px;
	font-weight: normal;
	font-size: 18px;
	line-height: normal;
	margin: 0;
}
.modal-header .modal-title span {
	width: 44px;
	height: 44px;
	border-radius: 100%;
	font-size: 23px;
	text-align: center;
	line-height: 44px;
	color: #232323;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background-color: #fff;
}

.media:first-child {
	margin-top: 0;
}

.btn-outline-red {
	background: #fff;
	color: #232323 !important;
	font-size: 17px;
	line-height: normal;
	padding: 10px 15px;
	border-radius: 0.5rem;
	border: 1px solid #232323;
	text-align: center;
	margin-top: 1.5rem;
}

.btn-red {
	background: #232323;
	color: #fff !important;
	font-size: 17px;
	line-height: normal;
	padding: 10px 15px;
	border-radius: 0.5rem;
	border: none;
	text-align: center;
	margin-top: 1.5rem;
}

.media .media-left {
	padding-right: 1rem;
}

.media-left, .media-right, .media-body {
	display: table-cell;
	vertical-align: top;
}

.media .thumb-1x1 {
	width: 7.7rem;
}