@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap');
* {
  margin: 0;
  padding: 0;
}


@font-face {
  font-family: fictional;
  src: url('img/Fictional Friend DEMO.otf');
}


.display-offcancas div#shop-sidebar::-webkit-scrollbar{
    width:10px !important;
}

::-webkit-scrollbar {
  width: 20px !important;
}
::-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-image: url(https://dev.remisefencinggear.com/public/assets/Images/bg-uni-body.png);
    background-size: auto;
    background-repeat: repeat;
    background-position: top;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index:9;
}


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#lista1{
    padding: 10px 10px 16px !important;
}


    

header h3 {
    font-size: 26px;
    margin-top: 10px;
    font-family: "Architects Daughter", serif;
    font-weight: 500;
}

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;
    background: #FF061E;
    padding: 8px 40px;
    border-radius: 5px;
    border: 1px solid #FF061E;
    transition: .3s all;
    font-size: 1.5rem;
    font-weight: 600;
}

.upper_top_header .seller_btn_header a:hover{
    color:#fff;
    background:transparent;
    border-color:#fff;
    transition:.3s all;
    }
    
    .top_info_header {
    height: 100%;
    align-content: center;
}


.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, .bottom_main_header .header_main_menu ul .two_btn_header_align .wishlist_icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #777777;
  border-radius: 10px;
  padding: 10px 20px;
  transition: .3s;
}




.categires-home {
    position: relative;
}

.categires-home .slick-arrow {
    position: absolute;
    left: -30px;
    z-index: 9;
    background: transparent;
    top:40%;
}

.categires-home button.slide-arrow.next-arrow.slick-arrow {
    right: -30px;
    left: auto;
    transform: rotate(180deg);
    top:35%;
}

.categires-home a {
    text-align: center;
    display: flex !important;
    justify-content: center;
}

.bottom_main_header .header_main_menu ul .two_btn_header_align .wishlist_icon a path{
    fill: #777777;
    
}


span.wishlist_dlt_icon {
    position: absolute;
    top: 40%;
    right: 20px;
}

.reviews-sec-cards .imag_box {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.reviews-sec-cards .imag_box img {
    height: 80px;
    width: 80px;
    border-radius: 15px;
    object-fit: cover;
}

.reviews-sec-cards h5 {
    margin: 10px 0;
}

.bottom_main_header .header_main_menu ul .two_btn_header_align .cart_icon a:hover path , .bottom_main_header .header_main_menu ul .two_btn_header_align .wishlist_icon a:hover path{
  fill:white;
  transition: .3s;
}

.bottom_main_header .header_main_menu ul .two_btn_header_align .cart_icon a:hover, .bottom_main_header .header_main_menu ul .two_btn_header_align .wishlist_icon a:hover {
  background-color: #777777;
  transition: .3s;
  color:white;
}


.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%;
}

#set-wish-list .font-name a {
    font-weight: 700;
    font-size: 21px;
    color: #FF061E;
}

#set-wish-list  span.sellerName {
    font-size: 17px;
    display: block;
    margin: 10px 0;
}

#set-wish-list span.amount {
    font-size: 17px;
}

#set-wish-list strike.mr-3 {
    font-size: 17px;
}

.sidebarR div#shop-sidebar .widget-title a {
    font-size: 17px;
    margin-bottom: 10px;
    color: #545454;
    font-weight: 600;
    transition: .3s;
}

.sidebarR div#shop-sidebar .widget-title a:hover {
    color: #FF061E;
    transition: .3s;
}

#shop-sidebar, #set-wish-list {
    border: solid 1px #c2bfbf;
    border-radius: 18px;
    padding: 25px 15px;
    height:100%;
}


.__card{
    padding: 10px 17px !important;
    margin: 0px 20px 15px 20px !important;
    border-radius: 12px !important;
    background: #eceaea !important;
}
.__img-full {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 15px;
}

.product-card .product-img-hover .wishlist-container {
    position: absolute;
    top: 0%;
    right: 0%;
    z-index:99;
}

.product-card .product-img-hover .wishlist-container button.wishlist-btn {
    background: transparent;
}
  
  .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;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

.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;
}


#shop-categories .card-header, #brand li.__inline-39 {
    padding: 10px 20px !important;
    border-radius: 10px;
    border: 1px solid #CCCCCC !important;
        background-color: rgba(0, 0, 0, .03);
}

.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;
  padding:0;
}

.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, form textarea {
  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: 30px;
  padding-bottom: 50px;
}


.product-card {
    width: 400px;
    padding: 22px 20px;
    background-color: #F1F1F1;
    border: 1px solid #DEDEDE;
    border-radius: 20px;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
}

.product-card .product-img, .product-card .product-img-hover {
  border-radius: 15px;
  height: 230px;
  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;
   transition: .3s;
  
}

/*.product-card .t-btn:hover {*/
/*  background-color: #FF061E;*/
/*  color: #fff;*/
/*}*/


.product-card .wishlist-btn {
    background-color: rgba(255, 255, 255, 0.5) !important;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100% !important;
    transition:.3s;
    opacity:0;
}



.product-card:hover {
    box-shadow:4px 4px 9.38px rgba(0, 0, 0, 0.15);
    
    .wishlist-btn{
        opacity:1;
        transition:.3s;
    }
  
    .t-btn {
  background-color: #FF061E;
  color: #fff;
  margin-bottom:-45px;  
   transition: .3s;
}

.t-btn path{
    fill:white;
     transition: .3s;
}
}

.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;
}

.text-center .d-flex.justify-content-between.align-items-center,.text-center  .input-group-overlay.input-group-sm  {
    margin: 10px 0;
}

.more-about-us .box-content {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  justify-content: center;
  height: 100%;
}

.__cate-side-title {
    background: #FF061E;
    border-radius: 10px;
}


.__cate-side-title span {
    color:#fff;
}

.more-about-us .box-content h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: -20px;
}
.more-about-us .box-content h1 {
  color: #fff;
  font-size: 100px;
  font-weight: 600;
      text-transform: uppercase;
}

.only-for-you-product{
  padding-top: 50px;
  padding-bottom:50px;
}

.top-banner {
  padding: 130px 50px;
  margin: 20px auto !important;
  width:86%;
}

.product-grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  column-gap: 20px;
  row-gap: 40px;
  padding: 0px 0 80px 0;
}

span.widget-title{
    font-size:25px;
    font-weight:600;
}

.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;*/
/*}*/


.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;
  cursor: pointer;
}

.slider-nav {
  margin-top: 20px;
  text-align:center;
}

.thumbnail-main-img .slider-for img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.2s ease;
  opacity: 1; 
  cursor: pointer;
  
}

.thumbnail-main-img .slider-for img.hovered {
  opacity: 0; 
}


.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, .input-style, .form-control {
  background: #ffffff;
  border: 1px solid #CCCCCC;
  padding: 0 20px !important;
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
  color: #999999;
}


.custom_btn {
    background: #FF061E;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #FF061E;
    transition: .3s;
    display:flex;
    align-items:center;
}

.custom_btn svg path{
    fill:white;
    transition:.3s;
    
}

.custom_btn:hover path{
    fill:black;
    transition:.3s;
    
}


.customer-login-box form textarea{
  height: 150px;
  width:100%;
}

.customer-login-box form input{
    width:100%;
}

img#default_recaptcha_id {
    height: 60px;
}

img.banner-logo {
    width: 65%;
}

.two-box-inline h3{
    font-family: "Architects Daughter", serif;
    font-weight: 500;
    font-size: 45px;
}

button.chat_box_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #FF061E;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index:99;
}

.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: 200px;
}

.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;
}

/*.product-card:hover .product-img-hover {*/
/*    margin-bottom: 20px;*/
/*    transition: .3s;*/
/*}*/

.product-card .product-img-hover .product-img {
    position: absolute;
    top: -20px;
    right: 0;
    left: -5%;
    bottom: 0;
    transition: .3s;
    width: 110%;
    max-width: 110%;
}

.product-card .product-img-hover {
    position: relative;
        height:230px;
        transition:.3s;
        margin-bottom:-20px;
}


.product-card .product-img-hover .hover-1 {
    opacity: 1;
    transition: .3s;
}

.product-card .product-img-hover .hover-2 {
    opacity: 0;
    transition: .3s;
}

.product-card:hover .hover-2 {
    opacity: 1;
    transition: .3s;
}

.product-card:hover .hover-1 {
    opacity: 0;transition: .3s;
}



.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;
}

.bloom-mobile-header .logo h3 {
    font-size: 10px;
    font-family: "Architects Daughter", serif;
    font-weight: 500;
}

.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;
}

.cart-counter-number-p{
        font-size: 18px;
    color: #2a2a2a;
    font-weight: 500;
}


.__cart-input {
    width: 130px;
    border: 1px solid #e5e5e5;
    outline: none;
    box-shadow: none !important;
    height: 60px;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
}



.cart-counter-number {
    width: 150px;
}

.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: 0px;
  transition: 1s;
}
}

.seller-drop:hover{
  transition: .3s;
  .seller-drop-hover{
    display:block !important;
  top: 39px;
  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: 999 !Important;
  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;
    justify-content: 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;
            flex-direction: column;
        gap: 3px;
    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;
}



.footLogo {
  width: 250px;
}


.sidebar-offcanvas .filter-product-section {
  border: none;
}



/* Sidebar Styles */
.sidebar-offcanvas {
  height: 100%;
  width: 0;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #E8E8E8;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
  z-index: 999999;
}

.sidebar-offcanvas a {
  padding: 5px 15px;
  text-decoration: none;
  font-size: 18px;
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
  background-color: black;
  border-radius: 10px;
}

.sidebar-offcanvas a:hover {
  background-color: black;
}

.close-btn {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 30px;
  color: #f1f1f1;
}

/* Main Content Styles */
.main-content {
  transition: margin-left 0.3s;
  padding: 20px;
  margin-left: 0;
}

/* Menu Button */
.menu-btn {
  font-size: 18px;
  padding: 10px 15px;
  margin-top: 20px;
  cursor: pointer;
  color: #555;
}

/* Responsive Styles */
@media screen and (max-width: 600px) {
  .menu-btn {
      font-size: 18px;
  }

  .sidebar-offcanvas a {
      font-size: 16px;
  }
}



.display-offcancas{
  display: block;
}

.filter-toggle-btn{
  z-index: 999;
  display: none;
}


select#searchByFilterValue, .input-style, #search-brand {
    border: 1px solid #CCCCCC !important;
    border-radius: 10px !important;
    color: #999999 !important;
    height:60px !important;
}

.for-shoting {
    width: 100% !important;
}

input#max_price_1, #min_price_1 {
    height: 35px !important;
}

.icon_style {
    background: red;
    height: 50px;
    width: 50px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.icon_style i{
    color:#fff;
}

input#min_price, #max_price {
    height: 30px !important;
    text-align:center;
}




@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;
}

.container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}

#product-main .product-card {
  width: 360px;
}

.faq-section {
  padding-bottom: 100px;
  padding-top: 40px;
}




}
@media only screen and (max-width: 1600px){
    
    .two-box-inline h3 {
    font-size: 50px;
}
img.banner-logo {
    width: 100%;
}
    
    header h3{
        font-size:20px;
    }

  .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, .product-card .product-img-hover {
  height: 180px;
}

.only-for-you-product {
  padding-bottom: 50px;
}

.counter-display {
  padding: 10px 10px;
  width: 150px;
}

.counter-btn {
  height: 55px;
  width: 55px;
}

.thumbnail-main-img .slider-nav img {
  height: 100px;
}

.product-function-box .add-to-cart-box a {
  font-size: 20px;
}

.product-detail-section .col-lg-6:nth-child(2) div {
  margin: 30px 0;
}

.review-form form button {
  font-size: 16px;
}

.reviews-star-box {
  margin: 10px 0 20px 0;
}

.reviews-sec-cards {
  padding: 15px 25px;
}

.thumbnail-main-img .slider-for img {
  height: 450px;
}

.my-order-details {
  column-gap: 30px;
}

.my-order-details p {
  font-size: 16px;
}

.my-order-display-cards {
  padding: 15px 15px;
}

.product-grid-container {
  grid-template-columns: auto auto;
  column-gap: 10px;
  row-gap: 20px;
  justify-items: center;
}

}

@media (max-width: 1350px){
.bloom-mobile-header{
  display: flex;
}

.custom-dextop-header{
  display: none;
}

}

@media (min-width: 1200px) and (max-width: 1450px){
    
    
    
    .two-box-inline h3 {
    font-size: 40px;
}

        .hero-banner .img-box img {
        height: 340px;
    }
        .hero-banner .two-box-vr-inline .img-box img {
        height: 160px;
    }
    .hero-banner .two-box-vr-inline .box-content {
    padding: 14px 24px;
    row-gap:7px;
}
    .hero-banner .img-box .box-content h2 {
        font-size: 16px;
    }
    
    .display-offcancas div#shop-sidebar {
    max-height: 100%;
}
header h3{
    font-size:16px;
    margin-top:5px;
}
.footLogo{
    width:100px;
}

    .bottom_main_header {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .upper_top_header {
    padding-top: 10px;
    padding-bottom: 10px;
}
.featured-product {
    padding-top: 25px;
}
.box-styling {
    row-gap: 5px;
}

.product-card-box {
    margin-top: 20px;
}
.upper_top_header .top_info_header ul li a {
    font-size:12px;
}

.upper_top_header .seller_btn_header a{
            font-size: 30px !important;
            font-weight: bold;
    }
    
    img.banner-logo {
        width: 80%;
    }

}

@media only screen and (max-width: 1400px){
    
    .top-banner {
    padding: 80px 50px;
    }

  .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;
}

.fency-section {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 20px;
}

.extra-padding {
  padding-top: 20px;
  padding-bottom: 40px;
}

.fency-section p {
  margin-bottom: 40px;
  color: #777777;
  padding: 0;
}

.terms-pages {
  width: 100%;
  padding: 40px 0 10px;
}

.accordion .accordion-item .accordion-item-header .accordion-item-header-title {
  text-align: start;
}

.cart-box {
  column-gap: 15px;
}

.cart-box .cart-details {
  width: 250px;
}

.cart-box .cart-details h5, .cart-box .cart-details p {
  font-size: 16px;
  font-weight: 600;
}

.counter {
  column-gap: 10px;
}

.cart-box .cart-counter-box .counter-display {
  padding: 5px 20px;
  width: 100px;
}

.cart-box .cart-counter-box .counter-btn {
  height: 40px;
  width: 40px;
}

.cart-box .cart-del-box {
  padding: 10px 15px;
}
.cart-box .cart-counter-box {
  width: 220px;
}

.product-down-reviews {
  padding-top: 50px;
  padding-bottom: 50px;
}

.thumbnail-main-img .slider-for img {
  height: 350px;
}

.product-detail-section h3 {
  font-size: 30px;
}

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

.seller-of-product p {
  font-size: 25px;
}

.product-detail-section .col-lg-6:nth-child(2) div {
  margin: 20px 0;
}

.product-price-box p {
  font-size: 25px;
}

.reviews-sec-cards .two-thing-spacing h4 {
  font-size: 18px;
}

.reviews-sec-cards svg {
  height: 40px;
}

.reviews-sec-cards .two-thing-spacing {
  margin-bottom: 5px;
}

.product-down-reviews h3 {
  font-size: 22px;
}

.reviews-star-box svg {
  height: 35px;
  width: 35px;
}

.review-form form textarea {
  height: 100px;
}


.product-function-box .add-to-cart-box a {
  font-size: 18px;
}

.product-detail-section {
  padding-bottom: 50px;
}

.account-side-pages table tr th, .account-side-pages table tr td {
  width: 40px;
}

.page-link {
  width: 40px;
  height: 40px;
}

.account-side-pages {
  row-gap: 15px;
}

.my-active-orders-tabs .order-id h5 {
  font-size: 15px;
}

.my-active-orders-tabs .status-box p {
  padding: 5px 15px;
}

.my-order-details {
  column-gap: 10px;
}

.my-order-details p {
  font-size: 14px;
}

.modal-content{
  width: 1000px;
}

}
@media only screen and (max-width: 1200px){
    
            .two-box-inline h3 {
        font-size: 32px;
    }

  .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;
}

.customer-login-box form {
  margin-top: 0px;
  row-gap: 20px;
}

.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 {
  padding: 15px;
}

.form-group {
  flex-direction: column;
  row-gap: 10px;
  text-align: center;
}

.terms-pages p {
  margin-bottom: 10px;
}

.checkout-form form .checkout-box input, .checkout-form form .checkout-box textarea {
  margin-bottom: 15px;
}

.cart-form .cart-form-detail h5, .cart-form .cart-form-detail p {
  font-size: 14px;
}

.cart-form .total-price h5, .cart-form .total-price p{
  font-size: 20px;
}

.cart-form .coupon-box button {
  font-size: 14px;
}

.thumbnail-main-img .slider-nav img {
  height: 80px;
}

.counter-display {
  padding: 5px 10px;
  width: 100px;
}

.counter-btn {
  height: 45px;
  width: 45px;
}


.customer-login-box form .two-thing-spacing input, .customer-login-box form .two-thing-spacing select {
  width: 100%;
}

.side-links-accounts ul li a {
  font-size: 14px;
}

.customer-login-box form button {
  font-size: 16px;
}

.address-box {
  padding: 15px;
  width: 100%;
}

.all-address-box {
  row-gap: 20px;
}

.account-side-pages table tr th, .account-side-pages table tr td {
  font-size: 13px;
}

.my-active-orders-tabs .action-box {
  column-gap: 10px;
}

.my-active-orders-tabs .action-box svg {
  height: 25px;
  width: 25px;
}

.my-order-details {
  flex-direction: column;
  row-gap: 10px;
}

.my-order-display-cards .product-info .product-name h5 {
  font-size: 15px;
  color: #2A2A2A;
  font-weight: 600;
  width: 70%;
}

.my-order-display-cards .product-info .product-img img {
  width: 100px;
  height: 70px;
}

.my-order-display-cards .product-price p {
  font-size: 18px;
}

.my-order-display-box~.two-thing-spacing {
  flex-direction: column;
  display: flex;
  align-items: center;
  row-gap: 20px;
  margin-top: 20px;
}


.account-side-pages .track-order-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100% !important;
}

.account-side-pages .track-order-box .t-btn {
  width: 100%;
  justify-content: center;
}

.account-side-pages .cart-form {
  width: 100%;
}



}
@media only screen and (max-width: 1024px){
    
    .two-box-inline h3 {
        font-size: 30px;
    }
    
    
    .product-grid-container .inner122 a {
    width: 100%;
    justify-content: center;
    display: flex;
}

  h3 {
    font-size: 24px;
}

.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;
  width:100%;
}

.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;
}

html, body {
  overflow-x: hidden;
  margin-top: 60px;
}

.container-fluid.logins-section.contact-box.extra-padding .col-lg-4 {
  max-width: 100%;
  flex: 0 0 100%;
}
.container-fluid.logins-section.contact-box.extra-padding .col-lg-8 {
  max-width: 100%;
  flex: 0 0 100%;
  margin-top: 30px;
}

.container-fluid.about-us-section .col-lg-4, .container-fluid.about-us-section .col-lg-8 {
  max-width: 50%;
  flex: 0 0 50%;
}

.customer-login-box h4 {
  font-size: 15px;
}

.logins-section {
  padding-bottom: 50px;
}

.more-about-us .box-content h1{
    font-size:50px;
}

.top-banner {
  padding: 70px 30px;
  width:100%;
}

.product-detail-section .col-lg-6:nth-child(2) div {
  margin: 10px 0;
}

.acount-sections h4 {
  font-size: 20px;
}

.my-active-orders-tabs {
  padding: 10px 15px;
}

.checkout-form form .t-btn {
  font-size: 18px;
}

.modal-content {
  width: 700px;
}

.product-grid-container .product-card {
  width: 330px !important;
}
.Brand-box ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  flex-direction: column;
  text-align: center;
}



}
@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;
}

.container-fluid.about-us-section .col-lg-4, .container-fluid.about-us-section .col-lg-8 {
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 30px;
}
.about-us-section {
  padding-bottom: 20px;
}

.customer-login-box form {
  width: 100%;
  margin-bottom: 20px;
}

.contact-box form button {
  width: inherit;
}

.fency-section {
  padding-bottom: 10px;
}

.logins-section {
  padding-top: 20px;
  padding-bottom: 40px;
}

.customer-login-box form .two-thing-spacing {
  flex-direction: row;
}

.customer-login-box form button {
  font-size: 15px;
}

.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 {
  padding: 10px 15px;
}

.faq-accordian-box {
  display: flex;
  flex-direction: column;
  column-gap: 20px;
  margin-bottom: 20px;
  justify-content: center;
  align-items: center;
  row-gap: 20px;
}

.accordion {
  max-width: 100%;
}

.faq-section {
  padding-bottom: 40px;
}

.cart-section h6 {
  text-align: center;
  margin-bottom: 20px;
}

.cart-form{
  margin-top: 20px;
}

.cart-form .coupon-box button {
  font-size: 18px;
}

.cart-box .cart-details {
  width: auto;
}

.cart-box .cart-counter-box {
  width: 150px;
}

.cart-box .cart-counter-box .counter-display {
  padding: 5px 10px;
  width: 100%;
}

.cart-box .cart-del-box {
  padding: 5px 10px;
}

.checkout-form form .t-btn {
  width: 100%;
  justify-content: center;
}

.checkout-form form {
  row-gap: 20px;
}

.slider-nav {
  margin-bottom: 30px;
}


.product-detail-section .col-lg-6:nth-child(2) div {
  margin: 20px 0;
  text-align: center;
}


.reviews-star-box {
  text-align: center;
}

.review-form form button {
  font-size: 16px;
  width: -webkit-fill-available;
  margin-bottom: 40px;
}


.acount-sections .bg-grey-box {
  margin-bottom: 20px;
}

.side-links-accounts ul {
  flex-direction: row;
  column-gap: 20px;
}

.acount-sections .customer-login-box form .two-thing-spacing {
  flex-direction: column;
}

.acount-sections .customer-login-box form button {
  font-size: 15px;
  width: 100% !important;
}

.acount-sections h4{
  text-align: center;
}

.address-box ul {
  row-gap: 10px;
}

.tabs {
  justify-content: center;
}

.acount-sections {
  padding-bottom: 30px;
}

.account-side-pages .cart-form .t-btn, .account-side-pages .track-order-box .t-btn {
  font-size: 16px;
}

.display-offcancas{
  display: none;
}

.filter-toggle-btn{
  display: block;
  z-index: 999999;
  margin-bottom:20px;
}


}
@media only screen and (max-width: 767px){
    
        .two-box-inline h3 {
        font-size: 22.8px;
    }
    
    .product-card .wishlist-btn{
        opacity:1;
    }

  .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;
}

.profile-picture {
  height: 150px;
  width: 150px;
}

.custom-radio p {
  text-align: start;
}
.custom-radio .radio-circle {
top: 0;
}

.customer-login-box form .two-thing-spacing {
  flex-direction: column;
}

.customer-login-box form .two-thing-spacing input, .customer-login-box form .two-thing-spacing select {
  width: 100%;
}

.profile-upload-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.capcha-box {
  width: 100%;
}

.faq-section h3 {
  margin-bottom: 30px;
}

.thumbnail-main-img .slider-for img {
  height: 250px;
}
.thumbnail-main-img .slider-for img {
  height: 180px;
}

.product-detail-section h3 {
  font-size: 20px;
}

.product-function-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  row-gap: 10px;
}

.product-function-box .product-count-box {
  width: 100%;
}

.counter {
  justify-content: space-around;
}

.counter-display {
  width: 100%;
}

.cart-section, .acount-sections {
  padding-bottom: 40px;
}

.acount-sections .side-links-accounts {
  overflow: scroll;
  overflow-y: hidden;
  padding-bottom: 10px;
}

.acount-sections .side-links-accounts::-webkit-scrollbar{
  height: 5px;
}

.acount-sections .side-links-accounts ul {
  width: 600px;
  column-gap: 10px;
}

.my-active-orders-tabs {
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

.tabs {
  overflow: scroll;
  overflow-y: hidden;
  padding-bottom: 5px;
}

.tabs::-webkit-scrollbar{
  height: 5px;
}

.tab-button:nth-child(1) {
  margin-left: 80px;
}

.my-order-display-box~.two-thing-spacing {
  margin: 0;
}

.checkout-payment-boxes {
  column-gap: 20px;
}

.checkout-payment-boxes .payment-option img {
  max-width: 40%;
}

.panignation-box.two-thing-spacing {
  display: contents;
}

.modal-btn {
  font-size: 15px;
}

.modal-btn-sec {
  font-size: 15px;
}

.modal-content {
  width: 500px;
}

.product-grid-container .product-card {
  width: 240px !important;
}

#product-main .two-thing-spacing {
  flex-direction: column;
  row-gap: 20px;
}

#product-main .two-thing-spacing .box-styling.flex-end {
  width: 100%;
  flex-direction: column;
}

#product-main .two-thing-spacing .box-styling.flex-end .t-btn {
  width: 100%;
  justify-content: center;
}






}
@media only screen and (max-width: 575px){
    
        .two-box-inline h3 {
        font-size: 20px;
    }
    
    
    .more-about-us .box-content h1{
        font-size:30px;
    }

  .customer-login-box form {
    margin-top: 10px;
}

  .customer-login-box h3 {
    font-size: 23px;
}

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
}

.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;
  text-align: center;
}

.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: auto !important;
        z-index: 999;
        top: 30px;
        right: 0 !important;
    }

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;
}

.form-group {
  flex-direction: column;
  row-gap:10px;
  column-gap: 10px;
}

.customer-login-box form {
  row-gap: 10px;
}

.customer-login-box form .two-thing-spacing input, .customer-login-box form .two-thing-spacing select {
  width: 100%;
}

.customer-login-box form button{
  font-size: 14px;
}

.customer-login-box form .form-group .check-box label, .customer-login-box form a {
  font-size: 14px;
}

.more-about-us .box-content h4 {
  text-align: center;
  font-size: 15px;
}

.top-banner {
  padding: 60px 0px;
  width:100%;
}

.terms-pages h3 {
  font-size: 20px;
}

.terms-pages p {
  font-size: 12px;
}

.faq-section h3 {
  font-size: 20px;
}

.faq-section h6 {
  font-size: 30px;
  margin-bottom: 10px;
}

.cart-box {
  flex-wrap: wrap;
}

.cart-box .product-image img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.cart-box .cart-details h5, .cart-box .cart-details p {
  text-align: center;
}

.cart-box .cart-details p {
  margin: 10px 0;
}

.cart-section, .acount-sections {
  padding-bottom: 40px;
}

.checkout-form form .checkout-box, .bg-grey-box {
  padding: 15px;
}

.checkout-form form .checkout-box .check-box {
  margin-bottom: 0;
  text-align: center;
}

.checkout-form form .checkout-box h4 {text-align: center;margin-bottom: 20px;}
.checkout-form form .t-btn {
font-size: 16px;
}

.cart-form {
  padding: 20px 15px;
}

.reviews-sec-cards .two-thing-spacing .stars-box svg {
  height: 15px;
  width: 15px;
}

.reviews-sec-cards .two-thing-spacing h4 {
  font-size: 15px;
}

.reviews-sec-cards {
  padding: 10px 15px;
}

.address-box h5 {
  font-size: 13px;
  text-align: center;
}

.address-box ul li {
  font-size: 12px;
  list-style: none;
  text-align: center;
}


.account-side-pages table {
  display: flex;
  flex-direction: row;
  overflow: scroll;
  overflow-y: hidden;
}

.account-side-pages table::-webkit-scrollbar{
  height: 5px;
}

.account-side-pages table tr th, .account-side-pages table tr td {
  width: 130px;
  padding: 5px 20px;
}

.account-side-pages table tr {
  display: block;
  width: 750px;
}

.tab-button:nth-child(1) {
  margin-left: 270px;
}

.my-order-display-box {
  text-align: center;
}

.my-order-details {
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.my-order-display-cards.two-thing-spacing {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

.my-order-display-cards.two-thing-spacing .product-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}

.my-order-display-cards.two-thing-spacing .product-info .product-name {
  text-align: center;
  display: contents;
}

.my-order-display-cards.two-thing-spacing .product-info .product-img, .my-order-display-cards.two-thing-spacing .product-info .product-img img {
  width: 100%;
  height: 100%;
}

.checkout-payment-boxes {
  flex-direction: column;
}

.checkout-payment-boxes .payment-option .check-box {
  display:flex;
}

.modal-btn, .modal-btn-sec {
  font-size: 13px;
  padding: 5px;
  width: 100%;
}

.modal-content {
  width: 300px;
  padding: 10px;
}

.modal-footer{
  flex-direction: column;
  row-gap: 10px;
}

.modal-heading h5 {
  font-size: 15px;
  margin-left: 20px;
}

.modal-heading h3 {
  font-size: 18px;
  margin-left: 20px;
  margin-top: 10px;
}

.product-grid-container {
  grid-template-columns: auto;
}

.product-grid-container .product-card {
  width: 100% !important;
}



}



.home-search-bar {
    display: none;
}
