.top-bar-head{
	position:sticky;
	top:0;
	left:0;
    background:linear-gradient(to right,#4e4e4e,#4e4e4e,#222222);
    padding:20px 35px;
	width: 100%;
    z-index: 99;
}
.top-bar-head h6{
    font-size:16px;
    font-weight:500;
    color:#fff;
    line-height:25px;
    margin-bottom:0
}
.top-bar-head>.container a{
    display:inline-block;
    background:#ff6600;
    color:#fff;
    border-radius:0;
    padding:4px 20px;
    line-height:1.6;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
}
.top-bar-head>.container a:hover{
    background:#fff;
    color:#ff6600;
}

/*============ TopBar CSS Start =============*/

.tk23-main_header {
  background-color: #fff;
  box-shadow: 0px 1px 0px 0px rgba(228, 228, 228, 0.75);
}

.tk23-tphdr {
  background-color: #f9f9f9;
  padding: 10px 0;
  border-bottom: 1px solid #e4e4e4;
}

.tk23-tphdr_lftul {
  display: flex;
  align-items: center;
}

.tk23-tphdr_lftli {
  margin-right: 30px;
}

.tk23-tphdr_lftli:last-child {
  margin-right: 0;
}

.tk23-tphdr_lfta {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #2f2f2f;
  transition: all 0.4s ease-in-out;
}

.tk23-tphdr_lfta:hover {
  color: #ff6600;
}

.tk23-tphdr_rgtul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.tk23-tphdr_rgtli {
  margin-right: 25px;
}

.tk23-tphdr_rgtli:last-child {
  margin-right: 0;
}

.tk23-tphdr_rgta {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #2f2f2f;
  transition: all 0.4s ease-in-out;
}

.tk23-tphdr_rgtaspn {
  color: #ff6600;
  font-weight: 600;
}

.tk23-tphdr_rgta:hover {
  color: #ff6600;
}

.tk23-tphdr_rgta__flg span {
  margin-right: 8px;
}

/*============ TopBar CSS End =============*/

/*============ MiddleBar CSS Start =============*/

.tk23-mdlhdr {
  padding: 30px 0;
}

.tk23-mdlhdr_logo {
  width: 100%;
  max-width: 230px;
  height: auto;
}

.tk23-mdlhdr_srchcont {
  display: inline-block;
  vertical-align: middle;
  width: calc( 99% - 290px);
}

.tk23-mdlhdr_srchfrm {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 2px solid #ff6600;
  overflow: hidden;
  border-radius: 25px;
}

.tk23-mdlhdr_srchdrop {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #434343;
  padding: 7px 0;
  padding-left: 12px;
}

.tk23-mdlhdr_srchspn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #979797;
  padding: 0 10px;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.tk23-mdlhdr_srchinput::placeholder {
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 400;
  color: #979797 !important;
}

.tk23-mdlhdr_srchinput::-webkit-input-placeholder {
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 400;
  color: #979797 !important;
}

.tk23-mdlhdr_srchinput:-ms-input-placeholder {
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 400;
  color: #979797 !important;
}

.tk23-mdlhdr_srchinput::-ms-input-placeholder {
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 400;
  color: #979797 !important;
}

.tk23-mdlhdr_srchinput {
  border: 0;
  border-radius: 0;
  outline: 0;
  background-color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #434343;
  width: 99%;
  height: 36px;
}

.tk23-mdlhdr_srchbtn {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  background-color: #ff6600;
  padding: 8px 22px;
  transition: all 0.3s ease-in-out;
}

.tk23-mdlhdr_srchbtn:hover, .tk23-mdlhdr_srchbtn:focus {
  background-color: #dd530d;
}

.tk23-mdlhdr_usrcont {
  display: inline-block;
  vertical-align: middle;
  width: 290px;
  text-align: right;
}

.tk23-mdlhdr_usrbox {
  display: inline-flex;
  align-items: center;
  margin-right: 25px;
}

.tk23-mdlhdr_usrbox:last-child {
  margin-right: 0;
}

.tk23-mdlhdr_usricon__box {
  width: 35px;
  margin-right: 8px;
}

.tk23-mdlhdr_usricon {
  max-width: 30px;
  width: 100%;
  height: auto;
}

.tk23-mdlhdr_usrlnk {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #0e65bc;
  text-align: left;
  transition: all 0.3s ease-in-out;
}

.tk23-mdlhdr_usrlnk:hover {
  color: #ff6600;
}

.tk23-mdlhdr_usrlnk__box span {
  display: none;
}

#connect_representative .modal-header {
    justify-content: space-between;
    width: 100%;
    padding: 5px 0;
}

#connect_representative .modal-content {
	min-height: 310px;
	padding: 0 15px 15px;
}

#connect_representative .modal-title {
	flex: 1;
	font-size: 20px;
}

#connect_representative .close.btn-close {
    float: none !important;
    font-size: 14px !important;
    color: #000 !important;
    margin: 5px !important;
    padding: 5px !important;
}

#connect_representative .img-responsive {
	width:100%;
	max-width: 240px;
}

#connect_representative h2 {
	font-size: 30px;
    line-height: normal;
}

#cn_signupmodel .close {
	position: absolute;
	right: 0;
	z-index: 999999;
}
#exit_intent_modal .modal {
	height: auto;
}

.fade.in {
    opacity: 1 !important;
}

.modal-backdrop.fade.in {
	opacity:0.5 !important;
}

.scratch_modal__dialog {
    max-width: 700px !important;
}


#datamodal .modal-dialog {
    transform: translate(0,0);
}

.tk23-comp_amzCont {
	text-align:center;
}

.tk23-comp_amzCont img {
	vertical-align:middle;
	max-width: 140px;
	width:100%;
	height:auto;
}

.tk23-comp_amzCont p {
	font-size: 12px;
	line-height:16px;
	font-weight:600;
	color: #1b1b1b;
	margin-top:10px;
	padding: 5px 10px;
    background-color: #ffe6ba;
	position: relative;
	border: 0;
	border-radius: .25rem;
}



/*============ MiddleBar CSS End =============*/


/*============ Responsive CSS Start =============*/


@media screen and (max-width:991px) {
  .tk23-tphdr {
    display: none;
  }
  .tk23-mdlhdr_logobox {
    margin-bottom: 15px;
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  .tk23-mdlhdr_srchcont, .tk23-mdlhdr_usrcont {
    display: block;
    width: 100%;
  }
    .tk23-prod-desp table {
    margin: 0 auto;
	}
  .tk23-mdlhdr_srchcont {
    margin-bottom: 15px;
  }
  .tk23-mdlhdr_usrcont {
    text-align: center;
  }
  .tk23-mdlhdr_usrlnk {
    display: inline-block;
    vertical-align: middle;
  }
  .tk23-mdlhdr_usrlnk__box span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #b1b1b1;
    padding: 0 5px;
  }
}

@media screen and (max-width:399px) {
  .tk23-mdlhdr_srchdrop {
    font-size: 14px;
    line-height: normal;
    padding-left: 8px;
  }
  .tk23-mdlhdr_srchbtn {
    font-size: 14px;
    line-height: normal;
    padding: 9.5px 15px;
  }
  .tk23-mdlhdr_srchspn {
    padding: 0px 8px;
  }
}


 #tk23-comp-banner_sldr{
position: relative;
}
#tk23-comp-banner_sldr .owl-prev, #tk23-comp-banner_sldr .owl-next{
color: #fff;
background-color: #000;
box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 28%);
opacity: 0.7;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 38px;
height: 38px;
border-radius: 50px;
transition: all 0.4s ease-in-out;
}
#tk23-comp-banner_sldr .owl-prev:hover, #tk23-comp-banner_sldr .owl-next:hover{
background-color: #ff6600;
opacity: 1;
}
#tk23-comp-banner_sldr .owl-prev{
left: 10px;
}
#tk23-comp-banner_sldr .owl-next{
right: 10px;
}
#tk23-comp-banner_sldr .owl-prev span, #tk23-comp-banner_sldr .owl-next span{
font-size: 0;

}
#tk23-comp-banner_sldr .owl-prev:after , #tk23-comp-banner_sldr .owl-next:after{
content: "";
width: 20px;
height: 20px;
line-height: 0px;
opacity: 1;
position: absolute;
left: 0;
right: 0;
margin: auto;
z-index: 999999999999;
font-family: 'Font Awesome 6 Free';
font-weight: 700;
font-size: 18px;
}
#tk23-comp-banner_sldr .owl-prev:after{
content: "\f053";
}
#tk23-comp-banner_sldr .owl-next:after{
content: "\f054";
}
@media screen and (max-width:767px){
#tk23-comp-banner_sldr .owl-prev, #tk23-comp-banner_sldr .owl-next{
  width: 30px;
  height: 30px;
}
#tk23-comp-banner_sldr .owl-prev:after , #tk23-comp-banner_sldr .owl-next:after{
  width: 30px;
  height: 30px;
}
#tk23-comp-banner_sldr .owl-prev:after , #tk23-comp-banner_sldr .owl-next:after{
  font-size:14px;
}
}

.tk23-submenu {
min-width: 15rem;
max-height: 450px;
overflow-y: scroll;
direction: rtl;
scrollbar-width: thin;
scrollbar-color: #ececec #ececec;
}

/* width */
.tk23-submenu::-webkit-scrollbar {
width: 4px;
}

/* Track */
.tk23-submenu::-webkit-scrollbar-track {
background: #f1f1f1;
}

/* Handle */
.tk23-submenu::-webkit-scrollbar-thumb {
background: #888;
}

/* Handle on hover */
.tk23-submenu::-webkit-scrollbar-thumb:hover {
background: #555;
}

.tk23-submenu-item {
direction:ltr;
position: relative;
}

.tk23-submenu_parent a {
width: 30%;
vertical-align: middle;
}

.tk-23-tglarw_child {
color: #fff;
display: inline-block;
vertical-align: middle;
text-align: right;
transition: all 0.4s ease-in-out;
height: 16px;
width: 25px;
float: right;
position: relative;
}

.tk-23-tglarw_child:after {
content: '\f107';
position: absolute;
top: 0;
right: 0;
width: 14px;
height: 16px;
font-family: 'Font Awesome 6 Free';
font-weight: 900;
color: #1b1b1b;
font-size: 16px;
transition: all 0.4s ease-in-out;
}

.tk23-submenu_child {
display: table-column;
position: relative;
top: 5px;
left: 0;
min-width: 12rem;
height: auto;
padding: 0;
opacity: 0;
visibility: hidden;
transform: translateY(1rem);
border-radius: 0 0 5px 5px;
border-top: 2px solid #e44c00;
box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%), 0 2px 4px -1px rgb(0 0 0 / 6%);
background-color: hsl(206, 5%, 98%);
transition: all 0.4s ease-in-out;
z-index: 9999;
}

.tk23-submenu_child {
max-height: 450px;
overflow-y: scroll;
direction: rtl;
scrollbar-width: thin;
scrollbar-color: #ececec #ececec;
}

/* width */
.tk23-submenu_child::-webkit-scrollbar {
width: 4px;
}

/* Track */
.tk23-submenu_child::-webkit-scrollbar-track {
background: #f1f1f1;
}

/* Handle */
.tk23-submenu_child::-webkit-scrollbar-thumb {
background: #888;
}

/* Handle on hover */
.tk23-submenu_child::-webkit-scrollbar-thumb:hover {
background: #555;
}

.tk23-submenu_parent:hover .tk-23-tglarw_child:after {
color: #e44c00;
}

.tk23-submenu_parent:hover > .tk23-submenu_child {
display: block;
opacity: 1;
visibility: visible;
transform: translateY(0);
padding: 0 16px 16px;
}

@media screen and (max-width:991px) {
.tk23-menu-item:hover.tk23-menu-link, .tk23-inqrNow:hover, .tk23-menu-item:hover .tk-23-tglarw:after {
  color: #fff;
}
.tk-23-tglarw_child {
  text-align: right;
  width: 35%;
  padding: 0.5rem 1.25rem;
  position: relative;
  float: none;
}
.tk23-submenu {
  max-height: 0 !important;
  left: 0;
}
.tk23-menu-dropdown.active .tk23-submenu, .tk23-submenu_parent.active .tk23-submenu_child {
  margin-bottom: 20px;
  max-height: 250px !important;
  padding-left: 25px;
}
.tk-23-tglarw_child:after {
  color: #fff;
}
.tk23-submenu_child {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 0;
  padding: 0px;
  border: none;
  outline: none;
  opacity: 1;
  overflow: hidden;
  visibility: visible;
  transform: translateY(0px);
  box-shadow: none;
  background: transparent;
}
}

.tk23-comp_prodshwBox {
position: relative;
overflow: visible;
}

.tk23-comp_prodshwBox:before {
content: "";
position: absolute;
top: -3px;
left: -4px;
width: 80px;
height: 45px;
background-image: url('../images/featured.png)';
background-repeat: no-repeat;
background-position: left top;
background-size: contain;
z-index: 9999;
}

.tk23-comp_prodshwBox.fr2:before {
content: "";
position: absolute;
top: 0px;
left: 0px;
width: 80px;
height: 80px;
background-image: url('../images/featured2.png');
background-repeat: no-repeat;
background-position: left top;
background-size: contain;
z-index: 9999;
}


.tk23-comp_prodshwBox.fr3:before {
content: "";
position: absolute;
top: 0px;
right: 0px;
width: 50px;
height: 50px;
background-image: url(assets/images/featured3.png);
background-repeat: no-repeat;
background-position: left top;
background-size: contain;
z-index: 9999;
}

#datamodal.modal.fade .modal-dialog {
    transform: translate(0,0);
}

.tk23-comp_vwnm {
    display: block;
    cursor: pointer;
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #0e65bc;
    transition: all 0.4s ease-in-out;
}

.tk23-prod_cmpnm__cont .tk23-comp_vwnm {
    margin-bottom: 20px;
}

.tk23-trstPnts {
    cursor: pointer;
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #0e65bc;
    transition: all 0.4s ease-in-out;
}

.tk23-comp_vwnm.datashow:hover a, .tk23-comp_vwnm {
    color: #e44c00;
}

.tk23-trstPnts span {
    color: #ff6600;
    font-weight: 800;
    font-size: 16px;
}

.tk23-prod_cmpcntry {
    margin-bottom: 6px;
}