/* ====================================================
    Responsive
==================================================== */
/* Desktop 1300 - up */
@media (min-width: 1300px) {
    .container {
        max-width: 1280px;
    }
	.swa{
		display:none
	}
}

@media (min-width: 1200px) {
    .container {
        max-width: 1280px;
    }
	.swa{
		display:none
	}
}

/* Normal desktop :992px. (Laptop 14") */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Global */
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 26px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 18px;
    }
    h6 {
        font-size: 16px;
    }

}

 
/* Tablet device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 26px;
    }
    h2 {
        font-size: 22px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 18px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 15px;
    }
    p {
        font-size: 14px;
    }

}

 
/* small mobile :320px. */
@media (max-width: 767px) {
    /* Global */
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 24px;
    }
    h2 {
        font-size: 15px;
    }
    h3 {
        font-size: 18px;
    }
    h4 {
        font-size: 17px;
    }
    h5 {
        font-size: 16px;
    }
    h6 {
        font-size: 14px;
    }
    p {
        font-size: 14px;
    }
	.demo{
		display:none;
	}
.ltn__category-item-5-2 a .category-icon {
  margin-right: 0;
  margin-left: 37%; }
  .sw-right {
    margin-right: 0px;
}
.sw-left {
    margin-left: 0px;
}
.mini-cart-icon {
  
  display:flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
  cursor: pointer;
  color: var(--ltn__heading-color); }
  .mini-cart-icon i {
    font-size: 18px; }
  .mini-cart-icon sup {
    font-size: 14px;
    font-weight: 600;
    	}
.ltn__tab-menu .nav {
    
    border-bottom: 1px dashed #6666;
    display: none;
}
.ltn__tab-menu .swap{
    display: none;
}
.desktop{
	display:none;
}
.mobile{
	display:block;
}
.section-subtitle {
    font-weight: 500;
    font-family: var(--ltn__body-font);
    font-size: 17px;
}
.ltn__counterup-item .counter-icon i {
    font-size: 30px;
    line-height: 1;
    color: #fed501;
}
}
