.the_content_wrapper {
    color: black;
}

@media(max-width: 725px) {
	.woocommerce ul.products li.product .price {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    background: black;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.02);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
		display: inline-block
}
}

@media (max-width: 700px) {
#Content .type-post.status-publish.format-standard.has-post-thumbnail.hentry > div.post-desc-wrapper > div > div.post-footer {
background: #040404;
}
}

@media only screen and (max-width: 767px){
.contactimg {
		margin-top: 0!important;
	}}

@media (min-width: 767px) {
/* ---------------------
        WOOCOMMERCE
        --------------------- */
        body .woocommerce .col2-set .col-1{width:100%;}
        .woocommerce-billing-fields h3{margin-top:40px;}
        .woocommerce .col2-set, .woocommerce-page .col2-set{width:48%;float:left;}
        #order_review_heading, .woocommerce #order_review, .woocommerce-page #order_review{float:left;width:48%;margin-left:2%;}}

/*CHECKOUT SHIPPING FIELD*/
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 100%;
	  float: left;
	  padding-top: 30px;
}


/*Order Style*/
@media (min-width: 993px){
.woocommerce #order_review, .woocommerce-page #order_review {
    
    border: 2px grey solid;
	  
	}}

/*add to cart button style*/
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #000000;
    color: #02e2d7;
    font-weight: 700;
}

.woocommerce input.button,.woocommerce button.button {
	  background-color: #02e2d7;
    color: #000;
    font-weight: 700;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    
    width: 46%;
    border: solid 1px #737272;
    padding: 10px 5px 10px 5px;
}

/*related products*/
.woocommerce ul.products li.product .image_frame, .woocommerce ul.products li.product .hover_box_product {
    position: relative;
    border-width: 1px;
    border-style: solid;
}

.woocommerce ul.products li.product {
    width: 28%!important;
}

.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h4 {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    padding: 5px;
}

.woocommerce .product div.entry-summary h1.product_title {
	font-size: 20px;
}

/*Paystack Form popup*/
.j-forms .secondary-btn, .j-forms .secondary-btn:hover, .j-forms .secondary-btn:active {
    opacity: .5;
    display: none;
}

.paystack-cardlogos {
    width: 50%!important;
    height: 50% !important;
}

.j-forms .primary-btn {
	color: #06ded1;
	background: #000;
	font-weight: bold;
}

@media (max-width: 767px) {
.j-forms .primary-btn {
	width: 100%;
	color: #06ded1;
	background: #000;
	font-weight: bold;
	}

.elementor-column {
    width: 100%;
    margin-bottom: 15px;
	}}

.alert_info .alert_icon {
    background: #07b9d8;
}

.elementor-widget-unfold {
    margin-top: 27px!important;
}

.mfn-header-login{
	display:none;
}
/* Hide comment */
div.notice .notice-error p{
	display: none!important;
}
