body {
    font-family: montserrat;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 1px;
  	font-weight:400;
}ffff
@media (min-width:1350px){
    .container {
        width: 1284px!important;
    }
}
div#homepage-content p {
    font-size: 16px;
    color: #ffffff;
}
/* ===========================================
					NAVBAR
============================================== */
.top-margin {
  height:110px;
}
@media (max-width:1100px) {
   .top-margin {
    height: 50px;
   }
}
div#top-bar {
    background-color: #c87c7d;
}
div#top-bar p {
    margin-bottom: 0px;
    text-align: center;
    line-height: 32px;
    color: #fff;
}
.navbar {
    /* padding: 30px 0; */
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.main-navbar {
    background: rgba(0, 0, 0, 0.7);
    padding: 7px 0;
}

.main-navbar-wrapper {
    padding: 0 85px;
}

.navbar-nav>li>a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 300;
}
.navbar.scrolled{
  background:#c87c7d;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background: none;
    color: #fff;
}

.navbar-toggle {
    background-color: #112d32;
    border: 1px solid #fff;
    border-radius: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-collapse {
    max-height: none !important;
}

.main-navbar ul.navbar-nav>li.active>a {
    color: #fff;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
	background:none!important;
}
.navbar {
    background-color: #c87c7d;
}
ul.nav.navbar-nav {
    margin:25px auto;
}
.navbar-fixed-top {
	border:none!important;
}
@media (min-width:1101px) {
    .navbar-brand {
       /* padding: 0px 0px 10px!important;*/
    }
  	.navbar-brand {
        height: 100px!important;
    }
  	.navbar-brand img {
        height: 100px!important;
      	margin-right: 25px;
    }
}
@media (max-width: 1100px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
  
}
@media (max-width:1100px) and (min-width:768px) {
  	a.navbar-brand img {
    	height: 45px;
	}
  	.navbar-brand {
    	padding: 8px 10px;
    }
}

@media (max-width:767px) {
	ul.nav.navbar-nav {
      text-align: center;
	}
  	a.navbar-brand img {
    	height: 45px;
	}
  	.navbar-nav .open .dropdown-menu>li>a {
        text-align: center;
        color: #fff!important;
    }
  	.navbar-nav .open .dropdown-menu>li>a:hover {
    	background-color:#112d32!important;
        color:#fff!important;
    }
  	a.navbar-brand {
        padding: 5px 0px!important;
    }
  	.main-navbar-wrapper {
        padding: 0 20px;
    }	
  	a.fancybox img {
        width: 95%;
    }
  	#mProducts > div img {
        width: 100%;
    }
    footer {
        text-align: center;
    }
	footer img {
        margin: auto;
    }
}

@media(max-width:1130px) and (min-width:1100px) {
	.hidden-elements {
    	display:none;
    }
}

.centered-svg {
  display: inline-block; /* Display the SVG as an inline element */
  vertical-align: middle; /* Vertically align the SVG in the middle */
}

/* ===============================================
					HOMEPAGE
=============================================== */
div#home-heading h1 {
    font-size: 44px;
}
a.btn.btn-homepage, a.btn.btn-homepage:hover {
    background: rgba(136, 189, 188, 0.7);
    padding: 15px 30px;
    font-size: 14px;
    color: #fff!important;
    margin-top: 30px;
    border-radius: 5px;
    border: 2px solid #fff;
    letter-spacing: 1.5px;
}
.homepage-heading, div#homepage-content h3 {
    color: #4f4a41;
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 300;
    text-align: center;
    margin-top: 50px;
    text-transform: uppercase;
}
div#instagram p {
    font-size: 24px;
    color: #4f4a41;
}
div#homepage-content {
    margin:50px auto;
    max-width: 992px;
    text-align: center;
}
div#homepage-main-wrapper {
    background-color: #c87c7d;
    margin: 50px auto 0px;
}
div#wedding-bg {
    background-image: url("/images/wedding-bg-2023.jpg");
    background-repeat: no-repeat;
  	background-position: center;
    background-size: cover;
    height: 600px;
  	position: relative;
}
.btn-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.btn-wrapper a,
.btn-wrapper a.btn:hover {
    color: #333!important;
    border: 1px solid #fff!important;
    border-radius: 0px;
    padding: 10px 25px;
    font-weight: 800;
    background-color: rgba(255,255,255,0.5);
}
div#instagram {
    margin-top: 50px;
}
/******************************************
				PRODUCT SMALL
******************************************/
.product-name {
    font-size: 18px;
    font-weight: 400;
    display: block;
    line-height: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-price {
    font-size: 16px;
    font-weight: 400;
}
.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;
}
.clearfix {
    margin-bottom: 20px;
}
@media (min-width:992px){
	.product-small {
    	width:301px;
      	height:301px;
      	object-fit:cover;
    }
}
/* ===============================================
				PRODUCT MAIN
================================================*/
.colour-options .btn,
.purchase-options .btn{
        font-weight: 400;
        border-radius: 0px;
  		font-size:14px;
        margin-bottom: 10px;
  		margin-right: 5px;
}   
                              
.colour-options .btn-default,
.purchase-options .btn-default {
    	border-color: #7b7b7b!important;
    	color: #7b7b7b;                          
}                           
                              
.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: #333;
    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:#333;
    color:#fff!important;
} 
.total_price input[type=text] {
    height: 40px!important;
    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;
    color: #333;
}
button.btn.buynow_button {
    color: #fff;
    background-color: #c87c7d;
    font-size: 25px;
    font-weight: 400;
    border-radius: 0;
    width: 100%;
}
div#afterpayrow {
    margin-top: 15px;
}
.product_addon_main {
    margin-top: 20px;
}

/* ==============================================
			FOOTER
================================================= */
footer {
    background-color: #c87c7d!important;
    margin-top: 100px;
    padding-top: 50px;
}
footer ul {
    display: inline-block;
    margin-right: 10px;
    list-style-type: none;       
}
footer h4, footer ul li, footer ul li a, footer p, footer p a  {
    color: #fff!important;
    letter-spacing: 1px;
}

footer h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
}
.footer-list ul {
    list-style-type: none;
    padding-left: 0;
}
.copyright small {
    font-size: 12px!important;
    letter-spacing: 1px;
}
p.branding {
    font-size: 13px;
    font-weight: 400;
}

/* ==============================================
			CONTACT
================================================= */
.btn.send_button {
    background-color: #c87c7d!important;
    width: 100%;
    color: #fff!important;
    border-radius: 0px;
    padding: 10px;
    font-size: 18px;
}


/* ==============================================
			CATEGORIES
================================================= */



.heading-category h1 {
    display: none!important;
}
ul.categories {
    list-style: none;
    padding-left: 0px;
    margin-top: 50px;
    margin-bottom: 50px;
}
ul.categories li {
    display: inline-block;
    width: 18%;
    margin-right: 14px;
}
ul.categories li {
    margin-bottom: 10px!important;
}                   
@media (max-width:767px) {
	ul.categories li {
        width: 45%;
    }
  	
}

             
ul.categories li a {
  	display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    padding: 6px 12px;
    line-height: 1.6;
    width: 100%;
    border: 2px solid #c87c7d;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 400;
    color:#c87c7d;
    text-align: center;
}
ul.categories li a:hover {
    background-color:#c87c7d!important;
    color:#fff!important;
    border: 2px solid #c87c7d;
}




/* ==============================================
			CHECKOUT
================================================= */
.nav-justified {
  background-color: #eee;
  border: 1px solid #eee;
  border-radius: 0px;
}
.nav-justified > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #777;
  font-size:17px;
  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 */
  border-bottom: 1px solid #d5d5d5;
}
.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #ccc;
  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);
  color: #000;
}


@media (min-width: 768px) {

  .nav-justified > li > a {
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #fff;
  }

}

.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:#2f2f2f;  display:block;padding:14px 4px;}
.addons_link:hover{background-color:#}
.sidetabheading{}
.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{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;}

.total_price input[type="text"]{ height:40px !important; border:1px solid #fff !important; font-size: 20px !important; font-weight: 300 !important;  padding:0px !important; box-shadow:none; margin:-2px 0px 0px 0px;}
#orderpic{padding:0px 5px !important;text-align: center; }

/***** PRODUCT MAIN SOCIAL SHARE ICONS *****/
.product-share-button {float:left;margin-right:10px;}
#tweet {padding-top: 3px;} 
#fbnew {margin-top: -2px;}  
#pin {margin-top: -2px;}  



/************* 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 #595959; 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:#2f2f2f; font-weight:400; display:block;padding:10px 4px;}
.addons_link:hover{background-color:#}
.sidetabheading{font-weight:400; color:#262626; }
.extra{color:#262626;width:120px; height:230px; float:left; margin:0px 2px 2px 0px; padding:10px; font-size:12px; text-align:center; }
.extra img{display:block; margin:0px auto;}
.extra a { color:#262626; }
       
#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;}
.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: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{content: '';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; color: #000; }
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;}
#cartprogress{margin:50px 0px 20px !important; }

.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{color:#000; 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;height: 270px!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:979px) {


/**************** 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) {

.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; }
}
                                        
                                        
.affix {
	width:inherit;
	z-index:100;
    padding-right: 20px;
  	max-width: initial!important;
  	top:60px;
}

.affix-bottom {
  	position: absolute;
  	max-width: initial!important;
  	z-index: 100;
  	width: 100%;
    padding-right: 20px;
}

@media screen and and (min-width: 992px) {
	.affix {
    	
	}
      
}
@media screen and (min-width: 1200px) {
	.affix {
    	padding-right: 0;
      	max-width: 270px!important;
	}
      
}
input#nextenterbutton,
input#button_payment,
input#login_button,
input#register_button {
    background-color: #c87c7d!important;
    border-color:#c87c7d!important;
}
span#delivery_heading {
    display: block;
    text-align: center;
}
input#button_payment {
    font-size: 16px;
}
div#choosedeliveryoption div a {
    font-size: 12px!important;
} 
a#clearpickup {
    white-space: normal;
    color: #000!important;
} 
a.btn.btn-lg.btn-default-outline.btn_cc.payment-new {
    font-size: 16px;
}

.card .card-header.bg-inverse {
    background: #c87c7d;
}                          
.btn-group-vertical>.btn {
    white-space: normal;
}
              
div#cartprogress {
    margin-top: 100px!important;
}
h1#login_heading,#checkout_heading {
    margin-top: 100px;
}
h1#register_heading {
    margin-top: 100px;
}
span#delivery_heading {
    display: block;
    text-align: center;
}
a.btn.btn-lg.btn-default-outline.btn_cc.payment-new {
    font-size: 16px!important;
}
div#choosedeliveryoption a {
    font-size: 12px!important;
}
#gallery-images img {
	margin-bottom:15px;
}
h1#login_heading,
h1#register_heading{
    margin-top: 150px;
}
/* ==============================================
			NEW ADD_ON SECTION
================================================= */
.addons_tab {
    margin: 0;
    width: 100%;
    border-bottom: 1px solid #595959;
    padding: 12px 0px!important;
}
          a.btn.btn-lg.btn-default-outline.btn_cc.payment-new {
    font-size: 15px!important;
}
.extra {
    width: 120px;
    height: 190px!important;
}
 
ul.social-media {
    list-style: none;
    padding-left: 0px;
}
          ul.social-media li {
    font-size: 28px;
    display: inline-block;
}
.stepper-wrapper
 {
   margin-top:100px!important;
 }

.new_chocolate {
    background: url(/images/addon-chocolates-icon.jpg) no-repeat right;
    background-size: 45px 45px;
}
.new_teddy {
    background: url(/images/addon-teddy-icon.jpg) no-repeat right;
    background-size: 45px 45px;
}
.new_wine {
    background: url(/images/addon-wine-icon.jpg) no-repeat right;
    background-size: 45px 45px;
}
.new_balloon {
    background: url(/images/addon-balloons-icon.jpg) no-repeat right;
    background-size: 45px 45px;
}
.new_candles {
    background: url(/images/candle-icon.jpg) no-repeat right;
    background-size: 45px 45px;
}
.new_roomspray {
    background: url(/images/roomspray-icon.jpg) no-repeat right;
    background-size: 45px 45px;
}  