/*================================================
       Login Screen CSS
==================================================*/
.login-block {
  background: #fff;
  padding: 20px 0 40px;
  height: 100%;
}
.login-block .carousel-inner {
  border-radius: 0 15px 15px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
/*.login-block .carousel-caption {
	position: absolute;
    bottom: 0px;
    left: 5%;
	right: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}
.banner-text {
    background: rgba(243, 79, 63, .7);
    padding: 10px;
    border-radius: 10px;
}*/
.banner-text {
  background: rgba(243, 79, 63, .7);
  padding: 10px 15px;
  border-radius: 10px;
  margin: 0 20px 20px;
  transform: scale(1);
  transition: 1s;
  color: #fff;
}
.banner-text h2 {
  color: #fff;
  font-weight: bold;
  padding-bottom: 10px;
}
.banner-text p {
  color: #fff !important;
}
.banner-text p:last-child {
  display: none;
}
.login-sec .copy-text p:first-child {
  display: none;
}
.login-sec {
  background: #f1f7ed;
  padding: 40px 30px;
  position: relative;
  border-radius: 15px 0 0 15px;
  border-right: 1px solid #fff;
}
.login-sec .copy-text {
  position: absolute;
  width: 100%;
  bottom: 10px;
  font-size: 12px;
  left: 0;
  right: 0;
  text-align: center;
  color: #333;
}
.login-sec .copy-text p {
  margin: 0;
}
.login-sec .copy-text i {
  color: #cc9933;
}
.login-sec .copy-text a {
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
}
.login-sec .copy-text a:hover {
  text-decoration: none;
}
.login-sec h2 {
  font-size: 24px;
  line-height: 1.2;
  color: #333;
  margin-top: 0 !important;
  margin-bottom: 25px !important;
}
.login-sec h2 span, 
.login-sec h1 span {
  display: block;
  font-weight: bold;
  font-size: 30px;
}
#contact_form {
  display: block !important;
}
#contact_form .form-check {
  text-align: right;
  margin-bottom: 50px;
}
#contact_form .btn-login {
  background: #000;
  color: #fff;
  font-weight: 600 !important;
  padding: 0.5rem 3.5rem !important;
  cursor: pointer;
}
#contact_form .btn-login:hover {
  background: #3a97b3;
}
#contact_form .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.login-block .login-form .form-group {
  position: relative;
}
.login-block #contact_form .form-control {
  padding: .375rem .75rem !important;
  line-height: 1.8;
  border: 1px solid #31aab9;
  border-radius: 0;
  padding-left: 40px !important;
  width: 100%;
}
.login-block .login-form .form-control:focus {
  background-color: #fff;
  outline: 0;
  color: #000;
}
.login-block .login-form i {
  position: absolute;
  left: 14px;
  top: 21px;
  font-size: 18px;
  color: #A9A9A9;
}
.login-block .login-form .form-control:focus + i {
  color: #333;
}
/* do not group these rules */
.login-block .login-form .form-control::-webkit-input-placeholder {
  color: #a9a9a9 !important;
  font-size: 15px;
}
.login-block .login-form .form-control:-moz-placeholder {
  /* FF 4-18 */
  color: a9a9a9 !important;
  font-size: 15px;
}
.login-block .login-form .form-control::-moz-placeholder {
  /* FF 19+ */
  color: a9a9a9 !important;
  font-size: 15px;
}
.login-block .login-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: a9a9a9 !important;
  font-size: 15px;
}
.banner-sec {
  padding-left: 1px;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.login-box {
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: url(https://www.flowers4algeria.com/includes/v4/images/login-banner.jpg) top right no-repeat;
  background-size: auto;
  position: relative;
}
.col-md-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 380px;
}
.col-md-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 759px;
  padding: 0;
  z-index: 999;
  align-self: end;
}
.mobView {
  display: none
}
/*** Responsiveness ***/
@media screen and (max-width:1024px) {
  .login-block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8.banner-sec {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
  }
}
@media screen and (max-width:768px) {
  .login-block {
    padding-left: 0px;
    padding-right: 0px;
  }
  .col-md-8.banner-sec {
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    align-self: center;
  }
}
@media screen and (max-width:767px) {
  .mobView {
    display: block;
  }
  .deskView {
    display: none;
  }
  .row.login-box {
    background: none;
  }
  .col-md-8.banner-sec {
    flex: auto;
    width: 100%;
    max-width: 100%;
  }
  .login-block .carousel-inner {
    border-radius: 0;
  }
  .banner-text {
    background: rgba(243, 79, 63, 1);
    border-radius: 15px 15px 0 0;
    margin: 0;
    padding: 10px 20px;
  }
  .col-md-4.login-sec {
    flex: auto;
    width: 100%;
    max-width: 100%;
    border-radius: 0 0 15px 15px;
    border: 0;
    padding: 30px 20px 40px;
  }
  #contact_form .form-check {
    text-align: center;
    margin-bottom: 20px;
  }
}
.row.login-box {
  background-color: #0000004d;
  background-blend-mode: soft-light;
}
.login-block .carousel-inner {
  display: grid;
  flex-direction: column;
  justify-content: flex-start;
}
.banner-text {
  margin: 0 20px 40px;
}
.banner-text h2 {
  color: #fff;
  font-weight: bold;
  padding-bottom: 0px;
}
.banner-text:hover {
  background: #fff;
}
.banner-text:hover h2 a {
  color: #333;
}
.banner-text h2 a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.banner-text h2 a:hover {
  text-decoration: none;
  color: #333;
}
.introtext .bg h2 {
  text-align: center !important;
}
.container {
  width: 100%;
}
body {
  background: #fff;
}
#cartDiv {
  top: 35px;
}
.delivery h3.featured {
  border-bottom: solid 0px #e8e8e8;
}
.row-dropdown {
  background-color: #fff;
  padding: 20px;
  margin-top: 0;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
  border: solid 1px rgb(20 20 20 / 25%);
}
.introtext {
  min-height: 370px;
  background: #ede7e1 bottom center no-repeat;
  border-bottom: solid 1px #edf1f2;
  min-width: 1430px;
  padding-top: 0;
}
.header {
  width: 1430px;
  width: 100%;
  border-bottom: solid 1px #edf1f2;
  background: #fff;
}
.introtext .bg {
  width: 63%;
  border: 0 solid rgba(88, 60, 99, .63);
  padding-top: 24px;
  padding-bottom: 40px;
}
.entry-content .banner-h2 {
  margin-bottom: 23px !important;
}
.introtext .align {
  width: 1430px;
  float: right;
  display: flex;
  margin-bottom: 0
}
.row-dropdown {
  z-index: 1;
}
.tp-widget-businessinfo {
  font-size: 14px;
  color: #191919;
  max-width: 100%;
  padding: 5px;
  text-align: center;
}
.tp-widget-businessinfo strong {
  color: #00744ec2;
}
.tp-widget-businessinfo__total, .tp-widget-businessinfo__trustscore {
  display: inline-block;
  vertical-align: middle;
}
.tp-widget-businessinfo__trustscore::after {
  content: '|';
  margin: 0 2px;
  color: #999;
}
.introtext .trustpilot {
  width: 26% !important;
  padding: 10px !important;
}
.logo h1 small,.logo .site_main_logo small {
  padding-left: 50px;
  padding-right: 50px;
}
li.flower a {
  background-color: #51b549;
}
.nav-column li a {
  background-color: transparent;
}
.nav > li {
  display: flex;
  float: left;
  flex-grow: 1;
  flex-basis: 0;
}
.nav > li:first-child {
  max-width: 60px;
}
.nav > li > a.home {
  padding: 11px 0 12px 0px;
  width: 100%;
}
.nav > li > a {
  padding: 11px 0 12px 0px;
  width: 100%;
  border: none !important;
}
.nav > li > a img {
  margin-right: 5px;
}
.image-over {
  z-index: 1 !important;
}
ul.nav {
  max-width: 1140px;
  width: 100%;
}
#menu-wrapper {
  background: #ffffff !important;
  margin-top: 0px;
  display: flex;
  flex-wrap: wrap;
}
.wrapper {
  background: none !important;
  width: 1430px;
  box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  min-height: auto;
}
.md_button {
  background: #000 !important;
}
ul.nav {
  max-width: 1430px;
  background: transparent !important;
  margin: 16px auto;
}
.active .navihouse {
  filter: invert(90%) sepia(7%) saturate(5999%) hue-rotate(202deg) brightness(89%) contrast(111%);
}
.arrow_down:after {
  border-color: #fff;
}
.nav > li > a img {
  filter: invert(90%) sepia(7%) saturate(5999%) hue-rotate(202deg) brightness(89%) contrast(111%);
}
.nav > li > a.home {
  width: 100%;
}
.nav > li > a {
  color: #191a51;
  display: flex;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
}
.nav > li {
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 150ms linear 0s, box-shadow 150ms linear 0s;
  box-shadow: rgb(0 32 77 / 15%) 0px 1px 4px 0px;
  box-shadow: none !important;
  border-radius: 8px;
  display: flex;
  float: left;
  flex-grow: 1;
  flex-basis: 0;
  border: 2px solid rgb(25, 26, 81);
  white-space: nowrap;
  color: rgb(25, 26, 81);
  background-color: white;
  border-collapse: collapse;
  font-weight: 700;
  line-height: 1.5rem;
  font-size: 1rem;
  letter-spacing: 0px;
  text-decoration: none;
  height: 64px;
  min-height: 8px;
  margin-left: 16px;
}
.nav > li.active > a, .nav > li:hover > a {
  background-color: #fff;
  color: rgb(25, 26, 81);
}
.nav > li:hover {
  border-color: rgb(25, 26, 81);
  color: rgb(25, 26, 81);
  background-color: white;
  box-shadow: rgb(0 3 77 / 15%) 0px 3px 8px 0px;
}
.logo {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 1430px;
}
.international_menu .nav > li > a {
  padding: 0;
}
.prodcut-details-box-trustpilot {
  text-align: left !important;
  width: 100%;
  display: block;
  padding: 20px 0;
  flex-wrap: wrap;
  margin-bottom: 0;
  border: solid 0#ddd;
  border-radius: 3px;
  margin-top: 0;
  white-space: nowrap;
  box-sizing: border-box;
}
ul.nav_header {
  width: 1430px;
  max-width: 100%;
}
h2.a-center.entry-title span {
  color: #3596b5;
}
.customer_txt .hero__title span {
  color: #3596b5;
}
.logo h1 a {
  color: #3596b5;
}
.entry-content p {
  font-size: 15px !important;
}
#basket_counter {
  background-color: #f34f3f;
}
h3, h4, strong {
  color: #16a085;
}
.prod_price span strong {
  color: #454056 !important;
}
.prod_det h4 a {
  color: #454056;
  font-size: 1rem;
  font-weight: 400;
}
.md_button:hover {
  background: #16a085 !important;
}
.calendar-bg {
  background: #fff url(https://internetflorist.b-cdn.net/v4/_css/images/calendar-icon-v3.png) no-repeat scroll 4% 50%;
}
.cta-container {
  width: 360px !important;
}
.cta-bg-image {
  width: 222px !important;
}
.index_slider {
  display: inline-block;
  width: 1430px;
  max-width: 100%;
}
.sliderwrapper {
  width: 1020px;
  max-width: 72%;
}
.valentine_main_div + img {
  width: 100%;
}
.slider_right {
  height: 219px;
  width: 455px;
  max-width: 27%;
}
ul.products li {
  height: auto;
}
ul.upc_events li {
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
ul.products li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0px;
}
ul.products li div.ext, ul.products li div.ext:hover {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.prod_price {
  margin-bottom: 0;
}
.introtext {
  min-width: 1440px;
}
h3, h4, strong {
  color: #16a085 !important;
}
.ui-datepicker .ui-datepicker-header, a.ui-state-default.ui-state-hover {
  background: #16a085 !important;
}
.navihouse {
  fill: #000000;
}
ul.breadcrumbs li strong {
  color: #333333 !important;
}
ul.breadcrumbs {
  padding: 10px 0 10px;
}
.flowerinfo {
  max-width: 660px;
  width: 54%;
  justify-content: center;
  display: flex;
  text-align: center;
}
.imageinfo {
  text-align: center;
  justify-content: center !important;
}
.grid-col h4 {
  font-weight: 600;
  padding-bottom: 5px !important;
  color: #333 !important;
  font-size: 20px;
}
.prodcut-details-box {
  width: 100%;
  background: #f9f7f7;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
ul.sizes li {
  margin-bottom: 28px;
}
ul.sizes li:last-child {
  margin-bottom: 20px;
}
#floweroptions {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.flowerinfo {
  max-width: inherit !important;
  width: 54%;
  justify-content: center;
  display: flex;
  text-align: center;
}
.floweroptions {
  max-width: inherit;
  display: flex;
  /* flex-direction: column; */
  flex-wrap: wrap;
  width: 37%;
}
p.prod_button.d-flex {
  margin-top: auto;
}
.hentry {
  margin-bottom: 20px;
}
ul.smallproducts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
ul.smallproducts li {
  width: 100%;
}
ul.breadcrumbs li a {
  color: #333333;
}
.ragings img {
  margin: -3px 5px 0 0 !important;
}
ul.faq li.question {
  margin: 0px;
  color: #333;
}
ul.foldershops li strong {
  color: #333 !important;
}
.introtext .bg h2 {
  color: #333 !important;
}
ul.addons li {
  width: 32%;
}
ul.addons li:last-child {
  margin-right: 0;
}
ul.addons {
  width: 100%;
  justify-content: space-between;
}
.sc_details strong {
  padding-right: 3px;
  color: #333 !important;
}
.sc_details {
  width: 400px;
  font-size: 14px;
}
.sc_details h4 a {
  color: #16a085 !important;
}
.nav > li:first-child {
  margin-left: 0;
}
.ragings p span:first-child {
  font-size: 14px !important;
}
.grid-wrap {
  margin-left: 0;
}
.bg-categories {
  background-image: none !important;
}
h2, h3.featured {
  color: #333;
}
.logo h1 span {
  color: #777 !important;
}
.logo h1 small,.logo .site_main_logo small {
  color: #999 !important;
}
.banner-images-gifts img {
  margin: 5px 0 0;
  border-radius: 5px;
}
.content-box {
  padding: 17px;
  transition: background-color 150ms linear 0s, box-shadow 150ms linear 0s;
  box-shadow: rgb(0 32 77 / 15%) 0px 1px 4px 0px;
  border-radius: 8px;
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  border: 2px solid rgb(25, 26, 81);
  color: rgb(25, 26, 81);
  background-color: white;
  border-collapse: collapse;
  /* line-height: 1.5rem; */
  min-height: 8px;
  width: 100%;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  box-sizing: border-box;
  box-shadow: #191a5140 0px 0px 0px 1px inset;
  border: none;
}
.sort-dropdown {
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 150ms linear 0s, box-shadow 150ms linear 0s;
  border-radius: 8px;
  display: flex;
  flex-grow: 1;
  flex-basis: 0;
  white-space: nowrap;
  background-color: white;
  border-collapse: collapse;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0px;
  text-decoration: none;
  min-height: 8px;
  margin-left: 16px;
  /* padding: 20px; */
  box-sizing: border-box;
  color: rgb(26, 26, 26);
  padding-left: 16px;
  padding-right: 48px;
  width: 100%;
  height: 50px;
  appearance: none;
  background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBmaWxsPSIjNTA1MDUwIj48cGF0aCBkPSJNMTYuMDAzIDE4LjYyNmw3LjA4MS03LjA4MUwyNSAxMy40NmwtOC45OTcgOC45OTgtOS4wMDMtOSAxLjkxNy0xLjkxNnoiLz48L3N2Zz4=) calc(100% - 16px) 50% / 28px no-repeat scroll white;
  font-size: 16px;
  box-shadow: none;
  border: solid 2px #a3a3a3;
}
.content-box2 {
  padding: 17px;
  transition: background-color 150ms linear 0s, box-shadow 150ms linear 0s;
  border-radius: 8px;
  flex-grow: 1;
  flex-basis: 0;
  white-space: nowrap;
  color: rgb(25, 26, 81);
  background-color: white;
  border-collapse: collapse;
  /* line-height: 1.5rem; */
  min-height: 8px;
  width: 100%;
  flex-direction: column;
  text-align: left;
  justify-content: flex-start;
  box-sizing: border-box;
  display: grid;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  grid-template-columns: auto 1fr 1fr 1fr 1fr;
  width: 100%;
  gap: 8px;
}
.sort-dropdown:hover {
  border-color: #767676;
  color: rgb(25, 26, 81);
  background-color: white;
  box-shadow: rgb(0 3 77 / 15%) 0px 3px 8px 0px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  background: url(https://internetflorist.b-cdn.net/v4/_css/images/locationpin-2.png?22) no-repeat 5px !important;
}
.ui-datepicker .ui-datepicker-header, a.ui-state-default.ui-state-hover {
  background: #000000 !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #000000 !important;
}
.intro-bg2 {
  display: flex;
  height: 333px;
  width: 37%;
  margin-top: auto;
  margin-bottom: 66px;
}
.content-box2 .sort-text {
  font-size: 15px;
  color: #191a51 !important;
}
.content-box {
  margin-top: 15px;
}
.nav > li.active > a {
  background-color: transparent;
}
ul.languages_right_call ul li:nth-child(2n+1) {
  color: #000;
}
content-box3 {
  grid-template-columns: auto 1fr 1fr 1fr;
}
.opening {
  position: relative;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.button_width {
  width: 18%;
}
.md_button {
  padding: 5px 12px;
}
ul.languages_right > li:after {
  content: '';
  border: solid #000;
  border-width: 0 2px 2px 0;
}
ul.nav_header li {
  border-right: 1px solid #9ec6d3db;
}
span.select2.select2-container.select2-container--default {
  width: 100% !important;
}
.nav > li > a img {
  filter: unset !important;
}
ul.languages_right > li:after, #curr_form .languages_right .currency-select .select-selected:after {
  content: '';
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
.international_menu {
  border-right: solid 1px #ccc;
  padding-right: 17px;
  float: left;
  width: auto !important;
}
.nav > li.active > a, .nav > li:hover > a {
  background-color: transparent;
}
.nav > li > a {
  white-space: normal;
  line-height: 1.3em;
}
.faq-icon {
  padding-right: 5px
}
a, a:hover, a:visited {
  color: #000000;
}
#countbox1 {
  background: #000;
  border: 1px solid #0000;
  color: #fff !important;
  display: inline-block;
  padding-bottom: 3px;
  width: 125px;
}
.slider_right strong.title, .special_bouquet a, .special_bouquet strong {
  color: #000000 !important;
}
.grid-col h4 a {
  color: #454056 !important;
}
.grid-col h5 {
  color: #000;
  line-height: 1.3em;
  font-weight: normal;
  font-size: 16px;
}
ul.addons li h4, ul.addons li strong {
  font-size: 13px !important;
  color: #333 !important;
  line-height: 1.4em;
}
ul.addons li strong {
  font-weight: 600 !important;
  font-size: 13px !important;
  color: #16a085 !important;
}
ul.addons li:hover, ul.addons li:hover h4, ul.addons li:hover strong {
  background: #cacfd3;
  color: #fff;
}
.same_day_delivery span strong {
  color: #000 !important;
}
.express_service_small {
  width: 125px !important;
  height: 125px !important;
  background: #01406d;
  border-radius: 50%;
  border: solid 2px #fff;
}
.express_service_small:hover {
  background: #fff;
  border: solid 2px #01406d;
}
.express_service_small h4 {
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}
.express_service_small h5 {
  margin-top: 0 !important;
  padding-top: 0px !important;
  color: #fff !important;
  font-size: 27px;
  font-weight: bold;
}
.panel-secondary:hover .express_service_small > * {
  color: #01406d !important;
}
.panel-secondary:hover .express_service_small {
  border: solid 2px #01406d;
  background: #fff !important;
}
.sliderwrapper {
  overflow: hidden !important;
}
div.slider_content_container {
  z-index: 2 !important;
}
.slider_image {
  z-index: 1;
}
.jssora07l, .jssora07ldn, .jssora07r, .jssora07rdn {
  z-index: 101;
}
/* Page layout */
.page-container {
  display: grid;
  align-items: flex-start;
  gap: 18px;
  grid-template-columns: auto auto;
  justify-content: flex-start;
}
/* Sidebar wrapper */
.sidebar-filters {
  /*position: absolute;*/
  position: relative;
  position: sticky;
  top: 0;
  width: 250px;
  max-height: 100vh;
  /*padding-left: 1.75rem !important;*/
  padding-right: 1.75rem !important;
  box-sizing: border-box;
  margin-top: 0px;
  /* Always reserve space for scrollbar */
  overflow-y: scroll;
  overflow-x: hidden;
  /* Hide scrollbar (Firefox & IE) */
  scrollbar-width: none;
  -ms-overflow-style: none;
}
ul.products {
  margin-top: 0 !important;
}
.main-content {
  padding-top: 15px;
}
.sidebar-filters { height: auto;
      max-height: 70vh;
      overflow: auto;
      overflow-x: hidden;
      scrollbar-color: #3a97b3 #fff;
      scrollbar-width: thin;
    padding-right: 5px !important;margin-top: 15px; margin-right: 6px; }




/* Each filter-box (whole block) */
.filter-box {
  margin-bottom: 20px;
}
/* Heading box */
.filter-box h4,.filter-box button, .filter-box .filter-title {
  /*display: block;*/
  margin: 0;
  padding: 10px 12px;
  background: #fff;
  color: #333;
  font-weight: 600;
  border: solid 1px #14141440;
  padding-bottom: .75rem !important;
  padding-top: .75rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-bottom: .75rem !important;
  border-radius: .375rem;
  font-size: 1.0rem;
}
.google-dropdown .calender_container select:focus, .google-dropdown .calender_container input:focus { box-shadow:0 !important; }
.ui-state-hover { border: none !important; }
/* Content box */
.filter-box .filter-options, .filter-box select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 6px 6px;
  background: #fff;
  box-sizing: border-box;
  border: solid 1px #14141440;
  padding-bottom: .75rem !important;
  padding-top: .75rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-bottom: .75rem !important;
  border-radius: .375rem;
  font-size: 1.125rem;
}
.filter-box select {
  font-size: 14px !important;
  margin: 0;
  padding: 10px 12px;
  background: #fff;
  color: #333;
  font-weight: 500;
  border: solid 1px #14141440;
  /* padding-bottom: .75rem !important; */
  padding-top: 5px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-bottom: .75rem !important;
  border-radius: .375rem;
}
/* Checkbox labels */
.filter-options label {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 13px;
  cursor: pointer;
  color: #333;
  font-weight: 500;
}
.filter-options input[type="checkbox"] {
  margin-right: 8px;
  accent-color: #008066; /* for modern browsers */
}
/* Dropdown (currency + selects) */
.sort-dropdown {
  width: 100%;
  height: 36px;
  padding: 5px 8px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

.filter-options input[type="checkbox"] {
  margin-right: 6px;
  accent-color: #008066; /* modern checkbox color */
}
.filter-box .filter-options:hover {
  border-color: #767676;
  color: rgb(25, 26, 81);
  background-color: white;
  box-shadow: rgb(0 3 77 / 15%) 0px 3px 8px 0px;
}
.cta-container {
  width: 100% !important;
}
/* Default: hide scrollbar */
ul.upc_events {
  overflow-y: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE & Edge */
}
ul.upc_events::-webkit-scrollbar {
  width: 0; /* Chrome/Safari */
  height: 0;
}
/* On hover: show custom scrollbar */
ul.upc_events:hover {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #999 #f1f1f1; /* thumb + track */
}
ul.upc_events:hover::-webkit-scrollbar {
  width: 8px;
}
ul.upc_events:hover::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}
ul.upc_events:hover::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 4px;
}
ul.upc_events:hover::-webkit-scrollbar-thumb:hover {
  background: #777;
}
.flower-categories-container {
  margin-bottom: 0px !important;
}
.filter-options a.event-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  font-size: 13px;
  cursor: pointer;
  color: #333;
  text-decoration: none;
  border-bottom: 1px solid #efefef;
}
.filter-options a.event-link:last-child {
  border-bottom: none;
}
.filter-options .event-date {
  font-size: 12px;
  color: #777;
  font-weight: 400;
}
.introtext {
  border-bottom: solid 1px #edf1f2;
  min-width: 1430px;
  padding-top: 0;
  position: relative;
  border-radius: 15px 15px;
  border-right: 1px solid #fff;
  background-color: #0000004d;
  background-blend-mode: soft-light;
  background: #f1f7ed bottom center no-repeat !important;
  box-sizing: border-box;
}
.introtext .bg h2, .entry-content .banner-h2 {
  font-size: 24px !important;
  line-height: 1.2 !important;
  color: #333 !important;
  margin-top: 0 !important;
  margin-bottom: 0px;
}
.entry-content .banner-h2 {
  margin-bottom: 25px !important;
}
.introtext .bg .entry-content p {
  font-weight: 500 !important;
  color: #333 !important;
  line-height: 1.6em !important;
  font-size: 14px !important;
}
.wrapper2 {
  width: 1347px !important;
}
.grid-col h4 {
  padding-bottom: 0 !important;
}

.prod_det p.product-title {
    padding-bottom: 0 !important;
    color: #333 !important;
    margin-top: 5px;
    height: 27px;
    padding-top: 8px;
    margin-bottom: 0;
    overflow: hidden;
    text-align: center;
}	  
.prod_det p.product-title a.go_url {
    color: #454056;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.2;
    white-space: nowrap;
}	  
.prod_det p.product-subtitle {
    font-size: 14px !important;
    color: #16a085 !important;
    font-weight: 500 !important;
    height: 20px !important;
    text-align: center;
    margin-bottom: 3px;
}

.prod_price > span {
  padding: 12px 0 15px 0 !important;
}
.prod_price span + div {
  margin-bottom: 10px !important;
}
.prod_price span.md_button.green a {
  padding: 0 10px !important;
}
.prod_img {
  height: 325px;
}
.prod_img a img {
  width: 325px !important;
  height: 325px;
}
.prod_det span {
  top: -325px;
  right: 5px;
}
.row.login-box {
  background-blend-mode: unset;
  background: #e3f2ee00 url(https://internetflorist.b-cdn.net/v4/_css/images/flowers-banner-2025.png?v=1.22) 115px 10px no-repeat;
  background-size: contain;
  border: solid 1px #c7d3d1;
}
.customer_txt .hero__title {
  font-size: 24px !important;
  line-height: 1.2 !important;
  color: #333 !important;
  margin-top: 0 !important;
  text-align: center !important;
  margin-bottom: 0px !important;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0;	
}
.customer_txt h2 {
  font-size: 24px !important;
  line-height: 1.2 !important;
  color: #333 !important;
  margin-top: 0 !important;
  text-align: center !important;
  margin-bottom: 0px !important;
  font-weight: 700;
}
.login-sec h2 span,
.login-sec h1 span {
  all: unset;
}
.login-block {
  padding: 20px 0 0;
}
.filter-options input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd;
  border-radius: 5px;
  outline: none;
  margin: 0.5rem 0;
  cursor: pointer;
  accent-color: #4d804d; /* fallback */
}
/* Chrome, Safari, Edge */
.filter-options input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4d804d;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
}
.filter-options input[type="range"]::-webkit-slider-thumb:hover {
  background: #3b663b;
}
/* Firefox */
.filter-options input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #4d804d;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transition: background 0.3s;
  border: none;
}
.filter-options input[type="range"]::-moz-range-track {
  background: #ddd;
  height: 6px;
  border-radius: 5px;
}
#priceValue {
  margin-top: 0.5rem;
  font-weight: bold;
  color: #2a2a2a;
  font-size: 0.95rem;
}
.price-scroll-container {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 6px;
  background: #fafafa;
}
.price-scroll {
  display: flex;
  gap: 10px;
}
.price-step {
  flex: 0 0 auto;
  padding: 8px 14px;
  border: 1px solid #008066;
  border-radius: 20px;
  background: #fff;
  color: #008066;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}
.price-step:hover {
  background: #008066;
  color: #fff;
}
/* Show a visible horizontal scrollbar */
.price-scroll-container::-webkit-scrollbar {
  height: 8px;
}
.price-scroll-container::-webkit-scrollbar-thumb {
  background: #008066;
  border-radius: 4px;
}
.price-scroll-container::-webkit-scrollbar-track {
  background: #eee;
}
.filter-box .arrow {
  color: #191a51;
  font-size: 15px;
}
/* Open state */
.filter-box > h4,.filter-box > button {
  justify-content: space-between;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.filter-box.open > h4,.filter-box.open > button {
  background: #3596b5;
  color: #fff !important; font-weight: 600;
}
.filter-box.open .arrow {
  color: #fff;
}
/* Hide options by default */
.filter-options {
  display: none;
  padding: 10px;
  background: #fafafa;
}
/* Show only when open */
.filter-box.open .filter-options {
  display: block;
  background: #fff;
}
.logo {
  align-items: center;
}
.google-dropdown {
  margin-top: 0 !important
}
.header .cart {
  top: 0 !important;
}
.header .cart {
  margin-left: 18px !important;
}
.date_width .calendar-bg {
  margin-bottom: 0 !important;
}
#priceRange {
  width: 100%;
  margin: 10px 0;
}
.price-value {
  margin-top: 8px;
  font-weight: bold;
  color: #333;
}
.btn-primary {
  --fi-btn-hover-bg: #fd390e;
  --fi-btn-active-bg: #fd390e;
  --fi-btn-hover-border-color: #fd390e;
  --fi-btn-active-border-color: #fd390e;
}
.btn {
  justify-content: center;
}
.btn, .btn-icon {
  display: inline-flex;
  align-items: center;
}
.rounded-0 {
  border-radius: 0 !important;
}
.w-100 {
  width: 100% !important;
}
.fixed-bottom {
  bottom: 0;
}
.fixed-bottom, .fixed-top {
  position: fixed;
  z-index: 10030;
  right: 0;
  left: 0;
}
#filterBtn {
  background-color: #3596b5; /* Bootstrap green */
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 16px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
/* Hover effect */
#filterBtn:hover {
  background-color: #16a085; /* darker green */
  transform: translateY(-2px);
}
/* Active / clicked state */
#filterBtn:active {
  background-color: #1e7e34;
  transform: translateY(0);
}
/* Rounded and shadow */
#filterBtn {
  border-radius: 12px 12px 0 0;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}
.d-lg-none {
  display: none;
}
.footer h3 {
  color: #16a085 !important;
}
span.md_button.green {
  height: 44px !important;
  background: #666666 !important;
  border: 2px solid #666666 !important;
}
#filterBtn {
  display: none;
}
.filters-close {
  display: none;
}
.nav > li.active {
  background-color: #3596b5 !important;
  border: 1px solid #3596b5 !important;
  border-right: 1px solid #3596b5 !important;
}
.active .navihouse {
  filter: none;
  fill: #fff;
}
.nav > li.active > a, .nav > li:hover > a {
  color: rgb(255 255 255);
}
.nav > li:hover {
  background-color: #3596b5 !important;
  border-color: #3596b5 !important;
}
.nav > li.active > a img, .nav > li:hover > a > img {
  filter: brightness(0) invert(1) !important;
}
.cta-bg-image-flower {
  background-repeat: no-repeat !important;
  background-image: url("https://internetflorist.b-cdn.net/v4/images/plants-banner-thumbnail-new.jpg?v=23");
}
.trustpilot-widget {
  min-height: 120px;
}
.main-content .wrapper {
  display: grid;
  grid-template-columns: auto auto
}
.index_slider {
  margin-top: 20px;
}
.flower-categories-container {
  row-gap: 20px;
}
.prod_det h5 {
  height: 20px !important;
}
@media only screen and (max-width: 1440px) {
  .sidebar-filters {
    display: none
  }
  #filterBtn {
    display: block;
    max-width: 480px;
    margin: 0 auto;
  }
  .sidebar-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 280px; /* adjust width as needed */
    height: 100%;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%); /* hidden off-screen to the left */
    transition: transform 0.3s ease-in-out;
    z-index: 1050;
    overflow-y: auto;
  }
  /* When active (e.g., with .active class), slide in */
  .sidebar-filters.active {
    transform: translateX(0);
    display: inline-block;
  }
}
@media only screen and (max-width: 990px) {
  .d-lg-none {
    display: flex;
  }
  .basket2 .opening {
    display: none !important;
  }
  .sidebar-filters {
    display: none;
  }
}
@media only screen and (max-width: 1440px) {
  .introtext {
    min-width: 100%;
  }
}
@media only screen and (min-width: 771px) and (max-width: 1430px) {
  .logo, .wrapper, .opening p {
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
  }
  .international_menu {
    padding-right: 0px;
  }
  .wrapper, .logo, .header, .align, ul.nav, .introtext {
    width: 100% !important;
    min-width: auto !important;
  }
  .logo {
    flex-wrap: nowrap;
    justify-content: flex-start;
    flex-direction: row;
  }
  .header .opening p {
    white-space: nowrap;
  }
}
ul.city_shops li {
  padding: 2px 0;
}
/*ul.languages_right li:hover ul {
    display: none;
            width: 100%;
            box-sizing: border-box;
}*/
@media only screen and (max-width: 1150px) {
  .prod_price > span {
    padding: 5px 0 10px;
  }
  .prod_det {
    height: auto;
  }
  .prod_det h4 {
    height: auto;
    padding-bottom: 9px;
  }
  .prod_det p.product-title {
    height: auto;
    padding-bottom: 9px;
  }	
  .prod_img {
    height: auto;
  }
  .prod_img a img {
    height: auto;
  }
  .ipad_hidden2 {
    display: none !important;
  }
  .currency-select {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 770px) {
  .panel-text {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: max-height .5s ease;
  }
  #menuMobile #lang_list_mobile li {
    padding: 0 !important;
  }
  ul.languages_right ul {
    width: 353px;
  }
  .jssor_imgbox {
    width: 770px !important;
  }
  #lang_list_mobile lil {
    padding: 0px !important;
  }
  ul.languages_right > li:after {
    display: none;
  }
  .mobile_flag {
    margin: 3px 12px;
  }
  #menuMobile .city_shops li {
    padding: 0;
  }
  #menuMobile a {
    white-space: nowrap;
    padding: 10px 10px;
  }
  #menuMobile .city_shops li a:hover {
    color: #fff;
  }
  .international_menu {
    width: 100% !important;
    box-sizing: border-box;
  }
  .nav .nav-column {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
  }
  .opening h3 {
    color: #000000 !important;
  }
  .opening p {
    padding-left: 0;
    border-right: solid 0 #ccc;
  }
  .calender_container {
    width: 100%;
  }
  .md_button {
    width: 100%;
    box-sizing: border-box;
  }
  .row-dropdown > * {
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }
  .mobile-welcome {
    background: #000 !important;
  }
  .valentine_button {
    display: flex;
  }
  .valentine_main_div {
    position: relative !important;
    left: 10px;
  }
  .header-bg {
    height: auto !important;
  }
  .nav > li {
    border: 2px solid rgb(25, 26, 81);
    height: 46px;
    margin-left: 2px;
  }
  .btn-read-more {
    border-radius: 3px;
    background-color: #ffffff !important;
    color: #6a6a6a !important;
    border: solid 1px #818181;
    font-family: Montserrat, sans-serif, Verdana !important;
  }
  .content-box2 .sort-text {
    grid-column: auto/span 2;
  }
  .sort-dropdown {
    grid-column: auto/span 1;
    margin-left: 0px;
  }
  .content-box2 {
    grid-template-columns: 1fr 1fr;
  }
  ul.products {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .basket_counter {
    background-color: #16a085;
  }
  #menuToggle span {
    background: #16a085;
  }
  .show_banner_mobile {
    background: #000000;
  }
  .introtext .bg .panel-text h2.a-center.entry-title {
    padding-top: 0px !important;
  }
  .intro-bg2 {
    display: none;
    margin-bottom: 0 !important;
  }
  .introtext .bg {
    padding-bottom: 0;
    width: 100% !important;
  }
  .wrapper {
    width: 95% !important;
  }
  .container {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .introtext {
    min-width: auto !important;
    border-bottom: solid 0px #edf1f2;
    margin-bottom: 20px;
  }
  .logo {
    width: 100% !important;
  }
  .logo h1 small,.logo .site_main_logo small {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 480px) {
  .prod_img a img {
    max-height: -webkit-fill-available !important;
    max-width: -webkit-fill-available !important;
  }
  .nav > li > a {
    padding: 6px 9px !important;
  }
  .sort-dropdown {
    grid-column: auto/span 2;
  }
  .content-box2 {
    grid-template-columns: 1fr;
  }
}
/*  New style start 2024*/
.introtext .bg h2 {
  text-align: left;
}
.select2-container--default .select2-selection--single {
  border-radius: 0.28rem !important;
  border: solid 1px #b3b3b3 !important;
}
.calender_container {
  border-radius: 0.28rem !important;
}
.select-items {
  left: auto;
  right: 0;
}
.opening p:last-child {
  border-right: none !important;
}
ul.nav {
  padding-left: 10px;
  padding-right: 10px;
}
ul.foldershops li a strong:hover, ul.foldershops li a strong:visited {
  color: #0087cb !important;
}
.md_button:hover {
  top: 0;
  transition: .3s linear;
}
#cartDiv {
  top: 36px;
}
ul.upc_events {
  max-height: 150px;
  overflow: auto;
  overflow-y: scroll;
}
@media only screen and (max-width: 814px) {
  .logo .opening {
    top: 10px;
  }
  .logo .opening #basket_counter {
    top: -11px;
    left: 9px;
  }
}
@media only screen and (max-width: 1200px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
  }
  div.slider_content_container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .slider_right {
    max-width: 360px;
  }
  .footer-content {
    padding-left: 0;
    padding-right: 0;
  }
  .footer {
    padding: 33px 10px;
  }
  .index_slider {
    max-width: 100%;
  }
  .sliderwrapper {
    width: 65%;
  }
  .jssora07r {
    background-position: -190px -35px;
    right: 85px;
  }
  .jssora07rdn {
    background-position: -190px -35px;
    right: 85px;
  }
  .jssora07r:hover {
    background-position: -190px -35px;
    right: 85px;
  }
  .jssora07l {
    background-position: -120px -35px;
    left: 85px;
  }
  .jssora07l:hover {
    background-position: -120px -35px;
    left: 85px;
  }
  .jssora07ldn {
    background-position: -120px -35px;
    left: 85px;
  }
  div.slider_content_text {
    left: 100px;
  }
  .slider_image {
    right: 100px;
  }
}
@media only screen and (max-width: 1100px) {
  .jssor_imgbox {
    max-width: 90% !important;
  }
  .slider_image {
    right: 160px;
  }
  div.slider_content_text {
    left: 60px;
  }
}
@media only screen and (max-width: 1066px) {
  .jssor_imgbox {
    max-width: 89% !important;
  }
  .slider_image {
    right: 200px;
  }
  .slider_right {
    max-width: 28% !important;
  }
  div.slider_content_text {
    left: 114px !important;
  }
}
@media only screen and (max-width: 960px) {
  .sliderwrapper {
    margin-bottom: 20px;
    width: 99.6%;
    margin-left: auto;
    margin-right: auto;
    max-width: 100% !important;
  }
  .jssor_imgbox {
    max-width: 97% !important;
  }
  div.slider_content_container {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
  }
  .jssora07r {
    background-position: -70px -35px;
    right: 30px;
  }
  .jssora07rdn {
    background-position: -70px -35px;
    right: 30px;
  }
  .jssora07r:hover {
    background-position: -70px -35px;
    right: 30px;
  }
  .jssora07l {
    background-position: 2px -35px;
    left: 30px;
  }
  .jssora07l:hover {
    background-position: 2px -35px;
    left: 30px;
  }
  .jssora07ldn {
    background-position: 2px -35px;
    left: 30px;
  }
  .slider_right {
    float: left;
    max-width: 48% !important;
  }
  .same_day_delivery {
    float: right;
  }
  .content-box2 {
    grid-template-columns: 1fr 1fr;
  }
  .sort-dropdown {
    grid-column: auto/span 1;
    margin-left: 0px;
  }
  .content-box2 .sort-text {
    grid-column: auto / span 2;
  }
}
@media only screen and (max-width: 770px) {
  .wrapper {
    width: auto;
  }
  #menuToggle input:checked ~ ul {
    box-shadow: 1px 4px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 1px 4px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 4px 1px 0px rgba(0, 0, 0, 0.2);
  }
  .jssora07r {
    background-position: -70px -35px;
    right: 40px;
  }
  .jssora07rdn {
    background-position: -70px -35px;
    right: 40px;
  }
  .jssora07r:hover {
    background-position: -70px -35px;
    right: 40px;
  }
  .jssora07l {
    background-position: 0px -35px;
    left: 40px;
  }
  .jssora07l:hover {
    background-position: 0px -35px;
    left: 40px;
  }
  .jssora07ldn {
    background-position: 0px -35px;
    left: 40px;
  }
  ul#menuMobile {
    min-height: auto;
    left: 0;
    right: auto;
    min-width: 320px
  }
  ul.foldershops {
    padding-left: 10px;
    padding-right: 10px;
  }
  .floweroptions {
    width: 100% !important;
  }
  .jssor_imgbox {
    width: 100% !important;
  }
	
}
.vd_promotion::before {content: ''; position:absolute; left: 0; top: 0px; width: 150px; height: 64px;background: url(https://internetflorist.b-cdn.net/v4/images/valentine_badge.png) top left no-repeat; background-size: cover; z-index: 3;}
@media only screen and (max-width: 770px) {
  .filters-close {
    display: block;
  }
  #menuToggle {
    width: 63px;
    height: 46px;
    top: 11px !important;
  }
}
.logo .h1_v2 a {
  color: #16a085 !important;
}
.prod_det span, .prod_price span {
  color: #454056 !important
}
.prod_price span.md_button.green {
  background: #fff !important;
  color: #1f1b2d !important;
  border: solid 1px #1f1b2d;
  border-radius: 50rem !important;
  display: inline-flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
  transition: .3s linear;
}
.prod_price span.md_button.green a {
  font-size: 14px;
  padding: 0;
  color: #1f1b2d !important;
  font-weight: 600;
  height: 29px !important;
}
.prod_price span.md_button.green:hover {
  background: #4cbbc3 !important;
  color: #fff !important;
  transition: .3s linear;
  border: solid 1px #4cbbc3;
}
.prod_price span.md_button.green:hover a {
  color: #fff !important;
}
.prod_det h5 {
  color: #16a085 !important;
}
.vd_promotion::before {content: ''; position:absolute; left: 0; top: 0px; width: 150px; height: 64px;background: url(https://internetflorist.b-cdn.net/v4/images/valentine_badge.png) top left no-repeat; background-size: cover; z-index: 3;}