/*CONTENTS
- Typography
- Miscellaneous
- White Space
- Buttons
- Rows/Columns
- Product
- Product Zoom
*/
/****** Typography ******/
body {
    font-family: 'Roboto', Tahoma, Arial, helvetica, sans-serif;
    font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-weight: 600;
}
.page-title {
    font-size: 70px;
    line-height: 1em;
    margin-bottom: 15px;
}
@media (max-width:992px) {
    .page-title {
        font-size: 40px;
    }
}
a {
    color: #486d97;
}
.text-sm {
    font-size: 12px;
}
.title-404 {
    line-height: 1em;
    font-size: 330px;
    font-weight: 700;
    margin: 10px 0 0 0;
}
/****** End of Typography ******/
/****** Miscellaneous ******/
html,
body {
    overflow-x: hidden;
}
hr {
    border-color: #d9d9d9;
}
.table {
    margin-bottom: 0;
}
@media (max-width:992px) {
    .mobile-hidden {
        display: none;
    }
}
.global-wrapper {
    background: #ededed;
    margin-bottom: 20px;
}
@media (min-width:1200px) {
    body.boxed .global-wrapper {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        overflow: hidden;
        width: 1200px;
        margin: 30px auto;
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
        box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    }
}
.bg-cover {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
.full-width {
    width: 100%;
}
.rel {
    position: relative;
}
.box,
.box-lg,
.box-highlight {
    padding: 10px 15px;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
}
.box-highlight {
    padding: 20px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25) , 0 0 8px rgba(72,109,151,0.55);
    box-shadow: 0 1px 2px rgba(0,0,0,0.25) , 0 0 8px rgba(72,109,151,0.55);
}
.box-lg {
    padding: 25px;
}
.vert-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dropdown-menu {
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    z-index: 3;
}
.dropdown-menu-category {
    margin: 0;
    padding: 0;
    background: #fff !important;
}
.dropdown-menu-category > li {
    border-bottom: 1px solid #e6e6e6;
}
.dropdown-menu-category > li:last-child {
    border-bottom: none;
}
@media (min-width:992px) {
    .dropdown-menu-category > li:hover .dropdown-menu-category-section {
        display: block;
    }
}
.dropdown-menu-category > li:hover > a {
    background: #486d97;
    color: #fff;
}
.dropdown-menu-category > li:hover > a .dropdown-menu-category-icon {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.dropdown-menu-category > li > a {
    height: 40px;
    line-height: 40px !important;
    padding: 0 15px 0 50px !important;
    font-size: 14px;
    position: relative;
    width: 230px;
}
@media (max-width:992px) {
    .dropdown-menu-category > li > a {
        width: 100%;
    }
}
.dropdown-menu-category > li > a:after {
    position: absolute;
    display: block;
    content: '\f105';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}
@media (max-width:992px) {
    .dropdown-menu-category > li > a:after {
        display: none;
    }
}
.dropdown-menu-theme-image {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    display: block;
    z-index: 1;
}
@media (max-width:992px) {
    .dropdown-menu-theme-image {
        display: none;
    }
}
.dropdown-menu-category-hold {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.dropdown-menu-category-hold > li > a {
    width: 100%;
}
.dropdown-menu-category-hold .dropdown-menu-category-section {
    left: 100%;
}
.dropdown-menu-category-sm > li > a {
    font-size: 13px;
    padding-left: 40px;
}
.dropdown-menu-category-sm .dropdown-menu-category-icon {
    width: 35px;
    font-size: 14px;
}
.dropdown-menu-category-icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    line-height: 40px;
    width: 45px;
    text-align: center;
    font-size: 16px;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
}
.dropdown-menu-category-section {
    width: 600px;
    height: 491px;
    position: absolute;
    top: 0;
    left: 230px;
    display: none;
    background: #fff;
    border-left: 1px solid #e6e6e6;
}
.dropdown-menu-category-section-inner {
    position: relative;
    height: 100%;
}
.dropdown-menu-category-section-content {
    position: relative;
    z-index: 2;
    padding: 20px;
}
.dropdown-menu-category-section-theme-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.dropdown-menu-category-title {
    font-weight: 500;
    color: #486d97;
    font-size: 20px;
}
.dropdown-menu-category-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.dropdown-menu-category-list > li {
    margin-bottom: 10px;
}
.dropdown-menu-category-list > li > a {
    color: #595959;
}
.dropdown-menu-category-list > li > a:hover {
    text-decoration: none;
    color: #486d97;
}
.dropdown-menu-category-list > li > p {
    font-size: 11px;
    color: #9b9b9b;
    margin: 0;
}
.dropdown-menu-shipping-cart {
    width: 300px;
}
.dropdown-menu-shipping-cart > li {
    overflow: hidden;
    padding: 15px;
}
.dropdown-menu-shipping-cart > li:nth-child(even) {
    background: #f7f7f7;
}
.dropdown-menu-shipping-cart-img {
    float: left;
    width: 50px;
    display: block;
    margin-right: 10px;
    padding: 0 !important;
}
.dropdown-menu-shipping-cart-img > img {
    width: 100%;
}
.dropdown-menu-shipping-cart-inner {
    display: table;
}
.dropdown-menu-shipping-cart-price {
    font-weight: 500;
    color: #486d97;
    margin-bottom: 0;
}
.dropdown-menu-shipping-cart-item {
    margin-bottom: 0;
    font-size: 13px;
}
.dropdown-menu-shipping-cart-item > a {
    color: #6a6a6a;
}
.dropdown-menu-shipping-cart-item > a:hover {
    text-decoration: none;
}
.dropdown-menu-shipping-cart-total {
    font-weight: 500;
    font-size: 17px;
    float: left;
    margin-top: 5px;
    margin-left: 4px;
    margin-bottom: 0;
}
.dropdown-menu-shipping-cart-checkout {
    float: right;
}
.dropdown-menu-items-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.dropdown-menu-items-list > li {
    margin-bottom: 7px;
}
.dropdown-menu-items-list > li > a {
    color: #333;
}
.dropdown-menu-items-list > li > a:hover {
    color: #486d97;
    text-decoration: none;
}
@media (max-width:992px) {
    .dropdown-menu-items-list {
        margin-bottom: 20px;
    }
}
.dropdown-menu-items-list-desc {
    font-size: 11px;
    margin-bottom: 0;
    color: #a6a6a6;
}
.main-footer {
    position: relative;
    background: #262626;
    padding-top: 30px;
    border-top: 2px solid #486d97;
    color: #fff;
}
.main-footer .widget-title-sm {
    margin-bottom: 20px;
}
.main-footer > .container {
    position: relative;
}
.main-footer-img {
    position: absolute;
    bottom: 0;
    right: -150px;
    display: block;
    width: 440px;
    -webkit-filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.3));
}
@media (max-width:992px) {
    .main-footer-img {
        position: relative;
        width: 80%;
        left: 10%;
    }
}
.main-footer-social-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 15px;
}
.main-footer-social-list > li {
    float: left;
    margin-right: 10px;
}
.main-footer-social-list > li .fa {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}
.main-footer-social-list > li .fa.fa-facebook {
    background: #46629e;
}
.main-footer-social-list > li .fa.fa-twitter {
    background: #55acee;
}
.main-footer-social-list > li .fa.fa-pinterest {
    background: #cd2129;
}
.main-footer-social-list > li .fa.fa-instagram {
    background: #457399;
}
.main-footer-social-list > li .fa.fa-google-plus {
    background: #dd4b39;
}
.main-footer-social-list > li .fa:hover {
    text-decoration: none;
}
.main-footer-tag-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.main-footer-tag-list > li {
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}
.main-footer-tag-list > li > a {
    font-size: 12px;
    display: block;
    padding: 2px 5px;
    padding-right: 16px;
    background: #d9d9d9;
    color: #000;
    -webkit-border-radius: 5px 20px 20px 5px;
    border-radius: 5px 20px 20px 5px;
    position: relative;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
}
.main-footer-tag-list > li > a:hover {
    text-decoration: none;
    background: #fff;
}
.main-footer-tag-list > li > a:after {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    top: 8px;
    right: 5px;
}
.main-footer-links-list,
.main-footer-links-list-lg {
    list-style: none;
    margin: 20px 0 10px 0;
    padding: 0;
}
.main-footer-links-list > li,
.main-footer-links-list-lg > li {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}
.main-footer-links-list > li > a,
.main-footer-links-list-lg > li > a {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.main-footer-links-list > li > a:hover,
.main-footer-links-list-lg > li > a:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.main-footer-links-list-lg > li {
    font-size: 15px;
    margin-right: 15px;
}
.copyright-area {
    background: #000;
    color: #fff;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
    position: relative;
}
.copyright-text {
    font-size: 11px;
    color: #ccc;
    margin-top: 15px;
}
.copyright-text a {
    color: #fff;
}
.copyright-text a:hover {
    color: #fff;
}
.payment-icons-list {
    list-style: none;
    overflow: hidden;
    float: right;
    padding: 0;
    margin: 10px 0;
}
.payment-icons-list > li {
    float: left;
    margin-left: 10px;
}
.payment-icons-list > li img {
    width: 35px;
}
@media (max-width:992px) {
    .payment-icons-list {
        float: none;
    }
}
.page-header {
    position: relative;
    margin: 40px 0 30px 0;
    border: none;
    padding-bottom: 0;
}
.page-breadcrumb {
    margin: 0;
    padding: 0;
    background: none;
    margin-left: 4px;
}
.page-breadcrumb > li + li:before {
    content: '\f105';
    font-family: 'FontAwesome';
}
.page-breadcrumb > li.active {
    color: #595959;
}
.page-breadcrumb > li > a {
    color: rgba(89,89,89,0.7);
}
.page-breadcrumb > li > a:hover {
    text-decoration: none;
    color: #595959;
}
/****** End of Miscellaneous ******/
/****** White Space ******/
header.main {
    padding: 30px 0;
}
.gap {
    display: block;
    position: relative;
    margin: 30px 0 30px 0;
    clear: both;
    overflow: hidden;
}
.gap:after {
    content: '';
    display: table;
}
.gap-small {
    margin: 15px 0 15px 0;
}
.gap-big {
    margin: 60px 0 60px 0;
}
.gap-large {
    margin: 90px 0 90px 0;
}
.gap-top {
    margin-bottom: 0 !important;
}
.gap-bottom {
    margin-top: 0 !important;
}
.gap-border {
    border: 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #fff;
}
/****** End of White Space ******/
/****** Rows/Columns ******/
.row.row-wrap > [class^="col-"],
.row.row-col-gap > [class^="col-"] {
    margin-bottom: 30px;
}
@media (max-width:992px) {
    .row.row-col-mob-gap > [class^="col-"] {
        margin-bottom: 30px;
    }
}
@media (min-width:992px) {
    .row.row-col-border > [class^="col-"] {
        border-right: 1px solid #d9d9d9;
    }
    .row.row-col-border > [class^="col-"]:last-child {
        border-right: none;
    }
}
.row.row-full {
    margin-left: 0;
    margin-right: 0;
}
.row.row-sm-gap {
    margin-bottom: -10px;
}
.row.row-sm-gap > [class^="col-"] {
    margin-bottom: 10px;
}
@media (max-width:992px) {
    .row.row-sm-gap {
        margin-bottom: 0;
    }
}
.row.row-no-gutter,
.row[data-gutter="0"],
.row[data-gutter="none"] {
    margin: 0 !important;
}
.row.row-no-gutter > [class^="col-"],
.row[data-gutter="0"] > [class^="col-"],
.row[data-gutter="none"] > [class^="col-"] {
    padding: 0 !important;
}
.row[data-gutter="10"] {
    margin-left: -5px;
    margin-right: -5px;
}
.row[data-gutter="10"] > [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}
.row[data-gutter="15"] {
    margin-bottom: -15px;
    margin-left: -7.5px;
    margin-right: -7.5px;
}
.row[data-gutter="15"] > [class^="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
}
@media (min-width:992px) {
    .row[data-gutter="60"] {
        margin-left: -30px;
        margin-right: -30px;
    }
    .row[data-gutter="60"] > [class^="col-"] {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width:992px) {
    .row[data-gutter="80"] {
        margin-left: -40px;
        margin-right: -40px;
    }
    .row[data-gutter="80"] > [class^="col-"] {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (min-width:992px) {
    .row[data-gutter="100"] {
        margin-left: -50px;
        margin-right: -50px;
    }
    .row[data-gutter="100"] > [class^="col-"] {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (min-width:992px) {
    .row[data-gutter="120"] {
        margin-left: -60px;
        margin-right: -60px;
    }
    .row[data-gutter="120"] > [class^="col-"] {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media (min-width:992px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flex;
    }
{
    display: box;
    display: flex;
}
}
/****** End of Rows/Columns ******/
/****** Product ******/
.product-box {
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.product-box:hover {
    -webkit-box-shadow: 0 3px 30px rgba(0,0,0,0.5);
    box-shadow: 0 3px 30px rgba(0,0,0,0.5);
    z-index: 5;
}
.product {
    -webkit-box-shadow: 0 3px 2px rgba(0,0,0,0.15) , 0 0 1px rgba(0,0,0,0.15);
    box-shadow: 0 3px 2px rgba(0,0,0,0.15) , 0 0 1px rgba(0,0,0,0.15);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: relative;
}
.product-img-wrap {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin: 20px;
    margin-bottom: 10px;
}
.product-img-banner,
.product-img-alt-banner,
.product-banner-alt-blur-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.product-img-primary,
.product-img-alt,
.product-img {
    width: 100%;
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    z-index: 1;
}
.product-img-alt {
    position: absolute;
    right: 0;
    top: 0;
}
.product-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 4;
    text-indent: 99999;
}
.product-img-alt {
    -webkit-transform: translate3d(101%, 0, 0);
    -moz-transform: translate3d(101%, 0, 0);
    -o-transform: translate3d(101%, 0, 0);
    -ms-transform: translate3d(101%, 0, 0);
    transform: translate3d(101%, 0, 0);
    z-index: 2;
}
.product-title {
    -webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.2);
    box-shadow: 0 1px 8px rgba(0,0,0,0.2);
    display: table;
    z-index: 2;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
    background: #fff;
    color: #000;
    padding: 7px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
}
.product:hover .product-img-alt,
.product:hover .product-more-info-link,
.product:hover .product-hover-block,
.product:hover .product-to-cart,
.product:hover .product-plus,
.product:hover .product-quick-view {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.product:hover .product-img-primary {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.product:hover .product-title {
    bottom: -50px;
}
.product:hover .product-to-cart,
.product:hover .product-plus {
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.product:hover .product-img-wrap-single .product-img-primary {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.product-info-active .product-info-block-hide {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.product-info-active .product-info-block {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-box-shadow: -1px 0 3px rgba(0,0,0,0.2);
    box-shadow: -1px 0 3px rgba(0,0,0,0.2);
}
.product-info-active .product-info-block-wrap-inner {
    -webkit-animation-name: infoBlock;
    -moz-animation-name: infoBlock;
    -o-animation-name: infoBlock;
    -ms-animation-name: infoBlock;
    animation-name: infoBlock;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    -ms-animation-duration: 0.7s;
    animation-duration: 0.7s;
}
.product-info-active .product-img-alt {
    -webkit-transform: translate3d(-30%, 0, 0) scale(1.1);
    -moz-transform: translate3d(-30%, 0, 0) scale(1.1);
    -o-transform: translate3d(-30%, 0, 0) scale(1.1);
    -ms-transform: translate3d(-30%, 0, 0) scale(1.1);
    transform: translate3d(-30%, 0, 0) scale(1.1);
}
.product-info-active .product-hover-block {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.product-info-active .product-plus {
    left: -20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product-info-active .product-quick-view {
    right: 70%;
}
.product-info-active .product-quick-view > span {
    display: none;
}
.product-info-active .product-img-wrap-single .product-img-primary {
    -webkit-transform: translate3d(-30%, 0, 0) scale(1.1);
    -moz-transform: translate3d(-30%, 0, 0) scale(1.1);
    -o-transform: translate3d(-30%, 0, 0) scale(1.1);
    -ms-transform: translate3d(-30%, 0, 0) scale(1.1);
    transform: translate3d(-30%, 0, 0) scale(1.1);
}
.product-img-banner,
.product-img-alt-banner {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.product-banner-contents {
    padding: 0 50px;
    position: absolute;
    top: 350px;
    left: 0;
    text-align: center;
    z-index: 3;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
}
.product-banner-title {
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 45px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.85);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.product-banner-caption {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    -ms-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    font-weight: 300;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.5);
}
.product-banner-desc {
    font-size: 18px;
}
.product-banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: #000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    transition: 0.4s;
}
.product-banner-btn {
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.product-banner-btn:hover {
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: #486d97;
    border-color: #486d97;
    color: #fff;
    text-decoration: none;
}
.product-banner-logo {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    width: 100%;
    z-index: 3;
    text-align: center;
}
.product-banner-logo > img {
    width: 25px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}
.product-banner-img-wrap {
    position: relative;
    z-index: 1;
    height: 100%;
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
    -moz-transform: translate3d(0, 0, 0) scale(1.1);
    -o-transform: translate3d(0, 0, 0) scale(1.1);
    -ms-transform: translate3d(0, 0, 0) scale(1.1);
    transform: translate3d(0, 0, 0) scale(1.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-filter: grayscale(50%);
}
.product-banner-alt-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background: #000;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.product-banner-alt-title {
    position: absolute;
    z-index: 3;
    color: #fff;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 25px;
    letter-spacing: 3px;
    left: 50%;
    top: 50%;
    display: table;
    padding: 15px 18px;
    margin: 0;
    border: 1px solid rgba(255,255,255,0.4);
    text-align: center;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.product-banner-alt-btn {
    position: absolute;
    z-index: 3;
    color: #fff;
    padding: 15px 25px;
    background: rgba(72,109,151,0.85);
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.product-hover .product-banner-mask {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -webkit-box-shadow: inset 0 0 20px rgba(0,0,0,0.7);
    box-shadow: inset 0 0 20px rgba(0,0,0,0.7);
}
.product-hover .product-banner-contents {
    top: 200px;
}
.product-hover .product-banner-caption {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.product-hover .product-img-banner {
    -webkit-transition: 10s;
    -moz-transition: 10s;
    -o-transition: 10s;
    -ms-transition: 10s;
    transition: 10s;
    -webkit-transform: scale(1.5) translate3d(0, 0, 0);
    -moz-transform: scale(1.5) translate3d(0, 0, 0);
    -o-transform: scale(1.5) translate3d(0, 0, 0);
    -ms-transform: scale(1.5) translate3d(0, 0, 0);
    transform: scale(1.5) translate3d(0, 0, 0);
}
.product-hover .product-banner-logo > img {
    -webkit-transform: scale(1.6) translate3d(0, 80px, 0);
    -moz-transform: scale(1.6) translate3d(0, 80px, 0);
    -o-transform: scale(1.6) translate3d(0, 80px, 0);
    -ms-transform: scale(1.6) translate3d(0, 80px, 0);
    transform: scale(1.6) translate3d(0, 80px, 0);
    opacity: 1;
    -ms-filter: none;
    filter: none;
}
.product-hover .product-banner-title {
    background: none;
}
.product-hover .product-banner-img-wrap {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-filter: grayscale(0);
}
.product-hover .product-banner-alt-mask {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.product-hover .product-banner-alt-title {
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.product-hover .product-banner-alt-btn {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    margin-top: 0;
}
.product-slide {
    margin: 5px;
}
.product-caption {
    padding: 10px 15px;
    position: relative;
}
.product-caption-feature-list {
    font-size: 11px;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    bottom: 11px;
}
.product-caption-feature-list > li {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #d9d9d9;
    display: inline-block;
    color: #8c8c8c;
}
.product-caption-feature-list > li:first-child {
    border: none;
    margin: 0;
    padding: 0;
}
.product-caption-title {
    font-weight: 400;
    font-family: 'Open Sans', arial, helvetica, sans-serif;
    margin-bottom: 6px;
    font-size: 16px;
    letter-spacing: 1px;
    height: 40px;
    overflow: hidden;
    line-height: 1.3em;
    color: #0d0d0d;
}
.product-caption-title > a {
    color: #000;
}
.product-caption-title-sm {
    font-size: 11px;
}
.product-caption-price {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 12px;
}
.product-caption-price > span {
    display: inline-block;
    font-size: 18px;
    line-height: 1em;
}
.product-caption-price > span.product-caption-price-new {
    color: #000;
    font-weight: 700;
}
.product-caption-price > span.product-caption-price-old {
    margin-right: 7px;
    color: #727272;
    text-decoration: line-through;
}
.product-labels {
    position: absolute;
    top: 10px;
    left: -3px;
    z-index: 3;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
}
.product-labels > li {
    background: #486d97;
    color: #fff;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    padding: 3px 7px;
    line-height: 1em;
    margin-bottom: 5px;
    display: table;
}
.product-sm-left {
    padding: 10px;
}
.product-sm-left:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.product-sm-left .product-img-wrap {
    float: left;
    width: 40%;
    padding: 7px;
    margin: 0;
}
.product-sm-left .product-caption {
    float: left;
    width: 60%;
    padding: 0 15px;
}
.product-sm-left .product-caption-feature-list {
    margin-top: 5px;
    display: relative;
    right: auto;
    bottom: auto;
}
.product-sm-left .product-caption-title {
    height: 55px;
    font-size: 14px;
}
.product-sm-left .product-caption-price {
    margin-top: 6px;
}
.product-sm-left .product-caption-title {
    font-size: 13px;
    height: 35px;
}
.product-sm-left .product-caption-price > span {
    font-size: 15px;
}
.product-sm {
    padding: 10px;
}
.product-sm .product-caption {
    margin-top: 7px;
    padding: 0 5px;
}
.product-sm .product-caption-title {
    line-height: 1.25em;
    font-size: 13px;
    height: 32px;
}
.product-sm .product-caption-price {
    margin-top: 5px;
}
.product-sm .product-caption-price > span {
    font-size: 14px;
}
.product-sm .product-img-wrap {
    padding: 7px;
    margin: 0;
}
.product-tabs .tab-content {
    background: #fff;
    padding: 20px 25px;
    border: 1px solid #ddd;
    border-top: none;
}
.product-tabs .nav-tab-icon {
    margin-right: 3px;
}
.product-tabs .nav > li > a {
    color: #595959;
    font-weight: 500;
    margin-right: 5px;
    font-size: #5b5b5b;
}
.product-tabs .nav > li.active > a {
    -webkit-box-shadow: 0 -3px 5px rgba(0,0,0,0.08);
    box-shadow: 0 -3px 5px rgba(0,0,0,0.08);
}
.product-tab-rating-title {
    margin-bottom: 3px;
}
.product-overview-text {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 30px;
}
@media (max-width:992px) {
    .product-overview-text {
        position: static;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        padding: 15px;
    }
}
.product-overview-section {
    padding: 20px 0;
}
.product-overview-title {
    font-size: 25px;
    line-height: 1.4em;
}
.product-overview-desc {
    font-size: 17px;
    line-height: 1.6em;
    color: #838383;
}
.product-overview-img {
    width: 100%;
    padding: 0 30px;
}
.product-page-product-wrap {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    position: relative;
    z-index: 1;
}
.product-page-product-wrap:before {
    content: '';
    z-index: -1;
    position: absolute;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.7);
    box-shadow: 0 15px 10px rgba(0,0,0,0.7);
}
.product-page-product-wrap > img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}
.product-page-product-rating {
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-page-product-rating > li {
    display: inline-block;
    margin-right: 5px;
    font-size: 17px;
    color: #7a7a7a;
}
.product-page-product-rating > li.rated {
    color: #ffc120;
}
.product-page-product-rating-sign {
    font-size: 12px;
    margin-bottom: 5px;
}
.product-page-product-rating-sign a {
    color: #7a7a7a;
}
.product-page-product-rating-sign a:hover {
    text-decoration: none;
    color: #595959;
}
.product-page-product-rating.product-rating-big > li {
    font-size: 38px;
}
.product-page-product-rating.product-rating-big > li.count {
    margin-left: 7px;
    font-weight: 700;
    color: #486d97;
}
.product-page-desc,
.product-page-desc-lg {
    font-size: 16px;
    color: #727272;
}
.product-page-desc-lg {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.product-page-features-table {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 500;
}
.product-page-features-table-specs,
.product-page-features-table-details {
    width: 25%;
}
.product-page-price {
    font-size: 40px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 1px;
}
.product-page-price-list {
    font-size: 25px;
    font-weight: 400;
    line-height: 1em;
    text-decoration: line-through;
    color: #838383;
    margin-bottom: 5px;
}
.product-page-price-sign {
    font-size: 13px;
    color: #a6a6a6;
    margin-bottom: 1px;
}
.product-page-side-section {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed #d9d9d9;
}
.product-page-side-title {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 7px;
}
.product-page-side-text {
    font-size: 11px;
    color: #939393;
    margin-bottom: 5px;
}
.product-page-area {
    background: #fff;
    padding: 30px 0;
}
.product-page-qa {
    margin-bottom: 15px;
    border-bottom: 1px dashed #e6e6e6;
}
.product-page-qa-form {
    margin: 15px 0;
}
.product-page-qa-question {
    font-weight: 500;
}
.product-page-qa-question,
.product-page-qa-answer {
    min-height: 35px;
    position: relative;
    padding-left: 35px;
    font-size: 17px;
    margin-bottom: 15px;
}
.product-page-qa-question:before,
.product-page-qa-answer:before {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    content: 'Q:';
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1em;
    font-size: 25px;
    font-weight: 700;
    color: #486d97;
}
.product-page-qa-answer {
    margin-left: 30px;
    font-size: 16px;
}
.product-page-qa-answer:before {
    content: 'A:';
}
.product-page-qa-text {
    margin-bottom: 3px;
}
.product-page-qa-meta {
    font-size: 12px;
    font-style: italic;
    color: #838383;
    margin-bottom: 0;
}
.product-page-option-list {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}
.product-page-option-list > li {
    margin-bottom: 15px;
}
.product-page-option-title {
    width: 45px;
    font-size: 16px;
    margin-bottom: 0;
    float: left;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
}
.product-page-option-select {
    font-size: 14px;
    height: 40px;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #b3b3b3;
    float: left;
}
.product-page-option-select:focus {
    outline: none;
}
.product-page-actions-list {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.product-page-actions-list > li {
    float: left;
    margin-right: 10px;
}
.product-page-qty-item {
    border: 1px solid #ccc;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}
.product-page-qty {
    background: #fff;
    height: 39px;
    width: 39px;
    line-height: 39px;
    float: left;
    display: block;
    text-align: center;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.product-page-qty:focus {
    outline: none;
}
.product-page-qty-input {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 50px;
}
@-moz-keyframes infoBlock {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(30px, 0, 0);
        -moz-transform: translate3d(30px, 0, 0);
        -o-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(-7px, 0, 0);
        -moz-transform: translate3d(-7px, 0, 0);
        -o-transform: translate3d(-7px, 0, 0);
        -ms-transform: translate3d(-7px, 0, 0);
        transform: translate3d(-7px, 0, 0);
    }

    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-webkit-keyframes infoBlock {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(30px, 0, 0);
        -moz-transform: translate3d(30px, 0, 0);
        -o-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(-7px, 0, 0);
        -moz-transform: translate3d(-7px, 0, 0);
        -o-transform: translate3d(-7px, 0, 0);
        -ms-transform: translate3d(-7px, 0, 0);
        transform: translate3d(-7px, 0, 0);
    }

    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-o-keyframes infoBlock {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(30px, 0, 0);
        -moz-transform: translate3d(30px, 0, 0);
        -o-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(-7px, 0, 0);
        -moz-transform: translate3d(-7px, 0, 0);
        -o-transform: translate3d(-7px, 0, 0);
        -ms-transform: translate3d(-7px, 0, 0);
        transform: translate3d(-7px, 0, 0);
    }

    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@-ms-keyframes infoBlock {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(30px, 0, 0);
        -moz-transform: translate3d(30px, 0, 0);
        -o-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(-7px, 0, 0);
        -moz-transform: translate3d(-7px, 0, 0);
        -o-transform: translate3d(-7px, 0, 0);
        -ms-transform: translate3d(-7px, 0, 0);
        transform: translate3d(-7px, 0, 0);
    }

    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes infoBlock {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transform: translate3d(30px, 0, 0);
        -moz-transform: translate3d(30px, 0, 0);
        -o-transform: translate3d(30px, 0, 0);
        -ms-transform: translate3d(30px, 0, 0);
        transform: translate3d(30px, 0, 0);
    }

    50% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(-7px, 0, 0);
        -moz-transform: translate3d(-7px, 0, 0);
        -o-transform: translate3d(-7px, 0, 0);
        -ms-transform: translate3d(-7px, 0, 0);
        transform: translate3d(-7px, 0, 0);
    }

    100% {
        opacity: 1;
        -ms-filter: none;
        filter: none;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/****** End of Product ******/
/****** Product Zoom ******/
.zoomPad {
    position: relative;
    z-index: 99;
    cursor: default;
}
.zoomPad > img {
    width: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.jqzoom-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: table;
    margin-top: 10px;
}
.jqzoom-list > li {
    float: left;
    margin: 7px;
}
.jqzoom-list > li > a {
    width: 70px;
    display: block;
}
.jqzoom-list > li > a.zoomThumbActive > img {
    -webkit-box-shadow: 0 0 0 2px rgba(72,109,151,0.75);
    box-shadow: 0 0 0 2px rgba(72,109,151,0.75);
}
.jqzoom-list > li > a > img {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    box-shadow: 0 1px 2px rgba(0,0,0,0.25);
    padding: 5px;
    background: #fff;
}
.zoomPreload {
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    color: #333;
    font-size: 12px;
    font-family: Tahoma;
    text-decoration: none;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 8px;
    text-align: center;
    background-position: 43px 30px;
    z-index: 110;
    position: absolute;
    top: 0px;
    left: 0px;
    *width: 100px;
    *height: 49px;
}
.zoomPup {
    overflow: hidden;
    background-color: #fff;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    z-index: 120;
    position: absolute;
    border: 1px solid #ccc;
    z-index: 101;
    cursor: default;
}
.zoomOverlay {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 5000;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 101;
}
.zoomWindow {
    position: absolute;
    left: 485px !important;
    top: 0;
    background: #fff;
    z-index: 6000;
    height: auto;
    z-index: 10000;
    z-index: 110;
    -webkit-box-shadow: 0 1px 15px rgba(0,0,0,0.75);
    box-shadow: 0 1px 15px rgba(0,0,0,0.75);
}
.jqzoom-stage-lg .zoomWindow {
    left: 550px !important;
}
.zoomWrapper {
    position: relative;
    z-index: 110;
}
.zoomWrapperTitle {
    display: block;
    background: #999;
    color: #fff;
    height: 18px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 120;
    -moz-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}
.zoomWrapperImage {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 110;
}
.zoomWrapperImage img {
    border: 0px;
    display: block;
    position: absolute;
    z-index: 101;
}
.zoomIframe {
    z-index: -1;
    -moz-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    position: absolute;
    display: block;
}
.jqzoom-left,
.jqzoom-right {
    position: relative;
}
.jqzoom-left .jqzoom-list,
.jqzoom-right .jqzoom-list {
    display: block;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.jqzoom-left .jqzoom-list > li,
.jqzoom-right .jqzoom-list > li {
    float: none;
    margin: 0 0 15px 0;
}
.jqzoom-left .jqzoom-list > li > a,
.jqzoom-right .jqzoom-list > li > a {
    width: 100px;
}
.jqzoom-left .jqzoom-stage,
.jqzoom-right .jqzoom-stage {
    margin-left: 115px;
}
.jqzoom-right .jqzoom-list {
    left: auto;
    right: 0;
}
.jqzoom-right .jqzoom-stage {
    margin-left: 0;
    margin-right: 115px;
}
/****** End of Product Zoom ******/