#user-info-container input[type="text"],
#user-info-container input[type="password"] {
    background-color: white;
    color: black;
}

/* Profile Dropdown */

#profile-drop-down {
    top: 24px;
    width: 310px;
    opacity: 0;
    z-index: 110;
    display: none;
    position: absolute;
    padding: 16px 16px 8px 16px;
    background-color: black;
    font-size: 11px;
    font-weight: bold;
    color: #ccc;
}

.profile-avatar {
    display: block;
    float: left;
    border: 1px solid #8d8d8d;
}

#profile-drop-down a {
    text-decoration: none;
}

#profile-drop-down > ul {
    float: left;
    margin-left: 9px;
    border-bottom: 2px solid #676767;
}

#profile-drop-down > ul > li {
    border-bottom: 1px solid #282828;
    float: none;
    display: block;
    min-height: 25px;
}

#profile-drop-down > ul > li:last-child {
    border-bottom: none;
}

#profile-drop-down > ul > li > a {
    display: block;
    padding: 7px 6px 7px 36px;
    color: white;
    font-weight: bold;
    line-height: 18px;
    height: 100%;
}

#profile-drop-down > ul > li > a.my-orders-link {
    color: #dbcb5a;
}

#profile-drop-down > ul > li > a:hover {
    background-color: #282828;
}

#profile-drop-down > ul.admin > li > a {
    padding: 3px 6px 3px 36px;
}

#profile-drop-down > ul.admin > li:last-child > a {
    color: #db5a5a;
    padding: 3px 6px 2px 36px;
}

#bonus-points-info-container {
    clear: both;
    margin: 11px 0 9px 0;
}

#vip-profile-message {
    float: left;
    color: #ccc;
}

#vip-profile-message > img {
    vertical-align: top;
}

#promo-points-profile-message {
    float: right;
    color: #ccc;
}

#promo-points-profile-message > img {
    vertical-align: top;
}

#additional-profile-info {
    border-top: 1px solid #8d8d8d;
    padding-top: 7px;
}

#unread-messages {
    color: #787878;
    float: left;
}

#unread-messages.more-than-one {
    color: red;
}

#logout-link {
    float: right;
}

#logout-link > a {
    color: #7baec1;
    /*font-weight: normal;*/
}

#profile-drop-down:hover {
    display: block;
    /*opacity: 1;
    transition: opacity 1s ease;*/
}

#profile-drop-down .total-saved {
    color: #ccc;
    margin-top: -5px;
    margin-bottom: 9px;
    text-align: center;
}

#profile-drop-down .total-saved em {
    font-style: normal;
    font-weight: bold;
    color: #c1db8c;
}

/*#profile-link {
    top: -6px;
    width: 160px;
    display: block;
    position: absolute;
    text-decoration: none;
    text-align: center;
    padding-top: 6px;
    height: 24px;
    color: #7baec1;
}*/

#profile-link-container:hover > #profile-link {
    background-color: #131313;
    text-decoration: none;
}

#profile-link-container:hover > #profile-drop-down {
    opacity: 1;
    display: block;
    transition: opacity 1s;
}

#profile-link-container:hover > #profile-link > span {
    text-decoration: underline;
}

#profile-settings-link,
#profile-password-change-link,
#profile-submit-news-link,
#profile-my-orders-link,
#profile-admin-link {
    background-repeat: no-repeat;
    background-position: 11px 8px;
}

#profile-settings-link {
    background-image: url('/img/wmma/icon-profile.png');
}

#profile-password-change-link {
    background-image: url('/img/wmma/icon-pass.png');
}

#profile-submit-news-link {
    background-image: url('/img/wmma/icon-add.png');
}

#profile-my-orders-link {
    color: yellow !important;
    background-image: url('/img/wmma/icon-delivery.png');
}

#profile-admin-link {
    background-image: url('/img/wmma/icon-admin-12x12.png');
    background-position: 11px 5px;
}

#profile-drop-down #vip-profile-message,
#profile-drop-down #promo-points-profile-message,
#profile-drop-down #unread-messages,
#profile-drop-down #logout-link a {
    height: 18px;
    line-height: 18px;
    padding: 0;
}

#profile-drop-down #logout-link {
    font-weight: normal;
}

#profile-drop-down #logout-link a {
    font-weight: bold;
}

.search-container:hover > .search-input input.search-bar {
    padding-left: 10px;
}

#header-container > .header-ad-place .head-banner > a {
    display: block;
}

#header-container > .header-ad-place .head-banner > a > img {
    display: inline-block;
    width: 100%;
    max-width: 900px;
    height: auto;
}

/* /Profile Dropdown */

/* Search */

#BigSearchString {
    width: 80%;
}

#BigSearchString + input {
    width: 19%;
}


/* /Search */

/* Latest News */

#n-news-items-link-container > span {
    transition: all 1s;
}

.label-2, .bg-2 {
    background-color: #3497be;
}

/* /Latest News */

/* Navigation */
/*
#fixed-navbar.affix .container {
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    transition: 0.3s all;
}

#fixed-navbar.affix-top .container {
    box-shadow: 0px 0px 0px black;
    transition: 0.3s all;
}


#wrapper[data-color] #fixed-navbar.affix .navbar-nav > li#shopButton > a {
    background-color: #3497be;
    color: white;
    transition: 0.3s all;
}

#fixed-navbar.affix-top .container #shopButton a {
    transition: 0.3s all;
}
*/
/* /Navigation */

/* Top Line */

#shop-sections-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

#shop-sections-icons > a {
    display: block;
    position: relative;
}

#shop-sections-icons > a > img {
    display: block;
}

a > .html-tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    white-space: nowrap;
    background-color: #3497be;
    color: white;
    font-size: 0.9em;
    text-transform: uppercase;
    padding: 4px 10px 0px 10px;
    clip-path: polygon(0% 4px, 48% 4px, 50% 0px, 52% 4px, 100% 4px, 100% 100%, 0% 100%, 0% 4px);
    transition: opacity 0.1s;
}

a:hover > .html-tooltip {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.1s;
}

/* /Top Line */

/* Quick Search */

#autocomplete-search-results li > a > em {
	color: #256e9e;
	text-decoration: none;
}

#autocomplete-search-results a {
	font-family: 'Roboto Condensed';
}

.quick-search-result {
	display: block;
	width: 100%;
	margin-top: 2px;
	line-height: 48px;
	vertical-align: middle;
}

.quick-search-result .new_prod, .quick-search-result .top_prod {
	display: none;
	background: none;
	width: auto;
	height: auto;
	position: relative;
	margin-left: 4px;
	float: left;
	right: auto;
	top: auto;
	font-size: x-small;
	font-weight: normal;
	padding: 2px 4px;
	color: white;
	background: plum;
	border-radius: 2px;
}

.quick-search-result > .thumb {
	float: left;
	display: block;
	margin-right: 12px;
}

.quick-search-result > .product-name {
	float: left;
	display: block;
	max-width: 200px;
	max-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.quick-search-result > .product-name > em {
	color: #256e9e;
	text-decoration: none;
}

.quick-search-result:hover > .product-name {
	color: #3487bd;
}

.quick-search-result:hover > .product-name > em {
	color: #256e9e;
}

.quick-search-result > .prices {
	display: block;
	float: right;
	color: black;
}

.quick-search-result > .prices > .price-soon {
	color: #015689;
}

.quick-search-result > .prices > .price-main {
	color: #437194;
}

.quick-search-result > .prices > .price-old {
	color: #437194;
	text-decoration: line-through;
	margin-right: 6px;
}

.quick-search-result > .prices > .price-new {
	color: red;
}

#moreSearchResults {
	display: block;
	text-align: center;
	padding-bottom: 6px;
}

#moreSearchResults:hover {
	color: #3487bd;
}

#autocomplete-search-results {
        background-color: white;
        border: 1px solid #b4b1b1;
        /*box-shadow: 4px 4px rgba(0, 0, 0, 0.25);*/
        display: block;
        min-width: 178px;
        padding: 0 8px 4px 8px;
        position: absolute;
        z-index: 200;
}
#autocomplete-search-results-connective {
        background-color: white;
        border-left: 1px solid #b4b1b1;
        border-right: 1px solid #b4b1b1;
        display: none;
        height: 3px;
        position: absolute;
        width: 186px;
        z-index: 220;
}
#autocomplete-search-results a {
        text-decoration: none;
        font-size: 17px;
        color: #717171;
}
#autocomplete-search-results a em {
        font-style: normal;
        font-weight: bold;
}
#autocomplete-search-results .center {
        display: block;
        font-size: 12px;
        text-align: center;
        width: 100%;
}
#search_keyword {
        position: relative;
        z-index: 110;
}
#search_keyword.active {
        border-bottom: 1px solid white !important;
        color: #015689 !important;
}
#search_keyword.progress {
        background-image: url("/img/wmma/search-box-spinner.gif");
        background-position: 167px center;
        background-repeat: no-repeat;
}
.optionLine, .optionLine select {
        font-size: x-small;
}

.tooltip_description {
    display: none;
}

/* /Quick Search */

/* Prices */

.vip-icon {
    background-color: #437194;
    border-radius: 2px 2px 2px 2px;
    color: white !important;
    display: inline !important;
    font-size: xx-small;
    line-height: 16px;
    margin: 0 0 0 4px;
    padding: 0 4px;
    text-decoration: none !important;
    vertical-align: middle;
}

/* /Prices */

body.homepage .item .item-content > p > a {
    cursor: default;
    pointer-events: none;
}

body.homepage .item .item-content > p > a::after {
    display: none;
}

#clubs-big-title {
    position: relative;
}

#see-more-clubs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    text-transform: lowercase;
    font-weight: normal;
    font-size: 1.5rem;
}

#see-more-clubs-text {
    text-decoration: underline;
}

#see-more-arrow {
    margin-left: 0.75rem;
    font-size: 1.5rem;
}

.bottom-banner-container .banner > a {
    display: block;
    text-align: center;
}

.bottom-banner-container .banner > a > img {
    display: inline-block;
    width: 100%;
    max-width: 900px;
    height: auto;
}

.resources-common-panel.item.type-novini .external-link {
    height: 4em;
}

/* Comments and Commented */

.homepage #latestCommentedContent {
    max-height: 323px;
    overflow-y: scroll;
}

.homepage #latestCommentsContent {
    max-height: 323px;
    overflow-y: scroll;
}

.internal #latestCommentedContent {
    max-height: 333px;
    overflow-y: scroll;
}

.internal #latestCommentsContent {
    max-height: 333px;
    overflow-y: scroll;
}

/* /Comments and Commented */

/* Vitrina */

#vitrina {
    background-color: white;
}

#three-column-display {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#three-column-display > div {
    padding: 0 !important;
    height: 100%;
    float: none;
}

#three-column-display > div:first-of-type {
    max-width: 585px;
}

#three-column-display > div:nth-child(2) {
    max-width: 300px;
}

#three-column-display > div:last-of-type {
    max-width: 310px;
}

#three-column-display .banner > a {
    margin-top: 0px !important;
}

/* /Vitrina */

.middle-line-container {
    position: relative;
    text-align: center;
}

.middle-line {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 0;
    border-top: 1px solid rgba(133, 133, 133, 0.5);
    border-bottom: 1px solid rgba(133, 133, 133, 0.5);
}

.middle-line-button {
    padding: 0.6em 1.2em;
    background-color: #3497be;
    color: white;
    position: relative;
    z-index: 1;
    border: 1px solid rgba(133, 133, 133, 0.5);
    display: inline-block;
}

.row.middle-line-container {
    margin-top: 0.3em;
    margin-bottom: 0.7em;
}

.statii.middle-line-container .middle-line-button {
    background-color: #4cb050;
}

a.middle-line-button,
a.middle-line-button:hover {
    color: white;
}

.hot-topic-slides-container {
    /*display: flex;
    flex-direction: row;
    max-height: 335px;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;*/
    display: block;
    width: 385px;
    height: 335px;
}

.hot-topic-slides-container .hot-news {
    width: 384.33px;
    height: 335px;
}

.hot-topic-slides-container .slick-slider .news-slider-layer.hot-news {
    float: left;
}

.slick-slider .news-slider-layer.hot-news {
    float: left !important;
}

body.homepage .hot-topic-slides-container {
    margin-bottom: 45.5px;
}

.nothing-found {
    text-align: center;
    margin: 4em 0;
    font-size: 1.5em;
    font-weight: bold;
}

body.clubs-view .video-right-title {
    margin-top: 2em;
}

.brighter-link {
    color: #c2c2c2;
    display: block;
    width: 100%;
}

.video-box-simple {
	position: relative;
}

.video-box-simple .category-link {
	position: absolute;
	bottom: 6px;
	right: 0;
	display: inline-block;
	background-color: #141417;
}

#home-latest-news, #home-latest-articles {
	position: relative;
}

#home-latest-news .module-title, #home-latest-articles .module-title {
	position: initial;
}

#home-news-categories-container, #home-articles-categories-container {
	position: absolute;
	right: 25px;
	top: 2.1em;
	background-color: #9b9b9b;
	height: 48px;
	min-width: 280px;
}

.homepage #home-news-categories-container, .homepage #home-articles-categories-container {
	min-width: 290px;
}

#home-articles-categories-container {
	right: 0;
	top: 0;
}

.news #home-articles-categories-container ul li {
	display: block;
	width: 100%;
	margin: 0;
}

#home-news-categories-container .resources-categories > h6 + ul {
	background-color: #3497be;
}

#home-articles-categories-container .resources-categories > h6 + ul {
	background-color: #67bd34;
}

.client_text br {
	display: initial;
}

.row.middle-line-container.more-under-video {
	margin-top: -1.45em;
}

.hot-tag-container.non-mobile {
	display: grid;
	grid-template-columns: 47.5% 47.5%;
	grid-gap: 25px;
	justify-content: space-evenly;
}

.hot-tag-container.non-mobile > .item {
	display: grid;
	grid-template-columns: 48.2% auto;
}

.hot-tag-container.non-mobile > .item > .item-image-1 {
	width: auto;
}

.hot-tag-container.non-mobile > .item > .item-content {
	max-height: unset;
	padding-bottom: 1em;
}

.hot-tag-big-title {
    background-color: #3497be;
    color: white;
    display: block;
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 0.7rem 0;
    margin-bottom: 3rem;
    text-transform: uppercase;
}

.hot-tag-big-title .part-one,
.hot-tag-big-title:hover .part-one {
	color: #11506f;
}

.hot-tag-big-title .part-two,
.hot-tag-big-title:hover .part-two {
	color: white;
}

.hot-tag-container .item-content {
	background-color: #f4f4f4;
	padding-left: 1.5em;
	padding-right: 1.5em;
	max-height: 184px;
}

.hot-tag-container {
	margin-bottom: 6rem;
}

#home-hot-tag .hot-tag-container {
	margin-bottom: 0;
}

.most-read-articles-big-title {
	background-color: #4cb050;
}

#most-read-articles {
	/*padding-top: 0 !important;*/
}

.resources-submit_news .col-md-4,
.users-password-change .col-md-4,
.users-my-orders .col-md-4,
.users-settings .col-md-4,
.users-register .col-md-4,
.users-messages .col-md-4,
.users-login .col-md-4 {
	display: none;
}

.resources-submit_news .col-md-8,
.users-password-change .col-md-8,
.users-my-orders .col-md-8,
.users-settings .col-md-8,
.users-register .col-md-8,
.users-messages .col-md-8,
.users-login .col-md-8 {
	width: 100%;
	padding-right: 0;
}

#profile-menu {
    margin-top: -35px;
    height: 38px;
    border-bottom: 1px solid #3f9ab9;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#profile-menu > li {
    float: left;
}

#profile-menu > li:last-child {
    float: right;
}

#profile-menu > li > a {
    display: block;
    padding: 9px 17px;
    text-align: center;
    color: #7a7a7a;
    font-weight: bold;
    text-transform: uppercase;
}

#profile-menu > li > a:hover, #profile-menu > li > a.selected {
    background-color: #3f9ab9;
    color: white;
}

#profile-menu > li > a.selected + .arrow-down {
    display: block;
    position: relative;
}

#profile-menu .arrow-down {
    display: none;
    border-left: 9px solid rgba(0, 0, 0, 0);
    border-right: 9px solid rgba(0, 0, 0, 0);
    border-top: 9px solid #3f9ab9;
    width: 0;
    height: 0;
    margin: 0 auto;
}

.profile-page .fleft {
    float: left;
}

.profile-page label.fleft {
    text-transform: uppercase;
    font-weight: bold;
    color: #676767;
    width: 79px;
}

.profile-page .settings-row {
    margin-left: 20px;
    margin-bottom: 30px;
    padding-left: 20px;
    border-left: 1px solid #8d8d8d;
}

.profile-page .settings-row p {
    color: #8d8d8d;
    max-width: 300px;
}

.profile-settings .profile-avatar {
    margin-right: 29px;
}

#ProfileDeleteAvatar {
    margin: 6px 4px 7px 0px;
    vertical-align: middle;
}

.profile-page .settings-row input[type="text"], .profile-page .settings-row input[type="password"] {
    /*border: 1px solid #015689;*/
    border: 1px solid #3f9ab9;
    width: 270px;
    padding: 5px;
    margin-top: 2px;
}

.profile-page .settings-row input[type="text"].wider {
    width: 310px;
}

.profile-settings select {
    border: 1px solid #3f9ab9;
}

/*.profile-page #fighterbg {
    background-image: url('../../img/wmma/register-fighter.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    display: none;
    width: 337px;
    height: 508px;
    position: absolute;
    top: 193px;
    left: 640px;
}*/

.profile-page .submit {
    padding-left: 120px;
}

users-register .submit input ,.profile-page .submit input {
    color: white;
    border: 1px solid #3f9ab9;
    padding: 5px 10px;
    background-color: #3f9ab9;
    margin-bottom: 15px;
    cursor: pointer;
}

users-register .submit input ,.profile-page .submit input {
    color: white;
    background-color: #3f9ab9;
}

.profile-messages .message-panel {
    margin-bottom: 20px;
    display: flex;
}

.profile-messages .incoming .message-avatar {
    float: left;
    margin-right: 12px;
}

.profile-messages .outgoing .message-avatar {
    float: right;
    margin-left: 12px;
}

.profile-messages .message-avatar .profile-avatar {
    float: none;
    border-radius: 5px;
    border-color: #3f9ab9;
}

.profile-messages .message-author {
    font-weight: bold;
    text-align: center;
    margin-top: 4px;
    display: block;
    color: #015689;
}

.profile-messages .message-title {
    float: left;
    font-size: medium;
    margin: -35px 0 5px 0;
}

.profile-messages .message-date {
    color: #676767;
    float: right;
    font-size: smaller;
    margin-top: -35px;
}

.profile-messages .incoming .message-text {
    float: right;
}

.profile-messages .outgoing .message-text {
    float: left;
}

.profile-messages .message-text {
    width: 480px;
    flex-grow: 1;
    border: 1px solid #3f9ab9;
    padding: 10px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.profile-messages .message-arrow {
    position: relative;
    border-top: 9px solid rgba(0, 0, 0, 0);
    border-bottom: 9px solid rgba(0, 0, 0, 0);
    width: 0;
    height: 0;
    display: block;
}

.profile-messages .incoming .message-arrow-1 {
    border-right: 9px solid #3f9ab9;
    left: -19px;
}

.profile-messages .outgoing .message-arrow-1 {
    border-left: 9px solid #3f9ab9;
    left: 490px;
}

.profile-messages .incoming .message-arrow-2 {
    border-right: 9px solid #f9f9f9;
    left: -18px;
    top: -18px;
}

.profile-messages .outgoing .message-arrow-2 {
    border-left: 9px solid #f9f9f9;
    left: 489px;
    top: -18px;
}

.profile-messages #profile-menu {
    margin-bottom: 20px;
}

.profile-messages .messages-switch {
    margin-bottom: 10px;
}

.profile-messages .messages-switch:after {
    content: "";
    display: block;
    clear: both;
}

.profile-messages .messages-switch > li {
    display: block;
    float: left;
}

.profile-messages .messages-switch > li:last-child {
    float: right;
}

.profile-messages .messages-switch > li > a {
    color: #787878;
    display: inline-block;
    padding: 4px 16px 4px 16px;
    font-size: small;
    font-weight: bold;
    /*border-bottom: 2px solid white;*/
}

.profile-messages .messages-switch > li > a.selected,
.profile-messages .messages-switch > li > a:hover {
    /*background-color: #3f9ab9;
 *     color: white;*/
    color: #015689;
}

.profile-messages .messages-switch > li > a.selected {
    /*border-bottom: 2px solid #3f9ab9;*/
}

.profile-messages .reply {
    display: block;
    text-align: right;
    /*font-weight: bold;*/
}

.profile-messages .reply:hover {
    color: #3f9ab9;
}

.profile-messages .messages-separator {
    color: #3f9ab9;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-bottom: 21px;
}

.profile-page label.errors-label {
    color: #8d0000;
}

.profile-page .errors {
    border-left: 1px solid #8d0000;
    margin-bottom: 30px;
    padding-left: 20px;
    margin-left: 20px;
    display: block;
    float: left;
}

.profile-page .errors > li {
    line-height: 1.2em;
    font-size: 1.1em;
    color: #8d0000;
}

.profile-page .done {
    text-align: center;
    margin-top: 30%;
    font-size: large;
    color: #8d8d8d;
}

.profile-my-orders p {
    color: #8d8d8d;
}

.profile-my-orders h1 {
    color: #8d8d8d;
    font-weight: normal;
    text-transform: none;
    text-align: center;
    margin-top: 15%;
    line-height: 32px;
}

.profile-my-orders h1 > em {
    /*font-style: normal;*/
    font-weight: bold;
}

.profile-my-orders h1 > a {
    color: #015689;
    text-decoration: underline;
}

.profile-my-orders h1 > a:hover {
    text-decoration: none;
}

.profile-page.profile-my-orders > .left-column > #profile-menu {
    margin-bottom: 16px;
}

.profile-page .emphasized {
    font-weight: bold;
}

.profile-page .emphasized > em {
    font-style: normal;
    color: green;
}

#orders {
    width: 100%;
    background-color: #fafafa;
    margin-top: 20px;
}

#orders > thead {
    color: #1c668b;
    background-color: #c2dde6;
}

#orders > thead > tr > td {
    height: 10px;
    background-color: #fafafa;
}


#orders > thead > tr > th {
    font-weight: normal;
    padding: 9px 16px 7px 16px;
}

#orders > tbody > tr > th {
    color: #fafafa;
    font-weight: bold;
    background-color: #3f9ab9;
    padding: 9px 16px 7px 16px;
}

#orders > tbody > tr > th:last-child {
    color: yellow;
}

#orders > tbody > tr > th.order-tracking {
    background-repeat: no-repeat;
    background-image: url('../../img/wmma/wheres-my-order.png');
    background-position: 0 9px;
}

#orders > tbody > tr > td {
    padding: 13px 15px 11px 15px;
    border-bottom: 1px solid #c2dde6;
}

#orders > tbody > tr > td:first-child {
    color: #8d8d8d;
    border-left: 1px solid #c2dde6;
}

#orders > tbody > tr > td:last-child {
    border-right: 1px solid #c2dde6;
    border-bottom: none;
    background-image: url('../../img/wmma/order-bottom-gradient.gif');
    background-repeat: no-repeat;
    background-position: bottom left;
}

#orders > tbody > tr > td.order-details-cell {
    border-bottom: 1px solid #c2dde6;
    background-image: none;
}

#orders > tbody > tr.empty-row > td {
    border: none;
    height: 20px;
    padding: 0;
}

#orders .tracking-link {
    color: yellow;
    margin-left: 27px;
    text-decoration: underline;
}

#orders .product-link {
    color: #3c9cc2;
    text-decoration: underline;
}

#orders .order-more, #orders .order-details {
    color: transparent;
    text-transform: capitalize;
    text-align: center;
    display: block;
    background-repeat: none;
}

#orders .order-more {
    width: 123px;
    height: 24px;
    opacity: 0.75;
    background-image: url('../../img/wmma/order-more.png');
}

#orders .order-more:hover {
    opacity: 1;
}

#orders .order-details {
    width: 162px;
    height: 24px;
    background-image: url('../../img/wmma/order-details.png');
}

#order-details-top {
    color: white;
    padding: 8px 16px;
    font-weight: bold;
    background-color: #3f9ab9;
}

#order-details {
    border-bottom: 1px dashed #3f9ab9;
}

#order-details td {
    width: 40%;
}

#order-details .field-name {
    width: 15%;
    font-weight: bold;
}

#order-details .field-name.wider-field {
    width: 20%;
}

#order-details, #order-details-products, #order-details-totals {
    width: 640px;
}

#order-details td, #order-details-products td, #order-details-totals td {
    padding: 8px 16px;
}

#order-details-products td, #order-details-products th {
    text-align: center;
}

#order-details-products {
    margin: 8px 0 4px 0;
}

#order-details-products img {
    border-radius: 27px;
    border: 1px solid #3f9ab9;
}

#order-details-totals {
    color: white;
    font-weight: bold;
    background-color: #3f9ab9;
}

#order-details-totals .total-name {
    width: 90%;
    text-align: right;
}

#order-details-totals .total-value {
    text-align: right;
}

#profile-admin-link {
    color: red !important;
}

#profile-remote-news-link {
    color: white !important;
    background-image: url(/img/wmma/icon-remote-news.png);
    background-position: 11px 4px;
    background-size: 12px 16px;
    background-repeat: no-repeat;
}

#profile-club-edit-link {
    color: white !important;
    background-image: url(/img/wmma/icon-club.png);
    background-position: 11px 4px;
    background-size: 12px 16px;
    background-repeat: no-repeat;
}

