﻿.sp-main{display: flex;justify-content: space-between;margin: 0px 0 45px;}
.sp-main-img {width: 600px;}

/*.sp-main-slide {width: 530px;order: 2;}
.sp-main-thumb {width: 120px;}*/
.sp-main-slide .slick-arrow{
    position: absolute;
    text-indent: -999999px;
    width: 32px;
    height: 32px;
    border: none;
    top: calc(50% - 10px);
    z-index: 10;
    cursor: pointer;
    transition: all 0.5s ease;
    outline: none;
    opacity:0.7;
}
.sp-main-slide .slick-prev {
    background: url(/images/controls.png) no-repeat left top;
    left: 25px;
    z-index: 9999;
}
.sp-main-slide .slick-next {
    background: url(/images/controls.png) no-repeat right top;
    right: 25px;
    z-index: 9999;
}
.sp-main-slide .slick-prev:hover, .sp-main-slide .slick-next:hover{opacity:1;}
.sp-main-thumb .slick-slide{margin:5px 0;border: 1px solid #ecebeb;}
.sp-main-thumb img, .sp-main-slide img {max-width: 100%;max-height: 100%;width: 100%;}
.sp-main-thumb .slick-slide.slick-current{border: 1px solid #f5852a;}
/*.sp-main-thumb.slick-vertical .slick-slide {border: 1px solid #c4c4c4;width: 93px;height: 93px;margin: 3px 0;display: flex;justify-content: center;align-items: center;}*/
.sp-main-info{width: calc(100% - 660px);}
.sp-main-sku{margin: 0 0 15px;border-bottom: 1px solid #cdcdcd;}
.sp-main-ttl{font-size: 25px;color: #000;line-height: 1.3em;padding: 0 0 5px;}
.sp-main-list{font-size:15px;margin-bottom: 20px;}
.sp-main-num{display: flex;align-items: center;}
.dpui-numberPicker{margin-left:15px;}
.sp-main-price span{color: #ec2d23;font-size: 23px;}
.group-price{display:flex;}
.group-price p{margin:0;}
.sp-main-btn{margin: 1.5em 0 0;}
.sp-main-btn a{
    text-decoration: none;
    display: inline-block;
    background: url(/images/add-cart.png)no-repeat 20px center #ec2d23;
    background-size: 30px;
    color: #fff;
    font-size: 19px;
    padding: 5px 25px 5px 65px;
    transition: all 0.5s ease;
}
.sp-main-btn a:hover{opacity:0.8;}
.sp-cont {display: flex;justify-content: space-between;}
.sp-cont-main {width: 67%;}
.tabs {display: block;margin: 0;padding: 0;list-style: none;border-bottom: 1px solid #7f7f7f;}
.tabs li {background: none;color: #000;display: inline-block;padding: 0px 15px;cursor: pointer;font-size: 17px;border-bottom: 2px solid transparent;}
.tabs li.current {border-bottom: 2px solid #fff;}
.tab-content {display: none;padding: 30px 20px 0;}
.tab-content.current {display: inherit;}
.sp-right {width: 21%;}
.sp-right-ttl {text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px;
    margin: 0 0 20px;
    background: #6f421b;}
.prohi-ttl-sub{color:#9c9c9c;}
.sp-cont-item {margin: 0 0 20px;}
.sp-cont-item a {text-decoration: none;background: #fff;display: block;-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);padding: 10px;text-align: center;transition: all 0.5s ease;}
.sp-itm-img {margin: 0 0 15px;display: flex;justify-content: center;align-items: center;overflow: hidden;}
.sp-itm-img img {transition: all 0.5s ease;/*width: 100%;*/max-height: 100%;}
.sp-cont-item:hover .sp-itm-img img {transform: scale(1.1,1.1);}
.sp-itm-ttl {margin: 0;font-size: 16px;color: #666;}
.sp-cont-item:hover .sp-itm-ttl {color: #0072bc;}
em strong, strong em{font-style:italic;font-weight:bold;}
.sp-main-list p{font-size:14px;margin-bottom: 0;}
.sp-main-list a{color:blue;}
.sp-main-list ul, .xvnet-content ol {margin-bottom: 1.5em;}
.sp-main-list ul li{line-height: 1.3em;font-size: initial !important;padding:3px 0px 3px 25px;list-style-type:square !important;list-style:inside;}
.sp-main-list ol li{line-height: 1.3em;font-size: initial !important;padding:3px 0px 3px 25px;list-style-type:decimal !important;list-style:inside;}
.sp-promo p{margin-bottom:10px;}
.btn-add-cart {
    margin-top: 25px;
    display: inline-block;
    background: #f5852a;
    color: #fff;
    padding: 5px 10px;
    text-decoration:none;
}
.btn-add-cart:hover{background:#7f7f7f;}
.fb-plugin{margin:30px 0 ;}
.promo-other{
    display: flex;margin: 20px 0;font-size: 12px;color: #000;
}
.promo-other-itm{
    padding-left: 40px;
    position: relative;margin-right: 35px;
}
.promo-other-itm:last-child{margin-right:0;}
.promo-other-ico{
display: block;
    position: absolute;
    width: 35px;
    left: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.pro-contact{display:flex;}
.pro-contact-itm{
    border: 1px solid #f5852a;
    padding: 5px;width: 145px;margin-right: 15px;border-radius: 5px;
}
.pro-contact a{
width: 100%;
    text-decoration: none;
    display: flex;
    font-size: 14px;
    align-items: center;
}
.pro-contact a img{margin-right:10px;}
#popup_showTable{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #00000047;

}
.form-request-itm{
        display: flex;
    align-items: center;
    height:100%;
    justify-content: space-evenly;
}
.form-request{
    padding: 10px;
    background: #fff;
    width: 360px;
    height: auto;
    box-shadow: 1px 1px 6px 3px #ccc;
}
.form-request p{margin-bottom:10px;}
.form-request input, .form-request textarea{width:100%;
display: block;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}
.form-new-ttl01{
    font-weight: bold;
    font-size: 21px;
    text-transform: uppercase;
    text-align: center;
    color: #f5852a;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5852a;
}
.form-request label{color:#f5852a;}
.form-request a{
    display: inline-block;
    background: #f5852a;
    color: #fff;
    padding: 5px 35px;
    text-decoration:none;
}
@media screen and (max-width: 768px) {
.sp-main{display:block;}
.sp-main-img, .sp-main-info {width: 100%;}
}
@media screen and (max-width: 480px) {
.sp-right{width:100%;}
.tab-content{padding: 20px 0px 0;}
.sp-main{display:block;}
.sp-main-img, .sp-main-info, .sp-cont-main, .sp-cont-related{width:100%;}
.sp-cont{display:block;}
.sp-main-img {display: block;width: 100%;justify-content: center;margin: 0 0 30px;}
.sp-main-slide{width: 100%;order: unset;margin-bottom: 20px;}
.sp-main-thumb{width:100%;}
.sp-itm-img{height:auto;}
.sp-cont-main{margin-bottom:50px;}
.sp-main-thumb .slick-slide{margin:0 3px;}}