* {
  font-family: "Open Sans", sans-serif;
}

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

button, input {
  outline: none !important;
}
button:focus, input:focus {
  outline: none !important;
}

h2 {
  color: #000;
  font-size: 40px;
  margin-bottom: 1.5em;
}
@media (max-width: 1023px) {
  h2 {
    font-size: 30px;
  }
}

.account-container a:hover h3, .account-container a:hover p {
  color: #CE1B21;
  text-decoration: none !important;
}

.btn-primary, .btn-default, .btn-danger {
  background: #CE1B21;
  color: #fff;
  border-radius: 25px !important;
  border-color: #CE1B21;
  min-width: 14em;
  letter-spacing: 1px;
  transition: 0.6s ease;
  text-transform: uppercase;
  padding: 0.75em 1em;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-within, .btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:focus-within, .btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:focus-within {
  border-color: #CE1B21 !important;
  background: #fff !important;
  color: #CE1B21 !important;
}

#button-search, #button-login {
  min-width: 0 !important;
  border-radius: 0 !important;
  padding: 0 0.5em !important;
}

.mi-button .btn-default, .mi-button .btn-primary, .mi-button #filter_group_tigger_close, .mi-button button, .open .btn-default, .open .btn-primary, .open #filter_group_tigger_close, .open button, .product-button .btn-default, .product-button .btn-primary, .product-button #filter_group_tigger_close, .product-button button, .item-details .btn-default, .item-details .btn-primary, .item-details #filter_group_tigger_close, .item-details button {
  min-width: 0 !important;
  padding: 6px 12px;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: #CE1B21 !important;
  border: 1px solid #CE1B21 !important;
}
.mi-button .btn-default *, .mi-button .btn-primary *, .mi-button #filter_group_tigger_close *, .mi-button button *, .open .btn-default *, .open .btn-primary *, .open #filter_group_tigger_close *, .open button *, .product-button .btn-default *, .product-button .btn-primary *, .product-button #filter_group_tigger_close *, .product-button button *, .item-details .btn-default *, .item-details .btn-primary *, .item-details #filter_group_tigger_close *, .item-details button * {
  color: #fff;
}
.mi-button .btn-default:hover, .mi-button .btn-primary:hover, .mi-button #filter_group_tigger_close:hover, .mi-button button:hover, .open .btn-default:hover, .open .btn-primary:hover, .open #filter_group_tigger_close:hover, .open button:hover, .product-button .btn-default:hover, .product-button .btn-primary:hover, .product-button #filter_group_tigger_close:hover, .product-button button:hover, .item-details .btn-default:hover, .item-details .btn-primary:hover, .item-details #filter_group_tigger_close:hover, .item-details button:hover {
  color: #CE1B21 !important;
  background: #fff !important;
}

.btn-number {
  border: 1px solid lightgrey !important;
  border-radius: 0 !important;
  min-width: 0 !important;
  padding: 6px 12px;
  background: #fff !important;
  color: #000 !important;
}
.btn-number:hover {
  background: #CE1B21 !important;
}
.btn-number:hover span {
  color: #fff !important;
}

#filter_group_tigger_open {
  border-radius: 0 !important;
  min-width: 0;
  padding: 0.45em !important;
}

.dropdown-menu, .cart-quantity {
  color: #000;
}
.dropdown-menu .input-group-btn > button, .cart-quantity .input-group-btn > button {
  background: #fff !important;
  border-color: lightgrey !important;
}
.dropdown-menu .input-group-btn > button span, .cart-quantity .input-group-btn > button span {
  color: #000 !important;
}

a:hover {
  text-decoration: underline;
}

.breadcrumb {
  background: none;
  border: none;
}
.breadcrumb li a {
  color: grey;
  font-size: 14px;
}
.breadcrumb li:first-of-type {
  padding-left: 0;
}
.breadcrumb li:hover a {
  color: #CE1B21;
}

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

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

#mobileNav i {
  color: #CE1B21;
}

.cart_close {
  background: none;
  border: none;
}

.cart-dorpdown-footer a {
  background: #CE1B21 !important;
  color: #fff !important;
  padding: 12px !important;
}
.cart-dorpdown-footer a:hover {
  background: #fff !important;
  color: #CE1B21 !important;
  border: 1px solid #CE1B21 !important;
}

#sidr .cd-accordion-menu li label {
  display: none;
}
#sidr .cd-accordion-menu li label ~ ul {
  display: none !important;
}
#sidr .cd-accordion-menu a {
  color: #fff !important;
  text-transform: uppercase;
}
#sidr .cd-accordion-menu a:hover {
  color: #fff !important;
  font-weight: bold;
}
#sidr a {
  color: #fff !important;
}
#sidr a:hover {
  color: #fff !important;
  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: #CE1B21;
  color: #fff;
  border: 1px solid #CE1B21;
  transition: 0.3s ease;
}
.account-order .modal-dialog .modal-body ul li a .badge {
  color: #CE1B21;
}
.account-order .modal-dialog .modal-body ul:hover a {
  background: #fff;
  color: #CE1B21;
}
.account-order .modal-dialog .modal-body #reorder_order {
  width: auto;
  margin: auto;
  background: #CE1B21;
  color: #fff;
  border: 1px solid #CE1B21;
  transition: 0.3s ease;
}
.account-order .modal-dialog .modal-body #reorder_order:hover {
  background: #fff;
  color: #CE1B21;
}

* {
  letter-spacing: 2px;
}

.zoomContainer {
  z-index: 1 !important;
}

.cart-dorpdown-items .item-details i {
  margin-right: 0 !important;
}

.reg-captcha {
  padding: 0;
}
.reg-captcha #google_recaptcha {
  transform: scale(0.8) !important;
  transform-origin: center !important;
}

@media (max-width: 767px) {
  .reg-done {
    text-align: center;
  }
}

header {
  border-bottom: 2px solid #CE1B21;
  padding-top: 0 !important;
}
header.fixed-header {
  border-bottom: 0;
}
header .contain-header .search_container .search-custom .search-box {
  width: 65%;
  margin: auto;
}
header .contain-header .search_container .search-custom .search-box input {
  font-size: 0.8em;
}
header .contain-header .header-container {
  display: flex;
  align-items: initial;
}
header .contain-header .header-container * {
  text-transform: uppercase;
  font-size: 12px;
}
@media (max-width: 767px) {
  header .contain-header .header-container {
    flex-wrap: wrap;
  }
  header .contain-header .header-container .header-bottom {
    width: 100%;
    padding: 1em 0;
  }
  header .contain-header .header-container .header-bottom .inner {
    display: flex !important;
    justify-content: center !important;
    margin: auto !important;
  }
}
@media (max-width: 1100px) {
  header .contain-header .header-container #enquiry a, header .contain-header .header-container #cart a, header .contain-header .header-container ._search a {
    padding: 0;
  }
}
header .contain-header .header-container #enquiry img, header .contain-header .header-container #enquiry i, header .contain-header .header-container #cart_dropdown_icon img, header .contain-header .header-container #cart_dropdown_icon i, header .contain-header .header-container #fullpage-search-open img, header .contain-header .header-container #fullpage-search-open i, header .contain-header .header-container #account img, header .contain-header .header-container #account i {
  margin-right: 1em;
}
header .contain-header .header-container .dropdown-menu button:hover span, header .contain-header .header-container .dropdown-menu button:hover i {
  color: #CE1B21;
}
header .contain-header .header-container .header-bottom {
  background: #CE1B21;
}
@media (max-width: 767px) {
  header .contain-header .header-container .header-bottom .inner {
    padding: 0 3px;
  }
}
header .contain-header .header-container .header-bottom .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  height: 100%;
  width: 90%;
}
@media (max-width: 991px) {
  header .contain-header .header-container .header-bottom .inner {
    padding: 0 1em;
    width: 100% !important;
  }
}
header .contain-header .header-container .header-bottom .inner .header-menu, header .contain-header .header-container .header-bottom .inner #fullpage-search-open > span, header .contain-header .header-container .header-bottom .inner #cart_dropdown_icon > span, header .contain-header .header-container .header-bottom .inner #enquiry {
  color: #fff;
}
header .contain-header .header-container .header-bottom .inner #fullpage-search-open > span, header .contain-header .header-container .header-bottom .inner #enquiry {
  margin-right: 1.5em;
}
header .contain-header .header-container .header-bottom .inner .navigators {
  display: flex;
  align-items: center;
}
header .contain-header .header-container .header-bottom .inner .navigators #cart_dropdown_icon, header .contain-header .header-container .header-bottom .inner .navigators #fullpage-search-open {
  display: flex;
}
header .contain-header .header-container .header-bottom .inner .header-menu a ~ ul, header .contain-header .header-container .header-bottom .inner .header-menu .sub-arrow {
  display: none !important;
}
header .contain-header .header-container .header-top {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
}
header .contain-header .header-container .header-top * {
  color: #000;
}
header .contain-header .header-container .header-top .header-logo {
  text-align: center;
  padding: 1em 1em 1em 0;
}
@media (min-width: 991px) {
  header .header-container {
    flex-direction: column;
  }
  header .header-container .header-bottom {
    height: 4.5em;
  }
  header .header-container .header-top {
    height: 8.5em;
    justify-content: space-between;
  }
}
@media (max-width: 1023px) {
  header #main-menu li a {
    padding-right: 21px !important;
  }
}
@media (min-width: 768px) {
  header .header-logo {
    max-width: 35%;
  }
}

.side-enquiry {
  height: 2em;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.side-enquiry img {
  margin-right: 1em;
}

#slideshow0 .slider-slideshow-description .container {
  width: 85%;
}
#slideshow0 .slider-slideshow-description .container .slider-slideshow-description-texts .slideshow-text-0 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0.75em;
}
@media (min-width: 1024px) {
  #slideshow0 .slider-slideshow-description .container .slider-slideshow-description-texts {
    width: 50%;
  }
  #slideshow0 .slider-slideshow-description .container .slider-slideshow-description-texts .slideshow-text-1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  #slideshow0 .slider-slideshow-description .container .slider-slideshow-description-texts {
    padding: 0 20px;
  }
  #slideshow0 .slider-slideshow-description .container .slider-slideshow-description-texts .slideshow-text-0 {
    font-size: 20px;
  }
  #slideshow0 .slider-slideshow-description .container .slider-slideshow-description-texts .slideshow-text-1 {
    margin-bottom: 15px;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
}
.information-contact-success #content {
  text-align: center;
}
.information-contact-success #content .buttons {
  margin-top: 4em !important;
}

.information-contact .contact-footer #google_recaptcha {
  transform: scale(0.8) !important;
  transform-origin: center !important;
}

.pagination-container {
  text-align: center;
}
.pagination-container .pagination li a, .pagination-container .pagination li span {
  border: none;
  color: #000;
  font-weight: bold;
  width: 3em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.pagination-container .pagination li a {
  background: #fff;
}
.pagination-container .pagination li.active span {
  color: #CE1B21;
  background: transparent;
}

.layout-container {
  width: 100%;
}
.layout-container .row {
  margin: 0;
}
.layout-container .row #content {
  padding: 0;
}
.layout-container .row #content .news_latest.section-space {
  padding: 0;
  background: #FAE8E8;
}
.layout-container .row #content #news_latest .artblock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 3em auto;
}
.layout-container .row #content #news_latest .artblock .contain-texts {
  margin: auto;
}
.layout-container .row #content #news_latest .artblock .contain-texts .name a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}
.layout-container .row #content #news_latest .artblock .contain-texts .name, .layout-container .row #content #news_latest .artblock .contain-texts .description {
  margin-bottom: 20px;
}
.layout-container .row #content #news_latest .artblock .contain-texts .name a, .layout-container .row #content #news_latest .artblock .contain-texts .name p, .layout-container .row #content #news_latest .artblock .contain-texts .description a, .layout-container .row #content #news_latest .artblock .contain-texts .description p {
  letter-spacing: 1px;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.layout-container .row #content #news_latest .artblock .contain-texts .blog-button a {
  color: #000;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
}
.layout-container .row #content #news_latest .artblock .contain-img {
  height: 100%;
  overflow: hidden;
  box-shadow: 5px 5px 20px darkgrey;
}
.layout-container .row #content #news_latest .artblock .contain-img img {
  height: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  .layout-container .row #content #news_latest .artblock {
    height: 55vh !important;
  }
  .layout-container .row #content #news_latest .artblock .contain-texts {
    width: 30%;
  }
}
@media (max-width: 1023px) {
  .layout-container .row #content #news_latest .artblock .contain-texts {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .layout-container .row #content #news_latest .artblock {
    height: 45vh;
  }
  .layout-container .row #content #news_latest .artblock .contain-img {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .layout-container .row #content #news_latest .artblock {
    flex-direction: column;
  }
  .layout-container .row #content #news_latest .artblock .contain-texts {
    width: 100%;
    margin-bottom: 2em;
  }
  .layout-container .row #content #news_latest .artblock .contain-img {
    height: 200px;
    max-width: 100%;
  }
}
.layout-container .row #content .news_archive {
  padding: 0;
  width: 92%;
  margin: 3em auto;
  overflow: visible;
}
.layout-container .row #content .news_archive #articles-column-left {
  display: flex;
  align-items: center;
}
.layout-container .row #content .news_archive #articles-column-left .title {
  color: #CE1B21;
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 1px;
}
.layout-container .row #content .news_archive #articles-column-left .news-ctgr .list-group-item {
  position: relative;
}
.layout-container .row #content .news_archive #articles-column-left .news-ctgr .list-group-item a {
  font-size: 22px;
  text-transform: uppercase;
}
.layout-container .row #content .news_archive #articles-column-left .news-ctgr .list-group-item a:hover {
  text-decoration: underline;
}
.layout-container .row #content .news_archive #articles-column-left .news-ctgr .list-group-item .archive {
  display: none;
  position: absolute;
  background: #CE1B21;
}
.layout-container .row #content .news_archive #articles-column-left .news-ctgr .list-group-item .archive a {
  color: #fff;
}
.layout-container .row #content .news_archive #articles-column-left .news-ctgr .list-group-item .archive a:hover {
  color: #fff !important;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .layout-container .row #content .news_archive #articles-column-left {
    justify-content: space-between;
  }
  .layout-container .row #content .news_archive .news-ctgr {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .layout-container .row #content .news_archive #articles-column-left {
    flex-direction: column;
  }
  .layout-container .row #content .news_archive .news-ctgr {
    text-align: center;
  }
}
.layout-container .row #content .them-articles {
  display: flex;
  flex-wrap: wrap;
  width: 92%;
  margin: 3em auto;
  overflow: visible;
}
.layout-container .row #content .them-articles .artblock {
  border: 1px solid #F0F0F0;
  transition: 0.3s ease;
}
.layout-container .row #content .them-articles .artblock:first-of-type {
  margin-left: 0;
}
.layout-container .row #content .them-articles .artblock .contain-img {
  overflow: hidden;
}
.layout-container .row #content .them-articles .artblock .contain-img img {
  height: 100%;
}
.layout-container .row #content .them-articles .artblock .contain-texts * {
  text-shadow: 0.5px 0;
}
.layout-container .row #content .them-articles .artblock .contain-texts .name a {
  color: #000;
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.layout-container .row #content .them-articles .artblock .contain-texts .the-category {
  margin-bottom: 1em;
}
.layout-container .row #content .them-articles .artblock .contain-texts .the-category a {
  color: #CE1B21;
  text-transform: uppercase;
}
.layout-container .row #content .them-articles .artblock .contain-texts .description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #000;
  letter-spacing: 1px;
}
.layout-container .row #content .them-articles .artblock:hover {
  transform: translateY(-3em);
  box-shadow: 1px 1px 20px darkgrey;
}
@media (min-width: 1024px) {
  .layout-container .row #content .them-articles .artblock {
    width: calc((100% / 3) - 24px);
  }
}
@media (max-width: 1023px) {
  .layout-container .row #content .them-articles .artblock {
    width: calc((100% / 2) - 24px);
  }
}
@media (min-width: 768px) {
  .layout-container .row #content .them-articles .artblock {
    margin: 12px;
  }
  .layout-container .row #content .them-articles .artblock .contain-img {
    height: 300px;
  }
  .layout-container .row #content .them-articles .artblock .contain-texts {
    padding: 1em;
  }
  .layout-container .row #content .them-articles .artblock .contain-texts .name a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .layout-container .row #content .them-articles .artblock {
    width: calc((100% / 2) - 12px);
    margin: 6px;
  }
  .layout-container .row #content .them-articles .artblock .contain-img {
    height: 100px;
  }
  .layout-container .row #content .them-articles .artblock .contain-texts {
    padding: 0.5em;
  }
  .layout-container .row #content .them-articles .artblock .contain-texts .name a {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .headerth, .headerth-2 {
    display: flex;
    justify-content: space-between;
    margin: 3em auto;
  }
}
@media (max-width: 767px) {
  .headerth, .headerth-2 {
    margin: auto;
  }
}

@media (max-width: 767px) {
  .news-ncategory .headerth {
    margin-top: 3em;
  }
}
.news-ncategory .content {
  text-align: center;
}

.news-ncategory .headerth, .news-ncategory .headerth-2, .iid-7 .headerth, .iid-7 .headerth-2, .iid-4 .headerth, .iid-4 .headerth-2, .information-information .headerth, .information-information .headerth-2 {
  width: 90%;
}

.news-article .layout-container {
  width: 90%;
  margin: auto;
}
.news-article .layout-container .bottoms-up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5em;
}
.news-article .layout-container .bottoms-up .btn {
  min-width: 12em;
}
@media (max-width: 767px) {
  .news-article .layout-container .bottoms-up {
    flex-direction: column;
  }
  .news-article .layout-container .bottoms-up > div {
    justify-content: center;
    margin: auto;
  }
  .news-article .layout-container .bottoms-up .btn-group {
    margin-top: 1em;
  }
  .news-article .layout-container .bottoms-up .ghost {
    display: none;
  }
}
.news-article .layout-container h3 {
  margin: 1.7em 0;
  text-transform: uppercase;
  font-size: 24px;
}
.news-article .layout-container h3, .news-article .layout-container p {
  color: #000;
}
.news-article .layout-container .date {
  margin-top: 3em;
  color: #000;
  font-size: 12px;
}
.news-article .layout-container .date i {
  padding-right: 0.5em;
}

.iid-7 .custom {
  padding: 0;
}
.iid-7 .custom .custom-container .contain-inner {
  display: flex;
  align-items: center;
}
.iid-7 .custom .custom-container .contain-inner:first-of-type {
  margin-top: 0;
}
.iid-7 .custom .custom-container .contain-inner:last-of-type {
  margin-bottom: 0;
}
.iid-7 .custom .custom-container .contain-inner .contain-img {
  overflow: hidden;
}
.iid-7 .custom .custom-container .contain-inner .contain-img img {
  max-width: 92%;
}
.iid-7 .custom .custom-container .contain-inner .contain-texts > div {
  margin: auto;
}
.iid-7 .custom .custom-container .contain-inner .contain-texts > div * {
  color: #000;
}
.iid-7 .custom .custom-container .contain-inner .contain-texts > div p {
  text-align: justify;
}
.iid-7 .custom .custom-container .contain-inner .contain-texts > div h3 {
  text-transform: uppercase;
}
.iid-7 .custom .custom-container .contain-inner .contain-texts > div h3:after {
  content: "";
  width: 60px;
  height: 6px;
  background: #CE1B21;
  display: block;
  margin: 30px 0 20px;
}
@media (min-width: 1024px) {
  .iid-7 .custom .custom-container .contain-inner {
    margin: 100px 0;
  }
  .iid-7 .custom .custom-container .contain-inner .contain-img {
    width: 50%;
  }
  .iid-7 .custom .custom-container .contain-inner .contain-texts {
    width: 45%;
  }
  .iid-7 .custom .custom-container .contain-inner .contain-texts > div {
    width: 85%;
  }
  .iid-7 .custom .custom-container .contain-inner:nth-child(even) {
    justify-content: flex-end;
  }
  .iid-7 .custom .custom-container .contain-inner:nth-child(even) .contain-img {
    order: 2;
    text-align: right;
  }
  .iid-7 .custom .custom-container .contain-inner:nth-child(even) .contain-texts {
    order: 1;
  }
}
@media (max-width: 1023px) {
  .iid-7 .custom .custom-container .contain-inner {
    flex-direction: column;
    margin: 3em 0;
  }
  .iid-7 .custom .custom-container .contain-inner .contain-img {
    text-align: center;
    margin-bottom: 2em;
  }
  .iid-7 .custom .custom-container .contain-inner .contain-texts > div {
    width: 92%;
  }
}

.iid-4 .headerth h2 {
  display: none;
}
.iid-4 #content {
  margin-bottom: 0;
}

.common-home .about-container .contain-img {
  margin-top: 0 !important;
}

.aboutus {
  padding: 0;
}
@media (max-width: 1399px) {
  .aboutus .headerth-2 {
    margin: 1em auto 0;
  }
}
.aboutus .about-container {
  display: flex;
}
.aboutus .about-container .contain-img {
  display: flex;
  align-items: flex-end;
}
.aboutus .about-container .contain-img img {
  max-width: 100%;
}
.aboutus .about-container .contain-texts {
  margin-top: 2em;
}
.aboutus .about-container .contain-texts > div {
  margin: auto;
}
@media (min-width: 1400px) {
  .aboutus .about-container .contain-texts > div {
    width: 85%;
  }
}
@media (max-width: 1399px) {
  .aboutus .about-container .contain-texts > div {
    width: 90% !important;
  }
}
.aboutus .about-container .contain-texts h2 {
  text-align: left !important;
}
.aboutus .about-container .contain-texts h2:after {
  margin-left: 0 !important;
}
.aboutus .about-container .contain-texts .about-page {
  margin-bottom: 3em;
}
.aboutus .about-container .contain-texts .about-page p {
  text-align: justify;
  color: #000;
}
@media (min-width: 1400px) {
  .aboutus .about-container .contain-img {
    width: 50%;
  }
  .aboutus .about-container .contain-texts {
    width: 48%;
  }
}
@media (max-width: 1399px) {
  .aboutus .about-container {
    flex-direction: column;
  }
  .aboutus .about-container .contain-img {
    overflow: hidden;
    position: relative;
    height: 50vh;
    margin-top: 1em;
  }
  .aboutus .about-container .contain-img img {
    width: 100%;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
  }
}

.product-category aside .item-header {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.25em;
}
.product-category aside #filter-groups {
  width: 85%;
}
.product-category aside #side-price {
  margin-top: 2.5em;
}
.product-category aside #side-price .price-container .input-group label {
  padding: 0;
  color: #000;
  font-weight: bold;
}
.product-category aside #side-price .price-container .input-group input {
  border: none;
  box-shadow: none;
  padding: 0;
  font-weight: bold;
  color: #000;
  font-size: 0.9em;
  background: transparent;
}
.product-category aside #side-price #slider-price {
  background: #000;
  height: 3px;
  width: 94%;
}
.product-category aside #side-price #slider-price .ui-slider-range, .product-category aside #side-price #slider-price .ui-slider-handle {
  background: #CE1B21;
}
.product-category aside #side-price #slider-price .ui-slider-handle {
  height: 15px;
  width: 15px;
  border: 1px solid #fff;
  border-radius: 25px;
  background: #CE1B21;
  box-shadow: 0 2px 5px grey;
}
.product-category aside #side-categories .side-categories-level-1 .item * {
  color: #000;
}
.product-category aside #side-categories .side-categories-level-1 .item:hover a {
  color: #CE1B21;
  text-decoration: none;
}
.product-category aside #side-categories .side-categories-level-1 .item.level-2 {
  padding: 5px 0;
  margin-left: 1em;
}
.product-category aside #side-categories .side-categories-level-1 .item.level-2.active {
  background: #CE1B21;
  border-radius: 25px;
  width: 75%;
}
.product-category aside #side-categories .side-categories-level-1 .item.level-2.active a {
  color: #fff !important;
}
.product-category aside #side-categories .side-categories-level-1 .item.active .toggle:before {
  content: "-";
  display: inline-block;
}
.product-category aside #side-categories .side-categories-level-1 .item.active .toggle span {
  display: none;
}
.product-category aside #side-manufacturer label {
  display: block;
  position: relative;
  padding-left: 2em;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-category aside #side-manufacturer label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.product-category aside #side-manufacturer label input:checked ~ .checkmark {
  background-color: #CE1B21;
}
.product-category aside #side-manufacturer label input:checked ~ .checkmark:after {
  display: block;
}
.product-category aside #side-manufacturer label:hover input ~ .checkmark {
  background-color: #CE1B21;
}
.product-category aside #side-manufacturer label .checkmark:after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-category aside #side-manufacturer .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid lightgrey;
}
.product-category aside #side-manufacturer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.product-category .sorts #filter_group_tigger_open {
  height: 100%;
}
.product-category .sorts .le-5, .product-category .sorts .le-6 {
  display: none;
}
@media (min-width: 768px) {
  .product-category .sorts .col-md-3 {
    width: 10em;
  }
  .product-category .sorts .custom-select {
    padding: 12px 20px !important;
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .product-category .sorts .col-md-3 {
    border: 1px solid lightgrey;
  }
  .product-category .sorts #filter_group_tigger_open {
    color: #000;
  }
}
.product-category .sorts .flex-wrap {
  justify-content: flex-end;
}
.product-category .sorts .flex-wrap select {
  border: none;
  box-shadow: none;
}
.product-category .sorts .flex-wrap .custom-select {
  height: auto !important;
  margin: 0px;
  height: 52px;
  width: 100%;
  box-shadow: none;
  color: #000;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  background: url(../../../../../../image/catalog/dropdown.png) no-repeat 85% 50% #fff;
  background-size: 11px 6px;
  border-radius: 0px !important;
  padding-right: 40px !important;
}

.terms a:hover, .item-details a:hover {
  color: #CE1B21;
}

.contain-products {
  width: 90%;
  margin: auto;
}
.contain-products .custom-select {
  height: auto !important;
  margin: 0px;
  height: 52px;
  width: 100%;
  box-shadow: none;
  color: #000;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  background: url(../../../../../../image/catalog/dropdown.png) no-repeat 96% 50% #fff;
  background-size: 11px 6px;
  border-radius: 0px !important;
  padding: 8px;
}
.contain-products aside {
  padding: 0;
}
.contain-products aside #side-price .list-group-item {
  padding-right: 0;
}
@media (min-width: 768px) {
  .contain-products aside {
    margin-top: 58px;
  }
  .contain-products aside .item-header {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .contain-products h2 ~ .row {
    margin: 0;
  }
  .contain-products .row {
    margin: 0;
  }
  .contain-products #content {
    padding: 0;
  }
}

.product-gutter {
  border-radius: 5px;
  box-shadow: 0 0 10px lightgrey;
}
.product-gutter .product-block {
  border-radius: 10px;
  overflow: hidden;
}
.product-gutter .product-block .product-texts * {
  text-align: left;
}
.product-gutter .product-block .product-texts .product-name a {
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1.5em;
}
.product-gutter .product-block .product-texts .product-name .more-info {
  height: 1.5em;
}
.product-gutter .product-block .product-texts .product-name .more-info a {
  color: grey;
}
.product-gutter .product-block .product-texts .product-details * {
  color: #000;
}
.product-gutter .product-block .product-texts .product-details .price {
  font-weight: bold;
}
.product-gutter .product-block .product-texts .cart-buttons button {
  text-align: center;
  min-width: 1em !important;
  width: 100%;
}
@media (max-width: 991px) {
  .product-gutter {
    margin: 0 5px 10px !important;
  }
}
@media (min-width: 768px) {
  .product-gutter .product-texts {
    margin: 2em;
  }
}
@media (max-width: 767px) {
  .product-gutter .product-texts {
    margin: 5px;
  }
  .product-gutter .cart-buttons {
    text-align: center;
    margin-bottom: 1em;
  }
  .product-gutter .cart-buttons button {
    padding: 10px;
  }
  .product-gutter .product-details {
    padding: 10px 0;
  }
}

.slick-nav i {
  color: #000;
}
@media (min-width: 768px) {
  .slick-nav i {
    font-size: 60px;
  }
}

.zoomWindowContainer div {
  border-right: 1px solid lightgrey;
}

.product-product .product-image-main-container {
  margin-bottom: 0;
  position: relative;
  padding-right: 2em;
  position: relative;
}
.product-product .product-image-main-container .product-image-main {
  border: 1px solid lightgrey;
}
.product-product .product-image-main-container .product-image-main .slick-list {
  padding-left: 0 !important;
  margin: 0;
  width: 100%;
}
.product-product .product-image-main-container .magnify {
  position: absolute;
  bottom: 2.75em;
  right: 1em;
  padding-right: 2em;
}
.product-product .product-image-additional {
  height: 100%;
}
.product-product .product-image-additional .slick-track {
  padding: 0 !important;
}
.product-product .product-image-additional .slick-track .slick-slide {
  margin-bottom: 1.5em;
}
.product-product .product-image-additional .slick-track .slick-slide.slick-active:last-of-type {
  margin-bottom: 0em !important;
}
.product-product .slick-list {
  width: 95%;
  margin: auto;
}
.product-product .col-sm-6 ul {
  display: flex;
  margin: 1.5em 0;
}
.product-product .col-sm-6 ul * {
  font-size: 22px;
  font-weight: bold;
}
.product-product .col-sm-6 ul .new-prices {
  color: black;
  margin-right: 0.5em;
}
.product-product .col-sm-6:last-of-type h3 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .product-product .col-sm-6:first-of-type {
    width: 42%;
  }
  .product-product .col-sm-6:last-of-type {
    width: 58%;
  }
}
@media (min-width: 768px) {
  .product-product #product {
    width: 75%;
  }
}
.product-product #product .options {
  display: flex;
}
.product-product #product label {
  text-transform: uppercase;
  width: 7em;
  padding-right: 5em;
  font-weight: bold;
  color: #000;
  padding-left: 0;
}
.product-product #product .input-group > * {
  flex: initial;
}
.product-product #product .input-group input {
  width: 6em;
}
.product-product .waiting_list_container {
  padding: 1.5em;
}
.product-product .waiting_list_container .flex-group {
  border: 1px solid #CE1B21;
  border-radius: 25px;
  overflow: hidden;
}
.product-product .waiting_list_container .flex-group input {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border: none;
  padding-left: 2em;
  margin: 0;
  height: 3em;
}
.product-product .waiting_list_container .flex-group #waiting_list_submit {
  margin: 0;
}
@media (max-width: 767px) {
  .product-product .waiting_list_container .flex-group input {
    text-align: center;
    padding: 0;
  }
  .product-product .waiting_list_container .flex-group #waiting_list_submit {
    width: 100%;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
}
.product-product #product-tabs {
  border: none;
  margin-bottom: 0;
}
.product-product #product-tabs a {
  border: none;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  color: grey;
}
.product-product #product-tabs li.active a {
  color: #CE1B21;
  border-bottom: 3px solid #CE1B21;
}
@media (max-width: 767px) {
  .product-product #product-tabs {
    text-align: center;
  }
  .product-product #product-tabs li {
    width: 100%;
  }
}
.product-product .tab-content {
  padding: 2.5em;
  background: #FAE8E8;
  color: #000;
  margin-bottom: 5em;
}
.product-product .tab-content p {
  line-height: 2.5em;
}

#add-to-enquiry, .btn-cart {
  font-size: calc(12px + (14 - 12) * (100vw - 320px) / (1920 - 320));
}

.common-home #content {
  margin-bottom: 0;
}
.common-home #content .aboutus h2 {
  text-align: left;
}
.common-home #content .aboutus h2:after {
  margin-left: 0;
}
.common-home #content .aboutus .about-bound {
  margin: 3em 0 3em;
}
.common-home #content .aboutus p {
  font-size: 12px;
}
.common-home #content .custom {
  padding: 0;
}
.common-home #content .custom h2 {
  margin-bottom: 0;
  padding: 1.5em 0;
}
.common-home #content .custom .custom-container .contain-inner {
  position: relative;
}
.common-home #content .custom .custom-container .contain-inner .contain-img img {
  height: 80vh;
}
.common-home #content .custom .custom-container .contain-inner .contain-texts {
  width: 100%;
  position: absolute;
  bottom: 0;
  transition: 0.3s ease;
  height: 50%;
  display: flex;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(82, 82, 82, 0.4638671875) 35%, black 100%);
}
.common-home #content .custom .custom-container .contain-inner .contain-texts > div {
  width: 80%;
  margin: auto auto 0;
  display: flex;
  align-items: flex-end;
}
.common-home #content .custom .custom-container .contain-inner .contain-texts > div h3 {
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 2em;
  text-align: left;
}
.common-home #content .custom .custom-container .contain-inner .contain-texts > div p {
  text-align: justify;
  font-size: 14px;
  display: none;
}
.common-home #content .custom .custom-container .contain-inner .contain-texts > div .service-bound {
  text-align: center;
  margin-top: 2.5em;
  display: none;
}
.common-home #content .custom .custom-container .contain-inner:hover .contain-texts {
  top: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  height: 100% !important;
}
.common-home #content .custom .custom-container .contain-inner:hover .contain-texts > div {
  margin: auto !important;
  display: block;
}
.common-home #content .custom .custom-container .contain-inner:hover .contain-texts h3 {
  text-align: center;
}
.common-home #content .custom .custom-container .contain-inner:hover .contain-texts p {
  display: block !important;
}
.common-home #content .custom .custom-container .contain-inner:hover .contain-texts .service-bound {
  display: block;
}
.common-home #content .custom .custom-container .contain-inner * {
  color: #fff;
}
.common-home #content .news_latest {
  padding: 0;
}
.common-home #content .news_latest h2 {
  text-align: left;
}
.common-home #content .news_latest h2:after {
  margin-left: 0;
}
.common-home #content .news_latest .outer {
  display: flex;
  justify-content: space-between;
}
.common-home #content .news_latest .outer .git-home {
  margin: 4em 4em 0em 0;
}
.common-home #content .news_latest .outer .contain-news h2 {
  width: 95%;
  margin-left: auto;
  position: relative;
}
.common-home #content .news_latest .outer .contain-news h2:after {
  border: 1px solid red;
}
.common-home #content .news_latest .outer .contain-news h2 .owl-nav {
  height: 100%;
  width: 50%;
  position: absolute;
  top: 0;
  font-size: 8px;
  right: 0;
}
.common-home #content .news_latest .outer .contain-news h2 .owl-nav > * {
  width: 5px;
}
.common-home #content .news_latest .outer .contain-news h2 .owl-nav .owl-prev {
  right: 5em;
  left: auto;
}
.common-home #content .news_latest .outer .contain-news .button-down-under {
  margin-top: 2em;
  text-align: right;
}
@media (max-width: 1023px) {
  .common-home #content .news_latest .outer .contain-news h2 {
    width: 90%;
    margin-right: auto;
  }
  .common-home #content .news_latest .outer .contain-news .button-down-under {
    width: 95%;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .common-home #content .news_latest .outer .contain-news {
    width: 90% !important;
    margin: 4em auto 1em !important;
  }
  .common-home #content .news_latest .outer .contain-news h2.home-page {
    width: 100% !important;
  }
  .common-home #content .news_latest .outer .contain-news .button-down-under {
    text-align: left !important;
  }
}
.common-home #content .news_latest .outer .contain-news .non-slick h3 {
  text-align: center;
}
.common-home #content .news_latest .outer .contain-news .non-slick p {
  opacity: 0;
}
@media (max-width: 1023px) {
  .common-home #content .news_latest .outer .contain-news .non-slick p {
    display: none;
  }
}
.common-home #content .news_latest .outer .contain-news #news_latest .artblock {
  border-radius: 15px;
  overflow: hidden;
  margin: 0.4em;
  box-shadow: 0 0 5px darkgrey;
  height: 37vh;
}
.common-home #content .news_latest .outer .contain-news #news_latest .artblock .contain-texts {
  order: 2;
  padding: 1em;
}
.common-home #content .news_latest .outer .contain-news #news_latest .artblock .contain-texts .description {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.7em;
  font-size: 12px;
  color: #000;
}
.common-home #content .news_latest .outer .contain-news #news_latest .artblock .contain-texts .name a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000;
}
.common-home #content .news_latest .outer .contain-news #news_latest .artblock .contain-texts .blog-button {
  display: none;
}
.common-home #content .news_latest .outer .contain-news #news_latest .artblock .contain-img {
  order: 1;
  overflow: hidden;
}
.common-home #content .news_latest .outer .contain-news #news_latest .artblock .contain-img img {
  height: 9em;
}
.common-home #content .news_latest .outer .contain-news #news_latest .owl-item {
  transition: 0.3s ease;
}
.common-home #content .news_latest .outer .contain-news #news_latest .owl-item:first-of-type {
  margin-left: 0;
}
.common-home #content .news_latest .outer .contain-news #news_latest .owl-item.active {
  padding-right: 1em;
}
.common-home #content .news_latest .outer .git-home {
  margin-right: 0;
}
.common-home #content .news_latest .outer .git-home .get-container {
  position: relative;
  height: 100%;
}
.common-home #content .news_latest .outer .git-home .get-container .texts {
  width: 60%;
  margin-bottom: 4em;
}
.common-home #content .news_latest .outer .git-home .get-container .texts p {
  font-size: 12px;
  line-height: 2em;
}
.common-home #content .news_latest .outer .git-home .get-container img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1100px) {
  .common-home #content .news_latest .outer .texts {
    width: 65% !important;
  }
}
@media (min-width: 1024px) {
  .common-home #content .news_latest .outer {
    height: 80vh;
  }
  .common-home #content .news_latest .outer .contain-news {
    width: 50%;
    border-right: 1.5px solid #CE1B21;
  }
  .common-home #content .news_latest .outer .git-home {
    width: calc((100% / 2) - 4em);
  }
  .common-home #content .news_latest .outer .get-container img {
    width: 55% !important;
  }
  .common-home #content .news_latest .outer .contain-news {
    padding: 1em 4em 0 0;
    margin: 3em 0;
  }
}
@media (max-width: 1023px) {
  .common-home #content .news_latest .outer {
    flex-direction: column;
  }
  .common-home #content .news_latest .outer .get-container {
    width: 90%;
    margin: auto;
  }
  .common-home #content .news_latest .outer .get-container img {
    height: 100%;
  }
  .common-home #content .news_latest .outer .get-container .texts ~ div {
    padding-bottom: 3em;
  }
  .common-home #content .news_latest .outer .contain-news {
    margin: 4em 0em 0em;
  }
}
@media (min-width: 768px) {
  .common-home #content .news_latest .outer .owl-item.active {
    width: 14% !important;
  }
  .common-home #content .news_latest .outer .owl-item:first-of-type {
    margin-left: 0;
    width: 5% !important;
  }
}
@media (max-width: 767px) {
  .common-home #content .news_latest .outer .get-container img {
    width: 60% !important;
    height: auto !important;
  }
  .common-home #content .news_latest .outer .owl-item.active {
    width: 10% !important;
  }
}
.common-home #content .news_latest img {
  width: auto !important;
}

.contain-contact {
  width: 90%;
  margin: auto;
}
.contain-contact h3 {
  font-size: 2em;
  margin-bottom: 1em;
}
.contain-contact .contain-up {
  display: flex;
  margin-bottom: 4em;
}
.contain-contact .contain-up .iframe-wrap {
  height: 100%;
}
.contain-contact .contain-up .iframe-wrap iframe {
  min-height: 100%;
}
.contain-contact .contain-up .contain-details {
  background: #FAE8E8;
  display: flex;
  align-items: center;
}
.contain-contact .contain-up .contain-details .inner-details {
  width: 80%;
  margin: 3em auto;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.contain-contact .contain-up .contain-details .inner-details * {
  color: #000;
}
.contain-contact .contain-up .contain-details .inner-details h3 {
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.contain-contact .contain-up .contain-details .inner-details img {
  margin-right: 1em;
}
.contain-contact .contain-up .contain-details .inner-details address, .contain-contact .contain-up .contain-details .inner-details a {
  margin-left: 2.5em;
}
@media (min-width: 1024px) {
  .contain-contact .contain-up .contain-map {
    width: 68%;
  }
  .contain-contact .contain-up .contain-details {
    width: 32%;
  }
}
@media (max-width: 1023px) {
  .contain-contact .contain-up {
    flex-direction: column;
  }
}
.contain-contact form .form-group input, .contain-contact form .form-group textarea {
  background: #E7E7E7;
  border: none;
}
.contain-contact form .form-group#google_recaptcha {
  width: auto !important;
}
.contain-contact form .form-group#google_recaptcha .text-danger {
  text-align: left;
}
.contain-contact form .form-group:last-of-type {
  width: 100%;
}
@media (min-width: 768px) {
  .contain-contact form .form-group {
    min-width: calc((100% / 3) - 15px);
  }
}

footer .contain-footer {
  background: #fff;
  box-shadow: 0px 0px 10px lightgrey;
}
footer .contain-footer .footer-upper-contet {
  margin: auto;
  justify-content: space-around;
  padding: 2.5em 0;
}
footer .contain-footer .footer-upper-contet .footer-contact-links h5 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer .contain-footer .footer-upper-contet .footer-contact-links {
    display: none;
  }
  footer .contain-footer .footer-upper-contet .footer-contact-links.line-6, footer .contain-footer .footer-upper-contet .footer-contact-links.line-7 {
    display: block !important;
  }
}
footer .contain-footer .footer-upper-contet * {
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  footer .contain-footer .footer-upper-contet {
    width: 60%;
  }
}
@media (max-width: 1023px) {
  footer .contain-footer .footer-upper-contet {
    padding-bottom: 1.5em;
  }
  footer .contain-footer .footer-upper-contet .footer-contact-links {
    flex-basis: 25%;
    text-align: center;
    padding-bottom: 1em;
  }
}
@media (max-width: 767px) {
  footer .contain-footer .footer-upper-contet .footer-contact-links {
    flex-basis: 100%;
  }
}
footer .contain-footer .footer-bottom-outer {
  background: #CE1B21;
  padding: 1.5em 0;
}
footer .contain-footer .footer-bottom-outer .footer-bottom {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
footer .contain-footer .footer-bottom-outer .footer-bottom * {
  font-size: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  footer .contain-footer .footer-bottom-outer .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}

.featured_related_products_ {
  margin-top: 5em;
}

.sticky-tab {
  position: relative;
  overflow: hidden;
}
.sticky-tab .sticky-tab-container {
  z-index: 4;
  right: 0;
  position: fixed;
  transition: 0.3s ease;
  transform: translateX(100%);
}
.sticky-tab .sticky-tab-container button {
  transform: rotate(-90deg);
  position: absolute;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border: none;
  padding: 1em;
  background: #CE1B21;
  color: white;
  font-weight: bold;
  transform-origin: 61% 265%;
  z-index: 1;
}
.sticky-tab .sticky-tab-container button img {
  width: 1.75em;
  margin-right: 1em;
}
.sticky-tab .sticky-tab-container button span {
  font-size: 12px;
}
.sticky-tab .sticky-tab-container button#toggler-1 {
  left: 0;
}
.sticky-tab .sticky-tab-container button#toggler-2 {
  left: -3.24em;
}
.sticky-tab .sticky-tab-container .sticky-tab-inner {
  position: relative;
  height: 66vh;
}
.sticky-tab .sticky-tab-container form {
  background: #fff;
  padding: 1.5em 6em 1.5em 3em;
  box-shadow: 0 0 5px grey;
  border-bottom-left-radius: 20px;
  position: absolute;
  left: 3.24em;
  opacity: 0;
  transition: 0.3s ease;
  overflow: auto;
  height: 100%;
}
.sticky-tab .sticky-tab-container form .form-group {
  margin-bottom: 14px;
}
.sticky-tab .sticky-tab-container form .form-group input, .sticky-tab .sticky-tab-container form .form-group textarea {
  background: #E7E7E7;
  border: none;
}
.sticky-tab .sticky-tab-container form .form-group label {
  font-size: 12px;
  font-weight: bold;
}
.sticky-tab .sticky-tab-container form .form-group#google_recaptcha {
  width: auto !important;
  margin-bottom: 0;
}
.sticky-tab .sticky-tab-container form .form-group#google_recaptcha #input-payment-captcha {
  transform-origin: left center !important;
}
.sticky-tab .sticky-tab-container form .form-group#google_recaptcha .text-danger {
  text-align: left;
}
.sticky-tab .sticky-tab-container form .form-group:last-of-type {
  width: 100%;
}
.sticky-tab .sticky-tab-container form .contact-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .sticky-tab .sticky-tab-container {
    width: 64%;
    top: 29%;
  }
  .sticky-tab .sticky-tab-container button {
    top: -44px;
  }
}
@media (max-width: 1023px) {
  .sticky-tab .sticky-tab-container {
    width: 99%;
    top: 23%;
  }
  .sticky-tab .sticky-tab-container form {
    width: 100%;
  }
  .sticky-tab .sticky-tab-container form .contact-footer {
    flex-wrap: wrap;
  }
  .sticky-tab .sticky-tab-container .sticky-tab-inner {
    height: 70vh;
    overflow: scroll;
    padding: 5px 0;
  }
  .sticky-tab .sticky-tab-container button {
    top: -38px;
  }
  .sticky-tab .sticky-tab-container button#toggler-1 {
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .sticky-tab #google_recaptcha {
    transform: scale(0.65) !important;
  }
  .sticky-tab form .contact-footer {
    margin: auto;
  }
  .sticky-tab .sticky-tab-inner form {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0;
    left: 0;
  }
  .sticky-tab .sticky-tab-inner .contact-body {
    background: white;
    width: 93%;
    margin: 0 0 0 auto;
    padding: 2em 2em 0;
  }
  .sticky-tab .sticky-tab-inner .contact-footer {
    background: white;
    width: 93%;
    margin-left: auto;
    padding: 0 2em 2em 2em;
    margin-right: 0;
    text-align: center;
  }
  .sticky-tab .sticky-tab-inner .contact-footer #google_recaptcha {
    width: 100% !important;
    margin-bottom: 0;
    transform-origin: center !important;
    transform: scale(0.8) !important;
  }
}
@media (max-width: 767px) and (max-width: 340px) {
  .sticky-tab .sticky-tab-inner .contact-footer #google_recaptcha {
    transform-origin: 0 !important;
  }
}
@media (max-width: 767px) {
  .sticky-tab .sticky-tab-inner .contact-footer .the-button {
    width: 100%;
  }
}

.owl-carousel {
  z-index: 0 !important;
}

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