.single-product .btn-star {
    background: transparent;
    padding: 0 1px;
}
.red{
  color:#ff0000;
}
span.price-box {
    border: 1px solid #afafaf;
    display: block;
    width: 30%;
    padding: 12px 24px;
    box-shadow: 4px 5px 0px 0px rgb(0 0 0 / 27%);
}
img.sezzel-img {
    width: 75px;
    margin-top: -4px;
}
.btn-buy{
    background-color: #0991cc;
    color: #ffffff;
    font-size: 17px;
    padding: 10px 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin: 10px 0 15px;
    transition: all 0.4s linear;
    border-radius: 7px;
    border: 1px solid transparent;
}
.btn-buy:hover{
  color: #0991cc;
  border-color:#0991cc;
  background-color: #ffffff;
}
.fast-img{
    width: 26px;
    margin-top: -3px;
}
.theme-clr{
  color: #0991cc;
}
.benefits h4,.benefits li{
  font-family: 'poppinsmedium';
}
.warning .card-header {
    padding: 5px 0;
    margin-bottom: 0;
    background-color: rgb(71 116 136);
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-radius: 6px !important;
}
.warning .btn-link img {
    width: 18px;
}
.warning .btn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color:#ffffff !important;
    text-decoration: none;
}
.warning .card {
    background-color: #477488;
    border: none;
}
.warning .card .btn-link.collapsed img.add_icn {
    display: none;
}
.warning .card .btn-link img.add_icn {
    display: block;
}
.warning .card .btn-link.collapsed img.minimize_icn {
    display: block;
}
.warning .card .btn-link img.minimize_icn {
    display: none;
}
/* ingredients */

.information-product .ingredients-inner  img{
  border-radius: 7px 0px 7px 0px;
  transition:all 0.4s linear;
  transform: scale(0.9);
}
.information-product .ingredients-inner:hover img{
  border-radius: 7px;
  transform: scale(1);
}
.information-product .ingredients-inner h5{
  transition:all 0.4s linear;
  font-family: 'poppinsmedium';
}
.information-product .ingredients-inner:hover h5{
  color: #0991cc;
}
.information-product {
    background-color: #e4eaf5;
}
.border-radius{
  border-radius: 7px;
}
.benefit-inner h4{
  transition:all 0.4s linear;
  font-family: 'poppinsmedium';
  line-height: 1.7;
  text-align: center;
  margin-top:20px;
}
.benefit-inner img{
  width:30%;
  margin:0 auto;
  display: block;
}
.benefits-slider  .slick-next:after {
    width: 26px;
    left: 100%;
    background-color: #0991cc;
    height: 74px;
    transform: scaleX(-1);
    z-index: 99;
    cursor: pointer;
}
.benefits-slider  .slick-prev:after {
    width: 26px;
    right: 100%;
    background-color: #0991cc;
    height: 74px;
    z-index: 99;
    transform: rotate(0deg);
    cursor: pointer;
}
.benefits-slider  button{
  text-indent: -9999px;
  border: none;
  background-color: transparent;
}
.benefit-img {
    height: 150px;
    display: flex;
    align-items: flex-end;
}
.theme-bg {
    background-color: #0991cc;
    line-height: 1.7;
    text-align: center;
    font-weight: 500 ;
}
::selection{
  background-color: #0991cc;
  color:#ffffff;
}
/* faq */
.question .card .btn-link img {
    display: block;
    width: 15px;
}
.question .card .btn-link.collapsed img.add_icn {
    display: none;
}
.question .card .btn-link img.add_icn {
    display: block;
}
.question .card .btn-link.collapsed img.minimize_icn {
    display: block;
}
.question .card .btn-link img.minimize_icn {
    display: none;
}
.question button:hover {
    color: #444;
    text-decoration: underline;
    border-color: #0991cc;
    text-decoration: none !important;
}
.question button{
  background-color: #ffffff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    margin: 10px 2px;
    width: 100%;
    border: none;
    text-align: left;
    outline: 0;
    font-size: 15px;
    transition: .4s;
    box-shadow: 0 5px 10px 1px rgb(0 0 0 / 10%);
    border: 2px solid #e4eaf5;
}
.question .card,.question .card-header{
  background-color: transparent;
  border: none;
}
/* customer review */
.bar-range {
    width: 120px;
    height: 17px;
    margin: 0 2px 0 4px;
    vertical-align: middle;
    border: 1px solid #c3c3c3;
}
.bar-range .background-color {
    height: 100%;
    background: #fbcd0a;
    display: block;
}
.row-rating .btn-star img{
  width:14px;
}
.row-rating .btn-star{
  padding:0 1px;
}
.w-22{
  width:22px;
}
.btn-black {
    background-color: #000000;
    color: #ffffff;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.4s linear;
    border: 1px solid transparent;
    padding: 7px 29px;
    border-radius: 7px;
    box-shadow: inset 0 0px 0 0 #000000;
    border: 1px solid transparent;
    margin-left: 10px;
    height:38px;
}
.fixed-bar .btn-black:hover {
    background-color: transparent;
    color: #000000 !important;
    box-shadow: inset 0 100px 0 0 #ffffff !important;
    border-color: #000000;
}
#review-form{display: none;}
.ls-0{
  letter-spacing: 0;
  font-weight: 400 !important;
  font-size: 14px !important;
  padding:7px 21px
}
.rating-form .form-control{
  font-size: 14px;
}
.rating-form label{
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 2px;
}
.row-rating {
  transition: all 0.4s linear;
}
.row-rating:hover{
  opacity: 0.7;
}
.left-side  .stars img{
  width:17px;
}
.left-side  .stars .btn-star{
  padding:0 2px 0 0;
  margin-bottom: 5px;
}
.recent-option{
  width:150px;
}
.recent-option .form-control {
  outline: 0;
  box-shadow: none !important;
    padding: 7px 6px;
    font-size: 13px;
    height:auto !important;
    color: #000000;
    border: 2px solid #000000 !important;
}
.black-bg{
  background-color: #000000;
  height:16px;
  margin-right: 3px;
}
.review-display .client-picture {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid;
    margin-right: 10px;
    margin-bottom: 9px;
}

/* product-slider */
.pro-sider  .item-slick.slick-slide.slick-current.slick-active {
  outline: none !important;
}

.pro-sider .slider-for {
  margin-bottom: 15px;
}
.pro-sider .slider-for img {
  width: 100%;
  min-height: 100%;
}

.pro-sider .slider-nav {
  margin: auto;
}
.pro-sider .slick-next:after {
  width: 28px;
    height: 40px;
    left: 94%;
    background-color: #0991cc91;
    transform: scaleX(-1);
}
.pro-sider .slick-prev:after {
  width: 28px;
    height: 40px;
    right: 94%;
    background-color: #0991cc91;
  transform: rotate(0);
}
.pro-sider .slider-nav .item-slick {
  max-width: 140px;
  margin-right: 15px;
  outline: none !important;
  cursor: pointer;
}
.pro-sider .slider-nav .item-slick img {
  max-width: 100%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  opacity: 0.4;
}
.pro-sider .slick-active .item-slick img {
  opacity: 1 !important;
}
.pro-sider .slick-arrow {
  position: absolute;
    top: 38%;
    z-index: 50;
    margin-top: 0;
    text-indent: -9999px;
    border: none;
    background-color: transparent;
    transform: rotate(0);
    width: 100%;
}
.pro-sider .slick-prev {
  left: 0;
}
.pro-sider .slick-next {
  right: 0;
}
img.lens {
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    object-fit: contain;
    left: 18px;
    display: block;
    z-index: 9;
    margin: 0 !important;
    top: -43%;
}
