:root {
  --base-color: #1b3250;
  --dark-gray: #16202c;
  --medium-gray: #888e95;
  --alt-font: "Plus Jakarta Sans", sans-serif;
  --primary-font: "Plus Jakarta Sans", sans-serif;
}
/* ===================================
    Geneomes - Decor store
====================================== */

/* font */

/* reset */

body {
  font-size: 16px;
  line-height: 30px;
}

/* input placeholder color */

/* input placeholder color */

/* input */

.input-small,
.textarea-small,
.select-small {
  font-size: 15px;
}

/* header */

header .navbar-brand img {
  max-height: 36px;
}

.header-cart-icon .cart-count {
  font-size: 9px;
  right: -10px;
}

.navbar .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 17px;
}

/* heading tag */

h3 {
  line-height: 2.813rem;
}

h4 {
  line-height: 2.375rem;
}

.shop-sidebar .shop-filter li .item-qty {
  font-size: 10px;
  font-weight: 600;
}

.pagination-style-01 .page-item.active .page-link,
.pagination-style-01 .page-item .page-link:hover {
  background: var(--dark-gray);
  color: var(--white);
}

.pagination-style-01 .page-item:first-child .page-link,
.pagination-style-01 .page-item:last-child .page-link {
  background: transparent;
  box-shadow: none !important;
  color: var(--medium-gray);
}

.pagination-style-01 .page-item:first-child .page-link:hover,
.pagination-style-01 .page-item:last-child .page-link:hover {
  color: var(--dark-gray);
}

section,
footer {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* btn */

.btn.btn-switch-text.btn-very-small > span {
  padding: 6px 12px;
}

.btn.btn-switch-text.btn-small > span {
  padding: 8px 16px;
}

.btn.btn-switch-text.btn-large > span {
  padding: 12px 24px;
}

.btn.btn-switch-text.btn-extra-large > span {
  padding: 16px 32px;
}

.btn {
  text-transform: inherit;
  letter-spacing: 0;
}

.btn.btn-extra-large {
  font-size: 16px;
}

.btn.btn-large {
  font-size: 15px;
}

.btn.btn-medium {
  font-size: 14px;
}

.btn.btn-small {
  font-size: 13px;
}

.btn.btn-very-small {
  font-size: 12px;
}

/* text color */

/* bg color */

.bg-blue-tangaroa {
  background-color: #18222e !important;
}

.bg-gradient-base-transparent {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(22, 32, 44, 1)),
    to(transparent)
  );
  background-image: linear-gradient(
    to top,
    rgba(22, 32, 44, 0.9) 8%,
    transparent 80%
  );
}

/* tab style 04 */

.tab-style-04 .nav-tabs .nav-item .nav-link {
  line-height: 50px;
}

/* progress bar 02 */

.progress-bar-style-02 .progress {
  height: 10px;
}

/* contact form style 03 */

.contact-form-style-03 .form-group.form-textarea .form-icon {
  top: 20px;
}

/* tab style 07 */

.tab-style-07 .nav-tabs .nav-item .nav-link {
  padding: 17px 30px;
}

/* footer */

footer {
  font-size: 15px;
  line-height: 26px;
}

footer .footer-logo img {
  max-height: 36px;
}

.footer-dark a:hover {
  color: var(--white);
}

.newsletter-style-02 input {
  font-size: 14px;
  padding-right: 60px !important;
}

footer ul li {
  margin-bottom: 2px;
}

/* tooltip */

/* media query responsive */

@media (max-width: 991px) {
  section,
  footer {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .tab-style-04 .nav-tabs .nav-item {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  section,
  footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .tab-style-04 .nav-tabs .nav-item .nav-link {
    line-height: 35px;
  }
}

/* Revolution slider */

@media (max-width: 1080px) and (min-width: 1024px) {
  .product-image-layer {
    left: 100px;
  }
}

@media (max-width: 1400px) and (min-width: 1024px) {
  .right-image-layer {
    right: -200px;
  }
}

@media (max-width: 991px) and (min-width: 778px) {
  #decor-store-slider_forcefullwidth,
  #decor-store-slider_wrapper {
    height: 650px !important;
  }

  .navigation-arrow .tp-caption {
    min-height: 90px !important;
    max-height: 90px !important;
  }
}

@media (max-width: 650px) {
  #decor-store-slider_forcefullwidth,
  #decor-store-slider_wrapper {
    height: 750px !important;
  }

  .navigation-arrow .tp-caption {
    min-height: 90px !important;
    max-height: 90px !important;
  }
}

@media (max-width: 479px) {
  footer .elements-social.social-icon-style-01 li,
  footer .elements-social.social-icon-style-02 li,
  footer .elements-social.social-icon-style-05 li,
  footer .elements-social.social-icon-style-08 li {
    margin: 0 18px 0 0;
  }
}

@media (max-width: 991px) and (orientation: landscape) {
  #decor-store-slider_forcefullwidth,
  #decor-store-slider_wrapper {
    height: 600px !important;
  }

  .product-image-layer {
    width: 600px !important;
    min-width: 600px !important;
    max-width: 600px !important;
    height: auto !important;
    left: 30px;
  }

  .shop-button {
    font-size: 11px !important;
    padding: 8px 18px 8px 10px !important;
  }

  .right-image-layer {
    width: 800px !important;
    min-width: 800px !important;
    max-width: 800px !important;
  }

  .left-column {
    padding-top: 100px !important;
  }
}

@media (max-width: 991px) and (min-width: 844px) and (orientation: landscape) {
  .right-image-layer {
    width: 300px !important;
    min-width: 300px !important;
    max-width: 300px !important;
  }

  .left-column {
    min-height: 300px !important;
    max-height: 300px !important;
    height: 300px !important;
  }
}