﻿/*** 

====================================================================
			Fonts
====================================================================

 ***/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Roboto+Condensed:300,300i,400,400i,700,700i');


@import url('flaticon.css');
@import url('font-awesome.css');
@import url('animate.css');
@import url('owl.css');
@import url('jquery-ui.css');
@import url('jquery.fancybox.min.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/
body,html{
    height:100%;
}
body {
    font-size: 14px;
    color: #787878;
    line-height: 24px;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    transition: background-color .3s;
    color: #888;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #3ab54a;
}

    a:hover,
    a:focus,
    a:visited {
        text-decoration: none;
        outline: none;
    }

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    font-weight: normal;
    margin: 0px;
    background: none;
    line-height: 1.2em;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: -0.02em;
}

.w-section {
    position: relative;
    padding: 95px 0;
}

textarea {
    overflow: hidden;
}

button {
    outline: none !important;
    cursor: pointer;
}

p, .text {
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
    color: #848484;
    margin: 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.auto-container {
    position: static;
    max-width: none;
    padding: 0px 30px;
    margin: 0 auto;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-rl {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.margin-btn-30 {
    margin-bottom: 30px;
}

.display-inline-block {
    display: inline-block;
}

.display-block {
    display: block;
}

.page-wrapper {
    position: relative;
    /*margin:0 auto;
	width:100%;
	min-width:300px;*/
    overflow: hidden;
    z-index: 9;
}

img {
    max-width: 100%;
    height: auto;
}

ul, li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: "Roboto Condensed", sans-serif;
}

    .theme-btn i {
        position: relative;
        display: inline-block;
        font-size: 14px;
        margin-left: 3px;
    }

.centered {
    text-align: center !important;
}

/*Btn Style One*/
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 5px;
    background-color: #3ab54a;
}

    .btn-style-one:hover {
        background-color: #ffffff;
        color: #3ab54a;
    }

/*Btn Style Two*/
.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    padding: 10px 30px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 5px;
    color: #232323;
    background-color: #ffffff;
}

    .btn-style-two:hover {
        color: #ffffff;
        background-color: #3ab54a;
    }

/*Btn Style One*/
.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 400;
    overflow: hidden;
    border-radius: 5px;
    background-color: #3ab54a;
}

    .btn-style-three:hover {
        background-color: #222222;
        color: #ffffff;
    }

/*=== List Style One ===*/
.list-style-one {
    position: relative;
}

    .list-style-one li {
        position: relative;
        font-size: 16px;
        color: #919191;
        line-height: 26px;
        font-weight: 400;
        padding-left: 30px;
        margin-bottom: 15px;
    }

        .list-style-one li a {
            color: #919191;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .list-style-one li:before {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            line-height: 26px;
            color: #e1e6e3;
            content: "\f06c";
            font-family: "Fontawesome";
        }

        .list-style-one li a:hover {
            color: #3ab54a;
            text-shadow: 0 0 1px #3ab54a;
        }

/*=== List Style Two ===*/
.list-style-two {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .list-style-two li {
        position: relative;
        font-size: 14px;
        line-height: 25px;
        color: #777777;
        font-weight: 400;
        padding-left: 20px;
    }

        .list-style-two li:before {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            line-height: 25px;
            color: #4ee0b0;
            font-weight: 400;
            font-family: "Fontawesome";
            content: "\f138";
        }

/*=== List Style Three ===*/
.list-style-three {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

    .list-style-three li {
        position: relative;
        font-size: 14px;
        line-height: 24px;
        color: #333333;
        font-weight: 400;
        padding-left: 25px;
        margin-bottom: 10px;
    }

        .list-style-three li a {
            color: #333333;
        }

        .list-style-three li:before {
            position: absolute;
            left: 0;
            top: 0;
            font-size: 14px;
            line-height: 24px;
            color: #fe6699;
            font-weight: 300;
            font-family: "Fontawesome";
            content: "\f18e";
        }

.theme_color {
    color: #3ab54a;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader2.svg);
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.dropdown-toggle::after {
    display: none;
}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: #1b1a1c;
    display: none;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .scroll-to-top:hover {
        background: #3ab54a;
    }

/*** 

====================================================================
	Main Header style
====================================================================

***/
.left-icon-nav a {
    display: inline-block;
    margin: 0 10px;
}
.main-header {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 999;
    width: 100%;
}

.header-span {
    position: relative;
    display: block;
    height: 145px;
}

.main-header .header-top {
    position: relative;
    background-color: #232323;
    z-index: 100;
}

.main-header .top-left {
    position: relative;
    float: left;
}

    .main-header .top-left .text {
        position: relative;
        display: block;
        font-size: 15px;
        line-height: 30px;
        color: #aaaaaa;
        font-weight: 400;
        padding: 10px 0;
    }

.main-header .top-right {
    position: relative;
    float: right;
}

    .main-header .top-right .social-icon-one,
    .main-header .top-right .language {
        position: relative;
        float: left;
        padding: 10px 0;
    }

    .main-header .top-right .social-icon-one {
        margin-left: 35px;
    }

/*=== Language ===*/

.main-header .language {
    position: relative;
}

    .main-header .language .dropdown-menu {
        top: 100%;
        width: 170px;
        left: 0;
        right: 0px;
        border-radius: 0px;
        background-color: #222222;
        border: none;
        padding: 0px;
        border-top: 2px solid #3ab54a;
        margin-top: 9px;
    }

.btn.focus, .btn:focus {
    box-shadow: none;
}

.main-header .language .dropdownn > a {
    position: relative;
    width: auto !important;
    height: auto !important;
    color: #cccccc;
    padding: 0px;
    font-size: 13px;
    background: none !important;
    text-transform: uppercase;
    display: inline-block;
    border: 0px;
    font-weight: 400;
    line-height: 30px;
}

    .main-header .language .dropdownn > a .icon {
        display: inline-block;
        margin-right: 7px;
    }

    .main-header .language .dropdownn > a i {
        margin-left: 3px;
    }

.main-header .language .dropdown-menu > li {
    padding-right: 0px !important;
    margin: 0px !important;
    padding: 0;
    float: none;
    display: block !important;
    border-bottom: 1px solid rgba(255,255,255,0.20);
}

    .main-header .language .dropdown-menu > li:last-child {
        border-bottom: none;
    }

    .main-header .language .dropdown-menu > li > a {
        padding: 6px 20px !important;
        width: auto;
        height: auto;
        display: block;
        color: #ffffff;
        font-size: 13px;
        text-align: left;
        border-radius: 0px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .main-header .language .dropdown-menu > li > a:hover {
            color: #ffffff !important;
            background-color: #3ab54a;
        }

/*.social-icon-one{
	position: relative;
}

.social-icon-one li{
	position: relative;
	float: left;
	margin-left: 18px;
}

.social-icon-one li:first-child{
	margin-left: 0;
}

.social-icon-one li a{
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #aaaaaa;
	font-weight: 400;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.social-icon-one li a:hover{
	color: #3ab54a;
}*/

/*=== Header Upper ===*/

.main-header .header-upper {
    position: relative;
    top: 0;
    z-index: 5;
    z-index: 99999;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .main-header .header-upper .logo-outer {
        position: relative;
        float: left;
        /*z-index: 25;*/
        width:20%;
    }

.main-header .logo-outer {
    padding: 20px 0px;
}

.main-header .left-nav {
    width:20%;
    padding-right: 10px;
}
 .main-menu .navigation > li.dropdown.bascket-shopping a i{
    font-size: 18px;
    padding-left: 0px;
}
.main-header .main-menu.navbar-page .left-nav li i {
    font-size: 18px;
    padding-left: 7px;
}
.main-header .logo-outer .logo img {
    position: relative;
    display: inline-block;
    max-width: 65%;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
}

    .main-header .logo-outer .logo-dark {
        display: none;
        -ms-transform: translateY(100px);
        -webkit-transform: translateY(100 px );
        transform: translateY(100 px );
        -webkit-transition: -webkit-transform .4s ease-out .1s;
        transition: transform .4s ease-out .1s;
    }

.main-header.fixed-header .logo-outer .logo {
    display: none;
}

.main-header.fixed-header .logo-outer .logo-dark {
    display: block;
    /*-ms-transform: translateY(-100px);
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);*/
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    max-width: 55%;
    margin-top: 0px;
}

.main-header .header-upper .nav-outer {
    float: right;
    width:80%;
}

/*=== Header Lower ===*/

.main-header .header-lower {
    background-color: #333333;
    min-height: auto;
    z-index: 99999;
    font-family: "Montserrat", sans-serif;
}

    .main-header .header-lower .nav-outer {
        float: left;
        width: 100%;
    }

.display-in-mobile {
    display: none;
}

.main-menu {
    position: relative;
    /*float:left;*/
    width: 100%;
    padding-right: 20px;
}

    .main-menu .navbar-collapse {
        padding: 0px;
        text-align:center;
    }

    .main-menu .navigation {
        position: relative;
        margin: 0px;
        font-family: "Roboto Condensed", sans-serif;
        width:90%;
        padding-right:100px;
    }

        .main-menu .navigation > li {
            position: relative;
            float: left;
            padding: 30px 0px;
            margin-right: 35px;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

.main-header .main-menu .navigation > li > a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    opacity: 1;
    color: #ffffff;
    padding: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fixed-header .main-menu .navigation > li > a, .fixed-header .main-menu .left-nav li a, .fixed-header .main-menu .navigation > li.dropdown > a:before {
    color: #555555 !important;
}

.main-menu .navigation > li.dropdown > a {
    padding-right: 13px;
}

.main-menu .navigation > li.dropdown.bascket-shopping {
    float: left;
    margin-left: 0px;
    padding: 30px 20px;
}

.header-style-two.fixed-header .main-menu .navigation > li.dropdown.bascket-shopping {
    padding: 16px 20px;
}

.main-menu .navigation .bascket-shopping .shopping-number {
    position: absolute;
    background: #3ab54a;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 1.6;
    font-size: 14px;
    top: -2px;
    right: 14px;
}
/*.no-display-mobile{
    display:inline-block
}*/
.display-in-mobile .shopping-number {
    position: absolute;
    background: #3ab54a;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 1.7;
    font-size: 13px;
    top: -5px;
    right: 22px;
    text-align: center;
}

.display-in-mobile.bascket-bag .shopping-number {
    left: 15px;
    right: auto;
    top: 10px;
}

.main-menu .navigation > li.bascket-shopping > ul {
    left: 0;
    right: auto;
    padding: 5px 0px;
    width: 255px;
}

.main-menu .navigation > li.bascket-shopping a {
    width: 100%;
}

.main-menu .navigation > li.dropdown > a:before {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    line-height: 35px;
    font-weight: 400;
    content: "\f107";
    font-family: "FontAwesome";
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation > li > ul {
    position: absolute;
    left: 0px;
    top: 100%;
    width: 220px;
    padding: 0px 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 5px solid #3ab54a;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li.dropdown.megamenu {
    position: initial;
}

.main-menu .navigation > li ul.dropdown-content {
    width: 130%;
    right: -183px;
    padding: 20px;
}

    .main-menu .navigation > li ul.dropdown-content li .mega-title {
        color: #666;
        font-weight: bold;
        border-bottom: 1px solid rgba(0,0,0,0.10);
    }

    .main-menu .navigation > li ul.dropdown-content li a {
        display: block;
        width: 100%;
    }

        .main-menu .navigation > li ul.dropdown-content li a:hover {
            color: #3ab54a;
        }

.main-menu .navigation > li > ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation > li > ul:not(.dropdown-content) > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li:last-child {
    border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
    position: relative;
    display: inline-block;
    padding: 13px 20px;
    line-height: 22px;
    font-weight: 500;
    font-size: 15px;
    color: #555555;
    text-align: left;
    text-transform: capitalize;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul:not(.dropdown-content) > li:hover > a {
    color: #222;
    font-weight:bold;
    /*background: #3ab54a;*/
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 13px;
    width: 10px;
    height: 20px;
    display: block;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation > li > ul > li > ul {
    position: absolute;
    left: 100%;
    top: 0px;
    width: 220px;
    padding: 0px;
    z-index: 100;
    display: none;
    background: #ffffff;
    border-top: 3px solid #3ab54a;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

    .main-menu .navigation > li > ul > li > ul > li {
        position: relative;
        width: 100%;
        border-bottom: 1px solid rgba(0,0,0,0.10);
    }

        .main-menu .navigation > li > ul > li > ul > li:last-child {
            border-bottom: none;
        }

        .main-menu .navigation > li > ul > li > ul > li > a {
            position: relative;
            display: block;
            padding: 13px 15px;
            line-height: 22px;
            font-weight: 500;
            font-size: 15px;
            text-transform: capitalize;
            color: #aaa;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .main-menu .navigation > li > ul > li > ul > li > a:hover {
                color: #3ab54a;
                /*background: #3ab54a;*/
            }

.main-menu .navigation > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
    visibility: visible;
    opacity: 1;
    top: 0px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.main-header .outer-box {
    position: relative;
    float: left;
}

.left-nav li {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
    /*margin-left: 25px;*/
}

    .left-nav li a {
        color: #ebe4e4;
        font-size: 16px;
    }
    .left-nav li a:hover {
        color: #fff;
    }
        .bascket-product-img {
    width: 60px;
    padding: 1px;
    border: 2px solid #e0e0e0;
    margin-left: 10px;
    height: 60px;
    float: right;
}

.bascket-bag {
    width: 100%;
    margin-top: -20px;
}

    .bascket-bag a {
        text-align: right;
        width: 100%;
        line-height: 38px !important;
    }

.bascket-product-img img {
    width: 100%;
    height: 100%;
}

.bascket-product-title {
    font-size: 12px;
}
.bascket-bag .serach-btn {
    line-height: 30px;
    margin: 10px;
    font-size: 14px;
    color: #fff;
    margin-right: 35px;
}
    .bascket-bag .serach-btn .control .icon-material-search {
        top: 7px;
        right: -20px;
    }
.price-count {
    font-size: 12px;
    float: left;
    margin-top: 10px;
    position: absolute;
    bottom: 10px;
    left: 20px;
}

.main-menu .navigation li.total-price .total, .main-menu .navigation li.total-price .total-num {
    font-weight: bold;
    color: #666;
    font-size: 13px;
}

.total {
    font-size: 15px;
    float: right;
}

.total-num {
    font-size: 15px;
    float: left;
}

.remove {
    position: absolute;
    z-index: 999;
    left: 10px;
    top: -5px;
    float: left;
    min-width: 0;
    width: 20px !important;
    height: 20px;
    min-height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    font-size: 18px;
}

.btns {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}

    .btns .btn-view, .btns .btn-checkout {
        background: #3ab54a;
        border: 2px solid #3ab54a;
        color: #fff;
        font-size: 12px;
        padding: 4px 10px;
        display: inline-block;
        transition: all 0.3s ease-in-out;
    }

        .btns .btn-view:hover, .btns .btn-checkout:hover {
            background: #fff;
            border: 2px solid #3ab54a;
            color: #3ab54a;
        }

    .btns .btn-view {
        width: 115px !important;
    }

    .btns .btn-checkout {
        margin-right: 10px;
        width: 100px !important;
    }
/*================================================
			Header Style Two
==================================================*/
.header-style-two {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

    .header-style-two .header-top {
        /*background-color: transparent;
	border-bottom: 1px solid #6d665b;*/
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: -webkit-linear-gradient(top,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0) 100%);
        background: linear-gradient(to bottom,rgba(0,0,0,0.3) 30%,rgba(0,0,0,0) 100%);
    }




    .header-style-two .contact-info, .contact-info {
        position: relative;
    }

        .header-style-two .contact-info li, .contact-info li {
            position: relative;
            float: left;
            font-size: 14px;
            line-height: 25px;
            color: #ebe4e4;
            font-weight: 400;
            margin-right: 28px;
            padding: 12px 0 4px;
        }

        .header-style-two .contact-info.social-media li{
            margin-left: 0;
            margin-right: 28px;
        }
.footer-content .contact-info{
    margin-top:30px;
}
.footer-content .contact-info.social-media li {
    margin-left: 20px;
    margin-right: 0;
}
.footer-content .contact-info li {
    float: right;
}
.header-style-two .contact-info li a, .contact-info li a {
    color: #ebe4e4;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
            .header-style-two .contact-info li a:hover, .contact-info li a:hover {
                color: #fff !important;
            }
        .header-style-two .contact-info li i, .contact-info li i {
            display: inline-block;
            font-size: 15px;
            margin-right: 2px;
            color: #3ab54a;
        }

        .header-style-two .contact-info.social-media li a i, .contact-info.social-media li a i {
            color: #ebe4e4;
            /*font-weight:bold;*/
            font-size: 20px;
            transition: all 0.3s ease;
        }

        .header-style-two .contact-info.social-media li a:hover i, .contact-info.social-media li a:hover i {
            color: #fff;
        }
            .header-style-two .main-menu .navigation > li.dropdown > a:before {
                color: #ffffff;
            }

    .header-style-two .main-menu .navigation > li.dropdown.bascket-shopping > a:before {
        display: none;
    }

    .header-style-two .contact-info li a:hover, .contact-info li a:hover {
        color: #3ab54a;
    }

    .header-style-two .top-right .text {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 25px;
        color: #d8d8d8;
        font-weight: 400;
        padding: 10px 0;
    }

        .header-style-two .top-right .text a {
            color: #d8d8d8;
        }

            .header-style-two .top-right .text a:hover {
                color: #ffffff;
            }

        .header-style-two .top-right .text i {
            margin-right: 5px;
        }

    .header-style-two .header-upper {
        background-color: transparent;
    }

    .header-style-two .logo-outer {
        padding: 25px 0;
    }

    .header-style-two .main-menu .navigation > li {
        padding: 30px 0;
    }

    .header-style-two .main-menu.fixed-header .navigation > li > a {
        color: #aaa !important;
    }

    .header-style-two .main-menu .navigation > li:hover > a:before,
    .header-style-two .main-menu .navigation > li.current > a:before,
    .main-menu .navigation > li:hover > a:before,
    .main-menu .navigation > li.current > a:before,
    .main-menu .navigation > li:hover > a,
    .main-menu .navigation > li.current > a {
        color: #ebe4e4;
    }

    .header-style-two .outer-box .btn-box {
        position: relative;
        padding: 30px 0;
    }

        .header-style-two .outer-box .btn-box a {
            display: block;
        }

/*================================================
			Sticky Header
==================================================*/
.main-header.fixed-header .header-upper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.10);
}

.main-header.fixed-header .logo-outer,
.header-style-two.fixed-header .logo-outer {
    padding: 10px 0;
}

.main-header.fixed-header .main-menu .navigation > li {
    padding: 20px 0;
}

.main-header.fixed-header .search-box-outer {
    padding: 18.5px 0;
}

.header-style-two.fixed-header .header-upper {
    background-color: rgba(255,255,255,.9);
}

.header-style-two.fixed-header .main-menu .navigation > li {
    padding: 16px 0;
}

.header-style-two.fixed-header .outer-box .btn-box {
    padding: 15px 0;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    color: #3ab54a;
    padding: 27px 0px 0px;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 400px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    font-family: 'Open Sans', sans-serif;
}

    .mobile-menu .nav-logo {
        position: relative;
        padding: 20px 20px;
        text-align: left;
        background: #fff;
    }

        .mobile-menu .nav-logo img {
            width: 130px;
            display: block;
            margin-right: auto;
            margin-left: auto;
        }

.mobile-menu-visible {
    overflow: hidden;
}

    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible;
    }

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.20);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    background-image: url('../images/gogreen-menu-1.jpg');
    background-color: #211F1E;
    background-size: cover;
    background-position: center top;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease 500ms;
    -moz-transition: all 0.7s ease 350ms;
    -ms-transition: all 0.7s ease 350ms;
    -o-transition: all 0.7s ease 350ms;
    transition: all 0.7s ease 350ms;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    left: 10px;
    top: 10px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 14px;
    color: #3ab54a;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
    font-weight: bold;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.mobile-menu .close-btn:hover {
    opacity: 0.50;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0,0,0,0.10);
}

    .mobile-menu .navigation li {
        position: relative;
        display: block;
        /*border-bottom: 1px solid rgba(0,0,0,0.10);*/
    }

        .mobile-menu .navigation li > ul > li:last-child {
            border-bottom: none;
        }

        .mobile-menu .navigation li > ul > li:first-child {
            border-top: 1px solid rgba(0,0,0,0.10);
        }

        .mobile-menu .navigation li > a {
            position: relative;
            display: block;
            line-height: 24px;
            padding: 10px 20px;
            font-size: 14px;
            color: #fff;
            text-transform: capitalize;
        }

            .mobile-menu .navigation li > a:hover {
                color: #3ab54a;
            }

        .mobile-menu .navigation li.dropdown .dropdown-btn {
            position: absolute;
            right: 0px;
            top: 0px;
            width: 44px;
            height: 44px;
            text-align: center;
            font-size: 16px;
            line-height: 44px;
            color: #fff;
            cursor: pointer;
            z-index: 5;
        }

            .mobile-menu .navigation li.dropdown .dropdown-btn:after {
                content: '';
                position: absolute;
                left: 0px;
                top: 10px;
                width: 1px;
                height: 24px;
                border-left: 1px solid rgba(0,0,0,0.10);
            }

        .mobile-menu .navigation li > ul,
        .mobile-menu .navigation li > ul > li > ul {
            display: none;
        }

.header-style-two.header-page-style .display-in-mobile a i {
    color: #999 !important;
}
/*** 

====================================================================
	Page Title
====================================================================

***/
/*.page-title{
	position:relative;
	padding:205px 0px 145px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}

.page-title:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #000000;
	content: "";
	opacity: 0.70;
}

.page-title h1{
	position:relative;
	font-size:50px;
	line-height:60px;
	font-weight:700;
	color:#ffffff;
	text-align:center;
	text-transform: uppercase;
}

.page-breadcrumb{
	position:absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	background-color: #3ab54a;
	font-family: "Roboto Condensed", sans-serif;
	letter-spacing: -0.02em;
}

.page-breadcrumb li{
	position:relative;
	display:inline-block;
	font-size:17px;
	line-height: 30px;
	color:#ffffff;
	margin-right:6px;
	padding-right:10px;
	font-weight:400;
	letter-spacing: -0.02em;
}

.page-breadcrumb li:after{
	position:absolute;
	right: -2px;
	top: 0;
	content: "/";
	font-size: 17px;
	line-height: 30px;
	color:#ffffff;
}

.page-breadcrumb li:last-child::after{
	display:none;
}

.page-breadcrumb li:last-child{
	padding-right:0px;
	margin-right:0px;
}

.page-breadcrumb li a{
	color:#ffffff;
	font-weight:400;
	text-transform:capitalize;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.page-breadcrumb li a:hover{
	color:#222222;
}
*/
/*** 

====================================================================
		Section Title
====================================================================

***/
/*.sec-title{
	position:relative;
	margin-bottom:60px;
	z-index: 1;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size:42px;
	line-height: 1.25em;
	color: #232323;
	font-weight: 700;
	padding-bottom: 25px;
}

.sec-title h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 40px;
	background-color: #3ab54a;
	content: "";
	z-index: 1;
}

.sec-title .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 25px;
	color: #787878;
	font-weight: 400;
	margin-top: 25px;
}

.sec-title.text-center h2:before{
	right: 0;
	margin:0 auto;
}

.sec-title.light .text,
.sec-title.light h2{
	color: #ffffff;
}*/
/*** 

====================================================================
		Banner Section
====================================================================

***/
.banner-section {
    position: relative;
}

.banner-carousel {
    position: relative;
}

    .banner-carousel .slide-item {
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 50px 0;
        height: 100%;
    }

        .banner-carousel .slide-item:before {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
            /*opacity: .50;*/
            content: "";
        }

    .banner-carousel .content-box {
        position: relative;
        display: table;
        width: 100%;
        height: 600px;
        vertical-align: middle;
    }

        .banner-carousel .content-box .content-inner {
            position: relative;
            display: table-cell;
            width: 100%;
            vertical-align: middle;
        }

            .banner-carousel .content-box .content-inner .inner {
                position: relative;
                display: block;
            }

        .banner-carousel .content-box .text {
            position: relative;
            display: block;
            font-size: 16px;
            line-height: 1.5em;
            color: #ffffff;
            font-weight: 400;
            margin-bottom: 30px;
            opacity: 0;
            -webkit-transition: all 1000ms ease;
            -moz-transition: all 100ms ease;
            -ms-transition: all 1000ms ease;
            -o-transition: all 1000ms ease;
            transition: all 1000ms ease;
            -webkit-transform: translateY(-100px);
            -moz-transform: translateY(-100px);
            -ms-transform: translateY(-100px);
            -o-transform: translateY(-100px);
            transform: translateY(-100px);
        }

    .banner-carousel .active .text {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -ms-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .banner-carousel h2 {
        position: relative;
        display: block;
        font-size: 60px;
        /*line-height: 1.15em;*/
        color: #ffffff;
        font-weight: 700;
        margin-bottom: 40px;
        text-transform: capitalize;
        opacity: 0;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px);
        background: rgba(0,0,0,0.4);
        border-radius: 50%;
        width: 450px;
        height: 450px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-top: 85px;
    }

        .banner-carousel h2 span {
            display: block;
            line-height: 1.4em;
            letter-spacing: 3px;
        }

            .banner-carousel h2 span.yellow-color {
                font-size: 70px;
                font-weight: 900
            }

    .banner-carousel .active h2 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 700ms;
        -moz-transition-delay: 700ms;
        -ms-transition-delay: 700ms;
        -o-transition-delay: 700ms;
        transition-delay: 700ms;
    }

    .banner-carousel .link-box {
        position: relative;
        opacity: 0;
        -webkit-transition: all 1000ms ease;
        -moz-transition: all 100ms ease;
        -ms-transition: all 1000ms ease;
        -o-transition: all 1000ms ease;
        transition: all 1000ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }

    .banner-carousel .active .link-box {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition-delay: 1000ms;
        -moz-transition-delay: 1000ms;
        -ms-transition-delay: 1000ms;
        -o-transition-delay: 1000ms;
        transition-delay: 1000ms;
    }

    .banner-carousel .link-box a {
        position: relative;
        display: inline-block;
        margin-right: 20px;
        margin-bottom: 10px;
    }

    .banner-carousel .btn-contact {
        z-index: 7;
        cursor: pointer;
        outline: none;
        box-shadow: none;
        box-sizing: border-box;
        letter-spacing: 1px;
        height: auto;
        width: auto;
        color: rgb(255, 255, 255);
        text-decoration: none;
        white-space: nowrap;
        min-height: 0px;
        min-width: 0px;
        max-height: none;
        max-width: none;
        text-align: left;
        line-height: 13px;
        font-weight: 300;
        font-size: 13px;
        border-color: rgba(255, 255, 255, 0.25);
        border-style: solid;
        border-width: 1px;
        padding: 15px 50px;
        transform-origin: 50% 50%;
        opacity: 1;
        transform: translate(0 px, 0 px );
        visibility: visible;
        border-radius: 0px;
        transition: all 0.3s ease-in;
        margin-top: 70px;
    }

        .banner-carousel .btn-contact:hover {
            border-color: #fff;
        }

    .banner-carousel .link-box a:last-child {
        margin-right: 0;
    }

    .banner-carousel .owl-dots {
        display: none;
    }

    .banner-carousel .owl-dots {
        position: absolute;
        left: 0;
        bottom: 50px;
        width: 100%;
        text-align: center;
    }

    .banner-carousel .owl-dot {
        position: relative;
        display: inline-block;
        height: 10px;
        width: 10px;
        margin: 0 4px;
        background: #7b7b7b padding-box content-box;
        border: 2px solid transparent;
        border-radius: 10px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .banner-carousel .owl-dot:hover,
        .banner-carousel .owl-dot.active {
            border-color: #3ab54a;
            background-color: transparent;
        }

    .banner-carousel .owl-nav {
        position: absolute;
        width: 100%;
        top: 50%;
        margin-top: -27px;
        z-index: 99;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .banner-carousel:hover .owl-nav {
        opacity: 1;
    }

    .banner-carousel .owl-prev,
    .banner-carousel .owl-next {
        position: absolute;
        top: 0;
        left: 60px;
        height: 55px;
        line-height: 55px;
        width: 55px;
        font-size: 20px;
        color: #ffffff;
        font-weight: 400;
        text-align: center;
        border-radius: 50%;
        background-color: rgba(255,255,255,0.20);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .banner-carousel .owl-next {
        left: auto;
        right: 60px;
    }

        .banner-carousel .owl-prev:hover,
        .banner-carousel .owl-next:hover {
            background-color: #ffffff;
            color: #222222;
        }

.banner-section.style-two .slide-item {
    padding-top: 50px;
}

.banner-section.style-two .owl-dots {
    display: block;
}
/**
===============================================================
	search
===============================================================
***/
/*#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
}

    #search input[type=search] {
        position: absolute;
        top: 50%;
        width: 100%;
        color: white;
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
    }

    #search .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 61px;
        margin-left: -45px;
        background-color: limegreen;
        border: black;
    }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: limegreen;
        border-color: green;
        opacity: 1;
        padding: 10px 17px;
        font-size: 27px;
    }

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }*/


/*html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}*/


body.search-active {
    overflow: hidden;
}

    body.search-active .search-input {
        opacity: 1;
        transform: none;
        pointer-events: all;
    }

    body.search-active .icon-close {
        opacity: 1;
        transform: rotate(-90deg);
    }

    body.search-active .control {
        cursor: default;
    }

        body.search-active .control .btn-material {
            transform: scale(70);
            background: #3ab54a;
        }

        body.search-active .control .icon-material-search {
            opacity: 0;
        }

/* Close Icon */
.icon-close {
    position: fixed;
    top: 30px;
    right: 30px;
    color: #FFF;
    cursor: pointer;
    font-size: 24px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

    .icon-close:hover {
        transform: rotate(0);
    }

/* Search Input */
.search-input {
    position: absolute;
    top: 50%;
    left: 90px;
    margin-top: -40px;
    pointer-events: none;
    opacity: 0;
    transform: translate(40px, 0);
    transition: all 0.3s ease-in-out;
    width: 100%;
}

    .search-input input {
        color: #fff;
        font-size: 24px;
        border: 0;
        background: transparent;
        -webkit-appearance: none;
        box-sizing: border-box;
        outline: 0;
        font-weight: 200;
        height: 60px;
        width: 90%;
        border-bottom: 1px solid #eeeeee;
    }

    .search-input ::-webkit-input-placeholder {
        color: #EEE;
    }

    .search-input :-moz-placeholder {
        color: #EEE;
        opacity: 1;
    }

    .search-input ::-moz-placeholder {
        color: #EEE;
        opacity: 1;
    }

    .search-input :-ms-input-placeholder {
        color: #EEE;
    }

    .search-input .fa-search {
        font-size: 22px;
        color: #fff;
    }
/* Control btn */
.control {
    cursor: pointer;
    position: relative;
}

    .control .btn-material {
        position: absolute;
        top: -20px;
        width: 40px;
        height: 40px;
        right: -15px;
        border-radius: 100%;
        box-sizing: border-box;
        /*background: #e91e63;*/
        outline: 0;
        transform-origin: 50%;
        /*box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);*/
        transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    }

    /*  .control .btn-material:hover {
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        }
*/
    .control .icon-material-search {
        color: #ebe4e4;
        position: absolute;
        top: -16px;
        right: -20px;
        transition: opacity 0.3s ease-in-out;
    }

.side-nav {
    font-size: 30px;
    cursor: pointer
}

.header-style-two.fixed-header .main-menu .left-nav > li .serach-btn .control .icon-material-search, .header-style-two.fixed-header .main-menu .left-nav > li .side-nav {
    color:#555555;
}
/**
====================================================================
			Styled Pagination
====================================================================

***/
.styled-pagination {
    position: relative;
    z-index: 9;
}

    .styled-pagination ul {
        position: relative;
        display: inline-block;
    }

    .styled-pagination li {
        position: relative;
        display: inline-block;
        margin-right: 7px;
    }

        .styled-pagination li:last-child {
            margin-right: 0;
        }

        .styled-pagination li a {
            position: relative;
            display: inline-block;
            height: 45px;
            width: 45px;
            font-size: 18px;
            color: #232323;
            font-weight: 500;
            line-height: 43px;
            text-align: center;
            background-color: transparent;
            border: 1px solid #dadada;
            font-family: "Roboto Condensed", sans-serif;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .styled-pagination li a:hover,
            .styled-pagination li a.active {
                color: #ffffff;
                background-color: #232323;
                border-color: #232323;
            }
/**
====================================================================
			sidenav push
====================================================================

***/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s
    }

        .sidenav a:hover, .offcanvas a:focus {
            color: #f1f1f1;
        }

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
}

#main {
    transition: margin-left .1s;
    /*padding: 16px;*/
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.padding-top-90 {
    padding-top: 90px;
}

.section-heading {
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 35px;
    text-transform: uppercase;
    text-align: left;
    border-left: 1px solid #333;
    padding-left: 15px;
    color: #222;
    font-weight: bold;
}

.custom-heading {
    font-size: 22px;
    color: #3ab45a;
    line-height: 28px;
    text-align: right;
    font-weight: 400;
    font-style: normal;
}

.h-space {
    height: 20px
}

.description {
}

.adv-text {
    font-size: 35px;
    line-height: 70px;
    text-align: right;
    font-weight: 600;
    font-style: normal;
    color: #222;
}

.adv-title {
    font-size: 35px;
    color: #3ab54a;
    line-height: 70px;
    text-align: right;
    font-weight: 800;
    font-style: normal;
}

.img-title {
    background: #3ab54a;
    display: inline-block;
    position: absolute;
    bottom:0px;
    right: 0;
    padding: 25px;
    z-index: 1;
    overflow: hidden;
    padding: 10px 25px;
    width: 190px;
}

    .img-title h2 {
        color: #000000;
        font-size: 30px;
        margin-bottom: 0;
        line-height: 1.4;
        z-index: 2;
        font-weight: 600;
    }

    .img-title .sub-heading {
        color: #fff;
    }

.adv-inner:hover .img-title h2:not(.sub-heading) {
    -webkit-animation: .3s tRightfLeft forwards;
    animation: .3s tRightfLeft forwards;
}

.adv-inner:hover .img-title h2.sub-heading {
    -webkit-animation: .3s tRightfLeft .1s forwards;
    animation: .3s tRightfLeft .1s forwards;
}

@-webkit-keyframes tRightfLeft {
    49% {
        -webkit-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes tRightfLeft {
    49% {
        transform: translate(-100%);
    }

    50% {
        opacity: 0;
        transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

.adv-inner:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top:27px;
    bottom:10px;
    display: block;
    background: rgba(0,0,0,.4);
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    display:none;
}

.adv-inner:hover:before {
    opacity: 1;
}

/********delivery********/
.delivery {
    position: relative;
    z-index: 0;
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 0; */
    /* overflow: hidden; */
    /*margin-top: 120px;*/
    /*height: 830px;*/
    display: inline-block;
    width: 100%;
    padding: 60px 0;
}

.delivery-inner {
    background-image: url('../images/gogreen-bg-011.jpg');
    background-position: right top;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.margin-top-200 {
    margin-top: 200px;
}
/**************/
.w-section-separator {
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    z-index: 5;
}

    .w-section-separator svg {
        position: absolute;
        z-index: 50;
        top: -1px;
        left: 0;
        width: 100%;
        height: 80px;
    }

    .w-section-separator.reflect-h svg {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .w-section-separator.w-bottom svg {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .w-section-separator.reflect-h.w-bottom svg {
        -webkit-transform: rotateX(180deg) rotateY(180deg);
        transform: rotateX(180deg) rotateY(180deg);
    }

    .w-section-separator.w-top.h-752 svg {
        top: 752px !important;
    }

    .w-section-separator.reflect-h.top-0 svg {
        top: -62px !important;
    }

    .w-section-separator.w-4 svg {
        top: -78px;
    }

.w-process.w-section-separator.reflect-h svg {
    top: -25px !important;
}

.color-black {
    color: #000000;
}

.color-white {
    color: #ffffff;
}
/**************delivery********************/
.delivery .delivery-title {
    font-weight: bold;
    font-size: 40px;
}

.delivery .delivery-text {
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

.delivery .delivery-info {
    margin-top: 30px;
}

    .delivery .delivery-info .icon i {
        color: #eeee22;
        font-size: 40px;
        line-height: 65px;
    }

    .delivery .delivery-info .text h3 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 15px;
    }

    .delivery .delivery-info .text p {
        font-size: 14px;
        color: #f5f5f5
    }
/*************pricing******************/
.pricing-inner {
    background: #f5f5f5;
}

.color-green {
    color: #3ab54a;
}

.pricing-inner .price-list-box {
    margin-top: 35px;
}

.pricing-inner .pricing-title {
    color: #222;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    margin-bottom: 30px;
}
.final-price h3 {
    text-align: center;
    padding: 10px;
    margin-top: 30px;
    color: #3ab54a;
    font-weight: bold;
    font-size: 22px;
}
.pricing-inner .price-description {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
}

.pricing-inner .price-box {
    position: relative;
    border: 1px solid rgba(0,0,0,0.1);
}

    .pricing-inner .price-box .price-box-header {
        position: relative;
        border-color: #181818;
        text-align: center;
    }

        .pricing-inner .price-box .price-box-header .price-background {
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            opacity: 0.5;
            background: #333;
        }

        .pricing-inner .price-box .price-box-header .price-amount {
            padding: 100px 0 85px;
        }

        .pricing-inner .price-box .price-box-header .price-amount2 {
            padding: 110px 0 110px;
        }

        .pricing-inner .price-box .price-box-header .price-amount h5 {
            font-size: 50px;
            line-height: 50px;
            font-weight: bold;
            margin-bottom: 0;
            color: #fff;
        }

        .pricing-inner .price-box .price-box-header .price-amount sup {
            font-size: 20px;
        }

        .pricing-inner .price-box .price-box-header .price-amount span {
            color: #fff;
        }

    .pricing-inner .price-box .pric-bg-img {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

        .pricing-inner .price-box .pric-bg-img.bg-img-1 {
            background-image: url('../images/radishes-814930_1280.jpg');
        }

        .pricing-inner .price-box .pric-bg-img.bg-img-2 {
            background-image: url('../images/gogreen-pic-034.jpg');
        }

        .pricing-inner .price-box .pric-bg-img.bg-img-3 {
            background-image: url('../images/gogreen-pic-033.jpg');
        }

    .pricing-inner .price-box .price-box-header svg {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
    }

        .pricing-inner .price-box .price-box-header svg > * {
            -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
        }

        .pricing-inner .price-box .price-box-header svg > polygon:last-child {
            fill: #fff;
        }

    .pricing-inner .price-box .price-sub-header {
        padding: 30px 0 10px;
        background: #fff;
        text-align: center;
    }

        .pricing-inner .price-box .price-sub-header h3 {
            font-weight: 500;
            font-size: 30px;
            margin: 0 0 5px;
            color: inherit;
            color: #3ab54a;
            margin-bottom: 12px;
        }

        .pricing-inner .price-box .price-sub-header h4 {
            font-size: 15px;
            text-transform: uppercase;
            line-height: 20px;
            margin: 0;
            color: #333;
            font-weight: bold;
        }

        .pricing-inner .price-box .price-sub-header:after {
            border-bottom: 1px dotted #D2D2D2;
            width: 25%;
            content: '';
            height: 1px;
            display: block;
            margin: 20px auto 0;
        }

    .pricing-inner .price-box .price-box-content {
        color: #333;
        background: #fff;
        padding: 15px 10px 30px;
    }

        .pricing-inner .price-box .price-box-content p {
            text-align: center;
            padding: 8px 0;
            margin-bottom: 0;
            font-size: 14px;
        }

    .pricing-inner .price-box .price-box-btn {
        background-color: #3ab54a;
    }

        .pricing-inner .price-box .price-box-btn.btn-yellow {
            background-color: #ffb11b;
        }

        .pricing-inner .price-box .price-box-btn a {
            display: block;
            padding: 25px 20px;
            margin: 0;
            width: 100%;
            height: 100%;
            border-width: 0;
            font-size: 24px;
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
            overflow: hidden;
            text-align: center;
            letter-spacing: 1px;
        }

            .pricing-inner .price-box .price-box-btn a:hover {
                background: #000;
            }

.color-yellow {
    color: #ffb11b !important;
}
/********************************
	work -process
**************/
.work-process {
    position: relative;
}

    .work-process .work-process-inner {
        padding-top: 120px;
        padding-bottom: 120px;
        position: relative;
        background-image: url('../images/gogreen-bg-026.jpg');
        min-height: 500px;
        /* Create the parallax scrolling effect */
        background-attachment: fixed;
        /*background-position: center;*/
        background-repeat: no-repeat;
        background-size: cover;
    }
/*.work-process-inner {
		background-image: url('../images/gogreen-bg-026.jpg');
		background-position: center center;
		transform: translate3d(0px, -7.50595%, 0px);
		height:200%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translate3d(0,-50%,0);
		transform: translate3d(0,-50%,0);
		background-size: cover;
		background-repeat: no-repeat;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}*/
.work-process-inner .work-process-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 45px;
}

.process-icon i {
    color: #ffb11b;
    font-size: 90px;
}

.w-space-100 {
    height: 100px
}

.w-space-80 {
    height: 80px
}

.w-space-70 {
    height: 70px
}

.w-space-60 {
    height: 60px
}

.w-space-50 {
    height: 50px
}

.w-space-40 {
    height: 40px
}

.w-space-30 {
    height: 30px
}

.w-space-20 {
    height: 20px
}

.work-process-inner .step h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}

.work-process-inner .step {
    position: relative;
}

    .work-process-inner .step:after {
        content: '';
        height: 1px;
        width: 20px;
        display: block;
        background: #999;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        margin-top: 20px;
    }

.step-description {
    color: #bcbcbc;
}
/***************************
	reson-part
*********/
.reson-part {
    background: #f5f5f5;
    display: inline-block;
    width: 100%;
    padding-bottom:100px;
}

    .reson-part .reson-title h2 {
        color: #000;
        font-weight: bold;
        text-align: center;
        font-size: 45px;
    }

.reson-inner-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
/*.reson-content{
	position:relative;
}*/
.reson-content:before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: rgba(0,0,0,.4);
    opacity: 0;
    z-index: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

.reson-content:hover:before {
    opacity: 1;
}
.reson-content img {
    height: 224px;
    width: 100%;
}
.reson-inner-title h2:not(.subheading) {
    font-size: 45px;
    text-align: right;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
    font-weight: bold;
    color: #fff;
}

.reson-inner-title h2.subheading {
    font-size: 20px;
    position: absolute;
    right: 15px;
    bottom: 20px;
    display: inline-block;
    line-height: 1.2;
    font-weight: 400;
    text-align: right;
    color: #fff;
    float: right;
}
/*****************
	garanty
**************/
.garanty {
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    background-image: url('../images/gogreen-bg-001.jpg');
    min-height: 500px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

    .garanty .garanty-header h2 {
        font-size: 50px;
        font-weight: bold;
        color: #fff;
        text-align: center;
        line-height: 1.6;
    }

    .garanty .w-section-separator.w-top svg {
        top: 40px;
    }

    .garanty .garanty-img img {
        margin-bottom: -110px;
        z-index: 100;
    }
/**********
		blog
**************************/
.blog-post {
    display: inline-block;
    width: 100%;
    padding-bottom: 170px;
}

    .blog-post .blog-header h2 {
        color: #000;
        font-weight: bold;
        font-size: 45px;
        text-align: center;
    }

    .blog-post .post-list .post-box .post-img {
        position: relative;
        height: 100%;
        width: 100%;
        display: block;
    }

.margin-top-115 {
    margin-top: -115px;
}

.blog-post .post-list .post-box .post-category {
    font-size: 15px;
    color: #fff;
    background: #3ab54a;
    padding: 5px 15px 2px;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.blog-post .post-list .post-box .post-content {
    padding: 20px 0 0;
    position: relative;
}

.blog-post .post-list .post-box .post-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-align: center;
}

    .blog-post .post-list .post-box .post-title a {
        color: #000 !important;
        font-weight: bold;
        line-height: 1.7;
    }

.blog-post .post-list .post-box .post-meta {
    height: auto;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 12px;
}

    .blog-post .post-list .post-box .post-meta > span a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        /*margin-left: 8px;
			padding-left: 9px;*/
        font-size: 12px;
        color: #888;
        position: relative;
        /*padding:5px 10px;*/
    }

    .blog-post .post-list .post-box .post-meta span strong {
        margin-right: 5px;
    }

    .blog-post .post-list .post-box .post-meta span a {
        padding-right: 2px;
        color: #999;
    }

    .blog-post .post-list .post-box .post-meta > span {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0px;
        padding-left: 12px;
    }

        .blog-post .post-list .post-box .post-meta > span:last-child {
            margin: 0;
            padding: 0;
        }

        .blog-post .post-list .post-box .post-meta > span:not(:last-child):after {
            content: '';
            display: block;
            position: absolute;
            top: 5px;
            left: 2px;
            width: 1px;
            height: 10px;
            background: #989898;
        }

.blog-post .post-list .post-box .post-description p {
    text-align: center;
    font-size: 15px;
}

.blog-post .post-list .post-box .post-footer {
    border-top: 1px solid #999;
    border-bottom: 3px solid #333;
    margin: 20px 0 0;
    padding: 3px 0;
}

    .blog-post .post-list .post-box .post-footer .readmore-link {
        width: 40%;
        display: inline-block;
        text-align: right;
    }

        .blog-post .post-list .post-box .post-footer .readmore-link a {
            display: inline-block;
            padding-left: 10px;
            border-left: 1px solid #b1b1b1;
            text-transform: uppercase;
            font-size: 12px;
            line-height: 14px;
            font-weight: 700;
            color: inherit;
        }

            .blog-post .post-list .post-box .post-footer .readmore-link a:hover, .blog-post .post-list .post-box .post-footer .post-share a:hover {
                color: #3ab54a;
            }

    .blog-post .post-list .post-box .post-footer .post-share {
        text-align: left;
        float: left;
        font-size: 14px;
        width: 60%;
    }

        .blog-post .post-list .post-box .post-footer .post-share a {
            padding: 0 10px;
            display: inline-block;
            color: inherit;
        }

            .blog-post .post-list .post-box .post-footer .post-share a:first-child {
                padding-right: 0;
            }

.blog-post .post-list .col-md-4 {
    margin-bottom: 0;
    padding: 0 30px 30px 0;
}

.post-bg-img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.7);
}

.post-bg-img {
    background-image: url('../images/gogreen-blog-5-640x427.jpg');
    width: 100%;
    padding: 60px 20px;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -75px;
}

    .post-bg-img .post-img-title i {
        font-size: 60px;
        line-height: 60px;
        opacity: .8;
        color: #3ab54a;
        z-index: -1;
        display: inline-block;
        width: 100%;
        margin: 20px 0 30px;
    }

    .post-bg-img .post-img-title a {
        font-size: 36px;
        line-height: 1.2;
        font-weight: 400;
        white-space: normal;
        margin: 0;
        height: auto;
        max-height: none;
        color: #fff;
    }

    .post-bg-img .quote-author {
        margin: 60px 0 40px;
        font-size: 16px;
        font-weight: 400;
        display: block;
        position: relative;
        font-style: italic;
        color: #afafaf;
    }

        .post-bg-img .quote-author:before {
            content: '';
            width: 20px;
            height: 1px;
            background: #999;
            position: absolute;
            top: -30px;
            left: 50%;
            margin-left: -10px;
        }

    .post-bg-img .post-share a {
        position: relative;
        z-index: 1;
        padding: 0 10px;
        font-size: 18px;
    }

        .post-bg-img .post-share a:hover {
            color: #fff;
        }
/**********
	footer
********************/
.footer {
    position: relative;
    display: grid;
    width: 100%;
}

    .footer .footer-inner {
        padding-top: 65px;
        padding-bottom: 95px;
        position: relative;
        background-image: url('../images/gogreen-bg-025.jpg');
        /*min-height: 500px;*/
        /*background-attachment: fixed;*/
        background-repeat: no-repeat;
        background-size: cover;
    }

        .footer .footer-inner .footer-heading {
            margin-bottom: 10px;
        }

            .footer .footer-inner .footer-heading h3 {
                font-size: 20px;
                line-height: 20px;
                text-transform: uppercase;
                margin-bottom: 20px;
                padding: 0;
                overflow: hidden;
                position: relative;
                color: #fff;
                font-weight: 600;
            }

                .footer .footer-inner .footer-heading h3 span {
                    display: inline-block;
                    padding: 0 10px;
                    padding-right: 0;
                }

                .footer .footer-inner .footer-heading h3:after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    width: 100%;
                    height: 22px;
                    margin: -11px 0 0;
                    background-color: transparent;
                    background-image: linear-gradient( 45deg,rgba(255,255,255,0.2) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0.2) 75%,transparent 75%,transparent);
                    background-size: 6px 6px;
                }

.footer-text p {
    color: #bcbcb8;
}

.padding-left-25 {
    padding-left: 25px;
}

.footer-post-list .footer-post-img img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: -webkit-transform .35s;
    transition: transform .35s;
}

.footer-post-list li .thumb > a {
    overflow: hidden;
    display: block;
    height: 100%;
}

.footer-post-list li:hover .thumb > a > img {
    -ms-transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5)
}

.footer-post-list li {
    margin-bottom: 22px;
    display: block;
    position: relative;
    list-style: none;
}

.footer-post-list span.thumb {
    width: 50px;
    height: 50px;
    float: right;
    text-align: center;
    margin-left: 8px;
}

.footer-post-list .footer-post-title {
    display: block;
    line-height: 15px;
    max-height: 30px;
    overflow: hidden;
    font-size: 14px;
}

    .footer-post-list .footer-post-title:hover {
        color: #bcbcb8;
    }

.footer-post-list .footer-post-date {
    display: block;
    font-size: 12px;
    color: #999;
}

.sub-footer {
    padding: 20px 0;
    color: #fff;
    background: #181818;
    display: inline-block;
    width: 100%;
}

    .sub-footer .list-inline {
        float: left;
    }

        .sub-footer .list-inline li {
            display: inline;
        }

            .sub-footer .list-inline li a {
                font-weight: bold;
                font-size: 15px;
                color: #fff;
                margin-left: 15px;
            }

    .sub-footer .copy-right {
        color: #fff;
    }


/**********************
	products
*************************/
.products {
    display: inline-block;
    width: 100%;
}

    .products .product figure {
        overflow: hidden;
        text-align: center;
        position: relative
    }

    .products:not(.owl-carousel) .product figure {
        padding-bottom: 40px
    }

    .products .product .image-wrapper {
        display: block;
        position: relative;
        overflow: hidden
    }

    .products .product .cover-image > a {
        display: block;
        height: 100%
    }

    .products .product .cover-image img {
        display: block;
        width: 100%
    }

    .products .product > figure .button {
        display: inline-block;
        position: relative;
        width: 40px;
        max-width: 80%;
        height: 36px;
        line-height: 36px;
        overflow: hidden;
        border-radius: 50px;
        padding: 0 15px;
        font-size: 14px;
        text-indent: 25px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: #333;
        color: #fff;
        text-align: left;
        margin-top: 10px;
    }

    .products .product > figure .button {
        position: absolute;
        z-index: 10;
        bottom: 40px;
        left: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-overflow: initial;
        opacity: 0;
        -ms-transform: translateX(-50%),translateY(100px);
        -webkit-transform: translate3d(-50%,100px,0);
        transform: translate3d(-50%,100px,0);
        -webkit-transition: -webkit-transform .4s ease-out,opacity .2s,width 0.2s;
        transition: transform .4s ease-out,opacity .2s,width 0.2s;
    }

        .products .product > figure .button.read-more {
            background: #eee !important;
            color: #444;
        }

            .products .product > figure .button.read-more span {
                color: #444;
            }

.star-rating {
    position: absolute;
    z-index: 5;
    bottom: 10px;
    left: 50%;
    opacity: 0;
    -ms-transform: translateX(-50%),translateY(100px);
    -webkit-transform: translate3d(-50%,100px,0);
    transform: translate3d(-50%,100px,0);
    -webkit-transition: all .3s;
    transition: all .3s;
}

    .star-rating span i {
        color: #333;
    }

.products .product > figure .button:before {
    content: "\f291";
    position: absolute;
    top: 0;
    right: -12px;
    font-family: 'FontAwesome';
}

.products .product > figure .button.read-more:before {
    content: "\f129" !important;
    font-family: 'FontAwesome';
}

.products .product > figure .button.select-option:before {
    content: "\f0c9" !important;
    font-family: 'FontAwesome';
}

.out-of-stock {
    z-index: 10;
    text-align: center;
    line-height: 13px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    margin: 5px 0;
    padding: 3px;
    color: #fff;
    font-size: 11px;
    background: #000;
    display: table;
    text-transform: capitalize;
}

    .out-of-stock > span {
        display: table-cell;
        vertical-align: middle;
    }
    .out-of-stock.special-sale {
        background:#f72c5e
    }
    .products .product.outofstock {
        opacity: .3;
        -webkit-transition: opacity .3s;
        transition: opacity .3s;
    }

.product-price-discount .product-price {
    /*text-decoration:underline;*/
}

.product-price-discount .discount-price {
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
}

.products .product.outofstock:hover {
    opacity: 1;
}

.products .product > figure .button:before {
    display: inline-block;
    text-align: center;
    width: 40px;
}

.products .product > figure .button span {
    color: #fff;
    position: absolute;
    font-size: 13px;
    font-weight: 500;
    top: 2px;
    display: block;
    opacity: 0;
    z-index: 100;
    right: 12px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.products .product > figure .button:hover span {
    opacity: 1;
}

.products .product > figure:hover .button {
    opacity: 1;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.products .product > figure:hover .star-rating {
    opacity: 1;
    -ms-transform: translateX(-50%);
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0)
}

.products .product > figure .button:hover {
    text-overflow: ellipsis;
    text-indent: 20px;
    width: 145px;
}

.products .product-name {
    color: #222;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.product-price {
    font-weight: bold;
    color: #3ab54a
}

.product-status {
    position: absolute;
    top: 5px;
    right: 10px;
}

.onsale {
    z-index: 10;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 60px;
    text-align: center;
    margin: 5px 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    background: #3ab45b;
    display: inline-block;
}

.products {
    position: relative;
}

    .products .products-outer {
        position: relative;
    }

    .products .slide-item {
        position: relative;
    }

    .products .image-box {
        position: relative;
        margin: 0;
        text-align: center;
    }

        .products .image-box img {
            display: inline-block;
            max-width: 100%;
            width: auto;
            height: auto;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .products .image-box:hover img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }


    /*  .products .products-carousel .owl-nav {
        display: block;
    }*/
    .products .products-carousel .owl-nav {
        position: absolute;
        width: 100%;
        top: 50%;
        margin-top: -27px;
        z-index: 99;
        opacity: 1;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

.products-carousel .owl-prev, .products-carousel .owl-next {
    position: absolute;
    top: -40px;
    left: 5px;
    height: 50px;
    line-height: 50px;
    width: 50px;
    font-size: 20px;
    color: #000;
    font-weight: 400;
    text-align: center;
    border-radius: 0;
    background-color: rgba(0,0,0,0.10);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.products-carousel .owl-next {
    right: 5px;
}

    .products-carousel .owl-prev:hover, .products-carousel .owl-next:hover {
        background-color: #222 !important;
        color: #fff !important;
    }

    .products-carousel .owl-prev:hover, .products-carousel .owl-next:hover {
        background-color: #ffffff;
        color: #222222;
    }

.products-title h2 {
    color: #222;
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    margin-bottom: 50px;
}

.products.style-two {
    -webkit-box-shadow: inset 0 10px 30px rgba(0,0,0,0.10);
    -moz-box-shadow: inset 0 10px 30px rgba(0,0,0,0.10);
    -ms-box-shadow: inset 0 10px 30px rgba(0,0,0,0.10);
    -o-box-shadow: inset 0 10px 30px rgba(0,0,0,0.10);
    box-shadow: inset 0 10px 30px rgba(0,0,0,0.10);
}

.products.alternate {
    background-color: #f3f3f3;
}

/***********************
	counter
************************/
.fun-fact-section {
    position: relative;
    /*background-color: #ff5722;
	padding: 40px 0 10px;*/
}

    .fun-fact-section .sec-title {
        margin-bottom: 40px;
    }

        .fun-fact-section .sec-title h2:before {
            background-color: #ffffff;
        }

    .fun-fact-section .fact-counter {
        position: relative;
    }

    .fun-fact-section .counter-column {
        position: relative;
        margin-bottom: 40px;
    }

    .fun-fact-section .count-box {
        position: relative;
        padding-left: 0px;
        font-size: 48px;
        line-height: 1.2em;
        color: #222222;
        font-weight: 400;
        text-align: center;
        padding-right: 0 !important;
    }

        .fun-fact-section .count-box .icon {
            position: relative;
            left: 0;
            top: 20px;
            font-size: 40px;
            line-height: 1em;
            color: #3ab54a;
            font-weight: 400;
            margin-bottom: 30px;
            display: block;
            text-align: center;
        }

        .fun-fact-section .count-box .count-text {
            position: relative;
            display: inline-block;
            font-size: 60px;
            line-height: 1.2em;
            color: #222;
            font-weight: 400;
        }

        .fun-fact-section .count-box .counter-title {
            position: relative;
            display: block;
            font-size: 17px;
            line-height: 25px;
            font-weight: 400;
            color: #aaa;
            font-family: Open Sans, sans-serif;
            margin-top: 30px;
        }

            .fun-fact-section .count-box .counter-title span {
                display: block;
                width: 20px;
                height: 2px;
                background: #3ab54a;
                position: absolute;
                left: 50%;
                top: -20px;
                margin-left: -10px;
            }
/*** 

====================================================================
		Testimonial Section
====================================================================

***/

.testimonial-inner {
    position: relative;
    padding: 120px 0;
    /*	background-color: #232323;
*/ display: inline-block;
    width: 100%;
    background-image: url('../images/gogreen-bg-012.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
}

.testimonial-carousel {
    position: relative;
    padding-bottom: 70px;
}

.testimonial-title {
    font-size: 45px;
    font-weight: bold;
    color: #3ab54a;
    text-align: center;
}

.testimonial-block {
    position: relative;
}

    .testimonial-block .inner-box {
        position: relative;
        padding: 40px 40px 35px;
    }

        .testimonial-block .inner-box:before {
            position: absolute;
            right: 45%;
            top: 40px;
            font-size: 60px;
            line-height: 1em;
            content: "\f10e";
            font-family: FontAwesome;
            color: #3ab54a;
            opacity: 0.5
        }

    .testimonial-block .info-box {
        position: relative;
        min-height: 70px;
        padding-left: 0px;
        margin-top: 30px;
        text-align: center;
    }

    .testimonial-block p,
    .testimonial-block .text {
        color: #cccccc;
        position: relative;
    }

    .testimonial-block .info-box .thumb {
        position: relative;
        overflow: hidden;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 140px;
        height: 140px;
        margin: 30px auto;
        background: #3ab54a;
        border-radius: 50%;
    }

        .testimonial-block .info-box .thumb img {
            width: 130px;
            height: 130px;
            margin: 5px;
            border-radius: 50%;
            border: none;
            max-width: none;
            -webkit-transform-style: initial;
            transform-style: initial;
            margin-top: -1px;
        }

    .testimonial-block .info-box .name {
        position: relative;
        display: block;
        font-size: 20px;
        line-height: 1.2em;
        color: #ffffff;
        font-weight: 400;
    }

    .testimonial-block .info-box .designation {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 25px;
        color: #aaaaaa;
        font-weight: 400;
    }

    .testimonial-block .info-box .rating {
        position: relative;
        display: block;
        font-size: 14px;
        line-height: 15px;
        color: #ff5722;
        font-weight: 400;
    }

    .testimonial-block .info-box .text {
        position: relative;
        display: block;
        font-size: 16px;
        line-height: 25px;
        color: #999999;
        font-weight: 400;
    }

.testimonial-carousel .owl-nav {
    display: none;
}

.testimonial-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    text-align: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 4px;
    background: #7b7b7b padding-box content-box;
    border: 2px solid transparent;
    border-radius: 10px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .testimonial-carousel .owl-dot:hover,
    .testimonial-carousel .owl-dot.active {
        /*border-color: #3ab54a;*/
        background-color: #3ab54a;
    }

.w-section-separator.w-t svg {
    top: -88px;
}

/**********shop page styles*********/
/*******/

/*==============header
    =================*/
.header-style-two.header-page-style {
    position: relative;
    box-shadow: 0 0 8px #cccccc9e;
}

    .header-style-two.header-page-style .main-menu .navigation > li.dropdown > a:before {
        color: #555555;
    }
    .header-style-two.header-page-style .main-menu .navigation > li.dropdown > a:hover:before {
        color: #222;
    }
    .header-style-two.header-page-style .header-top {
        background: #292e38;
    }

    .header-style-two.header-page-style .header-upper {
        background: #fff;
    }
.header-style-two.main-header .main-menu .navigation > li > a, .header-style-two.main-header .main-menu.navbar-page .control .icon-material-search {
    color: #ebe4e4;
    transition:all 0.1s ease;
}
    .header-style-two.main-header .main-menu .navigation > li > a:hover, .header-style-two.main-header .main-menu .navigation > li > a:hover:before , .header-style-two.main-header .main-menu.navbar-page .control .icon-material-search:hover {
        color: #fff;
        font-weight:bold;
    }
.header-style-two.header-page-style .main-menu.navbar-page .navigation > li > a, .header-style-two.header-page-style .main-menu.navbar-page .left-nav li a, .header-style-two.header-page-style .main-menu.navbar-page .control .icon-material-search {
    color: #555555;
}
    .header-style-two.header-page-style .main-menu.navbar-page .control .icon-material-search:hover {
        color: #222222 !important;
        font-weight: bold;
    }

/*.main-header .main-menu .left-nav li a i.fa-user {
    color: #fff;
}*/

/*.main-header .main-menu.navbar-page .left-nav li a i.fa-user {
    color: #999;
}*/

 .main-header .main-menu.navbar-page .left-nav li {
    color: #ebe4e4;
}
.main-header .main-menu.navbar-page .control .icon-material-search{
    color:#555555;
}
.page-container {
    position: relative;
    z-index: 1;
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}


.title-wrapper {
    position: relative;
    z-index: 1;
    padding: 125px 0 60px;
    overflow: hidden;
    color: #fff;
    background: #21242a;
    text-align: center;
}

    .title-wrapper.w-size-full {
        display: table;
        table-layout: fixed;
        width: 100%
    }

body.no-header .title-wrapper {
    padding-top: 60px;
}

    body.no-header .title-wrapper.w-size-full {
        padding-top: 0;
        padding-bottom: 0;
    }

.bg-video {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.videobg {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.title-wrapper.w-size-full .container {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 30px;
}

.title-wrapper.w-gradient {
    background: #fff;
}

/*.title-wrapper .title-background {
    -webkit-transition: transform .5s;
    transition: transform .5s;
}*/
.title-wrapper .title-background .bg-image {
    background-image: url('../images/gogreen-bg-032.jpg');
    -webkit-background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    background: #211f1e;
}
/*.title-wrapper.w-effect-active .title-background {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}*/

.title-wrapper.w-gradient .title-background:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: -1px;
    pointer-events: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/*.title-wrapper.w-gradient .title-background:after {
    opacity: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%);
}
*/
/*.title-wrapper.w-gradient.w-effect-active .title-background:after {
    opacity: 1;
}

.title-wrapper.text-left .container {
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.title-wrapper.text-right .container {
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
*/
.title-wrapper .title {
    margin-bottom: 0;
    color: inherit;
    font-weight: 400;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.title-wrapper.w-gradient.w-effect-active .title {
    color: #000;
}

.title-wrapper.w-size-m .title:after {
    content: '';
    display: block;
    width: 40px;
    margin: 30px auto 0;
    border-bottom: 1px solid #3ab54a;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.title-wrapper.w-size-full .title:after {
    margin: 30px auto 0;
}

.title-wrapper.w-size-s .title {
    font-size: 30px;
    text-transform: capitalize;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.title-wrapper.text-left.w-size-s .title {
    padding-left: 0;
}

.title-wrapper.text-right.w-size-s .title {
    padding-right: 0;
}

.title-wrapper.w-size-m .title {
    font-size: 40px;
    font-weight: 700;
}

.title-wrapper.w-size-l .title {
    font-size: 90px;
    text-transform: capitalize;
}

.title-wrapper.w-size-full .title {
    font-size: 100px;
    font-weight: 700;
}

.title-wrapper .title strong {
    color: #3ab54a;
}

.title-wrapper .subtitle {
    display: block;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
    color: #3ab54a;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.title-wrapper.w-size-s .subtitle {
    font-size: 16px;
    margin: 10px 0 15px;
    height: auto;
}

.title-wrapper.w-size-m .subtitle {
    font-size: 16px;
    margin: 0 0 10px;
}

.title-wrapper.w-size-l .subtitle {
    font-size: 18px;
    margin: 10px 0 30px;
}

.title-wrapper.w-size-full .subtitle {
    font-size: 18px;
    margin: 10px 0;
}

.title-wrapper.w-size-m .subtitle strong, .title-wrapper.w-size-l .subtitle strong {
    font-weight: 700;
}

@media only screen and (min-width:1080px) {
    .about-us.title-wrapper {
        padding: 295px 0 200px;
    }

    .top-bar .title-wrapper {
        padding-top: 345px;
    }

    .title-wrapper.w-size-s {
        padding: 130px 0 35px;
    }

    .top-bar .title-wrapper.w-size-s {
        padding-top: 180px;
    }

    .title-wrapper.w-size-m {
        padding: 245px 0 150px;
    }

    .top-bar .title-wrapper.w-size-m {
        padding-top: 295px;
    }

    body.no-header .title-wrapper.w-size-s {
        padding-top: 35px;
    }

    body.no-header .title-wrapper.w-size-m {
        padding-top: 150px;
    }

    body.no-header .title-wrapper.w-size-l {
        padding-top: 200px;
    }
}

@media only screen and (min-width:1200px) {
    .title-wrapper.w-gradient .subtitle {
        opacity: 0;
    }

    .title-wrapper.w-gradient.w-size-full .subtitle {
        height: 0;
        -ms-transform: translateY(-60px);
        -webkit-transform: translate3d(0, -60px, 0);
        transform: translate3d(0, -60px, 0);
    }

    .title-wrapper.w-gradient.w-effect-active .subtitle {
        opacity: 1;
    }

    .title-wrapper.w-gradient.w-size-full.w-effect-active .subtitle {
        -ms-transform: translateY(-50px);
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
    }

    .title-wrapper.w-gradient:not(.w-size-s) .title:after {
        opacity: 0;
    }

    .title-wrapper.w-gradient.w-size-full .title:after {
        -ms-transform: translateY(30px);
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);
    }

    .title-wrapper.w-gradient.w-effect-active .title:after {
        opacity: 1;
    }

    .title-wrapper.w-gradient.w-size-full.w-effect-active .title:after {
        -ms-transform: translateY(0px);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media only screen and (max-width:767px) {
    .title-wrapper:not(.w-size-none) .title {
        font-size: 28px;
    }

    .title-wrapper.w-size-l .title {
        font-size: 34px;
    }

    .title-wrapper.w-size-full .subtitle {
        margin-bottom: 15px;
    }

    .title-wrapper:not(.w-size-none) .subtitle {
        font-size: 16px;
    }
}

@media only screen and (max-width:599px) {
    .title-wrapper.w-size-m .title:after {
        margin: 26px auto 0;
    }
}

.page-inner-heading {
    padding: 50px 15px 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #dadada;
    display: inline-block;
    width: 100%;
}

.selectBox {
    border: 1px solid #ccc;
    position: relative;
    padding: 8px 10px;
    cursor: pointer;
    width: 230px;
}

.selectBox__value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.selectBox:after {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: all 0.2s ease-in-out;
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.001' height='8.165' viewBox='0 0 14.001 8.165'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23212121;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M13.861,60.224l-.7-.7a.441.441,0,0,0-.645,0L7,65.036,1.487,59.522a.441.441,0,0,0-.645,0l-.7.7a.441.441,0,0,0,0,.645l6.537,6.538a.441.441,0,0,0,.645,0l6.538-6.538a.442.442,0,0,0,0-.645Z' transform='translate(0 -59.382)'/%3E%3C/svg%3E");
}

.selectBox .dropdown-menu {
    transition: all 0.5s ease-in-out;
    opacity: 0;
    display: block;
    top: 100%;
    width: 100%;
    max-height: 250px;
    z-index: -1;
    overflow-y: auto;
    transform: translateY(-15%);
    visibility: hidden;
    right: 0;
}

.selectBox.show {
    background-color: #fff;
}

    .selectBox.show:after {
        transform: translateY(-50%) rotate(180deg);
    }

    .selectBox.show .dropdown-menu {
        transition: all 0.3s ease-in-out;
        visibility: visible;
        opacity: 1;
        z-index: 1;
        transform: translateY(0);
        right: 0;
        left: auto;
    }

.product-amount {
    text-align: left;
    padding-top: 16px;
    font-size: 15px;
}

.page-inner-container {
    padding-bottom: 150px;
}

.product-sidebar {
    background: #f5f5f5;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.right-sidbar {
    padding: 50px 20px 150px;
}

.title-decor {
    font-size: 16px;
    text-transform: uppercase;
    overflow: hidden;
    font-weight: bold;
    color: #222;
    width: 100%;
}

.product-categories ul {
    display: block;
    width: 100%;
    margin-top: 20px;
}

    .product-categories ul li {
        padding: 7px 0;
        border-bottom: 1px dashed #aaa;
    }

        .product-categories ul li a {
            color: #3ab54a;
        }

.title-decor:after {
    content: '';
    position: absolute;
    display: inline-block;
    overflow: hidden;
    top: 50%;
    margin: -10px 16px 0 0;
    background-color: transparent;
    background-image: linear-gradient( 45deg,rgba(0,0,0,0.05) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.05) 50%,rgba(0,0,0,0.05) 75%,transparent 75%,transparent);
    background-size: 6px 6px;
    width: 100%;
    height: 20px;
}

.most-sale-product {
    margin-top: 40px;
}

    .most-sale-product .most-product-list {
        margin-top: 20px
    }

        .most-sale-product .most-product-list .img-pro img {
            width: 100%;
            box-shadow: none;
            padding: 1px;
            border: 2px solid #e0e0e0;
            -webkit-transition: all .35s;
            transition: all .35s;
            margin: 0 0 0 10px;
            height: auto;
            float: right;
        }

        .most-sale-product .most-product-list .pro-name {
            /*margin-top:5px;*/
            font-size: 15px;
        }

            .most-sale-product .most-product-list .pro-name a:hover {
                color: #999
            }

        .most-sale-product .most-product-list .rating {
            color: #333;
            font-size: 12px;
        }

        .most-sale-product .most-product-list .pricing {
            font-size: 13px;
        }

            .most-sale-product .most-product-list .pricing .main-price {
                color: #999;
                text-decoration: line-through;
                margin-left: 10px;
            }

            .most-sale-product .most-product-list .pricing .disc-price {
                color: #000;
            }

.product-list-item {
    border-bottom: 1px dashed #aaa;
    padding: 15px 0;
}
/*************pagination*********************/
.pagination-part {
    text-align: center;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
}

    .pagination-part .pagination {
        width: 300px;
        display: inline-block;
    }

    .pagination-part .pagination-container {
        text-align: center;
        display: inline-block;
        width: 100%;
    }

    .pagination-part .pagination li a {
        position: relative;
        display: contents;
        color: #aaa;
    }

    .pagination-part .pagination li {
        margin-left: 7px !important;
        display: inline-block;
        background-color: #fff;
        border: 1px solid #aaa;
        border-radius: 5px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }

.pagination > li:last-child > a {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.pagination > li:first-child > a {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.pagination-part .pagination li.active {
    z-index: 1;
    color: #fff;
    background-color: #3ab54a;
    border-color: #3ab54a;
}

    .pagination-part .pagination li.active a {
        color: #fff;
    }

.pagination-part .pagination li a:hover {
    z-index: 2;
    color: #3ab54a;
    text-decoration: none;
    background-color: transparent;
    border-color: #3ab54a;
}
/*********price range slider***********/
.price-range-slider {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}

    .price-range-slider .range-value {
        margin: 0;
    }

        .price-range-slider .range-value input {
            width: 100%;
            background: none;
            color: #888;
            font-size: 14px;
            font-weight: initial;
            box-shadow: none;
            border: none;
            margin: 35px 0 9px 0;
        }

    .price-range-slider .range-bar {
        border: none;
        background: #e1e1e1;
        height: 3px;
        width: 96%;
        /*margin-left: 8px;*/
        margin-top: 40px;
    }

        .price-range-slider .range-bar .ui-slider-range {
            background: #3ab54a;
        }

        .price-range-slider .range-bar .ui-slider-handle {
            border: none;
            border-radius: 0;
            background: #3ab54a;
            border: 2px solid #3ab54a;
            height: 17px;
            width: 9px;
            top: -0.52em;
            cursor: pointer;
        }

            .price-range-slider .range-bar .ui-slider-handle + span {
                background: #3ab54a;
            }

.btn-filter {
    border: 2px solid #3ab54a;
    border-radius: 0 !important;
    padding: 0px 27px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    background: #3ab54a;
    color: #fff;
    display: inline-block;
    /* vertical-align: middle; */
    height: 35px;
    margin-top: 30px;
    float: left;
    position: absolute;
    left: 0px;
    bottom: 0;
}
/**********************
    about-us
    **************/
.about-us.title-wrapper .title-background .bg-image {
    background-image: url(../images/gogreen-bg-013.jpg);
    -webkit-background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about-us.title-wrapper .title-background .bg-overlay {
    background-color: transparent;
    opacity: 0.8;
}

.w-section-separator.w-top.w-3 svg {
    top: -79px;
}
.team-member {
    padding: 10px 0 100px;
    display: inline-block;
    width: 100%;
    position: relative;
    text-align: justify;
}
    .team-member .about-us-heading h2 {
        font-size: 24px;
        line-height: 30px;
        border-top: 2px solid #000;
        border-bottom: 2px solid #000;
        padding: 10px 0;
        display: inline-block;
        color: #222;
        font-weight: bold;
    }

    .team-member .about-us-heading h4.sub-heading {
        position: absolute;
        top: -30px;
        color: #ccc;
        z-index: -1;
        font-size: 100px;
        font-weight: 700;
        line-height: 110px;
        width: 100%;
    }
    .team-member .about-team-desc {
        margin-bottom:45px;
    }
.about-us-heading h2 {
    font-size: 24px;
    line-height: 30px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 10px 0;
    display: inline-block;
    color: #222;
    font-weight: bold;
}

.about-us-heading h4.sub-heading {
    position: absolute;
    top: -30px;
    color: #ccc;
    z-index: -1;
    font-size: 100px;
    font-weight: 700;
    line-height: 110px;
    width: 100%;
}

.about-us-inner {
    padding: 90px 0;
    position: relative;
    display: inline-block;
    width: 100%;
}

    .about-us-inner .text {
        margin-top: 30px;
        text-align:justify;
    }

        .about-us-inner .text p {
            margin-bottom: 20px;
            font-size: 14px;
            text-align: justify;
        }

.about-part-two .text p {
    font-size: 18px;
    line-height: 30px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 10px 0;
    display: inline-block;
    color: #222;
    font-weight: bold;
    text-align: justify;
}

.about-part-two {
    padding: 90px 0 ;
    background: #f5f5f5;
    margin-bottom: 100px;
}


.team-member .team-img{
    border:1px solid red;
    cursor:pointer;
}
.fa-spin-fast {
    -webkit-animation: fa-spin-fast 0.2s infinite linear;
    animation: fa-spin-fast 0.2s infinite linear;
}

@-webkit-keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.material-card {
    position: relative;
    height: 0;
    padding-bottom: calc(100% - 16px);
    margin-bottom: 9.6em;
}

    .material-card h2 {
        position: absolute;
        top: calc(100% - 16px);
        left: 0;
        width: 100%;
        padding: 10px 16px;
        color: #fff;
        font-size: 1.4em;
        line-height: 1.6em;
        margin: 0;
        z-index: 10;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        .material-card h2 span {
            display: block;
        }

        .material-card h2 strong {
            font-weight: 400;
            display: block;
            font-size: 0.8em;
        }

        .material-card h2:before,
        .material-card h2:after {
            content: ' ';
            position: absolute;
            left: 0;
            top: -16px;
            width: 0;
            border: 8px solid;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s;
        }

        .material-card h2:after {
            top: auto;
            bottom: 0;
        }

@media screen and (max-width: 767px) {
    .material-card.mc-active {
        padding-bottom: 0;
        height: auto;
    }
}

.material-card.mc-active h2 {
    top: 0;
    padding: 10px 16px 10px 90px;
}

    .material-card.mc-active h2:before {
        top: 0;
    }

    .material-card.mc-active h2:after {
        bottom: -16px;
    }

.material-card .mc-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 16px;
    left: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card .mc-btn-action {
    position: absolute;
    right: 16px;
    top: 15px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid;
    width: 54px;
    height: 54px;
    line-height: 44px;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.mc-active .mc-btn-action {
    top: 62px;
}

.material-card .mc-description {
    position: absolute;
    top: 100%;
    right: 30px;
    left: 30px;
    bottom: 54px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.material-card .mc-footer {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .material-card .mc-footer h4 {
        position: absolute;
        top: 200px;
        left: 30px;
        padding: 0;
        margin: 0;
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: all 1.4s;
        -moz-transition: all 1.4s;
        -ms-transition: all 1.4s;
        -o-transition: all 1.4s;
        transition: all 1.4s;
    }

    .material-card .mc-footer a {
        display: block;
        float: left;
        position: relative;
        width: 52px;
        height: 52px;
        margin-left: 5px;
        margin-bottom: 15px;
        font-size: 28px;
        color: #fff;
        line-height: 52px;
        text-decoration: none;
        top: 200px;
    }

        .material-card .mc-footer a:nth-child(1) {
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .material-card .mc-footer a:nth-child(2) {
            -webkit-transition: all 0.6s;
            -moz-transition: all 0.6s;
            -ms-transition: all 0.6s;
            -o-transition: all 0.6s;
            transition: all 0.6s;
        }

        .material-card .mc-footer a:nth-child(3) {
            -webkit-transition: all 0.7s;
            -moz-transition: all 0.7s;
            -ms-transition: all 0.7s;
            -o-transition: all 0.7s;
            transition: all 0.7s;
        }

        .material-card .mc-footer a:nth-child(4) {
            -webkit-transition: all 0.8s;
            -moz-transition: all 0.8s;
            -ms-transition: all 0.8s;
            -o-transition: all 0.8s;
            transition: all 0.8s;
        }

        .material-card .mc-footer a:nth-child(5) {
            -webkit-transition: all 0.9s;
            -moz-transition: all 0.9s;
            -ms-transition: all 0.9s;
            -o-transition: all 0.9s;
            transition: all 0.9s;
        }

.material-card .img-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.mc-active .img-container {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 12px;
    width: 60px;
    height: 60px;
    z-index: 20;
}

.material-card.mc-active .mc-content {
    padding-top: 5.6em;
}

@media screen and (max-width: 767px) {
    .material-card.mc-active .mc-content {
        position: relative;
        margin-right: 16px;
    }
}

.material-card.mc-active .mc-description {
    top: 50px;
    padding-top: 5.6em;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (max-width: 767px) {
    .material-card.mc-active .mc-description {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        padding: 50px 30px 70px 30px;
        bottom: 0;
    }
}

.material-card.mc-active .mc-footer {
    overflow: visible;
    position: absolute;
    top: calc(100% - 16px);
    left: 16px;
    right: 0;
    height: 82px;
    padding-top: 15px;
    padding-left: 25px;
}

    .material-card.mc-active .mc-footer a {
        top: 0;
    }

    .material-card.mc-active .mc-footer h4 {
        top: -32px;
    }
    .material-card.Green h2 {
  background-color: #3ab54a;
}
.material-card.Green h2:after {
  border-top-color: #3ab54a;
  border-right-color: #3ab54a;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Green h2:before {
  border-top-color: transparent;
  border-right-color: #3ab54a;
  border-bottom-color: #3ab54a;
  border-left-color: transparent;
}
.material-card.Green.mc-active h2:before {
  border-top-color: transparent;
  border-right-color: #3ab54a;
  border-bottom-color: #3ab54a;
  border-left-color: transparent;
}
.material-card.Green.mc-active h2:after {
  border-top-color: #3ab54a;
  border-right-color: #3ab54a;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.material-card.Green .mc-btn-action {
  background-color: #3ab54a;
}
.material-card.Green .mc-btn-action:hover {
  background-color: #3ab54a;
}
.material-card.Green .mc-footer h4 {
  color: #3ab54a;
}
.material-card.Green .mc-footer a {
  background-color: #3ab54a;
  text-align:center;
}
.material-card.Green.mc-active .mc-content {
  background-color: #E8F5E9;
}
.material-card.Green.mc-active .mc-footer {
  background-color: #C8E6C9;
}
.material-card.Green.mc-active .mc-btn-action {
  border-color: #E8F5E9;
}
/*.video-part{
    padding-top:90px;
}*/
.education{
    margin-bottom:100px;
}
/*******
    contact us
 ****************************/
/*.contact-us.title-wrapper {
    border:1px solid red;
    
}*/
.empoly-form {
    margin-top: 30px;
}
.contact-us.title-wrapper .title-background .bg-image {
    background-image: url(../images/gogreen-bg-013.jpg);
    -webkit-background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.contact-us.title-wrapper .title-background .bg-overlay {
    background-color: transparent;
    opacity: 0.8;
}

.contact-us .title {
    font-size: 40px !important;
    line-height: 30px;
    padding: 20px 0;
    padding-bottom: 50px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

.contact-us-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 120px 0;
}

    .contact-us-inner .contact-us-heading {
        font-size: 40px;
        line-height: 58px;
        color: #fff;
        margin-bottom: 30px;
        padding: 70px 20px 20px 20px;
        background: #3ab54a;
        font-weight: bold;
    }

.w-section-separator.reflect-h svg {
    top: -80px !important;
}

.title-wrapper.w-size-m {
    padding: 100px 0;
}

.contact-content .contact-text p {
    margin-bottom: 12px;
    text-align: justify;
}

    .contact-content .contact-text p.text {
        margin-bottom: 20px;
    }

.contact-content .social-network {
    margin: 30px 0;
}

    .contact-content .social-network li {
        display: inline;
        padding: 10px 5px;
        font-size: 20px;
    }

.contact-form input, .contact-form select, .contact-form textarea {
    width: 100%; /* Full width */
    padding: 8px 12px; /* Some padding */
    border: 1px solid #ccc; /* Gray border */
    border-radius: 0; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 0px; /* Add a top margin */
    margin-bottom: 0px; /* Bottom margin */
    resize: vertical; /* Allow the user to vertically resize the textarea (not horizontally) */
    color: #aaa;
}

    /* Style the submit button with a specific background color etc */
    .contact-form input[type=submit] {
        background-color: #3ab54a;
        color: white;
        padding: 8px 20px;
        border: 2px solid #3ab54a;
        border-radius: 0;
        cursor: pointer;
    }

        /* When moving the mouse over the submit button, add a darker green color */
        .contact-form input[type=submit]:hover {
            background-color: #fff;
            color: #3ab54a;
        }

.contact-us-inner .map {
    padding-right: 20px;
}

.contact-form .form-group:nth-child(2n) {
    padding-right: 10px !important;
}
/***********login page styles
    ******************************/
/*==================================================================
[ Text ]*/
.txt1 {
    font-size: 13px;
    line-height: 1.4;
    color: #3ab54a;
    /*text-decoration:underline;*/
}

.txt2 {
    font-size: 13px;
    line-height: 1.4;
    color: #999999;
}
.login-form-txt li a {
    font-size: 15px;
    padding: 5px 0;
    display: block;
}
    .login-form-txt li a:hover{
        color:#666
    }
    /*==================================================================
[ Size ]*/
    .size1 {
        width: 355px;
        max-width: 100%;
    }

.size2 {
    width: calc(100% - 43px);
}

/*==================================================================
[ Background ]*/
.bg1 {
    background: #3b5998;
}

.bg2 {
    background: #1da1f2;
}

.bg3 {
    background: #cd201f;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
}


.wrap-login100 {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-direction: row-reverse;
}

/*==================================================================
[ login more ]*/
.login100-more {
    background-image: url('../images/login.bg2.png');
    width: calc(100% - 560px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

/*.login100-more::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.1);
    }*/

.p-b-43 {
    padding-bottom: 43px;
}

.flex-sb-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.w-full {
    width: 100%;
}

.p-b-32 {
    padding-bottom: 32px;
}

.p-t-3 {
    padding-top: 3px;
}

/*==================================================================
[ Form ]*/

.login100-form {
    width: 560px;
    min-height: 100vh;
    display: block;
    /*background-color: #f7f7f7;*/
    padding: 100px 55px 55px 55px;
    padding-left: 0px;
}

.login100-form-title {
    width: 100%;
    display: block;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    text-align: center;
    font-weight: bold;
}


/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 55px;
    position: relative;
    border: 1px solid #e6e6e6;
    /*border-radius: 10px;*/
    margin-bottom: 10px;
}

.register-form .wrap-input100 {
    padding: 0 !important;
    border: none;
}

.register-form .input100 {
    border: 1px solid #e6e6e6;
    margin-left: 10px;
}

.register-form .focus-input100 {
    width: 96% !important;
    right: 1px;
    height: 55px;
    top: 8px;
    left: 0;
}

.label-input100 {
    font-size: 18px;
    color: #999999;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-right: 24px;
    left: 0;
    top: 30px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input100 {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 15px;
    color: #666;
    line-height: 1.2;
    padding: 0 26px;
}

input.input100 {
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/*---------------------------------------------*/

.focus-input100 {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #3ab54a;
    /*border-radius: 10px;*/
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.eff-focus-selection {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.input100:focus {
    height: 48px;
}

    .input100:focus + .focus-input100 + .label-input100 {
        top: 14px;
        font-size: 13px;
    }

.vali-error {
    display: block;
    position: absolute;
    left: 10px;
    top: 15px;
    color: red;
}

.has-val {
    height: 48px !important;
}

    .has-val + .focus-input100 + .label-input100 {
        top: 14px;
        font-size: 13px;
    }

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox100 {
    display: none;
    font-size: 13px;
    color: #666666;
    line-height: 1.4;
    display: inline-block;
    position: relative;
    margin-left: 10px !important;
    cursor: pointer;
}

    /*.label-checkbox100 {
   font-size: 13px;
    color: #666666;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-right: 26px;
    cursor: pointer;
}*/

    .input-checkbox100::before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 13px;
        color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 2px;
        background: #fff;
        border: 1px solid #6675df;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .input-checkbox100:checked::before {
        color: #6675df;
    }
/*.input-none input[type=hidden]{
    display:none;
}*/
/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border: 2px solid #3ab54a;
    border-radius: 10px;
    background: #3ab54a;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    /*letter-spacing: 1px;*/
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    margin-top: 20px;
}

    .login100-form-btn:hover {
        background: #f7f7f7;
        color: #3ab54a;
    }

.container-login100 .wrap-login100 .selectBox {
    width: 100%;
    height: 55px;
    position: relative;
    border: none;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #666;
    line-height: 52px;
    padding: 0 24px;
}
/*.container-login100 .wrap-login100 .selectBox .selectBox__value {
        color:red;
    }*/
/*------------------------------------------------------------------
[ Responsive ]*/
@media (max-width: 992px) {
    .login100-form {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .login100-more {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .login100-form {
        width: 100%;
    }

    .login100-more {
        display: none;
    }
}

@media (max-width: 576px) {
    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

/*.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    width:70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 20px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: right;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 18px;
    margin-right:15px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}*/

/*****************************
    product-detailes
*/
.products-dtl {
}

.product-replated {
}

    .product-replated h2 {
        position: relative;
        font-size: 26px;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding: 0;
        overflow: hidden;
        color: #222;
        font-weight: bold;
    }

        .product-replated h2:after {
            content: '';
            position: absolute;
            display: inline-block;
            overflow: hidden;
            top: 50%;
            margin: -10px 15px 0 16px;
            background-color: transparent;
            background-image: linear-gradient( 45deg,rgba(0,0,0,0.05) 25%,transparent 25%,transparent 50%,rgba(0,0,0,0.05) 50%,rgba(0,0,0,0.05) 75%,transparent 75%,transparent);
            background-size: 6px 6px;
            width: 100%;
            height: 20px;
        }

.product-description {
    display: inline-block;
    width: 100%;
    padding: 100px 0;
}

    .product-description .nav-tabs {
        /*border: 1px solid red;*/
        text-align: center;
        position: relative;
    }

        .product-description .nav-tabs li a {
            line-height: 24px;
            letter-spacing: 1px;
            font-weight: 600;
            font-size: 18px;
            display: block;
            background: 0 0;
            padding: 10px;
            color: #999;
        }

            .product-description .nav-tabs li a.active {
                color: #000;
            }

        .product-description .nav-tabs li.active {
            box-shadow: 0 1px 0 #3ab54a;
        }

    .product-description .tab-content {
        padding: 20px 0;
    }

        .product-description .tab-content .tab-pane p {
            font-size: 14px;
            line-height: 28px;
            text-align: justify;
        }

        .product-description .tab-content .tab-pane .title {
            font-size: 20px;
            font-weight: bold;
            color: #000;
            margin-top: 20px;
        }

        .product-description .tab-content .review-form input {
            height: 50px;
        }

        .product-description .tab-content .review-form input, .product-description .tab-content .review-form textarea {
            border: 1px solid #ccc;
            width: 100%;
            padding: 15px;
        }

            .product-description .tab-content .review-form input[type=submit] {
                width: 160px;
                background: #3ab54a;
                margin-top: 20px;
                border: 2px #3ab54a solid;
                color: #fff;
                cursor: pointer;
                padding: 0;
                transition: all 0.3s ease-in-out;
            }

                .product-description .tab-content .review-form input[type=submit]:hover {
                    background: #fff;
                    color: #3ab54a;
                }

        .product-description .tab-content .review-form label {
            width: 100%;
            text-align: center;
        }

.review-form {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.products-dtl .breadcrumb {
    display: inline-block;
    width: 100%;
    background: transparent;
    margin-bottom: 0;
}

    .products-dtl .breadcrumb ul li {
        display: inline-block;
        padding: 5px 10px;
        position: relative;
        font-size: 16px;
    }

        .products-dtl .breadcrumb ul li:after {
            content: '/';
            position: absolute;
            color: #999;
            left: -5px;
            top: 6px;
        }

        .products-dtl .breadcrumb ul li:last-child:after {
            display: none;
        }

.product-dtl-info {
    display: inline-block;
    width: 100%;
}

.pro-dtl-content h1 {
    font-size: 26px;
    font-weight: bold;
    color: #222;
}

.pro-dtl-content .pro-rating {
    margin: 25px 0;
}

    .pro-dtl-content .pro-rating i.fa {
        color: #333;
    }

    .pro-dtl-content .pro-rating a, .pro-rating div {
        display: inline-block;
        margin-left: 10px;
    }

.pro-dtl-content .pro-price {
    margin-bottom: 20px;
}

    .pro-dtl-content .pro-price .main {
        color: #666;
        font-size: 15px;
        padding-left: 10px;
        text-decoration: line-through;
    }

    .pro-dtl-content .pro-price .discount-price {
        color: #000;
        font-size: 22px;
        font-weight: bold;
    }

.pro-dtl-content .text {
    text-align: justify;
    margin-bottom: 40px;
}

.pro-dtl-content .form-group input {
    border: 1px solid #ccc;
    width: 120px;
    padding: 7px 10px;
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

.pro-dtl-content .form-group .btn-bascket {
    background: #3ab54a;
    color: #fff;
    border: 2px solid #3ab54a;
    margin-right: 5px;
    padding: 7px 15px 5px;
    transition: all 0.3s ease-in-out;
}

.pro-dtl-content .form-group {
    margin-bottom: 40px;
}

    .pro-dtl-content .form-group .btn-bascket:hover {
        background: #fff;
        color: #3ab54a;
    }

.customer-review {
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

    .customer-review img {
        width: 75px;
        height: 75px;
    }

    .customer-review p {
        text-align: center !important;
    }

    .customer-review .customer-star {
        margin: 10px 0 0;
    }

        .customer-review .customer-star i {
            color: #333;
        }

    .customer-review .customer-info {
        margin-bottom: 15px;
    }

        .customer-review .customer-info .name {
            color: #555;
            font-weight: bold;
        }

.star-red {
    color: red
}

.star-green {
    color: #3ab54a;
    opacity: 0.7
}

.review-form .user-star a:hover i {
    opacity: 1;
}
/*************
    product image popup
 **************************/
.magnific-img img {
    width: 100%;
    height: auto;
}

/*.mfp-bottom-bar, * {
    font-family: 'Abel', sans-serif;
}*/

.magnific-img {
    display: inline-block;
    width: 100%;
}

    .magnific-img.pro-dtl-img a img {
        border: 1px solid #d7d8da;
        box-shadow: 5px 5px 5px -2px rgb(88 89 91 / 23%);
        margin-bottom: 50px;
        border-radius: 5px;
    }

.padding-left-10 {
    padding-right: 0 !important;
    padding-left: 10px !important;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    /* ideally, transition speed should match zoom duration */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.7;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-arrow-left:before {
    border-right: none !important;
}

.mfp-arrow-right:before {
    border-left: none !important;
}

button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}

.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter {
    opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.7;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

    .mfp-preloader a {
        color: #CCC;
    }

        .mfp-preloader a:hover {
            color: #FFF;
        }

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

    .mfp-close:hover,
    .mfp-close:focus {
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px;
    }

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

    .mfp-arrow:active {
        margin-top: -54px;
    }

    .mfp-arrow:hover,
    .mfp-arrow:focus {
        opacity: 1;
    }

    .mfp-arrow:before,
    .mfp-arrow:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent;
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px;
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: 0.7;
    }

.mfp-arrow-left {
    left: 0;
}

    .mfp-arrow-left:after {
        border-right: 17px solid #FFF;
        margin-left: 31px;
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3F3F3F;
    }

.mfp-arrow-right {
    right: 0;
}

    .mfp-arrow-right:after {
        border-left: 17px solid #FFF;
        margin-left: 39px;
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3F3F3F;
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px;
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #000;
    }

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

    .mfp-figure:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
        background: #444;
    }

    .mfp-figure small {
        color: #BDBDBD;
        display: block;
        font-size: 12px;
        line-height: 14px;
    }

    .mfp-figure figure {
        margin: 0;
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    /**
       * Remove all paddings around the image on small screen
       */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0;
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}
/************cart************/
.table-items img {
    border-radius: 5px;
    height: 75px;
    width: 75px;
}

.table-items {
    max-width: calc(100%);
    margin: 30px auto;
    overflow: hidden;
    /*width: 800px;*/
    border: 3px solid #e0dede;
    background: #fcfcfc;
    padding: 30px;
}

    .table-items table {
        width: 100%;
    }

        .table-items table td, .table-items table th {
            /*color: #2b686e;*/
            padding: 10px 20px;
        }

        .table-items table td {
            text-align: center;
            vertical-align: middle;
            padding: 10px 20px;
        }

            .table-items table td a:hover {
                color: #888;
            }

            .table-items table td.product-remove a {
                background: #000;
                color: #fff;
                width: 22px;
                height: 22px;
                display: block;
                font-size: 20px;
                font-weight: bold;
                float: left;
                transition: all 0.3s ease;
            }

                .table-items table td.product-remove a:hover {
                    background: red;
                }

            .table-items table td.product-remove {
                width: 85px;
                text-align: center;
            }

            .table-items table td input[type=number] {
                text-align: center;
                width: 70px;
            }

                .table-items table td input[type=number]:hover {
                    border: 1px solid #3ab54a;
                }

            .table-items table td:last-child {
                font-size: 0.95em;
                line-height: 1.4;
                text-align: center;
            }

        .table-items table th {
            /*background-color: #10be81;*/
            font-weight: bold;
            color: #222222;
            text-align: center;
        }

        .table-items table tr {
            border-bottom: 1px solid #e0dede;
        }

            .table-items table tr:last-child {
                border-bottom: none;
            }
/*table tr:nth-child(2n) {
        background-color: white;
    }

    table tr:nth-child(2n+1) {
        background-color: #edf7f8;
    }*/
.user-info-section {
    padding:80px;
}


.discount-code input {
    width: 170px;
    border: 1px solid #e2e2e2;
    padding: 0 5px;
    height: 41px;
    color: #aaa;
}

.btn-discount {
    border: 2px solid #3ab54a;
    border-radius: 0;
    padding: 6px 30px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
    background: #3ab54a;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in-out;
}

    .btn-discount:hover {
        color: #3ab54a;
        background: #fff;
    }

.shoping-info {
    margin-bottom: 190px;
}

    .shoping-info h2 {
        font-size: 20px;
        color: #222;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .shoping-info .btn-pay {
        border: 2px solid #3ab54a;
        border-radius: 0;
        padding: 6px 30px;
        overflow: hidden;
        text-align: center;
        text-transform: uppercase;
        background: #3ab54a;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        transition: all 0.3s ease-in-out;
        margin-top: 30px;
        /*display: block;*/
        float: left;
    }

        .shoping-info .btn-pay:hover {
            color: #3ab54a;
            background: #fff;
        }

.shoping-info-content {
    border: 1px solid #e0dede;
    padding: 30px;
    background: #fcfcfc;
}

    .shoping-info-content ul li {
        padding: 10px;
    }

        .shoping-info-content ul li span:first-child {
            font-weight: bold;
            color: #555;
            margin-left: 5px;
        }

        .shoping-info-content ul li a {
            display: inline-block;
            margin-right: 20px;
        }

    .shoping-info-content ul.total-price-shoping {
        border-top: 1px solid #e0dede;
        margin-top: 15px;
        padding-top: 15px;
    }

        .shoping-info-content ul.total-price-shoping li span:first-child {
            color: #444;
        }

        .shoping-info-content ul.total-price-shoping li span:nth-child(2n) {
            float: left
        }

        .shoping-info-content ul.total-price-shoping li {
            font-size: 16px;
        }

            .shoping-info-content ul.total-price-shoping li:last-child span:nth-child(2) {
                color: #3ab54a;
                font-weight: bold;
            }


/*****************user profile change
    *******************/
.user-change.title-wrapper .title-background .bg-image {
    background-image: url('../images/gogreen-bg-005.jpg');
    -webkit-background-size: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.user-change.title-wrapper .title-background .bg-overlay {
    background-color: transparent;
    opacity: 0.8;
}

.user-change .title {
    font-size: 40px !important;
    line-height: 30px;
    padding: 20px 0;
    padding-bottom: 50px;
    display: inline-block;
    color: #fff;
    font-weight: bold;
}
.user-info-inner{
    padding-bottom:50px;
}
.user-info-inner .breadcrumb {
    display: inline-block;
    width: 100%;
    background: #f6f6f6;
    margin-bottom: 0;
    border-bottom: 2px solid #3ab54a;
    /*box-shadow: 10px 8px 10px 0px rgb(0 0 0 / 10%);*/
}

    .user-info-inner .breadcrumb ul li {
        display: inline-block;
        padding: 5px 10px;
        position: relative;
        font-size: 16px;
    }
.user-info-inner .form-title {
    color: #555;
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}
.user-info-inner .breadcrumb ul li a {
    color: #555;
}
            .user-info-inner .breadcrumb ul li:last-child a{
                color:#3ab54a;
                font-weight:bold;
            }
            .user-info-inner .breadcrumb ul li:after {
                content: '|';
                position: absolute;
                color: #999;
                left: -5px;
                top: 6px;
            }

        .user-info-inner .breadcrumb ul li:last-child:after {
            display: none;
        }
.user-info-inner .user-form .form-control, .user-info-inner .user-form .form-group select {
    height: 50px;
    font-size: 14px;
}
    .user-info-inner .user-form textarea.form-control{
        height:auto;
    }
    .user-info-inner .user-form .form-group select {
        color: #aaa;
    }

   /* .user-info-inner .user-form .form-group select option[value=""][disabled] {
        display: none;
    }*/

.user-info-inner .user-form .form-group select option {
    color: #666;
}
    .user-info-inner .user-form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #aaa;
        opacity: 1; /* Firefox */
    }
.btn-confirm{
    background:#3ab54a;
    border:2px solid #3ab54a;
    color:#fff;
    transition:all 0.3s ease;
    padding:8px 25px;
    display:inline-block;
    margin-top:20px;
    font-size:16px;
}
    .btn-confirm:hover{
        text-decoration:none;
        background:#fff;
        color:#3ab54a;
    }

    .user-info-inner .user-form .form-control::-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #aaa;
    }

    .user-info-inner .user-form .form-control::-ms-input-placeholder { /* Microsoft Edge */
        color: #aaa;
    }
.user-info-inner .user-form .control-label {
    font-weight: normal;
    color: #666;
}
/***************order history***************/
.order-history {
    display: block;
    width: 100%;
}
    .order-history .table-items table th.item-description {
        width:150px;

    }
    .order-history .table-items table td.order-dtl a {
        font-size: 20px;
    }
    .order-history .table-items{
        padding:0;
        margin:0;
    }
    .order-history .table-items table th {
        background-color: #3ab54a;
        font-weight: bold;
        color: #ffffff;
        text-align: center;
        padding: 15px;
    }
.user-info-inner .breadcrumb ul{
    display: inline-block;
}
.new-request {
    display: inline-block;
    float:left;
}
.new-request a {
    display: inline-block;
    background:#3ab54a;
    color:#fff;
    padding:6px 12px;
    transition:all 0.3s ease-in-out;
    border:2px solid #3ab54a;
}
    .new-request a i{
        padding-left:5px;
    }
    .new-request a:hover{
        text-decoration:none;
        background:#f6f6f6;
        color:#3ab54a;
    }

    /**********comment styles************/


.comment-section {
    list-style: none;
    max-width:100%;
    width: 100%;
    /*margin: 50px auto;*/
    padding: 10px;
}

.comment {
    display: flex;
    border-radius: 3px;
    margin-bottom: 45px;
    flex-wrap: wrap;
}

    .comment.user-comment {
        color: #808080;
    }

    .comment.author-comment {
        color: #60686d;
        justify-content: flex-end;
    }

    /* User and time info */

    .comment .info {
        width: 10%;
    }

    .comment.user-comment .info {
        text-align: right;
    }

    .comment.author-comment .info {
        order: 3;
        padding-right: 15px;
    }
        .comment .info a { /* User name */
            display: block;
            text-decoration: none;
            color: #656c71;
            font-weight: bold;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            padding: 10px 0 3px 0;
        }

    .comment .info span { /* Time */
        font-size: 11px;
        color: #9ca7af;
    }


    /* The user avatar */

    .comment .avatar {
        width:6%;
    }

    .comment.user-comment .avatar {
        padding:5px;
    }

    .comment.author-comment .avatar {
        order: 2;
        padding: 10px 20px 0 0;
    }

    .comment .avatar img {
        display: block;
        border-radius: 50%;
    }

    .comment.user-comment .avatar img {
        float: right;
    }

    /* The comment text */

    .comment .ticket-text {
        line-height: 1.5;
        padding: 18px 22px;
        width: 68%;
        position: relative;
        word-wrap: break-word;
    }

    .comment.user-comment .ticket-text {
        background-color: #f3f3f3;
    }

    .comment.author-comment .ticket-text {
        background-color: #e2f8ff;
        order: 1;
    }

.user-comment .ticket-text:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #f3f3f3;
    right: -7px;
    top: 18px;
}

.author-comment .ticket-text:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #e2f8ff;
    left: -7px;
    top: 18px;
}

/* Comment form */

.write-new {
    margin: 80px auto 0;
    width:69%;
}

    .write-new textarea {
        color: #999;
        font: inherit;
        outline: 0;
        border-radius: 3px;
        border: 1px solid #cecece;
        background-color: #fefefe;
        /*box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.06);*/
        overflow: auto;
        width: 100%;
        min-height: 130px;
        padding: 15px 20px;
    }

    .write-new img {
        border-radius: 50%;
        margin-top: 15px;
    }

    .write-new button {
        float: right;
        background-color: #87bae1;
        box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.12);
        border-radius: 2px;
        border: 0;
        color: #ffffff;
        font-weight: bold;
        cursor: pointer;
        padding: 10px 25px;
        margin-top: 18px;
    }



/* Responsive styles */

@media (max-width: 800px) {
    /* Make the paragraph in the comments take up the whole width,
    forcing the avatar and user info to wrap to the next line*/
    .comment .ticket-text {
        width: 100%;
    }

    /* Reverse the order of elements in the user comments,
    so that the avatar and info appear after the text. */
    .comment.user-comment .info {
        order: 3;
        text-align: left;
    }

    .comment.user-comment .avatar {
        order: 2;
    }

    .comment.user-comment .ticket-text {
        order: 1;
    }


    /* Align toward the beginning of the container (to the left)
    all the elements inside the author comments. */
    .comment.author-comment {
        justify-content: flex-start;
    }


    .comment-section {
        margin-top: 10px;
    }

    .comment .info {
        width: auto;
    }

        .comment .info a {
            padding-top: 15px;
        }

    .comment.user-comment .avatar,
    .comment.author-comment .avatar {
        padding: 15px 10px 0 18px;
        width: auto;
    }

    .comment.user-comment .ticket-text:after,
    .comment.author-comment .ticket-text:after {
        width: 12px;
        height: 12px;
        top: initial;
        left: 28px;
        bottom: -6px;
    }

    .write-new {
        width: 100%;
    }
}




















    /***************************/
    /*style form star raiting*/
    div.stars {
        width: 270px;
        display: inline-block;
    }

input.star {
    display: none;
}

label.star {
    float: right;
    padding: 10px;
    font-size: 36px;
    color: #444;
    transition: all .2s;
}

input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s;
}

input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 20px #952;
}

input.star-1:checked ~ label.star:before {
    color: #F62;
}

label.star:hover {
    transform: rotate(-15deg) scale(1.3);
}

label.star:before {
    content: '\f006';
    font-family: FontAwesome;
}
/*************************/
.blog-dtl-container {
    padding: 70px 0 200px;
    display: inline-block;
    width: 100%;
}
.blog-link {
    margin-top: 10px;
}
.blog-dtl-container .blog-dtl-title {
    text-align: center;
    font-weight: bold;
    color: #222;
    margin-bottom: 30px;
    font-size: 28px;
}
.blog-dtl-container .post-meta {
    height: auto;
    line-height: 18px;
    text-transform: uppercase;
    text-align: center;
    margin: 25px 0;
}

    .blog-dtl-container .post-meta > span a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        /*margin-left: 8px;
			padding-left: 9px;*/
        font-size: 12px;
        color: #888;
        position: relative;
        /*padding:5px 10px;*/
    }

    .blog-dtl-container .post-meta span strong {
        margin-right: 5px;
    }

    .blog-dtl-container .post-meta span a {
        padding-right: 2px;
        color: #999;
    }

    .blog-dtl-container .post-meta > span {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0px;
        padding-left: 12px;
    }

        .blog-dtl-container .post-meta > span:last-child {
            margin: 0;
            padding: 0;
        }

        .blog-dtl-container .post-meta > span:not(:last-child):after {
            content: '';
            display: block;
            position: absolute;
            top: 5px;
            left: 2px;
            width: 1px;
            height: 10px;
            background: #989898;
        }
.blog-dtl-container .post-content p {
    font-size:15px;
    text-align:justify;
    margin-bottom:20px;
    line-height:28px;
}
.blog-dtl-container .post-tags a:hover {
    text-decoration:none;
    color:#222;
}

    .blog-dtl-container .other-post .before-post img, .blog-dtl-container .other-post .next-post img {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin-left: 10px;
        margin-right: 10px;
    }
    .blog-dtl-container .other-post .before-post .post-title, .blog-dtl-container .other-post .next-post .post-title {
        display: inline-block;
        padding: 0;
        margin: 0;
        vertical-align: middle;
        height: 100%;
        line-height: inherit;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 60%;
        font-size: 16px;
        color: #222;
        font-weight: bold;
    }
    .blog-dtl-container .other-post {
        border-top: 1px dashed #e2e2e2;
        border-bottom: 1px dashed #e2e2e2;
        padding:20px 0;
        margin:40px 0;
        display:inline-block;
        width:100%;
    }
        .blog-dtl-container .other-post a{
            display:inline-block;
            width:100%;
        }
        .blog-dtl-container .other-post a i {
            font-size: 34px;
            color: #8e8e8e;
            position: absolute;
            top: 16px;
            right: 0;
        }
            .blog-dtl-container .other-post a:hover i, .blog-dtl-container .other-post a:hover .post-title {
                color: #3ab54a;
            }
            .blog-dtl-container .other-post .next-post a i{
                left:0;
                right:auto;
            }
        .blog-dtl-container .other-post .next-post{
            text-align:left;
            float:left;
        }
.post-container{
    padding-right:40px !important;
}
.side-bar .post-cat {
    margin-bottom:50px;
}
.side-bar .post-cat ul li {
    padding: 0px;
    margin: 10px 0;
}
.side-bar .post-cat ul {
    margin-top: 25px;
    display: block;
}
.side-bar .post-cat ul li a {
    font-weight: bold;
    color: #333;
    transition:all 0.3s ease;
}
    .side-bar .post-cat ul li a:hover{
        color:#3ab54a;
    }
    .side-bar .post-cat ul li a i {
        margin-left: 7px;
    }
.side-bar .recent-post ul{
    margin-top:25px;
}
.side-bar .recent-post ul li{
    min-height: 60px;
    padding: 5px 0;
    margin-bottom: 5px;
}
.side-bar .recent-post .thumb {
    width: 50px;
    height: 50px;
    float: right;
    text-align: center;
    margin-left: 8px;
}
    .side-bar .recent-post .thumb a {
        display: block;
        width: 50px;
        height: 50px;
        overflow:hidden;
    }
.side-bar .recent-post .title .date {
    display: block;
    font-size: 12px;
    color: #bbb;
}
.side-bar .recent-post .title a{
    display: block;
    line-height: 17px;
    max-height: 34px;
    overflow: hidden;
    font-size: 13px;
    margin-bottom: 0;
}
    .side-bar .recent-post .title a:hover{
        color:#777;
    }
    .side-bar .recent-post .thumb a img {
        width: 100%;
        height: 100%;
    }
        .side-bar .recent-post .thumb a img {
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
            -ms-transform: scale(1,1);
            -webkit-transform: scale(1,1);
            transform: scale(1,1);
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
        }
.side-bar .recent-post ul li:hover .thumb > a > img {
    -ms-transform: scale(1.5,1.5);
    -webkit-transform: scale(1.5,1.5);
    transform: scale(1.5,1.5);
}
.side-bar .recent-post ul li p {
    line-height: 20px;
    margin-bottom: 0;
    /*margin-left: 50px;*/
}
.side-bar .tags {
    margin-top:50px;
}
.side-bar .tags .tags-item {
    margin-top:25px;
}
    .side-bar .tags .tags-item a {
        display: inline-block;
        vertical-align: middle;
        color: #a7a6a6;
        border: 1px solid rgba(0, 0, 0, 0.1);
        padding: 0 10px;
        margin: 0 4px 6px 0;
        height: 30px;
        line-height: 28px;
        font-size: 12px !important;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 1px;
        -webkit-transition: background .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
        transition: background .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    }
        .side-bar .tags .tags-item a:hover {
            color: #000;
            border-color: #333
        }
.request-quote{
    color:#222;
    margin-bottom:15px;
    font-weight:bold;
}
.blog-dtl-container .contact-us-inner {
    padding:70px 0;
}
.comment-container .commentlist {
    list-style: none;
    padding: 15px 0 0;
}

    .comment-container .commentlist li {
        line-height: 1.428571429;
    }

.comment-container .comment {
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 3px 0 #cccaca;
    -webkit-box-shadow: 0 3px 0 #cccaca;
    -moz-box-shadow: 0 3px 0 #cccaca;
}
.img-thumbnail {
    border: none;
    width: 50px;
    padding: 0;
}
.comment-container .comment-wrapper {
    position: relative;
}

.comment-container .comment-avartar {
    float: right;
}

.comment-container .comment-content-wrapper {
    padding-right:75px;
    text-align: justify;
    direction: rtl;
}

.comment-container .comment-author {
    font-size: 18px;
    color: #555;
    display: block;
    line-height: 27px;
    padding-bottom:5px;
    font-weight:bold;
}

.comment-container .comment-date {
    font-size: 13px;
    color: #bbb;
}

.comment-container .comment-reply {
    position: absolute;
    left: 0;
    top: 0;
    
}

    .comment-container .comment-reply a:hover, .comment-container .comment-reply a:focus {
        background-color: #fff;
        color: #3ab54a;
        border: 1px solid #3ab54a;
        text-decoration: none;
    }


.comment-container .comment-reply-link {
    background-color: #3ab54a;
    box-shadow: 0 3px 0 #038614;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 9px 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.comment-container .comment-message {
    font-size: 14px;
    padding-top: 20px;
    line-height: 25px;
    padding-left: 20px;
    padding-bottom: 15px;
}

.comment-container .children {
    list-style: none;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 10px;
}
/***********Blog**************/
.blog-lists {
    padding: 100px 0;
    display: inline-block;
    width: 100%;
    padding-bottom: 250px;
    background: #f5f5f5;
}
    .blog-lists .post-items {
        position: relative;
        display: inline-block;
        margin-bottom: 30px;
    }
        .blog-lists .post-items:hover{

        }
        .blog-lists .post-items .post-calender {
            position: relative;
        }
    .blog-lists .post-items .post-date {
        position: absolute;
        right: -5px;
        top: 0;
        display: block;
        width:75%;
        /*padding: 0px 10px;*/
        text-align: center;
        background: #3AB54A;
        margin: 0 10px;
    }
        .blog-lists .post-items .post-date:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            background-color: #3ab54a;
            background-image: linear-gradient( 45deg, rgba(255, 255, 255, 0.498039) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.498039) 50%, rgba(255, 255, 255, 0.498039) 75%, transparent 75%, transparent);
            background-size: 6px 6px;
            width: 100%;
            height: 10px;
        }
        .blog-lists .post-items .post-date a {
            color: #fff;
            font-size: 20px;
            line-height: 30px;
            padding: 10px;
            display: block;
            text-align: center;
        }
    .blog-lists .post-items .post-media {
        height: 300px;
        padding-right: 0 !important;
    }
    .blog-lists .post-items .post-media img {
        width: 100%;
        height:100%;
    }
.post-item-content {
    background: #fff;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
    .post-item-content:hover {
        box-shadow: 8px 15px 22px 0 #3f3f3f3b;
    }
.post-info-content {
    padding: 30px 0 30px 20px;
}
.post-info-content .title {
    color: #222;
    font-weight: bold;
    font-size:19px;
}
    .post-info-content .post-text {
        text-align:justify;
    }
.blog-lists .post-items .post-info .post-meta {
    height: auto;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: right;
    margin-top: 12px;
}

    .blog-lists .post-items .post-info .post-meta > span a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        /*margin-left: 8px;
			padding-left: 9px;*/
        font-size: 12px;
        color: #888;
        position: relative;
        /*padding:5px 10px;*/
    }

    .blog-lists .post-items .post-info .post-meta span strong {
        margin-right: 5px;
    }

    .blog-lists .post-items .post-info .post-meta span a {
        padding-right: 2px;
        color: #999;
    }

    .blog-lists .post-items .post-info .post-meta > span {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 0px;
        padding-left: 12px;
    }

        .blog-lists .post-items .post-info .post-meta > span:last-child {
            margin: 0;
            padding: 0;
        }

        .blog-lists .post-items .post-info .post-meta > span:not(:last-child):after {
            content: '';
            display: block;
            position: absolute;
            top: 5px;
            left: 2px;
            width: 1px;
            height: 10px;
            background: #989898;
        }
.blog-lists .post-items .post-info .read-more {
    display: inline-block;
    padding-right: 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    border: none;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    opacity: 0.5;
    margin-top: 25px;
}
.blog-lists .post-items .post-info .read-more:hover{
    opacity:1;
}