/*! Place your custom styles here */
.add-to-cart-btn{
	margin-bottom: 0px!important;
}
.block.product-title{
	height: 120px;
}
.product_style
{
	
}
footer{
	padding-top: 30px!important;
	padding-bottom: 30px!important;
}
.menu-horizontal.nav-icons{
	font-size: 18px;
}
.is-selected img {
	max-width: 100% !important;
	max-height: 450px;
	height: 100%;
}
/* category sidebar */

.cat-side-menu .panel-heading {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 15px 10px;
	text-align: center;
	background-color: #46c3ab;
	text-transform: uppercase;
	font-weight: bold;
}

.cat-side-menu .accordion-body {
	text-align: center;
}
.cat-side-menu .accordion-body .panel-body {
	padding:15px;
}


.cat-side-menu .accordion-body .panel-body .filter-price-details .panel-title a {
	color:#252525;
	text-decoration: none;
}
	/* INDEX PRODUCT RIBBONS START */
.ribbonFocus, .ribbonNew, .ribbonNamalenie {
	font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	position: absolute;
	right: 0;
	top: 0;
	background-color: red;
	padding: 7px;
	color: white;
	font-size: 20px;
}

.ribbonNew {
	background-color: green;
}

.ribbonNamalenie {
	background-color: #47C7AE;
}

/* INDEX PRODUCT RIBBONS END */

.add-to-cart-btn {
	background-color: #fff;
	color: #000;
	border-color: #000;
}
.add-to-cart-btn:hover{
	color: #fff;
	background-color: #000;
}

.bar-1 .menu-horizontal > li > a:hover {
	color: #fff;
}

.input-radio label {
	display: inherit !important;
}

.accord_firma {
	margin-bottom: 90px;
}

.send-order-btn {
	padding: 5px;
}
.thank-you-left{
	padding-left: 39px!important;
}
.checkout-info{
	padding-right: 39px!important;
}

.color-white {
	color: #fff !important;
}

.product {
	text-align: center;
}

.product img {
	height: 280px;
	max-width: 260px;
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
}
.owl-item-slide {
	margin: 7.5px;
}
.owl-nav-out {
	margin: -7.5px;
}
.owl-nav-out:hover .owl-nav .owl-next,
.owl-nav-out:hover .owl-nav .owl-prev {
	opacity: 1;
	-ms-filter: none;
	filter: none;
	-webkit-transform: translate3d(0, 0, 0) !important;
	-moz-transform: translate3d(0, 0, 0) !important;
	-o-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
	background: #fff;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
	box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

.owl-nav-out .owl-nav div {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	background: none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	font-size: 14px !important;
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	color: #fff !important;
	margin-top: -20px;
	-webkit-border-radius: 0%;
	border-radius: 0%;
	cursor: pointer;
	line-height: 40px;
	text-align: center;
	background-color: #242626;
}
.owl-nav-out .owl-nav div:hover {
	background: #7fc9c4;
}
.owl-nav-out .owl-nav div:before {
	font-family: 'FontAwesome';
}
.owl-nav-out .owl-nav div.owl-next {
	-webkit-transform: translate3d(12px, 0, 0);
	-moz-transform: translate3d(12px, 0, 0);
	-o-transform: translate3d(12px, 0, 0);
	-ms-transform: translate3d(12px, 0, 0);
	transform: translate3d(12px, 0, 0);
	right: -15px;
}
.owl-nav-out .owl-nav div.owl-next:before {
	content: '\f105';
}
.owl-nav-out .owl-nav div.owl-prev {
	-webkit-transform: translate3d(-12px, 0, 0);
	-moz-transform: translate3d(-12px, 0, 0);
	-o-transform: translate3d(-12px, 0, 0);
	-ms-transform: translate3d(-12px, 0, 0);
	transform: translate3d(-12px, 0, 0);
	left: -15px;
}
.owl-nav-out .owl-nav div.owl-prev:before {
	content: '\f104';
}
.owl-nav-dots-inner .owl-dots {
	position: absolute;
	left: 50%;
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-o-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	bottom: 30px;
}
.owl-nav-dots-inner .owl-dots .owl-dot {
	cursor: pointer;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	float: left;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.owl-nav-dots-inner .owl-dots .owl-dot.active {
	background: #fff;
	-webkit-transform: scale(1.4);
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
}

/*------------------------------------*\
    $SITE-NAV
\*------------------------------------*/
/**
 * Site nav specific styling.
 * Extends `.nav{}`
 */

#dropdown-1 {
	background-color: #fff;
}
.site-nav{
	border: 1px solid #000000;
	margin-bottom: 20px;
}
.site-nav a{
	line-height:1;
	padding:1em;
	background-color:#fff;
	color:#000;
	white-space:nowrap;
	border: 1px solid #000000;
	wdith: 100%;
}

/*--- SITE-NAV FLYOUTS ---*/
/**
 * Site nav specific flyouts, extension of `.flyout`.
 * Set up some styles to apply and persist when we hover things in the site nav.
 * This allows us to keep parents highlighted as we hover their contained flyouts [1].
 */
.site-nav .flyout:hover > a /* [1] */,
.site-nav .flyout-alt:hover > a /* [1] */,
.site-nav a:hover{
	color:#435704;
	/*background-color:#cccccc;*/
}

/**
 * Add an indicator to any flyout parents in the site nav to show there’s a flyout.
 */
/*.site-nav .flyout-alt > a:after{*/
/*content:" »";*/
/*}*/

/**
 * Here we set up a load of shared borders on the site-nav specific flyouts.
 * The code looks a little scattered but it allows us to cleverly share declarations:
 * We set up a non-existent [1] solid [2] border on all sides of the relevant elements.
 * We can now also change the style [2] and colour [3] of all borders in one go.
 * Now we have set up border colours and styles, we need to just turn the desired borders ‘on’ [4].
 */


.flyout,
.flyout-alt{
	position:relative;
}
.flyout-content{
	/* Position the flyouts off-screen. This is typically better than `display:none;`. */
	position:absolute;
	top:100%;
	left:-99999px;
	/**
	 * Even though they are out of document flow, lots of nested flyouts can
	 * eventually force scroll bars to appear as they become taller than the viewport.
	 * We can undo this effect by giving them zero height.
	 */
	height:0;
	overflow:hidden;
}

/**
 * Bring the flyouts into view when you hover their parents.
 * Two different types of flyout; ‘regular’ (`.flyout`) and ‘alternative’ (`.flyout-alt`).
 */
/* Regular flyouts sit all the way from the top, flush left. */
.flyout:hover > .flyout-content{
	left:0;
}
/* Alternative flyouts sit all the way from the left, flush top. */
.flyout-alt:hover > .flyout-content{
	top:0;
	left:100%;
}
.flyout:hover > .flyout-content,
.flyout-alt:hover > .flyout-content{
	/* Give the flyouts their height back once they come into view. */
	height:auto;
	overflow:visible;
	padding: 5px;
	background-color: #cccccc;
	z-index: 99;
}

.site-nav a,
.site-nav .flyout-content{
	border:0     /* [1] */
	solid /* [2] */
	#fff  /* [3] */;
}
.site-nav > li > a{
	border-left-width:1px; /* [4] */
}
/* The first link in the site-nav doesn’t require a border at all. */
.site-nav > li:first-child > a{
	border:none;
	text-align: center;
}
.site-nav .flyout-content{
	border-width:1px 0 0 1px; /* [4] */
}
.site-nav .flyout-content{
	border-bottom-width:1px; /* [4] */
}
.site-nav .flyout-alt:hover > .flyout-content{
	/**
	 * To account for the 1px top border on the flyout containers, we need to
	 * bring the flyouts back up by 1px in this special instance.
	 */
	top:-1px;
}
.filterDropdown{
	padding-left: 0px!important;
	padding-right: 0px!important;
}
.filterDropdown .flyout-content{
	background-color: #fff;
	border: 1px solid black;
}
.flyout:hover > .flyout-content, .flyout-alt:hover > .flyout-content{
	background-color: #fff;
}
.flyout-alt input{
	margin-right: 10px;
}
.dropdownTitle:after{
	content: url("../images/down-arrow.png");
	width: 16px;
	height: 16px;
	position: absolute;
	top: 14px;
	right: 7px;
}
.flyout-content label{
	color: #898989!important;
}
.flyout{
	padding-left: 0px;
	padding-right: 0px;
}
#buttonFilter{
	padding: 7px 10px!important;
}
.button-clear-filters{
	display: inline-block;
	padding: 8px 10px;
	/*float:right;*/
	background-color: grey;
	color: white;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
}

.ui-slider {
	height: 15px !important;
}

.ui-slider-handle {
	padding: 10px !important;
}

#slider-1 {
	margin-bottom: 10px;
}

.ui-slider-handle {
	border-radius: 0px !important;
}

..ui-widget-header {
	background: #3d3d3d !important;
	background-image: none !important;
}
.active_filter {
	background-color: #e5eff7 !important;
}

.checked_filter
{
	background-color: #e0e0e0;
	/*border: 1px solid #3d3d3d;*/
	padding:          3px;
	display:          inline;
	color:            #000;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

.filter-checking {
	margin-bottom: 10px;
}

.checked_filter a:hover {
	color: #3d3d3d;
}
.btn-look{
	margin-bottom: 20px!important;
}
.look-holder{
	text-align: center;
}
#edit-profile .progress{
	height: 30px!important;
}
#edit-profile .progress div{
	font-size: 18px;
	font-weight: 800;
}
.table-promos{
	color: #242626;
	border-collapse: collapse;
	border: 1px solid #898989;
	width: 100%;
}
.table-promos th{
	background-color: #7fc9c4;
	text-align: center;
	border: 1px solid #898989;
	padding: 5px;
}
.table-promos td{
	text-align: center;
	padding: 5px;
	border: 1px solid #898989;
}

/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
	position: relative; display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.irs-line {
	position: relative; display: block;
	overflow: hidden;
	outline: none !important;
}
.irs-line-left, .irs-line-mid, .irs-line-right {
	position: absolute; display: block;
	top: 0;
}
.irs-line-left {
	left: 0; width: 11%;
}
.irs-line-mid {
	left: 9%; width: 82%;
}
.irs-line-right {
	right: 0; width: 11%;
}

.irs-bar {
	position: absolute; display: block;
	left: 0; width: 0;
}
.irs-bar-edge {
	position: absolute; display: block;
	top: 0; left: 0;
}

.irs-shadow {
	position: absolute; display: none;
	left: 0; width: 0;
}

.irs-slider {
	position: absolute; display: block;
	cursor: default;
	z-index: 1;
}
.irs-slider.single {

}
.irs-slider.from {

}
.irs-slider.to {

}
.irs-slider.type_last {
	z-index: 2;
}

.irs-min {
	position: absolute; display: block;
	left: 0;
	cursor: default;
}
.irs-max {
	position: absolute; display: block;
	right: 0;
	cursor: default;
}

.irs-from, .irs-to, .irs-single {
	position: absolute; display: block;
	top: 0; left: 0;
	cursor: default;
	white-space: nowrap;
}

.irs-grid {
	position: absolute; display: none;
	bottom: 0; left: 0;
	width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
	display: block;
}
.irs-grid-pol {
	position: absolute;
	top: 0; left: 0;
	width: 1px; height: 8px;
	background: #000;
}
.irs-grid-pol.small {
	height: 4px;
}
.irs-grid-text {
	position: absolute;
	bottom: 0; left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px; line-height: 9px;
	padding: 0 3px;
	color: #000;
}

.irs-disable-mask {
	position: absolute; display: block;
	top: 0; left: -1%;
	width: 102%; height: 100%;
	cursor: default;
	background: rgba(0,0,0,0.0);
	z-index: 2;
}
.lt-ie9 .irs-disable-mask {
	background: #000;
	filter: alpha(opacity=0);
	cursor: not-allowed;
}

.irs-disabled {
	opacity: 0.4;
}


.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}

.space--xs {
	padding-bottom: 0px !important;
}

section {
	padding-bottom: 10px !important;
}

.main-container section {
	padding-top: 10px !important;
}

.font-size-18 {
	font-size: 18px !important;
}

ol {
	margin-bottom: 0px !important;
}

h1 {
	margin-bottom: 0px !important;
}

.flyout-alt {
	padding: 0px !important;
}

.accordion .accordion__title {
	margin-bottom: 0px !important;
	padding: 0px !important;
}

.minus-45 {
	margin-top: -115px;
}

.slide img {
	margin: auto;
}

.is-selected {
	text-align: center;
}


.flickity-viewport {
	max-height: 480px;
}

/*magnify*/
.glass {
	width: 175px;
	height: 175px;
	position: absolute;
	/*border-radius: 50%;*/
	cursor: crosshair;

	/* Multiple box shadows to achieve the glass effect */
	box-shadow:
			0 0 0 7px rgba(255, 255, 255, 0.85),
			0 0 7px 7px rgba(0, 0, 0, 0.25),
			inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

	/* hide the glass by default */
	display: none;
}





/*********
*** Styles just for DEMO purpose
*********/

#wrap {
	max-width: 700px;
	margin: 20px auto;
}

.slide {
	margin: 20px auto;
	text-align: center;
	padding: 20px;
}


.slide h2 {
	font-size: 26px;
	margin: 25px 0;
}

.slide a {
	color: white;
}

.bar .logo {
	max-height: 38px !important;
}

.menu-bar {
	margin-top: 5px;
}
.product-title-cart{
	margin-bottom: 0px!important;
	float: left;
}
.product-cart-img{
	max-height: 130px;
	margin: 0 auto;
	display: block;
	padding: 10px;
}
.buttons-holder{
	padding-left: 0px;
}
.small-slides{
	display: flex;
	flex-direction: column;
	margin-top: 20px!important;
}
.small-slides li{
	margin-bottom: 15px;
}
.small-slides li img{
	width: 100%;
	height: 120px;
	cursor: pointer;
}

.no-pad-left {
	padding-left: 0 !important;
}

#menu1 {
	background-color: #46c3ab;
}

.payment-success-icon {
	color: #46c3ab;
}

.success-h {
	color: #46c3ab;
}
.first-header{
	padding: 1em!important;
}
.custom-modal-btn{
	padding: 5px 10px!important;
	background-color: #46c3ab;
}
.custom-modal-btn:hover{
	color: #46c3ab;
	background-color: #000;
	border-color: #000!important;
}
.modal-body.tables th, .modal-body.tables td{
	padding: 0.5em;!important;
}
.cat-side-menu{
	background-color: #fff;
	border: 1px solid #46c3ab;
	border-radius: 10px;
	margin-bottom: 0;
	display: block;
}
.cat-side-menu .panel-heading{
	padding: 15px 10px;
	text-align: center;
	background-color: #46c3ab;
	text-transform: uppercase;
	font-weight: bold;
}
.cat-side-menu .panel-heading h4{
	margin-bottom: 0px!important;
	font-size: 16px;
}
.filter-price-details h4{
	margin-bottom: 0px;
	font-size: 14px;
}
.filter-price-details h4 a:hover{
	color: #46c3ab;
	text-decoration: none;
}

/*a.block {*/
	/*min-height: 80px;*/
/*}*/