@charset "utf-8"; /* CSS Document */
:root {
/* --pure-red:#C62026; */

--pure-red: #cc0001;
--pure-gray:#666666; 
--pure-lifht:#ECECEC;
--pure-white:#ffffff;
--pure-black:#000000;
--body-font: "Roboto", sans-serif;
}

*,*::before, *::after {box-sizing:border-box; }
@media (prefers-reduced-motion:no-preference) {
:root {
scroll-behavior:smooth;
}
}
body{font-family:var(--body-font); color:var(--pure-gray); font-size:17px; font-weight:400; background-color:var(--pure-white); line-height:1.5;}
body.noscroll{ overflow:hidden; }
h1, h2, h3, h4, h5, h6{font-weight:600; margin-top:0; margin-bottom:16px; line-height:normal; line-height:1.3;}
h1, .h2-40 h2 {font-size:40px; }
h2{font-size:36px; }
h3{font-size:28px; }
h4{font-size:22px; }
h5{font-size:18px; }
h6{font-size:16px; }
p{margin-bottom:16px;  margin-top:0;}
p:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child{margin-bottom:0; }
strong{ font-weight:700; }

img{max-width:100%; height:auto; -moz-transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease; }
.full-img{ line-height:0; }
.full-img img{ width:100%; height:auto; }
button, input {-moz-transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease; }
a {color:var(--pure-blue); text-decoration:none; -moz-transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease; text-decoration:underline;}
a:hover {color:var(--pure-blue); text-decoration:none;}
a > *{-moz-transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease}

.container{margin:0 auto; padding:0 15px; max-width:1230px; width:100%; position:relative; z-index:10;}
.row{ margin-left:-15px; margin-right:-15px; }
.row [class*=pure-u-]{ padding: 0 15px 15px 15px; }
.pure-g [class*="pure-u"]{font-family:var(--body-font);}
.justify-content-start {justify-content:flex-start; }
.justify-content-end {justify-content:flex-end; }
.justify-content-center {justify-content:center; }
.justify-content-between {justify-content:space-between; }
.justify-content-around {justify-content:space-around; }
.justify-content-evenly {justify-content:space-evenly; }
.align-items-start {align-items:flex-start; }
.align-items-end {align-items:flex-end; }
.align-items-center {align-items:center; }
.align-items-baseline {align-items:baseline; }
.align-items-stretch {align-items:stretch; }
.align-content-start {align-content:flex-start; }
.align-content-end {align-content:flex-end; }
.align-content-center {align-content:center; }
.align-content-between {align-content:space-between; }
.align-content-around {align-content:space-around; }
.align-content-stretch {align-content:stretch; }
.align-self-auto {align-self:auto; }
.align-self-start {align-self:flex-start; }
.align-self-end {align-self:flex-end; }
.align-self-center {align-self:center; }
.align-self-baseline {align-self:baseline; }
.align-self-stretch {align-self:stretch; }
.d-flex {display:flex; }
.flex-grow-0 {flex-grow:0; }
.flex-grow-1 {flex-grow:1; }

#page{overflow:hidden; /*min-height:100vh; padding-top:234px; */}
.image-fit{min-width:initial; position:relative; overflow:hidden; flex:0 0 auto; display:flex;}
.image-fit img{flex:1 1 auto; align-self:center; justify-self:center; object-fit:cover; height:100%; min-width:100%; width:auto;}

.img-hover:hover img{ opacity:0.8}
#site_loader{position:fixed; z-index:99999; background:#ebebeb; width:100%; height:100%; top:0; left:0; transition:all .4s}
#site_loader.loading_done{opacity:0; z-index:-999; visibility:hidden}
.spinner{width:70px; text-align:center; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%)}
.spinner>div{width:18px; height:18px; background-color:#C62026 ; border-radius:100%; display:inline-block; -webkit-animation:sk-bouncedelay 1.4s infinite ease-in-out both; animation:sk-bouncedelay 1.4s infinite ease-in-out both}
.spinner .bounce1{-webkit-animation-delay:-.32s; animation-delay:-.32s}
.spinner .bounce2{-webkit-animation-delay:-.16s; animation-delay:-.16s}
@-webkit-keyframes sk-bouncedelay{
0%,80%,100%{-webkit-transform:scale(0)}
40%{-webkit-transform:scale(1)}
}
@keyframes sk-bouncedelay{
0%,80%,100%{-webkit-transform:scale(0); transform:scale(0)}
40%{-webkit-transform:scale(1); transform:scale(1)}
}


/*============Css Start============*/
.header{ position:fixed; padding:29px 3.75% 0; position:fixed; top:0; left:0; right:0; z-index:1000; display:flex; -moz-transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease;  align-items:flex-start;background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));}
.header.fixed-header{ background:#fff; height:84px; align-items:center; padding-top:0; box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;}
.header .logo img:nth-child(2){ display:none;}
.header.fixed-header .logo img:nth-child(2){ display:block;}
.header.fixed-header .logo img:nth-child(1){ display:none;}
.header .action{ margin-left:16px; padding:21px 0;}
.header .action button{ height:42px; width:42px; display:flex; align-items:center; justify-content:center; background:none; border:none; cursor:pointer; -moz-transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease;  }
.header .action button + button{ margin-left:20px;}
.header .action button.search{ color:#fff; font-size:20px;}
.header.mi-shop .action button.search{ color:var(--pure-black);}
.header .action button.menu{ background:#fff; color:#000; border-radius:50%; font-size:18px;}
.header.mi-shop .action button.menu{ background:#000; color:#fff;}
.header.fixed-header .action button.search{ color:#000;}
.header.fixed-header .action button.menu{ background:#000; color:#fff;}
.header.no_banner .stellarnav > ul > li > a {color: var(--pure-black);}
.header.no_banner .stellarnav > ul > li > a:hover, 
.header.no_banner .stellarnav > ul > li.current-menu-item > a, 
.header.no_banner .stellarnav > ul > li:hover > a{    color: var(--pure-white); }
.header.no_banner .action button.search {color: var(--pure-black); }
.header.no_banner .action button.menu{color: var(--pure-white); background-color: var(--pure-black);}
.header.no_banner{background-image:none;}

.mi-search-bar{display: flex; padding: 13px 3.75% 0; justify-content: space-between; position: fixed; background: #fff; width: 100%; z-index: 99999; padding-bottom: 20px;display: none; opacity: 0; transform: translateY(-10px); visibility: hidden; transition: opacity 0.3s ease, transform 0.3s ease;}
.mi-search-bar.show { display: flex; opacity: 1; transform: translateY(0); visibility: visible; }
.mi-shop .stellarnav > ul > li > a{color: var(--pure-black);}
.mi-shop .stellarnav li a:hover {color: var(--pure-white);}
.mi-search-bar .pure-form input:not([type]){ border: 0;box-shadow: unset;}
.mi-search-bar form button{border: 0;background: 0;}
.offcanvas{ background:#000; color:#fff; border-left:2px solid #fff; width:300px; display:flex; flex-direction:column; position:fixed; top:0; right:-300px; bottom:0; z-index:1001; -moz-transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease;}
.offcanvas.active{ right:0;}
.offcanvas .offcanvas-header{ padding:20px; display:flex;  align-items:center;;}
.offcanvas .offcanvas-header button{ height:42px; width:42px; display:flex; align-items:center; justify-content:center; background:#fff; border:none; cursor:pointer; color:#000; margin-left:auto; border-radius:50%; }
.offcanvas .offcanvas-body{flex-grow:1; overflow-y:auto;}
.offcanvas .offcanvas-body ul{ margin:0; padding:0; list-style:none;}
.offcanvas .offcanvas-body ul li a{ line-height:42px; display:block; padding:0 20px; color:#fff; font-size:18px; font-weight:600; text-decoration:none;}
.offcanvas .offcanvas-body ul li a:hover{ color:#fff; background:var(--pure-red);}


.banner{ position:relative; color:#fff; background-color:black;}
.banner .item{ position:relative;}
.banner .item .container{ height:100vh; position:relative; z-index:100;}
.banner .item .image-fit{ position:absolute; top:0; left:0; right:0; bottom:0; z-index:1;}
.banner .item .image-fit:before{ background:#000; opacity:0.7; position:absolute; content:''; top:0; right:0; bottom:0; left:0; z-index:2;}
.banner .item .image-fit:after{ background:url(../images/banner-overlay.png) repeat-x top center; position:absolute; content:''; top:0; right:0; bottom:0; left:0; z-index:3;}
.banner .item .container .content{ width:100%; max-width:1100px;}

.page_banner .banner-content{max-width: 1230px; width: 100%; transform: translateX(-50%); left: 50%; position: absolute; bottom: 40px; z-index: 1;padding: 0 15px;}
.page_banner { position:relative;}
.page_banner .container{ height:100vh; position:relative; z-index:100;}
.page_banner .image-fit{ top:0; left:0; right:0; bottom:0; z-index:1;}
.page_banner .image-fit:before{ background:#000; opacity:0.5; position:absolute; content:''; top:0; right:0; bottom:0; left:0; z-index:2;}
.page_banner .image-fit:after{ background:url(../images/banner-overlay.png) repeat-x top center; position:absolute; content:''; top:0; right:0; bottom:0; left:0; z-index:3;     border-bottom: 10px solid var(--pure-red);}
.page_banner .container .content{ width:100%; max-width:1100px;}
.page_banner.default_bg .image-fit{display: inline-block; width: 100%; height: auto; min-height: 290px;}
.page_banner.default_bg .image-fit:after{ background:#eaeaea; background-image: url(../images/EMS-Logo-Shape.jpg); background-position: bottom right; background-repeat: no-repeat; }
.page_banner.default_bg .banner-content{color: var(--pure-black);}
.page_banner.default_bg{line-height: 10px;}
.inner-page.page:has(.container .contact-form-outer) {background: #e7e7e7;}


.banner .item .container .content h1, .banner .item .container .content h2{ font-size:68px; font-weight:600;}
.banner .item .container .content .icon-item{ font-size:25px; font-weight:600; line-height:1.2; margin-top:30px; color:#fff; text-decoration:none;}
.banner .item .container .content .icon-item .icon{ background:var(--pure-red); width:116px; height:116px; border-radius:50%; margin-right:15px; -moz-transition:all 0.2s ease; -webkit-transition:all 0.2s ease; -o-transition:all 0.2s ease; transition:all 0.2s ease;}
.banner .item .container .content .icon-item:hover{ text-decoration:none;}
.banner .item .container .content .icon-item:hover .icon{ background:var(--pure-white);}
.banner .item .container .content .icon-item .icon img:nth-child(2), .banner .item .container .content .icon-item:hover .icon img:nth-child(1){ display:none;}
.banner .item .container .content .icon-item:hover .icon img:nth-child(2){ display:block;}
.st0{fill-rule:evenodd;clip-rule:evenodd;fill:#CC0000;}
.st1{fill:#CC0000;}


.slick-prev:focus,
.slick-next:focus {outline: 2px solid #fff;}
.banner .slick-prev, .banner .slick-next{ height:50px; width:50px; background-color:var(--pure-black); position:absolute; bottom:50px; border-radius:0; background-position:center; background-repeat:no-repeat;}
.banner .slick-prev:hover, .banner .slick-next:hover{ background-color:var(--pure-red);}
.banner .slick-prev{ background-image:url(../images/prev.png); left:20px; }
.banner .slick-next{ background-image:url(../images/next.png); left:90px; }
.banner .slick-dots{ bottom:50px; padding:0 15px; position:absolute; display:flex; width:100%; max-width:1200px; left:50%; justify-content:flex-start; left:50%; -webkit-transform:translateX(-50%); transform:translateX(-50%);}
.banner .slick-dots li button{ border:1px solid #fff; width:52px; height:6px; border-radius:0;}
.BannerSlider, .BannerSlider .slick-slide, .BannerSlider .slick-track{background: #00000087;}
.banner .BannerSlider .button{width: 100%; text-decoration: none; padding: 15px 24px; border: none; cursor: pointer; display: inline-block; font-weight: 500; background-color:var(--pure-red);margin-top:20px;margin-bottom:10px; position:relative;font-size: 22px;}
.banner .BannerSlider .button::before { content: ' '; background-image: url(../images/next.png); display: inline-block; width: 50px; height: 20px; background-repeat: no-repeat; position: absolute; right: -10px; transform: rotate(-45deg); top: 8px;}
.banner .BannerSlider .button:hover{background:var(--pure-white); color: var(--pure-black);}
.banner .BannerSlider .button:hover .banner .BannerSlider .button::before{background-image: url(../images/link-arrow.png);transform: rotate(0deg)}
.section{ padding:80px 0; position:relative; background-position:center; background-repeat:no-repeat; background-size:cover;}

.w1 h2, .w1 h3,.inner-page h2{ color:var(--pure-red);}
.w1 h2{ font-size:38px; text-align:left;}
.w1 .WhyGrid .equal-spacing {margin: 0 -10px;}
.w1 .WhyGrid .equal-spacing > .pure-u-1-3 {padding: 0 10px;}
.w1 .WhyGrid .why-item {margin-top:20px;}
.w1 .why-item{ color:#333; text-decoration:none; display:block; background:#efefef; margin-top:30px;}
.w1 .why-item .content{ padding:20px; border-bottom:6px solid var(--pure-red); }
.w1 .why-item h3{color:var(--pure-red); background:url(../images/link-arrow.png) no-repeat right; padding-right:35px;}
.w1  span.why-item h3{color:var(--pure-red); background:url(../images/EMSCopiersTickicon.svg) no-repeat right; padding-right:35px; background-size: 30px; background-position: top right;}
.w1 .why-item .full-img{ overflow:hidden;}
.w1 .why-item:hover .full-img img{-webkit-transform:-webkit-scale(1.2) -webkit-rotate(0); transform:scale(1.2) rotate(0);}
/* .w1 .slider{ margin-left:-20px; margin-right:-20px;} */
.w1 .slider .item{ padding:0px; padding-right:20px;}
.w1 .container{padding: 0;}
.w1 .WhySlider .slick-track {margin:0px;}

.section.w1{padding-bottom: 60px;}

.w2{ background-color:#000; color:#fff;}
.w2 h2{ font-size:38px;}
.w2 h3{ font-size:24px;}
.w2 .list-item{ padding:18px; border-left:3px solid var(--pure-red); background:url(../images/list-bg.png) repeat-y left; font-weight:600;}
.w2 .content, .w2 .list-item{ margin-bottom:32px;} 
.w2 .button{ color:#fff; background:var(--pure-red); text-decoration:none; padding:12px 24px; border:none; cursor:pointer; display:inline-block; font-weight:600; border:1px solid var(--pure-red);}
.w2 .button:hover{ color:#000; background:#FFF;border:1px solid #FFF;}
.w2 .full-img{ position:absolute; top:0; right:0; bottom:0; min-width:initial; overflow:hidden; flex:0 0 auto; display:flex; width:50%;}
.w2 .full-img img{flex:1 1 auto; align-self:center; justify-self:center; object-fit:cover; height:100%; min-width:100%; width:auto;}
.w2 .full-img:before{ background: rgb(0,0,0); background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); position:absolute; top:0; left:0; bottom:0; width:33.3333%; z-index:1; content:'';}
.w5 .content{padding: 40px; }
.w5 .button { color: #fff; background: var(--pure-red); text-decoration: none; padding: 12px 24px; border: none; cursor: pointer; display: inline-block; font-weight: 600;border: 1px solid var(--pure-red); overflow: hidden;}
.w5 .bgimage-blk{background-size: cover; background-repeat: no-repeat;background-position: center; display: block; width: 100%; height: 100%; transition: all 0.2s ease; position: relative;}
.w5 .bgimage-blk:hover {transform: scale(1.2);}
.w5 .bgimage-blk a{width: 100%; height: 100%; display: block;}

.w5.container-full .full-img{ position:absolute; top:0; right:0; bottom:0; min-width:initial; overflow:hidden; flex:0 0 auto; display:flex; width:50%;}
.w5.container-full .full-img img{flex:1 1 auto; align-self:center; justify-self:center; object-fit:cover; height:100%; min-width:100%; width:auto;}
/* .w5.container-full .full-img:before{ background: rgb(0,0,0); background: linear-gradient(270deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); position:absolute; top:0; left:0; bottom:0; width:33.3333%; z-index:1; content:'';} */
.w5.container-full:after, .w5.container-full:before{content: ''; display: block; height: 100%; border-left: 5px solid rgb(198, 32, 38); position: absolute; z-index: 99999999999999; top: 0; left: 50%;}
.w5.container-full:before { left: unset; right: 50%; }

/* Todays changes */
.w5 .content h3{font-size: 22px;}
.w5 .clickable{display: block;  cursor: pointer;}

/* .w5 .bgimage-blk:hover{transform: scale(1.2); ;} */
.cta{ padding:65px 0; color:#fff; background:var(--pure-red);}
.cta h3{ font-size:34px;}
.cta .button{ color:#fff; background:var(--pure-black); text-decoration:none; padding:12px 24px; border:none; cursor:pointer; display:inline-block; font-weight:600; border:1px solid var(--pure-black);}
.cta .button:hover{ background:#fff; border-color:#fff; color:#000; }
.cta [class*=pure-u-]:last-child{ text-align:right;}

.container .container-full .container {padding: 0 15px;}
.container-full{width: 100vw;position: relative;left: 50%;transform: translateX(-50%);}
.container .container-full{width: calc(100vw - 15px);}
.w4 {position: relative;padding: 85px 0;background-size: cover;background-position: top center;background-repeat: no-repeat;z-index: 10;}

    

.section.w6{padding:50px 0;}
.w6 h2, .w1 h3,.inner-page h2{ color:var(--pure-red);}

.w6 h2{ font-size:38px; text-align:left;}
.w6 .blk-inline-block{display: inline-block;margin-bottom: 25px;}
.w6 .blk-link{float: right;}
.w6 .blk-link a{text-decoration: none;}
.w6 .product-item{ color:#333; text-decoration:none; display:block; background:#efefef; margin-top:48px;}
.w6 .product-item .content{ padding:20px; border-bottom:6px solid var(--pure-red); }
.w6 .blk-link h3{color:var(--pure-red); background:url(../images/link-arrow.png) no-repeat right; padding-right:35px; }
.w6 .product-item .full-img{ overflow:hidden; outline: 3px solid #e7e7e7; position: relative;}
.w6 .product-item:hover .full-img img:first-child {-webkit-transform:-webkit-scale(1.2) -webkit-rotate(0); transform:scale(1.2) rotate(0);}
.w6 .slider{ margin-left:-20px; margin-right:-20px;}
.w6 .slider .item{ padding-left:20px; padding-right:20px;}
.w6 .button{ width: 160px; text-decoration:none; padding:12px 24px; border:none; cursor:pointer; display:inline-block; font-weight:600; border:1px solid var(--pure-black);    margin-right: 25px;}
.w6 .button:hover{ background:var(--pure-red);  color:#fff;     border: 1px solid var(--pure-red); }
.w6 .blk-brand-logo{position: absolute; bottom: 0; left:0; max-width: 230px;} 

.ems_icon_btn_blk .blk_icon_btn {display:block;width: 100%;text-align:center; text-decoration: none; } 
.ems_icon_btn_blk .blk_icon_btn .blk_icon_outer{display: block; width: 150px; height: 150px; margin: 0 auto; border: 3px solid var(--pure-red); border-radius: 100%; position: relative; text-align:center;}
.ems_icon_btn_blk .blk_icon_btn h3{margin-top:15px;}
.ems_icon_btn_blk .blk_icon_btn img,.ems_icon_btn_blk .blk_icon_btn svg{width: 80px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);}
.ems_icon_btn_blk .blk_icon_btn:hover svg path,.ems_icon_btn_blk .blk_icon_btn:hover svg{fill: #ffffff; color: #ffffff;}
.ems_icon_btn_blk .blk_icon_btn:hover .blk_icon_outer { background: var(--pure-red);}

.ems-brand-link-block {position: relative;}
.ems-brand-link-block .blk_brand_link{display: inline-block; width: 100%; height: 100%;  position: absolute; top: 0; z-index: 99999;}
.ems-brand-link-block .blk_brand_box_title {position: absolute; top: 25px; transform: translateX(-50%); left: 50%; color: var(--pure-black);text-align: center;}

.ems-brand-filter-block .blk_brand_filter_link{width: 245px;display: inline-block;border: 1px solid #000;padding: 10px;text-decoration: unset;margin-bottom: 10px;position: relative;float: right;background-image: url(../images/EMS-Copiers-Filter-icon.svg); background-repeat: no-repeat; background-size: 25px; background-position: 200px, center;}
.w10 .blk_brand_box_title h2{color:var(--pure-black);}
.footer{ background:#e7e7e7; color:#000;}
.footer-top{ padding:60px 0; font-size:17px;}

.footer-top h4{ margin-bottom:2px; text-transform:uppercase; font-weight:17px;font-size: 16px;}
.footer-top a{ color:#000;}
.footer-top a:hover{ text-decoration:none;}
.footer-top .social{ margin:0; padding:0; list-style:none; display:flex; align-items:center;}
.footer-top .social li + li{ margin-left:12px;}
.footer-top .social li a{ border:1px solid #000; border-radius:6px; height:30px; width:30px; color:#000; display:flex; align-items:center; justify-content:center; text-decoration:none;}
.footer-top .social li a:hover{ color:#fff; background:#000;}
.footer-logos{ padding-top:40px; margin-top:40px; border-top:1px solid #999999;}
.footer-logos h4{ font-size:34px; color:#666666; margin:0 40px 0 0;}
.footer-logos ul{ margin:0; padding:0; list-style:none; display:flex; align-items:center;}
.footer-logos ul li + li{ margin-left:auto;}
.footer-logos ul li a:hover img{ opacity:0.8;}
.footer-bottom{ background:#000; color:#fff; text-align:center; padding:24px 0;}
.footer-bottom .container{display:flex; align-items:center; justify-content:center;}
.footer-bottom .container ul{ margin:0 0 0 10px; padding:0; list-style:none; display:flex; align-items:center; justify-content:center;}
.footer-bottom .container ul li + li:before{ content:"|"; margin:0 8px; float:left;}
.footer-bottom .container ul li a{ color:#fff;}
.footer-bottom .container ul li a:hover{ color:#fff; text-decoration:none;}

.skip-to-main {position: absolute; left: -250px; top: 0; background: #fff; text-align: center; text-decoration: none; padding: 10px 20px;}
.skip-to-main:focus {left: 0;z-index: 99999;}

.w11 .container{padding: 0;}
.w11 .blk-inline-block{display: inline-block;margin-bottom: 25px;}
.w11 .blk-link{float: right;}
.w11 .blk-link a{text-decoration: none;}
.w11 .product-item{ color:#333; text-decoration:none; display:block; margin-top:48px;}
.w11 .product-item .content{ padding:20px; border-bottom:6px solid var(--pure-red); }
.w11 .blk-link h3{color:var(--pure-red); background:url(../images/link-arrow.png) no-repeat right; padding-right:35px; }
.w11 .product-item .full-img{ overflow:hidden; outline: 3px solid #e7e7e7; position: relative;}
.w11 .product-item:hover .full-img img:first-child{-webkit-transform:-webkit-scale(1.2) -webkit-rotate(0); transform:scale(1.2) rotate(0);}
.w11 .slider{ margin-left:-20px; margin-right:-20px;}
.w11 .slider .item{ padding-left:20px; padding-right:20px;}
.w11 .button{ width: 160px; text-decoration:none; padding:12px 24px; border:none; cursor:pointer; display:inline-block; font-weight:600; border:1px solid var(--pure-black);    margin-right: 25px;}
.w11 .button:hover{ background:var(--pure-red);  color:#fff;     border: 1px solid var(--pure-red); }
.w11 .blk-brand-logo{position: absolute; bottom: 0; left:0; max-width: 230px;} 
.w11 .ProductCarouselFilters select{padding: 14px 23px; background: #fff; width: 200px; border: 1px solid var(--pure-black); margin-right: 25px; color: var(--pure-gray); font-weight: 600;appearance: none; -webkit-appearance: none; -moz-appearance: none; background-image: url(../images/EMS-Copiers-Filter-icon.svg);background-repeat: no-repeat;background-size: 25px;background-position-x: 160px;background-position-y: center;}
.w11 .ProductCarouselFilters .slick-prev, .w11 .ProductCarouselFilters .slick-next {height: 50px; width: 50px; background-color: var(--pure-black); border-radius: 0; background-position: center; background-repeat: no-repeat; position: relative; display: inline-block; left: unset; right: 0; margin-right: 10px; position: relative;}  
.w11 .ProductCarouselFilters .slick-prev{ background-image:url(../images/prev.png);  }
.w11 .ProductCarouselFilters .slick-next{ background-image:url(../images/next.png);  margin-right: 0;}
.w11 .text-right{text-align: right;}
.w11 .ProductCarouselFilters option{background-color: #333333; color: var(--pure-white);}
.w11 .product-item-title{color: var(--pure-red); padding: 20px 0px;}
.w11 .ProductCarouselFilters option:nth-child(1){display: none;}
.w11 .product-item .full-img::after{content: ' ';position: absolute;z-index: 99999;display: block;width: 50px;height: 50px;background: url(../images/link-arrow.png);background-repeat: no-repeat;top: 15px;right: -15px;}
.ProductCarouselBlock .slick-track{margin: unset;}

/*EMS Accordions */
.ems-product-faqs { position: relative; width: 100%; margin: 15px 0px;}
.ems-product-faqs .ems-product-faqs-title{font-size: 25px; margin-top: 25px; font-weight: 600; color: var(--pure-red); }
.ems-product-faqs .accordion-item{ position: relative; width: 100%; border-top: 2px solid var(--pure-red);}
.ems-product-faqs .accordion-item .accordion-heading{ position: relative; width: 100%; font-weight: 600; font-size: 16px; border-radius: 20px; transition: all 0.3s;}
.ems-product-faqs .accordion-item .accordion-heading a{ display: block; padding: 7px 35px 7px 0px; height: auto; font-weight: 900; text-decoration: none;}
.ems-product-faqs .accordion-item .accordion-heading a h3{ margin: 0; line-height: normal; font-size: 22px; color: var(--pure-black);}
.ems-product-faqs .accordion-item .accordion-heading:after{ position: absolute; min-height: 12px;  opacity: 1; content: '\f105'; width: 15px; top: 50%; right: 15px; transition: all 0.3s;  transform: translateY(-50%) rotate(90deg); background-size: 15px; font-size: 18px; font-family: 'Font Awesome 6 Free';}
.ems-product-faqs .accordion-item.accordion-active > .accordion-heading:after{ transform: translateY(-50%) rotate(-90deg);}
.ems-product-faqs .accordion-item .accordion-content p{margin-bottom: 1em;}
.ems-product-faqs .accordion-item .accordion-content { display: none; }


/* Single Product page */
.woocommerce.single-product div.product { margin-top: 40px !important;}
.MIWCProductSlider{border: 2px solid #e7e7e7;}
.miwc-slick-wrapper .slick-slide div{line-height: 0px;}
.miwc-slick-wrapper .miwcslick-nav {position: absolute;right: 2px;bottom: 2px;}
.miwc-slick-wrapper .miwcslick-nav .miwcslick-prev, 
.miwc-slick-wrapper .miwcslick-nav .miwcslick-next {height: 40px; width: 40px; background-color: var(--pure-black); border-radius: 0; background-position: center; background-repeat: no-repeat;  display: inline-block; margin-right:0px; font-size: 0;line-height: 0; border: 0;}  
.miwc-slick-wrapper .miwcslick-nav .miwcslick-prev{ background-image:url(../images/prev.png); margin-right: -4px;  }
.miwc-slick-wrapper .miwcslick-nav .miwcslick-next{ background-image:url(../images/next.png); left:90px; }
.miwc-slick-wrapper .miwcslick-nav .miwcslick-prev:hover,
.miwc-slick-wrapper .miwcslick-nav .miwcslick-next:hover{ background-color: var(--pure-red); }
.miwc-single-product-wrap .woocommerce-product-gallery.images.miwc-slick-wrapper,.miwc-single-product-wrap .summary.entry-summary{ width: 100% !important; float: unset !important;}
.miwc-single-product-wrap .summary.entry-summary{ margin-left: 40px; padding-right: 40px;}
.miwc-single-product-wrap .ems-pd-brand-logo-blk img{max-width: 190px; width: 100%;}
.miwc-single-product-wrap .ems-pd-meta-data{font-size: 20px; color: var(--pure-black);}
#main-content .ems-pd-btn-blk a.button{ color:var(--pure-white); background:var(--pure-red); text-decoration:none; padding:14px 24px; border:none; cursor:pointer; display:inline-block; font-weight:600; border:1px solid var(--pure-red); border-radius: 0px;    margin-top: 10px;}
#main-content .ems-pd-btn-blk a.button:hover{ background:var(--pure-black); border-color:var(--pure-black); color:var(--pure-white); }
 
#miwc-cta{ padding:65px 0; color:#fff; background:var(--pure-red);}
#miwc-cta h3{ font-size:34px;}
#miwc-cta .button{ color:#fff; background:var(--pure-black); text-decoration:none; padding:16px 24px; border:none; cursor:pointer; display:inline-block; font-weight:600; border:1px solid var(--pure-black); border-radius: 0px;}
#miwc-cta .button:hover{ background:#fff; border-color:#fff; color:#000; }
#miwc-cta [class*=pure-u-]:last-child{ text-align:right;}


.ems-custom-description h2{ color: var(--pure-red);}
.container-full.w12 {clear: both;}
.w12 .container{padding: 50px 0 15px 0;}
.w12 .ProductFeaturesBlock{padding: 15px 25px; border-left: 7px solid var(--pure-red); background: linear-gradient(to right, #e7e7e7, #ffffff); margin-right: 30px; color: #000;}
.w12 .ProductFeature .ProductFeaturesBlock h4{margin: 0;}
.w12 .ProductFeature .feature-blk-title{color: var(--pure-red);}
.w12 .ProductFeature{padding-bottom: 50px;padding-left: 0;padding-top: 0;padding-right: 0;}
.w12 .slick-prev, 
.w12 .slick-next {height: 50px; width: 50px; background-color: var(--pure-black); border-radius: 0; background-position: center; background-repeat: no-repeat; position: relative; display: inline-block; left: unset; right: 100px; margin-right: 10px; position: relative;}  
.w12 .ProductFeature .content{margin-bottom: 15px;}
.w12 .slick-prev{ background-image:url(../images/prev.png); right:0; }
.w12 .slick-next{ background-image:url(../images/next.png); right:0; margin-right: 0;}
.w12 .text-right{text-align: right;}

.w13  h3{font-size:22px;}
.w13 .content{padding: 40px; }
.w13 .button { color: #fff; background: var(--pure-red); text-decoration: none; padding: 12px 24px; border: none; cursor: pointer; display: inline-block; font-weight: 600;border: 1px solid var(--pure-red); overflow: hidden;}
.w13 .bgimage-blk{background-size: cover; background-repeat: no-repeat;background-position: center; display: block; width: 100%; height: 100%; transition: all 0.2s ease;;}
.w13 .bgimage-blk:hover {transform: scale(1.2);}
.w13 .bgimage-blk a{width: 100%; height: 100%; display: block;}
.w13 .text-video-blk{position: relative;}
.w13  .text-video{display: inline-block; width: 100px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9; height: 100px; background-repeat: no-repeat;}
.w13  .text-video img{width: 100%;}
.video-lightbox {  position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.85); display: none; align-items: center; justify-content: center; z-index: 9999; padding: 1rem;}
.video-lightbox:target {  display: flex;}
.video-lightbox-content {  position: relative; width: 90%; max-width: 900px; max-height: 80vh; padding: 0; border-radius: 8px; overflow: hidden;  height: 50vh; text-align: right;}
.video-lightbox video,
.video-lightbox iframe { width: 100%; height: 100%; display: block;}
.video-lightbox-close { position: relative; top:0px; right: 0px; color: #000; font-size: 2rem; text-decoration: none; font-weight: bold; z-index: 10; cursor: pointer; background: #fff; width: 30px; height: 30px; background: #fff; width: 30px; height: 30px; text-align: center; line-height: 30px;border-radius: 50%; display: inline-block;}


.w14.ems_animated_img_blk_wrapper .pure-g { margin-left: -10px; margin-right: -10px;}
.w14.ems_animated_img_blk_wrapper .ems_animated_img_blk {    padding-left: 15px; padding-right: 15px; box-sizing: border-box; margin-bottom: 30px; perspective: 1000px; }
.w14.ems_animated_img_blk_wrapper .ems_animated_img_blk .flip-card { width: 100%; height: 100%;  }
.w14.ems_animated_img_blk_wrapper .ems_animated_img_blk .flip-card-inner { position: relative; width: 100%; transform-style:preserve-3d; transition:transform .9s cubic-bezier(.2,.85,.4,1.275),opacity .9s cubic-bezier(.2,.85,.4,1.275)!important; -webkit-transition:transform .9s cubic-bezier(.2,.85,.4,1.275),opacity .9s cubic-bezier(.2,.85,.4,1.275)!important; } 
.w14.ems_animated_img_blk_wrapper .ems_animated_img_blk:hover .flip-card-inner {transform: rotateY(180deg); }
.w14.ems_animated_img_blk_wrapper .ems_animated_img_blk .flip-card-back {position: absolute; width: 100%; height: 100%; backface-visibility: hidden; top: 0; }
.w14.ems_animated_img_blk_wrapper .ems_animated_img_blk .flip-card-back {transform: rotateY(180deg);}
.w14.ems_animated_img_blk_wrapper .ems_animated_img_blk .flip-card-front img,
.w14.ems_animated_img_blk_wrapper .ems_animated_img_blk .flip-card-back img {display: block; width: 100%; height: auto; }
.page-404  .addtoany_share_save_container {display: none;}

/* RESPONSIVE START */

.miwc-single-product-wrap .woocommerce-product-gallery.images.miwc-slick-wrapper .woocommerce-product-gallery__trigger{background: #000000;}
.miwc-single-product-wrap .woocommerce-product-gallery.images.miwc-slick-wrapper .woocommerce-product-gallery__trigger::before { border: 2px solid #ffffff;}
.miwc-single-product-wrap .woocommerce-product-gallery.images.miwc-slick-wrapper .woocommerce-product-gallery__trigger::after { background: #ffffff; border: 0px solid #ffffff;}

@media (min-width: 640px) {
    .w11 .ProductCarousel, .w12 .ProductFeature{
        margin-left: calc((100% - (640px - 15px)) / 2);
        width: calc(100% - (100% - (640px - 10px)) / 2);
    }
}
@media (min-width: 768px) {
    .w11 .ProductCarousel, .w12 .ProductFeature{
        margin-left: calc((100% - (756px - 30px)) / 2);
        width: calc(100% - (100% - (756px - 30px)) / 2);
    }
}

@media (min-width: 992px) {
    .w11 .ProductCarousel, .w12 .ProductFeature{
        margin-left: calc((100% - (960px - 30px)) / 2);
        width: calc(100% - (100% - (960px - 30px)) / 2);
    }
}

@media (min-width: 1200px) {
    .w11 .ProductCarousel, .w12 .ProductFeature{
        margin-left: calc((100% - (1140px - 30px)) / 2);
        width: calc(100% - (100% - (1140px - 30px)) / 2);
    }
}

@media screen and (min-width: 1280px) {
    .banner .item .container .content {width: 100%; max-width: 1100px; padding-top: 50px; }
    .banner .item .container .content .icon-item {font-size: 22px; margin-top: 20px; }
    .banner .item .container .content h1, .banner .item .container .content h2 {font-size: 48px;}
    .banner .BannerSlider .button {padding: 10px 20px; font-size: 18px; }
    .banner .BannerSlider .button::before { top: 5px; }
    .banner .item .container .content .icon-item .icon { width: 100px; height: 100px;}
}


@media (min-width: 1400px){
   .w11 .ProductCarousel, .w12 .ProductFeature{margin-left: calc((100% - (1320px - 118px)) / 2); width: calc(100% - (100% - (1320px - 118px)) / 2);}
} 

@media (min-width:1200px) and (max-width:1399px) {
.header{ padding-left:15px; padding-right:15px;}
.header .logo img:nth-child(1){ width:150px;}
} 



@media (min-width:992px) and (max-width:1199px) {
.container, .banner .slick-dots{ max-width:970px;}
.banner .item .container .content h1, .banner .item .container .content h2{ font-size:48px;}
.banner .item .container .content .icon-item .icon{ height:100px; width:100px;}
.banner .item .container .content .icon-item{ font-size:20px;}
.header{ padding-left:15px; padding-right:15px;}
.header .logo img:nth-child(1){ width:100px;}
.stellarnav a{ font-size:14px;}
.stellarnav > ul > li + li{ margin-left:0;}
.footer-logos h3{ margin-right:16px; font-size:24px;}
.footer-logos ul li + li{ margin-left:30px;}
.footer-bottom{ font-size:15px;}
} 

/* RESPONSIVE END */
/*============Css End============*/


.slick-slider{position:relative; display:block; box-sizing:border-box; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none;  user-select:none; -webkit-touch-callout:none; -khtml-user-select:none; -ms-touch-action:pan-y; touch-action:pan-y; -webkit-tap-highlight-color:transparent; }
.slick-list{position:relative; display:block; overflow:hidden; margin:0; padding:0; }
.slick-list:focus{outline:none; }
.slick-list.dragging{cursor:pointer; cursor:hand; }
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0); -moz-transform:translate3d(0, 0, 0); -ms-transform:translate3d(0, 0, 0);  -o-transform:translate3d(0, 0, 0);  transform:translate3d(0, 0, 0); }
.slick-track{position:relative; top:0; left:0; display:block; margin-left:auto; margin-right:auto; }
.slick-track:before,.slick-track:after{display:table; content:''; }
.slick-track:after{clear:both; }
.slick-loading .slick-track{visibility:hidden; }
.slick-slide{display:none; float:left; height:100%; min-height:1px; }
[dir='rtl'] .slick-slide{float:right; }
.slick-slide img{display:block; }
.slick-slide.slick-loading img{display:none; }
.slick-slide.dragging img{pointer-events:none; }
.slick-initialized .slick-slide{display:block; }
.slick-loading .slick-slide{visibility:hidden; }
.slick-vertical .slick-slide{display:block; height:auto; border:1px solid transparent; }
.slick-arrow.slick-hidden {display:none; }

.slick-loading .slick-list{background:#fff url(../images/theme-img/ajax-loader.gif) center center no-repeat; }
.slick-prev, .slick-next{font-size:0; line-height:0; position:absolute; display:block; width:50px; height:50px; padding:0; cursor:pointer; color:transparent; border:none; outline:none; background-color:var(--pure-orange); z-index:100; border-radius:50%; color:#fff; background-repeat:no-repeat; background-position:center; border-radius:50%;}
/*.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{color:transparent; outline:none; background-color:var(--pure-dark-orange);}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{opacity:1; }*/
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{opacity:1; }
.slick-prev:before, .slick-next:before{line-height:1; opacity:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; z-index:100; color:#fff; font-size:24px; font-family:'Material Symbols Sharp'; display:none;}
.slick-prev{left:40px;}
[dir='rtl'] .slick-prev{right:0px; left:auto; }
.slick-prev:before{content:'\e5c4'; }
[dir='rtl'] .slick-prev:before{content:'\e5c4'; }
.slick-next{right:40px;}
[dir='rtl'] .slick-next{right:auto; left:15px; }
.slick-next:before{content:'\e5c8'; }
[dir='rtl'] .slick-next:before{content:'\e5c8'; }
/* Dots */
.slick-dotted.slick-slider{margin-bottom:0; }
.slick-dots{position:relative; margin-top:30px; display:block; width:100%; padding:0; margin-bottom:0; list-style:none; text-align:center; display:flex; align-items:center; justify-content:center; }
.slick-dots li{position:relative; display:inline-block; margin:0; padding:0; cursor:pointer; text-align:center; }
.slick-dots li button{font-size:0; line-height:0; display:block; width:100%; height:12px; width:12px; border-radius:50px; margin:0 4px; padding:0; cursor:pointer; color:transparent; border:0; outline:none; background:none; border:2px solid #fff; /*border:2px solid #D9D9D9;*/ }
.slick-dots li button:hover, .slick-dots li button:focus{outline:none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before{ background:#fff;}
.slick-dots li.slick-active button{ background:#fff;}

.contact_form_outer h3{color: #000;}
.contact_form_outer input,.contact_form_outer textarea{width: 100%;padding: 8px;}
.contact_form_outer input[type="checkbox"]{display: inline-block;width: auto; vertical-align: top; height: auto; margin-top: 5px;}
.contact_form_outer .mi-gdpr-block .wpcf7-list-item-label{display: inline-block; width:90%; margin-left: 5px;}
.contact_form_outer textarea{height: 120px; resize: none; }
.wpcf7-form {background: #e7e7e7;padding: 30px;}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item {padding-left: 10px;}
.wpcf7-form .wpcf7-acceptance input[type="checkbox"] { position: absolute; left: 0px; top: -27px; appearance: none; background-color: #989898; width: 20px; height: 20px;}

.wpcf7-form .wpcf7-acceptance input[type="checkbox"]:checked:before{ content: ''; position: absolute; top: 50%; left: 50%; width: 6px; height: 12px; border: solid white; border-width: 0 2px 2px 0; transform: translate(-50%, -50%) rotate(45deg);}
.wpcf7-form input[type="submit"]{ color: #fff; background: var(--pure-red);  padding: 10px 24px; border: none; cursor: pointer; display: inline-block; font-weight: 600;border: 1px solid var(--pure-red); width: auto; float: right;}

.btn {display: inline-block; padding: 10px 15px; position: relative; font-size: 20px; text-decoration: none; }
.btn.btn-outline{border: 1px solid;}
.btn.btn-align-right {float: right;}
.btn.btn-fw{width: 100%;}
.btn.btn-outline.btn-red{background-color: var(--pure-red); color: #fff; }
.btn.btn-outline.btn-white{background-color: #fff;  }
.btn.btn-outline.btn-white:hover,
.btn.btn-outline.btn-red:hover{ background: #000; color: #fff;}
.btn .btn-icon {width: 45px; display: inline-block; margin-left: 20px; }
.btn.btn-fw .btn-icon { width: 45px; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}



.ems-blog-grid-wrapper .pure-g {display: flex; flex-wrap: wrap; justify-content: space-between;  margin-left: -10px;  margin-right: -10px;}
.ems-card-container {flex: 0 0 calc(33.333% - 20px);  margin: 10px; display: flex;  margin-bottom: 20px;}

.ems-card {display: flex; flex-direction: column; width: 100%; overflow: hidden;}
.ems-card .ems-card-body{ margin-top: 10px; }
.ems-card .ems-card-link{text-decoration:none; }
.ems-card .ems-card-title{color:var(--pure-red);  margin-top: 0px;}

.ems-card-media { position: relative; padding-top: 56.25%; overflow: hidden; border: 1px solid #f1f1f1;}
.ems-card-img {position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease;}
@media (hover: hover) and (pointer: fine) { .ems-card-media:hover .ems-card-img { transform: scale(1.2); } }
.ems-card-overlay {position: absolute; top: 0; pointer-events: none; right: 0; background-color: #000; fill: #fff; height: 30px; width: 30px;}
.ems-card-overlay svg{ width: 30px; height: 30px;}
.ems-card .ems-no-thumb {    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -59%);}
.ems-grid-footer .ems-load-more { background: #fff; padding: 10px; cursor: pointer; border: 1px solid;}
.ems-grid-footer .ems-load-more:hover{background: #000; color: #fff;}
.ems-grid-footer {margin: 20px 0 40px 0;}


.post-wrapper { margin: 35px 0; } 
.post-wrapper .post-content { padding-right: 20px; }
.post-wrapper .post-title { font-weight: bold; color: #333; text-align: center; margin-bottom: 20px; }
.post-wrapper .post-thumbnail-wrapper { position: relative; max-width: 100%; margin-bottom: 15px;overflow: hidden;  min-height: 320px; border: 1px Solid #efefef; }
.post-wrapper .post-thumbnail-wrapper img{width: 100%; transition: transform 0.3s ease;}
.post-wrapper .post-thumbnail-wrapper img:hover { transform: scale(1.2); } 
.post-wrapper .post-date { position: absolute; bottom: 0px; left: 0px; background: var(--pure-red); color: #fff; font-size: 0.8rem; padding: 5px 20px; font-weight: bold; }
.post-wrapper .post-excerpt { font-weight: 600; font-size: 1.1rem; margin-bottom: 16px; color: #222; }
.post-wrapper .post-content-text { font-size: 17px; color: #444; line-height: 1.5; }
.post-wrapper .contact-info { margin-top: 20px; font-size: 0.85rem; }
.post-wrapper .contact-info a { color: #000; text-decoration: underline; }
.post-wrapper .share-title { color: var(--pure-red); font-weight: 600; margin-top: 40px; }
.post-wrapper .social-buttons { display: flex; gap: 6px; }
.post-wrapper .social-btn { display: inline-flex; align-items: center; justify-content: center; border: none; border-radius: 50%; width: 32px; height: 32px; font-size: 16px; line-height: 1; color: white; text-decoration: none; }
.post-wrapper .a2a_button_facebook span{ background: #3b5998 !important; }
.post-wrapper .a2a_button_whatsapp span{ background: #25D366 !important; }
.post-wrapper .a2a_button_x span{ background: #1DA1F2 !important; }
.post-wrapper .a2a_button_facebook_messenger span{ background: #0084FF !important; }
.post-wrapper .a2a_button_email span{ background: #FFA500 !important; }
.post-wrapper .a2a_button_copy_link span{ background: var(--pure-red) !important; }
.post-wrapper .a2a_button_facebook span,
.post-wrapper .a2a_button_whatsapp span,
.post-wrapper .a2a_button_x span,
.post-wrapper .a2a_button_facebook_messenger span,
.post-wrapper .a2a_button_email span,
.post-wrapper .a2a_button_copy_link span{ border-radius: 50% !important; position: relative;}

.post-wrapper .a2a_button_facebook svg,
.post-wrapper .a2a_button_whatsapp svg,
.post-wrapper .a2a_button_x svg,
.post-wrapper .a2a_button_facebook_messenger svg,
.post-wrapper .a2a_button_email svg,
.post-wrapper .a2a_button_copy_link svg { fill: #fff !important; height: 24px !important; width: 24px !important; transform: translate(-50%, -50%); left: 50%; top: 50%; position: absolute;}
.post-wrapper .addtoany_list a,.post-wrapper .widget .addtoany_list a{ padding-left: 0px;padding-right: 4px; }

.post-wrapper .social-btn.copy { background: var(--pure-red); }
.post-wrapper .post-sidebar {padding-left: 15px; font-family: Arial, sans-serif; font-size: 17px; color: #222; }
.post-wrapper .sidebar-title { color: var(--pure-red); font-weight: bold; }
.post-wrapper .related-posts { list-style: none; padding-left: 0; }
.post-wrapper .related-post-item { margin-bottom: 20px; border-bottom: 2px solid var(--pure-red); padding-bottom: 6px; }
.post-wrapper .related-post-item a { color: #222; text-decoration: underline; }
.post-wrapper .product-search-form .product-input { border: 2px solid var(--pure-red); margin-bottom: 10px; padding: 5px 8px; width: 100%; }

.product-search-form .blk_brand_filter_link{width: 100%;display: inline-block;border: 1px solid #000;padding: 10px;text-decoration: unset;margin-bottom: 10px;position: relative;float:right; background-image: url(../images/link-arrow.png); background-repeat: no-repeat; background-size: 15px; background-position-y:center; background-position-x:95%;}
.ems-text-quote-blk{border-left: 5px solid #cc0001; padding-left: 10px;}

.npt { padding-top: 0px !important;}
.npb  { padding-bottom: 0px !important;}