/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */



/* Stock indicator on product page: icon color
-------------------------------------------------------------- */

/*
.availability-only .ic { color: green; }
*/



/* Product counter in the mini cart drop-down
-------------------------------------------------------------- */

/*
.header .skip-link .count {
	background-color: deepskyblue;
}
*/
.block_header_top_right a {
font-weight: 700;
    color: #eaeaea;
    background-color: #aa2222;
    line-height: 20px;
    max-width: 120px;
    padding: 6px;
    border-radius: 6px;
}
.block_header_top_right a:hover {
	font-weight: 900;
	color: #ffffff;
	
}



.btn-cart {
    
    border-radius: 12px;
}
.gen-tabs .tabs a.current {
	border-radius: 8px 8px 0px 0px;
}

.buttons-set button.button {
	border-radius: 12px;
}

.btn-continue {
	border-radius: 12px;
}

.btn-update {
	border-radius: 12px;
}
.btn-checkout {
	border-radius: 12px;
}
.mini-cart .mini-cart-content .actions button {
	border-radius: 12px;
}
 
.ratings .rating-links {
	 font-size: 11px;
}

.regular-price .price {
	font-weight: 600;
}

.add-to-cart .qty-wrapper .qty {
	font-size: 1.4em;
	color: #222222;
}

.products-list {
    padding: 10px 10px 10px 10px;
    background-color: #eeeeee;
}
.products-list .item {
    margin-bottom: 6px;
}
.shipment-methods dt{
	font-weight: bold;
	margin-top: 16px;
}
.shipment-methods dd li{
	margin: 8px 0px 8px 0px;

}

.order-review .form-list li {
      margin-left: 6px;
}

.order-review .form-list textarea { width:340px; height:10em; }

.opc .section.allow.active { background-color: #faf1f1; }

.btn-checkout {
	    margin-right: 6px;
    margin-bottom: 6px;
}

.product-view .product-shop .product-name h1 {
    margin: 0;
    font-size: 3.0rem;
}

.products-list .link-learn {
	display: block;
    font-weight: 700;
    color: #2222aa;
    background-color: #dddddd;
    line-height: 20px;
    max-width: 128px;
    margin-top: 6px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 6px;
    text-align: center;
    white-space: nowrap;
	}
.products-list .link-learn:hover {
	font-weight: 900;
	display: block;
}
.availability {
	visibility: hidden;
}

.custom-availability {
	text-align: right;
    font-weight: bold;
    color: #00a000;
}

.add-to-cart.left-side .qty-wrapper {
    float: left;
}

.add-to-cart.left-side .btn-cart {
    /* float: right; */
    margin-left: 16px;
}
.link-compare {
	display: none;
}

.form-search .input-text, .form-search .button {
    color: #999999;
}

.pager .pages li {
    margin: 0 5px 0 5px;
}