
/* start icon styles */
.mini-cart {
  position: absolute;
  right: 10px;
  top: 90px;
  padding: 3px 23px;
  border-radius: 8px;
  z-index: 100;
  cursor: pointer;
}
.mini-cart i {
	font-size: 20px;
}
.mini-cart h3 {
  font-size: 1em;
  font-weight: 600;
  color:#ff967d;
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding: 10px;
}
.icon1:before,.icon1:after {
	content: "";
	display: table;
}
.icon1:after {
	clear: both;
}
ul.icon1{

	list-style: none;
	padding: 0;
	margin-left:0;
}
.icon1 li {

	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 {

    height: 400px;
    overflow: auto;
	width:380px;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	    top: 30px;
	z-index: 1;
	right: -5px;
	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 ul::-webkit-scrollbar {
    width: 0.2em;
}

.icon1 ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.icon1 ul::-webkit-scrollbar-thumb {
  background-color: #7d5b3f;
  outline: 1px solid #7d5b3f;
}


.mini-cart:hover .icon1 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*/
	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{
	min-height: 60px;
	margin-bottom:1em;
	border-bottom:1px solid #E0E0E0;
	margin-bottom:10px;
	padding-bottom:10px;
}



.list_img{
	float: left;
    width: 13%;
    height: 45px;
    object-fit: contain;
    border: 1px solid #e0e0e0;
    margin-right: 8%;
}
.list_desc{
	float:left;
	width:70%;
	color: #999;
}
.list_desc h4{
	    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}
.list_desc h4 {
	color:#999;
}
.list_desc h4 a:hover{
    color: #FF967D;
}
.list_delete{
	cursor:pointer;
}
.total{
	    padding: 10px;
    background: #FF967D;
    margin-top: 10px;
    color: #fff;
}
.c1 {
  font-size:1.2em;
  color: #000;
}
a.active-icon.c1:hover {
	text-decoration:none;
	color: #FF967D;
}
.rate{
    background: #ff967d;
    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: -10px;
color: #fff;
font-size: 12px;
font-weight: 100;
right: -15px;
width: 20px;
height: 20px;
line-height: 20px;
}
span.actual {
   color: #000;
    font-size: 0.9em;
    font-weight: 500;
}
.cart_box, .cart_box1{
	position:relative;
}
.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: 1em 6.1em;
    background: #1a8200;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;


    margin: 10px 0 0;
}
.check_button a:hover{
	background: #FF967D;
}

/*--start-responsive-design--*/
@media (max-width:1600px){


}
@media (max-width:1440px){

}
@media (max-width:1366px){

}
@media (max-width:1280px){

}
@media (max-width:1023px){

  .c1 {
    font-size:1em;
    color: #000;
  }
  a.active-icon.c1:hover {
  	text-decoration:none;
  	color: #000;
  }
	.mini-cart {
		margin: 4% auto 1%;
		width: 39%;
		padding: 2em 2em;
	}

}
@media (max-width:1024px){
  .mini-cart {
    background: none !important;

	}
}
@media (max-width:991px){

	.mini-cart {
		margin: 4% auto 1%;
		width:45%;

		padding: 1.8em 2em;
	}
}

@media (max-width:768px){

  .single-cat{padding: 7.5%;  }
  .page-title{
  text-transform: uppercase;
text-align: center;
width: 100%;
padding-left: 0;
font-size: 28px;
float: none;
margin-bottom: 1.5em;
margin-top: 1.5em;
}
  .badge{
    position: absolute;
    top: 15px;
    left: 42px;
  }
	.mini-cart {
    margin: 0% auto 1%;
width: 1%;
padding: 1.8em 2em;
	}
}

@media (max-width:480px){
  .top-contact{
    font-size: 11px;
    right: 47px;
  }
  .head-row span{
        font-size: 16px;
  }
  .btn-contact{
    left: 0;
    right: auto;
  }
  .search{
    width: 84%;
    padding-left: 2%;
    margin: 0 auto;
  }
	.mini-cart {
    position: absolute;
    right: 25px;
    top: 15px;
    z-index: 10;
    background: transparent !important;
	}
 }

@media (max-width:375px){

	.icon1 ul {
		width: 290px;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 45px;
		z-index: 1;

		}

}
@media (max-width:320px){

	.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;
	}

}
