body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #ca203c;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #4b4d4f;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}
.gal-item.item {
    padding: 2px;
    border: 1px solid #d1d3d4;
    margin-top: 20px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
.btn-danger {
    color: #fff;
    background-color: #ca203c;
    border-color: #ca203c;
}
p.msg.ajax-response {
    float: right;
    font-size: 14px;
    padding: 10px 10px 10px 10px;
    margin-top: 15px;
    background: #0EB131;
    color: #fff;
	opacity:0;
}
.product_item {
    padding: 10px;
	transition:.4s;
}
.product_item  .details span {
    display: block;
    font-size: 13px;
}
.product_item .details {
    min-height: 220px;
}
.product_item a.btn {
    display: block;
    margin: 0 auto;
    position: relative;
    font-size: 14px;
    padding: 6px 20px;
}
.product_item table td {
    vertical-align: top;
}
a.sale-button.badge {
    background: #ca203c;
    padding: 9px 15px !important;
    color: #fff !important;
    border-radius: 0;
}
.date-sale-card .dthere {
    border-bottom: 2px solid #ed1c24;
    padding-bottom: 10px;
    font-weight: 100;
}
.date-section > div {
    display: inline-block;
    padding-right: 15px;
}
.date-start:after {
    content: '—';
    padding-left: 10px;
}
.date-sale-card {
    text-align: center;
    font-weight: 800;
}
.date-section {
    display: table;
    margin: 20px auto;
    background: #ed1c24;
    color: #fff;
    padding: 10px 25px;
    border-radius: .45rem;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 30%);
}
.product_item h4 {
	text-transform: uppercase;
    display: block;
    padding-bottom: 5px;
    transition:.4s;
    font-size: 14px;
    font-weight: 700;
    width: 220px;
    line-height: 12px;

	margin: 0;
}
.product_item h4 a {
    color: #362c2d;
    line-height: normal;
    font-size: 12px;
}
.btn-sm.btn-outline-danger {
padding: .1rem .3rem;}
.product_item:hover{
	transition:.4s;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.product_item:hover h4{
	transition:.4s;
}
.pag {
    display: block;
        text-align: center;
    width: 100%;
    position: relative;
    clear: both;
}
.pag .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ca203c;
    border-color: #ca203c;
}
.pag .page-item .page-link:hover {
    color: #ca203c;
   
    background: #ffe8eb;
}
ul.pagination li {
    /*
    padding: 3px 12px;
    border: 1px solid #E5E5E5;
    */
    background: #FFFFFF;
    color: #4B4D4F !important;
    border-radius: 2px;
}
div.pagination {
    width: 100%;
    position: relative;
    text-align: center;
}
ul.pagination {
    display: inline-flex !Important;}
	#pdopage .pagination {
    margin: 20px 0px 10px !Important;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #444444;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
li.list-group-item.header_filter {
    border-radius: 0px;
    background: #4b4d4f;
    color: #fff;
    padding: 17px 5px 0px;
}
li.list-group-item.header_filter h4{
	margin-bottom: 10px;
}
.breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
}
section.bredacrub {
    padding-top: 9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #ededed;
    padding-left: 30px;
    background: rgba(0, 0, 0, 0.03);
}
ul.B_crumbBox a {
    color: #4b4d4f;
    font-size: 13px;
}
ul.B_crumbBox li {
    display: inline-block;
}
ul.B_crumbBox  {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
a.B_currentCrumb {
    color: #ED1C24 !important;
}
.gal-item {
float: none !important;
opacity:1 !Important}
.video_bg_preview {
    background: url(/assets/design/img/video_preview.jpg);
    width: 100%;
    height: 140px;
    background-position: center;
    display: block;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #6c757d;
    font-size: 13px;
    content: "»";
}
.owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: -10px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: grey;
    color: #fff !Important;
    font-size: 24px !important;
    line-height: 1px !important;
    text-align: center;
    border: none;
    padding: 10px 15px 15px 10px!important;
}
button.owl-prev {
    left: -10px;
    position: absolute;
}
.owl-dots {
    display: none;
}
button.owl-next {
    right: -10px;
    position: absolute;
}
.phones>div.input-group-text {
    border-radius: 30px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: 0px 20px;
    font-size: 19px;
    background: white;
}
.cloth-options > .radio {
    width: 15%;
    display: inline-block;
    margin: 0px;
    padding: 0px;
}
.cloth-options input {
    display: none;
}
.cloth-label {
    font-size: 18px;
    font-weight: 900;
    margin-top: 25px;
}
.input-group-text.button-sumb {
    background: #fff;
    border-radius: 30px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    padding: 0px;
}
button.btn-in-form {
    background: #fff;
    border: none;
    padding: 3px 11px;
    border-radius: 30px !important;
    cursor: pointer;
	outline:0;
}
p.sisea-results {
    text-align: left;
    display: block;
    font-size: 14px;
    margin: 0 0 10px 0;
}
span.sisea-highlight {
    color: #ed1c24;
}
.sisea-result {
    padding: 5px 15px;
    border: 1px solid #ced4da;
}
.sisea-result a {
    color: black;
}
.alert-dark {
    background-color: #d6d8d961;
    border-color: #c6c8cab8;
}
.section-header h3 {
    position: relative;
    display: table;
    border: 1px solid #ededed;
    border-bottom: none;
    padding: 10px 15px 20px 15px;
	    margin-bottom: -1px;
    background: #fff;
}
.section-header h3::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #ED1C24;
    bottom: 0px;
    left: 15px;
}
.section-header h1 {
    position: relative;
    display: table;
    border-bottom: none;
    padding: 10px 15px 20px 15px;
	    margin-bottom: -1px;
    background: #fff;
}
.section-header h1::before { 
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #ED1C24;
    bottom: 0px;
    left: 15px;
}
.clearfix{clear:both;}
.des_border {
    padding: 10px 15px;
    border: 1px solid #ededed;
    margin-top: 0px;
}
section.intro_text .col-sm-3.item5 {
    width: 20% !Important;
    max-width: 20% !Important;
}
@media (max-width:560px){
	section.intro_text .col-sm-3.item5 {
	    width: 49% !Important;
    max-width: 49% !Important;	
	}
	section.intro_text {
    color: #3B3F61 !important;}
	section#topbar {
    position: fixed;
    bottom: 0px;
    display: block !important;
    z-index: 99999;
    width: 100%;
    height: 41px;
}
#topbar .social-links>a {
display: none !Important;}
#topbar .contact-info .fa-phone {
    padding-left: 0px !important;
    margin-left: 0px !important;
    border-left: none !important;
}
#topbar .btn-outline-danger {
    padding: 0px 3px !Important;
}
	
}
@media (max-width:400px){
	#topbar .contact-info a {
    font-size: 12px;}
#footer {
padding: 0px 0 60px 0px !important;}
.back-to-top {
    bottom: 40px !important;
}
.col-6 {
    width: 100%;
    flex: 100%;
    max-width: 100%;
}
.col-6.pl-0{padding:0px !important;}
.col-6.pr-0{padding:0px !important;}
form.form-contact .float-left {
    float: none !Important;
    width: 100%;
    padding: 0px !important;

    margin-top: 8px;
}
#header #logo img {
        max-height: 70px !important;
}
#header #logo img {
    padding: 0;
    margin: 0;
    width: 150px !important; 
}
section.bredacrub {
padding-left: 15px !Important;}

.filter_col {
position: fixed;
    height: calc(100% - 90px);
    left: -300px;
    width: 300px;
    top: 77px;
    z-index: 9999;
    overflow-y: scroll;
    transition: .4s;
}
button.btn_show_filter {
position: fixed;
    left: 10px;
    bottom: 40px;
    background: #ED1C24;
    color: #fff;
    padding: 8px 13px;
    border: none;
    outline: none;
    display: block !Important;
}
button.btn_hide_filter {
    position: absolute;
    right: -1px;
    background: #ED1C24;
    color: #fff;
    padding: 14px 11px 18px 9px;
    border: 1px solid #ED1C24;
    top: -1px;
    display: block !Important;
}
.filter_col.open {
    left: -15px;
    transition: .3s;
}	
section.intro_text.in_cat .col-sm-3 {
    width: 50%;
}
section.intro_text.in_cat .col-sm-3 .btn-hovers {
font-size: 12px;}
section.intro_text.in_cat .col-sm-3 .image_bigs {
    margin-top: 10px !important;
min-height: auto !Important;}

}

.back_to_cat {
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
	
    margin-bottom: 10px;
}
button.btn_show_filter, button.btn_hide_filter  {
display:none;}
ul.pagination li:last-child {
    display: none;
}
ul.pagination li:first-child {
    display: none;
}
.fs-14{
	font-size: 14px !Important;
}
.btn{border-radius:0px;}
/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #ED1C24;
  color: #fff;
  padding: 6px 12px 9px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #ED1C24;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #4B4D4F;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #d9d9d9;
  padding: 10px 0;
  border-bottom: 1px solid #aba7a8;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #555;
  font-size: 16px;
}

#topbar .contact-info a:hover {
  color: #ED1C24;
}

#topbar .contact-info i {
  color: #382e2f;
  padding: 4px;
  font-size: 18px;
}

#topbar .contact-info .fa-phone {
  padding-left: 20px;
  margin-left: 20px;
  /*! border-left: 1px solid #aba7a8; */
}

#topbar .social-links a {
  color: #555;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  /*! border-left: 1px solid #e9e9e9; */
}
#topbar .social-links a.lang_link img{    width: 30px;border: 1px solid #E9ECEF;}
#topbar .social-links a:hover {
  color: #ED1C24;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 20px 0;
  height: 84px;
  transition: all 0.5s;
  z-index: 997;
  background: #d9d9d9;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}
body.body-page #header {
    background: #f5f5f5;
}
body.body-page #topbar {
    border-bottom:1px solid #ececec;
    background: #f5f5f5;
}
#header #logo h1 {
  font-size: 42px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#header #logo h1 a {
  color: #4B4D4F;
  line-height: 1;
  display: inline-block;
}

#header #logo h1 a span {
  color: #ED1C24;
}

#header #logo img {
  padding: 0;
  margin: 0;
      width: 173px;
}

@media (max-width: 768px) {
  #header {
    padding: 20px 0;
    height: 74px;
  }
  #header #logo h1 {
    font-size: 34px;
  }
  #header #logo img {
    max-height: 40px;
  }
}

/*--------------------------------------------------------------
# search
--------------------------------------------------------------*/
.search {
    display: block;
    position: fixed;
    transition: .4s;
    height: 100%;
    top: 0px;
    z-index: 999999;
    align-items: center;
    text-align: center;
    background: rgba(202, 202, 202, 0.9);
}

.search {
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
}

.search::before,
.search::after {
	content: '';
	position: absolute;
	width: calc(100% + 15px);
	height: calc(100% + 15px);
	pointer-events: none;
	border: 1.5em solid #FFFFFF;
}

.search::before {
	top: 0;
	left: 0;
	border-right-width: 0;
	border-bottom-width: 0;
}

.search::after {
	right: 0;
	bottom: 0;
	border-top-width: 0;
	border-left-width: 0;
}

.btn--search-close {
	font-size: 2em;
	position: absolute;
	top: 1.25em;
	right: 1.25em;
	display: none;
}

.js .btn--search-close {
	display: block;
}
.contact_list i {
    width: 27px;
    color: grey;
    text-align: center;
    font-size: 19px;
}
.contact_list li {
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 10px;
}
.loading_product {
    position: absolute;
    top: 10%;
    z-index: 999;
    left: calc(50% - 100px);
    width: 200px;
	transition:.3s;
	opacity:0;
}
.relative{position:relative;}
.search__form {
	margin: 10em 0;
}

.search__input {
    font-family: inherit;
    font-size: 10vw;
    line-height: 1;
	    outline: none;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: 0.05em 0;
    color: #CE0C03;
    background: transparent;
    border: none;
    border-bottom: 2px solid;
}

.search__input::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	opacity: 0.3;
	color: #060919;
}

.search__input::-moz-placeholder {
	opacity: 0.3;
	/* Mozilla Firefox 19+ */
	color: #060919;
}

.search__input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	opacity: 0.3;
	color: #060919;
}

.search__input::-webkit-search-cancel-button,
.search__input::-webkit-search-decoration {
	-webkit-appearance: none;
}

.search__input::-ms-clear {
	display: none;
}

.search__info {
	font-size: 90%;
	font-weight: bold;
	display: block;
	width: 75%;
	margin: 0 auto;
	padding: 0.85em 0;
	text-align: right;
	color: #d17c78;
}

.search__related {
	display: flex;
	width: 75%;
	pointer-events: none;
}

.search__suggestion {
	width: 33.33%;
	text-align: left;
}

.search__suggestion:nth-child(2) {
	margin: 0 3em;
}

.search__suggestion h3 {
	font-size: 1.35em;
	margin: 0;
}

.search__suggestion h3::before {
	content: '\21FE';
	display: inline-block;
	padding: 0 0.5em 0 0;
}

.search__suggestion p {
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0.75em 0 0 0;
}

/************************/
/* Transitions 			*/
/************************/

.js .search {
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s;
}

.js .search--open {
	pointer-events: auto;
	opacity: 1;
}

/* Border */
.search::before,
.search::after {
	transition: transform 0.5s;
}

.search::before {
	transform: translate3d(-15px, -15px, 0);
}

.search::after {
	transform: translate3d(15px, 15px, 0);
}

.search--open::before,
.search--open::after {
	transform: translate3d(0, 0, 0);
}

/* Close button */
.btn--search-close {
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
	transition: opacity 0.5s, transform 0.5s;
}

.search--open .btn--search-close {
	opacity: 1;
	transform: scale3d(1, 1, 1);
	    display: block;
}

/* Search form with input and description */
 .search__form {
	opacity: 0;
	transform: scale3d(0.8, 0.8, 1);
	transition: opacity 0.5s, transform 0.5s;
}

 .search--open .search__form {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

.search__suggestion {
	opacity: 0;
	transform: translate3d(0, -30px, 0);
	transition: opacity 0.5s, transform 0.5s;
}

.search--open .search__suggestion {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.search--open .search__suggestion:nth-child(2) {
	transition-delay: 0.1s;
}

.search--open .search__suggestion:nth-child(3) {
	transition-delay: 0.2s;
}

@media screen and (max-width:40em) {
	.search__form {
		margin: 5em 0 1em;
	}
	.btn--search-close {
		font-size: 1.25em;
		top: 1.5em;
		right: 1.5em;
	}
	.search__info {
		text-align: left;
	}
	.search__suggestion {
		font-size: 80%;
		width: 100%;
	}
	.search__suggestion:nth-child(2),
	.search__suggestion:nth-child(3) {
		display: none;
	}
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  /*! height: 60vh; */
  position: relative;
  background: url("/assets/design/img/products/dublin-1.jpg") no-repeat;
  background-size: cover;
}

#intro .intro-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#intro .intro-content .block-new-term {
    text-align: left;
    max-width: 1140px;
    width: 100%;
}
#intro .intro-content h2 {
  color: #4B4D4F;
  margin-bottom: 30px;
  font-size: 34px;
  font-weight: 700;
  text-align: left;
}

#intro .intro-content h2 span {
  color: #ED1C24;
  text-decoration: underline;
}
.head-buttons {
	width: 100%;
	text-align: left;
	max-width: 1140px;
}
@media (max-width: 767px) {
  #intro .intro-content h2 {
    font-size: 34px;
  }
}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 2px;
  transition: 0.5s;
  margin-right: 10px;
  color: #fff;
}

#intro .intro-content .btn-get-started {
    background: #4B4D4F;
    border: 2px solid #4B4D4F;
}

#intro .intro-content .btn-get-started:hover {
  background: none;
  color: #4B4D4F;
}

#intro .intro-content .btn-projects {
  background: #CA203C;
  border: 2px solid #A21A31;
}

#intro .intro-content .btn-projects:hover {
  background: none;
  color: #A61A31;
}

#intro #intro-carousel {
  z-index: 8;
}
.weight{
	    font-weight: 700 !important;
}
.noweight{
	    font-weight: 300 !important;
}
.image_bigs:hover img.img_hover{
	width:100% !important;
	transition:.3s;
	max-width: 100%;
}
.image_bigs:hover .btn-hovers{
	    background: none;
		transition: .3s;
}
.image_bigs {
    min-height: 270px;
    overflow: hidden;
    background: #f0f0f0;
    height:  100%;
    border-top: 20px solid #f5f5f5;
}
.image_bigs_sub {
    padding: 0;
}
section#about {
    background: #f5f5f5;
    background-size: cover !Important;
}
.btn-hovers {
    margin: 10px auto;
    transition: .3s;
    padding: 7px 25px;
    background: none;
    font-size: 20px;
    position: relative;
}
.btn-hovers:after {
    content:"\2192";
    display: block;
    color: #000;
    width: 20px;
    height: 20px;
    position: absolute;
    right: -10px;
    top: 5px;
    font-size: 19px;
}
img.img_hover {
    margin: 0 auto;
    width: auto;
    display: block;
    transition: .3s;
    max-width: 90%;
}
#intro #intro-carousel::before {
  content: '';
  /*! background-color: rgba(255, 255, 255, 0.7); */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 7;
}

#intro #intro-carousel .item {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition-property: opacity;
  /*! /*! transition-property: opacity; */ */
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {

  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;

  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}
section.intro_text {
    background: #f5f5f5;
    color: #392f30;
    background-size: cover;
    background-position: top;
}
.ico_tetx i {
    font-size: 2.4rem;
    margin-bottom: 10px;
}
.ico_tetx i:before {
    display: none;
}
section.intro_text .row > div i {
    display: inline-block;
    width: 70px;
    position: relative;
    height: 65px;
    background-repeat: no-repeat;
}
section.intro_text .row > div:nth-child(1) i {background-image: url(../images/icons/money.png);}
section.intro_text .row > div:nth-child(2) i {background-image: url(../images/icons/molotok.png);}
section.intro_text .row > div:nth-child(3) i {background-image: url(../images/icons/zemlya.png);}
section.intro_text .row > div:nth-child(4) i {background-image: url(../images/icons/list-ico.png);}
section.intro_text .row > div:nth-child(5) i {background-image: url(../images/icons/truck.png);}
.ico_tetx {
    margin-top: 35px;
    margin-bottom: 35px;
}
/* Nav Meu Styling */
.nav-menu a {
  padding: 7px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: Helvetica;
  font-size: 16px;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #CA203C;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #ED1C24;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ED1C24;
}

#mobile-nav ul .menu-item-active {
  color: #ED1C24;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;





  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 30px;
}

.section-header h2 {
  font-size: 32px;
  color: #4B4D4F;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}

.section-header h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background: #CA203C;
  bottom: 0;
  left: 0px;
  top: 14px;
}

.section-header p {
  padding: 0;
  margin: 0;
}

/* About Section
--------------------------------*/
#about {
  padding: 60px 0 30px 0;
}

#about .about-img {
  overflow: hidden;
}

#about .about-img img {
  margin-left: -15px;
  max-width: 100%;
}

#about > .container > .row >div {/*! padding-bottom: 20px; *//*! padding-top: 20px; */}

@media (max-width: 768px) {
  #about .about-img {
    height: auto;
  }
  #about .about-img img {
    margin-left: 0;
    padding-bottom: 30px;
  }
}

#about .content h2 {
  color: #4B4D4F;
  font-weight: 700;
  font-size: 36px;
  font-family: "Raleway", sans-serif;
}

#about .content h3 {
  color: #555;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
}

#about .content p {
  line-height: 26px;
}

#about .content p:last-child {
  margin-bottom: 0;
}

#about .content i {
  font-size: 20px;
  padding-right: 4px;
  color: #ED1C24;
}

#about .content ul {
  list-style: none;
  padding: 0;
}

#about .content ul li {
  padding-bottom: 10px;
}

/* Services Section
--------------------------------*/
#services {
  padding: 30px 0 0 0;
}

#services .box {
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
}

#services .box:hover {
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
}

#services .box .icon {
  float: left;
}

#services .box .icon i {
  color: #444;
  font-size: 64px;
  transition: 0.5s;
  line-height: 0;
  margin-top: 34px;
}

#services .box .icon i:before {
  background: #4B4D4F;
  background: linear-gradient(45deg, #ED1C24 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#services .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#services .box h4 a {
  color: #444;
}

#services .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 767px) {
  #services .box .box {
    margin-bottom: 20px;
  }
  #services .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #services .box h4, #services .box p {
    margin-left: 0;
    text-align: center;
  }
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 30px 0;
}

#clients img {
  max-width: 100%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav, #clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #ED1C24;
}

/* Our Portfolio Section
--------------------------------*/
#portfolio {
  background: #fff;
  padding: 30px 0;
}

#portfolio .portfolio-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#portfolio .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#portfolio .portfolio-item h2 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 700;
}

#portfolio .portfolio-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolio .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolio .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

#portfolio .portfolio-info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 30px 0;
}

#testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #ED1C24;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #4B4D4F;
  background-size: cover;
  padding: 40px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #ED1C24;
  border: 3px solid #ED1C24;
}

/* Our Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 30px 0 0 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  overflow: hidden;
  text-align: center;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member .details {
  background: #ED1C24;
  color: #fff;
  padding: 15px;
  border-radius: 0 0 3px 3px;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 5px;
}

#team .member .social a {
  color: #fff;
}

#team .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  padding: 30px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: left;
  color: #382e2f;
}

#contact .contact-info i {
  font-size: 36px;
  display: inline-block;
  margin-bottom: 10px;
  color: #CA203C;
  float: left;
  width: 40px;
  height: 120px;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  display: none;
}

#contact .contact-info a {
  color: #382e2f;
}
#contact .contact-info a:last-child {
  color: #ca203c;
}
#contact .contact-info a:hover {
  color: #ED1C24;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .col-md-3 {
  }
  #contact .col-md-3:last-child {
    border-right: none;
  }
}

#contact #google-map {
  height: 290px;
  margin-bottom: 20px;
}

@media (max-width: 576px) {
  #contact #google-map {
    margin-top: 20px;
  }
}

#contact .form #sendmessage {
  color: #ED1C24;
  border: 1px solid #ED1C24;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #ED1C24;
  border: 0;
  border-radius: 3px;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #2dc899;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #392f30;
    padding: 0 0 15px 0;
    font-size: 13px;
    color: #fff !Important;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .copyright a {
    font-size: 0px;
    display: inline-block;
    width: 85px;
    height: 15px;
    background-image: url(../images/logo-bottom.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    vertical-align: top;
    margin-top: 3px;
}
#footer .credits {
    text-align: center;
    font-size: 13px;
    color: #888888;
}

#footer .credits a {
  color:  #888888;
}
.in_cat .image_bigs {
	    margin-top: 50px;
    min-height: 166px;
    overflow: hidden;
	    width: auto;
	    height: auto;
	    background: none;
	    text-align: center;
}
.in_cat  .btn-hovers {
    display: inline-block;
    margin: 10px auto;
    transition: .3s;
    background: none;
    font-size: 14px;
    color: #555;
}
.in_cat .btn-hovers::after {top: 2px;font-size: 15px;width: 30px;right: -15px;}
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #ED1C24;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #ED1C24;
}

.sort-order {
    background: #f2f2f2;
    padding: 10px;
	    position: relative;
    display: block;
    min-height: 45px;
}
.sort-order input.form-control {
    height: 25px;
}
.sort-order button {
    padding: 1px 9px !important;
    height: 26px;
    line-height: unset !important;
}
.sort-order h4 {
    font-size: 12px;
    margin-bottom: 0px;
	float:left;
}
.input-group {
    width: 50%;
    float: right;
}
.alert.as-sort {
    position: fixed;
    top: -200px;
    right: 40px;
    background: #8BC34A;
    color: #fff;
    font-weight: 700;
    padding: 10px 30px;
}
.product_item .pic{
	position:relative;
	/* overflow:hidden; */
}
@media (min-width:992px){
    .product_item .pic{min-height:200px;}
}
span.product-bage {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    padding: 5px 15px 8px 15px;
    display: block;
    font-weight: inherit;
}
span.product-bage.new {
    background: #00a11f;
    border-radius: 0;
}
span.product-bage.bestseller {
    background: #ffc107;
}
span.product-bage.sale {
    background: #ca203c;
}
span.labelperf {
  text-transform: uppercase;
  color: white;
    position: absolute;
  top: -6.1px;
  right: 10px;
}

span.labelperf:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 46px solid transparent;
  border-top: 10px solid #F8463F;
}
span.labelperf span {
  position: relative;
  display: block;
  text-align: center;
  background: #F8463F;
  font-size: 14px;
  line-height: 1;
  padding: 12px 8px 10px;
  border-top-right-radius: 8px;
  width: 90px;
}
span.labelperf span:before, .ribbon1 span:after {
  position: absolute;
  content: "";
}
span.labelperf span:before {
 height: 6px;
 width: 6px;
 left: -6px;
 top: 0;
 background: #F8463F;
 border-top-left-radius: 15px;
}
span.labelperf span:after {
 height: 6px;
 width: 8px;
 left: -8px;
 top: 0;
 border-radius: 8px 8px 0 0;
 background: #C02031;
}

span.labelperf.new span:before { 
  background: #3da72d !Important;
}
span.labelperf.new:after {
	    border-top: 10px solid #57dd43 !Important;
} 
span.labelperf.new span { 
  background: #57DD43 !Important;
}
span.labelperf.bestseller span:before { 
  background: #c5970b !Important;
}
span.labelperf.bestseller:after {
	    border-top: 10px solid #ffc107 !Important;
} 
span.labelperf.bestseller span { 
  background: #ffc107 !Important;
}

span.stockstatus.outstock {
	 border-left: 19px solid #ffc107;  /*this color #57dd43*/
}
span.stockstatus.instock {
	 border-left: 19px solid #57DD43;
}
i.fa.green {
    color: #57dd43;
}
.col-sm-7 > span.product-bage {
    left: 5px;
    right: auto;
    border-radius: 0;
}
span.stockstatus {
	display:none !Important;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    border-bottom: 22px solid transparent;
    border-top: 0px solid transparent;
    border-left: 19px solid transparent;  /*this color #57dd43*/
    border-right: 15px solid transparent;
}
 ul.filter, ul.filter li, ul.filter li span {
    display: inline-block;
    vertical-align: -6px;
    list-style: none;
    padding-left: 0;
}
.filter.colors span {
    width: 60px;
    height: 60px;
}
.filter.colors span.gray {background: #9c9fa6;}
.filter.colors span.green {background: #41a2a6;}
.filter.colors span.orange {background: #e87d5f;}
.filter.colors span.brown {background: #6a4d48;}
.filter.colors span.bege {background: #c9a383;}

.filter.wood span {background: url(img/derevo_new.png) no-repeat 0 0;}
.filter.wood span.sonoma {background-position: 0 0;}
.filter.wood span.venge {background-position: -37px 0;}
.filter.wood span.mahon {background-position: -74px 0;}
.filter.wood span.oreh {background-position: -111px 0;}
.filter.wood span.buk_n {background-position: -148px 0;}
.filter.wood span.pepel {background-position: -185px 0;}
.filter.wood span {
    background: url(/assets/products/derevo_new.png) no-repeat 0 0;
}
.filter.wood li span {
    width: 36px;
    height: 36px;
    margin: 0 2px;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    cursor: pointer;
}
h3.newprice {
    font-weight: 900;
    font-size: 1.4rem;
        margin-bottom: 0px;
}
span.oldprice {
    text-decoration: line-through;

    color: #787272;
    font-weight: 100;
    display: block;
}
span.label-sale {
    position: absolute;
    right: 15px;
    top: 10px;
    background: #ca203c;
    padding: 3px 10px;
    color: #ffff;
}
h3.price {
    font-weight: 900;
    font-size: 1.2rem;
    margin-bottom: 0px;
}
span.label-sale-product {
    position: absolute;
    left: 5px;
    top: 5px;
    color: #fff;
    background: #ca203c;
    padding: 2px 10px;
    font-size: .8rem;
}
.pricecatalog > p > .oldprice {
}
.pricecatalog {
    display: block;
    color: #ca203c;
    font-weight: normal;
    padding-top: 5px;
}
.pricecatalog p {
        margin: 0px;
        font-size: 14px;
}
.product_item .details span {
    display: block;
    font-size: 13px;
    margin-right: 5px;
}
#pdopage .pagination {
    margin: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.sub-cat-bloks-style h5  span{
    display: block;
    text-align: center;
    margin: auto;
}
.sub-cat-bloks-style h5 {
    margin: 0px;
    font-size: .8rem;
    font-weight: 600;
    min-height: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
}
.sub-cat-bloks-style .card-body {
    padding: 10px 5px !important;
}
.sub-cat-bloks-style .card {
    margin-bottom: 15px;
}
.alert-default {
    padding: 0;
}
h3.d-inine {
    display: inline-block !important;
    margin-right: 18px;
}
h3.d-inine[data-scroll-to] {
    font-size: 1.2rem;
    cursor: pointer;
}
.features td, .features th {
    border: 1px solid #dee2e6;
}
.features td, .features th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.features table {
    border: 1px solid #dee2e6;
}
.features table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.features table {
    border-collapse: collapse;
}
.image-bg-thumb a img {
    opacity: 0;
}
.image-bg-thumb {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.product_item .pic img {
    display: block;
    margin: auto;
}
@media (max-width:560px){
    section.intro_text.in_cat .col-sm-12.col-md-2 {
    width: 33.3%;
}
section.intro_text.in_cat .col-sm-12.col-md-2 a.btn {
    padding: 2px;
    text-align: center;
    white-space: normal;
}
section.intro_text.in_cat .col-sm-12.col-md-2 .btn-hovers::after{
    display:none;
}
}