﻿
.pro-main{
    display: flex;
}
.pro_main_left_info {
    display: flex;
    margin-bottom: 30px;

}
.pro_main_left {
    width: 100%;
}
.pro_main_right {
    width: 27%;
    margin-left: 30px;
    border-left: 1px solid #ccc;
    padding-left: 30px;
}
.pro-main-img {
    width: 55%;
    display: flex;
    align-items: flex-start;
    margin-right: 30px;
}

.pro-img {
    margin: 0;
    order: 2;
    width: calc(80% - 10px );
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-left: 10px;
    padding: 10px;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
}

.pro-img.slick-initialized .slick-slide {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 4vw 30px;
}

.pro-img.slick-slider .slick-track {
    display: flex;
}
.pro-thumb.slick-initialized .slick-slide {
    border: 1px solid #dcdcdc;
    margin-bottom:5px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.pro-thumb  .slick-arrow {
    cursor:pointer;
    position:relative;
    text-indent: -999999px;
    background: none;
    border: 1px solid #ccc;
}
    .pro-thumb .slick-arrow:before {
        content: "";
        border: 2px solid transparent;
        border-top: 2px solid #979797;
        border-right: 2px solid #979797;
        padding: 3px;
        position: absolute;
        top: 10px;
        left: calc(50% - 5px);
        transform: rotate(-45deg);
    }
.slick-prev.slick-arrow{
    margin-bottom:5px;
}
.slick-next.slick-arrow:before {
    transform: rotate(135deg);
    top: 3px;
}
.pro-thumb.slick-initialized .slick-slide:before {
    content: '';
    position: absolute;
    background: #f0f0f0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0.5,0.5);
    opacity: 0;
    transition: all 0.3s;
}

.pro-thumb.slick-initialized .slick-slide.slick-current:before, 
.pro-thumb.slick-initialized .slick-slide:hover:before {
    opacity: 0.3;
    transform: scale(1,1);
}
.pro-thumb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20%;

}
.pro-main-ifo{width:45%;}
.pro-ttl {
    font-size: 17pt;
    color: #353535;
    line-height: 1.5em;
    margin-bottom: 15px;
    font-family: 'UTMBanque';
    text-transform: uppercase;
}
.product-main-model{
    line-height: 1.5em;
    margin-bottom: 10px;
}
.pro-txt {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: justify;
}

.pro-price {
    font-size: 20px;
    margin-bottom: 10px;
     font-family: 'IBM Plex Serif', serif;
    font-style: italic;
}

.pro-price .new {
    color: #e9ac55;
  
    margin-right: 20px;
      font-size: 150%;
}

.pro-price .old {
    text-decoration: line-through;
    color: #666666;
    font-weight: 400;
    margin-right: 15px;
}

.pro-price .discount {
    background: #f27026;
    color: #fff;
    font-size: 14px;
    padding: 3px 15px;
    position: relative;
    top: -2px;
}

.pro-note {
border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
    margin: 20px 0;
}
.pro-info-ttl {
    font-size: 16px;
    margin: 0 0 10px;
}

.pro-info-list li {
    font-size: 16px;
    position: relative;
    margin: 0 0 7px;
    padding-left: 20px;
}

.pro-info-list li:before {
content: '';
position: absolute;
background: #8a8ea0;
width: 5px;
height: 5px;
border-radius: 10px;
left: 0;
top: 8px;
}

.pro-info-note {
    width: 100%;
    max-width: 460px;
}
.pro-info-note > ul{
    display:flex;
    flex-wrap:wrap;justify-content: space-between;
}

.pro-info-note li {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    margin-bottom: 7px;font-weight: 600;color: #343434;
}
.pro-info-list li:last-child{margin-bottom:0;}
.pro-info-note li:before {
    content: '';
   margin-right: 10px;
    background: url("../W_images/pro_icon04.png") no-repeat center center;
    width: 45px;
    height: 22px;
    left: 0;
    top: 1px;
}

.pro-info-note li:nth-child(2):before {
    background-image: url("../W_images/pro_icon05.png");
    height: 30px;
}

.pro-info-note li:nth-child(3):before {
    background-image: url("../W_images/pro_icon06.png");
    height: 35px;
}

.pro-info-note li:nth-child(4):before {
    background-image: url("../W_images/pro_icon07.png");height: 40px;
}

.pro-info-note li span {
    font-weight: 700;
    color: #f27026;
}

.pro-box {
}

.pro-collection{
	 position: -webkit-sticky;
    position: sticky;
    top: 165px;
}

.pro-related {
  
}
.pro-qty{display:flex;justify-content: space-between;align-items: center;margin-bottom: 10px;}
.pro-group-qty{display:flex;}
.pro-group-qty button, .pro-group-qty input{
    width: 40px;
    height: 30px;
    background: none;
    border: 1px solid #e4e4e4;}
.pro-group-qty button{background:#f3f3f3;font-size: 24px;line-height: 0;color: #737373;cursor:pointer;transition:all 0.5s;}
.pro-group-qty input{border-left:none; border-right:none;padding: 0 5px;text-align: center;}
.pro-group-qty button:hover{background: #82c1bb;color:#fff;}
.pro-btn-cart{
    text-decoration: none;
    background: #8a8ea0;
    padding: 5px 40px;
    color: #fff;
    transition: all 0.5s;
}
.pro-btn-cart:hover{
    background:#e9ac55;
}
.pro-related-list .b02-item {
    width: 100%;
    border: 1px solid #e1e1e1 !important;
    margin-bottom: 30px;
}

.pro-tab {
    margin-bottom: 30px;
    position: relative;
}

.pro-tab-main {
    display: none;
    padding: 15px 0px;
}
.pro-tab-main {color: #777;}
.pro-tab-main.current {display: inherit;}

.pro-tab-link {
    position: relative;
    font-size: 24px;
    color: #e9ac56;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0px;
    cursor: pointer;
}
.pro-tab-link:before{
   content: "";
    background: url(/W_images/pro_ico08.png) no-repeat left center;
    padding: 10px 20px;
    position: absolute;
    right: 10px;
    top: 30px;
    transition:all 0.5s;
}
.pro-tab-link:hover:before{
 right: 0;
}
.pro-tab > li:nth-child(2){border-top:none;}

.pro-tab-link.current {
    border-bottom-color: #fff;
}

.pro-box-main {
    width: 100%;
}

.pro-box-main p {
    font-size: 16px;
}
.pro-other-ttl {
    color: #82c1bb;
    font-size: 19px;
    line-height: 1.6em;
    margin-bottom: 15px;
}
 .pro-related-list{display:flex;flex-wrap:wrap;}
.pro-related-list .b03_item{width:calc(33.33% - 22.5px)}
.b03_item:nth-child(3n){margin-right:0;}
.b03_item:nth-child(2n){margin-top:0;}
.pro_collection_list .b03_item{width:100%;}
@media screen and (max-width: 768px) {
.pro-main {
    display: block;
    margin: 0;
  }
.pro_main_left{
border-right: 0;
padding-right: 0;
}
.pro_main_left_info{display:block;}
.pro-main-img, .pro-main-ifo{width:100%;margin-right: 0;}
.pro-img{margin-bottom:0;}
 
}
@media screen and (max-width: 480px) {
.pro-ttl{font-size: 14pt;}
.pro-tab-link{font-size:19px;}
.pro-tab-link::before {top: 22px;}
.pro-related-list .b03_item, .pro_collection_list .b03_item {
    width: 48%;
}
.b03_item:nth-child(2n) {
 
}
.pro_main_right {
    width: 100%;
    margin-left: 0;
    border-left: none;
    padding-left: 0;
}
.pro-related-list {
    justify-content: space-between;
}
.pro_collection_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
}