
/* start icon styles */
.mini-cart {
    margin:4% auto 1%;
    width: 30%;
   /*  background-color: #4a245e; */
	padding:2em 2em;
	font-family: adobe-garamond-pro, times new roman, Serif;
}
.mini-cart h3 {
    font-size: 14px;
    font-weight: 600;
    color: #787271;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding: 10px;
    margin-top: 0px;
}
.icon1:before,.icon1:after {
	content: "";
	display: table;
}
.icon1:after {
	clear: both;
}
ul.icon1{
	float:right;
	zoom: 1;
	list-style: none;
	padding: 0;
	margin-left:0;
}
.icon1 li {
	float: left;
	position: relative;
}
.icon1 li:last-child{
	border-right:none;
}
.icon1 li:hover > a {
	color: #fafafa;
}
*html .icon1 li a:hover { /* IE6 only */
	color: #fafafa;
}
.icon1 ul {
	width:250px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	    top: 55px;
	z-index: 1;
	right: -30px;
	background: #ffffff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999;
	-o-box-shadow: 0 0 5px #999;
	padding: 10px 15px;
}
.icon1 li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	z-index: 9999;
}
.icon1 ul ul {
	top: 6px;
	left: 158px;
	margin: 0 0 0 20px;
}
.icon1 ul li {
	/*--float: none;--*/
	display: block;
	border: 0;
}
.icon1 ul li:first-child{
	border-top:none;
}
.icon1 ul li:first-child a{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	-o-border-top-left-radius: 5px;
}
.icon1 ul li:last-child {   
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;    
}
.icon1 ul a {    
	_height: 10px; /*IE6 only*/
	white-space: nowrap;
	float: none;
	text-transform: none;
}
.active-icon{
	display: block;
}
.icon1 ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 45%;
	top: -30px;
	border-left: 10px solid transparent;
	border-right:10px solid transparent;
	border-bottom:10px solid #f0f0f0;
}
.icon1 ul ul li:first-child a:after {
	left: -100px;
	top: 0%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom:20px solid transparent;
	border-top: 20px solid transparent;
	border-right:20px solid #323757;
}
/* Mobile */
.icon1-trigger {
	display: none;
}
.sub-icon1 img{
	border:none;
	display:inline-block;
	vertical-align:middle;
}
.cart_box{
	margin-bottom:1em;
	border-bottom:1px solid #E0E0E0;
	margin-bottom:10px;
	padding-bottom:10px;
}
.list_img{
	float:left;
	width:20%;
	border:1px solid #e0e0e0;
	margin-right:6%;
	background: #b2acac;
}
.list_desc {
    float: left;
    width: 50%;
    color: #999;
    font-size: 14px;
}
.list_desc h4{
	font-size: 10px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}
.list_desc h4 {
	color:#999;
	margin: 2px 0px;
}
.list_desc h4 a:hover{
    color: #FF967D;
}
.total{
	    padding: 10px;
    background: #FF967D;
    margin-top: 10px;
    color: #fff;
	float: left;
	width: 100%;
}
.c1 {
  font-size:1em;
  color: #fff;
}
a.active-icon.c1:hover {
	text-decoration:none;
	color: #FF967D;
}
.rate{
    background: #fff;
    text-align: center;
    border-radius: 100px;
	-o-border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
    position: absolute;
    top: -15px;
    color: #ff0303;
    font-size: 12px;
    font-weight: 100;
    right: -20px;
    width: 20px;
    height: 20px;
    line-height: 19px;
}
span.actual {
   color: #000;
    font-size: 14px;
    font-weight: 500;
}
.cart_box, .cart_box1 {
    position: relative;
    float: left;
    width: 100%;
}
.alert-close {
  background: url('../images/close1.png') no-repeat 0px 0px;
  cursor: pointer;
  height: 22px;
  width: 22px;
  position: absolute;
  right:-10px;
  top:5px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.alert-close1 {
  background: url('../images/close1.png') no-repeat 0px 0px;
  cursor: pointer;
  height: 22px;
  width: 22px;
  position: absolute;
  right:-10px;
  top:5px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.alert-close2 {
  background: url('../images/close1.png') no-repeat 0px 0px;
  cursor: pointer;
  height: 22px;
  width: 22px;
  position: absolute;
  right:-10px;
  top:5px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.total_left{
	float:left;
	font-size:0.85em;
}
.total_right{
	float:right;
	font-size:0.85em;
	color:#4a245e;
	font-weight:600;
}
.login_buttons{
	padding:0px;
}
.check_button{
}
.check_button a {
    color: #fff;
    font-size: 0.9em;
    font-weight: 400;
    text-decoration: none;
    border: none;
    cursor: pointer;
    padding: .5em;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #95162f;
    margin: 10px 0 0;
    width: 100%;
    text-align: center;
}
.check_button a:hover{
	background: #95162f;
}
/*--copy-right--*/
.copy-right {
      margin: 30em 0px 3em 0;
}
.copy-right p {
color: #fff;
    font-size: 1em;
    font-weight: 400;
    margin: 0 auto;
    text-align: center
}
.copy-right p a {
	color: #4A245E;
}
.copy-right p a:hover {
	text-decoration: underline;
}
/*--//copy-right--*/
/*--start-responsive-design--*/
@media (max-width:1600px){


}
@media (max-width:1440px){

}
@media (max-width:1366px){

}
@media (max-width:1280px){
	
}
@media (max-width:1024px){
	.mini-cart {
		margin: 4% auto 1%;
		width: 39%;
		/* background-color: #4a245e; */
		padding: 2em 2em;
	}
}
@media (max-width:991px){
	.mini-cart {
		margin: 4% auto 1%;
		width:45%;
		/* background-color: #4a245e; */
		padding: 1.8em 2em;
	}
}
@media (max-width:800px){
	
}
@media (max-width:768px){
	.mini-cart {
		margin: 4% auto 1%;
		width: 50%;
		/* background-color: #4a245e; */
		padding: 1.8em 2em;
	}
	
}
@media (max-width:736px){
	
}
@media (max-width:667px){
	
}
@media (max-width:640px){
	.copy-right p {
		font-size: 0.9em;
		padding: 0 1em;
	}
	body h1 {
       padding: 2em 0 1em 0;
       font-size: 1.8em;
	}
}
@media (max-width:568px){
	.mini-cart {
		margin: 4% auto 1%;
		width: 62%;
		/* background-color: #4a245e; */
		padding: 1.5em 2em;
	}
}
@media (max-width:480px){
	.copy-right p {
		font-size: 0.9em;
		padding: 0 1em;
		line-height: 1.9em;
	}
	.mini-cart {
		margin: 4% auto 1%;
		width: 62%;
		/* background-color: #4a245e; */
		padding: 1.5em 2em;
	}
}
@media (max-width:414px){
	.mini-cart {
		margin: 4% auto 1%;
		width: 66%;
		/* background-color: #4a245e; */
		padding: 1em 2em;
	}
	.rate {
		background: #fcfcfc;
		top: -5px;
		font-size: 12px;
		right: -24px;
		width: 20px;
		height: 20px;
		line-height: 19px;
	}
	body h1 {
		padding: 2em 0 1em 0;
		font-size: 1.5em;
	}
}
@media (max-width:384px){
	
}
@media (max-width:375px){
	body h1 {
		padding: 1em 0 0em 0;
		font-size: 1.5em;
		line-height: 1.6em;
	}
	.icon1 ul {
		width: 227px;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 45px;
		z-index: 1;
		right: -30px;
		}
		.copy-right {
		 margin: 26em 0px 3em 0;
	  }
	.copy-right p {
		font-size: 0.85em;
		padding: 0 0em;
	}
}
@media (max-width:320px){
	  body h1 {
		padding: 1em 0 0em 0;
		font-size: 1.5em;
		line-height: 1.6em;
	}
	.icon1 ul {
    width: 227px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 45px;
    z-index: 1;
    right: -30px;
	}
	.check_button a {
		font-size: 0.9em;
		padding: 0.7em 5.3em;
	}
	.copy-right {
		margin: 24em 0px 3em 0;
	}
}