/*
Theme Name:Total Mowers Auckland
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:200,300,400,600,700,800,900'); 
body {
    font-size: 16px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

a,a:hover,a:visited {
    text-decoration: none;
}

a:hover {
    color: #666;
}

a, input {
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.container-fluid , .n_p {
    padding: 0px;
}

.row {
    margin: 0px;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h2 {
    font-size: 42px;
    color: #000000;
}

h4 {
    font-size: 21px;
    font-weight: 300;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.col {
    float: left;
}

.container {
    max-width: 1230px;
    width: auto;
    margin: 0 auto;
}

.topbar-container {
    background: url('assets/images/topbar-bg.png') no-repeat;
    height: 35px;
    width: 100%;
    background-size: cover;
}

.right-content {
    float: right;
}

.topbar-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topbar-content li {
    background-color: rgba(0,127,0, 0.9);
    float: right;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    padding: 9px 18px 13px;
    line-height: 1;
    height: 35px;
    border-right: 1px solid rgba(255,255,255,0.3);
}

.topbar-content li:first-child {
    border-right: none;
}

.topbar-content li span {
    display: inline-block;
    margin-right: 1px;
}

.topbar-content li.phone-no {
    background-color: #035703;
    font-size: 14px;
    padding: 9px 18px;
}

.topbar-content li.phone-no a {
    color: #ffffff;
    transition: all 0.3s ease;
}

.topbar-content li.phone-no a:hover {
    color: #0fb70f;
}

.topbar-content li.login {
    background-color: rgba(12,198,11,0.8);
    text-transform: uppercase;
    padding-top: 10px;
}

.topbar-content li.login span {
    margin-right: 5px;
}

.topbar-content li.login span img {
    margin-top: -2px;
}

.icon .fa:before {
    font-size: 15px;
    vertical-align: bottom;
}

.icon .fa-phone:before {
    font-size: 17px;
}

.header-container .logo {
    float: left;
    padding: 10px 25px;
}

.header-container .header-right-content {
    float: right;
}

.header-container .header-right-content .cart {
    padding: 19px 25px 20px;
    background: #f0f0f0;
    float: right;
    cursor: pointer;
}
.header-container .header-right-content .cart:hover .counts,.header-container .header-right-content .cart:hover .cart-text{
    color: #000;
}
.header-container .header-right-content .search-bar {
    float: right;
    margin: 34px 30px 0 20px;
}

.header-container .header-right-content .menus {
    float: right;
    margin-top: 34px;
}

.menus li {
    float: left;
    margin: 0 15px
}

.menus li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    display: block;
}
.menus li a:hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fcf20c;
    bottom: -31px;
    left: 0;
}
span.cart-img {
    float: left;
    background: url(assets/images/cart-icon.png);
    width: 51px;
    height: 45px;
    background-position: 0 0;
}
.header-container .header-right-content .cart:hover span.cart-img{
    background-position: 0 -45px;
}
.cart-count {
    float: left;
    margin: 0 6px;
}

.counts {
    font-size: 24px;
    font-weight: 700;
    display: block;
    text-align: center;
    color: #0b9105;
    line-height: 1.2;
}

.cart-text {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #0b9105;
    font-weight: 700;
}

/**************** Footer ******************/
.site-footer {
    background: #001a00;
    clear: both;
}

.column-first {
    width: 36%;
    padding: 50px 0px;
}

.column-second {
    width: 42%;
    padding: 50px 54px 68px;
    border-left: 1px solid #3b4f3b;
    border-right: 1px solid #3b4f3b;
    text-align: center;
}

.column-third {
    width: 22%;
    padding: 50px 0px;
    padding-left: 60px;
}

.footer-content {
}

.footer-logo {
    margin-bottom: 18px;
}

.categories ul {
    padding: 0px;
    margin: 0px;
    column-count: 2;
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
}

.copyright {
    padding: 40px 0;
    border-top: 1px solid #3b4f3b;
    clear: both;
}

.copyright-text {
    font-size: 14px;
    text-align: left;
    color: #ffffff;
    font-weight: 300;
}
a.FooterLink {
    font-size: 14px;
}
.website-url{
     text-align: right;
    color: #ffffff;
    font-weight: 300;   
}
.website-url a{
    color: #fff;
}
.website-url a:hover{
    color: #fcf30d;
}
.social-icons ul {
    padding: 0px;
    margin: 0px;
}

.social-icons ul li {
    position: relative;
    display: inline-block;
    margin: 0px 5px;
    vertical-align: top;
}

#footer h4 {
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 18px;
}

.social-media h6 {
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    font-weight: 300;
    padding-bottom: 24px;
    padding-top: 45px;
    margin: 0px;
}

.social-icons {
    padding-bottom: 32px;
}

#footer li a {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    position: relative;
    padding-left: 14px;
    text-decoration: none;
}

#footer ul li a:before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    position: absolute;
    left: 0px;
}

#footer li a:hover {
    color: #fcf30d;
}

#footer .social-icons ul li a {
    background-image: url('assets/images/social-icons.png');
    display: block;
    width: 60px;
    height: 60px;
    padding: 0px;
}

#footer .social-icons ul li a:before {
    display: none;
}

#footer .social-icons ul li a.facebook {
    background-position: 0px 0px;
}

#footer .social-icons ul li a.twitter {
    background-position: 300px 0px;
}

#footer .social-icons ul li a.youtube {
    background-position: 220px 0px;
}

#footer .social-icons ul li a.printerest {
    background-position: 140px 0px;
}

#footer .social-icons ul li a.linkedin {
    background-position: 60px 0px;
}

#footer .social-icons ul li a.facebook:hover {
    background-position: 0px 60px;
}

#footer .social-icons ul li a.twitter:hover {
    background-position: 300px 60px;
}

#footer .social-icons ul li a.youtube:hover {
    background-position: 220px 60px;
}

#footer .social-icons ul li a.printerest:hover {
    background-position: 140px 60px;
}

#footer .social-icons ul li a.linkedin:hover {
    background-position: 60px 60px;
}

.subscribe-form input {
    background-color: transparent;
    border: 1px solid #3b4f3b;
    border-radius: 0px;
    height: 43px;
    border-right: none;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}

.subscribe-form button[type="button"] {
    background-color: transparent;
    border: 1px solid #3b4f3b;
    border-radius: 0px;
    height: 43px;
    padding: 0px 17px;
    color: #fff;
    font-size: 30px;
    outline: none;
}

.subscribe-form button[type="button"]:hover {
    background-color: #fcf30d;
    color: #000;
}

.banner .carousel-control-prev, .banner .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    width: auto;
    font-size: 50px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    opacity: 1;
    margin: auto;
    height: 99px;
    width: 69px;
    display: block;
}

.carousel-control-prev {
    background-image: url('assets/images/left-arrow.png');
    left: 0px;
}

.carousel-control-next {
    background-image: url('assets/images/right-arrow.png');
    right: 0px;
}

.carousel-control-prev:hover {
    background-image: url('assets/images/left-arrow_h.png');
}

.carousel-control-next:hover {
    background-image: url('assets/images/right-arrow_h.png');
}

.banner_circle {
    background-image: url('assets/images/circle.png');
    background-repeat: no-repeat;
    width: 466px;
    height: 466px;
    position: absolute;
    right: 28%;
    bottom: 0px;
    top: 0px;
    left: auto;
    z-index: 10;
    padding: 100px 20px;
    color: #fff;
    text-align: center;
    margin: auto;
}

.banner_circle h5 {
    padding: 0px 10px;
    font-size: 36px;
    line-height: 42px;
    color: #000;
    font-weight: 700;
}

.banner_circle h3 {
    font-size: 84px;
    line-height: 120px;
    color: #008630;
    font-weight: 700;
}

.shop_now a {
    color: #fff;
    display: block;
    max-width: 212px;
    width: 100%;
    height: 52px;
    margin: auto;
    background-color: #000;
    border-radius: 26px;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
}

.shop_now a:hover {
    background-color: #008630;
}

img.white_bg {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto !important;
    height: 100%;
}

.services_list {
    /*border-top: 1px solid #0b8f05;*/
    padding: 8px 0px;
}

.services_list ul {
    display: block;
    text-align: center;
}

.services_list ul li {
    display: inline-block;
    margin: 0px 85px;
}

.services_list ul li span {
    font-size: 20px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    display: inline-block;
    padding-left: 10px;
}

.product_box {
    position: relative;
    height: 384px;
    background-size: cover;
    background-position: center center;
    padding: 0px;
    border: 1px solid #fff;
}

.product_box h4 {
    background-color: rgba(252, 243, 13, 0.80);
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.product_box h4:hover {
    background-color: rgba(11, 143, 5, 0.8);
    color: #ffffff;
}

.product_box h4  {
    padding: 20px 18px;
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}

.product_box h4:hover a {
    color: #fff;
}

.sale_list {
    padding: 70px 0px;
}
.clear-all{padding:0px;}
.sale_list h3 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 62px;
}

.sale_list .time {
    font-size: 21px;
    line-height: 45px;
    font-weight: 400;
    color: #0a8204;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 34px;
    margin-bottom: 30px;
    display: none;
}

.sale_product_img {
    height: 259px;
    width: 100%;
    box-shadow: 0px 0px 5px 2px #ebe9eb !important;
    position: relative;
    background-color: #fff;
}

.sale_product_img img {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    padding:10px;
}

.sale_product {
    padding: 0px;
    background-color: #f8f8f8;
    max-width: 288px;
    width: 100%;
    margin-right: 16px;
}

.sale_product:nth-child(4n) {
    margin-right: 0px;
}

.sale_list h4 {
    font-size: 30px;
    line-height: 46px;
    font-weight: 700;
    color: #12940c;
    margin: 0px;
}

.sale_list h6 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin: 0px;
}

.sale_price {
    padding: 20px;
    position: relative;
	min-height: 160px;
}
.home .sale_price{
    padding: 20px 20px 25px;
}
.special_offer {
    background-size: cover;
    background-position: center center;
    background-color: #f8f8f8;
    border-top: 2px solid #ebebeb;
    position: relative;
}

.special_offer .container {
    padding: 50px 0px 80px;
    position: relative;
}

img.lines {
    position: absolute;
    top: 0px;
    left: 0px;
}

.special_offer h3 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin: 0px;
    padding-left: 40px;
    margin-bottom: 40px;
}

.offer_box {
    max-width: 49.4%;
    margin-right: 14px;
    padding: 20px 25px;
    background-position: center right;
    background-size: cover;
}

.offer_box:last-child {
    margin-right: 0px;
}

.offer_box h2 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 900;
    color: #292929;
    text-transform: uppercase;
    margin: 0px;
    padding-bottom: 5px;
}

.offer_box h5 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #9e9502;
    text-transform: uppercase;
    margin: 0px;
    padding-top: 10px;
    text-decoration: line-through;
}

.offer_box p {
    font-size: 21px;
    line-height: 22px;
    font-weight: 300;
    color: #292929;
    margin: 0px;
    padding-bottom: 12px;
    padding-right: 36%;
}

.offer_box .shop_now {
    margin: 12px 0px 30px;
}

.offer_box .shop_now a {
    color: #fff;
    display: block;
    max-width: 192px;
    width: 100%;
    height: 52px;
    margin: 0px;
    background-color: #000;
    border-radius: 26px;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    background-image: url('assets/images/btn.png');
}

.offer_box .shop_now a:hover {
    background-color: #fcf30d;
    color: #52903b;
    background-image: none;
}

.offer_box.second h2, .offer_box.second p {
    color: #fff;
}

.offer_box.second h5 {
    color: #bae1ab;
}

.offer_box.second .shop_now a {
    background-color: #fcf30d;
    color: #52903b;
    background-image: none;
}

.offer_box.second .shop_now a:hover {
    background-color: #fcf30d;
    color: #fff;
    background-image: url('assets/images/btn.png');
}

.logos_slider {
    padding: 40px 0px;
}

.logos_slider ul {
    text-align: center;
    display: block;
}

.logos_slider ul li {
    display: inline-block;
    height: 94px;
    position: relative;
    width: 11%;
}

.logos_slider ul li img {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.special_offer .services_list {
    border-top: 1px solid #0b8f05;
    padding: 8px 0px;
    background-color: #fff;
    position: absolute;
    top: 18px;
    width: 100%;
    z-index: 99;
}

.special_offer .services_list ul li {
    display: inline-block;
    margin: 0px 32px;
}

.breadcrumbs {
    height: 40px;
    background-size: cover;
    background-position: left center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    
}

.breadcrumbs a {
    color: #fff;
}
.breadcrumbs span{
     padding: 0 2px;
}
.breadcrumbs span, .breadcrumbs a:hover {
    color: #fcf114;
    font-weight: 600;
}
.breadcrumbs span a span{
    color: #ffffff;
    transition: all 0.3s ease;
}
.breadcrumbs span a span:hover{
    color: #fcf114;
}
.breadcrumbs-bg{
    padding-left: 38px;
    padding-right: 15px;
    background: #035703;
    display: inline-block;
    position: relative;
}
.breadcrumbs-bg:after {
    content: "";
    border-left: 15px solid #035703;
    position: absolute;
    right: -7px;
    top: 12px;
    border-bottom: 15px solid transparent;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.category_name {
    padding: 20px 0px;
}

.category_name h2 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 700;
    color: #000;
    margin: 0px;
    padding-left: 20px;
}

.Suppliers {
    padding: 25px 40px 60px;
    width: 100%;
    background: url('assets/images/suppliers-bg.png') no-repeat;
    background-size: cover;;
    background-position: bottom;
}

.Suppliers h2 {
    font-size: 42px;
    line-height: 44px;
    font-weight: 400;
    color: #000;
    margin: 0px;
    padding: 15px 0 20px;
}

.Suppliers ul {
    text-align: left;
    float: left;
    width: 100%;
}

.Suppliers ul li {
    float: left;
    position: relative;
    max-width: 19%;
    width: 100%;
    height: 229px;
    box-shadow: 0px 0px 4px 3px #f8f8f8;
    margin: 9px;
}

.Suppliers ul li:nth-child(2n) {
    background-color: #f8f8f8;
}

.product_cat_ser {
    background-color: #ededed;
    border: none;
}

.product_cat_ser ul li {
    margin: 0px 32px;
}

.product_cat .sale_product {
    padding: 0px;
    background-color: #f8f8f8;
    max-width: 323px;
    width: 100%;
    margin-right: 37px;
    margin-bottom: 37px;
    box-shadow: 0px 0px 4px 2px #f8f8f8;
}

.product_cat .sale_product:nth-child(4n) {
    margin-right: 0px;
}

.product_cat .sale_product_img {
    height: 300px;
    width: 100%;
    box-shadow: none;
    position: relative;
    background-color: #fff;
    /* border-bottom: 2px solid #f8f8f8; */
    /* border: solid #000; */
}

.sale_list.pro_cat {
    padding: 50px 25px;
}

.products_sider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
}

.product_cat {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
    max-width: 78%;
    padding-right: 0px;
    padding-left: 36px;
}

img.cart_icon {
    position: absolute;
    right: 25px;
    bottom: 15px;
    display: none;
}

.products_sider h2 {
    background-color: #048104;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    padding: 14px 20px;
    margin: 0px;
}
.products_sider h2.widget-title{
    letter-spacing: 0.04em;
}
.product_boxes {
    box-shadow: 0px 0px 4px 2px #f8f8f8;
    float: left;
    width: 100%;
    clear: both;
    margin-bottom: 45px;
}

.brand_name li {
    display: block;
    cursor: pointer;
    position: relative;
    min-height: auto;
    font-size: 18px;
    line-height: 42px;
    outline: none;
    background: #f8f8f8;
    color: #000;
    border-radius: 0px;
    padding: 0px 15px;
    border: none;
    margin-bottom: 0px;
    font-weight: 400;
    border-bottom: 1px solid #f2f2f2;
}

.brand_name li {
    display: block;
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.brand_name li input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.brand_name li:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.brand_name li input:checked ~ .checkmark {
    background-color: #f8f8f8;
    border: 1px solid #5c5c5c;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.brand_name li input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.brand_name li .checkmark:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid #5c5c5c;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.product_cat h2 {
    color: #000;
    font-size: 42px;
    font-weight: 400;
    line-height: 36px;
    margin: 0px;
    padding-bottom: 20px;
}

.product_cat h6 {
    color: #b4b4b4;
    font-size: 17px;
    font-weight: 600;
    line-height: 42px;
    border-bottom: 2px solid #f8f8f8;
    border-top: 2px solid #f8f8f8;
    margin-bottom: 31px;
}

.product_cat p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0px;
    padding: 0px 0px 20px;
}


.pagination {
    color: #b4b4b4;
    font-size: 17px;
    font-weight: 600;
    line-height: 42px;
    padding: 28px 0px;
    border-bottom: 2px solid #f8f8f8;
    border-top: 2px solid #f8f8f8;
    margin: 0 0 75px 0;
}

.pagination ul {
    display: inline-block;
    text-align: right;
}

.pagination ul li {
    display: inline-block;
    width: 43px;
    height: 41px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #f8f8f8;
    box-shadow: 0px 0px 4px 2px #f8f8f8;
    margin-left: 8px;
}

.pagination span {
    display: inline-block;
}

.pagination ul li a {
    display: block;
    text-align: center;
    color: #b4b4b4;
    font-size: 21px;
    font-weight: 600;
}

.sale_product_img img.sale_img_ar {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
}

.product_cat .sale_price h6 {
    margin-bottom: 0px;
}

.product_cat .sale_price h5 {
    margin-bottom: 0px;
    color: #d2d2d2;
    font-size: 18px;
    font-weight: 700;
}

.inner_page {
    padding: 42px 20px;
}

.single_page_images .single_page_img {
    width: 100%;
    position: relative;
    height: 500px;
}

.single_page_images .carousel-inner,.woocommerce-product-gallery {
    background: #fff;
    border: 1px solid #048104;
}

.single_page_images .single_page_img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding: 20px;
}

.single_page_images .carousel-indicators,.flex-control-thumbs {
    bottom: 0px;
    left: 0%;
    z-index: 15;
    width: 100%;
    margin: 0%;
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-top: 8px;
}

.single_page_images .carousel-indicators li,.flex-control-thumbs li {
    display: inline-block;
    width: 92px;
    height: 61px;
    position: relative;
    border-radius: 0px;
    cursor: pointer;
    margin: 3px 0px;
}

.single_page_images .carousel-indicators li img,.flex-control-thumbs li img {
    margin: auto;
    padding: 0px 10px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(4, 129, 4, 0.20);
     border: 1px solid #f0f0f0;
}
.flex-control-thumbs li img.flex-active{
    background: transparent;
}
.single_page_images .carousel-indicators .active {
    background-color: #fff;
}

.left_image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    float: left;
    padding-left: 0px;
    text-align: center;
}

.right_content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    float: left;
}

.single_page_images {
    box-shadow: 0px 0px 4px 2px #f9f9f9;
}

.single_page_content h2 {
    font-size: 42px;
    line-height: 33px;
    color: #000;
    font-weight: 400;
    margin: 10px 0 0 0;
    padding-bottom: 15px;
}
.single_page_content {
    padding-left: 40px;
}
.single_page_content h6 {
    font-size: 17px;
    line-height: 21px;
    color: #a6a6a6;
    font-weight: 400;
    margin: 0px;
}

.single_page_content h6 b {
    color: #048104;
}

.single_page_content p, .single_page_content li {
    font-size: 17px;
    line-height: 21px;
    color: #000;
    margin: 0px;
    font-weight: 400;
}

.single_page_content p {
    padding: 16px 0px;
}

.single_page_content li {
    padding-left: 20px;
    position: relative;
}

.single_page_content li:before {
    content: "\f105";
    font-family: FontAwesome;
    font-weight: normal;
    position: absolute;
    left: 0px;
    color: #048104;
    font-size: 19px;
}

.single_page_content h5 {
    font-size: 21px;
    line-height: 21px;
    color: #000;
    font-weight: 700;
    margin: 0px;
    padding: 27px 0px 15px;
}

.single_page_content h3 {
    font-size: 30px;
    line-height: 24px;
    color: #12940c;
    font-weight: 700;
    margin: 0px;
    padding-bottom: 24px;
}

.Quantity span {
    font-size: 17px;
    line-height: 21px;
    color: #000;
    margin: 0px;
    font-weight: 400;
    display: block;
    padding-bottom: 8px;
}

.woocommerce .Quantity button,.checkout-button {
    color: #fff;
    display: block;
    max-width: 222px;
    width: 100%;
    height: 62px;
    border: none;
    margin: 0px;
    background-color: #048104 !important;
    border-radius: 35px;
    font-size: 21px;
    line-height: 43px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    background-image: url('assets/images/cart.png');
    background-repeat: no-repeat;
    background-position: 32px center;
    padding-left: 37px;
    outline: none;
    margin-top: 30px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background-position: 13px 18px;
}

.Quantity button:hover {
    background-color: #000;
}

.description {
    padding: 20px 20px 35px;
}

.description h3 {
    font-size: 30px;
    color: #12940c;
    font-weight: 700;
    line-height: 60px;
    background-color: #f0f0f0;
    max-width: 220px;
    width: 100%;
    height: 57px;
    margin: 0px;
    text-align: center;
}

.description_content {
    /* border: 1px solid #f0f0f0; */
    border-bottom: 2px solid #f0f0f0;
    /* padding: 20px 0px; */
}

.description_content .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    background-color: transparent;
    width: 23%;
}

.description_content .table td {
    padding: 10px 0 0 32px;
    vertical-align: top;
    border-top: none;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.container-fluid.related_post {
    padding: 0px 20px 40px;
}

.related_post h2 {
    font-size: 42px;
    line-height: 33px;
    color: #000;
    font-weight: 400;
    margin: 0px;
    padding-bottom: 35px;
}

.related_post .sale_product {
    padding: 0px;
    background-color: #f8f8f8;
    max-width: 249px;
    width: 100%;
    margin-right: 15px;
}

.related_post .sale_product:nth-child(5n) {
    margin-right: 0px;
}

.related_post h6 {
    color: #b4b4b4;
    font-size: 17px;
    font-weight: 600;
    line-height: 42px;
    border-bottom: 2px solid #f8f8f8;
    border-top: 2px solid #f8f8f8;
}

.related_post h4 {
    font-size: 30px;
    line-height: 46px;
    font-weight: 700;
    color: #12940c;
    margin: 0px;
}

.acf-map {
    height: 576px;
}

.contact_page h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    color: #000;
    margin: 0px;
    padding-bottom: 20px;
}

.contact_form {
    padding: 40px 40px;
    float: left;
}

.contact_detail {
    padding: 40px 40px;
    background-size: cover;
    background-position: center bottom;
}

.input {
    width: 49%;
    display: inline-block;
    margin-right: 10px;
}
input:focus{
    outline: none;
}
.form-control:focus{
    box-shadow: 0;
}
.input:nth-child(2n) {
    margin-right: 0px;
}

.input label {
    display: block;
}

.contactform input {
    background: #fff;
    height: 39px;
    padding: 0 15px;
    color: #b0b0b0;
    font-size: 16px;
    width: 100%;
    border: 1px solid #b0b0b0;
    border-radius: 0px;
    font-weight: 400;
    outline: none;
}

.contactform select {
    background: #fff;
    height: 39px;
    padding: 0 15px;
    color: #b0b0b0;
    font-size: 16px;
    width: 100%;
    border: 1px solid #b0b0b0;
    border-radius: 0px;
    font-weight: 400;
    background-image: url('assets/images/select_icon.png');
    background-repeat: no-repeat;
    background-position: 100% center;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    outline: none;
}

.contactform textarea {
    height: 162px;
    background-color: #fff;
    color: #b0b0b0;
    font-size: 16px;
    width: 100%;
    padding: 15px;
    border: 1px solid #b0b0b0;
    border-radius: 0px;
    font-weight: 400;
}

.contactform button[type=submit] {
    font-size: 21px;
    width: 100%;
    position: relative;
    height: 62px;
    text-transform: uppercase;
    background: #035703;
    border: 1px solid #035703;
    color: #fff;
    transition: .3s;
    max-width: 160px;
    margin-top: 20px;
    float: left;
    font-weight: 700;
    border-radius: 36px;
    cursor: pointer;
    outline: none;
}


.contactform input[type=submit]:hover {
    background: #000;
    border: 1px solid #000;
}

.form-input {
    margin-bottom: 18px;
}

.contactform label {
    display: block;
    margin-bottom: 3px;
    font-size: 16px;
    font-weight: 400;
}

.contact_detail p, .contact_detail a {
    font-weight: 600;
    font-size: 19px;
    line-height: 24px;
    color: #000;
}

.contact_detail p {
    margin: 0px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 68px;
    padding-bottom: 28px;
}

.contact_detail b {
    display: block;
    color: #035703;
    font-weight: 700;
}

.contact_detail a:hover {
    color: #035703;
}

.container-fluid.shopping_cart {
    padding: 40px 40px;
}

/*.shopping_cart_content {
    border: 1px solid #048104;
}
*/

.shopping_cart_content .table td {
    border-top: 1px solid #048104;
    vertical-align: middle;
    padding: 20px 30px;
    font-size: 17px;
    font-weight: bold;
    color: #000;
}

.shopping_cart_content .table thead th {
    border-bottom: 1px solid #048104;
    border-top: 1px solid #048104;
    background-color: #048104;
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    text-align: left;
}

.shopping_cart_content .table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
    background-color: transparent;
    border: 1px solid #048104;
}

.shopping_cart_content td.product_name h4 {
    font-size: 21px;
    line-height: 21px;
    color: #000;
    font-weight: 700;
    margin: 0px;
}

.shopping_cart_content td.product_name h6 {
    font-size: 17px;
    line-height: 21px;
    color: #a6a6a6;
    font-weight: 400;
    margin: 0px;
}

.shopping_cart_content td.product_name h6 b {
    color: #048104;
}

.shopping_cart_content .total_price td {
    background-color: #faf9e6;
    font-size: 30px;
}

.shopping_cart h3 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    color: #000;
    margin: 0px;
    padding-bottom: 20px;
}

.shopping_cart .Quantity {
    text-align: right;
    display: block;
}

.shopping_cart .Quantity button {
    color: #fff;
    display: block;
    max-width: 222px;
    width: 100%;
    height: 62px;
    border: none;
    margin: 0px;
    background-color: #048104;
    border-radius: 35px;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    background-image: url('assets/images/cart.png');
    background-repeat: no-repeat;
    background-position: 32px center;
    padding-left: 34px;
    outline: none;
    margin-top: 30px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: inline-block;
}

.Quantity button:hover {
    background-color: #000 !important;

}

.shopping_cart .Quantity button.update_cart {
    color: #fff;
    display: block;
    max-width: 174px;
    width: 100%;
    height: 62px;
    border: none;
    margin: 0px;
    background-color: #000000;
    border-radius: 35px;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    margin-top: 30px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: inline-block;
    background-image: none;
    padding-left: 0px;
    margin-right: 20px;
    padding: 0px;
    margin-top: 1px;
}

.Quantity button.update_cart:hover {
    background-color: #048104;
}

.container-fluid.login_page {
    padding: 41px 40px;
    /* background-color: #f8f8f8; */
    padding-top: 0px;
}

.container-fluid.login_page .contact_form {
    padding: 0;
    position: relative;
    background-size: cover;
    background-position: right;
    height: 600px;
}

.login_img {
    position: absolute;
    top: 0px;
    left: -188px;
    height: 100%;
}

.account-page .login_page .contactform {
    z-index: 99999;
    position: relative;
    width: 68%;
    margin-left: 95px;
}

.container-fluid.login_page .contact_form.second {
    padding-left: 30px;
    padding-top: 65px;
}
.container-fluid.login_page .first{
     margin-top: 65px;
}

.login_page .contactform input[type=submit] {
    max-width: 175px;
}

.contact_form.second h3,.contact_form .first h3, .container-fluid.login_page h2 {
    font-size: 42px;
    color: #000;
    line-height: 50px;
    padding-bottom: 10px;
}

.container-fluid.login_page h2 {
    padding-bottom: 20px;
}

.login_page .checkmark {
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #dfdfdf;
}

.login_page .brand_name li {
    line-height: 25px;
    padding-left: 25px;
    background: transparent;
    border: none;
}

.login_page .brand_name li .checkmark:after {
    left: 6px;
    top: 3px;
}

.container-fluid.checkout_page {
    padding: 40px;
    overflow-x: hidden;
}

.checkout_form {
    background-size: cover;
    background-position: center right;
    float: left;
}

.container-fluid.checkout_page h2 {
    font-size: 42px;
    color: #000;
    line-height: 50px;
    padding-bottom: 20px;
}

.checkout_form h5 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
    line-height: 28px;
    padding-bottom: 15px;
    margin: 0px;
}

.checkout_page .contactform {
    width: 68%;
    padding: 40px;
    float: left;
}

.checkout_section {
    padding-top: 30px;
}

.checkout_page .form-input {
    margin-bottom: 15px;
}

.checkout_page .brand_name li {
    line-height: 25px;
    padding-left: 15px;
}

.checkout_page .brand_name li .checkmark:after {
    left: 6px;
    top: 3px;
}

.checkout_page .checkmark {
    left: 0px;
    height: 20px;
    width: 20px;
}

.checkout_page .contactform input[type=submit] {
    max-width: 420px;
    margin: 0px;
}

.form-input.submit {
    width: 100%;
    margin: 20px 0px 0px;
}

.back_page {
    display: inline-block;
    padding: 8px 25px;
}

.back_page a {
    font-size: 21px;
    color: #2f2f2f;
    line-height: 50px;
    font-weight: 400;
}

.back_page a:hover {
    color: #048104;
}

ul.nav.nav-tabs.gallery-text {
    border-bottom: none;
    text-align: left;
    display: block;
    float: none;
    margin: 0px;
    padding: 0px;
    background: #fff;
}

ul.nav.nav-tabs.gallery-text li a {
    background-color: #fdf770;
    color: #000;
    font-size: 24px;
    border: none;
    border-radius: 0px;
    font-weight: 700;
    padding: 15px;
}

ul.nav.nav-tabs.gallery-text li.active a {
    background-color: #f8f8f8;
    color: #000;
}

.nav-tabs>li {
    margin: 0px 0px 7px;
    border-bottom: none;
    display: inline-block;
    padding: 15px 0px;
}
/*.owl-carousel .owl-item img{width:inherit !important;}*/
section#yith_wc_category_accordion-2 h3 {
    background-color: #048104;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    padding: 14px 20px;
    margin: 0px;
    clear:both;
    letter-spacing: 0.04em;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {  margin: 0 2% 2.992em 0;width: 23%;background-color: #f8f8f8;}
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3, .woocommerce ul.products li.product h2 a{
    color: #b4b4b4;
    font-size: 18px;
    font-weight: 600;
    /* line-height: 9px; */
    border-bottom: 2px solid #f8f8f8;
    border-top: 2px solid #f8f8f8;
    min-height: 86px;
    }
  .woocommerce ul.products li.product .price {font-size: 30px;line-height: 46px; font-weight: 700;color: #12940c;margin: 0px;}  

  .woocommerce .products ul, .woocommerce ul.products {   width: 100%;}
  
form.woocommerce-ordering {
    display: none;
}
ul.woof_list {  margin: 14px 17px !important;}
section#yith_wc_category_accordion-2,#woof_widget-2 {
    margin-bottom: 18px;
    box-shadow: -1px -1px 11px #dadada;
    border-bottom: 1px solid #fff;
}
.woof_container_inner_brands input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    height: 20px;
    width: 21px;
    background: #fff;
    border-radius: 0;
}
.woocommerce nav.woocommerce-pagination { width: 100%;}
.woocommerce nav.woocommerce-pagination ul {   border: 0px;   float: right;}
.woocommerce nav.woocommerce-pagination ul li{
    margin: 0 8px;
}
.woocommerce nav.woocommerce-pagination ul li:last-child{
    margin-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {  display: block;  text-align: center;  color: #b4b4b4;  font-size: 21px; font-weight: 600;
}
.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li {  border-bottom: 1px solid; display: block; cursor: pointer; position: relative; min-height: auto; font-size: 18px; line-height: 36px; outline: none;
    background: #f8f8f8;  color: #000;  border-radius: 0px; border: none;  margin-bottom: 0px;font-weight: 400;   border-bottom: 1px solid #f2f2f2;
}
.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li.current-cat > a{
    background: #fcf20c;
}
.widget_yith_wc_category_accordion ul {
    padding: 0px;
}
.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li>a {  display: block;color: #000;    font-size: 18px;  font-weight: 600;  padding: 0 15px;    text-transform: capitalize;}
.sale_product_img a img {
    max-width: 290px;
    padding: 2px;
}
h2.woocommerce-loop-product__title {
    line-height: 1.2;
}
.widget_yith_wc_category_accordion ul.children li { background: #fff;  padding: 0 46px; color: #048104;line-height: 20px;
    display: block;    padding: 3px 46px;    border-bottom: solid #ececec 1px;position: relative}

.widget_yith_wc_category_accordion ul.children li a {
    color: #048104;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    background-color: #ffffff;
}

.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li.closed{position:relative;}
.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li.closed:after {content: "";position: absolute;right: 21px;/* font-size: 33px; */top: 16px;background-image: url(assets/images/l_arrow.png);width: 25px;height: 32px;background-repeat: no-repeat;}

.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li.opened{position:relative}
.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li.opened:after {  content: "";  position: absolute;  right: 21px;font-size: 33px; top: 20px; background-image: url(assets/images/b_arrow.png);  width: 25px;  height: 16px;  top: 20px;  background-repeat: no-repeat;}
.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li.opened ul.children li.opened:after{  content: "";  position: absolute;  right: 21px;font-size: 33px; top: 20px; background-image: url(assets/images/b_arrow.png);  width: 25px;  height: 16px;  top: 20px;  background-repeat: no-repeat;}
.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li.opened ul.children > li.closed:after {content: "";position: absolute;right: 21px;/* font-size: 33px; */top: 16px;background-image: url(assets/images/l_arrow.png);width: 25px;height: 32px;background-repeat: no-repeat;}
.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget li i {  display: none;}
.widget_yith_wc_category_accordion ul.children li:before { display: none;}
p.price {    font-size: 30px;  line-height: 24px;  color: #12940c;  font-weight: 700;  margin: 0px;  padding-bottom: 24px;}
.woocommerce .quantity input {height: 44px;margin-top: -6px;width: 77px !important;}
span.posted_in {    display: none;}
.Quantity {/* margin-top: 20px; */}
ul.tabs.wc-tabs li a{font-size: 30px;color: #12940c;font-weight: 700;line-height: 60px;background-color: #f0f0f0;max-width: 220px; width: 100%;height: 57px;
 text-align: center; float: left; margin-right: 10px;max-width: 100%;padding: 0 30px;width: auto;}
.woocommerce-Tabs-panel{clear:both;border: 1px solid #f0f0f0;padding: 39px 0;}
.woocommerce-Tabs-panel h2 { padding: 6px 28px; font-size: 31px; display: none;}
ul.tabs.wc-tabs li.active a {    background: #12940c;    color: #fff;}
div#reviews {  padding: 0 29px;  max-width: 510px;}
div#reviews h2 {   padding-left: 0px;}
div#reviews textarea {   max-width: 4;}
div#review_form input {   height: 45px; padding: 5px;}
 .woocommerce-page ul.products li.product {margin-right: 19px;    box-shadow: 0px 0px 5px 2px #ebe9eb;}
 /*.woocommerce .related_post ul.products li.product{max-width: 250px;}*/
.related_post .sale_product_img {height: 233px;/*padding-top: 19px;*/}
.woocommerce #review_form #respond .form-submit input {  background: #12940c;  color: #fff;  border-radius: 0px;  width: 200px;  height: 51px; font-size: 25px;}
ins {  display: block;  font-size: 21px; line-height: 21px;color: #000; font-weight: 700; margin: 0px; padding: 17px 0px 1px;}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
    margin:0px;  padding: 0 1em;}
.woocommerce a.remove:hover {background: #fff;}
.shopping_cart_content td.product_name h4 a {color: #000;}
.shopping_cart_content td.product_name h4 a:hover{color:#12940c;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { background: #faf9e6; width: 29%; margin: 18px 0;  padding: 21px 20px;}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    width: 254px;padding: 20px 29px; float: right;margin-bottom: 0;border-radius: 28px;background: #000;}

#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
    background: #048104;
}
.wpmc-tab-number {display: none;}
.wpmc-tab-number {   display: none !important;}
.wpmc-tabs-wrapper .wpmc-tab-text {    background-color: #fdf770;    color: #000;    font-size: 24px;    border: none;    border-radius: 0px;   font-weight: 700;
    padding: 15px;margin: 0px -2px 0;border-bottom: none;display: inline-block;padding: 17px 0px;font-size: 24px;}
.wpmc-tabs-wrapper .wpmc-tab-item {    padding-right: 5px;padding-bottom: 0}
.wpmc-tabs-wrapper .wpmc-tab-item.current div {       background: #f8f8f8;color: #000000;}
.wpmc-tabs-wrapper .wpmc-tab-item:before {    border: 0px;}
.wpmc-tabs-wrapper {display: inline-block;}
/*.contactform {width: 68%; padding: 40px; float: left;}*/
button#wpmc-prev {width: 240px;height: 52px;border-radius: 16px;background: #035703;font-size: 23px;max-width: 100%;}
button#wpmc-next {width: 200px;height: 52px;border-radius: 16px;background: #035703;font-size: 23px;}
button#wpmc-prev:hover,button#wpmc-next:hover{background: #001a00;}
button#wpmc-back-to-cart {  font-size: 21px;  width: 100%;  position: relative;  height: 62px;text-transform: capitalize;
    background: transparent;border: none;color: #2f2f2f;  transition: .3s;    max-width: 268px;
        margin-top: 20px;    float: left;    font-weight: 400;    border-radius: 36px;    cursor: pointer;
    outline: none;
}.select2-container .select2-selection--single {   height: 39px;  line-height: 39px;    border-radius: 0px;}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {width: 50%;/* margin-left: 1%; */}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {  width: 49%;}
.select2-container--default .select2-selection--single .select2-selection__rendered{line-height: 39px;}
button#place_order { width: 240px;height: 52px;border-radius: 16px;background: #035703;font-size: 16px;}
button#place_order:hover {    background: #000;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {padding: 0px;margin: 0px;border: 0px;}
.woocommerce .contact_form.second h3, .container-fluid.login_page h2 {   padding: 0px;   margin: 0px;}
.woocommerce form .form-row label {    margin-bottom: 0px;}
.contact_form.second img { height: 100%;}
form.woocommerce-form.woocommerce-form-login.login {min-height: 360px;}
.container-fluid.login_page h2 { padding: 38px 0;}
nav.woocommerce-MyAccount-navigation {background: #048104; padding: 28px 6px;}
nav.woocommerce-MyAccount-navigation ul li {    padding: 5px 12px;}
nav.woocommerce-MyAccount-navigation ul li a,nav.woocommerce-MyAccount-navigation ul li a:visited {    color: #ffffff;}
nav.woocommerce-MyAccount-navigation ul li a:hover {    color: yellow;}
 .woocommerce table.my_account_orders th {    background: #048104;    color: #fff;    padding: 16px 15px;    font-size: 20px;}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { background: #048104; color: #fff;}
.col-1,.col-2 {   max-width: inherit;}
address { font-size: 20px; line-height: 29px;}
form.woocommerce-EditAccountForm.edit-account input { height: 40px;   padding: 0 10px; border: solid #ececec 1px;}
.woocommerce-MyAccount-content input { height: 40px; border: solid #ececec 1px; padding-left: 10px;}
nav.woocommerce-MyAccount-navigation ul li.is-active a {color: yellow;}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing { clear: both;}
.menus li.current-menu-item a {  color: #048104;}
.menus li.current-menu-item a:after {  
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fcf20c;
    bottom: -31px;
    left: 0;
}

.about_single_wrapper {padding: 25px 40px 83px;}
.about_single_wrapper p {   font-size: 18px;}

.about_single_wrapper h2 { 
    padding-bottom: 5px;
}
.right-content ul li.login a { 
    color: #fff;
    transition: all 0.3s ease;
}
.right-content ul li.login a:hover { 
    color: #000000;
}
.product_box:hover {  opacity: 0.7;}
.woocommerce.columns-4.quick-sale {  width: 100%;}
.quick-sale img.cart_icon {  display: none;}
.woocommerce ul.products li.product .sale_price .woocommerce-loop-product__title {color: #000;font-weight: 700;}
/*.sale_product_img {  opacity: .8;}*/
.home .sale_product_img {  opacity: 1;}
.sale_product_img:hover:before {    content: "";   width: 100%;height: 100%;background: #12940c4a;  position: absolute;   z-index: 99;}
.woocommerce ul.products li.product .sale_price .woocommerce-loop-product__title:hover{color: #12940c;}

div#es_shortcode_msg { width: 100%;}
.menus li a:hover {color: #048104;}

.woocommerce p.order-print a {margin-top: 17px;padding: 10px 16px;height: 37px;}
.woocommerce span.onsale{
    padding: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
    min-height: auto;
}
.woocommerce ul.products li.product .price del{
    opacity: 1;
    line-height: 1;
}
.home .woocommerce ul.products li.product .price{
    line-height: 1;
}
.woocommerce ul.products li.product .price ins{
    padding: 0;
    display: block;
    text-decoration: none;
}
.home .woocommerce ul.products li.product{
    margin-bottom: 10px;
}
.offer_box:nth-of-type(2),.offer_box:nth-of-type(2) p,.offer_box:nth-of-type(2) h2{
    color: #ffffff;
}
.offer_box:nth-of-type(2) h5{
    color: #bae1ab;
}
.offer_box:nth-of-type(2) .shop_now a{
        background-color: #fcf30d;
        color: #52903b;
        background-image: none;
}
.offer_box:nth-of-type(2) .shop_now a:hover{
    background-color: #fcf30d;
    color: #ffffff;
    background-image: url(assets/images/btn.png);
}
.lcs_logo_container{
    margin: 10px 20px !important;
}
.subscribe-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
.subscribe-form ::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
.subscribe-form :-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
.subscribe-form :-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.subscribe-form .form-control:focus{
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
    outline: none;
}
.left_about img{
    width: 100%;
}
.about_single_wrapper .row{
    margin: 0 -15px;
}
.lcs_logo_container a.lcs_logo_link{
    padding: 0 !important;
}

input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    color: #fff;
    text-transform: uppercase;
    background: #035703;
    font-weight: 700;
    font-size: 21px;
    padding: 18px 42px;
    display: block;
    height: auto;
    border-radius: 42px;
    cursor: pointer;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    border: none;
    padding-left: 0;
    margin-left: 0;
}
.breadcrumbs .product_cat{
    padding-left: 0;
}
.widget_yith_wc_category_accordion ul.children li.current-cat > a{
    background: #fcf20c;
}
.widget_yith_wc_category_accordion .highlight_cat{
    font-weight: 600;
}
.woof_list label{
    padding-top: 0;
    font-size: 18px;
}
.woocommerce ul.products li.product a img{
    margin: auto;
	max-height: 304px;
}
.woocommerce .woocommerce-product-gallery .flex-viewport img, .woocommerce-page .woocommerce-product-gallery .flex-viewport img{
    width: 100%;
    max-width: auto;
    padding: 20px;
}
.woocommerce-product-details__short-description {
    margin-bottom: 25px;
}
.single_page_content li{
    font-weight: 600;
    line-height: 1.5;
}
.pwb-single-product-brands {
    display: none;
}
p.stock.in-stock {
    position: relative;
    padding-left: 100px;
    color: #048104;
    font-weight: 700;
}
p.stock.in-stock:before{
    position: absolute;
    content: "Availability: ";
    color: #a6a6a6;
    left: 0;
}
button.single_add_to_cart_button.button{
    position: relative;
    line-height: 1;
    padding-left: 55px;
}
button.single_add_to_cart_button.button:before,.checkout-button:before{
    content: "";
    background: url(assets/images/p-cart-icon.png) no-repeat;
    width: 30px;
    height: 26px;
    position: absolute;
    left: 37px;
    display: inline-block;
    top: 17px;
    margin-right: 10px;
}
a.button.wc-forward {
    border-radius: 18px;
}
.select2-dropdown{
    z-index: 99999;
}
.contactform .checkout.woocommerce-checkout.processing .woocommerce-checkout-review-order-table input,.contactform .wc_payment_methods.payment_methods.methods input{
    width: auto;
    height: auto;
    vertical-align: middle;
}
.contactform .wc_payment_methods.payment_methods.methods label{
    display: inline-block;
}
/*.contactform button[type=submit]{
    max-width: 100%;
}
*/
.wpmc-steps-wrapper{
    background: #f9f9f9 url('assets/images/checkout_bg.png') no-repeat;
    background-size: contain;
    background-position: top right;
    margin: 0;
    padding: 0;
    position: relative;
}
.wpmc-steps-wrapper:after {
    content: "";
    position: absolute;
    background: #f9f9f9;
    height: 124px;
    width: 100%;
}
.wpmc-nav-wrapper:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.wpmc-nav-wrapper { display: inline-block;
 background: #f9f9f9; }
 .thankyou-page .entry-title{
    text-align: center;
 }
 .thankyou-page #footer{
    margin-top: 40px;
 }
 section.error-404.not-found {
    text-align: center;
    margin: 90px 0;
}
#footer li.current-menu-item a{
    color: #fcf30d;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px transparent inset;
}
.featured-bar{
    background: url('assets/images/featured-bar-bg.png') no-repeat;
    background-size: cover;
    display: none;
}
.archive .featured-bar,.single-product .featured-bar,.page-template-template-suppliers .featured-bar{
    display: block;
}
.services_list.featured-bar li{
    width: 20%;
    float: left;
    margin: 0;
}
 .page-template-template-contact p:empty{
    display: none;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: block;
}
span.wpcf7-not-valid-tip {
    margin-top: 0;
    position: absolute;
    bottom: -17px;
    display: block;
    width: 100%;
    font-size: 12px;
}
div.wpcf7-response-output{
    color: #f00;
}
.page-template-template-contact label,.page-template-template-contact input,.page-template-template-contact textarea{
    color: #000000;
}
.form-input.submit{
    margin-top: 23px;
}
.container-fluid.n_p.map {
    border-top: 1px solid #fff;
}
.account-page .login_page{
    padding: 0;
}
.account-page .login_page .entry-header{
    display: none;
}
.account-page.logged-in .login_page{
    padding: 40px;
}
.account-page.logged-in .login_page .entry-header{
    display: block;
}
#customer_login .contactform h5 {
    font-size: 14px;
    display: inline-block;
    border-bottom: 1px solid #035703;
    padding-bottom: 3px;
    color: #035703;
}
.account-page-space{
    margin: 60px 40px;
}
.account-page-space .contactform button[type=submit]{
    max-width: 280px;
}
th.product-thumbnail {
    padding-left: 25px;
}
td.c-totals {
    background: #faf9e6;
}
.totals {
    float: right;
    width: 400px;
}
.cart-total {
    padding: 20px 40px;
    font-size: 30px;
}
span.t-total {
    float: right;
}
.proceed-to-checkout-btn,.update-btn{
    float: right;
}

a.checkout-button.button.alt.wc-forward {
    width: 250px;
    display: block;
    font-size: 21px;
    border-radius: 30px;
    line-height: 1.8;
    position: relative;
    padding-left: 55px;
}
.checkout-button:before{
    left: 38px;
}
.shopping_cart .Quantity button.update_cart {
    color: #fff !important;
    display: block;
    width: 170px !important;
    opacity: 1 !important;
    width: 100%;
    height: 62px;
    border: none;
    margin-right: 30px !important;
    margin: 0px;
    background-color: #000000 !important;
    border-radius: 35px;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    margin-top: 30px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    display: inline-block;
    background-image: none;
    padding-left: 0px;
    margin-right: 20px;
    padding: 0px;
    margin-top: 1px;
}
.cart-btn{
    margin-top: 32px;
    margin-bottom: 50px;
}
.woof_products_top_panel {
    display: none !important;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
    display: block;
    width: 100%;
    border-top: 2px solid #f8f8f8;
    border-bottom: 2px solid #f8f8f8;
    padding: 12px 0;
    color: #b4b4b4;
    margin: 10px 0 40px;
}
/*a.highlight_cat{
    color: #fcf20c !important;
}*/
.single_page_content .price del{
    font-size: 21px;
    color: #000;
}
.single_page_content ins{
    font-size: 30px;
    color: #12940c;
    text-decoration: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message{
    line-height: 2.3;
}
.sale_price a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: #12940c;
}
.comment-form-comment label{
   display: block;
}
.woocommerce #review_form #respond textarea {
    padding: 15px;
}
div#review_form input {
    height: 45px;
    width: 100%;
}
.woocommerce #review_form #respond .form-submit{
    margin-top: 30px;
}
.woocommerce #reviews #comments ol.commentlist{
    padding-left: 0;
}
.woocommerce #review_form #respond .form-submit input:hover{
    background: #000;
}
.woocommerce ul.products li.product .onsale {
    top: 0;
    right: auto;
    left: 0;
    margin: -.5em -.5em 0 0;
    background: transparent;
    text-indent: -99999px;
}
span.onsale:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background: url('assets/images/sale-text.png') no-repeat;
    width: 80px;
    height: 80px;
    background-size: 100%;

}
.archive .woocommerce-info::before {
    display: none;
}
.archive .woocommerce-info{
    background: transparent;
}
.archive .woocommerce-info{
    border-top: 2px solid #f8f8f8;
    border-bottom: 2px solid #f8f8f8;
    color: #b4b4b4;
    font-size: 14px;
    padding: 12px 0;
   margin-right: 20px;
}
.account-page .container-fluid.login_page h2{
    padding: 0 0 24px;
}
.account-page address {
    font-size: 16px;
    line-height: 1.5;
}
.account-page .woocommerce-column--billing-address,.woocommerce-checkout .woocommerce-column--billing-address{
    padding: 0;
}
.account-page h2.woocommerce-column__title,.account-page .woocommerce-order-details__title {
    padding-left: 0 !important;
}
.woocommerce-Address address,.woocommerce-customer-details address {
    font-size: 16px;
    line-height: 23px;
}
.account-page .woocommerce-Address {
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 26%;
}
.woocommerce-checkout .contactform {
    width: 68%;
    padding: 20px 30px 0 30px;
}
.woocommerce-billing-fields h3{
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    width: 48%;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    width: 48%;
}
p#billing_state_field {
    float: right;
}
p#billing_postcode_field,p#billing_phone_field {
    clear: both;
    float: none;
}
p#billing_email_field {
    margin-bottom: 5px;
}
a.checkout-button.button.alt.wc-forward:hover{
    background: #000 !important;
}
.woocommerce-form-login p.form-row.form-row-first, .woocommerce-form-login p.form-row.form-row-last {
    float: none;
    width: 36%;
}
.woocommerce-form-login input.input-text{
    background: #fff;
    height: 39px;
    padding: 0 15px;
    color: #b0b0b0;
    font-size: 16px;
    width: 100%;
    border: 1px solid #b0b0b0;
    border-radius: 0px;
    font-weight: 400;
}
.woocommerce-form-login label.inline {
    display: block !important;
    width: 100%;
    margin-top: 20px;
}
.lost_password a {
    border-bottom: 1px solid #035703;
    color: #035703;
}
.woocommerce-form-login label.inline input[type="checkbox"]{
    vertical-align: middle;
}
.woocommerce .woocommerce-form-login button.button,button#wpmc-skip-login,button#wpmc-next,button#wpmc-prev,button#place_order {
    font-size: 21px;
    width: 100%;
    position: relative;
    height: 62px;
    text-transform: uppercase;
    background: #048104;
    border: 1px solid #048104;
    color: #fff;
    transition: .3s;
    max-width: 160px;
    margin-top: 20px;
    float: left;
    font-weight: 700;
    border-radius: 36px;
    cursor: pointer;
    outline: none;
}
.woocommerce .woocommerce-form-login button.button:hover,button#wpmc-skip-login:hover,button#wpmc-next:hover,button#wpmc-prev:hover,button#place_order:hover{
    background-color: #dad8da;
    text-decoration: none;
    background-image: none;
    color: #515151;
}
.wpmc-footer-right, .wpmc-footer-left{
    width: auto;
}
.wpmc-tabs-wrapper{
    max-width: 1020px;
}
.wpmc-tabs-list.wpmc-5-tabs .wpmc-tab-item{
    width: auto;
}
.wpmc-tabs-wrapper .wpmc-tab-text{
    padding: 17px 30px;
}
.wpmc-nav-wrapper {
    max-width: 850px;
}
button#wpmc-skip-login,button#wpmc-next{
    max-width: 100%;
    padding: 20px 40px;
}
.wpmc-footer-right, .wpmc-footer-left{
    padding: 0 0 30px 30px;
    float:left;
}

.wpmc-footer-left {
    float: right
}
button#wpmc-back-to-cart:before {
    content: "<<";
    padding-right: 10px;
}
.wpmc-tabs-list.wpmc-4-tabs .wpmc-tab-item{
    width: auto;
}
.wpmc-footer-right.wpmc-nav-buttons {
    width: auto;
}
button#wpmc-prev{
    max-width: 100%;
}
/*.wpmc-footer-left {
    float: right;
    margin-top: 40px;
}*/
.page-template-template-suppliers .footer-slider,.thankyou-page .footer-slider, .page-template-template-cart .footer-slider,.account-page .footer-slider,.woocommerce-checkout .footer-slider{
    display: none;
}
.header-container .header-right-content{
    position: relative;
}
.search-icon-con{
    float: right;
    margin: 30px 30px 0 25px;
    cursor: pointer;
}
.header-search {
    position: absolute;
    float: right;
    margin-top: 18px;
    margin-right: 30px;
    bottom: -72px;
    right: 0;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid;
    display: none;
    z-index: 9999;
}
input.search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #048104;
}
input.search-field::-moz-placeholder { /* Firefox 19+ */
  color: #048104;
}
input.search-field:-ms-input-placeholder { /* IE 10+ */
 color: #048104;
}
input.search-field:-moz-placeholder { /* Firefox 18- */
 color: #048104;
}
input.search-field {
    border: 1px solid #048104;
    padding: 5px;
    color: #048104;
    height: 36px;
}
.search-icon{
    width: 32px;
    height: 30px;
    display: inline-block;
    position: relative;
    padding-top: 10px;
    margin-left: 8px;
}
input.search-submit {
    background: transparent;
    border: none;
    width: 32px;
    height: 30px;
    position: absolute;
    z-index: 999;
    cursor: pointer;
}
.search-icon:after{
     content: "";
    text-indent: 0;
    position: absolute;
    left: 0;
    right: 0;
    background: url('assets/images/search-icon.png') no-repeat;
    width: 32px;
    height: 30px;
}
.sale_price a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    position: absolute;
    text-indent: -99999px;
    background: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    top: 54px;
    right: 40px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:before {
    content: "";
    text-indent: 0;
    position: absolute;
    left: 0;
    right: 0;
    background: url(assets/images/cart_icon.png) no-repeat;
    width: 62px;
    height: 62px;
    background-size: 100%;
    background-position: 0 0;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover:before{
    background-position: 0 -62px;
}
.search-results header.page-header,.search-no-results header.page-header {
    text-align: left;
    padding: 30px 40px 25px 40px;
    line-height: 1;
}
.search-results header.page-header h1,.search-no-results header.page-header h1{
    font-size: 38px;
}
.search-results h2.entry-title,.search-no-results h2.entry-title {
    font-size: 22px;
    margin-top: 30px;
}
.search-results h2.entry-title a,.search-no-results h2.entry-title a{
    color: #000;
}
.search-results svg.icon.icon-arrow-right,.search-results svg.icon.icon-arrow-left {
    font-size: 30px;
    width: 30px;
    height: 14px;
}
.search-content{
    padding: 0 40px 30px;
}
.sale_list.pro_cat {
    padding: 50px 25px 0;
}
.related_post ul.products li.product a img{
    padding: 90px;
}
.thankyou-page header.entry-header {
    margin-top: 50px;
}
.left_image span.onsale {
    text-indent: -9999px;
    background: transparent;
}
.left_image span.onsale:before{
    left: 7px;
    top: 7px;
}
.woocommerce-account .login_page .container{
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    padding: 0;
}
.woocommerce-MyAccount-content p a{
    color: #048104;
}
mark, .mark {
    padding: 0.2em;
    background-color: transparent;
}
td.product-price {
    padding-left: 14px !important;
}
td.product-quantity {
    padding-left: 15px !important;
}
td.product-subtotal {
    padding-left: 12px !important;
}
div#checkout_login {
    padding: 30px;
}
.woocommerce-form-login > p {
    max-width: 800px;
    line-height: 1.5;
}
.woocommerce-shipping-fields input[type="checkbox"] {
    height: 18px;
    width: 18px;
    vertical-align: middle;
}
button#wpmc-prev {
    max-width: 100%;
    float: left;
    width: 220px;
    margin-right: 30px;
}
button#wpmc-next {
    float: left;
    width: 220px;
}

.wpmc-steps-wrapper form .form-row,.wpmc-steps-wrapper table.shop_table{
    margin-bottom: 0;
}
button#place_order{
    width: auto;
    max-width: none;
    padding: 15px 35px;
}
.woocommerce ul.order_details {
    margin: 0 0 1em;
    list-style: none;
}
.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads{
    margin-bottom: 1em;
}
.woocommerce-table__product-name a{
    color: #035703;
}
li.wc_payment_method.payment_method_paypal{
    margin-top: 30px;
 }
 input#payment_method_paypal.input-radio{
    float: left;
    margin: 15px 20px 0 0 !important;
 }
 .star-rating{
    color: #12940c;
 }
 section#woof_widget-2 {
    background: #f8f8f8;
}
.woof_list li {
    margin: 0 !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid #f2f2f2;
}
ul.woof_list {
    margin: 14px 0 !important;
}
label.woof_checkbox_label {
    margin-bottom: 0;
    padding: 0;
}
.woof_list.woof_list_checkbox input[type="checkbox"]{
    float: left;
}
#customer_login{
    background: url('assets/images/signup-bg.png') no-repeat;
    right: 0;
    background-size: cover;
}
.woocommerce-cart-form table.shop_table{
    border: 1px solid #048104;
    border-radius: 0;
}
.woocommerce-cart-form table.shop_table td{
    border-top: 1px solid #048104;
}
.woocommerce-cart-form table.shop_table td {
    padding: 35px 25px;
}
.woocommerce-cart table.cart img{
    width: 150px !important;
}
td.c-totals {
    padding: 22px 25px !important;
}
.page-template-template-cart .woocommerce-message a.button.wc-forward {
    position: absolute;
    right: 8px;
    top: 16px;
}

.archive.woocommerce .woocommerce-result-count, .archive.woocommerce-page .woocommerce-result-count{
    width: 96.3%;
}
.pagination-container {
    padding-right: 81px;
}
h2.woocommerce-loop-product__title {
    text-transform: capitalize;
}
li#tab-title-pwb_tab {
    display: none;
}

.woocommerce-order-received .container-fluid.login_page h2{
    padding: 38px 0 15px;
}



.widget_yith_wc_category_accordion ul li:not(.cat-parent), .widget_yith_wc_category_accordion ul li:not(.opened) {
    padding: 0;
    border: none;
}
.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li {
    padding: 0;
    background: transparent;
    border-bottom: none;
    line-height: 1;
}
.widget_yith_wc_category_accordion ul {
    padding: 0;
}
.widget_yith_wc_category_accordion ul.ywcca_category_accordion_widget > li a {
    text-transform: none;
    display: block;
    padding: 13px 35px 10px;
    border-bottom: 1px solid #ffffff;
    background: #f1f1f1;
}
div#tab-description {
    padding-left: 25px;
}
.woof_submit_search_form_container {
      margin: 9px 9px 15px 0;
}
.comment-form-cookies-consent input#wp-comment-cookies-consent { width:auto; }
p.comment-form-cookies-consent label { width:90%; padding-left:10px; }
.footer-third-column .ftlogo, .pswp__caption__center { display:none; }
.map iframe { width:100%; height:450px; border:0; }
.woocommerce-Tabs-panel ul{
    padding-left: 20px;
    margin-bottom: 20px
}
.woocommerce-Tabs-panel ul li{
    line-height: 1.5;
    list-style: disc;
}
.woocommerce-Tabs-panel td.product-details__value {
    border: none;
    border-bottom: 1px solid #12940c;
    padding: 13px 20px;
    text-align: left;
}
.banner-cicle-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.closeit {
    position: absolute;
    right: 10px;
    top: 7px;
    cursor:pointer;
}
.total-wrp-popup h3 {
    padding-bottom: 10px;font-weight: 700;
    text-transform: uppercase;
}
.total-wrp-popup p {
    font-size: 21px;font-weight: 600;
}
.total-popup {
    position: fixed;
    top: 0;
    z-index: 999;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;color: #fff;
}
li.houropen {
    cursor: pointer;
}
.total-wrp-popup {
    background: rgba(12,198,11,1);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 400px;
    text-align: center;
    transform: translate(-50%,-50%);
    display: block;
    padding: 20px;
    border-radius:5px;
}


