/* 
Theme Name:		 Buyerdock-3
Theme URI:		 http://ambadesign.com/
Author:			 Amba
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 buyerdock


ICON USAGE: <span class="icons icon-right-arrow"></span>
*/


/* ||-- Default --|| */
body {
	background: #f6f7f9;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 14px;
	top: 0px !important;
}
#body-row {
    margin-left:0;
    margin-right:0;
	min-height: calc(100vh - 50px);
}

p#user_switching_switch_on {
    position: fixed;
    right: 0;
}
a { text-decoration:none; color: #0083aa; }
b, strong { font-weight: 700; }
h1, h2, h3, h4, h5 {
	/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
	font-weight: 500;
	color: #013242;
	line-height: 1.3;
}
section h1 {
    font-size: 2rem;
    font-weight: 600;
}
section h5 {
    border-bottom: 0!important;
    color: #0083a5;
    font-weight: 600;
	line-height: 1.5;
    margin-bottom: 1rem;
    text-transform: none;
}
.fw-bold {
    font-weight: 600!important;
}

[type=button], [type=reset], [type=submit], button {
-webkit-appearance: none;
}

section#primary {
    padding: 10px;
	max-width: 1320px;
}
.ml-0 {
	margin-left: 0px !important;
}
.mb-20 {
	margin-bottom:20px !important;
}

.mb-15 {
	margin-bottom:15px !important;
}

h2 {font-size: 1.5rem;}
.font-1rem {
    font-size: 1rem;
}
body a:hover {text-decoration:none;}
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .75rem;
}
.btn {border-radius: 3px; font-weight: 700; font-size: .9rem; text-align: left; padding: .5rem 1rem;}

.btn.btn-slim {
    padding: 0.25rem 0.5rem;
}

.btn.btn-green, .btn.btn-green-outline,
input#gform_submit_button_6,
input#gform_submit_button_7,
.gform_button.button,
input#gform_submit_button_10,
.facetwp-reset {
	background: #00a381;
    font-weight: 700;
    color: #fff;
    font-size: .9rem;
	padding: 0.3rem 0.7rem;
	border:1px solid #00a381;
}
.btn.btn-orange {
	background: #ffa522;
    border-radius: 2px;
    padding: .5rem .7rem;
    font-weight: 700;
    color: #fff;
    min-width: 121px;
    font-size: .9rem;
}
.btn.btn-green-outline {
	border:1px solid #00a381;
	color: #00a381;
	background-color: transparent;
}
.btn.btn-green-outline:hover {
    background: #e8f1f6;
}
.btn.btn-warning {
    color: #212529;
    background-color: #ffac06;
    border-color: #ffac06;
}
button.btn.btn-green-outline.btn-edit, button.btn.btn-green-outline.btn-duplicate  { display: inline; min-width: auto; padding: 5px 10px; }
button.btn.btn-green-outline.btn-duplicate { border-color: #0082a9; color: #0082a9; }
.btn-dark-blue {background: #013242;color: #fff;}
/*.btn-dark-blue:hover {background: #0082a9;color: #fff;}*/

.btn-xs {
    padding: 0.25rem 0.5rem;
}
.mid-blue {
    color: #0082a9;
}
.light-orange {
    background: #fde9cf;
}

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.badge {
    padding: .5em .75em .33em;
    border-radius: 2px;
    font-weight: 400;
}
.badge.badge-primary {
    background: #0da382;
}
.title {
    font-weight: 700;
    font-size: 1.1rem;
}
.btn-primary {
    background-color: #0082a9;
    border-color: #0082a9;
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus {
    background-color: #04a3d3;
    border-color: #0082a9;
}

.rounded-10 {border-radius: 10px;}
.rounded-15 {border-radius: 15px;}
.rounded-20 {border-radius: 20px;}

@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.no-h2 h2 {display: none;}
.no-h3 h3 {display: none;}


.gform_wrapper .gfield input, .gform_wrapper.gravity-theme .gfield select, .ginput_container input, .ginput_container textarea  {
    border: 1px solid #0081a8;
    border-radius: 4px;
	padding:8px;
}
.ginput_container input[type="password"], #input_17_11 {
	width: 100%;
}


/* ||-- modal  --|| */
.modal-backdrop.show, .modal-backdrop {
	background:#fff;
	opacity: .7;
}
#modalWindowFull {
	overflow:scroll;
	padding:0;
}
#modalWindowFullInner{
	z-index:1100;
}
#modalWindowFullInner2{
	z-index:2100;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
   width: 100% !important;
}

.modal-header button {
    display: inherit !important;
}
.bg-bdblue {
	background-color: #dc3545!important;
}
.bg-bdlightblue {
	background-color: #e9f1f6!important;
}
.bg-bdgreen {
	background-color: #dc3545!important;
}
.bg-bdlightgreen {
	background-color: #dc3545!important;
}
.bg-d-blue {
	background-color: #013342!important;
}
.bg-d-green {
	background-color: #00a381!important;
}
/* ||-- HEADER: fixed top  --|| */
.header_top.fixed_top {
	display: flex;
	position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
	height: 60px;
    overflow: hidden;
}
.header_logo.fixed_top {max-width: 249px; background-color: #013242;}
.header_logo.fixed_top a {padding: 10px 11px 10px 11px;}
.header_logo.fixed_top .bd_name img {height: 35px;}
.header_search.fixed_top {margin: 0px;flex: 1; display: flex;    justify-content: flex-end; border-bottom: 1px solid #e8f1f6;}
.logged-in img.bd_logo, .bd_name img {height: 35px; width: auto; margin-right: 0.5rem;}
.bd_name img {height: 44px;}

svg.submitIcon {fill: #000;}
button.ais-SearchBox-submit.btn {
    position: absolute;
    top: 10px;
    left: 8px;
}
.page-template-page-search-surplus button.ais-SearchBox-submit.btn {
    position: absolute;
    top: 20px;
    left: 8px;
}


/* ||-- HEADER  --|| */
.header_search {
    background: #0083aa;
    margin-left: -15px;
    margin-right: -15px;
}
.header_search_form, a.header_search_logout, .header_search_email  {
	display:inline-block;
	margin:0px;
	height: 59px;
}
.header_search_form {width: calc(100% - 90px); font-size: 17px; position: relative;}
.dashboard_search .header_search_form {width: 100%; font-size: 17px; position: relative;}

.dashboard_search input::placeholder, .header_search_form input::placeholder { color:#000 ;opacity: 1;}
.dashboard_search input:-ms-input-placeholder, .header_search_form input:-ms-input-placeholder {color: #000;}
.dashboard_search input::-ms-input-placeholder, .header_search_form input::-ms-input-placeholder { color: #000;}

a.header_search_logout, a.header_search_email {
    width: 40px;
    border-left: 1px solid #0083aa;
    padding: 12px 6px 0;
    text-align: center;
    font-size: 1.7em;
    color: #fff;
}
a.header_search_email {
	border:0;
}
input.header_search_input {
	width: 100%;
    padding: 10px 10px 10px 45px;
    border: 10px solid #0082a9;
    border-radius: 0px;
    height: 59px;
    max-height: 59px;
}
input.header_search_input:focus {
    outline-width: 0;
}
.dashboard-header input.header_search_input {
    border: 0px;
    height: 45px;
    border-radius: 3px;
}
.dashboard-header button.ais-SearchBox-submit.btn {
    position: absolute;
    top: 3px;
    left: 2px;
}
.dashboard-latest-news span.icon {
    font-size: 12px;
}
.dashboard-latest-news a:hover h4 {
    color: #87b5d2;
}
.dashboard-latest-news {
    border-left: 2px solid #87b5d2;
    padding-left: 10px;
	font-size: .9em;
	color: #bad3e3;
}
p#user_switching_switch_on {
top: 0 !important;
    left: 0px !important;
    bottom: inherit !important;
    display: inline-block;
    width: fit-content;
    background: #00a381;
    color: #fff;
}
p#user_switching_switch_on a {
	color: #fff;
}

#pinned-menu {}
#pinned-menu.pinned-menu-top {position: fixed;}
.sidebar-expanded #pinned-menu.pinned-menu-top {width: 249px;}
#pinned-menu.pinned-menu-bottom {position: fixed; bottom:0; width: 249px;}
.menu-hamburger {display:none;}
.mobile-only {display: none;}
div#cookie-notice {
    z-index: 9999991;
}


/* DASHBOARD 
.dashboard-collapse .faq-result-heading {
    background: #0282a9;
    color: #fff;
    font-size: 1.3rem;
    padding: 0.75rem 1rem 0.55rem;
    margin: 0;
    margin-top: 1.5rem;
    
}
.dashboard-collapse-inner {
    padding: 1.5rem;
    background: white;
    border: 1px solid #eee;
    border-radius: 0 0 5px 5px;
}
.dashboard-collapse span.show-collapse, .dashboard-collapse span.hide-collapse {
    color: #fff;
    font-size: 2rem;
}
.dashboard-inner-green {
    padding: 1rem;
    border: 1px solid #eee;
    border-radius: 0 0 5px 5px;
}
.dashboard-inner-green h4 {
    background: #019f7f;
    margin: -1rem -1rem 1rem -1rem;
    padding: 0.5rem 1rem;
    color: #fff;
}
.dashboard-inner-green ol {
    padding: 10px 10px 0px 10px;
    margin-bottom: 5px;
}
.dashboard-inner-green li {
    padding-top: 10px;
}
ul.lgs-how-to {
    padding: 0px;    
    line-height: 1.15;
}
ul.lgs-how-to img {
    width: 37px;
}
ul.lgs-how-to li {
    margin-top: 20px;
}
.lgs-how-to-img {
    width: 50px;
    min-width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 2px solid #019f7f;
    padding: 8px 0 0 8px;
    overflow: hidden;
    margin-right: 10px;
}
.small, small {
    font-size: 85%;
}
#hysw .dashboard-pricing {
    width: 200px;
    margin-bottom: 20px;
}
.col.dashboard-pricing-col1 {
    max-width: 240px;
}
.col.dashboard-pricing-col2 {
    max-width: 440px;
}
img.dashboard-pricing-img1, img.dashboard-pricing-img2, img.dashboard-pricing-img3 {
    padding-right: 20px;
    max-width: 200px;
    width: 100%;
}
*/

@media screen and (max-width: 1px) {
	.mobile-only {display: block;}
	.not-mobile {display: none !important;}
	.header_top.fixed_top {height: 55px;}
	#body-row.menu-active .col.sidenav { width: calc(100% + 249px); }
	.header_logo.fixed_top { position: fixed; z-index: 50; border-bottom: 1px solid #e8f1f6; }
	.header_logo.fixed_top a { padding: 12px 12px 10px 15px; }
	.header_search.fixed_top { padding-left: 92px;background: #013242; }
	.header_search_form, a.header_search_logout, .header_search_email { height: 54px; width: 100%; font-size:12px;}
	input.header_search_input {
		padding: 10px 10px 10px 45px;
		height: 54px;
		max-height: 54px;
		border: 5px solid #013242;
	}
	#sidebar-container ul.sidebar-footer {
		background: #013242;
		bottom: 0;
	}
	#pinned-menu.pinned-menu-top {background: #013242;}
	.sidebar-collapsed ul.sidebar-footer {display:block;}
	.menu-hamburger {display:inline-block;}
	img.bd_logo, .bd_name img {
		height: 30px;
	}
	#sidebar-container.sidebar-expanded {position:absolute;}
	#sidebar-container.sidebar-expanded #pinned-menu {background:#013242;}

}

/* ||-- HEADER: heading  --|| */
.navbar-brand {
    display: flex;
    margin-right: 1rem;
    align-items: center;
	padding: 0px;
}
.top-header__accounts {
    display: flex;
	align-items: center;
    border-left: 2px solid #0083a5;
	font-size: .85rem;
	line-height: 1.2;
}
.top-header__accounts .dropdown .dropdown-toggle {
    padding: 10px 30px 10px 20px;
}
.top-header__accounts .dropdown .dropdown-toggle:hover {
	cursor: pointer;
	background: #b8d3e0;
}
ul.dropdown-menu.dropdown__accounts {
    font-size: .85rem;
    background-color: #e8f1f5;
    min-width: 250px;
	border-radius: 0;
}
.heading_container {
    margin: 0 -11px 0 -12px;
    background: #0082a9;
    color: #fff;
    padding: 14px 25px 7px;
    margin-bottom: 15px;
}
.heading_container h1 {
    color: #fff;
    font-weight: 600;
    padding: 0 0 9px;
    margin: 0;
    font-size: 2rem;
}
.heading_container small {
    font-size: .8rem;
}
.navbar-container {
    display: flex;
}
#navbar-hamburger {display:none;}
.hamburger-container {
    justify-content: flex-end;
}
div#navbarNavDropdown {
    order: 0;
}

/*Sticky nav*/
.powered-by-gs1 {
	width: 104px;
    margin: 0px 30px -4px 0;
}
.logged-out-header-top {
    background: #013242;
	display: flex!important;
    justify-content: flex-end;
}
.navbar.logged-out-navbar {
    padding: 0 1.5rem 0;
	top: -1px;
}
.navbar.logged-out-navbar .navbar-brand {
    transform: translateY(-0.5rem);
}
.navbar.logged-out-navbar .navbar-brand {
    transform-origin: left;
}
.navbar.logged-out-navbar[stuck] .navbar-brand {
    transform: scale(.7);
    transform-origin: left;
}
.logged-out-header-bott {
    background: #013242;
    height: 1rem;
}

ul#buyerdock-menu li.nav-item.menu-item { position: relative; }
ul#buyerdock-menu li.nav-item.menu-item .dropdown-menu { background-color: #013242; border: 0; left: -4px; min-width: 15rem; }
ul#buyerdock-menu li.nav-item.menu-item .dropdown-menu .menu-item a.dropdown-item { color: #FFF; font-size: 0.9rem; font-weight: 300; }
ul#buyerdock-menu li.nav-item.menu-item .dropdown-menu .menu-item a.dropdown-item:hover { color: #3982a6; }

/*@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (orientation: portrait) {
	  .powered-by-gs1 {
		  display: none;
	  }
}*/

/********************************************************************** EDITS */
.facetwp-facet-search_knowledge_base span.facetwp-input-wrap {
    width: 100%;
}

.facetwp-facet-search_knowledge_base input.facetwp-search {
    width: 100% !important;
    padding: 5px 10px;
}

.search-item-tag {
    position: absolute;
    top: -9px;
    background: #0083a9;
    border-radius: 3px;
    padding: 1px 10px 0px;
    left: 15px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}
.search-item-tag-filter {
    background: #0083a9;
    border-radius: 3px;
    padding: 1px 10px 0px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    margin-right: 6px;
}
.search-results h5.card-title {
    font-size: 1rem;
    color: #003243;
}
.search-results p.card-text {
    color: initial;
}
.search-results .card:hover {
    transform: scale(1.03);
    transition: all .3s;
    box-shadow: 0px 4px 5px -3px #d5d2d2;
}
.search-results .card{
    transition: all .3s;
}

a.nav-link.search-nav-link img {
    width: 19px;
}
a.nav-link.search-nav-link {
    border: 2px solid #025c79;
    border-radius: 5px;
   padding: 4px 10px;
    margin-left: 4px;
}
a.nav-link.dropdown-toggle.search-nav-link:after {
    display: none;
}

#searchOffcanvas {
    background: #d5e0ec;
    border-bottom: 6px solid #0083aa;
	    bottom: initial;
}
input.form-control.search-field {
	border: 0;
    border-bottom: 2px solid #0284aa;
    border-radius: 0;
    margin-right: 10px;
    background: transparent;
}

input.form-control.search-field:focus{
    outline: none;
	box-shadow: none;
}
#searchOffcanvas button.hamburger {
    transform: scale(.65);
    transform-origin: right;
    float: right;
    padding-right: 0;
}
#searchOffcanvas .popular-searches a {
	border-bottom: 2px solid #91bed4;
    display: inline-block;
    margin: 5px 10px;
    line-height: 1.3;
}


.navbar-nav a.nav-link.login-nav-link {
    border: 2px solid #5696a9;
    border-radius: 5px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-right: .5rem;
}

@media screen and (max-width: 992px) {
	.navbar.logged-out-navbar {
		padding: 0 0.5rem 0;
	}
	.navbar.logged-out-navbar[stuck] .navbar-brand {
		transform-origin: left;
		margin-bottom: 4px;
	}
	.container-fluid.non-flex {
		display: block;
	}
	.logged-out-header-bott{display: none;}
	.nav-right-container {
		display: flex;
		justify-content: flex-end;
		margin-top: -60px;
	}
	.powered-by-gs1 {
		margin: 10px 10px 0px 0px;
	}
	.navbar-brand img.bd_logo {
		height: 50px;
	}
	.navbar.logged-out-navbar .navbar-brand {
		transform-origin: left;
		transform: translateY(-25px);
	}
	
	#buyerdock-menu .login-register-group {
		width: 100%;
		justify-content: space-between;
	}
	#buyerdock-menu .login-register-group .nav-item {
		width: 48% !important;
	}
	a.nav-link.dropdown-toggle.search-nav-link:before {
		content: "Search";
		display: inline-block;
		position: relative;
		opacity: 1 !important;
		padding-right: 3px;
		font-weight: 400;
	}
	#buyerdock-menu :not(.menu-item) a.nav-link {
        font-size: 1.4rem;
        padding: 10px 0;
    }	
	
	ul#buyerdock-menu li.nav-item.menu-item .dropdown-menu .menu-item a.dropdown-item {
		font-size: 1.3rem;
		padding-top: 5px;
        padding-bottom: 5px;
	}
	ul#buyerdock-menu li.nav-item {width: 100% !important;}
	button.navbar-toggler.hamburger.hamburger--vortex {
		padding-right: 0;
		padding-top: 10px;
	}
	ul#buyerdock-menu li.nav-item.menu-item .dropdown-menu {
		padding: 0 10px;
        border-left: 2px solid #72848d;
        border-radius: 0;
        margin-left: 2px !important;
	}
	ul.dropdown-menu.show {margin: 0px;}
	div#navbarNavDropdown .offcanvas-body.overflow-visible {
		overflow: scroll !important;
	}
	
	div#navbarNavDropdown .bg-transparent.offcanvas-header .bd_logo {
		height: 42px;
	}
	div#navbarNavDropdown .navbar-brand {
		transform: scale(1);
	}
	div#navbarNavDropdown {
		background: #123241;
	}	
	ul#buyerdock-menu li.nav-item.menu-item .dropdown-menu { 
	    left: 0; 
	    margin: 0px; 
	    min-width: auto; 
	    position: relative; 
	    display: block;
	}
	
	ul#buyerdock-menu {
        margin: 20px 0 10px;
        padding: 0;
	}
	
	div#navbarNavDropdown .nav-link.dropdown-toggle:after {
		display: none;
	}
	div#navbarNavDropdown .nav-item.menu-item a.nav-link.dropdown-toggle {
        padding: 0 !important;
        opacity: .4;
        font-size: 1.2rem;
        font-weight: 600;
	}
	div#navbarNavDropdown .nav-item.menu-item a.nav-link.search-nav-link {
		margin: 10px 0;
		display: block;
		text-align: center;
		padding: 10px !important;
	}
	div#navbarNavDropdown  a.nav-link.login-nav-link {
	        text-align: center;
        margin: 0 0 10px;
	}
	#buyerdock-menu  a.nav-link.register {
		text-align: center;
	}
	div#navbarNavDropdown  .language-container {
		width: 100%;
		margin-top: 10px;
	}
	div#navbarNavDropdown  ul.dropdown-menu.dropdown__accounts {
		position: relative;
		left: 0;
		background: transparent;
		display: flex;
	}
	
	div#navbarNavDropdown .language-container .dropdown {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}
	div#navbarNavDropdown span.dropdown-item.language_select {
		color: #fff;
		padding-left: 0;
	}
	div#navbarNavDropdown button.hamburger {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto !important;
        height: auto !important;
        visibility: visible !important;
        background-color: transparent !important;
        border: 0 !important;
        transform: none !important;
        transition: none;
    }
	.navbar-expand-lg .offcanvas-header {
		display: none;
	}
}
	
/********************************************************************** EDITS */

@media screen and (max-width: 768px) {
	#navbar-hamburger {display:inline-block; position:relative; z-index: 10;}
	div#collapsenavbar.show, div#collapsenavbar.collapsing {
		position: absolute;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9;
    }
	.navbar-container {
        padding: 50px 30px;
		background: #fff;
		z-index: 2;
		display: flex;
		flex-direction: column;
	}
	.top-header__accounts {
		width: 100%;
		border: 0;
		font-size: 14px;
	}
	.navbar-container .dropdown {min-width: 100%;}
    .navbar-container .dropdown-toggle { pointer-events: none;}
    .navbar-container .dropdown-toggle:after { display: none; }
	.navbar-container .dropdown-menu {
		display: block;
		position: relative;
	}
	.navbar-container .dropdown-menu li a {
		padding: .25rem 1rem;
		font-size: 14px;
	}
	.navbar-container ul.dropdown-menu.dropdown__accounts {
		min-width: 100% ;
    border-color: white;
	}
}
@media screen and (max-width: 575px) {
	.heading_container { padding: 10px 15px; }
	.heading_container h1 { font-size: 1.65rem; margin: 0; padding-bottom: 0; }
}

/*#3881a5*/
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* GOOGLE translate */
#google_translate_element {display:none;}
#dropdownMenuButton4 .bd-icon-globe {width:18px;}
#dropdownMenuButton4 {
    margin: 6px 0 0 9px;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
} 
div#goog-gt-tt {
    transform: translateX(-9999em);
}
a.reset-google-translate {
    color: #3881a5;
}
#legal-list {
	counter-reset: section;
}
#legal-list h2 { font-size: 1.15rem; font-weight: 800; text-transform: uppercase; }
#legal-list h2:before {
	counter-increment: section;
	content: counter(section) ". ";
	margin: 0 0.5em 0 0;
}
#legal-list ol {
	counter-reset: clause;
	list-style: none outside none;
	text-indent: -2em;
}
#legal-list ol li {
	counter-increment: clause;
	font-size: 1rem;
}
#legal-list ol li:before {
	content: counter(section) "." counters(clause, ".") ". ";
	margin: 0;
}


.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #013242;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #013242;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #013242;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #013242;
    vertical-align: top;
    border-color: #dee2e6;
}
.table>thead {
    vertical-align: top;
}
th.table-info {
    background: #d4ecf8;
}


/* ||-- Sidebar  --|| */
#sidebar-container {
	min-height: calc(100vh - 52.64px);   
    background-color: #013242;
    padding: 0;
	font-size: .9em;
	position: relative;
	z-index: 1;
	display: flex;
    flex-direction: column;
}
.sidebar-expanded {
    width: auto;
}
.sidebar-collapsed {
    width: 40px;
}
.sidenav { /*overflow: hidden;*/ }

/* Menu item*/
#sidebar-container .list-group a {
    color: white;
	padding:10px;
}
#sidebar-container.sidebar-collapsed .list-group a:hover:after {
    content: attr(data-placeholder);
    display: block;
    position: absolute;
    left: 102%;
    background: #123241;
    top: 8px;
    padding: 5px 14px;
    border-radius: 4px;
    width: max-content;
}
#sidebar-container .list-group a span.menu-collapsed {
    padding-left: 5px;
}
#sidebar-container .list-group a .fa {
color: #0082a9;
font-size: 1.5em;
margin-right:10px;
}
#sidebar-container .list-group a.bd_logo_container {
	height: 70px;
    bottom: 0px;
    border-bottom: 1px solid #646363;
}
span.menu-collapsed.bd_name {
    margin-left: 8px;
	width: 202px;
	margin-bottom: -5px;
}

#sidebar-container .list-group-item-action.disabled {
    background: transparent;
    opacity: .5;
}

/* Submenu item*/
.sidebar-submenu {
    padding-left: 0;
    font-weight: 600;
    background: #013e52;
}
#sidebar-container .list-group a .fas {
    margin-left: 10px;
}
/* Separators */
.sidebar-separator-title {
    background-color: #013242;
    color: #0082a9;
    padding-top: 30px;
    padding-bottom: 7px;
}
.sidebar-separator-title.empty-title { padding-top: 25px; }
.sidebar-separator {
    background-color: #013242;
    height: 25px;
}
/* Closed submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="false"] .submenu-icon::after {
  display: inline;
  text-align: right;
  padding-left: 10px;
}
/* Opened submenu icon */
#sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
  display: inline;
  text-align: right;
  padding-left: 10px;
}
.bd-bg-dark {background-color: transparent;}
#sidebar-container .bd-bg-dark:hover {
    background-color: #182327;
}
.header_top .bd-bg-dark:hover {
    background-color: #013242;
}
#sidebar-container .list-group-item-action:active, #sidebar-container .list-group-item-action:focus {
	background-color: inherit;
}
#sidebar-container .list-group-item {border:0px;}
#sidebar-container span.icon:before {
    font-size: 22px;
    width: 1.25em;
    color: #3899b6;
	float: left;
}
/* Footer menu  */
ul.sidebar-footer {
	list-style: none;
	margin: auto 0px 10px;
	padding-left: 10px;
	color: #0083aa;
}
#sidebar-container ul.sidebar-footer a {
	padding: 0;
}
.sidebar-collapsed ul.sidebar-footer {
	display:none;
}
ul.sidebar-footer li {
	display: inline-block;
}
#sidebar-container ul.sidebar-footer li a {
	font-weight: 400;
	color: #0083aa;
	    font-size: .9em;
}
ul.sidebar-footer li+li:before {
	content:" | ";
	display: inline-block;
    padding: 0 5px 0 1px;
    color: #055e72;
}
.type-of-account {
    background: #005d81;
    padding: 3px 5px;
    margin-top: 10px;
    border-radius: 4px 4px 0 0;
    font-weight: 500;
    font-size: .65rem;
}

/* ||-- Meta box styles  --|| */
.rwmb-meta-box h2 { display: none;}
.rwmb-field {
    padding: 10px;
}
.rwmb-label .description {
    font-size: .8rem;
    line-height: 1.1rem;
	    margin-bottom: 0.35rem;
}
.field_highlight, .rwmb-field.rwmb-heading-wrapper.field_highlight {
    background: #e8f1f6;
}
.rwmb-meta-box .rwmb-clone {
    margin-bottom: 10px;
    background: none;
    border: 1px solid #c7dfec;
    padding: 5px 5px 5px;
}
.nutrition_values .rwmb-clone.rwmb-fieldset_text-clone {
    width: 49%;
    margin-right: 1%;
    float: left;
    clear: none;
}
.nutrition_values .rwmb-clone.rwmb-fieldset_text-clone label {
    width: 100%;
}
.rwmb-meta-box .rwmb-clone.rwmb-text_list-clone {
    padding-left: 20px;
}
.rwmb-meta-box .rwmb-clone.rwmb-textarea-clone {
	padding: 5px 5px 5px 20px;
}
.rwmb-meta-box .rwmb-clone.rwmb-group-clone {
	padding: 20px 5px 5px 10px;
	background: #fff;
}
.rwmb-meta-box .rwmb-clone.rwmb-url-clone {
    padding: 5px 5px 5px 20px;
}
.social-channels-group .rwmb-group-wrapper .rwmb-clone:after {
    display: none;
}
a.rwmb-clone-icon.ui-sortable-handle {
    height: 100%;
    background-position: left center;
    background-color: #c1d7e4;
}

body .rwmb-form-submit {
    padding: 0px 0 35px;
    text-align: right;
    margin: 0 0 30px;
}
button.rwmb-button {
    border: 0px;
    font-weight: bold;
    color: #fff;
	background:#00a381;
    padding: .375rem .75rem;
    border-radius: 4px;
}
button.rwmb-button[name="rwmb_submit"] {
    margin-right: 0px;
}
.rwmb-form > .rwmb-field.rwmb-text-wrapper {
    background: #d4dae2;
    border-radius: 4px;
    margin-bottom: 15px;
    padding: 10px 25px 20px;
}
/* WYSIWYG */
.rwmb-form .content_wysiwyg {
    background: #ffffff;
}
body .content_wysiwyg div.mce-toolbar-grp {
    border: 0px;
    background: #ffffff;
}
.content_wysiwyg .mce-flow-layout {border: none;}
.content_wysiwyg div.mce-toolbar-grp>div {padding: 0px;}
.content_wysiwyg div.mce-statusbar {
	display: none;

}
.mce-window .mce-btn.mce-primary, .mce-window .mce-btn.mce-last {
    border-radius: 8px;
    background: #00a381;
    font-weight: 700;
    color: #fff;
    font-size: .9rem;
    padding: 0rem 0.5rem;
    border: 1px solid #00a381;
    position: initial;
    margin-left: 20px;
    margin-top: 5px;
    text-shadow: none !important;
    box-shadow: none !important;
}

.rwmb-form > .rwmb-field.rwmb-text-wrapper label {
	font-weight:700;
}
.modal-body .close {
    font-size: 6.5rem;
}
body .rwmb-label > label,
body .rwmb-heading-wrapper h4 {
	color: #026582;
    margin-bottom: 2px;
    font-size: 1.1rem;
    text-transform: none;
	font-weight: 500;
}
body .rwmb-heading-wrapper h4 {color: #212529;}

body .rwmb-file {
    padding: 15px;
    border-radius: 5px;
	box-shadow: 0 0 0 1px rgb(20 20 31 / 5%), 0 1px 3px 0 rgb(20 20 31 / 15%);
	border: 1px solid #c2ddec;
}

body .label-sm .rwmb-label label {
    font-size: .9rem;
    font-weight: 500;
}
.label-inline .rwmb-label, .label-inline .rwmb-input {
    display: inline;
}

.rwmb-input .row {
    background: #ecf4f9;
    margin: 0px 0 5px;
}
.break-flex-column {
flex-basis: 100%;
  height: 0;
}
.rwmb-clone-flex-wrap .rwmb-group-clone {
	flex-wrap: wrap;
}
.rwmb-clone-no-flex-wrap .rwmb-group-clone {
	flex-wrap: nowrap;
}
body .rwmb-group-clone .rwmb-label > label {font-size: .9rem;}
body .rwmb-input input, body .rwmb-input select {
	width: 100%;
    max-width: initial;
    padding: 10px 10px;
    border: 1px solid #c3ddee;
    border-radius: 3px;
}
body .rwmb-input-list input[type=checkbox] {
	width:inherit;
	margin-right: 8px;
}
body .rwmb-input input.rwmb-radio {
	width: auto;
    padding: 10px;
    display: inline-block;
    margin: 0 10px 0 0;
}
body .rwmb-input-list {
    padding: 0px;
}
#post_content_ifr, #sust_story_ifr, #contents_description_ifr, #materials_contents_description_ifr, #allergens_contents_description_ifr, #ingredients_contents_description_ifr, #end_of_life_ifr {
	height: 400px;
	min-height: 400px;
	border: 1px solid #87b5d2;
    border-radius: 3px;
}
#tile_1_wysiwyg_ifr, #tile_2_wysiwyg_ifr, #tile_3_wysiwyg_ifr, #tile_4_wysiwyg_ifr, #tile_5_wysiwyg_ifr {
    border: 1px solid #c3deee;
    border-radius: 5px;
}

body .select2-container--default .select2-selection--single {
	border: 1px solid #c8ddec;
}
body .rwmb-upload-area {
    border: 4px dashed #c7dfec;
}
body .rwmb-field:not(:last-of-type) {margin: 0px;}
.rwmb-textarea {
    resize: vertical;
    width: 100%;
	border: 1px solid #87b5d2;
	border-radius: 3px;
}
body .rwmb-label, body .rwmb-input {
    width: auto;
    float: none;
}
body .rwmb-edit-media {display:none;}
body .rwmb-media-preview {width: 160px;}
body .rwmb-label ~ .rwmb-input {width: 100%;min-width: 130px;}
span.rwmb-input-group-text {
    background: #eaf1f6;
    border-color: #c8ddec;
    font-weight: 600;
}
body .rwmb-field .select2-container {width: 100%;} 
body .select2-container .select2-selection--single {height: 43px;}
body .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 43px; padding-left: 15px;}
body .select2-container--default .select2-selection--single,
body .select2-container--default .select2-selection--multiple {}
body .text-limiter {
    margin-top: 8px;
    margin-bottom: 5px;
}
body .rwmb-button.add-clone {
    margin-top: 2px;
    display: inline-block;
}
body .rwmb-field.rwmb-fieldset_text-wrapper::after {
    display: block;
    clear: both;
    content: ' ';
}

a.rwmb-button, .rwmb-browse-button {
    border: 1px solid #0082a9;
	color: #0082a9;
    background: #e8f1f6;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: 600;
}
a.rwmb-button.remove-clone span {
    margin: -6px -10px;
    color: #0083aa;
}
.rwmb-browse-button {
    border: 1px solid #00a381;
    background: #e8f6f0;
    color: #00a381;
}
/* Alert */
.rwmb-heading-wrapper p.description {
    font-size: .8rem !important;
}
h4.alert-heading {
    display: inline-block;
	font-size: 1.2rem;
}
.alert {
    border-radius: 0 10px 0 0;
    border-width: 0 0 0 4px;
}
.alert-success {
	border-color: #02a581;
}

/* --Alert wysiwyg box-- */
body .alert-field .mce-toolbar .mce-btn-group .mce-btn[aria-label="Subscript"], 
body .alert-field .mce-toolbar .mce-btn-group .mce-btn[aria-label="Superscript"], 
body .alert-field .mce-toolbar .mce-btn-group .mce-btn[aria-label="Horizontal line"], 
body .alert-field .mce-toolbar .mce-btn-group .mce-btn[aria-label="Bulleted list"], 
body .alert-field .mce-toolbar .mce-btn-group .mce-btn[aria-label="Numbered list"], 
body .alert-field .mce-toolbar .mce-btn-group .mce-btn[aria-label="Insert/edit image"], 
body .alert-field .mce-toolbar .mce-btn-group .mce-btn[aria-label="Insert/edit image"], 
body .alert-field .mce-toolbar .mce-btn-group .mce-btn[aria-label="Fullscreen"] {
    display: none !important;
}
body .alert-field .mce-statusbar.mce-container {
	display: none;
}
iframe#alert_text_ifr {
    border: 1px solid #c3deee;
    border-radius: 4px;
}
body .wp-picker-container .wp-color-result.button {
    border: 1px solid #0284aa;
    border-radius: 3px;
}
body .wp-picker-input-wrap .button.wp-picker-clear{
    margin-left: 7px !important;
    padding: 0 8px;
    line-height: 2;
    min-height: 30px;
    display: inline-block;
}


.stop_cloning a.rwmb-button.add-clone {
    display: none !important;
}
.btn.btn-green-outline.next-tab,
.btn.btn-green-outline.next-prev-tab {
    margin: 30px 0px 20px;
	border-width: 1px 0 1px 0;
	border-radius: 0px;
}
.tab-pane .btn.btn-green-outline.next-prev-tab:last-child {
}
.btn.btn-green-outline.next-prev-tab.tabSave {
	background: #e1f0da;
    border-width: 1px;
    margin-left: 10px;
    border-radius: 3px;
}
.btn.btn-green-outline.next-prev-tab {
    border-width: 1px 1px 1px 0;
    border-radius: 0 3px 3px 0;
}
.btn.btn-green-outline.next-prev-tab.first-tab {
	border-width: 1px 0px 1px 1px;
	border-radius: 3px 0px 0px 3px ;
}
.btn.btn-green-outline.next-prev-tab.last-tab {
	border-width: 1px;
	border-radius: 3px;
}
.btn.btn-green-outline.next-prev-tab.single-tab {
    border-width: 1px;
    border-radius: 3px;
}
.btn.btn-green.next-prev-tab.tabSave {
	margin-left: 10px;
}
.rwmb-form div.rwmb-confirmation {
    margin-top: 50px;
}
a.btn.btn-green-outline.clone-preview-button {
    margin: 30px 0px 20px;
	background: #e1f0da;
    float: right;
}
a.btn.btn-green-outline.clone-preview-button.hide {
    display: none;
}
.rwmb-field.whitesmoke {
    background: whitesmoke;
}
.rwmb-field.whitesmoke:last-of-type {
	padding-bottom: 20px;
	margin-bottom:10px;
}
body .select2-container .select2-selection--multiple {
    min-height: 35px;
}
body .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    background: #e8f1f6;
    border-color: #87b5d2;
}

/* ||-- Meta box WYSIWYG  --|| */
body .wp-editor-container {
    border: 0px;
}
body .mce-top-part::before {display:none;}
body div.mce-toolbar-grp {
    border: 0px;
    background: #ffffff;
}
body .mce-toolbar .mce-btn-group .mce-btn, body .qt-dfw {
    border: 1px solid #b3c1cd;
    margin: 0px -1px 10px 0;
    border-radius: 0px;
	background-color: #fff;
}
body .mce-toolbar .mce-btn button, .qt-dfw {
    padding: 4px 5px;
    height: 28px;
}
.mce-flow-layout {
    border: 1px solid #ddd;
}

.mce-path.mce-flow-layout-item.mce-first {
	color: white;
}


/* ||-- Meta box IMAGES  --|| */
body .rwmb-media-list:not(:empty) {
	margin:0px;
	padding: 0px;
}
li.rwmb-media-item.attachment {
	position:relative;
    background: whitesmoke;
    padding: 5px;
    margin-bottom: 6px;
}
li.rwmb-media-item.attachment:hover {
    cursor: move;
}

li.rwmb-media-item.attachment .rwmb-media-content.thumbnail {
	margin-right:20px;
}
a.rwmb-remove-media {
    color: #972b18;
}

/* ||-- Meta box fileUpload progress  --|| */
.fileUpload-loading {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(41,67,79,0);
    color: #fff;
	transition:all 2s linear;
}
.fileUpload-loading.fadein{
	background: rgba(41,67,79,.8);
	transition:all 2s linear;
}
.fileUpload-message {
    width: 300px;
    text-align: center;
    left: 50%;
    position: relative;
    transform: translate( -150px, 40vh);
    font-size: 30px;
}
/*loading icon*/
.lds-ripple {
	display: block;
	position: relative;
	width: 100px;
	height: 80px;
	margin: 0 auto;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

/* ||-- Metabox Slim forms  --|| */
body .slim-form .rwmb-label > label {
    font-size: 1rem;
}
body .slim-form .rwmb-field {
	padding: 0px;
	padding-bottom:10px;
}

body .slim-form .rwmb-label, body .slim-form .rwmb-label > label {
	margin-bottom:0px;
}
body .slim-form .rwmb-form-submit {
	border:0px;
}

/* ||-- profile tabs and buttons  --|| */
.top-box-dark-blue {
    background: #013242;
    color: #fff;
    padding: 20px 20px 50px;
    border-left: 7px solid #0082a9;
    border-radius: 0 4px 4px 0;
	margin-bottom: 15px;
}
.top-box-light-blue {
    background: #d7e8ed;
    padding: 20px 20px 50px;
    border-left: 7px solid #0082a9;
    border-radius: 0 4px 4px 0;
	margin-bottom: 15px;
}

.top-box-dark-blue h2 {color: #fff;}
.top-box-dark-blue h4 {color: #fff;font-size: 1rem;}
a.nav-profile-item {
    font-weight: 700;
    color: #8b9ca6;
    font-size: 1rem;
	position:relative;
	padding-left: 0px;
}
a.nav-profile-item.active {color: #fff;}
a.nav-profile-item:hover {color: #0082a9;}
a.nav-profile-item.active:hover {color: #fff;}
a.nav-profile-item:after {
    content: " ";
    background: #3c5463;
    height: 4px;
    position: absolute;
    bottom: -9px;
    left: 0px;
    right: 30px;
    border-radius: 2px;
}
a.nav-profile-item.active:after, a.nav-profile-item:hover:after { background: #0082a9;}
.profile-tab-pane {
	background: #ffffff;
    border-radius: 0 5px 5px 5px;
    padding: 20px;
    margin-bottom: 16px;
    box-shadow: 0 0 0 1px rgb(20 20 31 / 5%), 0 1px 3px 0 rgb(20 20 31 / 15%);
}
.profile-tab-pane-tinted {
    background: #d7e5f2;
}
.profile-tab-pane-strong {background: #b9f0d9;}

.profile-tab-pane-strong .tab-content-head {
    background: #00a381;
    border-left-color: #036a55;
    color: #fff;
}
.stripes {
	background-image: linear-gradient(45deg, #ffffff 25%, #f5f5f5 25%, #f5f5f5 50%, #ffffff 50%, #ffffff 75%, #f5f5f5 75%, #f5f5f5 100%);
	background-size: 28.28px 28.28px;
}

.stripes .list-item.status_0 {
	background-image: linear-gradient(45deg, #ffffff 25%, #fff4cb 25%, #fff4cb 50%, #ffffff 50%, #ffffff 75%, #fff4cb 75%, #fff4cb 100%);
background-size: 28.28px 28.28px;
}

.tab-content-head, .form-tab-content-head {
    margin: -20px -20px 20px -20px;
    font-size: 1.2rem;
    padding: 12px 20px 12px 13px;
    border-left: 4px solid #0082a9;
    background-color: #eaf1f6;
    border-radius: 0 4px 0 0;
    box-shadow: 0px 1px 0px 0px #d4d4d4;
}
span.tab-content-head-count {
    padding: 12px 18px 12px 14px;
    background: #0382a9;
    color: #fff;
	margin-right: 10px;
}
body:not(.wp-admin) .rwmb-field.rwmb-heading-wrapper.form-tab-content-head {
    margin: -20px -20px 20px;
}
.page-template-page-edit-company-profile .rwmb-field.rwmb-heading-wrapper.form-tab-content-head {
    margin: 0px;
}
.rwmb-field.rwmb-heading-wrapper.form-tab-content-head h4  {
	text-transform: none;
    border: 0px;
    font-size: 1.2rem;
    padding: 0px;
	margin: -2px 0;
}
.rwmb-field.rwmb-heading-wrapper.form-tab-content-head img {
	max-height:35px;
}
.tab-content-head-alert {
    background: #eedaa2;
    border-color: #ecbc00;
}
.profile-tab-pane-alert {
    background: #f6f4df;
}
.tinted {
	background: #eee;
	padding:20px;
}
.rwmb-confirmation {
    font-weight: 500;
}

/* Edit product sortable controls */
span.collapse-control-icon, span.drag-control {
    opacity: .5;
}
span.collapse-control-icon:hover, span.drag-control:hover {
    opacity: 1;
}
span.drag-control:hover {
	cursor: move;
}
.collapsable-controls span.collapse-control-icon {
	width: 12px;
    display: inline-block;
    height: 12px;
    border: 1px solid #366c87;
    border-width: 0.1rem 0.1rem 0 0;
    transform: rotate(-45deg) translateY(-2px);
    margin-right: 7px;
}
.collapsable-controls span.collapse-control-icon[aria-expanded="false"] {
    transform: rotate(135deg) translateY(7px) translateX(-3px);
    transform-origin: center;
}
.collapsable-controls .drag-control {
    width: 20px;
	transform: translateY(3px);
}
#sortable-blocks .sortable-ghost {
	opacity: .6;
	background: #e1f7ed;
}
#sortable-blocks .sortable-ghost .tab-content-head {
	border-left: 4px solid #00a481;
    background-color: #a9e2c7;
}

/* tab List */
span.has_subscription {
    width: 17px;
    height: 17px;
    margin-right: 4px;
    display: inline-block;
    transform: translateY(2px);
}
.list-item {
    border-left: 4px solid #b5b5b5;
    border-bottom: 1px solid #b3c1cd;
    padding: 15px 5px;
}
.list-item:nth-child(even) {
    background: #f5fafe;
}
.list-item.status_0 {
    border-left: 4px solid #ffbf43;
    padding: 15px 5px;
}
.list-item.is_subscription_1 {
    border-left: 4px solid #00a481;
    padding: 15px 5px;
}

/*.list-item:first-of-type {border-top: 2px solid #b3c1cd;}*/
.profile-tab-pane.listing-tab-pane h4 {
	font-size: 1.1rem;
	margin: 0px 0 1px 0;
}
.list-item .listing-thumb {
	margin: 0 -15px 0 0;
    min-height: 100%;
    background: #fff;
    padding: 13px;
    height: 100%;
    max-height: 140px;
}
.list-item .listing-thumb img {
	width: 100%;
  	height: 100%;
	object-fit: scale-down;
}
/* Get strated */

.get-started-info {
    padding-bottom: 70px;
	position:relative;
	min-height: 100%;
}
.get-started-info .sidebar-link {
    left: 0;
    position: absolute;
    bottom: 0px;
    right: 0;
}

/****----|| PAGES:sidebars ||----***
.sidebar-link {
    background: #5b7383;
    display: block;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    font-weight: 700;
    margin-bottom: 15px;
	position:relative;
	border: 0px;
    width: 100%;
    text-align: left;
	transition:all .4s ease-in-out;
}
.sidebar-link:hover {
	color: #fff;
	cursor:pointer;
	background:#013e51;
	transition:all .2s ease-in-out;
}
.sidebar-link.green {
    background: #00a381;
	transition:all .4s ease-in-out;
	padding-right: 40px;
}
.sidebar-link.green:hover, .btn.btn-green:hover {
    background: #03755d;
	transition:all .2s ease-in-out;
}
.sidebar-link.danger {
    background: #b20909;
    transition: all .4s ease-in-out;
}
.sidebar-link.disabled {
    opacity: .5;
	pointer-events: none;
}

.sidebar-linkOFF:after {
	content: ">";
	color: #fff;
    font-weight: 100;
    font-size: 18px;
    text-align: center;
    width: 27px;
    border: 1px solid #fff;
    display: block;
    position: absolute;
    right: 7px;
    top: 7px;
    bottom: 7px;
}*/

/****----|| PAGES:product ||----****/
.facet_image {
	min-width: 55px;
    height: 45px;
}
.facet-data {
    line-height: 1.2;
}
.facet-data small {
    color: #01637c;
}
.img.force-square-imgs img {
    position: absolute;
    transform: scale(.9);
	height: 100%;
    width: 100%;
    object-fit: cover;
	
}
.img.force-square-imgs {
    position: relative;
    overflow: hidden;
    padding: 0px;
	background: #fff;
	border: 1px solid #87b5d2;
	width: 45px;
	height: 45px;
}
.empty-img img {
    opacity: .1;
}
.scale-1 {	
    transform: scale(1) !important;
}
.latest-products-added .img.force-square-imgs,
.latest-companies-added .img.force-square-imgs,
.latest-brands-added .img.force-square-imgs {
	transform: scale(.9);
}
.list-item_product_alert {
    color: #6e6e6e;
    margin: 3px 14px -7px 18px;
    font-size: .75rem;
    padding-left: 55px;
}
.list-item_product_alert a {
	color:#6e6e6e;
	font-weight:600;
}

.all-children-listings {
    margin: 10px -5px -10px;
}
button.product-child-links, a.product-child-links {
	display: flex;
    width: calc(100%);
    font-size: 12px;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #d8ebf3;
    align-items: center;
    padding: 5px 10px 3px 80px;
    color: #01637c;
    position: relative;
}
button.product-child-links:before {
    left: 0px;
    content: " ";
    position: absolute;
    top: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid #b5b5b5;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
}
.is_subscription_1 button.product-child-links:before {
    border-left: 5px solid #01a581;
}
a.product-child-links {
	padding: 5px;
	border:0;
	margin-top: -10px;
	margin-bottom: 10px;
}
.product-child-links span.icon {
    opacity: .86;
    margin-right: 6px;
    width: 20px;
    height: 20px;
}
button.product-child-links[aria-expanded="false"] .collapsed,
button.subs_child[aria-expanded="false"] .collapsed {
    display: none;
}
button.product-child-links[aria-expanded="true"] .expand,
button.subs_child[aria-expanded="true"] .expand{
    display: none;
}
.product-child-list {
   padding: 10px 20px 20px 76px;
}
.product-child-list-single {
    padding: 5px;
	border-top: 1px solid #d8ecf3;
}
.product-child-list-single:last-of-type {
    border-bottom: 1px solid #d8ecf3;
}
.product-child-list-single h4 {
    font-size: .9rem !important;
	color: #136c8b;
}
.product-child-list-single h4 span.has_subscription {
    width: 12px;
    transform: translateY(3px);
}
.product-child-list-single .list-item_product_alert {
    padding: 0 0 6px;
	margin: 0;
}
.search-child-tag {
    background: #00a481;
    color: white;
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px;
    margin: 0px 0 8px -5px;
}
.is_subscription_0 .search-child-tag {
	background: #b5b5b5;
}
/* Top dark blue row */
.dashboard-header .recent-activity {
    padding-top: 3em;
	padding-bottom: 1em;
}
.top-box-dark-blue.dashboard-header {
    padding-bottom: 2em;
}
.dashboard-header button.sidebar-link.green {
	display: inline-block;
    width: auto;
    font-size: initial;
    padding: 6px 47px 6px 10px;
	margin-top: 10px;
}
.dashboard-header button.sidebar-link:after {
    right: 5px;
    top: 5px;
}
.row.stat-row {
    margin: 0;
	line-height: 0.8em;
}
.dashboard-header .stat {
	border-left: 1px solid #0082a9;
    text-align: center;
    padding: 20px 0;
    color: #0082a9;
    font-weight: 600;
    font-size: 1em;
}
.dashboard-header .stat-last {
	border-right: 1px solid #0082a9;
}
.stat h2 {
    font-size: 2.1em;
	    padding: 0px;
    margin: 0px;
}

.company-bg-image {
    width: 100%;
    height: 55vh;
    margin: -15px;
    z-index: 0;
    position: absolute;
	background-size: cover;
    background-position: center;
}
.dashboard .top-box-dark-blue {
}
.placeholder {
    background: #fff;
    height: 164px;
    text-align: center;
}

/* New dashbaord */
.dashboard-header ul.inline-li, .marketplace-list ul.inline-li {
    padding: 0px;
}

.dashboard-header .inline-li li, .marketplace-list ul.inline-li li {
    display: inline-block;
    background: #0082a9;
    padding: 2px 8px;
    border-radius: 2px;
    margin: 0 2px 6px 0;
	color: white;
}
.dashboard-subheader-area {
    background: #005168;
    margin: -15px -11px 0 -12px;
    padding: 0 15px 140px;
    color: #bcdce6;
    font-size: 1rem;
}
.dashboard-subheader-area h1.page-header-title {
    color: #fff;
}
.dashboard-area {
    margin-top: -110px;
}
.dashboard-area .progressbar.alert {
    margin: 0px 0 11px 0;
}
.dashboard-area span.icon.icon-eye {
    filter: brightness(5) opacity(0.5);
}
.dashboard-area span.icon.icon-brands, .dashboard-area span.icon.icon-products, .dashboard-area span.icon.icon-company_profile , .dashboard-area span.icon.icon-account_profile {
    opacity: .5;
    font-size: 23px;
}
.dashboard-area .card {
    border-radius: 0 0.25rem 0.25rem;
}
.dashboard-area .card-header:first-child {
    border-left: 3px solid #0082a9;
	    border-radius: 0 calc(0.25rem - 1px) 0 0;
}
.dashboard-card span.icon.icon-eye {
    filter: none;
    opacity: .8;
}
.dashboard-area .btn.shortcut span.icon {
    font-size: 17px;
    line-height: 17px;
    opacity: 1;
    padding-top: 3px;
}
.dashboard-area .btn.shortcut span.icon-alert-green {
    height: 21px;
}
.dashboard-area a.dashboard-item-link {
    margin: 0px -10px;
    padding: 5px;
	width: calc(100% + 20px);
}
.dashboard-area a.dashboard-item-link:hover {
    background: #e7f4f7;
}
.dashboard-card .nav-tabs, .offcanvas-body .nav-tabs {
   border-bottom: 1px solid #dee2e6;
    padding: 0 1rem;
    padding-top: 0.5rem;
    margin: -1rem -1rem 0;
    background: #e7f4f7;
}
.toggle-notifications .nav-link, .dashboard-card .nav-link {
    color: #0083aa;
    font-weight: bold;
}
.toast-container {
    z-index: 1040;
}
.alert-menu-item.top-header__accounts {
    border-left: 0;
}
.alert-menu-item a.dropdown-item {
    padding: 14px 20px 10px;
}
.card.card-unread {
    border: 2px solid #03a381;
}

.card.card-unread .card-footer {
    border-top: 1px solid #03a381;
}
.card.card-unread:after {
    content: "New";
    position: absolute;
    background: #03a381;
    top: -10px;
    left: -10px;
    padding: 2px 10px 1px;
    font-size: 80%;
    font-weight: bold;
    color: white;
    border-radius: 10px;
}
.card-read a.link-muted.me-2 {
    display: none;
}
.offcanvas-header {
    border-bottom: 1px solid #cbd9e2;
    background: #f6f7f9;
}
.toast.danger {
    background: rgb(255 233 233 / 93%);
}
.toast.danger .toast-header {
    background: #ffc2c2;
    color: black;
}
.toast.warning {
    background: rgb(255 235 199 / 93%);
}
.toast.warning .toast-header {
    background: #ffd895;
    color: black;
}
.toast.default {
    background: rgb(255 255 255 / 93%);
}








/* Complete profile prompts */
.todo_count.float-left {
    font-size: 3em;
    line-height: 1em;
    padding-right: 13px;
}

/* latest product */
a.product-feed-heading {
    font-size: 1.2em;
}
.latest-products-added strong, .latest-brands-added strong, .latest-companies-added strong {
    font-weight: 600;
    color: #013242;
}
.time-ref {
    font-size: .9em;
    margin-bottom: 1em;
}
.product-feed-item-divider {
    border-bottom: 1px solid #87b5d2;
    margin-bottom: 15px;
    height: 10px;
}
.product-feed-image {
    text-align: center;
}

/* latest-companies-added */
a.a-listing-link > div {
	border-radius: 3px;
    padding: 2px 5px;
    margin: 0 -5px;
	color: initial;
}
a.a-listing-link:hover > div {
    background: #c5d7e7;
	cursor:pointer;
}
a.a-listing-link:hover {
	cursor:pointer;
}
.div-listing-link {
	border-radius: 3px;
    padding: 2px 5px;
    margin: 0 -5px;
	color: initial;
}
.div-listing-link:hover {
    background: #e8f1f6;
	cursor:pointer;
}

/* */
.seller-views-feed {
	max-height: 500px;
	overflow-y:scroll;
	overflow-x:hidden;
}

/************************************************
	PAGE: Edit products
************************************************/
div#qrcode img {
    width: 100%;
}
.product_quicklinks {
	position: sticky;
    left: 100%;
    margin-right: -12px;
    width: 35px;
    top: 33px;
    background: #033242;
    padding: 3px 0px 0 6px;
    border-radius: 5px 0 0 5px;
    height: 37px;
    z-index: 1060;
	margin-top: -37px;
}
.product_quicklinks a.icon.icon-right-arrow {
    transform: rotate(180deg);
    width: 30px;
    height: 30px;
}
.product_quicklinks a.icon.icon-right-arrow:hover {
    filter: brightness(4);
}
div#showQuickLinks {
    top: 0px;
    bottom: auto;
	background: #033242;
    border-radius: 5px 0 0 5px;
    max-width: 240px;
    width: 240px;
    position: absolute;
    margin-left: -170px;
}
div#showQuickLinks .offcanvas-body {
    padding: 12px 10px;
}
div#showQuickLinks .quickLinks-button {
    width: 30px;
    height: 30px;
}
div#showQuickLinks a {
    color: #c7dbe1;
}
a.quickLinks-button {
	z-index: 9999;
}
.quicklinks-body span.icon.icon-pencil {
    filter: brightness(1.5);
    width: 20px;
    height: 20px;
    transform: translateY(6px);
}
.quicklinks-body li.list-group-item {
    border-color: #376d81;
}
.quickLinks-button.rotate-180 {
    transform: rotate(0deg) !important;
}

/************************************************
	PAGE: Saved products
************************************************/
.saved-product-comments {
    border: 1px solid #c2c2c2;
    min-height: 103px;
	padding:10px;
}
.saved_product .img.force-square-imgs {
	transform:scale(1);
}

.saved_product  h4 {
    font-size: 1.4rem;
	margin:0;
}

/************************************************
	PAGE: latest buyer contact requests
***********************************************
.latest-buyer-contact-requests h4 {
    padding: 0px;
    margin: 0px;
}
.latest-buyer-contact-requests {
    line-height: 1.22rem;
}
.sub-h4-txt {
    padding-bottom: .5rem;
}
.col-icon span.icon {
    font-size: 35px;
}
*/

/************************************************
	PAGE: Single product
************************************************/
/* Control panel */
.product-control-link a:hover {
    background: #e9f1f6;
    transition: all .25s linear;
	color: #033242;
}
.product-control-link a {
    display: block;
    padding: 1px 3px;
    border-radius: 3px;
    transition: all .75s linear;
}
.green {
	color: #00a381;
}
.product-control-link-eu {
    border: 1px dashed #0382a9;
    padding: 5px;
    margin: 0 0 0 -5px;
    background: #e9f1f6;
}
.product-control-link-eu-data {
    border: 2px solid #cce7ef;
    padding: 10px;
    border-top-right-radius: 5px;
}
.product-control-link-eu-data > small, .eu-data-heading {
    font-weight: bold;
    display: block;
    background: #cce7ef;
    margin: -10px -10px 0;
    padding: 8px 10px 6px;
    color: #045368;
    border-top-right-radius: 2px;
}
.product-control-link a small {
    font-weight: 300;
    color: #212529;
}
/* Works on Firefox */
.scroll-container {
  scrollbar-width: thin;
  scrollbar-color: #87b5d2 #f2f2f2;
}

/* Works on Chrome, Edge, and Safari */
.scroll-container::-webkit-scrollbar {
  width: 8px;
}

.scroll-container::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.scroll-container::-webkit-scrollbar-thumb {
  background-color: #87b5d2;
  border-radius: 2px;
}

iframe.emulator-container {
	aspect-ratio: 1/2.5;
	width: 100%;
	border: 1px solid #eee;
}
.product-assets-downloads span.icon.icon-qr-download {
        width: 20px;
    display: inline-block;
    height: 20px;
    margin: -4px 4px -4px -4px;
    filter: opacity(0.5);
}
.product-assets-downloads span.icon.icon-eye {
    width: 19px;
    height: 19px;
    opacity: .6;
    margin-bottom: -5px;
}
.latest-products-added .icon.icon-info {
	min-width: 20px;
    margin-right: 5px;
}


/************************************************
	MODAL: 
************************************************/

.modal-loading .dashicons.dashicons-image-rotate {
    margin: calc(50vh - 50px) calc(50vw - 20px);
    display: block;
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: #0083a9;
    -webkit-animation: rotatingLoadingIcon 1s linear infinite;
}

@-webkit-keyframes rotatingLoadingIcon {
    from{ -webkit-transform: rotate(0deg); }
    to{-webkit-transform: rotate(-360deg);}
}



.modal-header { border-bottom: 1px solid #cbd9e2; margin-top: 0px; position: fixed; top:0px; width: 100vw; z-index: 2; background: #fff; display: block; padding: 5px 10px; }
.modal-header {background: #f6f7f9;}
.modal-header .close {
	border-left: 1px solid #607d8f;
    color: #607d8f;
    background: #e8f1f6;
    margin: 0;
    opacity: 1;
    padding: 0 1.1rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1.1rem;
 }
.modal-header .close span {
    border: 1px solid #607d8f;
    border-radius: 2px;
    padding: 3px 8px 6px;
    margin-left: 5px;
    background: #0082a9;
    color: #fff;
    text-shadow: none;
    transform: translateY(-2px);
    display: inline-block;
}
.modal-body {padding-top:70px}
.modal-fullscreen { width: 100%; }
.modal-fullscreen .modal-body { overflow-y: inherit;}
.modal-fullscreen .modal-content {height: auto;}

.modal-content .modal-body-content h1 { font-weight: 500; }

.modal-body-content .breadcrumb { background: transparent; margin-top: 20px; padding: 0; }
.modal-body-content .breadcrumb li a { padding: 0 25px 0 0; position: relative; }
.modal-body-content .breadcrumb li a:after { color: #003343; content: ">"; position: absolute; top: 0; right: 4px; }

.modal-content .modal-body-content .btn-primaryOFF { background-color: #00a381; border: 0; font-weight: 700; min-width: 196px; padding: 6px 15px; position: relative; transition: all .4s ease-in-out; }
.modal-content .modal-body-content .btn-primary:hover { background-color: #03916f; }
.modal-content .modal-body-content .btn-primary.save_btn { display: block; font-size: 1rem; padding: 10px 15px; text-align: left; width: 100%; }
.btn-primary span.arrow { display: none; /*border: 1px solid #fff; border-radius: 3px; display: block; position: absolute; top: 7px; right: 7px; bottom: 7px; text-align: center; width: 27px; */}
.modal-content .modal-body-content .btn-primary.big-btn { min-width: 160px; padding: 15px 10px; }

.btn-secondary { background-color: #607d8f; border-color: #607d8f; }
.btn-secondary:hover { background-color: #4f6f7f; border-color: #4f6f7f; }

/* Sections */
.section { font-size: 18px; }
.section.overview, .section.single-entity, .section.information, .section.ingredients, .section.brands, .section.ingredients { margin-top: 30px; }

.section h4 { font-weight: 300; margin-bottom: 20px;    color: #0082a9; }
.section h5 { border-bottom: 1px solid #87b5d2; font-size: 1.2rem; margin-bottom: 10px; padding-bottom: 10px; }
.section strong { font-weight: 700; }

.primary_img, .supporting_img, .marketing .video { border-radius: 5px; }
.primary_img {     
	background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 540px;
    border: 1px solid #87b5d2; 
}
.col.info-col {
    min-width: 210px;
}
.no-border-bottom {
	border-bottom:0px !important;
}
svg.barcode {
    width: 100%;
}

.supporting_img, .supporting_img:nth-of-type(2), .marketing .video { background-position: center; background-size: cover; }

.supporting_img { border: 1px solid #87b5d2; height: 160px; margin-bottom: 15px; height: 100px; transition:all .2s ease-in-out; }
.supporting_img:nth-of-type(2) { background-repeat: no-repeat; background-size: contain; }
.supporting_img:hover { cursor: pointer; transition:all .2s ease-in-out; opacity:.8; border-color:#000;	}

.info-col:first-of-type .usp { border: 0; padding-left: 0; }
.info-col img { margin-top: 5px; }

.borderless td, .borderless th { border: none; }
.borderless thead tr { margin-bottom: 5px; }
.borderless thead th { border-bottom: 1px solid #87b5d2; padding: 8px 0; ertical-align: top; }
.borderless td, .borderless th { padding: 0 6px 0 0; }
.borderless tr:first-of-type td { padding-top: 8px; }

.product_meta span, .modal-body-content .breadcrumb li a { color: #003343; font-size: 23px; font-weight: 400; } 
.product_meta span { font-size: 23px; line-height: 23px; padding-right: 20px; position: relative; }
.product_meta span:after { background: #003343; content: ""; height: 20px; position: absolute; bottom: 5px; right: 8px; width: 2px; }
.product_meta span.product_views:after, .product_meta span.view_count:after, .product_meta span.dashicons:after { display: none; }

.product_meta span.view_count { border: 2px solid #003343; border-radius: 6px; font-size: 20px; margin-left: 5px; padding: 0 8px; }


/* SECTION: Single Entity */

/* SECTION: Overview */
.overview { border-bottom: 1px solid #87b5d2; display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; padding-bottom: 15px; }
.section.information.product-overview { margin-top: 30px; }
.overview .col { flex: 1; }
.overview .btn { margin-top: 30px; }

.overview .product_stats { font-weight: 700; height: 100%; position: relative; text-align: center; }
.overview .product_stats .stat { height: 50%; }
.overview .product_stats .product_stats--box { align-items: center; display: flex; height: 100%; justify-content: center; padding: 0; }
.overview .product_stats .product_stats--box h1 { font-weight: 700; }
.overview .product_stats .product_stats--box h1 span { color: #0082a9; font-size: 1.4rem; }

.overview .product_stats .stat:nth-of-type(1), .overview .product_stats .stat:nth-of-type(2) { border-bottom: 1px solid #87b5d2; }
.overview .product_stats .stat:nth-of-type(odd) .product_stats--box { border-right: 1px solid #87b5d2; }

.overview .product_stats span { display: block; }
.overview .circle { background-color: #003343; border-radius: 100%; height: 140px; margin: 0 auto; width: 140px; }

.overview .story { border-left: 1px solid #87b5d2; min-height: 350px; padding-left: 25px; } 

.usp { } 

.usp.border-bottom-usp {
    border-bottom: 0px;
    margin-bottom: 20px;
}

.icons {transform: translateY(.1rem); display: inline-block;}

.usp ul li { position: relative; }
.usp ul li.border-bottom { border-bottom: 1px solid #87b5d2 !important; padding: 5px 0; }
.usp ul li.border-bottom:first-child { padding: 0 0 5px; }
.usp ul li .icons { 
    /* border: 1px solid #003343; */
    /* border-radius: 4px; */
    /* height: 30px; */
    margin: 0 5px 0px 0;
    padding-top: 2px;
    text-align: center;
    width: 30px;
}
.usp ul li .icon-scrutinise_sellers:before {
    font-size: 1.25em;
    line-height: 1;
    transform: translateY(2px);
}

.usp-info { border-bottom: 1px solid #87b5d2; margin-bottom: 15px; }
.usp-info h5 { border: 0; margin-bottom: 0; padding-bottom: 0; }

span.anchorlink {color: #3692b3;}
span.anchorlink:hover { cursor:pointer;}

/* ajax catch */
.catch_ajax_script_preloader, .sku_catch_ajax_script_preloader, .catch_ajax_script_preloader_cat {
    margin: 0 10px;
    background: #c8ddec;
    padding: 7px 10px;
    border-radius: 3px;
    color: #295b73;
}
.catch_ajax_script_preloader .loader, .sku_catch_ajax_script_preloader .loader, .catch_ajax_script_preloader_cat .loader, .catch_ajax_script_preloader_oembed .loader {
    margin-right: 10px;
}
.catch_ajax_script .rwmb-success, .catch_ajax_script_cat .rwmb-success, .catch_ajax_script_oembed .rwmb-success {
	background: #e6f3db;
    padding: 7px 10px;
    border-radius: 3px;
    color: green;
    display: block;
}
.catch_ajax_script_cat, .catch_ajax_script_oembed  {
    color: #ff0000;
    padding: 0px 10px 0px 10px;
}
.catch_ajax_script_preloader_oembed {
    margin: 0 10px;
    background: #c8ddec;
    padding: 7px 10px;
    border-radius: 3px;
    color: #295b73;
}
.rwmb-embed-media iframe {
  	width: calc(50%);
	height: auto;
	aspect-ratio: 16 / 9;
}

/* SECTION: Marketing */
.marketing { padding-top: 40px; }
.marketing .video { height: 250px; display: flex; align-items: center; justify-content: center; }
.marketing .video:before { color: #FFF; content:'\0075'; font-family: 'buyerdock'; font-size: 35px; }

.social { margin-top: 5px; }
.social li { display: inline-block; margin-right: 5px; }
.social li:last-child { margin-right: 0; }
.social li a { color: #003343; font-size: 37px; }
.social li a:hover { color: #00a381; }

/* SECTION: story (images) */
.matchheight-master {
    height: fit-content;
}
.matchheight-child {
    overflow-y: scroll;
	position:relative;
}
.story { overflow-y: scroll; transition:all .4s ease-in-out;}

.story b {
    color: #0082a9;
}
.matchheight-child.auto_height {height:auto !important; transition:all .4s ease-in-out;}
.view_full_story {
    margin: 0 auto;
    width: 90px;
    padding: 4px;
    font-size: .8em;
    border: 1px solid #0082a9;
    text-align: center;
    border-radius: 3px;
    margin-top: 10px;
}
.view_full_story:hover {
	cursor: pointer;
	background:#eee;
}
/* SECTION: images */
.row.supporting_img_row {
	margin-left:-10px;
	margin-right:-10px;
}
.col.supporting_img_col{
	padding-right: 10px;
    padding-left: 10px;
}
.col.supporting_img_col {
    max-width: 160px;
	margin-bottom: -5px;
}

/* SECTION: highlights */
.usp.highlights li {
    margin-left: 0px;
}
.usp.highlights span.icons.icon-check {
        margin-left: -29px;
    font-size: 18px;
    width: 22px;
}
.usp.highlights li {
    padding: 5px 0 5px 25px;
}

/* SECTION: Ingredient */
span.ingredient_item {
    border: 1px solid #000;
    border-radius: 3px;
    padding: 0px 10px;
    font-size: .95rem;
	    display: inline-block;
    margin: 2px 2px;
}
span.ingredient_item:hover {
	cursor:pointer;
	background: whitesmoke;
}

/* SECTION: Information */
.section.information h5 { margin-bottom: 10px; }
.section.information .usp { padding-bottom: 20px; }

/* SECTION: Brand range */
.brand { margin-bottom: 40px; }
.brand .logo { display: flex; align-items: center; justify-content: center; background-position: center; background-repeat: no-repeat; background-size: contain; border: 1px solid #87b5d2; border-radius: 4px; height: 180px;}
.trade.brand { margin-bottom: 15px; }

/* SECTION: Tradeshows */
.details h4, .details p { margin-bottom: 0; }
.details h4 { font-weight: 700; }
.details a { color: #003343; }
.details a:hover { color: #00a381; }

.meta li { border-right: 1px solid #003343; display: inline-block; font-size: 17px; line-height: 17px; padding-right: 3px; }
.meta li:last-child { border-right: 0; padding-right: 0; }

.show-info, .buttons { display: inline-block; }
.show-info { float: left; padding-right: 15px; width: 80%; }
.show-info h5 { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; }

.details {
    border-bottom: 1px solid #87b5d2;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
} 
.buttons { float: right; width: 20%;}
.buttons .btn { display: block; font-size: 13px; font-weight: 900; margin-bottom: 8px; padding: 3px 8px; width: 100%; }
.buttons a.btn-secondary { color: #fff; }
.buttons a.btn-outline-secondary { border-color: #607d8f; color: #607d8f; }
.buttons a.btn-outline-secondary:hover { background-color: transparent; border-color: #4f6f7f; color: #4f6f7f; }

/************************************************
	PAGE: List products - WPFacets
************************************************/


/************************************************
	PAGE: Single product
************************************************/
/* Headings and hero images */
.brand-bg-img, .company-bg-img {
    height: 65vh;
	min-height: 400px;
    background-position: center;
    background-size: cover;
    margin: -16px;
    width: 100vw;
    background-color: #e8f1f6;
	
}
.brand-bg-img.empty .company-bg-img.empty { 
	background: #e8f1f6;
	background: linear-gradient(0deg, rgba(232,241,246,1) 00%, rgba(193,220,235,1) 100%);
}
.container.brand.container {
    margin-top: -200px;
    background: #fff;
	border-radius: 4px;
	box-shadow: 0px -3px 7px 1px rgba(0%, 0%, 0%, .1);
}
.container.brand.container h1 {padding-top: 30px;}
.container.brand.container .section.single-entity {margin-top: 30px;}
.container.brand.container .col.brand_logo {
    max-width: 180px;
    margin: 10px 15px 0 0px;
}
.container.brand.container .col.brand_logo img {
    width: 180px;
    height: 100px;
    object-fit: contain;
}
/* ||-- Save posts  --|| */
div#collapse, div#collapseb {
    position: fixed;
    width: 60vw;
    left: 20vw;
    z-index: 999;
	background: #cbdeea;
    margin-top: 20px;
	box-shadow: 1px 1px 50px #95a5aa;
	    border-radius: 4px;
}
div#collapse .card, div#collapseb .card {
	background-color:transparent;
}
div#collapse textarea, div#collapseb textarea {
	width: 100%;
	height: 100px;
}
.ms-container .ms-selectable .custom-header, .ms-container .ms-selection .custom-header {
    background: #0082a9;
    color: #fff;
    padding: 4px 10px;
}

/* width */
.matchheight-child::-webkit-scrollbar {
  width: 5px;
}
/* Track
.story::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius:3px;
} */
/* Handle */
.matchheight-child:hover::-webkit-scrollbar-thumb {
  background: #87b5d2;
  border-radius:3px;
}
/* Handle on hover */
.matchheight-child::-webkit-scrollbar-thumb:hover {
  background: #0082a9;
}
button[data-title="Delete product"]:hover,
button[data-title="Duplicate product"]:hover {
    transform: translateY(-3px);
}
/* tooltips */
.tooltips {
	position:relative;
}
.tooltips:before {
	content: attr(data-tooltips);
	position: absolute;
	top: 100%;
	transform: translateX(-50%);
	left: calc(50% - 25px);
	margin-left: 15px;
	/* width: auto; */
	padding: 3px 32px;
	border-radius: 4px;
	background: #0082a9;
	color: #fff;
	text-align: center;
	font-size: .9rem;
	display:none; 
}
.tooltips:hover:before {
  display:block;
}
.custom_tile_icons label {
    min-width: 23%;
}
.tile.custom_tile .tile-icon-svg svg {
    width: 70%;
}

/************************************************
	PAGE: Single Brand/ Edit brand
***********************************************/
.section.brands .primary_img {
	height:200px;
}
.content_product_category ul.rwmb-input-list.hidden {
    display: none;
}
.content_product_category .rwmb-input  {
	border: 1px solid #c3ddee;
    border-radius: 3px;
    padding: 10px;
	max-height: 400px;
    overflow: auto;
}

/************************************************
	PAGE: Single Company
************************************************/
.container.company.container {
    margin-top: -200px;
    background: #fff;
	border-radius: 4px;
	box-shadow: 0px -3px 7px 1px rgba(0%, 0%, 0%, .1);
}

.container.company.container .col.company_logo {
    max-width: 250px;
    margin: 10px 15px 0 0px;
}
.container.company.container h1 {padding-top: 30px;}
.cats-of-interest span {
    border: 1px solid #000;
    border-radius: 3px;
    padding: 2px 10px;
    margin: 2px;
    display: inline-block;
}
.social-channels div .icon {
    font-size: 27px;
    transform: translateY(7px);
    display: inline-block;
    margin-right: 4px;
	color: #000;
}
.in_preview_mode {
    background: repeating-linear-gradient( 45deg, #f4f652, #f4f652 10px, #f8e41f 10px, #f8e41f 20px );
    margin: -16px -16px 10px;
    padding: 15px 15px 30px;
	text-align: right;
}

/************************************************
	PAGE: marketplace
************************************************/
.marketplace-list .col-md-3 {
    margin-bottom: 40px;
}

/************************************************
	PAGE: associations
************************************************/
.single-association, .single-marketplace {
    height: 100%;
    border: 1px solid #e8e7e7;
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.single-association .img.force-square-imgs, .single-marketplace .img.force-square-imgs{
	width: 100%;
	height: 100px;
}
.sidebar-link.green.contact_assoc {
    font-size: .9rem;
    margin-top: 1rem;
}
.single-association a.btn, .single-marketplace a.btn {
    margin: 0 -5px -5px;
    border-radius: 0px;
}

/************************************************
	PAGE: CSV imports
************************************************/
div#productDiv {
    background: #ffffff;
    border: 1px solid #c5cbcd;
    padding: 20px;
    border-radius: 4px;
    margin-top: 20px;
}
.hide {
	display: none;
}
input#csv-file {
    padding: 10px;
    border: 1px solid #ddd;
    background: #fff;
}
.import.alert {
    background: #e0eef5;
    border: 1px solid #c5cbcd;
}
table.dataTable tbody tr {
    background-color: #fff;
    font-size: 11px;
    font-weight: 400;
}
div#productTable_wrapper {
    background: #e8f1f6;
    border: #c5cbcd 1px solid;
    border-radius: 4px;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    margin: 10px;
}
/* Works on Chrome, Edge, and Safari */
.dataTables_scrollBody::-webkit-scrollbar {height: 7px;}
.dataTables_scrollBody::-webkit-scrollbar-track { background: #f2f2f2;}
.dataTables_scrollBody::-webkit-scrollbar-thumb {background-color: #0082a9;border-radius: 2px;}
#importStatusDiv strong.warning {color: red;}
.amba-warning {color: orange;}
.upload-duration {font-weight:700; font-size:1.5rem;}
#importStatusDiv {
    height: 60vh;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid #0082a9;
    border-radius: 4px;
    margin: -15px;
    padding: 10px;
    background: #f1f5f8;
}
#importStatusDiv::-webkit-scrollbar {width: 7px; padding-right: 2px;}
#importStatusDiv::-webkit-scrollbar-track { background: none; padding-right: 2px;}
#importStatusDiv::-webkit-scrollbar-thumb {background-color: #0082a9;border-radius: 2px;}
#importStatusDiv span.loop_count {
    background: #056686;
    display: inline-block;
    padding: 2px 9px;
    color: #fff;
    border-radius: 3px;
}
#importStatusDiv strong {
    color: #056686;
}
.csv-progress {
    background: #fff;
    margin: 25px 0;
    border: 2px solid #b7babc;
    height: 55px;
}
#importStatusDiv hr {
    margin: 8px 0px;
    border-width: 11px;
}
input#csv-file {
    padding: 15px 20px;
    border: 1px solid #0082a9;
    background: #fff;
    border-radius: 4px;
    color: #0082a9;
}
body .dataTables_wrapper .dataTables_length select, body .dataTables_wrapper .dataTables_filter input {
    background: #fff;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current, body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #0082a9;
    color: #fff !important;
    border-color: #0082a9;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #72bbd1;
    border-color: #60adc3;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 4px 12px;
	background: #fff;
}

/************************************************
	ALERTS: All
************************************************/
.alert-container {
    background: #055368;
    color: #fff;
    border-radius: 0px;
    margin-bottom: 0px;
}
.alert-container h1, .alert-container h2, .alert-container h3, .alert-container h4 {color:#fff; margin: 0px;}
.alert-container h2 { font-size: 1.1rem;}
.alert-container a.btn.btn-green {width: auto; padding-right: 47px;}

/************************************************
	PAGE: register
************************************************/
.gen_password {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

/************************************************
	PAGE: Surplus listings
***********************************************
.heading_container.search-surplus {
    background: #ffac08;
    color: #013242;
	margin-bottom: 0;
	padding: 15px 25px 20px 30px;
}
.heading_container.search-surplus h1 {
	color: #013242;
	padding: 0px;
    margin: 5px 0px;
}
.filter_container.search-surplus {background: #ffce6d;}
button.ais-ClearRefinements-button--disabled {
    display: none;
}
button.ais-ClearRefinements-button {
    margin-top: 10px;
    font-weight: 600;
    padding: .5rem 1rem;
    background: #0083aa;
    font-size: .9rem;
    border-radius: 3px;
}
.surplus-loop-details, .surplus-loop-details-product {
    background: #ffce6d;
    font-size: .8rem;
}

.search-surplus .surplus-loop-details {
	text-align: center;
	margin: 0px;
	padding:1px 0 0 0;
}
.surplus-loop-details-product, .surplus-header-product {
	margin: -16px -16px 10px;
    padding: 15px 15px 30px;
	text-align: left;
    background: #fbd49a;
	font-size: 1rem;
	
}
.surplus-header-product {
	background: #ffac08;
	color: #fff;
	padding-bottom: 22px;
}
.days-remaining {
	text-align: left;
    font-weight: 800;
    padding: 0 7px;
    background: #ffac08;
    width: 100%;
}
.surplus-loop-details-product .days-remaining {
    width: 100%;
    padding: 10px 10px 25px;
    font-size: 2.5rem;
    background: #013242;
    border-radius: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
}
.days-remaining span {
    font-size: .9rem;
}
.surplus-loop-details-product .days-remaining span {
	font-size: .9rem;
    display: block;
    font-weight: 500;
    line-height: 1.5;
}
span.days-expires {
    padding-top: 10px;
    color: #ffac08;
}
.surplus-details {
    border-bottom: 1px solid;
    padding-bottom: 10px;
	padding-top: 10px;
}
.surplus-details strong {
    display: block;
    padding: 5px 0px 0;
    margin-top: 10px;
    border-top: 1px solid #013242;
}
.search-surplus .surplus-loop-details strong {
    display: block;
    background: #ffac06;
    padding-left: 5px;
    padding: 5px 5px;
    margin: 5px;
    font-size: 2.5rem;
    line-height: 1;
}
.search-surplus .surplus-loop-details strong span {
    display: block;
    font-size: initial;
}
.surplus-details span {
	display: block;
    font-size: .9rem;
}
.surplus-details span strong {
    display: inline;
    background: none;
    padding: 0px;
}
.row.supporting_img_row.surplus_images {
    border: 1px solid #87b5d2;
    background: #e8f1f6;
    border-radius: 4px 4px 0 0;
    margin: 0 0 -9px 0;
    padding: 5px 10px 0;
    font-size: .9rem;
    position: relative;
    z-index: 1;
}
.surplus_images_text {
    width: calc(100% + 20px);
    background: #bcd7e8;
    margin: -5px -10px 10px -10px;
    padding: 5px 15px;
}
.zero-waste {
        background: #0082a9;
    font-weight: 800;
    padding: 0px 15px;
    color: #fff;
    display: inline-block;
}
.search-surplus h3.tab-content-head {
    background: #ffce6d;
    border-left-color: #ffac08;
}
.ZeroWasteIcon {
    background: #00a381;
    margin: -2px 0 0 0;
    color: #fff;
    font-weight: 700;
    padding: 3px;
}
.col.surplus-listing-details strong {
    color: #f09907;
}
.expired_1  {
	background: #eee;
	padding: 10px 5px;
}
.expired_1 .surplus-loop-details {
    background: #ccc;
}
.expired_1 .btn.btn-green, 
.expired_1 .btn.btn-green-outline, 
.expired_1 .btn.btn-warning,
.expired_1 .btn.btn-secondary,
.expired_1 .badge-pill.badge-warning {
    background: #b7b5b5;
	border-color: #ccc;
}

.list-surplus .profile-tab-pane.wp-facet-controls {
    background: #f9e4bd;
}
.list-surplus h3.tab-content-head {
    background: #ffce6d;
	border-left-color: #ffac08;
}
.list-surplus .row.page-controls {
    background: #fae3bd;
}*/

/************************************************
	PAGE: Create a message
************************************************/

.surplus-enquiry .tab-content-head {
    background: #fbd49a;
    border-left: 7px solid #ffac03;
}
.slidecontainer {
  width: 100%;
  height: 40px;
}

.slider {
    -webkit-appearance: none;
    width: 70%;
    height: 10px;
    background: #013242;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius: 5px;}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #ffac03;
  cursor: pointer;
  border-radius:50%;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #ffac03;
  cursor: pointer;
  border-radius:50%;
}
.enquiry_reveal {
    background: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
input.surplus-input {
    width: 112px;
    margin-bottom: 5px;
    margin-right: 10px;
}

/************************************************
	PAGE: Samples
**********************************************
.loader.hide {
	opacity:0;
}
.loader {
	border: 7px solid #f3f3f3;
	border-top: 7px solid #0083aa;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	animation: spin 1.2s linear infinite;
	display: inline-block;
	margin-bottom: -2px;
	margin-left: 6px;
	margin-right: -7px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}**/

/************************************************
	Message: request Samples
**********************************************
.sample_address {
    border: 3px dashed #bdbdbd;
    background: #fff;
    padding: 10px 30px 30px;
    border-radius: 10px;
    display: inline-block;
	margin-bottom: 30px;
	margin-left: 15px;
}
.sample_email_message h3 {
	margin-left: 15px;
}
.samples_icon {
	width: 23px;
	margin-right: 4px;
}
div.rwmb-confirmation {
    margin: -20px -20px 20px !important;
    border-radius: 0 !important;
}**/

/************************************************
	Italian recycling
************************************************/
.itqr__container {box-sizing: border-box;font-size: 11px;color: #3165a2;font-family: Arial,Helvetica,sans-serif;background: #fff;
	border-radius: 7px;display: table;padding: 3px;margin: 10px auto;border: 1px solid #999;box-shadow: 0px 0px 3px #dedede;}
.itqr__items 	 {display:flex;flex-wrap: wrap;justify-content: center;}
.itqr__item 	 {border-radius:4px;margin: 3px;min-width: 110px;}
.itqr__packaging {background:#e7f0f5;padding:5px;border-radius:4px 4px 0 0;text-align: center;}
.itqr__details   {background:#e7f0f5; color:#fff;text-align:center;border-radius: 0 0 4px 4px;padding:4px;font-weight: bold;}
.itqr__material  {background: rgba(0,0,0,.1);padding: 6px;margin: -4px -4px 4px -4px;}
.itqr__bin 		 {padding: 3px 0;}
.itqr__bin_plastic {background:#fbed50;color:#3165a2;}
.itqr__bin_wood  {background:#6a5c3f;}
.itqr__bin_paper {background:#395cbb;}
.itqr__bin_glass {background:#3e7944;}
.itqr__bin_metal {background:#4e92ad;}
.itqr__sugestions {background: #e9f0f5;text-align: center;padding: 4px;border-radius: 4px;margin: 3px;}

/************************************************
	Recycling options
************************************************/
.recycling-options-label-output {
	display: flex;
}
.recycling-options img {
    min-width: 400px;
	width: 400px;
}
.recycling-options.recycling-options-1 {
    width: 50px;
    overflow: hidden;
}
.recycling-options.recycling-options-2 {
    width: 140px;
    overflow: hidden;
}
.recycling-options.recycling-options-3 {
	width: 80px;	 
    overflow: hidden;
}
.recycling-options-label-output .recycling-options-logo svg{
	height: 80px;
	width: auto;
}
.recycling_categories_form {
	margin-top: 30px;
}
.recycling_bin_output_field:empty {
	display: none;
}
.recycling_bin_output_field {
    position: absolute;
    top: 0px;
    left: 20px;
    background: #c7e0ec;
    padding: 2px 10px;
    color: #046582;
    font-size: 12px;
    font-weight: bold;
}
.recycling_bin_output_field:before {
    content: "Destination: ";
    font-weight: normal;
}
label[for="recycling_group"] {
    padding-bottom: 10px;
}

/************************************************
	App help icons
********************************************
.helpModal {
    position: relative;
}
.btn-helpModal {
    display: block;
    width: 25px;
    height: 25px;
    background-size: 16px;
    background-repeat: no-repeat;
    position: absolute;
    top: 5px;
    right: 10px;
    border: 1px solid #3982a2;
    border-radius: 50%;
    opacity: .5;
}
.btn-helpModal:hover {
	opacity: 1;
    cursor: pointer;
    background: #4d819f;
    transition: all .3s linear;
}
.btn-helpModal:hover:after {
	content: "?";
    text-align: center;
    display: block;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    margin: -1px 0 0 0;
}
#helpModal .modal-content {
	width:inherit !important;
}
#helpModal .modal-body {
    padding: 0rem;
}
#helpModal .helpModal__header {
    padding: 1rem 20px;
    background: #3881a5;
    font-size: 1.2rem;
    color: #fff;
}
#helpModal .helpModal__body {
    padding: 1rem;
}
.modal-loading {
    width: 50px;
    height: 50px;
}
.modal-loading .dashicons {
	animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    width: 50px;
    height: 50px;
}
.modal-loading .dashicons:before {
    width: 50px;
    height: 50px;
    font-size: 50px;
    color: #0082a9;
}
.modal-loading {
    width: 50px;
    height: 50px;
    position: absolute;
    align-items: center;
    margin: 50vh 50vw;
    transform: translateX(-50%) translateY(-50%);
}
img.helpModal__img {
    width: 80%;
    margin: -10px 20px 20px auto;
    display: block;
    box-shadow: 0px 0px 4px #a9a9a9;
}
#helpModal button.close {
    font-size: 1rem;
    border: 1px solid #fff;
    background: transparent;
    border-radius: 3px;
    color: #fff;
    height: 25px;
    width: 25px;
    line-height: 23px;
    float: right;
}
**/

/********************************************
	analytics pop-up
*********************************************/
body .cmplz-cookiebanner .cmplz-header {
    display: block;
	text-align: center;
}
body .cmplz-cookiebanner .cmplz-title {
    font-weight: 700;
    padding: 20px 0 0px;
    font-size: 1.4rem;
    color: #0083aa;
}
body #cmplz-cookiebanner-container .cmplz-cookiebanner {
    padding: 30px 40px;
    border-radius: 5px;
}
body .cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    background: #0083aa;
    border-color: #0083aa;
}
body .cmplz-links.cmplz-documents {
    padding-top: 15px;
}
body a.cmplz-link.cookie-statement, body .cmplz-cookiebanner .cmplz-links .cmplz-link {
    text-decoration: none !important;
	color: #0083aa;
}
body .cmplz-cookiebanner .cmplz-message {
    font-size: 14px;
    line-height: 1.5;
}
body details.cmplz-category.cmplz-functional {
    margin-top: 25px;
}
body #cmplz-manage-consent .cmplz-manage-consent:before {
    content: "COOKIES";
    position: absolute;
    top: 3px;
    font-size: 10px;
    color: #03a381;
    font-weight: 700;
}
body #cmplz-manage-consent .cmplz-manage-consent {
   height: 55px;
    right: 0;
    font-size: 13px;
    padding: 20px 10px 11px;
    color: #0083aa;
    font-weight: 700;
}


/********************************************
	analytics
*********************************************/
.section.analytics {
    padding: 3rem;
}
.an_pane {
    padding: 30px;
    border: 1px solid #ddd;
    border-top: 0px;
	    padding-top: 60px;
}
li.an_nav-item, .nav-tabs  {
    flex-grow: 1;
}
li.an_nav-item button.nav-link  {
    width: 100%;
	border-top: 8px solid #c5e4ec;
	color:#000;
	padding: 15px 15px;
	background: #fcfcfc;
	border-bottom: 1px solid #dee2e6;
}
li.an_nav-item button.nav-link.active  {
	border-top: 8px solid #0084a7;
}
li.an_nav-item:not(:first-child):not(:last-child) button.nav-link {
    width: calc(100% - 20px);
    margin-left: 10px;
}
.an_img_container {
    background: #fff;
    border-radius: 50%;
    aspect-ratio: 1/1;
    padding: 50px;
}
.an_heading {
    display: flex;
    text-align: left;
	line-height: 1;
	margin-bottom: 10px;
	align-items: center;
}
.an_heading span.an_date {
    font-size: .9rem;
    font-weight: 300;
    color: #666;
}
.an_heading .bd-icon {
    width: 33px;
    height: 33px;
    margin-right: 10px;
}
.an_content .an_heading {
    padding-bottom: 20px;
}
.an_content .bd-icon {
    width: 30px;
    height: 30px;
	    margin-right: 10px;
}
.an_content li.list-group-item {
    display: flex;
    align-items: center;
    font-size: 1rem;
	padding: 0.3rem 1rem;
}
.an_sub_heading {
    display: flex;
    align-items: center;
    padding: 19px 0 2px;
}
.an_content .list-group-flush div:first-child {
	padding-top: 0px;
}
.card.an_summary_box {
        flex-direction: row;
    background: #0082a9;
    color: #9bc0d2;
    padding: 20px 10px 20px 30px;
    font-size: 1rem;
    align-items: center;
}
.card.an_summary_box h2 {
    color: #fff;
    font-size: 2.8rem;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 1;
}
.an_summary_box .bd-icon {
    width: 40px;
    height: 40px;
    margin-right: 30px;
}
h2.an_img_title {
    color: #0082a9;
    font-weight: 500;
    font-size: 1.5rem;
    padding: 20px 0 0 0;
}

/********************************************
	Error Page
*********************************************/
.row.error-container {
	height: 100%;
	    flex-grow: 1;
}
.logged-in .row.error-container {
	margin-top: -15px;
}
.error-right {
	height: 100%;
	min-height: 200px;
	background-color: #1c1c1c;
	background-image: url('images/warehouse.jpg');
	background-size: cover;
	background-position: 50%;
	filter: brightness(0.5);
}
.error-left {
    height: 100%;
	display: flex;
    align-items: center;
	background-color: #1c1c1c;
	color: #9f9f9f;
}

.error-left img {
    width: 240px;
	margin: 10px 0 ;
}
.error-left h3 {
	color: #0382a9;
}

/********************************************
	Receipts
*********************************************/
.invoice-container {
    margin: 15px auto;
    padding: 70px;
    max-width: 850px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.invoice-background {
    background: whitesmoke;
    padding: 20px;
    margin: -15px -15px;
    min-height: calc(100vh - 56px);
}
.min-width-70 {
    min-width: 70px;
}
.invoice_stamp_container {
	height: 30px;
}
img.invoice_stamp {
	position: absolute;
    top: -30px;
    width: 150px;
    right: -50px;
}
@media only screen and (max-width: 767px) {
	img.invoice_stamp {
		width: 100px;
		top: -90px;
		right: 0;
	}
}
@media only screen and (max-width: 500px) {
	.container-fluid.invoice-container {
		padding: 30px;
	}
	img.invoice_stamp {
		top: -50px;
		width: 80px;
	}
}
.invoice_footer {
    font-size: .75rem;
}

/**** EXTRA EPR STYLES ****/
body .epr-questions .rwmb-input .rwmb-label > label {
	font-size: 0.9rem;
}
body .epr-questions .rwmb-field {
	padding: 10px 0px 10px 0px;
}

.profile-tab-pane.listing-tab-pane form#product-epr-properties h4{
	font-size: 0.93rem;
}

body .rwmb-group-collapsible.rwmb-group-non-cloneable {
        border-color: #eaf1f6;
    border-top-width: 40px;
    border-radius: 5px;
    background: #f9f9f9;
    box-shadow: 0px 0px 1px 0px #1c6d95;
	margin-bottom: 10px !important;
}

.text-light-blue {
    color: rgb(56 153 182)!important;
}

/**** EXTRA SUBSCRIPTION STYLES ****/
body.page-template.page-template-page-current-subscription .profile-tab-pane.listing-tab-pane {
	padding-bottom: 50px;
}

/**** EXCEL INPUT  ****/
.import-sticky-col {
    border: 1px solid #dfdfdf;
    position: sticky;
    top: 10px;
    margin-bottom: 10px;
	border-radius: 4px;
}
.import-sticky-col::-webkit-scrollbar {
  width: 6px;
  border-radius: 4px;
}
 
.import-sticky-col::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0 3px 3px 0;
}
 
.import-sticky-col::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 0px;
	border-radius: 3px;
}

.nested-sortable .list-group-item.sortable {
	width: 80%;
	align-self: flex-end;
}
div#right-drag-zone {
	min-height: 150px;
    background: white;
    padding: 10px;
	    max-height: 90vh;
    overflow-y: scroll;
}
.list-group-item.sortable {
	background: #f1fdff;
	cursor: move;
    transition: all .4s ease;
}
.list-group-item.sortable:hover {
    background: #aedee7;
    transition: all .4s ease;
}
#left-drop-zone .list-group-item.sortable {
	background: #c9f3fc;
}
#right-drag-zone .sort-arrow-back {
	position: absolute;
    right: 0;
    transform: rotate(0deg);
    pointer-events: none;
    border-color: #b5d8df;
    color: #76969c;
}
span.sort-arrow-back, span.sort-delete {
	display: inline-block;
	border: 1px solid #7d979e;
	width: 20px;
	height: 20px;
	text-align: center;
	border-radius: 4px;
	transform: rotate(180deg);
	margin-right: 8px;
}
span.sort-delete {
    margin-right: 0px;
}
span.sort-arrow-back:hover, span.sort-delete:hover {
	cursor: pointer;
	background: #fff;
}
.list-group.nested-sortable:before {
	display: block;
    content: "Excluded from import";
    width: 72%;
    height: 38px;
    background: #f6f7f9;
    position: absolute;
    right: 20px;
    top: 38%;
    border-radius: 5px;
    z-index: 0;
    border: 4px solid #f0f0f0;
    font-weight: bold;
    text-align: center;
    line-height: 2rem;
    font-size: 1rem;
    color: #c6c6c6;
}
.list-group.nested-sortable.required-star:before {
    border: 4px solid #dc9898;
    content: "Required for import";
    color: #dc9897;
}
.list-group.nested-sortable {
min-height: 60px;
}
.list-group-item.sortable.sortable-chosen {
background: #cff7ff;
}
.list-group-item.sortable.sortable-chosen.sortable-ghost {
	background: #fff;
}
.list-group-item.saved-sorts:hover {
    background: #b8dcd5;
	cursor: pointer;
}
.bg-green {
	background: #03a381;
	color: white;
}
.form-check.import-type {
    padding-left: 0;
    position: relative;
}
.import-type .form-check-input {
    position: absolute;
    left: 28px;
	top: 8px;
}
.import-type label.form-check-label {
      display: block;
    border: 1px solid #d2dddf;
    border-radius: 4px;
    margin-bottom: 3px;
    background: #f0fdff;
    padding: 0.5rem 1rem 0.5rem 25px;
}
.import-type .form-check-input:checked[type=radio] ~ label {
    border: 1px solid #b0d5dd;
    background: #c8f3fc;
}
.import-type label.form-check-label:hover {
    background: #f6f7f9;
    cursor: pointer;
}
.mini_modal .modal-content {
    width: auto !important;
}
.mini_modal .modal-header {
    width: 100%;
    position: relative;
}
.mini_modal .modal-body {
    padding-top: 1rem;
}
.mini_modal .modal-content {
    margin-top: 4rem;
}
.repo_container .rwmb-input input,.repo_container button {
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
}
.repo_container .rwmb-input input {
    border-radius: 4px 0 0 4px;
}
.repo_container button {
    border-radius:  0 4px 4px 0;
}
.search_repo {
    padding: 10px 10px 10px;
    border-radius: 4px;
}
.list-group-item.import_Inserted {
    box-shadow: inset 4px 0px 0px 0px #00a481;
}
.list-group-item.import_Failed {
    box-shadow: inset 4px 0px 0px 0px #dc3545;
}
.list-group-item.import_Updated {
    box-shadow: inset 4px 0px 0px 0px #3899b6;
}
.list-group-item.import_Inserted,
.list-group-item.import_Failed,
.list-group-item.import_Updated {
	padding-top: 20px;
}

.profile-tab-pane.listing-tab-pane h4 {
    font-size: 1rem;
    margin: 0px 0 1px 0;
    font-weight: 600;
}

li.list-group-item.import_success:before, 
li.list-group-item.import_Updated:before,
li.list-group-item.import_Inserted:before,
li.list-group-item.import_Failed:before,
li.list-group-item.import_error:before {
    content: "IMPORTED";
    position: absolute;
    left: 4px;
    top: 2px;
    background: #00a481;
    color: white;
    padding: 4px 12px 1px;
    font-size: 12px;
    line-height: 1;
	font-weight: 600;
}
li.list-group-item.import_Failed:before {
	background: none;
    color: #dc3545;
    content: "FAILED";
}
li.list-group-item.import_Updated:before {
	background: none;
    color: #3899b6;
    content: "UPDATED";
}
li.list-group-item.import_Inserted:before {
	background: none;
    content: "INSERTED";
	color: #00a481;
}
#history-results .list-group-item.hide + .list-group-item:not(.hide) {
    border-top: 1px solid rgba(0,0,0,.125);
	border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

/* Collapse */
.dashboard-collapse .faq-result-heading.green { background: #019f7f; }
.faq-result-heading.green { border-left: 5px solid #019f7f; }


/* # SUBSCRIPTIONS -------------------
.subscriptions h2 { color: #0082a9; }
.subscriptions p { font-size: 1rem; }
.subscriptions .gocardless { align-items: flex-end; display: flex; justify-content: flex-end; }

.subscriptions .dashboard-collapse h5 { border-bottom: 1px solid #b3b3b3; color: #356c87; font-size: 1rem; font-weight: 700; padding-bottom: 5px; margin-bottom: 12px; } 
.subscriptions .dashboard-collapse ol { padding-left: 17px; }
.subscriptions .dashboard-collapse ol li { counter-increment: li; display: list-item; }
.subscriptions .dashboard-collapse ol li::marker { content: counter(li) ". "; font-weight: 700; }

.subscriptions .table { margin: .75rem 0 1.25rem; }
.subscriptions .table td { color: #1d1d1d; }
.subscriptions .table.table-xs td, .subscriptions .table.table-xs th { padding: 0.05rem 0rem; }
.subscriptions .table.table-xs th { color: #356c87; border-bottom: 1px solid #b3b3b3; padding-bottom: 0.4rem; }
.subscriptions .table.table-xs tr:first-of-type td { padding-top: 0.75rem; }
 */


/* # PAGE - About ------------ 
.page-template-page-about .sidenav { padding: 0; }
.page-template-page-about .pale-blue-bg { background-color: #d3dfeb; }
.page-template-page-about .teal-bg { background-color: #009f80; }
.page-template-page-about .dark-blue-bg { background-color: #013343; }
.page-template-page-about .teal-bg h3, .page-template-page-about .teal-bg p, .page-template-page-about .blue-bg h3, .page-template-page-about .blue-bg p, .page-template-page-about .dark-blue-bg h3, .page-template-page-about .dark-blue-bg p { color: #FFF; }
.page-template-page-about .flex-direction-column { flex-direction: column !important; }

/* # SECTION: General ---------------------- 
.page-template-page-about section { align-items: center; display: flex; padding: 50px 0; position: relative; }
.page-template-page-about section.normalise-font p { font-size: 1rem; }
.page-template-page-about section .row { align-items: center; min-height: 420px; }
.page-template-page-about section h3, .page-template-page-about section h4 { font-weight: 700; text-transform: uppercase; }
.page-template-page-about section h3 { color: #009f80; font-size: 1.5rem;  }
.page-template-page-about section h4 { color: #013343; font-size: 1.1rem; margin-bottom: 3px; }
.page-template-page-about section p, .page-template-page-about section li { color: #013343; font-size: 1.3rem; line-height: 1.5; }
.page-template-page-about section p.lead { font-size: 1.5rem; }

.page-template-page-about section .btn, .tml-button, .gform_button { border-radius: 0; font-weight: 400; margin-top: 15px; text-transform: uppercase; }
.page-template-page-about section .btn-primary, section .card .btn-secondary { color: #FFF; }

.page-template-page-about section .btn-primary, .tml-button, .gform_button { background-color: #013343; border-color: #013343; color: #FFF; }
.page-template-page-about section .btn-primary:hover, .tml-button:hover, .gform_button:hover { background-color: transparent; border-color: #013343; color: #013343; }

.page-template-page-about .gform_button {
	background-color: #0082a9;
	border: 0;
    border-radius: 2px;
    font-weight: 700;
    font-size: .9rem;
    text-align: left;
    padding: 0.5rem 1rem;
    line-height: 1.5;
}
.page-template-page-about section .tml-button, .gform_button  { border: 1px solid transparent; }

.page-template-page-about section .btn-outline-primary { background-color: transparent; border-color: #013343; color: #013343; }
.page-template-page-about section .btn-outline-primary:hover { background-color: #013343; border-color: #013343; color: #FFF; }

.page-template-page-about section .btn-secondary { background-color: #009f80; border-color: #009f80; }
.page-template-page-about section .btn-secondary:hover { background-color: transparent; border-color: #009f80; color: #009f80; }

.page-template-page-about section .btn-outline-secondary { background-color: transparent; border-color: #009f80; color: #009f80; }
.page-template-page-about section .btn-outline-secondary:hover { background-color: #009f80; border-color: #009f80; color: #FFF; }

.page-template-page-about section .highlight { border: 2px solid #009f80; border-radius: 12px; margin: 30px 0; padding: 30px; }
.page-template-page-about section .highlight p { margin-bottom: 20px; }
.page-template-page-about section .highlight p:last-of-type { margin-bottom: 0; }


@media screen and (min-width: 992px) {
	.page-template-page-about .bust-out-right, .page-template-page-about .bust-out-left {
		height: 100%;
		max-width: 100vw !important;
		object-fit: cover;
		object-position: center;
		position: relative;
		width: 50vw !important;
	}
	.page-template-page-about .bust-out-left {
		left: 100%;
		margin-left: -50vw;
		margin-right: 0;
		right: 0;
	}
}

@media screen and (min-width: 768px) {
	.page-template-page-about section .btn:first-of-type { margin-right: 5px; }
}
@media screen and (max-width: 767px) {
	.page-template-page-about section .btn:first-of-type { margin-right: 5px; }
}
@media screen and (max-width: 575px) {
	.page-template-page-about section { padding-right: 15px; padding-left: 15px; }
}
@media screen and (max-width: 425px) {
	.page-template-page-about section { padding: 30px 15px; }
}
@media screen and (max-width: 375px) {
	.page-template-page-about section p.lead { font-size: 1.25rem; }
	.page-template-page-about section .highlight { padding: 15px; }
}

/* # SECTION: Intro ---------------------- 
.page-template-page-about #intro { background-color: #FFF; padding-bottom: 0; }
.page-template-page-about .intro-img-container { align-self: flex-end; }

/* # SECTION: Services ---------------------- 
.page-template-page-about #services { background-color: #d3dfeb; }
.page-template-page-about #services .card { border: 0; border-radius: 0; margin: 15px 0; padding: 30px; }

@media screen and (max-width: 991px) {
	.page-template-page-about #services .card p { padding-right: 30px; }
}
@media screen and (max-width: 767px) {
	.page-template-page-about .intro-img { margin: 20px auto 0; width: 300px; }
}
@media screen and (max-width: 375px) {
	.page-template-page-about .intro-img { width: 250px; }
}
@media screen and (max-width: 320px) {
	.page-template-page-about #services .card { padding: 15px; }
}

/* # SECTION: Text & Image ----------------------
.page-template-page-about .numbered-list { margin: 30px 0; }
.page-template-page-about .numbered-list li { margin-bottom: 10px; }
.page-template-page-about .numbered-list li span { 
	align-items: center;
	border: 2px solid #009f80;
	border-radius: 12px;
	color: #009f80;
	display: inline-flex;
	font-size: 2.18rem;
	font-weight: 400;
	height: 52px;
	justify-content: center;
	margin-right: 15px;
	width: 52px;
}

@media screen and (max-width: 320px) {
	.page-template-page-about .numbered-list { margin: 15px 0; }
}

/* # SECTION: Text & Graphic ---------------------- 
.page-template-page-about #text-graphic img { height: auto; max-width: 450px; }

@media screen and (max-width: 1024px) {
	.page-template-page-about #text-graphic img { max-width: 350px; }
}
@media screen and (max-width: 991px) {
	.page-template-page-about #text-graphic img { max-width: 300px !important; }
}
@media screen and (max-width: 767px) {
	.page-template-page-about #text-graphic img { max-width: 250px !important; }
	.page-template-page-about #text-graphic img.branding, .page-template-page-about #text-graphic img.packaging, .page-template-page-about #text-graphic img.compliance, .page-template-page-about #text-graphic img.approved { max-width: 350px !important; }
}
@media screen and (max-width: 375px) {
	.page-template-page-about #text-graphic img.branding, .page-template-page-about #text-graphic img.packaging, .page-template-page-about #text-graphic img.compliance, .page-template-page-about #text-graphic img.approved { max-width: 300px !important; }
	.page-template-page-about #text-graphic img { max-width: 200px !important; }
}
/* # SECTION: Legal ---------------------- 
.page-template-page-about #legal { padding-bottom: 10px; } 
.page-template-page-about #legal h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0; text-transform: uppercase; }
.page-template-page-about #legal p { font-size: .8rem; margin-bottom: 0.5rem; }
.page-template-page-about #legal a { font-weight: 600; }
.page-template-page-about #legal a:hover { color: #009f80; }
.page-template-page-about #legal small { color: #FFF; display: block; }
*/


/* # IMPORTS ---------------------- */
/* # BLOCK: 2D collapse examples ----------- */
.block-collapse-heading {
    background: #0382a9;
    padding: 0.5rem 1rem;
    color: #fff;
    margin-top: 10px;
}
.block-collapse-heading .show-collapse, .block-collapse-heading .hide-collapse {
    color: #fff;
	font-size: 22px;
    line-height: 5px;
    transform: translateY(2px);
}
.block-collapse-heading.collapsed .hide-collapse {
	display: none;
}
.block-collapse-heading.collapsed .show-collapse {
	display: inline;
}
.block-collapse-heading .show-collapse {
	display: none;
}
.column-matching-row-1 .profile-tab-pane {
    height: calc(100% - 30px);
}
/* FadeIn prepopulated column matches */
@keyframes fadeIn {
  from {opacity: 0; transform: translateX(-100px);}
  to {opacity: 1; transform: translateX(0px);}
}
#left-drop-zone .fadeIn {
 animation-delay: calc(var(--animation-order) * 100ms);
  animation-name: fadeIn;
  animation-duration: 1s;
}

/* # Licences ----------------------- */
.copyElement {
    border-bottom: 1px solid #b3c1cd;
	display: inline-block;
    padding: 4px 2px 0px;
}
.copyElement:hover {
    background: color(srgb 0 0.63 0.5 / .3);
    cursor: pointer;
    line-height: 1;
    border-radius: 3px;
	position: relative;
}
.copyElement:hover:after {
	content: "Copy to clipboard";
    position: absolute;
    color: white;
    background: #000;
    top: -30px;
    left: 50%;
    display: block;
    min-width: 130px;
    padding: 7px 5px;
    border-radius: 4px;
    text-align: center;
    transform: translateX(-50%);
    font-weight: normal;
}
span.copied {
    text-decoration: underline;
}
.copyWidgetCode {
	transition: all .2s ease-in-out;    
}
.widgetCodeCopied {
    transition: all .2s ease-in-out;
    background-color: #a0dbce !important;
    border-color: #a0dbce !important;
}
.copyWidgetCode.widgetCodeCopied:hover:after {
	display: none;
}
.copyWidgetCode.widgetCodeCopied:before {
	content: "COPIED";
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    font-size: 8px;
    bottom: -10px;
    color: #366c87;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    text-align: center;
}
a.copyWidgetCode.widgetCodeCopied:before {
    font-size: 10px;
    bottom: -17px;
}

/* # BUYERDOCK SERVICES -------------------
.buyerdock-services h1 { color: #0282a9; }
.buyerdock-services .dashboard-pricing:not(.hysw) { background: #fff; border: 1px solid #eee; border-radius: 0 0 5px 5px; display: flex; flex-direction: column;  }
.buyerdock-services .dashboard-pricing h4.bg-blue { background: #0282a9;
    color: #fff;
    font-size: 1.3rem;
    padding: 0.75rem 1rem 0.55rem;
    margin: 0;
}
.buyerdock-services .dashboard-pricing-inner { align-items: flex-start; padding: 1.5rem; }
.buyerdock-services .dashboard-pricing-inner .dashboard-pricing-img2 { padding-bottom: 20px; }
.buyerdock-services .dashboard-pricing-inner .dashboard-pricing-body { padding-bottom: 34px; position: relative; }
.buyerdock-services .dashboard-pricing-inner .dashboard-pricing-body .btn { position: absolute; bottom: 0; }

.buyerdock-services .dashboard-inner-green p { margin: 0; }
.buyerdock-services #hysw .dashboard-inner-green p { margin-bottom: 1rem; }
.buyerdock-services .dashboard-inner-green p strong { color: #055368; } 
.buyerdock-services #hysw .dashboard-inner-green p strong { color: inherit; }
.buyerdock-services .dashboard-inner-green li { padding-bottom: 10px; padding-top: 0; }

.buyerdock-services .table { color: #212529; }
.buyerdock-services .table tr td:first-of-type, .buyerdock-services .table tr td:nth-of-type(3) { font-weight: 600; }
.buyerdock-services .dashboard-collapse.license .table tr td:nth-of-type(3) { font-weight: 400; }

.buyerdock-services .table-striped>tbody>tr:nth-of-type(odd), .buyerdock-services .table-striped>tbody>tr:nth-of-type(even) { border-bottom: 2px solid #FFF; }
.buyerdock-services .table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #c9e1d9;
	color: #212529 !important;
}
.buyerdock-services .table-striped>tbody>tr:nth-of-type(even) {
    --bs-table-accent-bg: #e4f0ec;
	color: #212529 !important;
}

.buyerdock-services .table-striped>tbody>tr.alt:nth-of-type(odd) {
    --bs-table-accent-bg: #c4d9e4;
	color: #212529 !important;
}
.buyerdock-services .table-striped>tbody>tr.alt:nth-of-type(even) {
    --bs-table-accent-bg: #e2ecf2;
	color: #212529 !important;
}
--- */
s {
  text-decoration: none;
  /*we're replacing the default line-through*/
  position: relative;
  display: inline-block;
  /* keeps it from wrapping across multiple lines */
}

s:after {
  content: "";
  /* required property */
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: .5mm solid red;
  height: 45%;
  /* adjust as necessary, depending on line thickness */
  /* or use calc() if you don't need to support IE8: */
  height: calc(50% - -1px);
  /* 1px = half the line thickness */
  width: 100%;
}

@media screen and (min-width: 576px) {
	.buyerdock-services .dashboard-pricing-inner, .buyerdock-services .dashboard-pricing-inner .dashboard-pricing-body { height: 100%; }

}

/* # 2FA Login page ---------------------- */
body.login { background: linear-gradient(0deg, rgba(193,223,235,1) 0%, rgba(255,255,255,1) 60%) !important; }
body.login #login { padding: 0; padding-top: 80px; padding-bottom: 130px; width: 400px; }
body.login h1 a { background-size: 100%; width: 200px; }
body.login form#loginform { background: rgb(193 224 235 / 12%); border: 1px solid #a7d3e1; border-radius: 5px; margin: 0 auto; max-width: 400px; padding: 20px; text-align: center; }
body.login form#loginform p { font-family: 'Poppins', sans-serif; font-size: .9rem; font-weight: 300; }
body.login form#loginform label { color: #0083aa; font-size: .85rem; }
body.login form#loginform input#authcode { border: 1px solid #0081a8; border-radius: 4px; min-width: 80%; padding: 3px; }

#login form p.submit .button-primary, #login form .button { border-radius: 2px; font-weight: 600; font-size: .9rem; line-height: 1.5; padding: 0.5rem 1rem; text-align: left; transition: all 250ms linear; }
#login form p.submit .button-primary { background: #0082a9 !important; border-color: #0082a9 !important; color: #FFF; }
#login form p.submit .button-primary:hover, #login form .button:hover { background: transparent !important; transition: all 250ms linear; }
#login form p.submit .button-primary:hover { border: 1px solid #013343 !important; color: #013343; }

#login form .button { background: #013343; border-color: #013343; color: #FFF; vertical-align: top; }
#login form .button:hover { border-color: #0082a9; color: #0082a9; }
p.\32 fa-email-resend, #login form p.submit { display: flex; flex-direction: row; justify-content: center; margin-bottom: 5px; }

body.login .backup-methods-wrap p.backup-methods { text-align: center; }
body.login .backup-methods-wrap a:hover { color: #0082a9; }
body.login p#backtoblog { display: none; }
body.login div#login > h1 { display: none; }

.modal__header .modal__close:before, .wp2fa-modal .modal__close:before {
    content: '\2715' !important;
}


.woocommerce-MyAccount-content {
    float: left;
    width: calc(75% - 30px);
    margin-left: 30px;
}

.gtin-barcode-number[data-visible="hidden"]{
	display:block !important;
	background-size: auto auto;
	background-color: rgba(240, 240, 240, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(226, 226, 226, 1) 20px, rgba(226, 226, 226, 1) 40px );
}
.gtin-barcode-number[data-visible="hidden"] .rwmb-input input{
	pointer-events:none;
	opacity: 0.5;
}

.gtin-barcode-number[data-visible="hidden"] .rwmb-label {
	opacity: 0.5;
}

.child_products .child-code-field {
	padding: 0px;
}


/* # NEW ABOUT BUYERDOCK PAGE --------------------
.profile-img { 
	background-color: #e4e4e4; 
	background-size: cover; 
	background-position: center; 
	border-radius: 100%; 
	box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; 
	height: 154px; 
	width: 154px; 
}
p.profile-name { align-items: baseline; display: flex; }
a.about-profile-social { align-items: center; background-color: #0083aa; border: 1px solid #0083aa; border-radius: 100%; color: white; display: inline-flex; height: 18px; justify-content: center; margin-left: 8px; width: 18px; }
a.about-profile-social:hover { background-color: transparent; color: #0083aa; }
a.about-profile-social .dashicons, a.about-profile-social .dashicons-before:before { align-items: center; display: flex; font-size: 0.8rem; height: 14px; justify-content: center; width: 14px; }

@media screen and (max-width: 991px) {
	.profile-img { margin-left: auto; margin-right: auto; }
	p.profile-name { justify-content: center; }
	a.about-profile-social .dashicons, a.about-profile-social .dashicons-before:before { font-size: 0.9rem; }
}
@media screen and (max-width: 425px) {
	a.about-profile-social .dashicons, a.about-profile-social .dashicons-before:before { height: 12px; width: 12px; }
}

.child_in_search {
	background-color: #e7ffe5;
}-- */
