body
{
	background-color: #eee;
}
.text-title
{
	font-size: 20px;
	color: #333;
	font-weight: bold;
	border-left: 3px solid rgb(236, 28, 36);
	padding-left: .5em;
	margin-bottom: .8em;
}
.transaction_container
{
	background-color: white;
	margin-top: 3em;
	padding: 5px 20px;
	border-radius: 3px;
	box-shadow: 0px 3px 1px #e6e6e6;
	border: 1px solid #e6e6e6;
}
.transaction_container .cart-table 
{
	width: 100%;
}
.transaction_container .cart-table thead
{
	background-color: #f5f5f5;
	border-radius: 3px;
	text-align: center;
	border: none;
}
.transaction_container .cart-table thead tr
{
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
}
.transaction_container .cart-table thead tr th
{
	padding: 10px;
	color: black;
}
.transaction_container .cart-table thead tr .text-center
{
	text-align: center;
}
.transaction_container .cart-table tbody td
{
	padding: 10px;
	position: relative;
	color: black;
}
.transaction_container .cart-table tbody .text-center
{
	text-align: center !important;
}
.transaction_container .cart-table tbody .product_image
{
	width: 75px;
	height: 75px;
	border: 1px solid #eee;
	margin: auto;
	display: block;
	padding: 5px;
	border-radius: 3px;
}
.text-name
{
	font-size: 12px;
	font-weight: bold;
	text-align: center !important;
}
.transaction_container .cart-table tbody td button
{
	padding: 4px 12px;
	background: transparent;
	border: 1px transparent solid;
	border-radius: 3px;
	color: #999;
	font-size: 12px;
}
.transaction_container .cart-table tbody td button:hover
{
	background-color: #e31837;
	border: 1px #e31837 solid;
	color: white;
	transition: .5s;
}
.transaction_container .cart-table tbody .text_qty
{
	font-size: 13px;
	padding: 7px 10px;
	background-color: #fff;
	text-align: center;
	border: 1px solid #ddd;
	width: 42px;
	outline: 0;
}
.transaction_container .cart-table tbody .btn_minus
{
	color: #4f4f4f;
	cursor: pointer;
	outline: 0;
	background-color: #f5f5f5;
	font-size: 11px;
	padding: 8.7px 10px;
	width: 42px;
	position: relative;
	left: 2.8%;
	border-radius: 0;
	top: -1px;
	border: 1px solid #f5f5f5;
}
.transaction_container .cart-table tbody .btn_add
{
	color: #4f4f4f;
	cursor: pointer;
	outline: 0;
	background-color: #f5f5f5;
	font-size: 11px;
	padding: 8.7px 10px;
	width: 42px;
	position: relative;
	right: 2.6%;
	border-radius: 0;
	top: -1px;
	border: 1px solid #f5f5f5;
}
.transaction_container .cart-table tbody .btn_minus:hover
{
	color: #333;
	border: 1px solid #e1e1e1;
	background-color: #e1e1e1;
	opacity: .8;
}
.transaction_container .cart-table tbody .btn_add:hover
{
	color: #333;
	border: 1px solid #e1e1e1;
	background-color: #e1e1e1;
	opacity: .8;
}
.transaction_container .cart-table tbody .text-price
{
	font-size: 12px;
	font-weight: bold;
	font-family: 'Rubik', sans-serif;
	color: black;
	text-align: center;
}
.text-success
{
	color: #28a745 !important;
}
.text-danger
{
	color: #dc3545 !important;
}
.transaction_container .cart-table tbody tr
{
	border-bottom: 1px solid #d1d1;
}
.transaction_container .cart-table tbody tr:last-child
{
	border: 1px solid #fff;
}
.cards
{
	position: relative;
	border: 1px solid #d1d1;
	height: 100%;
}
.cards-content
{
	padding: 10px 10px;
}
.summary-title
{
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding: 12px;
	background-color: #f5f5f5;
	margin: 0;
}

.transaction_container .summary-table
{
	width: 100%;
}
.transaction_container .summary-table tr
{
	font-size: 12px;
	padding: 3em;
}
.transaction_container .summary-table, th, td {
 	padding: 6px;
    border-collapse: collapse;
    color: black;
   	padding-bottom: 10px;
}
.transaction_container .summary-table .total
{
	border-top: 1px solid #f5f5f5;
}
.text-price
{
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	color: black;
}
.transaction_container .checkout_btn
{
	background-color: #e31837;
	border: 1px #e31837 solid;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	margin: 1em 0;
}
.transaction_container .btn_recommendation
{
	background-color: #fff;
	border: 1px solid #f5f5f5;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
	font-family: 'Rubik', sans-serif;
	font-size: 12px;
	margin: 1em 0;
}
.transaction_container .btn_recommendation:hover
{
	background-color: #e31837;
	border: 1px #e31837 solid;
	color: white;
	transition: .5s;
}



/*carousel*/
.recommended-container
{
	background-color: white;
	margin-top: 1em;
	padding: 5px 20px;
	border-radius: 3px;
	box-shadow: 0px 3px 1px #e6e6e6;
	border: 1px solid #e6e6e6;
}
.recommended_products
{
  position: relative;
}
.recommended_products .col-xs-5ths
{
	margin-bottom: 2em;
}
.recommended-container .product_name
{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
  text-transform: capitalize;
  font-size: 13px;
}
.recommended-container .less_percent
{
  width: 35px;
  height: 35px;
  padding-top: 7px;
  border: 1px solid red;
  background-color: red;
  border-radius: 50%;
  line-height: 10px;
  font-size: 10px;
  text-align: center;
  position: absolute;
  right: 5px;
  top: 0;
}
.recommended-container .less_percent span
{
  color: white;
}
.recommended-container .text_price
{
  color: #cfcfcf;
  font-size: 11px;
  margin: 0;
  text-decoration: line-through;
  font-weight: bold;
}
.recommended-container .less_price
{
  font-weight: bold;
  font-size: 14px;
  color: rgb(236, 28, 36);
  margin-top: 3px;
}
.recommended-container .post-wrapper .post img
{
  width: 80%;
  margin-bottom: 2em;
}
.recommended-container button
{
  position: absolute;
  right: 5%;
  bottom: 3.5%;
  background: none;
  border: none;
  color: #cfcfcf;
  outline: 0;
}
.recommended-container button:hover
{
  color: rgb(236, 28, 36);
}
.recommended-container .left-arrow
{
  position: absolute;
  left: -5%;
  top: 50%;
  cursor: pointer;
}
.recommended-container .right-arrow
{
  position: absolute;
  right: -5%;
  top: 50%;
  cursor: pointer;
}

/*checkout*/
.cards-content .form-control
{
	border: 1px solid #ddd;
	border-radius: 0;
	font-size: 12px;
	box-shadow: none;
}
.cards-content #text_name
{
	text-transform: capitalize;
}
.cards-content label
{
	font-size: 12px;
	text-transform: uppercase;
	color: black;
}
.cards-content .text-instruction
{
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
.cards-content .text-note
{
	font-size: 11px;
	color: #777;
	font-weight: bold;
}
.policy_container
{
	margin-top: 3em;
}
.content
{
  width: 100%;
  background-color: white;
  max-height: 350px;
  overflow: auto;
  padding: 1em;
  border: 2px solid #eee;
  font-family: sans-serif !important;
}
.content p, .content ul, .content li, .content h2, .content h1, .content h3, .content h4, .content h5, .content ul
{

  font-family: sans-serif;
  color: #333;
}
.form-check
{
  background: #eee;
  margin-top: 5px;
  padding: 8px 12px;
}

.shipping_container select
{
	font-size: 12px;
}
.invalid
{
	font-size: 11px; 
	color: red;
	text-transform: uppercase;
	font-weight: bold;
	display: none;
}

/*delivering_status*/
.delivering_status
{
	width: 100%;
	border: 1px solid #eee;
	border-radius: 2px;
	top: 10%;
	padding: 10px;
	position: relative;
}
.deliver-text
{
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	font-family: sans-serif;
	margin: 10px 0 0 0;
}
.text-order
{
	color: #333;
	font-size: 13px;
	font-weight: bold;
	font-family: sans-serif;
}
.text-order span
{
	color: #ff0000;
}
.progress
{
	margin-bottom: 10px;
	height: 12px;
}
.progress-bar 
{
	background: linear-gradient(to left, #ff0000 0%, #ff99cc 100%);
	border-radius: 6px;
}
.car_container
{
	margin: 3em 0 5px 0;
}
.car-img
{
	width: 40px;
	height: 40px;
	top: -6px;
	position: relative;
}
.text-car
{
	position: relative;
	left: -5px;
}
.text-status
{
	color: #333;
	font-size: 12px;
	text-transform: uppercase;
}

/*card & bank*/
.card-payment-container, .bank-container, #bank_btn, #card_btn
{
	display: none;
}

.link-style
{
	font-family: 'Rubik', sans-serif;
}