body {
}
.myContainer {
	padding: 0;
	min-width: 320px;
}
.relative {
	position: relative;
}
.fixedPlace {
	position: fixed;
}
.fixedPlace.sizeExamples {
	bottom: 0;
	left: 0;
}
.text-center {
	text-align: center;
}
.sizeExamples {
	height: 50px;
	overflow: hidden;
}
.extraSmall {
	position: absolute;
	width: 575px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -287.5px;
	background: #a7daff;
	z-index: 5;
	padding-left: 5px;
	text-align: center;
}
.normalSmall {
	position: absolute;
	width: 767px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -383.5px;
	background: #62b8f7;
	z-index: 4;
	padding-left: 5px;
}
.mediumSize {
	position: absolute;
	width: 991px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -495.5px;
	background: #4b97ce;
	z-index: 3;
	padding-left: 5px;
}
.largeSize {
	position: absolute;
	width: 1199px;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -599.5px;
	background: #37729c;
	color: #ffffff;
	z-index: 2;
	padding-left: 5px;
}
.extraLargeSize {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -50%;
	background: #245273;
	color: #ffffff;
	z-index: 1;
	padding-left: 5px;
}
.xsSize .xsbold, .smSize .smbold, .mdSize .mdbold, .lgSize .lgbold, .xlSize .xlbold {
	font-weight: bold;
	font-size: 20px;
}
.test-row {
	background: #e6e6e6;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.test-row:nth-child(even) {
	background: #f2f2f2;
}
.fake-h1 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: #313131;
	color: #ffffff;
	padding: 10px;
	margin: 10px 0;
}

/* Small Header */
.smallViewHeader {
	display: none;
	padding: 0;
}
.burgerMenu {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 30px;
	padding: 5px;
	background: #f0f0f0;
	-webkit-border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-o-border-radius: 3px 0px 0px 3px;
	border-radius: 3px 0px 0px 3px;
	z-index: 1;
}
.burgerMenu .line {
	float: left;
	width: 100%;
	height: 2px;
	background: #666666;
	margin: 2px 0;
}
.smallViewHeader .logo.logo-big {
	padding: 0;
	border: none;
	text-align: center;
}
.smallViewHeader .logo__link {
	float: none;
	margin: 10px auto;
	display: inline-block;
}
.smallProdLinks {
	border-top: solid 1px #e8e8e8;
	border-bottom: solid 1px #e8e8e8;
	padding: 0;
	margin-top: 10px;
	height: 45px;
}
.smallProdLinks a {
	text-align: center;
	padding: 12px 0;
	height: 100%;
	text-transform: uppercase;
	line-height: 20px;
	color: #333333;
	font-size: 13px;
	border-right: solid 1px #e8e8e8;
}
.smallProdLinks a:last-child {
	border: none;
}
.productImg {
	position: relative;
	top: -5px;
	height:30px;
}
.wishImg {
	position: relative;
	top: -5px;
}
.cartImage {
	position: relative;
	top: -4px;
	display: block;
	float: none;
	margin: 0 auto;
}
.searchForm {
	height: 50px;
	padding: 7px;
	border-bottom: solid 1px #e8e8e8;
}
.form-search {
	float: left;
	width: 100%;
	height: 100%;
}
.input-append {
	float: left;
	width: 100%;
	height: 100%;
}
.input-append .search-query {
	float: left;
	width: 70%;
	height: 100%;
	background: #f0f0f0;
	box-shadow: none;
	outline: none;
	border: none;
	padding-left: 5px;
	border-radius: 3px 0px 0px 3px;
	-moz-border-radius: 3px 0px 0px 3px;
	-webkit-border-radius: 3px 0px 0px 3px;
}
.search-query::-webkit-input-placeholder, .search-query::-moz-placeholder, .search-query:-moz-placeholder, .search-query:-ms-input-placeholder {
	font-style: italic;
}
.input-append .btn {
	float: left;
	width: 30%;
	height: 100%;
	background: url("../png/small_search.png") center center no-repeat #4c558e;
	border-radius: 0px 3px 3px 0px;
	-moz-border-radius: 0px 3px 3px 0px;
	-webkit-border-radius: 0px 3px 3px 0px;
}
/* End small header */
/* Styles for Popup Menus */
.popupMenus {
	position: fixed;
	width: 100%;
	max-width: 500px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 150;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	opacity: 1;
	border-right: solid 2px #e8e8e8;
}
.popupMenus.menuClosed {
	left: -520px;
	opacity: 0;
}
.popupMenus#filterMenu {
	left: initial;
	right: 0;
	border-right: none;
	border-left: solid 2px #e8e8e8;
}
.popupMenus#filterMenu.menuClosed {
	right: -520px;
	left: initial;
}
.popupMenus .background {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #e0e0e0;
	opacity: 01;
	z-index: 1;
}
.popupMenus .popupContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	z-index: 2;
	overflow: auto;
}
.popupMenus .topTitle {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	background: #ffffff;
	font-weight: bold;
	font-size: 15px;
}
.popupMenus .topTitle .closeMenuButton {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 26px;
	height: 26px;
	margin-top: -13px;
	background: url("../png/arrow_pointing_left.png") center center no-repeat #f0f0f0;
	border: solid 1px #d6d6d6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.popupMenus .bottomHolder {
	float: left;
	width: 100%;
	padding: 15px 10px;
}
.popupMenus ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.popupMenus .popupLinks {
	float: left;
	width: 100%;
	border-left: solid 1px #d6d6d6;
	border-right: solid 1px #d6d6d6;
}
.popupMenus .popupLinks li {
	position: relative;
	float: left;
	width: 100%;
	border: solid 1px #d6d6d6;
	border-bottom: none;
}
.popupMenus .popupLinks li:last-child {
	border-bottom: solid 1px #d6d6d6;
}
.popupMenus .popupLinks li a,
.popupMenus .popupLinks li div.filter-item {
	position: relative;
	float: left;
	width: 100%;
	background: #ffffff;
	padding: 10px 5px;
	font-size: 13px;
	color: #383838;
	font-weight: bold;
}
.popupMenus .popupLinks li a span.selectedHeader{
	float: left;
}
.showArrow::after {
	content: "";
	position: absolute;
	display: block;
	top: 7px;
	right: 5px;
	width: 24px;
	height: 24px;
	background: url("../png/links_arrow.png") center center no-repeat;
	z-index: 2;
    background-color: #fff;
}
.popupMenus .subLinks {
	background: #f1f1f1;
	padding: 10px;
	float: left;
	width: 100%;
	display: none;
}
.popupMenus .subLinks li {
	border: none;
	border-bottom: solid 1px #d6d6d6;
	float: left;
	width: 100%;
}
.popupMenus .subLinks li:last-child {
	border-bottom: none;
}
.popupMenus .subLinks li a,
.popupMenus .subLinks li div.filter-item {
	background: none;
}
.minMaxInput {
	float: left;
	width: 100%;
	padding: 10px 0;
}
.minMax-name {
	float: left;
	width: 100%;
	text-align: center;
	padding-bottom: 5px;
}
.minMax-min {
	float: left;
	width: 49%;
	margin-right: 1%;
}
.minMax-max {
	float: left;
	width: 49%;
	margin-left: 1%;
}
.subLinks .subLinks {
	background: #ffffff;
}
.subLinks .subLinks .subLinks {
	background: #f1f1f1;
}
.subLinks .subLinks .subLinks .subLinks {
	background: #ffffff;
}
.subLinks .subLinks .subLinks .subLinks .subLinks {
	background: #f1f1f1;
}
.subLinks .subLinks .subLinks .subLinks .subLinks .subLinks {
	background: #ffffff;
}
.subLinks .subLinks .subLinks .subLinks .subLinks .subLinks .subLinks {
	background: #f1f1f1;
}
.subLinks .subLinks .subLinks .subLinks .subLinks .subLinks .subLinks .subLinks {
	background: #ffffff;
}
.subLinks .subLinks .subLinks .subLinks .subLinks .subLinks .subLinks .subLinks .subLinks {
	background: #f1f1f1;
}
.subLinks .subLinks .subLinks .subLinks .subLinks .subLinks .subLinks .subLinks .subLinks .subLinks {
	background: #ffffff;
}
/* End Styles for Popup Menus */
/* Filters and Filter Bar */
.filterBarHolder {
	float: left;
	width: 100%;
	height: 50px;
	padding: 0;
}
.filterBar {
	width: 100%;
	height: 50px;
	background: #f1f1f1;
	border-top: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	padding: 0 10px;
	font-size: 12px;
	line-height: 50px;
	position: relative;
}
.filterBar.stick {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
}
.numResults {
	font-weight: bold;
}
.filtersButton {
	color: #1061e2;
	font-weight: bold;
	display: none;
}
.gridStyle {
	width: 39px;
	height: 19px;
	position: relative;
	background: #a5a5a5;
	margin: 15px 15px 0 0;
}
.gridStyle .activeStyle {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #54a8f1;
	z-index: 1;

	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.gridStyle .gridImage {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.gridStyle.rowStyle .activeStyle {
	left: 50%;
}
.selectedFilter a {
	color: #758bce !important;
}
.showSelected {
	position: relative;
	display: inline-block;
	margin-bottom: -5px;
	padding-left: 20px;
	padding-right: 60px;
	color: #758bce;
/*	max-width: 100%;*/
	overflow: hidden;
	white-space: nowrap;
	float:left;
}
/*.showSelected:after {
	content: "";
	position: absolute;
	top: 0;
	left: 130px;
	background: #ffffff;
	height: 20px;
	width: 20px;
	padding: 0 5px;
}*/
/* End Filters and Filter Bar */
.searchTopCrumbs {
 float: left;
 width: 100%;
 padding: 15px 10px;
}
.bcrumbHead {
    display: inline-block;
    margin-right: 10px;
}

.bcrumbHREF {
    font-size: 12px;
    color: #464646;
    text-decoration: underline;
}
a.bcrumbHREF {
    text-decoration: underline !important;
}
.bcrumbHREF:hover {
    color: #999999;
    text-decoration: underline;
}

.bcrumbDivider {
width:15px;
text-align:center;
display:inline-block;
}
/*Bread Crumbs*/

/*End Bread Crumbs*/
/* Show Footer Button Styles */
.showFooter, .showFooter * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.showFooter {
	position: fixed;
	bottom: -100%;
	left: 0;
	width: 100%;
	padding: 15px;
	background: none;
	-webkit-transition: all 500ms;
	-moz-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
	z-index: 9;
	background: rgba(20,20,20);
	background: rgba(0,0,0,0.5);
}
.showFooter .innerShowFooter {
	position: absolute;
	top: -10px;
	left: 0;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 30px;
	background-color: #f0f0f0;
	margin-bottom: 20px;
	font-size: 15px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.showFooter .innerShowFooter:hover {
	cursor: pointer;
}
.showFooter.opened {
	bottom: 0;
}
.showFooter.fullOpened {
	z-index: 150;
}
.qxrFooter {
	overflow: auto;
}
.qxrNoScroll {
	overflow: hidden;
}
/* End Show Footer Button Styles */
.fakeProducts {
	position: relative;
}
.normalFilters {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 185px;
	height: 400px;
	background: #f4f4f4;
	border: solid 1px #e8e8e8;
	padding: 10px;
	display: block;
}
.blockProductWl {
	background: #ffffff;
}
.blockProductWl form.dropzone {
	display: none;
}
/* Extra small devices (portrait phones, less than 544px) */
@media (max-width: 543px) {
	.smallViewHeader .logo__link {
		max-width: 200px;
	}
	.normalFilters {
		display: none;
	}
	.filtersButton {
		display: block;
	}
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) {
	.largeViewHeader {
		display: none;
	}
	.smallViewHeader {
		display: block;
	}
	.normalFilters {
		display: none;
	}
	.filtersButton {
		display: block;
	}
	#header-info-wl-name {
		border-bottom: 1px solid #E7E7E7 !important;
	}
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) {
	.headerBadges {
		display: none;
	}
	.footer a, .footer .topName {
		text-align: center;
	}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) {
	
}
/* End Cardello Header Redo Styles */

.burgerMenu , .popupMenuButton, .filtersButton:hover {
	cursor:pointer;
}

@media (min-width: 320px) {
	#select-order-product-mobile{
		width:24%;
	}

}

/* From common template.css file */
img#clearBanner122234 {
	max-width: 100%;
}
#language {
    list-style:none;
    vertical-align:middle;
	z-index:1;
	background-color: #fff;
float:right;
margin-right:25px;
margin-top:5px;
height:20px;
}
#showFooter {
	display:block;
}
#language li:hover,
#language:hover li {
    display:inline-block;
	padding:3px;
}

#language li {
    display:none;
}

#language li + li {
    top:17px;
}

#language li:last-child {
    top:34px;
}

#language li.selected {
    display:inline-block;
}
.boxSize, .boxSize * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
}
.transition300, .transition300 * {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
#aside-leftmenu-navbar {
	max-width: 220px;
}

.searchTopElem {
   display:none;
}
.searchTopMenu {
    float: left;
	width: 100%;
	background: #f9f9f9;
	border-bottom: solid 1px #e8e8e8;
	border-top: solid 1px #e8e8e8;
	padding: 10px 0;
}
.mobileVersion {
	display:none;
}

.blockComputerVersion {
	border: 1px solid #E7E7E7;
}
#bs-example-navbar-collapse-1 {
	float: left;
	width: 100%;
	padding-bottom: 0;
}
@media screen and (max-width: 1200px ) {
	.row {
        margin-right: 0;
		margin-left:0;
   	}
    #brTop {
	    border-top: solid 2px #e8e8e8;
	    border-bottom: solid 2px #e8e8e8;
   	}
   	#brBot {
		border-bottom: solid 2px #e8e8e8;
		padding:10px;
   	}
	#mrgTopText {
		margin-top:10px;
	}

}
.container-fluid {
	margin: 0px;
	padding: 0px;
}
.navbar-default {
	background: #fff;
	border:none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}
.navbar-right {
	float:left;
}
.newOptionWL {
	display: none;
	border:1px solid #B8B8B8;
	width: 210px;
	font-weight: bold;
	text-align: right;
	padding: 7px;
	margin-top:20px;
	z-index:1;
	cursor:pointer;
	text-align:center;
	font-size: 16px;
	line-height: 130%;
}
.newOptionWL:before {
	/*content: "\e019";*/
	content: "";
	float: left;
	/*font-size: 23px;*/
	color:#7E7E7E;
	width: 20px;
	height: 20px;
	background: url("../png/cog.png") center center no-repeat;
}
.wlMenu {
	display: block;
	border: 1px solid #E7E7E7;
	margin-bottom: 5px;
	padding: 9px;
	float: left;
	width: 100%;
	text-align: center;
}
.wlMenu.wlMenuIsOpen {
	display: block !important;
}

.userFname{
	float: left;
	background: #E7E7E7;
	text-align: left;
	padding: 8px !important;
}
#header-info-wl-name {
    border-bottom: none;
	border-left: none;
	border-top: none;
	border-right: none;
	padding: 5px !important;
}
	
.navBlockInfo{
	width:100%;
	margin:0px;
}
.navBlockInfo .col-xs-12 {
	padding-right: 0;
	padding-left: 0;
}
.viewIgnstl {
	text-align: center;
}
	
.qtyPrice {
	margin-right: 0px;
	text-align: right;
	padding: 5px !important;
}
#fullinfo-wl-name {
	text-align:center;
}
#fullinfo-wl-QtyItems {
	text-align:center;
}
#select-sales-tax {
	background: #F7F7F7;
	font-size: 13px;
}
.qtyCls {
	border: none;
}
.wl-block {
	height:auto;
	margin-right: 0 !important;
}
.blockSMVersion {
	display:none;
}
.blockComputerVersion {
	display:block;
	float: left;
	width: 100%;
}	
.btnWlmob {
	width: 12%;
	cursor: pointer;
	padding: 5px 2px 0 2px;
	display: inline-block;
}
.btnWlmob > button {
	width:100%;
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
	border-radius: 0;

	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.btnWlmob > button:hover {
	background: #e8e8e8;
}
.EmailFriendNew {
	display:none;
}	
.EmailStoreNew {
	display:none;
}
.amountCls {
	padding:10px;
}
.wlCommentHolder {
	padding-right: 0;
	padding-left: 0;
}
#wl_comment_in {
	float: left;
	width: 100%;
}
#drag-and-drob-list {
	float: left;
	width: 100%;
	padding-left: 0;
}
/*.smStyleTopProduct > div > a > img {
	float: left;
	width: 100%;
}*/
#header-info-amountLg {
	clear: right;
}
.hiddenTopInfoWLTX {
	clear: left;
}
.wlInfoHolder {
	position: relative;
	float: left;
	width: 100%;
}
.wlInfoHolder .verticalLine {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	margin-left: -0.5px;
	height: 100%;
	background: #e7e7e7;
	z-index: 1;
}
.blockProductWl.ui-sortable-helper {
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.75);
	-o-box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 30px 0px rgba(0,0,0,0.75);
}
.landingPoss .img-container .img-responsive {
    max-width: 100%;
    max-height: 100%;
}
@media (max-width: 1252px) {
	.btnWlmob{
		width: 20%;
	}
	.btnWlmob > button {
		width: 100%;
	}
}
@media (max-width: 996px) {
	.btnWlmob{
		width:33%;
	}
	.btnWlmob > button {
		width:100%;
	}
}		

@media (max-width: 518px) {
	.btnWlmob {
		width:50%;	
	}
	.btnWlmob > button {
		width:100%;
	}
}
@media (max-width: 456px) {
	.btnWlmob {
		width:100%;		
	}
	.btnWlmob > button {
		width:100%;
	}
}
@media screen and (min-width: 992px) {
	.blockSMVersion{
		display:none;
	}
	.blockComputerVersion{
		display:block;
	}
	.nameCls{
		border-top: none;
	}
	.qtyCls{
	    border: none;
	}
	.amountCls{
	    border-top: none;
	}
	.contCls{
		width:100%;
	}
}
@media screen and (max-width: 991px) {
	.blockSMVersion{
		display:block;
		border: 1px solid #E7E7E7;
	}
	.blockComputerVersion{
	}
	.qtyCls{
		border: none;
	}
	.amountCls{
		border-top: none;
	}
}

@media screen and (max-width: 767px) {
	.qtyPrice {
		border-top:none;
	}
	#header-info-wl-name{
		border-top:none;
	}
	.nameCls{
		border-top: none;
		text-align: center;
	}
	.qtyCls{
		border-top: none;
		text-align: center;
	}
	.amountCls{
		border-top: none;	
	}
	.wlMenu {
		display: none;
	}
	.newOptionWL {
		display: block;
	}
}
@media screen and (max-width: 575px) {
	.nameCls {
		border-right: none;
	}
	.qtyCls{
		border-bottom: solid 1px #e7e7e7;
	}
	.amountCls{
		border-left: none;	
	}
	.verticalLine {
		display: none;
	}
}
/* End from common template.css file */
