.woocommerce-page .page-description .btn.small {
    margin-right:5px;
    margin-bottom:5px;
}


@media only screen and (max-width: 767px) {
    #header #logo {
        position:relative;
        top:10px;
    }
}


.page-subtitle {
    font-size: 20px;
}


@media only screen and (max-width:767px) {
    .woocommerce ul.products li.product .button {
        padding:4px 10px;
        font-size:13px
    }
    .woocommerce ul.products li.product {
        min-height:80px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
     .woocommerce ul.products li.product .button {
        padding:4px 10px;
        font-size:13px
    }
    .woocommerce ul.products li.product {
        min-height:400px;
    }
}



/* All mobile devices */
@media only screen and (max-width: 767px) {
    /* Checkout */
    #top-wrap .top-right-nav li.checkout {
        display:inline-block
    }
    #top-wrap .top-right-nav li.cart a span.amount {
         font-size: 12px;
         color: #fff;
     }
    /* Add cart icon */
    #top-wrap .top-right-nav li.cart a:before {
        font-family: 'icomoon';
        content: "\e75a";
        display: inline-block;
        color: #555;
        margin-right: 10px;
        line-height: 0;
        font-weight: normal;
    }
    #top-wrap .top-right-nav li.cart a {
        padding-left: 0px;
    }
    #top-wrap .top-right-nav li.cart a span {
        float: none;
    }
    #top-wrap .top-right-nav li.cart a .contents {
        padding: .1em .618em;
        font-size:10px;
        margin-left: 1em;
        display: inline;
    }
    #top-wrap .top-right-nav li.cart-wrap, #top-wrap .top-right-nav li.search { 
        text-align:left;
     }
     #top-wrap .top-right-nav li.search { width: 100%; }
}


.woocommerce #sidebar {
		display: none;
	}



.tagged_as {
display: none !important;
}

.product_meta .tagged_as {
display:none;
}


body.default-breakpoint #top-bar-nav, body.default-breakpoint #site-navigation-wrap, body.default-breakpoint .oceanwp-social-menu, body.default-breakpoint .after-header-content {
  display: block;
}


.woocommerce div.product .summary .product_title{
font-size:30px;
}



