/**
 * Custom CSS
 **/

.social-block {
	margin-top: 35px;
}

.social-block label {
	text-transform: uppercase;
	color: #4c4c4c;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.social a {
	display: inline-block;
	vertical-align: top;
	font-size: 1.6rem;
	color: #69696c;
	margin-right: 6px;
	text-align: center;
	line-height: 40px;
	width: 40px;
	background: #fff;
	border: 0;
	-webkit-border-radius: 100%;
	font-weight: 400;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
}
h1, h2, h3, h4, h5, h6 {
	color: #4c4c4c;
}

h1, h2 {
	font-size: 25px;
	font-weight: bold;
}

h3 {
	font-weight: bold;
}

a {
	color: #4c4c4c;
}

a:hover, .breadcrumb li a:hover {
	color: #f8827b;
}

table {
	font-size: 12px;
}

legend {
	font-weight: bold;
}

.form-label {
    font-size: 14px;
    color: #4c4c4c;
}

.form-control, 
.input-group .input-group-text, 
.form-select{
	font-size: 12px;
	border-radius: 0;
}

.card-body h2 {
	font-size: 16px;
}

/* == carousel css == */
.carousel .carousel-control-prev {
	left: 0;
}

.carousel .carousel-control-next {
	right: 0;
}

.slidertop img, 
#banner-left img, 
#banner-right img{
	min-width: 100%;
}

/* == /carousel css == */

/* == button css == */
.btn {
	border-radius: 0;
	box-shadow: none;
	padding: 10px 20px;
	line-height: initial;
	text-shadow: none;
	font-size: 14px;
	transition: all .5s ease;
}

.btn-primary, .btn-light{
	background: #4c4c4c;
	color: #ffffff;
	border-color: #4c4c4c;
}

.btn-primary:hover, .btn-light:hover, .btn-light.active{
	background: #f8827b;
	color: #ffffff;
	border-color: #f8827b;
}

.dropdown-item {
	font-size: 12px;
}

.dropdown-item.active, .dropdown-item:active,
.dropdown-item:hover {
	background: #f8827b;
	color: #ffffff;
	border-color: #f8827b;
}
/* == /button css == */

/* == top css == */
header {
    padding: 10px 0;
}

#top {
	margin: 0;
	min-height: auto;
	text-align: right;
	padding: 0;
}

#top ul {
	margin: 0;
}

#top ul li {
	margin: 0;
	border-right: 1px solid #ffffff;
}

#top ul li a{
	color: #606060;
	font-size: 12px;
	padding: 10px;
    display: block;
}

#top ul li a:hover {
	background: #e2e2e2;
}
/* == /top css == */

/* == cart css == */
#header-cart {
	text-align: right;
}

#header-cart .headingcart {
    color: #F8827B;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

#header-cart .btn-inverse{
	background: transparent;
	border-color: transparent;
	font-size: 12px;
	color: #000000;
	box-shadow: none;
	border-radius:0;
	text-shadow: none;
	padding: 0;
}

#header-cart .dropdown-menu li p {
	font-size: 14px;
}

#header-cart .dropdown-menu {
	background: #ffffff;
}
/* == /cart css == */

/* == search css == */
#search .btn-lg {
	background: transparent;
	color: #F8827B;
	border-color: #cccccc;
	padding: 0 10px;
}

#search .btn-lg:hover {
	background: #f8827b;
	color: #ffffff;
	border-color: #f8827b;
}

#search input{
	border-radius: 0;
}
/* == /search css == */

/* == Home css == */
.box {
    background: #f8f8f8;
	padding: 40px;
}

#column-left .row .col, 
#column-right .row .col {
	width: 100%;
	flex: auto;
}

.featured h3,
.special h3,
.bestseller h3,
.latest h3,
.related h3{
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0;
}

.product-thumb {
	border-color: transparent;
}

.product-thumb .description p {
    color: #b6b6b6;
}

.product-thumb .button-group {
	flex-direction: column;
	justify-content: center;
	background: transparent;
	border-color: transparent;
	margin-top: -40px;
}

.product-thumb .button-group button {
	background: #4c4c4c;
	color: #ffffff;
	flex: inherit;
	padding: 0 10px;
	font-weight: normal;
	font-size: 12px;
	text-transform: capitalize;
	transition: all .5s ease;
	width: 40px;
	margin-bottom: 5px;
	border: none !important;
	z-index: 1;
} 

.product-thumb .button-group button:hover {
    background: #f8827b;
	color: #ffffff;
}  

.product-thumb .price-new {
	color: #4b89dc;
	font-size: 30px;
	font-weight: normal;
}

.product-thumb .price-old {
    color: #b6b6b6;
    font-size: 20px;
}

.product-thumb .price-rate {
    color: #b6b6b6;
    font-size: 20px;
}

.product-thumb .description {
	padding: 15px 0;
}

.product-thumb .image {
	background: #ffffff;
	position: relative;
}

.product-thumb .image .button-group{
	opacity: 0;
	transition: all .5s ease;
	margin-top: -100px;
}

.product-thumb .image:hover .button-group{
	opacity: 1;
}
/* == /Home css == */

/* == breadcrumb css == */
.breadcrumb {
	background: transparent;
	border-color: transparent;
	padding: 0;
}

.breadcrumb > li.breadcrumb-item {
	padding: 0 15px;
}

.breadcrumb > li.breadcrumb-item:after {
	content: ">>";
	transform: none;
	right: -8px;
	top: 0;
	border: 0;
	width: auto;
	height: auto;
	color: #bfbfbf; 
}

.breadcrumb li:first-child {
	padding-left: 0;
}

.breadcrumb li:last-child:after {
	display: none;
}

.breadcrumb li a {
	color: #bfbfbf;
}

/* == /breadcrumb css == */

/* == product page css == */
#column-right .latest h3, #column-left .latest h3,
#column-right .featured h3, #column-left .featured h3,
#column-right .special h3, #column-left .special h3,
#column-right .bestseller h3{
	display: none;
}

#column-right .box,
#column-left .box {
	padding: 15px;
}

#button-cart {
	font-size: 25px;
} 

.price li {
	color: #7c7c7c;
	font-size: 14px;
}

.special-price {
	display: flex;
	justify-content: flex-start;
	padding: 5px;
}

.product-thumb .price {
	text-align: right;
	padding-top: 10px;
}

.product-thumb .price>.price-new {
	margin-right: 15px;
	line-height: 30px;
}

.price .price-old {
	color: #b6b6b6;
	font-size: 20px;
	margin-right: 5px;
	line-height: 26px;
}

.price .price-rate {
	color: #b6b6b6;
	font-size: 20px;
	margin-right: auto;
	line-height: 26px;
}

.price .price-new {
	color: #4b89dc;
	font-size: 30px;
	margin-right: 10px;
}

#input-quantity {
	text-align: center;
	max-width: 50px;
	margin-right: 5px;
	background: #f4f4f4;
	border-color: #f4f4f4;
} 

#product-info .image img {
	margin-bottom: 20px;
}

.additional_images img {
	margin-right: 20px;
}

.nav-tabs {
	padding: 0 0 4px;
}

.nav-tabs .nav-link {
	color: #9e9e9e;
	font-size: 15px;
	margin-bottom: 0;
	font-family: Arial,Helvetica,sans-serif;
}

.nav-tabs > li {
	border-right: 1px solid #dddddd;
}

.nav-tabs > li:last-child{
	border-right: 0;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
	border-color: transparent;
}
/* == /product page css == */

/* == category page css == */
.list-group .heading {
    background: #f8827b;
    color: #ffffff;
    font-size: 20px;
    padding: 15px;
	text-transform: uppercase;
}

.list-group .list-group-item {
    background: #f1f1f1;
    border-color: #ffffff;
	color: #555555;
}

.list-group a.active, 
.list-group a.active:hover, 
.list-group a:hover {
	background: #e8e8e8;
	color: #444444;
}

#review p {
	text-align: left !important;
}

#display-control .input-group .input-group-text {
	background: transparent;
    border: transparent;
}

#display-control .btn-group .btn{
	padding: 10px;
}

#compare-total {
    padding: 10px 5px;
}

.bottom-content {
    background: #f8f8f8;
    padding: 20px;
	margin: 0 0 20px;
}

.product-list .product-thumb .description {
	padding: 15px;
}

.product-list .product-thumb .content .button-group{
	justify-content: end;
	bottom: 30px;
}

.product-list .price .price-new {
	display: block;
	margin: 10px 0;
}
/* == /category page css == */

/* ==  pagination page css == */
.pagination .page-link {
	color: #4c4c4c;
}

.pagination .page-item.active .page-link,
.pagination .page-link:hover {
	background: #ee7a74;
	border-color: #ee7a74;
	color: #ffffff;
}
#menu #category {
	color: #000;
	padding-left: 8px;
}
/* == /pagination page css == */

/* == Responsive Start Here == */
@media(max-width: 767px){
	#logo {
		text-align: center;
	}

	#header-cart {
		text-align: center;
	}
	
	#menu .navbar-nav > li > a {
		border-right: 0;
		border-bottom: 1px solid #E7E7E7;
	}
	
	.footer-bg {
		padding: 15px;
	}
	#header-cart .dropdown-menu li {
		min-width: auto;
	}
}
/* == Responsive End Here == */
