.button.hollow:hover, .button.hollow:focus {
  border-color: #f4f4f4;
  color: #848586;
}
.continue_button {
	float: left;
	width: auto;
	font-size: 14px!important;
	font-weight: 400;
	text-align: center;
	display:inline-block;
	color: #848586;
	margin-right:10px!important;	
	text-decoration:underline;
	padding:1px 3px 1px 3px;
}
.continue_button:hover {
	background-color: #848586;
	color:#fff;
	text-decoration:none;
}
.clean_cart {
	float: left;
	width: auto;
	font-size: 14px!important;
	font-weight: 400;
	text-align: center;
	display:inline-block;
	color: #b00;
	text-decoration:underline;
	padding:1px 3px 1px 3px;
}
.clean_cart:hover {
	background-color: #ff0013;
	color:#fff;
	text-decoration:none;
}
.popupButton {
	width: auto;
	float: left;
	padding-left:15px;
	padding-right:15px;
	text-align: center;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-ms-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	cursor: pointer;
	line-height: 2.2em;
	font-size:21px;
	background-color: transparent;
	color:#000;
	font-weight:600;
	border: solid 2px #000;
}
.popupButton:hover {
	width: auto;
	float: left;
	padding-left:15px;
	padding-right:15px;
	text-align: center;
	line-height: 2.2em;
	font-size:21px;
	background-color: #848586;
	color:#fff;
	font-weight:600;
	border: solid 2px #000;
}
.popupButton:focus {
	width: auto;
	float: left;
	padding-left:15px;
	padding-right:15px;
	text-align: center;
	line-height: 2.2em;
	font-size:21px;
	background-color: #848586;
	color:#fff!important;
	font-weight:600;
	border: solid 2px #848586;
}
.errorMassage {
	float: right;
	width: 100%;
	padding:0px;
	margin:0px;
	font-size: 12px;
	direction: rtl;
	font-weight: 400;
	text-align: left;
}
.menu_cart_toggle_container {
	float: right;
	display: block;
	width: auto;
}
input.toggle ~ div {
    height: 0px;
    margin: .0rem;
    overflow: hidden;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    -webkit-box-shadow: 0px 12px 15px 0px rgba(184,184,184,0.2);
	-moz-box-shadow: 0px 12px 15px 0px rgba(184,184,184,0.2);
	box-shadow: 0px 12px 15px 0px rgba(184,184,184,0.2);
	opacity:0;
	z-index:1;
}
input.toggle:checked ~ div {
	height: auto;
	opacity:1;
}
input.toggle:checked + label {
	
}
input.toggle {
	display: none;
}
.shoppingDiv_title {
	float: right;
	width: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4f4f4;
	padding-bottom: 12px;
	margin-top: 15px;
	margin-right: 5%;
	margin-bottom: 12px;
	margin-left: 5%;
	direction: rtl;
}
.shopping_title_text {
	float: right;
	width: auto;
	font-size: 16px;
	font-weight: 400;
	color: #848586;
	text-align: right;
	direction: rtl;
	margin-top:0px;
}
.shoppingDiv_title i {
	float: right;
	color: #848586;
	line-height:1.2em;
	margin-left:5px;
}
.shoppingDiv_item_con {
	float: right;
	width: 90%;
	font-size: 15px;
	font-weight: 400;
	color: #848586;
	text-align: left;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 12px;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 12px;
	margin-left: 5%;
	position:relative;
	position:relative;
}
.shoppingDiv_item_con:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.shoppingDiv_item_img_and_quantity {
	float: right;
	width: 70px;
	margin-left: 5px;
}
.shoppingDiv_item_img {
	float: left;
	width: 69px;
	margin-left: 0%;
}
.shoppingDiv_item_img img {
	float: left;
	width: 100%;
	margin-right: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 0px solid #ccc;
	box-sizing: border-box;
}
.shoppingDiv_item_name {
	float: right;
	width: calc(65% - 25px);
	font-size: 13px;
	font-weight: 400;
	color: #848586;
	text-align: right;
	line-height: 1.2em;
	margin-bottom:3px;
	height: 40px;
	overflow: hidden;
	visibility: visible;
}
.shoppingDiv_item_title {
	float: right;
	width: calc(65% - 25px);
	font-size: 15px;
	font-weight: 400;
	color: #6d6e71;
	text-align: right;
	line-height: 1.2em;
}
.shoppingDiv_item_price_left {
	float: right;
	width: calc(65% - 25px);
	font-size: 14px;
	font-weight: 700;
	color: #848586;
	text-align: right;
	line-height: 1.2em;
	margin-top:3px;
	direction: rtl;
}
.shoppingDiv_item_quantity {
	float: right;
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	color: #666;
	text-align: right;
	line-height: 1.6em;
	margin-right: 0%;
}
.shoppingDiv_item_quantity input {
	float: right;
	width: 100%;
	font-size: 19px;
	font-weight: 400;
	color: #848586;
	text-align: center;
	line-height: 1.6em;
	border: 1px solid #ccc;
	direction:ltr !important;
}
.shoppingDiv_item_price {
	float: right;
	width: 15%;
	font-size: 12px;
	font-weight: 400;
	color: #848586;
	text-align: right;
	line-height: 2.1em;
}
.shoppingDiv_item_delete {
	float: left;
	width: auto;
	margin-top: 0px;
	color: #b00 !important;
	font-size: 19px!important;
	position: absolute;
	left: 10px;
	top: 25px;
}
.menu_cart_buttons_down {
	float: right;
	width: 100%;
	padding-left:0;
	padding-right:0;
	margin-top:0px;
	margin-bottom:15px;
}
.shoppingDiv_button {
	float: right;
	width: 100%;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	line-height: 2.3em;
	background-color: #848586;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 8px;
	margin-left: 5%;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	transition: all ease 0.2s;
	box-sizing:border-box;
	display:inline-block;
	border: 1px solid #848586;
}
.shoppingDiv_button:hover {
	background-color: #848586;
	border: 1px solid #000;
	color:#fff;
}
.cart_total_container {
	padding: 2%;
	border: 1px dashed #666666;
	float: left;
	clear: none;
	font-size: 16px;
	font-weight: 400;
	color: #0085CC;
	text-align: left;
	line-height: 1.8em;
	width: 96%;
	text-decoration: none;
	margin-bottom: 30px;
}
.cart_total_container_title {
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #0085CC;
	text-align: left;
	line-height: 1.8em;
	width: auto;
	text-decoration: none;
	margin-right: 10px;
}
#cart_total {
	width: auto;
	text-decoration: none;
	float: left;
}
/* plus_minus
-------------------------------------------------------------- */
.plus_minus_header_and_products {
  float: right;
  width: 25px;
  height: 71px;
}
.plus_minus_container {
  float:right;
  width: 25px;
  height: 69px;
}
.plus-minus-input {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.plus-minus-input .input-group-field {
  text-align: center;
  margin-left: 0.0rem;
  margin-right: 0.0rem;
  padding: 0em!important;
  width:100%;
  border-top: 0px solid #ccc;
  border-bottom: 0px solid #ccc;
  border-left: 1px solid #cccc !important;
  border-right: 1px solid #ccc;
  display:block;
  box-sizing:border-box;
  line-height:0;
}
.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}
.plus-minus-input .input-group-button .circle {
  border-radius: 0;
  cursor:pointer;
  font-size:14px;
  padding-top:2px;
  padding-bottom:2px;
  padding-left:0;
  padding-right:0;
}
.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.button.hollow {
    border: 1px solid #ccc;
    color: #848586;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
  border: 1px solid #ccc;
}
.products_cart_left_btn {   
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    margin-bottom: 0px;
    float: right;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    cursor: pointer;
    direction: rtl;
    box-sizing: border-box;    
    background-position: 10px center;
    background-image: url('../../../images/System/icons/alert_cart_left_arrow_white.png');
    background-repeat: no-repeat;
    color: #fff;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
header .shoppingDiv {
	float: right;
	width: 334px;
	position: absolute;
	right: 5%;
	background-color: #fff !important;
	top: 80px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f9f9f9;
}
header.smaller .shoppingDiv {
	top: 80px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
header .shoppingDiv {
	float: right;
	width: 334px;
	position: absolute;
	right: 5%;
	background-color: #fff !important;
	top: 120px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADBD0;
}
header.smaller .shoppingDiv {
	top: 80px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media all and (max-width: 768px) and (min-width: 659px) {
header .shoppingDiv {
	float: right;
	width: 334px;
	position: absolute;
	right: 5%;
	background-color: #fff !important;
	top: 50px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADBD0;
}
header.smaller .shoppingDiv {
}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media all and (max-width: 658px) and (min-width: 481px) {
header .shoppingDiv {
	float: right;
	width: 334px;
	position: absolute;
	right: 5%;
	background-color: #fff !important;
	top: 50px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADBD0;
}
header.smaller .shoppingDiv {
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
header .shoppingDiv {
	float: right;
	width: 100%!important;
	position: fixed;
	right: 0;
	background-color: #fff !important;
	top: 50px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADBD0;
}
header.smaller .shoppingDiv {
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media (max-width: 320px) {
header .shoppingDiv {
	float: right;
	width: 100%!important;
	position: fixed;
	right: 0;
	background-color: #fff !important;
	top: 85px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-moz-transition: 0.2s all;
	-o-transition: 0.2s all;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADBD0;
}
header.smaller .shoppingDiv {
}
}