body{
    /*display: none;*/
}

pre{
    font-family: 'Courier New', Courier, monospace !important;
}

#wpadminbar { xdisplay:none !important;}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    display: none;
}

#footer-2 .widget--title{
    text-transform: uppercase;
    font-size: 0.6em;
    line-height: 1.5em;
    margin-bottom: 30px;
}

#footer-2 .widget_nav_menu .menu{
    margin-bottom: 50px;
}

#footer-2 .widget_nav_menu .menu-item{
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

#footer-2 .widget_nav_menu .menu-item a,
#footer-2 .widget_nav_menu .menu-item a:hover,
#footer-2 .widget_nav_menu .menu-item a:active,
#footer-2 .widget_nav_menu .menu-item a:focus {
    color: #fff;
}

.nav, .product--nav {
    position: fixed;
    xtransition-duration: 0.5s;
}

.product--nav .product--nav--close {
    z-index: 99;
}

.product--nav .swatch-container{
    display: none;
}

.swatch-container.uncategorized,
.product--nav .swatch-container.selected{
    display: block;
}

.product--nav .product--variation--title #categoryName{
    text-transform: uppercase;
}

.product--variation--material--selection--swatch ul li {
    margin-right: 6px;
}

.product .flex-control-nav{
    max-width: 10%;

    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.product .flex-direction-nav{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
 
.product .flex-viewport{
    max-width: 80%;
    xdisplay: inline-block !important;
    vertical-align: middle;
    float: right;
}

.product .flex-active-slide img{
    
}

.product .woocommerce-product-gallery__image{
    height: 750px;
    text-align: center;

}

.product .woocommerce-product-gallery__image img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);   
}

.product .woocommerce-product-gallery{
    height: 750px;
}

.product .custom-navigation{
    display: none;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.product .custom-navigation .prev,
.product .custom-navigation .next{
    color: #000000;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
}

.product .custom-navigation .prev:before{
    content: "\f053";
}

.product .custom-navigation .next:before{
    content: "\f054";
}

.product .custom-navigation .next{
    float: right;
}

.woocommerce-product-gallery.loading-gallery::after {
    left: -1rem;
    width: calc(100% + 2rem);
    xxbackground-color: #f5f5f5;
}

.product .product_title{
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 10px;
}

.product .woocommerce-product-details__short-description{
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 30px;
}

.product .quantity .screen-reader-text{
    display: none;
}

.quantity input[type="number"]{
    font-size: 16px;
    border: 1px solid grey;
    padding: 20px 5px;
    margin-bottom: 20px;
    width: 50px;
    height: 60px;
    border-radius: 0px;
    text-align: center;
}


.quantity input[type="number"]::-webkit-outer-spin-button, .quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.quantity-buttons {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    border: 1px solid grey;
    margin-left: -6px;
}

.plus-button button, .minus-button button {
    height: 29px;
    width: 100%;
}

.woocommerce .quantity {
    margin-top:25px;
}

.woocommerce .quantity input {
    height: 40px;
    padding: 10px;
}

.woocommerce .quantity-buttons {
    height: 40px;
}

.woocommerce .plus-button button, .woocommerce .minus-button button {
    height: 19px;
}

.product button[type="submit"]{
    display: block;
    width: 100%;
    background-color: #a37866;
    color: #ffffff !important;
    padding: 20px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
    text-transform: uppercase;
}

.product .product-price{
    line-height: 1.5em;
    margin-bottom: 20px;
    font-size: 24px !important;
}

.product .flex-control-thumbs img{
    cursor: pointer;
}

.product .product-category{
    font-size: 0.8em;
    line-height: 1.3em;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: 700;
    text-transform: uppercase;
}

.product .woocommerce-product-gallery__image--placeholder{
    text-align: center;
}

.product--listing--box a,
.product--listing--box a:hover,
.product--listing--box a:active,
.product--listing--box a:focus {
    color: #000;
}

.product table.variations{
    width: 100%;
    margin-bottom: 30px;
}

.product table.variations tr{
    border-top: 1px solid #e5e5e5;
}

.product table.variations tr:last-child{
    border-bottom: 1px solid #e5e5e5;
}

.product table.variations tr td{
    padding-top: 20px;
    padding-bottom: 20px;
}

.product table.variations tr td.label{
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 130px;
}

.product table.variations tr td.value select{
    padding: 8px;
    border: 1px solid grey;
    font-size: 14px;
    width: 100%;
    cursor: pointer;
    background-color: #fff;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffffff !important;
    background: url(../img/sort-down-solid.svg) no-repeat 96% 33%;
    background-size: 12px;
}

.product table.variations .reset_variations{
    display: none !important;
}

/*.product .woocommerce-variation-price{*/
.product .woocommerce-Price-amount{
    line-height: 1.5em;
    margin-bottom: 0px;
    font-size: 18px !important;
    display: block;
}

.product .woocommerce-Price-currencySymbol{
    margin-right: 8px;
    font-size:12px;
}

.product .select_option.selected .yith_wccl_value{
    border-color: #000;
}

#primary{
    margin-top: 10vh;
    margin-top: 80px;
}

.product .select_box.attribute_pa_material{
    display: none;
}

.product .product--variation--swatch{
    width: 100%;
}

.product .product--variation--swatch ul li p {
    margin-bottom: 0;
}

.product .popup-swatch-selected{
    display: none;
}

.product .product--variation--material {
    border-top: 0;
    padding-top: 0;
}

.pswp__zoom-wrap{
    /*left: -25%;*/
}

.product section.related.products{
    display: none;
}

/**********/
.product--listing--box img.attachment-full.size-full,
.product--listing--box img.woocommerce-placeholder.wp-post-image{
    max-width: 100%;
    height: auto;
}

.product--listing--box img{
    margin: auto;
    display: block;
}
/**********/

body.popup-open{
    overflow: hidden;
}

.product table.variations td {
    border: 0px !important;
}


/*---Responsive---*/
@media only screen and (max-width:767px) {
    .pswp__button--arrow--left, .pswp__button--arrow--right {width:45px;}
    .product .flex-viewport {max-width: 100%;}
    .product .flex-control-nav {max-width: 100%;overflow: hidden;width: 100%;top: initial;transform: initial;text-align: center;margin-bottom: 15px;}
    .product .flex-control-nav li {display: inline-block;}
    .product .flex-control-nav li img {max-width: 60px;}
    .product .woocommerce-product-gallery {height:initial;}
}