/* Custom code goes here - paste your css code below in line 3 */

#angarbanners_footer ul li {
    padding: 0 0 20px;
    width: 100%;
    margin-top: 10px;
}

#product_manufacturer {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
    color: #3F484F;
}

#product_manufacturer a {
    color: #3F484F;
}

#product_manufacturer label {
    font-weight: 700;
    margin: 0 0;
    display: none;
}

.angarbanners ul li .item_desc_position {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    text-transform: initial;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 5px;
}

.product_name {
    margin: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.cart-grid .has-discount .discount {
    color: #fff;
    background: #FC5200;
    font-size: 12px;
    padding: 4px 4px;
    float: right;
    line-height: 12px;
    margin-top: -1px;
    margin-left: 4px;
}

.cart-grid .has-discount.product-price {
    color: #FC5200;
}

.block-promo .cart-summary-line .label, .block-promo .promo-name {
    color: #FC5200;
}

.product-price-and-shipping span.price {
    font-size: large;
}

.product-prices .product-discount span {
    color: #7D8179;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
    text-decoration: line-through;
}

#product #content .product-flags .product-flag.discount {
    clear: none;
    float: right;
    background: #3F484F;
    color: #fff;
    font-weight: bold;
    font-size: large;
}

.product-prices span.discount.discount-percentage, .product-prices span.discount.discount-amount {
    color: #CAD510;
    background: #3F484F;
    font-size: 14px;
    padding: 4px 6px;
    float: right;
    line-height: 12px;
    margin-top: 5px;
}

a.product-flags-plist span.product-flag.discount-percentage {
    float: right;
    background: #3F484F;
    color: #CAD510;
    bottom: 0px;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    padding: 6px 6px 6px;
    right: 0;
}

a.product-flags-plist span.product-flag.discount {
    background: #3F484F;
    color: #FFF;
    display: block;
    font-size: 1rem;
    font-weight: 700;
    padding: 6px 6px 6px;
}

.products .product-miniature .product-title {
    height: 0px;
}

.alert-danger {
    background-color: #FC5200;
    border-color: #FC5200;
    color: #ffffff;
}

.bannerHome {
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: rgb(0, 0,0, 0.5);
	border-radius: 8px;
	margin: 0 auto;
}

.bannerHome button {
	background: #7ac943;
	color: #ffffff;
	border-color: #7ac943;
	padding: 3% 6%;
	text-transform: uppercase;
}

.bannerHome > hr {
	/* height: 5px; */
	color: #fff;
	border: 1.1px;
	border-style: solid;
	width: 15%;
	margin: 10px auto;
}

.angarbanners ul li .item_desc {
	background: none;
	
}

#parallax_baner {
	padding: 120px 20px;
}

.bottom-footer {
	text-align: center;
	margin: 10px 0;
}

@media (width > 820px){
	.angarbanners ul li .item_desc .item-html h3 {
	    font-size: 20px;
    }
    .angarbanners ul li .item_desc .item-html p {
	    font-size: 13px;
    }
	.bannerHome {
	      padding: 5% 0;
	      border-radius: 8px;
	      width: 60%;
    }

}

@media (width < 820px){
	.angarbanners ul li .item_desc .item-html h3 {
	    font-size: 12px !important;
    }
    .angarbanners ul li .item_desc .item-html p {
	    font-size: 10px !important;
    }
	.bannerHome {
	      padding: 2% 0 !important;
	      border-radius: 8px;
	      width: 80% !important;
    }

.category-image {
	margin-bottom: 10px !important;
}

.product-variants>.product-variants-item ul li .input-color {
    border: 1px solid rgba(0,0,0,.15);
    width: 60px;
    height: 60px;
    margin: 0;
}