﻿@charset "utf-8";

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.owl-carousel {
    position: relative;
    width: 100%;
}

.owl-carousel .owl-item {
    float: left;
    min-height: 1px;
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
    position: relative;
}

.owl-carousel .owl-controls {
    height: 0;
    overflow: visible;
}

.owl-stage {
    position: relative;
}

.owl-loaded .slide-item {
    display: block;
}

.owl-dots .owl-dot, .owl-prev, .owl-next {
    cursor: pointer;
}

.owl-dots {
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
}

.owl-dots .active {
    background: #000;
}

@font-face {
    font-family: 'fontawesome';
    src: url('fonts/fontawesome-webfont.eot');
    src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.content_scene_cat .product-image a {
    float: none;
    padding: 0;
}

.product-view .image-additional .owl-item li a {
    border: none;
}

.product-view .image-additional .owl-item li.current a {
    background: none;
    border-color: none;
}
.product-intro {
    position: relative;
    display: block;
}

.product-title {
    font-size: 24px;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    font-family: 'arial';
    font-weight: normal;
    line-height: 28px;
    color: #1a1926;
}

.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}

.cloud-zoom-title {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

.cloud-zoom-big {
    border: 1px solid #eee;
    overflow: hidden;
    padding: 0px;
}

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.product-view {
    position: relative;
    width: 100%;
    /*float: left;*/
}

.product-view .product-image {
    border: 1px solid #d2d2d2;
}

.product-view .product-image img {
    position: relative;
    width: 100%;
}

.product-view .image-additional {
    position: relative;
}

.product-view .image-additional ul {
    position: relative;display:block;
    width: 100%;
    padding: 0 10px;
}

.product-view .image-additional li {
    position: relative;
    width: 100%;
    margin: 0 8px 0 0;
}

.product-view .image-additional li.single {
    display: none;
}

.product-view .image-additional li img {
    position: relative;
    width: 100%;
    border: 1px solid #d2d2d2;margin-bottom:10px;
}

.product-view .image-additional li a, .product-view .image-additional li.current>a {
    position: relative;
    display: block;
    padding: 0 4px;
    margin: 0;
}

.product-view .image-additional li.current img {
    border-color: #ccc;
    border-width: 3px;
}

.product-view .image-additional img.popup {
    display: none;
}

.image-additional .owl-nav {
    display: inline;
    position: absolute;
    top: 50%;
    margin: -13px 0 0;
    left: 0;
    width: 100%;
    z-index: 0;
}

.image-additional .owl-prev, .image-additional .owl-next {
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 999;
    float: left;
    display: block;
    background-repeat: no-repeat;
    font-size: 22px;
    font-family: "fontawesome";
}

.image-additional .owl-prev {
    left: 0;background-image:url(../images/icon8.png); background-repeat:no-repeat;width:46px;height:46px;
}

.image-additional .owl-next {
    right: 0;background-image:url(../images/icon9.png); background-repeat:no-repeat;width:46px;height:46px;
}

.image-additional .owl-prev:before {
    content: ""; 
}

.image-additional .owl-next:before {
    content: "";
}

@media screen and (max-width: 769px) {
    .product-view .image-additional li img {
        border: none;
    }

    .owl-carousel {
        padding: 0 0 30px;
    }

    .sub-content {
        position: relative;
        display: block;
        right: auto;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 99999;
    }

    .scrollsidebar, .bottomsidebar {
        display: none;
    }

    .product-view {
        width: 100%;
        float: none;
    }

    .product-view .product-image {
        display: none;
    }

    .product-view .image-additional {
        width: 100%;
        margin: 0;
    }

    .product-view .image-additional ul {
        width: 100%;
    }

    .product-view .image-additional li {
        width: 100%;
        margin: 0;
    }

    .product-view .image-additional li a {
        padding: 0;
        float: none;
    }

    .product-view .image-additional li.current img {
        border-color: inherit;
    }
}

@media screen and (max-width: 800px) {
    .product-view .image-additional li.single {
        display: block;
    }
}

.product-view .image-additional {
    width: 100%;
    margin: 20px 0;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 0;
}

.owl-carousel .owl-controls {
    height: auto;
    margin-top: 10px;
}

.owl-dots {
    display: flex;
}

.owl-dot {
    width: 20px;
    height: 5px;
    border-radius: 5px;
    background-color: #ccc;
    margin: 0 5px;
}

.none {
    display: none;
}


.product-right {
    width: 100%;
}

.shown_products_a {
  width:100%;float:left;
}
.shown_products_a .shown_products_a_left {
    width: 50%;
    margin-right: 20px;float:left;
}

.shown_products_a_right .show_t {
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    color: #333;
}
.shown_products_a_right {float:right;
    width:45%;
}
.shown_products_a_right h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 10px 0;
    color: #666;
}
.shown_products_a_right p {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

.shown_products_b {
  margin-top: 5%;
width: 100%;
float: left;
}
.shown_products_b .shown_products_b_tt {
    width: 100%;
    border-bottom: 1px solid #aaa;
}
.shown_products_b_tt h3 {
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
}
.shown_products_b .shown_products_b_txt {
    margin-top: 20px;
}

.product-view .image-additional li a, .product-view .image-additional li.current > a{padding: 0 10px !important;}


@media screen and (max-width: 768px) {
    .shown_products_a .shown_products_a_left {
        width: 500px;
        margin: 0 auto;float: none;
    }
    .shown_products_a_right {
        width: calc(100%);
        padding: 0 20px;
    }
}

@media screen and (max-width: 640px) {
    .shown_products_a .shown_products_a_left {
        width: 100%;
        padding: 0 20px
        margin: 0 auto;
    }
}

