﻿    body p {
        font-family: 'Exo 2',sans-serif;
        font-size: 14px;
        line-height: 22px;
        margin: 0;
        color: #444;
    }

/********************* Shopping Demo-7 **********************/
.product-grid7{font-family:'Roboto Slab',serif;position:relative;z-index:1;    border: 1px solid #e9e8e8;box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;}
.product-grid7 .product-image7{border:1px solid rgba(0,0,0,.1);overflow:hidden;perspective:1500px;position:relative;transition:all .3s ease 0s}
.product-grid7 .product-image7 a{display:block}
.product-grid7 .product-image7 img{width:100%;    height: 210px;}
.product-grid7 .product-image7 img:hover{    box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);}
.product-grid7 .pic-1{opacity:1;transition:all .5s ease-out 0s}
.product-grid7 .pic-2{opacity:0;transform:rotateY(-90deg);position:absolute;top:0;left:0;transition:all .5s ease-out 0s}
.product-grid7:hover .pic-2{opacity:1;transform:rotateY(0);  box-shadow: inset 0px 0px 2px #fefefed1;
    -webkit-backdrop-filter: saturate(200%) blur(30px);}
.product-grid7 .social{padding:0;margin:0;list-style:none;position:absolute;bottom:3px;left:-20%;z-index:1;transition:all .5s ease 0s}
.product-grid7:hover .social{left:17px}
.product-grid7 .social li a{color:#fff;background-color:#333;font-size:16px;line-height:40px;text-align:center;height:40px;width:40px;margin:15px 0;border-radius:50%;display:block;transition:all .5s ease-in-out}
.product-grid7 .social li a:hover{color:#fff;background-color:#78e08f}
    .product-grid7 .product-new-label {
        color: #101010;
        background-color: #fdfdfd;
        font-size: 12px;
        padding: 0px 4px;
        border-radius: 5px;
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        font-weight: 600;
    }
.product-grid7 .product-content{text-align:center;padding:2px 0 0}
.product-grid7 .title{font-size:15px;font-weight:600;text-transform:capitalize;margin:0 0 2px;transition:all .3s ease 0s}
.product-grid7 .title a{color:#333}
.product-grid7 .title a:hover{color:#fff;border-radius:2px;    background-image: linear-gradient(
195deg, #EC407A 0%, #D81B60 100%);padding:2px 4px;}
.product-grid7 .rating{color:#78e08f;font-size:12px;padding:0;margin:0 0 10px;list-style:none}
.product-grid7 .price{color:#333;font-size:20px;font-family:Lora,serif;font-weight:700;margin-bottom:8px;text-align:center;transition:all .3s}
.product-grid7 .price span{color:#999;font-size:14px;font-weight:700;text-decoration:line-through;margin-left:7px;display:inline-block}
@media only screen and (max-width:990px){.product-grid7{margin-bottom:30px}
}

.demo{padding:45px 0}
.product-grid2{font-family:'Open Sans',sans-serif;position:relative}
.product-grid2 .product-image2{overflow:hidden;position:relative}
.product-grid2 .product-image2 a{display:block}
.product-grid2 .product-image2 img{width:100%;height:auto}
.product-image2 .pic-1{opacity:1;transition:all .5s}
.product-grid2:hover .product-image2 .pic-1{opacity:0}
.product-image2 .pic-2{width:100%;height:100%;opacity:0;position:absolute;top:0;left:0;transition:all .5s}
.product-grid2:hover .product-image2 .pic-2{opacity:1}
.product-grid2 .social{padding:0;margin:0;position:absolute;bottom:50px;right:25px;z-index:1}
.product-grid2 .social li{margin:0 0 10px;display:block;transform:translateX(100px);transition:all .5s}
.product-grid2:hover .social li{transform:translateX(0)}
.product-grid2:hover .social li:nth-child(2){transition-delay:.15s}
.product-grid2:hover .social li:nth-child(3){transition-delay:.25s}
.product-grid2 .social li a{color:#505050;background-color:#fff;font-size:17px;line-height:45px;text-align:center;height:45px;width:45px;border-radius:50%;display:block;transition:all .3s ease 0s}
.product-grid2 .social li a:hover{color:#fff;background-color:#3498db;box-shadow:0 0 10px rgba(0,0,0,.5)}
.product-grid2 .social li a:after,.product-grid2 .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;line-height:22px;border-radius:3px;padding:0 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid2 .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-22px;z-index:-1}
.product-grid2 .social li a:hover:after,.product-grid2 .social li a:hover:before{opacity:1}
.product-grid2 .add-to-cart{color:#fff;background-color:#404040;font-size:15px;text-align:center;width:100%;padding:10px 0;display:block;position:absolute;left:0;bottom:-100%;transition:all .3s}
.product-grid2 .add-to-cart:hover{background-color:#3498db;text-decoration:none}
.product-grid2:hover .add-to-cart{bottom:0}
.product-grid2 .product-new-label{background-color:#3498db;color:#fff;font-size:17px;padding:5px 10px;position:absolute;right:0;top:0;transition:all .3s}
.product-grid2:hover .product-new-label{opacity:0}
.product-grid2 .product-content{padding:20px 10px;text-align:center}
.product-grid2 .title{font-size:17px;margin:0 0 7px}
.product-grid2 .title a{color:#303030}
.product-grid2 .title a:hover{color:#3498db}
.product-grid2 .price{color:#303030;font-size:15px}
@media screen and (max-width:990px){.product-grid2{margin-bottom:30px}
}
.card{
        margin-top: -185px !important;
}
.tfrh{
        margin: 40px 0 30px 0;
}
.tfrhs{
        margin: 10px 0 6px 0;
        font-size: 20px;
}
.tfrcolor {
    border-bottom: 5px solid #2c2b2b;
    border-top: 5px solid #2c2b2b;
    margin-top:10px;
}
.tfrb {
   
    margin-top: 10px;
}
.tfrtc {
    text-align: center;
}
.mosho{color:white;font-size: 14px;
    background-color: black;
    border-radius: 4px;
    padding: 1px 5px;
    font-weight: 400;}
.shape {
    border-style: solid;
    border-width: 0 70px 40px 0;
    float: right;
    height: 0px;
    width: 0px;
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate( 360deg);
    transform: rotate( 360deg);
}.anbm
{
   color: #e91e63;
  font-weight:400;
}
.nicefon
{ font-size:18px;
  font-weight:400;
  color:#344767;

}
.offero {
    background: #fff;
    border: 1px solid #ddd;
        margin: 5px 0;
    overflow: hidden;
}
.offero-content {
    padding: 0 20px 2px;
}
.product-grid9 .add-to-cart{display:block;color:#c0392b;font-weight:600;font-size:14px;opacity:0;position:absolute;left:10px;bottom:-20px;transition:all .5s ease 0s}
.product-grid9:hover .add-to-cart{opacity:1;bottom:0}



.detail {
    box-shadow: 3px 4px 5px 3px rgba(0,0,0,.2);
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #dbdbdb;
}

.detail img {
    width: 100%;
    height: 220px;
}

.detail-box {
    margin-left: 20px;
    color:#1a1a1a !important;
}

.detail-box h4 {
    font-family: 'Bree Serif', serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
       color: #007bff;
    padding-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-shadow: 1px 0px 0px #242424;
}

.detail-box p{
    margin-bottom: 4px;
    font-size: 13px;
    line-height: 20px;
    text-align: justify;
    margin-right: 10px;
}

.detail-box p a{
  border-bottom: 1px dotted #529cec;
  text-decoration: none;
  color: #529cec;
}

.detail-box p a:hover{
    color: #27c74c;
    border-bottom: 1px dotted #27c74c;
}

.detail-box p i.fas{
  color: #27c74c;
}

.detail-box ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}

    .detail-box ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 10px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        color: #000;
        border: 2px solid #363636;
        padding: 2px 6px;
        border-radius: 2px;
    }

    .detail-box ul li:hover {
        background-color: #343a40;
        border: 2px solid #ffc107;
        color: #fff;
    }

.detail-box h6{
    font-size: 14px;
    line-height: 18px;
}

.detail-box h6 i.fa{
  color: #27c74c;
}

.detail-box h6 span{
  float: right;
  font-family: 'Bree Serif', serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #27c74c;  
  margin-right: 10px;
}

.carousel-item:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.4);
}
.spbt{
    padding: 4px 8px;
    margin-bottom: 5px;
}
.detail-body{
  padding: 40px 0;
}

.title{
  padding: 4px;
      font-size: 18px;
}




.offer {
    background-color: #363636;
        font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    border-radius: 2px;
    margin-bottom: 15px;
    padding-right:20px;
}

.offer-text {
    color: white;
    padding: 15px;
    font-weight: 700;
}

.offer-text-2 {
    color: white;
    font-weight: 700;
    margin-left: 25px;
}

.eligibal{
    padding: 20px;
    border: 1px solid #eee;
    background-color: rgba(239, 238, 238, 0.19);
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fcfcfc;
    margin-top: -31px;
    position: absolute;
    right: 50px;
    z-index: 9999;
}

.eligibal p{
  font-size: 13px;
  line-height: 20px;
}

.ribbon {
    position: absolute;
    z-index: 1;
    overflow: hidden;
    width: 94px;
    height: 94px;
    text-align: center;
}

    .ribbon span {
        font-size: 13px;
        font-weight: 700;
        color: #FFF;
        line-height: 25px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        width: 145px;
        display: block;
        background: #dc3545;
        background: linear-gradient(#529cec 0,#043a75 100%);
        text-shadow: 1px 1px 2px rgba(0,0,0,.25);
        position: absolute;
        top: 25px;
        left: -34px;
    }

.detail .discount-holder {
    color: #fff;
    background: #dc3545;
    top: 5px;
    right: -5px;
    position: relative;
    border-radius: 0 5px 0 0;
    float: right;
    font-size: 12px;
}

.detail .discount-holder span {
    display: block;
    position: relative;
    padding: 2px 12px 2px 8px;
}

    .detail .discount-holder span:before {
        width: 0;
        height: 0;
        border-top: 17px solid #dc3545;
          border-left: 15px solid transparent;
        position: absolute;
        top: 0;
        left: -15px;
        content: '';
    }
    

    .detail .discount-holder span:after {
        width: 0;
        height: 0;
        border-bottom: 17px solid #dc3545;
        border-left: 15px solid transparent;
        position: absolute;
        bottom: 0;
        left: -15px;
        content: '';
    }

    .detail .discount-holder:after {
        background: #dc3545;
          border-bottom-right-radius: 4px;
        bottom: -6px;
        content: "";
        height: 6px;
        right: 0;
        position: absolute;
        width: 5px;
    }
    
    