﻿/*
*/

.pro-main {
    display: flex;
    margin-bottom: 50px;
}
.pro-main-ifo{width:55%;}
.pro-main-img {
    display: flex;
    justify-content: space-between;
    /*flex-shrink: 0;*/
    width: 45%;
    margin-right: 50px;
}
.pro_img_big {
    border: 1px solid #e6e6e6;
}
.pro-img {
    order: 1;
    flex: 0 0 82.33333%;
    max-width: 82.33333%;
    margin-bottom: 10px;
    padding: 0 7.5px;
}
.pro-thumb {
    flex: 0 0 17.66667%;
    max-width: 17.66667%;
    margin: 0 -7px;
}

.pro-img:before {
    content: '';
    position: absolute;
    background: url("../W_images/pro_icon01.png") no-repeat left center/80% auto;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 5;
}

.pro-img:after {
    content: '';
    position: absolute;
    background: url("../W_images/pro_icon02.png") no-repeat left center/100% auto;
    width: 160px;
    height: 41px;
    right: 30px;
    bottom: 30px;
    pointer-events: none;
    z-index: 5;
}

.pro-img.slick-initialized .slick-slide {
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 15px;
    padding: 0 30px;
}

.pro-img.slick-slider .slick-track {
    display: flex;
}

.pro-thumb.slick-initialized .slick-slide {
    margin: 0 0 15px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

    .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);
    }

.product-main-model {
    color: #3e4a5e;
    margin-bottom: 5px;
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.pro-ttl {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
    color: #3e4a5e;
    font-weight: 600;
    word-break: break-word;
    display: block;
    text-transform: capitalize;
}

.pro-txt {
    font-size: 18px;
    margin-bottom: 30px;
}

.pro-price {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
}

.pro-price .new {
    color: #ff0000;
    margin-right: 20px;
}

.pro-price .new span {
    font-size: 180%;

}

.pro-price .old {
    text-decoration: line-through;
    color: #666666;
    font-weight: 400;
    margin-right: 15px;
}

.pro-price .discount {
    background: #ff0000;
    color: #fff;
    font-size: 14px;
    padding: 3px 15px;
    position: relative;
    top: -2px;
}
.pro-qty{display:flex;align-items: center;margin-bottom: 30px;}
.pro-group-qty{display:flex;margin-left: 25px;}
.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: #3499cd;color:#fff;}
.pro-btn {
    /*display: flex;*/
    margin-bottom: 15px;
}

.pro-btn li:not(:last-child) {
    margin-right: 20px;
}

.pro-btn a {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #fff;
    /* background: rgba(62,74,94,.85); */
    background: red;
    border-radius: 30px;
    font-size: 15px;
    transition: all 0.3s;
    padding: 10px 15px;
    width: 100%;
    position: relative;
}

    .pro-btn a span {
        display: block;
        font-size: 106.67%;
    }

.pro-btn li:nth-child(2) a {
    background: #dc0000;
}

.pro-btn li:nth-child(1) a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 0;
    border-color: transparent #f27126 transparent transparent;
    right: 0;
    top: 0;
}

.pro-btn a:hover {
    opacity: 0.7;
}


.pro-info-ttl {
    font-size: 24px;
    color: #3e4a5e;
    margin: 50px 0 30px;
    text-align: center;
    position: relative;
    font-weight: bold;
}

.pro-info-list li {
    font-size: 16px;
    position: relative;
    margin: 0 0 7px;
    padding-left: 25px;
}

    .pro-info-list li:before {
        content: '';
        position: absolute;
        background: url("../W_images/pro_icon03.png") no-repeat center center/100% auto;
        width: 12px;
        height: 12px;
        left: 0;
        top: 5px;
    }

.pro-btn-cart i, .pro-btn-cart svg{
    margin-right: 10px;
}
.pro-box {
    /*display: flex;
    justify-content: space-between;*/
    margin-bottom: 40px;
}

.pro-tab {
    display: flex;
    margin-bottom: -1px;
    position: relative;
}

.pro-tab-main {
    display: none;
    border: 1px solid #dcdcdc;
    padding: 30px 20px;
    color: #000;
}

    .pro-tab-main.current {
        display: inherit;
    }

.pro-tab-link {
    font-size: 18px;
    margin-right: 3px;
    padding: 10px 18px;
    cursor: pointer;
    text-align: center;
}

.pro-tab-link.current {
    border-bottom: 3px solid #338acd;
}

.pro-box-main {
    width: 100%;
}

    .pro-box-main p {
        font-size: 18px;
        color: #000;
    }

@media screen and (max-width: 768px) {
    .pro-main {
        display: block;
    }
    .pro-main-ifo {
        width: 100%;
    }
    .pro-main-img {
        display: block;
        width: 100%;
        margin: 0 0 30px;
    }

    .pro-tab-main p img{
        width: auto !important;
        height: 250px !important;
    }
    .pro-ttl {
        font-size: 24px;
    }

    .pro-txt, .pro-note, .pro-info-list li, .pro-info-note li, .pro-box-main p {
        font-size: 14px;
    }

    .pro-price {
        font-size: 16px;
    }

    .pro-info-ttl {
        font-size: 20px;
    }

    .pro-info-note {
        padding: 15px;
    }

    .pro-box {
        display: block;
    }

    .pro-tab-link {
        font-size: 16px;
        padding: 10px;
    }

    .pro-tab-main {
        padding: 20px;
    }

    .pro-related {
        width: 100%;
        margin: 30px 0 0;
    }

    .pro-related-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .pro-related-list .b02-item {
            width: calc(50% - 10px);
            margin-bottom: 20px;
        }

    .pro-btn li {width:100%;
        /*width: calc(50% - 5px);*/
    }

        .pro-btn li:not(:last-child) {
            margin-right: 10px;
        }

    .pro-btn a {
        width: 100%;
        font-size: 12px;
        padding: 13px 5px;
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .pro-price > span {
        display: inline-block;
    }

    .pro-thumb.slick-initialized .slick-slide {
        padding: 1vw;
        border-radius: 2vw;
        margin: 0 3px;
    }
    .pro-img, .pro-thumb {
        width: 100%;
        max-width: 100%;
        
    }
    .pro-img {
        padding: 0;
    }
        .pro-thumb {
            margin: 0 -3px;
        }

   
}
@media screen and (max-width: 480px) {
.pro-price {
    font-size: 14px;
}
.pro-price .new {
    margin-right: 10px;
}
.pro-price .discount {
    font-size: 12px;
    padding: 3px 8px;
}
.pro-price .old {
    margin-right: 5px;
}
.pro-related-list .b02-item {
    width: 100%;
}
.pro-tab-link {
    font-size: 14px;
    padding: 10px 5px;
  min-width: 15%;
}
}