.special {
	margin: 0 0 100px 0;
    overflow: hidden;
    display: block;
    justify-content: space-between;
}

.special .owl-nav {
	display: none;
}

.special .owl-nav.disabled + .owl-dots {
    position: relative;
    left: 0;
    margin: 20px auto 0 auto;
    display: flex;
    justify-content: center;
}

.special .owl-stage-outer {
    display: flex;
}

.special__country {
	font-family: 'Roboto Condensed', sans-serif;
    display: block;
    font-size: 10px;
    color: #8f8f8f;
    text-transform: uppercase;
}

.special__description {
	position: relative;
    height: 58px;
    overflow: hidden;
    margin: -2px 0 0 0;
}

.special__detail {
	position: relative;
    margin: 0px;
    padding: 0 0 0 72px
}

.special__detail-title {
	font-size: 12px;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #8f8f8f;
}

.special__details {
	font-family: 'Roboto Condensed', sans-serif;
    color: #393a3c;
    position: relative;
    line-height: 1.2;
    margin: 0px;
    max-height: 50px;
    height: 50px;
}



.special__label {
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -26px;
    top: 16px;
    width: 110px;
    height: 22px;
    padding: 0;
    color: #fff;
    background: #000;
    transform: rotate(45deg)
}

.special__label_hot {
	background: #efbf69;
}

.special__label_sale {
	background: #db383c;
}

.special__more {
	position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 51px;
    font-size: 16px;
    color: #fff;
    background-color: #db383c;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 0 0;
    border-top: 1px solid #dee6eb;
    box-sizing: border-box;
    display: none;
    cursor: pointer;
    text-decoration: none;
}

.special__offer {
	border: 1px solid #dee6eb;
    background: #fff;
    float: left;
    margin: 0px 0px 0px 0px;
    height: 415px;
    width: 265px;
    padding: 15px;
    overflow: hidden;
    position: relative;
    font-size: 13px;
    border-radius: 5px;
    box-sizing: border-box;
}

.special__price {
	position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height: 51px;
    font-size: 16px;
    color: #db383c;
    font-weight: bold;
    text-align: center;
    padding: 13px 0 0 0;
    border-top: 1px solid #dee6eb;
    box-sizing: border-box;
    z-index: 99;
    cursor: pointer;
}

.special__price:hover {
    text-indent: -9999px;
}

.special__price:hover + .special__more {
    display: block;
}


.special__thumb {
	display: block;
    border: 1px solid #dee6eb;
    border-bottom: none;
    overflow: hidden;
    max-height: 170px;
    border-radius: 5px 5px 0px 0px;
    margin: -15px -15px 13px -15px;
}

.special__title {
    margin: 8px 0px 9px 0px;
    display: block;
    color: #0772ba;
    font-size: 17px;
    font-weight: 900;
    overflow: hidden;
    max-height: 42px;
    white-space: nowrap;
}

.special__value {
	font-size: 20px;
	margin: 0 4px;
}










.article-special-table {
    margin-top: 8px;
    margin-bottom: 20px;
    width: min-content !important;
}

.article-special-table .special__details {
    height: 65px;
    max-height: 65px;
}

.article-special-table tr {
    background: transparent !important;
}

.article-special-table td {
    border: none !important;
    padding: 0 !important;
    vertical-align: top;
}

.article-special-table tr td:nth-child(1), .article-special-table tr td:nth-child(2) {
    padding-right: 20px !important;
}

.article-special-table .special {
    margin: 0 !important;
}

.article-special-table .special__offer {
    height: auto;
    width: 290px;
}

.article-special-table .special__price {
    position: relative;
    height: auto;
    margin-left: -15px;
    width: calc(100% + 30px);
}

.article-special-table .special__description {
    height: auto;
    text-align: left;
    font-weight: 400 !important;
    font-family: 'Roboto' !important;
    line-height: 16px;
}

.article-special-table .special__title {
    text-align: left;
}

.article-special-table .special__price:hover + .special__more {
    height: 53px !important;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

.article-special-table .special__details {
    margin: 10px 0;
}

.article-special-table .special__thumb {
    border: none !important;
}