/** Shopify CDN: Minification failed

Line 34:0 All "@import" rules must come first

**/
*{
box-sizing: border-box;
}
:root{
--black:#111111;
--white:#fff;
--red:#c31616;
--grey:#888888;
--jost:"Jost", sans-serif;
--dm-sans:"DM Sans", sans-serif;
}
h1, h2, h3, h4, h5, p, a, span {
font-family: "Jost", sans-serif;
}
p{
font-size: 15px;
line-height: 24px;
margin: 0;
}
h2.cst-commonhead {
text-align: center;
color:  var(--white);
font-size: 40px;
line-height: 54px;
font-weight: 700;
margin: 0;
}
/* fonts family  */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

body{
font-family: "Jost", sans-serif;
}

/* resets  */

ul{
margin: 0;
padding: 0;
list-style-type: none;
}
img{
max-width: 100%;
}
a{
text-decoration: none;
}
.cst-btn a {
background: var(--red);
opacity: 1;
border-radius: 6px;
border: 1px solid var(--red);
transition: all 0.2s ease-in-out;
cursor: pointer !important;
font-size: 14px;
line-height: 24px;
text-transform: uppercase;
letter-spacing: 1px;
opacity: 1 !important;
color: var(--white);
padding: 10px 20px;
text-align: center;
}
.cst-btn .button:after {
display: none;
}

.cst-btn .button:before {
display: none;
}

.cst-btn a:hover {
background: transparent;
border-color: var(--white);
}


.cst-btn .banner__buttons + .banner__buttons {
margin-left: 20px;
}
.cst-btn .banner__buttons + .banner__buttons a.button {
background: transparent;
border-color: var(--white);
}
.cst-btn banner__buttons .banner__buttons + .banner__buttons a.button:hover {
background: var(--red);
border-color: var(--red);
}
.cst-second-btn a {
background: transparent;
border: 1px solid var(--white);
color: var(--white);
padding: 10px 20px;
text-align: center;
}

.cst-second-btn a:hover {
background: var(--red);
border: 1px solid var(--red);
}

.cst-main-btn {
gap: 20px;
display: flex;
padding-top: 30px;
margin: 0 !important;
}

/* resets  */
/*Header-css-start*/
header.header {
padding: 0 !important;
}
.custom-header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 1155px;
padding: 12px 15px;
margin: 0 auto;
align-items: center;
}
.header-search {
margin-left: auto;
margin-right: 20px;
width: 100%;
max-width: 446px;
}
.header-search form {
display: flex;
align-items: center;
}
.header-search input[type="search"] {
width: 100%;
height: 46px;
border: 1px solid #E6E6E6;
border-radius: 5px;
padding: 15px;
}
.header-search input[type="search"]:focus-visible{
outline: none;
outline-offset: 0;
box-shadow: none;
}
.header-search button {
margin-left: -80px;
background: var(--black);
color:  var(--white);
border-radius: 5px;
width: 75px;
padding: 6px;
border: 0;
}
header.header summary.list-menu__item {
padding: 0;
}

summary.list-menu__item span.icon-cst {
background: var(--white);
width: 65px;
padding: 11px;
text-align: center;
}
nav.header__inline-menu header-menu {
margin-right: 50px;
display: inline-block;
}
header.header summary.list-menu__item span:not([class]) {
background:  var(--red);
padding: 12px 20px;
}
.header-logo img {
max-width: 85px;
}
.header .list-menu__item {
font-size: 14px;
font-family: var(--jost);
color:  var(--white);
text-transform: uppercase;
padding: 12px 20px;
}
.header-wrapper span.h2 {
display: none;
}
.header .list-menu__item span {
text-decoration: none;
}
.header .list-menu__item span.header__active-menu-item {
color: var(--red);
}
details#Details-HeaderMenu-1 a {
color: var(--red);
}
/*Header-css-end*/

/* Banner-css-start*/
body .cst-slide-show {
height: 612px;
}
.cst-slide-show .slideshow.banner {
height: 100%;
}
.cst-slide-show .slideshow__text-wrapper.banner__content {
display: flex;
flex-direction: column;
align-items: start;
justify-content: end;
padding-bottom: 130px;
}
.cst-slide-show  .slideshow__controls.slider-buttons {
position: absolute;
left: 0;
bottom: 0;
right: 0;
justify-content: start;
padding: 40px 20px;
max-width: 1140px;
margin: 0 auto;
}

.cst-slide-show  .slideshow__controls.slider-buttons button.slider-button {
display: none;
}

.cst-slide-show  .slideshow__controls.slider-buttons .slideshow__control-wrapper button.slider-counter__link span.dot {
border-color:  var(--white);
}
.cst-slide-show  .slideshow__controls.slider-buttons .slideshow__control-wrapper button.slider-counter__link.slider-counter__link--active span.dot {
background:  var(--white);
}

.cst-slide-show .slideshow__text.banner__box {
background: transparent;
color:var(--white);
max-width: 100%;
padding: 0;
display: block;
text-align: left;
}
.cst-slide-show  .banner__text p {
font-size: 24px;
font-weight: 500;
line-height: 25px;
color: var(--red);
text-transform: uppercase;
}
.cst-slide-show  .banner__box .banner__heading {
color: var(--white);
font-size: 88px;
font-weight: 600;
padding-bottom: 30px;
font-family: var(--jost);
text-align: left;
line-height: 78px;
}
.cst-common-banner h2 {
font-size: 48px;
color: var(--white);
line-height: 50px;
}
.cst-common-banner .banner__content {
align-items: center !important;
max-width: 1140px;
padding: 20px;
}
.cst-common-banner .banner__box {
width: 100%;
max-width: 100% !important;
}
.cst-common-banner .banner__text p {
font-size: 48px;
font-weight: 600;
color: var(--white);
text-transform: capitalize;
line-height: 54px;
}

/* Banner-css-end*/

.cst-main-img-icon {
display: flex;
gap: 15px;
align-items: center;
padding: 80px 20px;
border-radius: 8px;
max-width: 1140px;
margin: 0 auto;
}
.cst-left-img-icon {
height: 193px;
}
.cst-left-img-icon img {
width: 100%;
max-width: 300px;
height: 100%;
border-radius: 8px;
object-fit: cover;
}

.cst-right-img-icon {
display: flex;
flex: 1;
justify-content: space-around;
align-items: center;
background: var(--white);
border-radius: 8px;
border: 1px solid #E7E7E7;
padding:46px 0;
}

.cst-inner-text {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}

.cst-inner-text img {
width: 100%;
max-width: 100px;
height: 70px;
object-fit: contain;
margin-bottom: 8px;
}
.cst-inner-text p {
font-size: 20px;
font-weight: 500;
color: #000;
margin: 0;
line-height: 24px;
}

.cst-right-img-icon > .cst-inner-text:not(:last-child) {
border-right: 1px solid #ddd;
padding-right: 20px;
}


.cst-workshop-section {
background: var(--red);
padding: 80px 0;
}
.cst-workshop-section .workshop-block {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
max-width: 1140px;
margin: 0 auto;
padding: 0 20px;
}
.cst-workshop-section h2 {
padding-bottom: 48px;
}
.cst-workshop-section .workshop-block-area {
background:  var(--white);
padding: 30px;
border-radius: 10px;
}
.cst-workshop-section .workshop-block-area h3 {
font-size: 22px;
line-height: 32px;
margin: 20px 0;
text-align: center;
}
.cst-workshop-section .workshop-block-area p {
text-align: center;
color: var(--grey);
}
.cst-workshop-section .workshop-block-area img {
margin-bottom: 0 !important;
}
.cst-workshop-section .workshop-btn a:hover {
background: var(--black);
border: 1px solid var(--black);
}
.cst-workshop-section .workshop-btn a{
display: inline-block;
}
.cst-btn.cst-second-btn.workshop-btn {
text-align: center;
padding-top: 30px;
}

.cst-main-section {
display: flex;
justify-content: space-between;
max-width: 1140px;
margin: 0 auto;
align-items: center;
gap: 64px;
padding: 0 20px;
}
.cst-section-img {
max-width: 100%;
width: 100%;
}
.cst-section-img img {
width: 100%;
}
.cst-main-section ul {
border-bottom: 1px solid #e6d9d9;
margin-bottom: 15px;
}

.cst-text-section h2.cst-commonhead {
color: var(--black);
text-align: left;
width: 100%;
}
.cst-text-section p {
color: var(--grey);
padding: 20px 0 10px;
}
.cst-list-area li {
font-size: 18px;
color: var(--black);
margin: 20px 0;
display: flex;
gap: 18px;
}
.cst-list-area li span {
background: var(--red);
border-radius: 50%;
padding: 10px;
color: var(--white);
width: 30px;
display: inline-block;
height: 30px;
line-height: 11px;
}
.cst-main-section {
display: flex;
justify-content: space-between;
max-width: 1140px;
margin: 0 auto;
align-items: center;
padding: 100px 20px;
gap: 64px;
}
.cst-main-section p.cst-contact-number {
margin: 0;
font-size: 22px;
line-height: 6px;
color: var(--black);
margin-left: 60px;
padding: 0;
}
.cst-main-section p.contact-img {
display: flex;
align-items: center;
gap: 20px;
margin: 0;
padding: 0;
font-size: 18px;
}


.promo-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-areas: 
"left-top right"
"left-bottom right";
gap: 20px;
max-width: 1140px;
margin: 0 auto; 
padding: 20px;
}

.promo-grid .promo-block {
position: relative;
overflow: hidden;
border-radius: 8px;
height: 233px;
}

.promo-grid .promo-block img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.promo-grid .promo-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
width: 100%;
text-align: left;
}

.promo-grid .promo-content h3 {
font-size: 32px;
text-transform: uppercase;
line-height: 38px;
font-weight: 700;
color: var(--white);
max-width: 279px;
margin: 0;
}
.promo-grid .promo-content p {
margin: 10px 0 20px;
color: var(--red);
font-weight: 500;
font-size: 16px;
}
.promo-grid .promo-btn {
display: inline-block;
background: red;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 4px;
font-size: 14px;
font-weight: bold;
text-align: center;
}

.promo-grid .promo-block:nth-child(1) {
grid-area: left-top;
grid-row: unset !important;
}

.promo-grid .promo-block:nth-child(2) {
grid-area: left-bottom;
}

.promo-grid .promo-block:nth-child(3) {
grid-area:right;
height: calc(233px * 2 + 20px);
}
.promo-grid .promo-content h4 {
font-size: 24px;
line-height: 34px;
color: var(--white);
max-width: 375px;
text-align: end;
margin: 0 0 auto auto;
padding-bottom: 20px;
}
.promo-grid .promo-block.promo-block-3 .promo-content.cst-btn {
display: flex
;
justify-content: center;
align-items: end;
height: 100%;
padding-bottom: 45px;
}
.promo-grid .promo-block.promo-block-2 .cst-btn {
display: flex
;
justify-content: end;
height: 100%;
}
.promo-grid .promo-block-1 .promo-content {
padding-left: 30px;
}
.promo-grid .promo-block-2 .promo-content {
padding-right: 30px;
}
.cst-tab-area h2 {
color: var(--black);
text-align: left;
margin: 0;
}

.cst-tab-area {
max-width: 1140px;
margin: auto;
padding: 67px 20px;
}

.cst-tab-area .cst-commonhead {
font-size: 30px;
font-weight: 700;
margin-bottom: 0;
position: relative;
}

.cst-tab-area .cst-commonhead::after {
display: block;
max-width:60px;
background: var(--red);
margin-top: 0;
content: "";
position: absolute;
left: 0;
right: 0;
bottom: 0;
height: 2px;
}
.cst-tab-area .tabs {
margin-bottom: 30px;
border-bottom: 2px solid #eee;
align-items: end;
}
.cst-tabflex {
display: flex;
gap: 30px;
justify-content: end;
align-items: center;
width: 100%;
}
.cst-tab-area .cst-commonhead {
font-size: 30px;
font-weight: 700;
margin-bottom: 0;
position: relative;
width: 100%;
}
.cst-tab-area .tab {
padding: 10px 0;
font-size: 14px;
cursor: pointer;
font-weight: 500;
color: var(--grey);
position: relative;
line-height: 24px;
text-transform: uppercase;
}


.cst-tab-area .tab.active {
color: var(--black);
}


.cst-tab-area .tab.active::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -1px;
height: 2px;
background:#FF4545;
}

.cst-tab-area .cst-tab-content {
/* display: flex;
gap: 20px;
flex-wrap: wrap;
margin-bottom: 35px;  */
}


.cst-tab-area .product-card {
background: var(--white);
border: 1px solid #eee;
padding: 20px;
width:100%;
box-sizing: border-box;
text-align: center;
border-radius: 8px;
}

.cst-tab-area .product-card img {
width: 100%;
height: auto;
margin-bottom: 15px;
height: 153px;
object-fit: cover;
}
.cst-tab-area .product-title {
font-size: 15px;
margin-bottom: 10px;
line-height: 24px;
font-weight: 600;
color:var(--black);
}

.cst-tab-area .product-price {
color: #FF4545;
font-weight: 600;
margin-bottom: 15px;
}

.cst-tab-area .product-buttons {
display: flex;
justify-content: space-around;
align-items: center;
}


.cst-tab-area .product-buttons button {
border: 1px solid #E0E0E0;
background: transparent;
padding: 8px 12px;
font-size: 13px;
border-radius: 5px;
cursor: pointer;
margin: 0 5px;
font-family: "Jost", sans-serif;
text-transform: uppercase;
font-weight: 500;
}


.cst-tab-area .product-buttons a.quickview-button {
color: var(--black);
border: 1px solid #E0E0E0;
background: transparent;
padding: 5px 12px;
font-size: 13px;
border-radius: 5px;
cursor: pointer;
margin: 0 5px;
font-family: "Jost", sans-serif;
text-transform: uppercase;
font-weight: 500;
}

/* Footer-css-start*/
.footer-logo.footer-column img {
max-width: 85px;
}
.custom-footer p {
color: var(--grey);
font-size: 15px;
line-height: 26px;
}
.custom-footer p.cst-phone {
font-size: 22px;
line-height: 26px;
color:  var(--white);
margin: 10px 0;
}
.footer-bottom p {
color: var(--grey);
text-align: center;
}
footer {
background: var(--black);
padding: 40px 0 0;
}
.footer-bottom {
padding: 80px 0 40px;
}
.custom-footer {
display: grid;
grid-template-columns: repeat(4, 1fr);
grid-gap: 60px;

}

.footer-column h4 {
color: var(--white);
font-family: var(--jost);
font-size: 20px;
}

.footer-column li a {
color:  var(--grey);
font-size: 15px;
}
.footer-column li a:hover {
color: var(--white);
}
.social-icons a {
display: inline-flex;
justify-content: center;
align-items: center;
background: #171717;
color: var(--white);
border-radius: 5px;
width: 36px;
height: 36px;
}
/* Footer-css-end*/

/*Newsletter-css-start*/
.newsletter {
padding: 0 20px;
}
.newsletter__wrapper {
background: var(--red);
max-width: 1140px;
margin: 0 auto 67px;
padding: 50px 33px !IMPORTANT;
display: grid
;
grid-template-columns: 1fr 1fr;
align-items: center;
border-radius: 5px;
}
.newsletter-form {
max-width: none;
}

.cst-newsletter p {
font-size: 13px;
text-transform: uppercase;
color: var(--white);
padding: 0;
text-align: left;
}
.newsletter h2 {
color:  var(--white);
margin-top: 0;
margin-bottom: 23px;
text-align: left;
}
.cst-newsletter {
display: flex;
flex-direction: column;
align-items:left;
justify-content: left;
}
.newsletter-form__field-wrapper .field::before {
display: none;
}

.newsletter-form__field-wrapper .field::after {
display: none;
}

.newsletter-form__field-wrapper .field__input {
background: transparent;
border: 1px solid var(--white);
text-align: left;
left: 0;
max-width: 249px;
width: 100%;
padding: 11px 14px;
border-radius: 5px;
box-shadow: none;
color: var(--white);
}

.newsletter-form__field-wrapper label.field__label {
color:var(--white);
text-transform: uppercase;
}

.newsletter-form button#Subscribe {
background:var(--white);
font-size: 12px;
text-transform: uppercase;
color:var(--black);
font-weight: 600;
width: 100%;
max-width: 135px;
top: 0;
left: auto;
right: -35px;
border-radius: 5px;
}
.newsletter-form button#Subscribe:hover {
background: transparent;
border: 1px solid var(--white);
}
.newsletter-form__field-wrapper .field {
align-items: center;
display: flex;
justify-content: left;
}

/*Newsletter-css-end*/

/*About-css-start*/
.cst-img-section .page-width {
max-width: 1240px;
padding: 40px 20px;
}
.cst-img-section  .image-with-text__content {
padding-left: 0;
padding-top: 20px;
padding-bottom: 0;
}

.cst-img-section  p.image-with-text__text {
color: var(--black);
}

.cst-img-section h2.cst-text-section {
color: var(--black);
text-align: left;
font-size: 28px;
line-height: normal;
}
.cst-testimonial .rich-text__blocks {
max-width: 100%;
}
.cst-testimonial .rich-text__wrapper {
width: 100%;
}
.cst-img-section p.cst-contact-number {
font-size: 22px;
color: var(--black);
margin-left: 60px;
}
.cst-img-section p.contact-img {
display: flex
;
align-items: anchor-center;
gap: 21px;
}
.cst-img-section .image-with-text__text p {
font-size: 16px;
color: var(--grey);
border-bottom: 1px solid #e6d9d9;
margin-bottom: 0;
}
.cst-testimonial h2 {
font-size: 50px;
font-weight: 600;
}
.cst-testimonial p {
font-size: 18px;
line-height: 30px;
color:#63688E;

}
.cst-testimonial .rich-text__blocks>*+* {
margin-top: 0;
}
.team-slider {
max-width: 1140px;
margin: 0 auto;
padding: 0 20px;
}
.team-slider .team-card {
padding: 20px;
max-width: 100%;
margin: 0  10px auto;
text-align: center;
border: 1px solid #ff3b3340;
}

.team-slider .team-card img {
max-width: 100%;
width: 100%;
}

.team-slider .team-card h2 {
font-size: 24px;
color: var(--black);
font-weight: bold;
}

.team-slider .team-card p {
font-size: 16px;
color: #63688E;
line-height: 28px;
}
.team-slider ul.slick-dots {
display: flex;
justify-content: center;
gap: 20px;
padding-top: 50px;
cursor: pointer;
}

.team-slider .slick-dots button {
background: #FFCAC8;
border: 0;
border-radius: 50%;
height: 25px;
width: 25px;
font-size: 0;
}

.team-slider .slick-dots button#slick-slide-control00 {
background: #FF3B33;
}

.team-slider {
padding-bottom: 100px;
}
/*About-css-end*/

/*Contact-css-start*/
.get-in-touch-section .contact-block .title {
font-weight: 500;
font-size: 20px;
line-height: 24px;
margin-bottom: 10px;
letter-spacing: 0.8px;
font-family: "Poppins", sans-serif;
}
.get-in-touch-section .subtitle{
font-family: "Poppins", sans-serif;
color:#333333;
}
.get-in-touch-section .contact-block .description {
color: #999;
font-size: 13px;
font-family: "Poppins", sans-serif;
}
.get-in-touch-section .contact-block {
padding: 30px;
border-top-right-radius: 36px;
border-bottom-left-radius: 36px;
border-top-left-radius: 0;
max-width: 370px;
}
.get-in-touch-section .contact-blocks {
max-width: 1140px;
margin: 0 auto;
width: 100%;
flex-wrap: unset;
}
.cst-contactform-bg .page-width {
max-width: 100%;
background: var(--red);
padding: 0;
}
.cst-contact-flex {
display: flex;
flex-direction: row;
justify-content: space-between;
}

.cst-contact-flex form#ContactForm {
width: 100%;
padding: 80px;
display: flex;
flex-direction: column;
justify-content: center;
}

.cst-contact-flex .contact-image-section {
width: 100%;
line-height: 1px;
}
.cst-contactform-bg .contact img {
width: 100%;
height: 570px;
object-fit: cover;
max-width: 100%;
object-position: 50% 15%;
}
.cst-contactform-bg .contact .field:before {
box-shadow: none;
background: none;
}

.cst-contactform-bg .contact .field__input {
background: transparent;
border: 1px solid  var(--white);
border-radius: 5px;
}

.cst-contactform-bg .contact .field::before {
display: none;
}

.cst-contactform-bg .contact .field::after {
display: none;
}

.cst-contactform-bg .contact .field__label {
color: var(--white);
text-transform: capitalize;
}
.cst-contactform-bg .contact .field__input:focus-visible{
box-shadow:none;
outline:none;
}
.cst-contactform-bg .contact__button .button:before {
display: none;
}
.cst-contactform-bg .contact__button .button:after {
display: none;
}
.cst-contactform-bg .contact__button .button {
background:var(--white);
color: var(--black);
font-size: 16px;
line-height: 28px;
font-weight: 500;
border-radius: 30px;
}
.cst-contactform-bg .contact__button .button:hover{
background: var(--black);
color:var(--white);

}
/*Contact-css-end*/

/*Workshop-css-start*/

.cst-workshop-richText .rich-text {
padding: 60px 0;
}
body .cst-workshop-richText h2 {
font-size: 28px;
line-height: 54px;
font-weight: 700;
padding-bottom: 20px;
}
body .cst-workshop-richText p {
font-size: 16px;
line-height: 26px;
font-weight: 400;
color:var(--grey);
}
body .cst-workshop-multirow {
padding: 30px 0 80px;
}
.cst-workshop-multirow .multirow__inner.page-width {
max-width: 1240px;
margin: 0 auto;
padding: 0 20px;
gap: 50px;
}
.cst-workshop-multirow .image-with-text__content h2 {
font-size: 28px;
line-height: 54px;
font-weight: 700;
}
.cst-workshop-multirow .image-with-text__content p {
font-size: 16px;
line-height: 26px;
font-weight: 400;
margin-bottom: 30px;
color:var(--grey);
}
.cst-workshop-multirow .image-with-text__content p:last-child {
margin-bottom: 0;
}
.cst-workshop-multirow .image-with-text__grid .image-with-text__content {
padding: 0 50px 0;
}
.cst-workshopDetail-banner {
max-width: 1350px;
margin: 40px auto;
}
.cst-worshopDetail-richText .rich-text {
padding: 0;
}
.cst-worshopDetail-richText h2.rich-text__heading {
font-size: 28px;
line-height: 35px;
font-weight: 700;
max-width: 561px;
margin: 0 auto;
padding-bottom: 30px;
}
.cst-worshopDetail-richText .rich-text__blocks p {
font-size: 16px;
line-height: 26px;
color: var(--grey);
}

.cst-workshopDetail-multicol .page-width {
max-width: 1350px;
margin: 0 auto;
padding: 50px 20px 80px;
}
.cst-workshopDetail-multicol .multicolumn-card  {
padding: 20px;
max-width: 100%;
margin: 0  10px auto;
text-align: center;
border: 1px solid #ff3b3340;
background: transparent !important;
}

.cst-workshopDetail-multicol .multicolumn-card img {
max-width: 100% !important;
width: 100% !important;
}
.cst-workshopDetail-multicol .multicolumn-card-spacing{
margin:0;
padding: 0;
}
.cst-workshopDetail-multicol .multicolumn-card__info>:nth-child(2) {
margin-top: 0;
}
.cst-workshopDetail-multicol .multicolumn-card h3 {
font-size: 24px;
color: var(--black);
font-weight: bold;
margin: 20px 0;
}
.cst-workshopDetail-multicol h2 {
font-size: 50px;
font-weight: 600;
}
.cst-workshopDetail-multicol .title-wrapper-with-link{
justify-content: center;
}
.cst-workshopDetail-multicol  .multicolumn-card p {
font-size: 16px;
color: #63688E;
line-height: 28px;
}

.cst-workshopDetail-multicol .multicolumn-card__info{
padding: 0;
}
.cst-worshopDetail-richText .page-width {
max-width: 1350px;
margin: 0 auto;
padding: 0 20px;
width: 100%;
}
/*Workshop-css-end*/

/*Singleproduct-css-start*/
.cst-collection-products .page-width {
max-width: 1140px;
padding: 0 20px;
}
.cst-collection-products .header-search input[type="search"] {
width: 100%;
height: 56px;
border: 1px solid #D9d9d9;
border-radius: 42px;
padding: 15px;
font-size: 16px;
font-family: 'jost';
}
.cst-collection-products .header-search {
width: 100%;
max-width: 100%;
margin-bottom: 32px;
}
.cst-collection-products .header-search button {
margin-left: -50px;
background: var(--black);
color: red;
width: 40px;
height:40px;
padding: 6px;
border-radius: 50px;
}
.cst-collection-products .header-search input::placeholder {
color: var(--black);
}
.cst-collection-products .product-count__text span {
font-size: 17px;
color: #414141;
font-weight: 700;
font-family: "Oxygen", sans-serif;
}
.cst-collection-products .facets {
padding: 0 !important;
}
.cst-collection-products .product-count-vertical {
margin-left: 0;
opacity: 1;
}
.cst-collection-products .productCount-cstText {
font-size: 16px;
color: #949494;
font-weight: 400;
font-family: "Oxygen", sans-serif;
padding-bottom: 20px;
}

.cst-collection-products .facets__display-vertical h3 {
font-size: 16px;
color: var(--black);
font-weight: 700;
margin-top: 0 ;
margin-bottom: 0;
position: relative;
}
.cst-collection-products .facets__display-vertical h3::before {
position: absolute;
right: auto;
left: -12px;
height: 30px;
background: #000;
content: '';
width: 3px;
top: -5px;
}
.cst-collection-products .facets-wrap-vertical span.facet-checkbox__text {
color: var(--grey);
}
.cst-collection-products .facets__display-vertical {
border: 1px solid #E2E2E2;
padding:30px;
margin-bottom: 20px;
}
.collection  .card__heading a:after {
display: none;
}

.collection  .card__inner .card__media img {
width: 100%;
/* height: 350px; */
}
.collection  .card__information a {
font-size: 22px;
font-weight: 400;
text-align: center;
}
.collection .card-information {
width: 100%;
text-align: center;
}
.collection .card-information>.price {
font-size: 15px;
}
.collection .badge {
top: 0;
height: auto;
position: absolute;
}
.collection .product-card-wrapper .card__inner {
width: 100%;
/* height: 350px; */
}
.cst-custom-product.page-width {
max-width: 1320px;
margin: 0 auto;
align-items: center;
padding: 0 20px;
}

.cst-custom-product .product{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px !important;
}

.cst-custom-product .product--large:not(.product--no-media) .product__media-wrapper {
width: 100%;
max-width: 100%;
}

.cst-custom-product .product--large:not(.product--no-media) .product__info-wrapper {
width: 100%;
max-width: 100%;
padding-left: 0;
}
.cst-custom-product .product__title h1 {
font-size: 40px;
line-height: 54px;
font-weight: 700;
margin: 0;
}
 .related-products.page-width {
    max-width: 1330px;
    margin: 0 auto;
    align-items: center;
    padding: 50px 20px;
}
.related-products h2.related-products__heading {
font-size: 40px;
line-height: 54px;
font-weight: 700;
margin: 10px 0;
}
.cst-custom-product .product-media-container.media-type-image.media-fit-contain {
width: 100%;
  object-fit: cover;
}
/*Singleproduct-css-end*/

/*Responsive-css-start*/
@media screen and (max-width:1100px){
.cst-slide-show .banner__box .banner__heading{
font-size: 50px;
padding-bottom: 20px;
}
.cst-tab-area  .tab-content.active {
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}
.cst-tab-area .product-card img{
height: 250px;
object-fit: contain;
}
.cst-tab-area .product-buttons {
justify-content: center;
}
.cst-main-section{
gap: 40px;
}
.custom-footer{
gap: 20px;
}
}
@media screen and (max-width:991px){
.cst-contact-flex form#ContactForm {
padding: 40px 20px;
}
.cst-main-section {
flex-direction: column;
}
.cst-section-img img {
max-width: 600px;
margin: 0 auto;
display: block;
}
.cst-tabflex {
gap: 14px;
}
.custom-footer{
grid-template-columns: repeat(2, 1fr);
}
.footer-bottom {
padding: 40px 0;
}
}
@media screen and (max-width:890px){
.header__search {
display: none;
}
.header__icons.header__icons--localization.header-localization {
display: flex !Important;
}
.cst-tabflex {
gap: 6px;
flex-wrap: wrap;
}
.newsletter__wrapper {
grid-template-columns: 1fr;
}
.cst-newsletter p{
text-align: center;
}
.newsletter h2 {
text-align: center;
}

.cst-main-img-icon {
flex-direction: column;
}
.cst-left-img-icon img{
max-width: 100%;
}
.cst-left-img-icon {
height: auto;
max-width: 550px;
width: 100%;
margin: 0 auto;
}
.cst-right-img-icon {
width: 100%;
justify-content: space-around;
}
.cst-workshop-section .workshop-block{
gap: 15px;
}
.cst-workshop-section .workshop-block-area h3 {
line-height: 27px;
margin: 14px 0;
}
.cst-tab-area .tab {
padding: 10px 0;
line-height: 10px;
}
.cst-workshop-section .workshop-block-area{
padding: 15px;
}
}
@media screen and (max-width:989px){
.cst-workshopDetail-banner {
margin: 0 auto 40px;
}
header.header{
padding: 0 15px !important;
}
.cst-workshop-multirow .image-with-text__content h2{
line-height: 40px;
}
body .cst-drawer-menu summary.list-menu__item {
padding-bottom: 20px;
padding-left: 20px;
}
.cst-drawer-menu .list-menu__item {
color: var(--black);
}
.menu-drawer__menu-item>.svg-wrapper{
top:27%;
}
.cst-workshop-multirow .image-with-text__grid .image-with-text__content {
padding: 0 35px 0;
}

}
@media screen and (max-width:767px){
.cst-custom-product .product {
grid-template-columns: 1fr;
  gap: 0 !important;
}

.cst-custom-product .product__title h1{
font-size: 30px;
}
.workshop-bay-half-day-hire .related-products.page-width{
padding: 0 20px;
}
.workshop-bay-half-day-hire h2.related-products__heading{
    font-size: 30px;
}
.cst-shopPage-search.header-search form {
justify-content: center;
padding: 20px 0;
}
.cst-shopPage-search.header-search input[type="search"] {
max-width: 100%;
}

.cst-workshop-richText .rich-text {
padding: 40px 0;
}
.get-in-touch-section .contact-blocks {
flex-direction: column;
justify-content: center;
align-items: center;

}
.cst-contact-flex {
flex-direction: column-reverse;
}
.cst-contactform-bg .contact img{
height:auto;
}
.cst-slide-show .slideshow__text-wrapper.banner__content {
justify-content: center;
padding: 0 30px;
}
.cst-workshop-section .workshop-block {
grid-template-columns: 1fr;
}
.cst-workshop-section .workshop-block-area img {
height: 350px;
object-fit: cover;
}
.promo-grid {
display: flex;
flex-direction: column;
}
.promo-grid .promo-block:nth-child(3) {
height: 233px;
}
.cst-tab-area .tabs {
flex-direction: column;
}
.cst-tabflex {
gap: 20px;
justify-content: space-between;
}
.cst-tab-area .cst-commonhead{
text-align: center;
}
.cst-tab-area .cst-commonhead::after {
margin: 0 auto -10px;
}
.header-search form {
justify-content: end;
}
.header-icons {
display: none;
}

}
@media screen and (max-width:595px){
.cst-testimonial h2 {
font-size: 40px;
}
.cst-img-section p.cst-contact-number{
font-size: 18px;
}
.collection .card__information a {
font-size: 15px;
}
.cst-common-banner h2{
font-size: 38px;
}
.cst-common-banner .banner__text p{
font-size: 35px;
line-height: 44px;
}
.header-search input[type="search"] {
max-width: 350px;
}
.custom-header {
flex-wrap: unset;
}
.header-search{
margin-right: 0;
}
.custom-header {
flex-wrap: unset;
gap: 20px;
}
h2.cst-commonhead {
font-size: 30px;
line-height: 35px;
}
.cst-drawer-menu .list-menu__item {
color: #000;
}
.cst-workshop-section h2 {
padding-bottom: 35px;
}
.cst-workshop-section{
padding: 40px 0;
}
.cst-inner-text p {
font-size: 16px;
}
 .cst-slide-show .banner__box .banner__heading {
font-size: 40px;
line-height: 50px;
}
.cst-slide-show .banner__text p{
font-size: 18px;
line-height: 28px;
}
.cst-right-img-icon {
flex-wrap: wrap;
padding: 30px 0;
}
.cst-tab-area .tab-content.active{
  grid-template-columns: 1fr;
}

.newsletter-form__field-wrapper .field__input {
max-width: 100%;
}

.newsletter-form button#Subscribe {
max-width: 100%;
position: unset;
height: 45px;
}
.cst-main-section p.contact-img{
font-size: 15px;
}
.cst-main-btn {
flex-direction: column;
}
.custom-footer {
grid-template-columns: 1fr;
}
.cst-list-area li {
line-height: normal;
}
.cst-main-section p.cst-contact-number{
line-height: 20px;
}
.cst-tabflex {
gap: 0;
justify-content: space-evenly;
}
}
@media screen and (max-width:460px){
body .cst-workshop-richText h2 {
line-height: 30px;
}
.cst-right-img-icon > .cst-inner-text:not(:last-child) {
border: 0;
padding-right: 0;
}
}
@media screen and (max-width:749px){
  .custom-header{
    margin-top: 20px;
    padding: 12px 0;
  }
  #MainContent{
    padding-top: 45px;    
  }
  .collection #MainContent{
    background: #f3f3f3;
  }
  .header-search button{
    width: 35px;
    margin-left: -40px;
  }
  .cst-collection-products .header-search button{
    margin-left: -45px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
  }
  .cst-collection-products .header-search{
    margin-right: 20px;
  }
  .cst-collection-products .header-search{
    margin-bottom: 10px;
  }
  .cst-collection-products .header-search input[type="search"]{
    height: 48px;
    border-radius: 5px;
  }
  .card__information{
    padding: 0px 0px 12px 0px !important;
  }
  .card--card .quick-add{
    margin: 0px 0px !important;
  }
  .quick-add__submit{
    font-size: 16px;
    letter-spacing: 0;
  }
  .page-width{
    max-width: 100% !important;
  }
  .product-grid{
    column-gap: 10px;
    row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
  .product-grid .grid__item{
    width: 100%;
    max-width: 100%;
  }
  .index .card .card__inner .card__media{
    margin: 0;
    width: 100%;
  }
  .index .card--card.card--media>.card__content{
    padding: 10px 0;
  }
  .index h3.card__heading{
    padding: 10px 0;
  }
}

/* Styles for the Product Inquiry Form */
.product-inquiry-form {
  margin-top: 30px;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}

.product-inquiry-form h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

/* Accordion button styles */
.accordion {
  background-color: #000000;
  color: white;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  font-size: 20px;
  border-radius: 5px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
}

.accordion:hover {
  background-color: #000000;
}

/* Accordion icon (right side) */
.accordion .accordion-icon {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
}

/* Accordion content (hidden by default) */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  margin-top: 20px;
  transition: max-height 0.3s ease-out;
}

.accordion-section {
  padding: 15px 0;
}

/* Styles for form input fields */
.product-inquiry-form .form-group {
  margin-bottom: 15px;
}

.product-inquiry-form .input-group {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.product-inquiry-form .input-group:focus {
  border-color: #000000;
  outline: none;
}

.product-inquiry-form .btn {
  background-color: #000000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
}

.product-inquiry-form .btn:hover {
  background-color: #000000;
}

/* Accordion content transition */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}
.collection-hero__image-container{
  border: none !important;
}
.collection-hero__image-container img{
  height: auto !important;
}
.accordion-content #ContactForm{
  background: transparent;
}
.accordion-content .field__input, .accordion-content .select__select, .accordion-content input, .accordion-content select{
  background: #ffffff;
}
.accordion-content .contact__button{
  margin-top: 20px;
}
.accordion-content .field__input:placeholder{
  font-size: 16px !important;
}
.accordion-content .field:after{
  box-shadow: none !important;
  border: 1px solid #cbcbcb !important;
  top: 3px;
  border-radius: 5px;
}
.product__description ul{
  list-style-type: disc;
}
.product-form__submit{
  background: #000000;
  color: #ffffff;
}