/* 
Theme Name: Storefront Child 
Template: storefront */

/* --------------- Theme customization starts here ----------------- */



/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 767px) {
.hidemobile {
display: none !important;
}
.showmobile {
display: block !important;
}
}

/* iPads (portrait) and up  ----------- */
@media only screen and (min-device-width : 768px) {
.hidemobile {
display: block !important;
}    
.showmobile {
display: none !important;
}
}



/*full width site container 1*/
.col-full {
    width:90%;
    max-width: 90%;
    margin: auto;
    padding:0;
    position: relative;
}

/*full width site container 2*/
.col-full-1 {
	width: 90%;
    margin: 0 auto 0 auto;
    padding: 10px 0 0 0;
    position: relative;
}

@media only screen and (max-width : 767px) {
.col-full {
    width:95% !important;
    max-width: 95% !important;
}

.col-full-1 {
	width: 95% !important;
}
}

.flex {
    display: flex;
}



/*body, input, button, textarea {
    font-family: "Source Sans Pro", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 13px;
}*/



/* accessability outlines*/
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[Ptype="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
    outline-color: transparent;
}



a:visited {
    color: #000000;
    
}

/*page titles except woocommerce archive pages*/
.entry-header h1 {
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*page text*/
.entry-content {
    color: black;
}


/*currency widget size&position*/


.secondary-l .woo-multi-currency.wmc-shortcode.plain-vertical.layout5 {
    position: absolute !important;
    top: 0 !important;
    left: 0;
    width: 110px !important;
	z-index: 999;
}
.woo-multi-currency.wmc-shortcode img {
	width: 20px;
	height: 20px;
}
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper {
	padding-top: 0 !important;
}
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency {
	border: none !important;
	line-height: 35px;
	padding: 0 5px 0 6px;
}
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency {
	text-align: left;
	padding: 0 5px 0 5px;
}
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency:hover {
	background-color: #f8f8f8;
}

.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency {
	line-height: 35px;
	padding: 0 0 0 0;
}
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper .wmc-sub-currency .wmc-currency a:hover {
	font-weight: 300;
}
.woo-multi-currency.wmc-shortcode.plain-vertical .wmc-currency-wrapper span.wmc-current-currency::after {
	font-family:fontAwesome;
	content: '\f107';
}
/*removes bullet point in currency ul*/
ul#menu-currency.menu {
	list-style: none;
}


    

#masthead {
    position: fixed;  /*position of fixed/static/sticky/relative? makes it sticky, comment out for standard*/
	z-index: 999;
	top: 0;
    left: 0px;
    width: 100%;		/* 100% makes sticky masthead full screen */
    margin-left: auto;
	margin-right: auto;
    padding: 0 0 0 0;
    margin-top: 0px;
	border-bottom: none;
}




.storefront-breadcrumb {
    padding: 10px 0 10px 0;
    margin-top: 0;
    margin-bottom: 0;
}
.woocommerce-breadcrumb {
    font-size: 11px;
    text-transform: uppercase;
    
}
.woocommerce-breadcrumb a {
    text-decoration: none !important;
    font-size: 11px;
    color: #6d6d6d;
}
.woocommerce-breadcrumb .breadcrumb-separator::after {
    color: #6d6d6d;;
}

/*remove home icon from breadcrumb*/
.woocommerce-breadcrumb a:first-of-type::before {
    content: none !important;
    display: none !important;
}




/*remove result count ie. number of products displayed*/
.woocommerce-result-count {
	display: none;
}


/*featured category on homepage*/
.wc-block-featured-category  { 
    margin-top: 20px;
    margin-left: auto !important;
    margin-right: auto !important;
    /*width: 40% !important;
    clear: none !important;
    float: left !important;*/
}





.site-info {
	text-align: center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

/* hide page title using page id
#post-853 .entry-title {display: none;}
#post-872 .entry-title {display: none;}*/


/*--------------------PAGINATION-------------------*/
/*current page circle over*/
.woocommerce-pagination .page-numbers li .page-numbers.current {
    border-radius: 50%;
    color: black;
}
.woocommerce-pagination .page-numbers li .page-numbers:not(.current) {
    color: black;
}

.woocommerce-pagination .page-numbers li .page-numbers {
    background-color: white;
}

/*center the pagination*/
ul.page-numbers {
    margin: 0;
    display: inline-block;
    text-align: center;
}
ul.page-numbers li {
    display: inline;
}
.woocommerce-pagination {
    padding: 0 0 40px 0;
    margin: 20px auto 40px auto;
	float: none;
    text-align: center;
    width: 50%;
    border: none;
}

/*change pagination arrow icons*/
.woocommerce-pagination .prev::after {
	content: "\f053";
	}
.woocommerce-pagination .next::after {
	content: "\f054";
}

/*pagination div*/
.storefront-sorting {
    margin: 0;
}






/*----------------XOOTIX CART-----------------*/

/*add circle with count badge to xootix side cart*/
span.xoo-wsc-sc-count {
	border-radius: 50%;
	font-size: 10px;
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	overflow: hidden;
	background-color: #1e90ff;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	position: absolute;
    top: -4px;
    right: -5px;
}
.xoo-wsc-container {
    max-width: 420px;
}
a.xoo-wsc-ft-btn.xoo-wsc-cart {
    background-color: black;
    font-weight: bold;
    padding: 22px 64px;
}
a.xoo-wsc-ft-btn.xoo-wsc-cont {
    font-size: 12px;
    color: #6d6d6d !important;
    background-color: white !important;
    text-decoration: underline !important;
}
.xoo-wsc-pname a {
    font-weight: bold !important ;
}
.xoo-wsc-total, .xoo-wsc-shipping {
    display: none;
}
.xoo-wsc-price span:first-child {
  display: none;
}
.xoo-wsc-price:before {
    content: "$";
}
.xoo-wsc-tool {
    color: black;
}
.xoo-wsc-sum-col a:nth-child(2) {
    font-weight: bold;
}
a.xoo-wsc-remove {
    padding:0;
}
.xoo-wsc-icon-trash:before {
    content: "\2716";
}
.xoo-wsc-icon-trash {
    border-radius: 50px;
    padding: 10px;
    background-color: #eeeeee;
}
a.xoo-wsc-remove {
    width: 30px;
    height: 30px;
    padding: 10px;
}


img.xoo-wsc-sc-icon { 
    width: auto; 
    height: 18.52px; 
    display: inline; 
    vertical-align: text-bottom; 
    padding: 0px;
}
.xoo-wsc-sc-icon { 
    margin-right: 0px;
}
.xoo-wsc-product {
    border-bottom: 2px solid #eee;
}
span.xoo-wsc-minus, span.xoo-wsc-plus, .xoo-wsc-qtybox {
    border: none;
}
input.xoo-wsc-qty {
    box-shadow: none;
}
    
@media ( max-width: 767px ) {
.xoo-wsc-container {
    max-width: 100%;
}
}




/*remove bullets from best sellers/new*/
li.product {
list-style: none;
}

/*hide page title result from themify filter plugin*/
.wpf-search-container .page-title{
    display: none;
}

/* adds scroll bar to themify filter plugin*/
.wpf_items_group > ul {
        max-height: 250px;
        overflow: auto;
}



/*-----------------------PRODUCT ARCHIVE PAGES--------------------------*/
/*add to wishlist icon on archive page*/
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt {
    margin: 0;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:before, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
    top: 30%;
}
.tinv-wishlist.tinvwl-after-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-top: 0;
}

/* remove sale badge */
.woocommerce .products .product .onsale{
display:none;
}

/* remove add to cart button from product archive page */
.woocommerce .product .add_to_cart_button {
    display:none;
}

/* remove 'select option' button from product archive page */
ul.products li.product .button {
    display: none;
}


.products .product img {
    margin: auto !important;
    width: 100%;
}

ul.products .columns-4 li.product {
    width: 25% !important;
    margin: 0 0 90px 0 !important;
}
/*archive page title*/

.woocommerce-products-header {
    padding: 40px 0 60px 0 !important;
}

.woocommerce-products-header h1 {
    font-size: 48px;
    font-weight: bold;
}

@media ( max-width: 767px ) {
    .woocommerce-products-header h1 {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 0;
        padding: 20px 0 20px 0;
        text-align: center;
        }
    .woocommerce-products-header {
            padding: 0 !important;
        }
}
    

/*category or tag title on category and tag archives*/
ul.products li.product h2 {
    margin-bottom: 0;
    padding-top: 10px;
}

/*product title*/
.woocommerce-loop-product__title{
    font-size: 14px !important;
    font-weight: 700 !important;
    color: black;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    padding-top: 10px;
}
/*category title on shop product archive*/
.columns-4 li a {
    font-size: 12px;
    color: black;
    text-transform: uppercase;
    margin-top: 2px;
}

/*category title on product archive pages other than shop*/
.columns-4 ul li a {
    font-size: 12px;
    color: black;
    text-transform: uppercase;
    margin-top: 2px;
}

/*price*/
span.price {
    font-size: 12px;
    font-weight: 700 !important;
    color: black !important;
    margin-bottom: 0 !important;
}


/*make products or taxonomies 2 columns per page on mobile*/
@media ( max-width: 767px ) {
    .site-main ul.products li.product {
	    /*width: 46.411765% !important;*/
	    width: 50% !important;
	    float: left;
	    /*margin-right: 5.8823529412% !important;*/
	    margin: 0 !important;
        }
        
    .site-main ul.products {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .site-main ul.products li.product:nth-of-type(2n) {
	    margin-right: 0 !important;
        }
}






/*-------------------------SINGLE PRODUCT PAGE------------------------------*/
/*add to wishlist button on single product page*/
.single-product div.product form.cart .tinvwl-button.tinvwl_add_to_wishlist_button,div.product form.cart .tinvwl_add_to_wishlist_button {
    text-transform: uppercase;
    text-align: center;
    border: 1px solid;
    width: 100%;
    padding: 15px 12px 15px 12px;
}
.tinv-wishlist * {
    font-size: 18px;
    font-weight: bold;
}

/*hide multi-currency switcher on single product page*/
.woo-multi-currency.wmc-price-switcher {
    display: none;
}

/*remove qty selection box on single item page*/
.single-product .quantity {
    display: none;
}

/*remove qty selection box on single item page after selection*/
.woocommerce-variation-add-to-cart .quantity .qty {
    display: none;
}

/*add to cart button*/
.single_add_to_cart_button {
    width: 100%;
    padding: 15px 12px 15px 12px;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0 20px 0;
}
.single-product div.product .variations_button {
    padding-top: 0;
}


    
/*selection boxes*/


#pa_size, #pa_substrate, #pa_finish, #pa_frame-option {
      max-width: 100%;
      width: 100%;
      padding: 5px 12px 5px 12px;
      }

.value #pa_size, #pa_substrate, #pa_finish, #pa_frame-option {
    margin: 9px 0 0 0;
}
div.summary.entry-summary > form > table > tbody {
    display: flex;
    flex-wrap: wrap;
}

/*#pa_orientation {
    display: none;
}*/
div.summary.entry-summary form table tbody tr:nth-child(1) {
    display: none;
}

div.summary.entry-summary form table tbody tr:nth-child(2), div.summary.entry-summary form table tbody tr:nth-child(3) {
    width: 50%;
    max-width: 50%;
}

div.summary.entry-summary form table tbody tr:nth-child(4), div.summary.entry-summary form table tbody tr:nth-child(5) {
    width: 100%;
    max-width: 100%;
}

.variations {
    margin: 18px 0 18px 0 !important;
}

/*reset selection*/
.reset_variations {
    display:none !important;
}

/*selection box label*/
.single-product div.product table.variations .label {
    display: none;
}

/*selection box label margin*/
.single-product div.product table.variations .value {
    margin-bottom: 0px;
}

/*price*/
.single-product div.product p.price {
      margin: 18px 0 5px 0;
      font-size: 18px;
      font-weight: bold;
      color: black;
      text-align: center;
      line-height: 1;
  }
  
/*single product title*/
.single-product .product_title {
    padding: 0;
    margin: 0;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .single-product .product_title {
        font-size: 24px;
    }
}

.cat-subtitle {
    color: black;
    line-height: 1;
    margin: 5px auto 20px auto;
}

.related h2 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

    
    
/*selection box, cart button area*/    
.single-product div.product form.cart {
      padding-top: 0;
  }

/*sku, category tags*/
.product_meta {
    display: none;
}

/*single product page category subtitle*/
.cat-subtitle {
    text-align: center;
}
/* space above "related products" on single product page*/
.related.products{
    margin: 35px 0 0 0;
    padding: 70px 0 70px 0;
}
/*stops single product images opening up larger to black screen when clicked*/
.woocommerce-product-gallery__image {
    pointer-events: none;
}
/*space under accordion*/
.single-product div.product .summary {
    margin-bottom: 0;
}



@media only screen and (min-width: 768px) {
    /*single product page-right column*/
    .storefront-full-width-content.single-product div.product .summary {
        width: 44%;
        padding: 2% 0 0 2%;
    }
    /*single product page-left column*/
    .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
        width: 56%;
        margin-right: 0;
        padding: 0 45px 0 45px;
    }
    /*single product image*/
    .single-product div.product .woocommerce-product-gallery img {
        width:100%;
    }
    .flex-viewport {
        height: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    /*single product page-right column*/
    .storefront-full-width-content.single-product div.product .summary {    
        padding: 0;
    }
}

/*--------------------WISHLIST PAGE-----------------------------*/

.tinv-header {
    display: none;
}
.tinv-wishlist thead {
    display: none;
}
.tinv-wishlist .product-thumbnail a img {
        margin-right: 0;
}
.tinv-wishlist .product-remove {
    width: 5%;
}
.product-remove button {
    float: left;
}
.ftinvwl-times:before {
    font-size: 24px;
    font-weight: normal;
}
.tinv-wishlist .product-thumbnail {
    width: 25%;
    padding: 0;
}
.tinv-wishlist .product-name {
    width: 35%;
}
.tinv-wishlist .product-price {
    width: 10%;
    color: black;
}
.tinv-wishlist .product-action {
    width: 25%;
}
.tinv-wishlist .product-action .button {
    max-width: 200px;
    text-align: center;
    text-transform: uppercase;
}
table:not( .has-background ) tbody td {
    background-color: white !important;
}



@media only screen and (max-width: 767px) {

    .tinv-wishlist .product-remove button {
        max-width: 100%;
    }
    .tinv-wishlist .product-thumbnail img {
        max-width: 100%;
        margin: auto !important;
    }
    .tinv-wishlist .product-thumbnail {
        width: 100%;
    }
    .tinv-wishlist .product-name {
        width: 100% !important;
        line-height: 1;
        padding: 5px;
    }
    .tinv-wishlist .product-price {
        width: 100%;
        color: black;
        line-height: 1;
        padding: 2px;
    }
    .tinv-wishlist .product-action {
        width: 100% !important;
        padding: 0;
        margin: 5px auto 80px auto;
    }
    .tinv-wishlist .product-action .button {
        max-width: 90%;
    }
}

/*----------------------STYLING FOR FLEXSLIDER------------------------------*/
/* style navigation arrows*/
ul.flex-direction-nav {
    position: absolute;
    top: 50%; /*nav arrow location*/
    transform: translateY(-50%);
    z-index: 998;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;}

li.flex-nav-prev {
    float: left;
}
li.flex-nav-next {
    float: right;
}
a.flex-next {visibility:hidden;}
a.flex-prev {
    visibility:hidden;
}
a.flex-next::after .hidemobile {
    visibility:visible;
    content: '\f105';
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 70px;   
    color: #707070;
}
a.flex-prev::before .hidemobile{
    visibility:visible;
    content: '\f104';
    font-family: FontAwesome;
    margin-left: 10px;
    font-size: 70px;
    color: #707070;
}
/*ul.flex-direction-nav li a {
	color: #707070;
}*/

/*style the ordered list into bullets*/
.flex-control-nav {
    /*position: absolute;*/
    text-align: center;
    bottom: 0px;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
}
.flex-control-nav li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    height: 1.5rem; 
    width: 1.5rem;
    margin: 0;
    padding: .35714rem;
}
.flex-control-paging li a {
   /* border: 1px solid #2d2d2d;*/
    display: inline-block;
    margin: 0;
    padding: 0;
    position: relative;
    background: 0 0;
    outline: 0;
    line-height: 0;
    font-size: 0;
    text-indent: -99999px;
    /*color: transparent;*/
    cursor: pointer;
}
.flex-control-paging li a:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px; 
    height: 20px;
    font-size: 60px;
    line-height: 20px;
    text-align: center;
    /*color: #2d2d2d;*/
    background: #d6d6d6;
    /*opacity: .6;*/
}
/*bullet size*/
.flex-control-paging li a, .flex-control-paging li a:before {
    height: 12px; 
    width: 12px;
    border-radius: 50%;
}
.flex-control-paging li a:before {
    display: block;
    transition: background .1s ease-out;
}
.flex-control-paging li a:focus, .flex-control-paging li a:hover {
    outline: 0;
}
.flex-control-paging li a:focus:before, .flex-control-paging li a:hover:before {
    /*opacity: .8;*/
}
.flex-control-paging li a:hover:before {
    background: #707070;
}
.flex-control-paging li a.flex-active:before {
    background: #707070;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 0;
    height: 100%;
}




/*------------------------JUDGE ME APP-----------------------------------*

/*judge.me centers review badge on single product page*/
.jdgm-preview-badge{
    text-align: center;
}

/*judge.me -removes border from review graph*/
.jdgm-rev-widg {
    border: 0;
    margin: 0;
}

/*judge.me -aligns title on review graph*/
.jdgm-rev-widg__title {
    text-align: left;
}

/*judge.me -aligns stars on review graph*/
.jdgm-rev-widg__summary-stars {
    text-align: left;
}

/*judge.me -width of 'write a review' boxes*/
.jdgm-widget input:not([type='submit']) {
    max-width: 400px;
}

/*judge.me -width of 'write a review' boxes*/
.jdgm-widget textarea {
    max-width: 400px;
}

/*judge.me -makes write a review boxes go on next line under label */
.jdgm-form__title-fieldset>label, .jdgm-form__body-fieldset>label {
    display: block;
}

.jdgm-widget {
    margin-bottom: 20px;
}

#judgeme_product_reviews h2 {
    font-size: 18px;
    color: black;
    text-transform: uppercase;
}
.jdgm-rev-widg__summary-text {
    font-size: 13px;
    color: black;
    text-transform: uppercase;
}
.jdgm-write-rev-link {
    font-size: 13px;
    color: black;
    text-transform: uppercase;
}


/*judge.me  -width of review columns on single product page (ipad and up)*/
@media only screen and (min-width: 768px) {
    .jdgm-rev .jdgm-rev {  
        width: 33.33% !important; 
        float: left;
        padding-right: 20px;
    }
    .jdgm-paginate {
        float: left;
    }
}

@media only screen and (max-width: 767px) {
   #judgeme_product_reviews h2 {
       text-align: center;
   }
}



/*sales pop hide brand*/
.bkt--brand {
    display: none;
}
/*sales pop hide close x*/
.sale_notification_default .wrapper-noti .close-noti {
        display: none;
}


/*contact form*/
.contact-form {
    max-width:600px;
}
#wpcf7-f1072-p59-o1 label{
    color: black;
}
#wpcf7-f1072-p59-o1 .wpcf7-text, #wpcf7-f1072-p59-o1 .wpcf7-textarea {
    background-color: white;
    box-shadow: none;
    border: 1px solid black;
    font-size: 13px;
    color: black;
    line-height: 1.4;
    padding: 8px;
    width: 100%;
    max-width: 400px;
}
#wpcf7-f1072-p59-o1 .wpcf7-textarea {
    max-width: 600px !important;
}

#wpcf7-f1072-p59-o1 .wpcf7-submit {
    background-color: black;
    color: white;
    text-transform: uppercase;
    padding: 10px 50px 10px 50px;
}

