@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&display=swap");

body {
  font-family: "Barlow", sans-serif;
  line-height: 1.7;
  color: #516171;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400 !important;
  color: #092032;
  margin-top: 5px;
  margin-bottom: 5px;
}
a {
  color: #092032;
  text-decoration: none;
  transition: all 0.4s ease;
  font-weight: 500;
}

.toggle:hover 
{
    color: #080808 !important;
}

img {
  width: 100%;
}

section {
  padding-bottom: 80px;
  padding-top: 80px;
}

.bg-cover {
  background-position: center !important;
  background-size: cover !important;
}

/* Navbar */

.top-nav {
  background-color: #ff4d29;
  padding-top: 2px;
  padding-bottom: 2px;
}

.top-nav p {
  margin-bottom: 0;
  display: inline;
  margin-right: 16px;
  color: #ffffff;
}

.top-nav i,
.top-nav span {
  vertical-align: middle;
}
.social-links a {
  width: 34px;
  height: 34px;
  background-color: rgba(255, 255, 255, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  border-radius: 100%;
}

.social-links a:hover {
  background-color: #ffffff;
  color: #ff4d29;
}

.navbar {
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #ff4d29;
}

.navbar-brand {
  font-weight: 700;
  font-size: 26px;
  color: #092032;
  margin-right: 6rem!important;
}
.navbar-nav {
  
  padding-left: 10px !important;;
}
.navbar-brand span {
  color: #ff4d29;
}
/* Button */

.btn {
  padding: 9px 24px;
  font-weight: 500;
}
.btn-brand {
  background-color: #ff4d29;
  color: #ffffff;
  border-color: #ff4d29;
}
.btn-brand:hover {
  color: #ffffff;
  background-color: #e04122;
}

/* Slider */
.slide1 {
  background: linear-gradient(rgba(9, 33, 52, 0.4), rgba(9, 32, 50, 0.4)),
    url("../img/bg_banner1.jpg");
}

.slide2 {
  background: linear-gradient(rgba(9, 33, 52, 0.4), rgba(9, 32, 50, 0.4)),
    url("../img/bg_banner2.jpg");
}

/*Owl Slider*/
.owl1-prev,
.owl1-next {
  position: absolute;
  top: 50%;
  width: 60px !important;
  height: 60px !important;
  display: grid;
  place-items: center;
  background-color: rgba(255, 255, 255, 0.2) !important;
  font-size: 32px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  border-radius: 100% !important;
}

.owl1-prev {
  left: 0;
}
.owl1-next {
  right: 0;
}

.owl1-prev:hover,
.owl1-next:hover {
  background-color: #ff4d29 !important;
}

/*Info Box*/
.info-box {
  display: flex;
  align-items: center;
}
.info-box img {
  width: 90px;
  margin-right: 24px;
}

/*Milestone*/
#milestone {
  background: linear-gradient(rgba(255, 76, 41, 0.9), rgba(255, 76, 41, 0.9)),
    url("../img/bg_banner2.jpg");
}

#milestone .display-4,
#milestone p {
  color: #ffffff;
}

#milestone .display-4 {
  font-weight: 700;
}

#product {
  background: linear-gradient(
    rgba(245, 245, 245, 0.9),
    rgba(245, 245, 245, 0.9)
  );
}
@media screen and (max-width: 480px) {
  .bg-product {
    background-position: center !important;
    height: 270px;
  }
}

.cards-body {
  padding: 10px;
}

.cards1-body {
  padding: 5px;
}

.card1-title {
  margin-top: 0px;
  font-weight: 500;
}

.card1-text {
  margin-top: 0px;
  font-size: 14px !important;
}
.card2-text {
  margin-top: -43px;
  margin-left: 36px;
  color: #ff4d29;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.c1 {
  background: #ffffff;
    border: 1px solid #b4b6b7;
    border-bottom-right-radius:2px;
    border-bottom-left-radius:2px;
    border-top-right-radius:2px;
    border-top-left-radius:2px;
    width: 84px;
    height: 50px;
    max-height: 100%;
    padding-bottom: 10px;
    padding-top: 7px;   
    margin-bottom: 10px;
 
}
.catslide
{  
  border-radius: 2px;
  height: 70px;
  width: 100%;
  border-bottom: 1px solid #ccc9c9;
}
.ctable td{
  padding: 0px 18px 0px 0px!important;
}
.ctable{
  border-color: white!important;
}


.c1:hover {
  background-color: #ffffff;
  border: 1px solid #ccc9c9;
 
}
.c1:hover .cattitle{
  color:#ff4d29; 
}

.catslide:hover{
  border: 1px solid #ccc9c9;  
}

.cartbtn{  
  padding: 2px 4px !important;
  margin-right: 0px !important;
  font-weight: 500 !important;
  background: #ff4d29 !important;
  color: white !important;
  float: right !important;
}
.edit {
	padding-top: 2px;	
	padding-right: 7px;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
 
}
.cicon:hover{
	color:#ff4d29 !important; 
}
.cicon{
  color:#516171!important;
  font-size:20px!important;
}

.card:hover .edit {
	display: block;

}

h6.cattitle{
  font-size: 13px;
  color:rgb(17, 17, 17);
  line-height: normal;
  line-height: 15px;
  line-height: 15px;
  font-weight: 700 !important;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.pishape{
  color: #092032;
    text-decoration: none;
    transition: all 0.4s ease;
    font-weight: 500;
    padding: 5px;
    /* border: red; */
 
    border: 1px solid #ccc9c9;
    border-radius: 100%;
    margin: 5px;
   
}
.pishape:hover{
  color: #092032;
  background: #fe4d29;
 
    border: 1px solid #fe4d29;
    border-radius: 100%;
    margin: 5px;
   
}

.pishape:hover .bxsyle{
  color:#ffffff !important;
}

.pbtn{
  color: #fff;
    background-color: #ff4d29;
    border-color: #ff4d29;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding: 9px 15px;
}

.bxsyle{
  color:#ff4d29 !important;
}

.fcustom {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-top: 1px solid #c2bebe;
  color: rgb(4, 4, 4);
  text-align: center!important;

  padding: 0px 30px;
  font-size: 25px;
}
.fcustom a:hover{
  color:#ff4d29 !important;
}

.dspan{
  position: absolute;
  top: 3px;
  right: 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #ff5c00;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  line-height: 12px;
  font-size: 10px;
}
.pdesctab{
  color:black;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 600;
}

.pdesctab.active{

  border-bottom: 1px solid #fe4d29!important;

}
.pdesctab.nav-link.active{
  border-color: #fff #fff #fff;
  color:#fe4d29;
}

.pdesctab:hover {
  border:none;
}

.small-img-row{
  display:flex;
  justify-content: space-between;
}
.small-img-col{
  flex-basis: 50%;
}
.discount{ 
	position: absolute;
  left: 3px;
  top: -3px;
	display: block;
}
.doffer{
  border: 1px solid #ff4d29;
    padding: 2px;
    color: white!important;
    font-size: 12px;
    background: #ff4d29;
}


.img-container:hover{
cursor: zoom-in;

}

.list-product{
  list-style:none;
  display:flex;
  justify-content:space-between;
  max-width: 350px;
  margin-top: 1rem;
}

.list-product li{
  width:22%;
  cursor:pointer;
  overflow: hidden;
  border-radius: 3px;
  transition: all 0.15s linear;
}
.listproduct{
  list-style:none;
  display:flex;
  justify-content: center;
  max-width: 350px;
  margin-top: 1rem;
  padding: 5px;

}
.listproduct li{
  width:22%;
  cursor:pointer;
  overflow: hidden;
  border-radius: 3px;
  transition: all 0.15s linear;
  margin-right: 5px;
}

.loupe {
  display: none;
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1px solid black;
  box-shadow: 5px 5px 12px black;
  background: rgba(0, 0, 0, 0.25);
  cursor: crosshair;
  overflow: hidden;
}

.loupe img {
  position: absolute;
  right: 0;
}
.prosimg{
  border: 1px solid #fe4d29;
}

.form-control{
  height: 40px!important;
  line-height: 1.2 !important;
  margin-bottom: 15px !important;
  border-radius: 1rem;
  border-color: #fe4d29;
}
.btn1{
  
  background-color: #fe4d29;
  border-color: #fe4d29;
  color:white;
  width:50%;
  font-weight: 600;
  padding: 10px 10px!important;
  text-align: center;
  

}
.btn1:hover {
 
  background-color: #fe4d29;
  border-color: #fe4d29;
  font-weight: 600;
  padding: 10px 10px!important;
  text-align: center;
 
}
.size:hover{
background-color: #010624 !important;
border: 2px solid #010624 !important;;
color:white!important;

}

.searchbar{
  margin: 5px 10px 5px 10px;
  height: 35px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0px 5px;
    border: 1px solid #d4d4d4;
    width: 100%;
  }

  .search_input{
    color: #42403f;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    caret-color: transparent;
    line-height: 24px;
    transition: width 0.4s linear;
    
  }

  .search_input{
    padding: 0 10px;
    width: 340px;
    caret-color: #ff4d29;
    transition: width 0.4s linear;
  }

  /* .searchbar:hover > .search_icon{
  background: white;
  color: #e74c3c;
  } */

  .search_icon{
    margin: -20px 0px 0px 10px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10%;
    color: rgb(41, 40, 40);
    text-decoration: none;
  }

  .cont1{
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
  .justify-content-center{
    justify-content: right !important;
  }
  .d-flex {
    display: inline-flex!important;
}

@media screen and (max-width: 320px) {
  .search_input{
    padding: 0 10px;
    width: 270px;
    caret-color: #ff4d29;
    transition: width 0.4s linear;
  }
}

::-webkit-scrollbar {
  display: none;
}

.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
    border: 1px solid gray;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidepanel a {
  padding: 5px 5px 5px 10px;
  text-decoration: none;
  font-size: 18px !important;
  color: #3f3b3b;
  display: block;
  transition: 0.3s;
  font-weight: 400 !important;
  border-bottom:1px solid #f1efef;
  line-height:1.5
}

.sidepanel a:hover {
  color: #3f3b3b;
}

.sidepanel .closebtn {
  position: absolute;
  top: -4px;
  right: 10px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
}

.openbtn:hover {
  background-color:#444;
}

.tabpills
{
  overflow-x: auto!important;
  overflow-y: hidden !important;
  display: -webkit-box !important;
  flex-wrap:nowrap !important;
}





