/** Web Site Special Variables **/
@import "fontawesome/css/all.min.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap");
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
/*----------------------------------------*/
/*    02 - Base - Mixins
/*----------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-family: sans-serif !important;
}

.bg-14 img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.slider-content-14 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  left: unset;
}
.slider-content-14 .slider-head-2 {
  color: white;
  font-size: 80px;
  font-weight: 600;
  text-shadow: 1px 1px 2px black, 0 0 25px #565353, 0 0 5px #565353;
}
.slider-content-14 .slider-head-1 {
  border-bottom: 0;
  font-weight: 300;
  padding-right: 50px;
  padding-left: 50px;
  margin-top: 40px;
  border-color: white;
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px blue;
  font-size: 22px;
  margin-bottom: 0;
}
.slider-content-14 .slider-head-3 {
  color: white;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px blue;
}

.indexBook {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  min-height: 570px;
  max-height: 570px;
  overflow: hidden;
}
.indexBook > div {
  width: 33.3333333333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  overflow: hidden;
}
.indexBook .indexBookLeft {
  background-color: #222326;
  justify-content: start;
}
.indexBook .indexBookLeft .heading-14 {
  margin-top: 70px;
  margin-left: 70px;
  text-align: center;
  line-height: 1;
  color: white;
}
.indexBook .indexBookMid {
  padding: 50px 30px;
  background-color: rgba(201, 201, 201, 0.1098039216);
}
.indexBook .indexBookMid p {
  margin: 10px;
}
.indexBook .indexBookRight {
  position: relative;
}
.indexBook .indexBookRight img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.indexBook .indexBookLeftBig {
  width: 66.6666666667%;
  position: relative;
}
.indexBook .indexBookLeftBig img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.indexBook .indexBookLeftBig .bookTransparent {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3215686275);
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
.indexBook .indexBookLeftBig .bookTransparentLeft {
  position: absolute;
  background-color: #222326;
  top: 0;
  right: 0;
  bottom: 0;
  width: 25%;
}
.indexBook .indexBookLeftBig .bookTransparentLeft h1 {
  color: White;
  padding: 70px 0 0 30px;
}

.testimonial-area-4 {
  overflow: hidden;
}
.testimonial-area-4 > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.bg-shadow-white {
  background-color: rgba(255, 255, 255, 0.4117647059);
  padding: 20px;
}

.banner-img > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.newsletter-group .mc-form .newsletter-btn {
  color: white;
  padding: 10px;
}

.newsletter-group .mc-form .newsletter-btn:hover {
  color: blue !important;
}

.product-area-1 {
  margin-top: 30px;
}
.product-area-1 .section-title-14 {
  margin-top: 0;
}

.banner-19-area {
  padding-top: 30px;
  min-height: 630px;
}
.banner-19-area .banner-inner-content-4 {
  right: unset;
  left: 5%;
}

.home-slider .slide-item.slide-left_center .inner-slide .slide-content .inner-content {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 20px;
}

.newsletter-group.newsletter-3 {
  margin-top: 30px !important;
}

.blog-post-area .section-title-14 {
  margin-top: 30px;
}

.blog-post-area-6 .post-inner-box .post-content-2 .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-post-area-6 .post-inner-box .post-content-2 .content .desc-content {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slider-area .slick-list {
  min-height: 50vh;
  height: 50vh !important;
}
.slider-area .slick-list .slick-track {
  min-height: 50vh;
  height: 50vh !important;
}
.slider-area .slick-list .slick-track .slide-item {
  min-height: 50vh;
  height: 50vh !important;
}

.mainSliderImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner .offcanvas-inner_nav ul li > a {
  text-transform: uppercase;
}

.footer-area-5 .footer-top-area .custom-col-2 .row .col-lg-2 .footer-widgets-area .footer-widgets > ul > li a {
  text-transform: uppercase;
}

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

.langs {
  position: relative;
  display: flex;
  margin-left: 5px;
}
.langs button {
  position: relative;
  color: #3e3e3e;
  background: transparent;
  font-size: 20px;
  padding: 0 13px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: -3px;
}
.langs button:hover {
  opacity: 0.8;
}
.langs .dropdown-menu {
  width: 100%;
  min-width: 100%;
}
.langs .dropdown-item {
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}

.generalFooter .footer-top-area .logo img {
  width: 90%;
}

.sidebar-area .search-box .mc-form .field-checkbox, .filter-body .search-box .mc-form .field-checkbox {
  color: black;
}
.sidebar-area .search-box .mc-form .field-checkbox input[type=checkbox] + label:before, .filter-body .search-box .mc-form .field-checkbox input[type=checkbox] + label:before {
  border: 2px solid black;
}

.theBookMain .sidebar-area .widgets-area > h2.heading > span {
  color: white;
}
.theBookMain .sidebar-area .widgets-area > h2.heading > span:before {
  background-color: white;
}
.theBookMain .filter-body .widgets-area > h2.heading > span {
  color: white;
}
.theBookMain .filter-body .widgets-area > h2.heading > span:before {
  background-color: white;
}
.theBookMain .sidebar-area .widgets-area .widgets-blog-category > li > a {
  color: white;
}
.theBookMain .filter-body .widgets-area .widgets-blog-category > li > a {
  color: white;
}
.theBookMain .sidebar-area .search-newsletter .mc-form .text-box {
  border-color: white;
}
.theBookMain .filter-body .search-newsletter .mc-form .text-box {
  border-color: white;
}
.theBookMain .filter-body .search-newsletter .mc-form .search-btn i {
  color: white;
}
.theBookMain .search-newsletter .mc-form .field-checkbox {
  color: white !important;
}
.theBookMain .search-newsletter .mc-form .field-checkbox input[type=checkbox] + label:before {
  border: 2px solid white !important;
}
.theBookMain form ::placeholder {
  color: white;
}
.theBookMain form [class*=lastudioicon-] {
  color: white;
}
.theBookMain .blackLeftMenu {
  margin-top: 80px;
}
.theBookMain .about-store-area .about-store-title {
  margin-bottom: 45px;
}
.theBookMain .about-store-area .about-store-title .heading {
  line-height: 50px;
}
.theBookMain .about-thumbnail {
  position: relative;
}
.theBookMain .about-thumbnail .bookTransparent {
  position: absolute;
  background-color: rgba(62, 62, 62, 0.6509803922);
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
}
.theBookMain .about-thumbnail .bookTransparentLeft {
  position: absolute;
  background-color: rgba(62, 62, 62, 0.7607843137);
  top: 0;
  right: 0;
  bottom: 0;
  width: 25%;
}
.theBookMain .about-thumbnail .bookTransparentLeft h1 {
  color: White;
  padding: 70px 0 0 30px;
}
.theBookMain .theBookTitle {
  position: relative;
  width: fit-content;
  font-weight: 800;
  color: white;
  text-transform: uppercase;
}
.theBookMain .theBookTitle:before {
  background-color: white;
  width: 50%;
  height: 1px;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
}
.theBookMain .blog-feedback_area {
  padding-top: 45px;
}
.theBookMain .blog-feedback_area > h2.heading {
  font-size: 24px;
  line-height: 33.6px;
  padding-bottom: 25px;
  color: white;
}
.theBookMain .blog-feedback_area > li:not(:last-child) {
  margin-bottom: 30px;
}
.theBookMain .blog-feedback_area > li.user-body {
  display: flex;
}
@media (max-width: 479px) {
  .theBookMain .blog-feedback_area > li.user-body {
    display: block;
    text-align: center;
  }
}
.theBookMain .blog-feedback_area > li.user-body.sub-user_body {
  margin-left: 25px;
}
.theBookMain .blog-feedback_area > li.user-body .user-pic {
  width: 75px;
}
@media (max-width: 479px) {
  .theBookMain .blog-feedback_area > li.user-body .user-pic {
    padding-bottom: 30px;
    width: 100%;
  }
}
.theBookMain .blog-feedback_area > li.user-body .user-content {
  box-shadow: 0 0 10px rgba(251, 248, 248, 0.24);
  border: 1px solid white;
  width: calc(100% - 75px);
  margin-left: 25px;
  padding: 30px;
}
@media (max-width: 479px) {
  .theBookMain .blog-feedback_area > li.user-body .user-content {
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }
}
.theBookMain .blog-feedback_area > li.user-body .user-content > h3 {
  display: flex;
  padding-bottom: 20px;
}
.theBookMain .blog-feedback_area > li.user-body .user-content > h3.user-name > a {
  color: white;
  font-size: 16px;
  line-height: 19.2px;
}
.theBookMain .blog-feedback_area > li.user-body .user-content > h3 .user-meta {
  color: whitesmoke;
  padding-left: 5px;
  font-size: 12px;
  line-height: 21px;
  font-family: "Noto-Light";
  font-weight: 400;
}
.theBookMain .blog-feedback_area > li.user-body .user-content > p.user-feedback {
  border-bottom: 1px solid white;
  font-family: "Noto-Light";
  font-size: 14px;
  line-height: 25.2px;
  padding-bottom: 20px;
  color: whitesmoke;
}
.theBookMain .blog-feedback_area > li.user-body .user-content .reply-btn_wrap {
  padding-top: 10px;
}
.theBookMain .blog-feedback_area > li.user-body .user-content .reply-btn_wrap > a.reply-btn {
  color: white;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  display: inline-block;
  font-family: "Noto-Light";
}
.theBookMain .blog-feedback_area > li.user-body .user-content .reply-btn_wrap > a.reply-btn > span {
  padding-right: 5px;
  vertical-align: middle;
}
.theBookMain .blog-feedback_area > li.user-body .user-content .reply-btn_wrap > a:hover {
  color: blue;
}
.theBookMain .review-body h3 {
  color: white;
}
.theBookMain .review-body form ::placeholder {
  color: black;
}
.theBookMain .review-body form label {
  color: White;
}
.theBookMain .review-body .user-feedback form.feedback-form .group-input label.label-field {
  color: White;
}

.bgContent {
  background-image: linear-gradient(to right, #2c2c2c 50%, white 50%);
  padding-bottom: 0 !important;
}
.bgContent .bgContentLeft {
  background-color: #2c2c2c;
}
.bgContent .bgContentRight {
  background-color: white;
}

.reviews .about-store-area .about-store-title .heading {
  color: #3e3e3e;
}

.reviewsBody .blog-thumbnail {
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .reviewsBody .blog-thumbnail {
    display: block;
  }
}
.reviewsBody .blog-thumbnail img {
  width: 100%;
}
.reviewsBody .blog-thumbnail .date-post {
  position: absolute;
  height: 70px;
  width: 70px;
  background-color: rgba(35, 35, 35, 0.9);
  opacity: 0.9;
  display: grid;
  justify-content: center;
  bottom: 0;
  right: 0;
  padding: 10px 0;
  text-align: center;
  font-family: "Noto-Light";
}
@media (max-width: 479px) {
  .reviewsBody .blog-thumbnail .date-post {
    height: 50px;
    width: 50px;
  }
}
.reviewsBody .blog-thumbnail .date-post span {
  color: #3e3e3e;
}
.reviewsBody .blog-thumbnail .date-post .day-post {
  font-size: 21px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .reviewsBody .blog-thumbnail .date-post .day-post {
    font-size: 16px;
    line-height: 16px;
  }
}
.reviewsBody .blog-thumbnail .date-post .month-post {
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 479px) {
  .reviewsBody .blog-thumbnail .date-post .month-post {
    font-size: 10px;
    line-height: 10px;
  }
}
.reviewsBody .blog-thumb-content {
  background-color: #f9f9f9;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
  pointer-events: none;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.reviewsBody .blog-thumb-content .format-content {
  padding: 30px;
  width: 100%;
}
@media (max-width: 479px) {
  .reviewsBody .blog-thumb-content .format-content {
    padding: 15px;
  }
}
.reviewsBody .blog-thumb-content .format-content .quote-content {
  font-size: 26px;
  line-height: 1.7;
  font-family: "Noto-Light";
  letter-spacing: 3px;
  width: 100%;
  font-weight: 600;
  margin: 10px auto 15px;
  color: #3e3e3e;
}
@media (max-width: 1199px) {
  .reviewsBody .blog-thumb-content .format-content .quote-content {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
}
@media (max-width: 479px) {
  .reviewsBody .blog-thumb-content .format-content .quote-content {
    font-size: 20px;
    line-height: 1.4;
    margin: 10px auto 12px;
    letter-spacing: 1px;
  }
}
.reviewsBody .blog-thumb-content .format-content .quote-content:before {
  content: "\ea7a";
  font-family: LaStudioIcons;
  font-size: 30px;
  line-height: 1;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .reviewsBody .blog-thumb-content .format-content .quote-content:before {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.reviewsBody .blog-thumb-content .format-content .quote-author {
  font-family: "Noto-Light";
  font-style: italic;
  font-size: 16px;
  color: #3e3e3e;
}
@media (max-width: 479px) {
  .reviewsBody .blog-thumb-content .format-content .quote-author {
    font-size: 12px;
    line-height: 12px;
  }
}
.reviewsBody .blog-thumb-content .format-content .quote-author:before {
  content: "";
  width: 50px;
  border-top: 2px solid;
  display: block;
  margin: 0 auto 12px;
  opacity: 0.3;
}
@media (max-width: 479px) {
  .reviewsBody .blog-thumb-content .format-content .quote-author:before {
    margin: 0 auto 10px;
  }
}
.reviewsBody .blog-wrapper {
  width: 100%;
}
.reviewsBody .blog-thumbnail-quote .blog-inner-box .blog-thumb-content {
  margin-bottom: 0px;
}
.reviewsBody .blog-thumbnail-quote-2 .blog-thumb-content {
  background-color: white;
}
.reviewsBody .slideInUp {
  width: 100%;
  margin-bottom: 40px;
}
.reviewsBody .blog-inner-box .hover-style {
  padding: 20px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.reviewsBody .blog-inner-box .hover-style img {
  display: block;
  max-width: 200px;
  height: 200px;
  object-fit: cover;
  width: unset;
}
.reviewsBody .reviewsBodyFirst {
  background-color: white;
}
.reviewsBody .reviewsBodyFirst .blog-thumbnail-quote .blog-inner-box .blog-thumb-content .format-content {
  background-color: white;
}
.reviewsBody .reviewsBodySecond {
  background-color: #f9f9f9;
}

.verticalMiddle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

#map {
  width: 100%;
  height: 400px;
}

.blogMain .blogArticle {
  font-size: 18px;
  padding: 0px 20px 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  min-height: 115px;
}
.blogMain .blog-inner-box .blog-content .blog-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: 10px;
  line-height: 26px;
  padding-top: 15px;
}
.blogMain .blog-inner-box .blog-content {
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.blogMain .blog-inner-box .blog-content .read-more {
  margin-top: 10px;
}
.blogMain .blog-inner-box .blog-content .read-more a {
  font-size: 14px;
}
.blogMain .blogMidImage {
  min-height: 265px;
  height: 265px;
  max-height: 265px;
}

.blogDetailsMain .blogMidImage {
  min-height: 265px;
  height: 265px;
  max-height: 265px;
}
.blogDetailsMain .blogDetailsBottomSlider {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.blogDetailsMain .blogDetailsBottomSlider a {
  padding-top: 20px !important;
}

.feedbackBtn {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}
.feedbackBtn a {
  color: #2c2c2c;
  border-color: #2c2c2c !important;
}
.feedbackBtn a:hover {
  border-color: #dda973 !important;
}

.askBook {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}
.askBook button {
  font-size: 12px !important;
}

.modalContact .contact-form .form-group {
  margin-bottom: 20px;
}
.modalContact .contact-form .form-group > input.input-field {
  width: 100%;
  height: 70px;
  padding: 20px;
}
.modalContact .contact-form .form-group > input.input-field::placeholder {
  color: #3e3e3e;
  opacity: 1;
}
.modalContact .contact-form .form-group > textarea.textarea-field {
  width: 100%;
  height: 150px;
  padding: 20px;
}
.modalContact .contact-form .form-group > textarea.textarea-field::placeholder {
  color: #3e3e3e;
  opacity: 1;
}
.modalContact .contact-form .form-group.group-input {
  display: flex;
}
@media (max-width: 575px) {
  .modalContact .contact-form .form-group.group-input {
    display: block;
  }
}
.modalContact .contact-form .form-group.group-input > input[class*=input-field]:first-child {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .modalContact .contact-form .form-group.group-input > input[class*=input-field]:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.modalContact .contact-form .form-group.inquiry-field .nice-select {
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 20px;
}
.modalContact .contact-form .form-group.inquiry-field .nice-select:focus {
  border: 1px solid #3e3e3e;
}
.modalContact .contact-form .form-group .contact-form_btn {
  background-color: #3e3e3e;
  color: #fff;
  height: 60px;
  line-height: 60px;
  width: 150px;
}
.modalContact .contact-form .form-group .contact-form_btn:hover {
  background-color: blue;
}

.shopMain .shopSlider .shopSliderSup {
  position: absolute;
  width: 100%;
  height: 100%;
}
.shopMain .shopSlider .shopSliderSup > img {
  position: absolute;
  width: 0;
  height: 0;
}
.shopMain .free-banner-wrapper {
  background: #3e3e3e;
}
.shopMain .free-button a {
  background-color: blue;
}
.shopMain .free-banner-wrapper .free-banner-content .free-banner-heading {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
}
.shopMain .free-banner-wrapper .free-banner-style {
  max-height: 136px;
  height: 136px;
  min-height: 136px;
}
.shopMain .free-banner-wrapper .free-banner-style img {
  max-height: 136px;
  height: 136px;
  min-height: 136px;
}
.shopMain .shopBannerImg > img {
  position: absolute;
  width: 0;
  height: 0;
}
.shopMain .shopBannerImgTwo > img {
  position: absolute;
  width: 0;
  height: 0;
}
.shopMain .blogMidImage {
  min-height: 265px;
  height: 265px;
  max-height: 265px;
}
.shopMain .single-category-one .category-image img {
  max-height: 191px;
  height: 191px;
  min-height: 191px;
}

.myaccount-orders .table td img, .myaccount-orders .table th img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}

.wishlist-content table td.mgana-product-thumbnail img {
  width: 100px;
  height: unset;
}

.orderDetailsDetails {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.cart-content table td.mgana-product-thumbnail img {
  width: 200px;
  height: unset;
}

.global-overlay.overlay-open {
  cursor: alias;
}

.blog-area-wrapper #blogAll .blog-inner-box .blog-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.blogDetailsImage {
  width: 300px;
  height: 200px;
  object-fit: cover;
}

.blogCounts {
  position: absolute;
  right: 15px;
  bottom: 0;
  background-color: rgba(35, 35, 35, 0.9);
  height: 70px;
  width: 70px;
  opacity: 0.9;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
}
.blogCounts span {
  color: white;
  font-size: 21px;
}

.sidebar-area .widgets-area .widgets-blog-post-area .single-sidebar-post .sidebar-post-img img, .filter-body .widgets-area .widgets-blog-post-area .single-sidebar-post .sidebar-post-img img {
  width: 80px;
  height: 60px;
  object-fit: cover;
}

.sidebar-area .widgets-area .widgets-blog-post-area .single-sidebar-post .sidebar-post-content a, .filter-body .widgets-area .widgets-blog-post-area .single-sidebar-post .sidebar-post-content a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogDetailsContent {
  min-height: 115px;
}

.reviewsContent {
  width: 80% !important;
}

.user-pic-image {
  width: 72px;
  height: 89px;
  object-fit: cover;
}

#indexBlog .blogMidImage {
  min-height: 265px;
  height: 265px;
  max-height: 265px;
}
#indexBlog .blogMidImage img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
#indexBlog .content {
  height: 120px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#indexReviews img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  object-position: center;
}

.registerReset {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.modal-wrapper .modal-dialog .modal-content .modal-body .close {
  right: -15px;
  top: -15px;
}

.single-product-main-area .product-summery .product-head .product-title {
  padding-left: 0;
}

#modalProductDetailsData .slick-slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#modalProductDetailsData .slick-slide img {
  height: 30vw;
  width: 30vw;
  object-fit: cover;
}

.border-button {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.productDetailsPrice {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: center;
  align-items: center;
}
.productDetailsPrice .regular-old-price {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 15px;
  margin-left: 10px;
}

#categoriesUl a.active {
  color: blue;
}

.indexBook .indexBookMid .textSection {
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.slider-content-14 {
  padding: 0 15px;
}

.testimonial-area-4 .client-info {
  width: 100%;
}
.testimonial-area-4 .client-info .feedback, .testimonial-area-4 .client-info .img-area, .testimonial-area-4 .client-info .client-name {
  width: 100%;
}

.testimonial-area-4 .feedback {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 111px;
}

.testimonial-area-4 > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.product-item .single-product .product-img > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.product-item .single-product .product-img > a > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.product-item .single-product .product-content .product-desc_info h3.product-name {
  line-height: 20px;
  font-size: 18px;
  height: 44px;
}
.product-item .single-product .product-content .product-desc_info h3.product-name > a {
  line-height: 20px;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-item .single-product .product-img {
  height: 20vw;
}

.banner-19-area .banner-inner-content-4 {
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -webkit-flex-direction: unset;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.banner-19-area .banner-inner-content-4 .content-wrapper .large-title {
  line-height: 140px;
}
.banner-19-area .banner-inner-content-4 .content-wrapper .small-title-3 {
  line-height: 170px;
}
.banner-19-area .banner-inner-content-4 .content-wrapper .small-title-2 {
  line-height: 36px;
}

.banner-img > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.newsletter-group .mc-form .field-checkbox .label-checkbox {
  color: #c9c9c9;
}

#indexBlog .post-inner-box .post-thumbnail {
  height: 14vw;
}
#indexBlog .post-inner-box .post-thumbnail .blogMidImage {
  width: 100%;
  height: 100%;
  display: inline-block;
  min-height: unset;
  max-height: unset;
}
#indexBlog .post-inner-box .post-thumbnail .blogMidImage > img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}

#indexBlog .post-inner-box .post-content-2 .post-title > h4 > a {
  font-size: 22px;
  line-height: 22px;
  height: 69px;
}
#indexBlog .post-inner-box .post-content-2 .content {
  height: 124px;
  margin-bottom: 10px;
}
#indexBlog .post-inner-box .post-content-2 .content .desc-content {
  height: 124px;
  display: inline-block;
  margin-bottom: 0;
}
#indexBlog .post-inner-box .post-content-2 .content .desc-content > span {
  height: 124px;
}

.footer-area-5 .custom-col-1 .footer-widgets-area .logo > a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer-area-5 .custom-col-1 .footer-widgets-area .logo > a img {
  width: 230px;
}

.mobile-footer .mobile-footer-nav > li {
  padding: 0;
}
.mobile-footer .mobile-footer-nav > li > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding: 20px 0;
  width: 100%;
  height: 100%;
}
.mobile-footer .mobile-footer-nav > li > a .badge {
  top: 12px;
  right: 42%;
  width: 15px;
  height: 15px;
  line-height: 10px;
  font-size: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.generalFooter .footer-top-area .logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.generalFooter .footer-top-area .logo > a {
  width: 80%;
  height: fit-content;
}
.generalFooter .footer-top-area .logo > a img {
  width: 100%;
  height: auto;
}

.footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row {
  margin: 0;
}

.main-header-area {
  background: #ffffff;
  border-bottom: 1px solid #ebebeb;
}
.main-header-area.active {
  border-bottom: none;
}

.main-nav > ul > li > a {
  cursor: pointer;
}

.about-area.theBookMain.reviews .about-store-area .row {
  margin: 0;
}

.about-area.theBookMain .about-store-area .container-fluid .row .col-lg-12 .about-store-wrapper .desc-content {
  width: 100%;
}

.about-area.theBookMain .about-store-area .mgana-btn.mgana-btn-13.border-13 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.about-area.theBookMain .about-store-area .mgana-btn.mgana-btn-13.border-13 > i {
  font-size: 11px;
  margin-left: 5px;
}

.footer-area-5.d-block .footer-top-area .container-fluid .row {
  margin-left: 0;
  margin-right: 0;
}

.indexFooterArea .footer-top-area .container-fluid .row.align-items-center .custom-col-1, .indexFooterArea .footer-top-area .container-fluid .row.align-items-center .custom-col-2 {
  padding-left: 0;
  padding-right: 0;
}

.contact-us_area .contact-form-content .contact-form .form-group.inquiry-field .nice-select {
  border-radius: 0;
}
.contact-us_area .contact-form-content .contact-form .form-group.inquiry-field .nice-select .list > li {
  margin-left: 0;
}

.blogMain .blog-inner-box .blog-content .blog-title a {
  height: 72px;
}

.blogMain .blogArticle {
  height: 88px;
  min-height: unset;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  margin-bottom: 10px;
}
.blogMain .blogArticle > span {
  height: 100%;
}

.blog-area-wrapper .blog-inner-box .blog-content .blog-title a {
  font-size: 22px;
}

.main-header .container-fluid .row .col-lg-12 .row.align-items-center .col-xl-8 {
  -ms-flex: 0 0 60%;
  flex: 0 0 60.666667%;
  max-width: 60.666667%;
  padding: 0;
}

.main-header .container-fluid .row .col-lg-12 .row.align-items-center > div:last-child {
  -ms-flex: 0 0 22.666667%;
  flex: 0 0 22.666667%;
  padding: 0;
}

.shop-product-wrap.grid .product-item .single-product .product-content .product-desc_info > h3.product-name {
  padding-bottom: 0;
}

#modalProductDetailsData .slick-slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#modalProductDetailsData .slick-slide > img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  height: unset;
  width: unset;
}

#modalProductDetails {
  padding-right: 0 !important;
}

#modalProductDetailsData {
  flex-direction: row;
  align-content: center;
  align-items: center;
}

.social-link.with-radius-2 > ul > li > a {
  line-height: 25px;
}

.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown > li {
  margin-left: 0;
}

.modal.fade .modal-content .slick-list.draggable {
  height: 500px !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
}
.modal.fade .modal-content .slick-list.draggable .slick-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  height: 100%;
}
.modal.fade .modal-content .slick-list.draggable .single-blog-image {
  height: 100%;
}

.shopDetails .single-product-main-area .product-details-img .slick-list.draggable .slick-track {
  height: 500px;
}
.shopDetails .single-product-main-area .product-details-img .slick-list.draggable .slick-track .single-image {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.shopDetails .single-product-main-area .product-details-img .slick-list.draggable .slick-track .single-image > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.shopDetails .single-product-tab-area #description .desc-body .inner-img {
  height: 26vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.shopDetails .single-product-tab-area #description .desc-body .inner-img > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.shopDetails .single-product-tab-area #ingredients .desc-body .inner-img {
  height: 26vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.shopDetails .single-product-tab-area #ingredients .desc-body .inner-img > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.gallery-item2:hover {
  cursor: pointer;
}

.single-product-main-area .vertical-tab .pd-slider-nav .single-thumb.slick-active.first-active img {
  border: none;
}

.single-product-main-area .vertical-tab .pd-slider-nav .single-thumb.slick-slide.slick-current.slick-active img {
  border: 1px solid #454545;
}

.lg-toolbar .lg-download:after {
  font-family: "FontAwesome";
  content: "\f019";
}

.lg-toolbar .lg-close:after {
  font-family: "FontAwesome";
  content: "\f057";
}

.shopDetails .single-product-main-area .slick-list.draggable .slick-track .single-thumb.slick-slide {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.shopDetails .single-product-main-area .slick-list.draggable .slick-track .single-thumb.slick-slide > img {
  max-width: 100%;
  max-height: 7vw;
  min-height: 7vw;
  object-fit: contain;
}

.shopDetails {
  margin-top: 50px;
}

.product-summery .price-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start !important;
  margin-top: 15px;
  width: 100%;
}

.shopDetails .single-product-main-area .product-details-img .slick-list.draggable {
  height: 27vw !important;
}
.shopDetails .single-product-main-area .product-details-img .slick-list.draggable .slick-track {
  height: 100% !important;
}

.shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel {
  width: 18%;
}
.shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel .slick-list.draggable {
  width: 100%;
  height: 100% !important;
}
.shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel .slick-list.draggable .slick-track {
  width: 100%;
}
.shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel .slick-list.draggable .slick-track .single-thumb.slick-slide {
  width: 100% !important;
}

.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img {
  height: 21vw;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img > a > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .product-desc_info > h3.product-name {
  padding-bottom: 20px;
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .product-desc_info > h3.product-name > a {
  padding-bottom: 0;
}

.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content {
  width: calc(100% - 400px);
}
.shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .add-actions-2 {
  margin-top: 30px;
}

.add-to_cart > a.border-button {
  font-size: 16px;
  line-height: 16px;
  height: auto;
  padding: 17px;
}

.shopMain .free-banner-wrapper .free-banner-style {
  height: 100%;
  max-height: unset;
  min-height: unset;
  width: 240px;
}
.shopMain .free-banner-wrapper .free-banner-style img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: unset;
  max-height: unset;
}

.free-banner-wrapper .free-button .mgana-btn {
  width: auto;
  height: auto;
  line-height: 16px;
  padding: 22px 25px;
  margin-right: 50px;
}

.single-category-one {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.single-category-one .category-image {
  width: 100%;
  height: 100%;
  display: block;
  margin-bottom: 0;
}
.single-category-one .category-image > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.single-category-one .category-image > a > img {
  max-height: unset !important;
  min-height: unset !important;
  max-width: unset;
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}

.shopMain .product-category-area .slick-list.draggable .slick-track {
  margin-bottom: 32px;
  height: 250px;
}

.shopMain .new-arrival-area .new-arrival-content .arrival-button > a.mgana-btn {
  width: auto;
  height: auto;
  line-height: 16px;
  padding: 17px 22px;
}

.newsletter-group {
  height: auto;
  padding: 40px 0;
}

.blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-thumbnail {
  height: 14vw;
  width: 100%;
}
.blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-thumbnail .blogMidImage {
  min-height: unset;
  height: 100%;
  max-height: unset;
  width: 100%;
}
.blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-thumbnail .blogMidImage > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-content.blogDetailsBottomSlider .post-title > h4 > a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 40px;
  height: 60px;
  max-height: 60px;
  min-height: 60px;
  margin-bottom: 18px;
  margin-top: 10px;
  line-height: 28px;
  font-size: 24px;
}

.shopMain .hereabout-content .hereabout-btn .mgana-btn {
  width: fit-content;
  height: auto;
  line-height: 24px;
  font-size: 16px;
  padding: 18px 40px;
}

.brand-logo-area .slick-list.draggable .slick-track .single-brand-item .brand-item {
  height: 14vw;
}
.brand-logo-area .slick-list.draggable .slick-track .single-brand-item .brand-item > a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.brand-logo-area .slick-list.draggable .slick-track .single-brand-item .brand-item > a > img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.blogMain .blog-inner-box .blog-content {
  padding-bottom: 50px;
}

.blog-area-wrapper {
  border-top: none !important;
}

.sidebar-area .search-box .mc-form .search-btn, .filter-body .search-box .mc-form .search-btn {
  width: 59px;
  height: 59px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0 !important;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  font-size: 18px;
  line-height: 30px;
  padding: 0;
}

.blogDetailsMain .slick-list.draggable .blog-post-wrapper.slick-slide .post-inner-box .post-thumbnail {
  height: 15vw;
  width: 100%;
}
.blogDetailsMain .slick-list.draggable .blog-post-wrapper.slick-slide .post-inner-box .post-thumbnail .blogMidImage {
  width: 100%;
  height: 100%;
  min-height: unset;
  max-height: unset;
}
.blogDetailsMain .slick-list.draggable .blog-post-wrapper.slick-slide .post-inner-box .post-thumbnail .blogMidImage .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-area-wrapper.blogDetailsMain .single-blog-post-carousel .blog-post-wrapper .post-inner-box .post-content .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 20px;
  margin-bottom: 10px;
  line-height: 26px;
  padding-top: 15px !important;
  height: 72px;
  font-size: 22px;
}

.account-page-area {
  border-top: none !important;
}

.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list .minicart-product .product-item_img {
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.offcanvas-minicart_wrapper .offcanvas-menu-inner .minicart-content .minicart-list .minicart-product .product-item_img .img-full {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

#basketList > tr {
  max-height: 200px;
}
#basketList > tr .mgana-product-thumbnail {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#basketList > tr .mgana-product-thumbnail > a {
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
#basketList > tr .mgana-product-thumbnail > a > img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.about-area.theBookMain .about-store-area .about-thumbnail.hover-style .bookTransparentLeft > h1 {
  font-size: 32px;
}

.about-area.theBookMain .about-store-area .desc-content .slide-btn.askBook > button {
  height: auto;
  line-height: 14px;
  font-size: 14px !important;
  width: auto;
  padding: 15px 25px 15px 25px;
}

.footer-area-5 .footer-top-area .custom-col-2 .row .col-lg-5 .footer-widgets-area .footer-widgets > ul > li > a {
  text-transform: initial;
}

.footer-area .footer-top-area .custom-col-2 .row .col-lg-4:last-child .footer-widgets-area .footer-widgets > ul > li > a {
  text-transform: initial;
}

.footer-area .footer-top-area .custom-col-2 .row .col-lg-2 .footer-widgets-area .footer-widgets > ul > li > a {
  text-transform: uppercase;
}

.fixed-wrapper .main-site .slider-area .mgana-element-carousel .slick-list.draggable .slick-track .slide-btn .mgana-btn {
  height: auto;
  line-height: 14px;
  width: auto;
  font-size: 14px;
  padding: 15px 25px;
}

.shopMain .slider-area .slick-list.draggable .slick-track .shopSliderSup .slide-btn .mgana-btn {
  height: auto;
  line-height: 14px;
  font-size: 14px;
  width: auto;
  padding: 15px 33px;
}

.blog-area-wrapper.blog-3-column-wrapper.blogMain #blogAll .blog-wrapper .blog-inner-box .blog-thumbnail {
  width: 100%;
  height: 15vw;
}
.blog-area-wrapper.blog-3-column-wrapper.blogMain #blogAll .blog-wrapper .blog-inner-box .blog-thumbnail > a {
  min-height: unset;
  max-height: unset;
  height: 100%;
  width: 100%;
}
.blog-area-wrapper.blog-3-column-wrapper.blogMain #blogAll .blog-wrapper .blog-inner-box .blog-thumbnail > a .img-fluid {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cart-content table td.mgana-product-name > a {
  font-size: 17px;
}

.cart-content table td.mgana-product-name {
  max-width: 300px;
}

.account-page-area .myaccount-tab-content .wishlist-content.table-responsive-md .table .mgana-product-thumbnail {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.account-page-area .myaccount-tab-content .wishlist-content.table-responsive-md .table .mgana-product-thumbnail > a {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.account-page-area .myaccount-tab-content .wishlist-content.table-responsive-md .table .mgana-product-thumbnail > a > img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.account-page-area .myaccount-tab-content .wishlist-content.table-responsive-md .table .mgana-product-name > a {
  font-size: 16px;
}

.account-page-area .myaccount-tab-content .wishlist-content.table-responsive-md .table > thead .mgana-product-stock-status {
  min-width: 140px;
}

.account-page-area .myaccount-tab-content .wishlist-content.table-responsive-md .table > thead .mgana-product-price {
  min-width: 100px;
}

.shopMain .mgana-cart_area .cart-content .table > thead .mgana-product-price {
  min-width: 100px;
}

.otherPages .faq-content-wrapper {
  margin-top: 0;
}

.otherPages .desc-content h2 {
  font-size: 25px;
  margin-bottom: 20px;
}
.otherPages .desc-content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
}

input[type=checkbox] + label > a {
  text-transform: lowercase;
  line-height: 20px;
  font-size: 14px;
}

.newsletter-group .mc-form .field-checkbox .label-checkbox > a {
  text-transform: lowercase;
  font-size: 14px;
  line-height: 20px;
  color: #c9c9c9;
}

.indexBook .indexBookMid .textSection .theBookTitle {
  font-weight: bold;
}

.theBookMain .search-newsletter .mc-form .field-checkbox a {
  color: white !important;
}

a {
  text-transform: initial;
}

#indexBlog .post-inner-box .post-content-2 .post-title > h4 {
  padding: 20px 0 5px 0;
}
#indexBlog .post-inner-box .post-content-2 .post-title > h4 > a {
  font-weight: 600;
  height: 56px;
  line-height: 27px;
  padding: 0;
}

#indexBlog .post-inner-box .post-content-2 .post-title {
  margin-bottom: 8px;
}

#indexBlog .post-inner-box .post-content-2 .content {
  height: 129px;
}
#indexBlog .post-inner-box .post-content-2 .content .desc-content {
  font-size: 16px;
  line-height: 21px;
  height: 129px;
}
#indexBlog .post-inner-box .post-content-2 .content .desc-content > div {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer-area-5 .footer-widgets-area .footer-widgets ul li a:hover {
  color: blue;
}

.shopMain .product-tab-area .tab-section_area .product-tab .nav.product-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.shopMain .product-tab-area .tab-section_area .product-tab .nav.product-menu > li {
  padding: 5px 0;
}

/*
#shopTabContent .tab-pane .slick-list.draggable .slick-track{
    width:100% $i;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}*/
.about-area.theBookMain.reviews .about-store-area .container-fluid .row .col-lg-9.order-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.otherPages .container .row .faq-content-wrapper .desc-content ul {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px;
  list-style-type: disc;
  padding-left: 50px;
}
.otherPages .container .row .faq-content-wrapper .desc-content a {
  word-wrap: anywhere;
}

.footer-area-5 .footer-bottom-area .copyright a:hover {
  color: blue;
}

.footer-area-5 .footer-bottom-area .container-fluid .row .text-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.footer-area-5 .footer-bottom-area .container-fluid .row .text-center .footerOtherPages {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ebebeb;
}
.footer-area-5 .footer-bottom-area .container-fluid .row .text-center .footerOtherPages span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-area-5 .footer-bottom-area .container-fluid .row .text-center .footerOtherPages a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer-area-5 .footer-bottom-area .container-fluid .row .text-center .footerOtherPages .dotArea {
  margin: 0 5px;
}
.footer-area-5 .footer-bottom-area .container-fluid .row .text-center .footerOtherPages .othersSubText > a {
  text-decoration: underline;
}
.footer-area-5 .footer-bottom-area .container-fluid .row .text-center .footerOtherPages .othersSubText > a:hover {
  text-decoration: none;
}

.footer-area-5 .footer-top-area .custom-col-2 .row .col-lg-5 .footer-widgets-area .footer-widgets > ul > li > a {
  width: fit-content;
}

.footer-area-5 .footer-top-area .custom-col-2 .row > div:first-child {
  padding-left: 0;
}
.footer-area-5 .footer-top-area .custom-col-2 .row > div:last-child {
  padding-right: 0;
}

.footer-area .footer-bottom-area .container-fluid .row.align-items-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.footer-area .footer-bottom-area .container-fluid .row.align-items-center .footerOtherPages {
  margin: 0 15px;
  padding: 0 15px;
  border-left: 1px solid #454545;
  border-right: 1px solid #454545;
  color: #ababab;
}
.footer-area .footer-bottom-area .container-fluid .row.align-items-center .footerOtherPages span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ababab;
}
.footer-area .footer-bottom-area .container-fluid .row.align-items-center .footerOtherPages a {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ababab;
}
.footer-area .footer-bottom-area .container-fluid .row.align-items-center .footerOtherPages a:hover {
  color: white;
}
.footer-area .footer-bottom-area .container-fluid .row.align-items-center .footerOtherPages .dotArea {
  margin: 0 5px;
}
.footer-area .footer-bottom-area .container-fluid .row.align-items-center .footerOtherPages .othersSubText > a {
  text-decoration: underline;
}
.footer-area .footer-bottom-area .container-fluid .row.align-items-center .footerOtherPages .othersSubText > a:hover {
  text-decoration: none;
}

.footer-area-1 .footer-bottom-area .align-items-center .copyright a:hover:hover {
  color: black;
}

.footer-area .footer-top-area .custom-col-2 .row .col-lg-4:last-child .footer-widgets-area .footer-widgets > ul > li > a {
  width: fit-content;
}

.footer-area .footer-top-area .custom-col-2 .row .col-lg-2 .footer-widgets-area .footer-widgets > ul > li > a {
  width: fit-content;
}

.footer-area-5 .footer-top-area .custom-col-2 .row .col-lg-2 .footer-widgets-area .footer-widgets > ul > li a {
  width: fit-content;
}

.generalFooter .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row > div:first-child {
  padding-left: 0;
}
.generalFooter .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row > div:last-child {
  padding-right: 0;
}

.footer-area-1 .custom-col-1 {
  padding: 0;
}

.border-button:hover {
  border: 1px solid #FF6060;
}

.your-order .your-order-table table .order-total td .amount {
  /*display:flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-width:130px;*/
}

.your-order .your-order-table table .cart_item td .amount {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-width: 130px;
}

.nice-select {
  border-radius: 0;
}

.nice-select .list {
  border-radius: 0;
}

.relative {
  position: relative;
}

@keyframes rotate-360 {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#preloaderPrivate {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F5F5F5;
  z-index: 99999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.loader-ring {
  margin: 60px/-2 0 0 60px/-2;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e8e8e8;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s linear;
  box-shadow: 7px 7px 15px #bbcfda, -4px -4px 13px #ffffff, inset 4px 4px 8px rgba(209, 217, 230, 0.35), inset -8px -8px 8px rgba(255, 255, 255, 0.3);
  z-index: 999999;
}

.loader-ring-light {
  width: 70px;
  height: 70px;
  border-radius: 60px;
  box-shadow: 0 4px 0 blue inset;
  animation: rotate-360 2s linear infinite;
}

.preloaderPrivate {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}
.preloaderPrivate span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: blue;
  animation: preloader 1.3s linear infinite;
}
.preloaderPrivate span:last-child {
  animation-delay: -0.8s;
}

#preloaderPrivateModal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F5F5F5;
  z-index: 99999999;
}

.preloaderPrivateModal {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.preloaderPrivateModal span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  background: blue;
  animation: preloader 1.3s linear infinite;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.preloaderPrivateModal span:last-child {
  animation-delay: -0.8s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.9;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel {
  height: fit-content;
}

.shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel .slick-list.draggable {
  max-height: 25vw !important;
}

.newsletter-group .mc-form .field-checkbox .label-checkbox > a {
  text-decoration: underline;
}
.newsletter-group .mc-form .field-checkbox .label-checkbox > a:hover {
  text-decoration: none;
}

input[type=checkbox] + label > a {
  text-decoration: underline;
}
input[type=checkbox] + label > a:hover {
  text-decoration: none;
}

.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li:first-child > ul.ps-dropdown {
  /*width: 104px;
  min-width: 104px;
  max-width: 104px;*/
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li:first-child > ul.ps-dropdown > li > a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li:last-child > ul.ps-dropdown {
  /*width: 181px;
  min-width: 181px;
  max-width: 181px;*/
}
.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li:last-child > ul.ps-dropdown > li > a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.notFoundArea {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.notFoundArea .textArea {
  margin-top: 50px;
}

#allShop {
  margin-bottom: 80px;
}

.header-logo img {
  width: 350px;
}

.mobile-footer {
  height: 58px;
  min-height: 58px;
  max-height: 58px;
}

.otherPages .container .row .faq-content-wrapper .desc-content {
  word-wrap: anywhere;
}

.header-11 .fixed-main_header .header-logo img {
  width: 250px;
  height: 77px;
  min-height: 77px;
  max-height: 77px;
}

.dropdown-menu {
  z-index: 10;
}

.leftNewsletterArea .search-box .mc-form .text-box, .filter-body .search-box .mc-form .text-box {
  width: 100%;
  padding: 15px 40px 15px 20px;
  background: transparent;
  font-size: 14px;
  line-height: 28px;
  color: inherit;
  display: inline-block;
  min-height: 30px;
  border: 1px solid #e5e5e5;
  vertical-align: middle;
}

.leftNewsletterArea .search-box, .filter-body .search-box {
  position: relative;
}

.leftNewsletterArea .search-box .mc-form, .filter-body .search-box .mc-form {
  position: relative;
  width: 100%;
}

.leftNewsletterArea .search-box .mc-form .search-btn, .filter-body .search-box .mc-form .search-btn {
  width: 59px;
  height: 59px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0 !important;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
  font-size: 18px;
  line-height: 30px;
  padding: 0;
}

.leftNewsletterArea .search-box .mc-form .field-checkbox, .filter-body .search-box .mc-form .field-checkbox {
  color: black;
}

.leftNewsletterArea .search-box .mc-form .field-checkbox input[type=checkbox] + label:before, .filter-body .search-box .mc-form .field-checkbox input[type=checkbox] + label:before {
  border: 2px solid black;
}

.leftNewsletterArea .search-newsletter .mc-form .text-box, .filter-body .search-newsletter .mc-form .text-box {
  border-color: #000;
}

.standartPageTitle {
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}

.shopMain .free-banner-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-content: center;
  align-items: center;
}
.shopMain .free-banner-wrapper .free-banner-content {
  width: calc(100% - 536px);
}
.shopMain .free-banner-wrapper .free-banner-content .free-banner-heading {
  margin-left: 50px;
}

.mobileProductsDetails {
  display: none;
}

.shop-main_content {
  padding-top: 20px;
}

#mobileMenus ::placeholder {
  color: white;
  opacity: 1;
}
#mobileMenus .sidebar-area {
  width: calc(100% - 60px);
  margin-left: 30px;
}
#mobileMenus .sidebar-area .search-box .mc-form .search-btn > i, #mobileMenus .filter-body .search-box .mc-form .search-btn > i {
  color: White;
}
#mobileMenus .sidebar-area .widgets-area > h2.heading > span, #mobileMenus .filter-body .widgets-area > h2.heading > span {
  color: white;
}
#mobileMenus a {
  color: White !important;
}
#mobileMenus .price-filter .ui-slider-range {
  background-color: white;
}
#mobileMenus .price-filter .price-slider-amount .label-input input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: inherit;
  padding-left: 5px;
  width: 99px;
  color: white;
}
#mobileMenus .price-filter .price-slider-amount .label-input label {
  color: white;
}
#mobileMenus .price-filter .price-slider-amount .filter-btn {
  border: 2px solid white;
  color: white;
}

.mobilesMenuFilter {
  display: none !important;
}

.shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul.ps-dropdown {
  z-index: 10;
}

/********************** Cookie Begin ********************/
#cookieModal .privateModal {
  max-width: 621px !important;
  transition: max-height 0.15s ease-out;
}
#cookieModal .privateModal .modal-header {
  border: 0;
  padding: 1rem;
  padding-top: 2rem;
  justify-content: center;
}
#cookieModal .privateModal .modal-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  padding: 30px;
}
#cookieModal .privateModal .modal-body .cookie h1 {
  color: blue;
  font-size: 20px;
}
#cookieModal .privateModal .modal-body .cookie p {
  margin-top: 20px;
  font-size: 12px;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle {
  width: 100%;
  display: none;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li {
  margin-top: 10px;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li:first-child {
  margin-top: 0;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li input[type=checkbox] + label {
  position: relative;
  padding-left: 37px;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li input[type=checkbox] + label:before {
  width: 30px;
  height: 30px;
  border-radius: 0.3rem;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li input[type=checkbox] + label:after {
  font-size: 20px;
  line-height: 30px;
  width: 30px;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li h2 {
  color: blue;
  font-size: 14px;
}
#cookieModal .privateModal .modal-body .cookie .cookieAlle li p {
  margin-top: 5px;
  font-size: 12px;
}
#cookieModal .privateModal .modal-body .cookie .cookieBottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
#cookieModal .privateModal .modal-body .cookie .cookieBottom button {
  width: 48%;
  border-radius: 0.3rem;
}
#cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieDetailsBtnSave, #cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieDetailsBtn {
  background-color: transparent;
  color: #858585;
  border: 1px solid #858585;
}
#cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieDetailsBtnSave:hover, #cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieDetailsBtn:hover {
  background-color: #858585;
  color: white;
  border: 1px solid #858585;
}
#cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieDetailsBtnSave {
  display: none;
}
#cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieSave {
  background-color: blue;
  border: 1px solid transparent;
}
#cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieSave:hover {
  background-color: #d3633c;
  color: #dedede;
  border: 1px solid #d3633c;
}

/********************** Cookie End ********************/
.footerPayment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.footerPayment h3 {
  color: #1a1a1a;
  font-size: 18px;
  letter-spacing: normal;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 15px;
}
.footerPayment ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footerPayment ul li {
  width: 65px;
  height: 47px;
  margin: 0 5px 5px 0;
  border-radius: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ebebeb;
  padding: 10px;
}
.footerPayment ul li img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  min-height: 47px;
}

.footerPaymentSubPage {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.footerPaymentSubPage h3 {
  margin-bottom: 15px;
}
.footerPaymentSubPage ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.footerPaymentSubPage ul li {
  width: 65px;
  height: 47px;
  margin: 0 5px 5px 0;
  border-radius: 0.55rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ebebeb;
  padding: 10px;
  background-color: white;
}
.footerPaymentSubPage ul li img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  min-height: 47px;
}

.checkBarsMain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  padding-top: 10px;
  padding-bottom: 20px;
}
.checkBarsMain img {
  max-width: 150px;
}
.checkBarsMain h1 {
  font-weight: 900;
  font-size: 20px;
}
.checkBarsMain h2 {
  margin-top: 10px;
  font-size: 16px;
}

.minicart-item_total2Main {
  width: 100%;
  display: none;
}
.minicart-item_total2Main .minicart-item_total2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 0 0 0;
  color: blue;
  font-weight: 700;
}

.oldTotal {
  font-size: 13px !important;
  color: #bbbbbb !important;
  text-decoration: line-through;
  margin-left: 10px;
}

#discountMain {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 998;
}
#discountMain .discontMain img {
  width: 350px;
}
#discountMain .discontClose {
  position: absolute;
  top: -2px;
  left: calc((100% - 40px) / 2);
  background-color: black;
  width: 40px;
  height: 40px;
  color: white !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
#discountMain .discontClose .close {
  display: flex;
  align-items: center;
  align-content: center;
  font-size: 20px;
  color: White !important;
  opacity: unset !important;
}
#discountMain .discontClose:hover {
  cursor: pointer;
}

.price-box-main .old-price {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 15px;
  margin-left: 10px;
}

.old-price {
  color: #bbbbbb;
  text-decoration: line-through;
  font-size: 15px;
  margin-left: 10px;
}

.privateAddActionsMain {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.privateAddActionsMain li {
  margin-bottom: 5px;
}
.privateAddActionsMain .privateAddActions {
  width: 100% !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 42px;
}

.cbox3eMain label:before {
  border: 2px solid #856404 !important;
}
.cbox3eMain label:after {
  color: #856404 !important;
}

/**************************************************************************************************************/
/**************************************************************************************************************/
#additional td {
  border-width: 1px !important;
  border-color: #ebebeb !important;
  background: unset !important;
}

.privateTableProductTable tr td span {
  font-size: 14px !important;
}
.privateTableProductTable tr td:first-child {
  width: 100.8pt !important;
}
.privateTableProductTable tr td:last-child {
  width: 381.1pt !important;
}

.shop-product-wrap.grid.gridview-3 .product-item {
  padding-bottom: 30px !important;
}

table.TableNormal {
  width: 100% !important;
}

.single-product-tab-area .tab-content .desc-body .inner-content div span {
  font-size: 16px !important;
}

.deliveryMain {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
.deliveryMain th, .deliveryMain td {
  padding-top: 0 !important;
  font-size: 12px !important;
}
.deliveryMain .deliveryMainLeft {
  color: blue;
}
.deliveryMain .deliveryMainLeft i {
  font-size: 14px !important;
  color: #b4735a;
}
.deliveryMain .deliveryMainLeft i:hover {
  cursor: pointer;
}
.deliveryMain .deliveryMainRight span {
  color: blue;
  font-size: 12px !important;
}

.cargoTitle {
  font-weight: bold;
  font-size: 28px;
}

/*responsive start*/
@media only screen and (max-width: 1650px) {
  .footer-area-5 .footer-top-area .row.align-items-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .footer-area-5 .custom-col-1 .footer-widgets-area .logo {
    padding-bottom: 40px;
  }
  .footer-area-5 .custom-col-1 .footer-widgets-area .logo > a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .footer-area-5 .custom-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-area-5 .custom-col-2 .row {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-content: flex-start;
    align-items: flex-start;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-thumbnail {
    height: 15vw;
  }
  .post-inner-box .post-content .post-title a {
    font-size: 19px;
    line-height: 24px;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-content.blogDetailsBottomSlider .post-title > h4 > a {
    height: 51px;
    max-height: 51px;
    min-height: 51px;
    font-size: 19px;
    line-height: 24px;
  }
  /*.blog-area-wrapper.blogDetailsMain .single-blog-post-carousel .blog-post-wrapper .post-inner-box .post-content .post-title a {
      line-height: 28px;
      height: 75px;
  }*/
}
@media only screen and (max-width: 1600px) {
  .indexBook .indexBookLeftBig .bookTransparentLeft {
    width: 28%;
  }
  .indexBook .indexBookLeftBig .bookTransparent {
    width: 56%;
  }
  .indexBook .indexBookLeftBig .bookTransparentLeft h1 {
    font-size: 36px;
  }
  .newsletter-group .mc-form {
    width: 75%;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img {
    height: 23vw;
  }
}
@media only screen and (max-width: 1560px) {
  .product-item .single-product .product-content .product-desc_info h3.product-name {
    line-height: 18px;
    font-size: 16px;
    height: 36px;
  }
  .product-item .single-product .product-content .product-desc_info h3.product-name > a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 1520px) {
  .generalFooter .footer-top-area .logo > a {
    margin-bottom: 40px;
  }
  .indexBook .indexBookLeftBig .bookTransparentLeft h1 {
    padding: 70px 0 0 20px;
  }
  .footer-top-area .container-fluid .row.align-items-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .generalFooter .footer-top-area .container-fluid .row.align-items-center .custom-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .generalFooter .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .generalFooter .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row > div:nth-child(3) {
    width: 30%;
  }
  .generalFooter .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row > div li {
    margin-left: 0;
  }
  .shopMain .free-banner-wrapper {
    justify-content: flex-start;
  }
  .shopMain .free-banner-wrapper .free-banner-content {
    margin-left: 40px;
  }
  .shopMain .free-banner-wrapper .free-button {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1500px) {
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel .slick-list.draggable {
    max-height: 28vw !important;
  }
  .shopDetails .single-product-main-area .slick-list.draggable .slick-track .single-thumb.slick-slide > img {
    max-height: 8vw;
    min-height: 8vw;
  }
  .arrow-style-7 .slick-arrow.tty-slick-text-prev {
    top: 103%;
  }
  .arrow-style-7 .slick-arrow.tty-slick-text-next {
    top: 103%;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box {
    padding: 0 10px;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-thumbnail {
    height: 16vw;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-thumbnail .date-post {
    height: 55px;
    width: 55px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-thumbnail .date-post .day-post {
    font-size: 18px;
    line-height: 21px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-thumbnail .date-post .month-post {
    font-size: 13px;
    line-height: 21px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-content .blogCounts {
    height: 55px;
    width: 55px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-content .blogCounts > span {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 1471px) {
  .main-header .container-fluid .row .col-lg-12 .row.align-items-center .col-xl-8 {
    -ms-flex: 0 0 60%;
    flex: 0 0 60.666667%;
    max-width: 60.666667%;
    padding: 0;
  }
  .main-header .container-fluid .row .col-lg-12 .row.align-items-center > div:last-child {
    -ms-flex: 0 0 22.666667%;
    flex: 0 0 22.666667%;
    padding: 0;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img {
    width: 300px;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content {
    width: calc(100% - 300px);
    padding: 0 40px;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img {
    height: 28vw;
  }
}
@media only screen and (max-width: 1430px) {
  .main-nav > ul > li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1420px) {
  .slider-content-14 .slider-head-2 {
    line-height: 73px;
  }
}
@media only screen and (max-width: 1400px) {
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel .slick-list.draggable {
    max-height: 29vw !important;
  }
  .arrow-style-7 .slick-arrow.tty-slick-text-prev {
    left: 8%;
    top: 104%;
  }
  .arrow-style-7 .slick-arrow.tty-slick-text-next {
    right: 8%;
    top: 104%;
  }
  .blog-area-wrapper.blogDetailsMain .single-blog-post-carousel .blog-post-wrapper .post-inner-box .post-content .post-title a {
    font-size: 20px;
    padding-top: 10px !important;
    height: 65px;
  }
  /*.blog-area-wrapper.blogDetailsMain .single-blog-post-carousel .blog-post-wrapper .post-inner-box .post-content .post-title a {
      line-height: 24px;
      height: 70px;
  }*/
  .indexBook .indexBookLeftBig .bookTransparentLeft {
    width: 35%;
  }
  .indexBook .indexBookLeftBig .bookTransparent {
    width: 70%;
  }
  .newsletter-group .mc-form {
    width: 85%;
  }
  #indexBlog .post-inner-box .post-content-2 .post-title > h4 > a {
    font-size: 18px;
    line-height: 20px;
    height: 42px;
  }
  #indexBlog .post-inner-box .post-content-2 .content .desc-content {
    font-size: 15px;
    line-height: 20px;
    height: 122px;
  }
  #indexBlog .post-inner-box .post-content-2 .content {
    height: 122px;
  }
  #indexBlog .post-inner-box .post-content-2 .content {
    font-size: 14px;
    line-height: 14px;
  }
  .footer-area-5 .custom-col-2 .row {
    justify-content: space-evenly;
  }
  .single-product-main-area .vertical-tab .product-details_slider {
    width: 87%;
  }
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel {
    width: 13%;
  }
  .shopDetails .single-product-main-area .product-details-img .slick-list.draggable {
    height: 29vw !important;
  }
  .shopDetails .single-product-main-area .slick-list.draggable .slick-track .single-thumb.slick-slide > img {
    max-height: 5.8vw;
    min-height: 5.8vw;
  }
  .post-inner-box .post-content .post-title a {
    font-size: 16px;
    line-height: 24px;
  }
  .post-inner-box .post-thumbnail .date-post {
    height: 60px;
    width: 60px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .post-inner-box .post-thumbnail .date-post .day-post {
    line-height: 21px;
    font-size: 18px;
  }
  .post-inner-box .post-thumbnail .date-post .month-post {
    line-height: 21px;
    font-size: 12.5px;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-content.blogDetailsBottomSlider .post-title > h4 > a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1350px) {
  .shopMain .free-banner-wrapper .free-banner-style {
    width: 200px;
  }
  .testimonial-area-4.background .section-title-14 .heading-14 {
    font-size: 36px;
    line-height: 48px;
  }
  .testimonial-area-4 .feedback {
    font-size: 18px;
    height: 81px;
  }
  #indexReviews img {
    width: 100px;
    height: 100px;
  }
  .client-info .client-name {
    color: #fff !important;
    font-size: 15px;
  }
  .free-banner-wrapper .free-banner-content {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1340px) {
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel .slick-list.draggable {
    max-height: 30vw !important;
  }
}
@media only screen and (max-width: 1300px) {
  .your-order .your-order-table table .cart_item .cart-product-name {
    font-size: 15px;
  }
  .your-order .your-order-table table .cart_item .cart-product-total {
    font-size: 15px;
  }
  .your-order .your-order-table table .order-total th {
    font-size: 17px;
  }
  .your-order .your-order-table table .order-total #totalAmount {
    font-size: 19px;
  }
  .newsletter-group .mc-form {
    width: 100%;
  }
  .generalFooter .footer-top-area .logo > a {
    width: 100%;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain #blogAll .blog-wrapper .blog-inner-box .blog-thumbnail {
    height: 20vw;
  }
  .blog-area-wrapper .blog-inner-box .blog-content .blog-title a {
    font-size: 19px;
  }
  .blogMain .blog-inner-box .blog-content .blog-title a {
    line-height: 25px;
    height: 67px;
    margin-bottom: 10px;
  }
  .blogMain .blogArticle {
    height: 63px;
    min-height: unset;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .blogMain .blog-inner-box .blog-content .read-more {
    margin-top: 0px;
  }
  .main-nav > ul > li > a {
    padding: 8px 8px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 1275px) {
  .main-nav > ul > li > a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 1250px) {
  .free-banner-wrapper .free-button .mgana-btn {
    font-size: 14px;
    line-height: 14px;
    padding: 15px 18px;
  }
  .shopMain .free-banner-wrapper .free-banner-content {
    margin-left: 30px;
  }
  .shopMain .free-banner-wrapper .free-banner-content .free-banner-heading {
    font-size: 16px;
  }
  .free-banner-wrapper .free-banner-content {
    margin-right: 40px;
  }
  .main-header .container-fluid .row .col-lg-12 .row.align-items-center .col-xl-8 {
    -ms-flex: 0 0 58%;
    flex: 0 0 58.666667%;
    max-width: 58.666667%;
    padding: 0;
  }
  .main-header .container-fluid .row .col-lg-12 .row.align-items-center > div:last-child {
    -ms-flex: 0 0 24.666667%;
    flex: 0 0 24.666667%;
    max-width: 24.666667%;
    padding: 0;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .add-actions-2 > ul > li > a {
    height: 37px;
    line-height: 37px;
    padding: 0 16px;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .add-actions-2 {
    margin-top: 20px;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .product-desc_info > h3.product-name > a {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1240px) {
  .indexBook .indexBookLeft, .indexBook .indexBookRight {
    width: 30%;
  }
  .indexBook .indexBookMid {
    width: 40%;
  }
  .indexBook .indexBookLeftBig .bookTransparentLeft {
    width: 35%;
  }
  .indexBook .indexBookLeftBig .bookTransparent {
    width: 70%;
  }
  .indexBook .indexBookLeftBig {
    width: 60%;
  }
  .indexBook .indexBookLeftBig .bookTransparentLeft {
    width: 42%;
  }
  .indexBook .indexBookLeftBig .bookTransparent {
    width: 74%;
  }
  .indexBook .indexBookLeftBig .bookTransparentLeft h1 {
    padding: 70px 0 0 12px;
  }
  .shopDetails .single-product-main-area .product-details-img .slick-list.draggable {
    height: 31vw !important;
  }
}
@media only screen and (max-width: 1220px) {
  .blog-area-wrapper.blogDetailsMain .single-blog-post-carousel .blog-post-wrapper .post-inner-box .post-content .post-title a {
    font-size: 19px;
    padding-top: 10px !important;
    height: 63px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .main-header-area .langs > button {
    padding-right: 0;
  }
  .blogDetailsMain .slick-list.draggable .blog-post-wrapper.slick-slide .post-inner-box .post-thumbnail {
    height: 18vw;
  }
  .hereabout-area .hereabout-content .desc-one {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 15px;
  }
  .hereabout-area .hereabout-content .desc-one {
    padding-bottom: 25px;
  }
  .hereabout-area {
    height: 600px;
  }
  .section-title > .heading-one {
    line-height: 30px;
    font-size: 30px;
    letter-spacing: 3px;
  }
  .hereabout-area .hereabout-content .section-title .heading-one {
    padding-bottom: 20px;
  }
  .hereabout-area .hereabout-content {
    padding: 40px 40px 0 70px;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-thumbnail {
    height: 21vw;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box {
    padding: 0 20px;
  }
  .shopDetails .single-product-tab-area #description .desc-body .inner-img {
    height: 30vw;
  }
  .banner-19-area {
    min-height: unset;
  }
  .main-header .container-fluid .row .col-lg-12 .row.align-items-center > div:last-child {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #indexBlog .post-inner-box .post-content-2 .post-title > h4 > a {
    font-size: 21px;
    line-height: 26px;
    height: 56px;
  }
  #indexBlog .post-inner-box .post-content-2 .content {
    height: 129px;
  }
  #indexBlog .post-inner-box .post-content-2 .content .desc-content {
    font-size: 16px;
    line-height: 21px;
    height: 129px;
  }
  #indexBlog .post-inner-box .post-content-2 .content {
    font-size: 15px;
    line-height: 15px;
  }
  #indexBlog .post-inner-box .post-thumbnail {
    height: 19vw;
  }
  .newsletter-group .mc-form {
    width: 70%;
  }
  .product-item .single-product .product-img {
    height: 24vw;
  }
  .indexBook .indexBookLeftBig .bookTransparentLeft {
    width: 37%;
  }
  .indexBook .indexBookLeftBig .bookTransparentLeft h1 {
    padding: 70px 0 0 30px;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-content.blogDetailsBottomSlider .post-title > h4 > a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1170px) {
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel .slick-list.draggable {
    max-height: 31vw !important;
  }
  .arrow-style-7 .slick-arrow {
    width: 25px;
    height: 25px;
  }
}
@media only screen and (max-width: 1140px) {
  .shopDetails .single-product-main-area .product-details-img .slick-list.draggable {
    height: 34vw !important;
  }
}
@media only screen and (max-width: 1080px) {
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img {
    height: 30vw;
  }
  .shopMain .free-banner-wrapper {
    flex-direction: column;
    justify-content: center;
  }
  .shopMain .free-banner-wrapper .free-banner-content {
    width: 100%;
    text-align: center;
    padding-right: 200px;
  }
  .shopMain .free-banner-wrapper .free-button {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding-right: 200px;
  }
  .shopMain .free-banner-wrapper .free-button {
    margin-top: 20px;
  }
  .free-banner-wrapper .free-banner-content {
    margin-right: 0;
  }
  .shopMain .free-banner-wrapper .free-banner-content {
    margin-left: 0;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-content.blogDetailsBottomSlider .post-title > h4 > a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .mobilesMenuFilter {
    display: block !important;
  }
  .leftNewsletterArea {
    padding-bottom: 60px;
  }
  .leftFilterPriceSection {
    border-bottom: 1px solid #ababab;
    padding-bottom: 40px;
  }
  .price-filter .ui-widget-content {
    width: 97%;
  }
  .theBookMain .search-newsletter .mc-form .field-checkbox a {
    color: black !important;
  }
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel .slick-list.draggable {
    max-height: 37vw !important;
  }
  .arrow-style-7 .slick-arrow.tty-slick-text-next {
    right: 12%;
    top: 105%;
  }
  .arrow-style-7 .slick-arrow.tty-slick-text-prev {
    left: 12%;
    top: 105%;
  }
  .your-order .your-order-table table .cart_item .cart-product-name {
    font-size: 16px;
  }
  .your-order .your-order-table table .cart_item .cart-product-total {
    font-size: 16px;
  }
  .your-order .your-order-table table .order-total th {
    font-size: 18px;
  }
  .your-order .your-order-table table .order-total #totalAmount {
    font-size: 20px;
  }
  .blog-area-wrapper.blogDetailsMain .single-blog-post-carousel .blog-post-wrapper .post-inner-box .post-content .post-title a {
    padding: 0 20px;
    line-height: 26px;
    padding-top: 15px !important;
    height: 72px;
    font-size: 22px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-thumbnail .date-post {
    height: 70px;
    width: 70px;
    padding: 10px 0;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-thumbnail .date-post .day-post {
    font-size: 21px;
    line-height: 24px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-thumbnail .date-post .month-post {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-content .blogCounts {
    height: 70px;
    width: 70px;
    padding: 10px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-content .blogCounts > span {
    font-size: 21px;
    line-height: 24px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain #blogAll .blog-wrapper .blog-inner-box .blog-thumbnail {
    height: 27vw;
  }
  .blogDetailsMain .slick-list.draggable .blog-post-wrapper.slick-slide .post-inner-box .post-thumbnail {
    height: 25vw;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-content.blogDetailsBottomSlider .post-title > h4 > a {
    font-size: 19px;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-thumbnail {
    height: 28vw;
  }
  .free-banner-wrapper .free-banner-style {
    top: 0;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img {
    height: 42vw;
  }
  .contact-us_area .contact-slide_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .contact-us_area .contact-slide_content > div {
    width: calc(50% - 20px);
  }
  .contact-us_area .contact-slide_content > div:last-child {
    width: 100%;
  }
  .blog-area-wrapper.blog-left-sidebar-wrapper .container-fluid .row .order-lg-1 .sidebar-area .widgets-area {
    border-top: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-area.theBookMain .container-fluid .row .order-lg-1 .sidebar-area .widgets-area {
    border-top: 1px solid #000;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .blog-area-wrapper.blog-left-sidebar-wrapper .container-fluid .row .order-lg-1 .sidebar-area .widgets-area.pt-60 {
    border-top: none;
    padding-top: 0;
  }
  .about-area.theBookMain .blackLeftMenu {
    margin-top: 30px;
  }
  .blog-area-wrapper.blog-left-sidebar-wrapper .row .pb-80 {
    padding-bottom: 30px;
  }
  .about-area.theBookMain .container-fluid .row .order-lg-1 .sidebar-area .widgets-area.pt-60 {
    border-top: none;
    padding-top: 0;
  }
  .about-area.theBookMain .blackLeftMenu .sidebar-area.pb-75 > div.widgets-area {
    padding-top: 20px;
  }
  .about-area.theBookMain .blackLeftMenu .sidebar-area > div.widgets-area {
    border-top: 1px solid #000;
  }
  .about-area.theBookMain .blackLeftMenu .sidebar-area > div.widgets-area.pt-60 {
    border-top: none;
  }
  .about-area.theBookMain .order-lg-2.blackLeftMenu {
    border-top: 1px solid #000;
  }
  .sidebar-area .search-box .mc-form .search-btn > i, .filter-body .search-box .mc-form .search-btn > i {
    color: #000;
  }
  .about-area.theBookMain .about-store-area .mgana-btn.mgana-btn-13.border-13 {
    border: 1px solid #000;
    color: #000;
  }
  .about-area.theBookMain .about-store-area .container-fluid .row .col-lg-12 .about-store-wrapper .about-store-title {
    margin: 60px 0;
  }
  .about-area.theBookMain .about-store-area .container-fluid .row .col-lg-12 .about-store-wrapper .desc-content {
    color: #000;
  }
  .about-area.theBookMain .about-store-area .container-fluid .row .col-lg-12 .about-store-wrapper .desc-content .theBookTitle {
    color: #000;
  }
  .about-area.theBookMain .about-store-area .container-fluid .row .col-lg-12 .about-store-wrapper .desc-content .theBookTitle:before {
    background-color: #000;
  }
  .about-area.theBookMain .search-newsletter .mc-form .field-checkbox input[type=checkbox] + label:before {
    border: 2px solid #000 !important;
  }
  .about-area.theBookMain .search-newsletter .mc-form .field-checkbox {
    color: #000 !important;
  }
  .sidebar-area .search-box, .filter-body .search-box .border-top {
    border-top: none !important;
  }
  .about-area.theBookMain .sidebar-area .search-newsletter .mc-form .text-box {
    border-color: #000;
    color: #000;
  }
  .about-area.theBookMain .sidebar-area .search-newsletter .mc-form .text-box::placeholder {
    color: #000;
  }
  .about-area.theBookMain .sidebar-area .search-box .mc-form .text-box, .filter-body .search-box .mc-form .text-box {
    border: 1px solid #000;
  }
  .about-area .about-store-area .about-store-title .heading {
    color: #000;
  }
  .about-area.theBookMain .sidebar-area .widgets-area .widgets-blog-category > li > a {
    color: #000;
  }
  .about-area.theBookMain .sidebar-area .widgets-area > h2.heading > span {
    color: #000;
  }
  .about-area.theBookMain .sidebar-area .widgets-area > h2.heading > span:before {
    background-color: #000;
  }
  .about-area .about-store-area {
    background-color: #fff;
  }
  .about-area .about-store-area.bgContent {
    background-image: linear-gradient(to right, #fff 100%, #fff 50%);
  }
  .reviews .bgContent .bgContentLeft {
    background-color: #fff;
  }
  .theBookMain.reviews .blackLeftMenu {
    margin-top: 30px;
  }
  .about-area .about-store-area.bgContent .container-fluid {
    padding: 0;
  }
  .generalFooter .footer-top-area .logo > a {
    width: 35%;
  }
  #indexBlog .post-inner-box .post-thumbnail {
    height: 28vw;
  }
  #indexBlog .post-inner-box .post-content-2 .post-title > h4 > a {
    font-size: 22px;
    line-height: 27px;
    height: 56px;
  }
  #indexBlog .post-inner-box .post-content-2 .content {
    font-size: 16px;
    line-height: 16px;
  }
  #indexBlog .post-inner-box .post-content-2 .content {
    font-size: 16px;
    line-height: 16px;
  }
  .product-item .single-product .product-img {
    height: 32vw;
  }
  .product-item .single-product .product-content .product-desc_info h3.product-name {
    line-height: 20px;
    font-size: 18px;
    height: 40px;
  }
  .product-item .single-product .product-content .product-desc_info h3.product-name > a {
    font-size: 18px;
    line-height: 20px;
  }
  .newsletter-group .mc-form {
    width: 80%;
  }
  .shopDetails .single-product-main-area .product-details-img .slick-list.draggable {
    height: 46vw !important;
  }
  .single-product-main-area .vertical-tab .product-details_slider {
    width: 89%;
  }
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel {
    width: 11%;
  }
  .shopDetails .single-product-main-area .slick-list.draggable .slick-track .single-thumb.slick-slide > img {
    max-height: 10vw;
    min-height: 10vw;
  }
}
@media only screen and (max-width: 970px) {
  .footer-area .footer-bottom-area .container-fluid .row.align-items-center {
    flex-wrap: wrap;
  }
  .footer-area .footer-bottom-area .container-fluid .row.align-items-center .copyright {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    padding-right: 15px;
  }
  .footer-area .footer-bottom-area .container-fluid .row.align-items-center .footerOtherPages {
    width: 50%;
    margin: 0;
    padding-right: 0;
    border-right: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
  .footer-area .footer-bottom-area .container-fluid .row.align-items-center .social-link-2 {
    width: 100%;
    margin-top: 8px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .footer-area .footer-bottom-area .container-fluid .row.align-items-center .social-link-2 > ul > li:first-child > a {
    padding-left: 0;
  }
  .footer-area .footer-bottom-area .container-fluid .row.align-items-center {
    margin: 0;
  }
}
@media only screen and (max-width: 960px) {
  .indexBook .indexBookLeftBig .bookTransparentLeft {
    width: 42%;
  }
  .indexBook .indexBookLeftBig .bookTransparent {
    width: 72%;
  }
  .view-more-btn_wrap .view-more {
    line-height: 12px;
    padding: 12px 15px;
    min-width: 150px;
  }
  .view-more-btn_wrap .view-more:before {
    width: 40px;
  }
  .view-more-btn_wrap .view-more:after {
    width: 40px;
  }
  .add-to_cart > a.border-button {
    font-size: 14px;
  }
  .single-product-main-area .product-summery .product-head .product-title {
    padding-bottom: 0;
  }
  .single-product-main-area .product-summery .product-head .product-title > a {
    font-size: 16px;
  }
  .single-product-main-area .product-summery .price-box .regular-price {
    font-size: 18px;
  }
  .single-product-main-area .product-summery .product-description {
    margin-bottom: 20px;
  }
  .single-product-main-area .product-summery .add-actions {
    padding-bottom: 15px;
  }
  .single-product-main-area .product-summery .sku {
    margin-top: 15px;
  }
  .single-product-main-area .product-summery .categories.tags {
    padding-bottom: 15px;
  }
  .social-link {
    padding-top: 15px;
  }
  .modal-wrapper .modal-inner-area {
    height: 400px;
  }
  .modal-wrapper #modalProductDetailsData > div {
    height: 100%;
  }
  .modal-wrapper #modalProductDetailsData > div .product-details-img {
    height: 100%;
  }
  .modal-wrapper #modalProductDetailsData > div .product-details-img .blog-thumbnail {
    height: 100%;
  }
  .modal-wrapper #modalProductDetailsData > div .product-details-img .blog-thumbnail .slick-list.draggable {
    height: 100% !important;
  }
}
@media only screen and (max-width: 905px) {
  .footer-area-5 .custom-col-2 .row {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 880px) {
  .shopMain .free-banner-wrapper .free-button {
    margin-top: 40px;
  }
  .shopMain .free-banner-wrapper .free-banner-style {
    margin-top: 70px;
    height: calc(100% - 70px);
    width: 170px;
  }
  .shopMain .free-banner-wrapper .free-banner-content {
    padding-right: 0;
  }
  .shopMain .free-banner-wrapper .free-button {
    padding-right: 0;
  }
}
@media only screen and (max-width: 862px) {
  .generalFooter .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row {
    flex-wrap: wrap;
  }
  .generalFooter .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row > div {
    width: 280px !important;
    padding: 0;
  }
  .generalFooter .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row > div:nth-child(1), .generalFooter .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row > div:nth-child(2) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 850px) {
  .footer-area .footer-bottom-area .container-fluid .row.align-items-center .copyright {
    width: fit-content;
  }
  .footer-area .footer-bottom-area .container-fluid .row.align-items-center .footerOtherPages {
    width: fit-content;
  }
  .indexBook .indexBookLeftBig .bookTransparentLeft {
    width: 50%;
  }
  .indexBook .indexBookLeftBig .bookTransparent {
    width: 100%;
  }
  .newsletter-group .mc-form {
    width: 90%;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-thumbnail .date-post {
    height: 55px;
    width: 55px;
    padding: 0;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-thumbnail .date-post .day-post {
    font-size: 18px;
    line-height: 21px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-thumbnail .date-post .month-post {
    font-size: 13px;
    line-height: 21px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-content .blogCounts {
    height: 55px;
    width: 55px;
    padding: 0;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-content .blogCounts > span {
    font-size: 15px;
    line-height: 19px;
  }
  .blog-area-wrapper .blog-inner-box .blog-content .blog-title a {
    font-size: 17px;
  }
  .login-register-area .login-register-wrapper .my-account .account-header a {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 820px) {
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel .slick-list.draggable {
    max-height: 34vw !important;
  }
  .slider-content-14 .slider-head-2 {
    line-height: 80px;
    font-size: 65px;
  }
  .slider-content-14 .slider-head-1 {
    font-size: 21px;
    margin-top: 35px;
  }
  .product-item .single-product .product-content .product-desc_info h3.product-name {
    line-height: 18px;
    font-size: 16px;
    height: 36px;
  }
  .product-item .single-product .product-content .product-desc_info h3.product-name > a {
    font-size: 16px;
    line-height: 18px;
  }
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel {
    width: 15%;
  }
  .single-product-main-area .vertical-tab .product-details_slider {
    width: 85%;
  }
  .shopDetails .single-product-main-area .slick-list.draggable .slick-track .single-thumb.slick-slide > img {
    max-height: 14vw;
    min-height: 14vw;
  }
}
@media only screen and (max-width: 800px) {
  .footer-area-5 .footer-bottom-area .container-fluid .row .text-center {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .footer-area-5 .footer-bottom-area .container-fluid .row .text-center .footerOtherPages {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    line-height: 21px;
  }
  .footer-area-5 .footer-bottom-area .container-fluid .row .text-center .copyright {
    padding: 7px 0;
    line-height: 16px;
  }
  .footer-area-5 .footer-bottom-area .container-fluid .row .text-center .footerOtherPages {
    padding: 7px 0;
    line-height: 16px;
  }
  .footer-area .footer-bottom-area .container-fluid .row.align-items-center {
    flex-direction: column-reverse;
  }
  .footer-area .footer-bottom-area .container-fluid .row.align-items-center .footerOtherPages {
    padding: 0;
    border: none;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-area .footer-bottom-area .container-fluid .row.align-items-center .copyright {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer-area .footer-bottom-area .container-fluid .row.align-items-center .social-link-2 {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .footer-area .footer-bottom-area .container-fluid .row.align-items-center .copyright {
    padding: 7px 0;
    line-height: 18px;
  }
  .footer-area .footer-bottom-area .container-fluid .row.align-items-center .footerOtherPages {
    padding: 7px 0;
    line-height: 18px;
  }
}
@media only screen and (max-width: 792px) {
  .indexBook .indexBookLeft .heading-14 {
    margin-left: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .theBookMain .about-thumbnail .bookTransparentLeft {
    width: 30%;
  }
  .theBookMain .about-thumbnail .bookTransparent {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .product-item .single-product .product-content .product-desc_info h3.product-name {
    text-align: center;
  }
  .product-desc_info .rating-box > ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .product-desc_info .price-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .mobileProductsDetails {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .mobileProductsDetails li {
    margin-left: 5px;
  }
  .mobileProductsDetails li:first-child {
    margin-left: unset;
  }
  .mobileProductsDetails li a {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    width: 40px;
    height: 40px;
    line-height: 42px;
    display: flex;
    text-align: center;
    color: #3e3e3e;
    -webkit-transition: 0.03s !important;
    -o-transition: 0.03s !important;
    transition: 0.03s !important;
    flex-direction: column;
    justify-content: center;
  }
  .mobileProductsDetails li a:hover {
    background-color: blue;
    border-color: blue;
    color: #ffffff !important;
    -webkit-transition: 0.03s !important;
    -o-transition: 0.03s !important;
    transition: 0.03s !important;
  }
  .your-order h3 {
    text-align: center !important;
  }
  .favCheckout {
    border: 0;
  }
  .favCheckout thead {
    display: none;
  }
  .favCheckout th {
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  .favCheckout .preisTd {
    display: flex !important;
    align-items: center;
    align-content: center;
  }
  .favCheckout tr {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #ddd;
    align-items: flex-start;
    align-content: flex-start;
    max-height: unset !important;
  }
  .favCheckout td {
    display: block !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
  }
  .favCheckout td:last-child {
    border-bottom: 0;
  }
  .favCheckout td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  .basketTables {
    border: 0;
  }
  .basketTables thead {
    display: none;
  }
  .basketTables th {
    width: 100%;
    text-align: center !important;
  }
  .basketTables .preisTd {
    display: flex !important;
    align-items: center;
    align-content: center;
  }
  .basketTables tr {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #ddd;
    align-items: flex-start;
    align-content: flex-start;
    max-height: unset !important;
  }
  .basketTables td {
    display: block !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: right !important;
  }
  .basketTables td:last-child {
    border-bottom: 0;
  }
  .basketTables td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  .favTables {
    border: 0;
  }
  .favTables thead {
    display: none;
  }
  .favTables th {
    width: 100%;
    text-align: center !important;
  }
  .favTables tr {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    border-bottom: 2px solid #ddd;
    align-items: flex-start;
    align-content: flex-start;
  }
  .favTables td {
    display: block !important;
    justify-content: space-between !important;
    width: 100% !important;
    text-align: right !important;
  }
  .favTables td:last-child {
    border-bottom: 0;
  }
  .favTables td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  .blog-area-wrapper.blogDetailsMain .single-blog-post-carousel .blog-post-wrapper .post-inner-box .post-content .post-title a {
    font-size: 20px;
    padding-top: 10px !important;
    height: 65px;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-content.blogDetailsBottomSlider .post-title > h4 > a {
    font-size: 17px;
  }
  .banner-19-area .banner-inner-content-4 {
    left: 0;
    width: 100%;
  }
  .testimonial-area-4.background .section-title-14 .heading-14 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 27px;
  }
  .indexBook .indexBookLeft, .indexBook .indexBookRight {
    width: 27%;
  }
  .indexBook .indexBookMid {
    width: 46%;
  }
  .indexBook .indexBookMid .textSection {
    font-size: 15px;
  }
  .view-more-btn_wrap {
    padding-top: 50px;
  }
  .indexBook .indexBookMid {
    padding: 40px 25px;
  }
  .indexBook {
    min-height: 480px;
    max-height: 480px;
  }
  .indexBook .indexBookLeftBig {
    width: 54%;
  }
  .indexBook .indexBookLeftBig .bookTransparentLeft {
    width: 50%;
  }
  .indexBook .indexBookLeftBig .bookTransparent {
    width: 100%;
  }
  #indexBlog .post-inner-box .post-content-2 .post-title > h4 > a {
    font-size: 18px;
    line-height: 20px;
    height: 42px;
  }
  #indexBlog .post-inner-box .post-content-2 .content {
    font-size: 15px;
    line-height: 15px;
  }
  .about-area .about-store-area .about-store-title .heading {
    font-size: 24px;
    line-height: 37px;
    letter-spacing: 1px;
  }
  .shopDetails .single-product-main-area .product-details-img .slick-list.draggable {
    height: 60vw !important;
  }
  #indexBlog .post-inner-box .post-content-2 .content .desc-content {
    font-size: 15px;
    line-height: 20px;
    height: 122px;
  }
  #indexBlog .post-inner-box .post-content-2 .content {
    height: 122px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-to-top {
    right: 12px;
    bottom: 70px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain #blogAll .col-sm-12 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .about-area.theBookMain .about-store-area .about-thumbnail.hover-style .bookTransparentLeft > h1 {
    font-size: 28px;
  }
  .modal-wrapper #modalProductDetailsData > div {
    height: auto;
  }
  .modal-wrapper #modalProductDetailsData > div .product-details-img {
    height: auto;
  }
  .modal-wrapper #modalProductDetailsData > div .product-details-img .blog-thumbnail {
    height: auto;
  }
  .modal-wrapper #modalProductDetailsData > div .product-details-img .blog-thumbnail .slick-list.draggable {
    height: 46vw !important;
  }
  .blogDetailsMain .slick-list.draggable .blog-post-wrapper.slick-slide .post-inner-box .post-thumbnail {
    height: 28vw;
  }
  .brand-logo-area .slick-list.draggable .slick-track .single-brand-item .brand-item {
    height: 18vw;
  }
  .shopMain .free-banner-wrapper .free-button {
    margin-top: 20px;
  }
  .shopMain .free-banner-wrapper .free-banner-content {
    padding: 0 25px;
  }
  .shopMain .free-banner-wrapper .free-button {
    padding: 0 25px;
  }
  .single-product-main-area .product-summery .quantity-with_btn .add-to_cart .border-button {
    height: auto;
    line-height: 16px;
    font-size: 16px;
  }
  .shopDetails .single-product-tab-area #description .desc-body .inner-img {
    height: 34vw;
  }
  .indexBook .indexBookLeftBig .bookTransparentLeft h1 {
    font-size: 30px;
  }
  .product-item .single-product .product-img {
    height: 38vw;
  }
  .about-area.theBookMain.reviews .about-store-area .row .col-lg-9 #reviewsAll .col-lg-12:nth-of-type(2n) .blog-wrapper .blog-inner-box {
    display: flex;
    flex-direction: column-reverse;
  }
  #modalProductDetailsData {
    flex-direction: unset;
    align-content: unset;
    align-items: unset;
  }
  .modal-wrapper .modal-inner-area {
    height: auto;
  }
  .modal.fade .modal-content .slick-list.draggable {
    height: 46vw !important;
  }
  .modal.fade .modal-content .slick-list.draggable > div.slick-track {
    height: 100%;
  }
  .modal.fade .modal-content .slick-list.draggable > div.slick-track > div.single-blog-image.slick-slide {
    height: 100%;
    width: 100%;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img {
    width: 100%;
    padding: 0;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content {
    width: 100%;
    padding: 0;
    padding-top: 30px;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .product-desc_info > h3.product-name > a {
    font-size: 20px;
  }
  .shop-product-wrap.grid.gridview-3 > [class*=col-] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .shop-product-wrap.grid .product-item .single-product .product-content .product-desc_info > h3.product-name > a {
    font-size: 16px;
  }
  .single-product-main-area .product-summery .quantity-with_btn .add-to_cart .border-button {
    width: 100%;
  }
  .modal-wrapper .modal-inner-area .product-summery {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .modal-wrapper .modal-inner-area .product-summery .price-box {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-content: center;
    align-items: center !important;
    margin-top: 0 !important;
  }
  .modal-wrapper .modal-inner-area .product-summery .price-box .rating-meta {
    margin-bottom: 5px;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .product-desc_info > h3.product-name {
    text-align: center;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .product-desc_info > div {
    text-align: center;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .add-actions-2 ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 730px) {
  .slider-content-14 .slider-head-2 {
    font-size: 56px;
  }
  .slider-content-14 .slider-head-1 {
    font-size: 20px;
    margin-top: 30px;
  }
  .product-item .single-product .product-content .product-desc_info h3.product-name {
    line-height: 20px;
    font-size: 18px;
    height: 40px;
  }
}
@media only screen and (max-width: 690px) {
  .indexBook .indexBookLeftBig .bookTransparentLeft {
    width: 60%;
  }
  .indexBook .indexBookLeftBig .bookTransparentLeft h1 {
    padding: 70px 0 0 20px;
  }
  .newsletter-group .mc-form {
    width: 100%;
  }
  .shopMain .free-banner-wrapper .free-button {
    margin-top: 20px;
  }
  .theBookMain .about-thumbnail .bookTransparentLeft {
    width: 34%;
  }
  .theBookMain .about-thumbnail .bookTransparent {
    width: 65%;
  }
}
@media only screen and (max-width: 670px) {
  .blog-area-wrapper.blogDetailsMain .single-blog-post-carousel .blog-post-wrapper .post-inner-box .post-content .post-title a {
    font-size: 19px;
    padding-top: 10px !important;
    height: 63px;
    line-height: 25px;
  }
  .mobile-footer .mobile-footer-nav > li > a .badge {
    right: 41%;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain #blogAll .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain #blogAll .blog-wrapper .blog-inner-box .blog-thumbnail {
    height: 43vw;
  }
  .blog-area-wrapper .blog-inner-box .blog-content .blog-title a {
    font-size: 22px;
  }
  .blogMain .blog-inner-box .blog-content .blog-title a {
    line-height: 30px;
    height: 82px;
    margin-bottom: 15px;
  }
  .blogMain .blog-inner-box .blog-content .read-more {
    margin-top: 10px;
  }
  .blogMain .blogArticle {
    height: 89px;
    font-size: 15px;
    -webkit-line-clamp: 4;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-thumbnail .date-post {
    height: 70px;
    width: 70px;
    padding: 10px 0;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-thumbnail .date-post .day-post {
    font-size: 21px;
    line-height: 24px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-thumbnail .date-post .month-post {
    font-size: 14px;
    line-height: 24px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-content .blogCounts {
    height: 70px;
    width: 70px;
    padding: 10px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-content .blogCounts > span {
    font-size: 21px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 654px) {
  .indexFooterArea .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row {
    flex-wrap: nowrap;
  }
  .product-item .single-product .product-img {
    height: 45vw;
  }
  .arrow-style-7 .slick-arrow.tty-slick-text-next {
    right: 12%;
    top: 110%;
  }
  .arrow-style-7 .slick-arrow.tty-slick-text-prev {
    left: 12%;
    top: 110%;
  }
}
@media only screen and (max-width: 650px) {
  .brand-logo-area .slick-list.draggable .slick-track .single-brand-item .brand-item {
    height: 19vw;
  }
  .blog-area-wrapper #reviewsAll .blog-inner-box .blog-thumbnail {
    max-width: unset !important;
    margin-right: unset !important;
    margin-bottom: unset !important;
  }
  .indexBook .indexBookMid {
    padding: 30px 18px;
  }
  .indexBook .indexBookMid .textSection {
    font-size: 14px;
  }
  .view-more-btn_wrap .view-more {
    line-height: 11px;
    padding: 10px 12px;
    min-width: 140px;
  }
  .view-more-btn_wrap .view-more:before {
    width: 30px;
  }
  .view-more-btn_wrap .view-more:after {
    width: 30px;
  }
  .section-title-14 .heading-14 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .newsletter-group .mc-form .newsletter-btn {
    font-size: 16px;
  }
  .newsletter-group .mc-form .email-box {
    font-size: 15px;
  }
  .blog-area-wrapper.blog-left-sidebar-wrapper.blogDetailsMain .blog-inner-box .blog-thumbnail {
    margin-bottom: 20px !important;
    margin-right: 20px !important;
    max-width: 180px !important;
  }
  .blog-area-wrapper.blog-left-sidebar-wrapper .blog-wrapper .blog-inner-box.shadow-none .blog-thumbnail {
    margin-bottom: 20px !important;
    margin-right: 20px !important;
    max-width: 180px !important;
  }
  .blog-area-wrapper.blog-left-sidebar-wrapper .blog-wrapper.blog-thumbnail-quote .blog-inner-box.shadow-none .blog-thumbnail {
    margin-bottom: unset !important;
    margin-right: unset !important;
    max-width: unset !important;
  }
}
@media only screen and (max-width: 625px) {
  #checkout label {
    font-size: 15px;
  }
  #checkout input, #checkout textarea {
    font-size: 15px;
  }
  #checkout input::placeholder, #checkout textarea::placeholder {
    font-size: 15px;
  }
  #checkout .nice-select.myniceselect span, #checkout .nice-select.myniceselect li {
    font-size: 15px;
  }
  .different-address h3 label {
    font-size: 23px;
  }
  .checkbox-form h3 {
    font-size: 23px;
  }
  .your-order h3 {
    font-size: 23px;
  }
  .order-button-payment input {
    font-size: 16px;
    height: 47px;
  }
  .your-order .your-order-table table .cart_item .cart-product-name {
    font-size: 15px;
  }
  .your-order .your-order-table table .cart_item .cart-product-total {
    font-size: 15px;
  }
  .your-order .your-order-table table .order-total th {
    font-size: 17px;
  }
  .your-order .your-order-table table .order-total #totalAmount {
    font-size: 19px;
  }
  .shopDetails .single-product-tab-area #description .desc-body .inner-img {
    height: 37vw;
  }
  .footer-area-5.indexFooterArea .custom-col-1 {
    width: 275px;
  }
  .footer-area-5.indexFooterArea .custom-col-1 .footer-widgets-area .logo {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .footer-area-5.indexFooterArea .custom-col-1 .footer-widgets-area .logo > a {
    display: inline-block;
    width: 100%;
    height: fit-content;
  }
  .footer-area-5.indexFooterArea .custom-col-1 .footer-widgets-area .logo > a img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }
  .footer-bottom-area .container-fluid .row.align-items-center .social-link-2 > ul > li:first-child {
    margin-left: 0;
  }
  .footer-area-5.indexFooterArea .custom-col-2 .row {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .footer-area-5.indexFooterArea .custom-col-2 .row > div {
    padding-left: 0;
    padding-right: 0;
    width: 275px !important;
    width: fit-content;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
  }
  .footer-area-5.indexFooterArea .custom-col-2 .row > div .sm-space, .footer-area-5.indexFooterArea .custom-col-2 .row > div .xsm-space {
    padding-bottom: 40px;
  }
  .footerPayment {
    padding-left: 0;
    padding-right: 0;
    width: 275px !important;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: start;
    align-items: start;
  }
  .footerPayment ul {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-content: start;
    align-items: start;
  }
  .footer-bottom-area .container-fluid .row.align-items-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .footer-bottom-area .container-fluid .row.align-items-center .col-sm-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .footer-bottom-area .container-fluid .row.align-items-center .col-sm-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .footer-area-1 .custom-col-2 .row > div .footer-widgets-area {
    padding-bottom: 30px;
  }
  .footer-area-1 .custom-col-2 .row > div:last-child .footer-widgets-area {
    padding-bottom: 0;
  }
  .footerPaymentSubPage {
    padding-left: 0;
    padding-right: 0;
    width: 275px !important;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-content: start;
    align-items: start;
  }
  .footerPaymentSubPage ul {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-content: start;
    align-items: start;
  }
  .generalFooter .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
  }
  .main-header .container-fluid .row .col-lg-12 .row.align-items-center > div:last-child {
    padding-left: 0;
  }
  .theBookMain .about-thumbnail .bookTransparentLeft {
    width: 38%;
  }
  .theBookMain .about-thumbnail .bookTransparent {
    width: 69%;
  }
  .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
  .generalFooter .footer-top-area .logo > a {
    width: 44%;
  }
  .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row > div {
    margin-bottom: 15px;
  }
  .footer-area-1 .custom-col-2 .sm-space {
    padding-bottom: 0;
  }
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel .slick-list.draggable {
    max-height: 36vw !important;
  }
}
@media only screen and (max-width: 575px) {
  .blog-area-wrapper.blogDetailsMain .single-blog-post-carousel .blog-post-wrapper .post-inner-box .post-content .post-title a {
    padding: 0 20px;
    line-height: 26px;
    padding-top: 15px !important;
    height: 72px;
    font-size: 22px;
  }
  .otherPages .container .row .faq-content-wrapper .desc-content {
    padding: 0 20px;
  }
  .testimonial-area-4 .feedback {
    height: 66px;
  }
  .blogMain .blog-inner-box .blog-content .blog-title a {
    line-height: 26px;
    height: 72px;
    margin-bottom: 15px;
  }
  .blog-area-wrapper .blog-inner-box .blog-content .blog-title a {
    font-size: 19px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain #blogAll .blog-wrapper .blog-inner-box .blog-thumbnail {
    height: 50vw;
  }
  .brand-logo-area .slick-list.draggable .slick-track .single-brand-item .brand-item {
    height: 24vw;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-thumbnail {
    height: 54vw;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-content.blogDetailsBottomSlider .post-title > h4 > a {
    font-size: 21px;
  }
  .post-inner-box .post-content .read-more a {
    font-size: 14px;
  }
  .shopMain .new-arrival-area .new-arrival-content .arrival-button > a.mgana-btn {
    line-height: 14px;
    padding: 14px 15px;
  }
  .footer-area-1 .footer-top-area {
    padding: 70px 0 60px;
  }
  .footer-area-1 .custom-col-2 .row > div .footer-widgets-area {
    padding-bottom: 30px;
  }
  .footer-area-1 .custom-col-2 .row > div:last-child .footer-widgets-area {
    padding-bottom: 0;
  }
  .shopDetails .single-product-tab-area #description .desc-body .inner-img {
    height: 40vw;
  }
  .main-header .container-fluid .row .col-lg-12 .row.align-items-center > div:last-child {
    padding-right: 0;
  }
  .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row {
    margin: 0;
  }
  .generalFooter .footer-top-area .logo > a {
    width: 100%;
  }
  .footer-top-area .container-fluid .row.align-items-center .custom-col-2 {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    width: 280px;
  }
  .footer-area-1 .footer-widgets-area {
    text-align: left;
  }
  .footer-top-area .container-fluid .row.align-items-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .footer-area-1 .custom-col-1 {
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -ms-flex: unset;
    flex: unset;
    max-width: unset;
    width: 280px;
  }
  .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row > div {
    padding: 0;
  }
  .main-header .container-fluid .row .col-lg-12 .row.align-items-center > div:last-child {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .header-right-area > ul > li:first-child {
    margin-left: 0;
  }
  #indexBlog .post-inner-box .post-thumbnail {
    height: 47vw;
  }
  #indexBlog .post-inner-box .post-content-2 .post-title > h4 > a {
    font-size: 22px;
    line-height: 27px;
    height: 56px;
  }
  #indexBlog .post-inner-box .post-content-2 .content .desc-content {
    font-size: 16px;
    line-height: 21px;
    height: 129px;
  }
  #indexBlog .post-inner-box .post-content-2 .content {
    height: 129px;
  }
  #indexBlog .post-inner-box .post-content-2 .content {
    font-size: 16px;
    line-height: 16px;
  }
  .product-item .single-product .product-content .product-desc_info h3.product-name {
    line-height: 20px;
    font-size: 18px;
    height: 40px;
  }
  .product-item .single-product .product-content .product-desc_info h3.product-name > a {
    font-size: 18px;
    line-height: 20px;
  }
  .indexBook .indexBookLeftBig .bookTransparentLeft h1 {
    font-size: 28px;
  }
  .main-header {
    padding: 20px 0;
  }
  .testimonial-area-4.background .section-title-14 .heading-14 {
    font-size: 23px;
    line-height: 27px;
    margin-bottom: 21px;
    text-align: center;
  }
  .new-arrival-4 .title-icon .icon-border i {
    font-size: 25px;
  }
  .new-arrival-4 .title-icon .icon-border i:before, .new-arrival-4 .title-icon .icon-border i:after {
    width: 25px;
  }
  .testimonial-area-4 .feedback {
    font-size: 15px;
  }
  #indexReviews img {
    width: 70px;
    height: 70px;
  }
  .client-info .client-name {
    font-size: 14px;
  }
  .product-item .single-product .product-img {
    height: 65vw;
  }
  .shop-toolbar .product-selection_wrap .product-view-mode {
    padding-top: 0;
  }
  .shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul {
    width: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li {
    width: fit-content;
    margin-left: 0;
  }
  .shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li > ul {
    width: fit-content !important;
    padding-top: 0;
  }
  .shop-toolbar .product-selection_wrap .product-selection_menu > nav.product-selection_nav > ul > li {
    padding: 12px 15px;
  }
  .shop-toolbar .product-selection_wrap .product-view-mode {
    padding-top: 12px;
  }
  .new-arrival-area.background-1 {
    height: auto;
  }
}
@media only screen and (max-width: 550px) {
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img {
    height: 50vw;
  }
  .blogDetailsMain .slick-list.draggable .blog-post-wrapper.slick-slide .post-inner-box .post-thumbnail {
    height: 50vw;
  }
  .shopMain .free-banner-wrapper .free-banner-content .free-banner-heading {
    font-size: 14px;
  }
  .free-banner-wrapper .free-button .mgana-btn {
    padding: 10px 12px;
  }
  .theBookMain .blackLeftMenu {
    margin-top: 30px;
  }
  .about-area .about-store-area {
    padding-bottom: 30px;
  }
  .about-area.theBookMain .about-store-area .about-thumbnail.hover-style {
    height: 250px;
  }
  .about-area.theBookMain .about-store-area .about-thumbnail.hover-style > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .about-area.theBookMain .about-store-area .about-thumbnail.hover-style .bookTransparent {
    width: 100%;
    height: 100%;
  }
  .about-area.theBookMain .about-store-area .about-thumbnail.hover-style .bookTransparentLeft {
    width: 100%;
    height: 35%;
    top: 0;
    left: 0;
  }
  .about-area.theBookMain .about-store-area .about-thumbnail.hover-style .bookTransparentLeft > h1 {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
    width: 100%;
  }
  .about-area.theBookMain .about-store-area .about-thumbnail.hover-style .bookTransparentLeft > h1 > br {
    display: none;
  }
  .mobile-footer .mobile-footer-nav > li > a .badge {
    right: 38%;
  }
  .indexBook {
    flex-wrap: wrap;
    min-height: unset;
    max-height: unset;
  }
  .indexBook .indexBookLeft {
    width: 100%;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .indexBook .indexBookLeft .section-title-14 {
    margin-top: 0;
  }
  .indexBook .indexBookLeft .section-title-14 .heading-14 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .indexBook .indexBookLeft .section-title-14 .heading-14 > br {
    display: none;
  }
  .indexBook .indexBookMid {
    width: 50%;
    height: 400px;
  }
  .indexBook .indexBookMid .textSection {
    height: fit-content;
    -webkit-line-clamp: 9;
  }
  .indexBook .indexBookRight {
    width: 50%;
    height: 400px;
  }
  .indexBook .indexBookRight > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .bookArea2 .indexBookLeftBig {
    height: 250px;
    width: 100%;
  }
  .bookArea2 .indexBookLeftBig > img {
    height: 100%;
    object-position: center;
    object-fit: cover;
  }
  .bookArea2 .indexBookLeftBig .bookTransparentLeft {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 35%;
    bottom: unset;
  }
  .bookArea2 .indexBookLeftBig .bookTransparentLeft h1 {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .bookArea2 .indexBookLeftBig .bookTransparentLeft h1 > br {
    display: none;
  }
  .bookArea2 .indexBookMid {
    width: 100%;
  }
  .bookArea2 .indexBookMid .textSection {
    height: fit-content;
    -webkit-line-clamp: 9;
  }
  .bookArea3 {
    flex-direction: column-reverse;
  }
  .section-title-14 .heading-14 {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 27px;
  }
  .about-area .about-store-area .about-store-title .heading {
    letter-spacing: 0;
    line-height: 28px;
    font-size: 17px;
  }
  .about-area.theBookMain .about-store-area .container-fluid .row .col-lg-12 .about-store-wrapper .about-store-title {
    margin: 30px 0;
  }
  .about-area .about-store-area .desc-content {
    padding-top: 50px;
  }
  .contact-us_area .contact-form-content > h2.heading {
    font-size: 23px;
    line-height: 23px;
    padding-left: 0;
  }
  .contact-us_area .contact-form-content > p {
    line-height: 26px;
    font-size: 15px;
    padding-bottom: 13px;
  }
  .contact-us_area .contact-form-content .contact-form .form-group > input.input-field {
    width: 100%;
    height: 50px;
    padding: 14px;
    font-size: 14px;
  }
  .contact-us_area .contact-form-content .contact-form .form-group.inquiry-field .nice-select {
    width: 100%;
    padding-left: 14px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .contact-us_area .contact-form-content .contact-form .form-group > textarea.textarea-field {
    width: 100%;
    height: 120px;
    padding: 14px;
    font-size: 14px;
  }
  .contact-us_area .contact-form-content .contact-form .form-group .contact-form_btn {
    height: 40px;
    line-height: 40px;
    width: 120px;
  }
  .contact-us_area .contact-slide_content > div:last-child.social-link > ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .contact-us_area .contact-slide_content > div:last-child.social-link > ul > li:first-child {
    margin-left: 0;
  }
  .contact-us_area .contact-slide_content > div {
    width: calc(50% - 10px);
  }
  .contact-us_area .contact-slide_content .single-contact_block > i {
    padding-right: 20px;
  }
  .shopDetails .single-product-main-area .product-details-img .slick-list.draggable {
    height: 71vw !important;
  }
}
@media only screen and (max-width: 502px) {
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .product-desc_info > h3.product-name > a {
    font-size: 17px;
  }
  .shopDetails .single-product-main-area .product-details-img.vertical-tab {
    margin-bottom: 50px;
  }
  .contact-us_area .contact-slide_content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .contact-us_area .contact-slide_content > div {
    width: 100%;
  }
  .shop-product-wrap.grid.gridview-3 > [class*=col-] {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-product-main-area .vertical-tab .product-details_slider {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .single-product-main-area .vertical-tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
  .your-order {
    padding: 25px 30px;
  }
  /*.arrow-style-7 .slick-arrow.tty-slick-text-prev {
      left: -140%;
      top: 41%;
      >i{
          -webkit-transform: unset;
          -ms-transform: unset;
          transform: unset;
      }
  }
  .arrow-style-7 .slick-arrow.tty-slick-text-next {
      right: -140%;
      top: 41%;
      >i{
          -webkit-transform: unset;
          -ms-transform: unset;
          transform: unset;
      }
  }
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel .slick-list.draggable {
      transform: rotate(270deg);
      .slick-track .single-thumb >img{
          transform: rotate(90deg);
      }
  }*/
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel {
    transform: rotate(270deg);
  }
  .arrow-style-7 .slick-arrow.tty-slick-text-prev {
    left: 33%;
    top: -30%;
  }
  .arrow-style-7 .slick-arrow.tty-slick-text-next {
    left: 33%;
    top: 114%;
    right: unset;
  }
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel .slick-list.draggable .slick-track .single-thumb > img {
    transform: rotate(90deg);
  }
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel {
    width: 16%;
  }
}
@media only screen and (max-width: 479px) {
  .myaccount-orders .table td, .myaccount-orders .table th {
    font-size: 15px;
  }
  .myaccount-orders .table td a, .myaccount-orders .table th a {
    font-size: 15px;
  }
  .your-order-table .table {
    table-layout: fixed;
  }
  .your-order .your-order-table table thead tr .cart-product-name {
    width: 170px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .your-order .your-order-table table thead tr .cart-product-total {
    width: 140px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .your-order .your-order-table table .cart_item .cart-product-name {
    width: 170px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .your-order .your-order-table table .cart_item .cart-product-total {
    width: 140px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .your-order .your-order-table table .order-total th {
    width: 170px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .your-order .your-order-table table .order-total td {
    width: 140px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .checkbox-form h3 {
    font-size: 21px;
  }
  .your-order h3 {
    font-size: 21px;
  }
  .your-order .your-order-table table .cart_item .cart-product-name {
    font-size: 14px;
  }
  .your-order .your-order-table table .order-total th {
    font-size: 16px;
  }
  .your-order .your-order-table table .order-total #totalAmount {
    font-size: 18px;
  }
  .your-order .your-order-table table .cart_item .cart-product-total {
    font-size: 14px;
  }
  .modal-wrapper .modal-inner-area .product-summery .quantity-with_btn .add-to_cart .border-button {
    width: auto;
  }
  .shopMain .product-tab-area .tab-section_area .product-tab .nav.product-menu > li {
    padding: 0;
  }
  .fixed-wrapper .main-site .slider-area .mgana-element-carousel .slick-list.draggable .slick-track .slide-btn .mgana-btn {
    line-height: 14px !important;
  }
  .section-title > .heading-one {
    letter-spacing: 2px;
  }
  .brand-logo-area .slick-list.draggable .slick-track .single-brand-item .brand-item {
    height: 38vw;
  }
  .hereabout-area .hereabout-content .desc-one {
    font-size: 14px;
    line-height: 24px;
  }
  .shopMain .hereabout-content .hereabout-btn .mgana-btn {
    line-height: 18px;
    font-size: 14px;
    padding: 13px 24px;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-content.blogDetailsBottomSlider .post-title > h4 > a {
    font-size: 19px;
  }
  .post-inner-box .post-content .read-more a {
    font-size: 12px;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-content.blogDetailsBottomSlider .post-title > h4 > a {
    padding: 0 25px;
    font-size: 17px;
  }
  .single-product-main-area .product-summery .price-box {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .single-product-main-area .product-summery .price-box .rating-meta .rating-box {
    margin-bottom: 0;
  }
  .in-stock {
    margin-left: 10px;
  }
  .section-title > .heading-one {
    font-size: 24px;
  }
  .blog-area-wrapper #reviewsAll .blog-inner-box .blog-thumb-content .format-content {
    padding: 15px 0;
  }
  .mobile-footer .mobile-footer-nav > li > a .badge {
    right: 36%;
  }
  .banner-19-area .banner-inner-content-4 .content-wrapper .small-title-2 {
    line-height: 24px;
  }
  .banner-19-area .banner-inner-content-4 .content-wrapper .large-title {
    line-height: 100px;
  }
  .banner-19-area .banner-inner-content-4 .content-wrapper .small-title-3 {
    line-height: 130px;
  }
  .banner-19-area .banner-inner-content-4 .content-wrapper .slide-btn {
    margin-top: 20px;
  }
  .banner-19-area .banner-inner-content-4 .content-wrapper .slide-btn .border-button-3 {
    line-height: 14px;
    padding: 15px 30px 15px 30px;
  }
  .indexBook .indexBookLeft .section-title-14 .heading-14 {
    font-size: 25px;
  }
  .indexBook .indexBookLeft {
    height: 100px;
  }
  .view-more-btn_wrap .view-more {
    line-height: 11px;
    padding: 9px 10px;
    min-width: 120px;
  }
  .view-more-btn_wrap .view-more:before {
    width: 20px;
  }
  .view-more-btn_wrap .view-more:after {
    width: 20px;
  }
  .indexBook .indexBookMid {
    padding: 25px 15px;
  }
  .indexBook .indexBookMid .textSection {
    -webkit-line-clamp: 10;
  }
  .bookArea2 .indexBookMid .textSection {
    -webkit-line-clamp: 9;
  }
  .slider-content-14 .slider-head-2 {
    font-size: 47px;
    line-height: 60px;
  }
  .slider-content-14 .slider-head-1 {
    font-size: 19px;
    margin-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .modal.fade .modal-content .slick-list.draggable {
    height: 55vw !important;
  }
  .arrow-style-10 .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .single-product-main-area .product-summery .product-head .product-title {
    padding-top: 0;
  }
  .single-product-main-area .product-summery .product-head .product-title > a {
    font-size: 14px;
  }
  .single-product-main-area .product-summery .price-box .regular-price {
    font-size: 16px;
  }
  .single-product-main-area .product-summery .price-box {
    padding-top: 0;
  }
  .single-product-main-area .product-summery .quantity-with_btn .add-to_cart .border-button {
    height: auto;
    line-height: 14px;
    font-size: 14px;
  }
  .about-area.theBookMain .about-store-area .desc-content .slide-btn.askBook > button {
    height: auto;
    line-height: 14px !important;
    font-size: 14px !important;
    width: auto;
    padding: 12px 18px;
    letter-spacing: 0.5px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-thumbnail .date-post {
    height: 55px;
    width: 55px;
    padding: 0;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-thumbnail .date-post .day-post {
    font-size: 18px;
    line-height: 21px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-thumbnail .date-post .month-post {
    font-size: 13px;
    line-height: 21px;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-content .blogCounts {
    height: 55px;
    width: 55px;
    padding: 0;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain .blog-inner-box .blog-content .blogCounts > span {
    font-size: 15px;
    line-height: 19px;
  }
  .blog-area-wrapper .blog-inner-box .blog-content .blog-title a {
    font-size: 17px;
  }
  .blogMain .blog-inner-box .blog-content .blog-title a {
    line-height: 24px;
    height: 67px;
    margin-bottom: 10px;
  }
  .blogMain .blogArticle {
    height: 63px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }
  .blogMain .blog-inner-box .blog-content .read-more {
    margin-top: 5px;
  }
  #cookieModal .privateModal .modal-body .cookie .cookieBottom {
    flex-direction: column-reverse;
  }
  #cookieModal .privateModal .modal-body .cookie .cookieBottom button {
    width: 100%;
  }
  #cookieModal .privateModal .modal-body .cookie .cookieBottom #cookieSave {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product {
    padding: 0;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img {
    height: 57vw;
  }
  .blog-area-wrapper.blogDetailsMain .single-blog-post-carousel .blog-post-wrapper .post-inner-box .post-content .post-title a {
    font-size: 20px;
    padding-top: 10px !important;
    height: 65px;
  }
  .shopDetails .single-product-tab-area #description .desc-body .inner-img {
    height: 50vw;
  }
  .arrow-style-7 .slick-arrow.tty-slick-text-prev {
    left: 30%;
  }
  .arrow-style-7 .slick-arrow.tty-slick-text-next {
    left: 30%;
  }
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel .slick-list.draggable {
    max-height: 38vw !important;
  }
}
@media only screen and (max-width: 425px) {
  .add-to_cart > a.border-button {
    padding: 10px 17px;
  }
  .about-area.theBookMain .about-store-area .about-thumbnail.hover-style .bookTransparentLeft > h1 {
    font-size: 24px !important;
  }
  .blog-area-wrapper .blog-inner-box.blogDetailsArea .blog-thumbnail {
    width: 100%;
  }
  .free-banner-wrapper {
    padding: 25px 0;
  }
  .shopMain .free-banner-wrapper .free-banner-content {
    padding: 0 20px;
  }
  .shopMain .free-banner-wrapper .free-button {
    padding: 0 20px;
  }
  .single-product-main-area .product-summery .price-box .productDetailsPrice .shopDetailsPriceArea {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }
  .single-product-main-area .product-summery .price-box .productDetailsPrice .shopDetailsPriceArea .regular-price {
    margin-bottom: 0;
    line-height: 22px;
  }
  .single-product-main-area .product-summery .price-box .productDetailsPrice .shopDetailsPriceArea .regular-old-price {
    margin-left: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .single-product-main-area .product-summery .price-box {
    display: flex;
    align-items: center !important;
    align-content: center;
  }
  .in-stock {
    margin-left: 0;
  }
  .productDetailsPrice {
    flex-direction: column-reverse;
  }
  .productDetailsOthers .rating-meta {
    line-height: 16px;
  }
  .productDetailsOthers .rating-meta:first-child {
    margin-top: 5px;
  }
  .section-title > .heading-one {
    font-size: 22px;
    padding-left: 0;
    padding-right: 0;
  }
  .about-area .project-about .project-about-wrapper .project-about-icon i {
    font-size: 21px;
    padding: 21px;
  }
  .about-area .project-about .project-about-wrapper .project-about-content .title {
    font-size: 20px;
  }
  .about-area.theBookMain .about-store-area .about-thumbnail.hover-style {
    height: 180px;
  }
  .blog-area-wrapper .blog-inner-box .blog-thumbnail {
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
  }
  .mobile-footer .mobile-footer-nav > li > a .badge {
    right: 34%;
  }
  .indexBook .indexBookRight {
    width: 40%;
  }
  .indexBook .indexBookMid {
    width: 60%;
  }
  .indexBook .indexBookLeft .section-title-14 .heading-14 {
    font-size: 22px;
  }
  .indexBook .indexBookLeft {
    height: 80px;
  }
  .bookArea2 .indexBookMid {
    width: 100%;
  }
  .product-item .single-product .product-content .product-desc_info h3.product-name {
    line-height: 18px;
    font-size: 16px;
  }
  .shop-product-wrap.grid .product-item .single-product .product-content .product-desc_info > h3.product-name > a {
    font-size: 16px;
    line-height: 18px;
  }
  #indexBlog .post-inner-box .post-content-2 .post-title > h4 > a {
    font-size: 18px;
    line-height: 20px;
    height: 42px;
  }
  #indexBlog .post-inner-box .post-content-2 .content {
    font-size: 15px;
    line-height: 15px;
  }
  #indexBlog .post-inner-box .post-content-2 .content .desc-content {
    font-size: 15px;
    line-height: 20px;
    height: 122px;
  }
  .shop-product-wrap.grid .product-item .single-product .product-content .product-desc_info > h3.product-name {
    margin-bottom: 7px;
  }
  .product-item .single-product .product-img {
    height: 82vw;
  }
  .shopDetails .single-product-main-area .product-details-img .slick-list.draggable {
    height: 78vw !important;
  }
  .about-area.theBookMain .about-store-area .desc-content .slide-btn.askBook > button {
    letter-spacing: 0.5px;
  }
  .blog-area-wrapper.blog-left-sidebar-wrapper .blog-wrapper .blog-inner-box.shadow-none .blog-thumbnail {
    margin-bottom: 30px !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }
  .blog-area-wrapper.blog-3-column-wrapper.blogMain #blogAll .blog-wrapper .blog-inner-box .blog-thumbnail {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 385px) {
  .arrow-style-7 .slick-arrow.tty-slick-text-prev {
    left: 26%;
  }
  .arrow-style-7 .slick-arrow.tty-slick-text-next {
    left: 26%;
  }
  .blogMain .blog-inner-box .blog-content .blog-title a {
    line-height: 22px;
    height: 62px;
    margin-bottom: 10px;
  }
  .blogMain .blogArticle {
    line-height: 1.4;
    height: 58px;
  }
  .blogMain .blog-inner-box .blog-content {
    min-height: 220px;
  }
}
@media only screen and (max-width: 375px) {
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img {
    height: 62vw;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .product-desc_info > h3.product-name > a {
    font-size: 16px;
  }
  .myaccount-orders .table td, .myaccount-orders .table th {
    font-size: 14px;
  }
  .myaccount-orders .table td a, .myaccount-orders .table th a {
    font-size: 14px;
  }
  .myaccount-orders .table td .mgana-btn, .myaccount-orders .table th .mgana-btn {
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .otherPages .desc-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .otherPages .container .row .faq-content-wrapper .desc-content ul {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
    list-style-type: disc;
    padding-left: 35px;
  }
  .otherPages .desc-content h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  #indexBlog .post-inner-box .post-content-2 .post-title > h4 > a {
    font-size: 17px;
  }
  #indexBlog .post-inner-box .post-content-2 .content .desc-content {
    font-size: 14px;
  }
  .shopMain .new-arrival-area .new-arrival-content .arrival-button > a.mgana-btn {
    padding: 10px 12px;
  }
  .blogDetailsArea .blogDetailsContent {
    font-size: 14px;
  }
  .blogDetailsArea .blog-title {
    font-size: 14px;
  }
  .blog-post-area .slick-list.draggable .slick-track .blog-post-wrapper .post-inner-box .post-content.blogDetailsBottomSlider .post-title > h4 > a {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .alert-danger {
    font-size: 14px;
  }
  .product-tab-area .heading-one {
    padding-bottom: 20px;
  }
  .shopDetails .single-product-tab-area #description .desc-body .inner-img {
    height: 63vw;
  }
  .mobile-footer .mobile-footer-nav > li > a .badge {
    right: 32%;
  }
  .new-arrival-4 .title-icon .icon-border:before {
    width: 25px;
  }
  .new-arrival-4 .title-icon .icon-border:after {
    width: 25px;
  }
  .slider-content-14 .slider-head-2 {
    font-size: 36px;
    line-height: 47px;
  }
  .slider-content-14 .slider-head-1 {
    font-size: 16px;
    margin-top: 22px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 45px;
  }
  .testimonial-area-4.background .section-title-14 .heading-14 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 21px;
  }
  .new-arrival-4 .title-icon .icon-border i {
    font-size: 22px;
  }
  .new-arrival-4 .title-icon .icon-border i:before, .new-arrival-4 .title-icon .icon-border i:after {
    width: 20px;
  }
  .new-arrival-4 .title-icon .icon-border {
    padding: 0 10px;
  }
  .testimonial-area-4.background {
    height: 450px;
  }
  input[type=checkbox] + label:after {
    font-size: 10px;
    line-height: 18px;
    width: 18px;
  }
  input[type=checkbox] + label:before {
    width: 18px;
    height: 18px;
  }
  .section-title-14 .heading-14 {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 27px;
  }
  .newsletter-group .mc-form .newsletter-btn {
    font-size: 14px;
  }
  .newsletter-group .mc-form .email-box {
    font-size: 14px;
  }
  .modal.fade .modal-content .slick-list.draggable {
    height: 63vw !important;
  }
  .single-product-main-area .vertical-tab .product-details_slider {
    width: 100%;
  }
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel {
    width: auto;
    max-width: 18%;
    min-width: 18%;
  }
  .large-title-1 {
    font-size: 28px;
  }
  .small-title-1 {
    letter-spacing: 6px;
    font-size: 18px;
  }
  .new-arrival-area.background-1 {
    height: auto;
  }
  .section-title > .heading-one {
    font-size: 20px;
  }
  .login-register-area .login-register-wrapper .my-account .account-header.registerReset {
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
  }
  .login-register-area .login-register-wrapper .my-account .account-header.registerReset .panel-title {
    margin-bottom: 12px;
  }
  .login-register-area .login-register-wrapper {
    padding: 0;
  }
  .shopDetails .single-product-main-area .product-details-img .pd-slider-nav.mgana-element-carousel .slick-list.draggable {
    max-height: 42vw !important;
  }
  .shopDetails .single-product-main-area .slick-list.draggable .slick-track .single-thumb.slick-slide > img {
    min-height: 16vw;
  }
  .arrow-style-7 .slick-arrow.tty-slick-text-next {
    top: 119%;
  }
}
@media only screen and (max-width: 350px) {
  .blog-area-wrapper.blogDetailsMain .single-blog-post-carousel .blog-post-wrapper .post-inner-box .post-content .post-title a {
    font-size: 19px;
    padding-top: 10px !important;
    height: 63px;
    line-height: 25px;
  }
  .shopMain .product-tab-area .tab-section_area .product-tab .nav.product-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .footer-area-5 .footer-bottom-area .container-fluid .row .text-center .footerOtherPages .dotArea {
    margin: 0;
  }
}
@media only screen and (max-width: 340px) {
  .mobile-footer .mobile-footer-nav > li > a .badge {
    right: 30%;
  }
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-img {
    height: 68vw;
  }
}
@media only screen and (max-width: 320px) {
  .shop-product-wrap.listview > [class*=col-] .list-product_item .single-product .product-content .product-desc_info > h3.product-name > a {
    font-size: 15px;
  }
  .footer-top-area .container-fluid .row.align-items-center .custom-col-2 {
    width: 100%;
  }
  .generalFooter .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row > div {
    width: 100% !important;
  }
  .footer-area-1 .custom-col-1 {
    width: 100%;
  }
  .footer-area-1 .custom-col-1 {
    padding: 0 15px;
  }
  .footer-area-5.indexFooterArea .custom-col-1 {
    width: 100%;
  }
  .footer-area-5.indexFooterArea .custom-col-2 .row > div {
    width: 100% !important;
  }
  .generalFooter .footer-top-area .container-fluid .row.align-items-center .custom-col-2 .row > div {
    width: 100% !important;
  }
}
.privacy h1, .privacy h2, .privacy h3, .privacy h4, .privacy h5, .privacy h6 {
  font-weight: bold;
}
.privacy h1 {
  font-size: 2em;
}
.privacy h2 {
  font-size: 1.5em;
}
.privacy h3 {
  font-size: 1.17em;
}
.privacy h4 {
  font-size: 1em;
}
.privacy h5 {
  font-size: 0.83em;
}
.privacy h6 {
  font-size: 0.67em;
}

.free-banner-wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-evenly !important;
}
.free-banner-wrapper .free-button {
  padding: 0 !important;
}

.newsletter-btn {
  color: white !important;
}

.banner-wrapper .inner-content {
  width: 50%;
}

@media (max-width: 1000px) {
  .banner-wrapper .inner-content {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .banner-wrapper .inner-content {
    width: 100% !important;
  }
}

/*# sourceMappingURL=styles.css.map */
