/* Common Style */
/* font-family: 'Poppins', sans-serif; */
a:focus {
    outline: none!important;
	text-decoration: none;
}
.wrapper {
    overflow: hidden;
	background: #f7f7f7;
}
.container {
    padding-right: 0px;
    padding-left: 0px; 
}
/* Header Style */
header {
    background: #fff;
    padding: 5px 0 2px;
}
#logo img {
    height: 50px;
}
#search .input-lg {
    border: 0;
    background: #fff;
    box-shadow: none;
}
#search .input-group-btn button {
    background: #2c2e8c;
    border: none;
	color: #fff;
}
#search .input-group-btn button:focus {
    outline: none;
}
header .list-inline {
    margin-bottom: 0;
    margin-top: 7px;
}
header .dropdown .dropdown-toggle {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 1px;
    border-radius: 5px !important;
    background: #2c2e8c;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    display: block;
}
header .dropdown.open .dropdown-menu{
	border-radius: 4px;
	margin: 10px 0 0;
	padding: 0;
}
header .dropdown.open .dropdown-menu:before {
	content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    pointer-events: none;
    margin-left: 10px;
    margin-top: -21px;
    display: block;
    border-bottom-color: #2c2e8c;
    position: absolute;
}
header .dropdown.open .dropdown-menu a {
    padding: 6px 10px;
    border-bottom: 1px solid #ccc;
}
header .dropdown.open .dropdown-menu li:last-child a {
    border: none;
}
#cart button.dropdown-toggle {
    border: 0;
    height: 55px;
    background: transparent;
    color: #2c2e8c;
    border-radius: 3px;
    box-shadow: none;
    float: right;
    text-align: right;
    padding-right: 0;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}
#cart button.dropdown-toggle .fa-shopping-cart {
	background: #2c2e8c;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    color: #fff;
    vertical-align: middle;
    font-size: 25px;
    padding: 6px 8px;
}
#cart .dropdown-menu { 
    border-radius: 0;
    background: #fff;
    padding: 0;
    margin: 0;
}
#cart .dropdown-menu .table tr td {
    border-top: none;
}
#cart .dropdown-menu .btn-checkout {
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    text-shadow: none;
    font-size: 14px;
    padding: 10px 15px;
}
#cart .dropdown-menu a.btn-cart-edit {
    padding: 10px 15px;
    border-radius: 0;
    border-top: 1px solid #ddd;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}
#cart .dropdown-menu li.info-table {
    border-top: 1px solid #ddd;
}
#cart .dropdown-menu .cart-info-table {
    margin-top: 10px; 
}
#cart .dropdown-menu li {
    margin-top: 15px;
}
#top-links li:last-child {
    padding-right: 0;
}
/* Navigation */
.navbar {
    border-radius: 0;
	margin-bottom: 0px;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-nav li.dropdown .dropdown-menu {
	padding: 0;
    transition: all 300ms linear 1s;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    float: none;
}
.navbar-nav li.dropdown:hover .dropdown-menu {
	transition: all 300ms linear 1s;
    left: 0;
    opacity: 1;
    visibility: visible;
    display: block;
	background: transparent;
}
 .dropdown-menu .dropdown-inner { 
    background: #fff;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    padding-top: 10px!important;
    border: 0;
}
.navbar-nav>li>.dropdown-menu .see-all {
    background: #fff;
}
.navbar-nav li.dropdown:hover .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    pointer-events: none;
    margin-left: 10px;
    margin-top: -21px;
    display: block;
    border-bottom-color: #2c2e8c;
    position: absolute;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
/* Banner Styling */
#home-main-slider {
    padding: 20px 0 0;
}
#home-main-slider .item {
    background-color: #FFFFFF;
    background-position: center 55%;
    background-size: cover;
    height: 425px;
	border-radius: 5px;
	transition: all 1000ms ease;
    transform-style: preserve-3d; 
	transform: scale(0.875) rotateY(0.01deg);
}
#home-main-slider .owl-nav button {
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 0;
    border: 2px solid #fff;
    position: absolute;
    top: 40%;
}
#home-main-slider .owl-nav button.owl-prev {
    left: 0;
}
#home-main-slider .owl-nav button.owl-next {
    right: 0;  
}
#home-main-slider .owl-nav button:focus {
    outline: none;
}
#home-main-slider .owl-carousel .owl-stage-outer {
  overflow: visible;
}
#home-main-slider .owl-carousel .owl-item.sibling .item {
	opacity: 0.5;
	transform: translate3d(0, 20px, 0) scale(0.9);
}
#home-main-slider .owl-carousel .owl-item.active .item {
	opacity: 1;
	transform: translate3d(0, 0, 0px) scale(1);
	z-index: 2;
}
/* Section */
.section {
    padding: 30px 0;
}
#product-category, #product-search, #product-manufacturer {
    padding-top: 0;
}
.section-title {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
	margin: 0;
}
.section-brands .section-title, .section-product .section-title, .related-sec-title, .section .section-title, .section-title, #information-contact legend {
    text-align: center;
    line-height: 40px;
    border-bottom: 3px solid #2c2e8c;
    text-transform: uppercase;
}
.related-sec-title {
    margin-bottom: 0;
}
.section-brands .section-title {
    border-bottom: none;
}
.section-brands .owl-item img {
    border: 1px solid #ddd;
}
/* Home Products Section and category*/
.featured-products, .featured-category, .product-related-sec, .refine-cat, .section-sorting, .category-product, #information-contact .form-horizontal fieldset, .information-description, .search-product, .manufacturer-product, .special-product {
    background: #fff;
    border: 1px solid #2c2e8c;
	margin-bottom: 30px;
}
.product-layout .item {
    position: relative;
}
.product-thumb .button-group {
    position: absolute;
    left: 7px;
    bottom: 5px;
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    width: 95%; 
    z-index: 2;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.product-layout .item:hover .button-group, .product-related-sec .item:hover .button-group {
    background: #fff;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);  
}
.featured-category .category-layout {
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.featured-category .category-layout img {
    margin: 0 auto;
}
.featured-category .category-layout h5 {
    text-transform: uppercase; 
}
.featured-products .row, .featured-category .row {
    margin-right: 0;
    margin-left: 0;
}
.featured-products .product-layout {
    padding-right: 0;
    padding-left: 0;
}
.product-thumb .price {
    color: #2c2e8c;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
/* Search Page */
.section-search-area {
    padding: 15px;
    background: #fff;
}
.section-search-area .control-label {
    display: block;
    text-align: center;
}
/*Breadcrumb  */
.breadcrumb>li+li:before{
	padding: 0 0;
    color: transparent;
    content: '';
}
/* Sidebar */
ul.sidebar-nav {
    list-style-type: none;
    padding-left: 0;
}
ul.sidebar-nav li {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.sidebar-nav li a { 
    background-color: #295288;
    color: #fff;
    display: block;
    padding: 9px 9px 9px 60px;
    position: relative;
    text-decoration: none; 
	border: none;
	margin-bottom: 2px;
}
.sidebar-nav li.active > a {
	background-color: #295288;
	color: #fff; 
	display: block;
    padding: 9px 9px 9px 60px;
    position: relative;
    text-decoration: none;
	text-transform: uppercase;
}
.sidebar-nav li a:before { 
    bottom: 0;
    content: "";
    display: block;
    left: 45px;
    position: absolute;
    top: 0;
    width: 1px;
}
.sidebar-nav li.active > a:before {
	background: #444;
    background: rgba(255,255,255,.2);
} 
.sidebar-nav li.parent > a .open-sub:before {
    background: #fff;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin: 19px 0 0 15px;
    position: absolute;
    top: 0;
    width: 16px;
}
.sidebar-nav li.parent > a .open-sub:after {
    background: #fff;
}
.sidebar-nav li.parent.active > a .open-sub::before {
    background: #fff;
}
.sidebar-nav li.parent.active > a .open-sub:after{
	display: none;
}
.sidebar-nav li.parent > a .open-sub:after {
	content: "";
    height: 16px;
    margin: 12px 0 0 22px;
    width: 2px;   
    display: block; 
	position: absolute;
    left: 0;  
    top: 0; 
}
.sidebar-nav li .sub {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.sidebar-nav li.parent .sub, .sidebar-nav li.parent .see-all {
    overflow: hidden;
    display: none; 
}
.sidebar-nav li.active .sub, .sidebar-nav li.active .see-all {
    overflow: hidden;
    display: block; 
}
.sidebar-nav .sub {
    background-color: #fff;
    padding: 0px 0 0px 0px;
}
.sidebar-nav .sub li {
    margin: 0;
}
.sidebar-nav .sub li a {
    background: none;
    color: #7f7f7f;
    margin: 0;
    padding: 6px 9px 6px 60px;
	display: block;
	position: relative;  
	border: none;
	font-size: 13px;
}
.sidebar-nav li.active > a.see-all {
    background: #fff;
    color: #7f7f7f;
    border: none;
    padding: 6px 9px 6px 60px;
	font-size: 13px;
	text-transform: capitalize;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover, .sidebar-nav li.active .sub a:hover, .sidebar-nav li a.see-all:hover {
    background: #eeeeee;
    border: none;
}
.list-group a:hover {
	background: #295288;
	color: #fff;
}
.sub li.active a, .parent.active .see-all.active {
	background: #eeeeee;
	border: none;
}
.sidebar-nav .parent.open>a, .sidebar-nav .parent>a {
    text-transform: uppercase;
}
.list-group {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}
.list-group .head {
    background-color: #2c2e8c;
    border: 1px solid #2c2e8c;
    border-bottom: 1px #FBAF3A solid;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 12px 17px;
    text-transform: uppercase;
    font-weight: 700;
}
li.no-child a {
    background-color: #295288;
    color: #fff;
    display: block;
    padding: 9px 9px 9px 60px;
    position: relative;
    text-decoration: none; 
    border-bottom: 1px solid rgba(255,255,255,.4);
}
li.no-child a:before { 
    bottom: 0;
    content: "";
    display: block;
    left: 45px;
    position: absolute;
    top: 0;
    width: 1px;
} 
/* Product Details */
.product-details-right .form-group #button-cart {
    padding: 7px 12px;
    border-radius: 0;
    background: #2c2e8c;
    text-transform: uppercase;
}
.product-details-right .form-group .input-group button.btn {
    background: #2c2e8c;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding: 8px 12px;
    font-size: 13px;
}
.product-details-right .form-group .input-number {
    border: 1px solid #2c2e8c;
}
.product-details-right .form-group .btn-group button {
    border-radius: 0;
    border: 1px solid #2c2e8c;
    background: #2c2e8c;
    color: #fff;
    border-top: 0;
    margin-top: 1px;
}
.product-name {
    font-size: 25px;
    margin-top: 0;
}
.product-d-top {
    background: #fff;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.product-detail-tab {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    -moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.04);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}
.nav-tabs {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
}
.nav-tabs, .nav.nav-tabs {
    border-bottom-color: #ddd;
	margin-left: 0;
    margin-right: 0;
    border: 0;
    border-bottom: 1px solid;
}
.nav-tabs .nav-tab-item {
    margin: 0 5px 0 0;
	float: none;
    width: auto;
    display: inline-block;
}
.nav-tabs .nav-tab-item:not(.disabled).active .switch, .nav-tabs .nav-tab-item:not(.disabled) .switch:focus, .nav-tabs .nav-tab-item:not(.disabled) .switch:hover {
    background: transparent;
    border-bottom-color: #444;
    color: #444;
}
.nav-tabs .nav-tab-item.active .switch, .nav-tabs .nav-tab-item.active .switch:focus, .nav-tabs .nav-tab-item.active .switch:hover {
    color: #282828;
    background: transparent;
    border-bottom-color: black;
}
.nav-tabs .nav-tab-item .switch:visited, .nav-tabs .nav-tab-item .switch:hover, .nav-tabs .nav-tab-item .switch:active {
    color: #282828;
    background: #fbfbfb;
}
.nav-tabs .nav-tab-item.active .switch {
    color: #282828;
}
.nav-tabs .active.nav-tab-item .switch {
    text-transform: uppercase;
}
.nav-tabs .active.nav-tab-item .switch, .nav-tabs .active.nav-tab-item .switch:focus, .nav-tabs .active.nav-tab-item .switch:hover {
    padding-bottom: 11px;
}
.nav-tabs .nav-tab-item:not(.disabled) .switch:active, .nav-tabs .active.nav-tab-item .switch, .nav-tabs .active.nav-tab-item .switch:focus, .nav-tabs .active.nav-tab-item .switch:hover {
    background: transparent;
}
.nav-tabs .nav-tab-item .switch:visited {
    text-decoration: none;
}
.nav-tabs .nav-tab-item.active .switch {
    border: 0;
    border-bottom: 2px solid;
}
.nav-tabs .nav-tab-item .switch {
    font: 500 14px/1.35 Poppins, Helvetica Neue, Verdana, Arial, sans-serif;
    color: #999999;
    background: #fbfbfb;
}
.nav-tabs .nav-tab-item .switch {
    display: block;
    position: relative;
    z-index: 2;
    text-decoration: none;
    background: transparent;
    border: 0;
    height: 40px; 
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}
.tab-content .tab-pane p {
    margin-bottom: 0;
}
.product-details-right .form-group {
    overflow: hidden;
    margin-bottom: 0;
}
.description p span {
    font-family: 'Poppins', sans-serif!important;
    font-size: 13px!important;
    color: #666!important;
}
/* Category Product */
.refine-cat ul {
	list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: inline;
}
.refine-cat ul li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 30px;
    position: relative;
}
.refine-cat ul li a {
    padding-right: 10px;
}
.refine-cat ul li:after {
    content: "";
    position: absolute;
    background: #2c2e8c;
    height: 12px;
    width: 1px;
    top: 10px;
}
.refine-cat ul li:last-child:after {
	background: transparent;
}
.section-sorting {
    overflow: hidden;
    padding-top: 20px;
}
.category-product {
    overflow: hidden;
} 
.category-product .row, .manufacturer-product .row, .search-product .row, .special-product .row {
    margin-right: 0;
    margin-left: 0;
}
.category-product .product-layout, .category-product .product-grid, .search-product .product-layout, .manufacturer-product .product-layout, .special-product .product-layout{
    padding-left: 0;
    padding-right: 0;
}
.section-sorting .row {
    padding: 0 15px;
}
.category-product .item .caption, .special-product .item .caption, .search-product .item .caption, .manufacturer-product .item .caption {
    height: 170px;
	position: relative;
}
.product-thumb .caption { 
	position: relative;
}
.category-product .item .caption .price, .product-thumb .price {
    position: absolute;
    bottom: 10px;
}
/* Information */
#information-contact .form-horizontal fieldset {
    padding-top: 30px;
    padding-right: 15px;
}
#information-contact legend {
    margin-bottom: 0;
}
/* Information */
#information-information.section {
    padding-top: 0;
}
.information-description {
    padding: 15px;
}
/* Manufacturer List */
.manufacturer-list {
    background: #fff;
    padding: 15px;
}
.manufacturer-list .row {
    margin-left: 0;
    margin-right: 0;
}
.manufacturer-list .short-by {
    border-bottom: 1px solid #ddd; 
}
.manufacturer-list .row .col-sm-3 {
    padding: 0;
}
.manufacturer-list .item {
    text-align: center;
    border: 1px solid #ddd;
	margin-right: 5px;
}
.manufacturer-list .col-sm-3:last-child .item {
    margin-right: 0;
}
.manufacturer-list .item img {
    margin: 0 auto;
	height: 183px;
}
/* Footer */
footer {
    background-color: #fff;
    border-top: 1px solid #2c2e8c;
    color: #2c2e8c;
}
footer .footer-menu-title {
    text-transform: uppercase;
    padding-top: 5px; 
	color: #2c2e8c;
}
footer .list-unstyled {
    margin-bottom: 0;
}
footer .list-unstyled li a {
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
    display: block;
	color: #2c2e8c;
}
footer .list-unstyled li:last-child a {
    border: none;
}
footer hr { 
    border-bottom: 1px solid #2c2e8c;
}
/* Copyright */
footer .copyright {
    text-align: center;
	color: #2c2e8c;
}

@media (min-width: 1300px) {
	.container {
		width: 1280px;
	}
}
