.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: nowrap;

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

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

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

    .image {
        width: 50%;

        &.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%;
            }
        }
    }

    .text {
        width: 50%;
        

        &.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;
        }
    }

    .buttons {
        display: flex;
        flex-wrap: nowrap;

        a {
            display: block;
            border: 1px solid #216be0;
            border-radius: 24px;
            color: #216be0;
            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 {
    a {
        cursor: pointer;
    }

    img {
        width: 80%;
        margin-left: 10%;
    }
}

@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: 48px;

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

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