/*
Theme Name: Whirlpoolportal Digital Portal
Author: Softfocus : Jon Troth
Author URI: http://softfocus.com/
Description: Whirlpoolportal Digital Portal 2016
Version: 1.0.0
Text Domain: whirlpool
*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
.content-primary {
    overflow: hidden;
}

.container-fluid {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}

#footer_container {
    padding: 15px;
}

#drp_breadcrumb {
    padding: 15px;
}

.custom_breadcrumb_wrap.white.custom-breadcrumb, .custom_breadcrumb_wrap.white .custom-breadcrumb a {
    color: #fff;
}

.custom_breadcrumb_wrap.white .custom-breadcrumb svg path {
    fill: #fff;
}

.content_flash_alert {
    border: 1px solid #bc952e;
    background-color: #eeb111;
    border-radius: 5px;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 4px;
    right: 4px;
    text-align: center;
    z-index: 100;
}

.inline_link_alert {
    position: relative;
}

.inline_link_alert .link_alert {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    top: -9px;
    right: -18px;
    position: absolute;
    background-color: red;
    color: #fff;
    font-size: 11px;
    line-height: 9px;
    padding: 5px 5px 3px 5px;
    border-radius: 3px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body,
html {
    padding: 0;
    margin: 0;
}

body {
    line-height: 1;
    font-family: 'HelveticaW01-Roman';
    font-size: 14px;
    font-weight: 400;
}

ol,
ul {
    list-style: none;
}
#DRPUploadForm ol{
    list-style: decimal;
}
#DRPUploadForm ol,
#announcement_content ol {
    line-height: 19px;
    margin-left: 15px;
    margin-bottom: 10px;
}
#DRPUploadForm ul{
    list-style: disc;
}
#DRPUploadForm ul,
#announcement_content ul {
    
    line-height: 19px;
    margin-left: 15px;
    margin-bottom: 10px;
}

#DRPUploadForm li,
#announcement_content li {
    padding-bottom: 10px !important;
}

blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Whirlpool Custom CSS
======================================== */
/*
#000000 Black (body copy)
#eeb111 Yellow (accent lines, partner model #, button hover)
#ba890d Dark Yellow (modal download colour hover)
#252525 Dark Gray (top bar, tooltip, icon hover colours)
#e1e1e1 Light Gray (filter bg)
#cecaca Warm Light Gray (buttons, icons, separator)
#5e514e Warm Dark Gray (product detail tabs)
*/

/* Select Text
======================================== */
body, p, td, li {
    font-family: "Helvetica", "acumin-pro", "Arial", sans-serif;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6, th {
    font-family: "Helvetica", "acumin-pro", "Arial", sans-serif;
    font-weight: 700;
}

p {
    margin-bottom: 15px;
    line-height: 24px;
    font-size: 14px;
}

/* Input Form and Fields
======================================== */
.download_link {
    border-top: 1px solid #f1f0f0;
    border-bottom: 1px solid #f1f0f0;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    margin-bottom: 20px;
}

.download_link:hover {
    text-decoration: none !important;
}

.download_link>i {
    vertical-align: middle !important;
    margin-right: 10px;
}

/* File Upload Field */
.bulk_upload_wrapper {
    padding-top: 10px;
}

.field_upload_wrapper {
    border: 1px solid #cecaca;
    background-color: #f1f1f1;
    width: 100%;
    padding: 30px;
    text-align: center;
    margin: 10px 0 0;
}

.field_upload_wrapper .field_upload_icon {
    border-radius: 40px;
    display: inline-block;
    background-color: #eeb111;
    width: 80px;
    height: 80px;
    color: white;
    margin-bottom: 20px;
}

.field_upload_wrapper .field_upload_icon i {
    font-size: 51px;
    margin-top: 12px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile+label {
    font-size: 1.25em;
    font-weight: 700;
    color: black;
    display: inline-block;
}

.field_upload_wrapper .field_upload_icon:hover {
    background-color: #eeb111;
    color: #fff;
    text-decoration: none;
}

.inputfile+label {
    cursor: pointer;
    /* "hand" cursor */
    text-align: center;
}

.inputfile:focus+label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

/* firefox link fix*/
button::-moz-focus-inner {
    border: 0;
}

/* Link Action
======================================== */
.wc_link_options_container {
    position: relative;
}

.wc_link_options {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
}

.wc_link_options a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-decoration: none !important;
    -webkit-transition: background .15s ease-out;
    -moz-transition: background .15s ease-out;
    -o-transition: background .15s ease-out;
    transition: background .15s ease-out;
}

.wc_link_options a:hover {
    background-color: #f3f3f3;
    text-decoration: none !important;
}

.wc_link_options a .material-icons {
    color: #6e6e6e;
    font-size: 30px;
    text-align: center;
    display: block;
    line-height: 40px;
}

/* Remove Icon
======================================== */
.wc_remove_icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10000;
}

.wc_remove_icon a {
    display: inline-block !important;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-decoration: none !important;
    -webkit-transition: background .15s ease-out;
    -moz-transition: background .15s ease-out;
    -o-transition: background .15s ease-out;
    transition: background .15s ease-out;
}

.wc_remove_icon a:hover {
    background-color: #f3f3f3 !important;
    text-decoration: none !important;
}

.wc_remove_icon a .material-icons {
    color: #6e6e6e;
    font-size: 30px;
    text-align: center;
    display: block;
    line-height: 40px;
}

.wc_remove_icon--no-z-index {
    z-index: 0;
}

/* Popup Action
======================================== */
.wc_action_options_container {
    position: relative;
}

.wc_action_options {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    z-index: 10000;
}

.wc_action_title {
    color: #999999;
    white-space: nowrap;
    vertical-align: middle !important;
}

.wc_action_action a {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-decoration: none !important;
    -webkit-transition: background .15s ease-out;
    -moz-transition: background .15s ease-out;
    -o-transition: background .15s ease-out;
    transition: background .15s ease-out;
}

.wc_action_action a:hover {
    background-color: #f3f3f3;
    text-decoration: none !important;
}

.wc_action_action a .material-icons {
    color: #6e6e6e;
    font-size: 30px;
    text-align: center;
    display: block;
    line-height: 40px;
}

.wc_action_wrapper {
    display: none;
    width: auto;
    color: #999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    z-index: 10001;
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 30px 20px 20px;
    background-color: #fff;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    min-width: 300px;
}

.wc_action_wrapper ul {
    margin: 10px 0;
}

.wc_action_wrapper li {
    padding: 3px 0;
    border-top: 1px solid #eee;
    line-height: 26px;
    color: #000;
}

.wc_action_wrapper li label {
    cursor: pointer;
}

.wc_action_buttons a {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

.wc_action_title {
    font-size: 18px;
    font-weight: bold;
    display: inline-flex !important;
    vertical-align: middle !important;
    line-height: 27px;
    color: #000;
}

.wc_action_title i {
    margin-right: 5px;
}

/* Popup Options
======================================== */
.wc_task_options {
    position: relative;
    top: 0;
    right: 0;
    width: auto;
}

.wc_task_options .wc_task_options_title {
    color: #999;
    white-space: nowrap;
    vertical-align: middle !important;
}

.wc_task_options .wc_task_options_title a {
    display: inline-flex !important;
    vertical-align: middle !important;
    color: #999;
    line-height: 25px;
    text-decoration: none;
    position: relative;
    padding-right: 38px;
    border-top-style: none !important;
    color: #242423;
}

.wc_task_options .wc_task_options_title a:hover {
    color: #999;
}

.wc_task_options .wc_task_options_title .material-icons {
    margin-left: 10px;
    margin-right: 0 !important;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -4px;
    right: 0;
    text-align: center;
    line-height: 30px;
    -webkit-transition: background .15s ease-out;
    -moz-transition: background .15s ease-out;
    -o-transition: background .15s ease-out;
    transition: background .15s ease-out;
}

.wc_task_options .wc_task_options_title a:hover .material-icons {
    background-color: #f3f3f3;
}

.wc_task_options .wc_task_options_title .material-icons.solid {
    background-color: #efb110;
    color: #fff;
}

.wc_task_options .wc_task_options_title a:hover .material-icons.solid {
    background-color: #60514e;
    color: #fff;
}

.wc_task_options_wrapper {
    display: none;
    width: auto;
    color: #999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    z-index: 20;
    position: absolute;
    top: -5px;
    right: 0;
    padding: 20px 30px 20px 20px;
    background-color: #fff;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
}

#page_header .wc_task_options {
    z-index: 3;
}

.wc_task_options_wrapper.bottom {
    top: auto;
    bottom: -25px;
    right: -3px;
}

.wc_task_options_wrapper a {
    padding: 0 !important;
}

.wc_task_options li {
    vertical-align: top !important;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
    position: relative;
}

.wc_task_options.has_alerts li {
    padding-right: 15px;
}

.wc_task_options li.divider {
    border-top: 1px solid #a8a8a8;
    padding-top: 10px;
    margin-top: 10px;
    height: 1px;
    line-height: 1px;
}

.wc_task_options li a {
    text-decoration: none !important;
    display: inline-flex !important;
    vertical-align: middle !important;
    font-size: 16px !important;
    line-height: 40px !important;
    font-weight: normal !important;
    border-top-style: none !important;
}

.wc_task_options li:hover a {
    color: #eeb111;
}

.wc_task_options .material-icons {
    color: #212529;
}

.wc_task_options li .material-icons {
    margin-right: 20px;
    line-height: 40px;
    color: #999;
    vertical-align: middle !important;
}

.wc_task_options li:hover .material-icons {
    color: #eeb111;
}

.wc_task_options li .icon-alert, .wc_task_options_action .icon-alert {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
    top: 10px;
    right: -10px;
    position: absolute;
    background-color: red;
    color: #fff;
    font-size: 11px;
    line-height: 9px;
    padding: 5px 5px 3px;
    border-radius: 3px;
    z-index: 1;
}

.wc_task_options_action .icon-alert {
    top: -10px;
}

.wc_task_options .has_icon_image .default_action {
    padding-left: 30px;
}

.wc_task_options .options_image {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 0;
}

/* Select Pulldown
======================================== */
.wc_dropdown::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -3px;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #eeb111 transparent;
}

.wc_dropdown {
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border: 1px solid #cecaca;
    cursor: pointer;
    outline: none;
    font-weight: normal;
    color: #000;
}

.wc_dropdown .dropdown::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: 15px;
    border-width: 6px 6px 0;
    border-style: solid;
    border-color: #fff transparent;
}

.wc_dropdown .dropdown::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 100%;
    right: 13px;
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
}

.wc_dropdown .dropdown {
    display: none;
    position: absolute;
    bottom: 140%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
    z-index: 100000;
}

.wc_dropdown .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wc_dropdown .dropdown li a:hover {
    background-color: #e6e8ea;
}

/* Icon Button
======================================== */
a.wc_icon_btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-decoration: none !important;
    -webkit-transition: background .15s ease-out;
    -moz-transition: background .15s ease-out;
    -o-transition: background .15s ease-out;
    transition: background .15s ease-out;
}

a.wc_icon_btn:hover {
    background-color: #f3f3f3;
    text-decoration: none !important;
}

a.wc_icon_btn i {
    color: #6e6e6e;
    font-size: 30px;
    text-align: center;
    display: block;
    line-height: 40px;
}

.wc_field_group {
    float: left;
    padding-right: 15px;
    position: relative;
    width: 100%;
}

.wc_field_group.wc_field_half {
    width: 50%;
}

.wc_field_group .wc_field_label {
    color: #929292;
    font-size: 16px;
    padding: 0;
    font-weight: normal;
}

.wc_field_group .wc_field_input {
    padding: 10px;
    color: #5f5f5f;
    border: 1px solid #cecaca;
    background-color: #fafafa;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 10px;
}

.wc_field_group.wc_field_half {
    width: 50%;
}

.wc_field_group .wc_field_label {
    color: #929292;
    font-size: 16px;
    padding: 0;
    font-weight: normal;
}

.wc_field_group .wc_field_input {
    padding: 10px;
    color: #5f5f5f;
    border: 1px solid #cecaca;
    background-color: #fafafa;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 10px;
}

.wc_form_container .ui-selectmenu-button {
    width: 100% !important;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.wc_form_container .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 0.6em 2.1em 0.7em 1em !important;
    font-size: 16px;
}

.wc_form_container .ui-corner-all {
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.wc_form_container .ui-state-default {
    color: #5f5f5f !important;
    border: 1px solid #cecaca !important;
    background-color: #fafafa !important;
}

.wc_form_container .ui-menu .ui-menu-item {
    padding: 6px 10px !important;
    line-height: 22px !important;
    font-size: 16px !important;
}

.wc_form_container .ui-selectmenu-menu ul {
    max-width: 650px !important;
    width: 97% !important;
}

.wc_autocomplete_wrapper {
    position: relative;
}

.wc_autocomplete_group {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
}

.wc_autocomplete_data {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
}

.wc_autocomplete_data ul {
    border-top: 1px solid #cecaca;
}

.wc_autocomplete_data ul li {
    border-bottom: 1px solid #cecaca;
    border-right: 1px solid #cecaca;
    border-left: 1px solid #cecaca;
    padding-bottom: 0 !important;
}

.wc_autocomplete_data li a {
    display: block;
    padding: 10px;
    background-color: #fff;
}

.wc_autocomplete_data li a:hover {
    display: block;
    padding: 10px;
    background-color: #eee;
    text-decoration: none;
    color: #000;
}

#DRPUploadForm .wc_autocomplete_data ul li {
    padding-bottom: 0 !important;
}

#DRPUploadForm .wc_autocomplete_data ul {
    margin: 0 !important;
}

.location_wrapper .ui-selectmenu-menu {
    max-width: 1000px !important;
    width: 100% !important;
    overflow: hidden;
}

.location_wrapper .ui-selectmenu-menu ul li {
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 10px !important;
}

.location_wrapper .ui-selectmenu-button span.ui-selectmenu-text {
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 10px !important;
}

/* SMART CSS
======================================== */

/* Ads and all assets section */
#smart_container .asset_block {
    width: 25%;
    float: left;
    text-align: center;
    padding-bottom: 20px;
}

#smart_container .asset_group {
    width: 230px;
    margin: 0 auto;
    text-align: left;
    min-height: 310px;
}

#smart_container .asset_image {
    cursor: pointer;
    position: relative;
    display: block;
    width: 230px;
    height: 230px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

#smart_container .asset_image_block {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f6f6f6;
}

#smart_container .asset_title {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding: 0;
    margin: 0;
}

#smart_container .asset_start,
#smart_container .asset_expire {
    font-size: 12px;
}

#smart_container .asset_readmore {
    text-align: center;
    color: #000;
    position: absolute;
    top: 100px;
    left: 30px;
    right: 30px;
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 3px;
    padding: 10px;
    display: none;
}

#smart_container .asset_image:hover .asset_readmore {
    display: block;
    color: #000;
}

#smart_container .asset_type {
    font-size: 11px;
    color: #9a9a9a;
    padding-bottom: 3px;
}

#smart_container .asset_select {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

#smart_container .asset_filesize {
    font-size: 12px;
    padding-bottom: 10px;
}

#smart_container .asset_filetype {
    font-size: 12px;
}

#smart_container .asset_download_wrapper {
    text-align: center;
    color: #666;
    line-height: 20px;
}

#smart_container .downloads_title {
    text-align: center;
    padding-bottom: 10px;
}

#smart_container .asset_download_wrapper .material-icons {
    color: #666;
}

#smart_container .asset_block .is_new,
#smart_container .asset_block .is_expired {
    background-color: red;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 3px 5px 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

#smart_container .asset_block .is_expired {
    background-color: #000;
}

#smart_container .asset_block .is_recommended {
    text-transform: uppercase;
    background-color: #666;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 3px 5px 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.asset_block .bonus_points {
    text-transform: uppercase;
    background-color: #34a5e9;
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 3px 5px 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.smart_progress_block {
    width: 100%;
    height: 30px;
    position: relative;
    border: 1px solid #cacaca;
    border-top-style: none;
}

.smart_progress_block.green {
    background-color: #bbb;
    color: #fff;
}

.smart_progress_block.yellow {
    background-color: #40b34f;
    color: #fff;
}

.smart_progress_block.grey {
    background-color: #bbb;
    color: #fff;
}

.smart_progress_block .gage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background-color: #eeb111;
    z-index: 1;
}

.smart_progress_block .gage.grey {
    background-color: #eeb111;
}

.smart_progress_block .title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    text-align: center;
    line-height: 30px;
}

.smart_progress_block .smart_progress_float {
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    border-top: 1px solid #cacaca;
}

/*Recommended SMART*/

#recommended_smart_container {
    position: relative;
    display: none;
}

#recommended_smart_container.active {
    display: block;
}

#recommended_smart_container .asset_block {
    width: 25%;
    float: left;
    text-align: center;
}

#recommended_smart_container .asset_block.slide_inactive {
    display: none !important;
}

#recommended_smart_container .recommended_smart_slider_btn {
    position: absolute;
    z-index: 1;
    top: 50%;
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: 8px;
    margin-top: -60px;
    display: none;
}

#recommended_smart_container.active .recommended_smart_slider_btn {
    display: block;
}

#recommended_smart_container .recommended_prev_btn.recommended_smart_slider_btn {
    left: -32px;
}

#recommended_smart_container .recommended_next_btn.recommended_smart_slider_btn {
    right: -32px;
}

.is_mobile #recommended_smart_container .recommended_prev_btn.recommended_smart_slider_btn {
    left: 0;
}

.is_mobile #recommended_smart_container .recommended_next_btn.recommended_smart_slider_btn {
    right: 0;
}

#recommended_smart_container .recommended_smart_slider_btn:hover {
    opacity: 0.7;
}

#recommended_smart_container .recommended_smart_slider_btn i {
    display: block;
    font-size: 28px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    background: #666;
    color: #fff;
    border-radius: 100%;
    margin-bottom: 10px;
    text-align: center;
}

#recommended_smart_container .asset_group {
    width: 230px;
    margin: 0 auto;
    text-align: left;
}

#recommended_smart_container .asset_image {
    cursor: pointer;
    position: relative;
    display: block;
    width: 230px;
    height: 230px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

#recommended_smart_container .asset_image_block {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f6f6f6;
}

#recommended_smart_container .asset_title {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    padding: 0;
    margin: 0;
}

#recommended_smart_container .asset_start, #recommended_smart_container .asset_expire {
    font-size: 12px;
}

#recommended_smart_container .asset_readmore {
    text-align: center;
    color: #000;
    position: absolute;
    top: 100px;
    left: 30px;
    right: 30px;
    border: 1px solid #ccc;
    background-color: #eee;
    border-radius: 3px;
    padding: 10px;
    display: none;
}

#recommended_smart_container .asset_image:hover .asset_readmore {
    display: block;
    color: #000;
}

#recommended_smart_container .asset_type {
    font-size: 11px;
    color: #9a9a9a;
    padding-bottom: 3px;
}

#recommended_smart_container .asset_select {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

#recommended_smart_container .asset_filesize {
    font-size: 12px;
    padding-bottom: 10px;
}

#recommended_smart_container .asset_filetype {
    font-size: 12px;
}

#recommended_smart_container .asset_download_wrapper {
    text-align: center;
    color: #666;
    line-height: 20px;
}

#recommended_smart_container .downloads_title {
    text-align: center;
    padding-bottom: 10px;
}

#recommended_smart_container .asset_download_wrapper .material-icons {
    color: #666;
}

#recommended_smart_container .asset_block .is_new,
#recommended_smart_container .asset_block .is_expired {
    background-color: red;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 3px 5px 0px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

#recommended_smart_container .asset_block .is_expired {
    background-color: #000;
}

.asset_item .is_new {
    background-color: red;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 3px 7px 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

/* Custom Radio Button
======================================== */
/* Customize the label (the container) */
.radio_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.radio_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #cccacb;
}

/* On mouse-over, add a grey background color */
.radio_container:hover input~.radio_checkmark {
    background-color: #cccacb;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked~.radio_checkmark {
    background-color: #cccacb;
}

.complete .radio_container input:checked~.radio_checkmark {
    background-color: #eeb111;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radio_checkmark:after {
    content: "";
    position: absolute;
    display: block;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked~.radio_checkmark:after {
    display: block;
}

.radio_container .radio_checkmark:after {
    top: 3px;
    left: 3px;
    width: 19px;
    height: 19px;
    background: white;
}

/* Style the indicator (dot/circle) */
.radio_container input:checked~.radio_checkmark:after {
    left: 9px !important;
    top: 5px !important;
    width: 7px !important;
    height: 12px !important;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 0px;
    background: none;
}

/* General CSS
======================================== */
.yellow {
    color: #eeb111;
}

.yellow_dark {
    color: #ba890d;
}

.grey {
    color: #f1f0f0;
}

.grey_dark {
    color: #5e514e;
}

.bk_yellow, .btn_yellow, .btn_yellow:visited, .btn_yellow:active, .btn_yellow:link {
    background-color: #eeb111;
    color: #fff !important;
    text-transform: capitalize;
}

.bk_yellow:hover, .btn_yellow:hover {
    background-color: #eeb111;
    color: #fff;
    text-decoration: none;
}

.bk_yellow_dark {
    background-color: #ba890d;
    color: #fff;
}

.bk_grey {
    background-color: #f1f0f0;
    color: #000;
}

.bk_grey_light {
    background-color: #cecaca;
    color: #fff;
}

.bk_grey_dark {
    background-color: #5e514e;
    color: #fff;
}

.bk_grey_dark:hover {
    background-color: #5e514e;
    color: #fff;
}

.bk_grey_dark a {
    color: #eeb111;
}

.bk_grey_border {
    border: 1px solid #cecaca;
}

.btn_grey_dark {
    background-color: #aea8a6;
    color: #fff;
}

.btn_grey_dark:hover {
    background-color: #878382;
    color: #fff;
}

.btn_green {
    background-color: #00B240;
    color: #fff;
}

.btn_green:hover {
    background-color: #00B240;
    color: #fff;
    text-decoration: none;
}

.btn_red {
    background-color: #E8150C;
    color: #fff;
}

.btn_red:hover {
    background-color: #E8150C;
    color: #fff;
    text-decoration: none;
}

.btn_grey {
    background-color: #aea8a6;
    color: #fff !important;
}

.btn_grey:hover {
    background-color: #aea8a6;
    color: #fff !important;
    text-decoration: none;
}

a {
    color: #000;
    text-decoration: none;
    overflow-wrap: break-word;
}

a:focus, a:hover {
    color: #eeb111;
    text-decoration: underline;
}

.button {
    display: block;
    font-size: 16px;
    padding: 10px;
    text-align: center;
}

a.button {
    text-decoration: none !important;
    text-transform: none;
}

a.button:hover {
    text-decoration: none !important;
}

.button.small {
    font-size: 14px !important;
    padding: 3px 10px !important;
    line-height: 22px !important;
}

.button.extrasmall {
    font-size: 13px !important;
    padding: 2px 6px !important;
    line-height: 20px !important;
}

.body_wrapper {
    max-width: 1000px;
    width: 1000px;
    margin: 0 auto;
}

.body_padding {
    padding-left: 20px;
    padding-right: 20px;
}

h1 {
    font-size: 31px;
    font-weight: 700;
    line-height: 42px;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
    line-height: 22px;
}

h5 {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
    line-height: 20px;
}

h6 {
    font-size: 14px;
    font-weight: 700;
}

#footer-utility {
    background-color: #f1f1f1;
    padding-top: 30px;
    padding-bottom: 0;
    color: #000;
}

input[type='button'] {
    border: none;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

input[type='button'].orange {
    background-color: #eeb111;
    color: #fff;
}

input[type="text"],
textarea {
    padding: 12px;
    border: 1px solid #d7dbec;
    color: #242423;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

input::-webkit-input-placeholder {
    /* Edge */
    font-weight: normal;
    color: #cdd1e3;
}

input:-moz-input-placeholder {
    /* Internet Explorer */
    font-weight: normal;
    color: #cdd1e3;
}

input:-ms-input-placeholder {
    /* Internet Explorer */
    font-weight: normal;
    color: #cdd1e3;
}

input:-o-input-placeholder {
    /* Internet Explorer */
    font-weight: normal;
    color: #cdd1e3;
}

input::placeholder {
    font-weight: normal;
    color: #cdd1e3;
}

.form-control:focus {
    border-color: #D7DBEC;
    box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
}

.whirlpool-dropdown.wrapper-dropdown {
    border: 1px solid #dbd7eb;
    border-radius: 5px;
    padding-left: 15px;
    font-size: 14px;
}

/* Alerts
======================================== */
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.alert h4 {
    color: inherit;
    margin-top: 0;
}

.alert .alert-link {
    font-weight: 700;
}

.alert>p, .alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 5px;
}

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close, .alert-dismissible .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

/* COntent Flag
======================================== */
.is_internal {
    background-color: #e6b340;
    color: #000;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 20px;
    font-size: 12px;
    padding: 3px 5px 0;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

/* Sweet Alert
======================================== */
.swal-button {
    padding: 11px 15px;
    background-color: #f5cb5c;
    border: 1px solid #f5cb5c;
    color: #242423;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
}

.swal-button:hover {
    background-color: #d9b149;
    color: #242423;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
}

.swal-button.disabled {
    background-color: #ddd !important;
    border: 1px solid #ddd;
    color: #9b9b9b !important;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    cursor: not-allowed;
    pointer-events: none;
}

.swal-button.swal-button--cancel {
    background-color: #5c5d5c;
}

.swal-text {
    line-height: 22px;
    display: inline;
}

.swal-content ul {
    line-height: 24px;
}

.swal-content ul li {
    text-align: center;
}

:focus {
    outline: none !important;
}

::-moz-focus-inner {
    border: 0 !important;
}

/* Header
======================================== */
#top-utility {
    text-align: right;
    color: #5e514e;
    background-color: #cecaca;
    padding: 15px 0;
}

#top-utility a {
    text-decoration: none;
    color: #5e514e;
}

#top-main ul {
    vertical-align: top;
}

#top-main li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}

#top-main li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    display: block;
    border-bottom: 5px solid #fff;
    line-height: 97px;
}

#top-main li a:hover,
#top-main li.current_page_item a,
#top-main li.current-page-ancestor a {
    border-bottom: 5px solid #eeb111;
}

#top-main li span {
    padding: 0 10px;
}

#top-main #menu-logo {
    vertical-align: middle;
}

#top-main #menu-logo img {
    margin-top: 20px;
    margin-right: 50px;
}

#top-main #menu-logo a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    display: block;
    border-bottom-style: none;
    line-height: 0;
}

#top-main #menu-logo a:hover {
    border-bottom-style: none;
}


#top-main #menu-search {
    text-align: right;
    width: 300px;
    position: relative;
}

.is_fr #top-main #menu-search {
    width: 238px;
}

#top-main #menu-search form {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

#top-main #menu-search .search-wrapper {
    position: relative;
    margin-top: 30px;
}

#top-main #menu-search .material-icons {
    position: absolute;
    top: 4px;
    right: 7px;
    cursor: pointer;
}

#top-main #menu-search input {
    background-color: #fafafa;
    color: #5f5f5f;
    border: 1px solid #cecaca;
    padding: 8px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 400;
    width: 160px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#page-header {
    background-color: #252525;
    padding: 20px 0;
}

#page-header .title_block {
    border-left: 5px solid #eeb111;
    padding: 0 0 0 20px;
}

#page-header .title_block h1 {
    color: #fff;
    font-size: 16px !important;
    font-weight: 300;
}

#page-header .title_block h1 span {
    color: #fff;
    font-size: 16px !important;
    font-weight: 300;
}

#page-header .title_block h1 span a {
    color: #fff;
    font-size: 16px !important;
    font-weight: 300;
}

#page-header .title_block h2 {
    color: #cecaca;
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px;
    padding-bottom: 10px;
    line-height: 22px;
}

/* Login Page
======================================== */
#login-logo {
    text-align: center;
    padding: 45px 0 55px;
}

#login-container {
    max-width: 475px;
    margin: 0 auto;
    margin-bottom: 100px;
    border: 1px solid #cecaca;
    background-color: #fafafa;
    color: #000;
    padding: 40px 80px;
    box-shadow: 0 0 10px #ccc;
    font-size: 16px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#login-container h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 40px;
}

#login-container .login-remember {
    padding-top: 10px;
}

#login-container .login-forgot {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    padding-top: 10px;
}

#login-container input[type='text'], #login-container input[type='password'] {
    padding: 10px;
    border: 1px solid #cecaca;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 10px;
}

#login-container input[type='submit'],
#registration-container input[type='submit'],
#registration-container input[type='button'],
#wp-submit {
    width: 100%;
    color: #fff;
    background-color: #eeb111;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    border: none;
    padding: 15px;
    margin: 15px 0;
    cursor: pointer;
}

#login-container input[type='submit']:hover {
    background-color: #d29c0f;
}

#login-container .login-group {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 300;
}

#login-container .login-lostpassword {
    text-align: left;
    float: left;
}

#login-container .login-register {
    text-align: right;
    float: right;
}

#registration-container .registration-wrapper {
    padding-top: 20px;
}

#registration-container .registration-group {
    float: left;
    width: 50%;
    padding-right: 15px;
    position: relative;
}

#registration-container .registration-group .label {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    color: #929292;
    font-size: 16px;
    padding: 0px;
    font-weight: normal;
}

#registration-container input[type='text'],
#registration-container input[type='email'],
#registration-container input[type='password'] {
    padding: 10px;
    color: #5f5f5f;
    border: 1px solid #cecaca;
    background-color: #fafafa;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 10px;
}

#registration-container .registration-submit {
    padding-right: 15px;
}

#registration-container input[type='submit'] {
    margin: 0 0 15px;
}

#registration-container .registration-sent {
    padding-top: 20px;
}

#registration-container .alert {
    margin: 0;
}

/* Utility Header
======================================== */
#utility-header {
    padding: 20px 0;
    border-bottom: 1px solid #cecaca;
    margin-bottom: 15px;
}

/* Brands Page
======================================== */
#brand_container {
    text-align: left;
    vertical-align: middle;
}

#brand_container .brand_block {
    width: 33%;
    text-align: left;
    display: inline-block;
}

#brand_container img {
    border: 1px solid #cecaca;
    display: block;
}

#brand_container .brand_links {
    padding: 25px 0 40px;
    vertical-align: middle;
}

#brand_container .brand_links p {
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
    padding: 0 15px;
}

#brand_container .brand_links a {
    text-decoration: none;
    color: #000;
    vertical-align: middle;
}

#brand_container .material-icons {
    color: #efb725;
    font-size: 22px;
    vertical-align: middle;
}

/* Content
======================================== */
#site_container {
    padding: 30px 0;
}

/* Custom Pulldown
======================================== */
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.wrapper-demo {
    margin: 60px 0 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

.wrapper-dropdown {
    position: relative;
    width: 200px;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    border: 1px solid #cecaca;
    cursor: pointer;
    outline: none;
    font-weight: normal;
    color: #000;
}

.wrapper-dropdown:after {
    content: "";
    width: 12px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    margin-top: 0;
    border-width: unset;
    border-style: none;
    border-color: transparent;
    background-image: url(./images/icons/down-chevron.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.wrapper-dropdown.active:after {
    background-image: url(./images/icons/up-chevron.svg);
}

.wrapper-dropdown .dropdown {
    position: absolute;
    top: 140%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.17);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-weight: normal;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    list-style: none;
    opacity: 0;
    pointer-events: none;
    z-index: 100000;
}

.wrapper-dropdown .dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
}

.wrapper-dropdown .dropdown:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 13px;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
}

.wrapper-dropdown .dropdown li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #e6e8ea;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown .dropdown li i {
    float: right;
    color: inherit;
}

.wrapper-dropdown .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown .dropdown li:hover a {
    background: #efedef;
}

.wrapper-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
}

/* Product Listing - Sidebar
======================================== */
#product_listing {
    margin: 0 auto;
    position: relative;
}

#product_listing_sidebar {
    width: 220px;
    float: left;
    position: relative;
}

#product_listing_items {
    width: 720px;
    float: right;
    position: relative;
}

.filter_group {
    padding-bottom: 20px;
}

.filter_group li {
    line-height: 24px;
}

.filter_header {
    background-color: #e1e1e1;
    color: #000;
    font-weight: 600;
    padding: 10px;
}

.filter_options {
    padding-top: 15px;
    padding-bottom: 10px;
}

/* Product Listing - Filtering Utility
======================================== */
#product_listing_sortby {
    float: right;
}

#product_listing_package_selection {
    float: left;
    position: relative;
}

#product_listing_package_selection .whirlpool-dropdown {
    display: inline-block;
}

#product_listing_package_selection input[type="button"] {
    border-style: none;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    margin-left: 0;
    padding: 11px 11px 10px;
}

#product_listing_select_all {
    float: left;
    padding: 10px 20px 10px 0;
}

#product_listing_view_types {
    float: right;
    padding-right: 20px;
}

#product_listing_view_types .material-icons {
    font-size: 37px;
    color: #aea8a6;
    cursor: pointer;
}

#product_listing_view_types .material-icons.active {
    color: #000;
}

/* Product Listing - Product Block
======================================== */
#categories_container .product_block {
    text-align: center;
    display: inline-block;
    padding-bottom: 40px;
}

#categories_container .product_block.full {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cecaca;
    text-align: left;
}

#categories_container .product_image_wrapper {
    position: relative;
}

#categories_container .product_title {
    line-height: 20px;
    font-size: 14px;
}

#categories_container .product_block img {
    width: 100%;
}

#categories_container .product_wrapper {
    padding: 0 10px;
    position: relative;
}

#categories_container .brand_partnumber {
    font-weight: 700;
    color: #000;
}

#categories_container .model_number {
    font-weight: 600;
    color: #eeb111;
}

#categories_container .msrp_value {
    font-weight: 300;
    color: #aea8a6;
}

#categories_container .action_icons .material-icons {
    font-size: 36px;
    font-weight: 300;
    color: #aea8a6;
}

#categories_container .action_icons .material-icons:hover,
.detail_action_icons .material-icons:hover {
    color: #151515;
}

#categories_container .action_icons a {
    display: inline-block;
}

#product_listing_footer.listview {
    border-top-style: none;
}

/* Product Listing - Product Block - Listing
======================================== */
.product_wrapper_list {
    width: 100%;
}

.product_wrapper_list .brand_checkbox {
    width: 3%;
    float: left;
    line-height: 22px;
}

.product_wrapper_list .brand_partnumber {
    width: 17%;
    float: left;
    line-height: 22px;
}

.product_wrapper_list .model_number {
    width: 20%;
    float: left;
    line-height: 22px;
}

.product_wrapper_list .product_title {
    width: 40%;
    float: left;
    line-height: 22px;
}

.product_wrapper_list .action_icons {
    width: 20%;
    float: left;
    text-align: right;
}

/* Product Listing - Product Block - Thumb Listing
======================================== */
.product_wrapper_thumb_list .product_image_wrapper {
    width: 17%;
    float: left;
    line-height: 22px;
}

#categories_container .product_block .product_wrapper_thumb_list img {
    width: 90%;
    text-align: left;
}

.product_wrapper_thumb_list .brand_checkbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.product_wrapper_thumb_list .brand_partnumber {
    width: 20%;
    float: left;
    line-height: 22px;
}

.product_wrapper_thumb_list .product_title {
    width: 43%;
    float: left;
    line-height: 22px;
}

.product_wrapper_thumb_list .action_icons {
    width: 20%;
    float: left;
    text-align: right;
}

/* Product Listing - Product Block - Grid Listing
======================================== */
#categories_container .product_wrapper .product_title {
    background-image: url('/wp-content/themes/whirlpool/images/mask-black.png');
    color: #fff;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

#categories_container .product_wrapper .brand_partnumber {
    padding-bottom: 7px;
    padding-top: 15px;
}

#categories_container .product_wrapper .model_number {
    padding-bottom: 7px;
}

#categories_container .product_wrapper .msrp_value {
    padding-bottom: 10px;
}

#categories_container .product_wrapper .brand_checkbox {
    text-align: left;
}

/* Product Listing - Footer Block
======================================== */
#product_listing_footer {
    border-top: 1px solid #cecaca;
    margin-top: 20px;
    padding-top: 30px;
}

#product_listing_footer .product_listing_limit {
    float: left;
}

#paginate_page_counter {
    display: inline-block;
    font-size: 18px;
    line-height: 29px;
    padding-right: 35px;
    vertical-align: middle;
}

#paginate {
    color: #000;
    vertical-align: middle;
    float: right;
    padding-top: 5px;
}

#paginate a,
#paginate .current {
    display: inline-block;
    padding: 5px;
    margin: 0 10px;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    width: 30px;
    vertical-align: middle;
}

#paginate a:hover {
    background-color: #eee;
}

#paginate .current {
    background-color: #eeb111;
}

#paginate .arrow {
    height: 25px;
    line-height: 1px;
    padding: 3px 5px 0;
}

/* Bulk Download & Package Details
======================================== */
#asset_selection li {
    font-size: 16px;
    line-height: 25px;
    padding-left: 20px;
}

#asset_selection li.active {
    background-image: url('images/check-mark.png');
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: 600;
}

/* Custom Checkbox
======================================== */
.whirlpoolcheckbox input[type=checkbox] {
    visibility: hidden;
    position: absolute;
}

.whirlpoolcheckbox {
    width: 20px;
    margin: 0 auto;
    margin-top: -2px;
    position: relative;
}

.whirlpoolcheckbox label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fcfff4;
    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfff4', endColorstr='#b3bead', GradientType=0);
}

.whirlpoolcheckbox label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 11px;
    height: 6px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 2px solid #333;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.whirlpoolcheckbox label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.5;
}

.whirlpoolcheckbox input[type=checkbox]:checked+label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

/*Enhanced Profile - Points Bar --- JC Aug 30 2019 */
ul.points_bar_navigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.points_bar_navigation li {
    display: inline-block;
    padding: 15px 20px;
    font-size: 15px;
    color: #999;
    cursor: pointer;
}

ul.points_bar_navigation li.active {
    background: #eee;
    color: #000;
}

.points_bar_div {
    padding: 20px;
    background: #eee;
    margin-bottom: 40px;
}

.points_bar_total {
    font-weight: 400;
    margin: 0 auto 20px;
    font-size: 22px;
}

.points_bar_progress {
    margin-bottom: 20px;
    background: #c6c6c6;
    color: #fff;
}

.points_bar_progress .points_bar_progress_item {
    display: inline-block;
    float: left;
    height: 48px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.points_bar_progress .points_bar_progress_item[data-category="smart"] {
    background-color: #43a1e7;
}

.points_bar_progress .points_bar_progress_item[data-category="profile"] {
    background-color: #fb6383;
}

.points_bar_progress .points_bar_progress_item[data-category="tools"] {
    background-color: #fb9f50;
}

.points_bar_progress .points_bar_progress_item[data-category="polls"] {
    background-color: #fdcd67;
}

.points_bar_progress .points_bar_progress_item[data-category="events"] {
    background-color: #55c0bf;
}

.points_bar_progress .points_bar_progress_item[data-category="general"] {
    background-color: #9949bd;
}

.points_bar_progress .points_bar_progress_tooltip {
    visibility: hidden;
    opacity: 0;
    background: #fff;
    color: #000;
    position: absolute;
    width: 100px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    padding: 10px 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
    z-index: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.points_bar_progress .points_bar_progress_tooltip::before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background: #fff;
    top: -5px;
    left: 50%;
    margin-left: -5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    z-index: -1;
}

.points_bar_progress .points_bar_progress_tooltip span {
    display: block;
}

.points_bar_progress .points_bar_progress_item:hover {
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2);
}

.points_bar_progress .points_bar_progress_item:hover .points_bar_progress_tooltip {
    visibility: visible;
    opacity: 1;
    top: 60%;
}

.points_bar_legend {
    display: inline-block;
}

.points_bar_legend span {
    margin-right: 10px;
}

.points_bar_legend span i {
    margin-right: 10px;
}

.points_bar_legend span[data-category="smart"] i {
    color: #43a1e7;
}

.points_bar_legend span[data-category="profile"] i {
    color: #fb6383;
}

.points_bar_legend span[data-category="tools"] i {
    color: #fb9f50;
}

.points_bar_legend span[data-category="polls"] i {
    color: #fdcd67;
}

.points_bar_link {
    float: right;
}

.points_bar_link a {
    text-decoration: underline;
}

.points_bar_legend span[data-category="events"] i {
    color: #55c0bf;
}

.points_bar_legend span[data-category="general"] i {
    color: #9949bd;
}

.points_bar_progress_compared {
    margin: 0 10px;
    line-height: 0;
    position: absolute;
    z-index: 1;
    right: 24px;
}

/* BEGIN WC REDESIGN STYLES
================================== */
.options-list,
.options-list__list-lg {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.options-list {
    margin-bottom: 20px;
}

.options-list__list-lg {
    align-items: stretch;
}

.options-list__btn-lg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #c4c4c4;
    border-radius: 4px;
    padding: 8px 12px;
    margin-right: 17px;
    font-family: 'Montserrat';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: -0.015em;
    text-align: center;
}

.options-list__list-sm {
    width: 156px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.options-list__btn-sm {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border: solid 1px #c4c4c4;
    border-radius: 4px;
    text-align: right;
}

.options-list__btn-sm:first-of-type {
    margin-bottom: 13px;
}

.options-list__icon-sm {
    margin-left: 13px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.content-manager-main .custom-site-content, .custom-site-content .custom-site-content-wrap {
    padding: 0;
}

#drp_breadcrumb .row {
    display: none;
}

.basket_page_wrap #breadcrumb_wrapper {
    padding-left: 0;
}

.product-listing-page-wrap .wrapper-dropdown .dropdown {
    top: -150px;
}

.product-listing-page-wrap .wrapper-dropdown .dropdown:after {
    bottom: -6px;
    right: 14px;
    border-width: 8px 8px 0;
}

.product-listing-page-wrap .wrapper-dropdown .dropdown:before {
    bottom: -6px;
    right: 13px;
    border-width: 8px 8px 0;
}

#drp_content_container input[type=file]::file-selector-button {
    border: none;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #F5CB5C;
    font-weight: bold;
}

#drp_content_container #primary.site-content .main .sub-items .fieldsets {
    background-color: #F8F8F8;
    border-radius: 4px;
    padding: 20px;
}

#drp_content_container input[type=text],
#drp_content_container select,
#drp_content_container textarea {
    width: 100%;
}

#drp_content_container select,
#drp_content_container input[type=number],
#drp_content_container input[type=text] {
    border: 1px solid #EFEFEF;
    color: #242423;
    border-radius: 4px;
    width: 100%;
}

#drp_content_container input[type=number] {
    width: inherit;
}

#drp_content_container .tag-editor {
    height: 46px;
    border-radius: 4px;
}

#drp_content_container #content_type {
    width: 50%;
}

#drp_content_container .module.message {
    margin-bottom: 20px;
}

#drp_content_container #trainingForm {
    padding-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
}


@media only screen and (max-width: 767px) {
    .content-pages #main-content.content-primary {
        padding-left: 0;
    }

    .content-pages #content {
        overflow: hidden;
    }

    .custom_breadcrumb_wrap.white .custom-breadcrumb {
        padding: 0;
    }

    #footer_wrapper .copyright {
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }

    #footer_wrapper .terms {
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .basket_page_wrap .basket_download_btn {
        margin-bottom: 15px;
    }

    .basket_page_wrap #basket_wrapper .basket_list_table_wrapper #basket_listing_table thead tr th {
        min-width: 150px;
    }

    .basket_page_wrap #basket_wrapper .basket_list_table_wrapper #basket_listing_table thead tr th:first-child {
        min-width: auto;
    }

    .basket_page_wrap #footer_container {
        padding-left: 0;
    }

    .basket_page_wrap #drp_content_container {
        padding: 0;
    }


    .basket_page_wrap #breadcrumb_wrapper,
    .basket_page_wrap #drp_breadcrumb {
        padding-left: 0;
    }

    .basket_page_wrap .content-primary, .content-primary--nav-open {
        padding-right: 20px;
    }

    .basket_page_wrap #basket_wrapper .package_text_wrapper .package_title {
        font-size: 24px;
        line-height: 30px;
    }


    #drp_content_container #content_type {
        width: 100%;
    }

    #drp_content_container .is_program.is_course.is_lesson,
    #drp_content_container .content_language_english,
    #drp_content_container .content-language.content_language_french,
    #drp_content_container .certificates.email-alerts {
        /* Override inline styles. */
        float: none !important;
        width: 100% !important;
    }

    #drp_content_container .is_program.is_course.is_lesson input,
    #drp_content_container .is_program.is_course.is_lesson select,
    #drp_content_container .content_language_english input,
    #drp_content_container .content_language_english select {
        width: 100%;
    }

    #drp_content_container .audience-types.content_group label {
        /* Override inline styles. */
        display: block !important;
    }
}

@media only screen and (min-width: 1600px) {
    .container-fluid {
        max-width: 1200px;
    }
}

/* Terms & Conditions Modal
======================================== */
.modal#terms-modal .modal-dialog.modal-dialog-centered {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.modal#terms-modal .modal-header {
    font-size: 1.2rem;
}

.modal#terms-modal .modal-title {
    color: #eeb111;
    font-size: 1.5rem;
}

.modal#terms-modal .modal-body {
    max-height: 400px;
    overflow: auto;
}

.modal#terms-modal .modal-body {
    padding: 15px 15px 40px;
}

.modal#terms-modal .modal-dialog {
    width: 100%;
    margin: 30px auto;
    max-width: 740px;
}

.modal#terms-modal {
    z-index: 19999999;
}

.modal#terms-modal button.remove_hover_styles:hover, .modal .btn.remove_hover_styles:hover {
    text-decoration: none;
    border: none;
    background-color: #eeb111;
}

.modal#terms-modal .form-check-modal-footer {
    margin-left: 15px;
}

.modal#terms-modal input[type=checkbox].checkbox-md {
    width: 1.25em;
    height: 1.25em;
    position: relative;
    top: .25em;
    margin-right: .25em;
}

.modal#terms-modal label {
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}

.modal#terms-modal .btn.btn-secondary {
    background-color: #acabab;
}

.modal#terms-modal .btn {
    text-transform: capitalize;
    color: #fff;
    border: none;
    border-radius: 2px;
    font-weight: 500;
}

.modal#terms-modal .btn.btn-primary {
    background-color: #eeb111;
}

.modal#terms-modal .form-group {
    margin-top: 15px;
}

@media only screen and (max-width: 949px) {
    #footer_container {
        margin-bottom: 67px;
        padding: 15px;
    }
}

@media only screen and (max-width: 950px) {
    #nav-toggle #nav-close-btn {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }

    .points_dashboard_wrap #drp_content_container {
        padding: 0;
    }

    .points_dashboard_wrap #main-content {
        padding-right: 20px;
    }

    .points_dashboard_wrap #drp_breadcrumb {
        padding-left: 0;
    }

    .points_dashboard_wrap #footer_container {
        padding-left: 0;
    }
}

.btn_primary {
    padding: 11px 15px;
    background-color: #f5cb5c;
    border: 1px solid #f5cb5c;
    color: #242423;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
}

.btn_primary_disabled {
    padding: 11px 15px;
    background-color: #808080;
    border: 1px solid #808080;
    color: #b9b9b9;
    font-weight: 700;
    text-transform: capitalize;
    border-radius: 5px;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    box-shadow: none !important;
}

.btn_primary:hover, .btn_primary:focus {
    background-color: #d9b149;
    color: #242423;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    text-decoration: none;
}

.btn_primary.disabled {
    background-color: #ddd !important;
    border: 1px solid #ddd;
    color: #9b9b9b !important;
    transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    pointer-events: none;
}

.btn_primary.disabled:hover,
.btn_primary.disabled:focus {
    background-color: #ddd;
    border: 1px solid #ddd;
    color: #9b9b9b !important;
}

.btn_secondary {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 10px 15px;
    border: 1px solid #333533;
    border-radius: 5px;
    background-color: #333533;
    color: #fff;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    text-transform: capitalize;
    cursor: pointer;
}

.btn_secondary:hover,
.btn_secondary:focus {
    background-color: #5c5d5c;
    border: 1px solid #5c5d5c;
    color: #fff;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    text-decoration: none;
}

label.custom__checkbox {
    font-size: 16px;
    line-height: 24px;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

.custom__checkbox input[type="checkbox"]:checked {
    background: #35a7ff;
    border: none;
}

.custom__checkbox input[type="checkbox"] {
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    border: 1px solid #d7dbec;
    margin-right: 8px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.custom__checkbox input[type="checkbox"]:checked::before {
    content: 'check';
    font-family: 'Material Icons';
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 20px;
}

.row.page-header.custom-row-page-header {
    margin: 0;
    padding-left: 0;
    padding-top: 0;
    color: #333;
}

.row.page-header.custom-row-page-header h1 {
    color: #333;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 16px;
    margin-bottom: 0;
}

#ja-promo-rsa-page .search-sku-wrapper:before {
    display: none;
}

#ja-promo-rsa-page .input-group-prepend {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

#ja-promo-rsa-page .input-group-text {
    font-size: 18px;
}

#ja-promo-rsa-page .search-sku-wrapper .search_field {
    padding-left: 45px;
}

#ja-promo-rsa-page .search-sku-wrapper {
    position: relative;
}

#ja-promo-rsa-page #drp_breadcrumb {
    padding-bottom: 0;
}

.custom__radio input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    border-radius: 100%;
    outline: none;
    cursor: pointer;
    border: 1px solid #d7dbec;
    margin-right: 8px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.custom__radio input[type="radio"]:checked::before {
    content: "radio_button_checked";
    font-family: "Material Icons";
    color: #35a7ff;
    font-size: 24px;
    text-align: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: -2px;
    line-height: 20px;
}

textarea {
    resize: vertical;
}

body.is_fr .custom_cta_button,
body.is_fr .btn_primary.custom_cta_button,
body.is_fr .btn_secondary.custom_cta_button {
    text-transform: inherit !important;
}

.zv-answer label {
    width: 100%;
}

.custom_partner_feed_details {
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    align-items: center;
}

.custom_partner_feed_details .info-box {
    min-width: 300px;
    background-color: #f4f4c38c;
    padding: 20px;
    border-radius: 4px;
}

.custom_partner_feed_details .info-box-text {
    display: flex;
    align-items: flex-start;
    max-width: 320px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 22px;
}

.custom_partner_feed_details .info-icon {
    margin-right: 10px;
}

@media screen and (max-width: 949px) {
    .custom_partner_feed_details {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom_partner_feed_details .info-box {
        order: 1;
    }

    .custom_partner_feed_details #partner_feed_details {
        order: 2;
    }
}

@media screen and (max-width: 767px) {
    .custom_partner_feed_details {
        max-width: 100%;
    }

    .custom_partner_feed_details .info-box-text {
        max-width: 100%;
    }
}

.french_btn {
    text-transform: none !important;
}

#modal-share-title .share_title {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 29px;
}

#modal-asset-share .modal-content-background {
    margin-top: 20px;
    padding: 20px 28px;
    background-color: #FAFAFA;
    margin-bottom: 30px;
}

#modal_asset_share_button {
    padding: 10px 15px;
    color: #212529 !important;
    font-weight: 700;
    background: #F5CB5C;
}

#asset-share-add-recipient .material-icons {
    font-size: 24px !important;
}

#asset-share-add-cc-recipient .material-icons {
    font-size: 24px !important;
}

.from-section {
    margin-bottom: 10px;
}

.pop-detail-table {
    font-size: 14px;
}

.pop-detail-table .thead-pop-detail {
    background: #FAFAFA;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #D7DBEC;
    height: 50px;
}

.pop-detail-table thead tr th {
    vertical-align: middle;
    padding: 0 15px 0 15px;
}

.pop-detail-table tbody tr td {
    vertical-align: middle;
    padding: 0 15px 0 15px;
    border-top: 0;
    border-bottom: 1px solid #D7DBEC;
}

.pop-detail-table tbody tr {
    height: 50px;
}

.pop-detail-table thead td {
    height: 50px;
}

.pop-detail-table thead .with-sorting {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
}

.pop-detail-table .custom-control-input {
    background: #FFFFFF;
    border: 1px solid #D7DBEC;
    border-radius: 4px;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
}

.pop-detail-table .material-symbols-outlined {
    font-size: 14px;
}

#pop-management-form-update-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    height: 48px;
    padding-left: 15px;
    padding-right: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #212529;
}

.data-table__col-icon.arrow_up {
    transform: rotate(180deg);
}

.pop-detail-table .arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.pop-detail-table .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    float: right;
    margin-top: 5px;
}

.pop-detail-table .dropdown .btn {
    border: none;
    background: transparent;
    border-radius: 0px;
    padding: 0px;
}

.pop-detail-table .dropdown .btn span {
    float: left;
}

.pop-detail-table .approval-options {
    padding: 12px;
}

.pop-detail-table .approval-options .mt-10 {
    margin-top: 10px;
}

.pop-detail-table .dropdown-menu {
    width: 198px;
    z-index: 1;
    position: absolute;
    border-radius: 0;
    background: #FFFFFF;
}

.pop-detail-table .btn-pop-update {
    padding: 12px;
    background: #F5CB5C;
    border-radius: 4px;
    color: #212529;
    font-weight: 700;
    font-size: 16px;
}

#pop-approval-modal .select-box {
    padding: 24px;
    background: #FAFAFA;
    border-radius: 8px;
}

.btn-pop-modal-save {
    background: #f5cb5c;
    border-radius: 4px;
    color: #212529;
    font-size: 16px;
    border: none;
    padding: 12px;
}

.btn-pop-modal-cancel {
    background: #212529;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    border: none;
    padding: 12px;
}

.btn-pop-modal-cancel:hover {
    color: #D7DBEC;
}


#pop-approval-modal .modal-dialog .modal-content {
    max-width: 560px !important;
}

@media only screen and (max-width: 767px) {
    .thead-pop-detail th {
        display: revert;
        font-size: 14px;

    }

    .thead-pop-detail td {
        font-size: 14px !important;

    }

    .pop-detail-table .down {
        float: inherit;
        margin-left: 5px;
    }

    .pop-detail-table .table-wrapper {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .pop-detail-table .table-wrapper::-webkit-scrollbar {
        display: none;
    }
}

#loadingRow .spinner_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

#loadingRow .spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -o-animation: rotate 2s linear infinite;
    -ms-animation: rotate 2s linear infinite;
    width: 40px;
    display: block;
}

#loadingRow .spinner .path {
    stroke: #f5cb5c;
    stroke-linecap: round;
    -moz-animation: dash 1.5s ease-in-out infinite;
    -ms-animation: dash 1.5s ease-in-out infinite;
    -o-animation: dash 1.5s ease-in-out infinite;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}

.content_group label strong {
    margin: 20px 0 4px;
    display: block;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.custom-background-yellow {
    background-color: #f5cb5c;
}

.custom-background-grey {
    background-color: #d7dbec;
}

.custom-pdp-text {
    font-weight: bold;
    padding: 0 10px;
}

.custom-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 20px;
}

.custom-wrapper .asset_action {
    display: flex;
    align-items: center;
}

.custom-wrapper .asset_download_text {
    display: flex;
}

.custom-wrapper .asset_download_text i {
    margin-right: 3px;
}

.custom-wrapper #download_list {
    margin-left: 10px;
}

.custom-wrapper #download_list .image-bottom {
    display: flex;
    margin: 0px;
}

#download_list {
    cursor: pointer;
}

#download_list svg {
    margin-right: 3px;
}

.custom-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
    align-items: stretch;
    position: relative;
}

.custom-box-wrapper .custom-box {
    max-width: 195px;
    flex: 1 1 calc(33.333% - 20px);
    margin: 10px;
    border: 1px solid #c4c4c4;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

#relatedaccessories_asset_tab .custom-accessories-title {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.custom-box-wrapper .custom-box .custom__checkbox__wrap {
    position: absolute;
    top: 2px;
    left: 8px;
    z-index: 1;
}

.sidebar_tabs .custom-wrapper.custom-flex a:hover,
.sidebar_tabs .custom-wrapper.custom-flex a.active,
.sidebar_tabs.custom-box a:hover,
.sidebar_tabs .custom-box a.active {
    background-color: transparent !important;
}

.custom-box-details a.active {
    color: #333;
}

.custom-box-details a:hover {
    color: #f5cb5c;
}

.custom-box-wrapper .custom-image {
    position: relative;
}

.custom-box-wrapper .custom-image img {
    width: 100%;
}

.custom-box-wrapper .custom-box-details {
    text-align: center;
}

.custom-box-wrapper .custom-box-details .bold {
    font-weight: bold;
}

.custom-box-wrapper .custom-box-details a.model-link {
        display: flex;
        flex-wrap: wrap;
}
.custom-box-wrapper .custom-box-details a.model-link p {
    flex: 1 1 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.custom-box-wrapper .custom-box-details p {
    margin-bottom: 2px;
    padding: 0 15px;
}

.custom-box-wrapper .custom-box-details p.yellow {
    color: #f5cb5c;
    font-weight: bold;
}

.custom-box-wrapper .custom_fav_status_container {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.custom__checkbox_label input {
    margin-top: 1px;
}

.custom-box-ctas {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 15px;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.custom-box-ctas .fav_add.hide,
.custom-box-ctas .fav_remove.hide {
    display: none;
}

.custom-box-ctas .spinner_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-box-ctas .spinner_wrap .spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    -moz-animation: rotate 2s linear infinite;
    -o-animation: rotate 2s linear infinite;
    -ms-animation: rotate 2s linear infinite;
    width: 20px;
    display: block;
}

.custom-box-ctas .spinner_wrap .spinner .path {
    stroke: #f5cb5c;
    stroke-linecap: round;
    -moz-animation: dash 1.5s ease-in-out infinite;
    -ms-animation: dash 1.5s ease-in-out infinite;
    -o-animation: dash 1.5s ease-in-out infinite;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite;
}

.custom-box-ctas .spinner_wrap .spinner.hide {
    display: none;
}

.custom-box-ctas .fav_add.active,
.custom-box-ctas .fav_remove.active {
    display: flex;
}

.custom-wrapper .asset_action .asset_download_text.custom_asset_download_text.active {
    color: #333;
}

.custom-wrapper .asset_action .asset_download_text.custom_asset_download_text.active i.material-icons {
    color: #333;
}

.pdp_wrapper .tab_container .asset_action.custom_asset_action {
    padding-bottom: 0;
}

.pdp_wrapper .swal-modal .swal-text {
    display: block;
    text-align: center;
}

@media (max-width: 767px) {
    .custom-wrapper {
        justify-content: center;
    }

    .custom-box-wrapper .custom-box {
        flex-basis: calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .custom-box-wrapper .custom-box {
        flex-basis: calc(100% - 20px);
        max-width: none;
    }

}

@media (max-width: 440px) {
    .sidebar_tabs .custom-wrapper #accessory_download_all {
        flex-direction: column;
    }
    
    .sidebar_tabs .custom-wrapper #accessory_download_all span {
        margin-bottom: 15px;
    }

    .sidebar_tabs #relatedmodels_asset_tab .custom_asset_action {
        flex-direction: column;
    }

    .sidebar_tabs #relatedmodels_asset_tab .custom_asset_action span {
        margin-bottom: 15px;
    }
}