/*
 * Plugin: Web Slide Navigation System
 * Demo Link: http://webslidemenu.uxwing.com/
 * Author: UXWing
 * License: http://codecanyon.net/licenses/standard
*/

/*--------------------------------------------------------------------------
[Table of contents]

01 Base CSS
02 Desktop CSS
03 Tab CSS
04 Mobile CSS
05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
|  01  Base CSS
--------------------------------------------------------------------------*/

.wsmenu * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}
.wsmain html, .wsmain body, .wsmain iframe, .wsmain h1, .wsmain h2, .wsmain h3, .wsmain h4, .wsmain h5, .wsmain h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: inherit;
	vertical-align: baseline;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: antialiased;
	font-smooth: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
.wsmain .cl {
	clear: both;
}
.wsmain img, object, embed, video {
	border: solid 1px #adadad;
	max-width: 100%;
}
.wsmain a:focus {
	outline: none !important;
}
.wsmain:before, .wsmain:after {
	content: "";
	display: table;
}
.wsmain:after {
	clear: both;
}
/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/

.wsmobileheader {
	display: none;
}
.overlapblackbg {
	display: none;
}
.smllogo {
	padding: 9px 0px 0px 0px;
	margin: 0;
	float: left;
	width: 5%;
}
.smllogo a {
	display: block;
	float: left;
	padding: 0px 0px 0px 0px;
}
.topmenusearch {
	float: right;
	width: 100%;
	height: 42px;
	position: relative;
	margin: 9px 0px 0px 0px;
}
.topmenusearch .searchicon {
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
}
.topmenusearch input {
	width: 100%;
	position: relative;
	float: right;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: 15px;
	font-size: 12px;
	height: 42px;
	z-index: 2;
	outline: none;
	color: #7d7d7d;
	background-color: #e9ebef;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.topmenusearch input:focus {
	color: #000;
}
.topmenusearch input:focus ~ .btnstyle {
	background-color: #424242;
	color: #fff;
	opacity: 0.9;
}
.topmenusearch input:focus ~ .btnstyle .fa {
	color: #fff;
}
.topmenusearch input:focus ~ .searchicon {
	opacity: 1;
	z-index: 3;
	color: #FFFFFF;
}
.topmenusearch .btnstyle {
	top: 0px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 42px;
	line-height: 30px;
	cursor: pointer;
	color: #fff;
	z-index: 1000;
	background-color: #eeeeee;
	border: solid 0px;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	-webkit-border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	border-radius: 0px 2px 2px 0px;
}
.topmenusearch .btnstyle .fa {
	line-height: 38px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #9c9c9c;
}
.topmenusearch .btnstyle:hover {
	background-color: #fff;
}
.wsmain {
	width: 100%;
	margin: 0 auto;
	padding: 0px 0px;
	max-width: 95%;
	display: block
}


.wsmenu {
	position:relative;

	font-size: 14px;
	padding: 0px 0px 0px 0px;
	margin: 0px auto;
	width: 95%;
	float: left;
	border-left: 1px solid rgba(0, 0, 0, 0.0);
}

@media (max-width: 1600px) and (min-width: 990px) {
.wsmenu {
    float: right
}
}

@media (max-width: 1134px) and (min-width: 990px) {
.wsmenu {
    font-size: 12px;
}
}

.wsmenu-list {
	text-align: left;
	margin: 0 auto 0 auto;
	width: 100%;
	display: table;
	padding: 0px;
}
.wsmenu-list > li {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
}
.wsmenu-list > .wscarticon > a .fa.fa-shopping-basket {
	display: inline-block;
	font-size: 16px;
	line-height: inherit;
	margin-right: 5px;
	color: #7b7b7b;
}
.wsmenu-list > .wsshopmenu > a .fa.fa-angle-down {
	display: inline-block;
	font-size: 13px;
	line-height: inherit;
	margin-left: 11px;
	color: #7b7b7b;
}
.wsmenu-list li ul li a .fa.fa-angle-double-right {
	font-size: 12px;
	margin: 0 3px 0 -4px;
}
.wsmenu-list > li > a {
	display: block;
	color: #fff;
	padding: 0 26px 0 22px;
	line-height: 58px;
	text-decoration: none;
	position: relative;
}

@media only screen and (max-width: 1280px) {
.search-bar-hide {
    display:none!important
}
}

@media only screen and (max-width: 990px) {
.menu-section-hide {
    display:none!important
}
}

.wsmenu-list > li:hover > a{color:rgba(255, 255, 255, .8);}
.wsmenu-list > li > .navtext {
	line-height: 16px;
	text-align: right;
	padding:14px 10px;
	margin:0px 8px;
}



@media (max-width: 1600px) and (min-width: 1400px) {
.wsmenu-list > li > .navtext {
	padding:14px 7px;
    margin:0px 7px;
}
}

@media (max-width: 1399px) and (min-width: 1280px) {
.wsmenu-list > li > .navtext {
	padding:14px 1px;
    margin:0px 4px;
}
}

@media (max-width: 1279px) and (min-width: 1135px) {
.wsmenu-list > li > .navtext {
	padding:14px 0px;
    margin:0px 4px;
}
}

@media (max-width: 1134px) and (min-width: 990px) {
.wsmenu-list > li > .navtext {
	padding:14px 3px;
    margin:0px 5px;
}
}

.wsmenu-list > li:hover > a{color:rgba(255, 255, 255, .8);}
.wsmenu-list > li > .navhover {
	    padding: 14px 16px 40px 70px;

}

@media (max-width: 1600px) and (min-width: 1400px) {
.wsmenu-list > li > .navhover {
	    padding: 14px 8px 40px 45px;
}
}

@media (max-width: 1399px) and (min-width: 1280px) {
.wsmenu-list > li > .navhover {
	    padding: 14px 8px 40px 40px;
}
}

@media (max-width: 1134px) and (min-width: 990px) {
.wsmenu-list > li > .navhover {
	    padding: 14px 8px 40px 10px;
}
}

.wsmenu-list > li:hover > a{color:rgba(255, 255, 255, .8);}
.wsmenu-list > li > .navhover02 {
	    padding: 14px 16px 40px 70px;
		right:-65px

}

@media (max-width: 1600px) and (min-width: 1400px) {
.wsmenu-list > li > .navhover02 {
	    padding: 14px 8px 40px 45px;
right: -30px;
}
}

@media (max-width: 1399px) and (min-width: 1280px) {
.wsmenu-list > li > .navhover02 {
	    padding: 14px 12px 40px 40px;
right: -35px;
}
}

@media (max-width: 1134px) and (min-width: 990px) {
.wsmenu-list > li > .navhover02 {
	    padding: 14px 8px 40px 0px;
}
}


@media (max-width: 1280px) and (min-width: 990px) {
.wsmenu-list > li:hover > a{color:rgba(255, 255, 255, .8);}
.wsmenu-list > li > .navhover02 {
	    padding: 14px 16px 40px 0px;
		right:-10px

}
}

.wsmenu-list > li:hover > a{color:rgba(255, 255, 255, .8);}
.wsmenu-list > li > .navhover03 {
	    padding: 14px 16px 40px 70px;
		right:-46px

}

@media (max-width: 1600px) and (min-width: 1400px) {
.wsmenu-list > li > .navhover03 {
	    padding: 14px 16px 40px 45px;
right:-46px
}
}

@media (max-width: 1399px) and (min-width: 1280px) {
.wsmenu-list > li > .navhover03 {
	    padding: 14px 12px 40px 40px;
}
}

@media (max-width: 1280px) and (min-width: 990px) {
.wsmenu-list > li:hover > a{color:rgba(255, 255, 255, .8);}
.wsmenu-list > li > .navhover03 {
	    padding: 14px 16px 40px 70px;
		right:-10px
}
}

@media (max-width: 1134px) and (min-width: 990px) {
.wsmenu-list > li > .navhover03 {
	    padding: 14px 8px 40px 0px;
}
}

.wsmenu-list > li:hover > a{color:rgba(255, 255, 255, .8);}
.wsmenu-list > li > .navhover04 {
	    padding: 14px 16px 40px 70px;
		right:-130px

}

@media (max-width: 1600px) and (min-width: 1280px) {
.wsmenu-list > li > .navhover04 {
	    padding: 14px 8px 40px 30px;
		right:-55px
}
}

@media (max-width: 1280px) and (min-width: 990px) {
.wsmenu-list > li:hover > a{color:rgba(255, 255, 255, .8);}
.wsmenu-list > li > .navhover04 {
	    padding: 14px 8px 40px 10px;
		right:-10px

}
}


.wsmenu-list > li > .navhover05 {
	    position: relative;
    right: -140px;
    top: -5px;
}

@media (max-width: 1600px) and (min-width: 1400px) {
.wsmenu-list > li > .navhover05 {
	    position: relative;
    right: -85px;
    top: -5px;
}
}

@media (max-width: 1399px) and (min-width: 1280px) {
.wsmenu-list > li > .navhover05 {
	    position: relative;
    right: -85px;
    top: -5px;
}
}

@media (max-width: 1280px) and (min-width: 990px) {
.wsmenu-list > li > .navhover05 {
    position: relative;
    right: -15px;
    top: -5px;
}
}


.wsmenu-list > li > .navtext > span + span:after {
	color: #fff;
	content: "\f107";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 14px;
	font-weight: 100;
	line-height: 10px;
	margin-left: 1px;
	position: relative;
	right: -8px;
	text-align: right;
	top: 1px;
}
.wsmenu-list > li > .navtext > span {
	display: block;
	font-size: 11px;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	line-height: 16px;
	color: #9e9e9e;
}
.wsmenu-list > li > .navtext > span + span {
	white-space: nowrap;
	font-size: 14px;

	color: #fff;
}

@media (max-width: 1134px) and (min-width: 990px) {
.wsmenu-list > li > .navtext > span + span {
	font-size: 12px;
}
}

.wsmenu-list li a:hover .arrow:after {
	border-top-color: #b3b3b3
}
.wsmenu-list li a.active .arrow:after {
	border-top-color: #b3b3b3
}
.wsmenu-list li:hover>a .arrow:after {
	border-top-color: #b3b3b3
}
.megamenu iframe {
	width: 100%;
	margin-top: 10px;
	min-height: 200px;
}
.megamenu video {
	width: 100%;
	margin-top: 10px;
	min-height: 200px;
}
.wsmenu-list > li.socialicon {
	float: left;
}
.wsmenu-list > li.socialicon a {
	width: 38px;
	padding: 0px 10px
}
.wsmenu-list > li.socialicon a .fa {
	font-size: 15px;
	color: #898d91;
	text-align: center;
}
.wsmenu-list > li.wsshopmyaccount {
	float: right;
}
.wsmenu-list > .wsshopmyaccount > a .fa.fa-angle-down {
	display: inline-block;
	font-size: 13px;
	line-height: inherit;
	margin-left: 8px;
	color: #7b7b7b;
}
.wsmenu-list > .wsshopmyaccount > a .fa.fa-align-justify {
	display: inline-block;
	font-size: 16px;
	line-height: inherit;
	margin-right: 11px;
	color: #7b7b7b;
}
.wsmenu-list > li.wssearchbar {
	width: 41%;
	float: left;
	padding-left: 15px;
}
.wsmenu-list > li.wscarticon {
	float: right;
	clear: right;
}
.wsmenu-list > li.wscarticon a {
	padding: 0px 27px 0px 22px;
	text-align: center;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.mobiletext {
	display: none;
}
.wsmenu-list > li.wscarticon a .fa {
	font-size: 15px;
}
.wsmenu-list > li.wscarticon em.roundpoint {
	position: absolute;
	top: 14px;
	right: 21px;
	width: 17px;
	height: 17px;
	background-color: #ef5026;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 9px;
	text-align: center;
	font-style: normal;
	line-height: 16px !important;
	color: #fff;
}
.wsmenu-list li > .wsmenu-submenu {
	transform: translateY(35px);
	transition: all .3s ease;
	visibility: hidden;
}
.wsmenu-list li:hover > .wsmenu-submenu {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.wsmenu-submenu li > .wsmenu-submenu-sub {
	transform: translateY(35px);
	transition: all .3s ease;
	visibility: hidden;
}
.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
	transform: translateY(35px);
	transition: all .3s ease;
	visibility: hidden;
}
.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.wsmenu-list li > .megamenu {
	transform: translateY(35px);
	transition: all .3s ease;
	visibility: hidden;
	    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.59);
}
.wsmenu-list li:hover > .megamenu {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.wsmenu-submenu {
	position: absolute;
	min-width: 176px;
	top: 58px;
	z-index: 1000;
	margin: 0px;
	padding: 0px;
	border: solid 1px #eeeeee;
	background-color: #fff;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.wsmenu-submenu li a {
	background: #fff !important;
	background-image: none !important;
	color: #666666 !important;
	border-right: 0 none !important;
	text-align: left;
	display: block;
	line-height: 22px;
	padding: 8px 12px;
	text-transform: none;
	font-size: 12px;
	letter-spacing: normal;
	border-right: 0px solid;
	border-bottom: 1px solid #f5f5f5;
}
.wsmenu-submenu li {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.wsmenuexpandermain {
	display: none;
}
.wsmenu-list li:hover .wsmenu-submenu {
	display: block;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
	min-width: 220px;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.4s, opacity 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
	opacity: 1;
	list-style: none;
	padding: 0px;
	border: solid 1px #eeeeee;
	background-color: #fff;
}
.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
	display: block;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
	min-width: 220px;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.4s, opacity 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
	opacity: 1;
	list-style: none;
	padding: 0px;
	border: solid 1px #eeeeee;
	background-color: #fff;
}
.wsmenu-submenu li {
	position: relative;
	padding: 0px;
	margin: 0px;
	display: block;
}
.wsmenu-click {
	display: none;
}
.wsmenu-click02 {
	display: none;
}
.wsmenu-submenu .fa {
	margin-right: 11px;
	font-size: 15px;
}
.carousel-control i.fa {
	top: 48%;
	position: absolute;
	font-size: 33px;
	margin-left: -5px;
}
.carousel-inner .carousel-caption h3 {
	font-size: 18px;
	font-weight: bold;
}
.wsshopmenu span {
	font-weight: bold;
}
.wsmenu-list > .wsshopmenu > a .fa.fa-shopping-basket {
	display: inline-block;
	font-size: 13px;
	line-height: inherit;
	margin-right: 8px;
	color: #7b7b7b;
}
.wtsdepartmentmenu {
	background: #fff;
	border-bottom: solid 1px #d1d3d4;
}
.wtsbrandmenu {
	background: #ffffff;
	border-bottom: solid 1px #d1d3d4;
}






.wsmenu-list li:hover .megamenu {
	opacity: 1;
}
.megamenu {
	width: 74%;
	
	position: absolute;
	top: 60px;
	color: #000;
	z-index: 1000;
	margin: 0px;
	text-align: left;
	padding: 14px;
	font-size: 15px;
	border: solid 1px #eeeeee;
	background-color: #fff;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    right:10%
}
.megamenu .title {
	
	font-size: 13px;
	padding: 9px 5px 9px 0px;
	font-size: 13px;
	color: #606060;
	margin: 0px 0px 7px 0px;
	text-align: left;
	height: 39px;
	margin:0px 0px 10px 0px;
}


.halfmenu {
	width: 10%;
    right: 90%;
    left: 90%;
}
.halfmenu .megacollink {
	width: 48%;
	float: left;
	margin: 0% 1%;
}
.halfdiv {
	width: 30%;
	right: auto;
	left: auto;
}
.halfdiv03 {
	width: 25%;
	right: auto;
	left: auto;
}













.wsshoptabing {
	width: 74%;
	text-align: left;
	margin: 0px;
	padding:0px ;
	position: absolute;

	background-color: #f8f8f8;


	border-top:solid 0px;
	visibility: hidden;
	opacity: 0;
	z-index:101;
	transform: translateY(35px);
	transition: all .3s ease;
	right:10%
}
.btnlearn {
	font-size: 15px;
	text-align: center;
	line-height: 44px;
	height: 44px;
	display: block;
	float: left;
	padding: 0px 15px;
	background-color: #0056b9;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin-top: 5px;
}
.btnlearn:hover {
	color: #fff;
	text-decoration: none;
}

.wstitemright{
	/*min-height:100%;*/
	opacity:0;
	visibility:hidden;
	position:absolute;
	right:0px;
	top:0px;
	background-color:#f8f8f8;
	color:#000;
	display: block;
    float: left;
    padding: 0px 20px 0px 20px ;
    width: 83%;
	overflow:visible;
	min-height: 634px;
	}

.wstabitem {
	 display:block; margin:0px; padding:0px; font-size:12px; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.59);
}


.wstabitem > li {
	width:100%;
	list-style: none;

}

.wstabitem li:before, .wstabitem li:after{content: ""; display: table;}.wstabitem li:after{clear: both;}
/*.wsmenu-list > li:hover > .wsshoptabing > .wstabitem li.wsshoplink-active .wstitemright{opacity: 1; visibility: visible;}*/
.wsmenu-list > li:hover > .wsshoptabing .wsshopwp > .wstabitem li.wsshoplink-active .wstitemright{opacity: 1; visibility: visible;}
.wsshoptabing > .wsshopwp{width: 100%; display: block; position: relative; height:100%}

.wstabitem > li > a {
	display: block;
	padding: 13px 11px;
	font-size: 13px;
	color: #606060;
	border-bottom: solid 1px #e5e5e5;
	width:17%;
	float:left;
	position:relative;
	border-left:3px solid #fff;
	background-color:#fff;
}

@media (max-width:1399px) and (min-width:1200px) {
.wstabitem > li > a {
	padding: 13.5px 11px;

}
}

@media (max-width:1199px) and (min-width:992px) {
.wstabitem > li > a {
	padding: 14.3px 11px;

}
}
.covid {
	color: #ff0000!important
}

.covid > li.wsshoplink-active > a{
	color: #ff0000!important
	}

.wstabitem > li:hover a {
	text-decoration: none;

}
.wstabitem .wsshoplink-active a {
	text-decoration: none;
}
.wstabitem > li:hover > a {
	text-decoration: none;
}
.wstabitem > li > a .fa {
	color: #848484;
	margin-right: 5px;
	text-align: center;
	width: 25px;
	font-size: 16px;
}
.wstmegamenucoll {
	width: 75%;
	float: left;
	padding-right: 27px;
}
.wstmegamenucolr {
	width: 25%;
	float: right;
	text-align: right;
}
.wstmegamenucoll01 {
	width: 64%;
	float: left;
	padding-left: 0px;
}
.wstmegamenucolr02 {
	width: 35%;
	float: left;
	text-align: right;
}
.wsmenu>.wsmenu-list>li .wstmegamenucolr03 {
  padding-top: 10px;
  padding-left: 20px;
}

.wstmegamenucoll04 {
	width: 75%;
	float: right;
	padding-left: 27px;
}
.wstheading {
	width: 100%;
	display: block;
	padding: 8px 0px 5px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	border-bottom: solid 0px #d9d9d9;
	/*margin-bottom: 7px;*/
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wstliststy01 {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.wstliststy01 li {
	width: 33.33%;
	float: left;
	line-height: 23px;
	font-size: 14px;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.wstliststy01 li a {
	color: #6e6e6e;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wstliststy01 li a:hover {
	color: #000;
	text-decoration: none;
}

.corporate-solutions-menu a {
    color: #6e6e6e!important;
    font-size: 13px!important;
}

.corporate-solutions-menu a:hover {
	color: #000!important;
	text-decoration: none;
}

.wstinnerwp{height: auto; position: relative; width: 100%;}
.wstinnerwp:before, .wstinnerwp:after{content: ""; display: table;}
.wstinnerwp:after{clear: both;}

.wstliststy02 {
	width: 25%;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	float: left;
	text-align:left;
}
.wstliststy02 li {
	width: 100%;
	list-style: none;
	line-height: 24px;
}
.wstliststy02 li a {
	color: #6e6e6e;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wstliststy02 li a:hover {
	color: #000;
	text-decoration: none;
}
.wstliststy02 li.wstheading {
	line-height: normal;
}
.wstliststy02 li a .wstcount {
	font-size: 10px;
	color: #adadad;
}

.wstliststysocialmedia{
	width: 105%;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	text-align:left;
}

.wstliststy06{
	width: 50%;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	float: left;
	text-align:left;
}
.wstliststy06 li {
	width: 100%;
	list-style: none;
	line-height: 24px;
}
.wstliststy06 li a {
	color: #6e6e6e;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wstliststy06 li a:hover {
	color: #000;
	text-decoration: none;
}
.wstliststy06 li.wstheading {
	line-height: normal;
}
.wstliststy06 li a .wstcount {
	font-size: 10px;
	color: #adadad;
}

.corporate-padding {
	padding: 9px 16px
}

.wstliststy03 {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.wstliststy03 li {
	width: 33.33%;
	float: left;
	line-height: 23px;
	font-size: 14px;
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
.wstliststy03 li a {
	color: #6e6e6e;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wstliststy03 li a:hover {
	color: #000;
	text-decoration: none;
}
.wsmenu>.wsmenu-list>li .wstliststy04 {
  padding: 14px 0px 0px 0px;
  margin: 0px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li {
  width: 100%;
  list-style: none;
  line-height: 22px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a {
  color: #6e6e6e;
  font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a:hover {
  color: #000;
  text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li.wstheading {
  line-height: normal;
  text-align: center;
  padding: 8px 0px;
  font-size: 13px;
/*margin-bottom: 12px;*/
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a .wstcount {
  font-size: 10px;
  color: #adadad;
}

.wstliststy05 {
	width: 100%;
	padding: 0px 20px 0px 0px;
	margin: 0px;
	float: left;
	margin-bottom:9px;
	height:584px
}
.wstliststy05 li {
	width: 100%;
	list-style: none;
}
.wstliststy05 li a {
	color: #6e6e6e;
	font-size: 13px;
}
.wstliststy05 li a:hover {
	color: #000;
	text-decoration: none;
}
.wstliststy05 li.wstheading {
	line-height: normal;
}
.wstliststy05 li a .wstcount {
	font-size: 10px;
	color: #adadad;
}
.wstmorebtn {
	border-radius: 2px;
	color: #9b9b9b;
	display: inline-block;
	float: right;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0;
	padding: 1px 7px;
	text-align: right;
	text-transform: none;
}
.wstmenutag {
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	border-radius: 2px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 1px 6px 1px 6px;
	margin-left: 6px;
	text-transform: none;
	letter-spacing: -0.0px;
}
.wstmenutag:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-style: solid;
	border-width: 3px;
	content: "";
	left: -6px;
	margin-top: 0px;
	position: absolute;
	top: 4px;
	z-index: 1;
}
.wstmenutag.redtag {
	background-color: #ba1609;
    z-index: 0
}
.wstmenutag.redtag:after {
	border-color: transparent #ba1609 transparent transparent;
    z-index: 0
}
.wstmenutag.greentag {
	background-color: #00c853;
}
.wstmenutag.greentag:after {
	border-color: transparent #00c853 transparent transparent;
}
.wstmenutag.bluetag {
	background-color: #2ca0da;
    z-index: 0
}
.wstmenutag.bluetag:after {
	border-color: transparent #2ca0da transparent transparent;
    z-index: 0
}

.wstmenutag.blue2tag {
	background-color: #007ae5;
    z-index: 0
}
.wstmenutag.blue2tag:after {
	border-color: transparent #007ae5 transparent transparent;
    z-index: 0
}
.wstmenutag.orangetag {
	background-color: #ef5026;
    z-index: 0
}
.wstmenutag.orangetag:after {
	border-color: transparent #ef5026 transparent transparent;
    z-index: 0
}

.wstmenutag.blacktag {
	background-color: #000000;
    z-index: 0
}
.wstmenutag.blacktag:after {
	border-color: transparent #000000 transparent transparent;
    z-index: 0
}

.wstadsize01 {
	width:50%;
	float: left;
	margin: 15px 0px 5px 0px;
}
.wstadsize02 {
	width:50%;	
	float: right;
	margin: 15px 0px 5px 0px;
}

.kitchenmenuimg{
	background-image: url(../images/kitchen-menu-img.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.wsmenu>.wsmenu-list>li .kitchenmenuimg {
    background-image: url(../images/kitchen-menu-img.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

@media (max-width:1399px) and (min-width:1200px) {
.wsmenu>.wsmenu-list>li .kitchenmenuimg {
    background-image: url(../images/kitchen-menu-img-02.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
}

}

@media (max-width:1199px) and (min-width:992px) {
	
.wsmenu>.wsmenu-list>li .kitchenmenuimg {
    background-image: url(../images/kitchen-menu-img-03.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

}

.computermenubg {
	background-image: url(../images/computer-menu-img.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.wstpngsml{
	padding-left: 18px;
}
.wstfullwtag {
	width: 100%;
	display: block;
	border-bottom: solid 1px #e5e5e5;
	background-color: #f5f5f5;
}


.wstbrandbottom{
	width: 100%;
	background-color: #fff;
    display: block;
    opacity: 0;
    position: absolute;
    right: 0;
    visibility: hidden;
    padding:9px 20px;
	
	}
	

.wsmenu-list > li:hover > .wtsbrandmenu > .wsshoptabingwp > .wstabitem02 > li.wsshoplink-active > .wstbrandbottom {opacity:1; visibility:visible; }
 
	

.wstabitem02 {
	width: 100%;
	padding: 0px;
	margin: 0px 0px;
	list-style: none;
	display: table;
}
.wstabitem02 > li {
	 display: table-cell;
    list-style: outside none none;
    text-align: center;
}
.wstabitem02 > li > a {
	display:block;
	padding:14px 0px;
	font-size: 13px;
	color: #606060;
	background-color: #f4f4f4;
    border-bottom: 1px solid #e5e5e5;
	position:relative;
}
.wstabitem02 > li:hover a {
	text-decoration: none;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}
.wstabitem02 > .wsshoplink-active a {
	text-decoration: none;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}
.wstabitem02 > li:hover a {
	text-decoration: none;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0px 0px 4px;
	border-radius: 4px 0px 0px 4px;
}
.wstabitem02 > li > a .fa {
	/*color: #848484;*/
	margin-right: 5px;
	text-align: center;
	width: 25px;
	font-size: 17px;
}

.brandcolor01{color:#424242;}
.brandcolor02{color:#00bcf2;}
.brandcolor03{color:#00aff0;}
.brandcolor04{color:#003087;}
.brandcolor05{color:#a82400;}
.brandcolor06{color:#ff3300;}
.brandcolor07{color:#7ac142;}
.brandcolor08{color:#ef4056;}
 

/*--------------------------------------------------------------------------
|  03 Tab CSS
--------------------------------------------------------------------------*/ 

 @media only screen and (min-width: 1024px) and (max-width:1280px) {
.kitchenmenuimg{background-image:none;}
.computermenubg{background-image:none;}
 
.wsmenu-list li a .arrow:after {
	display: none !important;
}
.wsmenu-list > li > a {
	padding-left: 12px !important;
	padding-right: 12px !important;
}
.wsmain {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.menu_form input[type="submit"] {
	width: 40% !important;
}
.menu_form input[type="button"] {
	width: 40% !important;
}
.wstmegamenucoll {
	width: 64%;
}
.wstmegamenucolr {
	width: 36%;
}
.wsshoptabingwp {
	width: 96%;
	margin: 0% 2%;
}
.wstliststy01 li {
	width: 50%;
}
.wstliststy02 {
	width: 50%;
}
.wstadsize01 img {
	width: 100%;
}
.wstadsize02 img {
	width: 100%;
}
.wstadsize01 {
	width: 50%;
}
.wstadsize02 {
	width: 50%;
}
.wstliststy02 > li > img {
	display: none;
}
.wstliststy03 li {
	width: 50%;
}
.wstmegamenucoll01 {
	width: 100%;
	padding: 0px;
}
.wstliststy04 > li > img {
	width: 100%;
}
.wstmegamenucoll04 {
	width: 100%;
	margin: 0%;
	padding: 0px;
}
.wssearchbar {
	width: 31% !important;
}
}

.smllogo {
	padding: 13px 6px 0px 0px;
}
.wsmenu-list li a .arrow:after {
	display: none;
}

.wsmain {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
}
.wsmenu-list > li.socialicon {
	display: none !important;
}
.megacollink {
	width: 48%;
	margin: 1% 1%;
}
.typographylinks {
	width: 48%;
	margin: 1% 1%;
}
.menu_form input[type="submit"] {
	width: 40% !important;
}
.menu_form input[type="button"] {
	width: 40% !important;
}
.wsmenu-list > li > a .fa {
	display: none;
}
.wsmenu-list > li > a .fa.fa-home {
	display: block !important;
}
.halfmenu .megacollink {
	width: 100%;
	margin: 0px;
}
.wstmegamenucoll {
	width: 51%;
	padding: 0px;
}
.wstmegamenucolr {
	width: 49%;
}
.wsshoptabingwp {
	width: 96%;
	margin: 0% 2%;
}
.wstliststy01 li {
	width: 33.33%;
}
.wstliststy02 {
	width: 100%;
}
.wstadsize01 img {
	width: 100%;
}
.wstadsize02 img {
	width: 100%;
}
.wstadsize01 {
	width: 100%;
}
.wstadsize02 {
	width: 100%;
}
.wstliststy02 > li > img {
	display: none;
}
.wstliststy03 li {
	width: 50%;
}
.wstmegamenucoll01 {
	width: 100%;
	padding: 0px;
}
.wstliststy04 {
	width: 100%;
	margin: 0% 2%;
}
.wstliststy04 > li > img {
	width: 100%;
}

.wstmegamenucoll04 {
	width: 100%;
	margin: 0%;
	padding: 0px;
}
.wssearchbar {
	width: 20% !important;
}
.wstliststy05 {
	width: 100%;
	margin-bottom: 15px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 {
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

.kitchenmenuimg{
	background-image:none;}

.computermenubg{
	background-image:none;} 
	
.wstabitem li a .fa {
	display: none;
}


@media (max-width: 1134px) and (min-width: 990px) {
.wsmenu-list > li > a {
	white-space: nowrap !important;
	padding-left: 6px !important;
	padding-right: 9px !important;
}
}

@media only screen and (min-width: 920px) {
.wsmenu-list li:hover > .wsmenu-submenu {
	display: block !important;
}
.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
	display: block !important;
}
.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
	display: block !important;
}
.wsmenu-list li:hover > .megamenu {
	display: block !important;
}
.wsmenu-list > li:hover .wsshoptabing {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
 

.wstabitem > li.wsshoplink-active > a{
	background-color:#f8f8f8;
	color:#555555;
	border-left:3px solid #ef5026;
	}
	
.wstabitem > li.wsshoplink-active > a > .fa{
	color:#555555;
	}
 
 
.wstabitem02 > .wsshoplink-active > a:after {
	position: absolute;
	content: '';
	top:40px;
	right: 50%;
	width: 13px;
	height: 13px;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	z-index: 100;
	background-color: #ffffff;
}
}


/*--------------------------------------------------------------------------
|  05 Additional Themes (Optionnal)
--------------------------------------------------------------------------*/ 

.gry {
	background-color: #424242 !important;
	color: #fff;
}
.red {
	background-color: #ef5026 !important;
	color: #fff;
}
.orange {
	background-color: #ff9334 !important;
	color: #fff;
}
.blue {
	background-color: #31a8e6 !important;
	color: #fff;
}
.green {
	background-color: #27ae60 !important;
	color: #fff;
}
.yellow {
	background-color: #F6BB42 !important;
	color: #fff;
}
.purple {
	background-color: #967ADC !important;
	color: #fff;
}
.pink {
	background-color: #ff3366 !important;
	color: #fff;
}
.gry > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #fff !important;
}
.gry > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #fff !important;
}
.gry > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff !important;
}
.gry > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}
.red > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #fff !important;
}
.red > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #fff !important;
}
.red > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff !important;
}
.red > .wsmain > .wsmenu > .wsmenu-list > li > a .fa {
	color: #fff;
}
.red > .wsmain > .wsmenu > .wsmenu-list > li.wscarticon em.roundpoint {
	background-color: #424242 !important;
}
.red > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}
.orange > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #fff !important;
}
.orange > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #fff !important;
}
.orange > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff !important;
}
.orange > .wsmain > .wsmenu > .wsmenu-list > li > a .fa {
	color: #fff;
}
.orange > .wsmain > .wsmenu > .wsmenu-list > li.wscarticon em.roundpoint {
	background-color: #424242 !important;
}
.orange > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}
.blue > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #fff !important;
}
.blue > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #fff !important;
}
.blue > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff !important;
}
.blue > .wsmain > .wsmenu > .wsmenu-list > li > a .fa {
	color: #fff;
}
.blue > .wsmain > .wsmenu > .wsmenu-list > li.wscarticon em.roundpoint {
	background-color: #424242 !important;
}
.blue > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}
.green > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #fff !important;
}
.green > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #fff !important;
}
.green > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff !important;
}
.green > .wsmain > .wsmenu > .wsmenu-list > li > a .fa {
	color: #fff;
}
.green > .wsmain > .wsmenu > .wsmenu-list > li.wscarticon em.roundpoint {
	background-color: #424242 !important;
}
.green > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}
.yellow > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #454545 !important;
}
.yellow > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #454545 !important;
}
.yellow > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #454545 !important;
}
.yellow > .wsmain > .wsmenu > .wsmenu-list > li > a .fa {
	color: #454545;
}
.yellow > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}
.purple > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #fff !important;
}
.purple > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}
.purple > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #fff !important;
}
.purple > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff !important;
}
.purple > .wsmain > .wsmenu > .wsmenu-list > li > a .fa {
	color: #fff;
}
.purple > .wsmain > .wsmenu > .wsmenu-list > li.wscarticon em.roundpoint {
	background-color: #424242 !important;
}
.pink > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #fff !important;
}
.pink > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #fff !important;
}
.pink > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff !important;
}
.pink > .wsmain > .wsmenu > .wsmenu-list > li > a .fa {
	color: #fff;
}
.pink > .wsmain > .wsmenu > .wsmenu-list > li.wscarticon em.roundpoint {
	background-color: #424242 !important;
}
.pink > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}
.tranbg {
	background-color: transparent !important;
}
.whitebg {
	background-color: #fff !important;
}
.whitebg:hover {
	color: #000 !important;
}
.pm_buttoncolor .wsmenu-list > li > a .fa {
	color: #fff !important;
}
.pm_buttoncolor03 .wsmenu-list > li:hover>a .fa {
	color: #fff !important;
}
.pm_buttoncolor .wsmenu-list li a .arrow:after {
	border-top-color: #fff;
}
.blue-grdt {
	background: #5999ee;
	background: -moz-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5999ee), color-stop(100%, #4a89dc));
	background: -webkit-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
	background: -o-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
	background: -ms-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5999ee', endColorstr='#4a89dc', GradientType=0 );
	color: #fff;
}
.gry-grdt {
	background: #565656;
	background: -moz-linear-gradient(top, #565656 0%, #424242 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #424242));
	background: -webkit-linear-gradient(top, #565656 0%, #424242 100%);
	background: -o-linear-gradient(top, #565656 0%, #424242 100%);
	background: -ms-linear-gradient(top, #565656 0%, #424242 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#424242', GradientType=0 );
	color: #fff;
}
.green-grdt {
	background: #86ba3d;
	background: -moz-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86ba3d), color-stop(100%, #74a52e));
	background: -webkit-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
	background: -o-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
	background: -ms-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ba3d', endColorstr='#74a52e', GradientType=0 );
	color: #fff;
}
.red-grdt {
	background: #f05c48;
	background: -moz-linear-gradient(top, #f05c48 0%, #ef5026 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f05c48), color-stop(100%, #ef5026));
	background: -webkit-linear-gradient(top, #f05c48 0%, #ef5026 100%);
	background: -o-linear-gradient(top, #f05c48 0%, #ef5026 100%);
	background: -ms-linear-gradient(top, #f05c48 0%, #ef5026 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c48', endColorstr='#ef5026', GradientType=0 );
	color: #fff;
}
.orange-grdt {
	background: #fc7d33;
	background: -moz-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc7d33), color-stop(100%, #ff670f));
	background: -webkit-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
	background: -o-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
	background: -ms-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7d33', endColorstr='#ff670f', GradientType=0 );
	color: #fff;
}
.yellow-grdt {
	background: #ffcd67;
	background: -moz-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcd67), color-stop(100%, #f6bb42));
	background: -webkit-linear-gradient(top, #ffcd67 0%, #ff670f 100%);
	background: -o-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
	background: -ms-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd67', endColorstr='#f6bb42', GradientType=0 );
	color: #fff;
}
.purple-grdt {
	background: #a98ded;
	background: -moz-linear-gradient(top, #a98ded 0%, #967adc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a98ded), color-stop(100%, #967adc));
	background: -webkit-linear-gradient(top, #a98ded 0%, #967adc 100%);
	background: -o-linear-gradient(top, #a98ded 0%, #967adc 100%);
	background: -ms-linear-gradient(top, #a98ded 0%, #967adc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98ded', endColorstr='#967adc', GradientType=0 );
	color: #fff;
}
.pink-grdt {
	background: #fb3ea4;
	background: -moz-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb3ea4), color-stop(100%, #f21b8f));
	background: -webkit-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
	background: -o-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
	background: -ms-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3ea4', endColorstr='#f21b8f', GradientType=0 );
	color: #fff;
}
.tranbg {
	background-color: transparent !important;
	box-shadow:none !important;
}
.red-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #fff !important;
}
.red-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #fff !important;
}
.red-grdt > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff !important;
}
.red-grdt > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}

.gry-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #fff !important;
}


.gry-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #fff !important;
}
.gry-grdt > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff !important;
}

.gry-grdt > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}

.blue-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #fff !important;
}
.blue-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #fff !important;
}
.blue-grdt > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff !important;
}
.blue-grdt > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}
.green-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #fff !important;
}
.green-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #fff !important;
}
.green-grdt > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff !important;
}
.green-grdt > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}
.orange-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #fff !important;
}
.orange-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #fff !important;
}
.orange-grdt > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff !important;
}
.orange-grdt > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}
.yellow-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #fff !important;
}
.yellow-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #fff !important;
}
.yellow-grdt > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff !important;
}
.yellow-grdt > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}
.purple-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #fff !important;
}
.purple-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #fff !important;
}
.purple-grdt > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff !important;
}
.purple-grdt > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}
.pink-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span {
	color: #fff !important;
}
.pink-grdt > .wsmain > .wsmenu > .wsmenu-list > li > .navtext > span + span:after {
	color: #fff !important;
}
.pink-grdt > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff !important;
}
.pink-grdt > .wsmain > .wsmenu > .wsmenu-list li .wsmenu-click{
	border-color:rgba(0,0,0,0.18) !important;
}
 @media only screen and (max-width: 920px) {
.tranbg {
	background-color: #fff !important;
}
.red-grdt > .wsmenu > .wsmenu-list > li > a > .fa {
	color: #fff !important;
}
.blue-grdt > .wsmenu > .wsmenu-list > li > a > .fa {
	color: #fff !important;
}
.orange-grdt > .wsmenu > .wsmenu-list > li > a > .fa {
	color: #fff !important;
}
.green-grdt > .wsmenu > .wsmenu-list > li > a > .fa {
	color: #fff !important;
}
.purple-grdt > .wsmenu > .wsmenu-list > li > a > .fa {
	color: #fff !important;
}
.pink-grdt > .wsmenu > .wsmenu-list > li > a > .fa {
	color: #fff !important;
}
.pm_buttoncolor > .wsmain > .wsmenu > .wsmenu-list > li > a {
	color: #fff;
}
.blue-grdt .wsmain {
	background: #5999ee;
	background: -moz-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5999ee), color-stop(100%, #4a89dc));
	background: -webkit-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
	background: -o-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
	background: -ms-linear-gradient(top, #5999ee 0%, #4a89dc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5999ee', endColorstr='#4a89dc', GradientType=0 );
	color: #fff;
}
.gry-grdt .wsmain {
	background: #565656;
	background: -moz-linear-gradient(top, #565656 0%, #424242 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #424242));
	background: -webkit-linear-gradient(top, #565656 0%, #424242 100%);
	background: -o-linear-gradient(top, #565656 0%, #424242 100%);
	background: -ms-linear-gradient(top, #565656 0%, #424242 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#424242', GradientType=0 );
	color: #fff;
}
.green-grdt .wsmain {
	background: #86ba3d;
	background: -moz-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #86ba3d), color-stop(100%, #74a52e));
	background: -webkit-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
	background: -o-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
	background: -ms-linear-gradient(top, #86ba3d 0%, #74a52e 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86ba3d', endColorstr='#74a52e', GradientType=0 );
	color: #fff;
}
.red-grdt .wsmain {
	background: #f05c48;
	background: -moz-linear-gradient(top, #f05c48 0%, #ef5026 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f05c48), color-stop(100%, #ef5026));
	background: -webkit-linear-gradient(top, #f05c48 0%, #ef5026 100%);
	background: -o-linear-gradient(top, #f05c48 0%, #ef5026 100%);
	background: -ms-linear-gradient(top, #f05c48 0%, #ef5026 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05c48', endColorstr='#ef5026', GradientType=0 );
	color: #fff;
}
.orange-grdt .wsmain {
	background: #fc7d33;
	background: -moz-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc7d33), color-stop(100%, #ff670f));
	background: -webkit-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
	background: -o-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
	background: -ms-linear-gradient(top, #fc7d33 0%, #ff670f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7d33', endColorstr='#ff670f', GradientType=0 );
	color: #fff;
}
.yellow-grdt .wsmain {
	background: #ffcd67;
	background: -moz-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcd67), color-stop(100%, #f6bb42));
	background: -webkit-linear-gradient(top, #ffcd67 0%, #ff670f 100%);
	background: -o-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
	background: -ms-linear-gradient(top, #ffcd67 0%, #f6bb42 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd67', endColorstr='#f6bb42', GradientType=0 );
	color: #fff;
}
.purple-grdt .wsmain {
	background: #a98ded;
	background: -moz-linear-gradient(top, #a98ded 0%, #967adc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a98ded), color-stop(100%, #967adc));
	background: -webkit-linear-gradient(top, #a98ded 0%, #967adc 100%);
	background: -o-linear-gradient(top, #a98ded 0%, #967adc 100%);
	background: -ms-linear-gradient(top, #a98ded 0%, #967adc 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a98ded', endColorstr='#967adc', GradientType=0 );
	color: #fff;
}
.pink-grdt .wsmain {
	background: #fb3ea4;
	background: -moz-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fb3ea4), color-stop(100%, #f21b8f));
	background: -webkit-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
	background: -o-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
	background: -ms-linear-gradient(top, #fb3ea4 0%, #f21b8f 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb3ea4', endColorstr='#f21b8f', GradientType=0 );
	color: #fff;
}
.gry .wsmain {
	background-color: #424242 !important;
	color: #fff;
}
.red .wsmain {
	background-color: #ef5026 !important;
	color: #fff;
}
.orange .wsmain {
	background-color: #ff9334 !important;
	color: #fff;
}
.blue .wsmain {
	background-color: #31a8e6 !important;
	color: #fff;
}
.green .wsmain {
	background-color: #27ae60 !important;
	color: #fff;
}
.yellow .wsmain {
	background-color: #F6BB42 !important;
	color: #fff;
}
.purple .wsmain {
	background-color: #967ADC !important;
	color: #fff;
}
.pink .wsmain {
	background-color: #ff3366 !important;
	color: #fff;
}
}



.plugandplay {
    background-image:url('../images/navbar-plugandplay.jpg') ;

	background-position: bottom right;
	background-repeat: no-repeat;
}

.androidad {
    background-image:url('../images/navbar-android-ad.jpg') ;

	background-position: bottom right;
	background-repeat: no-repeat;
}

 @media (max-width: 992px) {
.wsmain {
	width: 270px;
	left: -270px;
	height: 100%;
	position: fixed;
	top: 0;
	margin: 0;
	float: none;
	border-radius: 0px;
	z-index: 103;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: none !important;
	background-color: #fff !important;
	display: none
}
}

#dropdownimg {
    width:500px ;
    height:100% ;
    position:relative ;
}

#plugplay, #androidad, #androidfree, #posad, #promonad, #highbrightad, #ultrahighbrightad, #outdoorad, #outdoorfree, #networkdropdown, #networkad, #networkfree, #networkpos, #newtorkdmb, #newtorkpromon, #networkhighbright, #networkuhb, #networkoutdoorad, #networkoutdoorfree, #posdropdown, #pos-ad, #pos-net, #pos-pcap, #pos-mon, #menudmb, #menupromon, #menuandad, #menuandnet, #highbrighthb, #highbrightuhb, #highbrightoutad, #highbrightoutfree, #promondropdown, #promonpro, #promonlarge, #promonpos, #videowalldropdown, #videowallvideo, #videowallpromon, #touchdropdown, #touchpcap, #touchpcapmirror, #touchinfrafree, #touchinteractive, #touchpos, #touchkiosk, #outdoordropdown, #outdooroutad, #outdooroutfree, #mediadropdown, #mediastand, #medianet, #medialive, #industriesretail, #industrieseducation, #industriessystem, #industriestransport, #industriescorporate, #industrieshealth, #industriesentertainment, #industriesfood, #industriesgym, #industriesbanking, #industrieshospitality, #plugplaypromonlarge, #softwarecms, #softwaredropdown, #softwaretouch, #highbrightfreeuhb, #plugplayfreeuhb, #networkfreeuhb, #batterydropdown, #batteryaboard, #freestandingposter, #freestandingnetworkposter, #freestandingfreeuhb, #freestandingoutdoor, #freestandingaboard, #freestandingpcapkiosk, #freestandingtouchposter, #freestandingdropdown, #plugplayaboard, #networkaboard, #highbrightaboard, #plugplaydoublesidedhanging, #networkdoublesidedhanging, #highbrightdoublesidedhanging, #pos-15-net, #pos-15-pcap, #networkpos15, #touchpos15, #leddropdown, #ledwelcome, #ledindoor, #ledoutdoor, #ledfinepitch, #plugplayrod, #networkrod, #highbrightrod, #highvibrancead, #networkhighvibrance, #highbrighthv, #menuhighvibrance, #videowallledind, #videowallledout, #videowallledfp, #networkhandsan, #plugplayoab, #networkoab, #highbrightoab, #outdooroab, #batteryoab, #coviddropdown, #covidrange, #covidtemp, #covidhand, #covidoab, #covidiab, #covidfree, #covidpf, #touchpcapselfservice  { 

    position:absolute ;
    top:0 ; left:0 ; right:0 ; bottom:0 ;
    background-position:right bottom ;
    background-repeat:no-repeat ;
    color:white ;
    text-align:center ;
    font-size:2em ;
	background-size: cover ;
}

  

#industriesretail {
    background-image:url('../images/industries-banner-retail-02.webp') ;
    z-index:2 ;
}

#industrieseducation {
    background-image:url('../images/industries-banner-education-02.webp') ;
    z-index:2 ;
}

#industriessystem {
    background-image:url('../images/industries-banner-system-02.webp') ;
    z-index:2 ;
}


#industriestransport {
    background-image:url('../images/industries-banner-transport-02.webp') ;
    z-index:2 ;
}

#industriescorporate {
    background-image:url('../images/industries-banner-corporate-02.webp') ;
    z-index:2 ;
}

#industrieshealth {
    background-image:url('../images/industries-banner-healthcare-02.webp') ;
    z-index:2 ;
}

#industriesentertainment {
    background-image:url('../images/industries-banner-entertainment-02.webp') ;
    z-index:2 ;
}

#industriesfood {
    background-image:url('../images/industries-banner-food-02.webp') ;
    z-index:2 ;
}

#industrieshospitality {
    background-image:url('../images/industries-banner-hospitality-02.webp') ;
    z-index:2 ;
}

#industriesgym {
    background-image:url('../images/industries-banner-gym-02.webp') ;
    z-index:2 ;
}


#industriesbanking {
    background-image:url('../images/industries-banner-banking-02.webp') ;
    z-index:2 ;
}




a.hover, a.hover1, .hover2, .hover3, .hover4, .hover5, .hover6, .hover7, .hover8, .hover9, .hover10, .hover11, .hover12, .hover13, .hover14, .hover15, .hover16, .hover17, .hover18, .hover19, .hover20, .hover21, .hover22, .hover23, .hover24, .hover25, .hover26, .hover27, .hover28, .hover29, .hover30, .hover31, .hover32, .hover33, .hover34, .hover35, .hover36, .hover37, .hover38, .hover39, .hover40, .hover41, .hover42, .hover43, .hover44, .hover45, .hover46, .hover47, .hover48, .hover49, .hover50, .hover51, .hover52, .hover53, .hover54, .hover55, .hover56, .hover57, .hover58, .hover59, .hover60, .hover61, .hover62, .hover63, .hover64, .hover65, .hover66, .hover67, .hover68, .hover69, .hover70, .hover71, .hover72, .hover73, .hover74, .hover75, .hover76, .hover77, .hover78, .hover79, .hover80, .hover81, .hover82, .hover83, .hover84, .hover85, .hover86, .hover87, .hover88, .hover89, .hover90, .hover91, .hover92, .hover93, .hover94, .hover95, .hover96, .hover97, .hover98, .hover99   {
    position:relative ;
    display:block ;
    opacity:0.8 ;
    padding: 9px 16px ;
    left:10px ;
    z-index:10 ;
}



.wstabitem-industry > li > a {
	display: block;
	padding: 19.3px 11px!important; 
	font-size: 13px;
	color: #606060;
	border-bottom: solid 1px #e5e5e5;
	width:15%;
	float:left;
	position:relative;
	border-left:3px solid #fff;
	background-color:#fff;
}

.menu-large {
	display: contents
}
.menu-middle {
	display: none
}
.menu-small {
	display: none
}

@media (max-width:1599px) and (min-width:1400px) {
.wsshoptabing {
	width: 86%;
	right:7%
}
}

@media (max-width:1399px) and (min-width:1200px) {
	.menu-large {
	display: none
}
.menu-middle {
	display: contents
}
.menu-small {
	display: none
}
	
.wsshoptabing {
	width: 84%;
	right:9%
}
	
.wstabitem > li > a {
	width:25%;
}
.wstitemright{
    width: 75%;
	}
}

@media (max-width:1199px) and (min-width:992px) {
	
	.menu-large {
	display: none
}
.menu-middle {
	display: none
}
.menu-small {
	display: contents
}
	
.wsshoptabing {
	width: 95%;
	right:4%
}
	
.wstabitem > li > a {
	width:25%;
}
.wstitemright{
    width: 75%;
	}
}

.top-menu-brochure {
	    width: 80%;
    float: right;
border: 0px solid #adadad!important;
}
