@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
b, strong {
	font-weight: 600;
}
body {
	padding: 0;
	margin: 0;
	font-family: "DM Sans", sans-serif;
	color: #4F545E;
	font-size: 14px;
	background: #fff;
	overflow-x: hidden;
}

ul {
	/* list-style: none; */
	/* margin: 0; */
	/*padding: 0 0 0 10px;*/
	font-size: 18px;
}
ul li {
	margin-bottom:5px;
}

p {
	font-size: 20px;
	font-family: "DM Sans", sans-serif;
	font-weight: 200;
	line-height: 25px;
	color: #4F545E;
	margin-bottom: 15px;
}

p a {
	color: #F79B2E;
	text-decoration: underline;
}

p a:hover {
	color: #F79B2E;
}

a {
	color: #4F545E;
	text-decoration: none;
}

a:hover {
	color: #4F545E;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	color: #4F545E;
	font-family: "DM Sans", sans-serif;
}

img {
	max-width: 100%;
}


#header {
	padding: 15px 0px;
	background: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.inner_page #header {
	background: #D9D9D9BA;
}

#header .row {
	align-items: center;
}

.navbar-brand {
	max-width: 230px;
}

.navbar-brand img {
	max-width: 100%;
}

#header::after {
	content: "";
	background-image: url(../img/headerbg3.png);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 150px;
	z-index: -1;
	background-repeat: repeat-x;
}

#header .logo {
	max-width: 150px;
	padding-top: 8px
}

#header .logo img {
	max-width: 100%;
}

#header .navbar {
	padding: 0;
	text-align: right;
	font-size: 16px;
	font-weight: 500;
	position: relative;
}

#header .navbar ul li {
	display: inline-block;
	margin-right: 15px;
}

#header .navbar ul li:last-child {
	margin-right: 0px;
}

#header .navbar ul li a {
	color: #4F545E;
	display: block;
	text-decoration: none;
	padding: 5px 0;
	position: relative;
}

#header .navbar ul li.nav-item.dropdown {
	padding-right: 15px;
}

#header .navbar ul li a:hover,
#header .navbar ul li a.active {
	color: #4F545E;
}

#header .navbar-toggler {
	border: 2px solid #fff;
}

#header .logo .hlogocolor {
	display: none;
}

#header .navbar ul li .helpline,
#header .navbar ul li .contectinfo {
	background: #1E3C72;
	padding: 8px 10px;
	border-radius: 20px;
	font-size: 10px;
	color: #fff;
}

#header .navbar .navbar-nav {
	align-items: center;
}

#header .navbar ul li .helpline img,
#header .navbar ul li .contectinfo img {
	width: 18px;
	margin-right: 5px;
}

#header .navbar ul li.dropdown>a::after {
	display: inline-block;
	content: "\f107";
	font-family: FontAwesome;
	border: 0;
	top: 5px;
	position: absolute;
}

#header .navbar ul li.dropdown .dropdown-menu {
	background: #3A509F;
	border: 0;
	font-size: 14px;
	top: 32px;
}

#header .navbar ul li.dropdown .dropdown-menu::before {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-width: 7px 7px 0px;
	border-style: solid solid none;
	border-color: currentcolor transparent;
	color: #3A509F;
	position: absolute;
	left: 30px;
	right: auto;
	margin: auto;
	width: 12px;
	transform: rotate(-180deg);
	top: -5px;
}

#header .navbar ul li.dropdown:hover .dropdown-menu {
	display: block;
	opacity: 1;
}

#header .navbar ul li.dropdown .dropdown-menu li {
	display: block;
	margin-right: 0;
}

#header .navbar ul li.dropdown .dropdown-menu li a {
	color: #fff;
	padding: 5px 15px;
	border: 0;
}

#header .navbar ul li.dropdown .dropdown-menu li a:hover {
	color: #3A509F;
	background: #fff;
}

#header .navbar ul li.navsocial .sociallinks {
	display: flex;
	column-gap: 10px;
}

#header .navbar ul li.navsocial .sociallinks a {
	background: #3A509F;
	width: 35px;
	height: 35px;
	border-radius: 100%;
	text-align: center;
	padding: 0;
	line-height: 35px;
	border: 0;
}

#header .navbar ul li.navsocial .sociallinks a:hover {
	background: #000;
}

#header .navbar ul li.navsocial .sociallinks a img {
	height: 15px;
}

#header.head_inrpage {
	background: #fff;
}

#header.head_inrpage:after {
	display: none;
}

.innerpage {
	background: #fbfbfb;
}

.section {
	position: relative;
}

.section .section_iner {
	padding: 60px 0 60px;
	position: relative;
	z-index: 1;
}

.section .sec_head {
	text-align: center;
}

.section h1 {
	font-size: 40px;
	margin-bottom: 35px;
	font-weight: 700;
	line-height: 48px;
	position: relative;
	text-align: center;
	display: inline-block;
	padding-bottom: 10px;
}

.section h6 {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 20px;
	line-height: 16px;
}

.section p {
	margin: 0 0 25px;
	font-size: 20px;
	line-height: 34px;
}

.section .btnbx {
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
}

.section .btnbx a {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	text-decoration: none;
	padding: 15px 30px;
	color: #fff;
	border-radius: 0;
	background: #34488F;
	display: inline-block;
}

.section .btnbx a:hover {
	background: #000;
}



/**/

#footer.footerhome {
	height: 100vh;
	position: relative;
	background: #EAEDE8;
	padding: 100px 0;
}

#footer.footerhome h1 {
	display: block;
	margin-bottom: 120px;
}

#footer.footerhome .footleft {
	position: relative;
	padding-right: 80px;
	max-width: 510px;
	float: right;
	display: flex;
	height: 100%;
}

#footer.footerhome .footleft p {
	margin: 0;
}

#footer.footerhome .footleft::after {
	content: "";
	background: url(../img/foot-arrow.png);
	width: 98px;
	height: 54px;
	position: absolute;
	bottom: 15px;
	right: 80px;
}

#footer.footerhome .footright {
	position: relative;
	padding-left: 80px;
}

#footer.footerhome .footright::before {
	content: "";
	background: #F79B2E;
	width: 1px;
	height: 100%;
	position: absolute;
	left: -12px;
}

#footer.footerhome .footform {
	max-width: 350px;
}

#footer.footerhome .footform .form-group {
	position: relative;
	margin-bottom: 15px;
}

#footer.footerhome .footform .form-group .form-control {
	position: relative;
	width: 100%;
	height: 48px;
	background: rgba(255, 255, 255, 0.99);
	font-size: 18px;
	padding: 15px 20px;
	outline: 0;
	color: #4F545E;
	border: 2px solid #fff;
	transition: all 500ms ease;
	border-radius: 12px;
}

#footer.footerhome .footform .form-group label {
	color: #616161;
	font-size: 14px;
}

#footer.footerhome .footform .form-group label a {
	color: #616161;
}

#footer.footerhome .footform .form-group label.label-chkbx {
	position: relative;
	padding-left: 30px;
}

#footer.footerhome .footform .form-group label.label-chkbx .from-chkbox {
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 12px;
	border: 0;
}

#footer.footerhome .footform .form-group button {
	display: block;
	width: auto;
	padding: 15px 30px;
	font-size: 18px;
	color: #fff;
	transition: all 500ms ease;
	border: 0;
	background: #F79B2E;
	font-weight: 600;
	margin-bottom: 0;
	border-radius: 20px;
}

#footer {
	background: #fff;
	position: relative;
}

#footer #footer_uper {
	padding: 60px 0;
	background: #F5F7F4;
}

.footer_ulist .fuli_main {
	display: flex;
}

.footer_ulist .fuli_main .fulibx {
	width: 15%;
}

.footer_ulist .fulist_box h6 {
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 5px;
}

.footer_ulist .fulist_box .fulist_blink {
	font-size: 12px;
}

.footer_ulist .fulist_box .fulist_blink li {
	margin-bottom: 2px;
}

.footer_ulist .fulist_box .fulist_blink li a {
	color: #4F545E;
}

.footer_ulist .fulist_box .fulist_blink li a:hover {
	color: #F79B2E;
}

#footer #footer_down {
	padding: 60px 0;
}

#footer_down .footlogo {
	margin-bottom: 30px;
}

#footer_down .footlogo img {
	max-width: 225px;
}

#footer_down .foot_dup_lft {
	padding-bottom: 30px;
}

#footer_down .foot_dup_lft p {
	font-size: 14px;
	color: #8F9297;
	margin-bottom: 0px;
}

#footer_down .foot_dup {
	border-bottom: 1px solid #EAEDE8;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

#footer_down .foot_dup .foot_dup_rght {
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 0;
	margin-top: auto;
	padding-bottom: 30px;
	display: flex;
}

#footer_down .foot_dup .foot_dup_rght ul {
	margin: 0;
}

#footer_down .foot_dup .foot_dup_rght .social-box-left {
	margin-left: 0;
	margin-right: 40px;
	position: relative;
	top: 2px;
}

#footer_down .foot_dup .foot_dup_rght .social-box-left label {
	margin-right: 5px;
	position: relative;
	top: 3px;
}

#footer_down .foot_dup .foot_dup_rght ul li {
	font-size: 14px;
	display: inline-block;
	position: relative;
	margin-right: 15px;
	padding-right: 15px;
	line-height: 14px;
}

#footer_down .foot_dup .foot_dup_rght ul li::after {
	content: "";
	width: 1px;
	background: #8F9297;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: 15px;
}

#footer_down .foot_dup .foot_dup_rght ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

#footer_down .foot_dup .foot_dup_rght ul li:last-child::after {
	display: none;
}

#footer_down .foot_dup .foot_dup_rght ul li a {
	color: #8F9297;
}

.foot_ddown_lft h6 {
	font-size: 13px;
	font-weight: 700;
	color: #8F9297;
}

.foot_ddown_lft p {
	font-size: 13px;
	color: #8F9297;
	line-height: 20px;
}

.foot_ddown {
	display: flex;
	flex-wrap: wrap;
}

.foot_ddown .foot_ddown_rght {
	margin-left: auto;
	margin-right: 0;
}

.foot_ddown .foot_ddown_rght ul li {
	padding-left: 20px;
	margin-bottom: 10px;
}

.foot_ddown .foot_ddown_rght h6 {
	margin: 0;
	font-size: 13px;
	color: #8F9297;
	font-weight: 700;
}

.foot_ddown .foot_ddown_rght p {
	margin: 0;
	font-size: 13px;
	color: #8F9297;
	line-height: 18px;
}

.foot_ddown .foot_ddown_rght .fdr_bxicon {
	position: relative;
	margin-bottom: 2px;
}

.foot_ddown .foot_ddown_rght .fdr_bxicon img {
	position: absolute;
	left: -18px;
	top: 6px;
}

/**/

#banner-inner {
	padding: 0;
	position: relative;
}

#banner-inner .banner-info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00000080;
	display: flex;
	align-content: flex-end;
	align-items: flex-end;
	padding-bottom: 80px;
}

#banner-inner .banner-info h1 {
	font-size: 70px;
	color: #fff;
	max-width: 100%;
	margin: 0;
	font-weight: 200;
	line-height: 70px;
}

#banner-inner .banner-info h1 strong {
	display: block;
	font-weight: 700;
}

#banner-inner .innpbanner_img img {
	width: 100%;
}

#pagenavbar.navbr_fix {
	position: fixed;
	top: 90px;
	left: 0;
	right: 0;
}

.pagenav {
	padding: 10px 0;
	margin-bottom: 50px;
	background: rgba(256, 256, 256, 0.8);
	z-index: 9;
}

.pagenav ul {
	font-size: 15px;
	padding: 0;
}

.pagenav ul li {
	display: inline-block;
	margin-right: 30px;
}

.pagenav ul li a {
	color: #4F545E91;
	text-decoration: none;
	padding: 10px 0px;
	display: block;
	position: relative;
}

.pagenav ul li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background: #4F545E;
	width: 6px;
	transition: all 500ms ease;
	height: 2px;
	border-radius: 5px;
}


.pagenav ul li.active a {
	color: #F79B2E;
}

.pagenav ul li a:hover {
	color: #4F545E;
}

.pagenav ul li:hover a::before {
	width: 35px;
}

.pagenav ul li.active a::before {
	background: #F79B2E;
	width: 35px;
}

.psection {
	padding: 130px 0;
	position: relative;
}

.psection_hed {
	position: relative;
}

.psection h2 {
	font-size: 50px;
	font-weight: 200;
	line-height: 50px;
	margin-bottom: 80px;
}

.psection h2 b {
	font-weight: 700;
	display: block;
}

.psection_hed {
	max-width: 600px;
}

/**/

.preferite_sec::before {
	position: absolute;
	right: 0;
	width: 810px;
	height: 340px;
	content: "";
	background: url("../img/preferite_texture.png");
	background-size: cover;
	background-repeat: no-repeat;
	top: 80px;
	background-position: bottom right;
}

.preferite_head {
	margin-bottom: 80px;
}

.preferite_head h2 {
	font-weight: 700;
	font-size: 80px;
	color: #4F545E;
	margin: 0 0 30px 0;
}

.preferite_head p {
	font-size: 22px;
	line-height: 28px;
	color: #4F545E;
	max-width: 585px;
	margin: 0;
}


.preferite_bx {
	position: relative;
	overflow: hidden;
}

.preferite_bx img {
	max-width: 100%;
	width: 100%;
}

.preferite_txt {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: unset;
	align-items: center;
	justify-content: right;
}

.preferite_txt_inner {
	position: relative;
	right: 0;
	bottom: 60px;
	max-width: 400px;
	display: flex;
	justify-content: right;
	flex-wrap: wrap;
}

.preferite_txt .btnstyle.producti_cust {
	position: absolute;
	right: 50px;
	bottom: 50px;
}

.preferite_txt_inner h2 {
	width: 100%;
	margin: 0;
	font-size: 43px;
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 0.31px;
}

.preferite_txt_inner span {
	font-size: 27px;
	line-height: 27px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
	text-align: left;
	display: block;
	width: 100%;
}

.videolist ul {
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
	list-style: none;
}

.videolist ul li {
	width: 20%;
	max-width: 285px;
}

.videobx {
	border: 1px solid #DCDDDB;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin: 0 10px 20px;
	background: #fff;
}

.videobx .videoframe {
	position: relative;
}

.videobx .videoframe .vidplay_btn {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
}

.videobx .videoframe .vidplay_btn img {
	width: 50px;
}

.videobx .videoframe .vidplay_btn .btn {
	padding: 0;
	box-shadow: none;
}

.videobx .videobx_info {
	padding: 17px 20px;
	min-height: 160px;
}

.videobx .videobx_info h6 {
	color: #F79B2E;
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px;
}

.videobx .videobx_info h4 {
	color: #4F545E;
	font-size: 22px;
	line-height: 26px;
	font-weight: 700;
	margin: 0 0 20px;
}

.videobx .videobx_info p {
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	line-height: 15px;
}

.btnstyle {
	margin-top: 80px;
}

.btnstyle a {
	background: #F79B2E;
	color: #fff;
	border-radius: 15px;
	padding: 10px 35px;
	display: inline-block;
	font-size: 20px;
}

.zoom-image {
	/* transition: transform 0.5s ease; */
	/* Smooth zoom animation */
}

.zoom-image:hover {
	/* transform: scale(1.1); */
	/* 2% zoom */
}

#videopopup .modal-dialog {
	max-width: 1100px;
}

#videopopup .modal-dialog .modal-content {
	border: 0;
	border-radius: 10px;
	overflow: hidden;
}

#videopopup .modal-dialog .btn-close {
	position: absolute;
	right: 15px;
	background-color: #F79B2E;
	opacity: 1;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	top: 15px;
}

#videopopup .videobox iframe {
	width: 100%;
	height: 580px;
}

#videopopup .modal-dialog .modal-body {
	padding: 0;
}

#videopopup .modal-dialog .modal-footer {
	justify-content: unset;
	border: 0;
}

#videopopup .modal-dialog .modal-footer .row {
	width: 100%;
}

#videopopup .videobx_info h6 {
	color: #F79B2E;
	font-size: 22px;
	font-weight: 700;
	margin: 0 0 10px;
}

#videopopup .videobx_info h4 {
	color: #4F545E;
	font-size: 28px;
	line-height: 26px;
	font-weight: 700;
	margin: 0 0 8px;
}

#videopopup .videobx_info p {
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 18px;
}

#videopopup .videobx_info .product-name-popup {
    width: 200px;
}

#videopopup .modal-dialog .modal-footer .videobx_info .videobx_rbox {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

#videopopup .modal-dialog .modal-footer .videobx_info .videobx_rbox .videobx_rbx_icn img {
	width: 70px;
}


#videopopup .modal-dialog .modal-footer .videobx_info .videobx_rbox .videobx_rbx_icn {
	width: 70px;
	margin-right: 15px;
}

#videopopup .modal-dialog .modal-footer .videobx_info .videobx_rbox {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
}

.content-section {
	position: relative;
}


.formsecntion .psection h1 {
	text-align: center;
	display: block;
	margin-bottom: 120px;
	font-weight: 700;
}

.formsecntion .formsecntion_left {
	position: relative;
	padding-right: 80px;
	max-width: 520px;
	float: right;
	padding-bottom: 80px;
	height: 100%;
	padding-top: 20px;
}

.formsecntion .formsecntion_left p {
	margin: 0 0 10px;
}

.formsecntion .formsecntion_left::after {
	content: "";
	background: url(../img/foot-arrow.png);
	width: 98px;
	height: 54px;
	position: absolute;
	bottom: 15px;
	right: 80px;
}


.formsecntion .formsecntion_right {
	position: relative;
	padding-left: 80px;
	min-height: 220px;
}

.formsecntion .formsecntion_right::before {
	content: "";
	background: #F79B2E;
	width: 1px;
	height: 100%;
	position: absolute;
	left: -12px;
}

.formsecntion .formmain {
	max-width: 350px;
}

.formsecntion .formmain .form-group {
	position: relative;
	margin-bottom: 15px;
}

.formsecntion .formmain .form-group .form-control {
	position: relative;
	width: 100%;
	height: 48px;
	background: #EAEDE8;
	font-size: 18px;
	padding: 15px 20px;
	outline: 0;
	color: #4F545E;
	border: 2px solid #fff;
	transition: all 500ms ease;
	border-radius: 12px;
	box-shadow: none;
	outline: 0;
}

.formsecntion .formmain .form-group label {
	color: #616161;
	font-size: 14px;
}

.formsecntion .formmain .form-group label a {
	color: #616161;
}

.formsecntion .formmain .form-group label.label-chkbx {
	position: relative;
	padding-left: 30px;
}

.formsecntion .formmain .form-group label.label-chkbx .from-chkbox {
	position: absolute;
	left: 0;
	top: 5px;
	width: 20px;
	height: 20px;
	border-radius: 12px;
	border: 0;
}

.formsecntion .formmain .form-group button {
	display: block;
	width: auto;
	padding: 15px 30px;
	font-size: 18px;
	color: #fff;
	transition: all 500ms ease;
	border: 0;
	background: #F79B2E;
	font-weight: 600;
	margin-bottom: 0;
	border-radius: 20px;
}

.searchFilter {
	margin-bottom: 50px;
}

.searchFilter h5 {
	font-size: 20px;
	margin: 0 0 5px;
	font-weight: 700;
}

.searchFilter ul li {
	display: inline-block;
	font-size: 13px;
	margin: 0 20px 20px 0;
}

.searchFilter ul li a {
	text-decoration: underline;
}


.backBtn {
	margin-top: 50px;
	font-size: 16px;
	font-weight: 700;
}

.backBtn a {
	color: #F79B2E;
}

.wecarepage .backBtn {
    position: relative;
    z-index: 1;
}

.formmain .wpforms-error::before {
	display: none !important;
}

.formmain .wpforms-error {
	margin-top: 3px !important;
	padding-top: 0;
}

.formmain .wpforms-field-payment-checkbox .wpforms-payment-price {
	border: 1px solid var(--wpforms-field-border-color) !important;
	border-radius: var(--wpforms-field-border-radius) !important;
}

.formmain .wpforms-field-payment-checkbox .wpforms-field-label {
	display: none;
}

body .formmain .wpforms-submit-container .btnsubmit {
	display: block;
	width: auto;
	padding: 15px 30px;
	font-size: 18px;
	color: #fff;
	transition: all 500ms ease;
	border: 0;
	background: #F79B2E !important;
	font-weight: 600;
	margin-bottom: 0;
	border-radius: 20px;
	height: auto;
}
.formsecntion .formmain .wpforms-container .wpforms-field {
	padding: 0;
	margin: 0 0 15px;
}


body .formmain .wpforms-field-container .wpforms-field-large {
	position: relative;
	width: 100%;
	height: 50px;
	background-color: #EAEDE8 !important;
	font-size: 20px;
	padding: 15px 20px;
	outline: 0 !important;
	color: #4F545E;
	border: 0 !important;
	transition: all 500ms ease;
	border-radius: 12px !important;
	box-shadow: none !important;
	font-weight: 400;
}
body .formmain  div.wpforms-container-full .wpforms-confirmation-container-full,body .formmain  div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: #f79b2e;
	border: 1px solid #f79b2e;
	box-sizing: border-box;
	border-radius: 20px;
	font-size: 18px;
	height: auto;
	padding: 20px;
	color: #fff;
}

body .formmain  div.wpforms-container-full .wpforms-confirmation-container-full p, body .formmain  div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) p {
	color: #fff;
	text-align: left;
}

.formsecntion .formmain .wpforms-container .wpforms-field .wpforms-field-label-inline {
	color: #616161;
	font-size: 14px;
	font-weight: 400;
}
.formsecntion .formmain .wpforms-container .wpforms-field .wpforms-field-label-inline a {
	font-weight: 700;
	text-decoration: underline;
}

div.wpforms-container-full .wpforms-form .wpforms-field.wpforms-field-select-style-classic select {
  padding: 0 20px !important;
  background-image: url(../img/selectarrownew2.png);
  background-size: 38px;
  background-repeat: no-repeat;
  background-position: center right;
}

.formsecntion .formmain .wpforms-container .wpforms-field .wpforms-payment-price {
	background: #EAEDE8;
	border: 0 !important;
	width: 20px !important;
	height: 20px;
	max-width: 20px !important;
	margin-right: 0;
	min-width: 20px;
	box-shadow: none !important;
	outline: 0 !important;
}

.formsecntion .formmain .wpforms-container .wpforms-field .wpforms-payment-price::before {
	background: #EAEDE8;
	border: 0;
	width: 20px;
	height: 20px;
	left: 0;
	top: 0;
	box-shadow: none !important;
}

.formsecntion .formmain .wpforms-container .wpforms-field input[type="checkbox"]:checked::after {
	left: -1px;
	top: 0px;
	border-left: 6px solid #7C7C7C;
	border-bottom: 6px solid #7C7C7C;
}
.newsEvent_detail_top ul,
.searchFilter ul,
.laclassica_dinfo ul,
.professionalList ul,
.contentMlist ul,
.detailsTxt_list ul,
.videolist ul,
.lastoria-list ul,
.newsEvent-list ul,
#footer ul,
.productslist ul,
.footer_ulist ul,
.iformati_left ul,
.ingredienti_list ul ,
.processo_plist ul {
	list-style: none;
	padding: 0;
}


#videopopup .videobx_info .product-name-popup a {
	text-decoration: none;
	color: #4F545E;
}

#banner-inner {
	margin-top: 90px;
}

.contact-icon {
	position: fixed;
	right: 0;
	bottom: 100px;
	z-index: 11;
}


@media screen and (min-width: 768px) {
	#header .navbar-expand-lg {
		justify-content: right;
	}
}

@media screen and (min-width: 992px) {
	.navbar-expand-lg .navbar-nav {
		width: 100%;
		justify-content: right;
	}

	.contactsection .contactsleft {
		padding-right: 70px;
	}
}

@media screen and (min-width: 1300px) {
	body .container {
		max-width: 1320px;
	}
}

@media screen and (min-width: 1400px) {
	body .container {
		max-width: 1450px;
	}
}

@media screen and (max-width: 1199px) {


	#banner.innpbanner .item_infoin h1 {
		font-size: 40px;
		line-height: 45px;
	}

	.section_iner h2,
	.section h1 {
		font-size: 28px;
	}

	.section p {
		font-size: 15px;
		line-height: 25px;
	}

	.section_iner .contactsleft h3 {
		font-size: 32px;
		margin: 0 0 10px;
	}

	#banner-inner .banner-info h1 {
		font-size: 45px;
		line-height: 45px;
	}
}

@media screen and (max-width:1199px) {
	.videolist ul li {
		width: 33%;
	}
}
@media screen and (max-width: 1099px) {
	.navbar-brand {
		max-width: 180px;
	}

	.footer_ulist .fuli_main {
		display: flex;
		flex-wrap: wrap;
	}

	.footer_ulist .fuli_main .fulibx {
		width: 25%;
		margin-bottom: 15px;
	}

	#banner-inner .innpbanner_img {
		height: auto;
		display: flex;
		align-items: first baseline;
	}

	#banner-inner .innpbanner_img img {
		width: auto;
		height: initial;
	}

	#banner-inner .banner-info h1 {
		font-size: 25px;
		line-height: 30px;
	}

	#pagenavbar.navbr_fix {
		top: 75px;
	}

	.pagenav ul li {
		margin-right: 8px;
		font-size: 12px;
	}

	#center {
		overflow-x: hidden;
	}

	.preferite_txt_inner h2 {
		font-size: 30px;
	}

	.preferite_txt_inner span {
		font-size: 18px;
	}

	.searchFilter ul li:first-child {
		width: 100%;
	}

.preferite_bx .preferite_txt_inner {
	max-width: 200px;
	bottom: 20px;
}
	.psection .preferite_txt_inner h2 {
		font-size: 22px;
		margin: 0;
		line-height: 25px;
	}

	.preferite_txt_inner span {
		font-size: 16px;
		line-height: 18px;
		padding-top: 6px
	}
	.preferite_slider .btnstyle a {
		padding: 10px 15px;
		font-size: 13px;
	}
	.preferite_txt .btnstyle.producti_cust {
		right: 20px;
		bottom: 20px;
		margin-top: 0;
	}

	#banner-inner {
		padding: 0;
		position: relative;
		margin-top: 90px;
	}

}

@media screen and (max-width: 767px) {
	body {
		overflow-x: hidden;
	}

	.psection {
		padding: 80px 0;
	}

	.psection h2 {
		font-size: 35px;
		margin-bottom: 50px;
	}

	.journeythrough_taste .psection_hed {
		margin-bottom: 100px;
	}

	#banner-inner .innpbanner_img {
	height: 300px;
}#banner-inner .innpbanner_img img {
	object-fit: cover;
}

	.footer_ulist .fuli_main .fulibx {
		width: 50%;
	}

	.formsecntion .formsecntion_left {
		padding-right: 0;
		float: none;
		padding-bottom: 100px;
	}

	.formsecntion .formsecntion_right {
		padding-left: 0;
	}

	.formsecntion .formsecntion_left::after {
		right: 0;
	}


	.formsecntion .formsecntion_right::before {
		opacity: 0;
	}

	.videolist ul li {
		width: 50%;
	}

	.btnstyle a {
		padding: 8px 20px;
    font-size: 15px;
	}

	.psection .preferite_txt_inner h2 {
		font-size: 20px;
		margin: 0;
		line-height: 22px;
	}
	.preferite_txt {
		position: absolute;
		top: 0;
		right: 0;
		left:auto;
		width: 60%;
	}

	.preferite_txt_inner span {
		font-size: 14px;
		word-break: break-word;
		display: block;
		line-height: 16px;
		padding-top: 6px;
	}

	.preferite_txt .btnstyle.producti_cust {
		position: absolute;
		right: 15px;
		bottom: 20px;
	}

	#videopopup .modal-dialog .modal-footer {
		padding: 10px 0;
	}

	#videopopup .modal-dialog .modal-footer .videobx_info .videobx_rbox {
		justify-content: flex-start;
	}
	#videopopup .videobx_info .product-name-popup {
		width: auto;
	}

	.preferite_bx .preferite_txt_inner {
		max-width: 150px;
	}
	#footer_down .footlogo img {
		max-width: 180px;
	}

	.pagenav ul {
		padding: 0;
	}

	.pagenav ul {
		padding: 0 0 10px 0;
		display: flex;
		flex-flow: row;
		flex-wrap: unset;
		overflow-x: auto;
	}
	.pagenav ul li {
		margin-right: 15px;
		font-size: 11px;
	}
	.pagenav ul li a {
		word-wrap: normal;
		word-break: keep-all;
		white-space: nowrap;
	}

	#footer_down .foot_dup .foot_dup_rght ul li {
		margin-right: 10px;
		padding-right: 10px;
	}

	#footer_down .foot_dup .foot_dup_rght {
		display: flex;
		justify-content: left;
		width: 100%;
		padding-bottom: 20px
	}

	#footer_down .foot_dup .foot_dup_rght ul {
		margin-left: auto;
	}

	#footer_down .foot_dup {
		margin-bottom: 20px;
	}

	.foot_ddown_lft {
		border-bottom: 1px solid #EAEDE8;
		margin-bottom: 20px;
	}

	.foot_ddown_lft ul {
		margin-bottom: 20px;
	}

	.preferite_txt_inner h2 {
		font-size: 21px;
	}
	.searchFilter ul li {
		display: inline-block;
		font-size: 13px;
		margin: 0 10px 10px 0;
		width: auto;
	}

	.formsecntion .formsecntion_left {
		padding-right: 0;
		float: none;
		padding-bottom: 10px;
		max-width: 100%;
		margin: auto;
	}

	.contactpage .contactinfo .mapsection .maps_bx {
		margin: 0 0 50px;
	}

	.formsecntion .formmain {
		max-width: 100%;
		margin: auto;
	}
	.formsecntion .psection h1 {
		margin-bottom: 20px;
	}
	.formsecntion .formsecntion_left::after {
		display:none;
	}
	.contactpage .formsecntion .psection {
		padding-top: 0;
	}

	.pagenav {
		padding: 10px 0 0;
		margin-bottom: 0;
	}
		
	#banner-inner .innpbanner_img {
		height: 300px;
		display: flex;
		align-items: initial;
	}
	.foot_ddown .foot_ddown_rght {
		margin-left: 0;
		margin-right: 0;
	}
	.foot_ddown_lft p {
		font-size: 12px;
	}
	
	.videolist ul li{
		width: 100%;
		max-width: 100%;
	}
	.videobx .videoframe .videofimg img {
		width: 100%;
	}
	.videobx .videobx_info {
		padding: 17px 20px;
		min-height: auto;
	}
	.productslist .productlbx,
	.videobx {
		margin: 0 0px 20px;
	}

	.container .container {
		padding: 0;
	}

	.slick-slider {
		padding: 0;
	}

}

@media screen and (max-width:550px) {

	.videolist ul li {
		margin: auto; width:100%;
	}
}

.filter-le-ricette.active {
	color: #F79B2E;
}

@media screen and (min-width: 1100px) and (max-width: 1400px) {
	body{
		zoom: 80%;
	}

	body #unique-pizza-section {
		height: 130dvh;
	}	
}