.shopic{
	color:#127300!important;
}
.shopic::before{
	   font-family: "Font Awesome 5 Free";
   content: "\f07a";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
	font-size:2em;
}
.move .uk-background-cover {
  width: 100%;
  margin: 0;
  text-align: center;
  box-sizing: border-box;
  -webkit-animation: slide 120s linear infinite;
}
@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -1000px 0; }
}
.fa-2x {
	font-size:1.2em;
}
/* Mouse scroll */

.scroll-downs {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 35px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
.fm-bar {
	top:100px!important;
}
/* 360 NavBar */
.threesixty .nav_bar {
	top:390px;
	right:250px;
}
@media screen and (max-width:480px) {
	.threesixty .nav_bar {
   top:260px;
		right:90px;
}
	.threesixty{
		height:300px!important;
	}
}

.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
	float: left;
	margin-right: 10px;
}

.woocommerce input.input-text {
	height: inherit;
	border:0;
}
@media only screen and (min-width: 320px){
.woocommerce ul.products[class*=columns-] li.product{
	float:none;
	width:100%;
}
}
@media screen and (max-width:480px) {
	.tryme{
   width:70px;
		margin-top:0px;
		padding-top:0px;
}
		.freedelivery{
   width:70px;
		margin-top:0px;
		padding-top:0px;
}
}

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button{
	margin-top:0px;
}
.uk-navbar-item.widget.widget_text{
	position:absolute;
	margin-top:-50px;
	margin-left:160px;
	color:navy;
}
