/* Hide search */
.main-search {
    display: none !important;
}

/* Hide cart */
.header-cart,
.cart-btn,
.cart-contents,
.site-header-cart,
.woocommerce-mini-cart,
.mini-cart {
    display: none !important;
}

@media (max-width:1024px){

.elementor-location-single,
.elementor-page{
    padding-top:72px;
}

}

/* Menu width */
.gva-offcanvas-content {
    width: 220px;
    left: -220px;
}

/* Hide Oxpitan mobile header */
@media (max-width:1024px){

header.header-default.header-v1 .header-mobile{
    display:none !important;
}

}

/* =====================================================
   HCI DESIGN SYSTEM v1
   ===================================================== */


.hci-qr figcaption,
.widget-image-caption{

    white-space: nowrap;

    font-size:1.1rem;

    font-weight:600;

    color:#4A5938;

    text-align:center;

    margin-top:12px;

}

/* Remove extra spacing between all cards */
.hci-card{
    margin:10px !important;
    padding:10px !important;
}

/* Remove top/bottom margin from all text inside cards */
.hci-card .elementor-widget{
    margin-bottom:0 !important;
}

.hci-card h1,
.hci-card h2,
.hci-card h3,
.hci-card h4,
.hci-card h5,
.hci-card h6,
.hci-card p{
    margin-top:12px;
    margin-bottom:12px;
	  margin-left: 40px;
		margin-right: 40px
}

/* Remove space after the last widget */
.hci-card .elementor-widget:last-child{
    margin-bottom:0 !important;
}

.hci-bar{
    display:block;
    width:100%;
    box-sizing:border-box;

    padding:18px 30px;

    text-align:left;

    border-radius:14px;
}
