/*
Theme Name: iTul - TwentyTwenty Four - ChildTheme
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Template: twentytwentyfour
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.3.1739147384
Updated: 2025-02-10 00:29:44

*/

@font-face {
    font-family: 'Kallisko';
    src: url('/wp-content/themes/twentytwentyfour-child/Kallisto/kallisto-4.woff2') format('woff2'),
    url('/wp-content/themes/twentytwentyfour-child/Kallisto/kallisto-4.woff') format('woff');
 }

 @font-face {
    font-family: 'Futura PT Light';
    src: url('/wp-content/themes/twentytwentyfour-child/futura-pt-webfont/FuturaCyrillicLight.woff') format('woff2'),
    url('/wp-content/themes/twentytwentyfour-child/futura-pt-webfont/FuturaCyrillicLight.woff') format('woff');
 }


@font-face {
    font-family: 'Futura PT Medium';
    src: url('/wp-content/themes/twentytwentyfour-child/futura-pt-webfont/FuturaCyrillicMedium.woff') format('woff2'),
    url('/wp-content/themes/twentytwentyfour-child/futura-pt-webfont/FuturaCyrillicMedium.woff') format('woff');
 }

 @font-face {
    font-family: 'Futura PT Book';
    src: url('/wp-content/themes/twentytwentyfour-child/futura-pt-webfont/FuturaCyrillicBook.woff') format('woff2'),
    url('/wp-content/themes/twentytwentyfour-child/futura-pt-webfont/FuturaCyrillicBook.woff') format('woff');
 }



* {
	outline: none;
}
body { background-color:#fff;}
.has-base-background-color {
    background-color:#fff !important;
}

.max-width-500 { max-width:500px !important; }



/*--------------------------------------------------------------
 ## Sidebars/ Mobile Menu
--------------------------------------------------------------*/
.wp-site-blocks, #sb-site {
    left: 0;
	overflow:hidden;
}
.sb-slidebar {
    background-color: #232323  !important;
    border-top: 3px solid #F6BC15;
    -webkit-box-shadow: inset 5px 0px 8px 0px rgb(0 0 0 / 15%);
    -moz-box-shadow: inset 5px 0px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: inset 5px 0px 8px 0px rgb(0 0 0 / 15%);
}
.resp-sidebar-wrap {
   
    height: 100% !important;
    padding: 3em 1em 1em !important;
    /*width: 100% !important;*/
}

#resp-sidebar .resp-sidebar-wrap  img.image  {
    margin: 0 auto;
    display: block;
}
#resp-sidebar #mobile-navigation {
    display: inline-block !important;
    margin: 3em 0 0 !important;
    width: 100% !important;
	
}
#resp-sidebar #mobile-navigation,
#resp-sidebar #mobile-navigation * {
    line-height: 150% !important;
}
#resp-sidebar #mobile-navigation .menu-mobile-navigation-container {
    max-height: 75vh !important;
    /*overflow-y: scroll !important;*/
    -webkit-overflow-scrolling: touch !important;
}
#resp-sidebar #mobile-navigation ul {
    clear: both !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
#resp-sidebar #mobile-navigation .menu > li {
    border-top: 1px solid #F6BC15;
}
#resp-sidebar #mobile-navigation .menu > li:last-child {
    border-bottom: 1px solid #F6BC15;
}
#resp-sidebar #mobile-navigation li > a {
    color: #fff;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    position: relative;
    font-family: 'Futura PT Book';
    text-decoration:none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
#resp-sidebar #mobile-navigation .menu > li > a:hover,
#resp-sidebar #mobile-navigation .menu > .current-menu-item > a,
#resp-sidebar #mobile-navigation .menu > .current-menu-ancestor > a,
#resp-sidebar #mobile-navigation .menu > .par-active > a,
#resp-sidebar #mobile-navigation .menu > li.menu-item-has-children:hover > a {
    background-color: #F6BC15  !important;
 
}
#resp-sidebar #mobile-navigation .menu .sub-menu li a:hover,
#resp-sidebar #mobile-navigation .menu .sub-menu .current-menu-ancestor > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.current-menu-item > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.par-active > a,
#resp-sidebar #mobile-navigation .menu .sub-menu li.menu-item-has-children:hover > a {
    background-color: transparent !important;
    color: #F6BC15  !important;
}
#resp-sidebar #mobile-navigation li.menu-item-has-children {
    position: relative;
}
#resp-sidebar #mobile-navigation li.menu-item-has-children .menu-item-description { display:none;}
#resp-sidebar #mobile-navigation li.menu-item-has-children .caret {
  
    cursor: pointer;
    height: 44px;
    right: 0;
    position: absolute;
    top: 0;
    /*background-position: 100px;*/
    width: 130px;
    z-index: 2;
	/*position:relative;*/
}

#resp-sidebar #mobile-navigation li.menu-item-has-children .caret:after { 
  display:block;
  content: " ";
  position:absolute;
  width: 15px;
  height:15px;
  background-image: url('assets/images/btn-arrow-md.png');
  background-repeat:no-repeat;
 /* background: url('assets/images/btn-arrow-md-actv.png') no-repeat center center;*/
  background-size: 15px auto;
  
   -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	right:15px;
	top:15px;
	z-index:9;
}




#resp-sidebar #mobile-navigation .sub-menu li.menu-item-has-children .caret {
    height: 32px;
}
/*
#resp-sidebar #mobile-navigation .menu > li.par-active > .caret,
#resp-sidebar #mobile-navigation .menu > li.current-menu-item > .caret,
#resp-sidebar #mobile-navigation .menu > li.current-menu-ancestor > .caret,
#resp-sidebar #mobile-navigation .menu > li.menu-item-has-children:hover > .caret {
    background-image: url('assets/images/btn-arrow-md.png');
}
*/
#resp-sidebar #mobile-navigation .menu li.par-active > .caret:after {
    background-size: 14px auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#resp-sidebar #mobile-navigation .sub-menu {
    display: none;
}
#resp-sidebar #mobile-navigation .sub-menu li:first-child {
    border-top: 0 !important;
}
#resp-sidebar #mobile-navigation .sub-menu li:last-child {
    border-bottom: 0 !important;
}
#resp-sidebar #mobile-navigation .sub-menu li > a {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 30px;
    position: relative;
}
#resp-sidebar #mobile-navigation .sub-menu li:first-child > a {
    padding-top: 15px !important;
}
#resp-sidebar #mobile-navigation .sub-menu li:last-child > a {
    padding-bottom: 15px !important;
}
#resp-sidebar #mobile-navigation .sub-menu .sub-menu li > a {
    padding-left: 45px;
}
#resp-sidebar #mobile-navigation .menu ul > li:hover > a,
#resp-sidebar #mobile-navigation .menu ul > li.current-menu-ancestor > a,
#resp-sidebar #mobile-navigation .menu ul > li.current-menu-item > a {
    background-color: #b71921 !important;
    color: #ffffff !important;
}
#resp-sidebar .contact-sidebar {
    display: inline-block;
    margin: 3.5em 0 3em;
    width: 100%;
}

#resp-sidebar .contact-sidebar h3.widget-title { display:none; }
#resp-sidebar .contact-sidebar .panel-grid:nth-child(1) { display:none; }
#resp-sidebar .contact-sidebar .panel-grid {margin-bottom:5px !important;}
#resp-sidebar .contact-sidebar .panel-grid .panel-grid-cell:nth-child(1) { display:none;}
#resp-sidebar .contact-sidebar .panel-grid .panel-grid-cell:nth-child(2) { width:100%;text-align:center; }


#resp-sidebar .contact-sidebar a {
    font-size: 16px;
	color:#fff;
}
#resp-sidebar .contact-sidebar  a:hover {
    color: #be4b11;
}

#resp-sidebar .copyright-sidebar {
    display: inline-block;
    width: 100%;
}
#resp-sidebar .copyright-sidebar {
    margin: 0 0 2em;
    text-align: center;
}
#resp-sidebar .copyright-sidebar p {margin-bottom:20px;}
#resp-sidebar .copyright-sidebar p,
#resp-sidebar .copyright-sidebar a {
    color: #fff;
    font-family: 'Kallisto 1';
    font-size:12px;
}
#resp-sidebar .copyright-sidebar a:hover {
    color: #be4b11;
}


#resp-sidebar .contact-sidebar {
    display: inline-block;
   /* margin: 3.5em 0 3em;*/
    margin: 1.5em 0 1em;
    width: 100%;
}

#resp-sidebar .contact-sidebar h3.widget-title { display:none; }
#resp-sidebar .contact-sidebar .panel-grid:nth-child(1) { display:none; }
#resp-sidebar .contact-sidebar .panel-grid {margin-bottom:5px !important;}
#resp-sidebar .contact-sidebar .panel-grid .panel-grid-cell:nth-child(1) { display:none;}
#resp-sidebar .contact-sidebar .panel-grid .panel-grid-cell:nth-child(2) { width:100%;text-align:center; }

#resp-sidebar .contact-sidebar p {text-align:center; color:#fff;font-size: 15px; font-family: 'Kallisto 1';}
#resp-sidebar .contact-sidebar a { color:#fff;font-weight: normal}
#resp-sidebar .contact-sidebar a:hover { color:#be4b11;}


#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(2) {margin-bottom:35px !important;}

#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(1) p,
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(2) p { line-height:29px; text-align:left;    font-family: 'Oswald', sans-serif; }

#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(1) p label,
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(2) p label { font-size:14px; }
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(3) p {font-size:15px;}
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(1),
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(2) {
	
	    border: 2px solid #ee9c0f ;
	 	min-width: 100%;
		max-width: 100%;
		margin: 0 auto 10px;
		padding: 10px;
		position:relative;
		padding-left:30px;
		text-align:left;
}


#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(1) a ,
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(2) a {
	
	  
		font-size:18px;
		font-weight: 400;
		display: block;
		
		
	
}
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(1):before,
#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(2):before {
	
		content: ""; 
	    background-color: #ee9c0f;
		bottom: 2px;
		content: "";
		display: inline-block;
		height: auto;
		left: 2px;
		margin: 0;
		position: absolute;
		top: 2px;
		width: 12px;
}


#resp-sidebar .contact-sidebar .so-widget-sow-editor:nth-child(1) p br { display:none;}



/* Header Mobile Menu set upv*/
 .hmenu-wrapper {
    /*background-color: #000;*/
    align-items: center;
    background-color: transparent;
    border: 0;
    color: #ffffff;
    font-family: 'Oswald', sans-serif;
    font-size: 1.875rem;
    font-weight: 400;
    height: 100%;
    right: 0;
    margin: auto 0;
    padding: 0 45px;
   /* position: absolute;
    top: 0;*/
    z-index: 9;
    display:none;
}
 .hmenu-wrapper .hamburger {
   
    background-color: #F6BC15;
    border-radius: 0;
    height: 60px;
    padding: 7px 15px 18px;
}
.hmenu-wrapper label {
    padding-right: 12px;
}
 .hmenu-wrapper .hamburger-box {
    height: 28px;
    vertical-align: middle;
    width: 36px;
}
.hamburger--elastic .hamburger-inner::before {
    top: 9px;
}
.hamburger--elastic .hamburger-inner::after {
    top: 18px;
}
.hmenu-wrapper .hamburger-inner,
 .hmenu-wrapper .hamburger-inner:after,
.hmenu-wrapper .hamburger-inner:before {
    background-color: #fff;
    border-radius: 0;
    height: 3px;
    width: 36px;
}
.hmenu-wrapper .hamburger:hover .hamburger-inner,
.hmenu-wrapper .hamburger:hover .hamburger-inner:after,
.hmenu-wrapper .hamburger:hover .hamburger-inner:before,
.hmenu-wrapper .hamburger.is-active .hamburger-inner,
.hmenu-wrapper .hamburger.is-active .hamburger-inner:after,
 .hmenu-wrapper .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}





/* Hide Default content Twentytwentyfour*/
/*main.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow 
.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained ,*/
main.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow  
.wp-block-group.has-global-padding.is-layout-constrained.wp-block-group-is-layout-constrained {
    display:none;
}

#wp--skip-link--target { margin-top:0px !important; }
main.wp-block-group.is-layout-flow.wp-block-group-is-layout-flow 
.entry-content.wp-block-post-content.has-global-padding.is-layout-constrained.wp-block-post-content-is-layout-constrained {  margin-top:0px !important;}

/*Zoom Animation*/
.zoom-in img{ transition: transform .5s ease; } 
.zoom-in {overflow:hidden;}
.zoom-in:hover img { transform: scale(1.1);  }

.zoom-out img{ transition: transform .5s ease; } 
.zoom-out {overflow:hidden;}
.zoom-out:hover img { transform: scale(0.9);  }

.zoom-in-not-hidden img{ transition: transform .5s ease; } 
.zoom-in-not-hidden:hover img { transform: scale(1.1);  }

.zoom-out-not-hidden img{ transition: transform .5s ease; } 
.zoom-out-not-hidden:hover img { transform: scale(0.9);  }


/*Button Hover Animation*/
/*
.animate_hover_btn_gold a {
	transition: all .3s ease !important;
	background: linear-gradient(to left, #fff 50%, #F6BC15 50%) !important;
	background-size: 200% 100% !important;
	background-position: left bottom !important;
}
.animate_hover_btn_gold a:hover  { background-position:right bottom !important; color:#F6BC15; border-color:#F6BC15;} 
*/
/*
.animate_hover_btn_transparent a {
	transition: all .3s ease !important;
	background: linear-gradient(to left, #F6BC15 50%, #DDDDDD00);
	background-size: 200% 100% !important;
	background-position: left bottom !important;
}
*/
/*.animate_hover_btn_gold a:hover  { transition: all .5s ease !important; background-color:#fff !important; color:#F6BC15; border-color:#F6BC15;}*/
.animate_hover_btn_transparent a:hover  { transition: all .5s ease !important; background-color:#F6BC15 !important; color:#fff; border-color:#F6BC15;} 


/*Hover Top Animation*/
.animate-top-div{
    transition: all .3s ease-out;
    position: relative;
    top: 0;
}

.animate-top-div:hover{
	top:-10px
}
.animate-top-button  a{
    transition: all .3s ease-out;
    position: relative;
    top: 0;
}

.animate-top-button a:hover{
	top:-10px
}


.futura_pt {

    font-family: Futura, Trebuchet MS, Arial, sans-serif;
}

 /* Override Default CSS */
 .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull))  { max-width : 100%; }
 .is-layout-constrained > .alignwide {
    max-width: 1400px !important;
 }

 .has-global-padding {
    padding-right: 0px;
    padding-left: 0px; 
}

/* ##Override Default CSS## */

/* Overide Elementor CSS*/
/*
.futura_pt_light_header {
    font-family: 'Futura PT Light';
    font-weight: bold;
    letter-spacing: 2px;

}
*/
.margin_top_p_5 p { margin-top:5px !important; }
.margin_top_p_0 p { margin-top:0px !important; }
.margin_bottom_p_5 p { margin-bottom:5px !important; }

.remove_margin_p p { 
    margin:0px; 
}
.border_radius_5 { border-radius:5px; }

.header_with_icon .elementor-heading-title { 
    background-image:url('/wp-content/uploads/2025/02/heading-3-layer-ico.png');
    background-repeat: no-repeat; 
    padding-left: 50px;
    background-position: 0px 5px;

}

.header_with_icon_white .elementor-heading-title {

    background-image:url('/wp-content/uploads/2025/02/Frame-120.png');
    background-repeat: no-repeat; 
    padding-left: 50px;
    background-position: 0px 5px;
 }

 .banner_title_with_icon .elementor-heading-title {
    background-image: url(/wp-content/uploads/2025/02/gold-icon-banner-title.png);
    background-repeat: no-repeat;
    padding-left: 125px;
    background-position: 0px 7px;
    background-size:90px;
}

 .set_button_width {  max-width: 480px !important; width:100%; --align-self: flex-end; }

/* Testimonial Layout*/

.testimonial_layout .elementor-testimonial__text {
    max-width: 750px;
    margin: 0 auto;
    position:relative;
 }

 .testimonial_layout .elementor-testimonial__text::before {
    content: " ";
    border: 0px solid red;
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2025/02/unnamed-file.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    width: 54px;
    height: 48px;
    display: block;
    position: absolute;
    left: -80px;
    top: 19%;
}

.testimonial_layout .elementor-testimonial__text::after {
    content: " ";
    border: 0px solid red;
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2025/02/1.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    width: 54px;
    height: 48px;
    display: block;
    position: absolute;
    right: -80px;
    top: 17%;
}


/* Item Carousel Section */
.item_caoursel_animate  .elementor-swiper-button svg { visibility: hidden;}
.item_caoursel_animate .elementor-swiper-button-prev {

    background-image: url('/wp-content/uploads/2025/02/Vector-2.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -70px;
 }

 .item_caoursel_animate .elementor-swiper-button-next {
    background-image: url('/wp-content/uploads/2025/02/Vector-3.png');
    background-repeat: no-repeat;
    background-position: center;
    margin-right: -70px;
 }




/* Head Section */

.default_width_px {max-width:1400px; width: 100%;margin:0 auto; }


#top-welcome-banner-wrapper { background-color:#232323;}
.top-welcome-banner {
    font-family: Futura,Trebuchet MS,Arial,sans-serif; 
    text-align:center;
    position:relative; 
    max-width:1400px;
    width: 100%;
    margin:0 auto !important;
    min-height:40px;
    padding-top:15px;
}

.top-welcome-banner p { 
    font-size:16.75px;
    font-weight:500;
    color:#fff;
    margin: 0;
    padding-left: 38px;
    position:relative;
    display: inline-block;
 }

 .top-welcome-banner p .shipping-icon {
    position:absolute;
    left:0;
    top: 2px;
 }

.top-social-med { 
    list-style: none; 
    display:inline-flex; 
    position:absolute;
    right:0; 
    justify-content: space-between;
    width: 117px;
    margin-top:0px;
}

.top-social-med .tw { height: 14px; }
.top-social-med .ins { height: 18px; margin-top: 2px; }
.top-social-med .fb { height: 20px;  }


/* Navigation Menu */
.menu-section-here { border-bottom:1px solid #CFCFCF; }
.header_menu_section {  column-gap: 100px; }
.header_menu_section  .wp-block-group { margin-top:22px;}
.header_menu_section  .wp-block-group  ul { column-gap: 40px;}
.header_menu_section .wp-block-navigation a span {    font-family: 'Futura PT Medium';font-size: 20px;  }


/*To Search Product Box*/
/*
.top-search-form {  width:100%; max-width:500px; position:relative; overflow:hidden; margin-top: 6px;margin-left: 10% !important;}
.top-search-form .i-input { font-size:14px; padding: 10px 15px; background-color:#f0f0f0;    width: 100%;
    border: 0px;}
.top-search-form .i-input::placeholder { font-family: 'Futura PT Medium'; }
.top-search-form .i-submit { 
    position:absolute; 
    background-color:transparent;
    border:0px solid red; 
    background-image:url('/wp-content/uploads/2025/02/search-icon.png');
    background-repeat:no-repeat;
    background-position: center;
    font-size: 0px;
    width: 62px;
    height: 37px;
    top:0px;
    right:0px;
}
*/

/* Global Footer Signup Page*/
/*
.sign-up-form .s-form-row { display:flex; justify-content: space-between;  font-family: 'Futura PT Light';}
.sign-up-form .form-col-1 { max-width: 610px; width: 100%;}
.sign-up-form .form-col-2 { padding-left:12px; align-content: end; }
.sign-up-form .from-flex {   display:flex; justify-content: space-between; column-gap: 12px; }
.sign-up-form .f-input { width:100%; color:#000; font-size:18px; padding: 9px 15px;}
.sign-up-form .input-fname, .sign-up-form .input-lname { margin-bottom:12px; }
.sign-up-form .f-input::placeholder {  color:#0000004D; font-size:20px;  }

.sign-up-form .input-submit {

    font-family: "Futura PT Medium";
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 25px 25px 25px 25px;
    background-color: #DDDDDD00;
    border-color:#fff;
    color:#fff;
    width: 180px;
}
*/

/* footer section */
footer.wp-block-template-part { margin-top:0px; 
    background-color: #515658; 
    background-image:url('/wp-content/uploads/2025/02/3-layers.png');
    background-repeat:no-repeat;
    background-size: 100px;
    background-position: 0 63px;
}
footer.wp-block-template-part .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    margin: 0 auto;
    max-width: 1240px;
    padding: 60px 0;
}
footer.wp-block-template-part h3 { color:#fff; font-family: 'Kallisko'; font-size:36px;}
footer.wp-block-template-part p { color:#fff; font-family: 'Futura PT Light'; font-size:21px; margin-top: 5px; line-height: 24px; max-width: 500px;  }
.footer-section-grid { background-color:#232323; padding:42px 0 30px; }
.footer-section-grid .is-layout-grid  {  max-width:1400px; margin:0 auto; width:100%; display: flex ;justify-content: space-between;}
.footer-section-grid .is-layout-grid  .wp-block-columns { width:19%; }


.footer-logo { margin-top:30px !important; }
.footer-menu h2.wp-block-heading {
     color:#fff;
     margin: 0px;
     font-size:17px;
     line-height:20px;
     font-family:'Futura PT Medium';font-weight:normal;
}
.footer-menu ul { list-style:none; padding:0px; font-family:'Futura PT Light'; margin-top: 10px; margin-bottom: 0px; }
.footer-menu ul li { line-height:20px; }
.footer-menu ul li, .footer-menu ul li a   { color:#fff; text-decoration:none; font-size:15px;  }
#footer-copy-rights .textwidget  { text-align:center; display:flex; flex-direction: column; align-items: flex-end;}
 p.c-r {     font-family: 'Futura PT Light'  !important;  color:#fff  !important; font-size:15px !important;   text-align: right !important; max-width: 100% !important;}

.f-social-section { width :20%; text-align: right;}
.footer-social-med { 
    margin-right: 14px;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 20px;
    list-style: none; 
    display:inline-flex; 
    justify-content: space-between;
    width: 117px;
}
.footer-social-med .tw { height: 14px; }
.footer-social-med .ins { height: 18px; margin-top: 2px; }
.footer-social-med .fb { height: 19px;  }


/*--Normal Pages Style*/
.with_3_layers_bg { background-position:relative;}
.with_3_layers_bg::after { content: " "; width:100%; display:block; height:100%;
     background-image:url('/wp-content/uploads/2025/02/banner-3-layers-bg.png');
     background-repeat:no-repeat;
     border:0px solid red;
     background-position-y: center;
     background-size: 200px;
     position:absolute;
}
.with_3_layers_bg .e-con-inner { position:relative;z-index:4;}


/* Style in Home Page or global used*/
.category_listing_featured .e-con-full,
.category_listing_featured .e-grid  {  position:relative; }
.category_listing_featured .e-con-full .elementor-widget-heading,
.category_listing_featured .e-grid  .elementor-widget-heading {
    position: absolute;
    align-content: center;
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    text-align: center;
 }

 .category_listing_featured .e-grid  .elementor-widget-heading .elementor-heading-title { color :#fff; }


 /* News Listing Grid Layout */

 .news-listing .elementor-post__read-more { 
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 25px 25px 25px 25px;
    border:1px solid #000;
    padding: 10px 24px;
    display: inline-block;
    width: 190px;
    text-align: center;
 }
.news-listing  .elementor-pagination { margin-top:50px; }
.news-listing  .elementor-post__excerpt {
    margin-bottom: 20px;
}
.news-listing  .elementor-post__text { position:relative; padding-top:30px;  }

.news-listing  .elementor-post__title {      
    margin-top: 2px;
    margin-bottom: 17px; }
.news-listing .elementor-post__meta-data { position:absolute;  top:0px;  }


.news-listing .elementor-post__read-more{
    transition: all .3s ease-out;
    position: relative;
    top: 0;
}

.news-listing .elementor-post__read-more:hover{
	top:-10px
}

.news-listing .elementor-post__thumbnail { transition: transform .5s ease; } 
.news-listing .elementor-post__thumbnail {overflow:hidden;}
.news-listing .elementor-post__thumbnail:hover { transform: scale(1.1);  }
.news-listing  .elementor-pagination .current  { color:#F6BC15; }


/* Single Post Style */

h1.post_news_title { 
    font-family: "Kallisto 1", Sans-serif;
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #183E4B;
    position:relative;
    display:inline-block;
    padding-right: 160px;
    margin-bottom: 5px;
}

h1.post_news_title .date { 
    font-size:16px; 
    font-family: 'Futura PT Medium';
    position:absolute; border:0px solid red; 
    right:0;
    bottom: 11%;
}

.post_testimonial { position:relative; padding-left:70px; }
.post_testimonial::before { 
    content: " ";
    border: 0px solid red;
    margin: 0 auto;
    background-image: url('/wp-content/uploads/2025/02/unnamed-file.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
    background-size:contain;
    width: 45px;
    height: 53px;
    display: block;
    position: absolute;
    left: 0px;
    top: 10%;
 }

 /* Shortcode Related Products */
 .related_products ul { list-style:none; display:flex; column-gap: 26px; justify-content: space-between; padding:0px; flex-wrap: nowrap; }
 .related_products ul li { background-color:#F0F0F0; align-content: center;
    display: block;     flex: 1 1 24%;}
.related_products ul li a { display: block;}

/* Short code for Product listing */
.product_listing_wrapper { width:100%; margin: 0 auto 40px; font-family: 'Futura PT Medium';}
.product_listing_wrapper .b_section { position:relative; padding-left: 33px; border:0px solid red; margin-top: 15px;}
.product_listing_wrapper .b_section .b_home {  position:absolute; left:0;top:2px; }
.product_listing_wrapper .b_section .b_home img { width: 17px; }
.product_listing_wrapper .b_section .sep { 
    font-size: 13px;
    position: absolute;
    color: #515658;
    left: 22px;
    top: 3px;
 }
.product_listing_wrapper .b_section .name {font-size:14px; color: #515658 }
.catname_section { margin-top:60px; display:block; }
.catname_section .product_catname {
    font-family: 'Kallisko';
    font-size: 36px;
    font-weight: 400;
    color: #515658;
    background-image: url(/wp-content/uploads/2025/02/heading-3-layer-ico.png);
    background-repeat: no-repeat;
    padding-left: 50px;
    background-position: 0px 5px;
}
.dropsearch_section {     display: inline-block;
    margin-top: 25px;}
.dropsearch_section .dropsearch_flex { display:flex; column-gap: 20px; align-items: flex-end; }
.dropsearch_section .dropsearch_flex select { border:0px; padding: 4px; width: 170px; font-size:16px;  font-family: 'Futura PT Book';background-color: #F0F0F0;}
.item_listings ul { margin-top: 25px;list-style:none; padding:0px; display:flex; column-gap: 18px; flex-wrap: wrap; align-items: start;}
.item_listings ul li { 
    flex: 0 0 24%;    
    /*flex: 1 1 21%; The last row will be base on its final width. like 50% 50%*/
    margin-bottom:50px; 
 }
 .item_listings ul li .image { 
    background-color: #F0F0F0;
    height: 300px;
    align-items: center;
    text-align: center;
    display: flex;
    justify-content: center;
 }
 .item_listings ul li h3 { font-size:17px; font-family: 'Futura PT Medium'; margin-top:15px;margin-bottom: 0px;}

/* Pagination */
.product_listing_wrapper .pagination { 

    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 25px;
    margin: 0 0 60px;
    justify-content: center;

 }


/* Style for single product page - product info */
.sing_product_wrapper { padding-bottom:20px; }
.product_item_info { 
    display:flex; 
    column-gap: 70px;
}
.product_item_info .left { max-width:510px;}
.product_item_info .right { max-width:520px; }
.product_item_info .left, .product_item_info .right  {   flex: 0 0 50%;   }
.product_item_info .p_image { border-radius:5px;  overflow:hidden; display: flex; justify-content: center; }
.product_item_info .p_carousel1 .p_m_list { display:flex; flex-flow: row wrap;  list-style:none;padding:0px;justify-content: stretch;
    column-gap: 10px; }
.product_item_info .p_carousel1 .p_m_list li  { width:114px; }
.product_item_info .p_title h1 { 
    font-family: "Kallisko";
    font-size: 32px;
    font-weight: 400;
    color: #232323;
    line-height:38px;
    margin-top:50px;
    margin-bottom: 15px;
 }
 .product_item_info .p_description p {  
    font-family: 'Futura PT Book';
    font-size:16px;
    line-height:21px;
 }
 .product_item_info .p_list { display:flex;  flex-wrap: wrap; padding:0px;margin-left: 20px; column-gap:40px;margin-bottom: 25px; }
 .product_item_info .p_list li  {  
    flex: 45%; /* or - flex: 0 50% - or - flex-basis: 50% - */ 
    font-size: 16px;
    line-height:21px;
    font-family: 'Futura PT Book';
}
.product_item_info  .p_btn { display:flex; column-gap:20px; margin-bottom:65px;}
.product_item_info  .p_btn a {  letter-spacing:1px; display:block; width:190px; font-size:14px; border-radius: 25px;text-align:center;padding: 12px 0; border: 1px solid #F6BC15 ; font-family: 'Futura PT Medium';}
.product_item_info  .p_btn a.view_sheet { background-color:#F6BC15; color:#fff;}
.product_item_info  .p_btn a.cta {  color:#F6BC15;}

/* Style for single product page - product description */
.product_item_additional_info { 
    display:flex; 
    column-gap: 70px;
} 
.product_item_additional_info .left { max-width:510px;}
.product_item_additional_info .left, .product_item_additional_info .right  {   flex: 0 0 50%;   }
.product_item_additional_info .p_hr { width : 100%; height:2px; border-top:1px solid #D9D9D9; }
.product_item_additional_info .p_access { display:flex; column-gap: 10px;align-items: center; padding: 10px 0;}
.product_item_additional_info .p_access  .ac_text { font-family: "Futura PT Medium"; font-size:20px; }
.product_item_additional_info .p_access  .a_name { font-family: "Futura PT Book"; font-size:16px; text-decoration:italic; }
.product_item_additional_info .p_carousel2 ul {display:flex; list-style:none; justify-content: space-between; padding: 0;}

.product_item_additional_info .p_carousel2  {padding: 0 30px; }
.product_item_additional_info .left .p_carousel2  div.owl-item h3 { 
        font-size: 13px;
        line-height: 15px;
        font-family: 'Futura PT Book';
 }
 .product_item_additional_info .left .p_carousel2  div.owl-item .acces_item img {  min-height:70px; }

.p-owl-carouse .owl-nav button.owl-next span, .p-owl-carouse .owl-nav button.owl-prev span { opacity:0; }
.p-owl-carousel .owl-dots { display:none !important; }
.p-owl-carousel .owl-nav button.owl-prev span,
.p-owl-carousel .owl-nav button.owl-next span { visibility: hidden;}
.p-owl-carousel .owl-nav button.owl-prev { margin-top:-35px; margin-left: -37px; background-position: center !important; background-repeat:no-repeat !important;background-image:url('/wp-content/uploads/2025/02/Vector-7.png') !important; width:30px; height:30px; border:0px solid red !important;}
.p-owl-carousel .owl-nav button.owl-next { margin-top:-35px; margin-right: -37px; background-position: center !important; background-repeat:no-repeat !important;background-image:url('/wp-content/uploads/2025/02/Vector-6.png') !important;  width:30px; height:30px; border:0px solid red !important; }
.p-owl-carousel .owl-nav {width: 100%; display: flex !important; justify-content: space-between !important; position:absolute;top:38%;} 
.product_item_additional_info .tabs_item ul { display:flex;column-gap:6px;margin-bottom: 0px; margin-top:-35px; padding:0px; list-style:none; font-family: 'Futura PT Medium'; }
.product_item_additional_info .tabs_item ul a {  display: block;font-size:16px; width: 145px;padding: 5px 0; text-align:center;background-color:#E7E7E7; }
.product_item_additional_info .tabs_item ul a.active { background-color:#D0D0D0; }
.product_item_additional_info .p_hr.tabs{ margin-bottom:25px; }

.product_item_additional_info .tab_specification,
.product_item_additional_info .tab_datasheets,
.product_item_additional_info .tab_descriptions { transition: transform .5s ease-out;  }

.product_item_additional_info .tab_descriptions p {
    font-family: 'Futura PT Book';
    font-size: 14px;
    line-height: 18px;
}
.product_item_additional_info .tab_descriptions .p_d_list {
        display: flex;
        flex-wrap: wrap;
        padding: 0px;
        margin-left: 18px;
        column-gap: 40px;
        margin-bottom: 25px;
}
.product_item_additional_info .tab_descriptions .p_d_list li {
    flex: 45%;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Futura PT Book';
}
.product_item_additional_info .tab_media h3,
.product_item_additional_info .tab_specification h3 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Futura PT Medium';
    margin: 0px 0 15px;
}
.product_item_additional_info .tab_datasheets h4,
.product_item_additional_info .tab_media h4,
.product_item_additional_info .tab_specification h4 {
    font-size: 17px;
    line-height: 23px;
    font-family: 'Futura PT Medium';
    margin: 0px;
}
.product_item_additional_info .tab_media .w_p_sp_details,
.product_item_additional_info .tab_specification .w_p_sp_details {  background-color: #F7F7F7; padding: 0 5px;  }
.product_item_additional_info .tab_media .p_sp_details,
.product_item_additional_info .tab_specification .p_sp_details {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 25px;
    list-style:none;
    margin-top: 10px;
}
.product_item_additional_info .tab_media .p_sp_details li,
.product_item_additional_info .tab_specification .p_sp_details li {
    flex: 50%;
    font-size: 16px;
    line-height: 21px;
    border-bottom:0.5px solid #E0E0E0;
    padding:  8px 10px;
}
.product_item_additional_info .tab_media .p_sp_details li .bold,
.product_item_additional_info .tab_specification .p_sp_details li .bold { font-family: 'Futura PT Medium';display: inline-block; margin-right: 5px; width:150px;}
.product_item_additional_info .tab_media .p_sp_details li .val,
.product_item_additional_info .tab_specification .p_sp_details li .val { font-family: 'Futura PT Book';}

.product_item_additional_info .tab_media ul.p_data_list,
.product_item_additional_info .tab_datasheets ul.p_data_list {list-style: none;  padding:0;margin:0;}
.product_item_additional_info .tab_media ul.p_data_list li,
.product_item_additional_info .tab_datasheets ul.p_data_list li { background-size: 18px;background-position: 0px 2px; margin-bottom: 10px;padding-left:30px;background-image:url('/wp-content/uploads/2025/02/Group.png');background-repeat:no-repeat;}
.product_item_additional_info .tab_media ul.p_data_list a,
.product_item_additional_info .tab_datasheets ul.p_data_list a{ color:#F6BC15; text-decoration: underline;font-size: 16px;font-family: 'Futura PT Medium';}

.product_item_additional_info .tab_datasheets {
        flex-wrap: wrap;
        column-gap: 50px;
}
/* Contact Us page style*/
/*
.contact-flex { display:flex; justify-content: flex-start;}
.contact-row { width: 100%; max-width: 520px;  margin: 0 auto 22px; display:block; } 
.contact-row .c-textarea, .contact-row .c-input { color:#515658; background-color:#F1F1F1 ; font-size:18px; min-width : 100%; display:block; padding: 11px 15px; border:0;font-family: 'Futura PT Book';} 
.contact-row .c-input::placeholder{  font-size:18px; }
.contact-row .c-textarea { height: 118px; }


.contact-row  .c-btn {
    background-color: #F6BC15;
    color: #fff;
    letter-spacing: 1px;
    display: inline-block;
    width: 190px;
    font-size: 16px;
    border-radius: 25px;
    text-align: center;
    padding: 16px 0;
    border: 1px solid #F6BC15;
    font-family: 'Futura PT Medium';
    margin-top: 10px;
}

*/

.contact-heading { width:100%; max-width: 520px !important; margin: 0 auto;   }

/* Responsive Layout */


@media only screen and (max-width: 1500px) {



/*Header Part*/
#top-welcome-banner-wrapper {
    padding: 0 30px;
}
.item_caoursel_animate .elementor-swiper-button-prev { margin-left: 0px; }
.item_caoursel_animate .elementor-swiper-button-next { margin-right: 0px; }
.top-search-form {    margin-left: 0% !important; width: auto !important; }
.top-search-form .i-input { width: auto !important; padding: 10px 55px 10px 15px;  }
.header_menu_section {
    column-gap: 20px;
}
.header_menu_section {
    justify-content: space-between;
}

.product_listing_wrapper { 

    padding-left: 20px;
    padding-right: 20px;
}
.item_listings ul { justify-content: space-between;}
.item_listings ul li {
    flex: 0 0 22%;
}

/* Footer Part */   
footer.wp-block-template-part {background-image: none;} 
.footer-section-grid,
.header_menu_section, 
footer.wp-block-template-part .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {
    padding-left: 30px;
    padding-right: 30px;
}


.with_3_layers_bg::after { display:none; }

.sign-up-section-footer:before { display: none !important; }

    
}

@media only screen and (max-width: 1300px) {
  
    .our-team-wrapper .e-grid { 
        column-gap: 20px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        justify-content: space-between;
    }
    .our-team-wrapper .e-grid .e-con { flex: 0 0 30%; padding-left: 15px; padding-right: 15px; }
    
    .product_item_additional_info .right,
    .product_item_info .right {
        max-width: 100%;
    }

    .product_item_additional_info,
    .product_item_info {
        column-gap: 60px;
        justify-content: space-around;
    }


}


@media only screen and (max-width: 1176px) {

    .product_item_additional_info .left, .product_item_additional_info .right,
    .product_item_info .left, .product_item_info .right {
        flex: 0 0 45%;
    }

    .product_item_info .p_carousel1 .p_m_list li {
        width: 23%;
    }
    .product_item_info .p_carousel1 .p_m_list {     column-gap: 10px; }
}


@media only screen and (max-width: 1100px) {
    .hmenu-wrapper {
        display: block !important; 
        background-color: unset;
        padding: 0 0px;
    }
   .menu-section {
      align-items: end !important;
   }
        


}
@media only screen and (max-width: 1024px) {
 
    .our-team-wrapper .e-grid { 
        column-gap: 10px !important;
    }
    
    .banner_title_with_icon .elementor-heading-title {
        padding-left: 110px;
        background-position: 0px 0px;
    }


    .top-search-form { max-width: 100% !important; width: 100% !important; }
    .top-search-form .i-input { width : 100% !important; }
    .top-social-med { position:relative; }

    .category_listing_featured .elementor-heading-title a  {  font-size: 30px !important; }
    .item_listings ul li {
        flex: 0 0 31%;
    }

    footer.wp-block-template-part .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex {  flex-wrap: wrap !important; max-width: 800px;  }
    footer.wp-block-template-part .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex .wp-block-column {

        flex: 1 1 100%;
    }
    .footer-section-grid .is-layout-grid { 
        flex-wrap: wrap;
    }

    .footer-section-grid .is-layout-grid .wp-block-columns,
    .footer-section-grid .is-layout-grid .wp-block-group  {
        flex: 1 1 30%;
        justify-content: center;
        display: flex;
        margin-bottom: 10px;
       
    }
    footer .wp-block-image  { text-align:center; }
    .footer-social-med { margin-right: 20px; margin-top:0px;  }
    p.c-r , .f-social-section {text-align: center;}
    .f-social-section { margin-top: 30px !important;}
    footer.wp-block-template-part p { margin-top:0px;}
    .footer-section-grid .is-layout-grid .wp-block-columns .wp-block-column { align-items: center; justify-content: center; display: flex; }
   
    .product_item_additional_info {
        
        column-gap: 30px;
        justify-content: space-between;

    }
    .product_item_info {
        column-gap: 30px;
        justify-content: space-between;
    }

    .product_item_additional_info .left, .product_item_additional_info .right ,
    .product_item_info .left, .product_item_info .right {
        flex: 0 0 47%;
    }
    
    .product_item_info .p_title h1 {margin-top: 0px; }

    .product_item_additional_info .left {
        max-width: 410px;
    }

   

 }
 
 @media only screen and (max-width: 924px) {
        .product_item_additional_info .left {
            max-width: 350px;
        }
 }

 @media only screen and (max-width: 840px) {
       
    .product_item_info .left {
        max-width: 100%;
    }
    .product_item_info .p_image {
        text-align: center;
    }
    .product_item_additional_info,
    .product_item_info { display:block; }

    .product_item_info .p_carousel1 .p_m_list li {
        width: 22%;
    }

    .product_item_additional_info .left,
    .product_item_info .left {
        max-width: 100%;
        margin: 0 auto;
    }

    .product_item_additional_info .tabs_item ul { margin-top:35px; }



  }



 /*Elementor Responsive Media Size*/
@media only screen and (max-width: 766px) {
   .contact-row {
        max-width: 100% !important;
       
    }
    .item_listings ul li {
        flex: 0 0 47%;
    }
    .gold-btn .elementor-button { width :194px; }
    .banner-btns-wrapp { display:flex; }
    .banner-btns-wrapp .banner-transparent-btn { width : 390px !important; }
    .remove-space-gap-grid .e-con-inner { grid-template-rows: unset !important; }
    .make-this-display-block .e-con-inner { display:block !important; } 
    h1.post_news_title { font-size: 30px;padding-right: 0px; display: block; margin-top: 0px;}
    h1.post_news_title .date { position:relative; display:block; margin-top:10px;}
}

  


@media only screen and (max-width: 645px) {

    
    

    .ourteam-remove-margin-top { margin-top: -10px !important;  }
    .our-team-wrapper .e-grid .e-con { flex: 0 0 100%; padding-left: 10px; padding-right: 10px; margin-bottom:120px;  }
    .our-team-wrapper .e-grid .e-con.last-child {
        margin-bottom: 0px !important;
    }

    .item_listings ul li {
        flex: 0 0 100%;
    }
    .item_listings ul li .image {text-align: center;}
    .product_listing_wrapper {
        padding-left: 5px;
        padding-right: 5px;
    }
    .dropsearch_section .dropsearch_flex {display: inline-block; width: 100%; }
    .dropsearch_flex .fil_text  { width: 100%;
        display: block; margin-bottom:5px;}
    .dropsearch_section .dropsearch_flex select { margin-right:0px; width : 100%;  margin-bottom:10px;}
    .dropsearch_section {
        width : 100%;
     }


    .catname_section .product_catname,
    footer.wp-block-template-part h3 {
        font-size: 30px;
    }

    /* Hide default Menu */
    .menu-section-here .wp-block-group .hideme-onmobile { display:none; }
    

    .top-social-med {
        width: 100%;
        justify-content: center;
        column-gap: 10px;
        padding-left: 0px;
        margin-top: 10px;
    }





    .footer-section-grid .is-layout-grid .wp-block-columns, .footer-section-grid .is-layout-grid .wp-block-group {
        flex: 1 1 45%;
    }
    .sign-up-form .s-form-row { flex-wrap: wrap;}
    .sign-up-form .form-col-1,
    .sign-up-form .form-col-2 {
        flex: 1 1 100%;
    }
    .sign-up-form .form-col-2 { padding-left:0px; }
    .sign-up-form .from-flex { justify-content: center;  }
    .sign-up-form .input-submit { margin-top:25px; }

    /* Makde padding to 10px on mobile device */
    .header_menu_section, footer.wp-block-template-part .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex,
    #top-welcome-banner-wrapper,
    footer.wp-block-template-part .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex,
    footer .footer-section-grid {
        padding-left: 10px;
        padding-right: 10px;
    }
    footer.wp-block-template-part .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-1.wp-block-columns-is-layout-flex,
    .footer-section-grid { padding-top:30px; padding-bottom:30px;}
    
    .related_products ul {  column-gap: 15px; flex-wrap: wrap; }
    .related_products ul li {
        flex: 0 0 48%;
        margin-bottom: 15px;
    }

}



@media only screen and (max-width: 500px) {
    .banner-btns-wrapp .banner-transparent-btn {
        width: 100% !important;
        text-align:center;
        margin-bottom: 20px !important;
    }
    .banner-btns-wrapp .gold-btn { 
        width: 100% !important;
        text-align:center; }

    .banner-btns-wrapp {
        display: block;
    }


    .product_item_info .p_btn { display:block; }
    .product_item_info .p_btn a { width: 100%; margin-bottom:20px; }

    .product_item_additional_info .tabs_item ul a { width: 100%; padding: 5px 15px; }
    .related_products ul { column-gap: 10px; }

}


@media only screen and (max-width: 425px) {
    .top-welcome-banner p { font-size: 13px;     padding-left: 32px; }
    .top-welcome-banner p .shipping-icon {
        top: 0px;
    }

    .related_products ul li {
        flex: 0 0 100%;
    }

}

@media only screen and (max-width: 320px) {
    .footer-section-grid .is-layout-grid .wp-block-columns .wp-block-column { align-items: top;  }
    .footer-section-grid .is-layout-grid .wp-block-columns, .footer-section-grid .is-layout-grid .wp-block-group {
        flex: 1 1 100%;
    }
}