/*Global css*/

* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body {
	font-family: Roboto, Arial, Helvetica, sans-serif !important;
	background: #f3f3f3 !important;
}

.col-100 {
	width: 100%;
}

.left {
	float: left;
}

.padding-none {
	padding: 0px !important;
}

.com-pd {
	padding: 40px 0px;
}

.title h3 {
	border-left: 5px solid #febd69;
	color: #1b2532;
	font: 500 22px/34px;
	margin: 0;
	padding: 6px 15px;
	position: relative;
	text-transform: capitalize;
}

img {
	width: 100%;
	display: block;
}



label {
    font-size: 14px;
    font-weight: 400 !important;
}
.sstar
{
color: red;
margin-left: 3px;
}
.com-btn
{
background-color: #f6bd6a;
padding: 12px 30px;
color: #222f3e;
font-size: 13px;
text-transform: uppercase;
text-align: center;
text-decoration: none;
line-height: 68px;
text-decoration: none;
}
.com-btn:hover
{
background-color:#f7c276ed;
transition: all;
transition-timing-function:.5s ease-in-out;
text-decoration: none;
}
.page_title
{
padding:0px 38px;
}
.page_title h3.pg_title
{
font-size: 16px;
margin: 0px;
}
.breadcrumb
{
margin:0px !important;
}
a:focus, a:hover
{
text-decoration: none !important;
}
.save-btn
{
padding: 10px 20px;
background: #f7bd69;
color: #333;
}
/*.common_div
{
padding:38px 0px;
}*/
/*Global css*/

.header {
	background: #232f3e;
}

.top-inner {
	padding: 10px 0px;
}

.top-inner img {
	width: 150px;
	margin: 0 auto;
}
.top-inner .right_container 
{
padding: 0px 13px;
}

/*top-search-bar*/

#adv-search .search {
	line-height: 15px;
	padding: 26px 10px 6px 0;
	margin: 0;
	border-radius: 3px;
	height: 33px;
	font-family: arial, sans-serif;
	font-size: 15px;
	background: 0 0;
	color: #111;
	outline: 0;
	-webkit-appearance: none;
	box-shadow: none;
	text-indent: 8px;
	background: #fff;
}

#adv-search .all-category {
	position: absolute !important;
	z-index: 3;
}

#adv-search .all-category button {
	border: 0px;
}

.dropdown.dropdown-lg .dropdown-menu {
	position: absolute;
	left: 0px;
	min-width: 200px;
	overflow-y: scroll;
	height: 281px;
}

.search-btn {
	background: #febd69;
	font-size: 18px !important;
	padding: 6px 12px !important;
	line-height: 15px !important;
	border-radius: 3px;
}

.dropdown.dropdown-lg .dropdown-menu {
	margin-top: -1px;
	padding: 1px 5px;
}

.input-group-btn .btn-group {
	display: flex !important;
}

.btn-group .btn {
	border-radius: 0;
	margin-left: -1px;
}

.btn-group .btn:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.btn-group .form-horizontal .btn[type="submit"] {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
	margin-left: 0;
	margin-right: 0;
}

.form-group .form-control:last-child {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
	#adv-search {
		width: 672px;
		margin: 0 auto;
		z-index: 9;
	}
	.dropdown.dropdown-lg {
		position: static !important;
	}
	.dropdown.dropdown-lg .dropdown-menu {
		min-width: 200px;
		overflow-y: scroll;
		height: 281px;
	}

}

.dropdown ul.top-category {
	margin: 0px;
}

.dropdown ul.top-category li {
	list-style: none;
	padding: 5px;
	border-bottom: 1px solid #e7e7e7;
}

.dropdown ul.top-category li a {
	font-size: 13px;
	text-decoration: none;
	color: #232f3e;
	font-weight: 500;
}

.dropdown ul.top-category li a:hover {
	color: #febd69;
}

.navUser-item {
	display: block;
	float: left;
}

.cart-button {
	width: 34px;
	height: 34px;
	display: inline-block;
	border-radius: 3px;
	position: relative;
	text-align: center;
}

.cart-button--primary {
	background: #febd69;
	color: #FFF;
	float: left;
	margin-right: 10px;
}

.cart-button--primary span.add-product {
	position: absolute;
	top: 0px;
	right: -8px;
	padding: 2px;
	width: 21px;
	height: 21px;
	background: red;
	z-index: 999;
	border-radius: 100px;
}

.header-bottom__cart .cart-button--preview .total-shopping-cart {
	font-size: 12px;
}

.cart-button--preview .total-shopping-cart {
	display: block;
	font-size: 13px;
}

.navUser-item span {
	color: #fff;
}

.glyphicon-shopping-cart {
	padding: 8px;
	color: #333;
	font-size: 18px;
}


/*top-search-bar*/


/*menu bar*/

.wrap-all {
	clear: both;
	display: block;
	position: fixed;
	top: 65px;
	left: 0;
	transition-property: all;
	transition-duration: 400ms;
	transition-timing-function: ease-in-out;
	z-index: 0;
	background: #232f3e;
	z-index: 4;
	    border-top: 1px solid #1b2532;
}

.wrap-all-shrink {
	clear: both;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transition-property: all;
	transition: all;
	transition-duration: 0s;
	transition-timing-function: ease;
	transition-duration: 200ms;
	transition-timing-function: ease-out;
	z-index: 4;
}

.menu-container {
	width: 100%;
	float: left;
}

.third-level-menu {
	position: absolute;
	top: 0;
	right: -150px;
	width: 150px;
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
	background: #fff;
}

.third-level-menu>li {
	height: 30px;
	border: 1px solid #e7e6e6;
}

.third-level-menu>li:hover {
	background:#f7bd69;
}

.second-level-menu {
	position: absolute;
	top: 40px;
	left: 0;
	width: 150px;
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
	box-shadow: 1px 1px 1px 1px #ccc;
	background: #fff;
}

.second-level-menu>li {
	position: relative;
	height: 30px;
	color: #333;
	border: 1px solid #e7e6e6;
}

.second-level-menu>li a {
	color: #484848;
	text-decoration: none;
	font-size: 12px;
}

.second-level-menu>li:hover {
    background: #f7bd69;;
}

.top-level-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
 ul.top-level-menu li a:hover
{
color: #fff;
}

.top-level-menu>li {
	position: relative;
	float: left;
	/*height: 30px;

width: 150px;*/
	padding: 5px 10px;
	background: transparent;
}

.top-level-menu li:hover>ul {
	display: inline;
}

.top-level-menu a {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 0 0 10px;
	display: block;
	line-height: 30px;
}

.menu-nav {
	padding: 0px 40px;
}

.menu-nav ul.menu {
	float: left;
	margin: 0px;
}

.menu-nav ul.menu li {
	float: left;
	padding: 10px 10px;
	list-style: none;
}

.menu-nav ul.menu li a {
	color: #ccc;
	font-size: 13px;
	text-decoration: none;
}

.right-bar ul.right-bar-li {
	float: left;
	margin: 0px;
}

.right-bar ul.right-bar-li li {
	float: left;
	padding: 10px 10px;
	list-style: none;
	position: relative;
}

.right-bar ul.right-bar-li li a {
	color: #ccc;
	font-size: 13px;
	text-decoration: none;
}

.right-bar ul.right-bar-li li>ul.account-dropdown {
	display: none;
}

.right-bar ul.right-bar-li li:hover>ul.account-dropdown {
	display: block;
	position: absolute;
	top: 39px;
	background-color: #fff;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.1);
	width: 189px;
	display: table;
}

.right-bar ul.right-bar-li li:hover>ul.account-dropdown li {
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	display: table-cell;
	width: 100%;
	list-style: none;

}
.right-bar ul.right-bar-li li:hover>ul.account-dropdown li:hover
{
background-color: #febd69;
border-bottom: 1px solid #ccc;
}

.right-bar ul.right-bar-li li:hover>ul.account-dropdown li a {
	color: #868686;
	text-decoration: none;
}


/*main-slider section css*/

.slider {
	padding: 40px 0px 0px 0px;
}

.slider .glyphicon-chevron-left {
	position: absolute;
	top: 45%;
	left: 10px;
	width: 36px;
	height: 36px;
	background: #0000001a;
	line-height: 33px;
	padding: 1px 10px;
	color: #2c2c2c4d;
	border-radius: 100px;
}

.slider .glyphicon-chevron-right {
	position: absolute;
	top: 45%;
	right: 10px;
	width: 36px;
	height: 36px;
	background: #0000001a;
	line-height: 33px;
	padding: 1px 10px;
	color: #2c2c2c4d;
	border-radius: 100px;
}


/*comingsoon-css*/

.coming_soon {
	padding: 70px 0px;
}

.marqee_inner marquee {
	font-size: 25px;
	color: #5db223;
	font-weight: 600;
	text-transform: uppercase;
}

.left-panel img {
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	float: left;
	margin: 0 0 30px;
	width: 100%;
/*	height: 300px;*/
}


/*product css*/

#wrapper {
	width: 100%;
	margin: 0 auto;
}

#vertical-ticker {
	height: 535px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
	list-style: none;
}

#vertical-ticker li {
	width: 100%;
	float: left;
	padding: 10px;
	display: block;
	background: #efefef;
	color: #333;
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-size: 13px;
}

.news_list .date {
	padding: 15px 0px;
	text-align: center;
	width: 100%;
	background: #222f3e;
	color: #fff;
}
.news_list .img
{
width: 100%;
float: left;
display: block;
}

.news_list .date p {
	margin: 0px;
}

.product-layouts {
	padding: 15px 0px;
	display: table;
	width: 100%;
	height: 200px;
}

.product-layouts {
	position: relative;
}

.product-thumb {
	background: #ffffff;
	border: 1px solid #dedcdc;
	overflow: hidden;
	position: relative;
	padding: 10px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.product-thumb:hover {
	box-shadow: 0px 0px 0px 1px #dedede;
	transition-property: all;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
	border: 1px solid #f6bd6a;
}

.product-thumb .image {
	overflow: hidden;
	text-align: center;
	position: relative;
	width: 200px;
	height: 200px;
	display: inline-block;
	vertical-align: top;
}

.product-thumb .image a {
	display: block;
	position: relative;
	overflow: hidden;
}

.product-thumb .image img.image_thumb {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.product-thumb .image img.image_thumb_swap {
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all 500ms ease-in-out 0s;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
}

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

.product-thumb .rating {
	bottom: 75px;
	left: 15px;
	margin: 0 auto;
	position: absolute;
	right: auto;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;
}

.price {
	color: #e01010;
}

.price-tax {
	text-decoration: line-through;
	margin-left: 10px;
	color: #848484;
}

.rating span.fa-stack,
#review span.fa-stack {
	width: 13px;
	height: 13px;
}

.rating .fa-star,
#review .fa-star {
	color: #fbaf5d;
	font-size: 13px;
	position: relative;
}

.product-thumb h4 a {
	font-size: 14px;
	color: #232f3e;
	text-transform: capitalize;
}

.product .glyphicon-chevron-left {
	position: absolute;
	top: -38px;
	right: 58px;
	width: 36px;
	height: 36px;
	background: #fdfdfd1a;
	line-height: 31px;
	padding: 1px 10px;
	color: #514e4e;
	border-radius: 100px;
	border: 1px solid #ccc;
}

.product .glyphicon-chevron-left:hover {
	background: #333;
	color: #fff;
	border: 0px;
	transition-property: all;
	transition-timing-function: .5s ease-in-out;
}

.product .glyphicon-chevron-right {
	position: absolute;
	top: -38px;
	right: 16px;
	width: 36px;
	height: 36px;
	background: #fdfdfd1a;
	line-height: 33px;
	padding: 1px 10px;
	color: #514e4e;
	border-radius: 100px;
	border: 1px solid #ccc;
}

.product .glyphicon-chevron-right:hover {
	background: #333;
	color: #fff;
	border: 0px;
	transition-property: all;
	transition-timing-function: .5s ease-in-out;
}

.news_heading {
	padding: 15px 0px;
	background: #febd69;
	text-align: center;
	color: #232f3e;
	text-transform: uppercase;
}

.news_heading h3.heading {
	margin: 0px;
	font-size: 18px;
}

.ttbanner a {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	position: relative;
}

.ttbanner a::before {
	bottom: 0;
	content: "";
	left: 50%;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 51%;
	top: 0;
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}

.ttbanner:hover a::before {
	left: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	right: 0;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
}

.ttbanner a img {
	max-width: 100%;
}

.ttbanner a::after {
	bottom: 50%;
	content: "";
	left: 0;
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;
	position: absolute;
	right: 0;
	top: 50%;
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
}

.ttbanner:hover a::after {
	bottom: 0;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	top: 0;
	transition: all 900ms ease-in-out 0s;
	-webkit-transition: all 900ms ease-in-out 0s;
	-moz-transition: all 900ms ease-in-out 0s;
	-o-transition: all 900ms ease-in-out 0s;
	-ms-transition: all 900ms ease-in-out 0s;
}

.right-panel {
	width: 100%;
	float: left;
	padding-top: 15px;
}

.right-panel img {
	padding: 2px;
	border-radius: 3px;
	border: 1px solid #ccc;
	max-height: 314px;
}


/*listing css*/

.listing_banner {
	background: url('../images/bg3.jpg');
	background-repeat: no-repeat;
	height: 400px;
	background-size: cover;
}

.listing_inner_search {
	position: relative;
	bottom: -153px;
	width: 800px;
	margin: 0 auto;
}

.listing_inner_search input {
	padding: 22px 20px;
	position: relative;
}

.listing_inner_search .btn-search {
    padding: 14.5px 20px;
    border-radius: 3px;
    background: #f6bd6a;
    color: #5a5a5a;
    text-transform: uppercase;
    position: relative;
    right: -716px;
    /* bottom: 46px; */
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    right: 0px;
    top: 0px;
}


/*footer*/

.footer {
	background: #171f27;
}

.footer-box {
	padding: 15px;
}

.footer .footer-info-heading {
	font-size: 15px;
	font-weight: 600;
	border: none;
	color: #b5b2b2;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.footer .footer-info-heading::after {
	content: " ";
	display: block;
	height: 2px;
	width: 80%;
	margin-top: 10px;
	background: #febd69;
}

.footer-box ul {
	margin: 0px;
}

.footer-box ul li {
	list-style: none;
	padding: 0px 0px;
	color: #757373;
	line-height: 24px;
}

.footer-box ul li a {
	color: #757373;
	font-size: 13px;
	text-decoration: none;
}

.fa-angle-double-left {
	margin-right: 10px;
}

.bottome_footer {
	padding: 10px;
	background: #12181e;
}

.bottome_footer p {
	margin: 0px;
	color: #777;
	text-align: center;
	font-size: 11px;
}


/*details_page*/

.bread_class {
	padding:15px 21px;
}

.breadcrumb>.active {
	color: #d8a964 !important;
}

.breadcrumb li a {
	color: #222f3e;
}

.product-container {
	max-width: 960px;
	margin: 0 auto;
}

.product_details h3 {
	margin: 0px;
	font-size: 20px;
}
.detail_inner .product_details .search_pin
{
border: 1px solid #d4d4d4;
padding: 9px;
width: 206px;
}
.detail_inner .product_details .btn-search
{
padding: 12px 10px;
background-color: #dcdbd9;
border-radius: 0px;
color: #000;
text-transform: uppercase;
font-size: 11px;
border: 1px solid #d0cccc;
}

.pro-details {
	padding: 10px 0px 0px 0px;
}

.pro-details .discount_price {
	font-size: 18px;
	text-decoration: line-through;
	margin-left: 20px;
	color: #969595;
}

.pro-details .save {
	color: #1b1b1b;
	line-height: 100%;
	font-size: 13px;
}
.pin_code
{
padding-top:0px;
}
.top-heading .page_title
{
padding: 0px;
}
.pin_code .form-group input.search_pin {
	border: 0px;
	border: 1px solid #d4d4d4;
	padding: 9px;
	width: 206px;
}

.pin_code .form-group .btn-search {
	padding: 12px 10px;
	background-color: #dcdbd9;
	border-radius: 0px;
	color: #000;
	text-transform: uppercase;
	font-size: 11px;
	border: 1px solid #d0cccc;
}

.pro-info .code,
.status {
	letter-spacing: 1px;
	font-size: 12px;
}

.pro-details .buy_now {
	background-color: #f6bd6a;
	padding: 12px 30px;
	color: #222f3e;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	margin-right: 9px;
}

.pro-details .buy_now:hover {
	background-color: #f5c37b;
}

.pro-details .add_cart {
	background-color: #222f3e;
	padding: 12px 30px;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

.pro-details .add_cart:hover {
	background-color: #2f4156;
}

.description_section {
	padding: 40px 0px 0px 0px;
}

.desciription_inner {
	background-color: #e2e2e2;
	padding: 35px 0px;
}

#exTab1 .tab-content {
	color: #777;
	padding: 15px 0px;
	border-top: 1px solid #dadada;
	font-size: 13px;
}

#exTab2 h3 {
	color: white;
	background-color: #428bca;
	padding: 5px 15px;
}


/* remove border radius for the tab */

#exTab1 .nav-pills>li>a {
	border-radius: 0;
	background: #d0d0d0;
	color: #353535;
}


/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills>li>a {
	border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
	color: #333;
	padding: 5px 15px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background-color: #222f3e !important;
	color: #fff !important;
}

.similar_container {
	width: 100%;
	float: left;
	padding: 35px 0px;
}

.similar_product .glyphicon-chevron-left {
	position: absolute;
	top: 45%;
	left: 10px;
	width: 36px;
	height: 36px;
	background: #00000047;
	line-height: 33px;
	padding: 1px 10px;
	color: #ffffffe0;
	border-radius: 100px;
}

.similar_product .glyphicon-chevron-right {
	position: absolute;
	top: 45%;
	right: 10px;
	width: 36px;
	height: 36px;
	background: #00000047;
	line-height: 33px;
	padding: 1px 10px;
	color: #ffffffe0;
	border-radius: 100px;
}

.single-column .produc-details h3 {
	font-size: 15px;
}

.single-column .produc-details ul.product-specification {
	margin: 15px 0px;
}

.single-column .produc-details ul.product-specification li {
	display: table-row;
	padding-right: 8px;
	line-height: 25px;
	font-size: 13px;
}

.single-column .produc-details ul.product-specification li:before {
	content: "\2022";
	color: #c2c2c2;
	padding-right: 8px;
	display: table-cell;
}

.listing_inner ul.listing_all {
	margin: 0px;
}

.listing_inner ul.listing_all li.product-box {
	list-style: none;
}
#exTab1 .table .td_title
{
font-size: 13px;
font-weight: normal;
}
#exTab1 .table td.td_decription
{
color: #333;
font-weight: normal;
}

/*login_form*/
.login .form_title
{
padding:5px 0px;
border-bottom: 1px solid #ddd;
}
.login .form_title > h4
{
font-weight: normal;
}
.form_main
{
padding: 10px;
box-shadow: 1px 1px 1px 1px #c5c3c3;
position: relative;
}
.form_main:before
{
content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #c4e17f;
    border-radius: 5px 5px 0 0;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
.form_main .form_box
{
padding:20px  0px;
}
.forget-password
{
width: 500px;
margin: 0 auto;
position: relative;
}
.outer-top-xs
{
width: 100%;
float: left;
padding: 10px 0px 40px 0px;
}
.social-sign-in > a > .fa
{
margin-right: 5px;
}
.social-sign-in > a.facebook-sign-in  {
background-color: #3d5c98;
margin-right: 10px;
padding: 10px;
color: #fff;
text-decoration: none;
}
.social-sign-in > a.twitter-sign-in   {
background-color: #22aadf;
padding: 10px;
color: #fff;
text-decoration: none;
}

.login input[type="text"]
{
height: 46px !important;
border: 1px solid #dedede;
}

/*cart_page css*/
.cart_page_inner .cart_container .cart_box .product_box
{
display: table;
width: 100%;
height: 100px;
padding: 15px;
}
.cart_page_inner .cart_container .cart_box .product_box .product_inner
{
display: table-cell;
text-align: center;
vertical-align: middle;
padding: 10px;
}
.cart_page_inner .cart_container .cart_box .product_box .product_inner .product_main
{
width:58px;
height:58px;
vertical-align:top;
display: inline-block;
}
.cart_page_inner .cart_container .cart_box .cart_pro_detail
{
padding: 25px 0px;
}
.cart_page_inner .cart_container .cart_box .cart_pro_detail h3
{
font-size: 14px;
margin: 0px;
color: #333;
font-weight: normal;
}
.cart_page_inner .cart_container .cart_box .cart_pro_detail span.price
{
line-height:50px;
font-size: 20px;
color: #333;
margin-right: 5px;
font-weight: 600;
}
.cart_page_inner .cart_container .cart_box .cart_pro_detail span.price i
{
font-size: 17px;
margin-right:2px;
}
.cart_page_inner .cart_container .cart_box .cart_pro_detail span.discount_price
{
text-decoration:line-through;
color: #9c9c9c;
font-size: 15px;
clear: left;
}
.cart_page_inner .cart_container .cart_box .cart_pro_detail span.discount_price i
{
font-size: 15px;
margin-right: 2px;
}
.cart_box .pin_code .search_pin
{
height: 35px;
padding: 10px;
border: 1px solid #e4dfdf;
}
.cart_box .pin_code .btn-search 
{
padding: 8px 10px;
background-color: #dcdbd9;
border-radius: 0px;
color: #000;
text-transform: uppercase;
font-size: 11px;
border: 1px solid #d0cccc;
}
.cart_page_inner .cart_container .cart_box .cart_pro_detail #field1  #sub
{
padding: 10px;
border-radius: 100px;
border: 0px;
width: 35px;
height: 35px;
line-height: 1;
box-shadow: 1px 1px 3px 1px #c5c5c5;
background: #fff;
margin-right: 5px;
}
.cart_page_inner .cart_container .cart_box .cart_pro_detail #field1  #add
{
padding: 10px;
border-radius: 100px;
border: 0px;
width: 35px;
height: 35px;
line-height: 1;
box-shadow: 1px 1px 3px 1px #c5c5c5;
background: #fff;
margin-right: 5px;
}
.cart_page_inner .cart_container .cart_box .cart_pro_detail #field1 .quant
{
padding: 5px;
text-align: center;
border: 1px solid #ccc;
}
.cart_link
{
padding: 15px 0px;
}
.cart_link .save,
.cart_link .remove
{
padding: 0px 10px;
color: #333;
font-size: 12px;
}
.cart_container .cart_box .delivery_details
{
padding: 20px 30px;
font-size: 13px;
}
.cart_page .cart_buy_btn ul.cart_btns
{
margin:0px 0px 0px 27px;
}
.cart_buy_btn ul.cart_btns li
{
display: inline;
padding: 10px 20px;
background: #fff;
border: 1px solid #dadada;
margin-right: 10px;
}
.cart_buy_btn ul.cart_btns li.buy_now
{
background-color: #f6bd6a;
padding: 12px 30px;
color: #222f3e;
font-size: 13px;
text-transform: uppercase;
text-align: center;
text-decoration: none;
margin-right: 9px;
border:none;
}
.cart_buy_btn ul.cart_btns li a
{
color: #000;
}
.cart_page_inner .cart_container .cart_box h3
{
font-size: 15px;
margin-bottom: 25px;
margin-top: 0px;
}
.cart_page_inner .cart_container .cart_box .price_details_heading .price_details
{
padding: 47px 0px;
width: 100%;
float: left;
}
.cart_page_inner .cart_container .cart_box  .price_details ul li
{
width: 100%;
float: left;
list-style: none;
}

.cart_page_inner .cart_container .cart_box .price_list
{
padding: 10px 0px;
}
.cart_page_inner .cart_container .cart_box .rate
{
padding: 10px 0px;
}

.right_container .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: #222f3e;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.right_container .sidenav a {
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-weight: normal;
}

.right_container .sidenav a:hover {
    color: #f1f1f1;
}

.right_container .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/*responsive css*/
#mySidenav .panel-group .panel
{
background-color: transparent !important;
color: #fff !important;
border-bottom: 1px solid #565656 !important;
margin: 0px;
}
#mySidenav .panel-default>.panel-heading
{
background-color: #121921 !important;
border-color: #121921 !important;
font-size: 15px;
}
.panel-default
{
border-color: transparent !important; 
}

/*checkout page*/

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }
.cart_container  .panel-title > a {
            background: #f6f7b3;
    border: 1px solid #d0cfcf;
    } 
    .more-less {
          float: right;
    color: #ccc;
    font-size: 11px;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }

/* ----- v CAN BE DELETED v ----- */

.demo {
    padding-top: 60px;
    padding-bottom: 60px;
}
.panel-body ul li
{
list-style: none;
}
.panel-body ul li i
{
margin-right: 5px;
color:#597dab;
font-size: 15px;
}
/*checkout page*/

.panel-body ul.sub-category li > ul.mob-sub
{
display: none;
}
.panel-body ul.sub-category li:hover > ul.mob-sub
{
    position: absolute;
    display: block;
    background:#232f3e;
    width: 100%;
    float: left;
    left: 0px;
}
.panel-body ul.sub-category li > ul.mob-sub li
{
padding: 0px 20px;
    border-bottom: 1px solid #121921;
}
.panel-body ul.sub-category li > ul.mob-sub li a
{
font-size: 12px;
}
div.content-cate { 
padding: 10px 40px;
    display: none;
    background: #222f3e;
    color: #e4e4e4;
    font-size: 12px;
}
#Sub-cate h3
{
font-size: 13px;
margin: 0px;
font-weight: normal;
    padding: 10px 23px;
        color: #b5b2b2;
}
.right_container #mySidenav .panel-body
{
padding: 0px !important;
}
/*responsive menu*/
@media (max-width: 767px)
{
.right_container
{
height: 60px;
}
.responsive_menu 
{
float: left;
}
.responsive_menu .menuToggle
{
padding: 10px 12px;
text-align: center;
border: 1px solid #fff;
}
.responsive_menu .menuToggle i
{
color: #fff;
}
.right_container ul.navUser-section
{
width: 100%;
margin-top: 15px;
}
ul.navUser-section li.navUser-item
{
position: relative;
float: right;
}
.slider
{
padding: 0px;
}
.coming_soon
{
padding: 10px 0px;
}
.coming_soon .marqee_inner marquee
{
font-size: 10px;
}
.title
{
margin: 10px 0px;
}
.ttbanner a
{
margin-bottom: 10px;
}
.sidenav
{
padding-top: 15px;
}
.sidenav a
{
font-size: 18px;
}
.product-container .show
{
width: 100%;
}
.small-img
{
left: 0px !important;
}
.product_details
{
margin-top: 20px;
}
.title h3 
{
padding: 11px 5px;
font-size: 15px;
}
.footer .footer-info-heading
{
font-size: 13px;
}
.product .glyphicon-chevron-left
{
background-color: #fff;
top: -51px;
}
.product .glyphicon-chevron-right
{
background-color: #fff;
top: -51px;
}
.product
{
padding: 20px 0px;
}
.right-panel
{
padding-top: 0px !important;
}
.cart_page_inner .cart_container .cart_box .product_box 
{
height: 213px;
}
.cart_page_inner .cart_container .cart_box .product_box .product_inner
{
padding: 30px;
border: 1px solid #dcd8d8;
vertical-align: inherit;
}
.cart_page_inner .cart_container .cart_box .cart_pro_detail
{
text-align: center;
}
.listing_inner_search
{
width: 100%;
padding: 0px 10px;
}
.listing_inner_search .btn-search
{

}
.listing_inner_search .btn-search
{
right: 9px;
}
.com-pd
{
padding: 0px;
}
.top-inner .right_container
{
padding: 0px;
}
.panel-body
{
padding: 15px 10px !important;
background-color: #161e27;
}
}/*responsive*/

