.f-all-nav {
    display: initial;
}

.f-all-nav .primary-nav {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.f-all-nav .primary-nav .menu-main-menu-container {
    width: 100%;
}

.f-all-nav .primary-nav .menu-top-menu-container {
    
}

#product-variants ul li img {
    -mox-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;		
}

.f-wrap {
    width: 100%;
    background-color: #fff;
}

#content {
    padding-bottom: 0;
}

.f-content {
    margin: 0 auto;
    max-width: 940px;
    width: 90%;

    display: flex;
    flex-wrap: wrap;

    .full-image {
        width: 100%;
        position: relative;

        img {
            width: 100%;
            height: auto;
            object-fit: contain;
        }

        .buttons {
            /*position: absolute;*/
            right: 0;
            bottom: 60px;

            margin-bottom: 60px;
            display: flex;
            justify-content: center;
            /*margin-top: 40px;*/
        }
    }

    .image {
        width: 100%; /* @todo */

        &.padding {
            margin-top: 60px;
            margin-bottom: 60px;
        }

        img {
            width: 100%;
            height: auto;
            object-fit: contain;

            &.size-75 {
                width: 75%;
            }
            &.size-50 {
                width: 50%;
            }
            &.size-25 {
                width: 25%;
            }
        }

        @media (max-width: 769px) { 
            margin-top: 0 !important;
            margin-bottom: 0  !important;
            margin-left: 0  !important;
            margin-right: 0  !important;            
        }
    }

    .text {
        width: 100%;
        display: flex;
        justify-content: center;        
        flex-wrap: wrap;
        
        > * {
            width: 100%;
        }


        &.center {
            align-self: center;
        }

        &.bottom {
            align-self: flex-end;
            margin-bottom: 60px;
        }

        &.left {
            /*padding-right: 50px;*/
        }

        &.right {
            /*padding-left: 50px;*/
        }

        img {
            display: block;
            margin-bottom: 15px;

            &.size-75 {
                width: 75%;
            }
            &.size-50 {
                width: 50%;
            }
            &.size-25 {
                width: 25%;
            }
        }

        p {
            margin-top: 0 !important;
            margin-bottom: 15px !important;
            width: 75%;

            &:last-of-type {
                margin-bottom: 30px !important;
            }
        }

        h2 {
            font-size: 32px;
            line-height: 35px;
            margin-top: 0 !important;
            margin-bottom: 10px !important;
            text-transform: none !important;
            text-align: center;
        }
    }

    .buttons {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        justify-content: center;
        margin-bottom: 60px;        

        a {
            display: block;
            /*border: 1px solid #216be0;*/
            border: 1px solid #0f5283;
            border-radius: 24px;
            /*color: #033458;*/
            color: #0f5283;
            padding: 8px;
            padding-left: 16px;
            padding-right: 16px;
            text-align: center;
            margin-right: 12px;
            cursor: pointer;
            background-color: #fff;
        }

        a:hover {
            text-decoration: none;
        }

        a.blue {
            color: #fff;
            background-color: #216be0;

        }

    }
}

.f-divider {
    background-image: url('/wp-content/themes/towe/css/gfx/bg.png');
    background-repeat: repeat;
    height: 30px;
    width: 100%;
}

#product-360 {
    position: relative;
}

#product img {
    width: 100% !important;
    height: auto !important;
}

#product-variants {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

#product-variants ul {
    column-gap: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-wrap: wrap;
}

#product-variants ul li {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

.f-content .full-image.random-product {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

    a {
        cursor: pointer;
    }

    img {
        width: 100%;
        /*margin-left: 10%;*/
    }
}

.tagline {
    display: none;
}

.u-visuallyhidden {
    width: 100%;
    font-size: 12px;
    color: #444;
    font: 16px / 1.4 futura-pt, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: #0f5283;

    position: initial;
    height: auto;
}

@media (max-width: 769px) {
    #product-360 div.product-360-wrap {
        min-height: 0;
        padding-bottom: 80px;
    }    

    .f-content {
        flex-wrap: wrap;
    }

    .f-content .text {
            width: 100%;
            padding-left: 0 !important;
            padding-right: 0 !important;
    }

    .f-content .text .buttons {
        margin-bottom: 40px;
    }

     .f-content .image {
            width: 100%;
    }

    #product-variants ul li {
        width: 50%;
    }

    .f-content .text.bottom {        
        margin-bottom: 0px;
    }

    .f-content .right {
        margin-top: 30px;
    }

    .random-product {
        /*padding-bottom: 40px;*/
        margin-bottom: 40px;  

        .buttons {
            bottom: -10px !important;
        }
    }

    img.size-75 {
        margin-top: 30px;
    }

    .text.left {
        margin-top: 30px;
    }

    .primary-nav-btn {
        top: -44px;
    }

    header#header {
        height: 98px;

        h1 {
            text-align: center;
            display: flex;
            justify-content: center;
            height: 100%;
            align-items: center;
        }

        img {
            transform: scale(1.3, 1.3);
        }

        .u-visuallyhidden {
            display: block !important;
            clip: initial !important;
            margin: 0 !important;
            position: relative !important;
            /*width: auto !important;*/
            height: auto !important;
            font-size: 15px;
            letter-spacing: 1.5px;

            padding-top: 8px;

            color: #0f5283;
        }
    }

    .f-content .full-image .buttons {
        margin-bottom: 0 !important;
    }
}

#products>ul {
    column-count: 1 !important;
}

#products>ul li {
    width: 100%;
}

#products>ul li img {
    width: 100%;
}

.sb-custom {
    background-image: none !important;
    border: 1px solid #0f5283 !important;
    border-radius: 24px !important;
    box-shadow: none !important;
    color: #0f5283 !important;
}

div.sb-custom:before {
    background: none;
    content: "⌄";
    display: block;
    height: 100%;
    left: 8px;
    position: absolute;
    top: -3px;
    width: 33px;
    font-size: 18px;
    color: #0f5283;
    left: 20px;
}

.sb-custom, .sb-select {
    color: #0f5283 !important;    

    input {
        box-shadow: none;
        padding-left: 40px !important;
    }
}


.js-toggle-primary-nav {
    position: absolute;
    right: 0;
    top: -68px;
}

#header h1 a {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-decoration: none;
}

header#header img {
    
    @media (max-width: 769px) {
        transform: scale(1.45, 1.45);
    }
}

@media (max-width: 769px) {
    .mob-50-vh {    
        min-height: 50vh;
    }
}

.random-prod-image-padding {
    margin-bottom: 40px
}

@media (max-width: 769px) {
    .random-prod-image-padding {
        margin-bottom: 0;
    }
}
