.price{text-transform:none;}

/* ----------------------------------------------------------------
	Owl Carousel CSS
-----------------------------------------------------------------*/

.owl-carousel .animated {
	-webkit-animation-duration: 750ms;
	-moz-animation-duration: 750ms;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
}
#ValutaForm{padding-top:10px;}

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut  {
	-webkit-animation-name: fadeOut;
	-moz-animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

.owl-height {
	-webkit-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	-moz-transition:height 500ms ease-in-out
}

.owl-carousel {
	display:none;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1;
	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y
}

.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}

.owl-carousel .owl-stage-outer {
	padding:10px 20px;
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(tx, ty, tz);
	-moz-transform:translate3d(tx, ty, tz);
	-ms-transform:translate3d(tx, ty, tz);
	-o-transform:translate3d(tx, ty, tz);
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab;

}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor:pointer;
	cursor:inherit;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.owl-carousel.owl-loaded { display:block }

.owl-carousel.owl-loading {
	display:block;
	min-height: 100px;
	background: url('images/preloader.gif') no-repeat center center
}

.owl-carousel.owl-hidden { opacity:0 }

.owl-carousel .owl-refresh .owl-item { display:none }

.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.owl-item .item:hover{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
	box-shadow:0 0 5px rgba(0,0,0,1);
}
.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d;
}

#slider .owl-carousel .owl-item img { -webkit-backface-visibility: hidden; }

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select:auto;
	-moz-user-select:auto;
	-ms-user-select:auto;
	-user-select:auto
}

.owl-carousel .owl-grab {
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab
}

.owl-carousel.owl-rtl { direction:rtl }

.owl-carousel.owl-rtl .owl-item { float:right }

.no-js .owl-carousel { display:block }

.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity 400ms ease;
	-moz-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-item img { transform-style:preserve-3d }

.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#111
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 64px;
	width: 64px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url("images/icons/play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition:scale(1.3,1.3);
	-moz-transition:scale(1.3,1.3);
	-o-transition:scale(1.3,1.3);
	-transition:scale(1.3,1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display:none }

.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	-webkit-transition:opacity 400ms ease;
	-moz-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1
}


/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -36px;
	zoom: 1;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border: 1px solid rgba(0,0,0,0.2);
	color: #666;
	background-color: #FFF;
	font-size: 18px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-controls.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -39px; }

.owl-carousel-full .owl-controls .owl-nav [class*=owl-] {
	margin-top: -30px;
	left: 0 !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #EEE;
	background-color: rgba(0,0,0,0.4);
	font-size: 28px;
	border-radius: 0 3px 3px 0;
}

.owl-carousel-full .owl-controls.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -46px; }

.owl-theme .owl-controls .owl-nav .owl-next {
	left: auto;
	right: -36px;
}

.owl-carousel-full .owl-controls .owl-nav .owl-next {
	left: auto;
	right: 0;
	border-radius: 3px 0 0 3px;
}

.owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
	opacity: 1;
	left: -18px;
}

.owl-theme:hover .owl-controls .owl-nav .owl-next {
	left: auto;
	right: -18px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: #8c6900;
	color: #FFF;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled { display: none; }


/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	margin-top: 30px;
	*display: inline;
}

.owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	opacity: 0.5;
	border-radius: 50%;
	background-color: #1ABC9C;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span { opacity: 1; }



#visualcart > a{
    height: 75px;
}

.logotip {
    width:300px;
    height:auto;
    margin: 0;
    width: 300px;
    position:relative;
}
.telephone{
    font-family: 'Carlito';
	/* -webkit-text-fill-color: transparent; */
    animation: 30s linear 0s normal none infinite running hue;
    background-clip: text;
    background-image: -moz-linear-gradient(92deg, #d96c00, rgba(217,163,0,0.95));
    color: #bc8d3b;
	font-size:60px;
	font-weight:600;
}
.formcart{position:relative;}
.table-optionsDisp select{
	color:#fff;
	border:none;
    text-shadow: 0px 1px 1px #000000;
	background:none;
    box-shadow: 0 9px 4px -8px rgba(102,77,0,0.3);
}
.tablerow {
    box-shadow: 0 9px 4px -8px rgba(102,77,0,0.3);
}


.phone{float:right;
position:absolute;
top:5px;
text-align: right;
right:0;}

.phone i{
color:#BC8D3B;font-size: 25px;
}
.shapka{

    position: inherit;
    top: 12px;
}
.menu-r{   position: inherit;
    top: 50px;}

.shapka h1{
	 color: #bc8d3b;
	text-shadow: 1px 1px 2px #000;
    font-family: 'book-antiqua';
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 6px; 
    line-height: 0;
}
.shapka span{
    font-family: 'book-antiqua';
   font-size: 15px;
   color:#6e4501;
    font-weight: 600;
    line-height:1.5;
	letter-spacing:3px;
	right: 15px;
	text-align:right;
    position: inherit;
	float:right;
}
.phone h4{
vertical-align:middle;
}
.bxslider a{
    cursor: url(images/zoomin.cur), pointer; 
}

.modal-body .bx-wrapper img {
    max-width: 800px;
    display: table; 
    text-align: center;
}

.bxsliderbig a{
    cursor: url(images/zoomout.cur), pointer; 
}

#fotoload > .bxslider-pre{
    display: table; 
    margin: 0 auto; 
    text-align: center;
    padding: 10px 10% 20px 10%;
}

.bx-pager img{
    max-width: 70px;
    margin:0px 5px 0px 5px;
}

.bx-pager-big img{
    max-width: 50px;
    margin:0px 5px 0px 5px;
}
.bxslider{
    display: table; 
    text-align: center;
}

@font-face {
    font-family: ALSRubl;
    src: url('fonts/rouble.eot') format('embedded-opentype');
    src: url('fonts/rouble.eot?#iefix') format('embedded-opentype'), url('fonts/rouble.woff') format('woff'), url('fonts/rouble.ttf') format('truetype');
}

.rubznak span{
    font-family: ALSRubl;
}

.chat-modal-content{
    height:500px;
    width:100%;
    overflow:hidden;
    border: 0px;
    margin:0px;
}
#chatopenwindow{
    margin-right:7px;
}
.chat{ 
    position: fixed; bottom: 20px; left: 20px;
    border-radius: 0 ;
    border: 0px;
    height: 42px;
    background: #D9D9D9;
}

.page-header h1{
    font-size: 30px;
}

.alert h1{
    font-size: 27px;
	   color: #fff;
    font-weight: normal;
	text-align:center;
}

.promo{
    padding: 5px 0px 0px 0px;
}

#slider-range{
    margin-top:20px;
}

.btn-sale{
    padding: 0px 9px 9px 9px;
}

.thumbnail .description{
    padding-bottom: 0px ;
}

a#faset-filter-reset span {
    padding-right:3px;
}

.dropdown-right{
    width: 100%;
}

#catalog-menu .list-group-item {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#catalog-menu .active{
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.dropdown-menu-right a {
    white-space: normal;
}

.dropdown-menu-right{
    right: -200px;
    top: 0px;
    width: inherit;
}

.dropdown-menu-right img, .dropdown-menu-right .nav-header,.dropdown-menu-right .mega-more, .mega-menu-column a.list-group-item{
    display: none;
}

.list-group > li{
    list-style-type: none;
}

.dropdown-right .none-cat{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

/*
* UItoTop
*/
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:20px;
    right:20px;
    overflow:hidden;
    width:42px;
    height:42px;
    border:none;
    text-indent:100%;
    background:url(images/ui.totop.png) no-repeat left top #D9D9D9;
}

#toTopHover {
    background:url(images/ui.totop.png) no-repeat left -42px;
    width:42px;
    height:42px;
    display:block;
    overflow:hidden;
    float:left;
    opacity: 0;
    -moz-opacity: 0;
    filter:alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline:none;
}

/* 
* PHPShop Editor 
*/
.editor_var{
    overflow: hidden;
}
.editor_empty{
    color:#6C809A;
    text-align: center;
    padding:5px;
    background: #FFE785;
    border: dashed 1px #6C809A;
    border-radius:4px;
    margin:3px;
}
.editor_empty a{
    text-decoration:none;
    color:#6C809A;
}
body {}
.navbar-default {}
.footer {
	border-bottom: 1px solid #bc8d3c;
    border-top: 1px solid #bc8d3c;
    margin: 0;
    padding: 15px 50px;
}
.panel-title{}
.panel-default{  /* box-shadow: 0 2px 5px 4px #8a8a8a inset; */}
h2{}
a.template-product-name{}

.progress-scroll {
    background: #fff url(images/zoomloader.gif) no-repeat center;
    padding:10px;
}

header {
    padding: 10px 0px 10px 0px;
}
header a{
    font-size: 12px;
}
header .col-md-12{
    margin-bottom:10px;
}


span.newtip-icon {
    background-color: rgba(255, 0, 0, 0.3);
    float: left;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    padding: 3px 7px 4px;
    margin: 2px 2px 2px 2px;
    font-size: 12px;
    display: inline;
}

span.sale-icon {
    background-color: rgba(89, 101, 115, 0.29)!important;
    float: left;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    padding: 3px 7px 4px;
    margin: 2px 2px 2px 2px;
    font-size: 12px;
    display: inline;
}

span.sale-icon-content{
    position: absolute;
    z-index: 5;

}

#cartlink{
    cursor: pointer;
}

.list-group-item img{
    max-width: 40px;
    max-height: 40px;
    padding:5px;

}

#showYurDataForPaymentLoad{
    max-width: 50%;
}

.logo{
    padding: 10px 0px 10px 0px;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.news-list a {
    color:#333333;
}

table.table-optionsDisp td{
    padding: 5px 0px;
}

.news-list a:hover,.template-product-name:hover{
    text-decoration: none;
}

form.template-sm{
    width:60%;
}

a.template-product-name{
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    -color:#333333;
}

.page-header span{
    padding-right:3px;
}

#sorttable{
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

.success-notification {
    position: fixed;
    bottom: 5px;
    right: 20px;
    max-width: 400px;
    z-index: 999999;
}


.template-menu-line{
    /*border-bottom:  1px solid #E7E7E7;*/
    min-width: 150px;
}

.template-menu-line b{
    padding-right:3px;
}

.template-menu-line:last-child{
    border-bottom:  0px;
}

img.template-wishlist-list{
    max-width: 40px; 
    max-height: 40px;
}

.product-tags a{
    float:left;
    padding:2px;
    margin:1px;
}

label{
    cursor: pointer;
}

.product-tags div:hover {
    background:#E7ECF2;
}

td.tablerow{
    font-size: 17px;
    font-weight: 600;
    padding: 5px;
}

/* avg rate */
.rate_l #raiting {position:relative; height:16px; cursor:pointer; width:83px; text-align:center; margin:5px 0px 0px; }
/* ÐÐ»ÐÐ ÑÐµÐÑÐ¸ÐÐÐ°*/
.rate_l .rating { margin-left:0px; padding-left:0px;}
#raiting {position:relative; height:16px; cursor:pointer; width:83px; text-align:center; margin:5px auto 0px; } /* ÐÐ»ÐÐ ÑÐµÐÑÐ¸ÐÐÐ°*/
#raiting_blank, #raiting_votes, #raiting_hover {height:16px; position:absolute}
#raiting_blank { background:url(images/stars/stars1-0.png); width:80px; } /* "Ð§Ð¸ÑÑÑÐµ" Ð·ÐÐµÐ·ÐÐÑÐÐ¸ */
#raiting_votes {background:url(images/stars/stars1-5.png); cursor: default;} /*  ÐÐ°ÐÑÐ°ÑÐµÐÐÑÐµ Ð·ÐÐµÐ·ÐÐÑÐÐ¸ */
#raiting_info {     margin-top: 5px;text-align:center}
.review {margin-top:15px;}

/*ÐÐÐÐÐµÑÐ¶ÐÐ° ÑÑÐ¸Ð»ÐµÐ ÐÐ»Ñ ÑÐ°Ð±Ð»ÐÐÐ° ÐÑÐÑÐÐ»ÐµÐÐ¸Ñ Ð·Ð°ÐÐ°Ð·Ð° ÐÐÐ ÐÐÐÑÑ Ð»ÐÐÐ¸ÐÑ*/
span.wait{
    display:inline-block;
    width:16px;
    height:16px;
    background:url(/phpshop/lib/templates/icon/loading.gif) center center no-repeat;
}

input.reqActiv, select.reqActiv {
    border: 1px solid red;
}


.template-pad{
    padding:10px;
}

.delivOneEl {
    padding-left: 5px;
    cursor: pointer;
    padding-bottom: 10px;
    display: block;
    vertical-align: central;
}

.delivOneEl img {
    margin-bottom: -10px;
}
.paymOneEl{
    padding-left: 5px;
    cursor: pointer;
    padding-bottom: 10px;
}
.paymOneEl img {
    margin-bottom: -10px;
}

#fotoload{
    margin-bottom:10px;
}

#fotoload table{
    display: table; 
    margin: 0 auto; 
    text-align: center;
}

#fotoload a.highslide img{
    max-width: 700px;
}

#fotoload img.imgOn, #fotoload img.imgOff{
    max-width: 100px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

img.imgOff {
    border-color: #E0E0E0;
    border-style: solid;
    border-width: 1px;
    margin:5px;
}

img.imgOn {
    border-color: #E0E0E0;
    border-style: solid;
    border-width: 1px;
    margin:5px;
}

.template-slider{
    margin-bottom:20px;
}

img.template{
    border: solid 1px #CCC;
    padding: 3px;
    border: solid 1px #CCC;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
    border-radius:5px;
    margin:3px;
    cursor:pointer;
}

img.template:hover{
    border: solid 1px #BFDBFF;
    box-shadow: 0 0 5px #BFDBFF;
}

.sort-color{
    width:25px;
    height:25px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.filter-color{
    width:20px;
    height:20px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border: solid 1px #CCC;
}

.bootstrap-theme{
    color: #fff;
    width:30px;
    height:30px;
    background:#CCC;
    float:left;
    padding: 3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    margin:3px;
    cursor:pointer;
}

.bootstrap-theme:hover{
    border: solid 1px #FFF;
    box-shadow: 0 0 5px #BFDBFF;
}

/* Form Styler */
.jq-selectbox__select-text {
    max-width: 300px;
}


.carousel-control.left, .carousel-control.right{
    background-image: none;
}

@media (max-width:719px){

    .bar-padding-top-fix{
       /* padding-top:70px;*/
    }
}

@media only screen and (max-width: 768px) and (orientation : landscape) {
    .bar, #navigation {
        position: sticky;
    }
}

@media (min-width: 992px) and (max-width: 1320px) {

    .dropdown-menu-right{
        right: -200px;
        top: 0px;
        width: inherit;
    }
	
.shapka h1{
    font-size: 32px;
    letter-spacing: 1px;
    position: inherit;
    top: 0;
	text-align:center;

}
.shapka span{
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 10px;
    position: inherit;

}

}

@media (min-width: 1320px) and (max-width: 1860px) {


.shapka h1{
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 0;
    position: inherit;
    top: 10px;
    text-align: center;
	

}
.shapka span{
    color: #6e4501;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    position: inherit;
    text-align: center;

}

}

@media (max-width: 768px) {
    .bx-viewport ul {
        padding: 0;
    }
    .modal-body .bx-wrapper img{
        max-width: 100%;
    }
}


/*
@media only screen and (max-height: 768px) and (orientation : landscape)  {
    #catalog-dropdown {
       display:none !important;
    }
}*/

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }

  to {
    -webkit-filter: hue-rotate(360deg);
  }
}