:root {
    --short-banner: 33vh;
}
body {
    color:#171f29!important;
}
 @media screen and (min-width: 992px) {
    body.header-13-lg header#site-header .row.headerCode::before {
        order: 5;
        content: "";
        width: 1px;
        height: calc(var(--large-header) / 2);
    }

    body.header-13-lg header#site-header .row::after, body.header-13-lg header#site-header nav.secondary, body.header-13-lg header#site-header nav.shopping-cart, body.header-13-lg:not(.header-03-lg):not(.header-11-lg):not(.header-12-lg):not(.header-15-lg):not(.header-16-lg):not(.header-17-lg):not(.header-19-lg):not(.header-20-lg) header#site-header .site-search

 {
        position: relative;
        top: -70px;
        align-self: flex-start;
    }
}
/****HOMEPAGE****/
#background {
/*height: 100vh;*/
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    
    background-size: cover;

}
/*.container h1 {*/
/*  color: white;*/
/*}*/

.videocontainer {
height: 100vh;
}
/** Parallax video styles**/
/**.video-parallax {
  clip: rect(0, 100vw, 700px, 0);  Change second and third value to manipulate the width and height of your video 
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  z-index: -100;
}**/

/*.view .video-parall {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  min-width: 100vw;
  min-height: 100vh;
  max-width: none;
  max-height: none;
  visibility: visible;
  z-index: -1;
}*/

/** Moving Hero Text  **/
.word-container {
  overflow-x: hidden;
  top:0;
}
.videocontainer .h1 {
    font-size:2.5rem;
}
@media(min-width: 768px){
  .word-container {
  overflow-x: hidden;
  top:240px;
}  
.videocontainer .h1 {
    font-size:4.5rem;
}  
}
.hpBlockquote {
    padding: 2.5rem;
}
.hpBlockquote p {
    font-size: 1.65rem;
    line-height: 2rem;
    font-weight: bolder;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.pin-spacer { 
    height: initial !important;
    padding: initial !important;
    
}


/** Tab block Homepage **/

.section-tabs .nav {
    flex-wrap: initial;
}
    
.section-tabs .nav-tabs .nav-item .nav-link {
    color: #97a9ab !important;
    transition: 300ms;
}

.section-tabs .nav-tabs .nav-item .nav-link.active {
    color: #fff !important;
}

.section-tabs .nav-tabs .nav-item .nav-link.active {
    background-color: transparent;
}

.section-tabs .ripple-container {
    display: none;
}

.section-tabs .tablink {
    cursor: pointer;
}
.section-tabs .nav-tabs .nav-item .nav-link p {
    font-size: .8rem;
    letter-spacing: .22em;
}
/* top red border*/
.section-tabs .nav-link::before {
    content: " ";
    position: absolute;
    display: block;
    top: -1rem;
    left: 0;
    height: .5rem;
    background-color: red;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}


.section-tabs .nav-link.active::before {
    content: " ";
    position: absolute;
    display: block;
    top: -1rem;
    left: 0;
    height: .35rem;
    width: 100%;
    background-color: #ed1a38;
    transform: scaleX(1);
}

@media(max-width: 480px){
    .section-tabs .nav-link.tablink p {
        font-size: .67rem;
    }
}

/*bottom triangle*/
@media(min-width: 768px){
    .section-tabs .nav-link.active::after {
        content: " ";
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        bottom: -1.7rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #171f29;
    }
}

/** END Tab block Homepage **/

/*Carousel Section in Homepage*/


.slider,
.home-carousel {
    background:#e5e8eb;
}


.home-carousel .h2,
.home-carousel .h4 {
    line-height: 1;
}

.slick-dots li button:before
{
    font-size: .75rem;
    line-height: .75rem;
    
}
.slide-text p {
    font-size: .875rem;
}   
.slick-slide.slick-current.slick-active.slick-center .container {
      box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23)
}
.slick-dots li {
    width: .6rem;
}
    
/*.slick-prev, 
.slick-next { 
    color: #667376; 
    opacity: 0.75; 
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    font-family: 'Font Awesome 5 Free'; 
    font-size: 1.3rem; 
    line-height: 1; 
}*/

.slider .slick-prev:before,
.testimonialsSlider .slick-prev:before,
.productPageSlider .slick-prev:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f060';
    font-weight:900;
    font-size: 1.75rem;
    line-height: 1;
    opacity: .75;
    color: #667376;
    -webkit-font-smoothing: antialiased;
}
.slider .slick-next:before,
.testimonialsSlider .slick-next:before,
.productPageSlider .slick-next:before {
    font-family: 'Font Awesome 5 Free';
    content: '\f061';
    font-weight:900;
    font-size: 1.75rem;
    line-height: 1;
    opacity: .75;
    color: #667376;
    -webkit-font-smoothing: antialiased;
}
.testimonialsSlider .card-body:before{
    font-family: 'Font Awesome 5 Free';
    content: '\f10d';
    font-weight:900;
    font-size: 1.75rem;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    position:absolute;
    left:0;
    top:0;
}
.testimonialsSlider .card-body:after{
    font-family: 'Font Awesome 5 Free';
    content: '\f10e';
    font-weight:900;
    font-size: 1.75rem;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    position:absolute;
    right:0;
    top:0;
}
.testimonialsSlider .card-body p {
    padding: 0 3rem;
}
/*.slick-next:before { content: '\f061'; }
.slick-prev:before { content: '\f060'; }

[dir="rtl"] .slick-prev:before { content: "\f061"; }
[dir="rtl"] .slick-next:before { left: -10px; top: 70px; right: auto; }
[dir="rtl"] .slick-next:before { content: "\f060"; }
*/
.slick-next {
    right: 20%;
}

.slick-prev {
    left: 20%;
}

.slick-prev,
.slick-next {
    top: 108%;
    z-index: 10;
}
.productPageSlider .slick-prev,
.productPageSlider .slick-next {
    top: 105%;
}
.slick-next.slick-arrow,
.slick-prev.slick-arrow {
    width: 1.5rem;
    height: 1.5rem;
}
.slick-dots {
    bottom: -3rem;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}


@media(max-width: 480px){
    .slick-dots {
        left: 0;
        right: 0;
        top: 41rem;
    }
    
    .slick-dotted.slick-slider {
        margin-bottom: 0rem;
    }
}

@media(min-width: 768px){
    .slick-slide.slick-current.slick-active.slick-center { 
        transform: scale(1) !important;
        opacity:1;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    }

    .home-carousel .slick-slide {
        transform: scale(.7);opacity:.6;
    }
    

} 

/* End Carousel Section in Homepage*/

/* Google / language translate */
#goog-gt-tt {display:none !important;}
/*.goog-te-banner-frame {display:none !important;}*/
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-te-gadget-icon {background-image:url(//gtranslate.net/flags/gt_logo_19x19.gif) !important;background-position:0 0 !important;}
.goog-te-gadget {display:none;}

.form-control:focus, .form-control:active {
    border-color: #009791;
    outline: 0;
    box-shadow: inset 0 0 0;
}
/****END HOMEPAGE****/


/* top red border*/
#myModal .red-border-top {
    border-top: 8px solid red;
}

.midnightBorder::after {
    content: " ";
    display: block;
    height: .35rem;
    width: 50px;
    background-color: #171f29;
    transform: scaleX(1);
    margin:0 auto;
}

.card {
    font-size: .875rem;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 0.25rem;
}
.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.87);
    background: #ffffff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
/* entire container, keeps perspective */
.card-container {
	  -webkit-perspective: 800px;
   -moz-perspective: 800px;
     -o-perspective: 800px;
        perspective: 800px;
        
}
/* flip the pane when hovered */
.card-container:not(.manual-flip):hover .card,
.card-container.hover.manual-flip .card{
	-webkit-transform: rotateY( 180deg );
-moz-transform: rotateY( 180deg );
 -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}


.card-container.static:hover .card,
.card-container.static.hover .card {
	-webkit-transform: none;
-moz-transform: none;
 -o-transform: none;
    transform: none;
}
/* flip speed goes here */
.card {
	 -webkit-transition: -webkit-transform .5s;
   -moz-transition: -moz-transform .5s;
     -o-transition: -o-transform .5s;
        transition: transform .5s;
-webkit-transform-style: preserve-3d;
   -moz-transform-style: preserve-3d;
     -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
     -o-backface-visibility: hidden;
        backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;

}

/* front pane, placed above back */
.front {
	z-index: 2;
}

/* back, initially hidden pane */
.back {
		-webkit-transform: rotateY( 180deg );
   -moz-transform: rotateY( 180deg );
     -o-transform: rotateY( 180deg );
        transform: rotateY( 180deg );
        z-index: 3;
}

.card-avatar img {
 max-height:350px;
 object-fit: cover;
}
.distributorsKey .card-avatar img {
    height:auto;
 max-height:41px;
 object-fit: cover;
}
.card-title {
    font-weight: 700;
}
#StandardShapesCards  {
    padding: 2rem;
}
#StandardShapesCards .nav-link {
    display: inline-block;
    border-top: solid 1px white;
}
#StandardShapesCards .nav-link:first-child {
    border-top: none;
}


.card-container, .front, .back {
	width: 100%;
	height: 350px;

}

.blogposts .card-title a {
        color: #009791;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front, .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .front{
        z-index: 4;
    }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}


div.triangle-down {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #f26533 transparent transparent transparent;
    margin: 0 auto;
}
div.triangle-down-steel {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #98a8ab transparent transparent transparent;
    margin: 0 auto;
}
div.triangle-up {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #f26533 transparent;
    margin: -10px auto 0;
}

form.product-detail select, select.form-control {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    appearance: menulist;
    border:none;
    padding:4px;
}
    
.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(2.5);    
-moz-transform: scale(2.5);  
-webkit-transform: scale(2.5);  
-o-transform: scale(2.5);  
transform: scale(2.5);    
position:relative;      
z-index:100;  
overflow-x: auto;
}

#StandardShapes .table th, #StandardShapes .table td {
    padding: 0.75rem 0;
}

.customextrudedproducts select,
.customextrudedproducts select.form-control {
  -moz-appearance: auto;
  -webkit-appearance: auto;
  padding-top:5px;
  padding-bottom:5px;
  height:35px;
}

.customextrudedproducts .form-control:read-only {
    background-image: none;
}
.customextrudedproducts label {
    color: #fff;
}
.customextrudedproducts .bmd-form-group {
    position: relative;
    padding-top: 0; 
}
.customextrudedproducts .form-group {
    margin-bottom: 1rem;
}
.customextrudedproducts input.form-control, .customextrudedproducts textarea {
    padding: 5px;
    display: block;
    width: 100%;
    background: #fff;
    height:41px;
}

.customextrudedproducts input.form-control, .customextrudedproducts input.title, .customextrudedproducts textarea, .customextrudedproducts select {
    margin: 0.5em 0;
    border: 1px solid #bbb;
}
.umbraco-forms-form.customextrudedproducts span.contourError, .umbraco-forms-form.customextrudedproducts span.field-validation-error {
    color: #ff0510 !important;
    background: transparent !important;
}
.umbraco-forms-form.customextrudedproducts input.contourError, .umbraco-forms-form.customextrudedproducts textarea.contourError,.umbraco-forms-form.customextrudedproducts input.input-validation-error, 
.umbraco-forms-form.customextrudedproducts textarea.input-validation-error, .customextrudedproducts select.input-validation-error, 
.customextrudedproducts input.input-validation-error[type="radio"] label, .customextrudedproducts input[type="checkbox"].input-validation-error label
{
	/*background: #FBE3E4;*/
	background: #ff0510 !important;
	border-color: #FBC2C4;
}
.customextrudedproducts select.input-validation-error {
    color: #fff;
}
.customextrudedproducts .privacypolicy p {font-size:.875rem;}


                .myCssClass {
                    
                    background-size: cover;
                    background-repeat:no-repeat;
                    height:245px;
                    width: 100%;
                    justify-content: center;
                    align-items: center;
                    position: relative;
                }
                .color-overlay {
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 151, 145,.2);
                    position: absolute;
                }
                .light-overlay {
                    width: 100%;
                    height: 100%;
                    background: rgba(255, 255, 255,.5);
                    position: absolute;
                }
                .dark-overlay {
                    width: 100%;
                    height: 100%;
                    background: rgba(23, 31, 41,.5);
                    position: absolute;
                }

@media(max-width: 480px){            
 .imageRight {
	float:none;
	padding-left:initial;
}
.imageRight img {
	max-width:100%;
	height:auto;
	padding-bottom:.5rem;
}

.imageLeft {
	float:none;
	padding-right:initial;
}
 .imageLeft img {
	max-width:100%;
	height:auto;
	padding-bottom:.5rem;
}  
    
    
}

.des_left {
    border-left: 1px solid #000;
}
.des_cd_c0w {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    width: 200px;
    float: left;
    color: #666;
    background-color: #fff;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

.des_btm {
    border-bottom: 1px solid #000;
}
.des_cd_c0b {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    width: 200px;
    float: left;
    color: #666;
    background-color: #b4d7ed;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.des_cd_top {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    width: 600px;
    float: left;
    color: #666;
    background-color: #fff;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.table-alloys div {
    display: block;
}

.acomp_t1 {
    margin: 0;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    width: 98px;
    float: left;
    color: white;
    background-color: #65a5d3;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.acomp_cdw {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    width: 98px;
    float: left;
    color: #666;
    background-color: #fff;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.acomp_cdb {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    width: 98px;
    float: left;
    color: #666;
    background-color: #b4d7ed;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

#mech {
    width: 100%;
}
#mech .header {
    color: #fff;
    background-color: #65a5d3;
    font-weight: bold;
}

#mech td {
    padding: 5px;
    text-align: center;
    font-size: 12px;
    color: #666;
    background-color: #fff;
    border: 1px solid #000;
}
#mech .header {
    color: #fff;
    background-color: #65a5d3;
    font-weight: bold;
}

.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}


#backToTopButton {
  display: inline-block;
  background-color: #a8dcd9;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#backToTopButton::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#backToTopButton:hover {
  cursor: pointer;
  background-color: #333;
}
#backToTopButton:active {
  background-color: #555;
}
#backToTopButton.show {
  opacity: 1;
  visibility: visible;
}

.section-capabilities a:hover .card-title {
    color: #f26533;
}     

.section-homepage-text h2 {
    font-size: 4.25rem;
    line-height: 1.01;
}

@media (max-width: 1024px) {
    .section-homepage-text h2 {
        font-size: 1.75rem;
    }
}

.transitionFinder select, .transitionFinder select.form-control {
    -moz-appearance: auto;
    -webkit-appearance: auto; 
}
.transitionFinder label,
.transitionFinder select {
    font-size: .875rem;
}
.section-mainCategories a:hover,
.section-categories a:hover,
.transitions-finder-results a:hover {
    text-decoration: none;
}
.section-mainCategories a:hover .card-title,
.section-categories a:hover .card-title,
.transitions-finder-results a:hover .card-title{
    color: #f26533;
}

 .heroSlider .slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
}
.heroSlider .slick-dots {
    bottom: 25px;
}
.heroSlider .slick-dots li button:before {
    font-size: 12px;
}
.heroSlider li.slick-active button:before,
.heroSlider li:hover button:before{
    color:#f26533;
}

.heroSlider .overlay::before {
    background: rgba(0,0,0,.2);
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    opacity: 0.15;
    
}

.transitions-finder-results a .card-title{
    margin-left: auto;
    margin-right: auto;
}
.transitions-finder-results a .card-body {
    padding-left: 8px;
    padding-right: 8px;
}

.umb-block-list img {
    height: auto;
    max-width: 100%;
}

@media(max-width: 480px){ 
    .product-detail:before {
        padding: 2px 5px;
        content: "Swipe left to read more";
        color: #fff;
        background: #333;
    }
}
#map {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(100vh - 500px);
    margin-top: 1.5rem;
}
.umb-block-list .distributorsKey img {
    height: 41px;
    max-width: auto;
}

.cross {
    background-color: #f26533 !important;
}

.form-check .form-check-input {
    opacity: 1;
     height: auto; 
     width: auto; 
     overflow: hidden; 
}

#btnCadDownload,
#btnCadEmail {
    color: #f26533;
    border-color: #f26533;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 2rem;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    font-weight: bold;
    font-size: .65rem;
    letter-spacing: .25rem;
    box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
    padding: 6px 15px;
    /*margin: 0.3125rem 1px;*/
}

    #btnCadDownload:hover,
    #btnCadEmail:hover {
        color: #fff;
        background-color: #f26533;
    }

#selCadFormats {
    padding: 6px;
    border-radius: 2rem;
    font-size: .85rem;
}

#dvData {
    border-collapse: collapse;
    display: table;
    width: 100%;
}

    #dvData dl {
        display: table-row;
        font-size: .75rem;
    }

    #dvData dt {
        display: table-cell;
        text-align: left;
        padding: 5px 5px;
        background: #ffffff;
        color: #333333;
        font-weight: bold;
        background-color: #d1d1d1 !important;
        border: 1px solid #cccccc !important;
    }

    #dvData dd {
        display: table-cell;
        text-align: left;
        padding: 5px 5px;
        background: #ffffff;
        color: #000000;
        border: 1px solid #cccccc !important;
        margin-inline-start: 40px;
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: 0.375rem;
    opacity: var(--bs-btn-close-opacity);
    cursor: pointer;
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto;
}

[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter);
}


    /** Mesh Panel Tooltip **/
    /*
.tooltip2 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip2 .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 50%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip2 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip2:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
*/

.productPageSlider .slick-dots
 {
    bottom: -3rem;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
