/* ========== custom s ========== */

/* ========== custom e ========== */

/* ========== responsive s ========== */

@media (min-width: 1200px) {}



@media (max-width: 1199px) {}



@media (max-width: 991px) {}



@media (max-width: 767px) {}



@media (max-width: 479px) {

    .block-02 .list-box .item-box {

        width: 50%;

        flex-basis: inherit;

        flex-grow: inherit;

    }

}



@media (max-width: 319px) {}

.h1_buttom_des{text-align: left;}

.next_post{position: relative; margin-top: 10px;}
.next_post a:nth-child(2){display: inline-block; float: right;}
.next_post a{padding: 2px 8px;
    border: 1px solid #495057;
    display: block;
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;}

b, strong {
    font-weight: bolder;
    color: grey;
}

.item-box .content .title {
    color: #333333;
    font-weight: bold;
}

.lines.one {
    height: calc(1.5rem * 1);
    -webkit-line-clamp: 1;
}

.item-box a, .item-box a:focus, .item-box a:hover {
    text-decoration: none;
}


.lines {
    width: 100%;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.title-box .main-title {
    color: #111111;
    font-size: 1.2rem;
    font-weight: bold;
}
.mb-1, .my-1 {
    margin-bottom: .25rem! important;
}

.index_h2{font-size: 16px;}
.index_h3{font-size: 16px;}
.index_video{font-size: 20px;}
.prosper-lightgraybackground-border {
    background: #f7f7f7;
    border: 1px solid #ededed;
    color: #535353;
    padding-bottom: 10px;
}

.prosper-lightgraybackground-border>.item-box>.py-2 {
    font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 14px !important;
    line-height: 1.4rem;
    height: 100px;
    overflow: hidden;
}

.read-more .fa{margin-right: 5px;}
.blog_recnt{position: relative;}
.blog_recnt>h3{font-size: 20px; margin-bottom: 15px; }
.blog_recnt ul{margin: 0 auto !important;}
.blog_recnt ul li{    list-style: none;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-left: -40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

@media (max-width: 767px){.blog_recnt{margin-top: 25px;}

@media (min-width: 768px){}
.col-md-3 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}}

.product_d img{width: 100%;}
.product_d .price del{margin-right: 15px; font-size: 14px;}
.product_d .price span{color: #f00; font-size: 18px;}
.cl{clear: both;}
.index_p1{border-bottom: 1px solid #ddd; padding-bottom: 5px; font-size: 20px;}
.index_p{position: relative; margin-bottom: 15px;}
.index_p .d-block{font-size: 14px;}

.details-card {
    background: #ecf0f1;
    padding: 10px;
}

.details-card h1{font-size: 18px;}

.details-card p{font-size: 14px;}

.card-content {
    background: #ffffff;
    border: 4px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    margin-bottom: 15px;
    height: 460px;
}

.card-img {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    z-index: 1;
}

.card-img img {
    width: 100%;
    height: auto;
    display: block;
}

.card-img span {
    position: absolute;
    top: 15%;
    left: 12%;
    background: #1ABC9C;
    padding: 6px;
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transform: translate(-50%,-50%);
}
.card-img span h4{
        font-size: 12px;
        margin:0;
        padding:10px 5px;
         line-height: 0;
}
.card-desc {
    padding: 1.25rem;
}

.card-desc h3 {
    color: #000000;
    font-weight: 600;
    font-size: 1em;
    line-height: 1em;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 0;
}

.card-desc p {
    color: #747373;
    font-size: 14px;
    font-weight: 400;
    font-size: 0.8em;
    line-height: 1.5;
    margin: 0px;
    margin-bottom: 20px;
    max-height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}
.btn-card{
    background-color: #1ABC9C;
    color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: 0;
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: #fff;
}
.btn-card:hover {
    background: orange;
}
a.btn-card {
    text-decoration: none;
    color: #fff;
    position: absolute;
    bottom: 25px;
}

.title-box{margin-bottom: 10px;}

.block-07 .right .price-box p.free_shipping{color: #666; display: block;}
.price-box .free_shipping span{color: #0098dd;}

.selector--button{text-align: center; background: #c82925; height: 40px; line-height: 40px; border-radius: 4px 4px 0 0;}

h2.description_title{font-size: 18px; font-weight: bold; border-bottom:1px solid #ddd; padding-bottom: 5px;}

button.add-to-cart{color: #fff !important; font-weight: bold; font-size: 18px;}

button i.fa{padding-left: 30px; font-weight: bold; font-size: 24px; }

@media (max-width: 479px){.window_dispaly{display: none;}}



/* ========== responsive e ========== */