@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
@import 'font-awesome.css';

/* Clear CSS */
.clearfix { }
.clear { clear:both;}
.clearfix:after{ content: "."; display:block; height:0; font-size:0; clear:both; visibility:hidden;}

.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;}

.flex-fill { flex: 1 1 auto !important;}
.d-flex { display: flex !important;}

.padding-0 { padding-left: 0; padding-right: 0;}

/*-----------------------------Common CSS END-----------------------------*/

body { background:#fff; font-size:14px; font-family: 'Lato', sans-serif; font-weight:400; color:#222; word-wrap:break-word; margin:0px; padding:0px; width:100%; height:100%; overflow-x: hidden;}

header { position: absolute; top: 0; left: 0; right: 0; width: 100%; z-index: 999;}

#top-header {border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
.header-pages ul { margin: 0; padding: 0; }
.header-pages ul li{ list-style: none; display: inline-block; margin-right: 25px; }
.header-pages ul li a { display: block; color: #fff; font-size: 12px; text-transform: uppercase;  padding: 11px 0; transition: all 0.5s ease; }
.header-pages ul li a:hover {  opacity: 0.4; text-decoration: none}
.header-icons{ text-align: right;}
.header-icons ul {  margin: 0; padding: 0; }
.header-icons ul li { list-style: none; display: inline-block;  border-right: 1px solid rgba(255, 255, 255, 0.2); }
.header-icons ul li a { display: block; color: #fff; padding: 10px 10px; font-size: 13px; transition: all 0.5s ease; }
.header-icons ul li a:hover { opacity: 0.4; }

section.main-cats { position: relative; top: -70px;}
.cat-block { overflow: hidden; position: relative;}
.cat-block::before { position: absolute; top: 0; left: 50%; width: 120%; height: 100px; background: rgba(255, 255, 255, 0.3); content: ''; transition: transform 0.9s; z-index: 1; transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -150%, 0); backface-visibility: hidden; }
.cat-block:hover::before { transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 400%, 0);}
.cat-block a { display: block; overflow: hidden;}
.cat-block a img { transition: all 0.9s; backface-visibility: hidden;}
.cat-block:hover a img { transform: scale(1.15);}
.cat-block a .cat-name { position: absolute; top: 50%; left: 0; right: 0; text-align: center; text-transform: uppercase; color: #fff; padding: 0 22px; transform: translateY(-50%);}
.cat-block a .cat-name h3 { font-weight: 900; font-size: 24px;}

section.featured { background: #f4f4f4; padding: 40px 0 10px; margin: 40px 0;}
.feature-title { text-align: center; margin-bottom: 30px;}
.feature-title h2 { margin: 0 0 10px; padding: 0; font-weight: 900; text-transform: uppercase;}
.feature-title p { color: #666667; font-size: 17px; margin: 0; padding: 0; font-weight: 300;}

.product-block { background: #fff; text-align: center; padding: 8px; border: 1px solid #ccc; position: relative; margin-bottom: 30px;}
.product-block:hover { border-color: #101415;}
.product-block .prd-img { margin-bottom: 10px; overflow: hidden; position: relative;}
.product-block .prd-img .img01 { opacity: 1; 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;}
.product-block .prd-img .img02 { opacity: 0; transform: rotateY(-90deg); position: absolute; top: 0;left: 0; 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;}
.product-block .prd-img:hover .img02{ opacity: 1; transform: rotateY(0);}
.product-block .prd-buttons { position: absolute; top: 110px; left: 56%; perspective: 200px; margin-left: -56px; display: flex; vertical-align: top;}
.product-block .prd-buttons a { right: -50px; bottom: -50px; position: relative; transition: .5s ease-in-out; opacity: 0}
.product-block .prd-buttons button { top: -50px; left: -50px; position: relative; transition: .5s ease-in-out; opacity: 0}
.product-block .prd-buttons a i, .product-block .prd-buttons button i { background: #ffd200; width: 36px; line-height: 36px; font-size: 16px; text-align: center; color: #101415; display: block; margin: 0 5px; height: 36px; border: none; border-radius: 3px; transition: .5s ease-in-out;}
.product-block .prd-buttons a:hover i, .product-block .prd-buttons button:hover i { background: #101415; color: #fff;}
.product-block .prd-buttons button { background: none; border: none; padding: 0;}
.product-block:hover .prd-buttons a { bottom: 0; right: 0; opacity: 1}
.product-block:hover .prd-buttons button { left: 0; top: 0; opacity: 1}
.product-block .prd-details h3 { font-size: 14px; font-weight: 400; margin-top: 0; color: #101415;}
.product-block .prd-details h4 { font-weight: 300; font-size: 14px; color: #575e60;}


.breadcrumb-bottom-area { background: #101415; position: relative; overflow: hidden; padding: 18px 0; margin-bottom: 20px;}
.breadcrumb-bottom-area .left ul{ margin: 0; padding: 0;}
.breadcrumb-bottom-area .left ul li{ display: inline-block; margin-right: 6px; line-height: 20px; font-size: 14px; font-weight: 400; font-family: 'Poppins', sans-serif;}
.breadcrumb-bottom-area .left ul li:last-child{ margin-right: 0;}
.breadcrumb-bottom-area .left ul li a { color: #fff; text-transform: capitalize; font-family: 'Poppins', sans-serif; transition: all 500ms ease;}
.breadcrumb-bottom-area .left ul li.active{ color: #ccc;    }
.breadcrumb-bottom-area .left ul li i{ font-size: 16px; color: #fff;}
.breadcrumb-bottom-area .left ul li a:hover{ color: #ffd200; text-decoration: none;}

.page-txt { font-weight:400; line-height:24px; margin-bottom:3rem; min-height:450px;}
.page-txt a { color: #222;}
.page-txt a:hover { color:#ffd200;}

.contact-form { margin-bottom: 20px;}
.contact-form h4 { margin-bottom:0.3em; letter-spacing:0.08em; line-height:1em; color:#000; text-transform:uppercase; font-weight:400; font-size:20px; text-align:center;}
.contact-form p { font-size:16px; line-height:23px; text-align:center; margin-bottom:22px; font-weight:400; color:#888;}

.form-group label { display:none;}
.form-group { position:relative;}
fieldset .required:after { color:#d73105; content:"*"; font-size:12px; left:-16px; margin:0 0 0 5px; position:absolute; top:8px; font-weight:400;}
.form-group .input-text { background:#f7f7f7; display:block; border:1px solid #ccc; color:#000; font-weight:400; line-height:2.3rem; padding:1.44rem 1rem; width:100%; font-size:14px; box-shadow:none; vertical-align:baseline; outline:none; font-family: "Ubuntu", sans-serif; border-radius: 5px;}
.form-group .input-text:hover, .form-group .input-text:focus { border-color:#ffd200;}
.submit-btn { text-align:right;}
.submit-btn button { background:#ffd200; color:#101415; text-transform:uppercase; font-size:14px; overflow:hidden; position:relative; display:inline-block; margin:0 0.25rem; padding:12px 30px; border-radius: 5px; border: none; font-weight: 600;}
.submit-btn button:hover { background: #101415; color: #fff;}
.map { margin-bottom: 20px;}

main.inner-page { min-height: 450px;}

.pagination { text-align:center; width:100%;}
.pagination a { background:#ffd200; border-radius:3px; padding:4px 10px; font-size:12px; font-weight:600; color:#fff; display:inline-block; text-transform:uppercase; margin:0;}
.pagination a:hover, .pagination a.paging_act{ background:#101415;}

.prod-details h1 { text-align:center; font-weight:700; font-size:24px; color: #101415; text-transform:uppercase; }
.prod-details h3 { font-weight:600; font-size:18px; color:#ffd200;}
.prod-details .description { min-height:150px; font-weight:400; font-size:13px; color:#999;}
.prod-details .description span { text-transform:uppercase; color:#101415; font-size:16px;}
.prod-details .prd-opt { margin-bottom:20px;}
.prod-details .prd-opt label { width:20%; text-align:left; font-weight:600; font-size:12px; text-transform:uppercase; line-height:34px; margin:0; color: #101415;}
.prod-details .prd-opt .form-control { width:30%; font-weight:400;}
.prod-details .prd-opt .form-control:focus { border-color: #ffd200; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(255, 160, 0, .6)}


.CartInfo {  min-height:400px; margin:0; padding:0;}
.CartInfo table { border-collapse:collapse; border-left:1px solid #ccc; border-right:1px solid #ddd; border-top:1px solid #ddd; margin-bottom:15px; width:100%; max-width:100%; background-color:#fff; border-spacing:0;}
.CartInfo thead td { background-color:#101415; border-bottom:1px solid #ddd; color:#fff; font-weight:600; outline:none;}
.CartInfo td { padding:7px; }
.CartInfo thead .image, .CartInfo thead .action { text-align:center;}
.CartInfo thead .productd, .CartInfo thead .quantity { text-align:left;}
.CartInfo tbody .image, .CartInfo tbody .action { text-align:center;}
.CartInfo tbody .action i { font-size:16px; color:#F00}
.CartInfo tbody td { border-bottom:1px solid #ddd; vertical-align:middle;}
.CartInfo tbody td input[type="text"] { background:#f2f2f2; width:50%; text-align:center; border-radius: 5px;}
.CartInfo tbody .productd h4 { font-weight:600; margin-bottom:10px; font-size:14px; text-transform:uppercase;}
.CartInfo tbody .productd h5 { font-size:12px; color:#888; margin-bottom:5px; font-weight:400;}
.CartInfo tbody .form-control { border-radius:0;}
.CartInfo tbody .productd p { color:#888; font-weight:400;}
.CartInfo tbody .form-control:focus { border-color:#ffd200;}
.CartInfo tbody .btn-success { background:#ffd200; border:none; font-size:14px; overflow:hidden; width:50%; margin-top:4px; padding:8px 12px; border-radius: 5px; color: #101415;}
.CartInfo tbody .btn-success:hover { background:#101415; color: #fff;}
h2.Total { text-align:right; font-size:20px; font-weight:700; text-transform:uppercase;}
h2.Total span { color:#ffd200}
.basket-btn { text-align:right;}
.basket-btn a { background:#ffd200; border:none; font-size:14px; color:#101415; display:inline-block; margin:0 0.25rem; padding:10px 20px; text-transform:uppercase; border-radius: 5px;}
.basket-btn a:hover { background:#101415; color: #fff; text-decoration:none;}

.SubmitText { text-align:center; color:#060; font-size:22px; font-weight:700; padding:5rem 0 8rem;}

.NoProd { text-align:center; color:#ccc; font-size:22px; padding:5rem 0 8rem;}

.EmptyCart { text-align:center; font-weight:600; font-size:22px; color:#282828; padding-top:100px;}
.EmptyCart a { color:#ffd200;}
.EmptyCart a:hover { color:#101415;}












.cd-top { display:inline-block; height:48px; width:48px; text-align:center; font-size:24px; color:#101415 !important; background:#f2f2f2; line-height:40px; position:fixed; bottom:30px; right:30px; overflow:hidden; visibility:hidden; white-space:nowrap; opacity:0; transition: all 0.5s ease-in-out 0s; z-index:9999; border-radius: 0;}
.cd-top:hover { background:#ffd200; color: #fff !important;}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { transition: all 0.5s ease-in-out 0s;}
.cd-top.cd-is-visible { visibility:visible; opacity:1; }
.cd-top.cd-fade-out { opacity:0.5; }
.no-touch .cd-top:hover { background:#ffd200; opacity:1; color:#fff; }

footer { background: #262626; width: 100%; padding: 40px 0; overflow: hidden; margin-top: 40px;}
footer h2 { border-bottom: 1px solid #383838; text-transform: uppercase; font-size: 18px; color: #fff; margin: 0 0 20px; padding: 0 0 15px; font-weight: 700;}
footer ul.contact { margin: 0; padding: 0}
footer ul.contact li { list-style: none; padding: 15px 0; color: #bbb;}
footer ul.contact li:not(:last-child) { border-bottom: 1px solid #383838;}
footer ul.contact li .icon { color: #ffd200; font-size: 20px; flex: 0 0 30px}
footer ul.contact li a { color: #bbb; 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;}
footer ul.contact li a:hover, footer ul.f-links li a:hover { color: #ffd200; }
footer ul.f-links { margin: 0; padding: 0;}
footer ul.f-links li { list-style: none; margin-bottom: 7px;}
footer ul.f-links li a { color: #fff; font-size: 13px; 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;}
footer ul.f-links li a:hover { padding-left: 5px;}
footer .news { margin-bottom: 15px; color: #fff;}
footer .news h4 { font-size: 14px; font-family: 'caviar_dreamsbold'; margin: 0; padding: 0; color: #ffd200; }
section.copy-rights { background: #101415; padding: 15px 0;}
section.copy-rights p { text-align: center; color: #bbb; margin: 0; padding: 0; font-size: 13px; line-height: 26px;}
section.copy-rights p a { color: #ffd200;}
section.copy-rights p a:hover { text-decoration: underline;}
