
 .topcorner {
	position:fixed;
	bottom:20%;
	right:-2px;
	text-align: center; 
	display:none;  
	z-index: 9999;
}


.topcorner .login-register {
	font-size:21px;
	color:#000000;
}

.topcorner .my-cart a {
	color:   #000000;
	margin:0px;
	padding:0px;
}
.topcorner ul li .fa {
	font-family: "fontawesome";
}

.topcorner .my-cart {
	margin:0px;
	padding:0px;

}

.topcorner .my-add-to-cart {
	position: fixed;
	right: 0px;
	padding:0px;
	z-index: 999;
}

.topcorner a.added_to_cart {
	display:none;
}

.woocommerce .topcorner a.add_to_cart_button {
	font-weight: 500;
	font-size: 14px;
}

.topcorner ul { 
	margin:0px; 
	padding: 0px; 
}
.topcorner ul li, 
.topcorner .my-cart {
	margin-top:5px;
	display:block;
	list-style-type:none;
	padding: 12px 5px;
	box-shadow: -1px 3px 5px 0px rgb(212, 212, 212);
	border-radius:3px;
	background-color:#FFFFFF;
	min-width: 45px;
}

.topcorner .cart-contents-price {
	clear: left;
	display: block;
	font-size: 12px;
	padding-top: 7px;
}

.topcorner .amount-cart {
	display:none;
}


/* cart.php */

.header-right > div:last-child {
	padding-right: 0;
  }
  
  .header-right .header-svg-icon {
	height: 20px;
	width: 20px;
  }
  
  .header-right .header-svg-icon svg path {
	fill: #383838;
  }
  
  .header-cart a.cart-icon {
	position: relative;
	text-align: center;
	color: #252424;
	border-radius: 5px;
	display: block;
  }
  
  .header-cart a.cart-icon span.count {
	font-size: 10px;
	padding: 0px;
	color: #ffffff;
	background-color: #EB5A3E;
	border-radius: 15px;
	line-height: 18px;
	margin: 0;
	position: absolute;
	top: -5px;
	left: 13px;
	height: 17px;
	min-width: 17px;
	text-align: center;
  }
  
  .header-cart a.cart-icon i {
	position: relative;
  }
  
  .header-cart .widget_shopping_cart .buttons a {
	background-color: #333333;
	color: #ffffff;
	border-radius: 0;
	font-size: 13px;
	padding: 8px 15px;
	-webkit-transition: background-color 0.4s, color 0.4s;
	-moz-transition: background-color 0.4s, color 0.4s;
	-ms-transition: background-color 0.4s, color 0.4s;
	-o-transition: background-color 0.4s, color 0.4s;
	transition: background-color 0.4s, color 0.4s;
  }
  
  .header-cart .widget_shopping_cart .buttons a:hover, .header-cart .widget_shopping_cart .buttons a:focus, .header-cart .widget_shopping_cart .buttons a:active {
	color: #ffffff;
  }
  
  .header-cart .woocommerce .widget_shopping_cart .cart_list li,
  .header-cart .woocommerce.widget_shopping_cart .cart_list li {
	padding: 5px;
  }
  
  .header-cart .woocommerce .widget_shopping_cart .cart_list li:first-child,
  .header-cart .woocommerce.widget_shopping_cart .cart_list li:first-child {
	padding-top: 0;
  }
  
  .header-cart .woocommerce .widget_shopping_cart .cart_list li a,
  .header-cart .woocommerce.widget_shopping_cart .cart_list li a {
	font-size: 14px;
	font-weight: 600;
  }
  
  .header-cart .woocommerce .widget_shopping_cart .cart_list li .remove_from_cart_button,
  .header-cart .woocommerce.widget_shopping_cart .cart_list li .remove_from_cart_button {
	font-size: 18px;
  }
  
  .header-cart .woocommerce .widget_shopping_cart .cart_list li .quantity, .header-cart .woocommerce .widget_shopping_cart .cart_list li .amount,
  .header-cart .woocommerce.widget_shopping_cart .cart_list li .quantity,
  .header-cart .woocommerce.widget_shopping_cart .cart_list li .amount {
	font-size: 12px;
	padding-right: 5px;
	margin-right: 10px;
  }
  
  .header-cart-block ul.site-header-cart {
	opacity: 0;
	display: none;
	position: relative;
	position: absolute;
	z-index: 99999;
  }
  
  .header-cart-block ul.site-header-cart .widget {
	margin-bottom: 0;
  }
  
  .header-cart-block ul.site-header-cart .woocommerce-mini-cart__empty-message {
	margin-bottom: 0;
  }
  
  .header-cart-block .woocommerce-mini-cart__buttons.buttons {
	margin-bottom: 0;
  }
  .header-cart, .header-my-account, .header-wishlist, .header-compare {
    display: inline-block;
    padding-right: 15px;
    padding-right: 5px;
    top: 19px;
    position: relative;
    right: 16px;
}
  
  .amount-cart {
    color: #cececeab;
    font-weight: 600;
    position: relative;
    margin-left: 6px;
    display: inline-block;
    line-height: 1.5;
    left: 0;
}
  .site-header .woocommerce ul.cart_list li img,
  .site-header .woocommerce ul.product_list_widget li img {
	width: 40px;
	float: left;
	margin-right: 10px;
  }
  
  .header-right a {
	display: block;
  }
  
  .header-right .header-compare a:hover .info-tooltip,
  .header-right .header-compare a:focus .info-tooltip,
  .header-right .header-wishlist a:hover .info-tooltip,
  .header-right .header-wishlist a:focus .info-tooltip,
  .header-right .header-my-account a:hover .info-tooltip,
  .header-right .header-my-account a:focus .info-tooltip,
  .header-right .header-cart a:hover .info-tooltip,
  .header-right .header-cart a:focus .info-tooltip {
	top: -28px;
	visibility: visible;
  }
  
  .info-tooltip {
	line-height: 1.4;
  }


  .header-cart,
  .header-my-account,
  .header-wishlist,
  .header-compare {
	display: inline-block;
	padding-right: 15px;
  }
  
  .header-cart a,
  .header-my-account a,
  .header-wishlist a,
  .header-compare a {
	color: #484848;
	font-size: 20px;
	line-height: 26px;
	position: relative;
  }
  
  @media screen and (max-width: 991px) {
	.header-cart,
  .header-my-account,
  .header-wishlist,
  .header-compare {
	  padding-right: 5px;
	}
	.header-cart a,
  .header-my-account a,
  .header-wishlist a,
  .header-compare a {
	  font-size: 15px;
	}
  }  


  
  .header-right .header-svg-icon {
	height: 20px;
	width: 20px;
  }
  
  .header-right .header-svg-icon svg path {
	fill: #383838;
  }
  
  
  .header-cart a.cart-icon {
	position: relative;
	text-align: center;
	color: #252424;
	border-radius: 5px;
	display: block;
  }
  
  .header-cart a.cart-icon span.count {
	font-size: 10px;
	padding: 0px;
	color: #ffffff;
	background-color: #EB5A3E;
	border-radius: 15px;
	line-height: 18px;
	margin: 0;
	position: absolute;
	top: -5px;
	left: 13px;
	height: 17px;
	min-width: 17px;
	text-align: center;
  }
  
  .header-cart a.cart-icon i {
	position: relative;
  }
  
  .header-cart .widget_shopping_cart .buttons a {
	background-color: #333333;
	color: #ffffff;
	border-radius: 0;
	font-size: 13px;
	padding: 8px 15px;
	-webkit-transition: background-color 0.4s, color 0.4s;
	-moz-transition: background-color 0.4s, color 0.4s;
	-ms-transition: background-color 0.4s, color 0.4s;
	-o-transition: background-color 0.4s, color 0.4s;
	transition: background-color 0.4s, color 0.4s;
  }
  
  .header-right .header-svg-icon {
	height: 20px;
	width: 20px;
  }
  
  .header-right .header-svg-icon svg path {
	fill: #383838;
  }
  
.header-cart .widget_shopping_cart .buttons a {
	background-color: #333333;
	color: #ffffff;
	border-radius: 0;
	font-size: 13px;
	padding: 8px 15px;
	-webkit-transition: background-color 0.4s, color 0.4s;
	-moz-transition: background-color 0.4s, color 0.4s;
	-ms-transition: background-color 0.4s, color 0.4s;
	-o-transition: background-color 0.4s, color 0.4s;
	transition: background-color 0.4s, color 0.4s;
  }
  
  .header-cart .widget_shopping_cart .buttons a:hover, .header-cart .widget_shopping_cart .buttons a:focus, .header-cart .widget_shopping_cart .buttons a:active {
	color: #ffffff;
  }
  
  .header-cart .woocommerce .widget_shopping_cart .cart_list li,
  .header-cart .woocommerce.widget_shopping_cart .cart_list li {
	padding-top: 10px;
	padding-bottom: 10px;
  }
  
  .header-cart .woocommerce .widget_shopping_cart .cart_list li:first-child,
  .header-cart .woocommerce.widget_shopping_cart .cart_list li:first-child {
	padding-top: 0;
  }
  
  .header-cart .woocommerce .widget_shopping_cart .cart_list li a,
  .header-cart .woocommerce.widget_shopping_cart .cart_list li a {
	font-size: 14px;
	font-weight: 600;
  }
  
  .header-cart .woocommerce .widget_shopping_cart .cart_list li .remove_from_cart_button,
  .header-cart .woocommerce.widget_shopping_cart .cart_list li .remove_from_cart_button {
	font-size: 18px;
	padding-right: 5px;
  }
  
  .header-cart .woocommerce .widget_shopping_cart .cart_list li .quantity, .header-cart .woocommerce .widget_shopping_cart .cart_list li .amount,
  .header-cart .woocommerce.widget_shopping_cart .cart_list li .quantity,
  .header-cart .woocommerce.widget_shopping_cart .cart_list li .amount {
	font-size: 12px;
  }


  .header-cart-block ul.site-header-cart .woocommerce-mini-cart__empty-message {
	margin-bottom: 0;
  }
  
  .header-cart-block .woocommerce-mini-cart__buttons.buttons {
	margin-bottom: 0;
  }

 .widget_shopping_cart_content {
	background-color: white;
 }
 .header-login {
	display: none;
 }
 .site-header-cart menu .list-unstyled .text-center ul {
	top: 30px;
	position: inherit;
 }
 ul.site-header-cart menu .list-unstyled .text-center li {
	top: 30px;
	position: inherit;
 }
 .site-header-cart menu .list-unstyled .text-center li {
	top: 30px;
	position: inherit;
 }

 
.woocommerce .products .product .product-label .onsale,
.woocommerce-page .products .product .product-label .onsale,
.pp_woocommerce div.product .images .product-label span.onsale,
.woocommerce #content div.product .images .product-label span.onsale,
.woocommerce div.product .images .product-label span.onsale,
.woocommerce-page #content div.product .images .product-label span.onsale,
.woocommerce-page div.product .images .product-label span.onsale,
.woocommerce .products .product .product-label .featured,
.woocommerce-page .products .product .product-label .featured,
.pp_woocommerce div.product .images .product-label span.featured,
.woocommerce #content div.product .images .product-label span.featured,
.woocommerce div.product .images .product-label span.featured,
.woocommerce-page #content div.product .images .product-label span.featured,
.woocommerce-page div.product .images .product-label span.featured,
.woocommerce .products .product .product-label .out-of-stock,
.woocommerce-page .products .product .product-label .out-of-stock,
.pp_woocommerce div.product .images .product-label span.out-of-stock,
.woocommerce #content div.product .images .product-label span.out-of-stock,
.woocommerce div.product .images .product-label span.out-of-stock,
.woocommerce-page #content div.product .images .product-label span.out-of-stock,
.woocommerce-page div.product .images .product-label span.out-of-stock,
.pp_woocommerce div.product .images .product-label span,
.woocommerce #content div.product .images .product-label span,
.woocommerce div.product .images .product-label span,
.woocommerce-page #content div.product .images .product-label span,
.woocommerce-page div.product .images .product-label span{
	line-height:20px;
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
}
.products .product.product-category h3, 
.woocommerce .products .product.product-category h3, 
.woocommerce-page .products .product.product-category h3{
	font-size:24px;
	line-height:28px;
	text-transform:uppercase;
}
.products .product.product-category .count, 
.woocommerce .products .product.product-category .count, 
.woocommerce-page .products .product.product-category .count{
	font-size:16px;
	line-height:20px;
	font-style:italic;
}
.woocommerce .products .product .product-categories a, 
.woocommerce-page .products .product .product-categories a,
.woocommerce .widget-container il li .product-categories a,
.woocommerce-page ul li .widget-container .product-categories a,
.widget-container ul li .product-categories a,
.widget.asp-producasp-widget .product-categories a,
.woocommerce-page .widget.asp-producasp-widget .product-categories a{
	font-size:87%;
	text-transform:uppercase;
	font-weight:normal;
}

.woocommerce-error .button,
.woocommerce-info .button, 
.woocommerce-message .button, 
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button{
	font-size:12px;
	line-height:14px;
}