/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* custom columns start */

.custom-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right:-15px;
    margin-left:-15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.custom-col,.no-gutters>[class*=custom-col-] {
    padding-right: 0;
    padding-left: 0
}

.custom-col,.custom-col-1,.custom-col-10,.custom-col-11,.custom-col-12,.custom-col-2,.custom-col-3,.custom-col-4,.custom-col-5,.custom-col-6,.custom-col-7,.custom-col-8,.custom-col-9,.custom-col-auto,.custom-col-lg,.custom-col-lg-1,.custom-col-lg-10,.custom-col-lg-11,.custom-col-lg-12,.custom-col-lg-2,.custom-col-lg-3,.custom-col-lg-4,.custom-col-lg-5,.custom-col-lg-6,.custom-col-lg-7,.custom-col-lg-8,.custom-col-lg-9,.custom-col-lg-auto,.custom-col-md,.custom-col-md-1,.custom-col-md-10,.custom-col-md-11,.custom-col-md-12,.custom-col-md-2,.custom-col-md-3,.custom-col-md-4,.custom-col-md-5,.custom-col-md-6,.custom-col-md-7,.custom-col-md-8,.custom-col-md-9,.custom-col-md-auto,.custom-col-sm,.custom-col-sm-1,.custom-col-sm-10,.custom-col-sm-11,.custom-col-sm-12,.custom-col-sm-2,.custom-col-sm-3,.custom-col-sm-4,.custom-col-sm-5,.custom-col-sm-6,.custom-col-sm-7,.custom-col-sm-8,.custom-col-sm-9,.custom-col-sm-auto,.custom-col-xl,.custom-col-xl-1,.custom-col-xl-10,.custom-col-xl-11,.custom-col-xl-12,.custom-col-xl-2,.custom-col-xl-3,.custom-col-xl-4,.custom-col-xl-5,.custom-col-xl-6,.custom-col-xl-7,.custom-col-xl-8,.custom-col-xl-9,.custom-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.custom-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.custom-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.custom-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.custom-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.custom-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.custom-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.custom-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.custom-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.custom-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.custom-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.custom-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.custom-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.custom-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.custom-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (min-width: 576px) {
    .custom-col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .custom-col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .custom-col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .custom-col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .custom-col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .custom-col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .custom-col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .custom-col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .custom-col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .custom-col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .custom-col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .custom-col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .custom-col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .custom-col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 768px) {
    .custom-col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .custom-col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .custom-col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .custom-col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .custom-col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .custom-col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .custom-col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .custom-col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .custom-col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .custom-col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .custom-col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .custom-col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .custom-col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .custom-col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.333333%
    }

    .offset-md-2 {
        margin-left: 16.666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 992px) {
    .custom-col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .custom-col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .custom-col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .custom-col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .custom-col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .custom-col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .custom-col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .custom-col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .custom-col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .custom-col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .custom-col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .custom-col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .custom-col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .custom-col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media (min-width: 1200px) {
    .custom-col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .custom-col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .custom-col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .custom-col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .custom-col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .custom-col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .custom-col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .custom-col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .custom-col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .custom-col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .custom-col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .custom-col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .custom-col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .custom-col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.333333%
    }

    .offset-xl-2 {
        margin-left: 16.666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

/* custom columns end */
.footer_container p, .footer_container h3
{
	font-size: 14px;
    margin: 0;
    color: #5D6F7C;
}

.footer_container h3
{
    font-size: 16px !important;
    font-weight: 700;
    margin: 0 !important;
    color: #5D6F7C;
}

.footer_container .fusion-menu a
{
    border-bottom: 1px dotted #5D6F7C;
}

.shout-out .shout-out-lower
{
	opacity: 0.3;
	display: block;
}

.shout-out .shout-out-upper
{
	opacity: 0.8;
	display: block;
}

.new-packs h1 {
	margin-top:0px;
    margin-bottom: 0px;
    padding-top: 5px;
    line-height: 0.9;
    font-weight: 800;
    text-transform: uppercase;
}

.model-style {
    font-weight: normal;
    display: block;
	font-family: 'Libre Franklin';
}

/* Slider and calories info start */
.panels-and-sliders {
    margin-bottom: 50px
}

.panels-and-sliders .panels .panel-section {
    border: 3px solid #222;
    background-color: #fff;
    min-height: 85px;
    max-height: 85px;
    overflow: hidden;
    padding: 8px;
    font-weight: bold;
    border-bottom: none
}

.panels-and-sliders .panels .panel-section p {
    font-family: benton-sans-comp-bold,sans-serif;
    text-align: center;
    padding-top: 3px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1
}

.panels-and-sliders .panels .left-section {
    border-right: none;
}

.panels-and-sliders .panels .bottom-section {
    border-bottom: 3px solid #222 !important;
    min-height: 40px;
    max-height: 40px
}

.panels-and-sliders .panels .right-section {
    border-left: none
}

.panels-and-sliders .panels .panel-value {
    font-family: benton-sans-wide,sans-serif;
    display: block;
    text-align: center;
    font-size: 29px;
    line-height: 1
}

.panels-and-sliders .panels .panel-label {
    font-size: 13px;
    display: block;
    text-align: center;
    font-family: benton-sans-comp-bold,sans-serif;
    font-weight: bold;
    text-transform: uppercase
}

.panels-and-sliders .sliders {
    position: relative;
    padding-top: 50px
}

.panels-and-sliders .sliders .strip {
    width: 100%;
    border-top: 3px solid #222
}

.panels-and-sliders .sliders .slider-dot {
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    top: 40px;
    background-color: #222
}

.panels-and-sliders .sliders .slider-right-value,.panels-and-sliders .sliders .slider-left-value {
    font-family: benton-sans-comp-bold,sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 10px
}

.panels-and-sliders .sliders .slider-left-value {
    text-align: left;
    float: left
}

.panels-and-sliders .sliders .slider-right-value {
    text-align: right;
    float: right
}

body .order-online-links h4 {
    font-weight: 600;
    font-size: 26px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.shopify-link
{
	margin-top: 14px;
    display: block;
    font-weight: 600;
}

/* Slider and calories info end */

.footer_info h3
{
	font-family: inherit;
}

/* Awards and Ingredients Start */

.awards-and-accolades
{
	color:#666
}

body .awards-and-accolades h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-family: benton-sans-cond-regular, sans-serif;
    font-weight: 800;
    margin-bottom: 15px;
	color:inherit;
}

.awards-and-accolades h4 i {
    padding-right: 10px;
}

.awards-and-accolades .award-row {
    margin-bottom: 8px;
    font-size: 16px;
    font-family: benton-sans-comp-regular, sans-serif;
    text-transform: uppercase;
}

.awards-and-accolades small {
    display: block;
    text-transform: uppercase;
    font-family: benton-sans-cond-regular, sans-serif;
    font-weight: 600;
}


.new-packs .ingredients-and-nutritionals h5, .new-packs .ingredients-and-nutritionals tr, .new-packs .ingredients-and-nutritionals td, .new-packs .ingredients-and-nutritionals li, .new-packs .ingredients-and-nutritionals p, .new-packs .ingredients-and-nutritionals h5 small
{
	font-family: benton-sans-comp-regular, sans-serif;
    font-size: 16px;
    line-height: 24px;
	color:#666;
	text-transform: uppercase;
}

.new-packs .ingredients-and-nutritionals h5, .new-packs .ingredients-and-nutritionals h5 small {
    font-weight: 600;
	margin: 0;
    margin-bottom: 8px;
}

.new-packs .ingredients-and-nutritionals table td, .new-packs .ingredients-and-nutritionals table td:first-of-type {
    padding: 7px 20px 7px 10px;
    border-top: 3px solid #666;
    font-weight: 600;
}

.new-packs .ingredients-and-nutritionals table td:last-of-type {
    padding-right: 10px;
    font-weight: 400;
}

.new-packs .ingredients-and-nutritionals table .double-value td
{
    padding-bottom: 0;
}

.new-packs .ingredients-and-nutritionals table .align-right {
    text-transform: none;
}

.align-right {
    text-align: right;
}

.new-packs .ingredients-and-nutritionals table td.sub-value {
    border-top: 0;
    padding-top: 0;
    padding-left: 10px !important;
    font-weight: 400;
}

/* Awards and Ingredients End */

/* Range page start */
.edger_img img
{
	width:100%;
	padding: 10px 50px 50px;
}

body .range-beers h2{
	font-weight: 900;
    text-transform: uppercase;
    line-height: 1!important;
    font-size: 40px;
    margin-bottom: 0;
    padding-bottom: 35px;
}

.drink-picture-box
{
	height: 250px;
    max-height: 250px;
}

body .drink-box-layout h4
{
	font-size:24px;
    font-weight: 800;
    line-height: 1;
	margin:0;
}

.box-model-style
{
	display:block;
	font-weight:normal;
	font-family: 'Libre Franklin';
}

/* Range page end */

body.page-template-default #content h1 {
    line-height: 0.9;
	margin:0;
    margin-bottom: 30px;
	text-transform:uppercase;
}

body.page-template-default #content h2
{
	margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.1;
    font-family: "Platform Regular Cy Web", sans-serif;
    text-transform: uppercase;
}

.small_img_caption
{
	padding: 10px;
    color: #666666;
    font-size: 13px;
    font-style: italic;
}

@media only screen and (max-width: 768px) {
    .shout-out {
        font-size:70px!important;
        line-height: 56px!important;
    }
	
	body .range-beers h2{
		font-size:32px;
	}
}

