/*
Theme Name: neonpress
Theme URI: http://vergatheme.com/demosd/neonpress
Author: Verga Theme Team
Author URI: http://vergatheme.com
Description: In 2014, our default theme lets you create a responsive magazine website with a sleek, modern design. Feature your favorite homepage content in either a grid or a slider. Use the three widget areas to customize your website, and change your content's layout with a full-width page template and a contributor page to show off your authors. Creating a magazine website with WordPress has never been easier.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: neonpress

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #E9E9E9; text-align: center; padding:8px;}
#wp-calendar tbody td#today {background: #26a65b; color: #fff;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot {border: 1px solid #E9E9E9;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; color: #83c99f;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #83c99f;}

.widget select {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text .textwidget img{max-width: 100%;height: auto;}
.widget_text select, .widget_text input , .widget_text textarea  {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text option {max-width: 100%;}

.widget_nav_menu ul li, .widget_pages ul li {color: #827b7d;line-height: 28px;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 20px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}



#sidebar .textwidget img {
    max-width: 100%;
}
.wp-caption img , .single_blog_content img{
    max-width:100%;
}
.wp-caption{
    max-width:100%;
}
p.form-submit {
    clear: both;
}
.form-submit input.submit  {
        border: none;
    display: inline-block;
    background: #26a65b;
    color: #fff;
    padding: 0px 30px;
    height: 50px;
    border-radius: 3px;
    line-height: 48px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    transition: all 400ms linear 0s;
    width: auto;
        font-family: inherit !important;
}
.form-submit input.submit:hover ,.services-inner .btn-primary:hover{
       background: #1c954e;
    color: #fff;

}



header.logged-in{
  top:32px !important;
}


body.logged-in .main_menu_area.affix{
  top:32px !important;
}
.screen-reader-text{}

/* add */

.alignright{
    float:right;
}
.alignleft{
    float:left;
}

.single_blog_content table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.single_blog_content table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.single_blog_content table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.single_blog_content  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.single_blog_content  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.single_blog_content  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }
 img.alignleft, .alignleft img{
  margin-right:10px; 
 }
 img.alignright, .alignright img{
  margin-left:10px;
 }
 .comment-list .children {
    list-style: none !important;
 }
.comments ul.comment-list {
    list-style: none !important;
}
 .blog_comment_area table{ 
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    table-layout: fixed;
    width: 100%;
    border: 1px solid #d1d1d1;
}
.blog_comment_area table td{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
} 
.blog_comment_area table th{
    border: 1px solid #d1d1d1;
    padding-left: 7px;
 }
.blog_comment_area  li{
  padding: 0!important;
  list-style: inherit!important;
 }
.blog_comment_area  ul{
  list-style: disc!important;
  padding-left: 20px!important;
 }
.blog_comment_area  ol{
  list-style: decimal!important;
  padding-left: 20px!important;
 }



.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.comment-respond .comment-reply-title {
        font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #1b2c3e;
    font-size: 20px;
        padding: 60px 0px 30px 0px;
}
.blog_comment_area .media .media-body .comment-reply-link {
    float: right;
    font-size: 13px;
    font-family: "latosm";
    color: #26a65b;
}
.contact-form.white-form .col-md-6 {
    padding-left: 0px !important;
}
.more_project_details .gallery {
    display: none;
}

.latest_news_inner a {
    font-size: 12px;
    color: #000;
}
.view_details_btn {
    font-size: 16px !important;
    color: #26a65b !important;
}
.our_latest_news_area.our_latest_news2 .latest_news_inner .latest_news_content a {
    color: #26a65b;
    font-size: 13px;
}
.comment_submit {
    border: none !important;
    color: #fff !important;
    padding: 0px 30px !important;
    height: 50px !important;
    border-radius: 3px !important;
    font-size: 15px !important;
    width: auto !important;
        font-family: inherit !important;
}
.contact_details br {
    display: none;
}
.pagination .current {
        color: #fff !important;
    background-color: #26a65b !important;
}
.pagination>li>a, .pagination>li>span {
        color: #848484 !important;
}
.blog_content .date_cmm a {
        color: #26a65b !important;
}
.custom-search .input-group {
    width: 70% ;
    margin-top: 40px;
}
.wp-caption-text , .sticky , .gallery-caption , .bypostauthor{}
.main_menu_area ul >li > ul >li > ul.dropdown-menu{
   margin-left: 200px;
}
.date_cmm .featured-post {
    float: right;
    font-size: 16px;
}

.service_area .service_tab_content .latest_news_inner .view_details_btn {
    display: inline-block;
    background: #26a65b;
    color: #fff;
    padding: 0px 30px;
    height: 50px;
    border-radius: 3px;
    line-height: 48px;
    color: #fff !important;
    font-weight: bold;
    transition: all 400ms linear 0s;
}
.service_area .service_tab_content .latest_news_inner .view_details_btn:hover {
    background: #1c954e;
}
.our_latest_news_area .latest_news_inner .latest_news_content .view_details_btn{
    background: #26a65b;
    max-width: 145px;
    width: 100%;
    line-height: 40px;
    color: #fff !important;
    font-family: "Lato", sans-serif;
    display: block;
    padding-left: 13px;
    border-radius: 3px;
    position: relative;
    z-index: 2;
    transition: all 400ms linear 0s;
}
.our_latest_news_area .latest_news_inner .latest_news_content .view_details_btn:hover{
    background: #1c954e;
}
.logo_area .contact_details_area .contact_item .media .media-body h5 {
    color: #333;
}
.project_item_inner .project_item_content p {
    color: #333;
}
.conpany_about_area .company_content p {
    color: #333;
}
.latest_news_inner p {
    color: #333;
}
.global_content p {
    color: #333;
}
.section_tittle p {
    color: #333;
}
.testimonials_slider .testimonials_text p {
    color: #333;
}
.chose_inner_area .panel-group .panel-default .panel-collapse .panel-body {
    color: #333;
}
.news_tittle p {
    color: #333;
}
.latest_news_inner {
    color: #333;
}
.service_details p {
    color: #333;
}
.project_info_area .more_project_details p {
    color: #333;
}
.project_info_area .project_details p {
    color: #333;
}
.project_info_area .project_info_content ul li span {
    color: #333;
}
.blog_content p {
    color: #333;
}
.single_blog_content p {
    color: #333;
}
.right_sidebar_widget li {
    color: #333;
}
.categori_widget ul li a {
    color: #333;
}
.blog_comment_area .media .media-body p {
    color: #333;
}
.contact_details .media .media-body p {
    color: #333;
}
.contact_details .media .media-body h3 {
    color: #333;
}
.contact_details .media .media-body h4 span {
    color: #333;
}
.contact_from_area.contact_from_area2 .blog_comment_from p {
    color: #333;
}


.woocommerce form .form-row label{
    color: #333;
}
.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.woocommerce .Full-width .nosidebar .plft30 .product-type-simple .mbot75 .prd_detail_desc .single-product-normal {
    float: left;
    width: 80%;
    margin-top: -5px;
}

.woocommerce .Full-width .nosidebar .plft30 .product-type-simple .mbot75 .prd_detail_desc .single-product-normal .price .woocommerce-Price-amount {
    font-size: 32px;
    font-weight: 600;
}
.woocommerce .Full-width .nosidebar .plft30 .product-type-simple .mbot75 .prd_left_Wdt .images {
    float: none;
    margin: 0 auto;
    display: block;
    width: 100%;
    margin-bottom: 50px;
}
.woocommerce .single-product-normal .product_title  {
    margin-bottom: 10px;
    font-weight: 500;
    color: #333;
    margin-bottom: 15px;
}
.woocommerce .single-product-normal div .price {
  margin-bottom: 10px;
}
.woocommerce.product-template-default .Full-width .nosidebar .product-type-simple {
      margin: 100px 0px;
}
.woocommerce .Full-width .nosidebar .product-type-simple .mbot75 .prd_detail_desc form.cart .quantity input.qty {
    height: 32px;
    margin-right: 10px;
    border-radius: 30px;
    border: 2px solid #26a65b;
    color: #26a65b;
}
.woocommerce .Full-width .nosidebar .product-type-simple .mbot75 .prd_detail_desc form.cart .single_add_to_cart_button {
    height: 32px;
    background: #26a65b;
    border: 2px solid #26a65b;
    color: #fff;
    padding: 6px 20px;
    font-weight: 500;
    line-height: 1;
    border-radius: 30px;
}
.woocommerce .Full-width .nosidebar .product-type-simple .mbot75 .prd_detail_desc form.cart .single_add_to_cart_button:hover {
    border: 2px solid #26a65b;
    background-color: #fff;
    color: #26a65b;
}
.woocommerce div.product p.price ins {
  text-decoration: none;
}

.woocommerce .nosidebar .woocommerce-message .wc-forward {
    background-color: #26a65b;
    border: 2px solid #26a65b;
    padding: 7px 20px;
    border-radius: 30px;
    color: #fff;
}
.woocommerce .nosidebar .woocommerce-message .wc-forward:hover {
    background-color: #fff;
    border: 2px solid #26a65b;
    color: #26a65b;
}
.woocommerce span.onsale {
    background-color: #26a65b;
}
.woocommerce div.product p.price {
    color: #26a65b;
    margin: 15px 0px;
}
.woocommerce-message:before {
    color: #2f506c;
}
.woocommerce-message {
    border-top-color: #2f506c;
}
.woocommerce .product-type-simple .mbot80 .tab-pane h2 {
    margin-bottom: 30px;
    color: #333;
    font-weight: 700;
    text-align: center;
    font-size: 44px;
}
.woocommerce .Full-width .nosidebar .plft30 .product-type-simple .mbot75 .prd_detail_desc .single-product-normal .price del .woocommerce-Price-amount {
  font-size: 22px;
}
.woocommerce .woocommerce-Reviews .woocommerce-noreviews {
  margin-bottom: 10px;
}
.woocommerce #reviews.woocommerce-Reviews .comment-respond .comment-reply-title {
  font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    padding :0px;
}
.woocommerce #tab-reviews #review_form .comment-respond .comment-form .comment-form-comment textarea#comment {
    max-width: 600px;
    height: 120px;
    padding: 10px;
}
.woocommerce #tab-reviews #review_form .comment-respond .comment-form .comment-form-comment label {
    display: block;
}
.woocommerce #tab-reviews #review_form .comment-respond form .comment-form-author label {
    margin-right: 8px;
}
.woocommerce #tab-reviews #review_form .comment-respond form .comment-form-email label {
    margin-right: 10px;
}
.woocommerce #review_form #respond .form-submit input {
    color: #fff;
    background-color: #26a65b;
    border: 2px solid #26a65b;
    height: 34px;
    padding: 6px 15px;
    border-radius: 30px;
    width: 130px;
}
.woocommerce #review_form #respond .form-submit input:hover {
    background-color: #fff;
    border: 2px solid #26a65b;
    color: #26a65b;
}
.woocommerce #reviews.woocommerce-Reviews #comments .commentlist{
  padding-left: 0px;
}
.woocommerce #reviews.woocommerce-Reviews #comments .commentlist .comment .comment_container .comment-text{
  margin: 0 0 0 70px;
}
.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 10px;
}
.woocommerce .practice_area .practice_inner .practice_item .p_img_inner {
  padding: 15px;
}
.woocommerce .practice_area .practice_inner .practice_item a> h5 {
  font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.woocommerce .practice_area .practice_inner .practice_item  .star-rating {
  float: none;
    margin: 0 auto;
    margin-bottom: 15px;
}
.woocommerce .practice_area .practice_inner .practice_item .price{
  font-size: 20px;
    font-weight: 700;
}
.woocommerce .practice_area .practice_inner .practice_item  .price del .woocommerce-Price-amount {
  font-size: 15px;
}
.woocommerce .practice_area .practice_inner .practice_item  .price ins {
  text-decoration: unset;
}
.woocommerce .sevice_offer .practice_item {
    margin-bottom: 60px;
    border-bottom: 2px solid #6091ba;
    padding-bottom: 20px;
}
.woocommerce .practice_area .practice_inner .practice_item .p_img_inner .p_img .p_hover {
    text-align: center;
}
.woocommerce .woocommerce-product-rating .star-rating span {
    color: #FFC107;
}
.woocommerce .woocommerce-Reviews .commentlist .comment-text .meta strong {
    text-transform: capitalize;
    color: #333;
}
.woocommerce .woocommerce-Reviews .commentlist .comment-text .meta .description{
    color: #333;
}
.woocommerce .woocommerce-Reviews .comment-text .star-rating span{
    color: #FFC107;
}
.woocommerce .woocommerce-Reviews .comment-respond .comment-form-rating .stars span a {
    color: #ffc107;
}
.woocommerce .nosidebar .woocommerce-message {
    border:none;
}
.woocommerce .nosidebar .woocommerce-message:before {
    color: #26a65b;
}
.woocommerce .woocommerce-Reviews #comments {
    margin-bottom: 0px;
}
.woocommerce .woocommerce-Reviews #review_form #respond.comment-respond .comment-form .comment-form-comment {
  margin-bottom: 20px;
}
.woocommerce .box_grid .block-reveal .woocommerce-LoopProduct-link .wp-post-image {
  width: 100% !important;
  max-width: 100%;
}
.woocommerce .box_grid span.onsale {
    z-index: 10;
    top: 1em;
    left: 2em;
}
.woocommerce .box_grid .block-reveal .woocommerce-LoopProduct-link >.star-rating {
  display: none;
}
.woocommerce .box_grid .block-reveal .woocommerce-LoopProduct-link >.price del {
  display: none;
}
.woocommerce .box_grid .block-reveal .woocommerce-LoopProduct-link >.price ins {
  text-decoration: unset;
}

.woocommerce .box_grid .wrapper .star-rating {
      
      color: #f2b827;
}
.woocommerce .star-rating:before {
    color: #f2b827;
}
.woocommerce .box_grid .wrapper .preview .add_to_cart_button {
    background: #fff;
    border: 2px solid #26a65b;
    color: #26a65b;
    padding: 7px 20px;
    font-weight: 500;
    line-height: 1;
    border-radius: 30px;
}
.woocommerce .box_grid .wrapper .preview .add_to_cart_button:hover {
    background: #26a65b;
    color: #fff;
}

.woocommerce .box_grid .wrapper .preview .added_to_cart {
    background: #26a65b;
    border: 2px solid #26a65b;
    color: #fff;
    padding: 7px 20px;
    font-weight: 500;
    line-height: 1;
    border-radius: 30px;
    float: right;
}
.woocommerce .box_grid .wrapper .preview .added_to_cart:hover {
    background: #fff;
    color: #26a65b;
}
.woocommerce-cart .woocommerce .col-sm-8 {
    max-width: 100%;
    margin-bottom: 40px;
    width: 100%;
}
.woocommerce-cart .woocommerce .col-sm-8 .shop_table_responsive .cart_item td {
  border-right: 1px solid rgba(0,0,0,.1);
  text-align: center;
  color: #333;
}
.woocommerce-cart .woocommerce .col-sm-8 .shop_table_responsive .cart_item td >a{
  color: #333;
}
.woocommerce-cart .woocommerce .col-sm-8 .shop_table_responsive .cart_item td.product-remove .remove {
    margin: 0 auto;
}
.woocommerce-cart .woocommerce .col-sm-8 .shop_table_responsive thead tr th {
    text-align: center;
    border-right: 1px solid rgba(0,0,0,.1);
    color: #333;
}
.woocommerce-cart .woocommerce .col-sm-4 .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text {
    width: 143px;
    margin: 5px 10px 5px 5px;
    height: 34px;
    background: #26a65b;
    border: 2px solid #26a65b;
    color: #fff;
    padding: 6px 20px;
    font-weight: 500;
    line-height: 1;
    border-radius: 30px;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text::-webkit-input-placeholder{
    color: #ffffff!important;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text::-moz-placeholder{
    color: #ffffff!important;
}
.woocommerce-cart .woocommerce table.cart td.actions .coupon .input-text:-ms-input-placeholder{
    color: #ffffff!important;
}
.woocommerce-cart .woocommerce .cart input.button {
    margin: 5px 5px 5px 5px;
    height: 34px;
    background: #26a65b;
    border: 2px solid #26a65b;
    color: #fff;
    padding: 6px 20px;
    font-weight: 500;
    line-height: 1;
    border-radius: 30px;
}
.woocommerce .cart .button, .woocommerce .cart input.button:hover {
    background: #fff;
    color: #26a65b;
}
.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button {
    margin: 5px 5px 5px 5px;
    background: #26a65b;
    border: 2px solid #26a65b;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    border-radius: 30px;
}
.woocommerce-cart .woocommerce .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    background: #fff;
    color: #26a65b;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table_responsive .cart-subtotal td {
    font-size: 16px;
    text-align: right;
    color: #333;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals .shop_table_responsive .order-total td {
    font-size: 18px;
    text-align: right;
    color: #333;
}
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h2 {
  margin-bottom: 30px;
  color: #333;
}
.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
}
.woocommerce-checkout .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row .input-text {
    border-radius: 15px;
    height: 32px;
    padding-left: 10px;
    border: 1px solid;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row .select2-choice {
    border-radius: 15px;
    height: 32px;
    padding-left: 10px;
    border: 1px solid;
    padding-top: 2px;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row {
    margin-bottom: 15px;
    color: #333;
}
.woocommerce-checkout .woocommerce .woocommerce-checkout .woocommerce-billing-fields .form-row label {
    margin-bottom: 15px;
    color: #333;
}
.woocommerce-checkout .woocommerce form .col-sm-4 {
  margin-bottom: 50px;
}
.woocommerce-checkout .woocommerce form h3 {
    margin-bottom: 30px;
    color: #333;
    font-weight: 600;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .woocommerce-validated label {
    margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce .woocommerce-shipping-fields .woocommerce-validated .input-text {
    padding: 10px;
    border-radius: 15px;
}
.woocommerce-checkout .woocommerce form .form-row .input-text,.woocommerce-checkout .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
    border-radius: 15px;
    padding: 10px;
}
.woocommerce-checkout .woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    color: #333;
}
.woocommerce-checkout .woocommerce table.shop_table td {
    color: #333;
}
.woocommerce-checkout  .woocommerce table.shop_table td.product-total {
    color: #333;
    text-align: right;
}
.woocommerce-checkout .woocommerce table.shop_table th.product-total {
    text-align: right;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot td {
    color: #333;
    text-align: right;
}
.woocommerce-checkout .woocommerce table.shop_table tfoot tr.order-total td {
    font-size: 16px;
}
.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods li {
    color: #333;
}
.woocommerce-checkout .woocommerce #payment #place_order{
    background: #26a65b;
    border: 2px solid #26a65b;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    border-radius: 30px;
    padding: 7px 12px;
}
.woocommerce-checkout .woocommerce #payment #place_order:hover {
    background: #fff;
    color: #26a65b;
}
.product-template-default.woocommerce .panel-body {
    padding: 20px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: auto;
}
.woocommerce .wrapper .price ins {
    text-decoration: unset;
}
.woocommerce .wrapper .price ins .woocommerce-Price-amount {
    font-size: 20px;
    color: #26a65b;
    font-weight: 600;
}
.woocommerce .wrapper .price > .woocommerce-Price-amount  {
    font-size: 20px;
    color: #26a65b;
    font-weight: 600;
}
.woocommerce-page   .margin_60_35 .col-md-4 .box_grid {
    margin-bottom: 40px;
    background-color: #fafafa;
    padding: 20px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #333;
    margin-right: 5px;
    padding-left: 30px;
    line-height: 1.42857143;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.woocommerce nav.woocommerce-pagination ul {
    border: 0px solid #d3ced2; 
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: 0px solid #d3ced2;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span  {
    position: relative;
    float: left;
    
    padding: 6px 12px;
    padding-left: 30px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: 5px;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #fff;
}
.woocommerce nav.woocommerce-pagination ul li span.current:hover {
    background: #ebe9eb;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background-color: #26a65b;
    color: #fff;
}
.woocommerce .margin_60_35 nav.woocommerce-pagination {
    text-align: left;
}
.woocommerce-cart table.cart .product-thumbnail img {
    width: 180px;
    margin: 10px 0px;
}
@media (max-width: 400px){ 
    .woocommerce-cart table.cart td.actions .coupon {
        display: grid;
    }
    .woocommerce-page table.cart td.actions .coupon input.button {
        width: 143px;
    }
}
@media (min-width: 767px){ 
    .woocommerce .col2-set, .woocommerce-page .col2-set {
        width: 66.66666667%;
    }
}
.product-template-default   #hero_in.general{
    padding-bottom: 0px;
}
.woocommerce .gal-home .hovereffect {
    margin-bottom: 0px;
}
.woocommerce div.product div.images img {
    display: block;
    width: auto;
    height: auto;
    box-shadow: none;
    max-width: 100%;
    margin: 0 auto;
}
.woocommerce .Full-width .product-type-simple .mbot75 .prd_detail_desc .single-product-normal div[itemprop="description"] >p {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
}
.woocommerce .Full-width .product-type-simple .woocommerce-review-link {
    color: #26a65b;
}
.woocommerce-page section.sec-normal {
    padding: 75px 0px 50px 0px;
}
.woocommerce .panel-heading a {
    color: #26a65b;
}
.woocommerce .nav-tabs>li>a:hover {
    color: #ed145b;
}
.woocommerce .comment-form .comment-form-rating label {
    color: #333;
}
.woocommerce .comment-form .comment-form-comment label {
    color: #333;
    margin-top: 15px;
}
.woocommerce .container.margin_60_35 {
    margin-bottom: 50px;
    margin-top: 75px;
}
.woocommerce .margin_60_35 .box_grid .wrapper h3 {
    margin: 20px 0px;
}
.woocommerce .margin_60_35 .box_grid .wrapper h3 a {
    color: #333;
    font-weight: 600;
}
.woocommerce .margin_60_35 .box_grid .wrapper p {
    margin: 20px 0px;
    color: #333;
}
.woocommerce .margin_60_35 .box_grid .wrapper .price {
    color: #26a65b;
}
.woocommerce-cart .cart-collaterals .cart_totals table{
    color: #333;
}
.woocommerce .tab-content>.active {
    display: block;
    color: #333;
}
.woocommerce .woocommerce-info {
    border-top-color: #26a65b;
}
.woocommerce .woocommerce-info:before {
    color: #26a65b;
}
.woocommerce .woocommerce-info a {
    color: #26a65b;
}
#accept_paypal_payment_form .wp_accept_pp_button_form_classic {
    background-color: #f5f5f5;
    margin-bottom: 50px;
    border: 2px solid #dcd9d9;
    border-radius: 5px;
}
#accept_paypal_payment_form .wp_accept_pp_button_form_classic .wpapp_payment_subject {
    margin: 0 auto;
    text-align: center;
    padding: 30px 0px 20px 0px;
    color: #333;
    font-size: 18px;
}
#accept_paypal_payment_form .wp_accept_pp_button_form_classic .dd {
    margin: 0 auto;
    display: block;
    color: #333;
    border: 1px solid #777;
    margin-bottom: 30px;
    width: 70% !important;
    height: 30px;
}

#accept_paypal_payment_form .wp_accept_pp_button_form_classic .wpapp_ref_title_label{
    text-align: center;
    color: #333;
    font-size: 18px;
    padding-bottom: 10px;
}
#accept_paypal_payment_form .wp_accept_pp_button_form_classic .wpapp_ref_value {
    text-align: center;
    height: 32px;
    margin-bottom: 30px;
}
#accept_paypal_payment_form .wp_accept_pp_button_form_classic .wpapp_ref_value .wp_pp_button_reference{
    height: 29px;
    border-radius: 5px;
    border: 1px solid #777;
    width: 70%;
    margin-bottom: 20px;
    color: #333;
    padding-left: 5px;
}
#accept_paypal_payment_form .wp_accept_pp_button_form_classic .wpapp_payment_button input {
    margin: 0 auto;
    display: block;
    float: none;
    padding-bottom: 30px;
}
#accept_paypal_payment_form .wp_accept_pp_button_form_classic .dd .ddTitle .ddTitleText {
    padding: 6px 25px 5px 5px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-appearance: menulist-button;
}
.dd .divider {
    border-left: 0px solid #c3c3c3;
    border-right: 0px solid #fff;
    right: 18px;
}
.portfolio_inner .portfolio_single .overlay {
    display: none;
}
.portfolio_inner .portfolio_single:hover .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    opacity: 1;
    transition: all 0.4s ease;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    padding: 0px 15px 30px;
    display: block;
}
.portfolio_inner .portfolio_single:hover .overlay .v-align.wrap {
    padding: 13%;
    height: 100%;
    font-size: 11pt;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    background-color: #25dd3acc;
}
.portfolio_inner .portfolio_single:hover .overlay .v-align.wrap .icon {
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    top: 40%;
}
.portfolio_inner .portfolio_single:hover .overlay .v-align.wrap .icon a .fa.fa-link{
    color: #111;
    background: #fff;
    border-radius: 50%;
    padding: 12px;
    transition: all .3s ease-in-out;
    opacity: 99999999999;
    margin: 0 auto;
}