/*Customization for theme*/

/********************* Header ************************/
.header-parts {
	border-bottom: 4px solid red;
}
.short-description {
	 padding: 0;
	 box-shadow: none;
	 border-radius: 0;
	 font-size: 12.5px;
}

.logo {
	text-align: center;
}
.elementor-heading-title {
	/*font-size: 16px !important;*/
}

.navbar {
	position: static;
	min-height: unset;
	margin-top: 8px;
	margin-bottom: 0;
	border: none;
	display: block;
}

.navbar ul {
	list-style: none;
	background-color: #f7f5f5a1;
	text-align:center
}
.navbar ul li{
	display:inline-block;
	transition:all .5s ease;
	border-bottom:4px solid #f7f5f5a1;
}
.navbar ul li:hover{
	background-color: #eeecec5e;
	border-bottom:4px solid red;
}

.navbar ul li a {
	text-decoration: none;
	color: #848484e0;
	display: block;
	font-size: 14px;
	padding: 11px 12px;
}

.navbar ul li:nth-child(4) a:before{
	content:"\f12d";
	font-family: FontAwesome;
	margin-left:.3em;
	font-size: 20px;
	}
.navbar ul li:nth-child(3) a:before{
	content:"\f246";
	font-family: FontAwesome;
	margin-left:.4em;
	font-size: 20px;
	}
.navbar ul li:nth-child(6) a:before{
	content:"\f1a4";
	font-family: FontAwesome;
	margin-left:.4em;
	font-size: 20px;
	}
.navbar ul li:nth-child(1) a:before{
	content:"\f192";
	font-family: FontAwesome;
	margin-left:.4em;
	font-size: 20px;
	}
	
.navbar ul li:nth-child(5) a:before{
	content:"\f125";
	font-family: FontAwesome;
	margin-left:.4em;
	font-size: 20px;
	}
.navbar ul li:nth-child(2) a:before{
	content:"\f247";
	font-family: FontAwesome;
	margin-left:.4em;
	font-size: 20px;
	}
	
/********************* Mega Menu ************************/

}
ul.elementskit-navbar-nav li{
	display:inline-block;
	transition:all .5s ease;
	border-bottom:4px solid #f7f5f5a1;
}
ul.elementskit-navbar-nav li i{
	display:none !important;
}
ul.elementskit-navbar-nav>li:hover{
	background-color: #fbfbfb !important;
}
ul.elementskit-navbar-nav>li:hover a{
	color: #ec2127 !important;
}
ul.elementskit-navbar-nav >li >a {
	text-decoration: none;
	color: #848484e0;
	display: block;
	font-size: 13.4px !important;
	font-weight:normal !important;
	padding: 11px 12px;
	color: #606060 !important;
}
ul.elementskit-navbar-nav>li> a:before {
	color: #C7C7CB;
}

ul.elementskit-navbar-nav > li:nth-child(4) > a:before{
	content:"\e952";
	font-family: icomoon;
	margin-left:.3em;
	font-size: 20px;
	}
ul.elementskit-navbar-nav > li:nth-child(3) > a:before{
	content:"\e951";
	font-family: icomoon;
	margin-left:.4em;
	font-size: 20px;
	}
ul.elementskit-navbar-nav > li:nth-child(6) > a:before{
	content:"\e94d";
	font-family: icomoon;
	margin-left:.4em;
	font-size: 20px;
	}

ul.elementskit-navbar-nav > li:nth-child(1) > a:before{
	content:"\e94f";
	font-family: icomoon;
	margin-left:.4em;
	font-size: 20px;
	}
ul.elementskit-navbar-nav > li:nth-child(5) > a:before{
	content:"\e919";
	font-family: icomoon;
	margin-left:.4em;
	font-size: 20px;
	}
ul.elementskit-navbar-nav > li:nth-child(2) > a:before{
	content:"\e950";
	font-family: icomoon;
	margin-left:.4em;
	font-size: 20px;
	}
	
	ul.elementskit-navbar-nav>li ul li:hover a span{
	color: red!important;
	
}
/********************* Product Category Page ************************/
.subcategory {
	color: #595758;
	background-color: #eee;
	padding: 0 7px;
	border-radius: 5px;
}.subcategory:hover {
	text-decoration: none;
	color: black;
	background-color: #d7d7d7;
}
.toggle_description{
	display:none;
	box-shadow: 0px 0px 20px 1px rgb(0 0 0 / 10%);
	border-radius: 14px;
	margin-top: 30px;
	padding: 20px 40px;
	transition: all .2s;
	background-color: #fff;
}

.subcategory-box {
	padding: 10px;
	background-color: #fff;
	}
.sidebar-box{
	background-color: #fff;
}

.subcategory-box img {
	width: 100%;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
/* 	height: 80px; */
	vertical-align: middle;
}
.subcategory-box:hover {
	  transform: none; 
}
.button-row{
	height: 41px;
}
.lastupdate{
	font-size: 11px;
	direction: ltr;
	white-space: pre;
	vertical-align: middle !important;
}
.read-more-btn {
	width: 120px;
	height: 34px;
	border-radius: 12px;
	background-color: #eb1b21;
	color: #fff;
	border: none;
	transform: translateY(9px);
	font-size: 11px;
}
.read-more-btn:hover {
box-shadow: 0px 0px 20px ;	
}
.read-more-btn .fa {
	margin-left: 0.4em;
	font-size: 13px;
	vertical-align: middle;
}

.subcategory-link h3 {
	font-size:16px;
	margin: 10% 6%;
}

.subcategory-box > h2 {
	background: #eb1b21;
	border-radius: 4px;
	font-size: 23px;
}
.subcategory-box > a h3 {
	width: 100%;
	text-align: center;
}
.subcategory-box > a h3 {
	font-size: 1.6rem;
	}
.subcategory-box .table tbody tr td:nth-child(1) {
	opacity: .5;
	font-size: 12px;
	vertical-align: middle;
}
.subcategory-box .table td a {
	color: #8c8a8a;
	font-weight: bold;
}
.subcategory-box .table td a:hover {
	text-decoration: none;
	color:#eb1b21;
}
.page-template-jadval_vazni_template figure {
	width: 100%;
	margin-bottom: 6em;
}
.page-template-jadval_vazni_template caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	caption-side: top;
	background-color: #d70808;
	border-bottom: 1px solid;
}
.page-template-jadval_vazni_template table tr:nth-child(1) {
	background-color: #d70808 !important;
	color: #fff;
}.page-template-jadval_vazni_template table  {
	border-collapse:collapse
}.page-template-jadval_vazni_template table td  {
	border:1px solid;
	border-color: #fff !important;
}.page-template-jadval_vazni_template .posts-container {
	display: block;
	margin: auto;
	width: 78%;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	 border-top: none;
}

.table > thead > tr > th {
	vertical-align: bottom;
	/* border-bottom: 2px solid #ddd; */
	background-color: #605858;
	color: #fff;
}
.category-img {
	width: 100%;
	}
.subcategory-table-title {
	text-align: center;
	padding: 16px 22px;
	background-color: #eb1b21;
	margin: auto;
	width: max-content;
	border-bottom-right-radius: 28px;
	border-bottom-left-radius: 28px;
	color: #fff;
	position: relative;
	top: -19px;
	box-shadow: 0 0px 9px #9b9494;
}
ul.othercars{
	list-style-type:none;
	padding-right: 1.1em;
}ul.othercars li{
	margin-bottom: 0.7em;
}
ul.othercars li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 0 0 8px;
    color: #f00;
}
.woocommerce img, .woocommerce-page img {
	border-radius: 8px;
}
@media only screen and (max-width:768px){

.subcategory-link {
	display: block;
	text-align: center;
}
.subcategory-box > h2 {
	font-size: 18px;
}.subcategory-box > a h3 {
	font-size: 1.2rem;
}
}
/********************* Product Page ************************/
.home .viewtable {
	margin-right: 3.4em;
	color: #868686d6;
	text-decoration: underline;
}
.page-id-5128 .elementor-heading-title {
	font-size: 21px !important;
	color: #696C6C !important;
}
h2.product-title{display:none}
#wps-slider-section.wps-slider-section-1179,
#wps-slider-section.wps-slider-section-1256 {
	padding-top: 0 !important ;
}
.active-title:hover {
	color: #fff;
	text-decoration: none;
	box-shadow: 0 0 8px #cccbcb;
}
.active-title, .heading {
	background-color: #eb1b21;
	text-decoration: none;
	text-align: center;
}
.woocommerce-Reviews-title,
#commentform label,
.stars,#reply-title,
.comment-notes
{display:none}
.comment-form-author label ,.comment-form-email label {display:block !important}
#comment {
	padding: 10px 15px;
	background: #fdfdfd;
	border-color: #ccc;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
}
#comment:focus {	outline: 1px solid #03a9f4 !important;}
.form-control:focus {
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	border-color: #03a9f4;
}
.comment-form input[type="email"], .comment-form input[type="text"] {
	border: 1px solid #e3e3e3;
	padding: 21px 16px;
	margin: 9px 0;
}
#submit {
	background-color: #eb1b21 !important;
	color: #fff !important;
}#submit:hover {
	background-color: #c41f24 !important;
	box-shadow: 0 0 7px #c8c7c7 !important;
}
	
	
}
.comment-form textarea {	 border: 1px solid #e8e8e8; ;
}
.woocommerce-noreviews {
	padding: 1em 0;
	color: #848181;
	font-size: 13.6px;
}

#comments .avatar {
	width: 53px;
	border: none;
	border-radius: 29px;
	padding: 0;
	z-index: 999;
	box-shadow: 1px 1px 7px rgba(0,0,0,.2);
	-moz-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
	-ms-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
	-o-box-shadow: 1px 1px 7px rgba(0,0,0,.2);
	background: #fff;
	float: right;
	margin-left: 1em;
	height: 50px;
}
.meta {
	font-size: 12px;
	color: gray;
}
	
#comments ol.commentlist {
	width: calc(100% - 30px);
	list-style: none;
	padding: 0 60px 4px 0;
	margin: 22px 0 15px 0;
	position: relative;
}

.review {
	padding: 23px 9px;
	background-color: #f9f9f9c4;
	border-radius: 13px;
	margin-bottom: 1em;
	/* border: 1px solid #f6f6f6; */
	box-shadow: 0 0 4px #dfdbdb;
}
#comments .description {
	font-size: 13px;
	color: gray;
}

.breadcrumbs, .woocommerce-breadcrumb {
	padding: 20px 0;
	color: #4d4f4e;
	font-size: 13px;
}
.woocommerce-breadcrumb a,
.breadcrumbs a {
	color: #4d4f4e;
	font-size: 12px;
	padding: 8px;
}
.woocommerce-breadcrumb a:hover,
.breadcrumbs a:hover {
	background-color: #f7f7f7;
	border-radius: 5px;
	text-decoration: none;
}
.breadcrumbs .fa-home, .woocommerce-breadcrumb .fa-home {
	font-size: 21px;
	color: #eb1b21;
}
.elementor-section {
	background-color: #fff;
}
.single  .menubar,.archive .menubar{
	margin-top:2em;
	padding: 0;
}
/********************* Media Query ************************/

@media only screen and (max-width:768px){
#comments .avatar {
	width: 43px;
	height: 43px;
}
#comments ol.commentlist {
	padding: 0 30px 0 0;
	}
.heading {
	margin-right: 9px;
}
#wps-slider-section.wps-slider-section-1179,
#wps-slider-section.wps-slider-section-1256 {
	padding-top: 45px !important ;
}
.area > a {
	padding: 0;
}
.header-parts > div .area {
	width: 100%;
	margin: 1em 0;
}
.searcharea {
	margin-right: 0;
}
.logo {
	text-align: center;
}
.searcharea > input {
	width: auto;
	padding: 0;
}
.padding-container {
	padding: 0;
}
.navbar {
	padding: 0;
}
.navbar ul {
	margin: 0;
	padding: 0;
}

}




/********************* FOOTER ************************/
.footer-divider {
	background-color: #595758 !important;
	}
.footer {
	background-color: #DBD5D561;
	padding: 20px 40px 10px 40px;
	}

footer ul {
	list-style:none;
	margin:0;
	padding:0;
}

footer .foot {
	background-color: transparent;
}

footer .enamad img{
	width: 219px;
}
footer ul.rightcol {
	padding: 0 0.5em;
}
footer ul.rightcol li {
	border: 4px solid #595758;
	border-radius: 19px;
	text-align: center;
	border-right: 19px solid #595758;
	margin-bottom: 0.7em;
	background-color: #595758;
	transition:all 0.4s ease
}
footer ul.rightcol li:hover {
	box-shadow: 0 0 7px;
}

footer ul.rightcol li span {
	display: block;
	padding: .5em;
	border-top-right-radius: 19px;
	border-bottom-right-radius: 19px;
	background-color: #f1efef;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	color: #595758;
	font-size: 12px;
	font-weight: bold;
}
footer ul.rightcol li span a {
	color:#595758;
	text-decoration:none;
}

footer h4 {
	border: 2px solid #eb1b21;
	border-radius: 19px;
	text-align: center;
	border-left: 15px solid #eb1b21;
	margin-bottom: 0.7em;
	background-color: #eb1b21;
	margin-top: 0;
}

footer h4 span {
	display: block;
	padding: 0.9em;
	border-top-right-radius: 19px;
	border-bottom-right-radius: 19px;
	background-color: #f1efef;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	color: #595758;
	font-size: 12px;
}
footer .colinner {
	padding: 0 4.5em;
}

footer ul.socialwrapper li {
	display: inline-block;
	border: 1px solid #eb1b21;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 5px;
	margin: 0 0.1em;
	background-color: #eb1b21;
	box-shadow: 0 0 8px 2px #8c8c8cb3;
	transition: top 1s;
	position: relative;
}

footer ul.socialwrapper li:hover {
	box-shadow: 0 0 10px 0 transparent;
	top:-3px;
	
}

footer ul.socialwrapper li span {
	font-size: 23px;
}
footer ul.socialwrapper li a span {
	text-decoration: none;
	color: #fff;
	font-family: FontAwesome;
}

footer li.aparat span {
	background: url(../images/icons8-aparat-48.png) no-repeat;
	display: block;
	width: 27px;
	height: 27px;
	background-size: cover;
}

footer li.aparat {
	padding: 3px !important;
	top: 0.7em;
}
footer .foottext {
	color: #595758;
	font-size: 12.3px;
	font-weight: bold;
	padding: 0;
	text-align: center;
	margin: 1.6em 0;
}
footer .btnaddress {
	margin-top:1em;
}

footer .btnaddress span {
	display: inline-block;
	border-radius: 25px;
	padding: 0.6em 1.1em;
	margin-left: 0.8em;
	font-size: 12px;
	font-weight: bold;
}

footer .btnaddress span:nth-child(1) {
	background-color: #eb1b21;
	color: #fff;
	margin-right: 1.7em;
}
footer .btnaddress span:nth-child(2) {
	background-color: #595758;
	color: #fff;
}
footer .contactmsg {
	margin-top: 2em;
	border: 2px solid #0d0d42a8;
	border-radius: 25px;
	width: 70.1%;
	text-align: center;
	position: relative;
	transition:all 0.4s ease
}
footer .contactmsg:hover {
	background-color: #75716d;
	cursor: pointer;
	box-shadow: 0 0 7px;
	border-color: transparent;
	color: #fff;
}
footer .contactmsg span {
	display:inline-block
	
}

footer .contactmsg span:nth-child(1) {
	width: 22.9%;
	height: 43px;
	background: url(../images/phone.png) no-repeat;
	position: relative;
	top: 0.4em;
	right: -18px;
}
footer .contactmsg span:nth-child(2) {
	width: 75%;
	position: absolute;
	top: 2px;
	line-height: 1.6em;
	left: 1px;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 14.5px;
}
footer .internal {
	background-color: #eb1b21;
	color: #595758;
	margin: auto;
	display: block;
	width: 22%;
	border-radius: 16px;
	height: 30px;
	text-align: center;
	padding: 7px;
	font-size: 12.3px;
	font-weight: bold;
	color: #fff;
}
footer .hr {
	background-color: #595758;
	border: 0;
	height: 4px;
	width: 87%;
	text-align: right;
	margin-right: 0.3em;
}

footer ul.address {
	list-style: disc;
	margin-right: 2.5em;
}
footer ul.address li {
	margin-bottom: 0.4em;
	font-size: 14px;
}
footer .colinfo{
	position: relative;
	right: -2.2em;
	border-right: 2px solid #e3898c;
	padding-right: 2em;
}
footer .enamad  {position: relative;}
footer .enamad img {
	position: absolute;
	top: 6em;
	right: -4em;
}

@media only screen and (max-width:768px){
	
	footer .colinner {
	padding: 0 ;
}
.footer {
	padding: 20px 5px 10px 5px;
}
footer .contactmsg {
	margin: 2em auto;
	
}
footer .foot {
	padding: 10px;
}

footer .internal {
	width: 31%;
}
footer ul.address {
	margin-right: 0em;
}
footer ul.address li {
	font-size: 12px;
}
footer .enamad img {
	position: static;
	margin: 2em auto;
}
footer .btnaddress {
	margin-top: 2em !important;
}
footer div.kianlogo {
	margin: auto;
	text-align: center;
}
footer div.kianlogo img {
	margin: 2.1em 0;
}
footer .colinfo {
	position: static;
	border-right: 0;
	padding-right: 1em;
}
}