body {
	    font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #111111;
	font-size: 15px;
	line-height: 24px;
	width: 100%; background:#f7f5f6;
}
.btn-default:hover {color: #FFF;}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #111;
}
a:hover {
	text-decoration: none;color:#ee1c27;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 15px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 14px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 14px;
}
.input-group .input-group-addon {
	font-size: 14px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	padding: 32px 0px 32px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #111111;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ef1b27;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
/* logo */
#logo {
/*margin-top: -21px;
margin-bottom: -10px;
margin-left: 49px;*/

margin-top: -73px !important;
width: 130px;
/*text-align: center;
margin: auto;*/

}
#logo img{height:140px; /*height:82px;*/}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 39px;
	line-height: 20px;
	padding: 0 10px;border: 1px solid #393939;
    margin-top: 1px;
}
#search .btn-lg {
	font-size: 13px;
	line-height: 18px;color: #FFF;
	padding: 10px 25px; background: #393939
}
#search .btn-lg i {color:#FFF}
/* cart */
#cart {
	margin-bottom: 10px;
        
}
#cart > .btn {
	font-size: 14px;
    line-height: 18px;
    color: #111111;
    background: none;
    border: 0;
    width: auto; float: right

}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	min-height: 40px; border-radius: 0; margin-bottom: 0;
}
#menu .navbar-collapse {padding: 0;}
#menu .nav > li > a {
	color: #111111;
	/*padding: 14px 20px 14px 20px;
padding: 14px 11px 14px 12px;*/
	min-height: 15px;
	background-color: transparent;
padding: 14px 87px 14px 87px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: #ed1c22; color: #FFF;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #000;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #111;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #ef1b27;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
.nav2 {display:none}
@media (max-width: 1199px) {
    .categoriesheaderbox, .categoriesheaderbox2{width:133px !important;margin-right: 10px !important;}
    #menu .nav > li > a {padding:14px 8px}
    .categorycontent p {display: none !important}
}
@media (max-width: 685px) {
    .categorycontent {display: none !important}
}
@media (max-width: 767px) {
    .input-group .input-group-addon{padding:3px 10px!important}
    #cart > .btn {float: none!important; margin: auto!important}
    #top-links {float: none !important;text-align: center;width: 251px;margin: auto;}
    #menu .btn-navbar {margin-right: 0 !important}
    #logo img {margin: auto}
    #menu .nav > li > a {padding: 7px 8px !important}
    #menu .navbar-nav {margin: 0 !important;}
        header {margin: 0 !important}
        .nav2 {display:block}
        .navbar-nav {margin: 7.5px 0}
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
        .categoriesheaderbox {display:none !important}
        .homeproduct.col-sm-3 {width: calc(50% - 9px) !important;float: left;margin-bottom: 15px !important;}
        .homeproduct.col-sm-3:nth-child(2) { margin-right: 0 !important}
        .footer_bottom {line-height: 24px !important; padding: 20px 0;}
        .footer_bottom .col-sm-8 {padding-bottom: 20px;}
        .footer_bottom .social-icon {padding: 0!important; float: none!important;}
        .formNewLestter .form-group {width:calc(100% - 51px)!important;}
        .pav-newsletter h3 {float: none!important;}
        .payment_logo {text-align: left !important}
        .dropdown-menu-right {left: 0; right: auto;}
        #content h1, #content h2 {font-size: 20px !important;}
        legend{font-size: 17px;}
        .serh{width:100% !important;}
        .kart{width:100% !important; margin-top: 15px !important;}
        .loog #logo { margin-top: 30px !important;}
        #content img{margin-bottom:10px  !important; marin-right:0px !important; width:90% !important;}
       .shreico{width:100%;}
}
@media (max-width: 400px) {
        input-group-sm > .input-group-addon {padding: 4px 10px}
        .col-xs-6 {width:100%}
        .homeproduct.col-sm-3 {width: calc(100% - 9px) !important;float: left;margin-bottom: 15px !important;margin-right: 0 !important}
}
/* content */
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #f2f2f2;
	color: #111; font-size: 15px;line-height: 25px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #111;
}
footer a:hover {
	color: #ed1b24;
}
footer h5 {
	    font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd; border-radius: 0; background: #f2f2f2;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	padding: 0 20px;
	position: relative;
	white-space: nowrap; font-size: 14px;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 0;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {background-color: #393939 !important;border-color:#393939 !important}

.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #393939;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
}
.btn-danger {
	color: #ffffff !important;
	background-color: #ee1c27; border:0;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	border:0;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto; background: #FFF
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #393939;
}
.loginicon {background:url('../image/my-account.jpg') no-repeat left center; padding-left: 27px !important;}
#top-links i {color:#ef1b27;padding-right: 5px;}
.social-icon {
    margin: 0px auto;
    float: right;
}
.social-icon a {
    display: block;
    width: 21px;
    height: 21px;
    float: left;
    margin-right: 10px;
}
.fb-icon {
    background: url(../image/icon-facebook.png) no-repeat center center;
    width: 20px;
    height: 20px;
    transition: all ease 1s;
}
.twitter-icon {
    background: url(../image/icon-twitter.png) no-repeat center center;
    width: 20px;
    height: 20px;
    transition: all ease 1s;
}
.instagram-icon {
    background: url(../image/icon-instagram.png) no-repeat center center;
    width: 20px;
    height: 20px;
    transition: all ease 1s;
}
.fb-icon2 {
    background: url(../image/icon-facebook1.png) no-repeat center center;
    width: 20px;
    height: 20px;
    transition: all ease 1s;
}
.twitter-icon2 {
    background: url(../image/icon-twitter1.png) no-repeat center center;
    width: 20px;
    height: 20px;
    transition: all ease 1s;
}
.instagram-icon2 {
    background: url(../image/icon-instagram1.png) no-repeat center center;
    width: 20px;
    height: 20px;
    transition: all ease 1s;
}
.fb-icon:hover, .twitter-icon:hover, .instagram-icon:hover, .linkin-icon:hover, .skype-icon:hover, .fb-icon2:hover, .twitter-icon2:hover, .instagram-icon2:hover {
    transform: rotate3d(0,0,1, 360deg);
    transition: all ease 1s;
}
.phonetxt {
    color: #020202;
    font-size: 14px;
    float: right;
    margin-top: 0;
    padding-left: 14px;
}
.input-lg, .form-control, .btn.active, .btn:active {border-radius: 0!important;box-shadow: none !important}
header {margin-bottom: 30px;}
.categoriesheaderbox, .categoriesheaderbox2 {
    width: 265px;
    height: 48px;
    color: #FFF;
    background: #393939 url(../image/menubg.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
    background-position: right 20px top 16px;
    float: left;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    padding: 0 20px;
line-height: 48px; margin-right: 25px;
}
.categorylistbox, .categorylistbox2 {
    background: #FFF;
    width: 265px;
    text-align: left;
    padding-left: 0;
    position: absolute;
    z-index: 2;
    top: 48px;
    display: none;
}
.categorylistbox > ul {
    margin: 0px;
    padding: 0px; list-style: none;
}
.categorylistbox > ul > li {
    padding: 6px 18px;
    box-sizing: border-box;
}
.categorylistbox li a, .categorylistbox2 li a {
    font-size: 15px; color:#393939
}
.categorylistbox > ul > li:hover {
    background: #ff0000;
}
.categorylistbox > ul > li:hover > a {
    color: #fff;
}
#menu .navbar-collapse {position: relative}
.swiper-pager, .swiper-pagination { display: none !important}
.categoryouter {position: relative}
.cattitle {font-size: 15px;text-transform: uppercase; padding-bottom: 20px;letter-spacing: 1.5px;}
.categoryouter .categorycontent {/*position:absolute;*/top:38px}
.categoryouter .categorycontent.left {left: 65px;width:40%;}
.categoryouter .categorycontent.right {/*right: 40px;width:40%;*/ width:100%; text-align: center;}
.categoryouter .categorycontent .white {color:#000}
.categoryouter .categorycontent .black {color:#000}
.categoryouter .categorycontent h3 {font-size: 30px; font-weight: bold;line-height: 34px;text-transform: uppercase;}
.categoryouter .categorycontent p {padding:20px 0; font-size: 15px;font-style: italic;line-height: 24px;}
.categoryouter .categorycontent .readmore.black {background:#000; color:#FFF !important;padding:11px 17px;display:block;width:130px;text-align: center; text-transform: uppercase;}
.categoryouter .categorycontent .readmore.black:hover {color:#000 !important; background:#FFF;}
.categoryouter .categorycontent .readmore.white {color:#fff !important; background:#000;padding:11px 17px;display:block;width:130px;text-align: center;text-transform: uppercase; margin: auto; margin-top:32px;}
.categoryouter .categorycontent .readmore.white:hover {background:#000; color:#FFF !important;}
.homeproduct {background:#FFF;}
.homeproduct.col-sm-3 {width:calc(25% - 9px); margin: 0 12px 0 0; padding: 15px; text-align: center}
.homeproduct.col-sm-3:nth-child(4) {margin: 0;}
.categoryouter img {width:100%}
.homeproduct_outer{padding:28px 0}
.clear {clear: both}
.swiper-viewport {margin: 0 !important}
.pro_link {padding: 14px 0 7px 0; color:#000;}
.pro_link a {color:#000;}
.read_more { margin-top: 10px;margin-bottom: 4px;}
.read_more a {background: #999999;color:#FFF !important;font-weight: 500;padding: 3px 13px;display: inline-block;font-size: 12px;
font-weight: normal;
text-transform: uppercase;}
.read_more a:hover{ background: #ee1d23;}
.pro_price {color:#ee1d23}
.pro_price span {color:#9a9a9a}
.pro_img img {width:100%; height: auto}
.swiper-wrapper, .swiper-slide {height:auto !important;}
.bannerbottom {padding: 14px 0; background: #FFF; margin-bottom: 30px;}
.formNewLestter h3 {float: left;margin-right: 17px;}
.formNewLestter  .button-submit {float: left;}
.pav-newsletter h3 {
    color: #323232;
    font-size: 15px;
    font-style: normal;
    text-transform: none;
    font-weight: normal;
    margin: 0;
    line-height: 34px; margin-right: 10px;
}
.formNewLestter .form-group {
    float: left;
    width: calc(100% - 188px);
}
.pav-newsletter .form-control {border:1px solid #39393b;}
.pav-newsletter .btn {background:#39393b;color:#FFF;border: 0;line-height: 19px;}
.payment_logo{text-align: right;}
.footer_bottom {background: #393939; color:#FFF; line-height: 80px;font-size: 14px;}
.footer_bottom a {color:#FFF}
.footer_bottom .social-icon {padding:30px 0}
.bannerbottom .col-sm-4 div {background:#efefef;line-height: 33px; text-align: center;display: block;}
.bannerbottom .col-sm-4:nth-child(1) div b {color:#ee1c27;background: url(../image/dilivery.png) no-repeat; padding-left: 30px;display: inline-block;background-position: center left;}
.bannerbottom .col-sm-4:nth-child(2) div b{color:#ee1c27;background: url(../image/hand.png) no-repeat; padding-left: 28px;display: inline-block;background-position: center left;}
.bannerbottom .col-sm-4:nth-child(3) div b {color:#ee1c27;background: url(../image/price.png) no-repeat; padding-left: 28px;display: inline-block;background-position: center left;}
.breadcrumb {margin-top: 20px;}
.breadcrumb a {color: #666666;}
.breadcrumb a:hover {color:#e50150}
#content h1, #content h2 {font-size:30px; text-transform: uppercase; color:#111;margin-top: 0;}
#content a {color:#111}
#content a:hover {color:#ee1c27}
#content ol, #content ul {padding: 0 0 0 0; margin: 0; list-style: none;}
.list-group-item:first-child, .list-group-item:last-child {border-radius: 0;}
.list-group a {font-size:14px}
.btn-group-sm > .btn, .btn-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {border-radius: 0 !important}
ul.list-unstyled, ol.list-unstyled {padding: 0 !important;margin-bottom: 20px !important;}
#product-product h1 { margin-top: 20px;}
.btn-primary, .btn-default {background: #3c3839;color:#FFF;border:0}
.btn-primary:hover, .btn-default:hover, .btn-primary:focus, .btn-default:focus {background:#ee1c27}
a.btn-primary, a.btn-default{color:#FFF !important;}
.thumbnails > li, .thumbnails {margin: 0;}
.thumbnail, .nav-tabs > li > a, .dropdown-menu, .panel-heading, .well {border-radius: 0;box-shadow:none;}
.tab-content {
    padding: 20px 20px;
    background: #FFF;
    border: 1px solid #ddd;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(221, 221, 221);
    border-top: 0;
}
#content .img-sold { position: absolute; top: -15px; left: 5px; z-index:2; width:100px !important; }
#product-product .list-unstyled h2 {color:#ee1c27}
.panel-title {font-size:14px}
.dropdown-menu li > a:hover {background: #f2f2f2; color:#111 !important}
#search .btn-lg:hover, .pav-newsletter .btn:hover {background: #ef1b27;}
#content #button-search {margin-bottom: 25px;}
#information-sitemap #content ul {list-style: disc;padding-left: 20px;}
#cms-blog #blog-list figure {border:0 !important;border-radius: 0 !important}
#blog-list .col-sm-6.col-md-4 .innerblogcontent {background: #FFF;padding: 20px;}
#cms-blog #blog-list article {height: 195px !important;}

.product-layout.product-grid .product-thumb {padding-top:20px}
.product-grid { postion: relative; }

li#prodli {position:relative;}
li#prodli ul {display:none;position:absolute;z-index:9;background:#fff;width: 234px;list-style:none;padding-left:0px;}
li#prodli ul li {padding:3px 12px;}
li#prodli:hover ul {display:block;}

#cart-tab{width:15%;}
#logo-tab{width:43%;}

.loog{
/*width: 60%;
text-align: center;
margin: auto;*/
width:38%;
padding-top:40px;
}

.kart{width:15%; padding-right: 0px; float:right;}
.serh{width:25%;}
.pav-newsletter{display: none !important;}
footer .col-sm-2 {width: 24%;}
.shreico{
padding-left: 15px;
padding-top: 25px;
width: 1170px;
margin: auto;
}

@media (max-width: 767px) {
   #cms-blog #blog-list article {height: auto !important;} 
   .blogfooter {display:none}
   .loog {
    text-align: center;
    margin: auto;
    width: 173px;
    padding-top: 0px;
    margin-top: -39px;
    margin-bottom: 25px;
   }
}

#tab-description img{width:100% !important;}
