@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@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;}

@font-face {
    font-family: 'caviar_dreamsregular';
    src: url('../fonts/CaviarDreams-webfont.eot');
    src: url('../fonts/CaviarDreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/CaviarDreams-webfont.woff2') format('woff2'),
         url('../fonts/CaviarDreams-webfont.woff') format('woff'),
         url('../fonts/CaviarDreams-webfont.ttf') format('truetype'),
         url('../fonts/CaviarDreams-webfont.svg#caviar_dreamsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'caviar_dreamsbold';
    src: url('../fonts/Caviar_Dreams_Bold-webfont.eot');
    src: url('../fonts/Caviar_Dreams_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Caviar_Dreams_Bold-webfont.woff2') format('woff2'),
         url('../fonts/Caviar_Dreams_Bold-webfont.woff') format('woff'),
         url('../fonts/Caviar_Dreams_Bold-webfont.ttf') format('truetype'),
         url('../fonts/Caviar_Dreams_Bold-webfont.svg#caviar_dreamsbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-----------------------------Common CSS END-----------------------------*/

body { background:#fff; font-size:13px; font-family: 'Roboto Condensed', sans-serif; font-weight:400; color:#444; word-wrap:break-word; margin:0px; padding:0px; width:100%; height:100%;}

header { position: absolute; top: 0; left: 0; width: 100%; z-index: 999;}

.welcome { background: #fff; height: 34px; position: relative; line-height: 34px; padding: 0 15px; letter-spacing: 1px;}
.welcome:before { background:#fff; transform:skew(18deg, 0deg); -moz-transform:skew(18deg, 0deg); -webkit-transform:skew(18deg, 0deg); -ms-transform:skew(18deg, 0deg); -o-transform:skew(18deg, 0deg); content:''; right:-7px; top:0; display:block; z-index:11; position:absolute; display:inline-block; width:14px; height:calc(100% + 0px);}

.social { background: #fff; height: 34px; position: relative;}
.social:after { background:#fff; transform:skew(-18deg, 0deg); -moz-transform:skew(-18deg, 0deg); -webkit-transform:skew(-18deg, 0deg); -ms-transform:skew(-18deg, 0deg); -o-transform:skew(-18deg, 0deg); content:''; left:-7px; top:0; display:block; z-index:11; position:absolute; display:inline-block; width:14px; height:calc(100% + 0px);}
.social ul { margin: 0; padding: 0 8px 0 0; text-align: right;}
.social ul li { list-style: none; display: inline-block; margin: 4px 3px;}
.social ul li a i { background: #fab702; width: 26px; line-height: 26px; text-align: center; color: #fff; border-radius: 3px; 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;}
.social ul li a:hover i { background: #06083b;}


.header-bg { background: #fab702;}

.navbar-default { border:none; margin:15px 0; background:none; border-radius:0;}
.navbar-default .navbar-nav > li > a { margin:0; text-transform:uppercase; color:#222; font-weight:700; line-height:40px; 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; padding:0 22px; font-size:14px; border-radius:0px; letter-spacing: 1px;}
.navbar-default .navbar-nav > li:hover > a { color:#fff;}
.navbar-collapse { padding-bottom: 20px; }

header .searchbox-header { margin:0; float:right; position:relative; min-width:36px; min-height:36px; background:#06083b; text-align:center; border-radius: 3px; display: none;}
header .searchbox-header.active #btn-search:before { content: '\f00d'; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal; font-synthesis: weight style; font-stretch: normal; font-size-adjust: none; font-language-override: normal; font-kerning: auto; font-feature-settings: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; font-size: 14px;}
header .searchbox-header.active .search-wrapper { opacity: 1; visibility: visible;}
header #btn-search { width: 36px; height: 36px; color: #fff; text-align: center; line-height: 36px;}
header #btn-search:before { content: '\f002'; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal; font-synthesis: weight style; font-stretch: normal; font-size-adjust: none; font-language-override: normal; font-kerning: auto; font-feature-settings: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; font-size: 14px;}
header .search-wrapper { position: absolute; right: 36px; top: 0; opacity: 0; visibility: hidden; transition: 0.5s; -moz-transition: 0.5s; -webkit-transition: 0.5s; z-index:999;}
header .search-wrapper .block-content { position: relative;}
header .search-wrapper .block-content .search-autocomplete { top: 100% !important; margin-top: 0 !important;}
header .search-wrapper .block-content .nested { display: none;}
header .search-wrapper .block-content .field.search .control { position: relative;}
header .search-wrapper .block-content .field.search .input-text { background-color: #fff; border: none; width: 225px; height: 36px; font-size: 11px; padding: 0 5px; box-shadow:none; border-radius: 3px;}
header .search-wrapper .block-content .actions .btn-search-header { background: none; opacity: 1; height: 36px; width: 36px; text-align: center; line-height: 39px; padding: 0 !important; position: absolute; right: 0; top: 0; border: none;}
header .search-wrapper .block-content .actions .btn-search-header:before { content: '\f002'; display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; font-variant: normal; font-synthesis: weight style; font-stretch: normal; font-size-adjust: none; font-language-override: normal; font-kerning: auto; font-feature-settings: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-align: center; font-size: 14px; color: #666;}
header .search-wrapper .block-content .actions .btn-search-header span { display: none;}

.top-email { background: #fff; height: 34px; position: relative; line-height: 34px; padding: 0 15px}
.top-email:before { background:#fff; transform:skew(-18deg, 0deg); -moz-transform:skew(-18deg, 0deg); -webkit-transform:skew(-18deg, 0deg); -ms-transform:skew(-18deg, 0deg); -o-transform:skew(-18deg, 0deg); content:''; right:-8px; top:0; display:block; z-index:11; position:absolute; display:inline-block; width:14px; height:calc(100% + 0px);}
.top-email i { font-size: 14px; color: #fab702; padding-right: 5px;}
.top-email a { color: #111; font-weight: 400; letter-spacing: 1px;}
.top-email a:hover { text-decoration: underline;}

.desk-search { background: #fff; height: 34px; position: relative; padding: 0 15px}
.desk-search:after { background:#fff; transform:skew(18deg, 0deg); -moz-transform:skew(18deg, 0deg); -webkit-transform:skew(18deg, 0deg); -ms-transform:skew(18deg, 0deg); -o-transform:skew(18deg, 0deg); content:''; left:-7px; top:0; display:block; z-index:11; position:absolute; display:inline-block; width:14px; height:calc(100% + 0px);}
.desk-search button { background: none; border: none; color: #06083b; font-size: 14px; height: 34px; width: 30px; text-align: center; float: left;}
.desk-search input { background: none; height: 34px; float: left; width: 80%; font-size: 12px; color: #333; box-shadow: none; border: none;}
.desk-search input:focus { box-shadow: none;}

section.welcome-note { padding: 30px 0; overflow: hidden}
section.welcome-note h2 { color: #fab702; font-family: 'caviar_dreamsbold'; position: relative; display: inline-block;}
section.welcome-note h2:after { background: #06083b; height: 2px; width: 100px; position: absolute; top: 50%; left: 101%; content: '';}
section.welcome-note p { font-family: 'caviar_dreamsregular'; font-size: 15px; line-height: 26px;}
section.welcome-note a { border: 2px solid #fab702; font-family: 'caviar_dreamsregular'; font-size: 15px; width: 150px; line-height: 50px; display: inline-block; border-radius: 50px; text-align: center; position: relative; z-index: 11;}
section.welcome-note a:before { content: ''; position: absolute; left: 0; top:0; height: 100%; width: 50%; background: #fab702; transition: all 0.3s linear; opacity: 0; z-index: -1; border-radius: 50px;}
section.welcome-note a:hover:before { opacity: 1; width: 100%;}

section.main-cats h2 { color: #111; font-family: 'caviar_dreamsregular'; position: relative; display: inline-block; font-size: 24px; margin-bottom: 20px;}
section.main-cats h2:after { background: #fab702; height: 2px; width: 100px; position: absolute; top: 50%; left: 103%; content: '';}
section.main-cats .cat-box { padding: 0 10px;}
section.main-cats .cat-box a { display: block;}
section.main-cats .cat-box a:hover { opacity: 0.7;}

section.featured { padding-top: 30px;}
section.featured h2 { color: #111; font-family: 'caviar_dreamsregular'; position: relative; display: inline-block; font-size: 24px; margin-bottom: 20px; margin-top: 0;}
section.featured h2:after { background: #fab702; height: 2px; width: 100px; position: absolute; top: 50%; left: 103%; content: '';}
section.featured h5 { font-family: 'caviar_dreamsregular';}

.product-block { background: #fff; text-align: center; padding: 8px; position: relative; border: 1px solid #ccc; margin-bottom: 20px;}
.product-block:hover { border-color: #fab702;}
.product-block .prd-img { margin-bottom: 10px; overflow: hidden;}
.product-block .prd-buttons { position: absolute; top: 110px; left: 50%; 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: #fab702; width: 46px; line-height: 46px; font-size: 18px; text-align: center; color: #fff; display: block; margin: 0 5px; height: 46px; border: none; border-radius: 0; transition: .5s ease-in-out; border-radius: 3px;}
.product-block .prd-buttons a:hover i, .product-block .prd-buttons button:hover i { background: #06083b;}
.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-family: 'caviar_dreamsregular';}
.product-block .prd-art .artno { float: left; font-size: 12px; font-weight: 700; line-height: 40px; color: #06083b;}
.product-block .prd-art button { float: right; height: 40px; background: none; border: none; font-size: 18px; color: #fab702; }
.product-block .prd-art button:hover { color: #06083b;}

section.page-title { margin-top:20px;}
section.page-title h3 { text-transform:uppercase; font-family: 'caviar_dreamsbold'; color:#06083b}

.white-bg { min-height:300px;}

.page-txt { font-family: 'caviar_dreamsregular'; font-size: 15px; line-height:24px; margin-bottom:3rem;}
.page-txt a:hover { color:#06083b;}

.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:#fff; display:block; border:1px solid #ccc; color:#000; line-height:2.3rem; padding:1.44rem 1rem; width:100%; font-size:15px; box-shadow:none; vertical-align:baseline; outline:none; font-family: 'caviar_dreamsregular'; border-radius: 10px; }
.form-group .input-text:hover, .form-group .input-text:focus { border-color:#06083b;}
.submit-btn { text-align:right;}
.submit-btn button { background: #fff; border: 2px solid #fab702; font-family: 'caviar_dreamsregular'; font-size: 15px; width: 150px; line-height: 50px; display: inline-block; border-radius: 50px; text-align: center; position: relative; z-index: 11;}
.submit-btn button:before { content: ''; position: absolute; left: 0; top:0; height: 100%; width: 50%; background: #fab702; transition: all 0.3s linear; opacity: 0; z-index: -1; border-radius: 50px;}
.submit-btn button:hover:before { opacity: 1; width: 100%;}

.LefMenu li.MainLeftCats { list-style:none; margin-bottom:3px; transition: all 0.3s ease-in-out 0s; position:relative;}
.LefMenu li.MainLeftCats a { background:#fab702; height:46px; line-height:46px; display:block; color:#fff; font-family: 'caviar_dreamsbold'; font-size:16px; text-decoration:none; text-transform:uppercase; padding:0px 15px; text-align:left; border-radius:15px;}
.LefMenu li.MainLeftCats a i { color:#fff;}
.LefMenu li.MainLeftCats a:hover, .LefMenu li.MainLeftCats a.active { background:#06083b; color:#fff}
.submenu ul { padding:0 1em 1em; margin:0px;}
.submenu ul li { list-style:none;}
.submenu ul li a { color:#06083b; font-size:12px; line-height:30px; text-decoration:none; display:block; padding:0px; margin-bottom:2px; border-bottom:1px solid #ccc; font-family: 'caviar_dreamsregular';}
.submenu ul li:last-child a { border:none;}
.submenu ul li a:hover, .submenu ul li a.active { color:#fab702; padding-left:5px;}
.submenu ul li a span { margin-right:3px; display:inline-block;}

.pagination { text-align:center; width:100%;}
.pagination a { background:#fab702; border-radius:3px; padding:3px 9px; font-size:12px; font-weight:400; color:#fff; display:inline-block; text-transform:uppercase; margin:0;}
.pagination a:hover, .pagination a.paging_act{ background:#06083b;}

.prod-details h1 { text-align:left; font-weight:700; color: #06083b; font-size:24px; text-transform:uppercase; }
.prod-details h3 { font-weight:400; font-size:18px; color:#fab702;}
.prod-details .description { min-height:100px; font-family: 'caviar_dreamsregular'; font-size:14px; color:#666;}
.prod-details .description span { text-transform:uppercase; color:#06083b; font-size:16px; font-family: 'caviar_dreamsbold'; }
.prod-details .prd-opt { margin-bottom:20px;}
.prod-details .prd-opt label { width:20%; text-align:left; font-family: 'caviar_dreamsregular'; font-size:14px; line-height:34px; margin:0; color: #06083b;}
.prod-details .prd-opt .form-control { width:30%; font-weight:400;}
.like-box { margin-top:3rem;}

.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:#06083b; border-bottom:1px solid #ddd; color:#fff; font-weight:400; 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: 10px;}
.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:#06083b;}
.CartInfo tbody .btn-success { background:#fff; border: 2px solid #fab702; font-family: 'caviar_dreamsregular'; font-size: 15px; overflow:hidden; text-transform:uppercase;  width:50%; margin-top:4px; padding:8px 12px; border-radius:10px; text-align: center; position: relative; z-index: 11; color: #111;}
.CartInfo tbody .btn-success:before { content: ''; position: absolute; left: 0; top:0; height: 100%; width: 50%; background: #fab702; transition: all 0.3s linear; opacity: 0; z-index: -1; border-radius: 7px;}
.CartInfo tbody .btn-success:hover:before { opacity: 1; width: 100%;}
h2.Total { text-align:right; font-size:20px; font-weight:700; text-transform:uppercase;}
h2.Total span { color:#888}

.basket-btn { text-align:right;}
.basket-btn a { background: #fff; border: 2px solid #fab702; font-family: 'caviar_dreamsregular'; font-size: 15px; width: 150px; line-height: 50px; display: inline-block; border-radius: 50px; text-align: center; position: relative; z-index: 11;}
.basket-btn a:before { content: ''; position: absolute; left: 0; top:0; height: 100%; width: 50%; background: #fab702; transition: all 0.3s linear; opacity: 0; z-index: -1; border-radius: 50px;}
.basket-btn a:hover:before { opacity: 1; width: 100%;}

.SubmitText { text-align:center; text-transform:uppercase; 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:700; font-size:22px; color:#282828; padding-top:100px;}
.EmptyCart a { color:#fab702;}
.EmptyCart a:hover { color:#06083b;}


.cd-top { display:inline-block; height:40px; width:40px; text-align:center; font-size:16px; color:#fff !important; background:#fab702; line-height:34px; 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:50px;}
.cd-top:hover { background:#06083b;}
.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:#06083b; opacity:1; color:#fff; }

footer { background: #15233e; border-top: 6px solid #fab702; margin-top: 30px; color: #fff; padding-bottom: 30px;}
footer h3 { font-size: 14px; font-family: 'caviar_dreamsbold'; text-transform: uppercase; padding: 30px 0 20px; margin: 0;}
.f-contact p { margin: 0 0 20px; font-family: 'caviar_dreamsregular'; font-size: 11px;}
.f-contact p i { padding-right: 5px; font-size: 14px; color: #fab702;}
.f-contact p a { color: #fff;}
.f-contact p a:hover, .f-links ul li a:hover {  color: #fab702;}
.f-links ul { margin: 0; padding: 0;}
.f-links ul li { list-style: none; margin-bottom: 10px; font-family: 'caviar_dreamsregular'; font-size: 11px;}
.f-links ul li a { color: #fff;}
.news { margin-bottom: 10px; font-family: 'caviar_dreamsregular'; font-size: 11px;}
.news h4 { font-size: 14px; font-family: 'caviar_dreamsbold'; color: #fab702;}

.signup { background: #121e38; text-align: center; padding: 0 30px;}
.signup input { background: #fff; border: none; box-shadow: none; width: 100%; margin-bottom: 10px; height: 30px; color: #333; padding: 0 10px; font-family: 'caviar_dreamsregular'; border-radius: 5px;}
.signup button {}
.signup button { border: 2px solid #fab702; font-family: 'caviar_dreamsbold'; font-size: 15px; width: 100%; height: 36px; display: inline-block; border-radius: 5px; text-align: center; position: relative; z-index: 11; background: none;}
.signup button:before { content: ''; position: absolute; left: 0; top:0; height: 100%; width: 50%; background: #fab702; transition: all 0.3s linear; opacity: 0; z-index: -1; border-radius: 2px;}
.signup button:hover:before { opacity: 1; width: 100%;}

.f-social { padding: 20px 0;}
.f-social ul { margin: 0; padding: 0;}
.f-social ul li { list-style: none; display: inline-block; margin: 0 5px;}
.f-social ul li a { color: #fff; font-size: 16px;}
.f-social ul li a:hover { color: #fab702;}

section.copy-right { background: #121e38; text-align: center; padding: 30px 0; color: #fff; font-family: 'caviar_dreamsregular';}
section.copy-right a { color: #fab702; font-family: 'caviar_dreamsbold';}
section.copy-right a:hover { text-decoration: underline;}