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


@media only screen and (min-width: 768px)
{
    h1 { font-size: 2.0rem; }
    h2 { font-size: 1.7rem; }
    h3 { font-size: 1.5rem; }
    h4 { font-size: 1.4rem; }
    h5 { font-size: 1.4rem; }
    h6 { font-size: 1.2rem; }
    
    /* Mobile collapsible
    -------------------------------------------------------------- */
    .footer .mobile-collapsible .block-title { border-bottom: none; } /* Hide line when not on mobile */
}



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

/*
.header .skip-link .count {
	background-color: deepskyblue;
}
*/

.special-price .price,
.special-price .price-label,
.minimal-price-link .price
{
    color: #ce0000 !important;
}


.navi .nav-panel--dropdown a {
    margin-top: 6px;
}

.links-wrapper-separators-left .links > li {
    margin-left: 8px;
    background-color: #cccccc;
    border-color: #bbbbbb;
    border-width: 1px;
    border-style: solid;
}
.links-wrapper-separators-left .links > li:hover {
    margin-left: 8px;
    background-color: #dddddd;
    border-color: #bbbbbb;
    border-width: 1px;
    border-style: solid;
}


.header-primary .dropdown .dropdown-heading, .header-primary .links > li > a {
    font-size: 12px;
    line-height: 36px;
    color: #111111;
}



.form-list li.wide textarea {
     width: 80%; 
}

.button {
        border-radius: 6px;
}

/* Checkout Price Box */
.additional-bg-color, .block-layered-nav .currently, .block-layered-nav .actions, .cart .totals, .checkout-agreements li {
    background-color: #faf5f5;
    border-color: #aaaaaa;
  /*  border-width: 1px;
    border-style: solid; */
}

/* Checkout Steps */
.opc .step {
    
    background-color: #faf3f3;
}


.availability {

    visibility: hidden;
}

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

.gen-tabs .tabs a.current {
    border-color: #c5c5c5;
    border-bottom-color: transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

gen-tabs .tabs a {
    background-color: #f5f5f5;
    color: #555555;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.gen-tabs .tabs a
{
    background-color: #f5f5f5;
    color: #555555;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

/* page spacing */
.pager .pages li {
    margin: 0 6px 0 6px;
}

/* add to links vertical spacing */
.add-to-links li {
    margin-top: 8px;
}

/* Headings */


.section-title h3 {font-size: 2.0em;
}


