﻿@charset "utf-8";
.main-container {
    width: 940px;
}
/*** TRACKINGAREA-DEPARTMENT ***/
.trackingarea-department {
    max-width: 220px;
    margin: 20px auto 40px;
}
.trackingarea_department_links {
    margin-bottom: 12px;
    background: #fff;
    border: 1px solid #f8f8f8;
    border-radius: 2px;
}
.trackingarea_department_header, .trackingarea_department_contents {
    border-bottom: 1px solid #edeeef;
    display: flex;
    align-items: flex-end;
}
.trackingarea_department_header {
    padding: 12px 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .03em;
    color: #6c6c70;
}
.trackingarea_department_contents {
    font-size: 12px;
    line-height: 19px;
    letter-spacing: .03em;
    color: #666;
}
.trackingarea_department_contents:last-of-type {
    border-bottom: none;
}
.trackingarea_department_contents .trackingarea_department_link {
    padding: 10px 15px;
    display: flex;
    color: #666;
    align-items: flex-end;
    flex-basis: 100%;
    transition: background .2s ease;
}
.trackingarea_department_contents .trackingarea_department_link:hover {
    background: #fafafa;
    text-decoration: none;
}
.trackingarea_department_contents_description {
    flex-grow: 1;
    padding-right: 10px;
}
.trackingarea_department_contents_commission {
    white-space: nowrap;
    font-weight: bold;
    color: #6c6c70;
}
.trackingarea_department_contents.trackingarea_department_contents_name {
    padding: 10px 15px 10px 13px;
    background: #f6f7f7;
    border-left: 2px solid #6dc066;
}
.trackingarea_department_contents.trackingarea_department_contents_name .trackingarea_department_contents_commission {
    font-weight: normal;
    color: #666;
}
.trackingarea_merchant_links {
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #f8f8f8;
    border-radius: 2px;
    text-align: center;
    cursor: default;
}
.trackingarea_merchant_links .trackingarea_merchant_header {
    font-size: 16px;
    line-height: 20px;
}
.trackingarea_merchant_links .btn-shopnow {
    width: auto;
    min-width: 130px;
    height: 36px;
    padding: 10px;
    background: #e3a800;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .05em;
    box-sizing: border-box;
    transition: background .2s ease;
}
.trackingarea_merchant_links .btn-shopnow:hover {
    background-color: #fad154;
}
.tracking_content .text-center p {
    font-size: 14px;
}
/*** BRAND-PAGE ***/
.brand-page {
    padding: 30px 30px 20px;
    background: #f3f2f2;
    box-sizing: border-box;
    position: relative;
}
.brand-page .brand-page-left {
    width: 600px;
    float: left;
    background: transparent;
    box-sizing: border-box;
}
.brand-page .brand-page-right {
    width: 250px;
    margin-left: 30px;
    float: right;
    box-sizing: border-box;
}
.brand-page .article {
    padding: 15px 20px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #c4c1c4;
    border-radius: 1px;
}
.brand-page .article p:last-of-type {
    margin-bottom: 0;
}
.brand-page .article .heading {
    font-size: 36px;
    font-weight: bold;
    line-height: 26px;
}
.brand-page .article .sub-heading {
    margin: 0 0 26px;
    font: bold 24px/26px "proxima-nova", sans-serif;
    color: #5e0061;
}
.brand-page .merchantLogo {
    height: 106px;
    padding: 10px 30px;
    margin-bottom: 16px;
    display: flex;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 1px;
    justify-content: center;
    align-items: center;
}
.brand-page .merchantLogo img {
    max-width: 100%;
}


.brand-page .trustpilot {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 1px;
}

.brand-page .trustpilot img {
    margin-left: auto;
	margin-right: auto;
	display: block;
    max-width: 100%;
    padding:10px 0px
}

.brand-page .trustpilot div {
    max-width: 100%;
    padding-bottom:10px;
}

.brand-page div.brandroom-btn input.btn {
    margin-bottom: 10px;
}

.brand-page div.brandroom-btn a.btn-blue {
    width: 100%;
}
.brand-page .actions {
    margin: 16px 0 20px;
}
.brand-page .actions .btn {
    width: 100%;
    height: 46px;
    padding: 16px 10px;
    border: none;
    text-shadow: none;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -.01em;
    box-sizing: border-box;
    transition: background .2s ease;
}
.brand-page .actions .btn + .btn {
    margin-top: 8px;
}
.brand-page .actions .btn-large {
    font-size: 18px;
    padding: 14px 10px;
    line-height: 18px;
}
.brand-page .actions .btn .fa-heart {
    margin: -5px -26px -5px 0;
    font-size: 16px !important;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    color: white;
}

.brand-page .actions .btn .fa-heart-o {
    margin: -5px -26px -5px 0;
    font-size: 16px !important;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    color: white;
}

.brand-page .actions .btn-danger {
    background: #ee5260;
    color: #fff;
}
.brand-page .actions .btn-danger:hover {
    background: #ff5867;
}
.brand-page .actions .btn-purple {
    background: #5d0060;
    color: #fff;
}
.brand-page .actions .btn-purple:hover {
    background: #7b007f;
}
.brand-page .brand-widget {
    min-height: 100px;
    padding: 8px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #c4c1c4;
    border-radius: 1px;
}
.brand-page .trackingarea-department {
    max-width: 100%;
    margin: 0;
}
.brand-page .up {
	width: 63px;
	height: 70px;
	padding: 63px 35px 0 35px;
	border: 5px solid #fff;
	border-radius: 50%;
	display: block;
	position: fixed;
	right: 30px;
	bottom: 30px;
	font-size: 21px;
	line-height: 22px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #6c3071 url('../../../2/Images/up.png') center 16px no-repeat;
	box-shadow: 5px 10px 35px 0 rgba(93, 9, 95, .65);
}
.brand-page .up:hover {
    opacity: .9;
}

/*** CATALOG ***/
.catalog {
    font-size: 12px;
    line-height: 16px;
}
.catalog .item {
    padding: 15px 20px 10px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #c4c1c4;
    border-radius: 1px;
    display: flex;
    flex-flow: wrap row;
}
.catalog .item:last-of-type {
    margin-bottom: 0;
}
.catalog .image {
    min-width: 175px;
    margin: 0;
    flex-basis: 175px;
    box-sizing: border-box;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    overflow: hidden;
}
.catalog .image img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
	border: 1px solid #dad7da;
	box-sizing: border-box;
}
.catalog .text {
    padding: 0 15px;
    flex-basis: 223px;
}
.catalog .title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 20px;
}
.catalog .date {
    font-size: 15px;
}
.catalog .date time {
    margin-left: 8px;
    text-transform: uppercase;
}
.catalog .button {
    min-width: 130px;
    flex-basis: 130px;
    white-space: nowrap;
}
.catalog .btn-cashback {
    width: auto;
    min-width: 130px;
    height: 36px;
    padding: 10px;
    display: block;
    background: #e3a800;
    border: none;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .05em;
    box-sizing: border-box;
    transition: background .2s ease;
}
.catalog .btn-cashback:hover {
    background: #f6bb11;
}
.catalog .sum {
    margin: 0 0 10px;
    text-align: center;
    color: #5e0061;
    font-size: 28px;
    line-height: 30px;
    font-weight: bold;
    cursor: default;
}
.catalog .links {
    margin-top: 15px;
    flex-basis: 100%;
}
.catalog .links .h {
    margin: 0 14px 0 0;
    display: inline-block;
    vertical-align: middle;
}
.catalog .links ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}
.catalog .links ul:after {
    display: table;
    content: '\0020';
    clear: both;
}
.catalog .links ul li {
    padding-right: 8px;
    float: left;
    line-height: 16px;
    letter-spacing: .05em;
    font-weight: normal;
}
.catalog .links ul li + li {
    padding-left: 8px;
    position: relative;
}
.catalog .links ul li + li:before {
    width: 1px;
    height: 10px;
    margin: auto 0;
    background: #ed1c4e;
    display: block;
    content: '\0020';
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.catalog .links ul li + li:last-child {
    padding-right: 0;
}
.catalog .links ul li a {
    color: #ed1c4e;
    position: relative;
}
.catalog .links ul li a:after {
    display: block;
    content: '\0020';
    overflow: hidden;
    height: 1px;
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transition: background .2s ease;
}
.catalog .links ul li a:hover:after {
    background: #ed1c4e;
}