
/*==========================================================================
  top navbar css
  ==========================================================================*/
.navbar{
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
	padding:0% 2%;
}

.web-navbar{
	font-family: 'Open Sans', sans-serif;
}

.nav-country-landing{
	font-size: 12px;
    font-weight: 500;
    letter-spacing: .01rem;
    line-height: 40px;
    max-height: 40px;
}

#top{
	line-height: 40px;
    max-height: 40px;
}

.nav-country-landing{
    display:inline-block;
}

.country-nav {
	display:inline-block;
}
.drop-form{
	color:#000000;
	padding-left: 5px;
}

.drop-item{
	top:40px;
	width:250px;
	margin:0;
	padding: 0;
	left:37px;
	background-color: #F0F0F0;
}

.scrollable-menu {
	background-color: #efefef;
	top:11px;
	padding:1% 0%;
    width: 100%;
    height: auto;
    max-height: 190px;
    overflow-x: hidden;
    color: #000000;
}

.fixed-list {
	position: relative;
	background-color: #fafafa;
	
}

.fixed-list a{
	text-decoration: none;
	color:#000000;
	font-size: 14px;
	padding: 3% 3%;
}

.drop-list{
	padding: 0;
	font-size: 15px;
    letter-spacing: .01rem;
    font-weight: 500;
}

.scrollable-menu a{
	color:#000000;
	padding-left: 7%;
	padding-right: 7%;
	text-decoration: none;
}

.scrollable-menu li {
	padding-top:0.8%;
	padding-bottom: 0.8%;

}
.nav-header-link{
	text-decoration: none;
	color: #6a6a6a;
}

.nav-country-landing a:hover{
	text-decoration: none;
	color: #6a6a6a;
}

#top li a{
	color:#000000;
}

.container-fluid{
	margin:0;
	padding: 0;
}

.toolbar-copy{
	text-align: left;
}
.middle-link {
    margin: 0 4px;
    padding: 0 8px;
}

/* ==========================================================================
   window landing page 
   ==========================================================================*/
.mobile-navbar{
	display:none;
}

.navbar-left-side{
	font-size: 12px;
    font-weight: 500;
    letter-spacing: .01rem;
    padding:0;
	margin: 0;
}
.closebtn{
	display: none;
}
.navbar-left-side ul li a.nav-link{
	padding:0;
	margin:0;
} 
.nav-mobile-link{
	color: #000000;
}
.wf-nav-icon{
	display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-bottom: -4px;
    width: 25px;
    height: 25px;
}

.my_link{
    background-image:url(../images/header/top/my_link.png);
}

.my_login{
    background-image:url(../images/header/top/my_login.png);
}
.my_contact{
    background-image:url(../images/header/top/my_contact.png);
}

.my_search{
    background-image:url(../images/header/top/my_search.png);
}

.toolbar-form {
    position: absolute;
    right: 0;
    padding: 20px;
    z-index: 100;
    background: #e2e3e7;
    border: 1px solid #ccc;
    display: none;
}
.toolbar .searchInput {
    margin-top: 10px;
}
.toolbar-form-search input[type="text"]{
    border: 1px solid #dedede;
    max-width: 280px;
    padding: 0 10px;
    height: 38px;
}

.toolbar-form-search input {
    color: #717171;
}

.toolbar-input {
    border: 1px solid #ccc;
    width: 280px;
    height: 40px;
}

.toolbar-form .default-btn {
    display: block;
    margin: 20px auto 0;
    line-height: 40px;
    padding: 0 33px;
}

.default-btn {
    background: #f98c2f;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    padding: 9px 30px;
    font-family: "RobotoCondensed-Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.footer-content {
	color: #5b676f;
	font-size: 13px;
}

.slider{
	width:100%;
	height:auto;
}

/*mega menu css*/
@media screen and (min-width: 800px){
	.navbar .mega-dropdown {
		position: static !important;
	}
}


/*footer css*/
#mobile-windowfashin-footer{
		display: none;
	}

#mobile-footer{
		display: none;
	}

.footer-contact-us-form textarea {
	padding: 10px;
}

form.subscribe-form {
	padding-right:15px;
	padding-left:15px;
}

.footer-title {
	font-family: "Open Sans";
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}



.footer-button {
	width:100%;
	height:40px;
	background-color:#6b7b83;
	color: #ffffff;
	font-size: 14px;
}

.footer-copyright {
	font-family: "Open Sans";
	color: #5b676f;
	font-size: 11px;
}

.middle-link {
	border-left: 1px solid #5b676f;
    border-right: 1px solid #5b676f;
}

.connect-contain {
  list-style-type: none;
  margin-left:-25px;
}

.connect-contain li{
  display: inline;
}

.fa-facebook-f, .fa-twitter, .fa-pinterest-p, .fa-youtube, .fa-instagram, .fa-houzz {
	color: #5b676f;
	padding-right: 1em;
}

@media only screen and (max-width: 600px) {
	.page-wrapper{
		top:150px;
	}
	.main-banner .banner-big{
		height:470px;
	}
} 




/* ==========================================================================
   Sticky Footer
   ========================================================================== */

a *{
	color: inherit;
	text-decoration: none;
}


.page-wrap {
 	min-height: 100%;
}

.page-wrap:after {
  display: block;
}


/* ==========================================================================
   ipad pro css
   ==========================================================================*/
@media (max-width: 991px){
	.mobile-navbar{
		display:block;
		font-size: 10px;
		line-height: 45px;
	}

	#top{
		text-align: right;
	}

	.main-banner{
		font-size: 18px;
	}
	.wf-nav-icon{
		margin-right: 2px;
    	margin-bottom: -6px;
    	width: 20px;
    	height: 20px;
	}
	.web-navbar{
		display: none;
	}
	.my_login{
    	background-image:url(window/images/header/mobile/m_my_login.png);
	}

	.my_search{
    	background-image:url(window/images/header/mobile/m_my_search.png);
	}

}
/* ==========================================================================
   ipad css
   ==========================================================================*/


@media all and (max-width: 991px){
	.sidenav a:hover {
    color: #f1f1f1;
    text-decoration: underline;
}

	.drop-form{
		padding-left: 10px;
	}
	.drop-item{
		left:13px;
	}

	.navbar-light .navbar-toggler{
		color:#000000;
		border:none;
	}
	.navbar-collapse{
		padding-bottom: 20px;
	}

	.navbar-nav{
		margin-bottom: 12px;
	}

	#web-windowfashin-footer{
		display:none;
	}
	#mobile-windowfashin-footer{
		display: block;
	}

	#web-footer{
		display:none;
	}
	#mobile-footer{
		display: block;
	}
	
	/* navigation footer*/
	.nav-footer-mobile {
		font-weight: 400;
		font-size: .823rem;
		letter-spacing: normal;
		background-color: #f2F1ED;
		width: 100%;
		height: 100%;
		color: #5b6770;
	}

	.nav-footer-mobile .toggle-btn {
		display: none;
	}
	.nav-footer-mobile ul,.nav-footer-mobile li {
		list-style: none;
		padding: 0px;
		margin: 0px;
		line-height: 35px;
		cursor: pointer;
	}
	.nav-footer-mobile ul :not(collapsed) .arrow:before,
	.nav-footer-mobile li :not(collapsed) .arrow:before {
		font-family: FontAwesome;
		content: "\f078";
		display: inline-block;
		padding-left: 10px;
		padding-right: 10px;
		vertical-align: middle;
		float: right;
	}

	.nav-footer-mobile ul .sub-menu li.active,
	.nav-footer-mobile li .sub-menu li.active {
		color: #d19b3d;
	}
	.nav-footer-mobile ul .sub-menu li.active a,
	.nav-footer-mobile li .sub-menu li.active a {
		color: #d19b3d;
	}
	.nav-footer-mobile ul .sub-menu li,
	.nav-footer-mobile li .sub-menu li {
		background-color: #f2F1ED;
		border: none;
		line-height: 28px;
		margin-left: 0px;
	}
	.nav-footer-mobile ul .sub-menu li:hover,
	.nav-footer-mobile li .sub-menu li:hover {
		background-color: #ccc;
		-webkit-transition: all 1s ease;
  		-moz-transition: all 1s ease;
  		-o-transition: all 1s ease;
  		-ms-transition: all 1s ease;
  		transition: all 1s ease;
	}

  	.nav-footer-mobile li {
  		border-bottom: 1px solid #ccc;
  	}
  	.nav-footer-mobile li a {
  		text-decoration: none;
  		color: #5b6770;
  	}
  	.nav-footer-mobile li a i {
  		padding-left: 10px;
  		width: 20px;
  		padding-right: 20px;
  	}

  	li a i.fab{
  		padding-left: 0px;
  	}
	
	#mobile{
		padding-bottom: 0px;
	}
	.navbar .dropdown-menu.mega-menu {
		width: 100%;
		padding-right: .5rem;
	}
	
	/* to make the dropdown menu able to scroll */
	nav.navbar.fixed-top {
    	max-height:100%;
	}

	body #navbarSupportedContent{
		height: 100%;
		width:0;
		position: fixed;
		z-index: 100;
		top:20px;
		right:0;
		overflow-x: hidden;
		padding-top: 20px;
		background-color: white;
		transition: 0.5s;
	}

	#navbarSupportedContent li a.nav-link{
		padding: 11px;
		text-decoration: none;
		display: block;
		transition: 0.3s;
	}

	#navbarSupportedContent form{
		padding:11px;
	}
	.mega-dropdown{
		background: #f2f0ed;
    border-bottom: .063em solid #e6e6e6;
	}


	#page-content{
		transition: margin-right .5s;
	}

	.closebtn{
		display: block;
		top: 0px;
		font-size: 32px;
	}
	

/*==========================================================================
  top navbar css
  ==========================================================================*/
.navbar{
	border-bottom: 1px solid #ccc;
	background-color: #FFFFFF;
	padding:0% 2%;
}

.web-navbar{
	font-family: 'Open Sans', sans-serif;
}


.nav-country-landing{
	font-size: 12px;
    font-weight: 500;
    letter-spacing: .01rem;
    line-height: 40px;
    max-height: 40px;
}

#top{
	line-height: 40px;
    max-height: 40px;
}

.nav-country-landing{
    display:inline-block;
}

.country-nav {
	display:inline-block;
}
.drop-form{
	color:#000000;
	padding-left: 5px;
}

.drop-item{
	top:40px;
	width:250px;
	margin:0;
	padding: 0;
	left:37px;
	background-color: #F0F0F0;
}

.scrollable-menu {
	background-color: #efefef;
	top:11px;
	padding:1% 0%;
    width: 100%;
    height: auto;
    max-height: 190px;
    overflow-x: hidden;
    color: #000000;
}

.fixed-list {
	position: relative;
	background-color: #fafafa;
	
}

.fixed-list a{
	text-decoration: none;
	color:#000000;
	font-size: 14px;
	padding: 3% 3%;
}

.drop-list{
	padding: 0;
	font-size: 15px;
    letter-spacing: .01rem;
    font-weight: 500;
}

.scrollable-menu a{
	color:#000000;
	padding-left: 7%;
	padding-right: 7%;
	text-decoration: none;
}

.scrollable-menu li {
	padding-top:0.8%;
	padding-bottom: 0.8%;

}
.nav-header-link{
	text-decoration: none;
	color: #6a6a6a;
}

.nav-country-landing a:hover{
	text-decoration: none;
	color: #6a6a6a;
}

#top li a{
	color:#000000;
}


.container-fluid{
	margin:0;
	padding: 0;
}

.toolbar-copy{
	text-align: left;
}

/* ==========================================================================
   window landing page 
   ==========================================================================*/


.mobile-navbar{
	display:none;
}

.navbar-left-side{
	font-size: 12px;
    font-weight: 500;
    letter-spacing: .01rem;
    padding:0;
	margin: 0;
}
.closebtn{
	display: none;
}
.navbar-left-side ul li a.nav-link{
	padding:0;
	margin:0;
} 
.nav-mobile-link{
	color: #000000;
}
.wf-nav-icon{
	display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-bottom: -4px;
    width: 25px;
    height: 25px;
}

.my_link{
    background-image:url(window/images/header/top/my_link.png);
}

.my_login{
    background-image:url(window/images/header/top/my_login.png);
}
.my_contact{
    background-image:url(window/images/header/top/my_contact.png);
}

.my_search{
    background-image:url(window/images/header/top/my_search.png);
}

.toolbar-form {
    position: absolute;
    right: 0;
    padding: 20px;
    z-index: 100;
    background: #e2e3e7;
    border: 1px solid #ccc;
    display: none;
}
.toolbar .searchInput {
    margin-top: 10px;
}
.toolbar-form-search input[type="text"]{
    border: 1px solid #dedede;
    max-width: 280px;
    padding: 0 10px;
    height: 38px;
}

.toolbar-form-search input {
    color: #717171;
}

.toolbar-input {
    border: 1px solid #ccc;
    width: 280px;
    height: 40px;
}

.toolbar-form .default-btn {
    display: block;
    margin: 20px auto 0;
    line-height: 40px;
    padding: 0 33px;
}

.default-btn {
    background: #f98c2f;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 0;
    font-weight: bold;
    font-size: 14px;
    padding: 9px 30px;
    font-family: "RobotoCondensed-Bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    position: relative;
    text-align: center;
    text-decoration: none;
}


.footer-content {
	color: #5b676f;
	font-size: 13px;
}


.slider{
	width:100%;
	height:auto;
}



/*mega menu css*/

@media screen and (min-width: 800px){
	.navbar .mega-dropdown {
		position: static !important; 
	}

}


.nav-sub{
    font-weight: 700;
    font-size: inherit;
    text-transform: capitalize;
    color: #465062;
}

.nav-row{
	margin-right: 10px;
	margin-bottom: 20px;
}

	
.container-before-after .video-before #before{
max-width: 100%;
	max-height:100%;
}
.container-before-after #video-clipper #after{
	max-width: 100%;
		max-height:100%;
}

/*footer css*/
#mobile-windowfashin-footer{
		display: none;
	}

.footer-contact-us-form textarea {
	padding: 10px;
}


.footer-title {
	font-family: "Open Sans";
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.footer-button {
	width:100%;
	height:40px;
	background-color:#6b7b83;
	color: #ffffff;
	font-size: 14px;
}

.footer-copyright {
	font-family: "Open Sans";
	color: #5b676f;
	font-size: 11px;
}

.middle-link {
	border-left: 1px solid #5b676f;
    border-right: 1px solid #5b676f;
}


@media only screen and (max-width: 600px) {
	.page-wrapper{
		top:150px;
	}
	.main-banner .banner-big{
		height:470px;
	}
} 



/* ==========================================================================
   ipad pro css
   ==========================================================================*/
@media (max-width: 991px){
	.mobile-navbar{
		display:block;
		font-size: 10px;
		line-height: 45px;
	}

	#top{
		text-align: right;
	}

	.main-banner{
		font-size: 18px;
	}
	.wf-nav-icon{
		margin-right: 2px;
    	margin-bottom: -6px;
    	width: 20px;
    	height: 20px;
	}
	.web-navbar{
		display: none;
	}
	.my_login{
    	background-image:url(window/images/header/mobile/m_my_login.png);
	}

	.my_search{
    	background-image:url(window/images/header/mobile/m_my_search.png);
	}


	.sidenav a:hover {
    color: #f1f1f1;
    text-decoration: underline;
}

	.drop-form{
		padding-left: 10px;
	}
	.drop-item{
		left:13px;
	}

	.navbar-light .navbar-toggler{
		color:#000000;
		border:none;
	}
	.navbar-collapse{
		padding-bottom: 20px;
	}

	.navbar-nav{
		margin-bottom: 12px;
	}

	#web-windowfashin-footer{
		display:none;
	}
	#mobile-windowfashin-footer{
		display: block;
	}

	#web-footer {
		display:none;
	}
	#mobile-footer {
		display: block;
	}

	.navbar .dropdown-menu.mega-menu {
		width: 100%;
		padding-right: .5rem;
	}
	
	/* to make the dropdown menu able to scroll */
	nav.navbar.fixed-top {
    	max-height:100%;
	}

	body #navbarSupportedContent{
		height: 100%;
		width:0;
		position: fixed;
		z-index: 100;
		top:20px;
		right:0;
		overflow-x: hidden;
		padding-top: 20px;
		background-color: white;
		transition: 0.5s;
	}

	#navbarSupportedContent li a.nav-link{
		padding: 11px;
		text-decoration: none;
		display: block;
		transition: 0.3s;
	}

	#navbarSupportedContent form{
		padding:11px;
	}
	.mega-dropdown{
		background: #f2f0ed;
    border-bottom: .063em solid #e6e6e6;
	}

	#page-content{
		transition: margin-right .5s;
	}

	.closebtn{
		display: block;
		top: 0px;
		font-size: 32px;
	}
	
	.nav-footer-mobile{
		position: relative;
		width: 100%;
		margin-bottom: 10px;
	}
.nav-footer-mobile .menu-list .menu-content {
    	display: block;
  	}

	.mega-menu.show{
		display: block;
	}
	.mega-menu{
		display: none;
	}

}
