@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .welcome_slide_text > h2,
    .single_catagory_area h2 {
        font-size: 70px;
    }
    .height-1080 {
    	height: 800px !important;
		}
    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_footer_area {
        margin-bottom: 100px;
    }
    .welcome_slide_text > h2,
    .single_catagory_area h2 {
        font-size: 50px;
    }
    .top_logo a img {
    	width:45%;
    }
    .height-1080 {
    	height: 800px !important;
		}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .catagories-side-menu {
        width: 260px;
    }
    #wrapper.karl-side-menu-open {
        left: 260px;
    }

    .cart > a {
        font-size: 12px;
    }
    .header-right-side-menu > a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .header-social-area {
        margin-bottom: 30px;
    }
    .main_header_area {
        height: auto;
        padding: 30px 0;
    }
    .footer_area {
        text-align:center;
    }
    .single_footer_area {
        margin-bottom: 100px;
    }
    .footer_social_area > a {
        font-size: 18px;
        padding: 0 15px;
    }
    .subscribtion_form .submit {
        padding: 0 20px;
    }
    .top-discount-area .single-discount-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 40px 15px;
        background-color: #b8b8b8;
        text-align: center;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    }
    .welcome_slide_text > h2,
    .single_catagory_area h2 {
        font-size: 30px;
    }
    .single_slide.height-800 {
        height: 500px !important;
    }
    .single_catagory_area {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%;
    }
    .section_heading h2,
    .offer-content-area h2 {
        font-size: 42px;
    }
    .offer-product-price h3 {
        font-size: 18px;
    }
    .shop_grid_product_area,
    .single_product_desc {
        margin-top: 100px;
    }
    .cart_area .update-checkout a,
    .cart_area .back-to-shop a {
        display: block;
        height: 40px;
        line-height: 36px;
        min-width: 100px;
        padding: 0 5px;
        font-size: 10px;
        font-weight: 700;
    }
    .cart_area .update-checkout a:first-child {
        margin-bottom: 10px;
    }
    .order-details-confirmation {
        margin-top: 100px;
        padding: 20px;
    }
    .height-1080 {
    	height: 600px !important;
		}
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    
}
@media only screen and (max-width: 991px) {
  .footer-logo img {
    width: 30%;
    opacity: 0.8;
	}
	.textAlignResponsiveR {
		text-align:center;
		padding-top:20px;
	}
	.cart_list td {
		padding:12px;
	}
	.update-checkout, .back-to-shop {
		text-align:center;
	}
	.update-checkout a{
		margin:10px 0;
	}
  .navbar-toggler {
    padding: 0;
    font-size: 20px;
    line-height: 1;
    border: none;
    border-radius: 0;
    height: 35px;
    color: #fff;
    line-height: 28px;
    display:inline-block;
    vertical-align: middle;
	}
	.exam {
		position:absolute;
		top:30px;
	}
  #karl-navbar {
    padding: 20px;
    background-color: #464646;
    margin: 30px 0 10px 0;
	}
	.main-menu-area {
    padding:0;
	}
}
@media (max-width: 770px)
{
	.cart_list tr.cart_summary {
		display:table-row;
	}
	.cart_list thead {
		display:none;
	}
	.cart_item.separator {
		display:block;
	}
	.welcome_slide_text {
		margin-top:100px;
		width: 70%;
	}
	
	.welcome_slide_text span {
		display:none;
	}
    .childX {
        top: 27%;
    left: 27%;
    transform: translate(-20%, -20%);
    }
}
@media (max-width: 768px) {
	.cart_list td {
		display: table-row;
		text-align:center;
		line-height:40px;
	}
	.cart_list tr.cart_summary {
		display:grid;
	}
	.cart_list .cart_price {
		text-align:center !important;
	}
	.cart_item__img, a.btn.cart_continue, a.btn.cart_clear {
		float:none !important;
	}
	a.btn.cart_continue, a.btn.cart_clear, a.btn.cart_update {
		margin:10px 0 0 0 !important;
		white-space: normal;
	}
	tr.cart_item {
    display: grid;
	}
	tr.cart_buttons {
    display: contents;
	}
	tr.cart_buttons td {
    border:none;
	}
}
@media (max-width: 600px) {
	.cartText {
		display:none;
	}
	#cartTotal {
		display:none;
	}
	.tools a {
    font-size: 24px;
    margin: 0 2px;
	}
	.cart > a > i {
    font-size: 30px;
	}
	.tools a {
    font-size: 23px;
    margin: 0 3px;
    color: #a5a5a5;
    border: 0px solid #777777;
    border-radius: 0;
    width:auto;
    height:auto;
    display: inline-block;
    text-align: center;
	}
	.top_logo a img {
		height:60px;
		padding:0;
		width:auto;
  }
  .top_header_area {
    padding: 10px 0;
	}
}
@media only screen and (min-width: 0px) and (max-width: 500px) {
	.tools a {
    font-size: 24px;
    margin: 0 2px;
	}
	.tools {
    margin: 5px 0px 0 0;
	}
	
	.footer-first {
    text-align: center;
	}
	.cart > a > i {
    font-size: 33px;
    padding: 3px 0 0 0;
	}
	.tools a:last-child {
    font-size: 16px;
	}
	.tools a:nth-child(2) {
  	display:none;
	}
	.height-1080 {
    height: 400px !important;
	}
	.categoryMain .counter {
		display:none;
	}
}