@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap'); */
/* font-family: 'Montserrat', sans-serif; */
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
	font-family: 'Poppins', sans-serif;
	background-color: #fff;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}

body.fixed {
	padding-top: 150px;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	text-decoration: none;
	/* transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms; */
	cursor: pointer;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}

.row>* {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	color: #74B943;
}

ul li,
ol li {
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	color: #74B943;
}


/* Common Style Start */
.main-title {
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	color: #000;
	margin: 0 0 30px;
	/* text-transform: capitalize; */
}

.main-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
	overflow-wrap: break-word;

}

.main-title h1,
.main-title h2,
.main-title h3 {
	color: #74B943;
}

.section-title {
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	color: #000;
	margin: 0 0 30px;
}

.section-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.subsection-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	color: #000;
	margin: 0 0 30px;
}

.subsection-title * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: inherit;
	margin: 0;
}

.common-detail {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
}

.common-detail * {
	text-decoration: none;
	font-size: inherit;
	line-height: inherit;
	/* font-weight: inherit; */
	margin: 0;
}

.common-detail strong {
	font-weight: 600;
}

.btn-green,
.content form button {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	background-color: #74B943;
	padding: 15px 42px 15px 20px;
	border: none;
	color: #fff;
	position: relative;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.btn-green::after,
.content form button::after {
	content: '';
	background-color: #fff;
	width: 20px;
	height: 1px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.btn-green:hover,
.content form button:hover,
.content form button:active,
.content form button:visited,
.content form button:focus,
.content form button:disabled {
	background-color: #5da12d !important;
	color: #fff !important;
	border: none;
	box-shadow: none;
}

.btn-green:hover::after,
.content form button:hover::after,
.content form button:active::after,
.content form button:visited::after,
.content form button:focus::after {
	right: 15px;
}

.content form button:disabled::after {
	display: none;
}

.content form button .fa-spinner {
	display: none;
}

.content form button:disabled{
	padding: 15px 18px 15px 20px;
}

.content form button:disabled .fa-spinner {
	display: inline-block;
}


.btn-black {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	background-color: #000;
	padding: 15px 42px 15px 20px;
	border: none;
	color: #fff;
	position: relative;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;

}

.btn-black::after {
	content: '';
	background-color: #fff;
	width: 20px;
	height: 1px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
}

.btn-black:hover {
	background-color: #111111 !important;
	color: #fff !important;
}

.btn-black:hover::after {
	right: 15px;
}


.bg-000 {
	background-color: #000;
}

.color-fff,
.color-fff h1,
.color-fff h2,
.color-fff h3 {
	color: #fff !important;
}

.color-green {
	color: #74B943;
}

img {
	max-width: 100%;
}

.green {
	color: #74B943;
}

/* Common Style End */


/*==================================================================*/
/*========== Header Start ==========*/
/*==================================================================*/
.header {
	padding: 0 0 40px 93px;
	position: relative;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.header-search {
	max-width: 500px;
	margin: 0 auto;
	position: absolute;
	top: 20px;
	left: 50%;
	width: 100%;
	z-index: 9;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
}

.header-search .form-group {
	position: relative;
}

.header-search .form-group::before {
	content: "";
	background-image: url("../images/search-icon.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 18px;
	height: 17px;
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.header-search .form-group .form-control {
	font-size: 16px;
	line-height: 16px;
	background-color: #EEEEEE;
	border: none;
	box-shadow: none;
	padding: 15px 20px 15px 43px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.header .navbar {
	padding: 0;
}

.header .navbar-nav .nav-item {
	padding: 0 20px;
	margin-top: 20px;
}

.header .navbar-nav .nav-item:first-child {
	padding-left: 0;
}

.header .navbar-nav .nav-item:last-child {
	padding-right: 0;
}

.header .navbar-nav .nav-item .nav-link {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #000;
	padding: 0;
}

.header .navbar-nav .nav-item .nav-link:hover,
.header .navbar-nav .nav-item .nav-link:focus,
.header .navbar-nav .nav-item .nav-link.active,
.header .language-block .nav-item:hover,
.header .language-block .nav-item:focus,
.header .language-block .nav-item.active
{
	color: #74B943;
}

.header .navbar-nav .nav-item .megamenu li {
	display: inline-block;
	width: 24%;
	vertical-align: top;
}

.header .navbar-nav .nav-item .megamenu li a {
	white-space: normal;
}

.header .navbar-nav .nav-item .megamenu li a h5 {
	color: #74B943;
	font-weight: bold;
}

.header .navbar-nav .nav-item .megamenu li a p {
	color: #000;
	font-weight: normal;
}

.header .navbar-nav .nav-item .megamenu .dropdown-item:active,
.header .navbar-nav .nav-item .megamenu .dropdown-item.active,
.header .navbar-nav .nav-item .megamenu .dropdown-item:focus,
.header .navbar-nav .nav-item .megamenu .dropdown-item:hover {
	background-color: transparent;
}

.header-right .language-block {
	/* background-color: #000; */
	display: flex;
	align-items: center;
	padding: 20px 36px 20px 36px;
	margin: 0 0 5px;
	justify-content: flex-end;
}

.header-right .language-block a {
	font-size: 14px;
	line-height: 30px;
	color: #000;
	position: relative;
	padding: 0 28px 0 0;
}

.header-right .language-block a.btn-login {
	font-size: 20px;
	line-height: 30px;
	color: #000;
	position: relative;
	padding: 0 28px 0 0;
}

.header-right .language-block a.btn-login:hover {
	opacity: 0.6;
}

.header-right .language-block a.btn-login::before {
	content: "";
	background-color: rgba(255, 255, 255, 0.3);
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15px;
	width: 1px;
}

.header-right .language-block a.btn-login::after {
	content: "";
	background-image: url("../images/lock-icon.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 16px;
	height: 21px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.header-right .form-select {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #000;
	background-color: transparent;
	border: none;
	width: auto;
	box-shadow: none;
	padding: 0 20px 0 0;
	background-image: url("../images/down-arrow.svg");
	background-size: 12px 12px;
	background-position: right 0px center;
}

.header-right .form-select option {
	color: #000;
} 

.header-right .btn-green {
	/* width: 100%; */
	padding: 22px 25px 22px 25px;	
	position: relative;
	/* border: 1px solid #74B943; */
	float: right;
}

.header-right .btn-green::after {
	display: none;
}

.header-right .btn-green:hover {
	background-color: #5da12d !important;
	color: #fff !important;
}

.header-right .btn-green::before {
	/* content: "";
	background-image: url("../images/folder-icon.svg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 28px;
	position: absolute;
	top: 50%;
	right: 26px;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%); */
}

.header .navbar-brand {
	display: block;
	flex: 0 0 180px;
	padding: 0;
	margin: 0;
	/* transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s; */
}

.header .navbar .navbar-nav {
	margin-bottom: 0px !important;
}

.header .navbar .navbar-nav .nav-item:first-child {
	margin-left: 90px;
}

/* .header-fixed .navbar .navbar-nav .nav-item:first-child {
	margin-left: -35px;
} */

.header-fixed {
	position: fixed;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding: 0px 0 0px 93px;
}

/* .header-fixed .header-search,
.header-fixed .header-right .language-block {
	display: none;
}

.header-fixed .navbar-brand {
	flex: 0 0 150px;
}

.header-fixed .navbar-brand a {
	display: block;
	width: 150px;
}

.header-fixed .navbar .navbar-nav {
	margin: auto !important;
} */


/*==================================================================*/
/*========== Header End ==========*/
/*==================================================================*/

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

/*========== Banner Start ==========*/
.banner-content {
	padding: 50px 37px 40px 40px;
	margin: -80px -22px 0 0;
}

.banner-content .main-title {
	font-weight: 600;
}

.banner-contact-info ul {
	padding: 0;
	margin: 0;
}

.banner-contact-info ul li {
	list-style-type: none;
}

.banner-content .common-detail {
	margin: 0 0 30px;
}

.banner-contact-info ul li {
	font-size: 16px;
	line-height: 28px;
	font-weight: 500;
	color: #fff;
	display: flex;
	align-items: center;
	margin: 0 0 12px;
}

.banner-contact-info ul li:last-child {
	margin-bottom: 0;
	align-items: flex-start;
}

.banner-contact-info ul li a {
	display: block;
}

.banner-contact-info ul li .contact-icon {
	width: 29px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 15px 0 0;
}

.banner-contact-info ul li p {
	margin: 0;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.banner-contact-info ul li p a {
	display: inline-block;
	color: #999999;
	margin: 0;
	/* text-transform: capitalize; */
}

.banner-contact-info ul li p a:hover {
	color: #fff;
}

.banner-img {
	margin: 0 0 0 -246px;
}

.banner-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.banner-left {
	position: relative;
}

.banner-wrp {
	padding: 115px 0 75px;
}

.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #b1b1b1;
    overflow: hidden;
}

.trustpilot-reviews-top {
	display: flex;
	align-items: center;
}

.trustpilot-reviews-top > img {
	margin: 0 10px 0 0;
}

.empty-stars {
	display: flex;
}

.empty-stars img {
	width: 27px;
	height: 27px;
	background-color: #D9D9D9;
	padding: 4px;
	margin: 0 4px 0 0;
}

.empty-stars img:last-child {
	margin-right: 0;
}

.full-stars img {
	width: 27px;
    height: 27px;
    background-color: #74B943;
    padding: 4px;
    margin: 0 4px 0 0;
	min-width: unset;
}

.full-stars img:last-child {
	margin-right: 0;
}

.full-stars {
	color: #ECBE24 !important;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ECBE24;
	display: flex;
}

.trustpilot-reviews-wrp {
	padding: 50px 0 0 40px;
}

.trustpilot-reviews-bottom p {
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #000;
}

.trustpilot-reviews-bottom p strong {
	font-weight: 600;
}

.trustpilot-reviews-bottom {
	padding: 10px 0 0 40px;
}
/*========== Banner End ==========*/

/*========== Electronics Start ==========*/
.electronics-wrp {
	padding: 75px 0;
}

.electronics-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.electronics-section .row {
	margin: 0 -25px;
}

.electronics-section .row>* {
	padding: 0 25px;
}

.electronics-content .main-title {
	margin: 0 0 60px;
}

.electronics-content .common-detail {
	margin: 0 0 40px;
}

.electronics-content {
	margin: 0 70px 0 0;
}
/*========== Electronics End ==========*/

/*========== Our Solutions Start ==========*/
.our-solutions-wrp {
	padding: 75px 0;
}

.our-solutions-wrp.pagetop {
	margin-top: -30px;
}

.our-solutions-title {
	max-width: 992px;
	margin: 0 auto 100px;
}

.our-solutions-title .common-detail {
	font-weight: 400;
}

.our-solutions-content {
	background-color: #F6F6F6;
	padding: 117px 100px;
	margin: -80px -58px 0 0;
}

.our-solutions-content .common-detail {
	margin: 0 0 30px;
}

.our-solutions-section {
	padding: 80px 0 0;
}

.our-solutions-section .our-solutions-row:nth-child(even) .row {
	flex-direction: row-reverse;
}

.our-solutions-section .our-solutions-row:nth-child(even) .our-solutions-content {
	margin: -80px 0 0 -58px;
	text-align: right;
}

.our-solutions-section .our-solutions-row:last-child {
	margin-bottom: 0;
}

.our-solutios-img {
	position: relative;
}

.our-solutios-img img {
	width: 100%;
	object-fit: cover;
	font-family: "object-fit: cover";
}

.our-solutions-row {
	margin: 0 0 210px;
}
/*========== Our Solutions End ==========*/

/*========== Our Branches Start ==========*/
.our-branches-wrp {
	padding: 75px 0;
}

/* .branch-modal-map-block, */
.our-branches-block {
	position: relative;
}

/* .branch-modal-map-block {
	display: none;
} */

.branch-modal {
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	display: none;
	align-items: center;
	background-color: #fff;
	top: 50%;
	left: 50%;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	position: absolute;
}

.branch-content .section-title {
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 10px;
}

.branch-content .common-detail {
	/*margin: 0 0 20px;*/
}

.map-img .imp-shape-spot-pin img {
	width: 18px;
	height: 23px;
}

.branch-content a {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #74B943;
}

.branch-content a:hover {
	color: #585858;
}

.our-branches-block .map-img {
	position: relative;
}

.our-branches-block .map-img > img {
	width: 100%;
}

.our-branches-block .map-img .map-location {
	position: absolute;
	left: 50%;
	top: 50%;
}

.our-branches-block .map-img .map-location.location1 {
	transform: translate(-272px, 64px);
	-webkit-transform: translate(-272px, 64px);
	-moz-transform: translate(-272px, 64px);
	-ms-transform: translate(-272px, 64px);
	-o-transform: translate(-272px, 64px);
}

.our-branches-block .map-img .map-location img {
	display: block;
	margin: 0 auto;
}

.our-branches-block .map-img .map-location.location1 a img {
	width: 88%;
}

.our-branches-block .map-img .map-location.location2 {
	transform: translate(-521px, 170px);
	-webkit-transform: translate(-521px, 170px);
	-moz-transform: translate(-521px, 170px);
	-ms-transform: translate(-521px, 170px);
	-o-transform: translate(-521px, 170px);
}

.our-branches-block .map-img .map-location.location2 a img {
	width: 90%;
}

.our-branches-block .map-img .map-location .branch-modal {
	position: absolute;
	left: 100%;
	top: 50%;
	width: 540px;
	display: none;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

.our-branches-block .map-img .map-location:hover .branch-modal {
	display: flex;
}

.branch-modal .modal-img {
	margin: 0 20px 0 0;
	flex: 0 0 160px;
}

.branch-modal .modal-img img {
	width: 160px;
	height: 160px;
}

.branch-modal.active {
	display: flex;
}

.branch-modal.area1 {
    transform: translate(-282px, -297px);
    -webkit-transform: translate(-282px, -297px);
    -moz-transform: translate(-282px, -297px);
    -ms-transform: translate(-282px, -297px);
    -o-transform: translate(-282px, -297px);
}

.branch-modal.area2 {
	transform: translate(-372px, -100px);
	-webkit-transform: translate(-372px, -100px);
	-moz-transform: translate(-372px, -100px);
	-ms-transform: translate(-372px, -100px);
	-o-transform: translate(-372px, -100px);
}

.map-area {
	cursor: pointer;
}

.map-img svg {
	max-width: 100%; 
	height: auto;
}

.our-branches-section {
	margin: -90px 0 0;
}

.our-branches-main .our-branches-title {
	position: relative;
	z-index: 9;
}

/*========== Our Branches End ==========*/

/*========== Counter Start ==========*/
.counter-block {
	background-color: #74B943;
	padding: 44px 10px;
	text-align: center;
	margin: 0 0 30px;
	height: calc(100% - 30px);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.counter-block .section-title {
	font-size: 35px;
	line-height: 35px;
	margin: 0 0 20px;
}

.counter-block .common-detail {
	font-weight: 600;
	color: #fff;
	margin: 0;
}

.counter-section {
	max-width: 1320px;
	margin: 0 auto;
}

.counter-section .row {
	margin: 0 -27px;
}

.counter-section .row>* {
	padding: 0 27px;
}

.counter-wrp {
	padding: 75px 0 45px;
}
/*========== Counter End ==========*/

/*========== Vacancies Start ==========*/
.vacancies-entry {
	margin: 0 0 30px;
}

.vacancies-main .vacancies-title {
	max-width: 751px;
	margin: 0 auto 50px;
	text-align: center;
}

.vacancies-row {
	background-color: #F6F6F6;
	padding: 30px;
	height: 100%;
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
}

.sidebar .vacancies-row {
	margin: 0 0 30px;
	height: unset;
}

.vacancies-left .common-detail {
	line-height: 20px;
	font-weight: 600;
	color: #000;
	margin: 0 0 20px;
	/* text-transform: capitalize; */
}

.vacancies-detail ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
}

.vacancies-detail ul li {
	font-size: 20px;
	line-height: 20px;
	font-weight: 300;
	color: #585858;
	list-style-type: none;
	padding: 0 70px 0 0;
	display: flex;
	align-items: center;
}

.vacancies-detail ul li:first-child {
	min-width: 400px;
}

.vacancies-detail ul li img {
	margin: 0 10px 0 0;
}

.vacancies-wrp {
	padding: 75px 0;
}

.vacancies-section {
	max-width: 1200px;
	margin: 0 auto;
}

.vacancies-read-more {
	margin-top: 30px;
}

.vacancies-read-more a {
	color: black;
	font-weight: 700;
}

.vacancies-read-more a:hover,
.vacancies-black .vacancies-read-more a:hover {
	color: #74B943;
}

.vacancies-read-more .fa-chevron-right {
	color: #74B943;
	font-weight: 700;
	font-size: 14px;
	margin-left: 5px;
}

.vacancies-description a {
	color: #74B943;
}

.vacancies-description a:hover,
.vacancies-description a:visited,
.vacancies-description a:active {
	color: #5da12d;
}

.vacancies-black {
	background-color: black;
	color: white;
}

.vacancies-black .subsection-title {
	color: white;
}

.vacancies-black .vacancies-read-more a {
	color: white;
}

/*========== Vacancies End ==========*/


/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Footer Start ==========*/
/*==================================================================*/
.footer {
	background-color: #74B943;
	overflow: hidden;
	margin: 45px 0 0;
	position: relative;
}

.back-to-top {
	width: 50px;
	height: 50px;
	/* border: 1px solid #000; */
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	position: fixed;
	right: 50px;
	bottom: 16px;
	z-index: 10;
}

.back-to-top:hover {
	/* background-color: #fff; */
	color: #74B943;
	border: 1px solid #fff;
}

.back-to-top {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease, color 0.3s ease /*,color 0.3s ease*/;
  }
  
/* De div wordt zichtbaar als de body de class 'fixed' krijgt */
body.fixed .back-to-top {
	opacity: 1;
	visibility: visible;
}

/* Kleur verandert wanneer de footer in zicht komt */
body.fixed .back-to-top.scrolled {
	color: white; /* Nieuwe kleur als de footer in beeld komt */
}

.footer-links .common-detail {
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 25px;
}

.footer-links ul {
	padding: 0;
	margin: 0;
}

.footer-links ul li {
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	padding: 0 0 25px;
	list-style-type: none;
	color: #fff;
}

.footer-links ul li a:hover,
.footer-links ul li a.active {
	color: #000;
}

.copyright p {
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #fff;
	margin: 0;
}

.social-icons ul {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.social-icons ul li {
	line-height: 20px;
	color: #fff;
	list-style-type: none;
	padding: 0 20px;
	position: relative;
}

.social-icons ul li a:hover {
	color: #000;
}

.social-icons ul li::after {
	content: "";
	border-right: 1px dashed #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.social-icons ul li:last-child::after {
	display: none;
}

.social-icons ul li:first-child {
	padding-left: 0;
}

.social-icons ul li:last-child {
	padding-right: 0;
}

.footer-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 33px 40px;
	position: relative;
}

.footer-bottom::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.10);
	width: 6000px;
	height: 1px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
}

.footer-middle {
	padding: 50px 0 38px 40px;
}

.footer-contact-icon {
	width: 58px;
	height: 58px;
	flex:  0 0 58px;
	margin: 0 15px 0 0;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.footer-contact-detail ul {
	padding: 0;
	margin: 0;
}

.footer-contact-detail ul li {
	display: flex;
	align-items: center;
	list-style-type: none;
	padding: 0 0 30px;
}

.footer-contact-detail ul li:last-child {
	padding-bottom: 0;
}

.footer-content span {
	font-size: 16px;
	line-height: 18px;
	font-weight: 300;
	color: #fff;
	display: block;
	/* text-transform: capitalize; */
	padding: 0 0 10px;
}

.footer-content a,
.footer-content p {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	margin: 0;
}

.footer-logo {
	display: inline-block;
	margin: 0 0 60px;
}

.footer-contact {
	position: relative;
	z-index: 9;
	padding: 65px 0;
	height: 100%;
}

.footer-contact::before {
	content: "";
	background-color: #000;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 6000px;
	z-index: -1;
}

.contact-us-left .section-title {
	line-height: 30px;
	margin: 0 0 10px;
}

.contact-us-left .common-detail {
	color: #585858;
}

.contact-us-wrp {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 9;
	padding: 30px 40px 32px;
}

.contact-us-wrp::after {
	content: "";
	background-color: #fff;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	width: 6000px;
	z-index: -1;
}

.footer-main {
	max-width: 1320px;
	margin: 0 auto;
}
/*==================================================================*/
/*========== Footer End ==========*/
/*==================================================================*/



/*==================================================================*/
/*========== Search results Start ==========*/
/*==================================================================*/

.sr .row-flex {
	display: flex;
	flex-wrap: wrap;
}

.sr p {
	margin-bottom: 30px;
}

.sr .srthumb {
	/* min-height: 300px; */
}

.sr .srthumb .srthumbimg {
	max-width: 100%;
}

.sr .srtitle {
	color: black;
	text-decoration: none;
	line-height: 1.2em;
	font-size:smaller;
	/* padding-top:20px; */
}

.sr .srtitle strong {
	text-transform: uppercase;
	font-size: small;
	line-height: 1em;
}

.sr .content {
	height: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.sr [class*="col-"] {
	margin-bottom: 30px;
}

/*==================================================================*/
/*========== Search results End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Product Detail Start ==========*/
/*==================================================================*/

.srdetail {
	margin-top: 45px;
}

.srdetail .srdetailthumb {
	border: 1px solid #ccc;
	padding:3px;
	margin-bottom: 30px;
}

.srdetail .cloudimage-360-icons-container {
	top: 5px;
  	right: 5px;
}
.srdetail .cloudimage-360-fullscreen-modal {
	top: 0;
  	bottom: 0;
}
.srdetail .cloudimage-360-magnifier-icon {
	background: url(https://scaleflex.cloudimg.io/v7/filerobot/js-cloudimage-360-view/loupe.svg) 50% 50% / cover no-repeat;
}
.srdetail .cloudimage-360-close-fullscreen-icon {
	background: url(https://scaleflex.cloudimg.io/v7/filerobot/js-cloudimage-360-view/cross.svg) 50% 50% / cover no-repeat;
}
.srdetail .cloudimage-360-view-360-circle {
  	margin: auto;
}
.srdetail .cloudimage-360-loader {
	margin: auto;
}
.srdetail #abc360 .cloudimage-360-view-360-icon {
	background: url(https://scaleflex.cloudimg.io/v7/filerobot/js-cloudimage-360-view/360_view.svg) 50% 50% / cover no-repeat;
}

.srdetail #abcthumb .cloudimage-360-view-360-icon,
.cloudimage-360-fullscreen-modal #abcthumb .cloudimage-360-view-360-icon {
	display: none !important;
}

.srdetail .cloudimage-360-box-shadow {
	top: 0;
  	left: 0;
}
.srdetail .cloudimage-360-img-magnifier-glass {
	border: 3px solid #000;
  	border-radius: 50%;
}

.srdetail .main-description {
	margin-bottom: 30px;
}

.srdetail .condition-title {
	/* font-size: smaller;
	line-height: 1.2em; */
}

.srdetail .new,
.srdetail .refurbished,
.srdetail .repair {
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 20px;
}

.srdetail .repair {
	margin-top:30px;
}

.srdetail .greenborder {
	border: 2px solid #74B943;
}

.srdetail .availability {
	font-size: small;
	/* font-weight: bold; */
	/* color: #999999; */
}

.srdetail .availability.available {
	color: #74B943;
}

.srdetail .availability.onrequest {
	color: orange;
}

.srdetail .availability.available span,
.srdetail .availability.onrequest span {
	color: #333333;
	padding-left:3px;
}

.fa-recycle {
	color:#5da12d;
	font-size: smaller;
}

.fa-circle-question {
	color:#295ea3;
	font-size: smaller;
}


.srdetail .quantity,
.cart .quantity {
	max-width: 50px;
    /* height: 50px; */
    margin-right: 10px;
    text-align: center;
	font-size: 16px;
}

.srdetail .conditions .btn-green-small {
	font-size: 16px;
	/* line-height: 16px; */
	font-weight: 600;
	background-color: #74B943;
	/* padding: 10px; */
	border: 1px solid #74B943;
	color: #fff;
	/* position: relative; */
	/* border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0; */
}

.srdetail .conditions .btn-green-small:hover {
	background-color: #5da12d !important;
	color: #fff !important;
}

.srdetail .conditions .btn-green-small {
	font-size: 16px;
	/* line-height: 16px; */
	font-weight: 600;
	background-color: #74B943;
	/* padding: 10px; */
	border: 1px solid #74B943;
	color: #fff;
	/* position: relative; */
	/* border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0; */
}

.srdetail .conditions .btn-green-small:hover {
	background-color: #5da12d !important;
	color: #fff !important;
}
.srdetail .conditions .btn-black-small {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	background-color: #000;
	padding: 10px;
	border: 1px solid #000;
	color: #fff;
	position: relative; 
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	display: inline-block;
}

.srdetail .conditions .btn-black-small:hover {
	background-color: #333 !important;
	color: #fff !important;
}

.usp {
	margin-top:60px;
	margin-bottom: 40px;
}

.srdetail .usprow .main-title {
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 10px;
}

.srdetail .usprow small {
	font-size: smaller;
}

.srdetail .usprow {
	margin-bottom: 30px;
	background-color: #f9f9f9;
	padding:20px;
}

.srdetail .similar {
	margin-bottom: 60px;
}

.srdetail .productBrandLink {
	color:#000;
	text-decoration: underline;
}

.productDisclaimer {
	font-size: smaller;
	line-height: 1.5em;
	/* font-style: italic; */
	padding-left: 20px;
	color:#aaa;
	margin-bottom: 20px;
}


/*==================================================================*/
/*========== Product Detail End ==========*/
/*==================================================================*/

.cartcount {
	background-color: red;
	font-size: x-small;
	position: relative;
	top:-10px;
	width:16px;
	height: 16px;
	display: none;
	border-radius: 8px;
	vertical-align: middle;
	padding: 0px;
	line-height: normal;
}


/*==================================================================*/
/*========== Cart Start ==========*/
/*==================================================================*/

.cart {
	margin-top: 45px;
}

.cart .row.content {
	border: 1px solid #ccc;
}

.cart .availability {
	font-size: x-small;
	font-weight: bold;
	line-height: 1.5;
}

.cart .availability.available {
	color: #74B943;
}

.cart .availability.onrequest {
	color: orange;
}

.cart .srtitle,
.cart .srquality {
	font-size: smaller;
	line-height: normal;
}

.cart .srtitle {
	margin-bottom:10px;
}

.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 60px 20px;
  border-radius: 0px;
  z-index: 1000;
  text-align: center;
}

.popup #popupMessage {
	margin-bottom: 40px;
}

.overlay {
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: black;
    display: none;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0.3;
}

.cart [class*="col-"] {
	margin-bottom: 0px !important;
}


/*==================================================================*/
/*========== Cart End ==========*/
/*==================================================================*/




/*==================================================================*/
/*========== Form Start ==========*/
/*==================================================================*/


.content .form-group {
	margin-bottom: 30px;
}

.content .form-control {
    background-clip: padding-box;
    background-color: transparent;
	border: none;
    border-bottom: 1px solid #5da12d;
    border-radius: 0;
    color: #212529;
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .375rem 0;
	box-shadow: none;
    width: 100%;
}

.content .form-control::placeholder,
.content .form-label {
	font-style: normal !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.content textarea.form-control {
	min-height: 100px;
}

.content form button svg {
	/* display: none; */
}

.content .form-group .small.text-danger {
	display: none;
}

.content .form-group #hiddencart {
	display: none;
}

/*==================================================================*/
/*========== Form End ==========*/
/*==================================================================*/




/*==================================================================*/
/*========== Cookies consent Start ==========*/
/*==================================================================*/

#cc-main .cm,
#cc-main .pm {
	border-radius: 0 !important;
}

#cc-main .cm__btn,
#cc-main .pm__btn {
	background: #74B943 !important;
	border: 1px solid #74B943 !important;
	border-radius: 0 !important;
}

#cc-main .cm__btn:hover,
#cc-main .cm__btn:active,
#cc-main .cm__btn:visited,
#cc-main .pm__btn:hover,
#cc-main .pm__btn:active,
#cc-main .pm__btn:visited {
	background: #5da12d !important;
	border: 1px solid #5da12d !important;
}

#cc-main .cm__btn[data-role="necessary"],
#cc-main .pm__btn[data-role="necessary"] {
	background: #000 !important;
	border: 1px solid #000 !important;
}

#cc-main .cm__btn[data-role="necessary"]:hover,
#cc-main .cm__btn[data-role="necessary"]:active,
#cc-main .cm__btn[data-role="necessary"]:visited,
#cc-main .pm__btn[data-role="necessary"]:hover,
#cc-main .pm__btn[data-role="necessary"]:active,
#cc-main .pm__btn[data-role="necessary"]:visited {
	background: #333 !important;
	border: 1px solid #333 !important;
}

#cc-main .cm__btn--secondary,
#cc-main .pm__btn--secondary {
	background: #eaeff2 !important;
	border: 1px solid #eaeff2 !important;
	border-radius: 0 !important;
}

#cc-main .cm__btn--secondary:hover,
#cc-main .cm__btn--secondary:active,
#cc-main .cm__btn--secondary:visited,
#cc-main .pm__btn--secondary:hover,
#cc-main .pm__btn--secondary:active,
#cc-main .pm__btn--secondary:visited {
	background: #dce1e4 !important;
	border: 1px solid #dce1e4 !important;
}

#cc-main .section__toggle:checked~.toggle__icon {
	background: #74B943 !important;
    box-shadow: 0 0 0 1px #74B943 !important;
}

#cc-main .section__toggle:checked:disabled~.toggle__icon {
	background: rgba(116, 185, 67, 0.5) !important;
    box-shadow: 0 0 0 1px rgba(116, 185, 67, 0.5) !important;
}

#cc-main .pm__service-icon {
	border: 2px solid #74b943 !important;
}

/*==================================================================*/
/*========== Cookies consent End ==========*/
/*==================================================================*/




/*==================================================================*/
/*========== reCaptcha Start ==========*/
/*==================================================================*/

.grecaptcha-badge { 
    display: none;
}

.recaptcha-notice {
	font-size: x-small;
	line-height: normal;
	margin-top: 20px;
}

.recaptcha-notice a {
	color: white;
	text-decoration: underline;
}

/*==================================================================*/
/*========== reCaptcha End ==========*/
/*==================================================================*/


/*==================================================================*/
/*========== Toggle switch ==========*/
/*==================================================================*/


/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 38px;
	height: 22px;
	margin-right: 10px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  /* The slider */
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 3px;
	bottom: 3px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
  }
  
  input:checked + .slider {
	background-color: #74B943;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #74B943;
  }
  
  input:checked + .slider:before {
	-webkit-transform: translateX(16px);
	-ms-transform: translateX(16px);
	transform: translateX(16px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 22px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }

  /* cart switch */

  .cart .switch {
	width: 25.3px;
	height: 14.6px;
  }

  .cart .slider:before {
	height: 10.6px;
	width: 10.6px;
	left: 2px;
	bottom: 2px;
  }

  .cart input:checked + .slider:before {
	-webkit-transform: translateX(10.6px);
	-ms-transform: translateX(10.6px);
	transform: translateX(10.6px);
  }
  
  /* Rounded sliders */
  .cart .slider.round {
	border-radius: 14.6px;
  }

 
/*==================================================================*/
/*========== Toggle switch End ==========*/
/*==================================================================*/




.ui-autocomplete {
	z-index: 999 !important;
}

.ui-autocomplete .ui-menu-item:nth-child(11) .ui-menu-item-wrapper,
.ui-autocomplete .ui-menu-item:nth-child(11) .ui-menu-item-wrapper:hover {
	font-weight: bold !important;
}

.ccm-page #offerForm {
	margin-top:0;
}


html.ccm-toolbar-visible .ccm-page .header-fixed {
	top: 48px;
}

.ccm-page .exchange-notice {
	margin-top: 10px;
}

.ccm-page .exchange-notice-text {
	background-color: #eee;
	padding: 20px;
	margin-top: 10px;
	display: none;
}

.ccm-page .cart .exchange-notice {
	font-size:smaller;
}




.equal-height {
	display: flex;
}
.equal-height > * {
	flex: 1;
	height: 100%;
}

.navbar .collapsing { transition: none !important; }


/*==================================================================*/
/*========== Autocomplete ==========*/
/*==================================================================*/

.autocomplete-item {
	display: flex;
	align-items: center;
	padding: 7px 10px !important;
	border-bottom: 1px dotted lightgrey;
	line-height: normal !important;
	gap: 10px;
}
.autocomplete-item.ui-state-active {
	background-color: #74B943 !important;
	color: white !important;
	border: none !important;
	border-bottom: 1px dotted lightgrey !important;
	margin: 0 !important;
}
.autocomplete-thumbnail {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
}
.autocomplete-thumbnail img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 0px;
	border: 1px solid #ddd;
}
.autocomplete-content {
	flex: 1;
	display: flex;
	flex-direction: column;
}
.autocomplete-code {
	font-weight: bold;
	font-size: 16px;
	padding: 3px 0;
}
.autocomplete-item.ui-state-active .autocomplete-code {
	color: white !important;
}
.autocomplete-url {
	font-size: 12px;
	color: #777;
	margin-top: 2px;
}
.autocomplete-item.ui-state-active .autocomplete-url {
	color: white !important;
}
.autocomplete-quantity {
	flex-shrink: 0;
	background-color: #74B943;
	color: white;
	padding: 4px 8px;
	border-radius: 6px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	min-width: 50px;
	box-sizing: border-box;
}
.autocomplete-quantity.out-of-stock {
	background-color: #dc3545;
}
.autocomplete-item.ui-state-active .autocomplete-quantity {
	background-color: #5a8f2f !important;
}
.autocomplete-item.ui-state-active .autocomplete-quantity.out-of-stock {
	background-color: #a02832 !important;
}
.show-more-results {
	color: #74B943 !important;
	font-weight: bold;
}
.autocomplete-item.ui-state-active .show-more-results {
	color: #fff !important;
}
.ui-autocomplete {
	position: fixed !important;
	z-index: 9999 !important;
	min-width: 250px;
	box-sizing: border-box;
}
.ui-autocomplete .ui-menu-item {
	/* padding: 5px 10px; */
}

/* Bootstrap Tooltip Styling - Left Aligned Text */
.tooltip-inner {
	text-align: left !important;
	padding:15px !important;
	line-height: 1.5 !important;
	max-width: 300px !important;
	background-color: #eee !important;
	color: #333 !important;
	font-weight: 400 !important;
}

.tooltip {
	opacity: 1 !important;
}

.tooltip-arrow:before {
	border-right-color: #eee !important;
}



/*==================================================================*/
/*========== Trustpilot products ==========*/
/*==================================================================*/

.trustpilot-small .trustpilot-reviews-wrp {
	padding: 0;
}

.trustpilot-small .trustpilot-reviews-bottom {
	padding: 0 0 0 35px;
}

.trustpilot-small .empty-stars img,
.trustpilot-small .full-stars img {
	width: 16px;
	height: 16px;
	padding: 2px;
	margin: 4px 2px 0 0;
	min-width: unset;
}

.trustpilot-small .trustpilot-logo {
	max-width: 130px;
}

@media (min-width: 1200px) and (max-width: 1399px){
	.trustpilot-small .trustpilot-reviews-bottom {
		padding: 0 0 0 36px;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.trustpilot-small .trustpilot-reviews-bottom {
		padding: 0 0 0 30px;
	}

	.trustpilot-small .trustpilot-reviews-bottom p {
		font-size: 14px;
		line-height: 20px;
	}
}

@media (max-width: 991px){
	.trustpilot-small .trustpilot-reviews-wrp {
		display: none;
	}
}
