/*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: 1200px !important;
}

/*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;
	background: url("/pr/recommend_category/economy_aluminium_profiles/images/logo-cat.png");
	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;
}


/****product-list*****/
.l-content .product-list-section {
	margin-top: 1px;
}

.l-content .title-black {
	color: #ffcc00;
	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 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 {
	color: #111;
	background: #ffcc00;
	position: relative;
	height: 78px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 26px;
	font-weight: bold;
}


.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 .yellow-bg {
	background: #ffcc00 !important;
}

.l-content .prd-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	padding: 5px;
}

.l-content .prd-list .item {
	width: 20%;
	padding: 5px 5px;
}

.l-content * {
    box-sizing: border-box;
}

.l-content .prd-list .prd-blk {
	display: block;
	background: #fff;
	padding: 10px 5px 5px 5px;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
}

.l-content .prd-list .prd-blk:hover {
	box-shadow: 0 0 8px rgba(0,0,0,0.7);
}

.l-content .prd-list .prd-blk .prd-head {
	height: 32px;
	text-align: center;
	color: #111;
	display: inline-block;
}

.l-content .prd-list .prd-blk .prd-head .prd-note {
	font-style: italic;
	color: #666;
	display: block;
}
.l-content .prd-list .prd-blk .prd-head .prd-price {
	font-weight: bold;
	font-size: 16px;
	background: #ffcc00;
	display: inline-block;
	padding: 2px 5px;
	line-height: 1.2em;
}
.l-content .prd-list .prd-blk .prd-name {
	line-height: 1.4em;
	display: block;
	margin: 5px 0;
	    font-weight: 600;
}
.l-content .prd-list .prd-blk .prd-name.row-3 {
	height: 54px;
}
.l-content .prd-list .prd-blk .prd-delivery {
	color: #888;
}
.l-content .prd-list .prd-blk .prd-delivery img {
	margin: 0 4px 0 0;
	position: relative;
	top: 2px;
}









.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;
}

/*** 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: #111;
	background: #ffcc00;
	position: relative;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
}


.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 .text-content {
	width: 100%;
}


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


.l-content .detail-btn {
  background-color: #ffcc00;
  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: #ffcc00;
}

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

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

.l-content * {
    box-sizing: border-box;
}

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

.l-content .mainrow {
  content: "";
  clear: both;
  display: flex;
  align-items: center;
}

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

.l-content .ptrnback {
  background: url(/pr/recommend_category/economy_aluminium_profiles/images/pattern_background.jpg) !important;
  background-repeat: repeat !important;
}

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

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

.l-content .pt20 {
	padding-top: 20px;
  }


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

.l-content .pt15 {
	padding-top: 15px;
}

.l-content .pB40 {
	padding-bottom: 40px;
}

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

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

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

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

.l-content .mrB0 {
  margin-bottom: 0px;
}

.l-content .bordercontent {
    border: solid 2px #fff;
    background: linear-gradient(135deg, #454545, #f2f2f2, #8e8e8e, #f2f2f2, #8d8d8d);
    padding: 10px;
    position: relative;
    border-radius: 6px;
}

.l-content .fnt20 {
  font-size: 22px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.l-content p {
    font-size: 14px !important;
	line-height: 18px;
	margin-bottom:10px;
}


.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 {
    width: 100%;
    height: auto;
}





.l-content .aluminumFrmBG {
	background: #f7f7f7;
  }


  .l-content .aluminum-FrmBg {
	background-image: url(/pr/product/aluminum-frames/frame/images/mainvs_lg02.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 30px 0 20px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    column-gap: 50px;
  }

  .l-content .aluminum-FrmBg .frame_cubic {
	position: relative;
  }

  .l-content .aluminum-FrmBg .frame_cubicOffer {
	position: absolute;
	bottom: 0px;
	left: 0px;
  }

  .aluminumFrmNavi ul {
	margin: 0px;
	padding: 0px;
  }

  .aluminumFrmNavi ul li {
	list-style: none;
	font-size: 14px;
	color: #000;
	margin: 6px 10px;
	display: inline-grid;
  }

  .aluminumFrmNavi ul li a {
	font-size: 15px;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    background-color: #f2f2f2;
    box-shadow: inset 0 1px 0 0 #fff, 0 2px 0 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-weight: normal;
    color: #333 !important;
  }


  .aluminumFrmNavi ul li a span {
	font-size: 28px;
    padding-top: 16px;
    float: left;
    line-height: 10px;
    padding-right: 10px;
    color: #2383d9;
  }

  .frameSoftware h2 {
	font-size: 40px !important;
  }

  .frameSoftware p {
	font-size: 18px !important;
    line-height: 26px;
  }

  .bg_gray {
    background-color: #f7f7f7;
}

	.bg_lightSky{
		background-color: #e8f5fc;
	}


  .aluminumFrmBtn {
	text-align: center;
	padding-top: 15px;
  }

  .aluminumFrmBtn a {
	box-sizing: border-box;
    padding: 8px 30px;
    border-radius: 2px;
    background-color: #ff730a !important;
    box-shadow: inset 0 1px 0 0 #ffab6c, 0 2px 0 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none !important;
	display: inline-block;
  }

  .afSupportlink {
	background-color: #e2eff6;
    margin: 0 auto;
    padding: 20px;
  }

  .afSupportlink p {
	font-size: 18px !important;
    line-height: 26px;
    padding: 10px;
  }

  .afSupportlink a span {
	font-size: 28px;
    padding-top: 16px;
    float: left;
    line-height: 10px;
    padding-right: 10px;
    color: #2383d9;
  }

  .afSupportlink a {
	font-size: 16px;
    text-decoration: none !important;
    padding: 8px 50px;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    background-color: #f2f2f2;
    /* box-shadow: inset 0 1px 0 0 #fff, 0 2px 0 0 rgba(0, 0, 0, 0.1); */
    text-align: center;
    font-weight: normal;
    color: #fff !important;
	display: inline-block;
  }


  .misumiFrmSoftware {
	background-color: #2c80c5;
	}

	.misumiFrmSoftware_1 {
		background-color: #2c80c5;
		padding: 20px;
	}

	.misumiFrmSoftware_1 p {
		font-size: 26px !important;
		color: #fff;
		line-height: normal;
	}

	.misumiFrmSoftware_1 p strong {
		font-size: 36px !important;
		color: #fff;
		line-height: normal;
	}

	.misumiFrmSoftware_2 {
		background-color: #eceaec;
    	padding: 40px;
	}

	.misumiFrmSoftware_2 p {
		font-size: 16px !important;
		color: #000;
		background: #fbfafa;
		padding: 10px;
		margin-bottom: 15px;
		border: 4px #fff solid;
		border-radius: 11px;
		box-shadow: 8px 9px 20px #ccc;
		line-height: 22px;
	}


  .advantageMFHed {
	padding: 30px 0px;
  }

  .advantageMFHed h2 {
	background: #ffcd00;
	font-size: 30px !important;
    line-height: 45px;
    color: #000;
    text-align: center;
    padding: 10px;
    margin: 0px 30px;
  }

  .advantageMF {
	padding: 20px 0 60px 0;
    background-color: #e8f5fc;
    background-image: url(/pr/product/aluminum-frames/frame/images/bg_strength.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 100%;
  }

  .advantageMF ul {
	margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .advantageMF ul li img {
	float: left;
	padding-right: 15px;
  }

  .advantageMF ul li {
	list-style: none;
    font-size: 16px;
    line-height: 20px;
    background: #f9f9f9;
    color: #000;
    width: 40%;
    float: left;
    padding: 20px;
    margin: 20px;
    border-radius: 20px;
    border: 5px #fff solid;
    box-shadow: 17px 14px 20px 3px #ccccccb5;
  }


 .userVoice h2 {
	background: #ffcd00;
	font-size: 30px !important;
    line-height: 45px;
    color: #000;
    text-align: center;
    padding: 10px;

 }

 .userVoice h3 {
	background: #132992;
    background: -webkit-linear-gradient(left, rgb(29 143 245) 0%, rgb(40 120 191) 80%);
    background: -o-linear-gradient(left, rgba(19, 41, 146, 1) 0%, rgba(40, 120, 191, 1) 80%);
    border: 4px #ccc solid;
    border-radius: 15px;
	font-size: 20px !important;
    line-height: 45px;
    color: #fff;
    text-align: left;
    padding: 10px;
 }

 .userVoice p {
	font-size: 20px !important;
    line-height: 45px;
    color: #000;
    text-align: left;
 }

 .userVoiceBtn {
	text-align: center;
 }

.userVoiceBtn a {
	background-color: #0169c6;
	padding: 10px 20px;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: inline-block;
    margin-bottom: 50px;
}

	.ex_frame {
		max-width: 100%;
		display: inline-block;
		box-sizing: border-box;
		margin-bottom: 20px;
		padding: 0px 20px;
		vertical-align: top;
		font-size: 12px;
	}

	.l-content .ex_frame a .img_hover_ex {
		display: none;
		box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.59);
		border: 1px solid #333333;
		transform: translate(0px, 5px);
		transition: all 0.3s;
	   }
	   
	   .l-content .ex_frame a:hover .img_hover_ex {
		display: block;
	   }
	   
	   .l-content .ex_frame a:hover .img_ex {
		display: none;
	   }
	   


 .downloadFramMF {
	text-align: center;
	padding: 70px 0px 10px 0pxx;
 }

 .downloadFramMF h2 {
	background: #ffcd00;
	font-size: 30px !important;
    line-height: 45px;
    color: #000;
    text-align: center;
    padding: 10px;
    margin: 0px 30px;
  }

 .downloadFramMF p {
	font-size: 14px;
	padding: 0px 10px;
 }

 .downloadFramMF p strong {
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 8px;
	line-height: 30px;
 }

 .downloadFramMF a {
	background-color: #ff730a !important;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	padding: 10px 20px;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 10px;
	border-radius: 5px;
 }

	.downloadFramMF img {
		padding-bottom: 15px;
	}

 .downloadFramMF span {
	color: #000;
	font-size: 12px;
 }

 .downloadFramMF span a {
	color: #0435c2;
    font-size: 11px;
    background-color: #ffffff00 !important;
    text-decoration: underline;
    padding: 0px;
 }

 .faQFrameAccordion {
	background-color: #000000;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    font-weight: 600;
	margin-bottom: 10px;
  }
  
  .faQFrameactive, .faQFrameAccordion:hover {
	background-color: #555252; 
  }

  .faQFrameAccordion:after {
	content: '\002B';
	color: #ffcd00;
	font-weight: bold;
	float: right;
	margin-left: 5px;
  }
  
  .faQFrameactive:after {
	content: "\2212";
  }
  
  
  .faQFramepanel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
  }

  .faQFrameHed h2 {
	background: #000;
	font-size: 30px !important;
    line-height: 45px;
    color: #ffcd00;
    text-align: center;
    padding: 10px;
    margin: 0px 30px;
  }





	
	.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: #000000;
	  background-color: #bcbcbc;
	  padding: 2px 10px;
	  display: inline-block;
    }
	
	.l-content .prreduce {
      font-size: 14px;
      color: #ffffff;
      margin: 5px 0;
	  background-color: #000000;
	  padding: 4px 10px;
      display: inline-block;
    }
	
	.l-content .prreduce span{
      font-size: 24px;
	  font-weight: 800;
	  line-height:30px;
	  color: #ffcc00;
    }
	
	
	.l-content .productprice {
      font-size: 18px;
      color: #ff0000;
      font-weight: bold;
      margin: 5px 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 .pricing-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
  }

  .l-content .pricing-table th,
  .l-content .pricing-table td {
    border: 1px solid #ccc;
    padding: 2px;
  }

  .l-content .pricing-table thead {
    background-color: #f2f2f2;
  }


    @media (max-width: 768px) {
      .product-grid {
        grid-template-columns: 1fr;
      }
    }

@media only screen and (max-width: 768px) {
	
	.l-content .mainrow {
		display: block;
		padding: 10px;
	}
	
	.l-main {
		width: 100% !important;
	}
	
	.l-content {
			width: 100% !important;
	}
	
	.l-content .prd-list .item {
		width: 50%;
		padding: 5px 5px;
	}
	
	
  /* 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%;}
}