.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;}

.btn-curve { background: #000; padding: 10px 28px; border: 2px solid #f5bf03; 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; font-weight: 700;}
.btn-curve::after { background: #f5bf03; 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: #000;}
.btn-curve:hover::after { bottom: -10px; border-radius: 0;}

.btn-curve-red { background: #f5bf03; padding: 10px 28px; border: 2px solid #f5bf03; border-radius: 0; position: relative; overflow: hidden; cursor: pointer; display: inline-block;}
.btn-curve-red 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-red::after { background: #f5bf03; 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-red:hover::after { bottom: -10px; border-radius: 0;}

.section-title { text-align: center; margin-bottom: 30px;}
.section-title h2.secTitle { margin-bottom: 5px; font-size: 28px; letter-spacing: 1px; color: #000;}
.section-title p { color: #3b3b3b;}

a.site-header__cart { color: #000;}
a.site-header__cart:hover { color: #f5bf03;}

section.company-stats { background: #000; position: relative; overflow: hidden; padding: 50px 0; margin-top: -5px;}
section.company-stats::before { background: url(../images/giphy.gif) repeat; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.020}
.stat-block { text-align: center; margin-bottom: 15px;}
.stat-block .stat-img { background: #f5bf03; width: 100px; height: 100px; text-align: center; border-radius: 100%; line-height: 96px; margin: 0 auto;}
.stat-block h2 { color: #fff; margin: 15px 0 10px; padding: 0; font-size: 20px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px;}
.stat-block p { color: #e8e8e8; font-size: 14px; line-height: 26px;}

section.category-block { padding: 40px 0 30px; position: relative;}
.cat-block {  overflow:hidden; margin:15px 0; position: relative;}
.cat-block::before { background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, #0b0a0a 100%); position: absolute; left: 0; right: 0; top: 0; width: 100%; height: 100%; content: ''; z-index: 9}
.cat-block .cat-text { position: absolute; width: 100%; left: 0; top: auto; z-index: 9; bottom: 0; height: auto; padding: 0 50px; text-align: center; transform: translateY(20px); -webkit-transform: translateY(20px); -moz-transform: translateY(20px); -ms-transform: translateY(20px); }
.cat-block:hover .cat-text { transform: translateY(-65px); -webkit-transform: translateY(-65px); -moz-transform: translateY(-65px); -ms-transform: translateY(-65px);}
.cat-block .cat-text h2 { color: #fff; text-transform: uppercase; font-size: 24px;}
.cat-block .cat-text p { color: #e6e6e6; font-size: 14px; line-height: 26px;}
.cat-block .cat-text a { margin-top: 15px; transform: translateY(15px); -webkit-transform: translateY(15px); -moz-transform: translateY(15px); -ms-transform: translateY(15px); opacity: 0; }
.cat-block:hover .cat-text a { opacity: 1; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0);}

.front-title {}
.front-title h6 { font-weight: 400; color: #333; font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin: 0; line-height: 18px; padding-left: 70px; position: relative;}
.front-title h6::before { content: ""; background: #f5bf03;  width: 60px; height: 3px; position: absolute; bottom: 45%; left: 0;}
.front-title h2 { font-size: 24px; color: #000; letter-spacing: 2px; font-weight: 900; margin-bottom: 15px;}

section.about-block { background: #f4f4f4; padding: 50px 0;}
.about-text {}
.about-text p { margin-bottom: 25px; font-size: 15px; line-height: 30px; text-align: justify;}

section.counter-block { background: #f5bf03;}
.counter-box { text-align: center; padding: 10px 0; color: #000; margin: 15px 0;}
.counter-box h2 { font-weight: 900; font-size: 40px; margin: 0; color: #000; font-style: italic;}

section.believe-block { background: #0d0b0b; background-image: url(../images/american-flag.jpg); background-position: center center; background-attachment: fixed; background-repeat: no-repeat; background-size: cover; position: relative; overflow: hidden; padding: 20px 0 60px;}
section.believe-block::before { background-color: #000; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.9}

section.believe-block .front-title { padding: 40px 0 10px;}
section.believe-block .front-title h6, section.believe-block .front-title h2 { color: #fff;}
section.believe-block .believe-text { text-align: center; margin-top: 40px;}
section.believe-block .believe-text img { margin-bottom: 20px;}
section.believe-block .believe-text h3 { text-transform: uppercase; color: #fff; font-weight: 700; font-size: 20px; letter-spacing: 1px; }
section.believe-block .believe-text p { color: #e8e8e8; font-size: 14px; font-weight: 400; line-height: 24px;}

section.how-it-work { padding: 40px 0;}
section.how-it-work .front-title { padding-bottom: 20px;}
section.how-it-work .front-title h2 { letter-spacing: 7px;}

section.featured-pods { padding: 40px 0;}
section.featured-pods .front-title, section.certificates .front-title { padding-bottom: 20px;}
.add-to-cart-btn .btn-curve { padding: 10px 20px;}
.add-to-cart-btn .btn-curve span i { position: relative; top: -3px;}

section.info-block { background: #000; padding: 30px 0; position: relative; overflow: hidden;}
section.info-block::before { background: url(../images/giphy.gif) repeat; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.020}
section.info-block .dfp-info-box { text-align: center; margin: 15px 0;}
section.info-block .dfp-info-box h2 { margin-top: 15px; letter-spacing: 1px; color: #fff;}
section.info-block .dfp-info-box p { color: #fff}

section.certificates { padding: 20px 0;}
section.certificates .front-title h2 { letter-spacing: 4px;}
section.certificates .cert-img { text-align: center; margin-bottom: 15px;}

.inner-page { min-height: 700px; 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: #f5bf03;}

.printing-bg { background-attachment: fixed; background-repeat: no-repeat; background-position: center center; background-size: cover; padding: 150px 0; position: relative;}
.printing-bg::before { position: absolute; background: rgba(0,0,0,0.8); content: ''; width: 100%; height: 100%; left: 0; top: 0;}
.printing-bg .print-text { text-align: center;}
.printing-bg .print-text h2 { font-size: 28px; color: #f5bf03; font-weight: 900; letter-spacing: 2px;}
.printing-bg .print-text p { line-height: 30px; color: #e8e8e8; font-size: 15px;}

h2.Total { text-align: right; font-size: 20px; font-weight: 900;}
h2.Total span { color: #f5bf03;}
.basket-btn { text-align: right;}

.SubmitText { text-align: center; color: #060; font-size: 22px; padding: 8rem 0 8rem; }

.mp-block { padding: 20px;}
.mp-block .page-title h1 { font-size: 22px; margin: 5px 0;}
.mp-block p { font-size: 15px; line-height: 30px; color: #333}


footer { background: url(../images/footer_bg.jpg) no-repeat center center; position: relative; border-top: 4px solid #f5bf03;}
section.footer-btm h2 { color: #f5bf03; font-weight: 700; font-size: 20px; margin: 0 0 30px;}

.newsletter p { color: #fff; font-size: 15px;}
.newsletter input { background: #fff; color: #000; height: 44px; margin-bottom: 10px;}
.newsletter .ind_btn { float: right;}

section.footer-btm ul.f-links { margin: 0; padding: 0}
section.footer-btm ul.f-links li { list-style: none; margin: 0 0 10px 0; padding: 0;}
section.footer-btm ul.f-links li a { color: #fff; font-size: 14px; 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: #f5bf03;}

section.footer-btm .shipment { margin-top: 30px;}

section.copyrights { padding: 30px 0; text-align: center;}
section.copyrights .row { border-top: 1px solid #333; padding-top: 30px;}
section.copyrights p { color: #fff; 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; text-transform: uppercase;}
