/*
Theme Name: Nyture Child
Theme URI: http://nyture.novaworks.net
Description: This is a child theme for Nyture Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: nyture
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
#halfooter {
 font-size:10px;
 text-align:right !important;
 padding-right:20px;
 color:#000;
}
#halfooter a {
text-decoration: none !important;
color:#000;
}
.is-sticky #site-header, .is-sticky #top-bar-wrap, .is-sticky .header-top {
    opacity: 1 !important;
}
#masthead {
padding-bottom: 50px !important;
    padding-top: 50px !important;
    border-bottom: 1px solid #000;
}
.site-wrapper .site-content-wrapper {
    position: relative;
    padding-top: 95px;
}
.header-mobiles-wrapper .header-mobiles .site-logo img {
    max-height: 3rem;
}
.widget.woocommerce.widget_layered_nav .woocommerce-widget-layered-nav-list.add_scroll::-webkit-scrollbar {
    width: 10px;
}
.woocommerce-checkout .woocommerce a {
    color: #fff;
    font-weight: bolder;
}
.woocommerce-table--order-details td a {
    color:#000 !important;
    font-weight: bolder;
}

@media screen and (max-width: 1266px) {
    .site-wrapper .site-content-wrapper {
        position: relative;
        padding-top: 0px;
    }
}
/****************************************************************/
/****************************************************************/
/****************************************************************/
.wa__btn_popup .wa__btn_popup_txt {
    display:none !important;
}
@media print, screen and (min-width: 64em) {
    .grid-x > .large-6 {
        width: 50%;
    }
}
.sku_wrapper {
    display: none !important;
}
.single-product .product .before-product-summary-wrapper .woocommerce-product-gallery__image img {
    width: 100%;
    max-width: 600px;
}
.single-product .product .before-product-summary-wrapper .woocommerce-product-gallery__image {
//    text-align: right;
}