/* temp style */


@media only screen and (max-width: 979px) {
.phone-img {
  padding-left: 125px;
}
}


  .logo-new {
    width: 307px;
  }
  @media only screen and (max-with: 1200px) {
    .logo-new {
    width: 80%;
  } 
  }
  .header-txt-1, .header-txt-2 {
    /*font-family: 'BebasNeueBold','Lato',Helvetica,Arial,sans-serif;*/
    font-style: normal;
    font-size: 18px;
    letter-spacing: .1px;
  }


button#zip-checkout {
    color: #000;
    padding: 10px 20px 10px 90px;
    border-radius: 5px;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: url(/images/button-zip.png) 6px no-repeat;
    margin-right: -10px!important;
}






@font-face {
  font-family: 'BebasNeueRegular';
  src: url('/custom/fonts/BebasNeueRegular.eot?#iefix') format('embedded-opentype'),  url('/custom/fonts/BebasNeueRegular.woff') format('woff'), url('/custom/fonts/BebasNeueRegular.ttf')  format('truetype'), url('/custom/fonts/BebasNeueRegular.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue-Thin';
  src: url('/custom/fonts/BebasNeue-Thin.eot?#iefix') format('embedded-opentype'),  url('/custom/fonts/BebasNeue-Thin.woff') format('woff'), url('/custom/fonts/BebasNeue-Thin.ttf')  format('truetype'), url('/custom/fonts/BebasNeue-Thin.svg#BebasNeue-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeueBold';
  src: url('/custom/fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),  url('/custom/fonts/BebasNeueBold.woff') format('woff'), url('/custom/fonts/BebasNeueBold.ttf')  format('truetype'), url('/custom/fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeueBook';
  src: url('/custom/fonts/BebasNeueBook.eot?#iefix') format('embedded-opentype'),  url('/custom/fonts/BebasNeueBook.woff') format('woff'), url('/custom/fonts/BebasNeueBook.ttf')  format('truetype'), url('/custom/fonts/BebasNeueBook.svg#BebasNeueBook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeueLight';
  src: url('/custom/fonts/BebasNeueLight.eot?#iefix') format('embedded-opentype'),  url('/custom/fonts/BebasNeueLight.woff') format('woff'), url('/custom/fonts/BebasNeueLight.ttf')  format('truetype'), url('/custom/fonts/BebasNeueLight.svg#BebasNeueLight') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BrushScript';
  src: url('/custom/fonts/BRUSHSCI.TTF') format('truetype');
  font-weight: normal;
  font-style: normal;
}

#mProducts {margin:0 -10px;}
#mProducts .text-center
{
  color:#000!important;
}
.bg-gray-lighter {
    background-color: #ebebeb;
    color: inherit;
  position:relative;
}
span.sale-badge {
    position: absolute;
    z-index:1;
    top: -10px;
    left: 20px;
    background-color: red!important;
    padding: 20px 13px;
    text-align: center;
    line-height: 1.6;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
} 

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'BebasNeueBold','Lato',Helvetica,Arial,sans-serif;
    font-weight: 400;
    line-height: 1.1;
    color: inherit;
 	margin-top: 11px;
    margin-bottom: 11px;
   /* color: #464646!important;*/
    color:#000!important;
}
.h4 {
  font-size: 22px !important;
}
a
{
  color:#000;
}
.navbar-default {
    background-color: #f7f7f7;
    border-color: #f1f1f1;
}

body {
    font-family: 'Open Sans',Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857143;
    /*color: #333333;*/
     color:#000;
    background-color: #fcfcfc;
}

.int-phone:before {content: "+"; position: relative; width: 10px; margin-right: 1px;}



/***** STYLE FOR SIDEBAR ******/
.sidebar h3{ font-size:22px !important; color:#000 !important; clear:both; display:block; margin:12px 0px !important; }
.sidebar_menu{margin:0px; padding:0px; float:left; }
.sidebar_menu ul{margin:0px; padding:0px; float:left; width:100%; overflow:hidden; }
.sidebar_menu ul li{margin:0px; padding:0px; float:left; width:100%;}
.sidebar_menu ul li a{color: #000; text-transform: none; display: block; padding:5px; font-size:18px; }
.sidebar_menu ul li a:hover{background-color: #f6f4ee !important; }
button.search_submit{height:40px; background-color:#d7d7d7 !important; color:#fff !important;  }
input#srch_products{height:40px;}
.search_box h3{margin:20px 0px 0px !important;}

.sidebar_menu{margin:0px; padding:0px; }
#searchform_top{height:55px !important; }

.fa-1-2x {
    font-size: 1.2em!important;
}
                     
                     /* ==========================================================================
Top Black Gradient Bar
========================================================================== */
.topbar-black-gra {
    background: #222222;
    background: -moz-linear-gradient(top, #222222 0%, #000000 100%);
    background: -webkit-linear-gradient(top, #222222 0%, #000000 100%);
    background: linear-gradient(to bottom, #222222 0%, #000000 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000', GradientType=0);

}
.black-gra-btn {
    background: #333333;
    background: -moz-linear-gradient(top, #333333 0%, #232323 100%);
    background: -webkit-linear-gradient(top, #333333 0%, #232323 100%);
    background: linear-gradient(to bottom, #333333 0%, #232323 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#232323', GradientType=0);
    border-left: 1px solid #111111;
    border-top: 1px solid #333333;
    border-right: 1px solid #111111;
    border-bottom: 1px solid #232323;
    padding: 4px 15px 4px 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    margin-left: -1px;
}
.black-gra-btn:hover {
  color:#fff;
}
.black-gra-btn i {
    padding-left: 7px;
    font-style: normal;
}

/******************************************************** 2. STYLE FOR HOMEPAGE ***********************************************************/

.content{margin:20px 0px !important; background-color:#fff; padding:0px !important; min-height:400px; }
.content-border{margin:20px 0 0 !important; background-color:#fff; padding:20px !important; min-height:300px;border:1px solid #ECE9E4; } 

.del-col{margin:30px 0;}
.del-col li{list-style-type:disc;color:#7a7a7a;margin-left:15px;font-size:14px;}
.del-title{text-transform:uppercase;font-weight:bold;border-bottom:1px solid #ECE9E4;padding:0 0 5px !important;margin: 0 0 10px !important;list-style-type:none !important;color:#3d3d3d !important;font-size:15px !important;}
.del-border{border-top:1px solid #ece9e4;margin:15px 0 0;}



@-moz-document url-prefix() {
   #slider1{ clear: both; top: -10px !important;}
}


.team-member img {
 border: 1px solid #eee;
 padding:10px;
 margin-bottom:30px;
}

.block-inverse {padding-left:15px!important;}     

.block-background {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/**** responsive slider *******/

.seo_container{
  background-color: #fbfbf9;
  position: relative;
  z-index: 40;
  -webkit-box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.09999999999999998);
  -moz-box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.09999999999999998);
  box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.09999999999999998);
  
}
            
.seo-heading-text {
    position: absolute;
    z-index: 99;
    right: 5%;
    width: 58%;
    top: 40%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px;
}                    
.seo-heading {
    position: relative;
}
                          
.seo-heading h4 { 
     color:#fff!important;
     text-shadow: 0px 0px 8px #333;
}
                          
@media (min-width:1350px) {
      .seo-heading h4 {
           font-size:80px!important;  
      }
} 

@media (max-width:1349px) and (min-width:980px) {
	.seo-heading h4{
           font-size:60px!important;  
      }
}
.seo-heading h5 {                         
    font-family: "BrushScript";
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
}

/******************************************************************* STYLE FOR FOOTER *******************************************************************/


.footer {
  position: relative;
  z-index: 50;
  background-color: #ffffff;
  padding: 40px 0;
  font-size: 13px;
 /* color: #797d7b;*/
  color:#000;
  -webkit-box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996);
  -moz-box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996);
  box-shadow: 0 -1px 2px rgba(71, 73, 72, 0.19999999999999996);
  /*color: @arguments;*/
}

.footer h4{color:#000 !important; font-size:22px !important; }
.footer1 li a, .footer2 li a, .footer3 li a{ font-size:18px !important; color:#464646 !important;}
.footer h6 {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 0 20px;
  /*color: #474948;*/
  color:#000;
  
  
}

.footer a{color:#000 !important; font-size:18px; }
.footer .links {  margin: 0;color: #797d7b;  text-decoration: none;}
.footer .links a {  color: #797d7b !important; text-decoration: none;}
.footer .links a:hover,
.footer .links a:focus {
  color: #34495e;
}

.footer_info p{margin:0px !important; padding: 10px 0px !important}
.footer_info a{color: #ADAFAE !important;}

.footer_pages{margin:0px; padding:0px !important; float:right; }
.footer_pages ul{float:right; margin:0px !important; padding:0px; }
.footer_pages ul li{float:left; margin:0px; padding:10px 0px; display:inline-block !important;}
.footer_pages li a{color:#ADAFAE !important; padding:10px !important; margin: 0px; }
.footer_pages li a:hover{color:#464646 !important; }

/********************************************************* STYLE FOR CONTACT US PAGE****************************************************************/

.contact_left{margin:0px !important; padding:0px !important;}
#map_canvas{height:400px;}
.control-group{padding-left:0px !important;}
.pages-text{padding:10px 0px; }
.contact_submit{padding:0px !important; }
.contact_form label{line-height: 30px; position: absolute; right: 20px !important; top: 0; bottom: 0; -moz-transition: 0s right ease; -ms-transition: 0s right ease; -o-transition: 0s right ease; -webkit-transition: 0s right ease; transition: 0s right ease; z-index: 0; }
.contact_form input{color: transparent; font-size: 12px; height:29px; -moz-transition: 0s all ease; -ms-transition: 0s all ease; -o-transition: 0s all ease; -webkit-transition: 0s all ease; transition: 0s all ease;}
.contact_form input{padding: 0 90px 0px 5px !important; min-width:200px; position: relative; z-index: 2;}
.contact_form textarea{padding: 0 90px 0px 5px !important; min-height:100px; min-width:200px; position: relative; z-index: 2;}
.contact_form input:focus   label{right: 10px;}
.contact_form input:focus{background-color: rgba(255,255,255,.6);}
.contact_form textarea:focus   label{right: 10px;}
.contact_form textarea:focus{background-color: rgba(255,255,255,.6);}

.contact_form input.login{padding:8px 6px !important; font-size:16px; color:#464646 !important; min-width:130px; margin:0px !important; background-color: #fff !important; text-transform:uppercase; border-radius: 0px !important; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border: 2px solid #000; height:auto !important;}
.contact_form input.login:hover{ background-color:#3d3d3d !important; border-color:#3d3d3d; color:#fff !important; -moz-transition: all 500ms; -o-transition: all 500ms; -webkit-transition: all 500ms; transition: all 500ms;}
.contact_form input.button_cancel{padding:8px 6px !important; font-size:16px; color:#9a9a9a !important; min-width:130px; margin:0px !important; background-color: #fff !important; text-transform:uppercase; border-radius: 0px !important; -moz-border-radius:0px !important; -webkit-border-radius:0px !important; border: 2px solid #9a9a9a; height:auto !important;}
.contact_form input.button_cancel:hover{ background-color:#9a9a9a !important; border-color:#9a9a9a; color:#fff !important; -moz-transition: all 500ms; -o-transition: all 500ms; -webkit-transition: all 500ms; transition: all 500ms;}

.contact_form h2{margin:0px !important;}
.contact_form span.required{font-size:11px;}
.contact_form div.register_submit{width:80% !important;}


/*******************************************************PRODUCT SMALL *************************************************************/



.car:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  position: relative;
  left: 20px;
  top: -8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



/**** Common styles for forms ****/

/**** STYLE FOR PLACEHOLDER *****/


/**** Credit Account Application *****/


/*
.credit_form input.form-control,  .credit_form textarea.form-control{border:1px solid #7a7a7a !important; }
*/




/******************************************************** FOR MEDIUM SIZE SCREENS ***********************************************************/
@media only screen and (min-width: 980px) and (max-width:1199px) {


/********************************* 1. MAIN STYLES FOR MEDIUM SIZE SCREENS **************************************/


}

/*************************************************STYLES FOR TABLET PORTRAIT - 768px - 979px ********************************************************/
@media only screen and (min-width: 768px) and (max-width:979px) {
  
  .seo-heading h4 { 
     font-size:40px;
  }

  .seo-heading h5 {                         
      font-size: 22px;
  }


/******************************************************** 1. MAIN STYLES FOR IPAD PORTRAIT ***********************************************************/





/************************************************ HEADER STYLES ***************************************************/



/************************************************ MAIN MENU STYLES FOR TABLET PORTRAIT ***************************************************/


/***** FOR DROPDOWN MENU  TABLET PORTRAIT *******/


/************** FOOTER STYLES TABLET PORTRAIT *************/

/*** STYLE FOR PRODUCT SMALLl***/



}
/*************************************************STYLES FOR MOBILE PORTRAIT ********************************************************/
@media only screen and (max-width: 767px) {
  
  .seo-heading h4 { 
     font-size:30px;
  }

  .seo-heading h5 {                         
     font-size: 18px;
  }


/******************************* 1. MAIN STYLES FOR MOBILE SITES ****************************************/




/************************************************ HEADER STYLES ***************************************************/



/************************************************ MAIN MENU STYLES FOR MOBILE PORTRAIT ***************************************************/


/***** FOR DROPDOWN MENU  MOBILE PORTRAIT *******/



.gray_ribbon_left, .gray_ribbon_right{font-size:16px;}

.more_info_arrow{ margin-right: 0px !important; }

/**** CONTACT US PAGE MOBILE PORTRAIT *****/
.contact_form{padding:0px !important; }
#map_canvas{height:200px; }

.contact_form div.register_submit{width:100% !important;}

/*** STYLE FOR GOOGLE RECAPTCHA***/
#recaptcha_reload_btn, #recaptcha_switch_audio_btn, #recaptcha_switch_img_btn,.recaptchatable a img, .recaptchatable td img, #recaptcha_logo, #recaptcha_whatsthis{display:none; }
.recaptcha_only_if_privacy{display:none; }
#recaptcha_table{width:315px !important; margin:0px; padding:0px; float:left; }
#recaptcha_area{width:315px !important; margin:0px; padding:0px; float:left; }

/*********************************** FOOTER STYLES MOBILE PORTRAIT ***********************************/


/**************************** PRODUCT SMALL MOBILE STYLE ************************************/


}

@media only screen and (min-width: 420px) and (max-width: 767px){
  

}

/*************************************************STYLES FOR MOBILE LANDSCAPE IPHONE 4S ********************************************************/
@media only screen and (min-width: 480px) and (max-width: 767px){
  

}

/*************************************************STYLES FOR MOBILE LANDSCAPE IPHONE 5S ********************************************************/
@media only screen and (min-width: 540px) and (max-width: 767px) {


}
 
@media only screen and (max-width: 540px) { 
 .seo-heading h4 { 
     font-size:14px;
  }

  .seo-heading h5 {                         
      font-size: 12px;
  }
}  
                                
                                
/******** start of shared.css **********/
                                
                                
                                
                                
/*--------define html tags------- */
.navbar{margin-bottom:0}
.navbar-default .navbar-nav>li>a {font-weight:600}
.btn-group > .btn {text-transform:capitalize!important}
                                 
.card:hover  {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-transition: all 300ms; 
    -o-transition: all 300ms; 
    -webkit-transition: all 300ms; 
    transition: all 300ms;
}



.hover a > img {
  opacity: 1;
  filter: alpha(opacity=100);
   -moz-transition: opacity ease 0.3s;
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;


}
.hover a > img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-transition: opacity ease 0.3s;
  -webkit-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
  .hover a > img
   -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;

}
                         
.sale {
    color: #fff;
    letter-spacing: 1.1px;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 10px;
    background: #ff0000;
    border-radius: 2px;
    position: absolute;
    top: 7px;
    left: 7px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
                         
 .stock {
    color: #fff;
    letter-spacing: 1.1px;
    text-align: center;
    text-transform: uppercase;
    padding: 3px 10px;
    background: #000000;
    border-radius: 2px;
    position: absolute;
    top: 7px;
    left: 7px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
                      
                         
.buy-now {
    color: #fff;
    letter-spacing: 1.1px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #d1ac53;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 25%;
    opacity: 0;
    width: 50%;
    font-size: 15px;
      cursor: pointer;

}
                         
                        
.card:hover span.buy-now {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	   -moz-transform: translateY(50%);
	        transform: translateY(50%);
}
                                  
                                  
.entry-image img {
    width: 100%;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
                                  
                                  .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}  

/******** end of shared ************/                                
                          
                          
/********* start of checkout.css ****/
                          
                          /* Customize the nav-justified links to be fill the entire space of the .navbar */

.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;
  font-family: 'Lora', "Helvetica Neue", Helvetica, Arial, sans-serif;
  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;
  }

}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}



.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;}
.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;}


#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;}
.addons_link:hover{background-color:#}
.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{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{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; }
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:0px 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{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: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; }
}

/******* end of checkout.css *********/
                                        
                                        
.btn {

  color: #fff;
}
 

ul.payment-icons {
    list-style: none;
    padding: 0;
} 
ul.payment-icons li {
    display: inline;
}
                                        

ul.footer-list a li img {
    margin-top: -12px;
}
                                   h1.largename {
    text-transform: capitalize;
}                                   
    
                                        
@media (max-width:768px) {
		.navbar-brand {
        	padding:2px 10px!important;
        }
        .navbar-default {
          background-color: #fff!important;
      }
}
                
td.weekday:hover {
    background-color: #0c7cd5!important;
    color: #fff;
}
                
.date-review,
.rating-review,
.author-review,
.comment-review {
	font-weight:bold!important;
}
.occasions ul li:first-child a {
    color: red!important;
}
.navbar-brand {
	padding:0px 10px!important;
}
                
p.heading-warning {
    margin-bottom: 0px;
    line-height: 31px;
    color: #fff;
    text-align: center;
    padding-left: 200px;
}       
.sidebar_menu.occasions ul li:first-child a {
    font-weight: 500!important;
}
#black-p-box {
    width: 180px;
    background-color: #000;
    float: right;
    padding: 10px;
    text-align: center!important;
    color: #fff!important;
	margin-bottom: 15px;
}
#black-p-box p {
    margin-bottom: 0px;
}
.sidebar_menu.occasions {
    margin-bottom: 25px;
}
ul.occasionlist li:first-child a {
    color: red!important;
    font-weight: 700;
}
.centered-svg {
  display: inline-block; /* Display the SVG as an inline element */
  vertical-align: middle; /* Vertically align the SVG in the middle */
}
                           
.instagram-content-wrapper
 {
   margin:0px!important;
   min-height:auto;
 }