@charset "utf-8";
@font-face {
	font-family: 'Futura_Bold';
	src: url(fonts/Futura_Md_BT_Bold.ttf);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Futura_Medium';
	src: url(fonts/Futura_Md_BT_Medium.ttf);
	font-weight: normal;
	font-style: normal;
}
*,
form {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.hidden {display: none !important;}

.left {
	float: left;
}
.right {
	float: right;
}
.wrapper {
	width: 100%;
}
.showM {
	display: none;
}
.container {
	width: 1200px;
	margin: auto;
}
.menuBtn {
	display: none;
}
.header-wrap {
	position: relative;
	padding-top: 30px;
	padding-bottom: 30px;
}
.logo-wrap {
	display: block;
}
.nav-top {
	text-align: right;
}
.nav-top div {
	display: inline-block;
}
.nav-top a {
	font-size: 14px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Medium';
	font-weight: normal;
	color: #775e61;
	text-transform: uppercase;
	margin-left: 25px;
}
.nav-top a:last-of-type {
	color: #010101;
}
.nav-top select {
	font-size: 14px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Medium';
	font-weight: normal;
	color: #775e61;
	text-transform: uppercase;
	margin-left: 25px;
}
a.account {
	color: #010101;
	background-image: url(../images/user_icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.nav-top a.cart {
	color: #010101;
	background-image: url(../images/shopping_cart.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 23px;
}
.navigation {
	padding: 30px 0;
	text-align: right;
}
.navigation ul li {
	display: inline;
}
.navigation ul li a {
	font-size: 19px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Bold';
	font-weight: normal;
	color: #010101b0;
	text-transform: uppercase;
	margin-left: 25px;
}
.logo-wrap {
	position: absolute;
	bottom: 53px;
}
.hero-wrapper {
	height: 545px;
	background-image: url(../images/hero_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 100%;
}
.hero-wrapper .container {
	position: relative;	
	height: 100%;
}

/*new slider styles*/
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	background-color: rgba(142, 142, 142, 0.16);
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
}
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
}
.active {
	background-color: #717171;
}

.fade-to-left {
	-webkit-animation-name: fade-to-left;
	-webkit-animation-duration: 1s;
	animation-name: fade-to-left;
	animation-duration: 1s;
}
.fade-to-right {
	-webkit-animation-name: fade-to-right;
	-webkit-animation-duration: 1s;
	animation-name: fade-to-right;
	animation-duration: 1s;
}
@-webkit-keyframes fade-to-left {
	from {
		opacity: .4;
		transform: translateX(1920px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fade-to-left {
	from {
		opacity: .4;
		transform: translateX(1920px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fade-to-right {
	from {
		opacity: .4;
		transform: translateX(-1920px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fade-to-right {
	from {
		opacity: .4;
		transform: translateX(-1920px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
/*new slider styles*/


.nav-top-bottom {
	display: none;
}

@media(min-width:1600px){
	.hero-wrapper {
		background-size: 100% auto;
	}
}
.search-wrap {
	display: flex;
	position: relative;
	top: -30px;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.15);
	box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.15);
}
.field {
	width: calc(100% - 147px);
	height: 60px;
	border: 3px solid #cb0100;
	border-right: none;
	padding: 0 20px;
	color: #000;
	font-size: 27px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Medium';
	font-weight: normal;
	outline: none;
}
.field::-webkit-input-placeholder { 
  	color: #c2c4c6;
  	font-family: 'Futura_Medium';
}
.field::-moz-placeholder {
  	color: #c2c4c6;
  	font-family: 'Futura_Medium';
}
.field:-ms-input-placeholder { 
  	color: #c2c4c6;
  	font-family: 'Futura_Medium';
}
.field:-moz-placeholder {
  	color: #c2c4c6;
  	font-family: 'Futura_Medium';
}
.searchy {
	width: 147px;
	height: 60px;
	background-color: #cb0100;
	border: none;
	font-size: 20px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Medium';
	font-weight: normal;
	color: #fff;	
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
}
.hero-text {
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	/*
	padding-top: 60px;
	*/
	margin-top: 60px;
}
.hero-text h1 {
	color: #8a746e;
	font-size: 51px;
	line-height: 1em;
	letter-spacing: -0.04em;
	font-family: 'Futura_Bold';
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}
.hero-text h4 {
	color: #010101;
	font-size: 31px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Medium';
	font-weight: normal;
}
.interests {
	margin-top: 65px;
	margin-bottom: 50px;
}
.interests a {
	display: none;
	float: left;
	width: 226px;
	height: 60px;
	color: #fff;
	font-size: 20px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Bold';
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	line-height: 60px;
	margin-right: 10px;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
	transition-property: background-color;
}
.interests a:first-of-type {
	background-color: #cb0100;
}
.interests a:first-of-type:hover {
	background-color: #cb0100;
}
.interests a:last-of-type {
	background-color: #cb0100;
}
.interests a:last-of-type:hover {
	background-color: #cb0100;
}
.interests:after {
	content: "";
	display: table;
	clear: both;
}
.hero-text small {
	color: #775e61;
	font-size: 14px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Medium';
	font-weight: normal;
}
.section-header h2 {
	padding: 70px 0;
	text-align: center;
}
.h-two {
	color: #000;
	font-size: 53px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Medium';
	font-weight: normal;
}
.h-two b {
	font-family: 'Futura_Bold';
}
.section-header h3 {
	padding: 45px 0;
	text-align: left;
}
.h-three {
	color: #856c68;
	font-size: 53px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Medium';
	font-weight: normal;
}
.h-three b {
	font-family: 'Futura_Bold';
}
.flex-listing {
	margin-left: -21px;
	margin-right: -21px;
	display: flex;
	flex-wrap: wrap;
}
.book-holder {
	width: 14.285714%;
	padding: 0 21px;
	position: relative;
	margin-bottom: 65px;
}
.book-cover {
	width: 100%;
	height: 0;
	padding-bottom: 151%;
	position: relative;
	margin-bottom: 10px;
	overflow: hidden;
}
.book-cover img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.book-info p {
	font-size: 16px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Medium';
	font-weight: normal;
	color: #856c68;
	line-height: 1.2em;
}
.book-info p.b-title {
	color: #000;
}
.book-info p:last-of-type {
	margin-bottom: 40px;
}
.add-to-cart {
	position: absolute;
	bottom: 0;
	color: #000;
	font-size: 14px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Medium';
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: underline;
	cursor:pointer;
	 -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
}
.alert-wrapper {
	margin-bottom: 60px;
}
.alert {
	width: 100%;
	background-color: #cd2029;
	color: #fff;
	position: relative;
	padding: 20px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.know-more {
    width: 202px;
    height: 46px;
    border: 1px solid #fff;
    line-height: 46px;
    text-align: center;
    font-size: 16px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Bold';
	font-weight: normal;
	color: #fff;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
	transition-property: background-color, color;
}
.know-more:hover {
	background-color: #fff;
	color: #cd2029;
}
.alert h3 {
	font-size: 24px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Bold';
	font-weight: normal;
	margin-bottom: 2px;
}
.alert p {
	font-size: 20px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Medium';
	font-weight: normal;
}
.extra-wrapper {
	background-color: #f2f2ed;
	padding-bottom: 70px;
}
.flexy {
    margin-left: -21px;
    margin-right: -21px;
    display: flex;
    flex-wrap: wrap;
    padding: 0 40px;
    margin-bottom: 60px;
}
.feature {
	width: 33.33%;
	text-align: center;
}
.feature img {
	margin-bottom: 20px;
}
.f-title {
	font-size: 20px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Bold';
	font-weight: normal;
	color: #000000;
}
.f-desc {
	font-size: 18px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Medium';
	font-weight: normal;
	color: #856c68;
}
.shop-now {
	display: block;
	width: 299px;
	height: 60px;
	margin: auto;
	background-color: #cb0100;
	color: #fff;
	font-size: 20px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Bold';
	font-weight: normal;
	text-transform: uppercase;
	line-height: 60px;
	text-align: center;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
	transition-property: background-color;	
}
.shop-now:hover {
	background-color: #8a746e;
}
.shorter {
	height: 260px;
	background-position: center;
	background-size: 100% ;
}
.hero-text h2 {
	position: absolute;
	bottom: 50px;
}
.hero-text h3 {
	position: absolute;
	bottom: 50px;
	color: #856c68;
	font-size: 31px;
	letter-spacing: -0.04em;
	font-family: 'Futura_Medium';
	font-weight: normal;
}
@media(min-width:1600px){
	.shorter {
		background-size: 100% auto;
	}
	
}
.filter-display {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.filters-column {
	width: 350px;
	position: relative;
	left: 0;
}
.filter-flex {
	width: calc(100% - 350px);
	position: relative;
}
.options-list {
	list-style: none;
}
.checklabel {
	display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    line-height: 15px;
    font-weight: normal;
    font-family: 'Futura_Medium';
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    letter-spacing: -0.04em;
}
.checklabel input {
	position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 1px solid #cd2029;
}
/* When the checkbox is checked, add a blue background */
.checklabel input:checked ~ .checkmark {
    background-color: #cd2029;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checklabel input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checklabel .checkmark:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.options-list li {
	padding-bottom: 11px;
}
.filter-flex .book-holder {
	width: 20%;
}
.filter-header {
	padding: 60px 0 30px 0;
}
.filter-header h3 {
	float: left;
	font-size: 19px;
	line-height: 40px;
    font-weight: normal;
    font-family: 'Futura_Bold';
    color: #000;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}
.navigation-bar {
	float: right;
	display: flex;
	align-items: center;
}
.filter-header:after {
	content: "";
	display: table;
	clear: both;
}
.filter-flex .alert {
	margin-bottom: 42px;
}
.sort-by span {
	font-size: 14px;
    font-weight: normal;
    font-family: 'Futura_Medium';
    color: #000;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}
.sorting {
	width: 200px;
	height: 40px;
	border: 1px solid rgb(0 0 0 / 50%));
	padding-left: 15px;
	margin-left: 15px;
	font-size: 14px;
	letter-spacing: -0.04em;
    font-weight: normal;
    font-family: 'Futura_Medium';
    color: #000000;
    text-transform: uppercase;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../images/v-arrow.svg);
	background-position: 92% center;
	background-repeat: no-repeat;
	background-color: #fff;
}
.pagination {
	margin-left: 25px;
}
.pagination a {
    float: left;
    padding: 0 5px;
    text-decoration: none;
    color: #775e61;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Futura_Medium';
    cursor:pointer;
}
.pagination span {
    float: left;
    text-decoration: none;
    color: #775e61;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Futura_Medium';
    cursor:pointer;
}
.pagination a.active-page{
	font-weight:bold;
	color: #000;
}
.filter-property {
	margin-bottom: 20px;
}
.filter-property>p {
	font-size: 14px;
	letter-spacing: -0.04em;
    font-weight: normal;
    font-family: 'Futura_Medium';
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.turn-back {
	width: 100%;
	padding: 75px 0 40px;
}
.turn-back a {
	font-size: 14px;
	letter-spacing: -0.04em;
    font-weight: normal;
    font-family: 'Futura_Bold';
    color: #cb0100;
    cursor:pointer;
}
.book-card-c {
	border-bottom: 1px solid rgba(33, 63, 153, 0.5);
	padding-bottom: 80px;
}
.book-card-c:after {
	content: "";
	display: table;
	clear: both;
}
.book-card-c .alert {
	width: 25%;
	flex-wrap: wrap;
	padding: 25px 30px;
	float: right;
}
.book-card-c .alert>div {
	margin-bottom: 25px;
}
.book-card {
	width: 75%;
	display: flex;
	float: left;
}
.img-part {
	width: 26.33%;
}
.img-part img {
	width: 100%;
	margin-bottom: 5px;
}
.img-part span {
	font-size: 12px;
	letter-spacing: -0.04em;
    font-weight: normal;
    font-family: 'Futura_Medium';
    color: #775e61;
}
.text-part {
	width: 74.66%;
	padding: 0 130px 0 40px;
}
.text-part h3 {
	font-size: 37px;
	line-height: 1.2em;
	letter-spacing: -0.04em;
    font-weight: normal;
    font-family: 'Futura_Bold';
    color: #213f99;
    margin-top: -0.2em;
    margin-bottom: 15px;
}
.text-part p {
	font-size: 19px;
	letter-spacing: -0.04em;
    font-weight: normal;
    font-family: 'Futura_Medium';
    color: #856c68;
    line-height: 1.5em;
}
.to-cart {
	width: 202px;
	height: 46px;
	font-size: 15px;
	letter-spacing: -0.04em;
    font-weight: normal;
    font-family: 'Futura_Bold';
    color: #fff;
    background-color: #cb0100;
    text-transform: uppercase;
    border: 1px solid #a10100;
    cursor: pointer;
    transition-duration: 0.1s;
    transition-timing-function: ease-in-out;
    transition-property: background-color, color;
    margin-top: 70px;
}
.to-cart:hover {
	color: #000000;
	background-color: #fff;
	border: 2px solid #cb0100;
}

.footer {
	padding: 65px 0 80px;
}
.footer:after {
	content: "";
	display: table;
	clear: both;
}
.left-part {
	width: 28.33%;
	padding-right: 80px;
	float: left;
}
.left-part .logo-f {
	float: left;
	margin-right: 20px;
}
.left-part .logo-f img {
	width: 130px;
}
.logo-holder {
	display: flex;
	margin-bottom: 15px;
}
.social li {
	display: inline-block;
	float: left;
	padding-right: 13px;
}
.middle-part {
	display: flex;
	float: left;
	max-width: 690px;
}
.right-part {
	float: right;
}
.footer p {
	font-size: 12px;
	line-height: 1.2em;
	letter-spacing: -0.04em;
    font-weight: normal;
    font-family: 'Futura_Medium';
    color: #856c68;
    margin-bottom: 20px;
}
.middle-part ul {
	display: block;
	list-style: none;
	padding-right: 30px;
}
.middle-part ul li {
	padding-bottom: 5px;
}
.middle-part ul li a {
    font-size: 16px;
	letter-spacing: -0.04em;
    font-weight: normal;
    font-family: 'Futura_Bold';
    text-transform: uppercase;
    color: #010101;
}
.middle-part ul:last-of-type li a {
	color: #856c68;
}
.whatsapp {
	font-size: 16px;
	letter-spacing: -0.04em;
    font-weight: normal;
    font-family: 'Futura_Bold';
    text-transform: uppercase;
    color: #010101;
    background-image: url(../images/big-whatsapp.svg);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0 5px 32px;
}
.menu-btn-close {
	display: none;
}
.filter-btn {
	display: none;
}
.mask {
	display: none;
}
.confirm {
	margin-top: 10px;
	width: 250px;
	height: 50px;
	border: none;
	background-color: #213f99;
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.04em;
    font-family: 'Futura_Bold';
    font-weight: normal;
    text-transform: uppercase;
    line-height: 50px;
}
.content-wrapper {
	padding: 70px 0 40px;
}
.content-text {
	float: left;
	width: calc(100% - 400px);
}
.content-text p {
    font-size: 18px;
    letter-spacing: -0.04em;
    font-family: 'Futura_Medium';
    font-weight: normal;
    color: #856c68;
    margin-bottom: 30px;
}
.content-wrapper .container:after {
	content: "";
	display: table;
	clear: both;
}
.content-wrapper .alert {
	float: right;
    width: 300px;
    flex-wrap: wrap;
    padding: 25px 30px;
}
.content-wrapper .alert>div {
    margin-bottom: 25px;
}
.ma-wrapper {
	width: 100%;
	min-height: 100%;
	background-color: #fff;
}
.ma-header {
	text-align: center;
	padding: 30px 0 5px;
}
.ma-main {
	max-width: 650px;
	margin: auto;
	background-color: #fff;
}
.signin-options {
    padding: 25px 20px 15px;
    display: flex;
}	
.signin-options>div {
	width: 50%;
	text-align: center;
	font-family: 'Futura_Bold',sans-serif;
    font-style: normal;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: .4px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    padding: 20px 0 17px;
    cursor:pointer;
}
.signin-options>div a{
	color: #222;
}
div.title.active {
    border: 1px solid #999;
    border-bottom: 0;
}
p.qa-use-email {
    font-family: 'Futura_Bold',sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2.3px;
    margin-top: 20px;
}
div.form-login {
    margin: 30px auto 0;
    width: 88%;
}
.form-register {
	margin: 30px auto 0;
    width: 100%;
}
fieldset {
	border: none!important;
	padding: 0 0 30px!important;
}
.field2 {
	width: 100%;
    padding: 0 18.5%;
    margin: 0 auto 19px;
    text-align: left;
    position: relative;
}
.field2 label {
	width: 100%;
	font-family: 'Futura_Medium',sans-serif;
    font-style: normal;
    text-transform: uppercase;
    float: left;
    margin: 0 3% 11px 0;
    color: #856c68;
}
.field2 label:not(.checkbox):after {
    content: ":";
    width: auto;
    color: #999;
}
.input-wrapper {
	width: 100%;
}
.input-wrapper input {
	width: 100%;
    height: 45px;
    float: left;
    outline: none;
    border: 1px solid #999;
    font-size: .975em;
	height: 45px;
    font-family: 'Futura_Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    padding: 0 10px;
}
.field2:after {
	content: "";
	display: table;
	clear: both;
}
.submit {
    text-align: center;
    padding: 10px 18.5% 0;
}
.submit input {
    background: #cb0100;
    color: #fff;
    border: 0;
    height: 45px;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
    font-family: 'Futura_Medium';
    letter-spacing: 1px;
    cursor: pointer;
}
.submit input:hover {
	opacity: 0.7;
}
.forgotten-password {
    margin-top: 22px;
    text-align: center;
}
.forgotten-password a {
    font-family: 'Futura_Medium';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    color: #222;
}
.forgotten-password a:hover {
	text-decoration: underline;
}
span.hint {
    clear: both;
    font-family: 'Futura_Medium';
    padding-top: 6px;
    color: #999;
    display: block;
    font-size: 12px;
}
.form-register fieldset {
	padding: 0 10px 30px!important;
}
.form-register .field2 {
	width: 100%;
	padding: 0 10px;
	margin: 0 0 19px;
	float: left;
}
.field3 {
	width: 50%!important;
}
.input-wrapper select {
	width: 100%;
    height: 45px;
    float: left;
    outline: none;
    border: 1px solid #999;
    font-size: .975em;
    height: 45px;
    font-family: 'Futura_Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    padding: 0 10px;
}
.flex-table {
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
}
.flex-table-order {
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
}
.flex-table .flex-row {
	border-bottom: none;
}
.flex-table-order .flex-row {
	margin-bottom: 20px;
	position: relative;
}
.flex-row {
	width: 100%;
	display: flex;
	border: 1px solid #ddd;	
}
.first-element {
	width: 10%;
}
.flex-table>div:last-of-type{
	border-bottom: 1px solid #ddd;
}
.flex-table .flex-row>div {
	padding: 20px;
}
.second-element {
	width: 64%;
    padding-right: 40px!important;
}
.third-element {
	width: 13%;
}
.forth-element {
	width: 13%;
}
.flex-row>div {
	padding: 20px;
}
.flex-table span {
	font-size: 15px;
    letter-spacing: -0.04em;
    font-family: 'Futura_Medium';
    font-weight: normal;
    color: #775e61;
}
.flex-table a:hover {
	color: #775e61;
	text-decoration: underline;
}
.flex-table>div:first-of-type span {
	font-family: 'Futura_Bold';
    color: #000;	
}
.first-el {
	width: 12.5%;
	padding-right: 0!important;
}
.first-el img {
	width: 100%;
	display: block;
}
.second-el {
	width: 75%;
	padding-right: 50px!important;
}
.third-el {
	width: 37.5%;
}
.flex-table-order p,  .flex-table-order span{
	font-size: 16px;
	line-height: 1.2em;
    letter-spacing: -0.04em;
    font-family: 'Futura_Medium';
    font-weight: normal;
    color: #775e61;
    margin-right: 7px;
}
.third-el p {
	margin-bottom: 10px;
}





.third-el input {
	display: inline-block;
	width: 50px;
	font-size: 16px;
	line-height: 1.2em;
    letter-spacing: -0.04em;
    font-family: 'Futura_Medium';
    font-weight: normal;
    color: #000;
    text-align: center;
    border: 1px solid #ccc;
    height: 25px;
}
.third-el button {
	display: inline-block;
	width: 25px;
	height: 24px;
  	font-family: 'Futura_Medium';
    font-weight: normal;
    color: #000;
    text-align: center;
    border: 1px solid #ccc;
	cursor: pointer;
}

.cart-item-remove {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 15px;
	height: 15px;
	display: block;
	background-image: url(../images/remove.png);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	cursor:pointer;
}
.btn-order-holder {
	width: 100%;
	margin: auto;
	text-align: right;
	margin-bottom: 30px;
}
.btn-order-holder .to-cart {
	display: inline-block;
	margin-top: 0;
	text-align: center;
	line-height: 45px;
}
.banner-wrap {
	width: 80%;
	margin: auto;
	background-color: #8a746e;
	padding: 23px;
	margin-bottom: 30px;
}
.banner-wrap h3 {
	font-family: 'Futura_Medium';
	font-weight: normal;
	font-size: 20px;
	color: #fff;
}
.forma-c {
	margin-left: -10px;
}
.topf .in-form {
   	outline: none;
    border: 1px solid #999;
    font-size: .975em;
    height: 45px;
    font-family: 'Futura_Medium';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    padding: 0 10px;
    border-radius: 0;
}
.topf .form-group textarea {
    height: 120px;
	padding-top: 10px;
}
.form-group.largerer {
    width: 100%;
}
.topf .send-btn {
    margin-left: 10px;
}
.form-group {
	width: 50%;
	padding: 0 10px;
	display: inline-block;
	float: left;
	margin-bottom: 20px;
}
.in-form {
	width: 100%;
	border: none;
	background-color: #fff;
	border-radius: 3px;
	height: 55px;
	padding-left: 20px;
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}
.in-form::-webkit-input-placeholder { 
	font-family: 'Futura_Medium';
    color: #BABABA;
}
.in-form::-moz-placeholder { 
	font-family: 'Futura_Medium';
    color: #BABABA;
}
.in-form:-ms-input-placeholder { 
	font-family: 'Futura_Medium';
    color: #BABABA;
}
.in-form:-moz-placeholder { 
	font-family: 'Futura_Medium';
    color: #BABABA;
}

.form-group:last-of-type {
	font-family: 'Futura_Medium';
    width: 100%;	
}
.form-group textarea {
	height: 88px;
	resize: none;
	padding-top: 17px;
}
.send-btn {
	display: block;
	width: 104px;
	height: 45px;
	background-color: #cb0100;
	color: #fff;
	border-radius: 0;
	margin-left: 13px;
	border: none;
	font-family: 'Futura_Medium';
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	cursor: pointer;
	transition-duration: 0.1s;
	transition-timing-function: ease-in-out;
	transition-property: all;
	margin-bottom: 70px;
}
.send-btn:hover {
	opacity: 0.5;
}
.form-group label {
    width: 100%;
    font-size: 14px;
    font-family: 'Futura_Medium',sans-serif;
    font-style: normal;
    text-transform: uppercase;
    float: left;
    margin-bottom: 7px;
    color: #856c68;
}
.adresa {
	line-height: 1.7em;
}
@media(max-width:1242px) {
	.container {
		width: 100%;
		padding-left: 21px;
		padding-right: 21px;
	}
	.flex-listing {
	    margin-left: -13px;
	    margin-right: -13px;}
	 .book-holder {
    width: 14.285714%;
    padding: 0 13px;}
}

@media(max-width:1180px) {
	.header {
		position: fixed;
		width: 280px;
		background-color: #fff;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 9999;
		transform: translateX(-285px);
		transition-duration: 0.3s;
		padding-left: 25px;
		padding-top: 30px;
		box-shadow: 2px 2px 2px #ddd;
	}
	.nav-top-bottom {
		display: block;
	}
	.nav-top-bottom a {
		display: block;
		font-size: 16px;
	    letter-spacing: -0.04em;
	    font-family: 'Futura_Medium';
	    font-weight: normal;
	    color: #775e61;
	    text-transform: uppercase;
	    margin-bottom: 10px;
	}
    .nav-top-bottom .account {
    	margin-top: 20px;
    	margin-bottom: 15px;
    }
	.header nav {
		text-align: left;
	}
	.navigation {
		padding: 40px 0 15px;
	}
	.navigation ul li a {
	    font-size: 16px;
	    margin-left: 0; }
	.searchy span {
		display: none;
	}
	.navigation ul li {
	    display: block;
	    padding: 5px 0;
	}
	.nav-top a {
	    font-size: 16px;
	    margin-left: 0;
	    display: block;
	    margin-bottom: 10px;
	}

	.header-wrap div:first-of-type:after {
		content: "";
		display: table;
		clear: both;
	}
	.header-wrap {
	    position: relative;
	    padding-top: 30px;
	    padding-bottom: 50px;
	}
	.is-open {
		-webkit-transform: translateX(0);
	    -ms-transform: translateX(0);
	    transform: translateX(0);
	}
	.menu-btn-close {
		width: 30px;
		height: 30px;
		display: block;
	    float: right;
	    background: #fff;
	    border: none;
	    position: relative;
	    outline: none;
	    font-family: 'Brandon_light';
	    font-size: 1.2rem;
	    background-image: url(../images/kryqi.svg);
	    background-repeat: no-repeat;
	    background-position: center;
	    margin-right: 20px;
	}
	.logo-wrap {
		position: static;
		display: block;
		padding: 0;
		display: flex;
		align-items: center;
		float: left;
		margin-top: -10px;
	}
	.nav-top {
		float: right;
	}
	.menuBtn {
		display: block;
		width: 26px;
		height: 18px;
		outline: none;
		border: none;
		background-color: transparent;
		background-image: url(../images/bars.svg);
		background-position: center;
		background-repeat: no-repeat;
		margin-right: 20px;
	}
	.hero-text {
		width: 70%;
	}
	.book-holder {
    	width: 20%;
	}
	.filter-flex .book-holder {
	    width: 25%;
	}
	.logo-holder {
		flex-wrap: wrap;
	}
	.social {
		width: 100%;
		margin-top: 20px;
	}
	
	.left-part {
		width: 30%;
    	padding-right: 40px;
	}
	.whatsapp {
    	display: none;
    }
    .noscroll {
    	overflow-y: hidden;
    }
    .push-left {
    	transform: translateX(-280px);
    	transition-duration: 0.3s;    	
    }
    .hide_it {
    	display: none!important;
    }
    .c-mask.is-active {
	    width: 100%;
	    height: 100%;
	    opacity: .8;
	    -webkit-transition: opacity .3s;
	    transition: opacity .3s;
	}
	.c-mask {
		position: fixed;
	    z-index: 2000;
	    top: 0;
	    left: 0;
	    width: 0;
	    height: 0;
	    background-color: #fff;
	    opacity: 0;
	    -webkit-transition: opacity .3s,width 0s .3s,height 0s .3s;
	    transition: opacity .3s,width 0s .3s,height 0s .3s;
	}
}
@media(max-width:1110px) {
   .filter-flex .know-more {
   		margin-left: 30px;
   }
   .filter-flex .book-holder {
	    width: 33.33%;
	}
	.text-part {
	    padding: 0 80px 0 40px;
	}
}
@media(max-width:890px) {
	.hideM {
		display: none;
	}
	.showM {
		display: block!important;
	}
	.logo-wrap {
	    margin-top: -5px;
	}
   .logo-wrap img {
   		width: 170px;
   }
   .hero-text h1 {
	    font-size: 33px;
	    width: 60%;
	}
	.hero-text {
    	width: 50%;
		margin-top: 0;
	}
	.hero-text h1 {
	    font-size: 33px;
	}
	.hero-text h4 {
	    font-size: 23px;
	}
	.interests {
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	.interests a {
	    width: 180px;
	    height: 50px;
	    font-size: 16px;
	    line-height: 50px;
	    margin-right: 10px;
	}
	.hero-text small {
		display: block;
		width: 40%;
	}
   .hero-text small br {
	   	display: none
	}
	.hero-wrapper {
	    height: auto;
		padding-top: 30px;
	    background-image: url(../images/hero_bg.jpg);
	    background-repeat: no-repeat;
	    background-position: center bottom;
	    background-size: auto 100%;
	}
	.hero-text {
	    width: 100%;
	    position: static;
	    top: 0;
	    bottom: 0;
	    padding-top: 0px;
	    padding-bottom: 60px;
	}
	.section-header h2 {
	    padding: 40px 0;
	    text-align: center;
	}
	.book-holder {
	    width: 33.33%;
	}
	.flexy {
		margin-bottom: 0;
	}
	.feature {
	    width: 100%;
	    margin-bottom: 60px;
	}
	.shorter {
		background-size: 100%;
		background-position: center;
	}
	.hero-text h2 {
	    position: absolute;
	    bottom: 20px;
	}
	.h-two {
	    font-size: 33px;
	}
	.shorter .hero-text {
    	padding-bottom: 80px;
	}
	.filter-flex .alert {
		flex-wrap: wrap;
	}
	.filter-flex .know-more {
	    margin-left: 0;
	    margin-top: 15px;
	}
	.hero-text h3 {
	    bottom: 20px;
	    font-size: 22px;
	}
	.footer.container {
		padding: 20px;
	}
	.left-part {
    	width: 100%;}
	.middle-part {
		flex-wrap: wrap;
	}
	.middle-part ul {
		width: 33.33%;
		padding-right: 20px;
	}
	.middle-part ul:last-of-type {
		padding-right: 0;
		padding-left: 20px;
	}
	.middle-part .showM {
		width: 100%;
		margin-top: 20px;
	}
	.middle-part ul li a {
    	font-size: 14px;}
    .nav-top a {
    	margin-left: 20px;
    }
    .nav-top a span:first-of-type {
    	display: none;
    }
    a.account {
	    color: #010101;
	    background-image: url(../images/user_icon.svg);
	    background-repeat: no-repeat;
	    background-position: left center;

	    background-size: auto 100%;
	}
	.nav-top a.cart {
	    color: #010101;
	    background-image: url(../images/shopping_cart.svg);
	    background-repeat: no-repeat;
	    background-position: left center;

	    background-size: auto 100%;
	}
	.filter-header h3 {
		display: none;
	}
    .filters-column {
    	position: fixed;
    	z-index: 1000;
    	top: 100%;
    	left: 0;
    	background-color: #fff;
    	z-index: 9999;
    	width: 100%;
    	padding: 20px;
    }
    .filter-flex {
    	width: 100%;}
    .filter-btn {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		height: 50px;
		width: 100%;
		background-color: #cb0100;
		color: #fff;
		background-image: url(../images/baseline-tune.svg);
	    background-repeat: no-repeat;
	    background-position: 20px center;
	    padding-left: 60px;
	    line-height: 50px;
	    font-family: 'Futura_Medium';
	    font-size: 23px;
	    cursor: pointer;
	    z-index: 1000;
	}
	.open-up {
		top: 0;
		transition-duration: 0.3s;
		transition-timing-function: linear;
		transition-property: top;
		overflow-y: scroll;
		bottom: 50px;
	}
	.book-card {
    	width: 100%; }
	.book-card-c .alert {
		display: none;
	}
}

@media(max-width:527px) {
	.container {
	    padding-left: 20px;
	    padding-right: 20px;
	}
	.hero-wrapper {
	    height: auto;
		padding-top:30px;
	    background-image: none;
        background-color: #efefeb;
	}
	.flex-listing {
	    margin-left: -10px;
	    margin-right: -10px;}
	.book-holder {
	    width: 50%;
	    padding: 0 10px;
	    margin-bottom: 45px;
	}
	.book-info p:last-of-type {
	    margin-bottom: 30px;
	}
	.hero-text {
	    padding-bottom: 35px;
	}
	.hero-text h1 {
	    width: 90%;
	}
	.interests {
	    margin-top: 30px;
	    margin-bottom: 20px;
	}
	.interests a {
    	width: 100%;}
	.interests a:first-of-type {
	    margin-bottom: 10px;
	}
	.hero-text small {
	    width: 100%;
	}
	.alert-wrapper .alert {
		flex-wrap: wrap;
	}
	.alert .know-more {
		margin-top: 20px;
		width: 100%;
	}
	.search-wrap {
	    top: -22px;
	}    

	.field {
	    width: calc(100% - 45px);
	    height: 45px;
	    border: 2px solid #cb0100;
	    border-right: none;
	    padding: 0 13px;
	    color: #000;
	    font-size: 17px;
	    letter-spacing: -0.04em;
	    font-family: 'Futura_Medium';
	    font-weight: normal;
	    outline: none;
	}
	.searchy {
		width: 45px;
		height: 45px;
		background-image: url(../images/loop.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: 50%;
	}
	.filter-flex .book-holder {
		width: 50%;
	}
	.book-card {
       flex-wrap: wrap;
	}
	.img-part {
		width: 100%;
	}
	.img-part img {
		max-width: 200px;
	}
	.img-part span {
		display: none;
	}
	.text-part {
		width: 100%;
		padding: 20px 0;
	}
	.text-part h3 {
    	font-size: 25px;
	}
	.to-cart {
	    width: 100%;
	    margin-top: 30px;
	}
	.turn-back {
	    padding: 25px 0 25px;
	}
	.h-three {
	    font-size: 33px;
	}
	.section-header h3 {
	    padding: 35px 0;
	    text-align: center;
	}
	.add-padding {
		position: relative;
		padding-bottom: 60px;
	}
	.filter-header {
	    padding: 33px 20px 30px;
	}
	.pagination {
		position: absolute;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		margin-left: 0px;
	} 
	.filter-flex .alert {
	    margin-bottom: 30px;
	}
	.filter-flex .alert h3 {
    	font-size: 20px;
	}
	.filter-flex .alert p {
    	font-size: 17px;
	}
	.book-card-c {
	    padding-bottom: 30px;
	}
	.img-part {
		background-color: #F5F5F5;
	}
	.img-part img {
		display: block;
		margin-bottom: 0;
	}
	.navigation-bar {
    	float: none;}
	.sort-by {
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
	}
	.sort-by span {
		display: inline-block;
	}
	.sorting {
		width: auto;
		width: 100%;
	}
	.extra-wrapper {
	    padding-bottom: 40px;
	}
	.signin-options {
		height: 58px;
	    padding: 0;
	    margin: 0;
	    border-bottom: 10px solid #f1f1f1;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	    border-radius: 0;
	}
	
	.signin-options>div {
		height: 100%;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	    border: 0;
	    display: table;
	    border-radius: 0;
	    color: #999;
	    position: relative;
	    padding: 0;
	}
	    
	.qa-title a, .qa-title p {
	    line-height: 1.2;
	    display: table-cell;
	    vertical-align: middle;
	    text-align: center;
	    width: 100%;
	    color: #999!important;
	    padding: 0 10px;
	}
	div.title.active {
		border: 0;
	     border-bottom: 2px solid #2d2d2d;
	    color: #2d2d2d;
	}
	.qa-title:first-of-type::after {
	    content: " ";
	    height: 20px;
	    width: 1px;
	    position: absolute;
	    right: 0;
	    top: 14px;
	    background: #2d2d2d;
	    opacity: .1;
	}
	div.title.active p, div.title.active a{
	    color: #2d2d2d!important;
	    word-break: break-word;
	}
	.field2 {
		padding: 0;
	}
	.submit input {
	    margin-top: 10px;}
	 .form-register .field2 {
	 	padding: 0;
	 }
	 .field3 {
	    width: 100%!important;
	}
	.form-register fieldset {
	    padding: 0 20px 30px!important;
	}
	.logout {
		display: none!important;
	}
	.shop-now {
	    width: 100%;}
	.flexy {
	    margin-left: -20px;
	    margin-right: -20px;}
	 .content-wrapper {
	    padding: 30px 0 30px;
	}
	.flex-table-order .flex-row {
		flex-wrap: wrap;
	}
	.flex-table-order {
    	width: 100%;}
    .first-el {
    	width: 25%;}
    .third-el {
    	width: 100%;
    	padding-top: 0!important;
    	padding-left: calc(25% + 20px)!important;
    }
    .cart-item-remove {
	    top: 10px;
	    right: 10px;}
	 .content-wrapper .alert {
	 	display: none;
	 }
	 .content-text {
	    float: none;
	    width: 100%;
	}
	.content-text p:last-of-type {
		margin-bottom: 0;
	}
	.content-wrapper .container {
		transform: translateZ(0);
		-ms-transform: translateZ(0);
    	-webkit-transform: translateZ(0);
	}
	.flex-table {
	    width: 100%;
	    margin-bottom: 0;
	    display: flex;
	    overflow-x: scroll;
	    
	}
	.flex-table .flex-row {
		flex-wrap: wrap;
		border-bottom: 1px solid #ddd;
		border-right: 0;
		flex-direction: column;
	}
	.flex-table .flex-row>div {
	    padding: 10px;
	    width: 100%!important;
	}
	.flex-table .flex-row:first-of-type {
		position: fixed;
		width: 30%;
		background-color: #f5f5f5;
		border-right: 1px solid #ddd;
	}
	.first-element {
		height: 70px;
	}
	.second-element {
		height: 150px;
		overflow: hidden;
	}
	.third-element {
		height: 70px;
	}
	.forth-element {
		height: 60px;
	}
	.flex-table>div:last-of-type {
	 	border-right: 1px solid #ddd;
	}
	.flex-table>div:nth-of-type(2) {
		margin-left: 33%;
	}
	.submit {
	    padding: 0;
	}
	.forma-c {
	    margin-right: -10PX;
	}
	.form-group {
   		 width: 100%;}
    .send-btn {
    	margin-bottom: 30px;
    }
}
/*------------------------------- SNAKBAR ------------------------------*/
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 99999;
    left: 50%;
    bottom: 30px;
    font-size: 16px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}
.successBanner{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #ec2427;
	color: #FFF;
	text-align: center;
	margin: 0px 0px 8px;
}
.tab-container{
	display:none;
}
.tab-container.active{
	display:block;
}
#cart-form input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}