/* Max width 575px */
@media only screen and (max-width: 575px) {
  .gs-product-tablist {
    border: none;
    padding: 0;
  }
  .gs-product-tablist .nav-item {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid var(--gs-ash-color);
  }
  .gs-product-tablist .nav-item:last-child {
    margin-bottom: 0;
  }
  .gs-product-tablist .nav-item .nav-link {
    width: 100%;
    display: block;
  }
  .gs-product-tablist .nav-item .nav-link:after {
    bottom: -15px;
  }
  .gs-product-details-content .gs-add-to-cart-wrap > span {
    margin-bottom: 10px;
  }
  .gs-product-details-content .gs-add-to-cart-wrap ul {
    flex-wrap: wrap;
  }
  .gs-product-details-content .gs-add-to-cart-wrap ul li:first-child {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .gs-product-details-content .gs-add-to-cart-wrap ul li .gs-btn {
    padding: 13px 22px;
  }
}
/* Max width 767px */
@media only screen and (max-width: 767px) {
  p, input, textarea, span, select, label {
    font-size: 14px;
    line-height: 25px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .gs-sm-none {
    display: none !important;
  }
  .fs-xxl-14 {
    font-size: 14px;
  }
  .ptb-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pt-100 {
    padding-top: 50px;
  }
  .pb-100 {
    padding-bottom: 50px;
  }
  .pt-75 {
    padding-top: 50px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-75 {
    padding-bottom: 25px;
  }
  p {
    font-size: 15px;
  }
  .mb-45 {
    margin-bottom: 35px;
  }
  .mb-sm-15 {
    margin-bottom: 15px;
  }
  .gs-btn {
    padding: 15px 25px;
  }
  .gs-breadcrumb-title,
  .gs-section-title {
    font-size: 26px;
    line-height: 36px;
  }
  .gs-section-title.style-two {
    font-size: 26px;
    line-height: 36px;
  }
  .gs-breadcrumb-title {
    margin-bottom: 10px;
  }
  .gs-breadcrumb-area {
    padding: 50px 0;
  }
  .gs-breadcrumb-area .gs-br-menu li {
    font-size: 14px;
  }
  .gs-breadcrumb-area .gs-br-menu li:after {
    font-size: 14px;
  }
  .gs-social-profile.style-one li a {
    width: 40px;
    height: 40px;
  }
  .gs-pagination-area .page-numbers {
    width: 40px;
    height: 40px;
  }
  .gs-pagination-area .page-numbers:after {
    top: 50%;
    right: -21px;
  }
  .gs-pagination-area .page-numbers:last-child {
    margin-right: 0;
  }
  .gs-pagination-area .page-numbers.current, .gs-pagination-area .page-numbers:hover {
    margin-right: 20px;
  }
  .gs-pagination-area .page-numbers.current:after, .gs-pagination-area .page-numbers:hover:after {
    width: 30px;
  }
  .gs-main-banner-area .gs-banner-content {
    padding: 60px 0 30px;
  }
  .gs-main-banner-area .gs-banner-content h1 {
    font-size: 32px;
  }
  .gs-main-banner-area .gs-banner-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .gs-main-banner-area .gs-banner-content ul li {
    width: 100%;
  }
  .gs-main-banner-area .gs-banner-content ul li:first-child {
    margin-right: 0;
  }
  .gs-main-banner-area .gs-banner-content ul li a {
    width: 100%;
  }
  .gs-main-banner-area .gs-banner-img-wrap .gs-banner-img {
    width: auto;
    left: 0;
    margin: 0 auto;
  }
  .gs-main-banner-area .gs-banner-img-wrap .gs-banner-animation {
    width: 135px;
    height: 135px;
  }
  .gs-featured-card {
    padding: 45px 20px 0 20px;
    max-height: 100%;
  }
  .gs-featured-card .featured-info {
    padding-bottom: 25px;
    max-width: 100%;
  }
  .gs-featured-card .featured-info span {
    margin-bottom: 11px;
  }
  .gs-featured-card .featured-info h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .gs-featured-card.style-one .featured-img, .gs-featured-card.style-two .featured-img {
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
  }
  .gs-featured-card.style-one .featured-img {
    margin: 0 auto;
  }
  .gs-featured-card.style-two .featured-img {
    margin: 0 -20px 0 auto;
  }
  .gs-category-card.style-one .categroy-info {
    width: 85%;
    bottom: 30px;
  }
  .gs-testimonial-card {
    padding: 30px 20px 30px;
    margin-top: 15px;
  }
  .gs-testimonial-card .quote-icon {
    top: -15px;
    right: 30px;
    max-width: 55px;
  }
  .gs-promo-card-wrap {
    justify-content: center;
  }
  .gs-promo-card-wrap .gs-promo-card {
    width: calc(100% - 24px);
  }
  .gs-blog-card.style-two .blog-info h3, .gs-blog-card.style-three .blog-info h3, .gs-blog-card.style-four .blog-info h3 {
    font-size: 22px;
    line-height: 33px;
  }
  .gs-blog-card.style-four .blog-img {
    width: 100%;
  }
  .gs-blog-card.style-four .blog-info {
    width: 100%;
    margin: 25px 0 0;
  }
  .gs-product-card .gs-product-img .gs-color-tablist-wrap {
    min-width: 100px;
    left: 50%;
  }
  .gs-sorting-box .view-list-row {
    max-width: 100%;
    margin-bottom: 13px;
    padding: 12px 10px 12px;
  }
  .gs-sorting-box .view-list-row .view-column a {
    width: 42px;
  }
  .gs-sorting-box .view-list-row .view-column a img {
    display: block;
    margin: 0 auto;
  }
  .gs-sorting-box .gs-filter-default {
    width: 210px;
  }
  .gs-products-col-list .gs-products-col-item .gs-product-card {
    display: block;
  }
  .gs-products-col-list .gs-products-col-item .gs-product-card .gs-product-img {
    width: 100%;
  }
  .gs-products-col-list .gs-products-col-item .gs-product-card .gs-product-info {
    width: 100%;
    margin: 24px 0 0;
  }
  .gs-products-col-two .gs-products-col-item,
  .gs-products-col-three .gs-products-col-item,
  .gs-products-col-four .gs-products-col-item,
  .gs-products-col-five .gs-products-col-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .gs-single-product-left-thumb .gs-single-product-tablist {
    width: 100%;
    display: grid;
  }
  .gs-single-product-left-thumb .gs-single-product-tablist .nav-item {
    display: inline-block;
    margin: 0 0 24px 0;
  }
  .gs-single-product-left-thumb .gs-single-product-img-content {
    width: 100%;
  }
  .gs-single-slider-wrapper .gs-product-thumb-slider-one {
    width: 100%;
    order: 2;
    max-height: auto;
  }
  .gs-single-slider-wrapper .gs-product-thumb-slider-one .swiper-slide {
    min-height: auto;
    margin-bottom: 0;
  }
  .gs-single-slider-wrapper .gs-product-thumb-slider-one .swiper-slide .gs-product-thumb-img {
    opacity: 0.5;
    display: flex;
    min-height: auto;
    padding: 25px 15px;
  }
  .gs-single-slider-wrapper .gs-single-product-slider-one {
    width: 100%;
    order: 1;
    margin: 0;
  }
  .gs-single-product-slider-one .gs-slider-btn .gs-prev-btn,
  .gs-single-product-slider-one .gs-slider-btn .gs-next-btn {
    width: 40px;
    height: 40px;
    bottom: 25px;
  }
  .gs-single-product-slider-one .gs-slider-btn .gs-prev-btn i,
  .gs-single-product-slider-one .gs-slider-btn .gs-next-btn i {
    font-size: 21px;
  }
  .gs-promo-card.style-one {
    height: 420px;
  }
  .gs-promo-card.style-one .promo-content {
    width: 90%;
  }
  .gs-promo-card.style-one .promo-content h2 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
  }
  .gs-promo-card.style-two {
    height: 420px;
  }
  .gs-promo-card.style-two:before {
    background-color: rgba(50, 36, 36, 0.6);
  }
  .gs-promo-card.style-two .promo-content {
    width: 95%;
  }
  .gs-promo-card.style-two .promo-content h2 {
    font-size: 29px;
    line-height: 39px;
  }
  .gs-promo-card.style-two .promo-content p {
    font-size: 16px;
  }
  .gs-single-product-tablist {
    grid-gap: 18px;
  }
  .gs-single-product-tablist .nav-item .nav-link {
    padding: 25px 14px;
  }
  .gs-single-product-img-content {
    margin-bottom: 18px;
  }
  .gs-single-product-img-content .gs-single-product-img {
    padding: 100px 30px;
  }
  .gs-single-product-img .gs-zoom-btn {
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
    padding: 13px;
  }
  .gs-single-product-img .gs-zoom-btn.style-two {
    top: 15px;
    right: 15px;
  }
  .gs-single-product-img.style-two {
    padding: 45px 20px;
  }
  .gs-product-details-content .gs-sale-end-time {
    flex-wrap: wrap;
  }
  .gs-product-details-content .gs-sale-end-time .gs-shop-countdown {
    width: 100%;
    margin-top: 15px;
  }
  .gs-product-details-content .gs-sale-end-time .gs-shop-countdown li {
    margin-bottom: 10px;
  }
  .gs-product-details-content .gs-sale-end-time .gs-shop-countdown li span {
    font-size: 13px;
    width: 46px;
    height: 49px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--gs-main-color);
    position: relative;
    margin-right: 25px;
  }
  .gs-product-details-content .gs-sale-end-time .gs-shop-countdown li span:after {
    position: absolute;
    top: 50%;
    right: -15px;
    content: ":";
    font-size: 16px;
    transform: translateY(-50%);
    color: var(--gs-main-color);
  }
  .gs-product-details-content .gs-sale-end-time .gs-shop-countdown li:last-child span:after {
    display: none;
  }
  .gs-funfacts-card {
    padding: 0 3px;
  }
  .gs-funfacts-card h3 {
    font-size: 40px;
  }
  .gs-funfacts-card h3 span {
    font-size: 40px;
  }
  .gs-funfacts-card p {
    line-height: 24px;
  }
  .gs-comment-item-wrap .comment-item.reply {
    margin-left: 25px;
  }
  .gs-comment-item-wrap .comment-item .comment-author .comment-author-info {
    width: calc(100% - 73px);
    margin-left: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #EEF4FA;
  }
  .gs-comment-item-wrap .comment-item .comment-author .comment-author-info h5 {
    margin-bottom: 5px;
  }
  .gs-comment-item-wrap .comment-item .comment-author .comment-author-info .comment-text {
    margin: 13px 0 10px;
  }
  .gs-comment-item-wrap .comment-item .comment-author .comment-author-info .reply-btn {
    font-size: 14px;
  }
  .gs-cart-table {
    margin-bottom: 40px;
  }
  .gs-coupon-code button {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    display: block;
    width: 100%;
    padding: 18px 20px;
    margin-top: 15px;
    text-align: center;
  }
  .gs-order-summary-box {
    padding: 20px;
  }
  .gs-order-summary-box .gs-payment-address li {
    margin-bottom: 17px;
  }
  .gs-order-summary-box .gs-payment-address li:last-child {
    margin-bottom: 0;
  }
  .gs-order-summary-box .gs-payment-address li span {
    width: 70px;
  }
  .gs-checkout-totals-box {
    padding: 20px;
  }
  .gs-checkout-box {
    padding: 20px 20px 5px;
  }
  .gs-checkout-box .gs-checkout-list li {
    width: 100%;
    border-bottom: 1px solid var(--gs-ash-color);
  }
  .gs-checkout-box .gs-checkout-list li:last-child {
    border-bottom: none;
  }
  .gs-checkout-box .gs-checkout-list li a {
    padding: 12px 10px;
  }
  .gs-checkout-box .gs-form-wrapper .form-group i {
    top: 47px;
    font-size: 18px;
  }
  .gs-checkout-box .gs-form-wrapper .form-group.style-two input, .gs-checkout-box .gs-form-wrapper .form-group.style-two select, .gs-checkout-box .gs-form-wrapper .form-group.style-two textarea {
    padding-left: 20px;
  }
  .gs-checkout-box .gs-form-wrapper .gs-link,
  .gs-checkout-box .gs-form-wrapper .gs-btn {
    display: inline-block;
    margin-bottom: 15px;
  }
  .gs-slider-pagination {
    margin-top: 30px;
  }
  .gs-slider-pagination .swiper-pagination-bullet {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .gs-slider-pagination .swiper-pagination-bullet:after {
    right: -19px;
  }
  .gs-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin-right: 10px;
  }
  .gs-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    width: 30px;
  }
  #gs-modal-product .modal-content .gs-product-card .product-img {
    width: 100%;
    margin: 10px 0 0;
  }
  #gs-modal-product .modal-content .gs-product-card .product-info {
    width: 100%;
    margin: 20px 0 0;
  }
  .gs-blog-desc h1, .gs-blog-desc h2, .gs-blog-desc h3, .gs-blog-desc h4, .gs-blog-desc h5, .gs-blog-desc h6,
  .gs-product-desc h1,
  .gs-product-desc h2,
  .gs-product-desc h3,
  .gs-product-desc h4,
  .gs-product-desc h5,
  .gs-product-desc h6,
  .gs-terms-wrap h1,
  .gs-terms-wrap h2,
  .gs-terms-wrap h3,
  .gs-terms-wrap h4,
  .gs-terms-wrap h5,
  .gs-terms-wrap h6 {
    line-height: 1.35;
  }
  .gs-blog-desc h1,
  .gs-product-desc h1,
  .gs-terms-wrap h1 {
    font-size: 28px;
  }
  .gs-blog-desc h2,
  .gs-product-desc h2,
  .gs-terms-wrap h2 {
    font-size: 26px;
  }
  .gs-blog-desc h3,
  .gs-product-desc h3,
  .gs-terms-wrap h3 {
    font-size: 24px;
  }
  .gs-blog-desc h4,
  .gs-product-desc h4,
  .gs-terms-wrap h4 {
    font-size: 22px;
  }
  .gs-blog-desc h5,
  .gs-product-desc h5,
  .gs-terms-wrap h5 {
    font-size: 20px;
  }
  .gs-blog-desc h6,
  .gs-product-desc h6,
  .gs-terms-wrap h6 {
    font-size: 18px;
  }
  .gs-blog-desc .gs-wp-blockquote,
  .gs-product-desc .gs-wp-blockquote,
  .gs-terms-wrap .gs-wp-blockquote {
    margin-bottom: 30px;
    padding: 25px 20px 25px 56px;
  }
  .gs-blog-desc .gs-wp-blockquote .quote-icon,
  .gs-product-desc .gs-wp-blockquote .quote-icon,
  .gs-terms-wrap .gs-wp-blockquote .quote-icon {
    left: 15px;
  }
  #gs-modal-product .gs-close-btn,
  #gs-modal-cookies .gs-close-btn,
  #gs-modal-subscribe .gs-close-btn {
    width: 35px;
    height: 35px;
    top: 10px;
    right: 10px;
  }
  #gs-modal-product .gs-close-btn i,
  #gs-modal-cookies .gs-close-btn i,
  #gs-modal-subscribe .gs-close-btn i {
    font-size: 16px;
  }
  .gs-popup-cookies {
    padding: 20px;
  }
  .gs-popup-newsletter {
    padding-bottom: 18px;
  }
  .gs-popup-newsletter .gs-newsletter-bg {
    height: 250px;
  }
  .gs-popup-newsletter .gs-newsletter-box {
    padding: 20px;
    margin: -85px 15px 0;
  }
  .gs-popup-newsletter .gs-newsletter-box .newsletter-form input {
    height: 54px;
    padding: 10px 15px 10px 40px;
  }
  .gs-popup-newsletter .gs-newsletter-box .newsletter-form input::-moz-placeholder {
    color: var(--white-color);
    opacity: 1;
  }
  .gs-popup-newsletter .gs-newsletter-box .newsletter-form input::placeholder {
    color: var(--white-color);
    opacity: 1;
  }
  .gs-popup-newsletter .gs-newsletter-box .newsletter-form i {
    left: 15px;
  }
  .gs-popup-newsletter .gs-newsletter-box .newsletter-form button {
    margin-top: 19px;
    width: 100%;
    display: block;
    padding: 17px 20px;
  }
  .gs-popup-newsletter .gs-social-profile {
    margin-top: 15px;
  }
  .gs-gallery-wrap {
    margin: 25px -8px 0;
  }
  .gs-gallery-wrap .gs-gallery-card {
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
  }
  .gs-gallery-wrap .column.size-1of4 {
    width: 50%;
  }
  .gs-gallery-wrap .column.size-1of4:nth-child(even) {
    top: 0;
    margin-bottom: 0;
  }
  .gs-account-box {
    padding: 30px 20px 30px;
  }
  .gs-product-thumb-slider-one .swiper-slide .gs-product-thumb-img {
    padding: 20px 10px;
  }
  .gs-product-thumb-slider-one .swiper-slide .gs-single-product-img {
    padding: 100px 40px;
  }
  .gs-shop-carousel .swiper-slide.swiper-slide-active .gs-product-carousel-card .product-img .gs-color-tablist-wrap {
    min-width: 115px;
  }
  .gs-shop-carousel .gs-shop-pagination {
    position: absolute;
    right: -10px;
    bottom: -20px;
    width: 60px;
    margin-left: auto;
    z-index: 2;
  }
}
/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .ptb-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pt-100 {
    padding-top: 80px;
  }
  .pb-100 {
    padding-bottom: 80px;
  }
  .pb-70 {
    padding-bottom: 50px;
  }
  .pb-75 {
    padding-bottom: 55px;
  }
  .gs-breadcrumb-title,
  .gs-section-title {
    font-size: 28px;
  }
  .gs-section-title.style-two {
    font-size: 32px;
  }
  .gs-main-banner-area .gs-banner-content {
    padding: 100px 0 40px;
  }
  .gs-main-banner-area .gs-banner-content h1 {
    font-size: 74px;
  }
  .gs-main-banner-area .gs-banner-content p {
    font-size: 16px;
  }
  .gs-main-banner-area .gs-banner-img-wrap .gs-banner-img {
    width: auto;
    left: 0;
    margin: 0 auto;
  }
  .gs-main-banner-area .gs-banner-img-wrap .gs-banner-animation {
    width: 220px;
    height: 220px;
  }
  .gs-category-slider-wrap .gs-slider-btn .gs-prev-btn {
    left: -29px;
  }
  .gs-category-slider-wrap .gs-slider-btn .gs-next-btn {
    right: -29px;
  }
  .gs-category-box {
    background-color: #FFFCF9;
    padding: 45px 52px 50px;
  }
  .gs-category-box .gs-category-list li {
    font-size: 26px;
  }
  .gs-category-box .gs-category-list li .gs-category-img {
    width: 100px;
    height: 100px;
  }
  .gs-promo-card-wrap {
    justify-content: center;
  }
  .gs-promo-card-wrap .gs-promo-card {
    width: calc(50% - 24px);
  }
  .gs-product-card-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .gs-products-col-five .gs-products-col-item {
    flex: 0 0 auto;
    width: 33.33%;
  }
  .gs-products-col-five .gs-products-col-item .gs-product-card .gs-product-img {
    padding: 110px 30px;
  }
  .gs-single-slider-wrapper .gs-product-thumb-slider-one {
    max-height: 420px;
  }
  .gs-single-product-slider-one .gs-slider-btn .gs-prev-btn,
  .gs-single-product-slider-one .gs-slider-btn .gs-next-btn {
    bottom: 25px;
  }
  .gs-collection-card.style-two {
    height: 620px;
  }
  .gs-blog-card.style-two .blog-info h3, .gs-blog-card.style-three .blog-info h3, .gs-blog-card.style-four .blog-info h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .gs-blog-card.style-four .blog-img {
    width: 350px;
  }
  .gs-blog-card.style-four .blog-info {
    width: calc(100% - 370px);
  }
  .gs-cart-table table tbody tr td {
    padding: 20px 50px 20px 0px;
  }
  #gs-modal-subscribe .modal-dialog {
    max-width: 600px;
  }
}
/* Max width 991px */
@media only screen and (max-width: 991px) {
  .mb-md-25 {
    margin-bottom: 25px;
  }
  .mb-md-30 {
    margin-bottom: 30px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .gs-breadcrumb-area .gs-glass-category {
    margin-top: 20px;
  }
  .gs-breadcrumb-area .gs-glass-category li {
    margin-bottom: 10px;
  }
  .gs-breadcrumb-area .gs-glass-category li a {
    padding: 15px 15px;
  }
  .gs-main-banner-area {
    margin-top: 0;
  }
  .gs-single-product-img {
    margin-bottom: 25px;
  }
  .gs-product-tab-content .gs-product-desc .gs-single-product-info li span {
    width: 49%;
    padding: 14px 15px;
  }
  #gs-product-quickview .gs-close-btn {
    top: 5px;
    right: 5px;
  }
  #gs-product-quickview .modal-dialog .modal-content {
    padding: 15px;
  }
  .gs-single-product-tablist.style-two .nav-item .nav-link {
    padding: 15px 15px;
  }
  #gs-product-quickview .modal-content .gs-single-product-img-content .gs-single-product-img {
    padding: 100px 30px;
  }
}
/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .lg-none {
    display: none;
  }
  .mt-lg-30 {
    margin-top: 30px;
  }
  .mb-lg-30 {
    margin-bottom: 30px;
  }
  .container-fluid.style-two {
    padding-left: calc((100% - 960px) / 2 + 12px);
  }
  .gs-breadcrumb-area h2,
  .gs-section-title h2 {
    font-size: 38px;
  }
  .gs-section-title.style-two {
    font-size: 36px;
  }
  .gs-main-banner-area .gs-banner-content {
    padding: 140px 0 140px;
  }
  .gs-main-banner-area .gs-banner-content h1 {
    font-size: 54px;
  }
  .gs-main-banner-area .gs-banner-content p {
    font-size: 16px;
  }
  .gs-main-banner-area .gs-banner-img-wrap .gs-banner-img {
    width: calc(100% + 45px);
    margin-top: 35px;
    left: -120px;
  }
  .gs-main-banner-area .gs-banner-img-wrap .gs-banner-animation {
    width: 180px;
    height: 180px;
  }
  .gs-promo-card-wrap {
    justify-content: center;
  }
  .gs-promo-card-wrap .gs-promo-card {
    width: calc(33.33% - 24px);
  }
  .gs-featured-card {
    padding: 115px 0 105px 25px;
  }
  .gs-featured-card .featured-info h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .gs-blog-card.style-two .blog-info h3, .gs-blog-card.style-three .blog-info h3, .gs-blog-card.style-four .blog-info h3 {
    font-size: 26px;
    line-height: 38px;
  }
  .gs-promo-card.style-one {
    height: 650px;
  }
  .gs-promo-card.style-one .promo-content h2 {
    font-size: 65px;
    line-height: 80px;
  }
  .gs-promo-card.style-two {
    height: 650px;
  }
  .gs-promo-card.style-two .promo-content {
    width: 90%;
  }
  .gs-promo-card.style-two .promo-content h2 {
    font-size: 42px;
    line-height: 58px;
  }
  .gs-single-product-img.style-two {
    padding: 65px 30px;
  }
  .gs-single-slider-wrapper .gs-product-thumb-slider-one {
    max-height: 420px;
  }
  #gs-product-quickview .gs-close-btn {
    top: 35px;
    right: 35px;
  }
}
/* Min width 1200px to Max width 1399px */
@media only screen and (min-width: 1200px) {
  .gs-pagination-area.style-two {
    margin-left: auto;
    width: 55px;
    margin-top: -220px;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .container-fluid.style-two {
    padding-left: calc((100% - 1140px) / 2 + 12px);
  }
  .gs-featured-card .featured-img {
    max-width: 320px;
  }
  .gs-product-card-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
/* Min width 1400px to Max Width 1599px*/
@media only screen and (min-width: 1400px) {
  .gs-btn {
    padding: 16px 40px;
  }
  .fs-xxl-20 {
    font-size: 20px;
    line-height: 30px;
  }
  .container-fluid.style-two {
    padding-left: calc((100% - 1320px) / 2 + 12px);
  }
  .gs-section-title.style-two {
    font-size: 64px;
    line-height: 75px;
  }
  .gs-breadcrumb-area {
    padding-top: 103px;
    padding-bottom: 103px;
  }
  .gs-breadcrumb-area .gs-breadcrumb-title {
    font-size: 64px;
    line-height: 70px;
    margin-bottom: 25px;
  }
  .gs-main-banner-area .gs-banner-content {
    padding: 200px 0 200px;
  }
  .gs-main-banner-area .gs-banner-content h1 {
    font-size: 75px;
    margin-bottom: 11px;
  }
  .gs-main-banner-area .gs-banner-content p {
    font-size: 20px;
  }
  .gs-main-banner-area .gs-banner-img-wrap .gs-banner-img {
    width: calc(100% + 56px);
    margin-top: -56px;
    left: -150px;
  }
  .gs-main-banner-area .gs-banner-img-wrap .gs-banner-animation {
    top: 32%;
    width: 320px;
    height: 320px;
  }
  .gs-featured-card {
    padding: 105px 0 95px 35px;
  }
  .gs-featured-card .featured-info {
    max-width: 55%;
  }
  .gs-featured-card .featured-info h3 {
    font-size: 32px;
    line-height: 40px;
  }
  .gs-blog-card.style-four .blog-img {
    width: 579px;
  }
  .gs-blog-card.style-four .blog-info {
    width: calc(100% - 615px);
    margin-left: auto;
  }
  .gs-blog-card.style-four .blog-info h3 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .gs-blog-card.style-four .blog-info .gs-blog-metainfo {
    margin-bottom: 18px;
  }
  .gs-promo-card-wrap {
    justify-content: space-between;
  }
  .gs-promo-card-wrap .gs-promo-card {
    width: calc(20% - 24px);
    padding: 33px 20px;
  }
  .gs-promo-card.style-one .promo-content {
    left: 55%;
  }
  .gs-promo-card.style-one .promo-content h2 {
    font-size: 90px;
    font-weight: 400;
  }
  .gs-promo-card.style-two .promo-content h2 {
    font-size: 64px;
    line-height: 75px;
  }
  .gs-product-card.style-one .gs-product-img {
    padding: 145px 50px;
  }
  .gs-product-card.style-two .gs-product-img {
    padding: 187px 50px;
  }
  .gs-product-card.style-three .gs-product-img {
    padding: 26px 35px 40px;
  }
  .gs-product-card.style-three .gs-product-img img {
    max-width: 235px;
  }
  .gs-product-card .gs-product-img .gs-color-tablist-wrap {
    padding: 10px 18px 8px 23px;
    min-width: 264px;
    left: 50%;
  }
  .gs-product-card .gs-product-img .gs-color-tablist-wrap span {
    width: calc(100% - 105px);
    font-size: 15px;
  }
  .gs-single-slider-wrapper .gs-product-thumb-slider-one {
    width: 164px;
  }
  .gs-single-slider-wrapper .gs-product-thumb-slider-one .swiper-slide {
    min-height: 110px;
    margin-bottom: 20px;
  }
  .gs-single-slider-wrapper .gs-product-thumb-slider-one .swiper-slide .gs-product-thumb-img {
    min-height: 116px;
  }
  .gs-single-slider-wrapper .gs-single-product-slider-one {
    width: calc(100% - 185px);
  }
  .gs-products-col-four .gs-products-col-item {
    flex: 0 0 auto;
    width: 25%;
  }
  .gs-products-col-five .gs-products-col-item {
    flex: 0 0 0 auto;
    width: 20%;
  }
  .gs-single-product-tablist .nav-item .nav-link {
    padding: 64px 20px;
  }
  .gs-single-product-img-content .gs-single-product-img {
    padding: 190px 50px;
  }
  .gs-popup-newsletter {
    padding-bottom: 125px;
  }
  .gs-popup-newsletter .gs-newsletter-box {
    margin: -108px 185px 0;
  }
  #gs-modal-subscribe .modal-dialog {
    max-width: 912px;
  }
  #gs-modal-product .modal-dialog {
    max-width: 410px;
  }
  #gs-product-quickview .modal-dialog {
    max-width: 1290px;
  }
  #gs-product-quickview .modal-dialog .modal-content {
    padding: 50px;
  }
}
/* Min width 1600px */
@media only screen and (min-width: 1600px) {
  .gs-main-banner-area .gs-banner-content {
    padding: 240px 0 245px;
  }
  .gs-main-banner-area .gs-banner-content h1 {
    font-size: 80px;
    margin-bottom: 11px;
  }
  .gs-main-banner-area .gs-banner-img-wrap .gs-banner-img {
    width: calc(100% + 50px);
    margin-top: -56px;
    left: -188px;
  }
  .gs-main-banner-area .gs-banner-img-wrap .gs-banner-animation {
    right: -18px;
    width: 379px;
    height: 379px;
  }
}
/* Min width 1920px */
@media only screen and (min-width: 1920px) {
  .container {
    max-width: 1595px;
  }
  .gs-main-banner-area .container-fluid {
    max-width: 1920px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .gs-main-banner-area .gs-banner-content {
    padding: 290px 0 288px;
  }
  .gs-main-banner-area .gs-banner-content h1 {
    font-size: 90px;
    margin-bottom: 11px;
  }
}/*# sourceMappingURL=responsive.css.map */