.h1, h1 {
    font-size: 22px;
    line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    margin-top: 10px;
    margin-bottom: 20px;
}

.btn.w-100 {
    width: 100%;
    border-radius: 8px;
    padding: 0px 20px;
    line-height: 44px;
    min-height: 44px;
    font-weight: 400;
    text-align: center;
    font-size: 14px;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.dflex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.page-cart {
    padding-bottom: 5px;
    align-items: flex-start;
    flex-direction: column;
}

.cart-col-left {
    width: 100%;
    margin-bottom: 20px;
}

.cart-col-right {
    width: 100%;
    background: #fff;
}

.cart-item {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.cart-item-left {
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    max-width: 85px;
    position: relative;
    padding-right: 20px;
}

.cart-item-center {
    padding: 0px 10px;
    flex-grow: 1;
    align-self: flex-start;
}

.cart-item-prod-name {
    margin-bottom: 10px;
    padding-right: 30px;
}

.cart-item-prod-name a {
    font-size: 14px;
    color: #000;
    font-weight: 600;
}

.cart-item .product-model {
    color: #505966;
    text-align: left;
    font-size: 12px;
    padding-right: 30px;
}

.cart-item .cart-item-price-quantity {
    text-align: right;
}

.cart-item .cart-item-price-quantity {
    width: 100%;
    margin-top: 10px;
}

.cart-item .cart-item-price-quantity > .justify-content-end {
    align-items: center;
}

.cart-item .ch-cart-quantity {
    justify-content: flex-end;
}

.cart-item .cart-totals {
    flex-direction: column;
    margin-left: auto;
}

.cart-item-price, .cart-item-total {
    white-space: nowrap;
}

.text-cart-item-price, .text-cart-item-total {
    margin-right: 6px;
}

.cart-item-total {
    margin-top: 2px;
    font-weight: 600;
    color: #000;
}

.cart-item:last-child {
    padding-bottom: 5px;
}

.cart-item .cart-item-price-quantity .btn-remove {
    position: absolute;
    top: 20px;
    right: 0px;
}

#checkout-cart .btn-remove {
    color: #000;
    border: 0px;
    height: 34px;
    width: 34px;
    padding: 8px 12px;
    line-height: 19px;
    background: #F7F8FB;
}

#checkout-cart .btn-remove .fa {
	margin: 0;
}

.btn-remove:focus, .btn-remove:hover, .btn-remove:active {
    color: #da4f49;
    background: #F7F8FB;
}

.cart-col-right .table-cart .total-title {
    padding-left: 0;
}

.table-cart .total-title {
    color: #505966;
    width: 75%;
}

.cart-col-right .table-cart .total-text {
    padding-right: 0;
}

.table-cart .total-text {
    font-weight: 600;
    color: #000;
    min-width: 80px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-cart > tbody > tr > td {
    border-top: 0px;
}

.table-cart .total-title.total-last {
    font-weight: 600;
    color: #000;
}

.icon-arrow-down {
    width: 8px;
    height: 4px;
    margin-left: 8px;
}

[class^="icon-"], [class*=" icon-"] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    fill-rule: evenodd;
}

.text-checkout-modules {
    font-size: 14px;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #EAEDF7;
}

.checkout-cart-accordion .form-control {
    height: 44px;
    border: 1px solid #EAEDF7;
    box-shadow: none;
    font-size: 14px;
}

.cart-coupon .control-label, .cart-reward .control-label, .cart-voucher .control-label {
    font-size: 13px;
    font-weight: 600;
}

.cart-shipping {
    margin-bottom: 10px;
}

.cart-shipping .accordion-toggle {
    font-size: 14px;
    padding: 10px 0px;
    color: #000;
    display: inline-block;
}

select.form-control {
    height: 44px;
    border: 1px solid #e4e9ef;
    font-size: 14px;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 25px;
    background-image: url(/catalog/view/theme/default/template/extension/module/desgin_cart/sprite.svg#icon-arrow-down);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 9px 5px;
    background-color: #fff;
    background-color: #FCFCFC;
    border-radius: 6px;
    cursor: pointer;
}

.checkout-cart-accordion .control-label {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
    text-align: left;
}

.cart-shipping .control-label {
    text-align: left;
}

.checkout-cart-accordion .form-control {
    height: 44px;
    border: 1px solid #EAEDF7;
    box-shadow: none;
    font-size: 14px;
}

.cart-item .cart-item-price-quantity {
    text-align: right;
}

.ch-cart-quantity {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.cart-item .ch-cart-quantity {
    justify-content: flex-end;
}

.ch-cart-quantity .btn-quantity-minus {
    background: #fff;
    border-color: #EAEDF7;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-radius: 8px 0px 0px 8px;
    padding: 0px;
    width: 20px;
    height: 34px;
    line-height: 1;
    margin-right: 0px !important;
}

.ch-cart-quantity .form-control {
    border-color: #EAEDF7 !important;
    border-width: 1px 0px 1px 0px !important;
    height: 34px !important;
    border-style: solid;
    box-shadow: none;
    max-width: 30px;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    border-radius: 0px;
    background: #fff;
    box-shadow: none !important;
}

.ch-cart-quantity .btn-quantity-plus {
    background: #fff;
    border-color: #EAEDF7;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
    border-radius: 0px 8px 8px 0px;
    padding: 0px;
    width: 20px;
    height: 34px;
    line-height: 1;
    margin-left: 0px !important;
}

.checkout-cart-layout2 .cart-layout2-col-right {
    min-width: 35%;
}
.checkout-cart-layout2 .cart-layout2-col-right .cart-layout2-col-right-total {
    background-color: #fff;
    border: 1px solid #f2f2f2;	
	border-radius: 6px;
	margin-bottom: 40px;
}

.checkout-cart-layout2 .cart-layout2-col-right .cart-layout2-col-right-total tr {
    border-bottom: 1px solid #f2f2f2;
}
.checkout-cart-layout2 .cart-layout2-col-right .cart-layout2-col-right-total .head {
	font-size: 20px;
	color: #383838;
	padding: 21px 35px;
}

.checkout-cart-layout2 .cart-layout2-col-right .cart-layout2-col-right-total .table-cart .total-title {
	padding: 14px 0 14px 35px;
	font-size: 16px;
}

.checkout-cart-layout2 .cart-layout2-col-right .cart-layout2-col-right-total .table-cart .total-text {
	padding: 14px 35px 14px 0px;
	font-size: 16px;
}
.checkout-cart-layout2 .cart-layout2-col-right .cart-layout2-col-right-total .dflex {
	padding: 10px 20px 40px;
}
.checkout-cart-layout2 .cart-layout2-col-right .cart-layout2-col-right-modules {
	border: 1px solid #f2f2f2;
}

.checkout-cart-layout2 .cart-layout2-col-right-modules {
    padding: 20px;
}

.checkout-cart-layout2 .cart-layout2-col-right .btn.w-100 {
    font-size: 18px;
    background: #1a1a1a;
    border: 1px solid #383838;	
}

.checkout-cart-layout2 .cart-coupon .control-label,.checkout-cart-layout2 .cart-reward .control-label,.checkout-cart-layout2 .cart-voucher .control-label {
	font-size: 16px;
	margin-bottom: 10px;
}

.checkout-cart-layout2 #input-coupon , .checkout-cart-layout2 #input-voucher{
	height: 44px;
	border: 1px solid #f1f1f1;
	border-radius: 5px;	
}

.checkout-cart-layout2 .table-cart .total-text {
	font-weight: 400;
}

.checkout-cart-layout2 #button-coupon , .checkout-cart-layout2 #button-voucher{
    margin-left: 20px;
    border-radius: 5px;	
	background: #1a1a1a;
	font-size: 16px;
	border-color: #1a1a1a;
}

.checkout-cart-layout2 .cart-col-left {
	border: 1px solid #f2f2f2;
	box-shadow: unset;
	padding: 0;
}
.checkout-cart-layout2 .cart-item {
    padding: 30px 20px;
}
.checkout-cart-layout2 .cart-item:first-child {
	padding-top: 30px;
}

.checkout-cart-layout2 .cart-item-left {
    flex: unset;
    max-width: 100%;	
	margin-bottom: 15px;
}

.checkout-cart-layout2 .cart-item-center {
	padding: 0;
}

.checkout-cart-layout2 .cart-item {
   border: 1px solid #f2f2f2;
}

.checkout-cart-layout2 .cart-item .cart-item-price-quantity {
	margin-top: 0;
	margin-bottom: 15px;
}

.checkout-cart-layout2 .cart-item + div.cart-item {
   border-top: 1px solid #f2f2f2;
}

#checkout-cart.checkout-cart-layout2 .btn-remove {
    margin-top: -15px;
    background: transparent;
    box-shadow: unset;	
    width: auto;
    height: auto;	
	padding: 0;
}

.checkout-cart-layout2 .cart-item-total {
    margin-top: 10px;
    color: #383838;
    font-size: 16px;
    font-weight: 600;	
}
.checkout-cart-layout2 .title-head {
	padding: 25px 20px;
	justify-content: space-between;
}
.checkout-cart-layout2 .title-head h1 {
	margin: 0;
}
@media (min-width: 320px) {
	.cart-col-right {
		box-shadow: 0px 0px 0px 1px #EAEDF7;
		border-radius: 8px;
		padding: 15px;
	}
}@media (max-width: 620px) {	.checkout-cart-layout2 .cart-layout2-col-right {		width: 100%;	}
}
@media (min-width: 620px) {
	.cart-item-price-quantity {
		flex-direction: column;
	}	
	.cart-item {
		flex-wrap: nowrap;
	}
	.cart-item .cart-item-price-quantity {
		width: auto;
		max-width: 220px;
	}	
	.cart-item .cart-totals {
		margin-top: 15px;
	}	
	.cart-item-total {
		margin-top: 5px;
	}	
	.cart-item .cart-item-price-quantity .btn-remove {
		position: relative;
		margin-left: 15px;
		top: 0;
	}	
	
}

@media (min-width: 768px) {
	.cart-col-left {
		box-shadow: 0px 0px 0px 1px #EAEDF7;
		border-radius: 8px;
		padding: 15px;
	}
	
	.cart-item:first-child {
		padding-top: 5px;
	}	
	.cart-item + div.cart-item {
		border-top: 2px dashed #EAEDF7;
	}	
	
}

@media (min-width: 992px) {
	.page-cart {
		flex-direction: row;
	}
	
	.cart-col-left {
		margin-right: 30px;
		margin-bottom: 0;
		padding: 20px;
	}
	
	.cart-col-right {
		padding: 20px;
		position: sticky;
		top: 20px;
		padding: 20px;
	}
	
	.cart-col-right {
		max-width: 350px;
	}	
	

}
@media (max-width: 768px) {
  .checkout-cart-layout2 .cart-item-total {
    margin: -60px 0px 0px 40px;
    color: #383838;
    font-size: 16px;
    font-weight: 600;
  }

.cart-item-prod-name {
  margin: -60px auto auto 50px;
  width: 100%;
}
  #checkout-cart.checkout-cart-layout2 .btn-remove {
    margin-top: -15px;
    background: transparent;
    box-shadow: unset;
    width: auto;
    height: auto;
    padding: 0;
    margin: -60px 0px 0px -40px;
  }
}
