.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 { background: transparent; padding: 15px 32px; color: #fff; border: 3px solid #fff; text-align: center; overflow: hidden; display: inline-block; cursor: pointer; position: relative; font-size: 14px; text-transform: uppercase; font-weight: 700; z-index: 1;}
.ind_btn::after { background: #fff; content: ''; width: 100%; height: 100%; position: absolute; top: 0; right: -100%; z-index: -1; transition: all .4s ease;}
.ind_btn:hover { color: #000;}
.ind_btn:hover::after { right: 0; content: "";}

.ind_btn_dark { background: transparent; padding: 13px 32px; color: #000; border: 3px solid #eac92e; text-align: center; overflow: hidden; display: inline-block; cursor: pointer; position: relative; font-size: 14px; text-transform: uppercase; font-weight: 600; z-index: 1;}
.ind_btn_dark::after { background: #eac92e; content: ''; width: 100%; height: 100%; position: absolute; top: 0; right: -100%; z-index: -1; transition: all .4s ease;}
.ind_btn_dark:hover { color: #000;}
.ind_btn_dark:hover::after { right: 0; content: "";}

.title-bar { text-align: center; text-transform: uppercase;}
.title-bar h2 { margin: 0 0 30px; padding: 0 0 6px; position: relative; font-weight: 600; font-size: 32px; color: #111;}

section.front-cats { padding: 40px 0 0; position: relative; overflow: hidden;}
.cat-block { position:relative; overflow:hidden; margin:15px 0; 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 #eac92e;  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:20px; color:#eac92e; text-transform:uppercase; letter-spacing:1px; font-weight: 600;}
.cat-block:hover .cat-hover { background:rgba(17,17,17,0.8); transform:scale(1); opacity:1;}

section.about-block { position: relative; overflow: hidden; padding: 40px 0; }
.about-text { padding: 20px; text-align: left;}
.about-text h3 { font-size: 16px; margin: 0; padding: 0; color: #111; text-transform: uppercase; font-weight: 400; letter-spacing: 1px;}
.about-text h2 { margin-bottom: 20px; text-transform: uppercase; font-size: 32px; letter-spacing: 2px; font-weight: 700; color: #eac92e}
.about-text div { color: #111; font-size: 16px; line-height: 28px; margin-bottom: 30px;}

section.special-block { background-image: url(../images/bottom-img.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: fixed; padding: 100px 0; position: relative; color: #fff;}
section.special-block .sb-title h4 { font-size: 16px; margin: 0; padding: 0; color: #eac92e; text-transform: uppercase; font-weight: 400; letter-spacing: 1px;}
section.special-block .sb-title h2 { margin-bottom: 20px; text-transform: uppercase; font-size: 36px; letter-spacing: 1px; font-weight: 700; color: #fff}
section.special-block p { font-size: 20px; text-transform: uppercase;}
section.special-block ul { margin: 0; padding-left: 1.9em;}
section.special-block ul li { position: relative; list-style: none; margin-top: 30px; font-size: 19px;}
section.special-block ul li::before { position: absolute; top: 0; left: -1.55em; content: "\e954"; font-family: annimex-icons; color: #eac92e}

section.quality { background: #eac92e; padding: 10px 0;}
section.quality .q-box { text-align: center; margin: 15px 0;}
section.quality .q-box h2 { margin: 10px 0 0;}

section.featured-prods { padding: 40px 0 30px;}
.pro-block { border: 1px solid #ccc; padding: 15px 0; margin-bottom: 30px;}
.pro-block:hover { border-color: #eac92e}
.pro-block .product-image { margin-bottom: 8px;}

section.certificates { background: #f7f7f7; padding: 40px 0 20px;}
.certf-block { margin-bottom: 20px;}

section.signup-area { background-image: url(../images/signup-bg.jpg); background-repeat: no-repeat; background-position: center; background-size: cover; display: flex; justify-content: flex-end; padding: 60px 40px;}
section.signup-area .signup-box { background: #fff; padding: 40px; color: #000;}
section.signup-area .signup-box h2 { color: #000; font-size: 24px; padding: 0 0 0 50px; position: relative;}
section.signup-area .signup-box h2::before { content: ""; background: #eac92e; width: 40px; height: 2px; position: absolute; left: 0; bottom: 45%;}
section.signup-area .signup-box p { font-size: 14px; letter-spacing: 1px;}
section.signup-area .signup-box button { float: right; margin-top: 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: #eac92e;}
.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: #514922;}

.product-details { padding: 0 30px; min-height: 70px;}


















footer { background: #111; padding: 20px 0 0; position: relative;}
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: #fff; font-size: 16px; font-weight: 300;}
section.footer-btm ul.f-links li a:hover, section.copyrights p a:hover { color: #eac92e;}
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: #eac92e; 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: #fff; font-size: 16px; font-weight: 300;}
section.footer-btm .f-contact ul li a { color: #fff; font-size: 16px; font-weight: 300;}
section.footer-btm .f-contact ul li a:hover { color: #eac92e;}
section.footer-btm .footerSocial {}
section.footer-btm .footerSocial a { width: 36px; height: 36px; display: inline-block; color: #111; background: #fff; border-radius: 3px; margin-right: 4px; text-align: center; line-height: 40px; font-size: 18px;}
section.footer-btm .footerSocial a:hover { background: #eac92e; transform: rotate(360deg);}

section.copyrights { padding: 30px 0; text-align: center;}
section.copyrights .row { border-top: 1px solid #555; padding-top: 30px;}
section.copyrights p { color: #bebebe; font-size: 14px; 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; }
