@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,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;}

@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.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;
}

a { color: #2979f1;}

/*-----------------------------Common CSS END-----------------------------*/

body { background:#fff; font-size:13px; 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;}

.desktop-logo { display: block; padding: 15px 0;}
.desktop-logo .logo { text-align: center; width: 100%;}
.desktop-logo .logo img { margin: 0 auto;}

.head-search { height: 40px; background: #f2f2f2; margin: 20px 0; width: 200px;}
.head-search input { background: none; width: 160px; float: left; height: 40px; padding: 0 8px; border: none; font-size: 12px; box-shadow: none;}
.head-search button { background: none; border: none; float: right; height: 40px; width: 30px; font-size: 18px; color: #231f20; 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;}
.head-search button:hover { color: #2979f1;}

.head-cart { float: right; margin: 20px 0;}
.head-cart a { background: url(../images/basket-icon.png) top left no-repeat; height: 32px; display: inline-block; padding-left: 48px;}
.head-cart a h4 { font-size: 14px; font-weight: 600; color: #111; text-transform: uppercase; margin: 0; padding: 3px 0 0;}
.head-cart a span { color: #333;}
.head-cart a:hover { background-position: bottom left;}

.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: #231f20 !important; position: relative;}
.btn-mobile .button-mobile:hover { color: #2979f1 !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; font-weight: 500; color: #231f20; text-decoration: none;}
.navigation-mobile > ul > li:hover > a, .navigation-mobile > ul > li ul li a:hover { color: #2979f1;}
.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: 10px 0; color: #000; text-decoration: none;}
.navigation-mobile .touch-button { display: inline-block; width: 20px; height: 20px; background-color: #2979f1; 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;}


.nav-search, .nav-cart { float: left; margin-left: 8px;}
.nav-search-button i { background: #2979f1; color: #fff; width: 30px; line-height: 30px; text-align: center; border-radius: 3px; cursor: pointer;}
.nav-search-button:hover i { background: #231f20;}

.nav-cart-button a i { background: #2979f1; color: #fff; width: 30px; line-height: 30px; text-align: center; border-radius: 3px; cursor: pointer;}
.nav-cart-button a:hover i { background: #231f20;}


section.main-cats { background: url(../images/background.jpg) repeat; padding: 30px 0;}
section.main-cats .cats-block { position: relative; overflow: hidden;}
section.main-cats .cats-block a { display: block;}
section.main-cats .cats-block a h3 { position: absolute; bottom: 60px; margin: 0; padding: 0 12px; line-height: 36px; font-size: 16px; font-family: 'caviar_dreamsbold'; color: #fff; background: #0e2c5e; text-transform: uppercase; 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;}
section.main-cats .cats-block a:hover h3 { background: #2979f1; bottom: 70px;}
.cat-margiin { margin-bottom: 20px;}

section.featured { background: #fff; padding: 10px 0 30px;}

.tabs-filter-header { margin-bottom: 30px;}

.product-block { position: relative; z-index: 1;}
.product-block .product-image { border: 1px solid #ccc; overflow: hidden; perspective: 1500px; position: relative; text-align: center; border-radius: 5px;}
.product-block .product-image a { display: block;}
.product-block:hover .product-image { border-color: #2979f1;}
.product-block .pic-1 { 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 .pic-2 { 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:hover .pic-2{ opacity: 1; transform: rotateY(0);}
.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 a i, .product-block .product-btns button i { background: #231f20; 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 a:hover i, .product-block .product-btns button:hover i { background: #2979f1;}
.product-block .product-content { text-align: center; padding: 10px 0 20px;}
.product-block .product-content h3 { font-size: 14px; color: #111; font-weight: 400;}
.product-block .product-content h4 { font-size: 13px; color: #2979f1;}

section.signup-bg { background: #111; width: 100%; padding: 40px 0; text-align: center;}
section.signup-bg h2, section.testimonial-bg h2 { font-size: 20px; font-family: 'caviar_dreamsbold'; color: #fff; margin: 0 0 5px; padding: 0;  text-align: center;}
section.signup-bg p { margin: 0; padding: 0; color: #666;}
section.signup-bg form { margin:0; padding: 20px 0;}
section.signup-bg .newsletter { background: #1f1f1f url(../images/paper-plane.png) left center no-repeat; padding: 20px; border-radius: 5px;}
section.signup-bg .newsletter input { height: 40px; background: none; border: none; border-bottom: 1px solid #292929; color: #fff; font-size: 13px; box-shadow: none; width: 74%; float: left;}
section.signup-bg .newsletter button { background: #2979f1; height: 40px; text-align: center; width: 25%; font-size: 14px; text-transform: uppercase; color: #fff; font-weight: 600; float: right; border: none; border-radius: 3px;}
section.signup-bg .newsletter button:hover { background: #111;}
section.signup-bg a { display: inline-block; margin: 10px 5px 0;}
section.signup-bg a i { background: #2979f1; line-height: 40px; width: 40px; text-align: center; border-radius: 3px; font-size: 14px; color: #fff;}
section.signup-bg a:hover i { background: #231f20; transform: rotate(360deg);}

section.why-choose .best-price { background: #2979f1;}
section.why-choose .best-quality { background: #2775ea;}
section.why-choose .f-ship { background: #2571e4;}
section.why-choose .c-label { background: #da0911;}
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: #fff;}
section.why-choose .center-text h3 { font-family: 'caviar_dreamsbold';  font-size: 18px; margin: 5px 0}
section.why-choose .center-text p { margin: 0; font-size: 11px; padding: 0; font-weight: 400; color: #fff;}

section.btm-about { padding: 40px 0; text-align: center}
section.btm-about h2 { font-family: 'caviar_dreamsbold'; font-size: 24px;}
section.btm-about h2 span { color: #2979f1;}
section.btm-about p { padding: 5px 0 15px; margin: 0; font-size: 14px; line-height: 26px;}
section.btm-about a { background: #231f20; line-height: 33px; text-align: center; font-size: 12px; text-transform: uppercase; color: #fff; font-weight: 500; border-radius: 3px; display: inline-block; padding: 0 15px;}
section.btm-about a:hover { background: #2979f1;}

section.certificate { background: #f7f7f7; padding: 30px 0 0;}
section.certificate h2 { text-align: center; font-size: 26px; font-family: 'caviar_dreamsbold'; margin-bottom: 15px; }
section.certificate img { margin-bottom: 30px;}

.page-header-4 { background: #f7f7f7;}

.inner-pages { padding: 30px 0; background: #fff; min-height: 450px;}
.page-text p { line-height:28px;}
.contact-map { margin-bottom: 20px;}

.pagination {}
.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: #2979f1; 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: #111;}

.prod-details h1 { text-align:left; font-family: 'caviar_dreamsbold'; font-size:28px; margin: 0; color: #111; }
.prod-details h3 { font-weight:400; font-size:16px; color:#2979f1; border-bottom: 1px solid #ccc; margin:5px 0 10px; padding: 0 0 5px;}
.prod-details .description { min-height:100px; font-weight:400; font-size:12px; line-height: 22px; color:#666; margin-bottom: 10px;}
.prod-details .description span { text-transform:uppercase; color:#111; 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: #111;}
.prod-details .prd-opt .form-control { width:30%; font-weight:400;}
.like-box { margin-top:3rem;}
.form-control:focus { border-color: #2979f1; box-shadow: none;}

h2.r-title { text-align: center; margin: 0; padding: 20px 0; font-family: 'caviar_dreamsbold'; font-size:28px; color: #181515;}

.CartInfo {  min-height:400px; margin:0; padding:0;}
.CartInfo table { border-collapse:collapse; border-left:1px solid #111; border-right:1px solid #111; border-top:1px solid #111; margin-bottom:15px; width:100%; max-width:100%; background-color:#fff; border-spacing:0;}
.CartInfo thead td { background-color:#111; border-bottom:1px solid #111; 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 #111; 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: #171314; 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:#2979f1;}
h2.Total { text-align:right; font-size:20px; font-weight:700; text-transform:uppercase;}
h2.Total span { color:#cf0000}
.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;}

.EmptyCart { text-align:center; font-weight:600; font-size:22px; color:#282828; padding-top:100px;}
.EmptyCart a { color:#a83032;}
.EmptyCart a:hover { color:#046fa5;}

.LefMenu li.MainLeftCats { list-style:none; margin-bottom:3px; transition: all 0.3s ease-in-out 0s; position:relative;}
.LefMenu li.MainLeftCats a { background:#2979f1; line-height:50px; display:block; color:#fff;  font-size:15px; text-decoration:none; text-transform:uppercase; font-weight:700; transition: all 0.5s ease-in-out 0s; padding:0px 10px; border-radius:5px;}
.LefMenu li.MainLeftCats a:hover, .LefMenu li.MainLeftCats a.active { background:#111; color:#fff;}
.submenu ul { padding:0; margin:0px;}
.submenu ul li { list-style:none;}
.submenu ul li a { color:#666; font-size:12px; line-height:28px; text-decoration:none; display:block; padding:0px; margin-bottom:2px; font-weight:500; border-bottom:1px solid #ccc; font-weight:400; color:#111;}
.submenu ul li:last-child a { border:none;}
.submenu ul li a:hover, .submenu ul li a.active { color:#2979f1; padding-left:5px;}
.submenu ul li a span { margin-right:3px; display:inline-block;}


.cd-top { display:inline-block; height:40px; width:40px; text-align:center; font-size:16px; color:#fff !important; background:#2979f1; 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:#222;}
.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:#231f20; opacity:1; color:#fff; }

footer { background: #231f20; border-top: 6px solid #2979f1; width: 100%; padding: 40px 0; overflow: hidden;}
footer h2 { font-size: 18px; font-family: 'caviar_dreamsbold'; color: #fff; letter-spacing: 0.5px; margin: 0 0 15px; padding: 0;}
footer ul.contact { margin: 0; padding: 0}
footer ul.contact li { list-style: none; padding: 15px 0; color: #fff;}
footer ul.contact li:not(:last-child) { border-bottom: 1px solid #2c2829;}
footer ul.contact li .icon { color: #2979f1; font-size: 20px; flex: 0 0 30px}
footer ul.contact li a { color: #fff; 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: #2979f1;}
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;}
section.copy-rights { background: #111; padding: 15px 0;}
section.copy-rights p { text-align: center; color: #fff; margin: 0; padding: 0; font-size: 12px; line-height: 26px;}
section.copy-rights p a { color: #2979f1;}
section.copy-rights p a:hover { text-decoration: underline;}

.payment { margin-top: 15px;}


























