* {
    margin: 0;
    padding: 0;
  }
  
  ::-webkit-scrollbar {
    width: 5px;
  }
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
    box-shadow: inset 0 0 5px grey;
  }
  ::-webkit-scrollbar-thumb {
    background: #FF061E;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #000000cc;
  }
  
  body {
    font-family: "Inter", sans-serif;
    background-color: #F1F1F1;
  }
  
  button {
    border: 0;
    outline: 0;
  }
  
  button:hover {
    cursor: pointer;
  }
  
  button:focus,
  input:focus,
  textarea:focus {
    border: 0;
    outline: 0;
  }
  
  a:hover {
    text-decoration: none;
  }
  
  img {
    max-width: 100%;
  }
  
  ul{
    margin: 0;
  }
  
  li {
    list-style: none;
  }
  
  /* a, p{
      font-size: 14px;
  } */
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    margin: 0;
  }
  
  html,body{
    overflow-x: hidden;
  }
  
  h3 {
    font-size: 40px;
    font-weight: bold;
  }
  
  h6 {
    font-size: 25px;
    color: #FF061E;
  }
  
  
  .no-pad {
    padding: 0;
  }
  
  .container-fluid {
    padding-right: 100px;
    padding-left: 100px;
  }
  .upper_top_header {
    background: #111111;
    padding-top: 13px;
    padding-bottom: 13px;
  }
  
  .upper_top_header .seller_btn_header a {
    color: #FFFFFF;
    border-bottom: 1px solid #fff;
  }
  
  .upper_top_header .top_info_header ul {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    justify-content: flex-end;
  }
  
  .upper_top_header .top_info_header ul li {
    display: flex;
    align-items: center;
    flex-direction: row;
    column-gap: 10px;
  }
  
  .upper_top_header .top_info_header ul li a {
    color: #fff;
  }
  
  .bottom_main_header .header_main_menu ul {
    display: flex;
    column-gap: 40px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  
  .bottom_main_header .header_main_menu ul .two_btn_header_align {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
  }
  
  .t-btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 20px;
    transition: .3s;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #fff;
    width: max-content;
    background: transparent;
  }
  
  .t-btn:hover{
  border-color: #FF061E;
  color:#FF061E;
  transition: .3s;
  background-color: #fff;
  }
  
  .t-btn:hover path{
    fill: #FF061E;
  }
  
  .t-btn:hover svg{
    margin-left: 10px;
    transition: .3s;
  }
  
  
  .bottom_main_header .header_main_menu ul a {
    color: #000;
  }
  
  
  .bottom_main_header .header_main_menu ul .two_btn_header_align .seller_zone {
    color: #FF061E;
    border: 1px solid #FF061E;
    transition: .3s;
  }
  
  .bottom_main_header .header_main_menu ul .two_btn_header_align .seller_zone:hover {
    background-color: #FF061E;
    transition: .3s;
    color:#fff;
  }
  
  .bottom_main_header .header_main_menu ul .two_btn_header_align .seller_zone:hover svg {
    margin: 0;
  }
  
  path, svg{
    transition: .3s;
  }
  
  .bottom_main_header .header_main_menu ul .two_btn_header_align .seller_zone:hover path {
    fill: white ;
    transition: .3s;
  }
  
  .bottom_main_header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  
  .bottom_main_header .header_main_menu ul .two_btn_header_align .cart_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #777777;
    border-radius: 10px;
    padding: 10px 20px;
    transition: .3s;
  }
  
  .bottom_main_header .header_main_menu ul .two_btn_header_align .cart_icon a:hover path{
    fill:white;
    transition: .3s;
  }
  
  .bottom_main_header .header_main_menu ul .two_btn_header_align .cart_icon a:hover {
    background-color: #777777;
    transition: .3s;
  }
  
  
  .bottom_main_header .header_main_menu ul .home-active {
    color: #FF061E;
    font-weight: bold;
    position: relative;
  }
  
  .bottom_main_header .header_main_menu ul .home-active:after {
    content: "";
    position: absolute;
    background: #FF061E;
    height: 3px;
    width: 10px;
    border-radius: 10px;
    bottom: -10px;
    left: 45%;
  }
    
    .header_main_menu {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      height: 100%;
  }
  
  
  .hero-banner .img-box {
    position: relative;
  }
  
  .hero-banner .img-box .box-content {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 40px;
    row-gap: 15px;
  }
  
  .hero-banner .img-box img {
    border-radius: 20px;
    overflow-x: hidden;
  }
  
  
  .hero-banner .img-box img {
    height: 550px;
    object-fit: cover;
  }
  
  .hero-banner .two-box-vr-inline .img-box img {
    height: 265px;
  }
  
  .hero-banner .two-box-inline {
    display: flex;
    column-gap: 20px;
    justify-content: center;
  }
  
  .hero-banner .two-box-vr-inline .box-content{
    padding: 17px 24px;
  }
  
  .hero-banner .two-box-vr-inline {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
  }
  
  .hero-banner .img-box .box-content h2 {
    color: #fff;
  }
  
  .hero-banner .img-box .box-content p {
    color: #fff;
  }
  
  .category-section {
    padding: 70px 0;
  }
  
  .category-section .categories-boxes {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  
  .category-section .categories-boxes .categories-item {
    display: flex;
    column-gap: 20px;
    align-items: center;
    background-color: #E8E8E8;
    border-radius: 20px;
    padding: 14px 18px;
    border: 1px solid #CCCCCC;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
    width: 260px;
  }
  
  .category-section .categories-boxes .categories-item img {
    border: 2px solid #FF061E;
    border-radius: 100%;
    overflow-x: hidden;
    height: 90px;
    width: 95px;
    object-fit: cover;
  }
  
  .category-section h3 {
    margin-bottom: 20px;
  }
  
  .category-section .categories-boxes .categories-item p {
    color: #777777;
    font-weight: 600;
  }
  
  footer {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  
  .first-footer-sec {
    padding: 150px 0;
    border-bottom: 1px solid #333333;
  }
  
  footer p {
    margin: 35px 0;
    color: #fff;
    width: 55%;
  }
  
  .footer-social-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
  }
  
  footer h3 {
    color: #fff;
  }
  
  .first-footer-sec ul, .second-footer-sec ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 20px;
  }
  
  .first-footer-sec ul li a, .second-footer-sec ul li a {
    color: #CCCCCC;
  }
  
  .second-footer-sec {
    padding: 90px 0px;
    border-bottom: 1px solid #333333;
  }
  
  .second-footer-sec form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
    margin-top: 20px;
  }
  
  .second-footer-sec form input {
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 15px;
    width: 70%;
    color:#fff;
  }
  
  .second-footer-sec form input::placeholder {
    color: #999;
  }
  
  .bottom-footer-sec .col-lg-6:nth-child(2) p {
    text-align: end;
    width:100%;
  }
  
  .bottom-footer-sec .col-lg-6:nth-child(2) p a{
    font-weight: bold;
    color:#ccc;
    border-bottom: 1px solid #ccc;
  }
  
  .bottom-footer-sec p{
    color:#ccc;
  }
  
  .box-styling p {
    color: #555555;
  }
  
  .box-styling {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    row-gap: 15px;
  }
  .flex-end{
    align-items: flex-end !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  
  .box-styling .t-btn {
    color: #2A2A2A;
    border-color: #2A2A2A;
    transition: .3s;
  }
  
  .box-styling .t-btn:hover{
    border-color: #FF061E;
    color:#FF061E;
    transition: .3s;
    background-color: #fff;
  }
  
  .featured-product {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  
  .product-card {
    width: 400px;
    padding: 22px 20px;
    background-color: #E8E8E8;
    border: 1px solid #CCCCCC;
    border-radius: 20px;
    height: 510px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  .product-card .product-img {
    border-radius: 15px;
    height: 240px;
    object-fit: cover;
    width: 100%;
  }
  
  .product-card .product-title {
    font-size: 30px;
    font-weight: 600;
  }
  
  .product-card .product-content {
    color: #777777;
  }
  
  .product-card  .product-price {
    font-size: 23px;
    font-weight: 600;
    color: #FF061E;
  }
  
  .product-card .t-btn {
    border-color: #FF061E;
    color: #FF061E;
    font-size: 18px;
  }
  
  .product-card .t-btn:hover {
    background-color: #FF061E;
    color: #fff;
  }
  
  .product-card .t-btn:hover path{
    fill:#fff;
    transition: .3s;
  }
  
  .product-card-box {
    display: flex;  
    flex-direction: row;
    align-items: center;
    row-gap: 20px;
    column-gap: 20px;
    margin-top: 45px;
    justify-content: center;
  
  }
  
  .more-about-us {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    padding: 30px 32px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  
  .more-about-us .box-content h3 {
    color: #fff;
  }
  
  .more-about-us .box-content p {
    color: #fff;
  }
  
  .more-about-us .box-content {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    justify-content: center;
    height: 100%;
  }
  
  .more-about-us .box-content h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -20px;
  }
  
  .only-for-you-product{
    padding-top: 50px;
    padding-bottom:190px;
  }
  
  .top-banner {
    padding: 130px 50px;
    margin: 20px 0;
  }
  
  .product-grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 20px;
    row-gap: 20px;
    padding: 20px 0 80px 0;
  }
  
  .product-container-main {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  
  .filter-product-section {
    padding: 35px 26px;
    border-radius: 20px;
    border: 1px solid #CCCCCC;
    background-color: #E8E8E8;
  }
  
  .sidebar-boxes {
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #CCCCCC;
    padding: 15px 0;
    margin-bottom: 35px;
  }
  
  .filter-product-section h4 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  
  .filter-box ul, .Categories-box ul {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  
  .filter-box ul li, .Categories-box ul li {
    color: #555555;
    list-style: unset;
    font-size: 16px;
    margin-left: 20px;
  }
  
  .filter-box-active, .Categories-box-active {
    font-weight: 600;
  }
  
  .Brand-box ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
  }
  
  .Categories-box .sidebar-boxes {
    border-bottom: 0;
  }
  
  .Brand-box ul li {
    background-color: #fff;
    color: #555555;
    border-radius: 20px;
    padding: 5px 18px;
    font-weight: 600;
    transition: .3s;
  }
  
  .Brand-box-active, .Brand-box ul li:hover {
    background-color: #FF061E !important;
    color: #fff !important;
    transition: .3s;
  }
  
  .range-group {
    margin-bottom: 10px;
  }
  
  .range-input {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: linear-gradient(to right, #FF061E 0%, #FF061E var(--slider-value, 0%), #ccc var(--slider-value, 0%), #ccc 100%);
    outline: none;
    border-radius: 5px;
  }
  
  .range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background-color: #FF061E;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .range-input::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background-color: #FF061E;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .number-group {
    display: flex;
    justify-content: space-between;
  }
  
  .number-input {
    border: none;
    width: 80px;
    color: #555555;
    background: transparent;
  }
  
  .max-value {
    font-size: 1rem;
    color: #555555;
  }
  
  .two-thing-spacing {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .two-thing-spacing .box-styling.flex-end {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
  }
  
  .two-thing-spacing .box-styling.flex-end .t-btn {
    color: #555555;
    border-color: #555555;
    column-gap: 5px;
  }
  
  .product-detail-section {
    padding-top: 20px;
    padding-bottom: 72px;
    border-bottom: 1px solid #CCCCCC;
  }
  
  .product-detail-section h6 {
    color: #444444;
    font-size: 17px;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
  }
  
  .product-detail-section h3 {
    font-size: 50px;
    color: #2A2A2A;
  }
  
  .product-detail-section .col-lg-6:nth-child(2) div {
    margin: 40px 0;
  }
  
  .product-detail-box p {
    color: #777777;
    font-size: 17px;
    margin-top: 10px;
  }
  
  .product-price-box p {
    color: #FF061E;
    font-weight: 700;
    font-size: 31px;
  }
  
  .seller-of-product p {
    color: #555555;
    font-size: 40px;
    font-weight: 600;
  }
  
  .product-function-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 0 !important;
  }
  
  .product-function-box .add-to-cart-box a {
    color: #FF061E;
    border-color: #FF061E;
    font-size: 25px;
  }
  
  .product-function-box .add-to-cart-box a:hover {
    background-color: #FF061E;
    transition: .3s;
    color: #fff;
    path{
      fill:#fff;
      transition: .3s;
    }
  }
  
  
  .counter {
    display: flex;
    align-items: center;
    width: 100% !important;
    margin: 0 !important;
    column-gap: 15px;
  }
  
  
  .product-function-box .product-count-box {
    width: 360px;
    margin: 0 !important;
  }
  
  
  .counter-btn {
    background-color: #FF061E;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 67px;
    width: 67px;
  }
  
  .counter-display {
    background-color: #E8E8E8;
    color: #777777;
    font-size: 21px;
    padding: 15px 20px;
    border-radius: 15px;
    text-align: center;
    width: 200px;
    font-weight: 600;
    border: 1.33px solid #777777;
    margin: 0 !important;
  }
  
  .rating-box {
    margin: 10px 0 0 0 !important;
  }
  
  .thumbnail-main-img .slider-for img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 20px;
  }
  
  .thumbnail-main-img .slider-nav img {
    width: 150px;
    max-width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 16px;
    margin: 5px;
  }
  
  .slider-nav {
    margin-top: 20px;
  }
  
  .product-function-box .add-to-cart-box {
    margin: 0 !important;
  }
  
  .product-down-reviews {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  
  
  .review-form form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    column-gap: 10px;
    row-gap: 10px;
  }
  
  .review-form form input, .review-form form textarea {
    border-radius: 10px;
    padding: 10px 20px;
    background: #E8E8E8;
    border: 1px solid #CCCCCC;
    font-size: 16px;
    font-family: 'poppins', sans-serif;
    color: #999999;
  }
  
  .review-form form textarea{
    height: 150px;
  }
  
  .review-form form button {
    width: fit-content;
    background: #FF061E;
    border: 1px solid #FF061E;
    border-radius: 15px;
    padding: 14px 30px;
    color: #fff;
    font-size: 22px;
    transition: .3s;
  }
  
  .review-form form button:hover {
    transition: .3s;
    background: #9B0000;
  }
  
  .reviews-star-box {
    margin: 10px 0 40px 0;
  }
  
  .product-down-reviews h3 {
    font-size: 27px;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    color: #444444;
  }
  
  
  .reviews-sec-cards {
    padding: 30px 25px;
    background: #E8E8E8;
    border-radius: 20px;
    margin-top: 10px;
  }
  
  .reviews-sec-cards .two-thing-spacing {
    margin-bottom: 15px;
  }
  
  .reviews-sec-cards .two-thing-spacing h4 {
    font-size: 25px;
    color: #3A3A3A;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
  }
  
  .reviews-sec-cards p {
    color: #777777;
    font-family: 'Lato', sans-serif;
  }
  
  .fixed-section {
    position: sticky;
    top: 30px;
  }
  
  .terms-pages {
    width: 80%;
    padding: 82px 0;
  }
  
  .terms-pages p {
    margin-bottom: 35px;
  }
  
  .logins-section {
    padding-top: 20px;
    padding-bottom: 85px;
  }
  
  
  .customer-login-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #555555;
  }
  
  .customer-login-box form {
    display: flex;
    flex-direction: column;
    row-gap: 31px;
    margin-top: 31px;
  }
  
  .customer-login-box form .two-thing-spacing {
    margin: 0;
    align-items: flex-start;
  
  }
  
  .customer-login-box form input, .customer-login-box form select, .customer-login-box form textarea, .cart-form .coupon-box input, .checkout-form form .checkout-box input, .checkout-form form .checkout-box textarea {
    background: #ffffff;
    border: 1px solid #CCCCCC;
    padding: 20px;
    border-radius: 10px;
    font-family: 'Poppins', sans-serif;
    color: #999999;
  }
  
  .customer-login-box form textarea{
    height: 150px;
  }
  
  .customer-login-box form select option{
    color:#494949;
  }
  
  .customer-login-box form button {
    width: -webkit-fill-available;
    padding: 10px 20px;
    background: #FF061E;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    transition: .3s;
  }
  
  .customer-login-box form button:hover {
    background: #9B0000;
    transition: .3s;
  }
  
  .customer-login-box form a {
    color: #FF061E;
    font-weight: 600;
    border-bottom: 1px solid #FF061E;
  }
  
  .customer-login-box form p, .customer-login-box form .custom-radio p a {
    color:#555555 !important;
    border-color: #555555;
  }
  
  .customer-login-box form .profile-upload-box p {
    color: #999999 !important;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px;
  }
  
  .customer-login-box form .form-group .check-box label {
    color: #555555 !important;
    margin: 0;
  }
  
  
  /* Radio button container styling */
  .custom-radio {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
  }
  
  /* Hide the default radio button */
  .custom-radio input[type="radio"] {
    opacity: 0;
    position: absolute;
  }
  
  /* Custom radio circle */
  .custom-radio .radio-circle {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px; /* Size of radio button */
    width: 20px;
    background-color: #fff; /* Default color */
    border-radius: 50%; /* Circle shape */
    transition: background-color 0.3s;
    border: 1px solid #CCCCCC;
  }
  
  /* Style for checked state */
  .custom-radio input[type="radio"]:checked ~ .radio-circle {
    background-color: #fff; /* Checked color */
  }
  
  /* Inner dot for checked radio button */
  .custom-radio .radio-circle::after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 10px; /* Size of inner dot */
    width: 10px;
    background-color: #9747FF; /* Inner dot color */
    border-radius: 50%;
  }
  
  /* Display inner dot when checked */
  .custom-radio input[type="radio"]:checked ~ .radio-circle::after {
    display: block;
  }
  
  
  .customer-login-box form .two-thing-spacing input, .customer-login-box form .two-thing-spacing select {
    width: 48%;
  }
  
  
  
  
  
  .file-uploader {
    /* make it invisible */
    opacity: 0;
    /* make it take the full height and width of the parent container */
    height: 100%;
    width: 100%;
    cursor: pointer;
    /* make it absolute positioned */
    position: absolute;
    top: 0%;
    left: 0%;
  }
  
  .upload-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* initial icon state */
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #ccc;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #bbb;
  }
  
  .profile-picture {
    height: 120px;
    width: 120px;
    position: relative;
    overflow: hidden;
    /* background: url(); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    border: 3px solid #999999;
    border-radius: 50%;
  }
  
  /* toggle icon state */
  .profile-picture:hover .upload-icon {
    opacity: 1;
  }
  
  .capcha-box input {
    width: 100% !important;
  }
  
  .capcha-box {
    width: 48%;
  }
  .capcha-box .capcha-display-box{
    margin-bottom: 30px;
  }
  
  .contact-box form button{
    width: max-content;
  }
  .contact-box .contact-map{
    border-radius:20px;
    overflow-x: hidden;
  }
  
  
  
  
  
  .accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 500px;
  }
  
  .accordion .accordion-item {
    background-color: #E8E8E8;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
  }
  
  .accordion .accordion-item .accordion-item-description-wrapper hr {
    border: none;
    border-top: 1px solid #AAAAAA;
    visibility: visible;
    margin: 20px 0 0 0;
  }
  
  .accordion .accordion-item.open .accordion-item-description-wrapper hr {
    visibility: visible;
  }
  
  .accordion .accordion-item .accordion-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 15px;
    cursor: pointer;
  }
  
  .accordion .accordion-item .accordion-item-header .accordion-item-header-title {
    color: #000000;
  }
  
  .accordion .accordion-item .accordion-item-header .accordion-item-header-icon {
    transition: .3s;
  }
  
  .accordion
    .accordion-item.open
    .accordion-item-header
    .accordion-item-header-icon {
    transform: rotate(-45deg);
    transition: .3s;
  }
  
  .accordion .accordion-item .accordion-item-description-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: .3s;
  }
  
  .accordion .accordion-item.open .accordion-item-description-wrapper {
    grid-template-rows: 1fr;
  }
  
  .accordion
    .accordion-item
    .accordion-item-description-wrapper
    .accordion-item-description {
    min-height: 0;
  }
  
  .accordion
    .accordion-item
    .accordion-item-description-wrapper
    .accordion-item-description
    p {
    padding: 20px 15px;
    font-size: 15px;
    color: #777777;
      text-align: start;
  }
  
  
  
  .faq-accordian-box {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    margin-bottom: 20px;
    justify-content:center;
  }
  
  .faq-section {
    text-align: center;
    padding-bottom: 260px;
    padding-top: 5px;
  }
  
  .faq-section h6 {
    color: #555555;
    font-size: 20px;
    font-weight: 600;
  }
  
  .faq-section h3 {
    margin-bottom: 60px;
  }
  
  .about-us-section {
    padding-top: 15px;
    padding-bottom: 63px;
  }
  
  .about-us-section p {
    color: #777777;
  }
  
  .fency-section {
    text-align: center;
    padding-top: 63px;
    padding-bottom: 110px;
  }
  
  .fency-section h3 {
    margin-bottom: 16px;
  }
  
  .fency-section p {
    margin-bottom: 82px;
    color: #777777;
    padding: 0 180px;
  }
  
  .extra-padding{
    padding-top: 110px;
  }
  
  
  .cart-section, .acount-sections {
    padding-top: 18px;
    padding-bottom: 105px;
  }
  
  .cart-section h6 {
    color: #555555;
    font-weight: 600;
    font-size: 20px;
  }
  
  .cart-section .col-12 {
    margin-bottom: 40px;
  }
  
  .cart-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 25px;
    padding: 25px 20px;
    background: #E8E8E8;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    justify-content: space-between;
  }
  
  .cart-box .product-image img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    border-radius: 15px;
    border: 1px solid #CCCCCC;
  }
  
  .cart-box .cart-details h5, .cart-box .cart-details p {
    color: #2A2A2A;
    font-size: 25px;
    font-weight: 600;
  }
  
  .cart-box .cart-details p {
    color: #FF061E;
    margin-top: 15px;
  }
  
  .cart-box .cart-details {
    width: 310px;
  }
  
  .cart-box .cart-counter-box .counter-btn {
    /* padding: 15px; */
    height: 50px;
    width: 50px;
  }
  
  .cart-box .cart-counter-box .counter-display {
    padding: 10px 20px;
    width: 150px;
  }
  
  .cart-box .cart-del-box {
    padding: 12px 25px;
    display: flex;
    border-radius: 13px;
    border: 1px solid #777777;
    transition: .3s;
  }
  
  .cart-box .cart-del-box:hover {
    background: #777777;
    transition: .3s;
  }
  
  .cart-box .cart-counter-box {
    width: 435px;
  }
  
  .cart-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    border: 1px solid #CCCCCC;
    background: #E8E8E8;
    padding: 30px 25px;
    border-radius: 10px;
    row-gap: 15px;
  }
  
  .cart-form .cart-form-detail h5, .cart-form .cart-form-detail p {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
  }
  
  .cart-form .cart-form-detail p {
    font-weight: 600;
  }
  
  .cart-form .coupon-box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    row-gap: 15px;
  }
  
  .cart-form .t-btn {
    width: -webkit-fill-available;
    justify-content: center;
  }
  .cart-form .checkout-btn {
    font-size: 18px;
    color: #FF061E;
    border-color: #FF061E;
  }
  
  .cart-form .coupon-box button {
    background: #FF061E;
    border: 1px solid #FF061E;
    font-size: 20px;
  }
  
  .cart-form .coupon-box button:hover {
    background: #9B0000;
    transition: .3s;
    color: #fff;
    border-color: #9B0000;
  }
  
  .cart-form .checkout-btn:hover {
    background: #FF061E;
    color: #fff;
    transition: .3s;
    path{
        fill:#fff;
    }
    svg{
      margin: 0;
    }
  }
  
  .cart-form .total-price h5, .cart-form .total-price p{
    font-size: 22px;
  }
  
  .cart-boxes {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 25px;
  }
  
  
  
  .checkout-form form {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    row-gap: 40px;
  }
  
  .checkout-form form .checkout-box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  
  .checkout-form form .checkout-box input, .checkout-form form .checkout-box textarea {
    margin-bottom: 30px;
  }
  
  .checkout-form form .checkout-box h4 {
    font-size: 20px;
    color: #2A2A2A;
    font-weight: 600;
    margin-bottom: 30px;
  }
  
  .checkout-form form .checkout-box, .bg-grey-box {
    padding: 30px;
    background: #E8E8E8;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
  }
  
  .checkout-form form .checkout-box .check-box {
    margin-bottom: 22px;
  }
  
  .checkout-form form .checkout-box label {
    font-size: 16px;
    color: #555555;
  }
  
  
  .checkout-form form .t-btn {
    background: #FF061E;
    font-size: 22px;
    border: 1px solid #FF061E;
    transition: .3s;
  }
  
  .checkout-form form .t-btn:hover {
    transition: .3s;
    background: #9B0000;
    color: #fff;
    border-color: #9B0000;
  }
  
  
  .checkout-payment-boxes {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 150px;
  }
  
  .checkout-payment-boxes .payment-option {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    row-gap: 15px;
  }
  
  .checkout-payment-boxes .payment-option .custom-radio .radio-circle{
    top: 1px;
  }
  
  
  .side-links-accounts ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 15px;
    margin-top: 15px;
  }
  
  .side-links-accounts ul li {
    list-style: inside;
    color: #555555;
    font-weight: 800;
  }
  
  .side-links-accounts ul li a {
    color: #555555;
    font-weight: 500;
  }
  
  .side-links-accounts-active {
    font-weight: 600 !important;
    text-decoration: underline;
  }
  
  
  .account-side-pages {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    row-gap: 35px;
  }
  
  .acount-sections h4 {
    color: #333333;
    font-size: 25px;
    font-weight: 600;
  }
  
  .my-order-details {
    display: flex;
    flex-direction: row;
    column-gap: 70px;
    align-items: flex-start;
    justify-content: center;
  }
  
  .my-order-details h6 {
    font-size: 15px;
    color: #888888;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .my-order-details p {
    font-size: 20px;
    color: #333333;
  }
  
  .my-order-details .order-id p {
    font-weight: 600;
  }
  
  .my-order-display-cards {
    padding: 25px 20px;
    background: #fff;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
  }
  
  .my-order-display-cards .product-info {
    display: flex;
    align-items: center;
    flex-direction: row;
    column-gap: 25px;
  }
  
  .my-order-display-cards .product-info .product-img img {
    width: 150px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 15px;
    object-fit: cover;
  }
  
  
  .my-order-display-cards .product-info .product-name h5 {
    font-size: 20px;
    color: #2A2A2A;
    font-weight: 600;
    width: 70%;
  }
  
  .my-order-display-cards .product-price p {
    font-size: 25px;
    color: #FF061E;
    font-weight: 600;
  }
  
  .account-side-pages .cart-form {
    width: 480px;
    border: none;
    padding: 0;
    border-radius: 0;
  }
  
  .account-side-pages .track-order-box {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
  
  .account-side-pages .two-thing-spacing {
    align-items: flex-end;
  }
  
  .account-side-pages .track-order-box .t-btn {
    background: #777777;
    border: 1px solid #777777;
    transition: .3s;
    color: #fff;
    font-size: 20px;
  }
  
  .account-side-pages .track-order-box .t-btn:hover, .account-side-pages .cart-form .t-btn:hover {
    transition: .3s;
    background: #9B0000;
    border-color: #9B0000;
    color:#fff;
  }
  
  
  .account-side-pages .cart-form .t-btn {
    background: #FF061E;
    border-color: #FF061E;
    font-size: 20px;
  }
  
  
  /* tabs section  */
  
  .tabs {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
    column-gap: 10px;
  }
  
  .tab-button {
    padding: 5px 20px;
    cursor: pointer;
    background-color: #CCCCCC;
    transition: background-color 0.3s ease;
    border-radius: 10px;
    color: #777777;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Pooppins', sans-serif;
  }
  
  .tab-button.active {
    background-color: #9B0000;
    color: #fff;
    transition: .3s;
  }
  
  .tab-content {
    display: none;
  }
  
  .tab-content.active {
    display: block;
  }
  
  
  
  
  /* tabs-cssss end  */
  
  
  .my-active-orders-tabs {
    background: #FFFFFF;
    padding: 16px 26px;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .my-active-orders-tabs .action-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 20px;
  }
  
  .my-active-orders-tabs .order-id h6 {
    font-size: 15px;
    color: #777777;
    font-weight: 600;
    margin-bottom: 5px;
  }
  
  .my-active-orders-tabs .order-id h5 {
    color: #FF061E;
    font-size: 20px;
    font-weight: 600;
    font-family: inherit;
  }
  .my-active-orders-tabs p {
    color: #777777;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
  }
  .my-active-orders-tabs .action-box a {
    display: contents;
  }
  
  .my-active-orders-tabs .status-box p {
    background: rgba(255, 6, 30, 0.2);
    color: #FF061E !important;
    padding: 10px 20px;
    border-radius: 10px;
  }
  
  
  .my-order-display-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    row-gap: 15px;
  }
  
  
  .account-side-pages .profile-upload-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: fit-content;
    row-gap: 15px;
  }
  
  .account-side-pages .profile-upload-box p {
    color: #999999;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
  }
  
  .address-box h5 {
    font-size: 17px;
    color: #FF061E;
    font-weight: 600;
    margin-bottom: 15px;
  }
  
  .address-box {
    background: #FFFFFF;
    padding: 20px;
    border-radius: 15px;
    width: 340px;
  }
  
  .address-box ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    row-gap: 15px;
  }
  
  .address-box ul li {
    font-size: 15px;
    color: #555555;
    list-style: inside;
  }
  
  .all-address-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 30px;
    flex-wrap: wrap;
  }
  
  /* panignation css  */
  
  
  .pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }
  
  .page-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #999;
    background-color: #E8E8E8;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
  }
  
  .page-link:hover {
    background-color: #FF061E;
    color: #fff;
  }
  
  .page-link.active {
    color: #FF061E;
    border-color: #FF061E;
  }
  
  .page-link.prev, .page-link.next {
    color: #fff;
    background-color: #FF061E;
  }
  
  .page-link.dots {
    cursor: default;
    pointer-events: none;
  }
  
  .pagination-active {
    color: #FF061E;
    border-color: #FF061E;
  }
  
  .two-thing-spacing .box-styling.flex-end .t-btn:hover {
    border-color: #FF061E;
    color: #FF061E;
  }
  
  
  .account-side-pages table tr {
    border-bottom: 1px solid #CCCCCC;
  }
  
  .account-side-pages table tr th, .account-side-pages table tr td {
    padding: 15px 0;
    width: 30px;
    color: #555555;
  }
  
  .account-side-pages table tr th:last-child, .account-side-pages table tr td:last-child {
    text-align: end
  }
  
  .account-side-pages table tr th {
    font-weight: 600;
  }
  
  .account-side-pages table tr td .table-btn-dlt {
    color: #FF061E;
    font-weight: 600;
    background: none;
    text-decoration: underline;
  }
  
  .modal-btn {
    background: #FF061E;
    border: 1px solid #FF061E;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 20px;
    transition: .3s;
  }
  
  .modal-btn:hover {
    background: #9B0000;
    transition: .3s;
    border-color: #9B0000;
  }
  
  
  
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  
  
  .modal-heading h5 {
    color: #555555;
    font-size: 20px;
    font-weight: 600;
  }
  
  
  .modal-content {
    padding: 40px 30px;
    background: #E8E8E8;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    width: 1240px;
    margin: auto;
  }
  
  .modal-dialog {
    max-width: 100% !important;
    margin: auto !important;
  }
  .modal-header {
    padding: 0;
  }
  
  .modal-footer {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
  }
  
  .modal-footer>:not(:last-child) {
    margin: 0;
  }
  
  .modal-btn-sec{
    background-color: #555555;
    border: 1px solid #555555;
    color: #fff;
    transition: .3s;
    font-size: 20px;
    border-radius: 10px;
    padding: 10px 20px;
  }
  
  .modal-btn-sec:hover{
    background-color: #9B0000;
    transition:.3s;
    border-color: #9B0000;
  }
  
  
  .category-section .categories-boxes .categories-item h6{
    width: min-content;
  }
  
  
  ul.deals-drop-hover, .seller-drop-hover {
    display: none !important;
    position: absolute;
    display: flex;
    flex-direction: column !important;
    z-index: 1;
    background: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 15px;
    padding: 10px 15px;
    width: 160px;
    align-items: flex-start !important;
    transition: .3s;
    left: 0px;  
  }
  
  .deals-drop-hover li, .seller-drop-hover li {
    padding: 10px 0;
    border-bottom: 1px solid #CCCCCC;
    width: 100%;
    color: #777777 !important;
  }
  
  ul.deals-drop-hover li:last-child, .seller-drop-hover li:last-child{
    border: none;
  }
  
  ul.deals-drop-hover li a, .seller-drop-hover li a {
    color: #777777 !important;
    font-size: 16px;
  }
  .deals-drop, .seller-drop{
    position: relative;
  }
  
  .deals-drop:hover{
    transition: .3s;
    .deals-drop-hover{
    display:block !important;
    top: 20px;
    transition: 1s;
  }
  }
  
  .seller-drop:hover{
    transition: .3s;
    .seller-drop-hover{
      display:block !important;
    top: 50px;
    transition: 1s;
    }
  }
  
  
  
  .Seller-container .seller_zone {
    background: #FF061E;
    border: 1px solid #FF061E;
    color: #fff;
    transition: .3s;
  }
  
  .Seller-container .seller_zone:hover {
    background: #9B0000;
    border-color: #9B0000;
    transition: .3s;
  }
  
  .Seller-container .seller-drop-hover {
    left: -40px;
  }
  
  .item.deals-drop-mobile a {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5px;
  }
  
  
  .bloom-mobile-header {
    height: 90px;
    width: 100vw;
    background-color: #F1F1F1;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    position: fixed;
    z-index: 10;
    transition: all 0.3s;
    display: none;
    top: 0;
    left: 0;
    box-shadow: 0px 0px 10px 0px #00000042;
    &.nav-visible {
      div.toggle-nav {
        i.material-icons {
          &#openNavButton {
            transform: scale(0) rotate(720deg);
          }
          &#closeNavButton {
            transform: scale(1) rotate(0deg);
          }
        }
      }
      .nav {
        left: 0;
        .item {
          opacity: 1;
        }
      }
    }
  
  
    div.toggle-nav {
      height: 74px;
      width: 74px;
      padding: 0;
      user-select: none;
      display: flex;
      flex-direction: column;
      align-items: center;
      i.material-icons {
        color: #212121;
        font-size: 28px;
        line-height: 72px;
        cursor: pointer;
        position: absolute;
        transition: transform 0.3s;
        &#openNavButton {
          transform: scale(1) rotate(0deg);
        }
        &#closeNavButton {
          transform: scale(0) rotate(720deg);
        }
      }
    }
  
    .nav {
      margin: 0;
      width: 100vw;
      max-width: 500px;
      height: 100vh;
      flex-wrap: nowrap !important;
      position: absolute;
      top: 74px;
      left: -100vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
      transition: left 0.3s;
      z-index: -1;
      background-color: #F1F1F1;
      padding: 80px 0 0 0;
      box-sizing: border-box;
      .item {
        position: relative;
        text-align: center;
        width: 90%;
        transition: width 0.3s, margin 0.3s;
        border-bottom: 1px solid #BDBDBD;
        opacity: 0;
        list-style-type: none;
        border-radius: 10px;
        
        
        
        
        a {
          color: #212121;
          font-size: 16px;
          font-weight: 300;
          line-height: 52px;
          width: 100%;
          text-transform: uppercase;
          text-decoration: none;
          cursor: pointer;
          &:hover, &:focus {
            color: #FF061E;
          }
        }
      }
    }
  
    .logo {
      box-sizing: border-box;
      align-items: center;
      display: flex;
      justify-content: center;
      line-height: 74px;
      font-size: 24px;
      color: #212121;
      font-weight: 400;
      opacity: 1;
      width: calc(100% - 180px);
      margin-right: 0;
      background: transparent;
      img {
        height: auto;
        max-width: 70%;
      }
    }
    
    .Seller-container {
      align-items: center;
      display: flex;
      justify-content: center;    
      i {
        color: #212121;
        font-size: 28px;
        line-height: 72px;
        cursor: pointer;
        position: absolute;
        transition: transform 0.3s;
      }
    }
  
  }
  
  
  
  
  .Seller-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    svg{
      height: 35px;
      width: 35px;
    }
  }
  
  .bloom-mobile-header .logo a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  .deals-drop-hover-mobile li.item {
    width: 100% !important;
    border-bottom: 0 !important;
    background-color:#e3e3e3;
    a{
      line-height: 40px !important;
    }
  }
  
  
  
  
  .deals-drop-hover-mobile {
    display: none;
    transition: 1s;
    border-radius: 10px !important;
    overflow: hidden;
    margin-bottom: 5px;
  }
  
  .deals-drop-mobile.active .deals-drop-hover-mobile {
    display: block;
    transition: 1s;
  }
  
  
  .mobile-home-active {
    background: #FF061E;
    border-color: #FF061E;
    a{
      color: #fff !important;
    }
  }
  ol.deals-drop-hover-mobile li {
    border-radius: 0 !important;
  }
  
  
  
  @media only screen and (max-width: 1860px){
    .category-section .categories-boxes .categories-item img {
      height: 70px;
      width: 70px;
  }
  .category-section .categories-boxes .categories-item{
    width: 215px;
  }
  h6 {
    font-size: 20px;
  }
  
  p {
    font-size: 15px;
  }
  
  
  }
  @media only screen and (max-width: 1600px){
  
    .container-fluid {
      padding-right: 40px;
      padding-left: 40px;
  }
  
  .bottom_main_header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .hero-banner .img-box img {
    height: 500px;
  }
  
  .hero-banner .two-box-vr-inline .img-box img {
    height: 240px;
  }
  
  .t-btn {
    padding: 6px 17px;
    font-size: 15px;
  }
  
  .hero-banner .img-box .box-content h2 {
    font-size: 28px;
  }
  
  h3 {
    font-size: 30px;
  }
  
  .category-section .categories-boxes{
    column-gap: 5px;
  }
  
  .product-card {
    width: 315px;
    height: 450px;
  }
  
  .product-card .t-btn {
    font-size: 16px;
  }
  
  .product-card .product-title {
    font-size: 25px;
  }
  
  .product-card .product-price {
    font-size: 20px;
  }
  
  .product-card .product-img {
    height: 180px;
  }
  
  .only-for-you-product {
    padding-bottom: 50px;
  }
  
  }
  
  @media only screen and (max-width: 1400px){
  
    .more-about-us{
      margin: 0;
    }
  
    .category-section .categories-boxes {
      column-gap: 100px;
      row-gap: 40px;
  }
  
  .first-footer-sec {
    padding: 80px 0;
  }
  
  .first-footer-sec img {
    max-width: 40%;
  }
  
  .category-section {
    padding: 70px 0 20px;
  }
  
  
  footer ul, footer h3 {
    margin-left: -50px;
  }
  
  .second-footer-sec .col-lg-5.col-md-12:nth-child(1) h3 {
    margin-left: 0;
  }
  
  }
  @media only screen and (max-width: 1200px){
  
    .hero-banner .img-box img {
      height: 400px;
  }
  
  .hero-banner .two-box-vr-inline .img-box img {
    height: 191px;
  }
  
  .hero-banner .img-box .box-content h2 {
    font-size: 20px;
  }
  
  .hero-banner .img-box .box-content {
    row-gap: 10px;
  }
  
  .category-section {
    padding: 40px 0 20px;
  }
  
  .featured-product {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .product-card-box {
    margin-top: 30px;
  }
  
  .more-about-us .box-content {
    row-gap: 10px;
  }
  
  .more-about-us .box-content h4 {
    margin-bottom: 0;
  }
  
  .featured-product .product-card:nth-child(4), .only-for-you-product .product-card:nth-child(4){
    display: none;
  }
  
  footer p {
    width: 70%;
  }
  
  footer ul, footer h3 {
    margin-left: -80px;
  }
  
  .second-footer-sec ul li {
    width: 70%;
  }
  
  .second-footer-sec form input {
    padding: 15px 15px;
    font-size: 13px;
  }
  
  }
  @media only screen and (max-width: 1024px){
  
    h3 {
      font-size: 25px;
  }
  
  .first-footer-sec {
    padding: 50px 0 0px 0;
  }
  
  .second-footer-sec {
    padding: 50px 0px;
  }
  
  footer p {
    width: 70%;
  }
  
  
  .hero-banner .two-box-inline {
    flex-direction: column;
  }
  
  .hero-banner .img-box img {
    width: 100%;
  }
  
  .hero-banner .two-box-vr-inline {
    flex-direction: row;
    margin-top: 20px;
    column-gap: 20px;
  }
  
  .hero-banner .two-box-vr-inline .img-box img {
    width: 100%;
    height: 230px;
  }
  
  .hero-banner .img-box {
    width: 100%;
  }
  
  .category-section .categories-boxes {
    column-gap: 20px;
    row-gap: 20px;
  }
  
  .category-section .categories-boxes .categories-item {
    width: 290px;
  }
  
  .bottom_main_header .header_main_menu ul .two_btn_header_align .cart_icon a {
    padding: 7px 15px;
  }
  
  footer ul li {
    font-size: 14px;
  }
  
  p {
    font-size: 14px;
  }
  
  .product-card .t-btn {
    font-size: 15px;
  }
  
  .bloom-mobile-header{
    display: flex;
  }
  
  .custom-dextop-header{
    display: none;
  }
  
  html, body {
    overflow-x: hidden;
    margin-top: 60px;
  }
  
  }
  @media only screen and (max-width: 991px){
  
    .product-card-box {
      margin-top: 30px;
      flex-wrap: wrap;
  }
  
  .featured-product .product-card:nth-child(4), .only-for-you-product .product-card:nth-child(4) {
    display: flex;
  }
  
  .box-styling {
    align-items: center;
  }
  
  .box-styling p {
    text-align: center;
  }
  
  
  .flex-end {
    align-items: center !important;
    margin-top: 10px;
  }
  
  h3 {
    text-align: center;
  }
  .hero-banner .img-box .box-content {
    width: 100%;
    text-align: center;
    align-items: center;
  }
  
  .hero-banner .img-box img {
    height: 270px;
  }
  
  .product-card {
    text-align: center;
    align-items: center;
  }
  
  .more-about-us .box-content h4 {
    text-align: center;
  }
  
  .more-about-us .box-content {
    align-items: center;
  }
  
  .only-for-you-product {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  
  footer ul, footer h3{
    margin: 0;
  }
  
  .footer-social-box {
    justify-content: center;
    margin-bottom: 20px;
  }
  
  footer p {
    width: 100%;
    text-align: center;
  }
  
  .first-footer-sec {
    text-align: center;
  }
  
  
  .second-footer-sec form {
    align-items: center;
    margin: 30px 0;
    row-gap: 30px;
  }
  
  .first-footer-sec ul, .second-footer-sec ul {
    align-items: center;
    text-align: center;
    margin-bottom: 40px;
  }
  
  .second-footer-sec {
    padding: 50px 0px 0;
  }
  
  .bottom-footer-sec .col-lg-6:nth-child(2) p {
    width: 100%;
    text-align: center;
  }
  
  .bottom-footer-sec p {
    margin: 10px 0px;
  }
  
  .bottom-footer-sec {
    padding: 20px 0;
  }
  
  
  }
  @media only screen and (max-width: 767px){
  
    .category-section .categories-boxes .categories-item {
      width: 235px;
  }
  .product-card {
    width: 235px;
    height: 410px;
  }
  
  .product-card .product-title {
    font-size: 18px;
  }
  
  .product-card .product-content {
    font-size: 12px;
  }
  
  
  .product-card .t-btn {
    width: 100%;
    justify-content: center;
  }
  
  }
  @media only screen and (max-width: 575px){
  
    .container-fluid {
      padding-right: 10px;
      padding-left: 10px;
  }
  
  .hero-banner .two-box-vr-inline {
    flex-direction: column;
    margin-top: 10px;
    row-gap: 10px;
  }
  
  .hero-banner .two-box-vr-inline .img-box img {
    height: 160px;
  }
  
  .hero-banner .img-box .box-content {
   height: 100%;
   padding: 0 20px;
  }
  .category-section .categories-boxes .categories-item {
    width: 250px;
  }
  
  .t-btn {
    width: 100%;
    justify-content: center;
  }
  .product-card {
    width: 100%;
  }
  
  .more-about-us {
    padding: 20px 0px;
  }
  .second-footer-sec form input {
    width: 100%;
  }
  
  .bottom-footer-sec p {
    margin: 5px 0px;
    font-size: 11px;
  
    
  }
  
  .second-footer-sec {
    padding: 30px 0px 0;
  }
  
  .first-footer-sec ul, .second-footer-sec ul {
    margin-bottom: 20px;
  }
  
  p {
    font-size: 13px;
  }
  
  .hero-banner .img-box .box-content h2 {
          font-size: 17px;
      }
  
      .Seller-container .seller_zone {
        padding: 3px 10px;
        font-size: 12px;
    }
  
  
  .Seller-container .seller-drop-hover {
      left: -50px;
      z-index: 999;
      top: 30px;
  }
  
  ul.deals-drop-hover li a, .seller-drop-hover li a {
    color: #777777 !important;
    font-size: 13px;
  }
  
  ul.deals-drop-hover, .seller-drop-hover {
  width: 140px;
  }
  
  }