.nb {

}

.site-f-color {
	color: #007bff !important;
}

.site-bg-color {
	background-color: #007bff !important;
}

/* begin top bar */
section.top-bar {
	background-color: whitesmoke;
	border-bottom: 1px solid #007bff;
}

section.top-bar ul.navbar-nav {

}

section.top-bar ul.navbar-nav li.nav-item {

}

section.top-bar ul.navbar-nav li.nav-item a {
	font-size: 14px;
	color: #545655;
	font-weight: bold;
}

section.top-bar ul.navbar-nav li.nav-item a.dropdown-item {
	font-weight: normal;
}

section.top-bar ul.navbar-nav li.nav-item a:hover {
	text-decoration: none;
}
/* end top bar */

/* begin logo bar */
section.logo-bar {}

section.logo-bar .c-feedback {
	font-size: 14px;
	color: #3A3A3A ;
	font-weight: bold;
}

section.logo-bar .c-feedback:hover {
	text-decoration: none;
}
/* end logo bar */

/* begin search bar */
section.search-bar {}

section.search-bar form {}

section.search-bar form .search-field:focus, section.search-bar form .search-btn:focus {
	border-color: #fff200;
	box-shadow: none;
}

section.search-bar form .search-btn {
	background-color: #fff200;
}

section.search-bar .offer-border-left {
	border-left: 1px solid #fff;
}

section.search-bar .offer-box {
	height: 100%;
    width: 100%;
}

section.search-bar .offer-box a {
	font-size: 20px;
}

section.search-bar .offer-box a:hover {
	text-decoration: none;
}
/* end search bar */

/* begin contents section */
section.contents {}

section.contents .card {}

section.contents .card .card-header {
	background-color: #dbdbdb;
	font-size: 16px;
	color: #454545;
}

section.contents .card .card-body {}

section.contents .card .card-body ul.list-group {}

section.contents .card .card-body ul.list-group a.list-group-item {
	transition: all .2s ease-in;
}

section.contents .card .card-body ul.list-group a.list-group-item:hover {
    background-color: #007bff;
    color: #FFF;
}

section.contents .card .card-body ul.list-group .sub-category {
    list-style-type: none;
    border-left: 2px solid #007bff;
    padding-left: 0;
    margin: 15px 0px 15px 25px;
}

section.contents .card .card-body ul.list-group .sub-category li {}

section.contents .card .card-body ul.list-group .sub-category li a {
    transition: all .2s ease-in;
    padding: 2px 15px;
    font-size: 15px;
    color: #454545;
}

section.contents .card .card-body ul.list-group .sub-category li a:hover {
    text-decoration: none;
    background-color: #007bff;
    color: #fff;
}

section.contents .featured-product {
}

/* begin featured product */

section.contents .featured-product .title-box {
	position: relative;
}

section.contents .featured-product .title-box .title {
	font-size: 30px;
}

section.contents .featured-product .title-box .title span {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

section.contents .featured-product .title-box .title:after {
    content: "";
	background: #dddddd;
    display: block;
    height: 1px;
    margin-left: 20%;
    position: absolute;
    top: 50%;
    width: 60%;
    z-index: 1;
}

section.contents .featured-product .slider-container {
	width: 90%;
	margin: 0 auto;
}

section.contents .featured-product .slider-container .items {
	position: relative;
}

section.contents .featured-product .slider-container .items .previous-chevron {
	font-size: 30px;
    position: absolute;
    top: 45%;
    left: -40px;
    cursor: pointer;
    color: #007BFF;
}

section.contents .featured-product .slider-container .items .next-chevron {
	font-size: 30px;
    position: absolute;
    top: 45%;
    right: -40px;
    cursor: pointer;
    color: #007BFF;
}

section.contents .featured-product .slider-container .items .item {
	float: left;
}

section.contents .featured-product .slider-container .items .item .product-thumb {
	display: block;
	margin: 0 auto;
}

section.contents .featured-product .slider-container .items .item .description .title {}

section.contents .featured-product .slider-container .items .item .description .weight {}

section.contents .featured-product .slider-container .items .item .description .price {}

section.contents .featured-product .slider-container .items .item .hover-effect {
	position: relative;
	transition: all 0.2s ease-in;
}

section.contents .featured-product .slider-container .items .item .hover-effect .overlay {
	display: none;
}

section.contents .featured-product .slider-container .items .item .hover-effect:hover .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba( 0, 0, 0, 0.4 );
	transition: all 0.2s ease-in;
	display: block;
}

section.contents .featured-product .slider-container .items .item .hover-effect .overlay .overlay-content {

}

section.contents .featured-product .slider-container .items .item .hover-effect .overlay .overlay-content a {
	font-size: 35px;
    text-align: center;
    color: #fff;
    padding: 60% 5%;
    display: block;
}

section.contents .featured-product .slider-container .items .item .hover-effect .overlay .overlay-content a:hover {
	text-decoration: none;
}
/* end featured product */

/* begin categories */

section.contents .categories .title-box {
	position: relative;
}

section.contents .categories .title-box .title {
	font-size: 30px;
}

section.contents .categories .title-box .title span {
    position: relative;
    z-index: 2;
    background-color: #fff;
}

section.contents .categories .title-box .title:after {
    content: "";
	background: #dddddd;
    display: block;
    height: 1px;
    margin-left: 20%;
    position: absolute;
    top: 50%;
    width: 60%;
    z-index: 1;
}

section.contents .categories .slider-container {
	width: 90%;
	margin: 0 auto;
}

section.contents .categories .slider-container .items {
	position: relative;
}

section.contents .categories .slider-container .items .previous-chevron {
	font-size: 30px;
    position: absolute;
    top: 45%;
    left: -40px;
    cursor: pointer;
    color: #007BFF;
}

section.contents .categories .slider-container .items .next-chevron {
	font-size: 30px;
    position: absolute;
    top: 45%;
    right: -40px;
    cursor: pointer;
    color: #007BFF;
}

section.contents .categories .slider-container .items .item {
	float: left;
}

section.contents .categories .slider-container .items .item a {
	color: #3a3a3a;
}

section.contents .categories .slider-container .items .item a:hover {
	text-decoration: none;
}

section.contents .categories .slider-container .items .item .category-thumb {
	display: block;
	margin: 0 auto;
}

section.contents .categories .slider-container .items .item:hover .category-thumb {
	transition: all 0.5s ease 0s;
	transform: scale( 1.15 ) rotate( -1.5deg );
}

section.contents .categories .slider-container .items .item .description .title {

}

/* end categories */

section.contents .info {
	background-color: #eee;
}

section.contents .footpad {
	border: 1px solid #ddd;
}

section.contents .footpad .subscribe {}

section.contents .footpad .subscribe .subs-btn {
	background-color: #fff200;
}

section.contents .footpad .subscribe .social {

}

section.contents .footpad .subscribe .social ul {

}
section.contents .footpad .subscribe .social ul li {}

section.contents .footpad .subscribe .social ul li a {
	padding: 3px 0px;
    font-size: 18px;
    border-radius: 50%;
    width: 35px;
    text-align: center;
    border: 1px solid #fff;
}

section.contents .footpad .subscribe .social ul li a i {
	color: #fff;
}

section.contents .footpad .subscribe .social ul li a:hover {}

section.contents .footpad .f-menu {}

section.contents .footpad .f-menu .title {
	border-bottom: 1px solid #dddddd;
    font-size: 18px;
    padding: 10px 0 10px;
    color: #3a3a3a;
}

section.contents .footpad .f-menu ul {
	font-size: 13px;
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    color: #888888;
}

section.contents .footpad .f-menu ul li {}

section.contents .footpad .f-menu ul li a {
	padding: 0 0 2px 0;
    display: block;
    color: #888888;
    transition: all .2s ease-in;
}

section.contents .footpad .f-menu ul li a:hover {
	text-decoration: none;
	color: #007bff;
}

/* end contents section */

/* begin sidebar cart section */

.cart-sidebar {
    background-color: #fff;
    bottom: 0;
    color: #333;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: fixed;
    right: -300px;
    transition: right 200ms cubic-bezier( 0.645, 0.045, 0.355, 1 ) 0s;
    width: 300px;
    z-index: 10000;
    top: 150px;
}

.cart-sidebar.is-vissible {
    right: 0;
}

.cart-sidebar .cart-btn {
    position: absolute;
    top: 45%;
    left: -80px;
    width: 80px;
    opacity: 0.9;
    -webkit-box-shadow: -4px 6px 20px -4px rgba( 0, 0, 0, 0.75 );
    -moz-box-shadow: -4px 6px 20px -4px rgba( 0, 0, 0, 0.75 );
    box-shadow: -4px 6px 20px -4px rgba( 0, 0, 0, 0.75 );
    display: block;
    cursor: pointer;
}

.cart-sidebar.is-vissible .cart-btn {
    display: none;
}

.cart-sidebar .cart-btn .top {
    padding: 8px 5px;
    background-color: rgba( 0, 123, 255, 1 );
    text-align: center;
    color: #FFF;
}

.cart-sidebar .cart-btn .bottom {
    background-color: rgba( 255, 255, 0, 0.9 );
    padding: 3px 5px;
    display: block;
    color: #222;
    text-align: center;
}

.cart-sidebar .close-btn {
    position: absolute;
    top: 45%;
    left: 0;
    width: 20px;
    opacity: 0.9;
    -webkit-box-shadow: -4px 6px 20px -4px rgba( 0, 0, 0, 0.75 );
    -moz-box-shadow: -4px 6px 20px -4px rgba( 0, 0, 0, 0.75 );
    box-shadow: -4px 6px 20px -4px rgba( 0, 0, 0, 0.75 );
    display: none;
}

.cart-sidebar.is-vissible .close-btn {
    display: block;
    left: -18px;
    cursor: pointer;
}

.cart-sidebar.is-vissible .close-btn .close-arrow-btn {
    font-size: 35px;
    width: 18px;
    background: rgba(119,119,119,0.9);
    padding: 15px 3px;
    color: #FFF;
}

.cart-sidebar .cart-btn:hover{
    opacity: 1;
}

.cart-sidebar .sidebar-content {
	position: relative;
	height: 100%;
}

.cart-sidebar .sidebar-content .sidebar-content-header {
	position: relative;
	background-color: #3a3a3a;
	cursor: pointer;
}

.cart-sidebar .sidebar-content .sidebar-content-header .bag-text {
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
}

.cart-sidebar .sidebar-content .sidebar-content-header .price-close	 {
    font-size: 30px;
    color: #ddd;
    text-align: right;
    position: absolute;
    right: 30px;
    top: 5px;
}

.cart-sidebar .sidebar-content .cart-added-container {
	height: calc( 100% - 155px );
}

.cart-sidebar .sidebar-content .cart-added-container {

}
.cart-sidebar .sidebar-content .cart-added-container .item-box {

}

.cart-sidebar .sidebar-content .cart-added-container .item-box table {
	
}

.cart-sidebar .sidebar-content .cart-added-container .item-box table tr {
    border-bottom: solid 1px #ddd;
    transition: all 0.25s linear 0s;
}

.cart-sidebar .sidebar-content .cart-added-container .item-box table tr:hover {
    background-color: #f9f9f9;
}

.cart-sidebar .sidebar-content .cart-added-container .item-box table tr td.cart-item-count {
	
}

.cart-sidebar .sidebar-content .cart-added-container .item-box table tr td.cart-item-count i {
	cursor: pointer;
	padding: 5px;
}

.cart-sidebar .sidebar-content .cart-added-container .item-box table tr td.product-thumb-sm {

}
.cart-sidebar .sidebar-content .cart-added-container .item-box table tr td.product-thumb-sm img {
	width: 50px;
}

.cart-sidebar .sidebar-content .cart-added-container .item-box table tr td.product-details {
	
}

.cart-sidebar .sidebar-content .cart-added-container .item-box table tr td.product-details .title {
	color: #888888;
	font-size: 14px;
}

.cart-sidebar .sidebar-content .cart-added-container .item-box table tr td.product-details .price {
	color: #ababab;
	font-size: 14px;
}

.cart-sidebar .sidebar-content .cart-added-container .item-box table tr td.remove-item-btn {

}

.cart-sidebar .sidebar-content .cart-added-container .item-box table tr td.remove-item-btn button {
	background: 0 0;
    border: 0;
    cursor: pointer;
	color: #ababab;
}

.cart-sidebar .sidebar-content .cart-added-container .item-box table tr td.remove-item-btn button:hover {
	color: #333;
}

.cart-sidebar .sidebar-content .checkout-box {
	/*position: absolute;
	bottom: 10px;*/
	background-color: #ddd;
}

/* end sidebar cart section */

/* begin category page styles */

section.contents .category-items .item {
    float: left;
}

section.contents .category-items .item .product-thumb {
    display: block;
    margin: 0 auto;
}

section.contents .category-items .item .description .title {}

section.contents .category-items .item .description .weight {}

section.contents .category-items .item .description .price {}

section.contents .category-items .item .hover-effect {
    position: relative;
    transition: all 0.2s ease-in;
}

section.contents .category-items .item .hover-effect .overlay {
    display: none;
}

section.contents .category-items .item .hover-effect:hover .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.4 );
    transition: all 0.2s ease-in;
    display: block;
}

section.contents .category-items .item .hover-effect .overlay .overlay-content {

}

section.contents .category-items .item .hover-effect .overlay .overlay-content a {
    font-size: 35px;
    text-align: center;
    color: #fff;
    padding: 60% 5%;
    display: block;
}

section.contents .category-items .item .hover-effect .overlay .overlay-content a:hover {
    text-decoration: none;
}
/* end category page styles */

/* begin offer page styles */

section.contents .offer-items .item {
    float: left;
}

section.contents .offer-items .item .product-thumb {
    display: block;
    margin: 0 auto;
}

section.contents .offer-items .item .description .title {}

section.contents .offer-items .item .description .weight {}

section.contents .offer-items .item .description .price {}

section.contents .offer-items .item .hover-effect {
    position: relative;
    transition: all 0.2s ease-in;
    overflow: hidden;
}

section.contents .offer-items .item .hover-effect .overlay {
    display: none;
}

section.contents .offer-items .item .hover-effect:hover .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.4 );
    transition: all 0.2s ease-in;
    display: block;
}

section.contents .offer-items .item .hover-effect .overlay .overlay-content {

}

section.contents .offer-items .item .hover-effect .overlay .overlay-content a {
    font-size: 35px;
    text-align: center;
    color: #fff;
    padding: 60% 5%;
    display: block;
}

section.contents .offer-items .item .hover-effect .overlay .overlay-content a:hover {
    text-decoration: none;
}

section.contents .offer-items .item .hover-effect .discount {
    width: 154px;
    top: -245px;
    left: -47px;
    margin-bottom: -32px;
    height: 30px;
    background: #EB2227;
    text-align: center;
    font-size: 13px;
    line-height: 25px;
    font-family: sans-serif;
    color: #fff;
    transform: rotate( -45deg );
    position: relative;
    box-shadow: inset 0px 0px 0px 4px rgba( 255, 255, 255, 0.34 );
}
/* end offer page styles */