  

@font-face {
  font-family: 'Assistant';
  src: url('/fonts/Assistant-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
   font-display: swap;
}
@font-face {
  font-family: 'Assistant';
  src: url('/fonts/Assistant-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Assistant';
  src: url('/fonts/Assistant-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
   font-display: swap;
}

@font-face {
  font-family: 'Assistant';
  src: url('/fonts/Assistant-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
   font-display: swap;
}



body {
  font-family: 'Assistant', sans-serif;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.5px;
  font-size: 18px;
  background-color:#FFFAF5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Assistant', sans-serif;
}

p {
  font-size: 18px;
}
.dropdown-menu {
    z-index: 9999;
    position: absolute;
}

/*******************************************
            HEADER
*******************************************/
.topbar-black-gra {
  background: #ffe0ca;
  color: #333333;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.5px;
  border-bottom: 1px solid rgba(18,18,18,0.08);
  padding:6px;
}
.top-peach-bar
{
  background: #ffe0ca;
  color: #333333;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1.5px;
  border-bottom: 1px solid rgba(18,18,18,0.08);
  
}

p.countdown {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding-top: 13px;
  margin-bottom:11px;
}

@media (max-width:979px) {
  .webphone {
    font-size: 24px;
  }
}

.black-gra-btn {
  background: transparent;
  border: 0px !important;
  padding: 4px 15px 4px 15px;
  font-size: 15px;
  font-weight: 300;
  margin-left: -1px;
  color: #000;
}

.black-gra-btn:hover {
  color: #000;
}

.black-gra-btn i {
  padding-left: 7px;
  font-style: normal;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

input#search-bar {
  height: 34px;
  border-color: #e8e8e8;
  padding-left: 10px;
  border-width: 0px !important;
  border-left: #e8e8e8;
  float: right;
}

button#search-button {
  background-color: #fff !important;
  height: 34px;
  width: 34px;
  float: right;
  border-width: 0px;
}

.logo {
  max-width: 170px;
  margin: 5px 0px;
}

.heading-info a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
}


.navbar-default .navbar-collapse, .navbar-default .navbar-form,
  .navbar-header
{
  background-color:#FFFAF5!important;
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
  color: #333333 !important;
  font-weight: 500;
  font-size: 16px;
  padding: 16px 25px;
  margin: 0px;

}
.navbar{
  margin-bottom:0px !important;
}

@media (min-width:979px) and (max-width:1024px) {
  ul.navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
}

@media (min-width:768px) {
  .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    text-align: center;
  }
}

.nav>li>a {
  padding: 13px 45px;
}

span.icon-bar {
  color: #cbcccc !important;
  border: solid 1px;
}

/*******************************************
            HOMEPAGE
*******************************************/

.homepage-main-banner {
  position: relative;

}

.homepage-main-banner img {
  width: 100%;
  height: auto;
}

.banner-content {
  position: absolute;
  top: 50%;
  text-align: center;
  color: #fff;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;

}

.banner-content {
  text-align: center;
}

.banner-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 18px;
}

.banner-content p {
  max-width: 1010px;
  margin: 0 auto 14px;
  font-size: 18px;
  line-height: 1.6;
  font-weight:600;
}
.homepage-main-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.20) 0%,
    rgba(0, 0, 0, 0.20) 45%,
    rgba(0, 0, 0, 0.02) 100%
  );
}

/* Text above overlay */
.homepage-main-banner .banner-content {
  position: absolute;
  z-index: 2;
}

/* Text shadow */
.homepage-main-banner .banner-content h1,
.homepage-main-banner .banner-content p {
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.55);
}

/* Button above overlay */
.homepage-main-banner .homepage-heading-button {
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .homepage-main-banner .banner-content {
    left: 50% !important;
    top: 50% !important;
    width:100%;
    max-width: 100%;
    padding: 0 10px;
    transform: translate(-50%, -50%) !important;
    text-align: center;
    padding:10px;
  }

  .homepage-main-banner .banner-content h1 {
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 8px;
  }

  .homepage-main-banner .banner-content p {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 7px;
  }
 
  .homepage-heading-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: nowrap;
  }

  .homepage-heading-button .btn-banner {
    display: inline-block;
    width: auto;
    white-space: nowrap;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 10px;
  }


}
div#icon-main-area {
  background-color: #f5f5f5;
  border-bottom: 1px solid #e3e3e4;

  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;

}

.icon-content-para {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  justify-content: center;
  text-align: center;
}


.icon-content-para span {

  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  display: inline-block;
  color: #333333;
}


div#icons {
  background-color: #f5f5f5;
  padding: 50px 0px;
                        }

.icon-wrapper img {
  background-color: #fff;
  padding: 35px;
  border-radius: 50%;
  border: 1px dashed #000;
}

.icon-wrapper h3 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.homepage-heading,
div#homepage-content h2 {
  text-align: center;
  margin: 40px auto;
  font-size: 30px;
  font-weight: 600;
  color: #333333;
}

@media (max-width:767px) {

 
  /* .icon-wrapper img {
    max-width:60px;
    max-height:60px;
    padding: 8px;
  }

  .icon-wrapper h3 {
    font-size: 11px;
  } */

  div#icons{
  padding:30px 0px;
    }
  
  #icons .icon-row {
    display: flex;
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px;
}

#icons .icon-wrapper {
    flex: 1;
    text-align: center;
    /* min-width: 80px;
    padding: 10px;*/
}

#icons .icon-wrapper img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
     padding:12px;
}

#icons .icon-wrapper h3 {
    font-size: 11px;
    /*word-wrap: break-word;
    white-space: normal;*/
    margin-top: 8px;
}

}

.block-categories {
  position: relative;
}

******************************************/ @media (min-width:768px) {
  #banner-content {
    position: absolute;
    top: 50%;
    right: 10%;
    width: 700px;
  }
}

a.btn.btn-banner,
a.btn.btn-banner:hover {
  background-color: #ffeecb;
  border-radius: 10px;
  padding: 12px 50px;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #333333 !important;
  margin-left: 10px;

}

.banner-content h2 {
  font-size: 30px;
  font-weight: 600 !important;
  text-transform: Uppercase;
  margin-top: 5px;
}

.banner-content h3 {
  font-size: 30px;
  font-weight: 600 !important;
  margin-bottom: 0px;
}


.top-marketing p {
  position: absolute;
  padding-left: 20px;
  font-size: 22px;
  padding-left: 20px;
  font-weight: 500;
  color: #273629;
  line-height: 1.3;


}

  .funeral-home-section {
  padding-top: 40px;
    padding-bottom:40px;
}
.funeral-home-section h2
{
  margin-top:0px;
}


@media (max-width:768px) {
 /* .homepage-main-banner {
    margin-top: -22px;

  }*/

  .banner-content h2 {
    font-size: 18px;

  }

  .banner-content h3 {
    font-size: 16px;
  }

  a.btn.btn-banner,
  a.btn.btn-banner:hover {
    padding: 5px 14px;
    font-size: 14px !important;
  }

  div#instagram h2,
  div#google h2 {
    font-size: 30px !important;
  }

}

.sidebar_header h2 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
}

.sidebar_box ul {
  padding-left: 8px;
  list-style: none;
}






@media (max-width:768px) {

  .about-us,
  .hampers,
  .gifts {
    padding: 20px;
  }
}



.about-us,
.find-us,
.gifts {
  font-weight: 400;
}

.about-us,
.find-us,
.gifts h2 {
  font-weight: 400;
  font-size: 40px;
}


.gb-line {
  margin-top: 100px;
  border-bottom: solid 1px #000;
}

.bottom-content {
  color: #273629;
  text-align: center;
  border-bottom: solid 1px #000;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

.bottom-text {
  font-size: 20px;
}

.bottom-content h2 {
  font-size: 45px;
}

.reviews h2 {
  font-size: 45px;
}

div#google {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
#googlereviews > .container-fluid:first-child
{
  background-color:#FFFAF5!important;
}
div#instagram {
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
  border-top: 1px solid #e3e3e4;
}

div#instagram p {
  margin-bottom: 50px;
}

div#instagram h2,
div#google h2 {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #333333;
}


.centered-svg {
  display: inline-block;
  /* Display the SVG as an inline element */
  vertical-align: middle;
  /* Vertically align the SVG in the middle */
}

/* category Block */

#category-block {
  border-top: 1px solid #e3e3e4;

}

.block-categories {
  border: 1px solid #e3e3e4;
}

.block-content {
  text-align: center;
  margin: 25px auto;
}

.block-content h4 {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}

.block-content p {
  font-size: 15px;
  font-weight: 500;
  color: #333333;
}

.category-btn {
  border: 1px solid #e3e3e4;
  color: #797979 !important;
  padding: 10px 50px;

  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;

}

.category-btn:hover {
  background-color: #797979 !important;
  color: #333333;
}

/*.about-us-block {
  position: relative;
  
}
.image-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5));
 
}
.about-us-block img {
 height:600px;
  object-fit:cover;
}
.about-us-content {
  position: absolute;
  top: 20%;
  text-align: center;
  color: #fff;
  left: 50%;
 
  transform: translateX(-50%);
}*/

.about-us-block {
    position: relative;
    background-image: url('/images/about-us-banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px; 
    overflow: hidden; 
    transition: height 0.5s ease; 
    color: #fff;
}

.about-us-block.expanded {
    height: auto; 
}

.image-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
   background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6));
    z-index: 1;
}


.about-us-content {
    position: relative;
    z-index: 2;
    padding: 40px;
  top: 15%;
  width:80%;
  text-align: center;
  color: #fff;
  left: 50%;
 transform: translateX(-50%);
}

.about-us-more-text {
    display: none;
}

.about-us-content.expanded
                        {
                         top: 10%;
                        }
.about-us-content h2 {
  font-size: 40px;
  font-weight: 600;

}
.about-us-content h3
 {font-weight:600!important;  }
.about-us-content p ,
.about-us-more-text p{
                        font-size:18px;
                       font-weight:400;
                        }


a.btn.btn-read-more,
a.btn.btn-read-more:hover {
  background-color: #ffeecb;
  border-radius: 10px;
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600 !important;
  color: #333333 !important;

}
@media (max-width:1024px) {
  .about-us-content {
    width: 100%;

  }
   

}


@media (max-width:768px) {
    .about-us-block {
    overflow: hidden;
  }

  .about-us-block img {
    height: 100vw;
    object-fit: cover;

  }

  .about-us-content h2 {
    font-size: 28px;
  }

  a.btn.btn-read-more,
  a.btn.btn-read-more:hover {
    padding: 8px 40px;
  }

}

/*  */
/******************************************
            PRODUCT SMALL
******************************************/

.product-small {
  border: solid 1px #e8e8e8;

}


span.product-name {
  /*font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 20px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
  height: 40px;

  color: #333333;*/
  font-size: 18px;
font-weight: 600;
display: -webkit-box;
line-height: 20px;
overflow: hidden;
position: relative;
margin-bottom: 5px;
height: 60px;
color: #333333;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}

span.price {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  display: block;
  /* text-align:center; */
}

span.stock {
  position: absolute;
  top: -10px;
  right: 40px;
  background-color: #525252;
  padding: 12px 5px;
  text-align: center;
  line-height: 1.6;
  border-radius: 50%;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

/******************************************
            PRODUCT MAIN
******************************************/
h1.main-product-heading {
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  margin-top: 20px;
}

.colour-options .btn,
.purchase-options .btn {
  font-weight: 400;
  border-radius: 0px;
  font-size: 18px;
  margin-bottom: 10px;
}

.heading-category h1
{
   font-size: 28px !important;
  font-weight: 500 !important;
  color: #333333;
  text-align:center;
}
  .heading-category h2{
  font-size: 26px !important;
  font-weight: 500 !important;
  color: #333333;
}

.colour-options .btn-default,
.purchase-options .btn-default {
  border-color: #7b7b7b !important;
  color: #7b7b7b;
  border-radius:0px!important;
}

.colour-options .btn-default.active,
.colour-options .btn-default:active,
.colour-options .btn-default:hover,
.colour-options .btn-default,
.purchase-options .btn-default.active,
.purchase-options .btn-default:active,
.purchase-options .btn-default:hover,
.purchase-options .btn-default {
  border-color: #525252;
  white-space: normal;
  font-weight: 400 !important;
  text-transform: capitalize !important;
}

.colour-options .btn-default.active,
.colour-options .btn-default:active,
.colour-options .btn-default:hover,
.purchase-options .btn-default.active,
.purchase-options .btn-default:active,
.purchase-options .btn-default:hover {
  background-color: #525252;
  color: #fff !important;

}

.total_price input[type="text"] {

  border: 1px solid #fff !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  padding: 0px !important;
  box-shadow: none;
  margin: -1px 0px 0px 0px !important;
  color: #000 !important;
}

.margin-right-value label {
  margin-right: 5px;
}

.purchase-options {
  margin-bottom: 15px !important;
}

button.btn.buynow_button,.enquiry-btn {
  color: #fff;
  background-color: #525252;
  font-size: 25px;
  font-weight: 300;
  border-radius: 10px;
  width: 100%;
}

.product_small_image img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

/* .btn-success,.btn-primary,
#button_payment
{
  background-color:#ffe0ca;
  border-color:#ffe0ca;
  color:#333333;
}
.btn-success:hover,.btn-primary:hover

{
  background-color:#ffe0ca;
  border-color:#333;
} */



/******************************************
            FOOTER
******************************************/
footer {

  color: #333333 !important;
  font-size: 14px;
  font-weight: 500;
}

footer img {
  margin-top:15px;
  margin-bottom: 20px;
  max-width: 150px !important;
}

footer h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #333333 !important;
  font-weight: 200;
}

footer ul {
  list-style: none;
  padding-left: 0;
}

footer ul li a {
  font-size: 14px;
  font-weight: 500;

}

footer ul li a,
footer p a {
  color: #333333 !important;

}

footer ul span {
  font-weight: 600;
}

ul.social-icons li,
ul.payment-icons li {
  display: inline-block;
  margin-right: 5px;
}

ul.social-icons li i,
ul.payment-icons li i {
  font-size: 36px;
  color: #333333 !important;
}

div#branding {
  /* margin-top: 50px; */
  padding: 10px;
  border-top: solid 1.5px #e3e3e4;


}

p.brand {
  margin-bottom: 0px !important;
  text-align: center;
  color: #333333 !important;
  font-size: 14px;
  font-weight: 500;
}

p.brand a {
  color: #333333 !important;

}



/******************************************
            CHECKOUT
******************************************/
#cartprogress {
  border-bottom: 1px solid #efefef;
  left: 0;
  right: 0;
}

#cartprogress .nav-justified>li>a {
  padding: 20px 21px !important;
  font-size: 18px !important;
  color: #333 !important;
  text-decoration: none;
font-weight:400;
}

#cartprogress .nav-justified>li.active>a {
  background-color: #eee;
}

#cartprogress {
  margin-top: 20px;
}

.nav-justified {
  background-color: #eee;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}

.nav-justified>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #777;
  text-align: center;
  background-color: #e5e5e5;
  /* Old browsers */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #e5e5e5 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e5e5e5', GradientType=0);
  /* IE6-9 */
  background-repeat: repeat-x;
  /* Repeat the gradient */
}

.nav-justified>.active>a,
.nav-justified>.active>a:hover,
.nav-justified>.active>a:focus {
  background-color: #ddd;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, .15);
}

.nav-justified>li:first-child>a {
  border-radius: 5px 5px 0 0;
}

.nav-justified>li:last-child>a {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
  .nav-justified>li>a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }

  .nav-justified>li:first-child>a {
    border-left: 0;
    border-radius: 5px 0 0 5px;
  }

  .nav-justified>li:last-child>a {
    border-right: 0;
    border-radius: 0 5px 5px 0;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) and (max-width:1024px) {

  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  .icon-wrapper img
  {
    padding:25px;
  }
  .icon-content-para span
  {
    font-size:18px;
  }

}



.product_addon {
  padding-right: 0px !important;
}

.tabberlive {
  margin-top: 10px;
  height: auto;
  display: block;
  width: 100%;
}

.popover {
  min-width: 520px ! important;
  top: -100px !important;
}

.addons_tab {
  margin: 0px;
  width: 100%;
  border-bottom: 1px solid #ece9e4;
  padding: 4px 0px !important;
}

.addons_tab a {
  display: block;
}

.popover.right {
  border: 1px dashed #ddd;
  width: 400px;
  border-radius: 0px !important;
}

.popover-title {
  color: #3d3d3d;
  font-size: 16px !important;
}

.addon_content {
  width: 80px;
  float: left;
}

.addons_link {
  text-decoration: none;
  color: #3d3d3d;
  display: block;
  padding: 10px 4px;
}


.extra {
  width: 120px;
  height: 180px;
  float: left;
  margin: 0px 2px 2px 0px;
  padding: 10px;
  font-size: 12px;
  text-align: center;
  line-height: 15px !important;
}

.extra img {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0px auto;
}

#extradiv {
  float: left;
  width: 100%;
  height: 225px;
  overflow: auto;
  scrollbar-3dlight-color: #eee;
  scrollbar-arrow-color: #eee;
  scrollbar-base-color: #bfbfbe;
  scrollbar-darkshadow-color: #bfbfbe;
  scrollbar-face-color: #eee;
  scrollbar-highlight-color: #bfbfbe;
  scrollbar-shadow-color: #bfbfbe;
}

#extra img {
  padding-bottom: 5px;
  width: 80px;
  height: auto;
}

#chocolate_content,
#teddy_content,
#wine_content,
#balloon_content,
#glassware_content,
#cards_content {
  display: none;
}

.addons_chocolate {
  background: url(/images/addon-chocolates-icon.jpg) no-repeat right;
  background-size: 45px 45px;
}

.addons_teddy {
  background: url(/images/addon-teddy-icon.jpg) no-repeat right;
  background-size: 45px 45px;
}

.addons_wine {
  background: url(/images/addon-wine-icon.jpg) no-repeat right;
  background-size: 45px 45px;
}

.addons_balloon {
  background: url(/images/addon-balloons-icon.jpg) no-repeat right;
  background-size: 45px 45px;
}

.addons_glassware {
  background: url(/images/addon-vases-icon.jpg) no-repeat right;
  background-size: 45px 45px;
}

.addons_cards {
  background: url(/images/addon-cards-icon.jpg) no-repeat right;
  background-size: 45px 45px;
}

input[type="submit"].buynow_button {
  text-transform: uppercase;
  font-size: 18px !important;
  padding: 15px 30px 13px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

/**** Product images thumbs*****/

.product_smallthumb {
  width: 120px !important;
  padding: 5px !important;
}

div.product_smallthumb.video {
  padding: 8px !important;
}

.moreimages {
  padding: 0px !important;
}



/****** STYLE FOR PRODUCT MAIN *******/
.addon_display {
  padding: 0px !important;
}

#orderpic {
  padding: 0px 5px !important;
}

/***** PRODUCT MAIN SOCIAL SHARE ICONS *****/
#pin {
  width: 50px !important;
  padding: 0px !important;
  margin: 0px !important;
}

#tweet {
  width: 65px !important;
  padding: 0px !important;
  margin: 0px !important;
}

#fbnew {
  width: 90px !important;
  padding: 0px !important;
  margin: -2px 0px 0px !important;
}

#gplus1 {
  width: 60px !important;
  padding: 0px !important;
  margin: 0px !important;
}



/************* 3rd COLUMN - ADDON STYLES ************/
.tabberlive {
  margin-top: 10px;
  height: auto;
  display: block;
  width: 100%;
}

.popover {
  min-width: 400px ! important;
}

.addons_tab {
  margin: 0px;
  width: 100%;
  border-bottom: 1px solid #ece9e4;
  padding: 4px 0px !important;
}

.addons_tab a {
  display: block;
}

.popover.right {
  border: 1px dashed #ddd;
  width: 400px;
  border-radius: 0px !important;
}

.popover-title {
  color: #3d3d3d;
  font-size: 16px !important;
  font-weight: 400;
}

.addon_content {
  width: 80px;
  float: left;
}

.addons_link {
  text-decoration: none;
  color: #3d3d3d;
  font-weight: 400;
  display: block;
  padding: 10px 4px;
}


.sidetabheading {
  font-weight: 400;
}

.extra {
  width: 120px;
  height: 160px;
  float: left;
  margin: 0px 2px 2px 0px;
  padding: 10px;
  font-size: 12px;
  text-align: center;
}

.extra img {
  width: 75px;
  height: 75px;
  display: block;
  margin: 0px auto;
}

#extradiv {
  float: left;
  width: 100%;
  height: 225px;
  overflow: auto;
  scrollbar-3dlight-color: #eee;
  scrollbar-arrow-color: #eee;
  scrollbar-base-color: #bfbfbe;
  scrollbar-darkshadow-color: #bfbfbe;
  scrollbar-face-color: #eee;
  scrollbar-highlight-color: #bfbfbe;
  scrollbar-shadow-color: #bfbfbe;
}

#extra img {
  padding-bottom: 5px;
  width: 80px;
  height: auto;
}

#chocolate_content,
#teddy_content,
#wine_content,
#balloon_content,
#glassware_content {
  display: none;
}

.addons_chocolate {
  background: url(/images/addon-chocolates-icon.jpg) no-repeat right;
  background-size: 45px 45px;
}

.addons_teddy {
  background: url(/images/addon-teddy-icon.jpg) no-repeat right;
  background-size: 45px 45px;
}

.addons_wine {
  background: url(/images/addon-wine-icon.jpg) no-repeat right;
  background-size: 45px 45px;
}

.addons_balloon {
  background: url(/images/addon-balloons-icon.jpg) no-repeat right;
  background-size: 45px 45px;
}

.addons_glassware {
  background: url(/images/addon-vases-icon.jpg) no-repeat right;
  background-size: 45px 45px;
}

input[type="submit"].buynow_button {
  text-transform: uppercase;
  font-size: 18px !important;
  padding: 13px 25px !important;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}


#added_products {
  margin-top: 20px;
}

.shop_buttons {
  margin-top: 10px;
}

#chocolates,
#wine,
#teddy,
#balloons,
#vases,
#glass {
  background: url(/images/plus.gif) no-repeat left;
  min-height: 60px;
  text-align: center;
}

#chocolates img,
#wine img,
#teddy img,
#balloons img,
#vases img,
#glass img {
  margin: 0px auto;
}

#chocolates p,
#wine p,
#teddy p,
#balloons p,
#vases p,
#glass p {
  font-size: 13px !important;
}

#chocolates a,
#wine a,
#teddy a,
#balloons a,
#vases a,
#glass a {
  font-size: 11px !important;
  color: #ff0000 !important;
  font-weight: 400;
}


/*** Product Detail Style  ***/

.heading_line {
  display: inline-block;
  padding: 0px !important;
}

.heading_line h3 {
  display: inline-block;
  background-color: #fff;
  z-index: 1;
  position: relative;
  padding: 5px 10px;
  font-size: 17px;
  font-weight: 400;
  margin-top: 15px !important;
  border: 1px solid #ddd;
}

.heading_line:after {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}


/****  STYLE FOR SHOPPING CART****/
table.cartsummary {
  margin: 0px !important;
}

table.cartsummary td {
  border-top: none !important;
  border-bottom: 1px solid #eee !important;
  vertical-align: middle !important;
}

table.cartsummary_bottom td {
  border: none !important;
  padding: 0px !important;
}



/*** BOTTOM BOXES INPUTS *****/
.edit_product {
  font-size: 20px;
  padding: 5px 10px !important;
  background-color: #efefef;
  border-radius: 4px;
  color: #7b7b7b;
}

.cartsummary tr {
  margin: 10px 0px !important;
}

.smalltext,
.smalltext_new,
.smalltext_member {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

td.itemdetails a.smalltext {
  color: #ff0000 !important;
}

td.pricecolumn {
  text-align: right;
  padding: 0px 5px 0px;
}


.postcode_delivery_other,
.postcode_delivery {
  padding-top: 4px !important;
}

.postcode_text input[type="text"]#postcode {
  float: left;
}

.postcode_text span.input-group-btn {
  width: 50% !important;
}

/**** STYLE FOR CHECKOUT PAGE****/
.billing,
.shipping {
  margin: 20px 0px !important;
}

.shipping {
  padding-right: 0px !important;
}

input#newdate {
  cursor: pointer;
  padding: 6px 12px !important;
}

input#characters {
  padding: 0px !important;
  border: 1px solid #f4f4f4 !important;
  width: 30px !important;
  min-width: 30px !important;
  background-color: #f4f4f4;
}

.checkout_calendar {
  top: 0px !important;
}

.error1 {
  font-size: 11px;
  color: #ff0000;
  position: absolute;
}

.light {
  font-size: 12px;
  color: #aaa;
}

.password_box {
  padding: 12px !important;
}



.edit_billing_details {
  padding: 0px !important;
  margin-top: 0px;
  position: absolute;
  top: 2px;
  right: 17px;
}

.edit_billing_button {
  background-color: #fff !important;
  color: #222 !important;
  padding: 5px 10px;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  border: 2px solid #181818;
  position: absolute;
  top: 8px;
  right: 8px;
  font-weight: 400;
  font-size: 11px;
  text-transform: uppercase;
}

.edit_billing_button:hover {
  background-color: #181818 !important;
  border-color: #181818;
  color: #fff !important;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}


/*** STYLE FOR PAYMENT PAGE***/

.payment_box {
  border: 3px solid #222;
  min-height: 250px;
  font-size: 15px !important;
  padding: 15px !important;
  margin: 10px 0px !important;
}

.payment_box p {
  font-size: 15px !important;
}

.payment_box h4 {
  font-size: 16px !important;
  font-weight: 400;
  margin: 0px 0px 10px !important;
  border-bottom: 1px dashed #D8D0C3;
  padding: 5px 0 10px;
}

.sumamount,
.number {
  font-weight: 400;
  text-transform: uppercase;
}

.paybycard,
.paypal_button,
.paybyeft {
  margin: 10px 0px !important;
}

.btn_credit,
.eft_button,
.paypalbutton {
  border: 2px solid #337ab7;
  background-color: #fff !important;
  color: #337ab7 !important;
}

.btn_credit:hover,
.eft_button:hover,
.paypalbutton:hover {}

/******* PAYMENT FORM ****/
.cancel_cpayment {
  margin: 10px 0px 0px;
}

.final_payment_icons,
.secured_by_payment {
  margin: 15px 0px;
}

.paybycard img,
.paypal_button img,
.paybyeft img {
  min-width: 100% !important;
}

img#Visa,
img#Mastercard,
img#AMEX {
  cursor: pointer !important;
  margin: 3px 0px;
}

.summary td {
  height: 35px;
}

#credit tr {
  height: 40px;
}

#credit input[type="submit"] {
  float: left !important;
}

#formtable p {
  font-size: 13px !important;
  margin-bottom: 8px !important;
}

#credit {
  display: none;
}


/*** THANKS PAGE***/
.formtable td {
  padding: 10px !important;
}



/*********** STYLES FOR TABLET PORTRAIT - 768px - 979px *****************/
@media only screen and (min-width: 768px) and (max-width:1024px) {


  /**************** CHEKOUT -TABLET PORTRAIT **************/
  .shipping {
    padding: 0px !important;
  }

  .paybyeft {
    float: right !important;
  }

  .paypal_button {
    padding-right: 0px !important;
  }

}

/*************STYLES FOR MOBILE PORTRAIT *********************/
@media only screen and (max-width: 767px) and (max-width:1024px) {

  .ecommerce_hidden_menu {
    display: block !important;
  }

  /******************************** PRODUCT MAIN MOBILE STYLE *********************************/

  .buynow_button {
    display: block;
    width: 100% !important;
  }

  .product_addon,
  #social_product_main {
    display: none;
  }


  /****************** SHOPPING CART PAGE FOR MOBILE *******************/
  .cart_well {
    padding: 0px !important;
  }

  td.itemdetails {
    width: 33% !important;
    padding: 0px !important;
  }

  .postcode_text {
    padding: 0px !important;
  }

  /*** STYLE FIX FOR CHECKOUT PAGE***/
  .privacy_policy {
    margin: 10px 0px 0px !important;
  }

  .shipping {
    padding: 0px !important;
  }

  /*** PAYMENT PAGE***/

  .paypal_button {
    padding: 0px !important;
  }



  /*** PAST ORDERS PAGES****/
  #formtable {
    width: 100% !important;
    margin: 10px 0px !important;
  }

  .past_order_display {
    display: none;
  }

  /*** Thanks page***/
  .formtable {
    width: 100% !important;
  }
}

input#nextenterbutton,
input#button_payment,
input#login_button,
input#register_button 
{
  /*background-color: #525252 !important;
  border-color: #525252 !important;*/
  margin-top:14px; background:#c9b27c!important; color:#111; border:1px solid #8f6f35!important; border-radius:6px; width:100%; max-width:260px; padding:15px 20px; font-size:16px; font-weight:700; letter-spacing:0.7px; text-transform:uppercase;
}

span#delivery_heading {
  display: block;
  text-align: center;
}

input.btn.send_button {
  color: #fff;
  background-color: #525252;
  font-size: 25px;
  font-weight: 300;
  border-radius: 0;
  width: 100%;
}

div#gallery img {
  margin-bottom: 10px !important;
}

@media (max-width:767px) {

  /* ul.nav.navbar-nav,
  ul.dropdown-menu {
    text-align: center;
  } */

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #333;
  }

  .navbar-default .navbar-brand {
    color: #333;
    text-transform: uppercase;
    font-weight: 400;
  }

  h1.homepage-heading {
    font-size: 28px;
  }

  div#homepage-content h1 {
    font-size: 28px;
  }

  /* footer {
    text-align: center;
  } */

  footer img {
    max-height: 90px;
  }
.about-us-block
{
  height:auto;
}
}

input#button_payment {
  font-size: 18px !important;
}

button.btn.contact {
  color: #fff;
  background-color: #525252;
  font-size: 18px;
  font-weight: 300;
  border-radius: 0;
  padding: 8px 25px;
}

a.btn.btn-lg.btn-default-outline.btn_cc.payment-new {
  font-size: 16px;
}

a#clearpickup,
a#clearpickup:hover {
  color: #525252 !important;
  white-space: normal !important;
}

.sidebar_header a {
  font-weight: 300;
  font-size: 28px;
  font-family: adobe-garamond-pro, serif;
}

.sidebar_box ul {
  list-style: none;
  padding-left: 0px;
}

.sidebar_box ul li a {
  font-size: 16px;
}

.total_price input[type=text] {
 
  border: 1px solid #fff !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  padding: 0 !important;
  box-shadow: none;
  margin: -1px 0 0 0 !important;
}

button.btn.btn-default.search_submit,
button.btn.btn-default.search_submit:hover {
  background-color: #525252 !important;
  color: #fff !important;
  height: 40px;
}

div#gallery-images img {
  margin-bottom: 15px;
}

@media (max-width:767px) {
  .block-categories {
    margin-bottom: 15px;
  }
}

.extra {
  width: 120px;
  height: 150px !important;
}



/* ==============================================
        NEW ADD_ON SECTION
================================================= */
.addons_tab {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #595959;
  padding: 12px 0px !important;
}
.dlsxaN
{
  padding-top:40px;
}
#dynamic-form-1 .control-label,#dynamic-form-2 .control-label
{
  display:none;
}
#dynamic-form-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}

#dynamic-form-2 .form-group {
  flex: 0 0 48%;
  box-sizing: border-box;
}

/* Full width utility */
#dynamic-form-2 .form-group.full-width {
  flex: 0 0 100%;
}

#dynamic-form-2 .form-group:nth-last-child(-n+2) {
  flex: 0 0 100%;
}

/* Mobile */
@media (max-width: 767px) {
  #dynamic-form-2 .form-group {
    flex: 0 0 100%;
  }
}
.product_info span
{
  font-size:18px!important;
}
#funeral-order-helper p
{
  font-size:13px;
}

