﻿@charset "utf-8";
/* CSS Document */


#inactive-overlay {
	
	background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    
   filter:alpha(opacity=50); /* IE */
   opacity: 0.5; /* Safari, Opera */
   -moz-opacity:0.50; /* FireFox */
   z-index: 20000;
   background-repeat:no-repeat;
   background-position:center;
   width: 100%;
  height:100%;
   position:absolute;
   top: 0px;
   left: 0px;
   
}

.overlay-phone-order-main-container
{
	float:left;
	 width:70%;
	 margin-left:15%;
	 
	
    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
	
	position:relative;
	top:-900px;
	z-index:10000;
	display:block;
	background-color:#FFFFFF;
	display:none;
	opacity:0;
	}

.overlay-close
{
	float:right;
	padding: 2%;
	

}

.overlay-shopping-cart-close
{
	float:right;
 	padding-right: 2%;
    text-align: right;
    cursor:pointer;
    padding-top:3%;
}

.inner-overlay-shopping-cart-close
{
	float:right;
 	padding-right: 2%;
    text-align: right;
    cursor:pointer;
    padding-top:3%;
    display:none;
}

.overlay-phone-order-inner-container
{
	float:left;
	
	background-color:#FFFFFF;
	border:2px solid #0072b1;
	margin:2% 5% 5% 5%;
	max-height:350px;
	
	width:90%;

}
.online-phone-order-container
{
	float:left;
	padding:5% 15% 5% 15%;
	width:100%;

}
	.online-order-container
	{
		float:left;
		
		display:block;
	
	padding-left: 15%;
    width: 80%;
	}
  .online-order-button {
  
   background: #F16E52;
   border-bottom:5px solid #960;
   background: -webkit-gradient(linear, left top, left bottom, from(#F16E52), to(#F16E52));
   background: -webkit-linear-gradient(top, #F16E52, #F16E52);
   background: -moz-linear-gradient(top, #F16E52, #F16E52);
   background: -ms-linear-gradient(top, #F16E52, #F16E52);
   background: -o-linear-gradient(top, #F16E52, #F16E52);
    -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
    border-radius: 3px;
    
    color: white;
    font-family:SolaimanLipi,Helvetica,Verdana,sans-serif;
    font-size: 36px;
    padding: .5em;
    text-decoration: none;
    vertical-align: middle;
    width: 100%;
	float:right;
	text-align:center;
	cursor:pointer;
}
.or-text
{
	 font-size: 36px;
	
	 font-family:SolaimanLipi,Helvetica,Verdana,sans-serif;
	 color:#5c5c5e;
	 float:left;
	padding: 5% 0 5% 40%;
    width: 80%;
	display:block;
}
	.overlay-phone-order-container
	{
		float:left;
		padding: 0 2% 0 10%;
    	width: 10s0%;
		
		display:block;
	
	}
	.overlay-phone-order-image
	{
		float:left;
		width:10%;
	
	}
	.overlay-phone-order-text-number
	{
		float:left;
		width:90%;
	
	}
	.overlay-phone-order-text
	{
		float:left;
		color:#5C5C5E;
		font-size:36px;
		font-family:SolaimanLipi,Helvetica,Verdana,sans-serif;
		width:100%;
	}
	.overlay-phone-order-number
	{
		float:left;
		color:#f15a2b;
		font-size:36px;
		font-family:SolaimanLipi,Helvetica,Verdana,sans-serif;
		padding-left: 12%;
    width: 88%;
	}
	
	
	
.overlay-cart-main-container
{
	float:left;
	 width:70%;
	 margin-left:15%;
	 
	
    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
	
	position:absolute;
	top:0px;
	z-index:40000;
	display:block;
	background-color:#FFFFFF;
	display:none;
	opacity:0;
	
	}
.overlay-cart-header
{
	background-color: #0072b1;
    float: left;
    margin: 0;
    padding: 0% 0 0% 3%;
	

}
.inside-cart
{
    padding:2%;
    

}
.inside-cart-whiteCart
{
    border-top:1px solid #FFF;
    border-left:1px solid #FFF;
    border-right:1px solid #FFF;
    padding:7%;
    color:White;
   
    text-align:center;
    height:50px;
    border-bottom:1px solid #68C0EE;
    -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
    border-radius: 4px;

}
.header-text
{
	color:#FFFFFF;
	font-family:SolaimanLipi,Helvetica,Verdana,sans-serif;
	font-size:26px;
	padding-top: 3%;
}
.overlay-cart-inner-container
{
	float:left;
	
	background-color:#FFFFFF;
	
	margin:2% 2% 2% 2%;
	max-height:450px;
	min-height:200px;
	width:96%;
	overflow:auto;

}
.overlay-cart-button-container
{
	background-color:#F2F2F2;
    float: left;
    margin: 0;
    padding: 3% 3% 3% 3%!important;
	width:100%;
	
	border-bottom:1px solid  #b4b5b7;
	
}

.overlay-cart-keep-shopping-container
{
	float:left;
	display:block;
	padding-left: 1%;
    
}
.overlay-cart-keep-shopping-button {
  
   background: #999;
   border-bottom:3px solid #B4B5B7;
   border-top:1px solid #B4B5B7;
   border-left:1px solid #B4B5B7;
   border-right:1px solid #B4B5B7;
   background: -webkit-gradient(linear, left top, left bottom, from(#E6E7E9), to(#E6E7E9));
   background: -webkit-linear-gradient(top, #E6E7E9, #E6E7E9);
   background: -moz-linear-gradient(top, #E6E7E9, #E6E7E9);
   background: -ms-linear-gradient(top, #E6E7E9, #E6E7E9);
   background: -o-linear-gradient(top, #E6E7E9, #E6E7E9);
    -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
    border-radius: 2px;
    
    color: #777;
    font-family:SolaimanLipi,Helvetica,Verdana,sans-serif;
    font-size: 21px;
    padding: .4em .8em .4em .8em;
    text-decoration: none;
    vertical-align: middle;
    
	float:left;
	text-align:center;
	cursor:pointer;
}
.overlay-cart-keep-shopping-button a 
{
    text-decoration:none;
    color: #777;
}
.overlay-cart-keep-shopping-button a:hover 
{
    text-decoration:none;
    color: #777;
}
.overlay-cart-confirm-container
{
	float:left;
	display:block;
	padding-left: 1%;
	padding-right: 1%;
    
}
.overlay-cart-confirm-button {
  
   background: #F16E52;
   border-bottom:3px solid #960;
   background: -webkit-gradient(linear, left top, left bottom, from(#F16E52), to(#F16E52));
   background: -webkit-linear-gradient(top, #F16E52, #F16E52);
   background: -moz-linear-gradient(top, #F16E52, #F16E52);
   background: -ms-linear-gradient(top, #F16E52, #F16E52);
   background: -o-linear-gradient(top, #F16E52, #F16E52);
    -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
    border-radius: 2px;
    
    color: white;
    font-family:SolaimanLipi,Helvetica,Verdana,sans-serif;
    font-size: 21px;
    padding: .4em .8em .4em .8em;
    text-decoration: none;
    vertical-align: middle;
   
	float:right;
	text-align:center;
	cursor:pointer;
}
.overlay-cart-confirm-button a
{
	text-decoration:none;
	color:#FFF!important;

}
.overlay-cart-confirm-button a:hover
{
	text-decoration:none;
	color:#FFF;

}
/*Cart Style*/

.cart-message
{
	background-color:#FDFAD9;
    float: left;
    margin: 0 2% 0 2%;
    padding: 1% 3% 1% 3%;
	width:96%;
	border:1px solid #E3D7BF;
	 -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
    border-radius: 2px;
	color:#AB7C52;
	font-size:20px;
}
.cart-main-wrapper
{
	margin: 2%;
    width:96%;
}

.cart-main-wrapper-header
{
	padding:0;
	margin:0;
}
.cart-main-wrapper-empty-border
{
	
	/*border-left:1px solid #666;
	border-right:1px solid #666;*/
	margin-top: -2.5%;
   

}

.cart-main-wrapper-empty-border-dealdetails
{
	
	/*border-left:1px solid #666;
	border-right:1px solid #666;*/
	margin-top: -2.5%;
   

}

.cart-main-wrapper-empty-border-for-single-deal
{
	
	/*border-left:1px solid #666;
	border-right:1px solid #666;*/
	margin-top: -2.5%;
   

}
.cart-main-wrapper-body
{
	/*border-bottom:1px solid #666;
	border-left:1px solid #666;
	border-right:1px solid #666;*/
	
}
.cart-value-wrapper
{
	float:left;
	
}
.cart-product-empty-border
{
	float:left;
	/*border-right:1px solid #666;*/
	height:20px;

}
.cart-product-empty-border:last-child
{
    float:left;
	border-right:none;
	height:20px;
}
.cart-product-description-value-wrapper
{
	float:left;
	/*border-right:1px solid #666;*/
	height:130px;

}
.cart-product-description-value
{
	
	padding:10px;
	width:100%;
	
}
.cart-product-quantity-value-wrapper
{
	float:left;
	/*border-right:1px solid #666;*/
	height:130px;
}
.cart-product-quantity-value
{
	
	width:75%;
	height:50%;
	top:25%;
	left:15%;
	position:absolute;
	text-align:center;
	font-size:20px;
	color:#666;
	
}
.cart-product-quantity-value-for-single-order
{
	
	width:75%;
	height:50%;
	top:25%;
	left:5%;
	position:absolute;
	text-align:center;
	font-size:20px;
	color:#666;
	
}
.cart-product-price-value-wrapper
{
	float:left;
	/*border-right:1px solid #666;*/
	height:130px;
}

.cart-product-price-value
{
	width:75%;
	height:50%;
	top:25%;
	left:15%;
	position:absolute;
	text-align:center;
	text-align:center;
	font-size:20px;
	color:#666;
	
}
.cart-product-delivery-value-wrapper
{
	float:left;
	border-right:1px solid #666;
	height:130px;
}
.cart-product-delivery-value
{
	padding:10px;
	width:100%;
	text-align:center;
	font-size:20px;
	color:#666;
	
}
.cart-product-total-value-wrapper
{
	float:left;
	
	height:130px;
}
.cart-product-total-value
{
	width:75%;
	height:50%;
	top:25%;
	left:15%;
	position:absolute;
	
	text-align:center;
	font-size:28px;
	color:#f16e52;
	font-family:SolaimanLipi,Helvetica,Verdana,sans-serif;
}
.cart-merchant-name
{
	width:100%;
	height:50%;
	 position: absolute;
   font-family:Helvetica,SolaimanLipi,Verdana,sans-serif;
    top: 25%; 
	text-align:center;
	font-size:14px;
	color:#333;
	
}
.cart-company-name
{
font-family:SolaimanLipi,Helvetica,Verdana,sans-serif;
	font-size:14px;
	color:#434343;
}
.cat-title
{
	color: #434343;
    font-family:Helvetica,SolaimanLipi,Verdana,sans-serif;
    font-size: 16px;
    max-height: 90px;
    min-height: 10px;
    overflow: hidden;
	

}
.cat-size
{
	font-family:SolaimanLipi,Helvetica,Verdana,sans-serif;
	font-size:14px;
	color:#434343;

}
.cat-price
{
	font-family:SolaimanLipi,Helvetica,Verdana,sans-serif;
	font-size:14px;
	color:#434343;

}
.cat-color
{
	font-family:SolaimanLipi,Helvetica,Verdana,sans-serif;
	font-size:14px;
	color:#434343;

}
.cart-code
{
    font-family:SolaimanLipi,Helvetica,Verdana,sans-serif;
	font-size:14px;
	color:#888;
}
.cart-product-description h1 {
 overflow: hidden;
 text-align: center;
 font-size:18px;
 color:#666;
}
.cart-product-description h1:before,
.cart-product-description h1:after {
 background-color:#666;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.cart-product-description h1:before {
 right: 0.5em;
 margin-left: -50%;
}
.cart-product-description h1:after {
 left: 0.5em;
 margin-right: -50%;
}
/*cart quantity*/

.cart-product-quantity h1 {
 overflow: hidden;
 text-align: center;
 font-size:18px;
 color:#666;
}
.cart-product-quantity h1:before,
.cart-product-quantity h1:after {
 background-color:#666;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.cart-product-quantity h1:before {
 right: 0.5em;
 margin-left: -50%;
}
.cart-product-quantity h1:after {
 left: 0.5em;
 margin-right: -50%;
}
/* End of Cart Style*/


/*cart price*/

.cart-product-price h1 {
 overflow: hidden;
 text-align: center;
 font-size:18px;
 color:#666;
}
.cart-product-price h1:before,
.cart-product-price h1:after {
 background-color:#666;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.cart-product-price h1:before {
 right: 0.5em;
 margin-left: -50%;
}
.cart-product-price h1:after {
 left: 0.5em;
 margin-right: -50%;
}
/* End of Cart Style*/

/*Cart Delivery*/

.cart-product-delivery h1 {
 overflow: hidden;
 text-align: center;
 font-size:18px;
 color:#666;
}
.cart-product-delivery h1:before,
.cart-product-delivery h1:after {
 background-color:#666;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.cart-product-delivery h1:before {
 right: 0.5em;
 margin-left: -50%;
}
.cart-product-delivery h1:after {
 left: 0.5em;
 margin-right: -50%;
}
/* End of Cart Style*/

/*Cart Delivery*/

.cart-product-total h1 {
 overflow: hidden;
 text-align: center;
 font-size:18px;
 color:#666;
}
.cart-product-total h1:before,
.cart-product-total h1:after {
 background-color:#666;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
.cart-product-total h1:before {
 right: 0.5em;
 margin-left: -50%;
}
.cart-product-total h1:after {
 left: 0.5em;
 margin-right: -50%;
}
/* End of Cart Style*/
.overlay-cart-main-container-for-display
{
	float:left;
	 width:70%;
	 margin-left:15%;
	 
	
    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
	
	position:relative;
	
	z-index:10000;
	display:block;
	background-color:#FFFFFF;
	display:none;
	opacity:0;
	}
	.overlay-cart-main-container-for-display-upper
    {
	float:left;
	 width:70%;
	 margin-left:15%;
	 
	
    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
	
	position:relative;
	
	z-index:40000;
	display:block;
	background-color:#FFFFFF;
	display:none;
	opacity:0;
	
	}
	.overlay-cart-main-container-for-display-pre-booking {
    background-color: #ffffff;
    float: left;
    height: auto;
    margin: 0;
    width: 100%;
}


.overlay-cart-main-container-for-display-pre-booking{
    -moz-box-align: center;
    -moz-box-pack: center;
    background-color: #ffffff;
    display: none;
    float: left;
    
    opacity: 0;
    position: relative;
    width: 100%;
    z-index: 40000;
}
.cart-main-wrapper-empty-border-pre-booking
{
     /*border-left: 1px solid #666;
    border-right: 1px solid #666;*/
    margin-top: -2.4%;
}

.overlay-cart-main-container-prebooking-display-upper
    {
	float:left;
	 width:100%;
	 
    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
	
	position:relative;
	
	z-index:40000;
	display:block;
	background-color:#FFFFFF;
	display:none;
	opacity:0;
	
	}
	.overlay-cart-inner-container-for-display
    {
	    float:left;
	
	    background-color:#FFFFFF;
	
	    margin:0% 2% 2% 6%;
	    height:auto;
	    width:90%;
	    

    }
    .overlay-cart-inner-container-for-display-upper
    {
	    float:left;
	    background-color:#FFFFFF;
	    padding:0% 2% 2% 2%;
	    height:auto;
	    width:100%;
	    border-bottom:1px solid #CFCFCF;
	    border-left:1px solid #CFCFCF;
	    border-right:1px solid #CFCFCF;
	   
	  
    }
    .deal-details-cart-container div
    {
        float:right; margin:auto;cursor:pointer;color:#333;
        font-size:16px;
    }
    .deal-details-cart-container div a
    {
       color:#333;
        font-size:16px;
    }
    
    .deal-details-cart-container div a:hover
    {
        text-decoration:none;color:#333;
         font-size:16px;
    }

.overlay-cart-inner-container::-webkit-scrollbar{width:9px;height:9px;}
.overlay-cart-inner-container::-webkit-scrollbar-button:start:decrement,#doc ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
.overlay-cart-inner-container::-webkit-scrollbar-track-piece{background-color:#FAFAFA;-webkit-border-radius:0;-webkit-border-bottom-right-radius:8px;-webkit-border-bottom-left-radius:8px;}
.overlay-cart-inner-container::-webkit-scrollbar-thumb:vertical{height:50px;background-color:#999;-webkit-border-radius:8px;}
.overlay-cart-inner-container::-webkit-scrollbar-thumb:horizontal{width:50px;background-color:#999;-webkit-border-radius:8px;}


.overlay-cart-inner-container::scrollbar {
/*  clear useragent default style*/
   -moz-appearance: none !important;
}
/* buttons at two ends */
.overlay-cart-inner-container::scrollbarbutton {
   -moz-appearance: none !important;
}
/* the sliding part*/
.overlay-cart-inner-container::thumb{
   -moz-appearance: none !important;
}
.overlay-cart-inner-container::scrollcorner {
   -moz-appearance: none !important;
   resize:both;
}
/* vertical or horizontal */
.overlay-cart-inner-container::scrollbar[orient="vertical"] {
    color:silver;
}
.overlay-cart-main-container-for-display-payment-delivery
    {
	float:left;
	 width:70%;
	 margin-left:15%;
	 
	
    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
	
	position:relative;
	
	z-index:40000;
	display:block;
	background-color:#FFFFFF;
	display:none;
	opacity:0;
	
	}
	
    .cart-input-box
    {
        background:none;
        border:none;
        width:100px;

    }
#DeliveryChargeMessageDiv
{
   background-color: #ffffff;
    float: left;
    height: auto;
    margin: 0 0% 2% 25%;
    width: 76%;

}

.cart-quantity-value
{
    border-right: solid 1px #B1CCC7;
border-left: solid 1px #B1CCC7;
font-size: 18px;
padding-top: 3%;
width: 35px;
height: 34px;
float: left;
text-align: center;
color: #919294;
}


 .quantity-booking-button
   {
    background-color:white;
      font-size: 22px;
      
      font-family:SolaimanLipi,Helvetica,Verdana,sans-serif;
      color:#F15A2B;
      font-weight: bold;
	  border:none;
      padding:0px 5px 0px 5px!important;
      cursor:pointer;
   }
   
.booking-cart-product-description-value
{
	
	padding:2%;
	width:96%;
	
}

.booking-cart-title
{
    color: #434343;
    font-family:Helvetica,SolaimanLipi,Verdana,sans-serif;
    font-size: 16px;
    max-height: 90px;
    min-height: 10px;
    overflow: hidden;
}

.booking-cart-product-total-value
{
	width:75%;
	height:50%;
	top:25%;
	left:15%;
	position:absolute;
	
	text-align:center;
	font-size:22px;
	color:#f16e52;
	font-family:SolaimanLipi,Helvetica,Verdana,sans-serif;
}