/**
 * 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;
}
*/



.one-step-checkout.three-columns-new-osc .onestepcheckout-discount .input-box{
    width:66% !important;
}

.actions-button button#add_coupon_code_button {
    background-color:#000000 !important;
}

/*
.nav-regular li.level0 > a {
    padding: 0 10px !important;
}
*/

.the-slideshow-banners {
    float: right !important;
}

.tabs-panels {
    margin-bottom: 20px;
}

.my-section-title {
    padding-top: 25px;
    padding-bottom: 0px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: normal;
    font-size: 32px;
    line-height: 64px;
    margin-bottom: 20px;
    display: block;
    clear: both;
}
.my-section-division {
    border-bottom: 1px dashed #e5e5e5;
    margin: 20px 0 40px 0;
}

.panel-details img {
    width: 800px;
}

.products-list .product-name {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 24px;
}
