/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.sub-nav .menu-item i.fa,
.sub-nav .menu-item i.fas,
.sub-nav .menu-item i.far,
.sub-nav .menu-item i.fab {
	text-align: center;
	width: 1.25em;
}

.cartana-heading-wrapper.text-center {
    text-align: center;
}
.cartana-heading-wrapper {
    margin: 50px 0;
}
.fw-semibold {
    font-weight: 600;
}
.fw-bold{  font-weight: 700;}
.fw-regular {
    font-weight: 400;
}
.fw-medium{font-weight: 500;}
.fz-16 {
    font-size: 16px;
}
.white {
    color: #fff;
}
.footer-address li {
    margin-bottom: 15px;
}
.footer-address i {
    color: #56914a;
}
.footer-address p {
    display: inline;
    padding-left: 15px;
}
footer#footer a ,#bottom-bar{
    color: #888;
}
#footer .widget-title {
    margin-bottom: 40px;
}
.contact-sidebar li {
    list-style: none;
	  margin: 10px 0;
}
.contact-sidebar p {
    display: inline;
    padding-left: 10px;
}
.contact-page li.vc_tta-tab.vc_active {
    font-size: 30px !important;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}
.mb-35 {
    margin-bottom: 35px;
}
.mb-25 {
    margin-bottom: 25px;
}
body.home #main {
    padding-bottom: 0;
}
body.page-template-default #main {
    padding-bottom: 0;
}
.cartana-button{display:none;}
.wpb_text_column ul{display:inline-block;}

@media only screen and (min-width: 995px) {
	
body.woocommerce-checkout .wc-order-review {
    position: absolute;
    right: 0;
    top: 0;
}
	
}
div#show_time_slot {
    display: none;
}
form.cart .quantity {
    order: -1;
}
form.cart {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
	row-gap: 5px;
}
.product form.cart button.button {
    margin: 0 !important;
	max-width: 76%;
}
h3.border_html, .shipping_text, #delivery_date_field {
    display: none !important;
}
.shopping-cart-bottom a.button.checkout {
    display: none;
}
@media only screen and (min-width: 767px) {
.product form.cart button.button {
	max-width: 100%;
}
}