:root {
    --Roboto-C: 'Roboto Condensed', sans-serif;
    --ind-bold: 'Conv_Industry-Bold';
    --ind-light: 'Conv_Industry-Light';
    --ind-dim: 'Conv_Industry-Demi';
    --ind-med: 'Conv_Industry-Medium';
    --primary-color: #000000;
    --secoundry-color: #ffd52c;
    --third-color: #f3182c;
    --body-bg: #f4f4f4;
}
.w-90{
    width:95% !important;
}
.product-page {
    padding: 70px 0 0;
}

.product-page h2 {
    text-align: center;
    font-family: var(--ind-bold);
    text-transform: uppercase;
    margin: 0 0 15px;
}

.product-page img {
    display: block;
    margin: 0 auto;
    / margin-bottom: 15px; /
}

.product-gird {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
}

.product-image {position: relative;overflow: hidden;height: 560px;
    /padding: 40px 00px 10px; /cursor: pointer;}
.related{
    max-height: 480px;
}

.product-image:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0.45s;
    visibility: hidden;
    opacity: 0;
}

.lara_img {
    transition: 0.45s;
}

.product-content {
    position: absolute;
    z-index: 1;
    padding: 0 30px 0;
    margin-bottom: 20px;
    left: 0;
    right: 0;
    bottom: -80px;
}

.product-content h5 {
    color: #a4a4a4;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
}

.product-content h2 {
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 20px;
}

.product-content p {
    padding: 0 40px;
    padding-bottom: 10px;
    text-align: center;
}
.product-gird a{
    display:block;
}
.product-content a h2{
    color:#000;
}
.product-content a.stretched-link {
    text-align: center;
    background-color: var(--third-color);
    color: #ffffff;
    line-height: 50px;
    font-family: var(--ind-med);
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    transition:all 0.5s ease;
}
.product-content a.stretched-link:hover{
    background-color:#000;
}
.product-meta {
    border-top: 1px solid #eeeeee;
    padding: 10px 15px;
    / margin-top: 30px; /
    / line-height: 81px; /
}

.product-meta p {
    font-family: var(--ind-med);
    text-transform: uppercase;
    line-height: 39px;
}

.product-meta ul {
    text-align: right;
    margin-top: 7px;
}

.product-meta ul li {
    list-style: none;
    display: inline-block;
    line-height: 44px;
}

.product-meta ul li span {
    height: 30px;
    width: 30px;
    display: block;
    background: transparent;
    border: 1px solid #cccccc;
    border-radius: 50%;
}

.product-meta ul li span.yellow {
    background-color: #ffec49;
}

.product-meta ul li span.blue {
    background-color: #0b33d6;
}

.product-gird:hover .product-image:after {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.product-gird:hover .lara_img {
    position: relative;
    /*margin-top: -60px;*/
}
.product-gird .product-content{
    transition:all 0.5s ease;
}
.product-gird:hover .product-content{


}



.product-gird:hover .product-content{bottom: -20px;}








.single-detail{
    padding: 30px;
}
.single-detail h2{
    font-size: 35px;
    font-family: var(--ind-bold);
    margin-bottom: 20px;
}
.single-detail h3{
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: var(--ind-light);
}

.single-detail h6{
    margin-bottom: 10px;
}
.single-detail .lara_add_basket{
    outline: none;
    width: 60%;
    background-color: #000000;
    height: 60px;
    border-bottom:4px solid #f3182c;
    border-radius: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
}
/* .single-detail .lara_add_basket span{
    z-index: 3;
    display: block;
    position:relative;
}
.single-detail .lara_add_basket::before{
        content: '';
        height: 4px;
        width: 100%;
        position: absolute;
        top: 60px;
        background-color: #ff0000;
        display: block;
        left: 0;
        z-index:1;
        transition:all 0.5s ease;
     
} */
.single-detail .lara_add_basket:hover{
    background-color: #f3182c;
}
@media screen and (max-width: 1920px) {
    .product-image {
        height: 472px;
    }
}
@media screen and (max-width: 1600px) {
    .product-image {
        height: 390px;
    }
}
@media screen and (max-width: 1440px) {
    .product-image{
        height: 390px;
    }
}

@media screen and (max-width: 1366px) {
    .product-image {
        height: 345px;
    }
    .product-content {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .product-image {
        height: 423px;
    }
    .product-content {
        padding: 0;
    }
    .product-content p {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .product-image img {
        / width: 75%; /
    }
    .product-content {
        padding: 0 10px 0;
    }
    .product-content h2 {
        font-size: 22px;
    }
    .product-content p {
        display: none;
    }
    .product-meta p {
        text-align: center;
    }
    .product-meta ul {
        text-align: center;
    }
    .product-image {
        height: 390px;
    }
}

@media screen and (max-width: 576px) {
    .product-image img {
        / width: 75%; /
    }
    .product-content h2 {
        font-size: 17px;
    }
    .product-image {
        height: 290px;
    }
}:root {
    --Roboto-C: 'Roboto Condensed', sans-serif;
    --ind-bold: 'Conv_Industry-Bold';
    --ind-light: 'Conv_Industry-Light';
    --ind-dim: 'Conv_Industry-Demi';
    --ind-med: 'Conv_Industry-Medium';
    --primary-color: #000000;
    --secoundry-color: #ffd52c;
    --third-color: #f3182c;
    --body-bg: #f4f4f4;
}
.w-90{
    width:95% !important;
}
.product-page {
    padding: 70px 0 0;
}

.product-page h2 {
    text-align: center;
    font-family: var(--ind-bold);
    text-transform: uppercase;
    margin: 0 0 15px;
}

.product-page img {
    display: block;
    margin: 0 auto;
    / margin-bottom: 15px; /
}

.product-gird {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    margin-bottom: 30px;
}

.product-image {position: relative;overflow: hidden;height: 560px;
    /padding: 40px 00px 10px; /cursor: pointer;}
.related{
    max-height: 480px;
}

.product-image:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
    position: absolute;
    top: 100%;
    left: 0;
    transition: 0.45s;
    visibility: hidden;
    opacity: 0;
}

.lara_img {
    transition: 0.45s;
}

.product-content {
    position: absolute;
    z-index: 1;
    padding: 0 30px 0;
    margin-bottom: 20px;
    left: 0;
    right: 0;
    bottom: -80px;
}

.product-content h5 {
    color: #a4a4a4;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 6px;
    text-align: center;
}

.product-content h2 {
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 10px;
    font-size: 20px;
    color:#000;
}

.product-content p {
    padding: 0 40px;
    padding-bottom: 10px;
    text-align: center;
}
.product-gird a{
    display:block;
}
.product-content a h2{
    color:#000;
}
.product-content p.red-btn {
    text-align: center;
    background-color: var(--third-color);
    color: #ffffff;
    line-height: 50px;
    font-family: var(--ind-med);
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    transition:all 0.5s ease;
    /* margin: 0; */
    padding: 0;
}
.product-content p.red-btn:hover{
    background-color:#000;
}
.product-meta {
    border-top: 1px solid #eeeeee;
    padding: 10px 15px;
    color:#000
}

.product-meta a p {
    font-family: var(--ind-med);
    text-transform: uppercase;
    line-height: 39px;
    color:#000;
}

.product-meta ul {
    text-align: right;
    margin-top: 7px;
}

.product-meta ul li {
    list-style: none;
    display: inline-block;
    line-height: 44px;
}

.product-meta ul li span {
    height: 30px;
    width: 30px;
    display: block;
    background: transparent;
    border: 1px solid #cccccc;
    border-radius: 50%;
}

.product-meta ul li span.yellow {
    background-color: #ffec49;
}

.product-meta ul li span.blue {
    background-color: #0b33d6;
}

.product-gird:hover .product-image:after {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.product-gird:hover .lara_img {
    position: relative;
    /*margin-top: -60px;*/
}
.product-gird .product-content{
    transition:all 0.5s ease;
}
.product-gird:hover .product-content{


}



.product-gird:hover .product-content{bottom: -20px;}








.single-detail{
    padding: 30px;
}
.single-detail h2{
    font-size: 35px;
    font-family: var(--ind-bold);
    margin-bottom: 20px;
}
.single-detail h3{
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-family: var(--ind-light);
}

.single-detail h6{
    margin-bottom: 10px;
}
.single-detail .lara_add_basket{
    outline: none;
    width: 60%;
    background-color: #000000;
    height: 60px;
    border-bottom:4px solid #f3182c;
    border-radius: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    position: relative;
}
/* .single-detail .lara_add_basket span{
    z-index: 3;
    display: block;
    position:relative;
}
.single-detail .lara_add_basket::before{
        content: '';
        height: 4px;
        width: 100%;
        position: absolute;
        top: 60px;
        background-color: #ff0000;
        display: block;
        left: 0;
        z-index:1;
        transition:all 0.5s ease;
     
} */
.single-detail .lara_add_basket:hover{
    background-color: #f3182c;
}
@media screen and (max-width: 1920px) {
    .product-image {
        height: 472px;
    }
}
@media screen and (max-width: 1600px) {
    .product-image {
        height: 390px;
    }
}
@media screen and (max-width: 1440px) {
    .product-image{
        height: 280px;
    }
}

@media screen and (max-width: 1366px) {
    .product-image {
        height: 280px;
    }
    .product-content {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .product-image {
        height: 280px;
    }
    .product-content {
        padding: 0;
    }
    .product-content p {
        display: none;
    }
}

@media screen and (max-width: 768px) {

    .product-content {
        padding: 0 10px 0;
    }
    .product-content h2 {
        font-size: 22px;
    }
    .product-content p {
        display: none;
    }
    .product-meta p {
        text-align: center;
    }
    .product-meta ul {
        text-align: center;
    }
    .product-image {
        height: 390px;
    }
}

@media screen and (max-width: 576px) {
    .product-image img {
   
    }
    .product-content h2 {
        font-size: 17px;
    }
    .product-image {
        height: 205px;
    }
}