/******************************MEDIA QUERIES***********************/
@media (min-width:2280px) {
.container {
width: 2100px
}
}
@media (min-width:1900px) {
.container {
width: 1700px
}
}
@media (min-width:1600px) {
.container {
width: 1400px
}
}
@media screen and (max-width: 1200px) {
.modal-content {
    width: 90%;
    height: auto;
}
div#AjaxifyCart {
    margin: -20px 0;
}
 .modal-content form {
    margin: 10px;
    padding: 0 40px;
}
.modal-content {
    background-color: #fefefe;
    padding: 0;
    border: 1px solid #888;
    width: 94%;
    float: right !important;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 40px;
}
}

 @media screen and (max-width: 992px) {
.container {
width: 900px;
}
  .index-banner {
    background-size: cover;
    height: 420px;
    padding: 12% 0;
}
.index-section1 {
    background-size: cover;
    height: auto;
    padding: 50px 0;
}
.banner-text {
    margin: 0 0 0 0;
    background: rgba(255,255,255,0.9);
    padding: 30px;
  width:100%;
}
.banner-text h4 {
    font-size: 21px;
  	color:#fff;
}  
.banner-text h1{color: #f04a49;}
.banner-text p {
    /* font-size: 11px; */
    /* padding-right: ; */
    color: #fff;
    line-height: 19px;
}
.site-btn a {
    color: #fff;
    padding: 10px 20px;
    /* width: 150px; */
    font-size: 15px;
}
.site-title h2 {
    font-size: 25px;
}
   .sec1-img img {
    width: 220px;
  margin:0 auto;
  display:block;
}
.sec1-txt {
    margin: 0;
    background: rgba(255,255,255,0.6);
    padding: 10px;
}
   .index-sec2{ 
    height: auto;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.sec1-img {
    margin: 0;
}
.index-section2 .sec1-img img {
    width: 220px;
  margin:0 auto;
  display:block;
}
.index-section2 .sec1-txt {
    margin: 0;
    padding: 30px 10px;
    background: rgba(0,0,0,0.5);
}
.index-section2 .sec1-img {
    margin: 0;
}
.index-section2 {
    background-size: cover;
    height: auto;
    background-position: center;
}
 }

 @media screen and (max-width: 800px) {
.container {
width:auto;
}
.menu-toggle {
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 999;
}

.menu li {
	float: left;
	width: 100%;
	text-align: center;
	padding:5px 0;
}
.menu-toggle i {
    font-size: 20px;
    position: inherit;
    color: #000;
    float: right;
    padding: 2px 0;
}
.menu-toggle span {
    display: block;
    font-family: 'Spartan', sans-serif;
}
.menu li a {
    color: #fff;
    text-transform: capitalize;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 0;
}
   .menu li a:hover, .menu li a:focus, .menu li.active a {
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 600;
}
.menu {
    position: fixed;
    top: 0;
    left: -100%;
    right: 0;
    display: block;
    background: #222;
    z-index: 9999999;
    height: 100%;
    max-width: 280px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
}
.banner-text {
    margin: 10% 0;
    width: 100%;
}
.index-banner {
    background-size: cover;
    height: auto;
}
   .index-section1 {
    background-size: cover;
    height: auto;
    padding: 30px;
}
.index-sec2 {
  height: auto;
    margin-bottom: 0;
    padding-bottom: 30px;
}
.index-section2 {
    height: auto;
    background-position: center;
    padding-bottom: 30px;
}
.modal-content {
    width: 100%;
    position: absolute;
    height: 100%;
    padding: 30px 2px;
}
.modal-content form {
    margin: 0;
    padding: 50px 30px;
}
   .cart__row.cart__footer {
    text-align: center;
    margin: 0;
    border-top: 1px solid #000;
    padding: 20px 0 0;
}
.grid__item.two-thirds.cart__item__title {
    padding-left: 0 !important;
}
.cart__row.ng-scope a {
    font-size: 12px;
    line-height: 23px;
    margin-bottom: 6px;
} 
   span.h5--body.money.ng-binding, .ajaxcart__qty {
    font-family: 'Spartan', sans-serif;
    font-size: 11px;
}
.checkout__button {
    padding: 15px;
    width: 170px !important;
    font-size: 14px;
    font-weight: 600;
}   
}

 @media screen and (max-width: 675px) {
.header-top p {
    line-height: 20px;
}
.index-banner {
    background-size: cover;
    height: auto;
    background-position: center;
    padding: 30px 0;
}

.banner-text {
    margin: 0 0 0 0;
    background: rgba(255,255,255,0.9);
    padding: 30px;
    width: 50%;
}

   .banner-text {
    width:100%;
   }
 }
 
