@charset "UTF-8";

/* General Styles */

.primary-color-background {
    background-color: #153467;
}

li {
	list-style-type: none;
}

/* Nav Bar Styes */

.navbar-collapse {
    flex-basis: auto;
    flex-grow: 0;
    align-items: center;
    display:flex;
}

.navbar-style .container-nav {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width:100%;
	padding:0;
}

.logo-img-container {
	height:80px;
	width:20%;
	display:flex;
	align-items:center;
}

.logo-img-container .topbar-logo-img {
	height: 22px;
	margin-left: 2em;
}

/* Nav Bar Sign In group */

.action-button-section {
	display:flex;
	height: 80px;
	width:auto;
}

.acction-btn-section-container-btn {
	display:flex;
		margin: 0;
	padding: 0;
}

.nav-sign-in-group {
	display: flex;
	align-items: center;
}

.nav-link-user, .nav-link-basket {
	display: flex;
	flex-direction: column;
	align-items:center;
	font-size: 12px;
	color: white;
	padding: 0 2em;
}

body .ui-button.ui-button-text-icon-left .ui-icon {
    margin-top: 2px;
    font-size: 24px;
    width: auto;
}

body .search-section .ui-button.ui-button-text-icon-left .ui-button-text {
    font-size: 12px !important;
}

.nav-link-basket img {
	margin-bottom: 0.5em;
}

.nav-link-user img {
	margin-bottom: 0.5em;
	height: 20px;
}

.nav-basket-icon {
	width: 22px;
	}
	
.nav-item-cart {
	border-left: 0.5px solid #e9e9e9;
	border-right: 0.5px solid #e9e9e9;
	display: flex;
	align-items: center;
}

.nav-item-cart .nav-link {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	text-align:center;
	color: white;
}

.nav-item-cart .nav-link .badge, .badge-dark {
	height: 20px;
	width: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: red;
	font-size: 10px;
	position: absolute;
	top: -0.5em;
	right: 1.5em;
}

/* Search bar styles */ 

.search-section {
	display:flex;
	justify-content:flex-end;
}

.search-section .input-group {
	height: 80px;
	width:330px;
}

.input-group input {
	border-radius: 0;
	font-size: 12px;
}

body .search-section .ui-button.ui-button-text-icon-left .ui-button-text {
	font-size:12px!important;
	text-align:center;
	padding:0.5em 0!important;
	border-right:1px solid transparent!important;
}

.search-button-container {
	background: #F6F6F6;
	height:80px!important;
	    display: flex;
    align-items: center;
}

body .search-section .ui-button {
	background:transparent!important;
	display: flex;
	align-items:center;
	border-radius:0;
	padding: 0 1em;
	text-align:center;
	height: 100%;
    align-content: center;
}

body .search-section .ui-button.ui-button-text-icon-left .ui-button-text:hover{
	color: white !important;
} 

.ui-button-icon-only .ui-icon, .ui-button-text-icon-left .ui-icon, .ui-button-text-icon-right .ui-icon {
	position:relative!important;
	top:auto!important;
	left: auto!important;
}

/* Link Section */

.link-container-section {
	height:80px;
	display: flex;
	align-items:center;
	justify-content:space-between;
	margin:0;
	padding:0 3em;
}

.link-container-section li a {
	color: white;
	font-size: 12px;
	padding:0 2em;
}

/* Secondary Nav */

.secondary-nav {
	margin-top: 80px;
	background: #DCEFFF;
}

.wsmenu-list > li > .navtext { 
	color: #153467;
	font-size: 12px;
}

.new-wsmenu-submenu {
	min-width: 100vw !important;
	width: 100vw !important;
	background: white;
	display: flex;
	flex-direction: column;
	padding: 10px;
}

.new-wsmenu-submenu-title{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 120%;
	color: #153467;
	text-align: left;
    padding: 20px 0 20px 50px;
}

.new-wsmenu-submenu li {
	display: flex;
}

.new-wsmenu-submenu-li-a {
	background: transparent !important;
	border: none !important;
	color: #153467 !important;
    background-image: none !important;
    border-right: 0 none !important;
    text-align: left;
    display: block;
    line-height: 22px;
    padding: 10px 10px !important;
    text-transform: none;
   	font-weight: 500 !important;
	font-size: 15px !important;
    letter-spacing: normal !important;	
    font-family: 'Manrope' !important;
	font-style: normal !important;
}

.wstabitem > li > a {
	padding: 10px 10px !important;
}

.wstliststy01 li a {
	color: #153467 !important;
}

.container-secondary-nav {
	display: flex;
	width: 100%;
	max-width: 1300px !important;
}

.wsmenu-list {
    display: flex!important;
    justify-content: center;
}

.wsmenu-list > li {
    padding: 0 1em!important;
}

.wsmenu-submenu {
	left: -40px !important;
}


/* Footer styles */ 

.new-footer-body {
	padding: 56px 70px;
	width: 100%;
    background: #153467;
    margin-top: 2rem;
}

.new-container-footer {
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
}

.new-footer-header {
	display: flex;
    flex-direction: column;
	width: 100%;
	margin-bottom: 56px;
}

.new-footer-header p {
	margin: 0;
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
}

.new-footer-header .title{
	color: white;
}

.new-footer-header .subtitle{
	color: #FFB443;
}

.new-footer-contact-row {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.contact-us-wrapper {
	width: 243px;
}

.call-to-action-section {
	display: flex;
	flex-direction: column;
}

.new-footer-media {
	display: flex;
    align-items: center;
	min-height: 40px;
	margin-bottom: 24px;
}

.new-footer-media-join {
	display: flex;
    align-items: center;
    justify-content: flex-end;
	min-height: 40px;
	margin-bottom: 24px;
}

.new-footer-container {
	display: flex;
    flex-direction: row;
}

.new-footer-media {
	display: flex;
	align-items: center;
}

.new-footer-title {
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 800t;
    font-size: 18px;
    color: #FFB443;
    margin: 0;
}

.new-footer-text {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	color: white;
	margin-bottom: 25px;
}

.new-footer-text:active {
	color: white;
}

.new-footer-text:visited {
	color: white;
}

.new-footer-text:hover {
	color: white;
}

.new-footer-text:focus {
	color: white;
}

.new-footer-link-text {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color: white !important;
	margin-bottom: 25px;
}

.new-footer-list-li{
	margin-bottom: 25px;
}

.new-footer-social-icons{
	display: flex;
    justify-content: flex-end;
    margin-top: 10px;
    width: 100%;
    margin-bottom: 20px;
}

.new-footer-social-icons a {
    color: #FFB443;
    width: 2rem;
    height: 2rem;
    border: 2px solid #FFB443;
    border-radius: 1rem;
    text-align: center;
    line-height: 1.75rem;
    font-size: 1rem;
}

.new-footer-chat-icon{
	display: flex;
    justify-content: flex-end;
    margin: 70px 0;
}

.new-footer-card-icons {
	display: flex;
    justify-content: flex-end;
}

.new-footer-end{
	background: #133061;
	color: #ffffff;
    font-size: 0.875rem;
    color: #dee2e6;
}

.payment-icon {
	margin-left: 0.5em;
}

.new-footer-contact-row {
	position: relative!important;
}

.all-categories-btn{
	width: 160px;
    height: 48px;
    background-color: #153467 !important;
    border-radius: 70px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff!important;
    font-size: 14px !important;
}

.product-detail-title{
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 120%;
    color: #153467;
}

.product-detail-price{
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    color: #0066C0;
}

.product-detail-grey-info{
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 130%;
    color: #A9A9A9;
}

.product-detail-description{
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 130%;
    color: #000000;
}

.product-detail-basket-title{
	font-family: 'Manrope';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 120%;
}

.detail-sub-heading{
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 130%;
	color: #595959;
}

.detail-column-4 {
  width: 40%;
  float: left;
  box-sizing: border-box;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #000000;
}

.detail-column-4 a{
	color: #0066c0 !important;
}

.detail-column-4 a:before {
    background-color: #0066c0 !important;
}

.detail-column-6, .detail-column-12 {
  width: 60%;
  float: left;
  box-sizing: border-box;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  color: #000000;
}

.detail-column-12 {
  width: 100%;
}

.detail-column-6 a, .detail-column-12 a {
	color: #0066c0 !important;
}

.detail-column-6 a:before, .detail-column-12 a:before {
    background-color: #0066c0 !important;
}

.detail-column-6 > ul >li, .detail-column-12 > ul >li{	
  list-style-type: disc !important;
}

.detail-border-light {
  border: 1px solid lightgray;
  padding: 5px;
}

.detail-no-left-border {
  border-left: none;
}

.product-detail-file-format .ui-fileupload-row .ui-fileupload-progress{
	display: none !important;
}

.nav-mobile-close-search{
	display:none;
	position: absolute;
	margin-top: -52px !important;
	margin-right: 14px !important;
	right: 0;
	margin: 5px 10px;
	z-index: 10000001;
	background-color: #153467;
}

.nav-link-basket-lite{
	display: none;
}

.nav-search-content-lite{
	display: none;
}

.add-to-card-phone{
 	display: none;
}

.add-to-card{
 	display: block;
}

.home-sello{
	background-image: url("/javax.faces.resource/images/fastkeys-img/sello.jpg.xhtml?ln=avalon-layout");
    background-size: cover;
    background-repeat: no-repeat; 
    width: 208px;
    height: 210px;
    background-position: center;
    border-radius: 5px;
}

.home-mano{
	background-image: url("/javax.faces.resource/images/fastkeys-img/mano.jpg.xhtml?ln=avalon-layout");
    background-size: cover;
    background-repeat: no-repeat; 
    width: 190px;
    height: 235px;
    background-position: center;
    border-radius: 5px;
}

.user-login-on-mobile{
	display: none !important;
}

/* MEDIA QUERY RESPONSIVE NAV */

@media screen and (max-width: 1433px) {
	.contact-us-wrapper:last-child {
		justify-content: center;
	}
	.contact-us-wrapper {
		width: 20%;
	}
	.new-footer-media-join {
		justify-content: flex-start;
	}
	.contact-us-wrapper:last-child .new-footer-social-icons  {
		justify-content: flex-start;
	}
	.new-footer-card-icons {
		justify-content: flex-start;
		margin-top: 2em;
	}
	.payment-icon {
		margin: 0 0.5em 0 0!important;
	}
	.new-footer-social-icons .ml-sm-2 {
		margin: 0 0.5em 0 0!important;
	}
	.new-footer-chat-icon {
		margin:0;
		width: 50%;
	}
	.new-footer-social-icons {
		justify-content: flex-start;
		width:50%;
	}
	.media-body:last-child {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
}
	
@media screen and (max-width: 1200px) {
	.new-footer-body {
   	padding: 2em;
	}
}
	
@media screen and (max-width: 1005px) {
	.search-button-container {
		background: transparent;
	}
	body .search-section .ui-button.ui-button-text-icon-left .ui-button-text {
		color: white!important;
	}
	.ui-button-text-icon-left .ui-icon.fa {
		color: white;
	}
	.search-section .input-group {
		width: fit-content;
	}
	.logo-img-container {
		width: auto;
	}
	.sign-in-text{
		display: none;
	}
	.user-login-on{
		display: none !important;
	}
	.user-login-on-mobile{
		display: block !important;
	}
	.sign-in-icon{
		width: 25px !important;
    	height: 25px !important;
	}
	.input-group-admin{
		top: 2px;
	}
	.nav-item-cart {
		border: 1px solid transparent;
	}
	.link-container-section {
		display: none;
	}
	.wsmobileheader {
		display: flex!important;
		align-items: center!important;
	}
	.animated-arrow {
		position: relative!important;
	}
	.new-footer-header {
		margin-bottom: 54px;
	}
	.contact-us-wrapper {
		width: 50%;
	}
}


@media screen and (max-width: 520px) {
	.contact-us-wrapper {
		width: 100%;
	}
	.new-footer-social-icons {
		width: 100%;
		justify-content: center!important;
		margin:0;
	}
	.new-footer-media-join {
		margin:0;
		justify-content: center;
	}
	.new-footer-card-icons {
		width: 100%;
		justify-content: center;
	}
	.new-footer-chat-icon {
		position: absolute;
		right: 0;
		top: 0;
	}
}

@media screen and (max-width: 919px) {
	.logo-img-container img {
		margin-left: 1em!important;
	}
	.wsmobileheader {
		top:1.5em!important;
	}
	
	.navbar-style .container-nav{
		width: 85%;
	}
	
	.nav-link-basket{
		display:none;
	}
	
	.nav-link-basket-lite{
		display: block !important;
	}
	
	.nav-basket-icon{
		width: 30px;
	}
	
	.nav-search-content{
		width: 100vw !important;
	}
	
	.nav-search-content-header{
		display: none;
	}
	
	.nav-search-content-active{
		display: inline !important;
		position: absolute;
		top: 79px;
		width: 100vw;
		left: 0;
		background: #153467;
	}
	
	.nav-search-content-lite{
		display: block;
	}
	
	.product-detail-container{
		flex-direction: column;
	}
	
	.product-detail{
		width: 100% !important;
	}
	
	.product-basket{
		width: 100% !important;
	}
	
	.product-image-container{
		width: auto !important;
	}
	
	.addToBasketRowTitle{
		width: 60% !important;
		padding-left: 15px;
	}
	
	.addToBasketRowAmount{
		width: 40% !important;
	}
	
	.item-box{
		padding: 20px 0px !important;
		margin: 0.5em 0em 0.5em 0 !important;
	}
	
	.add-to-card-phone{
	 	display: block !important;
	}
	 
	.add-to-card{
	 	display: none !important;
	}
}

@media screen and (max-width: 40em){
	.ui-fileupload-buttonbar .ui-button .ui-button-text {
    	display: block !important;
	}
}

@media screen and (max-width: 916px) {
	.wsmobileheader {
		top:1.5em;
	}
}

@media only screen and (max-width: 768px) {
  .banner-01 {
    height: auto !important;
  }
  
  .banner-01 img {
	width: 100% !important;
  }
  
  .home-sello{
	width: 175px;
    height: 150px;
	margin-bottom: 10px;
  }
	
  .home-mano{
	width: 175px;
    height: 150px;
    margin-bottom: 10px;
  }
}
