
.block {
    padding: 30px 0;
    position: relative;
}

.btn-home:hover {
    text-decoration: none;
    background-color: #00b4c8;
    color: #00b4c8;
    border-color: #00b4c8;
}

a.btn-read:hover {
    text-decoration: none;
    background-color: #fff;
    color: #00b4c8;
    border-color: #fff;
}

.read-more:hover {
    color: #00b4c8;
    text-decoration: none;
}

.read-more.light:hover {
    color: #fff;
    text-decoration: none;
}

blockquote p,.block-form blockquote p {
    color: #303030;
    font-size: 16px;
}

.form-control {
    border-radius: 3px;
}

.text-error {
    font-size: 18px;
    color: red;
}

.color-active {
    color: #00b4c8;
}

.dis-n {
    display: none;
}

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#header.header-top-fixed {
    position: fixed;
}

#header.light .header-main .header-main-block1 {
    background-color: #fff;
}

#header.light .header-main .header-main-block1.with-menu .navbar-main .nav>li>a  {
    color: #303030;
}

#header.light .header-main .header-main-block1.with-menu .navbar-main .nav>li>a:hover,#header.light .header-main .header-main-block1.with-menu .navbar-main .nav .open>a:hover,#header.light .header-main .header-main-block1.with-menu .navbar-main .nav .open>a:focus,#header.light .header-main .header-main-block1.with-menu .navbar-main .nav>li>a:focus,#header.light .header-main .header-main-block1.with-menu .navbar-main .nav .open>a,#header.light .header-main .header-main-block1.with-menu .navbar-main .navbar-main .nav>li.open>a {
    color: #00b4c8;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header.light .header-main .header-main-block1.with-menu .navbar-main .nav>li>a:hover i,#header.light .header-main .header-main-block1.with-menu .navbar-main .nav .open>a:hover i,#header.light .header-main .header-main-block1.with-menu .navbar-main .nav .open>a:focus i,#header.light .header-main .header-main-block1.with-menu .navbar-main .nav>li>a:focus i,#header.light .header-main .header-main-block1.with-menu .navbar-main .nav .open>a i,#header.light .header-main .header-main-block1.with-menu .navbar-main .navbar-main .nav>li.open>a i {
    color: #00b4c8;
}

#header.light .header-main .header-main-block1.with-menu .navbar-main .top-icon-block>a {
    color: #303030;
}

#header.light .header-main .header-main-block1.with-menu .navbar-main .top-icon-block>a:hover {
    color: #00b4c8;
}

#header.light .header-main .top-search-form form input {
    background-color: rgba(247,247,247,.5);
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #999;
}

#header.light .header-main .top-search-form form input:focus {
    outline-style: none;
    box-shadow: none;
    border-color: #00b4c8;
}

#header.light .header-main .top-search-form form #cat {
    color: #999;
    background-color: transparent;
    border: 1px solid #ccc;
    border-top: 0;
    border-bottom: 0;
}

#header.light .header-main .top-search-form form button {
    color: #303030;
}

#header.light .header-main .top-search-form form button:hover {
    color: #00b4c8;
}

#header.light .header-main .navbar-main {
    background-color: #00b4c8;
}

#header.light .header-main .navbar-main .nav>li>a>span,#header.light .header-main .navbar-main .dropdown-menu>li>a>span,#header.light .header-main .navbar-main .yamm-content ul>li span,#header.light .header-main .navbar-main .yamm-content h4 span {
    color: #fff;
    background-color: #63116f;
}

#header.light .header-main .navbar-main .nav>li>a>span:after,#header.light .header-main .navbar-main .dropdown-menu>li>a>span:after,#header.light .header-main .navbar-main .yamm-content ul>li span:after,#header.light .header-main .navbar-main .yamm-content h4 span:after {
    border-top: 5px solid #63116f;
}

#header.light .header-fade-block .close-button:hover {
    color: #00b4c8;
}

#header {
    position: absolute;
    z-index: 50;
    display: block;
    top: 0;
    left: 0;
    right: 0;
}

#header .container {
    position: relative;
}

#header .header-top-row {
    width: 100%;
    background-color: rgba(48,48,48,.9);
    position: relative;
}

#header .login a:hover {
    color: #00b4c8;
}

#header #account-menu:hover .account-menu-item {
    top: 40px;
    display: block;
    opacity: 1;
}

#header #account-menu .account-menu-title:hover {
    background-color: #00b4c8;
    color: #fff;
    text-decoration: none;
}

#header #account-menu .account-menu-title:hover i {
    color: #f7f7f7;
}

#header #account-menu .account-menu-item a:hover {
    background-color: #00b4c8;
    color: #fff;
    text-decoration: none;
}

#header #account-menu .account-menu-item a:hover i {
    color: #f7f7f7;
}

#header #account-menu .account-menu-item a i:before {
    display: inline;
}

#header #currency:hover .currency-item {
    top: 40px;
    display: inline-block;
    opacity: 1;
}

#header #currency .currency-title:hover {
    background-color: #00b4c8;
    color: #fff;
    text-decoration: none;
}

#header #currency .currency-title:hover i {
    color: #f7f7f7;
}

#header #currency .currency-item a:hover {
    background-color: #00b4c8;
    color: #fff;
    text-decoration: none;
}

#header #currency .currency-item a:hover i {
    color: #f7f7f7;
}

#header #lang:hover .lang-item {
    top: 40px;
    display: block;
    opacity: 1;
}

#header #lang .lang-title:hover {
    background-color: #00b4c8;
    color: #fff;
    text-decoration: none;
}

#header #lang .lang-title:hover i {
    color: #f7f7f7;
}

#header #lang .lang-item a:hover {
    background-color: #00b4c8;
    color: #fff;
    text-decoration: none;
}

#header #lang .lang-item a:hover i {
    color: #f7f7f7;
}

#header .header-bg {
    height: 100px;
}

#header .header-bg-fixed {
    height: 0;
}

#header .header-main {
    height: 100px;
    -webkit-transition: height .5s ease;
    -moz-transition: height .5s ease;
    -o-transition: height .5s ease;
    -ms-transition: height .5s ease;
    transition: height .5s ease;
}

#header .header-main .header-main-block1 {
    background-color: rgba(48,48,48,.8);
}

#header .header-main .header-main-block1.with-menu .nav>li>a:hover,#header .header-main .header-main-block1.with-menu .nav .open>a:hover,#header .header-main .header-main-block1.with-menu .nav .open>a:focus,#header .header-main .header-main-block1.with-menu .nav>li>a:focus,#header .header-main .header-main-block1.with-menu .nav .open>a,#header .header-main .header-main-block1.with-menu .navbar-main .nav>li.open>a {
    background: 0;
    color: #00b4c8;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#header .header-main .header-main-block1.with-menu .nav>li>a:hover i,#header .header-main .header-main-block1.with-menu .nav .open>a:hover i,#header .header-main .header-main-block1.with-menu .nav .open>a:focus i,#header .header-main .header-main-block1.with-menu .nav>li>a:focus i,#header .header-main .header-main-block1.with-menu .nav .open>a i,#header .header-main .header-main-block1.with-menu .navbar-main .nav>li.open>a i {
    color: #00b4c8;
}

#header .header-main .top-search-form {
    width: 100%;
}

#header .header-main .top-search-form form {
    margin: 0px;
    position: relative;
}

#header .header-main .top-search-form form input {
    border: 0;
    height: 40px;
    padding: 0 10px;
    background: 0;
    background-color: rgba(48,48,48,.5);
    outline: 0;
    border-radius: 3px;
    border: 1px solid #777;
    color: #aaa;
}

#header .header-main .top-search-form form input:focus {
    outline-style: none;
    box-shadow: none;
    border-color: #00b4c8;
}

#header .header-main .top-search-form form #cat {
    background: 0;
    border: 0;
    color: #aaa;
    margin: 0;
    width: 110px;
    height: 38px;
    background-color: transparent;
    border: 1px solid #777;
    border-top: 0;
    border-bottom: 0;
    font-size: 13px;
    line-height: 34px;
    top: 0;
    padding: 2px 0;
    padding-left: 10px;
    position: absolute;
    right: 40px;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#header .header-main .top-search-form form button {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    height: 40px;
    width: 40px;
    background: 0;
    color: #f7f7f7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
}

#header .header-main .top-search-form form button:hover {
    color: #00b4c8;
}

#header #container-fixed {
    height: 76px;
    margin: 12px 0;
    -webkit-transition: margin .5s ease;
    -moz-transition: margin .5s ease;
    -o-transition: margin .5s ease;
    -ms-transition: margin .5s ease;
    transition: margin .5s ease;
}

#header .header-logo {
    height: 50px;
    margin: 0 auto;
}

#header .navbar-main {
    margin: 0;
    border-radius: 0;
    background-color: rgba(48,48,48,.95);
    border: 0;
}

#header .header-main-fixed {
    height: 64px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.1);
}

#header .header-main-fixed .header-main-block1 {
    background-color: rgba(48,48,48,.95);
}

#header .header-main-fixed #container-fixed {
    margin: 10px 0;
}

#header .header-main-fixed .navbar-main {
    background-color: #303030;
}

.top-header-m-bg {
    height: 190px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.header-fade-block .close-button:hover {
    color: #00b4c8;
}

.header-main-block2 .navbar-main .top-icon-block .header-mini-cart {
    height: 56px;
    margin-top: 10px;
    position: relative;
    border-radius: 0;
    border-top-right-radius: 3px;
}

.header-main-block2 .navbar-main .top-icon-block .header-mini-cart .mini-card-icon {
    line-height: 56px;
    background: 0;
    font-size: 16px;
    border-top-right-radius: 3px;
}

.header-main-block2 .navbar-main .top-icon-block .header-mini-cart .mini-card-icon:hover {
    color: #0FF;
}

.navbar-main {
    border: 0;
    margin: 0;
    line-height: 22px;
    min-height: 50px;
    border-radius: 0;
    position: relative;
}

.navbar-main .top-icon-block {
    float: right;
    height: 50px;
    margin-left: 20px;
}

.navbar-main .top-icon-block .header-mini-cart.dark {
    background: url("../img/shopping_cart_d.png") top center no-repeat;
}

.navbar-main .top-icon-block .header-mini-cart {
    position: relative;
    background: url("../img/shopping_cart.png") top center no-repeat;
    min-width: 50px;
    min-height: 50px;
    border-radius: 3px;
    text-align: center;
}

.navbar-main .top-icon-block>a {
    font-size: 14px;
    line-height: 63px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    color: #f7f7f7;
    display: inline-block;
}

.navbar-main .top-icon-block>a:hover {
    color: #00b4c8;
}

.navbar-main .top-icon-block .mini-card-icon {
    color: #FFF;
    font-size: 14px;
    padding: 0 17px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.navbar-main .top-icon-block .mini-card-icon:hover {
    color: #00b4c8;
}

.navbar-main .top-icon-block .mini-card-icon:hover .product-item {
    color: #00b4c8;
}

.navbar-main .top-icon-block .shopping-cart-content {
    width: 238px;
    padding: 8px;
    margin: 0;
    border-top: 2px solid #00b4c8!important;
    border-radius: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    font-size: 12px;
    z-index: 9999;
    background-color: #fff;
}

.navbar-main .top-icon-block .shopping-cart-content .item {
    width: 220px;
    height: 70px;
    border: 1px solid rgba(48,48,48,.1);
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}

.navbar-main .top-icon-block .shopping-cart-content .item img {
    height: 70px;
}

.navbar-main .top-icon-block .shopping-cart-content .item p {
    padding: 5px 5px 0;
    margin: 0;
    color: rgba(48,48,48,.7);
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}

.navbar-main .top-icon-block .shopping-cart-content .item p strong {
    font-size: 13px;
}

.navbar-main .top-icon-block .shopping-cart-content .item div {
    margin-left: 60px;
    position: absolute;
    margin-right: 30px;
}

.navbar-main .top-icon-block .shopping-cart-content .item .trash {
    display: inline-block;
    padding: 0;
    float: right;
}

.navbar-main .top-icon-block .shopping-cart-content .item .trash i {
    text-decoration: none;
    color: #ddd;
    min-width: 30px;
    height: 70px;
    text-align: center;
    vertical-align: middle;
    line-height: 70px;
    font-size: 16px;
}

.navbar-main .top-icon-block .shopping-cart-content .item .trash i:hover {
    color: #00b4c8;
}

.navbar-main .top-icon-block .shopping-cart-content .item:hover {
    background-color: #f7f7f7;
}

.navbar-main .top-icon-block .shopping-cart-content .total {
    width: 100%;
    color: #63116f;
}

.navbar-main .top-icon-block .shopping-cart-content .total table {
    border-collapse: collapse;
    display: inline-block;
    margin-bottom: 5px;
    float: right;
    width: 100%;
}

.navbar-main .top-icon-block .shopping-cart-content .total table td {
    padding: 2px 2px 2px 10px;
    text-align: right;
}

.navbar-main .top-icon-block .shopping-cart-content .total a {
    padding: 7px 15px;
    border-radius: 3px;
    margin: 0 0 0 10px;
}

.navbar-main .nav>.dropdown>a {
    padding: 14px 20px 14px 15px;
}

.navbar-main .nav>li>a {
    color: #fff;
    padding: 14px 10px;
    border-top: 2px solid transparent;
    text-transform: uppercase;
    font-size: 15px;
}

.navbar-main .nav>li>a i {
    font-size: 10px;
    position: absolute;
    right: 12px;
    bottom: 15px;
}

.navbar-main .nav>li>a>span,.navbar-main .dropdown-menu>li>a>span,.navbar-main .yamm-content ul>li span,.navbar-main .yamm-content h4 span {
    position: relative;
    top: -15px;
    left: 5px;
    border-radius: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    line-height: 8px;
    background-color: #00b4c8;
    padding: 5px 8px;
}

.navbar-main .nav>li>a>span:after,.navbar-main .dropdown-menu>li>a>span:after,.navbar-main .yamm-content ul>li span:after,.navbar-main .yamm-content h4 span:after {
    content: '';
    position: absolute;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-top: 5px solid #00b4c8;
    border-left: 5px solid transparent;
    left: 5px;
    bottom: -5px;
    z-index: 1;
}

.navbar-main .dropdown-menu {
    border: 1px solid #fff;
    padding: 0;
    border-radius: 3px;
    border-top: 2px solid #00b4c8;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(79,83,103,.175);
    box-shadow: 0 6px 12px rgba(79,83,103,.175);
}

.bg-white { 
 background:#FFF; 
}

.navbar-main .dropdown-menu li>a {
    padding: 0 15px;
    white-space: nowrap;
    min-height: 32px;
    line-height: 40px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-main .dropdown-submenu:hover:after {
    color: #00b4c8;
}

.navbar-main .dropdown-submenu:after {
    content: "\f105";
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 14px;
    padding-left: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
}

.navbar-main .dropdown-submenu>.dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
}

.navbar-main .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.navbar-main .dropdown-menu>li>a:hover,.navbar-main .dropdown-menu>li>a:focus {
    color: #00b4c8;
    padding: 0 12px 0 18px;
    background-color: rgba(247,247,247,.5);
}

.navbar-main a.navbar-brand {
    padding: 8px 10px 0 0;
    height: 30px;
}

.navbar-main a.navbar-brand i {
    display: inline-block;
 color: #FFF;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-main .navbar-toggle {
    background-color: #303030;
    border-radius: 3px;
}

.navbar-main .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-main .navbar-collapse {
    max-height: none;
}

.nav>li>a:hover,.nav .open>a:hover,.nav .open>a:focus,.nav>li>a:focus,.nav .open>a,.navbar-main .nav>li.open>a {
    background-color: #fff;
    color: #00b4c8;
    border-color: #00b4c8;
}

.nav>li>a:hover i,.nav .open>a:hover i,.nav .open>a:focus i,.nav>li>a:focus i,.nav .open>a i,.navbar-main .nav>li.open>a i {
    color: #fff;
}

.yamm-content ul>li {
    min-height: 40px;
    line-height: 40px;
}

.yamm-content ul>li i {
    width: 17px;
}

.color-scheme-2 .block-product-tab .nav-pills>li>a {
    background-color: #f7f7f7;
}

.color-scheme-2 .block-product-tab .nav-pills>li.active>a:hover {
    background-color: #f7f7f7;
}

.color-scheme-2 .block-product-tab .nav-pills>li>a:hover {
    background-color: #f7f7f7;
}

.color-scheme-2 .block-product-tab .nav-pills>li.active>a,.color-scheme-2 .block-product-tab .nav-pills>li.active>a:focus {
    background-color: #f7f7f7;
}

.block-product-tab .nav-pills>li>a {
    background-color: #fff;
    border-radius: 3px;
    font-size: 24px;
    text-transform: uppercase;
    padding: 0 12px 0 0;
    box-shadow: none;
}

.block-product-tab .nav-pills>li.active>a:hover {
    background-color: #fff;
    color: #00b4c8;
}

.block-product-tab .nav-pills>li>a:hover {
    background-color: #fff;
    color: #00b4c8;
}

.block-product-tab .nav-pills>li.active>a,.block-product-tab .nav-pills>li.active>a:focus {
    background-color: #fff;
    color: #00b4c8;
}

.block-product-tab .nav-pills>li {
    border-right: 1px solid rgba(48,48,48,.1);
    margin-right: 10px;
}

.block-product-tab .nav-pills>li:last-child {
    border-right: 0;
    margin-right: 0;
}

.owl-carousel .item {
    padding: 0 16px 0 15px;
}

.product {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 auto 30px;
    position: relative;
    background-color: #fff;
    border: 1px solid rgba(48,48,48,.1);
    border-radius: 3px;
    padding: 4px;
}

.product:hover {
    border-color: rgba(0,180,200,.7);
}

.product:hover .product-icons .product-icon a {
    opacity: 1;
}

.product img {
    border-radius: 3px;
}

.product .product-caption {
    text-align: left;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 10px;
    background-color: #fff;
}

.product .product-caption .product-name {
    font-size: 15px;
    padding: 5px 0 5px;
    display: block;
    text-decoration: none;
    color: rgba(48,48,48,.8);
 height:52px;
 overflow:hidden;
}

.product .product-caption .product-name:hover {
    color: #00b4c8;
}

.product .product-caption .block-name {
    
}

.product .product-caption .product-price {
    color: #63116f;
    font-size: 15px;
    margin: 5px 0 10px;
    line-height: 25px;
}

.product .product-caption .product-price span {
    color: rgba(48,48,48,.7);
    font-size: 13px;
    text-decoration: line-through;
    line-height: 25px;
}

.product .product-icons {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 15px 0 1px;
 position:absolute;
 bottom:20px;
 right:10px;
}

.product .product-icons .product-icon a, .zakazat a {
    height: 40px;
    min-width: 40px;
    border: 1px solid rgba(0,180,200,.7);
    color: #00b4c8;
    border-radius: 3px;
    display: inline-block;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    text-decoration: none;
}

.product .product-icons .product-icon a:hover, .zakazat a:hover, .zakazat-min a:hover {
    background-color: #00b4c8;
    color: #fff;
    border-color: #00b4c8;
}

.product .product-rating {
    width: 100%;
    padding: 5px 0 3px;
    position: relative;
}

.product .product-rating .stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 12px;
    text-align: left;
}

.product .product-rating .stars span.star {
    font-weight: 400;
    font-style: normal;
    display: inline-block;
}

.product .product-rating .stars span.star.active:before {
    content: "\f005";
}

.product .product-rating .stars span.star:hover {
    cursor: pointer;
}

.product .product-rating .stars span.star:before {
    content: "\f006";
    padding: 0 2px;
    color: rgba(0,180,200,.9);
}

.product .product-rating .stars span.star:hover:before,.product .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: #00b4c8;
}

.product .product-rating .review:hover {
    color: #00b4c8;
}

.product .description {
    font-size: 14px;
    color: rgba(48,48,48,.7);
}

.product .product-new {
    position: absolute;
    font-size: 15px;
    z-index: 5;
    height: 30px;
    text-align: center;
    line-height: 26px;
    right: -7px;
    top: 10px;
    color: #fff;
    border-top-right-radius: 3px;
    background-color: #0ac00a;
    width: 70px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product .product-new:after {
    content: '';
    position: absolute;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-top: 8px solid #00b4c8;
    border-left: 0t;
    right: 0;
    bottom: -8px;
    z-index: 1;
}

.product .product-promo-top {
    position: absolute;
    font-size: 15px;
    z-index: 5;
    height: 30px;
    text-align: center;
    line-height: 26px;
    right: -7px;
    top: 14px;
    color: #fff;
    border-top-right-radius: 3px;
    background-color: #F00;
    width: 158px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product .product-promo-top:after {
    content: '';
    position: absolute;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-top: 8px solid #F00;
    border-left: 0t;
    right: 0;
    bottom: -8px;
    z-index: 1;
}

.product .product-promo:after {
    content: '';
    position: absolute;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-top: 8px solid #00b4c8;
    border-left: 0t;
    right: 0;
    bottom: -8px;
    z-index: 1;
}

.product .product-promo {
    position: absolute;
    font-size: 15px;
    z-index: 5;
    height: 30px;
    text-align: center;
    line-height: 26px;
    right: -7px;
    top: 50px;
    color: #fff;
    border-top-right-radius: 3px;
    background-color: #00b4c8;
    width: 158px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product .product-promo:after {
    content: '';
    position: absolute;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-top: 8px solid #00b4c8;
    border-left: 0t;
    right: 0;
    bottom: -8px;
    z-index: 1;
}

.product .product-sale, .block-product-detail .product-sale {
    position: absolute;
    font-size: 15px;
    z-index: 6;
    height: 70px;
    width: 70px;
    -webkit-border-radius: 50px!important;
    -moz-border-radius: 50px!important;
    border-radius: 50px!important;
    text-align: center;
    padding: 28px 20px 20px 20px;
    left: 5px;
    bottom: 5px;
    line-height: 15px;
    color: #fff;
    background-color: rgba(233,55,55,.9);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.product .product-sale-time .time, .product .product-sale-time-new .time {
    margin: 15px 0 0 0;
    font-size: 15px;
    color: #fff;
    text-align: center;
    z-index: 7;
}

.product .product-sale-time .time div, .product .product-sale-time-new .time div {
    display: inline-block;
    float: left;
    background-color: #00b4c8;
    width: 40px;
    border-radius: 3px;
    padding: 3px 10px 3px;
    margin-right: 2px;
    text-align: center;
}

.product .product-sale-time .time .cd-time, .product .product-sale-time-new .time .cd-time {
    display: block;
    margin-top: 0;
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 2px;
}

.figure-hover-overlay {
    position: relative;
}

.figure-hover-overlay .figure-href {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.figure-hover-overlay .img-overlay {
    position: absolute;
    opacity: 1;
    z-index: 2;
}

.figure-hover-overlay img {
    position: relative;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img-overlay {
    position: absolute;
    opacity: .5;
    z-index: 2;
}

.product:hover .figure-hover-overlay img {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.product .figure-hover-overlay:hover .img-overlay {
    opacity: 0;
}

.breadcrumb {
    margin: 0;
    padding: 5px 0 15px 0;
    background: 0;
    display: inline-block;
}

.breadcrumb>li {
    text-shadow: none;
    margin-left: 5px;
}

.breadcrumb>li:first-child {
    margin-left: 0;
}

.breadcrumb>li a {
    color: rgba(48,48,48,.5);
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
}

.breadcrumb>li a:hover {
    color: #9c27b0;
}

.breadcrumb>li:after {
    margin-left: 10px;
    content: ">";
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    font-size: 12px;
    color: rgba(48,48,48,.5);
}

.breadcrumb>li+li:before {
    content: "";
    padding: 0;
}

.breadcrumb>li:last-child:after {
    content: "";
}

.breadcrumb>.active {
    color: #9c27b0;
    font-size: 13px;
    font-weight: 600;
}

*/

span.dropcap {
    font-size: 40px;
    float: left;
    margin: 8px 10px 5px 0;
    line-height: 1;
    padding: 10px 14px;
    background: #00b4c8;
    color: rgba(255,255,255,.7);
    border-radius: 3px;
}

blockquote {
    font-size: 14px;
    border-color: #f7f7f7;
    line-height: 26px;
    font-style: italic;
}

.flickr li:hover {
    background-color: #00b4c8;
}

.tool_tip:hover {
    color: #00b4c8;
}

.header-for-light {
    margin-bottom: 30px;
    position: relative;
}

.header-for-light h3, .header-for-light .header {
    text-align: left;
    margin-top: 0;
    text-transform: uppercase;
}

.header-for-light .header {
 font-weight:400;
 color:#444;
 font-size:24px;
 margin-bottom:10px;
 line-height:1.1; 
}

.header-for-light h3 span {
    color: #00b4c8;
}

.header-for-light p {
    color: rgba(48,48,48,.65);
    margin: 10px 0;
}

.header-for-light .header-bottom-line {
    display: block;
    height: 1px;
    background-image: -moz-linear-gradient(left,rgba(48,48,48,.1) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(48,48,48,.1) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: -o-linear-gradient(left,rgba(48,48,48,.1) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(48,48,48,.1) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: linear-gradient(left,rgba(48,48,48,.1) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
}

.toolbar-for-light {
    width: 80px;
    position: absolute;
    right: 0;
    top: 0;
}

.toolbar-for-light .prev {
    float: left;
}

.toolbar-for-light a {
    display: inline-block;
    height: 26px;
    width: 36px;
    line-height: 16px;
    padding: 0 7px;
    border: 1px rgba(0,180,200,.5) solid;
    color: rgba(0,180,200,.5);
    border-radius: 3px;
    font-size: 22px;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
}

.toolbar-for-light a:hover {
    border-color: #00b4c8;
    background-color: #00b4c8;
    color: #fff;
}

.toolbar-for-light a i {
    line-height: 24px;
    padding: 0 3px;
    font-size: 22px;
}

.toolbar-for-light .next {
    float: right;
}

.header-for-light.center h3, .header-for-light.center .header {
    text-align: center;
}

.header-for-light.center p {
    text-align: center;
}

.header-for-light.center .header-bottom-line {
    display: block;
    height: 1px;
    background-image: -moz-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: -o-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
}

.header-for-light.center .toolbar-for-light {
    width: 100%;
}

.toolbar-for-black a:hover {
    border-color: #00b4c8;
    background-color: #00b4c8;
    color: #fff;
}


.banner a:after, .home-banner-img a:after {
    content: "\f064";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    height: 100%;
    z-index: 2;
    text-align: right;
    font: normal normal normal 20px/1 FontAwesome;
    color: #fff;
    border-radius: 3px;
    background-color: rgba(0,180,200,.3);
    opacity: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}

.banner a:hover:after, .home-banner-img a:hover:after {
    opacity: 1;
}

.tags {
    font-size: 0;
}

.tags li {
    display: inline-block;
    margin: 3px;
}

.tags li a {
    display: block;
    padding: 0 20px;
    line-height: 38px;
    background: rgba(247,247,247,.5);
    font-size: 14px;
    border: 1px solid rgba(48,48,48,.1);
    border-radius: 3px;
    text-decoration: none;
    color: rgba(48,48,48,.7);
}

.tags li a:hover, .tags li.active a {
    text-decoration: none;
    background-color: #00b4c8;
    color: #fff;
    border-color: #00b4c8;
}

.tags .big a {
    font-size: 16px;
}

.tags.bg_dark li a {
    border: 1px solid rgba(247,247,247,.3);
    color: rgba(255,255,255,.5);
    background: rgba(48,48,48,.5);
}

.tags.bg_dark li a:hover {
    background-color: #00b4c8;
    color: #fff;
    border-color: #00b4c8;
}


.home-block {
    padding-top: 30px;
}



.block-side-category {
    border: 1px solid rgba(48,48,48,.1);
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #fff;
}

.block-side-category .title-side-category {
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    background-color: #f7f7f7;
    font-weight:400;
    color:#444;
    font-size:24px;
    line-height:1.1;
}

.block-side-category .ul-side-category {
    width: 100%;
    list-style-position: inside;
}

.block-side-category .ul-side-category>li:nth-child(even) {
    background: rgba(247,247,247,.5);
}


.block-side-category .ul-side-category i {
    background: rgba(247,247,247,.5);
}

.block-side-category .ul-side-category li {
    font-size: 15px;
    font-weight: 600;
    line-height: 24px;
    list-style-type: none;
}

.block-side-category .ul-side-category li a, .block-side-category .ul-side-category li label {
    text-decoration: none;
    color: rgba(48,48,48,.7);
    position: relative;
    display: block;
    padding: 8px 10px 4px 64px;
}

.block-side-category .ul-side-category li a i, .block-side-category .ul-side-category li label i {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    font-size: 18px;
    line-height: 40px;
    border-radius: 3px;
    text-align: center;
    color: #00b4c8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.block-side-category .ul-side-category li a:hover, .block-side-category .ul-side-category li label:hover {
    text-decoration: none;
    color: #00b4c8;
}

.block-side-category .ul-side-category li a:hover i, .block-side-category .ul-side-category li label:hover i {
    background: #00b4c8;
    color: #fff;
}

.block-side-category .ul-side-category li i {
    font-size: 16px;
    line-height: 18px;
}

.block-side-category .ul-side-category li:last-child {
    border: 0;
}

.block-side-category .ul-side-category .sub-category {
    display: none;
    padding-left: 10px;
}

.hexagon:before, .hexagon-land:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 50px solid rgba(48,48,48,.3);
    transition: all .3s ease;
}

.hexagon:after, .hexagon-land:after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 50px solid rgba(48,48,48,.3);
    transition: all .3s ease;
}

.hexagon:hover, .hexagon-land:hover {
    background: #00b4c8;
}

.hexagon:hover:before, .hexagon-land:hover:before {
    border-bottom: 50px solid #00b4c8;
}

.hexagon:hover:after, .hexagon-land:hover:after {
    border-top: 50px solid #00b4c8;
}

.hexagon-i i, .big-i {
    color:#00b4c8;
    font-size: 30px;
    margin-bottom: 10px;
}

.hexagon h4, .hexagon-land h4, .hexagon-land .header {
    margin: 5px 0 10px 0;
    color: #00b4c8;
}

.hexagon-land .header {
    font-weight:400;
    font-size:18px;
    line-height:1.1;
}
.hexagon-land:hover .header {
    color:#FFF;
}

.hexagon a, .hexagon-i a {
    color: rgba(247,247,247,.7);
    text-decoration: none;
    line-height: 20px;
}

.hexagon a:hover {
    color: #fff;
}

.hexagon:hover i {
    color: #63116f;
}

.hexagon:hover h4, .hexagon-land:hover h4 {
    color: #fff;
}

.service-section {
    text-align: center;
    position: relative;
    background: #fff;
    border: 1px solid rgba(48,48,48,.1);
    border-radius: 3px;
    padding: 30px 12px 15px 12px;
    margin: 0 0 30px;
}

.service-section h4, .service-section .header {
    color: #303030;
    padding-top: 40px;
    text-transform: uppercase;
}

.service-section .header {
    font-weight:400;
    font-size:18px;
    margin-top:10px;
    margin-bottom:10px;
    line-height:1.1;
}

.service-section p {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 10px;
    
}

.service-section .service-icon-container {
    height: 60px;
    width: 60px;
    position: absolute;
    line-height: 60px;
    left: 50%;
    margin: -30px 0 0 -30px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #eee;
    border-radius: 3px;
}

.service-section .service-icon-container i {
    color: #00b4c8;
    font-size: 28px;
    line-height: 60px;
}

.service-section:hover {
    border-color: rgba(0,180,200,.7);
}

.service-section:hover .service-icon-container {
    background-color: #00b4c8;
}

.service-section:hover .service-icon-container i {
    color: #fff;
}

#owl-partners:hover .partner, #owl-top-call:hover .partner {
    background-color: rgba(255,255,255,.07);
}

#owl-partners:hover .partner:hover, #owl-top-call:hover .partner:hover {
    background-color: rgba(255,255,255,.15);
}
*/

.block-form {
    margin-bottom: 30px;
}

.block-form h3 {
    margin: 10px 0;
}

.block-form h3 i {
    color: #00b4c8;
    font-size: 20px;
    margin-right: 10px;
}

.block-form p {
    color: rgba(48,48,48,.95);
}

.block-form textarea.form-control {
    height: 100px;
    border: 1px solid rgba(48,48,48,.1);
    border-radius: 3px;
}

.block-form hr {
    border-color: rgba(48,48,48,.1);
}

.block-form label {
    margin: 10px 0 0;
    color: rgba(48,48,48,.7);
    font-weight: 400;
}

.block-form .form-control {
    margin: 10px 0;
    border-color: rgba(48,48,48,.1);
    height: 40px;
    border-radius: 3px;
}

.block-form .form-control:focus {
    outline-style: none;
    border-color: #00b4c8;
    box-shadow: none;
}

.block-form ::-webkit-input-placeholder {
    color: #bbb;
}

.block-form ::-moz-placeholder {
    color: #bbb;
}

.block-form :-ms-input-placeholder {
    color: #bbb;
}

.box-border {
    padding: 20px 30px;
    background-color: rgba(247,247,247,.3);
    border: 1px solid rgba(48,48,48,.1);
    margin-bottom: 30px;
    border-radius: 3px;
}

.box-border h3 {
    margin: 10px 0;
}

.box-border h3 i {
    color: #00b4c8;
}

.btn-default.dark:hover {
    text-decoration: none;
    background-color: #00b4c8;
    color: #fff;
    border-color: #00b4c8;
}

.btn-default.dark:focus {
    text-decoration: none;
}

.btn-default {
    border: 1px solid rgba(48,48,48,.3);
    color: rgba(48,48,48,.7);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
}

.btn-default:hover {
    text-decoration: none;
    background-color: #9c27b0;
    color: #fff;
    border-color: #9c27b0;
}

.btn-default:focus {
    text-decoration: none;
}

.btn-default.active:hover {
    background-color: #00b4c8;
    color: #fff;
    border-color: #00b4c8;
}

.block-order-total ul {
    color: #555;
}

.block-order-total ul li {
    line-height: 40px;
}

.block-order-total ul li strong {
    float: right;
}

.cart-table.compare tr td:nth-child(even) {
    background-color: #f9f9f9;
}

.cart-table {
    min-width: 300px;
    margin-bottom: 40px;
    background-color: rgba(247,247,247,.3);
    text-align: center;
    overflow: hidden;
}

.cart-table .product-rating .stars span.star.active:before {
    content: "\f005";
}

.cart-table .product-rating .stars span.star:hover {
    cursor: pointer;
}

.cart-table .product-rating .stars span.star:before {
    content: "\f006";
    padding: 0 2px;
    color: rgba(0,180,200,.9);
}

.cart-table .product-rating .stars span.star:hover:before,.cart-table .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: #00b4c8;
}

.cart-table .product-rating .review:hover {
    color: #00b4c8;
}

.cart-table a {
    text-decoration: none;
    color: #303030;
}

.cart-table a:hover {
    color: #00b4c8;

}

.cart-table th {
    display: none;
}

.cart-table thead>tr>th {
    border-bottom: 1px solid rgba(48,48,48,.1);
}

.cart-table td {
    display: block;
}

.cart-table td:first-child {
    padding-top: .5em;
}

.cart-table td:last-child {
    padding-bottom: .5em;
}

.cart-table td:before {
    content: attr(data-th) ":";
    font-weight: 700;
    width: 120px;
    display: inline-block;
}

@media (min-width: 680px) {
    .cart-table td:before {
        display: none;
    }
}

.cart-table th,.cart-table td {
    text-align: center;
    vertical-align: middle!important;
}

.cart-table th img,.cart-table td img {
    border-radius: 3px;
}

@media (min-width: 680px) {
    .cart-table th,.cart-table td {
        display: table-cell;
        padding: .25em .5em;
    }

    .cart-table th:first-child,.cart-table td:first-child {
        padding-left: 0;
    }

    .cart-table th:last-child,.cart-table td:last-child {
        padding-right: 0;
    }
}

@media (min-width: 680px) {
    .cart-table th,.cart-table td {
        padding: 1em!important;
    }
}

@media (max-width: 680px) {
    .cart-table th,.cart-table td {
        text-align: left;
    }
}

.cart-table th,.cart-table td:before {
    color: #303030;
}

.cart-table .card_product_image {
    width: 140px;
    border-radius: 3px;
}

.cart-table .card_product_image img {
    width: 120px;
}

.cart-table .card_product_quantity input {
    width: 50px;
    border-radius: 3px;
    border: 1px solid rgba(48,48,48,.3);
    padding: 8px 0 8px 15px;
}

.cart-table .btn-default-1, .btn-default-1 {
    color: #303030;
}

.cart-table .btn-default-1:hover, .btn-default-1:hover {
    background-color: #00b4c8;
    color: #fff;
}


.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    background-color: #9c27b0;
}

.nav-pills {
    margin-top: 15px;
}

.nav-pills>li>a {
    background-color: #f7f7f7;
    border-radius: 3px;
    font-size: 16px;
}

.nav-pills>li>a i {
    font-size: 18px;
    display: block;
    height: 24px;
}

.nav-pills>li>a:hover {
    background-color: #9c27b0;
    color: #fff;
    box-shadow: none;
}

.nav-pills>li>a:hover i {
    color: #fff;
}



.post-blog {
    margin-bottom: 30px;
}

.post-blog .post-blog-img {
    position: relative;
    padding: 4px;
    border: 1px solid rgba(48,48,48,.1);
    border-radius: 3px;
}

.post-blog .post-blog-img:hover {
    border-color: rgba(0,180,200,.7);
}

.post-blog .post-blog-img img {
    border-radius: 3px;
}

.post-blog .post-blog-img .post-date {
    position: absolute;
    border-radius: 3px;
    width: 50px;
    bottom: 15px;
    left: 15px;
    overflow: hidden;
    background-color: #f7f7f7;
}

.post-blog .post-blog-img .post-date span {
    display: block;
    text-align: center;
}

.post-blog .post-blog-img .post-date .day {
    display: block;
    font-size: 0.9em;
    font-weight: 700;
    padding: 8px;
}

.post-blog .post-title {
    line-height: 24px;
    color: rgba(48,48,48,.9);
    font-size: 15px;
    margin: 2px 0;
    display: block;
    text-decoration: none;
}

.post-blog .post-title:hover {
    color: #00b4c8;
}

.post-blog .post-icons .smlinks:hover {
    background-color: #00b4c8;
    color: #fff;
    border-color: #00b4c8;
}

.btn-right-post:hover {
    text-decoration: none;
    background-color: #00b4c8;
    color: #fff;
    border-color: #00b4c8;
}

.block-products-modes {
    padding: 10px 15px;
    margin-bottom: 30px;
    border: 1px solid rgba(48,48,48,.1);
    border-radius: 3px;
}

.block-products-modes label {
    line-height: 34px;
    font-weight: 400;
    margin: 0;
}

.block-products-modes .form-control {
    border-radius: 3px;
    border: 1px solid rgba(48,48,48,.1);
}

.block-products-modes .product-view-mode a, .block-products-modes .product-view-mode span {
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    font-size: 28px;
    color: rgba(48,48,48,.3);
    vertical-align: middle;
    line-height: 34px;
 cursor:pointer;
}

.block-products-modes .product-view-mode a:hover {
    color: #00b4c8;
}

.block-products-modes .product-view-mode .active {
    color: #00b4c8;
}

.block-products-modes select {
    border-color: #ddd;
}

.product-image {
    overflow: hidden;
    position: relative;
}

#product-zoom {
    border: 1px solid rgba(48,48,48,.1);
    border-radius: 3px;
    width: 100%;
}

#gal1 {
    float: left;
    position: absolute;
    top: 0;
    z-index: 10;
}

#gal1 img:hover {
    border-color: #00b4c8;
}

.block-product-detail {
    margin-bottom: 30px;
}

#review .product-rating {
    padding: 5px 0 3px;
    position: relative;
    display: inline-block;
}

#review .product-rating .stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 12px;
    text-align: center;
}

#review .product-rating .stars span.star {
    font-weight: 400;
    font-style: normal;
    display: inline-block;
}

#review .product-rating .stars span.star.active:before {
    content: "\f005";
}

#review .product-rating .stars span.star:hover {
    cursor: pointer;
}

#review .product-rating .stars span.star:before {
    content: "\f006";
    padding: 0 2px;
    color: rgba(0,180,200,.9);
}

#review .product-rating .stars span.star:hover:before,#review .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: #00b4c8;
}

#review .product-rating .review:hover {
    color: #00b4c8;
}

.product-detail-section .clearfix {
    padding: 5px 0 5px;
}

.product-detail-section label {
    width: 120px;
    color: rgba(48,48,48,.5);
}

.product-detail-section .product-information .form-control {
    width: 120px;
    border: 1px solid rgba(48,48,48,.1);
    border-radius: 3px;
}

.product-detail-section .product-information .shopping-cart-buttons a, .product-detail-section .product-information .shopping-cart-buttons span {
    display: inline-block;
    margin-top: 5px;
    font-size: 16px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    color: #00b4c8;
    border: 1px solid rgba(0,180,200,.5);
    border-radius: 3px;
}

.product-detail-section .product-information .shopping-cart-buttons a:hover, .product-detail-section .product-information .shopping-cart-buttons span:hover {
    background-color: #00b4c8;
    color: #fff;
}

.product-detail-section .product-information .shopping-cart-buttons a.shoping, .product-detail-section .product-information .shopping-cart-buttons span.shoping {
    width: 120px;
    background-color: #00b4c8;
    color: #fff;
}
.product-detail-section .product-information .shopping-cart-buttons a.shoping:hover, .product-detail-section .product-information .shopping-cart-buttons span.shoping:hover {
    background-color: #09A;
}

.product-detail-section .product-information .block-detail:hover {
    border-color: rgba(0,180,200,.7);
    background-color: #00b4c8;
}

.product-detail-section .product-information .block-detail:hover p {
    color: #fff;
}

.product-detail-section .product-price {
    color: #63116f;
    font-size: 15px;
    margin: 0;
}

.product-detail-section a:hover {
    
}

.product-detail-section h3 {
    margin: 0 0 10px;
    color: #303030;
}

.product-detail-section .product-rating {
    width: 100%;
    padding: 5px 0 3px;
    position: relative;
}

.product-detail-section .product-rating .stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 12px;
    text-align: left;
}

.product-detail-section .product-rating .stars span.star {
    font-weight: 400;
    font-style: normal;
    display: inline-block;
}

.product-detail-section .product-rating .stars span.star.active:before {
    content: "\f005";
}

.product-detail-section .product-rating .stars span.star:hover {
    cursor: pointer;
}

.product-detail-section .product-rating .stars span.star:before {
    content: "\f006";
    padding: 0 2px;
    color: rgba(0,180,200,.9);
}

.product-detail-section .product-rating .stars span.star:hover:before,.product-detail-section .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: #00b4c8;
}

.product-detail-section .product-rating .review {
    color: rgba(48,48,48,.7);
    font-size: 11px;
    position: absolute;
    left: 85px;
    top: 7px;
    text-decoration: none;
}

.product-detail-section .product-rating .review:hover {
    color: #00b4c8;
}

.carousel-control:hover,.carousel-control:focus {
    color: rgba(0,180,200,.9);
}

.payment-service:hover {
    border-color: #00b4c8;
    background-color: #00b4c8;
}

.payment-service:hover i {
    color: #00b4c8;
    background-color: #fff;
    border-color: #fff;
}

.payment-service:hover h3 {
    color: #fff;
}

.payment-service:hover p {
    color: #f7f7f7;
}

.inner-block {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.block-collections:hover .collection {
    background-color: rgba(0,180,200,.9);
}

.bg-first {
    background-image: url("../img/bg/bg12.jpg");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.fact-block .fact:hover {
    cursor: pointer;
    background-color: rgba(247,247,247,.1);
}

.side-article.light .article-header:after {
    background-image: -moz-linear-gradient(left,rgba(247,247,247,.3) 0,rgba(247,247,247,.3) 50%,rgba(247,247,247,.3) 50%,rgba(247,247,247,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(247,247,247,.3) 0,rgba(247,247,247,.3) 50%,rgba(247,247,247,.3) 50%,rgba(247,247,247,0) 100%);
    background-image: -o-linear-gradient(left,rgba(247,247,247,.3) 0,rgba(247,247,247,.3) 50%,rgba(247,247,247,.3) 50%,rgba(247,247,247,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(247,247,247,.3) 0,rgba(247,247,247,.3) 50%,rgba(247,247,247,.3) 50%,rgba(247,247,247,0) 100%);
    background-image: linear-gradient(left,rgba(247,247,247,.3) 0,rgba(247,247,247,.3) 50%,rgba(247,247,247,.3) 50%,rgba(247,247,247,0) 100%);
}

.side-article .article-header:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    width: 100%;
    background-image: -moz-linear-gradient(left,rgba(48,48,48,.2) 0,rgba(48,48,48,.2) 50%,rgba(48,48,48,.2) 50%,rgba(48,48,48,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(48,48,48,.2) 0,rgba(48,48,48,.2) 50%,rgba(48,48,48,.2) 50%,rgba(48,48,48,0) 100%);
    background-image: -o-linear-gradient(left,rgba(48,48,48,.2) 0,rgba(48,48,48,.2) 50%,rgba(48,48,48,.2) 50%,rgba(48,48,48,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(48,48,48,.2) 0,rgba(48,48,48,.2) 50%,rgba(48,48,48,.2) 50%,rgba(48,48,48,0) 100%);
    background-image: linear-gradient(left,rgba(48,48,48,.2) 0,rgba(48,48,48,.2) 50%,rgba(48,48,48,.2) 50%,rgba(48,48,48,0) 100%);
}

.side-article ul li a:hover {
    color: #303030;
}

.panel-group .panel-title a.collapsed:before {
    content: "\f105";
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    color: #63116f;
    background: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.panel-group .panel-title a:before {
    content: "\f106";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    text-decoration: inherit;
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    font-size: 15px;
    line-height: 48px;
    text-align: center;
    color: #63116f;
    background: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}

.panel-group .panel-title a:hover {
    text-decoration: none;
    background: #00b4c8;
    border-color: #00b4c8;
    color: #fff;
}

.panel-group .panel-title a:hover:before {
    color: #fff;
}

.panel-group .panel-title a:hover:after {
    color: #fff;
}

.panel-group .panel-title:hover {
    border-color: #00b4c8;
}

.newsletter .block-form form input:focus {
    outline-style: none;
    border-color: #00b4c8;
    box-shadow: none;
}

.newsletter .block-form form ::-webkit-input-placeholder {
    color: #aaa;
}

.newsletter .block-form form ::-moz-placeholder {
    color: #aaa;
}

.newsletter .block-form form :-ms-input-placeholder {
    color: #aaa;
}

.newsletter .block-form form button:focus {
    outline-style: none;
    box-shadow: none;
}

.newsletter .block-form form button:hover {
    color: #00b4c8;
}

.product-small-list {
    display: block;
    clear: both;
    margin-bottom: 25px;
    position: relative;
}

.product-small-list .product-small-list-text-img {
    width: 80px;
    border: 1px solid rgba(48,48,48,.1);
    border-radius: 3px;
    display: inline-block;
    padding: 3px;
}

.product-small-list .product-small-list-text-img img {
    border-radius: 3px;
}

.product-small-list .product-small-list-text {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.product-small-list .product-small-list-text .product-price {
    color: #63116f;
    font-size: 15px;
    margin: 0;
}

.product-small-list .product-small-list-text .product-price span {
    color: rgba(48,48,48,.7);
    font-size: 13px;
    text-decoration: line-through;
}

.product-small-list .product-small-list-text .product-name {
    padding: 5px 0 0;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    color: rgba(48,48,48,.9);
}

.product-small-list .product-small-list-text .product-name:hover {
    color: #00b4c8;
}

.product-small-list .product-small-list-text p {
    color: rgba(48,48,48,.5);
}

.product-small-list .product-small-list-text .product-rating {
    width: 100%;
    padding: 5px 0 3px;
    position: relative;
}

.product-small-list .product-small-list-text .product-rating .stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 12px;
    text-align: left;
}

.product-small-list .product-small-list-text .product-rating .stars span.star {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    display: inline-block;
}

.product-small-list .product-small-list-text .product-rating .stars span.star.active:before {
    content: "\f005";
}

.product-small-list .product-small-list-text .product-rating .stars span.star:hover {
    cursor: pointer;
}

.product-small-list .product-small-list-text .product-rating .stars span.star:before {
    content: "\f006";
    padding: 0 2px;
    color: rgba(0,180,200,.9);
}

.product-small-list .product-small-list-text .product-rating .stars span.star:hover:before,.product-small-list .product-small-list-text .product-rating .stars span.star:hover~span.star:before {
    content: "\f005";
    color: #00b4c8;
}

.product-small-list .product-small-list-text .product-rating .review:hover {
    color: #00b4c8;
}

.product-small-list .product-icons .product-icon a:hover {
    background-color: #00b4c8;
    color: #fff;
    border-color: #00b4c8;
}

.product-small-list:hover .product-small-list-text-img {
    border-color: rgba(0,180,200,.7);
}

.product-small-list.light .product-small-list-text .product-name:hover {
    color: #fff;
}

.second-page-header {
    position: relative;
    padding: 40px 0px 0px;
}

.second-page-header .breadcrumb {
    float: right;
    padding: 10px 0;
}

.second-page-header h2 {
    margin: 0;
    float: left;
    line-height: 40px;
    font-size: 32px;
    font-weight: 200;
}

.second-page-header.dark .breadcrumb>li a {
    color: #333;
    text-decoration: none;
    font-size: 13px;
}

.second-page-header.dark .breadcrumb>li a:hover {
    color: #fff;
}

.second-page-header.dark .breadcrumb>li:after {
    color: rgba(247,247,247,.7);
}

.second-page-header.dark:before {
    background-image: -moz-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: -o-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
}

.second-page-header.dark:after {
    background-image: -moz-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: -webkit-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: -o-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: -ms-linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
    background-image: linear-gradient(left,rgba(48,48,48,0) 0,rgba(48,48,48,.1) 50%,rgba(48,48,48,.1) 50%,rgba(48,48,48,0) 100%);
}

.header-footer {
    position: relative;
}
.header-footer .menu-header {
    margin: 0 0 20px;
    color: #f7f7f7; 
    font-weight:400;
    font-size:24px;
    line-height:1.1;
}

.social .socials a:hover {
    background-color: #00b4c8;
    color: rgba(247,247,247,.7);
    border-color: #00b4c8;
}

.social form input:focus {
    outline-style: none;
    box-shadow: none;
    border-color: #00b4c8;
}

.social form ::-webkit-input-placeholder {
    color: #aaa;
}

.social form ::-moz-placeholder {
    color: #aaa;
}

.social form :-ms-input-placeholder {
    color: #aaa;
}

.social form button:hover {
    color: #00b4c8;
}

#footer_popup {
    padding: 30px 0 0;
    background: rgba(48,48,48,.92);
    font-size: 14px;
}

#footer_popup p {
    color: rgba(255,255,255,.75);
    line-height: 24px;
}

#footer_popup a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
    font-size: 14px;
}

#footer_popup a:hover {
    color: #fff;
}

#footer_popup .footer-categories {
    margin: 0;
    list-style-type: none;
}

#footer_popup .footer-categories li {
    list-style-type: none;
    color: rgba(255,255,255,.75);
    line-height: 30px;
}

.color-scheme-white-90 {
    background-color: rgba(255,255,255,.85);
}

#footer-block {
    
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.domik:hover { color:#00B4C8 !important; }
.top-icons .top-icon i {
    color: rgba(14,14,14,.7)}
.top-icons .top-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    margin-left: 5px;
    margin-top: 2px;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    float: right;
    border-radius: 35px}
.top-icons .top-icon a, .top-icons .top-icon label {
    display: block;
    height: 100%;
 cursor:pointer;
 }
.top-icons .top-icon span {
    position: absolute;
    right: -4px;
    top: 2px;
    width: 16px;
    height: 16px;
    text-align: center;
    font-size: 8px;
    line-height: 16px;
    border-radius: 20px;
    color: #444;
    background-color: #FFF;}
.top-icons .top-icon i {
    color: #00B4C8;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease}
.top-icons .top-icon:hover i {
    color: #fff}
.top-icons i {
    font-size: 16px;
    color: #0e0e0e;
    line-height: 40px}
 
.decoration-none { text-decoration:none !important; }
.decoration-none:hover { color:#00B4C8; }
.color { color:#00B4C8; }

.old-price .price {
 padding-right: 10px;
 color:#4a4a4a;
 text-decoration: line-through;
 font-weight: normal;
 font-size: 18px;
 line-height: 30px;
}
.special-price .price {
 color:#e60000;
}
.special-price .price {
 font-size: 24px;
 line-height:24px;
 font-weight:bold;
}

.flag { display:none; }
.select_small { 
 float:right;
 padding:5px;
 max-width:200px;
 min-width:200px; }
.name {
 margin-top: 3px;
 margin-bottom:3px;
 float:left;
}


.helpIcon { position:relative; left:4px; top:-1px; }
.width-100 { width:100%; padding-left:5px; }
.btn-default.basket {
    border: 1px solid rgba(0,180,200,.7);
    color: #fff;
    background-color: #00b4c8;
}

.btn-default.basket i {
    color: #00b4c8; display:none;
}

.btn-default.basket:hover i {
 display: inline;
    color: #fff;
}

.btn-default-new, .btn-default-top {
    border: 1px solid #00b4c8;
    background-color: #00b4c8;
    color: #fff;
    padding: 9px 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 3px;
    display: inline-block;
    text-decoration: none;
}

.btn-default-new:hover, .btn-default-top:hover {
    text-decoration: none;
 background-color: #00A1B3;
 color: #fff;
}
.btn-default-top { padding: 9px 10px; }

.center {
    text-align: center;
}
.client-tab:hover { text-decoration:none; color: #00b4c8; }
.margin-right { margin-right:10px; } 
.color-white { color:white; }

.alignright { text-align:right; }

table .pull-right b { margin-right: 60px; }
.pull-right td { height:1.75em; }
.min-height-180 { min-height:180px; }
.size-4{ font-size:1.35em; }
.size-3{ font-size:1.4em; }
.size-2{ font-size:1.6em; }
#sign_p { padding-left:10px; }
.min-h1 { font-size: 13px; margin: 14px 0; float:right; }
.hovergallery img:hover{
 -webkit-transform:scale(1.15); 
 -moz-transform:scale(1.15); 
 -o-transform:scale(1.15); 
 box-shadow:0px 0px 30px gray; 
 -webkit-box-shadow:0px 0px 30px gray; 
 -moz-box-shadow:0px 0px 30px gray;
 opacity: 1;
}

.infobox {
    background: transparent none repeat scroll 0% 0%;
    border: 1px solid #DDD;
    padding: 15px;
    position: relative;
    margin: 0px 0px 7px;
}
.infobox:after {
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 30px;
    bottom: -25px;
    background: url(../img/testimonials_arrow.png) no-repeat 0 0;
}
.infobox_author {
    padding-left: 67px;
}

.anons {
    color: #FFF;
    background-color: #63116F;
    position: absolute;
    top: -10px;
    right: 17px;
    border-radius: 2px;
    text-transform: uppercase;
    color: #FFF;
    font-size: 10px;
    line-height: 8px;
    background-color: #00B4C8;
    padding: 5px 8px;
}
.anons:after {
    content: '';
    position: absolute;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-top: 5px solid #00b4c8;
    border-left: 5px solid transparent;
    left: 5px;
    bottom: -5px;
    z-index: 1;
}

#push, #footer {
 height: 27px;
 clear: both;
}
#footer {
 z-index:3000;
 position:relative;
 color:#959595;
 bottom:0;
 margin-top:-27px;
}
#footer:hover {
 z-index:3002;
}
#footer_line {
 position:relative;
 z-index:0;
 background-color:#333;
}
#footer_bottom .pull-right, #footer_bottom .pull-left {
 max-width: 49%;
}
#footer_bottom .pull-right {
 text-align:right;
}
#footer_bottom .noHover, #footer_bottom .noHover span {
 padding:0;
 line-height: 25px;
 margin:0 0 1px 0;
}
#footer_bottom .noHover span {
 display:inline-block;
}
#footer_bottom .noHover span.text, #footer_bottom .noHover span.text span {
 display:inline-block;
 line-height:18px
}
#footer_bottom .noHover span.text span {
 margin:0;
}
#footer_button {
 position:absolute;
 top:0;
 left:50%;
 z-index:2;
 margin-left:-20px;
 padding:7px 0 0 0;
 width: 30px;
 height:40px;
 text-align:center;
 background:#3c3c3c;
 color:#fff;
 font-size: 20px;
 cursor: pointer;
}
#footer_popup {
 position:absolute;
 z-index:0;
 bottom:0;
 display:none;
 padding-bottom:65px;
 width:100%;
 background-color:rgba(0, 0, 0, 0.85);
}
#footer_popup.footer_bg {
}
#footer_popup h3, #footer_popup h4 {
 padding: 10px 0;
 border-bottom:1px solid #444;
 color:#fff;
 font:18px/24px 'PT Sans Narrow', sans-serif;
}
#footer_popup h4 {
 border:none;
}
#footer_popup p { padding-top:5px; }
#footer_bottom i {
 color:#fff;
 font-size: 16px;
 height:24px;
 padding: 0 1px;
 -moz-transition: all 0.2s 0s linear;
 -o-transition: all 0.2s 0s linear;
 -webkit-transition: all 0.2s 0s linear;
}
#footer_bottom i:hover {
 -moz-transition: all 0.2s 0s linear;
 -o-transition: all 0.2s 0s linear;
 -webkit-transition: all 0.2s 0s linear;
}
#footer_bottom i.icon-facebook:hover {
 color:#3b5998;
}
#footer_bottom i.icon-twitter-bird:hover {
 color:#49c8f5
}
#footer_bottom i.icon-linkedin:hover {
 color:#006699
}
#footer_bottom i.icon-pinterest:hover {
 color:#cb2027
}
#footer_bottom i.icon-gplus:hover {
 color:#d14836
}
.footer_button_p { padding-top:5px; }



.pretty-photo-item:hover .image-hover i[class*="icon-"], .image-wrapper:hover i[class*="fa-"] {
opacity:1;
}
.pretty-photo-item:hover .image-hover, .image-wrapper:hover .image-hover {
 background: rgba(0, 0, 0, 0.65);
}
.height-130 { height:130px; }
.margin-top { margin-top:50px; }
.margin-top-17 { margin-top:14px; }
.margin-top-21 { margin-top:18px; }


#cd-nav ul {
  
  position: fixed;
  width: 90%;
  max-width: 400px;
  right: 64px;
  bottom: 20px;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(232, 74, 100, 0.4);
  background: white;
  visibility: hidden;
  overflow: hidden;
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
  -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
  transition: transform 0.3s, visibility 0s 0.3s;
}
#cd-nav ul li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#cd-nav ul.is-visible li:nth-child(1) {
  -webkit-animation: cd-slide-in 0.2s;
  -moz-animation: cd-slide-in 0.2s;
  animation: cd-slide-in 0.2s;
}
#cd-nav ul.is-visible li:nth-child(2) {
  -webkit-animation: cd-slide-in 0.3s;
  -moz-animation: cd-slide-in 0.3s;
  animation: cd-slide-in 0.3s;
}
#cd-nav ul.is-visible li:nth-child(3) {
  -webkit-animation: cd-slide-in 0.4s;
  -moz-animation: cd-slide-in 0.4s;
  animation: cd-slide-in 0.4s;
}
#cd-nav ul.is-visible li:nth-child(4) {
  -webkit-animation: cd-slide-in 0.5s;
  -moz-animation: cd-slide-in 0.5s;
  animation: cd-slide-in 0.5s;
}
#cd-nav ul.is-visible li:nth-child(5) {
  -webkit-animation: cd-slide-in 0.6s;
  -moz-animation: cd-slide-in 0.6s;
  animation: cd-slide-in 0.6s;
}
#cd-nav li a {
  display: block;
  padding: 1.6em;
  border-bottom: 1px solid #eff2f6;
}
#cd-nav li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 1170px) {
  #cd-nav ul {
    position: absolute;
    width: auto;
    max-width: none;
    bottom: auto;
    top: 36px;
    background: transparent;
    visibility: visible;
    box-shadow: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
 z-index:2;
  }
  #cd-nav li {
    display: inline-block;
  }
  #cd-nav li a {
    opacity: 1;
    padding: .4em;
    margin-left: 1.6em;
    border-bottom: none;
  }
  #cd-nav li a:hover {
    color: #00b4c8;
  }
  #cd-nav.is-fixed ul {
    position: fixed;
    width: 90%;
    max-width: 400px;
    bottom: 50px;
    top: auto;
    background: white;
    visibility: hidden;
    box-shadow: 0 0 10px rgba(14, 115, 128, 0.4);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  #cd-nav.is-fixed ul li {
    display: block;
  }
  #cd-nav.is-fixed ul li a {
    padding: 1.6em;
    margin-left: 0;
    border-bottom: 1px solid #eff2f6;
  }
  #cd-nav ul.has-transitions {
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
  }
  #cd-nav ul.is-visible {
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0s;
    transition: transform 0.3s, visibility 0s 0s;
  }
}

.cd-nav-trigger {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 0.25em;
  box-shadow: 0 0 10px rgba(14, 115, 128, 0.4);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
}
.cd-nav-trigger span {
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #00b4c8;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -10px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after {
  content: '';
  position: absolute;
  left: 0;
  background: inherit;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, background 0s;
  -moz-transition: -moz-transform 0.3s, background 0s;
  transition: transform 0.3s, background 0s;
}
.cd-nav-trigger span::before {
  top: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-nav-trigger span::after {
  bottom: -6px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
.cd-nav-trigger.menu-is-open span::before, .cd-nav-trigger.menu-is-open span::after {
  background: #00b4c8;
}
.cd-nav-trigger.menu-is-open span::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-nav-trigger.menu-is-open span::after {
  bottom: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 1170px) {
  .cd-nav-trigger {
    visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.3s, visibility 0s 0.3s;
    -moz-transition: -moz-transform 0.3s, visibility 0s 0.3s;
    transition: transform 0.3s, visibility 0s 0.3s;
  }
  .is-fixed .cd-nav-trigger {
    visibility: visible;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    transition: all 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-animation: cd-bounce-in 0.3s linear;
    -moz-animation: cd-bounce-in 0.3s linear;
    animation: cd-bounce-in 0.3s linear;
  }
}

@-webkit-keyframes cd-slide-in {
  0% {
    -webkit-transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes cd-slide-in {
  0% {
    -moz-transform: translateX(100px);
  }

  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes cd-slide-in {
  0% {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes cd-bounce-in {
  0% {
    -webkit-transform: scale(0);
  }

  60% {
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-in {
  0% {
    -moz-transform: scale(0);
  }

  60% {
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-in {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }

  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
#size-x, #size-y { width:100%; padding-left:6px; }
.calculator { background: url(../img/calculator.png) no-repeat center; background-size: 50%; }
div.calc:hover i.calculator { background: url(../img/calculator_white.png) no-repeat center; background-size: 100%; }
#next-slide:hover, #prev-slide:hover {color:white; }
.zakazat, .zakazat-min { 
 display: inline-block; 
 box-sizing: border-box;
 text-align: center;
 color: rgba(48,48,48,.8);
 }
.zakazat a {
 opacity: 1;
 padding:0 10px;
}
.zakazat-min a {
    height: 30px;
    min-width: 30px;
    border: 1px solid rgba(0,180,200,.7);
    color: #00b4c8;
    border-radius: 3px;
    display: inline-block;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    text-decoration: none;
 opacity: 1;
 padding:0 5px;
}
.zakazat-disc {
 opacity: 1;
 padding-left:5px;
}
.zakazat-disc:hover {
    color: #9c27b0;
}
ul.pagination li span, .pointer, .pointer-white {
 cursor:pointer;
}
.pointer:hover {
 color: #9c27b0;
}
width-50 {
    width: 50px !important;
}

