/* Add here all your CSS customizations */
html:not(.boxed) #header.header-full-width .header-container {
    max-width: 1300px;
    margin: 0 auto;
    padding-bottom: 0;
}
.user-logged-in #header {
    z-index: 999;
}
#header .custom-header-row .custom-header-column .header-nav-main {
    display: none!important;
}
#header .header-row.custom-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 5px;
}

.header-bg {
    background: #12a04e;
    position: relative;
    clear: both;
}

.main {
    background-color: #f1f3f6;
}

.main.inner {
    background-color: #ffffff;
}

.sticky-header-active #header .custom-header-row .custom-header-column .header-nav-main {
    display: block!important;
    width: 50%;
}
.sticky-header-active #header .header-row.custom-header-row .icon-mobile{
    display: none;
}
.sticky-header-active #header .header-row.hcustom-menu {
    display: none;
}
.sticky-header-active #header .header-row.custom-header-row {
    padding-bottom: 0;
}
.sticky-header-active #header .custom-header-row .custom-header-column .cart-area .custom-block {
    /*display: none;*/
}
.sticky-header-active #header .header-column.custom-header-column {
    display: flex;
    width: 100%;
    padding-left: 30px;
}
.sticky-header-active #header .header-column.custom-header-column > .row {
    width: 100%;
}

/*Custom  */

.product-view.single-product {
    background-color:  #ffffff;
    padding: 30px;
}

.footer-top2 {
    background-color: #12a04e;
    color: #ffffff;
}

#block-newslettertext .icon {
    font-size: 44px;
    position: absolute;
    left: 15px;
}

#block-newslettertext .info {
    padding: 13px 0 10px;
    margin-left: 50px;
}

body.user-logged-in #block-newslettertext .info {
    padding: 13px 0 10px;
    margin-left: 66px;
}

#block-newslettertext .info h3 {
    font-size: 19px;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

#block-newslettertext .info span {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.block-simplenews.block-simplenews-subscription-block label {
    display: none;
}

.block-simplenews.block-simplenews-subscription-block .form-submit {
    background-color: #eb801f;
    color: #ffffff;
    border-color: #eb801f;
    margin-left: 5px;
}

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

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 0;
}

.dropup, .dropdown {
    position: relative;
}

nav#block-headertopmenu {
    display: inline-block;
}
  
nav#block-headertopmenu li {
    display: inline-block;
}
  
nav#block-headertopmenu li a {
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 13px;
    margin-left: 20px;
}

nav#block-headertopmenu li a:hover {
    color: #eb801f !important;
}

nav#block-headertopmenu li.last a:hover {
    color: #fff !important;
}

nav#block-headertopmenu li li.last a:hover {
    color: #eb801f !important;
    background-color: #fff !important;
}

.dropdown-menu {
    margin: 0;
    border-radius: 10px;
}

.menu--header-top-menu .expanded.dropdown a:after {
    content: "";
    width: 16px;
    height: 16px;
    display: block;
    border: 1px solid #ededed;
    border-bottom: 0px none;
    border-right: 0px none;
    background: #fff;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 999;
    visibility: hidden;
}

.dropdown-menu>li>a {
    padding: 3px 7px;
}

.dropdown-menu>li.last>a {
    padding: 3px 7px !important;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.field--name-field-copyright {
    float: left;
}

.footer-payment-type {
    float: left;
    margin-left: 10px;
}

.home-prod {
    padding: 13px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.08);
    margin-bottom: 20px;
}

.field--type-commerce-price .field__label {
    display: none;
}

.section.section.section-text-light div.owl-item::before {
    content: url(../img/testimonial-quote.png);
    display: block;
    margin-bottom: 40px;
}

.owl-carousel .owl-item img {
    width: unset;
    margin: 0 auto;
}

.cart-hidden {
    display: none;
}

.product-img-box .owl-carousel.owl-drag .owl-item {
    float: none !important;
    margin-bottom: 20px;
}

.product-details-box .product-name {
    font-family: 'Roboto', sans-serif;
    font-size:  18px;
}

.product-img-box .owl-carousel .owl-item img {
    width: unset;
    margin: 0 auto;
}

.product-details-box p {
    color: #000;
}

.region-related-product {
    margin-top: 20px; 
    padding: 13px;
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.08);
}

.product-banner  {
    margin-bottom: 20px;
}

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

.product-details img  {
    width: 100%;
}

.product-details p {
    color: #000;
}

.prod-small {
    margin-top: 20px;
}

.prod-small .prod-pad {
    margin-left: 70px;
    margin-right: 70px;
    text-align: justify;
}

.prod-small .prod-pad p {
    color: #000;
}

.region.region-footer-top2-2 {
    width: 60%;
    float: right;
}

.md-arrow-left, .md-arrow-right {
    width: 40px;
    height: 106px;
    top: 40%;
}

.md-arrow-left {
    left: 0;
}

.md-arrow-right {
    right: 0;
}



#header .custom-block li li.first a:hover {
    background-image: none;
    padding-left: 5px;
}

#header .custom-block li li.first a {
    background-image:none;
    padding-left: 5px;
}

.fa-truck1:before {
    content:url(../img/icon1.png);
}

.fa-clock-o1:before {
    content:url(../img/icon2.png);
}

.fa-life-ring1:before {
    content:url(../img/icon3.png);
}

.fa-shield1:before {
    content:url(../img/icon4.png);
}

.fa-map-marker:before {
    content:url(../img/nearest-dealer.png);
}

.footer-top2 .fa-envelope:before {
    content: url(../img/newsletter.png);
}

.owl-carousel .owl-item {
    padding: 0.002%;
}

.owl-theme .owl-dots .owl-dot span {
    text-indent: -9999px;
    cursor: pointer;
    display: inline-block;
    padding: 0 4px;
    background: #676562;
    margin: 0.48em;
    line-height: 3px;
    width: 50px;
    height: 3px;
    border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span {
    text-indent: -9999px;
    cursor: pointer;
    display: inline-block;
    padding: 0 4px;
    background: #12a04e;
    margin: 0.48em;
    line-height: 3px;
    width: 50px;
    height: 3px;
    border-radius: 0;
}

.category-page {
    background-color: #ffffff;
    padding: 20px;
}

.page-header {
    background-color: #fff;
    margin-bottom: 0px !important;
}

.region-left-sidebar .field__item img {
    width: 100%;
}

.panel-group .panel-heading a {
   font-family: 'Roboto', sans-serif;
   font-weight:500;
   font-size:  14px;
   text-transform: uppercase;
}


.region-left-sidebar ul.menu {
    margin-left: 0.5em;
}

.region-left-sidebar ul.menu a {
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    color: #000;
}

.page-header .container {
    padding-left: 0;
}

.products-grid .product {
    padding: 20px;
    border: 1px solid #f5f5f5;
}

.products-grid .product:hover {
    -webkit-box-shadow: -5px 2px 24px 9px rgba(230,230,230,1);
    -moz-box-shadow: -5px 2px 24px 9px rgba(230,230,230,1);
    box-shadow: -5px 2px 24px 9px rgba(230,230,230,1);
}

div#block-mainnavigation {
    width: 80%;
    float: left;
}

nav#block-greenpointmenu {
    width: 20%;
    float: left;
}

nav#block-greenpointmenu ul li a {
    color: #fff !important;
    background-image: url(../img/coin.png);
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 27px !important;
}

nav#block-greenpointmenu ul li a:hover {
    color: #fff !important;
    background-image: url(../img/coin.png) !important;
    background-repeat: no-repeat !important;
    background-position: 5px !important;
    padding-left: 27px !important;
}


html.sticky-header-active nav#block-greenpointmenu ul li a {
    color: #fff !important;
    background-image: url(../img/coins-hover.png);
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 27px !important;
}

html.sticky-header-active nav#block-greenpointmenu ul li a:hover {
    color: #fff !important;
    background-image: url(../img/coin.png);
    background-repeat: no-repeat;
    background-position: 5px;
    padding-left: 27px !important;
}

nav#block-greenpointmenu ul.menu {
    margin-top: 6px;
}

html.sticky-header-active nav#block-greenpointmenu ul li a {
    color: #12a04e !important;
}

html.sticky-header-active nav#block-greenpointmenu ul li a:hover {
    color: #fff !important;
}

.navbar {
    margin-bottom: 0px;
}

.shop-sidebar {
    margin-top: 10px;
}

.category-page {
    margin-top: 10px;    
}

.about-us {
    margin-top: 10px;  
}

.talk-to-us {
    width: 100%;
    padding: 20px;
}

.talk-to-us h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.talk-to-us .btn {
    border-radius: 0;
}

/* CART */
.view-commerce-user-orders {
    border-top: 4px solid #12a04e;
    padding: 30px 30px 10px;
    top: -1px;
    background: #F5F5F5;
    background: -webkit-linear-gradient( top , #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    overflow: auto;
}
.view-commerce-user-orders table { width: 100%; }
.view-commerce-user-orders th { padding: 8px 10px; }
.view-commerce-user-orders td {
    padding: 8px 10px;
    border-top: 1px solid #dcdcdc;
}
.view-commerce-user-orders input[type="number"] {
    border: 1px solid #ccc;
    height: 35px;
    text-align: center;
    width: 45px;
}
.view-commerce-user-orders #edit-actions {
    border-top: 1px solid #dcdcdc;
    margin: 0;
    padding: 20px 10px;
    text-align: right;
}
.view-commerce-user-orders .button {
    transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
}
.view-commerce-user-orders #edit-checkout {
    margin-right: 0;
    background-color: #12a04e;
    border-color: #12a04e #12a04e #006699;
    color: #ffffff;
}
.view-commerce-user-orders #edit-checkout:hover,
.view-commerce-user-orders #edit-checkout:focus {
    background-color: #6a4b00;
    border-color: #6a4b00 #6a4b00 #0077e3;
}
.view-commerce-user-orders .field--name-title {  display: none;}

.view-commerce-user-orders td.is-active {
    background-color: #fff;
}

.view-commerce-user-orders a, .view-commerce-user-orders a:hover, .view-commerce-user-orders a:focus {
    color: #5f5e5e;
}







.view-user-points {
    border-top: 4px solid #12a04e;
    padding: 30px 30px 10px;
    top: -1px;
    background: #F5F5F5;
    background: -webkit-linear-gradient( top , #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    overflow: auto;
}
.view-user-points table { width: 100%; }
.view-user-points th { padding: 8px 10px; }
.view-user-points td {
    padding: 8px 10px;
    border-top: 1px solid #dcdcdc;
}



.spb-popup-main-wrapper {
    border-radius: 10px;
}

form#views-exposed-form-product-search-page-1 {
    padding: 10px;
}

#views-exposed-form-product-search-page-1 .form-type-textfield {
    width: 70%;
    float: left;
}

#views-exposed-form-product-search-page-1 label {
    display: none;
}

#views-exposed-form-product-search-page-1 .form-wrapper {
    width: 27%;
    float: left;
    clear: unset
}

.view-product-search {
    margin-top: 10px;
    background-color: #ffffff;
    padding: 20px;
    float: left;
    width: 100%;
    min-height: 540px;
}

.view-product-search ul {
    list-style: none;
    padding: 0;
    margin: 0 -10px 0;
}

.view-product-search .product {
    padding: 20px;
    border: 1px solid #f5f5f5;
    float: left;
}

body.page-node-type-product-landing-page .main .container {
    padding-right: 0;
    padding-left: 0;
}

body.page-node-type-product-landing-page .page-header {
    display: none;
}

#block-popup {
    display: none;
}

#productGallerySmall .item img{
    display: block;
    width: 100%;
    height: auto;
}


body.context-privacy-policy .main .container h1, body.context-privacy-policy .main .container h2, body.context-privacy-policy .main .container h3, body.context-privacy-policy .main .container h4 {
    color: #999;
}

body.context-terms-condition .main .container ul li {
    color: #999;
}

body.context-terms-condition .main .container h1, body.context-terms-condition .main .container h2, body.context-terms-condition .main .container h3, body.context-terms-condition .main .container h4 {
    color: #999;
}

body.context-return-replacement-policy .main .container ul li {
    color: #999;
}

body.context-return-replacement-policy .main .container ol li {
    color: #999;
}

body.context-return-replacement-policy .main .container h1, body.context-return-replacement-policy .main .container h2, body.context-return-replacement-policy .main .container h3, body.context-return-replacement-policy .main .container h4 {
    color: #999;
}

body.user-logged-in.path-user .profile .field {
    background: #eee;
    padding: 5px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
}

body.user-logged-in.path-user .profile .field .field__label {
    color: #999;
    font-size: 14px;
}

body.user-logged-in.path-user .profile .field .field__item {
    color: #999;
    font-size: 14px;
}

body.context-privacy-policy .container .region.region-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    margin-bottom: 55px;
    width: 80%;
    background-color: #ffffff;
}

body.context-privacy-policy .main {
    background-color: #f1f3f6;
}

body.context-privacy-policy #block-porto-content {
    padding: 24px;
    min-height: 379px;
}


body.context-terms-condition .container .region.region-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    margin-bottom: 55px;
    width: 80%;
    background-color: #ffffff;
}


body.context-terms-condition .main {
    background-color: #f1f3f6;
}

body.context-terms-condition #block-porto-content {
    padding: 24px;
    min-height: 379px;
}


body.context-return-replacement-policy .container .region.region-content {
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    margin-bottom: 55px;
    width: 80%;
    background-color: #ffffff;
}


body.context-return-replacement-policy .main {
    background-color: #f1f3f6;
}

body.context-return-replacement-policy #block-porto-content {
    padding: 24px;
    min-height: 379px;
}

body.path-cart .field--name-list-price {
    display: none;
}

.product-variation .field__item {
    float: left;
    width: 100%;
}

ul.cl-prd-var-ul {
    padding-left: 10px;
}

li.cl-prd-var-li {
    list-style: none;
    float: left;
    min-width: 50px;
    margin-right: 10px;
}

a.cl-prd-var-a {
    padding: 10px;
    border: 2px solid #efefef;
    border-radius: 0;
    min-width: 50px;
}

a.cl-prd-var-a.selected {
    border: 2px solid #12a04e;
}


@media screen and (max-width: 479px) {
    .view-commerce-user-orders { padding: 10px; }
    .view-commerce-user-orders th,
    .view-commerce-user-orders td {
        padding: 4px 5px;
    }
    .view-commerce-user-orders #edit-actions { padding: 10px 5px; }

    .login-block {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0 !important;
        width: 100% !important;
        background-color: #ffffff;
    }

    .login-page .region-content {
        padding: 0 !important;
        width: 100% !important;
    }

    .region-left-sidebar .field__item img {
        display: none;
    }

    .prod-small .prod-pad {
        margin-left: 0;
        margin-right: 0;
    }

    #commerce-checkout-flow-multistep-default .button {
        width: 100% !important;
    }

    .commerce-checkout-flow-multistep-default {
        width: 100% !important;
    }
}

.main.inner .container {
    padding-right: 0;
    padding-left: 0;
}

.block-block-contentf4e47d76-4d89-4310-860c-a9c58e0ceac3 {
    position: relative;
}

.block-block-contentf4e47d76-4d89-4310-860c-a9c58e0ceac3 .field--name-body {
    position: absolute;
    top: 87px;
    left: 187px;
}

.block-block-contentcc3b432a-dbff-4ca2-9064-4d8d066e2d7b {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 5% 12%;
}

.block-block-contentcc3b432a-dbff-4ca2-9064-4d8d066e2d7b p {
    color: #000;
}

.block-block-contentcc3b432a-dbff-4ca2-9064-4d8d066e2d7b p span {
    color: #12a04e;
    font-weight: 600;
}

.block-block-content4f537163-e50b-4dbb-b7b9-0dbfda6399d8 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 5% 12%;
}

.stat-desc {
    margin-left: 43%;
    text-align: left;
    line-height: 20px;
    margin-top: 10px;
    font-size: 11px;
}

.stat-desc::before {
    content: url(../img/slash.png);
    position: absolute;
    left: 62px;
    top: 59px;
}

.stat-desc span {
    clear: both;
    display: block;
    color: #12a04e;
    font-size: 30px;
}

#id-review h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

#id-review h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

/* Our Vision Block */

.block-block-contentdbbe17ba-17e6-43f1-984c-b35c59d313bf {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 5% 12%;
}

.our-vision-heading {
    display: table;
    width: 100%;
    min-height: 200px;
}

.our-vision-heading h2{
    margin-bottom: 0;
    display:table-cell;
    vertical-align: middle;
    color: #ec8529;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 30px;
}

.vision-description {
    -webkit-box-shadow: -1px -4px 69px -12px rgba(196,196,196,1);
    -moz-box-shadow: -1px -4px 69px -12px rgba(196,196,196,1);
    box-shadow: -1px -4px 69px -12px rgba(196,196,196,1);
    padding: 35px;
    float: left;
}

.vision-img {
    float: left;
    width: 30%;
}

.vision-text {
    float: left;
    width: 70%;
    text-align: left;
    padding-top: 15px;
}

/* End of Our Vision Block */


/* Our Mission Block */

.block-block-contented785ba3-4465-43ac-afa7-f7acbe801456 {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 5% 12%;
}

.our-mission-heading {
    display: table;
    width: 100%;
    min-height: 200px;
}

.our-mission-heading h2{
    margin-bottom: 0;
    display:table-cell;
    vertical-align: middle;
    color: #12a04e;
    font-family: 'Poppins', sans-serif;
    font-weight:600;
    font-size: 30px;
}

.mission-description {
    -webkit-box-shadow: -1px -4px 69px -12px rgba(196,196,196,1);
    -moz-box-shadow: -1px -4px 69px -12px rgba(196,196,196,1);
    box-shadow: -1px -4px 69px -12px rgba(196,196,196,1);
    padding: 35px;
    float: left;
}

.mission-img {
    float: left;
    width: 30%;
    padding-top: 15px;
}

.mission-text {
    float: left;
    width: 70%;
    text-align: left;
}

/* End of Our Mission Block */

/* Management Block */

.block-block-contentc65103fd-5099-4527-985f-7c000bb23855 {
    background-color: #f8f8f8;
}

.management-description {
    display: table;
    min-height: 150px;
}

.our-management-heading h2 {
    color: #12a04e;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
}

.management-block {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 5% 12%;
    position:relative;
}

.management-text {
    width: 100%;
    display: table-cell;
    vertical-align: bottom;
    color: #ec8529;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 24px;
}

.management-text span {
    display: block;
    clear: both;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.management-img {
    position: absolute;
    width: 50%;
    top: -160px;
    right: 113px;
}

.our-management-text {
    margin: 5% 25%;
    text-align: left;
}

.our-management-text p {
    color: #000;
}

/* Management Block */

/* Production Capacity */
.pc-block {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 5% 12%;
    position:relative;
}

.pc-heading {
    text-align: left;
    margin: 5% 13%;
}

.pc-heading h2 {
    color: #12a04e;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
}

.pc-text {
    margin: 5% 13%;
    text-align: left;
}

.pc-text p {
    color: #000;
}

.pc-img {
    width: 75%;
}

/* Production Capacity  */

/* Manufacturing Units */
.block-block-content443ab44b-68d0-41ae-a504-02440154a09f {
    background-color: #f8f8f8;
}

.mu-block {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 5% 12%;
    position:relative;
}

.mu-desc {
    -webkit-box-shadow: -1px -4px 69px -12px rgba(196,196,196,1);
    -moz-box-shadow: -1px -4px 69px -12px rgba(196,196,196,1);
    box-shadow: -1px -4px 69px -12px rgba(196,196,196,1);
    padding: 40px;
    background-color: #fff;
    border-radius: 5px;
    min-height: 247px;
}

.mu-text p {
    color: #000;
}

.mu-block h2 {
    color: #12a04e;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
}


/* Manufacturing Units */


/* Major Tieups */

.mtu-block {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 5% 20%;
    position:relative;
}



.mtu-block h2 {
    color: #12a04e;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
}


/* Major Tieups */

/* Ujjvala Block */

.block-block-content423e1d6b-d29c-4a2f-890e-047196c441a0 {
    background-color: #f8f8f8;    
}

.ujjwala-block {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 5% 20%;
    position:relative;
}

.mtu-img {
    width: 75%;
}

.ujjwala-text {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 26px;
    color: #eb801f;
    margin-top: 87px;
}

.ujjwala-text p {
    color: #eb801f;
    line-height: 31px;
}

.ujjwala-text1 {
    text-align: left;
}

.ujjwala-text1 p {
    color: #000;
}

/* Ujjvala Block */

/* Product Range Block  */
.pr-block {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 5% 20%;
    position:relative;
}

.pr-block h2 {
    color: #12a04e;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
}

.pr-text p {
    color:#001522
}

.pr-button .btn-lg {
    color: #ffffff;
    background-color: #eb801f;
    border-color: #eb801f #eb801f #eb801f;
    margin-left: 5px;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.pr-button .btn-lg:hover {
    background-color: #12a04e;
}

/* Product Range Block  */

.menu--header-top-menu li.last {
    padding: 10px;
}

.menu--header-top-menu li.last a {
    margin-right: 20px;
    border: 1px solid #cccccc;
    padding: 0 20px;
}

.menu--header-top-menu li.last a:hover {
    background-color: #eb801f !important;
    color: #fff !important;
}

.menu--header-top-menu li li.last {
    padding: 5px;
}



.menu--header-top-menu li li {
    padding: 5px;
}

.menu--header-top-menu li li.last a {
    margin-right: inherit;
    border: 0px;
    padding: 3px 20px;
}

.menu--header-top-menu li li.last a:hover {
    background-color: #fff;
    color: #333 !important;
}

.home-dealer-reach-block {
    color: #000;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin: 0 15%;
}

.hdr-bg {
    background-color: #ffffff;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.08);
    padding: 28px;
    min-height: 231px;
    max-height: 231px;
}


.hdr-bg.fnd .icon {
    font-size: 46px;
    color: #12a04e;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.hdr-bg.fnd h3.service-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-top: 8px;
}

.hdr-bg.fnd .btn-primary {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 6px 33px;
    background-color: #12a04e;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    border: none;
}



.hdr-bg.haq .hq-head1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-top: 8px;
}


.hdr-bg.haq .hq-head2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 23px;
    color: #12a04e;
    text-align: center;
    margin-top: 8px;
}

.hdr-bg.haq .hq-des {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.hdr-bg.haq .btn {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 6px 33px;
    background-color: #eb801f;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    border: none;
    color: #ffffff;
    margin-top: 8px;
}


.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #fff;
    color: #eb801f !important;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color:#eb801f !important;
    text-decoration: none;
    background-color: #ffffff;
}

#block-homepage {
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    margin-bottom: 55px;
    width: 80%;
    background-color: #ffffff;
}

.login-page {
    padding: 24px;
    width: 73%;
    min-height: 379px;
}

.login-page .region-content {
    padding: 0 40px;
    width: 75%;
}

.login-page .container {
    width: 100%;
}

.user-login-form label {
    text-transform: uppercase;
    color: #c7c7c7;
}

.user-login-form .description {
    margin-top: 12px;
    color: #5b5b5b;
}



.user-register-form label {
    text-transform: uppercase;
    color: #c7c7c7;
    width: 100%;
}

.user-register-form .description {
    margin-top: 12px;
    color: #5b5b5b;
}


.user-pass label {
    text-transform: uppercase;
    color: #c7c7c7;
}

.user-pass p {
    margin-top: 12px;
    color: #5b5b5b;
}

.login-sidebar {
    padding-right: 0;
}


.user-block {
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    margin-bottom: 55px;
    width: 80%;
}

.user-page {
    padding: 24px;
    background-color: #fff;
    width: 100%;
    min-height: 379px;
}

.user-page .region-content {
    padding: 0 40px;
}

.user-page .container {
    width: 100%;
}


.address-book__add-link {
    text-align: center;
    display: block;
    padding: 6px 33px;
    background-color: #12a04e;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    border: none;
    width: 200px;
    color:#fff;
}

.address-book__profiles {
    width: 100%;
    border: 1px solid #efefef;
    padding: 20px;
}

.field.field--name-address.field--type-address.field--label-hidden.field__item {
    font-size: 16px;
}

.address-book__operations a {
    text-align: center;
    display: inline-block;
    padding: 6px 33px;
    background-color: #12a04e;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 12px;
    border: none;
    width: 150px;
    color: #fff;
}

.address-book__profile {
    flex: unset;
    margin-left: unset;
    margin-right: unset;
    width: 50%;
    float: left;
}





.b2b-page {
    padding: 24px;
    min-height: 379px;
}

.b2b-page .region-content {
    padding: 0 40px;
}

.b2b-page .container {
    width: 100%;
}

.webform-submission-b2b-registration-form label {
    text-transform: uppercase;
    color: #c7c7c7;
}

.webform-submission-b2b-registration-form .description {
    margin-top: 12px;
    color: #5b5b5b;
}



.webform-submission-service-register-form label {
    text-transform: uppercase;
    color: #c7c7c7;
}


.webform-submission-service-register-form .button {
    color: #fff;
    background-color: #fe9900;
    border-color: #fe9900;
    border-radius: 0;
    padding: 10px;
    text-transform: uppercase;
}


.webform-submission-service-register-form .button:hover {
    color: #fff;
    border-color: #12a04e;
    background-color: #12a04e;
}




.loc-map-container .loc-list {
    font-size: 13px;
    height: 530px;
    overflow-x: auto;
    width: 28%;
    float: left;
    background-color: #fff;
    padding: 20px;
    margin-right: 20px;
}

.dealer-header {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.dealer-header h1 {
	font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}

.loc-map-container {
    margin-bottom: 20px;
}

.loc-search-box {
    margin: 0 auto;
    width: 34%;
}

.loc-search-box input {
    width: 100%;
}

.loc-map-container .loc-list .list-details {
    float: left;
    margin-left: 6px;
    width: 100%;
}

.list-marker-id {
    cursor: pointer;
    border: none;
}

.highlight {
    background-color: #eee;
    border: none !important;
}

.loc-map-container .loc-name:before {
    content: url(../img/dealer-icon.png);
}


.captcha {
    clear: both;
    overflow: hidden;
    background: #F2F2F2;
    text-align: center;
    margin-bottom: 20px;
    max-width: 182px;
    height: auto;
    position: relative;
    padding: 20px;
}


#better-messages-inner {
    position: absolute;
    top: 393px;
    width: 627px;
    font-size: 17px;
    z-index: 23;
    left: 31%;
}

.better-messages-content {
    padding: 17px;
}

.messages--status {
    box-shadow: 2px 2px 2px 2px #77b259 !important;
}

.data-drupal-messages {
    box-shadow: 2px 2px 2px 2px #77b259 !important;
}



body.path-product #better-messages-inner {
    position: fixed;
    bottom: 0;
    width: 365px;
    font-size: 17px;
    z-index: 2;
    left: 0;
    top: unset;
}

body.path-product .commerce-order-item-add-to-cart-form #better-messages-inner {
    position: fixed;
    bottom: 0;
    width: 410px;
    font-size: 17px;
    z-index: 18;
    left: 45%;
}

body.path-product .better-messages-content {
    padding: 17px;
}

body.path-product .messages--status {
    box-shadow: 2px 2px 2px 2px #77b259 !important;
}


body.path-product .commerce-order-item-add-to-cart-form {
    zoom: 1.5;
}

.wishlist-item {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 10px;
    margin: 40px 10px 20px 10px;
    padding: 20px;
    background-color: #eee;
}

.wishlist-item__entity {
    min-width: 200px;
}

.wishlist-item__actions {
    text-align: right;
}

.wishlist-item a {
    color: #12a04e;
}


.commerce-checkout-flow-multistep-default {
    padding: 24px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    margin-bottom: 55px;
    width: 80%;
}

.node--type-career {
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    margin-bottom: 55px;
    width: 80%;
    background-color: #fff;
    padding: 20px;
    font-family: 'Poppins', sans-serif;
}

.node--type-career .field {
    margin-bottom: 20px;
}

.node--type-career p {
    color: #000;
}


.webform-submission-apply-now-form {
    padding: 24px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    margin-bottom: 55px;
    width: 80%;
}

.node--type-career .btn-primary {
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 6px 33px;
    background-color: #12a04e;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    border: none;
}


.career-block {
    padding: 24px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    margin-bottom: 55px;
    width: 80%;
}


.career-block .views-row {
    background-clip: content-box;
    min-height: 380px;
    background-image: linear-gradient(#efefef,#fff);
}



.career-block .views-row .views-field {
    padding: 10px 20px 0 20px;
}

.career-block .views-row .views-field.views-field-title {
    padding-top: 20px;
}

.career-block .views-row .views-field.views-field-title a {
    color: #12a04e;
    font-size: 16px;
}

.node--type-news-and-events {
    padding: 24px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    margin-bottom: 55px;
    width: 80%;
}

.node--type-news-and-events .field--name-field-banner-image img {
    width: 100%;
}

.node--type-news-and-events .field--name-body {
    margin-top: 20px;
}

.node--type-news-and-events .field--name-body p {
    color: #000;
    font-size: 17px;
}

#edit-captcha-response--description {
    display: none;
}

#edit-mail--description {
    display: none;
}

#edit-name--description {
    display: none;
}

#edit-pass--description {
    display: none;    
}

.user-pass p {
    display: none;       
}





#profile-customer-address-book-add-form  input[type=text] {
    font-size: 14px;
    border: 1px solid #e0e0e0;
    outline: none;
    border-radius: 7px;
    box-shadow: none;
    height: 58px;
}

#profile-customer-address-book-add-form  input[type=text]:focus {
    outline: none;
    border-color: #2874f0;
}

#profile-customer-address-book-add-form  .form-select {
    height: 53px;
    color: #7f8a90;
}

#profile-customer-address-book-add-form input.form-submit {
    color: #ffffff;
    background-color: #12a04e;
    border-radius: 0;
    width: 155px;
}

#profile-customer-address-book-add-form label {
    color: #7f8a90;
}




#user-form input[type=text] {
    font-size: 14px;
    border: 1px solid #e0e0e0;
    outline: none;
    border-radius: 7px;
    box-shadow: none;
    height: 58px;
}

#user-form  input[type=text]:focus {
    outline: none;
    border-color: #2874f0;
}

#user-form .form-select {
    height: 53px;
    color: #7f8a90;
}

#user-form input.form-submit {
    color: #ffffff;
    background-color: #12a04e;
    border-radius: 0;
    width: 155px;
}



#user-form input[type=email] {
    font-size: 14px;
    border: 1px solid #e0e0e0;
    outline: none;
    border-radius: 7px;
    box-shadow: none;
    height: 58px;
}

#user-form  input[type=email]:focus {
    outline: none;
    border-color: #2874f0;
}

#user-form .form-select {
    height: 53px;
}

#user-form input.form-submit {
    color: #ffffff;
    background-color: #12a04e;
    border-radius: 0;
    width: 155px;
}



#user-form input[type=password] {
    font-size: 14px;
    border: 1px solid #e0e0e0;
    outline: none;
    border-radius: 7px;
    box-shadow: none;
    height: 58px;
}

#user-form  input[type=password]:focus {
    outline: none;
    border-color: #2874f0;
}

#user-form .form-select {
    height: 53px;
    color: #7f8a90;
}

#user-form input.form-submit {
    color: #ffffff;
    background-color: #12a04e;
    border-radius: 0;
    width: 155px;
}


#profile-customer-address-book-edit-form  input[type=text] {
    font-size: 14px;
    border: 1px solid #e0e0e0;
    outline: none;
    border-radius: 7px;
    box-shadow: none;
    height: 58px;
}

#profile-customer-address-book-edit-form  input[type=text]:focus {
    outline: none;
    border-color: #2874f0;
}

#profile-customer-address-book-edit-form .form-select {
    height: 53px;
    color: #7f8a90;
}

#profile-customer-address-book-edit-form input.form-submit {
    color: #ffffff;
    background-color: #12a04e;
    border-radius: 0;
    width: 155px;
}


#profile-customer-address-book-edit-form label {
    color: #7f8a90;
}


#webform-submission-service-register-add-form .js-form-item {
    width: 50%;
    float: left;
    padding: 10px;
}

#webform-submission-b2b-registration-add-form .js-form-item {
    width: 50%;
    float: left;
    padding: 10px;
}

#webform-submission-b2b-registration-add-form .form-actions.js-form-wrapper.form-wrapper {
    width: 100%;
    float: left;
    padding: 10px;
}

#webform-submission-service-register-add-form .select2-container--default .select2-selection--single {
    border: none;
    border-bottom: 1px solid #cdcdcd;
    border-radius: 0px;
}


.view-service-center-location .views-row {
    background-clip: content-box;
    min-height: 260px;
    background-image: linear-gradient(#efefef,#fff);
}

.view-service-center-location .views-row .views-field.views-field-title {
    padding-top: 20px;
    color: #12a04e;
    font-size: 16px;
}

.view-service-center-location .views-row .views-field {
    padding: 10px 20px 0 20px;
}

.block-views-blockservice-center-location-block-1 {
    margin-top: 30px;
    float: left;
    border-top: 1px solid #efefef;
    padding-top: 24px;
}

body.path-product .btn-link.button.js-form-submit.form-submit {
    background-color: transparent;
    background-image: url(../img/wishlist.png);
    background-repeat: no-repeat;
    text-indent: -1000px;
    height: 45px;
    width: 45px !important;
    padding: 0;
    min-width: 45px;
}

body.path-product .btn-link.button.js-form-submit.form-submit {
    border-color:transparent;
}

.region.region-footer-top-right {
    text-align: right;
}

#footer .container .row > div {
    margin-bottom: 0;
}

.region.region-footer-top-left ul li {
    display: inline-block;
    margin-right: 10px;
    border-right: 1px solid;
    line-height: 12px;
    padding-right: 10px;
}

body.user-logged-in ul.mobile-side-menu li:nth-last-child(2) {
    display: none;
}


@media screen and (max-width: 479px) {
    .block-block-contentf4e47d76-4d89-4310-860c-a9c58e0ceac3 .field--name-body {
        position:initial;
        text-align: center;
        padding-top: 20px;
    }

    .management-img {
        position: absolute;
        width: 50%;
        top: -7px;
        right: 86px;
    }

    .management-description {
        display: table;
        min-height: 246px;
    }

    .region.region-footer-top2-2 {
        width: 100%;
    }

    .about-us h1 {
        margin-bottom: 10px;
    }

    .login-page {
        padding: 24px;
        width: 100%;
        min-height: 379px;
    }

    .footer-payment-type {
        float: left;
        margin-top: 20px;
    }

    #block-homepage {
        margin-top: 5px;
        margin-bottom: 5px;
        zoom: 1.4;
    }

}


/* End of Custom */

@media (min-width: 992px){
    .we-mega-menu-ul>.we-mega-menu-li>a {
        padding: 9px 25px 9px 25px!important;
    }
    .we-mega-menu-submenu li.we-mega-menu-li a {
        padding: 9px 20px 9px 8px!important;
    }
    .we-mega-menu-submenu li.we-mega-menu-li:first-child>a, 
    .we-mega-menu-submenu li.we-mega-menu-li:first-child>span {
        padding: 9px 20px 9px 8px!important;
    }
    .we-mega-menu-ul>.we-mega-menu-li.active>a, 
    .we-mega-menu-ul>.we-mega-menu-li.active>a:hover, 
    .we-mega-menu-ul>.we-mega-menu-li.active>a:focus, 
    .we-mega-menu-ul>.we-mega-menu-li.active-trail>a, 
    .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:hover, 
    .we-mega-menu-ul>.we-mega-menu-li.active-trail>a:focus, 
    .we-mega-menu-ul>.dropdown-menu:hover>a, 
    .we-mega-menu-ul>.dropdown-menu:focus>a, 
    .we-mega-menu-ul>.we-mega-menu-li>a:hover, 
    .we-mega-menu-ul>.we-mega-menu-li>a:focus {
        border-radius: 0!important;
    }
    .we-mega-menu-ul .dropdown-menu .dropdown-menu:first-child>.we-mega-menu-submenu {
        margin-top: 0;
    }


    body.context-user-login #better-messages-inner {
        position: absolute;
        top: 200px;
        width: 572px;
        font-size: 17px;
        z-index: 23;
        left: 0;
    }
}
nav.navbar-we-mega-menu .we-mega-menu-ul li:hover{
    background-color: #fff !important;
    border-radius: 4px;  
}
nav.navbar-we-mega-menu .we-mega-menu-ul li:hover > span {
    color: #fff;
}
nav.navbar-we-mega-menu .we-mega-menu-ul li > span{
    font-size: 12px;
    background: none !important;
    color: #333;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif;
    padding: 9px 25px 9px 25px;
}
nav.navbar-we-mega-menu .we-mega-menu-ul li > span {
    color: #796848 ;
}
nav.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu ul.nav-tabs li span{
    padding: 8px 20px 8px 8px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 0;
}
.navbar-we-mega-menu .we-mega-menu-row {
    padding-top: 0;
}
nav.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu ul.nav-tabs li span:before{
    top: 22px;
}
nav.navbar-we-mega-menu .we-mega-menu-ul .dropdown-menu span:before{
    font-family: FontAwesome;
    content: "\f107";
    background: none;
    right: 10px;
    top: 12px;
}
nav.navbar-we-mega-menu .we-mega-menu-ul li:hover {
    border-radius: 0;
}
nav.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu ul.nav-tabs li span:hover{
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}
.nav-tabs .dropdown-menu {
    margin-top: 0;
}
.custom-contact-form .field__label {
    display: none;
}
.form-textarea-wrapper textarea {
    padding: 6px 12px;
}
.ui-dialog .ui-dialog-titlebar-close:after{
    content: '\f00d';
    font-family: 'FontAwesome';
}
/* BLOG COMMENT LIST */

body {
    color: #000;
}
.header-container.header-nav {
    margin-bottom: 15px;
}
.blog-posts .comments ul.links {
    position: absolute;
    top: 20px;
    right: 20px;
}
nav.navbar-we-mega-menu .we-mega-menu-ul > li:hover{
    background-color: #12a04e !important;
    border-radius: 4px;
    cursor: pointer; 
}

html.sticky-header-active nav.navbar-we-mega-menu .we-mega-menu-ul > li:hover{
    background-color: #12a04e !important;
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer; 
}


nav.navbar-we-mega-menu .we-mega-menu-ul > li:hover > span {
    color: #fff;
}

html.sticky-header-active nav.navbar-we-mega-menu .we-mega-menu-ul > li:hover > span {
    color: #fff;
}

nav.navbar-we-mega-menu .we-mega-menu-ul > li > a{
    font-size: 12px;
    background: none !important;
    color: #ffffff !important;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif;
    padding: 9px 25px 7px 25px;
}


html.sticky-header-active nav.navbar-we-mega-menu .we-mega-menu-ul > li > a{
    font-size: 12px;
    background: none !important;
    color: #12a04e !important;
    font-weight: 700;
    font-family: "Open Sans", Arial, sans-serif;
    padding: 9px 25px 7px 25px;
}

html.sticky-header-active nav.navbar-we-mega-menu .we-mega-menu-ul > li > a:hover {
	color: #ffffff !important;
}

nav.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu ul.nav-tabs li a{
    padding: 8px 20px 8px 8px;
    font-family: "Open Sans", Arial, sans-serif;
    color: #777;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 0;
}
.navbar-we-mega-menu .we-mega-menu-row {
    padding-top: 0;
}
nav.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu ul.nav-tabs > li > a:before{
    top: 22px;
}
nav.navbar-we-mega-menu .we-mega-menu-ul .dropdown-menu > a:before{
    font-family: FontAwesome;
    content: "\f107";
    background: none;
    right: 10px;
    top: 12px;
}
.product-ratings .description {
    display: none;
}
nav.navbar-we-mega-menu .we-mega-menu-ul > li:hover {
    border-radius: 0;
}
nav.navbar-we-mega-menu .we-mega-menu-ul li .we-mega-menu-submenu ul.nav-tabs li a:hover{
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}
@media screen and (max-width: 639px) {
    .blog-posts .comments ul.links {
        position: static;
        display: block;
        margin: 10px 0;
    }

    .button--one-click {
        margin-right: 0 !important;
        margin-left: 0 !important;
        margin-top: 10px !important;
    }

    .body.path-product #better-messages-inner {
        left: 0 !important;
        width: 97% !important;
        padding-left: 5% !important;
        padding-right: 5% !important;
        z-index: 2 !important;
    }

    body.path-product .btn-link.button.js-form-submit.form-submit {
        top: -1230px !important;
        left: 125px  !important;
    }

    body.path-product .commerce-order-item-add-to-cart-form #better-messages-inner {
        width: 239px !important;
        font-size: 7px !important;
        left: 0 !important;
    }
}

/* PADDING & MARGIN */
.padding-top-0 { padding-top: 0; }
.margin-top-0 { margin-top: 0; }

/* WIDGET */
.ui-widget { font-family: "Open Sans",Arial,sans-serif; }

/* BLOG COMMENT LIST */
.blog-posts .comments ul.links {
    position: absolute;
    top: 20px;
    right: 20px;
}
@media screen and (max-width: 639px) {
    .blog-posts .comments ul.links {
        position: static;
        display: block;
        margin: 10px 0;
    }
}

.blog-posts ul.inline li:first-child { padding-left: 0; }
.blog-posts ul.inline li:last-child { padding-right: 0; }
li.comment-item { list-style: none; }
.blog-posts li.comment-item article { padding-bottom: 0; }
.blog-posts .post-author article { padding-bottom: 0; }
ul.comments ul.links li { border-left: none; }
.comments ul.links i { color: #12a04e; }
.comments ul.links li:hover i { color: #6a4b00; }
.img-thumbnail article .views-element-container { display: none; }
#comment-form .form-required::after {
    float: none;
    margin: 0;
}

/* LEAVE A COMMENT */
.post-leave-comment .form-text {
    border: 1px solid #ccc;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.post-leave-comment label { display: block; }
.post-leave-comment .form-submit {
    color: #ffffff;
    background-color: #eb801f;
    border-color: #eb801f #eb801f #eb801f;
    margin-left: 5px;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}
.post-leave-comment .form-submit:hover,
.post-leave-comment .form-submit:focus {
    background-color: #12a04e;
    border-color: #12a04e #12a04e  #12a04e;
    color: #fff;
}

/* THE BENEFITS */
.list-icons.align-left { float: none; }

aside.sidebar [class^="webform-submission-contact"] .form-type-textarea,
aside.sidebar [class^="webform-submission-contact"] .form-actions{padding: 0;}
aside.sidebar [class^="webform-submission-contact"] .form-type-textarea textarea{min-height: auto; max-height: 74px;}
aside.sidebar [class^="webform-submission-contact"] input[type="submit"]{float: none; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; text-transform: capitalize;}
aside.sidebar [class^="webform-submission-contact"] .form-actions{margin-bottom: 25px;}

.form-required:after{
    content: '*' !important;
    background-image: none !important;
    float: right;
}

.blocktabs{
    border-radius: 4px;
    padding: 0;
    border: none;
}
.blocktabs.ui-tabs .ui-tabs-nav{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #EEE;
    border-width: 0 0 1px 0;
    background: none;
}
.blocktabs.ui-tabs .ui-tabs-nav li{
    border: none;
    margin: 0 0 -1px 0;
    padding: 0;
}
.blocktabs.ui-tabs .ui-tabs-nav li a{
    color: #12a04e;
    border-style: solid;
    border-color: #EEE;
    border-width: 3px 1px 1px 1px;
    background: #F4F4F4;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 10px 15px;
    cursor: pointer !important;
    margin-right: 1px;
}
.blocktabs.ui-tabs .ui-tabs-nav li:first-child a:before{
    width: 13px;
    height: 14px;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f005  ";
}
.blocktabs.ui-tabs .ui-tabs-nav li a:hover{
    border-top-color: #12a04e;
}
.blocktabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a{
    border-top-color: #12a04e;
    border-bottom-color: #fff;
    background: #FFF;
}
.blocktabs.ui-tabs .ui-tabs-nav li:last-child a{
    margin-right: 0;
}
.blocktabs.ui-tabs .ui-tabs-panel{
    border-radius: 0 0 4px 4px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 0;
    padding: 15px;
}
.blocktabs.ui-tabs .ui-tabs-panel .simple-post-list a{
    color: #12a04e;
    font-size: 14px;
}
.blocktabs.ui-tabs .ui-tabs-panel .simple-post-list .post-meta{
    font-size: 11.2px;
}
.action-unflag .fa-heart{
    color: #E53F51;
}
.action-unflag:hover .fa-heart{
    color: #B1B1B1;
}
.flag-portfolio{float: left;}

.region-right-sidebar .block-search form{
    overflow: hidden;
}

.region-right-sidebar .block-search form .form-item{
}
.region-right-sidebar .block-search form .form-search{
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 18px;
    line-height: 1.3333333;
    width: calc(100% - 50px);
    float: left;
    padding: 10px 16px;
    height: 46px;
}
.region-right-sidebar .block-search form .form-wrapper{

}
.region-right-sidebar .block-search form .form-wrapper .button{
    width: 50px;
    height: 46px;
    background: transparent;
    border: none;
    color: #fff;    
    text-indent: -99999px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
}
.region-right-sidebar .block-search form:after{
    background: #08c;
    text-align: center;
    font:normal normal normal 14px/1 FontAwesome;
    content: "\f002";
    color: #fff;
    font-size: 18px;
    height: 46px;
    line-height: 46px;
    position: absolute;
    width: 50px;
    right: 16px;
    top: 0;
    border-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.separator{margin: 20px 0;}
.region-right-sidebar .separator:first-child { margin: 0; }
.separator hr{margin: 0;}
.left_portfolio_sidebar .heading-primary,
.right_portfolio_sidebar .heading-primary{padding-top: 15px;}
.nav-secondary:not(.sticky-active){margin-top: -35px;}

/* PAGINATION */
.pager { margin: 0; }
.pager ul.pager__items {
    padding-left: 0;
    margin: 20px 0;
    display: block;
    font-size: 0;
}
.pager li { padding: 0; }
.pager li > a,
.pager li > span {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    margin-left: -1px;
}
.pager li:first-child > a,
.pager li:first-child > span {
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-top-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    margin-left: 0;
}
.pager li:last-child > a,
.pager li:last-child > span {
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}
.pager__item.is-active a {
    background-color: #12a04e;
    border-color: #12a04e #12a04e #006699;
    color: #ffffff;
    font-weight: normal;
}
.pager__item.is-active a:hover,
.pager__item.is-active a:focus {
    background-color: #12a04e;
}

.view-blog-pages .pager .pager__items { margin: -10px 0 20px; }
.view-blog-pages .pager li > a,
.view-blog-pages .pager li > span {
    font-size: 18px;
    line-height: 1.33333;
    padding: 10px 16px;
}
.view-blog-pages .pager li:first-child > a,
.view-blog-pages .pager li:first-child > span {
    border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
}
.view-blog-pages .pager li:last-child > a,
.view-blog-pages .pager li:last-child > span {
    border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    -webkit-border-top-right-radius: 6px;
}

.page-coming-soon .simplenews-subscriber-form{
    overflow: hidden;
    padding-bottom: 5px;
}
.page-coming-soon .simplenews-subscriber-form h2{
    color: #12a04e !important;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    line-height: 18px;
}
.page-coming-soon .simplenews-subscriber-form .form-email{
    width: calc(100% - 123px);
    background: none;
    float: left;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-coming-soon .simplenews-subscriber-form .has-error .form-email{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    width: calc(100% - 124px);
}
.page-coming-soon .simplenews-subscriber-form .has-error .form-email:focus{
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}    
.page-coming-soon .simplenews-subscriber-form .has-error .error{
    display: none !important;
}

.page-coming-soon .simplenews-subscriber-form .form-actions{
    width: 123px;
    bottom: 5px;
    top: auto;
}
.anonymous .page-coming-soon .simplenews-subscriber-form .form-actions{
    float: left;
}
.page-coming-soon .simplenews-subscriber-form .form-item{
    margin: 0;
}
.page-coming-soon .simplenews-subscriber-form .form-actions .button{
    width: 100%;
    background: none;
    border: 1px solid #ccc;
    border-color: #ccc;
}
.anonymous .page-coming-soon .simplenews-subscriber-form .form-actions .button{
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.authenticated .page-coming-soon .simplenews-subscriber-form .form-actions .button{
    border-radius: 4px;
}
.page-coming-soon .simplenews-subscriber-form .form-actions .button:hover{
    background: #e6e6e6;    
}

/* PRODUCT */
.tabs .comments a {
    padding: 0;
    display: inline;
}
.comments.for-product ul.links { float: right; }
.comments.for-product ul.links li:first-child { padding-left: 0; }
.comments.for-product ul.links li:last-child { padding-right: 0; }
.comments.for-product .fivestar-widget {
    position: absolute;
    right: 20px;
    top: 20px;
}
.commerce-order-item-add-to-cart-form .button--primary {
    background-color: #eb801f;
    border-color: #eb801f #eb801f #eb801f;
    color: #ffffff;
    transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
    border-radius: 0;
}
.commerce-order-item-add-to-cart-form .button--primary:hover,
.commerce-order-item-add-to-cart-form .button--primary:focus {
    background-color: #12a04e;
    border-color: #12a04e #12a04e #12a04e;
    color: #fff;
}
.col-md-9 > .region-content .owl-carousel .thumbnail { border: none; }

/* TABS */
.tabs ul.tabs{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #cdcdcd;
    border-width: 0 0 1px 0;
    background: none;
}
.tabs ul.tabs > li{
    border: none;
    margin: 0 0 -1px 0;
    padding: 0;
}

.tabs ul.tabs > li:after{
    content: '';
    right: 0px;
    top: 25%;
    height: 50%;
    border-right: 1px solid #cdcdcd;
}

.tabs ul.tabs a {
    border-style: solid;
    border-color: #EEE;
    background: #fff;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.42857143;
    padding: 10px 15px;
    cursor: pointer !important;
    display: inline-block;
    text-transform: uppercase;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    border-bottom: 1px solid #cdcdcd;
    color: #b9b9b9;
    margin-left: -2px;
}

.tabs ul.tabs a.is-active,
.tabs ul.tabs a:hover{
    background: #e3e3e3;
    color: #555555
}
@media(max-width: 320px){
    .tabs ul.tabs > li,
    .tabs ul.tabs a{width: 100%;}
}
.form-email, .form-text{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #7f8a90;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.user-login-form,
.user-pass,
.user-register-form .form-email, 
.user-register-form .form-text{
    max-width: 100%;
}
.button{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.user-login-form .button,
.user-pass .button,
.user-register-form .button{
    color: #fff;
    background-color: #fe9900;
    border-color: #fe9900;
    width: 100%;
    border-radius: 0;
    padding: 10px;
    text-transform: uppercase;
}
.user-login-form .button:hover,
.user-pass .button:hover,
.user-register-form .button:hover{
    color: #fff;
    border-color:#12a04e;
    background-color:#12a04e;
}


.button.focus, .button:focus, .button:hover {
    color: #333;
    text-decoration: none;
}
.form-select{
    height: 34px;
}

/* STYLE GUIDE */
.position-relative { position: relative; }
.clear { clear: both; }
.label { color: inherit; }

/* SPECIFIC ELEMENT
@media screen and (min-width: 768px) {
    .call-to-action.call-to-action-in-footer { margin-top: 0; }
} */

/* PORTFOLIO */
.view-display-id-page_grid_fullwidth_nomargins { margin-top: -35px; }
.view-display-id-page_grid_fullwidth_nomargins ul.nav-pills + hr { display: none; }
.view-display-id-page_grid_fullwidth_nomargins ul.nav-pills {
    position: absolute;
    right: 15px;
    top: -57px;
}
.view-display-id-page_grid_fullwidth_nomargins ul.nav-pills > li > a { color: #fff; }
.view-display-id-page_grid_fullwidth_nomargins ul.nav-pills > li.active > a {
    background-color: transparent;
    color: #12a04e;
}
.container .view-header .container { padding: 0; }
.view-header .view-portfolio-category-filter {
    float: left;
    width: 50%;
    padding-right: 15px;
}
.view-header .view-portfolio-size-filter {
    float: right;
    width: 50%;
    padding-left: 15px;
}
@media (min-width: 992px) {
    #mainNav li.active a.is-active,
    #mainNav .dropdown-menu > .active > a {
        background: #f5f5f5;
    }
    #mainNav > li.active > a,#mainNav > li.active > a.is-active { background: #12a04e; }
}
@media screen and (max-width: 991px) {
    .view-career-blocks .toggle { margin-bottom: 0; }
}
@media screen and (max-width: 767px) {
    .view-display-id-page_grid_fullwidth_nomargins ul.nav-pills { display: none; }
    .portfolio-list .portfolio-info { float: none; }
    .portfolio-list h4.heading-primary { clear: both; }
    .view-header .view-portfolio-category-filter,
    .view-header .view-portfolio-size-filter {
        width: 100%;
        padding: 0;
    }

    .hdr-bg {
        max-height: 355px;
    }
}
@media screen and (max-width: 479px) {
    /*.ui-widget{font-size: 13px;}*/
    .blocktabs.ui-tabs .ui-tabs-panel .simple-post-list a {
        font-size: 13px;
    }
    .blocktabs.ui-tabs .ui-tabs-panel .simple-post-list .post-meta {
        font-size: 0.7272em;
    }
    .portfolio-info + h5{clear: both;}

    .tabs ul.tabs {
        text-align: center;
        border: none;
    }

    .tabs ul.tabs a {
        border: none;
    }

    .tabs ul.tabs > li {
        margin: 0;
    }

    .user-page .region-content {
        padding: 0 10px;
    }

    .wishlist-items {
        background-color: #efefef;
        padding: 10px;
    }

    .wishlist-item {
        display: contents;
    }

    .wishlist-item__actions {
        margin-bottom: 20px;
    }

    .field.field--name-total-price.field--type-commerce-price.field--label-hidden.field__item {
        background-color: #efefef;
        padding: 5px;
    }

    .order-total-line__total .order-total-line-value {
        font-size: 15px !important;
    }

    body.path-cart #better-messages-inner {
        position: absolute;
        top: 393px;
        width: auto;
        font-size: 14px;
        z-index: 23;
        left: 5%;
    }

    .loc-map-container .loc-list {
        width: 100%;
    }

    .loc-map-container .loc-map {
        width: 100%;
    }

    .loc-search-box {
        margin: 0 auto;
        width: 100%;
    }
}

/* BLOG LIST */
.timeline-date a:hover,
.timeline-date a:focus {
    text-decoration: none;
}
#blogLoadMore { cursor: pointer; }
#blogLoadMoreLoader { clear: both; }
article .post-video iframe { width: 100%; }
article .post-audio iframe { width: 100%; }
@media screen and (max-width: 1199px) {
    section.timeline .timeline-box.left::before { right: -6.2%; }
    section.timeline .timeline-box.right::before { left: -6.8%; }
}
@media screen and (max-width: 479px) {
    .post-meta .btn.pull-right { float: none !important; }
}

iframe.twitter-share-button { display: block; }
.thumb-info .thumb-info-type a { color: #fff; }
.messages--status,
.messages--error {
    margin-bottom: 20px;
}

/* CART */
.cart-form {
    border-top: 4px solid #12a04e;
    padding: 30px 30px 10px;
    top: -1px;
    background: #F5F5F5;
    background: -webkit-linear-gradient( top , #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    overflow: auto;
}
.cart-form table { width: 100%; }
.cart-form th { padding: 8px 10px; }
.cart-form td {
    padding: 8px 10px;
    border-top: 1px solid #dcdcdc;
}
.cart-form input[type="number"] {
    border: 1px solid #ccc;
    height: 35px;
    text-align: center;
    width: 45px;
}
.cart-form #edit-actions {
    border-top: 1px solid #dcdcdc;
    margin: 0;
    padding: 20px 10px;
    text-align: right;
}
.cart-form .button {
    transition: all 0.1s ease 0s;
    -moz-transition: all 0.1s ease 0s;
    -webkit-transition: all 0.1s ease 0s;
}
.cart-form #edit-checkout {
    margin-right: 0;
    background-color: #12a04e;
    border-color: #12a04e #12a04e #006699;
    color: #ffffff;
}
.cart-form #edit-checkout:hover,
.cart-form #edit-checkout:focus {
    background-color: #6a4b00;
    border-color: #6a4b00 #6a4b00 #0077e3;
}
.cart-form .field--name-title {  display: none;}
@media screen and (max-width: 479px) {
    .cart-form { padding: 10px; }
    .cart-form th,
    .cart-form td {
        padding: 4px 5px;
    }
    .cart-form #edit-actions { padding: 10px 5px; }
}

/* CHECKOUT */
.layout-region-checkout-secondary {
    border-top: 4px solid #12a04e;
    padding: 30px 30px 10px;
    top: -1px;
    background: #F5F5F5;
    background: -webkit-linear-gradient( top , #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    overflow: auto;
}
.layout-region-checkout-secondary table { width: 100%; }
.layout-region-checkout-secondary th { padding: 8px 10px; }
.layout-region-checkout-secondary td {
    padding: 8px 10px;
    border-top: 1px solid #dcdcdc;
}
.layout-region-checkout-secondary h3 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
    color: #12a04e;
    text-transform: none;
}
#edit-order-summary .field--name-title {  display: none;}
#edit-order-summary .views-field-total-price__number { text-align: right; }
#edit-order-summary .order-total-line { padding: 10px 0 0; }
.order-total-line__total .order-total-line-value {
    color: #12a04e;
    font-size: 1em;
}
@media screen and (max-width: 991px) {
    .order-total-line__total .order-total-line-value { font-size: 18px; }
}
.layout-region-checkout-main fieldset {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    padding-top: 42px;
    position: relative;
    border: 1px solid #ddd;
}
.layout-region-checkout-main legend {
    color: #12a04e;
    padding: 10px 15px;
    background-color: #f5f5f5;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
}
.layout-region-checkout-main .fieldset-wrapper { padding: 7px 15px 15px; }
.layout-region-checkout-main div.address-container-inline > .form-item {
    margin: 0 0 1em;
    width: 48%;
    float: left;
}
.layout-region-checkout-main div.address-container-inline > .form-item:nth-child(2n) { float: right; }
.layout-region-checkout-main label { display: block; }
.layout-region-checkout-main .form-required::after {
    float: none;
    margin: 0;
}
.layout-region-checkout-main select {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px 12px;
    height: 34px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.layout-region-checkout-footer #edit-actions-next {
    margin-right: 0;
    background-color: #12a04e;
    border-color: #12a04e #12a04e #006699;
    color: #ffffff;
    width: 30%;
}
.layout-region-checkout-footer #edit-actions-next:hover,
.layout-region-checkout-footer #edit-actions-next:focus {
    background-color: #6a4b00;
    border-color: #6a4b00 #6a4b00 #0077e3;
}
.layout-region-checkout-footer #edit-actions a { margin-left: 10px; }

/* PRODUCT TAGS */
.view-product-tags .view-content .views-row { display: inline; }
.view-product-tags .view-content .views-row a {
    background-color: #2e353e;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    color: #fff;
    font-size: 75%;
    line-height: 1;
    padding: 0.2em 0.6em 0.3em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.view-product-tags .view-content .views-row a:hover,
.view-product-tags .view-content .views-row a:focus {
    -moz-text-decoration-color: #6a4b00;
    text-decoration-color: #6a4b00;
    -webkit-text-decoration-color: #6a4b00;
}
.collapse-processed > summary:before{
    background: none !important;
}
.messages {
    margin-bottom: 20px;
}
.has-error .form-textarea {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.form-textarea:focus{
    outline: none;
}
.has-error .form-textarea:focus{    
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}

/* PRODUCT LIST */
ul.simple-post-list img {
    max-width: 60px;
    height: auto;
}
/*ul.simple-post-list li { min-height: 107px; }*/
.view-display-id-page_sidebar .product-thumb-info h4 { color: #12a04e; }

.region-content .simplenews-subscriber-form .form-actions input[type="submit"] {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
/*NEW CSS*/
.mg-bt-50{margin-bottom: 50px;}
.mg-bt-0{margin-bottom: 0;}
.bg-grey{background: #f0f0ed;}
.sticky-header-active #header .h-default.header-btn-collapse-nav{margin-top: 50px;}
#header .header-search .header-search-wrapper{padding-right: 0;}
.mg-top-14{margin-top: 14px;}
.mg-top-40{margin-top: 40px;}
#search-block-form input[type="submit"]{
    background: url(../img/icon-search.png) no-repeat top left;
    text-indent: -999em;
    width: 28px;
    height: 30px;
    border: none;
    position: absolute;
    top: 2px;
    right: 0;
    margin-top: 9px;
}
#block-languageswitcher ul.links{padding-left: 0;list-style: none;}
.addcart input[type="submit"]{
    color: #333;
    background: none;
    border: 1px solid #ccc;
    padding: 5px 12px;
}
.cart-detail input[type="submit"]{
    height: 38px;
    min-width: 160px;
}
.field--name-quantity{display: none;}
.field--name-quantity label{display: none;}
.single-product .field--name-quantity{display: block;}
.single-product .field--name-quantity input{
    border-radius: 3px;
    width: 50px;
    border: 1px solid #e1e1e1;
    border-color: #e1e1e1;
    color: #12a04e;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    height: 38px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.single-product .field--name-quantity,.single-product .form-actions{display: inline-block;vertical-align: top;margin: 0;}
.single-product .field--name-quantity .form-item{margin: 0;}
.single-product .form-actions{vertical-align: top;}
.cart-detail{padding: 10px 0;}
.product-tags-area a{
    display: block;
    padding: 10px 14px !important;
    background-color: #e1e1e1 !important;
    color: #7e7d79;
    font-size: 13px;
    font-weight: 400;
    line-height: 11px;
    float: left;
    margin: 0 7px 7px 0;
}
.product-tags-area a:hover{text-decoration: underline;}
.product-tags-area .field__label{
    display: block;
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 400;
}
#block-simplenewssubscription{position: relative;}
#block-simplenewssubscription label{margin-bottom: 15px;}
#block-simplenewssubscription .description{display: none;}
#block-simplenewssubscription .form-actions{position: absolute;right: 0;bottom: 0;margin: 0;}
.user-logged-in #block-simplenewssubscription .form-actions{position: relative;}
#block-simplenewssubscription .form-actions input.form-submit{
    color: #ffffff;
    background-color: #eb801f;
    border-color: #eb801f #eb801f #006699;
    margin-left: 5px;
}
#block-simplenewssubscription .form-actions input.form-submit:hover{
    border-color: #6a4b00 #6a4b00 #0077b3;
    background-color: #6a4b00;
}
#block-simplenewssubscription .form-actions input{border-top-left-radius: 0;border-bottom-left-radius: 0;}
#block-cart .cart-block--contents{width: 100%;}
#block-cart .cart-block ul > li{margin: 0;display: block;}
#block-cart .cart-block--summary__icon{display: none;}
#block-cart .cart-block--summary,#block-cart .cart-block--contents__inner{padding: 15px;}
.ct-rating{display: inline-block;position: relative;}
.order-total-line-label{font-size: 14px;}
.view-commerce-cart-form input[type="number"]{
    height: 30px;
}
.views-field-total-price__number{text-align: right}
.checkout-pane-coupon-redemption input[type="submit"]{
    margin-left: 0;
}
input.delete-order-item{
    padding: 2px 10px;
    background-color: #12a04e;
    color: #ffffff !important;

}
input.form-submit{
    color: #ffffff;
    background-color: #12a04e;
    border-radius: 0;
}
input.form-submit:hover{
    background-color:#12a04e;
    border-color: #12a04e #12a04e #12a04e;
    color: #fff;
}
.breadcrumb {color: #aeaeae;}
.breadcrumb a{color: #aeaeae;}
.breadcrumb ol > li + li:before{
    padding: 0;
    content: '/' !important;
    font-size: 12px;
    opacity: 1;
    color: #aeaeae;
}
#mainNav .fa-caret-down:before{content: "\f107";}
.messages{position: relative;}
.messages .icon-cancel.message-close{position: absolute;right: 6px;top: 3px;cursor: pointer;}
.search-form .form-search{
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

}
.search-form input[type="submit"]{
    margin-left: 0;
    margin-bottom: 10px;
    color: #fff !important;
}
.newsletter-popup .form-actions input[type="submit"]{
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #ccc;
    height: 34px;
    color: #666;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 6px 12px;
}
.newsletter-popup .form-actions input[type="submit"]:hover{
    color: #000;
    background-color: #e6e6e6;
}
.newsletter-popup .description{display: none;}
.newsletter-popup-content{position: relative;}
.newsletter-popup .error{position: absolute;left: 0;}
.newsletter-popup label{display: none;}
.has-error input[type="email"]{
    border: 1px solid #a94442;
    outline: none;
}
/*MEGA MENU*/
.we-mega-menu-ul > li > a{
    transition: none;
    color: #fff;
    padding: 13px 25px 13px 15px;
}
.we-mega-menu-ul > li{border:none !important;position: relative !important;}
.region-we-mega-menu .navbar-we-mega-menu{border-radius: 0;border-color: transparent;}

@media (min-width: 992px) {
    .we-mega-menu-ul > li.dropdown-menu>a{display: block;}
    .we-mega-menu-ul > li.dropdown-menu>a:before{
        font-family: FontAwesome;
        content: "\f107";
        background: none;
        float: right;
        /*position: relative;*/
        top: 0;
        right: 0;
        bottom: 0;
        margin-top: 1px;
    }
    .we-mega-menu-ul > .we-mega-menu-li > a{
        border-radius: 4px;
        color: #12a04e !important;
    }
    .we-mega-menu-ul > .we-mega-menu-li.dropdown-menu{margin-left: 2px;}
    #header .header-nav-main nav{min-height: auto;}
    .we-mega-menu-ul > .we-mega-menu-li > a:hover,.we-mega-menu-ul > .we-mega-menu-li > a:focus,.we-mega-menu-ul > .we-mega-menu-li.active > a{color: #fff !important;background: #12a04e !important;}
    .we-mega-menu-submenu{
        padding: 2px 0;
        border-radius: 0 4px 4px;
        border: 0;
        border-top: 5px solid #CCC;
        min-width: 200px !important;
    }
    .ie .we-mega-menu-submenu li.we-mega-menu-li a:before,.ie .we-mega-menu-submenu li.we-mega-menu-li a:after{
        right: 15px;
    }
    .ie .we-mega-menu-ul>.we-mega-menu-li{min-width: auto;}
    .we-mega-menu-submenu>.we-mega-menu-submenu-inner{min-height: auto;}
    .we-mega-menu-submenu li.we-mega-menu-li a{
        font-family: "Open Sans", Arial, sans-serif;
        color: #777;
        font-size: 13px;
        font-weight: 400;
        padding: 8px 20px 8px 8px;
        position: relative;
        text-transform: none;
        border: none !important;
        min-width: 200px;
    }
    .we-mega-menu-submenu li.we-mega-menu-li a:hover{text-decoration: underline;color: #000;}
    .we-mega-menu-ul>.we-mega-menu-li>a{
        font-size: 12px;
        background: none !important;
        color: #fff;
        font-weight: 700;
        font-family: "Open Sans", Arial, sans-serif;
        padding: 10px 20px;
    }
    .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu > a{padding: 11px 20px;}
    .sticky-header-active .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu > a:hover{padding-bottom: 9px;}
    .ie #header .header-nav-main nav > ul > li > a.dropdown-toggle:after{
        display: none;
    }
}
.we-mega-menu-submenu li.active > a, .we-mega-menu-submenu li.active a:hover, .we-mega-menu-submenu li.active a:focus{
    border-top: 3px solid #000;
    color: #000 !important;
}
.we-mega-menu-submenu li.active > a{
    text-decoration: underline;
}
.title-bold a{
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    color: #000 !important;
}
.we-mega-menu-caption{
    position: absolute;
    top: -7px;
    right: 10px;
    background-color: #0cc485 !important;
    font-size: 9px !important;
    font-weight: 400;
    padding: 2px;
    z-index: 1;
    border-radius: 2px;
    line-height: 1;
    margin: 0 0 0 10px;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff !important;
}
.we-mega-menu-caption:before{
    content: "";
    position: absolute;
    bottom: 0;
    margin-bottom: -6px;
    border: 3px solid transparent;
    border-top-color: #0cc485 !important;
}
.caption-red .we-mega-menu-caption{
    background-color: #eb2771 !important;
}
.caption-red .we-mega-menu-caption:before{
    border-top-color: #eb2771 !important;
}
.hidden-title h2{display: none;}
#product-reviews h3{font-weight: 600;}
.form-textarea-wrapper textarea{
    border: 1px solid #ccc;
}
.navbar-we-mega-menu .we-mega-menu-row{padding: 10px 10px 5px;}
.user-logged-in .newsletter-popup .form-actions input[type="submit"]{position: relative;}
.sticky-header-active .we-mega-menu-ul>.we-mega-menu-li >a{padding: 6px 15px;}
.sticky-header-active .we-mega-menu-ul>.we-mega-menu-li.dropdown-menu > a{padding-right: 25px;}
.navbar-we-mega-menu .we-mega-menu-caption{margin-top: 0;}
.we-mega-menu-ul .dropdown-menu .dropdown-menu:first-child>.we-mega-menu-submenu{margin-top: -20px;}
.form-required:after{color: #f00;}
.region-region-messages{margin-left: 8px;}
.view-commerce-cart-form input.form-submit:hover{color: #fff;}
input.form-submit+a{margin-left: 10px;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance: none;
}
.contextual-links a{color: #000 !important;}
@media (min-width: 1200px) {
    div[role="main"]{min-height: 300px;}
    /*.container {
        width: 1800px;
    }*/

    .container {
        width: 100%;
    }

    body.context-user-login #better-messages-inner {
        position: absolute;
        top: 280px;
        width: 572px;
        font-size: 17px;
        z-index: 23;
        left: 0;
    }
}

.padding-0{
    padding-right:0;
    padding-left:0;
}

.padding-5{
    padding-right:5px;
    padding-left:5px;
}

/*@media (min-width: 992px) {
    #header .header-nav-main{
        float: left;
    }
}*/
@media (max-width: 768px) {
    .side-custom-menu {
        margin-top: 15px;
    }
    #header .header-search form{
        width: 100%;
    }

    #webform-submission-service-register-add-form .js-form-item {
        width: 100%;
        float: left;
        padding: 10px;
    }
}
@media (max-width: 767px) {
    #footer .newsletter form{max-width: 100%;}
}

@media only screen and (min-width: 1200px) and (max-width: 1400px)  {
    .container {
        width: 100%;
    }
}