/*
 * Single Product template styles
 * Previously inlined inside <style> blocks in 4 templates.
 * Extracted so CSS is cached by the browser and not re-downloaded with every page.
 */

#gallery {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#gallery img {
    border: none;
    width: 100%;
    height: 100%;
}

#gallery_nav {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#gallery_nav a {
    display: block;
    width: 100px;
    height: 100px;
}

#gallery_output {
    width: 100%;
    height: 400px;
    overflow: hidden;
}

#gallery_output img {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto 0;
}

@media only screen and (max-width: 768px) {
    #gallery_output {
        height: 300px;
    }
}

.on {
    border: 1px solid rgba(92, 92, 92, 1);
}

.section-padding1 {
    padding: 50px 0;
}

.contact {
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.price {
    font-size: 30px;
    line-height: 100px;
    color: #ff5e14;
    font-weight: 300;
}

.order {
    font-size: 20px;
    line-height: 40px;
    color: #555555;
    font-weight: 300;
}

.contact a {
    margin-left: 30px;
    font-size: 20px;
    line-height: 100px;
    color: #ff5e14;
    font-weight: 300;
}

.line {
    width: 100%;
    height: 10px;
    border-bottom: 3px #209c38 solid;
}

.content {
    padding-top: 20px;
}

.clear20 {
    height: 20px;
    clear: both;
}

.clear50 {
    height: 50px;
    clear: both;
}

.support {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.sm {
    padding: 10px 0;
    display: flex;
    flex-direction: row;
}

.smbadge {
    font-size: 20px;
    line-height: 20px;
    color: #555555;
    margin-right: 10px;
}

.gou {
    font-size: 20px;
    line-height: 20px;
    color: #209c38;
}

.col.col-md-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.col.col-md-4 video {
    max-width: 100%;
}
