/*
CTC Separate Stylesheet
Updated: 2025-06-18 06:48:01
*/

/*------------Header Cstm Search Css Start-------------*/
@import url('https://fonts.googleapis.com/css2?family=Russo+One&display=swap');
h1 {font-family: "Russo One", sans-serif; } 
.custom_search_wrappers {
  position: relative;
  display: inline-block;
}
body.cstm_search_open {
    overflow: hidden;
}
.custm_search_forms {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    position: fixed;
    top: 70px;
    right: 0;
    transition: all 0.3s ease;
    left: 0;
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
    z-index: 11;
}
.cstmClose_box {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    padding: 0 10px;
    line-height: normal;
}
.cstmSearchOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(30, 76, 158, 0.7);
    bottom: 0;
    z-index: 1;
	display: none;
	transition: 0.4s;
} 
.cstm_search_open .cstmSearchOverlay {
	display: block;
}
.custm_search_forms input {
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #1e4c9e;
    min-width: 220px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.95);
    color: #000;
    min-height: 50px;
}
.custm_search_forms input::placeholder {
    color: #000 !Important;
}
.custm_search_forms input:focus, .custm_search_forms input:focus-visible {
   outline: none;
	box-shadow: none;	
}
.custom_search_wrappers.active .custm_search_forms {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
button.cstm_search_toggle {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 1px;
}
button.cstm_search_toggle:hover {
    background: transparent !important;
}
button.cstm_search_toggle:focus, button.cstm_search_toggle:focus-visible {
    background: transparent !important;
	outline: none;
	box-shadow: none;
}
button.cstm_search_toggle {
    padding-left: 10px;
    padding-right: 10px;
}
.single-product div#elementor-lightbox-slideshow-single-img {
    display: none !important;
}
.single-product .fancybox__slide.has-image>.fancybox__content {
    width: 95vw !important;
    height: 100% !important;
}
.single-product .fancybox__slide.has-image>.fancybox__content img.fancybox-image {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
/*------------Header Cstm Search Css End-------------*/
.CstmcategoryMenu  h3.elementor-image-box-title {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.CstmcategoryMenu  figure.elementor-image-box-img a {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    transition: 0.5s;
}
.CstmcategoryMenu  figure.elementor-image-box-img img {
    height: 85px;
    object-fit: contain;
    transition: 0.5s;
    position: relative;
}
.elementor-element.homeCstmSlider .swiper-pagination.swiper-pagination-bullets {
    flex-direction: column;
    right: 50px;
    left: auto;
    transform: none;
    bottom: 0;
    top: 0;
    max-width: 20px;
    margin: auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.elementor-element.homeCstmSlider .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
    width: 7px;
    height: 20px;
    border-radius: 10px;
    transition: height 0.5s ease;
    background: rgba(255, 255, 255, 0.5);
}
.elementor-element.homeCstmSlider .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet-active {
    height: 58px;
    background: rgba(255, 255, 255, 1);
}
.TruckIconServices .elementor-icon-box-content {
    display: flex;
    flex-direction: column-reverse;
}
.TruckIconServices .elementor-icon-box-icon {
    position: relative;
    top: 9px;
}
/*-----------Home Product Category Slider-------------*/
.exclusiveSliderCstm .e-n-carousel.swiper.swiper-initialized {
    padding-bottom: 40px;
}
.CstmCatgrySlideImg .elementor-widget-container {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    width: 100%;
    height: 100%;
}
.CstmCatgrySlideImg .elementor-widget-container:after, 
.CstmCatgrySlideImg .elementor-widget-container a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
}
.CstmCatgrySlideImg .elementor-widget-container a {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    width: 100%;
    height: 100%;
	display: flex;
	flex-direction: column;
	z-index: 1;
}
.CstmCatgrySlideImg .elementor-widget-container img {
    transition: 0.5s;
}
.exclusiveSliderCstm .swiper-slide:hover .CstmCatgrySlideImg img {
	transform: scale(1.2);
}
.exclusiveSliderCstm .swiper-pagination.swiper-pagination-bullets {
    position: relative;
    transform: none;
    transition: 0.5s;
    display: flex;
    align-items: center;
    width: calc(100% - 100px);
    justify-content: center;
    left: 0;
}
.exclusiveSliderCstm .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
    margin: 0 !important;
    width: 100% !important;
    height: 5px !important;
    background: #d9d9d9;
    border-radius: 60px;
}
.exclusiveSliderCstm .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet-active {
    background: #003A70;
}

/*----------Home Around The World Popup ----------*/
.MetroTruckPopup a.dialog-close-button.dialog-lightbox-close-button {
    max-width: 40px;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.elementor-element.AheadImage {
    height: 100%;
    position: relative;
    transition: 0.5s;
}
.elementor-element.AheadImage img {
	transition: 0.5s;
}
.elementor-element.roadAheadIMage:hover .AheadImage img {
	transform: scale(1.1);
}

/*-------------Home Page Post---------------*/
.BlogHomeloopPost .swiper-slide {
    padding: 0px 3px 10px;
}
.BlogHomeloopPost .swiper-pagination.swiper-pagination-bullets {
    position: relative;
    transform: none;
    transition: 0.5s;
    display: flex;
    align-items: center;
    width: calc(100% - 100px);
    justify-content: center;
    left: 0;
}
.BlogHomeloopPost .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
    margin: 0 !important;
    width: 100% !important;
    height: 5px !important;
    background: #d9d9d9;
    border-radius: 60px;
}
.BlogHomeloopPost .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet-active {
    background: #003A70;
}
.CstmPostContent .elementor-widget-container {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.CstmPostContent .elementor-widget-container p {
    margin: 0 auto 0px;
}
.elementor-element.mainPostBlog {
    position: relative;
    transition: 0.5s;
}
.elementor-element.mainPostBlog:hover .cstmFeaturedImage img {
    transform: scale(1.1);
}
.cstmFeaturedImage a {
    width: 100%;
    position: relative;
    transition: 0.5s;
    display: flex;
    flex-direction: column;
}
.cstmFeaturedImage .elementor-widget-container {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}
.cstmFeaturedImage .elementor-widget-container img {
    transition: 0.5s;
}



/*--------Home Testimonial---------*/
.CstmTestimonialBlock .elementor-swiper .elementor-testimonial {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
}
.CstmTestimonialBlock .elementor-testimonial .elementor-testimonial__footer {
    justify-content: start !important;
    background: url(/demo/metrotowtrucks/wp-content/uploads/2025/06/rating-star.webp)no-repeat;
    background-position: 100% 73%;
    background-size: 100px;
	margin-top: 0;
}
.CstmTestimonialBlock .swiper-slide .elementor-testimonial__text h5 {
    font-family: "Ubuntu", Sans-serif !important;
    color: #1E4C9E;
    font-size: 20px;
    font-weight: 700;
	text-transform: capitalize;
} 
.CstmTestimonialBlock .elementor-swiper .swiper-slide {
    box-shadow: 0px 0px 20px 0px #00000012;
    background: #fff;
    border-radius: 12px;
    margin: 0;
    position: relative;
    transition: 0.5s;
    transform: scale(0.8);
}   
.CstmTestimonialBlock .swiper-slide .elementor-testimonial__text  {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.CstmTestimonialBlock .swiper-slide.swiper-slide-next .elementor-testimonial__text  {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	font-size: 15px !important;
}
.CstmTestimonialBlock .swiper-slide.swiper-slide-next .elementor-testimonial__text h5 {
    font-size: 17px !important;
}
.CstmTestimonialBlock .elementor-swiper .swiper-slide.swiper-slide-next {
    transform: scale(1.1);
    margin-top: 30px;
}
.CstmTestimonialBlock .swiper-pagination.swiper-pagination-bullets {
    position: relative !important;
    margin-top: 50px;
    bottom: 0 !important;
}
.CstmTestimonialBlock .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet {
    width: 20px;
    height: 7px;
    background: rgba(217, 217, 217, 0.5);
    transition: width 0.5s ease;
    border-radius: 10px;
}
.CstmTestimonialBlock .swiper-pagination.swiper-pagination-bullets span.swiper-pagination-bullet-active {
    width: 58px;
    background: #003A70;
}
.CstmTestimonialBlock .elementor-main-swiper.swiper.swiper-initialized.swiper-horizontal {
    padding-bottom: 0;
}

/*--------Category Page-------*/
.CstmcateProductHovr form.woocommerce-ordering>select.orderby {
    min-height: 40px;
    border-radius: 0;
    border: 1px solid #1e4c9e;
    color: #1e4c9e;
    padding: 8px 12px;
    background: url(/demo/metrotowtrucks/wp-content/uploads/2025/06/blue-down-arrow.webp)no-repeat;
    background-position: 96%;
    background-size: 15px;
    appearance: none;
}
.CstmcateProductHovr form.woocommerce-ordering>select.orderby:focus-visible {
    outline: none;
	box-shadow: none;
}
.CstmcateProductHovr p.woocommerce-result-count {
    font-size: 18px;
    color: #1e4c9e;
}
.CstmcateProductHovr ul.products.elementor-grid {
    padding-top: 20px;
}

.CstmcateProductHovr ul.products.elementor-grid li.product {
    position: relative;
    transition: 0.5s;
}
.CstmcateProductHovr ul.products.elementor-grid li.product a.woocommerce-LoopProduct-link {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.5s;
}
.CstmcateProductHovr ul.products.elementor-grid li.product a.woocommerce-LoopProduct-link img {
	transition: 0.5s;
}
.CstmcateProductHovr ul.products.elementor-grid li.product:hover a.woocommerce-LoopProduct-link img {
	transform: scale(1.2);
}
.CstmcateProductHovr ul.products li.product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
    position: absolute;
    bottom: 0px;
    right: 20px;
	left: 20px;
}



.form-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.form-contact .half {
    width: 49%;
}
.form-contact .full {
    width: 100%;
}
.form-contact label {
    width: 100%;
    display: inline-block;
    margin: 0 0 10px 0;
    font-weight: 500;
}
input.wpcf7-form-control.wpcf7-submit {
    max-width: 150px;
    width: 100%;
    min-height: 50px;
}
/*-----------Single Product Page-------------*/
.cstmBreadcurm nav.woocommerce-breadcrumb {
    margin-bottom: 0;
}
.productDetalmainIMg .woocommerce-product-gallery {
    margin-bottom: 0 !important;
}
.productDetalmainIMg .woocommerce-product-gallery__image.flex-active-slide {
    aspect-ratio: 1.5;
}
.productDetalmainIMg a.wpgs-lightbox-icon img {
    aspect-ratio: 1.5;
    object-fit: cover;
}
.productDetalmainIMg .woocommerce-product-gallery__image.flex-active-slide>a {
    height: 100%;
}
.productDetalmainIMg .woocommerce-product-gallery__image.flex-active-slide>a img.wp-post-image {
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.productDetalmainIMg i.slick-arrow:before {
    color: #fff;
}
.productDetalmainIMg i.slick-arrow {
    background: #1e4c9e;
    padding: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    max-width: 50px;
    width: 100%;
}
.productDetalmainIMg .wpgs-nav.slick-slider button.slick-arrow:before {
    color: #fff;
    position: relative;
    font-family: inherit;
    line-height: 3px;
    top: -3px;
	left: 5px;
}
.productDetalmainIMg .wpgs-nav.slick-slider button.slick-arrow {
    color: transparent !important;
    background: #1e4c9e;
    border: none;
    border-radius: 0;
    min-height: 30px;
    width: 30px;
}
.productDetalmainIMg i.flaticon-right-arrow.slick-arrow:before {
    content: '→';
}
.productDetalmainIMg i.flaticon-back.slick-arrow:before {
    content: '←';
}
.elementor-kit-6 h3.cstmh2_Title {
   /* font-size: 45px;*/
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 0;
    color: #000;
}
.custom_line_Drawing {
    position: relative;
    padding: 20px 30px;
    color: #000;
	border-top: 4px solid #1e4c9e;
}
.cstmTitlesf_sction {
    position: relative;
    padding-top: 10px;
}
.cstmTitlesf_sction p {
    position: relative;
    margin-bottom: 0px;
}
.custom_specifications_section {
    position: relative;
    padding: 20px 30px;
    color: #000;
	border-top: 4px solid #1e4c9e;
}
.specDescription h4 {
    margin-bottom: 10px;
    color: #000 !important;
}
.specDescription p:last-child {
    margin-bottom: 0;
}
.custom_product_gallery_section {
    position: relative;
    padding: 20px 30px;
    color: #000;
	border-top: 4px solid #1e4c9e;
}
.gallery_slider_wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.gallery_slider_wrapper a.gallery-popup img {
    aspect-ratio: 1.4;
    object-fit: cover;
    transition: 0.5s;
	width: 100%;
}
.gallery_slider_wrapper a.gallery-popup {
    flex: 0 0 20%;
    max-width: calc(20% - 12px);
    width: 100%;
    position: relative;
    transition: 0.5s;
    border: 1px solid #1e4c9e;
    display: inline-flex;
    flex-direction: column;
    overflow: hidden;
}
.cstmProductContent h3 {
    color: #000;
}
.specDescription ul, .cstmProductContent ul, .cstmTitlesf_sction ul {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-left: 25px;
    margin-bottom: 20px;
}
.specDescription ul li, .cstmProductContent ul li, .cstmTitlesf_sction ul li {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #1e4c9e66;
} 
.specDescription ul li p, .cstmProductContent ul li p, .cstmTitlesf_sction ul li p {
    margin-bottom: 0;
} 
.cstmTableProductTab ol.elementor-toc__list-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
	gap: 30px;
}
.CstmcateProductHovr ul li.product a.woocommerce-LoopProduct-link:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
}
.CstmcateProductHovr ul li.product a.woocommerce-LoopProduct-link h2.woocommerce-loop-product__title {
    position: relative;
    z-index: 11;
}
.cstmTableProductTab .elementor-toc__header {
    display: none;
}
.cstmTableProductTab .elementor-toc__body {
    padding: 0 0 8px;
}
.cstmTableProductTab ol.elementor-toc__list-wrapper li .elementor-toc__list-item-text-wrapper:before {
	display: none;
}
.cstmTableProductTab ol.elementor-toc__list-wrapper li.elementor-toc__list-item {
    margin-bottom: 0;
}
.cstmTableProductTab ol.elementor-toc__list-wrapper li .elementor-toc__list-item-text-wrapper a.elementor-toc__list-item-text {
    padding: 14px 20px;
    background: #f2f2f2;
    position: relative;
    transition: 0.5s;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.cstmTableProductTab ol.elementor-toc__list-wrapper li a.elementor-toc__list-item-text.elementor-item-active {
    background: #1e4c9e;
    color: #fff;
}
h3.cstmh2_Title.specTitle {
    padding-bottom: 20px;
}
#elementor-toc__heading-anchor-7, #elementor-toc__heading-anchor-6, #elementor-toc__heading-anchor-5, #elementor-toc__heading-anchor-4, 
#elementor-toc__heading-anchor-3, #elementor-toc__heading-anchor-2, #elementor-toc__heading-anchor-1, #elementor-toc__heading-anchor-0 {
    scroll-margin-top: 180px;
}
/*---------- Search page -----------*/
.CstmSearchPostCateg article.elementor-post.elementor-grid-item a.elementor-post__thumbnail__link img {
    height: 100%;
}
.search-no-results .elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(1,1fr);
}
.CstmSearchPostCateg .elementor-posts-nothing-found {
    width: 100%;
    text-align: center;
}

/*-----------Category Page-----------*/

.product_inquery_form p br {
    display: none;
}
.product_inquery_form input.wpcf7-form-control {
    min-height: 45px;
    border-radius: 0;
    color: #000;
    background: #fff;
}
.product_inquery_form input.wpcf7-form-control:focus-visible, 
.product_inquery_form textarea.wpcf7-form-control:focus-visible {
    outline: none;
	box-shadow: none;
}
.product_inquery_form span.wpcf7-form-control-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.productCategoryCstm  ul.products li.product-category {
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
    padding: 8px !important;
    overflow: hidden;
    background: #fff;
}
.productCategoryCstm ul.products li.product-category a {
    position: relative;
    transition: 0.5s;
}
.product_inquery_form textarea.wpcf7-form-control {
    height: 90px;
    border-radius: 0;
    color: #000;
}
.product_inquery_form input.wpcf7-form-control.wpcf7-submit {
    background: #1E4C9E;
    color: #fff;
    border-radius: 65px;
    transition: 0.5s;
    font-size: 18px;
    font-weight: 500;
}
h3.inqueryTitles {
    color: #000;
    padding-bottom: 10px;
}
.cstmInqueryform .dialog-widget-content a.dialog-close-button {
    max-width: 40px;
    width: 100%;
    height: 40px;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.product_inquery_form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #fff;
    color: #1E4C9E;
}
.productCategoryCstm ul.products li.product-category>a img {
    position: relative;
    transition: 0.5s;
    margin-bottom: 5px;
    aspect-ratio: 1.4;
    object-fit: cover;
}
.productCategoryCstm ul.products li h2.woocommerce-loop-category__title mark.count {
    display: none;
}
.cstmFooterCTAtext  h3.elementor-icon-box-title {
    word-break: break-word;
    margin-bottom: 0;
} 

/*---------Media Query----------*/
@media only screen and (min-width: 1366px) and (max-width: 1500px) {

}
@media only screen and (min-width:1025px) {
li.cstmMenu_category_hide.menu-item {
    display: none !important;
}  
}
@media only screen and (max-width:1370px) {
.elementor-element.homeCstmSlider .swiper-pagination.swiper-pagination-bullets {
    right: 30px;
}
.gallery_slider_wrapper a.gallery-popup {
    flex: 0 0 25%;
    max-width: calc(25% - 12px);
}	
}
@media only screen and (max-width:1024px) {
.CstmTestimonialBlock .swiper-slide.swiper-slide-next .elementor-testimonial__text  {
	font-size: 16px !important;
}
.CstmTestimonialBlock .swiper-slide.swiper-slide-next .elementor-testimonial__text h5 {
    font-size: 18px !important;
}
.CstmTestimonialBlock .elementor-swiper .swiper-slide {
    transform: none;
	margin-top: 10px;
}
.CstmTestimonialBlock .elementor-swiper .swiper-slide.swiper-slide-next {
    transform: none;
    margin-top: 10px;
}
.CstmTestimonialBlock .swiper-slide .elementor-testimonial__text {
    -webkit-line-clamp: inherit;
}
.CstmcategoryMenu figure.elementor-image-box-img a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    height: 90px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    border: 2px solid transparent;
    width: 100%;
}
.CstmcategoryMenu figure.elementor-image-box-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.elementor-element.homeCstmSlider .swiper-pagination.swiper-pagination-bullets {
    right: 20px;
}
.gallery_slider_wrapper a.gallery-popup {
    flex: 0 0 33.33%;
    max-width: calc(33.33% - 10px);
}	
}
@media only screen and (max-width:767px) {
.CstmTestimonialBlock .elementor-testimonial .elementor-testimonial__footer {
    background-position: 100% 0%;
    background-size: 90px;
}
.CstmTestimonialBlock .swiper-pagination.swiper-pagination-bullets {
    margin-top: 25px;
}
.CstmcategoryMenu h3.elementor-image-box-title a {
    font-size: 13px;
    padding-top: 5px;
    display: inline-flex;
    flex-direction: column;
}
.elementor-element.homeCstmSlider .swiper-pagination.swiper-pagination-bullets {
    right: 10px;
}
.custm_search_forms input::placeholder {
    color: #7a7a7a !Important;
}
.custm_search_forms input {
    background: rgba(255, 255, 255, 0.95);
    color: #000;
	border: 1px solid #1c4895;
	min-height: 45px;
}
.custm_search_forms {
    top: 40px;
    z-index: 11;
} 
.CstmcategoryMenu figure.elementor-image-box-img a {
    height: 70px;
}
.CstmcateProductHovr p.woocommerce-result-count {
    font-size: 16px;
}
.CstmcateProductHovr form.woocommerce-ordering>select.orderby {
    font-size: 14px;
}
.elementor-kit-6 h3.cstmh2_Title {
    font-size: 28px;
}
.custom_line_Drawing {
    padding: 20px 20px;
}	
.custom_product_gallery_section, .custom_specifications_section {
    padding: 20px 20px;
}
.cstmTableProductTab .elementor-toc__header {
    display: flex;
}
.cstmTableProductTab ol.elementor-toc__list-wrapper {
    gap: 0;
    flex-direction: column;
}	
.cstmTableProductTab ol.elementor-toc__list-wrapper li.elementor-toc__list-item {
    margin-bottom: 10px;
    width: 100%;
}
.cstmTableProductTab ol.elementor-toc__list-wrapper li .elementor-toc__list-item-text-wrapper a.elementor-toc__list-item-text {
    box-shadow: none;
    width: 100%;
}
.custm_search_forms {
    max-width: 90%;
}	
} 
@media only screen and (max-width:430px) {
.CstmcategoryMenu figure.elementor-image-box-img a {
    height: 60px;
}
.CstmcateProductHovr p.woocommerce-result-count {
    text-align: center;
}
.gallery_slider_wrapper a.gallery-popup {
    flex: 0 0 50%;
    max-width: calc(50% - 8px);
}
.elementor-element.cstmColmWidthMob {
    width: 100% !important;
    padding-right: 10px;
}
.elementor-element.cstmColmWidthMob2 {
    width: 100% !important;
    padding-left: 10px;
}	
}

@media only screen and (max-width:412px) {
.CstmcateProductHovr  form.woocommerce-ordering {
    width: 100%;
}
.form-contact .half {
    width: 100%;
}	
}