@media only screen and (min-device-width: 768px) and (max-device-width: 1300px) {
  .responsive-large-text {
    font-size: 5vw !important;
  }
}
@media screen and (min-width: 1000px) {
  .footer--menu-list,
  .footer--description {
    margin-block: 50px 0;
  }
  .contact---form {
    position: relative;
  }
  .contact---form .col-md-4 {
    position: absolute;
    top: 10%;
    left: 0;
  }
  .main---single-gallery {
    height: 600px;
  }
  .add-to-cart---sidebar {
    width: 40% !important;
  }
}
@media screen and (min-width: 992px) {
  .w-20 {
    width: 20% !important;
  }
}
@media screen and (max-width: 1000px) {
  .responsive---position-relative {
    position: relative !important;
  }
  .single---blog-categor .order----responsive-1 {
    order: -1 !important;
  }
}
@media screen and (max-width: 750px) {
  .hide-sm {
    display: none;
  }
  .other---information {
    list-style-type: none;
    display: grid !important;
    margin-block: 10px;
  }
  .order----responsive-1 {
    order: -1 !important;
  }
  .footer .space-divider {
    margin-block: 1rem !important;
  }
  .auth---spacing {
    padding-block: 3rem;
  }
  .home-url {
    font-size: 14px;
  }
  .single---blog-analysis {
    display: flex;
    gap: 1rem;
  }
  .single---blog-analysis li:last-child() {
    display: none;
  }
  .banner-section .best-seller {
    height: 400px !important;
  }
}
@media screen and (max-width: 500px) {
  .responsive---h-100 {
    height: 300px;
  }
  .category---card .category---image-container {
    height: 150px !important;
  }
  .category---card .category---image-container img {
    object-fit: Contain !important;
  }
  .home---banner .slick-dots {
    position: absolute;
    bottom: 15px;
    right: auto;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }
}
@media screen and (max-width: 390px) {
  .other-details ul li a {
    margin: 0 6px !important;
  }
}
@media screen and (min-width: 750px) {
  .hide-lg {
    display: none;
  }
  .review---container {
    padding-right: 2rem;
  }
  .responsive---padding {
    padding-inline: 2rem 2rem;
  }
  .responsive---border-right {
    border-right: 1px solid gray;
  }
  .other-details ul li a {
    margin: 0 15px !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .best-seller-image {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .banner-section .best-seller {
    height: 500px !important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1400px) {
  #sigma-menubar li a {
    margin: 0 10px !important;
  }
  #sigma-menubar li a {
    padding: 0 !important;
  }
}
@media all and (max-width: 1000px) {
  .breadcrumb {
    height: 35px;
  }
  .breadcrumb__title {
    font-size: 11px;
  }
  .breadcrumb__item {
    padding: 0 30px;
  }
  .main---single-gallery {
    height: 400px;
  }
}
@media all and (max-width: 710px) {
  .breadcrumb {
    height: 30px;
  }
  .breadcrumb__item {
    padding: 0 20px;
  }
  .breadcrumb__item {
    height: fit-content !important;
  }
}
@media screen and (min-width: 990px) {
  .carousel-wrapper {
    animation: scroll 25s linear infinite;
  }
}
@media screen and (min-width: 1400px) {
  .carousel-wrapper {
    animation: scroll 30s linear infinite;
  }
}
@media screen and (max-width: 990px) {
  .slideshow__slide {
    min-width: 100vw;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}
@media screen and (min-width: 990px) {
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-140%);
    }
  }
}
@media (max-width: 1000px) {
  #sigma-menubar ul {
    display: none;
  }
}
@media (max-width: 1000px) {
  .menuIcon {
    cursor: pointer;
    display: block;
    position: relative;
    left: 15px;
    top: 20px;
    height: 23px;
    width: 27px;
    z-index: 999;
    order: -1;
  }
  .menuIcon.toggle {
    position: fixed !important;
  }
  #sigma-menubar li a {
    padding: 0 !important;
  }
  .icon-bars {
    background: #fff;
    position: absolute;
    left: 1px;
    top: 45%;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .icon-bars::before {
    background: #0d1a26;
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }
  .icon-bars::after {
    margin-top: 0px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    width: 20px;
    -webkit-transition: 0.3s width 0.4s;
    transition: 0.3s width 0.4s;
  }
  .icon-bars.overlay {
    background: #000;
    background: #000;
    width: 20px;
    animation: middleBar 3s infinite 0.5s;
    -webkit-animation: middleBar 3s infinite 0.5s;
  }
  @keyframes middleBar {
    0% {
      width: 0px;
    }
    50% {
      width: 20px;
    }
    100% {
      width: 0px;
    }
  }
  @-webkit-keyframes middleBar {
    0% {
      width: 0px;
    }
    50% {
      width: 20px;
    }
    100% {
      width: 0px;
    }
  }
  .icon-bars.overlay::before {
    background: #fff;
    background: #fff;
    width: 10px;
    animation: topBar 3s infinite 0.2s;
    -webkit-animation: topBar 3s infinite 0s;
  }
  @keyframes topBar {
    0% {
      width: 0px;
    }
    50% {
      width: 10px;
    }
    100% {
      width: 0px;
    }
  }
  @-webkit-keyframes topBar {
    0% {
      width: 0px;
    }
    50% {
      width: 10px;
    }
    100% {
      width: 0px;
    }
  }
  .icon-bars.overlay::after {
    background: #f8f8f8;
    background: #dbcfcf;
    width: 15px;
    animation: bottomBar 3s infinite 1s;
    -webkit-animation: bottomBar 3s infinite 1s;
  }
  @keyframes bottomBar {
    0% {
      width: 0px;
    }
    50% {
      width: 15px;
    }
    100% {
      width: 0px;
    }
  }
  @-webkit-keyframes bottomBar {
    0% {
      width: 0px;
    }
    50% {
      width: 15px;
    }
    100% {
      width: 0px;
    }
  }
  .menuIcon.toggle .icon-bars {
    top: 5px;
    transform: translate3d(0, 5px, 0) rotate(135deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .menuIcon.toggle .icon-bars::before {
    top: 0;
    transition-delay: 0.1s;
    opacity: 0;
  }
  .menuIcon.toggle .icon-bars::after {
    top: 10px;
    transform: translate3d(0, -10px, 0) rotate(-270deg);
    transition-delay: 0.1s;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .menuIcon.toggle .icon-bars.overlay {
    width: 20px;
    opacity: 0;
    -webkit-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
  }
}
@media (max-width: 991px) {
  .about---counter .col-md-6 {
    border-right: 0px dashed #000;
    border-bottom: 1px dashed #000;
    width: 50%;
    margin: auto auto;
  }
  .about---counter .col-md-6:last-child {
    border-bottom: 0px dashed #000;
  }
}
@media only screen and (max-width: 860px) {
  .item-main {
    position: relative;
  }
  .item .item-block.ib-info {
    width: 70%;
  }
  .item .item-block.ib-qty {
    width: 30%;
    text-align: right;
  }
  .item .item-block.ib-total-price {
    width: auto;
    text-align: right;
    padding-top: 0;
    position: absolute;
    top: 50px;
    right: 0;
  }
  .sub-table .copy-block {
    float: right;
    margin-top: 0;
    text-align: right;
    padding: 12px;
    background: rgba(0, 0, 0, 0.035);
  }
  .sub-table .summary-block {
    float: none;
    width: 100%;
    margin-top: 55px;
  }
  .sub-table .summary-block .sb-promo {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    text-align: right;
    border-bottom: none;
  }
}
@media only screen and (max-width: 630px) {
  .item .item-block.ib-info {
    float: left;
    width: 100%;
  }
  .item .item-block.ib-qty {
    float: left;
    width: auto;
    margin-top: 10px;
  }
  .item .item-block.ib-total-price {
    float: left;
    width: auto;
    position: relative;
    top: 13px;
    right: 0;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin-left: 15px;
  }
  .item .bundle-block {
    display: none;
  }
  .item .item-block.ib-info img.product-img {
    width: 70px;
  }
}
@media screen and (max-width: 750px) {
  .single---blog-social-share {
    display: flex !important;
  }
  .single---blog-social-share li {
    margin-inline: 10px !important;
  }
  .footer--heading{ 

    margin-top: 20px;
  }
} 
