@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

:root {
  scrollbar-color: #646e6f rgba(255, 255, 255, 0.5) !important;
  scrollbar-width: thin !important;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 56.25%;
  word-wrap: break-word;
}
@media only screen and (min-width: 90em) {
  /*1440px*/
  html {
    font-size: 62.5%;
  }
}
body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #2e3b4b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a,
a:active,
a:hover,
a:focus {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
dfn {
  font-style: italic;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  margin-top: 30px;
  margin-bottom: 35px;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
}
.container {
  position: relative;
  width: 100%;
  max-width: 144rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-lg {
  position: relative;
  width: 100%;
  max-width: 180rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-xs {
  position: relative;
  width: 100%;
  max-width: 118rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container-md {
  position: relative;
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 2rem;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 2rem;
  font-weight: 600;
}
p {
  margin-bottom: 2rem;
}
ul {
  padding-left: 4rem;
}
.none {
  display: none;
}
/*----------BREADCRUMBS---------*/
.breadcrumbs {
  background-color: #f5f5f5;
  padding: 1.2rem 0;
}
.breadcrumbs ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  display: flex;
  font-size: 1.2rem;
}
.breadcrumbs ul li a {
  display: inline-block;
  font-weight: 700;
  font-size: 1.2rem;
}
.breadcrumbs li::after {
  content: ">";
  display: inline-block;
  margin: 0 0.5rem;
}
.breadcrumbs ul li:last-child::after {
  content: none;
}
.breadcrumbs ul li:last-child {
  font-weight: 400;
}
.bc-home img {
  display: block;
  width: 1.5rem;
  margin-right: 1rem;
}
.bc-home span {
  display: flex;
  align-items: center;
}
/*---------------END BREADCRUMBS----------*/

/*---------------COOKIES----------*/
.cc_container .cc_btn {
  background-color: #080808 !important;
  color: #fff !important;
  font-size: 1.6rem !important;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
  background-color: #262938 !important;
  color: #fff !important;
}
.cc_container p > a {
  font-weight: 600;
  color: #080808;
}
.cc_container .cc_message {
  font-size: 1.6rem !important;
  line-height: 1.2 !important;
  font-family: inherit !important;
  color: inherit !important;
}
/*---------------END COOKIES----------*/
/*---------------TITLE----------*/
.title {
  margin-bottom: 5rem;
}
.title h1,
.title h2 {
  font-size: 3rem;
  font-weight: 800;
}
.title-white h1,
.title-white h2 {
  color: #fff;
}
.title-lines {
  text-align: center;
  margin-bottom: 3rem;
}
.title-lines h2 {
  position: relative;
  font-size: 3rem;
}
.title-lines h2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #b4b4b4;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.title-lines h2 span {
  display: inline-block;
  padding: 0 3rem;
  background-color: #fff;
  z-index: 9;
  position: relative;
}
.title-strong h2 {
  font-weight: 900;
}
.title-center {
  text-align: center;
}

.title-center h1 {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0;
  margin-bottom: 3rem;
}
.title-center p {
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .title h1,
  .title h2 {
    font-size: 4rem;
  }
}
/*---------------END TITLE----------*/
/*---------------SPACE----------*/
.space {
  padding: 5rem 0;
}
.mini-space {
  padding: 3rem 0;
}
.no-pt {
  padding-top: 0;
}
.no-pb {
  padding-bottom: 0;
}
.pb-25 {
  padding-bottom: 25rem;
}
/*---------------END SPACE----------*/

/*---------------HEADER----------*/
header {
  padding: 1rem 0;
  transition: all 0.4s ease-in-out;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
/* header.scrolled {
  padding: 2.3rem 0;
} */
header ul {
  list-style: none;
  padding-left: 0;
}
header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.logo img {
  display: inline-block;
  width: 8rem;
}
.header-search {
  width: 100%;
  margin-top: 1rem;
  margin-left: auto;
}
.header-search form {
  width: 100%;
  display: flex;
  position: relative;
}
.header-search form input {
  width: 100%;
  display: block;
  border-radius: 10rem;
  border: 1px solid #ddd;
  padding: 0.8rem 3rem;
  background-color: #fff;
  font-size: 1.2rem;
}
.search-btn {
	display: block;
	position: absolute;
	right: 4px;
	top: 50%;
	transform: translateY(-50%);
	background-color: transparent;
	border: 0;
  transition: all .4s ease-in-out;
}
.search-btn img {
  display: block;
  height: 3.4rem;
  object-fit: contain;
}
.header-search form input{
  transition: all .4s ease-in-out;
}
.header-search form input:focus{
  border-color: #53d76a;
}
.search-btn:hover{
  opacity: 0.6;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  header .container {
    flex-wrap: nowrap;
  }

  .logo img {
    display: inline-block;
    width: 8rem;
  }

  .header-search form input {
    text-align: center;
    font-size: inherit;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  header {
    padding: 3rem 0;
  }
  .logo img {
    width: 13rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .header-search {
    width: 100%;
  }
}

/*---------------nav----------*/
.navigation {
  width: 100%;
  order: 4;
}
.navigation nav {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  padding-top: 8rem;
  width: 100%;
  overflow-y: auto;
  -webkit-transform: translate3D(100%, 0, 0);
  transform: translate3D(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.46s cubic-bezier(0.7, 0, 0.3, 1);
  transition: -webkit-transform 0.46s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: transform 0.46s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.46s cubic-bezier(0.7, 0, 0.3, 1);
  transition: transform 0.46s cubic-bezier(0.7, 0, 0.3, 1),
    -webkit-transform 0.46s cubic-bezier(0.7, 0, 0.3, 1);
  padding-bottom: 5rem;
  border-left: 1px solid #e7e7e7;
}
.navigation nav.open {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
nav {
  z-index: 10;
}
nav li {
  display: block;
}
nav li a {
  display: block;
  padding: 1rem 2rem;
  text-transform: uppercase;
  text-shadow: -0.25px -0.25px 0 transparent, 0.25px 0.25px transparent;
  font-weight: 600;
  font-size: 1.8rem;
}
nav li a:hover,
nav li a.mslc {
  text-shadow: -0.25px -0.25px 0 black, 0.25px 0.25px black;
}
.mobile-nav {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e7e7e7;
}
.mobile-nav li a {
  text-transform: none;
  font-weight: 400;
  font-size: 1.6rem;
}
.menu-toggle {
  display: block;
  order: 3;
  width: 60px;
  height: 45px;
  position: relative;
  z-index: 1001;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg) scale(0.4);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-right: -17px;
}
.menu-toggle span {
  display: block;
  position: absolute;
  height: 6px;
  width: 100%;
  background: #2e3b4b;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.menu-toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-toggle span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-toggle span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.menu-toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
  background: #2e3b4b;
}

.menu-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
  background: #2e3b4b;
}

.menu-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 39px;
  left: 8px;
  background: #2e3b4b;
}
.mobile-nav-text {
  padding: 0 2rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e7e7e7;
}
.mobile-nav-text h2 {
  font-size: 1.8rem;
}
.mobile-nav-text a {
  padding: 0;
  text-transform: none;
  font-weight: 400;
  font-size: 1.6rem;
}
.mobile-logo {
  display: block;
  position: fixed;
  top: 2.1rem;
  left: 2rem;
}
.mobile-logo img {
  display: block;
  width: 8rem;
  height: auto;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .mobile-logo {
    top: 2.3rem;
  }

  .navigation {
    border-right: 1px solid #e6e6e6;
    padding-right: 1rem;
    margin-left: auto;
    margin-right: 1rem;
    width: 43%;
    padding-left: 1rem;
    order: 0;
  }
  .navigation nav {
    width: 50rem;
    padding-top: 12rem;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .mobile-logo {
    top: 4.1rem;
  }
}
@media only screen and (min-width: 77.5em) {
  /*1240px*/
  .menu-toggle {
    display: none;
  }
  .mobile-logo {
    display: none;
  }

  .navigation nav {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
    min-height: auto;
    transition: none;
    width: auto;
    overflow-y: visible;
    background-color: transparent;
    transform: none;
    padding-top: 0;
    position: static;
    top: auto;
    right: auto;
    padding-bottom: 0;
    border-left: 0;
  }
  .mobile-nav,
  .mobile-nav-text {
    display: none;
  }
  nav li {
    display: inline-block;
  }
  nav li a {
    display: inline-block;
    padding: 0 1.7rem;
    font-weight: 300;
    font-size: inherit;
  }
  .navigation {
    width: auto;
  }
}

@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .navigation {

    padding-right: 3rem;
  
    margin-right: 3rem;
  
    padding-left: 3rem;
  
  }
}
@media only screen and (min-width: 85.4375em) {
  /*1367px*/
  .navigation {
    padding-right: 2rem;
    margin-right: 5rem;
  }
}
/*---------------shop links----------*/
.shop-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}
.shop-links a {
  display: inline-block;
  position: relative;
}
.shop-links a:hover{
  opacity: 0.6;
}
.cart-wrapper,
.user-wrapper {
  position: relative;
  display: flex;
}
.cart-count {
  position: absolute;
  top: -1rem;
  right: -0.9rem;
  width: 2.2rem;
  height: 2.2rem;
  background-color: #e56767;
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.cart-input-header.cart-input {
  border: 1px solid #e4e4e4;
  width: 3rem;
  height: 3rem;
  border-radius: 5px;
  text-align: center;
}
.cart-hover .btn-white:hover {
  color: #fff;
  background-color: #53d76a;
}
.cart-hover,
.user-hover {
  position: absolute;
  right: 0;
  top: 5rem;
  width: 50rem;
  border-radius: 1rem;
  border: 1px solid #e0e0df;
  padding: 1rem;
  background: #fff;
  z-index: 1;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.user-hover {
  font-size: 1.4rem;
  width: 30rem;
}
.user-hover li {
  display: block;
}
.user-hover li a {
  display: block;
  margin-bottom: 1rem;
}
.user-hover li a:hover {
  color: #53d76a;
  font-weight: 700;
}
.user-hover li:last-child a {
  font-weight: 700;
}
.user-hover li:last-child {
  padding-top: 1rem;
  border-top: 1px solid #e0e0df;
}
.user-hover h3 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e0e0df;
}
.cart-wrapper:hover .cart-hover,
.user-wrapper:hover .user-hover {
  opacity: 1;
  visibility: visible;
}
.cart-arrow::before,
.user-arrow::before {
  content: "";
  position: absolute;
  border-width: 1rem;
  border-right-color: #fff;
  border-style: solid;
  color: transparent;
  transform: rotate(90deg);
  z-index: 1;
  top: 1px;
}
.cart-arrow,
.user-arrow {
  width: 0.5rem;
  height: 1rem;
  position: absolute;
  top: -2rem;
  right: 3rem;
}
.cart-arrow::after,
.user-arrow::after {
  content: "";
  position: absolute;
  border-width: 1rem;
  border-right-color: #e0e0df;
  border-style: solid;
  color: transparent;
  transform: rotate(90deg);
}
.cart-hover .cart-input {
  margin: 0 0.2rem;
}
.cart-hover .sum {
  padding-right: 1rem;
}
.cart-hover .table_cell.delete-cell {
  padding-left: 1rem;
}
.shop-links a img {
  display: block;
  width: 3.4rem;
}
.shop-links a:not(:last-child) {
  margin-right: 1rem;
}
.cart-hover .total_row .total-box:last-child {
  font-size: 2.2rem;
}
.cart-btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2rem;
}
.cart-hover .cart-btns {
  justify-content: flex-end;
}
.cart-btns a {
  width: 48%;
  text-align: center;
  padding: 1rem;
}
.cart-btns .btn-green {
  background-color: #53d76a;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.cart-btns .btn-white {
  background-color: #fff;
  border: 1px solid #b4b4b4;
  color: #646e6f;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-hover {
  display: none;
}

@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .shop-links {
    margin-left: 0;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .cart-hover {
    display: block;
  }
}
/*---------------END HEADER----------*/
/*---------------MAIN SLIDER----------*/
.main-slider {
  padding: 0;
  /* min-height: 53rem; */
  overflow: hidden;
}
.main-slider img {
  /* min-height: 53rem; */
  width: 100%;
  object-fit: cover;
  /* height: 40rem; */
}
.slide-text {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 2rem;
  display: none;
}
.slide-text h1 {
  color: #fff;
  font-size: 3.8rem;
  font-weight: 800;
  margin-bottom: 0;
  line-height: 1.2;
}
.slide-text h2 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 3.8rem;
  font-weight: 800;
}
.slide {
  position: relative;
  height: auto;
}
.slide-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.slick-dots {
  position: absolute;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 0;
  left: 0;
}
.slick-dots li {
  display: flex;
  align-items: center;
}
.slick-dots li:not(:last-child) {
  margin-right: 1rem;
}
.slick-dots li button {
  display: inline-block;
  width: 5rem;
  height: 2px;
  background-color: #fff;
  border-radius: 1rem;
  transition: all 0.4s ease-in-out;
  border: 0;
  font-size: 0;
}
.slick-dots li.slick-active button {
  height: 4px;
}
.desktop-banner {
  display: none;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .main-slider img {
    height: auto;
  }
  .slick-dots {
    bottom: 3rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .mobile-banner {
    display: none;
  }
  .desktop-banner {
    display: block;
  }
}
/*---------------END MAIN SLIDER----------*/
/*---------------MAIN----------*/
/* main {
  margin-top: 12rem;
} */
main {
	margin-top: 18.5rem;
}
.mt-auto {
  margin-top: auto;
}
@media only screen and (min-width: 34.375em) {
  /*550px*/
  main {
    margin-top: 16.1rem;
  }

}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  /* main {
    margin-top: 7.1rem;
  } */
  main {
    margin-top: 11.5rem;
  }
}

@media only screen and (min-width: 50.0625em) {
  /*801px*/
  /* main {
    margin-top: 12.1rem;
  } */
  main {
    margin-top: 14.3rem;
  }
}
@media only screen and (min-width: 77.5em) {
  /*1240px*/
  /* main {
    margin-top: 13.5rem;
  } */
  main {
    margin-top: 16.4rem;
  }
}
/*---------------END MAIN----------*/

/*---------------HOMEPAGE----------*/

/*---------------home content books----------*/
.home-content {
  padding: 5rem 0;
  padding-top: 0;
}


/*---------------book----------*/
.books-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.book {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5;
  padding: 3rem;
  margin-bottom: 2rem;
  position: relative;
}
.books-search .book {
  margin-bottom: 2rem;
}
.books-hide .book.show {
  display: flex;
}
.books-hide .book {
  display: none;
}
.special-books .book {
  background-color: #fff;
  padding: 1rem;
  transition: all 0.4s ease-in-out;
  border: 1px solid #ccc;
}
.special-books .book:hover {
  background-color: #fff;
}

.book h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  transition: all 0.4s ease-in-out;
}
.book h2:hover {
  color: #53d76a;
}
.book h3 {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 0;
}
.price {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 1rem 0;
}

.reduced {
  margin-top: -15px !important;
  font-size: 1.4rem;
}
.old-price {
  font-size: 1.6rem;
  color: #b4b4b4;
  text-decoration: line-through;
  border-left: 1px solid #e6e6e6;
  padding-left: 1rem;
  margin-left: 1rem;
  font-weight: 400;
}

.shop-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #fff;
  padding-top: 2rem;
}
.shop-btns a:hover{
  opacity: 0.4;
}
/* .shop-btns a {
  padding: 0 1rem;
} */
.shop-btns img,
.shop-btns svg {
  display: block;
  width: 3.2rem;
}
.book-img img {
  display: block;
  width: 100%;
  object-fit: contain;
  height: auto;
  min-height: 36rem;
  max-height: 36rem;
}
.book-img {
  margin-bottom: 3rem;
}
svg path,
svg circle {
  transition: all 0.4s ease-in-out;
}
.special-books .book{
  transition: border .4s ease-in-out;
}
.special-books .book:hover{
  border-color: #009b1a;
}
/* .special-books .price-old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 80%;
  height: 2px;
  background-color: #000;
  left: 50%;
  transform: translate(-50%, -50%);
} */
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .book {
    width: 49%;
    margin-right: 2%;
  }
  .special-books .book {
    width: 49%;
  }
  .book:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .special-books .book {
    width: 32%;
  }
  .special-books .book:nth-child(2n + 2) {
    margin-right: 2%;
  }
  .special-books .book:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/

  .price {
    /*font-size: 2.5rem;*/
  }
  .special-books .price {
    font-size: 2rem;
  }
  .special-books .price.reduced {
    font-size: 1.4rem;
  }
  .book h2 {
    font-size: 2.2rem;
  }
  .book {
    width: 23.5%;
  }
  .book:nth-child(2n + 2) {
    margin-right: 2%;
  }
  .book:nth-child(4n + 4) {
    margin-right: 0;
  }
  .special-books .book {
    width: 23.5%;
  }
  .special-books .book:nth-child(2n + 2) {
    margin-right: 2%;
  }
  .special-books .book:nth-child(3n + 3) {
    margin-right: 2%;
  }
  .special-books .book:nth-child(4n + 4) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/

  .special-books .book {
    width: 15%;
  }
  .special-books .book:nth-child(4n + 4) {
    margin-right: 2%;
  }
  .special-books .book:nth-child(6n + 6) {
    margin-right: 0;
  }
}
/*---------------book other----------*/
.bg-grn {
  background-color: #e6ede5;
}
.book-text-new h2 {
  font-size: 2.3rem;
}
.book-text-new h3 {
  font-size: 1.8rem;
}
.book-info-new .old-price,
.book-info-new .price {
  font-size: 2.4rem;
}
.book-text-new {
  text-align: center;
}
.book-img-new img {
  width: 15rem;
  display: block;
  margin: 0 auto;
}
.book-info-new {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.book-info-new .book-info--item {
  justify-content: space-between;
}
.book-slider {
  margin-top: 7rem;
}
.book-new-wrap {
  margin-top: auto;
}
.book-slider .book-inner {
  padding: 0 2rem;
}
.book-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}
.book-btns a:not(:last-child) {
  margin-right: 1rem;
}
.book-btns a {
  display: inline-block;
}
/*---------------btns----------*/
.btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}
.btn-white {
  display: inline-block;
  border-radius: 10rem;
  background-color: #fff;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem 2rem;
}
.btn-white:hover {
  color: #fff;
  background-color: #e56767;
}
.btn-primary {
  border: 1px solid #e6e6e6;
  text-transform: uppercase;
  padding: 1rem;
  border-radius: 4px;
  font-size: 1.2rem;
  font-weight: 400;
  color: #646e6f;
}
.btn-primary:hover {
  background-color: #646e6f;
  color: #fff;
}
/*---------------slick arrows----------*/
.slick-arrow {
  font-size: 0;
  width: 1.5rem;
  height: 2.4rem;
  background-position: center;
  background-repeat: no-repeat;
  border: 0;
  position: absolute;
  top: 10rem;
  background-size: 1rem;
  background-color: transparent;
}
.slick-prev {
  background-image: url(images/svg/prev.svg);
  left: 0;
}
.slick-next {
  background-image: url(images/svg/next.svg);
  right: 0;
}
.main-slider .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
  background-size: 1.5rem;
  width: 2.5rem;
  height: 4.4rem;
  z-index: 2;
}
.main-slider .slick-prev {
  background-image: url(images/svg/prev-white.svg);
  left: 1rem;
}
.main-slider .slick-next {
  background-image: url(images/svg/next-white.svg);
  right: 1rem;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .main-slider .slick-prev {
    left: 3rem;
  }
  .main-slider .slick-next {
    right: 3rem;
  }
  .main-slider .slick-arrow {
    background-size: 2rem;
  }
}
/*---------------END HOMEPAGE----------*/
/*---------------FOOTER----------*/
footer {
  background-color: #2e3b4b;
  color: #fff;
  padding: 3rem 0;
}

.footer-logo {
  margin-right: 8rem;
}
.footer-logo img {
  width: 13rem;
}
.footer-box {
  width: 100%;
  margin-bottom: 2rem;
}

footer h2 {
  font-size: 1.2rem;
  color: #53d76a;
  text-transform: uppercase;
  font-weight: 700;
}
footer .newsletter h2 {
  color: #53d76a;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer a {
  font-size: 1.4rem;
}
.newsletter p {
  font-size: 1.2rem;
}
.newsletter input {
  border-radius: 10rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  display: block;
  font-size: 1.5rem;
  padding: 1rem 2rem;
  width: 100%;
  text-align: center;
  transition: all .4s ease-in-out;
}
.newsletter input:focus{
 border-color: #009b1a;
}
.newsletter2 input{
  border: 1px solid #ccc;
}

.newsletter2  {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.nl-btn {
  background-color: #53d76a;
  display: block;
  width: 100%;
  border-color: #53d76a;
  font-weight: 500;
  margin-top: 1rem;
  border-radius: 10rem;
  padding: 0.5rem 2rem;
  border: 0;
}
input.nl-btn {
  background-color: #53d76a;
  display: block;
  width: 100%;
  border-color: #53d76a;
  font-weight: 500;
  margin-top: 1rem;
  border-radius: 10rem;
  padding: 1rem 2rem;
  border:1px solid transparent;
  transition: all .4s ease-in-out;

}
input.nl-btn:hover{
  color: #53d76a;
  background-color: transparent;
  border-color: #53d76a;
}
/* .newsletter h2 {
  font-size: 1.6rem;
  text-transform: none;
} */
.newsletter2 input.nl-btn {
	background-color: #53d76a;
	border-color: #53d76a;
	color: #2e3b4b;
	transition: all .4s ease-in-out;
	padding: 1.2rem 2rem;
}
.newsletter2 input.nl-btn:hover{
  background-color: #2e3b4b;
  color: #fff;
  border-color: #2e3b4b;
}
.social {
  display: flex;
  flex-direction: row;
}
.social a {
  display: inline-block;
  margin-right: 2rem;
}
.social a:hover{
  opacity: 0.6;
}
.social a img {
  display: block;
  width: 3rem;
}
@media only screen and (min-width: 33.75em) {
  /*540px*/
  .footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-box {
    width: 50%;
    padding-right: 2rem;
  }
}

@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .footer-wrapper {
    flex-wrap: nowrap;
  }
  .footer-box {
    width: 17%;
    padding-right: 0;
    margin-bottom: 0;
  }
  .footer-box.newsletter {
    margin-left: auto;
    width: 25%;
  }
}
/*---------------END FOOTER----------*/
/*---------------PAGES----------*/
/*---------------article----------*/
.article-top {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 3rem;
}
.article-image {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 33rem;
  width: 100%;
}
.article-image img {
  display: block;
  width: 100%;
}
.article-text {
  width: 68%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.article-text h1 {
  color: #e56767;
  font-size: 5rem;
  margin-bottom: 1rem;
}
.article-text h3 {
  font-size: 2rem;
  margin-bottom: 0;
}
.article-text--title {
  width: 45%;
}
.article-text--content {
  width: 45%;
}
.article-quote {
  width: 100%;
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px dashed #b4b4b4;
  font-style: italic;
  font-weight: 600;
}
cite {
  display: block;
  font-style: normal;
}
/*---------------article news----------*/
.bg-news {
  background-color: #f5f5f5;
  background-image: url(images/svg/dots.svg);
  background-repeat: repeat-x;
  background-position: left top -0.6rem;
}
.bg-news .news-title span {
  background-color: #f5f5f5;
}
.news-item {
  width: 22.7%;
  margin-right: 3%;
  margin-bottom: 6rem;
}
.news-item:nth-child(4n + 4) {
  margin-right: 0;
}
.news-item--image {
  display: block;
  overflow: hidden;
}
.news-item--image img {
  display: block;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.news-item--image:hover img {
  transform: scale(1.05);
}
.news-item h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #646e6f;
  font-weight: 400;
}
.news-item h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  transition: all 0.4s ease-in-out;
}
.news-item h2:hover {
  color: #e56767;
}
.news-item p {
  font-weight: 300;
}
/*---------------reponsive  video----------*/
.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 3rem;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.video-description {
  display: block;
  font-size: 1.4rem;
}
/*---------------text page----------*/
.person {
  text-align: center;
  margin: 3rem 0;
}
.person img {
  margin: 0 auto;
  width: 11rem;
  height: 11rem;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.person h2 {
  font-size: 2rem;
  color: #2e3b4b;
  font-weight: 400;
  margin-bottom: 0;
}
.text-date {
  display: block;
  color: #53d76a;
  font-size: 1.5rem;
}
.text img {
  display: block;
  margin: 3rem 0;
}
.text blockquote {
  font-size: 2.5rem;
  color: #118fbe;
  display: block;
  margin: 5rem 0;
  text-align: center;
}
.text {
  max-width: 77rem;
  width: 100%;
  margin: 3rem auto;
}
/*---------------gallery----------*/
/* .pswp{
  z-index: 99999;
}
div.photoSwipe_innerthumbs {
	position: fixed;
	bottom: 10px;
	width: 100%;
	z-index: 1000000;
	max-width: 1024px;
	left: 50%;
	transform: translateX(-50%);
}
div.photoSwipe_innerthumbs img{
  max-width: 100px; cursor: pointer;margin-right: 1%;
}
div.photoSwipe_innerthumbs img:last-child{
  margin-right: 0;
}
.svifaded{opacity: 0.5;} */
.fancybox__container {
  z-index: 99999999;
}
.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gallery a {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3rem;
  cursor: pointer;
}
.gallery a:nth-child(3n + 3) {
  margin-right: 0;
}
.gallery a img {
  display: block;
  width: 100%;
}
/* .pswp__bg{
  background-color: #2E3B4B;
  opacity: 1 !important;
}
.pswp__caption {
	position: absolute;
	left: 0;
	bottom: 12rem !important;
  text-align: left;
}
.pswp__caption{
  background-color: transparent !important;
}
.pswp__caption__center{
  max-width: 1024px;
  width: 100%;
} */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  width: 100%;
}
.video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
video {
  width: 100% !important;
  height: auto !important;
}
.gallery-style {
  margin-bottom: 5rem;
}
/*---------------BOOK----------*/
.item-content {
  margin: 4rem 0;
}
.item-left {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
}
.item-img {
  width: 100%;
  max-width: 50rem;
  margin-bottom: 3rem;
  position: relative;
}
.item-text {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.item-text  a:hover{
  color: #009b1a;
}
.item-text  a.btn:hover{
  color: #fff;
}
.item-right {
  width: 100%;
  margin-top: 3rem;
}
.item-text h1,
.author-txt h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1.4;
}
.item-text h2 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
}
.item-amount,
.item-date,
.item-price-wrap {
  padding: 1rem 0;
  border-bottom: 1px solid #e6e6e6;
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
}

.item-text div:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.item-price-wrap,
.item-btns {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
.item-price-wrap {
  margin-top: auto;
}
.price-wrap-single {
  justify-content: flex-start;
  margin-top: 0;
  margin-bottom: 2rem;
}
.price-wrap-single .item-price:first-child {
  margin-right: 1rem;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .item-content {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
  }

  .item-right {
    width: 20%;
    margin-left: auto;
  }
  .item-left {
    width: 80%;
    margin-bottom: 0;
  }
  .item-img {
    width: 29%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .item-text {
    width: 70%;
  }
  .item-amount,
  .item-date,
  .item-price-wrap {
    max-width: 50rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .item-text h1,
  .author-txt h1 {
    font-size: 4rem;
  }
  .item-img {
    width: 34%;
  }
  .item-text {
    width: 61%;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .item-left {
    width: 68%;
  }
  .item-right {
    width: 30%;
  }
}
/*-------*/
.image-slider .slick-arrow{
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
/*---------------------------------*/
.btn-cart {
  position: relative;
  overflow: hidden;
}
.load-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.load-btn .btn-cart {
  padding: 1rem 3rem;
  background-image: none;
}
.load-btn .btn-cart.disabled {
  display: none;
}
.btn-cart span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #2e3b4b;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-btns {
  justify-content: flex-start;
}
.item-price-wrap span {
  display: inline-block;
}
.item-price {
  font-size: 3.6rem;
  font-weight: 700;
}
.item-btns {
  margin-top: 3rem;
  max-width: 60rem;
  width: 100%;
}
.btn-red {
  background-color: #e56767;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  border-color: #e56767;
  padding: 1rem 3rem;
  border-radius: 10rem;
}

.btn-cart {
  background-color: #53d76a;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  border-color: #53d76a;
  padding: 1rem 3.1rem;
  border-radius: 10rem;
  padding-left: 5.1rem;
  background-image: url(images/svg/add-to-cart.svg);
  background-position: center left 1.9rem;
  background-repeat: no-repeat;
  background-size: 1.8rem;
}
.btn-cart:hover {
  background-color: #2e3b4b;
  border-color: #2e3b4b;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  padding: 1rem 3rem;
}
.btn-blue {
  background-color: #118fbe;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  border-color: #118fbe;
  padding: 1rem 3rem;
  border-radius: 10rem;
}
.btn-round {
  display: inline-block;
  margin-left: 1rem;
}
.btn-round img,
.btn-round svg {
  display: block;
  width: 3.2rem;
}
.btn-view-book {
  background-color: #fdfd96;
  color: #2e3b4b;
  margin-left: 1rem;
  background-image: url(images/svg/search2.svg);
  text-align: center;
}
.btn-view-book:hover {
  color: #fff;
  background-image: url(images/svg/search2-white.svg);
}
.item-description p {
  margin-bottom: 1rem;
}
.item-right {
  display: flex;
  flex-flow: column;
}
.share {
  margin-top: auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 2rem;
}
.share a {
  display: inline-block;
  margin-right: 1rem;
}
.share a:hover{
  opacity: 0.6;
}
.share a img {
  display: block;
  width: 3.4rem;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .item-right {
    padding-left: 1rem;
    border-left: 1px solid #e6e6e6;
  }
}
/*---------------------------------*/
.item-tabs {
  padding: 3rem 0 0 0;
}
.tabs-container,
.mtabs-container {
  background-color: #f5f5f5;
  display: none;
  padding: 6rem 0;
}
.tabs-container.active-tab,
.mtabs-container.active-tab {
  display: block;
}
.tabs .container,
.mtabs .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.tabs a,
.mtabs a {
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  width: 50%;
  padding-bottom: 1.4rem;
  border-bottom: 8px solid transparent;
  text-align: center;
  margin-bottom: 2rem;
}
.tabs a.active-tab,
.mtabs a.active-tab {
  border-color: #53d76a;
  font-weight: 700;
}
.tabs-container blockquote {
  width: 100%;
  order: 2;
}
.tabs-container blockquote h2 {
  font-size: 2.4rem;
  font-style: italic;
  font-weight: 400;
}
.tabs-container blockquote footer {
  background-color: transparent;
  color: inherit;
  padding: 0;
}
cite {
  display: block;
}
.tab-text {
  width: 100%;
}
.book-tab {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .tabs a,
  .mtabs a {
    width: 16rem;
    margin: 0 5rem;
    margin-bottom: 2rem;
  }
}


@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .tabs a,
  .mtabs a {

    margin-bottom: -4px;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .tab-text {
    width: 65%;
  }
  .tabs-container blockquote {
    width: 30.5%;
    order: 0;
  }
}
/*---------------------------------*/
/*---------------END BOOK----------*/
/*---------------SIGN IN / REGISTRATION----------*/
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}
.modal-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: blur(50px);
  -webkit-filter: blur(50px);
  background-color: #646e6f;
  opacity: 0.9;
}

.modal-wrapper {
  position: fixed;
  max-width: 47rem;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 4rem;
}
.modal-logo {
  text-align: center;
  padding-bottom: 4rem;
}
.modal-logo img {
  width: 12.8rem;
}
.modal-close {
  position: absolute;
  right: 1rem;
  top: 2rem;
  color: #b4b4b4;
  font-size: 3rem;
  line-height: 0;
  outline: none;
  font-weight: 300;
}
.modal .mtabs a {
  width: calc(100% / 2);
  color: #b4b4b4;
  margin: 0;
  margin-bottom: -4px;
}
.modal .mtabs a.active-tab {
  color: #2e3b4b;
}
.modal .mtabs-container {
  background-color: transparent;
  text-align: center;
  padding: 5rem 0 0 0;
}
.modal .mtabs {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
}
.modal input,
.search-inner input,
.password-wrapper input,
.specification-page input {
  width: 100%;
  padding: 1.1rem;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 3rem;
  margin-bottom: 2rem;
}
.modal input:focus,
.search-inner input:focus,
.specification-page input:focus {
  border-color: #84cece;
}
.pass-btn {
  font-size: 1.3rem;
  text-decoration: underline;
}
input.sign-btn {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #53d76a;
  border: 0;
  color: #fff;
}
.reg-btn {
  margin-bottom: 0;
}
input.sign-btn:focus {
  border-color: #e6e6e6;
}
.modal .check-wrap,
.specification-page .check-wrap {
  justify-content: flex-start;
}
.modal .checkmark,
.specification-page .checkmark {
  order: -1;
  margin-right: 2rem;
}
.modal .check-wrap:last-of-type,
.specification-page .check-wrap:last-of-type {
  margin-bottom: 2rem;
}
.is-hidden--off-flow {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  z-index: -10;
  visibility: hidden;
}

.is-shown--off-flow {
  opacity: 1;
  transition: all 0.2s ease-in-out;
  visibility: visible;
}

/*---------------END SIGN IN / REGISTRATION----------*/
/*---------------AUTHOR----------*/
.author-description .container-xs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.author-img {
  width: 30rem;
  height: 30rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.author-txt {
  width: 73%;
  padding-left: 5rem;
}
.author-img img {
  width: 30rem;
  height: 30rem;
  object-fit: cover;

}
.column-count-2 {
  column-count: 2;
  column-gap: 3rem;
}
.author-txt .social {
  margin: 2rem 0;
}
.author-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.books.authors-books {
  margin-bottom: 0;
}
.author-tab {
  background-color: #f5f5f5;
}

.author-image {
  width: 100%;
  margin-bottom: 3rem;
}
.author-image p{
  text-align: center;
}
.author-image img {
  border-radius: 50%;
  width: 30rem;
  height: 30rem;
  object-fit: cover;
  object-position: center top;

}
.author-text {
  width: 100%;
}
.author-text h3 {
  font-weight: 700;
  font-size: 3rem;
}
.author-text .share img {
  width: 3.3rem;
}
.author-text .share {
  margin-bottom: 4rem;
}
.book-tab-single{
  display: block;
}
.book-tab-single p{
  margin-top: 3rem;
}
  .book-tab-single{
    width: 100% !important;
  }
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .author-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .author-text {
    width: 78%;
    padding-left: 10rem;
  }
  .author-image {
    width: 22%;
    margin-bottom: 0;
  }
  .book-tab-single{
    width: 30.5% !important;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .author-text h3 {
    font-size: 4rem;
  }
}
/*---------------------------------*/
.news-author .news-box {
  display: flex;
  flex-flow: column;
  width: 22.7%;
  margin-right: 3%;
}
.news-author .news-box:nth-child(4n + 4) {
  margin-right: 0;
}
.news-author .news-box h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(17, 143, 190, 1);
}
.btn-news {
  margin-top: auto;
  font-size: 1.4rem;
  color: rgba(17, 143, 190, 1);
  text-transform: uppercase;
  font-weight: 600;
}
.news-author {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/*---------------------------------*/
.more-tab-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:2%
}
.more-tab-wrapper article {
  width: 100%;
  margin-bottom: 4rem;
}

.more-tab-wrapper article h3 {
	font-weight: 700;
	font-size: 1.9rem;
}
.more-tab-wrapper article .more-btn {
  color: #53d76a;
  font-size: 1.2rem;
  display: inline-block;
}
.more-tab-wrapper article .more-btn:hover {
  color: #2e3b4b;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .more-tab-wrapper article {
    width: 49%;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .more-tab-wrapper article {
    width: 32%;
  }
  .book-tab-single{
    width: 30.5% !important;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .more-tab-wrapper article {
    width: 23.5%;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .more-tab-wrapper article {
    width: 15%;
  }
  .more-tab-wrapper article {
    width: 15%;
  }
}
/*---------------END AUTHOR----------*/
/*---------------MY PROFIL----------*/
.section-user,
.cart-page {
  padding-top: 5rem;
}
.section-user {
  padding-bottom: 10rem;
}
.user-right {
  width: 75%;
  padding: 0;
}
.profile-wrap {
  display: flex;
  flex-flow: row wrap;
}
.profile-logged {
  display: flex !important;
  align-items: center;
}
.profile-logged img {
  margin-right: 1rem;
}

@media only screen and (max-width: 30em) {
  /*480px*/
  .profile-logged span {
    display: none;
  }
  .profile-logged img {
    margin-right: 0;
  }
}
.user-info {
  width: 50%;
}
.user-info h2 {
  font-size: 2rem;
  color: #53d76a;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}
.user-info h4 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1;
}
.user-info input {
  margin-bottom: 0;
  font-weight: 700;
  border: 0;
  width: 100%;
  padding: 0;
  font-size: 1.8rem;
}
.user-row {
  margin-top: 3rem;
}
.aside-profile h2 {
  padding: 2rem;
  border-bottom: 1px solid #fff;
  font-size: 2rem;
  font-weight: 900;
  background-color: #e6e6e6;
  margin-bottom: 0;
}
.aside-profile ul {
  padding: 2rem;
  background-color: #e6e6e6;
  list-style: none;
}
.aside-profile ul li a:hover,
.aside-profile ul li a.mslc {
  text-decoration: none;
}
.title-wrap {
  display: flex;
  align-items: center;
}
.title-wrap h1 {
  margin-bottom: 0;
}
.edit {
  display: inline-block;
  margin-left: 2rem;
}
.edit img {
  display: block;
  width: 3rem;
}
.sign-out {
  padding: 2rem;
  border-top: 1px solid #fff;
  background-color: #e6e6e6;
  display: block;
  font-weight: 900;
}

.check-wrap {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  margin-bottom: 2%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.check-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check-wrap .checkmark {
  background-color: #fff;
  border: 1px solid #ebeded;
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 4px;
  position: relative;
}
.check-wrap input:checked ~ .checkmark {
  background-color: #53d76a;
  border-color: #53d76a;
}
.check-wrap .checkmark::after {
  left: 29%;
  top: 50%;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  content: "";
  position: absolute;
  display: none;
}
.check-wrap input:checked ~ .checkmark:after {
  display: block;
}
.profile-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.title-normal {
  text-align: left;
}
.user-right .title h1 {
  font-weight: 700;
}
aside ul li a:hover,
aside ul li a.mslc {
  text-decoration: underline;
  font-weight: 700;
}
/*---------------END MY PROFIL----------*/
/*---------------HEADER SHOP----------*/
.section-main {
  padding-top: 2rem;
}
.shop-main .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
/*---------------ASIDE----------*/
.category-wrap {
  background-color: #e8fdfd;
  padding: 2rem;
  border-bottom: 6px solid #fff;
}
aside {
  width: 20.3%;
  position: relative;
}
.sticky {
  position: sticky;
  top: 14rem;
}
aside ul {
  list-style: none;
  padding: 0;
}
aside ul li {
  display: block;
}
aside ul li a {
  display: inline-block;
  font-size: 1.4rem;
}
aside ul li:not(:last-child) {
  margin-bottom: 1rem;
}
aside ul li a:hover,
aside ul li a.mslc {
  text-decoration: underline;
  font-weight: 700;
}
.category-wrap h2 {
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
}
.filter-toggle {
  font-weight: 900;
  display: block;
}
.first-toggle {
  padding: 2rem;
  background-color: #f5f5f5;
  border-bottom: 1px solid #fff;
}
.filter-list {
  padding-top: 2rem;
}
.no-border {
  border: 0;
}
.no-padding {
  padding-bottom: 0;
}

.filter-wrapper,
.filter-list {
  display: none;
}
.no-pt {
  padding-top: 0;
}
.filter-row {
  border-bottom: 1px solid #fff;
  padding: 2rem;
  background-color: #f5f5f5;
}
/*---------------------------------*/
.radio-check {
  position: relative;
  padding-left: 3rem;
  font-size: 1.4rem;
}
.radio-check input {
  position: absolute;
  cursor: pointer;
  opacity: 0;
  width: 100%;
  display: block;
  left: 0;
  z-index: 0;
}
.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.7rem;
  width: 1.7rem;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}
.radio-checkmark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background-color: #009898;
  opacity: 0;
}
.radio-check input:checked ~ .radio-checkmark::after {
  opacity: 1;
}
/*---------------END ASIDE----------*/
/*---------------RIGHT SECTION----------*/
.section {
  width: 75%;
  padding: 0;
}
.top-wrap {
  margin-bottom: 5rem;
}
.top-wrap,
.title-secondary {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.title-secondary h2 {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0;
}
.title-secondary h2 a {
  text-decoration: underline;
}
.title-secondary h2 a:hover{
  text-decoration: none;
}

.title-secondary {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.top-wrap .btn,
.title-secondary .btn {
  display: inline-block;
  margin-top: 2rem;
}
.book-category,
.book-category-new,
.book-author {
  display: flex;
  flex-flow: row wrap;
}
.book-category .book {
  width: calc(94% / 3);
}
.book-category .book,
.book-category-new .book,
.book-author .book {
  padding: 0;
  margin-right: 3%;
}
.book-category .book:nth-child(3n + 3),
.book-category-new .book:nth-child(3n + 3) {
  margin-right: 0;
}
.book-category-new .book {
  width: calc(88% / 5);
}
.book-author .book {
  width: calc(90% / 4);
  margin-bottom: 3%;
}
.book-author .book:nth-child(4n + 4) {
  margin-right: 0;
}
.row {
  margin-bottom: 6rem;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .top-wrap,
  .title-secondary {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
  .top-wrap .btn,
  .title-secondary .btn {
    margin-left: auto;
    margin-top: 0;
  }
}
/*---------------END RIGHT SECTION----------*/
/*---------------END SHOP MAIN  ----------*/
.shop-main .book {
  margin-right: 3%;
  width: 31.3%;
  margin-bottom: 3rem;
}
.shop-main .book:nth-child(3n + 3) {
  margin-right: 0;
}
.shop-main .btn {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -0.5px;
  border: 1px solid #e6e6e6;
  border-radius: 4rem;
  display: inline-block;
  padding: 0.5rem 3rem;
  background-color: #fff;
}
.shop-main .title h1 {
  letter-spacing: 0;
  font-weight: 600;
  color: #e56767;
}

/*---------------FAVORITES CART SPECIFICATION ----------*/
.bookmarks {
  position: relative;
}
.table {
  width: 100%;
  display: block;
  border-top: 3px solid #e6e6e6;
}
.total-price-table {
  width: 100%;
  align-self: flex-start;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 2rem 0;
}

.table {
  display: table;
  text-align: center;
  border-collapse: separate;
  font-weight: 400;
}
.table_row,
.table_row_price {
  display: table;
  width: 100%;
}
.table_row {
  margin-bottom: 3rem;
}
.theader {
  display: none;
}

.table_header {
  display: table-cell;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-weight: 300;
  padding: 1rem 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e4;
}
.table_header:first-child,
.cart-page .table_header:nth-child(2) {
  text-align: left;
}
.table_small {
  display: table-row;
}
.table_small:last-child {
  text-align: right;
}
.table_small,
.table_small_price {
  display: table-row;
  border-bottom: #e4e4e4 1px solid;
  vertical-align: middle;
  padding: 0.5rem 0;
}
.table_row > .table_small:last-child > .table_cell:last-child {
  border-bottom: 0;
}

.order .table_row > .table_small:first-child > .table_cell {
  text-align: left;
}

.table_cell .item-title {
  padding: 1rem;
  display: inline;
}
.cart-page .table_small .min,
.cart-hover .min,
.cart-hover .plu,
.cart-page .table_small .plu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-color: #e6e6e6;
  border-radius: 50%;
  color: #fff;
}
.min {
  margin-right: 0 !important;
}
.cart-page .table_small .sum,
.cart-hover .sum {
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_small_price {
  border-bottom: 0;
  text-align: left;
  display: table-cell;
  width: 50%;
}

.table_small_price:first-child {
  border-right: 0;
}
.table_small_price .table_cell {
  padding: 2rem 1rem;
  border-bottom: 1px solid #e4e4e4;
}
.table_small_price:last-child .table_cell {
  text-align: right;
}
.cell_title {
  text-transform: uppercase;
  font-weight: 500;
}
.total-price {
  background: #e56767;
  color: #fff;
}
.table-btn {
  width: 100%;
  display: block;
  margin-top: 1rem;
  text-align: right;
}
.cell_wrap {
  display: flex;
  flex-direction: row;
  text-align: left;
  align-items: center;
}
.cell_image img {
  display: block;
  min-width: 6rem;
}
.cell_name {
  padding-left: 2rem;
}
.cell_name h4 {
  margin-bottom: 0;
  font-weight: 700;
}
.cell_name p {
  margin-bottom: 0;
}
.delete-cell span {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #53d76a;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
}
.status {
  display: inline-block;
  padding: 0.2rem 1.5rem;
  border: 1px solid #e7e7e7;
  border-radius: 10rem;
}
.status-delivered {
  color: #bace84;
  border-color: #bace84;
}
.status-pending {
  color: #118fbe;
  border-color: #118fbe;
}
.cart-title h1,
.title-pages h1,
.title-pages h2 {
  letter-spacing: 0;
  font-weight: 600;
}
.cart-input {
  border: 0;
  border-radius: 0.8rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 1rem;
  outline: none;
}
.table-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.table-btn {
  margin-top: 3rem;
}

.total_row {
  text-transform: uppercase;
  border-top: 1px solid #e6e6e6;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-weight: 700;
  padding: 1.5rem 0;
  border-bottom: 1px solid #e6e6e6;
}
.total_row .total-box:last-child {
  text-align: right;
  font-size: 3rem;
  font-weight: 700;
  text-transform: none;
}
.total-price-table h3 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  padding: 0 2rem 2rem 2rem;
  border-bottom: 1px solid #fff;
}
.total-price-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  padding: 0 2rem;
}
.total-price-row span {
  display: inline-block;
  font-size: 1.5rem;

  font-weight: 400;
  font-size: 1.5rem;
}
.total-price-row span:last-child {
  font-weight: 700;
}
.total-price-row:last-child span {
  font-size: 2rem;
  text-transform: uppercase;
}
.last span:last-child {
  font-size: 3rem;
}
.btn-green {
  display: inline-block;
  background-color: #53d76a;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 4rem;
  width: 100%;
  border-radius: 10rem;
  text-align: center;
  border: 0;
  transition: all 0.4s ease-in-out;
}
.btn-green:hover {
  background-color: #2e3b4b;
}
.btn-row {
  padding: 0 2rem;
  padding-top: 2rem;
  border-top: 1px solid #fff;
}
.table-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-delete {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 50%;
  background-color: #e56767;
}
.table-delete img {
  display: block;
  width: 1.5rem;
}
.table-add {
  display: inline-block;
  margin-right: 1rem;
}
.table-add:hover,
.table-delete:hover {
  opacity: 0.8;
}
.table-add img {
  display: block;
  width: 3.4rem;
}
.table-price {
  font-size: 2.5rem;
  font-weight: 700;
}
.whislist .table {
  border-top: 0;
}
.whislist .table h4 {
  font-size: 1.8rem;
}
.green {
  color: #53d76a;
  font-weight: 700;
  text-align: center;
}
.red {
  color: #e56767;
  font-weight: 700;
  text-align: center;
}
.cart-hover .cell_name {
  display: flex;
  flex-direction: column;
}
.cart-hover h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  padding-bottom: 1rem;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .table {
    display: table;
  }
  .theader {
    display: table-row;
  }
  .table_row {
    display: table-row;
  }
  .table-row {
    margin-bottom: 0;
  }
  .table_small {
    display: table-cell;
  }

  .table_small,
  .table_small_price {
    display: table-cell;
  }

  .table_cell .item-title {
    vertical-align: top;
  }
  .table-inner {
    width: 73%;
  }

  .total-price-table {
    width: 25%;
  }
}

/*-------------------------*/
.specification {
  padding-top: 0;
}
/*--------------- END FAVORITES CART SPECIFICATION  ----------*/
/*--------------- forgotten password ----------*/
.password-page {
  padding-top: 5rem;
}
.password-wrapper {
  max-width: 70rem;
  width: 100%;
  margin: 0 auto;
}
/*--------------- search-page----------*/

.specification-page form {
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
}
/*--------------- category-page----------*/
.category-page .book {
  width: 100%;
  margin-bottom: 4rem;
  padding: 1.5rem;
  background-color: #fdfdfd;
  border: 1px solid rgb(233, 233, 233);
}
.category-page .book:hover{
  border-color: #009b1a;
}
.title-category {
  background-color: #f5f5f5;
  padding: 1rem;
}

.title-category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.title-category ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.title-category ul li {
  display: inline-block;
  margin: 3px;
}

.title-category li a {
  display: inline-block;
  padding: 0.4rem 1.2rem;
  background-color: #fff;
  border-radius: 4rem;
  font-size: 1.5rem;
  color: #646e6f;
  text-transform: uppercase;
}
.title-category ul li a:hover,
.title-category ul li a.mslc {
  color: #fff;
  background-color: #2e3b4b;
}
.title-category h1 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .category-page .book {
    width: 49%;
  }
  .category-page .book:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .category-page .book {
    width: 23.5%;
  }
  .category-page .book:nth-child(2n + 2) {
    margin-right: 2%;
  }
  .category-page .book:nth-child(4n + 4) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .title-category h1 {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .title-category .container {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .title-category ul {
    margin-left: 6.3rem;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  /* .category-page .book {
    width: 15%;
  } */
  /* .category-page .book:nth-child(4n + 4) {
    margin-right: 2%;
  }
  .category-page .book:nth-child(6n + 6) {
    margin-right: 0;
  } */
}
/*--------------- special offer page----------*/

.special-offer-wrapper aside {
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 2rem;
}
aside.konf-aside {
  padding: 0;
  background-color: #fff;
}
aside.konf-aside .aside-inner .table-rows {
  max-height: 22rem;
  overflow-y: auto;
  padding-right: 1rem;
}

aside.konf-aside .special-text {
  margin-bottom: 0;
}
aside.konf-aside .special-text h2 {
  font-size: 2.8rem;
  line-height: 1.3;
}
/* .konf-aside .aside-inner {
  background-color: #f5f5f5;
  padding: 2rem;
} */
.konf-aside .aside-inner {
  background-color: #f5f5f5;
  padding: 2rem;
}
.special-offer-content {
  width: 100%;
  margin-top: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.special-offer-wrapper aside h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.book-special {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  width: 49%;
  margin-bottom: 3rem;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  transition: all .4s ease-in-out;
}
.book-special:nth-child(2n + 2) {
  margin-right: 2%;
}
.book-special:nth-child(4n + 4) {
  margin-right: 2%;
}
.book-special:nth-of-type(2n + 2) {
  margin-right: 0;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .book-special {
    width: 23.5%;
  }
  .book-special:nth-of-type(2n + 2) {
    margin-right: 2%;
  }
  .book-special:nth-of-type(3n + 3) {
    margin-right: 2%;
  }
  .book-special:nth-of-type(4n + 4) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .special-offer-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
  }
  .special-offer-wrapper2 .special-offer-content {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }
  .special-offer-wrapper aside {
    width: 22%;
  }

  .special-offer-wrapper .konf-aside {
    position: sticky;
    top: 15rem;
  }
  .special-offer-content {
    width: 78%;
    padding-left: 7rem;
    margin-top: 0;
  }
  .special-offer-wrapper aside h3 {
    font-size: 2.3rem;
  }
  aside.konf-aside .aside-inner .table-rows {
    max-height: 28vh;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .book-special {
    width: 15%;
  }
  .book-special:nth-of-type(4n + 4) {
    margin-right: 2%;
  }

  .book-special:nth-of-type(6n + 6) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 90em) {
  /*1440px*/
}
.book-special h2 {
  font-size: 1.6rem;
}
.add-book {
  align-self: center;
  margin-top: 2rem;
  padding: 0;
  border: none;
  background: none;
}
.add-book img {
  display: block;
  width: 3.2rem;
}

.blackandwhite,
.blackandwhite img {
  filter: grayscale(1);
}

.special-text {
  margin-bottom: 5rem;
}
.row-quantity {
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 1rem;
}
.row-quantity span {
  display: inline-block;
  margin-left: 1rem;
}
span.quatity-active {
  width: 5rem;
  height: 5rem;
  background-color: #53d76a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 50%;
  margin-right: 1rem;
  margin-left: 0;
}
.table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #fff;
}
.table-row:first-child {
  padding-top: 1rem;
  border-top: 2px solid #fff;
}
.table-row:last-child {
  border-bottom: 0;
}
.row-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 3px;
  border-radius: 10rem;
}
.row-box input {
  width: 3rem;
  border: 0;
  background-color: transparent;
  appearance: none;
  text-align: center;
  font-size: 1.4rem;
}
.row-box a,
.row-box button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6e6e6;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
  border: 0px none transparent;
}

.row-box button:disabled {
  opacity: 0.3;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
.delete-row {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  color: #fff;
  background-color: #b4b4b4;
  font-size: 1.4rem;
  margin-left: 1rem;
}
.table-row h4 {
  margin: 0;
  width: 9rem;
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: 400;
}
.row-btn button {
  width: 100%;
  text-align: center;
  background-color: #53d76a;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.5rem;
  border-radius: 10rem;
  border: 0;
}
.row-btn button:disabled {
  opacity: 0.4;
}
.st0 {
  fill: #ffffff;
}
.st1 {
  fill: #53d76a;
}
.st0:hover,
.special-books .book:hover .st0 {
  fill: #e6e6e6;
}
.st1:hover {
  fill: #ffffff;
}
.item-favorite:hover .st1 {
  fill: #e6e6e6;
}
.item-favorite:hover .st0 {
  fill: #53d76a;
}
.st2 {
  fill: #646e6f;
}
.st3 {
  fill: #ffffff;
}
.btn-round:hover .st2 {
  fill: #e6e6e6;
}
.btn-round:hover .st3 {
  fill: #53d76a;
}

.st4 {
  fill: #e6e6e6;
}
.st5 {
  fill: #e56767;
}
.item-favorite:hover .st5 {
  fill: #fff;
}
.sort-input {
  width: 100%;
  margin-bottom: 3rem;
}
.sort-input label {
  margin-bottom: 1rem;
  display: block;
}
.sort-input select {
  padding: 1rem;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 0.7rem;
  width: 100%;
  text-align: left;
  transition: all  .4s ease-in-out;
}
.sort-input select:focus{
  border-color: #33a646;
}
.sort-input input:select {
  border-color: #84cece;
}
.shop-btns .item-favorite .st1 {
  fill: #646e6f;
}
.shop-btns .item-favorite .st0 {
  fill: #ffffff;
}
.shop-btns .item-favorite:hover .st0 {
  fill: #e56767;
}
@media only screen and (min-width: 37.5625em) {
  /*601px*/
  .sort-input {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .sort-input label {
    margin-right: 2rem;
    margin-bottom: 0;
    display: inline-block;
  }
  .sort-input select {
    width: 29rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/

  .table-row h4 {
    width: 13rem;
  }
}
/*---------------END PAGES----------*/

.copyright .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-size: 1.4rem;
}

.copyright {
  background-color: #2e3b4b;
  padding: 2rem 0;
  color: #fff;
}

.virtus {
  margin-top: 0.7rem;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .copyright .container {
    justify-content: space-between;
    text-align: left;
    flex-direction: row;
  }
  .virtus {
    margin-left: auto;
    margin-top: 0;
  }
}
.pages-text {
  padding-top: 20px;
  min-height: 440px;
}
.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
  height: 8rem;
  width: 8rem;
  object-fit: contain;
}
.woocommerce a.remove {
  display: inline-block;
}
.product-remove {
  text-align: center;
}
.woocommerce .quantity .qty,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  padding: 1rem;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-radius: 0.7rem;
  width: 4rem;
  text-align: left;
  text-align: center;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 18rem;
  text-align: left;
}
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.default-btn {
  background-color: #2e3b4b;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 600;
  font-size: 1.4rem;
  border-color: #2e3b4b;
  padding: 1.3rem 3.1rem;
  border-radius: 10rem;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.form-row-last .button {
  background-color: #53d76a;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #2e3b4b;
  color: #fff;
}
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.default-btn:hover {
  background-color: #53d76a;
}
.woocommerce {
  margin-bottom: 10rem;
}
.woocommerce {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 210px;
}
.woocommerce-cart-form {
  width: 100%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100%;
}
.cart-collaterals {
  width: 100% !important;
  margin-top: 5rem;
}
.woocommerce-notices-wrapper {
  width: 100%;
}
.coupon {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coupon button {
  margin-left: 2rem !important;
}
.actions > button {
  margin-top: 0.7rem !important;
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .woocommerce-cart-form {
    width: 100%;
  }
  .cart-collaterals {
    width: 100% !important;
    margin-top: 0;
  }
}
/*****contact page********/
fieldset {
  display: block;
  border: 0;
  margin-bottom: 1rem;
}
.contact-wrapper {
  margin: 5rem 0;
}
.contact-text {
  width: 100%;
  margin-bottom: 3rem;
}
.contact-form {
  width: 100%;
}
.contact-form label {
  display: block;
  margin-bottom: 1rem;
}
.contact-form input,
.contact-form textarea {
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.7rem;
  width: 100%;
  display: block;
  text-align: left;
}
.contact-form .default-btn {
  margin-top: 3rem;
}
.contact-form input[type="submit"] {
  width: auto;
  text-align: center;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .contact-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .contact-text {
    width: 50%;
    margin-bottom: 0;
  }
  .contact-form {
    width: 40%;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .contact-text {
    width: 40%;
  }
}
/*******accordion****/
.accordion-wrapper {
  counter-reset: accordion-counter;
  /* margin-top: 10rem; */
  margin: 5rem 0 10rem 0;
}

.accordion {
  padding: 2rem;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  counter-increment: accordion-counter;
  border-bottom: 1px solid #e7e7e7;
}
.accordion__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
.accordion__head_text {
  position: relative;
  padding-left: 5rem;
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 500;
}
.accordion__head_text:before {
  content: counter(accordion-counter);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.5rem;
  height: 3.5rem;
  background-color: #2e3b4b;
  color: #84cecd;
  border-radius: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 600;
}
.accordion__head_btn {
  width: 4rem;
  height: 4rem;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: none;
  background-color: transparent;
}
.accordion__head_btn:before,
.accordion__head_btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 40%;
  height: 2px;
  background-color: #2e3b4b;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion--active .accordion__head_btn {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion--active .accordion__head_btn:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion--active .accordion__body {
  margin-top: 3rem;
}

.checkout.woocommerce-checkout input,
.checkout.woocommerce-checkout textarea,
.input-text {
  padding: 1.4rem;
  border: 1px solid #ccc;
  border-radius: 0.7rem;
  font-size: 1.4rem;
  font-weight: 300;
}
.woocommerce form .form-row textarea {
  height: 16rem !important;
}
.checkout.woocommerce-checkout input:focus,
.checkout.woocommerce-checkout textarea:focus {
  border-color: #53d76a;
}
.woocommerce-info {
  border-top-color: #53d76a;
}
.woocommerce-info::before {
  color: #53d76a;
}

.woocommerce-notices-wrapper {
  /*display: none !important;*/
}

.item-text div:first-of-type {
  border-top: 0px none !important;
}

.woocommerce-message {
  /*display: none !important;*/
}
.remove-from-wishlist {
  color: #e56767;
  font-weight: 400;
  font-size: 4rem;
  line-height: 0;
  display: inline-block;
}
.checkout_coupon.woocommerce-form-coupon {
  display: flex;
  flex-direction: row;
  /* align-content: center; */
  flex-wrap: wrap;
  width: 100%;
}
.checkout_coupon.woocommerce-form-coupon p {
  width: 100%;
}
.yith-wcwl-add-button {
  display: flex;
  align-items: center;
}
.yith-wcwl-add-to-wishlist {
  display: flex;
  align-items: center;
  margin: 0 !important;
}

/*---------------article news----------*/
.bg-news {
  background-color: #f5f5f5;
  background-image: url(../images/svg/dots.svg);
  background-repeat: repeat-x;
  background-position: left top -0.6rem;
}
.bg-news .news-title span {
  background-color: #f5f5f5;
}

.news-item {
  width: 100%;
  margin-bottom: 6rem;
}

.news-item--image {
  display: block;
  overflow: hidden;
}
.news-item--image img {
  display: block;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.news-item--image:hover img {
  transform: scale(1.05);
}
.news-item h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1.5rem;
  color: #646e6f;
  font-weight: 400;
}
.news-item h2 {
  font-size: 2.5rem;
  line-height: 1.2;
  transition: all 0.4s ease-in-out;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.news-item .text-date {
  margin-bottom: 1rem;
}
.news-item h2:hover {
  color: #e56767;
}
.news-item p {
  font-weight: 300;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .news-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .news-item {
    width: 48.5%;
    margin-right: 3%;
  }
  .news-item:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  .news-item {
    width: 31.3%;
  }
  .news-item:nth-child(2n + 2) {
    margin-right: 2%;
  }
  .news-item:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 61.3125em) {
  /*981px*/
  .news-item {
    width: 22.7%;
  }
  .news-item:nth-child(3n + 3) {
    margin-right: 3%;
  }
  .news-item:nth-child(4n + 4) {
    margin-right: 0;
  }
}
.books-wrapper .book {
  position: relative;
  overflow: hidden;
  transition: all .4s ease-in-out;
}
.books-wrapper .book:hover{
 background-color: #fff;
}
.sticker {
  position: absolute;
  background: #f00;
  padding: 1rem;
  color: #fff;
  top: -38px;
  left: -85px;
  text-transform: uppercase;
  transform: rotate(-40deg);
  font-size: 1.1rem;
  transform-origin: 100% 100%;
  width: 100%;
  z-index: 2;
  letter-spacing: 4px;
  font-weight: 700;
}
.category-page .sticker {
  top: -38px;
  left: -55px;
}
.home-content .sticker {
  top: -38px;
  left: -85px;
}
.special-offer-content .sticker,
.special-books .sticker {
  position: absolute;
  background: #f00;
  padding: 1rem;
  color: #fff;
  top: -34px;
  left: -36px;
  transform: rotate(-40deg);
  font-size: 1.1rem;
  transform-origin: 100% 100%;
  width: 100%;
  z-index: 2;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 9px;
}

.special-books .sticker, .book-special .sticker {
  left: -65px;
  top: -51px;
}
.special-offer-wrapper3 .book-special .sticker {
  left: -49px;
}
@media only screen and (max-width: 680px) {
  .special-books .sticker {
    left: -91px;
  }
}
@media only screen and (max-width: 480px) {
  .special-books .sticker, .book-special .sticker  {
    left: -120px;
    top: -35px;
  }
}
@media only screen and (max-width: 360px) {
  .special-books .sticker, .book-special .sticker  {
    left: -105px;
    top: -57px;
  }
}

@media only screen and (max-width: 680px) {
  .special-offer-content .sticker {
    top: -53px;
    left: -110px;
  }
}
@media only screen and (max-width: 1400px) {
  .special-offer-content .sticker {
    top: -32px;
    left: -32px;
  }
}
@media only screen and (max-width: 1200px) {
  /* .sticker {
  top: -32px;
  left: -40px;
  } */
  .special-offer-content .sticker {
    top: -32px;
    left: -47px;
  }
  .category-page .sticker {
    top: -33px;
    left: -39px;
  }
  .special-offer-wrapper3 .book-special .sticker {
    left: -67px;
  }
}
@media only screen and (max-width: 1100px) {
  .home-content .sticker,
  .sticker {
    top: -41px;
    left: -65px;
  }
  .special-offer-content .sticker {
    top: -36px;
    left: -55px;
  }
  .category-page .sticker {
    top: -33px;
    left: -65px;
  }
  .special-offer-wrapper3 .book-special {
    width: 31.3%;
  }
}
@media only screen and (max-width: 900px) {
  .home-content .sticker,
  .sticker {
    top: -83px;
    left: -160px;
  }
  .category-page .sticker {
    top: -33px;
    left: -49px;
  }
}
@media only screen and (max-width: 800px) {
  .sticker {
    top: -69px;
    left: -125px;
  }
  .home-content .sticker {
    top: -69px;
    left: -125px;
  }
  .category-page .sticker {
    top: -34px;
    left: -39px;
  }
}
@media only screen and (max-width: 680px) {
  .home-content .sticker,
  .sticker {
    top: -44px;
    left: -78px;
  }
  .special-offer-content .sticker,
  .category-page .sticker {
    top: -36px;
    left: -86px;
  }
  .special-offer-wrapper3 .book-special {
    width: 49%;
  }
}
@media only screen and (max-width: 600px) {
  .sticker,
  .special-offer-content .sticker,
  .category-page .sticker {
    top: -35px;
    left: -71px;
  }
}
@media only screen and (max-width: 480px) {
  .home-content .sticker,
  .sticker,
  .category-page .sticker {
    top: -82px;
    left: -164px;
  }
  .special-offer-content .sticker {
    top: -35px;
    left: -59px;
  }
  .special-offer-wrapper3 .special-offer-content {
    flex-direction: column;
  }
  .special-offer-wrapper3 .book-special {
    width: 100%;
  }
  .special-offer-wrapper3 .book-special .sticker {
    left: -95px;
  }
}
@media only screen and (max-width: 400px) {
  .home-content .sticker,
  .sticker,
  .category-page .sticker {
    top: -74px;
    left: -128px;
  }
  .special-offer-content .sticker {
    top: -34px;
    left: -40px;
  }
}
@media only screen and (max-width: 360px) {
  .sticker {
    top: -61px;
    left: -112px;
  }
}
/* .sticker-cat {
  top: -37px;
  left: -45px;
  width: 86%;
} */
.book-date {
  display: block;
  margin-bottom: 1rem;
  color: #53d76a;
  font-weight: 700;
}
.book.sold-out img {
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  width: 100%;
  max-width: 50rem;
}
.alert-sold {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
}
.alert-info {
  color: #fff;
  background-color: #53d76a;
  border-color: #53d76a;
}

.blog-single-image {
  text-align: center;
}
.book-green-ponuda {
  background-color: #e9f7eb;
  border: 1px solid #53d76a;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #e9f7eb;
  background-color: #646e6f;
  border: 1px solid #53d76a;

  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.cart-inner-wrap {
  scrollbar-width: thin;
  scrollbar-color: #646e6f;
  max-height: 40rem;
  overflow-y: auto;
}
.cart-inner-wrap:-webkit-scrollbar {
  width: 11px;
}
.cart-inner-wrap:-webkit-scrollbar-track {
  background: transparent;
}
.cart-inner-wrap:-webkit-scrollbar-thumb {
  background-color: #646e6f;
  border-radius: 14px;
  width: 7px;
}
.cart-inner-wrap::-webkit-scrollbar,
.cart-inner-wrap::-webkit-scrollbar-thumb {
  height: 26px;
  border-radius: 14px;
  background-clip: padding-box;
}

.price-left-padd-product {
  padding-left: 25px;
}

.price-old {
  font-weight: 300;
  font-size: 1.8rem;
  position: relative;
  display: flex;
  flex-direction: column;
}
.price-wrap-new {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
}
.price-old span {
}
.price.padd-right span:last-child,
.price.reduced span:last-child {
  text-decoration: none;
}
/* .price-old::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
} */
.price-old .price {
  text-decoration: line-through;
  color: #a4a4a4;
}
.price-new .price {
  color: #000;
}
.price-new {
  color: #e56767;
  display: flex;
  flex-direction: column;
}

/* .padd-right {
  padding-right: 20px;
} */

.item-text .price {
  font-size: 27px !important;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .item-text .price {
    font-size: 36px !important;
  }
}
.item-text .price.reduced {
  font-size: 20px !important;
}
.box-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 130rem;
  flex-wrap: wrap;
  width: 100%;
  align-items: stretch;
}
.posebna {
  margin-bottom: 5rem;
}
.content-box,
.gift-box {
  background-color: #e9f7eb;
  border: 1px solid #53d76a;
  position: relative;
  padding: 2rem;
  margin: 2rem;
}
.content-box {
  flex: 1 0 47%;
}
.content-box:nth-child(3) {
  flex: 1 0 100%;
}
.content-box:last-child {
  margin-right: 0;
}
.content-box:first-child {
  margin-left: 0;
}
.content-box:nth-child(2) {
  margin-right: 0;
}
.content-box:nth-child(3) {
  margin-left: 0;
  margin-right: 0;
}
.close-box {
  background-color: #e56767;
  color: #fff;
  font-size: 3rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-weight: 600;
  position: absolute;
  left: -2rem;
  top: -2rem;
  cursor: pointer;
}
.content-box h3 {
  font-size: 2.6rem;
}
.content-box .book {
  background-color: #fff;
}
.content-box h2,
.gift-box h2 {
  margin-bottom: 0;
  font-size: 4rem;
}
.content-box--inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content-image {
  width: 14%;
}
.content-image img {
  display: block;
  width: 100%;
}
.content-text {
  width: 82%;
  margin-left: auto;
}
.content-title {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
}
.content-title h4 {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
}
.content-title p {
  margin-bottom: 0;
}
.content-wrap {
  column-count: 2;
  column-gap: 2rem;
}
.gift .container {
  padding: 0;
}
.gift-box {
  width: 100%;
  margin-bottom: 5rem;
}
.gift-box label {
  display: inline-block;
  margin-right: 3rem;
}
.btn-d {
  padding: 1rem 3rem;
  background-image: none;
  border: 0;
  transition: all 0.4s ease-in-out;
}
.radio-group {
  margin-bottom: 3rem;
}
.gift {
  margin: 5rem 0;
}
.checkout.woocommerce-checkout{
  width: 100%;
}
.gift-box {
  max-width: 100%;
  margin: 0;
}
.gift-box h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.woocommerce-input-wrapper #order_comments {
  resize: none;
}

.woocommerce-thankyou-order-received {
  font-size: 3rem;
  color: #53d76a;
  text-align: center;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 20px;
}

.woocommerce-order {
  width: 100%;
}

.posebna .container .title {
  margin-bottom: 10px;
}

.posebna .container .title h2 {
  font-size: 3rem;
}
.posebna .container .title h3 {
  font-size: 2rem;
}

.cart_title {
  margin-bottom: 2rem;
}

.home-posebna-ponuda-limit-height {
  overflow: hidden;
}
.home-posebna-ponuda-limit-height .book:nth-child(n + 9) {
  display: none;
}

@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  /* .home-posebna-ponuda-limit-height {
    height: 598px;
  } */
}
.wpcf7-submit {
  background-color: #53d76a;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  border-color: #53d76a;
  padding: 1rem 3.1rem;
  border-radius: 10rem;
  width: 150px;
  text-align: center;
}

.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 12000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.ui-autocomplete > li > div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  background: #53d76a !important;
  font-weight: bold !important;
  color: #ffffff !important;
  border: 1px solid #53d76a !important;
}

.disabler-div {
  background-color: #fff;
  filter: opacity(0.85);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}
.disabler-div img {
  display: block;
  width: 6rem;
}
.btn-red-konfigurator {
  background-color: rgb(255, 121, 121) !important;
  margin-top: 10px !important;
}

.conf-small-cart-item-color {
  background-color: rgb(250, 250, 228);
}

.conf-small-cart-item-box {
  width: 160px;
  padding: 5px;
  color: white;
  font-size: 12px;
  background-color: green;
  border-radius: 6px;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: center;
  font-weight: 500;
}
.cards-footer {
  padding: 1rem 0;
}
.cards-footer h3 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
}

.cards {
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.cards img {
  height: 35px;
  width: 100% !important;
  object-fit: contain;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .cards-footer h3 {
    width: auto;
    text-align: left;
    margin-bottom: 0;
  }
  .cards {
    gap: 0;
    justify-content: space-between;
  }
}
.cc-color-override-2096883300.cc-window {
  background-color: #009b1a !important;
}

.cc-color-override-2096883300 .cc-btn {
  color: #009b1a !important;
}

.woocommerce button.button.alt:disabled,
button.button.alt:disabled[disabled] {
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
}

.free_book_error {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
  width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: none !important;
  width: 100% !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: none !important;
  width: 100% !important;
}

.LastPrice30DaysContainer {
  display: block;
  padding-bottom: 10px;
  color: #f44336;
  font-weight: 600;
}
.woocommerce-MyAccount-navigation {
  display: none;
}
.woocommerce-MyAccount-content {
  width: 100%;
  margin-top: 3rem;
}
.woocommerce-button.button.view,
.woocommerce-Button.button,
.woocommerce-button.button.woocommerce-form-login__submit {
  background-color: #53d76a !important;
  color: #fff !important;
  border-radius: 10rem !important;
  transition: all 0.4s ease-in-out;
}
.woocommerce-button.woocommerce-button--next {
  background-color: #53d76a !important;
  color: #fff !important;
  border-radius: 10rem !important;
  padding: 1rem 3rem !important;
  transition: all 0.4s ease-in-out;
}
.woocommerce-Button.button {
  padding: 1.6rem 3rem !important;
  transition: all 0.4s ease-in-out;
}
.woocommerce-button.button.view:hover,
.woocommerce-Button.button:hover,
.woocommerce-Button.button:hover,
.woocommerce-button.button.woocommerce-form-login__submit:hover {
  background-color: #2e3b4b !important;
}
#customer_login {
  margin-top: 5rem;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: block;
  margin-bottom: 2rem;
}
.woocommerce-LostPassword.lost_password {
  font-weight: 400;
  font-size: 1.4rem;
  font-style: italic;
  margin-bottom: 0;
}
@media only screen and (min-width: 42.5625em) {
  /*681px*/
  #customer_login {
    display: flex;
    gap: 2%;
  }
  #customer_login .col-1 form,
  #customer_login .col-2 form {
    margin: 0;
  }
}

.woocommerce a.remove {
  background-image: url(images/delete.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  font-size: 0;
  width: 2rem;
  height: 3rem;
  background-color: transparent;
  border-radius: 0;
  display: block;
}
.woocommerce a.remove:hover {
  background-image: url(images/delete.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem;
  font-size: 0;
  width: 2rem;
  height: 2rem;
  background-color: transparent;
}
.woocommerce-cart-form {
  width: 100% !important;
}
.cart-collaterals {
  width: 100% !important;
  background: #f5f5f5;
  margin-top: 3rem;
  border-radius: 5px;
  padding: 2rem;
}
.woocommerce table.shop_table {
  padding: 2rem;
}
.woocommerce-shipping-destination {
  margin-bottom: 0;
}
#shipping_method li:last-child {
  margin-bottom: 0 !important;
}
.shop_table.shop_table_responsive thead {
  background-color: #f5f5f5;
}
.shop_table.shop_table_responsive .text {
  margin: 0;
}
.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  margin-right: 1rem;
}
.woocommerce-billing-fields__field-wrapper #billing_country_field,
.woocommerce-shipping-fields__field-wrapper #shipping_country_field {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 1rem;
}

.woocommerce form .form-row label {
  line-height: 2;
  font-weight: 600;
  margin-bottom: 1rem;
}
/* .woocommerce-billing-fields__field-wrapper {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e7e7e7;
} */
#mx_custom_checkout_field h3 {
  margin-top: 4rem;
  padding-top: 4rem;
  border-top: 1px solid #e7e7e7;
}
#order_review_heading,
.woocommerce-checkout .col2-set .col-2 {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #e7e7e7;
}
.woocommerce-form.woocommerce-form-login.login {
  background-color: #f5f5f5;
  min-height: 40rem;
  width: 100%;
}
.woocommerce-form.woocommerce-form-register.register {
  min-height: 40rem;
}
.woocommerce-form.woocommerce-form-login.login .woocommerce-button {
  padding: 1.6rem 3rem !important;
}
.woocommerce-form.woocommerce-form-register.register p {
  font-size: 1.4rem;
  opacity: 0.9;
  font-weight: 300;
}
.woocommerce-form.woocommerce-form-register.register p label {
  color: #2e3b4b;
  font-weight: 600;
}
.woocommerce-MyAccount-content .woocommerce-form-row span {
  font-size: 1.4rem;
  opacity: 0.68;
  margin-top: 5px;
}
.woocommerce-MyAccount-content fieldset {
  background-color: #f5f5f5;
  padding: 2rem;
  margin-top: 3rem;
  padding-top: 3rem;
}
.woocommerce-MyAccount-content fieldset legend {
  background-color: #2e3b4b;
  color: #fff;
  border-radius: 5px;
  font-size: 1.5rem;
  padding: 1rem;
  font-weight: 800;
}
@media only screen and (max-width: 48em) {
  /*768px*/
  .shop_table.shop_table_responsive .product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .cart_totals .includes_tax {
    display: block !important;
  }
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  #customer_details {
    /* display: flex;*/
    flex-direction: row;
    justify-content: space-between;
  }

  .woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout .col2-set .col-2 {
    /*width: 48% !important;*/
  }
  .woocommerce-checkout .col2-set .col-2 {
    margin-left: auto;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .woocommerce-cart-form {
    /* width: 62% !important; */
    width: 100% !important;
  }
  .cart-collaterals {
    /* width: 33% !important; */
    width: 100% !important;
    margin-left: auto;
    position: sticky;
    top: 16rem;
    margin-top: 0;
  }
}
/* 
.book-height {
  max-height: 900px !important;
  height: 900px !important;
} */

.special-books .book {
  display: none !important;
  visibility: visible !important;
}
.special-books .book:nth-child(-n + 6) {
  display: flex !important;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #53d76a !important;
	color: #fff !important;
	display: inline-block;
	border-radius: 10rem;
	padding: 1.4rem 2.5rem;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
	background-color: #2e3b4b !important;

}
.posebna .cart-collaterals {
  margin-top: 3rem;
}
.posebna .content-box {
  margin: 0;
}
.posebna .box-container {
  max-width: 100%;
}
.posebna .container {
  padding: 0;
}
.cart_totals td {
  text-align: right;
}

/* .sort-input label {
  margin-left: 35px !important;
} */
.sort-wrap {
  display: flex;
  flex-direction: row;
}
.sort-group:not(:first-child) {
  margin-left: 20px;
}

@media only screen and (max-width: 37.5em) {
  /*600px*/

  .sort-group select {
    width: 100%;
  }
  .sort-wrap {
    flex-direction: column;
  }
  .sort-group:not(:first-child) {
    margin-left: 0;
  }
}
.woocommerce-ResetPassword.lost_reset_password {
  width: 100%;
  max-width: 80rem;
}
.footer-top {
  background-color: #fff;
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid #e7e7e7;
}
.footer-top p {
  margin: 0;
  font-size: 1.4rem;
}

h2.woocommerce-column__title {
  margin-top: 30px !important;
}

/*---order received page----*/
.woocommerce ul.woocommerce-order-overview {
  padding: 3rem;
  margin: 0 !important;
  display: flex;
  margin-bottom: 5rem !important;
  background: #f5f5f5;
  flex-wrap: wrap;
}
.woocommerce ul.order_details {
  margin: 0 !important;
  margin-bottom: 3rem !important;
}
.woocommerce-order-overview li {
  margin: 0 !important;
  padding: 0 3rem !important;
}
.woocommerce ul.wc-bacs-bank-details.order_details {
  margin: 0;
  padding: 0;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #e7e7e7;
}
.woocommerce ul.wc-bacs-bank-details.order_details li {
  margin-right: 4rem;
  padding-right: 4rem;
}
.woocommerce .woocommerce-customer-details address {
  padding: 3rem;
}
@media only screen and (max-width: 48em) {
  /*768px*/
  .woocommerce-order-overview li,
  .woocommerce ul.wc-bacs-bank-details.order_details li {
    width: 100%;
    margin-bottom: 2rem !important;
    border-bottom: 1px dashed #d3ced2;
    border-right: 0 !important;
    padding: 0 2rem !important;
    padding-bottom: 2rem !important;
  }
  .woocommerce ul.order_details li:last-of-type {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .woocommerce ul.wc-bacs-bank-details.order_details li {
    padding-left: 0 !important;
  }
  .woocommerce ul.wc-bacs-bank-details.order_details li:last-child {
    border-bottom: 0 !important;
  }
  .woocommerce ul.woocommerce-order-overview {
    padding: 3rem 1rem !important;
  }
  .woocommerce table.shop_table {
    padding: 1rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .woocommerce ul.woocommerce-order-overview {
    flex-wrap: nowrap;
  }
}
@media only screen and (min-width: 68.75em) {
  /*1100px*/
  .woocommerce-order-overview li {
    flex: 1;
  }
}
#ship-to-different-address-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
#ship-to-different-address {
  font-size: 15px;
}
.woocommerce-shipping-fields {
  padding: 3px;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}
.popup-inner {
  max-width: 60rem;
  width: 100%;
  padding: 3rem;
  background-color: #fff;
  position: relative;
  box-shadow: 0 0 24px 5px rgba(0, 0, 0, 0.07);
}
.popup-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.popup-text {
  margin-left: 4rem;
}
.popup-inner img {
  width: 4rem;
  height: auto;
  display: block;
  margin: 0 auto;
}
.popup-inner h3 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 3rem;
}
.close-popup {
  position: absolute;
  top: 3rem;
  right: 3rem;
  font-size: 4rem;
  font-weight: 300;
  color: #000;
  line-height: 0;
  outline: none;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .popup-inner {
    padding: 5rem;
  }
}

/*------icon colors------*/
.color-wrapper circle {
  fill: #6c6c6c;
}
.color-wrapper path {
  fill: #fff;
}
.color-wrapper svg {
  width: 3.4rem;
  display: block;
}
.color-green circle {
  fill: #53d76a;
}
.color-red circle {
  fill: #e56767;
}
.color-yellow circle {
  fill: rgb(223, 220, 22);
}
/*------single popup------*/
.single-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  display: none;
}
.single-close {
  position: absolute;
  top: 4rem;
  right: 2rem;
  font-size: 6rem;
  line-height: 0;
  font-weight: 400;
  cursor: pointer;
  color: #fff;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .single-close {
    top: 5rem;
    right: 4rem;
  }
}
.single-popup-inner {
  max-width: 100%;
  width: 100%;
  overflow-y: visible;
  /* padding: 5rem; */
  /* background-color: #e6ede5; */
  height: 100vh;
}
.single-popup.open {
  display: flex;
}
.single-popup-inner iframe {
  height: 100%;
  width: 100%;
  display: block;
  border: 0 !important;
}
#fliplink {
  order: 3;
}
.profile.profile-logged span {
  display: inline-block;
  margin-left: 1rem;
}
.sale-sticker {
  position: absolute;
  right: 2rem;
  top: 1.7rem;
  background: #e56767;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffff;
  font-weight: 600;
  font-size: 1.8rem;
  z-index: 1;
}
.euro-sticker2 {
	width: 11rem;
	height: 11rem;

}
/* .item-img .sale-sticker{
    top:6.7rem;
} */

/* .single-popup-inner .FlipbookCartInfoContainer {
  display: block;T
  width: 430px;
  height: 160px;
  background-color: #ffffff;
  position: absolute;
  top: 50px;
  left: 0px;
  padding: 15px;
  -webkit-box-shadow: 0px 2px 22px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 22px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 22px -6px rgba(0, 0, 0, 0.75);
} */

.flipbook-book-title-small h1 {
  font-size: 1.5em !important;
  width: 430px !important;
}

.flipbook-book-title-small h2 {
  font-size: 1.2em !important;
  width: 430px !important;
}

/* .FlipBookPriceWrap {
  margin-top: -20px !important;
  margin-bottom: 5px !important;
  font-size: 1.3em !important;
} */
.FlipBookPriceWrap .reduced {
  display: block !important;
}

/* .flip-add-to-cart {
  position: absolute !important;
  top: 95px !important;
  left: 170px !important;
} */
.woocommerce table.shop_table {
  margin-top: 2rem;
  clear: both;
}
.woocommerce-cart-form .button {
  align-self: flex-end;
}
.woocommerce-cart-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#popup-message {
  background-color: #33a646;
  color: white;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  z-index: 9999;
  position: fixed;
  font-weight: 600;
  top: 50%; /* Move the element down by 50% of the viewport height */
  left: 50%; /* Move the element to the right by 50% of the viewport width */
  transform: translate(
    -50%,
    -50%
  ); /* Move the element up and left by 50% of its own width and height */
}
#fliplink {
  margin-top: 2rem;
  transition: all  .4s ease-in-out;
}
#fliplink:hover{
  opacity: 0.9;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  #fliplink {
    margin-top: 0;
  }
}
.woocommerce-notices-wrapper .woocommerce-message {
  display: none;
}
.btn-section {
  padding: 3rem 0 0 0;
  display: flex;
  justify-content: center;
  text-align: center;
}
.item-btn {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  justify-content: flex-end;
  margin-bottom: 0;
  background-color: #f5f5f5;
  padding: 1rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 16rem;
  justify-content: center;
  margin-left: auto;
  transition: all .4s ease-in-out;
}
.item-btn img {
  display: inline-block;
  width: 1.5rem;
  height: auto;
  margin-left: 1.5rem;
  transition: all .4s  ease-in-out;
}
.item-btn:hover{
  background-color: #d9d9d9;
}
.flip-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.cart-btns-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cart-btns-wrap button {
  margin-top: 1rem !important;
  align-self: center !important;
}
.cart-btns-wrap .button {
  align-self: flex-start !important;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .cart-btns-wrap {
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    width: 100%;
  }
  .cart-btns-wrap button {
    margin-left: 2rem !important;
    margin-top: 0 !important;
  }
}
.btn-disabled {
  cursor: not-allowed !important;
  background-color: #c1c1c1;
  border: 1px solid #c1c1c1 !important;
  margin-top: 2rem;
}
.btn-disabled:hover {
  background-color: #c1c1c1;
  border-color: #c1c1c1 !important;
}
.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.single-flip-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.flip-text {
  width: 100%;
  background-color: rgb(81, 85, 88);
  color: #fff;
  padding: 2.5rem 2rem;
}
.flip-iframe {
  width: 100%;
  height: 100vh;
}
.flip-text h2 {
  font-size: 1.7rem;
  font-weight: 400;
  margin-bottom: 0;
}
.flip-text h1 {
  margin-bottom: 0;
}
.flip-text .btn {
  margin-top: 1rem;
  display: inline-block;
}
.flip-text .price {
  display: block;
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .single-flip-wrap {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .flip-text {
    width: 30%;
    padding: 5rem 2rem;
  }
  .flip-iframe {
    width: 70%;
    height: auto;
  }
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .flip-text {
    width: 20%;
  }
  .flip-iframe {
    width: 80%;
  }
}
/*------loyalty------*/
.loyalty-wrapper {
  padding: 3rem 0;
}
.loyalty-text {
  width: 100%;
}
.loyalty-points {
  width: 100%;
  background-color: #53d76a;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  border-radius: 1rem;
}
.loyalty-points h4 {
  font-size: 6.2rem;
  font-weight: 800;
  margin: 0;
  line-height: 1.3;
}
.loyalty-points p {
  margin: 0;
}
.loyalty-bottom {
  padding: 3rem;
  border-radius: 1rem;
  background-color: #f0f0f0;
  margin-bottom: 5rem;
}
.loyalty-bottom .form-btn {
  margin: 0;
}
.loyalty-bottom form {
  background: #fff;
  width: 100%;
  padding: 3rem;
  border-radius: 1rem;
  margin-top: 4rem;
}
.radio-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  margin-bottom: 1.3rem;
  padding-left: 3rem;
}
.radio-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-wrapper .radiomark {
  border: 1px solid #000;
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  position: relative;
  position: absolute;
  left: 0;
  top: 0;
}
.radio-wrapper input:checked ~ .radiomark {
  border-color: #53d76a;
}
.radio-wrapper .radiomark::after {
  left: 50%;
  top: 50%;
  height: 8px;
  width: 8px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  content: "";
  position: absolute;
  display: none;
  background-color: #53d76a;
}
.radio-wrapper input:checked ~ .radiomark:after {
  display: block;
}
.btn-style {
  background-color: #53d76a;
  border: 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: 7600;
  font-size: 1.4rem;
  border-color: #53d76a;
  padding: 1rem 3.1rem;
  border-radius: 10rem;
  transition: all 0.4s ease-in-out;
}
.btn-style:hover {
  background-color: #2e3b4b;
}
.btn-style.disabled {
  cursor: not-allowed;
  background-color: #a4a4a4;
}
.btn-style.disabled:hover {
  background-color: #a4a4a4;
}
.label-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/

  .loyalty-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  .loyalty-text {
    width: 62%;
    padding-right: 5rem;
  }
  .loyalty-points {
    width: 38%;
  }
  .loyalty-bottom form {
    max-width: 48rem;
  }
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .loyalty-text {
    padding-right: 10rem;
    width: 69%;
  }
  .loyalty-points {
    width: 31%;
    padding: 5rem;
  }
  .loyalty-points h4 {
    font-size: 8.2rem;
  }
  .loyalty-bottom {
    padding: 5rem;
  }
  .loyalty-bottom form {
    padding: 5rem;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .loyalty-points {
    width: 25%;
  }
}

.hidden-woocommerce-info {
  display: none;
}

.loyalty-discount-btn {
  float: left !important;
  clear: both;
}

.woocommerce .cart .button[data-disabled="true"] {
  background: #ccc !important;
  cursor: default !important;
}

/* .woocommerce ul#shipping_method li.hidden-list {
    display: none;
}
ul#shipping_method li:first-child, ul#shipping_method li:nth-child(2) {
    display: none;
    opacity: 0;
} */

.special-books .sale-sticker {
	right: 3%;
	top: 0.7rem;
	width: 5rem;
	height: 5rem;
	font-size: 1.4rem;
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/
  .special-books .sale-sticker {
    right: 0.1rem;
    top: 0.7rem;

  
  }
}
/*-----------------*/

.summer-banner img{
  width: 100%;
  height: auto;
  display: block;
}
.summer-banner img.summer-desktop-image{
  display: none;
}
.summer-box{
  width: 100%;
  padding: 2.5rem;
  background-color: #f5f5f5;
  margin-bottom: 3rem;

}
.summer-box:last-child{
  margin-bottom: 0;
}
.summer-box ul li{
  margin-bottom: 2rem;
}
.summer-box h3{
  color: #4fc6e0;
}
.summer-page h3 {
  font-size: 2.4rem;
}
.summer-wrapper{
  margin: 5rem 0;
}
.summer-box a{
  text-decoration: underline;

}
.summer-nav {
  margin: 2rem 0;
}
.summer-nav ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.summer-nav li a{
  display: flex;
  flex-direction: column-reverse;
  text-transform: uppercase;
  /*color: #4fc6e0;*/
  font-weight: 400;
  line-height: 1;
  font-size: 1.8rem;
  /*border:1px solid #4fc6e0;*/
  padding: 1rem;
  background-color: #fff;

}

.summer-nav li a img{
  width: 3rem;
  height: auto;
  display: block;
  margin-top: 1rem;
}
.summer-nav li a:hover{
  opacity: 0.5;
}

.summer-nav li{
  margin-bottom: 1rem;
}
.page-summer .title{
  margin-bottom: 2rem;
}
@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .summer-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .summer-box{
    width: 48%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .summer-banner img.summer-desktop-image{
    display: block;
  }
  .summer-banner img.summer-mobile-image{
    display: none;
  }
}
@media only screen and (min-width: 64.0625em) {
  /*1025px*/
  .summer-page h3{
    font-size: 3rem;
  }
  .summer-box{
    padding: 5rem;
  }
  .summer-nav ul{
  
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .summer-nav li a{
    align-items: flex-end;
    flex-direction: row-reverse;
    font-size: 1.6rem;
 
  }
 
  .summer-nav li:not(:last-child){
    margin-right: 1rem;
  }
  .summer-nav li a img{
    margin-left: 1rem;
    margin-top: 0;
  }
  .summer-nav {
    margin: 5rem 0;
  }
  .summer-page{
    background-image: url(images/summer-bg.png),  url(images/summer-bg.png);
    background-repeat: no-repeat;
    background-position: left center, right center;
  }
  .page-summer .title{
    margin-bottom: 5rem;
  }

}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .summer-nav li a{
    font-size: 1.8rem;
  }
}

#payment > div.form-row.place-order.woocommerce-validated > p > label > input[type=checkbox] {
	margin: -2px 8px 0 0;
}
#payment > div.form-row.place-order > p > label > span {
	margin: -2px 0rem 0rem 1rem;
}
.hustle-ui:not(.hustle-size--small).module_id_2 button.hustle-button-close .hustle-icon-close {
	font-size: 2rem;
}

.container.superakcija {
	padding-top: 100px;
}


/*************start new blog***************/
.blog-new-title{
  background-color: #f5f5f5;
}
.blog-new-title h1{
  margin-bottom: 0;
}
.blog-new-content{
  width: 100%;
  margin-bottom: 5rem;
}
.blog-new-aside{
  width: 100%;
}
.blog-new-date{
  color: #48A5A5;
  font-size: 1.4rem;
  margin-bottom: 7px;
}
.blog-new-item-image{
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 4rem;
  display: block;
}
.blog-new-item-image img{
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9.6;
  object-fit: cover;
  transition: all .3s ease-in-out;
}
.blog-new-item-image:hover img{
  transform: scale(1.03);
}








.blog-new-item-lg h3{
  font-size: 2.4rem;
  margin-bottom: 0;
}
.blog-new-item-lg h4{
  font-size: 2rem;
  font-weight: 400;

}
.blog-new-aside  .blog-new-item h3{
  font-size: 2rem;
  line-height: 2.4rem;
}
.blog-new-item h3{
  transition: all .4s ease-in-out;
}
.blog-new-item h3:hover{
  color: #48A5A5;
}
.blog-new-aside  .blog-new-item{
  position: relative;
  padding-left: 15.8rem;
  height: 22rem;
 

}
.blog-new-aside .blog-new-item-image{
  width: 13.2rem;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 0;
}

.blog-new-aside .blog-new-item-image img{
  height: 19rem;
  aspect-ratio: unset;
}
.blog-new-aside  .blog-new-item:not(:last-child){
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E6E6E6;
}

@media only screen and (max-width: 30em) {
  /*480px*/
  .blog-new-page{
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .blog-new-aside .blog-new-item-image img{
    height: 18.6rem;
  }
  .blog-new-aside  .blog-new-item{
    height: 21.6rem;
   
  
  }
  .blog-new-item-lg h3{
    font-size: 3rem;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .blog-new-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .blog-new-content{
    width: calc(100% - 58rem);
    margin-bottom: 0;
  }
  .blog-new-aside{
    width: 54rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  /*1201px*/
  .blog-new-item-lg h3{
    font-size: 4rem;
  }
  .blog-new-item-lg h4{
    font-size: 2.4rem;
  
  }
  .blog-new-aside  .blog-new-item h3{
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

/*----------*/

.blog-sort-wrapper{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;

  margin-bottom: 5rem;
  font-size: 1.2rem;

}
.blog-sort{
  display: flex;
  align-items: center;
  gap:1.1rem;
}
.blog-sort-wrapper select{
  padding: 8px  34px 8px 13px;
  border-radius: 5px;
  background-color: #F5F5F5;
  border:1px solid  #F5F5F5;
  appearance: none;
  background-image: url(images/arrow-select.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: right 12px center;
  font-size: 1.2rem;
  transition: all .4s ease-in-out;

}.blog-sort-wrapper select:focus{
  border-color: #009b1a;
}
.blog-new-items{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

}
.blog-new-items .blog-new-item {
	width: 50%;
	margin-bottom: 4rem;
	display: flex;
	flex-direction: column;
	text-align: center;
	border-left: 1px solid #E6E6E6;
	padding: 0 3%;
  display: none;
}
.blog-new-items .blog-new-item:nth-child(2n + 2){
  border-right: 1px solid #E6E6E6;
}
.blog-new-items .blog-new-item h3{
  font-size: 1.8rem;
  line-height: 1.3;
}
.blog-new-items .blog-new-item h4{
  font-size: 1.6rem;
  margin-top: auto;
}
.blog-new-items .blog-new-item  p{
  font-size: 1.4rem;
  color: #B4B4B4;
}
.blog-new-items  .blog-new-item-image img {
	aspect-ratio: 16/18.2;
}
.blog-new2{
  padding-top: 5rem;
  border-top: 1px solid #E6E6E6;
}
.btn-style2, .load-btn .btn-cart{
  display: inline-block;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  padding: 1.5rem 2.3rem;
  background-color: #53d76a;
  border-radius: 10rem;
  width: 42rem;
  text-align: center;
}
.item-btns .btn-cart{
  font-weight: 600;
  padding: 1.1rem 2.3rem;
  font-size: 1.6rem;
  padding-left: 5.1rem;
}

.btn-style2:hover, .load-btn .btn-cart:hover{
  width: 47rem;
  background-color: #2E3B4B; 
}
.blog-new-btn{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.more-news-toggle[disabled="disabled"]{
  cursor:not-allowed;
  opacity: 0.4;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .blog-new-items .blog-new-item h3{
    font-size: 2rem;
  }
}
@media only screen and (min-width: 40.0625em) {
  /*641px*/
  .blog-new-items .blog-new-item {
    width: 33.333%;
    margin-bottom: 8rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    border-left: 1px solid #E6E6E6;
    padding: 0 3%;
    display: none;
  }
  .blog-new-items .blog-new-item:nth-child(2n + 2){
    border-right: 1px solid transparent;
  }
  .blog-new-items .blog-new-item:nth-child(3n + 3){
    border-right: 1px solid #E6E6E6;
  }
 
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/
  .blog-new-items .blog-new-item {
    width: 25%;
  }
  .blog-new-items .blog-new-item:nth-child(3n + 3){
    border-right: 1px solid transparent;
  }
  .blog-new-items .blog-new-item:nth-child(4n + 4){
    border-right: 1px solid #E6E6E6;
  }
  .blog-new-items .blog-new-item {
    margin-bottom: 8rem;
  }
  
}
/*---------*/
.container-new-blog{
  max-width: 90rem;
}
.blog-new-single-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 16/9.1;
	border-radius: 5px;
}
.blog-new-single-image {
  margin-bottom:5rem;
}
.blog-new-single-title{
  margin-bottom: 5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #E6E6E6;
}
.blog-new-single-title h2{
  font-size: 2.4rem;
}
.blog-new-single-title h4 {
	font-size: 2rem;
	font-weight: 400;
}

@media only screen and (min-width: 48.0625em) {
  /*769px*/
  .blog-new-single-image {
    margin-bottom: 9rem;
  }
}
@media only screen and (min-width: 75.0625em) {
  
  .blog-new-single-title h2{
    font-size: 4rem;
  }
  .blog-new-single-title h4{
    font-size: 2.4rem;
  }
  
}
/*--------*/
.header-top {
	padding: 1rem 0;
	background-color: #f9f702;
	text-align: center;
	margin-top: -1rem;
	margin-bottom: 1rem;
}
.header-top p{
  margin: 0;
}
@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .header-top {
    margin-top: -3rem;
  }
}
/*---------------*/
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 1em 2em 1em 3.5em;
	margin: 0 0 2em;
	position: relative;
	background-color: #f5f5f5;
	color: #2e3b4b;
	list-style: none outside;
	width: 100%;
	word-wrap: break-word;
}

@media only screen and (min-width: 50.0625em) {
  /*801px*/
  .woocommerce-error, .woocommerce-info, .woocommerce-message {
	width: 100%;
}
}

.woocommerce-form-coupon-toggle{
  width: 100%;
}
.woocommerce-billing-fields__field-wrapper #billing_country_field, .woocommerce-shipping-fields__field-wrapper #shipping_country_field {
	background: transparent;
	border-radius: 0;
	padding: 0;
}
.select2-container .select2-selection--single {
	height: 52px;
	border-color: #ccc;
	display: flex;
	align-items: center;
	padding-left: 1rem;
  font-weight: 300;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #f5f5f5;

}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background-color: #84C33F;
	color: #fff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border: 1em solid #84C33F;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;

}

#boxnow_locker_id_field {
  display: none;
}
/*-------start top boxes---------*/
.top-boxes-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.top-pp{
  margin-top: 5rem;
}
.top-boxes{
  background-color: #f5f5f5;
}
.top-box {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 3rem;
  margin-bottom: 2rem;
  overflow: hidden;
  transition: all .4s ease-in-out;
}
.top-box img {
	display: block;
	width: 100%;
	object-fit: contain;
	height: auto;

}
.top-box:hover {
  opacity: 0.8;
}
.top-box h3{
  margin-top: 2rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 30.0625em) {
  /*481px*/
  .top-box {
    width: 49%;
    margin-right: 2%;
  }

  .top-box:nth-child(2n + 2) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 56.3125em) {
  /*901px*/

  .top-box {
    width: 23.5%;
  }
  .top-box:nth-child(2n + 2) {
    margin-right: 2%;
  }
  .top-box:nth-child(4n + 4) {
    margin-right: 0;
  }
  
}
@media only screen and (min-width: 80.0625em) {
  /*1281px*/


}
/*-------end top boxes---------*/
.new-mt{
  margin-top: 5rem;
}
.new-top{
  padding-top: 60px;
}


/*------- custom css 24.7.2025. -----------*/
.woocommerce-checkout .woocommerce-info {
  display: none;
}
.fancybox__thumbs{
  display: none !important;
}
/*-------------*/
.container.container-super-new{
  padding-top: 0;
}

.cat-new-super.title-category ul{
  margin-left: 0;
}
.cat-new-super.title-category{
  padding: 3rem 0;
  background-color: #fff;
}
.cat-new-super.title-category li a {
	padding: 0.4rem 2.2rem;
	background-color: #b5e3bd;
	color: #000;
  border: 1px solid transparent;
}
.cat-new-super.title-category ul {
	justify-content: center;
	width: 100%;
}