.site-main {

    background: #E8E9E3;

    padding-bottom: 30px;

}

.products-detail .container {

    max-width: 1570px;

}



.products-intro {

    float: right;

    width: 540px;

    padding-top: 120px;

    font-size: 15px;

    line-height: 1.8;

}

.pd-name,

.pd-offers {

    font-size: 40px;

    line-height: 1.4;

}

.pd-offers {

    margin-bottom: 20px;

}

.color-choose {

    margin-bottom: 20px;

}

.color-choose label {

    display: inline-block;

    position: relative;

    line-height: 1;

    width: 24px;

    height: 24px;

    margin: 5px;

}

.color-choose label.checked:before {

    content: '';

    display: block;

    position: absolute;

    top: -3px;

    left: -3px;

    width: 30px;

    height: 30px;

    border: 1px solid #777;

    border-radius: 15px;

    box-sizing: border-box;

}

.color-choose label input {

    width: 0;

    height: 0;

    visibility: hidden;

    opacity: 0;

    position: absolute;

    top: 0;

    left: 0;

    z-index: -1;

}

.pd-size,

.pd-dimension {

    display: inline-block;

    vertical-align: middle;

    margin-right: 20px;

    margin-bottom: 25px;

}

.pd-size b,

.pd-dimension b {

    display: block;

}

.pd-size span {
    position: relative;

    display: inline-block;

    border: 1px solid #AAABA5;

    line-height: 28px;

    padding: 0 10px;

    border-radius: 15px;

}

.pd-size span.checked:before {

    content: '';

    display: block;

    position: absolute;

    top: -3px;
    
    bottom: -3px;

    left: -3px;

    right: -3px;

    border: 1px solid #777;

    border-radius: 20px;

    box-sizing: border-box;

}

/*
.pd-size span:hover {
	  display: inline-block;

    border: 1px solid #777;

    line-height: 28px;

    padding: 0 10px;

    border-radius: 15px;
	
	}
*/


.btn.wish {

    color: #888;

    font-size: 23px;

    text-decoration: underline;

    vertical-align: bottom;

    margin-bottom: 25px;

}

.btn.wish:hover {

    color: #111;

}

.pd-qty {

    display: inline-block;

    vertical-align: top;

    width: 150px;

    margin-right: 10px;

}

.pd-qty .form-control {

    border: 1px solid #AAABA5;

    font-size: 15px;

    color: #1F1918;

    height: 60px;

    padding-right: 35px;

    background: url(../images/select_caret.png) 100% 50% no-repeat;

    -webkit-appearance:none;

    -moz-appearance:none;

    appearance:none;

}

.btn.addcart {

    background: #000;

    color: #DFDFDD;

    font-size: 30px;

    width: 100%;

    max-width: 375px;

    line-height: 60px;

}

.btn.addcart:hover {

    color: #fff;

    background: #333;

}

.products-intro .intro-txt {

    padding:40px 0;

    font-size: 20px;

    line-height: 1.2;

}

.products-share .btn {

    width: 47px;

    height: 47px;

    font-size: 47px;

}



.gallery {

    float: left;

    width: calc(100% - 600px);

    padding: 30px 80px;

    box-sizing: border-box;

}

.gallery .slick-prev,

.gallery .slick-next {

    text-indent: 100%;

    white-space: nowrap;

    overflow: hidden;

    text-align: left;

    padding: 0;

    border: 0;

    background: url(../images/slider_arrow.png) no-repeat;

    width: 80px;

    height: 160px;

    position: absolute;

    top: 50%;

    margin-top: -80px;

}

.gallery .slick-prev {

    background-position: 0 0;

    left: -80px;

}

.gallery .slick-next {

    background-position: 100% 0;

    right: -80px;

}

.gallery img {

    margin: 0 auto;

}



.products-recommend .container {

    max-width: 1860px;

    text-align: center;

}

.recommend-title {

    text-align: center;

    border-bottom: 2px solid #000;

    font-size: 21px;

    padding: 30px 0 5px;

}

.recommend-list {

    max-width: 1350px;

    margin: 0 auto;

}

.recommend-list .item {

    padding: 0 10px;

    width: 25%;

}

.recommend-list .box {

    max-width: 230px;

    margin: 30px auto 0;

}



body .fancybox-skin {

    margin: 60px 80px 0;

}

body .fancybox-opened .fancybox-skin {

    -webkit-box-shadow: none;

       -moz-box-shadow: none;

            box-shadow: none;

}

body .fancybox-close {

    background: url(../images/products/lightbox_close.png) no-repeat;

    width: 60px;

    height: 60px;

    right: -80px;

    top: -60px;

}

body .fancybox-nav span {

    background: url(../images/slider_arrow.png) no-repeat;

    width: 80px;

    height: 160px;

    margin-top: -80px;

    visibility: visible;

}

body .fancybox-prev span {

    background-position: 0 0;

    left: -80px;

}

body .fancybox-next span {

    background-position: 100% 0;

    right: -80px;

}



@media screen and (max-width: 1440px) {

    .products-intro,

    .gallery {

        float: none;

        width: auto;

    }

    .products-intro {

        padding-top: 0;

    }

}

@media screen and (max-width: 767px) {

    .gallery {

        padding: 20px 50px;

    }

    body .fancybox-skin {

        margin: 40px 50px 0;

    }

    body .fancybox-close {

        width: 40px;

        height: 40px;

        background-size: 40px auto;

        right: -50px;

        top: -40px;

    }

    .gallery .slick-prev,

    .gallery .slick-next,

    body .fancybox-nav span {

        margin-top: -40px;

        width: 40px;

        height: 80px;

        background-size: 80px auto;

    }

    .gallery .slick-prev,

    body .fancybox-prev span {

        left: -50px;

    }

    .gallery .slick-next,

    body .fancybox-next span {

        right: -50px;

    }

    .pd-name, .pd-offers {

        font-size: 28px;

    }

    .pd-qty .form-control {

        height: 45px;

    }

    .btn.addcart {

        line-height: 45px;

        font-size: 24px;

    }

    .products-intro .intro-txt {

        font-size: 15px;

    }

    .recommend-list {

        margin: 0 -7px;

    }

    .recommend-list .item {

        width: 50%;

        padding: 0 7px;

    }

}

@media screen and (max-width: 500px) {

    body .fancybox-skin {

        margin: 70px 0 0;

    }

    body .fancybox-close {

        right: 50%;

        margin-right: -20px;

        top: -60px;

    }

    body .fancybox-nav span {

        margin: 0;

        top: -78px;

    }

    body .fancybox-prev span {

        left: 0;

    }

    body .fancybox-next span {

        right: 0;

    }

    .products-share .btn {

        width: 35px;

        height: 35px;

        font-size: 35px;

    }

    .recommend-title {

        font-size: 18px;

    }

}