/*
 Theme Name:   Godispill
 Theme URI:    godispill.com
 Description:  Godispil child theme
 Author:       Acxcom
 Author URI:   http://acxcom.com
 Template:     stockholm
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: responsive-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
 Text Domain:  acx-child-theme
*/

/* ==== Add your own styles below this line ====
 * -------------------------------------------- */
.header_top > .container > .container_inner > .right > .inner{
    display: flex;
    justify-content: flex-end;
}
.header_top .container_inner{
    padding-right: 80px;
    box-sizing: border-box;
    width: 100%;
}
.top_welcome{
    color:#FFF;
    font-weight:500;
    padding:0 20px;
    font-size:14px;
    transition:0.3s all ease;
    font-family: Raleway,sans-serif;
}
.top_btn{
    color:#FFF;
    font-weight:500;
    padding:0 20px;
    height: 100%;
    display: inline-block;
    font-size: 14px;
    transition:0.3s all ease;
}
.top_btn_blue{
    background-color:#083070;
}
.scrolled .top_btn:not(.top_btn_blue),
.scrolled .top_welcome{
    color:#000;
}
.acx_cart_link{
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 101;
}
.acx_notification_cart_quantity {
    background: #f00;
    border-radius: 50px;
    color: #fff;
    padding: 3px;
}
.acx_notification_cart_quantity{
	position:absolute;
	top: 2px;
	left: calc(50% + 3px);
	transform:translateX(-50%);
	padding: 1px 8px;
}
.acx_shop{
    color: #24346f !important;
    margin-bottom: 4px !important;
    margin-right: 14px !important;
    text-align: center !important;
}
.acx_shop:hover{
    color:#FFF !important;
}
@media screen and (max-width:600px){
    .actions .button{
        width:100% !important;
        text-align:center !important;
    }
}

@media screen and (max-width:1400px){
    .acx_cart_link{
        right: 20px;
    }
    .header_top .container_inner {
        padding-right: 20px;
    }
}
@media screen and (max-width:1280px){
    .main_menu{
        margin-right: 70px;
    }
    .q_logo img{
        max-width:326px;
    }
}
@media screen and (max-width:1024px){
    .acx-text-block {
        margin-top: 72px;
        font-size: 20px !important;
    }
    #slider-26-slide-92-layer-0 {
        font-size: 30px !important;
    }
    #slider-26-slide-92-layer-2 {
        font-size: 22px !important;
        margin-top: 0 !important;
        line-height: 1.2 !important;
    }
    #slider-26-slide-92-layer-1 {
        font-size: 16px !important;
        line-height: 1.4 !important;
        margin-top: 60px !important;
    }
}
@media screen and (max-width:980px){
    .acx_cart_link{
        top: 50px;
    }
    .header_top .container_inner{
        padding:0;
    }
    .header_top .left{
        display:none;
    }
    .top_btn,
    .top_welcome{
        height: 32px;
        line-height: 32px;
    }
    .acx-text-block {
        font-size: 16px !important;
    }
    #slider-26-slide-92-layer-0 {
        font-size: 24px !important;
    }
    #slider-26-slide-92-layer-2 {
        font-size: 20px !important;
    }
    #slider-26-slide-92-layer-1 {
        font-size: 14px !important;
    }
}
@media screen and (max-width:780px){
    .acx-text-block {
        margin-top: 132px;
    }
    #slider-26-slide-92-layer-1 {
        margin-top: 110px !important;
    }
}
@media screen and (max-width:630px){
    #slider-26-slide-92-layer-0 {
        font-size: 18px !important;
    }
    #slider-26-slide-92-layer-2 {
        font-size: 16px !important;
    }
}
@media screen and (max-width:480px){
    #rev_slider_26_1_wrapper, #rev_slider_26_1 {
        height: 860px !important;
    }
}
@media screen and (max-width:415px){
    #rev_slider_26_1_wrapper, #rev_slider_26_1 {
        height: 720px !important;
    }
}
header .container_inner {
	width: 88% !important;
}

/* ACXCOM FIX */
.woocommerce-store-notice {
    position: fixed;
    z-index: 999999;
    background-color: red;
    bottom: 0;
    width: 100%;
    padding: 10px 5% 30px;
    text-align: center;
    color: #fff;
}
.woocommerce-cart .product-price, .woocommerce-cart .product-subtotal, .woocommerce-cart .cart_totals, .woocommerce-checkout .product-total, .woocommerce-checkout .amount, .woocommerce-checkout .cart-subtotal, .woocommerce-checkout .order-total {
    display: none !important;
}
.acx-custom-message {
    display: block;
    margin-bottom: 30px;
    font-weight: bold;
}
#slider-26-slide-92-layer-1 {
    margin-top: 10px;
    line-height: 1.4 !important;
}