body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
#barrels{
    width: 168px !important;
    padding-left: 10px !important;
}
p{
    line-height: 26px;
    margin-bottom: 20px;
    color: #666666;
    font-weight: 300;
}
a{
    color: #2f6433;
    font-size: 20px;
    line-height: 1;
    outline: none;
    display: inline-block;
}
a:hover, a:focus, a:active{
    color: #45bbd4;
    text-decoration: none;
    outline: none;
}
ul,ol{
    list-style: none;
    margin-left: 0;
}
div.pp_pic_holder{
    z-index: 99999;
}
.setspace{
    padding-top: 40px;
}
.mt5{
    margin-top: 5px
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px !important;
}
.mt30{
    margin-top: 30px !important;
}
.mt40{
    margin-top: 40px !important;
}
.mt60{
    margin-top: 60px !important;
}
.mb30{
    margin-bottom: 30px !important;
}
.p80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.p60-bottom {
    padding-bottom: 60px;
}
.pt80{
    padding-top: 80px;
}
.pb0{
    padding-bottom: 0px !important;
}
.pt60{
    padding-top: 60px !important;
}
.button {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 12px 13px;
    text-transform: uppercase;
}
.button:hover,.button.shop-btn:hover{
    background-color: #45bbd4;
}
.ui-widget-overlay{
    z-index: 9999;
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    top: 0;
    left: 0;
}
h1, h2, h3, h4, h5, h6, input, button, label{
    font-family: 'Poppins', sans-serif !important;
}
h2.title{
    color: #2f6433;
    font-size: 36px;
    line-height: 1;
    margin: 0;
    font-weight: 400;
    text-transform: uppercase;
}
.white{
    color: #ffffff !important;
}
.woocommerce .thumbnails .owl-nav .owl-prev, .woocommerce .thumbnails .owl-nav .owl-next{
    background: #2f6433!important;
}
.woocommerce ul#shipping_method li{width: 100%;}
.tabledecor{border-collapse: collapse; max-width: 600px;}
.tabledecor td{border-bottom: 1px solid #ddd; font-size: 16px;}
.tag-line{
    color: #666666;
    font-weight: 300;
    line-height: 1;
    padding-bottom: 15px;
    position: relative;
    display: table;
    margin: 5px auto;
}
.home .tag-line, .search-box .tag-line{
    display: inherit;
}
.tag-line::after {
    background: #2f6433 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 2px;
    left: 0;
    /*position: absolute;*/
    width: 220px;
}
.home .tag-line::after, .search-box .tag-line::after{
    position: absolute;
}
.pay{display: none;}
textarea, [type="email"], [type="search"], [type="tel"], [type="text"], [type="password"],
#login.crl-ajax-auth input#username, #login.crl-ajax-auth input#password  {
    background-color: #fff;
    border: 1px solid #adadad;
    border-radius: 0;
    box-shadow: 0 1px 2px hsla(0, 0%, 4%, 0.1) inset;
    color: #999999;
    font-size: 16px;
    height: 50px;
    padding: 0 20px;
    box-shadow: 2px 3px 7px 0 rgba(0, 0, 0, 0.35);
    margin-bottom: 0;
    -webkit-appearance: none;
    border-radius: 0;
}
textarea:focus, [type="email"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="text"]:focus  {
    border: 1px solid #45bbd4;
}
.woocommerce form input[type="text"], .woocommerce form input[type="password"], .woocommerce form input[type="email"],
.woocommerce form input[type="tel"],.woocommerce form textarea, .woocommerce form input[type="number"], .woocommerce form select
{
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: none;
    color: #333;
    font-size: 16px;
    height: 50px;
    margin-bottom: 0;
    padding: 0 10px;
}
.woocommerce form select{
    padding: 0 20px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
    opacity: 1;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999;
    opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
    opacity: 1;
}
input::placeholder,
textarea::placeholder {
    color: #999999;
    opacity: 1;
}
textarea{
    height: 170px;
}
form > .column.row, .contact-box form > div, .mc4wp-form-fields > div, .mc4wp-form-fields > .column,
#login.crl-ajax-auth input#username, #login.crl-ajax-auth input#password{
    margin-bottom: 20px !important;
}
label.error, .woocommerce form .form-row.woocommerce-invalid label{
    color: red !important;
}
label.error{
    margin-bottom: 10px;
}
.input-text.error, .woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: red !important;
}
.crl-ajax-auth label.error {
    margin-top: -20px;
    margin-bottom: 20px;
}
.wpcf7-form-control.error{
    border-color: red !important;
}
.morecontent span {
    display: none;
}
/*.crl-ajax-auth p.status{
        display: none !important;
        }*/
p.status1, p.status{font-size: 14px !important; color: red !important; text-align: center !important; display: none;}
.morelink{
    font-size: 16px !important;
    display: block;
    color: #45bbd4;
    margin-top: 7px;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}
#back-to-top.show {
    opacity: 1;
}
#back-to-top {
    background: #2f6433 none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 50% !important;
    bottom: 75px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 50px;
    line-height: 42px;
    opacity: 0;
    outline: 0 none;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.2s ease-out 0s;
    width: 50px;
    z-index: 99999;
}
#back-to-top:hover {
    background: #45bbd4 none repeat scroll 0 0;
}
/*-------------Header style-------------*/
header{
    position: fixed;
    width: 100%;
    top: 0;
    background-color:rgba(255,255,255,0.9);
    z-index: 99999;
    box-shadow: 0 4px 11px -8px rgba(0, 0, 0, 0.8);
}
header .expanded.row{
    padding-left: 20px;
    padding-right: 20px;
}
.logo > h1 {
    font-size: 0;
    margin: 5px 0 6px;
}
.logo a{
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    display: inline-block;
    height: 84px;
    text-indent: -9999px;
    width: 283px;
    margin-top: 4px;
}
.header-phone.text-right {
    color: #2f6433;
    font-size: 16px;
    line-height: 1;
}
.header-phone.text-right > a {
    font-size: 22px;
}
.user-menu a.button{
    padding: 8px 10px;
}
.header-phone > span {
    display: inline-block;
    margin-top: 8px;
    margin-right: 4px;
}
.user-menu span{
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 25px;
    width: 25px;
}
.user-menu span.cart-icon{
    background-position: -39px 1px;
}
.user-menu span.search-icon{
    background-position:1px 1px;
    width: 20px;
}
.user-menu a:hover span.cart-icon{
    background-position: -39px -39px;
}
.user-menu a:hover span.search-icon{
    background-position:1px -43px;
}
.user-menu > a {
    margin-left: 10px;
    vertical-align: middle;
    position: relative;
}
.button.shop-btn {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #45bbd4;
    color: #45bbd4;
}
.button.shop-btn:hover{
    color: #fff;
}
.user-menu > a:first-child {
    margin-left: 13px;
}
.menu > li > a{
    padding: 0 10px 13px !important;
    border-bottom: 5px solid transparent;
    /*		margin: 1px 10px 0px;*/
    margin: 1px 8px 0px;
    font-size: 18px;
}
.menu > li.current-menu-item > a, .menu > li:hover > a, header .current-menu-ancestor > a{
    border-bottom: 5px solid #45bbd4;
    color: #45bbd4;
}
header .current-menu-item a{
    color: #45bbd4;
}
header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    right: 0;
    top: 0;
    margin-top: 8px;
    margin-right: -5px;
    display:none;
}
.sub-menu{
    margin-left: 10px;
    display: none;
}
.sub-menu a {
    display: block;
    font-size: 18px;
    padding: 10px 11px;
    border-bottom: 1px solid #ccc;
}
.navbar-search {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-out 0s;
    visibility: hidden;
    width: 100%;
}
.navbar-search .input-group .form-control {
    color: #7f858f;
    height: 80px;
}
.navbar-search form {
    height: 100%;
}
.input-group {
    display: block;
    height: 100%;
    margin-bottom: 0;
    width: 100%;
    position: relative;
}
.navbar-search .input-group .form-control {
    border-color: #000;
    border-width: 0 0 1px;
    color: #666666;
    font-size: 36px;
    height: 100%;
    margin: 0;
    padding: 0 30px;
    -webkit-appearance: none;
    border-radius: 0;
}
.input-group-btn {
    font-size: 21px;
    line-height: 1;
    margin-right: 30px;
    margin-top: -18px;
    position: absolute;
    right: 0;
    top: 50%;
}
.input-group-btn > button {
    background: #2f6433 none repeat scroll 0 0;
    border-radius: 50% !important;
    color: #fff;
    height: 33px;
    line-height: 1;
    width: 33px;
}
header.search-open .navbar-search {
    opacity: 1;
    visibility: visible;
}
i.badge {
    display: inline-block;
    padding: 0.3em;
    min-width: auto;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background: #2f6433;
    color: #fefefe;
    position: absolute;
    height: 22px;
    width: 22px;
    background: #45bbd4;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    top: -6px;
    right: -12px;
}
/*-------------Header style-------------*/

/*-------------Slider style-------------*/
ul.orbit-container {
    height: auto !important;
    outline: none;
}

li.orbit-slide {
    max-height: none !important;
}

.orbit-caption {
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 50%;
    color: #2f6433;
    font-size: 30px;
    line-height: 46px;
    margin-bottom: -110px;
    padding: 20px 30px 15px;
    width: 34%;
}
.page-template-news-events .orbit-caption h6, .home .orbit-caption h6, .page-template-why .orbit-caption h6,
.page-template-choose-your-barrel .orbit-caption h6, .page-template-installation .orbit-caption h6,
.page-template-faq .orbit-caption h6, .page-template-community-programs-new .orbit-caption h6,
.page-template-where-to-buy .orbit-caption p, body.search .orbit-caption h6, .orbit-caption h6 {
    color: #2f6433;
    font-size: 30px;
    line-height: 46px;
    margin: 0;
    font-weight: 400;
    text-transform: capitalize;
}
.event-slider {
    position: absolute;
    right: 0;
    top: 0%;
    width: 30%;
    margin-top: 19.3%;
}
.event-slider > span {
    background-color: #fff;
    color: #2f6433;
    font-size: 18px;
    line-height: 26px;
    padding: 8px 20px;
    text-transform: uppercase;
    width: 210px;
}
.event-detail{
    background-color: #2f6433;
    padding: 16px 70px 16px 18px;
    text-align: left;
    min-height: 132px;
}
.bxslider li > span a{
    background-color: #45bbd4;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    padding: 8px 20px;
    text-transform: uppercase;
    width: 210px;
    text-align: center;
}
.bxslider li > span a:hover{
    background-color: #fff;
    color: #2f6433;
}
.bxslider{
    margin: 0;
}
.bxslider li{
    text-align: right;
}
.event-date {
    border-bottom: 1px solid;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    padding-bottom: 5px;
}
.event-place {
    font-size: 18px;
    margin-top: 10px;
}
.event-place a{
    color:#fff;
}
.event-name p{
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
}
/*-------------Slider style-------------*/

/*-------------Shop section style-------------*/
.search-prd{
    background-color: #fff;
    background-image: url("../images/search-bg.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.search-box{
    width: 380px;
    margin: 0 auto;
    padding-top: 73px;
}
.search-box form{
    margin-top: 50px;
}
.home .search-box form > span a, .home .search-box form > span{
    font-size: 16px;
}
.search-box h2{
    line-height: 50px;
}
input.button{
    width: 180px;
    font-size: 16px;
    padding: 15px 13px;
    font-weight: 400;
}
input.button:disabled{
    padding: 16px 13px !important;
}
.shop-box{
    background-image: url("../images/shop-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.prd-box {
    margin: 0 auto;
    padding: 80px 0px;
    width: 584px;
}
.shop-more.text-right {
    line-height: 1;
}
.shop-more > a {
    font-size: 16px;
    text-align: right;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.shop-more > a:hover{
    border-bottom: 1px solid #5ecde4;
    color: #5ecde4 !important;
}
.prd-box > div, .prd-box > h2{
    margin-left: 10px;
    margin-right: 10px;
}
.prd-desc > a {
    font-size: 18px;
}
.prd-desc > span {
    font-size: 16px;
}

.prd-desc {
    background: #fff none repeat scroll 0 0;
    padding: 20px 13px 10px;
}
.owl-item > li {
    padding: 0 10px;
}
.woocommerce-Tabs-panel--test_video .owl-buttons div{
    top:41%;
}
.owl-buttons div {
    background-image: url("../images/sprite.png");
    display: inline-block;
    height: 41px;
    margin-top: -5%;
    position: absolute;
    text-indent: -9999px;
    top: 50%;
    width: 25px;
}
.owl-prev {
    background-position: -217px 1px !important;
    left: 0;
    margin-left: -40px;
}
.owl-next {
    background-position: -275px 1px;
    right: 0;
    margin-right: -40px;
}
.home .prd-thumb{
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.home .prd-thumb img{
    height: 100%;
    width: 100%;
}
.home .prd-desc a{
    display: block;
    min-height: 37px;
}
.page-template-community-programs-new .prd-thumb img{
    /*height: 170px;*/
    width: auto;
    display: table;
    margin: 0 auto;
}
.single_variation_wrap .form-row.login-link label{
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    supported by Chrome and Opera */

}
.product_cat_community-programs #releted-prd,.product_cat_community-programs #recently-view{
    display: none;
}
.product_cat_community-programs #recently-view{
    background-color: #f3f3f3;
}
/*-------------Shop section style-------------*/

/*-------------Whyus section style-------------*/
#why-us{
    background-color:#ececec;
    padding-top:75px;
}
#why-us .row > div:nth-child(1){
    background-color: #ffffff;
}
#why-us .row > div:nth-child(2){
    background-color: #4a9a51;
}
#why-us .row > div:nth-child(3){
    background-color: #3c8341;
}
#why-us .row > div:nth-child(4){
    background-color: #306434;
    padding-top: 60px;
}
.info-col {
    padding: 40px 25px;
}
#why-us .row > div span{
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 80px;
    width:80px;
}
#why-us .row > div:nth-child(1) span {
    background-position: 2px -106px;
}
#why-us .row > div:nth-child(2) span {
    background-position: -108px -108px;
}
#why-us .row > div:nth-child(3) span {
    background-position: -222px -106px;
}
#why-us .row > div:nth-child(4) span {
    background-position: -342px -6px;
    height: 170px;
    width: 160px;
}
#why-us .row > div:nth-child(2) ul li a, #why-us .row > div:nth-child(3) ul li a{
    color: #fff;
}
#why-us .row > div:nth-child(2) ul li a:hover, #why-us .row > div:nth-child(3) ul li a:hover{
    color: #45bbd4;
}
#why-us .row > div ul li a{
    font-size: 16px;
    line-height: 22px;
}
.info-col h3 {
    color: #2f6433;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 15px 0 15px;
}
.info-col ul > li {
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    font-size: 16px;
}
.info-col:first-child ul li{
    color: #666666;
}
.info-col:first-child ul li::before{
    content: url("../images/mark.png");
}
.info-col ul > li::before {
    content: url("../images/drop.png");
    float: left;
    left: 0;
    margin-top: 2px;
    position: absolute;
}
#why-us .row > div:nth-child(4) a{
    font-size: 16px;
}
/*-------------Whyus section style-------------*/

/*-------------About Us section style-------------*/
.slide-about iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.slide-about {
    display: block;
    height: 691px;
    margin: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.slide-about.slide-home {
    height: 346px;
}
.how-to-use-video {
    padding-bottom: 20px;
}
.how-to-use-video iframe {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.page-template-about-us .owl-buttons div {
    height: 50px;
    width: 50px;
    background-color: rgba(0,0,0,0.5);
}
.page-template-about-us .owl-next {
    background-position:-262px 5px !important;
    right: 0;
    margin-right:10px;
}
.page-template-about-us .owl-prev {
    background-position: -206px 5px !important;
    left: 0;
    margin-left: 10px;
}
#about-us{
    padding-bottom: 60px;
}
.home #about-us{
    padding-bottom: 0;
}

.home #about-us ul {
    display: flex;
    flex-wrap: wrap;
}
#about-us .tag-line::after{
    left: auto;
    /*left: calc(50% - 9.4%);*/
    position: relative;
}
.page-template-where-to-buy #about-us .tag-line::after{
    /*left: 41%;
    left: calc(50% - 9%);
    position: absolute;*/
    display: table;
    margin: 10px auto;
}
#about-us-page .tag-line::after{
    left: auto;
    position: relative;
}

#about-us ul li::before, .content-desc ul li::before, .communityprowp .large-12 .large-12 li:before,
.maincommunity .large-12.medium-12.columns ul li::before{
    content: url("../images/mark.png");
    float: left;
    left: 0;
    margin-top: 2px;
    position: absolute;
}
.maincommunity .large-12.medium-12.columns ul{
    padding-left: 0 !important;
}
.maincommunity .large-12.medium-12.columns ul li{
    padding-left: 20px;
    font-size: 14px;
}
.maincommunity .large-12.medium-12.columns p{
    font-size: 14px;
}
#about-us ul li {
    color: #2f6433;
    float: left;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 25px;
    padding-left: 20px;
    position: relative;
    width: 50%;
}
.communityprowp .large-12 li{
    position: relative;
    color: #666666;
    font-size: 14px;
    margin-bottom: 10px !important;
}
.communityprowp .large-12 li a{
    font-size: 14px !important;
    line-height: 20px;
}
/*-------------About Us section style-------------*/

/*-------------Testimonial section style-------------*/
#testimonial{
    background-image: url(../images/testi-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 60px;
}
#testi-slider{
    padding-top: 65px;
}
#testi-slider .item p{
    color: #fff;
    line-height: 28px;
}
#testi-slider .item span {
    color: #fff;
    font-size: 22px;
    line-height: 1;
    text-transform: capitalize;
    padding-top: 10px;
    display: block;
}
#testi-slider .owl-controls{
    margin-top: 50px;
}
#testi-slider .owl-page{
    display: inline-block;
    cursor: default;
    line-height: 1
}
#testi-slider .owl-numbers {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #2f6433;
    display: inline-block;
    height: 8px;
    margin: 0 10px;
    text-indent: -9999px;
    width: 40px;
    cursor: pointer;
}
#testi-slider .owl-page.active .owl-numbers {
    background-color: #45bbd4;
}
/*-------------Testimonial section style-------------*/

/*-------------Stay connect section style-------------*/
#signup {
    padding-bottom: 60px;
    padding-top: 10px;
}
.stay-conn{
     min-height: 650px;
    /*min-height: 715px;
    height: auto !important;*/
}
.stay-conn, #signup{
    background-color: #2f6433;
}
td.product-thumbnail {
    text-align: left !important;
}
td.product-thumbnail img {
    float: left !important;
}
.stay-conn .p80 .textwidget > span, .es_caption{
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
    padding-top: 47px;
    display: block;
}
.stay-conn [type="email"], .stay-conn [type="text"] {
    box-shadow: none;
}
.stay-conn .button{
    color:#2f6433;
    background-color: #fff;
}
.stay-conn .button:hover{
    color:#ffffff;
    background-color: #45bbd4;
}
.stay-conn > .p80{
    padding-bottom: 50px;
}
.social-box{
    margin-top: 60px;
}
.social-box span, .address-info span{
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
    height: 78px;
    width:78px;
    margin-right: 20px;
}
.social-box span.fb{
    background-position: -235px -209px;
}
.social-box span.twit{
    background-position: -341px -208px;
}
.social-box span.instagram{
    background-position:-140px -208px;
}
.social-box span.partner {
    background-position: -420px -412px;
}
.social-box span.fb:hover{
    background-color: #395b84;
}
.social-box span.twit:hover{
    background-color: #33ccff;
}
.social-box span.instagram:hover{
    background-color: #fb3958;
}
.social-box span.partner:hover{
    background-color: #45bbd4;
}
.partner-cat .main-cat h2{
    position: relative;
    padding: 15px 10px 18px;
}
.partner-cat .main-cat {
    border: 1px solid #e1e1e1;
}
.partner-cat .main-cat img {
    height: auto;
    width: auto;
    padding: 0px 10px 15px;
}
.address-info{
    padding-top: 50px;
}
.address-info span{
    width: 36px !important;
    height: 26px !important
}
/*#search-shop .address-info span.phone-icon{
        width: 24px !important;
        }*/
.address-info a{
    color: #666666;
    font-size: 16px;
    vertical-align: middle;
}
.address-info a:hover{
    color: #45bbd4;
}
.email-icon {
    background-position: -80px -266px;
}
.phone-icon {
    background-position: 6px -264px;
}
.address-info a:hover ~ .email-icon {
    background-position: -80px -316px;
}
.address-info a:hover ~ .phone-icon{
    background-position: 6px -316px;
}
.contact-box{
    background-color: #f5f5f5
}
.contact-box input, .contact-box textarea{
    box-shadow: none;
}
.contact-box textarea{
    padding: 15px 20px;
    height: 170px;
}
.contact-box .wpcf7-form > div:last-child{
    margin-bottom: 0;
}
div.wpcf7-mail-sent-ok, .reg-success, .mc4wp-success p {
    border: none;
    margin: 0;
    background: #2F6433;
    color: #fff;
    font-weight: 300;
    padding: 10px 20px;
}
.reg-success{
    margin-bottom: 20px;
}
.mc4wp-success p{
    border: 1px solid #fff;
}

/*-------------Stay connect section style-------------*/

/*-------------Footer section style-------------*/
#footer{
    padding: 40px 0px 20px;
    background-color:#fff;
}
#footer h2.title{
    font-size: 24px;
}
#footer .text-left a {
    color: #666666;
    font-size: 14px;
}
#footer .current-menu-item a, #footer .text-left a:hover, #footer .text-left a:focus, #footer .text-left a:active, .footer-bottom a:hover, .info-col a.mt20:hover {
    color: #45bbd4 !important;
}
.footer-bottom{
    padding: 23px 0px 0;
    border-top: 1px solid #e1e1e1;
}
.copywrite{
    font-size: 14px;
    color: #2f6433;
}
.footer-bottom span, .footer-bottom a{
    font-size: 14px;
    color: #999999;
}
.footer-bottom .text-right a{
    color: #2f6433;
}
.footer-bottom li{
    display: inline-block;
    line-height: 1;
}
.footer-bottom li a{
    color: #2f6433;
}
.info-menu{
    margin-bottom: 0;
}
.footer-bottom .info-menu > li::after {
    background: #2f6433 none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: 5px;
    margin-right: 2px;
    position: relative;
    top: 1px;
    width: 2px;
}
.footer-bottom .info-menu > li:last-child::after{
    content: none;
}
/*-------------Footer section style-------------*/

/*-------------About-us page-------------*/
#about-us-page{
    /*padding-bottom: 0;*/
}
#about-us-page p {
    line-height: 28px;
    padding-left: 10px;
    padding-right: 50px;
    margin-bottom: 10px;
}
#about-us-page h6 {
    font-size: 22px;
    margin-left: 10px;
    color: #2f6433;
}
#about-us-page a {
    font-size: 18px;
}
#about-us-page img{
    width: 100%;
}
/*-------------About-us page-------------*/

/*-------------Community page-------------*/
.below-text{
    display: table;
    margin: 20px 0 50px 0;
    padding:0px 0 50px 150px;
    background: rgba(255, 255, 255, .5);
    font-size: 16px;
    color: #666;
    border:1px solid #fff;
}
.communityprowp h3{
    font-size: 18px;
    font-weight: 500;
    background: #ececec;
    color: #306434;
    padding: 10px;
    border-bottom: 1px solid #d4d3d3;
}
.communityprowp h4{
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    padding-bottom: 10px;
}
.communityprowp h4 ~ ul{
    padding-bottom: 5px;
}
.communityprowp ul{
    margin-bottom: 0;
}
.communityprowp ul, .communityprowp p{
    padding: 20px 10px;
}
.npg{
    padding: 0 10px !important;
    font-size: 18px !important;
}
.communityprowp .large-6 ul li label, .communityprowp .large-6 ul li span{
    display: inline-table;
}
.communityprowp .large-6 ul li span, .communityprowp .large-6 p, .communityprowp .large-12 p{
    color: #666666;
    font-size: 14px;
}
.single_variation_wrap .form-row.login-link a{
    float: left;
    color: #45bbd4;
    font-size: 16px;
    font-weight: 600;
}
.single_variation_wrap .form-row.login-link{
    margin-bottom: 15px !important;
}
.single_variation_wrap .form-row.login-link a:hover{
    color: #28562c;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th{
    vertical-align: top;
}
/*.woocommerce-cart .shipping td, .woocommerce-checkout .shipping td{
        color: #fff !important;
        }*/
.woocommerce-cart .shipping span, .woocommerce-checkout .shipping span{
    color: #333;
}
.communityprowp .large-6 ul li label{
    color: #306434;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

#community h2.title, #community-outside h2.title{
    font-size: 24px;
    line-height: 35px;
}
#community .tag-line, #community-outside .tag-line{
    line-height: 22px;
}
#community .search-box{
    width: 330px;
    padding-bottom: 80px !important;
}
#community-outside .search-box {
    width: 350px;
    padding-bottom: 80px !important;
}
.city-box{
    margin: 10px 0px 0px;
}
.city-box > li{
    position: relative;
}
.city-box  select, #community-outside select{
    height: 50px;
    border: 1px solid #2f6433;
    font-size: 16px;
    height: 47px;
    margin-bottom: 0;
    background-image: url("../images/down-arrow.png");
    background-size: 15px 9px;
    padding-right: 30px;
    color: #2f6433;
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.35);
}
.city-box > li > a {
    background: #fff url("../images/down-arrow.png") no-repeat scroll 95% center;
    border: 1px solid #2f6433;
    color: #999999;
    display: block;
    font-size: 16px;
    line-height: 1;
    padding: 15px 20px;
}
.city-box > li > ul{
    margin: 0;
    background: #fff;
    padding:15px 20px;
    border: 1px solid #2f6433;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99;
}
.city-box > li > ul{
    margin: 0;
    background: #fff;
    padding:15px 20px;
    border: 1px solid #2f6433;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.city-box > li:hover > ul{
    opacity: 1;
    visibility: visible;
    display: block;
}
.city-box > li > ul li a{
    font-size: 16px;
    margin-bottom: 5px;
}
#community .search-prd, #community-outside .search-prd {
    background-color: #f7f6f6;
    background-size: cover;
    min-height: 600px;
    padding: 0 20px;
}
#community .prd-box, #community-outside .prd-box {
    margin: 0 auto;
    width: 100%;
}
#community .shop-box, #community-outside .shop-box{
    background: #fff;
}
.page-template-community-programs-new #community-outside .shop-box,
.page-template-community-programs-new #community-outside .large-5.medium-5.columns.panel{
    height: 100% !important;
}
#community .sub-title, #community-outside .sub-title {
    font-size: 22px;
    line-height: 26px;
    margin-left: 0 !important;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.communityprowp .sub-title {
    padding-left: 10px;
    padding-right: 10px;
}
#community .prd-box p, #community-outside .prd-box p{
    font-weight: 400;
}
#community .prd-box > div, #community-outside .prd-box > div{
    margin: 0;
}
#community .prd-box .prd-desc{
    background: #f3f3f3 none repeat scroll 0 0;
    padding:15px 8px;
}
#community-outside .prd-box .prd-desc {
    background: #f3f3f3 none repeat scroll 0 0;
    padding:15px 8px;
}
#community-outside  .prd-box .prd-hover:hover .prd-desc {
    background: #fff none repeat scroll 0 0;
}
#community .prd-desc > a, #community-outside .prd-desc > a {
    font-size: 16px;
    min-height: 49px;
}
.prd-box .prd-hover {
    border:1px solid transparent;
}
.prd-box .prd-hover:hover{
    border-color: #2f6433;
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.5);
}
#community-outside .prd-box ul{
    padding-left: 10px;
    position: relative;
}
#community-outside .prd-box ul li{
    color: #666666;
    margin-bottom: 7px;
}
#community-outside .prd-box ul li a{
    font-size: 14px;
}
.commu-content p{
    padding-top: 0;
    padding-bottom: 0;
}
.gray-bg{
    background: #f3f3f3 !important;
}
#community-outside {
    border-top: 1px solid #f3f3f3;
}
#community .prd-box > .mt30, #community-outside .prd-box > .mt30{
    float: left;
    width: 100%;
}
.fancybox-opened {
    z-index: 99999999 !important;
}
.product_cat-community-programs .quantity-box.Subsidized{
    display: none !important;
}
.product_cat_lafayette .variations .sort-option .swatchtitlelabel{
    margin-right: 0;
    margin-top: 7px;
}
.variations .sort-option.color_2 .swatchtitlelabel{
    margin-right: 10px;
}
.sort-option.color_1 .swatchtitlelabel{
    margin-right: 10px;
}
dd.variation-Barrels{
    margin-right: 10px;
    margin-left: 5px;
}
.variation dd p{
    margin-bottom: 0;
    line-height: 1.6 !important;
}
/*-------------Community page-------------*/

#banner iframe{
    width: 100%;
    height: 670px;
    display: block;
}
.form-section{
    background-color:#ebebeb;
}
.address-section{
    background-color:#2f6433;
}
#main-contact h2{
    font-size: 30px;
    padding: 0px 10px;
}
#main-contact .contact-box{
    padding-top: 80px;
    padding-bottom: 80px;
    min-height: 730px;
}
#main-contact .contact-box div.wpcf7-validation-errors{
    margin: 0;
}
#main-contact label.error{
    line-height: 1;
    margin-top: 3px;
}
#main-contact .contact-box input[type="text"], #main-contact .contact-box input[type="email"], #main-contact .contact-box textarea {
    background-color: #f5f5f5;
    border-color: #e1e1e1;
    box-shadow: none;
}
#main-contact textarea:focus, #main-contact [type="email"]:focus, #main-contact [type="search"]:focus, #main-contact [type="tel"]:focus, #main-contact [type="text"]:focus  {
    border: 1px solid #45bbd4 !important;
}
.address-section{
    padding-left: 40px;
}
.address-section .address-info a {
    color: #ffffff;
    font-size: 16px;
}
.address-section .address-info a:hover{
    color: #45bbd4;
}
.address-section .email-icon {
    background-position: -246px -315px;
}
.address-section .phone-icon {
    background-position: -162px -315px;
}
.address-section .location-icon {
    background-position: -334px -315px;
}
.address-section .address-info .textwidget > div{
    margin-bottom: 30px;
}
.address-section .address-info a:hover ~ .email-icon{
    background-position: -246px -376px;
}
.address-section .address-info a:hover ~ .phone-icon{
    background-position: -162px -376px;
}
.address-section .address-info a:hover ~ .location-icon{
    background-position: -334px -376px;
}
.row.form-section {
    box-shadow: 0 2px 9px -2px rgba(0, 0, 0, 0.24);
    margin-bottom: 80px;
    margin-top: 180px;
    position: relative;
}
#signup .stay-conn .p80 > span{
    padding-top: 0;
}
#signup .stay-conn > .p80 {
    padding-bottom: 60px;
    padding-top: 75px;
}
.es_caption{
    margin-bottom: 24px;
}
.mc4wp-form-fields label.error{
    color: #fff;
}
.mc4wp-form-fields input.error{
    border-color: red;
}
.side-shop {
    background: #45bbd4;
    display: block;
    height: 50px;
    text-align: center;
    color: #fff !important;
    font-size: 18px !important;
    text-transform: uppercase;
    line-height: 49px !important;
    margin-bottom: 20px;
    font-weight: 400 !important;
}
.side-shop:hover{
    background: #2f6433;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.side-shop i{
    background-image: url(../images/cart.png);
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    vertical-align: sub;
    display: inline-block;
    margin-right: 5px;
}
#static-content{
    padding-bottom: 40px;
}
.sidebar > h2, .sidebar .month-arc > h2{
    background: #ececec none repeat scroll 0 0;
    color: #2f6433;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    padding: 15px 20px;
}
.sidebar > h2 > a{
    color: #2f6433;
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    font-weight: 400;
    padding: 0;
    font-weight: 600;
}
.sidebar > h2.current-page, .sidebar > h2.current-page > a{
    background: #2f6433 none repeat scroll 0 0;
    color: #fff;
}
.sidebar a {
    color: #666666;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    padding: 0px 20px;
}
.sidebar li > span, .page-template-news-events .content-desc > span,
body.search .content-desc > span, .post-type-archive .content-desc > span{
    font-size: 14px;
    color: #000;
    font-weight: 300;
    padding: 0px 20px;
    display: block;
}
.page-template-news-events #static-content .content-desc > span,
body.search .content-desc > span, .post-type-archive .content-desc > span{
    padding: 0;
    margin-bottom: 10px;
}
.sidebar ul{
    margin: 0;
}
.sidebar li {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 0;
}
.sidebar li:hover{
    background: #f6f6f6;
}
.sidebar li:last-child{
    border:none;
}
.sidebar a:hover, .sidebar a:focus, .sidebar a:active{
    color: #45bbd4;
}
.newssearch{
    margin-bottom: 20px;
}
.sidebar #searchsubmit{
    width: 50px;
    background-image: url(../images/sprite.png);
    text-indent: -9999px;
    border: none;
    height: 50px;
    background-position: -52px -426px;
    background-color: #45bbd4;
}
.sidebar #global-search{
    box-shadow: none;
}
.sidebar .input-group-btn {
    font-size: 21px;
    line-height: 1;
    margin-right: 0;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.content-desc h2.title{
    text-transform: none;
    margin-bottom: 40px;
}
.morecontent br{
    margin-bottom: 15px;
}
.content-desc h3 {
    color: #2f6433;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
    width: 100%;
    text-transform: capitalize;
}
.page-template-news-events .content-desc h3 {
    font-size: 24px;
}
/*.woocommerce-cart .cart-collaterals .shop_table .shipping,
.woocommerce-cart .cart-collaterals .shop_table .tax-total{
        display: none !important;
        }*/
.woocommerce-cart .cart-collaterals .shop_table .shipping td{
    /*padding-right: 25px;*/
}
.woocommerce-cart .cart-collaterals .shop_table .shipping td li{
    padding: 0 !important;
}
.woocommerce-cart .cart-collaterals .shop_table .shipping td li label{
    vertical-align: middle;
    margin-left: 0;
}
.woocommerce ul#shipping_method li input{
    position: relative;
    top:1px;
}
.product_cat-community-programs p.shopcat, p.commu {
    display: block;
    color: #901900;
    font-size: 16px;
    line-height: 22px;
    background: #ccc;
    padding: 10px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot tr.shipping td{
    font-size: 0.875rem;
    color: #666;
}
.woocommerce-checkout-review-order-table dd.variation-color{
    margin-right: 0 !important;
}
.content-desc p {
    margin-bottom: 25px;
}
.content-desc a {
    font-size: 18px;
    word-break: break-word;
    font-weight: 400;
}
.content-desc > ul {
    margin-bottom: 25px !important;
}
.content-desc strong{
    font-weight: 400;
    display: block;
    color: #333333;
}
.content-desc li{
    color: #666666;
    font-weight: 300;
    line-height: 26px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 25px;
}
.content-desc h4 {
    font-size: 18px;
    line-height: 30px;
}
.sidebar .five-greate a{
    color: #45bbd4;
    font-weight: 400;
    padding: 0;
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
}
.sidebar .five-greate a:hover{
    color: #28562c;
}
.bg{
    background-color: #ececec;
    float: left;
    padding: 20px 30px 5px;
    width: 100%;
}
.faq-list li.accordion-item::before {
    content: url("../images/faq.png");
    float: left;
    left: 0;
    margin-top: 0px;
    position: absolute;
}
.faq-list li{
    padding: 0 38px 20px;
}
.faq-list li a{
    border-bottom: 1px solid #d6d6d6;
    color: #2f6433;
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 13px;
}
.faq-list li a:hover, .faq-list li.is-active a{
    color: #45bbd4;
}
.faq-list li.is-active{
    padding-bottom: 0;
}
.faq-list li.is-active a, .faq-list li.is-active:last-child .accordion-content{
    border-bottom: none;
    padding-bottom: 0 !important;
}
.accordion-content{
    border-width: 0px 0px 0px 1px;
    border-style: solid;
    border-color: #2f6433;
    margin: 10px 5px 0;
    padding: 0 0 0 10px;
}
.accordion-content p{
    margin-bottom: 5px;
}

.wheretobuy{
    margin-top: 30px;
}
.wheretobuy h2{
    background: #ececec none repeat scroll 0 0;
    color: #2f6433;
    font-size: 22px;
    line-height: 26px;
    margin: 0;
    padding: 15px 20px;
    border-bottom: #d6d6d6;
    margin-bottom: 40px;
}
#about-us .wheretobuy li, .communityprowp .large-12 .large-12 li{
    display: block;
    float: none;
    margin-bottom: 40px;
    padding-left: 22px;
    width: 100%;
    font-weight: 400;
}
#about-us .wheretobuy li a{
    font-size: 18px;
    font-weight: 400;
    vertical-align: middle;
    word-break: break-all;
}
#about-us .wheretobuy li a:hover{
    color: #45bbd4;
}
.local-outlet span {
    border-top: 1px solid #d6d6d6;
    display: block;
    margin-top: 15px;
    margin-right: 30px;
}
.local-outlet span a, .local-outlet li > div strong{
    color: #333;
    font-weight: 300 !important;
    margin-top: 17px;
    display: block;
    font-size: 18px;
}
.local-outlet li > div address {
    color: #666666;
    font-size: 16px;
    font-style: normal;
    line-height: 22px;
}
.local-outlet li > div address a {
    font-size: 16px;
}
.address-where {
    height: 0;
    opacity: 0;
    overflow: hidden;
}
.address-where.open-info {
    height: 100%;
    opacity: 1;
    overflow: visible;
}
.address-where p{
    margin:0;
}
.address-where p br{
    display:none;
}
.wheretobuy .local-outlet li > div strong{
    font-weight: 300 !important;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}
.wheretobuy .local-outlet span > strong::after{
    content: url("../images/address-arrow.png");
    right: 0;
    top: auto;
    position: absolute;
    transform: rotate(-90deg);
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}
.wheretobuy .local-outlet span > strong.arrow-change::after{
    transform: rotate(0deg);
    -webkit-transition: 0.1s ease-in-out;
    -moz-transition: 0.1s ease-in-out;
    -o-transition: 0.1s ease-in-out;
    transition: 0.1s ease-in-out;
}

.cus-pickup td p{
    margin-bottom: 0;
}
.cart-discount span{
    color: #28562c;
}
.category-list{
    margin: 30px 0px 80px;
}
.main-cat{
    position: relative;
    overflow: hidden;
}
.main-cat:hover{
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.35);
}
.main-cat:hover h2{
    opacity: 0;
    bottom: 100%;
    transition:all ease 0.5s;
}
.main-cat h2{
    background-color: #2f6433;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 30px 10px 28px;
    position: absolute;
    text-align: center;
    width: 100%;
    transition:all ease 0.5s;
}
.single_variation_wrap .cart-button {
    margin-top: 20px;
}
/*
** added display block to fix
*/
.single_variation_wrap .woocommerce-variation.single_variation {
    margin-bottom: 20px;
    /*display: none !important;*/ 
    display: none !important;
}
/*.woocommerce-variation-price{
    display: block !important;
}*/
.main-cat img {
    height: 233px;
    width: auto;
    display: table;
    margin: 0 auto;
}
.cat-info {
    background-color: rgba(47, 100, 51, 0.8);
    height: 100%;
    position: absolute;
    top: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition:all ease 0.5s;
}
.tab-align{
    display: table;
    width: 100%;
    height: 100%;
}
.tab-align > div{
    display: table-cell;
    vertical-align: middle;
}
.main-cat:hover .cat-info{
    opacity: 1;
    visibility: visible;
    top: 0;
    transition:all ease 0.5s;
}
.cat-info h3{
    color: #fff;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 20px;
}
.cat-info a{
    background-color: #fff;
    color: #333;
    font-size: 18px;
    padding: 14px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}
.cat-info a:hover{
    background: #45bbd4 none repeat scroll 0 0;
    color: #fff;
    transition: background-color 0.25s ease-out 0s, color 0.25s ease-out 0s;
}
.cat-text > div{
    padding: 0;
}
.cat-text p strong{
    color: #2f6433;
    font-size: 18px;
    font-weight: 300;
}
.cat-text img{
    width: 100%;
}
.cat-text .pt60 .float-left{
    padding-right: 0.625rem !important;
}
.cat-text .pt60 .float-right{
    padding-left: 0.625rem !important;
    padding-right: 0.625rem !important;
}
#fedinfo{
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}
#fedinfo p{
    margin-bottom: 0;
}


.cat-text p a{
    font-size: 18px;
}
.cat-sidebar h2{
    font-size: 22px;
    margin: 8px 0px 25px 0px;
    color: #2f6433;
    line-height: 1;
}
.cat-sidebar ul {
    padding-right: 50px;
}
.cat-sidebar li a {
    border-top: 1px solid #ececec;
    color: #666;
    display: block;
    font-size: 18px;
    line-height: 1;
    padding: 18px 10px;
}
.cat-sidebar li a:hover, .cat-sidebar li a.active{
    color: #45bbd4;
}
.pager span, .woocommerce-result-count {
    color: #666;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    margin-top: 12px !important;
}
.category-list.products {
    border-top: 1px solid #ececec;
    margin-top: 0px;
}
.product-info{
    background: #f6f6f6 none repeat scroll 0 0;
    border: 1px solid #ececec;
    padding: 5px 5px 10px;
}
.woocommerce .product-list .woocommerce-ordering, .woocommerce .product-list .woocommerce-result-count {
    margin: 0 0 15px;
}
.product-info h3 {
    color: #2f6433;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    min-height: 40px;
}
.product-info .price {
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 1;
    text-align: center;
}
.product-box {
    margin-top: 30px;
}
.img-product{
    position: relative;
    overflow: hidden;
}
.product-hover {
    background-color: rgba(47, 100, 51, 0.8);
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    left: -100%;
    transition: all ease 0.5s;
}
@supports(-ms-ime-align:auto) {
    .woocommerce-cart .coupon-row .coupon {
        width: 39.5%;
    }
}

.product-hover span, #community-outside .added_to_cart.wc-forward {
    border: 1px solid #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    cursor: pointer;
    /*font-size: 48px;*/
}
#community-outside .added_to_cart.wc-forward{
    text-indent: -9999px;
    background-position: 6px -468px;
}
#community-outside .ajax_add_to_cart.loop.added{
    display: none;
}
.page-template-community-programs-new .prd-desc a{
    display: block;
}
.prd-cart {
    background-position: 6px -431px;
}
.prd-view {
    background-position: -59px -433px;
}
.hover-align{
    display: table;
    height: 100%;
    width: 100%;
}
.hover-align > div{
    display: table-cell;
    vertical-align: middle;
}
.hover-align a{
    margin-right: 10px;
}
.hover-align a:last-child{
    margin-right: 0px;
}
.product-box:hover .product-hover, .prd-hover:hover .product-hover{
    opacity: 1;
    visibility: visible;
    left: 0;
    transition: all ease 0.5s;
}
.prd-thumb {
    position: relative;
    overflow: hidden;
    min-height: 100px;
    background: #f3f3f3;
}
.product-box:hover .product-info h3:hover{
    color: #45bbd4;
}
.sort-option select, .woocommerce-ordering select{
    font-size: 14px;
    margin: 0px 0px 0px 0px;
    color: #666666;
    border: 1px solid #ececec;
    height: 40px;
    padding-top: 6px;
    background-image:url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-size: 14px 8px;
}
.sort-option span, .vies-as a span{
    /*width: 18px;*/
    height: 18px;
    display: inline-block;
    background-image: url(../images/sprite.png);
    cursor: pointer;
    margin-top: 9px;
    margin-left: 8px;
    margin-right: 10px;
    float: left;
}
.list, .dashicons-exerpt-view {
    background-position: -440px -318px;
}
.grid, .dashicons-grid-view {
    background-position: -480px -318px
}
.list:hover, .current-list, .gridlist-toggle a .dashicons-exerpt-view:hover, .gridlist-toggle a.active .dashicons-exerpt-view {
    background-position: -440px -358px;
}
.grid:hover, .current-list, .gridlist-toggle a .dashicons-grid-view:hover, .gridlist-toggle a.active .dashicons-grid-view{
    background-position: -480px -358px
}
#products .product-list .page-title, #products .product-list .term-description, .gridlist-toggle > span{
    display: none !important;
}
#products .product-list .gridlist-toggle .dashicons:before{
    content: none;
}
.product-info .star-rating, .prd-desc .star-rating{
    display: none !important;
}
.gridlist-toggle a{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    line-height: 1 !important;
    padding: 0 !important;
}
#products .product-list .vies-as{
    float: right;
    margin-right: 15px;
    display: none;
}
#products .product-list .gridlist-toggle {
    line-height: 0 !important;
    margin: 0 !important;
    padding: 0 0 !important;
}
.img-product img{
    width: 100%;
    height: 150px;
}
.tax-product_cat #products{
    padding-bottom: 0;
}
.tax-product_cat ul.products{
    margin-bottom: 0;
}
.tax-product_cat .product-info a {
    text-align: center;
    display: block;
}
/*----------------------- Product Details-------------------------*/
#product-detail .right-title{
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
    text-transform: capitalize;
}
#product-detail .right-title a{
    font-size: 16px;
    text-transform: capitalize;
}
#product-detail .product_list_widget li{
    width: 50%;
    float: left;
    padding: 0 !important;
}
#product-detail .product_list_widget li:last-child{
    float: right;
    text-align: right;
}
#product-detail .product_list_widget li a{
    color: #2f6433;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
#product-detail .details-info.clearfix {
    margin-top: 40px;
}
#product-detail .product_list_widget {
    float: left;
    width: 100%;
}
#product-detail .product_list_widget li:first-child a:before {
    background: rgba(0, 0, 0, 0) url("//www.greatamericanrainbarrel.com/wp-content/themes/tgarb/css/../images/sprite.png") no-repeat scroll -331px -481px;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 9px;
}
#product-detail .product_list_widget li:last-child a:after {
    background: rgba(0, 0, 0, 0) url("//www.greatamericanrainbarrel.com/wp-content/themes/tgarb/css/../images/sprite.png") no-repeat scroll -350px -481px;
    content: "";
    display: inline-block;
    float: right;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 9px;
}
#product-detail .product_list_widget li:first-child a:hover:before{
    background-position: -369px -481px;
}
#product-detail .product_list_widget li:last-child a:hover:after{
    background-position: -388px -481px;
}
#product-detail .product_list_widget li a:hover,
#product-detail .product_list_widget li a:focus,
#product-detail .product_list_widget li a:active {
    color: #45bbd4;
}
.woocommerce .star-rating span::before {
    color: #45bbd4;
}
#comment{
    box-shadow: none;
}
.crl-ajax-auth .close{
    background-image: url(../images/close.png);
    background-repeat: no-repeat;
    height: 25px;
    text-indent: -9999px;
    width: 25px;
    margin-top: -1px;
}
.meta em{
    font-style: normal;
}
.avatar{
    display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    margin: 0 !important;
}
.woocommerce #reviews #comment {
    height: 100px;
    padding-top: 10px;
    color: #333;
}
#login.crl-ajax-auth input#username, #login.crl-ajax-auth input#password{
    font-weight: 300;
    color: #333;
    box-shadow: none;
}
.crl-ajax-auth input.button {
    width: 100px;
}
.prd-title{
    font-size: 30px;
    color: #2f6433;
    line-height: 44px;
    margin: -5px 0 15px;
    text-transform: uppercase;
}
.crl-ajax-auth > h1{
    font-size: 24px;
    color: #2f6433;
    line-height: 1;
    margin: -15px 0 0 !important;
    text-transform: none;
    font-weight: 400;
}
.details-info .price, .details-info .amount{
    font-size: 24px;
    line-height: 27px;
    color: #333333;
    vertical-align: bottom;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}
.about_paypal{
    display: none !important;
}
.prd-attribute span{
    font-size: 16px;
    line-height: 1;
    color: #333;
}
.woocommerce-product-rating{
    margin-bottom: 0 !important;
}
.prd-attribute span strong{
    color: #2f6433;
    font-weight: 400;
}
.attribute-info .sort-option label, .swatchtitlelabel{
    color: #333;
    display: inline-block;
    font-size: 16px;
    font-weight: 400 !important;
}
.swatchtitlelabel, td.label{
    background: none !important;
}
td.value{
    padding-bottom:0!important;
}
td.value, td.label{
    float: left;
}
td.label{
    width:30%;
}
.variations tbody tr{
    float: left;
    width: 50%;
}
.variations tbody tr:first-child .value{
    width: 60%;
}
.attribute-swatch{
    margin-top: 4px;
    display: inline-block;
}
.reset_variations{
    display: none !important;
}
.attribute-info .sort-option select {
    width: 115px;
    margin-left: 10px;
    min-width: 105px !important;
    margin-right: 0 !important;
}
.variations tbody{
    border:none;
}
.woocommerce div.product form.cart .reset_variations {
    font-size: 14px !important;
    margin-left: 5px;
}
.small-info{
    padding: 30px 0px 20px;
    border-top:1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.small-title{
    font-size: 20px;
    line-height: 1;
    margin:0px 0px 15px 0px;
    text-transform: uppercase;
}
.quantity-box .small-title{
    float: left;
    margin: 15px 24px 10px 0;
}
.quantity.quantity-box{
    float: none !important;
}
.small-info p{
    margin-bottom: 0;
}
.qty {
    border-color: #cccccc;
    box-shadow: none;
    color: #666;
    font-size: 18px;
    height: 50px;
    padding: 0;
    text-align: center;
    width: 50px;
    float: left
}
.qtybtn {
    background: #f6f5f5 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    color: #2f6433;
    display: block;
    font-size: 18px;
    height: 25px;
    line-height: 1;
    padding: 0;
    text-align: center;
    width: 25px;
}
.qtyminus{
    border-width: 0px 1px 1px 1px;
    background: #ebebeb none repeat scroll 0 0;
}
.cart-button{
    margin-top: 60px;
}
.cart-button .button, .add_to_wishlist, .yith-wcwl-wishlistaddedbrowse.show a,
.yith-wcwl-wishlistexistsbrowse.show a{
    width: 180px;
    padding: 15px 0px !important;
    text-align: center;
    border: 1px solid #cccccc;
    color: #2f6433;
    background: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 15px !important;
    border-radius: 0 !important;
}
.cart-button .button.cart-btn{
    color: #fff !important;
    background: #2f6433;
    border: 1px solid #2f6433;
}
.cart-button .button:hover, .add_to_wishlist:hover, .yith-wcwl-wishlistaddedbrowse.show a:hover,
.yith-wcwl-wishlistexistsbrowse.show a:hover{
    color: #fff !important;
    background: #45bbd4 !important;
    border: 1px solid #45bbd4;
    transition: background-color .25s ease-out,color .25s ease-out;
}
.cart-button a.button {
    width: 100px !important;
    margin:0;
}
.cart-button .addtoany_share_save i {
    background-image: url("../images/sprite.png");
    background-position: -157px -1px;
    display: inline-block;
    height: 17px;
    vertical-align: top;
    width: 17px;
}
.cart-button a.button:hover i{
    background-position: -157px -45px;
}
.cart-button .yith-wcwl-add-to-wishlist {
    margin-top: 0px;
    float: left;
}
.yith-wcwl-wishlistaddedbrowse.show .feedback, .yith-wcwl-wishlistexistsbrowse.show .feedback, .yith-wcwl-add-to-wishlist .ajax-loading{
    display: none !important;
}
.addtoany_list.a2a_kit_size_32 a {
    font-size: 18px !important;
}
.woocommerce-Tabs-panel h2, .comment-reply-title, .comment-notes{
    display: none;
}
.woocommerce-Tabs-panel ul li{
    margin-left: 30px;
    list-style-type: disc;
    font-size: 16px;

}
#tab-description p{margin-top: 25px;}
#tab-description p:last-child, .woocommerce-Tabs-panel--test_video .owl-wrapper{
    margin-bottom: 25px;
}
.woocommerce-Tabs-panel--test_video .owl-wrapper .owl-item{
    text-align: center;
}
#tab-test_tab p{
    margin-bottom: 3px;
    font-size: 16px;
}
.woocommerce-Tabs-panel p{
    margin-bottom: 0;

}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs{
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
    border: none;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #ccc;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    border-radius: 0;
    margin: 0 30px;
    padding: 0px 0px 10px 0px;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{
    border-bottom: 3px solid #45bbd4;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a{
    color: #45bbd4;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li::after{
    content: none;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 0 10px;
    font-weight: 400;
    color: #2f6433;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}
.single-product.woocommerce div.product .woocommerce-tabs .panel {
    margin: 40px 0 0em;
    padding: 0;
}
.single-product .small-info p{margin-top:10px;}
.woocommerce-Tabs-panel--description{
    margin-bottom: 30px !important;
}
.shop_attributes tbody, table.shop_attributes, .shop_attributes th, .shop_attributes td{
    border: none !important;
}
#recently-view .prd-desc{
    background: #fff none repeat scroll 0 0;
    padding: 15px 3px;
}
#releted-prd .prd-desc{
    background: #ececec;
    padding: 15px 3px;
}
#recently-view .prd-desc > a, #releted-prd .prd-desc > a  {
    font-size: 16px;
    line-height: 20px;
    min-height: 40px;
    vertical-align: sub;
    margin-bottom: 5px;
    display: block;
}
#recently-view .prd-desc > a{
    min-height: 60px;
}
#recently-view .prd-hover, #releted-prd .prd-hover {
    border: 1px solid transparent;
}
#recently-view .prd-hover:hover, #releted-prd .prd-hover:hover  {
    border: 1px solid #2f6433;
    box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.5);
}
#recently-view .prd-hover:hover .prd-desc{
    background: #ececec;
}
#releted-prd .prd-hover:hover .prd-desc{
    background: #fff;
}
#recently-view img, #releted-prd img{
    height: 181px;
    width: 100%;
}
#recently-view .medium-2, #releted-prd .medium-2{
    width: 100%;
}
.single-product .owl-buttons div{
    margin-top: 0 !important;
}
.wpb_wiz_gallery_slider.owl-theme .owl-controls .owl-buttons div.owl-next{
    margin-right: 0 !important;
    right: 3px;
}
.wpb-wiz-main-images{
    padding-left: 3px;
    padding-right: 3px;
}
#wpb_wiz_gallery{
    margin-top: 10px !important;
}
.wpb_wiz_gallery_slider.owl-theme .owl-controls .owl-buttons div i {
    font-size: 14px;
}
.wpb_wiz_icons_chevron-right{
    margin-left: 3px;
}
.wpb_wiz_icons_chevron-left{
    margin-right: 3px;
}
#wpb_wiz_gallery .owl-wrapper-outer{
    width: 99%;
    margin-left: 3px;
}
.wpb_wiz_gallery_slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 3px;
}
.wpb_wiz_gallery_slider.owl-theme .owl-controls .owl-buttons div.owl-next,
.wpb_wiz_gallery_slider.owl-theme .owl-controls .owl-buttons div.owl-prev{
    text-indent: initial;
    color: #fff;
}
.single-product .owl-prev {
    background-position: -217px -442px !important;
    left: 0;
    margin-left: -20px;
}
.single-product .owl-next {
    background-position: -275px -442px !important;
    right: 0;
    margin-right: -20px !important;
}
.variations_form.cart, .single-product form.cart{
    margin-bottom: 0 !important;
}
.single-product .product_meta, .crl-ajax-auth .text-link{
    display: none !important;
}
.single_variation_wrap{
    position: relative;
}
#show_login{
    font-size: 18px;
    font-weight: 400;
}
/*.woocommerce-variation.single_variation{
        position: absolute;
        top: 50%;
        left: 0%;
        margin-top: -18px;
        }*/
.single_variation_wrap .amount{
    font-size: 24px;
    color: #333;
}
.detail-img .images, .detail-img .images a, .detail-img .images a img{
    width: 100% !important;
    display: block;
    margin-bottom: 0 !important;
    cursor: zoom-in;
}
.detail-img .images{
    position: relative;
}
.woocommerce div.product div.images .zoomicon{
    width: 100%;
    height: 40px;
    position:absolute;
    top:45%;
}
.woocommerce div.product div.images .zoomicon .iconwp {
    background-image: url(../images/sprite.png);
    background-position: -59px -433px;
    height: 40px;
    width: 40px;
    margin: 0 auto;
    display: none;
}
.woocommerce div.product div.images:hover .zoomicon .iconwp{
    display: table;
}
body.search .page-description{
    display: none;
}
.single-product .ppt{
    display: none !important;
}
/*------------------------Wishlist------------*/

.shop_table.cart.wishlist_table tfoot, .wishlist-title {
    display: none;
}
.shop_table.cart.wishlist_table a.remove_from_wishlist {
    background-image: url("../images/remove.png");
    background-repeat: no-repeat;
    height: 25px;
    text-indent: -9999px;
    width: 18px;
    margin: 0 auto;
}
.shop_table.cart.wishlist_table a.remove_from_wishlist:hover{
    background: url("../images/remove.png") no-repeat !important;
    text-decoration: none !important;
}
.shop_table.cart.wishlist_table .product-name a, .shop_table.cart.wishlist_table td span{
    font-size: 18px;
}
.woocommerce table.wishlist_table{
    border-radius: 0px !important;
}
.woocommerce table.wishlist_table thead th {
    border-top: 1px solid transparent !important;
}
.woocommerce table.wishlist_table .product-price{
    text-align: right;
}
.woocommerce table.wishlist_table .product-stock-stauts{
    text-align: center;
}
.woocommerce table.wishlist_table .nobr {
    font-size: 18px;
    font-weight: 400;
    color: #666;
}
.woocommerce .wishlist_table .product-add-to-cart{
    width: 18%;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    margin-bottom: 0px;
    border-radius: 0;
    background-color: #28552b;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    width: 145px !important;
}
.woocommerce .wishlist_table td.product-add-to-cart a:hover {
    background-color: #45bbd4;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
/*-----------------------CART-----------------------*/
#shipping_method li:before{
    content: none !important;
}
.woocommerce .calculated_shipping ul#shipping_method li,
.woocommerce .woocommerce-checkout-review-order-table ul#shipping_method li{
    margin: 0;
    padding: 0;
    text-indent: -22px;
    list-style: none;
    width: 100%;
}
.woocommerce .calculated_shipping ul#shipping_method li label,
.woocommerce .woocommerce-checkout-review-order-table ul#shipping_method li label{
    display: inline;
    margin: 0;
    color: #666;
}
.woocommerce .calculated_shipping ul#shipping_method .amount,
.woocommerce .woocommerce-checkout-review-order-table ul#shipping_method .amount{
    font-weight: 400;
    display: block;
    color: #333;
}
.woocommerce-cart .cart-collaterals {
    position: relative;
    margin-top: -248px;
    float: right;
    width: 50% !important;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals{
    float: right;
    width: 100%;
}
.woocommerce .shop_table_responsive{
    border: 1px solid #eae7e5 !important;
    border-radius: 0 !important;
}
.woocommerce .cart-info .shop_table_responsive{
    padding: 0px 9px;
}
tr.cart_item .product-quantity .quantity.quantity-box{
    margin-top: 0 !important;
}
.term-unpainted-rain-barrels .product-info h3{
    min-height: 61px;
}
.woocommerce .shop_table_responsive thead th {
    background: #fff none repeat scroll 0 0;
    color: #666666;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 20px 40px;
}
.woocommerce-checkout-review-order-table .variation dt,
.woocommerce-checkout-review-order-table .variation dd{
    font-size: 14px;
}
.woocommerce-MyAccount-content .order_item dl.variation {
    position: relative;
    margin-bottom: 0 !important;
}
.woocommerce-MyAccount-content .order_item dl.variation dd{
    padding: 0 !important;
    margin: 0 !important;
}
.woocommerce-MyAccount-content .order_item dl.variation dt {
    color: #306434;
    font-size: 16px;
    font-weight: 500 !important;
}
.woocommerce-MyAccount-content .order_item dl.variation dd p{
    font-size: 16px;
}
.woocommerce .shop_table_responsive tbody td {
    padding: 30px 40px;
    border-top: 1px solid #e6e6e6;
}
.woocommerce .shop_table_responsive .product-thumbnail a{
    font-size: 20px;
    margin: 0 !important;
}
.woocommerce .shop_table_responsive .product-thumbnail a img,.woocommerce .shop_table_responsive .product-thumbnail img{
    width: 83px;
}
.woocommerce .shop_table_responsive .product-thumbnail .product-name{
    color:#2f6433;
    font-size: 17px;
}
.woocommerce .shop_table_responsive .product-name {
    margin-left: 20px;
    position: relative;
    max-width: 435px;
    word-wrap: break-word;
    display: inline-table;
    text-align: left;
}
.shop_table_responsive .product-price{
    text-align: right;
}
.woocommerce .shop_table_responsive a.remove{
    background-image: url("../images/remove.png");
    background-repeat: no-repeat;
    height: 25px;
    text-indent: -9999px;
    width: 18px;
}
.woocommerce .shop_table_responsive a.remove:hover{
    background: url("../images/remove.png") no-repeat;
}
.woocommerce .shop_table_responsive tr:nth-child(2n), table tbody tr:nth-child(2n) {
    background-color: #fff;
}
.woocommerce .cart-collaterals table.shop_table{
    border: medium none;
    float: right;
    width: 75%;
}
.woocommerce .cart-collaterals .shop_table_responsive th {
    background: #fff none repeat scroll 0 0;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    border: none !important;
    padding: 15px 15px;
}
.woocommerce .cart-collaterals .shop_table_responsive td {
    background: #fff none repeat scroll 0 0;
    border: medium none !important;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1 !important;
    padding: 15px 40px 15px 15px;
    text-align: right;
}
.cart-collaterals .order-total .woocommerce-Price-amount.amount {
    color: #2f6433;
    font-size: 24px;
    font-weight: 400;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout .button {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #2f6433;
    border-radius: 0;
    color: #2f6433;
    font-size: 18px;
    font-weight: 400;
    margin-left: 40px;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
    float: right;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout .button.checkout-btn{
    background: #2f6433;
    color: #fff;
    width: 180px;
}
.woocommerce .cart-collaterals .wc-proceed-to-checkout .button:hover,
.woocommerce .cart.coupon-row .button:hover, .woocommerce-checkout .woocommerce .form-row input.button:hover,
.woocommerce-checkout .woocommerce .form-row input.button:active, .woocommerce-checkout .woocommerce .form-row input.button:focus{
    background: #45bbd4;
    color: #fff;
    border-color: #45bbd4;
}
.wc-proceed-to-checkout{
    float: left;
    width: 100%;
}
.woocommerce table.shop_table.coupon-row{
    border: none !important;
}
.coupon-row td{
    padding:0 !important;
}
.coupon-row .coupon{
    background-color: #ebebeb;
    padding: 25px;
    /*width: auto;*/
}
.woocommerce-cart .coupon-row .coupon{
    border:none !important;
    box-shadow: none !important;
}
.coupon-row .coupon{
    width: 467px;
}
.coupon-row .coupon > span {
    color: #2f6433;
    display: block;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
    text-align: left;
    width: 100%;
}
.coupon-row #coupon_code{
    border: 1px solid #e2e2e2;
    box-shadow: none;
    color: #999999;
    font-size: 16px;
    height: 50px;
    padding: 0 20px;
    width: 230px;
    margin-right: 0;
}
.woocommerce .cart.coupon-row .button, .woocommerce-checkout .woocommerce .form-row input.button {
    background-color: #2f6433;
    border: 1px solid transparent;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    height: 50px;
    padding: 0 25px;
    text-transform: uppercase;
    width: auto;
    opacity: 1;
}
.coupon-row .actions > input{
    color: #fff !important;
}
.cart-info + .woocommerce-error, .cart-info + .woocommerce-message, .cart-bottom + .woocommerce-message, .cart-bottom + .woocommerce-message + .cart-info, .cart-bottom + .woocommerce-message + .cart-info + .woocommerce-message + .cart-bottom{
    display: none !important;
}
.woocommerce-error li:before{
    content: none !important;
}
dl.variation {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    margin-top: 33px;
}
dd.variation-color, dd.variation-size {
    margin-right: 10px;
    margin-left: 5px;
}
.variation dl, .variation dt, .variation dd {
    font-weight: 400;
    float: left;
    font-size: 14px;
}

/*-----------------------CART-----------------------*/

/*-----------------------Checkout-----------------------*/
.order-actions{
    width: 250px;
}
#billing_country_field, #shipping_country_field{
    border: 1px solid #ccc;
    background: #f5f5f5;
    height: 50px;
    padding: 11px 20px !important;
    opacity: 0.8;
    cursor: no-drop;
    min-height: 100%;
    margin-bottom: 20px !important;
}
#myaccfields  #billing_country_field, #myaccfields  #shipping_country_field{
    padding: 11px 20px !important;
    margin-bottom: 30px;
}
#myaccfields label{
    display: none;
}
#billing_country_field strong,#shipping_country_field strong {
    font-weight: 300;
    font-size: 16px;
}
.customperpickup{
    margin-bottom: 20px;
    color: #666;
    font-size: 16px;
}
.customperpickup.mt40 h3{
    margin-bottom: 15px !important;
}
.customperpickup address {
    font-style: normal;
    color: #333;
}
.woocommerce-checkout-review-order-table dl.variation,
.woocommerce-order-received dl.variation{
    margin: .25em 0;
    position: relative;
}
.woocommerce-checkout-review-order-table dl.variation dd,
.woocommerce-order-received dl.variation dd {
    padding: 0 0 0em !important;
    margin-bottom: 0 !important;
}
.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #e1e1e1;
}
.select2-results .select2-result-label{
    font-size: 16px;
}
.select2-search {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    z-index: 10000;
    white-space: nowrap;
    padding-bottom: 0px;
    box-sizing: border-box;
    padding-top: 5px;
}
.js-sv-wc-payment-gateway-credit-card-form-input{
    font-size: 16px !important;
    color: #333;
    font-weight: 300;
}
/*#formcheck.woocommerce-checkout .woocommerce-error{
        display: none;
        }*/

#about-us #formcheck.woocommerce-checkout .woocommerce-error li {
    width: 33.33% !important;
    margin-bottom: 5px;
    font-size: 16px;
    padding-right: 10px;
}
#about-us #formcheck.woocommerce-checkout .woocommerce-error li strong{
    font-weight: 300;
}
.woocommerce-checkout .woocommerce-info::before{
    content: none;
}
.woocommerce-checkout .woocommerce-info {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    padding: 15px 20px !important;
    color: #999;
    margin-bottom: 20px !important;
}
.woocommerce-checkout .woocommerce-info a{
    font-size: 18px;
}

.woocommerce-checkout textarea, .woocommerce-checkout [type="email"], .woocommerce-checkout [type="search"], .woocommerce-checkout [type="tel"], .woocommerce-checkout [type="text"],
.woocommerce-checkout [type="password"] {
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow:none;
    color: #333;
    font-size: 16px;
    height: 50px;
    margin-bottom: 0;
    padding: 0 20px;
}

.woocommerce-checkout .woocommerce .checkout_coupon .form-row.form-row-first{
    width: 30%;
    margin: 0 !important;
    padding: 0 !important;
}
.woocommerce-checkout .woocommerce .checkout_coupon .form-row.form-row-last{
    width: 20%;
    float: left;
    margin: 0 !important;
    padding: 0 !important;
}
.lost_password a{
    font-size: 16px;
}
.woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login, .woocommerce-checkout .woocommerce form.register {
    border: 1px solid #e1e1e1;
    border-radius: 0;
}
.woocommerce-checkout #customer_details h3, #order_review_heading{
    border-bottom: 1px solid #ececec;
    color: #2f6433;
    font-size: 24px;
    line-height: 1;
    margin: 0 0 25px;
    padding-bottom: 13px;
}
.woocommerce-checkout #customer_details{
    float: left;
    width: 66.6667%;
    padding-right: 10px;
}
#order_review{
    float: right;
    width: 33.3333%;
    padding-left: 10px;
}
.woocommerce-checkout #customer_details > div, #place_order{
    float: none;
    width: 100%;
}
.woocommerce-checkout #customer_details > div.col-2{
    margin-top: 50px;
}
form.woocommerce-checkout{
    float: left;
    width: 100%;
    margin-top: 25px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table{
    border: 1px solid #e1e1e1;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 0px 9px;
}
table thead, table tfoot{
    background: none;
}
.woocommerce table.shop_table th{
    color: #666;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table thead th{
    color: #666;
    font-weight: 400;
    padding: 10px 13px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot th, .woocommerce-remove-coupon{
    font-size: 16px;
}
.woocommerce-remove-coupon{
    display: block;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td.product-name{
    color: #2f6433;
    width: 50%;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td{
    line-height: 26px;
    padding: 15px 13px;
    border-color: #e1e1e1;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tfoot td{
    padding: 15px 13px;
    vertical-align: top;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td:last-child,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th:last-child{
    text-align: right;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table td{
    color: #333;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.order-total td{
    color: #2f6433;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.order-total td{
    font-size: 24px;
}
.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table tr.order-total td strong, .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th{
    font-weight: 400;
}
.woocommerce-checkout .woocommerce-checkout-payment {
    background: none !important;
    border-radius: 0px !important;
}
.wc_payment_methods.payment_methods.methods{
    border: 1px solid #e1e1e1 !important;
    padding: 15px 15px 15px !important;
}
.wc_payment_methods.payment_methods.methods li{
    line-height: 28px !important;
    padding: 0 !important;
    width: 100% !important;
}
.form-row.place-order{
    padding: 10px 0px 0px !important;
}
.select2-container .select2-choice {
    background-color: #f6f6f6;
    border: 1px solid #e1e1e1 !important;
    border-radius: 0;
    color: #666;
    height: 50px;
}
.select2-container .select2-choice > .select2-chosen {
    color: #666;
    font-size: 16px;
    height: 50px;
    padding-left: 12px;
    padding-top: 17px;
}
.select2-drop-active{
    border-color: #e1e1e1 !important;
}
/*-----------------------Checkout-----------------------*/
.woocommerce-checkout .checkbox::before, .login-link .checkbox::before, .iagree::before, .formfieldwp .checkbox::before{
    border: 1px solid #437347;
    content: "";
    display: inline-block;
    height: 15px;
    left: 0;
    margin-right: 8px;
    margin-top: 0;
    top: 0;
    vertical-align: middle;
    width: 15px;
}
.woocommerce-checkout .checkbox::before{
    margin-top: -1px !important;
}
.woocommerce-checkout .form-row.form-row-wide.create-account.woocommerce-validated{
    min-height: 100%;
}
.woocommerce-checkout .checkbox, .login-link .checkbox, .iagree::before, .formfieldwp .checkbox{
    margin: 0;
}
.woocommerce-checkout input[type="checkbox"]:checked + .checkbox::before,
.login-link input[type="checkbox"]:checked + .checkbox::before,
input[type="checkbox"]#iagree:checked + .iagree::before,
.formfieldwp .input-checkbox[type="checkbox"]:checked + .checkbox::before
{
    background-image: url("../images/checkboxarrow.png");
    background-repeat: no-repeat;
    border-color: #2f6433;
    display: inline-block;
    background-position: center;
}
.formfieldwp.woocommerce form .form-row{
    min-height: 94px;
}
.formfieldwp.woocommerce form .form-row.form-row-wide{
    min-height: 40px;
}
.formfieldwp.woocommerce form .form-row.form-row-wide .your-address{
    margin-bottom: 30px;
    display: table;
    width: 100%;
}
.formfieldwp.woocommerce form .form-row.form-row-wide .your-address .error{
    margin-bottom: 0;
}
.formfieldwp h5{
    color: #2f6433;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 10px;
    width: 100%;
    text-transform: capitalize;
}
.woocommerce-checkout input[type="checkbox"], .login-link #rememberme, #iagree, #agree, .formfieldwp input[type="checkbox"]{
    display: none !important;
}
/*.about_paypal, .woocommerce-billing-fields p > label, .woocommerce-shipping-fields p > label, .woocommerce-checkout form.login p > label{
    display: none !important;
}*/
.woocommerce-billing-fields p > label.error, .woocommerce-shipping-fields p > label.error, .woocommerce-checkout form.login p > label.error{
    display: block !important;
}
.woocommerce-shipping-fields p label.error{
    display: block !important;
}
.woocommerce-billing-fields > p, .create-account p, .woocommerce-shipping-fields .shipping_address > p, #order_comments_field{
    margin-bottom: 20px !important;
    padding: 0 !important;
}
.woocommerce-billing-fields p.create-account > label, .woocommerce-billing-fields > p label.error,
.woocommerce-shipping-fields > p label.error{
    display: inline !important;
}
.select2-container .select2-choice .select2-arrow b::after{
    border-width: 7px !important;
    margin-left: -22px !important;
    margin-top: -3px !important;
}
#order_comments{
    height: 105px;
    padding-top: 20px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 48.5%;
}
.woocommerce-shipping-fields {
    position: relative;
}
#ship-to-different-address{
    position: absolute;
    right: 0;
    top: 0;
}
.wc_payment_method input{
    margin: 0 !important;
}
.wc_payment_method > label {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}
.payment_box{
    background-color: #f5f5f5 !important;
    border: 1px solid #e1e1e1 !important;
    padding: 15px 15px !important;
}
.payment_box p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.woocommerce-checkout #payment div.payment_box::before {
    border-color: transparent transparent #e1e1e1;
    margin: -20px 0 0 1em;
}

.tablescroll{
    display: block;
    width: 100%;
    min-width: 90%;
    overflow: auto;
}
.tablescroll table{
    min-width: 700px;
    width: 99.9%;
}
.tablescroll table th{
    font-size: 16px;
    text-align: center;
}
.tablescroll table td label.error{
    margin-bottom: 10px;
    position: absolute;
    display: table !important;
    text-align: left;
    width: 180px;
    bottom: 0;
}
.tablescroll table tfoot tr{
    background: #ddd;
}
.tablescroll table tbody tr:first-child .removerow{
    display: none;
}
.plusminus{
    margin: 0 5px;
    font-weight: bold;
    font-size: 26px;
}

/* Thankyou order*/

.woocommerce-order-received .woocommerce header {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    box-shadow: none;
    position: relative;
    z-index: -1;
}
.woocommerce-thankyou-order-received {
    font-size: 24px;
    font-weight: 400;
}
.order_details {
    background: #f3f3f3 none repeat scroll 0 0;
    padding: 20px;
}
.woocommerce-order-received #about-us .order_details li{
    color: #2f6433;
    float: left;
    font-size: 16px;
    font-weight: 400 !important;
    line-height: 22px;
    margin-bottom: 0;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
    width: auto;
}
.order_details li:before{
    content: none !important;
}
.woocommerce .order_details li strong {
    color: #666;
    font-weight: 400;
    font-size: 20px;
}
.woocommerce > h2, .woocommerce header h2, .order-left h2, #myaccfields h3{
    color: #2f6433;
    font-size: 24px;
}
.addresses .title h3 {
    color: #2f6433;
    font-size: 22px;
}
.shop_table.order_details {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0 !important;
    padding: 0 9px;
}
.woocommerce table.shop_table.order_details th {
    color: #666;
    font-size: 18px;
    font-weight: 400;
}
.woocommerce table.shop_table.order_details td, .woocommerce table.shop_table.order_details td a,
.woocommerce table.shop_table.order_details tfoot th, .order_details .product-quantity{
    font-size: 16px;
}
.woocommerce table.shop_table.order_details td{
    color: #333;
    padding: 12px 10px;
}
.woocommerce table.shop_table.order_details th.product-total, .woocommerce table.shop_table.order_details tfoot td, .product-total{
    text-align: right;
}
.order-left {
    float: left;
    width: 52%;
}
.order-left > p, .ced_my_account_place_same_order, .woocommerce-account .account-orders-table .order-actions .button.cancel, .order-actions .pay{
    display:none !important;
}
.order-right{
    float: right;
    width: 45%;
}
.order-right .shop_table.customer_details{
    border: none;
}
.order-right .shop_table.customer_details th, .order-right .shop_table.customer_details td{
    padding-left: 0;
    font-size: 16px;
}
.addresses address {
    font-style: normal;
    color: #666;
    font-size: 16px;
}
.woocommerce-thankyou-order-details.order_details ~ p{
    display: none;
}


/*********** Login *************/
.woocommerce-error li{
    width: 100% !important;
}
.login-notice .woocommerce-error a{
    display: none;
}
.expanded div, .expanded{
    margin-bottom: 0;
}
#customer_login h2 {
    color: #2f6433;
    font-size: 24px;
    line-height: 26px;
    margin: 0;
}
.woocommerce #customer_login form.login, .woocommerce #customer_login form.register {
    border: 0;
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
}
#customer_login input.input-text{
    background: #f5f5f5;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    color: #333;
    font-size: 16px;
}
#customer_login input.input-text:focus, .input-text:focus{
    border: 1px solid #45bbd4 !important;
}
.woocommerce #customer_login form .form-row {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
}
.login-link label, .iagree{
    font-size: 16px;
    color: #666666;
    float: left;
    line-height: 1 !important;
}
.login-link a{
    font-size: 16px;
    float: right;
    font-weight: 400;
}
.login-link .checkbox::before, .iagree::before {
    border: 1px solid #437347;
    margin-right: 5px;
    margin-top: -1px;
}
.iagree{
    margin-left:0 !important;
}
.news-ok{
    font-weight: 400;
    color: #666;
    font-size: 16px;
}
.news-ok input{
    margin-right: 10px;
}
.spac-left{
    margin-left: 40px;
}
#customer_login, .lost_reset_password{
    margin-bottom: 80px;
}
.page-template-my-account #about-us{
    padding-bottom: 0 !important;
}
#updateme-error {
    position: absolute;
    top: 100%;
    margin-top: -15px;
    margin-left: 0;
}
#lostpwd .woocommerce-FormRow{
    width: 100% !important;
}

/************* MY ACCOUNT ****************/
/*#tab-test_tab p strong{
        float: left;
        width: 15%;
        height: 28px;
        color: #306434;
        font-weight: 500;
        }*/
.woocommerce-account #about-us .woocommerce-MyAccount-content {
    width: 72%;
}
.woocommerce-account #about-us .woocommerce-MyAccount-navigation {
    width: 25%;
}
.order-right header{
    position: relative;
    background: none;
    box-shadow: none;
}
.woocommerce-MyAccount-content .order-left, .woocommerce-MyAccount-content .order-right{
    float: none;
    width: 100%;
}
.woocommerce-MyAccount-content mark {
    background: none;
    color: #333;
    font-weight: 400;
}
#shipping_country_field > label, #billing_country_field > label{
    display: none;
}
#myaccfields .form-row input, .edit-account .form-row input, .woocommerce-lost-password .lost_reset_password .form-row.form-row-first input,
.woocommerce-lost-password .lost_reset_password .form-row.form-row-last input{
    box-shadow: none;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    color: #666;
    font-weight: 300;
}
.edit-account .form-row input:focus,
.woocommerce-lost-password .lost_reset_password .form-row.form-row-first input:focus{
    border-color: #45bbd4;
}
#myaccfields .form-row, .woocommerce-EditAccountForm .woocommerce-FormRow,
.woocommerce-lost-password .lost_reset_password .form-row{
    padding: 0 !important;
    /*margin-bottom: 20px !important;*/
    /*display: inline-table;*/
    min-height: 80px;
}
#myaccfields h3{
    margin-bottom: 25px;
    margin-top: -5px;
}
.woocommerce-password-strength,.woocommerce-password-hint{display:none !important}
.woocommerce form#myaccfields .form-row select{
    height: 50px;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    color: #666;
    font-weight: 300;
    padding-left: 20px;
}
#about-us.account-bottom{
    padding-bottom: 80px !important;
}
#about-us .woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    background: #f5f5f5;
    margin-bottom: 0;
    padding: 0;
}
#about-us .woocommerce-MyAccount-navigation li:before{
    content: none;
}
#about-us .woocommerce-MyAccount-navigation li a {
    color: #666666;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding: 15px 20px;
    display: block;
}
#about-us .woocommerce-MyAccount-navigation li.is-active a,
#about-us .woocommerce-MyAccount-navigation li a:hover{
    color: #fff;
    background-color: #28552b;
}
.woocommerce-MyAccount-content p, .woocommerce-MyAccount-content a{
    font-size: 18px;
    font-weight: 400;
}
.woocommerce-MyAccount-navigation-link--downloads{
    display: none;
}
.woocommerce-Address-title.title {
    position: relative;
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 15px;
}
.account-bottom .woocommerce-Address{
    background: #f1f1f1;
    padding: 15px 20px;
}
.account-bottom .addresses .title .edit{
    font-size: 16px;
    margin-top: 7px;
}
.woocommerce-MyAccount-orders.my_account_orders.account-orders-table th,
.woocommerce-MyAccount-orders.my_account_orders.account-orders-table td{
    padding: 20px 20px;
}
.order-actions a{
    font-size: 12px;
    padding: 8px 10px 6px;
}
.hide-desktop{
    display: none;
}
body.search .product-info a{
    display: block;
}
body.search .product-info h3 {
    min-height: 60px;
}
body.search > #products{
    padding-bottom: 0 !important;
}
.woocommerce-variation-add-to-cart-disabled button{
    background: #2f6433 none repeat scroll 0 0 !important;
    border: 1px solid #2f6433 !important;
    color: #fff !important;
    cursor: pointer !important;
    opacity: 0.9 !important;
}
.pick p{
    margin-bottom: 10px;
}
.ced_my_account_reorder{
    display: none !important;
}
.order-actions{
    white-space: nowrap;
}
.productRow td{
    position: relative;
}
.productRow .wpcf7-form-control-wrap{
    position: initial !important;
}
.wpcf7-not-valid-tip{
    display:none !important;
}
#contact-form-vendor div.wpcf7-response-output, #contact-form-vendor div.wpcf7-validation-errors { display: none !important; }
.contact_response .wpcf7-response-output{
    margin: 0 !important;
}

#products .medium-3:nth-child(4n+1) {
    clear: both;
}

@media only screen and (min-width: 641px){
    .main-menu > .title-bar{
        display: none;
    }
}
.is-active .sub-menu, .dropdown-active{
    display: block !important;
}
.sub-menu{display: none;}
.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before{
    top:0.8em;
}
@media only screen and (min-width: 1201px) and (max-width: 1375px){
    #wc-authorize-net-aim-credit-card-form .wc-authorize-net-aim-new-payment-method-form p label{
        font-size: 13px !important;
    }
    .commu-content > div > p {
        width: 80% !important;
    }
    .sort-option.color_1 .swatchtitlelabel {
        margin-left: 0;
    }
    .woocommerce div.product form.cart .variations select{
        width: 112px;
    }
    #back-to-top {
        line-height: 50px;
    }
    .bx-wrapper .bx-next{
        top: -1px !important;
    }
    .menu > li > a {
        padding: 0 2px 11px !important;
        /*font-size: 18px;*/
        font-size: 16px;
    }
    header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        margin-right: -10px;
    }
    .orbit-caption{
        width: 40%;
    }
    .event-slider {
        position: absolute;
        right: 0;
        top: 0;
        width: 37%;
        margin-top: 18.5%;
    }
    .event-slider .bxslider li{
        width: 100% !important;
    }
    .home #about-us{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    #about-us-page {
        padding-bottom: 60px;
    }
    .row {
        max-width: 72rem;
    }
    .address-info span.phone-icon {
        width: 30px !important;
    }
    .woocommerce-cart .orbit, .woocommerce-checkout .orbit{
        display: none;
    }
    .woocommerce .cart-collaterals .wc-proceed-to-checkout .button{
        margin-left: 24px;
    }
    .woocommerce-cart .cart #coupon_code{
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 30px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 2400px){
    .woocommerce-checkout .woocommerce-billing-fields > p{
        margin-bottom: 0px !important;
        min-height: 80px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px){
    #wc-authorize-net-aim-credit-card-form .wc-authorize-net-aim-new-payment-method-form p label{
        font-size: 12px !important;
    }
    .woocommerce-checkout-review-order-table .product-name dd{
        margin-right: 0px;
        margin-left: 0px;
    }
    .woocommerce-checkout-review-order-table .variation dd {
        font-size: 13px;
    }
    .sort-option.color_1 .swatchtitlelabel {
        margin-right: 10px;
        margin-left: 0px;
        font-size: 14px;
    }
    div.swatchinput {
        padding-right: 2px;
    }
    .product_cat_lafayette .variations .sort-option .swatchtitlelabel {
        margin-left: 0;
        font-size: 14px;
        margin-top: 10px;
    }
    .details-info .price, .details-info .amount{
        font-size: 20px;
    }
    .product_cat_lafayette .variations .sort-option #barrels{
        width: 100px;
        margin-left: 5px;
        text-overflow: ellipsis;
    }

    .commu-content > div > p{
        width: 79% !important;
    }
    .menu > li > a {
        padding: 0 7px 26px !important;
        font-size: 16px;
        margin: 1px 4px 0px;
    }
    header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        margin-top: 6px;
    }
    .logo a {
        height: 70px;
        width: 240px;
        background-size: 93%;
        margin-top: 10px;
    }
    .user-menu > a:first-child, .user-menu > a {
        margin-left: 5px;
    }
    .orbit-caption{
        width: 40%;
    }
    .event-slider {
        position: absolute;
        right: 0;
        top: 0;
        width: 37%;
        margin-top: 21%;
    }
    .event-slider .bxslider li{
        width: 100% !important;
    }
    .orbit-caption,.home .orbit-caption h6, .page-template-why .orbit-caption h6, .page-template-choose-your-barrel .orbit-caption h6, .page-template-installation .orbit-caption h6, .page-template-faq .orbit-caption h6, .page-template-community-programs-new .orbit-caption h6, .page-template-where-to-buy .orbit-caption p {
        font-size: 25px;
        line-height: 35px;
    }
    .home .orbit-image{
        height: 620px;
    }
    .home .orbit-caption{
        margin-bottom: -90px;
    }
    .home #about-us, #fedinfo, .page-template-my-account #about-us{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .owl-prev{
        margin-left: 0;
    }
    .owl-next {
        margin-right: 0;
    }
    .product-slider.owl-carousel{
        padding-left: 30px;
        padding-right: 30px;
    }
    #search-shop .large-offset-2 {
        margin-left: 15px;
        width: 93% !important;
    }
    .contact-box > .large-9{
        width: 100%;
    }
    .page-template-community-programs-new .shop-box{
        width: 58%;
    }
    #about-us-page {
        padding-bottom: 60px;
    }
    /*.singular .orbit-container, .singular .orbit-slide{
            height: 400px !important;
            max-height: 400px !important;
    }
    .singular .orbit-image{
            height: 100%;
            }*/
    .tax-product_cat .product-info h3{
        min-height: 60px;
    }
    #recently-view .owl-carousel, #releted-prd .owl-carousel{
        padding-left: 30px;
        padding-right: 30px;
    }
    .single-product .owl-prev{
        margin-left: 10px;
    }
    .single-product .owl-next{
        margin-right: 10px;
    }
    .cart-button .button, .add_to_wishlist, .yith-wcwl-wishlistaddedbrowse.show a, .yith-wcwl-wishlistexistsbrowse.show a{
        margin-right: 5px !important;
    }
    .woocommerce-cart .orbit, .woocommerce-checkout .orbit{
        display: none;
    }
    .woocommerce .shop_table_responsive .product-thumbnail a {
        font-size: 18px;
        margin: 0 !important;
    }
    .woocommerce .cart-collaterals .wc-proceed-to-checkout .button{
        margin-left: 10px;
    }
    .woocommerce .cart-collaterals table.shop_table{
        width: 82%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1024px){
    .page-template-contact-us #signup .stay-conn{
        height: 100% !important;
    }
    .woocommerce-checkout-review-order-table .product-name dd{
        margin-right: 0px;
        margin-left: 0px;
    }
    .woocommerce-checkout-review-order-table .variation dd,
    .woocommerce-checkout-review-order-table .variation dt{
        font-size: 12px;
    }
    .swatchtitlelabel{
        font-size: 14px;
    }
    div.swatchinput {
        padding-right: 1px;
    }
    .sort-option.color_1 .swatchtitlelabel {
        margin-left:0px;
    }
    .product_cat_lafayette .variations .sort-option .swatchtitlelabel {
        margin-left: 0;
        font-size: 14px;
        margin-top: 10px;
    }
    .product_cat_lafayette .variations .sort-option #barrels{
        width: 95px;
        margin-left: 5px;
        text-overflow: ellipsis;
    }
    .commu-content > div > p{
        width: 79% !important;
    }
    .pp_nav .currentTextHolder {
        margin: -5px 4px !important;
    }
    .pp_gallery{
        display: none !important;
    }
    .large-6.medium-7.columns.shop-box.end{
        width: 58.33333%;
    }
    .page-id-348 .orbit-caption{
        margin-bottom: -30px !important;
    }
    #payment_method_authorize_net_aim{
        vertical-align: top;
        position: relative;
        top: 9px;
    }
    .payment_method_authorize_net_aim > label{
        width: 88%;
    }
    .sv-wc-payment-gateway-icon{
        width: 32px !important;
        margin: 0 !important;
    }
    #back-to-top{
        bottom: 70px;
    }
    .bx-wrapper .bx-next{
        top: -1px !important;
    }
    .home .event-slider {
        margin-top: 16% !important;
    }
    .home .orbit-caption{
        margin-bottom: -105px !important;
    }
    .login-notice.mt60{
        margin-top: 30px !important;
    }
    #community-outside .outdefault{
        width: 58.33333%
    }
    .woocommerce .shop_table_responsive tbody td, .woocommerce .shop_table_responsive thead th, .woocommerce .cart-collaterals .shop_table_responsive td {
        padding: 15px;
    }
    #search-shop .large-offset-2 {
        margin-left: 15px;
        width: 93% !important;
    }
    .contact-box > .large-9{
        width: 100%;
    }

}
@media only screen and (min-width: 960px) and (max-width: 991px){
    .woocommerce-checkout-review-order-table .product-name dd{
        margin-right: 0px;
        margin-left: 0px;
    }
    .woocommerce-checkout-review-order-table .variation dd p,
    .woocommerce-checkout-review-order-table .variation dt{
        font-size: 12px !important;
    }
    .swatchtitlelabel{
        font-size: 14px;
    }
    div.swatchinput {
        padding-right: 0px;
    }
    .sort-option.color_1 .swatchtitlelabel {
        margin-left:0px;
    }
    .product_cat_lafayette .variations .sort-option .swatchtitlelabel {
        margin-left: 0;
        font-size: 14px;
        margin-top: 10px;
    }
    .product_cat_lafayette .variations .sort-option #barrels{
        width: 85px;
        margin-left: 5px;
        text-overflow: ellipsis;
    }
    .details-info .amount{
        margin-top: 2px !important;
    }
    .commu-content > div > p{
        width: 77% !important;
    }
    .woocommerce .shop_table_responsive .product-thumbnail a{
        float: none !important;
    }
    .attribute-info .variations .sort-option label{
        font-size: 14px;
    }
    .pp_nav .currentTextHolder {
        margin: -3px 4px !important;
    }
    .pp_gallery{
        display: none !important;
    }
    .woocommerce .shop_table_responsive .product-name{
        max-width: 420px
    }
    #payment_method_authorize_net_aim{
        vertical-align: top;
        position: relative;
        top: 9px;
    }
    .payment_method_authorize_net_aim > label{
        width: 89%;
    }
    .sv-wc-payment-gateway-icon{
        width: 32px !important;
        margin: 0 !important;
    }
    #about-us-page{
        padding-bottom: 0 !important;
    }
    .slide-about{
        height: 717px;
    }
    /*.home .orbit-container{
            height: 480px !important;
    }
    .home .orbit-container li {
            max-height: 480px !important;
            }*/
    .home .event-slider {
        margin-top: 20.5% !important;
    }
    .home .orbit-caption{
        margin-bottom: -30px !important;
    }
    .page-template-where-to-buy #about-us{
        padding-bottom: 15px !important;
    }
    .wheretobuy {
        margin-top: 20px;
    }
    .mt30.local-outlet{
        margin-top: 0 !important;
    }
    .orbit-caption, .home .orbit-caption h6, .page-template-why .orbit-caption h6, .page-template-choose-your-barrel .orbit-caption h6, .page-template-installation .orbit-caption h6, .page-template-faq .orbit-caption h6, .page-template-community-programs-new .orbit-caption h6, .page-template-where-to-buy .orbit-caption p {
        font-size: 24px !important;
        line-height: 34px !important;
    }
    .orbit-caption {
        margin-bottom: -50px !important;
    }
    .page-id-348 .orbit-caption{
        margin-bottom: -35px !important;
    }
    .home .event-slider {
        margin-top: 19% !important;
    }
    .woocommerce .shop_table_responsive .product-thumbnail a img {
        margin-right: 10px;
    }
    dl.variation {
        position: relative;
        margin-top: 0;
    }
}
@media only screen and (max-width: 1024px){
    .woocommerce-cart .cart-collaterals .shop_table .shipping td {
        padding-right: 0;
    }
    .woocommerce-page div.product div.thumbnails a{
        margin-top: 10px;
    }
    .attribute-info .variations .sort-option select{
        text-overflow: ellipsis;
    }
    .social-box span:hover{
        background-color: transparent !important;
    }
    .currentTextHolder {
        margin: 10px 4px !important;
    }
    .pp_expand{
        display: none !important;
    }
    .woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
        width: 30.75% !important;
    }
    .row.form-section{
        margin-top: 35px;
    }
    header{
        position: relative;

    }
    .below-text{
        padding-left: 20px;
    }
    .about_paypal, .woocommerce-billing-fields p > label.error, .woocommerce-shipping-fields p > label.error, .woocommerce-checkout form.login p > label.error{
        margin-left: 0;
    }
    .social-box span, .address-info span{
        width: 65px;
        height: 65px;
        background-size: 498px;
    }
    .coupon-row #coupon_code{
        line-height: 50px;
    }
    .details-info .price, .details-info .amount, .single_variation_wrap .amount {
        display: inline-block;
        margin-top: 5px;
    }
    .home #about-us{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    #about-us-page {
        padding-bottom: 40px;
    }
    #about-us-page img {
        margin-top: 8px;
    }
    header .expanded.row {
        padding-left: 0;
        padding-right: 0;
    }
    .logo a{
        background-size: 100%;
        height: 70px;
        width: 220px;
        margin-top: 10px;
    }
    .menu > li > a {
        padding: 0 6px 13px !important;
        margin: 1px 5px 0px;
        font-size: 14px;
    }
    header .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
        margin-top: 6px;
        margin-right: -6px;
    }
    .user-menu > a:first-child {
        margin-left: 0px;
    }
    .header-phone .user-menu > a:first-child {
        margin-left: 13px;
    }
    .header-phone.text-right {
        padding-right: 10px;
    }
    .user-menu > a {
        margin-left: 4px;
    }
    .page-id-348 .orbit-caption h6, .orbit-caption, .home .orbit-caption h6, .page-template-why .orbit-caption h6, .page-template-choose-your-barrel .orbit-caption h6, .page-template-installation .orbit-caption h6, .page-template-faq .orbit-caption h6, .page-template-community-programs-new .orbit-caption h6, .page-template-where-to-buy .orbit-caption p{
        font-size: 26px;
        line-height: 35px !important;
    }
    .orbit-caption{
        width: 40%;
        margin-bottom: -90px;
        padding: 20px 15px 15px;
    }
    .home .event-slider{
        width: 40%;
    }
    .home .event-slider .bxslider li{
        width: 100%;
    }
    .home .event-slider{
        margin-top: 14%;
    }
    .prd-box {
        width: 100%;
    }
    .owl-prev{
        margin-left: 0;
    }
    .owl-next {
        margin-right: 0;
    }
    .product-slider.owl-carousel{
        padding-left: 30px;
        padding-right: 30px;
    }
    #why-us{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .info-col h3 {
        font-size: 22px;
        line-height: 28px;
    }
    /*#about-us .tag-line::after, #recently-view .tag-line::after, #releted-prd .tag-line::after {
            left: 39%;
            left: calc(50% - 11.6%);
            }*/
    .search-box h2 {
        line-height: 40px;
    }
    h2.title {
        font-size: 32px;
    }
    .search-box, .pt80 {
        padding-top: 40px;
    }
    .prd-box, #why-us, .p80, #main-contact .contact-box, #fedinfo{
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }
    .pt60 {
        padding-top: 45px !important;
    }
    .row.form-section{
        margin-bottom: 45px;
    }
    .page-template-my-account #about-us.account-bottom{
        padding-bottom: 45px !important;
    }
    .home #about-us, #testimonial, #about-us.account-bottom{
        padding-bottom: 25px !important;
    }
    #signup {
        padding-bottom:25px;
        padding-top: 0;
    }
    #signup .es_caption{
        padding-top: 25px;
    }
    #signup .stay-conn .social-box {
        margin-top: 55px;
    }
    #search-shop .social-box {
        margin-top: 30px;
    }
    .category-list {
        margin: 40px 0px 45px;
    }
    #testi-slider {
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .cat-text {
        padding-bottom: 25px;
    }
    .stay-conn .p80 .textwidget > span, .es_caption{
        padding-top: 25px;
    }
    .address-info {
        padding-top: 33px;
    }
    .stay-conn {
        padding-left: 20px;
        padding-right: 20px;
    }
    .es_widget_form.mt15 {
        margin-top: 13px;
    }
    .page-template-my-account #about-us, #fedinfo{
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
    .cat-info h3{
        font-size: 24px;
    }
    #about-us .cat-text ul li{
        margin-bottom: 15px;
    }
    .contact-box .p80 > .pt60{
        padding-top: 55px !important;
    }
    .product-info h3{
        min-height: 60px;
    }
    #recently-view .owl-carousel, #releted-prd .owl-carousel{
        padding-left: 30px;
        padding-right: 30px;
    }
    .single-product .owl-prev{
        margin-left: 10px;
    }
    .single-product .owl-next{
        margin-right: 10px !important;
    }
    .prd-title {
        font-size: 25px;
        line-height: 36px;
    }
    .prd-attribute span {
        font-size: 14px;
    }
    .details-info .price, .details-info .amount, .single_variation_wrap .amount {
        font-size: 20px;
    }
    .cart-button .button, .add_to_wishlist, .yith-wcwl-wishlistaddedbrowse.show a, .yith-wcwl-wishlistexistsbrowse.show a {
        width: 160px;
        font-size: 16px;
        margin-right: 5px !important;
    }
    .addtoany_list.a2a_kit_size_32 a{
        font-size: 16px !important;
        padding-top: 15px !important;
        padding-bottom: 14px !important;
    }
    .cart-button {
        margin-top: 20px;
    }
    .attribute-info .sort-option select {
        width: 95px;
        margin-left: 0px;
        min-width: 95px !important;
        margin-right: 0 !important;
    }
    .woocommerce div.product form.cart .reset_variations {
        font-size: 14px !important;
        margin-left: 5px;
        float: right;
        margin-right: 16px;
        margin-top: 10px;
    }
    .woocommerce-variation.single_variation {
        position: relative;
        margin-top: 0;
    }
    .woocommerce-cart .orbit, .woocommerce-checkout .orbit{
        display: none;
    }
    .woocommerce .cart-collaterals .wc-proceed-to-checkout .button{
        margin-left: 13px;
    }
    .woocommerce .cart-collaterals table.shop_table{
        width: 85%;
    }
    #about-us .wheretobuy li address a {
        word-break: break-all;
    }
    #about-us .wheretobuy li a {
        font-size: 16px;
    }
    #about-us-page p {
        padding-right: 0px;
    }
    #search-shop .contact-box .wpcf7-form-control.wpcf7-submit.button, #main-contact .wpcf7-form-control.wpcf7-submit.button {
        margin-bottom: 20px !important;
    }
    .page-template-static-page #about-us{
        padding-bottom: 15px !important;
    }

}
@media only screen and (max-width: 991px){
    header{

        padding-bottom: 10px;
    }
    .social-box span, .address-info span{
        margin-right: 0 !important;
    }
    .page-template-contact-us .row.form-section{
        margin-top: 40px !important;
    }
    .menu > li.current-menu-item > a, .menu > li:hover > a, header .current-menu-ancestor > a{
        border-bottom:1px solid #ccc;
        color: #45bbd4;
    }
    header .menu-item-has-children > a{
        background-image: url(../images/menuicon.png);
        background-repeat: no-repeat;
        background-position: 98% center;
    }
    header .user-menu.float-right.mt20 a{
        margin-top: 11px;
    }
    .dropdown.menu > li.opens-right > .is-dropdown-submenu {
        right: auto;
        left: 0;
        top: 100%;
        position: relative;
        margin-left: 0;
        border: none;
    }
    .sub-menu a {
        padding: 10px 30px;
    }

    p, .content-desc li, .faq-list .accordion-content p, #about-us-page p{
        font-size: 16px;
        line-height: 24px !important;
    }
    .page-template-wishlist #banner, .woocommerce-cart #banner, .woocommerce-checkout #banner,
    .woocommerce-account #banner, .error404 #banner{
        display: none;
    }
    .page-template-wishlist #about-us.p80, .woocommerce-cart #about-us.p80, .woocommerce-checkout #about-us.p80,
    .woocommerce-account #about-us.p80, .error404 #about-us.p80{
        padding-top:10px !important;
    }
    .woocommerce-error, .woocommerce-info, .woocommerce-message{
        margin-left: 0.625rem !important;
        margin-right: 0.625rem !important;
    }
    .addresses .title h3 {
        font-size: 20px;
    }
    .account-bottom .addresses .title .edit {
        font-size: 15px;
    }
    .woocommerce > h2, .woocommerce header h2, .order-left h2, #myaccfields h3 {
        font-size: 22px;
    }
    .woocommerce .shop_table_responsive tbody td,
    .woocommerce .shop_table_responsive thead th,
    .woocommerce .cart-collaterals .shop_table_responsive td{
        padding: 15px;
    }
    .woocommerce-checkout .woocommerce-info{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .navbar-search .input-group .form-control{
        font-size: 24px;
    }
    .woocommerce .shop_table_responsive .product-thumbnail a {
        font-size: 18px;
        float: left;
    }
    /*.coupon-row #coupon_code{
            width: 190px;
            }*/
    .woocommerce .cart-collaterals table.shop_table {
        width: 88%;
    }
    .cat-sidebar ul {
        padding-right: 0px;
    }
    .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
        margin: 0 10px;
    }
    .sidebar li {
        padding: 10px 0;
    }
    .sidebar .five-greate a {
        font-size: 16px;
        line-height: 20px;
    }
    .faq-list li a{
        font-size: 18px;
    }
    #search-shop .contact-box textarea {
        height: 130px;
    }
    #search-shop .contact-box .wpcf7-form-control.wpcf7-submit.button, #main-contact .wpcf7-form-control.wpcf7-submit.button {
        margin-bottom: 20px !important;
    }
    #banner iframe{
        height: 550px;
    }
    #main-contact .contact-box .mt30{
        margin-top: 15px !important;
    }
    #search-shop .contact-box label.error{
        line-height: 1;
        margin-top: 3px;
    }
    .stay-conn .p80 .textwidget > span, .es_caption {
        font-size: 18px;
    }
    #community .search-box, #community-outside .search-box {
        width: 100%;
    }
    .menu-icon:hover::after, .menu-icon:active::after{
        background: #fefefe;
        box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    }
    .menu-icon:hover, .menu-icon:active, .menu-icon:focus, .title-bar:active, .title-bar:focus{
        background: none;
        outline: none;
    }
    .main-menu .title-bar{
        display: block !important;
        background-color: #28552b;
        padding: 13px 13px;
        cursor: pointer;
    }
    .hide-menu{
        display: none !important;
    }
    .hide-desktop{
        display: block;
        margin-left: 15px;
    }
    .user-menu > a {
        margin-left: 15px;
    }
    .menu > li {
        display: block;
    }
    .menu > li > a {
        border-bottom: 1px solid #e1e1e1;
        margin:0;
        padding: 15px !important;
    }
    .menu > li > a:hover, .menu > li.current-menu-item > a{
        border-bottom: 1px solid #e1e1e1 !important;
    }
    .menu > li > a::before, .menu > li > a::after{
        content: none !important;
    }
    .dropdown.menu{
        background: #fff;
        border-top: 1px solid #e1e1e1;
    }
    .menu-icon {
        display: block;
        height: 15px;
        margin: 0 !important;
        width: 20px;
    }
    #main-menu {
        left: 0;
        margin-top: 0px;
        position: absolute;
        top: 100%;
        width: 100%;
    }

    .logo a {
        margin-top: 7px;
    }
    .logo > h1 {
        margin: 5px 0 0px;
    }
}
@media only screen and (max-width: 959px){
    .sidebar li > span, .page-template-news-events .content-desc > span, body.search .content-desc > span, .post-type-archive .content-desc > span {
        padding: 0px 10px;
    }
    .note{
        display: table;
        margin-bottom: 20px;
        width: 100%;
    }
    .note header{display: inline-table; width: auto; }
    .note header h3{
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 0;
    }
    .note .note-text{
        display: inline-table;
        word-wrap: break-word;
        word-break: break-all;
    }
    .home .event-slider {
        margin-top: 10px;
        position: relative;
        width: 100%;
        margin-bottom: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .event-slider > span {
        background-color: #f5f5f5;
        width: 100%;
    }
    .bxslider li > span {
        width: auto;
        text-align: left;
        float: left;
    }
    .search-box {
        width: 100%;
    }
    .home .prd-thumb {
        height: 165px;
    }
    .home .product-slider.owl-carousel{
        margin-bottom: 0;
    }
    .info-col {
        padding: 40px 10px 0px;
    }
    .info-col h3 {
        font-size: 20px;
        line-height: 24px;
    }
    .info-col ul > li {
        margin-bottom: 0px;
        min-height: 70px;
    }
    #search-shop .address-info a {
        font-size: 14px;
        padding-left: 5px;
    }
    #search-shop .address-info span{
        margin-right: 7px;
    }
    .footer-bottom > div {
        width: 100%;
        text-align: center;
        margin: 0;
    }
    .footer-bottom {
        padding: 18px 0px 0;
    }
    .info-menu {
        margin-top: 0;
    }
    #community h2.title, #community-outside h2.title {
        font-size: 21px;
        line-height: 30px;
    }
    #community .sub-title, #community-outside .sub-title {
        font-size: 21px;
        margin-bottom: 15px;
    }
    #community .prd-box > .mt30, #community-outside .prd-box > .mt30 {
        margin-top: 0 !important;
    }
    .wheretobuy {
        margin-top: 40px;
    }
    .mt30.local-outlet{
        margin-top: 0px !important;
        padding-left: 0;
        padding-right: 0;
    }
    #about-us .wheretobuy .local-outlet li {
        margin-bottom: 20px;
        min-height: 94px;
    }
    .local-outlet span {
        margin-right: 0px;
    }
    .sidebar > h2 {
        font-size: 17px;
        padding: 10px 10px 8px;
    }
    .sidebar a {
        line-height: 20px;
        padding: 0px 10px;
    }
    .faq-list li {
        padding-bottom: 5px;
    }
    .main-cat h2 {
        font-size: 18px;
        padding: 15px 4px 17px;
        min-height: 70px;
    }
    /*.main-cat img {
            height: 230px;
            }*/
    .tax-product_cat #products .row > .columns, .search #products .row > .columns{
        width: 100%;
    }
    .product-info h3 {
        min-height: 45px;
    }
    #product-detail .type-product .detail-img ~ .medium-6.columns{
        width: 100%;
        margin-top: 30px;
    }
    .shop_table.shop_table_responsive.cart th, .shop_table.shop_table_responsive.cart td{
        display: inline !important;
        float: left;
        background: none !important;
    }
    .shop_table.shop_table_responsive.cart thead{
        display: block !important;
        border: none;
    }
    .woocommerce-cart .woocommerce table.shop_table_responsive tr td::before, .woocommerce-cart .woocommerce-page table.shop_table_responsive tr td::before {
        content: none;
    }
    .product-thumbnail > a{
        display: none;
    }
    .woocommerce .shop_table_responsive .product-name {
        margin-left: 0;
        position: relative;
        float: left;
    }
    .woocommerce table.shop_table_responsive .product-thumbnail{
        width: 60%;
    }
    .woocommerce table.shop_table_responsive .product-quantity{
        width: 20%;
    }
    .woocommerce table.shop_table_responsive .product-price{
        width: 15%;
    }
    .woocommerce table.shop_table_responsive .product-remove{
        width: 5%;
    }
    .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
        border-top: 1px solid #e6e6e6 !important;
    }
    /*.woocommerce table.shop_table_responsive td.product-quantity,
    .woocommerce table.shop_table_responsive td.product-price,
    .woocommerce table.shop_table_responsive td.product-remove{
            padding-top: 30px
            }*/
    .woocommerce .cart-collaterals table.shop_table {
        width: 100%;
    }
    .woocommerce-cart .cart-collaterals {
        position: relative;
        margin-top: 0;
        float: none;
        width: 100% !important;
    }
    .woocommerce .cart-collaterals table.shop_table th, .woocommerce .cart-collaterals table.shop_table td {
        display: inline-block !important;
        background: none !important;
    }
    .woocommerce .cart-collaterals table.shop_table td{
        float: right;
    }
    .coupon-row td.actions{
        border: none !important;
    }
    /*.coupon-row #coupon_code {
            width: 201px;
            }*/
    .woocommerce-cart .woocommerce-error, .woocommerce-cart .woocommerce-info, .woocommerce-cart .woocommerce-message {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
    .woocommerce-checkout #customer_details, #order_review, .order-left, .order-right {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    #place_order{
        width: auto !important;
    }
    #order_review{
        margin-top: 30px;
    }
    .woocommerce-checkout .order-right .col-1{
        float: left;
        width: 50%;
    }
    .woocommerce-checkout .order-right .col-2{
        float: left;
        width: 50%;
    }
    .woocommerce-account #about-us .woocommerce-MyAccount-content {
        float: right;
    }
    .woocommerce-account #about-us .woocommerce-MyAccount-navigation {
        float: left;
    }
    /*.singular .orbit-container, .singular .orbit-slide, body.search .orbit-slide, body.search .orbit-container {
            height: 360px !important;
            max-height: 360px !important;
            }*/
    dl.variation {
        position: relative;
        margin-top: 0;
    }
    .woocommerce-orders .woocommerce table.shop_table_responsive.woocommerce-MyAccount-orders td.order-number{
        border-top:none !important;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
        font-weight: 400;
    }
    .account-bottom .woocommerce-Address {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px){
    .woocommerce .cart-collaterals .shop_table_responsive .shipping{
        min-height: 70px;
    }
    .woocommerce .cart-collaterals .shop_table_responsive .shipping td{
        padding-bottom: 0 !important;
    }
    .communityprowp .prd-hover{
        margin-bottom: 15px;
    }
    .woocommerce-cart .coupon-row #coupon_code{
        width: 216px;
    }
    .product_cat_lafayette .variations .sort-option .swatchtitlelabel {
        margin-right: 10px;
    }
    .commu-content > div > p{
        width: 100% !important;
        padding: 10px 0px 0px;
        float: left !important;
    }
    .attribute-info .variations .sort-option select{
        width: 150px;
    }
    .partner-cat .main-cat h2{
        font-size: 16px;
        min-height: 100%;
    }
    .partner-cat .cat-info h3 {
        font-size: 16px;
    }
    .cart-collaterals .cart_totals.calculated_shipping tr{
        float: left;
        width: 100%;
    }
    .cart-collaterals .cart_totals.calculated_shipping tr td{
        width: 60%;
    }
    .home .orbit-container{
        height: 360px !important;
    }
    .home .orbit-container li {
        max-height: 360px !important;
    }
    .orbit-caption {
        width: 52%;
        margin-bottom: -50px;
    }
    .page-id-348 .orbit-caption{
        margin-bottom: -35px;
    }
    h2.title {
        font-size: 28px;
    }
    .search-box h2 {
        line-height: 34px;
    }
    .faq-list li a {
        font-size: 17px;
        line-height: 22px;
    }
    /*.main-cat img {
            height: 230px;
            }*/
}
@media only screen and (max-width: 767px){
    .woocommerce .woocommerce-product-rating{
        margin-top: 25px;
    }
    .product_cat_lafayette .variations .sort-option .swatchtitlelabel {
        margin-right: 10px;
    }
    .commu-content > div > p{
        width: 100% !important;
        padding: 10px 0px 0px;
        float: left !important;
    }
    .partner-cat .main-cat h2{
        font-size: 15px;
        min-height: 100%;
    }
    .partner-cat .cat-info h3 {
        font-size: 15px;
    }

    .coupon-row #coupon_code{
        width: 216px;
    }
    .order-actions{
        width: auto;
    }
    .woocommerce .order_details li {
        width: 47% !important;
        border-right: none;
        border-bottom: 1px dashed #d3ced2;
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .woocommerce .order_details li:last-child{
        border-bottom: 1px dashed #d3ced2;
    }
    #about-us #formcheck.woocommerce-checkout .woocommerce-error li{
        width: 50% !important;
        padding-right: 20px;
    }
    .details-info .amount{
        margin-top: 0;
        margin-bottom: 5px;
    }
    .woocommerce .woocommerce-product-rating .star-rating {
        margin: 0;
    }
    .attribute-info > div, .variations_form .attribute-info{
        margin-top: 0;
    }
    .variations_form.cart.mt20{
        margin-top: 5px !important;
    }
    .variations_form.cart .sort-option{
        margin-top: 15px !important;
    }
    .variations_form .sort-option span{
        margin-left: 0;
    }
    .cart-button .addtoany_share_save i{
        top: -2px;
        position: relative;
    }
    #aboutslider {
        margin-bottom: 20px;
    }
    #community .sub-title, #community-outside .sub-title {
        padding-top: 30px;
    }
    .woocommerce-cart .cart-collaterals .cart_totals tr{
        float: left;
        width: 100%;
    }
    .woocommerce-cart .cart-collaterals .cart_totals tr td{
        width: 55%;
    }

    .woocommerce .cart-scroll table.shop_table{
        min-width: 700px;
    }
    #about-us ul li{
        font-size: 16px;
    }
    .home #about-us ul li{
        width: 100%
    }
    .home #about-us ul li a{
        font-size: 16px;
    }
    .orbit-caption {
        width: 62%;
        margin-bottom: -46px;
        padding: 20px 15px 15px;
    }
    .page-id-348 .orbit-caption{
        margin-bottom: -35px;
    }
    #community .search-prd, #community-outside .search-prd{
        min-height: 100%;
    }

    .below-text{
        padding-left: 0;
    }
    .search-prd, .shop-box, .large-5.panel{
        float: left;
        width: 100%;
    }
    h2.title {
        font-size: 28px;
    }
    .event-name p {
        font-size: 18px;
    }
    .tag-line {
        font-size: 18px;
    }
    .search-box form {
        margin-top: 30px;
        float: left;
        width: 100%;
        padding-bottom: 20px;
    }
    .search-box{
        padding-top: 30px;
    }
    .prd-box > div, .prd-box > h2 {
        margin-left: 0px;
        margin-right: 0px;
    }
    #prd-box{
        padding-top: 35px !important;
    }
    .info-col {
        padding: 40px 20px 0px;
        width: 50%;
    }
    .info-col ul > li {
        margin-bottom: 10px;
        min-height: 100%;
    }
    .stay-conn, #search-shop .contact-box {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 100%;
    }
    #search-shop .contact-box .p80 > .pt60 {
        padding-top: 40px !important;
    }
    #search-shop .contact-box .wpcf7-form-control.wpcf7-submit.button, #main-contact .wpcf7-form-control.wpcf7-submit.button {
        margin-bottom: 0px !important;
    }
    .home .prd-thumb {
        height: 230px;
    }
    #community h2.title, #community-outside h2.title {
        font-size: 22px;
        line-height: 30px;
    }
    #community .search-box, #community-outside .search-box {
        padding-bottom: 10px !important;
    }
    #community .prd-box, #community-outside .prd-box {
        padding-top: 0 !important;
    }
    .shop-box .prd-box > .columns{
        padding-left: 0;
        padding-right: 0;
    }
    #community-outside .search-box form{
        margin-top: 0 !important;
        padding-bottom: 5px;
    }
    #community-outside .outdefault{
        background: #fff !important;
    }
    #community-outside .prd-box{
        padding-bottom: 50px !important;
    }
    #community-outside .prd-box .prd-desc {
        background: #f3f3f3 none repeat scroll 0 0;
        margin-bottom: 10px;
    }
    .cat-info h3 {
        font-size: 19px;
    }
    .cat-info a {
        font-size: 16px;
        padding: 11px 15px 10px;
    }
    .cat-text .large-6.medium-6.columns.row, #about-us-page .large-6.medium-6.column,
    #static-content > .row > .columns, .woocommerce-account #about-us .woocommerce-MyAccount-navigation,
    .woocommerce-account #about-us .woocommerce-MyAccount-content{
        width: 100%;
        float: none;
    }
    .cat-text .pt60 .float-left, #about-us-page .large-6.medium-6.column img {
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
        padding-bottom: 15px;
    }
    .wheretobuy .local-outlet li > div strong{
        font-size: 16px;
    }
    .wheretobuy h2{
        font-size: 20px;
    }
    .page-template-where-to-buy #about-us{
        padding-bottom: 25px !important;
    }
    #about-us-page p {
        padding-right: 0px;
        padding-left: 0;
    }
    #about-us-page h6 {
        font-size: 18px;
        margin-left: 0;
    }
    #about-us-page a {
        font-size: 16px;
    }
    #about-us-page {
        padding-bottom: 30px !important;
    }
    #main-contact .contact-box {
        width: 100%;
        height: auto !important;
        min-height: inherit;
    }
    #main-contact .address-section.contact-box {
        padding-left: 0.625rem;
        padding-bottom: 20px !important;
    }
    #signup .stay-conn > .p80{
        padding-top: 0px !important;
        margin-top: 0px !important;
        padding-bottom: 20px !important;
    }
    #signup .stay-conn .social-box {
        margin-top: 15px;
    }
    #main-contact h2 {
        font-size: 26px;
    }
    .sidebar .five-greate a {
        font-size: 16px;
        line-height: 20px;
        display: block;
    }
    .content-desc h2.title {
        margin-bottom: 25px;
        margin-top: 25px;
    }
    #static-content {
        padding-bottom: 20px !important;
    }
    #about-us .tag-line::after, #recently-view .tag-line::after, #releted-prd .tag-line::after,
    #about-us-page .tag-line::after {
        left: auto !important;
        position: relative !important;
    }
    .products.grid > .medium-3{
        width: 33.33%;
    }
    .tax-product_cat #products, body.search #products{
        padding-bottom: 5px !important;
        padding-top: 30px !important;
    }
    .tax-product_cat #about-us .cat-text {
        padding-bottom: 0px;
        padding-right: 0.625rem !important;
        padding-left: 0.625rem !important;
    }
    .tax-product_cat #about-us .cat-text p{
        margin-bottom: 0;
    }
    .woocommerce table.shop_table_responsive .product-thumbnail{
        width: 55%;
    }
    .woocommerce table.shop_table_responsive .product-quantity{
        width: 20%;
    }
    .woocommerce table.shop_table_responsive .product-price{
        width: 15%;
    }
    .woocommerce table.shop_table_responsive .product-remove{
        width: 10%;
    }
    .woocommerce .shop_table_responsive .product-thumbnail a {
        font-size: 16px;
        float: left;
        width: 100%;
    }
    .woocommerce-checkout #about-us, .page-template-my-account #about-us.account-bottom{
        padding-bottom: 25px !important;
    }
    .woocommerce-MyAccount-navigation {
        padding-bottom: 30px !important;
        float: left !important;
    }
    .woocommerce-orders .woocommerce table.shop_table_responsive.woocommerce-MyAccount-orders td.order-number{
        border-top:none !important;
    }
    .woocommerce-MyAccount-content p, .woocommerce-MyAccount-content a {
        font-size: 16px;
        font-weight: 400;
        display: inline;
    }
    .button.ced_my_account_place_same_order, .woocommerce-view-order .button.ced_my_account_reorder{
        display: none !important;
    }
    #products .medium-3:nth-child(4n+1) {
        clear: none;
    }
    #products .medium-3:nth-child(3n+1) {
        clear: both;
    }
}
@media only screen and (max-width: 640px){
    #products .medium-3:nth-child(3n+1) {
        clear: none;
    }
    #about-us #formcheck.woocommerce-checkout .woocommerce-error li{
        width: 100%!important;
        padding: 0 !important;
    }
    .woocommerce .order_details li {
        width: 45% !important;
    }
    .products.grid > .medium-3{
        width: 49.33%;
    }
    .img-product img{
        height: auto;
    }
    #about-us-page .mt40{
        margin-top: 20px !important;
    }
}
@media only screen and (max-width: 715px){
    .cart-scroll {
        max-width: 680px;
        width: 100%;
        overflow-x: scroll;
    }
    #myaccfields .form-row, .woocommerce-EditAccountForm .woocommerce-FormRow, .woocommerce-lost-password .lost_reset_password .form-row{
        float: left;
        width:100%;
        /*margin-bottom: 20px !important;*/
        min-height: 80px;
    }
}
@media only screen and (min-width: 600px) and (max-width: 639px){
    .home .orbit-container{
        height: 281.25px !important;
    }
    .home .orbit-container li {
        max-height: 281.25px !important;
    }
    #recently-view img, #releted-prd img {
        height: 160px;
        width: 100%;
    }
}
@media only screen and (min-width: 480px) and (max-width: 599px){
    .home .orbit-container{
        height: 265.767px !important;
    }
    .home .orbit-container li {
        max-height: 265.767px !important;
    }
    #recently-view img, #releted-prd img {
        height: 145px;
        width: 100%;
    }
    .zoomContainer, #product-detail .zoomWrapper, #product-detail .zoomWrapper img{
        width: 100% !important;
        height: auto !important;
    }
    .zoomContainer{
        display: none !important;
    }
}
@media only screen and (min-width: 480px) and (max-width: 639px){
    .page-template-shop-category .cat-list{
        margin-bottom: 20px;
    }
    .page-template-shop-category .main-cat h2 {
        min-height: auto;
    }
    #footer .large-7.medium-5.columns{
        margin-bottom: 30px;
    }
    .header-phone > span a{
        font-size: 14px;
    }
    .orbit-caption{
        width: 68%;
    }
    .page-id-348 .orbit-caption h6, .orbit-caption, .home .orbit-caption h6, .page-template-why .orbit-caption h6, .page-template-choose-your-barrel .orbit-caption h6, .page-template-installation .orbit-caption h6, .page-template-faq .orbit-caption h6, .page-template-community-programs-new .orbit-caption h6, .page-template-where-to-buy .orbit-caption p {
        font-size: 24px;
        line-height: 28px !important;
    }
    /*.singular .orbit-image, body.search .orbit-image {
            height: 100%;
            }*/
    /*.singular .orbit-container, .singular .orbit-slide, body.search .orbit-slide, body.search .orbit-container {
            height: 265.767px !important;
            max-height: 265.767px !important;
            }*/
    #footer .row > .mt40{
        margin-top: 0px !important;
        margin-bottom: 20px;
    }
    #footer .row > .large-5.medium-7.columns{
        padding-left: 0;
        padding-right: 0;
    }
    #footer {
        padding: 30px 0px 20px;
    }

}
@media only screen and (max-width: 500px){
    .woocommerce .order_details li {
        width: 100% !important;
    }
    .woocommerce table.my_account_orders .order-actions {
        padding-left: 5px !important;
        padding-right: 5px !important;
        float: left !important;
        width: 100% !important;
    }
    .order-actions a {
        font-size: 12px !important;
        padding: 7px 5px 5px !important;
        float: left !important;
        width: 48% !important;
        margin: 2px !important;
    }
}
@media only screen and (max-width: 479px){
    .woocommerce .cart-collaterals .shop_table_responsive .shipping td label{
        font-size: 12px;
    }
    .zoomContainer, #product-detail .zoomWrapper, #product-detail .zoomWrapper img{
        width: 100% !important;
        height: auto !important;
    }
    .zoomContainer{
        display: none !important;
    }
    .woocommerce-checkout-review-order-table .product-name dd{
        margin-right: 0px;
        margin-left: 0px;
    }
    .woocommerce-checkout-review-order-table .variation dd p,
    .woocommerce-checkout-review-order-table .variation dt{
        font-size: 12px !important;
    }
    div.swatchinput{
        padding-right: 5px !important;
    }
    .product_cat_lafayette .variations .sort-option .swatchtitlelabel{
        margin-bottom: 5px;
    }
    .communityprowp .form-row.login-link a {
        float: left;
        margin-left: 17px;
        margin-top: 2px;
    }
    #community .prd-desc > a, #community-outside .prd-desc > a {
        min-height: 100%;
    }
    #search-shop .address-info a {
        font-size: 12px !important;
        padding-left: 1px !important;
    }
    .coupon-row .coupon{
        width: 100%;
    }
    .woocommerce-checkout .order-right .col-2{width: 100%;}
    .woocommerce-checkout .order-right .col-1{
        width: 100%;
        margin-bottom: 20px;
    }
    #payment_method_authorize_net_aim{
        vertical-align: top;
        position: relative;
        top: 9px;
    }
    .payment_method_authorize_net_aim > label{
        width: 89%;
    }
    .sv-wc-payment-gateway-icon{
        width: 32px !important;
        margin: 0 !important;
    }
    #recently-view .owl-carousel.owl-theme, #releted-prd .owl-carousel.owl-theme{
        padding-top: 15px !important;
    }
    .medium-3.small-3.columns.row.float-left.prd-attribute{
        width: 40%;
    }
    .medium-4.small-4.columns.row.float-left.prd-attribute{
        width: 60%;
    }
    .page-id-146 .content-desc.mt40,
    .page-id-145 .content-desc.mt40,
    .page-id-143 .content-desc.mt40 {
        margin-top: 0px !important;
    }
    .home .orbit-container{
        height: 150px !important;
    }
    .home .orbit-container li {
        max-height: 150px !important;
    }
    .header-phone > span {
        margin-right: 0px;
    }
    p{
        margin-bottom: 15px;
    }
    .category-list {
        margin-top: 10px;
    }
    .page-template-shop-category .cat-list{
        margin-bottom: 20px;
    }
    .page-template-shop-category .main-cat h2 {
        min-height: auto;
    }
    .page-template-shop-category .category-list > .medium-3.small-6{
        width: 100%;
    }
    .page-template-shop-category .main-cat img {
        height: auto;
    }
    #testi-slider .item span {
        font-size: 18px;
    }
    .products.grid > .medium-3 {
        width: 100%;
    }
    #testi-slider .owl-controls {
        margin-top: 30px;
    }
    .img-product img {
        width: 100%;
        height: 100%;
    }
    .product-info h3 {
        min-height: 100% !important;
    }
    #search-shop .contact-box, .prd-box .mt30 .large-3.medium-4,
    .category-list > .medium-4{
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .page-template-community-programs-new .prd-thumb img,
    #recently-view img, #releted-prd img {
        height: 100%;
        width: 100%;
    }
    #search-shop .address-info > div{
        width:100%;
    }
    #recently-view .prd-desc > a, #releted-prd .prd-desc > a{
        min-height: 100%;
    }
    .woocommerce-error, .woocommerce-info, .woocommerce-message {
        padding: 1em 1em 1em 1em !important;
        font-size: 15px;
    }
    .woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
        content: none !important;
    }
    .coupon-row .coupon {
        padding: 15px;
    }
    .coupon-row #coupon_code, .coupon input.button {
        width: 100% !important;
        margin-bottom: 15px !important;
    }
    .coupon-row .coupon > span {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .woocommerce .cart-collaterals .shop_table_responsive td{
        padding-top: 20px !important;
    }
    .woocommerce-cart .cart-collaterals .cart_totals table .order-total th{
        width: auto !important;
    }
    .woocommerce .cart-collaterals .wc-proceed-to-checkout .button,
    .woocommerce .cart-collaterals .wc-proceed-to-checkout .button.checkout-btn {
        margin-left: 13px;
        width: 100%;
        margin-top: 10px;
    }
    .woocommerce-checkout .woocommerce-info a {
        font-size: 16px;
    }
    .woocommerce-checkout .woocommerce-info {
        padding: 15px 15px !important;
    }
    .woocommerce-message a.button.wc-forwards{
        padding: 10px 10px;
        display: table;
        width: 100%;
        margin-top: 10px;
    }
    form.woocommerce-checkout {
        margin-top: 10px;
    }
    .woocommerce-checkout .woocommerce .checkout_coupon .form-row.form-row-first {
        width: 100%;
        margin: 0px 0px 10px !important;
        padding: 0 !important;
    }
    .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .woocommerce-checkout #customer_details h3, #order_review_heading {
        font-size: 20px;
    }
    .woocommerce-shipping-fields h3{
        margin-bottom: 10px !important;
    }
    #ship-to-different-address {
        position: relative;
        margin-bottom: 5px;
    }
    #order_review {
        margin-top: 10px;
    }
    .checkout_coupon{
        margin: 0 !important;
    }
    #community h2.title, #community-outside h2.title, #community .sub-title, #community-outside .sub-title{
        font-size: 20px;
        line-height: 26px;
    }
    #search-shop .address-info > div:first-child{
        margin-bottom: 15px;
    }
    #search-shop .address-info span.phone-icon {
        width: 36px !important;
    }
    h2.title, #main-contact h2, .prd-title{
        font-size: 24px;
    }
    .cart-button .yith-wcwl-add-to-wishlist, .cart-button .button.cart-btn,
    .addtoany_list.a2a_kit_size_32 a, .cart-button .button, .add_to_wishlist, .yith-wcwl-wishlistaddedbrowse.show a, .yith-wcwl-wishlistexistsbrowse.show a {
        margin-top: 10px;
        float: left;
        width: 100% !important;
    }
    .cart-button .addtoany_share_save i{
        vertical-align: bottom;
    }
    .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: 0 7px;
        font-size: 16px;
    }
    .single-product.woocommerce div.product .woocommerce-tabs .panel {
        margin: 20px 0 0em;
        padding: 0;
    }
    .single-product.woocommerce #product-detail{
        padding-bottom: 30px !important;
    }
    .single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
        margin: 0 1px;
    }
    #banner iframe {
        height: 520px;
    }
    #about-us h2.title{
        padding-left: 10px;
        padding-right: 10px;
    }
    .faq-list li {
        padding: 0 0px 20px 38px;
    }
    #about-us .wheretobuy li{
        margin-bottom: 20px;
    }
    #about-us .wheretobuy .local-outlet li {
        margin-bottom: 20px;
        min-height: 100%;
    }
    .search-box h2 {
        line-height: 28px;
    }
    .tag-line {
        line-height: 22px !important;
        font-size: 16px !important;
    }
    #fedinfo .text-center {
        text-align: left;
    }
    .shop-more > a{
        font-size: 14px;
    }
    .home .prd-thumb {
        height: 100%;
    }
    .info-col {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .info-col .text-left li:last-child, .info-col .text-left{
        margin-bottom: 0;
    }
    #why-us .row > div:nth-child(4) {
        padding-top: 30px;
    }
    #about-us .tag-line::after, #recently-view .tag-line::after, #releted-prd .tag-line::after, #about-us-page .tag-line::after {
        left: auto;
    }
    #about-us ul li {
        margin-bottom: 16px;
        width: 100%;
    }
    .home #about-us .mt40{
        margin-top: 0px !important;
    }
    #testi-slider {
        padding-left: 10px;
        padding-right: 10px;
    }
    #search-shop .social-box span{
        margin-right: 15px;
    }
    #footer .large-7.medium-5.columns{
        margin-bottom: 30px;
    }
    .logo a{
        margin-top: 0;
    }
    .orbit-caption {
        width: 92%;
        margin-bottom: -37px;
        padding: 10px 10px 9px;
    }
    .navbar-search .input-group .form-control {
        font-size: 20px;
    }
    .page-id-348 .orbit-caption h6, .single-community h6, #banner .orbit h6, .orbit-caption, .home .orbit-caption h6, .page-template-why .orbit-caption h6, .page-template-choose-your-barrel .orbit-caption h6, .page-template-installation .orbit-caption h6, .page-template-faq .orbit-caption h6, .page-template-community-programs-new .orbit-caption h6, .page-template-where-to-buy .orbit-caption p {
        font-size: 20px;
        line-height: 26px !important;
    }
    .page-id-348 .orbit-caption{
        margin-bottom: -25px;
    }
    header .logo{
        width: 100%;
        text-align: center;
    }
    header .large-9.medium-10.small-9.columns{
        width: 100%;
    }
    .user-menu > a {
        margin-left: 1px;
    }
    .hide-desktop {
    }
    header .user-menu > a.button{
        font-size: 14px;
        padding: 9px 7px;
    }
    .header-phone .user-menu > a:first-child {
        margin-left: 5px;
    }
    .header-phone.text-right{
        margin-top: 0px !important;
    }
    .user-menu.float-right.mt20 > a{
        margin-top: 11px;
    }
    .header-phone > span a{
        font-size: 16px;
    }
    #footer .row > .mt40{
        margin-top: 0px !important;
        margin-bottom: 20px;
    }
    #footer .row > .large-5.medium-7.columns{
        padding-left: 0;
        padding-right: 0;
    }
    #footer {
        padding: 30px 0px 20px;
    }
    .bx-wrapper .bx-controls-direction a{
        width: 60px;
        height: 60px;
    }
    .bx-wrapper .bx-prev {
        background-position: -73px 17px;
    }
    .bx-wrapper .bx-next {
        background-position: -73px -27px;
    }
    .event-place {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px !important;
    }

    .woocommerce-view-order .woocommerce-MyAccount-content .order-left{
        margin-top: 15px;
    }
    .woocommerce-view-order .order-right .shop_table.customer_details td {
        word-break: break-all;
        padding-right: 0;
    }
    .order-right header {
        padding-bottom: 0;
    }
    .woocommerce-view-order .order-right .col2-set.addresses .col-1{
        margin-bottom: 20px;
    }

    .login-notice.mt60, .wheretobuy {
        margin-top: 10px !important;
    }
    #customer_login, .lost_reset_password {
        margin-bottom: 30px;
    }
    #community-outside .large-3.medium-4.small-4.columns{
        width: 100%;
    }
    .wheretobuy h2 {
        font-size: 20px;
        margin-bottom: 30px;
    }
}

/**** loader css ***/

.state-column-cp, #community-outside .row  {
	position: relative;
}
#imageOrders {
	background-image: url(../images/loading-spinner.gif);
	width: 100%;
	height: 80px;
	background-color: transparent;
	text-align: center;
	margin: 0 auto;
	background-repeat: no-repeat;
	position: absolute;
	top: -16px;
	background-position: center center;
}
#search-shop .row  {
	position: relative;
}

#imageOrdersHome {
    background-image: url(../images/loading-spinner.gif);
    width: 100%;
    height: 80px;
    background-color: transparent;
    text-align: center;
    margin: 0 auto;
    background-repeat: no-repeat;
    position: absolute;
    top: -16px;
    background-position: center center;
}
#finalOutput {
	background-image: url(../images/loading-spinner.gif);
	width: 80px;
	height: 80px;
	background-color: transparent;
	text-align: center;
	margin: 0 auto;
	background-repeat: no-repeat;
	z-index: 111;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 250px;
}

/**** loader css ***/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    line-height: 46px;
    font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}
img.sv-wc-payment-gateway-icon {
    max-width: 33px;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    background-color: #2f6433;
    color: #fff;
}
.cart-button .clear {
    clear: none;
}

/*************** New Css ******************/

body .panel.contact-box form input {
    background-color: #fff !important;
    padding: 0 20px !important;
}
body .panel.contact-box form input:focus {
    border: 1px solid #45bbd4 !important;
}

body .panel.contact-box form textarea{
    padding: 15px 20px !important;
    height: 170px !important; 
    background-color: #fff !important;
}
body .panel.contact-box form textarea:focus{
    border: 1px solid #45bbd4 !important;
}

body .panel.contact-box form .columns .button {
    display: inline-block;
    padding: 0.85em 1em !important;
    margin: 0 0 1rem 0 !important;
    font-size: 16px !important;
    background-color: #2f6433 !important;
    color: #fefefe !important; 
    border-radius: 0 !important;
}
body .panel.contact-box form label.error {
    margin: 0;
}
    
[data-whatinput='mouse'] .button {
      outline: 0; 
    }
body .panel.contact-box form .columns .button:hover, body .panel.contact-box form .columns .button:focus {
    background-color: #28552b !important;
    color: #fefefe !important; 
}


.checkout-billing-info-form, .shipping_address {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.checkout-billing-info-form p.form-row, .shipping_address p.form-row {
    width: 100%;
    max-width: 49%;
    margin-bottom: 15px;
}


@media (max-width: 600px) {
    .checkout-billing-info-form p.form-row, .shipping_address p.form-row { 
        max-width: 100%;
    }
}

.checkout-billing-info-form p.form-row span, .shipping_address p.form-row span {
    position: relative;
}

.checkout-billing-info-form p.form-row span label.error, .shipping_address p.form-row span label.error {
    margin: 0;
    position: absolute;
    bottom: -21px;
    font-size: 13px;
}

.checkout-billing-info-form p.form-row.validate-state span label.error, .shipping_address p.form-row.validate-state span label.error {
    bottom: -37px;
}
