    /* Out of stock */
    .price.out-of-stock {
      color: #c00;
      font-weight: bold;
    }

    /* Product grid container */
    #products-container.product-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: center;
      padding: 0;
      margin: 0;
      list-style: none;
    }

    /* Individual product card */
    .product-card {
      width: 220px;
      box-sizing: border-box;
      position: relative;
      cursor: pointer;
      background: #fff;
      border: 1px solid #eee;
      border-radius: 4px;
      overflow: hidden;
      transition: box-shadow 0.2s ease;
    }
    .product-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    /* Image wrapper */
    .product-image img {
      width: 100%;
      height: auto;
      display: block;
    }

    /* Info section */
    .product-info {
      padding: 10px;
    }
    .product-info h4 {
      margin: 0 0 5px;
      font-size: 1.4rem;
    }
    .product-info .description {
      display: block;
      font-size: 1.1rem;
      color: #666;
      margin-bottom: 8px;
    }
    .product-info .price {
      display: block;
      font-size: 1.2rem;
      margin-top: 5px;
    }

    /* Hover overlay */
    .product-overlay {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0,0,0,0.5);
      opacity: 0;
      transition: opacity 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .product-card:hover .product-overlay {
      opacity: 1;
    }
    .product-overlay-text {
      color: #fff;
      font-size: 1.2rem;
    }


#products-container img{
    margin: auto;
}

#search, #category{
    color: black;
    width: 150px!important;
}
#welcome{
    color: #333;  
    position: absolute;
    width:340px;
    left: calc( 50% - 170px);
    font-size: 29px;
    padding-top:20px;
    text-align: center;
}

@media (max-width: 767px)
{
    #welcome{

        width: 340px;

        font-size: 20px;
 
    }
}

.preketable tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 0px;
	margin: 0px!important;
}
.tablefix table {
	width: 100%!important;
}
.tablefix table tr td {
	text-align: left!important;
	vertical-align: top!important;
	padding-bottom: 10px;
}
.style15 {
	padding: 0px!important;
	margin: 0px!important;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    width: 100%;
    text-align: left;
    transition: 0.4s;
}
.accordion-icon {
	float: left;
	display: inline-block;
	margin-top: 7px;
	font-size: 28px!important;
	padding-right: 10px;
}
.accord-content {
	margin-top: -10px;
    padding: 10px;
    padding-top: 15px;
    background-color: white;
    display: none;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 15px;
}
.object-hidden {
	display: none;
}
.tooltip.in {
	opacity:1!important;
}
.tooltip-inner {
	background-color: #d2d2d2!important;
	max-width: 330px;
	width: 100%;
	padding: 10px;
}
.tooltip-arrow {
	border-left-color: #d2d2d2!important;
}
.calculator-moreinfo {
	float: right;
	display: inline-block;
	margin-top: 7px;
	font-size: 28px;
}
.calculator-shadow-top {
	background-image: url("img/shadow-top.png");
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 20px;
}
.calculator-shadow-left {
	background-image: url("img/shadow-left.png");
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}
input {
	border: 1px solid #cacaca!important;
}
.inputgreyout {
	background-color: #cacaca!important;
}
.inputdisplayinline {
	display: inline!important;
	margin-top: 10px!important;
	float:right!important;
	max-width: 50%!important;
	min-width: 20%!important;
	width: 100%!important;
}
.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0px!important;
	z-index: 9999!important;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel {
    z-index: -9999;
}
.carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
}
#menu {
    box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
    z-index:9999;
}
#footer {
    box-shadow: 0 0px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
    z-index:9999;
}
.hvr-underline-from-center:before {
	background-color: #7d9a58!important;
}
.button-extralarge {
	font-size: 22px!important;
	padding: 20px;
}
body{
	margin:0;
	padding:0;
    background:#FFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a,button{transition: all .3s ease-in-out;outline: none!important;} /* Prevent ugly blue glow on chrome and safari */
a:hover{text-decoration: none; cursor:pointer;}

#page-loading-blocs-notifaction{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 50px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
}


/* Sizes */

.bloc-sm{
	padding:20px 50px;
}
.bloc-xxl{
	padding:200px 50px;
}
.bloc-lg{
	padding:100px 50px;
}
.bloc-md{
	padding:50px;
}

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	position: relative;
	padding-top: 100px;
}
.bloc-fill-screen > .container{
	position:relative;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	position: absolute;
	margin: 20px auto;
	left: 0;
	right: 0;
	z-index: 1;
	transform: none;
}
.bloc-fill-screen .fill-bloc-top-edge{
	top:0;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	top: initial;
	bottom: 20px;
}
.blocs-hero-btn-dwn{
	width: 58px;
	height: 58px;
	display: block;
	margin:0 auto;
	line-height: 58px;
	padding: 0;
	border-radius: 50%;
	text-align: center;
	font-size: 18px;
	color: rgba(255,255,255,.8);
	background: rgba(0,0,0,.6);
	border:0;
}
.blocs-hero-btn-dwn:hover{
	color: rgba(255,255,255,1);
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: #E3E3E3;
	min-height:100vh;
	position:absolute;
	width: 100%;
	position: fixed;
}


/* Background Effects */

.b-parallax{
	background-attachment:fixed;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a,.d-bloc .navbar-brand, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc .navbar-brand:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .panel{
	color:rgba(0,0,0,.5);
}
.d-bloc .panel button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .panel icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .panel .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .panel .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .panel .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .panel .btn-wire, .d-bloc .panel .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .panel,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .panel button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .panel .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .panel .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc .navbar-brand,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .panel .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc .navbar-brand:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .panel .btn-wire,.d-bloc .panel .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}

/* Bloc text custom styling */


/* = NavBar
-------------------------------------------------------------- */

.navbar{
	margin-bottom: 0;
	z-index:1;
	margin-bottom: 6px;
	margin-top: 0px;
}
.navbar-brand{
}
.navbar-brand img{
	min-height: 130px;
	display:inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	margin: 0px;
	margin-right: 15px;
	margin-top: -5px;
	border-radius: 0px 0px 20px 20px;
	box-shadow:0px 0px 15px rgba(0,0,0,.3);
}
.nav-center .navbar-brand img{
	margin:0;
}
.navbar .nav{
	padding-top: 2px;
	margin-right: -16px;
	float:right;
	z-index:1;
}
.nav > li{
	float:left;
	margin-top:4px;
	font-size:16px;
}
.navbar-nav .open .dropdown-menu > li > a{
	text-align: inherit;
}
.nav > li a:hover, .nav > li a:focus{
	background:transparent;
}
.navbar-toggle{
	margin: 10px 10px 0 0;
	border: 0px;
}
.navbar-toggle:hover{
	background:transparent!important;
}
.navbar-toggle .icon-bar{
	background-color: rgba(0,0,0,.5);
	width: 26px;
}
 /* Inverted navbar */

.nav-invert .navbar .nav{
	float:left;
}
.nav-invert .navbar-header, .nav-invert .navbar-brand{
	float:right;
	position:relative;
	z-index:2;
}
@media (min-width: 768px){
	.site-navigation{
		position:absolute;
		top:50%;
		right:20px;
		transform:translate(0, -50%);
		-webkit-transform:translateY(-50%);
	}
	.nav > li .dropdown-menu a,.nav > li .dropdown-menu a:hover{
		color:#484848;
	}
	.nav-invert .site-navigation{
		left:0;
		right:0;
	}
	.nav-center{
		text-align:center;
	}
	.nav-center .navbar-header{
		width:100%;
	}
	.nav-center .navbar-header, .nav-center .navbar-brand, .nav-center .nav > li{
		float: none;
		display:inline-block;
	}
	.nav-center .site-navigation{
		position:relative;
		width:100%;
		right:0;
		margin-right:0px;
		margin-top:20px;
	}
.nav-center.mini-nav .navbar-toggle{
	float:none;
	margin: 10px auto 0;
	}
}
.nav > li > .dropdown a{
	background: none!important;
	display: block;
	padding: 14px 15px;
}

nav .caret{
	margin: 0 5px;
}
/* Dropdown Menus SubMenu */
	.dropdown-menu .dropdown-menu{
	top:-8px;
	left:100%;
}
.dropdown-menu .dropmenu-flow-right{
	top:100%;
	left:0;
	margin-left: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.dropdown-menu .dropdown span{
	border: 4px solid black;
	border-top-color:transparent;
	border-right-color:transparent;
	border-bottom-color:transparent;
	margin: 6px -5px 0 0!important;
	float: right;
}
/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}

/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn{
	margin: 0 5px 5px 0;
}
.btn.pull-right{
	margin: 0 0 5px 5px;
}
.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.btn-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.icon-spacer{
	margin-right:5px;
}
.menuiconback {
	line-height: 0px;
	font-size: 20px!important;
	position: absolute;
	display: block;
	padding: 5px;
	top: 11px;
	left: 0px;
	margin-right: 15px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-lg{
	font-size:60px!important;
}

/*  Rounded Image */
.img-rd{
	border-radius:6px;
}
.img-rd-md{
	border-radius:20px;
}
.img-rd-lg{
	border-radius:34px;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}


/* = Panels
-------------------------------------------------------------- */
.panel{
	border:0px none;
	background-color: rgba(31,73,95,0.75);
	color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,.4);
}
.panel-heading, .panel-footer{
	background-color: inherit;
	border-radius: 4px 4px 0px 0px;
}
.panel-sq, .panel-sq .panel-heading, .panel-sq .panel-footer{
	border-radius:0;
}
.panel-rd{
	border-radius:30px;
}
.panel-rd .panel-heading{
	border-radius:29px 29px 0 0;
}
.panel-rd .panel-footer{
	border-radius:0 0 29px 29px;
}
.panel-body {
	vertical-align: top;
}

/* = Dividers
-------------------------------------------------------------- */
.divider-h{
	padding:20px 0;
}
.divider-h span{
	display: block;
	border-top:1px solid transparent;
}
.divider-half{
	width: 50%;
	margin: 0 auto;
}
.dropdown-menu .divider-h,.dropdown-menu .divider-half{
	padding:0;
}

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}

/* iFrame */

iframe{
	border:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:40px;
	height:40px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity: 0;
	z-index: 99999;
	transition: all .3s ease-in-out;
}
.scrollToTop span{
	margin-top: 6px;
	color: #ffffff;
}
.showScrollTop{
	font-size: 14px;
	opacity: 1;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Ubuntu";
	font-size:15px;
	line-height:20px;
}
.container{
	max-width:1170px;
}
.logo-fp{
	max-height:150px;
}
.fp-panels{
	min-height:1px!important;
}
.panel-body p img {
	max-width: 100%!important;
	height: auto!important;
	width: auto!important;
	margin-top: -25px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

.panel-body {
	padding-top: 5px!important;
	text-align:justify!important;
	vertical-align:top!important;
}
.panel-body p {
	vertical-align:top!important;
}
.fp-hello{
	color:#FEFFFE!important;
}
.fp-custopanelpad{
	margin-bottom:30px;
	/*min-height: 405px!important;*/
}
.soc-hover{
	color:#989898!important;
}
.soc-hover:active{
}
.soc-hover:hover{
	color:#7d9a58!important;
}
.button-fp-panel:hover{
	background-color:#7d9a58;
}
.howto-button-pad{
	margin-bottom:15px;
}
h1{
	font-size:32px;
}
h2{
	font-size:28px;
}
h3{
	font-size:26px;
}
h4{
	font-size:22px;
}
h5{
	font-size:18px;
}
.navbar-nav li a{
	color: #7d9a58!important;
}
a{
	color:#7d9a58!important;
}
h6{
	font-size:12px;
}
.dividesize{
	height:1px;
	padding:0px 0px 0px 0px;
	background-color:#999999;
	margin-bottom:20px;
	margin-top:20px;
}
.funeral-price-align{
	margin-top:-35px;
	background-color:#7d9a58;
	display:block;
	float:right;
	padding:10px 10px 10px 10px;
	color:#FEFFFE!important;
	font-weight:bold;
	border-radius:6px 6px 6px 6px;
	min-width: 80px;
	text-align: left;
}
.funeral-item{
	background-color:#CCCCCC;
	padding:5px 5px 5px 5px;
	border-radius:6px 6px 6px ;
}
.funeral-divider{
	max-height:1px;
	min-height:1px;
	background-color:#D8D8D8;
	height:1px;
	margin:15px 15px 15px 15px;
	padding:0px 0px 0px 0px;
}
.funeral-pricetag{
	background-color:#7d9a58;
	color:#FEFFFE!important;
	float:right;
	margin:0px 0px 0px 0px;
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
	border-radius:20px 20px 20px 20px;
}
.funeral-price{
	font-size:60px;
	display:block;
	margin-top:-10px;
	margin-bottom:15px;
	overflow:visible;
	float:none;
	margin-left:20px;
}
.funeral-pricepm{
	margin-left:88px;
	margin-top:-20px;
	display:block;
}
.calc-bold-option{
	font-weight:bold;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{
	background-color:#ffffff;
}
.bgc-manatee{
	background-color:#999999;
}
.bgc-rose-pink{
	background-color:#7d9a58;
}
.bgc-light-gray{
	background-color:#D2D2D2;
}

/* Text colour styles */

.tc-manatee{
	color:#999999!important;
}
.tc-rose-pink{
	color:#1f495f!important;
}
.tc-rose{
	color:#545454!important;
}
.tc-white{
	color:#ffffff!important;
}
.tc-rose-light {
	color:#7d9a58!important;
}
.tc-outer-space{
	color:#FFFFFF!important;
}
.tc-headingpanel{
	color:#7d9a58!important;
}
/* Button colour styles */

.btn-rose-pink{
	background:#1f495f;
	color:#FFFFFF!important;
}
.btn-rose-pink:hover{
	background:#7d9a58!important;
	color:#ffffff!important;
}
.btn-manatee{
	background:#7d9a58;
	color:#ffffff!important;
}
.btn-manatee:hover{
	background:#ffffff!important;
	color:#7d9a58!important;
}
.btn-light-gray{
	background:#D2D2D2;
	color:#515151!important;
}
.btn-light-gray:hover{
	background:#0072b9!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-rose-pink{
	color:#7d9a58!important;
}
.ltc-rose-pink:hover{
	color:#7d9a58!important;
}
.ltc-rose{
	color:#7d9a58!important;
}
.ltc-rose:hover{
	color:#ffffff!important;
}
.ltc-white{
	color:#ffffff!important;
}
.ltc-white:hover{
	color:#ffffff!important;
}

/* Icon colour styles */

.icon-white{
	color:#ffffff!important;
	border-color:#ffffff!important;
}

/* Bloc image backgrounds */


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc{
        padding-left: 20px; 
        padding-right: 20px;  
    }
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 992px) and (min-width: 768px)
{
    .navbar .nav{
		max-width:80%
    }
	.nav-center.navbar .nav{
		max-width:100%
    }
#animation_container {
	margin: 0px!important;
	margin-left: -30px!important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {.b-parallax{background-attachment:scroll;}}
@media (max-width: 991px)
{
    .container{width:100%;}
    .b-parallax{background-attachment:scroll;}
    .page-container, #hero-bloc{overflow-x: hidden;position: relative;} /* Prevent unwanted side scroll on mobile */
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
    .bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{padding:0 20px;padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);}
}
@media (max-width: 767px)
{
    .page-container{
        overflow-x: hidden;
        position:relative;
    }
    h1,h2,h3,h4,h5,h6,p,#disqus_thread{
        padding-left:10px!important; 
        padding-right:10px!important; 
    }
    .b-parallax{
        background-attachment:scroll;
    }
    .navbar .nav{
        padding-top: 0;
        border-top:1px solid rgba(0,0,0,.2);
        float:none!important;
    }
    .navbar.row{
        margin-left: 0;
        margin-right: 0;
    }
    .site-navigation{
	   position:inherit;
	   transform:none;
	   -webkit-transform:none;
	   -ms-transform:none;
    }  
    .nav > li{
        margin-top: 0;
        border-bottom:1px solid rgba(0,0,0,.1);
        background:rgba(0,0,0,.05);
        text-align: left;
        padding-left:15px;
        width:100%;
    }
    .nav > li:hover{
        background:rgba(0,0,0,.08);
    }
    .dropdown .dropdown a .caret{   
        float: none;
        margin: 5px 0 0 10px!important;
        border: 4px solid black;
        border-bottom-color: transparent;
        border-right-color: transparent;
        border-left-color: transparent;
    }
    
    #hero-bloc .navbar .nav{
        background:rgba(0,0,0,.8);
    }
    #hero-bloc .navbar .nav a{
        color:rgba(255,255,255,.6);
    }
    .hero{
        padding:50px 0;
    }
    .hero-nav{
        left:-1px;
        right:-1px;
    }
    .navbar-collapse{
        padding:0;
        overflow-x: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-brand img{
        max-height: 40px;
        width:auto;
        margin: 0px;
        padding: 0px;
        border: none;
        border-radius:0px;
        background-color: inherit;
        box-shadow: none;
        min-height: 54px;
    }
    .nav-invert .navbar-header{
        float: none;
        width:100%;
    }
    .nav-invert .navbar-toggle{
        float:left; 
        margin-left:10px;
    }
    .bloc{
        padding-left: 0; 
        padding-right: 0;
    }
    .bloc-xxl,.bloc-xl,.bloc-lg{
        padding: 40px 0;
    }
    .bloc-sm,.bloc-md{
        padding-left: 0; 
        padding-right: 0;
    }
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container, .bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
        padding-left:0;padding-right:0;
    }
    .a-block{
        padding:0 10px;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .video-bg-container{
        display:none;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}

@media (max-width: 400px)
{    
    .bloc{
        padding-left: 0; 
        padding-right: 0;
    }
}
@media (max-width: 767px){
	 /* = Text Mobile Alignment Classes
-------------------------------------------------------------- */
.text-center-xs{
	text-align:center;
}
#animation_container {
	margin: 0px!important;
	margin-left: -20px!important;
}
}

#input_200 {
	font-size: 50px!important;
	line-height: 0px!important;
	color: #ffffff!important;
	text-decoration: none!important;
	border-radius: 10!important;
	border: none!important;
	background-color: #7d9a58!important;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 24px;
	padding-right: 0px;
	max-height: 100px!important;
	height: 100%!important;
	z-index: 1!important;
}
.calculator-randvaluepm {
	position: relative!important;
	float: right!important;
	z-index: 999!important;
	text-align: right!important;
	color: #333!important;
	font-size: 25px!important;
	top: -35px!important;
	color: #ffffff!important;
	width: 100%!important;
	margin-right: 2px;
}
.calculator-randvalue {
	position: relative!important;
	float: right!important;
	margin-right: -20px!important;
	z-index: 999!important;
	color: #ffffff!important;
	font-size: 24px!important;
	top: 30px;
	font-weight: bold;
}
.bg-carousel2 {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -9999;
}

@font-face {
	font-family:Montserrat;
	src:url(../fonts/Montserrat-Regular.woff2) format('woff2'),
		url(../fonts/Montserrat-Regular.woff) format('woff');
	font-weight:400;font-style:normal}
@font-face {
	font-family: Montserrat,sans-serif;
	src: url(../fonts/);
}

.mt-10 {
	margin-top: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.clearfix {
	display: inline-block;
}

.shop_item_main {
	cursor: pointer;
	padding-top: 10px;
}

.shop_item_main:hover {
	background: rgba(255, 255, 255, 0.1);
}

.shop_image {
	border-radius: 10px 10px 0px 0px;
}

.shop_item {
	text-align: center;
}

.shop_item h4 {
	margin-bottom: 10px;
}

.shop_item .description {
	font-size: 12px;
	display: block;
}

.price {
	font-weight: bold;
	display: block;
	font-size: 18px;
}

.middle {
	transition: .3s ease;
	opacity: 0;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width:  100%;
}

.shop_item_main:hover .shop_item_main {
	opacity: 0.6;
}

.shop_item_main:hover .middle {
	opacity: 1;
}

.middle .text {
	background-color: #3399FF;
	color: white;
	font-size: 16px;
	line-height: 40px;
	padding: 0 32px;
	width:  100%;
}

.breadcrumbs {
	font-size: 12px;
	font-style: italic;
}

.full_price {
	margin-bottom: 30px;
	font-size: 35px;
	font-weight: bold;
}

.full_description p {
	font-family: Montserrat,sans-serif;
	font-size: 13px;
}

.singleQty {
	font-size: 12px;
	text-align: left;
	display: block;
	line-height: 20px;
	font-weight: 600;
	letter-spacing: .63px;
	font-family: Oxanium,sans-serif;
	margin-bottom: 5px;
}

.numberArrowWrap {
	float: left;
	width: 115px;
	border: 1px solid #dcdcdc;
	position: relative;
	height: 48px;
	background: #FFFFFF;
	border: none;
}

.numberArrowWrap .numberArrows {
	border: none;
	width: 100%;
	height: 100%;
	text-align: center;
	background: 0 0;
	color: #242122;
	font-size: 20px;
}

.js_addToBasketButton {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .88px;
	font-family: Oxanium,sans-serif;
	color: #fff;
	background: #E43228 ;
	border: none;
	padding: 12px 18px 13px 18px;
}

.shop_back {
	margin-right: 10px;
	cursor: pointer;
}

.out_of_stock {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .88px;
	font-family: Oxanium,sans-serif;
	color: #fff;
	background: #E43228 ;
	border: none;
	padding: 12px 18px 13px 18px;
}

.hide {
	display: none;
}

/* Style the Image Used to Trigger the Modal */
#myImg {
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 99999; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
}

@keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
}

/* The Close Button */
.close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.close:hover,
.close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
	.modal-content {
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	#desktopTable {
		display: none;
	}
	#mobileView {
		display: block;
	}
}

@media only screen and (min-width: 501px) {
	#desktopTable {
		display: block;
	}
	#mobileView {
		display: none;
	}
}

#footer {margin-top: 300px;}