@media (min-width: 1440px) {
  .container {
    width: 1296px;
  }
}

@media (min-width: 1200px) and (max-width: 1439px) {
  .imageTextItem {
    width: 1170px;
  }
  .imageText_img {
    flex: 0 0 540px;
    width: 540px;
    height: 439px;
  }
  .imageText_img .aboutImg {
    width: 506px;
    height: 380px;
  }
  .imageText_img .aboutMedia .lazy-load-container {
    width: 346px;
    height: 245px;
  }

  .imageText_img .aboutMedia > img {
    width: 346px;
    height: 245px;
    object-fit: cover;
    object-position: center;
  }

  .productGroup {
    width: 1170px;
  }
  .productGroupLeft {
    margin-right: 120px;
  }

  .productList {
    width: 1170px;
  }
  .productList .productListItem {
    width: 274.5px;
    margin-right: 24px;
    margin-bottom: 20px;
  }
  .productList .productListItem .product-img {
    width: 274.5px;
    height: 274.5px;
  }

  .imageText_text .imageText_textContect .imageText_textDesc {
    margin-bottom: 40px;
    -webkit-line-clamp: 6;
  }

  .productGroupList {
    width: 1170px;
  }
  .productGroupList .productGroupList-product {
    flex: 0 0 374px;
    width: 374px;
  }

  .blogList {
    width: 1170px;
  }
  .blogList .blog-wrapper {
    flex: 0 0 380px;
    margin-right: 15px;
  }
  .blog-wrapper .lazy-load-container {
    width: 378px;
    height: 256px;
  }

  .blogList .blog-wrapper > img {
    width: 378px;
    height: 256px;
    object-fit: cover;
    object-position: center;
  }

  .slide-height {
    padding: 240px 0;
  }

  .single-product {
    width: 270px;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .single-product:nth-of-type(4),
  .single-product:nth-of-type(8) {
    margin-right: 0px;
  }

  .productList .productListItem .product-img .lazy-load-container {
    width: 270px;
    height: 270px;
  }

  .productList .productListItem .product-img > img {
    width: 270px;
    height: 270px;
  }
}

/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
  .imageTextItem {
    width: 970px;
  }
  .imageText_text {
    margin-left: 40px;
  }
  .imageText_img {
    flex: 0 0 448px;
    width: 448px;
    height: 364px;
  }
  .imageText_img .aboutImg {
    width: 419px;
    height: 314px;
  }

  .imageText_img .aboutMedia .lazy-load-container {
    width: 287px;
    height: 203px;
  }

  .imageText_img .aboutMedia > img {
    width: 287px;
    height: 203px;
    object-fit: cover;
    object-position: center;
  }

  .productGroupArea {
    padding: 60px 0 40px;
    background: #f9f1ee;
  }
  .productGroup {
    width: 970px;
  }
  .productGroupLeft {
    margin-right: 60px;
  }
  .productGroupLeft .productGroupTitle {
    font-size: 32px;
    line-height: 40px;
  }
  .productGroupLeft .productGroupSubTitle {
    -webkit-line-clamp: 8;
  }
  .productGroupRight {
    flex: 0 0 700px;
    width: 700px;
  }
  .productGroupRight .productGroupItem {
    flex: 0 0 220px;
    width: 220px;
    height: 220px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px 30px;
  }
  .productGroupRight .productGroupItem .lazy-load-container {
    width: 160px;
    height: 160px;
  }

  .productGroupRight .productGroupItem > a > img {
    width: 160px;
    height: 160px;
    object-fit: cover;
    object-position: center;
  }

  .productGroupRight .productGroupItem h2 {
    margin-top: 10px;
  }

  .productList {
    width: 970px;
  }
  .productList .productListItem {
    width: 227.5px;
    margin-right: 20px;
  }
  .productList .productListItem .product-img {
    width: 227.5px;
    height: 227.5px;
  }

  .imageText_text .imageText_textContect .imageText_textDesc {
    margin-bottom: 40px;
    -webkit-line-clamp: 4;
  }

  .productGroupList {
    width: 970px;
  }
  .productGroupList .productGroupList-product {
    flex: 0 0 310px;
    width: 310px;
    margin-right: 20px;
  }

  .blogList {
    width: 970px;
  }
  .blogList .blog-wrapper {
    flex: 0 0 310px;
    margin-right: 20px;
  }

  .blog-wrapper .lazy-load-container {
    width: 308px;
    height: 209px;
  }

  .blogList .blog-wrapper > img {
    width: 308px;
    height: 209px;
    object-fit: cover;
    object-position: center;
  }

  .single-product {
    width: 220px;
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .single-product:nth-of-type(4),
  .single-product:nth-of-type(8) {
    margin-right: 0px;
  }

  .product-img .lazy-load-container {
    width: 220px;
    height: 220px;
  }

  .productList .productListItem .product-img > img {
    width: 220px;
    height: 220px;
  }

  .banner-caption h2 {
    font-size: 22px;
  }

  .category-area-3 .product-content h3 {
    font-size: 16px;
  }

  .category-area-3 .product-content {
    padding-top: 5px;
  }

  .contact-method h2,
  .message-title h1 {
    font-size: 17px;
  }

  .shop-tab,
  .short-by,
  .shop-breadcrumb {
    width: 33.33%;
  }

  .shop-show {
    display: none;
  }

  .price_slider_amount > input[type="text"] {
    margin-left: 6px;
    width: 116px;
  }

  .single-testimonial p {
    padding: 0 50px;
  }
}

/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .imageTextItem {
    width: 750px;
  }
  .imageText_text {
    margin-left: 30px;
  }
  .imageText_img {
    flex: 0 0 346px;
    width: 346px;
    height: 281px;
  }
  .imageText_img .aboutImg {
    width: 324px;
    height: 243px;
  }
  .imageText_img .aboutMedia .lazy-load-container {
    width: 221px;
    height: 157px;
  }

  .imageText_img .aboutMedia > img {
    width: 221px;
    height: 157px;
    object-fit: cover;
    object-position: center;
  }

  span.tag-line {
    top: 16px;
    right: 16px;
    width: 36px;
    line-height: 36px;
    height: 36px;
  }
  .smpad-40 {
    padding: 40px 0;
  }
  .productGroupArea {
    padding: 60px 0 50px;
  }
  .productGroup {
    width: 750px;
  }
  .productGroupLeft {
    margin-right: 40px;
  }
  .productGroupLeft .productGroupTitle {
    font-size: 28px;
    line-height: 36px;
  }
  .productGroupLeft .productGroupSubTitle {
    -webkit-line-clamp: 8;
  }
  .productGroupRight {
    flex: 0 0 560px;
    width: 560px;
  }
  .productGroupRight .productGroupItem {
    flex: 0 0 180px;
    width: 180px;
    height: 180px;
    background-color: #ffffff;
    padding: 20px 30px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .productGroupRight .productGroupItem .lazy-load-container {
    width: 120px;
    height: 120px;
  }

  .productGroupRight .productGroupItem > a > img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
  }

  .productGroupRight .productGroupItem h2 {
    margin-top: 10px;
  }
  .productList {
    width: 750px;
  }
  .productList .productListItem {
    width: 180px;
    margin-right: 10px;
  }
  .productList .productListItem .product-img {
    width: 180px;
    height: 180px;
  }

  .imageText_text .imageText_textContect .imageText_textDesc {
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
  }
  .productGroupListAreaTop {
    padding-bottom: 155px;
  }
  .productGroupListArea .tab-content {
    margin-top: -120px;
  }
  .productGroupList {
    width: 750px;
  }
  .productGroupList .productGroupList-product {
    flex: 0 0 240px;
    width: 240px;
    height: 140px;
    margin-right: 15px;
  }
  .productGroupList .productGroupList-product .lazy-load-container {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
  }

  .productGroupList .productGroupList-product > img {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
  }

  .productGroupList .productGroupList-product .productGroupList-contect {
    height: 120px;
    padding: 10px;
  }
  .productGroupList .productGroupList-product h3 {
    -webkit-line-clamp: 2;
  }
  .productGroupList .productGroupList-product .price {
    font-size: 16px;
    line-height: 20px;
  }
  .blogList {
    width: 750px;
  }
  .blogList .blog-wrapper {
    flex: 0 0 240px;
    margin-right: 15px;
  }
  .blog-content .blog-content-title {
    font-size: 16px;
    line-height: 20px;
  }
  .blog-wrapper .lazy-load-container {
    width: 238px;
    height: 161px;
  }

  .blogList .blog-wrapper > img {
    width: 238px;
    height: 161px;
    object-fit: cover;
    object-position: center;
  }

  .single-product {
    width: 180px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .single-product:nth-of-type(4),
  .single-product:nth-of-type(8) {
    margin-right: 0px;
  }

  .product-img .lazy-load-container {
    width: 180px;
    height: 180px;
  }

  .productList .productListItem .product-img > img {
    width: 180px;
    height: 180px;
  }

  .slide1-text {
    top: 63%;
  }

  .product-tag ul li a {
    padding: 5px 9px;
  }

  .contact-info {
    margin-top: 25px;
  }

  .login-margin {
    margin-top: 20px;
  }

  .related-curosel {
    margin-bottom: 40px;
  }

  .shop-right-side {
    margin-top: 40px;
  }

  .slide-height {
    padding: 200px 0;
  }

  .slide-content h1 {
    font-size: 55px;
  }

  .single-testimonial p {
    padding: 0 50px;
  }
}

/* small mobile :320px. */
@media (max-width: 767px) {
  .smpad-40 {
    padding: 40px 0;
  }
  .topBanner .topBannerTitle {
    font-size: 24px;
    line-height: 30px;
  }

  .banner-item-content .indexBannerTitle {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 7px;
  }
  .banner-item-content .sub-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .indexMainTitle {
    font-size: 24px;
  }
  .indexMainSubTitle {
    font-size: 14px;
    line-height: 18px;
  }
  .section-title {
    margin-bottom: 20px;
  }

  span.tag-line {
    top: 16px;
    right: 16px;
    width: 32px;
    line-height: 32px;
    height: 32px;
  }

  .productGroupArea {
    padding: 40px 0 20px;
    background: #f9f1ee;
  }
  .productGroup {
    position: relative;
    margin: 0 auto;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
  }
  .productGroupLeft {
    flex: 0 0 calc(100vw - 30px);
    width: calc(100vw - 30px);
    display: flex;
    margin: 0 auto 20px;
    align-items: center;
  }
  .productGroupLeft .productGroupTitle {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .productGroupLeft .productGroupSubTitle {
    -webkit-line-clamp: 30;
  }
  .productGroupRight {
    display: block;
    flex: 0 0 calc(100vw - 30px);
    width: calc(100vw - 30px);
    margin: 0 auto;
  }
  .productGroupRight .productGroupItem {
    width: calc(100vw - 30px);
    height: calc(100vw - 30px);
    background-color: #ffffff;
    padding: 34px 54px;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .productGroupRight .productGroupItem .lazy-load-container {
    width: calc(100vw - 138px);
    height: calc(100vw - 138px);
  }

  .productGroupRight .productGroupItem > a > img {
    width: calc(100vw - 138px);
    height: calc(100vw - 138px);
    object-fit: cover;
    object-position: center;
  }

  .productGroupRight .productGroupItem h2 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
  }

  .productList {
    width: calc(100vw - 30px);
  }
  .productList .productListItem {
    width: calc(50vw - 22.5px);
    margin-right: 15px;
  }
  .productList .productListItem:nth-child(2n) {
    margin-right: 0;
  }
  .productList .productListItem .product-img {
    width: calc(50vw - 22.5px);
    height: calc(50vw - 22.5px);
  }
  .productList .productListItem .productListItem-content .price {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
  }

  .imageText {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    padding: 40px 0 30px;
  }
  .imageTextItem {
    display: flex;
    height: auto;
    flex-wrap: wrap;
  }
  .imageText_text {
    flex: 0 0 calc(100vw - 30px);
    width: calc(100vw - 30px);
    display: flex;
    align-items: center;
    margin: 0 auto;
  }
  .imageText_text .imageText_textContect .imageTextTitle {
    font-size: 24px;
    font-weight: bold;
    color: #96532e;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .imageText_text .imageText_textContect .imageText_textDesc {
    font-size: 14px;
    font-weight: 400;
    color: #777777;
    line-height: 22px;
    margin-bottom: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 30;
    -webkit-box-orient: vertical;
  }
  .imageText_img {
    flex: 0 0 calc(100vw - 30px);
    width: calc(100vw - 30px);
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
  }
  .imageText_img .aboutImg {
    width: calc(100vw - 30px);
    height: calc(75vw - 22.5px);
    margin-bottom: 20px;
  }

  .imageText_img .aboutMedia {
    position: relative;
  }

  .imageText_img .aboutMedia .lazy-load-container {
    width: calc(100vw - 30px);
    height: calc(70.76vw - 21.23px);
  }

  .blogList .blog-wrapper > img {
    width: calc(100vw - 30px);
    height: calc(70.76vw - 21.23px);
    object-fit: cover;
    object-position: center;
  }

  .productGroupListAreaTop {
    padding-top: 40px;
    padding-bottom: 155px;
  }
  .productGroupListArea .tab-content {
    margin-top: -120px;
  }
  .productGroupListArea .productGroupListTitle {
    font-size: 24px;
    line-height: 32px;
  }
  .productGroupList {
    width: calc(100vw - 30px);
  }
  .productGroupList .productGroupList-product:nth-child(3n) {
    margin-right: auto;
  }
  .productGroupList .productGroupList-product:nth-child(2n) {
    margin-right: 0;
  }
  .productGroupList .productGroupList-product {
    flex: 0 0 calc(100vw - 30px);
    width: calc(100vw - 30px);
    margin-right: 15px;
    height: auto;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 10px;
  }
  .productGroupList .productGroupList-product .productGroupList-contect {
    height: 120px;
    padding: 10px;
  }
  .productGroupList .productGroupList-product .lazy-load-container {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
  }

  .productGroupList .productGroupList-product > img {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    object-position: center;
  }

  .blogList {
    width: calc(100vw - 30px);
  }
  .blogList .blog-wrapper {
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .blogList .blog-wrapper .lazy-load-container {
    width: 100%;
  }

  .blogList .blog-wrapper .blog-date {
    top: calc(67.3vw - 45px);
    right: 20px;
  }
  .blog-content .blog-content-title {
    font-size: 16px;
    line-height: 20px;
  }
  .blog-wrapper .lazy-load-container {
    width: calc(100vw - 30px);
    height: calc(67.3vw - 20.2px);
  }

  .blogList .blog-wrapper > img {
    width: calc(100vw - 30px);
    height: calc(67.3vw - 20.2px);
    object-fit: cover;
    object-position: center;
  }

  .productContactBottom {
    display: block;
  }

  .productShareLink {
    margin: 0;
  }

  .shareInputBox {
    width: calc(100vw - 70px);
  }

  #productModal {
    width: 100vw;
  }

  #productModal .contactDiglog {
    width: calc(100vw - 30px);
  }

  .xs-pading-0 {
    padding: 0;
  }

  .contact .contactItem {
    flex: 0 0 100%;
  }

  .topBanner img {
    height: auto;
  }

  .pad-80 {
    padding: 40px 0;
  }

  .pad-80-50 {
    padding: 40px 0 10px;
  }

  .container {
    width: calc(100vw - 30px);
    margin: 0 auto;
  }

  .single-product {
    width: calc(50vw - 22.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .single-product:nth-of-type(2),
  .single-product:nth-of-type(4),
  .single-product:nth-of-type(5),
  .single-product:nth-of-type(8) {
    margin-right: 0px;
  }

  .product-content h3 {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
  }

  .product-content {
    padding: 10px;
  }

  .product-content .price span {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
  }

  .product-img .lazy-load-container {
    width: calc(50vw - 22.5px);
    height: calc(50vw - 22.5px);
  }

  .productList .productListItem .product-img > img {
    width: calc(50vw - 22.5px);
    height: calc(50vw - 22.5px);
  }

  .cap-title h1 {
    font-size: 24px;
  }

  .marg-20 {
    margin-top: 0;
  }

  .upcoming-content {
    margin-top: 20px;
  }

  .payment-img {
    float: none;
    margin-top: 20px;
  }

  .banner-caption h2 {
    font-size: 20px;
  }

  .timer .cdown {
    font-size: 18px;
    height: 80px;
    width: 55px;
  }

  .timer .time-count {
    padding-top: 12px;
  }

  .single-brand {
    text-align: center;
  }

  .nivo-directionNav a {
    width: 30px;
  }

  .slider-container:hover .nivo-prevNav {
    left: 20px;
  }

  .slider-container:hover .nivo-nextNav {
    right: 20px;
  }

  .category-area-3 .col-md-4 {
    margin-bottom: 20px;
  }

  .category-area-3 .col-md-4:last-child {
    margin-bottom: 20px;
  }

  .breadcrumb-area {
    padding: 70px 0;
  }

  .team-area .col-md-3 {
    margin-bottom: 20px;
  }

  .team-area .col-md-3:last-child {
    margin-bottom: 0;
  }

  .buttons-cart input,
  .coupon input[type="submit"],
  .buttons-cart a,
  .coupon-info p.form-row input[type="submit"] {
    padding: 0 8px;
    margin-bottom: 10px;
  }

  .buttons-cart {
    margin-top: 15px;
  }

  p.checkout-coupon input[type="text"] {
    width: 145px;
  }

  .ship-different-title h3 label {
    font-size: 22px;
  }

  .your-order {
    padding: 30px 10px 45px;
  }

  .single-contact {
    padding: 38px 14px;
  }

  .contact-method h2,
  .message-title h1 {
    font-size: 16px;
  }

  .contact-info {
    margin-top: 20px;
  }

  .login-margin {
    margin-top: 20px;
  }

  .social-sign a.twitter {
    margin-top: 10px;
  }

  .login-lost span.forgot-login {
    display: block;
    float: none;
    margin-bottom: 14px;
  }

  .related-curosel {
    margin-bottom: 40px;
  }

  .shop-tab,
  .shop-breadcrumb {
    width: 50%;
  }

  .short-by,
  .shop-show {
    display: none;
  }

  .shop-content {
    margin-top: 40px;
  }

  .shop-list .product-img {
    width: 100%;
  }

  .shop-list .product-content {
    padding-left: 5px;
    width: 100%;
  }

  .shop-full .shop-content {
    margin-top: 0px;
  }

  .shop-right-side {
    margin-top: 40px;
  }

  .slide-height {
    padding: 100px 0;
  }

  .slide-content h1 {
    font-size: 33px;
  }

  .single-testimonial p {
    padding: 0 0;
  }
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: calc(100vw - 30px);
  }

  .cap-title h1 {
    font-size: 30px;
  }

  .buttons-cart input,
  .coupon input[type="submit"],
  .buttons-cart a,
  .coupon-info p.form-row input[type="submit"] {
    padding: 0 15px;
  }

  .login-lost span.forgot-login {
    display: inline-block;
    float: right;
    margin-bottom: 14px;
  }
}
