/* Normal desktop :1200px. */
@media (min-width: 1200px) and (max-width: 1500px) {
	.container {
		max-width: 1170px;
	}
    .slider-active img {
        min-height: 405px;
    }
    .single-video.large-v img {
        min-height: 250px;
    }
    .single-mall.mb-10 {
        margin-bottom: 0px;
    }
    .recom-single {
        min-height: 330px;
    }
    
}


/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
    .ht-middle a {
        padding-right: 35px;
    }
    .ht-left a.borderr {
        margin-left: 20px;
    }
    .single-video.large-v img {
        min-height: 250px;
    }
    .single-cat h6 {
        padding: 0px 35px;
    }
    .mall-banner img {
        min-height: 500px;
    }
    .custom-width-20 {
        max-width: 25%;
    }
    .footer-widget.social-icon ul li a {
        font-size: 11px;
    }
    .footer-widget.scan {
        margin-left: 0px;
    }
    .scan-wrapper {
        display: inherit;
    }
    .scan-wrapper .scan-text {
        margin-left: 0px;
        margin-top: 15px;
    }
    .common-arrow .left {
        left: -10px !important;
    }
    .common-arrow .right {
        right: -10px !important;
    }
}


/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .ht-middle {
        text-align: left;
    }
    .res-wrapper {
        text-align: center;
        margin-bottom: 15px;
    }
    .ht-middle a.border-r {
        border: none;
    }
    .video-active .small-v {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .single-video.large-v img,
    .single-video.small-v img {
        min-height: 205px;
        margin-top: 20px;
    }
    .single-cat h6 {
        padding: 0px 28px;
    }
    .fs-title {
        padding-left: 15px;
    }
    .fs-img {
        margin-right: 20px;
    }
    .fs-link {
        padding-right: 15px;
    }
    .bp-title h5,
    .recom-title h5 {
        padding-left: 15px;
    }
    .custom-width-20 {
        max-width: 25%;
    }
    .common-arrow .left {
        left: -10px !important;
    }
    .common-arrow .right {
        right: -10px !important;
    }
   .recom-single {
	min-height: 306px;
}
    .footer-widget.scan {
        margin-left: 0px;
    }
    .mall-banner {
        padding: 10px;
    }
}


/* small mobile :320px. */
@media (max-width: 767px) {
    .ht-middle {
        text-align: left;
    }
    .res-wrapper {
        text-align: center;
        margin-bottom: 15px;
    }
    .ht-middle a.border-r {
        border: none;
    }
    .ht-middle a {
        padding-right: 8px;
    }
    .header-search {
        margin-top: 15px;
    }
    .ht-left a.borderr {
        margin-left: 15px;
    }
    .ht-social {
        margin-left: 0px;
        margin-top: 10px;
    }
    .ht-right {
        text-align: center;
    }
    .single-video.large-v img,
    .single-video.small-v img {
        min-height: 170px;
        margin-top: 20px;
    }
    .video-active .small-v {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .fs-link {
        padding-right: 15px;
    }
    .bp-title h5,
    .recom-title h5 {
        padding-left: 15px;
    }
    .custom-width-20 {
        max-width: 100%;
    }
    .fs-title {
        display: inherit;
        padding-left: 15px;
    }
    .count-title {
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .countdown-list .time-count {
        margin-left: 0px;
        margin-right: 15px;
    }
    .mall-title h4 {
        text-align: center;
        margin-bottom: 10px;
    }
    .mall-banner {
        padding: 10px;
    }
    .pagination-area .page-link  {
        margin: 0px 5px;
    }
    .footer-widget.scan {
        margin-left: 0px;
    }
    .footer-widget.social-icon {
        margin-left: 0px;
    }
    .recom-title h5::before {
        width: 200px;
    }
    .single-sale .sale-img img {
        width: 100%;
    }
    .fs-link {
        text-align: left;
        margin-top: 10px;
        padding-left: 15px;
    }
    .mall-links {
        display: inherit;
    }
    .mall-links a {
        display: block;
        margin-bottom: 10px;
    }
    .mall-img img {
        width: 100%;
    }
    .common-arrow .left {
        left: 0px !important;
    }
    .common-arrow .right {
        right: 0px !important;
    }
    .slider-active img {
        min-height: inherit;
    }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    .ht-social {
        margin-left: 15px;
    }
    .custom-width-20 {
        max-width: 50%;
    }
    .recom-single {
        min-height: 310px;
    }
    .mall-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .mall-links a {
        display: inherit;
        margin-bottom: 0px;
    }
}