﻿.product-main {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 60px 0;
}

.product-main-info {
    width: 50%;
    order: 2;
}

.services {
    display: flex;
    justify-content: space-between;
}

ul.services li .fa-phone, .fa-paper-plane, .fa-arrow-rotate-left, .fa-plane {
    padding: 0 10px 0 0;
    font-size: 24px;
    vertical-align: top;
}

ul.services li span {
    font-size: 16px;
    font-weight: bold;
}

.product-main-ttl {
    /*font-family: 'Open Sans',sans-serif;*/
    font-weight: 500;
    color: #000;
    font-size: 34px;
    line-height: 1.5em;
    white-space: pre-wrap;
    overflow: hidden;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.product-main-txt {
    line-height: 1.5em;
    margin: 0 0 20px;
    font-size: 18px;
}

.product-main-price {
    font-size: 21px;
    margin: 0 0 15px;
    border: 1px solid #ccc;
    border-left: 0;
    border-right: 0;
    line-height: 3em;
}

    .product-main-price span {
        color: red;
        font-weight: bold;
    }

    .product-main-price .new {
        font-weight: normal;
        /*color: #e9aa00;*/
        font-weight: bold;
    }

    .product-main-price .old {
        font-size: 16px;
        font-weight: normal;
        color: #666;
        text-decoration: line-through;
        margin-left: 30px;
    }

.product-main-tit {
    font-size: 18px;
    color: #ffcc00;
    text-transform: uppercase;
    font-weight: 700;
    border-top: 1px solid #ccc;
    padding-top: 15px;
    margin: 0 0 10px;
}

.product-main-list li {
    font-size: 16px;
    margin: 0 0 10px;
    background: url("../W_images/pro_icon.png") no-repeat left 5px;
    padding-left: 20px;
}

.pro-button {
    display: flex;
    flex-wrap: wrap;
}

.pro-qty {
    display: flex;
    align-items: center;
}

.pro-group-qty {
    display: flex;
    margin-left: 10px;
}

    .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: #777;
        color: #fff;
    }

.product-main-cart {
    margin: 20px 0 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-main-order, .product-main-add {
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    font-size: 18px;
    background: #000;
    transition:0.3s;
}

.product-main-add {
    width: 45%;
    background: #72bf46;
    font-size: 15px;
}

.product-main-cart i {
    background: url(/W_images/icon-cart.png) no-repeat left center;
    background-size: 30px;
    padding: 7px 17px;
}

.product-main-cart a:hover {
    /*opacity:0.7;*/
    background: #9e8b76;
    color: #fff;
}

.pro-btn-cart {
}

    .pro-btn-cart i {
        background: url(/W_images/icon-cart.png) no-repeat left center;
        background-size: 30px;
        padding: 7px 17px;
    }

.product-main-order span, .product-main-add span {
    font-weight: normal;
    text-transform: none;
    font-size: 15px;
}

.pro-hotline {
    text-decoration: none;
    color: #444;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    transition: all 0.5s ease;
    padding: 15px 40px;
    font-size: 19px;
    width: 100%;
    align-items: center;
}

.f-hotline {
    width: 10%;
    height: 100%;
    position: relative;
    z-index: 5;
    background: #008bd4;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px;
    margin-right: 10px;
}

.pro-hotline i {
    background: url(/W_images/icon-call-white.png) no-repeat left center;
    background-size: 15px;
    padding: 10px 9px;
}

.pro-hotline a {
    margin-left: 5px;
    text-decoration: none;
    color: #ed3f05;
}

.pro-btn-facebook {
}

    .pro-btn-facebook i {
        background: url(/W_images/ico-facebook.png) no-repeat -15px center;
        background-size: 50px;
        padding: 7px 15px;
    }

.text_left .fa-phone {
    padding: 0 13px 0 0;
}

.ico-phone {
    padding: 0px 12px;
    background: url(/img/ico-phone.png) no-repeat left 5px;
    background-size: 14px;
}

.product-main-img {
    width: 48%;
    justify-content: center;
    /*display: flex;*/
}

.product-main-img-lager {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto 10px;
    order: 2;
}

.product-main-img-thumb {
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;*/
    width: 50%;
    margin: 0 auto;
}

    .product-main-img-thumb li {
        border: 1px solid #e0e0e0;
        cursor: pointer;
        margin: 0 3px;
    }

.product-main-img-lager img {
    max-height: 100%;
    flex-shrink: 0;
    width: 75%;
}

.product-main-img-thumb li img {
    padding: 5px;
}

.product-main-img-thumb li:hover {
    opacity: 0.7;
}

.product-main-status span {
    font-weight: bold;
    color: #666;
}

ul.pro-tabs {
    display: flex;
    margin-bottom: -0.5px;
}

    ul.pro-tabs li {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #444;
        display: inline-block;
        padding: 10px 30px;
        cursor: pointer;
        font-weight: bold;
        text-transform: uppercase;
        background: #fff;
        border: 1px solid #e0e0e0;
        margin-right: 5px;
        text-align: center;
    }

        ul.pro-tabs li.current, ul.pro-tabs li:hover {
            background: #000;
            color: #fff;
        }

.pro-tab-content {
    display: none;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding: 15px;
    min-height: 100px;
    color: #444;
    /*height: calc(100% - 53px);*/
}

    .pro-tab-content.current {
        display: inherit;
    }

.product-cont {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: space-between;
}

.side-col {
    display: flex;
    flex-wrap: wrap;
    height: fit-content;
    width: 30%;
    background-color: #f7f7f7;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 50px;
}

.product-cont-more {
    width: 100%;
}

.product-cont-more-ttl {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0 0 30px;
    line-height: 1.8em;
    border-bottom: 1px solid #f1f1f1;
}

.pro_other_list {
    display: flex;
    flex-wrap: wrap;
}

.pro_item {
  position: relative;
  display: block;
  background-color: #eef0f6;
  height: 100%;
  padding: 0.5rem;
  width: calc(33% - 7px);
  margin-right: 15px;
}
.pro_item:nth-child(3n){
    margin-right:0;
}

.product-item.product-small .pro_item_price {
  width: 100%;
  font-size: 12px;
  border-radius: 4rem;
  padding: 0.25rem;
  margin: 0.5rem 0;
}

.product-item.product-small .pro_item_price:before,
.product-item.product-small .pro_item_price:after {
  display: none;
}

.product-item.product-small .pro_item_title {
  display: block;
  font-size: 13px;
  height: 35px;
  margin-bottom: 0;
}

.pro_item_image {
  position: relative;
  overflow: hidden;
}

.pro_item_image:hover img {
  transform: scale(1.1);
}

.pro_item_image img {
  width: 100%;
  transition: 0.3s ease;
}

.pro_item_price {
  position: relative;
  color: #fff;
  background-color: #1B4C87;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.pro_item_price:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  border-top: 40px solid transparent;
  border-right: 15px solid #1B4C87;
  z-index: 1;
}

.pro_item_price:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  border-bottom: 39px solid transparent;
  border-left: 15px solid #1B4C87;
  z-index: 1;
}

.pro_item_info .list-info {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.pro_item_info .list-info li i {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 25px;
}

.pro_item_title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  height: 50px;
  color: #000;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 0.5rem;
  font-size: 17px;
}

.pro_item_title:hover {
  color: #1B4C87;
}
.discount {
    position: absolute;
    left: 10px;
    top: 10px;
    background: #da291c;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
}

@media screen and (max-width: 768px) {
    .product-main {
        display: block;
        margin: 0 0 40px;
    }

    .product-main-info {
        width: 100%;
        margin: 0 0 30px;
    }

    .product-main-ttl {
        font-size: 22px;
    }

    .product-main-txt {
        font-size: 16px;
    }

    .product-main-price {
        font-size: 16px;
    }

        .product-main-price .new {
            font-weight: normal;
            color: red;
            font-size: 24px;
        }

        .product-main-price .old {
            font-weight: normal;
            color: #666;
            text-decoration: line-through;
            margin-left: 30px;
        }

    .product-main-tit {
        font-size: 16px;
    }

    .product-main-list li {
        font-size: 14px;
        background-position-y: 4px;
    }

    .product-main-cart a {
        font-size: 12px;
        padding: 10px 30px;
    }

    .product-main-img {
        width: 100%;
        margin-bottom: 30px;
        justify-content: center;
        flex-wrap: wrap-reverse;
    }

    .product-main-img-lager {
        width: 100%;
    }

    .product-main-img-thumb {
        margin-top: 10px;
        width: 35%;
    }

    .product-cont {
        display: block;
    }

    .product-cont-info {
        width: 100%;
        margin: 0 0 30px;
    }

    ul.tabs li {
        padding: 15px 3%;
        font-size: 12px;
    }

    .tab-content {
        padding: 20px;
    }

        .tab-content p {
            font-size: 14px;
        }

    .side-col {
        width: 100%;
    }

    .product-cont-more-ttl {
        font-size: 18px;
    }

    .product-cont-more-list {
        display: flex;
        flex-wrap: wrap;
    }

    .product-cont-more {
        width: 100%;
    }

    .pro_other_item {
        width: calc(24% - 16px);
    }

        .pro_other_item:nth-child(4n) {
            margin-right: 0;
        }

        .pro_other_item .img {
            height: auto;
        }
}

@media screen and (max-width: 480px) {
    .product-main-cart {
        flex-wrap: wrap;
    }

        .product-main-cart a {
            font-size: 12px;
            padding: 10px 20px;
            width: 100%;
            margin-bottom: 15px;
        }

    .pro-btn-facebook {
        width: 100%;
        margin-top: 15px;
    }

    .product-main-img {
        display: block;
    }

    .product-main-img-lager, .product-main-img-thumb {
        width: 100%;
        margin-left: 0;
        margin-bottom: 15px;
    }

    .pro-tab-content {
        font-size: 14px;
    }

    .pro-other-itm-main {
        padding: 5px;
    }

    .pro_contact_title {
        line-height: 1.5em;
    }

    .product-cont-more-list {
        display: flex;
    }

        .product-cont-more-list .pro-other-item {
            width: 49%;
            margin: 0 0 30px;
        }

    .pro-other-itm-ttl {
        line-height: 1.3em;
        font-size: 13px;
    }

    ul.pro-tabs li {
        font-size: 13px;
        margin-right: 0;
        padding: 10px 8px;
    }

    .pro-btn-hotline i {
        background-size: 25px;
        padding: 10px 13px;
    }

    .camket-content .ic-exchange {
        left: 60px;
    }

    .camket-content .ic-like {
        left: 45px;
    }

    .camket-content .ic-ship {
        left: 70px;
    }

    .pro_other_item {
        width: calc(49% - 12px);
    }

        .pro_other_item:nth-child(2n) {
            margin-right: 0;
        }
    /*ul.pro-tabs li:last-child{padding-right:0;}*/
}
