.product_list .ktb-products-grid {
display: flex;
gap: 10px;
flex-direction: row;
flex-wrap: wrap;
}
.product_list .ktb-products-grid .product-card {
display: flex;
flex-direction: column;
gap: 10px;
background: #db0123;
padding: 20px;
transition: 0.3s;
border-radius: 10px;
}
@media (min-width: 768px) {
.product_list .ktb-products-grid .product-card {
width: calc((100% - 10px) / 2);
}
}
.product_list .ktb-products-heading-wrapper {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
}
.product_list .products-heading {
font-family: Roboto Slab;
font-weight: 700;
font-size: 47px;
letter-spacing: -2%;
margin: 0;
}
.ktb-manufacturers-search-input {
}
.ktb-manufacturers-search-input:focus {
outline: none;
}
.product_list .ktb-products-search-input {
width: 320px;
height: 54px;
font-family: "Roboto", Sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 1.2;
letter-spacing: -2%;
padding: 8px 30px;
border-radius: 30px;
border: 2px solid #cccccc;
background: transparent;
outline: 0;
box-shadow: 0;
}
.product_list .ktb-products-search-input:focus {
outline: none;
}
.product_list .product-manufacturer,
.product_list .product-ktb-id {
font-family: "Roboto", Sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 1.2;
color: #fff;
transition: 0.3s;
}
.product_list .product-title {
font-family: Roboto Slab;
font-weight: 700;
font-size: 25px;
line-height: 1.2;
color: #fff;
transition: 0.3s;
margin: 0;
}
.product_list .product-excerpt {
font-family: "Roboto", Sans-serif;
font-size: 14px;
font-weight: 500;
line-height: 1.6em;
color: #d4d4d4;
transition: 0.3s;
}
.product_list .read_more {
font-family: "Roboto", Sans-serif;
font-weight: 700;
font-size: 16px;
line-height: 1.2;
color: #fff;
transition: 0.3s;
margin: 0;
}
.product_list .ktb-products-grid .product-card:hover {
background: #fff;
}
.product_list .ktb-products-grid .product-card:hover .product-excerpt {
color: #000 !important;
}
.product_list .ktb-products-grid .product-card:hover .product-title,
.product_list .ktb-products-grid .product-card:hover .product-manufacturer,
.product_list .ktb-products-grid .product-card:hover .read_more {
color: #db0123;
}
.product_list .ktb-products-load-more {
display: flex;
align-items: center;
justify-content: center;
margin-top: 40px;
}
.product_list .ktb-load-more-button {
width: 235px;
height: 60px;
border-radius: 30px;
display: flex;
margin: 0 auto;
background: #db0123 !important;
align-items: center;
justify-content: center;
border: 0;
color: #ffffff;
font-size: 16px;
font-weight: 600;
box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.36);
transition: 0.3s;
}
.product_list .ktb-load-more-button:hover {
background: #ffffff !important;
color: #db0123 !important;
}
.ktb-products-search {
position: relative;
}
#ktb-products-reset-btn {
position: absolute;
top: 50%;
right: 0;
transform: translate(-20px, -50%);
background: transparent;
border: none;
cursor: pointer;
width: 20px; height: 20px;
padding: 0;
} #ktb-products-reset-btn span {
position: absolute;
width: 100%; height: 2px; background-color: #000; top: 50%; left: 0;
margin-top: -1px; transition: transform 0.3s ease; } .line-one {
transform: translateY(-50%) rotate(45deg); } .line-two {
transform: translateY(-50%) rotate(-45deg); } .ktb-products-grid.loading-state .product-card {
pointer-events: none;
}
.product-card-sk.skeleton {
overflow: hidden;
position: relative;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
display: block;
min-height: 200px !important;
background: #db0123 !important;
padding: 20px;
border-radius: 10px;
}
.product-card-sk.skeleton::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(
90deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.45) 50%,
rgba(255, 255, 255, 0) 100%
);
background-size: 200% 100%;
animation: shimmer 1.6s infinite;
pointer-events: none;
}
@keyframes shimmer {
0% {
background-position: -200% 0;
}
100% {
background-position: 200% 0;
}
} .product-card-sk .skeleton-line {
background: #e8e8e8;
border-radius: 4px;
height: 16px;
position: relative;
overflow: hidden;
}
.product-card-sk .skeleton-line::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
90deg,
transparent 0%,
rgba(255, 255, 255, 0.6) 50%,
transparent 100%
);
animation: shimmer 1.6s infinite;
} .product-card-sk .product-manufacturer.skeleton-line {
height: 14px;
margin-bottom: 8px;
}
.product-card-sk .product-title.skeleton-line {
height: 24px;
margin: 10px 0 12px;
}
.product-card-sk .product-excerpt .skeleton-line {
height: 14px;
margin-bottom: 6px;
}
.product-card-sk .read_more.skeleton-line {
height: 18px;
margin-top: 12px;
border-radius: 999px;
}
.ktb-manufacturer-products
.ktb-products-grid.loading-state
.product-manufacturer-card {
pointer-events: none;
}
.product-manufacturer-card.skeleton {
overflow: hidden;
position: relative;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
display: block;
min-height: 200px !important;
background: #db0123 !important;
padding: 20px;
border-radius: 10px;
}
.product-manufacturer-card.skeleton::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
90deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.4) 50%,
rgba(255, 255, 255, 0) 100%
);
background-size: 200% 100%;
animation: shimmer 1.8s infinite linear;
}
@keyframes shimmer {
0% {
background-position: -200% 0;
}
100% {
background-position: 200% 0;
}
}
.product-manufacturer-card.skeleton .skeleton-line {
background: #e5e5e5;
border-radius: 4px;
position: relative;
overflow: hidden;
}
.product-manufacturer-card.skeleton .skeleton-line::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
90deg,
transparent 0%,
rgba(255, 255, 255, 0.5) 50%,
transparent 100%
);
animation: shimmer 1.8s infinite linear;
}
.product-manufacturer-card .product-manufacturer.skeleton-line {
height: 14px;
margin-bottom: 10px;
}
.product-manufacturer-card .product-title.skeleton-line {
height: 24px;
margin: 10px 0 12px;
}
.product-manufacturer-card .product-excerpt .skeleton-line {
height: 14px;
margin-bottom: 6px;
}
.product-manufacturer-card .read_more.skeleton-line {
height: 18px;
margin-top: 12px;
border-radius: 999px;
} .ktb-products-skeletons {
display: grid;
grid-template-columns: repeat(
auto-fill,
minmax(280px, 1fr)
); gap: 24px; padding: 20px 0;
min-height: 400px; } .ktb-products-skeletons {
transition: opacity 0.4s ease;
}
.ktb-products-skeletons.hidden {
opacity: 0;
pointer-events: none;
} .product-card.skeleton {
background: #ffffff;
border: 1px solid #eee;
border-radius: 8px;
overflow: hidden;
position: relative;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.product-card.skeleton::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
90deg,
rgba(255, 255, 255, 0) 0%,
rgba(255, 255, 255, 0.4) 50%,
rgba(255, 255, 255, 0) 100%
);
background-size: 200% 100%;
animation: shimmer 1.6s infinite;
}
@keyframes shimmer {
0% {
background-position: -200% 0;
}
100% {
background-position: 200% 0;
}
} .product-card.skeleton .skeleton-line {
background: #e5e5e5;
border-radius: 4px;
position: relative;
overflow: hidden;
}
.product-card.skeleton .skeleton-line::after {
content: "";
position: absolute;
inset: 0;
background: linear-gradient(
90deg,
transparent 0%,
rgba(255, 255, 255, 0.5) 50%,
transparent 100%
);
animation: shimmer 1.6s infinite;
}
.ktb-products-no-results {
width: 100%;
}
.ktb-products-no-results .no-results-container {
position: relative;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
display: block;
min-height: 200px !important;
background: #db0123 !important;
padding: 20px;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
}* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.dev_local_time_widget .wt-clock {
width: 55px;
height: 55px;
position: relative;
display: block;
border: 2px solid #FFF;
border-radius: 100%;
margin-top: 0;
}
.dev_local_time_widget .wt-clock .hour {
width: 1px;
height: 1px;
left: 50%;
position: absolute;
margin: -11px -1px 0;
padding: 11px 1px 0;
background: #fff;
top: 50%;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.dev_local_time_widget .wt-clock .minute {
width: 1px;
height: 1px;
left: 50%;
position: absolute;
margin: -15px -1px 0;
padding: 15px 1px 0;
background: #fff;
top: 50%;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.dev_local_time_widget .dev_local_time_contents {
width: 100%;
height: 100%;
margin-left: auto;
margin-right: auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.dev_local_time_widget .dev_local_time_link {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-decoration: none;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.dev_local_time_widget .dev_local_time_details .dev_local_time_cities {
margin: 0;
}
.dev_local_time_widget .dev_local_time_details .dev_local_time_zone {
margin: 0;
}
.dev_local_time_widget .dev_local_time_details .dev_local_time_phone {
margin: 0;
}
.dev_local_time_widget .wt-clock::after {
position: absolute;
bottom: 2px;
color: rgba(255, 255, 255, 0.5);
font-size: 10px;
font-weight: bold;
width: 100%;
text-align: center;
}
.dev_local_time_widget .wt-clock[period="AM"]::after {
content: 'AM';
}
.dev_local_time_widget .wt-clock[period="PM"]::after {
content: 'PM';
}
@media (min-width: 768px) and (max-width: 1024px) {
.dev_local_time_contents .swiper-slide { display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.dev_local_time_contents .swiper-slide {
height: calc(100% / 2) !important;
}
.dev_local_time_contents .dev_local_time_widget_container {
height: 258px;
}
}
.ad_dropdown {
position: relative;
display: block;
}
.ad_dropdown .ad_dropbtn {
width: 100%;
}
.ad_dropdown .ad_dropbtn .ad_btn_cont {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
}
.ad_dropdown .ad_dropbtn .ad_dropbtn_text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: left;
}
.ad_dropdown .ad_dropbtn:hover {
outline: 0 !important;
color: #dc0123;
}
.ad_dropdown .ad_dropbtn:focus {
outline: 0 !important;
color: #dc0123;
}
.ad_dropdown .ad_dropdown_items {
display: none;
position: absolute;
background-color: #f1f1f1;
width: 100%;
-webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
margin: 0;
padding: 0;
}
.ad_dropdown .ad_dropdown_items .ad_dropdown_items_wrap {
overflow: auto;
max-height: 160px;
}
.ad_dropdown .ad_dropdown_items .ad_dropdown_item {
color: black;
padding: 5px 16px;
text-decoration: none;
display: block;
margin: 0;
-webkit-transition: .3s;
transition: .3s;
font-size: 12px;
}
.ad_dropdown .ad_dropdown_items .ad_dropdown_item:hover {
background-color: #ddd;
color: #999;
}
.convert_tools .convert_tool .convert_from_part,
.convert_tools .convert_tool .convert_to_part {
text-align: center;
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
border-radius: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.convert_tools .convert_tool .convert_from_part .tools_input,
.convert_tools .convert_tool .convert_from_part .tools_output,
.convert_tools .convert_tool .convert_to_part .tools_input,
.convert_tools .convert_tool .convert_to_part .tools_output {
width: 100%;
text-align: center;
border: 0;
padding-left: 0;
padding-right: 0;
}
.convert_tools .convert_tool .convert_from_part .tools_input:focus,
.convert_tools .convert_tool .convert_from_part .tools_output:focus,
.convert_tools .convert_tool .convert_to_part .tools_input:focus,
.convert_tools .convert_tool .convert_to_part .tools_output:focus {
outline: 0;
}
.convert_tools .convert_tool .convert_from_part h3,
.convert_tools .convert_tool .convert_to_part h3 {
margin: 0;
}
.convert_tools .convert_tool .convert_from_part {
margin-bottom: 10px;
}
.convert_tools .convert_tool .convert_to_part .convert_tool_heading {
opacity: 0;
}
.convert_tools .convert_tool .convert_icon_part {
position: relative;
width: 100%;
height: 3px;
}
.convert_tools .convert_tool .convert_icon_part .conv_symble {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.select_dropdown {
position: relative;
display: inline-block;
}
.select_dropdown .select_dropbtn {
background-color: transparent;
border: none;
padding: 0 8px 10px 8px;
width: 100%;
max-width: 300px;
min-width: 150px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.select_dropdown .select_dropbtn i {
margin-left: 8px;
}
.select_dropdown .select_dropbtn:hover {
outline: 0 !important;
}
.select_dropdown .select_dropbtn:focus {
outline: 0 !important;
}
.select_dropdown .select_dropdown_items {
position: absolute;
left: 0;
top: 100%;
z-index: 9999;
width: 100%;
max-height: 300px;
overflow: auto;
text-align: left;
display: none;
background-color: #FFF;
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.select_dropdown .select_dropdown_items .select_dropdown_item {
cursor: pointer;
padding: 4px 8px;
display: block;
background-color: #FFF;
color: #000;
margin: 0;
-webkit-transition: .3s;
transition: .3s;
}
.select_dropdown .select_dropdown_items .select_dropdown_item:hover {
background-color: rgba(185, 185, 185, 0.7);
color: rgba(0, 0, 0, 0.7);
}