/*--------------------------------------------------------------------------

Theme:			Staro - Multipurpose HTML Shop Template
Theme URL:		https://themeforest.net/item/staro-multipurpose-html-shop-template/21376430
Description:	Clean and light HTML5 theme for showing your products in a simple and elegant way
Author:			IntelCoder - wwww.intelcoder.com
Author URL:		https://themeforest.net/user/intelcoder
Version			1.0.1

----------------------------------------------------------------------------

TABLE OF CONTENTS:

01 Reset Styles
02 Grid
03 Global Styles
04 Tipography
05 Buttons, Links & Controls
06 Header
07 Footer
08 Homepage Slider
09 Contact
10 Cart & Checkout
11 Products
12 Blog
13 About
14 Product Details
15 Plugins

--------------------------------------------------------------------------*/


/*------------------------------------------------------------------------*/
/* 01 Reset Styles */
/*------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
	display: inline-block;
}

blockquote, q {
	font-style: italic;
	color: #793f86;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border:	2px solid #ddd;
}

input, textarea, select {
	font-family: 'Nunito Sans', sans-serif !important;
	font-weight: 400;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-border-radius: 6px  !important;;
	-moz-border-radius: 6px  !important;;
	-ms-border-radius: 6px  !important;;
	border-radius: 6px  !important;;
	background: #fff;
   /*  border: 2px solid #e9e9e9 !important;
	padding-left:0px  !important;  */
	height:34px;
}

input:focus, select:focus, textarea:focus, button:focus {
	border-color: #793f86 !important;
	outline: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	box-shadow: none !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s ease-in-out 0s;
}

a, a:link, a:visited, a:active, a:hover {
	cursor: pointer;
	text-decoration: none;
	outline: none;
}

body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #4b384f;
	/*background-color: #f0f0f0;*/
	overflow: auto;
}


/*------------------------------------------------------------------------*/
/* 02 Grid */
/*------------------------------------------------------------------------*/
@media (min-width: 768px) {
	.container {
		width: 650px;
	}

}

@media (min-width: 992px) {
	.container {
		width: 870px;
	}

}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}

}

@media (max-width: 768px) 
{
.product-banner-wrapper h2
{
	font-size:24px !important;
}
}


/*------------------------------------------------------------------------*/
/* 03 Global Styles */
/*------------------------------------------------------------------------*/
a {
	color: #413344;
}

a:hover {
	color: #793f86;
}

hr {
	width: 100%;
	border-top: 2px solid #4b384f;
}

.reqerr
{
	height: 25px;
}
#shippingInfo .form-group, #billing_details .form-group
{
padding-left:0px;	
}
.form-control,
.input-group-addon {
	padding: 6px 10px;
}

.checkbox label,
.radio label {
	line-height: 28px;
	padding-left: 30px;
}

.radio input[type=radio] {
	margin-left: -25px;
	display:block !important;
}

input[type=radio] {
	margin: 6px 0 0;
	background: transparent !important;
    border: 0 !important;
}

input[type=radio]:after {
	width: 14px;
	height: 14px;
	position: relative;
	top: -2px;
	left: -2px;
	background-color: #fff;
	border: 2px solid #793f86;
	border-radius: 50%;
	content: "";
	display: inline-block;
	visibility: visible;
	cursor: pointer;
	
}

input[type=radio]:checked:after {
	background-color: #793f86;
	
}

.strike {
	text-decoration: line-through;
}


/*------------------------------------------------------------------------*/
/* 04 Tipography */
/*------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	font-family: 'Nunito Sans', sans-serif;
}

h1 {
	font-weight: 200;
	font-size: 50px;
	color: #4b384f;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2 {
	font-weight: 300;
	font-size: 30px;
	color: #4b384f;
	margin-bottom: 30px;
}

h3 {
	font-weight: 400;
	font-size: 20px;
	color: #4b384f;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h4,
a h4 {
	font-weight: 400;
	font-size: 20px;
	color: #4b384f;
	margin-bottom: 10px;
}

a h4:hover {
	color: #793f86;
}

h5 {
	font-weight: 400;
	font-size: 16px;
	color: #4b384f;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer h5 {
	color: #fff;
}

p {
	font-size: 16px;
	line-height: 25px;
}

.small, small {
	font-size: 85%;
}


/*------------------------------------------------------------------------*/
/* 05 Buttons, Links & Controls */
/*------------------------------------------------------------------------*/
.btn {
	font-size: 12px;
	font-weight: 400;
	padding: 8px 15px;
	border-radius: 20px;
	text-transform: uppercase;
}

.btn.btn-square {
	padding: 8px 15px;
	border-radius: 4px;
}

.btn-primary {
	color: #ddd;
	background-color: #4b384f;
	border-color: #4b384f;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:hover {
	color: #fff;
	background-color: #793f86;
	border-color: #793f86;
}

.btn-success {
	color: #ddd;
	background-color: #793f86;
	border-color: #793f86;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success:active:hover {
	color: #fff;
	background-color: #6b3a76;
	border-color: #6b3a76;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 15px;
	font-size: 11px;
	line-height: 1.5;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 3px 10px;
	font-size: 10px;
	line-height: 1.5;
}

.text-primary {
	color: #413344;
}

a.text-primary:hover,
a.text-primary:focus,
a.text-primary:active {
	color: #793f86;
}

.text-success {
	color: #793f86;
}

a.text-success:hover,
a.text-success:focus,
a.text-success:active {
	color: #6b3a76;
}

.text-white {
	color: #fff;
}

a.text-white:hover,
a.text-white:focus,
a.text-white:active {
	color: #4b384f;
}

.text-gray {
	/* color: #ccc; */
	color: #793f86
}

a.text-gray:hover,
a.text-gray:focus,
a.text-gray:active {
	color: #4b384f;
}

.text-gray2 {
	color: #828181;
}

a.text-gray2:hover,
a.text-gray2:focus,
a.text-gray2:active {
	color: #4b384f;
}

.label-primary {
	background-color: #793f86;
}

.bg-primary {
	background-color: #4b384f;
}

.bg-info {
	background-color: #f8f8f8;
}

.bg-white {
	background-color: #fff;
}

.link-underline {
	text-transform: uppercase;
	border-bottom: 1px solid #413344;
	letter-spacing: 1px;
}

.form-group-default {
	width: 100%;
	position: relative;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	/* padding: 5px 6px; */
}

.form-group label:not(.error) {
	font-weight: 400;
	font-size: 11px;
	color:#787676;
	letter-spacing: 0px;
	text-transform: uppercase;
}

.form-group-default .form-control {
	color: #4b384f;
	padding: 5px 0 5px 9px;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.form-group-default.required:after {
	font-size: 14px;
	color: #793f86;
	content: "*";
	position: absolute;
	right: 10px;
	top: 10px;
}

.separator-one {
	width: 100%;
	height: 12px;
	background: url("../img/separator1.png") center;
	margin-top: 20px;
}

.separator-two {
	width: 100%;
	height: 36px;
	background: url("../img/separator2.png") center;
	margin-top: 30px;
}

.separator-three {
	width: 100%;
	height: 36px;
	background: url("../img/separator3.png") center no-repeat;
	margin-top: 30px;
}


/*------------------------------------------------------------------------*/
/* 06 Header */
/*------------------------------------------------------------------------*/
.menu-left {
	width: 100px;
	height: 100%;
	position: fixed;
	background-color: #fff;
	z-index: 15;
}

.content-right {
	/*height: 100%;*/
	position: absolute;
	left: 100px;
	right: 0;
	background:#f0f0f0;
	/*overflow: auto;*/
}

.menu-left .logo-left img {
	padding: 20px;
}

.menu-left .nav-item {
	width: 30px;
	padding: 35px;
}

.menu-left .nav-item.last {
	position: absolute;
	bottom: 0;
}

.menu-left .badge {
	position: absolute;
	margin-top: -22px;
	margin-left: 2px;
	color: #fff;
	background-color: transparent;
}

.menu-right-btn {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 20px;
	right: 50px;
	line-height: 51px;
	border-radius: 25px;
	background-color: #fff;
	box-shadow: 0px 0px 8px #ccc;
	text-align: center;
	opacity: 0.8;
	z-index: 1;
}

.menu-right-btn:hover {
	opacity: 1;
}

.menu-right-btn a {
	color: #4b384f;
	padding: 10px;
}

.side-nav {
	width: 250px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -250px;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 20;
}

.side-nav .close-side-btn,
.side-nav .cart-side-btn,
.side-nav .account-side-btn,
.side-nav .home-side-btn {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 30px;
	right: 50px;
	line-height: 50px;
	border-radius: 25px;
	background-color: #fff;
	text-align: center;
	box-shadow: 0px 0px 8px #ccc;
}

.side-nav .close-side-btn a,
.side-nav .cart-side-btn a,
.side-nav .account-side-btn a,
.side-nav .home-side-btn a {
	font-size: 24px;
	color: #4b384f;
}

.side-nav ul {
	margin: 130px 35px 0 40px;
	text-align: right;
}

.side-nav ul li {
	margin-bottom: 30px;
}

.side-nav ul li a {
	font-weight: 600;
	font-size: 15px;
	color: #4b384f;
}

.side-nav ul li a:hover {
	color: #8c439c;
}

.social-media-box {
	margin: 0 35px;
	/* position: absolute; */
	left: 0;
	right: 0;
	bottom: 50px;
	text-align: center;
}

.social-media-box a {
	font-size: 20px;
}

.overlay {
	height: 100%;
	width: 0;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #D3D0D6;
	overflow-x: hidden;
	transition: 0.5s;
	z-index: 15;
}

.search-input {
	font-weight: 300;
	font-size: 70px;
	color: #4b384f;
	text-transform: uppercase;
	height: 90px;
	padding: 5px;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.search-input::-webkit-input-placeholder {
	color: #4b384f;
	opacity: 0.6;
}

.search-button {
	font-size: 50px;
	color: #4b384f;
	background-color: transparent;
	border-color: transparent;
	border-left: 2px solid;
}

.search-close-btn {
	width: 50px;
	height: 50px;
	position: fixed;
	top: 50px;
	right: 50px;
	line-height: 51px;
	font-size: 25px;
	border-radius: 25px;
	background-color: #fff;
	text-align: center;
	opacity: 0.6;
	z-index: 1;
	display: none;
}

.search-close-btn:hover {
	opacity: 0.8;
}

.search-close-btn a {
	color: #4b384f;
	padding: 10px;
}

.result-box {
	margin-bottom: 50px;
}

.result-info {
	margin-top: 30px;
	padding-left: 0;
	padding-right: 0;
}

.result-info p {
	margin-bottom: 10px;
}


/*------------------------------------------------------------------------*/
/* 07 Footer */
/*------------------------------------------------------------------------*/
.footer {
	background-color: #4b384f;
	color: #ddd;
	padding: 50px 0 0px 0;
}

.footer p {
	font-size: 14px;
}

.footer a {
	color: #ddd;
}

.footer a:hover {
	text-decoration: underline;
}

.footer-line {	
	width: 100%;
	height: 5px;
border-top:1px solid #fff;
}

.footer-menu li {
	margin-bottom: 10px;
}

.footer-list li {
	float: left;
	margin-right: 10px;
}

.footer-list li:last-child {
	margin-right: 0;
}


/*------------------------------------------------------------------------*/
/* 08 Homepage Slider */
/*------------------------------------------------------------------------*/
.carousel-control {
	width: 10%;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none;
	filter: initial;
	background-repeat: no-repeat;
}

.carousel-arrow-left {
	position: absolute;
	top: 50%;
	left: 40%;
	z-index: 5;
	display: inline-block;
	margin-top: -20px;
}

.carousel-arrow-right {
	position: absolute;
	top: 50%;
	right: 40%;
	z-index: 5;
	display: inline-block;
	margin-top: -20px;
}

.carousel-indicators {
	width: 65%;
	bottom: 50px;
}

.carousel-indicators .active,
.carousel-indicators li {
	width: 12px;
	height: 12px;
	margin-right: 20px;
	opacity: 0.4;
	border: 2px solid #fff;
}

.carousel-indicators li:last-child {
	margin-right: 0;
}

.carousel-caption {
	top: 20%;
	left: 10%;
	right: 10%;
}

.carousel-caption h1 {
	font-weight: 300;
	font-size: 70px;
	color: #fff;
	text-shadow: 5px 5px 10px #000;
	margin-bottom: 30px;
}

.carousel-caption p {
	font-weight: 200;
	font-size: 30px;
}

.full-screen-carousel {
	background-size: cover;
	background-position: right;
	background-repeat: no-repeat;
}


/*------------------------------------------------------------------------*/
/* 09 Contact */
/*------------------------------------------------------------------------*/
.block-map {
	height: 500px;
}

.contact-info {
	margin-bottom: 50px;
}

.contact-info h3 {
	margin-bottom: 30px;
}

.contact-info p {
	line-height: 35px;
}

.contact-info i {
	width: 20px;
	text-align: center;
}

.contact-sm li {
	float: left;
	margin-right: 20px;
}

.contact-sm li:last-child {
	margin-right: 0;
}

.pad-6
{
	padding:6px !important;
}
.pad-b-10
{
	padding-bottom:10px !important;
}
.md-button
{
	font-size:12px !important;
}
/*------------------------------------------------------------------------*/
/* 10 Cart & Checkout */
/*------------------------------------------------------------------------*/
.table > thead > tr > th {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	border-right: 1px solid #d9d6d6;
	/* background:#f5f5f5; */
	background:#eeeded;
}

.table > tbody > tr > td {
	padding: 7px 8px;
	vertical-align: middle;
	/* border-right: 1px solid #d9d6d6; */
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #793F85;
}
.thumbs.clearfix 
{
    border-top: 1px solid #f0f0f0;
}
.thumb img 
{
    border: 1px solid #f0f0f0;
    cursor: pointer;
    float: left;
    width: 100px;	
}
p#ProdDescId 
{
    text-align: justify;
}
.btn-qty {
	background: transparent;
	border: 0;
	height: 20px;
	/*width: 20px;*/
}

.toggle-handle {
	z-index: 1;
}


/*------------------------------------------------------------------------*/
/* 11 Products */
/*------------------------------------------------------------------------*/
.panel {
	margin-bottom: 30px;
	border-radius: 0;
}

.panel-sale {
	background-color: #4b384f;
}

.product-banner {
/* 	background: url("../img/products/banner1.jpg") 50%; */
	height: auto;
	position: relative;
}

.prodspace
{
	height:25px;
	text-transform:none;
}

.product-banner-wrapper {
	position: absolute;
    top: 153px;
    right: 0px;
    width: 600px;
    text-align: center;
    text-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}

.product-banner-wrapper h2
{
font-weight: 600;
font-size: 65px;	
text-transform:uppercase;
}

.product-item:hover {
	opacity: 0.7;
	display: block;
}

.badge-sale-primary {
	position: absolute;
	top: 10px;
	left: 25px;
	font-size: 11px;
	color: #4b384f;
	text-transform: uppercase;
	border: 1px solid #4b384f;
	padding: 4px 11px;
    border-radius: 0px;
    z-index: 9;
    background-color: white;
}

.badge-sale-secondary {
	position: absolute;
	top: 10px;
	left: 25px;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 5px 10px;
}


/*------------------------------------------------------------------------*/
/* 12 Blog */
/*------------------------------------------------------------------------*/
.blog-container {
	padding-right: 70px;
}

.blog-item {
	margin-bottom: 70px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}

.blog-item.last {
	padding-bottom: 0;
	border-bottom: none;
}

.blog-item p {
	margin-bottom: 20px;
}

.blog-search-input {
	font-weight: 300;
	font-size: 18px;
	color: #4b384f;
	text-transform: uppercase;
	height: 37px;
	padding: 5px;
	background-color: transparent;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.blog-search-input::-webkit-input-placeholder {
	color: #4b384f;
	opacity: 0.6;
}

.blog-search-button {
	font-size: 18px;
	color: #4b384f;
	padding: 5px 15px;
	background-color: transparent;
	border-color: transparent;
	border-left: 2px solid;
}

.sidebar-categories li {
	font-size: 15px;
	margin-bottom: 10px;
}

.sidebar-categories li:last-child {
	margin-bottom: 0;
}

.sidebar-latestposts li {
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}

.sidebar-latestposts li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.sidebar-latestposts li h4 {
	font-size: 15px;
}

.form-reply {
	padding-top: 50px;
	border-top: 1px solid #ddd;
}

.comment,
.comment-reply {
	margin-bottom: 50px;
}

.comment p,
.comment-reply p {
	text-align: justify;
	margin-bottom: 10px;
}


/*------------------------------------------------------------------------*/
/* 13 About */
/*------------------------------------------------------------------------*/
.team-box {
	text-align: center;
	margin-bottom: 50px;
}

.team-box > figure {
	position: relative;
}

.team-box .team-member {
	opacity: 1;
	border: 1px solid #ddd;
	transition: all 500ms ease-in-out;
}

.team-box > figure > img:nth-child(2) {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	overflow: hidden;
	border: 1px solid #ddd;
}

.team-box > figure:hover > img:nth-child(1) {
	opacity: 0;
}


/*------------------------------------------------------------------------*/
/* 14 Product Details */
/*------------------------------------------------------------------------*/
.product-img-wrapper {
	position: fixed;
	width: inherit;
	height: 100%;
	padding: 0 21px;
	margin: 0 -21px;
}

.product-img-container {
	height: inherit;
	/* padding-top: 100px; */
}

.variant {
	display: inline-block;
	margin-right: 10px;
}

.variant-color {
	width: 35px;
	height: 26px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
}

.variant-name {
	vertical-align: middle;
	margin: 0 10px;
}

.vertical-col {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform: rotate(-90deg);

	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	-ms-transform-origin: 50%;
	-o-transform-origin: 50%;
	transform-origin: 50%;
}

.recommended-text {
	font-weight: 200;
	font-size: 20px;
	color: #ccc;
	text-transform: uppercase;
	position: absolute;
	right: 100%;
}

.video-height {
	height: 475px !important;
}

ul.list-primary {
	padding-left: 30px;
	text-indent: -14px;
}

ul.list-primary li {
	font-size: 16px;
	margin-bottom: 15px;
}

/*ul.list-primary li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	padding-right: 15px;
}*/

.dl-horizontal.text-right dt {
	text-align: right;
}

.dl-horizontal dt {
	width: 190px;
	text-align: left;
	padding-right: 10px;
	margin-bottom: 10px;
}

.dl-horizontal dd {
	display: flex;
	text-align: justify;
	margin-bottom: 10px;
}

.panel-title > a:before {
	content: "-";
	float: right;
}

.panel-title > a.collapsed:before {
	content: "+";
	float: right;
}


/*------------------------------------------------------------------------*/
/* 15 Plugins */
/*------------------------------------------------------------------------*/
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #aaa;
}

.owl-carousel.owl-drag .owl-item.active:hover {
	cursor: ew-resize;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 30px;
}

.bx-wrapper {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	border: none;
	background: transparent;
}

.bx-wrapper img {
	margin: 0 auto;
}

.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
	background: none;
}

.bx-wrapper .bx-controls-direction a {
	width: auto;
	height: auto;
	text-indent: 5px;
	color: #ddd;
	margin-top: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ddd;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #999;
}

.bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
	bottom: -80px;
}
.ordersearch {
    padding: 25px;
    border-radius: 0%;
    background-color: #ddd;
    border: 1px solid #bcbcbc;
}

.fontIcon:hover{
    color: #a466b2;
}
.fontIcon{
    color: #793f86;
}
.orderStatus{
	font-weight:bold;
	color:#8d4c9b;
}
.orderStatus:hover{
	font-weight:bold;
	color:#a160b0;
	text-decoration:underline;
}
select.selectstatus {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(../img/ico-select.png) !important;
    background-repeat: no-repeat;
    background-position: right 0px top 16px;
    background-color: white;
    padding-right: 28px;
    text-indent: 0.01px;
    text-overflow: '';
    cursor: pointer;
    max-width: 100%;
    padding: 5px 12px;
    border-radius: 3px;
    height: 35px;
    width: 100%;
    color: #322f2f;
    font-family: 'Montserrat', sans-serif;
}
.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group li {
	margin-bottom: 7px;
    font-size: 15px;
}
p{
	margin-bottom:26px;
}
.shippingtable td{
	border:0px !important;
}
.checkbox{
	padding:8px !important;
	float:left;
	margin-right:10px !important;
	border-color: #793f86;
}
.checkbox:checked{
	background: #793f86 none repeat scroll 0 0;
    border-color: #793f86;
}
.shipAddressLabel{
	color: #646262 !important;
    text-transform: none !important;
    font-size: 13px !important;
    font-weight: bold !important;
}
.checkoutLeft{
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0) inset;
}
.checkoutRight{
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.form-label{
	color:#4f4c4c !important;
}
.mb-10 {
    margin-bottom: 10px;
}
ul.footer-menu {
    padding-right: 20px;
	top:0px;
	vertical-align:top;
}
.nav-tabs>li
{
 margin-bottom: -8px;
}
.lineheight
{
	line-height: 30px;
}
input[type="range"] {
    width: 100%;
    height: 28px; /* thumbHeight + (2 x thumbBorderWidth)*/
    -webkit-appearance: none; /*remove the line*/
    outline: none;
    /*background-color:cyan;*/
    border: 0px !important; /*for firefox on android*/
    padding: 0 8px; /*for IE*/
    /* margin: 8px 0; */
	background-color: transparent;
}

/*chrome and opera*/
input[type="range"]::-webkit-slider-runnable-track {
    background: #ccc; /*trackColor*/
    height: 4px; /*trackHeight*/
    border-radius: 4px; /*trackHeight*/
    transition: 0.3s;
}

input[type="range"]:hover::-webkit-slider-runnable-track,
input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #777; /*activeTrackColor*/
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: #4b384f; /*thumbColor*/
    width: 28px; /* thumbHeight + (2 x thumbBorderWidth)*/
    height: 28px; /* thumbHeight + (2 x thumbBorderWidth)*/
    border-radius: 50%;
    margin-top: -12px; /* -[thumbHeight + (2 x thumbBorderWidth) - trackHeight]/2*/
    cursor: pointer;
    border: 4px solid #fff; /*border-width should be equal to thumbBorderWidth if you want same border width across all browsers and border-color should match the background*/
    transition: 0.3s;
}

input[type="range"]:hover::-webkit-slider-thumb,
input[type="range"]:focus::-webkit-slider-thumb {
    background: darkOrange; /*activeThumbColor*/
}

/*firefox*/
input[type="range"]::-moz-focus-outer {
    border: 0;
}

input[type="range"]::-moz-range-track {
    background: #ccc; /*trackColor*/
    height: 4px; /*trackHeight*/
    border-radius: 4px; /*trackHeight*/
    /*background isn't animatable, so can't use transition*/
}

input[type="range"]:hover::-moz-range-track,
input[type="range"]:focus::-moz-range-track {
    background: #777; /*activeTrackColor*/
}

input[type="range"]::-moz-range-thumb {
    background: #4b384f; /*thumbColor*/
    width: 20px; /*thumbHeight*/
    height: 20px; /*thumbHeight*/
    border-radius: 50%;
    cursor: pointer;
    border: 4px solid #fff; /*border-width = thumbBorderWidth, border-color should match the background*/
}

input[type="range"]:hover::-moz-range-thumb,
input[type="range"]:focus::-moz-range-thumb {
    background: darkOrange; /*activeThumbColor*/
}

input[type="range"]::-moz-range-progress {
    background: #4b384f; /*thumbColor*/
    border-radius: 4px; /*trackHeight*/
    height: 4px; /*trackHeight*/
}

input[type="range"]:hover::-moz-range-progress,
input[type="range"]:focus::-moz-range-progress {
    background: darkOrange; /*activeThumbColor*/
}

/*edge and IE*/
input[type="range"]::-ms-track {
    background: #ccc; /*trackColor*/
    height: 4px; /*trackHeight*/
    border-radius: 4px; /*trackHeight*/
    border: none;
    color: transparent;
}

input[type="range"]:hover::-ms-track,
input[type="range"]:focus::-ms-track {
    background: #777; /*activeTrackColor*/
}

input[type="range"]::-ms-thumb {
    background: #4b384f; /*thumbColor*/
    width: 20px; /*thumbHeight*/
    height: 20px; /*thumbHeight*/
    border-radius: 50%;
    border: none;
    margin: 0 4px 0; /*0 thumbBorderWidth 0*/
    box-shadow: 0 0 0 4px #fff; /*0 0 0 thumbBorderWidth #fff, box-shadow color should match the background*/
    /*cursor:pointer; doesn't work*/
}

input[type="range"]:hover::-ms-thumb,
input[type="range"]:focus::-ms-thumb {
    background: darkOrange; /*activeThumbColor*/
}

input[type="range"]::-ms-tooltip {
    display: none; /*tooltip makes thumb sliding lagy*/
}

input[type="range"]::-ms-fill-lower {
    background: red; /*thumbColor*/
    border-radius: 4px; /*trackHeight*/
}

input[type="range"]:hover::-ms-fill-lower,
input[type="range"]:focus::-ms-fill-lower {
    background: darkOrange; /*activeThumbColor*/
}
input.designertextbox, select.designertextbox
{
	width:100%;
	padding-left: 4px !important;
	font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400;
}
h4.available_qty
{
	
}
.dashboard .box .box-title {
    border-bottom: 1px solid #ddd;
    display: inline-block;
    margin-bottom: 6px;
    padding: 20px 0px 3px 0px;
    position: relative;
    width: 100%;
}
.loginerror
{
text-align: center; 
color: #e21b35; 
margin-top: 10px;
font-size:14px;
}
.box-content h6 
{
font-size: 14px;
line-height: 25px!important;
margin-bottom: 0;
}
.box-content p, .account-content p, .address-box p
{
	font-size:14px;
}
.box-title h3
{
 margin-bottom: 5px;
}
.dashboard .box .box-title>a {
   position: absolute;
    right: 0;
    top: 20px;
    color: #793f86;
    border: 1px solid #793f86;
    border-radius: 25px;
    padding: 0px 18px;
}
.dashboard .box a {
    color: #ff4c3b;
}
.dashboard .box h6 {
    margin-bottom: 8px;
}
.box-title address
{
	    line-height: 1.9;
}

.messageTile
{
	background:#6b3a76;
	color: white;
	padding: 5px;
	text-transform: none;
}
.padding-zero
{
padding:0px !important;
}
.checkoutdisplay
{
	display:flex;
}
@media (max-width: 768px)
{
.product-item .img-responsive
{
	height:300px !important;
}
h5.prodspace
{
    font-size: 20px;	
}
.price-box .price
{
font-size: 23px !important;	
}
h1.producttitle
{
	font-size:30px;
}
.checkoutdisplay
{
	display:block;
}
td.qty
{
	width:100% !important;
}
.ordersum_button .right-side {
    float: none;
}
.recproducts
{
	text-align:center;
}
.cart-button
{
 clear:both;
}
.mobilenopad
{
	padding:0px;
}
.design_area
{
width: 100% !important;
height: auto !important;	
}
}

.product-img-container video.prodvideo
{
	width:100% !important;
}
.md-dialog-container
{
	justify-content: center;
    align-items: center;
	flex-wrap: wrap; /* NEW */
	-webkit-flex-wrap: wrap; /* NEW */ 
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column; 
	display: -ms-flexbox;
	
}
md-dialog md-dialog-content
{
	width: 100%;
}
md-dialog.md-transition-in
{
	 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  /* IE 5-7 */
  filter: alpha(opacity=100);

  /* Netscape */
  -moz-opacity: 1;

  /* Safari 1.x */
  -khtml-opacity: 1;
  visibility: visible;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);

}

md-dialog.md-transition-out
{
	 /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  /* IE 5-7 */
  filter: alpha(opacity=0);

  /* Netscape */
  -moz-opacity: 0;

  /* Safari 1.x */
  -khtml-opacity: 0;
 visibility: hidden;
 transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translate3d(0, 100%, 0) scale(0.2);
  transform: translate3d(0, 100%, 0) scale(0.2); 
}
@media screen and (max-width: 768px) {
.md-dialog-is-showing
{
	top:0px !important;
}
md-dialog.md-transition-in
{
	transform: none !important;
}
md-dialog.md-transition-out
{
	transform: none !important;
}
.md-dialog-container, md-dialog {
	display: block !important;
	margin: auto !important;
	top: 15% !important;
}
.side-nav i,.cart-side-btn i
{
	font-size:27px;
	line-height:52px;
}
}
.form-horizontal table.table td + td + td + td + td {
  border-right: 2px solid #ddd;
}
.product-title p
{
	margin-bottom:0px;
}
table.shippingtable td input[type=radio]
{
	    padding: 7px 8px !important;
}