/*-------------------------------Font face------------------------------------*/
@font-face {
  font-family: Century;
  font-weight: 400;
  src: url("./fonts/Century Gothic.ttf") format("truetype");
}

@font-face {
  font-family: Century;
  font-weight: 500;
  src: url("./fonts/Century Gothic.ttf") format("truetype");
}

@font-face {
  font-family: Century;
  font-weight: 600;
  src: url("./fonts/Century Gothic Bold.ttf") format("truetype");
}

@font-face {
  font-family: Century;
  font-weight: 700;
  src: url("./fonts/Century Gothic Bold.ttf") format("truetype");
}

body {
  font-family: Century, sans-serif !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
#mainnav ul li a,
.portfolio-info,
.roll-testimonials .name,
.roll-team .team-content .name,
.roll-team .team-item .team-pop .name,
.roll-tabs .menu-tab li a,
.roll-testimonials .name,
.roll-project .project-filter li a,
.roll-button,
.roll-counter .name-count,
.roll-counter .numb-count button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-family: Century, sans-serif !important;
  line-height: 1.2;
}

* {
  margin: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #222163;
  --secondary-color: #ab000f;
  --accent-color: #f1f2f2;
  --text-color: black;
  --gap: 10rem;
  --mobile-gap: 7rem;
  --line-height: 1.5;
  --h1: 4.5rem;
  --h2: 4rem;
  --h3: 3.5rem;
  --h4: 3rem;
  --h5: 2.5rem;
  --h6: 2rem;
  --mobile-h1: 3rem;
  --mobile-h2: 2.5rem;
  --mobile-h3: 2rem;
  --p: 1.6rem;
  --header-p: 1.8rem;
  --footer-inspiren: 1.4rem;
  --footer-padding: 1rem;
  --logo-height: 8rem;
}

body {
  line-height: var(--line-height) !important;
}

.mobile_view {
    display: none !important;
}

h1.title-post.entry-title,
footer.entry-footer {
  display: none;
}

.is-form-style input.is-search-input {
  font-family: Century, sans-serif !important;
  font-weight: 400 !important;
}

.go-top {
  padding: 1rem !important;
  background-color: var(--secondary-color) !important;
}

.go-top:hover i svg {
  stroke: white;
}

.entry-content > * {
  margin-bottom: 0;
}

.content-area .hentry {
  padding-bottom: 0;
}

.page .page-wrap .content-wrapper,
.single .page-wrap .content-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.single .entry-header,
.page .entry-header {
  margin-bottom: 0;
}

#mainnav ul#primary-menu {
  align-items: center;
}

#masthead .header-col:first-child img {
  height: var(--logo-height);
}

.mobmenu-panel i.mob-cancel-button {
  transform: scale(0.6);
}

.mob-menu-header-holder {
  padding: 0.5rem 0;
  height: 60px !important;
  display: flex;
  align-items: center;
}

.mobmenur-container {
  position: relative !important;
}

.site-info {
  padding-top: var(--footer-padding) !important;
  padding-bottom: var(--footer-padding) !important;
}

p.inspiren {
  font-size: var(--footer-inspiren);
  color: #231f20;
  margin-bottom: 0;
}

#text-3 .textwidget {
  font-size: var(--footer-inspiren);
}

.footer-widgets-grid {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.footer-widgets-grid > .sidebar-column:first-child img {
  height: 12rem !important;
  object-fit: contain;
  object-position: center;
}

.footer-widgets-grid > .sidebar-column:last-child {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.widget-area .widget ul li {
  padding: 0 !important;
}

footer.entry-footer {
  display: none;
}

#colophon .sydney-credits {
  font-size: var(--footer-inspiren);
}

#sidebar-footer #text-2.widget,
#sidebar-footer #nav_menu-3.widget {
  margin-bottom: 0;
}

#sidebar-footer #text-2.widget p > span {
  padding: 0 2rem;
}

#sidebar-footer #text-2.widget p > span:last-child {
    padding: 0 !important;
}

#sidebar-footer #text-2.widget p > span:first-child {
  padding-left: 0;
  /*border-right: 1px solid black;*/
}

#sidebar-footer #text-2.widget p > span:last-child {
  padding-right: 0;
  border-left: 0px solid black;
}

/*----------------------------------Hearder------------------------------------*/
.preloader {
  display: none !important;
}

.mobile-view {
  display: none;
}

header.entry-header {
  display: none;
}

.entry-content > * {
  margin-bottom: 0 !important;
}

.container.content-wrapper {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

li.current-menu-item > a {
  color: #ab000f !important;
  font-weight: 700 !important;
}

/*-----------------------------------Home--------------------------------------*/

/*----------------------------------About--------------------------------------*/
/*.about-row {*/
/*    margin-top: 80px;*/
/*}*/

.about-row-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 30px;
}

/*----------------------------------Product------------------------------------*/
nav.woocommerce-breadcrumb {
  display: none !important;
}

/*-----------------------------------News--------------------------------------*/

/*----------------------------------Contact------------------------------------*/
/*.contact-company-row{*/
/*    margin-top: 80px;*/
/*    margin-bottom: 60px !important;*/
/*}*/

.contact-company-title {
  margin-top: 0 !important;
  margin-bottom: 0px !important;
}

.contact-company-row .wpb_text_column {
  margin-bottom: 0;
}

.wpb_raw_html p {
  color: #ab000f;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 15px;
}

.contact-icon > .wpb_wrapper > .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2b2a85;
  width: 4rem;
  aspect-ratio: 1;
  border-radius: 50%;
}

.contact-icon > .wpb_wrapper > .social i {
  color: white;
  font-size: 2rem;
}

.contact-company-info p {
  margin-bottom: 0;
}

.contact-company-info {
  margin-bottom: 3rem !important;
}

.tborder th:first-child {
  /*border-right: 1px solid var(--text-color);*/
}

.red-txt {
  color: #ab000f;
  font-weight: 700;
}

.blue-txt {
  color: #2b2a85;
  font-weight: 700;
}

.sblack-txt {
  color: #020102;
  font-weight: 700;
}

.tborder {
  max-width: 100% !important;
}

.tborder p,
.cborder p,
.fborder p {
  color: #000;
}

.tborder th,
.tborder td,
.cborder th,
.cborder td,
.fborder th,
.fborder td {
  /*text-align: left !important;*/
  text-align: left;
  font-weight: 400;
  border: none;
  padding: 0;
}

.tborder th td,
.cborder th td,
.fborder th td {
  color: #000;
  font-weight: 400;
}

.col-sm-4.col-xs-12 {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 15px !important;
}

input.wpcf7-form-control {
  background-color: white !important;
  color: black !important;
  border-color: transparent !important;
  border: transparent !important;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  /*margin-bottom: 15px !important;*/
}

textarea.wpcf7-form-control.wpcf7-textarea {
  color: black;
  background-color: white;
  width: 98%;
  border-color: transparent;
  border: transparent;
  margin-bottom: 15px !important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit.sendButton {
  color: #fff !important;
  background-color: #ab000f !important;
  padding: 7px 50px;
  font-size: 16px;
  font-weight: 400;
  border: none !important;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000 !important;
}

.form-send {
    margin-top: 15px !important;
  margin-bottom: 0;
}

.contact-form-section {
  position: relative;
}

/*.contact-form-row {*/
/*position: absolute;*/
/*}*/

/*----------------------------------Footer-------------------------------------*/
.footer-widgets {
  background-color: #f2f2f2 !important;
}

/*h3.widget-title {*/
/*    display: none;*/
/*}*/

.menu-quick-links-container ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0;
}

.menu-quick-links-container ul li a:hover,
.menu-quick-links-container ul li a:active {
  color: var(--secondary-color);
}

#sidebar-footer #text-2.widget p {
  margin-bottom: 0;
}

/*.sidebar-column .widget a {*/
/*    color: #000 !important;*/
/*}*/

.site-footer {
  background-color: #fff !important;
}

.sydney-credits {
  color: #000;
  font-size: 14px;
}

.site-info .col-md-6 {
  width: 100%;
}

.inspiren-right a {
  color: #000 !important;
}

.content-area .hentry {
  padding-bottom: 0 !important;
}

.entry-footer {
  margin-top: 0 !important;
}

.fborder th:after {
  content: "|";
  position: absolute;
  margin-left: 25px;
}

.fborder th:nth-child(3):after {
  content: "";
  position: absolute;
}

/*----------------------------------Hearder(Mobile)----------------------------*/
@media only screen and (max-width: 767px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block;
  }
}

/*-----------------------------------Home(Mobile)------------------------------*/

/*----------------------------------About(Mobile)------------------------------*/

/*----------------------------------Product(Mobile)----------------------------*/

/*-----------------------------------News(Mobile)------------------------------*/

/*----------------------------------Contact(Mobile)----------------------------*/

/*----------------------------------Footer(Mobile)-----------------------------*/
@media only screen and (max-width: 767px) {
  .sydney-credits {
    font-size: 12px;
  }
}

/* start */

/*header*/
#primary-menu {
  /*border-right: 1px solid var(--primary-color);*/
  gap: 3rem;
  align-items: center !important;
  position: relative;
  z-index: 1;
}

#primary-menu::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  width: calc(48px + 15px);
  border-left: 1px solid var(--primary-color);
}

/*.main-header .sydney-svg-icon svg {*/
/*  fill: var(--primary-color) !important;*/
/*}*/

.main-header .header-col.header-elements {
  display: none;
}

.main-header #mainnav #primary-menu > li > a {
  font-size: var(--header-p);
  color: #231f20;
}

.main-header #mainnav #primary-menu > li > a:hover,
.main-header #mainnav #primary-menu > li > a:active {
  color: var(--secondary-color);
}

/*.main-header #mainnav #primary-menu > li:last-child {*/
/*  border-left: 1px solid var(--primary-color);*/
/*}*/

.main-header #mainnav #primary-menu > li:last-child a svg {
  stroke: var(--primary-color);
}

/*Footer*/
#colophon {
  display: none;
}

.page-id-24 #colophon {
  display: block;
}

.page-id-24 #sidebar-footer {
  display: none;
}

.footer.desktop-view {
  text-align: center;
}

.footer-contact {
  display: flex;
  align-items: center;
  background-color: var(--primary-color);
}

.page-id-18 .footer-contact,
.page-id-22 .footer-contact,
.page-id-24 .footer-contact,
.woocommerce-shop .footer-contact {
  display: none;
}

.footer-image {
  flex: 6;
}

.footer-image img {
  width: 100%;
  object-fit: cover;
  max-height: 40rem;
}

.footer-title {
  flex: 4;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 6rem;
}

.footer-title h1 {
  font-size: var(--h4) !important;
  color: white;
  font-weight: 400;
}

.footer-title h1 span.bold {
  font-weight: 700;
}

.footer-title a {
  background: #00a651;
  color: white;
  text-decoration: none;
  padding: 1rem 3rem;
  display: inline-block;
  font-size: var(--p);
  border: 2px solid #00a651;
  text-transform: capitalize;
  font-weight: 700;
}

.footer-title a:hover,
.footer-title a:active,
.footer-title a:focus,
.footer-title a:focus-visible {
  border: 2px solid #00a651;
  background: none;
  color: #00a651;
}

#sidebar-footer h3.widget-title {
  display: none;
}

.widget-area .widget-title {
  color: var(--text-color);
  font-weight: 700;
  font-size: 18px !important;
  position: relative;
  cursor: pointer;
  user-select: none;
  z-index: 1;
}

/*.widget-area .product-categories {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  gap: 2rem;*/
/*}*/

.widget-area .widget .product-categories > li {
  padding: 1rem 0 !important;
  border-bottom: 1px solid black;
}

.widget-area .widget .product-categories > li:first-child {
  padding-top: 0;
}

.widget-area .widget .product-categories > li:last-child {
  border: none;
}

/*Home page*/

.about .about_row .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.about .about_image img {
  aspect-ratio: 1;
  object-fit: cover;
  min-height: 70rem;
}

.about .about_intro {
  position: relative;
  margin-top: var(--gap);
}

.about .about_intro_title {
  position: absolute;
  top: 19rem;
  left: -8rem;
  width: 35rem;
  z-index: 1;
}

.about .about_intro_title.title_company {
  top: 10rem;
  left: 0;
}

.about .about_intro_1st_image {
  margin-bottom: var(--gap);
}

.about .about_intro_1st_image img {
  width: 17rem;
}

.about .about_intro_button {
  margin-bottom: var(--gap);
}

.about .about_intro_title h1 {
  font-size: 5rem !important;
  color: var(--text-color);
  margin: 0 !important;
  padding-left: 4rem;
  text-transform: uppercase;
  font-weight: 700;
}

.about .about_intro_title.title_company h1 {
    font-size: 8rem !important;
    color: #49474770 !important;
}

.about .about_intro_description {
  width: 40rem;
  /*margin-left: auto;*/
  /*margin-right: auto;*/
  margin-left: calc((100vw * 7 / 12 - 40rem) / 3);
}

.about .about_intro_description h1,
.about .about_intro_description h2,
.about .about_intro_description h3,
.about .about_intro_description h4,
.about .about_intro_description h5,
.about .about_intro_description h6 {
    color: black !important;
}

.about .about_intro_description p {
  text-align: justify;
}

.about .about_intro a {
  background-color: transparent !important;
  /*margin-left: calc((50vw - 40rem) / 2);*/
  margin-left: calc((100vw * 7 / 12 - 40rem) / 3);
  color: var(--secondary-color) !important;
  border: none;
  padding: 0;
}

.about .about_intro a:hover,
.about .about_intro a:active,
.about .about_intro a:focus,
.about .about_intro a:focus-visible {
  background-color: transparent !important;
  border: none;
}

.about .about_intro .about_intro_second_image img {
  width: min(50vw, 350px);
  aspect-ratio: 500 / 287.84;
  object-fit: cover;
}

.section_counter_row,
.about_page_counter_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.section_counter,
.about_page_counter {
  padding: var(--gap) 0; /* top image margin-bottom: 35px, counter font-size: 60px */
}

.section_counter .counter,
.about_page_counter .counter {
  position: relative;
  width: 30rem;
}

.section_counter #mega_count_bar,
.about_page_counter #mega_count_bar {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.section_counter .counter p,
.about_page_counter .counter p {
  color: var(--secondary-color);
  font-weight: 700;
  font-size: var(--h6);
}

.section_counter .counter_intro,
.about_page_counter .counter_intro {
  background: var(--accent-color);
  height: 15rem;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}

.section_counter .counter_intro .wpb_content_element,
.about_page_counter .counter_intro .wpb_content_element {
  margin-bottom: 0;
}

.section_counter .counter_intro img,
.about_page_counter .counter_intro img {
  width: 6rem;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
}

.section_counter #mega_count_bar .main-counter,
.about_page_counter #mega_count_bar .main-counter {
  font-size: 6rem !important;
  color: var(--primary-color);
  font-weight: 600;
}

.section_counter .counter.thousand #mega_count_bar .main-counter::after,
.about_page_counter .counter.thousand #mega_count_bar .main-counter::after {
  content: "K+";
}

.section_counter .counter #mega_count_bar .main-counter::after,
.about_page_counter .counter #mega_count_bar .main-counter::after {
  content: "+";
}

.section_products {
  background-image: url("https://sunnycourtyard.com.my/wp-content/uploads/2022/07/Artboard-14.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: var(--gap);
  padding-bottom: calc(var(--gap) + (1035px * 0.7 / 276 * 179 * 0.4 - 229.5px) * -1);
}

.section_products .section_products_title p {
  color: var(--secondary-color);
}

.section_products .section_products_title h1 {
  font-size: var(--h4);
  font-weight: 700;
  color: var(--text-color);
  margin-top: 0 !important;
}

.section_products_row {
  position: relative;
  margin-bottom: calc(var(--gap) + (1035px * 0.7 / 276 * 179 * 0.4 - 229.5px) * -1);
}

.section_products_row:last-child {
  margin-bottom: 0;
}

.section_products_row > div > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.section_products .section_products_image {
  margin-bottom: 0;
}

.section_products img {
  width: 70%;
  aspect-ratio: 276 / 179;
}

.section_products_row .section_products_text_container {
  position: absolute;
  top: 60%;
  background: #f2f2f2;
  width: 50%;
  padding: 0 3rem;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 0.3);
  transition: background 200ms ease-out;
  z-index: 1;
}

.section_products_row .section_products_text_container.right {
  right: 0;
}

.section_products_row .section_products_text_container.left {
  left: 0;
}

.section_products_row .section_products_text_container:hover {
  background: var(--primary-color);
}

.section_products_row .section_products_text_container h1 {
  font-size: var(--h5);
  color: var(--text-color);
  font-weight: 700;
  transition: color 200ms ease-out;
  margin-top: 4rem !important;
}

.section_products_row .section_products_text_container p {
  color: var(--text-color);
  text-align: justify;
  transition: color 200ms ease-out;
}

.section_products_row .section_products_text_container .vc_btn3-container {
  margin-bottom: 4rem;
}

.section_products_row .section_products_text_container .vc_btn3-container a {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  color: var(--secondary-color);
  transition: color 200ms ease-out;
}

.section_products_row .section_products_text_container:hover .vc_btn3-container a {
  color: white;
}

.section_products_row .section_products_text_container .vc_btn3-container a:hover,
.section_products_row .section_products_text_container .vc_btn3-container a:active,
.section_products_row .section_products_text_container .vc_btn3-container a:focus,
.section_products_row .section_products_text_container .vc_btn3-container a:focus-visible {
  border: none;
  outline: none;
  background: none;
  color: white;
}

.section_products_row .section_products_text_container:hover h1,
.section_products_row .section_products_text_container:hover p {
  color: white;
}

.section_brands {
  padding-top: var(--gap);
  padding-bottom: calc(var(--gap) - 35px);
  /*35px from brand image on top*/
}

.section_brands .brand_title h1 {
  font-size: var(--h4) !important;
  color: var(--text-color);
  text-transform: uppercase;
  margin-top: 0 !important;
  font-weight: 700;
}

.section_brands img {
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  padding: 2rem;
  border-radius: 2rem;
  transition: box-shadow 200ms ease-out;
}

.section_brands img:hover {
  box-shadow: 1px 1px 10px rgb(0 0 0 / 0.2);
}

/*about page*/
.about_page_intro {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 35px);
}

.about_page_intro_image img {
  object-fit: cover;
  object-position: center;
}

.about_page_intro .about-row > div:nth-child(2) {
  z-index: 1;
}

.about-row-title {
  padding-left: 3rem;
  border-left: 2px solid var(--secondary-color);
}

.about-row-title p {
  font-size: var(--h4) !important;
  font-weight: 700;
}

.about_page_description {
  width: 80%;
}

.about_page_description p {
  text-align: justify;
}

.about_page_counter {
  background: var(--accent-color);
  overflow: visible !important;
  margin-top: -20rem;
}

.about_page_counter_row {
  margin-top: 10rem;
}

.about_page_counter .counter_intro {
  background: white;
}

.section_vision_mission {
  position: relative;
  padding-top: calc(var(--gap) - 30px);
  padding-bottom: calc(var(--gap) - 35px);
  /*background-image: url("https://sunnycourtyard.com.my/wp-content/uploads/2022/07/Artboard-12.png");*/
  /*background-position: center;*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  position: relative;
  isolation: isolate;
}

.section_vision_mission::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background-image: url("https://sunnycourtyard.com.my/wp-content/uploads/2022/07/Artboard-12.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  display: block !important;
}

.page-id-18 .section_brands {
  padding-top: var(--gap);
}

.section_vision_mission .vision_mission_text.mission {
  margin-top: var(--gap);
}

.section_vision_mission .vision_mission_text h1,
.section_vision_mission .vision_mission_text p {
  color: white;
}

.section_vision_mission .vision_mission_text p {
  text-align: justify;
}

.section_vision_mission .vision_mission_text h1 {
  font-size: var(--h4) !important;
  font-weight: 700;
}

.section_news {
  padding-top: calc(var(--gap) - 30px);
  /*40px from h1*/
  padding-bottom: 0;
}

.section_news .news_title h1 {
  font-size: var(--h4) !important;
  color: var(--text-color);
  text-transform: uppercase;
}

.section_news .news_post_container .vc_grid-item {
  padding-right: 0 !important;
  padding-bottom: var(--gap) !important;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
  margin-right: 0 !important;
}

.section_news .news_post_container .vc_grid-item-mini {
  background: var(--accent-color);
  display: flex;
  align-items: center;
}

.section_news .news_post_container .vc_grid-item-mini > .vc_gitem-animated-block {
  width: calc(100% / 3);
}

.section_news .news_post_container .vc_grid-item-mini > .vc_gitem-zone {
  width: calc(100% / 3 * 2);
  background: none !important;
  padding: 0 5rem;
}

.section_news .news_date > div {
  color: var(--secondary-color);
}

.section_news .news_title > h4 {
  font-size: var(--h5);
  color: var(--text-color);
  font-weight: 700;
  margin-top: 1rem !important;
}

.section_news .news_description {
  min-height: 7rem;
}

.section_news .news_description > p {
  color: var(--text-color);
  text-align: justify;
}

.section_news .news_button {
  margin-bottom: 0;
}

.section_news .news_button > a {
  padding: 0;
  border: none;
  outline: none;
  color: var(--secondary-color) !important;
  background: none !important;
  font-size: var(--p);
}

.section_news .news_button > a:hover,
.section_news .news_button > a:active,
.section_news .news_button > a:focus,
.section_news .news_button > a:focus-visible {
  padding: 0;
  border: none;
  outline: none;
}

/*contact page*/
input.wpcf7-form-control.has-spinner.wpcf7-submit.sendButton {
  text-transform: capitalize;
}

.contact-company-row {
  padding-top: var(--gap);
  padding-bottom: calc(var(--gap) - 30px);
  /*20px from style2.css name .contact-company-info*/
}

.contact-company-row > div:last-child {
  width: 42%;
}

.contact-company-title,
.contact-form-row h2 {
  color: var(--text-color);
  font-size: var(--h5) !important;
  font-weight: 700;
}

.tborder th:last-child {
  /*text-align: right !important;*/
}

.contact_page_section_enquiry > div {
  overflow: visible !important;
  margin-top: -15rem;
}

.contact_page_map > div > .wpb_column {
  z-index: 1;
}

.contact_page_map .wpb_gmaps_widget.wpb_content_element {
  margin-bottom: calc(var(--gap) - 36px - 35px);
}

.mobile-view-only {
  display: none;
}

/*woocommerce page*/
.woocommerce-page #content {
  margin-top: var(--gap);
  /*margin-bottom: var(--gap);*/
}

.woocommerce-page #content #primary {
  margin-bottom: calc(var(--gap) - 47.872px - 16px);
}

.single-product #content #primary {
  margin-bottom: 0;
}

#secondary.widget-area {
  border: none !important;
  /*padding: 0;*/
  padding-top: 0;
  padding-bottom: 0;
}

form.woocommerce-product-search {
  position: relative;
}

form.woocommerce-product-search button {
  position: absolute;
  top: 0;
  right: 0;
  /*display: none;*/
  background: none;
  padding-left: 1rem;
  padding-right: 1rem;
  outline: none;
  border: none;
}

form.woocommerce-product-search button i {
  color: #343636;
  font-size: 16px;
}

input#woocommerce-product-search-field-0 {
  border: none;
  background: none;
  border-bottom: 2px solid black;
  outline: none !important;
  position: relative;
  color: var(--text-color);
}

input#woocommerce-product-search-field-0::placeholder {
  color: #343636;
}

h3.widget-area .widget-title {
  color: black;
}

/*input#woocommerce-product-search-field-0::after {*/
/*    content: "\f002";*/
/*    font-family: "Font Awesome 5 Free";*/
/*    font-weight: 900;*/
/*    color: black;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/

input#woocommerce-product-search-field-0::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
}

.woocommerce-page li.product {
  background: var(--accent-color);
  transition: background 200ms ease-out;
}

.woocommerce-page li.product img {
  aspect-ratio: 1.234586820980372;
  object-fit: cover;
}

.woocommerce-page li.product h2 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  color: var(--text-color);
  transition: color 200ms ease-out;
  text-transform: capitalize;
  min-height: 75.75px;
  font-weight: 700 !important;
}

.woocommerce ul.products li.product .button {
    margin-top: 0 !important;
}

/*.woocommerce-page li.product h2::before {*/
/*  content: "POA";*/
/*  display: block;*/
/*  color: var(--secondary-color);*/
/*  transition: color 200ms ease-out;*/
/*  font-weight: 400;*/
/*}*/

.woocommerce-page li.product:hover {
  background: var(--primary-color);
}

.woocommerce-page li.product:hover h2::before,
.woocommerce-page li.product:hover .loop-button-wrapper a.button.product_type_simple,
.woocommerce-page li.product:hover h2 {
  color: white;
}

.woocommerce-page li.product .loop-button-wrapper {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.woocommerce-page li.product .loop-button-wrapper i {
  display: none;
}

.woocommerce-page li.product .loop-button-wrapper a.button.product_type_simple {
  background-color: transparent;
  color: var(--primary-color);
  padding-left: 0;
  padding-right: 0;
  text-transform: capitalize;
  transition: color 200ms ease-out;
  font-weight: 400;
  font-size: 16px;
}

#secondary .product-categories li a,
#secondary .product-categories li span.count {
  color: var(--text-color);
  font-size: var(--p);
  transition: color 200ms ease-out;
}

#secondary .product-categories li:hover a,
#secondary .product-categories li:active a,
#secondary .product-categories li:hover span.count,
#secondary .product-categories li:active span.count {
  color: var(--secondary-color);
}

/*#secondary .product-categories li.current-cat {*/
/*border-bottom: 2px solid var(--secondary-color);*/
/*width: fit-content;*/
/*}*/

#secondary .product-categories li.current-cat a,
#secondary .product-categories li.current-cat span.count {
  color: var(--secondary-color);
  font-weight: 700;
  /*border-bottom: 2px solid var(--secondary-color);*/
}

.woocommerce nav.woocommerce-pagination {
  text-align: left !important;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers.current {
  background-color: var(--secondary-color) !important;
  color: #fff !important;
}

.woocommerce nav.woocommerce-pagination ul li .next.page-numbers,
.woocommerce nav.woocommerce-pagination ul li .prev.page-numbers {
  color: var(--primary-color) !important;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers {
  color: var(--text-color) !important;
  background: none !important;
  padding: 1rem !important;
}

.woocommerce nav.woocommerce-pagination ul li .page-numbers:hover {
  background-color: var(--secondary-color) !important;
  color: white !important;
}

/*single product page*/
.single-product #content {
  margin-bottom: 0;
}

.single-product table li::marker {
  color: var(--secondary-color);
}

.single-product #content > .container > .row {
  display: flex;
  flex-direction: row-reverse;
}

.single-product h1.product_title {
  color: var(--text-color);
  font-size: var(--h5) !important;
  font-weight: 700 !important;
}

.single-product .woocommerce-product-gallery {
  width: auto !important;
  display: flex;
  gap: 1rem;
}

figure.woocommerce-product-gallery__wrapper {
    width: 70%;
}

.single-product .woocommerce-product-gallery .flex-viewport {
  width: 70%;
}

.single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery .flex-control-nav, 
.single-product .woocommerce-product-gallery__image {
  height: calc(104.14px * 4) !important;
}

.woocommerce div.product div.images img {
  height: 100% !important;
  object-fit: cover;
  /*max-height: 800px;*/
}

.single-product .woocommerce-product-gallery .flex-control-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.single-product .woocommerce-product-gallery .flex-control-nav img {
  /*aspect-ratio: 47 / 30;*/
  object-fit: cover;
  object-position: center;
}

.single-product .woocommerce-product-gallery .flex-control-nav li {
  width: 100%;
  padding: 0;
}

.single-product .product-gallery-summary {
  display: flex;
  flex-direction: column;
}

.single-product table,
.single-product td {
  border: none;
  text-align: left;
  vertical-align: top;
}

.single-product table td ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
  padding-left: 2rem;
}

.single-product .related.products > h2 {
  font-size: var(--h4);
  color: black;
  text-transform: uppercase;
  font-weight: 700;
}

.single-product .summary.entry-summary .single_product_page_buttons {
  /*display: flex;*/
  /*align-items:center;*/
  /*justify-content: center;*/
  /*gap: 2rem;*/
  padding-left: 11.5rem;
}

.single-product .summary.entry-summary .single_product_page_buttons a {
  color: white;
  padding: 1rem 2rem;
  /*padding-left: 1rem;*/
  /*padding-right: 1rem;*/
  font-weight: 700;
  display: inline-block;
}

.single-product .summary p {
  margin-bottom: 0 !important;
}

.product_meta {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.single-product .summary.entry-summary .single_product_page_buttons a.whatsapp_button {
  background: #339933;
  margin-right: 2rem;
}

.single-product .summary.entry-summary .single_product_page_buttons a.whatsapp_button i {
  margin-right: 1rem;
  font-size: 2rem;
}

.single-product .summary.entry-summary .single_product_page_buttons a.enquiry_button {
  background: #f13f00;
}

.woocommerce-product-details__short-description {
  /*padding: calc(var(--gap) / 2) 3rem 0 !important;*/
  border-bottom: none !important;
}

.woocommerce-product-details__short-description strong {
  font-weight: 700 !important;
}

.single-product .summary.entry-summary {
  background: var(--accent-color);
  width: auto !important;
  padding: calc(var(--gap) / 2) 3rem !important;
  margin-bottom: var(--gap) !important;
}

.single-product .related.products {
  /*padding-top: calc(var(--gap) - 32px);*/
  padding-bottom: calc(var(--gap) - 47.872px - 16px);
}

/*mobile menu*/
.mob-menu-header-holder {
  background-color: white !important;
}

.mobmenur-container i {
  color: var(--secondary-color) !important;
}

.mob-menu-right-bg-holder {
  background: white;
}

#mobmenuright li a {
  color: var(--text-color) !important;
}

#mobmenuright li.current-menu-item a {
  color: var(--secondary-color) !important;
}

#mobmenuright li a:hover {
  background-color: var(--secondary-color) !important;
  color: white !important;
}

#mobmenuright li:hover {
  background-color: var(--secondary-color) !important;
}

.mobmenu-right-panel .mob-cancel-button {
  color: var(--secondary-color) !important;
  transform: scale(0.7);
}

/*laptop view*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  /*footer*/
  #sidebar-footer #text-2.widget p > span {
    display: block;
    padding: 0;
    border: none !important;
  }

  p.inspiren span.regno,
  p.inspiren span.reserve,
  p.inspiren span.inspiren-right {
    display: inline-block;
  }

  .about .about_image img {
    max-height: none;
    min-height: 70rem;
  }

  .section_products img {
    width: 65%;
  }

  .section_products_row .section_products_text_container {
    top: 40%;
    padding: 0 2rem;
    width: 60%;
  }

  .section_brands img {
    padding: 1rem;
  }

  .about_page_description {
    width: 100%;
  }

  .woocommerce div.product div.images img {
    object-fit: cover;
    aspect-ratio: 73/59;
  }

  .single-product .woocommerce-product-gallery .flex-control-nav li img {
    aspect-ratio: auto !important;
  }

  .section_news img {
    aspect-ratio: 404 / 367;
  }
}

/*tablet view*/
@media screen and (min-width: 576px) and (max-width: 991px) {
  /*footer*/
  #sidebar-footer #text-2.widget p > span {
    display: block;
    padding: 0;
    border: none !important;
  }

  p.inspiren span.regno,
  p.inspiren span.reserve,
  p.inspiren span.inspiren-right {
    display: inline-block;
  }

  .about .about_image img {
    aspect-ratio: auto;
    max-height: auto;
    min-height: 70rem;
  }

  .about .about_intro_description {
    width: auto;
    padding: 0 15px;
  }

  .about .about_intro a {
    margin-left: 15px;
  }

  .section_counter_row,
  .about_page_counter_row {
    flex-direction: column;
    gap: 7rem;
  }

  .section_counter,
  .about_page_counter {
    padding: calc(var(--gap) - 35px + 30px - 70px) 0 calc(var(--gap) - 70px) 0;
  }

  .section_products_row .section_products_text_container {
    width: 80%;
    top: 40%;
  }

  .section_brands img {
    padding: 1rem;
  }

  .footer-contact {
    flex-direction: column;
  }

  .footer-image img {
    max-height: none;
  }

  .footer-title {
    padding: 3rem 6rem;
  }

  .about_page_counter {
    margin-top: 0;
  }

  .about_page_description {
    width: 100%;
  }

  .about_page_counter_row {
    margin-top: 0;
  }

  .woocommerce-page #content > div > .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .single-product #content > .container > .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .woocommerce div.product div.images img {
    object-fit: cover;
    aspect-ratio: 73/59;
  }

  .single-product .woocommerce-product-gallery .flex-control-nav li img {
    aspect-ratio: auto !important;
  }

  .section_news .news_post_container .vc_grid-item-mini > .vc_gitem-animated-block {
    width: 50%;
  }

  .section_news .news_post_container .vc_grid-item-mini > .vc_gitem-zone {
    width: 50%;
    padding: 0 1rem;
  }

  .contact-company-row > div:last-child {
    width: 50%;
  }

  .tborder span.blue-txt {
    display: block;
  }

  .tborder th,
  .tborder th:last-child {
    text-align: center !important;
  }

  .contact-company-info {
    text-align: center !important;
  }

  .cborder th {
    text-align: center !important;
  }
}

/*mobile view*/
@media screen and (max-width: 575px) {
  /*mobile-menu*/
  #mobmenuright li a {
    font-size: var(--p) !important;
  }
  
  .desktop_view {
      display: none !important;
  }
  
  .mobile_view {
      display: none !important;
  }
  
  .about .about_row > div:last-child > div > div {
      display: grid;
  }
  
  .about .about_row > div:last-child > div > div > .about_intro_1st_image {
      order: -1;
      margin-top: var(--mobile-gap);
  }
  
  .mobile_view {
      display: block !important;
  }
  
  .about .about_intro_title.title_company {
      margin-bottom: 0 !important;
}

  /*footer*/
  .menu-quick-links-container ul {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 5rem;
  }

  .footer-widgets-grid {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0 !important;
  }

  .footer-widgets-grid > .sidebar-column:last-child {
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }

  .footer-widgets-grid > .sidebar-column:last-child > #text-2 {
    order: -1;
  }

  .footer-widgets-grid > .sidebar-column:last-child > #nav_menu-3 ul li a {
    font-size: 15px;
  }

  .footer-widgets-grid img {
    height: var(--logo-height) !important;
    object-fit: contain;
    object-position: center;
  }

  #sidebar-footer #text-2.widget,
  #sidebar-footer #nav_menu-3.widget {
    margin-bottom: 0;
  }

  #sidebar-footer #text-2.widget p > span {
    display: block;
    text-align: center;
    border: none !important;
    padding: 0;
  }

  p.inspiren {
    margin-bottom: 1rem;
    text-align: center;
  }

  p.inspiren .regno,
  p.inspiren .reserve,
  p.inspiren .inspiren-right {
    display: inline-block;
  }

  /*home page*/
  .about .about_row .vc_column_container > .vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .about .about_intro_title.title_company h1 {
    font-size: 3rem !important;
}

  .about .about_row > div:first-child {
    display: none;
  }

  .about .about_image img {
    aspect-ratio: 1.7;
  }

  .about .about_intro {
    margin-top: 0;
  }

  .about .about_intro_title {
    position: static;
    width: auto;
  }

  .about .about_intro_title h1 {
    font-size: var(--mobile-h3) !important;
    padding-left: 0;
  }

  .about .about_intro_title .wpb_wrapper {
    border-left: none;
  }

  .about .about_intro_description {
    width: auto;
    margin-left: auto;
  }

  .about .about_intro .about_intro_1st_image img {
    width: calc(100vw - 30px);
    aspect-ratio: 1.5;
    object-fit: cover;
  }

  .about .about_intro a {
    margin-left: auto;
  }

  .about .about_intro .about_intro_second_image img {
    width: auto;
  }

  .about_intro_second_image {
    margin-bottom: 0 !important;
  }

  .about .about_intro_1st_image {
    margin-bottom: 35px;
  }

  .about .about_intro_button {
    margin-bottom: var(--mobile-gap);
  }

  .section_counter_row,
  .about_page_counter_row {
    flex-direction: column;
    gap: calc(var(--mobile-gap) + 3rem);
    margin-top: 0rem;
  }

  .section_counter,
  .about_page_counter {
    padding: 0;
  }

  .section_brands .brand_title h1 {
    font-size: var(--mobile-h3) !important;
  }

  .section_brands .brand_image_outer_row > div > div > div {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .section_brands .brand_image_row_1 {
    display: flex;
  }

  .section_brands .brand_image_row_1,
  .section_brands .brand_image_row_2 {
    display: flex;
    flex-direction: column;
  }

  /*.section_counter #mega_count_bar .main-counter,*/
  /*.about_page_counter #mega_count_bar .main-counter {*/
  /*  font-size: var(--h2) !important;*/
  /*}*/

  .section_counter .counter_intro p,
  .about_page_counter .counter_intro p {
    font-size: var(--p);
  }

  .section_counter .counter_intro,
  .about_page_counter .counter_intro {
    height: 14rem;
  }

  .section_products {
    padding-top: var(--mobile-gap);
    padding-bottom: var(--mobile-gap);
    margin-top: -3rem;
  }

  .section_products .section_products_title h1 {
    font-size: var(--mobile-h3);
  }

  .section_products img {
    width: 100%;
  }

  .section_products_row > div > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .section_products_image {
    margin-bottom: 0 !important;
  }

  .section_products_inner_row {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .section_products_row .section_products_text_container {
    position: relative;
    width: 100%;
    padding: 0;
  }

  .section_products_row .section_products_text_container h1 {
    font-size: var(--mobile-h3);
    margin-top: 3rem !important;
  }

  .section_products_row .section_products_text_container .vc_btn3-container {
    margin-bottom: 3rem;
  }

  .section_products_row {
    margin-bottom: var(--mobile-gap);
  }

  .section_brands {
    padding-top: var(--mobile-gap);
    padding-bottom: calc(var(--mobile-gap) - 35px);
  }

  .section_brands img {
    padding: 2rem;
  }

  .footer-title h1 {
    font-size: var(--mobile-h3) !important;
  }

  .footer-contact {
    flex-direction: column;
  }

  .footer-title {
    padding: 2rem 3rem 3rem;
  }

  .footer-title a {
    font-size: var(--p);
  }

  .about_page_intro {
    padding-top: var(--mobile-gap);
    padding-bottom: calc(var(--mobile-gap) - 35px);
  }

  .about-row-title {
    padding-left: 0;
    border-left: none;
  }

  .about-row-title p {
    font-size: var(--mobile-h3) !important;
    text-align: center;
  }

  .about-row-title p br {
    display: none;
  }

  .about_page_description {
    width: 100%;
  }

  .about_page_counter {
    margin-top: 0;
  }

  .about_page_intro_image img {
    max-height: 30rem;
  }

  .section_vision_mission .vision_mission_text h1 {
    font-size: var(--mobile-h3) !important;
  }

  .section_vision_mission {
    padding-top: calc(var(--mobile-gap) - 20px);
    padding-bottom: calc(var(--mobile-gap) - 35px);
    margin-top: -3rem;
  }

  .section_vision_mission .vision_mission_text.mission {
    margin-top: var(--mobile-gap);
  }

  .page-id-18 .section_brands {
    padding-top: var(--mobile-gap);
  }

  .widget-area .widget-title::after {
    content: "\f067";
    position: absolute;
    top: 0;
    right: 0;
    height: 24px;
    aspect-ratio: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .widget-area .widget-title.active::after {
    content: "\f068";
  }

  .widget-area .product-categories {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: -100%;
    transition: all 500ms ease-out;
  }

  .widget-area .product-categories.display {
    animation: toggleCategory 300ms forwards;
  }

  @keyframes toggleCategory {
    0% {
      max-height: 0;
      opacity: 0;
      margin-top: -100%;
    }

    50% {
      opacity: 0;
    }

    100% {
      max-height: 100%;
      opacity: 1;
      margin-top: 0;
    }
  }

  .woocommerce-page #content {
    margin-top: var(--mobile-gap);
    margin-bottom: 0;
  }

  .woocommerce-page #content > div > .row,
  .single-product #content > .container > .row {
    display: flex;
    flex-direction: column-reverse;
  }

  .woocommerce-page #content #primary {
    margin-bottom: calc(var(--mobile-gap) - 50px - 16px);
  }

  .woocommerce nav.woocommerce-pagination {
    margin-bottom: var(--mobile-gap);
  }

  #secondary .product-categories li a,
  #secondary .product-categories li span.count {
    font-size: 17px;
  }

  .woocommerce ul.products li.product {
    width: 100% !important;
    margin-bottom: 5rem !important;
  }

  .single-product h1.product_title {
    font-size: var(--mobile-h3) !important;
  }

  .single-product .woocommerce-product-gallery {
    flex-direction: column;
  }

  .single-product .woocommerce-product-gallery .flex-control-nav {
    /*flex-direction: row;*/
    /*gap: 1rem;*/
    /*flex-wrap: nowrap;*/
    /*height: auto !important;*/
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  
  .single-product .woocommerce-product-gallery .flex-control-nav {
    flex-direction: row;
    gap: 1rem;
    flex-wrap: nowrap;
    height: auto !important;
    /*display: grid;*/
    /*grid-template-columns: repeat(4, 1fr);*/
  }
  
  /*.single-product .woocommerce-product-gallery .flex-control-nav > li,*/
  /*.single-product .woocommerce-product-gallery .flex-control-nav > li > img {*/
  /*    height: auto !important;*/
  /*}*/

  .single-product .woocommerce-product-gallery .flex-viewport {
    width: 100%;
  }

  .single-product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__image {
    height: auto !important;
  }

  .woocommerce div.product div.images img {
    object-fit: cover;
    aspect-ratio: 1;
  }

  .single-product .summary.entry-summary {
    padding: calc(var(--mobile-gap) / 2) 1rem !important;
    margin-bottom: var(--mobile-gap) !important;
  }

  .single-product .summary.entry-summary .single_product_page_buttons {
    padding-left: 0;
    text-align: center;
  }

  .single-product .related.products > h2 {
    font-size: var(--mobile-h3);
  }

  .single-product .related.products {
    padding-top: calc(var(--mobile-gap) - 32px);
    padding-bottom: calc(var(--mobile-gap) - 50px - 16px - 4px);
  }

  .section_news .news_post_container .vc_grid-item-mini {
    flex-direction: column;
  }

  .section_news .news_post_container .vc_grid-item-mini > .vc_gitem-animated-block {
    width: 100%;
  }

  .section_news .news_post_container .vc_grid-item-mini > .vc_gitem-zone {
    width: 100%;
    padding: 3rem 1rem;
  }

  .section_news .news_title > h4 {
    font-size: var(--mobile-h3);
  }

  .section_news .news_title h1 {
    font-size: var(--mobile-h3) !important;
  }

  .section_news {
    padding-top: calc(var(--mobile-gap) - 20px);
    padding-bottom: 0;
  }

  .section_news .news_post_container .vc_grid-item {
    padding-bottom: var(--mobile-gap) !important;
  }

  .contact-company-row {
    padding-top: var(--mobile-gap);
    padding-bottom: calc(var(--mobile-gap) - 35px);
  }

  h2.contact-company-title {
    font-size: var(--mobile-h3) !important;
    text-align: center !important;
  }

  h2.contact-company-title br {
    display: none;
  }

  .contact-company-regno p {
    text-align: center;
    margin-bottom: 3rem !important;
  }

  /*.contact-icon {*/
  /*    width: fit-content;*/
  /*margin: 0 auto;*/
  /*}*/

  .wpb_raw_html p {
    text-align: center;
  }

  .wpb_raw_html .social a {
    margin: 0 auto;
  }

  .contact-company-row > div:last-child {
    width: 100%;
  }

  .contact_page_section_enquiry > div {
    margin-top: 0;
  }

  input.wpcf7-form-control {
    width: 100%;
  }

  textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
  }

  input.wpcf7-form-control.has-spinner.wpcf7-submit.sendButton {
    width: 100%;
  }

  .desktop-view-only {
    display: none;
  }

  .mobile-view-only {
    display: block;
  }

  .contact-company-title,
  .contact-form-row h2 {
    font-size: var(--mobile-h3) !important;
  }

  .contact_page_section_enquiry > div > div > div {
    padding-top: calc(var(--mobile-gap) - 24px) !important;
    padding-bottom: calc(var(--mobile-gap) - 24px - 35px);
  }

  .contact-company-info {
    text-align: center;
  }

  .cborder th,
  .cborder td {
    /* text-align: left !important; */
    text-align: left;
    font-weight: 400;
    border: none;
    padding: 0;
    text-align: center !important;
  }

  .contact_page_map .wpb_gmaps_widget.wpb_content_element {
    margin-bottom: 0;
  }

  #colophon .sydney-credits .footer span.regno,
  #colophon .sydney-credits .footer span.reserve,
  #colophon .sydney-credits .footer span.inspiren-right {
    display: inline-block;
  }

  .tborder th,
  .tborder th:last-child {
    text-align: center !important;
  }

  .tborder span.blue-txt {
    display: block;
  }

  .contact_page_map .map_container iframe {
    max-height: 30rem;
  }
}

@media screen and (max-width: 374px) {
  /*footer*/
  .menu-quick-links-container ul {
    column-gap: 3rem;
  }

  .single-product .summary.entry-summary .single_product_page_buttons a.whatsapp_button {
    margin-right: 0;
  }

  .single-product .summary.entry-summary .single_product_page_buttons a {
    padding: 1rem;
  }
}

div#popmake-497 input.wpcf7-form-control {
  background-color: white !important;
  color: black !important;
  border-color: transparent !important;
  border: 1px solid #ededed !important;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}

div#popmake-497 textarea.wpcf7-form-control.wpcf7-textarea {
  color: black;
  background-color: white;
  width: 98%;
  border-color: transparent;
  border: 1px solid #ededed !important;
  margin-bottom: 15px !important;
}

div#popmake-497 input.wpcf7-form-control.has-spinner.wpcf7-submit.sendButton {
  color: #fff !important;
  background-color: #ab000f !important;
  padding: 7px 50px;
  font-size: 16px;
  font-weight: 400;
  border: none !important;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  div#popmake-497 input.wpcf7-form-control {
    background-color: white !important;
    color: black !important;
    border-color: transparent !important;
    border: 1px solid #ededed !important;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }
  figure.woocommerce-product-gallery__wrapper {
    width: 100%;
  }
  .textwidget br {
    display: none;
  }
}

/*/grow Effect/*/
.grow-effect figure {
    overflow: hidden;
}

.grow-effect img {
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.grow-effect:hover img {
    /*/-moz-transition: -moz-transform 1s;/*/
    /*/-o-transition: -o-transform 1s;/*/
    /*/-webkit-transition: -webkit-transform 1s;/*/
    /*/transition: transform 1s;/*/
    transform: scale(1.05);
}

@media screen and (max-width: 767px) {
    #sidebar-footer #text-2.widget {
        text-align: center;
    }
}