/* Start css write by Adil*/

/*----| HTML, Body |---*/

html {
	height: 100%;
	box-sizing: border-box;
	font-size: 16px;
	margin: 0px;
}
body {
	position: relative;
	margin: 0px;
	min-height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: inherit;
	color: #555;
	border: solid 1px transparent;
}
/*----| Global Classes |---*/

a {
	text-decoration: none;
}
a:hover, a:focus {
	outline: 0;
}
li {
	list-style: none
}
.m-l-0 {
	margin-left: 0 !important;
}
.noBg {
	background: none;
}
.m-t-30 {
	margin-top: 30px;
}
.m-l-10 {
	margin-left: 10px;
}

.no-padding {
	padding: 0px;
}
.no-margin {
	margin: 0 !important;
}
.m-t-0 {
	margin-top: 0px;
}
.m-t-5 {
	margin-top: 5px;
}
.m-t-10 {
	margin-top: 10px;
}
.m-t-15 {
	margin-top: 15px;
}
.m-t-20 {
	margin-top: 20px;
}
.m-t-30 {
	margin-top: 30px;
}
.m-b-0 {
	margin-bottom: 0px;
}
.m-b-5 {
	margin-bottom: 5px;
} 
.m-b-10 {
    margin-bottom: 10px !important;
}
.m-b-15 {
	margin-bottom: 15px;
}
.m-b-20 {
	margin-bottom: 20px;
}
.m-b-25 {
	margin-bottom: 25px;
}
.m-b-30 {
	margin-bottom: 30px;
}
.m-l-r-5 {
	margin-left: 5px;
	margin-right: 5px;
}
.p-l-10 {
	padding-left: 10px;
}
.padding-5 {
	padding: 5px;
}
.padding-10 {
	padding: 10px;
}
.padding-15 {
	padding: 15px;
}
/*----| Form |---*/

.btn-primary {
	border-radius: 30px !important;
	background-color: #10218b;
	box-shadow: 0px 0px 0px 0px;
	border: 0px;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
	background-color: #1b2fab;
	outline: none;
}
.btn-danger {
	border-radius: 30px;
	box-shadow: 0px 0px 0px 0px;
	border: 0px;
}
.btn-secondary {
	background: #003399;
	border: 0;
	box-shadow: none;
	border-radius: 30px;
	color: #fff;
	padding: 7px 7px 7px 17px;
	outline: none;
}
.btn-secondary:hover, .btn-secondary:focus {
	background: #1951c3;
	color: #fff;
	outline: none;

}
.btn-secondary i {
	border-radius: 50%;
	color: #003399;
	background: #fff;
	display: inline-block;
	padding: 4px 0 0;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	font-size: 0.9rem;
	text-align: center;
}
button:focus, a:focus, select:focus {
	outline: 0 none;
	box-shadow: none;
}
.btn-lg {
	color: #fff;
	padding: 9px 9px 9px 17px;
}
.btn-lg i {
	padding: 4px 0 0;
	width: 24px;
	height: 24px;
	margin-left: 12px;
	font-size: 1rem;
}
/*------| Login |-----*/

.login-bg {
	background-image: url(../images/login-bg.jpg);
	background-size: cover;
	background-position: left top;
	overflow: hidden;
}
.login-text {
	background: rgba(0, 0, 0, .8);
	padding: 25px 20px;
	color: #fff;
	margin: 0px auto;
	max-width: 530px;
	font-size: 1.125rem;
	line-height: 28px;
	transform: translateY(-50%);
	top: 50%;
	left: 5%;
	position: absolute;
}
.login-area {
	background: #fff;
	padding: 50px;
	border-radius: 5px;
	width: 35%;
	margin: 0px auto;
	transform: translateY(-50%);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
	top: 50%;
	left: 58%;
	position: absolute;
}
.login-area h1 {
	color: #33999b;
	font-weight: 600;
	text-transform: uppercase;
}
.login-area .form-control {
	background-color: #efefef;
	height: 40px;
	line-height: 40px;
	box-shadow: 0px 0px 0px 0px;
}
.login-btn {
	text-transform: uppercase;
	width: 100%;
	font-size: 1.5rem;
}
.forget-link {
	text-align: right;
}
.forget-link a {
	text-decoration: underline;
	color: #33999b;
}

.required :after {
    content: "*";
    color: red;
    position: absolute;
    font-size: 35px;
    top: -3px;
}
/*------|  The container |-----
.container { display: block; position: relative; padding-left: 35px; margin-bottom: 12px; cursor: pointer;
 font-size: 1rem; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none;
 user-select: none; color: #33999b; font-weight: normal; line-height: 1.25rem; } 
.container input { position: absolute; opacity: 0; cursor: pointer; }
.checkmark { position: absolute; top: 0; left: 0; height: 20px; width: 20px;
border-radius: 3px; border: solid 1px #33999b; }
.container:hover input ~ .checkmark { }
.container input:checked ~ .checkmark { background-color: #33999b; }
.checkmark:after { content: ""; position: absolute; display: none; } 
.container input:checked ~ .checkmark:after { display: block; } 
.container .checkmark:after { left: 7px; top: 4px; width: 5px; height: 10px; border: solid white;
border-width: 0 3px 3px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }*/

/* End block of css write by adil*/

/* Start css write by amit*/

/*------| HeaderTOP |-----*/

.headerTop {
	background: #003399;
	padding: 3px 0;
	color: #fff;
	font-size: 0.9rem;
	font-family: Open Sans, Arial, Sans-serif;
}
.currencySelect, .LanguageSelect {
	position: relative;
}
.currencySelect:after, .LanguageSelect:after {
	color: #FFF;
	content: "\f0dd";
	right: 18px;
	font-family: FontAwesome;
	font-size: 0.9rem;
	line-height: 1;
	top: 4px;
	position: absolute;
}
.headerTop label {
	font-weight: 300;
}
.headerTop select {
	background-color: #003399;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 3px 17px 3px 3px;
	margin-right: 15px;
}
.headerTop select::-ms-expand {
	display: none;
}
.headerTop a {
	color: #fff;
	display: inline-block;
	margin: 6px 0 0;
	line-height: 1;
	padding: 0 7px;
}
.headerTop a:hover, .headerTop a:focus {
	text-decoration: none;
}
.headerTop a.signIn {
	border-right: 1px solid #fff;
}
/*------| Header |-----*/

header {
	padding: 10px 0;
	border-top: 5px solid #10218b;
}
header .logo {
	text-align: center;
	margin: 0 0 10px;
}

.category>a {
	background: #eee;
	padding: 10px 13px;
	color: #303030;
	display: block;
	font-size: 1rem;
	border-radius: 4px;
	margin-bottom: 2px;
}
.category>a:hover, .category>a:focus {
	text-decoration: none;
	background: #ddd;
}
.category>a i {
	padding-right: 10px;
}
.category .categoryWrap {
	display: none;
	position: absolute;
	z-index: 2;
	background: #eee;
	width: 90%;
	max-height: calc(100vh - 208px);
	overflow-y: auto;
	border-radius: 0 0 6px 6px;
	box-shadow: 1px 3px 3px #4e4e4e;
	padding: 10px 0;
}
.category .categoryWrap ul {
	padding: 0;
}
.category .categoryWrap ul li {}
.category .categoryWrap ul li a {
	color: #303030;
	font-size: 0.95rem;
	position: relative;
	padding: 9px 0 9px 35px;
	display: block;
	background: #c5c5c5;
	margin: 0 0 1px;
}
.category .categoryWrap ul li a:hover {
	background: #ddd;
}
.category .categoryWrap ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 7px;
	left: 15px;
}
.category .categoryWrap ul li a:hover, .category .categoryWrap ul li a:focus {
	color: #000;
	text-decoration: none;
}
.searchCategory {
	border: 1px solid #003399;
	border-radius: 4px;
	box-shadow: 0 0 1px #003399 inset;
}
.searchCategory input {
	font-size: 0.9rem;
	color: #000;
	font-family: Poppins Medium, Sans-serif;
	width: calc(100% - 235px);
	border: 0;
	padding: 0 13px;
	background: none;
	margin: 9px 0 0;
	background: none;
	border-right: 1px solid #e3e3e3;
}
.searchCategory input::placeholder {
	color: #292929;
	opacity: 0.34;
	font-weight: 400;
}
.searchCategory input:focus {
	outline: 0;
	box-shadow: none;
}
.searchCategory select {
	color: #292929;
	font-family: Open Sans Light, Arial, Sans-serif;
	font-size: 0.9rem;
	float: right;
	border: 0;
	background: none;
	margin: 0 6px 0 0;
	padding: 8px 26px 8px 11px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/marker-2.png) no-repeat right 12px;
	line-height: 1.4;
}
.searchCategory select::-ms-expand {
	display: none;
}
.searchCategory button {
	float: right;
	color: #fff;
	background: #003399;
	font-size: 0.9rem;
	border-radius: 0;
	font-family: Poppins, Arial, Sans-serif;
	padding: 7px 13px;
}
.searchCategory button:hover, .searchCategory button:focus {
	background: #1c55c5;
	color: #fff;
}
.cartWrap {
	padding: 34px 0 0 18px;
}
.cartWrap a {
	margin: 0 10px;
	color: #1d2122;
	line-height: 1;
}

.cartWrap a:hover, .cartWrap a:focus {
	text-decoration: none;
}
.cartWrap a.favourite, .cartWrap a.search, .cartWrap .search {
	position: relative;
	border-right: 1px solid #e3e3e3;
	border-left: 1px solid #e3e3e3;
	padding: 0 25px;
	font-size: 1.3rem;
}
.cartWrap a.favourite sup {
	background: #003399;
	border-radius: 50%;
	width: 22px;
	height: 23px;
	position: absolute;
	display: block;
	color: #fff;
	right: 9px;
	top: -8px;
	text-align: center;
	padding: 4px 0 0;
	font-size: 0.7rem;
}
.cartWrap a.cart {
	font-size: 1.25rem;
	position: relative;
}
.cartWrap a.cart i {
	margin-right: 10px;
}
.cartWrap a.cart span {
	font-family: Roboto, Arial, Sans-serif;
	font-size: 1rem;
}
.sub-menu.login-menu-icon a {
    color: #fff;
}
/*-------| Navigation |--------*/
.nav {
    padding: 26px 0 8px;
}
.nav ul {
	font-size: 0;
	padding: 0;
}
.nav ul li {
	display: inline-block;
}
.nav ul li a {
	color: #000;
	font-size: 1rem;
	display: block;
	padding: 11px 18px;
	text-transform: uppercase;
}
.nav ul li:first-child a {
	background: none !important;
}
.nav ul li:last-child a {
	padding-right: 5px;
}
.nav ul li a:hover, .nav ul li a:focus, .nav ul li a.active {
	color: #003399;
	text-decoration: none;
	background: none !important;
}
/*
.main-menu ul li{
     position: relative; 
}
*/

.main-menu ul {
	padding: 0;
}

ul.sub-menu {
	position: absolute;
	list-style: none;
	border-top: 3px solid #003399;
	border-bottom: 1px solid #003399;
	display: none;
	/* display: block; */
	background: #fff;
	z-index: 1;
}
.wine {
	min-height: 100px;
	width: 100%;
}
.prodect-menu {
	min-height: 100px;
	width: 50%;
}
.shop-menu {
	min-height: 100px;
	width: 25%;
}
.sub-menu-heading {
	font-size: 13px;
	margin-top: 15px;
	font-weight: bold;
}
.sub-menu-img {
	border: 1px solid #b9b9b9;
	margin: 15px 0;
}
.main-menu ul li:hover ul.sub-menu {
	display: block;
}
.sub-sub-menu {
	min-height: 220px;
}
ul.sub-sub-menu li {
	display: block;
}
.main-menu ul li a {
	font-size: 0.8rem;
}
.nav ul.dropdown-menu li {
	display: block;
}
/*New Sub Mune Start*/

.navbar-nav>li>a {
	padding-top: 0;
	padding-bottom: 0;
}
.mainmenu {
	background-color: transparent;
	border-color: transparent;
	margin-bottom: 0;
	border: 0px !important;
}
.navbar-nav>li:last-child>a {
	padding-right: 0px;
	margin-right: 0px;
}
.dropdown-menu {
	padding: 0px 0;
	margin: 0 0 0;
	border: 0px solid transition !important;
	border: 0px solid rgba(0, 0, 0, .15);
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
/*=-====Main Menu=====*/

/*
.navbar-nav .open .dropdown-menu > li > a {
    padding: 16px 15px 16px 25px;
}*/

.header_bottom {
	background: #0071ba
}
.header_area .header_bottom .mainmenu a, .navbar-default .navbar-nav>li>a {
	color: #000;
	font-family: Poppins Medium, Sans-serif;
	text-transform: uppercase;
}
.header_area .mainmenu .active a, .header_area .mainmenu .active a:focus, .header_area .mainmenu .active a:hover, .header_area .mainmenu li a:hover, .header_area .mainmenu li a:focus, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: #ffffff;
	outline: 0;
}
/*-----./ Main Menu-----*/

.navbar-default .navbar-toggle {
	border-color: #003399
}
/*Toggle Button*/

.navbar-default .navbar-toggle .icon-bar {
	background-color: #003399
}
/*Toggle Button*/

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #fff;
}
/*==========Sub Menu=v==========*/

.mainmenu .collapse ul>li:hover>a {
	background: #f9f9f9;
}
.mainmenu .collapse ul ul>li:hover>a, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	background: #eeeeee;
}
.mainmenu .collapse ul ul ul>li:hover>a {
	background: #eeeeee;
}
.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu {
	background: #ffffff;
	border-top: 2px solid #10218b;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
    box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;	
}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu {
	background: #ffffff;
	border-top: 2px solid #10218b;
}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu {
	background: #ffffff;
	border-top: 2px solid #10218b;
}
/******************************Drop-down menu work on hover**********************************/

.mainmenu {
	background: none;
	border: 0 solid;
	margin: 0;
	padding: 0;
	min-height: 20px
}
@media only screen and (min-width: 767px) {
	.mainmenu .collapse ul li {
		position: relative;
	}
	.mainmenu .collapse ul li:hover>ul {
		display: block
	}
	.mainmenu .collapse ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 170px;
		display: none
	}
	/*******/
	.mainmenu .collapse ul ul li {
		position: relative
	}
	.mainmenu .collapse ul ul li:hover>ul {
		display: block
	}
	.mainmenu .collapse ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 170px;
		display: none
	}

	ul.nav li ul.dropdown-menu li:nth-child(n+6) ul {
		top: -200px;
	}
	/*******/
	.mainmenu .collapse ul ul ul li {
		position: relative
	}
	.mainmenu .collapse ul ul ul li:hover ul {
		display: block
	}
	.mainmenu .collapse ul ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 170px;
		display: none;
		z-index: 1
	}
}
.dropdown-menu li {
	display: inline;
}
.navbar-header {
	position: absolute;
	top: -90px;
	right: 0;
}
/* Sub Menu Over */

/*-------| News Letter |--------*/

.bottomSection {
	background: #f7f7f7;
}
.newsWrapper {
	background: #0e9799;
	color: #fff;
	padding: 35px 0 22px;
	font-family: Roboto Bold, Arial, Sans-serif;
}
.newsWrapper h3 {
	font-size: 1.7rem;
	margin: 0;
	font-weight: 700;
	padding-bottom: 5px;
}
.newsWrapper p {
	font-size: 1.1rem;
}
.newsWrapper .input-group {
	padding: 8px 0 0;
}
.newsWrapper input {
	padding: 10px;
	height: auto;
}
.newsWrapper input::placeholder {
	color: #838383;
}
.newsWrapper button {
	background: #2f2f2f;
	color: #fff;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 11px 13px;
}
.newsWrapper button:hover, .newsWrapper button:focus {
	color: #fff;
	background: #464646;
}
/*-------| Support Center |--------*/

.supportWrap {
	border-bottom: 1px solid #eaeaea;
	background: #48549e;
}
.supportWrap a {
	display: block;
	text-align: center;
	border-right: 1px solid #eaeaea;
	padding: 15px 10px;
}
.supportWrap a:hover, .supportWrap a:focus {
	text-decoration: none;
}
.supportWrap a.last {
	border: 0;
}
.supportImg {
    width: 70px;
    display: inline-block;
    margin: 0 auto;
}
.supportWrap a img {
    border-radius: 50%;
	width: 100%;
	margin-bottom: 15px;
}
.supportWrap a .title {
	color: #f7f7f7;
	display: block;
	font-size: 1.1rem;
	margin: 0.6em 0;
}
.supportWrap a .text {
	color: #f7f7f7;
	font-size: 1rem;
	display: block;
    max-height: 45px;
    overflow: hidden;
}
/*-------| Footer Links |--------*/

.footerlinks {}
.footerlinks .container {
	border-bottom: 1px solid #eaeaea;
}
.footerlinks .col-md-3 {
	padding: 30px 10px 25px;
}
.footerlinks .col-md-3.first {
	padding-top: 70px
}
.footerlinks .first p {
	font-size: 1rem;
}
.footerlinks .first p.text {
	margin-bottom: 25px;
}
.footerlinks .socialShare {}
.footerlinks .socialShare a {
	color: #b0b0af;
	font-size: 1.5rem;
	display: inline-block;
	margin: 0 10px;
}
.footerlinks ul li.topLink {
	color: #2f2f2f;
	display: block;
	font-size: 1.1rem;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.footerlinks ul li a {
	color: #979797;
	font-size: 0.9rem;
	display: block;
	position: relative;
	padding: 6px 0 6px 15px;
}
.footerlinks ul li a:before {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 4px;
	left: 0;
}
/*-------| Payment Gateway |--------*/

.paymentGateway {
	padding: 20px 0;
}
.paymentGateway .gatewayLinks {
	padding: 8px 0 20px;
}
.paymentGateway .gatewayLinks a {
	color: #acadad;
	font-size: 0.9rem;
	padding: 0 7px;
	border-right: 1px solid #656565;
	line-height: 1;
	text-transform: uppercase;
}
.paymentGateway .gatewayLinks a:hover, .paymentGateway .gatewayLinks a:focus {
	text-decoration: none;
	color: #979797;
}
.paymentGateway .gatewayLinks a:last-child {
	border: 0;
}
.paymentGateway .gatewayImg {
	padding: 0 0 10px;
}
.paymentGateway .gatewayImg a {
	margin: 0 8px;
}
/*-------| Footer |--------*/

.footer {
	background: #2f2f2f;
	color: #b8b8b8;
	text-align: center;
	padding: 12px 0 5px;
	font-size: 0.9rem;
}
.footer span {
	font-weight: 700;
	color: #fff;
}
/*------| Content |-----*/

.content {
	padding: 0 0 10px;
}
.pageTitle {
	background: #efefef;
	text-align: center;
	padding: 8px 0 15px;
	margin: 15px 0;
}
.contentWrap {
	padding: 30px 0;
	/*overflow: hidden;*/
}
/*------| Address |-----*/

.contentBlock {
	background: #f5f4f9;
	border: 8px solid #fff;
	border-radius: 6px;
	overflow: hidden;
	padding: 13px;
	box-shadow: 0 1px 5px #c8c4c4;
	margin-bottom: 15px;
}
.contentBlock h3 {
	color: #0c9b99;
	font-size: 1.4rem;
	margin: 5px 0 10px;
	text-transform: uppercase;
}
.contentBlock p {
	color: #545454;
	margin: 0;
	font-size: 1rem;
}
.contentBlock button {
	border-radius: 15px;
	background: #f5f5f5;
	border: 2px solid #32989a;
	color: #32989a;
	padding: 3px 21px;
	margin-top: 29px;
	font-size: 0.9rem;
}
.contentBlock button:focus, .contentBlock button:hover {
	background: #32989a;
	color: #FFF;
}
/*------| Headings |-----*/

h1 {
	color: #000;
	font-size: 1.7rem;
	font-family: Poppins, Arial, Sans-serif;
	text-transform: uppercase;
}
h2 {
	color: #000;
	font-size: 1.5rem;
	font-family: Poppins, Arial, Sans-serif;
	text-transform: uppercase;
}
/*------| Carousel |-----*/

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	background: rgb(0, 51, 153);
	display: block;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 10px 0 0;
}
.carousel-control .glyphicon-chevron-left:hover, .carousel-control .glyphicon-chevron-right:hover {
	background: rgb(0, 51, 153)
}
.carousel-caption {
	right: 10%;
	left: auto;
	width: 50%;
	bottom: 40%;
}
.carousel-caption .title {
	display: block;
	font-size: 2.4em;
	padding: 0 0 14px;
}
/*------| Slick Carousel |-----*/

.seasonSlider {
	margin: 20px 0;
	font-family: 'Poppins', Arial, Sans-serif;
}
.seasonSlider .slick-slide {
	margin: 0 7px 0 14px;
	text-align: center;
}

.item-box .itemDesc {
    text-align: center;
    margin-bottom: 30px;
}

.itemWrap {
	background: #f7f7f7;
	border-radius: 6px;
	margin: 0 0 10px;
	padding: 10px;
	position: relative;
	cursor: pointer;
}

.seasonSlider .itemWrap .hoverWrap,
.item-box .itemWrap .hoverWrap {
    background: rgba(0, 51, 153, 0.62);
    position: absolute;
    width: 100%;
    height: 0%;
    /*height: 34%;*/
    bottom: 0;
    left: 0;
    border-radius: 0 0 6px 6px;
    transition: .5s ease;
    overflow: hidden;
}
.seasonSlider .itemWrap .hoverWrap ul,
.item-box .itemWrap .hoverWrap ul {
    padding: 0;
	margin: 0;
	text-align: center;
	margin-top: 7px;
}

.seasonSlider .itemWrap .hoverWrap ul li,
.item-box .itemWrap .hoverWrap ul li {
    display: inline-block;
    width: 40%;
    margin: 0 7px;
    text-align: center;
}
.seasonSlider .itemWrap .hoverWrap ul li:first-child,
.item-box .itemWrap .hoverWrap ul li:first-child {
    display: block;
    width: 95%;
    margin: 0 7px 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
}
/*
.item-box .itemWrap .hoverWrap ul li {
    display: block;
    width: 50%;
    margin: 0 auto;
}
*/
.seasonSlider .itemWrap .hoverWrap ul li a,
.item-box .itemWrap .hoverWrap ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    color: #1d2122;
    font-size: 0.775rem;
    padding: 0;
    line-height: 30px;

}
/*
.item-box .itemWrap .hoverWrap ul li a {
    display: block;
    background: #fff;
    width: 100%;
    margin: 10px;
    height: 40px;
    font-size: 1.2rem;
    border-radius: 145px;
    padding: 6px 0 0;
}*/
.seasonSlider .itemWrap .hoverWrap ul li a:hover,
.item-box .itemWrap .hoverWrap ul li a:hover {
	background: #ddd;
}

/*
.seasonSlider .itemWrap .hoverWrap ul li a i,
.item-box .itemWrap .hoverWrap ul li a i {

}
*/
.seasonSlider .itemWrap:hover .hoverWrap,
.item-box .itemWrap:hover .hoverWrap {
    height: 34%;
}
.itemWrap .round {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 18px;
	font-family: Arial, Sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.65rem;
	padding: 0;
}
.itemWrap .round.prime {
	background: #414546;
	left: 12px;
}
.itemWrap .round.offer {
	background: #003399;
	right: 12px;
}
.itemWrap .round.prime:hover, .itemWrap .round.prime:focus {
	background: #7a7d7d;
	outline: 0;
}
.itemWrap .round.offer:hover, .itemWrap .round.prime:focus {
	background: #2964da;
	outline: 0;
}
.itemWrap .quantity {
	color: #303637;
	font-size: 0.9rem;
	text-align: center;
    display: block;	
}
.itemDesc .name {
	font-size: 0.8rem;
	color: #1a2122;
}
.itemDesc .starRating {
	padding: 5px 0;
}
.itemDesc .starRating i {
	color: #003399;
	display: inline-block;
	margin: 0 2px;
}
.itemDesc .price {
	font-size: 0.9rem;
}
.itemDesc .price .new {
	color: #303738;
	margin-right: 4px;
}
.itemDesc .price .old {
	color: #767a7a;
	margin-left: 4px;
	text-decoration: line-through;
}
.slick-prev {
	left: -35px;
}
.slick-prev, .slick-next {
	top: 44%;
}
.slick-prev:before, .slick-next:before {
	background: #a4abab;
	font-family: FontAwesome;
	color: #fff;
	border-radius: 50%;
	width: 38px;
	height: 38px;
	display: block;
	padding: 7px 0 0;
	font-size: 1.6rem;
	text-align: center;
}
.slick-prev:before {
	content: "\f104";
}
.slick-next:before {
	content: "\f105";
}
/*------| SaleOffer |-----*/

.saleOffer {
	background: url(../images/SaleOffer.png) no-repeat center center/ cover;
	font-family: Arial, Sans-serif;
	color: #1a2122;
	padding: 30px 0 40px;
}
.saleOffer .title {
	color: #003399;
	font-family: 'Poppins Bold'Arial, Sans-serif;
	font-size: 3rem;
	padding: 20px 0 10px;
}
.saleOffer p {
	font-size: 1.6rem;
	text-transform: uppercase;
}
.saleOffer .saleTime {
	background: rgba(255, 255, 255, 0.8);
	color: #5f6263;
	font-size: 0;
	padding: 14px;
	width: 53%;
	margin: 10px auto 30px;
	box-shadow: 3px 5px 9px #656565;
}
.saleOffer .saleTime>div {
	font-size: 2.4rem;
	display: inline-block;
	border-right: 1px solid #dadada;
	border-left: 1px solid #e3e3e3;
	padding: 13px 42px;
}
.saleOffer .saleTime>div:first-child {
	border-left: 0;
}
.saleOffer .saleTime>div:last-child {
	border-right: 0;
}
.saleOffer .saleTime>div span {
	font-size: 1rem;
	display: block;
}
/*------| Product Tab |-----*/

.nav.nav-tabs {
	text-align: center;
	border: 0;
	margin: 10px 0 40px;
}
.nav.nav-tabs>li {
	display: inline-block;
	float: none;
	margin: 0 7px;
}
.nav.nav-tabs>li a {
	display: block;
	border-radius: 30px;
	border: 2px solid #cfd0d1;
	font-family: 'Poppins Medium'Arial, Sans-serif;
	font-size: 1rem;
	padding: 4px 13px;
	color: #7a7c7d;
}
.nav.nav-tabs>li.active a, .nav.nav-tabs>li a:hover {
    background: #003399;
    border: 2px solid #3d65b5;
	color: #fff;
}
/*------| Media |-----*/

@media screen and (max-width: 1024px) {
	.login-text {
		width: 40%;
        display: none;
	}
    .login-area {
        width: 80%;
        left: 0;
        right: 0;
    }
}
/*------| css by moniika |-----*/

@media (max-width: 768px) {
	.prof-sec {
		float: inherit !important;
		margin-right: 0 !important;
	}
	.nav ul li {
		display: block;
	}
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
	}
}
.modal-footer {
	border-top: none;
}
.modal-header {
	border-bottom: none;
}
.align-right {
	text-align: right;
}
h4.modal-title {
	color: #0c9b99;
	font-size: 1.4rem;
	padding: 5px 0 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #0c9b99;
}
.btn-primary {
	border: 2px solid #152892;
}
.popup-pd {
	padding: 8px 25px;
}
.cancel-btn {
	background-color: inherit;
	color: #33999b;
	font-weight: 500;
}
.modal-footer {
	padding: 15px 15px 25px;
}
.modal-body label {
	font-weight: 500;
	font-size: 15px;
}
.form-control {
	height: 40px;
	box-shadow: none;
}
.change-pass {
	width: 350px;
	margin: 0 auto;
}
form label {
	font-weight: 500;
	color: #333;
}
.change-pass .form-control {
	font-size: 22px;
	color: #b1b1b1;
	box-shadow: none;
}
.align-right {
	text-align: right;
}
.usr-profile .form-group {
	margin-bottom: 40px;
}
.recent-order h2 {
	margin: 42px 0;
}
.border-left {
	border-left: 1px solid #33999b;
}
.prof-sec img {
	width: 160px;
	border-radius: 50%;
	border: 10px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 3px #f5eeee;
	-moz-box-shadow: 0px 0px 5px 3px #f5eeee;
	box-shadow: 0px 0px 5px 3px #f5eeee;
}
.usr-profile .prof-sec {
	text-align: center;
	float: right;
	margin-right: 50px;
}
.prof-info {
	margin: 25px 0;
}
.prof-info h4 {
	color: #33999b;
	font-size: 22px;
}
.prof-info h6 {
	font-size: 14px;
	color: #757575;
}
/*------| css by moniika |-----*/

/******************  Product page  **************************/

.prodect-page {}
.item-box {}

.numbers-row label {
    font: bold 20px Helvetica, sans-serif;
    display: block;
    float: left;
    text-align: right;
    padding: 5px 10px 0 0;
    width: auto;
  }
  .numbers-row input[type=text] {
    width: 40%;
    padding: 3px 0 0 0;
	text-align: center;
	outline: none;
  }
  form div.numbers-row  {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
  }
  .numbers-row .button {
    margin: 0 0 0 5px;
    text-indent: -9999px;
    cursor: pointer;
    width: 20%;
    height: 29px;
    float: left;
    text-align: center;
    background: url(../images/buttons.png) no-repeat;
  }
  .productDetails-page .numbers-row .button, .product .numbers-row .button {
    filter: invert(100%);
  }

  .numbers-row .dec {
    	background-position: 0 -29px;
  }
	.numbers-row .inc {
		float: right;
	}
	.numbers-row  .buttons {
		padding: 20px 0 0 140px;
	}

	.itemWrap img {
		width: 100%;
		max-height: 230px;
	}
	
	.hoverWrap ul li a .fa {
		line-height: 30px;
	}
		
	.filter-heading {
		font-size: 15px;
		font-weight: bold;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.filter-box-heading {
		border-bottom: 1px solid #ccc;
		padding: 0px 10px;
		margin-top: 0;
		background: #003399;
		border-radius: 4px;
	}

	.filter-box-heading  a {
		color: #fff;
		text-decoration: none;
		font-size: 17px;
		line-height: 35px;
		user-select: none;
	}

/* accrodian benin */


.panel-default>.panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  
  .panel-default>.panel-heading a {
	display: block;
    padding: 10px 15px;
    text-decoration: none;
    font-weight: bold;
  }
  
  .container-accordian>.accordion-option a:after,
  .panel-default>.panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
  }
  
  .panel-default>.panel-heading a[aria-expanded="true"] {
	background-color: #fff;
  }
  .panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "\002b";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  
  .accordion-option {
    position: absolute;
    clear: both;
    top: -5px;
    right: 18px;
  }
  
  .accordion-option .title {
	font-size: 20px;
	font-weight: bold;
	float: left;
	padding: 0;
	margin: 0;
  }
  
  .accordion-option .toggle-accordion {
	float: right;
	font-size: 28px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin-right: 15px;
	
  }
  
  .accordion-option .toggle-accordion:before {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
  }
  
  .accordion-option .toggle-accordion.active:before {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
  }


/*accordian over  */

.custom-checkbox {
	display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: normal;
    line-height: 22px;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Custom Checkbox */
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-checkbox .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
	height: 18px;
    width: 18px;
	border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
	background-color: #eaeaea;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
    background-color: #003399;
    border: 1px solid #3d65b5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Custom Radio */
/* The container */
.custom-radio {
    display: block;
    position: relative;
    padding-left: 27px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: normal;
    line-height: 22px;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.custom-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.custom-radio .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
    background-color: #003399;
    border: 1px solid #3d65b5;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
	top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.main-menu.login-menu {
	padding: 0;
}

.login-menu ul li a {
	font-size: 15px;
}

.login-menu-icon {
    min-height: 100px;
    width: 60%;
}

.totalCartItem {
    position: absolute;
    background: red;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    top: -12px;
    left: 15px;
    height: 20px;
    text-align: center;
    font-size: 12px !important;
    line-height: 20px;
}


ul.sub-menu.login-menu-icon {
    position: absolute;
    list-style: none;
	top: 50px;
	left: 120px !important;
	padding: 0;
	padding-top: 15px;
	border-top: 0;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #10218b;
    border-color: #10218b !important;
}

.hoverWrap form {
    margin-bottom: 0;
}

.cartImgDiv {
	width: 28%;
	margin-right: 2%;
    float: left;
}
.cartPopupImg {
	width: 100%;
	max-height: 230px;
	background: #f6f6f6;
}

.cartPopup-prodectDiv {
	width: 70%;
	float: left;
}

.product-name {
	font-size: 20px;
}

.product-discription-div {
    border-left: 1px solid #eee;
    width: 25%;
    text-align: center;
    float: left;
}

.cartPopup-prodectDiv .alert {
	padding: 8px;
}

.cartPopup-prodectDiv .alert .fa {
	margin-right: 8px;
}

h4.product-small-heading {
    font-weight: bold;
}

.product-price span {
    font-size: 19px;
    color: #33999b;
}

.full-width {
	width: 100%;
}

.text-left {
	text-align: left;
}
.border {
	border: 1px solid #eee; 
}
.no-border {
	border: 0;
}

.no-border-left {
	border-left: 0 
}
.no-border-right {
	border-right: 0 
}

.product-discription-main-text p {
    font-size: 14px;
}

.product-price {
	background: #eee;
	padding: 15px 0;
}

.product-price .numbers-row input[type=text]{
	width: 50%;
}

.t-i-15 {
	text-indent: 15px;
}



/* kart start */
.product-image {
	float: left;
	width: 20%;
  }
  
  .product-details {
	float: left;
	width: 37%;
  }
  
  /* .product-price {
	float: left;
	width: 12%;
  } */

  .product-quantity {
	float: left;
	width: 15%;
  }
  .product-quantity form div.numbers-row {
    width: 80%;
    margin: 0;
}
  .product-removal {
	float: left;
	width: 9%;
  }
  
  .product-line-price {
	float: left;
	width: 12%;
	text-align: right;
  }
  
  /* This is used as the traditional .clearfix class */
  .group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before,
  .group:after,
  .shopping-cart:after,
  .column-labels:after,
  .product:after,
  .totals-item:after {
	content: '';
	display: table;
  }
  
  .group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
	clear: both;
  }
  
  .group, .shopping-cart, .column-labels, .product, .totals-item {
	zoom: 1;
  }
  
  /* Apply clearfix in a few places */
  /* Apply dollar signs */
  .product .product-price:before, .product .product-line-price:before, .totals-value:before {
	content: '$';
  }
  
  /* Body/Header stuff */
  
  .shopping-cart label {
	color: #1d2122;
  }
  
  /* Column headers */
  .column-labels label {
	padding-bottom: 15px;

  }
  
  .shopping-cart .column-labels {
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	}
  /* Product entries */
  .product {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
  }
  .product .product-image {
	text-align: center;
  }
  .product .product-image img {
	width: 100px;
  }
  .product .product-details .product-title {
	margin-right: 20px;
  }
  .product .product-details .product-description {
	margin: 5px 20px 5px 0;
	line-height: 1.4em;
  }
  .product .product-quantity input {
	width: 50%;
  }
  .product .remove-product {
	border: 0;
	padding: 4px 8px;
	background-color: #c66;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
  }
  .product .remove-product:hover {
	background-color: #a44;
  }
  
  /* Totals section */
  .totals .totals-item {
	float: right;
	clear: both;
	width: 100%;
	margin-bottom: 10px;
  }
  .totals .totals-item label {
	float: left;
	clear: both;
	width: 79%;
	text-align: right;
  }
  .totals .totals-item .totals-value {
	float: right;
	width: 21%;
	text-align: right;
  }

  
  .continue-shopping, .checkout {
    float: right;
    border: 0;
    margin-top: 20px;
    padding: 6px 18px;
    background-color: #6b6;
    color: #fff;
    font-size: 17px;
	border-radius: 3px;
  }
  .continue-shopping {
	  float: left;
  }

  .continue-shopping span, .checkout span {
	font-size: 13px;
    line-height: 25px;

  }

  .continue-shopping:hover ,.checkout:hover {
	background-color: #494;
  }


.login-menu-icon a {
    margin-left: 0;
}

.gallery-thumb {
	border: 0;
}

.welcome-text {
    color: #33999b;
}
.login-menu .login-menu-icon {
    width: 75%;
}

.order-place-date {
	width: 30%;
}
.card-header p {
	margin: 0;
}
.order-place-date span, .total-price span {
	font-size: 12px;
}

.order-img img {
	width: 140px;
    margin: 0 auto;
    display: block;
}

.total-price {
	width: 30%;
}
.order-no ul {
	padding: 0
}
.order-no ul li {
	float: left;
	text-align: center;
	font-size: 12px;

}
.order-no ul li:first-child {
	border-right: 1px solid #ccc;
	width:55%;
}
.order-no ul li:last-child {
	width:45%;
}
.card {
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	margin-bottom: 20px;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.card-body {
    padding: 1.25rem;
    border: inherit;
}

.order-status h3 {
	margin: 0;
    font-size: 1em;
    font-weight: bold;
}
.order-details {
	display: flex;
	flex-direction: row;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.order-status p {
	padding: 0;
	font-size: 0.8em;
}

.order-details .order-details-content {
	flex:1;
}

.order-details .order-summary.order-details-content p {
	font-size: 13px;
	margin-bottom: 2px;
}


.order-details .order-summary.order-details-content p span {
	float: right;
	font-weight: bold;
}

p.total {
	border-top: 1px solid #dfdfdf;
    margin-top: 10px;
    padding-top: 10px;
}

.order-details .order-details-text {
	flex-grow:2;
}


.order-details-text p {
	font-size: 0.8em;
	margin-bottom: 0;
}
.order-details-text p span {
	font-weight: bold;
}
.order-details-product-name {
	margin-top: 0;
	font-size: 1em;
}
.order-img  {
	flex-basis: 160px !important;
	flex-grow: 0 !important;
}
.order-button {
	
}
.contact-us-page .contact-us h3 {
	font-size: 1.5em;
}
.contact-us {
    color: #1d2122;
}

.order-details-page .btn-primary,
.your-order-page .btn-primary {
	border-radius: 30px !important;
	font-size: 0.9em;
}

.msg-contact {
    min-height: 120px;
}

hr {
    border-top: 1px solid #ccc;
}

.flex-control-nav.flex-control-thumbs li img {
    width: 130px;
    height: 130px;
}

.thumb-image img {
    width: 450px !important;
    height: 450px !important;
}

.order-btn-equal-width {
	width: 150px;
}
.order-details .user-details {
    display: flex;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
}
.order-details h4 {
	font-size: 14px;
    font-weight: bold;
}
.bs-vertical-wizard a:hover {
	text-decoration: none
}
.order-details address {
    font-size: 13px;
}

.bs-vertical-wizard {
    border: 1px solid #eaecf1;
	padding: 30px 10px;
    width: 500px;
    display: block;
    margin: 0 auto;	
}

.bs-vertical-wizard ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-vertical-wizard ul>li {
    display: block;
    position: relative;
}

.bs-vertical-wizard ul>li>a {
    display: block;
    padding: 10px 10px 10px 50px;
    color: #333c4e;
    font-size: 17px;
    font-weight: 400;
}

.bs-vertical-wizard ul>li>a:before {
    content: '';
    position: absolute;
    width: 1px;
    height: calc(100% - 25px);
    background-color: #bdc2ce;
    left: 23px;
    bottom: -9px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .ico {
    pointer-events: none;
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 2;
}

.bs-vertical-wizard ul>li>a:after {
    content: '';
    position: absolute;
    border: 2px solid #bdc2ce;
    border-radius: 50%;
    top: 14px;
    left: 16px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.bs-vertical-wizard ul>li>a .desc {
    display: block;
    color: #bdc2ce;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: .8px;
}

.bs-vertical-wizard ul>li.complete>a:before {
    background-color: #33999b;
    opacity: 1;
    height: calc(100% - 25px);
    bottom: -9px;
}

.bs-vertical-wizard ul>li.complete>a:after {display:none;}
.bs-vertical-wizard ul>li.locked>a:after {display:none;}
.bs-vertical-wizard ul>li:last-child>a:before {display:none;}

.bs-vertical-wizard ul>li.complete>a .ico {
    left: 18px;
}

.bs-vertical-wizard ul>li>a .ico.ico-green {
    color: #33999b;
}

.bs-vertical-wizard ul>li>a .ico.ico-muted {
    color: #bdc2ce;
}

.bs-vertical-wizard ul>li.current {
    background-color: #fff;
}

.bs-vertical-wizard ul>li.current>a:before {
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current>a:after {
    border-color: #ffe357;
    background-color: #ffe357;
    opacity: 1;
}

.bs-vertical-wizard ul>li.current:after, .bs-vertical-wizard ul>li.current:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.bs-vertical-wizard ul>li.current:after {
    border-color: rgba(255,255,255,0);
    border-left-color: #fff;
    border-width: 10px;
    margin-top: -10px;
}

.bs-vertical-wizard ul>li.current:before {
    border-color: rgba(234,236,241,0);
    border-left-color: #eaecf1;
    border-width: 11px;
    margin-top: -11px;
}

.fotoer-logo {
	width: 210px;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.login-border {
	border-top: 3px solid #10218a
}

.fa.fa-search {
    line-height: 35px;
}

.range ul.dropdown-menu6 {
    padding: 0;
}
.ui-widget-header {
    border: 1px solid #003399 !important;
    background: #003399 !important;
}
.ui-state-hover, .ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #a7a7a7 !important;
    background: #fdf0f0 url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x !important;
    color: #fef6cf;
}

.range-input {
    color: #003399;
    font-weight: normal;
    font-size: 18px;
}

.requiredFields:after {
    content: "*";
    font-weight: bold;
    color: rgb(220, 53, 69);
}



    /* lg */
    @media (min-width:1200px) and (max-width:1280px) {
    }

    @media (min-width: 992px) and (max-width: 1199px) {
    }

    @media (min-width: 992px) and (max-width: 1199px) {
    }
    /* sm */
    @media (min-width: 768px) and (max-width: 991px) {
        .saleOffer .saleTime {
            width: 83%;
        }

        .supportWrap a {
            border-right: 0px solid #eaeaea;
        }

        .saleOffer .saleTime {
            box-shadow: 3px 5px 9px #6565650d;
        }

        .carousel-caption .title {
            font-size: 1.5em;
        }

        .column {
            right: 150px;
            top: -23px;
        }
    }
    /* xs */
    @media (min-width: 380px) and (max-width: 767px) {
        .saleOffer .saleTime > div {
            border-right: 0px solid #dadada;
            border-left: 0px solid #e3e3e3;
        }

        .productTab .nav.nav-tabs > li {
            margin: 5px 7px;
        }

        .saleOffer .saleTime {
            box-shadow: 3px 5px 9px #6565650d;
        }

        .slick-next {
            right: 45px;
        }

        .slick-prev {
            left: 35px;
            z-index: 1;
        }

        .carousel-caption .btn {
            padding: 3px 3px 3px 17px;
        }

        .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
            width: 30px;
            height: 30px;
            line-height: 10px;
            font-size: 14px;
        }

        .sb-search {
            position: relative;
            margin-top: 45px;
        }

        .column {
            width: 100%;
        }
    }
    /* Make adjustments for tablet */
    @media screen and (max-width: 650px) {
        .shopping-cart {
            margin: 0;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }

        .column-labels {
            display: none;
        }

        .product-image {
            float: right;
            width: auto;
        }

            .product-image img {
                margin: 0 0 10px 10px;
            }

        .product-details {
            float: none;
            margin-bottom: 10px;
            width: auto;
        }

        .cart-product-price {
            clear: both;
            width: 70px;
        }

        .product-quantity {
            width: 100px;
        }

            .product-quantity input {
                margin-left: 20px;
            }

            .product-quantity:before {
                content: 'x';
            }

        .product-removal {
            width: auto;
        }

        .product-line-price {
            float: right;
            width: 70px;
        }

        .order-btn-equal-width {
            width: 100px;
        }

        .saleOffer .saleTime > div {
            border-right: 0px solid #dadada;
            border-left: 0px solid #e3e3e3;
        }

        .saleOffer .saleTime {
            box-shadow: 3px 5px 9px #6565650d;
        }

        .productTab .nav.nav-tabs > li {
            margin: 5px 7px;
        }

        .slick-next {
            right: 45px;
        }

        .slick-prev {
            left: 35px;
        }

        .supportWrap a {
            border-right: 0px solid #eaeaea;
        }

        .carousel-caption {
            bottom: 10%;
        }

            .carousel-caption .title {
                font-size: 1.2em;
            }

        .btn-lg {
            padding: 5px 4px 5px 17px;
            font-size: 15px;
            line-height: 22px;
        }

        .nav {
            padding: 0 0 8px;
        }

        .main-menu .navbar-toggle {
            margin-top: 28px;
        }

        .btn-lg i {
            padding: 6px 0 0;
        }

        .cartWrap {
            margin: 0 20px;
            padding: 26px 0 0 18px;
            border-top: 1px solid #e7e7e7;
        }

        .sb-search {
            margin-top: 20px;
        }

        .column {
            width: 60% !important;
            right: 130px;
            top: -10px;
        }

        ul.sub-menu.login-menu-icon {
            top: 39px;
        }

        header {
            padding: 10px 0 20px;
        }
    }
    /* Make more adjustments for phone */
    @media screen and (max-width: 350px) {
        .product-removal {
            float: right;
        }

        .product-line-price {
            float: right;
            clear: left;
            width: auto;
            margin-top: 10px;
        }

        .product .product-line-price:before {
            content: 'Item Total: $';
        }

        .totals .totals-item label {
            width: 60%;
        }

        .totals .totals-item .totals-value {
            width: 40%;
        }

        .carousel-caption .btn {
            padding: 3px 3px 3px 17px;
        }

        .carousel-caption {
            bottom: 0%;
        }

        .contentWrap {
            overflow: hidden;
        }

        .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
            width: 30px;
            height: 30px;
            line-height: 10px;
            font-size: 14px;
        }
    }
