@charset "UTF-8";
/*
:root {
	
	--izumrud: #b65964;
	
	
	
	--izumrud-dark: #A3505A;
	
	
	
	--dark: #000208;
	
	
	--white: #fff;
	--light-gray: #ede9e3;

}
*/



body
{	
	/*color: #333333;	*/
	font-family: 'Montserrat', sans-serif;
	/*font-family: 'Conv_Tipo Pepel - BoxedBook',Helvetica,Arial,sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Josefin Sans', sans-serif;*/
	/* font-family: 'Champagne & Limousines';
	 font-family: "EurofurenceLightItalic";*/
}

a {	
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;	
	transition: all 700ms ease;
	outline: none;
	color: #FF1A26;
	
}

a:hover {	
	text-decoration: none;
	color: #9B000C;
}




.form-control {
	/*border-radius: 0;	*/
}
.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #A3505A;
	outline: 0;
	box-shadow: none;
}

.btn {
	/*border-radius: 0;	*/
}

.btn-primary {
	color: #fff;
	background-color: #FF1A26;
	border-color: transparent;	
	background: linear-gradient(315deg, rgb(155, 0, 12), rgb(255, 26, 38));
}
.btn-primary:hover {
	color: #fff;
	background: #ed3737;
	border-color:transparent;	
	background: linear-gradient(315deg, rgb(255, 26, 38), rgb(155, 0, 12));
}


.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background: #FF1A26;
	border-color: #FF1A26;
}

.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
	background: #FF1A26;
	border-color: #FF1A26;
}


.form-check-input:checked {
	background-color: #FF1A26;
	border-color: #FF1A26;
}

.form-check-input:focus {
	border-color: #ed3737;
	box-shadow:none;
}


.list-group-item.active {	
	color: #fff;
	background: #ed3737;
	background: linear-gradient(315deg, rgb(255, 26, 38), rgb(155, 0, 12));
	border-color:transparent;	
}
.list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}






.btn-check:focus + .btn-primary, .btn-primary:focus {
	color: #fff;
	background-color: #ed3737;
	border-color: #ed3737;
	box-shadow:none;
}

.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}


.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
	box-shadow: none;
}

.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
	box-shadow: none;
}

.dropdown-menu {
	border-radius: 0;
}

.card {
	border-radius: 0;
	
	/*-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);*/
}

.form-select:focus {
	box-shadow: none;
	border-color: #ed3737;
}
/*
.breadcrumb-wrapper{
	
	background:#EDEDED;
}
*/

.nav-link:focus, .nav-link:hover {
	color: #FF1A26;
}

.breadcrumb {
	margin-bottom: 0;	
	padding:  .5rem 0.5rem;
}

.dropdown-item.active {
    background-color: red;
}


.alert-primary {
	color: #292929;
	background-color: #EDEDED;
	border-color: #EDEDED;
}

.alert-warning {
	color: #fff;
	background-color: #ED3737;
	border-color: #ED3737;
}

.noUi-connect {
	background: #FF1A26;	
}
.noUi-connects {
	border-radius: .25rem;
}



.owl-carousel .owl-dots {
	margin-top:1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.owl-carousel .owl-dots button.owl-dot:hover, .owl-carousel .owl-dots button.owl-dot.active {
	background: #ed3737;
}
.owl-carousel .owl-dots button.owl-dot {
	display: block;
	margin: 0 3px;
	width: 13px;
	height: 13px;
	background: #333333;
	/*border-radius: 50%;*/
}





.owl-carousel .owl-dots .owl-dot::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 20px;
	width: 20px;
	height: 1px;
	background: #cccccc;
}




.jssocials-share{
	display:inline;
}

.jssocials-share-logo{
	width: 24px;
	height: 24px;
}










section{
	padding-top: 2rem;
	padding-bottom: 2rem;
}






.top-header{
	border-bottom: 1px solid #f5f5f5;
	background: #F9F9FA;
	/*box-shadow: 0px 2px 4px 0px rgba(34, 60, 80, 0.1);*/
}



.top-header a{
	color: #777; 
	font-size:.9rem;
}

.top-header .nav-item .dropdown ul li a{
	color: #A3505A;
}

.top-header .favorites .count{
	background-color:#FF1A26;
	border-radius: 10px;
	padding: 0 .35rem;
	color:#fff;
}
.top-header .cart .count{
	background-color:#FF1A26;
	border-radius: 10px;
	padding: 0 .35rem;
	color:#fff;
}

.top-header .login .count {
	background-color: #FF1A26;
	border-radius: 10px;
	padding: 0 .35rem;
	color: #fff;
}











.header .header-middle {
	padding-top: .8rem;
	padding-bottom: .8rem;
	
}



.middle-header{	
	border-bottom:1px solid #ced4da;
}

.best-sellers{	
	/*background: url(/assets/img/mramor.jpg);
	background-position-x: 0;
	background-position-y: 0;
	background-repeat: repeat;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;*/
}


/*

.main-video{
	background: url(/storage/files/pages/main/granit_red.jpg);
	background-position-x: 0;
	background-position-y: 0;
	background-repeat: repeat;
	background-size: auto;	
}


.main-video .title h2 {
	color: #fff;
	
}

*/























.middle-header .cart {
	font-size:1.5rem;
}

.middle-header .cart i{	
	color: var(--izumrud);	
}

.middle-header .cart span{
	background: var(--izumrud);
	color: #fff;
	border-radius:50%;

	padding: 0 .4rem;
}




.main-menu-wrapper{
	background: #FF1A26;	
	background: linear-gradient(45deg, rgb(155, 0, 12), rgb(255, 26, 38));	
	box-shadow: 0px 2px 4px 0px rgba(34, 60, 80, 0.1);
}







.topbar-nav {
    /*background: #212529;*/
}
.topbar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
   /* background:#FF1A26;*/
}
.topbar-nav .metismenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.topbar-nav .metismenu > li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 1;
            flex: 1 1 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
}

.topbar-nav .metismenu a {
	position: relative;
	display: block;
	padding: 12px;
	color: #fff;
	/*font-weight: 600; */
	outline-width: 0;
	transition: all .3s ease-out;	
}

.topbar-nav .metismenu li>a {	
	text-transform: uppercase;
}

.topbar-nav .metismenu a:hover,
.topbar-nav .metismenu a:focus,
.topbar-nav .metismenu a:active {
    color: #fff;
    text-decoration: none;
    background:  #ed3737;
}

.topbar-nav .mm-collapse  li  a {
	  padding: 14px;
	
}








.sidebar-nav {
    background: #fff;
	border: 1px solid #dee2e6;
}
.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #fff;
	border: 1px solid #F9F9FA;
}

.sidebar-nav .metismenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.sidebar-nav .metismenu > li {   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.sidebar-nav .metismenu > li:nth-child(odd) {
    background-color: #F9F9FA;
}
/*.sidebar-nav .metismenu > li:nth-child(even) {
    color: blue;
}*/




.sidebar-nav .metismenu a {
    position: relative;
    display: block;
    padding: 8px;
    color: #333;
    outline-width: 0;
    transition: all .3s ease-out;
	padding-left: 34px;
}

.sidebar-nav .metismenu a:hover,
.sidebar-nav .metismenu a:focus,
.sidebar-nav .metismenu a:active {
    color: #FF1A26;
    text-decoration: none;
   /* background: #FF1A26;*/
}


.hc-offcanvas-nav .nav-close-button span::before {
	margin-left: -7px;	
}
















.hc-offcanvas-nav .nav-container, .hc-offcanvas-nav .nav-wrapper, .hc-offcanvas-nav ul {
	background: #fff;
}

.hc-offcanvas-nav li {
	color: #333;
}

.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
	border-top: 1px solid rgba(0,0,0,.125);
}

.hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a {
	padding: 14px 17px;
	font-size: 14px;
	color: #333;
	z-index: 1;
	background: rgba(0,0,0,0);
	border-bottom: 1px solid rgba(0,0,0,.125);
	transition: background .1s ease;
}


.hc-offcanvas-nav .nav-back a {
	padding: 14px 17px;
	font-size: 14px;
	color: #fff;
	z-index: 1;
	background: rgba(0,0,0,0);
	border-bottom: 1px solid rgba(0,0,0,.125);
	transition: background .1s ease;
}


.hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link + a {
	border-top: 1px solid rgba(0,0,0,.125);
}
.hc-offcanvas-nav a.nav-next {
	border-left: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.hc-offcanvas-nav .nav-content > h2, .hc-offcanvas-nav .nav-content > h3, .hc-offcanvas-nav .nav-content > h4, .hc-offcanvas-nav .nav-content > h5, .hc-offcanvas-nav .nav-content > h6 {
	font-size: 19px;
	font-weight: normal;
	padding: 20px 17px;
	color: #ED3737;
}

.hc-offcanvas-nav .nav-content > .nav-close:first-child a, .hc-offcanvas-nav .nav-title + .nav-close a.has-label, .hc-offcanvas-nav li.nav-close a, .hc-offcanvas-nav .nav-back a {
	/*background: rgba(0,0,0,.125);*/
	border-top: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
	
	background: #FF1A26;
	background: linear-gradient(45deg,rgb(155,0,12),rgb(255,26,38));
	
	
}

.hc-nav-trigger {
	position: absolute;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: none;
	top: 6px;
	z-index: 1039;
	width: 30px;
	min-height: 24px;
	right: 20px;
}

.hc-nav-trigger span, .hc-nav-trigger span::before, .hc-nav-trigger span::after {
	display: block;
	position: absolute;
	left: 0;
	height: 4px;
	background: #ED3737;
	transition: all .2s ease;
}

.hc-offcanvas-nav .nav-content > .nav-close:first-child a:hover, .hc-offcanvas-nav .nav-title + .nav-close a.has-label:hover, .hc-offcanvas-nav li.nav-close a:hover, .hc-offcanvas-nav .nav-back a:hover {
	background: #ED3737;
}


.hc-offcanvas-nav .nav-next span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	box-sizing: border-box;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	transform-origin: center;
}

.hc-offcanvas-nav .nav-back span::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin-left: -2px;
	box-sizing: border-box;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform-origin: center;
}





.search-result .prices {
	text-align: center;
	/*padding-bottom: .5rem;*/
	font-weight: 600;
}

.search-result .prices .old {
	margin-right: .5rem;
	font-weight: 500;
	color: #6c757d;
	text-decoration: line-through;
	font-size: .85rem;
}





.search-result {
	position: absolute;
	display: none;
	width: 746px;
	z-index: 999;
	background-color: #fff;
	border-bottom-left-radius: calc(0.25rem - 1px);
	border-bottom-right-radius: calc(0.25rem - 1px);
	border: 1px solid #ededed;
	box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
	padding: 0 .5rem;
}









.main-slider-container{
	display:block;
	position:relative;
}


/*.main-slider-container .slide-down{
	display: block;
	position: absolute;
	bottom: 40px;
	left: 50%;
	z-index: 1;
	cursor: pointer;
	animation-name: slide-down;
	animation-timing-function: linear;
	 animation-duration: 2s;
        animation-iteration-count: infinite;
}

@keyframes slide-down {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-20px); }
	100% { transform: translateY(0); }
}*/

/*

#main-slider{
	margin-bottom:0;
	
}

#main-slider .owl-buttons {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	left: 0px;
	margin: 0px;
}

#main-slider .owl-prev {
	opacity: 1;
	font-size: 0px;
	width: 54px;
	height: 54px;
	background: url(/assets/img/prev_mainprojimg.png) no-repeat;
	background-position:0px 0px; 
	border-radius: 0px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin: -39px 0px 0px;
	outline: none;
}

#main-slider  .owl-prev:hover {	
	background-position:0px 0px; 
}

#main-slider  .owl-next {
	opacity: 1;
	font-size: 0px;
	width: 54px;
	height: 54px;
	background: url(/assets/img/nex_mainprojimg.png) no-repeat;
	background-position:0px 0px; 
	border-radius: 0px;
	position: absolute;
	top: 50%;
	right:0px;
	margin: -39px 0px 0px;
	outline: none;
}

#main-slider  .owl-next:hover {	
	background-position:0px 0px; 
}

*/




#main-slider  .owl-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 40%;
	/*margin-left: -40px;*/
	display: block !important;
	/*border: 1px solid #F9F9FA;
	background-color: #fff;*/	
}

#main-slider  .owl-next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 40%;
	right: 0;
	display: block !important;
	/*border: 1px solid #F9F9FA;
	background-color: #fff;*/
}

#main-slider  .owl-prev i, #main-slider .owl-next i {
	transform : scale(1,6);
	color: #FF1A26;
}

#main-slider .owl-prev:hover, #main-slider .owl-next:hover{
	background-color: #FF1A26;
	color: #fff;
}

#main-slider .owl-prev:hover i, #main-slider .owl-next:hover i{	
	color: #fff;
}




	


/*
#video-slider  .owl-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 40%;
	margin-left: -50px;
	display: block !important;
	border: 1px solid #ced4da;
	background-color: #fff;	
}

#video-slider  .owl-next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 40%;
	right: -50px;
	display: block !important;
	border: 1px solid #ced4da;
	background-color: #fff;
}

#video-slider  .owl-prev i, #video-slider .owl-next i {transform : scale(1,6); color: #ed3737;}

#video-slider .owl-prev:hover, #video-slider .owl-next:hover{
	background-color: #ced4da;
}

*/










 #news-sellers-slider .owl-prev, #best-sellers-slider .owl-prev, #discounts-sellers-slider .owl-prev{
	width: 40px;
	height: 40px;
	position: absolute;
	top: -46px;
	/* margin-left: -20px; */
	display: block !important;
	border: 1px solid #ced4da;
	background-color: #fff;
	right: 46px;
}

 #news-sellers-slider .owl-next, #best-sellers-slider .owl-next, #discounts-sellers-slider .owl-next{
	width: 40px;
	height: 40px;
	position: absolute;
	top: -46px;
	right: 0;
	display: block !important;
	border: 1px solid #ced4da;
	background-color: #fff;
}

 #news-sellers-slider .owl-prev i,   #news-sellers-slider .owl-next i,   #best-sellers-slider .owl-prev i, #best-sellers-slider .owl-next i,
#discounts-sellers-slider .owl-prev i, #discounts-sellers-slider .owl-next i
 {transform : scale(1,6); color: #FF1A26;}

  #news-sellers-slider .owl-prev:hover, #best-sellers-slider .owl-prev:hover, #discounts-sellers-slider .owl-prev:hover, #news-sellers-slider .owl-next:hover, #best-sellers-slider .owl-next:hover,
  #discounts-sellers-slider .owl-next:hover
  {
	background-color: #ced4da;
 }	 




#similar-slider .owl-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -46px;
	/* margin-left: -20px; */
	display: block !important;
	border: 1px solid #ced4da;
	background-color: #fff;
	right: 46px;
}

#similar-slider .owl-next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -46px;
	right: 0;
	display: block !important;
	border: 1px solid #ced4da;
	background-color: #fff;
}

#similar-slider .owl-prev i,   #similar-slider .owl-next i {transform : scale(1,6); color: #ed3737;}

#similar-slider .owl-prev:hover, #similar-slider .owl-next:hover{
	background-color: #ced4da;
 }	



#viewed-slider .owl-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -46px;
	/* margin-left: -20px; */
	display: block !important;
	border: 1px solid #ced4da;
	background-color: #fff;
	right: 46px;
}

#viewed-slider .owl-next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: -46px;
	right: 0;
	display: block !important;
	border: 1px solid #ced4da;
	background-color: #fff;
}

#viewed-slider .owl-prev i,   #viewed-slider .owl-next i {transform : scale(1,6); color: #ed3737;}

#viewed-slider .owl-prev:hover, #viewed-slider .owl-next:hover{
	background-color: #ced4da;
 }









.main-instagram{
	background-color:#F9F9FA;
}



.profile-container .tab-content {
	border-left: 1px solid rgba(0,0,0,.125);
	border-right: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.profile-container .nav-tabs .nav-link.active, .profile-container .nav-tabs .nav-item.show .nav-link {	
	color: #fff;
	background-color: #FF1A26;
	border-color: transparent;	
	background: linear-gradient(315deg, rgb(155, 0, 12), rgb(255, 26, 38));
}

.profile-container .nav-tabs .nav-link {
	background-color: #F9F9FA;
	border-color: #f5f5f5;
	color:#FF1A26;
}




.login-container .tab-content {
	border-left: 1px solid rgba(0,0,0,.125);
	border-right: 1px solid rgba(0,0,0,.125);
	border-bottom: 1px solid rgba(0,0,0,.125);
}

.login-container .nav-tabs .nav-link.active, .login-container .nav-tabs .nav-item.show .nav-link {	
	color: #fff;
	background-color: #FF1A26;
	border-color: transparent;	
	background: linear-gradient(315deg, rgb(155, 0, 12), rgb(255, 26, 38));
}

.login-container .nav-tabs .nav-link {
	background-color: #F9F9FA;
	border-color: #f5f5f5;
	color:#FF1A26;
}





/*

#best-sellers-slider .owl-buttons, #news-sellers-slider .owl-buttons{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	left: 0px;
	margin: 0px;
}

#best-sellers-slider .owl-prev, #news-sellers-slider .owl-prev {
	opacity: 1;
	font-size: 0px;
	width: 54px;
	height: 54px;
	background: url(/assets/img/prev_mainprojimg.png) no-repeat;
	background-position:0px 0px; 
	border-radius: 0px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin: -39px 0px 0px;
	outline: none;
}

#best-sellers-slider  .owl-prev:hover, #news-sellers-slider .owl-prev:hover{	
	background-position:0px 0px; 
}

#best-sellers-slider  .owl-next, #news-sellers-slider .owl-next{
	opacity: 1;
	font-size: 0px;
	width: 54px;
	height: 54px;
	background: url(/assets/img/nex_mainprojimg.png) no-repeat;
	background-position:0px 0px; 
	border-radius: 0px;
	position: absolute;
	top: 50%;
	right:0px;
	margin: -39px 0px 0px;
	outline: none;
}

#best-sellers-slider  .owl-next:hover, #news-sellers-slider .owl-next:hover{	
	background-position:0px 0px; 
}


#best-sellers-slider  .owl-nav, #news-sellers-slider .owl-nav{
	margin-top: 0px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

*/




























.title {	
	padding-bottom: 18px;
	position: relative;
	/*color: var(--izumrud);*/
}


.title h2::before, .title h1::before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 2px solid  #FF1A26;
}






.title p {	
	color: #292929;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 0px;
	padding: 30px 25px 10px 25px;
	position: relative;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-top: 0px;
	
}

.title p::before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 2px solid  #FF1A26;
}


.title h2, .title h1 {
	color: #292929;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 0px;
	padding: 30px 25px 10px 25px;
	position: relative;
	display: inline-block;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	margin-top: 0px;
	/*min-width: 250px;	*/
}

/*.title::before {
	content: "";
	position: absolute;
	display: block;
	width: 120px;
	top: 51px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 60px);
}
.title::after {
	content: "";
	top: 50px;
	position: absolute;
	display: block;
	width: 40px;
	height: 3px;
	background: var(--izumrud);
	bottom: 0;
	left: calc(50% - 20px);
}*/










/*.best-sellers .wrapper {
	padding: 0px 20px;
	position: relative;
	margin-top: 0px;
	padding-bottom: 30px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #eee #eee #d5d5d5 #eee;
	box-shadow: 0 5px 0 rgba(200,200,200,.2);
	margin-bottom: 50px;
}*/
















/*

#main-materials{
	display:flex;
	position:relative;
	
	padding-top:2rem;
	padding-bottom:1rem;
}

#main-materials .container{
	background-color: rgba(255, 255, 255, .6);
	
}

#main-materials .title{
	
}

#main-materials .item{
	
	text-align:center;	
}

#main-materials .item a{
	font-weight:700;
	color:#292929;
}

#main-materials .item img{	
	-webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 1);
	-moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 1);
	box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 1);
	transition: transform .6s ease-in-out;
}

#main-materials .item img:hover{	
	
	 transform: scale(1.1);
}
*/


.product-card{
	margin-bottom:1rem;
	
}




.product-card .card-title{	 
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden; 
	height:47px; 
}

.product-card .prices{
	text-align:center;
	padding-bottom:.5rem;
	font-weight:700; 
	 
}

.product-card .prices .old{
	margin-right:0.5rem;	
	font-weight:500; 
	color:#6c757d;
	text-decoration: line-through; 
	font-size:.85rem;
}




.product-card .product-card_badges-list {
	top: 4px;
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 1;
	left: 4px;
}

.product-card .product-card_badge {
	font-size: 11px;
	border-radius: 1.5px;
	letter-spacing: .02em;
	line-height: 1;
	padding: 2px 4px 2px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 4px;
	margin-right: 4px;
}

.product-card .product-card_badge-hit {
	background: red;
	color: #fff;
}

.product-card .product-card_badge-new {	
	color: #fff;	
	background-color: #FF1A26;	
	background: linear-gradient(315deg, rgb(155, 0, 12), rgb(255, 26, 38));
}

.product-card .product-card_badge-no {	
	color: #fff;	
	background-color: #6c757d;		
}











.product-card:hover {	
	-webkit-box-shadow: 2.121px 2.121px 5px 0 rgba(179, 174, 161, 0.2);
	box-shadow: 2.121px 2.121px 5px 0 rgba(179, 174, 161, 0.2);
}










.category-card{
	margin-bottom:1rem;
	
}

.category-card .card-body{
	background: #272727 url(/assets/frontend/img/stripes-pattern.png) repeat !important;
}

.category-card .card-title{	
	 
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden; 
	height:47px; 
}










.product .main-image{
	border: 1px solid rgba(0,0,0,.125);
	position:relative;
	
}

.product .main-image .product-card_badges-list {
	top: 4px;
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 1;
	left: 4px;
}

.product .main-image .product-card_badge {
	font-size: 11px;
	border-radius: 1.5px;
	letter-spacing: .02em;
	line-height: 1;
	padding: 2px 4px 2px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 4px;
	margin-right: 4px;
}

.product .main-image .product-card_badge-hit {
	background: red;
	color: #fff;
}
.product .main-image .product-card_badge-new {
	background: #00705A;
	color: #fff;
}

.product  .alert-warning {
	color: #fff;
	background-color: #333333;
	border-color: #333333;
}



.product .prices {
	/*text-align: center;*/
	padding-bottom: .5rem;
	font-weight: 700;
	font-size:1.5rem;
}

.product .prices .old {
	margin-right: 0.5rem;
	font-weight: 500;
	color: #6c757d;
	text-decoration: line-through;
	font-size: 1rem;
}










/*
.product .prices .accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #ED3737;
	box-shadow: none;
}

.accordion-button:focus {
	box-shadow: none;
}

.product .prices .accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	transform: rotate(180deg);
}


.product .prices .accordion-item .price, .product .prices .price{
	font-weight:700;
	padding-left:1rem;
}
*/




.product .nav-tabs .nav-item.show .nav-link,.product .nav-tabs .nav-link.active {
	color: #fff;
	background-color: #FF1A26;
	border-color: transparent;
	background: linear-gradient(315deg, rgb(155, 0, 12), rgb(255, 26, 38));
}


.product .nav-tabs .nav-link {
	background-color: #F9F9FA;
	border-color: #f5f5f5;
	color: #FF1A26;
}












.product .tab-content{
	padding:1rem;	
	border-left: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

 #product-slider {
	margin-top:1rem;
	padding-left:43px;
	padding-right:43px;
 }

 #product-slider  .item{
	border: 1px solid rgba(0,0,0,.125); 
	
 }
 
  #product-slider .owl-item{
	  padding: .5rem;
  }
 
 

 #product-slider .owl-prev {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top:-20px;
	left: -4px;
	display: block !important;
	border: 1px solid #ced4da;
	background-color: #fff;
	right: 46px;
}

 #product-slider .owl-next {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	right: -4px;
	margin-top:-20px;
	display: block !important;
	border: 1px solid #ced4da;
	background-color: #fff;
}

#product-slider .owl-prev i,   #product-slider .owl-next i {transform : scale(1,6); color: #ed3737;}

#product-slider .owl-prev:hover, #product-slider .owl-next:hover{
	background-color: #ced4da;
 }	






/*

.video-card .card-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 47px;
}

*/











.main-cat {
	background:#EDEDED;
}


.main-instagram img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor:pointer;
}
.main-instagram img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}


.sticky {
	position: fixed !important;
	top: 0 !important;
	width: 100% !important;
	z-index: 999 !important;
	box-shadow: 0 6px 6px -6px #999;
}



.scroll_top {
	width: 34px;
	height: 34px;
	position: fixed;
	font-size: 0;
	z-index: 9999;
	left: 10px;
	bottom: 10px;
	background: #6c757d;
	display: none;
	border-radius: 0;
	border-radius: .25rem;
}

.scroll_top::before {
	content: url(/assets/frontend/img/up-arrow.svg);
	text-align: center;
	width: 34px;
	height: 34px;
	display: block;
	padding: 6px;
}





.sort-panel{
	margin-top:1rem;
	margin-bottom:1rem;
}

#price-slider{
	margin-top:4px;
	margin-left: 14px;
	margin-right: 14px;
}

.noUi-handle {
	border: 1px solid #ced4da;
	border-radius: .25rem;
	background: #FFF;
	cursor: default;
	box-shadow: none;
}

#price-slider  .noUi-tooltip {	
	bottom: -28px;	
}

.noUi-tooltip {
	font-size: 10px;
	border: none;
}


.pagination {
	justify-content: center;
}

.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #ed3737;
	border-color: #ed3737;
}

.page-link {

	color: #212529;
	
}
.page-link:hover {
	z-index: 2;
	color: #ed3737;
	background-color: #e9ecef;
	border-color: #dee2e6;
}
.page-link:focus {	
	color: #ed3737;
	background-color: #e9ecef;	
	box-shadow: none;
}






.error + label{
	color:red;
	font-size:.7rem;
}

.bootbox-close-button{
	position:absolute;
	top:8px;
	right:8px;
}
















footer{
	/*background: #333333;*/
	padding-top: 2rem;
	
	background: #EDEDED;
	
	background: url(/assets/frontend/img/mramor.jpg);
	background-position-x: 0;
	background-position-y: 0;
	background-repeat: repeat;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	
	
}

footer .top-footer{
	padding-bottom: 2rem;

}

footer .bottom-footer{
	background: #333333;
	padding-bottom: 2rem;
	padding-top: 2rem;
}

footer .bottom-footer .slogan{
	color:#fff;
	font-size: .8rem;
}

footer .bottom-footer ul {
	list-style: square outside;
	margin-left: 0;
	color:#ed3737;
}

footer .bottom-footer ul li a{
	color:#fff;
	font-weight:600;
}

footer .bottom-footer p{
	color:#fff;	
}
footer .bottom-footer p i{
	color:#ed3737;
}



.blur-modal-bg {
	background-color: rgba(255,255,255,.75);
	backdrop-filter: blur(10px);
}













