@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
html, body
{
    padding: 0%;
    margin:0;
    font-family: "Mulish", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
    color: #313131;
    line-height: 30px;
}
.right_menu
{
  right: 0;
  position:absolute;
}
.fixed-menu .navbar-collapse
{
  flex-grow: 0 !important;
}
.display-flex
{
  display:flex;
}
.fixed-menu
{
  position: fixed;
  width: 100%;
  z-index: 1;
}
/*Dropdown*/
.js-link
{
  width: 120px;
}
.dropdown {
 
  /*width: 50%;
   margin-bottom: 23%;*/
}
a.btn_login
{
  background: #dc3226;
  color: #fff !important;
  padding: 0px 20px 4px 20px !important;
  border-radius: 5px;
  margin-top: 10px;
}

.droupdown_login a
{
  padding: 0px 0 10px 0 !important;
  background: #ffffff;
  color: #000000 !important;

}
.droupdown_login a:hover
{
  background-color: #dc3226;
  color:#fff !important;
}
.login_btn a:hover
{
  color: #dc3226 !important;
  background: #ffffff;
}
.droupdown_login{
  z-index: -999;
    position: absolute;
    width: 100%;
    top: 60px;
}
a {
  display: block;
   color: #000;
  text-decoration: none;
  @extend %transition;
 /* &:focus,
  /&:hover {background: #ecf0f1;}
  &:active {background: #fbfcfc;}*/
}
.js-link .fa {    
  float: right;
  top: 5px;
  position: relative;}
/*List*/
.dropdown ul {
  display: none;
  border-top: .1em solid #c0cdd1;
}
.js-link .droup_icon
{
  float: right;
  top: -20px;
  position: relative;
}
.dropdown ul li
{
	list-style:none;
}
/*li {
  padding:0px;
  cursor: pointer;
  @extend %transition;
  &:not(:first-child) {
    border-top: .1em dashed #dde4e6;
	list-style: none;
  }
  &:last-child {color: #ad0000;}
  &:focus,
  &:hover {background: #ecf0f1;}
  &:active {background: #fbfcfc;}
}*/
li a
{
	padding:0px;
}
.js-link img
{
  display: none;
}
.js-dropdown-list
{
	height: auto;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all 0.3s ease 0s;
	background:#fff;
	color:#000;
  position: relative;
  right: 230px;
  width: 1200px;
  margin: 50px auto;
  box-shadow: 0 0 2px;
  border:none !important;
  padding: 20px 0px;
}
.js-dropdown-list li
{
  width: 120px;
  margin: 0 auto;
  padding: 10px 16px;
  text-align: center;
  border-radius: 15px;
}
.js-dropdown-list li:hover
{
  border: 1px solid;
}
.location_border
{
  border: 1px solid #dc3226 !important;
  padding: 10px;
  border-radius: 136px;
  width: 100px;
}
.h-500
{
  max-height: 470px;
  min-height: 470px;
}
.img_border
{
  border-color: #bababa;
  border-style: solid;
  border-width: 0 1px;
}
.icon_width
{
  width: 100px;
}
.color_text
{
  color: #717171;
  font-size: 18px;

}
.rounded-30
{
  border-radius: 30px;
}
.u_line
{
  border-bottom: 2px solid #dc3226;
  padding-bottom: 15px;
}
.owl-carousel .owl-stage-outer
{
  overflow: visible !important;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: -80px !important;
  padding: 4px 7px;
  display: inline-block;
  cursor: pointer;
  border-radius: 30px !important;
  border: 1px solid #000 !important;
  padding: 0 !important;
  width: 50px !important;
  height: 50px !important;
}
.border-circle
{
  border-radius: 100%;
  border: 1px solid #46c9cb;
  font-size: 30px;
  padding: 15px;
  margin: 10px;
}
.icon_color
{
  color: #46c9cb;
}
.overlap
{
  text-align: center;
  width: 200px;
  background: #fff;
  margin: 0 auto;
  display: block;
  border: 1px solid #e6e6e6;
  padding: 15px 5px;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  left: 0;
  bottom: 30px;
  right: 0;
  border-radius: 2px;
}
.object_fit_img
{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.product-description p
{
  /*font-size: 20px;*/
}
.border_line
{
  margin: 10px; 
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #1dbdc0;
  background: #f3ffff;
  box-shadow: 0 0 5px 0 rgba(29, 189, 192, .2);
  height: 150px;
}
.border_line p
{
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin: 10px 10px;
}
.accordion
{
  --bs-accordion-border-color:none !important;
}
.accordion-button:not(.collapsed)
{
  cursor: pointer;
    border-radius: 16px;
    border: 1px solid #e2eaf0;
    background: #f5f7fa;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 15px;
}
.accordion-button
{
  color: #313131 !important;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 0;
  background: #f5f7fa;
  border-radius: 10px;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: #f5f7fa;
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:last-of-type .accordion-button.collapsed
{
  background-color: #f5f7fa;
  margin: 25px 0px;
}
.accordion-header
{
  background-color: #f5f7fa;
  margin: 25px 0px;
}
.accordion-header p
{
  color: #313131;
  font-size: 25px;
  font-weight: 200;
  line-height: 28px;
  margin-bottom: 0;
}
.accordion-body p
{
  margin: 10px 0 0;
  color: #787878;
  font-weight: 400;
  line-height: 33px;
  font-size: 18px;
}
.accordion-header {
  margin-bottom: 0;
  background: #f5f7fa;
  margin: 25px 0;
  border-radius: 10px;
}
.accordion-item
{
  background: #f5f7fa;
}
.product_name
{
  font-size: 22px;
  color: #494949;
  text-overflow: ellipsis;
  white-space:hidden;
	display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
	overflow:hidden;
  padding: 10px 0px 0px 0px;
}
.text-overflow
{
  text-overflow: ellipsis;
 
	 display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	overflow:hidden;

}
.limi_12:nth-child(n+9)
{
display: none;
}
.limit_2:nth-child(n-3)
{
  display: none;
}
.limit_3:nth-child(n+4)
{
  display: none;
}
.m-t-1
{
  margin-top: -80px;
}
.seemore_btn
{
  padding: 10px 15px;
  color: #dc3226;
  border: 1px solid #dc3226;
}
a:hover.seemore_btn
{
  background-color: #dc3226;
  color: #fff;
}
.rent_text{
  color: #a7a7a7;
  font-size: 16px;
}
.mt-50
{
  margin-top: 160px;
}
.owl-theme .owl-nav [class*='owl-']:hover
{
  background: none !important;
}
.owl-nav
{
  top: -80px;
  position: absolute;
  left: 310px;
}
.owl-prev
{
  font-size: 30px !important;
  left: 820px;
  position: relative;
  color: #000000 !important;
}
.owl-next
{
  font-size: 30px !important;
  right: -1030px;
  position: relative;
  color: #000000 !important;
}

.m-c
{
  max-width: 1800px;
  margin: 0 auto;
}

.img_object_inner
{
    border: 1px solid #ccc;
    padding: 0px;
    width: 80px !important;
    object-fit: cover;
    height: 80px;
}
.couponbtn
{
  background-color: #dc3226;
  color: #fff;
  font-size: 18px;
  padding: 10px 30px;
  border: none;
  margin-top: 6px;
}
#bill .form-control 
{
  font-size: 15px !important;
}
.float-right
{
  float: right;
    top: 0px;
    position: relative;
    left: -15px;
}
.standard
{
  cursor: pointer;
  width: 100%;
}

/*nav menu start*/
.w-10
{
  width: 150px;
}
.navbar-brand
{
  width: 100px;
}
.navbar-logo 
{
    text-align: center !important;
    padding: 30px 0 0px;
    margin-top: -15px;
    display: block !important;
    max-width: initial !important;
    background-size: contain;
}
.wrapper{
  background:rgb(255, 255, 255);
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
  }
  .wrapper nav{
    position: relative;
    display: ruby-text;
    margin: 0 auto;
    padding: 0;
    height: auto;
    align-items: center;
    /*border-top: 1px solid #dfe3e8;
    border-bottom: 1px solid #dfe3e8;*/
  }
  .fixed-menu.nav-item a
  {
    color: #343434;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0px;
    text-align: center;
    letter-spacing: 1px;
  }
  .navbar-nav li.nav-item
  {
    margin: 0 20px;
  }
 
  .nav-item a.active
  {
    margin: 0px 0 0px 0;
    position: relative;
    padding: 10px 0px;
    /*text-align: center;*/
    border-bottom: 2px solid #dc3226;
    color: #dc3226 !important; 
  }
  .nav-link::after {
    content: '';
    /*display: block;*/
    width: 0;
    height: 2px;
    border-bottom: 2px solid #dc3226;
    transition: width .3s;
}
/* Responsive code start */
  
  @media screen and (max-width: 1550px){
    .wrapper nav{
      max-width: 100%;
      padding: 0 20px;
    }
    .right_menu
    {
 right: unset;
    position: relative;
    }
  }
  @media screen and (max-width:1200px){
    
  }
  @media screen and (max-width: 1154px){
    
  }
  @media screen and (max-width: 900px){
    
  }  
  @media screen and (max-width: 400px){
    .wrapper nav{
      padding: 0 10px;
    }
    
  }/*end Nav menu*/
a
{
  text-decoration: none;
  color: #313131;
}

form .form-control, .form-select {
    font-size: 18px;
    margin: 10px 0;
}
.error
{
  color: red;
  font-size: 15px;
}
.btn_submit
{
  background-color: #dc3226;
  border: none;
  padding: 5px 30px;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
}
#refreshButton
{
color: #000;
font-size: 41px;
}
/*footer style*/
.social_icon
{
  font-size: 20px;
  border: 1px solid #000;
  padding: 5px 10px;
  border-radius: 25%;
  float: right;
}
footer{
  background-image: url('../images/footer_bg.jpg');
  background-size: cover;
  border-top:2px solid rgb(220 50 38);
  padding: 50px 0px 0 0;
}
.fs-7{
  font-size: 14px;
}
footer a
{
  color: #000000;
  display: block;
  font-size: 14px;
  line-height: 25px;
}
footer .form-control  
{
  font-size: 13px;
}
footer .men-links a
{
  display: contents;
  color: #161515;
}

