::-webkit-scrollbar {
      width: 8px;
    }
    /* Track */
    ::-webkit-scrollbar-track {
      background: #f1f1f1; 
    }
     
    /* Handle */
    ::-webkit-scrollbar-thumb {
      background: #888; 
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
      background: #555; 
    } body {
    background-color: #FFCDD2;
}

.bg-black {
    background-color: #000;
}

#logo {
    width: 52%;
    height: 50px;
    border-radius: 4px;
}

.navbar-brand {
    padding: 14px 20px;
    font-size: 16px;
}

.navbar-nav {
    width: 100%;
}

.nav-item {
    padding: 6px 14px;
    text-align: center;
}

.nav-link {
    padding-bottom: 10px; 
}

.v-line {
    background-color: gray;
    width: 1px;
    height: 20px;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

@media (max-width: 576px) {
    .nav-item {
        width: 100%;
        text-align: left;
    }

    .v-line {
        display: none;
    }
}

.container{
    margin-top:100px;
}

.section-title {
    margin-bottom: 38px;
}

.shadow, .subscription-wrapper {
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1) !important;
}

.icon-primary {
    color: #062caf;
}

.icon-bg-circle {
    position: relative;
}

.icon-lg {
    font-size: 50px;
} 

.icon-bg-circle::before {
    z-index: 1;
    position: relative;
}

.icon-bg-primary::after {
    background: #062caf !important;
}

.icon-bg-circle::after {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    top: -35px;
    left: 15px;
    border-radius: 50%;
    background: inherit;
    opacity: .1;
} 

p, .paragraph {
    font-weight: 400;
    color: #8b8e93;
    font-size: 15px;
    line-height: 1.6;
    font-family: "Open Sans", sans-serif;
}

.icon-bg-yellow::after {
    background: #f6a622 !important; 
}
.icon-bg-purple::after {
    background: #7952f5;
}

.icon-yellow {
    color: #f6a622;
}



.icon-purple {
    color: #7952f5;
}


.icon-cyan {
    color: #02d0a1;
}

.icon-bg-cyan::after {
    background: #02d0a1;
}

.bbb_viewed_title_container
{
    border-bottom: solid 1px #dadada;
}
.bbb_viewed_title
{
    margin-bottom: 14px;
}
.bbb_viewed_nav_container
{
    position: absolute;
    right: -5px;
    bottom: 14px;
}

.icon-bg-red::after {
    background: #ff4949;
}

.icon-red {
    color: #ff4949;
}

.icon-bg-green::after {
    background: #66cc33;
}

.icon-green {
    color: #66cc33;
}

.icon-bg-orange::after {
    background: #ff7c17;
}

.icon-orange {
    color: #ff7c17;
}

.icon-bg-blue::after {
    background: #3682ff;
}

.icon-blue {
    color: #3682ff;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap");body{background-color: #d6d2d2;font-family: "Poppins", sans-serif;font-weight: 300}.card{border:none;border-radius: 10px}.percent{padding: 5px;background-color: red;border-radius: 5px;color: #fff;font-size: 14px;height: 35px;width: 70px;display: flex;justify-content: center;align-items: center;cursor: pointer}.wishlist{height: 40px;width: 40px;display: flex;justify-content: center;align-items: center;border-radius: 50%;background-color: #eee;padding: 10px;cursor: pointer}.img-container{position: relative}.img-container .first{position: absolute;width: 100%}.img-container img{border-top-left-radius: 5px;border-top-right-radius: 5px}.product-detail-container{padding: 10px}.ratings i{color: #a9a6a6}.ratings span{color: #a9a6a6}label.radio{cursor: pointer}label.radio input{position: absolute;top: 0;left: 0;visibility: hidden;pointer-events: none}label.radio span{height: 25px;width: 25px;display: flex;justify-content: center;align-items: center;border: 2px solid #dc3545;color: #dc3545;font-size: 10px;border-radius: 50%;text-transform: uppercase}label.radio input:checked+span{border-color: #dc3545;background-color: #dc3545;color: #fff}
@import url(//fonts.googleapis.com/css?family=Montserrat:400,500,700);
.static-slider7 {
  font-family: "Montserrat", sans-serif;
  color: #8d97ad;
  font-weight: 300;
    background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 12% 0;
}

.static-slider7 h1.title {
  font-size: 122px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 130px;
}

@media (max-width: 767px) {
  .static-slider7 h1.title {
    font-size: 60px;
    line-height: 70px;
  }
}

.static-slider7 .btn-danger-gradiant {
  background: #ff4d7e;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
  background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
  background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
}

 .static-slider7 .btn-danger-gradiant:hover {
  background: #ff6a5b;
  background: -webkit-linear-gradient(legacy-direction(to right), #ff6a5b 0%, #ff4d7e 100%);
  background: -webkit-gradient(linear, left top, right top, from(#ff6a5b), to(#ff4d7e));
  background: -webkit-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: -o-linear-gradient(left, #ff6a5b 0%, #ff4d7e 100%);
  background: linear-gradient(to right, #ff6a5b 0%, #ff4d7e 100%);
}

.static-slider7 .btn-md {
    padding: 15px 45px;
    font-size: 16px;
}
