
.home-banner-static .banner-box2 .des {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.home-banner-static .banner-box2 .des:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

button.button span span {
    background: -moz-linear-gradient(top, #8192aa 0%, #5d6989 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8192aa), color-stop(100%,#5d6989)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8192aa 0%,#5d6989 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8192aa 0%,#5d6989 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8192aa 0%,#5d6989 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8192aa 0%,#5d6989 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8192aa', endColorstr='#5d6989',GradientType=0 ); /* IE6-9 */
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 0px 0px #9aa6ba, inset 0 0 0px 1px #8495ab;
    -moz-box-shadow: inset 0 1px 0px 0px #9aa6ba, inset 0 0 0px 1px #8495ab;
    box-shadow: inset 0 1px 0px 0px #9aa6ba, inset 0 0 0px 1px #8495ab;
    
}

button.button:hover span span, .banner-home-content .banner-content a:hover {
    background: -moz-linear-gradient(top, #e97f80 0%, #e15b5b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e97f80), color-stop(100%,#e15b5b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e97f80 0%,#e15b5b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e97f80 0%,#e15b5b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e97f80 0%,#e15b5b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e97f80 0%,#e15b5b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e97f80', endColorstr='#e15b5b',GradientType=0 ); /* IE6-9 */
    
    -webkit-box-shadow: inset 0 1px 0px 0px #ee9797, inset 0 0 0px 1px #e98282;
    -moz-box-shadow: inset 0 1px 0px 0px #ee9797, inset 0 0 0px 1px #e98282;
    box-shadow: inset 0 1px 0px 0px #ee9797, inset 0 0 0px 1px #e98282;
}

.product-tabs a, .opc .step-title .number {
     background: -moz-linear-gradient(top, #8192aa 0%, #5d6989 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8192aa), color-stop(100%,#5d6989)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8192aa 0%,#5d6989 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8192aa 0%,#5d6989 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8192aa 0%,#5d6989 100%); /* IE10+ */
    background: linear-gradient(to bottom, #8192aa 0%,#5d6989 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8192aa', endColorstr='#5d6989',GradientType=0 ); /* IE6-9 */
}

.product-tabs a:hover, .product-tabs li.active a, .product-tabs li.active a:hover,  .opc .active .step-title .number {
    background: -moz-linear-gradient(top, #e97f80 0%, #e15b5b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e97f80), color-stop(100%,#e15b5b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e97f80 0%,#e15b5b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e97f80 0%,#e15b5b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e97f80 0%,#e15b5b 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e97f80 0%,#e15b5b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e97f80', endColorstr='#e15b5b',GradientType=0 ); /* IE6-9 */
    
}

.banner-home-content .banner-content a, .block-tags .block-content li a {
  -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;  
}

.product-tabs a {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.block-subscribe .actions button.button span{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-language:before, .form-currency:before {
    width: 21px; height: 21px;
    background: #fcfcfc url(../images/select_lang.png) no-repeat;
    content: "";
    position: absolute; top: 0px; right: 0px;
    pointer-events: none;
    cursor: pointer;
}

.bg-zoom {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.follow-us li a:hover img {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
}




