/* 
Document   : PHAIDON
Author     : Bav
Description: one page website
 
*/ 

/* Table of Content 
==================================================
 
#MISCELANIOUS
#TYPOGRAPHY
#GENERAL
#ICONS
#COMPONENTS
#BUTTONS
#HEADER 
#FOOTER
#Page - Home
#Page - Article 
#Page - Store Category 
*/

/* #MISCELANIOUS
================================================== */
/* Remove dotted line on links */
*,*:focus,*:hover {
	outline:0 !important;
}

.disabled {pointer-events: none}


.btn:hover,
.btn:focus {
	box-shadow: none;
	outline: 0;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 990;
	background: rgba(0,0,0,0.0);
	transition: all 350ms ease-in-out;
}

.modal-backdrop{z-index: 990}

.go-back {display: none}
.modal {z-index: 991}
.modal .close {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 997;
    width: 30px;
    height: 30px;
    background: #fff;
    opacity: 1;
    /*border: 1px solid #d3d3d3;*/
    border-radius: 0;
}
.modal .close:not(:disabled):not(.disabled):focus, 
.modal .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
	color: red;
}

.modal-adaptive {max-width:755px}
.modal-adaptive.full-modal {max-width: initial}
.modal .modal-content {border-radius: 0}

.modal .zoomedIMG {max-width: 720px; cursor: zoom-in}

.modal .zoomedIMG {max-width: initial; cursor: zoom-out}
.modal .zoomedIMG.default {max-width: 720px; cursor: zoom-in}

/* Flag Modal */
#flagModal.show {
	display: flex !important;
	height: 100%;
}

#flagModal .modal-content {
	border: 0;
	padding: 40px;
}

#flagModal .modal-dialog {
	width: 360px;
	margin: auto;
	border: 0;
	box-shadow: none;
}

#flagModal .close {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 15px;
	top: 13px;
	padding: 0;
	font-size: 52px;
	line-height: 50px;
	font-weight: 200;
	background: none;
	box-shadow: none;
	border: 0;
}

#flagModal .modal-header,
#flagModal .modal-body,
#flagModal .modal-footer {
	padding: 0;
	border: 0;	
}

#flagModal .form-control {
	border-radius: 0;
	box-shadow: none;
}

#flagModal .form-control:focus {
	box-shadow: none;
	border-radius: 0;
}

#flagModal .modal-header {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#flagModal .modal-footer p {
	font-size: 14px;
	line-height: 16px;
	padding: 0;
	margin: 15px 0 0 0;
}

#flagModal .modal-footer .btn-primary {
	width: 100%;
	background-color: #c6d7e1;
	border: 0;
	border-radius: 0;
	color: #000;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 600;
	line-height: 32px;
	margin: auto;
}

#flagModal .modal-footer .btn-primary:hover,
#flagModal .modal-footer .btn-primary:focus {
	background-color: #ecf3f7;
}

#flagModal .close span {
	display: block;
}

#flagModal .modal-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
}

.shipping-extra {
	list-style: none;
	padding: 20px 0;
	margin: 0;
	font-size: 14px;
}

.shipping-extra i {
	color: #3bca3b;
	margin-right: 10px;
}

.text-underline {
  text-decoration: underline;
}

.text-strikethrough {
  text-decoration: line-through;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear { display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal { display: none; width : 0; height: 0; }
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

/* ZOOM */

.zoom img {
	display: block;
}

.zoom img::selection { background-color: transparent; }

.zoom img:hover { cursor: zoom; }
.zoom img:active { cursor: zoom; }

/* #TYPOGRAPHY
================================================== */



@font-face {
    font-family: 'MinionPro-Regular';
    src: url('/assets/fonts/MinionPro-Regular.woff2') format('woff2'),
         url('/assets/fonts/MinionPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Pro';
    src: url('/assets/fonts/akzidgroprolight-webfont.woff2') format('woff2'),
         url('/assets/fonts/akzidgroprolight-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Pro';
    src: url('/assets/fonts/akzidgropromed-webfont.woff2') format('woff2'),
         url('/assets/fonts/akzidgropromed-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Akzidenz-Grotesk Pro';
    src: url('/assets/fonts/akzidgrtskproreg-webfont.woff2') format('woff2'),
         url('/assets/fonts/akzidgrtskproreg-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

.font-light {font-weight: 400}
.font-med {font-weight: 600}
.font-normal {font-weight: 400}

.default-section .font-light {font-weight: 400}
.default-section .font-med {font-weight: 600}
.default-section .font-normal {font-weight: 400}

/* #GENERAL 
================================================== */
body {
	background: #fff;
  font-family: 'Akzidenz-Grotesk Pro';
  font-size: 16px;
	line-height: 24px;
	font-weight: 400;
  color: #000;
	overflow-x: hidden;
}

body .flickity-page-dots .dot {
	width: 7px;
	height: 7px;
	margin-left: 6px;
	margin-right: 6px;
}

/* #ICONS
================================================== */


.search-icon {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background: url(../images/icons/search-icon.svg) no-repeat center center;
}

.user-icon {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background: url(../images/icons/user-icon.svg) no-repeat center center;
}

.gift-icon {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background: url(../images/icons/gift-icon.svg) no-repeat center center;
}

.star-icon {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background: url(../images/icons/star-icon.svg) no-repeat center center;
}

.basket-icon {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	background: url(../images/icons/basket-icon.svg) no-repeat center center;
}

.angle-down-icon {
	display: inline-block;
	vertical-align: top;	
	width: 14px;
	height: 9px;
	background: url(../images/icons/angle-down-icon.png) no-repeat center center;			
}

.angle-up-icon {
	display: inline-block;
	vertical-align: top;	
	width: 14px;
	height: 9px;
	background: url(../images/icons/angle-up-icon.png) no-repeat center center;			
}

.custom-envelope {
	display: inline-block;
	vertical-align: top;	
	margin-top: 1px;
	width: 24px;
	height: 24px;
	background: url(../images/icons/envelope.svg) no-repeat center center;	
}

/* #COMPONENTS
================================================== */

/* ALERT */
.alert.alert-default {
	background-color: #e6e6e6;
	color: #000;
	border: 0;
	border-radius: 0;
	font-size: 16px;
	line-height: 30px; /*43*/
	letter-spacing: 0.4px;	
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.alert.alert-default .alert-wrap {
	width: 1318px;
	max-width: calc(100% - 48px);
	margin: auto;
	padding: 0 20px;
}

.alert.alert-dark {
	background: #231f20;
	color: #ffffff;
	border: 0;
	border-radius: 0;
	font-size: 14px;	
	margin: 0;	
}

.alert.alert-default strong {
	font-weight: 600;
}

.alert.alert-default .close {
	color: #000;
	text-shadow: none;
	top: 0;
	right: 15px;
	bottom: 0;	
	padding: 0;
	font-weight: 400;
}

.alert.alert-default .close:hover,
.alert.alert-default .close:focus {
	color: #000;
	opacity: 1;
}

/* Product Carousel */

.carousel-modal .carousel-cell,
.carousel-main .carousel-cell {
  background: #f0f0f0;
  color: white;
  /* cell number */
}

/* Custom FancyBox Styles */

.fancybox-is-open .fancybox-bg {
	background: #f0f0f0;
	opacity: 1;
}

.fancybox-is-open.fancybox-container:before {
	content:'';
	display: block;
	width: 75px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 99997;
}

.fancybox-is-open.fancybox-container:after {
	content:'';
	display: block;
	width: 75px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 99997;
}

.fancybox-stage:before {
	content:'';
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99997;
	background: #fff;	
}

.fancybox-stage:after {
	content:'';
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99997;
	background: #fff;	
}

.fancybox-caption, 
.fancybox-infobar, 
.fancybox-navigation .fancybox-button, 
.fancybox-toolbar{z-index: 99998}

.fancybox-button {
	background: none;
	color: #c3c3c3;
	width: 55px;
	height: 55px;
}

.fancybox-button:hover {
	color: #000;
}

/* Custom dots */
.fancybox-thumbs {
	display: block !important;	
	background: none;
	width: unset;
}

.fancybox-button--thumbs {display: none !important}
.fancybox-show-thumbs .fancybox-inner {right: 0}

.fancybox-thumbs__list {
	font-size: 0;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	white-space: nowrap;
	height: 30px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100% !important;
	justify-content: center;
	align-items: center;
	display: flex;
}

.fancybox-thumbs__list a,
.fancybox-thumbs__list a:focus,
.fancybox-thumbs__list a:hover {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 10px;
	background: #d3d3d3;
}

.fancybox-thumbs__list a:before {
	border-radius: 50%;
	border: 0;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
	background: #000;
}

.fancybox-thumbs__list a:focus:before {opacity: 1}

.fancybox-bg:before {
	content: 'ZOOM';
	display: block;
	width: 115px;
	height: 15px;
	position: absolute;
	right: 25%;
	bottom: 55px;
	color: #000;
	pointer-events: none;
	opacity: 1;
	z-index: 99997;
	cursor: pointer;
}

.fancybox-bg:after {
	content: '+';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #000;
	position: absolute;
	right: 27.5%;
	bottom: 50px;
	color: #000;
	pointer-events: none;
	justify-content: center;
	align-items: center;
	opacity: 1;
	line-height: 17px;
	text-align: center;
	padding: 0;
	font-size: 17px;
	font-weight: 400;
	z-index: 99997;
	cursor: pointer;
}

.fancybox-can-pan .fancybox-bg:before,
.fancybox-can-pan .fancybox-bg:after {z-index: 1}

/*.fancybox-button--arrow_left svg,
.fancybox-navigation .fancybox-button--arrow_right svg {
	display: none;
}*/

/*
.carousel-modal:before {
	content: 'ZOOM';
	display: block;
	width: 75px;
	height: 25px;
	background: url(../images/zoom-in.png) no-repeat right top;
	background-size: contain;
	z-index: 970;
	position: absolute;
	right: 15px;
	bottom: 15px;
	color: #000;
	pointer-events: none;
	opacity: 0.6;
}*/
/*
.carousel-main:before{
	content: 'ENLARGE +';
	display: block;
	width: 95px;
	height: 25px;
	z-index: 970;
	position: absolute;
	right: 15px;
	bottom: 10px;
	color: #000;
	pointer-events: none;
	opacity: 0.6;
}*/

aside .carousel-main:before {display: none}

.modal .product-image:before {
	content: 'ZOOM';
	display: block;
	width: 115px;
	height: 15px;
	z-index: 970;
	position: absolute;
	right: 0;
	bottom: 25px;
	color: #000;
	pointer-events: none;
	opacity: 0.6;
}

.modal .product-image:after {
	content: '+';
	display: block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #000;
	text-align: right;
	z-index: 970;
	position: absolute;
	right: 35px;
	bottom: 20px;
	color: #000;
	pointer-events: none;
	justify-content: center;
	align-items: center;
	opacity: 0.6;
	line-height: 17px;
	text-align: center;
	padding: 0;
	font-size: 17px;
	font-weight: 400;
}

.modal .carousel-nav {
	width: 540px;
}

.modal .product-thumbs {padding-top: 10px}
.modal .product-thumbs .carousel-nav:before {left: -24px}
.modal .product-thumbs .carousel-nav:after {right: -24px}
.modal .product-thumbs .carousel-nav .flickity-prev-next-button.previous {left: -20px}
.modal .product-thumbs .carousel-nav .flickity-prev-next-button.next {right: -28px}
.modal .carousel-nav .carousel-cell {
	width: 31%;
}

.modal .flickity-slider

.sidebar .carousel-main:before {display: none}

.carousel-main {
	/*width: 585px;*/ 
	width: 100%;
	max-width: 100%;
}

.carousel-modal {
	width: 100%;
	max-width: 100%;
}


.product-details-wrap .product-image {
	padding-left: 15px;
}

.product-image .flickity-prev-next-button {
	display: none;
}

/* .carousel-modal img,
.carousel-main img,
.carousel-nav img {
	max-width: 100%;
	width: 100%;
} */

/* .carousel-modal .carousel-cell,
.carousel-main .carousel-cell {
  width: 100%;
  min-height: 584px;  
	/*pointer-events: none;*/
} */

.carousel-modal .carousel-cell.tower {
	width: 100%;
}

.carousel-modal .carousel-cell.landscape {
	width: 150%;
}

.carousel-modal:after,
.carousel-main:after {
	display: none;
	content:'';
	width: 27px;
	height: 36px;
	background: url(../images/logo-icon.png) no-repeat left top;
	position: absolute;
	right: 33px;
	top: 20px;
	opacity: 0.2;
	pointer-events: none;
}

.carousel-nav {
  width: 675px;
  -webkit-transform: rotate(90deg) translate(15px, -100%);
          transform: rotate(90deg) translate(15px, -100%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.carousel-nav:before {
	content:'';
	display: block;
	width: 1px;
	height: 100%;
	background: #231f20;
	position: absolute;
	left: -14px;
	top: 0;
}	

.carousel-nav:after {
	content:'';
	display: block;
	width: 1px;
	height: 100%;
	background: #000;
	position: absolute;
	right: -10px;
	top: 0;
}	

.carousel-nav .carousel-cell {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: calc(19% - 15px);
  cursor: pointer;
  margin-right: 10px;
	margin-left: 10px;
	border: 0;
  /* selected cell */
}

.main-carousel .flickity-enabled.is-draggable .flickity-viewport {
	cursor: crosshair;
}

/*
.carousel-nav .carousel-cell.is-nav-selected {
  border: 2px solid #c6d7e1;
}*/

.carousel-nav .flickity-prev-next-button {
  width: 20px;
  height: 20px;
  background: transparent;
	opacity: 0.8;
}
.carousel-nav .flickity-prev-next-button.previous {
  left: -10px;
}
.carousel-nav .flickity-prev-next-button.next {
  right: 0;
}

/* Product V2 */
.pdw2 .carousel-main {
	width: 100%;
}

.pdw2 .carousel-main .carousel-cell {min-height: 389px}

.product-details-wrap.pdw2 .product-image {padding-left: 20px}

.pdw2 .btn-buy-now {width: 60%}
.pdw2 .book-title {max-width: 60%}

.v01 .pdw2 .btn-wishlist, 
.v01 .pdw2 .btn-gift {
	max-width: 60%; 
	float: none;
	margin: 15px 0;
}

.product-thumbs .carousel-nav .flickity-prev-next-button .flickity-button-icon {
	left: 0;
}

.product-thumbs .carousel-nav .flickity-prev-next-button.next {
	right: -15px;
	top: 50%;
}

.pdw2 .product-thumbs {padding-left: 20px}

.pdw2 .carousel-nav {
	margin-top: 10px;
  width: 100%;
  -webkit-transform: unset;
          transform: unset;
  -webkit-transform-origin: unset;
          transform-origin: unset;
}

.pdw2 .carousel-nav .carousel-cell {
	margin-top: 15px;
	-webkit-transform: unset;
          transform: unset;	
}

.pdw2 .carousel-nav .flickity-prev-next-button.previous {left: 0;}
.pdw2 .carousel-nav .flickity-prev-next-button.next {right: 0}

.modal .carousel-nav .flickity-prev-next-button.previous[disabled],
.modal .carousel-nav .flickity-prev-next-button.next[disabled],
.pdw2 .carousel-nav .flickity-prev-next-button.previous[disabled],
.pdw2 .carousel-nav .flickity-prev-next-button.next[disabled] {opacity: 0.3}

.pdw2 .carousel-nav:after {right: 0; }
.pdw2 .carousel-nav:before {left: 0;}

.pdw2 .carousel-nav {padding: 0 10px}

.pdw2 .carousel-nav .carousel-cell {width: calc(33.3333%); margin: 0; height: auto}
.pdw2 .carousel-nav .carousel-cell img { padding: 0 20px; max-width: 100% }


.pdw2 .product-info-box:first-child {border-top: 1px solid #c2c2c2}
/* #Product Details */
.product-details-wrap .v02 {
	justify-content: space-between;	
}

.product-details-wrap .row.v02:before {
	content:'';
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	background: #000;
	margin: auto;
	margin-top: -30px;
}

.v02 .product-info-box.about h3.box-title {
	border-top: 0;
}

.v02 .default-section .section-title {
	border-top: 0;
	margin-bottom: 25px;
}

.article-post .product-details,
.product-details-wrap .product-details {
	padding-left: 30px;
}



.product-details.v02 .book-title {border: 0}
.product-details.v02:before {
	content:'';
	display: block;
	width: calc(100% - 45px);
	height: 1px;
	background: #000;
	position: absolute;
	top: 0;
	right: 15px;
}


.product-details.v02:after {
	content:'';
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	background: #000;
	position: absolute;
	bottom: 0;
	right: 15px;
}

.product-details-wrap>.row {
	margin-top: 60px;
}

.product-details-wrap>.row:first-child {margin-top: 0}

.book-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 25px;
	padding: 20px 0 0 5px;
	border-top: 1px solid #000;
}

.book-title .author {
	display: block;
}

.book-price {
	font-size: 20px;
	font-weight: 600;
	line-height: 21px;
	margin-bottom: 25px;
	padding: 0 5px;
}

/* Book Summary */
.book-summary p {
	font-size: 16px;
	line-height: 21px;
}

/* Product Price */
.product-price {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin: 25px 0;
}

/* Product Buy */
.product-buy-box p {
	margin-bottom: 0;
}
.product-buy-box p.gift-options {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
	padding: 0 5px;
}

.pbb-tools {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.v01 .pbb-tools a.btn-wishlist, 
.v01 .pbb-tools a.btn-gift {
	margin: 0;
	flex-basis: 30%;
}

.pbb-tools a:nth-child(1) {order:2; flex-basis: 40%; margin: 0 10px;}
.pbb-tools a:nth-child(2) {order:1}
.pbb-tools a:nth-child(3) {order:3}

/* Book Info */
.v02 .product-info-box {
	width: 97%;
}

.product-info-box {
	width: 100%;
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	padding: 0;
	margin: -1px 0;	
}

.product-info-box:first-child {border-top: 0}

.product-info-box:last-child {
	border-bottom: 1px solid #000;
}

.v01 .product-buy-box:after {
	content:'';
	display: block;
	clear: both;
}

.product-info-box.info1,
.product-info-box.info2 {
	margin: 20px 0;
}

.product-info-box.no-border {
	border: 0;
}

.product-info-box.no-border .card-body:before {
	display: none;
}

.product-info-box.info1 a,
.product-info-box.info2 a {
	font-weight: 400;
}

.product-info-box a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	color: #000;
	padding: 13px 0;
	text-decoration: none;
}

.v01 .product-info-box a {
	padding: 11px 0;
}

.product-info-box.no-border a {
	display: block;
	font-size: 16px;
	color: #000;
}

.product-info-box a.toggle-more-info {
	display: inline;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	background: #fff;
	z-index: 3;
	font-size: 14px;
}
/*
.product-info-box a.toggle-more-info:before {
	content:'...';
	font-size: 16px;
	display: inline;
	position: absolute;
	left: 0;
	top: 0;
}*/

.v01 .product-info-box .more-info a {
	padding: 0;
}

.more-info-wrap {display: none}

.product-info-box.no-border i {float: right}

.product-info-box.last {
	margin-top: 20px;
}

.product-info-box .collapse,
.product-info-box .collapsing {clear: both}

.product-info-box p {  
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	margin: 0;
}

.product-info-box .card-body p {
	margin-bottom: 22px;
}

.product-info-box p.first {
	margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
	position: relative;
}

.product-info-box .more-info .more-info-wrap{
	margin-top: 15px;
}

.v02 .product-info-box p {
	margin-bottom: 15px;
}

.product-info-box ul {
	margin-bottom: 15px;
}

.product-info-box ul li {
	font-size: 16px;
	line-height: 24px;
}

.v02 .product-info-box p.read-more {
	text-decoration: underline;
	margin-top: -25px;
}

.product-info-box .card-body p:last-child {margin-bottom: 0}

.product-info-box .card-body p a {
	margin: 0;
	padding: 0;
	text-decoration: underline;
}

.product-info-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.product-info-box ul li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.product-info-box.about h3.box-title {
	font-size: 20px;
	line-height: 40px;
	padding-top: 15px;
	margin-bottom: 20px;
}

.product-info-box h3.box-title {
	margin: 0;
	font-weight: 600;
}

.product-info-box .box-title a {
	text-decoration: none;
	color: #000;
	position: relative;
}

.product-info-box .box-title a i {
	float: right;
}

.product-info-box a.book-info.collapsed i,
.product-info-box .box-title a.collapsed i {
	display: inline-block;
	vertical-align: top;
	float: right;
	margin-top: 6px;	
	width: 14px;
	height: 9px;
	background: url(../images/icons/angle-down-icon.png) no-repeat center top;			
}

.product-info-box a.book-info i,
.product-info-box .box-title a i {
	display: inline-block;
	vertical-align: top;	
	float: right;
	margin-top: 6px;	
	width: 14px;
	height: 9px;
	background: url(../images/icons/angle-up-icon.png) no-repeat center top;			
}

.product-info-box .card-body {
	display: block;
	width: 100%;
	padding: 0 0 20px 0;
	border-radius: 0;
	border: 0;
	position: relative;	
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.v01 .product-info-box .card-body {width: 92%}

.product-info-box h3 a.book-info {
	display: block;
	font-size: 20px;
	font-weight: 600;
	line-height: 20px;
	color: #000;
}

.share-book {
	display: flex;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #000;
	justify-content: flex-end;
	margin-bottom: 50px;
}

.share-book a {
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	margin: 0 5px;
	color: rgba(0,0,0,0.6);
	transition: all 350ms ease-in-out;
}

.share-book a:hover,
.share-book a:focus {
	color: rgba(0,0,0,1);
}

/* More On Story - section */
.more-on-story .section-title {
	padding-top: 25px;
}


/* Style Nav Link/Tabs */
.more-on-story .nav-link{
	display: block;	
	background: none;
	position: relative;
	font-size: 13px;
	font-weight: 600;
	line-height: 20px;		
	text-decoration: none;
	color: #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	border-radius: 0;
	padding: 11px 0;
	margin: 12px 0;
	transition: all 350ms ease-in-out;
}

.more-on-story .nav-link:before {
	content:"\f104";
	display: inline-block;	
	font-family:"Font Awesome 5 Free";
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;	
	font-size: 14px;
	line-height:21px;
	font-weight:900;
	position: absolute;
	left: 15px;	
	opacity: 0;
	transition: all 550ms ease-in-out;
}

.more-on-story .nav-link:after {
	content:"\f107";
	display: inline-block;	
	font-family:"Font Awesome 5 Free";
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;	
	font-size: 14px;
	line-height:21px;
	font-weight:900;
	position: absolute;
	right: 0;	
}


.carousel-moreOn {
	width: 100%;
}

.carousel-moreOn img {
	max-width: 100%;
}

.carousel-moreOn .carousel-cell {
  width: 100%;
	min-height: 364px;
	color: #000;
	background: transparent;	
}

.carousel-moreOn.v02 .carousel-cell {
	min-height: 360px;
}

.carousel-moreOn .flickity-prev-next-button.previous {
	background: none;
	margin-top: -10%;
	color: #fff;
	opacity: 0.5;
	transition: opacity 350ms ease-in-out;
}

.carousel-moreOn .flickity-prev-next-button.next {
	background: none;
	margin-top: -10%;
	color: #fff;
	opacity: 0.5;
	transition: opacity 350ms ease-in-out;
}

.carousel-moreOn.book-mode .flickity-prev-next-button.previous {
	background: none;
	margin-top: -25%;
	color: #fff;
}

.carousel-moreOn.book-mode .flickity-prev-next-button.next {
	background: none;
	margin-top: -25%;
	color: #fff;
}

.carousel-moreOn .flickity-prev-next-button.previous:focus,
.carousel-moreOn .flickity-prev-next-button.next:focus,
.carousel-moreOn .flickity-prev-next-button.previous:hover,
.carousel-moreOn .flickity-prev-next-button.next:hover {opacity: 1}


/* More On Box */
.more-on-box img {
	margin-bottom: 15px;
}

.more-on-box .book-title {
	font-size: 16px;
	font-weight: 600;
}

.more-on-box p.book-price {
	font-weight: 600;
	padding: 0;
}

.more-on-box p{
	font-weight: 400;
}

.more-on-box p a {
	color: #000;
	font-weight: 600;
	text-decoration: underline;
}

.more-on-box p a:hover {
	text-decoration: underline;
}

/* Nav/Tab - Active Styles */
.more-on-story .nav-link.active {
	background-color: #c6d7e1;
	color: #000;
	border-color: transparent;
}

.more-on-story .nav-link.active {
	padding-left: 25px;
}

.more-on-story .nav-link.active:after {opacity: 0}
.more-on-story .nav-link.active:before {opacity: 1; left: 5px;}

.more-content-wrap {
	padding-right: 16px;
}

.more-nav-wrap {
	padding-left: 30px;
}

.more-nav-wrap h2 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 83px;
	border-top: 1px solid #000; 
	padding-top: 17px;
	padding-left: 5px;
}

/* Also Like Section */
.also-like{
	padding: 35px 0 30px 0;
}

.also-like.more-on-story {
	padding-top: 0;
}
.v01 .also-like.more-on-story h2.section-title{
	padding-top: 0;
}

/* flickity on by default */

.also-like-carousel:after {
  content: 'flickity';
  display: none;
}
.navbar-toggler {
	padding: 5px;
}

.default-section .section-title {
	font-size: 20px;	
	font-weight: 600;
	line-height: 40px;
	border-top: 1px solid #000;
	margin-bottom: 30px;
}

.books-section .section-title {
	padding-top: 30px;
	margin-top: 30px;
}

.also-like .section-title {
	margin-bottom: 50px;
	padding: 10px 5px;
	line-height: 26px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}

.v01 .also-like {
	padding-bottom: 0;
}

.v01 .also-like .section-title {
	border-bottom: 0;
	margin-bottom: 0;
	padding: 25px 0;	
}

.v01 .also-like .like-box {
	padding-bottom: 25px;
	/*border-bottom: 1px solid #000;*/
}

.v01 .also-like.more-on-bread .like-box {
	padding-bottom: 0;
	border-bottom: 0;
	font-size: 14px;
	font-weight: 600;
}


.v01 .also-like .like-box h3 {
	margin-top: 25px;
	border-top: 1px solid #000;
}

.v01 .also-like.more-on-bread .like-box h3 {
	margin-top: 0;
	border-top: 0;
}

.v01 .like-box h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 25px 0;
	border: 0;
}

.like-box {
	text-decoration: none;
	color: #000;
	transition: all 350ms ease-in-out;
}

/* .like-box img {
	width: 100%;
} */

.like-box .see-more {
	font-weight: 600;
}

.v01 .like-box .see-more a {	
	font-size: 16px;
	font-weight: 600;
	color: #000;
	text-decoration: underline 
}

.v01 .like-box p {margin: 0}

.like-box:hover,
.like-box:focus {
	color: #4687af;
	text-decoration: none;
}

.v01 .like-box:hover,
.v01 .like-box:focus {
	color: inherit;	
}
/* 
.also-like img {
	max-width: 100%;
	width: 100%;
} */

.like-box h3 {
	margin: 40px 0;
	font-size: 13px;
	font-weight: 600;
	line-height: 21px;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.like-box.no-border h3 {
	border: 0;
}

.like-box h3 .price {
	display: block;
	margin-top: 20px;
}

/* Newsletter Form */
.newsletter-form .form-group {
	position: relative;
	margin-bottom: 10px;
	border-radius: 0;
}

.newsletter-form .form-group input {
	font-size: 14px;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding-right: 50px;
	background-color: #ecf3f7;
}

.newsletter-form .form-group input:focus {
	background-color: #fff;
	border: 0;
	box-shadow: none;
}

.newsletter-form .form-group button {
	position: absolute;
	right: 7px;
	top: 0;
	bottom: 0;
	padding: 0;
	text-align: center;
	width: 28px;
	height: 28px;
	line-height: 30px;
	background: transparent;
	border-radius: 0;
	border: 0;
	margin: auto;
	color: #000;
	transition: all 350ms ease-in-out;
}

.newsletter-form .form-group button:focus,
.newsletter-form .form-group button:hover {
	color: #000;	
}

/* #BUTTONS
================================================== */

/* Button: Buy Now  */
.btn-buy-now {
	display: block;
	width: 100%;
	border-radius: 0;
	border: 0;
	background: #ffc600;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	line-height: 33px;
	margin: 12px 0;
	position: relative;
	transition: all 350ms ease-in-out;
}

.btn-buy-now:hover,
.btn-buy-now:focus {
	background: #e9e802;
}

.btn-buy-now i {
	position: absolute;
	left: 2px;
	top: 2px;
	bottom: 0;
	margin: auto;
	font-size: 13px;
	opacity: 1;
}

/* Button: Add 2 Whish List */
.btn-wishlist {	
	display: block;
	width: 96%;
	border-radius: 0;
	padding: 0 15px;
	margin: 12px 0 25px 0;	
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	position: relative;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.btn-wishlist i {
	display: inline-block;
	vertical-align: top;
	width: 17px;
	text-align: center;
	line-height: 21px;	
	position: absolute;
	left: 0;
	top: 1px;
}

.v01 .btn-wishlist,
.v01 .btn-gift {
	width: 100%;
	line-height: 34px;
	border: 1px solid #000;
	margin: 20px 0;
}

.v01 .btn-gift {
	margin-top: 10px;
	margin-bottom: 25px;
}

.v01 .btn-wishlist {
	margin-bottom: 10px;
}

.v01 .btn-wishlist i.star-icon{
	left: 4px;
	top: 7px;	
}

.v01 .btn-gift i.gift-icon {
	left: 2px;
	top: 8px;	
}

/* Button: Add 2 Gift Registry */
.btn-gift {
	display: block;	
	float: right;
	width: 96%;
	border-radius: 0;
	padding: 0 15px;	
	margin: 12px 0 25px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 21px;
	position: relative;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}

.book-info:hover,
.book-info:focus,
.btn-gift:hover,
.btn-gift:focus,
.btn-wishlist:hover,
.btn-wishlist:focus {
	color: #000;
	font-weight: 600;
}

.btn-gift i.gift-icon {
	display: inline-block;
	vertical-align: top;
	width: 17px;
	text-align: center;
	line-height: 21px;
	position: absolute;
	left: 0;
	top: 1px;
}

.btn-gift i.angle-down-icon {
	position: absolute;
	right: 0;
	top: 7px;
}

	/* Flag Link */
	.v01 #navbarUser .nav-item a.flag-link {		
		/*width: 140px;	*/
		height: 40px;	
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		margin-right: 150px;
		margin-left: 0;
	}
	
	.flag-link img {
		display: inline-block;
		vertical-align: top;
		width: 25px;
		height: 25px;
		margin-left: 10px;
	}
	
	#navbarUser li a.flag-link span {
		display: inline-block;
		vertical-align: top;
		font-size: 14px;
		font-weight: 600;
		line-height: 16px;
		text-transform: uppercase;
	}
#navbarUser li a.flag-link span em {display: none; font-style: normal;}
#navbarUser li a.flag-link span b {font-weight: 600}
	
/* #HEADER - styles only for desktop
================================================== */
@media all and (min-width: 1200px) {

	.theme-navbar {
		flex-direction: column;
		padding: 0 0 43px 0;	
	}

	.theme-navbar .navbar-brand {
		display: flex;
		flex-direction: row;
		width: 1318px;
		max-width: calc(100% - 48px);
		position: relative;
		justify-content: space-between;
		padding: 0;
		margin: 22px auto;
	}
	
	.theme-navbar .navbar-brand>.row {
		width: 100%;
		margin: 0;
	}
	
	.navbar-brand .logo-wrap,
	.navbar-brand .icon-wrap {
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	

	.theme-navbar .icon-wrap:before {
		content:'';
		display: block;
		width: 1px;
		height: 60px;
		background: #231f20;
		opacity: 0.6;
		position: absolute;		
		left: 35px;
		top: 0;
		bottom: 0;
		margin: auto;
	}

	#navbarMain {
		width: 1318px;
		max-width: calc(100% - 48px);
		margin: 0 auto;
		background-color: #c6d7e1;
		position: relative;
	}
	
	#navbarMain .dropdown-toggle:after {
		display: none;	
	}
	
	#navbarMain .nav1{
		flex-basis: 67.8%;
	}
	
	#navbarMain .nav2{
		flex-basis: 32.2%;
	}	
	
	#navbarMain .nav2 .nav-item:first-child {
		flex-basis: initial;
	}
	
	/*
	#navbarMain .dropdown-toggle:before {
		content:'';
		display: inline-block;
		vertical-align: top;
		position: absolute;
		right: -15px;		
		top: 15px;
		width: 14px;
		height: 9px;
		background: url(../images/icons/angle-down-icon2.png) no-repeat center top;			
	}*/	
	
	#navbarMain .dropdown-item:focus, 
	#navbarMain .dropdown-item:hover {
		background: none;
		color: #000;
	}
	
	#navbarMain .navbar-nav {
		width: 70%;
		/* padding: 0; */
		margin: auto;
		justify-content: space-between;
	}
	
	
	#navbarMain .navbar-nav.nav-1b {
		width: 100%; 
	}	

	#navbarMain .nav-item {		
		text-align: center;	
	}

	#navbarMain .nav-item:first-child {
		text-align: left;
		flex-basis: 12%;
	}
	#navbarMain .navbar-nav {display: flex}
	#navbarMain .navbar-nav .nav-item {display: inline-block; vertical-align: top; text-align: left}
	
	#navbarMain .navbar-nav .nav-item:hover,
	#navbarMain .navbar-nav .nav-item.active {
		background: #ecf3f7;
	}
/*
	#navbarMain .nav-item:nth-child(2) {
		flex-basis: 10%;
	}
	#navbarMain .nav-item:nth-child(3) {
		flex-basis: 35%;
	}	
	#navbarMain .nav-item:nth-child(4) {
		flex-basis: 15%;
	}	
	#navbarMain .nav-item:nth-child(5) {
		flex-basis: 20%;
	}		
	*/
	/* #navbarMain .nav-item:nth-child(1) {
		width: 90px;
		padding-left: 15px;
	}
	
	#navbarMain .nav-item:nth-child(2) {
		width: 210px;
		padding-left: 70px;
	}
	#navbarMain .nav-item:nth-child(3) {
		width: auto;
		padding: 0 20px;
	}	
	#navbarMain .nav-item:nth-child(4) {
		width: auto;
		padding: 0 30px;
	}	
	#navbarMain .nav-item:nth-child(5) {
		width: auto;
		padding: 0 40px;
	}	
	#navbarMain .nav-item:nth-child(6) {
		width: auto;
		padding: 0 6px;
	}		 */
	#navbarMain .dropdown-submenu .sub-nav:first-child {
		padding-right: 20px;
	}
	#navbarMain .dropdown-submenu .sub-nav:nth-child(3) {
		padding-right: 56px;
	}	
	
	
	#navbarMain .nav-item.nav-icon {
		flex-basis: auto;
	}

	#navbarMain .nav-item a {
		font-size: 14px;	
		font-weight: 600;
		line-height: 23px;
		padding: 9px 5px;
		opacity: 1;
		color: #000;
		position: relative;

		transition: all 350ms ease-in-out;
	}
	
	#navbarMain .nav-item a	span {
		position: relative;
	}
	/*
	#navbarMain .nav-item a	span:before {
		content:'';
		display: block;
		width: 0%;
		height: 1px;
		position: absolute;
		left: 0;
		bottom: -11px;
		background: transparent;		
		transition: all 350ms ease-in-out;		
	}*/
	
	#navbarMain .nav-item a:hover,
	#navbarMain .nav-item a:focus,
	#navbarMain .nav-item.active a {color: #000;}

	#navbarMain .nav-item.active a span:before {
		width: 100%;
		background: #000;		
	}
	
	/* NavbarMain - sub-main */
	#navbarMain .dropdown-submenu .dropdown-menu {
		width: 1318px;
		max-width: 100%;
		min-height: 214px;
		padding-top: 15px;
		padding-bottom: 30px;
		margin: 0 auto;
		background-color: #ecf3f7;
		border-radius: 0;
		border: 0;		
		/*border-top: 1px solid #000;*/
	}
	
	#navbarMain .dropdown-submenu .dropdown-menu .nav-container {
		width: 100%;
		margin: auto;
		display: flex;
		flex-direction: row;
		padding: 0 20px;
	}
	
	#navbarMain .dropdown-submenu.single .dropdown-menu .nav-container {justify-content: center}
	
	#navbarMain .dropdown-submenu.single .sub-nav {margin-left: 185px}
	
	#navbarMain .dropdown-submenu .sub-nav {		
		font-size: 14px;
		line-height: 20px;
		list-style: none;
		padding: 0 29px;
	}
	
	#navbarMain .dropdown-submenu .sub-nav.single {
		display: block;
	}		
	
	#navbarMain .dropdown-submenu .sub-nav.single li {
		display: block;
		padding: 0 5px;
		margin: 0;
	}
	
	#navbarMain .dropdown-submenu .sub-nav.single li.go-back {display: none}
	/*
	#navbarMain .dropdown-submenu .sub-nav.single li:nth-child(2) {
		padding: 0;
		margin-left: 0;
	}	*/	
	
	#navbarMain .dropdown-submenu .sub-nav.single li a {
		padding: 0 5px;
	}
	
	#navbarMain .dropdown-submenu .lvl3-wrap {
		display: flex;
		padding-left: 40px;
	}
	
	#navbarMain .dropdown-submenu ul.lvl3-wrap {
		flex-direction: column;
		list-style: none;
		padding: 0;
	}
	
	#navbarMain .dropdown-submenu .sub-nav:first-child {padding-left: 0}
	#navbarMain .dropdown-submenu .sub-nav:last-child {padding-right: 0}
	
	#navbarMain .dropdown-submenu .sub-nav li a {
		font-weight: 400;
		padding: 0;
		line-height: 20px;
	}
	
	#navbarMain .dropdown-submenu .sub-nav li a:hover,
	#navbarMain .dropdown-submenu .sub-nav li a:focus {
		text-decoration: underline;
	}
	
	/* NavbarUser */
	#navbarUser {
		width: 1382px;
		max-width: 100%;
		height: 40px;
		border-bottom: 1px solid #000;
	}
	
	#navbarUser .navbarUser {width: 100%; margin: 0}
	
	#navbarUser .navbarUser li:first-child {margin-right: auto}
	
	
	#navbarUser li a span {display: none}
	
	#navbarUser .nav-search .btn-search {
		left: 27px;
		margin-top: -2px;
		right: initial;
	}		

	.v01 #navbarUser .nav-search {
		justify-content: flex-start;
		padding: 0 0 0 30px;
    margin-left: -25px;
	}

	#navbarUser .nav-search .btn-search	{
		left: 12px;
	}
	
	.v01 #navbarUser .nav-search input.form-control {
    margin-left: -15px;
    padding-left: 25px;
		height: 34px;
	}
	
	/* Style Design v01 */
	.v01 #navbarUser {
		width: 1318px;
		max-width: calc(100% - 48px);
		background-color: #c6d7e1;
		padding: 0 20px;
		border-bottom: 0;
	}
	
	.v01 #navbarUser .nav-item a{
		margin-left: 7px;
		margin-right: 7px;
	}
	
	/* .v01 #navbarMain .navbar-nav {
		justify-content: flex-start;
	} */
	
	.v01 #navbarMain .navbar-nav.nav-1b li:nth-child(n) {
		flex-basis: 12.95%;
	}
	
	.v01 #navbarMain .navbar-nav.nav-1b li:nth-child(1) {
		flex-basis: 8%;
	}
	
	.v01 #navbarMain .navbar-nav.nav-1b li:nth-child(3) {
		flex-basis: 17.9%;
	}
	
	.v01 .nav-search {
		padding: 0 25px 0 0;
		height: 41px;
		flex-basis: 31%;
		background: transparent;
		transition: all 350ms ease-in-out;
		justify-content: flex-end;
	}
	
	/*.v01 .nav-search:focus {
		background: red;
	}*/

	
	.v01 .nav-search .btn-search {
		width: 31px;
		right: 21px;
		left: initial;
		padding: 0 5px;
		background: transparent;
	}
	
	.v01 .nav-search input.form-control {
		width: 110px;		
		background: none;
		color: #000;
		padding: 0 15px 2px 15px;
		font-family: 'Akzidenz-Grotesk Pro';
		font-size: 14px;
		font-weight: 400;
	}
	
	.v01 .nav-search.not-first input.form-control,
	.v01 .nav-search.active input.form-control {
		width: 230px;
	}		
	
	.zoomContainer {max-width: 100%}
	
	.v01 .nav-search.active {
		background: #ecf3f7;
	}

	.v01 .nav-search input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #000;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.v01 .nav-search input.form-control::-webkit-input-placeholder::-moz-placeholder { /* Firefox 19+ */
		color: #000;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.v01 .nav-search input.form-control::-webkit-input-placeholder:-ms-input-placeholder { /* IE 10+ */
		color: #000;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.v01 .nav-search input.form-control::-webkit-input-placeholder:-moz-placeholder { /* Firefox 18- */
		color: #000;
		font-size: 14px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
		/* active - state */
	.v01 .nav-search.active input.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		color: #000;
		font-size: 14px;
		font-weight: 400;
		text-transform: initial;
	}
	.v01 .nav-search.active input.form-control::-webkit-input-placeholder::-moz-placeholder { /* Firefox 19+ */
		color: #000;
		font-size: 14px;
		font-weight: 400;
		text-transform: initial;
	}
	.v01 .nav-search.active input.form-control::-webkit-input-placeholder:-ms-input-placeholder { /* IE 10+ */
		color: #000;
		font-size: 14px;
		font-weight: 400;
		text-transform: initial;
	}
	.v01 .nav-search.active input.form-control::-webkit-input-placeholder:-moz-placeholder { /* Firefox 18- */
		color: #000;
		font-size: 14px;
		font-weight: 400;
		text-transform: initial;
	}		
	
	
	#navbarUser .nav-item a{
		font-size: 16px;	
		line-height: 40px;
		font-weight: 400;
		opacity: 1;
		color: #000;
		padding: 0;
		margin-left: 25px;
		margin-right: 25px;
	}	

	#navbarUser .nav-item a i {
		margin-top: 10px;
	}
	
	#navbarUser .nav-item:last-child a{
		margin-right: 0;		
	}
	
	/* NavBar Search */
	.nav-search {
		position: relative;
		padding-left: 45px;
	}
	
	.nav-search .btn-search {
		border: 0;
		box-shadow: none;
		position: absolute;
		left: 0;
		top: 0;
		background: none;
		width: 21px;
		height: 35px;
		text-align: center;
		line-height: 35px;
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}
	
	.nav-search .btn-search i {
		display: inline-block;
		vertical-align: top;
		margin-top: 9px;
	}
	
	.nav-search input.form-control{
		display: block;
		width: 290px;
		border: 0;
		box-shadow: none;
		font-size: 16px;
		font-weight: 400;
		line-height: 36px;
		padding-left: 0;
		padding-right: 0;
	}

	.brand-logo img {
		max-width: 190px;
	}
	
	.brand-logo-icon img {
		max-width: 32px;
	}

	.brand-logo-icon {
		margin-left: 35px;
	}
	
	#navbarMain .navbarUser {display: none}	
}
@media all and (min-width: 768px) {
	/* Increase Container default width for Desktop*/
	.container, .container-lg, .container-md, .container-sm, .container-xl {
			max-width: calc(100% - 48px); /*1364*/
	}
	
	.sidebar .flickity-page-dots {display: block}
	.flickity-page-dots {display: none}
	.carousel-moreOn.v02 .flickity-page-dots {
		display: block;
		bottom: 20px;
	}
	
	.carousel-moreOn.v02 .flickity-prev-next-button .flickity-button-icon {
		width: 25%;
		height: 25%;
	}
	/*
	.also-like-carousel {
		margin-left: -24px;
		margin-right: -24px;
	}*/
	
	.also-like-carousel {
		margin: 0 -24px;
	}

	
	.also-like-carousel .carousel-cell {
		width: 25%;
		min-height: 450px;
	}
	
	.also-like-carousel.home-carousel .carousel-cell {min-height: 420px}
	
	.sidebar .also-like-carousel.more-on-bread .carousel-cell {min-height: 400px}
	
	.also-like-carousel .carousel-cell .like-box {padding: 0 24px}
	
	.also-like-carousel.more-on-bread .carousel-cell {
		width:33.3333%;
	}
	
	
	.also-like .flickity-prev-next-button.previous {
		left: initial;
		right: 30px;
		top: -30px;
	}
	
	.also-like .flickity-prev-next-button.next {
		right: 0;
		top: -30px;
	}
	
	.also-like .flickity-prev-next-button svg {width: 10px; height: 10px}
	
	/* Sidebar - Also Like - Carousel transform */
	
	
	
	.sidebar .also-like-carousel .carousel-cell{
		width: 100%;
	}
	
	.sidebar .also-like .flickity-prev-next-button.next {
		top: 38%;
		right: 30px;
		background: none;
		color: #fff;
	}
	

	.sidebar .also-like .flickity-prev-next-button.previous {
		top: 38%;
		left: 30px;
		background: none;
		color: #fff;
	}		
	
	.sidebar .also-like .flickity-prev-next-button svg {width: 60%; height: 60%}

	.article-post .also-like.more-on-bread .like-box h3 {
		border-top: 0;
		margin-top: 0;
		height: 70px;
		margin-bottom: 25px;
		padding-bottom: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;		
	}

	
	/* disable Flickity for large devices */
	/*
	.also-like-carousel:after {
		content: '';
	}	*/
	
	.mobile-search,
	.mobile-basket {display: none}
	
	footer .row {margin-left: -24px;margin-right: -24px;}
	footer .row .col-sm-3 {padding-left: 24px; padding-right: 24px}
}

/* #FOOTER
================================================== */
footer {
	margin-top: 90px;
	padding: 20px 0 50px 0;
	background: #c5d4de;
}

footer.no-border h4 {border: 0}

footer h4 {
	font-size: 14px;	
	line-height: 21px;
	font-weight: 600;
	color: #000;
	margin: 0 0 20px 0;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

footer ul li {
	display: block;
	margin: 0;
	padding: 0;
	line-height: 20px;
}

footer ul li a {
	display: inline-block;
	vertical-align: top;
	color: #000;
	font-size: 14px;	
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
}

footer ul li a:hover {
	color: #000;
	text-decoration: underline;
}

footer.no-border ul li a {
	font-weight: 600;
}

.footer-social li {
	display: flex;
	flex-direction: row;	
	font-size: 14px;
	line-height: 21px;
}

.footer-social li strong {
	margin-right: auto;
}

.footer-social li a {
	font-size: 20px;
	margin: 0 5px;
}

footer .shipping {
	border-top: 1px solid #000;
	margin-top: 25px;
}

footer .shipping .nav-link {margin: 10px 0 0 0; padding: 15px 0;}

footer .flag-link img {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-top: 1px;
}

/* #Page - Home
================================================== */
.default-header {
	position: relative;
}

.default-header .header-title {
	font-size: 20px;
	font-weight: 600;
	padding: 0;
}

.default-header p {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	margin-bottom: 40px;
}

.default-header .row div:first-child p{
	border-bottom: 1px solid #000;
	padding-bottom: 35px;
	max-width: 50%;
}

.books-section .like-box h3{
	border-top: 1px solid #000;
	margin-top: 25px;
}

.books-section .like-box h3 a,
.books-section .like-box h3 a:hover,
.books-section .like-box h3 a:focus {
	color: #000;
	text-decoration: underline;
}

/* Be Inspired Section */
.inspired-section .section-title {
	padding-top: 25px;
}

.inspired-block {
	background: #ebebed;
	margin: 0 0 40px 0;
	align-items: flex-end;
}

.inspired-block div.col-12.block-image {
	text-align: right;
	padding: 15px;
}

/*.inspired-block div.col-12:last-child {padding: 0}*/

.inspired-block .block-text {padding: 15px}

.inspired-block p {
	font-size: 16px;
	line-height: 24px;
	max-width: 70%;
}

.inspired-block p a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.inspired-block .block-title {
	display: block;	
	font-weight: bold;
}

.inspired-block img {max-width: 100%}

/* Color Box */
.color-box {
	padding: 15px;
	position: relative;
	padding-right: 50%;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
}

.color-box.green {background: #bbdc35;}
.color-box.blue{background: #8ce7e0;}

.color-box p a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;	
}

.color-box img {
	position: absolute;
	right: 5%;
	top: 0;
	bottom: 0;
	margin: auto;
}

.colored-section .section-title {
	border: 0;
	margin: 0;
}

/* #Page - Article
================================================== */

article,
aside {
	position: relative;	
}

.content-section  {
	padding-right: 45px;
}

article:before {
	content:'';
	width: calc(100% - 90px);
	height: 1px;
	background: #000;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.article-post aside:before {
	content:'';
	width: calc(100% - 45px);
	height: 1px;
	background: #000;
	margin: auto;
	position: absolute;
	left: initial;
	right: 15px;
	top: 0;	
}

.article-post aside:before,
.article-post article:before {display: none}

.sidebar.about {padding-left: 30px; padding-top: 0}

.sidebar.about .default-section:first-child {padding-top: 0}

.sidebar.about .default-section:first-child h2{border: 0;}


article figure.figure {
	margin: 35px 0;
	width: 100%;	
	text-align: center;
	background-color: #f9f9f9;
	padding: 30px;
}

article a,
article p a {
	color: #000;
	text-decoration: underline;
}

article a:hover,
article p a:hover,
article a:focus,
article p a:focus {
	color: #000;
}

.article-header {
	margin-bottom: 30px;
	background: #f0f0f0;
	padding: 30px;
	text-align: center;
}

article .article-header figure.figure {
	padding: 0; 
	background: none;
	margin: 0;
}


.article-title {
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
	color: #000;
	border-top: 1px solid #000;
	padding-top: 25px;
}

article p {
	font-size: 16px;
	line-height: 24px;
}

.article-subtitle {
	border-bottom: 1px solid #000;
	padding-bottom: 25px;
}

.article-post .product-thumbs {display: none}

.article-post .product-image {
	width: 100%; 
	max-width: 100%; 
	padding-bottom: 45px;
}

.article-post .carousel-main .flickity-page-dots {
	display: block;
	bottom: -30px;
}

.article-post .product-image .flickity-prev-next-button {
	display: block;
	background: none;
	color: #fff;
	z-index: 990;
}

.article-post .product-image .flickity-prev-next-button svg {
	width: 60%;
	height: 60%;
}

.article-post .carousel-main .carousel-cell {min-height: 300px}
.privacy-policy main article:before {display: none}
.privacy-policy main article .article-title {
	border-top: 0;
	border-bottom: 1px solid #000;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.privacy-policy main article .col-md-6:first-child {padding-right: 45px}
.privacy-policy main article .row .col-md-6:last-child {padding-left: 45px}

.about .product-info-box:last-child {border-bottom: 0}

.about article {min-height: 920px}
/* #Page - Store Category
================================================== */
article figure.figure {
	margin: 15px 0;
}

.category-header {
	margin-bottom: 30px;
	background: #f0f0f0;
	padding: 0;
	text-align: center;
	padding-bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.category-header img {
	flex-basis: 33%;
	width: 33%;
	margin: auto;
}

.category-header img:first-child {
	width: 17%;
	flex-basis: 17%;
}

.category-header .row {
	justify-content: center;
	align-items: center;
}

.category-header figure {
	margin: 0;
}

.category-header figure img{
	max-height: 250px;
	width: auto;
	margin: 0;
}

.category-section p {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	margin-bottom: 40px;
}

.category-section .dropdown-toggle::after {
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
	width: 14px;
	height: 9px;
	border: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;	
	background: url(../images/icons/angle-down-icon.png) no-repeat center top;	
}

.category-section .stuck.dropdown-toggle::after {display: none}

.category-title {
	font-size: 20px;
	font-weight: 600;
	/*margin: 40px 0 25px 0;*/
	padding: 0;
}

.modal-adaptive {
	width: 1330px;
	max-width: 100%;
}

.store-modal {
	width: 1290px;
	max-width: 100%;
}

.modal-adaptive .modal-body,
.store-modal .modal-body {
	padding: 50px 60px;
}

.store-modal .product-info-box a.toggle-more-info {
	display: block;
	clear: both;
	font-size: 16px;
}

.store-modal .product-info-box a.toggle-more-info:before{display: none}

.store-modal .book-title {margin-bottom: 30px}
.v01 .store-modal .btn-wishlist {margin-bottom: 15px}
.prod-img {width: 96%}

/* Default Filter */
.default-filter {
	width: 100%;	
	height: 52px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.default-filter .closeDM {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9999;
	text-align: center;
	line-height: 24px;
	cursor: pointer;
}

.default-filter .closeDM:before {
	content:'';
	width: 50%;
	height: 1px;
	background: #000;
	transform: rotate(-45deg);
	position: absolute;
	left: 25%;
	top: 50%;
}

.default-filter .closeDM:after {
	content:'';
	width: 50%;
	height: 1px;
	background: #000;
	transform: rotate(45deg);
	position: absolute;
	left: 25%;
	top: 50%;
}

.default-filter .dropdown-toggle {
	display: inline-block;
	vertical-align: top;
	background: none;
	border: 0;
	padding: 12px 0;
	margin: 0;
	font-size: 18px;
	color: #000;
}

.default-filter .dropdown-toggle.dropdown-item {
	font-size: 16px;
	padding: 0 12px;
}

.default-filter .dropdown-item {
	font-size: 16px;
	line-height: 24px;
	padding: 0 12px;
}

.default-filter .dropdown-item:hover,
.default-filter .dropdown-item:focus {
	background: none;
	color: #000;
	font-weight: 600;
}

.default-filter .dropdown-menu {
	width: 100%;
	background-color: #fafafa;
	border-radius: 0;
	border: 0;
	margin-top: -50px;
}

.default-filter .dropdown-menu .filter-title {
	padding: 0 12px;
}

.default-filter .dropdown-submenu {
	position: relative;
}

.default-filter .dropdown-submenu .dropdown-menu {
	position: static;	
	margin-top: 0;
	box-shadow: none;
	padding: 0 0 0 25px;

}

.default-filter .dropdown-submenu .stuck + .dropdown-menu {display: block}

.default-filter .dropdown-submenu .dropdown-menu .dropdown-item {
	padding: 0;
}

.default-filter .active {
	color: #000;
	font-weight: 600;
	background: none;
}

/* Also Like Section */
.categories-grid{
	padding: 60px 0 30px 0;
}

.categories-grid .like-box {
	margin-bottom: 40px;
}

.categories-grid .like-box h3 {
	margin-top: 25px;
	border-top: 1px solid #000;
}

.category-box h3 {
	margin: 10px 0;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	padding: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.category-box.no-border h3 {
	border: 0;
}

.category-box h3 .price {
	display: block;
	margin-top: 20px;
}

.categories-grid .like-box a{
	display: block;
	position: relative;
}
/*
.categories-grid .like-box a:after {
	content: 'Enlarge +';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 120px;
	height: 32px;
	background: rgba(0,0,0,0);
	opacity: 0;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;	
	pointer-events: none;
	transition: all 350ms ease-in-out;
}
*/
.categories-grid .like-box a:hover:after {
	background: rgba(0,0,0,0.4);
	opacity: 1;
}

/* Store Category Pagination */
.pagination-wrapper {
	width: 100%;
	text-align: center;
	border-top: 1px solid #000;
	padding-top: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #000;	
}

.pagination-wrapper .pagination {
	justify-content: center;
	align-items: center;
}

.pagination-wrapper .pagination .page-item {
	margin: 0 15px;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
	border: 0;
	background: none;
	box-shadow: none;
	outline: none;
	color: #000;	
}

/* test */
.carousel.t1 {
  background: #EEE;
}

.t1 .carousel-cell {
  width: 28%;
  height: 200px;
  margin-right: 10px;
  background: #8C8;
  border-radius: 5px;
  counter-increment: carousel-cell;
}

.t1 .carousel-cell.is-selected {
  background: #ED2;
}

/* cell number */
.t1 .carousel-cell:before {
  display: block;
  text-align: center;
  content: counter(carousel-cell);
  line-height: 200px;
  font-size: 80px;
  color: white;
}

/* additions from homepage */
.homepage .art-box h3 {
    flex-basis: 100%;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.homepage .art-box .art-text p a {
    font-weight: 600;
    text-decoration: underline;
    color: #000;
}

.homepage .art-box img {
    flex-basis: 100%!important;
    width: 100%!important;
    margin: auto;
}
.homepage .img-fluid {
    max-width: 100%;
    height: auto;
}
.homepage .default-header p {
	margin-bottom: 0px;
}
.homepage hr {
	margin: 30px 0;
	border-color: black;
}
.homepage .default-section .section-title {
    border-top: none;
    margin-bottom: 30px;
}
.homepage .art-box .art-text p:first-child {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.homepage .art-box .art-text p {
    font-weight: 600;
    padding: 0 10%;
}
.homepage .art-box {
	margin-bottom: 30px;
    background: #f0f0f0;
    padding: 40px 0 0 0;
    text-align: center;
    display: flex;
    min-height: calc(100% - 30px);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.homepage .inspired-block div.col-12.block-image {
    text-align: right;
    padding: 0;
}





/* #Page - Basket 
================================================== */
.basket-section .section-title {
	font-size: 20px;	
	font-weight: 600;
	line-height: 40px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.basket-sidebar .section-title {
	display: block;
	font-size: 20px;	
	font-weight: 600;
	line-height: 40px;
	border-bottom: 1px solid #000;
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
	color: #000;
	text-decoration: underline;
}
.basket-sidebar .section-title a {
	color: #000;
	text-decoration: underline;
}
.basket-sidebar .section-title span {
	position: absolute;
	right: 0;
	bottom: -35px;
	font-size: 14px;
	font-weight: 400;
}
.basket-sidebar .order-subtotal {
	display: block;
	text-align: right;
	color: #000;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 30px;
}
.checkout-btn {
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 45px;
	background: #ffc600;
	color: #000;
	text-align: center;
	border-radius: 0;
	border: 0;
	margin-bottom: 10px;
}
.checkout-btn:hover,
.checkout-btn:focus {
	color: #000;
	text-decoration: none;
	background: #ffd649;
}
.available-payments {
	float: right;
	margin-right: -5px;
}
.cart-items {
	position: relative;
}
.cart-item {
	margin-bottom: 50px;
}
.cart-item .cart-thumb {
	display: block;
}
.cart-item .remove-item {
	display: block;
	font-weight: 600;
	margin-top: 5px;
}
.cart-item .product-title,
.cart-item .product-title a {
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	color: #000;
}
.cart-item .form-group {max-width: 75%; margin: 0;}
.cart-item .product-price {
	font-size: 16px;
}
.cart-item .cart-thumb img{
	max-width: 100%;
}
.cart-item .form-group label {
	font-weight: 600;
	cursor: pointer;
	font-size: 16px;
	margin: 0 0 25px 0;
}
.cart-item input[type="checkbox"] {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #000;
	border-radius: 0;
	box-shadow: none;
	margin: 3px 0 0 5px;
}
.cart-item .form-group textarea {
	font-size: 16px;
	color: #000;
	min-height: 75px;
	border-radius: 0;
}
.cart-item .btn-save {
	background: none;
	margin: 0; 
	padding: 0;
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
}
.gift-notes {
	border-top: 1px solid #000;
	padding-top: 30px;
	margin-top: 100px;
}
.available-payments {margin-top: 15px}
.gift-notes img {float: left}
.gift-notes ul {
	list-style: none;
	padding-left: 35%;
}
.gift-notes ul li {
	font-size: 16px;
	line-height: 21px;
	font-weight: 400;
	display: block;
	margin-bottom: 25px;
	padding-right: 35px;
}
.gift-notes ul li strong {
	display: block;
}
.quantity {
	margin: 15px;
	margin-right: 22px;
	margin-left: 8px;
}
.quantity input{
	width: 70px;
	border-radius: 0;
	border: 1px solid #000;
	text-align: center;
}
.quantity input[type="button"] {
	border: 0;
	background: none;
	width: 20px
}
.basket-price {
	margin: 15px;
	flex-grow: 1;
	min-width:158px;
}