body {
/*	font-family: 'Commissioner', sans-serif;*/
	font-family: 'Didact Gothic', sans-serif;
	/*font-family: 'Inter Tight', sans-serif;
	font-family: 'Literata', serif;
	font-family: 'Vollkorn', serif;*/
	font-weight: 400;
	color: #666;
	font-size: 18px;
	line-height: 27px;
	width: 100%;
	background-color: #FAFAFA;
	font-family: "Manrope", sans-serif;
  	font-optical-sizing: auto;
}

.container, 
.container-fluid, 
.container-sm, 
.container-md, 
.container-lg, 
.container-xl {
    width: 100%;
    max-width: 1440px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */

/* Override the bootstrap defaults */
h1 {
	font-size: 38px;
	margin-bottom: 30px;
	margin-top: 0;
}
h2 {
	font-size: 27px;
}
#information-information h1{
	margin-top: 20px;
	font-size: 34px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a, a:hover, a:focus {
	color: #d93032;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Literata', serif;
	font-family: 'Didact Gothic', sans-serif;
}
a:hover {
	text-decoration: none;
}
p, p span, #content div{
	/*font-family: 'Didact Gothic', sans-serif !important;*/
	font-family: "Manrope", sans-serif !important;
	font-weight: 400 !important;
	color: #444 !important;
	font-size: 18px !important;
	line-height: 27px !important;
	margin-bottom: 10px !important;
/*	text-align: left !important;*/
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color:transparent;
	background-image:transparent;
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color:#e3e3e3;
	padding: 2px 0px;
	margin: 0 0 20px 0;
	min-height: 35px;
}
.animation{
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes slideDownIn {
	 0% {

		 -webkit-transform: translateY(-20px);
	 }
	 100% {

		 -webkit-transform: translateY(0);
	 }

	 0% {
		 -webkit-transform: translateY(-20);
	 }
}
@keyframes slideDownIn {
	0% {
		transform: translateY(-20px);
	}
	100% {
		transform: translateY(0);
	}
	0% {
		transform: translateY(-20px);
	}
}
.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 2s;
	-webkit-animation-duration: 2s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(1%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(1%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}
.slideDownIn {
	-webkit-animation-name: slideDownIn;
	animation-name: slideDownIn;
}
.dropdown-menu{
	background-color: #fff;
	border:none;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    transition: all 0.3s;
	top: 100%;
	padding: 5px !important;
	margin: 0px 0 0 !important;
	font-size: 17px;
	text-align: left;
	border-radius: 3px;
	transition: all .5s ease;
	min-width: 205px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	padding: 5px;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ff001c;
	background-color: transparent;
	background-image:none;
	background-repeat: repeat-x;
}
#top .btn-link{
	color: #676767;
	text-shadow:none;
	text-decoration: none;
	padding: 0px;
	font-size: 14px;
	-webkit-transition: .3s;
    transition: .3s;
}
#top .btn-link .faicon{
	font-size: 15px;
}
#top-links li{
	text-shadow:none;
	text-decoration: none;
	vertical-align: middle;
}
#top-links > ul > li::after{
	  content: '|';
    color: #676767;
    margin:0 0px 0 15px;
		line-height: 23px;
}
#top-links li:last-child::after{
	 content: ' ';
	 	margin: 0;
}
#top-links li .svg-inline--fa{
	font-size: 14px;
	margin-right: 5px;
}
.welcome{
	list-style: none;
	float: left;
	padding:5px 0 8px;
	margin: 0;
	font-size: 15px;
}
.welcome a{
	color: #ff001c;
	margin:0 3px;
}
#top-links li > a {
	color: #676767;
	text-shadow:none;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: .3s;
    transition: .3s;
}
#top-links li.open > a {
	background-color: transparent;
    border-color:transparent;
}
#top .dropdown-menu .btn-link{
	color: #000;
}
#top .btn-link:hover, #top-links a:hover {
	color: #ff001c;
}
#top-links .open>.dropdown-menu{
	right: 0 !important;
    left: auto !important;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #000;
	padding: 5px 15px;
}
#top-links .dropdown-menu a:hover {
	color: #ff001c;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links ul{
	margin: 0;
	padding: 8px 0;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
.fullslider .sliderhome{
	padding: 0px;
}
@media(min-width:1380px){
	.sliderhome img{
		width: 100%;
	}
}

#logo {
	margin: -10px 0 25px 0;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .bootstrap-select{
    width: auto;
    float: left;
}
#search .bootstrap-select .btn-default{
    background: #ff001c;
    border-color: #ff001c;
    border-radius: 0px;
    color: #fff;
    text-shadow: none;
    padding-top:8px;
    font-size: 16px;
}
#search .btn-lg i{
    color: #fff;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
    border-color: #ff001c;
    border-radius: 0px;
    box-shadow: none;
		font-size: 15px;
		border-left: none;
}
#search .btn-lg {
	font-size: 18px;
	line-height: 20px;
	padding: 9px 15px;
	text-shadow: none;
    background: #ff001c;
    border-color: #ff001c;
    border-radius: 0px;
}
#search .btn-lg .svg-inline--fa{
	color: #fff;
}
#search .open>.dropdown-menu>li>a{
	 padding: 3px 10px;
}
#search .open>.dropdown-menu>li>a:hover{
	 color:#ff001c;
}
#search .open>.dropdown-menu{
	overflow: visible !important;
}
/* cart */
#cart {
	margin-bottom: 20px;
	float: right;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	background-color: transparent;
  background-image: none;
  border: none;
	box-shadow:none;
	text-shadow: none;
}
#cart-total{
	position: absolute;
    background: #ff001c;
    border-radius: 100%;
    padding: 2px 7px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    top: 0;
    right: auto;
    margin-left: -10px;
}
#cart > .btn .svg-inline--fa{
	color: #676767;
	font-size: 30px;
}
#cart.open > .btn {
	background-image: none;
	background-color: transparent;
	border:none;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu .text-right a{
	color: #000;
}
#cart .dropdown-menu::after{
	right:5px;
	left:auto;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #d62f31;
	background-image: none;
	background-repeat: repeat-x;
	border-color:transparent;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px;
	min-height: 15px;
	background-color: transparent;
	font-size: 16px;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.2);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 205px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 16px;
}
#menu .dropdown-inner li a:hover {
	color: #333;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 21px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 0px 0 rgba(0, 0, 0, 0.2);
	line-height: 2.5;
	text-transform: uppercase;
    letter-spacing: 1px;
}
#menu .btn-navbar {
	font-size: 24px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: transparent;
	background-image: none;
	background-repeat: repeat-x;
	border-color: transparent;
	box-shadow: none;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: transparent;
	border: 0;
	box-shadow: none;
	outline: none;
}
#menu.navbar{
	margin-bottom: 0;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
		line-height: 2;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 30px;
	padding:40px 0 10px;
	background-color: #303030;
	color: #e2e2e2;
}
.socail-icon a{
	font-size: 33px;
}
.socail-icon{
	float: right;
}
footer .col-sm-12.text-center .row .svg-inline--fa{
	font-size: 38px;
	color: #fff;
	margin-right: 8px;
	vertical-align: middle;
	display: block;
  margin: 0 auto 10px;
}
footer .col-sm-12.text-center .row{
	border-top: 1px solid #686868;
    border-bottom: 1px solid #686868;
    margin:20px 0px;
    padding: 20px 0;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer li{
	margin: 0 0 8px;
}
footer a {
	color: #ccc;
	-webkit-transition: .3s;
transition: .3s;
font-family: 'Lato', sans-serif;
text-transform: capitalize;
}
footer a:hover {
	color: #fff;
}
#footerlogo img{
	margin: 0 auto;
}
.minbox ul li a .fa-caret-right{
	font-size: 18px;
	margin-right: 5px;
	vertical-align: middle;
}
.minbox p{
	color: #fff;
	font-family: 'Lato', sans-serif;
	line-height: 23px;
	font-weight: 400;
	font-style: italic;
	word-break: break-all;
	font-size: 15px;
}
footer h3 {
	font-family: 'Inria Serif', serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	margin: 5px 0 20px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 20px 0;
	padding: 8px 0;
	border:none;
	background-color: transparent;
}
.breadcrumb i {
	font-size: 18px;
}
.breadcrumb > li a{
	font-size: 16px;
}
.breadcrumb > li {
	text-shadow:none;
	padding: 0 0px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	padding: 0 8px;
  	font-weight: 600;
	content: "|";
	font-size: 16px;
	color: #d62f31;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: none;
	background-color: #182741;
	background-image:none;
	background-repeat: repeat-x;
	border: none;
	transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	font-size: 14px;
	padding: 8px 20px;
	text-transform: uppercase;
	-webkit-border-radius: 2px;
	-moz-border-radius:2px;
	border-radius: 2px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
	background-color: #ff001c;
	border:none !important;
	box-shadow:none !important;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #182741;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border-radius: 5px;
	background: #fff;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0px;
	position: relative;
	border: 1px solid #f2f2f2;
}
.product-thumb .image {
	text-align: center;
	position: relative;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0;
	width: 25%;
}
.product-author .product-list .product-thumb .image {
	width: 20%;
}
}
.product-thumb h4 {
	font-weight: bold;
	margin: 10px 0;
}
.product-thumb h4 a{
	color:#323232;
	font-size: 16px;
	-webkit-transition: .3s;
    transition: .3s;
}
.product-list .product-thumb h4{
	margin: 10px 0 15px;
}
.product-list .product-thumb h4 a{
	font-size: 18px;
}
.product-thumb h4 a:hover{
	color:#ff001c;
}
.product-thumb .caption {
	padding: 0;
	min-height:85px;
	text-align: center;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
	text-align: left;
	padding: 15px;
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 5px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 700;
  font-style: italic;
	font-size: 17px;
	color:#ff001c;
}
.authortobooklist .product-thumb .caption{
	min-height: 60px;
}
.product-thumb .price-old {
	color: #a8a8a8;
	text-decoration: line-through;
	margin-right: 10px;
	font-size: 15px;
  font-weight: 700;
  font-style: italic;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: none;
}
.product-thumb .button-group {
	border-top:none;
	background-color: #ff001c;
	overflow: auto;
	padding: 8px 0;
	transition: all 0.5s ease-out 0s;
	transform-origin: 50% 100% 0px;
  transform: perspective(800px) rotateX(90deg);
	position: absolute;
	bottom: 0;
  left: 0;
  right: 0;
}
.product-thumb:hover .button-group {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
}
.product-thumb:hover{
	border-color:#ff001c;
}
.product-thumb .button-group button {
	border: none;
	font-size: 20px;
	background-color:transparent;
	color: #fff;
	padding: 0 15px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	transition: color 0.1s ease-in 0s;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color:transparent;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group button.focus {
	outline: 0;
}
.product-thumb .button-group button + button{
	border-left: 1px solid #fff;
}
.button-group{
	display: none;
	opacity: 0;
	visibility: hidden;
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails .thumbnail{
	border-color:#f2f2f2;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border-color: #ff001c;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
.sliderhome .swiper-viewport{
	border: none;
  border-radius: 0;
	margin: 0 0 20px !important;
}
.boxcate h5{
	margin: 0;
    background: #ff001c;
    color: #fff;
    font-size: 18px;
    padding: 15px 15px;
    border-radius: 4px 4px 0 0;
    font-weight: 700;
    text-transform: uppercase;
}
.boxcate ul.box-category li{
	padding: 12px 15px;
	border-bottom: 1px dotted #000;
}
.boxcate ul.box-category li:last-child{
	border-bottom: none;
}
.boxcate ul.box-category li a .svg-inline--fa{
	margin-right: 5px;
}
.boxcate ul.box-category li a{
	-webkit-transition: .3s;
    transition: .3s;
		color: #000;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
		padding: 0;
		border: none;
		background-color: transparent;
		border-radius: 0;
}
.boxcate{
	background: #F2F2F2;
	border-radius: 4px;
}
.boxcate ul.box-category > li:hover > a,.boxcate ul.box-category > li > a.active{
	color:#ff001c;
}
ul.box-category > li{
	position:relative;
}
ul.box-category > li .matter{
	background:#F2F2F2;
	position:absolute;
	top:0px;
	z-index:1000;
	padding:10px;
	display:none;
	border: 1px solid #DBDEE1;
	min-width: 850px;
	left: 100%;
}

ul.box-category > li .matter ul{
	width:100%;
	column-count: 2;
	margin-left: 0;
}
ul.box-category > li .matter .matter-left{
	position:relative;
	width:60%;
}

ul.box-category > li .matter .description{
	float:left;
	margin-top: 20px;
}

ul.box-category > li .matter ul li ul{
	width:100%;
}
ul.box-category > li .matter ul li ul li{
	float:none;
	padding-top:7px;
}
ul.box-category > li .matter .description h3{
	color: #005696;
    font-size: 25px;
    font-weight: normal;
    margin: 10px 0px;
}
ul.box-category > li .matter .description p{
	line-height: 18px;
}
ul.box-category > li .matter ul li {
	padding: 0 0 15px 0 !important;
	border: none !important;
}
ul.box-category > li ul > li ul > li a{
	font-size: 12px;
	color:#ccc;
}
ul.box-category > li ul > li > a{
	padding:0px;
	font-size: 14px;
	color: #005696;
}
ul.box-category > li ul > li > a:hover{
	color:#ff001c !important;
}
.boxcate ul li:hover .matter {
    display: block;
}
.heading-title{
	text-align: center;
    font-size: 30px;
    font-weight: 700;
		font-style: italic;
    color: #000;
    text-transform: capitalize;
		margin: 20px 0;
		font-family: 'Inria Serif', serif;
}
.dess{
	display: none;
}
.product-list .dess{
	display: block !important;
	font-size: 16px;
    line-height: 25px;
    word-break: break-all;
}
.product-grid .caption .button-group,.product-list .image .button-group{
	display: none;
}
.product-list .caption .button-group,.product-grid .image .button-group{
	display: block;
}
.product-list .caption .button-group button{
	background: #4a4a4a;
	padding: 10px 15px;
	border-radius: 5px;
}
.product-list .caption .button-group button:hover{
		background: #ff001c;
}
.product-list .caption .button-group{
	position: relative;
	transform: none;
	transform-origin: 0;
	background-color: transparent !important;
}
.box1 {
	box-sizing: border-box;
	padding: 4px;
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.box1 .product-thumb{
	margin-bottom: 0px;
	border: none;
}
.box1 .product-thumb:hover{
	border: none;
}
.box1::before {
	content: '';
	position: absolute;
	width: 200%;
	height: 190%;
	background: repeating-linear-gradient(
			#ffffff 0%,
			#ffffff 7.5px,
			#ff001c 7.5px,
			#ff001c 15px,
			#ffffff 15px,
			#ffffff 22.5px,
			#ff001c 22.5px,
			#ff001c 30px);
	transform: translateX(-20%) translateY(-20%) rotate(-45deg);
	animation: animate 35s linear infinite;
}
@keyframes animate {
	from {
		background-position: 0;
	}

	to {
		background-position: 0 450px;
	}
}
.bookends {
	margin: 20px auto 40px;
  max-width: 100%;
  border-width: 5px;
  border-color: hsl(0, 0%, 50%)  transparent;
  height: 11px;
  border-style: double;
  width: 20%;
}
.bookends:before,
.bookends:after {
  position: absolute;
  bottom: -3.536px;
  width: 7.071px;
  height: 7.071px;
  display: block;
  border-width: 0 7.071px 7.071px 0;
  border-color: hsl(0, 0%, 50%);
  border-style: double;
  box-sizing: border-box;
}
.bookends:before {
  transform: translateZ(0) rotate(-45deg);
  left: -21px;
}
.bookends:after {
  transform: translateZ(0) rotate(135deg);
  right: -21px;
}
#authorlist h4 a{
	color:#000;
	text-transform: capitalize;
}
#authorlist h4{
	text-align:center;
	margin: 15px 0 20px;
}
#authorlist .product-thumb{
	border:1px solid #ddd;
	margin-bottom:20px;
}
.author-detail .imagea img{
	border-radius: 5px;
}
.author-detail .imagea{
	border-radius: 5px;
	border: 1px solid #ddd;
}
#authorlist h4 a:hover{
	color:#ff001c;
}
.owl-wrapper-outer{
	border: none !important;
	box-shadow: none !important;
  border-radius: 0;
}
.author-detail h2 a{
	color: #000;
	font-size: 24px;
	font-family: 'Inria Serif', serif;
	font-weight: 700;
}
.author-detail .adesc{
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
  font-style: italic;
	line-height: 23px;
	margin: 0 0 15px;
}
#authortobooklist{
	margin-bottom: 30px;
}
.author-detail .product-thumb{
	border-radius: 0;
	border: 1px solid #f2f2f2;
}
.author-detail .des{
	display: none;
}
.extrainfo-detail li .extrainfo{
	float: left;
}
.extrainfo-detail{
	display: none;
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-out 0s;
}
.author-detail .product-thumb:hover .extrainfo-detail{
	display: block;
}
.extrainfo-detail ul{
	padding: 10px 10px;
    border: 1px solid #ddd;
    margin: 5px;
		position: absolute;
		top:5px;
		bottom: 5px;
		left: 5px;
		right: 5px;
}
.extrainfo-detail li{
	  font-size: 14px;
    font-weight: 700;
    color: #fff;
		margin: 0 0 10px;
		text-align: right;
}
.author-detail h2{
	margin: 0 0 10px;
}
.bottomban h1 sub{
	color: #ff001c;
}
.bottomban{
	padding: 30px 15px;
}
.bottomban h1{
	color: #000;
    font-size: 75px;
    font-family: 'Inria Serif', serif;
    font-weight: 700;
    font-style: italic;
		margin-bottom: 30px;
}
.bottomban .btn-buy {
    color: #fff !important;
    padding: 12px 36px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    background-image: linear-gradient(to right, #808080 0%, #ff0029 51%, #808080 100%);
    background-size: 200% auto;
    flex: 1 1 auto;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    font-size: 14px;
    line-height: 24px;
}
.banbottom{
	margin: 20px 0;
}
.bottomban .btn-buy:hover, .bottomban .btn-buy:focus {
    color: #ffffff;
    background-position: right center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
}
.swiper-viewport{
	border:none !important;
	box-shadow: none !important;
	margin-bottom: 20px !important;
}
.banners{
	margin:20px 0 !important;
}
#common-home #banner0 .ban-slide img{
	transition-duration: .9s;
}
#common-home #banner0 .ban-slide:hover img{
	transform: scale(1.1);
}
#common-home #banner0 .ban-slide{
	float: left;
    display: inline-block;
    width: 50%;
		overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#common-home #banner0 .ban-slide::before {
    background-color: #f3494c;
    content: "";
    height: 0;
    left: 0px;
    margin: auto;
    opacity: 0.2;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    position: absolute;
    top: 0px;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -khtml-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 0;
    z-index: 1;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translateY(-150%);
    backface-visibility: hidden;
}
#common-home #banner0 .ban-slide::after {
    background-color: #f3494c;
    bottom: 0px;
    content: "";
    height: 0;
    opacity: 0.2;
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    -webkit-opacity: 0.2;
    position: absolute;
    right: 0px;
    transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -khtml-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    width: 0;
}
#common-home #banner0 .ban-slide:hover::before,#common-home #banner0 .ban-slide:hover::after {
    height: 100%;
    width: 100%;
}
.heading-top{
	margin: 0 0 20px;
}
.sortby .form-group{
	margin: 0;
}
.sortby .btn-default{
	background-color: #424242;
	color: #fff;
	background-image:none;
	border:none;
	margin-right: 5px;
	border-radius: 0px;
}
.sortby .btn-default:hover,.sortby .btn-default.active,.sortby .btn-default.active:hover,.sortby .btn-default:active.focus{
		background-color: #ff001c;
		color: #fff;
		box-shadow: none !important;
		text-shadow: none !important;
}
.sortby{
	background: #F2F2F2;
	padding: 10px 0;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
#account-account ul li a{
	color: #333;
	font-size: 14px;
}
#account-account ul li a:hover{
	color: #ff001c;
}
.heading-page{
    font-size: 30px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
    margin:0 0 15px;
}
.stocklist li{
	margin: 0 0 5px;
	font-size: 14px;
}
.stocklist li a{
	color: #ff001c;
}
.stocklist span{
	font-weight: bold;
}
#product-product .pprice .newprice{
	font-weight: 700;
	font-size: 30px;
	color:#ff001c;
	margin-right: 8px;
}
#product-product .pprice{
		margin:20px 0;
		padding: 15px 0;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
}
#product-product .pprice .tax{
	color: #a8a8a8;
	font-size: 14px;
	font-weight: 700;
}
#product-product .qty .form-control{
	width: auto;
	min-width: 50px;
	border-radius: 0;
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
	vertical-align: middle;
	display: inline-block;
	height: 44px;
}
#product-product .qty label{
	float: left;
	margin-right: 10px;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	line-height: 28px;
	margin-top: 10px;
}
#product-product .pprice .price-old {
	color: #a8a8a8;
	text-decoration: line-through;
	margin-right: 10px;
	font-size: 20px;
  font-weight: 700;
  font-style: italic;
}
#button-cart{
	font-size: 22px;
	padding: 7.5px 20px;
}
#button-cart .svg-inline--fa{
	margin-right: 5px;
}
.wishlist-compare .btn .svg-inline--fa{
	font-size: 20px;
}
.wishlist-compare .btn{
	background: #e3e3e3;
	border: none;
	text-shadow: none;
	font-size: 15px;
	color: #000;
	margin-left: 5px;
	padding:11.3px 17px;
}
.form-group.qty{
	display: inline-block;
}
.wishlist-compare{
	margin-bottom: 10px;
	display: inline-block;
}
.wishlist-compare .btn:hover{
	background: #ff001c;
	color: #fff;
}
.pro-rating a{
	color: #000;
	font-size: 14px;
  margin-left: 5px;
}
.pro-rating{
	margin-top:10px;
}
.ptabs .nav-tabs{
	margin: 0;
	border-bottom: none;
}
.ptabs .tab-content p{
	font-size: 16px;
	line-height: 23px;
}
.ptabs .nav-tabs>li>a{
	  background: #4a4a4a;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
		margin: 0;
		border:none;
		transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.ptabs .nav-tabs>li.active>a,.ptabs .nav-tabs>li.active>a:focus, .ptabs .nav-tabs>li.active>a:hover{
	border: none;
	background: #ff001c;
	color: #fff;
}
.ptabs .tab-content{
	background: #fff;
	padding: 15px;
}
@media(max-width:768px){
		.welcome{
			text-align: center;
			float: none;
			margin: 0 auto;
			font-size: 14px;
		}
		#top-links{
			float: none !important;
    	margin: 0 auto;
    	text-align: center;
		}
		#menu .btn-navbar{
			margin-top: 12px;
			margin-bottom: 10px;
		}
		#mega_menu #category{
			margin-top: 5px;
		}
		#logo img{
			margin: 0 auto;
		}
		#search .open>.dropdown-menu {
	    overflow: hidden !important;
			margin: 0 !important;
      padding-top: 0 !important;
	  }
		#cart.open > .btn{
			display: block;
      float: none;
		}
		#cart .dropdown-menu::after{
			right: 48%;
		}
		#cart {
	    margin-bottom: 20px;
	    float: none;
	    margin: 0 auto;
	    text-align: center;
			display: block;
	}
	.product-thumb .button-group{
		transform:none;
	}
	.authorlist .image img{
		width: 100%;
	}
	.bottomban h1{
		text-align: center;
		font-size: 50px;
	}
	.bottomban .btn-buy{
		margin: 0 auto;
	}
	.bottomban{
		text-align: center;
	}
	.author-detail .imagea{
		margin-bottom: 20px;
	}
	.minbox{
		margin-bottom: 20px;
	}
	footer .text-center .col-sm-4{
		margin-bottom: 20px;
	}
	footer .copy{
		text-align: center;
	}
	.socail-icon {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
	.wishlist-compare{
		display: block;
	}
	.wishlist-compare .btn:first-child{
			margin-left: 0;
	}
}

header{
	padding: 30px 0px;
	background: #fff4f0;
}
#logo{
	margin: 0;
}
.welcome li{
	font-size: 20px;
    color: #182741;
    font-weight: 600;
    text-align: center;
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn:hover,
.input-group-btn:last-child>.btn:active,
.input-group-btn:last-child>.btn:focus{
	height: 40px;
	padding: 7.5px 19px;
	background: #182741;
	color: white;
	border-color: #182741;
	text-shadow: none;
	box-shadow: none;
	outline: none;
}

.input-group-btn .svg-inline--fa.fa-w-16{
	width: 2em;
    height: 1.6em;
}

#search-information .form-control{
	height: 40px;
}
@media (min-width: 768px){
	header .row{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
}
#top{
	display: none;
}

#information-information .thumbnail{
	border: none;
	background: transparent;
}
.information-layout .thumbnail a>img{
	width: 100%;
	max-height: 470px;
	object-fit: cover;
	height: 470px;
}
#information-information #content{
	background: white;
	border: 1px solid #ddd;
}
#common-home .caption h4,
.featured .caption h4{
	font-size: 22px;
    line-height: 29px;
    height: 60px;
    letter-spacing: -.5px;
}
.information-layout .caption p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
#common-home .caption p,
.featured .caption p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
#common-home .information-layout .thumbnail,
.featured .thumbnail{
	border: 1px solid #ddd !important;
}
.latest .information-layout,
.featured .information-layout{
	padding: 0 7px;
	width: 100%;
}
.latest .information-layout .image,
.featured .information-layout .image{
	min-height: 360px;
}
/*.information-layout .thumbnail .image >a img;*/
.information-layout.latest .thumbnail .image >a img,
.information-layout.featured .thumbnail .image >a img,
#featured .thumbnail .image >a img,
#latest .thumbnail .image >a img{
	max-height: 370px;
	height: 370px;
	object-fit: cover;
	width: 100%;
}
.latest .information-layout h4,
.information-layout h4{
	font-size: 23px;
    line-height: 27px;
    height: 60px;
}
.latest .information-layout h4 a,
.information-layout h4 a{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.heading-blog{
	text-transform: uppercase;
    font-size: 4rem;
    margin-bottom: 34px;
    margin-top: 35px;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #182741;
}
.iconic{
	display: block;
}
.iconic svg{
	width: 230px;
    fill: #d62f31;
    /* transform: rotate(180deg);*/
}
.owl-carousel{
	background: transparent !important;
}
@media (min-width: 768px){
	.form-horizontal .control-label {
	    padding-top: 7px;
	    margin-bottom: 0px;
	    text-align: right;
	    font-size: 20px;
	}
}
#specification table thead{
	background: #f5f8f8;
}
input:focus, input:hover, input:hover, .form-control:active, .form-control:hover, .form-control:focus{
	outline: none !important;
	box-shadow: none !important;
	border: 1px solid #ccc;
}
input[type="text"].form-control{
	font-size: 18px;
}
.hidden-all{
	display: none;
	visibility: hidden;
	opacity: 0;
	height: 0;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
	background-color: #182741;
    border-color: #182741;
}
.information-thumb{
	margin: 0 7px;
}
footer{
	background-color: #182741;
}
p.power{
	text-align: center !important;
	color: #eee !important;
}
p.power a{
	color: #d93032;
}
footer hr {
    border-top: none;
    border-bottom: 1px solid #2d3b55;
}
footer h5{
	display: none;
}
body > footer > div > div > div:nth-child(1) > ul{
	text-align: center;
}
ul.center li{
	display: inline-block;
	margin-left: 15px;	
}
ul.center li a{
	position: relative;
	text-transform: uppercase;
}
ul.center li a:before{
	content: '|';
    position: absolute;
    left: -13px;
    top: -5px;
    background: #f8f8f8;
    width: 1px;
    height: 0px;
    display: block;
}
ul.center li:first-child a:before{
	display: none;
}
#mega_menu{
	background: #d62f31;
}
p img{
	margin-right: 25px;
}
.fsocial a {
    line-height: normal;
    min-width: 40px;
    min-height: 40px;
    text-align: center;
    padding-top: 10px;
    display: inline-block;
    background: #d62f31;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    margin: 0 0px;
    border-radius: 50px;
    margin-top: 5px;
}
.fsocial a:hover {
    background-color: #ED6436;
    color: #fff;
}
.fsocial a i {
    font-size: 20px;
}
#search-information i{
	font-size: 17px;
}
.block-social{
	text-align: center;
}
.block-socialf{
	text-align: center;
	margin-block-start: 15px;
}
.fsocialf a {
    line-height: normal;
    min-width: 45px;
    min-height: 45px;
    text-align: center;
    padding-top: 12px;
    display: inline-block;
    background: #b2c6d2;
    vertical-align: middle;
    color: #134C5F;
    font-size: 16px;
    margin: 0 5px;
    border-radius: 5px;
}
.fsocialf a i {
    font-size: 25px;
}
.fsocialf a:hover {
    background-color: #fff;
    color: #134C5F;
}
form legend{
	font-size: 21px;
	border: 0;
}
#information-contact h3{
	margin-block-start: 0;
    margin-block-end: 25px;
}
@media (max-width: 640px){
	header{
		padding: 10px 0px;
	}
	#logo {
	    margin-block-end: 20px;
	}
	.heading-blog{
		font-size: 3rem;
		padding-bottom: 10px;
	}
	.iconic {
	    display: block;
	    margin-block-start: 10px;
	}
}
.input-group .input-group-addon {
    font-size: 16px;
    height: 40px;
    background: #182741;
    color: #fff;
}
.input-group .form-control{
	font-size: 16px;
	height: 40px;
}
#information-search .col-sm-5.hidden-xs,
#information-search h2{
	display: none;
}
select.form-control{
	font-size: 16px;
	padding: 3px 12px 5px;
}
.checkbox-inline input[type=checkbox]{
	width: 16px;
	height: 16px;
	margin-block-start: 6px;
}
label{
	font-size: 17px;
	padding-left: 4px;
}
.welcome{
	/*background: url(../image/brush3.png) no-repeat;
	max-width: 100%;
	max-width: 100%;
    background-position: right;
    background-size: 330px;*/
    position: relative;
}
.welcome:before{
	position: absolute;
	content: '';
	left: 0;
	bottom: 4px;
	background: url(../image/brush.png) no-repeat;
	max-width: 100%;
    background-position: right;
    background-size: 330px 65px;
   	width: 330px;
    display: block;
    height: 65px;
    z-index: 0;
/*    transform: rotate(2deg);*/
}
.welcome li{
	position: relative;
	z-index: 99;
	color: white;
}
@media (min-width: 540px){
	.images{
		float: left;
	    margin-inline-end: 20px;
	}
}
/*#information-information .thumbnail {
  width: 200px;
  height: 300px;
  position: relative;
  transform-style: preserve-3d;
  transform: rotateY(-30deg);
  transition: 1s ease;
  animation: 1s ease 0s 1 initAnimation;
}

.images:hover #information-information .thumbnail, 
.images:focus #information-information .thumbnail {
  transform: rotateY(0deg);
}

#information-information .thumbnail > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  background-color: red;
  width: 200px;
  height: 300px;
  transform: translateZ(15px);
  background-color: #01060f;
  border-radius: 0 2px 2px 0;
  box-shadow: 5px 5px 20px #666;
}

#information-information .thumbnail::before {
  position: absolute;
  content: ' ';
  background-color: blue;
  left: 0;
  top: 1px;
  width: 28px;
  height: 298px;
  transform: translateX(184px) rotateY(90deg);
  background: linear-gradient(90deg, 
    #fff 0%,
    #f9f9f9 5%,
    #fff 10%,
    #f9f9f9 15%,
    #fff 20%,
    #f9f9f9 25%,
    #fff 30%,
    #f9f9f9 35%,
    #fff 40%,
    #f9f9f9 45%,
    #fff 50%,
    #f9f9f9 55%,
    #fff 60%,
    #f9f9f9 65%,
    #fff 70%,
    #f9f9f9 75%,
    #fff 80%,
    #f9f9f9 85%,
    #fff 90%,
    #f9f9f9 95%,
    #fff 100%
    );
}

#information-information .thumbnail::after {
  position: absolute;
  top: 0;
  left: 0;
  content: ' ';
  width: 200px;
  height: 300px;
  transform: translateZ(-15px);
  background-color: #01060f;
  border-radius: 0 2px 2px 0;
  box-shadow: -10px 0 50px 10px #666;
}*/
.thumbnail{
	padding: 0;
	border: 0;
}

.firstwrap{
	padding: 25px 18px;
    border: 1px solid #c4d4f9;
    box-shadow: 0 15px 40px 0px #6c7584b5;
    border-radius: 16px;
    background: #f0f3fa;
}
.books--author{
	padding: 0px 18px 25px;
    border-radius: 16px;
    box-shadow: 0 15px 40px 0px #2f403c57;
    background: #fdf4f4;
    background: #b3e8dd0d;
    margin-block-start: 53px;
    border: 1px solid #b3e8dd;
}
.author .image img{
	max-width: 100%;
	border-radius: 8px;
	box-shadow: 2px 2px #999, 4px 4px white, 6px 6px #999, 8px 8px white, 10px 10px #999, 12px 12px white, 14px 14px #999;
	box-shadow: 2px 0px #999, 4px 0px white, 6px 0px #999, 8px 0px white, 10px 0px #999, 12px 0px white, 14px 0px #999, 12px -22px #ffffff00, 14px 0px #999,15px -22px #ffffff00, 10px 10px 30px -10px
}
.sitea{
	display: inline-block;
    border: 1px solid #cad7f3;
    border-radius: 10px;
    padding: 5px 12px 3px;
    margin-block-start: 5px;
    box-shadow: 0 3px #526692;
    background: #dae3f7;
    float: none;
    text-align: center;
    line-height: 1 !important;
}
.aimage img{
	border-radius: 15px;
}
.sitea p, .sitea a{
	display: inline-block;
	font-size: 20px !important;
	font-weight: 900 !important;
}
.sitea p{
	margin-right: 12px;
	line-height: 1 !important;
}
.buy{
	display: inline-block;
    border-radius: 21px;
    background: #75cc94;
    color: white;
    padding: 10px 18px 10px;
    line-height: 1;
    box-shadow: 0 7px 12px #375b40bd;
    box-shadow: 0 10px 25px #00000045;
}

.buy a{
	font-size: 20px !important;
	line-height: 1 !important;
	margin-bottom: 0 !important;
	color: white !important;
	text-shadow: 0 1px #00000033;
}
.buy a:before{
	content: '\f07a';
	font-family: FontAwesome;
	font-size: 20px;
	color: white;
	position: relative;
	margin-right: 12px;
}
.gama h4{
	font-size: 23px;
    margin-block-end: 25px;
    color: #ce2c2f;
    margin-block-start: 0;
    font-weight: 600;
}
.booksa{
	padding-bottom: 35px;
}
.alpha{
	padding: 0;
}
.alpha h3{
	margin-block-start: 0;
    background: #73a598;
    padding: 5px 15px;
    border-radius: 12px 12px 0 0;
    margin-inline-end: -2px;
    margin-inline-start: -2px;
    color: white;
    font-size: 35px;
    font-family: 'Didact Gothic', sans-serif;
}
.alpha2 h3{
	margin-block-start: 40px;
    background: #8d73a5;
    padding: 5px 15px;
    margin-inline-end: -2px;
    margin-inline-start: -2px;
    color: white;
    font-size: 35px;
    border-radius: 12px;
    font-family: 'Didact Gothic', sans-serif;
}

.form-horizontal{
	padding: 20px;
}

.form-horizontal .row{
	display: flex;
	flex-wrap: wrap;
}
.form-horizontal .row .form-group{
	flex: 0 1 100%;
	margin-right: 0px;
}
@media (min-width: 640px){
	.form-horizontal .row .form-group{
		flex: 0 1 48%;
		margin-right: 15px;
	}
}
.information-form{
	border-radius: 15px;
    border: 1px solid #ffa50036;
    padding: 20px;
    background: #ff6c0005;
    box-shadow: 0 15px 40px 0px #2f403c57;
}
.con h3{
	display: inline-block;
    border: 1px solid #ddd;
    box-shadow: 0 15px 25px #00000021;
    padding: 20px;
    border-radius: 25px;
    margin-block-start: 40px;
}
#information-information #content{
	border-radius: 15px;
	background: transparent;
	border: 0;
}
.information-layout .thumbnail a>img{
	height: 300px;
    aspect-ratio: 2 / 2;
    object-position: top;
}
a[href="https://www.lovebooks.gr/siggrafeis/prodromos-troxidis"] > .images,
a[href="https://www.lovebooks.gr/siggrafeis/giorgos-xalkias-autoveltiosi"] > .images,
a[href="https://www.lovebooks.gr/siggrafeis/dora-fotou"] > .images{
	display: none;
	box-shadow: blue 0px 0px 0px 2px inset, 
	rgb(255, 255, 255) 10px -10px 0px -3px, 
	rgb(31, 193, 27) 10px -10px, 
	rgb(255, 255, 255) 20px -20px 0px -3px, 
	rgb(255, 217, 19) 20px -20px, rgb(255, 255, 255) 30px -30px 0px -3px, 
	rgb(255, 156, 85) 30px -30px, rgb(255, 255, 255) 40px -40px 0px -3px, 
	rgb(255, 85, 85) 40px -40px;
	box-shadow: 
    -10px 0 15px -10px rgba(0, 0, 0, 0.5),
    10px 0 15px -10px rgba(0, 0, 0, 0.5),
    0 10px 15px -10px rgba(0, 0, 0, 0.5),
    0 -10px 15px -10px rgba(0, 0, 0, 0.5),
    -20px 0 20px -15px rgba(0, 0, 0, 0.3),
    20px 0 20px -15px rgba(0, 0, 0, 0.3),
    0 20px 20px -15px rgba(0, 0, 0, 0.3),
    0 -20px 20px -15px rgba(0, 0, 0, 0.3);

}
.information-information-204 .images{
	display: none;
}
#information-category #content .row + .row{
	display: flex;
	flex-wrap: wrap;
}
#information-category #content .thumbnail{
	border: 1px solid #ddd;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-self: normal;
	text-align: center !important;
	border-radius: 9px;
}
#information-category #content .thumbnail .image img{
	border-radius: 9px 9px 0 0;	
}
#information-category #content .thumbnail .image{
	padding: 4px 10px;
	object-position: center;
}
#information-category #content .thumbnail .caption,
#information-category #content .thumbnail .caption p{
	text-align: center !important;
}
#information-category #content .thumbnail .caption{
	display: flex;
	flex-direction: column;
	height: 100%;
	align-items: center;
}
#information-category #content .thumbnail .btn{
	margin-top: auto;
}
#information-category #content .thumbnail h4{
	height: auto;
}
.d-none{
	display: none;
}
.aimage img, .thumbnail a>img, .thumbnail>img{
	mix-blend-mode: darken;
}
.product-grid .product-thumb .image,
.product-thumb .image {
    float: none;
    height: 350px;
    display: block;
    width: 100%;
    justify-content: center;
    overflow: hidden;
}
.product-grid .product-thumb .image img,
.product-thumb .image img{
	height: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 350px;
    object-position: top;
}
.product-thumb .caption {
    padding: 10px;
    height: 115px;
}
.product-thumb .price-new{
	font-weight: 700 !important;
	font-size: 25px !important;
	font-style: normal;
	color: #ce2c2f !important;
}

.thumbnail{
	background: transparent;
}
#information-information h1 {
    font-weight: 700;
}
#information-category #content .thumbnail,
.product-thumb{
	margin-bottom: 22px !important;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
}
#information-category .information-layout{
	padding-bottom: 25px;	
}
blockquote {
    position: relative;
    width: 100%;
    border-width: 0 0 0 5px;
    border-style: solid;
    padding-left: 8px;
    padding: 30px;
    border-radius: 12px;
    background: #ce2c2f08;
    border-color: #ce2c2f;
    margin-top: 30px;
}
blockquote p {
    font-style: italic;
    width: 94%;
    display: table;
    margin-bottom: 0;
    font-weight: 700 !important;
}
blockquote::before {
    content: "\f10d";
    display: table;
    float: left;
    font-family: 'FontAwesome';
    font-size: 28px;
    margin-top: 6px;
    font-weight: 900;
    width: 6%;
}

.sortby{
	background: transparent;
	border: 0;
	padding-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (max-width: 840px) {
    .welcome {
        text-align: center;
        float: none;
        margin: 0 auto;
        font-size: 14px;
        margin: 10px 0;
    }
    .welcome li{
    	color: black;
    }
    header{
    	padding-top: 10px;
    	padding-bottom: 10px;
    }
    .welcome:before{
    	background-size: 100% 65px;
    	width: 100%;
    	display: none;
    }
}
@media (max-width: 640px) {
    .welcome {
        text-align: center;
        float: none;
        margin: 0 auto;
        font-size: 14px;
        margin: 20px 0;
    }
    .welcome li{
    	color: white;
    }
    .welcome:before{
    	background-size: 100% 65px;
    	width: 100%;
    	display: block;
    }
}

.banner-met{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 60px;
}
.ivi, .ivi2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 40px 0 60px;
}