@font-face {
font-family: Inter;
font-weight: 100 900;
font-display: swap;
src: url(https://zenithyachtcharters.com/sg/en/wp-content/themes/blocksy-child/fonts/Inter-VariableFont_opsz,wght.ttf) format("truetype");
}
@font-face {
font-family: DMSerifDisplay;
font-weight: 100 900;
font-display: swap;
src: url(https://zenithyachtcharters.com/sg/en/wp-content/themes/blocksy-child/fonts/DMSerifDisplay-Regular.ttf) format("truetype");
}
@font-face {
font-family: Montserrat;
font-weight: 100 900;
font-display: swap;
src: url(https://zenithyachtcharters.com/sg/en/wp-content/themes/blocksy-child/fonts/Montserrat-VariableFont_wght.ttf) format("truetype");
} .floating-button{
position: fixed;
width: 50px;
height: 50px;
line-height: 50px;
bottom: 80px;
right: 19px;
font-size: 20px;
background-color: #1616E2;
color: #fff !important;
border-radius: 50px;
text-align: center;
z-index: 1000;
display: flex;
justify-content: center;
align-items: center;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
cursor: pointer;
}
.floating-button *{
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.floating-button.float-btn-trigger{
background-color: #1616E2;  width: auto;
min-width:50px;
}
.floating-button:not(.float-btn-trigger){
opacity: 0;
}
.floating-button.float-btn-trigger .icon-trigger{
width: 50px;
height: 50px;
line-height: 50px;
display: inline-flex;
justify-content: center;
align-items: center;
animation: 2.5s wiggle ease infinite;
animation-delay: 1s;
position: relative;
}
.floating-button.float-btn-trigger .chat-with-us {
padding-inline: 0 0;
font-size: 16px;
text-transform: capitalize;
overflow: hidden;
text-indent:-100px;
transform: scale(0);
transform-origin: 100% 50%;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.floating-button.float-btn-trigger .chat-with-us.pop {
padding-inline: 15px 0;
text-indent:0;
transform: scale(1);
display: none;
}
.floating-button.float-btn-trigger #open-float{
opacity: 1;
}
.floating-button.float-btn-trigger #close-float{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%) rotate(0deg);
opacity: 0;
}
.floating-button.floating-button_mail{background-color: rgba(0, 114, 198, 1);}
.floating-button.floating-button_phone{background-color: rgba(220, 16, 16, 1);}
.floating-button.floating-button_whatsapp{background-color: rgba(37, 211, 102, 1);} .floating-button.float-btn-trigger.toogle .icon-trigger{
animation: none;
}
.floating-button.toogle:not(.float-btn-trigger){
opacity: 1;
}
.floating-button.float-btn-trigger.toogle #open-float{
opacity: 0;
}
.floating-button.float-btn-trigger.toogle #close-float{
opacity: 1;
transform: translate(-50%,-50%) rotate(180deg);
}
.floating-button.floating-button_mail.toogle{bottom:140px;}
.floating-button_phone.toogle{bottom: 200px;}
.floating-button_whatsapp.toogle{bottom:260px;} @keyframes wiggle {
0% {
transform: scale(1),rotate(0);
}
9.375% {
transform: scale(1.1) rotate(0);
}
18.75% {
transform: scale(1.1) rotate(-3deg);
}
28.125% {
transform: scale(1.1) rotate(20deg);
}
37.5% {
transform: scale(1.1) rotate(-15deg);
}
46.875% {
transform: scale(1.1) rotate(5deg);
}
56.25% {
transform: scale(1.1) rotate(-1deg);
}
65.625% {
transform: scale(1.1) rotate(0);
}
75% {
transform: scale(1) rotate(0);
}
100% {
transform: scale(1) rotate(0);
}
} @media only screen and (max-width: 767.98px) {
.floating-button{
bottom:10px;
right: 15px;
}
.floating-button.floating-button_mail.toogle{bottom:70px;}
.floating-button_phone.toogle{bottom: 130px;}
.floating-button_whatsapp.toogle{bottom:190px;}
#side-contact {
position: fixed;
background: #fff;
width: 100%;
height: 70px;
bottom: 0;
right: -100%;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 10px;
z-index: 999;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
#side-contact.toogle {
right: 0;
}
#side-contact a.floating-button:not(.float-btn-trigger) {
position: initial;
opacity:1;
}
.floating-button.float-btn-trigger .chat-with-us.pop {
padding-inline: 15px 0;
text-indent:0;
transform: scale(1);
animation: none;
}
.floating-button.float-btn-trigger.toogle .chat-with-us.pop {
padding-inline: 0 0;
text-indent:-100px;
transform: scale(0);
}
} .entry-content>* {
margin-bottom: 0 !important;
margin-top: 0 !important;
}
.page .hero-section {
display: none !important;
}
.woocommerce .hero-section {
display: block !important;
}
.preloader {
display: none !important;
}
html {
scroll-padding-top: 35px;
}
html,
body {
scroll-behavior: smooth;
}
@media only screen and (max-width: 767.98px) {
body {
overflow-x: hidden;
}
} :root {
--gap: 100px;
--placeholder-color: #555555;
--theme-font-family: "Montserrat", sans-serif !important;
--secondFontFamily: 'DMSerifDisplay', sans-serif !important;
--thirdFontFamily: 'Inter', sans-serif !important;
--theme-line-height: 1.3 !important;
--theme-title-line-height: 1.2 !important;
--btn-font-size: 14px !important;
--btn-line-height: calc(var(--btn-font-size) * 1.3);
--btn-radius: 5px;
--btn-border: 1px solid #4EC5A6;
--btn-bg-color: transparent;
--btn-font-color: #4EC5A6;
--btn-text-transform: capitalize;
--btn-font-weight: 400;
--btn-padding: 10px 25px;
--font-size-1:40px;
--font-size-2:30px;
--font-size-3:25px;
--font-size-4:22px;
--font-size-5:20px;
--font-size-6:18px;
--font-size-7:16px;
--icon-title: 18px;
--fontAwesome: "Font Awesome 6 free";
--max-height: min(60vh, 500px);
--grey-10: hsl(0, 0%, 10%);
--grey-20: hsl(0, 0%, 20%);
--grey-30: hsl(0, 0%, 30%);
--grey-40: hsl(0, 0%, 40%);
--grey-50: hsl(0, 0%, 50%);
--grey-60: hsl(0, 0%, 60%);
--grey-70: hsl(0, 0%, 70%);
--grey-80: hsl(0, 0%, 80%);
--grey-85: hsl(0, 0%, 85%);
--grey-90: hsl(0, 0%, 90%);
--grey-95: hsl(0, 0%, 95%); --woo_col_gap: 90px;
--br: 25px;
--grey: #cccccc;
}
@media only screen and (max-width: 999.98px) {
:root {
--woo_col_gap: 50px;
}
}
@media only screen and (max-width: 767.98px) {
:root {
--gap: 70px;
--woo_col_gap: 30px;
--font-size-1:32px;
--font-size-2:27px;
--font-size-3:23px;
--font-size-4:22px;
--font-size-5:20px;
--font-size-6:18px;
--font-size-7:16px;
}
} @media only screen and (min-width: 768px) {
#header [data-row]>.ct-container,
#footer [data-row]>.ct-container {
width: auto;
margin-left: var(--gap);
margin-right: var(--gap); }
#main>.ct-container,
body.single #main>[class*="ct-container"],
body.archive #main>[class*="ct-container"] {
width: calc(100% - (var(--gap) * 2));
}
}
body.single #main > [class*='ct-container']{
padding-left: 0;
padding-right: 0;
}
body.archive #main > [class*='ct-container'],
body.single-product #main > [class*='ct-container'],
body.blog #main > [class*='ct-container'],
body.search-results #main > [class*='ct-container'] {
padding-left: 15px;
padding-right: 15px;
} 
.search-no-results #main .ct-container{
margin-top: var(--gap);
margin-bottom: var(--gap);
} .woocommerce-notices-wrapper,
article>.related,
article>.upsells,
article>.page-links,
article>.entry-tags,
article>.author-box,
article>.ct-comments,
article>.ct-share-box,
article>.hero-section,
article>.post-edit-link,
article>.post-navigation,
article>.ct-related-posts,
article>.ct-newsletter-subscribe-block,
article>.product .wc-tabs,
article>.post-password-form,
article>.product .product-entry-wrapper {
width: 100% !important;
} .error404 #main .ct-container {
padding-top: var(--gap);
padding-bottom: var(--gap);
}
@media only screen and (max-width: 767.98px) {
.error404 h1.page-title {
font-size: var(--title-font);
}
}
body {
font-family: var(--theme-font-family);
line-height: var(--theme-line-height);
}
h1, h2, h3, h4, h5, h6 {
line-height: var(--theme-title-line-height) !important;
}
@media only screen and (min-width: 768px) {
.mobile-view {
display: none !important;
}
}
@media only screen and (max-width: 768px) {
.desktop-view {
display: none !important;
}
} .primary-font{
font-family: var(--theme-font-family) !important;
}
.second-font{
font-family: var(--secondFontFamily) !important;
}
.third-font{
font-family: var(--thirdFontFamily) !important;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin-top: 0 !important;
}
.stroke-text {
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: #fff;
-webkit-text-fill-color: transparent;
}
.small-text {
font-size: 14px;
}
.title-1,
.title-1 :is(h1.h2, h3, h4, h5, h6) {
font-size: var(--font-size-1) !important;
}
.title-2,
.title-2 :is(h1.h2, h3, h4, h5, h6) {
font-size: var(--font-size-2) !important;
}
.title-3,
.title-3 :is(h1.h2, h3, h4, h5, h6) {
font-size: var(--font-size-3) !important;
}
.title-4,
.title-4 :is(h1.h2, h3, h4, h5, h6) {
font-size: var(--font-size-4) !important;
}
.title-5,
.title-5 :is(h1.h2, h3, h4, h5, h6) {
font-size: var(--font-size-5) !important;
}
.title-6,
.title-6 :is(h1.h2, h3, h4, h5, h6) {
font-size: var(--font-size-6) !important;
}
.title-7,
.title-7 :is(h1.h2, h3, h4, h5, h6) {
font-size: var(--font-size-7) !important;
}
.font-40,
.font-40 :is(h1.h2, h3, h4, h5, h6) {
font-size: 40px !important;
}
.font-35,
.font-35 :is(h1.h2, h3, h4, h5, h6) {
font-size: 35px !important;
}
.font-30,
.font-30 :is(h1.h2, h3, h4, h5, h6) {
font-size: 30px !important;
}
.font-25,
.font-25 :is(h1.h2, h3, h4, h5, h6) {
font-size: 25px !important;
}
.font-20,
.font-20 :is(h1.h2, h3, h4, h5, h6) {
font-size: 20px !important;
}
.font-18,
.font-18 :is(h1.h2, h3, h4, h5, h6) {
font-size: 18px !important;
}
.font-16,
.font-16 :is(h1.h2, h3, h4, h5, h6) {
font-size: 16px !important;
}
.fw-300 {
font-weight: 300 !important;
}
.fw-400 {
font-weight: 400 !important;
}
.fw-500,
.fw-500 strong {
font-weight: 500 !important;
}
.fw-600,
.fw-600 strong {
font-weight: 600 !important;
}
.fw-700,
.fw-700 strong {
font-weight: 700 !important;
}
.fw-800,
.fw-800 strong {
font-weight: 800 !important;
}
.fw-900,
.fw-900 strong {
font-weight: 900 !important;
}
.capitalize p,
.capitalize h1,
.capitalize h2,
.capitalize h3,
.capitalize h4,
.capitalize h5,
.capitalize h6,
.capitalize:is(h1, h2, h3, h4, h5, h6) {
text-transform: capitalize !important;
}
.uppercase p,
.uppercase h1,
.uppercase h2,
.uppercase h3,
.uppercase h4,
.uppercase h5,
.uppercase h6,
.uppercase:is(h1, h2, h3, h4, h5, h6){
text-transform: uppercase !important;
}
.text-justify {
text-align: justify;
}
.text-center,
.text-center :is(h1, h2, h3, h4, h5, h6) {
text-align: center !important;
}
.text-right,
.text-right :is(h1, h2, h3, h4, h5, h6) {
text-align: right !important;
}
.text-white,
.text-white :is(h1, h2, h3, h4, h5, h6, small) {
color: #fff !important;
}
.text-underline,
.text-underline :is(h1, h2, h3, h4, h5, h6) {
text-decoration: underline;
text-underline-offset: 5px;
}
@media only screen and (max-width: 480px) {
.mobile-text-justify,
.mobile-text-justify [style*="text-align"] {
text-align: justify !important;
}
.mobile-text-center,
.mobile-text-center :is(h1, h2, h3, h4, h5, h6) {
text-align: center !important;
}
.mobile-text-left,
.mobile-text-left :is(h1, h2, h3, h4, h5, h6) {
text-align: left !important;
}
.mobile-text-right,
.mobile-text-right :is(h1, h2, h3, h4, h5, h6) {
text-align: right !important;
} .md-break {
display: block;
}
} .row-gap {
padding-top: var(--gap) !important;
padding-bottom: calc(var(--gap) - 35px) !important;
}
.row-gap-t {
padding-top: var(--gap) !important;
}
.row-gap-b {
padding-bottom: calc(var(--gap) - 35px) !important;
}
.row-gap-m {
margin-top: var(--gap) !important;
margin-bottom: calc(var(--gap) - 35px) !important;
}
.row-gap-mt {
margin-top: var(--gap) !important;
}
.row-gap-mb {
margin-bottom: calc(var(--gap) - 35px) !important;
} .inner-fill-padding.vc_col-has-fill>div {
--padding: 35px 15px 0;
padding: var(--padding) !important;
}
.vc_row.wpb_row.vc_inner.vc_row-has-fill {
margin-left: 0;
margin-right: 0;
} .row-full-rp.vc_row-no-padding>div,
.row-full-lp.vc_row-no-padding>div {
padding-left: 15px;
padding-right: 15px;
} [data-vc-stretch-content*="true"][data-vc-full-width*="true"].vc_row-no-padding>.vc_col-has-fill>div {
padding: 50px 15px 15px;
}
@media only screen and (min-width: 768px) {
.inner-fill-padding.vc_col-has-fill>div {
--padding: 35px 30px 0;
} .row-full-rp.vc_row-no-padding>div:last-child {
padding-right: var(--gap);
}
.row-full-lp.vc_row-no-padding>div:first-child {
padding-left: var(--gap);
}
.row-full-lp.vc_row-no-padding>div:last-child {
padding-right: 0;
}
.row-full-rp.vc_row-no-padding>div:first-child {
padding-left: 0;
} [data-vc-stretch-content*="true"][data-vc-full-width*="true"].vc_row-no-padding>.wpb_column.vc_col-has-fill>div {
padding-left: 50px;
padding-right: 50px;
}
[data-vc-stretch-content*="true"][data-vc-full-width*="true"].vc_row-no-padding>.wpb_column.vc_col-has-fill:first-child>div {
padding-left: var(--gap);
}
[data-vc-stretch-content*="true"][data-vc-full-width*="true"].vc_row-no-padding>.wpb_column.vc_col-has-fill:last-child>div {
padding-right: var(--gap);
}
} .mt-0 {
margin-top: 0 !important;
}
.mt-1 {
margin-top: 1px !important;
}
.mt-2 {
margin-top: 2px !important;
}
.mt-3 {
margin-top: 3px !important;
}
.mt-4 {
margin-top: 4px !important;
}
.mt-5 {
margin-top: 5px !important;
}
.mt-6 {
margin-top: 6px !important;
}
.mt-7 {
margin-top: 7px !important;
}
.mt-8 {
margin-top: 8px !important;
}
.mt-9 {
margin-top: 9px !important;
}
.mt-10 {
margin-top: 10px !important;
}
.mt-15 {
margin-top: 15px !important;
}
.mt-20 {
margin-top: 20px !important;
}
.mt-25 {
margin-top: 25px !important;
}
.mt-30 {
margin-top: 30px !important;
}
.mt-35 {
margin-top: 35px !important;
}
.mt-40 {
margin-top: 40px !important;
}
.mt-45 {
margin-top: 45px !important;
}
.mt-50 {
margin-top: 50px !important;
}
.mt-55 {
margin-top: 55px !important;
}
.mt-60 {
margin-top: 60px !important;
}
.mt-65 {
margin-top: 65px !important;
}
.mt-70 {
margin-top: 70px !important;
}
.mt-75 {
margin-top: 75px !important;
}
.mt-80 {
margin-top: 80px !important;
}
.mt-85 {
margin-top: 85px !important;
}
.mt-90 {
margin-top: 90px !important;
}
.mt-95 {
margin-top: 95px !important;
}
.mt-100 {
margin-top: 100px !important;
} .mb-0 {
margin-bottom: 0 !important;
}
.mb-1 {
margin-bottom: 1px !important;
}
.mb-2 {
margin-bottom: 2px !important;
}
.mb-3 {
margin-bottom: 3px !important;
}
.mb-4 {
margin-bottom: 4px !important;
}
.mb-5 {
margin-bottom: 5px !important;
}
.mb-6 {
margin-bottom: 6px !important;
}
.mb-7 {
margin-bottom: 7px !important;
}
.mb-8 {
margin-bottom: 8px !important;
}
.mb-9 {
margin-bottom: 9px !important;
}
.mb-10 {
margin-bottom: 10px !important;
}
.mb-15 {
margin-bottom: 15px !important;
}
.mb-20 {
margin-bottom: 20px !important;
}
.mb-25 {
margin-bottom: 25px !important;
}
.mb-30 {
margin-bottom: 30px !important;
}
.mb-35 {
margin-bottom: 35px !important;
}
.mb-40 {
margin-bottom: 40px !important;
}
.mb-45 {
margin-bottom: 45px !important;
}
.mb-50 {
margin-bottom: 50px !important;
}
.mb-55 {
margin-bottom: 55px !important;
}
.mb-60 {
margin-bottom: 60px !important;
}
.mb-65 {
margin-bottom: 65px !important;
}
.mb-70 {
margin-bottom: 70px !important;
}
.mb-75 {
margin-bottom: 75px !important;
}
.mb-80 {
margin-bottom: 80px !important;
}
.mb-85 {
margin-bottom: 85px !important;
}
.mb-90 {
margin-bottom: 90px !important;
}
.mb-95 {
margin-bottom: 95px !important;
}
.mb-100 {
margin-bottom: 100px !important;
} .ml-0 {
margin-left: 0 !important;
}
.ml-1 {
margin-left: 1px !important;
}
.ml-2 {
margin-left: 2px !important;
}
.ml-3 {
margin-left: 3px !important;
}
.ml-4 {
margin-left: 4px !important;
}
.ml-5 {
margin-left: 5px !important;
}
.ml-6 {
margin-left: 6px !important;
}
.ml-7 {
margin-left: 7px !important;
}
.ml-8 {
margin-left: 8px !important;
}
.ml-9 {
margin-left: 9px !important;
}
.ml-10 {
margin-left: 10px !important;
}
.ml-15 {
margin-left: 15px !important;
}
.ml-20 {
margin-left: 20px !important;
}
.ml-25 {
margin-left: 25px !important;
}
.ml-30 {
margin-left: 30px !important;
}
.ml-35 {
margin-left: 35px !important;
}
.ml-40 {
margin-left: 40px !important;
}
.ml-45 {
margin-left: 45px !important;
}
.ml-50 {
margin-left: 50px !important;
}
.ml-55 {
margin-left: 55px !important;
}
.ml-60 {
margin-left: 60px !important;
}
.ml-65 {
margin-left: 65px !important;
}
.ml-70 {
margin-left: 70px !important;
}
.ml-75 {
margin-left: 75px !important;
}
.ml-80 {
margin-left: 80px !important;
}
.ml-85 {
margin-left: 85px !important;
}
.ml-90 {
margin-left: 90px !important;
}
.ml-95 {
margin-left: 95px !important;
}
.ml-100 {
margin-left: 100px !important;
} .mr-0 {
margin-right: 0 !important;
}
.mr-1 {
margin-right: 1px !important;
}
.mr-2 {
margin-right: 2px !important;
}
.mr-3 {
margin-right: 3px !important;
}
.mr-4 {
margin-right: 4px !important;
}
.mr-5 {
margin-right: 5px !important;
}
.mr-6 {
margin-right: 6px !important;
}
.mr-7 {
margin-right: 7px !important;
}
.mr-8 {
margin-right: 8px !important;
}
.mr-9 {
margin-right: 9px !important;
}
.mr-10 {
margin-right: 10px !important;
}
.mr-15 {
margin-right: 15px !important;
}
.mr-20 {
margin-right: 20px !important;
}
.mr-25 {
margin-right: 25px !important;
}
.mr-30 {
margin-right: 30px !important;
}
.mr-35 {
margin-right: 35px !important;
}
.mr-40 {
margin-right: 40px !important;
}
.mr-45 {
margin-right: 45px !important;
}
.mr-50 {
margin-right: 50px !important;
}
.mr-55 {
margin-right: 55px !important;
}
.mr-60 {
margin-right: 60px !important;
}
.mr-65 {
margin-right: 65px !important;
}
.mr-70 {
margin-right: 70px !important;
}
.mr-75 {
margin-right: 75px !important;
}
.mr-80 {
margin-right: 80px !important;
}
.mr-85 {
margin-right: 85px !important;
}
.mr-90 {
margin-right: 90px !important;
}
.mr-95 {
margin-right: 95px !important;
}
.mr-100 {
margin-right: 100px !important;
} .p-0 {
padding: 0 !important;
}
.p-1 {
padding: 1px !important;
}
.p-2 {
padding: 2px !important;
}
.p-3 {
padding: 3px !important;
}
.p-4 {
padding: 4px !important;
}
.p-5 {
padding: 5px !important;
}
.p-6 {
padding: 6px !important;
}
.p-7 {
padding: 7px !important;
}
.p-8 {
padding: 8px !important;
}
.p-9 {
padding: 9px !important;
}
.p-10 {
padding: 10px !important;
}
.p-15 {
padding: 15px !important;
}
.p-20 {
padding: 20px !important;
}
.p-25 {
padding: 25px !important;
}
.p-30 {
padding: 30px !important;
}
.p-35 {
padding: 35px !important;
}
.p-40 {
padding: 40px !important;
}
.p-45 {
padding: 45px !important;
}
.p-50 {
padding: 50px !important;
}
.p-55 {
padding: 55px !important;
}
.p-60 {
padding: 60px !important;
}
.p-65 {
padding: 65px !important;
}
.p-70 {
padding: 70px !important;
}
.p-75 {
padding: 75px !important;
}
.p-80 {
padding: 80px !important;
}
.p-85 {
padding: 85px !important;
}
.p-90 {
padding: 90px !important;
}
.p-95 {
padding: 95px !important;
}
.p-100 {
padding: 100px !important;
} .pt-0 {
padding-top: 0 !important;
}
.pt-1 {
padding-top: 1px !important;
}
.pt-2 {
padding-top: 2px !important;
}
.pt-3 {
padding-top: 3px !important;
}
.pt-4 {
padding-top: 4px !important;
}
.pt-5 {
padding-top: 5px !important;
}
.pt-6 {
padding-top: 6px !important;
}
.pt-7 {
padding-top: 7px !important;
}
.pt-8 {
padding-top: 8px !important;
}
.pt-9 {
padding-top: 9px !important;
}
.pt-10 {
padding-top: 10px !important;
}
.pt-15 {
padding-top: 15px !important;
}
.pt-20 {
padding-top: 20px !important;
}
.pt-25 {
padding-top: 25px !important;
}
.pt-30 {
padding-top: 30px !important;
}
.pt-35 {
padding-top: 35px !important;
}
.pt-40 {
padding-top: 40px !important;
}
.pt-45 {
padding-top: 45px !important;
}
.pt-50 {
padding-top: 50px !important;
}
.pt-55 {
padding-top: 55px !important;
}
.pt-60 {
padding-top: 60px !important;
}
.pt-65 {
padding-top: 65px !important;
}
.pt-70 {
padding-top: 70px !important;
}
.pt-75 {
padding-top: 75px !important;
}
.pt-80 {
padding-top: 80px !important;
}
.pt-85 {
padding-top: 85px !important;
}
.pt-90 {
padding-top: 90px !important;
}
.pt-95 {
padding-top: 95px !important;
}
.pt-100 {
padding-top: 100px !important;
} .pb-0 {
padding-bottom: 0 !important;
}
.pb-1 {
padding-bottom: 1px !important;
}
.pb-2 {
padding-bottom: 2px !important;
}
.pb-3 {
padding-bottom: 3px !important;
}
.pb-4 {
padding-bottom: 4px !important;
}
.pb-5 {
padding-bottom: 5px !important;
}
.pb-6 {
padding-bottom: 6px !important;
}
.pb-7 {
padding-bottom: 7px !important;
}
.pb-8 {
padding-bottom: 8px !important;
}
.pb-9 {
padding-bottom: 9px !important;
}
.pb-10 {
padding-bottom: 10px !important;
}
.pb-15 {
padding-bottom: 15px !important;
}
.pb-20 {
padding-bottom: 20px !important;
}
.pb-25 {
padding-bottom: 25px !important;
}
.pb-30 {
padding-bottom: 30px !important;
}
.pb-35 {
padding-bottom: 35px !important;
}
.pb-40 {
padding-bottom: 40px !important;
}
.pb-45 {
padding-bottom: 45px !important;
}
.pb-50 {
padding-bottom: 50px !important;
}
.pb-55 {
padding-bottom: 55px !important;
}
.pb-60 {
padding-bottom: 60px !important;
}
.pb-65 {
padding-bottom: 65px !important;
}
.pb-70 {
padding-bottom: 70px !important;
}
.pb-75 {
padding-bottom: 75px !important;
}
.pb-80 {
padding-bottom: 80px !important;
}
.pb-85 {
padding-bottom: 85px !important;
}
.pb-90 {
padding-bottom: 90px !important;
}
.pb-95 {
padding-bottom: 95px !important;
}
.pb-100 {
padding-bottom: 100px !important;
} .pl-0 {
padding-left: 0 !important;
}
.pl-1 {
padding-left: 1px !important;
}
.pl-2 {
padding-left: 2px !important;
}
.pl-3 {
padding-left: 3px !important;
}
.pl-4 {
padding-left: 4px !important;
}
.pl-5 {
padding-left: 5px !important;
}
.pl-6 {
padding-left: 6px !important;
}
.pl-7 {
padding-left: 7px !important;
}
.pl-8 {
padding-left: 8px !important;
}
.pl-9 {
padding-left: 9px !important;
}
.pl-10 {
padding-left: 10px !important;
}
.pl-15 {
padding-left: 15px !important;
}
.pl-20 {
padding-left: 20px !important;
}
.pl-25 {
padding-left: 25px !important;
}
.pl-30 {
padding-left: 30px !important;
}
.pl-35 {
padding-left: 35px !important;
}
.pl-40 {
padding-left: 40px !important;
}
.pl-45 {
padding-left: 45px !important;
}
.pl-50 {
padding-left: 50px !important;
}
.pl-55 {
padding-left: 55px !important;
}
.pl-60 {
padding-left: 60px !important;
}
.pl-65 {
padding-left: 65px !important;
}
.pl-70 {
padding-left: 70px !important;
}
.pl-75 {
padding-left: 75px !important;
}
.pl-80 {
padding-left: 80px !important;
}
.pl-85 {
padding-left: 85px !important;
}
.pl-90 {
padding-left: 90px !important;
}
.pl-95 {
padding-left: 95px !important;
}
.pl-100 {
padding-left: 100px !important;
} .pr-0 {
padding-right: 0 !important;
}
.pr-1 {
padding-right: 1px !important;
}
.pr-2 {
padding-right: 2px !important;
}
.pr-3 {
padding-right: 3px !important;
}
.pr-4 {
padding-right: 4px !important;
}
.pr-5 {
padding-right: 5px !important;
}
.pr-6 {
padding-right: 6px !important;
}
.pr-7 {
padding-right: 7px !important;
}
.pr-8 {
padding-right: 8px !important;
}
.pr-9 {
padding-right: 9px !important;
}
.pr-10 {
padding-right: 10px !important;
}
.pr-15 {
padding-right: 15px !important;
}
.pr-20 {
padding-right: 20px !important;
}
.pr-25 {
padding-right: 25px !important;
}
.pr-30 {
padding-right: 30px !important;
}
.pr-35 {
padding-right: 35px !important;
}
.pr-40 {
padding-right: 40px !important;
}
.pr-45 {
padding-right: 45px !important;
}
.pr-50 {
padding-right: 50px !important;
}
.pr-55 {
padding-right: 55px !important;
}
.pr-60 {
padding-right: 60px !important;
}
.pr-65 {
padding-right: 65px !important;
}
.pr-70 {
padding-right: 70px !important;
}
.pr-75 {
padding-right: 75px !important;
}
.pr-80 {
padding-right: 80px !important;
}
.pr-85 {
padding-right: 85px !important;
}
.pr-90 {
padding-right: 90px !important;
}
.pr-95 {
padding-right: 95px !important;
}
.pr-100 {
padding-right: 100px !important;
} @media only screen and (max-width: 767.98px) {
.mb-65 {
margin-bottom: 35px !important;
}
.mb-75,
.mb-80,
.mb-85,
.mb-90,
.mb-95,
.mb-100 {
margin-bottom: 70px !important;
}
.mt-65 {
margin-top: 35px !important;
}
.mt-75,
.mt-80,
.mt-85,
.mt-90,
.mt-95,
.mt-100 {
margin-top: 70px !important;
}
.mr-20,
.mr-25,
.mr-30,
.mr-35,
.mr-40,
.mr-45,
.mr-50,
.mr-55,
.mr-60,
.mr-65,
.mr-70,
.mr-75,
.mr-80,
.mr-85,
.mr-90,
.mr-95,
.mr-100 {
margin-right: 15px !important;
}
.ml-20,
.ml-25,
.ml-30,
.ml-35,
.ml-40,
.ml-45,
.ml-50,
.ml-55,
.ml-60,
.ml-65,
.ml-70,
.ml-75,
.ml-80,
.ml-85,
.ml-90,
.ml-95,
.ml-100 {
margin-left: 15px !important;
}
.pb-65 {
padding-bottom: 35px !important;
}
.pb-75,
.pb-80,
.pb-85,
.pb-90,
.pb-95,
.pb-100 {
padding-bottom: 70px !important;
}
.pt-65 {
padding-top: 35px !important;
}
.pt-75,
.pt-80,
.pt-85,
.pt-90,
.pt-95,
.pt-100 {
padding-top: 70px !important;
}
.pr-20,
.pr-25,
.pr-30,
.pr-35,
.pr-40,
.pr-45,
.pr-50,
.pr-55,
.pr-60,
.pr-65,
.pr-70,
.pr-75,
.pr-80,
.pr-85,
.pr-90,
.pr-95,
.pr-100 {
padding-right: 15px !important;
}
.pl-20,
.pl-25,
.pl-30,
.pl-35,
.pl-40,
.pl-45,
.pl-50,
.pl-55,
.pl-60,
.pl-65,
.pl-70,
.pl-75,
.pl-80,
.pl-85,
.pl-90,
.pl-95,
.pl-100 {
padding-left: 15px !important;
}  .mobile-mt-0 {
margin-top: 0 !important;
}
.mobile-mt-1 {
margin-top: 1px !important;
}
.mobile-mt-2 {
margin-top: 2px !important;
}
.mobile-mt-3 {
margin-top: 3px !important;
}
.mobile-mt-4 {
margin-top: 4px !important;
}
.mobile-mt-5 {
margin-top: 5px !important;
}
.mobile-mt-6 {
margin-top: 6px !important;
}
.mobile-mt-7 {
margin-top: 7px !important;
}
.mobile-mt-8 {
margin-top: 8px !important;
}
.mobile-mt-9 {
margin-top: 9px !important;
}
.mobile-mt-10 {
margin-top: 10px !important;
}
.mobile-mt-15 {
margin-top: 15px !important;
}
.mobile-mt-20 {
margin-top: 20px !important;
}
.mobile-mt-25 {
margin-top: 25px !important;
}
.mobile-mt-30 {
margin-top: 30px !important;
}
.mobile-mt-35 {
margin-top: 35px !important;
}
.mobile-mt-40 {
margin-top: 40px !important;
}
.mobile-mt-45 {
margin-top: 45px !important;
}
.mobile-mt-50 {
margin-top: 50px !important;
}
.mobile-mt-55 {
margin-top: 55px !important;
}
.mobile-mt-60 {
margin-top: 60px !important;
}
.mobile-mt-65 {
margin-top: 65px !important;
}
.mobile-mt-70 {
margin-top: 70px !important;
} .mobile-mb-0 {
margin-bottom: 0 !important;
}
.mobile-mb-1 {
margin-bottom: 1px !important;
}
.mobile-mb-2 {
margin-bottom: 2px !important;
}
.mobile-mb-3 {
margin-bottom: 3px !important;
}
.mobile-mb-4 {
margin-bottom: 4px !important;
}
.mobile-mb-5 {
margin-bottom: 5px !important;
}
.mobile-mb-6 {
margin-bottom: 6px !important;
}
.mobile-mb-7 {
margin-bottom: 7px !important;
}
.mobile-mb-8 {
margin-bottom: 8px !important;
}
.mobile-mb-9 {
margin-bottom: 9px !important;
}
.mobile-mb-10 {
margin-bottom: 10px !important;
}
.mobile-mb-15 {
margin-bottom: 15px !important;
}
.mobile-mb-20 {
margin-bottom: 20px !important;
}
.mobile-mb-25 {
margin-bottom: 25px !important;
}
.mobile-mb-30 {
margin-bottom: 30px !important;
}
.mobile-mb-35 {
margin-bottom: 35px !important;
}
.mobile-mb-40 {
margin-bottom: 40px !important;
}
.mobile-mb-45 {
margin-bottom: 45px !important;
}
.mobile-mb-50 {
margin-bottom: 50px !important;
}
.mobile-mb-55 {
margin-bottom: 55px !important;
}
.mobile-mb-60 {
margin-bottom: 60px !important;
}
.mobile-mb-65 {
margin-bottom: 65px !important;
}
.mobile-mb-70 {
margin-bottom: 70px !important;
} .mobile-ml {
margin-left: 15px !important;
} .mobile-mr {
margin-right: 15px !important;
} .mobile-p-0 {
padding: 0 !important;
}
.mobile-p-1 {
padding: 1px !important;
}
.mobile-p-2 {
padding: 2px !important;
}
.mobile-p-3 {
padding: 3px !important;
}
.mobile-p-4 {
padding: 4px !important;
}
.mobile-p-5 {
padding: 5px !important;
}
.mobile-p-6 {
padding: 6px !important;
}
.mobile-p-7 {
padding: 7px !important;
}
.mobile-p-8 {
padding: 8px !important;
}
.mobile-p-9 {
padding: 9px !important;
}
.mobile-p-10 {
padding: 10px !important;
}
.mobile-p-15 {
padding: 15px !important;
}
.mobile-p-20 {
padding: 20px !important;
}
.mobile-p-25 {
padding: 25px !important;
}
.mobile-p-30 {
padding: 30px !important;
}
.mobile-p-35 {
padding: 35px !important;
}
.mobile-p-40 {
padding: 40px !important;
}
.mobile-p-45 {
padding: 45px !important;
}
.mobile-p-50 {
padding: 50px !important;
}
.mobile-p-55 {
padding: 55px !important;
}
.mobile-p-60 {
padding: 60px !important;
}
.mobile-p-65 {
padding: 65px !important;
}
.mobile-p-70 {
padding: 70px !important;
} .mobile-pt-0 {
padding-top: 0 !important;
}
.mobile-pt-1 {
padding-top: 1px !important;
}
.mobile-pt-2 {
padding-top: 2px !important;
}
.mobile-pt-3 {
padding-top: 3px !important;
}
.mobile-pt-4 {
padding-top: 4px !important;
}
.mobile-pt-5 {
padding-top: 5px !important;
}
.mobile-pt-6 {
padding-top: 6px !important;
}
.mobile-pt-7 {
padding-top: 7px !important;
}
.mobile-pt-8 {
padding-top: 8px !important;
}
.mobile-pt-9 {
padding-top: 9px !important;
}
.mobile-pt-10 {
padding-top: 10px !important;
}
.mobile-pt-15 {
padding-top: 15px !important;
}
.mobile-pt-20 {
padding-top: 20px !important;
}
.mobile-pt-25 {
padding-top: 25px !important;
}
.mobile-pt-30 {
padding-top: 30px !important;
}
.mobile-pt-35 {
padding-top: 35px !important;
}
.mobile-pt-40 {
padding-top: 40px !important;
}
.mobile-pt-45 {
padding-top: 45px !important;
}
.mobile-pt-50 {
padding-top: 50px !important;
}
.mobile-pt-55 {
padding-top: 55px !important;
}
.mobile-pt-60 {
padding-top: 60px !important;
}
.mobile-pt-65 {
padding-top: 65px !important;
}
.mobile-pt-70 {
padding-top: 70px !important;
} .mobile-pb-0 {
padding-bottom: 0 !important;
}
.mobile-pb-1 {
padding-bottom: 1px !important;
}
.mobile-pb-2 {
padding-bottom: 2px !important;
}
.mobile-pb-3 {
padding-bottom: 3px !important;
}
.mobile-pb-4 {
padding-bottom: 4px !important;
}
.mobile-pb-5 {
padding-bottom: 5px !important;
}
.mobile-pb-6 {
padding-bottom: 6px !important;
}
.mobile-pb-7 {
padding-bottom: 7px !important;
}
.mobile-pb-8 {
padding-bottom: 8px !important;
}
.mobile-pb-9 {
padding-bottom: 9px !important;
}
.mobile-pb-10 {
padding-bottom: 10px !important;
}
.mobile-pb-15 {
padding-bottom: 15px !important;
}
.mobile-pb-20 {
padding-bottom: 20px !important;
}
.mobile-pb-25 {
padding-bottom: 25px !important;
}
.mobile-pb-30 {
padding-bottom: 30px !important;
}
.mobile-pb-35 {
padding-bottom: 35px !important;
}
.mobile-pb-40 {
padding-bottom: 40px !important;
}
.mobile-pb-45 {
padding-bottom: 45px !important;
}
.mobile-pb-50 {
padding-bottom: 50px !important;
}
.mobile-pb-55 {
padding-bottom: 55px !important;
}
.mobile-pb-60 {
padding-bottom: 60px !important;
}
.mobile-pb-65 {
padding-bottom: 65px !important;
}
.mobile-pb-70 {
padding-bottom: 70px !important;
} .mobile-pl-15 {
padding-left: 15px !important;
} .mobile-pr-15 {
padding-right: 15px !important;
}
} @media only screen and (min-width: 768px) {
.col-gap-10>.wpb_column:not(:last-child) {
padding-right: 10px;
}
.col-gap-10>.wpb_column:not(:first-child) {
padding-left: 10px;
}
.col-gap-15>.wpb_column:not(:last-child) {
padding-right: 15px;
}
.col-gap-15>.wpb_column:not(:first-child) {
padding-left: 15px;
}
.col-gap-20>.wpb_column:not(:last-child) {
padding-right: 20px;
}
.col-gap-20>.wpb_column:not(:first-child) {
padding-left: 20px;
}
.col-gap-25>.wpb_column:not(:last-child) {
padding-right: 25px;
}
.col-gap-25>.wpb_column:not(:first-child) {
padding-left: 25px;
}
.col-gap-30>.wpb_column:not(:last-child) {
padding-right: 30px;
}
.col-gap-30>.wpb_column:not(:first-child) {
padding-left: 30px;
}
.col-gap-35>.wpb_column:not(:last-child) {
padding-right: 35px;
}
.col-gap-35>.wpb_column:not(:first-child) {
padding-left: 35px;
}
}
@media only screen and (min-width: 999.98px) {
.width-90 {
width: 90% !important;
}
.width-85 {
width: 85% !important;
}
.width-80 {
width: 80% !important;
}
.width-75 {
width: 75% !important;
}
.width-70 {
width: 70% !important;
}
.width-65 {
width: 65% !important;
}
.width-60 {
width: 60% !important;
}
.width-55 {
width: 55% !important;
}
.width-50 {
width: 50% !important;
}
.width-45 {
width: 45% !important;
}
.width-40 {
width: 40% !important;
}
.margin-auto {
margin-left: auto;
margin-right: auto;
}
.ml-auto{
margin-left: auto;
}
.mr-auto{
margin-right: auto;
}
} @media only screen and (max-width: 991px) {
.col-lg-4>.wpb_column {
width: calc(100% / 3);
}
.col-lg-6>.wpb_column {
width: 50%;
}
.col-lg-12>.wpb_column {
width: 100%;
}
.col-lg-reverse {
display: flex;
flex-direction: column-reverse;
}
.news-listing-row > div {
width: 100%;
}
}
@media only screen and (max-width: 767.98px) {
.col-md-6>.wpb_column {
width: 50%;
}
.col-md-12>.wpb_column {
width: 100%;
} .col-md-reverse {
display: flex;
flex-direction: column-reverse;
}
} .span-pb span {
padding-bottom: 5px;
display: inherit;
}
.span-pt span {
padding-top: 5px;
display: inherit;
} .overflow-visible{
overflow:visible !important;
}
.overflow-hidden{
overflow:hidden !important;
} .full-cover-image,
.full-cover-image * {
width: 100%;
object-fit: cover;
}
.image-center {
text-align: center !important;
}
.image-right {
text-align: right !important;
}
.image-max-height img {
max-height: var(--max-height);
}
.image-contain img {
object-fit: contain;
}
.br-5 figure{
overflow:hidden;
border-radius:5px;
}
.br-10 figure{
overflow:hidden;
border-radius:10px;
}
.br-15 figure{
overflow:hidden;
border-radius:15px;
}
.br-20 figure{
overflow:hidden;
border-radius:20px;
}
.br-25 figure{
overflow:hidden;
border-radius:25px;
}
.br-30 figure{
overflow:hidden;
border-radius:30px;
}
.br-35 figure{
overflow:hidden !important;
border-radius:35px;
}
.br-40 figure{
overflow:hidden;
border-radius:40px;
}
.br-45 figure{
overflow:hidden;
border-radius:45px;
}
.br-50 figure{
overflow:hidden;
border-radius:50px;
}
.w-border {
border: 1px solid var(--grey-50);
}
.all-icon img {
max-height: 70px;
object-fit: contain;
width: auto;
}
.all-logo img {
aspect-ratio: 58/25;
max-height: 80px;
object-fit: contain;
}
.all-icon.w-title {
display: flex;
flex-direction: column-reverse;
justify-content: flex-end;
margin-bottom: 15px !important;
}
.all-icon.w-title .wpb_singleimage_heading {
font-size: var(--icon-title);
font-weight: 600 !important;
margin-bottom: 0;
padding-top: 15px;
color: #000;
}
.all-icon.w-title.row {
flex-direction: row-reverse;
align-items: center;
gap: 20px;
}
.all-icon.w-title.row.center {
justify-content: center;
}
.all-icon.w-title.row .wpb_singleimage_heading {
padding-top: 0;
margin-bottom: 0 !important;
}
.relative {
position: relative;
}
.z-9,
.z-9 .wpb_column .vc_column-inner .wpb_wrapper {
z-index: 9;
}  .button::before,
.ct-button::before,
.entry-tags a::before,
.added_to_cart::before,
[type="submit"]::before {
filter: none !important;
opacity: 1;
}
.custom-button .vc_general.vc_btn3,
article.entry-card.post a.entry-button{
position: relative;
background-image: none !important;
font-family: var(--theme-font-family);
font-weight: var(--btn-font-weight);
font-size: var(--btn-font-size);
border: var(--btn-border) !important;
border-radius: var(--btn-radius);
padding: var(--btn-padding);
background-color: var(--btn-bg-color) !important;
color: var(--btn-font-color) !important;
text-transform: var(--btn-text-transform);
overflow: hidden;
transition: all 0.3s ease;
z-index: 1;
}
.custom-button .vc_general.vc_btn3:hover,
article.entry-card.post a.entry-button:hover{
background-color: var(--btn-font-color) !important;
color: #fff !important;
}
.wa-button.custom-button .vc_general.vc_btn3 {
border: 1px solid #25d366 !important;
color: #25d366 !important;
}
.wa-button.custom-button .vc_general.vc_btn3:hover {
background-color: #25d366 !important;
color: #fff !important;
}
.custom-button.white-button .vc_general.vc_btn3 {
border: 1px solid #fff !important;
color: #fff !important;
}
.custom-button.white-button .vc_general.vc_btn3:hover {
border: 1px solid #fff !important;
color: #fff !important;
background:transparent !important;
}
.custom-button.white-button.no-bg-button .vc_general.vc_btn3 {
border: 0 !important;
padding: 0 !important;
}
.custom-button .vc_general.vc_btn3:after,
article.entry-card.post a.entry-button:after{
content: '\f13d' !important;
font-family: 'FontAwesome';
font-weight: 900;
margin-left: 10px;
transform: rotate(270deg);
position: relative;
display: inline-block;
transition: all 0.3s ease;
}
.custom-button .vc_general.vc_btn3:hover:after,
article.entry-card.post a.entry-button:hover:after{
transform: rotate(0deg);
}
.wa-button.custom-button .vc_general.vc_btn3:after {
content: '\f232' !important;
font-family: 'FontAwesome';
font-weight: 900;
margin-left: 10px;
transform: rotate(0deg);
position: relative;
display: inline-block;
transition: all 0.3s ease;
}
.home-welcome-row > div:first-child > div > div,
.home-welcome-row .wpb_video_widget,
.home-welcome-row .wpb_video_widget > div,
.home-welcome-row .wpb_video_widget > div > div{
height: 100% !important;
}
[class*="woocommerce"] a.button:before,
[class*="woocommerce"] button.button:before,
[class*="woocommerce"] a.showlogin:before,
[class*="woocommerce"] a.added_to_cart.wc-forward:before,
[class*="woocommerce"] .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:before,
[class*="woocommerce"] .wp-element-button:before,
.ct-account-panel button.ct-button:before,
.woocommerce-message a.restore-item:before {
filter: none !important;
}
.ct-account-panel button.ct-button {
min-height: 40px;
padding: 8.5px 20px;
} [class*="woocommerce"] .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
text-decoration: none;
opacity: 1 !important;
} [class*="woocommerce"] .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
[class*="woocommerce"] .wp-element-button:focus {
box-shadow: none !important;
outline: none !important;
} #header ul.menu>li>a {
text-transform: uppercase;
height: auto;
transition: 300ms linear;
font-family: var(--thirdFontFamily) !important;
}
nav[class*="menu"] li[class*="current-menu-"] > a { } 
nav[class*="menu"] li[class*="current_page_parent"] > a {
color:#4EC5A6;
} @media only screen and (max-width: 999.98px) { } .add {
display: inline-block;
}
.add:not(:last-child) {
margin-right:5px;
}
#footer [data-row*="middle"]>.ct-container {
padding-bottom: 35px;
}
#footer [data-column*="widget-area-1"] .widget_media_image img {
max-height: 60px;
object-fit: contain;
width: auto;
}
#footer .ct-widget:not(:first-child) {
--widgets-gap: 0 !important;
margin-top: var(--widgets-gap, 0);
}
[data-column*="copyright"] .ct-footer-copyright,
#footer .copyright,
p.copy-right {
font-size: 14px;
}
@media only screen and (max-width: 999.98px) {
#footer>div>.ct-container {
width: calc(100% - 30px);
}
#footer [data-row*="middle"]>.ct-container {
display: grid;
grid-template-columns: 1fr !important;
gap: 35px;
padding-bottom: 25px;
}
#footer [data-column*="widget-area-1"] .widget_media_image img {
max-height: 65px;
}
} .background-layer{
position: relative;
isolation: isolate;
}
.background-layer:before{
content: "";
position: absolute;
width: 100%;
height: 100%;
inset: 0;
z-index: 0;
display: block !important;
}
.background-layer.black-95:before {
background: rgba(0, 0, 0, 0.95);
}
.background-layer.black-90:before {
background: rgba(0, 0, 0, 0.9);
}
.background-layer.black-80:before {
background: rgba(0, 0, 0, 0.85);
}
.background-layer.black-85:before {
background: rgba(0, 0, 0, 0.8);
}
.background-layer.black-75:before {
background: rgba(0, 0, 0, 0.75);
}
.background-layer.black-70:before {
background: rgba(0, 0, 0, 0.7);
}
.background-layer.black-65:before {
background: rgba(0, 0, 0, 0.65);
}
.background-layer.black-60:before {
background: rgba(0, 0, 0, 0.6);
}
.background-layer.black-55:before {
background: rgba(0, 0, 0, 0.55);
}
.background-layer.black-50:before {
background: rgba(0, 0, 0, 0.5);
}
.background-layer.black-45:before {
background: rgba(0, 0, 0, 0.45);
}
.background-layer.black-40:before {
background: rgba(0, 0, 0, 0.4);
}
.background-layer.black-35:before {
background: rgba(0, 0, 0, 0.35);
}
.background-layer.black-30:before {
background: rgba(0, 0, 0, 0.3);
}
.background-layer.black-25:before {
background: rgba(0, 0, 0, 0.25);
}
.background-layer.black-20:before {
background: rgba(0, 0, 0, 0.2);
}
.background-layer.white-95:before {
background: rgba(255, 255, 255, 0.95);
}
.background-layer.white-90:before {
background: rgba(255, 255, 255, 0.9);
}
.background-layer.white-80:before {
background: rgba(255, 255, 255, 0.85);
}
.background-layer.white-85:before {
background: rgba(255, 255, 255, 0.8);
}
.background-layer.white-75:before {
background: rgba(255, 255, 255, 0.75);
}
.background-layer.white-70:before {
background: rgba(255, 255, 255, 0.7);
}
.background-layer.white-65:before {
background: rgba(255, 255, 255, 0.65);
}
.background-layer.white-60:before {
background: rgba(255, 255, 255, 0.6);
}
.background-layer.white-55:before {
background: rgba(255, 255, 255, 0.55);
}
.background-layer.white-50:before {
background: rgba(255, 255, 255, 0.5);
}
.background-layer.white-45:before {
background: rgba(255, 255, 255, 0.45);
}
.background-layer.white-40:before {
background: rgba(255, 255, 255, 0.4);
}
.background-layer.white-35:before {
background: rgba(255, 255, 255, 0.35);
}
.background-layer.white-30:before {
background: rgba(255, 255, 255, 0.3);
}
.background-layer.white-25:before {
background: rgba(255, 255, 255, 0.25);
}
.background-layer.white-20:before {
background: rgba(255, 255, 255, 0.2);
} .background-layer.grey-60:before {
background: rgba(51, 51, 51, 0.6);
} .grid:before,
.grid:after,
.flex:before,
.flex:after {
display: none !important;
}
.flex.center {
justify-content: center;
}
.grid {
display: grid !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.gap-10 {
gap: 10px;
}
.gap-15 {
gap: 15px;
}
.gap-20 {
gap: 20px;
}
.gap-25 {
gap: 25px;
}
.gap-30 {
gap: 30px;
}
.gap-35 {
gap: 35px;
}
.gap-40 {
gap: 40px;
}
.gap-45 {
gap: 45px;
}
.gap-50 {
gap: 50px;
}
.row-gap-10 {
row-gap: 10px;
}
.row-gap-15 {
row-gap: 15px;
}
.row-gap-20 {
row-gap: 20px;
}
.row-gap-25 {
row-gap: 25px;
}
.row-gap-30 {
row-gap: 30px;
}
.row-gap-35 {
row-gap: 35px;
}
.row-gap-40 {
row-gap: 40px;
}
.row-gap-45 {
row-gap: 45px;
}
.row-gap-50 {
row-gap: 50px;
}
.column-gap-10 {
column-gap: 10px;
}
.column-gap-15 {
column-gap: 15px;
}
.column-gap-20 {
column-gap: 20px;
}
.column-gap-25 {
column-gap: 25px;
}
.column-gap-30 {
column-gap: 30px;
}
.column-gap-35 {
column-gap: 35px;
}
.column-gap-40 {
column-gap: 40px;
}
.column-gap-45 {
column-gap: 45px;
}
.column-gap-50 {
column-gap: 50px;
}
.grid>.wpb_column {
width: 100%;
}
.grid>.wpb_column.vc_col-has-fill {
padding-left: 15px;
padding-right: 15px;
}
.grid-column-2 {
grid-template-columns: repeat(2, 1fr);
}
.grid-column-3 {
grid-template-columns: repeat(3, 1fr);
}
.grid-column-4 {
grid-template-columns: repeat(4, 1fr);
}
.grid-column-5 {
grid-template-columns: repeat(5, 1fr);
}
.grid-column-6 {
grid-template-columns: repeat(6, 1fr);
}
@media screen and (min-width: 576px) {
.grid-sm {
display: grid !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.grid-sm::before,
.grid-sm::after {
display: none !important;
}
.grid-sm>.wpb_column {
width: 100%;
}
.grid-column-sm-2 {
grid-template-columns: repeat(2, 1fr);
}
.grid-column-sm-3 {
grid-template-columns: repeat(3, 1fr);
}
.grid-column-sm-4 {
grid-template-columns: repeat(4, 1fr);
}
.grid-column-sm-5 {
grid-template-columns: repeat(5, 1fr);
}
.grid-column-sm-6 {
grid-template-columns: repeat(6, 1fr);
}
}
@media screen and (min-width: 768px) {
.grid-md {
display: grid !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.grid-md::before,
.grid-md::after {
display: none !important;
}
.grid-md>.wpb_column {
width: 100%;
}
.grid-column-md-2 {
grid-template-columns: repeat(2, 1fr);
}
.grid-column-md-3 {
grid-template-columns: repeat(3, 1fr);
}
.grid-column-md-4 {
grid-template-columns: repeat(4, 1fr);
}
.grid-column-md-5 {
grid-template-columns: repeat(5, 1fr);
}
.grid-column-md-6 {
grid-template-columns: repeat(6, 1fr);
}
a#loadMore {
grid-column: span 2;
}
}
@media screen and (min-width: 992px) {
.grid-lg {
display: grid !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.grid-lg::before,
.grid-lg::after {
display: none !important;
}
.grid-lg>.wpb_column {
width: 100%;
}
.grid-column-lg-2 {
grid-template-columns: repeat(2, 1fr);
}
.grid-column-lg-3 {
grid-template-columns: repeat(3, 1fr);
}
.grid-column-lg-4 {
grid-template-columns: repeat(4, 1fr);
}
.grid-column-lg-5 {
grid-template-columns: repeat(5, 1fr);
}
.grid-column-lg-6 {
grid-template-columns: repeat(6, 1fr);
}
a#loadMore {
grid-column: span 4;
}
}
@media screen and (min-width: 1200px) {
.grid-xl {
display: grid !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
.grid-xl::before,
.grid-xl::after {
display: none !important;
}
.grid-xl>.wpb_column {
width: 100%;
}
.grid-column-xl-2 {
grid-template-columns: repeat(2, 1fr);
}
.grid-column-xl-3 {
grid-template-columns: repeat(3, 1fr);
}
.grid-column-xl-4 {
grid-template-columns: repeat(4, 1fr);
}
.grid-column-xl-5 {
grid-template-columns: repeat(5, 1fr);
}
.grid-column-xl-6 {
grid-template-columns: repeat(6, 1fr);
}
} .vc_tta-container {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
ul.vc_tta-tabs-list li.vc_tta-tab a,
.vc_tta-panel .vc_tta-panel-body,
.vc_tta-panel .vc_tta-panel-heading,
.vc_tta-tabs .vc_tta-panels {
background-color: transparent !important;
border: none !important;
border-radius: 0 !important;
}
ul.vc_tta-tabs-list li.vc_tta-tab a {
color: #000 !important;
}
@media only screen and (max-width: 767.98px) {
.vc_tta.vc_tta-tabs .vc_tta-tabs-container {
display: block !important;
}
.vc_tta.vc_tta-tabs .vc_tta-panels-container .vc_tta-panel-heading {
display: none !important;
}
} .accordion-style {
--acc-border: 1px solid rgba(0, 0, 0, 0.5);
--acc-text: #000;
margin-bottom: 35px;
}
.accordion-style.text-white {
--acc-border: 1px solid rgba(255, 255, 255, 0.5);
--acc-text: #fff;
}
.accordion-style.vc_tta-accordion .vc_tta-panels .vc_tta-panel {
border-bottom: var(--acc-border) !important;
}
.accordion-style.vc_tta-accordion .vc_tta-panel-heading {
background: none !important;
border: none !important;
}
.accordion-style.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title {
font-size: 18px !important;
font-weight: 600 !important;
color: var(--acc-text) !important;
}
.accordion-style.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title a {
padding: 15px 35px 15px 15px!important;
color: inherit !important;
}
.accordion-style.vc_tta-accordion .vc_tta-panel-heading .vc_tta-panel-title a .vc_tta-controls-icon {
right: 15px !important;
}
.accordion-style.vc_tta-accordion .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
padding: 0 15px 25px !important;
}
.accordion-style.vc_tta-accordion .vc_tta-controls-icon:before,
.accordion-style.vc_tta-accordion .vc_tta-controls-icon:after {
border-color: var(--acc-text) !important;
} .form {
display: grid;
grid-template-columns: 1fr 1fr;
column-gap: 15px;
}
.form>div {
margin-bottom: 15px;
}
.form #message, .form #recaptcha {
grid-column: 1/3;
}
.form label {
font-size: 16px !important;
font-weight: 400 !important;
margin-bottom: 0;
color: rgba(51, 51, 51, 0.5);
}
.form input {
width: 100%;
font-weight: 400;
color: #000;
}
.form textarea {
width: 100%;
font-weight: 400;
color: #000;
resize: none;
}
.form select {
background-color: rgba(255, 255, 255, 0.8) !important;
}
.form select option:first-child {
display: none !important;
}
::-webkit-input-placeholder {
color: var(--placeholder-color) !important;
font-size: 16px;
font-weight: 400;
opacity: 1 !important;
}
.form .enquiry::placeholder { color: var(--placeholder-color) !important;
font-size: 16px;
font-weight: 400;
opacity: 1 !important; }
#send {
display: flex;
position: relative;
justify-content: center;
}
#send .wpcf7-submit {
background-color: #4EC5A6;
padding: 15px 30px;
transition: all 300ms ease-out;
}
#send .wpcf7-submit:hover {
background-color: #EBB553;
}
#send>span.wpcf7-spinner {
position: absolute;
left: 100px;
top: 15%;
transform: translate(-50%);
}
#send .custom-button span.loading {
position: absolute;
width: 18px;
height: 18px;
z-index: 9;
top: 50%;
transform: translate(-50%);
right: -55px;
animation: 1.5s loading linear infinite;
opacity: 0;
}
#send .custom-button span.loading:before {
content: "\f110";
font-size: 18px;
font-weight: 900;
font-family: var(--fontAwesome);
color: #000;
display: block !important;
line-height: 1;
}
@keyframes loading {
0% {
transform: translateY(-50%) rotate(0deg);
}
100% {
transform: translateY(-50%) rotate(360deg);
}
}
.wpcf7-form[data-status*="submitting"] #send .custom-button span.loading {
opacity: 1;
} body.archive:not(.woocommerce-page) #main>.ct-container,
.single-post #main>.ct-container {
padding: var(--gap) 15px;
}
body:is(.archive, .single-post, .woocommerce) .page-title {
font-family: var(--theme-font-family);
} .woocommerce #main .ct-container {
padding-top: var(--gap);
padding-bottom: var(--gap);
}
.ct-breadcrumbs span {
text-transform: capitalize;
}
.ct-breadcrumbs span.last-item {
color: var(--theme-palette-color-1);
}
.woocommerce .hero-section {
margin-bottom: 25px !important;
}
.woocommerce ul.products li span.ct-media-container,
.woocommerce.single-product div.product .woocommerce-product-gallery .ct-product-gallery-container>.ct-media-container,
.woocommerce.single-product .woocommerce-product-gallery .flexy-items .ct-media-container {
border: 1px solid #AEAEAE;
margin-bottom: 0;
}
.woocommerce ul.products li .ct-media-container img,
.woocommerce.single-product div.product .woocommerce-product-gallery .ct-product-gallery-container>.ct-media-container img,
.woocommerce.single-product .woocommerce-product-gallery .flexy-items .ct-media-container img {
aspect-ratio: var(--aspect-ratio,1/1) !important; object-fit: cover;
border-radius: 0px;
}
.woocommerce ul.products li .ct-media-container { border-radius: 15px;
} .woocommerce.single-product .woocommerce-product-gallery .flexy-pills ol>li {
opacity: 0.5;
}
.woocommerce.single-product .woocommerce-product-gallery .flexy-pills ol>li img {
max-height: 80px;
object-fit: contain;
}
.woocommerce.single-product .woocommerce-product-gallery .flexy-pills ol>li.active {
opacity: 1;
}
.woocommerce.single-product .woocommerce-product-gallery li .ct-media-container:after {
border: 1px solid var(--grey-80); }
.woocommerce ul.products li .woocommerce-loop-product__title,
.woocommerce ul.products li .woocommerce-loop-category__title {
font-weight: 600 !important;
transition: 500ms ease;
margin-bottom: 15px;
}
.woocommerce.single-product div.product .product-entry-wrapper {
display: flex; }
.woocommerce.single-product div.product p.price {
margin-bottom: 15px;
position: relative;
}
.woocommerce.single-product div.product p.price:before {
content: "From";
font-size: 14px;
}
.woocommerce.single-product div.product .product_title { font-weight: 600;
font-family: var(--secondFontFamily) !important;
}
.woocommerce.single-product div.product div.woocommerce-tabs {
padding-top: 70px;
}
.woocommerce.single-product div.product div.woocommerce-tabs div.woocommerce-Tabs-panel.panel {
padding-top: 0;
} .woocommerce div.product div.woocommerce-tabs ul.tabs {
display: none !important;
}
.woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel>h2 {
display: none;
}
.woocommerce.single-product .woocommerce-tabs .woocommerce-Tabs-panel>.vc_row {
margin-left: -15px;
margin-right: -15px;
max-width: unset !important;
width: unset !important;
} .woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel .product-tab-row ul.vc_tta-tabs-list>li>a {
padding: 5px 0;
font-weight: 700;
transition: 500ms ease;
font-family: var(--theme-font-family);
}
.woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel .product-tab-row ul.vc_tta-tabs-list>li.vc_active>a {
border-bottom: 2px solid var(--theme-palette-color-1) !important;
color: var(--theme-palette-color-1) !important;
}
.woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel .product-tab-row ul.vc_tta-tabs-list {
border-bottom: 1px solid #000;
display: flex;
column-gap: 15px;
}
.woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel .product-tab-row .vc_tta-panels .vc_tta-panel-body {
padding: 15px 0 0;
} .woocommerce section.related.products .woocommerce section.up-sells.upsells.products {
margin-top: var(--gap);
}
.woocommerce section.related.products>h2,
.woocommerce section.up-sells.upsells.products>h2 {
font-size: 25px;
text-transform: capitalize;
} .woocommerce nav.ct-pagination {
column-gap: 15px;
}
.woocommerce nav.ct-pagination .page-numbers {
border-radius: 50%;
font-weight: 400;
border: 1px solid #000;
width: 40px;
height: 40px;
}
.woocommerce nav.ct-pagination .page-numbers.next,
.woocommerce nav.ct-pagination .page-numbers.prev {
font-size: 0;
}
.woocommerce nav.ct-pagination .page-numbers.next {
justify-self: self-start;
}
.woocommerce nav.ct-pagination .page-numbers.prev {
justify-self: end;
}
.woocommerce nav.ct-pagination .page-numbers.current,
.woocommerce nav.ct-pagination .page-numbers:hover {
background-color: var(--theme-palette-color-1);
color: #fff;
border: 0;
}
.woocommerce nav.ct-pagination .page-numbers.next svg,
.woocommerce nav.ct-pagination .page-numbers.prev svg {
position: absolute;
width: 10px;
height: 10px;
} .woocommerce .ct-sidebar .ct-widget .widget-title {
font-size: 16px;
font-weight: 700 !important;
margin-bottom: 10px;
} .iksm-container .iksm-terms span.iksm-term__text {
font-weight: 400 !important;
font-size: 16px;
color: #000;
line-height: 1.5;
} 
.iksm-container .iksm-terms .iksm-term--parent > .iksm-term__inner > a.iksm-term__link > span.iksm-term__text {
font-weight: 400 !important;
}
.iksm-container .iksm-terms-tree--children>.iksm-terms-tree__inner>.iksm-term--child>.iksm-term__inner {
min-height: auto;
padding: 5px 0;
}
.iksm-container .iksm-term--current>.iksm-term__inner>a.iksm-term__link span.iksm-term__text,
.iksm-container .iksm-term>.iksm-term__inner>a.iksm-term__link:hover span.iksm-term__text {
font-weight: 600 !important;
color: var(--theme-palette-color-1) !important;
}
.iksm-term--parent.iksm-term--current .iksm-term--current>.iksm-term__inner>a.iksm-term__link span.iksm-term__text {
color: #000 !important;
} 
.iksm-container .iksm-terms .iksm-term--is-post>div>a.iksm-term__link>.iksm-term__shifts:before {
content: "\f111";
font-weight: 900;
font-size: 5px;
display: block;
font-family: var(--fontAwesome);
} 
.iksm-container .iksm-terms .iksm-term--is-post>div>a.iksm-term__link>.iksm-term__shifts {
width: 0 !important;
min-width: 0 !important;
min-height: 0 !important;
}
.iksm-container .iksm-terms>.iksm-terms-tree>.iksm-terms-tree__inner>.iksm-term,
.iksm-container .iksm-terms .iksm-term--is-post {
border-bottom: 1px solid #AEAEAE;
}
.iksm-container .iksm-terms>.iksm-terms-tree>.iksm-terms-tree__inner>.iksm-term:first-child {
border-top: 1px solid #AEAEAE;
}
.iksm-container .iksm-terms .iksm-term.iksm-term--id-25:first-child {
border-top: 0 !important;
border-bottom: 0 !important;
}
.iksm-term.iksm-term--id-25.iksm-term--parent.iksm-term--has-children > .iksm-term__inner {
border-bottom: 1px solid #AEAEAE;
}
.iksm-term.iksm-term--id-25.iksm-term--parent.iksm-term--has-children>div {
background-color: #fff !important;
}
.iksm-term.iksm-term--id-25.iksm-term--parent.iksm-term--has-children>div > .iksm-term__link {
font-family: var(--theme-font-family);
font-weight: 700 !important;
color: #333 !important;
padding-left: 0 !important;
pointer-events: none;
}
.iksm-term.iksm-term--parent.iksm-term--has-children > div span.iksm-term__toggle__inner [class*=iks-icon-] {
color: #333 !important;
} @media only screen and (max-width: 999.98px) {
aside#sidebar{
display:block !important;
order:-1;
}
.wpc-filters-scroll-container {
display: none;
padding: 15px 15px 0 !important;
}
.wpc-filters-scroll-container.display {
display: block;
}
.wpc-filter-set-widget-title {
display: flex !important;
justify-content: space-between;
align-items: center;
padding: 10px 15px 0px 15px;
border-radius: 35px;
font-weight: 700 !important;
border: 1px solid #231f20;
font-size: 18px;
font-family: var(--theme-font-family) !important;
color: #231F20 !important;
}
.wpc-filter-set-widget-title:after {
content: '\2b' !important;
font-family: "Font Awesome 5 Free";
font-size: 15px;
font-weight: 900;
margin-bottom: 10px;
}
.wpc-filter-set-widget-title.minus:after {
content: '\f068' !important;
font-family: 'Font Awesome 5 Free';
font-size: 14px;
font-weight: 900;
}
}
@keyframes iks-zoom-in {
0% {
-webkit-transform: scale(0);
transform: scale(0)
}
100% {
-webkit-transform: scale(1);
transform: scale(1)
}
} .slick-arrow {
font-size: 0;
z-index: 9;
width: 45px;
height: 45px;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--theme-palette-color-1);
border-radius: 50%;
background-color: var(--theme-palette-color-1);
position: absolute;
top: 45%;
transform: translateY(-50%);
transition: all 300ms ease;
cursor: pointer;
}
.slick-arrow.slick-prev {
left: 10px;
}
.slick-arrow.slick-next {
right: 10px;
}
.slick-arrow:before {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 16px;
color: #fff;
font-family: 'FontAwesome';
font-weight: 900;
transition: all 300ms ease;
}
.slick-arrow.slick-prev:before {
content: "\f060";
}
.slick-arrow.slick-next:before {
content: "\f061";
}
.slick-arrow:hover {
background: transparent;
}
.slick-arrow:hover:before {
color: var(--theme-palette-color-1);
} .slick-disabled { } .slick-dots {
padding-left: 0;
list-style: none;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.slick-dots button {
width: 10px;
background: #808080;
font-size: 0;
width: 10px;
height: 10px;
border-radius: 50%;
transition: background 1s ease;
cursor: pointer;
}
.slick-dots .slick-active button {
background: var(--paletteColor1);
} .table td {
vertical-align: top;
}
.table.no-border table,
.table.no-border table th,
.table.no-border table tr,
.table.no-border table td {
border: none;
}
.table.no-border table th,
.table.no-border table tr,
.table.no-border table td {
padding: 7px;
}
.table.no-border table tr:first-child,
.table.no-border table td:first-child {
padding-left: 0;
} @media only screen and (max-width: 767.98px) {
.md-scroll {
overflow: scroll;
white-space: nowrap;
}
}
ul li:not(.menu-item),
ol li {
padding-bottom: 7px;
}
a:focus-visible,
button:focus-visible {
outline: none;
}  .ct-woocommerce-cart-form {
grid-column-gap: var(--woo_col_gap);
grid-row-gap: 35px;
}
form.woocommerce-checkout {
grid-column-gap: var(--woo_col_gap);
grid-row-gap: 35px;
}
form.woocommerce-checkout textarea {
resize: none;
} @media only screen and (max-width: 767.98px) {
#main .ct-container {
width: 100%;
padding-left: 15px;
padding-right: 15px;
}
.woocommerce main#main .ct-container {
padding-left: 15px;
padding-right: 15px;
}
#header .ct-container,
#footer>div>.ct-container {
width: calc(100% - 30px);
}
}
@media only screen and (max-width: 999.98px) {
.woocommerce.archive.tax-product_cat header.woocommerce-products-header {
margin-bottom: calc(70px - 35px);
}
.woocommerce.single-product div.product .product-entry-wrapper {
flex-direction: column;
}
.woocommerce.single-product .woocommerce-product-gallery {
margin-bottom: 35px;
}
.woocommerce.single-product .woocommerce-product-gallery {
width: 100%;
}
.woocommerce header.woocommerce-products-header {
flex-direction: column;
row-gap: 15px;
}
.woocommerce header.woocommerce-products-header>.category-image,
.woocommerce header.woocommerce-products-header>.category-info {
width: 100%;
}
}
@media only screen and (max-width: 767.98px) { .all-title br,
.cta-title br,
.mobile-inline br {
display: none;
} .woocommerce div.product div.woocommerce-tabs div.woocommerce-Tabs-panel .product-tab-row ul.vc_tta-tabs-list {
overflow-x: scroll;
display: flex;
} .wpb_gmaps_widget iframe {
max-height: 350px;
}
.company-name.mobile-block small {
display: block;
}
.form {
display: block;
}
} .delay1 {animation-delay: 300ms;}
.delay2 {animation-delay: 600ms;}
.delay3 {animation-delay: 900ms;}
.delay4 {animation-delay: 1200ms;}
.delay5 {animation-delay: 1500ms;}
.delay6 {animation-delay: 1800ms;}
.delay7 {animation-delay: 2100ms;}
.delay8 {animation-delay: 2400ms;}
.delay9 {animation-delay: 2700ms;} @media only screen and (max-width: 767.98px) {
body .wpb_animate_when_almost_visible {      }
}
body .wpb_animate_when_almost_visible {
opacity: 1;
filter: alpha(opacity=100);
-webkit-animation: none;
-moz-animation: none;
-o-animation: none;
animation: none;
}  .grow-effect figure {
overflow: hidden;
}
.grow-effect img,
.photoblocks-gallery .pb-block .pb-image ,
.woocommerce-product-gallery .ct-product-gallery-container>.ct-media-container 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,
.photoblocks-gallery .pb-block:hover .pb-image,
.woocommerce-product-gallery .ct-product-gallery-container>.ct-media-container:hover img{    transform: scale(1.08);
} @media only screen and (min-width: 767.98px) {
@supports not (-webkit-touch-callout: none) {
.parallax {
background-attachment: fixed !important;
}
}
}  .yoyo:hover img {
animation: yoyo 2s ease-out infinite;
}
@keyframes yoyo {
0% {
transform: translateY(15px);
}
25% {
transform: translateY(-15px);
}
50% {
transform: translateY(0px);
}
100% {
transform: translateY(15px);
}
}  .custom-button.slide-right .vc_general.vc_btn3:hover {
color: #fff !important;
border-color: inherit !important;
}
.custom-button.slide-right .vc_general.vc_btn3:before {
content: "";
position: absolute;
background-color: var(--color-5);
width: 0;
height: 100%;
inset: 0;
z-index: -1;
display: block !important;
transition: 500ms linear;
}
.custom-button.slide-right .vc_general.vc_btn3:hover:before {
width: 100%;
} .custom-button.glow .vc_general.vc_btn3:hover {
box-shadow: var(--theme-palette-color-1) 0px 4px 7px;
}
.shiny-button {
position: relative;
overflow: hidden;
} .custom-button.shiny .vc_general.vc_btn3:after,
#header [data-column="end"] [data-items*="primary"] .ct-header-cta>.ct-button:after,
.shiny-button:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: linear-gradient(120deg,
rgba(255, 255, 255, 0) 30%,
rgba(255, 255, 255, 0.8),
rgba(255, 255, 255, 0) 70%);
top: 0;
left: -100px;
animation: shine 3s infinite linear;
}
@keyframes shine {
0% {
left: -100px;
}
20% {
left: 100%;
}
100% {
left: 100%;
}
} .custom-button.alternate {
overflow: hidden !important;
position: relative;
}
.custom-button.alternate .vc_general {
z-index: 9; }
.custom-button.alternate:hover .vc_general {
color: #fff !important; }
.custom-button.alternate .vc_general:before,
.custom-button.alternate .vc_general:after {
content: "";
position: absolute;
inset: 0;
background-color: var(--theme-palette-color-2);
transition: 300ms ease-in-out;
z-index: -1;
}
.custom-button.alternate .vc_general:before {
transform: translate(0, -100%);
}
.custom-button.alternate .vc_general:after {
transform: translate(0, 100%);
}
.custom-button.alternate:hover .vc_general:before {
transform: translate(0, -50%);
}
.custom-button.alternate:hover .vc_general:after {
transform: translate(0, 50%);
} .custom-button.wiggle .vc_general.vc_btn3 {
backface-visibility: hidden;
transform: translateZ(0px);
animation: tada 5s linear infinite running;
}
@keyframes tada {
2% {
transform: translateX(3px) rotate(2deg);
}
4% {
transform: translateX(-3px) rotate(-2deg);
}
6% {
transform: translateX(3px) rotate(2deg);
}
8% {
transform: translateX(-3px) rotate(-2deg);
}
10% {
transform: translateX(2px) rotate(1deg);
}
12% {
transform: translateX(-2px) rotate(-1deg);
}
14% {
transform: translateX(2px) rotate(1deg);
}
16% {
transform: translateX(-2px) rotate(-1deg);
}
18% {
transform: translateX(1px) rotate(0deg);
}
20% {
transform: translateX(-1px) rotate(0deg);
}
}  #footer [data-row="top"] .textwidget > p {
font-size: var(--font-size-1);
text-align: center;
color: #fff;
font-family: var(--secondFontFamily);
}
#footer [data-row="top"] .textwidget > p strong {
color: #EBB553;
}
#footer .contact-form .form * {
color: #fff !important;
border-color: #fff;
}
#footer .contact-form ::placeholder,
#footer .contact-form ::-webkit-input-placeholder{
color: #fff !important;
}
.footer-contact-detail {
display: flex;
gap: 5px;
align-items: flex-start;
}
#footer [data-column="widget-area-1"] .custom-html-widget {
display: flex;
row-gap: 15px;
flex-direction: column;
}
.footer-contact-detail i {
margin-top: 5px;
color: #EBB553;
}
.footer-contact-detail > div:last-child {
display: flex;
flex-direction: column;
row-gap: 5px;
}
#footer .widget-menu {
display: flex;
flex-direction: row;
row-gap: 15px;
flex-wrap: wrap;
}
#footer .widget-menu .current-menu-item a {
color: #EBB553;
}
#footer .contact-form .form textarea {
max-height: 60px;
}
.footer-social img {
filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7485%) hue-rotate(286deg) brightness(109%) contrast(103%);
max-width: 30px;
transition: all 300ms ease-out;
}
.footer-social a {
font-size: 20px;
transition: all 300ms ease-out;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
border-radius: 50%;
background: #EBB553;
width: 40px;
height: 40px;
}
.footer-social {
display: flex;
flex-direction: row;
flex-wrap: wrap;
gap: 10px;
}
.footer-social a:hover {
color:#EBB553;
background: #fff;
}
.footer-social a:hover img{
filter: brightness(0) saturate(100%) invert(73%) sepia(51%) saturate(491%) hue-rotate(351deg) brightness(94%) contrast(96%);
}
.footer-feature img {
max-height: 35px;
}
.footer-feature > a:nth-child(2) img {
max-height: unset;
max-width: 150px;
}
.footer-feature {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 10px;
}
#footer div[data-column="widget-area-3"] {
row-gap: 35px;
}
.big-title{
position:relative;
}
.big-title:before {
content: ''; background-image: url(https://zenithyachtcharters.com/sg/en/wp-content/themes/blocksy-child/images/archer-1.webp);
background-repeat: no-repeat;
background-size: contain;
width: auto;
height: 35px;
top: -40px;
left: 50%;
background-position: center;
margin-bottom: 35px;
display: block !important;
transition: 300ms ease;
}
.big-title, 
.big-title * {
font-family: var(--secondFontFamily) !important;
font-size: var(--font-size-1) !important;
}
.big-title.center-title{
text-align: center;
}
.home-slide-inner img {
filter: grayscale(1);
transition: all 300ms ease-out;
max-width: 180px !important;
}
.home-slide-inner img:hover {
filter: grayscale(0);
}
.home-brand-slide.mobile-view img{
max-width: 180px !important;
}
.home-slide-inner .wpb_single_image,
.home-brand-slide.mobile-view .wpb_single_image{
text-align: center !important;
}
.home-slide-inner > div > div > div {
display: grid;
grid-template-columns: repeat(10, 1fr);
grid-template-rows: repeat(3, 1fr);
}
.home-slide-inner > div > div > div > div:first-child { grid-area: 1 / 1 / 2 / 3; }
.home-slide-inner > div > div > div > div:nth-child(2) { grid-area: 1 / 3 / 2 / 5; }
.home-slide-inner > div > div > div > div:nth-child(3) { grid-area: 1 / 5 / 2 / 7; }
.home-slide-inner > div > div > div > div:nth-child(4) { grid-area: 1 / 7 / 2 / 9; }
.home-slide-inner > div > div > div > div:nth-child(5) { grid-area: 1 / 9 / 2 / 11; }
.home-slide-inner > div > div > div > div:nth-child(6) { grid-area: 2 / 2 / 3 / 4; }
.home-slide-inner > div > div > div > div:nth-child(7) { grid-area: 2 / 4 / 3 / 6; }
.home-slide-inner > div > div > div > div:nth-child(8) { grid-area: 2 / 6 / 3 / 8; }
.home-slide-inner > div > div > div > div:nth-child(9) { grid-area: 2 / 8 / 3 / 10; }
.home-slide-inner > div > div > div > div:nth-child(10) { grid-area: 3 / 1 / 4 / 3; }
.home-slide-inner > div > div > div > div:nth-child(11) { grid-area: 3 / 3 / 4 / 5; }
.home-slide-inner > div > div > div > div:nth-child(12) { grid-area: 3 / 5 / 4 / 7; }
.home-slide-inner > div > div > div > div:nth-child(13) { grid-area: 3 / 7 / 4 / 9; }
.home-slide-inner > div > div > div > div:last-child { grid-area: 3 / 9 / 4 / 11; }
.home-brand-slide .slick-arrow {
width: 40px;
height: 40px;
}
.white-achor-w-text {
display: flex;
flex-direction: column-reverse;
row-gap: 15px;
}
.white-achor-w-text .wpb_singleimage_heading {
color: #fff;
font-weight: 400;
font-size: var(--font-size-5);
}
.white-achor-w-text img {
max-width: 150px;
}
.home-experience-row {
position: relative;
}
.home-experience-row:before {
content: '';
position: absolute;
background: #EBB553;
width: 40%;
height: 100%;
top: 0;
left: 0;
right: 0;
display: block !important;
}
.home-experience-inner > div > div {
padding: 0 !important;
}
.home-experience-inner > div > div > div {
padding: 35px 15px;
position: relative;
min-height: 500px;
display: flex;
flex-direction: column;
justify-content: flex-end;
transition: all 300ms ease-out;
}
.home-experience-inner > div > div > div> div,
.home-experience-inner > div > div > div> h4{
transition: all 300ms ease-out;
}
.home-experience-inner > div > div > div:hover > div,
.home-experience-inner > div > div > div:hover > h4{
transform: translateY(-100px);
}
.home-experience-inner > div > div > div:before {
content: '';
position: absolute;
background: linear-gradient(0deg, rgb(0 0 0 / 65%) 0%, rgba(0, 0, 0, 0.00) 100%);
width: 100%;
height: 80%;
bottom: 0;
left: 0;
right: 0;
display: block !important;
transition: all 300ms ease-out;
}
.home-experience-inner > div > div > div:hover:before {
background: linear-gradient(0deg, rgb(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
height: 100%;
}
.home-experience-row .slick-slide {
margin: 0 10px !important; 
}
.home-experience-row .slick-list {
margin: 0 -10px !important; 
}
.home-experience-row .slick-arrow {
top: unset;
bottom: -85px;
}
.home-experience-row .slick-arrow.slick-prev {
left: 150px;
}
.home-exclusive-row > div > div > div {
background: #F9F9F9;
padding: 35px 15px 1px;
border-radius: 15px;
height: 100%;
}
.big-title.title-no-anchor:before{
display:none !important;
}
.home-exclusive-row {
row-gap: 35px;
}
.home-yacht-row.right > div:last-child > div > div,
.home-yacht-row.left > div:first-child > div > div{
display: grid;
grid-template-columns: repeat(3, 1fr); grid-column-gap: 0px;
grid-row-gap: 20px;
}
.home-yacht-row.right > div:last-child > div > div > div:first-child { grid-area: 1 / 1 / 2 / 4; }
.home-yacht-row.right > div:last-child > div > div > div:nth-child(2) { grid-area: 2 / 1 / 3 / 4; }
.home-yacht-row.right > div:last-child > div > div > div:nth-child(3) { grid-area: 3 / 1 / 4 / 2; }
.home-yacht-row.right > div:last-child > div > div > div:nth-child(4) { grid-area: 3 / 2 / 4 / 3; }
.home-yacht-row.right > div:last-child > div > div > div:nth-child(5) { grid-area: 3 / 3 / 4 / 4; }
.home-yacht-row.right > div:last-child > div > div > div:last-child { grid-area: 4 / 1 / 5 / 4; }
.home-yacht-row.left > div:first-child > div > div > div:first-child { grid-area: 1 / 1 / 2 / 4; }
.home-yacht-row.left > div:first-child > div > div > div:nth-child(2) { grid-area: 2 / 1 / 3 / 4; }
.home-yacht-row.left > div:first-child > div > div > div:nth-child(3) { grid-area: 3 / 1 / 4 / 2; }
.home-yacht-row.left > div:first-child > div > div > div:nth-child(4) { grid-area: 3 / 2 / 4 / 3; }
.home-yacht-row.left > div:first-child > div > div > div:nth-child(5) { grid-area: 3 / 3 / 4 / 4; }
.home-yacht-row.left > div:first-child > div > div > div:last-child { grid-area: 4 / 1 / 5 / 4; }
.home-yacht-row.right > div:last-child > div > div .vc_custom_heading,
.home-yacht-row.left > div:first-child > div > div .vc_custom_heading{
display: flex;
}
.home-yacht-type:after {
content: "ft";
font-size: 14px;
}
.home-yacht-pax:after {
content: "pax";
font-size: 14px;
}
.home-yacht-row .wpb_single_image img {
aspect-ratio: 16/9;
}
.home-comment-row .big-title, .home-comment-row .big-title * {
font-size: var(--font-size-4) !important;
}
.home-comment-row .comment-detail p {
margin:0 !important;
text-align:center;
}
.home-comment-row .comment-detail > div {
display: flex;
flex-direction: column;
}
.home-comment-row .comment-detail > div {
display: flex;
flex-direction: column;
align-items: center;
color: #fff !important;
row-gap: 15px;
}
.home-comment-row .comment-detail .client-name-icon {
padding: 10px;
background: rgba(0,0,0,0.5);
width: 40px;
height: 40px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.home-comment-row > div > div > div,
.home-comment-row > div:first-child *{
height: 100% !important;
}
.home-comment-row > div > div > div {
display: flex;
flex-direction: column;
justify-content: center;
}
.home-comment-row .slick-dots button {
background: #fff;
}
.home-comment-row .slick-dots .slick-active button {
background: #4EC5A6;
}
.woocommerce-shop .wpc-filter-content {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
height: auto !important;
}
.woocommerce-shop .wpc-filters-ul-list {
display: block !important;
}
.woocommerce-shop .wpc-term-item {
display: block !important;
}
.woocommerce-shop .woo-listing-top {
display: none;
}
.woocommerce-shop .wpc-posts-found {
display: none;
}
.woocommerce-shop .wpc-filter-set-widget-title .widget-title {
font-size: 20px !important;
font-family: var(--secondFontFamily) !important;
}
.woocommerce-shop li.product {
padding: 15px;
border: 1px solid #555555;
border-radius: 15px;
}
.yacht-detail {
display: flex;
justify-content: space-between;
}
.yacht-detail {
display: flex;
justify-content: space-between;
gap: 10px;
flex: 1;
}
.yacht-detail > div > div:last-child {
font-size: 14px;
}
.yacht-detail > div > div:first-child {
font-size: 20px;
font-weight: 700;
color: #EBB553;
position: relative;
}
.yacht-width:after {content:"ft";}
.yacht-capacity-ft:after {content:"pax";}
.yacht-detail > div > div:first-child:after {
font-size: 12px;
}
.woocommerce li.product .woocommerce-Price-amount.amount {
font-size: 20px;
position: relative;
}
.woocommerce li.product .woocommerce-Price-amount.amount:before {
content:"from";
font-size: 12px;
}
.woocommerce li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
font-family: var(--secondFontFamily) !important;
}
body.single-product #main > [class*='ct-container'] {
padding-top: var(--gap);
padding-bottom: var(--gap);
padding-left: 0 !important;
padding-right: 0 !important;
}
.single-product .woocommerce-product-details__short-description {
margin-bottom: 15px !important;
}
.single-product .woocommerce-product-details__short-description p {
margin-bottom: 0px !important;
text-align: justify;
}
.single-product-cta {
display: flex;
gap: 15px;
order: 1;
margin-bottom: 0 !important;
}
.single-product-cta .custom-button {
margin-bottom: 0 !important;
}
.single-product .summary.entry-summary.entry-summary-items {
display: flex;
flex-direction: column;
}
.single-yacht-detail {
margin-top: 15px;
margin-bottom: 15px !important;
padding: 15px;
border: 5px solid #EBB553;
border-radius: 15px;
transition: all 300ms ease-out;
}
.single-yacht-detail:hover {
background: #ebb55314;
}
.single-yacht-detail div {
margin-bottom: 5px;
font-size: 16px;
color: #000;
text-transform: uppercase;
font-weight: 500;
display: flex;
flex-direction: row;
align-items: center;
transition: all 300ms ease-out;
flex-wrap: wrap;
}
.single-yacht-detail:hover .single-yacht-detail div {
color: #fff;
}
.single-yacht-detail div span.label {
margin-right: 5px;
text-transform: capitalize;
}
.single-yacht-detail div span.value {     font-weight: 700;
font-family: 'DM SERIF DISPLAY';
font-size: 20px;
}    .woocommerce.single-product div.product .woocommerce-product-gallery .ct-product-gallery-container>.ct-media-container {
border: 5px solid #EBB553 !important;
}
.li-w-tick ul {
padding-left: 0;
list-style: none;
}
.li-w-tick ul li{
position:relative;
}
.li-w-tick ul li:before {
content: "\f058";
font-family: 'FontAwesome';
margin-right: 5px;
color: #4EC5A6;
}
.li-w-tick.gold-tick ul li:before {
color: #EBB553;
}
.yacht-detail-button-row > div > div > div {
display: flex;
gap: 15px;
flex-wrap: wrap;
}
.single-products-main-sec .vc_tta-panel-body {
padding: 25px 0 0 0 !important;
}
.single-products-main-sec ul.vc_tta-tabs-list {
border-bottom: 1px solid #dbdbdb;
display: flex !important;
gap: 15px;
}
.single-products-main-sec ul.vc_tta-tabs-list li.vc_tta-tab a {
padding: 10px 0 !important;
border-bottom: 2px solid transparent !important;
transition: all 300ms ease-out !important;
}
.single-products-main-sec ul.vc_tta-tabs-list li.vc_tta-tab a .vc_tta-title-text{
font-weight:600;
transition: all 300ms ease-out !important;
}
.single-products-main-sec ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a,
.single-products-main-sec ul.vc_tta-tabs-list li.vc_tta-tab a:hover{
border-bottom: 2px solid #EBB553 !important;
}
.single-products-main-sec ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a .vc_tta-title-text,
.single-products-main-sec ul.vc_tta-tabs-list li.vc_tta-tab a:hover .vc_tta-title-text{
color:#EBB553;
}
.price-table th {
background: #EBB553;
color: #fff;
}
.price-table * {
border-color: #000000 !important;
}
.price-table td:not(:first-child) {
text-align: center;
}
.price-table tbody tr:nth-child(odd) td {
background: #fff9ef;
}
.addon-icon-inner-row > div > div > div {
display: flex;
flex-direction: row;
align-items: center;
gap: 15px;
}
.icon-addon img {
max-width: 55px !important;
}
.single-product-gallery-sec .wpcp-single-item img {
aspect-ratio: 1/1;
object-fit: cover;
}
.yacht-enquiry-form .form {
grid-template-columns: 1fr !important;
}
.yacht-enquiry-form .form #message, 
.yacht-enquiry-form .form #recaptcha {
grid-column: 1/2;
}
.yacht-enquiry-form .form textarea {
height: 40px;
}
.yacht-enquiry-form .form label {
font-size: 16px !important;
font-weight: 400 !important;
margin-bottom: 0;
color: #555555;
}
.yacht-enquiry-form .form div#date,
.yacht-enquiry-form .form div#adult ,
.yacht-enquiry-form .form div#fnb{
margin-top: 35px;
}
.yacht-enquiry-form span.wpcf7-list-item label {
display: flex;
gap: 10px;
}
.yacht-enquiry-form span.wpcf7-list-item input {
width:auto;
}
.single-post-sec img.vc_single_image-img { }
.single-post-sec ul {
padding-left: 15px;
margin-bottom: 10px !important;
}
.experience-2-img-row > div:last-child > div > div {
display: flex;
gap: 15px;
}
.experience-2-img-row > div:last-child figure {
border-radius: 15px;
}
.experience-2-img-row > div:last-child img {
aspect-ratio: 6/8;
object-fit: cover;
}
.experience-2-img-row > div:last-child .wpb_single_image:first-child {
margin-top: -15px;
}
.experience-2-img-row > div:last-child .wpb_single_image:last-child {
margin-top: 15px;
}
.big-title small {
font-size: 14px !important;
line-height: 1;
font-family: 'Montserrat' !important;
font-weight: 400;
letter-spacing: 10px !important;
}
.big-title.hav-small-text:before {
margin-bottom: 15px;
}
.big-title.text-white:before {
background-image: url(https://zenithyachtcharters.com/sg/en/wp-content/themes/blocksy-child/images/white-anchor-img.png);
}
.experience-right-row:before{
content: '';
position: absolute;
background: #EBB553;
width: 60%;
height: 100%;
top: 0;
right: 0;
display: block !important;
}
.experience-left-row:before{
content: '';
position: absolute;
background: #EBB553;
width: 60%;
height: 100%;
top: 0;
left: 0;
display: block !important;
}
.experience-right-row .wpcp-single-item img ,
.experience-left-row .wpcp-single-item img {
aspect-ratio:1/1;
object-fit: cover;
}
.experience-right-row .wpcp-carousel-section.nav-vertical-center,
.experience-left-row .wpcp-carousel-section.nav-vertical-center {
margin-left: 0;
margin-right: 0;
}
.experience-product-row .slick-slide {
margin: 0 10px !important;
padding: 15px;
border: 1px solid;
border-radius: 15px;
}
.experience-product-row .slick-list {
margin: 0 -10px !important; 
}
ul.products li .ct-media-container img{
transition: all 500ms ease-out;
}
ul.products li:hover .ct-media-container img{
scale:1.2;
transition: all 500ms ease-out;
}
.experience-pdf-button-inner > div > div > div {
display: flex;
flex-wrap: wrap;
gap: 15px;
}
.dining-img-slide img {
aspect-ratio: 1/1;
object-fit: cover;
}
.dining-img-slide .wpcp-carousel-section {
margin: 0 !important;
}
.dining-img-slide .swiper-slide {
border-radius: 20px !important;
overflow: hidden;
}
.dining-img-slide img {
aspect-ratio: 1/1;
object-fit: cover;
width: 100%;
}
.home-welcome-row > div:first-child > div {
padding: 0 !important;
}
.home-welcome-row .video-block,
.home-welcome-row .video-block > div{
height:100%;
}
.video-block video {
aspect-ratio:16/9;
object-fit: cover;
height:100%;
display:block;
}
.chaty-i-trigger .chaty-channel .on-hover-text {
display: none !important;
}
.banner-big-text {
font-size: 65px;
color: #fff;
font-family: var(--secondFontFamily);
}
.home-banner-sec {
min-height: 775px;
}
@media only screen and (min-width: 767.98px) {
.chaty-i-trigger .chaty-channel {
bottom: 65px !important;
}
}
@media only screen and (min-width: 999.98px) {
#footer .widget-menu > li {
width: 40%;
}
.woocommerce-shop aside#sidebar .ct-sidebar {
position: sticky;
top: 150px;
}
}
@media only screen and (max-width: 999.98px) {
#footer .widget-menu {
display: flex;
flex-direction: row;
flex-wrap: wrap;
row-gap: 5px;
}
#footer .widget-menu > li:not(:last-child) {
margin-right: 10px;
padding-right: 10px;
border-right: 1px solid #fff;
}
.single-product-cta {
flex-direction: column;
}
}
@media only screen and (max-width: 767.98px) {
.big-title:before {
height: 30px;
}
.home-brand-slide .slick-arrow.slick-prev {
left: 0;
}
.home-brand-slide .slick-arrow.slick-next {
right: 0;
}
.home-brand-slide .slick-arrow {
width: 30px;
height: 30px;
}
.home-experience-row:before {
width: 100%;
}
.home-experience-row .slick-arrow {
top: unset;
bottom: 50%;
}
.home-experience-row .slick-arrow.slick-prev {
left: 10px;
}
.home-experience-row > div:last-child > div {
padding-left: 15px !important;
padding-right: 15px !important;
}
.woocommerce-shop .yacht-detail {
justify-content: flex-start;
gap: 15px;
}
body.single-product #main > [class*='ct-container'] {
padding-left: 15px !important;
padding-right: 15px !important;
}
.price-table {
overflow-x: auto;
}
body.single #main > [class*='ct-container'] {
padding-left: 15px;
padding-right: 15px;
}
.experience-right-row:before,
.experience-left-row:before{
width: 100%;
}
.banner-big-text {
font-size: 27px;
}
}