/*

 Theme Name:     Fortuna Child

 Description:    Fortuna Child Theme

 Author:         BlueOwlCreative

 Template:       fortuna



*/


@import url("../fortuna/style.css");

:root {
	--electricity-color: #414042;
	--dud-color: #ef4123;
	--light-color: #fdb913;
	--plugs-color: #48a842;
	--switches_shutter-color: #891c56;
	--other-color: #97b53d;
	--sensors-color: #009fa2;
	--air_condition-color: #0061af;
}

.air_condition a .pic_info.type4 .img_overlay_icon {
	border-bottom: 2px solid var(--air_condition-color);
}

.air_condition .info_overlay p {
	background-color: var(--air_condition-color);
}

.sensors a .pic_info.type4 .img_overlay_icon {
	border-bottom: 2px solid var(--sensors-color);
}

.sensors .info_overlay p {
	background-color: var(--sensors-color);
}

.other a .pic_info.type4 .img_overlay_icon {
	border-bottom: 2px solid var(--other-color);
}

.other .info_overlay p {
	background-color: var(--other-color);
}

.switches_shutter a .pic_info.type4 .img_overlay_icon {
	border-bottom: 2px solid var(--switches_shutter-color);
}

.switches_shutter .info_overlay p {
	background-color: var(--switches_shutter-color);
}

.plugs a .pic_info.type4 .img_overlay_icon {
	border-bottom: 2px solid var(--plugs-color);
}

.plugs .info_overlay p {
	background-color: var(--plugs-color);
}

.light a .pic_info.type4 .img_overlay_icon {
	border-bottom: 2px solid var(--light-color);
}

.light .info_overlay p {
	background-color: var(--light-color);
}

.dud a .pic_info.type4 .img_overlay_icon {
	border-bottom: 2px solid var(--dud-color);
}

.dud .info_overlay p {
	background-color: var(--dud-color);
}

.electricity a .pic_info.type4 .img_overlay_icon {
	border-bottom: 2px solid var(--electricity-color);
}

.electricity .info_overlay p {
	background-color: var(--electricity-color);
}

a .pic_info.type4 .info_overlay {
	padding: 0px 0 0px;
}

.info_overlay h3 {
	font-size: 17px;
	line-height: 18px;
	color: #333;
	margin: 0 20px;
	padding: 0px 0 0 0;
	text-align: center;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.info_overlay p {
	color: white;
	font-style: normal;
	font-size: 16px;
	margin: 0px;
	position: absolute;
	top: 0px;
	border-radius: 0px 0px 0px 10px;
	padding-bottom: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 3px 7px 3px 7px;
}

#footer p {
	font-size: 16px;
	line-height: 18px;
}

#footer .dilioricon,
#footer .logosmart {
	font-size: 30px;
}


/* PRORTFILO fix START */
.main_continer {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.back_image {
	position: absolute;
	top: 0;
}

.product_continer {
	box-shadow: 0px 0px 5px #888888;
	border-radius: 5px;
	position: relative;
	top: 40px;
	background: white;
	width: 1200px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	margin-bottom: 100px;
}

.product_info {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: row-reverse;
}

.product_info h1 {
	color: #0061af;
	font-weight: 500;
	font-size: 35px;
	line-height: 35px;
	letter-spacing: -.04em;
	margin-bottom: 15px;
	margin-top: 0px;
	direction: rtl;
}

.product_info h2 {
	color: #0061af;
	font-weight: 500;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -.01em;
	margin-bottom: 5px;
	margin-top: 15px;
	direction: rtl;
}

.product_info h3 {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -.02em;
	margin-bottom: 0px;
	margin-top: 0px;
}

.link_title {
	font-size: 18px;
	line-height: 18px;
	margin-left: -10px;
	color: #0061af;
}

.links_continer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 40px;
}

.links {
	display: flex;
	align-items: center;
	justify-content: center;
}

.links a {
	padding-right: 20px;
	display: flex;
}

.links a img {
	width: 100px;
}

.text_bt a {
	width: auto;
	height: 40px;
	border-radius: 3.35px !important;
	border: 1px #939598 solid;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 10px;
	padding-left: 10px;
}

.continer_a {
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper {
	width: 100%;
	height: 100%;

}


.continer_b {
	text-align: right;
	width: 50%;
	padding-left: 120px;
}

.continer_a_mobile {
	display: none;
}

@media only screen and (max-width: 1280px) {
	.product_continer {
		width: 90%;
	}

	.product_info {
		flex-direction: column-reverse;
	}

	.continer_a {
		display: none;
	}

	.continer_a_mobile {
		display: flex;
		margin-bottom: 20px;
	}

	.continer_b {
		width: 100%;
		padding-left: 0px;
	}
}

@media only screen and (max-width: 500px) {
	.product_info h1 br {
		display: none;
	}

	.product_info h1 {
		color: #0061af;
		font-weight: 500;
		font-size: 30px;
		line-height: 28px;
		margin-bottom: 15px;
		margin-top: 0px;
		direction: rtl;
		text-align: center;
		letter-spacing: -.04em;
	}
}

/* PRORTFILO fix END */




/* woocommerce_responsive fix START */

@media only screen and (min-width: 1280px) {
	.woocommerce-loop-product__title {
		height: 80px !important;
	}
}

@media only screen and (max-width: 1280px) and (min-width: 1017px) {
	.woocommerce-loop-product__title {
		height: 70px !important;
	}
}

@media only screen and (max-width: 1017px) and (min-width: 769px) {
	.woocommerce-loop-product__title {
		height: 70px !important;
	}
}

@media only screen and (max-width: 769px) {
	.woocommerce-loop-product__title {
		height: 70px !important;
	}
}

/*woocommerce_responsive fix END */

.t-home-icon .img_overlay_icon {
	display: none !important;
	visibility: hidden !important;
}

.t-home-icon.boc_image_box .pic_info.type13 .pic {
	margin: 14px 80px 0 80px;
}

.t-home-icon.boc_image_box .info_overlay h3 {
	color: #ffffff !important;
	font-size: 23px;
}

.t-home-icon.boc_image_box .info_overlay h3:after {
	background-color: #2d6db4;
}

/* Theme customization starts here */

html,
body,
form,
fieldset,
table,
tr,
td,
img {
	margin: 0;
	padding: 0;
	font: rubik, helvetica, sans-serif;
}

#menu>ul>li>a {
	font-family: rubik;
	font-size: 18px;
	letter-spacing: -0.03em;
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
	.woocommerce-loop-product__title {
		font-size: 16px !important;
	}

	.woocommerce ul.products li.product .price,
	.woocommerce-page ul.products li.product .price {
		color: #666 !important;
		font-size: 18px !important;
		;
		margin: 6px 0px 2px 0px !important;
	}
}

/* post  START*/

.post_description h2 {
	margin-bottom: 5px;
	margin-top: 30px;
}

.post_description h3 {
	margin-bottom: 10px;
	margin-top: 0px;
}

.post_item_block p {
	line-height: 20px;
}

.more-link2:before {
	content: "\e78f";
	font-family: 'icomoon';
	font-size: 13px;
	line-height: 11px;
	background: #0061AF;
	float: right;
	display: inline-block;
	color: #fff;
	border-radius: 12px;
	text-align: center;
	margin-right: 0px;
	margin-left: 10px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	text-indent: 0;
	padding: 1px 0px 1px 0px;
	width: 13px;
}

#respond {
	text-align: right;
}

.post_content .calendar_date {
	margin-right: 0px;
	/* background: url('images/blog_icon_date.png') 55px 1px no-repeat; */
	background: none !important;
	padding: 0px 0px 0 0px;
	border-right: none;
}

.sidebar .widget,
.wpb_widgetised_column .widget {
	margin-bottom: 35px;
	float: right;
	text-align: right;
}

.post_content .post_meta {
	text-align: right;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #999;
}

.boc_heading.bgr_diagonal span,
.boc_heading.bgr_dotted span,
.boc_heading.bgr_multidotted span,
.boc_heading.bgr_double span,
.boc_heading.bgr_single span {
	padding: 0 0px 0 12px;
	background: #fff;
	display: inline-block;
}

.post_content .author {
	display: none;
}

.post_content .comments {
	display: none;
}

#sidebar {
	margin-top: 20px
}

@media only screen and (min-width: 1281px) {
	.small_post_desc_right {
		height: 124px;
	}
}

@media only screen and (max-width: 1017px) and (min-width: 769px) {
	.small_post_desc_right {
		height: 134px;
	}
}



@media only screen and (max-width: 768px) {
	.sidebar {
		padding-bottom: 35px;
		display: none !important;
	}
}


@media only screen and (min-width: 769px) {
	.post_content.span_3_of_4 {
		padding-left: 80px;
	}
}

/* post  END*/
.diloricon {
	display: none;
}