

#product {
    /*max-width: 1000px;*/
    text-align:center;
    box-sizing: content-box;
}



.prod-header {
    margin: 5px 0 20px;
}

.prod-data {
    z-index: 0;
    box-sizing: content-box;
    margin-left: 30px;
}

.picker {
    z-index: 0;
}
#image-picker {
    box-sizing: content-box;
}

/*
 * Paginator
 */
.prod-paginator {
    display: inline-block;
    width: 100%;
}
.prod-paginator .arrow-next
{
    height: 20px;
    width: 20px;
    background-image: url(../tmpl/img/productpage2015.png);
    background-position: 0 -134px;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0px;
    vertical-align: middle;
    margin: 2px;
}

.prod-paginator .arrow-prev
{
    height: 20px;
    width: 20px;
    background-image: url(../tmpl/img/productpage2015.png);
    background-position: 0 -64px;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 0px;
    vertical-align: middle;
    margin: 2px;
}

/*
 * Zoom image
 */
.big-pic-cont {
    position: relative;
}
#big-pic {
    max-height: 100%;
    max-width: 100%;

}
#zoom-glass
{
    width: 139px;
    height: 139px;
    border: 1px solid #369;
    background: #fff;
    opacity: 0.5;
    filter: alpha(opacity = 50);
    position: absolute;
    top: 100px;
    left: 100px;
    display: none;
}

#zoom-pic
{
    width: 100%;
    height: 100%;
    border: 1px solid #a8a8a8;
    position: absolute;
    top: 5px;
    left: 100%;
    display: none;
    overflow: hidden;
    background: #fff;
    z-index: 30;
}

#zoom-pic img
{
    position: absolute;
}

/*
 * Product price
 */

.prod-data #price-cont {
}

.prod-data #price-cont .price
{
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 36px;
    color: #333;
    line-height: 0.9;
    margin-top: 24px;
}
.prod-data #price-cont .price .integer-place
{
    float: left;
    vertical-align: top;
    font-size: 40px;
}
.prod-data #price-cont .price .decimal-place
{
    float: left;
    font-size: 19px;
    margin-left: 2px;
    vertical-align: top;
}
.prod-data #price-cont .price .currency {
    font-size: 19px;
    float: left;
    margin-left: 4px;
    vertical-align: top;
}

.prod-data #price-cont .price.special
{
    color: #C62233;
}
.prod-data #price-cont .now
{
    float: left;
    margin: 22px 5px 0 0;
    font-size: 24px;
}

.prod-data #price-cont .oldprice
{
    font-size: 23px;
    text-decoration: line-through;
    color: #333;
    font-weight: bold;
    background: transparent url('../tmpl/img/line-through.png') no-repeat;
}
.prod-data #price-cont .oldprice .integer-place
{
    float: left;
}
.prod-data #price-cont .oldprice .decimal-place,
.prod-data #price-cont .oldprice .currency
{
    font-size: 15px;
    float: left;
}

.prod-data .price-info
{
    margin-top: 15px;
    color: #000;
    font-size: 12px;
}

/*
 * Product options
 */

.prod-data .prod-detail .options,
.prod-data .prod-detail .recommend {
    padding-left: 133px;
    width: 308px;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E5E5E5;
}


.prod-data .options {
    margin-top: 15px;
}

.prod-data .options #sizes {
    padding-bottom: 15px;

}

.prod-data .options .color-label,
.prod-data .recommend .recommend-label
{
    position: absolute;
    margin: 3px 0 0 -100px;
    width: 89px;
    text-align: right;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    z-index: 0;
}

.prod-data .options .size-label
{
    position: absolute;
    z-index: 0;
    margin: 3px 0 0 -100px;
    width: 89px;
    text-align: right;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
}

.prod-data .options #color,
.prod-data .options #size {
    display: none;
}

.prod-data .options>ul,
.prod-data .options .options-color ul,
.prod-data .options #sizes>ul.drop-down
{
    width: 100%;
    list-style: none;
    background-color: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;

}

.prod-data .options>ul:hover,
.prod-data .options .options-color ul:hover,
.prod-data .options #sizes>ul.drop-down:hover {
    border: 1px solid #0d76bd;
}

.prod-data .options .options-color ul.single:hover {
    border: none;
}

#color-static {
    padding: 5px;

}

#color-static span,
#size-static {
    position: relative;
    width: 100%;
    text-decoration: none;
    text-align: left;
}

#color-static>span>span:after,
#size-static>span:after{
    background-image: url('../tmpl/img/prod-spring-2x.png');
    background-position: 0 -159px;
    background-size: 50px 2229.5px;;
    background-repeat: no-repeat;
    content: "";
    right: 9px;
    top: 50%;
    position: absolute;
    margin-top: -9px;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.prod-data .options ul.single {
    background-image: none !important;
    list-style: none;
    cursor: text;
    border: none;
    text-align:left;

}
.prod-data .options ul.single img {
    display: inline;
}

.prod-data .options ul.single span span {

}
.prod-data .options .options-color ul.single li:hover span span {
    text-decoration: none !important;
}

/*
 * Sizes
 */
.prod-data .options #sizes>ul.drop-down>li>span
{
    display: block;
    padding: 5px 7px 5px 7px;

}
.prod-data .options #sizes ul.drop-down li ul li
{
    height: auto;
    min-height: 0;
}
.prod-data .options #sizes
{
    text-align: left;
}

.prod-data .options #sizes>ul.single
{
    list-style: none;
}
.prod-data .options #sizes ul.single li:hover span {
    text-decoration: none !important;
}

.prod-data .options #sizes>ul.btns
{
    list-style: none;

}
.prod-data .options #sizes>ul.btns li
{
    display: inline-block;
    border: 1px solid #aaa;
    margin: 2px 4px 2px 0;
    color: #000;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
    font-weight: 400;
    text-shadow: none;
    text-align: center;
    box-shadow: none;
    line-height: 18px;
    box-sizing: border-box;
    min-width: 40px;
    min-height: 30px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    
}
.prod-data .options #sizes>ul.btns li span
{
    text-decoration: none;
}
.prod-data .options #sizes>ul.btns li.long-delivery {
    border: 1px dashed #aaa;
}
.prod-data .options #sizes>ul.btns li:hover
{
    border-color: #0d76bd;
    color: #0d76bd;
}
.prod-data .options #sizes>ul.btns li.active
{
    background-color: #000;
    color: #fff;
    border: 1px solid #aaa;
}
.prod-data .options #sizes>ul.btns li.active span {
    color: #fff;
}
.prod-data .options #sizes>ul.btns li.long-delivery.active {
    border: 1px dotted #369;
}
.prod-data .options #sizes>ul.btns li.active:hover
{
    cursor: default;
    color: #fff;
}

.prod-data .options ul li ul li
{
    padding: 5px;
}
.prod-data .options ul li span img {
    float: left;
    display: block;
    margin: 0px 7px;
}

.prod-data .options ul li span span {
    display: block;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    color: #333;
    font-size: 12px;
    box-sizing: content-box;
    text-align: left;
    white-space: normal;
    overflow-wrap: break-word;
    vertical-align: text-top;
}
.prod-data .options  #sizes ul.drop-down li ul li
{
    height: auto !important;

}

.prod-data .options #sizes>ul.btns li:hover span
{
    text-decoration: none !important;
}
.prod-data .options ul li>div {

}

.prod-data .options ul li div {
    z-index: 200;
    position: absolute;
    width: 100%;
    padding-right: 30px;
    max-height: 400px !important;

}

.prod-data .options ul li ul {
    width: 213px;
    list-style: none;
    background-color: #fff;
    border: 1px solid #888;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 3px;
    text-decoration: none;
    z-index: 100;
    max-height: 300px;
    overflow-y: scroll;
}

.prod-data .options ul li ul li {
    min-height: 39px;
    text-decoration: none;
}

.prod-data .options ul li ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
    text-decoration: none;

}
.prod-data .options ul li ul li:hover span span,
.prod-data .options #sizes ul li ul li:hover span {
    text-decoration: none;
}

/*
  Item Availability
 */
.prod-data #item-availability
{
    padding: 5px 0 0 0;
    height: 40px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;


}
.prod-data #item-availability span
{
    font-size: 13px;
    margin: 5px 0;
    position: relative;

}

.prod-data #item-availability span:after {
    content: "";
    position: absolute;
    left: 0;
    margin-left: -25px;
    margin-top: -3px;
    width: 20px;
    height: 20px;
    background-image: url(../tmpl/img/productpage2015.png);
}

.prod-data #item-availability .available {
    color: #148949;
}

.prod-data #item-availability .available:after
{
    background-position: 0 -274px;
}

.prod-data #item-availability .long-delivery
{
    color: #e09e00;
}

.prod-data #item-availability .long-delivery:after {
    background-position: 0 -309px;
}

.prod-data #item-availability .out-of-stock
{
    color:#e03;
}
.prod-data #item-availability .out-of-stock:after {
    background-position: 0 -344px;
}

/*
 * Cart stuff
 */
.amount {
    margin: 8px 0;
}


.prod-data .add-to-cart
{
    position: relative;
    margin-bottom: 15px;
}

.button18.cart {
    width: 100%;
    position: relative;
    font-size: 15px;
    box-sizing: border-box;
    padding: 0;
    line-height: 50px;
}
.button18.cart:after {
    /*background-image: url(//static.bonprixsecure.com/resource/20190220_170050/desktop/images/generated_sprites/default2015.png);*/
    background-image: url(../tmpl/img/default2015.png);
    background-position: 0 -1658px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    left: 10px;
    top: 9px;
    display: inline-block;
    position: relative;
    content: '';
}

.button18.wishlist {
    width: 100%;
    margin-bottom: 15px;
    padding: 5px;
    min-height: 0;
    line-height: 18px;
}
.button18.wishlist span {

    font-size: 13px;
    vertical-align: middle;
    box-sizing: border-box;
    line-height: 13px;
}

.button18.wishlist:after {
    background-image: url(../tmpl/img/default2015.png);
    background-position: 0 -611px;
    background-repeat: no-repeat;
    width: 25px;
    height: 20px;
    left: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    content: '';
}

/*
 * Product info
 */
 .product-info {
     background-color: #f5f5f5;
     margin: 42px 0 0 0;
     padding: 25px 0 40px;
 }
 .product-info h2,
 .prod-bottom h2 {
     text-align: center;
     font-size: 18px;
     letter-spacing: 1px;
     margin-bottom: 50px;
 }
 .product-info .description {
     font-size: 18px;
     line-height: 25px;
 }
 .product-detail-option {
     font-size: 15px;
     display: table;
 }
 .product-detail-option label {
     letter-spacing: 1px;
     width: 160px;
     font-weight: 300;
     display: table-cell;
 }
 .product-detail-option span {
     display: table-cell;
     word-break: break-all;
 }
 .product-info .description h3 {
     font-family: MuseoCyrl300,Arial,sans-serif;
     font-weight: 400;
     letter-spacing: 1px;
     font-size: 18px;
     line-height: 24px;
 }



 .banner-products {
     position: relative;
     width: 100%;
 }


 /*
  * Additional products
  */

.carousel-separator {
    border-top: 1px solid #ccc;
    margin-top: 55px;
    margin-bottom: 30px;
}

 /*
  * RESPONSIVE
  */

@media (max-width: 576px){
    .container {
         max-width: none;
            width: auto;
    }
}

@media (max-width: 767px) {
    .prod-data {
        width: auto;
        margin-left: 0;
    }
    #image-picker {
        overflow: hidden;
    }
    .product-info {
        background-color: #fff;
        overflow: hidden;
    }
    #product-detail {
        padding: 15px;
    }
    .product-info .description {
        font-size: 14px;
        line-height: 25px;
    }
    .product-info .drop-header {
        background-color: #e8e8e8;
        text-align: left;
    }
    .drop-header:before {
        position: absolute;
        background-color: #e8e8e8;
        height: 100%;
        left: -999em;
        margin-left: 20px;
        display: block;
        width: 999em;
        content: '';
    }
    .drop-header:after {
        position: absolute;
        background-color: #e8e8e8;
        height: 100%;
        left: 100%;
        margin-left: -20px;
        top: 0;
        display: block;
        width: 1001em;
        content: '';
    }

    .drop-header span:after  {

        width: 40px;
        height: 40px;
        float: right;
        text-align: center;
        vertical-align: middle;
        background-repeat: no-repeat;
        display: flex;
        position: absolute;
        right: 15px;
        top: 5px;
    }
    .drop-header span {
        display: inline-block;
        width: 100%;
        margin: 15px;
        line-height: 20px;
    }
    .drop-header span[aria-expanded=true]:after {
        content: " ";
        background-position: 6px -705.5px;
        background-size: 300px 4450.5px;
        background-image: url(../tmpl/img/global2x.png);
    }
    .drop-header span[aria-expanded=false]:after {
        content: " ";
        background-position: 6px -870.5px;
        background-size: 300px 4450.5px;
        background-image: url(../tmpl/img/global2x.png);
    }
    .product-detail-options {
        margin-top: 20px;
    }
    .product-detail-option {
        border-bottom: 1px solid #ccc;
        margin-top: .5rem;
        width: 100%;
    }
    .product-detail-option label {
        font-weight: 700;
        letter-spacing: 0;
        width: 40%;
        padding-bottom: .5rem;
    }
    .product-detail-option span {
        width: 60%;
    }

    #cart-lay {
        background-color: #000;
        opacity: 0.8;
    }
    #cart-modal-content {
        position: absolute;
        left: 5%;
        top: 15px;
        background-color: #fff;
        border: 1px solid #666;
        border-radius: 3px;
        width: 90%;
        min-height: 100px;
        transform: none;
    }
    #cart-modal-content h1 {
        font-size: 1rem;
        text-align: center;
        margin-left: 5vw;
        margin-right: 5vw;
        font-family: Arial, sans-serif;
        font-weight: 700;
        color: #000;
    }
    #cart-modal-content h1:before {
        display: none;
    }
    .cart-actions {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 10px 20px;
        margin: 0;
    }
    .cart-action {
        padding: 10px 10px;
    }
    .cart-action .button18 {
        width: 100%;
    }
    #cart-modal-content .close-button {
        position: absolute;
        right: 25px;
        top: 10px;
    }
    #cart-modal-content .close-button span {
        background-image: url('../tmpl/img/responsive-2x.png');
        background-position: 0 -1874.5px;
        background-size: 141px 3172px;
        background-repeat: no-repeat;
        width: 32px;
        height: 32px;
        display: block;
    }



}

@media (min-width: 767px) {
    .thumb-images {
        margin-top: 0;
    }
    .thumb-image {
        float: left;
        padding: 0 4px 8px 4px;
        margin: 1px;
    }
    .picker {
        max-width: 180px;
        float:right;
    }
    #product-detail {
        display: flex;
    }
}




/*
.tab
{
    padding: 3px 12px 3px;
    border: 1px solid #a8a8a8;
    border-width: 1px 0 1px 1px;
    font-weight: bold;
    float: left;
    background-color: #ececec;
    color: #727272;
}

.tab.active
{
    color: #fff;
    margin-bottom: -1px;
    padding: 3px 12px 5px;
    border-bottom: 0;
}

.tab.last
{
    border-width: 1px;
}

.prod-cont
{
    width: 980px;
    min-height: 250px;
    margin: 5px 0 0 22px;

}

.prod-cont .picker
{
    margin-top: 10px;
}

.prod-cont .thumb-slider
{
    width: 319px;
    height: 74px;
}

#thumb-slider-left
{
    background: url('../tmpl/img/carousel_arrows.png') no-repeat -794px -12px;
    height: 44px;
    width: 20px;
    float: left;
    margin: 13px 3px 13px 0;
    cursor: pointer;
}
#thumb-slider-left:hover
{
    background-position: -750px -12px;
}
.thumb-slider-left-disabled
{
    background-position: -705px -12px !important;
}
.thumb-slider-left-disabled:hover
{
    background-position: -661px -12px !important;
}
#thumb-slider-right
{
    background: url('../tmpl/img/carousel_arrows.png') no-repeat -815px -12px ;
    height: 44px;
    width: 20px;
    float: right;
    margin: 13px 0 13px 3px;
    cursor: pointer;
}
#thumb-slider-right:hover
{
    background-position: -771px -12px;
}
.thumb-slider-right-disabled
{
    background-position: -726px -12px !important;
}
.thumb-slider-right-disabled:hover
{
    background-position: -682px -12px !important;
}

#thumb-slider-right.hidden, #thumb-slider-left.hidden,#box-thumb-slider-right.hidden, #box-thumb-slider-left.hidden
{
    visibility: hidden;
}

.prod-cont .slider-box
{
    float: left;
    width: 273px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
    height: 50px;
}

.prod-cont #slider-table
{
    position: absolute;
}

.prod-cont #slider-table a
{
    display: block;
    height: 44px;
    width: 31px;
    text-align: center;
    margin: 0 4px;
    border: 3px solid #fff;
}

.prod-cont #slider-table a.active
{
    margin: 0 4px;
    border: 3px solid #369;
}


#box-thumb-slider-left
{
    background: url('../tmpl/img/carousel_arrows.png') no-repeat -511px -8px;
    height: 51px;
    width: 29px;
    position: absolute;
    left: 0;
    z-index: 20;
    margin: 32px 3px 32px 0;
    cursor: pointer;
}
#box-thumb-slider-left:hover
{
    background-position: -351px -8px;
}
.box-thumb-slider-left-disabled
{
    background-position: -23px -8px !important;
    cursor: default;
}
.box-thumb-slider-left-disabled:hover
{
    background-position: -173px -8px !important;
    cursor: default;
}
#box-thumb-slider-right
{
    background: url('../tmpl/img/carousel_arrows.png') no-repeat -604px -8px ;
    height: 51px;
    width: 29px;
    position: absolute;
    right: 0;
    margin: 32px 0 32px 3px;
    cursor: pointer;
}
#box-thumb-slider-right:hover
{
    background-position: -444px -8px;
}
.box-thumb-slider-right-disabled
{
    background-position: -116px -8px !important;
    cursor: default;
}
.box-thumb-slider-right-disabled:hover
{
    background-position: -266px -8px !important;
    cursor: default;
}

#box-thumb-slider-right.hidden, #box-thumb-slider-left.hidden
{
    visibility: hidden;
}

#big-pic
{
    vertical-align: middle;
    cursor: move;
    border: 0;
}

.prod-cont .left
{
    width: 322px;
    position: relative;
}

.prod-cont .right
{
    -webkit-box-shadow: rgb(0, 0, 0) -5px 0px 9px -10px;
    box-shadow: rgb(0, 0, 0) -5px 0px 9px -10px;
    width: 187px;
    padding-top: 21px;
}


.prod-cont .prod-detail {
    float: left;
    width: 451px;
    padding-right: 9px;
}
.prod-cont .prod-detail #price-cont
{
    width: 308px;
    padding-left: 132px;
    padding-top: 30px;
    border-bottom: 1px solid #E5E5E5;
    min-height: 120px;
}


.prod-cont .right .courier
{
    color: #909090;
    margin-top: 20px;
}



.prod-cont .cart
{
    font-weight: bold;
    font-size: 11px;
    padding-left: 11px;
    min-height: 300px;
}
.prod-cont .add-to-cart
{
    position: relative;
    margin-left: -35px;
}
.prod-cont .add-to-cart input.submit {

    -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px 0px;
    background-image: url('../tmpl/img/overlay-button-checkout.png');
    background-image: -webkit-linear-gradient(top, rgb(208, 46, 57) 0%, rgb(194, 43, 52) 50%, rgb(182, 22, 30) 50%, rgb(182, 22, 30) 100%);
    border-radius: 4px;
    border: 1px solid #72090C;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 2px 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 29px;
    line-height: 13px;
    padding: 6px 9px 8px 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 1px;
    width: 192px;
    outline: none;
}
.prod-cont .add-to-cart input.submit:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 5px 0px;
    background-image: url('../tmpl/img/overlay-button-checkout-hover.png');
    background-image: -webkit-linear-gradient(top, rgb(187, 41, 51) 0%, rgb(175, 39, 48) 50%, rgb(164, 20, 27) 50%, rgb(164, 20, 27) 100%);
}
.prod-cont .add-to-cart .bag-image
{
    background: url('../tmpl/img/ada_sprite2.png') no-repeat -10px -338px;
    display: block;
    height: 58px;
    position: absolute;
    right: 0px;
    top: -15px;
    width: 47px;
}
.prod-cont .add-to-cart .shadow-image
{
    background-image: url('../tmpl/img/ada_cart_button_shadow.png');
    bottom: -25px;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 1px;
    height: 24px;
    left: 2px;
    position: absolute;
    text-align: left;
    width: 21px;
}

.prod-cont .actions
{
    font-weight: bold;
    margin-top: 21px;
    font-size: 12px;
}
.prod-cont .actions a {
    display: block;
    margin: 0;
    padding: 0;
}
.prod-cont .actions a:hover
{
    text-decoration: underline
}


.prod-cont .left .media
{
    float: left;
    padding: 5px 11px 0 0;
    text-align: center;
    width: 321px;
    display: block;
}

.prod-cont .left .special
{
    background: transparent url('../tmpl/img/sale.png') no-repeat;
    width: 46px;
    height: 38px;
    padding-top: 8px;
    text-align: center;
    position: absolute;
    left: 260px;
    top: 8px;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 17px;
    font-weight: bold;
    z-index: 20;
}

.prod-cont .prod-detail .data
{
    float: left;
    width: 340px;
    padding: 25px 15px;
}

.prod-cont h1
{
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: 22px;
    margin: 0;
    padding: 0;
}
.prod-cont h2 {
    margin: 0;
    padding: 0;
    line-height: 14px;
    max-width: 635px;
}
.prod-cont h2 a {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #333;
    text-decoration: none;
}
.prod-cont h2 a:hover {
    text-decoration: underline;
}
.prod-cont .prod-heading
{
    width: 648px;
    height: 42px;
    padding: 10px 0 20px 0;
    float: left;
    border-bottom: 1px solid #CFCFCF;
}

.prod-cont .prod-heading .brand
{
    width: 121px;
    height: 43px;
    float: left;
    margin: 0 11px 0 0;
    text-align:center;
}

#descr
{
    margin-top: 20px;
}

#descr a
{
    color: #000;
}


.prod-bottom {

}

.prod-bottom .left , .prod-cart-right .others-bought, .prod-cart-right .we-recommend
{
    width: 319px;
    float: left;
    margin-left: 22px;
    border: 1px solid #f0f0f0;
}
.prod-bottom .heading,.prod-cart-right .others-bought .heading, .prod-cart-right .we-recommend .heading
{
    background-color: #F0F0F0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 16px;
    color: #333;
    padding: 11px;
}
.prod-bottom .data {
    float: left;
    width: 451px;
    margin-left: 11px;
}
.prod-bottom .data .desc {
    padding: 11px;
}
.prod-bottom .right {
    float: left;
    width: 187px;
    margin-left: 11px;
    border: 1px solid #f0f0f0;
}






.box {
}

.box .box-product {
    float: left;
    display: inline-block;
    width: 142px;
    height: 199px;
    margin: 6px 0 5px 11px;
    position: relative;
}
.box .box-product .info {
    display: none;
    position: absolute;
    left: 0px;
    bottom: 20px;
    margin: 0 5px 0 5px;
    background: #fff;
    color: #333;
    padding: 10px;
    border: 1px solid #F8EBDA;
    width: 110px;
    opacity: 0.8;
}
.box .box-product .info .name {
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
    display: block;
}
.box {
}

.box-product-small {
    float: left;
    display: inline-block;
    width: 77px;
    height: 105px;
    margin: 6px 0 5px 11px;
    position: relative;
}
.box-product-small .zoom-info {
    display: none;
}





.big-pic-cont
{
        -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 6px 0px;
        box-shadow: rgba(0, 0, 0, 0.298039) 0px 2px 6px 0px;
        line-height: 448px;
        height: 450px;
        width:321px;
        position: relative;
}
.video-button {
        position: absolute;
        bottom: 11px;
        right: 11px;
        z-index: 9;
        width: 44px;
        height: 44px;
        background: transparent url('../tmpl/img/video_sprite.png') no-repeat 0px -267px;
        display: block;
        cursor: pointer;

}
.video-button:hover {
        background-position: -64px -267px;
}
#video-container {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 99;
        background-color: #fff;
        overflow:hidden;
}

#zoom-info2 {
        position: absolute;
        display: none;
        -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 3px 3px 0px;
        z-index: 999;
}
#zoom-info2 .info {
        position: absolute;
        bottom: 20px;
        left: 18px;
        background: #fff;
        color: #333;
        padding: 10px;
        border: 1px solid #F8EBDA;
        width: 138px;
        height: auto;
        opacity: 0.8;
}
#zoom-info2 .info .name {
        font-family: Arial, sans-serif;
        font-size: 13px;
        font-weight: bold;
        color: #333;
        padding-bottom: 5px;
        display: block;
}


.prod-paginator
{
        float: right;
        font-size: 12px;
}

.prod-paginator .arrow-next
{
        height: 11px;
        width: 11px;
        background: url('../tmpl/img/icon_sprite.png') no-repeat -32px -855px;
        display: inline-block;
        font-size: 0px;
         vertical-align: middle;
        margin: 2px;
}

.prod-paginator .arrow-prev
{
        height: 11px;
        width: 11px;
        background: url('../tmpl/img/icon_sprite.png') no-repeat -34px -832px;
        display: inline-block;
        font-size: 0px;
        vertical-align: middle;
        margin: 2px;
}

.prod-paginator .cur
{
        font-weight: bold;
}
.content .top
{
        background-color: #F0F0F0;
        padding: 10px !important;
        margin: 20px 22px 0 22px;;
        height: 15px;
}
.content .top .back
{
        float: left;
        color: #369;
        text-decoration: none;
}

.content .top .back span
{

}

.content .bottom
{
        overflow: hidden;
        padding: 5px 0 10px;
}