@import url('https://fonts.googleapis.com/css?family=Poppins:400,600');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:400,500,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;}

.ind_btn { background: #010066; color: #fff; font-size: 13px; font-weight: 600; line-height: 38px; padding: 0 20px; border-radius: 4px; display: inline-block; border: none; 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:hover { background: #ff0066; color: #fff;}

a { color: #010066;}
a:hover { color: #ff0066;}

/*-----------------------------Common CSS END-----------------------------*/

body { background:#fff; font-size:14px; font-family: 'Poppins', sans-serif; font-weight:400; color:#222; word-wrap:break-word; margin:0px; padding:0px; width:100%; height:100%; overflow-x: hidden;}

.header-4 { background: #fff; position: relative; border-top: 4px solid #010066;}

.nav-search, .nav-cart { float: left; margin-left: 8px;}
.nav-search-button i { background: #010066; color: #fff; width: 30px; line-height: 30px; text-align: center; border-radius: 3px; cursor: pointer;}
.nav-search-button:hover i { background: #ff0066;}
.nav-cart-button a { position: relative;}
.nav-cart-button a i { background: #010066; color: #fff; width: 30px; line-height: 30px; text-align: center; border-radius: 3px; cursor: pointer;}
.nav-cart-button a:hover i { background: #ff0066;}
.nav-cart-button a span { position: absolute; top: -1px; left: -16px; background: #ff0066; border-radius: 20px; width: 22px; height: 22px; line-height: 22px; text-align: center; color: #fff; font-size: 10px;}

.navigation-mobile-container { background: #fff; display: none; padding: 10px 0;}
.nav-mobile-container {  position: relative; }
.btn-mobile { display: inline-block; }
.btn-mobile .button-mobile { display: inline-block; overflow: hidden; font-size: 30px; text-align: center; cursor: pointer; color: #010066 !important; position: relative;}
.btn-mobile .button-mobile:hover { color: #ff0066 !important;}
.navigation-mobile { background: #fff; padding: 20px; box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1); }
.navigation-mobile > ul > li { border-bottom: 1px solid #ddd; position: relative;}
.navigation-mobile > ul > li:last-child { border-bottom: none;}
.navigation-mobile > ul > li > a { display: block; text-transform: uppercase; padding: 10px 0; color: #010066; text-decoration: none;}
.navigation-mobile > ul > li:hover > a, .navigation-mobile > ul > li ul li a:hover { color: #080808;}
.navigation-mobile > ul > li ul { display: none; padding-left: 10px;}
.navigation-mobile > ul > li ul li { position: relative;}
.navigation-mobile > ul > li ul li a { display: block; padding: 4px 0; color: #0d0d0c; text-decoration: none;}
.navigation-mobile .touch-button { display: inline-block; width: 20px; height: 20px; background-color: #080808; color: #0d0d0c; position: absolute; right: 0; top: 10px; line-height: 20px; text-align: center; cursor: pointer; z-index: 10025;}
.navigation-mobile .touch-button:before { content: '\f067'; 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: 10px; color: #fff;}
.navigation-mobile .touch-button.active:before { content: '\f068'; 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: 10px;}
.navigation-mobile .touch-button span { display: none;}
.collapse-type .navigation-mobile { display: none; position: absolute; z-index: 10020; top: 100%; width: 100%;}
.sidebar-type .navigation-mobile { position: fixed; top: 0; left: -250px; width: 250px; height: 100%; overflow-y: scroll; z-index: 10020; transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s;}
.navbar-active { overflow: hidden;}
.navbar-active .btn-mobile .button-mobile.active:before { content: ''; position: fixed; left: 0; top: 0; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.3); z-index: 10010;}
.navbar-active .sidebar-type .navigation-mobile { left: 0;}
.sidebar-image.static-image { display: table;}

section.about-block { background: #fff; position: relative; overflow: hidden;}
section.about-block::before { background: #010066; content: ""; height: 100%; width: 52%; left: -150px; top; 0; position: absolute; transform: skewX(-34deg)}
.about-text { padding: 60px; text-align: center;}
.about-text h2 { font-size: 24px; color: #010066; margin-bottom: 20px; text-align: center; text-transform: none; font-weight: 600;}
.about-text h2 span { font-family: 'Ubuntu', sans-serif; font-weight: 400; font-size: 16px; color: #ff0066;}
.about-text p {color: #343434; margin-bottom: 20px; text-align: justify; font-size: 15px; line-height: 27px;}

.cats-title { text-align: center; margin-bottom: 30px;}
.cats-title h2 { font-size: 24px; color: #010066; font-weight: 600; margin: 0 auto; line-height: 1.3;}
.cats-title p { font-family: 'Ubuntu', sans-serif; font-weight: 400; font-size: 14px; color: #ff0066;}

section.cats-bg { background: #f7f7f7; padding: 40px 0 10px;}
.cat-box { margin: 0 0 30px; position: relative;}
.cat-box::before, .cat-box::after { top: 0; left: 0; width: 100%; height: 100%; content: ""; pointer-events: none; position: absolute; background-color: rgba(255, 0, 102, 0.4); transform: scale(0); -webkit-transform: scale(0); transform-origin: top left; -webkit-transform-origin: top left;}
.cat-box::after { bottom: 0; right: 0; transform-origin: bottom right; -webkit-transform-origin: bottom right;}
.cat-box:hover::before, .cat-box:hover::after { transform: scale(1); -webkit-transform: scale(1); opacity: 0; transition-duration: 1.3s;}

section.why-choose .best-price { background: #010066;}
section.why-choose .best-quality { background: #02006e;}
section.why-choose .f-ship { background: #020075;}
section.why-choose .center-text { color: #fff; text-align: center; padding-top: 20px; padding-bottom: 20px;}
section.why-choose .center-text i { font-size: 28px; color: #ff0066;}
section.why-choose .center-text h3 {  font-size: 18px; margin: 5px 0}
section.why-choose .center-text p { font-family: 'Ubuntu'; margin: 0; font-size: 11px; padding: 0; font-weight: 400; color: #fff;}

section.featured { padding: 30px 0 10px;}
section.featured .fp-title { text-align: left;}
section.featured .fp-title h2 { margin: 0 0 15px; font-size: 26px; text-transform: uppercase; color: #010066; font-weight: 600;}

.product-block { position: relative; z-index: 1;}
.product-block .product-image { border: 1px solid #ccc; overflow: hidden; perspective: 1500px; position: relative; text-align: center;}
.product-block .product-image a { display: block;}
.product-block:hover .product-image { border-color: #010066;}
.product-block .product-btns { position: absolute; bottom: 15px; left: -30%; z-index: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:hover .product-btns { left: 15px}
.product-block .product-btns button { background: none; border: none; margin-top: 5px; padding: 0; cursor: pointer;}
.product-block .product-btns button i { background: #010066; color: #fff; width: 36px; height: 36px; line-height: 36px; text-align: center; color: #fff; font-size: 14px; border: none; border-radius: 50%;}
.product-block .product-btns button:hover i { background: #ff0066;}
.product-block .product-content { text-align: center; padding: 10px 0 20px;}
.product-block .product-content h3 { font-size: 14px; color: #ff0066; font-weight: 400;}
.product-block .product-content h4 { font-size: 12px; color: #333;}

section.signup-bg { background: #010066; width: 100%; padding: 40px 0; text-align: center;}
section.signup-bg h2 { font-size: 20px; font-weight: 600; color: #fff; margin: 0 0 15px; padding: 0;  text-align: center;}
section.signup-bg form { margin:0; padding: 0;}
section.signup-bg .newsletter input { height: 40px; background: none; border: none; border-bottom: 1px solid #1e1d7a; color: #fff; font-size: 13px; box-shadow: none; width: 74%; float: left; outline: none; margin: 0; padding: 0;}
section.signup-bg .newsletter button { background: #ff0066; height: 40px; text-align: center; width: 25%; font-size: 14px; text-transform: uppercase; color: #fff; font-weight: 400; float: right; border: none; border-radius: 3px;}
section.signup-bg .newsletter button:hover { background: #131270;}
section.signup-bg a { display: inline-block; margin: 5px 5px 0;}
section.signup-bg a i { background: #ff0066; line-height: 40px; width: 40px; text-align: center; border-radius: 3px; font-size: 14px; color: #fff;}
section.signup-bg a:hover i { background: #131270; transform: rotate(360deg);}

section.ps-types { background: #fff; padding: 40px 0;}
section.ps-types h2 { text-align: center; font-size: 22px; color: #010066; font-weight: 600; text-transform: uppercase; margin: 0 0 15px;}
section.ps-types img { margin: 0 auto; display: block;}

h2.section-title { font-size: 24px; color: #010066; font-weight: 600; margin: 0 auto 30px; line-height: 1.3;}

.inner-pages { padding: 30px 0; background: #fff; min-height: 450px;}
.page-text p { line-height:28px;}
.contact-map { margin-bottom: 20px;}

.mobile-left { display: none;}

.LefMenu li.MainLeftCats { list-style:none; margin-bottom:3px; transition: all 0.3s ease-in-out 0s; position:relative;}
.LefMenu li.MainLeftCats a { background:#010066; display:block; color:#fff; font-weight:600; font-size:14px; text-decoration:none; text-transform:uppercase; padding:14px 15px; text-align:left; border-radius:5px; 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;}
.LefMenu li.MainLeftCats a:hover, .LefMenu li.MainLeftCats a.active { background:#ff0066; color:#fff;}
.submenu ul { padding:0; margin:0px;}
.submenu ul li { list-style:none;}
.submenu ul li a { color:#151414; font-size:12px; line-height:24px; text-decoration:none; display:block; padding:0px; margin-bottom:2px; border-bottom:1px solid #ccc; font-family: 'Open Sans', serif; font-weight:400; 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;}
.submenu ul li:last-child a { border:none;}
.submenu ul li a:hover, .submenu ul li a.active { color:#010066; padding-left:5px;}
.submenu ul li a span { margin-right:3px; display:inline-block;}

.pagination ul { margin: 0; padding: 0; text-align: center; width: 100%;}
.pagination ul li { list-style: none; display: inline-block;}
.pagination ul li a { background: #010066; color: #fff; border-radius: 3px; display: inline-block; padding: 0 12px; line-height: 28px; font-weight: 600; 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;}
.pagination ul li a.p-active, .pagination ul li a:hover { background: #ff0066; color: #fff;}

.prod-details h1 { text-align:left; font-size:24px; font-weight: 600; margin: 0; color: #010066; }
.prod-details h3 { font-weight:500; font-size:16px; color:#151414; border-bottom: 1px solid #ccc; margin:5px 0 10px; padding: 0 0 5px; font-family: 'Ubuntu', sans-serif;}
.prod-details .description { min-height:100px; font-weight:400; font-size:12px; line-height: 22px; color:#666; margin-bottom: 10px;}
.prod-details .description span { font-family: 'Ubuntu', sans-serif; font-weight:500; color:#151414; font-size:14px;}
.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: #010066;}
.prod-details .prd-opt .form-control { width:30%; font-weight:400; font-size: 12px;}
.like-box { margin-top:3rem;}
.form-control:focus { border-color: #010066; box-shadow: none;}

h2.r-title { text-align: center; margin: 0; padding: 50px 0 20px; font-weight: 600; font-size:28px; color: #010066;}

.CartInfo {  min-height:400px; margin:0; padding:0;}
.CartInfo table { border-collapse:collapse; border-left:1px solid #151414; border-right:1px solid #151414; border-top:1px solid #151414; margin-bottom:15px; width:100%; max-width:100%; background-color:#fff; border-spacing:0;}
.CartInfo thead td { background-color:#151414; border-bottom:1px solid #151414; 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 #012546; vertical-align:middle;}
.CartInfo tbody td input[type="text"] { background:#f2f2f2; width:35.5%; text-align:center; border: none; border-radius: 5px; border: none; margin-bottom: 5px;}
.CartInfo tbody .productd h4 { font-weight:600; margin-bottom:10px; font-size:14px; color: #012546; 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:#ff3d55;}
h2.Total { text-align:right; font-size:20px; font-weight:700; text-transform:uppercase;}
h2.Total span { color:#ff3d55}
.basket-btn { text-align:right;}

.SubmitText { text-align:center; color:#060; font-size:22px; font-weight:600; padding:8rem 0 8rem;}

.NoProd { text-align:center; color:#ccc; font-size:22px; padding:5rem 0 8rem; width:100%;}

.EmptyCart { text-align:center; font-weight:600; font-size:22px; color:#282828; padding-top:100px;}
.EmptyCart a { color:#010066;}
.EmptyCart a:hover { color:#888;}


.cd-top { display:inline-block; height:40px; width:40px; text-align:center; font-size:16px; color:#fff; background:#ff0066; 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: 3px;}
.cd-top:hover { background:#010066; color:#fff;}
.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:#010066; opacity:1; color:#fff;}

footer { background: #010066; width: 100%; padding: 40px 0; overflow: hidden;}
footer h2 { font-size: 18px; font-weight: 600; text-transform: uppercase; color: #fff; margin: 0 0 20px; padding: 0;}
footer ul.f-links li a:hover { color: #080808;}
footer ul.f-links { margin: 0; padding: 0;}
footer ul.f-links li { list-style: none; margin-bottom: 12px;}
footer ul.f-links li a { color: #fff; font-size: 12px; 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 { color: #ff0066; padding-left: 5px;}
.f-contact li { list-style:none; margin-bottom:12px; line-height:28px; font-size:13px; color: #fff;}
.f-contact li i { background:#ff0066; width:28px; line-height:28px; float:left; font-size:16px; color:#fff; text-align:center; margin-right:8px; border-radius:3px;}
.f-contact li p { float:left; width:220px; line-height:20px;}
.f-contact li a { text-decoration:none; color:#fff;}
.f-contact li a:hover { color:#ff0066; }
.News { font-size:12px; margin-bottom:8px; color: #fff;}
.News span { color:#ff0066; font-size: 13px; font-weight: 600;}

section.copy-rights { background: #ff0066; padding: 15px 0;}
section.copy-rights p { color: #fff; margin: 0; padding: 0; font-size: 12px; line-height: 26px;}
section.copy-rights p a { color: #010066;}
section.copy-rights p a:hover { text-decoration: underline;}
section.copy-rights .copyr { text-align: left;}
section.copy-rights .powered { text-align: right;}