html {
  scroll-behavior: smooth;
  transition: all 0.4s ease-in-out;
}

body {
  background-color: #f6f6f6;
  position:relative;
  height:100%;
  padding: 0 !important;
}

a {
	text-decoration: none !important;
}

:target:before {
  content: "";
  display: block;
  height: 150px;
  margin: -150px 0 0;
}

p.tk23-prod-det-P strong {
    font-weight: 600;
}
.tk23-prod-desp ul li {
    margin-bottom: 6px;
}

.tk23-prod-desp ul {
    padding-left: 25px;
	list-style: disc;
}

.tk23-prod-desp td, .tk23-prod-desp th {
    width: auto !important;
    word-break: break-all;
    border-width: 2px;
    border-color: inherit;
    border-style: solid;
    padding: 3px 5px;
    border-color: #000;
}

.tk23-prod_dtlbtm {
  background-color: transparent;
	padding: 26px 0;
}

.tk23-prod_lftsd {
	display: inline-block;
	vertical-align: top;
	width: calc(99% - 330px);
	margin-right: 30px;
}

.tk23-prod_rgtsd {
	display: inline-block;
	vertical-align: top;
	width: 300px;
}

.tk23-prod_dtlbtm .tk23-prod-det-HD {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	line-height: normal;
	margin-bottom: 26px;
}

.tk23-prod-bg {
	background-color: #fff;
	padding: 30px 26px;
}

.tk23-prod-specs {
	margin-bottom: 30px;
}

.tk23-specs li {
	display: inline-block;
	margin-right: 10px;
	background-color: #e8f2fe;
	border-radius: 6px;
	padding: 8px;
	border: 1px solid #d2dae4;
	margin-bottom: 15px;
	font-size: 16px;
	color: #000;
	line-height: normal;
}

.tk23-prod-specs .tk23-specs li svg {
	color: #ff6600;
	margin-right: 5px;
}

.tk23-prod-lst-p {
	font-weight: 600;
}

.tk23-prod-desp .tk23-desp-spc {
	height: 30px;
}

.tk23-prod-desp .tk23-prod-lst-hd {
	font-size: 16px;
	font-weight: 600;
	width: 200px;
	color: #757575;
	line-height: normal;
}

.tk23-prod-desp .tk23-prod-lst-p {
	width: calc(99% - 200px);
	line-height: normal;
	font-size: 16px;
}

.tk23-prod-desp .tk23-prod-det-P {
	font-size: 16px;
	color: #000;
	font-weight: 400;
	margin-bottom: 30px;
}

.tk23-prod-desp .tk23-prod-imag {
	margin-top: 40px;
}

.tk23-prod-desp .tk23-prod-imag img {
	width: 100%;
	height: auto;
	max-width: 850px;
}

.tk23-prod_rgtsd .tk23-prod-det-svcs ul li {
	padding: 20px 15px;
	background-color: #fff;
	border-bottom: 1px solid #e9eef4;
}

.tk23-prod_rgtsd .tk23-prod-det-svcs ul li a {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	transition: all 0.4s ease-in-out;
}

.tk23-prod_rgtsd .tk23-prod-det-svcs ul li a:hover {
	color: #ff6600;
}

.tk23-prod_rgtsd .tk23-prod-det-svcs svg {
	margin-right: 7px;
	font-size: 14px;
}

.tk23-prod-det-P img {
    width: 100%;
    height: auto;
    max-width: 850px;
}

@media screen and (max-width: 767px){
	.tk23-prod_dtlbtm .tk23-prod-det-HD{
		text-align: center;
	}
	.tk23-prod_dtlbtm .tk23-specs{
		text-align: center;
	}
}

/* Related Products */


.tk23-prod_dtlbtm .tk23-prod_rgtsd {
  position: sticky;
  top: 12px;
}

.tk23-related-products {
	background-color: #fff;
	margin-top: 20px;
	padding: 30px 26px;
}

.tk23-related-products h5 {
	height: 15px;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 15px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
 /* number of lines to show */
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.tk23-related-products a{
	transition: all 0.4s ease-in-out;
}

.tk23-related-products a:hover h5{
	color:#ff6600;
}

.tk23-related-products .tk23-rp-txt1, .tk23-related-products .tk23-rp-txt2 {
	margin-bottom: 0;
}

.tk23-related-products .tk23-rp-txt1 strong {
	font-size: 16px;
	font-weight: 800;
}

.tk23-related-products .tk23-rp-txt1 span {
	font-size: 12px;
}

.tk23-related-products .tk23-rp-txt1 span, .tk23-related-products .tk23-rp-txt2 span {
	color: #9a9a9a;
}

#tk23-related-slider {
	padding: 0 41px;
}

#tk23-related-slider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50px);
	background-color: #d9d9d9;
	color: #fff;
	padding: 6px 16px !important;
	height: 37px;
	display: flex;
	align-items: center;
	transition: all 0.4s ease-in-out;
}

#tk23-related-slider .owl-nav button:hover{ 
 background-color:rgba(238,114,46,.3);
}

#tk23-related-slider .owl-nav button span {
	font-size: 28px;
	margin-top: -4px;
}

#tk23-related-slider .owl-nav button.owl-prev {
	left: -8px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

#tk23-related-slider .owl-nav button:after{
	content: '\f104';
    width: 2px;
    height: 2px;
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    top: 13px;
    left: 13px;
    font-size: 14px;
    font-weight: 900;
}

#tk23-related-slider .owl-nav button span {
	font-size: 0;
}

#tk23-related-slider .owl-nav button.owl-next:after{
	content: '\f105';
	right: 17px;
    left: inherit;
}


#tk23-related-slider .owl-nav button.owl-next {
	right: -8px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

#tk23-related-slider .rp-imag1 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 175px;
	height: 175px;
	overflow: hidden;
}

#tk23-related-slider .rp-imag1 img {
	max-width: 175px;
	max-height: 175px;
	vertical-align: middle;
	display: inline-block !important;
}

#tk23-related-slider a:hover .rp-imag1 img {
	transform: scale(1.1);
}

.tk23-direct-inquiry {
	background-color: #fff;
	margin-top: 20px;
	padding: 30px 26px;
}

.tk23-direct-inquiry .tk23-inquiry-lbl, .tk23-direct-inquiry .tk23-inquiry-txt {
	display: inline-block;
	vertical-align: top;
}

.tk23-direct-inquiry .tk23-inquiry-lbl {
	width: 110px;
	text-align: right;
	margin-right: 4px;
}

.tk23-direct-inquiry .tk23-inquiry-lbl label {
    margin-top: 10px;
}

.tk23-direct-inquiry .tk23-inquiry-txt {
	width: calc(98% - 110px);
}

.tk23-direct-inquiry .tk23-inquiry-txt span.tk23-inquiry-mn-txt {
	font-weight: 800;
	font-size: 16px;
	color: #000;
	line-height: normal;
}

.tk23-direct-inquiry .tk23-mn-inquiry {
	margin-bottom: 26px;
}

.tk23-direct-inquiry .tk23-mn-inquiry input[type="text"], .tk23-direct-inquiry .tk23-mn-inquiry textarea {
	border: 1px solid #dddddd;
	border-radius: 7px;
	width: 100%;
	padding: 8px 11px;
	outline: none;
	height: 36px;
}

.tk23-direct-inquiry .tk23-mn-inquiry textarea {
	height: 183px;
}

.tk23-direct-inquiry .tk23-mn-inquiry input::placeholder, .tk23-direct-inquiry .tk23-mn-inquiry textarea::placeholder {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
}

.tk23-direct-inquiry .tk23-mn-inquiry input[type="text"]:focus, .tk23-direct-inquiry .tk23-mn-inquiry textarea:focus {
		box-shadow:none;
}

.tk23-inquiry-txt ul li {
	display: inline-block;
	vertical-align: middle;
	width: 154px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.tk23-prod_cmp__batch {
  width: 180px;
  text-align: center;
  overflow: hidden;
  margin: 0 auto 35px;
}

.tk23-btchLogo {
  max-width: 110px;
  width: 100%;
  height: auto;
}

.tk23-compYear {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  background: rgb(172,28,41);
  background: linear-gradient(0deg, rgba(172,28,41,1) 0%, rgba(229,39,54,1) 50%, rgba(172,28,41,1) 100%);
  border-radius: 50px;
  padding: 2px 45px;
  margin-top: 8px;
  max-height: 23px;
}

.tk23-cnt_btn__cont {
    display: inline-block;
    vertical-align: middle;
}

.tk23-brochureCont {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

.tk23-brochureCont a {
    background: #e8f2fe;
    border: 1px solid #d2dae4;
    border-radius: 4px;
    padding: 11px 28px;
    margin-top: 15px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #0e65bc;
    transition: all 0.4s ease-in-out;
}

.tk23-brochureCont a svg {
    margin-right: 5px;
}

.tk23-brochureCont a:hover {
    background: #0e65bc;
    border: 1px solid #0e65bc;
    color: #fff;
}

@media screen and (max-width: 767px){
	#tk23-related-slider .owl-nav button:after{
		top: 12px;
	}
	#tk23-related-slider .owl-nav button{
		top: 47%;
		background-color: #000;
    	opacity: 0.3;
	}
	#tk23-related-slider .owl-nav button:hover{
		background-color: rgb(238 114 46);
	}
	.tk23-related-products{
		text-align: center;
	}
}

/* Check box */

.tk23-styled-checkbox + label:before {
	box-shadow: 0 0 0 1px #8e8e8e;
	border-radius: 1px;
}

.tk23-styled-checkbox {
	position: absolute;
	opacity: 0;
}

.tk23-styled-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color: #272727;
}

.tk23-styled-checkbox + label:before {
	content: "";
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: white;
	margin-bottom: 2px;
}

.tk23-styled-checkbox:hover + label:before {
	background: #f35429;
}
.tk23-styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 1px #8e8e8e;
}



.tk23-styled-checkbox:checked + label:before {
	background: #ff6600;
	box-shadow: 0 0 0 1px #ff6600;
}

.tk23-styled-checkbox:disabled + label {
	color: #b8b8b8;
	cursor: auto;
}

.tk23-styled-checkbox:disabled + label:before {
	box-shadow: none;
	background: #ddd;
}

.tk23-styled-checkbox:checked + label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	background: white;
	width: 2px;
	height: 2px;
	box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
	transform: rotate(45deg);
}

.tk23-inquiry-butn {
	background-color: #ff6600;
	color: #fff;
	padding: 13px 20px;
	border-radius: 5px;
	font-size: 17px;
	font-weight: 600;
	transition: all 0.4s ease-in-out;
}

.tk23-inquiry-butn:hover {
	background-color: #e44c00;
}

.tk23-inquiry-butn svg {
	margin-right: 5px;
}

#tk23-other-prod-slider {
	padding: 0 41px;
}

#tk23-other-prod-slider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50px);
	background-color: #d9d9d9;
	color: #fff;
	padding: 6px 16px !important;
	height: 37px;
	display: flex;
	align-items: center;
	transition: all 0.4s ease-in-out;
}

#tk23-other-prod-slider .owl-nav button:after{
	content: '\f104';
    width: 2px;
    height: 2px;
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    top: 13px;
    left: 13px;
    font-size: 14px;
    font-weight: 900;
}

#tk23-other-prod-slider .owl-nav button:hover{ 
 background-color:rgba(238,114,46,.3);
}

#tk23-other-prod-slider .owl-nav button span {
	font-size: 0;
}

#tk23-other-prod-slider .owl-nav button.owl-prev {
	left: -8px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

#tk23-other-prod-slider .owl-nav button.owl-next {
	right: -8px;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}

#tk23-other-prod-slider .owl-nav button.owl-next:after{
	content: '\f105';
	right: 17px;
    left: inherit;
}


#tk23-other-prod-slider .rp-imag1 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 175px;
	height: 175px;
	overflow: hidden;
}

#tk23-other-prod-slider .rp-imag1 img {
	max-width: 175px;
	max-height: 175px;
	vertical-align: middle;
	display: inline-block !important;
}

#tk23-other-prod-slider a:hover .rp-imag1 img {
	transform: scale(1.1);
}

@media screen and (max-width: 767px){
	#tk23-other-prod-slider .owl-nav button:after{
		top: 12px;
	}
	#tk23-other-prod-slider .owl-nav button{
		top: 47%;
		background-color: #000;
    	opacity: 0.3;
	}
	#tk23-other-prod-slider .owl-nav button:hover{
		background-color: rgb(238 114 46);
	}

}


/*=====upper part css=====*/

.tk23-prod_dtltp {
  background-color: #fff;
  padding: 30px 0 50px;
}

.tk23-prod_img__cont {
  display: inline-block;
  vertical-align: top;
  width: 400px;
  margin-right: 30px;
}

.tk23-prod_desp__cont {
  display: inline-block;
  vertical-align: top;
  width: calc(98% - 430px);
}

.tk23-prod_desp__box {
  padding: 22px 0 30px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 40px;
}

.tk23-prod_desp__ttl {
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #10426f;
  margin-bottom: 15px;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:4;
}

.tk23-prod_desp__prcbox {
  padding: 12px 25px;
  background-color: #f6f6f6;
  margin-bottom: 30px;
}

.tk23-prod_desp__prcgt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.tk23-prod_fobprc {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #9c9c9c;
  margin-bottom: 0;
}

.tk23-prod_ltstprc {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #0e65bc;
  transition: all 0.4s ease-in-out;
}
.tk23-prod_ltstprc svg {
  font-size: 12px;
  margin-left: 3px;
}

.tk23-prod_ltstprc:hover {
  color: #f15e14;
}

.tk23-prod_minprc {
  display: flex;
  align-items: center;
}

.tk23-prod_prcperpr {
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  color: #757575;
  margin-bottom: 0;
}

.tk23-prod_prc {
  font-size: 22px;
  line-height: normal;
  font-weight: 600;
  color: #f15e14;
}

.tk23-sep {
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  color: #757575;
  padding: 0 8px;
}

.tk23-prod_minord {
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  color: #757575;
  margin-bottom: 0;
}

.tk23-prod_minord span {
  font-weight: 600;
  color: #1b1b1b;
}

.tk23-prod_desp__attr, .tk23-cnt_btn__cont {
  padding-left: 22px;
}

.tk23-prod_desp__atrbx {
  margin-bottom: 8px;
}

.tk23-prod_desp__atrbx:last-child {
  margin-bottom: 0;
}

.tk23-prod_desp__atrlft {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}

.tk23-prod_desp__atrlft p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #757575;
  margin-bottom: 0;
}

.tk23-prod_desp__atrrgt {
  display: inline-block;
  vertical-align: top;
  width: calc(98% - 200px);
}

.tk23-prod_desp__atrrgt p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #1b1b1b;
  margin-bottom: 0;
}

.tk23-prod_cntbtn {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  background-color: #f15e14;
  border-radius: 4px;
  padding: 9px 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.tk23-prod_cntbtn:hover {
  color: #fff !important;
  background-color: #e44c00;
}

.tk23-prod_cntbtn svg {
  margin-right: 5px;
}

.tk23-prod_cmpsd__cont {
  background: -moz-linear-gradient( 90deg, rgb(255,255,255) 75%, rgb(233,239,246) 100%);
  background: -webkit-linear-gradient( 90deg, rgb(255,255,255) 75%, rgb(233,239,246) 100%);
  background: -ms-linear-gradient( 90deg, rgb(255,255,255) 75%, rgb(233,239,246) 100%);
  box-shadow: 0px 1px 0px 0px rgba(244, 247, 251, 0.004);
  border: 1px solid #e9eef4;
}

.tk23-prod_cmphd {
  border-bottom: 1px solid #e9eef4;
  padding: 15px 20px;
}

.tk23-prod_cmpimg__cont {
  display: inline-block;
  vertical-align: top;
  width: 52px;
  margin-right: 15px;
}

.tk23-prod_cmpimg__cont a {
  display: table-cell;
}

.tk23-prod_cmpimg__cont a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  overflow: hidden;
}

.tk23-prod_cmpimg__cont img {
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle;
  display: inline-block;
}

.tk23-prod_cmpnm__cont {
  display: inline-block;
  vertical-align: top;
  width: calc(98% - 68px);
}

.tk23-prod_cmpnm {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #10426f;
  margin-bottom: 6px;
  cursor: pointer;
}

.tk23-prod_cmpnm__a {
  font: inherit;
  color: inherit;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}

.tk23-prod_cmpnm:hover .tk23-prod_cmpnm__a {
  color: #f15e14;
}

.tk23-prod_cmpcntry {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1b1b1b;
  margin-bottom: 0;
}

.tk23-prod_cmpcntry span {
  margin-right: 5px;
}

.tk23-prod_cmpbtm {
  padding: 20px 25px 30px;
}

.tk23-prod_cmp__batch {
  position: relative;
  margin-bottom: 35px;
}

.tk23-goldkey_bg {
  background: url("../images/misc_sprite.gif") no-repeat scroll 5px -11px rgba(0, 0, 0, 0);
  display:block;
  height: 17px;
  text-indent: -9999px;
  width: 123px;
  margin: 0 auto 30px;
}

.tk23-goldkey_bg_year{
  height:22px;
  width:170px;
  display:block;
  padding-left:121px;
  margin: 0 auto 30px;
  color:#ffffff;
  background:url("../images/general_sprite.gif") -0px -318px no-repeat;
}

.tk23-silverkey_bg {
  background: url("../images/misc_sprite.gif") no-repeat scroll 5px -49px rgba(0, 0, 0, 0);
  display: block;
  height: 17px;
  text-indent: -9999px;
  width: 123px;
  margin: 0 auto 30px;
}  

.tk23-silverkey_bg_year{
  height:22px;
  width:170px;
  display:block;
  padding-left:121px;
  padding-top:7px;
  margin: 0 30px 30px;
  color:#ffffff;
  background:url("../images/general_sprite.gif") -0px -339px no-repeat;
}

.tk23-goldkey_plus {
  background-color: maroon;
  font-size: 9px;
  line-height: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 4px;
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 45px;
  text-align: center;
}

.tk23-trust_points_greater
{
  height:22px;
  width:33px;
  background:url("../images/general_sprite.gif") -14px -368px no-repeat;
}

.tk23-trust_points_0
{
  height:19px;
  width:33px;
  background:url("../images/general_sprite.gif") -57px -368px no-repeat;
}

.tk23-trust_points_minus
{
  height:19px;
  width:22px;
  background:url("../images/general_sprite.gif") -98px -365px no-repeat;
}

.tk23-prod_cmp__cntcont {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tk23-prod_cmp__cntcont .tk23-prod_cntbtn {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 66px;
}

.tk23-prod_vwnm {
  background: #e8f2fe;
  border: 1px solid #d2dae4;
  border-radius: 4px;
  padding: 9px 40px;
  margin-top: 15px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #0e65bc;
  transition: all 0.4s ease-in-out;
}

.tk23-prod_vwnm svg {
  margin-right: 5px;
}

.tk23-prod_vwnm:hover {
  background: #0e65bc;
  border: 1px solid #0e65bc;
  color: #fff;
}

.tk23-prod_cmp__prsn {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  color: #10426f;
  margin-bottom: 12px;
  text-align: center;
}

.tk23-prod_cmp__prsn span {
  display: block;
  margin-bottom: 5px;
  color: #757575;
  font-size: 13px;
  font-weight: 400;
}

.tk23-prod_cmp__adrs {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1b1b1b;
  margin-bottom: 22px;
  text-align: center;
}

.show div {
  z-index: 9999 !important;
}

.fade.in {
    opacity: 1 !important;
}

.modal-backdrop.fade.in {
	opacity:0.5 !important;
}

.scratch_modal__dialog {
    max-width: 700px !important;
}

.tk23-prod-det-svcs .collapseInner.collapse.show {
    margin-top: 10px;
}

@media screen and (min-width: 768px) {
	#scratch.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: auto;
	}
}

@media screen and (max-width: 1499px) {
	.tk23-brochureCont {
		display:block;
		margin-top:35px;
		padding-left: 22px;
		margin-left:0;
	}
}

@media screen and (max-width: 1300px) {
	#tk23-related-slider {
		padding: 0;
	}

	#tk23-related-slider .owl-nav button.owl-prev {
		left: -26px;
	}

	#tk23-related-slider .owl-nav button.owl-next {
		right: -26px;
	}

	#tk23-other-prod-slider {
		padding: 0;
	}

	#tk23-other-prod-slider  .owl-nav button.owl-prev {
		left: -26px;
	}

	#tk23-other-prod-slider  .owl-nav button.owl-next {
		right: -26px;
	}

	.tk23-prod_img__cont, .tk23-prod_desp__cont {
    display: block;
    width: 100%;
  }

  .tk23-prod_img__cont {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .tk23-prod_img__cont .show {
		margin: 0 auto;
	}

	.tk23-prod_img__cont .small-img {
		margin: 22px auto 0;
	}

  .tk23-prod_dtltp .tk23-prod_rgtsd {
  	position: sticky;
  	top: 12px;
  }
}

@media screen and (max-width: 991px) {
	.tk23-prod_lftsd, .tk23-prod_rgtsd {
		width: 100%;
		margin-right: 0;
	}

	.tk23-prod_lftsd {
		margin-bottom: 35px;
	}

	.tk23-prod_cmphd {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.tk23-prod_cmpnm__cont {
		width: auto;
	}

}

@media screen and (max-width: 767px) {
	.tk23-specs li {
		font-size: 14px;
		line-height: 20px;
	}

	.tk23-prod-desp .tk23-prod-det-P, .tk23-prod-desp .tk23-prod-lst-p, .tk23-prod-desp .tk23-prod-lst-hd {
		font-size: 14px;
		line-height: 25px;
	}

	.tk23-prod-desp .tk23-prod-det-P{
		text-align: center;
	}

	.tk23-desp {
		height: 50px;
	}

	.tk23-prod-desp .tk23-prod-imag {
		margin-top: 10px;
	}

	.tk23-prod-imag img {
		margin-bottom: 20px;
	}

	.tk23-related-products h5 {
		margin-top: 10px;
	}

	.tk23-direct-inquiry .tk23-inquiry-lbl, .tk23-direct-inquiry .tk23-inquiry-txt {
		width: 100%;
		text-align: left;
	}

	.tk23-direct-inquiry .tk23-inquiry-lbl {
		margin-bottom: 20px;
	}

	.tk23-inquiry-txt ul li {
		margin-left: 3px;
	}

	.tk23-direct-inquiry .tk23-inquiry-txt span.tk23-inquiry-mn-txt {
		font-size: 14px;
	}

	.tk23-inquiry-butn {
		font-size: 14px;
		padding: 13px 15px;
	}

  .tk23-prod_desp__atrlft, .tk23-prod_desp__atrrgt {
    display: block;
    width: 100%;
    text-align: center;
  }

  .tk23-prod_desp__atrlft {
    margin-bottom: 5px;
  }

  .tk23-prod_desp__ttl {
    text-align: center;
  }

  .tk23-cnt_btn__cont {
	display: block;
    text-align: center;
  }
  
  .tk23-prod_desp__attr, .tk23-cnt_btn__cont {
	padding-left:0;
  }

  .tk23-prod_minprc {
    flex-direction: column;
  }

  .tk23-sep {
    display: none;
  }

  .tk23-prod_desp__prcgt {
    margin-bottom: 14px;
  }
  
  .show div {
		display: none !important;
  }
  
  .tk23-brochureCont {
		text-align:center;
	}
  
}

span.cfh-tp:before {
    content: "\f005";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    color: #ffcc00;
    margin-right: 5px;
    font-size: 15px;
}



@media screen and (max-width:450px) {
  .tk23-prod_img__cont .show {
    width: 260px;
    height: 260px;
  }

  .tk23-prod_img__cont .small-img {
    width: 240px;
  }

  .small-container {
    width: 200px;
  }
  
  .tk23-prod-desp .tk23-prod-det-P, .tk23-prod-desp .tk23-prod-lst-p, .tk23-prod-desp .tk23-prod-lst-hd {
	display: block;
	text-align: center;
	width: 100%;
  }
	
	
  .tk23-prod-desp table td {
    display: block;
    text-align: center;
	}

	.tk23-prod-desp table td p {
		margin-bottom: 5px !important;
	}
	.tk23-prod-desp {
    text-align: center;
}
	  
}

.tk23-prod-desp table {
    width: 100% !important;
}

.tk23-prod-desp td {
    width: auto !important;
    word-break: break-all;
	vertical-align: middle !important;
}

.tk23-prod-desp img {
    width: 100%;
    height: auto;
    max-width: 850px;
}

.productfreeAlertbox{
	float: none !important;
	margin: 0 auto !important;
	height: 220px;
	width: 935px !important;
}

footer ul li a:before {
	content: "";

}

#exit_intent_modal .modal-footer {
	display: block;
}

footer ul li {
	padding-left: 0px;
}

.tk23-prod_rgtsd .tk23-prod-det-svcs ul li a.panelhead.activetkc {
	color: #f15e14;
}
.tk23-prod-desp td, .tk23-prod-desp th {
	border: 0;
}
.tk23-prod-desp .tk23-prod-lst-hd, .tk23-prod-desp .tk23-prod-lst-p {
	border-width: 2px;
	border-color: inherit;
	border-style: solid;
	border-color: #000;
}
.tk23-styled-checkbox {
	width: auto;
}
.tk23-comp_prodshwSec {
  margin-top: 30px;
}

.tk23-comp_prodshwCont {
  background-color: #fff;
  padding: 30px 26px;
}

.tk23-comp_prodshwttl {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #1b1b1b;
  margin-bottom: 20px;
}

.tk23-comp_prodshwBox {
  width: 175px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  margin-bottom: 30px;
}

.tk23-comp_prodshwBox a{
  transition: all 0.4s ease-in-out;
}

.tk23-comp_prodshwNm {
  display: block;
  height: 28px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #fac9af;
  padding: 5px 5px 5px 10px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 3px;
}

.tk23-comp_prodshwBox .tk23-rp-txt1, .tk23-comp_prodshwBox .tk23-rp-txt2 {
  margin-bottom: 0;
}

.tk23-comp_prodshwBox .tk23-rp-txt1 strong {
  font-size: 16px;
  font-weight: 800;
}

.tk23-comp_prodshwBox .tk23-rp-txt1 span {
  font-size: 12px;
}

.tk23-comp_prodshwBox .tk23-rp-txt1 span, .tk23-comp_prodshwBox .tk23-rp-txt2 span {
  color: #9a9a9a;
}

.tk23-comp_prodshwBox .rp-imag1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 175px;
  height: 175px;
  overflow: hidden;
}

.tk23-comp_prodshwBox .rp-imag1 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 175px;
  height: 175px;
  overflow: hidden;
}

.tk23-comp_prodshwBox .rp-imag1 img {
  max-width: 175px;
  max-height: 175px;
  vertical-align: middle;
  display: inline-block !important;
}

.tk23-comp_prodshwBox a:hover .rp-imag1 img {
  transform: scale(1.1);
}

.tk23-comp_prodshwBox a:hover .tk23-comp_prodshwNm{
  background-color:#e44c00;
  color: #fff;
}

.tk23-comp_prodshwNm {
  background-color: #ff6600;
}

.tk23-comp_prodshwBox a:hover .tk23-comp_prodshwNm {
  background-color: #fac9af;
}

.tk23-compsd__cont {
  background: #fff;
  border: 1px solid #e9eef4;
  padding: 18px;
  margin-top: 30px;
}

.tk23-compsd_ttlBox {
  margin-bottom: 25px;
}

.tk23-compsd_ttl {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #1b1b1b;
  margin-bottom: 0;
}

.tk23-compsd_prdCont {
  margin-bottom: 12px;
  transition: all 0.4s ease-in-out;
}

.tk23-compsd_prdCont:last-child {
  margin-bottom: 0;
}

.tk23-compsd_prdlft {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  margin-right: 14px;
}

.tk23-compsd_prdrgt {
  display: inline-block;
  vertical-align: middle;
  width: calc(98% - 75px);
}

.tk23-compsd_prdlft a {
  display: table-cell;
}

.tk23-compsd_prdspn {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 52px;
  height: 52px;
  overflow: hidden;
  border: 1px solid #eee;
  transition: all 0.4s ease-in-out;
}

.tk23-compsd_prdimg {
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle;
}

.tk23-compsd_prdnm {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1b1b1b;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}

.tk23-compsd_prdnma {
  font: inherit;
  color: #1b1b1b;
  overflow: hidden;
  text-overflow: ellipsis;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  transition: all 0.4s ease-in-out;
}

.tk23-compsd_prdCont:hover .tk23-compsd_prdspn {
  border: 1px solid #e44c00;
}

.tk23-compsd_prdCont:hover .tk23-compsd_prdnma {
  color: #e44c00;
}

@media only screen and (min-width: 993px) {
  .tk23-menu-dropdown:hover > .tk23-submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .tk-23-tglarw {
    padding: 0 15px 0 0;
  }

  .tk-23-tglarw:after {
    top: -7px;
    right: -4px;
  }
}

@media screen and (max-width:1499px) {
  .tk23-comp_prodshwBox {
    width: 150px;
  }

  .tk23-comp_prodshwBox .tk23-rp-txt1, .tk23-comp_prodshwBox .tk23-rp-txt2 {
    margin-bottom: 0;
  }

  .tk23-comp_prodshwBox .tk23-rp-txt1 strong {
    font-size: 14px;
  }

  .tk23-comp_prodshwBox .rp-imag1 {
    width: 150px;
    height: 150px;
  }

  .tk23-comp_prodshwBox .rp-imag1 img {
    max-width: 150px;
    max-height: 150px;
  }
  .tk23-comp_bnrCont {
    height: 275px;
  }
}
@media screen and (max-width:991px) {
  .tk23-comp_prodshwLst, .tk23-comp_prodshwttl, .tk23-compsd_ttl {
    text-align: center;
  }
}
.tk23-prod-desp strong {
	font-weight: 600;
}
.tkVC {
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 26px;
}

.tkVt a {
  font-size: 18px;
  line-height: normal;
  font-weight: 500;
  color: #2a2a2a;
}
.tkVt {
  margin-bottom: 15px;
}

#pv-footer-content {
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
  color: #2a2a2a;
  margin-top: 10px;
}

.tk23-prod-desp td, .tk23-prod-desp th {
  border: 1px solid #000;
  padding: 5px 12px !important;
}