:root {
	
    --header-height       : 160px;
    --header-height-min   : 80px;
}
/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
    :root {
        --header-height : 100px;
        --header-height-min   : 80px;
    }
}
/* Theme Colors */
:root {
    --accent-color       : #C5A992;
    --secondary-color    : #C5A992;
    --dark-color         : #2f2f2f;
    --light-color        : #F3F2EC;
    --body-text-color    : #757575;
    --light-text-color   : #afafaf;
    --dark-text-color    : #2f2f2f;
}
/* Fonts */
:root {
    --body-font           : "Raleway", sans-serif;
    --heading-font        : "Prata", Georgia, serif;
    --secondary-font      : "Playfair Display", Georgia, serif;
}


*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
  scroll-behavior:  smooth;
}
body {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 2;
  color: var(--body-text-color);
  background-color: var(--light-color);
}
body.no-scroll {
    overflow: hidden;
}
a {
  color: var(--accent-color);
  transition: 0.3s color ease-out;
}
a:hover {
  color: #111;
}
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 5px;
  margin-bottom: 0;
}
ul li, ol li {
  margin-bottom: 5px;
  outline: 0;
}
ul li.active a{
  color: #daa556;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 2rem;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  outline: 0;
}
figure {
  margin: 0;
}
img {
  display: inline-block;
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
::selection {
  background: rgba(0,0,0,0.8);
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: rgba(0,0,0,0.8);
  color: #fff;
  text-shadow: none;
}

figure.align-right {
  margin: 30px 0 30px 30px;
}


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: var(--heading-font);
  line-height: 1.2;
  color: var(--dark-color);
}
h1.light, .h1, h2.light, .h2, h3.light, .h3, h4.light, .h4, h5.light, .h5, h6.light, .h6 {
  color: #fff;
}
h1, h2, h3 {
  margin: 25px 0;
  text-transform: capitalize;
}
h5, h6 {
  letter-spacing: 1px;
}
h1, .h1 {
  font-size: 2.5em;
  line-height: 1.4;
}
h2, .h2 {
  font-size: 1.5em;
  line-height: 1.4;
}
h3, .h3 {
  font-size: 1.4em;
  line-height: 1.4;
}
h4, .h4 {
  font-size: 1.1em;
  line-height: 1.4;
}
h5, .h5 {
  font-size: .83em;
  line-height: 1.25;
}
h6, .h6 {
  font-size: .67em;
  line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}
p {
   margin: 0 0 20px 0;
}
p:empty {
  display: none;
}
small {
  font-size: 85%;
}
mark {
  background-color: #fcf8e3;
  padding: 0.28rem;
}
dfn, cite, em, i {
  font-style: italic;
}
code, kbd, var {
  font-size: 14px;
}
code {
  background-color: #f9f2f4;
}
abbr {
  border-bottom: 0.1px dotted #666;
  cursor: help;
}
::placeholder {
    color: #999;
}

.align-left {
  float: left;
  text-align: left;
}
.align-right {
  float: right;
  text-align: right;
}
.align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
/**::after,*/
.container::after,
.row::after,
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}


.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lead {
  font-size: 120%;
  line-height: 1.7em;
}
.text-lead strong {
  font-size: 115%;
  font-weight: 500;
}
.text-muted {
  color: #777;
}
.text-pri {
  color: #ff9697;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}


ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }

button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }

.list-icon i {
  margin-right: 10px;
}
.list-unstyled {
  list-style: none;
}
.txt-fx .letter {
  opacity: 0;
}





a.btn,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  background-image: none;
  background: var(--accent-color);
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.75em 1.5em;
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  z-index: 1;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:hover,
.btn:focus,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="file"]:focus,
input[type="file"]:hover,
button:focus,
button:hover {
  text-decoration: none;
  outline: 0;
}
.light .btn:hover {
  color: #fff;
}
.btn:last-child {
  margin-right: 0;
}
.btn:active,
.btn.btn-outline-light:active,
.btn.btn-outline-dark:active,
.btn.btn-outline-accent:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="file"]:active,
button:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}




.btn.btn-small {
  padding: 0.325em 1.7em;
  font-size: 0.65em;
}
.btn.btn-medium {
  padding: 0.5em 1.75em;
  font-size: 0.75em;
}
.btn.btn-large {
  padding: 1em 2.5em;
}
.btn.btn-xlarge {
  padding: 1.5em 2.7em;
  font-size: 0.9em;
}
.btn.btn-image {
  background-color: transparent;
  padding: 0;
  max-height: 50px;
}
.btn.btn-image img {
  max-height: 50px;
}





.btn.btn-rounded,
.btn.btn-rounded::after {
  border-radius: 4px;
}
.btn.btn-pill,
.btn.btn-pill::after {
  border-radius: 2em;
}
/* button outline */
.btn.btn-outline-dark,
.btn.btn-outline-light,
.btn.btn-outline-accent {
  border: 1px solid #fff;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}
.btn.btn-outline-dark:hover::after,
.btn.btn-outline-light:hover::after {
  background-color: transparent;
}
.btn.btn-outline-dark {
  border-color: #121212;
  color: #121212;
}
.btn.btn-outline-dark:hover {
  background: rgba(0,0,0,.03);
  background: #121212;
  border-color: #121212;
  color: #fff;
}
.btn.btn-outline-accent {
  background: transparent;
  border-color: var(--accent-color);
  color: var(--accent-color);
}
.btn.btn-outline-accent:hover {
  border-color: var(--dark-color);
  color: var(--dark-color) !important;
}
.btn.btn-outline-light {
  background: transparent;
  border-color: var(--light-text-color);
  color: var(--light-text-color);
}
.btn.btn-outline-light:hover {
  border-color: var(--accent-color);
  color: var(--accent-color) !important;
}
.btn.btn-full {
  display: block;
  margin: .85em 0;
  width: 100%;
  text-align: center;
}

.btn-with-line {
  color: #fff;
  position: relative;
}
.btn-with-line:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -66px;
  border-bottom: 2px solid #fff;
  width: 50%;
  z-index: 9;
  transition: 0.3s ease-out;
}
.btn-with-line:hover {
  color: #fff;
}
.btn-with-line:hover:after {
  width: 30%;
  right: -41px;
}





.btn.btn-common {
  background: var(--accent-color);
  color: #fff;
}
.btn.btn-common:hover {
  background: #151515;
  color: #fff;
}
.btn.btn-accent {
  color: #ffffff;
  background-color: var(--accent-color);
}
.btn.btn-accent:hover {
  color: #ffffff !important;
  background-color: #121212;
}
.btn.btn-gray,
.btn.btn-grey {
  background: #9e9e9e;
  color: #fff;
}
.btn.btn-black {
  background: #121212;
  color: #fff;
}
.btn.btn-black:hover {
  background-color: #797979;
}
.btn.btn-white {
  background: #f8f8f8;
  text-shadow: none;
  color: #121212 !important;
}
.btn.btn-white:hover {
  background: var(--accent-color);
  text-shadow: none;
}





.btn-left{
  text-align: left;
  display: block;
}
.btn-center{
  text-align: center;
  display: block;
}
.btn-right{
  text-align: right;
  display: block;
}






.padding-xsmall {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.padding-small {
  padding-top: 2em;
  padding-bottom: 2em;
}
.padding-medium {
  padding-top: 4em;
  padding-bottom: 4em;
}
.padding-large {
  padding-top: 7em;
  padding-bottom: 7em;
}
.padding-xlarge {
  padding-top: 9.5em;
  padding-bottom: 9.5em;
}
.padding-2xlarge {
  padding-top: 15em;
  padding-bottom: 15em;
}


.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-gutter {
  padding: 0 !important;
}


.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}



.margin-small {
  margin-top: 3em;
  margin-bottom: 3em;
}
.margin-medium {
  margin-top: 4.5em;
  margin-bottom: 4.5em;
}
.margin-large {
  margin-top: 6em;
  margin-bottom: 6em;
}
.margin-xlarge {
  margin-top: 7.5em;
  margin-bottom: 7.5em;
}

@media only screen and (max-width: 768px) {
  .margin-small,
  .margin-medium,
  .margin-large,
  .margin-xlarge {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}



button {
    font-size: 1em;
    font-weight: 600;
    border: none;
    height: 65px;
    cursor: pointer;
    text-transform: uppercase;
}
.btn-wrap {
    text-transform: capitalize;
}
.btn-wrap a {
    text-decoration: none;
    font-weight: 600;
}
.btn-wrap a:hover {
    color: #74642F;
}
.btn-normal {
    color: #fff;
}
.btn-accent {
    color: #111;
}
.btn-submit {
    background: #fff;
    color: #2f2f2f;
}
.btn-submit:hover {
    background-color: #c5a992;
    color: #fff;
}
.btn-accent-arrow {
    color: #111;
}
.btn-wrap i.icon {
    transition: 0.5s ease-out;
    font-size: 9px;
    padding-left: 10px;
}
.btn-wrap:hover i.icon {
    padding-left: 20px;
}
.btn-subscribe {
    width: 30%;
    color: #111;
    background: transparent;
    margin: 0;
    height: max-content;
}
.btn-subscribe span {
    transition: 0.5s ease-out;
    padding-right: 5px;
    opacity: 1;
}
.btn-subscribe:hover span {
    padding-right: 10px;
    opacity: 0.5;
}




.section-header {
    position: relative;
}
.section-title {
    font-size: 3em;
    font-weight: 500;
    line-height: 1;
    position: relative;
    margin-bottom: 75px;
}
.section-title.divider {
    width: 100%;
}
.section-title.divider:after {
    content: "";
    border-bottom: 3px solid #74642F;
    position: absolute;
    right: 0;
    bottom: -16px;
    left: 0;
    width: 50px;
}
.section-header .section-title:before,
.section-header .section-title:after {
    content: "";
    border-bottom: 1px solid #E0E0E0;
    position: absolute;
    top: 30px;
    width: 25%;
    align-items: center;
}
.section-header .section-title:before {
    left: 3px;
}
.section-header .section-title:after {
    right: 3px;
}
.section-header .title span {
    font-size: 14px;
    color: #afafaf;
    text-transform: uppercase;
}


@media screen and (max-width: 1366px) {
  .section-header .section-title:before, 
  .section-header .section-title:after {
      width: 30%;
  }
}

@media screen and (max-width: 999px) {
  .section-header .section-title:before, 
  .section-header .section-title:after {
      width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2em;
  }
  .section-header .section-title:before, 
  .section-header .section-title:after {
      top: 60px;
      width: 100%;
  }
}


img.post-image {
    width: 100%;
    height: 328px;
    object-fit: cover;
}


.slick-dots {
    bottom: -100px;
}
.slick-dots li {
    width: 10px;
    height: 10px;
    background: #D7D5CC;
    color: #D7D5CC;
    border-radius: 50%;
}
.slick-dots .slick-active {
    color: #74642F;
    background: #74642F;
    border: 1px solid #D7D5CC;
    outline: 1px solid #D7d5cc;
}


.top-content {
    padding: 20px 0;
    border-bottom: 1px solid #E0E0E0;
}
.social-links ul {
    list-style: none;
    display: flex;
    width: 15%;
}
.social-links a {
    color: var(--dark-text-color);
    text-decoration: none;
}
.top-content li {
    padding-right: 30px;
}
.top-content li:last-child {
    padding-right: 0;
}
.top-content a {
    color: #555;
    text-decoration: none;
}
.top-content .right-element {
    text-align: right;
}
.top-content .right-element .for-buy {
    margin-right: 40px;
} 


#header {
  padding: 40px 0;
}
#header .menu-list a {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.12em;
}


#billboard .main-slider {
    padding: 120px 0;
}
.main-slider .slider-item {
    display: flex;
    width: 100%;
    justify-content: center;
}
.main-slider .banner-content {
    width: 35%;
    margin-top: 90px;
    margin-right: 175px;
}
.banner-content h2.banner-title {
    font-size: 4.5em;
    font-weight: 500;
    color: #222;
}
.banner-content p {
    margin: 0 0 60px 0;
}
.banner-image{
	margin: 100;
	height:20%;
	width:30%;
	float: inherit;
}
#billboard .slick-dots {
    left: 200px;
	font-size:4,5em;
    bottom: 110px;
    width: 10%;
    text-align: inherit;
}
#billboard button.slick-arrow {
    background: transparent;
    border: 1px solid #E5E3DA;
    padding: initial;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 270px;
    z-index: 5;
    cursor: pointer;
}
#billboard button.slick-arrow:hover{
    border: 1px solid #74642F;
    background-color: #E5E3DA;
}
#billboard button.prev.slick-arrow {
    left: 110px;
}
#billboard button.next.slick-arrow {
    right: 110px;
}
#billboard .slick-arrow i.icon {
    color: #8C8C8C;
}

@media screen and (max-width: 1366px) {
  #billboard button.prev.slick-arrow {
      left: 0;
  }
  #billboard button.next.slick-arrow {
      right: 0;
  }
}

@media screen and (max-width: 999px) {
  .banner-content h2.banner-title {
      font-size: 3.5em;
  }
  #billboard .main-slider {
      margin: 70px 0;
      padding: 0;
  }
  .main-slider .slider-item {
      flex-wrap: wrap;
      text-align: center;
      flex-direction: column-reverse;
  }
  .main-slider .banner-content {
      width: 100%;
      margin-top: 60px;
      margin-right: 0;
      margin-bottom: 80px;
  }
  #billboard .slick-dots {
      left: 0;
      bottom: 0;
      width: 100%;
      text-align: center;
  }
}


#client-holder {
    background: #EDEBE4;
    padding: 105px 0;
    margin-bottom: 180px;
}
#client-holder .logo-wrap {
    max-width: 1000px;
    margin: auto;
}


#special-offer,
#popular,
#featured-books {
    margin-bottom: 180px;
}
#featured-books .product-list {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 30px;
}


#best-selling {
    background: #EDEBE4;
    padding: 140px 0;
    margin-bottom: 180px;
}

#best-selling .products-thumb {
    
    margin-right: 60px;
    box-shadow: 2px 6px 34px 4px rgba(63, 63, 63, 0.08);
}
#best-selling .product-entry {
    
    margin-top: 80px;
}
#best-selling .product-entry h3.item-title {
    font-size: 1.8em;
    font-weight: 100;
    margin-top: 15px;
}
#best-selling .product-entry .item-price {
    font-size: 1.5em;
    color: #74642F;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #best-selling .products-thumb {
      margin: 0;
  }
}


.tab-content {
    position: relative;
}
[data-tab-content] {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.active[data-tab-content] {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    margin: 55px 0; 
    justify-content: center;
    list-style: none;
}
.tabs .tab {
    font-weight: 600;
    color: #999;
    margin-right: 50px;
    cursor: pointer;
}
.tabs .tab.active,
.tabs .tab:hover {
    color: #111;
    border-bottom: 2px solid #9A884C;
}
img.books-image {  
    margin-right: 10px;
    margin-bottom: 20px;
    object-fit: cover;
}






footer#footer {
    padding-bottom: 80px;
    margin-top: 100px;
    margin-bottom: 60px;
    border-bottom: 1px solid #E0E0E0;
}
#footer .footer-item {
    margin-right: 100px;
}
#footer .footer-item img.footer-logo {
    margin-bottom: 40px;
}
#footer .footer-item p {
    width: 80%;
}
#footer .footer-menu {
    margin-right: 40px;
    margin-bottom: 40px;
}
#footer .footer-menu ul {
    list-style: none;
}
#footer .footer-menu ul a {
    color: var(--dark-text-color);
    text-decoration: none;
}
#footer .footer-menu:last-child {
    margin-right: 0;
}
.footer-menu h5 {
    font-size: 1.5em;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 40px;
    text-transform: capitalize;
}

@media screen and (max-width: 768px) {
  #footer .footer-item {
    margin-right: 0;
  }
}


.box1{
	position: absolute;
	border-color: black;
	background-color: rgb(237,235,228);
	border-width: 1px;
	border-style: solid;
	width: 400px;
	height: 400px;
	padding-left: 5px;
	right: 1000px;
	top: 525px;
	font-size: 20px;
	padding-right: 5px;
	border-radius : 10px 25% 20px;
}
.box2{
	position: absolute;
	border-color: black;
	background-color: rgb(237,235,228);
	border-width: 1px;
	border-style: solid;
	width: 400px;
	height: 400px;
	padding-left: 5px;
	right: 500px;
	top: 525px;
	font-size: 20px;
	padding-right: 5px;
	border-radius : 10px 25% 20px;
}
.box3{
	position: absolute;
	border-color: black;
	background-color: rgb(237,235,228);
	border-width: 1px;
	border-style: solid;
	width: 400px;
	height: 400px;
	padding-left: 5px;
	right: 20px;
	top: 525px;
	font-size: 20px;
	padding-right: 5px;
	border-radius : 10px 25% 20px;
}

@layer setupPage, step2styles, markers;

details {
  border-radius: 0.5rem;
  margin: 1rem ;
  transition: 50ms;
}
details[open] {
    padding-bottom: 1em;
}  

summary::before,
summary::after {
    transition: 200ms;
  }



@layer markers {
  summary {
  position: relative;
}
summary::marker {
  content: none;
}
summary::before,
summary::after {
  content: '';
}
summary::before,
summary::after {
    width: .75em;
    height: 0;
    border-bottom: 2px solid;
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    transform: translateY(-50%);
  }
summary::after {
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}
[open] summary::after {
  transform: rotate(0deg);
}
}

/* styles ported over from the second example */
@layer step2styles {
  details {
    border: 1px solid;
    padding: 0 1rem;
    background-color: rgb(237,235,228);
  }
  details + details {
    border-top: none;
  }
  details[open] {
      padding-bottom: 1em;
  }  
  summary {
    padding: 1rem 2em 1rem 0;
    font-size: 1.25rem;
    font-weight: bold;
	color:black;
    cursor: pointer;
		  
  }
}

/* cascade layer: page setup. Doesn't impact the accordion */
@layer setupPage {
  
:root {
  font-size: 112.5%;
  line-height: 1.5;
}
body {
  background: #a4bacc99;
  color: #226daa;
  font-family: Raleway, sans-serif;
  margin: 1rem;
}
* {
  box-sizing: border-box;
}

aside {
  width: 38em;
  max-width: 98vw;
}

h7{
	font-size: 300%;
	color:black;
}