@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

a {
  color: #1977cc;
  text-decoration: none;
}

a:hover {
  color: #282828;
  text-decoration: none;
}

.bg-dark {
  background-image: linear-gradient(to right, #3498db, #4eb3f7);
}

img.banner {
  border-radius: 0 0 100px 0;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #282828;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #282828;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.datepicker-dropdown {
  padding: 20px !important;
}

section {
  padding: 60px 0;
}

.bg-light {
  background-color: #f3f3f3 !important;
}

.text-org {
  color: #3598db;
}

.banner {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* products */
.product-card {
  position: relative;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 15px auto;
  background: #fafafa;
  transform: scale(0.95);
  transition: box-shadow 0.5s, transform 0.5s;
  border-radius: 15px;
  border: 1px solid #e3e3e3;
}

.product-card:hover {
  transform: scale(1);
  box-shadow: 5px 20px 30px rgba(0, 0, 0, 0.2);
}

.badge {
  position: absolute;
  left: 0;
  top: 360px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  background: #a12323;
  color: #fff;
  padding: 3px 10px;
  border-radius: 0;
}

@media only screen and (min-width: 280px) and (max-width: 1399px) {
  .badge {
    position: absolute;
    left: 0;
    top: 304px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    background: #a12323;
    color: #fff;
    padding: 3px 10px;
    border-radius: 0;
  }
}

.product-tumb {
  display: flex;
  align-items: center;
  justify-content: center;
}

section h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
}

section.about-black-friday h3 {
  margin-bottom: 60px;
}

.product-tumb img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 15px 15px 0 0;
}

.product-details {
  padding: 30px;
  height:100px;
}

.product-catagory {
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 18px;
}

.product-details h4 {
  font-weight: 600;
  font-size: 19px;
  display: block;
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #363636;
  text-decoration: none;
  transition: 0.3s;
}

.about-black-friday h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}

.about-black-friday p {
  font-size: 18px;
  color: #363636;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.5px;
}

.product-details p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 18px;
  color: #363636;
}

.product-bottom-details {
  overflow: hidden;
  border-top: 1px solid #eee;
}

.product-bottom-details div {
  float: left;
  width: 50%;
}

.product-price {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
}

.product-price small {
  font-size: 80%;
  font-weight: 400;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 5px;
}

a.btn {
  border-radius: 0 0 15px 0;
  padding: 15px 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
/*custom css*/
.text-org {
    color: #294962 !important;
}
 .product-details h4 
{
    color: #0270b0;
}
