*{
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'whitneybook';
	font-size: 16px;
	line-height: 18px;
	color: #222;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'whitneysemibold';
	margin-top: 0;
	color: #282c3f;
}

a, a:hover{
	text-decoration: none;
}
p{
	margin-top: 0;
}
ul{
	margin: 0 !important;
	padding: 0;
}
li{
	list-style: none;
}
.required{
	color: #b93333;
}
.fix{
	display: block;
	overflow: hidden;
}
.height62px{
	height: 62px;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-right: 10px;
	padding-left: 10px;
}
/*********************************************************************
***************************** Fonts****************************
**********************************************************************/
@font-face {
  font-family: 'whitneybook';
  src:  url('fonts/whitneybook.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'whitneymedium';
  src:  url('fonts/whitneymedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'whitneysemibold';
  src:  url('fonts/whitneysemibold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/*********************************************************************
************************* Main Style starts **************************
**********************************************************************/
.header-area, .mobile-header {
	box-shadow: 0 4px 12px 0 rgba(0,0,0,.05);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: #fff;
}
.vlogo{width:13%;float:left;padding-right:20px;padding-left:20px}
.vmenu{width:40%;float:left;padding-right:20px}
.vsearch{width:25%;float:left;padding-right:20px}
.vcart{width:20%;float:left;}

.mobile-header{
	height: 62px;
}
.mobilemenu {
	width: 54px;
	padding: 20px 10px 10px 18px;
}

.mobile-logo img {
	max-width: 115px;
	height: auto;
	padding-top: 12px;
}
.mobile-logo {
    width: 30%;
}
.mobilemenu a{
	color: #222;
	font-size: 24px;
}
.logo {
	width: 100%;
	float: left;
	text-align: center;
}
.logo img {
	width: 124px;
	height: auto;
	margin-top: 10px;
}
.mainmenu ul {
	list-style: none;
}
.mainmenu ul li {
	float: left;
}
.mainmenu ul li a {
	display: block;
	color: #222;
	padding: 22px 15px;
	font-size: 15px;
	transition: all 0.4s;
	font-family: 'whitneysemibold';
	text-transform: uppercase;
}
.mainmenu ul li a:hover {
	background: #f8f8f8;
	box-shadow: inset -0px -4px #444;
}
.cart-profile ul {
	list-style: none;
}
.cart-profile ul li {
	float: left;
	margin-right: 10px;
}
.cart-profile ul li a {
	display: block;
	color: #222;
	padding: 8px 7px;
	font-size: 15px;
	font-family: 'whitneysemibold';
}
.cart-profile ul li a:hover{
	color: #555;
}
.cart-profile ul li a .fa {
	display: block;
	text-align: center;
	font-size: 18px;
}
.search-header {
	padding: 14px 0;
}
.cart-profile {
	padding-top: 6px;
	margin-left: 52px;
}
.footer-top img {
	float: left;
	margin-right: 22px;
}
.contact-info {
	float: left;
	margin-top: 9px;
}
.contact-info a {
	font-size: 22px;
	color: #fff;
	font-family: 'whitneysemibold';
}
.contact-info p {
	color: #ddd;
	font-size: 16px;
	margin-top: 8px;
}
/*===Carousel===*/
#homeCarousel .owl-nav div {
	position: absolute;
	top: 50%;
	background: #fff;
	color: #222;
	width: 33px;
	height: 33px;
	transform: translateY(-50%);
	border-radius: 50%;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
}
#homeCarousel .owl-nav .owl-prev {
  left: 14px;
  box-shadow: -2px 1px 2px #888;
}
#homeCarousel .owl-nav .owl-next {
  left: auto;
  right: 14px;
  box-shadow: 2px 1px 2px #888;
}
/******************************************
2. collection area
******************************************/
.grey-bg{
	background: #EFF4F4;
	padding-bottom: 80px;
	padding-top: 30px;
}
.product-new-arrival {
	border-bottom: 1px solid #ddd;
	padding-top: 30px;
	padding-bottom: 50px;
}
.collection-area {
	border-bottom: 1px solid #ddd;
}
.page-header h2 {
	color: #333;
	text-transform: uppercase;
}
.text-main {
	background: #F6EC32;
	color: #222;
	padding: 0 7px;
}
.collection-area.lead {
	font-size: 18px;
}
.collection-content {
	margin: 25px 0 0;
}
.single-collection {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.single-collection img {
	width: 100%;
	height: 430px;
	transition: 0.6s all;
}
.single-collection:hover img{
	transform: scale(1.1);
}
.collections-link {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 20px;
	background: rgba(0,0,0,0.29);
	color: #fff;
	font-family: whitneysemibold;
	text-transform: uppercase;
}

.footer-top-area {
	background: #141414;
	padding: 40px 0;
}

.single-collection:hover .collections-link::before {
	background: #1d2020 none repeat scroll 0 0;
}
.single-collection:hover .collections-link a {
	color: #222;
}
.lead {
	font-size: 16px;
	width: 80%;
	text-align: center;
	margin: 0 auto;
}
.search-header .form-control {
	background: #EFF4F4;
	box-shadow: 0 0;
	width: 300px;
	border: 0px solid #ddd;
}
.btn-search {
	background: #EFF4F4;
	border: 0px solid #ddd;
	padding: 8px 9px;
}
.input-group .form-control:focus {
	border: 1px solid #ddd;
	background: #fff;
	box-shadow: 0 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.product-short-info {
	padding: 0 15px;
	position: relative;
}
.product-short-info h3 {
	font-size: 16px;
	margin-bottom: 3px;
	margin-top: 10px;
	color: #111;
}
.product-short-info .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;
	padding: 0 15px;
}
.single-product:hover .overlay {
    height: 76px;
}
.product-sku {
	color: #333;
	font-size: 15px;
	font-family: 'whitneymedium';
	padding: 5px 0;
}
.product-price {
	font-size: 15px;
	font-family: 'whitneysemibold';
	color: #333;
}
.button.add-to-cart {
	font-size: 14px;
	border-color: #b3b2b2;
	background: #222;
	color: #fff;
	width: 141px;
	padding: 5px;
	border-radius: 4px;
	border-width: 1px;
	border-style: solid;
	margin-top: 7px;
}
.button.add-to-cart:hover {
	color: #333;
	background: #f2f2f2;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.single-product img {}
.single-product:hover {
    box-shadow: 0 0 20px #ddd;
    transform: scale(1.009);
}
.single-product {
    background: #FFFEFE;
    border: 1px solid #e1e1e1;
    margin-bottom: 20px;
    padding-bottom: 15px;
    transition: all 0.3s;
}
.divider {
	display: block;
	width: 67px;
	height: 5px;
	background: #222;
	border-radius: 4px;
	margin: 16px auto;
	position: relative;
}
.divider::before {
	position: absolute;
	content: '';
	left: -14px;
	top: 0;
	background: #222;
	border-radius: 4px;
	width: 10px;
	height: 5px;
}
.divider::after {
	position: absolute;
	content: '';
	right: -14px;
	top: 0;
	background: #222;
	border-radius: 4px;
	width: 10px;
	height: 5px;
}
.breadcrumb-link {
	display: block;
	padding: 29px 0 22px;
	font-size: 14px;
}
.brcm-separator {
	margin: 0 5px;
}
.breadcrumb-link a {
	color: #222;
	font-family: 'whitneysemibold';
}
.gallery-grid li {
	width: 49%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.gallery-grid img {
	max-width: 100%;
	height: auto;
	transition: all .3s ease;
	border: 1px solid #ddd;
}
.gallery-grid li:hover img{
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.gallery-grid li:nth-of-type(even){
	margin-right: 0;
}

.prod-price-info h1 {
	font-size: 24px;
	margin-bottom: 4px;
}
.prod-price-info h2 {
	font-size: 20px;
	font-family: 'whitneybook';
	color: #666;
	line-height: 20px;
	margin-bottom: 18px;
}
.pro-discount {
	font-size: 22px;
	padding: 10px 0;
}
.discount-price {
	font-family: 'whitneysemibold';
}
.regular-price {
	font-size: 19px;
	margin-right: 14px;
}
.discount-percent {
	color: #B7761A;
	font-family: 'whitneysemibold';
}
.pro-discount {
	font-size: 22px;
	padding: 10px 0;
	margin: 18px 0;
}
.product-size h3 {
	font-size: 16px;
}

.product-size input[type='radio'] {
	 position: absolute;
	 visibility: hidden;
	 display: none;
}
.product-size label {
	color: #222;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	line-height: 39px;
	border-radius: 50px;
	width: 48px;
	height: 40px;
	text-align: center;
	text-transform: uppercase;
}
.product-size input[type='radio']:checked + label {
	 color: #fff;
	 background: #222;
}
.product-size .radio-group {
	display: inline-block;
	margin: 12px 0 31px 0;
	overflow: hidden;
}
.product-size .select-pro-size {
	border: 3px solid #222;
	border-radius: 50%;
	margin-right: 7px;
	width: 45px;
	height: 45px;
	display: inline-block;
}
.cart-and-wishlist a.btn, .cart-and-wishlist button {
	width: 219px;
	height: 48px;
	margin-right: 11px;
	font-family: 'whitneysemibold';
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 34px;
	display: inline-block;
}
.hroizontal-row {
	width: 91%;
	height: 1px;
	background: #e8e4e4;
	margin: 26px 0;
}
.product-summary{
    margin: 20px 0;
}
#proDetail{
	padding: 15px 0;
}
#sizeChart{
    padding-top: 15px;
}
.product-summary .nav-tabs > li.active > a, .product-summary .nav-tabs > li.active > a:focus, .product-summary .nav-tabs > li.active > a:hover {
	color: #222;
	cursor: default;
	background-color: #eee;
	border: 1px solid #ddd;
	border-bottom-color: rgb(221, 221, 221);
	border-bottom-color: #ddd;
	border-radius: 0;
}
.product-summary .nav li a {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    border-radius: 0;
}
.product-summary .nav-tabs {
	border-top: 1px solid #ddd;
}
.tableData ul li {
	width: 41%;
	float: left;
	margin-right: 23px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.tableData ul li:nth-child(even) {
	float: right;
}
.tableData ul li span:nth-child(1) {
	display: block;
	font-size: 12px;
	color: #7e818c;
	margin-bottom: 2px;
}
.similar-product-area {
	padding: 80px 0;
}
.similar-product-area .product-image-col-3 {
	height: 274px;
	object-fit: cover;
	object-position: top center;
}
.similar-prod-title {
	margin-bottom: 20px;
}
.cart-search ul li {
	padding: 5px;
	font-size: 26px;
}
.cart-search ul li a {
	color: #222;
}
.cart-search ul {
	position: relative;
	top: 14px;
	right: 10px;
}
.cart-search .badge-holder {
	position: inherit;
}
.cart-search .badge-location {
	left: 14px;
	bottom: 17px;
}
/********** Checkbox container***************/
/* The container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition:  0.3s ease-in-out;
  -o-transition:  0.3s ease-in-out;
  transition:  0.3s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 0px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: none;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox.checkbox-single label {
  height: 17px;
}
.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #1e88e5;
  border-color: #1e88e5;
}
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #ef5350;
  border-color: #ef5350;
}
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #29b6f6;
  border-color: #29b6f6;
}
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #ffd740;
  border-color: #ffd740;
}
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #33b86c;
  border-color: #33b86c;
}
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.leftbar-widget {
	margin-bottom: 14px;
	border-bottom: 1px solid #ddd;
}
.leftbar-widget h2 {
	font-size: 17px;
	text-transform: uppercase;
	padding: 13px 0 13px 18px;
	margin-bottom: 0;
}
.product-filter-container {
	border: 1px solid #e9e9ed;
	background: #fff;
}
.filter-checkbox {
	padding: 0 18px 18px 18px;
}
 .box-authentication {
    border: 1px solid #eaeaea;
    padding: 30px;
    background: #f4f4f4;
}
.box-authentication a.btn {
	display: block;
	text-align: left;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'whitneysemibold';
}
.box-authentication .btn-facebook{
    background: #3C5A99;
}
.box-authentication .btn-facebook:hover{
    background: #324E8D;
}
.box-authentication .btn-goole{
    background: #D85040;
}
.box-authentication a .fab {
	border-right: 1px solid #eee;
	padding-right: 2px;
	margin-right: 3px;
	font-size: 18px;
}
.main-container {
    min-height: 350px;
    padding: 40px 0;
}
.extra-login span {
	background: #fff;
	padding: 4px 18px;
	font-weight: 500;
	border: 1px solid #ddd;
}
.extra-login {
	margin: 13px 0;
	position: relative;
	z-index: 1;
	width: 100%;
}
.extra-login::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #bbb;
	left: 0;
	top: 10px;
	z-index: -1;
}
.user-profile-menu {
	box-shadow: 0px 3px 11px #ddd;
}
.user-profile-menu h3 {
	margin-bottom: 0;
	line-height: 79px;
	background: #F6EC32;
	text-align: center;
	box-shadow: inset 0 -4px 0px #444;
}
.user-profile-menu ul li {
	padding: 15px;
}
.user-profile-menu a {
	color: #222;
}
.btn-black {
	background: #222;
	color: #fff !important;
	display: block;
	font-size: 15px;
	padding: 15px 0;
	text-transform: uppercase;
	font-family: 'whitneysemibold';
}
.btn-black:hover {
	opacity: 0.9;
}
.profile-data tbody {
	border: 1px solid #ddd;
}
.profile-data table tr td {
	padding: 12px 0;
}
.user-profile-menu {
	box-shadow: 0px 3px 11px #ddd;
	margin-bottom: 30px;
}
.profile-data h3 {
	background: #EFF4F4;
	padding: 12px 15px;
	border-left: 4px solid #292c2f;
	border-radius: 4px;
	border-right: 4px solid #292c2f;
	margin-bottom: 20px;
}
.user-profile-menu ul li a.active {
	font-family: 'whitneysemibold';
}

.badge-container {
    position: relative;
}

.badge-holder {
    position: absolute;
}
.badge-location {
	position: absolute;
	left: 23px;
	bottom: 33px;
	background: #F6EC32;
	color: #222;
	font-weight: 400;
}
.proWrapper {
  display: flex;
}
.proSidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 35vh;
}
.product-image-wrapper {
    object-fit: cover;
    overflow: hidden;
    align-items: center;
    text-align: center;
}
.product-image-col-3 {
	height: 325px;
	width: 100%;
	object-fit: cover;
	object-position: top center;
}
.product-image-col-4 {
    height: 400px;
    width: auto;
}

.myOverlay {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
  position: relative;
  top: 26%;
  width: 347px;
  text-align: center;
  margin: auto;
}
.myOverlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 30px;
  cursor: pointer;
  color: white;
}

.myOverlay .closebtn:hover {
  color: #ccc;
}

.myOverlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
  background: white;
}

.myOverlay input[type=text]:hover {
  background: #f1f1f1;
}

.myOverlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.myOverlay button:hover {
  background: #bbb;
}

/*mobile menu expand*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	top: 62px;
	left: 0;
	background-color: #e4e4e4;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	z-index: 999;
}

.sidenav a {
  padding: 4px 8px 4px 21px;
  text-decoration: none;
  font-size: 16px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #444;
}

.sidenav .closebtn1 {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 26px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.footer-top {
	background: #494d55;
	border-top: 5px solid #EAE1E1;
	color: #fff;
}
.footer-bottom {
	background: #ddd;
	color: #111;
	padding: 10px 0;
	font-size: 14px;
}
.footer-widget a {
	color: #fff;
}
/*=Developer ZOOM IT=*/
.developer {
	float: right;
}
.developer ul {
  margin: 0;
  padding: 0;
}
.developer ul li {
  list-style: none;
  float: left;
  margin-right: 5px;
  position: relative;
  color: #fff
}

.developer ul li a{
  color: #09CFFF;
  font-family: Montserrat-Bold;
}

.zoomit-expand {
  width: 250px;
  background: #333;
  border-radius: 5px;
  padding: 12px;
  position: absolute;
  left: -113px;
  bottom: 27px;
  display: none;
}
.developer ul li:hover .zoomit-expand{
  display: block;
}

.zoomit-expand::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: #333;
  transform: rotate(42deg);
  left: 44%;
  bottom: -5px;
}
.footer-widget h2 {
	font-size: 22px;
	color: #eee;
}
.footer-widget ul li {
	border-bottom: 1px solid rgba(255,255,255,0.1);
	padding: 5px 0;
}
.footer-top {
    padding: 80px 0;
}
.footer-content .email .fa-envelope:before {
	font-size: 13px;
	color: #666;
	height: 35px;
	width: 35px;
	line-height: 32px;
	display: inline-block;
	font-style: normal;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 8px;
	border-radius: 30px;
	border: 1px solid #eaeaea;
	border-radius: 25px;
	background: #fafafa;
}
.footer-content .footer-content .address {
	line-height: 1.5em;
}
.footer-content .address i {
	float: left;
}
.footer-content .address .fa-map-marker:before {
	font-size: 15px;
	color: #666;
	height: 35px;
	width: 35px;
	line-height: 32px;
	display: inline-block;
	font-style: normal;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 8px;
	border-radius: 30px;
	border: 1px solid #eaeaea;
	background: #fafafa;
}
.footer-content .phone .fa-phone:before {
	border: 1px solid #eaeaea;
	border-radius: 25px;
	color: #666;
	display: inline-block;
	font-size: 15px;
	font-style: normal;
	height: 35px;
	line-height: 34px;
	margin-right: 5px;
	margin-bottom: 8px;
	text-align: center;
	width: 35px;
	background: #fafafa;
}
.footer-content p {
	display: inline-block;
	padding-left: 5px;
	width: 80%;
}
.footer-widget {
	margin-bottom: 20px;
}
.profile-data {
	margin-bottom: 20px;
}