﻿*{
    padding: 0;
    margin: 0;
}



body, html{
    height: 100%;
    overflow-x:hidden;
}

body {
    color: #252525;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
}

h1,h2
{
   font-family: 'Source Sans Pro', sans-serif;
}
.top-area{
  
      background-color: #0c7f03;
   padding:5px;
    color: #fff;
}
.alert-info {
    background-color: #e0ffd7;
    border-color: #a8ffb7;
    color: #000000;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

#page-icon {
    background-color: #3d5c9b;
    border-radius: 0px;
    padding: 8px;
    font-size: 20px;
    width: 35px;
    height: auto;
    text-align: center;
    text-decoration: none;
    /* margin: 5px 5px; */
    color: #ffffff;
}

.article-social{
    float: right;
}

.btn-primary {
    color: #ffffff;
    background-color: #0c7f03;
    border-color: #0c7f03;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #0e9c03;
    border-color: #0e9c03;
}

.form-control:focus {
    border-color: #0c7f03;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

a {
    color: #292929;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #292929;
    text-decoration: none;
}

a.lb-prev:hover,
a.lb-next:hover{
	display: block !important;
}

.pd-0{
    padding-left: 20px;
    padding-right: 20px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-brand > img {
    height: 100%;
    /*padding: 15px;*/
    width: auto;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7;
    padding-top: 8px;
    padding-bottom: 8px;
}

.navbar{
    margin-bottom: 0px;
}

.right-area{
    list-style:none;
}

.quote {
    padding: 50px;
    text-align: center;
}

.category-section {
    position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wedding {
    background-image: url(images/slider/paralbg1.jpg);
    min-height: 200px;
}

#quote-row {
    background-color: #292929;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.product-tile-title {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: .06em;
	font-family: 'Source Sans Pro', sans-serif;
    
}

.product-tile-final-price {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    color: #292929;
}

.lazy[style]{
	
    background-size: auto !important;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
	}


/* Carousel*/
.carousel .item {
    width: 100%; /*slider width*/
    max-height: 600px; /*slider height*/
    
}

.carousel .item img {
    position: relative;
    width: 100%; /*img width*/
}

.carousel .carousel-control.right,
.carousel .carousel-control.left {
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0) 0%), color-stop(rgba(0, 0, 0, 0) 100%));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    font-size: 50px;
}

.owl-nav {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
}

.owl-prev, .owl-next {
	position: absolute;
	height: 100px;
	color: inherit;
	background: none;
	border: none;
	z-index: 100;
}
.owl-prev i, .owl-next i {
	font-size: 3.5rem;
	color: #323232;
}


.owl-prev {
	left: 0;
}

.owl-next {
	right: 0;
}

.content {
    position: absolute;
    padding: 20px;
    top: 25%;
    left: 20%;
    z-index: 10000;
    text-align: center;
    background-color: rgba(0,0,0,0);
    animation: fadein 2s;
    animation-delay: 3s;
    animation-fill-mode: forwards;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    -moz-animation-delay: 3s; /* Firefox */
    -webkit-animation-delay: 3s; /* Safari and Chrome */
    -o-animation-delay: 3s; /* Opera */
    -moz-animation-fill-mode: forwards; /* Firefox */
    -webkit-animation-fill-mode: forwards; /* Safari and Chrome */
    -o-animation-fill-mode: forwards; /* Opera */
}

@keyframes fadein {
    from {
        background-color: rgba(0,0,0,0);
    }

    to {
        background-color: rgba(0,0,0,0.5);
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        background-color: rgba(0,0,0,0);
    }

    to {
        background-color: rgba(0,0,0,0.5);
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        background-color: rgba(0,0,0,0);
    }

    to {
        background-color: rgba(0,0,0,0.5);
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        background-color: rgba(0,0,0,0);
    }

    to {
        background-color: rgba(0,0,0,0.5);
    }
}

.header > h1 {
    margin-top: 0px;
    padding: 10px;
    text-shadow: 2px 2px #000;
    color: #FFF;
    animation-duration: 3s;
    
    
}

.btn {
    border-radius: 0px; 
    animation-duration: 3s;
    
}

.promo-text {
    text-shadow: 1px 1px #000;
    color: #FFF;
    animation-duration: 3s;
    
}

.promo-text > h4 {
    
    animation-duration: 3s;
}

.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;
}

.carousel-control{
    top: 50%;
}

.slick-prev{
	float: left;
}

.slick-next{
	float: right;
}

@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);
        }
}



.product-banner-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    padding: 20px 15px;
    pointer-events: none;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    background-color: #000000d9;
	margin: 0px 20px 0px 20px;
}

.product-banner-img-wrap > img{
    width: 100%
}

.product-banner-title {
    font-family: "Mr Dafoe",sans-serif;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: .04em;
    color: #ffffff;
}

.product-banner-link {
    display: inline-block;
    padding: 5px 10px 4px 12px;
    font-size: 14px;
    letter-spacing: .025em;
    text-transform: uppercase;
    color: #ffffff;
    background: #0c7f03;
    border-color: #0c7f03;
}

.product-section-container {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0px;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}


.product-item {
    border: 1px solid #efefef;
    padding: 20px;
    margin-bottom: 20px;
	overflow-x: hidden;
}

.product-title {
    
    margin-bottom: 20px;
	display: block;
    font-size: 1.6rem;
    
    text-transform: uppercase;
    letter-spacing: .06em;
    font-family: 'Source Sans Pro', sans-serif;
}

.product-code{
    padding-top: 20px;
    margin-bottom: 10px;
	display: block;
    font-size: 1.4rem;
    
    text-transform: uppercase;
    letter-spacing: .06em;
   font-family: 'Source Sans Pro', sans-serif;
}

.product-image {
    margin-bottom: 10px;
}

.old-price {
    margin-bottom: 20px;
}

.price-box {
    margin-bottom:0px;
}

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

.icofont-phone:before {
    content: "\f09c";
}


.single_shipping
{
    text-align: center;
}

.icofont-phone,
.icofont-email,
.icofont-clock-time,
.icofont-fast-delivery {
    font-size: 60px;
    color: #0c7f03;
}

.footer-bg {
    background-color: #0c7f03;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-col p,
.footer-col i,
.footer-col a{
    color: #ffffff;
}

.text-left{
    color: black;
}

.footer-col {
    color: white;
    padding-left: 40px;
    padding-right: 40px;
}

.footer-col > ul > li > a {
    color: white;
}

.footer-col ul li::before {
    color: #fe8056;
}

.border-col::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    height: 100%;
    width: 1px;
    background: rgba(255,255,255,.1);
}

.about-area {
    background-color: #0c7f03;
    padding: 10px;
    color: #ffffff;
}

.text-center > a {
    color: #fe8056;
}

ul.social-links.position-footer {
    text-align: left;
    display: block;
}    

ul .social-links
{
    float: left;
    clear: both;
    width: 100%;
    padding: 0 !important;
    text-align: left;
    list-style: none;
}

.call-to-action {
    font-size: 28px;
    color: #0c7f03;
}

.call-to-action:hover {
    
    color: #119a07;
    
}

.add-to-cart {
    margin-bottom: 10px;
	margin-right: 10px;
}

.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.cart_link span.cart_count {
    min-width: 15px;
    min-height: 15px;
    line-height: 15px;
    background: #dc4444;
    border-radius: 100%;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
	position: absolute;
}


.nav > li {
    position: relative;
    display: block;
    
}

.cart_link{
	position: relative;
    display: block;
    padding: 10px 15px;
}

.social-links li{
    display: inline-block;
}

.fa-facebook,
.fa-twitter,
.fa-instagram {
    background-color: #109c05;
    border-radius: 50px;
    padding: 8px;
    font-size: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    margin: 5px 5px;
}

    .fa-facebook:hover,
    .fa-twitter:hover,
    .fa-instagram:hover {
        background-color: #129408;
    }

.banner-img-wrap {
    display: inline-block;
    width: 100%;
}

.banner-img-wrap img{
    width: 100%;
}



.banner-caption {
    
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -17px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.banner-price-wrap{
    display: flex;
}

.banner-price {
    font-size: 200px;
    line-height: 1;
    letter-spacing: -.05em;
    font-weight: 700;
    display: block;
}

.banner-price-stuff{
    display: flex;
    flex-direction: column;
}

.banner-price-stuff span {
    display: block;
}

.area-pad {
    padding-top: 40px 
}

.toggle {
    position: absolute;
    top: 50%;
    left: 36%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
    font-size: 18px;
}

ul {
    list-style-type: none;
}

.navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
}

.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
    background: #ffffff;
}

.hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav li.nav-back a {
    background: #ffffff;
}

.btn-warning {
    color: #ffffff;
    background-color: #0c7f03;
    border-color: #0c7f03;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #ffffff;
    background-color: #119a07;
    border-color: #119a07;
}

.product-banner-caption-left,
.product-banner-caption-right{
    padding-bottom:20px;
}

.product-view-price {
    padding: 50px 0px 20px 0;
    font-size: 30px;
    color: black;
}

p {
    margin: 0 0 10px;
    /*font-size: 17px;*/
    line-height: 1.8;
    color: #5a5a5a;
}

h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.btn-info.btn-alt {
    color: #0c7f03;
    background-color: transparent;
    border-color: #0c7f03;
    border-width: 2px;
}

.product-header{
    color: #333;
}

.banner-title {
    font-size: 24px;
    color: #333;
}

.product-view-tags {
    color: #0c7f03;
}

.banners-title {
    font-size: 22px;
    color: #333;
    font-weight: 600;
}

.navbar {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white;
}

.main-nav li{
    text-align: center;
    margin: 15px auto;
}


.products-menu{
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.logo{
    display: none;
}

.logo-mobile {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.products-menu {
    margin-left: 40px;
}


.nav-toggle {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
    color: #252525;
    font-size: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.main-nav{
    list-style-type: none;
    display: none;
}

.icon-nav {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}





.active li {
    text-align: center;
    margin: 15px auto;
    text-align: left;
}

.language-drop,
.user-drop{
    position: relative;
    display: inline-block;
}

.dropdown-content{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    padding: 12px 16px;
    padding-top: 30px;
    z-index: 1000;
}

.user-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 250px;
    padding: 12px 16px;
    padding-top: 30px;
    z-index: 1000;
    text-align: left;
}

.user-content a{
    display: block;
}

.active {
    display: block;
}

.dropdown-content span{
    margin-bottom: 10px;
}

.nav-links i{
    font-size: 28px;
}

.material-icons-basket {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
}

.tips-item{
    position: relative;
}

.tips-article-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #000000bf;
    padding: 10px 15px;
    height: 100px;
}

.article-title a{
    color: #ffffff;
}

.hc-menu ul{
    display: none;
}

.espa-area img{
    margin-left: auto;
    margin-right: auto;
}


.modal{
    z-index: 99999;
}

.bt-w a {
    color: #ffffff;
    ont-size: 20px;
    font-weight: 400;
}

.hc-offcanvas-nav.disable-body::after, .hc-offcanvas-nav .nav-wrapper::after {
    content: '';
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overscroll-behavior: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s ease .4s,opacity .4s ease;
}

.btn-primary:active {
		color: #ffffff;
		background-color: #0e9c03 !important;
		border-color: #0e9c03 !important;
	}
	
.modal .modal-content .modal-header{
	background: #0e9c03;
}

.display-inline{
	display: inline-block;
}

.mg-t-40{
	margin-top: 40px;
}

.pb-lg {
    padding-bottom: 32px;
}

.icon-nav li{
	display: inline-block;
}

.coupon-area{
	display: none;
}

.article-social-left{
	float:left;
}

.action-margin{
	margin-top: 8px;
}

.btn-info.btn-alt:hover, .btn-info.btn-alt:focus, .btn-info.btn-alt:active, .btn-info.btn-alt.active {
    background-color: #0c7f03;
    color: #ffffff;
}

.btn-info.btn-alt:hover, .btn-info.btn-alt:focus, .btn-info.btn-alt:active, .btn-info.btn-alt.active, .open .dropdown-toggle.btn-info.btn-alt {
    
    border-color: #0c7f03;
    border-width: 2px;
}


.register-link{
	color: #0c7f03
}


@media screen and (min-width: 1208px) {
    .navbar {
        display: flex;
        justify-content: space-between;
        padding-bottom: 0;
        height: 120px;
        align-items: center;
        height: 120px;
        -webkit-transition: height 1s;
        transition: height 1s;
        transition-timing-function: ease-in-out;
    }

    .main-nav,
    .icon-nav {
        display: flex;
        margin-right: 30px;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
    }

        .main-nav li {
            margin: 0;
        }

    .nav-links {
        margin-left: 40px;
    }

    .logo {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .logo-mobile {
        display: none;
    }

    .nav-toggle {
        display: none;
    }

    .sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 130px;
        border-bottom: 1px solid #efefef;
        box-shadow: 0px 0px 8px 2px #00000052;
        border-radius: 0px;
        z-index: 99999;
        -webkit-transition: height 1s;
        transition: height 1s;
        transition-timing-function: ease-in-out;
    }

    .nav-links i {
        margin-right: 4px;
    }

    .right-area {
        display: flex;
        align-items: center;
        list-style: none;
    }

    .main-nav > li > a {
        border-right: 1px solid #efefef;
        font-size: 16px;
    }

    .main-nav > li:last-child > a {
        border-right: 0;
    }
		

}


@media screen and (min-width: 1203px) and (max-width: 1453px){
	.language-li{display: none;}
}

@media screen and (max-width: 600px){
	.content{
		position: relative;
		top: 0px;
		left: 0px;
		background-color: rgba(0, 0, 0, 0.93);
		animation: none 2s;
		-webkit-animation: none 2s;
		-o-animation: none 2s;
		-moz-animation: none 2s;
	}
}

.hc-offcanvas-nav a, .hc-offcanvas-nav .nav-item {
    
    font-size: 1em;
    
}


.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
   
    color: #ffffff;
    background-color: #0c7f03;
    border-color: #0c7f03;
    
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #ffffff;
    background-color: #0c7f03;
    border-color: #0c7f03;
}
.pagination > li > a, .pagination > li > span {
  
    color: #ffffff;
    background-color: #71cd6b;
    border: 1px solid #0c7f03;
    
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #ffffff;
    background-color: #b5f3b1;
    border-color: #b5f3b1;
}