html, body {
	display: block;
	/*position: fixed;
	width: 100%;*/
	font-family: 'Roboto', sans-serif;
}

html {
    background-color: #07253f;
    scroll-behavior: smooth;
    background-image: url(/assets/images/VC-logo-dark.svg);
    background-position: center 10vh;
    background-repeat: no-repeat;
    background-size: 50vh auto;
}

body.api.expert {
    overflow: auto;
    /* background-image: url(/assets/images/hd.jpg); */
    overflow-y: auto;
    opacity: 1;
    
    font-family: "Poppins",sans-serif;
    font-size: 17px;

}

.background-primary {
    border: 1px solid transparent;
}

footer .bottom .footer-navbar a,
header .navbar .menu.desktop ul li a {
    text-decoration: none;
}

body.api.expert a {
    text-decoration: none;
}

body.api.expert:not(.ready)  #request-call {
    display: none;
}


/*
FIX BTN
*/
.btn {
    word-break: keep-all;
    white-space: nowrap;
}

.page-heading .container {
    position: relative;
}

.clear {
	clear: all;
}

.content .in h2 {
	/*color: #072541;
	font-size: 26px;*/
	/*margin-bottom: 1em;*/
}

.content .in h3 {
	color: #072541;
	font-size: 22px;
	margin-bottom: 1em;
}

.content .in h4 {
	/*color: #072541;
	font-size: 18px;
	margin-bottom: 1em;*/
}

.content .in {
	font-size: 16px;
}

.content .in div {
	font-size: inherit;
}


.content .in p {
	font-size: inherit;
	margin-bottom: 2em;
}

.content .in cite {

}

.content .in ul {

}

.content .in ul li {

}


.main-body button,
.main-body a.btn {

    /*background: #07253f;
    border: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    border-radius: 8px;
    min-width: 100px;
    margin-top: 20px;*/
}

/***
 *
 *
 */
body.production {

}

body.production .environment.production {
	display: none;
}

body.testing {
	border-top: 5px solid blue;
}

body.testing .environment.testing {
	color: blue;
	font-weight: bold;
}

body.development {
	/*border-top: 5px solid red;*/
}

body.development .environment.development {
	color: red;
	font-weight: bold;
}

.mobile {
	display: none;
}

.main-body {
    overflow: hidden;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    height: auto;
    min-height: 70vh;
}

.container {
  	/* box-shadow: 0 0 2px red; */
}


span.vc {
    background-image: url(/assets/images/vapeclick-logo.png);
    background-position: center 2px;
    background-size: contain;
    color: transparent;
    padding: 0;
    margin: 0;
    height: 1.3em;
    display: inline-block;
    background-repeat: no-repeat;
    width: 6em;
}


header {
    /*text-align: center;
    background-color: #07253f;
    color: #ffffff;
    height: 60px;
    box-shadow: 0px 0px 20px rgb(20,20,20,0.8);
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 9999999;*/
}


header ul, header ul li {
	/*display: inline-block;
	list-style: none;*/
}


header ul li {
    /*vertical-align: middle;
    line-height: 40px;
    padding: 12px;*/
}

header ul li a {
    /*color: #ffffff;
    text-shadow: 0 0 1px #000000;
    font-weight: bold;*/
}

header .logo {
    /*height: 26px;
    float: left;
    margin: 18px;
    margin-left: 0;*/
}



.supportedby {
    padding-top: 25px;
    padding-bottom: 10px;
}

.supportedby span {
    color: #499fdc;
    margin: 12px;
    text-align: left;
    margin-left: 0;
    display: inline-block;
    margin-right: 22px;
}

.supportedby .logo {
	height: 40px;
	display: inline-block;
}

.supportedby .logo.ukvia {
    top: 5px;
    position: relative;
    height: 50px;
    margin-left: 8px;
}

/**
 * 	sections
 */

body.ready .section.search {
	display: block !important;
}

.section-a {

}

.section-b {
    /*margin-top: 30px;
    text-align: center;
    position: relative;*/
    background: rgba(255,255,255,0.97);
    /*min-height: 250px;*/
}

.main-body.standard .section-b {
    /*margin-top: 100px;
    min-height: 500px;*/
}


.section-b .section.b1 {
    /*padding-top: 20px;
	padding-bottom: 20px;*/

}

.section-b .section.b2 {
	/*padding-top: 20px;
	padding-bottom: 20px;*/
}

.section-b .section .content {
    color: #747474;
    font-size: 14px;
    font-weight: normal;
}

.section-b .section.b1 .content {
    /*padding-left: 20px;*/
    padding-right: 0;
}

.section-b .section.b2 .content {
    padding-left: 79px;
    border-left: 6px solid #f8f9fd;
    position: relative;
    text-align: left;
    margin-left: 35px;
}

.section-b h2 {
    /*margin: 0;
    margin-bottom: 16px;
    margin-top: 10px;*/
}

.section-b input {
    border: 2px solid #ddd;
    box-shadow: 0px 0px 10px #bbb;
    width: 100%;
    height: 55px;
    border-radius: 8px;
    display: inline-block;
    margin: 0 0 15px;
    padding: 12px;
    font-size: 16px;
    color: #222;
}
.section-b input::placeholder {
	color: #57a8e0;
}

.section-b .col-no-gutters {
	padding: 0;
}

.section-b button {
    /*float: right;
    background: #07253f;
    border: 0;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    border-radius: 8px;
    min-width: 100px;
    margin-top: 20px;*/
}

.section-b .section.b1 .content div.in {
   /*margin: 10px;*/
   /*text-align: left;*/
   /*margin-right: 0;*/
}

.main-body.homepage .section-b .section.b1 .content div.in {
   text-align: left;
    display: block;
    width: auto;
    margin: 10px;
    padding: 50px;
    padding-top: 28px;
    padding-left: 90px;
    padding-right: 50px;
    margin-right: 0;
}

.main-body.homepage .section-b .section.b1 .content div.in div {
	/*text-align: center;*/
}

.section-b h3 {
    /*font-size: 20px;
    color: #022140;
    margin-bottom: 12px;
    margin-top: 0;*/
}

.section-b .search-box {
	position: relative;
}

.section-b .search-box input {
	position: relative;
}

.section-b .section.b1 small.opl {
	    display: inline-block;
    float: left;
    width: 100%;
    text-align: left;
    padding: 20px;
    padding-left: 0;
    max-width: 250px;
    font-size: 10px;
}

.section-b .search-box .scan {
    position: absolute;
    right: 10px;
    top: 9px;
    color: #07253f;
    background: #ffffff;
}

.section-b .search-box .scan span {
	    padding: 3px;
}

.scan-box {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
    right: 0;
}

.scan-box {
    display: none;
}

.scan-box .message {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    padding: 110px;
    font-size: 14px;
}

.scan-box canvas {
    background: #ededed;
    width: 100%;
    height: 100%;
    position: absolute;
}

.scan-box video {
    background: #07253f;
    width: 100%;
    height: 100%;
    position: absolute;
    display: none;
}



.scan-box .closebtn {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 10px;
}

.section-c {
	/*background: #f2f5fae8;*/
	min-height: 500px;
	padding: 0;
}

.section-c h3 {

}

.section-c h3 small {
	    font-size: 14px;
}

.section-c table.dataTable {
 	border-collapse: collapse;
}

img.country.flag {
    max-height: 30px;
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    position: relative;
    top: 0;
    margin: 5px;
}

.manufacturers-list li a {
	 display: inline-block;
	 vertical-align: middle;
	 max-width: 90%;
}

.manufacturers-list {
	padding-bottom: 100px;
}

img.data.source {
    max-height: 30px;
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    position: relative;
    top: 0;
    margin: 5px;

}

.section-c table.dataTable img.flag {
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    position: relative;
    top: -6px;
    margin-right: 5px;
    
}

.section-c table.dataTable img.source {
    max-height: 15px;
    vertical-align: middle;
    display: inline-block;
    line-height: 20px;
    position: relative;
    top: -6px;
    margin-right: 5px;
    margin-left: 5px;
}

.section-c table.dataTable tbody tr {
	border-bottom: 5px solid #f2f5fa;
    /*background-color: #ffffffa1;*/
}

.section-c table.dataTable tbody td {
    vertical-align: top;
    padding: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
    position: relative;
}

.section-c table.dataTable tbody tr td {
    height: 170px;
}

.section-c table.dataTable tbody tr td:first-of-type {
    max-width: 320px;
    min-width: 245px;
    width: auto;
}

.section-c table.dataTable tbody tr td:nth-child(2) {
    width: auto;
    min-width: 250px;
}

.section-c table.dataTable tbody tr td:nth-child(3) {
	   max-width: 250px;
}

.section-c table.dataTable tbody tr td:last-of-type {
	max-width: 120px;
    width: auto;
}

.section-c table.dataTable thead {

}

.section-c table.dataTable tbody tr td .category {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-c table.dataTable tbody tr td .category span {

}

.section-c table.dataTable tbody tr td .category .icon {
    display: inline-block;
    color: #ffffff;
    border: 1px solid;
    padding: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 10px;
    margin: 0px;
    font-weight: bold;
    vertical-align: middle;
    background-image: url("../images/pd/other.svg");
}

.section-c table.dataTable tbody tr td .category .icon:first-of-type {
	margin-left: 0;
}

.section-c table.dataTable tbody tr td .category .icon
{
	vertical-align: middle;
}


.section-c table.dataTable tbody tr td .category .icon.edevice
{
	background-image: url("../images/pd/device-standard.svg");
}

.section-c table.dataTable tbody tr td .category .icon.liquid {
	background-image: url("../images/pd/eliquid.svg");

}

.section-c table.dataTable tbody tr td .category .icon.refilable {
	background-image: url("../images/pd/device-refilable.svg");

}

.section-c table.dataTable tbody tr td .category .icon.disposable {
	background-image: url("../images/pd/device-disposable.svg");

}


.section-c table.dataTable tbody tr td .category .icon.kit {
	background-image: url("../images/pd/kit.svg");
}

.section-c table.dataTable tbody tr td .category .icon.part {
	background-image: url("../images/pd/part.svg");

}



.section-c .dataTables_filter,
.section-c .dataTables_length {
	display: none;
}

.section-c table.dataTable .image {
    height: 150px;
    width: 150px;
    border: 0;
}

.section-c table.dataTable tbody td {
	overflow: hidden;
}

.section-c table.dataTable tbody td a {
	display: block;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    /*margin-bottom: 10px;*/

}

.section-c table.dataTable tbody td div {
	font-size: 12px;
	color: #363a3d;
}

.section-c table.dataTable tbody td div.pinc {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;

    opacity: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
    z-index: -1;
}

.section-c table.dataTable tbody td img {
    max-height: 50px;
    margin-top: 10px;
    max-width: 120px;
}

.section-c table.dataTable tbody td div span {
	/*font-weight: bold;*/
	color: #6b6d6e;
}


.section-c table.dataTable tbody td .submitterName a {
    color: #363a3d;
    font-size: 12px;
    font-weight: normal;
}

.section-c table.dataTable tbody td .submitterName {

}


.section-c table.dataTable tbody td .countryOfOrigin {
    position: absolute;
    bottom: 2px;
}

.section-c table.dataTable tbody td .country {
    position: absolute;
    bottom: 45px;
}

.section-c table.dataTable tbody td .countryOfOrigin span,
.section-c table.dataTable tbody td .country span {
    display: inline-block;
    width: 50px;
}

.section-c table.dataTable tbody td span.rinc {
    word-break: keep-all;
    white-space: normal;
    width: 60px;
    display: inline-block;
    margin-right: 10px;
}



.section-c table.dataTable tbody td .country.type2  {
    position: absolute;
    bottom: 40px;
}

.section-c table.dataTable tbody td .region.type2  {
    position: absolute;
    bottom: 30px;
}

.section-c table.dataTable tbody td .submitterName span {
    display: block;
    margin-bottom: 4px;
    margin-top: 10px;
}

.section-c table.dataTable tbody td .attributes {
    margin-top: 0px;
}

.section-c .supported span {
    padding-right: 18px;
}
.section-c .supported span img.flag {
    margin-right: 6px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button  {
	padding: 3px 10px !important;
	border-radius: 20px !important;
	background: #53a4e3 !important;
	color: #ffffff !important;
	min-width: 31px;
	margin-right: 7px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
	background: #07253f !important;
	border: none !important;
	color: #ffffff !important;
	min-width: 31px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next {
	background: none !important;
	color: #53a4e3 !important;
	font-weight: 600;
	text-transform: lowercase;
	position: relative;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button.next:focus {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.next {
	margin-right: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next::after {
	position: relative;
	display: inline-block;
	top: 8px;
	left: 10px;
	width: 25px;
	height: 25px;
	background-image: url('/assets/images/chevron-circle-right-regular-secondary.svg');
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
	content: '';
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous {
	margin-right: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous::before {
	position: relative;
	display: inline-block;
	top: 9px;
	left: -7px;
	width: 25px;
	height: 25px;
	transform: rotate(180deg);
	background-image: url('/assets/images/chevron-circle-right-regular-secondary.svg');
	background-size: 25px;
	background-position: center;
	background-repeat: no-repeat;
	content: '';
}

a4e-gui-data-table {
    margin-bottom: 40px;
    display: block;
}

.section-d {

    min-height: 946px;
    position: relative;
    margin-top: 28px;
}

.section-d h3 {
    margin-top: 50px;
    margin-bottom: 30px;
}

.section-d h3 span {
	color: #52a4e0;
}

.section-d .box {
	display: inline-block;
	width: 24%;
	vertical-align: top;
}

.section-d .box span.icon {
    display: block;
    text-align: left;
    color: #52a4e0;
    font-size: 40px;
}

.section-d .box div {
    display: block;
    text-align: left;
    border-left: 1px solid;
    padding-left: 15px;
    min-height: 160px;

}

.section-d .box div h4 {
	/*font-weight: bold;*/
}

.section-d .btn {
    width: auto;
    height: 30px;
    border: 1px solid #3f5569;
    border-radius: 8px;
    padding: 7px;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
    color: #ffffff;
    margin-top: 20px;
}

.section-d .section-d1 {
	    min-height: 470px;
}

.section-d .section-d2 .col-6.seta ul{
    margin-top: 30px;
}

.section-d .section-d2 .col-6.seta ul li {
	font-weight: bold
}

.section-d .section-d2 .col-6.seta ul li .icon {
	margin-right: 10px;
    color: #ffffff;
    vertical-align: middle;
}

.section-d .section-d2 .col-6.seta span {

}

.section-d .section-d2 {

}

.section-d .section-d2 span {
	width: 25%;
}

.section-d .section-d2 .col-6 {
    width: 49%;
    display: inline-block;
}

.section-d .section-d2 .col-6 .text {

    width: 420px;
    height: 475px;

    padding: 0;
    margin-top: 20px;
    float: left;
}

.section-d .section-d2 .col-6 .sub-box {
    background: #ffffff;
    width: 420px;
    height: 475px;
    box-shadow: 0px 0px 10px 3px rgba(20,20,20,0.3);
    padding: 0;
    margin-top: 20px;
    float: right;
    margin-right: 32px;
}

.section-d .section-d2 .col-6 .sub-box .header {
    background-color: #07253F;
    color: #FFFFFF;
    padding: 24px;
    font-size: 18px;
    text-align: center;

}

.section-d .section-d2 .col-6 .sub-box .in {
    padding: 48px;
    color: #122a44;
    padding-top: 20px;
}

.section-d .section-d2 .col-6 ul,
.section-d .section-d2 .col-6 ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}

.section-d .section-d2 .col-6.setb ul li .icon	{
     margin-right: 10px;
    font-size: 38px;
    color: #499ede;
    vertical-align: middle;
    width: 45px;
    display: inline-block;
}

.section-d .section-d2 .col-6.setb ul li p {
	    display: inline-block;
    width: calc(100% - 70px);
    vertical-align: -webkit-baseline-middle;
    font-size: 13px;
}

.section-d .section-d2 .col-6 .sub-box .btn {
    width: 100%;
    color: #ffffff;
    background-color: #07253f;
    padding: 8px;
    height: auto;
}

.section-d .section-d2 .col-6 .sub-box .btn.other {
	     background: transparent;
    border: 0;
    color: #4a9ede;
    padding: 0;
    margin: 0;
}

.triangle-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 1077px;
    z-index: -1;
}

.triangle-bg .triangle-a {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 509px 281vw 0 0;
	border-color: #2c445c transparent transparent transparent;
	opacity: 0.9;
}

.triangle-bg .triangle-a .triangle-a1 {
    position: absolute;
    left: 0;
    top: -511px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 457px 350vw 0 0;
    border-color: #07253f transparent transparent transparent;
    opacity: 0.9;
}

.triangle-bg .triangle-b {
    position: absolute;
    right: 0;
    top: 340px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 505px 605vh 0 0;
    border-color: transparent #499edef2 transparent transparent;
}

.triangle-bg .triangle-c {
    position: absolute;
    right: 0;
    top: 340px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 101px 121vh 207px 0;
    border-color: transparent #64ade285 transparent transparent;
}

.triangle-bg .box-c {
	background-color: #499ede;
    position: absolute;
    top: 647px;
    left: 0;
    width: 100%;
    min-height: 230px;
    overflow: hidden;

}

.triangle-bg .triangle-cog-a {
    position: absolute;
    font-size: 914px;
    top: -580px;
    left: 293px;
    color: #112c47;
    opacity: 0.9;
}

.triangle-bg .triangle-cog-b {
    position: absolute;
    font-size: 446px;
    top: 34px;
    left: 1175px;
    color: #112c47;
    opacity: 0.9;
}

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

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

.anim-rotate {
	-webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s linear infinite;
}

.anim-rotate-rev {
	-webkit-animation:spinrev 10s linear infinite;
    -moz-animation:spinrev 10s linear infinite;
    animation:spinrev 10s linear infinite;
}

.triangle-bg .cog {

}

.triangle-front {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    color: #ffffff;
}

.section-e {
    background: #ffffff;
    min-height: 380px;
    margin-top: 40px;
}

.section-e .feedback {

}

.section-e .feedback .sub-box {
    display: inline-block;
    background: #f2f5fa;
    border: 1px solid #c7d3df;
    margin: 50px;
    margin-left: 0;
    float: left;
    padding: 40px;
    min-height: 290px;
    max-width: 330px;
    max-height: 290px;
    position: relative;
    overflow: hidden;
}



.section-e .feedback .sub-box ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.section-e .feedback .sub-box  .title {
    color: #449edd;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-e .feedback .sub-box  .text {
    max-height: 100px;
    overflow: hidden;
    line-height: 25px;
}

.section-e .feedback .sub-box  .sub div {
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
    left: 60px;
    position: absolute;
}

.section-e .feedback .sub-box  .sub div span {
	display: block;
}

.section-e .feedback .sub-box  .sub div span:nth-child(2) {
	font-size: 8px;
	max-width: 170px;
}

.section-e .feedback .sub-box  .sub a {
	float: right;
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle;
}

.section-e .feedback .sub-box  .sub {
        position: absolute;
    bottom: 40px;
    width: 100%;
    right: 20px;
}

.section-e .feedback .sub-box li {
    list-style: none;
    display: inline-block;
    margin: 0;
    background-color: #017c46;
    color: #ffffff;
    padding: 5px;
    font-size: 10px;
    border-radius: 4px;
}



.section-e .feedback .sub-box.full-width {
    max-width: none;
    max-height: none;
    min-height: 300px;
}

.section-e .feedback .sub-box.full-width .stars {
	display: none;
}

.section-e .feedback .sub-box.full-width .sub a {
	display: none;
}

.section-e .feedback .sub-box.full-width .sub div span {
	display: inline-block;
}

.section-e .feedback .sub-box .sub div span:nth-child(2) {
    max-width: initial;
    display: block;
    font-size: 12px;
}

.section-e .feedback .sub-box.full-width  .title {
	    font-size: 20px;
}

.section-e .feedback .sub-box.full-width .sub {
    right: auto;
    bottom: 20px;
    display: block;
}

.section-e .feedback .sub-box.full-width  .sub div {
    position: relative;
    left: auto;
    font-size: 20px;
}

.section-e .feedback .sub-box .logo {
    float: right;
    max-height: 100px;
    max-width: 100px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

a4e-widget-body {
	z-index: 9 !important;
}

.section-f {
	background: #53a3de;
    min-height: 198px;
    text-align: center;
}

.section-f h3 {
    color: #ffffff;
    text-align: center;
    /*font-size: 30px;*/
    margin-bottom: 20px;
}

.section-f .box {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    min-width: 300px;
}

.section-f .box .icon {
    font-size: 40px;
}

.section-f .atop {
    background: #ffffff;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    top: -21px;
}

.section-f .atop span {
    display: block;
    position: relative;
    top: -4px;
}

.section-g {
    background: #15304b;
    min-height: 166px;
    margin-top: 10px;
    text-align: center;
}

.section-g ul,
.section-g ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.section-g ul {
	display: block;
	text-align: center;
	color: #ffffff;
}

.section-g a {
	color: #ffffff;
}

.section-g ul li {
    display: inline-block;
    padding: 14px;
    margin-top: 20px;
    font-size: 14px;
}

.section-g hr {
    color: #253d55;
    border: 1px solid #253d55;
    margin: 0;
}

.section-g ul.bottom {
	margin-bottom: 20px;
}

.section-g ul.bottom li {
    font-size: 12px;
    padding-top: 0;
    border-right: 1px solid #253d55;
    padding-bottom: 0;

}

.section-g ul.bottom li:last-of-type {
	border: 0;
}

.section-g .icon {
    font-size: 40px;
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid;
    padding: 3px;
    margin-right: 10px;
    margin-left: 10px;
}

/**
 * 	product page
 */

.main-body.catalog .image  {
    overflow: hidden;
    max-width: 300px;
    max-height: 300px;
    display: inline-block;
    float: left;
    position: relative;
    width: 100vw;
    height: 100vw;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 2px solid #efefef;
    padding: 10px;
}

.main-body.catalog .image .data {
    display: inline-block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
    left: 0;
    top: 0;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ffffff;
}

.main-body.catalog .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}
.main-body.catalog .top {
    min-height: 310px;
}

.main-body.catalog .additionalProperty {
	margin-bottom: 20px;
}

.main-body.catalog .product-description {
	margin-bottom: 20px;
}

.main-body.catalog .product-identification {
    font-size: 12px;
    padding: 10px;
}

.main-body.catalog .product-identification div {
    display: inline-block;
    width: auto;
    overflow: hidden;
    min-width: 150px;
}

/**
 * 	Features page
 */
/*.main-body.features .list  {
	vertical-align: top;
}

.main-body.features .list .box {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    min-height: 320px;
    border: 1px solid;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin: 20px;
}

.main-body.features .list .box .icon {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.main-body.features .list .box h4 {
    margin: 20px;
    min-height: 40px;
}

.main-body.features .list .box h4 small {
	display: block;
    padding: 10px;
}

.main-body.features .list .box span {
    text-align: justify;
    display: inline-block;
    font-size: 12px;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.main-body.features .list .box .options {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.main-body.features .not-ready {
	opacity: 0.4;

	pointer-events: none;


}

.main-body.features .list .box.not-available .not-available,
.main-body.features .list .box .not-available,
.main-body.features .list .box.not-available .not-available,
.main-body.features .list .box.not-available,
.main-body.features .not-available  {
	opacity: 0.4;
	color: red;


}

.main-body.features .not-available,
.main-body.features .list .box.not-available
{
	display: none !important;

}

.main-body.features .list .box .options button {
	background-color: #07253f;
	color: #ffffff;
	border: 0;
	padding: 10px;
}

.main-body.features .list .box .os {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 20px;
}*/

/**
 * 	Applications page
 */
.main-body.applications .list  {
	vertical-align: top;
}

.main-body.applications .list .box {
    /*display: inline-block;
    width: 100%;
    max-width: 320px;
    min-height: 320px;
    border: 1px solid;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin: 20px;*/
}

.main-body.applications .list .box .os {
    /*position: absolute;
    left: 10px;
    bottom: 10px;*/
}

.main-body.applications .list .box span small {
	display: block;
	padding: 10px;
}

.main-body.applications .list .box .icon {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.main-body.applications .list .box h4 {
    /*margin: 10px;*/
    min-height: 40px;
}

.main-body.applications .list .box h4 small {
	display: block;
    /*padding: 10px;*/
}

/*.main-body.features .list .box span {
    text-align: justify;
    display: inline-block;
    font-size: 12px;
    padding: 10px;
    padding-top: 0;
    padding-bottom: 0;
}*/

.main-body.applications .list .box .options {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.main-body.applications .not-ready {
	opacity: 0.4;

	pointer-events: none;


}

/*.main-body.features .list .box.not-available .not-available,
.main-body.features .list .box .not-available,
.main-body.features .list .box.not-available .not-available,
.main-body.features .list .box.not-available,
.main-body.features .not-available  {
	opacity: 0.4;
	color: red;


}

.main-body.features .not-available,
.main-body.features .list .box.not-available
{
	display: none !important;

}

.main-body.features .list .box .options button {
	background-color: #07253f;
	color: #ffffff;
	border: 0;
	padding: 10px;
}

.main-body.features .list .box .os {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 20px;
}*/
/**
 * 	application page
 */
.main-body.application h1 {

}

.main-body.application h1 small {

}

.main-body.application h3 {

}

.main-body.application .description {

}

.main-body.application .support {

}

.main-body.application .support span {

}

.main-body.application .example {

}

.main-body.application .example img {

}

.single-page .left .content .image, .single-page .right .content .image {

}

.img.logo {
    min-width: 265px;
    min-height: 265px;
    position: relative;
}

.img.logo img {
	display: none;
}

.img.logo .data {
	position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.img.logo.small.organisation {
    float: left;
    display: inline-block;
    min-width: auto;
    min-height: auto;
    width: 60px;
    height: 60px;
    background: #ffffff;
    margin: 0px 20px 20px 0px;
}

.img.logo.product {

}

 .line {

 }

 .clear-all {
 	clear: both;
 }

/**
 * 	HIDE
 */
.grecaptcha-badge {
  display: none !important;
}

footer .bottom .social ul li span.icon b {
	display: none;
}

/***
 * ZMIANA
 */

.single-page-heading a4e-widget {
    display: block;
    margin: 0 30px 0 auto;
    height: 60px;
    float: right;
}



/**
 * 	product microdata
 */
.main-body.single-page.product .icons {

}

.main-body.single-page.product .icons .icon
{
    vertical-align: middle;
    width: 60px;
    height: 60px;
    display: inline-block;
}


.main-body.single-page.product .icons .icon.edevice
{
	background-image: url("../images/pd/device-standard.svg");
}

.main-body.single-page.product .icons .icon.liquid {
	background-image: url("../images/pd/eliquid.svg");

}

.main-body.single-page.product .icons .icon.refilable {
	background-image: url("../images/pd/device-refilable.svg");

}

.main-body.single-page.product .icons .icon.disposable {
	background-image: url("../images/pd/device-disposable.svg");

}


.main-body.single-page.product .icons .icon.kit {
	background-image: url("../images/pd/kit.svg");
}

.main-body.single-page.product .icons .icon.part {
	background-image: url("../images/pd/part.svg");

}

.main-body.homepage .supported {
	font-size: 10px;
}

.main-body.homepage .supported div {
	display: block;
	padding-bottom: 10px;
}

.main-body.homepage .supported span {
    display: inline-block;
    margin-right: 10px;
}

.main-body.homepage .supported span img {
    display: inline-block;
    margin-right: 10px;
}

.main-body.single-page.product .warnings {
    margin-top: 40px;
    margin-bottom: 40px;
}

.main-body.single-page.product .warnings .warning {
    background: #ed8a1f;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.main-body.single-page.product .warnings .warning p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    line-height: 15px;
    margin-bottom: 10px;
    font-weight: bold;
}

.main-body.single-page.product .safe-to-use .warning {
    background: #ed8a1f;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
}

.main-body.single-page.product .safety-score {
       border: 1px solid;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 10px;
    color: #57a8e0;
}

.section-c table.dataTable tbody td div .warning {
    background: #ed8a1f;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
    width: 87%;
}

.main-body.single-page.product .warning-top {
    background: #ff8a00;
    color: #ffffff;
    font-size: 1em;
    padding: 10px;
    display: block;
    border: 1px solid;
    margin-top: 1em;
    text-align: center;
    font-weight: bold;
}
    
.main-body.homepage .product-list a4e-gui-data-table span.notavailable {
    display: contents;
    position: relative;
}

.main-body.homepage .product-list a4e-gui-data-table span.notavailable > div {
    filter: grayscale(100%);
    opacity: 0.4;
}

.main-body.homepage .product-list a4e-gui-data-table span.notavailable .warning {
    display: block;
    font-size: 12px;
    margin: 20px 0;
    color: #e98320;
}

.main-body .front-plan {
	background-color: rgba(255,255,255,0.89);
	z-index: 2;
	position: relative;
}

body .top-banner {
    z-index: 10;
    position: relative;
}

.main-body .coverImage {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    overflow: hidden;
    background-position: center;
    z-index: 1;
    top: 0;
    height: 450px;
}

.main-body .mask {
    filter: grayscale(100%) blur(3px);
    user-select: none;
    pointer-events: none;
}a

/**
 * 	Articles
 */
.main-body.articles.index .article.preview {
    min-height: 350px;
    position: relative;
    border-bottom: 1px dotted;
    padding: 20px 0 20px 0;
}

.main-body.articles.index .article.preview h2 {
    font-size: 30px;
    height: 79px;
    overflow: hidden;
}

.main-body.articles.index .article.preview a4e-gui-image.preview,
.main-body.articles.index .article.preview img.preview {
    float: left;
    width: auto;
    height: 200px;
    margin: 0 20px 20px 0px;
    max-width: 200px;
    background: #ffffff;
}

.main-body.articles.index .article.preview span {
    padding: 0 20px;
    margin: 20px;
    display: block;
}

.main-body.articles.index .article.preview a {
    display: block;
    float: right;
    margin: 0 0 20px 0;
    border: 1px dotted;
    padding: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.main-body.articles.index .article.preview .author {
    display: inline-block;
    width: auto;
    background: white;
    padding: 10px;
    position: absolute;
    bottom: 20px;
}

.main-body.articles.index .article.preview .author a4e-gui-image.author-avatar {
    float: left;
    max-height: 50px;
    max-width: 50px;
    overflow: hidden;
    display: inline-block;
    background: #ffffff;
    margin: 0 20px 0 10px;
}

/**
 * 	single article
 */
.main-body.articles.article  a4e-gui-image.top-image {
    width: 100%;
    /*max-height: 240px;
    height: 240px;*/
    overflow: hidden;
    display: inline-block;
    background: #ffffff;
}

.main-body.articles.article  a4e-gui-image.top-image .data {
    background-position: center;
    background-size: 100% auto;

}

.main-body.articles.article  a4e-gui-image.author-avatar {
    float: left;
    max-height: 120px;
    max-width: 120px;
    overflow: hidden;
    display: inline-block;
    background: #ffffff;
    margin: 0 20px 0 10px;
}

.main-body.articles.article .author {
    display: block;
}

.main-body.articles.article .author .author-name { 
    display: inline-block;
    width: 320px;
    background: #f2f5fa;
    padding: 10px;
    text-align: center;
}

.main-body.articles.article .author .organisation {
    display: inline-block;
    width: 320px;
    background: #57a8e0;
    padding: 10px;
    text-align: center;
}

.main-body.articles.article .author .published { 
    display: inline-block;
    width: 320px;
    background: #f2f5fa;
    padding: 10px;
    text-align: center;
}

.main-body.articles.article .author .organisation a4e-gui-image.organisation-logo {
  
}

.main-body.articles.article .author .organisation span {
 
}

.main-body.articles.article  .qrcode {
    float: right;
    max-width: 128px;
}

.main-body.articles.article  .author-top {
  
}

/**
 * 	FOOTER
 */

footer .bottom.footer-links .footer-navbar {
    border-bottom: 1px solid #f8f9fd;
}

.footer-about {
    display: inline-block;
    max-width: 320px;
    color: #f8f9fd;
    font-size: 14px;
    text-align: justify;
    position: relative;
    left: 0;
    top: 0;
    vertical-align: top;
}

section.footer-info .footer-info {
    border-bottom: 1px solid #f8f9fd;
    padding: 30px 0px 40px 0px;
}

section.footer-info .footer-info span {
    padding: 15px 0 0 0;
    display: inline-block;
    margin: 0;
    line-height: 1.4em;
}

section.footer-info .footer-about img {
}

footer .bottom .social ul li {
    padding: 12px 0 6px;
    display: inline-block;
    margin: 0 5px 0 5px;
}

/*
 * Work
 */
section.footer-info .footer-work {
    display: inline-block;
    position: relative;
    padding: 20px 0 0 100px;
    vertical-align: top;
}

section.footer-info .footer-work h5 {
    color: #ffffff;
    margin: 0;
    font-size: 12px;
}

section.footer-info .footer-work ul li {
    padding: 12px 0 6px;
    display: inline-block;
    margin: 0 5px 0 5px;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    overflow: hidden;
}

section.footer-info .footer-work img {
    margin: 0 10px;
}

/**
 * 	sign-up
 */

.main-body.signup form p:not(.checkbox-container) label {
    display: block;
}

.main-body.signup .company_number_code {
    width: 4em;
}

.main-body.signup .company_number {
	width: calc(100% - 5em );
    float: right;
}


header .navbar a.highlight span {
    color: #ff8a00;
    font-weight: 500;
}

/**
 * 	similar products
 */

.similar-products {


}

.similar-products ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 10px;

    max-height: 500px;
    overflow: auto;
}

.similar-products ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.similar-products ul li a {
    width: auto;
    height: 60px;
    display: block;
}

.similar-products ul li a img {
    width: 60px;
    float: left;
}



.similar-products ul li a span {
    font-size: 16px;
    width: auto;
    max-width: calc(100% - 70px);
    display: block;
    overflow: hidden;
    text-transform: capitalize;
    white-space: nowrap;
    padding-top: 4px;
}

.similar-products ul li a small {
        font-size: 10px;
    width: auto;
    max-width: calc(100% - 70px);
    display: block;
    overflow: hidden;
    text-transform: capitalize;
    padding-top: 4px;
}

/**
 * 	fix images
 */
.stakeholders-slider .slide .single-row .box a4e-gui-image {
	width: 200px;
	height: 200px;
}

/**
 * 	restirciton
 */
a4e-gui-data-table {
	position: relative;
}

.restriction.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.popup.limit {
	display: none;
}

.popup.limit.active {
	display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(254,254,254,0.8);
    z-index: 999;
    text-align: center;
}

.popup.limit .window {
    border: 2px solid #4c9ed8;
    padding: 0em 2em 2em 2em;
    background: #ffffff;
    display: inline-block;
    margin: 25% 0 0 auto;
    vertical-align: middle;
    position: relative;
}

.popup.limit .window h1 {
    color: #4c9ed8;
    font-size: 1.1em;
    font-weight: bold;
    padding: 0.8em 0 0 1em;
}

.popup.limit .window .message {
    color: #06223a;
    margin: 0;
    padding: 1em 0 2em 0;
    text-align: center;
}

.popup.limit .window .message p {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
}
	 
.popup.limit .window a.btn {
	background: #4c9ed8;
	color: #ffffff;
}

/**
 * 	HOMEPAGE TABLE
 */

.dataTables_wrapper table.dataTable tbody td:nth-child(2) .blk {
    display: block;
    padding-left: 15px;
    border-left: 3px solid #45ac43;
    min-height: 110px;
}

.dataTables_wrapper table.dataTable tbody td:nth-child(2) .blk.notavailable {
    border-left: 3px solid #ff8a00;
}

.dataTables_wrapper table.dataTable tbody td:nth-child(2) .blk.withdrawal {
    border-left: 3px solid #c74641;
}

tbody td:nth-child(3) {
	width: 200px;
}

.section-c table.dataTable tbody td a.btn {
	text-align: center;
	margin-top: 1em;
}

 tbody td:nth-child(3) .warning {
    background: #ff8a00;
    color: #ffffff;
    font-size: 1em;
    padding: 10px;
    display: inline-block;
    border: 1px solid;
    margin-top: 1em;
    text-align: center;
    font-weight: bold;
}


/**
legal products
**/

.section-c .legal-products table.dataTable .image {
    height: 200px;
    width: 200px;
    border: 0;
    float: left;
}

.section-c .legal-products table.dataTable tbody tr td:first-of-type {
    max-width: 200px;
    min-width: 100px;
    width: 100px;
    overflow: hidden;
    padding-right: 0 !important;
    margin-right: 0;
}

.section-c .legal-products table.dataTable tbody tr td:last-of-type {
    max-width: 200px;
    min-width: 100px;
    width: 100px;
    overflow: hidden;
    
}


.reviews.banner h3 {
    font-size: 20px;
    line-height: 1.2;
    margin: 20px 0 15px;
    font-weight: 600;
}


.footer-info h3 {
        font-size: 17px;
    line-height: 1.2;
    margin: 20px 0 15px;
    font-weight: 600;        
}

a4e-gui-image.pwa-app-image {
    min-height: 60px;
    min-width: 60px;
    width: 100%;
    border: 1px solid;
} 

/* 
    CERTYFICATES 
*/
.certyficates {
    padding-bottom: 20px;
}

.certyficates a4e-gui-image {
        max-height: 150px;
    max-width: 150px;
    
    margin-bottom: 20px;
}

.certyficates p {
    font-size: 12px;
    margin: 0;
    padding: 0; 
}

.certyficates .certyficate {
      max-width: 300px;
    text-align: center;
    padding: 40px 10px;
    margin: 10px 0;
    background: #f2f5fa; 
}


/* 
    MEMBER OF 
*/
.memberships {
    padding-bottom: 20px;
}

.memberships a4e-gui-image {
    max-height: 150px;
    max-width: 150px;
    
    margin-bottom: 20px;
}

.memberships p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

.memberships .memberof {
       max-width: 300px;
    text-align: center;
    padding: 40px 10px;
    margin: 10px 0;
    background: #f2f5fa; 
}

/*
on lists
*/

.dataTables_wrapper table.dataTable tbody td .certyficates-membership {
 margin-top: 20px;
}
.dataTables_wrapper table.dataTable tbody td .certyficates-membership b {
    display: block;
    margin-bottom: 15px;
}


.dataTables_wrapper table.dataTable tbody td ul.certyficates {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.dataTables_wrapper table.dataTable tbody td ul.certyficates li {
    display: inline-block;
    padding: 0;
    margin: 0;

    padding-right: 10px;
}

.dataTables_wrapper table.dataTable tbody td ul.certyficates li a4e-gui-image {

    max-width: 50px;
    vertical-align: top; 
}


.dataTables_wrapper table.dataTable tbody td ul.membership {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.dataTables_wrapper table.dataTable tbody td ul.membership li {
    display: inline-block;
    padding: 0;
    margin: 0;
    
    padding-right: 10px;
}

.dataTables_wrapper table.dataTable tbody td ul.membership li a4e-gui-image {

    max-width: 50px;
    vertical-align: top;
}

/**
Members list
*/
.association-members-list .dataTables_wrapper .dataTables_length {
    display: none;
}

.association-members-list .dataTables_wrapper .dataTables_filter {
    display: none;
}


.recalls {
    background: #ff7600;
    padding: 20px;
    border: 2px solid red;
}


.publications.articles .main-content .container .filter {
    display: inline-block;
}

.publications.articles .main-content .container .filter ul {
    display: inline-block;
}

/**
Google news
**/
.publications.articles .main-content .container .follow {
    display: inline-block;    
    float: right;
}

.publications.articles .main-content .container .follow ul li {
    display: inline-block;
    margin: 15px 0;
    padding: 8px 18px 10px;
    color: #fff;
    text-transform: capitalize;
    cursor: pointer;
}

/**
ASSOCIATIONS PAGE
TABLE
**/

.single-page .left .members-list table.dataTable .image {
    border: 0;
    box-shadow: none;
    width: 150px;
    height: 150px;
    padding: 0;
    float: right;
}

.single-page .left .members-list table.dataTable td:last-of-type {
    
}

/**
last updated
*/
.last-updated {
    font-size: 0.8em;
    display: inline-block;
    padding: 6px;
    background: #ffffff;
    text-align: center;;
}

.last-updated b {
    display: inline-block;
    margin-right: 10px; 
    font-weight: normal;
}

.last-updated span {
        display: inline-block;
    margin-right: 10px;
}

/**
form
**/
#help-us-improve-vc {
   z-index: 99999999999;
}

#help-us-improve-vc textarea {
    height: 80px;
}

.authenticate-box {
    min-width: 320px;
    min-height: 225px;
    background: #ffffff;
    display: inline-block;
    padding: 10px;
}

/**
fix ul article
**/
.main-body.articles.article section.main-content ul {
    margin-left: 2em !important;
}

.main-body.articles.article section.main-content cite.dark {
    background: #e9dfdf;
    display: inline-block;
    padding: 2em;
}

.main-body.articles.article section.main-content ul ul {
    margin-left: 2em !important;
}

.main-body section.main-content code.dark {
    background: #100f0f;
    display: inline-block;
    padding: 2em;
    white-space: pre;
    min-width: 50%;
    color: #efefef;
}

/**
NEW FILTERS
**/
.search-block {
   
}

.search-h2 {
   
}

.search-filters {
       padding: 8px 0;
       float: right;
}



.search-box #search { 
     
}

.search-box .actionBtn #searchBtn {
    
}
 
.development .search-box .actionBtn {
    width: 130px;
    display: block;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.development .main-body.template.frontend.home .search-box .reset-input {
    right: 140px; 
} 

.development .search-box .actionBtn #scanBtn {
    right: auto;
    width: 40px;
    border-radius: 0 !important;
}


.example-img {
        padding: 10px;
    border: 2px solid #efefef;
    background: #f7f7f7;
}

.data-info-sec {
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

/**
fragments
**/
a4e-gui-box.ready.frag {
    
}

a4e-gui-box.frag {
    display: block;
    background: #efefef;
    min-width: 100%;
    min-height: 100px;
}


.main-content.page-sign-up .price {
    font-size: 1.5em;
    text-align: right;
    color: green;
    font-weight: bold;
    margin-bottom: 20px;
    border-bottom: 2px solid #efefef;
    padding-bottom: 10px;
}

.trust-score {
   background: #ffffff;
    display: inline-block;
    padding: 10px;
    font-weight: bold;
    border-radius: 10px; 
}

.trust-score-trusted {
    background: #ffffff;
    padding: 10px;
    display: inline-block;
       border-radius: 10px;
}

.trust-score-trusted  img {
    max-height: 40px;
}

.section-c table.dataTable tbody td div.trust-score {
    font-size: 14px;
    border: 1px solid;
    margin-top: 10px;
    color: #57a8e0;
}

.section-c table.dataTable tbody td img.trusted {
    margin: 0;
} 

.border-box .share .info {
    font-size: 10px;
}

.leave-a-review {
    margin-bottom: 2em;
}

.leave-a-review div {
    margin-bottom: 10px;
}

.leave-a-review div a.btn {
    width: 100%;
    max-width: 320px;
}

.trusted-sign img {
    max-width: 320px;
}