/* ==========================================================================
Base styles: FONTS
========================================================================== */
@font-face {
    font-family: 'Museo-Light';
    src: url('../fonts/Museo-Light.eot');
    src: url('../fonts/Museo-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo-Light.svg#Museo-Light') format('svg'), url('../fonts/Museo-Light.ttf') format('truetype'), url('../fonts/Museo-Light.woff') format('woff'), url('../fonts/Museo-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo-Medium';
    src: url('../fonts/Museo-Medium.eot');
    src: url('../fonts/Museo-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo-Medium.svg#Museo-Light') format('svg'), url('../fonts/Museo-Medium.ttf') format('truetype'), url('../fonts/Museo-Medium.woff') format('woff'), url('../fonts/Museo-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Museo-Bold';
    src: url('../fonts/Museo-Bold.eot');
    src: url('../fonts/Museo-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Museo-Bold.svg#Museo-Light') format('svg'), url('../fonts/Museo-Bold.ttf') format('truetype'), url('../fonts/Museo-Bold.woff') format('woff'), url('../fonts/Museo-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaSoft-Regular';
    src: url('../fonts/ProximaSoft-Regular.eot');
    src: url('../fonts/ProximaSoft-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaSoft-Regular.svg#ProximaSoft-Regular') format('svg'), url('../fonts/ProximaSoft-Regular.ttf') format('truetype'), url('../fonts/ProximaSoft-Regular.woff') format('woff'), url('../fonts/ProximaSoft-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaSoft-Medium';
    src: url('../fonts/ProximaSoft-Medium.eot');
    src: url('../fonts/ProximaSoft-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaSoft-Medium.svg#ProximaSoft-Regular') format('svg'), url('../fonts/ProximaSoft-Medium.ttf') format('truetype'), url('../fonts/ProximaSoft-Medium.woff') format('woff'), url('../fonts/ProximaSoft-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaSoft-Semibold';
    src: url('../fonts/ProximaSoft-Semibold.eot');
    src: url('../fonts/ProximaSoft-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaSoft-Semibold.svg#ProximaSoft-Regular') format('svg'), url('../fonts/ProximaSoft-Semibold.ttf') format('truetype'), url('../fonts/ProximaSoft-Semibold.woff') format('woff'), url('../fonts/ProximaSoft-Semibold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaSoft-Bold';
    src: url('../fonts/ProximaSoft-Bold.eot');
    src: url('../fonts/ProximaSoft-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/ProximaSoft-Bold.svg#ProximaSoft-Regular') format('svg'), url('../fonts/ProximaSoft-Bold.ttf') format('truetype'), url('../fonts/ProximaSoft-Bold.woff') format('woff'), url('../fonts/ProximaSoft-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
/* ==========================================================================
Base styles: TYPOGRPAHY
========================================================================== */
a:hover {
    text-decoration: none;
}
body {
    font-family: 'ProximaSoft-Regular';
    font-size: 18px;
    color: #595959;
    overflow-x: hidden;
}
h1 {
    font-family: 'Museo-Light';
    font-size: 60px;
    color: #0073AE;
}
h2 {
    font-family: 'Museo-Medium';
    font-size: 32px;
    color: #0073AE;
}
h3 {
    font-family: 'Museo-Medium';
    font-size: 28px;
    color: #595959;
}
h4 {
    font-family: 'Museo-Bold';
    font-size: 18px;
    color: #595959;
    text-transform: uppercase;
}
p {
    color: #595959;
    overflow-wrap: break-word;
}
.subhead-1 {
    font-family: 'ProximaSoft-Bold';
    font-size: 28px;
    color: #595959!important;
    margin-bottom: 20px;
}
.subhead-2 {
    font-family: 'ProximaSoft-Bold';
    font-size: 24px;
    color: #0073AE;
}
.subhead-3 {
    font-family: 'ProximaSoft-Bold';
    font-size: 18px;
    color: #595959;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}
.left-sidebar-content .full-width {
    margin-left: -60vw;
}
.right-sidebar-content .full-width {
    margin-right: -60vw;
}
.mobile-headline {
    display: none;
}
.no-padding {
    padding:0!important;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1380px;
    }
}
/* ==========================================================================
Base styles: COLOUR
========================================================================== */
.text-grey {
    color: #595959!important;
}
.text-yellow {
    color: #0073AE!important;
}
.text-mid-grey {
    color: #E8E7E7!important;
}
.text-light-grey {
    color: #e8e7e7!important;
}
.text-light-blue {
    color: #e4f3fa!important;
}
.text-mid-blue {
    color: #3399cc!important;
}
.bg-grey {
    background-color: #595959!important;
}
.bg-yellow {
    background-color: #0073AE!important;
}
.bg-mid-grey {
    background-color: #E8E7E7!important;
}
.bg-light-grey {
    background-color: #e8e7e7!important;
}
.bg-light-blue {
    background-color: #e4f3fa!important;
}
.bg-mid-blue {
    background-color: #3399cc!important;
}
/* ==========================================================================
Base styles: FORMS
========================================================================== */
.frm_forms.frm_style_formidable-style.with_frm_style {
    margin-top: 20px;
}
.frm_pro_form .frm_form_fields .frm_fields_container label {
    font-family: 'ProximaSoft-Regular';
    font-weight: normal;
    font-size: 18px;
    color: #595959;
    padding: 0;
    line-height: 22px;
}
.frm_pro_form .frm_form_fields .frm_fields_container input[type=text], 
.frm_pro_form .frm_form_fields .frm_fields_container input[type=password], 
.frm_pro_form .frm_form_fields .frm_fields_container input[type=email], 
.frm_pro_form .frm_form_fields .frm_fields_container input[type=number], 
.frm_pro_form .frm_form_fields .frm_fields_container input[type=url], 
.frm_pro_form .frm_form_fields .frm_fields_container input[type=tel], 
.frm_pro_form .frm_form_fields .frm_fields_container input[type=file], 
.frm_pro_form .frm_form_fields .frm_fields_container input[type=search] {
    font-family: 'ProximaSoft-Regular';
    font-weight: normal;
    font-size: 18px;
    height: 50px;
    color: #595959;
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 0;
    box-shadow: none;
    background:transparent;
}
.frm_pro_form .frm_form_fields .frm_fields_container select {
    /* font-family: 'ProximaSoft-Regular';
    font-weight: normal;
    font-size: 18px;
    color: #595959;
    box-shadow: none; */
    display: inline-block;
    width: 100%;
    /* height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem; */
    line-height: 1.5;
    vertical-align: middle;
    background: url('../img/up-down-arrow.svg') no-repeat right .75rem center/8px 10px;
    background-color:transparent;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; 
    margin-top: 20px;
    font-family: 'ProximaSoft-Regular';
    font-weight: normal;
    font-size: 18px;
    height: 50px;
    color: #595959;
    padding: 0 20px;
    box-shadow: none;
}
.frm_pro_form .frm_form_fields .frm_fields_container textarea {
    box-shadow: none;
    border-radius: 4px;
    font-family: 'ProximaSoft-Regular';
    font-weight: normal;
    font-size: 30px;
    resize: none;
    margin-top: 50px;
    background-color: transparent;
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus, 
.frm_style_formidable-style.with_frm_style select:focus, 
.frm_style_formidable-style.with_frm_style textarea:focus, 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=text], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=password], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=email], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=number], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=url], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=tel], 
.frm_style_formidable-style.with_frm_style .frm_focus_field input[type=search], 
.frm_form_fields_active_style, 
.frm_style_formidable-style.with_frm_style .chosen-container-single.chosen-container-active .chosen-single, 
.frm_style_formidable-style.with_frm_style .chosen-container-active .chosen-choices {
    background-color:transparent;
    border-color:#ccc;
    box-shadow: none;
}
/* ==========================================================================
Base styles: HEADER
========================================================================== */
.site-header {
    box-shadow: 0 1px 2px rgba(35, 31, 32, 0.2);
    height: auto;
    padding: 0;
    z-index: 99;
}
.site-header img {
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
}
.site-header.js-is-sticky .logo-img {
    max-width: 60%;
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
}
.site-header.js-is-sticky ul.navbar-nav li a.nav-link {
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
}
.site-header.js-is-sticky .sub-header a {
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
}
ul.navbar-nav li a.nav-link {
    font-family: 'Museo-Medium';
    font-size: 1rem;
    color: #0073AE!important;
    text-transform: capitalize;
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
}
ul.navbar-nav li.current-menu-item a.nav-link {
    color: #0073AE;
}
.mobile-sub-header {
    display: none;
}
.sub-header {
    background-color: #0073AE;
    display: block;
    position: relative;
    overflow: hidden;
}
.sub-header a {
    float: right;
    font-family: 'ProximaSoft-Bold';
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
    transition: .7s all;
    -moz-transition: .7s all;
    -webkit-transition: .7s all;
    -o-transition: .7s all;
    margin-left: 25px;
    text-transform: uppercase;
}
.navbar-toggler {
    font-size: 2.25rem;
}
.navbar-light .navbar-toggler {
    color: #0073AE;
    border-color: transparent;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #0073AE!important;
}
/* ==========================================================================
Base styles: HOME BANNER
========================================================================== */
#carouselBanner .carousel-caption {
    position: relative;
    z-index: 10;
    padding: 30px;
    color: #fff;
    text-align: left;
    width: 460px;
    height: auto;
}
#carouselBanner .carousel-caption h1 {
    font-family: 'Museo-Medium';
    font-size: 60px;
    color: #fff;
    line-height: 44px;
}
#carouselBanner .carousel-caption p {
    font-family: 'ProximaSoft-Regular';
    font-size: 32px;
    color: #333333;
    line-height: 42px;
}
.carousel-indicators {
    bottom: 25px;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    margin-left: 5px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    background-clip: unset;
}
.carousel-indicators li.active {
    background-color: #fff;
}
/* ==========================================================================
Base styles: DEFAULT BANNER
========================================================================== */
.banner {
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: top left!important;
    position: relative;
}
.banner .headline h1 {
    font-family: 'Museo-Medium';
    font-size: 60px;
    line-height: 62px;
    color: #fff;
    max-width: 280px;
    width: 100%;
}
.banner .headline p {
    color: #333;
    font-family: 'Museo-Medium';
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 0;
}
.banner .headline button {
    margin: 10px 0 0;
}
.banner-half-height {
    height: 500px!important;
}
.banner-half-height .inner-bg {
    height: 500px!important;
}
.banner-half-height .campaign_banner_container {
    background-image: url(../img/blue-overlay.png);
    background-size: contain;
    background-position: right center;
    background-repeat: no-repeat;
    height: 100%;
}
.campaign_banner_container .campaign_bg {
    position: relative;
    height: 100%;
    width: calc((190vw - 1380px)/2);
}
.campaign_banner_container .campaign_content {
    position: absolute;
    right: 40px;
    bottom: 30%;
}
/* ==========================================================================
Base styles: BREADCRUMBS
========================================================================== */
.breadcrumb {
    background-color: transparent!important;
}
.woocommerce .woocommerce-breadcrumb {
    padding: 0px;
    font-family: 'ProximaSoft-Regular';
    font-size: 18px;
    color: #808285;
    margin: 20px 0;
}
.woocommerce .woocommerce-breadcrumb a {
    font-size: 18px;
    color: #808285;
}
.tax-product_cat .woocommerce-breadcrumb {
    padding: 20px 0;
}
/* ==========================================================================
Base styles: SEPARATOR
========================================================================== */
hr.separator {
    border-top: 2px solid #0073AE!important;
    margin: 20px 0;
}
/* ==========================================================================
Base styles: NEWS PAGE
========================================================================== */
.post-headline h2 {
    padding: 0px 0 30px;
    text-align: center;
}
.assets img {
    width: 100%;
    margin-bottom: 20px;
}
.news-standard-img {
    width: 100%;
    padding: 20% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.news-standard .news-header h4 {
    margin-top: 20px;
    margin-bottom: 0;
}
.news-standard .news-header h4>a {
    font-family: 'Museo-Bold';
    font-size: 24px;
    color: #595959;
}
.news-standard .news-header h4>a:hover {
    color: #3399cc!important;
}
.news-standard .news-date span>a {
    font-family: 'ProximaSoft-Bold';
    color: #3399cc;
}
.news-standard .news-date span {
    font-family: 'ProximaSoft-Regular';
    font-size: 18px;
    margin-right: 10px;
    text-transform: uppercase;
}
.news-standard .news-body p {
    font-family: 'ProximaSoft-Regular';
    font-size: 18px;
    margin: 1rem 0;
}
.news_feed_container .media-news-solo {
    /*border: 2px solid #3399cc;
padding-top: 15px;
padding-bottom: 15px;
border-radius: 6px;*/
    height: 100%;
}
.news_feed_container .media-news-solo .border-blue {
    border: 2px solid #3399cc;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-radius: 6px;
}
.news_feed_container .media-news-solo img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}
.news_feed_container .media-news-solo h3 {
    margin: 20px 0;
    color: #3399cc!important;
}
.news_feed_container .media-news-solo a.cta-tertiary {
    display: inline-block;
    margin-bottom: 20px;
}
.news_feed_container .media-news-four ul {
    padding: 0;
}
.news_feed_container .media-news-four ul li {
    list-style-type: none;
    margin-bottom: 30px;
}
.news_feed_container .media-news-four ul li:first-child {
    border-bottom: 1px solid #999;
    padding-bottom: 30px;
}
.news_feed_container .media-news-four ul li img {
    width: 100%;
    height: 115px;
    object-fit: cover;
}
.news_feed_container .media-news-four h4 {
    margin-bottom: 0;
}
.news_feed_container .media-news-four h4>a {
    color: #3399cc!important;
}
.news_feed_container .media-news-four h4>a:hover {
    color: #595959!important;
}
.news_feed_container .media-news-four ul li p>a {
    font-family: 'ProximaSoft-Bold';
    color: #3399cc!important;
    text-transform: initial;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
}
.news_feed_container .media-news-four ul li p>a:hover {
    color: #595959!important;
}
.news_feed_container .media-news-four p {
    margin-bottom: 0;
}
/* ==========================================================================
Base styles: CONTRACT CARD
========================================================================== */
.contract-container .contract-img {
    /* height: 300px; */
    min-height: 200px;
    width: 100%;
    object-fit: cover;
    background-size: contain!important;
}
.contract-container h3 {
    margin: 20px 0 0px;
}
.contract-container h3>a {
    color: #595959!important;
}
.contract-container h3>a:hover {
    color: #0073AE!important;
}
.contract-container p {
    /* margin-top: 20px; */
    margin-top: 10px;
}
/* ==========================================================================
Base styles: CARD - WIDGET
========================================================================== */
.card {
    border-radius: 0;
    border-color: #f4f5f9;
}
.card img {
    width: 337px;
    height: 225px;
    -o-object-fit: contain;
    object-fit: contain;
}
.card .card-body {
    background-color: #f4f5f9;
}
.card .card-body h5 {
    font-family: 'ProximaSoft-Semibold';
    font-size: 32px;
    color: #0073AE;
}
.card .card-body p {
    font-family: 'ProximaSoft-Regular';
    font-size: 19px;
    color: #808285;
}
.card .card-body a {
    font-family: 'ProximaSoft-Regular';
    font-size: 19px;
    color: #0073AE;
}
/* ==========================================================================
Base styles: PAGINATION
========================================================================== */
.pagination {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.pagination .current {
    font-family: 'ProximaSoft-Semibold';
    font-size: 16px;
    color: #0073AE;
    padding: 0 0.5rem;
    margin: 0;
    position: relative;
    bottom: 5px;
}
.pagination a.page-numbers {
    font-family: 'ProximaSoft-Regular';
    font-size: 16px;
    color: #808285;
    padding: 0 0.5rem;
    margin: 0;
    position: relative;
    bottom: 5px;
}
.pagination a.next, .pagination a.prev {
    font-size: 24px;
    padding: .35rem;
    color: #0073AE;
    top: 0px;
}
/* ==========================================================================
Base styles: SIDEBAR
========================================================================== */
ul#menu-about-us-side-menu li.current-menu-item a {
    font-family: 'ProximaSoft-Bold';
    color: #0073AE;
}
#shop-sidebar h2 {
    font-family: 'ProximaSoft-Bold';
    font-size: 25px;
    color: #808285;
    margin-bottom: 0px;
}
.shop-sidebar_accordion .card {
    border-color: transparent!important;
}
.shop-sidebar_accordion .card .btn {
    font-family: 'ProximaSoft-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #808285;
    text-indent: -7px;
    padding: 0 0 0 15px;
    text-align: left;
    margin-bottom: 0;
}
.shop-sidebar_accordion .card .btn>label {
    cursor: pointer;
}
.icon::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.shop-sidebar_accordion>.card .card-header .btn>label:before {
    display: inline-block;
    position: relative;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    margin-right: 6px;
}
.shop-sidebar_accordion .card hr {
    margin-bottom: 1px!important;
    display: none;
}
.shop-sidebar_accordion .card-header {
    padding: 0!important;
    background-color: transparent!important;
    border-bottom: 0!important;
    border: 0;
}
.shop-sidebar_accordion .card .card-body {
    padding: 10px 15px;
    background-color: transparent;
}
.shop-sidebar_accordion .card-header {
    background-color: rgba(0, 0, 0, .03);
}
.shop-sidebar_accordion .card-header h2 {
    margin-left: 0px;
}
.shop-sidebar_accordion button i {
    position: initial;
    right: 0;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-weight: 600;
}
.shop-sidebar_accordion button[aria-expanded="true"] i:before {
    content: "\f054";
}
.chk_filter {
    visibility: hidden;
}
#shop-sidebar .form-check-label {
    font-family: 'ProximaSoft-Regular';
    font-size: 16px;
    line-height: 20px;
    color: #808285;
    cursor: pointer!important;
    text-indent: 0px;
    margin-bottom: 15px;
}
#shop-sidebar .form-check {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-bottom: 5px;
}
#shop-sidebar input.chk_filter:checked~label {
    cursor: pointer!important;
    color: #0073AE;
    font-family: 'ProximaSoft-Bold';
}
/* input.chk_filter:checked~label:before {
    content: "\f078"!important;
} */
input.chk_filter:checked~.fa-chevron-right:before {
    color: #0073AE!important;
}
.round,
.square {
    position: relative;
}
.round .round-label,
.square .square-label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
    height: 16px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 16px;
}
.square .square-label {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.round label,
.square label {
    cursor: pointer;
}
.round input[type="checkbox"],
.square input[type="checkbox"] {
    visibility: hidden;
}
.round input[type="checkbox"]:checked+label,
.round input[type="radio"]:checked+label,
.square input[type="checkbox"]:checked+label {
    background-color: #0073AE;
    border-color: #0073AE;
}
.round input[type="checkbox"]:checked+label:after,
.square input[type="checkbox"]:checked+label:after {
    opacity: 1;
}
.tbst_categories_filter {
    margin-bottom: 40px;
}
.tbst_categories_filter .card label {
    cursor: pointer;
}
/* ==========================================================================
Base styles: PRODUCT FILTER
========================================================================== */
.product-search .btn {
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
.modal #product-search .cta-primary {
    background: #0073AE;
    color: #fff;
}
.modal #product-search .cta-primary:hover {
    background: #0073AE!important;
    color: #fff!important;
}
.menu-item #product-search {
    padding: 1rem 2rem;
}
.menu-item #product-search .form-control {
    width: 1%;
    border-color: transparent!important;
}
.menu-item #product-search .cta-primary {
    background: #0073AE!important;
    border: #0073AE!important;
    color: #fff!important;
}
.menu-item #product-search .cta-primary:focus, .menu-item #product-search .cta-primary:hover {
    color: #0073AE!important;
    border: 1px solid#0073AE!important;
    background: #fff!important;
}
#product-search .form-control,
#blog-search .form-control {
    border-right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-color: #808285!important;
}
#product-search .form-control:focus,
#blog-search .form-control:focus {
    border-color: #808285!important;
}
#product-search .cta-primary {
    background: #fff;
    color: #808285;
    border-top: 1px solid #808285;
    border-bottom: 1px solid #808285;
    border-right: 1px solid #808285;
    border-left: 1px solid #808285;
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
    border-top-left-radius: 0!important;
    border-bottom-left-radius: 0!important;
}
#product-search .cta-primary:hover, #product-search .cta-primary:focus {
    border-top: 1px solid #808285!important;
    border-bottom: 1px solid #808285!important;
    border-right: 1px solid #808285!important;
    color: #808285!important;
    border-left: 1px solid #808285;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}
#product-search .fa-search:before,
#blog-search .fa-search:before {
    font-size: 20px;
    color: #fff;
}
#product-order .custom-select {
    width: 240px!important;
    height: 35px;
}
#product-order .custom-control-input:checked~.custom-control-label::before {
    visibility: hidden;
}
#product-order .custom-radio .custom-control-input:checked~.custom-control-label::after {
    visibility: hidden;
}
#product-order .custom-control-label::before {
    visibility: hidden;
}
#product-order input[type="radio"]:checked~label {
    color: #0073AE!important;
    margin-right: 0!important;
}
#product-order .custom-control-label {
    margin-right: 0!important;
    cursor: pointer;
}
#product-order .custom-control-inline {
    margin-right: 0!important;
}
/* ==========================================================================
Base styles: ARCHIVE SUPPLIER PAGE
========================================================================== */
#archive-supplier img {
    width: 250px;
    height: 250px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
#archive-supplier .cta-tertiary {
    margin-bottom: 10px;
}
#archive-supplier .item {
    margin-bottom: 10px;
}
/* ==========================================================================
Base styles: SINGLE PRODUCT PAGE
========================================================================== */
.woocommerce div.product .product_title {
    font-family: 'ProximaSoft-Semibold';
    font-size: 28px;
    color: #0073AE;
    line-height: 38px;
}
.woocommerce div.product div.images img {
    width: 100%;
    height: 300px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
}
.woocommerce .summary {
    background-color: #f4f5f9;
    padding: 40px;
}
.woocommerce .summary table {
    width: 100%!important;
}
.woocommerce .summary .sku,
.sku-code {
    font-family: 'ProximaSoft-Semibold';
    font-size: 20px;
    color: #3399cc;
    margin:20px 0;
    display: inline-block;
}

.sku-code {
    margin-right: 5px;
}
.woocommerce .summary p {
    font-family: 'ProximaSoft-Regular';
    font-size: 19px;
    margin-bottom: 40px;
}
.woocommerce div.product .woocommerce-tabs .panel p {
    font-family: 'ProximaSoft-Regular';
    font-size: 19px;
}
.woocommerce div.product .woocommerce-tabs .panel ul li, .woocommerce div.product .woocommerce-tabs .panel ul li a {
    font-family: 'ProximaSoft-Regular';
    font-size: 19px;
}
/* fade class override on marketing description tab*/
#tab-features .fade {
    opacity: 1;
}
.single-product .enquiry {
    background-color: #f6f6f6;
}
.single-product .frm_style_formidable-style.with_frm_style input {
    background-color: transparent!important;
}
.single-product #frm_field_90_container .frm_primary_label {
    padding-bottom: 25px;
}
.single-product .woocommerce-breadcrumb {
    padding: 20px 0!important;
}
.single-product .content-area hr.separator{
    display: none;
}
.woocommerce-variation-add-to-cart .btn-default-link {
    margin-right: 25px;
}
.woocommerce .quantity .qty {
    font-family: 'ProximaSoft-Regular';
    font-weight: normal;
    font-size: 22px;
    color: #595959;
    box-shadow: none;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.woocommerce div.product form.cart .variations select {
    font-family: 'ProximaSoft-Regular';
    font-weight: normal;
    font-size: 22px;
    color: #595959;
    width: 100%;
    height: calc(2.25rem + 2px);
    line-height: 1.5;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
}
ul.tabs.wc-tabs {
    float: left;
    width: 200px;
    padding: 0!important;
    margin: 0!important;
}
ul.tabs.wc-tabs li {
    display: block !important;
    margin: 0 !important;
}
ul.tabs.wc-tabs li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    ;
}
.upsells, .related {
    clear: both;
}
.woocommerce div.product .woocommerce-tabs .panel {
    float: right;
    width: calc(100% - 200px);
    padding: 20px;
    border: 1px solid #d3ced2;
    min-height: 271px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border-bottom-color: #d3ced2;
    background: #0073AE;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 0;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    border-bottom-right-radius: 0;
    border-width: 0;
    box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 0;
}
.woocommerce div.product form.cart .variations {
    margin-bottom: 2em;
}
.woocommerce div.product form.cart .variations label {
    font-weight: 400;
    font-size: 1.3rem;
    padding-right: 0;
}
.woocommerce table.shop_table thead {
    display: none;
}
.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 15px 12px;
    line-height: 1.5em;
    background: #d9d9da!important;
}
.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 10px 15px;
    vertical-align: middle;
    line-height: 1.5em;
}
.woocommerce table.shop_table .quantity {
    text-align: right;
}
.woocommerce table.shop_table .quantity .qty {
    width: 50%;
}
.woocommerce-cart table.cart img {
    width: 70px;
}
.woocommerce-cart table.cart .product-name a {
    font-family: 'ProximaSoft-Semibold';
    font-size: 18px;
    color: #3399cc;
}
.woocommerce-cart table.cart .product-name a:hover {
    color: #0073AE!important;
}
.woocommerce .quote-cart-form {
    margin-top: 40px;
}
.woocommerce a.remove {
    color: #595959!important;
}
.woocommerce a.remove:hover {
    color: #0073AE!important;
    background: transparent!important;
}
.frm_style_formidable-style.with_frm_style .frm_radio input[type=radio], .frm_style_formidable-style.with_frm_style .frm_checkbox input[type=checkbox] {
    margin-left: 20px;
}
/* ==========================================================================
Base styles: SORTING SECTION
========================================================================== */
.sorting {
    background-color: #EBEBEB;
    padding: 10px 0px;
    margin-bottom: 40px;
}
.sorting form {
    position: relative;
}
.sorting label {
    font-family: 'ProximaSoft-Semibold';
    font-size: 25px;
    color: #808285;
    margin-right: 20px;
}
.sorting .order-by {
    position: absolute;
    right: 0;
}
.sorting .order-by a {
    margin-right: 10px;
    color: #808285;
}
.sorting .order-by a:last-child {
    margin-right: 0!important;
}
.sorting .custom-select {
    width: 240px!important;
}
.sorting .custom-control-input:checked~.custom-control-label::before {
    visibility: hidden;
}
.sorting .custom-radio .custom-control-input:checked~.custom-control-label::after {
    visibility: hidden;
}
.sorting .custom-control-label::before {
    visibility: hidden;
}
.sorting input[type="radio"]:checked~label {
    color: #0073AE!important;
    margin-right: 0!important;
}
.sorting .custom-control-label {
    margin-right: 0!important;
    cursor: pointer;
}
.sorting .custom-control-inline {
    margin-right: 0!important;
}
.product-supplier ul {
    padding-left: 20px;
}
.product-supplier img {
    width: 100%;
    height: 250px;
    margin: 0;
    -o-object-fit: contain;
    object-fit: contain;
}
.supplier-product .products {
    padding: 15px 0;
}
.supplier-logo {
    /* margin: 20px 0; */
    position: relative;
    margin: 0;
    padding: 0;
}
.supplier-logo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    margin: 0 auto;
}
/* ==========================================================================
Base styles: LOGIN SECTION
========================================================================== */
.login-section {
    margin: 40px 0;
}
/* ==========================================================================
Base styles: MY ACCOUNT PAGE SECTION
========================================================================== */
@media only screen and (min-width: 769px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 20%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        width: 80%;
        background: rgba(0, 0, 0, 0.05);
        padding: 20px;
    }
}
nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
    max-width: 200px;
    font-size: 17px;
    line-height: 26px;
}
nav.woocommerce-MyAccount-navigation ul li {
    padding: 8px 20px;
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
nav.woocommerce-MyAccount-navigation ul li a {
    color: #595959;
}
nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #595959;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
    cursor: default;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 14px solid #0073AE;
    border-bottom: 20px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -7px;
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
    background-color: rgba(0, 0, 0, 0.07);
}
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-left: 14px solid rgba(0, 0, 0, 0.07);
    border-bottom: 20px solid transparent;
    float: right;
    margin-right: -34px;
    margin-top: -7px;
}
.my-account h1 {
    font-family: 'Museo-Light';
    font-size: 32px;
    color: #595959;
}
/* ==========================================================================
Base styles: BLOG LIST
========================================================================== */
.category-archive-content .section-style {
    padding: 30px 0;
}
.blog-content {
    padding: 60px 0;
}
.blog-content h2 {
    font-family: 'ProximaSoft-Semibold';
    font-size: 42px;
    color: #0073AE;
}
.blog-content p {
    font-family: 'ProximaSoft-Regular';
    font-size: 19px;
    color: #808285;
    line-height: 25px;
}
#blog-items img {
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
#blog-items h3 {
    font-family: 'ProximaSoft-Regular';
    font-size: 24px;
    color: #0073AE;
    margin-top: 10px;
    height: auto !important;

}
#blog-items .item a {
    text-decoration: none;
}
/* ==========================================================================
Base styles: SINGLE BLOG
========================================================================== */
.single aside ul.menu {
    padding-left: 0px!important;
}
.single-content {
    padding: 60px 0 0;
}
.single-content aside {
    padding:15px 0;
}
.single-content .section-style {
    padding: 0;
}
.single-content h2 {
    font-family: 'ProximaSoft-Semibold';
    font-size: 42px;
    color: #0073AE;
}
.single-content .post p {
    font-family: 'ProximaSoft-Regular';
    font-size: 19px;
    color: #808285;
    line-height: 25px;
}
/* ==========================================================================
Base styles: WIDGET SIDEBAR
========================================================================== */
aside .widget {
    margin-bottom: 40px;
}
aside .widget ul.menu {
    margin-top: 20px;
    padding-left: 0px;
}
aside .widget ul.menu li {
    list-style: none;
    padding-bottom: 15px;
}
aside .widget ul.menu li a {
    font-family: 'ProximaSoft-Regular';
    font-size: 19px;
    color: #808285;
}
aside .widget table tr td, aside .widget table tr td a {
    font-family: 'ProximaSoft-Regular';
    font-size: 19px;
    color: #808285;
    padding-left: 0;
}
/* ==========================================================================
Base styles: CONTACT US
========================================================================== */
.contact-us .enquiry {
    padding: 60px 0 0;
    background-color: #D5D4D4;
}
.contact-us .enquiry h4 {
    color: #595959;
}
.contact-us table tr td a {
    color: #595959!important;
}
.contact-us .table td, .contact-us .table th {
    padding: 0;
    vertical-align: top;
    border-top: 0;
}
.contact-us .page-content img {
    height: 300px;
    object-fit: cover;
}
/* ==========================================================================
Base styles: EVENT REGISTRATION SECTION
========================================================================== */
.event-register {
    background-color: #f5f5f5;
    position: relative;
    display: block;
    padding: 60px 0 0;
}
.event-register h4 {
    font-family: 'ProximaSoft-Semibold';
    font-size: 42px;
    color: #0073AE;
    margin-bottom: 40px;
}
/* ==========================================================================
Base styles: SUBSCRIBE SECTION
========================================================================== */
.subscribe {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #d9d9da;
    padding: 40px 0;
}
.subscribe form label {
    font-family: 'ProximaSoft-Regular';
    font-size: 22px;
    color: #595959;
    padding-right: 20px;
    position: relative;
    bottom: 8px;
}
.subscribe form label>span {
    font-family: 'ProximaSoft-Semibold';
    font-size: 28px;
    color: #595959;
    position: relative;
    bottom: 2px;
    padding-right: 10px;
}
/* ==========================================================================
Base styles: BUTTONS
========================================================================== */
.btn {
    padding: .375rem 1.75rem;
}
.cta-primary {
    background-color: #0073AE;
    font-family: 'ProximaSoft-Semibold';
    font-size: 18px;
    color: #fff;
    border-radius: 4px!important;
    border: 1px solid #0073AE;
    /* text-transform: uppercase; */
    text-transform: initial;
}
.cta-primary:hover {
    background-color: #ffffff!important;
    border: 1px solid #595959!important;
    color: #595959!important;
}
.cta-primary-outline {
    background-color: #fff;
    font-family: 'ProximaSoft-Semibold';
    font-size: 18px;
    color: #595959;
    border-radius: 4px!important;
    border: 1px solid #595959!important;
    /* text-transform: uppercase; */
    text-transform: initial;
}
.cta-primary-outline:hover {
    background-color: #0073AE!important;
    border: 1px solid #0073AE!important;
    color:#fff!important;
}
.cta-secondary {
    background-color: #8DC63F;
    font-family: 'ProximaSoft-Semibold';
    font-size: 18px;
    color: #fff;
    border-radius: 4px!important;
    border: 1px solid #8DC63F !important;
    /* text-transform: uppercase; */
    text-transform: initial;
}
.cta-secondary:hover {
    background-color: #595959!important;
    border: 1px solid #595959!important;
    color: #fff!important;
}
.cta-tertiary {
    font-family: 'ProximaSoft-Bold';
    font-size: 18px;
    color: #3399cc!important;
    text-transform: initial;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    position: relative;
    border-bottom: 2px solid;
    cursor: pointer;
    line-height: 22px;
}
.cta-tertiary:hover {
    color: #595959!important;
}
.cta-tertiary:hover a {
    color: #595959!important;
}
.cta-tertiary::after {
    content: url('../img/right-arrow-blue.png');
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 2px;
}
.cta-tertiary:hover::after {
    content: url('../img/right-arrow.png');
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 2px;
}
.cta-tertiary a {
    color: #3399cc!important;
}
.cta-tertiary.grey {
    color: #595959!important;
}
.cta-tertiary.grey:hover {
    color: #3399cc!important;
}
.cta-tertiary.grey:hover::after {
    content: url('../img/right-arrow-blue.png');
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 2px;
}
.cta-tertiary.grey::after {
    content: url('../img/right-arrow.png');
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 2px;
}
.cta-primary-dark {
    background-color: #ffffff;
    font-family: 'ProximaSoft-Semibold';
    font-size: 24px;
    color: #595959;
    border-radius: 4px!important;
    /* text-transform: uppercase; */
    text-transform: initial;
    border: 1px solid #595959;
}
.cta-primary-dark:hover {
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
    background-color: #595959!important;
    color: #ffffff!important;
}
.cta-primary-quote {
    background-color: #ffffff;
    font-family: 'ProximaSoft-Semibold';
    font-size: 18px;
    color: #595959;
    border-radius: 4px!important;
    /* text-transform: uppercase; */
    text-transform: initial;
    padding-left: 10px;
    padding-right: 10px;
}
.cta-primary-quote:hover {
    background: transparent!important;
    color: #595959!important;
    border: 1px solid #595959!important;
}
.cta-primary-quote i {
    color: #8DC63F;
}
.cta-banner {
    background-color: transparent!important;
    border: 1px solid #fff!important;
    color: #fff!important;
    font-family: 'ProximaSoft-Semibold';
    font-size: 16px;
    text-transform: uppercase;
}
.cta-banner:hover {
    background-color: #fff!important;
    color: #595959!important;
}
.btn-default-link {
    font-family: 'ProximaSoft-Bold';
    font-size: 20px;
    color: #3399cc!important;
    text-transform: initial;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    position: relative;
    border-bottom: 2px solid;
    cursor: pointer;
    line-height: 22px;
    cursor: pointer;
}
.btn-default-link:hover {
    color: #595959!important;
    text-decoration: none!important;
}
.cta-modal {
    background-color: #595959;
    font-family: 'ProximaSoft-Semibold';
    font-size: 24px;
    color: #fff;
    border-radius: 4px!important;
    border: 1px solid #595959;
    /* text-transform: uppercase; */
    text-transform: initial;
}
.cta-modal:hover {
    background-color: transparent!important;
    color: #595959!important;
}
/* ==========================================================================
Base styles: TEST
========================================================================== */
.test {
    background: url('../img/test-bg.jpg');
    background-size: cover;
    height: 555px;
    position: relative;
}
.test h2 {
    font-family: 'ProximaSoft-Semibold';
    font-size: 35px;
    color: #0073AE;
    margin-bottom: 20px;
}
.test p {
    font-family: 'ProximaSoft-Regular';
    font-size: 25px;
    color: #808285;
    margin-bottom: 0;
}
/* ==========================================================================
Base styles: TESTIMONIALS
========================================================================== */
.testimonials p {
    text-align: center;
}
.testimonials p::before {
    content: '';
    background-image: url('../img/left-qoute.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    height: 40px;
    width: 40px;
    display: block;
    float: left;
}
.testimonials p::after {
    content: '';
    background-image: url('../img/right-qoute.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 40px;
    width: 40px;
    position: absolute;
    margin-left: 7px;
}
.testimonials {
    background: #fff;
}
.testimonials img {
    width: initial!important;
    margin: auto;
    display: none;
}
.testimonials .owl-carousel .words h4::before {
    content: '';
    background-image: url('../img/left-qoute.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    height: 25px;
    width: 25px;
    display: block;
    float: left;
    margin-right: 7px;
}
.testimonials .owl-carousel .words h4::after {
    content: '';
    background-image: url('../img/right-qoute.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    height: 25px;
    width: 25px;
    position: absolute;
    margin-left: 7px;
}
.testimonials h4,
.testimonials p {
    font-family: 'Museo-Medium';
    font-size: 18px;
    color: #595959;
    margin: 2rem auto;
    line-height: 20px;
    position: relative;
}
.testimonials h5 {
    margin-bottom: 30px;
}
.testimonials span {
    font-family: 'Museo-Bold';
    font-size: 24px;
    color: #595959;
}
.testimonials hr {
    display: none;
}
.testimonials ul li {
    display: block;
    list-style-type: none;
}
.testimonials .carousel_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.testimonials .carousel_nav.disabled {
    display: none;
}
.owl-carousel .owl-stage:after, .owl-carousel .owl-stage:before {
    display: none;
}
.testimonials .carousel_nav [class*=owl-] {
    background: none!important;
    border: none;
    position: absolute;
}
.testimonials .carousel_nav .owl-next {
    right: 25px;
}
.testimonials .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: none!important;
    border-radius: 50%;
    border: 2px solid #595959;
    margin: 0 3px;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span {
    background: #595959!important;
}
/* ==========================================================================
Base styles: PANEL
========================================================================== */
.cta-panel {
    background-color: #595959;
    width: 100%;
    height: 100%;
    min-height: 160px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 15px;
}
.cta-panel .container {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 160px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.cta-panel .cta-two-line {
    padding: 30px;
}
.cta-panel .cta-icon {
    padding: 50px 0 0;
}
.cta-panel .cta-panel-heading {
    font-family: 'ProximaSoft-Regular';
    font-size: 46px;
    line-height: 48px;
    text-align: left;
    color: #fff;
    display: inline;
}
.cta-panel .cta-panel-button {
    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;
    text-align: center;
    cursor: pointer;
}
.full-width .cta-panel .cta-two-line {
    padding-left: 0;
    padding-right: 0;
}
.cta-panel .cta-two-line .cta-feature {
    margin-top: 15px;
    background-color: #0073AE;
    font-family: 'ProximaSoft-Semibold';
    font-size: 24px;
    color: #fff;
    border-radius: 4px!important;
    border: 1px solid #0073AE!important;
    text-transform: uppercase;
    padding: .375rem 1.75rem;
    cursor: pointer;
}
.cta-panel .cta-two-line .cta-feature:hover {
    background-color: transparent!important;
    border: 1px solid #fff!important;
}
.cta-panel .cta-icon .cta-panel-button img, .cta-panel .cta-panel-button img {
    position: relative;
    top: 40px;
    right: 20px;
}
.cta-panel .col-sm-6, .cta-panel .col-sm-8, .cta-panel .col-sm-4 {
    float: left;
}
.full-width .cta-panel {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
/* ==========================================================================
Base styles: ENQUIRY FORM
========================================================================== */
.enquiry {
    padding: 60px 0 0;
}
.enquiry .with_frm_style .form-submit {
    clear: both;
    float: right;
    position: relative;
    bottom: 250px;
}
.enquiry h4 {
    font-family: 'ProximaSoft-Semibold';
    font-size: 42px;
    color: #0073AE;
    margin-bottom: 40px;
}
.enquiry form label {
    font-family: 'ProximaSoft-Regular'!important;
    font-size: 22px!important;
    font-weight: 400!important;
    color: #0073AE;
}
.enquiry form input {
    border-radius: 0px!important;
    border-top: 0!important;
    border-left: 0!important;
    border-right: 0!important;
    border-color: #0073AE;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
.enquiry form textarea {
    border-radius: 0!important;
    border-color: #0073AE;
    resize: none;
}
.enquiry .frm_alignright {
    position: relative;
    bottom: 260px;
}
.enquiry #frm_field_78_container label {
    margin-bottom: 25px;
}
.enquiry .frm_form_fields>fieldset {
    margin-bottom: -155px!important;
}
.home .enquiry .btn {
    padding: 0.875rem 2.75rem;
}
/* ==========================================================================
Base styles: PRODUCTS LAYOUT
========================================================================== */
.product-category img {
    width: 200px!important;
    height: 200px!important;
    border:0!important;
}
.product-category a {
    display: block;
    border: 1px solid #f5f5f5;
    text-align: center;
    margin-top: 0;
}
.product-category .info {
    padding:20px 10px!important;
    text-align: left;
}
.product-category .info h2 {
    font-size: 20px;
    text-align: center;
}
.products {
    padding: 0;
    margin: 40px 0;
}
.products a {
    text-decoration: none;
    margin-top: 0px;
}
.products .info {
    background-color: #e8e7e7;
    padding: 20px 15px;
    /* padding: 25px; */
    /* padding: 15px; */
    /* min-height: 220px; */
}
.products img {
    border: 1px solid #f5f5f5;
    width: 300px;
    /* height: 325px; */
    /* height: 225px; */
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
    padding: 20px;
}
.products .info h4 {
    font-family: 'ProximaSoft-Semibold';
    font-size: 16px;
    color: #595959;
    overflow-wrap: break-word;
    margin-bottom: 10px;
}
.products .info .sku {
    font-family: 'ProximaSoft-Semibold';
    font-size: 18px;
    color: #3399cc;
}
.products .info p {
    font-family: 'ProximaSoft-Regular';
    font-size: 18px;
    color: #595959;
    overflow-wrap: break-word;
    margin: 25px 0;
    display: none;
}
.products .cta {
    margin-top: 1em;
    display: inline-block;
}
.products .cta-tertiary::after {
    top: 2px;
    font-size: 29px;
    right: -25px;
}
#shop-sidebar .navbar {
    padding: 0!important;
}
#shop-sidebar .navbar-toggler {
    border: 1px solid #ddd;
    width: 100%;
    font-family: 'ProximaSoft-Regular';
    font-size: 20px;
    color: #808285;
    text-align: left;
    position: relative;
    padding: .75rem;
    border-radius: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}
#shop-sidebar .navbar-toggler[aria-expanded="true"] .fas:before {
    content: "\f146";
}
#shop_suppliers .round label {
    color: #595959;
}
#shop_suppliers input.chk_filter:checked~label:before,
#shop_division input.chk_filter:checked~label:before {
    display: none;
}
/* ==========================================================================
Base styles: PRODUCT CATEGORIES
========================================================================== */
.product-cat {
    padding: 30px 0 0;
}
.product-cat h3 {
    font-family: 'ProximaSoft-Semibold';
    font-size: 42px;
    color: #0073AE;
    margin-bottom: 30px;
}
.product-cat .info {
    border: 1px solid #ececec;
    border-top: 0;
    background: #f9f9f9;
    padding: 15px 25px;
}
.product-cat .info p {
    font-family: 'ProximaSoft-Regular';
    font-size: 18px;
    color: #808285;
    margin: 0;
}
.product-cat .info h2 {
    font-family: 'ProximaSoft-Semibold';
    font-size: 24px;
    color: #808285;
    margin: 0;
}
/* ==========================================================================
Base styles: FEATURED PRODUCTS
========================================================================== */
.featured-product h3 {
    font-family: 'ProximaSoft-Semibold';
    font-size: 42px;
    color: #0073AE;
}
.featured-product .products {
    padding: 30px 0 40px;
}
.featured-product h2 {
    display: none;
}
/* ==========================================================================
Base styles: RELATED PRODUCTS
========================================================================== */
.related-product .products {
    padding: 0px;
    margin: 40px 0 0;
}
.related-product h2 {
    display: none;
}
/* ==========================================================================
Base styles: PAGINATION
========================================================================== */
.woocommerce-pagination {
    margin-bottom: 1.5rem;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border: none;
}
.woocommerce nav.woocommerce-pagination ul li a {
    font-family: 'ProximaSoft-Regular';
    font-size: 16px;
    color: #808285;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    background: none!important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #0073AE;
}
/* .woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover, */
.woocommerce nav.woocommerce-pagination ul li span.current {
    font-family: 'ProximaSoft-Semibold';
    font-size: 16px;
    color: #0073AE;
    background: none;
    padding: .5rem;
}
.woocommerce nav.woocommerce-pagination .dots {
    line-height: 30px;
    height: 60px;
}
.woocommerce nav.woocommerce-pagination .prev, .woocommerce nav.woocommerce-pagination .next {
    font-size: 24px;
    color: #0073AE;
    padding: .35rem;
}
/* ==========================================================================
Base styles: FOOTER
========================================================================== */
footer {
    background-color: #0073AE;
    padding: 60px 0;
}
footer .footer-widget ul {
    list-style-type: none;
}
footer .widget p {
    font-family: 'ProximaSoft-Regular';
    color: #fff;
    font-size: 16px;
}
footer .widget {
    padding: 0;
}
footer .widget .textwidget {
    display: inline-block;
}
footer ul.menu {
    display: inline-block;
    margin-bottom: 0;
    padding: 0;
}
footer ul.menu li {
    margin-bottom: 5px;
}
footer ul.menu li a {
    font-family: 'ProximaSoft-Regular';
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
}
footer ul.menu li a:hover {
    color: #fff !important;
}
footer ul.social-icons {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    bottom: 5px;
    padding: 0;
    margin: 0;
}
footer ul.social-icons li {
    list-style-type: none;
    display: inline-block;
    padding: 0 10px 10px;
}
footer ul.social-icons li .cta-secondary {
    font-size: 16px;
}
footer ul.social-icons li img {
    margin-bottom: 0;
}
footer ul#menu-footer-sub-menu li {
    display: inline-block;
}
footer ul#menu-footer-sub-menu li a {
    font-size: 16px;
    margin: 15px 20px 0 0;
}
footer hr {
    border-top: 1px solid #ccc;
    margin: 2rem 0;
}
/* ==========================================================================
Base styles: COMPONENTS LIST
========================================================================== */
.page-element ul li {
    font-family: 'ProximaSoft-Regular';
}
.square-img {
    width: 100%;
    padding: 45% 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
/* ==========================================================================
Base styles: ACCORDION
========================================================================== */
.type-page .accordion,
.type-post .accordion {
    border: 1px solid #ddd;
    border-radius: 4px;
}
.type-page .accordion .card:first-child,
.type-post .accordion .card:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.type-page .accordion .card,
.type-post .accordion .card {
    background-color: #e8e7e7;
    margin-bottom: 0;
}
.type-page .accordion .card .btn,
.type-post .accordion .card .btn{
    padding: 0;
    text-align: left;
    border: 0;
    position: relative;
}
.type-page .accordion .card .btn:hover,
.type-post .accordion .card .btn:hover {
    text-decoration: none;
}
.accordion-component button:after {
    content: url('../img/down-arrow-card.png');
    position: absolute;
    right: 25px;
    top: 17px;
}
.accordion-component button[aria-expanded="true"]:after {
    content: url('../img/up-arrow-card.png');
    position: absolute;
    right: 25px;
    top: 15px;
}
.type-page .accordion .card .btn.focus, 
.type-post .accordion .card .btn:focus {
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.type-page .type-page .accordion .card:last-child .card-body,
.type-post .type-page .accordion .card:last-child .card-body {
    border-bottom: 1px solid #E8E7E7;
}
.type-page .accordion .card-header,
.type-post .accordion .card-header {
    padding: 15px 30px;
    position: relative;
    background-color: transparent;
}
.type-page .accordion .card-header h4,
.type-post .accordion .card-header h4 {
    font-family: 'Museo-Medium';
    /* font-size: 24px; */
    font-size: 18px;
    color: #595959;
    text-transform: inherit;
}
.type-page .accordion .card-header img,
.type-post .accordion .card-header img {
    width: auto!important;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
}
.type-page .accordion .card-body,
.type-post .accordion .card-body {
    /*border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;*/
    padding: 15px 30px;
}
.type-page .accordion .card-body p,
.type-post .accordion .card-body p {
    font-family: 'ProximaSoft-Regular';
    font-size: 18px;
}
.type-page .accordion button i,
.type-post .accordion button i {
    position: absolute;
    right: 20px;
    font-size: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.type-page .accordion button:hover,
.type-post .accordion button:hover {
    color: #0073AE!important;
    box-shadow: none!important;
}
.type-page .accordion button[aria-expanded="true"],
.type-post .accordion button[aria-expanded="true"] {
    border-left: 10px solid #0073AE!important;
    border-radius: 0!important;
    color: #0073AE!important;
    box-shadow: none!important;
}
.type-page .accordion button[aria-expanded="true"] h2::after,
.type-post .accordion button[aria-expanded="true"] h2::after {
    content: url('../img/up-arrow-card-2.png');
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.type-page .accordion button[aria-expanded="true"] h2>img,
.type-post .accordion button[aria-expanded="true"] h2>img {
    visibility: hidden;
}
.type-page .accordion button[aria-expanded="true"] .card-header,
.type-post .accordion button[aria-expanded="true"] .card-header {
    padding-left: 20px;
}
/* ==========================================================================
Base styles: GALLERY
========================================================================== */
.gallery img.img-cover {
    /* height: 300px;
    width: 100%; */
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    z-index: 9999;
}
.gallery img:hover {
    opacity: 0.4;
}
.gallery p {
    margin-bottom: 32px;
}
.zoom-icon {
    display: none;
}
.gallery img.img-cover:hover~.zoom-icon {
    display: block!important;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    border-radius: 0!important;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    -webkit-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    transform: translateY(-40%);
    z-index: -1;
    opacity: 1;
}
.zoom-icon.no_hover {
    display: none !important;
    visibility: hidden;
}
.img-cover.no_hover {
    opacity: 1 !important;
}
/* ==========================================================================
Base styles: FEATURE TILES STYLE 1
========================================================================== */
.feature-style-1 .feature-tile img {
    height: 150px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.feature-style-1 .feature-body a {
    display: inline-block;
    margin-bottom: 20px;
}
/* ==========================================================================
Base styles: FEATURE TILES STYLE 2
========================================================================== */
.feature-style-2 .feature-tile {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}
.feature-style-2 .feature-tile img {
    height: 265px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    width: 100%;
}
.feature-style-2 .feature-tile .featured-header {
    position: relative;
}
.feature-style-2 .feature-tile .feature-body {
    max-width: 100%;
}
.feature-style-2 .feature-tile h4 {
    background: rgba(0, 0, 0, 0.6);
    font-family: 'ProximaSoft-Semibold';
    font-size: 24px;
    color: #fff;
    line-height: 40px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    text-transform: capitalize;
    padding: 10px 0;
}
.feature-style-2 .feature-tile p {
    margin: 20px 0;
}
.feature-style-2 .feature-tile a {
    margin-bottom: 10px;
}
/* ==========================================================================
Base styles: BIO CARDS
========================================================================== */
.basic-bio {
    width: auto!important;
    height: 320px!important;
    margin-top: 0px!important;
}
.basic-bio img {
    height: 210px!important;
    width: 100%;
}
.bio-card {
    width: 256px;
    height: 420px;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 24px;
}
.bio-card img {
    height: 340px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}
.bio-card .card-body .card-name {
    font-family: 'ProximaSoft-Bold';
    font-weight: 700;
    font-size: 18px;
    color: #0073AE;
    text-align: center;
    margin-bottom: 0;
    max-width: 180px;
    margin: 0 auto;
    line-height: 20px;
    padding-bottom: 15px;
}
.bio-card .card-body {
    margin-top: 15px;
    padding: 0;
}
.bio-card .card-body a>i {
    position: relative;
    left: 6px;
    top: 1px;
}
.bio-card .card-body .card-code {
    font-family: 'ProximaSoft-Bold';
    font-size: 16px;
    color: #595959;
    text-align: center;
}
.bio-card .card-body .card-title {
    font-family: 'ProximaSoft-Regular';
    font-size: 16px;
    color: #4E4E4E;
    line-height: 18px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
}
.bio-card-flip.back p {
    font-family: 'ProximaSoft-Regular';
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.bio-card-flip.back p>small {
    font-family: 'ProximaSoft-Regular';
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #fff;
}
.bio-card-flip.back {
    background-color: #595959;
    padding: 20px;
    border-radius: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.bio-card-flip.back img {
    width: 90px;
    height: 90px;
}
.bio-card-flip.back .flip-link {
    color: #fff;
    float: right;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    font-family: 'ProximaSoft-Regular';
    font-size: 15px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    vertical-align: middle;
}
.bio-card-flip.back .flip-link>.ex {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px;
    margin-left: 5px;
}
/*Bio Modal*/
.bio-modal img {
    border-radius: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 200px;
    max-height: 200px;
}
.bio-readmore {
    cursor: pointer;
    color: #0073AE!important;
}
.bio-readmore:hover {
    color: #fff;
    text-decoration: underline;
}
.bio-modal .modal-content {
    min-height: 420px;
    max-width: 600px;
    padding: 45px 25px 20px;
    border-radius: 10px;
    background-color: #595959;
    margin: 35% auto;
    position: relative;
    color: #fff;
}
.bio-modal-content {
    float: left;
    padding: 0 20px;
    text-align: center;
    z-index: 9999;
}
.bio-modal-content small>p {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #fff;
}
.bio-modal-content .card-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    margin-top: 0;
    margin-bottom: 10px;
    min-height: 45px;
}
.bio-modal-content .card-code {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #fff;
    text-align: center;
    line-height: 22px;
}
.bio-modal-content .card-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    text-align: center;
    font-size: 15px !important;
    line-height: 15px !important;
    margin: 0 !important;
}
.bio-modal-main {
    height: 70px;
    margin-top: 20px;
}
.bio-modal .close {
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    height: 30px;
    width: 30px;
    text-align: center;
    background: #0073AE;
    color: #fff;
    z-index: 99999;
    right: -10px;
    top: -10px;
    border: 2px solid;
    border-radius: 100%;
    opacity: 1;
}
/* ==========================================================================
Base styles: PARTNER CARDS
========================================================================== */
.partner-card {
    text-align: center;
    width: 180px;
    max-width: 100%;
    margin: auto;
}
.partner-card .card-body address {
    font-family: 'ProximaSoft-Regular';
    font-size: 17px;
    color: #4E4E4E;
    text-align: center;
    line-height: 22px;
}
.partner-card .card-body small {
    font-family: 'ProximaSoft-Regular';
    font-size: 17px;
    color: #4E4E4E;
    text-align: center;
    line-height: 22px;
}
.partner-card address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
    min-height: 45px;
}
.partner-card.mt a {
    color: #0073AE;
}
/* ==========================================================================
Base styles: DEFAULT CARDS
========================================================================== */
.default-card {
    text-align: center;
}
.default-card .card-title {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #0073AE;
}
.default-card img {
    display: block;
    margin: auto;
}
/* ==========================================================================
Base styles: TABLE EVENT
========================================================================== */
.table-event {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border: 2px solid #0073AE;
}
.table-event thead p {
    color: #fff;
}
.table-event p {
    margin-bottom: 0!important;
}
.table-event thead tr th {
    padding: 10px 20px;
    color: #fff;
    font-family: 'ProximaSoft-Semibold';
    font-size: 20px;
    line-height: 30px;
    background-color: #0073AE;
}
.table-event thead tr th a {
    color: #fff;
}
.table-event tr td.table-title {
    font-family: 'ProximaSoft-Semibold';
}
.table-event tr td {
    padding: 10px 20px;
    font-family: 'ProximaSoft-Regular';
    font-size: 20px;
    line-height: 30px;
    color: #4E4E4E;
}
.table-event tr:last-child td {
    padding: 10px 20px 20px;
}
.table-event tr td:first-child {
    color: #0073AE;
}
/* ==========================================================================
Base styles: CUSTOM
========================================================================== */
iframe {
    max-width: 100%;
}
hr {
    border-top: 1px solid #999;
}
.for-small-device {
    display: none;
}
img {
    max-width: 100%;
}
button:focus {
    outline: 0;
}
.page-content {
    padding: 40px 0;
}
.pull-right {
    float: right;
}
.center-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.34rem + 17px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.form-control:focus {
    border-color: #0073AE;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.inline-box {
    display: -webkit-inline-box;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #0073AE;
    background-color: #0073AE;
}
.custom-control-label {
    font-family: 'ProximaSoft-Regular';
    font-size: 16px!important;
    font-weight: 400!important;
    color: #808285;
    margin-left: 10px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: 0!important;
}
.custom-control-label::before {
    position: absolute;
    top: 0.35rem;
    left: -2rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
    cursor: pointer;
}
.custom-control-label::after {
    position: absolute;
    top: .35rem;
    left: -2rem;
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    cursor: pointer;
}
.woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row, .woocommerce form .form-row {
    display: block;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: unset;
}
.fa-search:before {
    content: "\f002";
    color: #0073AE;
}
.contact-logo-placeholder {
    width: 200px;
    height: 150px;
    object-fit: cover;
    -o-object-fit: cover;
}
.category-archive .banner,
.category-archive .inner-bg {
    height: 400px !important;
}
/* ==========================================================================
Base styles: ASSETS
========================================================================== */
.assets .link-text {
    position: relative;
    display: inline-block;
    font-family: 'ProximaSoft-Regular';
    font-size: 20px;
    font-weight: 400;
    color: #3399cc!important;
    text-transform: initial;
    background: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
    border-bottom: 2px solid;
    line-height: 22px;
}
.assets .link-text:hover {
    color: #595959!important;
}
.assets .link-text:hover a {
    color: #595959!important;
}
.assets .link-text::after {
    content: url('../img/right-arrow-blue.png');
    display: inline-block;
    position: absolute;
    right: -24px;
    top: 2px;
}
.assets .link-text:hover::after {
    content: url('../img/right-arrow.png');
    display: inline-block;
    position: absolute;
    right: -24px;
    top: 2px;
}
/* ==========================================================================
Base styles: SIDEBAR
========================================================================== */
aside {
    padding: 30px 0;
}
aside h4 {
    font-family: 'Museo-Medium';
    font-size: 22px;
}
aside h6 {
    font-family: 'Museo-Medium';
    font-size: 38px;
}
aside ul.menu {
    padding-left: 0px;
}
aside ul.menu li {
    list-style-type: none;
    padding:5px 0;
	border-bottom: 1px solid #ccc;
}
aside ul.menu li a {
    font-family: 'ProximaSoft-Regular';
    font-size: 20px;
    color: #595959;
    overflow-wrap: break-word;
}
aside ul.menu li a:hover {
    color:#0073AE!important;
}
/* ==========================================================================
Base styles: Section styles
========================================================================== */
.section-style {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 0;
}
.section-style.hero-small {
    height: 250px;
}
.section-style.hero-medium {
    height: 500px;
}
.section-style.hero-full {
    height: 100vh;
}
.section-style h2.section-title {
    padding: 0px 0 30px;
    text-align: center;
}
h2.section-title {
    padding: 0px 0 30px;
    text-align: center;
}
/* ==========================================================================
Base styles: MODAL FOR REQUEST CATALOGUE
========================================================================== */
#requestCatalogue .frm_opt_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#requestCatalogue .frm_opt_container .frm_radio {
    background: #595959;
    padding: 15px 10px;
    color: #fff;
    cursor: pointer;
    width: 50%;
    text-align: center;
    border-radius: 4px;
}
#requestCatalogue .frm_opt_container .frm_radio + .frm_radio {
    margin-left: 10px;
}
#requestCatalogue .frm_opt_container .frm_radio label {
    font-size: 18px;
    color:#fff;
    cursor: pointer;
}
#requestCatalogue .frm_opt_container .frm_radio input[type=radio] {
    visibility: hidden;
    width: 0;
}
.pswp {
    width: 70%!important;
    height: 70%!important;
    top: 50%!important;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-50%);
}
.pswp__bg {
    background: rgba(0,0,0,0.7)!important;
}
.pswp__caption {
    visibility: hidden;
}
/* ==========================================================================
Base styles: MEDIA QUERY
========================================================================== */
@media (max-width:1440px) {

}
@media (max-width: 1280px) {
    ul.navbar-nav li a.nav-link {
        font-size: 21px;
    }
    .testimonials h5 {
        font-size: 25px;
        line-height: 18px;
    }
    .inner-bg {
        background-size: cover!important;
    }
}
@media (min-width: 1200px) {
    ul.navbar-nav li.menu-item {
        padding: 2.9rem 1.5rem 3rem;
    }
    ul.navbar-nav li a.nav-link {
        padding: 0!important;
    }
    header.js-is-sticky ul.navbar-nav li.menu-item {
        padding: 1.6rem 1.5rem 2.6rem;
    }
}
@media (max-width:1440px) {
    .banner-half-height .campaign_banner_container {
        padding: 0 40px!important;
    }
    .banner .campaign_banner_container {
        padding: 0 40px!important;
    }
}
@media (max-width:1199px) {
    .cta-panel .cta-two-line {
        display: block;
        text-align: center;
    }
    .cta-panel .cta-panel-button {
        margin-top: 20px;
    }
}

@media (max-width:1199px) and (min-width:769px) {
    .banner .campaign_banner_container {
        background-image: none!important;
    }
    .banner-full-height .inner-bg {
        background-color: rgba(0, 115, 174, .7);
    }
    .banner-half-height {
        background-size: cover!important;
    }
    .banner-half-height .campaign_banner_container {
        background-image: none!important;
    }
    .banner-half-height .inner-bg {
        background-color: rgba(0, 115, 174, .7);
    }
    .campaign_banner_container .campaign_bg {
        display: none;
    }
}
@media (max-width: 1024px) {
    .testimonials p {
        font-size: 22px;
    }
}
@media (min-width: 992px) {
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    .dropdown-item:hover>.dropdown-menu {
        display: block;
    }
    .navbar-nav li {
        list-style-type: none;
        display: inline;
    }
    .navbar-nav .nav-link {
        display: inline-block;
    }
    .ml-auto {
        display: inline-block!important;
    }
    .dropdown>.dropdown-toggle:active {
        /*pointer-events: none;*/
    }
    .navbar-expand-lg {
        padding: 0;
    }
    .navbar-nav li.menu-item-has-children:hover {
        background-color: #f6f6f6;
    }
    .navbar-nav li.menu-item-has-children:hover a {
        color: #0073AE;
    }

    ul#product-dropdown {
        min-width: 43rem;
        min-height: 20rem;
        padding: 0;
    }
    .dropdown-menu {
        padding: .5rem 0;
        margin: -0.1rem 0 0;
        color: #595959;
        background-color: #f6f6f6;
        border: 0;
        border-radius: 0;
        /* width: 40rem; */
        box-shadow: 0 1px 2px rgba(35,31,32,0.2);
    }
    ul.dropdown-menu li {
        padding: 0!important;
    }
    .feature-prod-link {
        display: inline-block;
        padding: 0.8rem 2rem !important;
    }
    ul.dropdown-menu li a {
        font-family: 'Museo-Medium'!important;
        font-size: 16px!important;
        color: #595959!important;
        padding: 0.8rem 1.8rem;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        font-family: 'Museo-Medium'!important;
        color: #595959!important;
        text-decoration: none;
        background-color: #dedfdf;
        border-radius: 0!important;
    }
    header.js-is-sticky .dropdown-menu {
        margin: -1rem 0 0;
        box-shadow: 0 1px 2px rgba(35,31,32,0.2);
    }
    .dropdown-toggle::after {
        display: none;
    }
	.proud-supporter {
		line-height: 2;
		padding-left: 95px;
	}
}
@media (max-width: 991px) {
    .prod-nav-div {
        max-width: 100%;
    }
    .prod-nav-div li a {
        font-family: 'ProximaSoft-Regular';
        font-size: 20px;
        padding: .5rem 1.5rem;
        color: #fff;
        border: 0;
    }
    .prod-nav-div li a:hover,
    .prod-nav-div li:hover a {
        color: #16181b;
    }
    .left-sidebar-content .full-width {
        margin-left: -50vw !important;
    }
    #navbarNavDropdown .dropdown-toggle::after {
        position: absolute;
        right: 25px;
        top:20px;
    }
    #navbarNavDropdown ul li {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    }
    #navbarNavDropdown ul li ul.dropdown-menu {
        padding:0;
    }
    #navbarNavDropdown ul li ul.dropdown-menu li {
        border-bottom: 1px solid #fff;
    }
    .type-page .accordion-component .card-header {
        padding: 15px 80px 15px 30px;
    }
    .type-page .accordion-component .card-header h4 {
        font-size: 21px;
    }
    .menu-item.search {
        display: none;
    }
    .navbar {
        padding: 0;
    }
    .navbar-nav {
        background: #eeee;
    }
    .navbar .container {
        width: 100%!important;
        max-width: 100%;
    }
    .site-header {
        -webkit-box-shadow: 0 1px 2px rgba(35, 31, 32, 0.2);
        box-shadow: 0 1px 2px rgba(35, 31, 32, 0.2);
    }
    .mobile-sub-header {
        display: block;
    }
    .mobile-sub-header a {
        font-family: 'ProximaSoft-Semibold';
        color: #0073AE!important;
        position: relative;
        top: 10px;
        right: 20px;
    }
    .sub-header {
        display: none;
    }
    .site-header img.logo-img {
        padding: 10px;
        width: 200px;
    }
    .site-header.js-is-sticky .logo-img {
        max-width: 100%;
    }
    .navbar-toggler {
        position: relative;
        right: 10px;
    }
    .navbar-nav .active>.nav-link, .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
        color: #0073AE!important;
    }
    ul.navbar-nav li a.nav-link {
        padding-left: 20px;
    }
    .sub-header {
        text-align: center;
    }
    .sub-header a {
        display: block;
        float: none;
    }
    .dropdown-menu {
        background-color: #0073AE;
        border: 0;
        border-radius: 0;
    }
    .dropdown-item {
        font-family: 'ProximaSoft-Regular';
        font-size: 20px;
        padding: .5rem 1.5rem;
        color: #fff;
        border: 0;
    }
    .dropdown-toggle-up::after {
        border-bottom: .3em solid;
        border-top: 0;
    }
}
@media (min-width:769px) {
    .for-mobile-accordion {
        display:none;
    }
    .testimonials .item {
        padding: 0 10rem;
    }
}
@media (max-width: 768px) {

    #floating-menu {
        bottom: 0 !important;
        max-width: none !important;
        width: 100% !important;
        top: unset !important;
    }
    #floating-menu .floating-item {
        width: 50%;
        float: left;
    }
    #floating-menu .floating-item:last-child,
    #floating-menu .floating-item:first-child {
        border-radius: 0 !important;
        border-bottom: none !important;
    }
    .featured_product_menu{
        display: none;
    }
    .testimonials .owl-carousel .words h4::before {
        height: 20px;
        width: 20px;
    }
    .testimonials .owl-carousel .words h4::after {
        height: 20px;
        width: 20px;
    }
    .mobile_header_banner {
        background-position: top center!important;
    }
    .for-desktop-accordion{
        display:none;
    }
    #productAccordion .card-header button {
        font-size: 20px;
    }
    button.btn.btn-link.product_accordion_btn[aria-expanded="true"]:after {
        content: "\f078"; /* down arrow */
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 25px;
    }
    .accordion button.btn.btn-link.product_accordion_btn.collapsed[aria-expanded="false"]:after {
        content: "\f078"; /* down arrow */
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 25px;
    }
    .active-accordion button.btn.btn-link.product_accordion_btn[aria-expanded="true"]:after {
        content: "\f077"; /* up arrow */
        font-family: "Font Awesome 5 Free";
        position: absolute;
        right: 25px;
    }
    .left-sidebar-container,
    .right-sidebar-container{
        display: none;
    }
    .testimonials h4{
        font-size: 14px;
        margin-top: 0;
    }
    .testimonials h5 span {
        font-size: 16px;
    }
    .banner-full-height,
    .banner-half-height {
        height: 600px !important;
    }
    .mobile-headline {
        display: block;
        background-color:#0073AE;
        padding: 20px;
    }
    .mobile-headline h1 {
        font-size: 36px;
        color:#fff;
    }
    .mobile-headline p {
        padding-top: 0!important;
        padding-bottom: 0!important;
        color: #fff;
    }
    .news_feed_container .media-news-solo h3 {
        margin: 20px 0!important;
    }
    .banner .headline {
        display:none;
    }
    .news_feed_container .media-news-solo .border-blue {
        border: 0;
        padding-left: 0;
    }
    .news_feed_container .media-news-four h4 {
        margin-top: 15px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        margin: 0 15px;
    }
    .single-product .woocommerce-breadcrumb {
        display: none;
    }
    .subscribe form label {
        font-size: 18px;
    }
    #carouselBanner .carousel-caption h1 {
        font-size: 30px;
        line-height: 30px;
    }
    #carouselBanner .carousel-caption {
        width: 345px;
        padding: 25px;
    }
    #carouselBanner .carousel-caption p {
        font-family: 'ProximaSoft-Regular';
        font-size: 17px;
        color: #808285;
        line-height: 20px;
    }
    footer ul#menu-footer-main-menu li {
        padding: 15px 10px 0;
    }
    footer ul#menu-footer-main-menu li a:after {
        display: none;
    }
    footer ul#menu-footer-main-menu li a {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .banner-full-height,
    .banner-half-height {
        height: 405px !important;
    }
    .mobile-headline .cta-banner {
        font-size: 16px;
    }
    .mobile-headline .cta-tertiary {
        font-size: 16px;
    }
    .for-small-device {
        display: block;
    }
    .for-large-device {
        display: none;
    }
    .mobile-caption {
        padding: 20px 20px;
    }
    #carouselBanner .carousel-indicators {
        bottom: 10px;
        top: 130px;
    }
    #shop-sidebar h2 {
        margin-top: 0!important;
    }
    .products {
        margin:0;
    }
    .single-product .single_add_to_cart_button  {
        margin-top: 20px;
    }
    .tbst_categories_filter {
        margin-bottom: 20px;
    }
}
@media (min-width: 601px) {
    .subscribe .form-inline .form-control {
        width: 350px;
    }
}
@media (max-width: 600px) {
    h1 {
        font-size: 32px;
    }
    .cta-panel .cta-panel-heading {
        font-size: 36px;
        line-height: 38px;
    }
    .products .info {
        padding: 10px 10px 20px;
    }
    .products .info h4 {
        font-size: 20px;
    }
    .products .info p {
        font-size: 16px;
    }
    .products .info .btn {
        padding: 0.875rem 0.75rem;
        font-size: 14px;
    }
    .product-cat {
        padding: 30px 0 0;
    }
    .product-cat h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    #archive-supplier h3 {
        font-size: 28px;
    }
    #archive-supplier .btn {
        font-size: 12px;
        padding: 0.875rem 0.75rem;
    }
    .section-style h2.section-title {
        font-size: 30px;
    }
    .featured-product h3 {
        font-size: 28px;
        margin-top: 10px;
    }
    .enquiry h4 {
        font-size: 28px;
    }
    .product-cat .info h2 {
        font-size: 21px;
    }
    #blog-search {
        margin-top: 20px;
    }
    #blog-search .form-group {
        margin-bottom: 0;
    }
    #product-order .order {
        margin-left: 0!important;
    }
    #product-order .custom-control-inline {
        padding-left: 0!important;
    }
    #product-order input[type="radio"]:checked~label {
        margin-left: 0!important;
    }
    .shop-sidebar_accordion .card-header {
        padding: 0!important;
    }
    .navbar-brand {
        margin-right: 0;
        width: 140px;
    }
    .navbar-toggler {
        right: 0;
    }
    .mobile-sub-header a {
        font-size: 15px;
        right: 0px;
    }
    .enquiry .frm_form_fields>fieldset {
        margin-bottom: 0px!important;
    }
    .event-register .frm_form_fields>fieldset {
        margin-bottom: 0px!important;
    }
    .frm_alignright {
        bottom: 0!important;
    }
    .sorting {
        margin-bottom: 20px;
    }
    .woocommerce-breadcrumb {
        padding: 20px 0 0!important;
    }
    .enquiry .with_frm_style .form-submit {
        bottom: 0;
        float: left;
    }
    .enquiry form label {
        font-size: 18px!important;
    }
    .enquiry form input {
        position: relative;
        bottom: 5px;
    }
    .enquiry form textarea {
        position: relative;
        bottom: 10px;
    }
    .event-register .with_frm_style .form-submit {
        width: 100%;
        bottom: 0;
    }
    .site-header.js-is-sticky .logo-img {
        max-width: 100%;
    }
    .sub-header a {
        font-size: 20px;
        padding: 5px 0;
    }
    .subscribe {
        padding: 20px 0;
    }
    .subscribe form label {
        font-size: 15px;
    }
    .subscribe form label>span {
        font-size: 20px;
        bottom: -1px;
        padding-right: 5px;
    }
    .feature-style-2 .feature-tile p {
        height: auto!important;
    }
    .basic-bio {
        height: 370px!important;
    }
    .basic-bio img {
        height: 275px!important;
        width: 50%;
    }
    .test {
        height: 450px;
    }
    .test h2 {
        font-size: 24px;
    }
    .test p {
        font-size: 18px;
    }
    .testimonials {
        height: 420px;
    }
    .testimonials .carousel-caption img {
        width: 50px;
    }
    footer .widget {
        padding: 10px 0;
    }
    footer ul.menu {
        padding: 0;
    }
}
@media (max-width: 380px) {
    .testimonials p {
        font-size: 15px;
    }
    .testimonials h4{
        font-size: 16px;
    }
    #archive-supplier .btn {
        font-size: 10px;
        padding: 0.875rem 0.55rem;
    }
    .banner-full-height,
    .banner-half-height {
        height: 230px !important;
    }
    .mobile-headline .cta-banner {
        font-size: 14px;
    }
}
@media (max-width:360px) {
    .testimonials h4 {
        font-size: 15px;
    }
}
@media (max-width: 320px) {
    .testimonials h4 {
        font-size: 14px;
        margin-top: 0;
        line-height: 16px;
    }
    .products .info .btn {
        font-size: 13px;
    }
    .subscribe form label>span {
        font-size: 18px;
    }
    .testimonials h5 {
        font-size: 21px;
    }
    .mobile-headline h1 {
        font-size: 32px;
    }
    .mobile-headline .cta-banner {
        font-size: 12px;
    }
    footer ul#menu-footer-main-menu li a {
        font-size: 17px;
    }
}
div#carouselTesti .words h4 {
    text-transform: unset !important;
}
div#carouselTesti .words h4 > div {
    
}
.text-blue{
    color: #3399cc !important;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: block;
}

.btn-container {
    width: 100%;
    height: 100%;
    display: inline-block;
}

@media (max-width: 991px) {
    .site-header {
        position: relative!important;
    }
    .prod-nav-div li a {
        color: #fff;
        padding: 0.8rem 1.4rem !important;
    }
}