﻿.theme-img img{
    max-width: 100%;
    height: auto;
}

.theme-img .img-start-thems{
    display: none;
}

.item-theme {
    position: relative;
    margin: 0 0 30px;
}

.img-theme {
    position: relative;
    z-index: 0;
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.box-content-item-theme {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.box-content-item-theme:hover {
    opacity: 1;
}

.animate-title-price {
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    width: 100%;
}

.btn-title-price {
    height: 50px;
    position: absolute;
    bottom: 5px;
    width: 100%;
    z-index: 1;
}

.btn-view-theme,
.btn-install-theme {
    width: 98%;
    height: 50px;
    padding: 15px 0 0;
    border-radius: 0;
    text-decoration: none;
}

.btn-view-theme:hover,
.btn-install-theme:hover {
    opacity: 0.8;
}

.btn-view-theme {
    background: #ccc;
    color: #333;
    margin: 0 0 0 1%;
    float: left;
}

.btn-install-theme {
    background: #D7DF21;
    color: #000;
    float: right;
    margin: 0 1%;
}

.read-more-btn {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.theme-name-title {
    font-size: 48px;
    height: 45px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
}

.theme-name-title h2 {
    float: left;
    margin: 0;
}

.theme-name-title .theme-price {
    color: #444;
    font-size: 26px;
    float: right;
}

.site-create-button {
    margin-bottom: 20px;
}

.site-create-button .view-demo {
    background: #ccc;
    text-decoration: none;
    color: #000;
}

.site-create-button .get-theme {
    background: #D7DF21;
    text-decoration: none;
    color: #000;
}

.site-create-button .get-theme:hover {
    background: #edf707;
    text-decoration: none;
    color: #000;
}

.site-create-button .view-demo {
    padding: 16px 32px;
    font-size: 18px;
}

.site-create-button .get-theme {
    padding: 16px 32px;
    font-size: 18px;
}


/* Описание */

.theme-description h4 {
    margin-top: 30px;
}


/* Нижний блок добавленный*/

.theme-options {
    background: #00abc9;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 5px;
    color: #fff
}

.theme-options a {
    color: #fff;
}

.theme-options td:nth-child(1),
.theme-options td:nth-child(2) {
    padding-right: 10px;
}

.theme-options td {
    padding-bottom: 10px;
}

@media (max-width:991px) {
    .site-create-button {
        text-align: center;
    }
    .site-create-button .get-theme {
        margin: 20px 0 0;
    }
}

.back {
  margin-top: 20px;
}
