@media (max-width: 1920px) {}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {

  .desktop-menu .menu-left ul li,
  .desktop-menu .menu-right ul li {
    margin-right: 54px;
  }

  .banner-content h1 {
    font-size: 52px;
  }

  .banner-content {
    max-width: 530px;
  }

  .desktop-menu .menu-right ul li:last-child {
    margin-right: 30px;
  }

  .copyright p {
    font-size: 13px;
  }

  .promo-modal .modal-dialog {
    max-width: 65%;
  }
}

@media (max-width: 1366px) {

  .desktop-menu .menu-left ul li,
  .desktop-menu .menu-right ul li {
    margin-right: 44px;
  }

  .banner-content h1 {
    font-size: 36px;
  }

  .sec-pad {
    padding: 60px 0;
  }

  .fb-title {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 1280px) {
  p {
    font-size: 14px;
    line-height: 26px;
  }
}

@media (max-width: 1200px) {}

@media (max-width: 1199px) {

  .desktop-menu .menu-left ul li a,
  .desktop-menu .menu-right ul li a {
    color: var(--white);
    font-size: 12px;
    text-transform: uppercase;
  }

  .desktop-menu .menu-left ul li,
  .desktop-menu .menu-right ul li {
    margin-right: 45px;
  }

  .grid-theme .gt-box:nth-child(3) img {
    left: 40px;
    width: 200px;
  }

  .gt-info h3 {
    font-size: 38px;
  }

  .grid-theme .gt-box:nth-child(2) {
    height: 300px;
  }

  .grid-theme .gt-box:nth-child(3) {
    height: 300px;
  }

  .grid-offer .go-box:nth-child(1) {
    height: 300px;
  }

  .grid-offer .go-box:nth-child(3) {
    height: 300px;
  }

  .grid-offer .go-box:nth-child(3) {
    padding: 30px 30px;
  }

  .grid-offer .go-box:nth-child(3)>h6 {
    top: 12%;
  }

  .category-grid .cg-box img {
    height: 220px;
  }

  .banner-content {
    max-width: 400px;
  }

  .banner-content p {
    font-size: 14px;
  }

  .banner-content h1 {
    font-size: 38px;
  }

  .banner-content h6 {
    font-size: 17px;
  }

  .banner-content .btn-solid-green {
    margin-top: 15px;
    padding: 0 15px;
    letter-spacing: 1px;
  }

  .desktop-menu .menu-left ul li a,
  .desktop-menu .menu-right ul li a {
    font-size: 14px;
  }

  .desktop-menu .menu-left ul li:nth-child(1) a {
    font-size: 14px;
  }

  .left-filter {
    padding: 20px;
  }

  .promo-modal .modal-dialog {
    max-width: 85%;
  }

  .left-bar {
    padding: 30px 15px;
  }

  .user-prof p {
    font-weight: 500;
    word-break: break-all;
    line-height: 19px;
  }

  .order-head {
    flex-wrap: wrap;
    row-gap: 10px;
  }

  .right-cart {
    padding-left: 15px;
  }

  .cart-detail-wrapper {
    margin-right: 15px;
  }

  .remove-cart {
    right: 10px;
    top: 3px;
  }

  .wishlist-bar {
    padding: 0 0px;
  }

  .checkout-left {
    padding-right: 15px;
  }

  .section-title h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .fb-icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .fb-icon img {
    height: 48px;
  }

  .fb-title {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-image {
    height: 300px;
  }

  .blog-content h4 {
    padding-bottom: 2px;
  }

  .bd-image {
    height: 430px;
  }

  .tags-wrap {
    display: block;
  }

  .tags-wrap a {
    margin-bottom: 7px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
  }

  .rb-wrap .rb-content p {
    word-break: break-word;
  }

  .comment-main {
    height: 635px;
  }
}

@media (max-width: 1024px) {

  .desktop-menu .menu-left ul li,
  .desktop-menu .menu-right ul li {
    margin-right: 28px;
  }
}

@media (max-width: 991px) {
  .hamberger {
    display: block;
    position: absolute;
    z-index: 9;
    right: 5%;
    color: #fff;
    font-size: 24px;
  }

  .header-top {
    padding: 0;
    border-bottom: 1px solid transparent;
    background: transparent;
    position: absolute;
    z-index: 9;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
  }

  .social-header {
    display: none;
  }

  .mobile-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    position: relative;
    background: var(--maroon);
    padding: 8px 5%;
  }

  .desktop-menu {
    display: none !important;
  }

  .logo-center a img {
    width: 60px;
    height: auto;
    background: var(--maroon);
  }

  .menu--mm {
    background: var(--black);
    position: absolute;
    right: -400px;
    top: 80px;
    min-width: 300px;
    padding: 15px 50px;
    transition: all 0.5s;
  }

  .menu--mm ul li {
    margin-bottom: 15px;
  }

  .menu--mm ul li a {
    font-size: 16px;
    color: var(--white);
    padding-bottom: 7px;
    border-bottom: 1px solid #dedede;
    display: inline-block;
    width: 100%;
  }

  .menu--mm.active {
    right: 0;
    transition: all 0.5s;
  }

  .banner-content h1 {
    font-size: 28px;
    padding-bottom: 10px;
  }

  .banner-content p {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 22px;
    margin-bottom: 10px !important;
  }

  .banner-content {
    max-width: 300px;
  }

  .section-title h3 {
    font-size: 28px;
  }

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

  .grid-theme .gt-box:nth-child(2),
  .grid-theme .gt-box:nth-child(3) {
    height: 220px;
  }

  .grid-theme .gt-box:nth-child(3) img {
    left: 20px;
    width: 120px;
  }

  .gt-info h3 {
    font-size: 20px;
  }

  .gt-box:nth-child(3) .cover-gt {
    max-width: 270px;
  }



  .gt-info p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
    margin-bottom: 12px;
  }

  .gt-box:nth-child(2) .cover-gt,
  .gt-box:nth-child(3) .cover-gt {
    right: 0;
  }

  .gt-box:nth-child(2) .cover-gt {
    max-width: 230px;
    bottom: -60px;
  }

  .gt-info h6 {
    text-transform: capitalize;
    color: var(--white);
    font-weight: 400;
    word-spacing: 0px;
    letter-spacing: 0px;
    padding-top: 0px;
  }

  .category-grid .cg-box img {
    height: 170px;
  }

  .cat-title h3 {
    font-size: 28px;
  }

  .cat-info {
    display: none;
  }

  .section-title {
    margin: 0 auto 30px;
  }

  .section-title h3 {
    padding-bottom: 5px;
  }

  .product-detail-box h6 a {
    font-size: 14px;
  }

  .grid-offer .go-box:nth-child(1) {
    height: 280px;
  }

  .grid-offer .go-box:nth-child(3) {
    height: auto;
  }

  .testi-content p {
    padding-bottom: 14px;
    line-height: 22px;
    height: 120px;
    overflow-y: auto;
    padding-right: 8px;
  }

  .testimonial-index {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    padding-top: 0px !important;
    margin-top: 10px !important;
  }

  .grid-offer .go-box:nth-child(3) {
    padding: 15px 20px;
  }

  .grid-offer .go-box:nth-child(3)>h6 {
    position: relative;
    top: auto;
    left: auto;
  }

  .footer-main .row {
    justify-content: space-between;
  }

  .copyright p {
    font-weight: 400;
  }

  .product-area-main .container {
    max-width: 95%;
  }

  .left-filter {
    display: none;
  }

  .product-area-main .container {
    position: relative;
  }

  .mobile-filter {
    display: initial;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background: #fff5f5;
    transform: translateY(100%);
    transition: all 0.4s;
  }

  .filter-top {
    padding: 10px 15px;
    background: var(--brown);
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    flex: 0 0 100%;
  }

  .filter-mob {
    width: 100%;
    padding: 15px;
    height: 100%;
  }

  .filter-mob .nav .nav-link {
    background: var(--white);
    padding: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin-bottom: 15px;
    color: #000;
    text-align: left;
    border-radius: 15px;
  }

  .filter-mob .nav .nav-link.active {
    background: var(--brown);
    color: #fff;
  }

  .filter-mob .nav {
    flex: 0 0 200px;
  }

  .filter-mob .tab-content {
    flex: 0 0 calc(100% - 230px);
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    height: 100%;
  }

  .filter-bottom {
    position: fixed;
    bottom: -1px;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 9;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-top: 1px solid #dedede;
  }

  .mobile-filter.active {
    transform: translateY(0%);
    transition: all 0.4s;
  }

  .fs-list li {
    display: block;
    margin-right: 10px;
  }

  .promo-modal .modal-dialog {
    max-width: 60%;
  }

  .promo-msg::before {
    top: auto;
    right: auto;
    bottom: 0;
    height: 68%;
    width: 100%;
  }

  .promo-image img {
    height: 380px;
  }

  .pmsg-box {
    padding: 30px 30px;
  }

  .filter-bottom {
    display: flex !important;
  }

  .btn-solid-red {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    margin-top: 0;
    font-size: 13px;
    letter-spacing: 1px;
  }

  .cart-linker {
    display: none;
  }

  .cart-linker-mob {
    display: block;
  }

  .cart-linker-mob .btn-solid-red {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    width: 100%;
    margin-top: 12px;
  }

  .cart-linker-mob .btn-solid-red span {
    margin-right: 10px;
    font-size: 15px;
  }

  .add-wishlist,
  .link-details {
    right: 10px;
    font-size: 14px;
    transform: translateX(0px);
  }

  .add-wishlist {
    top: 10px;
    width: 30px;
    height: 30px;
    line-height: 32px;
  }

  .sec-pad-bottom {
    padding: 0 0 40px;
  }

  .log-image {
    display: none;
  }

  .log-wrapper {
    border-radius: 20px;
  }

  .left-bar {
    margin-bottom: 15px;
  }

  .left-bar ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 7px;
  }

  .left-bar ul li a {
    padding: 5px 0px 5px 25px;
    margin-bottom: 0px;
  }

  .left-bar ul li {
    margin-right: 25px;
  }

  .right-cart {
    padding: 15px 0;
  }

  .left-cart {
    border-right: 0px solid #dedede;
  }

  .cart-detail-wrapper {
    margin-right: 0px;
  }

  .pass-form {
    padding: 0 50px 25px;
  }

  .check-out-main::before {
    display: none;
  }

  .checkout-order-summary {
    padding-left: 0px;
  }

  .need-help {
    display: none;
  }

  .need-help-mob {
    display: block;
  }

  .checkout-left {
    padding-right: 0px;
  }

  .facility {
    padding: 50px 0;
  }

  .bu-image {
    height: 220px;
  }

  .bu-title {
    font-size: 16px;
  }

  .cmn-right {
    padding: 0px;
    margin-bottom: 20px;
  }

  .blog-image {
    height: 300px;
  }

  .blog-content h4 a {
    font-size: 18px;
  }

  .blog-right {
    margin-top: 30px;
  }

  .blog-category {
    padding: 10px 0;
  }

  .comment-wrap {
    padding: 0px;
  }

  .comment-form {
    padding: 20px;
  }

  .con-map {
    height: 300px;
    margin-top: 15px;
  }

  .contact-cms {
    padding: 0px 0;
  }

  .form-control,
  .form-select {
    font-size: 15px;
  }

  .comment-main {
    padding-right: 10px;
    height: auto;
    overflow-y: auto;
    margin-bottom: 20px;
    overflow-x: hidden;
  }

  #pd-slider {
    padding: 0 0px 15px 0px;
  }

  .pd-contents .pd-title {
    font-size: 20px;
    padding-bottom: 5px;
    margin-top: 15px;
  }

  #ask_question .modal-dialog {
    max-width: 80%;
  }

  .modal-dialog {
    max-width: 80%;
  }

  .special-offer {
    margin-top: 20px;
  }

  .latest-collection-more .btn {
    margin-top: 0px;
  }

  .gt-box:nth-child(2) .cover-gt .btn {
    margin-top: 5px;
  }

  .link-details {
    top: 46px;
  }

  .link-details {
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 21px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 767px) {
  .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    margin-right: 5px;
    margin-left: 5px;
  }

  .container {
    max-width: 100%;
  }

  .logo-title {
    margin: 0 auto 10px;
  }

  .category-grid {
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
  }

  .category-grid .cg-box {
    flex: 0 0 48%;
    height: 250px !important;
  }

  .category-grid .cg-box img {
    height: 100%;
  }

  .sec-pad-bottom {
    padding: 0 0 30px;
  }

  .section-title h3 {
    font-size: 24px;
  }

  .grid-offer,
  .grid-theme {
    display: flex;
    grid-gap: 10px;
    flex-wrap: wrap;
  }

  .grid-offer .go-box {
    width: 100%;
  }

  .grid-theme .gt-box {
    width: 100%;
  }

  .grid-theme .gt-box:nth-child(1) {
    height: 500px;
  }

  .grid-theme .gt-box img {
    object-fit: cover;
    height: 100%;
  }

  .grid-theme .gt-box:nth-child(3) img {
    left: 20px;
    width: 140px;
  }

  .gt-box:nth-child(3) .cover-gt {
    max-width: 350px;
    right: 40px !important;
  }

  .gt-box:nth-child(2) .cover-gt {
    max-width: 330px;
  }

  .grid-offer .go-box:nth-child(2) {
    height: 500px;
  }

  .grid-offer .go-box img {
    height: auto;
  }

  .promo-modal .modal-dialog {
    max-width: 80%;
  }

  .btn-solid-red {
    padding: 0 15px;
    margin-top: 0;
    font-size: 13px;
    letter-spacing: 1px;
  }

  .carousel-indicators {
    margin-bottom: .4rem;
  }

  .old-pass {
    flex-wrap: wrap;
  }

  .old-pass label {
    flex: 0 0 100%;
    margin-bottom: 6px;
  }

  .cmn-pass {
    margin-bottom: 15px;
  }

  .order-address address br {
    display: none;
  }

  .order-address address {
    margin-bottom: 0px;
  }

  .order-address,
  .ordered-summary {
    flex: 0 0 100%;
  }

  .ordered-summary .cs-total .cart-left h6,
  .ordered-summary .gst-add .cart-left h6,
  .ordered-summary .ship-cost .cart-left h6,
  .ordered-summary .cs-total .cart-right p,
  .ordered-summary .gst-add .cart-right p,
  .ordered-summary .ship-cost .cart-right p {
    font-size: 14px;
    line-height: 20px;
  }

  .cmn-right img {
    height: 350px;
  }

  .blog-image {
    height: 250px;
  }

  #rp-slider.owl-theme .owl-nav {
    top: -70px;
  }

  .related-pd {
    margin: 20px 0 20px;
  }

  .modal-dialog {
    max-width: 95%;
  }

  .site-main {
    margin: 0px !important;
  }

  #ask_question .modal-dialog {
    max-width: 95%;
  }

  .special-offer {
    margin-top: 15px;
  }

  .cusomize-form {
    padding: 40px 30px;
  }
}

@media(max-width:667px) {
  .banner-content p {
    display: none;
  }

  .banner-content {
    max-width: 250px;
  }

  .banner-content h1 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .menu--mm {
    min-width: 100%;
    right: -600px;
  }

  .gt-box:nth-child(3) .cover-gt {
    max-width: 250px;
    right: 0px !important;
  }

  .footer-main .row [class*="col-"]:nth-child(2) {
    padding-left: 10px;
  }

  #pd-slider .pd-single {
    height: auto;
  }

  .product-area-main .row {
    row-gap: 20px;
  }

  .pd-contents .pd-title {
    font-size: 18px;
    padding-bottom: 6px;
  }

  .review-wrap {
    margin: 0px 0;
  }

  .special-offer {
    margin-top: 15px;
  }

  .special-offer ul {
    padding-top: 0px;
  }

  .special-offer ul li {
    margin-bottom: 0;
  }

  .pd-bottom {
    flex-wrap: wrap;
  }

  .pd-bottom .btn {
    margin-left: 0px !important;
  }

  .comment-wrap {
    padding: 0px;
  }

  .pdd-box:last-child {
    margin-bottom: 0px;
  }

  .filter-mob .nav {
    flex: 0 0 130px;
  }

  .filter-mob .tab-content {
    flex: 0 0 calc(100% - 150px);
    border-radius: 10px;
    padding: 15px;
  }

  .filter-mob {
    padding: 10px;
  }

  .filter-mob .nav .nav-link {
    padding: 8px 10px;
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .promo-modal .modal-dialog {
    max-width: 100%;
  }

  .logo-center a img {
    width: 40px;
  }

  .section-title p {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
  }

  .section-title h3 {
    padding-bottom: 0px;
  }

  .btn-solid-red {
    font-size: 12px;
  }

  .category-grid .cg-box {
    height: 220px !important;
  }

  .sec-pad {
    padding: 30px 0;
  }

  .log-wrapper h4 {
    font-size: 19px;
    line-height: 24px;
    color: #2e0172;
  }

  .header-top {
    right: 60px;
  }

  .user-account ul li {
    margin-right: 30px;
  }

  .menu--mm {
    top: 59px;
  }

  .menu--mm ul li a {
    font-size: 14px;
  }

  .view-order {
    margin-top: 0px;
    padding: 5px 15px;
    bottom: 33px;
  }

  .pass-form {
    padding: 0 15px 25px;
  }

  .profile-bar-head {
    padding: 15px 15px;
  }

  .order-address h5,
  .ordered-summary h5 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .order-detail-wrap {
    padding: 0 15px 15px;
  }

  .cs-total,
  .ship-cost,
  .shop-discount,
  .save-total,
  .coupon-discount,
  .gst-add {
    margin-bottom: 10px;
  }

  .breadcrumb-item.active {
    padding-left: 15px;
    font-size: 16px;
  }

  .section-title h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .section-title h6 {
    font-size: 14px;
    padding-left: 40px;
  }

  .section-title h6:before {
    width: 30px;
  }

  .cmn-right img {
    height: 280px;
  }

  .sec-pad-top {
    padding: 30px 0 0;
  }

  .comment-main {
    padding-left: 15px;
  }

  .bg-offwhite {
    padding: 20px;
  }

  .contact-info h5 {
    font-size: 20px;
    margin-bottom: 10px !important;
  }

  .modal-body {
    padding: 30px 15px;
  }

  .inhand-quantity {
    margin-top: 5px;
  }

  .single-rbox {
    padding: 0 20px;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .single-rbox .rb-title {
    flex: 0 0 100%;
  }

  .tags-wrap a {
    font-size: 13px;
  }

  .c-btn-g {
    margin-bottom: 15px;
  }

}

@media (max-width: 480px) {
  .banner-content .btn-solid-green {
    height: 40px;
    line-height: 40px;
    padding: 0px 15px;
    margin-top: 0px;
    font-size: 12px;
    letter-spacing: 1px;
  }

  .banner-content h6 {
    display: none;
  }

  .cover-banner {
    top: 50%;
    right: 2%;
  }

  .carousel-indicators {
    display: none;
  }

  .category-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 0px;
  }

  .category-grid .cg-box:nth-child(1) img {
    height: 350px;
  }

  .sec-pad {
    padding: 30px 0;
  }

  .grid-theme {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 0px;
  }

  .grid-offer {
    grid-template-columns: 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 0px;
  }

  p {
    font-size: 14px;
  }

  .banner-content h1 {
    font-size: 22px;
  }

  .banner-content {
    max-width: 190px;
  }

  .category-grid .cg-box {
    flex: 0 0 100%;
    height: 250px !important;
  }

  .carousel-item {
    height: 220px;
  }

  .carousel-item img {
    object-fit: cover;
  }

  .log-footer {
    flex-wrap: wrap;
  }

  .log-footer>div {
    flex: 0 0 100%;
  }

  .log-wrapper .form-control {
    height: 44px;
    line-height: 38px;
  }

  .log-footer>a {
    margin-left: 0px;
    margin-top: 8px;
  }

  .form-label {
    font-size: 14px;
  }

  .log-wrapper {
    padding: 30px 15px;
    border-radius: 10px;
  }

  .log-wrapper h4 {
    margin-bottom: 5px !important;
    font-size: 17px;
  }

  .banner-content .btn {
    margin-top: 0px;
  }

  .btn-animate-red {
    min-width: auto;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    letter-spacing: normal;
  }

  .order-head {
    padding: 15px 15px;
    margin-bottom: 20px;
  }

  .order-body {
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .order-image {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .cart-description {
    flex: 0 0 100%;
    padding-left: 0px;
    margin-top: 15px;
  }

  .wish-row [class*='col-'] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .blog-image {
    height: 300px;
  }

  .pd-bottom .add-to-cart {
    margin-top: 10px;
  }

  .ci-content h6 {
    padding-bottom: 0;
    margin-bottom: 4px;
  }

  .ci-wrap {
    flex-wrap: wrap;
  }

  .ci-content {
    flex: 0 0 100%;
    margin-left: 0px;
    margin-top: 10px;
  }

  .product-area-main .row {
    row-gap: 10px;
  }

  .gt-box:nth-child(2) .cover-gt {
    max-width: 210px;
  }

  .cusomize-form {
    padding: 30px 20px;
  }
}

@media (max-width: 414px) {}

@media (max-width: 375px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}