.sitetextcolor{
	color:#cb2d41 !important;
}

.nopadding {
	padding: 0%;
}

.nobg{
	background:#fff !important;
}

.mt2per {
	margin-top: 2%;
}

.mt4per {
	margin-top: 4% !important;
}

.ml4per {
	margin-left: 4%;
}

.mr2per {
	margin-right: 2%;
}

.bbnone {
	border-bottom: none !important;
}

.pt60px {
	padding-top: 60px !important;
}

.bbe5e5e5 {
	border-bottom: 1px solid #e5e5e5;
}

.sitetxtcolor{
	color:#cb2d41;
}

.btn_r2b {
	background: #cb2d41;
	color: #fff;
	border: 1px solid #cb2d41;
}

.btn_r2b:hover {
	background: #3b3b3b;
	border: 1px solid #3b3b3b;
	color: #fff !important;
}

.logo a {
	font-size: 30px;	
	margin:3.7% 0;
	float: left;
	text-transform:uppercase;
	font-weight:bold;
	color:#175ca4;
}

.logo a img {
	max-width:25%;
}

.headerbg {
	background: #cb2d41;
}

.nav-container {
	height: 41px;
	line-height: 41px;
}

ul#menutop {
	list-style: none;
	margin: 0px;
}

ul#menutop li {
	display: inline-block;}

ul#menutop li a {
	color: #ffffff;
	xtext-decoration: none;
}

.topcontainer {
	background: url(../img/bg-megamenu.png) bottom left repeat-x;
	position: relative;
}


.search_form {
	display: inline-block;
}

.search_form span {
	position: absolute;
	right: 35px;
	top: 0px;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	font-size: 16px;
	line-height: 45px;
	height: 45px;
	font-weight: 400;
}

.search_form input {
	padding: 11px 35px 10px 20px;
	margin: 0px;
	height: 45px;
	width: 100%;
	font-size: 12px;
}

.search_form .form-control {
	background: transparent;
	color: #cb2d41;
	border: 1px solid #d65967;
	border-radius: 0;
}

.search_form .form-control::placeholder {
	color: #000;
}

.search_form span .btn {
	background: transparent;
	color: #000;
}

.input-group.search_form &:focus {
	border-color: #fff;
	outline: -webkit-focus-ring-color auto 0px !important;
}

.logoright {
	margin:2% 0;
}

.logoright a.my-account {
	color: #000;
	border-color: #d65967;
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 45px;
	background: transparent;
	border: 1px solid #d65967;
	-moz-border-radius: 100px;
	text-align: center;
	font-size: 17px;
	padding: 9px 0px 0px 0px;
}

.logoright a.my-account:hover {
	color: #131313;
	background: #fff;
}

/* Cart dropdown */

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.cartdetail {
	width: auto;
	float: left;
	padding-left: 3%;
}

.cartdetail .dropbtn {
	border: 1px solid #d65967;
	background: transparent;
	height: 45px;
	width: 45px;
	color: #000;
	float: left;
}

.cartdetail .dropbtn .cart-count {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 21px;
	background: #fff;
	color: #131313;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	left: -10%;
	top: 12px;
	font-style: normal;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	z-index: 1;
	border:1px solid #d65967;
}

.totalprice {
	line-height: 45px;
	padding-left: 16px;
	float: left;
	width: 120px;
    text-align: center;
}

.totalprice i{
	float:right;
	line-height:45px;
	color: #cb2d41;
	}


.logoright:hover .dropbtn i.cart-count {
	border:1px solid #d65967;
	color: #000;
}

.logoright:hover .dropbtn {
	background: #fff;
	color: #131313;
}

.dropdown-content {
	margin-top: 28%;
	text-align: left;
	padding-bottom: 5%;
	right: 0px;
	font-size: 13px;
	min-height: 149px;
	height:auto;
	background: #fff;
}

.item0 {
	padding: 70px 20px;
	text-align: center;
}

.dropdown-content i {
	font-size: 36px;
	color: #fff;
	float: right;
	margin-right: 37px;
	margin-top: -25px;
}

.category-nav {
	float: left;
	width: 270px;
}

.category-nav .category-header {
	padding: 15px;
	display: block;
	background: #cb2d41;
	color: #fff;
	font-weight: 700;
	border-top: none;
	border: 1px solid rgba(0, 0, 0, .1);
	height: 53px;
}

.category-nav .category-list {
	position: absolute;
	width: 270px;
	background-color: #FFF;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	z-index: 50;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	padding: 0px;
	margin: 0px;
}

.category-nav .category-list>li>a {
	display: block;
	padding: 20px 30px 17px 30px;
	text-decoration: none;
}

.category-nav .category-list>li>a:hover {
	color: #cb2d41;
}

.category-nav .category-list>li.dropdown>.dropdown-toggle>i {
	float: right;
	line-height: 20px;
}

.dropdown.side-dropdown>.custom-menu {
	border-left: 2px solid #F8694A;
	left: 100%;
	top: 0;
	width: 750px;
	-webkit-transform: translate(15px, 0px);
	-ms-transform: translate(15px, 0px);
	transform: translate(15px, 0px);
}

.custom-menu {
	position: absolute;
	padding: 15px;
	background: #FFF;
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.175);
	z-index: 100;
	top: 100%;
	min-width: 200px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.categorymenu {
	height: 53px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.caticon {
	float: right;
	font-size: 23px !important;
}

.category-nav .category-list li {
	list-style: none;
	border-bottom: 1px solid #e5e5e5;
}

.category-nav .category-list li:last-child {
	border-bottom: none;
}

.category-nav .category-list li strong {
	font-family: Poppins;
	line-height: 20px;
	font-weight: 500;
	font-style: normal;
	font-size: 13px;
}

.responsive-nav {
	float: left;
}

.nav.navbar-nav {
	width: 75%;
}

.nav.navbar-nav li:last-child a {
	padding-right: 0px;
}

.carousel-indicators {
	display: none;
}

.carousel.slide:hover .carousel-indicators {
	display: block;
}

.carousel-indicators .active {
	background: rgb(125, 125, 125);
	border: rgb(125, 125, 125);
}

.carousel-indicators li {
	background: rgb(125, 125, 125, 0.5);
	border: rgb(125, 125, 125, 0.5);
}

.carousel-indicators li:hover {
	background: rgb(125, 125, 125);
	border: rgb(125, 125, 125);
}

.contentelement img {
	height: 210px;
}

.bs-example .carousel {
	background: #2f4357;
	height: 481px;
	margin-top: 20px;
}

.bs-example .carousel .item {
	min-height: 280px;
}

.bs-example .carousel .item img {
	margin: 0 auto;
}

.bs-example {
	margin: 20px;
	border: 2px solid #cb2d41;
}

.outerscreen {	
	background-color: #cccccc;
	height: 440px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.outerscreen .container {
	text-align: left;
	position: absolute;
	top: 31%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

.orderdetails {
	border: 1px solid #e0e0e0;
	margin-top:5%;
}

.orderdetails div {
	padding: 12px 37px 13px 37px;
	border-right: 1px solid #e0e0e0;
}

.box-heading {
	text-align: center;
	position: relative;
	clear: both;
	border-bottom: 1px solid #e5e5e5;
}

.box-heading span {
	border-bottom: 2px solid #d9121f;
	line-height: 32px;
	font-family: Poppins;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	margin: 0px auto;
	padding: 0px 0px 10px 0px;
	display: inline-block;
	font-size: 20px;
	position: relative;
	z-index: 2;
}

.product-grid:hover {
	border: 2px solid #d9121f;
}

.product-grid:hover .product-content {
	display: none;
}

.latestproduct .col-md-3 {
	padding: 0px;
}

.latestproduct .col-md-8 {
	padding-right: 0px;
}

.product-new {
	color: #fff;
	background: #cb2d41;
	font-size: 11px;
	text-transform: uppercase;
	padding: 2px 8px;
	display: block;
	position: absolute;
	top: 38px;
	left: 10px;
	font-weight: 600;
	border: 1px solid transparent;
}

ul.social>li>a i {
	color: #000;
}

ul.social>li:hover i {
	color: #fff;
}

.producttime {
	background: rgba(237, 237, 237, 0.90);
	margin-top: -60px;
	left: 0;
	right: 0;
	padding: 0px;
	position: absolute;
	z-index: 1;
	font-size: 12px;
	color: #232323;
	overflow: hidden;
}

.countdown-section {
	width: 32.5%;
	display: block;
	float: left;
	font-size: 100%;
	line-height: 1.8;
	text-align: center;
	position: relative;
	padding: 12px 0px 6px 0px;
}

.countdown-amount {
	font-size: 14px;
	font-weight: 600;
	display: block;
	position: relative;
	margin-bottom: -5px;
}

.countdown-period {
	display: block;
}

.product-new-label.product-new {
	color: #fff;
	background: #cb2d41 !important;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 7px;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	font-weight: 600;
	border: 1px solid transparent;
}

.newproduct {
	border-bottom: 1px solid #e5e5e5;
	height: auto;
	overflow: hidden
}

.dealslider .bs-example .carousel,
.bs-example .producttime {
	margin-top: 0px
}

.bs-example .producttime {
	z-index: 2;
}

.dealslider .bs-example .carousel {
	background: none;
	height: 350px;
}

.carousel-inner .product-grid:hover {
	border: none;
}

.dealslider .productdesc h3.title {
	color: #232323;
	font-size: 1.1em;
	width:98%;
	padding:2% 0;
}

.productdesc.todaydeal a:hover {
	color: #cb2d41;
	xtext-decoration: none;
}

.productdesc.todaydeal .price,
.productdesc.todaydeal .price span {
	font-weight: 400 !important;
	padding-right: 2px;
	font-size: 20px;
}

.productdesc.todaydeal .price span {
	text-decoration: line-through;
}

.product-grid1 {
	top: 8%;
	position: absolute !important;
}

.dealslider .item {
	min-height: 358px !important;
}

.dealslider .bs-example {
	margin: 0%;
}

.product-grid1 {
	width: 100%;
	height:330px;
}

.btn-black {
	background: #3b3b3b;
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	padding: 13px 38px 10px 38px;
	border-radius: 0;
	margin-top: 4%;
	font-family: Poppins;
	line-height: 18px;
	font-weight: 600;
	font-style: normal;
}

.btn-black:hover {
	background: #262626;
	color: #fff;
}

.dealslider .bs-example {
	height: 360px;
}

.dealslider .carousel-inner {
	height: 350px;
}

.product-grid1 .price {
	padding-top: 2%;
}

.product-grid1 .product-image img.pic-1 {
	height: auto;
	width: 96%;
	max-height:150px;
}

.outerscreen h1.title {
	color: #fff;
	font-size: 90px;
	line-height: 1;
	position: relative;
	margin-left: -4px;
	padding: 98px 0px 0px 0px;
}

.outerscreen .price {
	color: #cb2d41;
	font-size: 30px;
	line-height: 1;
}

.outerscreen .price .price-old {
	font-size: 25px;
	font-weight: 300;
	color: #666666;
	text-decoration: line-through;
}

.btn_r2b {
	border-radius: 0;
	padding: 18px 40px 15px 40px;
	margin-top: 13px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
}

.btn_r2b:hover {
	background: #3b3b3b;
	border: 1px solid #3b3b3b;
}

.tabsection .bs-example {
	border: 1px solid transparent;
}

.nav-tabs>li>a {
	color: #999999;
	line-height: 32px;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.tabsection .tab-pane div {
	padding-left: 0;
	padding-right: 0;
}

.orderdetails img {
	margin-right: 15px;
}

.footersect {
	background: #f8f8f8;
	padding-top: 40px;
	margin-top: 3%;
}

.footersect .footersn img,
.footersect .footersn1 img {
	float: left;
	margin-right: 18px;
}

.callcontent {
	float: left;
	color: #000000;
}

.callcontent p {
	padding: 2px 0px 0px 0px;
	margin: 0px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	color: #020202;
}

.callcontent h6 {
	color: #131313;
	font-size: 20px;
	line-height: 1;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

.footersn1 h6 {
	color: #cb2d41;
}

.footercontactbtn {
	background: #cb2d41;
	margin: 0px 0px 10px 0px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 600;
	padding: 8px 38px 5px 38px
}

.footercontactbtn:hover {
	background: #3b3b3b;
	color: #fff;
}

.footer_menu {
	padding-bottom: 25px;
}

.footer_menu h4 {
	padding-top: 0;
	color: #000000;
	padding: 18px 0px 12px 0px;
	margin: 0px 0px 22px 0px;
	display: inline-block;
	border-bottom: 2px solid #d9121f
}

.footer_menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.footer_menu>ul>li>a {
	line-height: 25px;
	color: #000;
	font-size: 13px;
}

.footer_logo {
	border-top: 1px solid #dfdfdf;
	background: #f8f8f8;
	padding: 30px 0;
}

.footer_socialicons {
	margin: 0px;
	list-style: none;
	padding: 10px 0px 0px 0px;
	position: relative;
	margin-bottom: -3px;
}

.footer_socialicons li {
	display: inline-block;
	vertical-align: top;
	padding: 0px 9px 0px 9px;
	font-size: 24px;
}

.footer_socialicons li>a {
	color: #d1d1d1;
	line-height: 25px;
}

.footer_socialicons li:hover a {
	color: #000;
}


/*****************Product page design***************/

.productsect {
	padding-top: 45px;
}

.btntooltip {
	display: inline-block;
	cursor: pointer;
	color: #d9121f;
	border: 1px solid #e5e5e5;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 30px 5px 30px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	background: #fff;
	outline: none;
}

.btntooltip:hover {
	background: #d9121f;
	color: #fff;
}

.pageheading .title-page {
	line-height: 45px;
	font-weight: 400;
	font-style: normal;
	font-size: 25px;
	margin: 0px;
	color: #131313;
	border-bottom: 2px solid #cb2d41;
	display: inline-block;
	padding-bottom: 10px;
}

.breadcrumb>li>a {
	text-transform: capitalize;
}

.rating {
	padding-bottom: 17px;
}

.fa-star {
	font-size: 16px;
	color: #ccc;
}

.fa-star.checked {
	color: #cb2d41;
}

.rating .stars {
	float: left;
	margin-right: 15px;
}

/*************************************************************************************/
/* Rating Star Widgets Style 
added  by jai*/
.rating-stars ul {
  list-style-type:none;
  padding:0;
  
  -moz-user-select:none;
  -webkit-user-select:none;
}
.rating-stars ul > li.star {
  display:inline-block;
  padding:0;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size:1em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color:#cb2d41;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color:#cb2d41;
}

/* .fa-fw{width:1.28571429em;text-align:center} */

/*************************************************************************************/

.product-description {
	line-height: 23px;
	padding: 24px 0;
	height: auto;
	overflow: hidden;
}

.product-description p {
	width: 80%;
	float: left;
}

.product-brand {
	width: 20%;
	float: left;
	border: 1px solid #e5e5e5;
}

.productsect .price {
	color: #cb2d41;
	padding: 24px 0;
	line-height: 70px;
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
}

.product_cat {
	padding-top: 23px;
	line-height: 23px;
	color: #232323;
	font-size: 13px;
}

.product_cat span {
	float: left;
	font-weight: 600;
	margin-right: 2px;
}

.tabproductdesc,
.tabreview {
	padding: 23px 0;
}

.tabproductdesc h2,
.tabreview h2 {
	margin: 5px 0px 20px 0px;
	padding: 10px 0px 0px 0px;
	font-size: 20px;
}

.tabproductdesc p {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: 23px;
}

.customerdesc {
	border: 1px solid #e5e5e5;
	height: auto;
	overflow: hidden;
	margin: 15px 0px 20px 0px;
	padding: 20px;
	float: left;
	width: 100%;
}

.customerdesc img {
	padding: 0px 20px;
}

.customerdesc i {
	position: absolute;
	font-size: 32px;
	margin-left: 16px;
	margin-top: -42px;
	color: #e6e6e6;
}

.customerdesc p {
	width: 80%
}

.ratingcustomer {
	float: right;
}

.reviewdesc {
	float: left;
}

.ratingcustomer {
	float: right;
}

.addreview {
	float: left;
	width: 100%;
}

.addreview star {
	padding: 6px 0;
}

.addreview .form-control {
	border-radius: 0px;
}

.addreview .btn {
	padding: 13px 38px 10px 38px;
}

.userchoice h2 {
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
}

.userchoice .color,
.userchoice .color.size {
	height: auto;
	overflow: hidden;
	padding-top: 15px;
}

.userchoice .color span,
.userchoice .color.size span {
	font-size: 13px;
	font-weight: 600;
}

.userchoice .color ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.userchoice .color ul li {
	float: left;
}

.btn.ttipcolor {
	border-radius: 100px;
}

.btn.ttipcolor span {
	height: 20px;
	width: 20px;
	position: absolute;
	margin-top: -10px;
	margin-left: -10px;
	border-radius: 100px;
}

.color.size .btn.ttipcolor {
	padding: 2px;
	margin: 2px;
	width: 36px;
	height: 36px;
	border: 1px solid rgba(0, 0, 0, .2);
	background: none;
	font-size: 1rem;
	font-weight: bold;
}

.btn.ttipcolor:hover {
	border: 1px solid #000;
}

.btn.ttipcolor {
	padding: 2px;
	margin: 2px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, .2);
	background: none;
}

.addcart {
	width: 400px;
	height: auto;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	margin-top: 35px;
}

.addcart1 {
	padding: 20px 30px 30px 30px;
}

.addcart1 p {
	padding: 6px 10px 0px 0px;
	margin: 0px;
	float: none;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
}

.addcart1 .quantity input {
	width: 80px;
	height: 45px;
	border-radius: 0;
	float: left;
}

.addcart1 .quantity input::placeholder {
	color: #000;
}

.addcart2 {
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	margin-top: 30px;
}

.add2wish {
	border-right: 1px solid #e5e5e5;
}

.quantity .btn_r2b {
	margin-top: 0px;
	height: 40px;
	line-height: 40px;
	padding: 0px 38px;
	margin-left: 10px;
}

.btnquestion,
.btnquestion:hover {
	margin: 20px 0px 0px 0px;
	padding-left: 20px;
	padding-right: 25px;
	float: left;
	height: auto;
	background: #3b3b3b;
	color: #fff;
	text-transform: uppercase;
	padding: 13px 38px 10px 38px;
	font-size: 13px;
	cursor: pointer;
}

.btnquestion i {
	padding-right: 10px;
}

.addcart2 div {
	text-align: center;
	font-size: 12px;
	font-weight: 400;
	height:40px;
	line-height:40px;
}

.addcart2 div:hover a {
	color: #cb2d41;
}

.askproduct .modal-title {
	padding: 5px 0px 25px 0px;
	position: relative;
	float: left;
	border-bottom: 2px solid #d9121f;
}

.askproduct label {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 5px;
}

.askproduct .form-control {
	border-color: #e0e0e0;
	border-radius: 0px;
	height: 45px;
	padding: 12px 20px 11px 20px;
}

.askproduct .modal-footer .btn {
	padding: 13px 38px 10px 38px;
	float: left
}

.askproduct .close {
	position: absolute;
	right: -2%;
	top: -13px;
	width: 45px;
	height: 45px;
	border: 2px solid #cb2d41;
	border-radius: 100px;
	background: #fff;
	line-height: 45px;
}

.askproduct .close:hover {
	background: #cb2d41;
	color: #fff;
}


/*****************Categories page design***************/

.categorysect {
	padding-top: 45px;
}

.list_grid {
	padding: 26px 13px 23px 0px;
}

.list_grid a {
	font-size: 14px;
	margin-right: 14px;
}

.categoryl_g {
	float: left;
	width:100%;
}

.categoryproduct img {
	max-width: 200px;
}

.category_brand {
	float: right;
	width: auto;
	height: 60px;
}

#products .social {
	width: 190px;
	padding: 0;
	margin-top: 30px;
}

#products .social li {
	display: inline-block
}

#products .social li a {
	color: #fff;
	border: 1px solid #ccc;
	font-size: 16px;
	line-height: 35px;
	text-align: center;
	height: 35px;
	width: 35px;
	margin: 0 2px;
	display: block;
	position: relative;
	z-index: 2;
}

#products .social li a:hover {
	color: #fff;
	background-color: #cb2d41;
	border: 1px solid #cb2d41;
}

#products .social li a:after,
#products .social li a:before {
	content: attr(data-tip);
	color: #fff;
	background-color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 20px;
	padding: 1px 5px;
	white-space: nowrap;
	opacity: 0;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -30px
}

#products .social li a:after {
	content: '';
	height: 15px;
	width: 15px;
	border-radius: 0;
	transform: translateX(-50%) rotate(45deg);
	top: -20px;
	z-index: -1;
}

#products .social li a:hover:after,
#products .social li a:hover:before {
	opacity: 1
}

.listmiddle {
	padding-left: 35px;
	line-height: 1;
}

.listmiddle a {
	color: #232323;
	font-size: 13px;
	font-weight: 400;
}

.listmiddle a:hover {
	color: #cb2d41;
}

.listmiddle .price {
	color: #cb2d41;
	font-weight: 600;
	font-size: 24px;
	padding-top: 3px;
	letter-spacing: .5px;
}

.list-group-item {
	border-bottom: 1px solid #ddd;
}

.list-group-item{
	border: 2px solid #ddd;
	
}

.list-group-item:hover {
	border: 2px solid #d9121f;
}

.brands ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.brands ul li {
	border-bottom: 1px dashed #dcdcdc;
	padding: 5px;
}

.brands ul li:last-child {
	border-bottom: none;
}

.brands ul li:hover a {
	color: #cb2d41;
}

.category_filter .title_head {
	font-size: 13px;
    padding-left:20px;
    margin:0;
    text-transform: uppercase;
    color: #000;
    /* font-weight: 700; */	
}

.categoryrow {
	margin-left: -15px;
}

.categoryrow .userchoice {
	margin-top: 10%;
}

.price_filter {
	font-size: 13px;
	color: #232323;
	padding-right: 5px;
}

#min_price,
#max_price {
	width: 55px;
	border: none;
}

#min_price {
	text-align: right;
	padding-right: 5px;
}

.category_filter .color {
	width: 100%;
}

.category_filter .userchoice .color ul {
	padding: 6% 0;
	float: left;
}

.category_filter .btn.ttipcolor span {
	width: 30px;
	height: 30px;
}

.category_filter .btn.ttipcolor {
	border: none;
}

.category_filter .btn.ttipcolor {
	width: 39px;
	height: 39px;
}

.category_filter .btn.ttipcolor:hover {
	border: 1px solid #000;
}

.category_filter .btn.ttipcolor span {
	margin-top: -16px;
	margin-left: -14px;
}

.category_filter .color.size .btn.ttipcolor {
	border-radius: 0;
	background: #efefef;
	border: 1px solid #efefef;
	color: #232323;
}

.category_filter .color.size .btn.ttipcolor:hover {
	background: #3b3b3b;
	color: #fff;
}

.category_filter .brands {
	padding-top: 15px;
}


/*****************Myaccount page design***************/

.myaccount {
	padding-top: 45px;
}

.myaccount h1 {
	font-size: 20px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 15px 0px;
	font-weight: 400;
}

.loginsection {
	padding-left: 45px;	
}

.myaccount label,
.view_cart label {
	font-weight: bold;
	font-family: 'Poppins';
	text-transform: uppercase;
	font-size: 11px;
	color: #000;
}

.myaccount .form-control {
	height: 45px;
	border: 1px solid #e0e0e0;
	border-radius: 0px;
}

.myaccount .form-control:focus {
	border: 1px solid #cb2d41!important;
}

.myaccount .btn_r2b {
	height: 41px;
	padding: 13px 38px 10px 38px;
}

.myaccount input[type=checkbox] {
	margin-top: 0;
}

.myaccount .help-block {
	color: #232323;
	font-size: 13px;
}

.forgotpwd .form-group {
	float: left;
}


/*****************Checkout & Cart page design***************/

.placeorder {
	padding-top: 45px;
}

.placeorder h1 {
	font-size: 20px;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
	font-weight: 400;
}

.placeorder .alert {
	width: 100%;
}

.placeorder .alert-checkout {
	background: #E8F6FF;
	padding: 13px 14px 11px 20px;
	border-radius: 0;
	border: 1px solid #B8E2FB;
	color: #222;
	font-size: 13px;
	float:left;
	width:98%;
	margin-left:1%;
}

.alert-checkout i {
	color: #3498db;
	margin-right: 10px;
}

.alert-checkout .alert-dismissable .close,
.alert-dismissible .close {
	right: 0px;
}

.alert-checkout a {
	text-decoration: underline;
}

.view_cart {
	padding-top: 30px;
	float: left;
	margin-bottom:5%;	
}

.view_cart .pageheading .title-page {
	font-size: 20px;
	margin-bottom: 30px;
	padding-bottom: 5px;
}

.orderreview {
	border: 2px solid #cb2d41;
	float: left;
	width: 100%;
	padding: 30px;
}

.orderreview ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-bottom: 1px solid #f1f1f1;
	float: left;
	width: 100%;
}

.orderreview ul.footer {
	border: none;
}

.payment {
	width: 100%;
	float: left;
}

.payment .panel {
	background: none;
	border: none;
	webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
	box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.payment .panel-body {
	border: 1px solid #ccc;
	margin-top: 10px;
	border-radius: 2px;
}

.panel-body i {
	position: absolute;
	margin-top: -29px;
	font-size: 20px;
	background: #fff;
	color: #ccc;
	font-weight: normal;
	margin-left: 20px;
}

.orderreview .btn_r2b,.orderreview .btn_r2b:active{
	padding: 13px 38px 10px 38px;
	background: #3b3b3b;
	border: 1px solid #3b3b3b;
	margin-left: 33%;
	color:#fff;
}

.shipping-calculator-form {
	display: none;
}

.shipping-calculator-button:hover .shipping-calculator-form {
	display: block;
}

.table-condensed.table>thead>tr>th {
	border-bottom: 1px solid #f1f1f1;
	padding: 10px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	color: #000;
	letter-spacing: .4px;
}

.table-condensed.table-hover>tbody>tr:hover {
	background: none;
}

.table-condensed.table>tbody>tr>td {
	vertical-align: middle;
	text-align: center;
}

.table-condensed.table>tbody>tr>td:first-child {
	padding: 5px;
}

.table-condensed.table>tbody {
	height: 137px;
	border-bottom: 1px solid #f1f1f1;
}

.table-condensed.table>tbody>tr>td.pricecss,
.cart-total .pricecss {
	color: #cb2d41;
	font-weight: 600;
	font-size: 14px;
}

.table-condensed.table .actions i:hover {
	color: #aeb1b2 !important;
}

.cart-actions .btn_r2b {
	padding: 13px 38px 10px 38px;
	margin-left: 2%;
	margin-top: 0;
}

.cart-actions {
	width: 100%;
	float: left;
	margin: 20px 0;
}

.cart-actions label {
	color: #232323;
	font-size: 13px;
	font-weight: normal;
	float: left;
	padding: 13px 10px 0 0px;
}

.cart-actions.myaccount .form-control {
	float: left;
}

.cart-actions.myaccount .form-group {
	float: left;
}

.cart-total {
	float: right;
}

.cart-total .btn_r2b.btn_b2b {
	padding: 13px 38px 10px 38px;
	background: #3b3b3b;
	border: 1px solid #3b3b3b;
	margin-left: 33%;
	float: right;
}

.cart-total table {
	margin-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}

.cart-total table th {
	padding-right: 30px;
	padding: 2px;
	text-transform: uppercase !important;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	letter-spacing: .3px;
	float: left;
}

.cart-total table td {
	float: right;
}

.shop_table {
	width: 100%;
}

.shop_table tr {
	width: 100%;
	float: left;
}

.shipping strong {
	font-size: 13px;
	float: right;
	padding-bottom: 10px;
}

.cart-total .btn_r2b {
	width: 100%;
}

.calculateship {
	width: 210px;
	float: right;
}

.calculateship .form-control {
	height: 45px;
	border: 1px solid #e0e0e0 !important;
	width: 200px;
	float: right;
	border-radius: 0;
	text-align:right;
}

.calculateship .btn_r2b {
	padding: 13px 0px 10px 0px;
	margin-top: 5%;
	float: right;
	width: 140px;
}

.shop_table tbody {
	padding-bottom: 20px;
	float: left;
}

.billingaddress .half_formctrl {
	padding: 0px;
	width: 48%;
	float: left;
	margin-bottom: 10px;
}

.billingaddress .form-control {
	border: 1px solid #e0e0e0;
	border-radius: 0;
	padding: 12px 20px 11px 20px;
	color: #232323;
	font-size: 13px;
	font-weight: 400;
	height: 45px;
	margin: 5px 0;
}

.billingaddress .form-control:focus {
	border: 1px solid #cb2d41 !important;
}

.red {
	color: #ff7b7b;
}

.billingaddress .dropdown_select {
	width: 100%;
}

.billingaddress .dropdown_select>.select>span {
	font-size: 13px;
	color: #232323;
}

.billingaddress .checkbox input,
.payment .checkbox input {
	margin-top: 0;
}

.billingaddress .checkbox {
	margin: 50px 0;
}

.billingaddress .checkbox label {
	font-weight: normal;
	font-size: 13px;
	color: #232323;
	text-transform: capitalize;
}

.billingaddress textarea {
	min-height: 200px;
}

.orderreview ul.head li {
	font-weight: bold;
	padding: 10px;
	padding-right: 0;
}

.orderreview ul.body li {
	padding: 10px 20px;
	padding-right: 0px;
}

.orderreview ul.footer li {
	font-weight: bold;
	width: 100%;
	float: right;
	padding-bottom: 12px;
}

.orderreview ul li.red,
.orderreview ul li>span.red {
	color: #cb2d41;
	font-weight: 600;
}

.orderreview ul.footer li>span.title {
	width: 38%;
	float: left;
	text-align: right;
}

.orderreview ul.footer li>span.content {
	width: 62%;
	float: left;
	text-align: right;
}

.orderreview ul.footer li>span.content.one {
	font-weight: normal !important;
	width: 53%;
	float: right;
	text-align: center;
}

.payment #accordion label {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
}

.payment #accordion .panel-body {
	font-size: .92em;
	padding: 15px 20px;
}

.payment #accordion .panel {
	margin-bottom: 5px;
}

.payment #accordion .panel .cardtype {
	padding: 0px 10px 0 5px;
}

.entercard .half_formctrl {
	padding: 0px;
	width: 48%;
	float: left;
	margin-bottom: 10px;
}

.entercard .form-control {
	border: 1px solid #e0e0e0;
	border-radius: 0;
	padding: 12px 20px 11px 20px;
	color: #232323;
	font-size: 13px;
	font-weight: 400;
	height: 45px;
	margin: 5px 0;
}

.entercard .form-control:focus {
	border: 1px solid #cb2d41 !important;
}

.entercard .form-group label {
	font-size: .85em !important;
	text-transform: uppercase !important;
	color: #5e5e5e;
	font-weight: bold !important;
}

/******************* Myaccount *******************/
.hr_tabcontainer{margin-top:1%;}
.hr_tabcontainer .list-group-item{background:none;border:none;color:#232323;font-size: 17px;
    border-bottom: 1px solid #e4e4e4;padding:7px 10px;border-radius:0px;}
.hr_tabcontainer .list-group-item:hover{background:none;color:#cb2d41;}
.hr_tabcontainer .list-group-item.active{background:none;color:#cb2d41;border-bottom:1px solid #e4e4e4;}
.hr_tabcontainer a.btn_r2b:hover{color:#cb2d41;}
.hr_tabcontainer .list-group-item:last-child{border-bottom:none;}
.hrtab_content{font-size:13px;}
.hrtab_content a.btn_r2b{padding:13px 38px 10px 38px;}
.edit_billing,.edit_shipping{width:100%;float:left;}
.edit_billing h3,.edit_shipping h3{font-size:20px;float:left;margin: 0px 0px 20px 0px;
    padding: 10px 0px 0px 0px;}
.edit_billing a,.edit_shipping a{color:#cb2d41;margin:14px 0px 0px 10px;float:left;font-style:italic;}
.myaccount_address,.myaccount_address .col-lg-6{padding:0px;}
.hrtab_content.billingaddress label{font-size:.85em;}
.hrtab_content.billingaddress .title{font-size: 20px;padding: 15px 0px 7px 0px;
    margin-bottom: 7px;}
.hrtab_content a.btn_r2b.save{    margin: 10px 0px;
    float: left;}
.wishlist td{padding:20px 0 !important;}
.btn_r2b1 {
	border-radius: 0;
	padding:13px 38px 10px 38px;
	margin-top: 13px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 10px 0px;
    float: left;
}
.btn_r2b1 {
	background: #cb2d41;
	color: #fff;
	border: 1px solid #cb2d41;
}

.btn_r2b1:hover {
	background: #3b3b3b;
	border: 1px solid #3b3b3b;
	color: #fff !important;
}

.changebtn{width:100%;float:left;text-align:center;}
.confirm_billaddress.orderreview{padding:15px;}
.placeorder .shop_table tbody{width:100%;padding-bottom:0;}
.placeorder .shop_table tr{padding:10px 0;}
.placeorder .cart-total table{margin-bottom:0;}


/* Myaccount Dropdown */
.dropdown-content1 {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.dropdown1:hover .dropdown-content1 {
	display: block;
}

.cartdetail1 {
	width: auto;
	float: left;
	padding-left: 3%;
}

.dropdown-content1 {
	min-width: 120px;
	text-align: left;
	padding:0px;
	font-size: 13px;
	height: auto;
	background: #fff;
	color:#232323;
}

.dropdown-content1 i {
	font-size: 36px;
	color: #fff;
	float: right;
	margin-right: 56px;
	margin-top: -25px;
}

.myaccount_dropdown{padding:24px 0 21px 0;margin:0px;list-style:none;}
.myaccount_dropdown li a{font-weight: 600;
    font-size: 12px;
    padding: 4px 30px;
    white-space: nowrap;
    display: block;
    line-height: 1.428571429;
    cursor: pointer;}
	
.myaccount_order .footercontactbtn{margin-bottom:0px;}
.myaccount_order.wishlist td {
    padding: 12px 0 !important;
}

.table_cart td{padding:30px 20px !important;}
.table_cart .actions i{font-size:13px;color:#232323;margin:0px;}
.dropdown-content .remove.actions i:hover{color:#cb2d41 !important}
.dropdown-content table>tbody>tr>td{border:none;}
.header_drop.btn_r2b{background: #3b3b3b;margin-right:2%;border: 1px solid #3b3b3b;
color:#fff;}
.header_dropdown{width:100%;float:left;}
.dropdown-content .shop_table{width:30%;float:right;height:auto;}
.dropdown-content .shop_table>tr>td{font-size:13px;}
.dropdown-content .shop_table .subtotalprice{width:130px;text-align:center;color:#cb2d41;}
.ordertitle{width:100%;float:left;}
.ordertitle h2{font-size:20px;font-weight:400;font-style:normal;}
.ordertitle h2 span{letter-spacing:1px;}
.ordertitle h2:hover span{color:#cb2d41;}
.customerdetails{font-size: 15px;line-height: 22px;}
.shipmethod{width:125px;}
.category_submenu{margin:0px;padding:0px;}
.category_submenu li{padding:20px 30px 17px 55px;}


.container{width:100%;}
.product-grid .social li.addcompare a:after, .product-grid .social li.addcompare a:before{left:-2px;}
.form-control#reason_notes{
	width:80%;
	height:125px;
}

.one, .two, .three,.four{
    position:absolute;
	margin-top:-10px;
	z-index:1;
	height:40px;
	width:40px;
	border-radius:25px;
	
}
.one{
	left:25%;
}
.two{
	left:50%;
}
.three{
	left:75%;
}
.four{
	left:95%;
}

.no-color{
	background-color:#f5f5f5;
}

.greencolor{
	background:#5cb85c;
}

.progress {
  height: 20px;
  width:98%;
  margin:0px auto;

}
.progress .skill {
  line-height: 35px;
  padding: 0;
  margin: 0 0 0 20px;
  text-transform: uppercase;
}
.progress .skill .val {
  float: right;
  font-style: normal;
  margin: 0 20px 0 0;
}

.progress-bar {
  text-align: left;
  transition-duration: 3s;
}

.newproduct .col-md-3{width:100%;}
.cartdetail1 .dropdown1 a:hover,
.cartdetail .dropdown .dropbtn:hover,
.cartdetail .dropdown .dropbtn:hover .cart-count{
		background:#cb2d41;
		color:#fff;
}
 
.headercategory ul>li>a{
	color:#cb2d41 !important;
}

#navigation .container{
	padding:0%;
}

.homepagetab .col-md-2{
    margin:0 .5%;
}

.myaccregister{
	float:left;
	margin: 0px .5%;
    padding-top: 2px;
	color:#cb2d41 !important;
}

.loginor{
	border-right:1px solid #ccc;
	height:370px;
}

.loginor span
{
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    line-height: 29px;
    position: absolute;
    padding: 0px 15px;
    top: 45%;
    right: -23px;	
}

.loginfacebook,
a.loginfacebook:hover{
	background:#4867aa;
	line-height: 50px;
    border: none;
    color: #fff;
	border-radius:4px;
	width: 150px;
    float: left;
    height: 50px;
    text-align: center;
	margin-top:10%;
}


.logingoogle,
a.logingoogle:hover{
	line-height: 50px;
    border: none;
    color: #520000;
	border:1px solid #7f7f7f;
	border-radius:4px;
	width: 150px;
    float: left;
    height: 50px;
    text-align: center;
	margin-top:10%;
}

.loginfacebook i,
.logingoogle img{
    text-align: center;
	padding:0 5%;
}

.loginright{
		margin-top:8%;
}

.mrpprice{
	color: #999;
    font-weight: 500;
    text-decoration: line-through;
    margin-left: 3px;
    display: inline-block;
}
.productdetailsright .mrpprice{font-size: 22px;}
.productsect.mediaproductsect .col-md-3{margin-top:1%;margin-bottom:1%;}
.newproduct.relatedproduct .col-md-3 .product-image{margin-top:0;height:240px;}
.newproduct.relatedproduct .product-grid .price{padding:0;height:25px;line-height:25px;}
.specslist ul{list-style:none;padding:2% 	0px;margin:0px;}
.specslist ul>li{border-top:1px solid #ccc;border-left:1px solid #ccc;border-right:1px solid #ccc;float:left;width:100%;}
.specslist ul>li:last-child{border-bottom:1px solid #ccc;float:left;width:100%;}
.specslist{padding:0;}
.specvariable{float:left;background:#f5f5f5;height:40px;line-height:40px;   padding-left:2%;border-right:1px solid #ccc;}
.specvalue{float:left;height:40px;line-height:40px;padding-left: 2%;}
.category_filter{width:270px;}
.category_filter .cd-filter-content>ul{padding:0px;margin:0px;list-style:none;height:auto;}
.category_filter .cd-filter-content>ul input[type=checkbox]{height:20px;width:20px;float:left;margin-right:3%;}
.category_filter .cd-filter-content>ul>li{width:100%;float:left;}
.category_filter .cd-filter-content>ul>li>a{line-height:28px;}
.price.filterrange{margin:5% 0;}
.categoryl_g #products_grid{width:100%;float:left;}
.categoryl_g #products_grid .item{padding:0;margin:0 1% 1% 0;    width: 24.25%;}
.categoryl_g #products_grid .item:nth-child(4n+0){margin-right:0;}
.categoryl_g #products_grid .item .product-image{margin-top:0;height:250px;}

.categoryl_g #products .item .listviewdesc{padding-top:2.5%;}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}

.product-content .mrpprice{font-size:20px;}

.aboutdesc{
	font-size: 20px;
    margin: 0px auto;
    line-height: 20px;
}

.aboutimg{
	max-width:100%;
}

.aboutdescright{
	padding:5%;
}

.aboutdescright h2{
	line-height: 32px;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.aboutsect{
	text-align:center;
}

.aboutsect i{
	font-size:35px;
}

.abouttitle{
	height:50px;
	margin-top:4%;
}

.abouttitle span{
	color:#232323;
	font-size:20px;
	border-bottom:2px solid;
	padding-bottom:2%;
}

.aboutpara{
	width:80%;
	margin:0px auto;
}


.aboutsect i.red{color:#d9121f;}
.abouttitle span.red{border-color:#d9121f;}
.aboutsect i.blue{color:#1349b2;}
.abouttitle span.blue{border-color:#1349b2;}
.aboutsect i.gray{color:#333333;}
.abouttitle span.gray{border-color:#333333;}

.faqpanel h4.panel-title span.glyphicon{float:right;font-weight:bold;font-size:20px;}
.panel-group.faqpanel{margin:0px 3%;float:left;}
.contactsect i{font-size:20px;float:left;width:30px;}
.contacttitle{color:#d9121f;font-size: 11px;font-weight: bold;text-transform: uppercase;margin-left:30px;margin-bottom:0;}
.contactdetails{font-size: 20px;line-height: 20px;padding-left: 30px;}
.map{min-height:400px;border:1px solid #c2c2c2;}
.blogleft{text-align:center;border:1px solid #e5e5e5;padding:0;padding-bottom:3%;}
.blogleft img{max-width:100%;}
.blogleft .blogdate{color:#cb2d41;display: inline-block;font-size: 12px;font-weight: bold;
border-bottom:1px solid rgba(0, 0, 0, .2);padding-bottom:9px;margin-top:35px;}
.blogleft .blogpara{padding: 21px 30px;line-height: 23px;text-align:left;}
.blogleft .blogreadmore{color:#cb2d41;text-transform:uppercase;border:1px solid #d9d9d9;border-radius:20px;padding:.8% 3%;font-weight:bold;font-size:11px;}
.blogleft .blogreadmore:hover{background:#cb2d41;color:#fff;border:transparent;}
.bloglink a{background:#cb2d41;color:#fff;font-size:11px;font-weight:bold;padding:1px 10px;border-radius:20px;margin-right:.5%;}
.bloglink a:hover{background:#3b3b3b;}
.bloglink{margin-top:-1.4%;}
.blogrightlist span{background:#cb2d41;width:100%;height:100px;height:50px;color:#fff;float: left;line-height: 50px;font-weight:bold;letter-spacing:0.5px;}
.blogrightlist>ul{list-style:none;padding:0px;border:1px solid #e5e5e5;float:left;width:100%;}
.blogrightlist>ul>li{font-size:13px;border-bottom:1px solid #e5e5e5;}

/* width */
::-webkit-scrollbar {
  width: 5px;height:5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #c2c2c2; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#update_cart_form{width:96%;padding:0 2%;}
.mediaplaceorder{width:98%;padding:0 1%;}
.contactsect .col-lg-4{height:50px;}
.loginright strong{width:100%;float:left;}