@font-face {   
	font-family: "MyriadPro-Regular";   
	font-style: normal;  
	font-weight: normal;   
	src: local("MyriadPro-Regular"), url("font/MyriadPro-Regular.woff") format("woff"); 
}
@font-face {   
	font-family: "MyriadPro-Bold";   
	font-style: normal;  
	font-weight: normal;   
	src: local("MyriadPro-Bold"), url("font/MyriadPro-Bold.woff") format("woff"); 
}
@font-face {   
	font-family: "MyriadProBoldCondensed";   
	font-style: normal;  
	font-weight: normal;   
	src: local("MyriadProBoldCondensed"), url("font/MyriadProBoldCondensed.woff") format("woff"); 
}

body {
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 12px;
}

h1 {
    color: #D20200;
	margin: 0 0 20px;
    font-size: 28px;
}

.h1-product {
    color: #CE0000;
    font-family: "MyriadPro-Regular";
    font-size: 20px;
    margin: 0px;
}

h2{
	color: #000;
    font-family: "MyriadPro-Regular";
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 0;
    font-weight: bold;
}

h3 {
    font-size: 18px;
    background: #E6E6E6;
    padding: 8px 10px;
}

a, .btn-link{
	color: #787878;
}

a:hover, .btn-link:hover, .btn-link.active{
	color: #000000;
}

.btn-link {
	text-decoration: none;
}


header ul, footer ul {
	margin: 0;
}

.btn {
	text-shadow: none !important;
}

.form-control, select, .form-select {
	border-radius: 0;
	color: #919191;
	background: #f8f8f8;
	font-size: 12px;
	box-shadow: none !important;
}

.form-control:focus, select:focus, .form-select:focus {
	border-color: #ced4da;
}

.form-select{
	height: 30px;
    padding: 0 10px;
}

.form-label {
    font-family: "MyriadPro-Regular";
    font-size: 14px;
}

.input-group-text {
	background: #f8f8f8;
	color: #919191;
	border-radius: 0;
	font-size: 12px;
}

.img-thumbnail:hover {
	border-color: #000000;
}

.btn {
	border-radius: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: inherit;
	box-shadow: none !important;
	font-family: Arial, Helvetica, sans-serif;
}

.btn-primary, #button-cart:hover, .btn-light, #search .btn-lg:hover, 
.product-list .product-thumb .button-group button+button:hover {
	background: linear-gradient(to bottom, #323232 0%,#1c1c1c 100%);
	border-color: #323232;
	color: #ffffff;
}

.btn-primary:hover, #button-cart, .btn-light:hover, #search .btn-lg, .btn-light.active,
.product-list .product-thumb .button-group button+button {
	background: linear-gradient(to bottom, #fe1900 0%,#ce0100 100%,#fe1900 100%);
	border-color: #fe1900;
	color: #ffffff;
}

#header-cart .btn-inverse,
#menu .navbar-nav > li > a,
#top ul li, h3, .breadcrumb li a{
	font-family: "MyriadPro-Regular";
}

#search .btn-lg, #header-cart .shopingcart, h1 {
	font-family: "MyriadProBoldCondensed";
	font-weight: normal;
}

#top {
	margin: 0;
	padding: 0;
	min-height: inherit;
	background: transparent;
    border: transparent;
}

.top-links ul {
	margin: 6px 0 10px;
	text-align: right;
}

.top-links ul li {
    margin-right: -4px !important;
    padding: 0 8px;
    border-right: 1px solid #CCCCCC;
    font-size: 13px;
	text-align: left;
}

.top-links ul li:last-child {
	border: 0;
	padding-right: 0;
}

.top-links ul li i {
	font-size: 12px;
}

.top-links a:hover {
	text-decoration: underline !important;
}

#logo img {
    max-width: inherit;
} 

#logo {
    margin: -40px 0;
    position: relative;
}

#header-cart {
	text-align: right;
}

#header-cart .btn-inverse{
    font-size: 12px;
    line-height: 0px;
    color: #000;
    background: none;
    border: none;
    padding: 0;
	box-shadow: none;
}

#header-cart .shopingcart {
	color: #D20200;
	font-size: 16px;
	position: relative;
	display: inline-flex;
} 

#header-cart .shopingcart:before {
	content:"";
	background-image: url('../image/cart.png');
	height: 25px;
    width: 30px;
    background-position: center;
    background-repeat: no-repeat;
}

#header-cart .dropdown {
    display: flex;
    justify-content: space-between;
	width: 100%;
}

#search {
	margin: 0;
}

#search .btn-lg {
	text-transform: uppercase;
	padding: 0 5px;
}

#search .form-control-lg {
	background: linear-gradient(to bottom, #ffffff 0%,#e7e7e7 100%);
	box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 10%);
	color: #919191;
	border: transparent;
}

.carousel img {
	min-width: 100%;
}

#form-currency .dropdown-item {
    background: #1b1b1b;
    color: #fff;
    padding: 2px 5px;
}

#form-currency ul li {
	margin-right: 0;
}

#form-currency li a:hover {
    background: #ff0000;
}

#menubar {
    background: linear-gradient(to bottom, #323232 0%,#1c1c1c 100%);
	margin-bottom: 20px;
	min-height: 50px;
}

#menu {
	background: transparent;
	border-color: transparent;
}

#menu .navbar-nav li {
	position: relative;
}

#menu .navbar-nav li:after {
	content: "";
	position: absolute;
	background: #000000;
	width: 1px;
    height: 20px;
    top: 14px;
    right: 0;
}

#menu .dropdown-inner li:after{
	display: none;
}

#menu .dropdown-inner ul li a:hover,
#menu .see-all:hover, #menu .see-all:focus {
    background-image: linear-gradient(to bottom, #fe1900 0%,#ce0100 100%,#fe1900 100%);
}

#menu .navbar-nav > li > a {
	font-size: 14px;
	padding: 14px 15px;
}

#menu.navbar {
	padding: 0;
	margin: 0;
}

#menu.navbar-light .navbar-toggler {
	background: linear-gradient(to bottom, #fe1900 0%,#ce0100 100%,#fe1900 100%);
	border-color: #fe1900 #ce0100 #fe1900 #ce0100;
	box-shadow: none;
}

.carousel {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 30px;
}

.carousel-indicators {
	justify-content: right;
	margin: 0;
	bottom: -17px;
}

.product-thumb {
    border: 1px solid #E7E7E7;
    margin-bottom: 30px;
    background: #f4f4f4;
	padding: 10px;
}

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

.price-new {
    font-family: "MyriadProBoldCondensed";
    font-size: 16px;
}

.price-old {
	color: #CE0000;
}

#product {
    margin-top: 10px;
}

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

.product-thumb .button-group button {
	background: linear-gradient(to bottom, #323232 0%,#1c1c1c 100%);
	color: #ffffff;
}

.product-thumb .button-group button:hover {
	background: linear-gradient(to bottom, #fe1900 0%,#ce0100 100%,#207cca 100%);
	color: #ffffff;
}

footer {
	background: #000;
	padding: 30px 0;
}

footer h5 {
    font-family: "MyriadProBoldCondensed";
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 8px;
    letter-spacing: 1px;
}

footer ul li {
	transition: all .5s ease;
}

footer ul li i {
	font-size: 4px;
    margin-right: 8px;
    vertical-align: middle;
}

footer ul li {
	font-size: 11px;
}

footer ul li:hover {
	padding-left: 10px;
}

footer a {
	color: #ffffff;
}

footer .social_icons li a {
	display: inline;
    float: left;
    background: url('../image/sprite.png') no-repeat;
    width: 20px;
    height: 26px;
}

footer .social_icons li:hover {
	padding: 0 !important;
}

footer .social_icons .twitter {
    background-position: -21px 0;
}

footer .social_icons .google {
	background-position: -46px 0;
}

footer .social_icons .weki {
	background-position: -76px 0;
}

footer .social_icons .rss {
	background-position: -104px 0;
}

footer .social_icons .fb:hover {
    background-position: 0 -26px;
}

footer .social_icons .twitter:hover {
    background-position: -21px -26px;
}

footer .social_icons .google:hover {
	background-position: -46px -26px;
}

footer .social_icons .weki:hover {
	background-position: -76px -26px;
}

footer .social_icons .rss:hover {
	background-position: -104px -26px;
}

footer .payment li {
	padding: 0 !important;
	margin: 0 !important;
}

footer .payment i{
	font-size: 30px;
	margin-right: 5px;
}

.powered {
    text-align: center;
	padding: 100px 0 0;
}

.powered p {
	margin: 0px;
}

.breadcrumb {
	background: transparent;
	border-color: transparent;
	padding: 0;
	margin: 0 0 10px 0;
}

.breadcrumb li a, .breadcrumb li a i {
	font-size: 14px;
}

.breadcrumb li a i.fa.fa-home:before {
	content: "Home";
	font-family: "MyriadPro-Regular";
	font-weight: 400;
}

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

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

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

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

.list-group-item {
	color: #787878;
	border: 0;
	font-size: 14px;
	font-family: "MyriadPro-Regular";
}

.list-group {
	border: 1px solid #E7E7E7;
}

.list-group .heading{
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #e1e1e1 0%, #ededed 13%, #fcfcfc 75%, #fcfcfc 91%, #fcfcfc 99%, #fcfcfc 100%) repeat scroll 0 0;
	color: #000000;
	font-size: 18px;
	padding: 8px 10px;
	font-family: "MyriadPro-Regular";
}

.list-group-item.active {
	background: transparent;
	border-color: transparent;
	color: #000000;
}

#button-cart {
    font-family: "MyriadProBoldCondensed";
    font-size: 20px;
    text-transform: uppercase;
}

#button-cart i{
	margin-right: 10px;
}

#product-info .btn-group .btn+.btn{
	margin-left: 5px;
}

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

#input-quantity {
    background: #F8F8F8;
    border-color: #CCCCCC;
	color: #000000;
	height: auto;
    line-height: normal;
	max-width: 130px;
}

.nav-tabs {
	border: 0;
	margin: 0;
}

.nav-tabs .nav-link {
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e1e1e1 0%, #ededed 13%, #fcfcfc 75%, #fcfcfc 91%, #fcfcfc 99%, #fcfcfc 100%) repeat scroll 0 0;
	font-family: Arial,Helvetica,sans-serif;
	color: #000000;
	font-weight: bold;
}

.nav-tabs .nav-link.active {
	background: #ffffff;
}

.tab-content {
	border: 1px solid #dddddd;
	padding: 10px;
	margin-bottom: 20px;
}

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

#display-control {
    margin: 0 0 20px;
}

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

#display-control .btn-group .btn+.btn:before{
	content: "/";
	margin: 0 3px;
}

#display-control .btn-group span{
	margin-right: 5px;	
}

#display-control .input-group-text {
	background:transparent;
	border-color:transparent;
	padding: 0;
	font-weight: bold;
	margin-right: 10px;
	color: #000000;
}

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

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	border-radius: 0;
}

.page-link {
	color: #000000;
}

.page-item.active .page-link,
.page-link:hover {
	background: #000000;
	border-color: #000000;
	color: #ffffff;
}

.product-list .product-thumb .button-group {
    display: block;
    text-align: right;
    background: transparent;
    border: 0;
    bottom: 20px;
	width: auto;
	right: 0;
}

.product-list .product-thumb .button-group button {
	line-height: inherit;
	margin: 0;
}

.product-list .product-thumb .button-group button:first-child {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	padding: 5px 5px;
}

.product-list .product-thumb .button-group button+button{
	padding: 5px 9px;
}

.product-list .product-thumb .button-group button+button+button{
    margin-left: 40px;
}

.product-list .product-thumb .button-group .fa-shopping-cart:before {
	content: "Add To Cart";
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
}

.product-list .product-thumb {
	position: relative;
	gap: 15px;
}
.product-list .product-thumb .product-buttons .button-group{
	right: 12px;
}
/* == Responsive start here == */
@media (min-width: 992px){
	.navbar-expand-lg .navbar-collapse {
		justify-content: end;
	}
}

@media (max-width: 767px){
	.box .col {
		flex: 0 0 100%;
	}
	
	#logo {
		margin: 0 0 20px;
		text-align: center;
	}
	
	#menubar {
		margin-top: 20px;
		min-height: auto;
	}
	
	#search {
		margin-bottom: 20px;
	}
	
	#menu .navbar-nav li:after {
		display: none;
	}
	
	#menu .navbar-nav li {
		border:1px solid #000000;
	}
	
	.top-links ul li {
		margin-right: 0 !important;
	}
	
	.top-links a {
		font-size: 12px;
	}
	
	#header-cart .dropdown {
		justify-content: center;
	}
	
	#header-cart .shopingcart {
		margin-right: 10px;
	}
	
	footer ul {
		margin-bottom: 20px;
	}
	
	.social_icons {
		margin: 0;
	}
	#header-cart .dropdown-menu li {
		min-width: auto;
	}
	#header-cart .dropdown-menu {
		width: 100% !important;
		left: 12px !important;
	}
}
/* == Responsive end here == */