body {
  background-color: #ffffff;

}

#top-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #80ced6;
  height: 30px;
  font-family: 'Courier New', Courier, monospace;
  
}

#top-header a {
  text-decoration: none;
  color: white;
  font-size: 120%;
  position: relative;
  top: -4px;
}

.header-links li {
  display: inline-block;
  margin-right: 15px;
  font-size: 100%;
}

.header-links li:last-child {
  margin-right: 0px;
}

.header-links li a {
  color: #FFF;
}

.header-links li a:hover {
  color: #D10024;
}

.header-links li i {
  color: #D10024;
  margin-right: 5px;
}

/*----------------------------*\
	Logo
\*----------------------------*/
.dropdown-menu {
  top: 100%;
  width: 100%;
  background-color: #0F52BA;
  ;
}

.collapse {
  font-size: 300%;
}


#header {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #154360;
  height: 70px;
  /* font-family: Courier, monospace; */
  
}

.header-logo {
  float: left;
}

.header-logo .logo img {
  display: block;
  height: 50px;
  position: relative;
  top: -6px;
}

/*----------------------------*\
	Search
\*----------------------------*/

.header-search {
  padding: 15px 0px;
}

.header-search form {
  position: relative;
}

.header-search form .search-select {
  margin-right: -4px;
  border-radius: 40px 0px 0px 40px;
}

.header-search form .search {
  width: calc(100% - 260px);
  margin-right: -4px;
}

.header-search form .search-btn {
  height: 40px;
  width: 100px;
  background: #D10024;
  color: #FFF;
  font-weight: 700;
  border: none;
  border-radius: 0px 40px 40px 0px;
}

/*----------------------------*\
	Cart
\*----------------------------*/

.header-ctn {
  float: right;
  padding: 15px 0px;
}

.header-ctn>div {
  display: inline-block;
}

.header-ctn>div+div {
  margin-left: 15px;
}

.header-ctn>div>a {
  display: block;
  position: relative;
  width: 90px;
  text-align: center;
  color: #FFF;
}

.header-ctn>div>a>i {
  display: block;
  font-size: 180%;
}

.header-ctn>div>a>span {
  font-size: 120%;
}

.header-ctn>div>a>.qty {
  position: absolute;
  right: 15px;
  top: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 100%;
  color: #FFF;
  background-color: #D10024;
}

.header-ctn .menu-toggle {
  display: none;
}

.search {
  height: 40px;
  padding: 0px 15px;
  border: 1px solid #E4E7ED;
  background-color: #FFF;
  width: 100%;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}


#navbarDropdownMenuLink {
  font-size: 60%;
}

.dropdown-menu {
  font-size: 50%;
}

li>a {
  font-size: 60%;
}

.img-fluid {
  width: 50px;
  height: 50px;
}



.form-popup {
  display: none;
  position: fixed;
  top: 60px;
  right: 15px;
  border: 0px solid #f1f1f1;
  z-index: 9;
}

.close {
  position: absolute;
  cursor: pointer;
  color: red;
  text-align: right;
}

.fa.fa-times {
  position: relative;
  left: 355px;
}


.fa.fa-shopping-cart {
  color: rgb(0, 0, 0);
  position: relative;

  left: -20px;
}


.dropdown-item a {
  color: #000;
  text-decoration: none;
  font-size: 100%;
}

.input-group.mb-3 {
  position: relative;
  left: 50px;
  top: -2px;
}


.fa.fa-user {
  left: 1px;
  position: relative;
  top: -2px;
}

.sb-example-1 .search {
  width: 100%;
  position: relative;
  display: flex;
  border: white 1px;
}

.sb-example-1 .searchTerm {
  width: 100%;
  padding: 5px;
  border: white 1px;
}

.sb-example-1 .searchTerm:focus {
  color: #000;
  border: white 1px;
}

.sb-example-1 .searchButton {
  width: 40px;
  height: 50px;
  background: white;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  border: white 1px;
}

.sb-example-1 .searchButton i {
  color: #000;
}

.search {
  position: relative;
  left: 200px;
}

.searchTerm {
  border: 1px solid black;
  background-color: transparent .2;
  border-radius: 20px;
  margin: 0;
  height: 45px;
  padding-left: 0px;
  border-left-width: 0px;
}



/* slide*/




.modal-body {
  background-color: rgba(40, 177, 170, .6);
  background-blend-mode: normal;

}



#img_home>img {
  width: 200px;
  height: 200px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}


.grid-container {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  padding: 10px;
  background-color: transparent;
}

.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-size: 30px;
  text-align: center;
  background-color: transparent;
}

.carb {
  position: relative;
  top: 15px;
}

.cardit .cardcat {
  width: 302px;
  background-color: transparent;
  border: none;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

.cardit {
  height: 300px;
}

.cardcat {
  height: 261px;
}

.cardit:hover {
  background-color: #d6efe6;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.cardcat:hover {
  background-color: #1dffb4;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}


.form-popup {
  display: none;
  position: fixed;
  top: 100px;
  left: 500px;
  z-index: 9;
  max-width: 600px;
}

.form-container {
  max-width: 400px;
  padding: 10px;
  background-color: rgb(119, 248, 248);
  background-image: linear-gradient(50deg, rgb(18, 122, 113) 18%, rgb(179, 176, 196) 67%);
  background-blend-mode: normal;
  border-radius: 2%;
  -webkit-border-radius: 2%;
  -moz-border-radius: 2%;
  -ms-border-radius: 2%;
  -o-border-radius: 2%;
}

.form-container input[type="text"],
.form-container input[type="password"] {
  width: 100%;
  padding: 7px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

.form-container input[type="text"]:focus,
.form-container input[type="password"]:focus {
  background-color: #ddd;
  outline: none;
}

.form-container .btn {
  background-color: rgb(4, 170, 109);
  padding: 8px 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 1;
}

.form-container .cancel {
  background-color: red;
}

.form-container .btn:hover,
.open-button:hover {
  opacity: 1;
}

.carousel {
  background: rgb(51, 49, 49);
  height: 360px;
  position: relative;
  left: 25px;
}

.carousel-cell {
  width: 35%;
  margin-right: -70px;
  border-radius: 5px;
  counter-increment: carousel-cell;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.carousel-cell1 {
  width: 20%;
  margin-right: -70px;
  border-radius: 5px;
  counter-increment: carousel-cell;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.img {
  position: relative;
  top: 22px;
  border-radius: 5px;
}

/* cell number */
.carousel-cell:before {
  display: block;
  text-align: center;
  line-height: 200px;
  font-size: 80px;
  color: rgb(0, 0, 0);
}

.product {
  position: relative;
  margin: 15px 0px;
  -webkit-box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  box-shadow: 0px 0px 0px 0px #E4E7ED, 0px 0px 0px 1px #E4E7ED;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.product:hover .op{
  -webkit-box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 3px #FFA500;
  box-shadow: 0px 0px 6px 0px #E4E7ED, 0px 0px 0px 3px #FFA500;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;  
  opacity: 0.3;
}
.product:hover .middle{
  opacity: 0.7;
}
.middle{
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  /* text-align: center; */
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  font-size: 35px;
  color: #000;
  /* padding-left: 2px; */
  /* padding-right: 2px; */
}


.product .product-img {
  position: relative;
}

.product .product-img>img {
  width: 100%;
}

.product .product-img .product-label {
  position: absolute;
  top: 15px;
  right: 15px;
}

.product .product-img .product-label>span {
  border: 2px solid;
  padding: 2px 10px;
  font-size: 12px;
}

.product .product-img .product-label>span.sale {
  background-color: #FFF;
  border-color: #D10024;
  color: #D10024;
}

.product .product-img .product-label>span.new {
  background-color: #D10024;
  border-color: #D10024;
  color: #FFF;
}

.product .product-body {
  position: relative;
  padding: 15px;
  background-color: #FFF;
  text-align: center;
  z-index: 20;
}

.product .product-body .product-category {
  text-transform: uppercase;
  font-size: 12px;
  color: #8D99AE;
}

.product .product-body .product-name {
  text-transform: uppercase;
  font-size: 18px;
}

.product-body {
  padding-top: 1px;
}

.product-price {
  margin-top: 1px;
  margin-bottom: 0px;
}

.product-name {
  margin-top: 2px;
}

.grid-container {
  padding-top: 0px;
}
/* 
h2 {
  margin-bottom: 0px;
  font-family: 'Courier New', Courier, monospace;
} */

.product .product-body .product-name>a {
  font-weight: 500;
  color: #050505;
}

.product .product-body .product-name>a:hover,
.product .product-body .product-name>a:focus {
  color: #050505;
  text-decoration: none;
}

.product .product-body .product-price {
  color: #0822e6;
  font-size: 16px;
  font-weight: 400;
}

.product .product-body .product-price .product-old-price {
  font-size: 70%;
  font-weight: 400;
  color: #8D99AE;
}

@media only screen and (max-width: 1201px) {}

@media only screen and (max-width: 991px) {
  #top-header .header-links.pull-left {
    float: none !important;
    /* text-align: left; */
  }

  #top-header .header-links.pull-right {
    float: none !important;
    margin-top: 5px;
  }

  .header-logo {
    float: none;
    text-align: center;
  }

  .header-logo .logo {
    display: inline-block;
  }

  #product-imgs {
    margin-bottom: 60px;
    margin-top: 15px;
  }
}

#top-header {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header-links li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}

.header-links li:last-child {
  margin-right: 0px;
}

.header-links li a {
  color: #FFF;
}

.header-links li a:hover {
  color: #D10024;
}

.header-links li i {
  color: #D10024;
  margin-right: 5px;
}

.header-logo {
  float: left;
}

.header-logo .logo img {
  display: block;
}
/* icon */
.iic{
  border-radius: 3px;
    
}