body {
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 13px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display: inline;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
/* #Misc
================================================== */
.remove-bottom {
	margin-bottom: 0;
}
.half-bottom {
	margin-bottom: 10px;
}
.add-bottom {
	margin-bottom: 20px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.fn {
	float: none;
}
.aligncenter {
	margin: 0 auto;
	text-align: center;
}
.gap {
	height: 20px;
	clear: both;
}
.hide {
	display: none;
}
.hidden {
	display: none;
}
.inviso {
	display: none;
}
.highlighted {
	color: #211922;
	background-color: #ff0;
}
.error {
	font-size: 18px;
	font-weight: 400;
	color: #f00;
}
.noFloat {
	float: none;
}
.noState:hover {
	background-color: transparent;
}
.noState:active {
	color: #221919;
}
.noBorder {
	border-width: 0;
}
.noBorderTop {
	border-top-width: 0;
}
.noBorderRight {
	border-right-width: 0;
}
.noBorderBottom {
	border-bottom-width: 0;
}
.noBorderLeft {
	border-left-width: 0;
}
.noMargin {
	margin: 0;
}
.noMarginTop {
	margin-top: 0;
}
.noMarginRight {
	margin-right: 0;
}
.noMarginBottom {
	margin-bottom: 0;
}
.noMarginLeft {
	margin-left: 0;
}
.noBackground {
	background: none;
}
.fixed {
	position: fixed;
}
.invisible {
	visibility: hidden;
}
.red {
	color: red;
}
.noscroll {
	overflow: hidden;
}
.padding20 {
	padding: 20px;
}
.relative {
	position: relative;
}
.clearfix {
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
a.block, .block {
	display: block;
}
/**custom**/
.wrapper {
}
#top {
	background: #181818;
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.28);
}
.fixed-container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.pull-left {
	float: left;
}
.note {
	display: inline-block;
	width: auto;
	color: #fff;
	font-size: 12px;
	line-height: 43px;
}
.pull-right {
	float: right;
}
.shortnav {
	float: left;
	display: block;
}
.shortnav li {
	float: left;
}
.shortnav li a {
	display: block;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	border-right: solid 1px #050505;
	border-left: solid 1px #2a2a2a;
	padding: 12px 13px;
}
.shortnav li:first-child a {
	border-left: none;
}
.shortnav li:last-child a {
	border-right: none;
}
.fav {
	float: right;
	margin-top: 12px;
	margin-left: 25px;
}
.fav a {
	position: relative;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.fav a:before {
	position: absolute;
	background: url(../images/heart.png) no-repeat 0 0;
	width: 17px;
	height: 14px;
	display: block;
	content: "";
	top: 3px;
	left: -21px;
}
.fav .circle {
	font-size: 14px;
	font-weight: 600;
	color: #000;
	background: #fff;
	text-align: center;
	border-radius: 100%;
	padding: 0px 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: baseline;
}
.top-head {
	display: table;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sticky {
	background: #fff;
	z-index: 99999;
	border-bottom: solid 1px #ccc;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
#logo {
	float: left;
	padding: 15px 0 15px 0;
}
.right-side {
	float: right;
	margin: 20px 0;
}
.right-side a.btn {
	margin: 0 2px;
}
.input-group {
	margin: 0px 0px 0 0;
	float: left;
}
.input-group form {
	display: inline-block;
	border: solid 2px #d4d4d4;
	border-radius: 3px;
	height: 36px;
	width: 480px;
	margin-right: 10px;
}
.right-side span.or {
	margin: 0 5px;
}
.input-group form input[type="text"] {
	border: none;
	background: #fff;
	color: #686767;
	font-size: 13px;
	padding: 0 8px;
	border-right: solid 1px #d4d4d4;
	vertical-align: top;
	height: 32px;
	width: 327px;
}
.input-group form select {
	border: none;
	background: #fff;
	color: #686767;
	font-size: 13px;
	height: 32px;
}
.input-group form input[type="submit"] {
	float: right;
	margin: -2px -2px 0 0;
	background: #2c5ec1 url(../images/magni.png) no-repeat center center;
	cursor: pointer;
	width: 38px;
	height: 36px;
	border-radius: 3px;
	border: none;
	padding: 0px;
}
a.btn, button.btn {
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 14px;
	color: #fff;
	padding: 7px 25px;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	border: solid 1px transparent;
	background: #c2264e;
}
button.btn {
	padding: 0 5px;
}
button.btn img {
	vertical-align: baseline;
}
a.btn i {
	margin-right: 8px;
}
a.btn.red, button.red {
	background: #c2264e;
}
a.btn.red:hover, button.btn:hover {
	color: #fff;
}
a.btn.black, button.btn.black {
	background: #000;
}
a.btn.black:hover, button.btn {
	color: #fff;
}
a.btn.blue, button.btn.blue {
	background: #2d5dc3;
}
a.btn.blue:hover, button.btn.blue:hover {
	color: #fff;
	background: #c2274f;
}
a.btn.white, button.btn.white {
	background: #fff;
	border-color: #7c899b;
	color: #7c899b;
}
a.btn.white:hover {
}
a.btn:hover, button.btn:hover {
	border: solid 1px transparent;
	background: #2c5ec1;
	color: #fff;
}
a.btn.block {
	display: block;
}
#cart {
	margin-top: 0px;
	margin-left: 46px;
	float: right;
	position: relative;
	text-align: right;
}
#cart a {
	color: #525454;
}
#cart:before {
	position: absolute;
	content: "";
	left: -35px;
	top: 4px;
	background: url(../images/basket.png) no-repeat 0 0;
	width: 30px;
	height: 25px;
	display: block;
}
#cart-total {
	padding-right: 19px;
	text-align: right;
	display: block;
}
#cart-total:after {
	background: url(../images/arrow-down.png) no-repeat 0 0;
	width: 12px;
	height: 7px;
	display: block;
	content: "";
	position: absolute;
	right: 0px;
	top: 17px;
}
#cart-total strong {
	color: #000;
	font-weight: 600;
	display: block;
	line-height: 1;
}
/*****/

.nav {
	width: 100%;
	position: relative;
	background: #c2264e;
	display: block;
	border-radius: 0px;
	border: none;
	margin-bottom: 0px;
	min-height: inherit;
}
.nav li {
	position: static;
	display: inline-block;
	float: left;
	width: 200px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-right: solid 1px #a30d34;
	border-left: solid 1px #d24065;
}
.nav li:first-child {
	border-left: none;
}
.nav li:last-child {
	border-right: none;
}
.nav li a {
	position: relative;
	display: block;
	padding: 10px 10px;
	text-align: center;
	color: #fff;
}
.nav li a {
}
.nav li a.current {
	background: #2c5ec1;
	color: #FFF;
}
.nav li a:hover {
	background: #2c5ec1;
	color: #FFF;
}
.nav li:hover a {
	background: #2c5ec1;
	color: #FFF;
}
.span_parent {
	background: url(../images/black_arrow.png) no-repeat 0 0;
	width: 12px;
	display: none;
	height: 12px;
	cursor: pointer;
	float: right;
	position: relative;
	margin: 6px 0 0 8px;
}
.nav li .sub_menu {
	position: absolute;
	left: 0;
	display: none;
	margin: 0 0;
	padding: 0 0 0;
	top: 40px;
	z-index: 1000;
	border-top: 5px solid #2c5ec1;
	background: #FFF;
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.4);
}
.nav li .sub_menu ul {
	margin: 0;
}
.nav > li.hover > .sub_menu {
	left: 0;
	right: 0;
}
.nav li li.hover .sub_menu {
	left: 100%;
	top: 0;
}
.nav li .sub_menu li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.nav > li.hover.lastLI > .sub_menu {
	right: 0 !important;
	left: auto;
}
.nav > li.hover.lastLI > .sub_menu:before {
	right: 15px;
	left: auto;
}
.nav li .sub_menu .grid_1 {
	float: left;
	/*width: 58%;*/
	width: 100%;
	padding: 6px 15px 10px;
	/*height: 400px;*/
	height: auto;
}
.nav li .sub_menu .grid_2 {
	float: right;
	width: 40%;
	padding: 0 0 0 0;
	position: static;
	height: 400px;
}
.nav li .sub_menu .grid_2 img {
	position: absolute;
	right: 0;
	bottom: 0;
}
.nav li .sub_menu .col {
	float: left;
	width: 33%;
	padding: 0 0 0;
	/*	height: 170px;*/
	height: auto;
}
.nav li .sub_menu .col li.firstli a {
	font-size: 14px;
	color: #2c5ec1;
}
.nav li .sub_menu .col li.firstli a:hover {
	color: #4b4b4b;
}
.nav li .sub_menu .col li {
	border: none;
	padding: 6px 0 0 0;
	background: none;
}
.nav li .sub_menu .col li a:hover {
	color: #c2264e;
}
.nav li .sub_menu .col li a {
	display: inline-block;
	padding: 0;
	color: #575757;
	font-size: 13px;
	height: auto;
	text-transform: none;
	line-height: normal;
	background: none;
	text-align: left;
	border: none;
}
.nav li .sub_menu .col li.moreli a {
	text-decoration: underline;
	font-size: 14px;
	color: #4b4b4b;
}
.nav li .sub_menu .col li.moreli a:hover {
	color: #0295fd;
}
.nav li .sub_menu .buttonNormal {
	display: inline-block;
	background: #c2264e;
	color: #FFF;
	padding: 7px 14px;
	height: auto;
	line-height: normal;
}
.nav li .sub_menu .buttonNormal:hover {
	background: #2c5ec1;
}
/******/
.navbar {
	background: #c2264e;
	width: 100%;
	display: block;
	border-radius: 0px;
	border: none;
	margin-bottom: 0px;
	min-height: inherit;
	position: relative;
}
.navbar li {
	float: left;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	border-right: solid 1px #a30d34;
	border-left: solid 1px #d24065;
}
.navbar li:first-child {
	border-left: none;
}
.navbar li:last-child {
	border-right: none;
}
.navbar li a {
	position: relative;
	display: block;
	padding: 10px 70px;
	color: #fff;
}
.section {
	margin: 35px auto;
}
.section {
}
.section:before, .section:after {
	content: "";
	display: table;
	line-height: 0;
}
.section:after {
	clear: both;
}
.category-list {
}
.category-list h3 {
	line-height: 1;
	color: #000;
	font-size: 37px;
	text-align: center;
	position: relative;
	padding-bottom: 25px;
}
.category-list h3:after {
	text-align: center;
	margin-left: -68px;
	left: 50%;
	width: 137px;
	height: 4px;
	background: #000;
	position: absolute;
	bottom: -2px;
	z-index: 1;
	content: "";
}
.main-category {
	display: block;
}
.category-nav {
	float: left;
	width: 192px;
}
.category-nav li {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	border: solid 1px #dedfdf;
	border-top: none;
	display: block;
	position: relative;
}
.category-nav li:first-child {
	border-top: solid 1px #dedfdf;
}
.category-nav li a {
	padding: 13px 20px;
	color: #000;
	display: block;
	position: relative;
}
.category-nav li a:hover {
	color: #c2264e;
}
.category-nav li:hover, .category-nav li.active {
	color: #c2264e;
}
.category-nav li.active a {
	color: #fff;
	background: #c2264e;
}
.category-nav li a:after {
	display: block;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #c2264e;
	content: "";
	transition: width 0.2s;
}
.category-nav li a:hover:after {
	width: 100%;
}
.category-nav.blue-hover li:hover, .category-nav.blue-hover li.active {
}
.ink {
	display: block;
	position: absolute;
	background: rgba(194,38,78,0.5);
	border-radius: 100%;
	transform: scale(0);
}
/*animation effect*/
.ink.animate {
	animation: ripple 0.65s linear;
}
@keyframes ripple {
	/*scale the element to 250% to safely cover the entire link and fade it out*/
	100% {
opacity: 0;
transform: scale(1.5);
}
}
.product-layout .product-thumb {
	width: 252px;
	border: solid 1px #dddede;
	border-left: none;
	float: left;
	min-height: 330px;
	position: relative;
	overflow: hidden;
}
.product-thumb .lable {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	height: 34px;
	line-height: 1;
	text-align: center;
	padding: 8px 10px 0 0;
	background: #ffd200;
	position: absolute;
	right: 0px;
	top: 18px;
}
.product-thumb .lable:after, .product-thumb .lable:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.product-thumb .lable:after {
	border-color: rgba(255, 210, 0, 0);
	border-right-color: #ffd200;
	border-width: 17px;
	margin-top: -17px;
}
.product-thumb .lable:before {
	border-color: rgba(0, 0, 0, 0);
 border-right-color: #;
	border-width: 23px;
	margin-top: -23px;
}
.product-thumb .image {
	max-height: 252px;
	/*height: 252px;*/
	text-align: center;
	display: table-cell;
	width: auto;
	vertical-align: middle;
	overflow: hidden;
}
.product-thumb .image img {
	margin: 0 auto;
	display: block;
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
	width: 100%;
	height: auto;
}
.product-thumb .caption {
	display: block;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .caption .name {
	display: block;
	color: #000;
	font-size: 14px;
}
.product-thumb .caption .rate, .product-thumb .caption .color {
	display: inline-block;
	color: #434242;
	font-size: 12px;
}
.product-thumb .button-group {
	position: absolute;
	bottom: 0px;
	color: #434242;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
	height: 28px;
}
.product-thumb .button-group a {
	margin: 0 5px;
	color: #434242;
	font-size: 13px;
}
.product-thumb .button-group a i {
	margin: 0 5px;
}
.black-heading {
	background: #000;
	height: 50px;
	padding: 10px 22px;
}
.heading-left {
	color: #fff;
	font-size: 19px;
	font-weight: 600;
	display: inline-block;
	float: left;
}
.heading-right {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	float: right;
	padding: 5px 0 0 0;
}
.left-category {
	width: 150px;
	float: left;
	border: solid 1px #dbdcdc;
}
.left-category li {
	display: block;
	border-top: solid 1px #dbdcdc;
	text-align: center;
}
.left-category li:first-child {
	border-top: none;
}
.left-category li a {
	display: block;
}
.left-category li .title {
	display: inline-block;
	text-align: center;
	color: #000;
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
	padding: 10px 0;
}
.left-category li .title:after {
	background: url(../images/arrow-right.png) no-repeat 0 0;
	width: 5px;
	height: 9px;
	position: absolute;
	right: -9px;
	top: 17px;
	content: "";
	display: block;
}
.left-category li .pic img {
	display: block;
}
.fashion-layout {
}
.fashion-layout .fashion-thumb {
	float: left;
	width: 350px;
	border-right: solid 1px #dbdcdc;
	border-bottom: solid 1px #dbdcdc;
	min-height: 446px;
	position: relative;
}
.fashion-layout .fashion-thumb .name {
	text-align: center;
	display: block;
	color: #000;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 0 0 0;
	height: 63px;
}
.fashion-layout .fashion-thumb .name span {
	color: #575656;
	font-size: 13px;
	display: block;
}
.fashion-layout .fashion-thumb .image {
	overflow: hidden;
	height: 381px;
	text-align: center;
	display: table-cell;
	width: 350px;
	vertical-align: middle;
}
.fashion-layout .fashion-thumb .image img {
	margin: 0 auto;
	display: block;
}
.fashion-layout .fashion-thumb .btm-link {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	height: 51px;
}
.fashion-layout .fashion-thumb .btm-link a {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	margin: 0 auto;
}
.fashion-layout .fashion-thumb .btm-link a:after {
	background: url(../images/circle-arrow.png) no-repeat 0 0;
	width: 18px;
	height: 18px;
	display: block;
	right: -22px;
	top: 2px;
	content: "";
	position: absolute;
}
.adds {
	width: 100%;
	float: left;
	border: solid 1px #dbdcdc;
}
.adds .half-cell {
	width: 50%;
	float: left;
}
.border-top {
	border-top: solid 1px #dbdcdc;
}
.border-right {
	border-right: solid 1px #dbdcdc;
}
.border-bottom {
	border-bottom: solid 1px #dbdcdc;
}
.border-left {
	border-left: solid 1px #dbdcdc;
}
.yellow-bar {
	background: #ffd200;
	color: #000;
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 0;
	text-transform: uppercase;
	text-align: center;
}
.other-carousel {
	border: solid 1px #dddede;
	position: relative;
	margin-bottom: 35px;
}
.other-carousel .shop {
	border-left: solid 1px #dddede;
}
.other-carousel:first-child {
	border-left: none;
}
.other-carousel .shop .image {
	display: block;
	vertical-align: middle;
	text-align: center;
	height: 257px;
}
.other-carousel .shop .bottom-link {
	text-align: center;
	border-top: solid 1px #dddede;
	color: #000;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}
.other-carousel .shop .bottom-link a {
	display: block;
	padding: 5px 0;
}
.other-carousel .owl-controls {
	bottom: -31px;
	position: absolute;
	width: 100%;
	text-align: center;
}
.other-carousel .owl-prev, .other-carousel .owl-next {
	text-indent: -9999px;
	background: url(../images/control.png) no-repeat 0 0;
	width: 16px;
	height: 22px;
	display: inline-block;
	margin: 0 40px;
}
.other-carousel .owl-next {
	background: url(../images/control.png) no-repeat -102px 0;
}
.other-carousel .owl-prev:hover {
	background-position: 0px -27px;
}
.other-carousel .owl-next:hover {
	background-position: -102px -27px;
}
.other-carousel .owl-pagination {
	width: 100%;
	text-align: center;
}
.other-carousel .owl-page {
	background: #7c899b;
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 100%;
	display: inline-block;
	margin: 0 2px;
}
.other-carousel .owl-page.active {
	background: #c2264e;
}
/**inner page start**/
.breadcrumb {
	background: #f7f8f9;
	border-top: solid 1px #d1d4d6;
	border-bottom: solid 1px #d1d4d6;
	border-radius: 0;
	margin-bottom: 0px;
	padding: 0;
}
.breadcrumb ul {
	margin: 0 auto;
	display: block;
	text-align: center;
	padding: 11px 0;
}
.breadcrumb ul li {
	color: #000;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	margin: 0 10px 0 5px;
}
.breadcrumb ul li:first-child {
	margin-left: 0px;
}
.breadcrumb ul li a {
	color: #706e6e;
	position: relative;
}
.breadcrumb ul li a:hover {
	color: #2d5dc3;
}
.breadcrumb ul li a:after {
	position: absolute;
	content: "/";
	right: -12px;
	top: 0;
}
.breadcrumb ~ .pageBar {
	border-top: none;
}
.page-heading {
	background: url(../images/gray-dot.png) repeat-x 0 center;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	margin: 30px 0;
}
.page-heading span {
	text-align: center;
	font-size: 35px;
	font-weight: 600;
	background: #fff;
	line-height: 1;
	padding: 0 10px;
}
.cart-box {
}
.cart-tbl {
	width: 100%;
	border: solid 1px #dedddd;
	border-collapse: collapse;
}
.cart-tbl th {
	border: solid 1px #dedddd;
	background: #f1f0f0;
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 20px;
	color: #000;
	font-weight: 700;
}
.cart-tbl td {
	padding: 10px 20px;
	vertical-align: top;
	border: solid 1px #dedddd;
}
.cart-tbl {
	border: solid 1px #dedddd;
}
.cart-tbl .pro-image {
	width: 100px;
	height: 100px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.cart-tbl .pro-image .tip {
	position: absolute;
	right: 0px;
	top: 0px;
	color: #fff;
	background: #c2264e;
	line-height: 1;
	padding: 1px 2px;
	font-size: 11px;
}
.cart-tbl .product-name {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 5px;
}
.cart-tbl .product-desc li {
	color: #656464;
	line-height: 1.5;
	font-size: 14px;
	font-weight: 400;
}
.cart-tbl .product-desc li strong {
	color: #000;
}
.cart-tbl .product-desc .color {
	width: 17px;
	height: 11px;
	display: inline-block;
	border-radius: 2px;
}
.cart-tbl .product-desc .color.black {
	background: #000;
}
.cart-tbl .product-desc .wishlist {
	display: inline-block;
	float: right;
	font-size: 13px;
	font-weight: 600;
	color: #2d5dc3;
}
.cart-tbl .product-desc .wishlist a {
	color: #2d5dc3;
}
.cart-tbl .qty input[type="text"] {
	width: 35px;
	text-align: center;
}
.cart-tbl .price {
	color: #c2264e;
	font-size: 17px;
	font-weight: 600;
}
.cart-tbl .shipping span {
	color: #2c5ec1;
	display: block;
	font-size: 17px;
	font-weight: 600;
}
.cart-tbl .shipping {
	color: #000;
	font-size: 15px;
}
.cart-tbl .sub-total {
	color: #000;
	font-size: 17px;
	font-weight: 600;
}
.cart-footer {
	display: block;
	padding-top: 20px;
}
.cart-footer .continue {
	float: left;
	width: 212px;
}
.cart-footer .continue a {
	display: block;
	font-size: 16px;
	padding: 12px 40px;
}
.cart-footer .amount {
	float: right;
	display: inline-block;
	font-size: 15px;
}
.cart-footer .totalsaving {
	display: inline-block;
}
.cart-footer .amountpayable {
	display: inline-block;
	margin-left: 50px;
	padding-top: 15px;
}
.cart-footer .amountpayable .currency {
	margin: 0 3px;
	background: #b0afaf;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	padding: 1px 3px;
	font-style: normal;
	font-size: 13px;
	vertical-align: middle;
}
.cart-footer .amountpayable strong {
	font-size: 22px;
	vertical-align: middle;
	line-height: 1;
}
a.actions {
	width: 34px;
	height: 34px;
	border-radius: 100%;
	background: #c2264e;
	display: inline-block;
	margin: 2px auto;
	text-align: center;
	padding-top: 7px;
}
a.actions:hover {
	background: #2c5ec1;
}
/**inner page end**/
.total-bottom {
	border: solid 1px#dedddd;
	border-top: none;
	background: #f1f0f0;
	padding: 15px 20px;
}
.estimate-side {
	width: 630px;
	display: inline-block;
}
.estimate-side .heading {
	color: #2c5ec1;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 20px;
}
.estimate-side .heading span {
	color: #000;
	font-size: 15px;
	font-weight: 600;
}
.total-side {
	text-align: right;
	float: right;
}
.total-side .heading {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	text-align: right;
	margin-bottom: 15px;
}
.btn-row {
	display: inline-block;
	margin-bottom: 10px;
}
.btn-row a {
	margin: 0 5px;
}
.btn-row a:first-child {
	margin-left: 0;
}
.btn-row a:last-child {
	margin-right: 0;
}
a.btn.gray {
	background: #aeaeae;
}
a.btn.gray-dark {
	background: #4c4c4e;
}
a.btn.blue {
	background: #2c5ec1;
}
a.btn.medium {
	font-size: 18px;
	padding: 15px 30px;
}
a.btn.small {
	font-size: 13px;
	padding: 5px 10px;
}
.recommended-layout {
	margin: 35px 0 0 0;
}
.recommended-layout .heading {
	background: #4c4c4e;
	font-size: 19px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 20px;
}
.recommended-layout .heading span {
	color: #fff;
	font-size: 14px;
	text-transform: none;
}
.recommended-layout .heading {
	position: relative;
}
.recommended-layout .heading:after, .recommended-layout .heading:before {
	top: 100%;
	left: 30px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	z-index: 10;
	pointer-events: none;
}
.recommended-layout .heading:after {
	border-color: rgba(76, 76, 78, 0);
	border-top-color: #4c4c4e;
	border-width: 10px;
	margin-left: -10px;
}
.recommended-layout .heading:before {
	border-color: rgba(0, 0, 0, 0);
border-top-color: #;
	border-width: 16px;
	margin-left: -16px;
}
.recommended-carousel {
	border: solid 1px #dddede;
	border-top: none;
	position: relative;
}
.recommended-carousel .product-thumb {
	border-right: solid 1px #dddede;
	padding-bottom: 20px;
	overflow: hidden;
}
.recommended-carousel .owl-buttons {
	position: absolute;
	top: -30px;
	right: 20px;
}
.recommended-carousel .owl-prev, .recommended-carousel .owl-next {
	background: url(../images/control-left.png) no-repeat 0 0;
	width: 7px;
	height: 11px;
	display: inline-block;
	text-indent: -9999px;
	margin: 0 2px;
}
.recommended-carousel .owl-next {
	background: url(../images/control-right.png) no-repeat 0 0;
}
.b1:after {
	background: none repeat scroll 0 0 #19b6f1;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 300ms ease 0s;
	width: 100%;
}
.b1:after {
	background: none repeat scroll 0 0 #000;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 300ms ease 0s;
	width: 100%;
}
.b1:after {
	background: none repeat scroll 0 0 #19b6f1;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 300ms ease 0s;
	width: 100%;
}
.b1:after {
	background: none repeat scroll 0 0 #000;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	transition: transform 300ms ease 0s;
	width: 100%;
}
.b1 {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 3px solid #19b6f1;
	border-radius: 4px;
	bottom: 2em;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 40px;
	left: 50%;
	line-height: 36px;
	margin-left: -80px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	text-align: center !important;
	text-shadow: none;
	transition: all 0s ease 0s, all 0.3s ease 0s;
	width: 160px;
}
.b1 .label {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	color: #fff;
	cursor: pointer;
	font-family: "bree";
	font-size: 16px;
	font-weight: 400 !important;
	height: 100%;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	transition: color 0s ease 0s, all 0.3s ease 0s;
	width: 100%;
	z-index: 10;
}
/*** footer***/

footer.footer {
	background: #f8f8f8;
	padding: 30px 0;
	margin-top: 20px;
}
#smallfooter .contact-here {
	padding: 0;
}
footer.footer h3 {
	color: #666666;
	font-weight: 600;
	font-size: 17px;
	padding-bottom: 20px;
}
.ft-section {
	display: block;
}
.f-cell {
	float: left;
	width: 222px;
}
.f-cell.last {
	width: 311px;
}
.f-cell ul {
}
.f-cell ul li {
	color: #666666;
	font-size: 14px;
	padding: 0px;
	margin: 5px 0;
}
.f-cell ul li a {
	position: relative;
	color: #666666;
}
.f-cell ul li a:hover {
	color: #c2274f;
}
.sign-up-form {
	background: #e9e9e9;
	padding: 10px 15px;
	border: solid 1px #dedddd;
}
.sign-up-form p {
	color: #666666;
	font-size: 12px;
}
.newsletter-form {
	background: #fff;
	height: 32px;
	width: 100%;
	border: solid 1px #bfbfbf;
	border-radius: 2px;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.11) inset;
	margin: 10px 0;
}
.newsletter-form input[type="text"] {
	border: none;
	background: none;
	padding: 0px;
	margin: 0px;
	width: 186px;
	height: 32px;
	color: #a2a2a2;
	font-size: 11px;
	line-height: 32px;
	padding: 0 5px;
}
.newsletter-form input[type="submit"] {
	float: right;
	border: none;
	border-left: solid 1px #bfbfbf;
	background: #ececec;
	padding: 0px;
	margin: 0px;
	width: 87px;
	height: 30px;
	color: #666666;
	font-size: 11px;
	line-height: 30px;
	padding: 0 5px;
	text-align: center;
	text-transform: uppercase;
}
.contact-here {
	padding: 40px 0;
}
.contact-here .contact {
	color: #666666;
	font-size: 27px;
	font-weight: 400;
	width: 33%;
	display: inline-block;
	vertical-align: top;
}
.contact-here .contact span {
	color: #c2274f;
}
.contact-here .contact span.under-txt {
	color: #666666;
	font-size: 19px;
	font-weight: 400;
	display: block;
}
.contact-here .contact > img {
	float: left;
	margin-right: 15px;
}
.social {
	float: right;
}
footer.footer .social h3 {
	display: inline-block;
}
footer.footer .social ul {
	float: right;
}
footer.footer .social ul li {
	display: inline-block;
}
.contact-here .contact.social {
	width: 31%;
}
.shipping-icons {
	border-top: solid 1px #e0e0e0;
	border-bottom: solid 1px #e0e0e0;
	text-align: center;
	margin-bottom: 33px;
}
ul.shipping {
	background: #e9e9e9;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 15px 0;
}
ul.shipping li {
	color: #666666;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
	width: 17%;
	text-align: left;
}
ul.shipping li > img {
	float: left;
	margin-right: 15px;
}
ul.shipping li span {
	display: block;
}
.links a {
	display: inline-block;
	position: relative;
	color: #666666;
	font-size: 11px;
	font-weight: 400;
	margin: 0 5px;
}
.links a:hover {
	color: #c2274f;
}
.links a:after {
	right: -7px;
	position: absolute;
	content: "|";
}
.links a:last-child {
	font-weight: 600;
	text-decoration: underline;
}
.links a:last-child:after {
	content: "";
}
.payment-types {
	margin: 25px 0;
}
.payment-types .cell {
	float: left;
	margin-right: 40px;
}
.payment-types .cell.f-logo {
	float: right;
	text-align: right;
	margin: 0;
}
.copyright {
	padding: 5px 0;
	color: #6f6f6f;
	font-size: 13px;
	text-align: right;
}
/**effects**/

.cl-effect-4 a {
	padding: 0 0 10px;
	position: relative;
}
.cl-effect-4 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.cl-effect-4 a:hover::after, .cl-effect-4 a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/**/

 
.cl-effect-21 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}
.cl-effect-21 a::before, .cl-effect-21 a::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #c2274f;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.cl-effect-21 a::before {
	top: 0;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.cl-effect-21 a::after {
	bottom: 0;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.cl-effect-21 a:hover, .cl-effect-21 a:focus {
	color: #000;
}
.cl-effect-21 a:hover::before, .cl-effect-21 a:focus::before, .cl-effect-21 a:hover::after, .cl-effect-21 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/**/

.checkout {
}
.checkout .heading {
	height: 31px;
	display: table;
	width: 100%;
	color: #2c5ec1;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 15px 0;
}
.gray-form-box {
	padding: 15px 20px;
	background: #f1f0f0;
	border: solid 1px #dedddd;
}
/*form standard**/

.siteForm {
	padding: 0px;
	margin: 0px 0 0px 0;
	border: none;
}
.siteForm table {
	width: 100%;
}
.siteForm table td {
	vertical-align: top;
	padding-bottom: 10px;
}
.siteForm fieldset {
	border: none;
	padding: 0px 0 10px 0;
	margin: 0px;
}
.siteForm .req {
	color: #F00;
}
.siteForm label {
	min-height: 12px;
	color: #000;
	font-weight: 500;
	font-size: 15px;
	padding: 0px;
}
.row-inline {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.siteForm input[type="text"], .siteForm input[type="password"], .siteForm select, .siteForm textarea {
	background: #fff;
	color: #000;
	font-size: 14px;
	font-family: 'Open Sans';
	width: 100%;
	padding: 4px 5px;
	border: 1px solid #e1dfdf;
	height: 38px;
	border-radius: 3px;
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
	margin-bottom: 9px;
	position: relative;
}
 
::-webkit-input-placeholder {
 color:#9b9b9b;
}

:-moz-placeholder { /* Firefox 18- */
 color:#9b9b9b;
 opacity:  1;
}

::-moz-placeholder {  /* Firefox 19+ */
 color:#9b9b9b;
 opacity:  1;
}

:-ms-input-placeholder {
 color:#272727;
}
.siteForm .width22 {
	width: 22%;
}
.siteForm .width33 {
	width: 33%;
}
.siteForm .width44 {
	width: 44%;
}
.siteForm .width55 {
	width: 55%;
}
.siteForm .height120 {
	height: 120px;
}
.siteForm input[type="text"]:focus, .siteForm input[type="password"]:focus, .siteForm select:focus, .siteForm textarea:focus, .customfile-input:focus {
	border-color: rgba(45, 93, 195, 0.8);
	outline: 0;
	outline: thin dotted \9;/* IE6-9 *//*	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);*/
}
.siteForm input[type="submit"], .siteForm input[type="reset"], .siteForm input[type="button"] {
	background: #c2264e;
	border-radius: 3px;
	font-size: 16px;
	color: #fff;
	padding: 0px 25px;
	height: 38px;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	border: solid 1px transparent;
	width: auto;
}
.siteForm input[type="button"] {
	background: #000;
}
.siteForm input[type="submit"]:hover, .siteForm input[type="reset"]:hover, .siteForm input[type="button"]:hover {
	background: #2c5ec1;
}
.siteForm select {
	width: 100%;
	padding: 7px 5px;
}
.siteForm input.calendar {
	background-image: url(../images/calendar.png);
	background-position: 95% center;
	background-repeat: no-repeat;
}
.siteForm.ondark {
}
.siteForm.ondark input, .siteForm.ondark select {
	margin-bottom: 0px;
	border: none;
	display: inline-block;
	width: auto;
}
.siteForm.ondark input[type="text"] {
	width: 18.222222222222%;
}
.siteForm.ondark input.custom-widht-10 {
	width: 10%;
}
table.tbl-twocell {
}
table.tbl-twocell td:first-child {
	padding-right: 20px;
}
/*****/

.fifty-fifty {
	width: 49%;
	display: inline-block;
}
.address-blocks {
	display: table;
	width: 100%;
	border: solid 1px #dedddd;
}
.address-blocks .repeat {
	display: table-cell;
	padding: 15px 20px;
	border-right: solid 1px #dedddd;
}
.address-blocks .repeat:last-child {
	border-right: 0;
}
.address-blocks .repeat .icon {
	float: left;
	margin-right: 13px;
}
.address-blocks .repeat p {
	display: inline-block;
	vertical-align: top;
}
.address-blocks .repeat:hover, .address-blocks .repeat:active {
	background: #f0f0f0;
}
.tbl-normal {
	border: solid 1px #dedddd;
	border-collapse: collapse;
	width: 100%;
}
.tbl-normal th {
	text-transform: uppercase;
	background: #f1f0f0;
	font-size: 14px;
	color: #545353;
	font-weight: 600;
	padding: 15px 20px;
	border: solid 1px #dedddd;
}
.tbl-normal td {
	vertical-align: top;
	font-size: 14px;
	color: #545353;
	font-weight: 400;
	padding: 15px 20px;
	border: solid 1px #dedddd;
}
.tbl-normal td .pro-name {
	margin-bottom: 15px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
.txt-red {
	color: #c2264e;
	font-size: 17px;
}
.left-panel {
	float: left;
	width: 833px;
}
.right-panel {
	float: right;
	width: 340px;
}
.order-summary {
	border: solid 1px #dedddd;
}
.ordered-repeated {
}
.ordered-repeated .pro-img {
	width: 120px;
	height: 120px;
	float: left;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.ordered-repeated p {
	color: #000;
	line-height: 1;
	vertical-align: middle;
	display: table-cell;
	height: 100px;
	line-height: 1.2;
	font-size: 16px;
}
.discount-code {
	background: #f1f0f0;
	border-top: solid 1px #dedddd;
	border-bottom: solid 1px #dedddd;
	padding: 15px 20px;
}
.discount-code p {
	font-size: 16px;
}
.discount-code form {
	background: #fff;
	border: solid 2px #f38401;
	border-radius: 3px;
	height: 51px;
	padding: 8px;
}
.discount-code form input[type="text"] {
	background: none;
	border: none;
	height: 31px;
	width: auto;
	line-height: 1;
}
.discount-code form input[type="submit"] {
	background: #f38401;
	border: none;
	height: 31px;
	width: auto;
	line-height: 1;
	font-size: 15px;
	padding: 5px 10px;
	border-radius: 2px;
	color: #fff;
	text-transform: uppercase;
	float: right;
	display: inline-block;
}
.amount-desc {
	display: table;
	width: 100%;
	padding: 15px 20px;
}
.amount-desc li {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	margin: 5px 0;
}
.amount-desc li.total {
	border-top: solid 1px #dedddd;
	border-bottom: solid 1px #dedddd;
	padding: 10px 0;
}
.amount-desc li span.figure {
	float: right;
	text-align: right;
}
.amount-desc li i.currency {
	background: #b0afaf;
	border-radius: 2px;
	color: #fff;
	text-align: center;
	padding: 1px 3px;
	font-style: normal;
	font-size: 13px;
	vertical-align: middle;
}
.amount-desc li .due {
	font-size: 22px;
	color: #000;
	font-weight: 600;
}
/***my shop***/

.profile-head {
	background: #f7f8f9;
	border-bottom: 1px solid #d1d4d6;
	border-top: 1px solid #d1d4d6;
	margin-bottom: 0;
	padding: 10px 0 7px 0;
}
.about-me {
	display: inline-block;
}
.about-me .avatar, .avatar {
	width: 50px;
	height: 50px;
	float: left;
	overflow: hidden;
	border-radius: 100%;
	border: solid 2px #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.31);
	margin-right: 22px;
}
.about-me .avatar img, .avatar img {
	width: 100%;
	height: auto;
}
.about-me .name {
	float: left;
	color: #000;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 600;
}
.about-me .name span {
	display: block;
	color: #5a5858;
	font-size: 15px;
	font-weight: 400;
}
.items-list {
	margin-top: 2px;
}
.items-list li {
	display: inline-block;
	text-transform: uppercase;
	vertical-align: middle;
	font-weight: 600;
	padding: 10px 0px;
}
.items-list li a {
	background: #4b4b4d;
	padding: 12px 15px;
	color: #fff;
	border-radius: 2px;
}
.items-list li a span {
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	background: #767678;
	color: #fff;
	width: 25px;
	height: 25px;
	display: inline-block;
	padding-top: 4px;
	border-radius: 100%;
	margin-right: 10px;
}
.items-list li a:hover {
	background: #2c5ec1;
}
.items-list li a:hover span {
	background: #4678dc;
}
.shop-header {
	position: relative;
	height: 419px;
	background: #181818;
}
.shop-left {
	float: left;
	padding: 12px 20px;
	position: absolute;
	bottom: 0;
	width: 60%;
}
.shop-left .brand-icon {
	float: left;
	overflow: hidden;
	margin-right: 22px;
	width: 90px;
	height: 90px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-radius: 100%;
	background: #fff;
}
.shop-left .brand-icon img {
	border-radius: 100%;
}
.shop-left .brand-name {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 18px;
}
.shop-left .brand-name span {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}
.links-row {
	display: inline-block;
}
.rating {
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
.rating li {
	display: inline-block;
	margin: 0 1px;
}
.rating ul, .rating p {
	margin: 5px;
	display: inline-block;
	vertical-align: bottom;
}
.shop-right {
	bottom: 0;
	float: right;
	position: absolute;
	right: 0;
	padding: 12px 20px;
	width: 40%;
}
.social-list {
	text-align: right;
	float: right;
}
.social-list li {
	float: left;
	margin: 0 0 0 4px;
}
.short-links {
	margin: 25px 0 10px 0;
	display: block;
	float: right;
}
.short-links li {
	display: inline-block;
}
.short-links li a {
	border-bottom: solid 1px #3d3d3d;
	color: #fff;
	margin-left: 15px;
	font-size: 12px;
}
.shop-page .left-panel {
	width: 280px;
}
.shop-page .left-panel .widget {
	border-top: solid 1px #dddede;
}
.shop-page .right-panel {
	width: 901px;
}
.shop-page .right-panel h3 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	padding: 0 0 20px 0;
	text-transform: uppercase;
}
.gray-side {
	background: #f4f4f4;
	border: solid 1px #dddede;
}
.shop-page .left-nav {
}
.shop-page .left-panel h3 {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	padding: 20px 20px 10px;
}
.shop-page .left-nav ul {
	padding-bottom: 10px;
}
.shop-page .left-nav li {
	color: #000;
	font-size: 13px;
	padding: 5px 20px;
}
.shop-page .left-nav li a {
	display: block;
	color: #000;
}
.shop-page .left-nav li a:focus, .shop-page .left-nav li a:hover, .shop-page .left-nav li.active a {
	color: #c2264e;
}
.shop-page .left-nav li a span {
	display: inline-block;
	float: right;
}
.shop-list {
	border: solid 1px #dddede;
	border-bottom: none;
	border-right: none;
	border-collapse: collapse;
}
.shop-list .shop-item {
	width: 33.3333333333333%;
	float: left;
	border-collapse: collapse;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px #dddede;
	border-right: solid 1px #dddede;
}
.shop-page {
	padding: 15px 0 0 0;
}
.shop-list .shop-item .top {
	border-bottom: solid 1px #eeefef;
}
.shop-list .shop-item .top .avatar-container {
	margin: 10px 0;
}
.shop-list .shop-item .top .avatar-container .avatar {
	width: 75px;
	height: 75px;
	margin-top: 0;
}
.shop-list .shop-item .image {
	max-height: 301px;
	text-align: center;
	display: table-cell;
	width: auto;
	vertical-align: middle;
	overflow: hidden;
}
.shop-list .shop-item .image img {
	margin: 0 auto;
	display: block;
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
	width: 100%;
	height: auto;
}
.shop-list .shop-item .caption {
	display: block;
	text-align: center;
}
.shop-list .shop-item .caption .name {
	display: block;
	color: #000;
	font-weight: 600;
	font-size: 14px;
}
.shop-list .shop-item .caption .name a {
	color: #000;
}
.shop-list .shop-item .caption .brand-name {
	color: #2d5dc3;
}
.shop-list .shop-item .price {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin: 15px 0 25px 0;
}
.shop-list .shop-item .lable {
	color: #000;
	font-size: 11px;
	font-weight: 600;
	height: 20px;
	line-height: 20px;
	text-align: center;
	padding: 0px 3px 0 5px;
	background: #ffd200;
	display: inline-block;
	position: relative;
	vertical-align: middle;
}
.shop-list .shop-item .lable:after, .shop-list .shop-item .lable:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.shop-list .shop-item .lable:after {
	border-color: rgba(255, 210, 0, 0);
	border-left-color: #ffd200;
	border-width: 10px;
	margin-top: -10px;
}
.shop-list .shop-item .lable:before {
	border-color: rgba(0, 0, 0, 0);
border-left-color: #;
	border-width: 16px;
	margin-top: -16px;
}
.shop-list .shop-item .overlay {
	opacity: 0;
	position: absolute;
	top: 0px;
	width: 100%;
	padding: 15px 20px;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.shop-list .shop-item:hover .overlay {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.shop-list .shop-item:hover .price a {
	color: #c2264e;
}
.shop-list .shop-item .overlay .checkout {
	float: left;
}
.shop-list .shop-item .overlay .favourite {
	float: right;
}
/****/
.dashboard {
}
.dashboard .left-data {
	display: table-cell;
	width: 170px;
	vertical-align: top;
	border-right: solid 1px #dedddd;
}
.dash-nav {
	padding: 15px 0;
}
.dash-nav li {
	display: block;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 20px;
}
.dash-nav li a {
	opacity: 0.8;
	display: block;
	color: #333;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.dash-nav li a:hover, .dash-nav li.active a {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	color: #000;
}
.dash-nav li a i {
	background: url(../images/dashboard-sprite.png) no-repeat 0 0;
	display: block;
	margin: 5px auto;
}
.dash-nav li.dashboard a i {
	width: 26px;
	height: 30px;
	background-position: -5px 0px;
}
.dash-nav li.dashboard a:hover i, .dash-nav li.dashboard.active a i {
	background-position: -115px 0px;
}
.dash-nav li.recentactivity a i {
	width: 37px;
	height: 38px;
	background-position: 0px -61px;
}
.dash-nav li.recentactivity a:hover i, .dash-nav li.recentactivity.active a i {
	background-position: -110px -61px;
}
.dash-nav li.sales a i {
	width: 33px;
	height: 37px;
	background-position: -2px -135px;
}
.dash-nav li.sales a:hover i, .dash-nav li.sales.active a i {
	background-position: -112px -135px;
}
.dash-nav li.messages a i {
	width: 35px;
	height: 26px;
	background-position: -1px -210px;
}
.dash-nav li.messages a:hover i, .dash-nav li.messages.active a i {
	background-position: -111px -210px;
}
.dash-nav li.myorders a i {
	width: 40px;
	height: 33px;
	background-position: -5px -274px;
}
.dash-nav li.myorders a:hover i, .dash-nav li.myorders.active a i {
	background-position: -107px -274px;
}
.dash-nav li.shop a i {
	width: 39px;
	height: 34px;
	background-position: 1px -346px;
}
.dash-nav li.shop a:hover i, .dash-nav li.shop.active a i {
	background-position: -109px -346px;
}
.dash-nav li.favorities a i {
	width: 33px;
	height: 31px;
	background-position: -2px -414px;
}
.dash-nav li.favorities a:hover i, .dash-nav li.favorities.active a i {
	background-position: -112px -414px;
}
.dash-nav li.addressess a i {
	width: 31px;
	height: 31px;
	background-position: -3px -483px;
}
.dash-nav li.addressess a:hover i, .dash-nav li.addressess.active a i {
	background-position: -113px -483px;
}
.dash-nav li.changepassword a i {
	width: 41px;
	height: 41px;
	background-position: 0px -546px;
}
.dash-nav li.changepassword a:hover i, .dash-nav li.changepassword.active a i {
	background-position: -109px -546px;
}
.dash-nav li.credits a i {
	width: 41px;
	height: 41px;
	background-position: 3px -612px;
}
.dash-nav li.credits a:hover i, .dash-nav li.credits.active a i {
	background-position: -108px -612px;
}
.dash-nav li.publications a i {
	width: 41px;
	height: 41px;
	background-position: 0px -691px;
}
.dash-nav li.publications a:hover i, .dash-nav li.publications.active a i {
	background-position: -111px -691px;
}
.dashboard .data-side {
	vertical-align: top;
	display: table-cell;
	width: 1028px;
	border-right: solid 1px #dedddd;
	border-bottom: solid 1px #dedddd;
	padding-bottom: 20px;
}
.space-lft-right {
	padding: 0px 20px;
}
.dashboard .data-side h3 {
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 20px 20px;
}
.dashboard .data-side .shop-list {
	margin: 0 20px;
}
.featured-product {
	width: 986px;
	margin: 0 20px;
}
.darkgray-form {
	background: #4c4b4d;
	padding: 20px;
}
.tabs-form {
}
.tabz {
	padding-bottom: 17px;
}
.tabz li {
	background: #727173;
	padding: 8px 13px;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer;
	border-radius: 2px;
	position: relative;
}
.tabz li.active, .tabz li:hover {
	background: #c2264e;
}
.tabz li.active:after, .tabz li.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.tabz li.active:after {
	border-color: rgba(194, 38, 78, 0);
	border-top-color: #c2264e;
	border-width: 5px;
	margin-left: -5px;
}
.tabz li.active:before {
	border-color: rgba(0, 0, 0, 0);
border-top-color: #;
	border-width: 8px;
	margin-left: -8px;
}
.tabz-content {
	padding: 0px 0 0 0;
}
.tbl-listing {
	padding: 0;
}
.tbl-listing h4 {
	color: #434242;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
}
.tbl-listing table {
	width: 100%;
}
.tbl-listing table th {
	background: #f7f8f9;
	font-size: 13px;
	color: #434242;
	font-weight: 600;
	padding: 15px 20px;
	border: solid 1px #dedddd;
	border-left: none;
	border-right: none;
}
.tbl-listing table td {
	vertical-align: top;
	font-size: 13px;
	color: #545353;
	font-weight: 400;
	padding: 15px 20px;
	border: solid 1px #dedddd;
	border-left: none;
	border-right: none;
}
.tbl-listing .pro-image {
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	vertical-align: middle;
}
.tbl-listing .pro-image img {
	width: auto;
	max-width: 100%;
}
.tbl-listing .blue-txt {
	color: #2d5dc3;
}
a.status {
	background: #a9cf54;
	color: #fff;
	font-size: 13px;
	border-radius: 2px;
	padding: 3px 6px;
}
a.status.green {
	background: #a9cf54;
}
a.status.gray-dark {
	background: #4c4b4d;
}
/****/
.login-signup {
}
.form-block {
	padding: 60px 0;
	width: 49%;
}
.form-block h2 {
	color: #323333;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	background: #f1f0f0;
	border: 1px solid #dedddd;
	font-weight: 600;
	padding: 13px 0;
}
.form-block h2:after, .form-block h2:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.form-block h2:after {
	border-color: rgba(241, 240, 240, 0);
	border-top-color: #f1f0f0;
	border-width: 10px;
	margin-left: -10px;
}
.form-block h2:before {
	border-color: rgba(222, 221, 221, 0);
	border-top-color: #dedddd;
	border-width: 11px;
	margin-left: -11px;
}
.form-block h3 {
	color: #000;
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 25px;
}
.form-block a.fb-color, .form-block a.tw-color {
	background: #0068b5;
	border-radius: 2px;
	padding: 10px 25px;
	text-align: center;
	display: inline-block;
	color: #fff;
	font-size: 17px;
	min-width: 261px;
}
.form-block a.fb-color {
	margin-right: 5px;
}
.form-block a.tw-color {
	margin-left: 5px;
	background: #00c1db;
}
.form-border {
	margin: 25px 0 00 0;
	padding: 20px 25px;
	border: solid 1px #dedddd;
}
.remember {
	display: inline-block;
	color: #000;
}
.remember a {
	color: #087ccd;
}
.remember p {
	padding-left: 15px;
}
.siteForm input.form-submit {
	float: right;
	display: inline-block;
	width: 150px;
}
.divider {
	border-bottom: solid 1px #e2e0e0;
	margin: 34px 0;
	display: block;
}
.tabz-dashboard .tabz-ul {
	position: relative;
	top: -50px;
	margin-bottom: -50px;
	display: block;
	margin-left: 170px;
}
.tabz-dashboard .tabz-ul li {
	border: solid 1px transparent;
	cursor: pointer;
	color: #fff;
	border-bottom: none;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	background: #2c5ec1;
	text-align: center;
	border-radius: 3px 3px 0px 0px;
	margin: 0px 5px;
}
.tabz-dashboard .tabz-ul li a {
	color: #fff;
	display: block;
	padding: 12px 60px 12px 60px;
}
.tabz-dashboard .tabz-ul li.active {
	background: #fff;
	border: solid 1px #d1d4d6;
	border-bottom: none;
	color: #000;
}
.tabz-dashboard .tabz-ul li.active a {
	color: #000;
}
.orders-list {
	padding: 0 20px;
}
.orders-list li {
	background: #f5f3f3;
	border: solid 1px #dedddd;
	display: inline-block;
	margin-right: 20px;
	width: 229px;
	position: relative;
}
.orders-list li:after {
	content: "";
	background: url(../images/cut-arrow.png) no-repeat 0 0;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 4px;
	right: 4px;
}
.orders-list li:last-child {
	margin-right: 0;
}
.orders-list li:hover {
	background: #fff8d5;
	border-color: #f6e69f;
}
.orders-list li a {
	display: block;
	padding: 10px;
}
.orders-list li span.txt-big {
	color: #2f2f30;
	font-size: 30px;
	font-weight: 600;
	line-height: 1;
}
.orders-list li p {
	color: #5a5a5a;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.orders-list a.manage-order {
	color: #c2264e;
	font-size: 13px;
	float: right;
	background: url(../images/arrow-right-right.png) no-repeat right 7px;
	padding-right: 12px;
}
.orders-list a.manage-order:hover {
	color: #000;
	background: url(../images/arrow-right.png) no-repeat right 7px;
}
.spacebottom {
	padding-bottom: 65px;
}
.product-sale {
	border-top: solid 1px #dedddd;
}
.tbl-dashboard {
	border-top: solid 1px #dedddd;
	display: table;
	width: 100%;
}
.tbl-dashboard .tbl-left {
	display: table-cell;
	width: 736px;
	border-right: solid 1px #dedddd;
	vertical-align: top;
}
.tbl-dashboard .tbl-right {
	display: table-cell;
	vertical-align: top;
	width: 287px;
	background: #f5f3f3;
}
.box-head {
	display: inline-block;
	width: 100%;
}
.box-head h3 {
	display: inline-block;
}
.red-links {
	margin: 20px;
	float: right;
	display: inline-block;
	vertical-align: top;
}
.red-links li {
	display: inline-block;
	margin: 0 -1px;
}
.red-links li a {
	background: #ce5171;
	font-size: 10px;
	font-weight: 600;
	color: #fff;
	padding: 2px 3px;
}
.graph {
	margin: 15px 20px;
	display: inline-block;
	vertical-align: top;
}
.sale-figure {
	float: right;
	display: inline-block;
	margin: 15px 20px;
	width: 247px;
	border: solid 1px #dedddd;
}
.sale-figure li {
	border-bottom: solid 1px #dedddd;
	display: table;
	width: 100%;
}
.sale-figure li i {
	width: 56px;
	height: 56px;
	background: #c2264e;
	display: block;
	border-radius: 100%;
	float: left;
	margin-right: 15px;
	padding-top: 14px;
	text-align: center;
}
.sale-figure li {
	padding: 15px;
	color: #2f2f30;
	font-size: 14px;
	line-height: 1.5;
}
.sale-figure li strong {
	color: #2f2f30;
	font-size: 22px;
}
.sale-figure li:last-child {
	border-bottom: none;
}
.supplier-sections {
	padding: 0 10px;
	display: table;
	width: 100%;
}
.supplier-sections .sub-sections {
	width: 48%;
	margin: 10px 10px;
	float: left;
}
.supplier-sections .sub-sections h4 {
	color: #2f2f30;
	font-size: 18px;
	font-weight: 600;
}
.supplier-sections .box {
	border: solid 1px #dedddd;
	background: #f5f3f3;
	padding: 15px 20px;
}
.supplier-sections .box .icon-circle {
	background: #e4e4e4;
	text-align: center;
	padding-top: 14px;
	border-radius: 100%;
	width: 68px;
	height: 68px;
	display: block;
	float: left;
	margin-right: 27px;
}
.supplier-sections .box ul {
	display: block;
	padding-top: 10px;
}
.supplier-sections .box ul li {
	font-size: 14px;
	line-height: 1.2;
	padding: 2px 0;
}
.supplier-sections .box ul li span {
	display: inline-block;
}
a.view-more {
	float: right;
	background: url(../images/blue-arrow-right.png) no-repeat right 6px;
	padding: 0px 15px 0px 0px;
	clear: both;
	display: inline-block;
	color: #2c5ec1;
	font-size: 13px;
}
.latest-order {
	margin: 0 20px 0px 20px;
}
.red-txt {
	color: #c2264e;
}
.left-txt {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	padding-top: 5px;
}
.sortby {
	display: inline-block;
	color: #fff;
	vertical-align: top;
	padding-top: 5px;
	font-size: 16px;
}
.sortby a.triger {
	color: #fff;
	position: relative;
	padding-right: 0px;
}
.sortby a.triger:after {
	right: -10px;
	position: absolute;
	content: "";
	width: 9px;
	height: 4px;
	display: block;
	background: url(../images/arrow-white.png) no-repeat 0 0;
	top: 8px;
}
.drop-toggle {
	background: #fff;
	position: absolute;
	z-index: 1;
	width: auto;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: block;
	font-size: 14px;
	list-style: outside none none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	text-align: left;
}
.drop-toggle li a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	clear: both;
	color: #333;
	display: block;
	font-weight: 400;
	line-height: 1.42857;
	padding: 3px 10px;
	white-space: nowrap;
}
.drop-toggle li:last-child a {
	border-bottom: none;
}
.drop-toggle li a:hover {
	background: #c2264e;
	color: #fff;
}
.search-dashboard {
	height: 36px;
	width: 250px;
	float: right;
	background: #fff;
	border-radius: 2px;
}
.search-dashboard input[type="text"] {
	background: none;
	border: none;
	height: 36px;
	width: 214px;
	display: inline-block;
	padding: 0 10px;
	vertical-align: top;
}
.search-dashboard input[type="submit"] {
	background: url(../images/magni-black.png) no-repeat right center;
	width: 17px;
	height: 36px;
	display: inline-block;
	border: none;
}
.tbl-email table {
	border-collapse: collapse;
	width: 100%;
}
.tbl-email th {
	text-transform: uppercase;
	background: #f1f0f0;
	font-size: 14px;
	color: #545353;
	font-weight: 600;
	padding: 15px 20px;
	border: solid 1px #dedddd;
}
.tbl-email td {
	vertical-align: middle;
	font-size: 13px;
	color: #545353;
	font-weight: 400;
	padding: 15px 20px;
	border-bottom: solid 1px #dedddd;
	background: #f7f8f9;
}
.tbl-email .email-txt {
	font-size: 14px;
}
.tbl-email .email-txt span {
	color: #000;
	font-size: 14px;
	display: block;
}
.tbl-email tr.unread td {
	background: #fff;
}
.tbl-email tr.unread td .email-txt span {
	color: #c2274f;
}
.tbl-email .actions a {
	background: #f1f0f0;
	border: solid 1px #dedddd;
	border-radius: 2px;
	width: 37px;
	height: 37px;
	padding-top: 7px;
	display: block;
	text-align: center;
	vertical-align: middle;
}
.tbl-email .actions a.active, .tbl-email .actions a.active:hover {
	background: #c2264e;
	border: solid 1px #c2264e;
}
.tbl-email .actions a:hover {
	background: #dedddd;
	border: solid 1px #dedddd;
}
.inline-line {
	display: table;
	width: 100%;
}
.txt-16 {
	font-size: 16px;
}
/*** dharminder ***/


.stepListing {
	height: 45px;
	width: 100%;
	position: relative;
	margin: 0 0 20px 0;
}
.stepListing li {
	position: relative;
	float: left;
	background-color: #eaf0e9;
	border-radius: 100px;
	margin: 0 0 0 -50px;
	height: 45px;
	padding: 0 75px 0 0;
}
.stepListing li:first-child {
	margin-left: 0;
}
.stepListing li .counts {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 46px;
	width: 47px;
	height: 47px;
	border-radius: 100px;
	background: #FFF;
	position: relative;
	font-size: 24px;
	color: #d9dfd8;
	position: relative;
	top: -1px;
	left: -1px;
	bottom: -1px;
}
.stepListing li .counts:before {
	border: 3px solid #d9dfd8;
	border-radius: 100px;
	left: 4px;
	top: 4px;
	right: 4px;
	bottom: 4px;
	position: absolute;
	content: "";
}
.stepListing li .textvalue {
	line-height: 14px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 10px;
	font-size: 14px;
	color: #a8aea7;
}
.stepListing li .spanarrow {
	display: none;
	width: 20px;
	height: 20px;
	position: absolute;
	left: 50%;
	top: 55px;
	margin: 0 0 0 -18px;
}
.stepListing li .spanarrow:before {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 14px solid #c2274f;
}
.stepListing li.stepselect {
	background: #c2274f;
}
.stepListing li.stepselect .spanarrow {
	display: block;
}
.stepListing li.stepselect .counts {
	color: #c2274f;
}
.stepListing li.stepselect .textvalue {
	color: #fff;
}
.stepListing li.stepselect .counts:before {
	color: #165b74;
	border: 3px solid #c2274f;
}
.stepListing li.finishstep {
	background: #eaf0e9;
}
.stepListing li.finishstep .counts {
	color: #c2274f;
}
.stepListing li.finishstep .textvalue {
	color: #c2274f;
}
.stepListing li.finishstep .counts:before {
	color: #c2274f;
	border: 3px solid #c2274f;
}
.border_cover {
	position: relative;
	width: 100%;
	padding: 20px;
	/*border: 1px solid #ddd;*/
	border-top: none;
	background: #fff;/* background:#eaf0e9;*/
}
/*.border_cover:before {
	position: absolute;
	left: -1px;
	right: -1px;
	top: -4px;
	content: "";
	height: 4px;
	background: #c2274f;
}*/
.frontformTable {
	width: 100%;
}
.frontformTable td small {
	font-size: 13px;
	color: #000;
}
.frontformTable td:first-child {
}
.frontformTable td {
	font-size: 14px;
	color: #666;
	vertical-align: top;
	padding: 0 0 15px 0;
}
.frontformTable input[type="text"], .frontformTable input[type="password"], .frontformTable select {
}
.mandatory {
	color: rgba(255,0,4,1.00);
}
.frontformTable .uploadedphoto {
	float: left;
}
.frontformTable .filefield {
	float: left;
	margin: 35px 0 0 0;
}
.txtlabel {
	display: inline-block;
	padding: 0 20px 0 0;
}
.frontformTable .steptitle {
	position: relative;
	left: -55px;
	text-align: left;
}
.viewtable {
	width: 100%;
	border: 1px solid #dbdbdb;
	background: #fff;
}
.viewtable td {
	text-align: left;
	padding: 15px;
	border-top: 1px solid #d6d9db;
	text-align: left;
	vertical-align: top;
	color: #666;
	font-size: 13px;
}
.viewtable td:first-child {
	width: auto;
	text-align: left;
}
.viewtable th {
	padding: 15px;
	text-align: left;
	font-weight: 600;
	color: #000;
	font-size: 13px;
}
.fieldsmall {
	width: 60px !important;
}
.frontformTable .fieldsmall {
	width: 60px !important;
}
.viewtable input[type="text"].fieldsmall, .viewtable input[type="password"].fieldsmall {
	width: 70px !important;
	height: 32px !important;
}
.viewtable select.fieldnormal {
	width: 150px !important;
	height: 32px !important;
	padding: 0 10px !important
}
.fieldcontainer {
	position: relative;
}
.fieldcontainer .cur_value {
	position: absolute;
	left: 10px;
	top: 6px;
	font-size: 13px;
	color: #666;
}
.fieldcontainer input[type="text"] {
	padding-left: 5px;
}
.viewtable .checkselect {
	margin: 3px;
}
.frontformTable .buttonNormal {
	font-size: 14px;
	padding: 5px 20px;
}
.wrapform {
	width: 100%;
	border: 1px solid #dedddd;
	background: #f1f0f0;
	padding: 20px;
	margin: 0 0 0 0;
	position: relative;
}
.editformTable {
	width: 100%;
}
.editformTable td:first-child {
}
.editformTable td {
	font-size: 15px;
	color: #666;
	padding: 0 0 15px 0;
}
.editformTable input[type="text"], .editformTable input[type="password"], .editformTable select, .editformTable textarea {
}
.editformTable .uploadedphoto {
	float: left;
}
.editformTable .filefield {
	float: left;
	margin: 35px 0 0 0;
}
/****dharminder**/
.checkout-process {
	/*border: solid 1px #dedddd;*/
	margin: 40px 0 0 0;
}
.checkout-page-data {
	padding: 20px 0 0 0;
}
.checkout-page-data:before, .checkout-page-data:after {
	content: "";
	display: table;
	line-height: 0;
}
.checkout-page-data:after {
	clear: both;
}
.checkout-page-data .form-block {
	padding: 0px;
}
.checkout-steps {
	background: #f1f0f0;
	/*border-bottom: solid 1px #dedddd;*/
	height: 68px;
	position: relative;
	padding: 0 20px;
	margin-bottom: 20px;
}
.checkout-steps .step {
	position: relative;
	margin: 0 10px;
	min-width: 212px;
	top: -20px;
	display: inline-block;
}
.checkout-steps .step.one {
	margin-left: 0px;
}
.checkout-steps .step.five {
	margin-right: 0px;
}
.checkout-steps .step .icon {
	background: #2d5dc3;
	border-radius: 100%;
	width: 102px;
	height: 102px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-size: 35px;
	font-weight: 700;
	margin-right: 10px;
	padding: 9px 0 0 9px;
}
.checkout-steps .step .icon span.num {
	background-color: #1b4296;
	width: 84px;
	height: 84px;
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 100%;
	padding-top: 14px;
}
.checkout-steps .step.selected .icon {
	padding: 15px 0 0 14px;
	background: #000;
}
.checkout-steps .step.selected .icon span.num {
	background: url(../images/bg-leaf.png) no-repeat 0 0;
	width: 74px;
	height: 85px;
	display: table-cell;
	vertical-align: top;
	padding-top: 14px;
	text-align: center;
	margin: 0 auto;
	color: #000;
}
.checkout-steps .step.compeleted .icon {
	background-color: #c2274f;
	position: relative;
}
.checkout-steps .step.compeleted .icon .step-logo {
	position: absolute;
	top: 25px;
	left: 25px;
	z-index: 1;
}
.checkout-steps .step.compeleted .icon span.num {
	background: #7c0b28;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	padding: 0px;
	margin: 5px 0 0 26px;
}
.checkout-steps .step .side-txt {
	color: #2c5ec1;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: text-top;
}
.checkout-steps .step .side-txt span {
	display: block;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
}
.checkout-steps .step.compeleted .side-txt {
	color: #c2264e;
}
.all-address {
	padding: 0 0 20px 0;
}
.all-address .repeat {
	vertical-align: top;
	margin-right: 2%;
	width: 31.6666666%;
	display: inline-block;
	padding: 35px 40px;
	border: solid 1px #dedddd;
}
.all-address .repeat .icon {
	float: left;
	margin-right: 13px;
}
.all-address .repeat p {
	font-size: 15px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}
.all-address .repeat:last-child {
	margin-right: 0;
}
.all-address .repeat a.deliver-btn {
	position: relative;
	display: table;
	margin: 0 auto;
	border-radius: 2px 0px 0 2px;
	background: #4b4b4d;
	color: #fff;
	font-weight: 600;
	height: 43px;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 10px;
	padding: 11px 25px;
	margin-left: 42px;
}
.all-address .repeat a.deliver-btn:after {
	border-radius: 0px 2px 2px 0;
	content: "";
	position: absolute;
	right: -43px;
	top: 0;
	width: 43px;
	height: 43px;
	background: #303031 url(../images/sparrow.png) no-repeat center center;
	display: table-cell;
}
.all-address .repeat a.deliver-btn:hover {
	background: #c2274f;
}
.all-address .repeat a.deliver-btn:hover:after {
	background: #a4193d url(../images/sparrow.png) no-repeat center center;
}
.all-address .repeat.selected {
	background: #f0f0f0;
}
.all-address .repeat.selected a.deliver-btn {
	background: #c2274f;
}
.all-address .repeat.selected a.deliver-btn:after {
	background: #a4193d url(../images/check-done.png) no-repeat center center;
}
.credit-card {
}
.credit-card .head {
	border-bottom: solid 1px #dedddd;
	padding: 20px 0;
	margin-bottom: 25px;
}
.credit-card .from-card {
	float: left;
	font-size: 15px;
}
.credit-card .from-card p {
	display: inline-block;
}
.card-cc {
	display: inline-block;
}
.card-cc li {
	display: inline-block;
}
.credit-card .from-wallet {
	background: #444444;
	border-radius: 2px;
	padding: 8px 8px;
	color: #fff;
	font-size: 14px;
	float: right;
	display: inline-block;
}
.credit-card .from-wallet span.price-red {
	background: #c2264e;
	border-radius: 2px;
	padding: 3px 5px;
	margin-left: 30px;
}
.cc-form {
}
.arrowTabs {
	display: inline-block;
	margin: 0 20px 15px 20px;
}
.arrowTabs li {
	float: left;
	position: relative;
	margin: 0 0 0 -1px;
}
.arrowTabs li a {
	position: relative;
	height: 36px;
	display: block;
	padding: 0 15px;
	line-height: 33px;
	font-size: 15px;
	border: 1px solid #c2274f;
	text-transform: uppercase;
	color: #c2274f;
}
.arrowTabs li.active a:before {
	position: absolute;
	left: 50%;
	bottom: -10px;
	content: "";
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #c2274f;
	margin: 0 0 0 -10px;
}
.arrowTabs li.active a {
	background: #c2274f;
	color: #FFF;
}
.arrowTabs li:first-child a {
	border-radius: 3px 0 0 3px;
}
.arrowTabs li:last-child a {
	border-radius: 0 3px 3px 0;
}
.latest-review {
	border: 1px solid #dedddd;
	border-bottom: none;
	border-right: none;
}
.latest-review .item {
	float: left;
	width: 33.333333%;
	border: none;
	vertical-align: text-bottom;
	border-right: 1px solid #dedddd;
}
.latest-review .item .pro-item img {
	max-width: -moz-fit-content;
	max-width: -webkit-fit-content;
	width: 100%;
	height: auto;
}
.latest-review .item .from {
	background: #2e3235 url(../images/bg-from.jpg) repeat-x 0 0;
	padding: 0 15px;
}
.latest-review .item .from .pic {
	float: left;
	width: 48px;
	height: 48px;
	overflow: hidden;
	border-radius: 100%;
	margin-right: 10px;
	margin-top: 3px;
	border: solid 3px #ffffff;
}
.latest-review .item .from .name {
	color: #fff;
}
.latest-review .item .from .name h5 {
	height: 29px;
	line-height: 29px;
	margin: 0px;
}
.latest-review .item .desc {
	color: #fff;
	font-size: 12px;
	line-height: 1.3;
	padding: 10px 15px;
	background: #2e3235;
}
.total-stat {
	padding: 30px 39px;
	text-align: center;
}
.total-stat .small-box {
	width: 97px;
	display: inline-block;
	border: solid 1px #2f2f30;
	border-radius: 2px;
	margin: 0 2px;
}
.total-stat .small-box .caption {
	background: #2f2f30;
	color: #fff;
	font-size: 13px;
	line-height: 1;
	padding: 4px 4px;
	text-align: center;
}
.total-stat .small-box .caption {
	position: relative;
	background: #2f2f30;
}
.total-stat .small-box .caption:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(47, 47, 48, 0);
	border-top-color: #2f2f30;
	border-width: 8px;
	margin-left: -8px;
}
.total-stat .small-box .count {
	color: #2f2f30;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
	padding: 10px 5px;
	background: #fff;
}
.total-stat .total-earning {
	border: solid 10px #2f2f30;
	background: #fff;
	border-radius: 5px;
	margin: 10px 0;
	padding: 10px;
}
.total-stat .total-earning .count {
	color: #2f2f30;
	font-size: 36px;
	text-align: center;
	font-weight: 700;
	background: #fff;
}
.total-stat a.btn {
	display: block;
	margin-bottom: 10px;
}
.message-list {
}
.message-list li {
	padding: 5px 20px;
	margin-bottom: 20px;
}
.message-list li .pic {
	float: left;
	border-radius: 100%;
	width: 52px;
	height: 52px;
	display: block;
	position: relative;
	margin-right: 10px;
}
.message-list li .pic img.img {
	border-radius: 100%;
	width: 100%;
}
.message-list li .pic .dot {
	border: solid 2px #fff;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	vertical-align: top;
}
.message-list li .pic .dot img {
	vertical-align: top;
	margin-top: 3px;
}
.message-list li .pic .dot.red {
	background: #c2264e;
}
.message-list li .pic .dot.blue {
	background: #2c5ec1;
}
.message-list li .text {
	margin-left: 12px;
	position: relative;
}
.message-list li .text h4 {
	color: #393939;
	font-size: 14px;
	line-height: 1;
	padding: 0px;
	margin: 0px 0 8px 0;
}
.message-list li .text p {
	color: #2f2f30;
	line-height: 1.3;
	font-size: 11px;
}
.message-list li .text a.readmore {
	position: absolute;
	right: 0;
	top: 0;
}
.liked-shop {
	margin-top: 10px;
}
.liked-shop li {
	display: inline-block;
}
.liked-shop li a {
	position: relative;
	padding-top: 7px;
	width: 37px;
	height: 37px;
	display: block;
	text-align: center;
	border-radius: 100%;
	background: #4b4b4d;
}
.liked-shop li a:hover {
	background: #c2264e;
}
.liked-shop li a .tooltip-txt {
	opacity: 0;
	position: absolute;
	right: 0;
	top: -10px;
	color: #fff;
	background: #181818;
	padding: 3px 6px;
	font-size: 10px;
	font-weight: 600;
	white-space: nowrap;
	border-radius: 3px;
	z-index: 1;
	background: #181818;
	border-bottom: 1px solid #fff;
}
.liked-shop li a:hover .tooltip-txt {
	opacity: 1;
}
.liked-shop li a .tooltip-txt:after, .liked-shop li a .tooltip-txt:before {
	top: 100%;
	left: 82%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.liked-shop li a .tooltip-txt:after {
	border-color: rgba(24, 24, 24, 0);
	border-top-color: #181818;
	border-width: 5px;
	margin-left: -5px;
}
.liked-shop li a .tooltip-txt:before {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.avatar-container {
	display: inline-block;
	padding: 0 20px;
	margin-top: 10px;
	width: 100%;
}
.avatar-container .avatar {
	width: 50px;
	height: 50px;
	float: left;
	overflow: hidden;
	border-radius: 100%;
	border: solid 2px #fff;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.31);
	margin-right: 22px;
	margin-top: 10px;
}
.avatar-container .avatar img {
	width: 100%;
	height: auto;
}
.avatar-container .name {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	display: table;
}
.avatar-container .name span {
	display: block;
	color: #5a5858;
	font-size: 13px;
	font-weight: 400;
	padding-bottom: 8px;
}
.left-listing {
	margin: 0px;
}
.left-listing > li {
	padding: 0px 20px;
	margin: 10px 0;
	border-bottom: solid 1px #dddede;
}
.left-listing > li:last-child {
	border-bottom: none;
}
.left-listing li a {
	padding: 5px 0;
	margin-bottom: 5px;
	display: block;
	font-size: 14px;
	font-weight: 600;
}
.reviewlist ul {
	display: inline-block;
	vertical-align: super;
}
.reviewlist li {
	display: inline-block;
}
.reviewlist p {
	display: inline-block;
}
.reviewList {
	width: 100%;
	display: inline-block;
	padding: 15px 0 0;
	margin: 0 0 0;/* border-top:1px solid #d6d9db;*/
}
.reviewList:first-child {
}
.reviewList .grid_1 {
	width: 10%;
	text-align: left;
}
.reviewList .grid_1 .photo {
	width: 65px;
	height: 65px;
	border-radius: 100%;
	border: 1px solid #b4b7b9;
	background: #fff;
	padding: 3px;
	margin: 0 0 6px;
}
.reviewList .grid_1 .photo img {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
	border-radius: 100%;
}
.reviewList .grid_1 .postedname {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
	line-height: 18px;
	color: #2d5dc3;
}
.reviewList .grid_1 .postedname a {
	font-size: 15px;
	color: #2d5dc3;
}
.reviewList .grid_1 .postedname span {
	font-size: 13px;
	color: #999;
	display: block;
}
.reviewList .grid_2 {
	width: 88%;
	float: right;
	padding: 15px;
	background: #fff;
	border-radius: 3px;
	position: relative;
	border: 1px solid #d6d9db;
	border-bottom: 2px solid #d6d9db;
}
.reviewList .grid_2:before {
	border-bottom: 14px solid transparent;
	border-top: 14px solid transparent;
	border-right: 14px solid #d6d9db;
	position: absolute;
	left: -14px;
	top: 18px;
	content: "";
}
.reviewList .grid_2:after {
	border-bottom: 14px solid transparent;
	border-top: 14px solid transparent;
	border-right: 14px solid #fff;
	position: absolute;
	left: -12px;
	top: 18px;
	content: "";
}
.reviewList .reviewdetails {
	margin: 0 0 0 130px;
}
.reviewList .item_name a {
	font-size: 14px;
	color: #555;
	font-weight: 600;
}
.reviewList .item_name a:hover {
	text-decoration: underline;
}
.reviewList .datetext {
	float: right;
	text-transform: uppercase;
	font-size: 13px;
	color: #8a8a8a;
}
.reviewList .reviewtxt {
	font-family: Georgia;
	color: #333;
	font-style: italic;
	font-size: 17px;
	line-height: 24px;
	padding: 5px 0 0 0;
}
.itemdetails {
	width: 60%;
	display: inline-block;
	margin: 15px 0 0 0;
}
.itemdetails .itemthumb {
	width: 60px;
	height: 60px;
	border: 1px solid #d6d9db;
	padding: 3px;
	float: left;
	margin: 0 15px 0 0;
}
.itemdetails .itemthumb img {
	width: 100%;
	height: 100%;
	display: block;
}
.ratingWrap {
	display: inline-block;
}
.ratingWrap .ratings {
	display: inline-block;
	vertical-align: middle;
}
.ratingWrap .ratingtxt {
	font-size: 14px;
	color: #959393;
	display: inline-block;
	vertical-align: middle;
	padding: 0 0 0 5px;
}
.colscontainer {
	display: inline-block;
	width: 100%;
}
/* cms css */
.cmsContainer {
	width: 100%;
}
.cmsContainer h2 {
	font-size: 30px;
	color: #485458;
	padding: 0 0 15px 0;
	font-weight: 600;
	line-height: 1;
}
.cmsContainer h3 {
	font-size: 26px;
	color: #485458;
	padding: 0 0 10px 0;
	font-weight: 600;
}
.cmsContainer h4 {
	font-size: 24px;
	color: #485458;
	padding: 0 0 10px 0;
	font-weight: 600;
}
.cmsContainer h5 {
	font-size: 20px;
	color: #485458;
	padding: 0 0 5px 0;
	font-weight: 600;
}
.cmsContainer h6 {
	font-size: 18px;
	color: #485458;
	padding: 0 0 10px 0;
	font-weight: 600;
}
.cmsContainer p {
	padding: 0 0 15px 0;
	line-height: 22px;
	color: #585757;
	font-size: 14px;
	text-align: justify;
}
.cmsContainer p a {
	color: #f03095;
}
.cmsContainer p a:hover {
	color: #000;
}
.cmsContainer p strong {
	font-size: 16px;
}
.cmsContainer ul {
	margin: 0 0 15px 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.cmsContainer ul li {
	list-style: none;
	position: relative;
	padding: 0 0 15px 20px;
	color: #585757;
	font-size: 15px;
}
.cmsContainer ul li:before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 30px;
	background: #585757;
	left: 0;
	top: 6px;
	position: absolute;
}
.cmsContainer ol {
	margin: 0 0 15px 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}
.cmsContainer ol li {
	list-style: decimal inside;
	font-size: 15px;
	color: #485458;
	margin: 0;
	padding: 0 0 10px 0;
}
.cmsContainer .leftImg {
	float: left;
	margin: 0 20px 20px 0;
	padding: 4px;
	border: 1px solid #c6c6c6;
	border-bottom: 3px solid #c6c6c6;
}
.cmsContainer .rightImg {
	float: right;
	margin: 0 0 20px 30px;
	padding: 4px;
	border: 1px solid #c6c6c6;
	border-bottom: 3px solid #c6c6c6;
}
.cmsContainer img {
	border: 1px solid #c6c6c6;
}
.cmsContainer .pcards {
	margin: 0 6px 0 0;
}
.rowcontent {
	width: 100%;
	display: inline-block;
	border-top: 1px solid #d2d8da;
	margin: 15px 0 0 0;
	padding: 10px 0 0;
}
.rowcontent h5 {
	width: 26%;
	float: left;
	font-size: 15px;
}
.rowcontent p {
	width: 70%;
	float: right;
	padding: 0;
	text-align: left;
}
.smallItalicText {
	font-size: 11px;
	font-style: italic;
}
.actions {
}
.actions a.btn {
	background: #4b4b4d;
	text-transform: uppercase;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 4px 8px;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
}
.actions a.btn:hover {
	background: #c2274f;
}
.actions a.btn img {
	margin: 5px 0 0 0;
}
.pro-setup {
}
.pro-setup .tbl-listing table th {
	border-top: none;
	background: none;
	text-transform: uppercase;
}
#products-setup .resp-tab-content {
	border: none;
}
#products-setup .resp-tab-content.nopadding {
	padding: 10px 0;
}
#products-setup .resp-tabs-list li {
	padding: 10px 15px;
}
#products-setup .resp-tabs-list li:first-child {
	border-left: none;
}
#products-setup .resp-tabs-list li:last-child {
	border-right: none;
}
.tabz-setup ul {
	display: table;
	width: 100%;
	border-top: solid 1px #dedddd;
}
.tabz-setup li {
	border-right: solid 1px #dedddd;
	border-bottom: solid 1px #dedddd;
	color: #545353;
	background: #f1f0f0;
	font-weight: 600;
	font-size: 14px;
	display: table-cell;
	margin: 0;
	list-style: none;
	cursor: pointer;
	text-align: center;
}
.tabz-setup li a {
	display: block;
	/*	padding: 22px 15px;*/
	padding: 10px 15px;
}
.tabz-setup li:last-child {
	border-right: none;
}
.tabz-setup li.active {
	background: #fff !important;
	border-bottom: none !important;
	margin-bottom: -1px !important;
}
/***/
.pageBar {
	width: 100%;
	border-top: 1px solid #d1d4d6;
	border-bottom: 1px solid #d1d4d6;
	padding: 25px 0;
	position: relative;/*background: #f7f8f9;*/
}
.pageBar .grid_1 {
	width: 50%;
}
.pageBar .grid_2 {
	width: 50%;
	float: right;
	text-align: right;
}
.pageBar .grid_5 {
	width: 50%;
}
.pageBar .grid_6 {
	width: 50%;
	float: right;
}
.pageTitle {
	display: inline-block;
	font-size: 22px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 1;
	padding: 0 0 0 0;
}
.showing-total {
	display: inline-block;
	vertical-align: top;
	margin: 2px 0 0 10px;
	background: url(../images/double-line.png) no-repeat 0 0;
	color: #6c6b6b;
	font-size: 13px;
	padding: 0 0 0 15px;
}
.filters {
	float: right;
}
.filters ul li {
	display: inline-block;
	vertical-align: text-bottom;
}
.filters ul li a {
	color: #6c6b6b;
	font-size: 13px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px tranparent;
}
.filters ul li:last-child a {
	margin-right: 0;
	padding-right: 0px;
}
.filters ul li a:hover {
	border-bottom: solid 1px #2c5ec1;
	color: #2c5ec1;
}
.filters ul li a {
	position: relative;
}
.filters ul li a:hover:after {
	bottom: 0px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(44, 94, 193, 0);
	border-bottom-color: #2c5ec1;
	border-width: 5px;
	margin-left: -5px;
}
.pageTitle span {
	display: block;
	font-size: 17px;
	color: #028ac9;
	font-weight: 600;
}
.innerContainer {
	padding: 20px 0 0;
}
.greyarea {
	width: 100%;
	padding: 0;
	margin: 0;
}
.greyarea .grid_1 {
	width: 45%;
}
.greyarea .grid_2 {
	width: 40%;
	float: right;
 background:#border:solid 1px #ddd;
	border: solid 1px #dedddd;
	padding: 15px 20px;
}
.greyarea h3 {
	font-size: 22px;
	color: #4b4b4b;
	padding: 0 0 10px 0;
	font-weight: 600;
}
.greyarea h4 {
	font-size: 22px;
	color: #545353;
	padding: 0 0 10px 0;
	font-weight: 600;
}
.greyarea p {
	font-size: 14px;
	color: #333;
	line-height: 22px;
	padding: 0 0 20px 0;
}
.greyarea .grid_2 input[type="text"] {
	width: 100%;
	background: #fff;
	height: 45px;
	border: solid 1px #d4d4d4;
	line-height: 45px;
	vertical-align: middle;
	font-size: 15px;
	color: #acacac;
	padding: 0 10px;
}
.greyarea .grid_2 textarea {
	resize: none;
	width: 100%;
	background: #fff;
	height: 100px;
	border: solid 1px #d4d4d4;
	line-height: 20px;
	vertical-align: middle;
	font-size: 15px;
	color: #acacac;
	padding: 10px;
}
.greyarea .grid_2 table td {
	padding-bottom: 15px;
}
.greyarea .grid_2 .normal {
	width: 200px!important;
}
.greyarea .grid_2 .secure {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
.greyarea .grid_2 .reload_icon {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 10px;
}
.greyarea .grid_2 input[type="submit"] {
	background: #c2264e;
	width: 100%;
	cursor: pointer;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	display: block;
	border-radius: 3px;
	border: none;
}
.greyarea .grid_2 input[type="submit"]:hover {
	background: #2c5ec1;
}
/***/

.sitemapcontainer {
	width: 100%;
}
.sitemapcontainer h3 {
	font-weight: 400;
	color: #c2264e;
	padding: 0 0 10px 0;
	font-size: 18px;
}
.sitemapcontainer .blackbullets {
	width: 100%;
	display: inline-block;
	margin: 0 0 0;
}
.sitemapcontainer .blackbullets li {
	float: left;
	width: 25%;
	padding-right: 10px;
	padding-bottom: 8px;
}
.sitemapcontainer .blackbullets li a {
	font-size: 14px;
	padding-left: 15px;
	text-transform: capitalize;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}
.panelborder {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 20px 20px 10px 20px;
	margin: 0 0 20px 0;
}
.blackbullets li {
	padding: 0 0 15px 0;
}
.blackbullets li a:before {
	position: absolute;
	left: 0;
	top: 7px;
	content: "";
	width: 7px;
	height: 7px;
	background: #666;
	border-radius: 100%;
}
.blackbullets li a {
	position: relative;
	font-size: 16px;
	color: #666;
	padding: 0 0 0 22px;
}
.blackbullets li a:hover {
	color: #c2264e;
	text-decoration: underline;
}
.blackbullets li a:hover:before {
	background: #c2264e;
}
.boxpanel {
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 2px;
	margin: 0 0 20px 0;
}
.boxpanel .top {
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
	border-radius: 3px 3px 0 0;
	/*background: #e8edef;*/
	padding: 10px 15px;
	display: inline-block;
}
.boxpanel .top .txtlink a {
	font-size: 16px;
	color: #666;
	font-weight: 600;
}
.boxpanel .midd {
	width: 100%;
	border-radius: 0 0 3px 3px;
	padding: 20px 20px 10px 20px;
	display: inline-block;
}
.linksfloated li {
	float: left;
	font-size: 16px;
	color: #666;
	font-weight: 600;
	margin: 0 0 0 5px;
}
.linksfloated li:first-child {
	margin-left: 0;
}
.linksfloated li a {
	font-size: 14px;
	color: #333;
	padding: 1px 8px;
	display: block;
	text-transform: uppercase;
}
.linksfloated li a:hover, .linksfloated li a.linkselect {
	background: #333;
	color: #fff;
}
.blackbullets li a:before {
	top: 6px;
}
.panelLeft {
}
.boxRound {
	width: 100%;
	margin: 0;
	position: relative;
	display: block;
	border-bottom: solid 1px #dddede;
}
.panelLeft .boxRound:last-child {
	border-bottom: none;
}
.boxRound .boxTop {
	height: 44px;
	padding: 10px 10px 10px 15px;
	width: 100%;
	position: relative;
	border-radius: 3px 3px 0 0;
}
.boxRound .boxTop h4 {
	color: #000;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	margin: 0px;
	text-transform: uppercase;
}
.boxRound .boxTop .openToggle {
	float: right;
}
.openToggle {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: url(../images/plus_minus_black.png) no-repeat 0px -97px;
}
.openToggle.active {
	background: url(../images/plus_minus_black.png) no-repeat 0px 0px;
}
.boxRound .box_Middle {
}
.listscroll {
	max-height: 210px;
	overflow: auto;
}
.labelList li {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #3f3e3e;
	padding: 4px 8px 4px 15px;
	cursor: pointer;
}
.labelList li:hover {
	background: #ddd;
}
.labelList li.currentLi {
	background: #ddd;
}
.labelList li input[type="checkbox"] {
	margin: 0;
}
.labelList li .span1 {
	float: left;
	margin: 0;
}
.labelList li label {
	width: 100%;
	display: inline-block;
	cursor: pointer;
}
.labelList li .span2 {
	font-weight: 400;
	margin: 0 0 0 25px;
	display: block;
	font-size: 13px;
	color: #666;
}
.labelList li .plusIcon {
	float: right;
	margin: 4px 0 0 0;
}
.plusIcon {
	background: url(../images/minus_plus.png) no-repeat left top;
	display: inline-block;
	width: 16px;
	height: 14px;
}
.plusIcon.active {
	background: url(../images/minus_plus.png) no-repeat left -14px;
}
.colorbox {
	display: inline-block;
	vertical-align: middle;
	height: 13px;
	width: 20px;
	border: 1px solid #CCC;
	margin: -4px 10px 0 0;
}
.squareList {
	padding: 4px 4px 2px 4px;
	width: 100%;
	display: inline-block;
}
.squareList li {
	float: left;
	margin: 5px;
}
.squareList li a {
	width: 36px;
	height: 30px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 28px;
	display: block;
	font-size: 14px;
	color: #666;
}
.squareList li a:hover {
	background: #ddd;
	border: 1px solid #ddd;
}
.squareList li a.currentlink {
	background: #ddd;
	border: 1px solid #ddd;
}
.vertical_links {
	width: 100%;
	padding: 0 0 0 0;
}
.vertical_links li {
	border-top: 1px solid #ddd;
}
.vertical_links li:first-child {
	border-top: none;
}
.vertical_links li a {
	position: relative;
	font-size: 14px;
	color: #c2264e;
	padding: 10px 12px 10px 30px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
}
.vertical_links li a:before {
	position: absolute;
	left: 15px;
	top: 16px;
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #fff;
	border: 1px solid #777;
}
.vertical_links li a.linkselected {
	font-weight: 600;
	color: #c2264e;
}
.vertical_links li a.linkselected:before {
	border: 1px solid #c2264e;
}
.vertical_links li ul li {
	border-top: none;
}
.vertical_links li ul li a {
	padding: 8px 12px 8px 31px;
	font-weight: 400;
	line-height: 1;
	font-size: 13px;
	color: #666;
}
.vertical_links li ul li a:hover {
	color: #c2264e;
}
.vertical_links li ul li a:hover:before {
	background: #c2264e;
}
.vertical_links li ul li a.selected_link {
	color: #c2264e;
	font-weight: 600;
}
.vertical_links li ul li a.selected_link:before {
	background: #2d5dc3;
}
.vertical_links li ul li a:before {
	position: absolute;
	left: 15px;
	top: 11px;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #999;
	border: none;
}
.vertical_links li ul {
	margin: 0 0 10px 0px;
	padding: 0;
}
.vertical_links li ul li:first-child {
	border-bottom: none;
}
.clearlink {
	width: 100%;
	display: inline-block;
	padding: 10px;
	border-top: 1px solid #ddd;
}
.clearlink a {
	font-weight: 600;
	font-size: 13px;
}
.cellcaption {
	display: none;
}
.mycredits {
}
.mycredits .highlighted_text, .mycredits a {
	background: #2c5ec1;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 18px;
	color: #fff;
	padding: 7px 25px;
	margin: 0px;
	display: inline-block;
	vertical-align: top;
	border: solid 1px transparent;
}
.mycredits .highlighted_text {
	margin-right: 15px;
	color: #000;
	background: #fff;
	border: solid 1px #dedddd;
}
.photosrow {
	width: 100%;
	display: inline-block;
}
.photosquare {
	width: 74px;
	height: 74px;
	position: relative;
	margin: 0 5px 10px 0;
	background: #fff;
	padding: 3px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #D6D6D6;
}
.photosquare img {
	width: 100%;
	height: 100%;
}
.panelTitleHeading {
	border-bottom: 1px solid #dbdbdb;
	color: #333;
	display: block;
	font-size: 20px;
	line-height: 1;
	margin: 0 0 10px 0;
	padding: 0 0 6px;
	position: relative;
	text-align: left !important;
}
.uploadedphoto {
	width: 75px;
	height: 75px;
	border: 5px solid #fff;
	border-radius: 100%;
	margin: 0 20px 0 0;
}
.uploadedphoto img {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	display: block;
}
/* login popup */
.sectionOverlay {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 999;
}
.sectionOverlay .overlayer {
	background-color: #333;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.sectionOverlay .sectionwhite {
	background: #FFF;
	padding: 0;
	width: 500px;
	position: fixed;
	left: 50%;
	top: 100px;
	margin: 0 0 0 -250px;
}
.sectionOverlay .sectionwhite .closeicn {
	width: 20px;
	height: 18px;
	background: url(../images/crosslink.jpg) no-repeat left top;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
.sectionOverlay .sectionwhite .closeicn:hover {
	background-position: 0 -18px;
}
.sectionOverlay p {
	font-size: 20px;
	color: #323232;
	line-height: 24px;
	padding: 0 0 20px 0;
}
.titlecenter {
	text-align: center;
	width: 100%;
	display: block;
	border-bottom: 1px solid #b8b8b8;
	height: 60px;
	position: relative;
	line-height: 60px;
	font-size: 26px;
	color: #333;
}
.titlecenter:before {
	width: 200px;
	height: 3px;
	background: #2d5dc3;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -100px;
	bottom: -1px;
	content: "";
}
.sectionOverlay .spacer {
	padding: 15px 20px;
}
.pop-content h2 {
	font-size: 18px;
	line-height: 1.2;
}
.sucessarea {
	width: 100%;
	text-align: center;
	padding: 30px 0 30px;
}
.sucessarea img {
	margin: 0 0 10px 0;
}
.sucessarea h2 {
	position: relative;
	line-height: 1;
}
.sucessarea h2 span {
	background: #FFF;
	padding: 0 30px;
	position: relative;
	text-transform: uppercase;
	font-size: 60px;
	color: #2e2e2e;
	font-weight: 400;
}
.sucessarea h2:before {
	height: 1px;
	background: #d4d4d4;
	left: 0;
	right: 0;
	top: 32px;
	content: "";
	position: absolute;
}
.sucessarea h3 {
	text-transform: uppercase;
	font-size: 26px;
	padding-top: 25px;
	color: #2e2e2e;
	font-weight: 400;
}
.sucessarea h3 strong {
	color: #ee2866;
}
.sucessarea h5 {
	text-transform: uppercase;
	font-size: 20px;
	color: #333;
	padding: 20px 0 10px;
}
.sucessarea h5 strong {
	font-size: 26px;
	font-weight: 600;
	display: block;
}
.msg_container {
	width: 100%;
	text-align: center;
	padding: 20px;
}
.msg_container .signTick {
	margin: 0 auto;
	display: block;
	width: 120px;
}
.msg_container h2 {
	text-transform: uppercase;
	font-size: 50px;
	color: #1cb049;
	padding: 10px 0 5px 0;
}
.msg_container h6 {
	font-size: 24px;
	color: #252525;
	padding: 0 0 15px 0;
	text-transform: uppercase;
}
.repeatedRow {
	width: 100%;
	margin: 0 0 0 0;
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 20px;
}
.repeatedRow .grid_1 {
	width: 54%;
}
.repeatedRow .grid_2 {
	width: 46%;
	float: right;
}
.repeatedRow .grid_2 .squareBoxes {
	float: right;
}
.repeatedRow:first-child {
	border-top: 1px solid #dbdbdb;
}
.repeatedRow .grid_1 .grid_3 {
	width: 45%;
}
.repeatedRow .grid_1 .grid_4 {
	width: 55%;
}
.repeatedRow .nameshop {
	text-overflow: ellipsis;
	white-space: normal;
	overflow: hidden;
	display: block;
	line-height: 1;
}
.repeatedRow .nameshop a {
	font-size: 15px;
	color: #2d5dc3;
	font-weight: 600;
}
.repeatedRow .nameshop a:hover {
	color: #333;
}
.ownerinfo {
	display: inline-block;
	width: 100%;
}
.ownerinfo .photo {
	width: 56px;
	height: 56px;
	float: left;
	padding: 3px;
	border: 1px solid #dbdbdb;
	margin: 0 12px 0 0;
}
.ownerinfo h4 span {
	font-size: 12px;
	color: #999;
	display: block;
	padding: 2px 0 0 0;
}
.ownerinfo h4 a {
	font-size: 15px;
	color: #2d5dc3;
}
.ownerinfo h4 a:hover {
	color: #333;
}
.repeatedRow .grid_1 .removelink {
	display: none;
	width: 20px;
	height: 18px;
	background: url(../images/crosslink.jpg) no-repeat left top;
	margin: 0 0 0 6px;
	position: absolute;
	top: 1px;
	right: 5px;
}
.repeatedRow .grid_1 .removelink:hover {
	background-position: 0 -18px;
}
.repeatedRow:hover .removelink {
	display: block;
}
.repeatedRow .box_square {
	width: 80px;
	height: 80px;
}
.repeatedRow .squareBoxes li .boxblue {
	width: 80px;
	height: 80px;
}
.f_info {
	display: inline-block;
	width: 100%;
}
.f_info .photo {
	width: 80px;
	height: 80px;
	float: left;
	padding: 3px;
	border: 1px solid #dbdbdb;
	margin: 0 12px 0 0;
}
.f_info h4 {
	font-size: 15px;
	color: #2d5dc3;
	font-weight: 600;
}
.f_info h4 a {
	font-size: 15px;
	color: #2d5dc3;
	font-weight: 600;
}
.f_info h4 a:hover {
	color: #333;
}
.f_info .txtNorml {
	color: #666;
	padding: 5px 0 3px;
}
.f_info .inlinetxt {
	display: inline-block;
	color: #666;
	vertical-align: middle;
}
.f_info .inlinetxt a {
	color: #2d5dc3;
}
.f_info .inlinetxt a:hover {
	color: #333;
}
.f_info .followlink {
	vertical-align: middle;
	margin: 2px 0 0 10px;
}
.squareBoxes li {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 10px;
}
.squareBoxes li .boxblue {
	width: 92px;
	display: table-cell;
	height: 92px;
	background: #2d5dc3;
	text-align: center;
	vertical-align: middle;
	font-size: 22px;
	color: #fff;
	font-weight: 600;
}
.squareBoxes li .boxblue span {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
}
.squareBoxes li .boxblue:hover {
	background: #c2274f;
}
.blueboldtxt {
	display: block;
	line-height: 1;
	padding: 0 0 12px 0;
}
.blueboldtxt a {
	color: #0095da;
	font-size: 15px;
	font-weight: 600;
}
.blueboldtxt a:hover {
	color: #000000;
}
.box_square {
	border: 1px solid #ddd;
	padding: 3px;
	display: inline-block;
	position: relative;
	background: #fff;
	width: 92px;
	height: 92px;
	text-align: center;
}
.box_square img {
	width: 100%;
	height: 100%;
	display: block;
	margin: 0 auto;
}
.sectionsearch {
	width: 100%;
	background: #f7f8f9;
	padding: 10px 0 20px;
	text-align: center;
	border-top: solid 1px #d1d4d6;
	border-bottom: solid 1px #d1d4d6;
}
.sectionsearch h3 {
	color: #000;
	font-size: 25px;
	padding: 10px 0;
}
.sectionsearch input[type="text"] {
	width: 700px;
	height: 45px;
}
.sectionsearch input[type="submit"] {
	height: 45px;
}
.containerfaq {
	width: 100%;
	position: relative;
	display: inline-block;
	padding: 0 0 20px 0;
}
.containerfaq .partLeft {
	width: 75%;
	float: left;
}
.containerfaq .partRight {
	width: 24.5%;
	float: right;
}
.containerfaq h2 {
	font-size: 30px;
	color: #333;
	padding: 0 0 20px 0;
}
.blockrow {
	margin: 0 0 20px -30px;
}
.blockrow:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.listblock {
	float: left;
	width: 30.8%;
	margin: 20px 0 15px 30px;
	padding: 0 0 0 0;
	position: relative;
}
.blockrow h4 {
	font-size: 18px;
	color: #333;
	margin: 0 0 0 0;
	padding: 0;
	text-align: left;
}
.listing_ticks {
	margin: 10px 0 15px;
	padding: 0;
	list-style: none;
	width: 100%;
	display: inline-block;
	min-height: 150px;
}
.listing_ticks li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.listing_ticks li a {
	display: block;
	background: url(../images/tick.png) no-repeat left 8px;
	font-size: 14px;
	color: #666;
	padding: 4px 0 4px 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.listing_ticks li a:hover {
	color: #333;
}
.listing_ticks li:last-child {
	border-bottom: none;
}
.blueButton {
	background: #2c5ec1;
	height: 30px;
	vertical-align: middle;
	display: inline-block;
	line-height: 29px;
	color: #FFF;
	font-size: 13px;
	padding: 0 15px;
	border-radius: 3px;
}
.blueButton:hover {
	background: #c2264e;
	color: #fff;
}
.texthighlight {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #4a5265;
	height: 30px;
	line-height: 28px;
	padding: 0 10px 0 5px;
	margin: 0 10px 0 0;
	border-radius: 3px;
}
.texthighlight img {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	margin: -3px 0 0 0;
}
.texthighlight span {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	padding: 0 0 0 4px;
	color: #4a5265;
	text-transform: uppercase;
}
.shop-page {
	margin: 18px 0 0 0;
}
.shop-page .shop-list .shop-item .item-body {
	margin: 0 auto;
}
.shop-page .shop-list .shop-item .item-body .image {
	display: block;
}
.smallthumbs {
	margin: 10px;
	float: left;
	width: 100%;
}
.smallthumbs li {
	float: left;
	margin: 5px 5px;
	width: 85px;
	height: 85px;
	padding: 0;
	border: 1px solid #ddd;
}
.smallthumbs li:last-child {
	margin-right: 0;
}
.smallthumbs li img {
	width: 100%;
	height: auto;
}
.smallthumbs li .boxblue {
	width: 85px;
	height: 83px;
	background: #c2264e;
	color: #fff;
	display: table-cell;
	font-size: 22px;
	text-align: center;
	vertical-align: middle;
}
.smallthumbs li .boxblue:hover {
	background: #2c5ec1;
	color: #fff;
}
.smallthumbs li .boxblue span {
	display: block;
	font-size: 14px;
	line-height: 1;
}
.left-options {
	float: left;
	padding-top: 55px;
	width: 200px;
}
.required {
	text-align: right;
	clear: both;
	display: table;
	width: 100%;
}
.required {
}
.required li {
	display: table-cell;
	padding: 0 0px 0 10px;
	width: 50%;
}
.option-list li {
	display: block;
	font-size: 14px;
	position: relative;
}
.option-list li a {
	padding: 10px 10px;
	display: block;
	color: #434242;
}
.option-list li a:hover {
	background: #f1f0f0;
}
.option-list li.active a {
	color: #fff;
	border-radius: 2px;
	background: #c2264e;
}
.option-elements {
	float: right;
	width: 760px;
}
