/* Normal desktop : 992px. */
@media (min-width: 992px) and (max-width: 1169px) {
    .single-slider {
        height: 650px;
    }

    .section-padding-2 {
      padding-top: 80px;
      padding-bottom: 80px;
    }
    /*Subscribe*/
    .letter-box {
        padding: 30px;
    }
}

 
/* Tablet desktop : 768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .section-padding-2 {
      padding-top: 60px;
      padding-bottom: 60px;
    }
    .single-slider {
        height: 500px;
    }
    /*Header*/
    .header-bottom {
        padding: 15px 0;
    }
    .header-cart {}
    /*Subscribe Section*/
    .letter-box {
        padding: 50px;
    }
    /*Footer*/
    .footer-border-right {
        border-right: none;
    }

}

 
/* Large mobile : 480px. */
@media (max-width: 767px) {
    
    
    .section-padding {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    .section-padding-2 {
      padding-top: 40px;
      padding-bottom: 40px;
    }
    /*Header*/
    .header-bottom {
        padding: 15px 0;
    }
    .single-slider {
        height: 350px;
    }
    /*Deal Product*/
    .deal-product-content {
        padding: 0 25px;
    }
    /*Subscribe Section*/
    .letter-box {
        padding: 45px 30px;
    }
    /*Footer*/
    .footer-border-right {
        border-right: none;
    }
    /*Product Tab List*/
    .product-tab-list li {
        font-size: 16px;
    }
    .product-tab-list li::after {
        font-size: 12px;
        margin: 0 10px;
    }
    /*My Account*/
    .myaccount-content {
        padding:20px 15px;
    }
	/*Blog*/
	.single-blog .content {
		padding-left: 0;
	}
	.single-blog .content .date {
		left: 20px;
		top: -90px;
	}
	.single-blog .content .title {
		font-size: 20px;
	}
	/*Post Author*/
	.author-avatar {
		margin-bottom: 15px;
	}
	.author-description {
		width: 100%;
	}
	/*Comment*/
	.comment-author {
		margin-bottom: 15px;
	}
	.comment-info {
		width: 100%;
	}
	.comment-info::before {
		transform: rotate(135deg);
		left: 35px;
		top: -5px;
	}


}
 
/* Small Mobile :480px. */
@media only screen and (max-width: 479px) {
    .container {
        max-width: 320px;
        width: 100%;
    }
    /*Header*/
    .header-logo a{
        width: 130px;
    }
    
    .header-toggle button,
    .header-cart .dropdown-toggle,
    .header-search .dropdown-toggle {
        width: 30px;
        height: 30px;
    }
    .header-cart .dropdown-toggle i,
    .header-search .dropdown-toggle i {
        line-height: 24px;
    }
    .header-toggle button span{
        margin: 4px 0;
    }

    .header-search-dropdown,
    .header-cart-dropdown {
        right: -50px !important;        
    }

    .single-slider {
        height: 210px;
    }

    .single-testimonial p {
        font-size: 16px;
    }

    /*Subscribe Section*/
    .letter-box {
        padding: 30px;
    }
    /*Product Tab List*/
    .product-tab-list li {
        font-size: 14px;
    }
    .product-tab-list li::after {
        font-size: 10px;
        margin: 0 8px;
    }
    /*Product Details Tab List*/
    .product-details-tab-list li {
        margin-right: 15px;
    }
    .product-details-tab-list li:last-child {
        margin-right: 0;
    }
    .product-details-tab-list li a {
        padding: 0 0 10px;
    }
	/*Blog*/
	.single-blog .content:not(:first-child) {
		padding-top: 20px;
	}
	.single-blog .content .date {
		left: 10px;
		top: -70px;
		width: 60px;
		padding: 10px 0;
	}
	.single-blog .content .title {
		font-size: 18px;
	}
	.blog-share h6 {
		margin-bottom: 10px;
	}

}
 
