/*share-box*/

.share_box .a2a_kit{
    line-height: 29px !important;
}

.share-link{}

.share_box .a2a_svg.a2a_s__default.a2a_s_whatsapp,
.share_box .a2a_default_style .a2a_svg{
    display: inline-block;
    background: #d0d0d0 !important;
    border-radius: 50%;
    line-height: 29px;
    width: 29px;
    height: 29px;
    transition: all .2s;
    margin: 2px 3px 0 0;
}

.share_box .a2a_svg.a2a_s__default.a2a_s_whatsapp:hover{
    background: rgb(18, 175, 10) !important;
}

.share_box .a2a_default_style .a2a_svg:hover{
    background: rgb(123, 179, 46) !important;
}

/*---------------------------*/
.search-keyword {
    position: relative;
    font-size: 16px;
    padding: 5px 0 5px 35px;
}
.search-keyword .ic {
    position: absolute;
    color: #d8d5e8;
    font-size: 32px;
    top: 0;
    left: 0;
}
/**********sort_box**********/
/***產品列表頁排序功能，下拉選單跟變換列表尺寸的小圖***/

.sort_box{
        margin-bottom: 40px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin-top: 0px;
}
.control-label{
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.control-box{
    float: left;
}
.sort_box .form-control {
    margin-bottom: 0px;
    background: #C0C3C9;
    color: #fff;
    padding: 0 5px;
    border: 1px solid #C0C3C9;
}
.sort_box .form-control:focus {
    outline: none;
    border-color: #004d9a;
    background: #004d9a;
    color: #fff;
}
.form-group {
    float: left;
    padding: 5px 0;
	font-size: 15px;
}
.form-group:after{
    content: '';
    display: block;
    float: left;
    z-index: 10;
    height: 22px;
    left: 0;
    top: 0;
    margin: 4px 4px;
}
.sort_icon{
    float: left;
    line-height: 30px;
    padding: 5px 0;
}
.sort_icon .ibtn.one {
    background-image: url(../../images/common/products/sort_pic3.png);
    width: 24px;
    height: 24px;
    display: none;
}
.sort_icon .ibtn.two {
    background-image: url(../../images/common/products/sort_pic1.png);
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.four {
    background-image: url(../../images/common/products/sort_pic2.png);
    width: 24px;
    height: 24px;
}
.sort_icon .ibtn.active{
    background-position: 0 100%;
}
/*************************************/
.products-list.type1 {
    margin: 0 -10px;
}
.products-list.type1 .item {
    width: 25%;
    padding: 0 10px;
}
.products-list.type1 .item:nth-child(4n+1) {
    clear: left;
}
.products-list .box {
    max-width: 540px;
    margin: 0 auto 50px;
    position: relative;
}
.products-list .box:after{
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #888888;
    transition: all .5s ease;

}
.products-list .box:hover:after{
    width: 100%;
}
.products-list .box.new:before {
    content: '';
    width: 42px;
    height: 39px;
    background: url(../../images/common/products/new.png);
    position: absolute;
    font-size: 14px;
    z-index: 10;
    top: -17px;
    left: 10px;
}
.products-list .pic-box {
    position: relative;
    overflow: hidden;
}
.products-list .pic {
    display: block;
    position: relative;
    overflow: hidden;
}

.products-list .txt {
    position: relative;
    z-index: 1;
    padding: 0 5px 8px;
}
.products-list .description {
    font-size: 13px;
    color: #777777;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.products-list .name {
    color: #373737;
    font-size: 17px;
    margin: 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.05em;
    height: 27px;
    transition: all .3s ease;


}
.products-list .box:hover .name {
    color: #004D9A;
}

.products-list a .pic .hover{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
    opacity: 0;
    background:rgba(0,174,229,.85);
}
.products-list a:hover .pic .hover{
    opacity: 1;
}
.products-list a .pic .hover .more{
    color: white;
    position: absolute;
    font-weight: bold;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -54px;
    width: 100px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    height: 30px;

    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size:16px;
    font-stretch:condensed;
    letter-spacing:1pt;



}
.products-list a .pic .hover .more b{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -25px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.products-list a:hover .pic .hover .more b{
    -webkit-transition: all 1.2s ease .5s;
    -moz-transition: all 1.2s ease .5s;
    -o-transition: all 1.2s ease .5s;
    -ms-transition: all 1.2s ease .5s;
    transition: all 1.2s ease .5s;
    bottom: -0;
}
.products-list a .pic svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -72px;    z-index: 2;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.products-list a .pic svg circle {
    stroke-dashoffset: 2000;    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    stroke-width: 2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.products-list a:hover .pic svg circle {
    stroke-dashoffset: 0;
        -webkit-transition: all 1.2s ease .5s;
    -moz-transition: all 1.2s ease .5s;
    -o-transition: all 1.2s ease .5s;
    -ms-transition: all 1.2s ease .5s;
    transition: all 1.2s ease .5s;
}
/***products_view_two***/
.products-list {
    max-width: 1300px;
    margin: 0 auto;
}
.products-list li.item_two {
    width: 50%;
    padding: 0 10px;
}
.products-list li.item_two:nth-child(4n+1) {
    clear: none;
}
.products-list li.item_two:nth-child(3n+1) {
    clear: none;
}
.products-list li.item_two:nth-child(2n+1) {
    clear: left;
}
.products-list .text-box {
    max-width: 620px;
    margin: 0 auto;
}
/***products_view_one***/

.products-list li.item_one:nth-child(n) {
    clear: none;
}
.products-list > li.item_one {
    width: 100%;
    padding: 0 8px;
    max-width: 1055px;
}
.products-list{
    margin: 0 auto;

}

.products-sect a .pic .hover{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -o-transition: all .8s ease;
    -ms-transition: all .8s ease;
    transition: all .8s ease;
    opacity: 0;
    background:rgba(0,174,229,.85);
}
.products-sect a:hover .pic .hover{
    opacity: 1;
}
.products-sect a .pic .hover .more{
    color: white;
    position: absolute;
    font-weight: bold;
    left: 50%;
    top: 50%;
    margin-top: -12px;
    margin-left: -54px;
    width: 100px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    height: 30px;

    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size:16px;
    font-stretch:condensed;
    letter-spacing:1pt;



}
.products-sect a .pic .hover .more b{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: -25px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.products-sect a:hover .pic .hover .more b{
    -webkit-transition: all 1.2s ease .5s;
    -moz-transition: all 1.2s ease .5s;
    -o-transition: all 1.2s ease .5s;
    -ms-transition: all 1.2s ease .5s;
    transition: all 1.2s ease .5s;
    bottom: -0;
}
.products-sect a .pic svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -72px;    z-index: 2;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.products-sect a .pic svg circle {
    stroke-dashoffset: 2000;    stroke-dasharray: 500;
    stroke-dashoffset: 500;
    stroke-width: 2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.products-sect a:hover .pic svg circle {
    stroke-dashoffset: 0;
        -webkit-transition: all 1.2s ease .5s;
    -moz-transition: all 1.2s ease .5s;
    -o-transition: all 1.2s ease .5s;
    -ms-transition: all 1.2s ease .5s;
    transition: all 1.2s ease .5s;
}

/*------------ detail ------------*/
.share_box .products{
    margin: 0;
    text-align: left;
}
.products-intro {
    margin: 0 0 40px;
}
.gallery {
    float: left;
    width: 45.15%;
}
.pd-intro,
.thumbnails {
    float: right;
    width: 50.17%;
}
.no-pic .pd-intro,
.no-pic .thumbnails {
    float: none;
    width: 100%;
}
.gallery .slider {
    max-width: 540px;
    margin: 0 auto;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}
.thumbnails {
    padding-top: 20px;
}
.thumbnails ul {
    margin: 0 -10px;
}
.thumbnails li {
    width: 16.66%;
    padding: 10px 5px 0;
}
.thumbnails li a {
    max-width: 220px;
    margin: 0 auto;
}
.thumbnails li a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background:rgba(0,174,229,.5);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.thumbnails li a:hover:before,
.thumbnails li.active a:before {
   background:rgba(0,174,229,0);
}
.pd-intro .pd-name {
    font-size: 22px;
    font-weight: normal;
    border-bottom: 1px solid #434253;
    padding: 8px 0;
    margin: 0;
}
.pd-description {
    padding: 8px 0;
    border-bottom: 1px solid #434253;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.7;
	font-size: 15px;
}

/*------------ products-detail ------------*/

.products-detail {
    position: relative;
}
.products-detail .editor {
    padding: 20px 0;
}

@media screen and (max-width: 1300px) {
    .gallery {
        width: 52%;
        margin-bottom: 20px;
    }
    .pd-intro,
    .thumbnails {
        width: 44%;
    }
    .thumbnails ul {
        margin: 0 -5px;
    }
    .thumbnails li {
        padding: 10px 5px 0;
    }
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1000px) {
    .products-list .box {
        margin: 0 auto 30px;
    }
}
@media screen and (max-width: 767px) {
    .sort_icon .ibtn.one {
        display: inline-block;
    }
    .sort_icon .ibtn.four {
        display: none;
    }
    .search-keyword {
        padding: 8px 15px 8px 45px;
 	    min-height: 32px;
		line-height: 31px;
    }
    .search-keyword .ic {
        left: 8px;
        top: 8px;
    }
    .pd-description {
        margin: 0 0 30px;
    }

    .gallery,
    .thumbnails,
    .pd-intro {
        float: none;
        width: auto;
    }
    .gallery {
        margin-bottom: 0;
    }
    .thumbnails {
        padding-top: 0;
    }
    .thumbnails li {
        width: 16.66%;
    }
	.products-list.type1 .item {
		width: 50%;
		padding: 0 10px;
	}
	.products-list li.item:nth-child(3n+1) {
		clear: none;
	}
	.products-list li.item:nth-child(2n+1) {
		clear: left;
	}
}
@media screen and (max-width: 500px) {
	.products-list.type1 .item {
		width: 100%;
		padding: 0 10px;
	}
	.products-list li.item:nth-child(2n+1) {
		clear: none;
	}
	.products-list li.item:nth-child(n+1) {
		clear: left;
	}
}
@media screen and (max-width: 400px) {

}