@CHARSET "UTF-8";
@font-face {font-family: 'Plain-Bold';src: url('/css/fonts/Plain-Bold.otf')}
@font-face {font-family: 'Plain-Regular';src: url('/css/fonts/Plain-Regular.otf')}
 
@media (min-width:992px) {
		.modal-lg{width: 90%};
}

html {
	background-color: #EAEAEA;
}

header.navbar.navbar-sticky {
    z-index: 9900;
    width: 100%;
    min-height: 80px;
    padding-left: 30px;
    top: 0;
	left: 0;
	background-color: #FFF;
	border-radius: 0px;
	box-shadow: 0px -3px 10px 0px #606060;
	-webkit-box-shadow: 0px 0px 0px 0px #606060;
}


@media screen and (max-width: 1070px) {
	a.mobile-logo {
		max-width: 150px;
		display: block!important;
		margin: auto;
	}
}


.btn.disabled, .btn[disabled], .disabled.back-btn, .disabled.done-btn, .disabled.search-btn, [disabled].back-btn, [disabled].done-btn, [disabled].search-btn {
    cursor: not-allowed;
    background-color: #000000!important;
}




.gung-item-selected {
	border: 1px solid black;
}
.gung-item-selection-container {
	background: rgba(0, 0, 0, 0.85);
    color: orange;
    position: fixed;
    bottom: 0px;
    height: 60px;
    width: 100%;
    left: 0px;
    z-index: 999;
    line-height: 60px;
}

.thumbnail > gung-item-selection-component  {
    display: none;
}

.thumbnail:hover > gung-item-selection-component {
    display: block;
    padding-top: 0px;
    padding-left: 9px;
    padding-right: 49px;
    position: absolute;
   	width: 100%;
}


gung-text-output > label {
	font-size: 8pt;
	margin-bottom: 0px;
}
gung-text-output > span {
	font-size: 80%;
}

.shop-item.sharp .shop-thumbnail>img {
    max-height: 1000px;
    padding-bottom: 4px;
    background: #F5F5F5;
}

.btn-group-justified-spaced > .btn-group {
	padding: 0 20px;
}

.shop-item-title .count-input, .shop-item-details .count-input {
	width: 100%;
	margin-top: 12px;
}

.shop-item gung-products-input-single, .shop-item .count-input {
	width: 100%;
	margin-top: 12px;
}

/* HELPERS */
.gung-flex-container {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;

	-webkit-flex-direction: row; /* Safari 6.1+ */
	flex-direction: row;
	
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
}
.gung-flex-container:before,
.gung-flex-container:after,
.gung-flex-container > *:before,
.gung-flex-container > *:after {
   content: normal; /* IE doesn't support `initial` */
}


/*gung-panel*/
gung-panel .panel-body {
	padding-left: 15px;
	padding-right: 15px;
}

gung-item-list .row div[data-ng-repeat]:first-child gung-panel .panel {
	border-top: 2px solid #ededed;
}

gung-item-list .row div[data-ng-repeat]:last-child gung-panel .panel {
	border-bottom: 2px solid #ededed;
}

.gung-panel-tools {
	float:right;
}

.gung-panel-tools .btn {
	margin: 0;
}

gung-panel .panel-content label {
	margin:0;
}

gung-panel .panel-content h4 {
	font-size: 16px;
	margin-bottom: 5px;
}


gung-panel .panel-heading h3 {
	margin-bottom: 0;
	font-weight: 500;
}

gung-panel .panel-heading .panel-title {
	padding: 0px;
}

gung-panel .panel-heading {
	padding-top: 0px;
}

gung-panel .panel {	
    padding: 15px 0px;
    margin: 0;
    border-bottom: 2px solid #ededed;
}

/*WIDGET (media query needed)*/
@media screen and (min-width: 769px) {
	.widget {
		padding: 15px;
		background-color: #f5f5f5;
		margin-bottom: 15px;
	}
	
	.search-box {
		margin-bottom: 15px;
	}
	
	.sidebar {
		max-width: initial;
	}
}

/*ORDER SUMMARY*/

.gung-tools {
	position: absolute;
	top: 80px;
	right: 20px;
}

.order-summary-item label {
	font-weight: 300;
	margin:0;
	font-size: 13px;
}

.order-summary-item h3 {
	font-weight: 400;
	font-size: 22px;
	margin:0;
}

.order-summary-item {
	padding: 30px 15px;
}

/* Override order-summary-item if on mobile */
@media only screen and (max-width: 600px) {
	.order-summary-item {
		padding: 5px 15px 0px 15px;
	}
	.order-summary-item:first-child {
		padding-top: 15px;
	}
}

gung-orderrows-filter .panel  {
	background-color: #f5f5f5;
	padding: 30px;
}
gung-orderrows-filter .panel-heading {
	padding-left: 0px;
	padding-right: 0px;
}
gung-orderrows-filter gung-panel-heading  {
	font-weight: 300;
	font-size: 26px;
}

.order-summary-box {
	background-color: #f5f5f5;
	padding: 30px;
}

.table-borderless, .table-borderless > tr > td, .table-borderless > tr > th, .table-borderless > tr,
.table-borderless > tbody > tr > td, .table-borderless > thead > tr > th, .table-borderless > tbody > tr, .table-borderless > thead > tr {
	border: none;	
	padding: 0;
}

table.table-borderless {
	margin-bottom: 0;
}

.table-borderless > tbody > tr > td:first-child {
	font-weight: bold;
}

/*END ORDER SUMMARY*/

/*FLEX*/

.flex-container {
	display: flex;
	flex-wrap: wrap;
}
/*END FLEX*/

fieldset {border: 0px;}

h1, .h1 {
    text-align: center;
    text-transform: uppercase;
     white-space:pre-line;
     margin-bottom: 1em;
}
h1 > small:before { content:  '\A'; }

.widget.widget-categories .active {
	border-left: 2px solid #2A637F;
	padding-left: 5px;
}

.fixed {
	position: fixed;
}

.clickable {
	cursor: pointer;
}

.toolbar {
    width: 46px;
    right: 20px;
}
.toolbar .inner .cart-btn>a {
    padding: 0px;
}
.toolbar .inner>a, .toolbar .inner>.cart-details {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.gung-table-col-sm5p{
	min-width: 50px;
}

.virtual-form-control {
    display: block;
    width: 100%;
       height: 33px;
    padding: 5px 5px;
    font-size: 13px;
    line-height: 1.5;
}
.virtual-form-control {
   margin-bottom: 15px;
}
.badge-success {
	background-color:#ededed; 
	color:black; 
}
gung-matrix-input  .form-control {
	margin-bottom: -3px;
}

.table a.badge {
	text-decoration: none;
	zoom: 100%;
	border-radius: 0; 
	width: 50%;
	font-size: 9px;
	font-weight: normal;
}

.main {
	background-color: none;
	min-height: 700px;
}


.gung-tools {
	float: right;
	margin-top: 21px;
	margin-bottom: 10.5px;
}

.gung-tools .dropdown-menu {
    right: 0px;
    left: initial;
}

select {
	-webkit-appearance: menulist!important;
    -moz-appearance: menulist!important;
    -o-appearance: menulist!important;
    appearance: menulist!important;
}

.modal {
    z-index: 9910!important;
    
    
}
.modal-lg {
	margin-top: 100px;
}

.input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 12px;
}

/*
	Selector for datepicker
*/
div[uib-datepicker] > table
{
	margin-bottom: 0px; 
	
}
div[uib-datepicker] > table>thead>tr>th,div[uib-datepicker] > table>thead>tr>td,div[uib-datepicker] >  table>tbody>tr>th, div[uib-datepicker] > table>tbody>tr>td,  div[uib-datepicker] > table>tfoot>tr>th, div[uib-datepicker] > table>tfoot>tr>td {

	
	padding: 0px;
	
}

div[uib-datepicker] .btn, div[uib-datepicker]  .btn-group > .btn
{
	margin: 0px;
	margin-right: 0px;
	border-radius: 0px;
}


@media screen and (max-width: 768px) {

	.featured-image {
    	height: 100px;
	}
	.main {
	    padding-top: 48px !important;
	}
	
	.container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.main-navigation {
    padding-left: 220px;
    padding-right: 90px;
}
.main-navigation>.menu li>a.sub-menu-heading {
	font-weight: bold;
    color: #909090;	

}


.gung-table-col-sm5p {
	width: 5%;
}
.gung-table-col-sm10p {
	width: 10%;
}

@media screen and (min-width: 769px) {
	
	.sticky-menu {
		-webkit-position: sticky;
		position: sticky; 
		top:110px;
	}
	
	.main-navigation>.menu>li.menu-item-has-children>a:after {
		position: absolute;
	    left: 0;
	    margin: 0px;
	    width: 100%;
		top: 0px;
		padding-top: 22px;
	    transform: scale(1.5,1);
	    content: "\E5CF";
	    height: 80px;
	}
	.form-group label {
		text-align: right;
	}
}

.form-group{
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
.form-group label {
	text-align: left;
}
}

input[type=file] {
	padding-top: 10px;
}

.shopping-cart .item {
	margin-bottom: 10px;
	padding-bottom: 10px;
}


.shopping-cart .item .item-thumb {
	width: 140px;
}

.count-input  {
	margin: 0;
}

gung-panel .panel {
    box-shadow: none;
    border-bottom: 1px solid #ededed;
    margin-bottom: 5px;
}

gung-item-list .row div[data-ng-repeat]:last-child gung-panel .panel {
	border-bottom: none;	
}

gung-panel .panel-body {
    padding-bottom: 0;
}


.carousel-control.right, .carousel-control.left, .carousel-control.right:hover, .carousel-control.left:hover {
	background-image: none;
}

.carousel-control.right, .carousel-control.left, .carousel-control.right:hover, .carousel-control.left:hover {
	color: #555555;
}

.padding-top-3x {
	padding-top: 80px!important; 
}

.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
	color: #606060;
    background: 0 0;
    border: none;
    cursor: default;
    border-bottom: 2px solid #606060;
}

.lang-switcher .lang-dropdown {
	left: -30px;
	width: 97px;
}


table.matrix-table .form-control {
	margin-bottom: 0;
	padding: 0 5px;
}

table.matrix-table input, table.matrix-table th, table.matrix-table td, table.matrix-table th strong {
	text-align: center;
} 

table.matrix-table th:first-child, table.matrix-table td:first-child, table.matrix-table th:first-child strong {
	text-align: left;
}

table.matrix-table th:last-child, table.matrix-table td:last-child, table.matrix-table th:last-child strong {
	text-align: right;
}

table.matrix-table .form-control {
    height: 31px;
}
.virtual-form-control {
    margin-bottom: 0px;
}

/*Shop item*/
.shop-item {
	position: relative;
}
.shop-item > .shop-item-hover {
	display: none;
}
.shop-item:hover > .shop-item-hover {
	display: block;
	z-index: 100;
	position: absolute;
	background: white;
	opacity: 0.8;
}

.shop-item .shop-item-details .shop-item-title {
	width: 100%;
}

.shop-item .shop-item-details .shop-item-price, .shop-item .shop-item-details .shop-item-title>a {
	font-size: 14px;
	color: #606060;
}

.shop-item .shop-item-details .shop-item-title>a small {
	font-size: .8em;
}

.shop-item-title>a {
	font-size: 14px;
	color: #606060;
	text-decoration: none;
}

.shop-item .shop-item-details.product-dimensions {
	text-align: center; 
	min-height: 5em; 
	font-size: .6em;
}


/* Edit buttons */
edit-customer-component > button {
	width: 100%;
}

edit-order-modal > button {
	width: 100%;
}

button > limitato-order-email-component > a {
    width: 100%;
    display: block;
    color: white;
    text-decoration: none;
}

/* /Edit buttons */


/* Gung text ouputs */
gung-text-output {
	/* Gung text ouput 'container' */
	display: block;
	margin-bottom: 15px;
}

gung-text-output > span > label {
	font-weight: 700;
	margin-bottom: 0;
}

gung-text-output > span > span {
	/* font-weight: 700; */
}

/* /Gung text ouputs */


gung-customer-item-tabs > div > ul.nav.nav-tabs > li {
	display: initial!important;
}

.btn-group>.btn-group:first-child>gung-cart-save-button>.btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.control-label {
    padding-top: 3px;
    margin-bottom: 0;
    text-align: left;
}
 
.form-control{
    height: 28px;
    padding: 6px 6px;
    border: 1px solid #ededed;
    text-align: left;
    border-radius: 1px;
}
 
.form-horizontal .control-label {
    padding-top: 1px;
    margin-bottom: 0;
    text-align: right;
}
 
.panel-heading .panel-title {
 
    display: block;
    font-size: 14px;
    font-weight: 800;
    padding: 0 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0;
    border-radius: 0;
}
 
.tab-content {
    padding-top: 20px;
}
 
.nav-tabs>li>a {
    position: relative;
    z-index: 0;
 
 
 
    display: block;
    color: #999;
    text-decoration: none;
    font-weight: 400;
    padding: 12px;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    line-height: 1.5;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
 
.form-control-static {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0;
}
 
gung-text-output > span {
    font-size: 100%;
}
 
.shop-item .shop-thumbnail {
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
body {
    font-family: 'Plain-regular',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}
 
.btn {
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
 
.back-btn, .btn-sm, .done-btn {
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
 
.btn-sm, .btn-group-sm>.btn {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.form-control {
    height: 48px;
    font-size: 13px;
    border: 1px solid #ededed;
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
 
h1, .h1 {
    text-align: center;
    text-transform: uppercase;
    white-space: pre-line;
    margin-bottom: 1em;
}
 
body.not-logged-in {
    background: url(/images/bg.jpg)
    no-repeat center top fixed;
    height: 100vh;
    width: 100vw;
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
  
body.not-logged-in  footer {
    display: none;
}

body.not-logged-in  header {
    display: none;
}

.site-logo img {
	max-width: 90px;
}
 
.login-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}
.btn.btn-login {
    border: 1px solid #ffffff;
    background-color: transparent;
    margin: 0px;
    line-height: 32px;
    height: 35px;
    color: #ffffff;
}
 
.btn.btn-login:hover {
    background-color: rgba(255, 255, 255, 0.2); 
}
 
.btn.btn-login:active, .btn.btn-login:focus, .btn.btn-login:focus:hover {
    background-color: rgba(255, 255, 255, 0.4);
}


/* Open orders */

.badge-red {
	background-color: #c44848;
}

.badge-orange {
	background-color: #FFa500;
}


.limitato-not-invoiced {
	background: #FAFFBD;
}
.limitato-invoiced {
	background: #b2f09d;
}

/* Open orders end */

/* LOG IN SCREEN */
.not-logged-in .nav-tabs a, .not-logged-in .nav-tabs a:focus, .not-logged-in .nav-tabs a:hover  {
	color: rgba(255, 255, 255, 0.8)
}
.not-logged-in .nav-tabs .active>a, .not-logged-in .nav-tabs .active>a:focus, .not-logged-in .nav-tabs .active>a:hover {
	color: white;
}

.shop-item.sharp {
	box-shadow: none;
}

.shop-item.sharp:hover {
	box-shadow: 0 9px 42px -5px rgba(0,0,0,.17)
}

.shop-item.sharp .title {
	position: absolute;
	top: 0;
	padding: 8px;
	width: 100%;
}

.shop-item.sharp .price {
	width: 100%;
}

.shop-item.sharp:hover .shop-thumbnail>img {
	opacity: 1;
}
.shop-item.sharp .shop-item-details {
	position: absolute;
	bottom: 0;
	
}
.shop-item.sharp .hover-show {
	opacity: 0;
	transition: ease-in-out opacity .1s;
}
.shop-item.sharp:hover .hover-show {
	opacity: 1;
}

/* Always sidebar filter */
.limitato-product-list .sidebar {
    position: fixed;
    height: 100%;
    z-index: 9910;
    top: 0;
    left: -400px;
    padding: 30px 24px;
    background-color: #ffffff;
    overflow-y: auto;
    -ms-overflow-style: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
    -o-transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
transition: left 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s; }
.limitato-product-list .sidebar.open {
    left: 0;
    -webkit-box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 50px 3px rgba(0, 0, 0, 0.15); }
.limitato-product-list .sidebar.sidebar-right {
    left: auto;
    right: -400px;
    -webkit-transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
    -o-transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s;
transition: right 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s, box-shadow 0.3s 0.3s; }
.limitato-product-list .sidebar.sidebar-right.open {
    left: auto;
right: 0; }

.limitato-product-list .sidebar-toggle {
    display: block;
    position: fixed;
    z-index: 9895;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 0;
    line-height: 48px;
    color: #606060;
    font-size: 24px;
    text-align: center;
    background-color: #ffffff;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.limitato-product-list .sidebar-toggle:hover {
color: #999; }
.limitato-product-list .sidebar-toggle.sidebar-toggle-right {
    left: auto;
right: 0; }
.limitato-product-list .sidebar-toggle.sidebar-open {
    left: -48px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15); }
.limitato-product-list .sidebar-toggle.sidebar-open.sidebar-toggle-right {
    left: auto;
right: -48px; }

.limitato-product-list .sidebar-close {
    display: block;
    position: absolute;
    top: 8px;
    right: 15px;
    color: #606060;
    font-size: 24px;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
transition: color 0.3s; }
.limitato-product-list .sidebar-close:hover {
color: #999; }

.limitato-product-list .sidebar::-webkit-scrollbar {
display: none; }

@media screen and (min-width: 769px) {
    .limitato-product-list .sidebar {
        max-width: 400px;
    }
}

/* Always sidebar filter */

/* NEW LOGIN */
body.not-logged-in .main {
    background: #0c0c0c85;
    width: 90vw;
    max-width: 600px;
    min-height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px;
}

body.not-logged-in .btn-primary{
    color: #ffffff;
    background-color: #ffffff00;
    border: 1px solid #ffffff;

}

body.not-logged-in .btn-primary:hover{
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #000000;
}

body.not-logged-in input {
    border: 0px;
    font-size: 16px;
    color: #ffffff;
    background-color: #ffffff00;
    border-bottom: 1px solid #dddddd;
}

body.not-logged-in input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dddddd;
  opacity: 1; /* Firefox */
}

.request-input-field {
    background-color: #fff !important;
    color: #000 !important;
    margin-bottom: 5px;
}

.request-input-field::placeholder {
    color: #000 !important;
}

.request-text {
    color: #fff;
    font-weight: bold;
}

.text-column {
    display: block;
    width: 100%;
}

.login-logo {
    width: 200px;
}
/* NEW LOGIN */

.chart-container {
    height: 500px;
}

limitato-checkout-button > button.btn[disabled] {
    color: #808080;
}

/* New product page */

.limitato-product-page .sticky-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.limitato-product-page .product-id {
    font-size: 18px;
}

.limitato-product-page .product-name {
    text-align: left;
    font-size: 24px;
    color: #000000;
}

.rotated-container {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.rotated-text {
    writing-mode:tb-rl;
    white-space:nowrap;
    color: #000000;
}

.limitato-product-page .artist {
    font-size: 24px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.limitato-product-page .product-type {
    font-size: 24px;
    font-family: Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.limitato-product-page .style-name {
    font-size: 24px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
}


.limitato-product-page .btn{
    color: #000000;
    background-color: #00000000;
    border: 1px solid #000000;

}

.limitato-product-page .btn:hover{
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000000;
}

@media screen and (max-width: 1070px) {
    .limitato-product-page .sticky-sidebar {
        position: inherit;
    }
}

.baetes-wrapper {
	width: 100%;
	height: 700px;
	position: relative;
}

.baetes-frame {
	width: 100%;
	height: 100%;
}

.baetes-hide {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 2;
	background-color: #ffffff;
}

/* New product page end */
