/* Desktop */
@media (min-width: 1500px) {
  .slider .container {
    max-width: 1420px;
  }
}

/* Small Laptop */
@media (max-width: 1200px) {
  .range-slider .price-input .separator {
    width: 50px;
  }
  .thankyou .order-summary-box .summary-info .data {
    width: calc(50% - 7.5px);
    padding: 0px;
  }
  .thankyou .order-summary-box .summary-info .data:before {
    display: none;
  }
  .product-details .main-img-show {
    height: auto;
  }
  .product-details .main-img-show img + div + div {
    height: auto !important;
  }
}

/* Small Laptop & Ipad */
@media (max-width: 992px) {
  .header .navbar-collapse {
    display: flex;
    flex-basis: auto;
  }
  .header .navbar-nav {
    flex-direction: row;
  }
  .header .dropdown-menu {
    position: absolute;
  }
  .categories .box span {
    bottom: 15px;
    font-size: 14px;
    line-height: 16px;
  }
  .product-details .title {
    margin-top: 30px;
  }
  .cart .right-box {
    margin-top: 20px;
  }
  .checkout .product-added-box {
    margin-top: 20px;
  }
  .order-details .right-box {
    margin-top: 20px;
  }
  .contactus .contact-info {
    margin-bottom: 40px;
  }
  .thankyou .order-summary-box {
    margin-left: 0px;
    margin-top: 40px;
  }
  .thankyou .zigzag {
    height: 30px;
  }
  .product-details .main-img-show {
    height: auto;
  }
  .product-details .main-img-show img + div,
  .product-details .main-img-show img + div + div {
    display: none !important;
  }

  .side-icons-nav{
    position: unset;
    right: 0;
  }

  .top-header {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.header .navbar-collapse{
  margin-right: 10px;
}

/* .header .logo{
  padding-left: 10px;
} */

.header-dimention{
  display: block;
}

.product-filter h4 {
    font-weight: 700;
    font-size: 20px;
    margin-top: 6px;
}

}

/* Tablet & Mobile */
@media (max-width: 767px) {
  .btn-lg {
    padding: 13px 20px;
    font-size: 14px;
  }
  .section-padding {
    padding: 40px 0px;
  }
  .small-section-padding {
    padding: 30px 0px;
  }
  .section-heading {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .owl-dots {
    bottom: -16px;
  }
  .slider .banner-slider {
    margin-bottom: 25px;
  }
  .slider .img-box {
    height: 300px;
  }
  .slider .col-12 {
    order: 1;
  }
  .slider .col-6 {
    order: 2;
  }
  .slider .carousel-indicators {
    margin-bottom: -16px;
  }
  .categories .section-heading {
    margin-bottom: 10px;
  }
  .categories .effect-dropdown {
    margin-bottom: 15px;
  }
  .categories .owl-carousel {
    margin: 0px;
  }
  .categories .owl-carousel .owl-item {
    padding: 0px;
  }
  .categories .box:hover {
    transform: unset;
  }
  .categories .box span {
    bottom: 18px;
  }
  .filter-tabs {
    gap: 15px;
    margin-bottom: 15px;
  }
  .filter-tabs button {
    font-size: 16px;
  }
  .hover-effect {
    flex: 0 1 140px;
    padding: 10px !important;
  }
  .product-filter h4 {
    font-size: 14px;
  }
  .footer-top {
    padding: 20px 0px;
  }
  .footer {
    padding: 20px 0px;
  }
  .footer .footer-h {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .footer .list {
    gap: 5px;
  }
  .footer .logo img {
    height: 60px;
  }
  .social-links {
    gap: 20px;
    font-size: 20px;
  }
  .footer-bottom {
    padding-bottom: 100px;
    text-align: center;
  }
  .footer-bottom p {
    font-size: 14px;
  }
  .footer-bottom img {
    object-position: center;
    margin-top: 15px;
  }
  .product-listing .filter-top {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  .product-listing .filter-top p {
    width: 100%;
    text-align: center;
  }
  .product-listing .filter-top .btn {
    width: calc(50% - 5px);
    font-weight: 400;
    font-size: 14px;
  }
  .product-listing .filter-top .btn i {
    font-size: 12px;
  }
  .product-listing .filter-top form {
    width: calc(50% - 5px);
  }
  .product-listing .filter-top .form-select {
    width: 100%;
  }
  .bredcrumb-section {
    padding: 15px 0px;
  }
  .bredcrumb-section .breadcrumb {
    justify-content: center;
  }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 8px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 8px;
  }
  .product-details .title {
    margin-top: 20px;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .top-header {
    
    padding-top: 15px;
   
}


/* .header .logo{
  padding-left: 30px;
} */
  .product-details .category {
    margin-bottom: 5px;
  }
  .product-details .price {
    margin-bottom: 5px;
  }
  .product-details .form-group {
    margin-top: 10px;
  }
  .product-details .qty-and-btn {
    margin-top: 20px;
    gap: 10px;
  }
  .product-details .qty-and-btn .quantity {
    width: calc(100% - 5px);
  }
  .product-details .qty-and-btn .web-btn {
    width: calc(100% - 5px);
  }
  .product-details .pincode {
    margin-top: 20px;
  }
  .product-details .pincode .input-group {
    width: 100%;
  }
  .product-details .pincode .box .box-title {
    font-size: 14px;
  }
  .product-details .pincode .box p {
    margin-top: 5px;
  }
  .product-details .nav-tabs {
    margin-top: 20px;
  }
  .creative-tabs .nav-link {
    padding: 10px 20px;
  }
  .creative-tabs + .tab-content {
    padding: 20px;
    border-radius: 10px;
  }
  .cart .table {
    font-size: 14px;
    line-height: 18px;
  }
  .cart .table .product-name img {
    width: 57px;
    height: 80px;
  }
  .cart .right-box {
    margin-top: 15px;
  }
  .cart .right-box .box-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .cart .right-box .table {
    font-size: 14px;
  }
  .cart .right-box .table .total {
    font-size: 18px;
  }
  .checkout .product-added-box .item {
    padding: 10px;
  }
  .checkout .right-box {
    margin-top: 15px;
  }
  .checkout .right-box .box-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .checkout .right-box .table {
    font-size: 14px;
  }
  .checkout .right-box .table .total {
    font-size: 18px;
  }
  .login .tab-content {
    padding: 20px;
  }
  .login .tab-content .web-btn {
    width: 100%;
  }
  .myaccount .my-account-btn {
    width: 100%;
  }
  .myaccount .section-heading {
    margin-bottom: 15px;
  }
  .myaccount .box {
    margin: 20px 0px;
  }
  .myaccount .box .box-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .invoice .invoice-box {
    padding: 20px 20px 80px 20px;
  }
  .invoice .table {
    white-space: nowrap;
  }
  .order-details .box .box-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .order-details .right-box {
    margin-top: 15px;
  }
  .order-details .right-box .box-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .order-details .right-box .table {
    font-size: 14px;
  }
  .order-details .right-box .table .total {
    font-size: 18px;
  }
  .myaccount .addresses .add-address-box {
    margin-bottom: 15px;
  }
  .myaccount .addresses .address-box .box-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .modal .modal-body {
    padding: 20px;
  }
  .aboutus p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .contactus .section-heading {
    margin-bottom: 5px;
  }
  .contactus .section-heading + p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .contactus .contact-info {
    padding: 20px;
    margin-bottom: 20px;
  }
  .contactus .contact-info .box {
    gap: 15px;
  }
  .contactus .contact-info .box i {
    width: 25px;
    font-size: 25px;
  }
  .contactus .contact-info .box .text {
    width: calc(100% - 40px);
  }
  .contactus .contact-info .box .box-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .contactus .contact-info .box p {
    font-size: 14px;
  }
  .thankyou .page-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .thankyou .msg {
    margin-bottom: 20px;
  }
  .thankyou .sub-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .thankyou .table {
    margin-bottom: 20px;
  }
  .thankyou .order-summary-box {
    margin-top: 30px;
  }
  .thankyou .order-summary-box:after {
    width: calc(100% + 13px);
  }
  .thankyou .order-summary-box .box-body {
    padding: 20px;
  }
  .thankyou .order-summary-box .summary-h {
    margin-bottom: 15px;
  }
  .thankyou .order-summary-box hr {
    margin: 15px 0px;
  }
  .thankyou .order-summary-box .summary-info {
    gap: 10px;
  }
  .thankyou .product-added-box .content .heading {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  .thankyou .order-summary-box .table tr th {
    font-size: 16px;
  }
  #sizechartModal .tab-content {
    min-height: 298px;
  }
  #sizechartModal .table {
    margin: 0 -20px !important;
    width: calc(100% + 40px);
  }
  .policy-page {
    font-size: 14px;
  }
  .policy-page p,
  .policy-page ul,
  .policy-page ol {
    margin-bottom: 15px;
  }
  .policy-page .content h1,
  .policy-page .content h2,
  .policy-page .content h3,
  .policy-page .content h4,
  .policy-page .content h5,
  .policy-page .content h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .empty-cart img {
    height: 200px;
  }
  .google-btn {
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
  }
  .product-box .box-body .size-radio label {
    padding: 2px 5px;
    min-width: 27px;
    font-size: 12px;
  }

  .mobile-box-table {
    overflow: visible !important;
  }
  .mobile-box-table .table {
    border: none;
  }
  .mobile-box-table thead {
    display: none;
  }
  .mobile-box-table tr {
    position: relative;
    border: 1px solid var(--bordercolor);
  }
  .mobile-box-table tr td:first-child {
    width: 100%;
  }
  .mobile-box-table tr td {
    text-align: left;
    display: inline-block;
    vertical-align: top !important;
    border: none;
    padding: 10px 15px !important;
  }
  .mobile-box-table tr td:before {
    content: attr(data-label);
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
  }
  .mobile-box-table tr td:last-child {
    padding: 0px !important;
  }
  .mobile-box-table .btn {
    position: absolute;
    top: 5px;
    right: 5px;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .owl-nav .owl-prev {
    left: 5px;
  }
  .owl-nav .owl-next {
    right: 5px;
  }
  .owl-nav button {
    font-size: 50px !important;
  }
  .header-top p {
    font-size: 12px;
  }
  .header .logo {
    height: 50px;
  }
  .header .nav-link {
    padding: 10px 10px !important;
  }
  .header .nav-link .badge {
    right: -2px;
    top: 5px;
  }
  .header .dropdown-menu {
    left: -135px;
    right: auto;
  }
  .product-box .box-body p {
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 16px;
  }
  .product-box .box-body .title {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .product-box .box-body .btns {
    flex-wrap: wrap;
  }
  .product-box .box-body .wishlist-btn {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 2;
  }
  .page-banner img {
    height: auto;
  }
  .sportwear-slider .carousel-cell {
    width: 40%;
  }

  .categories .category-tab-img {
    height: auto;
    max-height: 120px;
  }

.mid-banner .mid-page-banner {
    height: auto;
}

.products .icons-1 img {
    width: 40px;
    height: 40px;
}
.products .icons-2 img {
    width: 40px;
    height: 40px;
}

.product-details .main-img-show .icons-1 {
    height: 60px !important;
    width: 60px !important;
    position: absolute;
    bottom: -10px;
}

.product-details .main-img-show .icons-2 {
    height: 60px !important;
    width: 60px !important;
   
}
.product-details .main-img-show .icons-3 {
    height: 60px !important;
    width: 60px !important;
   
}
.product-details .main-img-show .icons-4 {
    height: 60px !important;
    width: 60px !important;
   
}

.product-listing .product-box .btn.btn-sm{
  font-size: 8px;
}
.product-listing .product-box .btn {
    padding: 10px 10px;
    font-size: 14px;
    gap: 3px;
}

.products  .product-box .btn.btn-sm{
  font-size: 8px;
}
.products  .product-box .btn {
    padding: 10px 10px;
    font-size: 14px;
    gap: 3px;
}
}
