/*
Theme Name: Commercial Display SG
Author: Amita Chaudhary
Template: hello-elementor
Version: 1.0.0
Text Domain: commercialdisplaysg
*/


body
{
	font-family: 'Mulish';
	letter-spacing:0.025em;
	font-weight: 500;
	color: #000;
}

.brandsslider .uc_image_carousel_container_holder
{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	margin:15px 0px;
}
.woocommerce .woocommerce-breadcrumb
{
	margin:0px;
}
.linked-wrapper
{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: start;
}
.linked-sidebar
{
	display: flex;
    flex-flow: column wrap;
	width: 250px;
	border-right: 1px solid rgba(235,235,235,1);
	margin-right: 30px;
	padding-right: 30px;
}
.linked-grid
{
	width: calc(100% - 250px - 30px);
}
.group-products
{
	width: 100%;
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 25px;
}
.group-card
{
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 20px 35px 20px;
}
.group-card .product-image img
{
	width:100%;
	height:auto;
}
.group-card h3
{
	margin: 0px;
	text-align:center;
	color: #000;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
	letter-spacing:0.025em;
	min-height: 40px;
    overflow: hidden;
}
.group-card h3 a
{
	color: #000;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
	letter-spacing:0.025em;
}
.product-sku
{
    color: rgba(132, 132, 132, 1);
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    text-decoration: none;
    margin: 15px 0px;
	text-align:center;
}
.product-sku a
{
    color: rgba(132, 132, 132, 1);
    font-size: 15px;
    line-height: 1em;
    font-weight: 600;
    text-decoration: none;
}
.product-price
{
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
	text-align:center;
}
.product-viewdetails
{
	text-align:center;
	margin-top: 20px;
}

.product-viewdetails a.view-btn
{
	border: 2px solid rgba(0,104,200,1);
    color: rgba(0,104,200,1);
    text-align: center;	
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    border-radius: 20px;
    padding: 10px 25px;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.product-viewdetails a.view-btn:hover
{
    background: rgba(0,104,200,1);
    color: #fff;
}
.product-sizes
{
    padding: 25px 0px;
}
.product-sizes ul
{
	min-height: 40px;
    text-align: center;
    border-bottom: 1px solid #dddee0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    flex-wrap: wrap;
}
.product-sizes ul li
{
    padding: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-sizes ul li a
{
    font-size: 14.5px;
    padding: 0 8px 0;
    height: 40px;
    margin: 0 2px;
    line-height: 40px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor:pointer;
}
.product-sizes ul li a::after
{
    content: '';
    position: absolute;
    left: -3px;
    bottom: -1px;
    width: 100%;
    height: 0px;
    background: transparent;
    transition: all .4s;
}
.product-sizes ul li a:hover::after
{
    height: 3px;
    background: #ccc;
}
.product-sizes ul li a.active
{
    color: rgba(0,104,200,1);
    font-weight: 700;
}
.product-sizes ul li a.active::after
{
    height: 3px;
    background: rgba(0,104,200,1);
}
.product-category
{
	color: rgba(132, 132, 132, 1);
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
	text-align: center;
    text-transform: uppercase;
	margin-top: 20px;
}
.linked-sidebar h4
{
	font-size: 18px;
    font-weight: 800;
    margin: 0px 0px 25px 0px;
	text-transform: uppercase;
	color: #000;
}
ul.filterlist
{
	list-style: none;
	margin:0px;
	padding:0px;
	display: flex;
    flex-flow: column wrap;
	gap:15px;
}
ul.filterlist li
{
	justify-content: left;
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 18px;
    line-height: 1;
    color: rgba(132, 132, 132, 1);
    align-items: center;
	cursor: pointer;
}
ul.filterlist li input[type^=checkbox]
{
    width: 18px;
    height: 18px;
	cursor: pointer;
}
ul.filterlist li label
{
	color:#000;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 0.025em;
	font-size: 15px;
}
.filterdivider
{
	border-bottom: 1px solid rgba(235, 235, 235, 1);
    margin: 25px 0px 25px 0px;
}

.shop-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}

.shop-loader::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 4px solid #ddd;
    border-top: 4px solid #000;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}

.no-products
{
	text-align:center;
    font-size:18px;
    color:#666;
    padding:60px 0;
}
.nofopxsection1 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    letter-spacing: 0px;
	text-align:center;
}

.shortdesc ul
{
	display: flex;
    flex-flow: column wrap;
	gap:15px;
	padding-left: 18px;
    margin: 0px;
}
p.price{margin:0px;}


.lv-title
{
	font-size: 16px;
    font-weight: 700;
	color: #000;
}
.lv-sizes
{
	margin-top:20px;
	display: flex;
    gap: 15px;
    flex-flow: wrap;
    align-items: center;
    justify-content: left;
	margin-bottom:40px;
}
.lv-sizes .lv-size
{
	color: #000;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #0068c8;
    padding: 5px 15px;
    white-space: nowrap;
    border-radius: 3px;
    height: 38px;
    width: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
}
.lv-sizes .lv-size:hover, .lv-sizes .lv-size.active
{
	border: 1px solid #0068c8;
    background: #0068c8;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

a.enquirebutton
{
    padding: 15px 25px 15px 25px;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 16px;
    color: #fff;
    background-color: #0068C8;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #0068C8;
    border-radius: 5px 5px 5px 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
a.enquirebutton svg
{
    margin-right: 10px;
	fill:#fff;
	width:18px;
	height:18px;
}
a.enquirebutton:hover
{
    color: #0068C8;
    background-color: #fff;
    text-decoration: none;
    border-color: #0068C8;
}
a.enquirebutton:hover svg
{
	fill: #0068C8;
}



.iw_component .component
{
	background-color: rgb(255, 255, 255);
    text-align: center;
    border-top: 1px solid rgb(228, 228, 228);
    border-bottom: 0px solid rgb(228, 228, 228);
    padding: 0px 30px;
}
.iw_component .component .inner {
    max-width: 1400px;
    margin: auto;
}
.product-stickytab {
    display: none;
}
.product-simple-info {
    position: relative;
    height: 60px;
    background-color:#0068c8;
    font-size: 15px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.product-stickytab .product-simple-info .product-name {
    width: 100%;
    line-height: 1.5em;
    max-height: none;
    color: #fff;
    word-break: keep-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    display:-webkit-line-clamp: 2;
    display:-webkit-box-orient: vertical;
    overflow: hidden;
}

.GPC0011 .contents-menu-list .tab-menu-box {
    position: relative;
}
.contents-menu-list .tab-menu-belt {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
	height: auto;
    background-color: rgb(255, 255, 255);padding:0px;
}
.contents-menu-list .tab-menu {
    width: 16.6667%;
	display: table-cell;
    height: 60px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 3px;
	border-bottom: 3px solid rgb(255, 255, 255);
}
.contents-menu-list .tab-menu.active {
    position: relative;
    bottom: -1px;
    padding-bottom: 2px !important;
    border-bottom: 3px solid #0068c8;
}
.contents-menu-list .tab-menu .linker {
    display: inline-block;
    width: 100%;
    text-align: center;
    word-break: keep-all;
	font-size: 17px;
    line-height: 25px;
    color: rgb(107, 107, 107);
    text-decoration:none;
}
.contents-menu-list .tab-menu.active .linker {
    color: rgb(0, 0, 0);
}
#productfixbar .sticky-active
{
    position: fixed !important;
    z-index: 999;
    top: 66px !important;
    left: 0;
    right: 0;
    margin: 0;
    text-align: left;
	height: 60px;
	background: #0068c8;
    border-color: #0068c8;
    margin-top: 0px;
}

.sticky-active .inner {
    position: relative;
    height: 100%;
    width: 100%;
}
.sticky-active .product-stickytab {
    float: left;
    width: 50%;
    display: block;
}
.sticky-active .contents-menu-list {
    float: right;
    width: 50%;
    padding: 0 0px 0 0;
    text-align: right;
}
.sticky-active .contents-menu-list .tab-menu-belt {
    table-layout: auto;
	background: #0068c8;
    margin: 0;
    padding: 0;
}
.sticky-active .contents-menu-list .tab-menu {
    width: auto;
    padding: 0 15px;
    border-bottom: 3px solid transparent;
}
.sticky-active .contents-menu-list .tab-menu.active
{
    border-bottom:3px solid #fff;
}
.sticky-active .contents-menu-list .tab-menu .linker {
    width: auto;
    font-size: 14px;
    min-width: 60px;
    word-break: normal;
    line-height: 1.2em;
    display: block;
    color: #fff;
}
.wooprodesc{padding:50px 0px 100px 0px;}

.specifications_list
{
    margin: 0;
    display: flex;
    flex-flow: wrap;
    flex: 0 0 50%;
    justify-content: space-between;
	padding: 0;
    list-style: none;
}
.specifications_list li
{
    font-style: normal;
    font-size: 14px !important;
    color: #212529;
    width: 50%;
    padding:0px 30px;
    margin:0 0 25px 0px;
}
.specifications_list li span
{
    margin-bottom: 6px;
    font-size: 15px !important;
    line-height: 15px;
    display: block;
    color: #000;
    font-weight: 700;
}

.custom-product-price
{
	color: #0068C8;
    font-size: 28px;
    font-weight: 700;
    line-height: 1em;
	margin-top:15px;
}
.wooprodesc ul
{
    margin: 0;
    padding: 0 0 0 15px;
}
.wooprodesc ul li
{
    font-size: 15px;
    margin-bottom: 15px;
}
.nofopxsection
{
    font-size: 20px;
    color: rgba(0, 104, 200, 1);
    font-weight: bold;
    letter-spacing: 0px;
    margin-top: 10px;
}
.elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .price, .elementor-widget-woocommerce-product-upsell.elementor-wc-products ul.products li.product .button
{
	display:none;
}
.upsells.products
{
	padding-bottom: 30px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 25px;
}

@media (max-width: 768px)
{
	.linked-wrapper {
    display: flex;
    flex-flow: column;
    flex-wrap: unset;
    justify-content: start;
    align-items: start;
}
.linked-sidebar {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    border-bottom: 1px solid rgba(235, 235, 235, 1);
    border-right: 0px;
    margin-right: 0;
    padding-right: 0;
}
.linked-grid {
    width: 100%;
}
.group-products {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px 20px;
}
.group-card {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 15px 35px 15px;
}
.iw_component .component
{
padding:0px 15px;	
}
.contents-menu-list .tab-menu-belt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: center;
    height: auto;
    background-color: rgb(255, 255, 255);
    padding: 0px;
    gap: 10px;
}
.contents-menu-list .tab-menu {
    width: auto;
    display: inline-flex;
    height: 40px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 0;
}
.contents-menu-list .tab-menu .linker {
    display: block;
    width: 100%;
    text-align: center;
    word-break: unset;
    font-size: 15px;
    line-height: 25px;
	text-decoration: none;
}
.sticky-active .product-stickytab {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
}
#productfixbar .sticky-active
{
	height:110px;
}
.sticky-active .contents-menu-list {
    float: none;
    width: 100%;
    padding: 0 0px 0 0;
    text-align: left;
}
.sticky-active .contents-menu-list .tab-menu{padding:0px;}
.product-stickytab .product-simple-info .product-name{text-align:center;}
}