@import "fonts.css";

.minicart-wrapper .action.showcart:before,.minicart-wrapper a.action.showcart.active:before {
 content: "\f07a";
 font-family:fontAwesome;
 display:block;
color:#234fa0;
}
.products-grid .product-item-info, .products-grid .product-item-info {
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding : 9px !important;
}
body #back-top a:focus, #back-top a:active, #back-top a:hover {
    border-color: #234fa1;
    background: #234fa1;
}

body #back-top a {
    color: #234fa1;
    border-color: #234fa1;
}
.product-image-photo {
    vertical-align: top !important;
    width: 100% !important;
}

.products-grid .product-item-info:hover .product-item-inner, .products-grid .product-item-info.active .product-item-inner {
    display: none !important;
}
.formNetableBtns a.formDownload:hover,.formNetableBtns a.formDownload:focus,.formNetableBtns a.formDownload:visited ,.formNetableBtns a.formNetableBtn:hover ,.formNetableBtns a.formNetableBtn,
 .formNetableBtns a.formDownload,.formNetableBtns a.formNetableBtn:focus,.formNetableBtns a.formNetableBtn:visited{
    color: #fff;
}

 
.minicart-wrapper {
    margin-top: 7px;
    //display: none;
    margin-right: 8px;
}

.mid-panel ul.user-actions.clearfix{
float:left;
}

.cdz-menu.cdz-horizontal-menu   li.item.level1.text-content {
    padding: 0;
}

.cdz-menu.cdz-horizontal-menu li.industry_cat_li {
    padding:8px 15px;
    line-height:16px;
}
.page-header ul.industry_cat_ul{
    margin-top:0;
}

.cart-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    left: 0
}

.footer-mini-cart {
    background: #fff;
    padding: 0;
    overflow: hidden;
    position: relative
}

.footer-mini-cart:before {
    content: '';
    position: absolute;
    width: 100%;
    top: -3px;
    left: 0;
    height: 3px;
    box-shadow: 0 2px 3px #e1e1e1
}

.cart-qty {
    position: absolute;
    background: #a0bd26;
    color: #fff;
    top: -33px;
    font-size: 85%;
    text-transform: uppercase;
    padding: 10px 20px 7px;
    z-index: 200;
    cursor: pointer;
    z-index: 0
}

.cart-qty:after {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f106';
    font-size: 20px;
    float: right;
    margin-top: -4px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-left: 5px
}

.cart-qty.active:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.cart-items {
    list-style: none;
    float: left;
    width: calc(100% - 600px);
    overflow-x: auto;
    overflow-y: hidden
}

.cart-items .cart-items-inner {
    float: left;
    white-space: nowrap
}

.cart-items .item {
    margin-right: 10px;
    position: relative;
    float: none;
    display: inline-block
}

.cart-items .item .product {
    float: left;
    position: relative;
    width: 65px;
    padding: 10px 0;
    height: 85px
}

.cart-items .item .product img {
    width: 65px !important;
    height: 65px !important
}

.cart-items .item span.item-qty {
    position: absolute;
    top: 10px;
    right: 5px;
    background: #fc7070;
    color: #fff;
    display: block;
    border-radius: 100%;
    width: 17px;
    height: 17px;
    line-height: 18px;
    text-align: center;
    font-size: 85%
}

.cart-items .item .hover-sec {
    position: absolute;
    left: 100%;
    float: left;
    height: 85px;
    padding: 23px 0;
    background: #f4f4f4;
    width: 0;
    visibility: hidden;
    overflow: hidden;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transition: opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
    -webkit-transition: opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
    -o-transition: opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
    transition: opacity .4s ease,transform .4s ease,visibility .4s linear 0s;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    z-index: 1
}

.cart-items .item .hover-sec .details-qty {
    float: left
}

.cart-items .item .hover-sec .details-qty .label {
    display: none
}

.cart-items .item .hover-sec .details-qty input {
    width: 50px
}

.cart-items .item .hover-sec .details-qty button {
    position: absolute;
    top: 23px;
    right: 0;
    z-index: 3
}

.cart-items .item .hover-sec .product.actions {
    width: auto;
    padding: 0;
    float: right
}

.cart-items .item .hover-sec .product.actions .primary a,.cart-items .item .hover-sec .product.actions .secondary a {
    display: inline-block;
    text-decoration: none
}

.cart-items .item .hover-sec .product.actions .primary a>span,.cart-items .item .hover-sec .product.actions .secondary a>span {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.cart-items .item .hover-sec .product.actions .primary a:before,.cart-items .item .hover-sec .product.actions .secondary a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 18px;
    color: #8f8f8f;
    content: '\e601';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center
}

.cart-items .item .hover-sec .product.actions .primary a:hover:before,.cart-items .item .hover-sec .product.actions .secondary a:hover:before {
    color: #333
}

.cart-items .item .hover-sec .product.actions .primary a:active:before,.cart-items .item .hover-sec .product.actions .secondary a:active:before {
    color: #8f8f8f
}

.cart-items .item .hover-sec .product.actions .secondary a:before {
    content: '\e604'
}

.cart-items .item .show-options.hover-sec {
    width: 100px;
    padding: 23px 10px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    visibility: inherit
}

.cart-items .item .edit-icon {
    cursor: pointer;
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 0;
    width: 17px;
    height: 17px;
    text-align: center;
    color: #fff
}

.cart-items .item .edit-icon:before {
    background: #282828;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 17px;
    height: 17px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f040';
    font-size: 11px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.footer-cart-additional {
    float: right;
    width: 600px
}

.summary-content>.row>.col-xs-12 {
    text-align: right
}

.summary-content>.row>.col-xs-12:first-child {
    text-align: left
}

.footer-cart-summary {
    float: left;
    width: 320px;
    padding: 24px 20px 17px;
    border-left: 1px solid #e1e1e1;
    min-height: 85px
}

.footer-cart-summary .summary.title {
    display: none
}

.footer-cart-summary .summary-content {
    font-size: 14px
}

.footer-cart-summary .summary-content .price {
    color: #fc7070
}

.cart-footer .footer-cart-actions {
    float: right;
    padding: 23px 20px 19px;
    border-left: 1px solid #e1e1e1;
    min-height: 85px
}

.cart-footer .footer-cart-actions .action.primary:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00c';
    font-size: 18px;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-right: 5px
}
.label {
    color: black;
    font-size: 13px;
    padding-left: 0;
}

span#tooltip-label {
    display: none;
}
.mark, mark {
    background: transparent;
}

.opc-block-summary {
    background: transparent;
}
.osc .step-title {
    color: #fff;
    background: #28539a;
   }


ul.custom-links li img {
    padding-right: 16px;
}

ul.header.features-links.custom-links li {
    font-size: 16px;
    line-height: 30px;
}



ul.header.features-links.custom-links li.phone {
    font-size: 30px;
    font-weight: 600;
}

ul.header.features-links.custom-links a {
    color: #234fa0;
}

.footer-content-middle h4 {
    margin-bottom: 13px;
    color: #fff;
    text-align: center;
}
.footer-content-middle p{
    color:#fff;
}
ul.social-media li a:hover {
    opacity: 0.8;
}
a.social-facebook{
	background-color: #3b4ba8;
}
a.social-google{
	background-color: #d54522;
	padding-left:6px !important;
}
a.social-linkedin{
	background-color: #1e84ce;
}
ul.social-media li a {
    display: block;
    color: #fff;
    width: 34px;
    padding: 0px 10px;
    line-height: 34px;
    font-size: 18px;
    margin-right: 16px;
}
.footer-content-middle .col-sm-6 img {
    display: block;
    text-align: center;
    margin: 0 auto;
}
.footer-content-middle p{
	font-size:14px;
}
.page-footer .row.first-row p {
    color: #fff;

    text-align: center;
    max-width: 251px;
    margin: 0 auto;
    font-size: 14px;
}
ul.social-media li em,ul.social-media li i{
    font-size:0px;
}
ul.social-media li i:before,ul.social-media li em:before{
    font-size:18px;
}


.page-footer ul.social-media {
    margin-top: 25px !important;
    display: flex;
}

.page-footer .first-row,.page-footer .second-row {
    margin-bottom: 45px;
}

.page-footer .footer-content-middle .footer-box .h5 {
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
}

.page-footer ul.footer-links {
    column-count: 2;
}

.page-footer ul.footer-links a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}

.page-footer .block.newsletter .actions {
    width: 100%;
    display: block;
}

.page-footer .block.newsletter .action.subscribe {
    width: 100% !important;
    transform: none !important;
    display: block;
}

.page-footer .block.newsletter .action.subscribe:after {
    content: '' !important;
}

.page-footer .block.newsletter .action.subscribe span {
    display: block !important; 
    background: #a0bd26;
    color: #fff;
font-weight:400 !important;
}

.page-footer .block.newsletter button.action.subscribe.primary:hover span{
    background-color: #edfc95;
    color: #000;
}



.page-footer .block.newsletter .action.subscribe:hover {
    transform: none !important;
}

.page-footer .third-row h4 {
    margin-bottom: 0;
    text-align: left;
}

.page-footer a {
    color: #fff;
}
.page-footer .f-phn a,.page-footer .f-email a {
	color:#1979c3 !important;
}
p.f-phn a:hover,.f-email a:hover {
    color: #23527c;
}

.page-footer .block.newsletter .field .control:before {
    content: '' !important;
}

.page-footer .block.newsletter input {
    border-radius: 0px;
    letter-spacing: 0.3px;
    font-size: 14px;
    background: #fff;
    color: #ccc;
    font-weight: 300;
}

.page-footer .block.newsletter input::placeholder {
    color: gray;
}

.page-footer .block.newsletter {max-width: 285px !important;}

.page-footer .block.newsletter .field {
    margin-right: 1px;
    margin-bottom: 15px;
}
.footer-address p {
    color: #bbb;
    text-align: center;
    font-size: 12px;
    font-weight: 300;
}

.page-footer .footer-content-bottom {
    padding-top: 10px !important;
    background:#131313;
    padding-bottom: 0px !important;
}


.page-footer .newsletter-block {
    margin-top: 0px !important;
}

.page-footer .second-row .col-sm-8 {
    border-left: 1px solid #444444;
    padding-left: 31px;
}

.page-footer .second-row .col-sm-8:first-child {
    border-left: 0;
}

.page-footer .second-row ,.page-footer .row.third-row{
    border-bottom:1px solid #444444;
    padding-bottom:35px;
}



.page-footer .footer.content {
    background: #242424 !important;
}

.footer-content-middle {
    border: none !important;
}
.fourth-row.row img {
    display: block;
    margin: 0 auto;
}

.fourth-row.row {
    padding-top: 37px;
}

.slide-caption.text-left.slide-top-left {
    width: 100%;
    //top: 0;
  //  left: 0;
}

.slide-caption.text-left.slide-top-left.item-1 .home-banner-part.home-banner-part-1{
     display: none; 
}

.item-1 .home-banner-part.home-banner-part-3 {
    top: calc(50% - 92px);
    position: absolute;
    width: 165px;
    right: 0;
}
.home-pg-banner .container .cdz-slideshow.main-slideshow {
    background: #fff;
    border-radius:4px;
}
.sstext-6x {
    color: #fff;
}

p.slide-text {
    color: #fff;
}

.slide-caption a.button-link.slide-btn {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 10px 27px;
}

.slide-caption a.button-link.slide-btn:hover {
    background: gray;
}
.slide-caption .button-link:after{
        background: gray !important;
border-color:gray !important;
}
a.home-banner-btn{
	display: block;
	color: #fff !important;
	background-color: #a0bd26;
	width: 165px;
	line-height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: center;
	margin-top: 30px;
}
a.home-banner-btn:hover{
	color: #000 !important;
	background-color: #edfc95
}


.item-1  a.item-image.abs-img {opacity: 0;}

.item-1  .home-banner-part.home-banner-part-2 {
    text-align: center;
}

.item-1 .home-banner-part.home-banner-part-2 img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}

.home-pg-banner .cdz-slideshow .owl-dots .owl-dot.active {
    background-color: #000;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
}

.container-fluid.space-lg.home-pg-banner {
    border-bottom: 25px solid #bdbdbd;
}
.item-2 .home-banner-part.home-banner-part-2 img {
    height: 100%;
    width: auto;
}

.item-2 .home-banner-part.home-banner-part-2 {
    width: 40%;
    float: right;
}

.item-2 .home-banner-part.home-banner-part-1 {
    float: left;
    width: 55%;
}

.slide-caption.text-left.slide-top-left.item-2  {
    display: flex;
    align-items: center;
}

.item-2 .home-banner-title, .item-2 .home-banner-text {
    display: none;
}
.item-3 .home-banner-part.home-banner-part-1 {
    float: left;
    width: 35%;
}

.item-3 .home-banner-part.home-banner-part-2 {
    float: right;
    width: 65%;
}

.slide-caption.text-center.slide-middle.item-3, .slide-caption.text-center.slide-middle.item-4 {
    flex-direction: row;
    display: flex;
}



.item-4 .home-banner-part.home-banner-part-1 {
    width: 28%;
}

.item-4 .home-banner-part.home-banner-part-2 {
    width: 75%;
}
.slide-caption.text-center.slide-middle.item-5  {
    height: 100%;
}

.item-5  .home-banner-part.home-banner-part-1 {
    height: 100%;
}
.passion-text h3 {
    color: #26519f;
    font-size: 26px;
    font-weight: 400;
}
.passion-text p,.passion-text li,.passion-text h4 {
    color: #000;
}

.passion-text p,.passion-text li {
    line-height: 22px;
    font-size: 16px;
}
.actions a.action.btn.primary {
    background: #26519f;
    display: inline-block;
    border-color: #26519f;
}
.actions a.action.btn.primary:hover {
    background: #fff;
    color: #26519f;
}
.passion-text .actions a.action.btn.primary {
    margin-top:35px;
}
.page-footer .footer.content .footer-content-top {
    display: none;
}

body .page-wrapper ,body{
    background: #fff;
}

ul.header.custom-links {
    float: left;
    //max-width: 50%;
}

.page-header .features-links {
    //max-width: 50%;
}

a#top-wishlist {
    display: none;
}

li.link.wishlist {
    display: none !important;
}
div#search_autocomplete+.nested {
    display: none;
}
.cdz-horizontal-menu .groupmenu li.level0>a.menu-link {
    padding: 12px 8px !important;
    font-size: 11px !important;
}

.sticky-menu:not(.active) div.search-form {
    width: 100% !important;
}
.header-menu-wrap {
    padding-left: 0 !important;
}
.cdz-horizontal-menu .groupmenu li.level0>a.menu-link:hover {
    color: #a0be3a !important;
}
.category_description p{
    color:#333;
font-size:14px;
}
#intro-section .blue-box a {
    color: #fff;
}
#products-list-section p{
    text-align: left;
}

 #products-list-section ul{
     margin-left: 0;
     max-width: none;
 }

.sticky-menu.js-sticky-menu.active .header-panel-right .custom-links a{
    display: none;
}

.action.primary{
	background-color: #28539b !important;
	border: 1px solid #28539b;
	font-weight: 400;
	color:#fff !important;
	border-radius:0 !important;
}
,.product-list-style-13 .product-item .actions-primary,.product-list-style-13 .product-item .actions-primary .tocart.primary:focus, .product-list-style-13 .product-item .actions-primary .tocart.primary:active, .product-list-style-13 .product-item .actions-primary .tocart.primary:hover{
    	background: #a0bd26 !important;
	background-color: #a0bd26 !important;
	border-color: transparent !important;
}

.product-list-style-13  .product-item-info:hover .product-item-inner{
    display:block !important;
}
.product-list-style-13 .product-item .actions-primary .tocart.primary:after {
    background: #a0bd26 !important;
}
h1.sstext-6x {
    line-height: 70px;
}

.slide-caption .slide-text {
    font-size:21px;
    line-height: 30px;
}
.product-list-style-13 .product-item:hover .actions-primary .tocart.primary:not(.unavailable):before{
    background: #a0bd26 !important;
}
.product-list-style-13 .product-item .actions-primary .tocart.primary:after ,.product-list-style-13 .product-item .actions-primary .tocart.primary:after{
    border-color: transparent !important ;
}
.product-info-main .box-tocart .primary.tocart:active, .product-info-main .box-tocart .primary.tocart:focus, .product-info-main .box-tocart .primary.tocart:hover {
    border-color: transparent !important;
}
.product-info-main .box-tocart .primary.tocart {
    border-color: transparent !important;
}
.account .form-address-edit .actions-toolbar .action.primary, a.action.primary, .action.primary, .cdz-popup-area .cdz-popup .actions-toolbar .primary button {
    border-color: transparent !important;
}
.payment-method-content .securefields-wrapper {
    width: 100% !important;
}.actions-primary button.action.tocart.primary {
    border: none !important;
}
.product-list-style-13 .product-item:hover .button-hover-wrap {
    display: none;
}
.product-info-main .box-tocart .primary.tocart:hover>span:before {
    transform: none !important;
    position: relative;
    left: -10px;
    top: 2px;
    content:'';
}
.product-info-main .box-tocart .primary.tocart:hover>span:after{
    opacity:1;
    transform:translate(0, -50%);
}
.formDownload:before {
    content:"\f1c1";
    font-family:fontAwesome;
    padding-right:10px;
}

a.formNetableBtn.formNetableBtnShop:before {
    content:"\f07a";
    font-family:fontAwesome;
    padding-right:10px;
}

a.formNetableBtn.formNetableBtnForm:before {
   content: "\f0e0";
    font-family:fontAwesome;
    padding-right:10px;
}
.breadcrumbs .items {
    padding-left: 0px !important;
}
i.glyphicon.glyphicon-search:before {
    content: "" !important;
    background: url("/images/search-icons.png")0px 0px no-repeat;
    width: 24px !important;
    height: 24px !important;
    display: block;
    margin: 0 auto;
}
p.i-email:before {
    padding-right: 10px;
    content: "\f003";
    font-family: fontAwesome;
}
.product-item-name .product-item-link {
    font-size: 15px !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}
.toolbar .pages .action.next:hover, .toolbar .pages .action.previous:hover, .toolbar .pages a.page:hover, .toolbar .pages strong.page {
    background: gray !important;
}
.cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop a:active, .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop a:focus, .cdz-menu:not(.cdz-toggle-menu) .groupmenu-drop a:visited{
color:#000;
}
a#enquire {
    line-height: 35px;
    display: inline-block;
    width: 180px;
    padding: 0;
    text-align: center;
}

a#enquire:before {
    content: "\f0e0";
    font-family: fontAwesome;
    padding-right: 10px;
    }

a#enquire:hover {
    background:#a0bd26;
}
.active .slide-caption .slide-text {
    max-width: 578px;
}

h1.sstext-6x {
    max-width: 585px;
}
.slide-caption.text-left.slide-top-left {
    top: calc(50% - 96px);
    left: auto !important;
}
.page-footer .block.newsletter input {
    padding: 10px;
}
@media(min-width: 1200px){
    .page-header .container , #maincontent .container , footer.page-footer .container{
        width:1170px;
        }
body .page-main:not(.page-main-full) > div{
             width:100%;
padding-left:10px;
padding-right:10px;
         }
.cms-online-shop.cms-page-view.page-layout-2columns-left main#maincontent {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
}
    }


@media(max-width: 767px){
.mobile-slider .owl-prev {
    float: left;
}
.passion-text h3{
text-align:center;
}

.mobile-slider .owl-next {
    right: 0;
}

.mobile-slider .owl-carousel .owl-nav [class*='owl-'] {
    /* position: relative; */
    color: darkgray;
    background: none;
    border: 0;
    top: calc(50% - 10px);
}

.mobile-slider .owl-carousel .owl-nav [class*='owl-'].owl-prev:before {
    font-weight: 800;
}

.mobile-slider .owl-nav {
    height: 100%;
    /* position: absolute; */
}

.cdz-slider.mobile-slider {
    position: relative;
}
.slide-caption.text-left.slide-top-left {
    height: 100%;
    top: 0;
    left: 0 !important;
    align-items: center;
    display: flex;
    align-content: center;
}

h1.sstext-6x {
    line-height: 26px;
    font-size: 20px;
    text-align: left;
}
.active .slide-caption .slide-btn {
    color: #fff;
    display: inline-block;
    text-align: left !important;
    text-transform: uppercase;
    left: 0;
    padding: 7px 10px;
    font-size: 12px;
    margin-top: 0px !important;
}

.slide-caption.text-left.slide-top-left .container {
    text-align: left;
    padding: 16px 11px;
margin:unset;
}.container-fluid.space-lg.home-pg-banner{
    border-bottom:0;
}
.active .slide-caption .slide-text {
    top: 0;
    display: block !important;
    text-align: left;
    font-size: 12px;
    max-width: 215px;
margin-bottom:11px;
}
#products-list-section .fl-category a span.cate_title {
    padding: 0px;
    font-size: 21px;
    line-height: 23px;
    height: 44px;
    margin-bottom: 9px;
}

#products-list-section .fl-category a > span.view_more_btn {
    font-size: 14px;
    width: 100%;
}

#products-list-section .fl-category a > span.view_more_btn:after {
    right: 0;
    margin-left: 9px;
    display: inline-block;
    position: relative;
}

#products-list-section .fl-category a span.cate_description {
    font-size: 15px;
    padding: 0px;
    margin-bottom: 20px;
}
}

a.button-link.slide-btn {-webkit-mask-image: none !important;}

.blog-readmore {
    background: #26519f;
    color: #fff;
    display: inline-block;
    padding: 9px 21px;
    text-transform: uppercase;
}

.blog-readmore a,.blog-readmore a:visited {
    color: #fff !important;
}

.date {
    display: none;
}

.blog-readmore a {
    font-size: 12px;
}

.post-entry {
    margin-bottom: 0;
}
.post-list li:hover:hover img {
    transform: none !important;
}
.post-list .post-image{
margin-bottom:20px; 
}
.post-list .post-content {
    margin-bottom: 0;
}
.post-list .post-image a {
    display: block;
}

.post-list p.post-content {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-bottom:0;
    margin-bottom:10px;
   -webkit-line-clamp: 3;


}

.post-list .post-title a {
    padding-right: 0 !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.post-list .post-title {
    padding-right: 0 !important;
}
.post-list .post-image {
    height: 200px;
    overflow: hidden;
    float: none;
    margin-right: 0px;
}
.post-list li img{
width:100%;
}
.post-list .post-date {
    background: #fff;
}

.is-blog ul.items.pages-items {
    text-align: center;
}
.is-blog .pages {
    text-align: center;
}
.is-blog .pages .item {
    font-size: 1.6rem;
}
.is-blog li.item.current span {
    font-size: 1.6rem;
}
.post-view .post-entry .post-image {
    display: none;
}
ul.post-share-icons {
    list-style: none;
    padding-left: 0px !important;
    text-align: left;
    margin-top: 10px;
}
ul.post-share-icons li {
    display: inline-block;
    margin-right: 10px;
}
ul.post-share-icons i{
    font-size: 20px;
}
i.glyphicon.glyphicon-search:before {color: #fff;width: 13px;content: "\f002";font-family: fontAwesome;height: 13px;}

i.glyphicon.glyphicon-search {
    width: 13px !important;
    height: 13px;
}
ul.header.custom-links li:first-child a img {
    position: relative !important;
    top: 3px !important;
}

.right-panel{
    border-left: 3px solid #000;
padding-bottom: 9px;
}
.custom-template img {
    margin-top: 10px;
    border: 2px solid #000;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 12px;
}
.benefit-panel ul {
    padding: 7px 12px;
    padding-bottom: 10px;
    margin-top: 0px;
    border-radius: 3px;
    border: 2px solid #000;
}

.benefit-panel .headline {
    line-height: 24px;
    background: #a0bd26;
    border: 2px solid #000;
    display: inline;
    border-bottom: 2px solid transparent;
    padding: 0px 13px;
    border-radius:3px;
    font-size: 20px;
}
table.bore-tool-table th {
    text-align: center;
    background: #a0bd26;
}

table.bore-tool-table td {
    text-align: center;
}

.tip-height {
    background: #d6ec7d;
}

table.bore-tool-table tr.grey-bg-row {
    background: #dcdbd6;
    border-bottom: 2px solid #fff;
}
table.bore-tool-table tr {
    border-bottom: 2px solid #dcdbd6;
}
tr.grey-bg-row.tip-height-top {
    border-bottom: none !important;
}
table.bore-tool-table tr:first-child {
    border: none !important;
}
.custom-template .row.small-width {
    max-width: 400px;
    display: flex;
    margin-bottom: 30px;
}

.custom-template p.product-sku {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 31px;
}

.custom-template p.blue-text {
    margin-bottom: 0;
    font-weight: 500;
    color: #2e4a9c;
    line-height: 30px;
    font-size: 30px;
}

.custom-template .product-left {
    border-right: 4px solid #000;
}

.custom-template p.cutting {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 25px;
}

.custom-template p.cutting:before {
    content: "\f101";
    font-family: 'FontAwesome';
    font-size: 27px;
    letter-spacing: 4px;
    font-weight: 700;
    color: #a0bd26;
}
