@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Extra+Condensed:wght@300&display=swap');

a, p, h1, h2, h3, h4, h5, h6, span, li, ul, ol, input, label, textarea, select, button, tr, th, td {
    font-family: 'Fira Sans Extra Condensed', sans-serif;
}
a, p, span, li, ul, ol, input, textarea, select, button {
    /*font-size: 18px;*/
}

/*BANNER*/
#banner-new img {
    filter: brightness(0.7);
}
.carousel-caption {
    bottom: 50px;
}
.carousel-caption h1 {
    font-size: 3.5rem;
}
@media screen and (max-width: 769px){
    .carousel-caption h1 {
        font-size: 2.5rem;
    }
}

/* HEADER */
.header-top a {
    color: white;
    font-size: 18px;
}
#site-navigation a {
    font-size: 20px;
}
#site-navigation a:hover, #site-navigation a:focus {
    color: #e00b17;
    font-weight: bold;
}
#site-navigation.collapse {
    display: block;
}
#site-navigation ul {
    margin: 0;
    display: inline-block;
    padding: 0;
    list-style-type: none;
}
#site-navigation ul li {
    display: inline-block;
}
#site-header .container {
    max-width: 1200px;
}
[aria-label='breadcrumb'] {
    background-color: #e9ecef;
}

@media (max-width: 991px) {
    #site-navigation.collapse {
        display: none;
    }
    #site-navigation.collapse.show {
        display: block;
    }
    #site-navigation ul {
        display: block;
    }
    #site-navigation ul li {
        display: block;
    }
}

/*BREADCRUMBS*/
.breadcrumb-item a {
    font-size: 20px;    
}

/* FOOTER */
#site-footer {
    background: #686868;
}
#site-footer ul li {
    list-style: none; 
}
#site-footer h5, #site-footer a, #site-footer p {
    color: #eaf2ec;
}
#site-footer h5::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 30px;
    width: 50px;
    border-bottom: 2px solid #eaf2ec;
}
#site-footer .fa-facebook-messenger, #site-footer .fa-instagram, #site-footer .fa-youtube{
    color: #eaf2ec;
    font-size: 20px;
}
.footer-bottom {
    border-top: 2px solid #eaf2ec;
}

/*CONTACT PAGE*/
.form-check-input, form p {
    display: inline;
}
.form-check-input {
    position: unset;
    margin-top: unset;
    margin-left: unset;
}

/*GALLERY*/
#gal-modal {
    background: black;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	z-index: 1500;
}
#modal-container {
	width: 80%;
	height: 80%;
	margin: 10vh auto;
	display: flex;
}
#modal-container::-webkit-scrollbar {
	width: 10px;
}
#modal-container::-webkit-scrollbar-track {
	background: white;
}
#modal-container::-webkit-scrollbar-thumb {
	border-radius: 20px;
	height: 50px;
	background: #91f3f3;
}
#modal-container::-webkit-scrollbar-thumb:hover {
	background: #114395;
}
#modal-container img {
	max-width: 100%;
	max-height: 100%;
	align-self: center;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
#gal-modal #modal-close {
	position: fixed;
    top: 20px;
    right: 35px;
    font-size: 30px;
    color: white;
    cursor: pointer;
    font-weight: bold;
	padding: 13px 13px 15px 13px;
	line-height: 16px;
    border-radius: 50%;
    transition: 0.5s color, 0.5s transform;
}
#gal-modal #modal-close:hover {
	color: #91f3f3;
	transform: rotateX(180deg);
}
#gal-modal #gal-prev,
#gal-modal #gal-next {
    color: white;
    position: absolute;
    top: 50vh;
    font-size: 33px;
    padding: 20px;
    font-weight: bold;
    cursor: pointer;
	border-radius: 50%;
	transition: 0.5s transform, 0.5s color;
}
#gal-modal #gal-prev:hover,
#gal-modal #gal-next:hover {
    color: #91f3f3;
	transform: rotate(360deg);
}
#gal-modal #gal-prev {
    left: 5%;
}
#gal-modal #gal-next {
    right: 5%;
}

@media (max-width: 600px) {
	#gal-modal #gal-prev,
	#gal-modal #gal-next {
    	display: none
	}
}
@media (max-width: 500px) {
	.reference-gall .col-lg-3 {
		padding: 0 7px;
	}
}
.gal-modal-trig {
	cursor: pointer;
}
.gal-modal-trig:hover {
	opacity: 0.8;
}
#gal-modal.big #modal-container {
	height: 95%;
	margin: 2.5vh auto;
}

/*SERVICES*/
.index-products:hover {
    background: red;
    -webkit-box-shadow: 1px 1px 10px 4px rgba(150,150,150,1);
    -moz-box-shadow: 1px 1px 10px 4px rgba(150,150,150,1);
    box-shadow: 1px 1px 10px 4px rgba(150,150,150,1);
}
.index-products:hover > h5 {
    color: white;
    transition-duration: 0.5s;
}
tbody {
    text-align: center;
}
table {
    border-collapse: unset;
}
tbody li {
    text-align: left;
}

/*BLOG*/
.side-heading {
    border-bottom: 3px solid red;
    text-transform: uppercase;
}
.page-link {
    color: #e00b17;
}
.page-item.active .page-link {
    background-color: #e00b17;
    border-color: #e00b17;
}

element.style {
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(224 11 23 / 36%);
}

/* ======= FAQs ====== */
.faq-item{
    margin-bottom: 15px;
}.faq-item:last-of-type {
    margin-bottom: 0;
}
.faq-item .faq-body {
    display: none;
    padding: 0 20px 0 40px;
    position: relative;
}
.faq-item .faq-body::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    border: 1px dashed lightgray;
    width: 1px;
}
.faq-item.opened .faq-body {
    display: block;
}
.faq-item .faq-title {
    cursor: pointer;
    background: #E00B19;
    transition: 0.5s color;
}.faq-item.opened .faq-title {
    color: white;
    margin-bottom: 15px;
}
.faq-item .octangle-cont {
    position: relative;
    margin-right: 15px;
    display: inline-block;
    float: left;
}.faq-item .octangle-cont::after {
    content: '\002B';
    position: absolute;
    top: 0;
    left: 0;
    color: #e00b19;
    text-align: center;
    width: 24px;
    line-height: 24px;
    height: 24px;
    font-weight: bold;
}.faq-item.opened .octangle-cont::after {
    content: '-';
}
.faq-item .faq-title img {
    width: 30px;
}

.faq-item{
    margin-bottom: 15px;
}.faq-item:last-of-type {
    margin-bottom: 0;
}
.faq-item .faq-body {
    display: none;
    padding: 0 20px 0 40px;
    position: relative;
}
.faq-item .faq-body::after {
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    height: 100%;
    border: 1px dashed lightgray;
    width: 1px;
}
.faq-item.opened .faq-body {
    display: block;
}
.faq-item .octangle-cont {
    color: black;
    display: inline-block;
    width: 24px;
    line-height: 23px;
    height: 24px;
    background: white;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
}
.faq-item .faq-title img {
    width: 30px;
}
.faq-title p {
    margin-bottom: 0;
    color: white;
}

/*PRODUCTS*/
.badge-primary {
    background-color: #e00b17;
}
.list-group-item.active {
    background-color: #e00b17;
    border-color: #e00b17;
}
.sorting {
    border-top: 1px solid #edeff1;
    border-bottom: 1px solid #edeff1;
}
.price-old {
    text-decoration: line-through;
}
.price-new {
    color: red;
}
.price-new, .price-old {
    font-size: 20px;
}
#products-all .card {
    position: relative;
}
.sale-label, .new-label {
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 5px;
    color: white;
}
.sale-label {
    background: #e00b17d6;
}
.new-label {
    background: #6ac92edb;
}
.sale-percent {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
    color: white;
    background: #e00b17d6;
}
.categoriesH {
    border: 1px solid #c1c1c1;
    padding: 2%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.fontSizePrice {
    font-size: 40px;
}
.new-labelProduct {
    position: absolute;
    top: 0px;
    right: 10px;
    border-radius: 5px;
    color: white;
    background: #6ac92edb;
}

.return-modal-input-field {
    border: 1px solid #ebebeb;
    background: none;
    height: 40px;
    width: 100%;
    padding: 0px;
    color: #5a5a5a;
}

.sp-on-hover-click:hover {
    background: #c2c0e8;
    cursor: pointer;
}



#sp-agent-users-staff .fade {
    opacity: 1 !important;    
}
#sp-agent-users-staff .nav-tabs a {
    height: 35px;
    line-height: 33px !important;
    color: #fff !important;
    border-radius: 3px;
    padding: 0 15px !important;
    box-shadow: none;
    background: #5698D2;
    border: 1px solid #5698D2;
    cursor: pointer;
    transition: color .4s, background .4s;
}

#sp-agent-users-staff .nav-tabs li {
    margin-right: 5px;
    margin-top: 3px;
}

#sp-agent-users-staff .nav-tabs a:hover,
#sp-agent-users-staff .nav-tabs a:focus {
    color: #5698D2 !important;
    background: #fff !important;
}

#sp-agent-users-staff .nav-tabs li.active a {
    background: #9C69AB;
    border: 1px solid #9C69AB;
    cursor: pointer;
}

#sp-agent-users-staff .nav-tabs li.active a:hover,
#sp-agent-users-staff .nav-tabs li.active a:focus {
    color: #9C69AB !important;
}

#sp-agent-users-staff .nav > li {
    position: relative;
    display: flex;
}
