/*
Theme Name:   	Guigon Store
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.0
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */
body {
    overflow-x: unset;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline:none;
}
.max {
    max-width: 1200px;
    margin: 0 auto;
}
body.woocommerce #primary,
body.woocommerce-checkout #primary {
	width: 100%;
}
.right-sidebar .widget-area {
    display: none;
}
.right-sidebar .content-area {
    width: 100%;
    float: left;
    margin-right: 0;
}
body.page-template-home .storefront-breadcrumb, 
body.page-template-home .entry-header h1.entry-title, 
.storefront-hero__button-edit {
    display: none;
}
.storefront-primary-navigation {
    background-color: #CC429E;
}
body.page-template-home #masthead {
    margin: 0 0 20px;
    border: 0 none;
}
.sec-slider {
    margin-bottom: 40px;
}
.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block;
}
.woocommerce-tabs ul.tabs li.active a {
    color: #CC429E;
}
.rdp {
    padding: 30px;
}
.rdp > .max {
    grid-template-columns: repeat(4, auto);
    column-gap: 30px;
    justify-content: space-between;
}
.ul-socs.ulsocs-rdp {
    list-style: none;
    grid-template-columns: repeat(3, 24px);
    column-gap: 12px;
    justify-content: start;
    margin: 0;
}
.logordp {
    max-width: 150px;
    display: inline-block;
}
.rdp p {
    margin:0;
    line-height: 125%;
    margin-bottom: 0.7em;
}
.rdp p.p-icone-rdp {
    grid-template-columns: 20px auto;
    column-gap: 8px;
    align-items: center;
}
.nav-rdp li {
    list-style: none;
}
.nav-rdp ul {
    margin: 0;
}
#payment .payment_methods>.woocommerce-PaymentMethod>label::before, #payment .payment_methods>.wc_payment_method>label::before {
    color: #fff;
}
.star-rating span:before, .quantity .plus, .quantity .minus, p.stars a:hover:after, p.stars a:after, .star-rating span:before, #payment .payment_methods li input[type=radio]:first-child:checked+label:before {
    color: #ab3e3e;
}
.ui-datepicker table {
    width: 100%;
    font-size: .7em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 6px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #000;
    color: #fff;
}
input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
    background-color: #fff;
}
.woocommerce-active .site-header .site-branding {
    width: 120px;
    float: left;
    margin: 0 30px 20px 0;
}
.site-header {
    padding: 20px 0;
}
@media screen and (max-width:1024px) {
    .rdp > .max {
        grid-template-columns: 1fr;
        column-gap: 30px;
        justify-content: center;
        text-align: center;
        row-gap: 30px;
    }
    .rdp p.p-icone-rdp {
        justify-content: center;
    }
    .ul-socs.ulsocs-rdp {
        justify-content: center;
    }
    
    .ui-datepicker .ui-datepicker-title {
        margin: 0;
        padding: 0;
    }
    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        padding: 1px 0 1px 2px;
        position: absolute;
        top: 0.25em;
        margin-top: 0;
        text-indent: 0;
    }
    .ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
        opacity: .15;
        filter: Alpha(Opacity = 35);
        background-image: none;
    }
    .ui-datepicker .ui-datepicker-prev {
        left: 0;
    }
    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-size: 12px;
    }
}