.hover { transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s;}
.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;}

.ind_btn { position: relative; font-size: 14px; font-weight: 500; text-transform: uppercase; letter-spacing: 0; background: transparent; display: inline-block; color: #FFF; height: 46px; min-width: 144px; padding: 16px 10px; text-align: center; line-height: .9; margin-bottom: 6px; border: none;}
.ind_btn:before { width: 100%; height: 100%; background: #580006; content: ''; position: absolute; left: 0; top: 0; z-index: 2; transition: all ease 300ms;  -moz-transition: all ease 300ms; -webkit-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms;}
.ind_btn:after { width: 100%; height: 100%; background: #000; content: ''; position: absolute; left: 6px; top: 6px; z-index: 1; transition: all ease 300ms; -moz-transition: all ease 300ms; -webkit-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms;}
.ind_btn span{ position: relative; z-index: 4;}
.ind_btn:hover:before {left: 6px; top: 6px;}
.ind_btn:hover:after {left: 0; top: 0; z-index: 3;}
.ind_btn:hover { color: #fff;}

.header-cart a { color: #fff;}
.header-cart a:hover { color: #580006;}

.top-contact p { margin-bottom: 0; color: #fff; font-size: 15px; font-weight: 300; line-height: 22px;}
.top-contact p i { color: #580006; padding-right: 4px; font-size: 16px;}
.top-contact p a { color: #fff;}

section.welcome-note { background: #000; padding: 50px 0 120px; margin-top: -7px;}
section.welcome-note h1 { font-size: 32px; color: #580006; text-transform: uppercase; margin: 0 0 10px;}
section.welcome-note p { color: #fff; font-size: 16px; line-height: 36px; margin-bottom: 25px;}
section.welcome-note .ind_btn::after { background: #fff;}
section.welcome-note .ind_btn:hover { color: #000;}

section.front-cats { background: #580006; padding: 40px 0 10px; position: relative;}
section.front-cats .container { position: relative; z-index: 99;}
section.front-cats::before { background: #580006; content: ""; height: 100%; width: 100%; position: absolute; left: 0; top: 0; right: 0; transform: skewY(-3.2deg); margin-top: -3%;}
section.front-cats::after { background: #580006; content: ""; height: 100%; width: 100%; position: absolute; left: 0; bottom: -53px; right: 0; transform: skewY(3.2deg); z-index: 9;}
.cat-box { margin: 0 0 30px; position: relative; overflow: hidden;}
.cat-box::before, .cat-box::after { top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none; position: absolute; background-color: rgba(88, 0, 6, 0.4); transform: scale(0); -webkit-transform: scale(0); transform-origin: top left; -webkit-transform-origin: top left;}
.cat-box::after { bottom: 0; right: 0; transform-origin: bottom right; -webkit-transform-origin: bottom right;}
.cat-box:hover::before, .cat-box:hover::after { transform: scale(1); -webkit-transform: scale(1); opacity: 0; transition-duration: 1.3s;}

.front-title { padding-top: 40px; margin-bottom: 30px;}
.front-title h6 { font-size: 16px; font-weight: 500; text-transform: uppercase; color: #580006; line-height: 20px; margin: 0; padding: 0 0 0 70px; letter-spacing: 3px; position: relative;}
.front-title h6::before { content: ""; background: #080808; width: 60px; height: 2px; position: absolute; left: 0; bottom: 45%;}
.front-title h2 { font-size: 28px; letter-spacing: 2px; color: #080808;}

section.why-choose-us { background: #000; padding: 130px 0 40px;}
section.why-choose-us .front-title { padding-top: 0;}
section.why-choose-us .front-title h6::before { background: #580006;}
section.why-choose-us .front-title h6 { color: #fff;}
section.why-choose-us .front-title h2 { color: #fff;}
section.why-choose-us .w-details { font-size: 15px; line-height: 30px; color: #fff;}
section.why-choose-us .why-text { text-align: center;}
section.why-choose-us .why-text h3 { text-transform: uppercase; font-size: 15px; margin: 7px 0 5px; color: #fff;}
section.why-choose-us .why-text p { line-height: 18px; font-size: 14px; color: #ececec;}

section.counter-block { background: #580006; padding: 20px 0;}
section.counter-block .counter-box { text-align: center;}
section.counter-block .counter-box h2 { color: #fff; font-size: 32px; font-style: italic; margin: 0;}
section.counter-block .counter-box p { color: #fff; margin: 0; font-size: 16px;}

.LefMenu li.MainLeftCats { list-style:none; margin-bottom:3px; transition: all 0.3s ease-in-out 0s; position:relative;}
.LefMenu li.MainLeftCats a { background:#580006; line-height:50px; display:block; color:#fff;  font-size:15px; text-decoration:none; text-transform:uppercase; font-weight:700; transition: all 0.5s ease-in-out 0s; padding:0px 10px; border-radius:5px;}
.LefMenu li.MainLeftCats a:hover, .LefMenu li.MainLeftCats a.active { background:#111; color:#fff;}
.submenu ul { padding:0; margin:0px;}
.submenu ul li { list-style:none;}
.submenu ul li a { color:#666; font-size:12px; line-height:28px; text-decoration:none; display:block; padding:0px; margin-bottom:2px; font-weight:500; border-bottom:1px solid #ccc; font-weight:400; color:#111;}
.submenu ul li:last-child a { border:none;}
.submenu ul li a:hover, .submenu ul li a.active { color:#580006; padding-left:5px;}
.submenu ul li a span { margin-right:3px; display:inline-block;}

.sec-title { text-align: center; margin-bottom: 20px;}
.sec-title h5 { font-size: 14px; font-weight: 400; letter-spacing: 3px; color: #580006; text-transform: uppercase; margin: 0; line-height: 18px;}
.sec-title h2 { font-size: 28px; letter-spacing: 3px; color: #080808;}

section.how-it-work { padding: 0 0 40px;}

section.technology { background: #f8f8f8; padding: 0 0 40px;}
.tech-block { position: relative; overflow: hidden;}
.tech-block .block-inner { position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
.tech-block .tech-text { background: transparent; text-align: center; justify-content: center; flex-direction: column; display: flex; height: 100%; backface-visibility: hidden; transform: scale(0); -webkit-transform: scale(0); opacity: 0;}
.tech-block .tech-text h3 {  text-transform: uppercase; font-size: 24px; color: #580006; margin: 0 0 10px; letter-spacing: 2px}
.tech-block .tech-text p { font-size: 16px; line-height: 24px; color: #fff; padding: 0 20px;}
.tech-block:hover .tech-text { background: rgba(0,0,0,0.8); transform: scale(1); -webkit-transform: scale(1); opacity: 1}

section.certificates { background: #f8f8f8; padding: 40px 0;}

section.why-choose { background: #580006; padding: 10px 0}
section.why-choose .center-text { color: #fff; text-align: center; padding-top: 20px; padding-bottom: 20px;}
section.why-choose .center-text i { font-size: 36px; color: #fff;}
section.why-choose .center-text h3 { font-weight: 600; text-transform: uppercase; font-size: 24px; margin: 7px 0; color: #fff;}
section.why-choose .center-text p { margin: 0; font-size: 14px; padding: 0; font-weight: 400; color: #fff;}

.grid-products .item .product-image { border: 1px solid #ccc;}
.product-details { padding-bottom: 20px;}

h2.Total { text-align: right; font-size: 20px; text-transform: uppercase; font-weight: 700;}
.basket-btn { text-align: right; margin-top: 10px;}
.basket-btn a { margin-left: 30px;}
.SubmitText { text-align: center; color: #060; font-size: 22px; padding: 8rem 0 8rem;}

.NoProd { text-align: center; font-size: 18px; color: #c3c3c3; padding: 100px 0; width: 100%; display: block;}

.text-page { font-size: 16px; line-height: 34px;}
.inner-page { margin-bottom: 40px;}

.process-title { margin: 0;}
.process-title h2 { font-size: 22px; font-weight: 700; color: #080808; letter-spacing: 2px;}
.mp-block h2 { font-size: 22px; font-weight: 700; color: #580006; letter-spacing: 2px; margin-top: 20px;}
.mp-block p, .process-title p { font-size: 16px; line-height: 30px; color: #333;}

.tabs-listing { margin-bottom:20px; }
.tabs-listing .product-tabs { text-align:center; }

.p-img { position: relative; overflow: hidden; margin-bottom: 30px;}
.p-img img { width: 100%; display: block; margin: 0 auto;}
.p-img .p-text { background: rgba(0,0,0,0.6); position: absolute; top: 0 left: 0; right: 0; bottom: 0;  text-align: center; color: #fff; font-size: 18px; font-weight: 700; padding: 12px 18px; transition:all 0.3s ease-in-out 0s; -moz-transition:all 0.3s ease-in-out 0s; -webkit-transition:all 0.3s ease-in-out 0s; -ms-transition:all 0.3s ease-in-out 0s; -o-transition:all 0.3s ease-in-out 0s; transform: scale(1); opacity: 1; visibility: visible; width: 100%; height: 100%; justify-content: center; flex-direction: column; display: flex;}
/*.p-img:hover .p-text { background: rgba(0,94,184,0.8);}*/
.p-img:hover .p-text { visibility: hidden; opacity: 0; transform: scale(0);}
.p-img .p-text h2 {}


footer { background: #000; padding: 60px 0 0; position: relative;}
section.signup-area { text-align: center;}
section.signup-area h2 { color: #fff; text-transform: uppercase; font-size: 22px; margin: 0 0 5px;}
section.signup-area p { font-size: 16px; font-weight: 400; color: #cecece; margin-bottom: 10px;}
/*section.signup-area form { margin:0; padding: 20px 0;}*/
section.signup-area .newsletter { background: #0a0a0a url(../images/paper-plane.png) left center no-repeat; padding: 20px; border-radius: 0; margin-top: 30px;}
section.signup-area .newsletter input { height: 40px; background: none; border: none; border-bottom: 1px solid #1f1f1f; color: #afafaf; font-size: 13px; box-shadow: none; width: 74%; float: left;}
section.signup-area .newsletter button { background: #580006; height: 40px; text-align: center; width: 25%; font-size: 14px; text-transform: uppercase; color: #fff; font-weight: 600; float: right; border: none; border-radius: 0;}
section.signup-area .newsletter button:hover { background: #3e4095;}

section.footer-btm h2 { color: #fff; font-weight: 700; font-size: 20px; margin: 0 0 30px;}
section.footer-btm ul.f-links { margin: 0; padding: 0}
section.footer-btm ul.f-links li { list-style: none; margin: 0 0 12px 0; padding: 0;}
section.footer-btm ul.f-links li a { color: #cecece; font-size: 15px; transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s;}
section.footer-btm ul.f-links li a:hover, section.copyrights p a:hover { color: #580006;}
section.footer-btm .shipment { margin-top: 30px;}
section.footer-btm .f-contact ul { list-style: none; margin: 0; padding: 0;}
section.footer-btm .f-contact ul li { margin: 0px 0px 18px 0px; padding: 0; float: none; display: block; list-style: none; line-height: 28px;}
section.footer-btm .f-contact ul li i { line-height: 21px; float: left; font-size: 17px; color: #580006; margin-right: 13px;}
section.footer-btm .f-contact ul li div { float: left; width: 75%; line-height: 20px; margin: 0; padding: 0;}
section.footer-btm .f-contact ul li div p { margin: 0; color: #cecece; font-size: 16px; font-weight: 400;}
section.footer-btm .f-contact ul li a { color: #cecece; font-size: 16px; font-weight: 400;}
section.footer-btm .f-contact ul li a:hover { color: #580006;}
section.footer-btm .footerSocial {}
section.footer-btm .footerSocial a { width: 40px; height: 40px; display: inline-block; color: #080808; background: #fff; border-radius: 3px; margin-right: 4px; text-align: center; line-height: 42px; font-size: 25px;}
section.footer-btm .footerSocial a:hover { background: #580006; transform: rotate(360deg); color: #fff;}

section.copyrights { padding: 30px 0; text-align: center;}
section.copyrights .row { border-top: 1px solid #1f1f1f; padding-top: 30px;}
section.copyrights p { color: #bebebe; font-size: 13px; line-height: 22px; margin: 0; }
section.copyrights p a { color: #fff; transition:all 0.5s ease-in-out 0s; -moz-transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s; }