@charset "utf-8";
/* CSS Document */
body
{
	margin:0;
	padding:0;
	background-color:#FBFBFB;
	min-width:1024px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
legend{
	font-size:28px;
	border-bottom:1px solid #dddddd;
	color:#483c2d;
	font-weight:300;
	margin:10px;
}
.container
{
	width:100%;
	height:auto;
}
.wrapper
{
	margin:0px auto;
    width: 1010px;
}
textarea{
	resize:vertical;
}

/*----------------------------------------Margin---------------------------------------*/
.mt-0,.m-0{	margin-top:0px !important;	}
.mt-5,.m-5{	margin-top:5px !important;	}
.mt-10,.m-10{	margin-top:10px !important;	}
.mt-15,.m-15{	margin-top:15px !important;	}
.mt-20,.m-20{	margin-top:20px !important;	}
.mt-25,.m-25{	margin-top:25px !important;	}
.mt-30,.m-30{	margin-top:30px !important;	}

.ml-0,.m-0{	margin-left:0px !important;	}
.ml-5,.m-5{	margin-left:5px !important;}
.ml-10,.m-10{	margin-left:10px !important;	}
.ml-15,.m-15{	margin-left:15px !important;	}
.ml-20,.m-20{	margin-left:20px !important;	}
.ml-25,.m-25{	margin-left:25px !important;	}
.ml-30,.m-30{	margin-left:30px !important;	}

.mb-0,.m-0{	margin-bottom:0px !important;	}
.mb-5,.m-5{	margin-bottom:5px !important;}
.mb-10,.m-10{	margin-bottom:10px !important;	}
.mb-15,.m-15{	margin-bottom:15px !important;	}
.mb-20,.m-20{	margin-bottom:20px !important;	}
.mb-25,.m-25{	margin-bottom:25px !important;	}
.mb-30,.m-30{	margin-bottom:30px !important;	}

.mr-0,.m-0{	margin-right:0px !important;	}
.mr-5,.m-5{	margin-right:5px !important;}
.mr-10,.m-10{	margin-right:10px !important;	}
.mr-15,.m-15{	margin-right:15px !important;	}
.mr-20,.m-20{	margin-right:20px !important;	}
.mr-25,.m-25{	margin-right:25px !important;	}
.mr-30,.m-30{	margin-right:30px !important;	}
/*----------------------------------------Margin---------------------------------------*/

/*----------------------------------------Padding---------------------------------------*/
.pt-0,.p-0{	padding-top:0px !important;	}
.pt-5,.p-5{	padding-top:5px !important;	}
.pt-10,.p-10{	padding-top:10px !important;	}
.pt-15,.p-15{	padding-top:15px !important;	}
.pt-20,.p-20{	padding-top:20px !important;	}
.pt-25,.p-25{	padding-top:25px !important;	}
.pt-30,.p-30{	padding-top:30px !important;	}

.pl-0,.p-0{	padding-left:0px !important;	}
.pl-5,.p-5{	padding-left:5px !important;}
.pl-10,.p-10{	padding-left:10px !important;	}
.pl-15,.p-15{	padding-left:15px !important;	}
.pl-20,.p-20{	padding-left:20px !important;	}
.pl-25,.p-25{	padding-left:25px !important;	}
.pl-30,.p-30{	padding-left:30px !important;	}

.pb-0,.p-0{	padding-bottom:0px !important;	}
.pb-5,.p-5{	padding-bottom:5px !important;}
.pb-10,.p-10{	padding-bottom:10px !important;	}
.pb-15,.p-15{	padding-bottom:15px !important;	}
.pb-20,.p-20{	padding-bottom:20px !important;	}
.pb-25,.p-25{	padding-bottom:25px !important;	}
.pb-30,.p-30{	padding-bottom:30px !important;	}

.pr-0,.p-0{	padding-right:0px !important;	}
.pr-5,.p-5{	padding-right:5px !important;}
.pr-10,.p-10{	padding-right:10px !important;	}
.pr-15,.p-15{	padding-right:15px !important;	}
.pr-20,.p-20{	padding-right:20px !important;	}
.pr-25,.p-25{	padding-right:25px !important;	}
.pr-30,.p-30{	padding-right:30px !important;	}
/*----------------------------------------Padding---------------------------------------*/

/*----------------------------------------Header---------------------------------------*/
.header{
	/*background:#EFEFEF;*/
	background:#FFFFFF;
}
.header .top-bar{
	background-color:#f2f2f2;
	height:30px;
	color:#3a3a3a;
	text-align:right;
	font-weight:300;
}
.header .top-bar div{
	position:relative;
	float:right;
	width:145px;
	padding:8px 40px;
	font-size:12px;
}
.header .top-bar a{
	padding:8px;
	color:#3a3a3a;
	font-weight:300;
}
.header .top-bar a:hover{
	background-color:#e2e2e2;
}
.header .header-nav{
	height:100px;
}
.header .header-nav div{
	position:relative;
	float:left;
}
.header .header-nav .head-brand{
	width:25%;
	/*width:40%;*/
}
.header .header-nav .brand-logo{
	float:left;
	height:90px;
	padding:5px 25px;
}
.brand-logo img{
	width:95%;
}
.header .head-right{
	height:100%;
	width:75%;
	/*width:60%;*/
}
.header .head-right .head-right-top{
	height:70px;
	width:100%;
}
.header .head-right .head-right-top .head-search{
	float:right;
	height:100%;
}
.header .head-right .head-right-top .head-buttons{
	/*width:40%;*/
	height:100%;
	float:right;
	margin-right:20px;
}
.header .head-right .head-right-top .head-search .search-form{
	float:right;
}
.header .head-right .head-right-top .head-search .form-group{
	padding:23px 0;
}
.header .head-right .head-right-top .head-search .form-group .form-control{
	height:25px;
	width:250px;
	padding: 1px 10px;
	border-radius:0;
	font-size: 12px;
    font-weight: 300;
	border: 1px solid #cccccc7a;
}
.header .head-right .head-right-top .head-search .form-group .form-control:focus {
    border-color: #66afe9;
}
.header .head-right .head-right-top .head-search .form-group .form-group-btn .btn{
	height:29px;
	border-radius:0;
}
.header .head-right .head-navbar{
	height:30px;
	width:100%;
}
.header .head-right .head-navbar .navbar{
	border:0;
   /* background-color: #fbfbfb;*/
	height:30px;
	padding:0 30px 0;
	font-size:14px;
}
.header .head-right .head-navbar .navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 5px 2px 0;
    overflow: hidden;
   /* border: 1px solid #e7e7e7;*/
    /*background-color: #f3f3f3;*/
	float:right;
}
.header .head-right .head-navbar .navbar li {
    float: left;
}
.header .head-right .head-navbar .navbar li a {
    display: block;
    color: #666;
    text-align: center;
    padding: 3px 16px;
    text-decoration: none;
	font-weight:300;
}
.header .head-right .head-navbar .navbar li ul li a:hover:not(.active){
	border:0;
}
.header .head-right .head-navbar .navbar li a:hover:not(.active)  {
    background-color:transparent;
	color:#0FDC1F;
	/*border-bottom: 2px solid;*/
}
.header .head-right .head-navbar .navbar li a.active {
    color: #0FDC1F;
	border-bottom: 2px solid;
    background-color: transparent;
}
.header .head-right .head-navbar .navbar ul li ul li{
	float:none;
}
.header .head-right .head-navbar .navbar .dropdown {
  	float: left;
  	overflow: hidden;
}

/* Dropdown button */
.header .head-right .head-navbar .navbar .dropdown .dropbtn {
  	/*border: none;*/
  	outline: none;
  	background-color: inherit;
  	font-family: inherit; /* Important for vertical align on mobile phones */
  	margin: 0; /* Important for vertical align on mobile phones */
}

.header .head-right .head-navbar .navbar .navbar a:hover, .dropdown:hover .dropbtn {
   	color: #0FDC1F;
   	background-color: transparent;
}

/* Dropdown content (hidden by default) */
.header .head-right .head-navbar .navbar .dropdown-content {
	border-top:1px solid #e7e7e7;
	margin-left:-20px;
  	display: none;
  	position: absolute;
  	background-color: #f9f9f9;
  	min-width: 150px;
 	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  	z-index: 1;
}

.header .head-right .head-navbar .navbar .dropdown:last-child .dropdown-content{
	right:0;
}

/* Links inside the dropdown */
.header .head-right .head-navbar .navbar .dropdown-content a {
  	float: none;
  	padding: 5px 16px !important;
}

/* Add a grey background color to dropdown links on hover */
.header .head-right .head-navbar .navbar .dropdown-content a:hover {
  	background-color: #ddd;
}

/* Show the dropdown menu on hover */
.header .head-right .head-navbar .navbar .dropdown:hover .dropdown-content {
  	display: block;
}

.user-area, .cart-area{
	position:relative;
	float:left;
	height:75px;
}
.user-area{
	/*width:60%;*/
}
.cart-area{
	/*width:40%;*/
}
.user-area a, .cart-area a{
	font-size:18px;
    position: relative;    
	padding: 20px 30px;
	color:#0A0A0A;
	float:left;
}
.user-area a{
	font-size: 14px;
    padding-top: 30px;
}
.cart-area img{
	height:35px;
	margin-right:-8px;
}
.cart-area .cart-quantity{
	background:#b13c0c;
	color: #FFFFFF;
    font-size: 13px;
    padding: 5px;
	border-radius: 50%;
    width: 15px;
    text-align: center;
    float: right !important;
    margin: -14px 0px 0px -19px;
}
.floating-cart{
	/*display:none;*/
	visibility: hidden;
  	opacity: 0;
  	transition: visibility 0s, opacity 0.3s linear;
	position: absolute !important;
	min-height:40vh;
	width:440px;
	top: 50px;
	margin-left:-380px;
	border-radius:5px;
	background-color:#FFFFFF;
	box-shadow:2px 3px 5px #9E9E9E;
	z-index:5;
	font-size:14px;
}
.floating-cart .cart-content{
	padding:10px;
	position:relative;
	float:left;
	min-height:32vh;
	width:95%;
}
.floating-cart .cart-content .cart-item{
	/*border:1px solid #000000;*/
	margin:5px 0;
	height:80px;
	width:100%;
	position:relative;
	float:left;
	cursor:pointer !important;
}
.floating-cart .cart-content .cart-item .cart-item-image{
	/*border:1px solid #000000;*/
	height:80px;
	width:80px;
	position:relative;
	float:left;
	margin:0 5px;
	background:url(../images/cake.jpg)  center center / 100% no-repeat;
}
.floating-cart .cart-content .cart-item .cart-item-info{
	/*border:1px solid #000000;*/
	height:80px;
	width:320px;
	position:relative;
	float:left;
	margin-left:5px;
	font-size: 13px;
    font-weight: 300;
}
.floating-cart .cart-content .cart-item .cart-item-info span{
	position: relative;
    width: 95%;
    float: left;
    padding:4px 8px;
}
.floating-cart .cart-content .cart-item:hover{
	background-color:#f5f5f5;
}
.floating-cart .cart-button{
	width:100%;
	text-align:center;
	padding:10px;
	position:relative;
	float:left;
}
.cart-area:hover .floating-cart{
	/*display:block;*/
	visibility: visible;
  	opacity: 1;
}
.header .head-right .order-steps{
	height:100%;
	width:100%;
}
.header .head-right .order-steps ul{
	margin:0;
	padding:15px;
	list-style:none;
	display:inline-block;
}
.header .head-right .order-steps ul li{
	display:inline;
}
.header .head-right .order-steps ul li div{
	padding:10px 0;
}
.header .head-right .order-steps ul .step div{
	text-align:center;
	font-size:14px;
}
.header .head-right .order-steps ul .step-line div{
	padding:10px 15px;
	border-bottom:1px solid;
	opacity:0.2;
}
.header .head-right .order-steps ul li .step-inactive{
	opacity:0.2;
}
.header .head-right .order-steps ul li .step-line-active{
	border-bottom:1px solid #DC8C0D;
	opacity:1;
}
/*----------------------------------------Header---------------------------------------*/

.main{
	padding:10px 0;
	min-height:500px;
    /*border-top: 1px solid #e7e7e7;*/
}
.banner{
	float:left;
	position:relative;
	width:100%;
	/*margin-bottom:-5px;*/
	margin:-10px 0;
}
.banner img{
	width:100%;
}
.banner-bottom{
	float:left;
	position:relative;
	width:100%;
	height:75px;
	background-color:#642B2C;
}
.banner-bottom .wrapper div{
	float:left;
	position:relative;
	height:75px;
	width:20%;
}
.banner-bottom .wrapper div a{
	float:left;
	height:75px;
	padding:0 74px;
}
.banner-bottom .wrapper div a img{
	height:50px;
}
.banner-bottom .wrapper div a p{
	margin:0;
	color:#FFFFFF;
	text-align:center;
	font-weight:300;
	font-size:14px;
}
.banner-bottom .wrapper div a:hover{
	background-color:#451316;
}
.about{
	float:left;
	position:relative;
	width:100%;
}
.about h4{
	margin: 0;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 400;
    color: #a05656;
}
.about p{
	padding: 0 10px;
    text-align: justify;
    font-size: 15px;
    font-weight: 300;
}
/*----------------------------------------Footer---------------------------------------*/
.footer{
	min-height:255px;
	background-color:#C9BEBE;
}
.footer .top-footer{
	width:100%;
	min-height:220px; 
	font-size:13px;
}
.footer .top-footer h4{
	font-size: 18px;
	color: #986e6e;
    margin: 0;
    font-weight: 400;
    border-bottom: 1px solid #A78888;
}
.footer .top-footer .footer-links,
.footer .top-footer .footer-contact,
.footer .top-footer .footer-subscribe{
	position:relative;
	float:left;
	width:22%;
	padding:15px;
}
.footer .top-footer .footer-links h4{
}
.footer .top-footer .footer-links ul{
	list-style:none;
	padding:0;
}
.footer .top-footer .footer-links ul li{
	padding:2px;
}
.footer .top-footer .footer-links ul li a{
	color:rgba(0,0,0,1.00);
}
.subscription-form{

}
.subscription-form .form-group{
	padding:5px 0;
}
.subscription-form .form-group .form-control{
	height: 30px;
    width: 130px;
    padding: 0 10px;
	font-size:12px;
}
.subscription-form .form-group .form-group-btn .btn{
	height: 32px;
    margin-left: 0px;
    border-left: 0;
	padding: 0 5px;
}
.footer .bottom-footer{
	width:100%;
	height:35px;
	border-top:1px solid #A78888;
}
.footer .bottom-footer p{
	text-align:center;
	margin:0;
	padding:10px;
	font-size:12px;
	font-weight:300;
}
/*----------------------------------------Footer---------------------------------------*/

/*----------------------------------------Login/Signup---------------------------------------*/
#login-div form ul i,
#login-div form ul img{
	float: right;
    font-size: 13px;
    margin: 8px 0 0 -25px;
    position: absolute;
	display:none;
	height:10px;
}
#login-div .dd-form-horizontal label{
	width:30%;
}
#login-div .dd-form-horizontal input{
	border:0;
	border-radius:0;
	box-shadow:inset 0px -2px 0 rgba(193, 193, 193, 0.37);
	width:65%;
	padding-left:10px;
}
#login-div .dd-form-horizontal input:focus{
	box-shadow:inset 0px -2px 0 rgb(216, 186, 184);
}
.signup-li,
.login-li{
	display:none;
}
#login-div .lead{
	font-size:16px;
}

#login-modal .nav-tabs{
	width:100%;
}
#login-modal .nav-tabs li{
	width:49%;
}
#login-modal .nav-tabs li a{
	color:#000000;
	font-size:18px;
}
#login-modal .nav-tabs li a:hover{
	background-color:#AFAFAF;
	color:#FFFFFF;
	font-size:19px;
}
#login-modal .nav-tabs li .active{
	font-size:19px;
	color:#FFFFFF;
}
#login-form table, #signup-form table{
	width:80%;
	padding:20px 0;
}
#login-form .input-field, #signup-form .input-field{
	height:50px;
}
#login-form .input-field .form-control, #signup-form .input-field .form-control{
	padding:0 15px;
	width:92%;
}
/*----------------------------------------Login/Signup---------------------------------------*/

/*----------------------------------------Products---------------------------------------*/
.slider{
	width:96%;
	margin-left:23px;
}
.products, 
.product, 
.best-sellers,
.slider{
	float:left;
	position:relative;
}
legend a{
    color: rgba(255,255,255,1.00);
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 16px;
	background-image:linear-gradient(141deg, #00c3de 0%, #1fc8db 3%, #00c7df 75%);
	box-shadow:1px 1px 4px #116e79;
}
legend a:hover{
	box-shadow:1px 1px 1px #116e79;
}
.best-sellers{
	height: 425px;
}
.best-seller-scroll .scroll-container{
	height: 100%;
    float: left;
    position: absolute;
    overflow-x: hidden;
    display: inline-flex;
}
.best-seller-scroll .span-left,
.best-seller-scroll .span-right{
    width:3.5%;
    height:12%;
    position: absolute;
    top:47%;
    background:rgba(171, 173, 191, 0.65);
    transition: all 0.5s ease 0s;
	border-radius:5px;
	font-size:40px;
	cursor:pointer;
	padding-left:10px;
	padding-top:10px;
	color:rgba(249, 241, 241, 0.85);
	opacity:0.5;
}
.best-seller-scroll .span-left{
	left:0;
	z-index:1;
}
.best-seller-scroll .span-right{
	right:0;
}
.best-seller-scroll .span-right i{
	margin-left:3px;
}

.best-seller-scroll .span-left:hover,
.best-seller-scroll .span-right:hover{
	opacity:1;
}
.products .product-item,
.best-sellers .product-item{
	width:228px;
	height:345px;
	margin:6px;
	padding:5px;
	position:relative;
	float:left;
	cursor:pointer !important;
	border:1px solid #dcdcdc;
	/*box-shadow:3px 3px 3px #808080;*/
	box-shadow:0px 3px 10px #808080;
	background-color:#FFFFFF;
}
.best-sellers .product-item{
	left:0.25%;
}
.products .product-item:hover,
.best-sellers .product-item:hover{
	-ms-transform:scale(1.01);
	-webkit-transform:scale(1.01);
	transform:scale(1.01);
}
.products .product-image,
.best-sellers .product-image{
	position:relative;
	float:left;
	height:228px;
	width:228px;
	/*border-bottom:1px solid #000000;*/

}
.products .product-info,
.best-sellers .product-info{
	position:relative;
	float:left;
	padding:5px;
	width:95%;
	font-weight:300;
}
.products .product-info .product-price,
.best-sellers  .product-info .product-price{
	float:left;
	width:65%;
	font-size:19px;
}
.products .product-info .product-discount,
.best-sellers  .product-info .product-discount{
	float:right;
	width:25%;
	font-size:18px;
	text-align:right;
}
.products .product-info .product-ex-info,
.best-sellers  .product-info .product-ex-info{
	clear:both;
	width:100%;
	font-size:16px;
}
.products .product-info .product-price .prev-price,
.best-sellers  .product-info .product-price .prev-price{
	font-size:16px;
	text-decoration:line-through;
}
.products .product-info .product-desc,
.best-sellers  .product-info .product-desc{
	margin:5px 0 0 0;
	font-size:12px;
	text-align:justify;
	letter-spacing:0.1px;
	height:45px;
}
.products .product-info .product-review,
.best-sellers  .product-info .product-review{
	float:left;
	position:relative;
	width:100%;
	bottom:0;
	text-align:center;
	padding-left:22px;
}
.products .product-info .product-review .review,
.best-sellers  .product-info .product-review .review{
	float:left;
	position:relative;
	width:82px;
	padding:0 0;
}
.products .product-info .product-review .rating,
.best-sellers  .product-info .product-review .rating{
	float:left;
	position:relative;
	font-size:12px;
	padding:2px 0 0 0;
	border:0;
	text-align:center;
	width:100px;
}
.products .product-info .product-review .review-star,
.best-sellers  .product-info .product-review .review-star{
	height:15px;
}
.product-images{
	width:505px;
	min-height:380px;
	padding:0;
	position:relative;
	float:left;
}
.product-thumb-list{
	height:382px;
	width:110px;
	position:relative;
	float:left;
	overflow:hidden;
}
.product-thumb-list img{
	width:70px;
	height:70px;
	cursor:pointer;
}
.product-thumb-list img:first-child{
	width:68px;
	height:68px;
	border:1px solid #00FF00;
}
.product-thumbnail{
	padding:10px 20px;
}
.scroll-up, .scroll-down{
	background:#FFFFFF;
	text-align:center;
	border:1px solid #CECECE;
	width:108px;
	height:30px;
	position:absolute;
	cursor:pointer;
	opacity:0.6;
}
.scroll-up:hover, .scroll-down:hover{
	opacity:0.9;
}
.scroll-up i, .scroll-down i{
	padding:5px;
}
.scroll-down{
	margin-top:350px;
}
.product-image-preview{
	position:relative;
	float:left;
	margin-left:5px;
	border:1px solid #dcdcdc;
	padding:5px;
	height:370px;
	width:370px;
	box-shadow:3px 3px 3px #BBBBBB;
}
.product-image-preview img{
	width:370px;
	height:370px;
}
.product-details{
	width:490px;
	min-height:380px;
	padding:0;
	position:relative;
	float:left;
	padding-left:15px;
}
.review-div{
	width:100%;
	float:left;
	position:relative;
}
.review{
	width:180px;
	float:left;
	position:relative;
	padding:5px 0 0 20px;
}
.review-starbg{
	background:url('../images/starbg.png'); 
	height:22px;
	margin:8px 13px;
}
.review-star{
	height:30px;
}
.rating{
	width: 40%;
    float: left;
    position: relative;
    border-left: 1px solid #8F8F8F;
    padding: 8px 15px;
    font-size: 18px;
}
.price-details{
	position: relative;
    height: 70px;
    float: left;
    width: 100%;
    margin: 5px 0;
}
.price-details .product-price,
.price-details .product-discount,
.price-details .product-orders{
	position: relative;
    float: left;
}
.price-details .product-price{
	width:200px;
	padding:20px 0 0 10px;
	font-size:30px;
}
.price-details .product-price .prev-price{
	font-size:16px;
	text-decoration:line-through;
	font-weight:300;
}
.price-details .product-discount{
	margin: 10px;
    height: 30px;
    width: 30px;
	border:1px solid #FF0000;
    border-radius: 50%;
	padding:10px; 
	text-align:center;
	font-size:12px;

}
.price-details .product-orders{
	margin: 10px;
    height: 30px;
    width: 30px;
	border:1px solid #2ACF09;
    border-radius: 50%;
	padding:10px; 
	text-align:center;
	font-size:12px;
}
.short-description{
	position: relative;
    height: 30px;
    float: left;
    width: 100%;
    margin: 5px 0;
	padding:10px;
}
.attributes{
	position: relative;
    min-height: 100px;
    float: left;
    width: 100%;
    margin: 5px 0;
	padding-left:10px;
}
.attributes h4{
	margin:0;
	padding:10px 0;
	font-size:18px;
	font-weight:300;

}
.attributes .single-attr{
	position:relative;
	float:left;
}
.attributes .attr-options{
	position: relative;
	display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 14px;
    border: 0.1px solid;
    height: 20px;
    min-width: 90px;
    text-align: center;
    padding-top: 3px;
}
.attributes .attr-options.div-success{
	border: 0.1px solid #2ACF09 !important;
}
.attr-options input[type=radio]{
	display:none;
}
.attr-options input[type=checkbox], 
.attr-options input[type=radio] {
    position: absolute;
    margin-top: 4px;
    margin-left: -20px;
}
.attributes .single-attr .text-attr{
	width: 300px;
    height: 20px;
    border: 0;
    outline: none;
    background: transparent;
    border-bottom: 1px solid;
	font-size:12px;
}
.attributes .single-attr .text-attr:focus{
	border-bottom:1px solid #00ca12;
}
.purchase-buttons{
    position: relative;
    text-align: center;
    float: left;
	margin-top: 15px;
    padding-left: 10px;
}
.purchase-buttons button{
	font-size:14px;
	font-weight: 300;    
	border-radius: 0;
    min-width: 120px;
    padding: 5px 10px;
}
.description{
	position: relative;
    min-height: 100px;
    float: left;
    width: 100%;
    margin: 5px 0;
	text-align:justify;
}
.description h3, .reviews h3{
	margin: 0;
    padding: 5px;
    font-size: 24px;
    font-weight: 300;
    border-bottom: 1px solid #8a8a7d;

}
.description p{
	padding:0 10px;
}
.reviews{
	position: relative;
    min-height: 100px;
    float: left;
    width: 100%;
    margin: 5px 0;
	text-align:justify;
}
.reviews .single-review h4{
	margin:0;
	font-size:16px;
	font-weight:400;
	padding-top:5px;
}
.reviews .add-review,
.reviews .total-reviews, 
.reviews .single-review{
	padding:0 10px;
	position: relative;
    float: left;
}
.reviews .add-review,
.reviews .total-reviews{
	width:48%;
	min-height:220px;
}
.reviews .add-review .star-label{
	padding-top:5px;
}
.reviews .add-review .star-rating{
	float:left;
	margin-left:15px;
}
.reviews .add-review .star-rating .review-btn{
	border: 0;
	outline: none;
	padding:0;
	background-color:#FBFBFB;
}
.reviews .add-review .star-rating .review-btn img{
	height:30px;
}
.reviews .add-review textarea{
	min-height:50px;
	padding-top:5px;
}
.reviews .add-review ul li:first-child,
.reviews .add-review ul li:last-child{
	height:40px;
}
.reviews .total-reviews{
	padding-top:10px;
}
.reviews .total-reviews .lead{
	margin-bottom:10px;
}
.reviews .total-reviews .review{
	padding:0px;
	width:150px;
}
.reviews .total-reviews .review .review-star{
	height:25px;
}
.reviews .total-reviews .rating{
	border:0;
	font-size:15px;
}
.reviews .total-reviews ul{
	list-style:none;
}
.reviews .total-reviews ul li label{
	float:left;
	position:relative;
	width:15%;
	font-size:18px;
}
.reviews .total-reviews ul li div{
	float:left;
	position:relative;
	width:80%;
	padding:2px;
}
.review-bar{
	height:15px;
}
.reviews .no-review{
	width:100%;
	padding:10px;
	color: #f46456;
    font-size: 18px;
}
.reviews .single-review{
	width: 46%;
    height: 120px;
    overflow: hidden;
    margin: 5px;
    background: #fff;
    border: 1px solid #c9bebe;
    border-left: 4px solid #c9bebe;
	box-shadow:2px 2px 5px #c9bebe;
	font-weight:300;
}
.review-head{
	position:relative;
	float:left;
	width:100%;
}
.reviews .review-details{
	position:relative;
	float:left;
	font-size:14px;
}
.reviews .cust-rating{
	position:relative;
	float:right;
	width:150px;
	padding: 5px 0;
}
.reviews .cust-rating img{
	height:25px;
}
.reviews .review-body{
	font-size:13px;
	position:relative;
	float:left;
	text-align:justify;
	width:100%;
}
.reviews .review-body p{
	margin:5px 0;
}
.error-block{
    position: absolute;
    color: #fff;
    padding: 4px 25px;
    font-size: 13px;
    margin: 5px 25px;
}
/*----------------------------------------Products---------------------------------------*/

/*--------------------------------------Add-on Modal-------------------------------------*/
#addon-modal{
	overflow:hidden;
	padding-top:8vh;
}
#addon-modal .modal-content{
	width:75%;
	min-width:800px;
}
.addons,
.addons .nav-tabs,
.addons .tab-content,
.addons .tab-content .addon-list{
	float:left;
	position:relative;
	width:100%;
}
.addons .tab-content{
	min-height:50vh;
	max-height:50vh;
	border:1px solid #ffeede;
    border-top: 0;    
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	overflow-y:auto;
}
.addons .tab-content::-webkit-scrollbar{ width:5px; }
.addons .tab-content::-webkit-scrollbar-thumb{ background-color:#ca8010; }
.addons .nav-tabs .tab-btn{
	background:transparent;
	color:rgba(0,0,0,1.00);
	border:1px solid #ffeede;
    border-bottom: 0;
    padding: 5px 20px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.addons .nav-tabs .tab-btn.active{
	background-color:#f3ab77;
	color:#FFFFFF;
	border: 1px solid #fda66c;
    border-bottom: 0;
}
.addons .tab-content .tab{
	padding:10px 5px;
}
.addons .tab-content .addon-list{
}
.addons .tab-content .addon-list .single-addon{
	float:left;
	position:relative;
	height:200px;
	width:175px;
	border:1px solid #C7C7C7;
	margin:5px;
	border-radius:5px;
	box-shadow:2px 2px 2px #d8d8d8;
	cursor:pointer !important;
}
.addons .tab-content .addon-list .single-addon div{
	float:left;
	position:relative;
	width:100%;
	text-align:center;
}
.addons .tab-content .addon-list .single-addon .addon-img img{
	margin-top:10px;
	height:100px;
	width:100px;
}
.addons .tab-content .addon-list .single-addon .addon-inputs{
	position:absolute;
	background:rgb(241, 241, 241);
	left:0;
	bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.addons .tab-content .addon-list .single-addon .addon-inputs .custom-check,
.addons .tab-content .addon-list .single-addon .addon-inputs .addon-quantity-div{
	float:left;
	position:relative;
	width:33%;
}
.addons .tab-content .addon-list .single-addon .addon-inputs .addon-quantity-div{
	width:66%;
	padding:7px 0;
}
.addons .tab-content .addon-list .single-addon .addon-inputs .addon-quantity-div i,
.addons .tab-content .addon-list .single-addon .addon-inputs .addon-quantity-div input{
	width:29%;
}
.addons .tab-content .addon-list .single-addon .addon-inputs .addon-quantity-div input{
	height:20px;
	width:20px;
	text-align:center;
}
.addons .tab-content .addon-list .single-addon .addon-inputs .custom-check .addon-check{
    float: left;
    margin: 10px;
	-webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.checkmark {	
	border: 1px solid #999999;
	position: absolute;
	top: 11px;
	left: 11px;
	height: 18px;
	width: 18px;
	background-color: #eee;
}

/* When the checkbox is checked, add a blue background */
.custom-check input:checked ~ .checkmark {
	background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.custom-check input:checked ~ .checkmark{
	border: 1px solid #2196F3;
}
.custom-check input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.custom-check .checkmark:after {
	left: 6px;
	top: 2px;
	width: 4px;
	height: 9px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*--------------------------------------Add-on Modal-------------------------------------*/
/*----------------------------------------Search---------------------------------------*/
.search-block{
	position:relative;
	float:left;
	width:100%;
}
.search-block legend{
	font-size:30px;
	border:0;
}
.search-block h4{
	margin: 0;
    padding: 10px;
    font-weight: 300;
}
.search-block h4 span{
	font-weight: 400;
}
.search-sidebar{
	position:relative;
	float:left;
	width:22%;
}
#search-category{
	background:#ECECEC;
}
#search-category ul{
	margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}
#search-category ul li{
	width:100%;
	display:block;
	padding:5px 10px;
}
#search-category ul li a{
	/*background-color:#ff0;*/
	font-size:18px;
}
#search-range{
}
.slidecontainer div{
	width:215px;
	border:2px solid #888888;
	background:#acacac;
}
.slidecontainer button{
	border-radius:50%;
	height:15px;
	width:15px;
	position:absolute;
	margin-top:-8px;
}
.range-slider{
}
.search-content{
	position:relative;
	float:left;
	width:100%;
}
.search-content .sort-bar{
	width:100%;
	height:50px;
	position:relative;
	float:left;
	border-bottom:1px solid #DCDCDC;
}
.search-content .sort-bar ul{
	padding:0 10px;
}
.search-content .sort-bar ul li{
	display:inline-block;
}
.search-content .sort-bar ul li a{
    padding: 5px 10px;
}
.search-content .sort-bar ul li a:hover, 
.search-content .sort-bar ul li .active{
	color:#FFFFFF;
	background-color:#9A9A9A;
	border-radius:5px;
}
.no-result{
	position:relative;
	float:left;
	width:100%;
	margin:0;
	text-align:center;
}
.no-result h4{
	margin-top:30px;
	font-weight:400;
	font-size:24px;
}
/*----------------------------------------Search---------------------------------------*/
/*---------------------------------------Profile--------------------------------------*/
.account-sidebar{
	position:relative;
	float:left;
	width:18%;
}
.account-sidebar ul{
	padding: 5px 15px;
    list-style-type: none;
	margin:0;
}
.account-sidebar .li-head{
	margin:10px 0;
}
.account-sidebar .li-head a{
	font-size:18px;
	color:#151313;
	font-weight:300;
}
.account-sidebar .li-list{
	padding-left:10px;
	margin:5px 0;
}
.account-sidebar ul li a{
	width:88%;
	font-size:15px;
	color:#6A6A6A;
	font-weight:300;
}
.account-content{
	position:relative;
	float:left;
	width:81%;
	border-left:1px dashed #9B9B9B;
	min-height:600px;
}
.account-content legend{
	font-size:24px;
	padding-left:10px;
}
.account-details, .order-details{
	position:relative;
	float:left;
	width:97%;
	padding:0 15px;
}
.account-details ul{
	padding:0 15px;
    list-style-type: none;
}
.account-details ul li{
	height:25px;
	padding:5px 15px;
	font-weight:300;
}
.account-details ul li label{
	float:left;
	position:relative;
	width:100px;
	font-size:18px;
}
.account-details ul li label span{
	float:right;
}
.account-details ul li div{
	float:left;
	position:relative;
	width:300px;
	font-size:20px;
	padding-left:20px;
}
.account-details .dd-form-vertical ul li {
    height: 50px;
}
.account-details .dd-form-vertical ul li label,
.account-details .dd-form-vertical ul li input{
	font-size:16px;
    width: 300px;
	border-radius:0;
}
.order-details .search-bar{
	width:100%;
}
.order-details .search-bar div{
	width:25%;
	padding-top:10px;
}
.order-details .order-list{
	float:left;
	position:relative;
	min-height:500px;
	width:100%;
	font-size:14px;
	padding-top:10px;
}
.order-details .order-list table .first-row td,
.order-details .order-list table .second-row td{
	padding:5px 10px; 
	background-color: #FFFFFF;
}
.order-details .order-list table .first-row td span,
.order-details .order-list table .second-row td span{
	font-size:16px;
	font-weight:400;
}
.order-details .order-list table .first-row td:last-child,
.order-details .order-list table .second-row td{
	border-bottom:1px solid #DDDDDD;
	box-shadow: 0px 2px 0px #e6dfdf;
}
.order-details .order-list table .second-row td:first-child{
	border-bottom-left-radius: 10px;
}
.order-details .order-list table .first-row td:last-child{
	border-bottom-right-radius: 10px;
}
.order-details .order-list table .blank-row{
	height:10px;
}
.order-details .order-list table tfoot td{
	border:0;
}
.order-details .order-list .single-order{ 
	position: relative;
    float: left;
    width: 100%;
	border:1px solid #A4A4A4;
	border-radius:5px;
	min-height:200px;
	margin:10px 0;
}
.order-details .order-list .single-order .order-head{
	border-bottom:1px solid #a35327;
	height: 40px;
    border-top-left-radius: 5px;
    background: linear-gradient(141deg, #e8832c 0%, #db7e1f 51%, #e2ad5c 75%);
    border-top-right-radius: 5px;
}
.order-details .order-list .single-order .order-head div{
	float:left;
	position:relative;
	width:45%;
	padding:9px 10px;
	color: #FFFFFF;
    font-size: 16px;
}
.order-details .order-list .single-order .order-head a{
	color: #f3f3f3;
    font-size: 16px;
}
.order-details .order-list .single-order .order-body{    
	position: relative;
    float: left;
    width: 100%;
}
.order-details .order-list .single-order .order-body .order-items{
    width: 100%;
	border-top:1px solid #AAAAAA;
}
.order-details .order-list .single-order .order-body .order-items:first-child{
	border:0;
}
.order-details .order-list .single-order .order-body .order-items, 
.order-details .order-list .single-order .order-body .orderitem-image, 
.order-details .order-list .single-order .order-body .orderitem-details,
.order-details .order-list .single-order .order-body .orderitem-buttons{
	position:relative;
	float:left;
	height:149px;
}
.order-details .order-list .single-order .order-body .orderitem-image{
	width:22%;
}
.order-details .order-list .single-order .order-body .orderitem-details{
	width:53%;
}
.order-details .order-list .single-order .order-body .orderitem-details h4{
	margin:10px 0;
}
.order-details .order-list .single-order .order-body .orderitem-buttons{
	width:25%;
}
.order-details .order-list .single-order .order-body .orderitem-image img{    
	width: 125px;
	height:125px;
    padding: 10px;
}
.order-details .order-list .single-order .order-body .orderitem-buttons button,
.order-details .order-list .single-order .order-body .orderitem-buttons a{
	width:95%;
	margin-top:10px;
}
.order-details .item-details,
.order-details .delivery-details,
.order-details .payment-details,
.order-details .order-status{
	position:relative;
	float:left;
	width:100%;
}
.order-details .delivery-details,
.order-details .payment-details{
	width:50%;
}
.order-details .item-details legend,
.order-details .delivery-details legend,
.order-details .payment-details legend,
.order-details .order-status legend{
	font-size:18px;
}
.order-details .delivery-details address,
.order-details .payment-details address{
    font-style: normal;
    padding: 0 20px;
}
.order-details .delivery-details address h4{
	font-weight:400;
	margin:0;
	font-size:18px;
}
.order-details .order-status{
	background: #FFFFFF;
    margin: 5px 0;
    border-radius: 5px;
}
.order-details .order-status .text-success{
	color:#4eaf27;
}
.order-details .order-status .text-muted{
	color:#cccccc;
}
.order-details .order-status ul{
	list-style:none;
	width: 100px;
    margin: 15px auto;
    padding: 0;
}
.order-details .order-status ul li{
	width: 300px;
}
.order-details .order-status ul .step {
}
.order-details .order-status ul .step i{
	margin:10px 10px 0 -8px;
}
.order-details .order-status ul .step-line{
	border-left:1px solid #4eaf27;
	margin-bottom: -8px;
}
.order-details .order-status ul .step-line:last-child{
	border-left:0;
	margin-bottom: -8px;
}
.order-details .order-status ul .step-line div{
	height:100px;
	padding-left:17px;
}
.address-details{
	margin: 0 auto;
    width: 750px;
}
.address-details .single-address,
.address-details .new-address{
	position:relative;
	float:left;
	border:1px solid #CCCCCC;
	width: 350px;
    height: 300px;
    margin: 10px;
    border-radius: 5px;
	box-shadow:2px 2px 2px #CCCCCC;
    color: #151313;
}
.address-details .new-address a{
	float: left;
    width: 100%;
    height: 60%;
    text-align: center;
    padding: 120px 0 0 0;
    color: #151313;
}
.address-details .single-address ul{
	list-style-type:none;
	margin:10px 0 0 0 ;
	padding:0 20px;
}
.address-details .single-address ul li{
	padding:5px 0;
}
.address-details .single-address li p{
	margin:0;
}
.address-details .single-address div{
	padding:15px 10px;
}
.address-details .single-address div a{
	padding:0 10px;
}
.address-details .dd-form-vertical{
	width:450px;
}
.address-details .form-control,
.new-address .form-control{
	border-radius:0;
}
/*---------------------------------------Profile--------------------------------------*/

/*---------------------------------------Cart--------------------------------------*/
.cart{
	float:left;
	position:relative;
	min-height:300px;
}
.cart legend{
	font-size:22px;
}
.cart .cart-list, .cart .cart-checkout{
	float:left;
	position:relative;
}
.cart .cart-list{
	width:680px;
	padding:0px 5px;
}
.cart .cart-checkout{
	width:300px;
}
.cart .cart-list .no-cart-item{
    position: relative;
    float: left;
	text-align:center;
	width:100%;
}
.cart .cart-list .no-cart-item .lead{
	font-size:24px;
}
.cart .cart-list .no-cart-item a{
	border-radius:0;
}
.cart .cart-list .cart-item{
	margin: 0 0 -1px 10px;
    padding: 10px 0 10px 8px;
    min-height: 100px;
    width: 96%;
    position: relative;
    float: left;
    border: 1px solid #e8e8e8;
}
.cart .cart-list .cart-item .cart-item-image,
.cart .cart-list .cart-item .cart-item-info,
.cart .cart-list .cart-item .cart-item-button{
	position:relative;
	float:left;
}
.cart .cart-list .cart-item .cart-item-image{
	height:100px;
	width:100px;
	margin:0 5px;
	background:url(../images/cake.jpg)  center center / 100% no-repeat;
}
.cart .cart-list .cart-item .cart-item-info{
	min-height:100px;
	width:385px;
	margin-left:5px;
}
.cart .cart-list .cart-item .cart-item-info div{
	position: relative;
    width: 95%;
    float: left;
    font-size: 14px;
    padding: 1px 5px;
}
.cart .cart-list .cart-item .cart-item-info div h4{
	margin:0;
	padding:0px;
	font-size:18px;
	font-weight:300;
	
}
.cart .cart-list .cart-item .cart-item-button{
	min-height:100px;
	width: 150px;
}
.cart .cart-list .cart-item .cart-item-button button,
.cart .cart-list .cart-item .cart-item-button .cart-item-quantity{
	position:relative;
	float:left;
}
.cart .cart-list .cart-item .cart-item-button .cart-item-quantity,
.cart .cart-list .cart-item .cart-item-button .cart-item-amount{
	padding-top:5px;
	float:left;
	position:relative;
}
.cart .cart-list .cart-item .cart-item-button .cart-item-quantity{
	width:30%;
}
.cart .cart-list .cart-item .cart-item-button .cart-item-amount{
	width:70%;
}
.cart .cart-list .cart-item .cart-item-button .cart-item-amount p{
	text-align:center;
	margin: 5px 0;
    font-size: 18px;
}
.cart .cart-list .cart-item .cart-item-button .cart-item-quantity select{
	padding:0;
	height:30px;
}
.cart .cart-list .cart-item .cart-item-button .cart-item-delete{
	float:right;
	position:relative;
	padding-top:40px;
}
.cart .cart-list .cart-item .cart-item-button .cart-item-delete button{
	border:0;
	cursor:pointer;
	color:#979797;
	background:none;
	outline:none;
}
.cart .cart-checkout .cart-price-details{
	width:100%;
	position:relative;
	float:left;
}
.cart .cart-checkout .cart-price-details ul{
	list-style-type:none;
	margin:0;
	padding:0 10px;
}
.cart .cart-checkout .cart-price-details ul li{
	padding:10px;
	height:25px;
}
.cart .cart-checkout .cart-price-details ul li label{
	float:left;
	position:relative;
	width:120px;
	font-size:18px;
}
.cart .cart-checkout .cart-price-details ul li label span{
	float:right;
}
.cart .cart-checkout .cart-price-details ul li div{
	float:left;
	position:relative;
	width:120px;
	font-size:20px;
	padding-left:20px;
	text-align:right;
}
.cart .cart-checkout .cart-price-details ul li a{
	width: 80%;
    margin: 5px 15px;

}
#cart-loader{
	display:none;
}
/*---------------------------------------Cart--------------------------------------*/

/*---------------------------------------Order--------------------------------------*/
.order,
.order .order-address,
.order .item-list,
.order .single-item{
	float:left;
	position:relative;
	width:100%;
}
.order legend{
	font-size:24px;
}
.order .order-address{
	padding:0 5px;
}
.order .order-address .single-address{
	float:left;
	position:relative;
	width:47%;
	border:1px solid #d9e0e6;
	margin:5px 0px 5px 10px;
	cursor:pointer;
	min-height:250px;
}
.order .order-address .single-address ul,
.order .delivery-address ul{
	list-style-type:none;
	margin: 10px 0 10px 15px;
	padding-left: 25px; 
}
.order .order-address .single-address ul li,
.order .delivery-address ul li{
	padding:3px 0;
}
.order .order-address .single-address ul li p,
.order .delivery-address ul li p{
	margin:0;
}
.order .order-address .single-address div{
	padding:15px 10px;
}
.order .order-address .single-address div a{
	padding:0 10px;
}
.order .order-address .single-address input[type=radio]{    
	position: absolute;
    margin: 15px;
}
.order #showadd{
	font-size:16px;
	cursor:pointer;
	color:#1A68C5;
}
.order .new-address{
	float:left;
	position:relative;
	width:40%;
}
.order .new-address .dd-form-vertical li,
.address-details .dd-form-vertical li{
	height:45px;
}
.order .new-address .dd-form-vertical label,
.address-details .dd-form-vertical label{
	font-size:15px;
}
.order .new-address .dd-form-vertical .form-control,
.address-details .dd-form-vertical .form-control{
	height:25px;
}
.order .new-address .dd-form-vertical textarea,
.address-details .dd-form-vertical textarea{
	min-height:50px;
}
.order .new-address .dd-form-vertical select,
.address-details .dd-form-vertical select{
	width:99%;
}
.order #delivery-addresses{
	width:55%;
	display:none;
}
.order .delivery-details,
.order .order-summary{
	float:left;
	position:relative;
	width:50%;
}
.order .delivery-details legend,
.order .order-summary legend{
	font-size:22px;
}
.order .delivery-details select{
	width:97%;
}
.order .delivery-details .small-li{
	height:30px;
}
.order .delivery-details h4,
.order .order-summary h4{
	margin: 0;
    font-size: 18px;
    font-weight: 300;
    text-decoration: underline;
}
.order .order-summary h4{
	margin: 0 15px;
}
.order .order-summary .delivery-address,
.order .order-summary .price-details{
	float:left;
	position:relative;
	width:100%;
	min-height:100px;
}
.order .order-summary .delivery-address ul li{
	font-size:14px;
	padding:2px;
}
.order .order-summary .price-details ul{
	list-style:none;
	width:300px;
}
.order .order-summary .price-details ul li{
	padding:3px;
}
.order .order-summary .price-details ul li:last-child{
	border-top:1px solid #333132;
}
.order .order-summary .price-details ul li label{
	width:150px;
	float:left;
}
.order .single-item{
	border:1px solid #CCCCCC;
	min-height:120px;
	width:97.5%;
	margin-left:10px;
	padding:10px 0 10px 8px
}
.order .single-item .item-image{
	float:left;
	position:relative;
	height:120px;
	width:120px;
	margin:0 5px;
}
.order .single-item .item-info{
	float:left;
	position:relative;
	min-height:100px;
	width:80%;
	margin-left:5px;
}
.order .single-item .item-info div{
	position: relative;
    width: 95%;
    float: left;
    font-size: 14px;
    padding: 1px 5px;
}
.order .single-item .item-info div h4{
	margin:0;
	padding:0px;
	font-size:18px;
	font-weight:300;
	
}
.order .delivery-address,
.order .order-amount{
	float: left;
    position: relative;
    width: 49.7%;
    min-height: 200px;
    padding-top: 5px;
}
.order .delivery-address legend,
.order .order-amount legend{
	font-size:22px;
}
.order .order-amount ul{
	padding-left:10px;
}
.order .order-amount ul label{
	width:25%;
}
.order .order-amount ul input{
	font-size:16px;
}
.order .order-amount ul .radio-inline input[type=radio]{
	height:15px;
	margin:7px 5px;
}
.order .order-payment{
	float:left;
	position:relative;
	width:50%;
	border:1px solid #CDCDCD;
	border-radius:5px;
	box-shadow:1px 1px 1px #CDCDCD;
}
.order .order-complete,
.order .order-complete .div-success{
	float:left;
	position:relative;
	width:100%;
}
.order .order-complete .div-success{
	width: 96.7%;
    padding: 10px;
    margin: 5px 10px;
    border-radius: 5px;
	text-align:center;
}
/*---------------------------------------Order--------------------------------------*/

@media (min-width: 1200px) {
	.best-sellers{
		height: 490px;
	}
  	.wrapper {
    	width: 1170px;
  	}
	/*.header .info-bar .head-brand,
	.header .info-bar .head-buttons,
	.header .header-nav .head-brand,
	.header .header-nav .head-buttons{
		width:25%;
	}
	.header .head-right{
		width:75%;
	}*/
	.banner-bottom{
		height:80px;
	}
	.banner-bottom .wrapper div{
		height:80px;
	}
	.banner-bottom .wrapper div a{
		height:80px;
		padding:0 78px;
	}
	.banner-bottom .wrapper div a img{
		height:55px;
	}
	.banner-bottom .wrapper div a p{
	}
	.products .product-item,
	.best-sellers .product-item{
		width:268px;
		height:390px;
	}
	.products .product-image,
	.best-sellers .product-image{
		width:268px;
		height:268px;
	}
	.products .product-info .product-desc,
	.best-sellers .product-info .product-desc{
		/*font-size:14px;*/
		height:50px;
	}
	.products .product-info .product-review,
	.best-sellers  .product-info .product-review{
		padding-left:35px;
	}
	.product-images{
		padding-right:60px;
	} 
	.product-details{
		width:500px;
		padding-left:60px;
	}
	.reviews .single-review{
		width:47%;
	}
	.cart .cart-list{
		width:750px;
	}
	.cart .cart-checkout{
		width:350px;
	}
	.subscription-form .form-group .form-control{
		width:160px;
	}
	.cart .cart-list .cart-item .cart-item-info{
		width:445px;
	}
}

@media (min-width: 1366px) {
	.banner-bottom{
		height:90px;
	}
	.banner-bottom .wrapper div{
		height:90px;
	}
	.banner-bottom .wrapper div a{
		height:90px;
		padding:0 82px;
	}
	.banner-bottom .wrapper div a img{
		height:60px;
	}
	.banner-bottom .wrapper div a p{
	}
}
@media screen and (min-width: 1200px) and (max-width: 1353px) {
	#login-div .dd-form-horizontal label{
		width:30%;
	}
	#login-div .dd-form-horizontal input{
		width:64%;
	}
}