* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  border: none !important;
  outline: 0;
  max-width: 100%;
}
a {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  text-decoration: none;
  outline: 0;
  color: #000;
}
a:hover {
  text-decoration: none;
}
p {
  font-weight: 300;
}
input {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  text-decoration: none;
  outline: 0;
  -webkit-appearance: none;
  border: none;
}
select::-ms-expand {
  display: none;
}
select:focus {
  outline: 0;
  border: none;
}
button {
  cursor: pointer;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  text-decoration: none;
  outline: 0;
  -webkit-appearance: none;
  border: none;
}
textarea {
  outline: 0 !important;
}
ul li {
  list-style: none;
}
input[type='checkbox'] {
  -webkit-appearance: checkbox;
}
input[type='radio'] {
  -webkit-appearance: radio;
}
input::-webkit-input-placeholder {
  opacity: 1;
}
input::-moz-placeholder {
  opacity: 1;
}
input:-ms-input-placeholder {
  opacity: 1;
}
input:-moz-placeholder {
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  opacity: 1;
}
textarea::-moz-placeholder {
  opacity: 1;
}
textarea:-ms-input-placeholder {
  opacity: 1;
}
textarea:-moz-placeholder {
  opacity: 1;
}
.lines-button {
  display: none;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-left {
  padding-left: 0;
}
.no-padding-right {
  padding-right: 0;
}
.margin-bottom {
  margin-bottom: 15px;
}
.margin-top {
  margin-top: 15px;
}
#header {
  float: left;
  width: 100%;
  background: #fff;
  padding: 15px 0 0;
  border-bottom: 1px solid #e6e6e4;
}
.logo {
  float: left;
  width: 198px;
  height: auto;
  max-width: 100%;
}
.search {
  float: left;
  width: 350px;
  margin-left: 60px;
  margin-top: 15px;
  position: relative;
}
#search-input {
  width: 350px;
  border: 1px solid #cdcdca;
  height: 45px;
  padding: 5px 15px;
  font-family: 'Open Sans', sans-serif;
  border-radius: 0;
}
.search svg {
  position: absolute;
  right: 16px;
  top: 12px;
}
#part2 .login {
  margin-top: 30px;
  float: left;
  width: 285px;
  text-align: right;
}
#part2 .login.put-right {
  margin-top: 30px;
  float: none;
  width: auto;
  text-align: right;
  padding-right: 15px;
}
#part2 .login a {
  color: #36afc5;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
}
#part2 .login svg {
  fill: #36afc5;
  margin-left: 5px;
}
.basket {
  background: #36afc5;
  float: right;
  margin-top: 15px;
  margin-left: 30px;
  position: relative;
}
.cart_qut {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #000;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  top: -12px;
  right: -6px;
}
.cart_qut p {
  margin-top: 2px;
}
.basket a {
  padding: 12px 17px;
  float: left;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}
.basket a:hover {
  background: #00527d;
}
.basket svg.cart {
  fill: #fff;
  float: left;
}
.basket span {
  margin-left: 15px;
  margin-top: 4px;
  float: left;
  font-weight: 400;
}
.basket svg.arrow {
  fill: #fff;
  float: left;
  margin-left: 8px;
  margin-top: 8px;
}
#menu {
  border-bottom: 1px solid #e6e6e4;
  background: #fff;
}
nav.main_menu {
  position: relative;
  z-index: 500;
  background: #dadbdc;
}
nav.main_menu ul {
  padding: 0;
  margin: 0;
}
nav.main_menu > ul > li {
  display: block;
  float: left;
  position: relative;
  margin: 0 1px;
}
nav.main_menu > ul > li:first-child > a {
  padding-left: 0;
}
nav.main_menu > ul > li > a {
  padding: 17px 10px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #393939;
  font-weight: 500;
  text-transform: capitalize;
  text-align: left;
  text-decoration: none;
}
nav.main_menu > ul > li > a:hover {
  text-decoration: none;
}
nav.main_menu > ul > li:hover > a {
  color: #36afc5;
}
nav.main_menu > ul > li:hover > a .sub {
  color: #fff;
}
.second-nav > li.current-menu-item > a {
  background-color: #fff;
  color: #36afc5 !important;
  text-decoration: none !important;
}
nav.main_menu ul ul {
  width: 185px;
  display: none;
  position: absolute;
  left: 0;
  padding: 0;
  margin: 0;
}
nav.main_menu ul ul li {
  display: block;
  position: relative;
  background-color: #333;
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #242424;
}
nav.main_menu ul ul li a {
  padding: 11px 10px 12px 16px;
  display: block;
  font-size: 11px;
  color: #b5b5b5;
  line-height: 1em;
  text-decoration: none;
}
nav.main_menu ul ul a:hover {
  text-decoration: none;
}
nav.main_menu ul ul li:hover {
  background-color: #04bfea;
}
nav.main_menu ul ul li:hover > a {
  color: #fff;
}
nav.main_menu li:hover > ul {
  display: block;
}
nav.main_menu > ul > li > ul > li:first-child {
  border-top: 0;
}
nav.main_menu > ul > li > ul > li:first-child li:first-child {
  border-top: 0;
}
nav.main_menu ul ul ul {
  padding-top: 0;
  left: 185px;
  top: -2px;
  border-top: 1px solid #242424;
}
nav.main_menu ul ul li:first-child > ul {
  top: 0;
  border-top: 0;
}
nav.main_menu > select {
  display: none;
}
a.meanmenu-reveal {
  display: none;
}
.mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: #337ab7;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}
a.meanmenu-reveal {
  width: 110px;
  height: 22px;
  position: absolute;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-size: 20px;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  width: 20px !important;
  margin-top: 3px;
}
.mean-nav {
  float: left;
  width: 100%;
  background: #032b52;
  margin-top: 42px;
}
.mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
}
.mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
}
.mean-nav ul li a {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 5%;
  margin: 0;
  text-align: left;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 400 !important;
}
.mean-nav ul li svg {
  position: absolute;
  right: 17px;
  top: 18px;
}
.mean-nav ul li li a {
  width: 80%;
  padding: 14px 10%;
  border-bottom: 1px solid #f1f1f1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  text-shadow: none !important;
  visibility: visible;
}
.mean-nav ul li.mean-last a {
  margin-bottom: 0;
}
.mean-nav ul li li li a {
  width: 70%;
  padding: 14px 15%;
}
.mean-nav ul li li li li a {
  width: 60%;
  padding: 14px 20%;
}
.mean-nav ul li li li li li a {
  width: 50%;
  padding: 14px 25%;
}
.mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}
.mean-nav ul li a.mean-expand {
  width: 26px;
  height: 26px;
  border: none !important;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
}
.meanmenu-reveal p {
  color: #337ab7;
  z-index: 10;
  position: absolute;
  width: 100px;
  height: 45px;
  font-size: 18px;
}
#middle {
  background: #f7f7f5;
}
.banner {
  float: left;
  width: 100%;
  padding: 30px 0 0;
}

.category {
  background: #fff;
  margin: 30px 0;
  float: left;
  width: 100%;
  padding: 5px 12px 10px;
}
.category h2 {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}
.category ul li {
  line-height: 21px;
}
.category ul li a {
  font-weight: 300;
}
.category ul li a:hover {
  color: #e20000;
}
.best_seller {
  float: left;
  width: 100%;
  background: #fff;
  margin-bottom: 15px;
}
.book-section .book_icon span {
  padding: 30% 0;
  position: absolute;
  left: 0;
  right: 0;
}
.book-section svg {
  margin: 15px auto 0;
  display: block;
}
.best_seller .selling li {
  float: left;
  width: 25%;
  text-align: center;
  position: relative;
}
.best_seller .selling li .bookimg_div {
  max-height: 177px;
  width: 100%;
}
.best_seller .selling li .bookimg_div img {
  margin: 0 auto;
  display: block;
}
.best_seller .selling li .bookname_div {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  padding: 0 15px;
}
.best_seller .selling li .bookname_div p {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
.best_seller .selling li .bookname_div a:hover p {
  color: #e20000;
}
.best_seller .selling li .bookrprice_div span {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  font-weight: 300;
  display: block;
}
.best_seller .selling li .bookrprice_div h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
}
.best_seller .selling li .bookname_div p {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  color: #000;
  font-family: 'Open Sans', sans-serif;
}
.book_price.sell_price {
  position: absolute;
  top: 50px;
  right: 30px;
}
.para_content {
  float: left;
  width: 100%;
  margin: 15px 0;
  background: #fff;
  padding: 5px 15px 10px;
}
.para_content h2 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}
.para_content p {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  font-family: 'Open Sans', sans-serif;
}
.contact_section {
  float: left;
  width: 100%;
  margin: 15px 0;
}
.box {
  float: left;
  width: 100%;
  background: #fff;
  padding: 25px 30px;
}
.box h2 {
  color: #000;
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
  margin-top: 0;
}
.box img.brochure {
  margin-top: 6px;
}
.box input {
  height: 45px;
  width: 210px;
  border: 1px solid #cdcdca;
  padding: 15px;
  background: url(../assets/images/mail.svg);
  background-repeat: no-repeat;
  background-position: 93% 10px;
  margin-top: 16px;
}
.box .call {
  margin-top: 0;
  float: left;
  width: 100%;
}
.box .call .mail-logo p {
  margin: 0;
  color: #3b3b3b;
  font-size: 12px;
  line-height: 20px;
}
.box .call img {
  width: 17px;
  height: 15px;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}
.box .call .number {
  float: left;
}
.box .call .number a {
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  color: #36afc5;
}
.box .call .number span {
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  color: #000;
  display: block;
}
.box.back_image h2 {
  padding: 25px 30px;
  color: #fff;
  font-weight: 400;
  line-height: 21px;
}
#middle .category ul {
  margin-bottom: 10px !important;
}
.selling .bookimg_div img {
  width: 132px;
}
.selling > ul {
  margin-bottom: 10px;
}
.footer-top {
  background: #fff !important;
}
#ajax-subscription {
  position: relative;
}
#ajax-subscription #email {
  padding-right: 52px;
}
#ajax-subscription .btn-subscription-submit {
  position: absolute;
  height: 34px;
  width: 45px;
  top: 20px;
  right: 5px;
}
#ajax-subscription #form-messages {
  font-size: 12px;
  line-height: 15px;
}
#ajax-subscription #form-messages.success {
  color: green;
}
#ajax-subscription #form-messages.error {
  color: red;
}
.checkbox input[type='checkbox'] {
  position: relative !important;
}
#ship-to-different-address .checkbox {
  display: inline-block;
}
.woocommerce-Tabs-panel--description p {
  margin: 0 0 20px;
}
.landing-bottom-block,
.landing-top-block {
  background: #fff;
  padding: 30px !important;
  margin-bottom: 20px;
}
.landing-bottom-block {
  margin-top: 20px;
}
.landing-top-block h1 {
  font-weight: 700;
  margin-top: 0;
}
.landing-bottom-block span {
  font-weight: 700;
}
.landing-bottom-block p {
  margin-bottom: 0;
}
.landing-page-banner {
  text-align: center;
  margin-bottom: 20px;
}
.page-template-landing-pages .category h2 {
  margin: 20px 0 10px 0;
  font-size: 17px;
}
.page-template-landing-pages .contact_section h2 {
  margin: 0 0 10px 0;
  font-size: 17px;
}
.page-template-landing-pages .category,
.page-template-landing-pages .contact_section {
  margin: 0 0 20px 0;
}
.page-template-landing-pages .category ul {
  margin-bottom: 10px !important;
}
.page-template-landing-pages .product-overview-block {
  padding: 0;
}
.page-template-front-page .page-wrapper .para_content a,
.page-template-landing-pages .page-wrapper .landing-bottom-block a,
.page-template-landing-pages .page-wrapper .landing-top-block a {
  color: #36afc5 !important;
}
.link-subscription-form {
  background: url(../assets/images/mail.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 30px;
  display: block;
  color: #36afc5;
  font-weight: 700;
  padding-left: 45px;
  float: left;
  margin-bottom: 9px;
}
.link-subscription-form:active,
.link-subscription-form:hover {
  color: #36afc5;
}
