/*-----------------------------------------------------------------------------// Custom Theme CSS/-----------------------------------------------------------------------------*//*---------------- Global Custom CSS -------------------*//* ecom hiding */#productPrice {display: none;}#callBackVariant {display: none;}.product-labels {display: none;}.product-tabs-wrapper {display: none;}span.price {display: none !important;}div.product-brand {display: none;}.products-view-grid_list {display: none !Important;}form.shopify-ordering {display: none !Important;}.hover-mask {display:none;}.shopify-product-details__short-description p span {color:#000;}/*adding underline to A tags in body */p a {text-decoration:underline;}ul a {text-decoration:underline;}.read-more-section a {text-decoration:none !important;}header a {text-decoration:none !important;}footer a {text-decoration:none !important;}/* onetrust cookie banner a tag colour */.banner-content a {color:#0066cc;}.footer-container .widget-area {padding: 35px 0 0;}.footer-container.color-scheme-light a {color: rgba(255,255,255,.9);}.gl_custom_1502245091602 {margin-right: 5px!important;margin-left: 5px!important;}/* hide googe map on contact page */.google-map-container {display:none;}/*---------------- Custom CSS for desktop -------------------*/@media (min-width: 992px) {/* gap between product image and text */.entry-summary {padding-left:80px;}/* increasing font size of product page text */.shopify-product-details__short-description p span {font-size:17px;}/* collection page product title margin and capitalisation */.product-grid-item h3.product-title {margin-top:20px;text-transform:uppercase;}}/*---------------- Custom CSS for tablet -------------------*/@media (min-width: 768px) and (max-width: 991px) {}/*---------------- Custom CSS for mobile landscape -------------------*/@media (min-width: 481px) and (max-width: 767px) {}/*---------------- Custom CSS for mobile -------------------*/@media (max-width: 480px){}

