/*-------------------------------------------*
/* Fonts
/*-------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

@font-face {
	font-family: 'Font Awesome 5 Free';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("../webfonts/fa-solid-900.eot");
	src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); 
}
  
.fa,
.fas {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900; 
}

/*------------------------------------------*/
/* Body, base styles
/*------------------------------------------*/

* {
	outline: none !important;
}

body {   
	font-family: 'Roboto', sans-serif;
	font-size: 0.938rem;
	color: #1a1a18;
}

a {
	color: #f07c00;
	text-decoration: none;
}

a:hover {
	color: #ff8400;
}

b, strong {
	font-weight: 700;
}

ul.list {
	padding-left: 0;
	list-style: none;
	line-height: 1.7;
}

ul.list li::before {
	content: "\f111";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 0.25em;
	vertical-align: middle;
	color: #f07c00;
	margin-right: 0.5rem;
}

.img-fluid {
	width: 100%;
}

.border {
	border: 0.25rem solid #e7e7e7 !important;
}

.border-bottom {
	border-bottom: 0.063 solid #e7e7e7 !important;
}

.bg-orange {
	background-color: #f07c00;
	color: #fff;
}

/*------------------------------------------*/
/* Layout
/*------------------------------------------*/

.container-fluid {
	max-width: 1140px;
}

/*------------------------------------------*/
/* Header
/*------------------------------------------*/

.header-logo { 
	position: relative;
	width: 2.25rem;
	flex: 0 0 auto;
}

.header-logo-link {
	background-color: #fff;
}

.search-form-text {
	padding: 0.375rem 0.5rem;
	font-family: 'Roboto', sans-serif;
	font-size: 0.938rem;
	line-height: 1;
	color: #1a1a18;
	border: 0.125rem solid #f07c00;
	outline: none;
	background-color: #fff;
}

.search-form-submit {
	padding: 0.375rem 0.5rem;
	font-family: 'Montserrat',sans-serif;
	font-size: 0.938rem;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	color: #fff;
	border: 0;
	outline: none;
	background-color: #f07c00;
}

.user-nav-link {
	color: #1a1a18;
	transition: color .15s ease-in-out;
}

.user-nav-link:hover,
.user-nav-link i {
	color: #f07c00;
}

/*------------------------------------------*/
/* Forms, Buttons
/*------------------------------------------*/

.form-control {
	padding: 0.5rem 0.75rem;
	font-family: 'Roboto', sans-serif;
	border: 0.125rem solid #e7e7e7;
	border-radius: 0;
}

.form-control:focus {
	border: 0.125rem solid #f07c00;
	box-shadow: none;
}

.form-control:disabled, 
.form-control[readonly] {
	background-color: #e7e7e7;
}

.btn {
	border: none;
	border-radius: 0;
}

.btn-primary {
	padding: 0.75rem 1.5rem;  
	font-family: 'Montserrat',sans-serif;
	font-size: 0.938rem;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	background-color: #f07c00;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	color: #fff;
	background-color: #ff8400;
	box-shadow: none !important;
}

button,
button:focus {
	border: 0;
}

/*------------------------------------------*/
/* Navigation
/*------------------------------------------*/

.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.nav-link {
	position: relative;
	font-size: 0.875rem;
	font-family: 'Montserrat',sans-serif;
	font-weight: 600;
	color: #1a1a18;
}

.nav-link:hover {
	color: #f07c00;
}

.nav-link:hover {
	color: #f07c00;
}

.navbar-toggler {
	padding: 0;
	border: none;
	border-radius: 0;
	font-size: 1.5rem;
}

.navbar-toggler:focus {
	box-shadow: none;
}

/*------------------------------------------*/
/* Breadcrumb
/*------------------------------------------*/

.breadcrumbsbar {
	background-color: #f07c00;
}

.breadcrumb-item,
.breadcrumb-item a {
	color: #fff;
}

.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before {
	color: #ffcb93;
}

/*------------------------------------------*/
/* Slider
/*------------------------------------------*/

.slider {    
	background-color: #f07c00;
	border-top: 0.25rem solid #f07c00;
	border-bottom: 0.25rem solid #f07c00;
}

.slide-content {
	position: relative;
}

.slide-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.slide-title {    
	font-family: 'Montserrat', sans-serif;
	font-size: 0.938rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	color: #fff;
}

.slider-prev, 
.slider-next {
	position: absolute;
	top: 50%;
	z-index: 100;
	transform: translateY(-50%);
	padding: 0 0.5rem;
	background: transparent;
	color: #fff;
	font-size: 1.5rem;
}

.slider-prev {
	left: 0;    
}

.slider-next {
	right: 0;
}

.slider-pagination {
	position: absolute;
	z-index: 100;
	bottom: 1rem !important;
}

.swiper-pagination-bullet {
	width: 0.625rem !important;
	height: 0.625rem !important;
	background: #fff !important;
	opacity: 1 !important;
	margin: 0 0.25rem !important;
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	background-color: #f07c00 !important;
}

/*------------------------------------------*/
/* Titles
/*------------------------------------------*/

.title {
	position: relative;
	font-family: 'Montserrat',sans-serif;
	font-weight: 600;
	text-align: center; 
}

.title::after {
	content: "";
	display: block;
	position: absolute;
	background-color: #f07c00;
}

.title::after {
	bottom: 0;
	left: 50%;
	width: 8.75rem;
	height: 0.25rem;
	margin: 0 0 0 -4.375rem; 
}

/*------------------------------------------*/
/* News slider
/*------------------------------------------*/

.news-slider {
	background: #f1f1f1;
}

.news-slider-item {
	height: auto;
	background: #fff;    
}

.news-slider-item-title {
	font-family: 'Montserrat',sans-serif;
	font-weight: 600;
}

.news-slider-item-descr {
	font-weight: 500;
}

.news-slider-footer {
	position: relative;
}

.news-slider-nav {
	position: absolute;
	top: 0;
	right: 0;
}

.news-slider-nav button {
	font-size: 0.938rem;
	padding: 0.75rem 1.125rem;
	background: #f07c00;
	color: #fff;
}

.news-slider-nav button:hover {
	background-color: #ff8400;
	transition: background-color .15s ease-in-out;
}

/*------------------------------------------*/
/* Contacts
/*------------------------------------------*/

.footer-contacts {
	position: relative;
	color: #fff;
	background-image: url(../images/contacts.jpg);
	background-size: cover;
	background-position: 50% 50%;
	border-top: 0.25rem solid #f07c00;
	border-bottom: 0.25rem solid #f07c00;
}

.footer-contacts::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.footer-contacts-inner {
	position: relative;
	z-index: 2;
}

.footer-contacts-item,
.contacts-item {
	line-height: 1.8;
}

.phone::before,
.email::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 0.5rem;
}

.phone::before {
	content: "\f095";
}

.email::before {
	content: "\f0e0";
}

.contacts-item {
	height: 100%;
}

.contacts-item .phone::before,
.contacts-item .email::before {
	color: #f07c00;
}

/*------------------------------------------*/
/* Tables
/*------------------------------------------*/

.table {
	color: #1a1a18;
	border-color: #e7e7e7;
}

thead {
	background: #f07c00;
	color: #fff;
	white-space: nowrap;
}

th {
	border-right: 1px #fff solid;
}

td {
	border-right: 1px #e7e7e7 solid;
}

th:last-child, 
td:last-child {
	border-right: none;
}

tbody tr:nth-child(even) {
	background-color: #f7f7f7;
}

/*------------------------------------------*/
/* Search results
/*------------------------------------------*/

.search-results tbody td {
	vertical-align: middle;
}

.search-results tbody td a {
	color: #000;
}

.search-results tbody td a:hover {
	color: #f07c00;
}

.search-results tbody td:last-child {
	text-align: center;
}

.search-results thead th a {
	color: #FFF;
}

.cart-button, .trash-button {
	font-size: 1.5rem;
	color: #f07c00; 
	background: transparent;
}

.search-results .tip {
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: #f07c00;
	padding: 5px;
}

.search-results .tip span {
	color: #f07c00;
}

/*------------------------------------------*/
/* Cart results
/*------------------------------------------*/

.cart-results tbody td {
	vertical-align: middle;
}

.cart-results tbody td:last-child {
	text-align: center;
}

.cart-results thead th a {
	color: #FFF;
}

.cart-results .tip {
	display: none;
	position: absolute;
	z-index: 1000;
	background-color: #f07c00;
	padding: 5px;
}

.cart-results .tip span {
	color: #f07c00;
}

/*------------------------------------------*/
/* Orders
/*------------------------------------------*/

.orders thead th a {
	color: #fff;
}

/*------------------------------------------*/
/* Pagination
/*------------------------------------------*/

.page-link {
	padding: 0 1rem;
	line-height: 2.5rem;
	font-weight: 500;
	color: #1a1a18;
	background-color: transparent;
	border: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out;
}

.page-link:hover,
.page-link:focus {
	color: #1a1a18;
	background-color: #e7e7e7;
	box-shadow: none;
}

.page-item:not(:first-child) .page-link {
	margin-left: 0;
}

.page-item.active .page-link {    
	color: #f07c00;    
	background-color: transparent;
}

.page-item:first-child .page-link{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
	background-color: #f07c00;
	color: #fff;
}

.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
	background-color: #ff8400;
}

.page-item.disabled .page-link {
	color: #ffcb93;
	background-color: #ff8400;
}

.orders-card {
	margin-bottom: 100px;
}

/*------------------------------------------*/
/* Copyright
/*------------------------------------------*/

.footer-logo {    
	position: relative;
	width: 3rem;
	flex: 0 0 auto;
}

.footer-logo-link {
	background-color: #fff;
}

/*------------------------------------------*/
/* Responsive
/*------------------------------------------*/

@media (min-width: 375px) {

	.search-form-submit {
		padding: 0.375rem 1rem;
	}

	.slide-title {    
		font-size: 1rem;
	}

}

@media (min-width: 768px) {

	.header-logo { 
		width: 4.25rem;
	}

	.nav-link::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 0.25rem;
		top: -0.25rem;
		background-color: #f07c00;
		opacity: 0;
	}
	
	.nav-link.active::before {
		opacity: 1;
	}

	.slide-title {    
		font-size: 1.5rem;
	}

}

@media (min-width: 992px) {

	.slide-title {    
		font-size: 2rem;
	}

	.slider-prev, 
	.slider-next {
		font-size: 2rem;
	}

	.footer-logo {    
		width: 9rem;
	}

	.footer-logo-link {
		position: absolute;
		z-index: 100;
		top: auto;
		bottom: 0;
		left: 0;       
		width: 100%;
	}   

}

@media (min-width: 1200px) {
	
	.header-logo { 
		width: 12rem;
	} 

	.header-logo-link {
		position: absolute;
		z-index: 100;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #fff;
	}

	.header-logo-link::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -0.438rem;
		left: 0;
		width: 100%;
		height: 0.438rem;
		background-image: url(../images/logo-shadow.png);
		background-size: 100% auto;
	}
	
	.breadcrumb {
		margin-left: 15rem;
	}

	.slide-title {    
		font-size: 2.5rem;
	}

}