@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great|PT+Sans+Narrow:400,700|Raleway');
/*
font-family: 'Fredericka the Great', cursive;
font-family: 'PT Sans Narrow', sans-serif;
font-family: 'Raleway', sans-serif;
*/

*, *::before, *::after {
	moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	color: #5c5656;
	position: relative;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.clear {
	clear: both;
}

.uppercase {
	text-transform: uppercase;
}

input,
textarea {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 14px;
}

a {
	color:black;
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;	
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
input[type=submit],
button,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
textarea,
select {
	border: 1px solid #e5e5e5;
	padding: 5px;
	font-size: 16px;
	font-family: 'PT Sans Narrow', sans-serif;
	border-radius: 0;
}

input[type=submit],
input[type=button],
button {
	padding: 0 20px;
	line-height: 30px;
	text-decoration: none;
	background-color: #c7b172;
	color: black;
	text-transform: uppercase;
	border:none;	
	cursor:pointer;
}


.swal2-container button {
	text-transform:none!important;	
}


.bigbutton {
	font-size:18px;
	line-height:40px!important;
	min-width: 140px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Fredericka the Great', cursive;
	font-weight: 400;
	text-transform: uppercase;
}

h1.normal, h2.normal, h3.normal, h4.normal, h5.normal {
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
}

h1 {
	font-size: 60px;
}

h1.normal {
	font-size: 40px;
}

h4.underlined {
	text-decoration: underline;
	margin-bottom: 0;
}

h4.underlined + p {
	margin-top: 10px;
	margin-bottom: 40px;
}

.tbl-data {
	width: 100%;
	border-collapse: collapse;
}

.tbl-data tr td {
	padding: 10px;
}

.tbl-data thead tr td {
	background-color: #0f1219;
    color: white;
    text-transform: uppercase;
}

.tbl-data tbody tr td a.delete-item {
	color: #5c5656;
}

.tbl-data tbody tr td {
	border-bottom: 1px solid #e3e3e3;
}

.tbl-data tfoot tr.color-in td {
    border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background-color: #f7f7f7;
}

.minimize {
	width: 1px;
}

.nowrap {
	white-space: nowrap;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.linkbtn {
	display: block;
	min-width: 140px;
	padding: 0 20px;
	line-height: 40px;
	text-decoration: none;
	background-color: #c7b172;
	color: black;
	text-transform: uppercase;
}

.inputbtn {
	
}

.linkbtn.left {
	float: left;
}

.linkbtn.right {
	float: right;
}

/*STICKY FOOTER*/
.pagewrap {position: relative;z-index: 1;min-height: calc(100vh - 325px - 65px - 140px);}
.footerholder {height: calc(325px + 65px);}

[canvas=container] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	overflow-x: hidden;
	/*margin-top: 140px;*/
	/*height: calc(100% - 140px);*/
	height: calc(100%);
}

.sb-left-holder {
	border-right: 5px solid rgba(82,82,84,1);
	background-color: white;
}

.sb-right-holder {
	border-left: 5px solid rgba(82,82,84,1);
	background-color: white;
}

.mobile-menu {
	min-height: 100%;
	padding: 10px;
	color:  black;
}

.content-holder {
	width: 100%;
	max-width: 1180px;
	margin: auto;
}

header {
	width: 100%;
	background-color: white;
}

header .content-holder .actual-header {
	position: relative;
	height: 140px;
}

header .content-holder .actual-header .logo {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

header .content-holder .actual-header .logo a {
	display: block;
}

header .content-holder .actual-header .logo a img {
	display: block;
	width:315px; 
	height:80.5px;
	margin:15px;
}

header .content-holder .actual-header .topmenu-basket-holder {
	position: absolute;
	top: 0;
	right: 0;
	height: 44px;
	white-space: nowrap;
}

header .content-holder .actual-header .topmenu-basket-holder .basket-holder,
header .content-holder .actual-header .topmenu-basket-holder .topmenu {
	float: right;
}

header .content-holder .actual-header .topmenu-basket-holder .topmenu {
	height: 28px;
	padding-right: 20px;
}

header .content-holder .actual-header .topmenu-basket-holder .topmenu a {
	font-size: 12px;
	text-transform: uppercase;
	color: #5c5656;
	text-decoration: none;
	position: relative;
	display: block;
	float: left;
	line-height: 28px;
}

header .content-holder .actual-header .topmenu-basket-holder .topmenu a:hover {
	text-decoration: underline;
}

header .content-holder .actual-header .topmenu-basket-holder .topmenu a:not(:last-child) {
	margin-right: 30px;
}

header .content-holder .actual-header .topmenu-basket-holder .topmenu a:not(:last-child)::after {
	position: absolute;
	right: -30px;
	width: 30px;
	line-height: 28px;
	text-align: center;
	font-family: fontAwesome;
	content: '\f111';
	font-size: 6px;
	color: #d7cdae;
	pointer-events: none;
}

header .content-holder .actual-header .topmenu-basket-holder .basket-holder .basket-button {
	width: 220px;
	height: 44px;
    background-color: #c7b172;
    color: black;
    text-transform: uppercase;
    line-height: 44px;
    padding: 0 30px 0 20px;
    cursor: pointer;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
}

header .content-holder .actual-header .topmenu-basket-holder .basket-holder .basket-button img {
	position: relative;
    top: 2px;
    margin: 0 12px 0 5px;
}

header .content-holder .actual-header .topmenu-basket-holder .basket-holder .basket-button .basket-item-amount {
	position: relative;
	top: -7px;
	font-size: 12px;
}

header .basket-holder {
	width: 220px;
}

header .basket-holder .basket-content {
	display: none;
	width: 220px;
	min-height: 71px;
	background-color: rgba(255,255,255,0.92);
	box-shadow: 0 4px 7px rgba(0,0,0,0.2);
	position: absolute;
	z-index: 3;
	font-size: 14px;
}

header .basket-holder .basket-content .loader {
	padding: 20px;
	font-size: 25px;
	text-align: center;
	color: #7F7F7F;
}

header .basket-holder .basket-content .items {
	max-height: 270px;
	overflow-y: scroll;
}

header .basket-holder .basket-content .items .item {
	padding: 15px;
	position: relative;
	overflow: visible;
}

header .basket-holder .basket-content .items .item:not(:last-child)::after {
	position: absolute;
	display: block;
	content: '';
	width: 65%;
	left: 50%;
	bottom: 00px;
	transform: translateX(-50%);
	height: 10px;
	border-bottom: 1px solid #e2e2e2;
	margin: auto;
}

header .basket-holder .basket-content .items .item .item-img {
	float: left;	
	min-width:45px;
}

header .basket-holder .basket-content .items .item .item-img img {
	display: block;
	width: 45px;
	height: auto;
}

header .basket-holder .basket-content .items .item .item-details {
	float: left;
	line-height: 20px;
	padding-left: 10px;
}

header .basket-holder .basket-content .items .item .item-details .title {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 118px;
	overflow: hidden;
}

header .basket-holder .basket-content .items .item .item-details .quantity {
	
}

header .basket-holder .basket-content .items .item .item-details .price {
	
}

header .basket-holder .basket-content .basket-total {
	padding: 15px 30px;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

header .basket-holder .basket-content .smalltext {
	color: #9a9090;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

header .basket-holder .basket-content .basket-checkout {
	padding: 10px 15px;
}

/*header .basket-holder .basket-content .basket-checkout a {
	display: block;
	border: 2px solid #89a2a2;
	background-color: #a1bcbb;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	text-decoration: none;
}*/

header .basket-holder .basket-content .basket-total .total-amount {
	float: right;
}

header .basket-holder .basket-button .basket-item-amount {
	font-size: 12px;
	text-align: right;
	width: 20px;
	line-height: 25px;
	display: inline-block;
	position: relative;
	top: -5px;
}

header .search-holder {
	position: absolute;
	top: 49px;
	right: 0;
	width: 220px;
	height: 46px;
}

header .search-holder .input-holder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
    max-width: 180px;
    height: 24px;
    border: 1px solid #c3c3bf;
}

header .search-holder .input-holder input[type=text] {
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(100% - 22px);
	height: 22px;
    border: 0;
    outline: 0;
	padding: 0 5px;
	line-height: 22px;
}

header .search-holder .input-holder input[type=submit] {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 22px;
    border: 0;
    cursor: pointer;
    outline: 0;
	background-color: rgba(0,0,0,0);
}

header .search-holder .input-holder::after {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	width: 22px;
	line-height: 22px;
	font-family: fontAwesome;
	content: '\f002';
	text-align: center;
	pointer-events: none;
	color: #c3c3bf;
	font-size: 14px;
}

header .content-holder .actual-header .menu-holder {
	position: absolute;
	bottom: 5px;
	right: 0;
	height: 35px;
}

header .content-holder .actual-header .menu-holder .menu .menupoint.menupoint-button a {
	background:rgba(0,0,0,1);
	color:#fff;	
	margin-left:20px;
	
}

header .content-holder .actual-header .menu-holder .menu .menupoint {
	float: left;
}

header .content-holder .actual-header .menu-holder .menu .menupoint a {
	position: relative;
	color: #5c5656;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	/*line-height: 35px;*/
	display: block;
	padding: 0 17px;
	line-height:30px;
}

header .content-holder .actual-header .menu-holder .menu .menupoint a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	display: block;
	content: '';
	transform: translateX(-50%);
	height: 1px;
	background-color: #5c5656;
	width: 0;
	transition: 0.2s ease all;
}

header .content-holder .actual-header .menu-holder .menu .menupoint:hover > a::after {
	width: 30%;
}

header .content-holder .actual-header .menu-holder .menu .menupoint .submenu {
	position: absolute;
	z-index: 2;
	margin-left: -10px;
	background-color: white;
	padding: 15px 10px 10px 10px;
	opacity: 0;
	pointer-events: none;
	
}
header .content-holder .actual-header .menu-holder .menu .menupoint:hover .submenu {
	/* added due to error on ie 11 */
	pointer-events: auto;	
}

header .content-holder .actual-header .menu-holder .menu .menupoint .submenu::before {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}

header .content-holder .actual-header .menu-holder .menu .menupoint .submenu ul {
	column-count: 2;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header .content-holder .actual-header .menu-holder .menu .menupoint .submenu ul li {
	margin: 0;
	padding: 7px 0;
	break-inside:avoid-column;
	page-break-inside:avoid;

}

header .content-holder .actual-header .menu-holder .menu .menupoint .submenu ul li a {
	font-size: 16px;
	position: relative;
	line-height:normal;
}

header .content-holder .actual-header .menu-holder .menu .menupoint .submenu ul li a::before {
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	font-family: fontAwesome;
	content: '\f111';
	font-size: 6px;
	opacity: 0.2;
}

header .content-holder .actual-header .menu-holder .menu .menupoint .submenu ul li a:hover::before {
	opacity: 1;
}

header .content-holder .actual-header .menu-holder .menu .menupoint:hover .submenu {
	z-index: 2;
	opacity: 1;
	pointer-events: initial;
}

main {
	
}

main.b2b,
main.checkout,
main.basket,
main.product,
main.receipt,
main.infopage,
main.search {
	border-top: 2px solid #c3c3bf;
}

main.b2b .content-holder,
main.checkout .content-holder,
main.basket .content-holder,
main.product .content-holder,
main.receipt .content-holder,
main.infopage .content-holder {
	padding: 0 20px 30px;
}

main .content-holder.bc {
	padding-bottom: 0 !important;
}

.breadcrumb ul {
	margin: 5px 0;
	padding: 0;
}

.breadcrumb ul li {
	padding: 0;
	margin: 0;
	display: inline;
	font-size: 11px;
	text-transform: uppercase;
	color: #0f1219;
	line-height:10px;
}

.breadcrumb ul li a {
	text-decoration: none;
	color: #0f1219;
}

.breadcrumb ul li a:hover {
	text-decoration: underline;
}

.breadcrumb ul li a i {
	margin-right: 3px;
	color: #c1c1c0;
}

footer {
	height: 324px;
	background: url('/images/footer-bg.jpg') center;
	border-top: 1px solid #a4a5a4;
	border-bottom: 1px solid #a4a5a4;
}

footer .content-holder .actual-footer {
	padding: 0 20px;
	font-size: 14px;
	color: white;
}

footer .content-holder .actual-footer .f-sections {
	display: table;
	width: 100%;
	height: 324px;
}

footer .content-holder .actual-footer .f-sections .f-section {
	display: table-cell;
	width: 33.33%;
	padding-top: 100px;
}

footer .content-holder .actual-footer .f-sections .f-section h2 {
	margin-top: 0;
	margin-bottom: 15px;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
}

footer .content-holder .actual-footer .f-sections .f-section ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px;
}

footer .content-holder .actual-footer .f-sections .f-section ul li {
	line-height: 20px;
}

footer .content-holder .actual-footer .f-sections .f-section ul li a {
	color: white;
	text-decoration: none;
}

footer .content-holder .actual-footer .f-sections .f-section-2 {
	text-align: center;
}

footer .content-holder .actual-footer .f-sections .f-section-3 {
	text-align: right;
}

footer .content-holder .actual-footer .f-sections .f-section ul li a:hover {
	text-decoration: underline;
}

.subfooter {
	height: 65px;
}

.subfooter .content-holder {
	position: relative;
	height: 65px;
}

.subfooter .content-holder img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.subfooter .content-holder .developer {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}

.subfooter .content-holder .developer a {
	color: rgba(0,0,0,0.5);
	font-size: 12px;
	text-decoration: none;
}

.subfooter .content-holder .developer a:hover {
	color: rgba(0,0,0,0.8);
	font-size: 12px;
	text-decoration: underline;
}

.slick-slider * {
	outline: 0 !important;
}

.popup-overlay {
	position: fixed;
	opacity: 0;
	pointer-events: none;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background-color: rgba(0,0,0,0.8);
	transition: 0.5s ease all;
}

.popup-overlay.visible {
	opacity: 1;
	pointer-events: initial;
}

.overlay-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	min-width: 340px;
}

.overlay-content div.close-overlay {
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%,-50%);
	height: 30px;
	width: 30px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	background-color: white;
	border: 2px solid #c7b172;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	cursor: pointer;
	font-size: 14px;
}

.content-box {
	background-color: white;
	padding: 20px;
	border-radius: 3px;
}

.content-box .loader {
	text-align:center;
	font-size:30px;
	line-height:50px;
}

.content-box h2 {
	margin: 0;
	border-bottom: 1px solid #5c5656;
	padding-bottom: 5px;
	font-size: 20px;
}

.content-box .buttons {
	padding-top: 20px;
}

.content-box .buttons .linkbtn {
	text-align: center;
}

.content-box .buttons .left {
	margin-right: 10px;
}

.content-box .buttons .right {
	margin-left: 10px;
}

.standout {
	color:#d43535;	
}
.standouttextSmall {
	font-style:italic;
	font-size:12px;	
}

/* validator */
label.error {
	display:none!important;	
}
.required.error, input.error {
	background:#fff0f0;	
}































































/*TABS START*/

.tabs-section {
	
}

#tab-container {
    margin: 0 auto;
	font-size: 0;
}

#tab-container > input {
	position: absolute;
	visibility: hidden;
	pointer-events: none;
}

#tab-container > label {
	color: #888;
	cursor: pointer;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 14px 35px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}

#tab-container > label.has-errors {
	background: #fff0f0 !important;
}

#tab-container > input:checked + label.has-errors {
	/*background: #ffcdcd !important;*/
	color: black;
}

#tab-container > input:hover + label {
	background: #ddd;
	color: #666;
}

#tab-container > input:checked + label {
	background: #0f1219;
	color: white;
	position: relative;
	z-index: 3;
}

#content {
	position: relative;
	width: 100%;
	z-index: 5;
}

#content > div {
	position: absolute;
	padding-top: 30px;
	opacity: 0;
	pointer-events: none;
	width: 100%;
	border-top: 2px solid #c5c5c7;
}

#content > div .slick-arrow {
	position: absolute;
	border: 0;
	width: 22px;
	height: 24px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

#content > div .slick-arrow.slick-prev {
	background: url('/images/arrow-left.png') no-repeat;
	left: -25px;
}

#content > div .slick-arrow.slick-next {
	background: url('/images/arrow-right.png') no-repeat;
	right: -25px;
}

#tab-container input#tab-1:checked ~ #content #content-1,
#tab-container input#tab-2:checked ~ #content #content-2,
#tab-container input#tab-3:checked ~ #content #content-3 {
    opacity: 1;
	pointer-events: initial;
    z-index: 100;
}

.prodslide .prod-box-holder {
	outline: 0 !important;
}

.prodslide .prod-box {
	margin: auto;
	position: relative;
	width: 210px;
	height: 430px;
	overflow: hidden;
	font-size: 16px;
	text-align: center;
}

.category .filter-and-products .product-holder .prod-box-holder .prod-box .discount, .prodslide .prod-box .discount {
	position:absolute;
	top:10px;
	right:10px;
	width:50px;
	height:50px;
	border-radius:50%;
	background: #fced44;
	text-align:center;
	line-height:50px;
	font-weight:bold;
	box-shadow:0px 0px 5px rgba(0,0,0,0.2);	
	z-index:1;
}


.prodslide .prod-box .img-info-holder {
	position: relative;
	width: 210px;
	height: 280px;
}

.prodslide .prod-box .img-info-holder .image-holder {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(0);
	width: 210px;
	height: 280px;
}

.prodslide .prod-box .img-info-holder:hover .image-holder {
	transform: translateX(-100%);
}

.prodslide .prod-box .img-info-holder .image-holder img {
	display: block;
	width: 210px;
	height: 280px;
}

.prodslide .prod-box .img-info-holder .info-holder {
	display: table;
	position: absolute;
	top: 0;
	/*left: 210px;*/
	left: 0;
	opacity: 0;
	transform: translateX(0);
	width: 210px;
	height: 280px;
	font-family: 'Raleway', sans-serif;
	background-color: rgba(31,34,43,0.8);
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-moz-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	-o-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
	transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.prodslide .prod-box .img-info-holder .info-holder a {
	display: table-cell;
	width: 210px;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	color: #bba565;
	text-decoration: none;
}

.prodslide .prod-box .img-info-holder .info-holder a img {
	display: block;
}

.prodslide .prod-box .img-info-holder .info-holder a span {
	text-transform: uppercase;
	text-decoration: underline;
}

.prodslide .prod-box .img-info-holder:hover .info-holder {
	/*transform: translateX(-100%);*/
	opacity: 1;
}

.prodslide .prod-box .title {
	display: block;
	color: #0f1219;
	text-decoration: none;
	height: 52px;
	padding: 20px 10px 0;
	line-height: 16px;
    overflow: hidden;
	margin-bottom: 10px;
}

.prodslide .prod-box .price {
	color: #0f1219;
}

.prodslide .prod-box .button-holder {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 5px;
}

.prodslide .prod-box .button-holder .linkbutton {
	display: block;
	width: 125px;
	height: 30px;
	line-height: 28px;
	margin: auto;
	border: 1px solid #2e292a;
	color: #2e292a;
	font-size: 14px;
	text-decoration: none;
}


.prodslide .prod-box .button-holder .linkbutton:hover {
	background-color: #2e292a;
	color: white;
}

.content-holder.narrow {
	max-width: 700px;
	margin: auto;
}
/*.content-holder.noheadfoot {
	max-width:100%!important;	
}*/


