/*
Theme Name:     Adrenalin Child
Description:    Child theme for Adrenalin
Author:         Ben Colliander
Template:       adrenalin
Version:        0.0.1
*/


/* START - Custom Header Style */

@media only screen and (min-width: 1100px) {

    .cg-header-search {
        float: left;
        margin-left: 20px;
    }

    .cg-logo-inner-cart-wrap input.sb-search-input {
        height: 48px;
        line-height: 48px;
        padding-top: 0px;
        padding-bottom: 0px;
        min-width: 322px;
    }

    .cg-announcements {
        float: left;
        margin-left: 40px;
    }

    .cg-header-search .sb-search:before {
        top: 0px;
        right: 15px;
    }

    .cg-menu-below ul.tiny-cart li > a {
        line-height: 80px;
    }

    .cg-menu-below  .cg-cart-count {
        bottom: 20px;
    }

    .cg-menu-below ul.tiny-cart li ul.cart_list {
        margin-top: 20px;
    }

    .cg-fixed-search-wrap {
        float: right;
        line-height: 60px;
        margin-right: 30px;
        position: relative;
    }

    #cg-search-toggle {
        cursor: pointer;
    }

    .cg-fixed-search-wrap i {
        font-size: 18px;
        position: relative;
    }

    .cg-search-wrapper {
        display: none;
        position: absolute;
        right: -20px;
        width: 495px;
        text-align: right;
        border: 1px solid #e2e2e2;
        background-color: #fff;
        padding: 2px 10px 10px 10px;
    }

    .cg-search-wrapper input.sb-search-input {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .cg-search-wrapper input.sb-search-input:focus {
        border-color: #ccc;
    }

    .cg-search-wrapper .widget_product_search input[type="submit"] {
        bottom: 20px;
    }


}

@media (max-width: 1200px) {
.cart-wrap {
    top: auto;
}

.cg-header-search.visible-lg.visible-md {
    display: none !important;
}

}

/* END - Custom Header Style */
/* Main Menu */
.cg-header-fixed .menu>li.menu-item-has-children>a:after, .cg-primary-menu .menu>li.menu-item-has-children>a:after {
	display: none;
}

.cg-header-fixed .menu .menu-full-width .cg-submenu-ddown .container>ul>li, .cg-primary-menu .menu .menu-full-width .cg-submenu-ddown .container>ul>li {
	margin-left: 0;
	padding-right: 15px;
}

/* Mobile Search */
#shiftnav-toggle-main .shiftnav-main-toggle-content-after {
    float: right;
    margin-top: 5px !important;
}

/* Takes bullets away from brands list items */
.content-area ul li:before {
	display: none;
}

/* Minimize padding around breadcrumbs */
.breadcrumb-wrapper {
    background: #f5f5f5;
    padding: 0 30px;
}
/* Change title area to white */
.product-title-wrapper {
	background-color: #ffffff !important;
}
.header-wrapper {
    background-color: #ffffff !important;
}
/* Change title, category description and Search Reults from white to grey */
.product-page-title h1 {
    color: #222222 !important;
    margin: 0;
    text-transform: uppercase;
    font-size: 22px !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}
.product-category-description {
    clear: both;
    padding-top: 6px;
    font-size: 15px;
    font-weight: 400;
    color: #222222;
}
h1.cg-page-title {
    font-size: 22px !important;
    margin: 0px;
    text-transform: uppercase;
    color: #222222 !important;
    padding: 5px 0px;
    font-weight: 400 !important;
    line-height: inherit !important;
}
.woocommerce-message, .woocommerce-info, .content-area ul.woocommerce-error, ul.woocommerce-error {
	color: #222222 !important;
}
.shedsku {
	display: block;
	padding: 3px 0px;
	font-size: 12px;
}
.main-top-banner {
	text-align: center;
}
/* add padding and margin to selection boxes on product page */
table.variations select {
    font-size: 15px;
    width: 100%;
    margin: 5px;
    padding: 5px;
}
/* Top Toolbar */
.cg-shopping-toolbar {
    background-color: #463f39;
}
/* Search box styling and position */
form.isp_search_box_form input[type="text"].isp_search_box_input {
   
    background: #fff;
    border: 2px solid #C9CCCF;
    box-shadow: none;
    font-size: 1em;
    padding: 0.5em 2em 0.5em 1em;
    margin: 0.8rem 0.2rem 0.2rem 0.2rem;
    font-family: inherit;
    box-sizing: border-box;
    opacity: 0.8;
    color: #60626b;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-transition: border 0.5s, opacity 0.5s;
    -moz-transition: border 0.5s, opacity 0.5s;
    transition: border 0.5s, opacity 0.5s;
    float: none;
    display: none;
    max-width: 100%;
}
/* Add to cart etc. message */
.cg-wc-messages {
    background-color: #f3f3f3;
}
.woocommerce-message a {
    position: absolute !important;
    top: -6px;
    right: 0px;
    color: #222;
    border-color: #463f39 !important;
}
.subfooter ul.simple-links li a {
    color: #c8ca3f;
    text-transform: uppercase;
    font-size: 12px !important;
}
.form-wppp-select {
	float: right;
}
.wppp-select {
	font-size: 13px;
	padding: 7px 12px 7px 7px;
	color: #333;
    background-color: #fff;
    border-color: #ccc;
}
/* Undo Button */
body.woocommerce-cart .woocommerce-message a {
    top: 0px;
    font-size: 13px;
    font-family: "Roboto Condensed";
    font-style: normal;
    font-weight: 400;
    margin-top: 10px;
    cursor: pointer;
    overflow: visible;
    padding: 8px 14px;
    text-decoration: none;
    left: auto;
    text-transform: uppercase;
    text-shadow: none;
    border: 1px solid #e2e2e2;
    white-space: nowrap;
    display: inline-block;
    box-shadow: none;
    line-height: 16px !important;
}
/* YITH WooCommerce Zoom Magnifier z-index fix */
.yith_magnifier_mousetrap {
    z-index: 150 !important;
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0;
    top: 0;
}
/* Top bar font size*/
.tbtext {
	font-size: 15px;
}
/* Footer links */
.footercopy a {
	color: #f3f3f3;
}
/*Remove margin and top border from graphflow */
.related {
    border-top: none !important;
    margin-top: 0 !important;
}/* Font color in Graphflow buttons */
.cg-product-cta a {	
	color: #B2B2B2 !important;
	}
.content-area .cross-sells {
    padding-top: 1px;
    border-top: 2px solid #e2e2e2;
    margin-top: 30px;
}
/* Continue Shopping button on cart page */
.continue-shopping-button {
	margin: 5px 0px;
}
.continue-shopping-button a {
    font-size: 16px !important;
    padding: 12px 88px !important;
    border: 2px solid #e2e2e2 !important;
    color: #aeaeae !important;
}
.continue-shopping-button a:hover {
    border: 2px solid #000 !important;
    color: #000 !important;
}
/* Remove short border in filters */
h4.widget-title span {
    border-bottom: none !important;
}
/* Move Top of Page Button up to clear Google Trusted Stores Banner and match AddThis Style */
.cd-top {
    bottom: 60px !important;
}
/* Fix Quantity Buttons on single product */
.woocommerce .cart .quantity input.minus {
    margin-right: -4px !important;
    margin-left: 2px !important;
}
/* Cart icon placement in header on mobile */
@media (max-width: 768px)
.cg-header-cart-icon-wrap {
    left: 25px !important;
}
/* Make in stock text green */
.in-stock {
	color: #008000 !important;
	margin: 10px 0;
}
/* Single product price */
.single-product-details .amount {
	font-weight: bold !important;
}
/* Remove heart icon from wishlist link */
.yith-wcwl-wishlistexistsbrowse .cg-icon-heart-2-1, .yith-wcwl-add-button .cg-icon-heart-2-1, .yith-wcwl-wishlistaddedbrowse .cg-icon-heart-2-1 {
    display: none;
}
/* Resyle countdown timer */
.cdn_hrs {
	background-color: #FFF;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 0 2px;
}
.cdn_mins {
	background-color: #FFF;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 0 2px;
}
.cdn_secs {
	background-color: #FFF;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 0 2px;
}
.cdn_hldr {
	color: #333;
}
.cdn_before_adt_cart {
    margin-top: 5px;
    margin-bottom: 10px;
}
.in-stock {
	color: #008000 !important;
}
.fa {
	padding: 0 1px;
}
.cart-collaterals{
    width:32% !important;
}
#shipping_method li{
    font-size: 13px !important;
}
.content-area ul{
    font-size: 13px; !important;
}
/*.woocommerce-checkout-review-order-table .shipping > td {
    width: 70%;
}*/
#shipping_method li label {
	display: inline;
}