

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  
@media screen and (max-width: 996px) {
   .preview { margin-bottom: 20px; }
   .deal-countdown {width:100%;}
	
}


@media only screen and (min-width: 996px) {
   .deal-countdown {width:50%;}
	
	
}



.pdetay .panel-footer button{
	margin:3px;
}

.padvicesepet{
	min-height: 75px;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: 5px 10px;
    padding-left: 50px;
    padding-top: 15px;
	background-color:#f8f8f8;
	border: 1px solid #dcdcdc;
    border-radius: 15px;
}
.padvicesepet small{
	display: block;
    width: 95%;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.padvicesepet span{
	position: absolute;
    bottom: 10px;
    left: 27px;
    font-size: 13px;
}
.padvicesepet button{
    background: #e84d1c;
    font-size: 10px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    border: none;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    padding: 3px 15px;
    color: white;
}
.padvicesepet button:hover{
    background:#337ab7
}

.preview .nav{
	border-bottom:0px;
}

.details  .price{
	padding-top: 25px;
    padding-bottom: 25px;
	padding-left: 15px;

}
.details  .price-new{
	font-size: 36px;
    font-weight: 600;
    color: #56698f;

}
.details  .price-old{
	text-decoration: line-through;
    font-weight: 600;
    color: #ff4e5b;
    padding-left: 20px;
}

.details  .price span{
	font-size: 14px;
}

.details  .vote{
	padding:20px;
}
.details  .product-title{
	font-weight: 600;
	width: 95%;
}

.preview .tab-content .panel{
	border-radius:0px;
}
.preview .preview-pic .tab-pane{
	min-height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
	background-size: contain;
}
.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; 
}

.pproduct div{
	height: 40px;
    width: 40px;
    float: left;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 8px;
}
.pproduct a{
	height: 50px;
    line-height: 40px;
}

.fproduct{
	padding:0px;
	}
.fproduct li{
	margin-bottom:5px;
	}
.fproduct div{
	height: 40px;
    width: 40px;
    float: left;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-right: 8px;
	}
.fproduct a{
	height: 50px;
    line-height: 40px;
	}


.sProduct div{
	min-height:300px;
	background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
}

.pThumbnail {
  border: none;
  padding:0px;
  margin-top: 15px; 
}

 
.pThumbnail li{
    padding: 0;
    margin: 0;
    height: 50px;
    width: 50px;
    float: left;
    margin-right: 5px;
    border: 1px solid #ddd;
    background-repeat: no-repeat;
    border-radius: 5px;
    background-position: center;
    background-size: cover;
}   
.pThumbnail li a:hover {
	box-shadow: 0 0 5px #ccc;
}   
.pThumbnail li a:active {
	border: 1px solid #ff9f1a;
}
.pThumbnail li:last-of-type {
      margin-right: 0; 
}

.psingle .panel-footer .btn {
      margin-left:5px; 
}

	  
	  
.tab-content {
  overflow: hidden; }
  .tab-content img {
    //width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }









.product-box {
    background: #fff;
    margin-top: 20px;
    position: relative;
    border: 1px solid #dcdcdc;

}

.product-box:hover{
  box-shadow: 0px 0px 1px 1px var(--hpColor);
}

.productV2.product-box:before, .productV2.product-box:after{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #999;
  box-shadow: 0 15px 10px #999;
  transform: rotate(-3deg);
}
.productV5.product-box{
  border-radius:15px;
}



.productV2.product-box:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.product-box:hover>.product-image>div {
    display: block;
}
.product-box .btn-quick:hover {
    background: #e84d1c;
    border-color: #c8c8c8;
	box-shodow:0 0 10px #333;
}


.product-image {
	position: relative;
    height: 220px;
    background-color: #fff;
}
.productV3 .product-image {
    height: 150px;
}
.productV5 .product-image {
	height: 200px;
	background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.productV5 .product-image img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.productV5 .product-image img{
    position: relative;
}
.product-image img{
	max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.product-image div {
    background: rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
	}

.product-image div .btn-quick {
	padding: 3px 10px;
    color: #fff;
    border: none;
    margin: -13px 5px 0;
    background-color: #337ab7;
    text-transform: uppercase;
    position: relative;
    top: 50%;
    line-height: 1.4;
    font-size: 12px;
	}

.product-item{
	position: relative;
    background-color: #f8f8f8;
    height: 150px;
	border-top: 1px solid #efefef;
	}
.productV5 .product-item {
	height: 100px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.product-por{

	color: var(--htColor);
	background: var(--hpColor);
    padding: 2px 9px;	
}
.productV4 .product-por{
    font-size: 9px;
    z-index: 1;
	position: absolute;
    top: 0;
    right: 0;
	border-bottom-left-radius: 8px;	
}

.product-ttl{
	height: 54px;
    font-weight: 400;
    padding: 10px 10px;
    text-align: center;
	}
.product-ttl a{
	color:#333;
	text-decoration: none;
	}
.product-ttl a:hover{
	color:var(--hpColor);
	}
.product-prc{
	width: 50%;
    position: absolute;
    bottom: 17px;
    left: 0;
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
	}	
.productV3 .product-prc{
	width: 100%;
    bottom: 45px;
	text-align:center;
	}
.productV4 .product-prc{
	width: 100%;
    bottom: 45px;
	text-align:center;
	}
.productV5 .product-prc{
	width: 80%;
	bottom: 0px;
    height: 42px;
    text-align: left;
	}
	
.product-old{
	width: 50%;
    position: absolute;
    bottom: 38px;
    left: 0;
    height: 25px;
    padding-left: 22px;
    font-size: 12px;
    text-decoration: line-through;
    color: red;
    font-weight: 600;
	}	
	
.product-prc i{
	font-size: 10px;
	}
	
.product-btn{
	position: absolute;
    bottom: 0;
    right: 0;
    height: 42px;
    line-height: 33px;
    padding: 0 10px;
	}
.product-btn .btn{
		border:none;
		color:var(--btColor);
		background-color:var(--bpColor);
	}
.product-btn .btn:hover{
		border:none;
		color:var(--bhColor);
		background-color:var(--bsColor);
	}	
	
.productV3 .product-btn{
	width:100%
	}
.productV4 .product-btn{
	width:100%
	}

.productV5 .product-btn{
	width:20%
	}



	
.sepet-box .item-name{
    font-size: 12px;
    display: block;
    line-height: 1;
    padding-top: 7px;	
	}	
.sepet-box .item-price{
    display: block;
    text-align:right;	
	}
.sepet-box hr{
    margin-top: 8px;
    margin-bottom: 8px;	
	}

.deal-container{position:relative;}

.deal-container:before, .deal-container:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  box-shadow: 0 15px 10px #777;
  transform: rotate(-3deg);
}

.deal-container:after
{
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}


	
.deal-totuc{
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(245, 245, 245,0.8);
	}	
.deal-totuc h1{
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    color: rgba(255, 0, 0, 0.77);
    font-weight: 500;
    margin: 0;
    white-space: nowrap;
	}
	
.deal {
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    padding: 3.6rem 4rem 4.8rem;
    background-color: #fff;
    background-repeat: no-repeat;
    margin-bottom: 2rem;
    min-height: 380px;
	border: 1px solid #dcdcdc;
    background-position-x: 90%;
    background-position-y: center;
}

.deal > div {
    width: 100%;
}
.deal .btn {
    padding: 0 0 0.2rem;
	margin-bottom:20px;
}
.deal h4 {
	color: #3f51b5;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 1.25;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
    max-width: 240px;
}
.deal h2 {
    color:red;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: 0.2rem;
    max-width: 240px;
}
.deal .new-price {
	color: #ef837b;
    text-decoration: line-through;
    font-size: small;
}
.deal .old-price {
    color: #222;
}
.deal .product-title {
    margin-bottom: 0.7rem;
    font-size: 18px;
    font-weight: 600;
}
.deal .product-title a{
    color:#444;
	
}
.deal .product-price {
    font-weight: 300;
    font-size: 2rem;
    margin-bottom: 3.4rem;
}
.deal-content {
    align-self: center;
}
.deal-bottom {
    align-self: flex-end;
}
.btn.btn-outline-dark-2 {
    border-color: #d7d7d7;
}
.btn.btn-outline-dark-2:hover,
.btn.btn-outline-dark-2:focus {
    background-color: #fff;
}
.deal-countdown {
    margin-bottom: 0;
    margin-left: -0.8rem;
}
.deal-countdown .countdown-show3 .countdown-section {
    width: calc(33.33% - 16px);
}
.deal-countdown .countdown-section {
    position: relative;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1;
    padding: 0.9rem 0 0.3rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    background-color: #e31e24;
    border-radius: 0.3rem;
    border: none;
    margin-bottom: 2rem;
}
.deal-countdown .countdown-section:not(:last-child):after {
    color: #333333;
    content: ":";
    display: inline-block;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    left: 100%;
    margin-left: 6px;
    margin-top: -1px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.deal-countdown .countdown-period {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -2rem;
    display: block;
    font-weight: 400;
    color: #333333;
    text-transform: lowercase;
    width: 100%;
	height: 15px;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.deal-countdown .countdown-amount {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 0.4rem;
}