.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;}

.anmoBTN01 { display: inline-block; position: relative; height: 46px; font-size: 15px !important; line-height: 46px; color: #fff; font-weight: 700 !important; text-transform: capitalize; text-align: center; overflow: hidden; border: none; z-index: 1; background: #ed3237; border-radius: 3px; transition: all ease 350ms; -moz-transition: all ease 350ms; -webkit-transition: all ease 350ms; padding: 0 26px; cursor: pointer;}
.anmoBTN01::after { content: ""; position: absolute; height: 0%; left: 50%; top: 50%; width: 150%; z-index: -1; -webkit-transition: all 0.75s ease 0s; -moz-transition: all 0.75s ease 0s; -o-transition: all 0.75s ease 0s; transition: all 0.75s ease 0s;}
.anmoBTN01:hover { color: #fff; text-shadow: none;}
.anmoBTN01:hover::after { height: 450%;}
.anmoBTN01::after { background: #000; -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg); -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg); transform: translateX(-50%) translateY(-50%) rotate(25deg); color: #fff;}

.header-5 #siteNav > li > a span { position: relative; display: inline-block; line-height: 1.3;}
.header-5 #siteNav > li > a span::after { content: ''; position: absolute; top: 100%; left: 0; width: 0; height: 2px; background-color: #ed3237; transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
.header-5 #siteNav > li:hover > a span::after { width: 100%;}

section.why-choose-bg { background: #ed3237; padding: 40px 0 30px; position: relative;}
section.why-choose-bg::before { content: ''; background: url(../images/why-choose-design.png) no-repeat center center; width: 100%; min-height: 122px; position: absolute; top: -122px; left: 0; right: 0;}
.why-choose-text { padding-right: 60px;}
.why-choose-text h2 { font-size: 28px; text-transform: uppercase; color: #000; position: relative;}
.why-choose-text p { color: #000; font-weight: 400; line-height: 25px; margin-bottom: 30px;}

.why-choose-box { align-content: center; align-items: center; display: flex; flex-direction: row; margin-bottom: 30px;}
.why-choose-box .box-icon { display: inline-flex; flex: 0 0 auto; margin-right: 15px; }
.why-choose-box .box-text { flex-grow: 1; text-align: left;}
.why-choose-box .box-text h3 { color: #000; font-size: 20px;}
.why-choose-box .box-text p { color: #000; font-size: 14px; font-weight: 400;}

section.trusted-block { background: #000; padding: 80px 0 120px;}
.trusted-text { }
.trusted-text h2 { font-size: 70px; line-height: 80px; text-transform: capitalize; color: #fff;}
.trusted-text h2 span { color: #ed3237;}
.trusted-text p { color: #fff; font-weight: 400; opacity: 0.8;}

.am-info-box { position: relative; display: flex; flex-direction: row; margin-top: 30px;}
.am-info-box .info-box-left { flex: 0 0 auto; max-width: 50%; margin-right: 20px;}
.am-info-box .info-box-left h3 { color: #ed3237; font-size: 52px; font-weight: 700; line-height: 1;}
.am-info-box .info-box-right { position: relative; flex: 1 1 auto;}
.am-info-box .info-box-right h4 { font-size: 18px; line-height: 1.3; color: #fff; margin-bottom: 10px; display: block; font-weight: 600;}

h2.wc-title { text-align: center; color: #000; font-size: 32px; text-transform: uppercase;}
.why-text { margin-top: 30px; text-align: center;}
.why-text h1 { font-size: 48px; color: #000;}
.why-text h3 { color: #000; font-size: 22px;}

section.service-block { background: #000; padding: 60px 0;}
h1.service-title { text-align: center; color: #fff; font-size: 32px; text-transform: uppercase;}
.service-text { text-align: center; margin-top: 30px;}
.service-text h2 {font-size: 19px; text-transform: capitalize;}
.service-text p { color: #fff; opacity: 0.8; font-weight: 400; line-height: 25px;}

section.cats-bg { background: #242424 url(../images/cat-bg.webp) no-repeat center center; padding: 60px 0; }

.cat-box { overflow:hidden; position: relative; margin: 0 0 30px; transition: all 500ms ease; -webkit-transition: all 500ms ease; -moz-transition: all 500ms ease; margin-top: 30px; }
.cat-box .cat-img { position: relative;}
.cat-box .cat-img h2 { background: #ed3237; color: #000; font-size: 14px; text-transform: uppercase; font-weight: 700; letter-spacing: 0.5px; position: absolute; bottom: 10px; left: 10px; padding: 8px 12px; margin: 0; z-index: 999; border-radius: 3px;}
.cat-box .cat-img:hover h2 { background: #000; color: #fff;}
.cat-box .cat-img .overlay-box { position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 99;}
.cat-box .cat-img .overlay-box::before { background-image: linear-gradient(to bottom, rgba(255,255,255,0) 25%, #ed3237 150%); position: absolute; content: ''; left: 0; right: 0; bottom: 0; top: 100%; opacity: 0; transition: all 900ms ease; -webkit-transition: all 900ms ease; -ms-transition: all 900ms ease;}
.cat-box .cat-img:hover .overlay-box::before { opacity: 1; top: 0;}

section.certificate { padding: 40px 0;}
section.certificate .col-lg-3 { max-width: 20%; flex: 0 0 20%; -webkit-flex: 0 0 20%; }
section.certificate .cert-img { text-align: center;}

section.ps-methods { background: #000; padding: 10px 0 40px;}
.ps-block { text-align: center; margin-top: 30px;}
.ps-block h2 { color: #fff; font-size: 24px; margin-bottom: 15px;}

.page-text { font-size: 15px; line-height: 28px; min-height: 450px; padding-bottom: 40px; font-weight: 400; color: #7A7A7A;}

.open-hours strong { color: #ed3237}
.cp-detail a { color: #fff;}
.social-icons a { color: #fff; font-size: 28px;}
.social-icons a:hover { color: #ed3237;}
.add-to-cart-btn .anmoBTN01 { padding: 0 20px; text-transform: uppercase; height: 40px; line-height: 36px;}

.product-single__description { color: #7a7a7a; font-weight: 400;}

h2.Total { text-align: right; font-size: 20px; text-transform: uppercase; font-weight: 700; color: #070808;}
h2.Total span { color: #ff0000;}
.basket-btn { text-align: right; margin-top: 10px;}
.SubmitText { text-align: center; color: #060; font-size: 22px; padding: 8rem 0 8rem;}

.p-img { position: relative; overflow: hidden; margin-bottom: 30px;}
.p-img img { width: 100%; display: block; margin: 0 auto;}

.inner-page { margin-bottom: 30px;}

.mp-block { font-weight: 400; color: #7a7a7a; font-size: 15px; line-height: 28px;}


.signup-area { background: #ed3237; text-align: center; padding: 40px 0;}
.signup-area h2 { color: #000; text-transform: uppercase; font-size: 28px; margin: 0 0 5px;}
.signup-area p { font-size: 14px; font-weight: 300; color: #000; margin: 0 0 20px; font-weight: 400;}
.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; font-weight: 400;}
.signup-form button { background: #070808; font-size: 24px; line-height: 28px; width: 15%; float: right; color: #fff; border-radius: 5px; padding: 0; cursor: pointer; text-align: center; position: relative; overflow: hidden; z-index: 1; transition: all ease 350ms; -moz-transition: all ease 350ms; -webkit-transition: all ease 350ms;  padding: 3px 0 7px;}
.signup-form button:hover { color: #fff;}
.signup-form button::after { content: ""; position: absolute; height: 0%; left: 50%; top: 50%; width: 150%; z-index: -1; -webkit-transition: all 0.75s ease 0s; -moz-transition: all 0.75s ease 0s; -o-transition: all 0.75s ease 0s; transition: all 0.75s ease 0s; background: #ed3237; -moz-transform: translateX(-50%) translateY(-50%) rotate(25deg); -ms-transform: translateX(-50%) translateY(-50%) rotate(25deg); -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg); transform: translateX(-50%) translateY(-50%) rotate(25deg); }
.signup-form button:hover::after { height: 450%; }

.footer-1 { background: #000; position: relative; padding: 30px 0 0; overflow: hidden;}
.f-detail ul { margin: 0; padding: 0;}
.f-detail ul li { list-style: none; margin-bottom: 8px; color: #fff; opacity: 0.8; font-weight: 400;}
.f-detail ul li a { font-size: 14px; color: #fff; opacity: 0.8; font-weight: 400;}
.f-detail ul li a:hover { opacity: 1;}
.f-detail ul li i { color: #ed3237; padding-right: 5px;}
.social a { font-size: 24px; color: #fff; padding-right: 5px;}
.social a:hover { color: #ed3237;}

.footer-bottom p { color: #fff; margin: 0; padding: 0; font-size: 13px; line-height: 26px; font-weight: 400;}
.footer-bottom p a { color: #ed3237; text-transform: uppercase; font-weight: 400;}
.footer-bottom p a:hover { text-decoration: underline;}
.footer-bottom .copyr { text-align: left;}
.footer-bottom .powered { text-align: right;}