.hover3 { transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s;}

.btn-curve { background: #0d0b0b; padding: 8px 28px; border: 2px solid #e60e0e; border-radius: 0; position: relative; overflow: hidden; cursor: pointer; display: inline-block;}
.btn-curve span { font-size: 13px; text-transform: uppercase; position: relative; transition: all 0.8s; -ms-transition: all 0.8s; -webkit-transition: all 0.8s; z-index: 2; color: #fff; }
.btn-curve span.b { color: #000;}
.btn-curve::after { background: #e60e0e; content: ""; position: absolute; top: -10px; left: -10px; right: -10px; bottom: 100%; border-radius: 0 0 100% 100%/0 0 100% 100%; transition: all 0.6s cubic-bezier(1, 0, 0.55, 1); -ms-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1); -webkit-transition: all 0.6s cubic-bezier(1, 0, 0.55, 1); }
.btn-curve:hover span { color: #fff;}
.btn-curve:hover::after { bottom: -10px; border-radius: 0;}

a.site-header__cart { color: #fff;}
a.site-header__cart:hover { color: #e60e0e;}

section.company-stats { background: #e60e0e; position: relative; overflow: hidden; padding: 50px 0 100px; margin-top: -5px;}
.stat-block { text-align: center; margin-bottom: 30px;}
.stat-block .stat-img { text-align: center; margin: 0 auto;}
.stat-block h2 { color: #fff; margin: 15px 0 10px; padding: 0; font-size: 22px; text-transform: uppercase; letter-spacing: 1px;}
.stat-block p { color: #fff; font-size: 14px; line-height: 25px;}

section.category-block { background: #080808; padding: 40px 0 30px; position: relative;}
section.category-block::before { background: #080808; content: ""; height: 100%; width: 100%; position: absolute; left: 0; top: 0; right: 0; transform: skewY(-3.2deg); margin-top: -3%;}
.cat-block { position:relative; overflow:hidden; margin:0 0 30px; z-index:99;}
.cat-block .block-inner { margin:10px; position:absolute; top:0; left:0; right:0; bottom:0;}
.cat-block .cat-border { border:2px solid #e60e0e;  height:100%;}
.cat-block .cat-hover { background:transparent; text-align:center; justify-content:center; flex-direction:column; display:flex; height:100%; backface-visibility:hidden; transform:scale(0); opacity:0;}
.cat-block .block-inner h2 { margin:0; font-size:18px; color:#fff; text-transform:uppercase; letter-spacing:1px; transition: all 0.35s linear; -webkit-transition: all 0.35s linear; font-weight: 400;} 
.cat-block:hover .cat-hover { background:rgba(0,0,0,0.8); transform:scale(1); opacity:1;}
.cat-block .block-inner h2:hover { color: #e60e0e;}

.section-header h4 { text-transform: uppercase; color: #080808; margin: 0; font-weight: 500; font-size: 16px; letter-spacing: 1px;}
.section-header h2 { font-size:28px; font-weight:800; line-height:1.3; margin: 0 auto; color: #e60e0e; letter-spacing: 2px; position: relative; padding-bottom: 5px;}
.section-header h2::before { background: #080808; content: ""; width: 200px; height: 1px; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.section-header h2::after { background: #e60e0e; content: ""; width: 150px; height: 1px; position: absolute; bottom: -5px; left: 0; right: 0; margin: 0 auto;}

section.about-block { background-image: url(../images/about-bg.jpg); background-repeat: no-repeat; background-attachment: fixed; background-position: top center; background-size: cover; padding: 100px 0;}
section.about-block .section-header h4 { color: #fff}
section.about-block .section-header h2::before { background: #fff;}
.about-text { text-align: center; color: #fff; line-height: 30px; margin-bottom: 30px;}
.about-text p { margin-bottom: 25px; line-height: 32px; font-size: 15px;}

section.why-choose-bg { background: #e60e0e; padding: 80px 0 20px; position: relative;}
section.why-choose-btm { background: url(../images/why-choose-btm.png) no-repeat center center; width: 100%; height: 100%; min-height: 124px;}
section.why-choose-bg .section-header h2 { color: #fff}
section.why-choose-bg .section-header h2::after { background: #fff;}
.why-choose-text {}
.why-choose-text p { font-size: 15px; text-align: center; color: #fff; line-height: 30px; margin-bottom: 30px;}

.why-choose-box { background: #080808; padding: 30px 15px; border-radius: 8px; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); margin-top: 30px; text-align: center; min-height: 236px;}
.why-choose-box .box-icon { margin-bottom: 15px; }
.why-choose-box .box-icon  i { font-size: 50px; color: #e60e0e;}
.why-choose-box .box-text {}
.why-choose-box .box-text h3 { font-weight: 700; letter-spacing: 1px; color: #fff; font-size: 19px;}
.why-choose-box .box-text p { color: #ededed; font-size: 14px; line-height: 26px;}

section.work-process { padding: 40px 0;}

section.featured-pods { padding: 40px 0;}
.add-to-cart-btn .btn-curve { padding: 10px 20px;}
.add-to-cart-btn .btn-curve span i { position: relative; top: -3px;}

section.kit-bg { background-image: url(../images/custom-bg.jpg); background-position: top center; padding: 70px 0; background-size: cover; background-attachment: fixed; text-align: center; overflow: hidden; position: relative;}
section.kit-bg::before { background: rgba(0,0,0,0.9); content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0;}
section.kit-bg .kit-text {}
section.kit-bg .kit-text h2 { font-size: 38px; color: #e60e0e; letter-spacing: 1px;}
section.kit-bg .kit-text h4 { font-size: 32px; color: #fff; font-weight: 400;}
section.kit-bg .kit-text p { font-size: 18px; color: #fff; padding: 10px 0; line-height: 34px; margin-bottom: 25px;}

section.certificates { padding: 35px 0 20px;}
section.certificates .cert-img { text-align: center; margin-bottom: 15px;}

.inner-page { min-height: 500px; margin-bottom: 30px;}
.page-text { font-size: 15px; line-height: 30px; color: #333}
.contact-details .page-text a { color: #333;}
.open-hours strong { text-transform: uppercase; font-weight: 700; color: #000;}
.open-hours p { margin-bottom: 5px;}
.contact-form .btn-curve span, .product-form__item--submit .btn-curve span  { color: #fff;}
.product-single__description p { font-size: 14px; color: #333; line-height: 28px;}
.cart .list-view-item__title a { color: #000}
.cart__price-wrapper .money { color: #e60e0e;}

h2.Total { text-align: right; font-size: 20px; font-weight: 900;}
h2.Total span { color: #e60e0e;}
.basket-btn { text-align: right;}

.SubmitText { text-align: center; color: #060; font-size: 22px; padding: 8rem 0 8rem; font-weight: 700;}

.mp-block { padding: 20px 0;}
.mp-block .page-title h1 { font-size: 22px; margin: 5px 0; letter-spacing: 1px;}
.mp-block p { font-size: 15px; line-height: 30px; color: #333}

.g-img { border: 1px solid #ccc; margin-bottom: 30px;}

.signup-area { background: #e60e0e; text-align: center; padding: 40px 0;}
.signup-area h2 { color: #fff; text-transform: uppercase; font-size: 28px; margin: 0 0 5px; font-weight: 800;}
.signup-area p { font-size: 17px; font-weight: 400; color: #fff; margin: 0 0 20px; }
.signup-form { background: #fff; padding: 5px; width: 100%; border-radius: 5px;}
.signup-form input { width: 70%; float: left; border: none; background: transparent; padding: 0 10px; font-size: 14px; color: #000; height: 40px;}
.signup-form button { width: 15%; float: right; padding: 4px 0; height: 40px; text-align: center; }

.footer-1 { background: #080808; position: relative; overflow: hidden;}
.f-detail h4 { text-transform: uppercase; font-weight: 500; color: #fff; letter-spacing: 1px; margin-bottom: 20px;}
.f-detail ul { margin: 0; padding: 0;}
.f-detail ul li { list-style: none; margin-bottom: 8px; color: #fff;}
.f-detail ul li a { color: #fff;}
.f-detail ul li i { color: #e60e0e; padding-right: 5px;}
.social a { font-size: 24px; color: #fff; padding-right: 5px;}
.social a:hover { color: #e60e0e;}

.ps-img { margin-top: 30px;}

.footer-bottom { padding: 30px 0; border-top: 1px solid #0c0c0c; text-align: center;}
.footer-bottom p { color: #fff; margin: 0; padding: 0; font-size: 13px; line-height: 26px;}
.footer-bottom p a { color: #e60e0e; text-transform: uppercase}
.footer-bottom p a:hover { text-decoration: underline;}
