/*This is topbar*/

@media (max-width: 585px) {
 
    #carouselExampleIndicators {
        height: 190px;
    }   
    
    .carousel-inner {
        height: 185px;
    }
    
    #carouselExampleIndicators img {
        height: 175px;
    }
    
    .carousel-control-prev, .carousel-control-next {
        height: 25px;
        width: 25px;
    }
    
    .carousel-control-prev-icon, .carousel-control-next-icon {
        width: 19px;
    }
    
}


#topbar {
    background: #ffffff;
    color: #000000;
    height: 40px;
    font-size: 13px;
    font-weight: 600;
    z-index: 996;
    transition: all 0.5s;
    
  }
  
  #topbar.topbar-scrolled {
    top: -40px;
  }
  
  #topbar i {
    padding-right: 6px;
    line-height: 0;
  }
  

/*End of TopBar*/


/*Start Fixed Bottom Navbar*/

.mobile-menu-bg{
   background: #fff;
  box-shadow: 0px -2px 36px 0px rgba(0,0,0,0.16);
  -webkit-box-shadow: 0px -2px 36px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px -2px 36px 0px rgba(0,0,0,0.16);
}

.text-color {
  color: #10686b!important;

}
.mobile-menu ul li i{
  font-size: 22px !important;
  font-weight:bold;
  color: #fff!important;
}

.nav .active, .nav .active .text-color{
  color: #064ee9;
}

.border-custom{
  border: 1px solid rgba(255, 0, 0, 0.844);
  border-radius: 15px 15px 0px 0px;
  
}


/* icon and text padding start */
.mobile-padding{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  padding-bottom: 10px!important;
}

/* font size start */
.mobile-menu ul li a{
  font-size: 11px !important;
}

/* icon font size start*/



/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
  .mobile-menu{
      display: block;
  }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
  .mobile-menu{
      display: none;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  .mobile-menu{
      display: none;
  }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  .mobile-menu{
      display: none;
  }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
  .mobile-menu{
      display: none;
  }
}



/*End Fixed Bottom Navbar*/



/*Header Section with Navbar Start*/


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 20px 0;
    top: 40px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  }
  
  @media (max-width: 992px) {
    #header {
      padding: 15px 0;
    }
  }
  
  #header.header-scrolled {
    top: 0;
  }
  
  #header .logo {
    text-decoration: none;
    font-size: 28px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #10686b;
  }
  #header .logo:hover{
    color: #1a989c;
  }
  


  /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
    padding: 0;
  }
  
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  
  .navbar li {
    position: relative;
    
  }
  
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0 10px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    color: #626262;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none
  }
  
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #3fbbc0;
  }
  
  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }
  
  .navbar .dropdown ul li {
    min-width: 200px;
  }
  
  .navbar .dropdown ul a {
    padding: 10px 20px;
    text-transform: none;
  }
  
  .navbar .dropdown ul a i {
    font-size: 12px;
  }
  
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: #3fbbc0;
  }
  
  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
  
  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }
  
  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
  
  @media (max-width: 1366px) {
    .navbar .dropdown .dropdown ul {
      left: -90%;
    }
  
    .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
    }
  }
  


/*Header Section with Navbar End */


/*Table Data Row Start*/

  
  #tableDataRow {
    margin-top: 120px;
    box-shadow:10px 2px 20px rgba(77, 57, 57, 0.25);
    border-bottom: 1px solid #d2d5d9;
  }


/*End Table Data Row*/



/*Carousel Part*/

 #carouselExampleIndicators img{
    width: 100%;
    height: 420px;
  }


/*End Carousel Part*/




/*Start Today's hot Deal*/

#hotDeal p{
    font-weight: 600;
    color: #10686b;

  }
  #hotDeal .card {
    margin-bottom: 10px; /* Add margin between the cards */
    height: 100%; /* Set a fixed height for the card */
    box-shadow:4px 3px 2px 2px rgba(36, 28, 28, 0.25);
    text-align: center;
  }

  #hotDeal .card-img-top {
    height: 200px;
    object-fit: cover; 
  }
  #hotDeal .card a {
    text-decoration: none;
    color: #10686b;
  }
  #hotDeal .card a:hover{
    color: #1a989c;
  }
  #hotDeal .card h5{
    font-size: 12px!important;
    text-transform: uppercase;
    font-weight: bold;
  }


/*End Today's hot Deal*/

/*Category Card Section*/

 #card2 {
            width: 100%;
            height: 160px; /* Set a fixed height for the card */
            display: flex;
            flex-direction: column;
            text-align: center;
            text-transform: uppercase;
            color: #10686b;
            font-size: 13px;
            font-weight: 600;
            overflow: hidden;
            border-radius: 10px;
           
  }

   .card-img-top2 {
          width: 100%;
          height: 110px; 
          object-fit:fill;
  }
  @media (max-width: 767px) {
          #card2 {
               width: 100%; /* Set a fixed width for the card in mobile view to show 3 cards in a row */
                height: 110px;
                font-size: 11px;
                overflow: hidden;
                text-align: center;
                 /* Set a fixed height for the card in mobile view */
            }
           .card-img-top2 {
          width: 100%; /* Set a fixed width for the image */
          height: 60px; /* Set a fixed height for the image */
          object-fit: fill;
  }
        }

/*End Category Card Section*/


/*Start Section Title*/

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #858383;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ffde9e;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #10686b;
}

/*ENd Section Title*/


/*Start Banner Section*/


.banner-container {
    height: 320px;
    width: 100%;
    display: flex;
    border-radius: 20px;
    background: linear-gradient(to top right, #00ffff 0%, #ffcc66 100%);
    justify-content: center;
    padding: 20px;
}

/* Text Section Styles */
.text-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: 20px;
}

/* Image Section Styles */
.image-section {
    flex: 1;
    background-image: url('../imgs/slider/156_1688404257_86.jpg'); /* Background image for the image section */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 13px;
}


.banner-text {
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #093e3f;
    
}

/*End Banner Section*/


/*Responsive Part*/

@media (max-width: 870px) {
    #tableDataRow {
        margin-top: 110px;
    }
    #carouselExampleIndicators img{
        width: 100%;
        height: 220px;
      }
      .banner-container {
        height: 220px; 
        padding: 10px;
    }
    .text-section {
        padding: 10px;
    }
    .image-section {
        flex: 1;
        border-radius: 12px;
    }
    .banner-text {
        font-size: 11px;
        font-weight: bold;
        
    }  
  }

/*End Responsive Part*/





/*New Item Slider*/

.card {
  border: none;
  border-radius: 0;
  box-shadow: 2px 6px 8px 0 rgba(22,22,26,0.18);
}

.carousel-inner{
  padding: 1em;
}
.carousel-control-prev,.carousel-control-next{
  background-color: #1a1919c3;
  width: 6vh;
  height: 6vh;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.img-wrapper img{
  width: 100%;
  height: 260px;
}

@media screen and (min-width:567px) {
  .cards-wrapper{
    display: flex;
  }
  
  .cards-wrapper .card{
    margin: 0.5em;
    width: calc(100%/3);
  }
  .img-wrapper{
    height: 22vw;
    margin: 0 auto;
  }
}
@media screen and (max-width:567px) {
  .card:not(:first-child){
    display: none;
  }
}

/*End New Item Slider*/

/*Start FREQUENTLY SEARCHED Section*/



/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
 
}

.team .member .member-img img{
  width: 100%;
  height: 260px;
}
.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a:hover {
  color: #151515;
  background: #ffc451;
}

.team .member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*END FREQUENTLY SEARCHED Section*/


/*All Category CArd Section*/

#category_card_B{
  background-color: #f8f8f8;
}
#category_card_B .container{
  margin-top: 20px;
  padding: 30px 15px;
}
#category_card_B .box{
  padding: 12px 8px;
  transition: all .4s ease-in-out;
  cursor: pointer;
}
#category_card_B .box:hover{
  box-shadow: 2px 2px 10px #a5a5a5;
  transform: scale(1.03);
}
#category_card_B a{
  text-decoration: none;
}
#category_card_B img{
  object-fit:cover;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  
  /* padding: 20px; */
}

#category_card_B #brands img{
  object-fit:fill;
  width: 100px;
  height: 60px;
  border-radius: 20px;
  /* padding: 20px; */
}
#category_card_B p.text-muted{
  margin: 0;
  font-size: 0.9rem;
}
#category_card_B b{
  font-size: 0.8rem;
}



/*End ALl Categoryu Card Section*/



/* Clients categories */

#clients {
  
  padding: 50px 0;
  border-bottom:2px solid rgb(226, 230, 230) ;
}

#clients .clients-wrap {
  /*border-top: 1px solid #d6eaff;*/
  /*border-left: 1px solid #d6eaff;*/
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  /*border-right: 1px solid #d6eaff;*/
  /*border-bottom: 1px solid #d6eaff;*/
  border: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  transform: scale(1.2);
}

#clients img {
  width: 100%;
  height: 145px;
  transition: all 0.4s ease-in-out;
}
#clients a{
  color: rgb(177, 57, 57);
  font-weight: bold;
}

#clients a:hover{
  color: #475850;
  font-size: 20px;
}


/*END CLIENTS SECTION*/

/*Start Categories View Page*/

#categoryList .column1 {
 
  padding:18px;
}
#categoryList .column2 {
 
  padding:18px;
}
#categoryList #categoryListUL{
  list-style-type: none;
  font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  text-transform: uppercase;
  
}
#categoryList #categoryListUL li{
  list-style-type: none;
  font-size: 16px;
}

#categoryList #categoryListUL a {
  text-decoration: none;
  color: #116f91!important;
}
#categoryList #categoryListUL a:hover {
  color: #10686b!important;
}

/*End Categories View PAges*/

#close{
    cursor:pointer;
}



  .contact .info-item {
    background: rgba(240, 235, 235, 0.578);
    padding: 30px;
  }
  
  .contact .info-item i {
    font-size: 38px;
    line-height: 0;
    color: rgb(255, 0, 0);
  }
  
  .contact .info-item h3 {
    color: rgb(22, 22, 22);
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 10px 0;
  }
  
  .contact .info-item p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .contact .php-email-form {
    background: rgba(240, 235, 235, 0.578);
    padding: 30px;
    height: 100%;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    background: #545454;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #ffffff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: red;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
  }
  
 
  .contact .php-email-form input[type=text],
  .contact .php-email-form input[type=email],
  .contact .php-email-form textarea {
    font-size: 14px;
    padding: 10px 15px;
    box-shadow: none;
    border-radius: 0;
    color: var(--color-default);
    background-color: rgb(254, 254, 254);
    border-color: rgba(255, 9, 9, 0.2);
  }
  
  
  
 
  .contact .php-email-form input[type=text]::placeholder,
  .contact .php-email-form input[type=email]::placeholder,
  .contact .php-email-form textarea::placeholder {
    color: rgba(139, 9, 9, 0.734);
  }
  

  
  .contact .php-email-form button[type=submit]:hover {
    background: rgba(0,0,0, 0.8);
  }





  


/* Features */

.features {
  padding-top: 0;
  background-color: rgba(249, 211, 244, 0.341);
  background-image: url('img5.jpg');
  
}

.features .icon-box {
 
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 20px;
  transition: ease-in-out 0.3s;
  box-shadow: 1px 2px 15px rgba(205, 205, 205, 0.756);
}
.features .icon-box:hover {
  box-shadow: 0px 0px 1px rgba(8, 150, 244, 0.923);
}


.features .icon-box h3 {

  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 12px;

}

.features a {
  text-decoration: none;
  color: #434175;
  transition: ease-in-out 0.3s;
}
.features a:hover {
  text-decoration: none;
  color: #4743b7;
  transition: ease-in-out 0.3s;
 
}

.features .icon-box:hover h3 a {
  color: #5a5af3;
} 


/* Body */

body {
  font-family: 'Inter', sans-serif;
}

.textColor {
  color: #2a5a94;
}

#verticalbar {
  height: 40px;
  width: 1px;
  background: #97a2b0;
}

.searchInput {
  width: 320px;
  border-radius: 10px;
  border: none;
  padding-top: 14px;
  padding-bottom: 4px;
  border: 1px solid #d5d6d6;
}

.searchInput:focus-visible {
  outline: none;
}

input.searchInput::placeholder {
  color: #2468bb;
  vertical-align: middle;
}

.searchImg {
  top: 13px;
  right: 290px;
}

.changeWidth {
  width: 36px;
}

.iconChange:after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: all 0.5s ease;
}

.iconChange:hover::after {
  width: 100%;
  background: #0d6efd;
}

.iconHeight {
  height: 22px;
  width: 22px;
}

.iconChange:hover a {
  color: #0d6efd;
}

.iconChange img {
  transition: all 500ms;
}

.iconChange:hover img {
  transform: translateX(-180%);
  transform-origin: right;
  transition: transform 500ms ease-in-out;
}

.smallFont {
  font-size: 15px;
}

#hostBtn {
  background: #163A66;
  background: linear-gradient(to left, #1C4980 50%, #163A66 50%) right;
  background-size: 200%;
  transition: 0.5s ease-out;
}

#hostBtn:hover {
  background-position: left;
}

#loginBtn {
  background: #0d6efd;
  background: linear-gradient(to left, #0073e6 50%, #005CB8 50%) right;
  background-size: 200%;
  transition: 0.5s ease-out;
}

#loginBtn:hover {
  background-position: left;
}

#iconContainer {
  height: 35px;
  width: 35px;
}

.extraSmallFont {
  font-size: 12px;
  border-bottom: 2px solid transparent;
}

#secondNav {
  background: #ffffffd4
}

@media screen and (max-width: 1400px) {
  .brand {
      font-size: 18px;
  }

  .brandSubHeading {
      font-size: 12px;
  }

  .searchInput {
      width: 280px;
  }

  .iconHeight {
      height: 20px;
      width: 20px;
  }

  .searchImg {
      top: 12px;
      right: 250px;
  }
}

/* body */
#bodyContent {
  min-height: calc(100vh - 77px)
}

.maintextColor {
  color: #1C4980;
}

.horizontalBar {
  max-width: 200px;
  height: 2px;
  background: #F2C034;
}

.extraSmallFont.active {
  border-bottom: 2px solid #6195f5
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #5a5af3;
}

a:hover {
  color: #2a2af0;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #5a5af3;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #8080f6;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: white;
  border-bottom: 2px solid white;
}

#hero .container {
  padding-top: 80px;
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 56px;
  color: #434175;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  margin: 10px 0 0 0;
  font-size: 20px;
}

#hero ul {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}

#hero ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

#hero ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: #5a5af3;
}

#hero .btn-get-started,
#hero .btn-get-quote {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 30px 9px 30px;
  margin-bottom: 15px;
  border-radius: 3px;
  transition: 0.5s;
  border-radius: 50px;
}

#hero .btn-get-started {
  background: #5a5af3;
  color: #fff;
  border: 2px solid #5a5af3;
  margin-right: 10px;
}

#hero .btn-get-started:hover {
  background: #7272f5;
  border-color: #7272f5;
}

#hero .btn-get-quote {
  color: #5a5af3;
  border: 2px solid #5a5af3;
}

#hero .btn-get-quote:hover {
  background: #5a5af3;
  color: #fff;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero {
    text-align: center;
  }

  #hero ul {
    text-align: left;
    font-size: 14px;
  }

  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started,
  #hero .btn-get-quote {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 14px;
  }
}


/* Navbar */

.person{
  font-size: 18px!important;
  align-items: center;
  
}


/* ddddd */
#cart_sec .card{
  position: relative;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}


.pic{width: 70px;height: 90px;border-radius: 5px}

.payment-summary .unregistered{width: 100%;display: flex;align-items: center;justify-content: center;background-color: #eee;text-transform: uppercase;font-size: 14px}
.payment-summary input{width: 100%;margin-right: 20px}
.payment-summary .sale{width: 100%;background-color: #e9b3b3;text-transform: uppercase;font-size: 12px;display: flex;justify-content: center;align-items: center;padding: 5PX 0}



/* Card */
#category_card{
  background-color: #f8f8f8;
}
#category_card .container{
  margin-top: 20px;
  padding: 30px 15px;
}
#category_card .box{
  padding: 20px 10px;
  transition: all .4s ease-in-out;
  cursor: pointer;
}
#category_card .box:hover{
  box-shadow: 2px 2px 10px #a5a5a5;
  transform: scale(1.03);
}
#category_card a:hover{
  text-decoration: none;
}
#category_card img{
  object-fit: cover;
  width: 35px;
  height: 35px;
  /* padding: 20px; */
}
#category_card p.text-muted{
  margin: 0;
  font-size: 0.9rem;
}
#category_card b{
  font-size: 1.12rem;
}
#category_card .rounded-circle{
  width: 60px;
  height: 60px;
  background-color: red;
}
#category_card .blue{
  background-color: #bedcfa;
  transform: rotateZ(90deg);
}
#category_card .pale-blue{
  background-color: #eff8ff;
}
#category_card .pale-orange{
  background-color: #ffe5b9;
}
#category_card .pale-purple{
  background-color: #e8e8e8;
}
#category_card .pale-cyan{
  background-color: #cffffe;
}
#category_card .pale-pink{
  background-color: #ffe4e4;
}
#category_card .pale-pale{
  background-color: #f4eeff;
}
#category_card .pale-green{
  background-color: #a0ffe6;
}
#category_card .pale-pista{
  background-color: #dbf6e9;
}


/* CART VIEW */
.icon-hover:hover {
  border-color: #3b71ca !important;
  background-color: white !important;
  color: #3b71ca !important;
}

.icon-hover:hover i {
  color: #3b71ca !important;
}

#img-md{
  width: 196px!important; 
  height: 96px!important;
}

.info a{
  font-size: 13px;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder{
  border: 1px solid #80808052;
  background: white;
}


@media screen and (max-width: 995px) {
  .pc-nav{
      display: none;
  }
  
  .phn-nav{
      display: block;
  }
}



/* Footer */


#footer {
  background: #151515;;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #151515;
  border-bottom: 1px solid #222222;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#footer .footer-top .footer-info h3 span {
  color: #ffc451;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #292929;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ffc451;
  color: #151515;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffc451;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffc451;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffc451;
  color: #151515;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #ffcd6b;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/*END OF FOOTER*/