/*CLEAR*/

.l-content .m-cols__wrap--edit,
.l-content .m-cols__wrap--edit > .m-cols__1of2,
.l-content .m-cols__wrap--edit > .m-cols__1of3,
.l-content .m-cols__wrap--edit > .m-cols__1of4,
.l-content .m-cols__wrap--edit > .m-cols__1of5,
.l-content .m-cols__wrap--edit > .m-cols__2of5,
.l-content .m-cols__wrap--edit > .m-cols__3of5,
.l-content .m-cols__wrap--edit > .m-cols__4of5,
.l-content .m-thumbnailList,
.l-content .m-thumbnailList > li {
	margin: 0;
	padding: 0;
	font-size: 0;
}

/*Header Edit*/

.l-content {
    width: 1400px !important;
}


.l-main {
  position: relative;
  z-index: 4000;
  width: 1400px;
  margin: 0 auto;
}

/*Button Center*/

.l-content .m-btnList--center > li {
	padding-left: 50px;
}

.l-content .m-btnList--center > li:first-child {
	padding-left: 0;
}

/*What NEW !!*/

.l-content .sub_main--border {
	/* border: 3px solid #ffcc00; */
	border-radius: 7px;
	padding-top: 10px;
}




/*** category ****/
.l-content .title-big-yellow {
	color: #111;
	background: #ffcc00;
	position: relative;
	height: 78px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	border-bottom: 5px solid #000000;
}

.l-content .title-big-yellow:before {
	content: '';
	display: inline-block;
	width: 168px;
	height: 56px;
	top: 10px;
	left: 10px;
	position: absolute;
}

.l-content .title-big-yellow h2 {
	font-size: 22px;
    margin: 0;
    text-align: center;
    line-height: 1.3em;
    font-weight: bold;
}

.l-content .title-big-yellow h2 span {
	color: #ffffff;
    background: #000000;
    padding: 5px 10px;
}

.l-content .category-section {
	margin-top: 20px;
	margin-bottom: 20px;
}

.l-content .category-list {
	display: inline-flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 10px;
	justify-content: center;
}

.l-content .category-list .item {
	width: 33.33%;
	padding: 0 9px;
	font-size: 14px;
}

.l-content .category-list .category-blk {
	display: inline-block;
	width: 100%;
	border: solid 2px #ffcc00;
	position: relative;
	color: #111;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 10px 0;
	line-height: 1.5em;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.l-content .category-list .category-blk:after {
	background: #ffcc00;
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	content: '';
	width: 100%;
	height: 50px;
	z-index: -1;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.l-content .category-list .category-blk:hover {
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-color: #111;
}
.l-content .category-list .category-blk:hover:after {
	background: #111;
}
.l-content .title-yellow.sticky-category {
	position: fixed;
	top: 0;
	width: 950px;
	height: 100px;
	z-index: 999;
	box-shadow: 1px 0 5px rgba(0,0,0,0.2);
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.l-content .title-yellow.sticky-category a {
	display: block;
	width: 100%;
	height: 100px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	padding-top: 7px;
	padding-left: 138px;
	color: #111;
}

.l-content .title-yellow.sticky-category:hover {
	background: none;
}
.l-content .title-yellow.sticky-category:hover a {
	color: #ffcc00;
}
.l-content .title-yellow.sticky-category a:hover {
	color: #ffcc00;
}
.l-content .title-yellow.sticky-category:before {
	top: 23px;
}
/****product-list*****/
.l-content .product-list-section {
	margin-top: none;
}

.l-content .title-black {
	color: #ffffff;
	background: #000;
	position: relative;
	height: 78px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 26px;
	font-weight: bold;
}
.l-content .title-black:before {
	content: '';
	display: inline-block;
	width: 168px;
	height: 56px;
	top: 10px;
	left: 10px;
	position: absolute;
}

.l-content .title-black h2 {
	font-size: 26px;
	margin: 0;
	text-align: center;
	line-height: 1.3em;
	text-transform: none;
	font-weight: bold;
}
.l-content .title-black h2 span {
	font-weight: normal;
	font-size: 18px;
}


.l-content .title-yellow h2 {
	font-size: 22px;
	margin: 0;
	text-align: center;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: bold;
}

.l-content .title-yellow h2 span {
	font-weight: normal;
	font-size: 18px;
}

.l-content .blk-bg {
	background: #e2e9ec;
}

.l-content .bg-white {
	background: #ffffff;
}

.l-content .blue-bg {
	background: #00549c !important;
}

.l-content .yellow-bg {
	background: #fffadf !important;
}

.l-content .cn_headerCell {
    font-size: 14px !important;
    font-weight: bold;
    background-color: #e8e8e8 !important;
    padding: 10px 0px !important;
	}


.l-content .sub_main--title {
	background-color: #ffcc00;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	padding: 15px 0 15px;
	margin: 0 auto;
}


.l-content .sub_main--title span {
	display: inline-block;
	color: #ffffff;
	background: #000000;
	padding: 2px 5px;
	line-height: 1.1em;
}


.l-content .border_style--left {
	border-left: 3px solid #ffcc00;
}

.l-content .btnLink {
    background-color: #f50000 !important;
    padding: 10px 30px 10px 25px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    transition: 0.3s ease;
    font-weight: bold;
    border-radius: 20px;
}

/* Hover effect */
.l-content .btnLink:hover {
    background-color: #000000 !important;
    color: #ffffff;
}

.l-content .m-btnList--center {
  margin: 10px auto 10px;
}

/*** category ****/
.l-content .title-big-yellow {
	color: #000000;
	background: #ffcc00;
	position: relative;
	width: 100%;
	border-bottom: 2px solid #000000;
	padding-left:10px;
}

.l-content .title-big-yellow h2 {
	font-size: 24px;
    line-height: 2em;
    font-weight: bold;
}

.l-content .title-big-yellow h2 span {
	color: #ffffff;
    background: #000000;
    padding: 5px 10px;
}

.l-content .title-yellow {
	color: #000000;
	background: #ffcc00;
	position: relative;
	height: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-weight: bold;
}


.l-content .title-yellow h2 {
	font-size: 28px !important;
	margin: 0;
	text-align: center;
	text-transform: capitalize;
	font-weight: bold;
	line-height: inherit;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 15px;
}

.l-content .title-yellow h2 span {
	font-weight: normal;
	font-size: 18px;
}

.l-content .stepnum {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: #e60012; /* MISUMI red */
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50%;
  margin-right: 5px;
}


.l-content .text-content {
	width: 100%;
}


.l-content .text-content p {
	font-size: 18px;
	line-height: 1.3em;
	color: #000000;
}


.l-content .detail-btn {
  background-color: #253e81;
  border: none;
  color: #000000;
  font-size: 16px;
  padding: 10px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  border-radius: 4px;
}

.l-content .detail-btn:hover {
  background-color: #000000;
  color: #ffffff;
}

.l-content .detail-btn span {
  cursor: pointer;
  position: relative;
  transition: 0.1s;
}

.l-content .detail-btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.1s;
}

.l-content .detail-btn:hover span {
  padding-right: 25px;
}

.l-content .detail-btn:hover span:after {
  opacity: 1;
  right: 0;
}

.l-content .blk-bg {
	background: #253e81;
}

.l-content .blck {
	background: #000000;
}

.l-content .light-grey {
	background: #f1f1f1;
}

.l-content .lightYello {
	background: #fff9e2;
}

.l-content .lightBlue {
	background: #f3f8ff;
}

.l-content .lightPnk {
	background: #ffdee4;
}

.l-content .lightOrg {
	background: #ffead9;
}


.l-content .whiteBg {
	background: #ffffff;
}

.l-content .whiteBgHt {
  background: #ffffff;
  height: auto;
  box-shadow: 0px 3px 5px 0px #cccccc5c;
}


.l-content .bordRadus {
	border-radius: 8px;
}


.l-content .img-res {
  width: 100%;
  height: auto;
}

.l-content .mainrow {
  content: "";
  clear: both;
  display: flex;
  font-family: "Roboto", sans-serif !important;
  gap: 20px;
}

.l-content .gaprow20 {
   gap: 20px !important; 
}

.l-content .pdquickguide {
   padding: 0px 20px 20px 20px !important; 
}

.l-content .gaprow10 {
   gap: 10px !important; 
}

.l-content .pd10 {
  padding: 10px;
}

.l-content .pd15 {
  padding: 15px;
}

.l-content .pdB15 {
  padding-bottom: 15px;
}

.l-content .pdB0 {
  padding-bottom: 0px !important;
}

.l-content .pdT20 {
  padding-top: 20px !important;
}

.l-content .pdL15 {
  padding-left: 15px;
}

.l-content .pdR20 {
  padding-right: 20px;
}

.l-content .pdB07 {
  padding-bottom: 7px;
}

.l-content .pd20 {
  padding: 20px;
}

.l-content .pd30 {
  padding: 30px;
}

.l-content .pd50 {
  padding: 50px;
}


.l-content .mr20 {
  margin: 20px;
}

.l-content .mrT20 {
  margin-top: 20px;
}

.l-content .mrLR90 {
  margin: 0px 96px;
}

.l-content .mrT60 {
  margin-top: 60px;
}

.l-content .mr10 {
  margin: 10px;
}

.l-content .mrL10 {
  margin-left: 10px;
}

.l-content .mrR10 {
  margin-right: 10px;
}

.l-content .floatLft {
  float: left;
}

.l-content .boldText {
  font-size: 12px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #0467bb;
}


.l-content .bg-img {	  
	/* background: url('/pr/product/oriental-motors/images/background-tech.jpg') !important; */
    background-position: center;
    background-size: contain, cover;
    background-repeat: no-repeat !important;
	display: block;
  background: #060361;
  /* background: linear-gradient(134deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%); */
}

.l-content .drkTxt {
  color: #060361;
}

.l-content .v-center {	  
	align-items: center;
}

.l-content .fnt16, .fnt18, .fnt20, .fnt22, .fnt24, .fnt26, .fnt28,  .fnt30, .fnt32, .fnt34, .fnt38, .fnt40, .fnt42, .fnt44 {
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
}


.l-content .fnt16 {
  font-size: 16px !important;
  line-height: normal;
}

.l-content .fnt18 {
  font-size: 18px !important;
  line-height: 24px;
}

.l-content .fnt20 {
  font-size: 20px !important;
  line-height: 26px;
}

.l-content .fnt22 {
  font-size: 22px !important;
  line-height: normal;
}

.l-content .fnt24 {
  font-size: 24px !important;
  line-height: 28px;
}

.l-content .fnt26 {
  font-size: 26px !important;
  line-height: normal;
}

.l-content .fnt28 {
  font-size: 28px !important;
  line-height: 32px;
}

.l-content .fnt32 {
  font-size: 32px !important;
  line-height: 38px;
}

.l-content .fnt36 {
  font-size: 36px !important;
  line-height: 42px;
}

.l-content .fnt42 {
  font-size: 42px !important;
  line-height: normal;
}

.l-content .fnt52 {
  font-size: 52px !important;
  line-height: 62px;
}

.l-content .mr0 {
  margin: 0px;
}

.l-content .mrb20 {
  margin-bottom: 20px;
}

.l-content .mrb30 {
  margin-bottom: 30px;
}


.l-content .mrb50 {
  margin-bottom: 50px !important;
}

.l-content .mrt50 {
  margin-top: 50px !important;
}

.l-content .mrt30 {
  margin-top: 30px !important;
}

.l-content .mrt20 {
  margin-top: 20px !important;
}

.l-content .mrb10 {
  margin-bottom: 10px;
}

.l-content .pdLR30 {
  padding-left: 30px;
  padding-right: 30px;
}

.l-content .pdL20 {
  padding-left: 20px;
}

.l-content .pdL35 {
  padding-left: 50px;
}

.l-content h1 {
    font-size: 24px !important;
}

.l-content h2 {
    font-size: 20px !important;
}

.l-content h3 {
    font-size: 18px !important;
}

.l-content h6 {
    font-size: 20px !important;
}

.l-content p {
    font-size: 16px !important;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.l-content .txt-white {
    color:#ffffff !important;
}


.l-content .custom-heading {
  font-size: 42px;
  color: #000000;
  /*font-style: italic;
  text-shadow: 1px 3px 3px #41e1ef;  Solid drop shadow */
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  line-height: normal;
}


/* .l-content .txt-sdw {
  text-shadow: 1px 1px 3px #000000; 
} */

.l-content .button {
	box-sizing: border-box;
    padding: 6px 30px;
    background-color: #004098;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.2px;
    margin-top: 7px;
    display: inline-block;
    border-radius: 4px;
    border: 1px #2d2929 solid;
}

.l-content .clr {
	clear: both;
}

.l-content .cntr {
    text-align: center !important;
}

.l-content .ettbold {
    font-style: italic;
	font-weight: bold;
}


.l-content .headingh1 {
    padding-bottom: 20px;
	line-height:30px;
	text-align: center;
	border-bottom:1px solid #878787;
	margin-bottom: 20px;
}

  .l-content .colm-1 {width: 8.33%;}
  .l-content .colm-2 {width: 16.66%;}
  .l-content .colm-3 {width: 25%;}
  .l-content .colm-4 {width: 33.33%;}
  .l-content .colm-5 {width: 41.66%;}
  .l-content .colm-6 {width: 50%;}
  .l-content .colm-7 {width: 58.33%;}
  .l-content .colm-8 {width: 66.66%;}
  .l-content .colm-9 {width: 75%;}
  .l-content .colm-10 {width: 83.33%;}
  .l-content .colm-11 {width: 91.66%;}
  .l-content .colm-12 {width: 100%;}


.l-content .img-res {
    max-width: 100%;
    height: auto;
}

.l-content .prdDetail ul {
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

.l-content .prdDetail ul li {
	font-size: 13px;
    color: #000;
    line-height: 20px;
    text-decoration: none;
    list-style: square;
    margin-left: 15px;
    padding-bottom: 6px;
}

.l-content .prdbtn a {
	display: inline-block;
    box-sizing: border-box;
    padding: 6px 30px;
    border-radius: 2px;
    background-color: #00549c !important;
    box-shadow: 0 2px 0px 1px #00b49d, 0 2px 0 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff !important;
    text-decoration: none !important;
    margin-top: 10px;
}

.l-content .prdbtn a:hover {
    transition: 0.5s;
    box-shadow: 0 -2px 0px 1px #00b49d, 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.l-content .cn_fontType {
	color: #f60 !important;
	font-size: 12px !important;
	font-weight: bold;
}


.l-content .tagProdLinks a {
	display: inline-grid;
    box-sizing: border-box;
    padding:7px 26px 7px;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    background-color: #f2f2f2 !important;
    box-shadow: inset 0 1px 0 0 #fff, 0 2px 0 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #333 !important;
    text-decoration: none !important;
	width: 30%;
    margin: 0px 5px;
}


.anchor-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
	gap:20px;
}

/* -------------------------
   Individual Tabs
-------------------------- */
.anchor-tabs a {
    flex: 1;
    text-align: center;
    padding: 15px 0;
    background: #ffcc00;
    color: #000;
    font-size: 22px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    overflow: hidden;
	border: 2px solid #000000;
	transition: background 0.3s ease;
}

.anchor-tabs a:hover {
    color:#ffffff;
    background: #000000;
}

/* Text stays above wave layer */
.anchor-tabs a span {
    position: relative;
    z-index: 2;
}

/* -------------------------
   Continuous Wave Animation
-------------------------- */
.anchor-tabs a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.3) 0px,
        rgba(255, 255, 255, 0.2) 20px,
        rgba(255, 255, 255, 0.1) 20px,
        rgba(255, 255, 255, 0.1) 40px
    );
    animation: waveFlow 3s linear infinite;
    z-index: 1;
}

/* Continuous movement */
@keyframes waveFlow {
    0%   { transform: translateX(-50%); }
    100% { transform: translateX(0%); }
}

/* -------------------------
   Hover Arrow
-------------------------- */
.anchor-tabs a::after {
    content: "▼";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    font-size: 14px;
}

.anchor-tabs a:hover::after {
    opacity: 1;
}

/* -------------------------
   Smooth Scroll
-------------------------- */
html {
    scroll-behavior: smooth;
}

/* -------------------------
   Hide in Mobile
-------------------------- */
@media (max-width: 768px) {
    .anchor-tabs {
        display: none;
    }
}

/* ------ /Product List + Save up to ------ */


* { box-sizing: border-box; }
$duration: 30s;

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker-wrap {
  
  position: fixed;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  height: 4rem;
  background-color: rgba(#000, 0.9); 
  padding-left: 100%;
  box-sizing: content-box;

  .ticker {

    display: inline-block;
    height: 4rem;
    line-height: 4rem;  
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;

    -webkit-animation-iteration-count: infinite; 
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
   -webkit-animation-name: ticker;
           animation-name: ticker;
    -webkit-animation-duration: $duration;
            animation-duration: $duration;

    &__item {

      display: inline-block;

      padding: 0 2rem;
      font-size: 2rem;
      color: white;   

    }

  }

}


.l-content .faq-section {
            max-width: 800px;
            margin: auto;
            background: #ffffff;
            padding: 20px;
            box-shadow: 0 0 10px rgba(0,0,0,0.2);
            border-radius: 8px;
        }
       .l-content .faq-title {
            margin-bottom: 10px;
        }
        .l-content .faq-item {
            margin-bottom: 20px;
        }
       .l-content .faq-question {
            margin: 0;
            padding: 10px;
            background: #253e81;
            color: #ffffff;
            cursor: pointer;
        }
 .l-content .faq-answer {
            
            margin: 0;
            padding: 10px;
            background: #f1f1f1;
            border-left: 3px solid #000000;
 }


	
	.l-content .product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 283px);
    gap: 10px;
    justify-content: center; /* or start, if you want left-align */
    max-width: 1200px;
    margin: auto;
}

    .l-content .product-box {
      background: #fff;
      border: 1px solid #ddd;
      padding: 15px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      transition: transform 0.2s;
      cursor: pointer;
	  height: 100%;
    }

    .l-content .product-box:hover {
      transform: scale(1.02);
    }

    .l-content .product-box img {
      width: 75%;
      object-fit: contain;
      margin-bottom: 10px;
    }

    .l-content .productname {
      font-size: 16px;
      color: #000000;
      font-weight: bold;
      margin: 5px 0;
	  line-height: 20px;
    }
	
	.l-content .partcode {
      font-size: 14px;
      color: #ffffff;
      font-weight: normal;
      margin: 5px 0;
	  background-color: #000000;
	  padding: 5px 10px;
      display: inline-block;
      border-radius: 5px;
	  letter-spacing: 0.5px;
    }
	
	
	.l-content .productprice {
      font-size: 16px;
      color: #000000;
      font-weight: bold;
      margin:5px 0 15px 0;
    }


    .l-content .ship-day {
      font-size: 14px;
      color: #000000;
      margin-bottom: 10px;
    }

	
.l-content .limited-stock {
    display: inline-block;
    padding: 2px 15px;
    background-color: #ffcc00;
    color: #000000;
    border: 1px solid #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease;
}

	.l-content .limited-stock:hover {
	  background-color: #000000;
	  color: #ffffff;
	}
	
	.l-content .promo-banner {
  width: 100%;
  background-color: #ffcc00;
  color: #000000;
  text-align: center;
  padding: 20px 15px;
}

	.l-content .promo-banner h2 {
	  margin: 0;
	  font-size: 42px !important;
	}

	.l-content .promo-banner h3 {
	  margin: 5px 0 10px;
	  font-size: 30px !important;
	}

	.l-content .promo-banner p {
	  margin: 5px 0 15px;
	  font-size: 18px !important;
	}

	.l-content .register-btn {
	  display: inline-block;
	  padding: 10px 20px;
	  background-color: #ffffff;
	  color: #000000;
	  border: 2px solid #000000;
	  border-radius: 6px;
	  text-decoration: none;
	  font-weight: bold;
	  font-size: 18px;
	  transition: all 0.3s ease;
	}

	.l-content .register-btn:hover {
	  background-color: #000000;
	  color: #ffffff;
	}

.l-content .specproduct ul {
    list-style-type: none; 
    padding: 0; 
    margin: 0; 
    font-family: Arial, sans-serif;
}

.l-content .specproduct li {
	padding: 1px; 
    border-radius: 5px; 
    font-size: 14px; 
    color: #333; 
}

.l-content .specproduct li::before {
    content: "✓ "; 
    color: #000000; 
    font-weight: bold; 
}

.l-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
.l-content table.table-defautl {
  width: 100%;
  border: solid 1px #868686;
  font-family: Arial, Helvetica, sans-serif;
}
.l-content table.table-defautl th, .l-content table.table-defautl td {
  padding: 3px;
  border: solid 1px #868686;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

.l-content table.table-defautl tr th {
  background: #0f228b;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em !Important;
  padding: 10px 0;
}

.l-content table.table-defautl tr td {
  background: #ffffff;
  font-size: 12px;
  color: #000000;
}

.l-content table.table-xs tr th p {
  line-height: 1.45;
}

.l-content table.table-xs tr th, .l-content table.table-xs tr td {
  padding: 10px 3px;
}

.l-content .why-misumi {
      max-width: 1200px;
      margin: auto;
      text-align: center;
    }

    .l-content .why-misumi h2 {
      margin-bottom: 30px;
	  font-size: 42px !important;
    }

    .l-content .boxForm {
      display: flex;
      justify-content: space-around;
    }

.l-content .boxfour {
  width: 48%;
  padding: 20px;
  background: #ffffff;
  border-radius: 5px;
  font-size: 12px;
  line-height:normal;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  border: 1px #f0f0f0  solid;
  margin-bottom: 10px;
}

.l-content .boxfour:hover {
  background: #ebebeb;
  color: #000000;
}



.l-content .mainFetursBox {
  position: fixed;
  top: 38%;
  right: 0px;
}

.l-content .mainFeturs {
  width: 73px;
  padding: 5px;
  background: #060361;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height:normal;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  border: 1px #f0f0f0  solid;
  text-align: center;
  margin-bottom: 2px;
}

.l-content .mainFeturs2 {
  width: 73px;
  padding: 5px;
  background: #ffffff;
  border-radius: 2px;
  font-size: 9px;
  line-height:normal;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  border: 1px #f0f0f0  solid;
  text-align: center;
  margin-bottom: 2px;
}

.l-content .mainFeturs3 {
  width: 73px;
  padding: 5px;
  background: #ffcc00;
  border-radius: 2px;
  font-size: 9px;
  line-height:normal;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  border: 1px #f0f0f0  solid;
  text-align: center;
  margin-bottom: 2px;
}

.l-content .mainFeturs4 {
  width: 73px;
  padding: 5px;
  background: #e8f1f9;
  border-radius: 2px;
  font-size: 9px;
  line-height:normal;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  border: 1px #f0f0f0  solid;
  text-align: center;
  margin-bottom: 5px;
}



.l-content .mainFetursBottom {

  width: 100%;
}

.l-content .mainFetursBottom1 {
  padding: 5px;
  background: #060361;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  line-height:32px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  border: 1px #f0f0f0  solid;
  text-align: center;
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-content .mainFetursBottom2 {
  padding: 5px;
  background: #ffffff;
  border-radius: 2px;
  font-size: 14px;
  line-height:32px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  border: 1px #f0f0f0  solid;
  text-align: center;
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-content .mainFetursBottom3 {
  padding: 5px;
  background: #ffcc00;
  border-radius: 2px;
  font-size: 14px;
  line-height:32px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  border: 1px #f0f0f0  solid;
  text-align: center;
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-content .mainFetursBottom4 {
  padding: 5px;
  background: #e8f1f9;
  border-radius: 2px;
  font-size: 14px;
  line-height:32px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  border: 1px #f0f0f0  solid;
  text-align: center;
  margin-bottom: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brdrimg {
	border: 5px solid #d9d9d9;
}

.l-content .oktxt {
            background-color: #5ab432;
            color: #ffffff;
            padding: 4px;
            font-size: 14px;
            text-align: center;
            font-weight: bold;
        }
		
		.l-content .ngtxt {
            background-color: #c80000;
            color: #ffffff;
            padding: 4px;
            font-size: 14px;
            text-align: center;
            font-weight: bold;
        }
		
		
		.l-content .ecyellowclr {
    color: #ffcc00 !important;
}

.l-content .whiteclr {
    color: #ffffff !important;
}

.feature-section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Anchor box */
.feature-box {
  background-color: #ffffff;
  color: #000000;
  padding: 25px 15px;
  text-decoration: none;
  border-radius: 15px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  display: block;
  position: relative; /* Required for arrow positioning */
}

/* Ensure anchor text stays black */
.feature-box,
.feature-box:visited,
.feature-box:hover,
.feature-box:active {
  color: #000000;
  text-decoration: none;
}

/* .feature-box:hover {
  background-color: #ebebeb;
  transform: translateY(-4px);
} */

.feature-box h4 {
  font-size: 28px !important;
  margin: 0 0 10px;
  color: #000000;
  line-height: 32px;
  font-family: "Roboto", sans-serif !important;
  font-weight: 600;
}

.feature-box p {
  font-size: 13px;
  margin: 0;
  line-height: 1.4;
  color: #000000;
  font-family: "Roboto", sans-serif !important;
  font-weight: 300;
}

/* Responsive */
@media (max-width: 992px) {
  .feature-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .feature-section {
    grid-template-columns: 1fr;
  }
}




    .l-content .contactBox {
      background-color: #ffffff;
      color: #000;
      padding: 20px;
      flex: 1 1 calc(33.333% - 20px); 
      text-align: left;
      transition: background 0.3s, color 0.3s;
      box-sizing: border-box;
      border: 1px solid #eaeaea;
      border-radius: 10px;
      height: 150px;
    }

    .l-content .contactBox a {
      font-size: 18px;
      color: #000;
      font-weight: 600;
      text-decoration: none;
    }

    .l-content .contactBox p {
      font-size: 13px !important;
      letter-spacing: 0.1px;
    }

    .l-content .contactBox h3 {
      font-size: 18px;
      color: #0467bb;
    }

    .l-content .boxcntr h3 {
      font-size: 18px !important;
      margin-bottom: 10px;
    }

    .l-content .boxcntr p {
      font-size: 13px !important;
      letter-spacing: 0.1px;
    }

    .l-content .borderBtmDGrn {
      border-bottom: 5px #03954b solid;
      margin-bottom: 20px;
      width: 480px;
    }

  .discount-banner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      /* border: 15px solid #ffcc00; */
      background: #ffcc00;
      padding: 20px 30px;
      font-size: 20px;
      font-weight: bold;
      border-radius: 12px;
      font-family: Arial, sans-serif;
      /* margin: 40px auto; */
      margin: 0px 90px;
    }

    .discount-banner .cta-button {
      background-color: #000000;
      color: #ffffff;
      padding: 6px 16px;
      border-radius: 5px;
      font-size: 22px;
      font-weight: bold;
      cursor: pointer;
      text-decoration: none;
      transition: background 0.3s ease;
    }

    .discount-banner .cta-button:hover {
    background-color: #ffffff; /* Yellow */
      color: #000000;
    }
	
	.highlight-code {
  background-color: #ff0000;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 5px;
  margin-left: 5px;
  display: inline-block;
  font-weight: bold;
}

.banner-slider {
  position: relative;
  max-width: 1400px;
  margin: auto;
  overflow: hidden;
}

.bannerslides {
  display: flex;
  animation: slideAnimation 18s infinite; /* 3 slides x 6s */
}

.bannerslide {
  min-width: 100%;
  box-sizing: border-box;
}

.orientalslide img {
  width: 100%;
  display: block;
}





.bnrslider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* Slides wrapper */
.bnrslides {
  display: flex;
  height: 100%;
  transition: transform 0.6s ease-in-out;
}

/* Each slide */
.bnrslide {
  min-width: 100%;
  height: 100%;
  position: relative;
}

/* Slide image */
.bnrslide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Removed caption styling completely */

/* Navigation arrows */
.bnrarrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 20px;
  padding: 5px 15px;
  border-radius: 50%;
  cursor: pointer;
  user-select: none;
  z-index: 10;
}

.bnrprev { left: 20px; }
.bnrnext { right: 20px; }

.bnrarrow:hover {
  background: rgba(0,0,0,0.7);
}

/* Bottom dots */
.bnrprogress {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.bnrdot {
  height: 14px;
  width: 14px;
  background: rgba(255,255,255,0.5);
  border-radius: 50%;
  cursor: pointer;
}

.bnrdot.active {
  background: #fff;
}

.wd-title {
    position: relative;
    font-size: 24px !important;
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}

.wd-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  background-color: #000;
}


.quick-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block; /* 1 per row */
}

.quick-list li {
  margin: 0;
  margin-bottom:10px;
}

.quick-list a {
  display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    transition: all 0.3s ease;
    border-bottom: 1px solid #eaeaea;
}

.quick-list a:hover {
  background: #ffcc00;
  text-decoration: none;
}

.quick-list a:not(.view-more):hover::after {
  content: "➜";
  font-size: 16px;
  transition: transform 0.3s ease;
}


.quick-list a.view-more {
  font-weight: 600;
  justify-content: center;
  background: #f6f6f6;
  border: 1px solid #e2e2e2;
  margin-top: 6px;
  transition: all 0.4s ease; /* Smooth hover */
}

.quick-list a.view-more:hover {
  background: #ffcc00;
}

.widget {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.training-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #000;
    color: #fff !important;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

  .training-btn::after {
    content: "→";
    font-size: 16px;
    transition: transform 0.3s ease;
  }

  .training-btn:hover {
    background-color: #b30000;
	color: #ffffff;
  }

  .training-btn:hover::after {
    transform: translateX(4px);
  }

.newton-faq {
  max-width: 800px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.newton-faq .faq-item {
  border-bottom: 1px solid #ddd;
}

.newton-faq .faq-question {
  width: 100%;
  background: #4e4e4e;
  color: #ffffff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newton-faq .faq-question:hover {
  background: #a3a3a3;
}

.newton-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  background: #fff;
  font-size: 14px;
  color: #333;
  transition: max-height 0.35s ease, padding 0.3s ease;
}

.newton-faq .faq-item.active .faq-answer {
  max-height: 440px; /* large enough for content */
  padding: 15px 20px;
}

.newton-faq .faq-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.newton-faq .faq-item.active .faq-icon {
  transform: rotate(45deg); /* + becomes × */
}


.img-comp-container {
  position: relative;
  height: 200px; /*should be the same height as the images*/
}

.img-comp-img {
  position: absolute;
  width: auto;
  height: auto;
  overflow:hidden;
}

.img-comp-img img {
  display:block;
  vertical-align:middle;
}

.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 60px;
  height: 60px;
  background-color: #b30000;
  opacity: 0.9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Arrowheads */
.img-comp-slider::before,
.img-comp-slider::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}

/* Left arrow */
.img-comp-slider::before {
  transform: rotate(-135deg);
  left: 15px;
}

/* Right arrow */
.img-comp-slider::after {
  transform: rotate(45deg);
  right: 15px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media only screen and (max-width: 768px) {
	
	.l-content .mainrow {
		display: block;
		padding: 10px;
		font-family: Roboto, sans-serif !important;
	}
	
	.l-main {
		width: 100% !important;
	}
	
	.l-content {
			width: 100% !important;
	}
	
	.l-content .prd-list .item {
		width: 48%;
		padding: 5px 5px;
	}
	
	.l-content .title-black:before {
		content: '';
		display: inline-block;
		background: none;
		width: 100px;
		height: 33px;
		top: 10px;
		left: 10px;
		position: absolute;
	}
	


	
	
  /* For mobile: */
  .l-content .colm-sml-1 {width: 8.33%;}
  .l-content .colm-sml-2 {width: 16.66%;}
  .l-content .colm-sml-3 {width: 25%;}
  .l-content .colm-sml-4 {width: 33.33%;}
  .l-content .colm-sml-5 {width: 41.66%;}
  .l-content .colm-sml-6 {width: 50%;}
  .l-content .colm-sml-7 {width: 58.33%;}
  .l-content .colm-sml-8 {width: 66.66%;}
  .l-content .colm-sml-9 {width: 75%;}
  .l-content .colm-sml-10 {width: 83.33%;}
  .l-content .colm-sml-11 {width: 91.66%;}
  .l-content .colm-sml-12 {width: 100%;}
}


.link-box-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.link-box-row a {
    flex: 0 0 calc(50% - 8px);
    background: #e5e5e5;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    padding: 10px; /* extra right space for arrow */
    text-decoration: none;
    font-size: 16px;
	line-height:18px;
    font-weight: 500;
    position: relative;
    transition: background 0.3s ease;
}

/* Arrow (hidden by default) */
.link-box-row a::after {
    content: "→";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease, right 0.3s ease;
    font-size: 16px;
}

/* Hover effect */
.link-box-row a:hover {
    background: #ffd700;
}

.link-box-row a:hover::after {
    opacity: 1;
    right: 8px; /* slight slide-in effect */
}

/* Responsive */
@media (max-width: 768px) {
    .link-box-row a {
        flex: 0 0 calc(50% - 16px);
    }
}

@media (max-width: 480px) {
    .link-box-row a {
        flex: 0 0 100%;
    }
}


.hdbr {
	border: 6px solid #0f2189 !important;
	padding:15px 20px;
	background-color:#0f2189;
	border-radius: 15px;
	color: #ffffff;
	    display: inline-block;
}


.brdr1 {
	border: 6px solid #ffcc00 !important;
}

.brdr2 {
	border: 6px solid #dc5d5d !important;
}


.brdr3 {
	border: 6px solid #5d90dc !important;
}

.brdr4 {
	border: 6px solid #5ddc87 !important;
}


.cta-box {
  display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fdfdfd;
    border: 6px solid #e8e8e8;
    padding: 15px 20px;
    border-radius: 10px;
}

.cta-btn.hover-filled-opacity::before {
  top:0; bottom: 0; right: 0;
  height: 100%; width: 100%;
  opacity: 1;
}
.cta-btn.hover-filled-opacity:hover::before {
  opacity: 0;
}

.cta-text {
  font-size: 20px;
  font-weight: 500;
}

.cta-btn {
  display: inline-flex;
    align-items: center;
    gap: 5px;
    background-color: #ffcc00;
    color: #000000 !important;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 18px;
	font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 7px;
}

.cta-btn:hover {
  background: #e0e0e0;
}

.cta-btn::after {
    content: "→";
    font-size: 16px;
    transition: transform 0.3s ease;
  }
  
    .cta-btn:hover::after {
    transform: translateX(4px);
  }
  
  
.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom:5px;
}

.custom-list .icon {
  width: 18px;        /* fixed width for icon column */
  flex-shrink: 0;
  font-size: 18px;
  padding-right:5px;
}

.custom-list .text {
  display: block;
  font-size: 14px;
}


.video-popup {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

/* Popup box */
.video-popup-content {
    position: relative;
    width: 80%;
    max-width: 800px;
    margin: 8% auto;
    background: #000;
}

/* Close button */
.close-btn {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}

/* Responsive iframe */
.video-popup-content iframe {
    width: 100%;
    height: 450px;
    border: none;
}

/* Clickable image */
.video-thumbnail {
    cursor: pointer;
    max-width: 100%;
    padding: 15px;
    border: 2px #ffcc00 solid;
}

.faq {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 20px;
}

.faq a {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-around;
  background: #e0e0e0;
}

.faq span {
  font-size: 40px;
}

.quickGuide {
  width: 100%;
  display: block;
  text-align: left;
  margin-top: 20px;
}

.quickGuide a {
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  background: #ffcc00;
}

.quickGuide span {
  font-size: 40px;
}

.emoji {
  font-size: 35px;
    float: left;
    line-height: 33px;
    width: 50px;
}
