﻿.product-main {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 60px 0;
}
.product-main-info {
  width: 48%;
  order: 2;
}
.camket-title {
    color: #444;
    text-align:center;
    font-weight:bold;
    border-bottom: 1px solid #ddd;
    padding:10px 0;
    margin:0;
}
.camket-content {
    width:100%;
    margin-top: 20px;
    border:1px solid #e0e0e0;
    border-radius:10px;
}
    .camket-content li {
        position: relative;
        padding: 65px 10px 20px 15px;
        cursor: pointer;
        font-size: 14px;
        color : #444; 
        text-align:center;    
    }
    .camket-content .ic-exchange {
        content: '';
        position: absolute;
        background: url(../W_images/exchange-ico.png) no-repeat center center/100% auto;
        width: 40px;
        height: 55px;
        left: 75px;
        top: 5px;
    }
    .camket-content .ic-like {
        content: '';
        position: absolute;
        background: url(../W_images/like-ico.png) no-repeat center center/100% auto;
        width: 40px;
        height: 55px;
        left: 50px;
        top: 5px;
    }
    .camket-content .ic-ship {
        content: '';
        position: absolute;
        background: url(../W_images/ship-ico.png) no-repeat center center/100% auto;
        width: 40px;
        height: 55px;
        left: 80px;
        top: 5px;
    }
.ic-call {
    content: '';
    position: relative;
    background: url(../W_images/call-ico.png) no-repeat center center/100% auto;
    width: 30px;
    height: 30px;
    margin-right: 2px;
}
    .call-me {
        position:relative;
        display:flex;
        padding: 15px 0 0 50px;
        font-size:18px;
    }
    .call-me a {
        color:#60980c;
        text-decoration:none;
        margin-right: 5px;
    }
.camket-content li:last-of-type {
    border-bottom:none;
}

.services {
    display: flex;
    justify-content: space-between;
}
/*.camket-content li:after {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    border: solid #24b300;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
    position: absolute;
    top: 25px;
    left: 5px;
}*/
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-weight:600;
    color: #04592e;
    font-size: 35px;
    line-height: 1.5em;
    white-space: pre-wrap;
    overflow: hidden;
    margin: 0 0 10px;
  text-transform: uppercase;
}

.product-main-txt {
    
    line-height: 1.6em;
    margin: 0 0 20px;
}
.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: #04592e;
    background: -webkit-gradient(linear,0% 0%,0% 100%,from(#47b97f),to(#04592e));
    background: -webkit-linear-gradient(top,#47b97f,#04592e);
}
    .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;*/
    }
.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;
}

.pro_contact {
    border: 1px dashed #85c226;
    padding: 10px;
    background: #fdfdcb;
    color: #ff6b09;
    font-weight: bold;
}
.pro_contact_title {
    margin-bottom:10px;
    text-align:center;
    font-weight:bold;
    color:#333;
}
.pro_contact_text {
    display:flex;
    justify-content:space-around;
}
.text_left .fa-phone {
    padding:0 13px 0 0;
}
.pro_contact_text span {
    color: #333;
    font-weight: normal;
}

.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;
    border: 1px solid #ccc;
    width: 75%;
    margin: 0 auto 10px;
    order:2;
}
/*.product-main-img-lager:after {
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/images/ico_zoom.png);
}*/
.product-main-img-thumb {
   /* display: flex;
    flex-direction: column;
    justify-content: space-between;*/
    width: 20%;
    margin:0 auto;
}
    .product-main-img-thumb li {
       /*height: calc(33.33% - 5px);
       
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;  margin: 5px;*/ 
		 border: 1px solid #e0e0e0;
        cursor: pointer;
		margin: 0 5px;
      
    }
.product-main-img-lager img {
  max-height: 100%;
  flex-shrink: 0;width:100%;
}
.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;
        transition: all 0.3s ease;
        margin-right: 5px;
        text-align: center;
    }
        ul.pro-tabs li.current, ul.pro-tabs li:hover {
            background: -webkit-linear-gradient(top,#47b97f,#04592e);
            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;
}
.new_product_item:not(:last-child){
	
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.news_list_ttl {
    font-size: 20px;
    color: #193f33;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 14px 0;
    border-bottom: 1px solid #dbdbdb;
}

.news_list{overflow:hidden;width:100%;}
.news_item {width: 100%;margin: 0 0 30px;}
.news_item a {display: flex;color: #4d4d4d;text-decoration: none;}
.news_item a:hover .news_itm_img img {transform: scale(1.1, 1.1);opacity: 0.8;}
.news_item a:hover .news_itm_ttl{color:#1a95ab;}
.news_itm_img {width: 100px;height: 100px;flex-shrink: 0;margin: 0 15px 0 0;border-radius: 5px;overflow: hidden;}
.news_itm_main {overflow: hidden;}
.news_itm_img img {flex-shrink: 0;transition: all 0.7s ease;max-width: none;width: 100%;height: 100%;object-fit: cover;}
.news_itm_ttl {font-family:'Open Sans', sans-serif;font-size: 15px;font-weight: bold;margin: 0 0 5px;line-height: 22px;transition: 0.3s;}
.news_itm_date {font-size: 13px;margin: 0 0 5px;color:#777;}

/*.pro_item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}*/

.pro_ttl {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.5em;
    font-weight: 300;
}
.pro_itm_img {
    background: #fff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e1e1e1;
    padding: 40px;
	overflow: hidden;
	height: 234px;
}
.pro_itm_img>a.link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.pro_itm_discount {
    position: absolute;
    background: #f00;
    color: #fff;
    width: 40px;
    text-align: center;
    left: 15px;
    top: 15px;
}
.pro_itm_ttl a {
    display: inline-block;
    color: #15382c;
    text-decoration: none;
}
.pro_itm_ttl a:hover {
	color: #e9aa00;
	font-weight: 700;
}
.pro_itm_ttl {
	text-align: center;
	line-height: 1.5em;
}

.pro_itm_star {
  margin: 0;
  text-align: center;
}
.pro_itm_link {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  opacity: 0;
  transition: all 0.3s;
}

.pro_itm_txt {
    margin:0;
    color: #fff;
    font-size:14px;
}

.product-cont-more {
  width: 100%;
}
.product-cont-more-list {
    display:flex;
    flex-wrap:wrap;
}
.product-cont-info {
  width: 100%;
  margin-bottom: 30px;
}
.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-item {
    width: calc(90%/4 - 70px);
    margin: 0 45px 10px 0;
}
.pro-other-item:nth-child(5n) {
  margin-right: 0;
}
    .pro-other-item a {
        text-decoration: none;
        background: #fff;
        display: block;
        height: 100%;
        border: 1px solid #ebebeb;
        border-radius: 15px;
        overflow: hidden;
        transition: all 0.5s;
        position: relative;
    }
.pro-other-itm-new {
  margin: 0;
  position: absolute;
  background: #8dc63f;
  right: 0;
  top: 15px;
  color: #fff;
  font-size: 18px;
  padding: 3px 10px 0 0;
  font-family: 'iCielPanton';
  font-weight: 300;
  z-index: 2;
}
.pro-other-itm-new:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 15px;
  border-color: transparent transparent #8ec63f transparent;
  left: -15px;
  top: 0;
}
.pro-other-itm-img {
  overflow: hidden;
  margin: 0;
  padding: 20px;
}
.pro-other-itm-img img {
  width: 100%;
  transition: all 0.7s;
}
.pro-other-itm-main {
  padding: 10px;
  position: relative;
}
/*.pro-other-itm-main:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background: #8dc63f;
  right: 10px;
  top: 30px;
}
.pro-other-itm-main:after {
  content: '';
  position: absolute;
  height: 16px;
  width: 2px;
  background: #8dc63f;
  right: 17px;
  top: 23px;
}
.pro-other-itm-price:before {
  content: '';
  position: absolute;
  background: #8dc63f;
  width: 50px;
  height: 1px;
  top: 30px;
  right: 30px;
}*/
.pro-other-itm-price {
  font-size: 15px;
  margin: 0 0 10px;
  text-align:center;
}
.pro-other-itm-main {
    border-left: 3px solid #8cc63e;
    padding-left: 10px;
    font-family: 'UTMBryantLG';
}
.pro-other-itm-price .new {
    color: red;
    font-size:130%;
}
.pro-other-itm-price .old {
    margin-left: 25px;
    text-decoration:line-through;
}
.pro-other-itm-ttl {
    font-size: 17px;
    color: #36358d;
    margin: 0;
    margin-bottom: 6px;
    text-align:center;
}
.pro-other-itm-txt {
    margin: 0;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4em;
    color: #000;
}
.pro-other-item a:hover {
  opacity: 0.8;
  transform: translateY(-10px);
}

@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;
        margin: 0 0 20px;
    }
  /*.product-main-txt {
    font-size: 14px;
  }*/
  .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%;
  }
  .new_product {
      width:100%;
  }
  .new_product_itm_img {
      width: calc(50%/2 - 10px);
  }

  .product-cont-more-ttl {
    font-size: 18px;
  }
  .product-cont-more-list {
    display: flex;
    flex-wrap: wrap;
  }
    .pro_item {
        width: calc(100%/4 - 15px);
        margin: 0 20px 20px 0;
    }
    .pro_item:nth-child(5n) {
        margin: 0 20px 20px 0;
    }
    .pro_item:nth-child(4n) {
        margin-right: 0;
    }
    .pro_itm_txt {
        font-size: 11px;
    }
    .pro_itm_ttl {
        line-height: 1.3em;
        min-width:initial;
    }
    .pro_itm_img {
        height:auto;
    }
  .product-cont-more {
    width: 100%;
  }
    .pro-other-item {
        width: calc(100%/3 - 40px);
        margin: 0 40px 15px 0;
    }
  .pro-other-itm-ttl {
      font-size:14px;
  }
}
@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_item {
    width: 45%;
    height:260px;
}

.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-itm-price {
    font-size: 12px;
    margin: 0 0 5px;
}
    /*ul.pro-tabs li:last-child{padding-right:0;}*/
}