﻿.click_order_container {
    float: right;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 25px;
    padding:10px;
    border: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-radius:3px
}
.click_order_container:last-child {
    border-bottom: 0px solid #ccc;
}
.click_order_info_container {
    width: 100%;
    float: right;
    font-size: 16px;
    text-decoration: none;
    line-height: 1.2em;
    text-align: right;
    direction: rtl;
    color: #1d1d1b;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #ccc;
}
.click_order_title {
    width: auto;
    float: right;
    font-size: 15px;
    color: #1d1d1b;
    text-decoration: none;
    line-height: 1.2em;
    text-align: center;
    direction: rtl;
    margin-top:5px
}
.click_order_btn {
    width: auto;
    float: left;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    direction: rtl;
    background: #1d1d1b;
    padding: 4px 7px 4px 7px;
}
.click_order_btn:hover {
    color: #fff;
    background: #1d1d1b;
}
.click_order_item {
    float: right;
    width: 100%;
    box-sizing: border-box;
    margin-bottom:7px
}
.click_order_item:last-child {
    margin-bottom:0px
}
.click_order_item_image {
    float: right;
    width: 50px;
    margin-left: 10px;
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
	border-radius:3px;
}
.click_order_item_image img {
    border-radius:3px;
}
.click_order_item_container {
    float: right;
    width: 100%;
}
.click_order_item_content {
    float: right;
    width: calc(100% - 80px);
    margin-top: 8px;
}
.click_order_item_text {
    width: auto;
    float: right;
    font-size: 15px;
    color: #1d1d1b;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.2em;
    text-align: center;
    direction: rtl;
}

/* all store popups */
.popupClickOrders {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    display: none;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}
.popup_click_orders {
    float: right;
    width: 520px;
    height: 600px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
    position: relative;
    padding: 30px;
    margin-left: calc(50% - 260px);
    margin-right: calc(50% - 260px);
    top: calc(50% - 300px);
    border-radius: 1rem;
    display: table;
}

.popupBrachInfo {
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    display: none;
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}
.popup_brach_info {
    float: right;
    width: 520px;
    height: 600px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
    position: relative;
    padding: 30px;
    margin-left: calc(50% - 260px);
    margin-right: calc(50% - 260px);
    top: calc(50% - 300px);
    border-radius: 1rem;
    display: table;
}
.popup_brach_info_container {
	float: right;
	width: 100%;
	margin-bottom: 30px;
}
.popup_brach_info_title_container {
	float: right;
	width: 100%;
}
.green_circle {
	float: right;
	width: 9px;
    height: 9px;
    background-color:forestgreen;
    border-radius:50%;
    margin-top:8px;
    margin-left:7px;
}
.red_circle {
	float: right;
	width: 9px;
    height: 9px;
    background-color:red;
    border-radius:50%;
    margin-top: 7px;
    margin-left: 7px;
}
.margin_left {
	float: right;
	width: auto;
    margin-left:5px;
}
/* from here is the same for all popups */
.store_popup_title_container {
	float: right;
	width: 100%;
	background-color: #fff;
	border-bottom: 0px solid #c2c2c2;
	margin-bottom: 10px;
	padding-bottom:10px;
	box-sizing: border-box;
	display: table;
	text-align: right;
	direction: rtl;
}
.store_popup_title {
    float: right;
    width: auto;
	margin-left:5px;
	font-size:21px
}
.store_popup_text {
	float: right;
	width: auto;
	font-size: 15px;
	margin-top:3px
}
.popup_click_orders_items {
    float: right;
    width: 100%;
}
.close_store_popup {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    direction: rtl;
    color: #fff;
    background-color: #c20c1a;
    cursor: pointer;
    border-radius: 50%;
	display:table;
}
.close_store_popup:hover {
    background-color: #e81021;
    color: #fff;
}

@media all and (min-width: 1438px) {
 
}

@media (max-width: 1439px) and (min-width: 769px) {

}

@media (max-width: 768px) and (min-width: 481px) {
.popup_click_orders {
    float: right;
    width: 100%;
    height: calc(100% - 50px);
	margin-left: 0;
    margin-right: 0;
    padding: 20px;
    top: 0;
	bottom:0;
	border-radius:0
}
.popup_brach_info {
    float: right;
    width: 100%;
    height: calc(100% - 50px);
	margin-left: 0;
    margin-right: 0;
    padding: 20px;
    top: 0;
	bottom:0;
	border-radius:0
}

}

@media (max-width: 480px) and (min-width: 319px) {
.popup_click_orders {
    float: right;
    width: 100%;
    height: calc(100% - 50px);
	margin-left: 0;
    margin-right: 0;
    padding: 20px;
    top: 0;
	bottom:0;
	border-radius:0
}
	.popup_brach_info {
    float: right;
    width: 100%;
    height: calc(100% - 50px);
	margin-left: 0;
    margin-right: 0;
    padding: 20px;
    top: 0;
	bottom:0;
	border-radius:0
}
}

@media all and (max-width:320px) {
.popup_click_orders {
    float: right;
    width: 100%;
    height: calc(100% - 50px);
	margin-left: 0;
    margin-right: 0;
    padding: 20px;
    top: 0;
	bottom:0;
	border-radius:0
}
.popup_brach_info {
    float: right;
    width: 100%;
    height: calc(100% - 50px);
	margin-left: 0;
    margin-right: 0;
    padding: 20px;
    top: 0;
	bottom:0;
	border-radius:0
}
}
