/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1781242506
Updated: 2026-06-12 05:35:06

*/
body {
	overflow-x: hidden !important;
	padding-left: 10px;
    padding-right: 10px;
}

.upper_text span.elementor-button-text {
    text-transform: uppercase;
}
.wedges .elementor-blockquote__content,.wedges .elementor-heading-title {
    font-family: Wedges !important;
}

.color_text{
    color:#fff;
    text-shadow:
        0 4px 10px rgba(0,0,0,.25);
}

.gradient{
    background:
        linear-gradient(
            180deg,
            #FF717E,
            #0DE12C
        );

    background-size:400% 400%;

    -webkit-background-clip:text;
    background-clip:text;
    -webkit-text-fill-color:transparent;

    animation:liquidFlow 8s ease-in-out infinite;
}
@keyframes liquidFlow{
    0%{
        background-position:0% 50%;
    }
    25%{
        background-position:100% 50%;
    }
    50%{
        background-position:100% 100%;
    }
    75%{
        background-position:0% 100%;
    }
    100%{
        background-position:0% 50%;
    }
}
.elementor-widget-text-editor :last-child {
     margin-bottom: 0 !important;
 }

 .pd100 {
     padding-bottom: clamp(62.5px, 12.2px + 4.5732vw, 100px);  /*change as per figma */
     padding-top: clamp(62.5px, 12.2px + 4.5732vw, 100px); /*change as per figma */
 }

 .pdb0 {
     padding-bottom: 0 !important;
 }

 .pdt0 {
     padding-top: 0 !important;
 }

 .pdlr {
     padding-left: 10% !important; /*change as per figma */
     padding-right: 10% !important; /*change as per figma */
 }

.post_info {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post_title h3.elementor-heading-title {
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_hover{
    position:relative;
    overflow:hidden; 
    transition:transform .4s ease;
}

/* Gradient Border */
.blog_hover:before{
    content:"";
    position:absolute;
    inset:0;
    padding:2px;
    border-radius:20px;
    background:linear-gradient(
        135deg,
        #2ebd59,
        #00c2ff,
        #2ebd59
    );
    opacity:0;
    transition:.4s;
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite:xor;
            mask-composite:exclude;
    pointer-events:none;
}

.blog_hover:hover{
    transform:translateY(-10px);
}

.blog_hover:hover:before{
    opacity:1;
}

.blog_hover img{
    transition:all .6s ease;
}

.blog_hover:hover img{
    transform:scale(1.02);
}

.blog_hover .elementor-heading-title a{
    transition:.3s;
}

.blog_hover:hover .elementor-heading-title a{
    color:#FF4B4B !important;
}
.breadcrumb li.elementor-icon-list-item:last-child span.elementor-icon-list-text {
    font-weight: 800;
}
.blog_hover:hover span.elementor-divider-separator {
    --divider-color: #000000;
}
span.post-navigation__prev--label, span.post-navigation__next--label {
    text-transform: capitalize !important;
}
.nav_blog .elementor-post {
    align-content: center;
    justify-content: center;
    align-items: center;
}
.nav_blog h3.elementor-post__title a {
    font-weight: 700 !important;
}
.nav_blog h3.elementor-post__title a:hover {
    color: #FF4B4B;
}
.single-post .wp-block-heading {
	font-size: 1.3em;
}

form.e-search-form {
    background: #000 !important;
    border-radius: 10px !important;
    padding: 5px;
}
.e-n-accordion-item-title-text {
    font-weight: bold;
}

.e-n-accordion-item:last-child {
    border-bottom: 0px solid #B3B3B3;
}
.e-n-accordion-item {
    border-bottom: 1px solid #B3B3B3;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
}
.breadcrumb.blue li.elementor-icon-list-item:last-child span.elementor-icon-list-text {
    color: #0ABEDF;
}
.breadcrumb.red li.elementor-icon-list-item:last-child span.elementor-icon-list-text {
    color: #FF4B4B;
}


.elementor-form .elementor-button .elementor-button-text {
    text-transform: uppercase;
    font-weight: 800;
}
.elementor-button-icon svg {
    width: 40px !important;
}
 .elementor-button .elementor-button-content-wrapper {
    gap: 8px !important;
}
.breadcrumb.green li.elementor-icon-list-item:last-child span.elementor-icon-list-text {
    color: #37C84A;
}
.elementor-field-group input:focus,
.elementor-field-group input:focus-visible,
.elementor-field-group textarea:focus,
.elementor-field-group textarea:focus-visible {
    outline: 1px solid #FF4B4B !important;
}
textarea#form-field-message {
    margin-bottom: 30px;
}
.product-tabs-nav{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-bottom:50px;
    flex-wrap:wrap;
}

.product-tab-btn {
    border: none;
    background: #f2f2f2;
    padding: 15px 35px;
    cursor: pointer;
    border-radius: 0px 0px 15px 15px;
    transition: .3s;
    margin-bottom: 10px;
    font-family: 'Nunito';
    font-size: var( --e-global-typography-3e5fe31-font-size );
    font-weight: 800;
    line-height: var( --e-global-typography-3e5fe31-line-height );
	color: #000;
}


.product-tab-btn:hover {
	background: #f2f2f2;
	color: #000;
}


.product-tab-btn.active{
    background:#fff;
    color:#000;
}

.product-tab-content{
    display:none;
}

.product-tab-content.active{
    display:block;
}

.product-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:100px 30px;
}

.product-card,.category-product {
    background: #0FC3E5;
    border-radius: 190px 190px 20px 50px;
    text-align: center;
    padding: 0 20px 55px 20px;
    color: #fff;
    position: relative;
    overflow: visible;
}
.product-image img {
    width: 290px;
    height: 290px !important;
    border-radius: 50% !important;
    object-fit: cover;
    display: block;
    margin: 0 auto 27px;
}

.product-card h3 {
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Nunito';
    font-size: var( --e-global-typography-3e5fe31-font-size );
    font-weight: 800;
    line-height: var( --e-global-typography-3e5fe31-line-height );
}

.product-desc{
    font-size:14px;
    line-height:1.6;
}

.product-arrow{
    width:45px;
    height:45px;
    border:0px solid #fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-decoration:none;
    margin:20px auto 0;
    font-size:20px;
	position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.product-card:nth-child(1),
.product-card:nth-child(8){
    background:#0FC3E5;
}

.product-card:nth-child(2),
.product-card:nth-child(7){
    background:#FFB11A;
}

.product-card:nth-child(3),
.product-card:nth-child(6){
    background:#5AAB4F;
}

.product-card:nth-child(4),
.product-card:nth-child(5){
    background:#0EE32C;
}
.product-desc {
    font-family: 'Nunito';
    font-size: var( --e-global-typography-text-font-size );
    font-weight: 400;
    line-height: var( --e-global-typography-text-line-height );
    color: #ffffff;
}
.title_line .elementor-heading-title {
    position: relative;
}
.title_line .elementor-heading-title:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background: #0fc3e5;
    left: -60px;
    top: 13px;
}
.icon_bg {
    background: #FF4B4B;
    padding: 20px !important;
    border-radius: 100px;
    object-fit: contain;
    width: 170px;
    height: 170px;
    vertical-align: middle;
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-content: center !important;
    justify-content: center !important;
    align-items: center !important;
    margin: auto !important;
    margin-bottom: 20px !important;
	z-index: 1;
}
.num_bg {
    background: #FF4B4B;
    width: 45px;
    height: 45px;
    position: absolute !important;
    top: 25%;
    right: 20%;
    vertical-align: middle;
    align-items: center !important;
    align-content: center !important;
    justify-content: center !important;
    display: flex;
    border-radius: 100px;
    border: 4px solid #F2F2F2;
	z-index: 1;
}

.dash_line{
	position: relative;
}
.dash_line:after {
    position: absolute;
    content: "";
    border-top: 1px dashed rgb(0 0 0 / 30%);
    top: 46%;
    width: 100%;
    height: 1px;
    z-index: 0;
}


.item-1 .icon_bg,
.item-1 .num_bg,
.item-3 .icon_bg,
.item-3 .num_bg {
    background: #FF4B4B;
}

.item-2 .icon_bg,
.item-2 .num_bg,
.item-4 .icon_bg,
.item-4 .num_bg {
	background: #22B8CF;
}
span.elementor-button-content-wrapper {
    align-items: center;
}
/* Button */
 .elementor-button{
    position: relative;
    overflow: hidden;
    transition: transform .4s ease, box-shadow .4s ease;
}

/* Shine Effect */
 .elementor-button:before{
    content:'';
    position:absolute;
    top:-50%;
    left:-120%;
    width:60px;
    height:200%;
    background:rgba(255,255,255,.35);
    transform:rotate(25deg);
    pointer-events:none;
    z-index:1;
}

 .elementor-button:hover:before{
    left:150%;
    transition:left .8s ease;
}

/* Content */
 .elementor-button-content-wrapper{
    position:relative;
    z-index:2;
}

/* Text */
 .elementor-button-text{
    transition:transform .14s ease;
}

 .elementor-button:hover .elementor-button-text{
    transform:translateX(2px);
}

.elementor-button-icon{
    display:flex;
    align-items:center;
    justify-content:center;
}

.elementor-button:hover .elementor-button-icon{
    animation:golfball .9s ease;
}

@keyframes golfball{
    0%{
        transform:translateX(0) rotate(0deg);
    }
    50%{
        transform:translateX(12px) rotate(360deg) scale(1.15);
    }
    100%{
        transform:translateX(8px) rotate(720deg);
    }
}

.pink .gradient {
    background: linear-gradient(
        180deg,
        #0CC0DF 40%,
        #B31D5C 67%
    );
    background-size: 100% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: auroraGlitch 5s infinite;
}

@keyframes auroraGlitch {
    0%,100%{
        background-position: center top;
        transform: skewX(0deg);
    }
    20%{
        background-position: center bottom;
        transform: skewX(1deg);
    }
    21%{
        transform: skewX(-1deg);
    }
    22%{
        transform: skewX(0deg);
    }
    60%{
        background-position: center center;
        transform: scale(1.01);
    }
}
.red .gradient {
    background: linear-gradient(180deg, #FF717E, #FF4B4B);
    background-size: 400% 400%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: liquidFlow 8s ease-in-out infinite;
}
.green .gradient {
    background: linear-gradient(180deg, #FF717E 40%, #0DE12C 67%);
    background-size: 100% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: auroraGlitch 5s infinite;
}

.yellow .gradient {
    background: linear-gradient(
        180deg,
        #FFB21A 40%,
        #E60C0B 67%
    );
    background-size: 100% 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: auroraGlitch 5s infinite;
}
.elementor-button .elementor-button-text {
    text-transform: uppercase;
}
.breadcrumb.yellow li.elementor-icon-list-item:last-child span.elementor-icon-list-text {
    color: #ffb21a;
}
.e-n-accordion-item[open] .e-n-accordion-item-title-text {
    font-weight: 700 !important;
}
button.product-tab-btn.active:before, button.product-tab-btn.active:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f2f2f2;

   
}
button.product-tab-btn.active:before {
    left: 0;
    transform: translate(-100%, 0px);
    top: 0;
    box-shadow: 7px -8px 0px 7px white;
    border-radius: 0 50px  0 0;
}
button.product-tab-btn.active:after {
    right: 0;
    transform: translate(100%, 0px);
    top: 0;
    box-shadow: -12px -12px 0px 11px white;
    border-radius:  50px 0 0 0;
}
button.product-tab-btn {
    position: relative;
}

.product-card {
    position: relative;
}


.product-arrow svg {
    width: 18px;
    height: 18px;
}
.product-arrow:hover img {
    transform: rotate(
325deg);
    transition: .3s ease;
}
.black .gradient {
    background: linear-gradient(180deg, #FF717E, #B31D5C);
    background-size: 100% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: liquidFlow 8s ease-in-out infinite;
}
p.deensimc-scroll-text {
    text-transform: uppercase;
}
.golf-search-bar{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:50px;
    overflow:hidden;
    max-width:700px;
    width:100%;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.select-wrapper{
    position:relative;
    flex:1;
}

.select-wrapper:first-child{
    border-right:1px solid #e6e6e6;
}

.select-wrapper select{
    width:100%;
    height:60px;
    border:none;
    outline:none;
    background:transparent;
    appearance:none;
    -webkit-appearance:none;
    padding:0 45px 0 20px;
    font-size:16px;
    cursor:pointer;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
}

.select-wrapper::after{
    content:'';
    position:absolute;
    right:8px;
    top:50%;
    transform:translateY(-50%);
    width:0;
    height:0;
    border-left:6px solid transparent;
    border-right:6px solid transparent;
    border-top:7px solid #000;
    pointer-events:none;
}

.golf-search-btn{
    display:flex;
    align-items:center;
    gap:8px;
    background:#FF4B4B;
    color:#fff;
    border:none;
    height:50px;
    padding:0 24px;
    border-radius:30px;
    margin:5px;
    cursor:pointer;
    white-space:nowrap;
	font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-size: var( --e-global-typography-text-font-size );
}

.golf-search-btn img{
    width:18px;
    height:18px;
    object-fit:contain;
}

.golf-search-btn:hover{
    background:#22B8CF;
    color:#fff;
}
header li.menu-item a.elementor-item-active{
	font-weight: 800 !important;
}
/* Menu Colors */
li.h-menu.menu-item a.elementor-item,
header li.h-menu a.elementor-item-active {
    color: #B2205E !important;
}

li.s-menu.menu-item a.elementor-item,
header li.s-menu a.elementor-item-active {
    color: #E60A0A !important;
}

li.a-menu.menu-item a.elementor-item,
header li.a-menu a.elementor-item-active {
    color: #0ABEDF !important;
}

li.b-menu.menu-item a.elementor-item,
header li.b-menu a.elementor-item-active {
    color: #000 !important;
}

li.f-menu.menu-item a.elementor-item,
header li.f-menu a.elementor-item-active {
    color: #FFB21A !important;
}

/* Common Active Indicator */
header li.menu-item a.elementor-item-active:before,
header li.menu-item a.elementor-item-active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

header li.menu-item a.elementor-item-active:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 0;
}

header li.menu-item a.elementor-item-active:after {
    width: 1px;
    height: 32px !important;
    border-radius: 100px;
    bottom: -32px;
}

/* Active Indicator Colors */
header li.h-menu a.elementor-item-active:before,
header li.h-menu a.elementor-item-active:after {
    background: #B2205E !important;
}

header li.s-menu a.elementor-item-active:before,
header li.s-menu a.elementor-item-active:after {
    background: #E60A0A !important;
}

header li.a-menu a.elementor-item-active:before,
header li.a-menu a.elementor-item-active:after {
    background: #0ABEDF !important;
}

header li.b-menu a.elementor-item-active:before,
header li.b-menu a.elementor-item-active:after {
    background: #000 !important;
}

header li.f-menu a.elementor-item-active:before,
header li.f-menu a.elementor-item-active:after {
    background: #FFB21A !important;
}
.e-loop-item-25 .category-product {
    background: #5AAB4F !important;
}

.e-loop-item-23 .category-product {
    background: #0FC3E5 !important;
}

.e-loop-item-24 .category-product {
    background: #FFB11A !important;
}

.e-loop-item-26 .category-product {
    background: #0EE32C !important;
}
.elementor-element-b95ac13 .elementor-button .elementor-button-text {
	text-transform: capitalize;
	color: #FF4B4B !important;
}
.elementor-element-b95ac13 .elementor-button-icon svg {
	width: 10px !important;
	fill: #FF4B4B;
}
.clor_white a {
    color: #fff;
}
.clor_white a:hover {
    color: #0FC3E5;
}
footer .form_step.elementor-widget-form {
    min-height: 0 !important;
    height: 60px;
}
footer .elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: nowrap !important;
}
.sticky-header-sec.fixed { position: fixed !important; top: 0px; background-color: #fff !important; box-shadow: 0 0 5px rgb(0 0 0 / 25%); z-index: 99;
width: 100%; }
select#golf-product {
    width: 100%;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}






/*  Responsive Media Query  */

@media (max-width:1650px){
#inner_banner {
	min-height: 350px;
}
body:not(.rtl) .breadcrumb_list {
	right: 170px !important;
}
.num_bg {
	right: 15%;
}
.product-image img {
	width: 240px;
	height: 240px !important;
}
.elementor-10 .elementor-element.elementor-element-c4c5a8f {
	min-height: 77vh;
}
.elementor-10 .elementor-element.elementor-element-92838c6 {
	padding-top: 10%;
}
.select-wrapper::after {
	right: 55px;
}
.category-product .elementor-widget-text-editor {
	min-height: 105px;
}
.product-card h3 {
	min-height: 70px;
}
.breadcrumb_long1 {
	bottom: 90px !important;
}
}

@media (max-width:1500px){
body:not(.rtl) .breadcrumb_list {
	bottom: 20px !important;
}
.icon_bg {
	width: 140px;
	height: 140px;
	padding: 32px !important;
}
.num_bg {
	top: 22%;
}
.product-image img {
	width: 220px;
	height: 220px !important;
}
.select-wrapper::after {
	right: 10px;
}
.elementor-element-cf055b3 {
	min-height: 355px !important;
}
body:not(.rtl) .breadcrumb_long1 {
	right: 130px !important;
}
}


@media (max-width:1400px){
#inner_banner {
	min-height: 330px;
}
body:not(.rtl) .breadcrumb_list {
	right: 110px !important;
	bottom: 18px !important;
}
.product-image img {
	width: 200px;
	height: 200px !important;
}
.product-image img {
	width: 190px;
	height: 190px !important;
}
.select-wrapper select {
	padding: 0 10px 0 20px;
}
.elementor-10 .elementor-element.elementor-element-c4c5a8f {
	min-height: 86vh;
}
body:not(.rtl) .breadcrumb_long1 {
	right: 110px !important;
	bottom: 38px !important;
}
.product-card h3 {
	min-height: 100px;
}
}

@media (max-width:1300px){

body:not(.rtl) .breadcrumb_list {
	right: 110px !important;
	bottom: 15px !important;
}
#inner_banner {
	min-height: 305px;
}
.elementor-10 .elementor-element.elementor-element-c4c5a8f {
	min-height: 80vh;
}
.select-wrapper select {
	font-size: 16px;
}
footer .pdlr {
	padding-left: 7% !important;
	padding-right: 7% !important;
}
body:not(.rtl) .breadcrumb_long1 {
	right: 110px !important;
	bottom: 10px !important;
}
.elementor-element-cf055b3 {
	min-height: 310px !important;
}
}



@media (max-width:1100px){
#inner_banner {
	min-height: 260px;
}
body:not(.rtl) .breadcrumb_list {
	right: 55px !important;
	bottom: 5px !important;
}
 .pdlr {
     padding-left: 5% !important; /*change as per figma */
     padding-right: 5% !important; /*change as per figma */
 }
body:not(.rtl) .breadcrumb_list{
	position: relative !important;
	align-items: start !important;
	right: unset !important;
	bottom: unset !important;
	padding-top: 10px;
}
.breadcrumb .elementor-icon-list-text {
	color: #fff !important;
}
.breadcrumb .elementor-icon-list-item:not(:last-child)::after {
	border-color: #fff !important;
}
.single-post .wp-block-heading {
	font-size: 1.1em;
}
.product-grid{
        grid-template-columns:repeat(2,1fr);
}
.icon_bg {
	width: 105px;
	height: 105px;
	padding: 25px !important;
}
.num_bg {
	right: 16%;
	width: 35px;
	height: 35px;
	top: 19%;
}	
.product-grid {
	grid-template-columns: repeat(3,1fr);
}	
	
li.h-menu.menu-item a.elementor-item,header li.h-menu a.elementor-item-active,li.s-menu.menu-item a.elementor-item,header li.s-menu a.elementor-item-active,li.a-menu.menu-item a.elementor-item,header li.a-menu a.elementor-item-active,li.b-menu.menu-item a.elementor-item,header li.b-menu a.elementor-item-active,li.f-menu.menu-item a.elementor-item,header li.f-menu a.elementor-item-active  {
    color: #fff !important;
}
header li.menu-item a.elementor-item-active:before,header li.menu-item a.elementor-item-active:after {
    display:none;
}	
.elementor-element-c29f5ac.elementor-widget-button {
	transform: translatex(125%);
}
.elementor-button-icon svg {
	width: 30px !important;
}
.select-wrapper::after {
	right: 10px;
}
.elementor-10 .elementor-element.elementor-element-c4c5a8f {
	min-height: unset !important;
}
footer .elementor-field-type-email {
	width: 100% !important;
}
.product-card h3 {
	min-height: unset !important;
}
}


@media (max-width:991px){
#inner_banner {
	min-height: 250px;
}
.num_bg {
	right: 5%;
	width: 35px;
	height: 35px;
	top: 19%;
}
.dash_line::after {
	top: 42%;
	width: 100%;
	height: 1px;
	z-index: 0;
}
.product-image img {
	width: 190px;
	height: 170px !important;
}	
.product-grid {
	grid-template-columns: repeat(2,1fr);
}	
.product-tab-btn {
	padding: 15px 15px;
}
.elementor-element-c29f5ac.elementor-widget-button {
	transform: translatex(65%);
}
.select-wrapper::after {
	right: 10px;
}
}

@media (max-width:767px){
.e-n-accordion-item {
	padding-left: 15px;
	padding-right: 15px;
}
.product-grid{
    grid-template-columns:1fr;
}
html,body {
	padding-left: 5px;
    padding-right: 5px;
}
.dash_line::after {
	display:none;
}
.num_bg {
	right: 5%;
	width: 35px;
	height: 35px;
	top: 58%;
	left: 0;
	right: 0;
	margin: auto;
}
.icon_bg {
	margin-top: 50px !important;
}
.product-image img {
	width: 215px;
	height: 215px !important;
}
button.product-tab-btn.active::before, button.product-tab-btn.active::after {
	opacity: 0 !important;
}
.product-grid {
	gap: 60px 30px;
}
.elementor-button-icon svg {
    width: 25px !important;
} 
.elementor-button {
	padding: 7px 7px 7px 15px !important;
	font-size: 14px !important;
}
.elementor-element-c29f5ac.elementor-widget-button {
	transform: translatex(0%);
}
.golf-search-bar {
    flex-direction: column;
}
.select-wrapper:first-child {
    border-bottom: 1px solid #e6e6e6;
    border-right: 0 !important;
    width: 100%;
}
.select-wrapper {
    position: relative;
    flex: 1;
    width: 100% !important;
}
.golf-search-bar {
    max-width: 100%;
    width: 100%;
}
.select-wrapper select {
    padding: 0 20px 0 20px;
}
.select-wrapper::after {
    right: 35px;
}
.golf-search-bar {
    border-radius: 15px;
}
.golf-search-bar {
    padding-bottom: 10px;
}
.elementor-626 .elementor-element.elementor-element-8781165 {
    --flex-wrap-mobile: none !important;
}
.category-product {
	width: 75% !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
footer .elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: nowrap !important;
	flex-direction:column;
}
footer .form_step.elementor-widget-form {
	min-height: 0 !important;
	height: unset !important;
}
.elementor-184 .elementor-element.elementor-element-adb99ae .elementor-post__thumbnail__link {
	width: 60px !important;
}
.elementor-184 .elementor-element.elementor-element-adb99ae .elementor-posts-container .elementor-post__thumbnail {
	padding-bottom: calc( 1 * 100% ) !important;
}
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
	border-radius: 8px;
	height: 200px !important;
	background-size: cover;
	object-fit: cover;
}
#form-field-message {
	height: 75px;
}
}















