.x1bt {
    float: right;
    border: 0;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    padding: 3px 8px;
    margin-left: 5px;
    font-family: 'Cuprum', sans-serif;
    width: 75px;
}

#x1bt {
    background-position: -124px 0px;
    width: 22px;
    height: 20px;
    margin: 10px;
    float: right;
    transition: 1s all;
}

#x1bt1,
.x1bt1 {
    background:url(view.svg) no-repeat 5px center;
}

#x1bt2,
.x1bt2 {
    background: url(buy.svg) no-repeat 5px center;
}
#x1bt1,
.x1bt1,#x1bt2,
.x1bt2{
    padding-left: 32px;
    border-radius: 10px;
    border:1px solid;
    color: var(--color-03);
    font-weight: bold;
}

.x1d {
    padding: 15px;
    margin: 20px;
    text-align: center;
    width: 245px !important;
    border: 1px solid #2f2f2f;
    transition: 1s all;
    /* background: radial-gradient(#525252, transparent); */
    /* background: #e9e9e9; */
    border-radius: 10px;
}

.x1d2 {}

.x1i {
    margin: 10px auto;
    display: block;
    height: 178px;
    border-radius: 4px;
}

.x1s {
    text-transform: uppercase;
    color: #111;
    font-family: 'Cuprum', sans-serif;
    font-size: 20px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #2f2f2f; */
    position: relative;
    display: block;
    width: 100%;
    height: 35px;
    overflow: hidden;
    margin: 0 auto;
}

/*.x1s2{position: absolute; bottom: -40px; font-size:15px; text-transform: inherit; right:25px; color:#666;}*/
.x1s3 {
    display: flex;
    /* justify-content: center; */
    justify-content: space-between;
    gap:5px;
    border-top: 2px solid #fff;
    padding-top: 10px;
}

.x1s4 {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Cuprum', sans-serif;
}

#x1d {
    display: table;
    margin-top: 50px;
}

#x1d1 {
    border-right: 2px solid rgba(255, 255, 255, .2);
    display: table-cell;
    vertical-align: top;
    border-top: 2px solid rgba(255, 255, 255, .2);
    background: #f5f5f5;
}

#x1d2 {
    display: table-cell;
    vertical-align: top;
    border-top: 2px solid rgba(255, 255, 255, .2);
}

#x1n {
    transition: 1s all;
    width: 228px;
    clear: both;
    overflow: hidden;
    padding: 0 20px 20px;
}

.x1s0 {
    font-weight: bold;
    font-size: 26px;
    color: #222;
    height: 30px;
    overflow: hidden;
    margin: 30px 0 10px;
}

.x1a {
    margin: 1px 0;
    text-decoration: none;
    color: #222;
    font-size: 18px;
    border-bottom: 1px solid #444;
    padding: 10px;
    /* text-shadow: 0 0 6px #000; */
    transition:1s all;
}
.x1a:hover{
    background: #ddd;
    color: #000;
    text-indent: 20px;
    text-shadow:none;
}

.x1s0,
.x1a {
    text-transform: uppercase;
    font-family: 'Cuprum', sans-serif;
    display: block;
}