* {
  font-family: "OpenSans", sans-serif;
  outline: none !important;
}
*::selection {
  background: #7CBF4E;
}

input::-ms-clear, input::-ms-reveal {
  display: none !important;
}

button, input {
  outline: none !important;
}
button:focus, input:focus {
  outline: none !important;
}
@media (max-width: 767px) {
    .breadcrumb li:last-of-type {
        width: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.page-banner-title a {
  text-shadow: none;
}
.page-banner-title h2, .page-banner-title .breadcrumb {
  margin-bottom: 0 !important;
}
#ToTop {
    z-index: 3 !important;
}
.cart-dorpdown-items img {
  height: auto !important;
}

.cart-dorpdown-footer a {
  background: #7CBF4E;
  border-color: #7CBF4E;
  color: #fff !important;
  font-weight: 500 !important;
}
.cart-dorpdown-footer a:hover {
  color: #fff;
  border-color: #1C1952;
  background: #1C1952 !important;
}

.swal2-confirm {
  border-color: #7CBF4E !important;
  background: #7CBF4E !important;
}

.checkout-success .line-4 a:hover {
  color: #7CBF4E !important;
}

.btn-primary, #reorder_order, #quickcheckout-back, .account-password .btn-default {
  min-width: 140px !important;
  padding: 14px 13px;
  font-weight: 600;
  border: none;
  color: #fff;
  background: #7CBF4E;
  letter-spacing: 0;
  font-family: "Roboto Condensed", sans-serif;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, #reorder_order:hover, #reorder_order:active, #reorder_order:focus, #quickcheckout-back:hover, #quickcheckout-back:active, #quickcheckout-back:focus, .account-password .btn-default:hover, .account-password .btn-default:active, .account-password .btn-default:focus {
  background: #1C1952;
  color: #fff !important;
}
.btn-primary.grey, #reorder_order.grey, #quickcheckout-back.grey, .account-password .btn-default.grey {
  background: #BBBBBB;
}
.btn-primary.blue, #reorder_order.blue, #quickcheckout-back.blue, .account-password .btn-default.blue {
  background: #1C1952;
}

.btn-default:not(.btn-number, #button-search, .product-button > .btn-default) {
  min-width: 140px !important;
  padding: 14px 13px;
  font-weight: 600;
  border: none;
  color: #fff;
  background: #7CBF4E;
  letter-spacing: 0;
  font-family: "Roboto Condensed", sans-serif;
}
.btn-default:not(.btn-number, #button-search, .product-button > .btn-default):hover, .btn-default:not(.btn-number, #button-search, .product-button > .btn-default):active, .btn-default:not(.btn-number, #button-search, .product-button > .btn-default):focus {
  background: #1C1952;
  color: #fff !important;
}
.btn-default:not(.btn-number, #button-search, .product-button > .btn-default).grey {
  background: #BBBBBB;
}

select {
    cursor: pointer;
}
.btn-default:not(.btn-number, #button-search, .product-button > .btn-default).blue {
  background: #1C1952;
}

.btn-number, #button-search, .product-button > .btn-default {
  background: #1C1952 !important;
  color: #fff;
}
.btn-number span {
    color: #fff;
}
.quickcheckout-cart .input-group-btn button {
  padding: 6px 12px !important;
}
.quickcheckout-cart .input-group-btn .button-update {
  min-width: 0 !important;
}

#filter_group_tigger_open {
  padding: 6px 12px;
  border: 1px solid #000;
  min-width: 0 !important;
  font-weight: 500;
}

#button-coupon, #button-login {
  padding: 0.5em !important;
  min-width: 5em !important;
}

.btn-number {
  color: #fff;
}
.btn-number:hover {
  background: #1C1952 !important;
}
.btn-number:hover span {
  color: #fff;
}

.btn-mi {
  min-width: 4em !important;
  padding: 4px 6px 0;
}

.glyphicon-minus:before {
  content: "-";
  display: inline-block;
}

.glyphicon-plus:before {
  content: "+";
  display: inline-block;
}

.account-container a:hover {
  border-color: #7CBF4E !important;
}
.account-container a:hover h3, .account-container a:hover span:before, .account-container a:hover p {
  color: #7CBF4E !important;
}

.cart-dorpdown-item-charges {
  max-width: 50%;
}

.alert .alert-danger, .alert .alert-success {
  margin-top: 3%;
}

#content {
  margin-bottom: 2em;
  line-height: 1.5em;
}

#mobileNav i {
  color: #7CBF4E;
}

#sidr .cd-accordion-menu li label {
  display: none;
}
#sidr .cd-accordion-menu li label ~ ul {
  display: none !important;
}
#sidr a {
  color: #000;
}
#sidr a:hover {
  font-weight: bold;
}

.account-forgotten form fieldset {
  padding-top: 3%;
}

.account-order .modal-dialog .modal-body ul {
  margin: auto;
  width: auto;
}
.account-order .modal-dialog .modal-body ul li a {
  background: #7CBF4E;
  color: #000;
  border: 1px solid #7CBF4E;
  transition: 0.3s ease;
}
.account-order .modal-dialog .modal-body ul li a .badge {
  color: #7CBF4E;
}
.account-order .modal-dialog .modal-body ul:hover a {
  background: #fff;
  color: #7CBF4E;
}
.account-order .modal-dialog .modal-body #reorder_order {
  width: 170px;
  margin: 0 auto;
}

.information-contact-success #content {
  text-align: center;
}
.information-contact-success #content .buttons {
  margin-top: 4em !important;
}

.pagination-container {
  text-align: center;
}

.pagination .to-show {
  display: block !important;
}
.pagination li {
  display: none;
  cursor: pointer;
}
.pagination li img {
  height: 15px;
  margin: 0 20px;
}
.pagination li.total *:not(.slash) {
  color: #BBBBBB;
}
.pagination li.total .slash {
  color: #1C1952;
}
.pagination li.prev-arrow, .pagination li.next-arrow, .pagination li.active, .pagination li.total {
  display: block !important;
}
.pagination li a, .pagination li span {
  border: none !important;
  color: #000;
  font-weight: bold;
  min-width: 15px !important;
  height: 25px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 0.5em;
  font-size: 20px;
}
.pagination li * {
  background: transparent !important;
}
.pagination li.active span, .pagination li.active a, .pagination li:hover span, .pagination li:hover a {
  cursor: pointer !important;
  color: #1C1952 !important;
  background: transparent !important;
}
.pagination li.prev-arrow.disabled, .pagination li.next-arrow.disabled {
  cursor: not-allowed;
}

#side-price .ui-slider-range {
  background: #1C1952 !important;
}
#side-price #slider-price {
  background: #7CBF4E !important;
}
#side-price .ui-slider-handle {
  width: 15px !important;
  height: 15px !important;
  border-radius: 50% !important;
  border: 3px solid #1C1952;
  background: #7CBF4E !important;
  box-shadow: 0 2px 4px grey;
}

@media (min-width: 1200px) {
  .container {
    width: 85% !important;
  }
}

.information-contact #content h3 {
  font-weight: bold;
  font-size: 24px;
}
.information-contact #content .details address {
  line-height: 2;
}
.information-contact #content .details > *:not(h3), .information-contact #content .details a {
  width: 90%;
  line-height: 2;
  color: #444;
}
.information-contact #content .details a:hover {
  color: #7CBF4E;
}
@media (min-width: 768px) {
  .information-contact #content .contact-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .information-contact #content .contact-footer #google_recaptcha {
    margin-bottom: 0 !important;
  }
}
.information-contact #content .comment {
  margin-bottom: 35px;
}
.information-contact #content input[type=text], .information-contact #content input[type=tel] {
  min-height: 45px;
  font-size: 13px;
}
.information-contact #content input::placeholder, .information-contact #content textarea::placeholder {
  color: #BBBBBB;
}

footer {
  line-height: 2;
}
footer .footer-upper-contet {
  padding-bottom: 40px;
  padding-top: 15px;
}
footer .footer-upper-contet *:not(h5) {
  font-size: 14px;
}
footer .footer-upper-contet .socmed .footer-social-icons img {
  height: 20px !important;
}
footer .footer-upper-contet .input-wrap {
  border-bottom: 1px solid #fff;
}
footer .footer-upper-contet .input-wrap input, footer .footer-upper-contet .input-wrap button {
  background: transparent;
  border: none;
  box-shadow: none !important;
  outline: none;
}
footer .footer-upper-contet .input-wrap input::placeholder {
  color: #e2e2e2;
}
footer .footer-upper-contet .input-wrap button {
  height: 100%;
}
footer .footer-bottom * {
  font-size: 13px;
}
footer .footer-bottom a {
  text-decoration: none;
}
@media (max-width: 768px) {
  footer > .container {
    text-align: center;
  }
}

@media (min-width: 991px) {
  .news-ncategory #column-left > *:not(#articles-filter-trigger-open) {
    width: 75%;
  }
}
.news-ncategory #column-left #articles-column-left h3 {
  font-weight: bold;
  font-size: 25px;
}
.news-ncategory #column-left #articles-column-left .nav-par, .news-ncategory #column-left #articles-column-left .year-wrap {
  position: relative;
  margin-bottom: 15px;
}
.news-ncategory #column-left #articles-column-left .block-par, .news-ncategory #column-left #articles-column-left .year-wrap {
  height: 45px;
}
.news-ncategory #column-left #articles-column-left .toggle {
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 30px;
  left: 0;
  display: flex;
  justify-content: flex-end;
  height: 45px;
  right: 0;
  top: 0;
  width: 100%;
}
.news-ncategory #column-left #articles-column-left .toggle .plus {
  color: #fff;
  position: relative;
  right: 25px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.news-ncategory #column-left #articles-column-left .toggle .plus .minus {
  position: absolute;
  color: transparent;
}
.news-ncategory #column-left #articles-column-left .list-group .list-group-item a {
  padding: 10px 12px;
  font-weight: bold;
  font-size: 16px;
}
.news-ncategory #column-left #articles-column-left .list-group .list-group-item > a {
  color: #1C1952;
  background: transparent;
  border: 1px solid #1C1952;
}
.news-ncategory #column-left #articles-column-left .list-group .list-group-item > a:hover, .news-ncategory #column-left #articles-column-left .list-group .list-group-item > a.active {
  text-shadow: none;
  background: #1C1952;
  color: #fff;
}
.news-ncategory #column-left #articles-column-left .nav-child .list-child:last-of-type {
  margin-bottom: 15px;
}
.news-ctgr .list-group-item {
    margin-bottom: 0 !important;
}
.nav-par > a {
    margin-bottom: 15px;
}
.news-ncategory #column-left #articles-column-left .nav-child .list-child {
  padding-left: 25px;
}
.news-ncategory #column-left #articles-column-left .nav-child .list-child a {
  font-family: "Roboto Condensed", sans-serif;
  color: #BBBBBB;
  font-size: 14px !important;
  padding: 5px !important;
}
.news-ncategory #column-left #articles-column-left .nav-child .list-child a:hover, .news-ncategory #column-left #articles-column-left .nav-child .list-child a.active {
  background: transparent;
  color: #7CBF4E !important;
}
.news-ncategory #column-left #articles-column-left .hidesthemonths.active .year-wrap {
  background: #1C1952;
}
.news-ncategory #column-left #articles-column-left .hidesthemonths.active .year-wrap a, .news-ncategory #column-left #articles-column-left .hidesthemonths.active .year-wrap .minus {
  color: #fff !important;
}
.news-ncategory #column-left #articles-column-left .hidesthemonths .year-wrap {
  border: 1px solid #1C1952;
}
.news-ncategory #column-left #articles-column-left .hidesthemonths .year-wrap a {
  color: #1C1952;
}
.news-ncategory #column-left #articles-column-left .hidesthemonths .year-wrap + .list-group {
  padding-left: 25px;
}
.news-ncategory #column-left #articles-column-left .hidesthemonths .year-wrap + .list-group a {
  font-family: "Roboto Condensed", sans-serif;
  color: #BBBBBB;
  font-size: 14px !important;
  padding: 5px !important;
}
.news-ncategory #column-left #articles-column-left .hidesthemonths .year-wrap + .list-group a:hover, .news-ncategory #column-left #articles-column-left .hidesthemonths .year-wrap + .list-group a.active {
  background: transparent;
  color: #7CBF4E !important;
}
.news-ncategory #column-left #articles-column-left .hidesthemonths .year-wrap .toggle .plus {
  color: #1C1952;
}
@media (min-width: 991px) {
  .news-ncategory #content {
    padding-left: 0;
  }
  .news-ncategory #content .news-post .details {
    width: 65%;
    padding-left: 30px;
  }
  .news-ncategory #content .news-post .hover-overlay {
    width: 35%;
  }
}
@media (max-width: 991px) {
  .news-ncategory #content .news-post {
    flex-wrap: wrap;
  }
  .news-ncategory #content .news-post .details, .news-ncategory #content .news-post .hover-overlay {
    width: 100%;
  }
  .news-ncategory #content .news-post .details {
    margin-top: 20px;
  }
}
.news-ncategory #content .news-post {
  display: flex;
  border: 2px solid #BBBBBB;
  margin-bottom: 40px;
  padding: 25px;
}
.news-ncategory #content .news-post .hover-overlay {
  overflow: hidden;
}
.news-ncategory #content .news-post .hover-overlay a {
  width: 100%;
}
.news-ncategory #content .news-post .hover-overlay a img {
  max-height: 300px;
}
.news-ncategory #content .news-post .details {
  display: flex;
  flex-direction: column;
}
.news-ncategory #content .news-post .details .article-name a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 24px;
  font-family: "Roboto Condensed", sans-serif;
  color: #1C1952;
}
.news-ncategory #content .news-post .details .article-description {
  margin: auto 0;
  line-height: 2;
  font-size: 13px;
}
.news-ncategory #content .news-post .details .date {
  color: #ccc;
}
.news-ncategory #content .news-post .details .nav-btns {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.news-ncategory #content .news-post:hover {
  border: 2px solid #1C1952;
}

.to-hide {
  display: none !important;
}

.input-group-flex {
  margin-bottom: 15px;
}
.input-group-flex .share {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #1C1952;
}

@media (min-width: 991px) {
  .news-article #content > div {
    width: 80%;
    margin: 0 auto;
  }
}
.news-article #content > div .description {
  line-height: 2;
}
.news-article #content > div .date {
  color: #ccc;
}
.news-article #content > div .navs {
  text-align: center;
}

.aboutus {
  padding: 0 !important;
}
@media (min-width: 991px) {
  .aboutus .about-container {
    padding-top: 15px;
  }
}
@media (max-width: 991px) {
  .aboutus .about-container {
    padding-top: 28px;
  }
}
.aboutus .about-container .inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(30px + (110 - 30) * (100vw - 320px) / (1920 - 320));
}
.aboutus .about-container .inner .images {
  position: relative;
  display: flex;
  align-items: center;
}
.aboutus .about-container .inner .images .inner-image {
  height: 96%;
}
.aboutus .about-container .inner .images .inner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutus .about-container .inner .images::after {
  content: "";
  position: absolute;
  height: 105%;
  width: 50%;
  z-index: -1;
  top: -2.5%;
}
.aboutus .about-container .inner .text {
  height: 100%;
  overflow: auto;
  margin: 0 0 auto 0;
  display: flex;
  flex-direction: column;
}
.aboutus .about-container .inner .text > div {
  margin: auto 0;
}
.aboutus .about-container .inner .text > div h3 {
  font-size: calc(26px + (40 - 26) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 30px;
}
.aboutus .about-container .inner .text > div p {
  line-height: 2em;
  margin-bottom: 15px;
}
.aboutus .about-container .inner.even .images {
  justify-content: flex-end;
}
.aboutus .about-container .inner.even .images::after {
  background: #1C1952;
}
.aboutus .about-container .inner.odd .images::after {
  background: #7CBF4E;
}
@media (min-width: 1200px) {
  .aboutus .about-container .inner {
    height: 450px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .aboutus .about-container .inner {
    height: 400px;
  }
}
@media (min-width: 991px) {
  .aboutus .about-container .inner .images {
    width: 50%;
  }
  .aboutus .about-container .inner .text {
    width: 45%;
  }
  .aboutus .about-container .inner.even .images {
    order: 2;
  }
  .aboutus .about-container .inner.even .images::after {
    right: -20px;
  }
  .aboutus .about-container .inner.even .text {
    order: 1;
  }
  .aboutus .about-container .inner.odd .images::after {
    left: -20px;
  }
}
@media (max-width: 991px) {
  .aboutus .about-container .inner {
    flex-direction: column;
  }
  .aboutus .about-container .inner .images::after {
    height: 115%;
    top: -7.5%;
  }
  .aboutus .about-container .inner .text h3 {
    margin: 35px 0 10px !important;
  }
  .aboutus .about-container .inner.even .images::after {
    right: -25px;
  }
  .aboutus .about-container .inner.odd .images::after {
    left: -25px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .aboutus .about-container {
    width: 75%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .product-category aside #filter-groups {
    width: 95%;
  }
}
.product-category aside #filter-groups .item-header {
  font-weight: bold;
  font-size: 25px;
  color: #1C1952;
  font-family: "Roboto Condensed", sans-serif;
}
.product-category aside #filter-groups #side-categories .side-categories-level-1 {
  margin-bottom: 12px;
}
.product-category aside #filter-groups #side-categories .side-categories-level-1 .item.level-1 {
  height: 40px;
  border: 1px solid #1C1952;
}
.product-category aside #filter-groups #side-categories .side-categories-level-1 .item.level-1.active, .product-category aside #filter-groups #side-categories .side-categories-level-1 .item.level-1:hover {
  background: #1C1952;
}
.product-category aside #filter-groups #side-categories .side-categories-level-1 .item.level-1.active .toggle .plus, .product-category aside #filter-groups #side-categories .side-categories-level-1 .item.level-1:hover .toggle .plus {
  color: transparent;
}
.product-category aside #filter-groups #side-categories .side-categories-level-1 .item.level-1.active .toggle .plus .minus, .product-category aside #filter-groups #side-categories .side-categories-level-1 .item.level-1:hover .toggle .plus .minus {
  opacity: 1;
  color: #fff;
}
.product-category aside #filter-groups #side-categories .side-categories-level-1 .item .toggle .plus {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  color: #1C1952;
}
.product-category aside #filter-groups #side-categories .side-categories-level-1 .item .toggle .plus .minus {
  font-size: 30px;
  opacity: 0;
  position: absolute;
  right: 0;
  left: 0;
}
.product-category aside #filter-groups #side-categories .side-categories-level-1 .item:hover a, .product-category aside #filter-groups #side-categories .side-categories-level-1 .item.active a {
  text-shadow: none;
  background: #1C1952;
  color: #fff;
}
.product-category aside #filter-groups #side-categories .side-categories-level-1 .sub {
  padding-left: 25px;
  padding-top: 15px;
}
.product-category aside #filter-groups #side-categories .side-categories-level-1 .sub .item.level-2.active a, .product-category aside #filter-groups #side-categories .side-categories-level-1 .sub .item.level-2:hover a {
  text-decoration: underline;
}
.product-category aside #filter-groups #side-categories .side-categories-level-1 .sub a {
  font-family: "Roboto Condensed", sans-serif;
  color: #BBBBBB;
  font-size: 14px !important;
  padding: 5px !important;
}
.product-category aside #filter-groups #side-categories .side-categories-level-1 .sub a:hover, .product-category aside #filter-groups #side-categories .side-categories-level-1 .sub a.active {
  background: transparent;
  color: #7CBF4E !important;
}
.product-category aside #filter-groups a, .product-category aside #filter-groups label {
  padding: 10px 12px;
  font-weight: bold;
  font-size: 18px;
  color: #1C1952;
  font-family: "Roboto Condensed", sans-serif;
}
.product-category .sorts .flex {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .product-category .sorts .col-md-5 {
    width: 160px;
    padding-right: 0;
  }
}

.sticker {
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 18px;
  min-width: 90px;
  left: 0;
}

.product-gutter .product-image-block {
  position: relative;
}
.product-gutter .product-image-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
}
.product-gutter:hover .product-cat > a, .product-gutter:hover .product-name > a, .product-gutter:hover .price > * {
  color: #7CBF4E !important;
}
.product-gutter:hover .overlay {
  opacity: 1;
}
.product-gutter .product-cat > a, .product-gutter .product-name > a, .product-gutter .price > * {
  font-family: "Roboto Condensed", sans-serif;
}
.product-gutter .product-cat a {
  color: #BBBBBB;
}
.product-gutter .product-name {
  margin-top: auto;
}
.product-gutter .product-name a {
  font-size: 19px;
  font-weight: bold;
  color: #1C1952;
  font-family: "Roboto Condensed";
}
.product-gutter .product-details .price * {
  font-weight: bold;
}
.product-gutter .product-details .price .sale {
  color: grey !important;
}
.product-gutter .product-details .price .price-new {
  color: #7CBF4E;
}
.product-gutter .btn-disabled {
  opacity: 1;
  background: #7CBF4E !important;
}

.product-product .col-sm-6.pd-lg-r60 {
  padding-right: 40px !important;
  padding-left: 0;
}
.product-product .col-sm-6 .product-image-main-container {
  margin-left: 20px;
}
.product-product .col-sm-6 .product-image-main-container .product-image-main {
  border: 1px solid #BBBBBB;
  height: 100%;
  display: flex;
  align-items: center;
}
.product-product .col-sm-6 .product-image-additional .slick-slide {
  transform: scale(0.9);
}
.product-product .col-sm-6 .product-image-additional .slick-slide:hover {
  opacity: 0.5;
}
.product-product .col-sm-6 h3 {
  color: #1C1952;
  font-weight: bold;
  font-size: 24px;
}
.product-product .col-sm-6 h4 {
  color: #BBBBBB;
  font-size: 15px;
  margin-bottom: 0;
}
.product-product .col-sm-6 .price-wrapper {
  display: flex;
}
.product-product .col-sm-6 .price-wrapper * {
  font-size: 24px !important;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
}
.product-product .col-sm-6 .price-wrapper .product-price {
  color: #7CBF4E;
}
.product-product .col-sm-6 .price-wrapper .product-special-price {
  padding-left: 15px;
  color: #C80A2F;
}
.product-product .col-sm-6 .price-wrapper span {
  opacity: 0.5;
}
.product-product .col-sm-6 #product .navs {
  display: flex;
  flex-wrap: wrap;
}
.product-product .col-sm-6 #product .navs button {
  margin-right: 15px;
  margin-bottom: 15px;
}
.product-product .col-sm-6 #product .form-group label {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #1C1952;
}
.product-product .col-sm-6 #product .form-group select {
  width: 200px;
}
.product-product .col-sm-6 #product .form-group.qty .input-group, .product-product .col-sm-6 #product .form-group.qty input {
  height: 40px;
}
.product-product .col-sm-6 #product .form-group.qty input {
  width: 122px;
}
.product-product .col-sm-6 .btns-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
    .product-product .col-sm-6 .btns-share {
        flex-direction: column;
    }
}
.product-product #waiting_list {
  background: #f5f5f5;
}
.product-product #waiting_list * {
  color: #000;
}
.product-product #waiting_list input, .product-product #waiting_list button {
  background: transparent;
  border: none;
}
.product-product #waiting_list input::placeholder {
  font-size: 14px;
}
.product-product #waiting_list .flex-wrap {
  border-bottom: 1px solid #000;
}
.product-product #product-tabs {
  margin-top: 60px;
  border-bottom: none;
}
.product-product #product-tabs li.active a {
  text-decoration: underline;
  color: #7CBF4E;
}
.product-product #product-tabs li a {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  color: #1C1952;
  border: none;
  font-size: 18px;
  border-radius: 0;
  padding: 0 10px;
}
.product-product #product-tabs li a:hover {
  background: transparent;
  color: #7CBF4E;
}
.product-product #product-tabs li:not(:last-of-type) a {
  border-right: 2px solid #1C1952;
}
.product-product #product-tabs li:first-of-type a {
  padding-left: 0;
}
.product-product .tab-content {
  border: 1px solid #BBBBBB;
  padding: 25px;
  line-height: 2;
}
.product-product .related_related_products_ {
  margin-top: 80px;
}
.product-product .related_related_products_ h2 {
  color: #000 !important;
  margin-bottom: calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320)) !important;
}
.product-product .related_related_products_ #related_slider_related_products_ .slick-list {
  width: 85%;
  margin: 0 auto;
}
.product-product .related_related_products_ #related_slider_related_products_ .slick-nav {
  bottom: 0;
  top: 0;
}
.product-product .related_related_products_ #related_slider_related_products_ .slick-nav.right {
  right: 0;
}

.gallery-gallery .inner-content {
  width: 75%;
  margin: 0 auto;
}
.gallery-gallery .inner-content .image {
  text-align: center;
}
.gallery-gallery .inner-content .image img {
  max-width: 100%;
}
.gallery-gallery .inner-content h3 {
  color: #1C1952;
  margin: 25px 0;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: 24px;
}
.gallery-gallery .inner-content p {
  line-height: 2;
}
.gallery-gallery .inner-content .navs {
  text-align: center;
  margin: 20px 0 calc(40px + (70 - 40) * (100vw - 320px) / (1920 - 320));
}

.gallery-album .albums-container .album {
  display: flex;
  justify-content: space-between;
  margin-bottom: calc(30px + (110 - 30) * (100vw - 320px) / (1920 - 320));
}
.gallery-album .albums-container .album .images {
  position: relative;
  display: flex;
  align-items: center;
}
.gallery-album .albums-container .album .images .inner {
  margin-top: auto;
  height: 90%;
  width: 100%;
  overflow: hidden;
}
.gallery-album .albums-container .album .images .inner img {
  min-width: 100%;
}
@media (min-width: 991px) {
  .gallery-album .albums-container .album .images .inner img {
    height: 100%;
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .gallery-album .albums-container .album .images .inner img {
    width: 100%;
  }
}
.gallery-album .albums-container .album .images::after {
  content: "";
  position: absolute;
  height: 80%;
  width: 50%;
  z-index: -1;
}
.gallery-album .albums-container .album .text {
  height: 100%;
  overflow: auto;
  margin: 0 0 auto 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gallery-album .albums-container .album .text > div {
  margin: 0 0 auto;
}
.gallery-album .albums-container .album .text h3 {
  font-size: calc(22px + (28 - 22) * (100vw - 320px) / (1920 - 320));
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: auto;
}
.gallery-album .albums-container .album .text .p {
  height: 50%;
  overflow: auto;
}
.gallery-album .albums-container .album .text .p p {
  line-height: 2em;
  margin-bottom: 15px;
}
.gallery-album .albums-container .album .text .btn {
  width: 140px;
}
.gallery-album .albums-container .album.even .images::after {
  right: -20px;
  background: #1C1952;
}
.gallery-album .albums-container .album.odd .images::after {
  left: -20px;
  background: #7CBF4E;
}
@media (min-width: 768px) {
  .gallery-album .albums-container .album .images::after {
    bottom: -20px;
  }
  .gallery-album .albums-container .album.even .images::after {
    right: -20px;
    background: #1C1952;
  }
  .gallery-album .albums-container .album.odd .images::after {
    left: -20px;
    background: #7CBF4E;
  }
}
@media (max-width: 768px) {
  .gallery-album .albums-container .album .images::after {
    bottom: -12px;
  }
  .gallery-album .albums-container .album.even .images::after {
    right: -10px;
    background: #1C1952;
  }
  .gallery-album .albums-container .album.odd .images::after {
    left: -10px;
    background: #7CBF4E;
  }
}
@media (min-width: 1200px) {
  .gallery-album .albums-container .album {
    height: 430px;
  }
}
@media (max-width: 1200px) and (min-width: 991px) {
  .gallery-album .albums-container .album {
    height: 350px;
  }
}
@media (min-width: 991px) {
  .gallery-album .albums-container .album .images {
    width: 50%;
  }
  .gallery-album .albums-container .album .text {
    width: 45%;
  }
  .gallery-album .albums-container .album.even .images {
    order: 2;
  }
  .gallery-album .albums-container .album.even .text {
    order: 1;
  }
}
@media (max-width: 991px) {
  .gallery-album .albums-container .album {
    flex-direction: column;
  }
  .gallery-album .albums-container .album .images::after {
    height: 85%;
  }
  .gallery-album .albums-container .album .text h3 {
    margin: 35px 0 10px !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .gallery-album .albums-container {
    width: 75%;
    margin: 0 auto;
  }
}

.contact-con {
  margin: 0 auto;
}
.contact-con#disable {
  display: none;
}
.contact-con h3, .contact-con p {
  text-align: center;
}
.contact-con h3 {
  color: #1C1952;
  font-size: 24px;
  font-weight: bold;
}
.contact-con hr {
  width: 75%;
  margin-bottom: calc(30px + (60 - 30) * (100vw - 320px) / (1920 - 320));
  border-color: grey;
}
.contact-con form .contact-body {
  margin-top: 40px;
}
.contact-con form .contact-body select {
  color: #ccc;
}
.contact-con form .contact-body input, .contact-con form .contact-body select, .contact-con form .contact-body textarea {
  min-height: 40px;
}
.contact-con form .contact-body input::placeholder, .contact-con form .contact-body select::placeholder, .contact-con form .contact-body textarea::placeholder {
  color: #ccc;
}
.contact-con form .contact-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .contact-con {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .contact-con {
    width: 85%;
  }
  .contact-con .contact-footer {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}

.common-home #content {
  margin-bottom: 0;
}
.common-home .fcategory, .common-home .custom {
  padding: 0 !important;
}
.common-home .custom .about-us .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  padding: calc(70px + (130 - 70) * (100vw - 320px) / (1920 - 320)) 0;
  text-align: center;
}
.common-home .custom .about-us .inner p {
  line-height: 2;
}
.common-home .custom .about-us .inner .btn {
  margin-top: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320));
}
.common-home .custom .about-us .inner h3 {
  margin-bottom: calc(25px + (50 - 25) * (100vw - 320px) / (1920 - 320));
  font-size: calc(26px + (46 - 26) * (100vw - 320px) / (1920 - 320));
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
}
@media (min-width: 991px) {
  .common-home .custom .about-us .inner {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .common-home .custom .about-us .inner {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .common-home .custom .about-us .inner {
    width: 80%;
  }
}
.common-home .fcategory .fcat {
  display: flex;
}
.common-home .fcategory .fcat .cat-con {
  display: flex;
  flex-wrap: wrap;
}
.common-home .fcategory .fcat .cat-con img {
  width: 100%;
}
.common-home .fcategory .fcat .cat-con .cat {
  position: relative;
}
.common-home .fcategory .fcat .cat-con .cat .texts {
  position: absolute;
}
@media (min-width: 768px) {
    .common-home .fcategory .fcat .cat-con .cat .texts {
      bottom: 10px;
      left: 25px;
      background: white;
    }
}
@media (max-width: 767px) {
    .common-home .fcategory .fcat .cat-con .cat .texts {
      bottom: 15px !important;
      left: 15px !important;
    }
}
.common-home .fcategory .fcat .cat-con .cat .texts h4 a {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  font-size: calc(18px + (26 - 18) * (100vw - 320px) / (1920 - 320));
  color: #1C1952;
}
.common-home .fcategory .fcat .cat-con .cat .texts .der-btn {
  color: #7CBF4E;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: bold;
  font-size: 12px;
}
.common-home .fcategory .fcat .cat-con .cat .image {
  height: 70% !important;
}
.common-home .fcategory .fcat .cat-con .cat .image img {
    height: 100% !important;
    width: auto;
    margin: auto;
}
.cat-con .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(255,255,255,.9);
    transition: .3s ease;
}
.common-home .fcategory .fcat .cat-con .cat:hover a {
  color: #7CBF4E !important;
}
.common-home .fcategory .fcat .cat-con .cat:hover .overlay {
  opacity: 1;
}
@media (min-width: 767px) {
  .common-home .fcategory .fcat .cat {
    width: calc(100% / 4);
  }
  .common-home .fcategory .fcat .cat-con {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .common-home .fcategory .fcat {
    flex-direction: column;
  }
  .common-home .fcategory .fcat .cat-con .cat {
    width: calc(100% / 1);
    max-height: 400px;
  }
  #product .form-group {
      flex-wrap: wrap;
  }
}

@media (max-width: 767px) and (min-width: 375px) {
    .order-product-item-list .order-product-items {
        width: calc(100% / 2);
        margin: 0;
    }
}

.common-home .cat-title {
  position: relative;
}
.common-home .cat-title img {
  width: 100%;
}
.common-home .cat-title h3 {
  color: #fff;
  font-size: calc(22px + (40 - 22) * (100vw - 320px) / (1920 - 320));
  white-space: nowrap;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  position: absolute;
}
@media (min-width: 1200px) {
  .common-home .cat-title-only img {
    height: 95vh;
  }
  .common-home .fpro-only img {
    height: 90vh;
  }
}
@media (min-width: 768px) {
  .common-home .cat-title {
    width: 15%;
  }
  .common-home .cat-title h3 {
    transform: rotate(-90deg);
    top: 25%;
  }
  .common-home .cat-title-only h3 {
    right: -40%;
  }
  .common-home .fpro-only h3 {
    left: -30%;
  }
}
@media (max-width: 767px) {
  .common-home .cat-title {
    height: 140px;
    overflow: hidden;
  }
  .common-home .cat-title img {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
  }
  .common-home .cat-title h3 {
    bottom: 10px;
    left: 10px;
    font-size: 28px;
  }
}
.common-home .featured.section-space {
  padding: 0 !important;
}
.common-home .featured .fpro-con {
  display: flex;
  align-items: flex-end;
}
.common-home .featured .fpro-con .featured-module {
  position: relative;
  display: flex;
  align-items: center;
}
.common-home .featured .fpro-con .featured-module .featured {
  width: 90%;
  margin: 0 auto;
  padding-right: 0;
}
.common-home .featured .fpro-con .featured-module .nav-btns {
  display: flex;
  position: absolute;
  bottom: 10px;
  right: 60px;
}
.common-home .featured .fpro-con .featured-module .nav-btns > div {
  margin-left: 40px;
  cursor: pointer;
}
.common-home .featured .fpro-con .featured-module .nav-btns img {
  height: 15px;
}
.common-home .featured .fpro-con .featured-module .slick-nav {
  display: none !important;
}
.common-home .featured .fpro-con .featured-module .slick-dots {
  display: flex !important;
  padding-left: 0;
  padding-top: 40px;
}
.common-home .featured .fpro-con .featured-module .slick-dots li {
  list-style: none;
  padding-right: 10px;
}
.common-home .featured .fpro-con .featured-module .slick-dots li button {
  border-radius: 50%;
  background: #7CBF4E;
  color: transparent;
  opacity: 0.7;
  box-shadow: none;
  border: none;
  width: 12px;
  height: 12px;
}
.common-home .featured .fpro-con .featured-module .slick-dots li.slick-active button {
  opacity: 1;
}
@media (max-width: 991px) {
  .common-home .featured .fpro-con {
    align-items: inherit;
  }
  .common-home .featured .fpro-con .featured-module .slick-dots {
    padding-top: 5px !important;
  }
  .common-home .featured .fpro-con .featured-module .slick-slide {
    transform: scale(0.9);
  }
  .common-home .featured .fpro-con .featured-module .slick-slide .btn-primary {
    transform: scale(0.9);
  }
}
@media (min-width: 767px) {
  .common-home .featured .featured-module {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .common-home .featured .fpro-con {
    flex-direction: column;
  }
  .common-home .featured .featured-module {
    order: 2;
  }
  .common-home .featured .fpro-only {
    order: 1;
  }
  .common-home .featured .nav-btns {
    display: none !important;
  }
}
.common-home .gallery-listing {
  padding: 70px 0;
}
.common-home .gallery-listing h2 {
  color: #000;
  opacity: 1 !important;
  text-align: center;
  font-weight: bold;
  font-size: calc(24px + (50 - 24) * (100vw - 320px) / (1920 - 320)) !important;
  margin-bottom: calc(30px + (50 - 30) * (100vw - 320px) / (1920 - 320)) !important;
}
.common-home .gallery-listing .slick-nav {
  display: none !important;
}
.common-home .gallery-listing .slick-track {
  display: flex;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
.common-home .gallery-listing .inner .service {
  margin: 0 15px 1px;
  border: 1px solid #BBBBBB;
  height: inherit;
}
.common-home .gallery-listing .inner .service .service-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.common-home .gallery-listing .inner .service .service-inner .img img {
  width: 100%;
}
.common-home .gallery-listing .inner .service .service-inner .texts {
  text-align: center;
  padding: 20px 0 0;
  width: 85%;
  margin: 0 auto;
}
.common-home .gallery-listing .inner .service .service-inner .texts h3 {
  font-weight: bold;
  color: #1C1952;
  font-size: 19px;
  font-family: "Roboto Condensed", sans-serif;
}
.common-home .gallery-listing .inner .service .service-inner .texts p {
  line-height: 1.8;
}
.common-home .gallery-listing .inner .service .service-inner .btn {
  width: 140px;
  margin: auto auto 0;
}
.common-home .section-space {
  position: relative;
  background: #fff;
}
.common-home .slideshow1 {
  position: fixed;
}
.slideshow1 .slick-nav, .slideshow2 .slick-nav {
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 5;
    width: calc(12px + (100 - 12) * (100vw - 320px) / (1920 - 320));    
}
.slideshow1 .slick-dots, .slideshow2 .slick-dots {
    position: absolute;
    bottom: 0;
    display: flex !important;
    left:  calc(20px + (75 - 20) * (100vw - 320px) / (1920 - 320));
    padding-left: 0;
}
.slideshow2 .slick-nav.right {
    right: 0;
}
.slideshow1 .slick-dots li, .slideshow2 .slick-dots li {
    background: rgba(255,255,255,.8);
    border-radius: 25px;
    height: 10px;
    width: 10px;
    list-style: none;
    margin: 10px 5px;
}
.slideshow1 .slick-dots li.slick-active, .slideshow2 .slick-dots li.slick-active {
    background: white;
}
.slideshow1 .slick-dots button, .slideshow2 .slick-dots button  {
    background: transparent;
    border: none;
    color: transparent;
}
@media (max-width: 991px) {
    .slideshow1 .slick-nav {
        display: none !important;
    }
}
.slideshow1 .slick-nav img {
    filter: invert();
}
.slideshow1 .slick-nav.right {
    right: 0;
}
@media (max-width: 991px) {
  .common-home .slideshow1 .slider-slideshow-description {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
}
@media (min-width: 991px) {
  .common-home .slideshow1 .slider-slideshow-description .slider-slideshow-description-texts {
    width: 54%;
  }
}
@media (max-width: 991px) {
  .common-home .slideshow1 .slider-slideshow-description .slider-slideshow-description-texts {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .common-home .slideshow1 .slider-slideshow-description .slider-slideshow-description-texts {
    width: 100%;
  }
  .slider-slideshow-description-texts > span * {
      font-size: 24px !important;
  }
}
.common-home .slideshow1 .slider-slideshow-description.right {
  margin-left: 0;
}
.common-home .slideshow1 .slider-slideshow-description.left {
  margin-right: 0;
}
.common-home .slideshow1 .slider-slideshow-description.center {
  margin: 0 auto;
}
.common-home .slideshow1 .slider-slideshow-description p {
  margin-bottom: 0;
}
.common-home .slideshow1 .slider-slideshow-description *:not(.btn) {
  letter-spacing: 4px;
}
.common-home .slideshow1 .slider-slideshow-description.background-type-light_image .slider-slideshow-description-texts *:not(.btn) {
  color: #333 !important;
}
.common-home .slideshow1 .slider-slideshow-description.background-type-light_image .slider-slideshow-description-texts .btn {
  background: #000 !important;
}
.common-home .slideshow1 .slider-slideshow-description.background-type-dark_image .slider-slideshow-description-texts *:not(.btn) {
  color: #fff !important;
}
.common-home .slideshow1 .slider-dots .owl-dot {
  width: 10.5px;
  height: 10px;
  background: #fff;
}
.common-home .slideshow1 .slider-dots .owl-dot.active span {
  background: rgba(255, 255, 255, 0.5) !important;
}
.common-home .slideshow1 .slider-dots .owl-dot span {
  background: transparent !important;
  width: 14.5px;
  height: 14.5px;
  display: block;
  border-radius: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  align-items: center;
  justify-content: center;
  left: 50%;
}

header > .container {
  width: 95% !important;
}
@media (min-width: 768px) {
  header > .container {
    padding-right: 0;
  }
  header > .container .header-container {
    padding: 17px 0;
  }
  header > .container .header-logo img {
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  header > .container {
    padding: 0;
  }
  header > .container .header-logo img {
    max-width: 150px;
  }
}
header .header-container #main-menu li a, header .header-container #main-menu li span {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #1C1952;
  letter-spacing: 0;
}
header .header-container #main-menu li.active > a, header .header-container #main-menu li:hover > a {
  text-decoration: underline;
}
header .header-container #main-menu ul li a, header .header-container #main-menu ul li span {
  text-decoration: none !important;
}
header .header-container #main-menu ul li:hover > a, header .header-container #main-menu ul li:hover > span {
  color: #1C1952;
  text-decoration: underline !important;
}
header .header-container #main-menu .sub-arrow {
  display: none !important;
}
header .header-container .nav-img {
  height: 17px;
}
header .header-container .cart-dropdown {
  display: flex !important;
  align-items: flex-end;
}
header .header-links {
  width: 41px !important;
}
header .header_banner {
  position: relative;
}
header .header_banner .contact-details {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: #1C1952;
}

@media (min-width: 991px) {
    header .header_banner .contact-details {
        right: 35px;
    }
}
@media (max-width: 990px) {
    header .header_banner .contact-details {
        right: 0;
    }
}
header .header_banner .contact-details div {
  margin: 0 calc(5px + (10 - 5) * (100vw - 320px) / (1920 - 320));
}
header .header_banner .contact-details div a {
  color: #7CBF4E;
  font-weight: bold;
  font-size: 13px;
  display: flex;
  align-items: center;
}
header .header_banner .contact-details div a img {
  padding-right: 10px;
}
@media (max-width: 1100px) {
  header .header_banner .contact-details span {
    display: block;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 991px) {
  header .header_banner .contact-details span {
    display: none;
  }
}

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