/*
Theme Name:   	Gohan
Theme URI:    	http://artbenitez.com/wp/themes
Author:       	Art Benitez
Author URI:     http://artbenitez.com
Template:     	storefront
Description:  	This is a custom theme based on storefront designed specifically for damen griffith
Version:      	1.0.0
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	Gym, ari themes, fitness themes
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
*/

html {
    box-sizing: inherit;
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

body {
    color: #272c30;
    font-family: 'Montserrat', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background-color: #757575;
    overflow-x: hidden;
}

nav,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.c {
    width: 100%;
    /* padding-top: 100px; */
}

.inner,
#main {
    margin: auto;
    max-width: 1170px;
}

.r {
    display: flex;
    margin-bottom: 12px;
}

.cl {
    align-self: flex-start;
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    width: 100%;
}

.r .cl:first-child {
    margin-left: -12px;
}

.r .cl:last-child {
    margin-right: -12px;
}

.wp {
    flex-wrap: wrap;
}

.wp .cl {
    flex: 0 1 auto;
    margin-bottom: 24px;
}

.w25 .cl {
    width: 25%
}

.w33 .cl {
    width: 33.3%
}

.w50 .cl {
    width: 50%
}

.lfad {
    width: 403px;
}

.cl0 {
    background-color: gold;
    flex: 1 0 auto;
    width: 300px;
}

.rm {}

.img {
    max-width: 100%;
    display: block;
}


/*inputs*/

.btn,
.txt,
.sel {
    background-color: white;
    border: solid rgb(204, 203, 205) 1px;
    border-radius: 3px;
    font-size: 11pt;
    height: 42px;
    padding-left: 12px;
    padding-right: 12px;
    outline: none;
}

.txt {
    box-shadow: 0px 0px 0px #eaeaea, inset 0px 1px 2px #eaeaea;
}

.txt:hover,
.sel:hover {
    border-color: #ababab;
}

.txt:focus,
.sel:focus {}

.btn {
    font-weight: 500;
    background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 0%, rgba(243, 243, 243, 1) 100%);
}

.btn:hover {
    background: #f5f4f6;
}

.btn:focus {
    box-shadow: inset 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
}

.txt:focus {
    box-shadow: inset 0px 1px 5px 0px #cccccc;
    border-color: #cccccc;
}

.btn-b {
    background: linear-gradient(to bottom, #234fde 0%, #0047d4 100%);
    color: white;
    border-color: #0038a5;
}

.btn-b:hover {
    background: #0047d3;
}

.btn-b:focus {
    box-shadow: inset 0px 2px 6px 0px rgb(0, 40, 119);
    border-color: #004ad0;
}

.btn-r {
    background: linear-gradient(to bottom, #e72713 0%, #d30000 100%);
    color: white;
    border-color: #b50000;
}

.btn-r:hover {
    background: #d30000
}

.btn-r:focus {
    border-color: #d10000;
    box-shadow: inset 0px 2px 6px 0px rgb(144, 2, 0);
}

.btn-g {
    background: linear-gradient(to bottom, #00d818 0%, #00b12d 100%);
    border-color: #008c25;
}

.btn-g:hover {
    background: #01ca34
}

.btn-g:focus {
    border-color: #009626;
    box-shadow: inset 0px 2px 6px 0px rgb(0, 130, 30);
}

.btn-o {
    background: linear-gradient(to bottom, #303030 0%, #0c0c0c 100%);
    color: white;
    border-color: #252525;
}

.btn-o:hover {
    background: #2f2f2f
}

.btn-o:focus {
    border-color: black;
    box-shadow: inset 0px 2px 6px 0px rgb(0, 0, 0);
}

.frml {
    font-size: 0;
}

.frml .txt {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.frml .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}

.lbl {
    display: inline-block;
    font-size: 11pt;
}

.lbl input {
    background-color: pink;
    vertical-align: middle;
    margin: 0;
}

.lbl-n {
    vertical-align: middle;
    font-weight: 600;
}

.sel {
    min-width: 100px;
    height: 32px;
}


/*inputs*/


/*theme*/

.hhhh {
    height: 100px;
    /* background-color: rgba(27, 27, 27, 0.76); */
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(125, 185, 232, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8', GradientType=0);
}

.aheader {
    background-image: url('http://damengfit.com/wp-content/uploads/2017/11/damen-griffith-header.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 0;
    margin-bottom: 0;
}

.aheader .r {
    margin-bottom: 0
}

.ayourcoach {
    background-image: url('http://artbenitez.com/final_damen/wp-content/uploads/2017/11/damen-griffith-fitness-book.jpg');
}

.aprograms {
    background-image: url('http://artbenitez.com/final_damen/wp-content/uploads/2017/11/damen_programs-1.jpg');
}

.asponsors {
    background-image: url('http://artbenitez.com/final_damen/wp-content/uploads/2017/11/damen-griffith-advertisements.jpg')
}

.atransformation {
    background-image: url('http://artbenitez.com/final_damen/wp-content/uploads/2017/11/damen-griffith-transformations-1.jpg')
}

.afooter {
    background-image: url('http://artbenitez.com/final_damen/wp-content/uploads/2017/11/damen-griffith-footer.jpg')
}

.aapp {
    background-image: url('http://artbenitez.com/final_damen/wp-content/uploads/2017/11/damen-griffith-app-1.jpg')
}

h1 {}

.logomain {
    font-weight: 900;
    font-size: 28pt;
    /* line-height: 0; */
    color: white;
    text-shadow: 0px 0px 12px black;
}

.logomain em {
    font-style: normal;
    font-weight: 500;
    color: red;
}

.sect {
    font-size: 45pt;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 58px;
    color: white;
    text-shadow: 0px 0px 18px black;
}

nav {
    text-align: right;
}

nav a {
    text-transform: uppercase;
    font-size: 10pt;
    line-height: 1;
    padding-left: 12px;
    font-weight: 500;
    text-decoration: none;
    text-shadow: black 0px 0px 8px;
    color: white;
}

nav a:hover {}

.damen {}

.inner,
#main {
    /* background-color: rgba(128, 128, 128, 0.23); */
}

.menu {
    line-height: 94px;
    height: 100px;
    /* background-color: red; */
    margin-bottom: 0;
    position: relative;
}

.logo {
    width: 784px;
    /* background-color: darkgoldenrod; */
    height: 100px;
}

.mobile_menu {}

.r .program_cnt {
    /* margin-left: 0px!important; */
    width: 600px;
    flex-grow: 0;
    margin: auto!important;
}

.slider {}

#primary {
    /* margin-top:100px; */
    background-color: rgb(43, 43, 43);
    padding-top: 100px;
    padding-bottom: 100px;
    color: white;
}

.menutitle {
    display: none
}

#primary a {
    color: white;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-position: center center;
}

.sponsor {
    /* min-height:260px; */
    background-color: rgba(255, 255, 255, 0.36);
}

.row {}

.sponsor img {
    display: inline-block;
    float: left;
    width: 100%;
}

.view_more {
    color: white;
    text-decoration: none;
}

.program {
    background-color: #0a0a0a;
    box-shadow: 0px 4px 12px black;
    border: solid black 2px;
}

.program_img {
    max-width: 100%;
}

.program_p_d {
    color: white;
    padding: 12px;
}

.product_name {
    font-size: 23pt;
    text-align: center;
    margin-bottom: 50px;
}

.program_buy_price {
    font-size: 17pt;
    font-weight: 600;
    /* padding: 12px; */
    display: inline-block;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

.program_price {
    float: left;
}

.buy_lan {
    float: right;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 8px;
    border: solid #000000 1px;
    text-decoration: none;
    background-color: white;
    /* font-size: 16pt; */
    font-weight: 500;
    color: red;
}

.available {
    height: 315px;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.available img {}

.middle {}

.video_cont {
    text-align: center;
}

.slider_main_text {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 44pt;
    bottom: 200px;
    text-transform: uppercase;
    font-weight: 900;
    color: white;
    /* line-height: 44pt; */
}

.video {}

.video iframe {
    box-shadow: 0px 3px 13px black;
}

.mobile_menu {
    display: none
}

.more {
    text-align: right;
    padding-right: 12px;
}

.footert {
    font-size: 20pt;
    color: rgb(222, 16, 16);
    text-transform: uppercase;
    margin-bottom: 16px;
}

.transformed {
    min-height: 192px;
    position: relative;
}

.transformed div {
    position: absolute;
    top: 0;
    /* left: 0px; */
    bottom: 0px;
    /* right: 0px; */
    width: 50%;
}

.transformed .before {
    left: 0;
}

.transformed .after {
    right: 0;
}

.transformed img {
    width: 100%;
}

.footer_link {
    display: inline-block;
    font-size: 12pt;
    color: #d6d6d6;
    text-decoration: none;
    font-weight: 500;
    padding-top: 4px;
    padding-bottom: 4px;
}

.footer_link:hover {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.downloadapp {
    text-transform: uppercase;
    text-align: center;
    padding: 12px;
    background-color: #002231;
    display: inline-block;
    /* margin: auto; */
    padding-left: 24px;
    padding-right: 24px;
    font-weight: 900;
    color: white;
    text-decoration: none;
    margin-top: 32px;
}

.copyright {
    margin-bottom: 0px
}

.ayourcoach {
    background-color: #bccf70;
    overflow: hidden;
}

.atransformation {
    background-color: blue;
}

.aprograms {
    background-color: #9c0000;
}

.aapp {
    background-color: #003c58;
}

.asponsors {
    background-color: #333333;
    border-bottom: solid #2b2b2b 1px;
}

.afooter {
    background-color: #212121;
}

.asub {
    background-color: #171717;
    color: white;
    padding-bottom: 12px;
    padding-top: 12px;
    border-top: solid black 1px;
}

.yourcoachdamen {
    position: relative;
    height: 661px;
    /* background-color: red; */
    margin-bottom: -113px;
}

.yourcoachdamen img {
    position: absolute;
    bottom: 0;
    right: 0;
}

.booklet {
    width: 337px;
    height: 425px;
    border-style: solid;
    border-width: 9px;
    border-color: rgb(255, 255, 255);
    background-color: rgb(8, 8, 8);
    box-shadow: 0px 9px 36.4px 3.6px rgba(0, 0, 0, 0.35);
    position: absolute;
}

.front {
    transform: rotate(-11deg)!important;
    z-index: 1;
    top: 0;
}

.back {
    left: 312px;
}

.noscroll {
    overflow: hidden
}

.ebook {
    text-transform: lowercase;
    font-weight: 700;
    bottom: 36px;
    /* left: 0; */
    /* right: 0; */
    position: absolute;
    margin: auto;
    z-index: 6;
    width: 100%;
    text-align: center;
    text-shadow: 0px 2px 10px black;
    font-size: 39pt;
    color: #b1c469;
}

.yourcoach {
    /* font-size: 21pt; */
    /* background-color: red; */
    margin-bottom: 55px;
}

.yourcoach_title {
    display: block;
    font-size: 20pt;
    line-height: 1;
}

.your_coach_name {
    font-size: 30pt;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1;
}

.book {
    height: 427px;
    position: relative;
    width: 652px;
}

.slider {
    width: 100%;
    height: 100vh
}

.sticky {
    background-color: rgba(0, 0, 0, 0.68);
    box-shadow: 0px 0px 12px black;
}

.scroll_btm {}

.arrown {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 0;
    width: 0;
    border-left: 66px solid transparent;
    border-right: 66px solid transparent;
    border-bottom: 64px solid rgba(125, 3, 3, 0.83);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.arrown:before {
    content: '';
    position: absolute;
    top: 39px;
    left: 50%;
    height: 20px;
    width: 30px;
    margin-top: -5px;
    margin-left: -15px;
    background: -webkit-linear-gradient(top left, #ffffff, #c3c3c3);
    background: linear-gradient(top left, #e84c00, #c10040);
    -webkit-clip-path: polygon(15% 0, 50% 60%, 85% 0, 100% 20%, 50% 100%, 0 20%);
    clip-path: polygon(15% 0, 50% 60%, 85% 0, 100% 20%, 50% 100%, 0 20%);
    -webkit-animation: bounce 2s ease infinite;
    animation: bounce 2s ease infinite;
}

.footer_right {
    text-align: right
}

.footer_right a {
    color: #00adff;
}

.yourcoach_title {
    color: white
}

.your_coach_name {
    color: #b3c86d;
}

@keyframes bounce {
    50% {
        -webkit-transform: scale(0.75) translateY(-50%);
        transform: scale(0.75) translateY(-50%);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/*theme*/


/*WOO COMMERCE CUSTOM ART STUFF*/

.entry-header {
    display: inline-block;
    padding-bottom: 0px!important;
    font-size: 21pt;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
    width: 100%;
    text-align: left!important;
}

.col-full .woocommerce {
    margin: auto;
    /* max-width: 1400px; */
    float: left;
    width: 100%;
}

.woocommerce-message {
    max-width: 1400px;
    margin: auto;
    background-color: #2eef00;
    margin-top: 12px;
    color: black;
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 1000;
}

.wc-forward {
    margin-right: 12px;
}

.woocommerce .site-content {}

.content-area {
    padding-top: 12px;
    padding-bottom: 24px;
    float: none;
    width: 100%;
    /* border: solid green 1px; */
    display: block;
}

.site-main {
    /* border: solid red 1px; */
    max-width: 1400px;
    margin: auto;
}

.woocommerce-breadcrumb {
    /* padding-bottom: 16px; */
    font-size: 12pt;
    color: gray;
    font-weight: 600;
    /* border-bottom: 2px solid #2d2d2d; */
    /* margin-bottom: 12px; */
    background-color: #2b2b2b;
    line-height: 36pt;
    margin-bottom: 12px;
    padding-left: 12px;
    line-height: 1;
    text-align: left;
}

.woocommerce-breadcrumb a {
    padding-left: 0
}

.woocommerce-breadcrumb a {
    color: red;
}

.woocommerce-breadcrumb span {
    padding: 0px!Important;
    margin-left: 8px;
    /* color: white; */
    margin-right: 8px;
    text-indent: 0px!Important;
}

.woocommerce-breadcrumb span:after {
    display: none!important;
}

.entry-title {
    font-weight: 800;
    font-size: 27pt;
    clear: both;
    .single-product div.product p.price {
        font-size: 1.41575em;
        margin: 1.41575em 0;
    }
    margin: 1.41575em 0;
    margin-bottom: 1.41575em;
}

.storefront-full-width-content .woocommerce-products-header h1:last-child,
.storefront-full-width-content.woocommerce-account .entry-header h1:last-child,
.storefront-full-width-content.woocommerce-cart .entry-header h1:last-child,
.storefront-full-width-content.woocommerce-checkout .entry-header h1:last-child {
    margin-bottom: 0;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
}
 .product{   text-align: right;}
.single-product div.product .images {
    /* float: left; */
    width: 40%;
    /* background-color: red; */
    margin-right: 35px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.single-product div.product .summary,
.woocommerce-tabs {
    width: 55%;
    /* float: right; */
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.single-product div.product p.price {
    font-size: 1.41575em;
    margin: 1.41575em 0;
}

.single-product div.product form.cart {
    margin-bottom: 1.618em;
    padding: 1em 0;
}

.single-product div.product form.cart:after,
.single-product div.product form.cart:before {
    content: "";
    display: table;
}

.single-product div.product form.cart .quantity {
    float: left;
    margin-right: .875em;
}

.input-text,
input[type=email],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
textarea {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    font-size: 11pt;
}

.nm-productmeta-box input {
    padding-left: 12px!important;
    padding-right: 12px!important;
    padding-top: 12px!important;
    padding-bottom: 12px!important;
    /* margin-top: 12px; */
}

.nm-productmeta-box label {
    display: block;
}

.quantity .qty {
    width: 4.235801032em;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
}

.added_to_cart,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    border: 0;
    background: 0 0;
    background-color: #43454b;
    border-color: #43454b;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    outline: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: antialiased;
    border-radius: 0;
    font-size: 11pt;
}

.woocommerce-tabs {
    /* float: right; */
    /* width: 50%; */
}

.wc-tabs {
    display: none
}

.woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.618em;
    margin-bottom: 1em;
    display: block;
    float: left;
    width: 100%;
}

.woocommerce-tabs p {
    margin: 0 0 1.41575em;
    line-height: 1.618;
}

.woocommerce-tabs ol,
.woocommerce-tabs ul {
    margin: 0 0 1.41575em 3em;
    padding: 0;
}

.woocommerce-tabs ol li,
.woocommerce-tabs ul li {
    line-height: 1.618;
}

.single-product div.product .woocommerce-product-gallery img {
    margin: 0;
    height: auto;
    max-width: 100%;
    display: block;
}

figure {
    margin: 0;
}

.single_add_to_cart_button {
    padding-top: 12px;
    padding-bottom: 12px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .875em;
    right: .875em;
    display: block;
    height: 2em;
    width: 2em;
    border-radius: 3px;
    z-index: 99;
    text-align: center;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: #eeeeee;
    color: #333333;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    /* margin-bottom: 1.618em; */
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
    margin-top: 12px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    margin-bottom: 1.618em;
    cursor: pointer;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 100px;
    float: left;
    margin-right: 12px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: .5;
    -webkit-transition: all, ease, .2s;
    transition: all, ease, .2s;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

table {
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
}

table.cart td.product-remove {
    padding: 0;
    border-top: 1.618em solid;
    position: relative;
}

table.cart td.product-remove {
    display: table-cell;
    padding: 1.618em;
    border: 0;
}

a.remove {
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    font-weight: 400;
    text-indent: -9999px;
    position: relative;
}

table.cart td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    right: auto;
}

table td,
table th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top;
}

table th {
    font-weight: 600;
}

table.shop_table_responsive thead {
    display: table-header-group;
}

table thead th {
    padding: 1.41575em;
    vertical-align: middle;
}

table.cart td,
table.cart th {
    padding: 1.618em;
}

table.cart td.product-remove a.remove {
    position: absolute;
    font-size: 1.41575em;
    top: -.6180469716em;
    right: -.6180469716em;
}

table.cart td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    right: auto;
}

table.cart .product-thumbnail img {
    margin: 0 auto;
    max-width: 3.706325903em;
    height: auto;
}

table.shop_table_responsive tr td {
    display: table-cell;
}

table.cart td.actions {
    text-align: right;
}

table.cart td.actions .coupon {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    display: inline-block;
    float: left;
}

.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
    width: 52.9411764706%;
    float: right;
    margin-right: 0;
    margin: 0;
    clear: right;
}

.wc-proceed-to-checkout .button.checkout-button {
    font-size: 1.41575em;
}

.wc-proceed-to-checkout .button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
}

.woocommerce-cart-form__cart-item a {
    color: white;
}

.cart-collaterals h2 {
    font-size: 1.618em;
}

table {
    margin: 0 0 1.41575em;
    width: 100%;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
    padding: 1em 1.618em;
    margin-bottom: 2.617924em;
    background-color: #0f834d;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: .6180469716em solid rgba(0, 0, 0, .15);
    position: fixed;
    bottom: 12px;
    right: 12px;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a,
.woocommerce-noreviews a,
p.no-comments a {
    color: white;
    /* text-decoration: underline */
}

.required {
    border-bottom: 0!important;
    color: red;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #3d9cd2;
    list-style: none;
}

.gamma,
h3 {
    font-size: 1.618em;
    clear: both;
    font-weight: 300;
    margin: 0 0 .5407911001em;
}

#order_review,
#order_review_heading {
    width: 41.1764705882%;
    float: right;
    margin-right: 0;
    clear: right;
}

#order_review {
    -webkit-transition: box-shadow ease .4s;
    transition: box-shadow ease .4s;
}

.form-row label {
    display: block;
    margin-bottom: 6px;
}

.col2-set {
    width: 52.9411764706%;
    float: left;
    margin-right: 5.8823529412%;
}

#payment .payment_methods li {
    background-color: #292929;
}

#payment .payment_methods li {
    list-style: none!important;
    margin-left: 0;
    position: relative;
}

#payment .payment_methods>.wc_payment_method>label {
    display: block;
    padding: 1.41575em;
    cursor: pointer;
}

#payment .payment_methods li .payment_box {
    padding: 1.41575em;
}

#order_review,
#order_review_heading {
    width: 41.1764705882%;
    float: right;
    margin-right: 0;
    clear: right;
}

#payment .payment_methods {
    margin: 0!important;
    padding: 0!important;
}

.col2-set .form-row-first {
    width: 33.3333333333%;
    float: left;
    margin-right: 11.1111111111%;
}

#payment .payment_methods li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.form-row input,
.form-row select,
.form-row textarea {
    width: 100%;
}

.col2-set .form-row-last {
    width: 55.5555555556%;
    float: right;
    margin-right: 0;
}

.woocommerce-billing-fields__field-wrapper p {
    margin-bottom: 12px
}

.woocommerce-checkout .payment-fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 0 6px 2em rgba(0, 0, 0, .2);
    background-color: black;
}

#payment .place-order .button {
    font-size: 1.41575em;
    width: 100%;
    white-space: pre-wrap;
}

.woocommerce-MyAccount-navigation {
    width: 17.6470588235%;
    float: left;
    margin-right: 5.8823529412%;
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    border-top: 1px solid rgba(0, 0, 0, .05);
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative;
    text-align: left;
}

.woocommerce-MyAccount-navigation ul li a {
    padding: .875em 0;
    display: block;
    color: white;
}

.woocommerce-MyAccount-navigation ul li a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0f6";
    line-height: 1.618;
    margin-left: 0.5407911001em;
    width: 1.41575em;
    text-align: right;
    float: right;
    opacity: .25;
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1
}

.woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: right;
    margin-right: 0;
}

.woocommerce-MyAccount-content .form-row-first {
    width: 38.4615384615%;
    float: left;
    margin-right: 7.6923076923%;
}

.woocommerce-MyAccount-content .form-row-last {
    width: 53.8461538462%;
    float: right;
    margin-right: 0;
}

fieldset {
    padding: 1.618em;
    padding-top: 1em;
    border: 0;
    margin: 0;
    margin-bottom: 1.618em;
    margin-top: 1.618em;
}

table tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
    background-color: #000000;
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
    content: "";
    display: table;
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
    clear: both;
}

.form-row-wide {
    clear: both;
    width: 100%;
}

p {
    margin: 0 0 1.41575em;
}

.storefront-sorting {
    margin-bottom: 2.617924em;
}

.woocommerce-ordering {
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    padding: .327em 0;
}

.woocommerce-result-count {
    float: left;
    position: relative;
    margin-bottom: 0;
    padding: .327em 0;
}

.orderby {
    border: solid #2b2b2b 1px;
    font-size: 9pt;
}

ul.products {
    margin-left: 0;
    margin-bottom: 0;
    clear: both;
    width: 100%;
    clear: both;
    /* float: left; */
    font-size: 0;
    padding: 0;
}

ul.products li.product {
    list-style: none;
    margin-left: 0;
    margin-bottom: 4.235801032em;
    text-align: center;
    position: relative;
    /* float: left; */
    margin-right: 30px;
    margin-bottom: 70px;
    width: 370px;
    display: inline-block;
    font-size: 12pt;
    vertical-align: top;
}

ul.products li.product .woocommerce-LoopProduct-link {
    display: block;
    color: white;
    text-decoration: none;
}

ul.products li.product:nth-child(3n) {
    margin-right: 0px
}

ul.products li.product img {
    display: block;
    margin: 0 auto 0.618em;
    width: 100%;
    height: auto;
}

ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product h3 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: .5407911001em;
    font-weight: 900;
    font-size: 19pt;
}

ul.products li.product .price {
    display: block;
    color: #43454b;
    font-weight: 400;
    margin-bottom: 1rem;
}

.woocommerce-tabs ul.tabs li.active a,
ul.products li.product .price,
.onsale,
.widget_search form:before,
.widget_product_search form:before {
    color: #6d6d6d;
}

ul.products li.product .button {
    background-color: #ff0000;
    color: white;
}

.woocommerce-tabs ul.tabs li.active a,
ul.products li.product .price,
.onsale,
.widget_search form:before,
.widget_product_search form:before {
    color: #a2a2a2;
}

.woocommerce-ordering {
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
    padding: .327em 0;
}

.woocommerce form {
    margin-bottom: 1.618em;
}

.select2-results__option {
    color: black;
}


/*pagination*/

.pagination,
.woocommerce-pagination {
    padding: 1em 0;
    border: 1px solid rgba(0, 0, 0, .05);
    border-width: 1px 0;
    text-align: center;
    clear: both;
}

.site-main nav.navigation {
    clear: both;
    padding: 2.617924em 0;
}

.screen-reader-text {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute!important;
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
    list-style: none;
    margin: 0;
}

.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
    display: inline-block;
}

.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    border-left-width: 0;
    display: inline-block;
    padding: 1em;
    background-color: rgba(0, 0, 0, .025);
    color: #ffffff;
}

.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #2c2d33;
    border-color: #2c2d33;
}

.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #de0000;
    color: #f2f2f2;
}

.pagination .page-numbers li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
    background-color: rgba(253, 253, 253, 0.22);
}


/*hacks*/

.hentry .wp-post-image {
    margin-bottom: 1.618em;
    margin-left: auto;
    margin-right: auto;
    /* float: none; */
    display: block;
    max-width: 100%;
    height: auto;
}

.hentry {
    margin: 0 0 4.235801032em;
}


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1340px) {
    .inner,
    #main {
        width: 1000px;
    }
    .cl {
        /* background-color:red; */
    }
    /*theme*/
    .logo {
        flex: 1 0 auto;
        width: 376px;
    }
    .available {
        /* background-color:orange; */
        /* width: 51px; */
    }
    .available img {
        /* background-color:orange; */
        width: 196px;
    }
    .video_cont {}
    .video_cont iframe {
        width: 450px;
        height: 250px;
    }
    /*theme*/
}

@media only screen and (max-width: 1280px) {
    .c {}
    .cl {
        /* background-color:orange; */
    }
    /*theme*/
    .logo {}
    .available {}
    .video_cont {}
    .available {
        /* background-color:orange; */
        /* width: 51px; */
    }
    .available img {
        /* background-color:orange; */
    }
    .video_cont {}
    .video_cont iframe {}
    /*theme*/
    .single-product div.product .summary,
    .woocommerce-tabs {
        width: 50%;
    }
    .single-product div.product .images {
        width: 45%;
    }
    ul.products li.product {
        margin-right: 36px;
        margin-bottom: 60px;
    }
    ul.products li.product img {
        width: 100%;
    }
    .footer_picture img {
        width: 100%;
        margin-top: -171px;
        /* background-color: orange; */
        position: relative;
        z-index: 1;
    }
    .epyt-gallery iframe {
        width: 100%;
        height: 500px;
    }
}

@media only screen and (max-width: 1023px) {
    .inner,
    #main {
        width: 950px
    }
    .cl {
        /* background-color:pink */
    }
    /*theme*/
    .logo {
    width: 317px;
}
    .available {}
    .video_cont {}
    .available {}
    .video_cont {}
    .available {
        /* background-color:orange; */
        /* width: 51px; */
    }
    .available img {
        /* background-color:orange; */
    }
    .video_cont {}
    .video_cont iframe {}
    /*theme*/
    .single-product div.product .summary,
    .woocommerce-tabs {}
    .single-product div.product .images {}
    ul.products li.product {}
    ul.products li.product img {
        width: 332px;
    }
    ul.products li.product:nth-child(3n) {
        margin-right: 36px;
    }
    ul.products li.product:nth-child(2n) {
        margin-right: 0px;
    }
    .footer_picture img {
        width: 100%
    }
    .epyt-gallery iframe {
        height: 397px;
    }
    .logomain{font-size: 24pt;}



    
}

@media only screen and (max-width: 950px) {
    .inner,
    #main {
        width: 768px;
    }
    .cl {
        /* background-color:aqua */
    }
    /*theme*/
    .logo {
        /* font-size: 8pt; */
        /* width: 304px; */
        padding-left: 0;
        padding-right: 0;
        margin-left: 0px!important;
    }
    .logomain {}
    .menu nav {
        display: none;
        background-color: black;
        position: absolute;
        top: 0px;
        box-shadow: 0px 0px 72px black;
        z-index: 10;
        /* bottom: 0; */
        left: 0;
        right: 0;
        height: 100vh;
        background-image: url(../elements/img/damen-griffith-header.png);
        background-size: cover;
        background-position: center center;
        padding-left: 0;
        padding-right: 0;
    }
    .menu nav a {
        display: block;
        text-align: center;
        padding-top: 22px;
        padding-bottom: 22px;
        border-bottom: solid rgba(255, 255, 255, 0.09) 1px;
        /* background-color: rgba(33, 33, 33, 0.16); */
        font-size: 23pt;
        font-weight: 800;
        letter-spacing: 1px;
    }
    .menu .showmenu {
        display: block;
    }
    .mobile_menu {
        display: block;
        position: absolute;
        right: 12px;
        /* background-color: white; */
        line-height: 43px;
        /* padding-left: 12px; */
        /* padding-right: 12px; */
        top: 24px;
        font-weight: 900;
        color: white;
    }
    .available {}
    .video_cont {}
    .available {}
    .video_cont {}
    .available {
        /* background-color:orange; */
        /* width: 51px; */
        margin-left: 0!important;
        height: auto;
        padding-top: 17px;
        padding-bottom: 12px;
    }
    .available img {
        /* background-color:orange; */
        width: auto;
    }
    .videotutorial {
        display: block
    }
    .video_cont {
        /* margin-left: -12px; */
    }
    .back {
        display: none
    }
    .video_cont iframe {
        width: 100%;
        height: 300px;
    }
    .logomain {
        font-size: 23pt;
    }
    .slider_main_text {
        font-size: 34pt;
    }
    .section {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .menutitle {
        display: block;
        background-color: rgba(0, 0, 0, 0.53);
        text-align: left;
        font-size: 17pt;
        color: rgba(255, 255, 255, 0.5);
        line-height: 49px;
        margin-bottom: 12px;
        text-transform: uppercase;
        padding-left: 12px;
        padding-right: 12px;
        /* font-weight: 200; */
    }
    .menuclose {
        float: right;
        font-style: normal;
        font-size: 12pt;
        font-weight: 800;
        color: white;
    }
    /*theme*/
    .single-product div.product .summary,
    .woocommerce-tabs {
        width: 100%;
        margin-top: 12px;
    }
    .single-product div.product .images {
        width: 100%;
    }
    ul.products li.product {
        width: 281px;
    }
    ul.products li.product img {
        width: 282px;
    }
    .footer_picture img {
        width: 100%
    }
    .epyt-gallery iframe {
        height: 336px;
    }
    .nav {}
    .tiles_container .inner {}
    ul.products li.product {}
    table.shop_table_responsive tr td {
        display: block!important;
        text-align: right;
        clear: both;
        width: 100%;
        /* font-size: 1px; */
    }
    table.shop_table_responsive tr td:before {
        content: attr(data-title) ": ";
        font-weight: 600;
        float: left;
    }
    .cart-collaterals .cart_totals,
    .cart-collaterals .shipping_calculator {
        width: 100%
    }
    table.cart td.product-remove a.remove {
        position: absolute;
        font-size: 1.41575em;
        top: -.6180469716em;
        right: -.6180469716em;
    }
    table.shop_table_responsive thead {
        display: none;
    }
}

@media only screen and (max-width: 766px) {
    .inner,
    #main {
        width: 600px
    }
    .cl {
        /* background-color:yellowgreen */
    }
    .r {
        display: block;
        margin-right: 0;
        /* line-height: normal; */
        /* height: 83px; */
    }
    .nmbl {
        display: none;
    }
    .w25 .cl {
        width: 33.3%;
    }
    .wp {
        display: flex
    }
    .lfad {
        width: 100%
    }
    /*theme*/
    .logo {}
    .transformed {
        /* float:left; */
        /* width: 217px; */
        height: auto;
        /* display: inline-block; */
        min-height: 421px;
    }
    .available {}
    .video_cont {}
    .available {}
    .video_cont {}
    .available {
        /* background-color:orange; */
        /* width: 51px; */
    }
    .available img {
        /* background-color:orange; */
    }
    .video_cont {}
    .video_cont iframe {}
    .book {
        height: 248px;
        width: 100%;
    }
    .booklet {
        width: 200px;
        height: 250px;
    }
    .ebook {
        width: 200px;
        bottom: 0;
    }
    .yourcoachdamen {
        height: 76px;
        /* background-color: orange; */
        /* width: 120px; */
        right: 0;
        margin-bottom: -62px;
    }
    .yourcoachdamen img {
        width: 223px;
    }
    .r .cl:first-child {
        margin-left: 0
    }
    .sponsor img {
        padding-bottom: 12px;
    }
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .menu {}
    .footer_right,
    .asub {
        text-align: center;
    }
    .footer_right a {
        color: red;
    }
    /*theme*/
    .single-product div.product .summary,
    .woocommerce-tabs {}
    .single-product div.product .images {}
    ul.products li.product {
        margin-right: 16px;
        /* background-color: antiquewhite; */
        width: 242px;
        margin-bottom: 40px;
    }
    ul.products li.product img {
        width: 100%;
        margin: 0;
        margin-bottom: 12px;
        margin-right: 0px;
        margin-left: 0px;
        display: inline-block;
    }
    .footer_picture img {
        width: 100%
    }
    .epyt-gallery iframe {}
    #order_review,
    #order_review_heading,
    .col2-set {
        width: 100%!important
    }
    .woocommerce-MyAccount-navigation {
        width: 100%!important
    }
    .woocommerce-MyAccount-content {
        width: 100%!important;
        margin-top: 36px;
    }
    .woocommerce-MyAccount-navigation .is-active {
        background-color: red;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media only screen and (max-width: 639px) {
    .c {}
    .cl {
        /* background-color:violet */
    }
    /*theme*/
    .logo {}
    .available {}
    .video_cont {}
    .available {}
    .video_cont {}
    .available {
        /* background-color:orange; */
        /* width: 51px; */
    }
    .available img {
        /* background-color:orange; */
    }
    .video_cont {}
    .video_cont iframe {}
    .sponsor img {
        padding-bottom: 12px;
    }
    .slider_main_text {}
    .section {}
    .menu {}
    .afooter .footert:first-child {
        /* border:solid red 1px */
    }
    .footert {
        margin-bottom: 0px;
        margin-top: 45px;
    }
    .firstfooters {
        margin-top: 0
    }
    /*theme*/
    .single-product div.product .summary,
    .woocommerce-tabs {}
    .single-product div.product .images {}
    ul.products li.product {}
    ul.products li.product img {}
    .footer_picture img {
        width: 100%
    }
    .epyt-gallery iframe {
        height: 283px;
    }
    .nav {}
    .tiles_container .inner {}
    .copyright {}
    .copyright span {}
    ul.products li.product {}
}

@media only screen and (max-width: 599px) {
    .inner,
    #main {
        width: 100%;
    }
    #main {
        padding-left: 12px;
        padding-right: 12px;
    }
    .cl {
        /* background-color:springgreen */
    }
    .w25 .cl {
        width: 50%;
    }
    /*theme*/
    .logo {
        padding-left: 12px;
    }
    .available {}
    .video_cont {}
    .available {}
    .video_cont {}
    .available {
        /* background-color:orange; */
        /* width: 51px; */
    }
    .available img {
        /* background-color:orange; */
    }
    .video_cont {}
    .video_cont iframe {}
    .sponsor {
        margin-bottom: 12px
    }
    .slider_main_text {
        bottom: 118px;
    }
    .sect {
        font-size: 25pt;
    }
    .section {}
    .buy_lan {
        float: none;
        display: block;
        text-align: center;
        width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 16px;
    }
    .program_price {
        display: block;
        float: none;
        text-align: center;
    }
    /*theme*/
    .transformed {
        min-height: 319px;
    }
    .menu {}
}

@media only screen and (max-width: 479px) {
    .c {
        width: 100%;
        border-width: 0;
        box-shadow: none;
        padding-left: 0px;
        padding-right: 0px;
    }
    .cl {
        /* background-color: slateblue */
    }
    .wp {
        display: block
    }
    .w25 .cl,
    .w33 .cl,
    .w50 .cl {
        width: 100%;
    }
    /*theme*/
    .logo {
        margin-right: 0;
        height: 50px;
        line-height: 51px;
    }
    .mobile_menu {
        top: 15px;
        line-height: 20px;
        /* left: 0; */
    }
    .hhhh {
        height: 50px
    }
    .available {}
    .video_cont {}
    .available {}
    .video_cont {}
    .available {
        /* background-color:orange; */
        /* width: 51px; */
    }
    .available img {
        /* background-color:orange; */
    }
    .video_cont {}
    .video_cont iframe {}
    .slider_main_text {
        font-size: 23pt;
    }
    .sect {
        font-size: 12pt
    }
    .section {}
    .menu {}
    .asub {
        text-align: center
    }
    /*theme*/
    .single-product div.product .summary,
    .woocommerce-tabs {}
    .single-product div.product .images {}
    ul.products li.product {
        margin-right: 0px;
        width: 100%;
    }
    ul.products li.product img {}
    .footer_picture img {
        width: 100%
    }
    .epyt-gallery iframe {
        height: 249px;
    }
    .nav {}
    .tiles_container .inner {}
    .copyright {}
    .copyright span {}
    .logo h1 {
        font-size: 27pt;
        line-height: 1;
        width: 206px;
    }
    ul.products li.product {}
    .col2-set .form-row-first {}
}

@media only screen and (max-width: 479px) {
    .logomain {
        font-size: 20pt;
    }
    .section {}
    .menu {
        height: 49px;
    }
    .single-product div.product .summary,
    .woocommerce-tabs {}
    .single-product div.product .images {}
    ul.products li.product {}
    ul.products li.product img {}
    .footer_picture img {
        width: 100%
    }
    .epyt-gallery iframe {}
    .nav {}
    .tiles_container .inner {}
    .copyright {
        /* display: block; */
        text-align: center;
    }
    .copyright span {
        display: block;
    }
    ul.products li.product {}
    .col2-set .form-row-first {}
}

@media only screen and (max-width: 350px) {
    .logomain {
        font-size: 17pt;
        /* margin-top: 5px; */
    }
    .single-product div.product .summary,
    .woocommerce-tabs {}
    .single-product div.product .images {}
    ul.products li.product {}
    ul.products li.product img {}
    .footer_picture img {
        width: 100%
    }
    .epyt-gallery iframe {}
    .nav {}
    .tiles_container .inner {}
    .tiles_container .inner {}
    ul.products li.product {}
    .col2-set .form-row-first {
        width: 100%;
    }
    .col2-set .form-row-last {
        width: 100%
    }
}


}

/*newUpdates*/
.variations .label,
.variations .value {
    display: list-item;
    list-style: none;
    padding-left: 0px;
    padding: 0px;
    margin-bottom: 4px;
}
.variations .label,
.variations .value {
    display: list-item;
    list-style: none;
    padding-left: 0px;
    padding: 0px;
    margin-bottom: 4px;
}
.variations select {
    /* display: block; */
    
    padding: 12px;
    border: solid #f8f8f8 1px;
    font-size: 13pt;
    margin-right: 12px;
}
.single_variation {
    background-color: #43454b;
    padding: 12px;
    margin-bottom: 24px;
    border: solid #131313 1px;
}