/**
 * Theme Name: Shanahan Paints
 * Version: 1.0.0
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: The 2017 theme for Shanahan Paints.
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: Shanahan Paints
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
/*===== Vraiables =====*/
/*===== General Resets =====*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px; }
  body.admin-bar nav {
    margin-top: 32px; }

@media (min-width: 1200px) {
  .container.container-reset {
    width: 1315px; } }

a:focus {
  outline: none; }

/*======================================= HOME PAGE ==========================================*/
.navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  -webkit-transition: top 0.2s ease-in-out 0s;
  -moz-transition: top 0.2s ease-in-out 0s;
  -ms-transition: top 0.2s ease-in-out 0s;
  -o-transition: top 0.2s ease-in-out 0s;
  transition: top 0.2s ease-in-out 0s; }
  .navbar-default .navbar-nav > li {
    padding: 15px 0;
    position: relative; }
    .navbar-default .navbar-nav > li a {
      color: #334e4f;
      font-weight: 500;
      font-family: "Poppins", Arial, sans-serif;
      font-size: 18px;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus {
        color: #53887f;
        text-decoration: none; }
    .navbar-default .navbar-nav > li .sub-menu {
      list-style: none;
      background-color: #d2cdd1;
      position: absolute;
      padding: 10px 15px;
      top: 80px;
      min-width: 200px;
      display: none; }
      .navbar-default .navbar-nav > li .sub-menu li {
        margin-bottom: 10px; }
        .navbar-default .navbar-nav > li .sub-menu li a {
          white-space: nowrap; }
        .navbar-default .navbar-nav > li .sub-menu li:last-child {
          margin-bottom: 0; }
        .navbar-default .navbar-nav > li .sub-menu li.current-menu-item a {
          color: #3c5f59; }
    .navbar-default .navbar-nav > li:hover .sub-menu {
      display: block; }
    .navbar-default .navbar-nav > li.current-menu-item > a, .navbar-default .navbar-nav > li.current-menu-parent > a {
      color: #3c5f59; }
    .navbar-default .navbar-nav > li.current-menu-item::after, .navbar-default .navbar-nav > li.current-menu-parent::after {
      width: 100%; }
    .navbar-default .navbar-nav > li::after {
      content: "";
      background-color: #3c5f59;
      height: 4px;
      width: 0%;
      margin: 0 auto;
      display: block;
      position: absolute;
      bottom: 0; }

@media (min-width: 992px) {
  .navbar-default {
    top: 20px; }
  nav.affix {
    top: 0; } }

.navbar-collapse {
  background-color: #d2cdd1;
  -moz-box-shadow: 3px 9px 65px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 9px 65px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 9px 65px 0px rgba(0, 0, 0, 0.2); }

.navbar > .container .navbar-brand {
  margin-left: 55px;
  padding: 8px 15px 7px 15px;
  height: auto; }

.navbar-right {
  margin-right: 5px; }

.cart-box {
  margin-right: 68px; }
  .cart-box a {
    display: block;
    color: #403f4d;
    line-height: 80px;
    font-weight: 500;
    font-family: "Poppins", Arial, sans-serif;
    font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .cart-box a:hover, .cart-box a:focus {
      color: #629496;
      text-decoration: none; }

.main-slide {
  min-height: 750px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .main-slide > .container {
    padding-top: 187px; }
  .main-slide h1 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 57px;
    font-family: "Playfair Display", Arial, sans-serif; }
  .main-slide h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 80px;
    font-weight: 500;
    font-family: "Poppins", Arial, sans-serif;
    line-height: 48px; }

.main-slider {
  position: relative; }
  .main-slider .box-mask {
    background-color: rgba(60, 95, 89, 0.88);
    width: 50%;
    z-index: -1; }
  .main-slider .slick-arrow {
    left: calc(50% + 74px);
    bottom: 112px; }
    .main-slider .slick-arrow.slick-next {
      left: calc(50% + 225px); }
  .main-slider .slick-dots {
    left: calc(50% + 136px);
    bottom: 137px; }

.padd-left {
  padding-left: 67px; }

.slick-arrow,
.slick-dots {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 100; }

.slick-arrow {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 58px; }

.slick-dots {
  list-style: none; }
  .slick-dots li {
    display: inline-block;
    margin-right: 10px; }
    .slick-dots li.slick-active button {
      background-color: white; }
  .slick-dots button {
    background-color: rgba(255, 255, 255, 0.4);
    border: none;
    font-size: 0;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    padding: 0; }

.btn-default {
  background-color: transparent;
  border-radius: 0;
  border: 2px solid #fff;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15px 43px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: #fff !important;
    color: #629496;
    border: 2px solid #fff !important;
    outline: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-danger,
.gform_button {
  background-color: #629496;
  border-radius: 0;
  border: 2px solid #629496;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Poppins", Arial, sans-serif;
  padding: 18px 34px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active,
  .gform_button:hover,
  .gform_button:focus,
  .gform_button:active {
    background-color: transparent !important;
    color: #629496 !important;
    border: 2px solid #629496 !important;
    outline: none !important;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn-products-more {
  padding-left: 70px; }
  .btn-products-more i {
    opacity: 0; }
  .btn-products-more.loading i {
    opacity: 1; }

.box-mask {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.main-content {
  position: relative;
  background-color: #d2cdd1;
  padding: 50px 0; }

.top-bg {
  background-image: url(assets/img/top-bg.png);
  height: 85px;
  margin-top: -152px;
  background-size: cover;
  background-position: 2px 2px;
  background-repeat: no-repeat;
  margin-left: -13px; }

.bottom-bg {
  background-image: url(assets/img/bottom-bg.png);
  height: 85px;
  background-size: cover;
  background-position: -2px -3px;
  background-repeat: no-repeat; }

.middle-bg {
  background-color: #f0f0f0;
  padding: 0 65px 0px; }
  .middle-bg h3 {
    color: #3c5f59;
    font-size: 36px;
    font-family: "Playfair Display", Arial, sans-serif;
    margin-bottom: 50px;
    text-align: center;
    margin-top: 0px; }
  .middle-bg .half-left {
    padding: 46px 90px 46px 92px; }
    .middle-bg .half-left p {
      text-align: justify;
      text-align-last: right;
      color: #3c5f59;
      margin-bottom: 60px;
      line-height: 26px; }

.main-content-top {
  padding-top: 17px; }

.main-content-middle {
  padding: 42px 0 0; }

.interior-box {
  background-color: #fff;
  padding: 8px;
  margin-bottom: 55px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .interior-box a img {
    margin-bottom: 11px; }
  .interior-box img {
    max-width: 100%;
    height: auto; }
  .interior-box h5 {
    font-size: 24px;
    font-family: "Playfair Display", Arial, sans-serif;
    color: #3c5f59;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .interior-box h5 a {
      color: #3c5f59;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      .interior-box h5 a:hover, .interior-box h5 a:focus {
        text-decoration: none; }
  .interior-box:hover {
    background-color: #3c5f59;
    -moz-box-shadow: 3px 20px 90px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 20px 90px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 20px 90px 0px rgba(0, 0, 0, 0.2); }
    .interior-box:hover h5,
    .interior-box:hover a {
      color: #fff; }

.main-content-bottom .link-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

.main-content-bottom .link-text {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 50px;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.main-content-bottom .button-group {
  padding-bottom: 50px; }
  .main-content-bottom .button-group .btn-danger {
    padding: 13px 38px; }

.main-content-bottom .add-margin {
  margin-bottom: 40px; }

.main-content-bottom .inner-banner {
  -moz-box-shadow: 3px 20px 90px 0px rgba(0, 0, 0, 0.2), 0px 15px 21px 0px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 3px 20px 90px 0px rgba(0, 0, 0, 0.2), 0px 15px 21px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 3px 20px 90px 0px rgba(0, 0, 0, 0.2), 0px 15px 21px 0px rgba(0, 0, 0, 0.26); }

.box-type {
  overflow: hidden; }
  .box-type::after {
    background-image: url(assets/content/hover-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s; }
  .box-type.hover-lg::after {
    background-image: url(assets/content/hover-img-large.png); }
  .box-type a {
    position: relative;
    display: block; }
  .box-type .box-type-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: transform 2s ease-in-out 0s;
    -moz-transition: transform 2s ease-in-out 0s;
    -ms-transition: transform 2s ease-in-out 0s;
    -o-transition: transform 2s ease-in-out 0s;
    transition: transform 2s ease-in-out 0s; }
  .box-type:hover::after {
    opacity: 1; }
  .box-type:hover .box-type-bg {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1); }

.type-one {
  background: rgba(96, 21, 158, 0.6);
  background: -moz-linear-gradient(left, rgba(96, 21, 158, 0.6) 0%, rgba(168, 110, 216, 0.6) 100%);
  background: -webkit-linear-gradient(left, rgba(96, 21, 158, 0.6) 0%, rgba(168, 110, 216, 0.6) 100%);
  background: linear-gradient(left, rgba(96, 21, 158, 0.6) 0%, rgba(168, 110, 216, 0.6) 100%); }

.type-two {
  background: rgba(14, 130, 136, 0.6);
  background: -moz-linear-gradient(left, rgba(14, 130, 136, 0.6) 0%, rgba(60, 195, 202, 0.6) 100%);
  background: -webkit-linear-gradient(left, rgba(14, 130, 136, 0.6) 0%, rgba(60, 195, 202, 0.6) 100%);
  background: linear-gradient(left, rgba(14, 130, 136, 0.6) 0%, rgba(60, 195, 202, 0.6) 100%); }

.type-three {
  background: rgba(79, 148, 24, 0.6);
  background: -moz-linear-gradient(left, rgba(79, 148, 24, 0.6) 0%, rgba(127, 210, 59, 0.6) 100%);
  background: -webkit-linear-gradient(left, rgba(79, 148, 24, 0.6) 0%, rgba(127, 210, 59, 0.6) 100%);
  background: linear-gradient(left, rgba(79, 148, 24, 0.6) 0%, rgba(127, 210, 59, 0.6) 100%); }

.portfolio-slider-box {
  padding: 9px 0;
  background-color: #f1f6fa;
  position: relative; }
  .portfolio-slider-box .slick-arrow {
    height: 100%;
    width: 90px;
    bottom: 50%;
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -o-transform: translate(0, 50%);
    transform: translate(0, 50%); }
    .portfolio-slider-box .slick-arrow.slick-prev {
      left: 0px;
      background: #9b57a4;
      /* Old browsers */
      background: -moz-linear-gradient(left, #8e8d9d 0%, rgba(142, 141, 157, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, #8e8d9d 0%, rgba(142, 141, 157, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(left, #8e8d9d 0%, rgba(142, 141, 157, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b57a4', endColorstr='#9b57a4',GradientType=1 );
      /* IE6-9 */ }
    .portfolio-slider-box .slick-arrow.slick-next {
      right: 0px;
      background: #9b57a4;
      /* Old browsers */
      background: -moz-linear-gradient(right, #8e8d9d 0%, rgba(142, 141, 157, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(right, #8e8d9d 0%, rgba(142, 141, 157, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(right, #8e8d9d 0%, rgba(142, 141, 157, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b57a4', endColorstr='#9b57a4',GradientType=1 );
      /* IE6-9 */ }

.portfolio-slide {
  height: 337px;
  margin: 0 5px;
  position: relative; }
  .portfolio-slide .box-mask {
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  .portfolio-slide img {
    height: 100%;
    width: 100%; }
  .portfolio-slide:hover .box-mask {
    background-color: rgb(98 148 150 / 40%); }

.white-popup {
  max-width: 600px;
  margin: auto; }
  .white-popup .contact-box {
    padding: 0;
    margin: 0; }
    .white-popup .contact-box .gform_wrapper {
      position: static; }

.contact-box {
  background-color: #8d8c9c;
  padding-top: 90px;
  position: relative;
  background-image: url(assets/img/footer-contact-box-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat; }
  .contact-box .map {
    min-height: 485px;
    background-color: #ccc;
    background-image: url(assets/img/footer-contact-box-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat; }
  .contact-box > .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }
  .contact-box .gform_wrapper {
    position: absolute;
    top: 36px;
    left: 82px;
    background-color: #fff;
    padding: 35px 30px 30px;
    -moz-box-shadow: 3px 20px 90px 0px rgba(0, 0, 0, 0.2), 2px 0px 5px 0px rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 3px 20px 90px 0px rgba(0, 0, 0, 0.2), 2px 0px 5px 0px rgba(0, 0, 0, 0.26);
    box-shadow: 3px 20px 90px 0px rgba(0, 0, 0, 0.2), 2px 0px 5px 0px rgba(0, 0, 0, 0.26);
    z-index: 100; }
    .contact-box .gform_wrapper span.gform_description {
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 24px;
      color: #403f4d;
      font-family: "Playfair Display", Arial, sans-serif; }
    .contact-box .gform_wrapper .gfield_required {
      color: #a6a6a6; }
    .contact-box .gform_wrapper label.gfield_label {
      color: #a6a6a6;
      margin: 0;
      font-size: 12px;
      font-weight: 400; }
    .contact-box .gform_wrapper input[type="text"],
    .contact-box .gform_wrapper textarea {
      border: none;
      border-bottom: 1px solid #a6a6a6;
      padding: 0 0 5px 0 !important;
      color: #403f4d !important; }
    .contact-box .gform_wrapper .top_label input.medium {
      width: 100% !important; }
    .contact-box .gform_wrapper textarea {
      height: 27px !important; }
    .contact-box .gform_wrapper .gf_left_half {
      padding-right: 0 !important;
      border-right: 1px solid #a6a6a6; }
      .contact-box .gform_wrapper .gf_left_half input {
        padding-right: 10px !important; }
    .contact-box .gform_wrapper .gf_right_half label,
    .contact-box .gform_wrapper .gf_right_half input {
      padding-left: 10px !important; }
    .contact-box .gform_wrapper .gfield_html.gfield_no_follows_desc {
      margin-top: 28px;
      color: #a6a6a6;
      font-size: 14px; }
    .contact-box .gform_wrapper .captcha-item {
      margin-top: 0; }
    .contact-box .gform_wrapper .gform_button {
      padding: 15px 32px;
      background-color: #629496;
      border-radius: 0;
      border: 2px solid #629496;
      color: #fff; }
    .contact-box .gform_wrapper .gform_footer {
      margin-top: 7px; }
    .contact-box .gform_wrapper div.ginput_container {
      margin-top: 0 !important; }
    .contact-box .gform_wrapper .active label,
    .contact-box .gform_wrapper .active .gfield_required {
      color: #542f74; }
    .contact-box .gform_wrapper .active input[type="text"],
    .contact-box .gform_wrapper .active textarea {
      border-bottom-color: #3c5f59; }

.return-to-shop a.button {
  padding: 15px 32px;
  background-color: #629496;
  border-radius: 0;
  border: 2px solid #629496;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .return-to-shop a.button:hover, .return-to-shop a.button:focus {
    background-color: transparent;
    border: 2px solid #629496;
    color: #629496; }

.dark-baner {
  background-color: #3c5f59;
  padding: 93px 0 60px; }
  .dark-baner h4 {
    color: #f0f6fa;
    font-size: 28px;
    text-align: right;
    font-family: "Playfair Display", Arial, sans-serif; }
  .dark-baner form {
    padding-top: 10px; }
    .dark-baner form .form-control {
      background-color: transparent;
      border-radius: 0;
      border: none;
      border-bottom: 2px solid #2e2e3d;
      color: #fff;
      font-family: "Playfair Display", Arial, sans-serif;
      font-style: italic;
      padding: 6px;
      height: 30px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .dark-baner form ::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #fff; }
    .dark-baner form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #fff; }
    .dark-baner form :-ms-input-placeholder {
      /* IE 10+ */
      color: #fff; }
    .dark-baner form :-moz-placeholder {
      /* Firefox 18- */
      color: #fff; }
    .dark-baner form .form-group {
      float: left;
      width: 50%;
      margin-bottom: 0; }
    .dark-baner form .btn-danger {
      padding: 10px 30px;
      margin-top: -19px; }
      .dark-baner form .btn-danger:hover, .dark-baner form .btn-danger:focus, .dark-baner form .btn-danger:active {
        color: #fff !important; }

.footer-wrapper {
  background-color: #35544f;
  color: #fff;
  padding: 30px 0 43px; }
  .footer-wrapper h5 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 24px;
    font-family: "Playfair Display", Arial, sans-serif; }
  .footer-wrapper ul {
    list-style: none;
    padding: 0; }
    .footer-wrapper ul li {
      font-family: "Playfair Display", Arial, sans-serif;
      font-weight: 700; }
      .footer-wrapper ul li a {
        font-weight: 400;
        color: #fff;
        font-family: "Poppins", Arial, sans-serif;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .footer-wrapper ul li a:hover, .footer-wrapper ul li a:focus {
          color: #e8e8fc;
          text-decoration: none; }
      .footer-wrapper ul li i {
        font-size: 26px;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: -5px; }
      .footer-wrapper ul li:nth-child(2) {
        margin-bottom: 20px; }

.logo-box img {
  margin-bottom: 15px; }

.logo-box address span {
  font-weight: 500; }

.schedule-box p {
  margin-bottom: 27px; }
  .schedule-box p:last-child {
    margin-bottom: 0; }

.membership-box p {
  font-size: 14px; }

.copyright {
  background-color: #2e4041;
  padding: 25px 0 15px;
  border-bottom: 2px solid #8e8d9d;
  color: #fff;
  position: relative; }
  .copyright p {
    font-size: 14px;
    margin-bottom: 0; }
    .copyright p a {
      font-weight: 500; }
  .copyright a {
    color: #fff;
    font-size: 14px; }
  .copyright ul {
    margin-bottom: 0; }
    .copyright ul li {
      padding: 0;
      margin-right: 4px; }
      .copyright ul li::after {
        content: "|";
        display: inline-block;
        margin-left: 8px;
        vertical-align: top;
        line-height: 23px; }
      .copyright ul li:last-child::after {
        content: none; }
  .copyright .logo {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    text-align: right;
    width: 220px; }
    .copyright .logo img {
      height: 100%;
      width: auto;
      position: absolute;
      right: 0; }

/*======================================= ABOUT PAGE ==========================================*/
.top-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 170px 0 82px;
  position: relative; }
  .top-banner > .container {
    position: relative;
    z-index: 100; }
  .top-banner .box-mask {
    left: 0;
    width: 50%;
    background-color: rgba(60, 95, 89, 0.88); }
  .top-banner h1 {
    font-size: 48px;
    font-family: "Playfair Display", Arial, sans-serif;
    color: #fff;
    margin-bottom: 98px;
    max-width: 550px; }
  .top-banner h5 {
    color: #eae6f2;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 4px; }
  .top-banner.short-banner .breadcrumb {
    margin-bottom: 0px; }
  .top-banner.short-banner h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left; }
  .top-banner.short-banner .social-links-wrapper {
    float: right;
    margin-top: -7px;
    padding-right: 55px; }
    .top-banner.short-banner .social-links-wrapper h5 {
      text-align: right; }
  .top-banner.short-banner .box-mask {
    width: 100%;
    background-color: #629496; }

.breadcrumb {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 68px; }

  .breadcrumb li {
    color: #b4b4c8;
    font-family: "Playfair Display", Arial, sans-serif;
  }
  .breadcrumb li a {
    color: #b4b4c8;
    font-family: "Playfair Display", Arial, sans-serif;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .breadcrumb li a:hover, .breadcrumb li a:focus {
      text-decoration: none;
      color: #eae6f2; }
  .breadcrumb li span {
    color: #eae6f2;
    font-family: "Playfair Display", Arial, sans-serif;
    font-weight: 700; }
  .breadcrumb > li + li::before {
    content: ">";
    color: #b4b4c8;
    font-family: "Playfair Display", Arial, sans-serif;
    vertical-align: top;
    line-height: 24px;
    margin-left: 8px;
    margin-right: 8px; }

.social-links li {
  padding-right: 3px;
  padding-left: 3px; }
  .social-links li a {
    color: #eae6f2;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .social-links li a i {
      font-size: 39px; }
    .social-links li a:hover, .social-links li a:focus {
      color: #fff; }

.content {
  padding: 60px 0 1px; }
  .content.hr-contnet {
    padding: 0; }
  .content h2 {
    font-size: 36px;
    color: #3c5f59;
    margin-bottom: 25px; }
  .content h2,
  .content h4 {
    font-family: "Playfair Display", Arial, sans-serif; }
  .content h3 {
    font-family: "Poppins", Arial, sans-serif;
    font-weight: 300;
    text-align: unset;
    font-size: 30px;
    margin-bottom: 18px; }
  .content h4 {
    font-size: 24px;
    margin-bottom: 19px; }
  .content h5 {
    font-weight: 500;
    font-size: 18px; }
  .content h3,
  .content h4,
  .content h5,
  .content h6,
  .content p,
  .content ul,
  .content ol,
  .content table {
    color: #3c5f59; }
  .content p {
    line-height: 26px;
    margin-bottom: 25px; }
  .content hr {
    border-width: 2px;
    border-color: #3c5f59;
    margin-bottom: 25px; }
  .content img {
    max-width: 100%;
    height: auto; }
  .content .alignnone,
  .content .alignright,
  .content .alignleft {
    margin: 5px 20px 20px 0; }

.white-bg .top-bg {
  background-image: url(assets/img/top-bg-white.png);
  margin-top: -135px; }

.white-bg .middle-bg {
  background-color: #fff; }

.white-bg .bottom-bg {
  background-image: url(assets/img/bottom-bg-white.png); }

.no-margin {
  padding-top: 70px; }
  .no-margin .top-bg {
    margin-top: 0; }
  .no-margin .middle-bg {
    padding-bottom: 62px; }

.inner-banner {
  background-color: #3c5f59;
  color: #fff;
  padding: 48px 0;
  position: relative; }
  .inner-banner h2 {
    font-family: "Playfair Display", Arial, sans-serif;
    font-size: 36px;
    margin: 0;
    line-height: 65px; }
  .inner-banner .btn-danger {
    padding: 18px 30px; }
    .inner-banner .btn-danger:hover, .inner-banner .btn-danger:focus, .inner-banner .btn-danger:active {
      color: #fff !important; }

/*======================================= BLOG PAGE ==========================================*/
.blog-content {
  background-color: #d2cdd1; }
  .blog-content .top-bg {
    margin-top: -134px;
    background-size: 944px 75px;
    background-position: 2px 13px;
    margin-left: -10px; }
  .blog-content .bottom-bg {
    background-size: 945px 75px; }
  .blog-content .middle-bg {
    padding: 50px 65px; }
  .blog-content .button-group {
    margin-top: 35px; }
  .blog-content .btn-danger {
    padding: 6px 20px; }

.blog-content-box {
  border-bottom: 2px solid #695d76;
  padding: 15px 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
  .blog-content-box h3 {
    text-align: left;
    margin-bottom: 22px; }
    .blog-content-box h3 a {
      font-size: 30px;
      color: #3c5f59; }
  .blog-content-box h6 {
    color: #3c5f59;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px; }
    .blog-content-box h6 a {
      color: #3c5f59;
      font-weight: 500; }
  .blog-content-box p {
    color: #3c5f59;
    line-height: 25px;
    margin-bottom: 5px; }
  .blog-content-box .btn-default {
    padding: 0;
    color: #629496;
    border: none;
    line-height: 1; }
    .blog-content-box .btn-default:hover, .blog-content-box .btn-default:focus, .blog-content-box .btn-default:active {
      background-color: transparent !important;
      border: none !important;
      color: #3c5f59 !important; }
  .blog-content-box:hover {
    border-bottom-color: #3c5f59;
    background-color: #fff; }
    .blog-content-box:hover h3 a,
    .blog-content-box:hover h6 a {
      color: #3c5f59; }

.widget_categories {
  background-color: #f0f0f0;
  padding: 28px 24px 25px; }
  .widget_categories h4 {
    font-size: 28px;
    color: #2e2e3d;
    margin-bottom: 28px; }
  .widget_categories ul {
    list-style: none;
    padding: 0; }
    .widget_categories ul li {
      padding-bottom: 23px; }
      .widget_categories ul li a {
        color: #629496; }
      .widget_categories ul li:last-child {
        padding-bottom: 0; }

.widget {
  margin-bottom: 35px; }
  .widget h4 {
    font-family: "Playfair Display", Arial, sans-serif;
    font-size: 28px;
    font-weight: 700; }
  .widget:last-child {
    margin-bottom: 0; }

.misc h4 {
  text-align: left;
  color: #f0f0f0;
  margin-bottom: 25px; }

.misc .interior-box {
  margin-bottom: 30px; }

.single-content .middle-bg {
  padding-top: 0; }

.single-content .content {
  padding-top: 36px; }
  .single-content .content h4 {
    font-weight: 700; }

.single-pagination li {
  width: calc(50% - 48px);
  margin-right: 90px; }
  .single-pagination li a {
    padding: 10px 40px 20px;
    background-color: #fff;
    display: block;
    color: #629496;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .single-pagination li a:hover, .single-pagination li a:focus {
      text-decoration: none;
      background-color: #3c5f59;
      color: #fff;
      -moz-box-shadow: 3px 20px 90px 0px rgba(0, 0, 0, 0.2);
      -webkit-box-shadow: 3px 20px 90px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 3px 20px 90px 0px rgba(0, 0, 0, 0.2); }
      .single-pagination li a:hover .bottom-text, .single-pagination li a:focus .bottom-text {
        text-decoration: underline; }
  .single-pagination li span {
    display: block;
    font-family: "Playfair Display", Arial, sans-serif; }
  .single-pagination li .top-text {
    font-size: 21px;
    font-weight: 700; }
  .single-pagination li:last-child {
    margin-right: 0; }

.single-pagination .next {
  text-align: right; }

/*======================================= PRODUCTS PAGE ==========================================*/
.product-box {
  background-color: #fff;
  padding: 25px 50px 50px;
  position: relative;
  z-index: 100;
  margin-bottom: 183px;
  -moz-box-shadow: 3px 20px 90px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 20px 90px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 20px 90px 0px rgba(0, 0, 0, 0.2); }
  .product-box h2 {
    font-size: 36px;
    font-family: "Playfair Display", Arial, sans-serif;
    margin-bottom: 20px;
    color: #3c5f59; }
    .product-box h2 a {
      color: #3c5f59; }
  .product-box p {
    color: #3c5f59;
    line-height: 26px;
    margin-bottom: 15px; }
  .product-box .btn-default {
    padding: 0;
    color: #629496;
    border: none;
    line-height: 1; }
    .product-box .btn-default:hover, .product-box .btn-default:focus, .product-box .btn-default:active {
      background-color: transparent !important;
      border: none !important;
      color: #3c5f59 !important; }
  .product-box.no-margin-bottom {
    margin-bottom: 0; }

.products-content .middle-bg {
  padding-top: 55px; }

.products-content .add-right {
  padding-right: 65px; }

.products-content .padd-left {
  padding-left: 65px; }


.product-category-wrapper {
  position: relative;
  margin: 0 -10px;
}

.product-category-wrapper .product-category {
  position: absolute;
  top: 0;
  left: 0;
}

.product-category-wrapper .product-category .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.products-content .product-category {
  padding: 50px 0; }
  .products-content .product-category .product-box {
    margin-bottom: 0; }

    .products-content .product-category {
      padding: 0 10px;
    }

    .products-content .product-category .category-box h2 {
      margin: 0;
      padding: 5px;
    }
    .products-content .product-category .category-box h2 a {
      color: #FFF;
      font-size: 24px;

    }

.products-content .product-img-right,
.products-content .product-img-left {
  min-height: 380px; }
  .products-content .product-img-right span,
  .products-content .product-img-right a,
  .products-content .product-img-left span,
  .products-content .product-img-left a {
    position: absolute;
    width: 690px;
    height: 380px; }
    .products-content .product-img-right span:hover .box-mask,
    .products-content .product-img-right a:hover .box-mask,
    .products-content .product-img-left span:hover .box-mask,
    .products-content .product-img-left a:hover .box-mask {
      background-color: rgba(96, 21, 158, 0.4); }

.products-content .product-img-right span,
.products-content .product-img-right a {
  left: -110px;
  top: -37px; }

.products-content .product-img-left span,
.products-content .product-img-left a {
  right: -110px;
  top: -37px; }

/*======================================= SHOP PAGE ==========================================*/
.shop-content .top-bg {
  margin-top: -134px; }

.shop-content .middle-bg {
  padding-bottom: 65px; }

.shop-content .content {
  padding-top: 38px;
  margin-bottom: 60px; }

.shop-content aside > h3 {
  font-size: 30px;
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 300;
  text-align: left;
  margin-bottom: 25px; }

.shop-content .panel {
  background-color: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.shop-content .panel-default > .panel-heading {
  color: #629496;
  background-color: transparent;
  border: none;
  padding: 17px 0px; }

.shop-content .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: none; }

.shop-content .panel-title a {
  font-size: 20px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .shop-content .panel-title a:hover, .shop-content .panel-title a:focus {
    text-decoration: none;
    color: #3c5f59; }
  .shop-content .panel-title a:not(.collapsed) {
    color: #3c5f59;
    font-weight: 500;
    border-bottom: 1px solid #3c5f59; }
    .shop-content .panel-title a:not(.collapsed)::after {
      content: none; }
  .shop-content .panel-title a::after {
    content: "+"; }
  .shop-content .panel-title a.empty:after {
    content: ""; }

.shop-content .panel-body {
  padding: 20px 15px 10px; }
  .shop-content .panel-body ul {
    list-style: none;
    margin: 0;
    padding-left: 25px; }
    .shop-content .panel-body ul li {
      margin-bottom: 13px; }
      .shop-content .panel-body ul li a {
        color: #629496;
        font-size: 18px;
        -webkit-transition: all 0.2s ease-in-out 0s;
        -moz-transition: all 0.2s ease-in-out 0s;
        -ms-transition: all 0.2s ease-in-out 0s;
        -o-transition: all 0.2s ease-in-out 0s;
        transition: all 0.2s ease-in-out 0s; }
        .shop-content .panel-body ul li a:hover, .shop-content .panel-body ul li a:focus {
          text-decoration: none;
          color:#3c5f59; }
      .shop-content .panel-body ul li.active a {
        color: #3c5f59;
        border-bottom: 1px solid #3c5f59;
        font-weight: 500; }
      .shop-content .panel-body ul li:last-child {
        margin-bottom: 0; }

.shop-box {
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .shop-box a {
    display: block;
    width: 200px;
    height: 117px; }
  .shop-box:hover {
    -moz-box-shadow: 2px 0px 10px 0 rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 2px 0px 10px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 2px 0px 10px 0 rgba(0, 0, 0, 0.16); }

.woocommerce-loop-product__title,
.color-name {
  margin-bottom: 32px !important;
  color: #242424;
  font-family: "Lato", Arial, sans-serif;
  padding: 0 !important; }
  .woocommerce-loop-product__title a,
  .color-name a {
    color: #242424; }

.color-wrapper {
  background-color: #fff;
  margin-right: -43px;
  overflow: hidden;
  padding: 30px 5px 5px 25px;
  -moz-box-shadow: 2px 0px 16px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 0px 16px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 0px 16px 0 rgba(0, 0, 0, 0.05); }
  
  .color-wrapper [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
  .color-wrapper .products li {
    margin: 0 20px 2px 0 !important;
    width: calc(25% - 20px) !important; }

/*======================================= PRODUCT SINGLE PAGE ==========================================*/
.product-single {
  padding-top: 60px; }
  .product-single .breadcrumb {
    margin-bottom: 0; }
    .product-single .breadcrumb li a {
      color: #746b87; }
    .product-single .breadcrumb li span {
      color: #705f96; }
  .product-single .breadcrumb > li + li::before {
    color: #746b87; }
  .product-single .content {
    padding-top: 20px;
    margin-bottom: 40px; }
  .product-single .middle-bg {
    padding-top: 28px;
    padding-bottom: 50px; }
    .product-single .middle-bg .button-shopping-group,
    .product-single .middle-bg > .button-group {
      margin-top: 60px; }
      .product-single .middle-bg .button-shopping-group .btn-danger,
      .product-single .middle-bg > .button-group .btn-danger {
        padding: 15px 23px; }
    .product-single .middle-bg .product .summary {
      width: 100% !important;
      float: none; }
  .product-single [class*="col"] {
    padding: 0; }

.summary .row {
  position: relative; }

.color-view {
  position: absolute;
  top: 0;
  left: 100px;
  width: 50%;
  height: 100%;
  -moz-box-shadow: 2px 0px 16px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 0px 16px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 0px 16px 0 rgba(0, 0, 0, 0.05); }

@media (max-width: 1200px) {
  .color-view {
    left: 0px; } }

.cart-wrapper {
  padding: 45px 40px;
  background-color: #fff;
  -moz-box-shadow: 2px 0px 16px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 2px 0px 16px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 2px 0px 16px 0 rgba(0, 0, 0, 0.05); }
  .cart-wrapper .breadcrumb-cart {
    padding: 0 26px 15px;
    border-bottom: 1px solid #3c5f59;
    margin-bottom: 25px; }
    .cart-wrapper .breadcrumb-cart li {
      padding: 0;
      margin-bottom: 5px;
      font-size: 21px;
      line-height: 21px;
      font-weight: 500;
      vertical-align: middle; }
      .cart-wrapper .breadcrumb-cart li a {
        color: #403f4d;
        font-size: 16px;
        line-height: 16px;
        font-weight: 400; }
        .cart-wrapper .breadcrumb-cart li a:hover, .cart-wrapper .breadcrumb-cart li a:focus {
          text-decoration: none; }
      .cart-wrapper .breadcrumb-cart li::after {
        content: ">";
        vertical-align: top;
        line-height: 24px;
        margin-left: 8px;
        margin-right: 5px; }
      .cart-wrapper .breadcrumb-cart li:last-child::after {
        content: none; }
  .cart-wrapper .btn-default {
    background-color: #d0d0d9;
    padding: 15px 25px; }
    .cart-wrapper .btn-default:hover, .cart-wrapper .btn-default:focus {
      color: #3c5f59;
      background-color: #f0f0f0 !important; }

.cart-list {
  margin-bottom: 46px; }
  .cart-list li {
    background-color: #f0f0f0;
    padding: 20px 10px 10px;
    margin-right: 45px;
    width: calc(50% - 25px);
    min-height: 260px;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .cart-list li:last-child {
      margin-right: 0; }
    .cart-list li:hover {
      -moz-box-shadow: 2px 0px 10px 0 rgba(0, 0, 0, 0.16);
      -webkit-box-shadow: 2px 0px 10px 0 rgba(0, 0, 0, 0.16);
      box-shadow: 2px 0px 10px 0 rgba(0, 0, 0, 0.16); }
    .cart-list li img {
      margin-bottom: 15px;
      height: 49px !important; }
    .cart-list li h5 {
      font-size: 21px;
      font-family: "Playfair Display", Arial, sans-serif;
      font-weight: 700;
      margin-bottom: 0; }
    .cart-list li p {
      font-family: "Playfair Display", Arial, sans-serif;
      margin-bottom: 25px; }
    .cart-list li h6 {
      font-size: 22px;
      font-family: "Lato", Arial, sans-serif;
      font-weight: 700;
      margin-bottom: 25px; }
      .cart-list li h6 span {
        font-size: 22px;
        font-family: "Lato", Arial, sans-serif;
        font-weight: 700;
        margin-bottom: 25px;
        color: #403f4d; }
  .cart-list .btn-danger {
    padding: 7px 19px; }

.woocommerce-message,
.view-cart {
  padding: 13px 15px;
  border: 1px solid #3c5f59;
  background-color: #fff;
  margin-top: 43px;
  color: #5d5c64;
  position: relative; }
  .woocommerce-message h5,
  .view-cart h5 {
    margin: 0; }
    .woocommerce-message h5 i,
    .view-cart h5 i {
      font-size: 16px;
      width: 38px;
      vertical-align: top; }
    .woocommerce-message h5 .cart-name,
    .view-cart h5 .cart-name {
      width: calc(100% - 38px);
      display: inline-block; }
  .woocommerce-message .button,
  .woocommerce-message .btn-default,
  .view-cart .button,
  .view-cart .btn-default {
    position: absolute;
    top: 13px;
    right: 15px;
    padding: 0;
    border: none;
    color: #629496;
    line-height: 18px; }
    .woocommerce-message .button:hover, .woocommerce-message .button:focus,
    .woocommerce-message .btn-default:hover,
    .woocommerce-message .btn-default:focus,
    .view-cart .button:hover,
    .view-cart .button:focus,
    .view-cart .btn-default:hover,
    .view-cart .btn-default:focus {
      border: none !important; }

.woocommerce-message {
  padding: 13px 50px;
  font-size: 14px;
  font-weight: 500; }
  .woocommerce-message .button {
    position: absolute !important;
    top: 13px !important;
    right: 15px !important;
    padding: 0 !important;
    border: none !important;
    color: #629496 !important;
    line-height: 18px !important;
    background: none !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: 18px !important; }
    .woocommerce-message .button:hover, .woocommerce-message .button:focus {
      border: none !important; }

.woocommerce-page img {
  height: 65px; }

.woocommerce-page .products-content img {
  height: auto; }

.product-name a {
  color: #3c5f59; }

.woocommerce-loop-product__title {
  color: #3c5f59; }

.input-text,
.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #a6a6a6; }

.woocommerce form .form-row label {
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 400; }

.woocommerce-checkout h3,
.woocommerce-MyAccount-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #403f4d;
  font-family: "Playfair Display", Arial, sans-serif; }

.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  overflow: hidden;
  position: relative;
  padding-left: 20px; }
  .woocommerce-checkout .woocommerce-form__label-for-checkbox input {
    position: aboslute;
    top: 4px;
    left: 0; }

.woocommerce input.button.alt {
  background-color: #3c5f59; }

legend {
  border-bottom: none;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #403f4d;
  font-family: "Playfair Display", Arial, sans-serif; }

.woocommerce-EditAccountForm fieldset {
  margin-top: 30px; }

.woocommerce-error {
  background-color: transparent;
  border: 1px solid #3c5f59; }

.woocommerce .blockUI.blockOverlay::before,
.woocommerce .loader::before {
  top: auto !important;
  bottom: 20px !important;
  right: 60px !important;
  left: auto !important; }

.woocommerce-message {
  margin-left: 84px;
  margin-right: 84px; }

/*======================================= MEDIA QUERIES ==========================================*/
@media (min-width: 1200px) and (max-width: 1315px) {
  .container.container-reset {
    width: 1170px; }
  .product-single .middle-bg {
    padding-left: 0;
    padding-right: 0; }
  .product-single .content,
  .product-single .breadcrumb {
    padding: 0 65px; }
  .top-bg,
  .bottom-bg {
    background-size: 1153px 85px; }
  .interior-box h5,
  .interior-box a {
    min-height: 53px;
    display: block; }
  .products-content .product-img-right span,
  .products-content .product-img-left span,
  .products-content .product-img-right a,
  .products-content .product-img-left a {
    width: 617px;
    height: auto; }
  .blog-content .bottom-bg,
  .blog-content .top-bg {
    background-size: 856px 75px; } }

/*======================= iPad landscape =======================*/
@media (max-width: 1200px) {
  /*======================= Home page =======================*/
  body {
    font-size: 15px;
    line-height: 24px; }
  .cart-box {
    margin-right: 15px; }
    .cart-box a {
      font-size: 16px; }
  .navbar > .container .navbar-brand {
    margin-left: 0; }
  .navbar-default .navbar-nav > li a {
    font-size: 16px; }
  .main-slide h3 {
    font-size: 26px; }
  .top-bg {
    background-size: 953px 85px; }
  .bottom-bg {
    background-size: 953px 85px; }
  .middle-bg .half-left {
    padding: 0 15px; }
  .middle-bg h3 {
    font-size: 30px; }
  .btn-danger,
  .gform_button {
    padding: 13px 25px;
    font-size: 16px; }
  .interior-box h5,
  .interior-box a {
    min-height: 46px;
    display: block;
    font-size: 21px; }
  .main-content-bottom .link-text {
    font-size: 21px;
    padding: 0 30px; }
  .portfolio-slide {
    height: 285px; }
  .dark-baner h4 {
    font-size: 23px; }
  .dark-baner form .btn-danger {
    margin-top: -17px; }
  .footer-wrapper h5 {
    font-size: 21px; }
  .footer-wrapper p {
    font-size: 14px; }
  .footer-wrapper ul li {
    font-size: 14px; }
    .footer-wrapper ul li a {
      font-size: 14px; }
  /*======================= Products page =======================*/
  .breadcrumb {
    margin-bottom: 48px; }
  .top-banner h1 {
    font-size: 40px;
    margin-bottom: 75px;
    max-width: 450px; }
  .product-box {
    padding: 15px 35px 35px;
    margin-bottom: 30px; }
  .products-content .product-img-right,
  .products-content .product-img-left {
    min-height: 325px; }
  .products-content .product-img-right span,
  .products-content .product-img-left span,
  .products-content .product-img-right a,
  .products-content .product-img-left a {
    width: 375px;
    height: auto; }
  .products-content .product-img-right span,
  .products-content .product-img-right a {
    top: 37px; }
  .products-content .product-img-left span,
  .products-content .product-img-left a {
    top: 37px; }
  /*======================= Shop page =======================*/
  .shop-content aside > h3 {
    font-size: 28px; }
  .shop-content .panel-title a {
    font-size: 18px; }
  .shop-content .panel-default > .panel-heading {
    padding: 10px 0; }
  .shop-content .panel-body {
    padding: 13px 5px 5px; }
    .shop-content .panel-body ul {
      padding-left: 0; }
      .shop-content .panel-body ul li a {
        font-size: 15px; }
  /*======================= About page =======================*/
  .inner-banner {
    padding: 30px 0; }
    .inner-banner h2 {
      font-size: 28px;
      line-height: 48px; }
    .inner-banner .btn-danger {
      padding: 12px 25px; }
  /*======================= Blog page =======================*/
  .blog-content .top-bg,
  .blog-content .bottom-bg {
    background-size: 684px 75px; }
  .blog-content .top-bg {
    margin-top: -136px;
    background-position: 2px 14px; }
  /*======================= Single page =======================*/
  .single-pagination li {
    margin-right: 30px;
    width: calc(50% - 18px); }
  /*======================= Product page =======================*/
  .cart-list {
    margin-bottom: 50px; }
    .cart-list li {
      margin-right: 10px;
      width: calc(50% - 8px); }
    .cart-list .btn-danger {
      padding: 7px 16px; } }

/*========reset navbar========*/
@media (min-width: 768px) and (max-width: 992px) {
  .navbar-header {
    float: none; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    width: 300px;
    position: fixed;
    height: 100% !important;
    right: -300px;
    -webkit-transition: right 0.3s ease-in-out 0s;
    -moz-transition: right 0.3s ease-in-out 0s;
    -ms-transition: right 0.3s ease-in-out 0s;
    -o-transition: right 0.3s ease-in-out 0s;
    transition: right 0.3s ease-in-out 0s; }
    .navbar-collapse.collapse {
      height: 100% !important; }
      .navbar-collapse.collapse.in {
        height: 100% !important;
        right: 0; }
  .navbar-nav > li {
    float: none; }
  .navbar-fixed-top .navbar-collapse {
    max-height: 1000px; } }

/*======================= iPad portrait =======================*/
@media (max-width: 992px) {
  /*======================= Home page =======================*/
  .hamburger--slider .hamburger-inner {
    border-radius: 0;
    height: 5px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .hamburger--slider .hamburger-inner:before, .hamburger--slider .hamburger-inner:after {
      border-radius: 0;
      height: 5px;
      background: #fff;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      -o-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
  .hamburger:hover,
  .hamburger:focus {
    opacity: 1;
    background: transparent !important; }
  .hamburger {
    padding: 27px 15px 21px; }
  header {
    height: 80px; }
  .navbar-default {
    background-color: #d2cdd1; }
  .cart-box {
    float: none !important;
    text-align: center;
    margin-right: 0; }
  .navbar-nav {
    width: 100%;
    padding: 0 15px;
    text-align: center; }
  .navbar-right {
    margin-right: 0; }
  .navbar-default .navbar-nav > li {
    padding: 0; }
    .navbar-default .navbar-nav > li .sub-menu {
      position: static; }
  .padd-left {
    padding-left: 20px; }
  /*body{
		&.admin-bar{
			.main-slide{
				height: calc(100vh - 128px);
			}
		}
	}*/
  .main-slide {
    min-height: 460px; }
    .main-slide > .container {
      padding-top: 30px; }
    .main-slide h1 {
      font-size: 40px;
      margin-bottom: 30px; }
    .main-slide h3 {
      font-size: 21px;
      margin-bottom: 25px;
      line-height: 34px; }
  .btn-default {
    padding: 13px 30px; }
  .main-slider .slick-arrow {
    left: calc(50% + 29px); }
    .main-slider .slick-arrow.slick-next {
      left: calc(50% + 170px); }
  .main-slider .slick-dots {
    left: calc(50% + 85px);
    bottom: 118px; }
  .top-bg,
  .bottom-bg {
    background-size: 727px 60px; }
  .top-bg {
    background-position: 2px 29px;
    margin-left: -8px; }
  .middle-bg {
    padding: 0 25px 0px; }
    .middle-bg h3 {
      font-size: 28px;
      margin-bottom: 30px; }
    .middle-bg .half-left p {
      margin-bottom: 30px; }
  .interior-box h5,
  .interior-box a {
    min-height: 0; }
  .interior-box img {
    width: 100%; }
  .main-content-bottom .link-text {
    padding: 0 100px; }
  .portfolio-slide {
    height: auto; }
  .dark-baner h4 {
    text-align: center;
    margin-bottom: 35px; }
  .dark-baner form .btn-danger {
    float: left; }
  .dark-baner form .form-group {
    width: calc(100% - 128px); }
  .box-type.hover-lg::after {
    background-size: 95% 95%; }
  .box-type::after {
    background-size: 90% 90%; }
  /*======================= Products page =======================*/
  .product-box {
    padding: 5px 15px 25px; }
    .product-box h2 {
      font-size: 28px; }
  .products-content .product-img-right span,
  .products-content .product-img-left span,
  .products-content .product-img-right a,
  .products-content .product-img-left a {
    width: 329px; }
  .products-content .product-img-right,
  .products-content .product-img-left {
    min-height: 300px; }
  .top-banner {
    padding-top: 50px; }
    .top-banner h1 {
      max-width: none; }
    .top-banner .box-mask {
      width: 100%; }
  .color-wrapper .products li {
    width: calc(50% - 20px) !important; }
  /*======================= Shop page =======================*/
  .shop-content aside > h3 {
    font-size: 22px; }
  .shop-content .panel-body ul li {
    margin-bottom: 5px; }
    .shop-content .panel-body ul li a {
      font-size: 12px; }
  .shop-box {
    margin-bottom: 5px; }
    .shop-box a {
      height: 80px;
      width: 100%; }
  .color-wrapper {
    margin-right: 0;
    padding-bottom: 10px; }
  .woocommerce-loop-product__title,
  .color-name {
    margin-bottom: 15px;
    margin-top: 5px;
    font-size: 14px; }
  /*======================= About page =======================*/
  .content {
    padding: 30px 0 1px; }
  .inner-banner {
    padding: 25px 0; }
    .inner-banner h2 {
      margin-bottom: 15px; }
  .copyright ul li::after {
    font-size: 12px;
    line-height: 28px; }
  .copyright p,
  .copyright a {
    font-size: 12px; }
  /*======================= Blog page =======================*/
  .blog-content .top-bg,
  .blog-content .bottom-bg {
    background-size: 514px 60px; }
  .blog-content .top-bg {
    margin-left: -6px;
    background-position: 2px 29px; }
  .blog-content .middle-bg {
    padding: 30px 15px; }
  .blog-content aside {
    margin: 0 -15px; }
  .blog-content-box h3 {
    margin-bottom: 20px; }
    .blog-content-box h3 a {
      font-size: 24px; }
  .blog-content-box h6 {
    font-size: 16px; }
  .categories {
    padding: 10px 15px 15px; }
    .categories h4 {
      margin-bottom: 20px; }
    .categories ul li {
      padding-bottom: 15px; }
  .widget h4 {
    font-size: 21px; }
  /*======================= Single page =======================*/
  .single-pagination li {
    margin-right: 10px;
    width: calc(50% - 8px); }
    .single-pagination li a {
      padding: 10px 15px 20px; }
  /*======================= Contact page =======================*/
  .cart-wrapper {
    padding: 40px 15px 54px; }
    .cart-wrapper .breadcrumb-cart {
      padding: 0 0px 15px; }
    .cart-wrapper .btn-danger {
      font-size: 15px;
      padding: 7px 15px; }
  .contact-box {
    padding-top: 20px; }
    .contact-box > .container {
      position: relative; }
    .contact-box .map {
      min-height: 250px; }
    .contact-box .gform_wrapper {
      padding: 25px 15px 15px;
      position: static;
      margin-top: 30px;
      margin-bottom: 30px; }
      .contact-box .gform_wrapper .gf_left_half {
        border-right: none !important; }
        .contact-box .gform_wrapper .gf_left_half input {
          padding-right: 0; }
      .contact-box .gform_wrapper span.gform_description {
        font-size: 21px; }
      .contact-box .gform_wrapper .gform_button {
        padding: 10px 20px; }
  .woocommerce .blockUI.blockOverlay::before,
  .woocommerce .loader::before {
    top: auto !important;
    bottom: 30px !important;
    right: auto !important;
    left: 50% !important;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); } }

/*======================= mobile =======================*/
@media (max-width: 767px) {
  /*======================= Home page =======================*/

  .products.product-category-wrapper li{
    width: 100%!important;
    height: 300px!important;
    position: static!important;
    margin-bottom: 15px;
  }

  .navbar-default.affix-top .navbar-collapse {
    z-index: 999;
    position: relative; }
  .navbar-default .navbar-collapse {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav {
    margin: 10px 0; }
  .navbar-fixed-top .navbar-collapse {
    max-height: 450px; }
  .main-slide {
    min-height: 360px; }
    .main-slide > .container {
      padding-top: 10px; }
    .main-slide h1 {
      font-size: 32px;
      margin-bottom: 25px;
      text-align: center; }
    .main-slide h3 {
      font-size: 18px;
      margin-bottom: 21px;
      line-height: 24px;
      text-align: center; }
      .main-slide h3 br {
        display: none; }
    .main-slide .btn-default {
      margin: 0 auto;
      display: block;
      max-width: 170px; }
  .main-slider .slick-arrow {
    left: auto;
    bottom: 75px; }
    .main-slider .slick-arrow.slick-prev {
      left: 60px; }
    .main-slider .slick-arrow.slick-next {
      right: 15px;
      left: auto; }
  .main-slider .slick-dots {
    padding: 0;
    left: 50%;
    bottom: 82px; }
  .main-slider .box-mask {
    width: 100%;
    background-color: rgba(60, 95, 89, 0.88); }
  .top-bg,
  .bottom-bg {
    background-size: 100% 45px; }
  .top-bg {
    background-position: 2px 43px; }
  .middle-bg {
    padding: 0 15px 0px; }
    .middle-bg h3 {
      font-size: 24px;
      margin-bottom: 20px; }
    .middle-bg .half-left p {
      margin-bottom: 20px; }
    .middle-bg .btn-danger {
      margin-bottom: 20px; }
  .btn-danger,
  .gform_button {
    display: block; }
  .main-content-middle {
    padding: 25px 0 0; }
    .main-content-middle [class*="col-"] {
      padding-left: 2px;
      padding-right: 2px; }
  .interior-box {
    margin-bottom: 25px; }
    .interior-box h5,
    .interior-box a {
      font-size: 17px; }
    .interior-box img {
      width: 100%; }
  .main-content {
    padding: 50px 0 10px; }
  .main-content-bottom .link-text {
    padding: 0 40px;
    font-size: 19px;
    text-align: center;
    right: 0; }
  .main-content-bottom .add-margin {
    margin-bottom: 20px; }
  .main-content-bottom .button-group {
    padding-bottom: 20px; }
  .box-type.hover-lg::after {
    background-image: url(assets/content/hover-img.png);
    background-size: 90% 90%; }
  .box-type.hover-lg .img-responsive {
    max-width: none; }
  .portfolio-slider-box .slick-arrow {
    width: 37px; }
  /* .contact-box {
		padding-top: 20px;
		> .container {
			position: relative;
		}
		.map{
			min-height: 250px;
		}
		.gform_wrapper{
			padding: 25px 15px 15px;
			position: static;
			margin-top: 30px;
			margin-bottom: 30px;
			.gf_left_half {
				border-right: none;
				input{
					padding-right: 0;
				}
			}
			span.gform_description{
				font-size: 21px;
			}
			.ginput_recaptcha{
				>div{
					width: 260px !important;
				}
				iframe{
					width: 260px;
				}
			}
			.gform_button {
				padding: 10px 20px;
			}
		}
	} */
  /*.rc-anchor-normal{
		width: 255px!important;
	}
	.rc-anchor-normal .rc-anchor-checkbox-label{
		width: 90px;
	}
	.rc-anchor-logo-portrait{
		margin-left: 0;
	}*/
  .contact-box .gform_wrapper .gf_right_half label,
  .contact-box .gform_wrapper .gf_right_half input {
    padding-left: 0 !important; }
  .dark-baner {
    padding: 30px 0 40px; }
  .footer-wrapper {
    text-align: center; }
    .footer-wrapper h5 {
      margin: 15px 0 20px; }
  .copyright {
    text-align: center; }
    .copyright .logo {
      position: static;
      max-width: 100%;
      text-align: center; }
      .copyright .logo img {
        max-width: 100%;
        height: auto; }
  /*======================= Products page =======================*/
  .top-banner {
    padding: 50px 0 60px;
    min-height: 400px; }
    .top-banner h1 {
      margin-bottom: 45px; }
    .top-banner.short-banner .breadcrumb,
    .top-banner.short-banner h1 {
      padding-left: 0; }
    .top-banner.short-banner h1 {
      float: none;
      margin-bottom: 25px; }
    .top-banner.short-banner .social-links-wrapper {
      float: none;
      margin-top: 0;
      padding-right: 0; padding-bottom: 25px; }
      .top-banner.short-banner .social-links-wrapper h5 {
        text-align: left; }
  .breadcrumb {
    margin-bottom: 20px; }
  .social-links li a i {
    font-size: 35px; }
  .products-content {
    padding-top: 0; }
    .products-content .middle-bg {
      padding-top: 25px; }
    .products-content .padd-right {
      padding-right: 15px; }
    .products-content .padd-left {
      padding-left: 15px; }
  .product-box {
    text-align: center;
    margin-bottom: 20px; }
  .products-content .product-img-right span,
  .products-content .product-img-left span,
  .products-content .product-img-right a,
  .products-content .product-img-left a {
    position: relative;
    display: block;
    left: auto;
    right: auto;
    top: auto;
    width: auto; }
    .products-content .product-img-right span img,
    .products-content .product-img-left span img,
    .products-content .product-img-right a img,
    .products-content .product-img-left a img {
      width: 100%; }
  .products-content .product-img-right,
  .products-content .product-img-left {
    min-height: 0;
    margin-bottom: 20px; }
  /*======================= Shop page =======================*/
  .shop-content .content {
    text-align: center; }
  .shop-content aside > h3 {
    text-align: center; }
  .panel-group {
    text-align: center; }
  .color-wrapper {
    padding: 30px 15px 5px;
    text-align: center; }
  /*======================= About page =======================*/
  .content {
    text-align: center; }
  /*======================= Blog page =======================*/
  .middle-bg h3 {
    text-align: center; }
  .blog-content-box {
    padding: 15px 0;
    text-align: center; }
  .blog-content .top-bg,
  .blog-content .bottom-bg {
    background-size: 100% 40px; }
  .blog-content .top-bg {
    background-position: 2px 48px; }
  .blog-content aside {
    margin: 0; }
  .widget {
    text-align: center; }
  .misc h4 {
    text-align: center; }
  /*======================= Single page =======================*/
  .single-content .content {
    padding-top: 0; }
    .single-content .content h4 {
      font-size: 21px; }
  .single-pagination li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
    .single-pagination li:last-child {
      margin-bottom: 0; }
  /*======================= Product page =======================*/
  .product-single {
    padding-top: 0; }
    .product-single [class*="col"] {
      padding-left: 15px;
      padding-right: 15px; }
    .product-single .content {
      text-align: unset; }
  .color-view {
    position: relative;
    width: auto;
    height: 250px;
    margin: 0 15px; }
  .cart-wrapper {
    padding: 25px 15px 25px; }
    .cart-wrapper .breadcrumb-cart li a {
      font-size: 13px; }
    .cart-wrapper .breadcrumb-cart li span {
      font-size: 18px; }
    .cart-wrapper .btn-danger {
      font-size: 13px;
      padding: 7px 7px; }
    .cart-wrapper .btn-default {
      padding: 15px 15px;
      font-size: 15px; }
  .cart-list {
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 25px; }
    .cart-list li {
      margin-right: 2px;
      width: calc(50% - 4px); }
      .cart-list li h5 {
        font-size: 15px; }
  .view-cart {
    margin-top: 25px; }
    .view-cart .btn-default {
      position: static;
      display: block; }
    .view-cart h5 i {
      width: 25px; }
    .view-cart h5 span {
      width: calc(100% - 25px);
      margin-bottom: 20px; }
  .product-single .middle-bg {
    padding-bottom: 25px; }
    .product-single .middle-bg > .button-group {
      margin-top: 25px; }
  .pull-left,
  .pull-right {
    float: none !important; }
  .content img {
    margin: 0 auto; }
  .woocommerce-message {
    margin-left: 0;
    margin-right: 0;
    padding: 13px 13px 35px 50px; }
    .woocommerce-message .button {
      top: auto !important;
      left: 50px !important;
      right: auto !important;
      bottom: 10px !important; } }

@media (max-width: 360px) {
  .contact-box .ginput_recaptcha iframe {
    margin-left: -20px; } }

/*===========================================ADMIN-BAR=====================================================*/
@media (max-width: 782px) {
  body.admin-bar nav {
    margin-top: 46px; } }

@media (max-width: 600px) {
  body.admin-bar nav.affix {
    margin-top: 0 !important; }
  body.admin-bar nav.affix-top {
    position: static;
    margin-top: 0 !important; } }

.regular-product-grid {
  display: grid;
  grid-template-columns: 350px 1fr;
  column-gap: 40px;
  padding-bottom: 34px;
  padding-right: 40px; }
  .regular-product-grid h2 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 40px;
    text-align: left; }
  .regular-product-grid__price {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 36px;
    text-align: left; }
  .regular-product-grid__add-to-cart {
    margin-bottom: 30px; }
    .regular-product-grid__add-to-cart .qty {
      width: 100% !important;
      height: 46px;
      background-color: #e6e6f4 !important;
      display: flex;
      align-items: center;
      border-bottom: 0 !important;
      margin: 0 !important; }
    .regular-product-grid__add-to-cart .button {
      background-color: #629496 !important;
      color: #fff !important;
      border-radius: 0 !important;
      height: 46px;
      display: flex;
      align-items: center; }
  .regular-product-grid__description {
    color: #424141;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e1e1f6;
    text-align: left; }
    .regular-product-grid__description p,
    .regular-product-grid__description ul {
      margin-bottom: 18px; }
    .regular-product-grid__description ul {
      margin-left: 0;
      padding-left: 20px; }
  .regular-product-grid__add-to-cart .cart {
    display: grid;
    grid-template-columns: 72px 170px;
    column-gap: 10px; }
  .regular-product-grid__sku {
    text-align: left; }

.category-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 34px;
  row-gap: 60px; }

.grid-product-item {
  text-align: center; }
  .grid-product-item__image {
    background-color: #fff;
    margin-bottom: 25px;
    padding: 20px; }
    .grid-product-item__image img {
      width: 100%;
      display: block; }
  .grid-product-item__title {
    color: #131313;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px; }
  .grid-product-item__price {
    color: #000000;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px; }
  .grid-product-item__buy .button {
    height: 46px;
    color: #fff !important;
    background-color: #629496 !important;
    border-radius: 0 !important;
    display: inline-flex !important;
    align-items: center;
    padding-left: 32px !important;
    padding-right: 32px !important; }
  .grid-product-item__buy .added_to_cart {
    display: none !important; }

.page-template-christmas-store .page-description,
.page-description .term-description {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee; }

.landing-grid {
  display: grid;
  grid-template-columns: 430px 290px 290px;
  gap: 24px;
  justify-content: center; }
  .landing-grid__item {
    display: block;
    position: relative; }
    .landing-grid__item-name {
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #629496;
      color: #fff;
      padding: 10px 16px;
      text-align: center;
      width: 100%;
      font-size: 23px;
      font-weight: 500; }
    .landing-grid__item img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative; }
    .landing-grid__item:nth-child(1) {
      grid-row: 1 / 3; }
    .landing-grid__item:nth-child(4) {
      grid-column: 2 / 4; }

.breadcrumb-christmas li:last-child a:first-child {
  display: none; }

.category-navigation h3 a {
  color: #3c5f59; }

.category-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .category-navigation ul li {
    font-size: 20px;
    padding: 17px 0px;
    font-weight: 500; }
    .category-navigation ul li.active a {
      color: #3c5f59; }

.woocommerce-product-gallery {
  position: relative; }
  .woocommerce-product-gallery__trigger {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px; }

.flex-control-thumbs {
  margin: 15px 0 0 0 !important;
  padding: 0 !important;
  display: grid;
  list-style: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }
  .flex-control-thumbs img {
    width: 100%;
    display: block; }

@media (max-width: 1200px) {
  .landing-grid {
    grid-template-columns: 1fr 1fr; }
    .landing-grid__item:nth-child(1) {
      grid-row: auto; }
    .landing-grid__item:nth-child(4) {
      grid-column: auto; } }

@media (max-width: 1100px) {
  .regular-product-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
    padding-right: 15px; } }

@media (max-width: 767px) {
  .category-products-grid {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
    row-gap: 30px; }
  .category-navigation ul {
    text-align: center;
    margin-bottom: 30px; } }

@media (max-width: 600px) {
  .page-template-christmas-store .page-description,
  .page-description .term-description {
    margin-bottom: 30px;
    padding-bottom: 20px; }
  .category-products-grid {
    grid-template-columns: 1fr; }
  .landing-grid {
    grid-template-columns: 1fr; } }
