


/* Standard Styles Starts */
body {
     font-family: 'Exo 2', sans-serif;
}
@-webkit-keyframes submenu-show{
    from{
        -webkit-transform:scale(0.85);
        transform:scale(0.85);
        opacity:0;
    }.filter-title
    to{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1;
    }
}
@keyframes submenu-show{
    from{
        -webkit-transform:scale(0.85);
        transform:scale(0.85);opacity:0;
    }
    to{
        -webkit-transform:scale(1);
        transform:scale(1);
        opacity:1;
    }
}
@-webkit-keyframes megamenu-show{
    from{
        -webkit-transform:translate3d(0, -9px, 0);
        transform:translate3d(0, -9px, 0);
        opacity:0
    }
    to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
        opacity:1
    }
}
@keyframes megamenu-show{
    from{
        -webkit-transform:translate3d(0, -9px, 0);
        transform:translate3d(0, -9px, 0);
        opacity:0
    }to{
        -webkit-transform:translate3d(0, 0, 0);
        transform:translate3d(0, 0, 0);
        opacity:1
    }
}
a{
    color:#0da9ef;
}
a:hover, 
a:focus{
    -color:#1c1c1c;
    text-decoration: none;
}
a:focus{
    outline:none;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Exo 2';
}
h1{
    font-size:2
    px;
}
h2{
    font-size:20px;
}
h3{
    font-size:18px;
}
h4{
    font-size:16px;
}
h5{
    font-size:16px;
}
h6{
    font-size:14px;
}
.header-top {
    border-bottom: 1px solid #e1e7ec;
    -background-color: #f5f5f5;
    min-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-top-link, .header-top-text, .header-wishlist .link {
    color: #606975;
}
.header-top-link:hover, .header-wishlist .link:hover {
    color: #0da9ef;
}
.header-top-link, .returncall-link, .header-top-text, .header-wishlist .link {
    font-size: 13px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 20px;
    transition: color .3s;
}
.returncall-link {
    margin-right: 0;
}
.social-button {
    display: inline-block;
    margin-top: 5px;
    margin-right: 18px;
    margin-bottom: 5px;
    transition: color .3s;
    color: #606975;
   
    text-decoration: none;
}
.social-top .social-button {
	font-size: 16px;
}

.footer-social2 .social-button {
	font-size: 50px;
}

.header-top-right,
.header-wishlist {
    float: right;
    margin-right: 15px;
}
.header-wishlist, .header-wishlist a.link {
    margin-right: 0;
}
.header-wishlist, .header-wishlist a.link:first-child {
    margin-right: 12px;
}
.header-bottom {
    border-bottom: 1px solid #e1e7ec;
    background-color: #fff;
    position: relative;
    z-index: 5;
}
.header-search-form {
    display: block;
    width: 100%;
    height: 100px;
    left: 0;
    transition: .3s;
    background-color: #fff;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
.header-search-form.active {
    visibility: visible;
    opacity: 1;
}
.header-search-form input {
    position: absolute;
    width: 100%;
    height: 40px;
    padding-right: 0;
    padding-left: 30px;
    border: 1;
    background-color: #fff;
    border-color: #e8ecef !important;
    color: #606975;
    font-size: 16px;
    box-shadow: none !important;
    outline: none;
	top: calc(50% - 21px);
}

.search-close {
    font-size: 20px;
    top: 50%;
    margin-top: -10px;
    right: 15px;
    position: absolute;
    cursor: pointer;
}
.header-bottom #logo {
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
}
.header-bottom #logo a {
    height: 80px;
    overflow: hidden;
    line-height: 72px;
    display: block;
}
.header-bottom #logo img {
    max-width: 100%;
    max-height: 100%;
}
.header-menu-wrapper {
    position: static;
}
.nav > li.catalog-menu {
    position: static;
}
.main-navbar-top > li {
    -position: unset;
}

.main-navbar-top > li > a {
    padding: 0 15px;
    transition: color .3s;
    color: #606975;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    line-height: 100px;
    text-transform: uppercase;
    letter-spacing: .05em;
    height: 100px;
    display: block;
    transition: color .3s;
}

.main-navbar-top > li:hover > a {
    color: #0da9ef;
}
.main-navbar-top > li.active > a {
    color: #0da9ef;
}
.main-navbar-list-catalog-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: -1px !important;
    border: 1px solid #e1e7ec;
    background-color: #fff;
    box-shadow: 0 7px 22px -5px rgba(47,56,68,0.2);
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
	right:0;
    padding: 10px 15px;
    min-width: 768px;
    list-style-type: none;
}
.main-navbar-list-catalog-wrapper > li {
	position: relative;
    -padding: 25px;
    margin-bottom: 0px;
	display:inline-block;
	width:100%;
}
.main-navbar-list-catalog-wrapper > li > a {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e1e7ec;
    color: #9da9b9;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}
.main-navbar-list-catalog-hidden {
    list-style-type: none;
    padding: 0;
}
.main-navbar-list-catalog-hidden a {
    padding: 5px 0;
    transition: color .3s;
    color: #606975;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
.main-navbar-list-catalog-wrapper > li a:hover {
    color: #0da9ef;
}
.main-navbar-top > li.catalog-menu:hover > .main-navbar-list-catalog-wrapper {
    display: block;
    -webkit-animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.panel.panel-l
{	
	border-radius:0;
	border-bottom:0;		
	border-top:0;
	border-right:0;
	box-shadow:none;		
		
}

.panel.panel-0
{	
	border-radius:0;
	border-bottom:0;		
	border-top:0;
	border-right:0;
	border-left:0;
	box-shadow:none;		
		
}

.mr-15 {margin-right: 15px;}
	
.panel.panel-0 .panel-body {
    padding: 10px 0px 0px 0px;
}
	
.panel.panel-0	.media-body.count-bue {
	font-size:12px;
}
	
#menu-fix:hover > .dropdown-menu {
	 display: block;
    -webkit-animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.header-bottom #cart {
    margin-top: 30px;
    float: right;
}
.header-bottom #cart #cartlink {
    display: block;
    position: relative;
    height: 44px;
    margin-left: 5px;
    transition: background-color .35s;
    border: 1px solid #e1e7ec;
    border-radius: 22px;
    color: #606975;
    font-size: 17px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    line-height: normal;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 10px;
}
.header-bottom #cart #cartlink:hover {
    background-color: #f5f5f5;
}
.header-bottom #cart #cartlink #cart-total {
    display: block;
}
.header-bottom #cart #cartlink .count {
    margin-left: 5px;
    display: inline-block;
    margin-top: -2px;
    font-size: 14px;
    vertical-align: middle;
}
.header-bottom #cart #cartlink .sub-total {
    margin-left: 0px;
    padding: 0px 0 0px 1px;
    border-left: 1px solid #e1e7ec;
    display: inline-block;
    margin-top: -2px;
    font-size: 14px;
    vertical-align: middle;
}
.header-account {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    margin-left: 5px;
    transition: background-color .35s;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    color: #606975;
    font-size: 17px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    float: right;
}
.account-dropdown {
    left: 50%;
    margin-left: -100px;
    margin-top: 7px;
    text-align: left;
    display: none;
    position: absolute;
    top: 100%;
    width: 200px;
    padding: 10px 0 !important;
    border: 1px solid #e1e7ec;
    border-radius: 5px;
    background-color: #fff;
    line-height: 1.5;
    box-shadow: 0 7px 22px -5px rgba(47,56,68,0.2);
    list-style-type: none;
}
.header-account .iconz-user {
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 11px;
    display: block;
}
.account-dropdown li a,
.account-dropdown li> span  {
    display: block;
    padding: 5px 20px !important;
    transition: color .3s;
    color: #606975;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    text-decoration: none;
}
.account-dropdown li a:hover{
    color: #0da9ef;
}
.header-account:hover .account-dropdown {
    display: block;
    -webkit-animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: submenu-show 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.search-open-button {
    margin-top: 30px;
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    margin-left: 0px;
    transition: background-color .35s;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    color: #606975;
    font-size: 17px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    float: right;
}
.search-open-button .iconz-search {
    margin-top: 11px;
    display: block;
}
.search-open-button:hover,
.header-account:hover {
    background-color: #f5f5f5;
}
.shop-description {
    text-align: center;
}
.shop-description .description-text{
    overflow: hidden;
    text-align: left;
    
	
}


.shop-description .description-text.active {
    
	max-height:100%!important;
}
.shop-description > .feather {
    font-size: 40px;
}
.product-block {
    padding: 18px;
    border: 1px solid #e1e7ec;
    margin-top: 4px;
    margin-bottom: 4px;
    border-radius: 7px;
    transition: all .5s;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0);
	position:relative;
}

.mini-news-slider .product-day {
    border: 1px solid #ef1311;
}
.product-block:hover {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.template-product-list.products-list .product-block-wrapper {
    padding-left: 5px;
    padding-right: 5px;
}
.product-block-image {
    position: relative;
}
.sale-icon-content {
    position: absolute;
    display: block;
    top: -9px;
    left: -9px;
	right: -9px;
    width: auto;
}
.sale-icon-content .badge {
    display: block;
    margin-bottom: 5px;
	margin-right:6px;
	float:left;
}
.sale-icon-content .badge:last-child {
    float: left;
}
.sale-icon-content .badge:first-child {
    float: left;
}

.sale-icon-content .badge.new {
    background-color: #63b40d;
}

.sale-icon-content .badge.hit {
    background-color: #ffb74f;
}

.sale-icon-content .badge.promo {
    background-color: #ef1311;
}






.badge.badge-success {
   background-color: #ef1311;
   
   	} 


.sale-icon-content .badge.sale {
    background-color: #0da9ef;
}
.sale-icon-content:after {
    content: "";
    display: table;
    clear: both;
}
.nowbuy-list .sale-icon-content {
    display: none;
}
.template-product-list.products-list .row {
    margin-left: -5px;
    margin-right: -5px;
}
.product-block {
    margin-bottom: 30px;
}
.product-block-img-link {
    height: 145px;
    line-height: 144px;
    text-align: center;
    overflow: hidden;
    display: block;
    margin-bottom: 25px;
}
.product-block-img-link img {
    max-width: 100%;
    max-height: 100%;
    width: unset !important;
    display: inline-block !important;
}
.product-block-name {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}
.product-block-name > a {
    transition: color .3s;
    color: #374250;
    text-decoration: none;
}
.product-block-name > a:hover {
    color: #0da9ef;
}
.product-block-price {
    margin-top: 0;
    margin-bottom: 10px;
    color: #606975;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.product-block-price > .price-old {
    margin-right: 5px;
    color: #9da9b9;
}
.product-block-button {
    padding: 12px 0 8px;
    text-align: center;
}
.product-day-block-button {
    padding: 30px 0 8px;
    text-align: center;
}
.product-block-button .addToWishList,
.product-block-button .addToCompareList {
    width: 36px;
    padding: 0;
    padding-left: 1px;
    border-radius: 50%;
    margin: 0 4px;
    font-size: 12px;
    line-height: 34px;
    transform: translateZ(0);
    transition: all .4s;
    border: 1px solid #e1e7ec;
    background-color: transparent;
    background-image: none;
    color: #606975;
    outline: none !important;
    margin-bottom: 5px;
    margin-top: 6px;
}
.product-block-button .addToWishList:hover,
.product-block-button .addToCompareList:hover {
    background-color: #f5f5f5;
}
.product-block-button .addToCartList {
    margin: 0 4px;
    background-color: transparent;
    color: #0da9ef;
    height: 36px;
    padding: 0 18px;
    border-radius: 18px;
    font-size: 12px;
    line-height: 34px;
    transform: translateZ(0);
    transition: all .4s;
    border: 1px solid #0da9ef;
    text-transform: uppercase;
    outline: none !important;
    margin-bottom: 5px;
}
.product-block-button .btn.btn-cart {
    margin: 0 4px;
    background-color: #2bb1f4;
    color: #fff;
    height: 32px;
    padding: 0 15px;
    border-radius: 7px;
    font-size: 20px;
    font-weight:bold;
	line-height: 30px;
    transform: translateZ(0);
    transition: all .4s;
    border: 1px solid #0da9ef;
    text-transform: uppercase;
    outline: none !important;
}

/*******************************/

.btn.btn-cart.big-button {
	
	margin:0px;
    background-color: #2bb1f4;
    color: #fff;
    height: 44px;
    padding: 0 60px;
    border-radius: 7px;
    font-size: 20px;
    font-weight:bold;
	line-height: 44px;
    transform: translateZ(0);
    transition: all .4s;
    border: 1px solid #0da9ef;
    text-transform: uppercase;
    outline: none !important;
	
	}
	
	.btn.btn-cart.big-button:hover{
	background-color: #0a87bf;
}
	
.price-old > span {text-decoration:none!important;}
/*******************************/

.product-block-button-mini > a:first-child {
	min-height:85px;
	display:inline-block;	
}


.product-block-button-mini .btn.btn-cart {
    margin: 0 4px;
    background-color: #2bb1f4;
    color: #fff;
    height: 32px;
    padding: 0 12px;
    border-radius: 5px;
    font-size: 20px;
    font-weight:bold;
	line-height: 16px;
    transform: translateZ(0);
    transition: all .4s;
    border: 1px solid #0da9ef;
    text-transform: uppercase;
    outline: none !important;
}


.product-block-bottom .product-block-button .btn.btn-cart {

    color:#fff;
}

.product-block-button .addToCartList:hover,
.product-block-button .btn.btn-cart:hover {
    background-color: #0a87bf;
    color: #fff;
}
.carousel-control.left, .carousel-control.right {
    width: 54px;
    height: 54px;
    transition: all .35s ease-in-out;
    line-height: 53px;
    display: block;
    position: absolute;
    top: 50%;
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    background-color: #fff;
    color: #374250;
    font-size: 19px;
    text-shadow: none;
    text-align: center;
    opacity: .7;
    background-image: none;
    margin-top: -27px;
}
.carousel-control.left {
    left: 30px;
    -webkit-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    transform: translateX(-150px);
}
.carousel-control.right {
    right: 30px;
    -webkit-transform: translateX(150px);
    -ms-transform: translateX(150px);
    transform: translateX(150px);
}
.carousel-control.left:hover, .carousel-control.right:hover {
    opacity: 1;
}
#main-carousel {
    overflow: hidden;
}
#main-carousel:hover .carousel-control.left {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
#main-carousel:hover .carousel-control.right {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.main-page-banner {
    margin: 20px 0;
}
.main-page-banner img {
    max-width: 100%;
    height: auto;
}
.main-page-title {
    font-size: 24px;
    line-height: 1.25;
    color: #374250;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    text-transform: none;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}
.main-page-title a {
    color: #374250;
    transition: color .3s;
}
.main-page-title a:hover {
    color: #0da9ef;
}


.footer-links{
/*    padding:30px 0 40px; */
margin-top:40px;
}
.footer-links h5{
    text-transform:uppercase;
    margin-bottom:20px;
    color: #fff;
}
.footer-links ul{
    list-style:none;
    margin:0;
    padding:0;
}
.footer-links li{
    padding:0px 0;
    color: #fff;
}
.footer-links, 
.footer-links li, 
.footer-links li a, 
.footer-links h4, 
.footer-links h5{    
    font-weight:500;
    color: #fff;
	
	
}
.footer-links li a {
    display: inline-block;
    transition: color .3s;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.footer-links li a:hover {
    color: #0da9ef;
}
.footer-links .last h4.lead{
    font-size:24px;
    margin-bottom:0;
}
.footer-links h5 {
    color: rgba(255,255,255,0.5);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e7ec;
    border-color: rgba(255,255,255,0.12);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
	padding:20px 0px 25px 15px;
}
.footer-links ul li {
    padding-left: 14px;
    position: relative;
    margin-bottom: 5px;
}
.footer-links ul li:before {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
    width: 0;
    height: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: -webkit-transform .35s;
    transition: transform .35s;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #9da9b9;
    content: '';
}
.footer-links ul li.footer-map:before ,.footer-links ul li.footer-email:before {
    display: none;
}
.copyright{
    background:#1c1c1c;
    padding:18px 0 8px;
}
.copyright, 
.copyright a{
    color:#fff;
}
.copyright p{
    padding-top:4px;
}
.banner-block {
    margin: 15px 0;
}
.banner-block img {
    max-width: 100%;
    height: auto;
    border-radius:7px;
}
.secondary-nav {
    margin-bottom: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #e1e7ec;
    -background-color: #f5f5f5;
}

.secondary-nav {
    background-color: #fff!important;
}

.secondary-nav .breadcrumb {
    float: right;
    padding: 0;
    border:none;
    margin-bottom: 0;
    background:none;
}
.breadcrumb:after {
    content: "";
    display: table;
    clear: both;
}
.breadcrumb li {
    display: inline-block;
    margin-left: 5px;
    padding: 5px 0;
    color: #9da9b9;
    font-size: 14px;
    cursor: default;
    vertical-align: middle;
}
.breadcrumb li b {
    color: #9da9b9;
    font-size: 14px;
    font-weight: normal;
}
.breadcrumb li a {
    transition: color .25s;
    color: #606975;
    text-decoration: none;
}
.breadcrumb>li>a:hover {
    color: #0da9ef;
}
.breadcrumb > li + li {
    padding-left: 8px;
    position: relative;
}
.breadcrumb > li + li:before{
    content: "";
    width: 3px;
    height: 3px;
    padding: 0;
    border-radius: 50%;
    background-color: #9da9b9;
    display: block;
    position: absolute;
    left: 1px;
    top: 50%;
    margin-top: -1.5px;
}
.h1.shop-page-main-title {
    margin:0;
    float: left;
    font-size: 24px;
    font-weight: normal;
	 color: #808080;
    
}


.shop-page-main-title.active,
.breadcrumb.active {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.side-heading {
    border-bottom: 0px solid #e1e7ec;
    color: #333!important;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
	margin-top:0px;
}
.sidebar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav > li,
.sidebar-nav > li > ul li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 14px;
}
.sidebar-nav > li > ul li:before {
    top: 10px;
    width: 8px;
    height: 1px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 0;
    background-color: #dee5ea;
    color: transparent;
    display: block;
    position: absolute;
    left: 0;
    color: #9da9b9;
    content: '';
}


.sidebar-nav > li:before {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 0;
    height: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: -webkit-transform .35s;
    transition: transform .35s;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #9da9b9;
    content: '';
}
.sidebar-nav > li.active:before {
    /*-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);*/
}

.sidebar-nav li > a {
    display: inline-block;
    transition: color .3s;
    color: #606975;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.sidebar-nav  > li > a {
    font-weight: bold;
}
.sidebar-nav li > a.active {
    color: #0da9ef;
}
.sidebar-nav .sidebar-nav-list-item ul {
    max-height: 0px;
    transition: max-height .6s;
    overflow: hidden;
    border-left: 1px solid #dee5ea;
    margin: 0;
    padding: 0;
    padding-top: 4px;
    list-style: none;
}
.sidebar-nav .sidebar-nav-list-item ul.active {
    max-height: unset;    
}
.sidebar-nav li > ul a {
    font-size: 13px;
}
.sidebar-nav li > a:hover {
    color: #0da9ef;
}
.panel-default>.panel-heading,
.panel-success>.panel-heading {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 0px solid #e1e7ec;
    color: #9da9b9;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.panel-default>.panel-heading > h3,
.panel-success>.panel-heading > h3 {
    font-size: 18px;
	color:#606975!important;
}
div.middle-content-fix {
    padding-top: 0px;
}


.slider-brands .product-block {
	border:none;	
}

#adComment .fa-star, .product-page-raiting .iconz-star {
    display: inline-block;
    margin-right: 2px;
    color: #ffb74f;
    font-size: 24px;
	width:32px;
}

#raiting_info {

	padding-top:7px;
	
}
	
.product-page-raiting .iconz-star.filled {
    color: #cad0d9;
	width:32px;
}
.product-page-raiting #raiting_star:after {
    content: "";
    display: table;
    clear: both;
}

#raiting_star {
	cursor:pointer;
}
	
.product-page-raiting #raiting_star>div {
    float: left;
}
.product-page-raiting #raiting_info {
    margin-left: 5px;
    color: #9da9b9 !important;
}
.product-name {
    padding-top: 0px;
    color: #374250;
    margin-bottom: 16px;
    font-size: 33px;
    line-height: 1.6;
    font-weight: normal;
    margin-top: 0;
	border-bottom:1px solid #63B40D;
}
.product-page-price {
	font-family: "Oswald";
    margin-top: 0;
    color: #63B40D;
    margin-bottom: 16px;
    font-size: 50px;
    line-height: 1.2;
	font-weight:bold;
	width: 100%;
	display: inline-block;
}

.product-page-price .price-old {
	font-size: 25px;
}

.product-page-price .pull-left {
	margin-right:15px;
}

.product-page-price .price-old {
    color: #9da9b9;
	font-weight:normal;
}
.product-page-option-wrapper .form-group {
    -margin: 0;
}
.product-page-option-wrapper .product-page-select:last-child {
    border-bottom: 1px solid #ceced2;
}
.product-page-select {
    padding-bottom: 5px;
    padding-top: 13px;
    border-top: 1px solid #ceced2;
    margin-bottom: 10px;
}
.product-page-select:after {
    content: "";
    display: table;
    clear: both;
}
.product-page-select > div.select-option:first-child {
    display: none;
    border: none;
    cursor: default;
    float: none;
    text-align: left;
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;

    border: none;
}
.product-page-select > .select-option {
    font-size: 16px;
    text-align: center;
    color: #000000;
    padding-right: 16px;
    padding-left: 16px;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-right: 13px;
    margin-bottom: 10px;
    border: solid 1px #ceced2;
    display: block;
    float: left;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-page-select > .select-option.active,
.product-page-select > .select-option:hover {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #2c99d5;
}
.product-page-option-wrapper {
     padding-bottom: 0;
}
.table-optionsDisp {
    display: none;
}
.table-optionsDisp select {
    display: block;
    width: inherit;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    float: left;
    margin-right: 5px;
}
.product-page-input-number,
.product-page-button {
    float: left;
}
.product-page-input-number > div > .quant {
    border: 1px solid #e1e7ec;
	border-radius: 7px;
}
.product-page-input-number > div > .control-label {
    display: none;
}
.product-page-input-number > div .input-group-btn button {
    outline: none;
    background-color: #fff;
    box-shadow: none;
}
.product-page-input-number > div .input-group-btn button:hover {
    outline: none;
    background-color: #fff;
    box-shadow: none;
}
.product-page-input-number {
/*    margin-right: 15px; */
    margin-top: 0px;
}
.compare-list-button-wrapper .addToWishList,
.compare-list-button-wrapper .addToCompareList {
    width: 42px;
    padding: 0;
    padding-left: 1px;
    border-radius: 7px;
    margin: 0 4px;
    font-size: 12px;
    line-height: 42px;
    transform: translateZ(0);
    transition: all .4s;
    border: 1px solid #e1e7ec;
    background-color: transparent;
    background-image: none;
    color: #606975;
    outline: none !important;
	
}
.compare-list-button-wrapper .addToWishList:hover,
.compare-list-button-wrapper .addToCompareList:hover {
    background-color: #f5f5f5;
}
.product-page-button .addToCartFull {
    background-color: #0da9ef;
    color: #fff;
    display: inline-block;
    position: relative;
    height: 44px;
    padding: 0 22px;
    transform: translateZ(0);
    transition: all .4s;
    border: 1px solid transparent;
    border-radius: 22px;
    background-image: none;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: .07em;
    line-height: 42px;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
}
.product-page-button .addToCartFull:hover,
.product-page-secondary-button .btn.btn-cart:hover {
    background-color: #0a87bf;
}
.compare-list-button-wrapper {
 	text-align:center;
    float: left;
/*    margin-right: 5px; */
    margin-bottom: 5px;
    margin-top: 0px;
}
.cart-list-button-wrapper {
    margin-bottom: 5px;
    float: left;
    margin-right: 5px;
}
.product-page-secondary-button .btn.btn-cart {
    background-color: #cccccc!important;
    color: #6F6F6F;
    display: inline-block;
    position: relative;
    height: 44px;
    padding: 0 22px;
    transform: translateZ(0);
    transition: all .4s;
    border: 1px solid transparent;
    border-radius: 7px;
    background-image: none;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: .07em;
    line-height: 42px;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none !important;
}
.product-page-secondary-button:after {
    content: "";
    display: table;
    clear: both;
}
.product-page-secondary-button {
    border-top: 0px solid #e1e7ec;
   /*  padding-top: 10px;
   */ margin-top: 10px;
	margin-left:-15px;
}
.pricemail-wrapper {
    float: left;
    margin-bottom: 5px;
}
.oneclick-wrapper {
  /*
    float: left;
    margin-right: 29px;
 */
   margin-bottom: 10px;
 
}
.tabpanel-wrapper {
    padding-top: 40px;
}
.tabpanel-wrapper .tab-content{
    padding: 24px;
    border-right: 1px solid #e1e7ec;
    border-bottom: 1px solid #e1e7ec;
    border-left: 1px solid #e1e7ec;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.tabpanel-wrapper .tab-pane:after {
    content: "";
    display: table;
    clear: both;
}
.tabpanel-wrapper .nav-tabs>li>a {
    color: #606975;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    transition: color .3s;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tabpanel-wrapper .nav-tabs>li.active>a, 
.tabpanel-wrapper .nav-tabs>li.active>a:focus, 
.tabpanel-wrapper .nav-tabs>li.active>a:hover {
    border-color: #e1e7ec #e1e7ec #fff;
    color: #94a1b3;
}
.product-info-box .heading{
    padding-bottom: 24px !important;
    background-color: white;
    padding-top: 48px !important;
    text-align: center !important;
    font-size: 24px;
    font-family: "PlayBold";
}
.product-block-wrapper.product-col-1,
.template-product-list.products-list .product-block-wrapper.product-col-1 {
    margin-bottom: 30px;
    padding: 0;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
}
.product-block-wrapper.product-col-1 .product-block {
    display: table;
    width: 100%;
    margin: 0;
    border: none;
    padding: 0;
}
.product-block-wrapper.product-col-1 .product-block-top,
.product-block-wrapper.product-col-1 .product-block-bottom {
    display: table-cell;
    vertical-align: top;
}
.product-block-wrapper.product-col-1 .product-block-top {
    vertical-align: middle;
}
.product-block-wrapper.product-col-1 .product-block-bottom {
    padding: 20px 22px;
}
.product-block-wrapper.product-col-1 .product-block-top {
    width: 270px;
    border-right: 1px solid #e1e7ec;
	vertical-align:top;
}
.product-block-wrapper.product-col-1 .product-block-img-link {
    margin-bottom: 0;
}

.product-block-wrapper.product-col-1 .label-1-2 {
    right: 21px;
    top: 80px;
}

.product-block-wrapper.product-col-1 .product-block-name,
.product-block-wrapper.product-col-1 .product-block-price,
.product-block-wrapper.product-col-1 .product-block-button {
    text-align: left;
}
.product-block-wrapper.product-col-1 .product-block-img-link {
    height: auto;
    line-height: normal;
}
.product-block-wrapper.product-col-1 .product-block-button {
    border-top: 1px solid #e1e7ec;
    padding-bottom: 0;
}






.product-day-panel {
  border: 1px solid #e4e1e1
}

.product-day-panel {
  border: 1px solid #e4e1e1
}

.product-day-heading {
  font-size: 20px;
  padding: 20px
}

.product-day-body {
  padding: 17px
}

.product-day-body .product-name {

	line-height: 18px;

}

 
.product-day-body .product-name a {
  font-size: 18.2px;
  line-height: 22px
}

.product-day-body .new-price {
  font-size: 22.4px
}

.product-day-body .old-price {
  font-size: 16.8px;
  margin-left: 40px
}

.old-price {

    margin-bottom: 7px;
    color: 
    #878686;
    font-size: 12px;
    display: inline-block;
    position: relative;
    line-height: 1;
    white-space: nowrap;

}

.old-price::after {

    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    border-bottom: 1px solid 

    #f91155;
    pointer-events: none;
    -webkit-transform: rotate(-8deg);
    transform: rotate(-5deg);

}

.product-day-img {
  display: block;
  text-align: center
}

.product-day-img img {
  margin: 0 auto;
  max-width: 100%
}

.product-day-time {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-flex;
  display: flex;
  margin-top: 30px
}

.product-day-time div {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  width: 65px !important;
  height: 65px !important;
  border: 1px solid #e4e1e1;
  padding: 12px 0
}

.product-day-time div h4,
.product-day-time div small {
  margin: 0;
  color: #343434;
  font-size: 18.2px;
  font-family: "stemMedium"
}

.product-day-body .iconz-star {
/*	display: block;
	width: 16px;
	float:left;	
*/
}

.product-block-bottom #raiting .iconz-star, .product-block-bottom .short-raiting .iconz-star {
	display:inline-block;
	width:16px;
}

.short-raiting {
	text-align:center;
}

.product-block-bottom #raiting {
	text-align:center;
}

.sticker-wrapper img {
    max-width: 100%;
    max-height: 400px;
}
.product-col.mini-news-block {
    border: 1px solid #e1e7ec;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    border-radius: 7px;
}
.product-col.mini-news-block .caption {
    padding: 0;
}
.nowbuy-title {
    margin-top: 28px;
}
.nowbuy-list .product-block-wrapper {
    width: 100%;
}
.nowbuy-list .product-block {
    border: none;
    display: table;
    padding:0;
}
.nowbuy-list .product-block-top,
.nowbuy-list .product-block-bottom {
    display: table-cell;
    vertical-align: top;
}
.nowbuy-list .product-block-button {
    display: none;
}
.nowbuy-list .product-block-img-link {
    height: 50px;
    line-height: 49px;
}
.nowbuy-list .product-block-bottom {
    padding-left: 12px;
}
.nowbuy-list .product-block-name {
 min-height: inherit !important;
 text-align: left;
}
.nowbuy-list .product-block-price {
    text-align: left;
}
.product-col.mini-news-block.news-block {
    border-bottom: 1px solid #e1e7ec;
}
.footer-layer {
    border-top: 1px solid rgba(255,255,255,0.12);
    height: 1px;
    margin-top: 25px;
    margin-bottom: 48px;
}
.footer-payment-methods {
    padding-bottom: 0px;
}
.footer-payment-methods img {
    max-width: 100%;
}
.clear-fix:after {
    content: "";
    display: table;
    clear: both;
}
.main-page-subscrition-form-input {
    width: calc(100% - 88px);
    float: left;
    display: block;
    position: relative;
}
.news-subscription-form button {
    margin: 0;
    float: right;
    background-color: #0da9ef;
    color: #fff;
    display: inline-block;
    position: relative;
    height: 44px;
    padding: 0 22px;
    transform: translateZ(0);
    transition: all .4s;
    border: 1px solid transparent;
    border-radius: 22px;
    background-image: none;
    font-size: 21px;
    font-style: normal;\
    letter-spacing: .07em;
    line-height: 42px;
    white-space: nowrap;
    cursor: pointer;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.news-subscription-form button:hover {
    background-color: #0a87bf;
}
.main-page-subscrition-form-input input {
    background-color: transparent;
    color: #fff;
    padding-left: 35px;
    height: 44px;
    padding: 0 18px 3px;
    border: 1px solid #dbe2e8;
    border-radius: 22px;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-color: rgba(255,255,255,0.17);
    outline: none !important;
    box-shadow: none !important;
}
.news-subscription-form-text {
    padding-top: 12px;
    padding-left: 18px;
    font-size: 13px;
    opacity: .5 !important;
}
.input-light.form-control:focus, .input-light .form-control:focus {
    border-color: #0da9ef;
    color: #fff;
    outline: none !important;
    box-shadow: none !important;
}
.footer-social > a {
    border: 1px solid #e1e7ec;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    line-height: 35px;
    text-align: center;
    transition: all .3s;
    background-color: transparent;
    color: rgba(255,255,255,0.6) !important;
    font-size: 17px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    text-decoration: none;
    vertical-align: middle;
    border-color: rgba(255,255,255,0.12);
}
.footer-social > a:hover {
    border-color: rgba(255,255,255,0.12);
    background-color: rgba(255,255,255,0.06);
}
.news-subscription-form {
    margin-top: 15px;
}
.nav-catalog-dropdown-link {
	
    cursor: pointer;
}



.wrap-nav-catalog
{
	line-height:100px;

}


.nav-catalog-dropdown-link.btn-default {
	min-width:150px;
	border:none;
	
}
.nav-catalog-dropdown-link.btn-default:hover, .nav-catalog-dropdown-link.btn-default:active  {
	border:none;
	color:#0da9ef;
	background-color:#fff;

	
}


.btn-default.btn-message {
	background-color:#d4d4d4;
}
.btn-default.btn-message:hover {
	background-color:#c0c0c0;
}


.nav-catalog-dropdown-link {
 	padding: 0 15px;
   
    color: #0da9ef;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    line-height: 100px;
    text-transform: uppercase;
    letter-spacing: .05em;
    height: 100px;
    display: block;
    transition: color .3s;
	font-weight:bold;

}

a.nav-catalog-dropdown-link:hover {
 	
color:#0c98d7;

}




















/* Breadcrumb Styles Starts */






/* Sidebar Nav 	Styles Starts */


/* Slider Section Styles Starts */

.slider{
    -padding-top:40px;
    -padding-bottom:40px;
    background-color:transparent;
}


 #body { overflow-anchor: none; }

/* Products Box Styles Starts */

.products-list{
    margin-bottom:15px;
	
}
.product-head{
    margin:10px 10 30px;
    font-size:30px;
    text-align:center;
}
 .product-head > a {
     color: inherit;
 }

.product-col{
    padding:15px 15px 10px;
    margin-bottom:20px;
    text-align:center;
    background:#fff;
    border: 1px solid #e1e7ec;
    border-radius: 7px;
    transition: all .5s;
    margin-top: 4px;
    margin-bottom: 4px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0);
}
.product-col:hover {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.product-col.side-product{
    border:1px solid #ddd;
    background:#fff;
}
.product-col.list{
    text-align:left;
    margin-bottom:30px;
}
.product-col.list .image{
    padding:20px 30px 20px 0;
    float:left;
}
.product-col .caption{
    padding: 10px 0;
}
.product-col h4{
    font-size:18px;
    font-weight: normal;
}
.product-col h4, 
.product-col h4 a, 
.product-col .description{
    color: #606975;
    transition: color .3s;
}
.product-col h4 a:hover, 
.product-col h4 a:focus{
    color: #0da9ef;
    text-decoration: none;
}
.product-col .description{
    padding:5px 0;				
    font-size:12px;
    line-height:18px;
    text-align:justify;
}
.product-col.list .description{
    padding-right:20px;
}
.product-col .price{
    padding:15px 0 10px;
}
.product-col .price .price-tax{
    font-size:14px;
    color:#452e11;
    text-transform:uppercase;
}
.product-col .price span.price-new{
    color:#3bc6e4;
    font-size:28px;
    padding-right:5px;
}
.price span.price-old{
    font-size:16px;
    color:#717171;
    text-decoration: line-through;
}

.price.text-success, .price-small.text-muted {
	font-family: "Oswald";
}

.product-col .cart-button{
    padding-top:7px;
}
.product-col .btn-wishlist, 
.product-col .btn-compare{
    font-size:18px;
    color:#1c1c1c;
    background:none;
    padding: 0;
    height: 34px;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    outline: none !important;
}
.product-col .btn-wishlist:hover, 
.product-col .btn-wishlist:focus, 
.product-col .btn-compare:hover, 
.product-col .btn-compare:focus{
    color:#35b1ce;
}
.product-col .btn-cart,.product-info .product-details .btn-cart{
    padding:8px 20px 8px 15px;
    font-size:14px;
    color:#fff;
    background:#000;
    text-transform:uppercase;
    border:none;
    outline: none;					
}
.product-col .btn-cart .fa-shopping-cart{
    font-size:17px;
    margin-right:5px;
}
.product-col .btn-cart:hover,.product-info .product-details .btn-cart:hover{
    background:#fff;
}


/* Two Column Banner Styles Starts */

.col2-banners{
    margin-bottom:20px;
}

/* Shopping Cart Page Styles Starts */


/* Compare Page Styles Starts */

.compare-table{
    margin-top:30px;
    text-transform:uppercase;
}
.compare-table .table{
    background:#fff;
}
.compare-table thead{
    background:#f9f9f9;
}
.compare-table thead > tr > td{
    font-size:15px;
    font-weight:600;
    border-bottom:none;
}
.compare-table tbody > tr > td{
    font-size:14px;
}
.compare-table tbody > tr > td a:hover{
    color:#252a2f;
}
.compare-table td{
    text-align:center;
}
.compare-table .rating .fa-star{
    color:#28a7c2;
}

/* Login & Registration Section Styles Starts */

.login-area{
    padding-top:30px
}
.registration-area{
    padding-top:0px;
}
.registration-area:after {
    content: "";
    display: table;
    clear: both;
}
.panel-smart{
    padding:20px;
    background:#fff;
    border:1px solid #e8e8e8;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.panel-smart .panel-heading{
    padding:5px 0 15px 0;
    color:#252a2f;
    border-bottom:1px solid #e1e7ec;
}
.panel-smart h3.panel-title{
    font-size:24px;
}
.panel-smart .panel-body{
    padding:20px 0 0;
}
.registration-area .inner{
    margin-top:30px;
    margin-bottom:20px;
}
.registration-area .control-label{
    color:#8b8b8b;
    font-weight:600;
}
.registration-area .form-control{
    /*-webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;*/
}
.registration-area .dl-horizontal{
}
.registration-area .dl-horizontal dt{
    font-weight:normal;
}
.registration-area .dl-horizontal dd{
    font-weight:bold;
}
.registration-area .dl-horizontal dt, .registration-area .dl-horizontal dd{
    margin-bottom:5px;
}
.registration-area .dl-horizontal.total{
    color:#28a7c2;
    font-size:18px;
}
.registration-area .dl-horizontal.total dt, 
.registration-area .dl-horizontal.total dd{
    margin-bottom:0;
}




/* Category Intro Content Styles Starts */

.cat-intro{
    padding-top:10px;
}
.cat-intro .img-thumbnail{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.cat-intro .cat-body{
    color:#8b8b8b;
    font-size:13px;
    padding-left:5px;
    text-align:justify;
}

/* Product Filter Styles Starts */

.product-filter{
    margin:15px 0;
    margin-top: 0;
    padding:0;
    border:none;
}
.product-filter .display{
    padding-top:0px;
}
.product-filter .display a,
.product-filter .display label{
    color:#444545;
    font-size:20px;
    margin-right:6px;
    margin-bottom: 7px;
}
.product-filter .display a.active,
.product-filter .display label.active {
    color:#3bc6e4;
    text-decoration: none;
}
.product-filter .control-label{
    padding-top:5px;
    font-size:14px !important;
    font-weight:normal;
}
.product-filter .form-control{
    height:30px;
    padding:3px 6px;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}

/* Product Page Styles Starts */

.product-info{
    padding-top:10px;
}
.product-info.product-page-wrapper {
    padding-top: 0;
}
.product-info .images-block{
}
.product-info .images-block .thumbnail{
    padding:10px;
}
.product-info.full .images-block .list-inline{
    margin-left:-5px;
}
.product-info.full .images-block .list-inline li{
    padding-left:5px;
    padding-right:5px;
}
.product-info .images-block .list-inline{
    margin-left:-2px;
}
.product-info .images-block .list-inline li{
    padding-left:2px;
    padding-right:2px;
}
.product-info .images-block .list-inline .thumbnail{
    padding:5px;
}
.product-info .product-details{
}
.product-info .product-details h2,
.product-info .product-details h1{
    margin-top:0;
    font-size:24px;
}
.product-info .product-details h3{
    font-size:22px;
}
.product-info .product-details h2, .product-info .product-details h3, .product-info .product-details h1{
    text-transform:uppercase;
}
.product-info .product-details .manufacturer{
    color:#3bc6e4;
    text-transform:uppercase;
}
.product-info .product-details .manufacturer span{
    -min-width:130px;
    display:inline-block;
    color:#452e11;
}
.product-info .product-details .price{
}
.product-info .product-details .price-head{
    padding-right:10px;
    font-size:24px;
    color:#452e11;
    text-transform:uppercase;
}
.product-info .product-details .price-tax{
    padding-top:5px;
    font-size:14px;
    color:#452e11;
    text-transform:uppercase;
}
.product-info .product-details .price-new{
    color:#3bc6e4;
    font-size:24px;
    padding-right:5px;
}
.product-info .product-details .options{
}
.product-info .product-details .options h3{
    margin-bottom:20px;
}
.product-info .product-details .options h6{
    font-weight:700;
}
.product-info .product-details .cart-button{
}
.product-info .product-details .cart-button .btn{
    min-width: 145px;
    outline: none;
}
.product-info .product-details .btn-wishlist, 
.product-info .product-details .btn-compare{
    font-size:18px;
    color:#1c1c1c;
    background:none;
    margin-left:3px;
}
.product-info .product-details .btn-wishlist:hover, 
.product-info .product-details .btn-wishlist:focus, 
.product-info .product-details .btn-compare:hover, 
.product-info .product-details .btn-compare:focus{
    color:#35b1ce;
    outline: none;
}

.product-info .product-details .btn-cart .fa-shopping-cart{
    font-size:17px;
    margin-right:5px;
}

.product-info-box{
    padding-top:10px;
	
}
.product-info-box + .product-info-box{
    padding-top:15px;
}
.product-info-box .content{
    background:none;
    border:none;
    padding:20px;
    padding:20px;
    border:1px solid #ddd;
}

.product-info-box > .side-heading {
	padding-bottom:10px;
	padding-top:20px;
}

/* Reviews Styles Starts */
.btn-show-comment-add-block {
    float: none;
    margin-top: 10px;
}

/* Tabs Styles Starts */

.tabs-panel{
    margin-top:30px;
}
.tabs-panel.panel-smart{
    padding:0;
    background:none;
    border:none;
}
.tabs-panel .nav-tabs{
    font-size:16px;
    border-bottom:1px solid #3bc6e4;
}
.tabs-panel .nav-tabs > li{
    margin-bottom:0;
    margin-right:5px;
}
.tabs-panel .nav-tabs > li > a{
    color:#452e11;
    margin:0; 
}
.tabs-panel .nav-tabs > li > a, 
.tabs-panel .btn, 
.tabs-panel .form-control{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.tabs-panel .nav-tabs > li.active > a, 
.tabs-panel .nav-tabs > li.active > a:hover, 
.tabs-panel .nav-tabs > li.active > a:focus, 
.tabs-panel .nav > li > a:hover, 
.tabs-panel .nav > li > a:focus{
    background:none;
}
.tabs-panel .nav-tabs > li > a, 
.tabs-panel .nav-tabs > li.active > a, 
.tabs-panel .nav-tabs > li.active > a:hover, 
.tabs-panel .nav-tabs > li.active > a:focus, 
.tabs-panel .nav-tabs > li > a:hover{
    border:none;
}
.tabs-panel .nav-tabs > li.active, 
.tabs-panel .nav-tabs > li.active > a, 
.tabs-panel .nav-tabs > li > a:hover{
    background:#3bc6e4;
    color:#fff;
    -webkit-border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    border-radius:5px 5px 0 0;
}
.tabs-panel .tab-content{
    padding:20px 0;
}
.tabs-panel .tab-content .table{
    background:#fff;
}
.tabs-panel label.control-label{
    text-transform:uppercase;
    font-weight:normal;
}
.tabs-panel label.control-label.ratings{
    padding-top:1px;
}
.tabs-panel .btn{
    margin-left:-10px;
}

/* Pagination Styles Starts */

.pagination{
    margin:0; 
    display: block;
    text-align: left;
    border-top: 1px solid #e1e7ec;
    padding-top: 15px;
}
.pagination > li {
    display: inline-block;
    min-width: 36px;
    min-height: 36px;
    font-size: 14px;
    font-weight: 500;
    line-height: 34px;
    text-align: center;
}
.pagination > li > a{
    display: block;
    min-width: 36px;
    min-height: 36px;
    transition: all .3s;
    border: 1px solid transparent;
    border-radius: 50%;
    color: #606975;
    line-height: 34px;
    text-decoration: none;
    padding: 0;
    margin-left: 2px;
    margin-right: 2px;
}
.pagination > li:first-child > a {
    border-radius: 0px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 0;
}
.pagination > li:first-child {
    display: none;
}
.pagination > li:last-child > a {
    height: 36px;
    padding: 0 18px;
    border-radius: 18px;
    font-size: 12px;
    line-height: 34px;
    border-color: #e1e7ec;
}
.pagination > li:last-child {
    float: right;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
    background:#3bc6e4;
    border-color:#3bc6e4;
}
.results{
    padding-top:10px;
    text-align:right;
}

/* Page Content Styles Starts */

.page-box{
    color:#8b8b8b;
    font-size:13px;
    margin-bottom:40px;
}
.page-box h3{
    margin:0;
    font-size:24px;
    color:#252a2f;
}
.page-box h3, .page-box h4{
    text-transform:uppercase;		
}
.page-box h4{
    margin:5px 0 15px;
    color:#28a7c2;
    font-size:18px;
}
.page-box .sm-links{
    margin-bottom:20px;
}
.page-box .sm-links li{
    background:#1c1c1c;
    width:34px;
    text-align:center;
    padding:5px 0 4px;
    margin:0 0 0 4px;
}
.page-box .sm-links li:hover, 
.page-box .sm-links li:focus{
    background:#28a7c2;
}
.page-box .sm-links li a .fa{
    color:#fff;
    font-size:24px;
}

/* Content Box Styles Starts */

.content-box{
    margin-top:20px;
    padding:0;
}
.content-box .special-heading{
    font-size:100px;
    color:#3bc6e4;
    margin-top:0;
    margin-bottom:30px;
}

/* Map Wrapper Styles Starts */

#map-wrapper{
    border:1px solid #feffff;
    margin:20px 0;
    height:250px;
}

/* Sidebar Styles Stars */


.list-group, .list-group-item:first-child, .list-group-item:last-child{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
}
.list-group-item{
    color:#252a2f;
    font-size:14px;
    text-transform:uppercase;
}
.list-group-item .fa{
    font-size:12px;
    padding-right:6px;
}
.filter-group{
    margin-left:20px;
}

/* Blockquote Styles Starts */

.panel-smart blockquote{
    margin:0;
    padding:5px 15px;
    color:#8b8b8b;
    font-size:13px;
    border:none;
}
.panel-smart blockquote footer{
    padding-top:10px;
    color:#252a2f;
    font-size:14px;
}

/* Contact Details Box Styles Starts */

.contact-details li + li{
    margin-top:20px;
}
.contact-details li .fa{
    color:#3bc6e4;
    padding:5px 10px 0 0;
    font-size:18px;
}

/* Footer Links Styles Starts */

/* Genric Styles Starts */
select.form-control:not([size]):not([multiple]) {
    height: 44px;
}
.thumbnail, 
.form-control {
    -webkit-border-radius:22px;
    -moz-border-radius:22px;
    border-radius:22px;	
}
.form-control {
    padding: 0 18px 3px;
    border: 1px solid #dbe2e8;
    border-radius: 22px;
    background-color: #fff;
    color: #606975;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 44px;
}
textarea.form-control {
    padding-top: 12px;
    padding-bottom: 12px;
}
.btn {
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px; 
}
.btn-main {
    background-color: #0da9ef;
    color: #fff;
    outline:none !important;
    transition: all .4s;
}
.btn-main:hover {
    color: #fff;
    background-color: #0a87bf;
}
.no-box-shadow {
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}


/* Other Styles */

.addToCartListMainPage {
    min-width: 145px;
}
.product-img-centr {
    text-align: center;
}
.product-img-centr img {
    display: inline-block;
}
.success-notification {
    position: fixed;
    bottom: 55px;
    right: 20px;
    max-width: 400px;
    z-index: 999999;
}
.addToCartListParent {
}
.btn-sort,
.btn-sort.active,
.btn-sort.active.focus,
.btn-sort:hover,
.btn-sort.active:hover,
.btn-sort:active,
.btn-sort.active:active,
.btn-sort:focus,
.btn-sort.active:focus,
.btn-sort:visited,
.btn-sort.active:visited
.btn-sort:active:hover,
.btn-sort.active:active:hover,
.btn-sort:active:focus,
.btn-sort.active:active:focus,
.btn-sort:active:visited,
.btn-sort.active:active:visited {
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    outline: none;
}
#fotoload{
    margin-bottom:10px;
}


#fotoload a.highslide img{
    max-width: 350px !important;
}

#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;
    border-radius:5px;
    margin:3px;
    cursor:pointer;
}

img.template:hover{
    border: solid 1px #BFDBFF;
    box-shadow: 0 0 5px #BFDBFF;
}
.bxslider a{
    cursor: url(images/zoomin.cur), pointer; 
}

.modal-body .bx-wrapper img {
    max-width: 100%;
    display: inline-block; 
    text-align: center;
	max-height: 800px;
}

.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:5px;
    border-radius: 0px;
}
.bx-wrapper {
    border: 0px solid #ddd;
}
.bx-wrapper .bx-next {
    background-image: url(./images/icon_swiper_button_next.png) !important;
    background-position: center !important;
}
.bx-wrapper .bx-prev {
    background-image: url(./images/icon_swiper_button_prev.png) !important;
    background-position: center !important;
}
.bx-wrapper .bx-prev:hover, .bx-wrapper .bx-next:hover {
    background-position: center !important;
    opacity: 0.7;
}
.bxslider{
    display: table; 
    text-align: center;
}
.row.cat-intro img {
    max-width: 100%;
}
.form-group:after {
    content: "";
    display: table;
    clear: both;
}
.col-sm-12.no-p {
    padding: 0;
}
.bootstrap-select.form-control:not([class*=col-]) {
    width: 100% !important;
}
#forma_cart > input {
    text-align: center;
}
.user-dropdown > .dropdown-menu {
    background: #3bc6e4;
    border: none;
    padding: 0;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    left: -10px;
}
.user-dropdown > a {
    background-color: transparent !important;
}
.user-dropdown > .dropdown-menu li {
    display: block;
}
.user-dropdown > .dropdown-menu li a,
.user-dropdown > .dropdown-menu li span {
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
}
.user-dropdown > .dropdown-menu li a:hover {
    background: #1588a3;
    text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.top-col-banners img {
    max-width: 100%;
    height: auto;
}
.header-valuta-disp-wrapper .btn-default {
    position: relative;
    padding: 12px 25px 12px 21px;
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    box-shadow: none !important;
}
.header-valuta-disp-wrapper .dropdown-menu.open {
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 5px 0;
    margin: 2px 0 0;
    top: 44px;
    width: 100%;
}
.header-valuta-disp-wrapper li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 14px;
}
.header-valuta-disp-wrapper .bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    display: none !important;
}
#cart span#sum {
    padding-left: 3px;
}
#cart span#num {
    padding-right: 3px;
}
.side-product.no-box-shadow {
    border:none;
    padding: 0;
}
.side-product.no-box-shadow .product-col {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    border: 1px solid #ddd;
}

.comments-raiting-wrapper .iconz-star {

    display: inline-block;
    margin-right: 2px;
    color: 
    #ffb74f;
    font-size: 24px;
    width: 18px;

}


.main-menu-button {
    border-color: #ddd;
    float: left;
    margin-left: 15px;
}
.panel.panel-default,
.panel.panel-success {
    border:none;
    border-radius: 0px;
    box-shadow: none;
}
.panel-success>.panel-heading > a {
    color: #fff;
}
.main-menu-list {
    float: left;
}

.navbar-offcanvas {
    position: fixed;
    width: 100%;
    max-width: 83%;
    height: 100%;
    left: -250px;
    top: 0;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 999;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.cid-img-block img {
    max-width: 100%;
    max-height: 100%;
}

@media (max-width: 1200px) {
.top-products-table .height-catal-icon {
	font-size:15px!important;
	
}
}

@media (min-width: 992px) {




    .filter-well-right-block {
        text-align: right;
    }		
	
	
	.product-page-button .text-center {
		text-align:left;
		
	}
	
	.product-page-secondary-button .text-center, .oneclick-wrapper .text-center {
	
		text-align:left;
	}
	
	
	
    .side-product.no-box-shadow .col-md-3.col-sm-6 {
        width: 100%;
    }
    .list-group.filter-body-fix {
        display: block;
    }
}
@media (max-width: 1199px) {
	
	
    .main-navbar-top > li > a, .additional-nav-menu > a, .main-navbar-top .nav-catalog-dropdown-link
 {
        font-size: 13px!important;
    }
}
@media (max-width: 1192px) {
    .page-cart-td-quantity {
        padding-left: 0 !important;
        padding-right: 0 !important;
        font-size: 12px !important;
        padding-top: 10px !important;
    }
}
@media (max-width: 991px) {

    .product-page-button {
       /* margin-top: 5px; */
    }
    .secondary-nav {
        margin-bottom: 20px; 
    }
    .navbar-offcanvas {
        background-color: #374250;
        box-shadow: inset -4px 0 17px 0 rgba(0,0,0,0.35);
        padding: 0;
    }
    .offcanvas-list {
        list-style-type: none;
        padding: 0;
    }
    .offcanvas-list li a {
        display: block;
        padding: 15px 20px;
        transition: color .3s;
        border-bottom: 1px solid rgba(255,255,255,0.12);
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: .05em;
        text-transform: uppercase;
        text-decoration: none;
    }
    .offcanvas-list li {
        display: block;
    }
    .offcanvas-list .dropdown-menu {
        background-color: #313b47;
        color: #fff;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        padding-top: 0;
        float: none !important;
    }
    .header-bottom #cart, .header-account, .search-open-button {
        margin-top: 22px;
    }
    .modile-cat-open {
        margin-top: 18px;
        width: 60px;
        transition: color .3s;
        color: #606975;
        font-size: 44px;
        line-height: 1;
        text-align: center;
        cursor: pointer;
        margin-right: 0;
    }
    .navbar-toggle {
        display: block !important;
    }
    .header-bottom #logo a {
        height: 69px;
        line-height: 59px;
    }
    .product-col:hover {
        -webkit-box-shadow: 0 0 19px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 0 0 19px rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 19px rgba(0, 0, 0, 0.8);
    }
    .side-product.no-box-shadow .product-col:hover {

        -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 0 28px rgba(0, 0, 0, 0.4);
        box-shadow: 0 0 28px rgba(0, 0, 0, 0.4);
    }
    .product-filter .display,
    .filter-title {
        text-align: center;
    }
	.owl-carousel.main-complect {
    	padding: 0 15px;
	}
}



@media (max-width: 767px) {
	
	
	
	.float-col {
			width:100%;
	}
	.d-btn-table {
		text-align: center;
	}

	.main-sidebar-left.cat-block > .panel-group > .panel-default + .panel-default {
		display: block;
	}
	
	
    .header-top-right, .header-wishlist, .header-bottom #cart, .header-bottom #logo {
        display: inline-block;
        float: none;
        margin-left: 5px;
        margin-right: 5px;
		
		
    }
	
	.modal-footer .btn + .btn.col-xs-12 {

   	  margin-left: 0px;
	  margin-top:10px;
	

}

	#settings {display:block!important;}
	#homeTab {display:block!important;}
	
	
	
	.header-bottom.navbar-fixed-top {
		position:static!important;
		
		
	}
	
	
    .header-top-link {
        margin-left: 5px;
        margin-right: 5px;
    }
    .header-bottom #cart {
        margin-bottom: 10px;
    }
    .bottom-mobile-fix {
        text-align: center;
    }
	
	div.d-table.col-xs-12 {
		display:table;
		float:none;
		
	}
	
	.d-table > * {
		display:table-cell!important;
		float:none;
		vertical-align:middle;
	}
	
    .header-wishlist, .header-account, .search-open-button {
        display: none;
    }
    .top-mobile-fix {
        text-align: center;
    }
    .header-bottom #cart, .header-account,.search-open-button {
        margin-top: 2px;
    }
    #main-menu.navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 5;
    }
    body.overflow-fix {
        overflow: hidden;
    }
    #main-menu.main-menu-fix {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-height: 100%;
        position: fixed;
        margin: 0;
        overflow: auto;
        background-color: #3498db;
        z-index: 999;
    }
    .header-wrap.inner #main-menu.main-menu-fix .container {
        margin: 0;
    }
    #main-menu.main-menu-fix.navbar-fixed-bottom .navbar-collapse, #main-menu.main-menu-fix.navbar-fixed-top .navbar-collapse {
        max-height: unset;
    }
    .main-navbar-list-catalog-wrapper {
        position: relative;
        width: 100%;
    }
    #header-area > .container {
        -padding-left: 0;
    }
    .user-dropdown > .dropdown-menu li span {
        padding: 5px 15px 5px 25px;
    }
    .main-navbar-list-catalog-wrapper {
        position: relative;
    }
    .header-valuta-disp-wrapper {
        margin-top: 8px;
    }
    .header-valuta-disp-wrapper .btn-default {
        padding: 10px 25px 10px 21px;
    }
    .cart-list-button-wrapper {
        margin-bottom: 15px;
    }
    .main-heading {
        font-size: 22px;
    }
    .btn-main {
        margin-bottom: 5px;
    }    
    .modal-body .bx-wrapper img {
        max-width: 100%;
    }
    .bx-wrapper .bx-viewport ul {
        padding: 0;
    }

    .input-width-fix {
        width: 289px;
    }
    .product-head {
        font-size: 24px;
    }

}
@media (max-width: 500px) {
    
	
.videoreview2 {
	width: 100%;
	height: auto;
	max-height: 100%;
	min-height:220px;
}
	
    .header-links .nav > li a {
        display: inline-block;
    }
	#faset-filter .curen-pos + .input-price {
	    width: 100%;
	}
	#faset-filter .table-cell > div {
    	width: 100%;
   	/*	display: block;
   		margin: 20px 0;
	*/
	}
	#faset-filter .table-cell > div.col-xs-12 {
	    margin-top: 35px;
	}
}

/*
* UItoTop
*/
#toTop {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:20px;
    right:60px;
    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;
}




@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 {
/*    font-family: ALSRubl; */
    text-transform: none;
}

.mega-menu {
    padding: 10px 0px ! important;
    width: 650px;
    border-radius: 0;
    margin-top: 0px;
    max-height: 600px;
    overflow: auto;
}
.mega-menu li.mega-menu-column {
    margin-right: 20px;
    width: 180px;
}
.mega-menu li {
    display: inline-block;
    float: left;
    padding: 3px 0px;
}
.nav>li {
    z-index: 4;
}
#cart {
    z-index: 5;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: inline-block;
}
.price-page-list a {
    padding: 7px 10px !important;
}
.page-cart-product-button-block button {
    border:none;
}
.product-col {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.fix-wrapper:after {
    content: "";
    display: table;
    clear: both;
}
#cart .dropdown-menu table, #cart .dropdown-menu table td {
    padding: 8px;
}
.top-button-order-row {
    margin-top: 0;
}
.header-links:after {
    content: "";
    display: table;
    clear: both;
}
.header-links a.btn-main {
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.addToCartListNum {
    max-width: 100px;
}

.chat-modal-content{
    height:500px;
    width:100%;
    overflow:hidden;
    border: 0px;
    margin:0px;
}
#chatopenwindow{
    margin-right:7px;
}

.paymOneEl label {
   cursor: pointer;
}

.chat{ 
    position: fixed; bottom: 20px; left: 20px;
    border-radius: 0 !important;
    border: 0px;
    height: 42px;
    background: #D9D9D9 !important;
}
body.modal-open {
    overflow: visible;
    padding-right: 0px !important;
}
.news-list a:hover .panel.panel-default {
    -webkit-box-shadow: 0 0 28px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 28px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 28px rgba(0, 0, 0, 0.8);
}
.news-list a .panel.panel-default {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.news-list a:hover {
    color: #35b1ce;
}
.panel.panel-default {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.product-col .panel.panel-default {
        border: none;
        box-shadow: none;
        margin: 0;
    }
    .product-col .panel.panel-default .panel-body {
        border: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        display: block;
        width: 100%;
    }
    .product-col .panel.panel-default .panel-body .panel-body-left,
    .product-col .panel.panel-default .panel-body .panel-body-right {
        display: block;
    }
    .product-col .panel.panel-default .panel-body .panel-body-right {
        padding-left: 0;
    }


/* 
* 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 !important;
    color:#6C809A !important;
}

/* Размеры и цвета */
.big_size_block{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.big_size_block h4{
    font-family: "MyriadProRegular";
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #000000;
}
/*input-size*/
.checkbox_size_wrap{
    width: 50%;
}
.wrap_size, .wrap_color{
    display: flex;
    flex-direction: row;
}

.input_size + .label_size{
    cursor: pointer;
}
.input_size{
    display: none;
}
.label_size{
    min-width: 50px;
    height: 40px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #ceced2;
    font-weight: normal;
    cursor: pointer;
    background-color: #fff;
}

.label_size:hover, .label_color:hover, .label_active{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.87);
    border: solid 1px #2c99d5;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.input_size:checked + .label_size:hover{
    content: '';
    box-shadow: 0 0 31px 0 rgba(0, 0, 0, 0.87);
}
.not-active{
    background: linear-gradient(45deg, #ceced2 25%, #e8e8ed 0, 
        #e8e8ed 50%, #ceced2 0, #ceced2 75%, #e8e8ed 0);
    background-size:30px 30px;
    color: #9a9a9d;
    cursor: inherit !important;
}
.checkbox_size,.checkbox_color{
    padding-right: 10px;
	display: inline-block;
}
/*input-color*/
.checbox_color_wrap{
    width: 50%;
}
.input_color + .label_color{
    cursor: pointer;
}
.input_color{
    display: none;
}
.label_color{
    width: 50px;
    height: 40px;
    border: solid 1px #ceced2;
    cursor: pointer;
}

.not-active:hover{
    box-shadow: none;
    border: solid 1px #ceced2;
}
.input_color:checked + .label_color:hover{
    content: '';
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #2c99d5;
}

.quant {
   width: 140px; 
}

.quant > .input-group{
    border: solid 1px #ceced2;
    text-align: center;
}
.quant .input-number{
    border: none;
    box-shadow: none;
}
.quant .btn-default_r,.quant .btn-default_l{
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-radius: 6px;
    color: #d6d6d9;
}

/* Order page style */
    .user-title.side-heading {
        display: block;
    }
    .user-list {
        padding: 0;
        list-style-type: none;
    }
    .user-list a {
        font-size: 14.1;
    }
    .top-button-order-row .main-heading2 {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 34px;
    }
    .top-button-order-row .btn.btn-main {
        background-color: transparent !important;
        color: #000000;
        padding-bottom: 0;
        border-top: none;
    }
    .top-button-order-row {
        margin-bottom: 10px;
        border-bottom: 1px solid #e1e7ec;
    }
    .top-button-order-row a:hover {
        color: #189aca;
    }
    .order-page-top-head > td {
        padding: 0;
        vertical-align: middle;
    }
    .order-top-one-price {
        min-width: 90px;
        text-align: center;
    }
    .order-top-all-price {
        min-width: 135px;
        text-align: center;
    }
    .order-top-quantity {
        text-align: center;
    }
    .order-top-quantity {
        min-width: 90px;
    }
    .order-product-img {
        max-width: 80px;
        text-align: center;
        vertical-align: middle !important;
    }
    .order-product-img img {
        border-radius: 0px;
        border: none;
    }
    .order-product-name {
        vertical-align: middle !important;
        text-transform: uppercase;
    }
    .order-product-name a {
        color: #000000;
    }
    .order-product-name a:hover {
        opacity: 0.7;
    }
    .order-product-quantity,
    .order-product-one-price,
    .order-product-all-price,
    .order-product-remove-product {
        vertical-align: middle !important;
    }
    .order-product-one-price,
    .order-product-all-price {
        text-align: center;
		white-space:nowrap;
    }
    .order-product-remove-product {
        color: #ef1311;
    }
    .order-product-quantity-wrapper {
        width: 50px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    .order-product-quantity-wrapper #forma_cart_plus button,
    .order-product-quantity-wrapper #forma_cart_minus button {
        width: 13px;
        height: 29px;
        padding: 0;
        top: 0;
        text-align: center;
        position: absolute;
        background-color: transparent;
        border: none;
        outline: none;
        box-shadow: none;
        color: #e8e8ed;
        z-index: 1;
    }
    .order-product-quantity-wrapper #forma_cart_minus button {
        left: 0;
        text-align: right;
        padding-right: 3px;
    }
    .order-product-quantity-wrapper #forma_cart_plus button {
        right: 0;
        text-align: left;
        padding-left: 3px;
    }
    .order-product-quantity-wrapper input {
        height: 29px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 14px;
        padding-right: 14px;
        text-align: center;
        border-radius: 0px;
        border-color: #e8e8ed;
    }
    .order-product-remove-product button {
        border: none;
        border-radius: 0px;
        color: #ef1311;
        background-color: transparent !important;
        outline: none !important;
        box-shadow: none !important;
    }
    .order-page-top-totals-title {
        font-size: 16px;
        text-transform: uppercase;
    }
    .order-page-table-wrapper .table {
        margin-bottom: 0;
    }
    .order-page-top-totals {
        background-color: #f8f8f8;
        border-top: solid 1px #d6d6d9;
        border-bottom: solid 1px #d6d6d9;
        margin-bottom: 15px;
        padding-top: 20px;
        padding-bottom: 19px;
        position: relative;
    }
    .order-page-top-totals-title {
        top: 20px;
        left: 0;
        padding-left: 17px;
        position: absolute;
    }
    .order-page-top-totals-body {
        width: 60%;
        margin-left: 30%;
        margin-right: 10%;
        font-size: 16px;
    }
    .order-page-top-label-left,
    .order-page-top-label-right {
        display: block;
        background-color: #f8f8f8;
        position: relative;
    }
    .order-page-top-label-left {
        float: left;
    }
    .order-page-top-label-right {
        float: right;
        font-weight: 700;
    }
    .order-page-top-totals-discount,
    .order-page-top-totals-delivery,
    .order-page-top-totals-paymetnt-with-discount {
        position: relative;
        margin-bottom: 3px;
    }
    .order-page-top-totals-discount:before,
    .order-page-top-totals-delivery:before,
    .order-page-top-totals-paymetnt-with-discount:before {
        content: "";
        width: 100%;
        height: 1px;
        border-bottom: 1px solid #e8e8ed;
        bottom: 1px;
        left: 0;
        position: absolute;
        display: block;
    }
    .order-page-top-totals-discount:after,
    .order-page-top-totals-delivery:after,
    .order-page-top-totals-paymetnt-with-discount:after {
        content: "";
        display: table;
        clear: both;
    }
    .panel.order-promotions {
        border-bottom: none;
        box-shadow: none;
    }
    .order-promotions .panel-heading {
        padding-left: 0;
    }
    .order-promotions .panel-heading h3 {
        font-size: 16px;
    }
    .order-promotions .panel-body {
        padding-left: 0;
    }
    .order-promotions .panel-body .form-inline input{
        border-radius: 0px;
    }
    .order-promotions .panel-body .form-inline button{
        border-radius: 0px;
    }
    .order-bottom-content .panel-heading {
        border-radius: 0px;
        background-color: #f8f8f8;
        padding:13px 15px;
        border: none;
    }
    .order-bottom-content h3.panel-title {
        font-size: 16px;
        font-weight: 700;
    }
    .order-bottom-content .panel {
        box-shadow: none;
        background-color: transparent;
        padding: 0;
        border: none;
    }
    #showYurDataForPaymentLoad br {
        display: none;
    }
    .order-bottom-content input {
        border-radius: 22px;
    }
    .order-bottom-content button {

    }
    .delivOneEl {
        display: block;
        float: none;
    }
    .order-bottom-content .checkbox label, 
    .order-bottom-content .radio label {
        margin-bottom: 5px;
    }
    .order-bottom-content input[type=checkbox], 
    .order-bottom-content input[type=radio] {
        margin-top: 6px;
    }
    .order-bottom-content .btn.btn-main {
        margin-bottom: 10px;
    }
    .table-responsive.order-page-table-wrapper>.table>tbody>tr>td, 
    .table-responsive.order-page-table-wrapper>.table>tbody>tr>th, 
    .table-responsive.order-page-table-wrapper>.table>tfoot>tr>td, 
    .table-responsive.order-page-table-wrapper>.table>tfoot>tr>th, 
    .table-responsive.order-page-table-wrapper>.table>thead>tr>td, 
    .table-responsive.order-page-table-wrapper>.table>thead>tr>th {
        white-space: normal;
    }
    @media (max-width: 570px) {
        .order-product-one-price,
        .order-top-one-price{
            display: none;
        }
        .order-product-img{
            width: 1px !important;
            overflow: hidden;
            padding: 0 !important;
        }
        .order-product-img *{
            display: none;
        }
		.panel-new.panel-info.panel > div {
			width:100%!important;
			text-align:center;
		}
		div.panel-new.panel-info.panel > div.sign-center {
			font-size:38px;
		}
		div.discount_ab {
			right:15%;
		}
    }
    @media (max-width: 400px) {
		
      /*  .order-row-fix {
            margin-left: -28px;
            margin-right: -28px;
        }
		*/
		
		.videoreview2 {
	width: 100%;
	height: auto;
	max-height: 100%;
	min-height:190px;
}


		.modile-cat-open {
			width:100%;
		}
		
        .order-top-name, .order-top-quantity, .order-top-all-price {
            font-size: 12px;
        }
        .order-top-all-price {
            min-width: 80px;
        }
        .order-product-name {
            font-size: 12px;
        }
        .order-top-quantity {
            min-width: 50px;
            width: 50px;
        }
        .order-product-all-price {
            font-size: 12px;
        }
        .order-product-quantity-wrapper #forma_cart_plus button, .order-product-quantity-wrapper #forma_cart_minus button {
            z-index: 3;
        }
    }
/* Order Page style */

/* Product Page */
    .checkbox_size, .checkbox_color {
        padding-right: 10px;
        display: inline-block;
    }
    .bxsliderbig {
        padding: 0;
        text-align: center;
    }
    .bxsliderbig > li img {
        padding: 0;
    }
    #sliderModal .modal-dialog {
        width: 90%;
    }
    .bx-pager-big img {
        max-width: 100px;
        margin: 0px 5px 0px 5px;
    }
/* Product Page */

#returnCallModal .modal-dialog {
    max-width: 335px;
    margin-left: auto;
    margin-right: auto;
}
.optionsDisp {
    margin-top: 10px;
}
.optionsDisp select {
    margin-bottom: 10px;
}
.form-fix .form-group:after {
    content: "";
    display: table;
    clear: both;
}
.order-page-sidebar-user-block {
    display: none;
    padding-left: 15px;
    padding-bottom: 10px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
}
.user-title {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    font-size: 14.1px;
    font-weight: bold;
    text-transform: uppercase;
}
.table-optionsDisp {
    -display: none;
}
.oneclick-modal .modal-dialog{
    max-width: 335px;
}
.btn-success.active, .btn-success:active, .open>.dropdown-toggle.btn-success {
    border-color: transparent;
    opacity: 0.7;
}
.order-page-top-totals-body .rubznak {
    font-family: 'Exo 2';
}
.control-label.fix {
    font-weight: normal;
    text-align: left;
}
#faset-filter {
    margin-bottom: 0px;
}
.list-group.filter-body-fix.active {
    display: block;
}

div.faset-filter-block-wrapper.filtr-container {
	position: relative;
	margin-bottom: 5px;
	width: 100%;
	border-radius: 0;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #d7e4ec;
}

.main-sidebar-left .faset-filter-block-wrapper .h5 {
    color: #4a4a4a;
    position: relative;
    margin:0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    cursor: pointer;
    border-bottom: 0px solid #e1e7ec;
    color: #9da9b9;
    font-size: 14px;
    font-weight: bold;
    text-transform: none
}
.filter-title {
    position: relative;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 0;
}
.filter-title:before {
    width: 16px;
    height: 9px;
    background-image: url(./images/icon-arrow-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 9px;
    top: 50%;
    margin-top: -3px;
    right: 15px;
    position: absolute;
    display: block;
}
.filter-title.active:before {
    background-image: url(./images/icon-arrow.png);
}



.main-sidebar-left .faset-filter-block-wrapper > .h5 {
 color:#000;
 }

#cat-content {
	margin-bottom:20px;	
}
	
	
.main-sidebar-left .faset-filter-block-wrapper .h5:before,
.main-sidebar-left .h5:before{
    content: "\e845";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px 9px;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    position: absolute;
    display: inline-block;
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.main-sidebar-left .faset-filter-block-wrapper.active .h5:before,
.main-sidebar-left .h5.active:before{
    content: "\e842";
}
.filter-reset-wrapper a {
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 9px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #4a4a4a;
    text-align: center;
    font-family: "MyriadProBold";
    display: block;
}
.main-sidebar-left .faset-filter-block-wrapper .checkbox {
    margin-left: 10px;
}
.main-sidebar-left .faset-filter-chexbox-bottom-block .faset-filter-block-wrapper.fix .checkbox,
.main-sidebar-left .faset-filter-chexbox-bottom-block .faset-filter-block-wrapper .checkbox {
    display: none;
    width: auto !important;
    white-space: normal !important;
}
#faset-filter-body:after {
    content: "";
    display: table;
    clear: both;
}
.main-sidebar-left .checkbox {
    margin-left: 0px;
    margin-right: 15px;
}
.main-sidebar-left .faset-filter-block-wrapper .checkbox {
    display: none;
    font-size: 12px;
    color: #000000;
    white-space: normal;
    overflow: hidden;
}
#faset-filter-body .faset-filter-block-wrapper.active .checkbox {
    display: block;
}
#filter-buttons .btn.btn-default {
    border: none;
    width: 100%;
    text-align: left;
    padding: 0 0 0 34px;
    margin: 0;
	position:relative;
    background-color: transparent !important;
    color: #6b6b6b;
}
#filter-buttons label.btn input {
    clip: auto;
    pointer-events: all;
    left: 30px;
	top:2px;
}
#faset-filter-body .faset-filter-block-wrapper .checkbox input[type=checkbox], 
#faset-filter-body .faset-filter-block-wrapper .checkbox-inline input[type=checkbox], 
#faset-filter-body .faset-filter-block-wrapper .radio input[type=radio], 
#filter-buttons label.btn input, 
#faset-filter-body .faset-filter-block-wrapper .radio-inline input[type=radio] {
    -webkit-appearance:none;
    width: 16px;
    height: 16px;
    display: block;
    color: #fff;
    background-color: #e6e6e6;
    margin-top: 0px;
    margin-left: -17px;
    outline: none;
    border-radius: 3px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
#faset-filter-body .faset-filter-block-wrapper .checkbox input[type=checkbox]:checked, 
#faset-filter-body .faset-filter-block-wrapper .checkbox-inline input[type=checkbox]:checked {
        background-color: #73aba8;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
#faset-filter-body .faset-filter-block-wrapper .radio input[type=radio], 
#faset-filter-body .faset-filter-block-wrapper .radio-inline input[type=radio] {
    -webkit-appearance:none;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    border: 1px solid rgba(1, 1, 1, 0.54);
    margin-top: 3px;
    margin-left: -17px;
}
/*
#faset-filter-body .faset-filter-block-wrapper .checkbox input[type=checkbox]:checked+span:before, 
#faset-filter-body .faset-filter-block-wrapper .checkbox-inline input[type=checkbox]:checked+span:before {
    content: "";
    display: block;
    width: 8px;
    height: 13px;
    border: 0 solid rgba(1, 1, 1, 0.54);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotateZ(45deg);
    margin: -6px 3px;
    pointer-events: none;
    position: absolute;
    left: 3px;
    top: 4px;
    z-index: 1;
}*/
#faset-filter-body .checkbox span {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 0px;
    margin-left: 5px;
    color: #6b6b6b;
}
#faset-filter-body .checkbox:hover span {
 color: #333!important;
}
#faset-filter-body {
    padding-bottom: 0px;
}
#price-filter-body {
    padding-bottom: 15px;
	padding-top: 30px;
}
#price-filter-body h4 {
    text-transform: uppercase;
    color: #4a4a4a;
    position: relative;
    margin: 0;
    margin-bottom: 5px;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-left: 10px;
    cursor: pointer;
    border-bottom: 1px solid #e1e7ec;
    color: #9da9b9;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
#faset-filter-body,
#price-filter-body {
    border-left: none;
    border-right: none;
}
#price-filter-form {
    padding-left: 0;
    padding-right: 0;
   /* display: none;*/
}
#price-filter-form.active {
    display: block;
}
#price-filter-form span {
    /*font-weight: 700;
    text-transform: uppercase;*/
}
#price-filter-val-min span,
#price-filter-val-max span {
    margin-top: 0px;
    display: inline-block;
}
#price-filter-form #slider-range {
    height: 4px;
    background: #fff;
    border-radius: 4px;
    margin: 15px 5px 0px;
}

.ui-widget-content {
    border: 1px solid #e3e3e3;
}

#price-filter-form #slider-range .ui-widget-header {
    transition: background .45s;
    background: #d0d0d0;
}
#price-filter-form #slider-range  .ui-state-default, .ui-widget-content .ui-state-default {
    border: 0px;
    border-radius: 50%;
    background: rgba(133, 167, 168, 0.2);
    cursor: default;
    width: 24px;
    height: 24px;
    top: -11px;
    outline: none;
	margin-left:-12px;
}


#price-filter-form #slider-range  .ui-state-default:before, .ui-widget-content .ui-state-default:before {
    content: '';
    background: #85a7a8;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -5px;
    border-radius: 50%;
}


#slider-range.ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
	margin-left:-12px!important;
}

.ui-slider-l {
	position:absolute;
	font-size:11px;
	font-weight:normal;
	top:-25px;
	background-color:#ffffff;
	padding:5px 5px 5px; 5px;
	left:1px;
}
.ui-slider-r {
	position:absolute;
	font-size:11px;
	font-weight:normal;
	top:-25px;
	background-color:#ffffff;
	padding:5px 5px 5px; 5px;
	right:1px;
}

.table-cell > div.col-xs-12 {
    width: 100%;
    padding: 0 20px;
    top: -5px;
}
.filter-body-fix.active {
    display: none;
}
.page-header {
    border-bottom: none;
    padding-bottom: 0px;
    margin-top: 0px;
}

.page-header:after,
.breadCrumbs-wraper:after {
    content: "";
    display: table;
    clear: both;
}
.product-page-list li {
    margin-bottom: 5px;
}
#faset-filter-reset, .faset-filter-reset {	
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #525252;
	
	
}
.empty_product_list .alert-danger {
	line-height:30px;
}

.empty_product_list {
	font-size:14px;
}


#faset-filter-reset > .fa, .faset-filter-reset > .fa {

    background-color: #949496;
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding: 3px 0 0 0;
    font-size: 12px;
	margin-right: 6px;
}
.btn-blue > .fa {
    background-color: #43bdf3;
 -webkit-animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	
}

.btn-blue {
	transition: .3s;
}

.btn-blue:hover  {
    background-color: #0c98d7;
	background-color:  #0c98d7;
	color:#fff;
}

.quant input {
    text-align: center;
}
thead td#allspecwhite {
    border-bottom: none;
}
.user-table-fix {
    margin-left: 0;
}
.suggestions-wrapper {
    display: block;
}
.sidebar-fix-block .panel-body {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.registration-area .panel-smart {
    border: none;
    box-shadow: none;
}
.gbook-btn {
    margin-bottom: 10px;
}
.returncall-wrapper {
    text-align: center;
    position: relative;
    z-index: 5;
    text-transform: uppercase;
    margin-top: 15px;
}
.img-thumbnail {
    border-radius: 0px;
}
.wishlist-img-block {
    max-width: 120px;
}
.wishlist-img-block img {
    width: 100px;
    max-height: 100%;
}
.wishlst-fix-block {
    vertical-align: middle !important;
}
.swiper-container {
    margin-left: -10px;
    margin-right: -10px;
}
.suggestions-wrapper {
    display: block !important;
}
.returncall-wrapper.returncall-desctop {
    margin-top: 0px;
    padding-top: 20px;
}
.bx-pager {
    margin-top: 10px;
}
.has-feedback label~.form-control-feedback {
    top: 31px;
}
.suggestions-addon[data-addon-type=clear] {
    background-size: 50% 50%;
}
.mobile-user-button {
    margin-top: 15px;
}
.mobile-user-button ul {
    list-style-type: none;
    padding: 0;
    width: 100%;
    text-align: center;
}
.mobile-user-button ul li {
    display: inline-block;
    float: none;
}
.footer-chexbox {
    padding-left: 18px;
    font-size: 11px;
    padding-top: 5px;
    opacity: 0.8;
}
.footer-chexbox a {
    transition: color .3s;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}
.footer-chexbox a:hover {
    color: #0da9ef;
}
.footer-chexbox input {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: -6px;
    float: left;
    position: relative;
    margin-right: 5px;
}
.footer-form.email-page .footer-form-title{
    margin-bottom: 15px;
}
.footer-form.email-page .btn{
    height: 44px;
}
.btn-default {
    border: 1px solid #dbe2e8;
}
.footer-form.email-page {
    max-width: 400px;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    border-color: #e1e7ec;
}
.owl-carousel .owl-dots {
    display: block;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.owl-carousel .product-block-wrapper {
    width: 100%;
    padding: 0;
}
.owl-carousel .product-block {
    margin-bottom: 4px;
	margin-left: 1px;
}
.owl-nav {
    display: none;
}

.owl-carousel .owl-dots .owl-dot.active {
    opacity: .9;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 6px;
    transition: opacity .25s;
    border-radius: 50%;
    background-color: #606975;
    opacity: .3;
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.spec-main-icon, .index-complect {
    margin-bottom: 15px;
}
.navbar-offcanvas {
    display: none;
}
.navbar-offcanvas.in {
    display: block;
}
#fotoload {
    position: relative;
}
#fotoload  .sale-icon-content {
    z-index: 1;
    padding-left: 5px;
    padding-right: 5px;
    top: 6px;
}
.product-col-1 .sale-icon-content {
    top: 6px;
    z-index: 1;
    padding-left: 15px;
    padding-right: 2px;
}

.product-filter {
	margin-bottom:15px!important;	
}

.product-filter .display label {
    display: inline-block;
    width: 43px;
    height: 43px;
    margin-left: 10px !important;
    margin-right: 0;
    padding:8px !important;
    transition: background-color .35s;
    border: 1px solid #e1e7ec !important;
    border-radius: 50% !important;
    background-color: #fff;
    padding-top: 11px !important;
}
.product-filter .display label.active {
    border-color: #0da9ef !important;
    background-color: #0da9ef;
    cursor: default;
    pointer-events: none;
    color: #fff;
}
.product-filter .display label.glyphicon-signal {
    padding-left: 9px !important;
}
.product-filter .display label:hover {
    background-color: #f5f5f5;
    border: 1px solid #e1e7ec !important;
}
.nowbuy-list .product-block:hover {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0);
}
.header-area-background-block {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
}
.header-container-fix {
    position: relative;
    z-index: 1;
}
.product-page-button {
/*    margin-top: 5px; */
}
#visualcart_content {
	display: none;
	right: -7px;
    left: auto;
    width: 260px;
    padding-right: 18px !important;
    padding-left: 18px !important;
    margin-top: 0px !important;
    text-align: left;
    position: absolute;
    top: 100%;
    padding: 10px 0 !important;
    border: 1px solid #e1e7ec;
    border-radius: 5px;
    background-color: #fff;
    line-height: 1.5;
    box-shadow: 0 7px 22px -5px rgba(47,56,68,0.2);
    list-style-type: none;
    padding-right: 18px !important;
    padding-left: 18px !important;
}
.header-bottom #cart:hover #cartlink{
	background-color: #f5f5f5;
}
.header-bottom #cart:hover #visualcart_content{
	display: block;
    -webkit-animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    animation: megamenu-show 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.dropdown-product-item:first-child {
    border-top: 0;
}
.dropdown-product-item {
    display: table;
    position: relative;
    width: 100%;
    padding: 9px 0;
    border-top: 1px dashed #d8e0e6;
}
.dropdown-product-item>.dropdown-product-thumb {
    width: 110px;
    overflow: hidden;
}

#visualcart_content .dropdown-product-item>.dropdown-product-thumb {
    width: 50px;
    overflow: hidden;
}
.dropdown-product-item>.dropdown-product-thumb, .dropdown-product-item>.dropdown-product-info {
    display: table-cell;
    vertical-align: top;
}
.dropdown-product-item>.dropdown-product-info {
    padding-right: 15px;
    padding-left: 12px;
}
.dropdown-product-item>.dropdown-product-thumb, .dropdown-product-item>.dropdown-product-info {
    display: table-cell;
    vertical-align: top;
}
.dropdown-product-item .dropdown-product-title {
    display: block;
    padding-top: 2px;
    transition: color .3s;
    color: #606975;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    transition: color .3s;
}
.dropdown-product-item .dropdown-product-details {
    color: #9da9b9;
    font-size: 14px;
}
.dropdown-product-item>.dropdown-product-thumb>img {
    display: block;
    width: 100%;
    height: auto;
}
.toolbar-dropdown-group > .btn{
	font-weight: bold;
	text-transform: uppercase;
}
.dropdown-product-item .dropdown-product-title:hover {
	color: #0da9ef;
}
.search-link {
        transition: color .3s;
}
.sidebar-nav > a {
    border: none;
    transition: color .3s;
    color: #606975;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 6px;
}
.sidebar-nav > a:before {
	display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 0;
    height: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: -webkit-transform .35s;
    transition: transform .35s;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #2bb1f4;
    content: '';
}
.sidebar-nav > a:hover {
    color: #0da9ef;
    background-color: #fff;
}
.bx-wrapper .bx-viewport {
	background-color: transparent;
}
/*.spec-main-icon .owl-stage > .owl-item:first-child, .spec-main .owl-stage > .owl-item:first-child  {
	margin-right: 9px !important;
}*/

.owl-carousel .owl-stage-outer {
	margin-left:-1px;
	margin-right:-1px;
}


.btn.btn-info,
.btn.btn-success {
    border-color: transparent;
}
.catalog-table-block {
    min-height: 50px;
    background-color: #f5f5f5;
    padding: 20px;
    background-position: top right !important;
    background-size: auto 100%;
    background-repeat: no-repeat;
    overflow: hidden;
}
.catalog-table-block.fix {
    margin-top: 10px;
    margin-bottom: 10px;
}
.catalog-table-block img {
    max-width: 100%;
    max-height: 100%;
}
.catalog-table-link {
    display: block;
    color: #333;
    text-decoration: none;
    margin-bottom: 15px;
}
.catalog-table-block-name {
    width: calc(100% - 30px);
    bottom: 25px;
    left: 15px;
    margin: 0;
    padding-left: 15px;
    position: absolute;
    text-align: left;
    font-size: 20px;
    font-weight: 800px;
    color: #000;
}

.additional-nav-menu > a {
    padding: 0 15px;
    transition: color .3s;
    color: #606975;
    font-size: 17px;
    font-weight: normal;
    text-decoration: none;
    line-height: 100px;
    text-transform: uppercase;
    letter-spacing: .05em;
    display: block;
    cursor: pointer;
    transition: color .3s;
}
.additional-nav-menu .dropdown-menu {
    margin-top: -1px !important;
    border: 1px solid #e1e7ec;
    background-color: #fff;
    box-shadow: 0 7px 22px -5px rgba(47,56,68,0.2);
    list-style-type: none;
    min-width: 180px;
}
.additional-nav-menu .dropdown-menu a{
    padding: 5px 10px;
    transition: color .3s;
    color: #606975;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    display: block;
}
.additional-nav-menu .dropdown-menu a:hover {
    color: #0da9ef;
    background-color: #fff;
}

.main-navbar-top {
    margin-left: 15px;

    overflow: hidden;

    height: 100px;
    width: calc(100% - 106px); 

    padding-right: 46px;
}
.main-navbar-top.active {
    height: auto;
    overflow: unset;
}
.main-sidebar-left .faset-filter-block-wrapper.filtr-container .h5 {
    color: #333;
	position:relative;
	z-index:2;
}
.main-sidebar-left .faset-filter-block-wrapper.filtr-container .h5:before {
	color: #6da8a4;
	font-family:'FontAwesome'!important;
	content:"\f106";
	content:"\f107";
	right: 10px; 
}
.main-sidebar-left .faset-filter-block-wrapper.filtr-container.active .h5:before {
	content:"\f106";
}
.filtr-container > div .baron {
    border: 0px solid #ddd;
    margin-top: -6px;
    padding-top: 0;
    padding-bottom: 0;
	overflow-y:auto!important;

}
#faset-filter-body .faset-filter-block-wrapper .checkbox input[type="checkbox"], #filter-buttons label.btn input[type="checkbox"] {
	background-color:#fff;
	border: 1px solid #d9e3e4;
}
#faset-filter-body .faset-filter-block-wrapper .checkbox input[type="checkbox"]:checked, #filter-buttons label.btn input[type="checkbox"]:checked {
	background-color:#73aba8;
	background-image:none;
}
#filter-buttons .btn.btn-default.active {
    box-shadow: none;
}
.form-control.input-price {
    border-radius: 8px;
    width: 140px;
    display: inline-block;
    border-color: #bebebe;
    box-shadow: none;
    color: #555;
    font-size: 22px;
}
.table-cell {
    display: table;
    width: 100%;
}
.table-cell > div {
    display: table-cell;
    float: none;
	position:relative;
}
.filtr-container.active > div.collapsed-div {

    height: auto;
    opacity: 1;

}
.filtr-container > div.collapsed-div {
margin-bottom: 14px;
}

.ico-cart {
	height:18px;
}

.left-catal-table .panel-default{

	border-radius: 4px;
	background:transparent;
}


.left-catal-table a .panel-body {
	opacity:1;	
	border:2px solid transparent;
	border-radius: 4px;
	transition: color .3s;
	transition: opacity .3s;
	transition: border-color .3s;

} 

.left-catal-table a:hover .panel-body {
	opacity:0.8;	
	border:2px solid #0da9f0;
	border-radius: 4px;
} 


.popup-catalog ul > li {
	display:none;
}


.news.btn-default {

	color: #fff;
	background-color:#ADADAD;
	border-color:#ADADAD;
	border-radius: 5px;
	text-transform:uppercase;
	

}


.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;

  border-width: 0;
  outline-width: 0;
}


.panel-body {
   /* padding: 5px; */
}

.page-price .price-page-list {
    z-index: -1;
}

.video-main
{
    width: 100%;

}
.videoreview {
    width: 100%;
	height: auto;
	max-height: 100%;
}


.filtr-container > div.collapsed-div {
    position: relative;
    z-index:3;
	background-color:#fff;
	border-radius:0;
	left:-1px;
	width: calc(100% + 2px);
}

.curen-pos {
    position: absolute;
	bottom:9px;
	padding-left:5px;
    right: 6px;
    font-size: 18px;
    color: #555;
    width: 43px;
}
.curen-pos + .input-price {
    padding-right: 50px;
    width: 170px;
}


.left-catal-table {
	padding-top:40px; 
/*	padding-bottom:20px; */
}

.mini-news .thumbnail {
	border-radius:5px;
	padding-top:15px;
	/* min-height:230px; */
	
}

.mini-news .thumbnail .description-content {
	 min-height:250px; 
	 color:#333;	
}

.description-content .h4 {
	margin-top:0px;
}

.new-mini img {
	padding-bottom:15px;	
}

.new-mini .description-content p {
	font-size:12px;	
	color:#000;
}

.mini-news .thumbnail .description-content p {
	 color:#333;	
}
.mini-news .thumbnail em {
	position:absolute;
	right: 35px;
	top: 12px;
	
}
.new-thumbnail {
	padding-left:15px;
/*	border:1px solid #3dbaf3;
	*/ 
	transition: all .5s;
	
}


.new-thumbnail:hover {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px 
    rgba(0, 0, 0, 0.4);
}


.panel-default > .panel-heading {

    color: #333;
    background-color:transparent;
	border-color:transparent;
    border-bottom-color: transparent;

}



.panel-heading {

    padding: 5px 0px;
    
}


.right-menu .panel-body {
	 padding:0px;
	
} 

.productlastview { padding: 15px 0px;}

.row > #productlastview .side-heading {
	text-align:center;
	
	}
.product-block-button .btn {

    border-radius: 7px;
	
}

.index_bottom_text {
	padding-top: 20px;
	border-top: 1px solid #bce8f1;
	margin-top: 30px;	
}
.table-responsive td > img.media-object {
    max-width: 100%;
    height: auto;
}
#faset-filter-body > .row {
    margin: 0;
}


.height-catal-icon {
	display:block;
	clear:both;
	width:100%;
	float:left;	

	
}


#menu-fix.additional-nav-menu {
	position:relative;
	display:inline-block;
	width:auto;
	z-index:3;
}


table.vendorenabled td:nth-child(2n+1) {
	width:60%;
	padding-right:20px;
	
}

table.vendorenabled tr:nth-child(2n+1) {
	background-color: #eee; 

}

table.vendorenabled td {
	padding:8px 8px 8px 8px;
	vertical-align:top;
	
	}


.panel-info {
    border-color: #DEDEDE;
}

.panel-info .media-body {
	color:#9a9a9a;
	line-height:16px;	
}

.panel-info .panel-body {
	
	padding:20px 10px 20px 10px;	
}
.panel.panel-new > .panel-heading {
	padding: 9px 15px;
}
.panel-warning.panel-warning-new > .panel-heading {
	background-color:#ffebbc;
	color:#575757;
	border-color:#f4d68d;
}
.panel.panel-new .panel-title {
    font-size: 14px;
    font-weight: normal;
}

#messages .panel.panel-new .form-control {
    height: auto;
    border-color: #a7a7a7;
    border-radius: 10px;
    padding: 6px 10px;
}


#messages .panel.panel-new textarea.form-control {
    min-height: 6em;
}



.panel.panel-new .form-control {
    height: 36px;
    border-color: #a7a7a7;
    border-radius: 10px;
    padding: 6px 10px;
}

.registration-area textarea.form-control {
	 height: 180px!important;
}

.panel.panel-new .form-control.req {
	background-color:#f7ffff;
}

.panel-new .panel-body {
    padding: 12px 10px;
}
.panel-new #promocode {
    min-width: 192px;
    margin-right: 15px;
}
.btn.btn-warning-new {
    font-weight: bold;
    background-color: #ae7023;
    border-color: #ae7023;
    border-radius: 10px;
    padding: 6px 17px;
}
.btn.btn-warning-new:hover {
    background-color: #fff;
    border-color: #ae7023;
	color:#ae7023;
}
.panel-new.panel-success > .panel-heading {
    background-color: #c2e1b5;
    color: #3c3c3c;
    border-bottom: 1px solid #c2e1b5;
	margin-top:0;
}
.panel-new.panel-success > .panel-heading > h3.panel-title {
    color: #373737 !important;
}
.panel.panel-new.panel-success {
    border-color:#c0e7b2;
}
.panel.panel-new.panel-info-new{
    border-color:#b8e1f5;
	margin-bottom: 10px;
}




.panel.panel-new {
    border: 1px solid transparent;
    border-radius: 5px;
	margin-bottom: 45px;

-webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);

box-shadow: 0 0px 0px

    rgba(0,0,0,0);


}

.panel-new.panel-info-new > .panel-heading {
    background-color: #d9edf6;
    color: #464646;
}
.panel.panel-new.panel-warning-new {
    border-color: #f4d68d;
}
.btn-group.bootstrap-select.form-control > .btn.dropdown-toggle.btn-default {
    border-radius: 10px;
    border-color: #a7a7a7;
}
.btn-group.bootstrap-select.form-control {
    box-shadow: none;
    padding: 0;
    margin: 10px 0;
}
.table-responsive.order-page-table-wrapper.img_fix {
    margin-bottom: 35px;
}
.delivOneEl > label > input {
    display: inline-block;
    margin-top: 0 !important;
    vertical-align: middle;
}
span.deliveryName {
    display: inline-block;
}
.btn.btn-lg.btn-success.orderCheckButton:hover {
    color: #5cb85c;
    background-color: #fff;
}
.btn.btn-lg.btn-success.orderCheckButton {
    font-size: 24px;
    padding: 10px 55px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 13px;
    margin-top: 30px;
    background-color: #5cb85c;
    border-color: #5cb85c;
	transition: background-color .35s, color .35s;
}
#visualcartModal .hide {
    display: block !important;
    margin: 3px 0 12px;
}
.modal-footer.toolbar-dropdown-group.product-block-button {
    padding: 15px;
    text-align: right;
}

.modal-footer .btn-default {
	border-color: #fff;
	color: #444545 !important;
	background-color: #d4d4d4;
}

.modal-footer .btn-default:hover {
	border-color: #fff;
	color: #444545 !important;
	background-color: #c0c0c0;
}


#formgenerator label {

    font-weight: normal;
	padding-left:5px;

}

#messages .media {padding-bottom:10px;}

.comment-stars label {width:24px;}
.comment-stars input[type=radio] {display:none;}
.comment-stars {padding-right:15px;}



#filter-buttons {
	padding-top:0px;
}

#filter-buttons > label {
	margin-right:10px;
	margin-bottom:10px;
}



.video-icon {float:left; margin-right:12px;margin-top:-5px;}
.video-icon:before {
	height:28px;
	width:28px;
	display:block;
	content: "";
	background:url('./images/video.svg') no-repeat left;
}

.product-block-wrapper, .product-block-wrapper:hover  {
		transition: all .6s;	
}

.product-block-wrapper  .hidden-description {
	visibility:hidden;
	opacity:0;	
	position:absolute;
	background-color:#fff;
	z-index:1;
	top:calc(100% + 10px);
	border-radius: 7px;
	left:0;
	right:0;
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0);
	
}

.product-block-wrapper:hover  .hidden-description {
	visibility:visible;
	opacity:1;
	transition: opacity .6s;	
	border: 1px solid #2bb1f4;
	 -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
	padding:10px;
	z-index:99;	
	
}

.header-bottom.navbar-fixed-top {
	position:fixed;
	
	}
	


.btn-message.btn-big, .btn-oneclick {
	line-height: 42px;	
	font-weight: bold;
	padding: 0 22px;
	font-size: 18px;
	text-transform: uppercase;

}

.ico-admin, .ico-user {
	height:42px;
	width:auto;	
	}
	
.btn:focus, .btn {
	outline: none!important;
}	

border: 1px solid #dbe2e8;


.btn-default.focus, .btn-default:focus {
	/* color:#333; */
	background-color:#fff!important;
	border: 1px solid #dbe2e8;
	
}

.btn-default.btn-number.focus, .btn-default.btn-number:focus {
	border: 0px solid #dbe2e8;
}

.btn-default.active, .btn-default:active {
	/* color:#333; */

	background-color: #d4d4d4!important;
	
}

.panel-default.boder-normal{
	
	border: 1px solid #dbe2e8!important;
	border-radius:7px;
	}
	
#formgenerator_buttons .btn {margin-right:15px;}	



.compare-slider .prod-photo {
	
	min-height:250px;
}	

.compare-slider .prod-title {
	display:inline-block;
	min-height:40px;
}	

.compare-slider .swiper-slide {

	padding:0 1px; 

}

.swiper-button-prev .fa:before, .swiper-button-next .fa:before {
	content:" ";
}
	
/* .swiper-wrapper > div:first-child{display:none;}
*/
.swiper-slide .prod-price {font-size:2em;}
.swiper-slide .prod-sort, .swiper-slide .prod-desc, .swiper-slide .prod-title, .swiper-slide .prod-photo, .swiper-slide .prod-price {
	min-height:30px;
	padding:5px 5px;
}



.swiper-slide .prod-photo, .swiper-slide .prod-desc {
	background-color:#fff;
	}

.compare-wrapper .swiper-wrapper .swiper-slide > div:nth-of-type(2n+1) {
	background-color:#efefef;
}


.swiper-slide .prod-sort br {display:none;}
/* .swiper-slide .prod-sort b:after {
		content:':';
	}
	*/
	
	
.swiper-slide .prod-sort b {
		display:none;
	}
		
.mini-news-block-name + .popover {
	min-height:250px; left:0px!important;
}
	
	
.product-art {margin-bottom:15px;}	
	
#question .panel.panel-new {
	margin-bottom: 0px!important;
	padding:0 10px!important;
}


.index-complect .panel.panel-new {
	margin-bottom: 0px;	
}

.poduct-day-description {
	padding-top:15px;
}
.promo-icon.label {

	background-color: #ef1311 !important;
	color: #ffffff;
	border-radius: 10px;
	display: block;

	margin-bottom: 2px;

	margin-right: 12px;

	float: left;

}
.mb-20 {
	margin-bottom:20px;
}
.mt-20 {
	margin-top:20px;
}

.mt-40 {
	margin-top:40px;
}

.swiper-slider-wrapper.compare-wrapper {
    position: relative;
}
.compare-wrapper .swiper-button-next, .compare-wrapper .swiper-button-prev {
	top:170px;
}
.no-empty-marg:empty {
	margin-top:0;
	border:none;
}
.no-empty-marg {
	margin-top:60px;
}
#more-products {margin-top:15px;}
.btn-consult {
    margin-left: 4px;
}	 	
.dropdown-menu.aditional-link > li.active > a {
    background-color: #f7f7f7;
}
.hide.hidden + .product-page-button {
    margin-left: -4px;
}

.margin-top-10 {
	margin-top:10px;	
}

.margin-top-20 {
	margin-top:20px;	
}

.margin-top-40 {
	margin-top:40px;	
}

.margin-top-30 {
	margin-top:30px;	
}

.margin-bottom-20 {
	margin-bottom:20px;	
}

.fluid-block img {
	max-width:100%;
	height:auto;
}
#faset-filter-body.row {
	margin-left:-5px;
	margin-right:-5px;
}
#faset-filter-body.row > div {
	padding-left:5px;
	padding-right:5px;
}
.faset-filter-block-wrapper.filtr-container.active::after {
    position: absolute;
    content: " ";
    display: block;
    left: -1px;
    right: -1px;
    bottom: -194px;
    top: 0;
    box-shadow: none;
    border-radius: 7px;
    z-index: 1;
}
#faset-filter-body .faset-filter-block-wrapper.filtr-container:hover {
	box-shadow: none;
}
#faset-filter-body .faset-filter-block-wrapper.filtr-container.active {
	box-shadow:none;
}
.btn.btn-round {
    border-radius: 15px;
    padding: 5px 16px;
}
.btn-toolbar > .btn-round {
    margin-left: 11px;
	margin-bottom: 5px;
}
.btn.btn-autoclose:after {
    font-family:'FontAwesome'!important;
	content:"\f057";
    width: 22px;
    display: inline-block;
    position: relative;
    right: -13px;
}
.btn.btn-autoclose {
    background-color: #ffb800;
	color:#444545;
}
.btn.btn-autoclose:hover {
    color: #333;
    border-color: #dbe2e8;
}
#filter-label {
    margin-bottom: 10px;
}
#filter-label:empty {
    margin-bottom: 0;
}
.head-mt-0 > h4 {
	margin-top:0;
}
.compare-content .table + p.text-danger {
    color: #3c763d;
    border: 1px solid #d6e9c6;
    background-color: #dff0d8;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.compare-content > .table:empty {
    display: none;
}

.js-tabcollapse-panel-heading.btn.btn-block.btn-default.collapsed {
    background-color:#fff;
	color:#333333!important;
}

.js-tabcollapse-panel-heading.btn.btn-block.btn-default
{
    background-color:#cfeefc;
	color:#333333!important;
}


.js-tabcollapse-panel-heading.btn.btn-default {
    background-color: #fff;
	
}
.float-col {
    display: block;
    clear: both;
    float: left;
	margin-top:5px;
}
.float-col .compare-list-button-wrapper {
	margin-bottom:0;
}

.sortcat.btn-default {background-color: #fff;margin-bottom:3px;}
/* .btn-default.sortcatactive {background-color: #cfeefc!important;}
*/
.d-btn-table {
    display: block;
    width: 100%;
	padding:0 15px;
}
.d-btn-cell {
    display: inline-block;
    padding-right:15px;
	vertical-align: top;
    margin-bottom: 10px;
}
.d-btn-cell-2 {
    display: inline-block;
    padding-right:15px;
	vertical-align: top;
    margin-bottom: 0px;
}

.compare-list-button-wrapper > .btn.btn-wishlist {
    margin-left: 0;
}
.input-group .form-control {
    height: 42px;
}
.product-block-button > .rating {
    display: inline-block;
    vertical-align: middle;
}

.product-col  {position:relative;}
.product-col .hidden-description {
	
	text-align:left;
	}
.d-block-100 {
	width:100%;
	display:block;
	float:left;
	clear:both;
}

#filter-buttons label.btn-default:focus {

	background-color:#ffffff!important;	

}

.prod-photo img.media-object {
		margin:0 auto;
}

.product-block-button-mini .btn.btn-cart:hover {
	background-color:#0a87bf;
	}
	
.brand-img img {
	max-height:80px;
	
	}	
	
.brand-img {
	height:80px;
	vertical-align:middle;
	line-height:80px;
}
.offcanvas-list .sidebar-nav-list-item > ul {
    display: none;
}
.mini-news-slider .product-block-wrapper > a, .mini-news-slider .product-block-wrapper > a .new-mini, .mini-news-slider .product-block-wrapper > a .new-mini .description-content {
    display: inline-block;
}

.main-navbar-list-catalog-wrapper .sidebar-nav-list-item {
    padding-left: 25px;
}
.min-price {
	position:absolute;
	font-size:11px;
	font-weight:normal;
	color:#000;
	top:-16px;
	left:15px;
}
.max-price {
	position:absolute;
	font-size:11px;
	font-weight:normal;
	color:#000;
	top:-16px;
	right:15px;
}
.only-2-tabs > li.active {

}
.only-2-tabs > li {
    width: 50%;
    text-align: center;
    font-size: 16px;
    display: table-cell;
    position: relative;
	padding:0;
}
.only-2-tabs > li.active > a {color:#fff;}
.nav.only-2-tabs {
    width: 100%;
    display: table;
    clear: both;
}
.tab-content .sidebar-nav > li:before {/*	border: none; */
}
.main-sidebar-left .tab-content {
    border-radius: 4px;
    margin-top: 15px;
    padding:0;
}
.tab-pane > .sidebar-nav {
    padding: 0;
}
.btn-group.only-2-tabs .btn.btn-default {
    border-color: #d7e4ec;
	background-color: #ffffff;
}

.btn-group.only-2-tabs li.btn.btn-default {
    border-color: #fff;
	color:#ffffff!important;	
    background-color: #63b40d;
	
}

.btn-group.only-2-tabs li.btn.btn-default > a {
	color:#fff;	
/*	box-shadow: inset 0 3px 5px rgba(0,0,0,.125); */	
}

.btn-group.only-2-tabs li.btn.btn-default:hover {
	background-color:#79c492;
	
}


.btn-group.only-2-tabs li.btn.btn-default.active > a {
	color:#444545;
	
	
}

.btn-group.only-2-tabs li.active {
	font-weight:bold;
}


.btn-group.only-2-tabs li.btn.btn-default:active {
    border:1px solid #ffffff!important;
	
}

.btn-group.only-2-tabs li.btn.btn-default:nth-child(2n) > a {
/*	color:#ffffff; */
}


.btn-group.only-2-tabs .btn.btn-default:hover {
/*    border-color: #d7e4ec; */
}
.btn-group.only-2-tabs .active.btn.btn-default {
    background-color: #d4d4d4!important;
}

.label-1-2 { 
	display: inline-block;
max-width: 20px;
margin-right: 5px;
vertical-align: top;
right: 0;
position: absolute;
top: 50px;
}


.small-icon-cat { 
	display: inline-block;
	max-width: 20px;
	margin-right: 5px;
	vertical-align: top;
	position: absolute;
	top: 0px;
	left:0px;
}

.main-sidebar-left .small-icon-cat {
	display:none;
}

.tvlabels  {
    position: absolute;
    display: block;
    top: 138px;
    left: 0px;
    width: 100%;
}

.tvlabel-svg {max-width:40px;}

.ico-svg-small {
	width:40px;
	height:40px;
	display:block;
	margin-bottom:4px;
	margin-right: 8px;
	float:left;
}
.top-mobile-fix > .dropdown {
    display: inline-block;
}	
.top-mobile-fix > .dropdown > .header-top-link {
    margin-right: 0;
}	
.top-mobile-fix > .dropdown > .header-top-link + a {
    padding: 0 20px 0 10px;
}
.dropdown.open > a > .fa.fa-angle-down:before {
    content: "\f106";
}

#faset-filter .list-group { margin-bottom:0; }

.main-navbar-list-catalog-wrapper > li > a, .sidebar-nav > li > a {
    color: #606975;
}
.btn.btn-default.no-filtr + .btn {
    display: none;
}
.btn.btn-default.no-filtr {
    width: 100%;
    border-radius: 6px !important;
}


.display > .btn-group > label.fa-rating, .display > .btn-group > label.fa-alphabet-sort, .display > .btn-group > label.fa-price-tag-mod   {

	font-size:24px;
	padding-top: 9px !important;

}


.product-page-main-block .badge {
	
	font-size: 16px;
	border-radius: 20px;
	padding: 8px 10px;	

}


.product-page-main-block .video-icon::before {
    height: 40px;
    width: 40px;
}


.product-page-main-block .label-1-2 {
    display: inline-block;
    max-width: 130px;
    margin-right: 5px;
    vertical-align: top;
    left: 0;
    position: absolute;
    bottom:186px;
	top: auto;
	z-index: 3;

}




#filter-buttons .btn.active, #filter-buttons .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.head-price-filter {
	padding:0px 0px 5px 10px;
	font-weight:bold;
	}
	
#menu-fix .fa, #nav-catalog-dropdown-link > .fa {
    position: relative;
    top: 2px;
}
.main-navbar-list-catalog-wrapper.popup-catalog:before, #menu-fix .dropdown-menu.aditional-link:before {
    content: " ";
    display: block;
    width: auto;
    border: ;
    position: absolute;
    left: 0;
    right: 0;
    top: -36px;
    height: 36px;
}

.product-page-main-block .ico-svg-small {
	width: 55px;
	height: 55px;
}

.product-page-main-block .tvlabel-svg {
	min-height:55px; 
	min-width:55px;
}
.productlastview .product-block-button-mini > a + a, .owl-item .product-block-button-mini > a + a, .product-block-wrapper .product-block-button-mini > a + a {
    width: 100%;
}

.main-sidebar-left > .panel-group > *{
	display:none;
}



.main-sidebar-left.cat-block > .panel-group > * {
	display:block;
}

.shop-page #cat-content {margin-bottom: 0px;}

.header-account .iconz-user, .search-open-button .iconz-search { color:#0da9ef; }
.header-search-form .iconz-x  { color:#ef1311; }



.topproducts-footer {
	text-decoration:none;
	/*text-transform:uppercase;*/
	background:rgba(11,64,76,0.5);
	color:#fff;
	border-radius:4px;
	line-height:20px;
	font-size:15px;
	font-weight:normal;
    width: 100%;
/*	position:absolute; */
	/*max-height:26px; */

	left:5px;
	right:5px;
	padding:5px 5px 5px 5px;

}

.news-list .list-group-item {
    padding: 10px 0px!important;
}

.height-catal-icon2 {
    min-height: 20px;
    height: 100%;
    display: flex;
}

.top-products-table {
	padding-top:0px;
}
.top-products-table  > div {


}

.topprod-border  .panel {
    padding:0;
}

.top-products-table .height-catal-icon {
	font-size:18px;
	text-transform:uppercase;
	color:#000;
	font-weight:normal;
	height:25px;

}

.mb-20 {margin-bottom:20px;}

[name=search-form] .btn-search {
	font-size: 16px;
    box-shadow: none;
    border: none;
    outline: none;
    background-color: #63b40d;
    color:#fff;
	}

.header-search-form button.btn-search {
    font-size: 16px;
    box-shadow: none;
    border: none;
    outline: none;
    background-color: #5bc0de;
    top: 50%;
    margin-top: -18px;
    right: 45px;
    position: absolute;
	color:#fff;
	line-height:25px;
	
}	

form[name=formgenerator] input.form-control {
padding: 5px;
height:35px!important;
margin:0;
border: 1px solid #dbe2e8;
border-radius: 6px!important;
}



form[name=formgenerator] textarea {
	border: 1px solid #dbe2e8;
border-radius: 6px!important;
}

.header-search-form button.btn-search:hover {

    background-color: #65c2e2;
}	

.input-search-inside {
padding: 5px;
height:35px;
margin:0;
border: 1px solid #dbe2e8;
border-radius: 6px;
min-width:300px!important;

	
	}





.topprod-border:hover:after, .topprod-border:hover:before  {
	left:0;
	right:0;
	top:0;	
	bottom:0;
	opacity:1;
}


.topprod-border:after {
	opacity:0;
	content:" ";
	position:absolute;
	background: #33bbff;
	display:block;
	top:100%;
	right:100%;
	bottom:0;
	left:0;
	 transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
	border-radius:4px;
}

.topprod-border {

	display: flex;
	position:relative;
	margin-bottom: 20px;
	}
	
.topprod-border:before {
	opacity:0;
	content:" ";
	position:absolute;
	background: #33bbff;
	display:block;
	top:0;
	right:0;
	bottom:100%;
	left:100%;
	 transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
	border-radius:4px;
}


.topprod-border > div {
	position:relative;
	z-index:3;
	background-color:#ffffff;
	display:inline-block;
	margin: 2px;
	border-radius:2px;
    width:100%;
}

.topprod-border .panel.panel-default {
	
	margin-bottom:0;
	background-color:transparent!important;}
	
.mb-0 {
	margin-bottom:0px!important;
}



.input-search-inside {
	margin-right:10px;	
}

.template-product-list .h4 {
	font-size:16px;
}

#formgenerator textarea.form-control {
	padding: 5px;
	}
	
.btn-primary {
	border: 1px solid #0da9ef;
	background-color: #0da9ef;
	color: #fff;
	transition: all .4s;
}
.btn-primary:hover {
	background-color: #0c98d7;
	border: 1px solid #0c98d7;
}
.btn-clean {
	color: #333;
	background-color: #fff!important;
	border-color: #ccc;
}	


.js-tabcollapse-panel-body {
	padding-top:20px;
	padding-bottom:20px;
}

.filtr-checkbox-fix div {
	/* color:#606975; */	
}

.btn.btn-oneclick.btn-success, .btn-default.btn-message.btn-big, .btn-default.btn-filters, .btn-success.btn-order, .btn-default.btn-continue{
	 transition: background-color .4s;

}
.panel-body > .height-catal-icon {font-size:16px;}


.page {
    display: flex;
    min-height: 100vh;
}

/* Фиксируем позицию body, которую меняет панель гугла*/

.page_fix {
    top: 0 !important;
    position: static !important;
}

/* Прячем панель гугла */

.skiptranslate {
    display: none !important;
}

/* language */

.language {
    position: fixed;
    right: 10px;
    top: 20px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.language__img {
    margin: 2px;
    cursor: pointer;
    opacity: .5;
}

.language__img:hover,
.language__img_active {
    opacity: 1;
}

/* content */

.content {
    text-align: center;
    margin: auto;
}





/*
.main-color-text.img-background:before{
    position: absolute; 
    content: " ";
    left: 0;
    right: 0;
    bottom: 0;
	
	
	width:100%;
	display:inline-block;
	background-color:#fff;
	box-shadow: 0px 0px 21px 32px #fff;
	
}
*/
.mt-30 {margin-top:30px;}

.panel-info .media-body.count-bue {
	color:#2bb1f4;

}

.shop-description .img-responsive {
  display: block;
  max-width: 100%;
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.shop-description .icon-svg .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    object-fit: contain;
}

.middle-content-fix .list-group-item {
    display: inline-block;
    width: 100%;
}

.news-list .list-group-item {
    border: none;
}

#faset-filter-body .checkbox, #faset-filter-body .radio {

    margin-bottom: 10px;
}