/* by opiums Дима */
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	display: none;
	min-width: 160px;  
	cursor: pointer;
	padding: 4px 0;
	margin: 0 0 10px 25px;
	list-style: none;
	background-color: #ffffff;
	border-color: #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	*border-right-width: 2px;
	*border-bottom-width: 2px;
}
.ui-menu-item > a.ui-corner-all {
	display: block;
	padding: 3px 15px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #555555;
	white-space: nowrap;
	text-decoration: none;
}
.ui-state-hover, .ui-state-active {
	/*color: #ffffff;*/
	text-decoration: none;
	background-color: rgba(0,136,204,0.2);
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
}

.opi_tags {
  font-size: 14px;
  background: #ffffff50;
  border-radius: 8px;
  cursor: pointer;
  transition: box-shadow 1s ease, color 1s ease;
  color: #333;
  border: solid 1px #999;
  padding: 5px;
  text-decoration: none;
  font-weight: 300;
  white-space: nowrap;
  transition: 0.2s;
}
.opi_tags:hover {
  /*box-shadow: inset 0 0 0 2em #0cb6cc;*/
  color: #0cb6cc;
  border: solid 1px #0cb6cc;
  text-decoration: none;
  transition: 0.2s;
}
@media only screen and (min-width: 768px){
	.button_in_3d {
		position: absolute;
		right: 50%;
		z-index: 1;
		display: inline-block;
		outline: none;
		height: 50px;
		padding: 0 10px 0 10px;
		background: #0cb6cc;
		box-shadow: none;
		border: none;
		border-radius: 4px;
		margin:0;
		font-size: 16px;
		text-align: left;
        transform: translate(50%, 0%);
		text-transform: inherit;
		color: white;
		text-indent: 0;
		opacity: 1;
		-webkit-transition: all 0.3s ease-in 0s;
		-moz-transition: all 0.3s ease-in 0s;
		transition: all 0.3s ease-in 0s;
	}
	.button_in_3d:hover {
		opacity: 0.7;
		-webkit-transition: all 0.3s ease-in 0s;
		-moz-transition: all 0.3s ease-in 0s;
		transition: all 0.3s ease-in 0s;
	}
}
@media only screen and (max-width: 768px){
	.button_in_3d {
		display: none;
	}
}
@media only screen and (min-width: 768px){
	.container_banner_maximus{
        background: #f7f7f7;
	} 
	.banner_maximus{
		padding: 0;
        padding-bottom: 20px;
	}
	.banner_maximus img{
		width: 100%;
	}
}
@media only screen and (max-width: 768px){
	.banner_maximus img{
		height: unset;
		max-width: 100%;
	}
}

#owlreporter-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#owlreporter-preloader .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #ddd;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

#owlreporter-preloader .loader-section.section-left {
    left: 0;
}

#owlreporter-preloader .loader-section.section-right {
    right: 0;
}

.loaded #owlreporter-preloader .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645,0.045,0.355,1.000);
    transition: all .7s .3s cubic-bezier(0.645,0.045,0.355,1.000);
}

.loaded #owlreporter-preloader .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645,0.045,0.355,1.000);
    transition: all .7s .3s cubic-bezier(0.645,0.045,0.355,1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.loaded #owlreporter-preloader {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out;
}

.owl-wrapper .image, .owl-wrapper .name, .owl-wrapper .price, .owl-wrapper .cart  {
	text-align: center;
}
.owl-wrapper .price .price-old{
	text-decoration: line-through;
}
.block .rcategory_path {
	display: block;
	margin-top: 1em;
}
.owl-wrapper .name a:hover, .block .rcategory_path a:hover {
	color: #ed8b1a;
}

#cboxContent {
    /* border: 3px #0cb6cc solid; */
    overflow: hidden !important;
    border-radius: 10px;
}
#occm-form-container input[type=text] {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 9px 20px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    box-shadow: 2px 2px 5px 0px #e6e6e6;
    outline: none;
}
#occm-form-container textarea {
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 9px 20px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    box-shadow: 2px 2px 5px 0px #e6e6e6;
    resize: none;
    outline: none;
}
#occm-form-container #occm-button-confirm{
    background: #0cb6cc;
    border: none;
    display: block;
    font-weight: 300;
    border-radius: 10px;
    padding: 10px 5px 10px 5px;
    color: white;
    text-align: center;
    height: 37px;
    font-size: 15px;
    outline: none;
}