@font-face {
  font-family: "Tee Franklin Forever";
  src: url("../../CC_Theme_OTK/fonts/teefranklinforever-book-webfont.woff2") format("woff2");
    /* url("../fonts/teefranklinforever-book-webfont.woff") format("woff"); */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Tee Franklin Forever";
  src: url("../../CC_Theme_OTK/fonts/teefranklinforever-light-webfont.woff2") format("woff2");
    /* url("../fonts/teefranklinforever-light-webfont.woff") format("woff"); */
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Tee Franklin Forever";
  src: url("../../CC_Theme_OTK/fonts/teefranklinforever-medium-webfont.woff2") format("woff2");
    /* url("../fonts/teefranklinforever-medium-webfont.woff") format("woff"); */
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Tee Franklin Forever Round";
  src: url("../../CC_Theme_OTK/fonts/teefranklinforever-roundedbook-webfont.woff2")
      format("woff2");
    /* url("../fonts/teefranklinforever-roundedbook-webfont.woff") format("woff"); */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "outokumpu-icons";
  /* src: url("../fonts/outokumpu-icons.eot?v=2"); */
  /* src: url("../fonts/outokumpu-icons.eot?#iefix?v=2") format("embedded-opentype"), */
  src:  url("../../CC_Theme_OTK/fonts/outokumpu-icons.woff?v=2") format("woff");
    /* url("../fonts/outokumpu-icons.ttf?v=2") format("truetype"),
    url("../fonts/outokumpu-icons.svg#outokumpu-icons?v=2") format("svg"); */
  font-weight: normal;
  font-style: normal;
}
body {
  color: #333333;
  background: #fff;
  font-size: 14px;
  line-height: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-style: normal;
  margin-top: 0;
  font-weight: 400;
}


h1 {
  font-size: 30px;
  font-weight: 500;
}

h2 {
  font-size: 22px;
  /* font-size: 24px; */
}

h3 {
  /* font-size: 18px;*/
  font-size: 20px; 
}

h4 {
  /*font-size: 16px;*/
   font-size: 18px; 
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}
/*END Overall Style*/

.formbox .col-md-1,
.formbox .col-md-2,
.formbox .col-md-3,
.formbox .col-md-4,
.formbox .col-md-5,
.formbox .col-md-6,
.formbox .col-md-7,
.formbox .col-md-8,
.formbox .col-md-9,
.formbox .col-md-10,
.formbox .col-md-11,
.formbox .col-md-12 {
  float: none;
}
.bid-info-header h3 {
  background-color: #ff0000b5;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: white;
}
.sales-info-header h3 {
  background-color: #ff0000b5;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  color: white;
}
span.auctionTimeLeft div {
  display: inherit;
}
input#bidAmount {
  display: inline;
  /* width: 40%; */
  margin-left: 5px;
  margin-right: 5px;
}
input#bidMaxAmount {
  display: inline;
  /* width: 40%; */
  margin-left: 5px;
  margin-right: 5px;
}
.bid-details div {
  display: inline;
}

input#autoBidding {
  margin-left: 5px;
  margin-right: 5px;
}
.max-bid-details div {
  display: inline;
}

i.far.fa-coins {
  padding-right: 10px;
}
span.auctionAutoBidStatusText {
  display: block;
  padding: 0;
}
div#auctionTimeLeftSection {
  background-color: #ffff0057;
  padding-top: 5px;
  padding-left: 5px;
  /* align-items: center; */
  font-size: larger;
  margin-bottom: 5px;
}

.formbox label {
  font-family: sans-serif;
}

h4#auctionStatusText {
  font-weight: bolder;
  font-family: sans-serif;
}

.formbox strong {
  color: red;
  font-family: sans-serif;
}


div#eachrow .panel-body.cc_body {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
input[type=checkbox]{
  margin: 2px 0px 0px 0px;
}

/******************************************************
 * BREADCRUMBS
*******************************************************/
.breadcrumb {
  padding-left: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
  background-color:transparent;
  font-size: 12px;
  color:#003057;
}

/******************************************************
 * HOME PAGE
*******************************************************/
.center-block {
  display: block;
  width: 100%;
  z-index: 0;
}
.cc_store_logo_img.center-block{
  background: url(https://i.imgur.com/hKKLF2W.png) no-repeat;
  background-size: contain;
  height: 48px;
  width: 188px;
}
/******************************************************
 * ALERT MESSAGES
*******************************************************/
  .alert-info {
    color: #306084;
    font-size: 13px;
    background-color: #009ee840;
    border-color: transparent;
  }
  .alert-warning {
    color: #306084;
    font-size: 13px;
    background-color: #f0e991d9;
    border-color: transparent;
  }
  .alert-error {
    color: #306084;
    font-size: 13px;
    background-color: #e401345c;
    border-color: transparent;
  }
  .alert {
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 2px;
  }


/******************************************************
* ERROR PAGES
*******************************************************/
  .cc-exception {
    background-image: url(../../CC_Theme_OTK/images/404Shape1x.png);
    background-size: 900px 900px;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding-bottom: 130px;
    padding-top: 140px;
    line-height: 25px;
  }
  .cc-exception p {
    margin-top: 30px;
    font-size: 18px;
  }  
  .cc-exception p a {
    font-weight: 600;
  }  
  .cc_not_found_content {
    font-size: 18px;
  }
  h1.cc_not_found {
    padding-bottom: 20px;
  }  



/******************************************************
 * PRODUCT GRID PAGE
*******************************************************/
.container.cc_main_container.cc_tmpl_TwoColRightRD {
    margin-bottom: 50px;
}
button.btn.btn-default.btn-block.btn-sm.otk-addall {
  border-color: transparent;
  /* margin-bottom: 5px; */
}

.sample-column-header {
    word-wrap: break-word;
    display: flex;
    border-right: #aaa thin solid;
    text-align: center;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    color: white;
    font-weight: bold;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.sample-column {
  word-wrap: break-word;
  display: flex;
  /* border-right: #fff thin solid; */
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  /* padding-top: 5px;
  padding-bottom: 5px; */
}

.sample-panel-body {
  padding: 0px 0px 0px 0px;
}

.btn-block {
  width: 123%;
  margin-left: -20px;
}
.row-no-gutters {
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: stretch;
  margin-right: 0;
  margin-left: 0;
}
.form-group {
  margin-bottom: 0px;
}
.panel {
  margin-bottom: 0px;
  border-radius: 0px;
}
.panel-default {
  border-color: #fff;
}
.btn-sm,
.btn-default,
.btn-default.active {
  background-color: #009ee8;
  color: #fff;
  border-color: #fff;
}

.btn-sm:hover,
 .btn-default.active:hover,
 .btn-default:active:focus, 
 .btn-default[disabled]:hover,
 .btn-default:focus, 
 .btn-default[disabled]:focus, 
 .btn-default.disabled:hover, 
 .btn-default[disabled]:hover {
  background-color: #003057 !important;
  color: #fff !important;
  border-color: #fff;
}
.btn-block {
  display: block;
  width: 90%;
  margin-left: 0;
}
.btn-group .dropdown-toggle:active {
  background-image: none;
  background-color: #003057;
  color: #fff;
  border-color: #fff;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  outline-offset: 0px;
}

.placeBidBtn {
  background-color: #009ee8;
  color: #fff;
  border-color: #fff;
  font-size: 11px;
  width: fit-content;
  padding-left: 5px;
  padding-right: 5px;
}
.placeBidBtn:hover {
  background-color: #003057;
  color: #fff;
  border-color: #fff;
}
.evenrow {
  background-color: #eee;
}
.oddrow {
  background-color: #fff;
}
.backgroundGrey{
  background-color: #c7c1c1 !important;
}
.cc_add_to.form-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row.cart_button {
  margin-top: 30px;
}

.productListFooter.cc_results_footer.row {
  padding-top: 30px;
}

button.btn.btn-default.center-block.cc_show_more {
  color:#003057 !important;
  border-color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
  width: 100%;
  background-color: transparent;
}
button.btn.btn-default.center-block.cc_show_more:active,
button.btn.btn-default.center-block.cc_show_more:focus,
button.btn.btn-default.center-block.cc_show_more:hover {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
  box-shadow: none;
  background-color: transparent !important;
  color:#003057 !important;
  border-color: #fff;
}


button.btn.btn-default.center-block.cc_show_more:after{
  font-family: "outokumpu-icons";
  content: "\e90a";
  position: absolute;
  transform: translate(-10px, 0px);
  transition: transform 0.4s ease;
  padding-left: 20px;
}
button.btn.btn-default.center-block.cc_show_more:hover::after{
  transform: translate(0px, 0px);
}

.chead.cartHeaderLink.pull-right{
  color: #003057 !important;
  border-color: #fff;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
  margin-right:50px;
  font-weight:400;
}
.chead.cartHeaderLink.pull-right:hover {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
  box-shadow: none;
  background-color: transparent !important;
  color: #003057 !important;
  border-color: #fff;
  text-decoration: none;
}
.chead.cartHeaderLink.pull-right:after {
  font-family: "outokumpu-icons";
  content: "\e90a";
  position: absolute;
  transform: translate(-10px, 0px);
  transition: transform 0.4s ease;
  padding-left: 20px;
}

.chead.cartHeaderLink.pull-right:hover::after {
  transform: translate(0px, 0px);
}


/******************************************************
 * PRODUCT GRID MODAL
*******************************************************/
p.cc_sku_title {
    font-size: 12px;
    font-weight: 600;
    font-family: sans-serif;
}
p.cc_sku {
    font-size: 12px;
}
.row.cc_list_item_modal {
    align-items: left;
    align-content: left;
    text-align: left;
    margin-right: 30px;
    margin-left: 30px;
}

h3#ProductListItemLabel {
    margin: 0px;
}
.modal-header.cc_modal-header {
    background-color: #009EE8;
    color: #fff;
}


/******************************************************
 * PRODUCT GRID TOP BUTTONS
*******************************************************/
.cc_sort_controls.col-xs-12.col-md-6 {
  padding-right: 10px;
}
small.cc_product_results_tagline.pull-right {
  color: #a5a9ab;
  font-family: TeeFranklinForever Light, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.dropdown-menu {
  padding: 0px 0;
  background-color: transparent;
  min-width: 0px;
}
button.btn.btn-default.btn-sm.cc_sort_option.cc_sort_newest {
  font-size: 13px;
}
button#cc_sort_name_dropdown {
  font-size: 13px;
}
.btn-default:active,
.open > .dropdown-toggle.btn-default,
.open > .dropdown-toggle.btn-default:hover {
  background-image: none;
  background-color: #003057 !important;
  color: #fff !important;
  border-color: #fff;
}
button.btn.btn-default.cc_sort_option.cc_sort_name_asc {
  background-color: #fff;
  color: #003057;
  border-radius: 3px;
  font-size: 13px;
  width: max-content;
}
button.btn.btn-default.cc_sort_option.cc_sort_name_desc {
  margin-top: 3px;
  background-color: #fff;
  color: #003057;
  border-radius: 3px;
  font-size: 13px;
  width: max-content;
}
button.btn.btn-default.cc_sort_option.cc_sort_name_asc:hover,
button.btn.btn-default.cc_sort_option.cc_sort_name_desc:hover {
  background-color: #d0d3d4;
  color: #003057;
  font-size: 12px;
  border-radius: 3px;
  font-size: 13px;
}
select.form-control.cc_page_size_control {
  height: auto;
  font-size: 13px;
}

.cc_page_controls.col-xs-12.col-md-9 {
  padding-left: 0px;
}

.cc_category_row.row .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}

.row.cc_body_controls_panel_row .cc_sort_controls.col-xs-12.col-md-3 {
   padding-right: 0px;
}


/******************************************************
 * CART DETAIL
*******************************************************/
.sample-column-header.ccb {
  justify-content: center;
} 
.cartContainer .panel-body.cc_body {
   padding-bottom: 0px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 50px;
}
.panel.panel-default.cc_panel.cc_panel_shopping_cart.cc_cart2 {
  box-shadow: none;
}
.row.purchase_section {
    border: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    /* margin-top: 30px; */
}

.cart_title h2.title.cc_title {
  padding-left: 15px;
  margin-bottom:0px;
}
.col-md-3.cc_remove_filters_control {
  margin-left: 15px;
  padding-left: 0px;
  border: transparent;
  margin-bottom: 5px;
}
/* div#eachrowBuyNow .panel-body.cc_body {
  padding: 0px !important;
} */
/* div#eachrowBid {
  padding: 0px !important;
} */
.panel-body.cc_body div#eachrowBid, div#eachrowBid .panel-body.cc_body, div#eachrowBuyNow .panel-body.cc_body {
  padding: 5px 0px 5px 0px !important;
}

.sample-column-header.nl {
  border: transparent !important;
}
.col-md-1.sample-column-header input[type=checkbox] {
  margin: 0px 0px 0px 2px;
}
.col-md-12.purchase_subtotal.form-group {
    padding-top: 15px;
    padding-bottom: 20px;
}
.row.bid_section {
    margin-top: 30px;
    border: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.col-md-12.bid_subtotal.form-group {
    padding-top: 15px;
    padding-bottom: 20px;
}
.col-md-12.bid_subtotal.form-group {
    padding-top: 15px;
    padding-bottom: 20px;
}
.col-md-12.purchase_section_title {
    padding-top: 20px;
    padding-bottom: 15px;
}
.col-md-12.bid_section_title {
    padding-top: 20px;
    padding-bottom: 15px;
}
.row.cart_total {
    margin-top: 25px;
    border: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 20px 0 20px 0;
}
.blockedRow {
  background-color: #f2dede;
}
.row.bid_section {
  margin-top: 25px;
}
.grand_total.cc_grand_total {
  font-weight: 600;
  color: #003057;
}
.grand_total.cc_grand_total p {
  margin-bottom: 0px;
}
.checkout.list-unstyled.cc_checkout.pull-right {
  padding-right: 5px;
}
.col-md-12.bid_subtotal.form-group {
  padding-top: 15px;
}
.col-md-12.purchase_subtotal.form-group {
  padding-top: 15px;
}
button.btn.btn-default.btn-sm.continueShoppingButton.cc_continue_shopping_button {
  padding: 8px 10px !important;
}
.row.cart_button button.btn.btn-default.btn-sm {
  padding: 8px 10px !important;
margin-bottom: 50px;
}
button.btn.btn-default.btn-sm.checkOutBtn.cc_checkout_btn.pull-right {
  padding: 8px 10px;
}
button.btn.btn-default.btn-sm.checkOutBtn.cc_checkout_btn.pull-right p {
  margin: 0 0 0;
}
p.link_button.cc_link_button {
  margin-bottom: 50px;
}
input.btn.btn-default.btn-sm.processBack.cc_process_back {
  padding: 8px 10px;
}
input.btn.btn-default.btn-sm.processReview.proceed.cc_process_review {
  padding: 8px 10px;
}
.btn.btn-default.btn-block.btn-sm.cc_add_to_btn {
  width: 90%;
  font-size: 10px;
  padding-right: 1px;
  padding-left: 1px;
}
button.btn.btn-default.btn-sm.removeItemButton.cc_remove_item_button {
  font-size: 10px;
  width: 100%;
  padding-left: 1px;
  padding-right: 1px;
}
.btn.btn-block.btn-default.btn-sm.updateBidBtn {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 10px;
  width: 100%;
  margin-left: 30px;
}
.col-md-12.purchase_section_title {
  padding-bottom: 15px;
}
.col-md-12.bid_section_title {
  padding-bottom: 15px;
}
.row.cart_button {
  margin-top: 50px;
}
.row.cart_header {
  margin-bottom: 30px;
}
h2.title.cc_title.cart {
  display: block!important;
}

.sample-column.no {
  /* justify-content: end; */
  padding-left: 5px;
}
/******************************************************
 * UPDATE CONTACT-ADDRESS FORM
*******************************************************/

table#contactFields {
  margin-top:10px;
  margin-left:30px;
  margin-bottom: 50px;
}

table#contactFields h4 {
  font-size:20px;
  padding-top:40px;
  padding-bottom:20px;
  color:#003057;
}

table#contactFields label {
   margin-bottom:20px;
   margin-right: 10px;
}

table#contactFields input {
margin-bottom:10px;

padding: 10px 20px;
box-sizing: border-box;
border: 1px solid #009EE8;
border-radius: 2px;
}

table#contactFields textarea {
  margin-bottom:10px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: 1px solid #009EE8;
  border-radius: 2px;
}

/******************************************************
 * CHECK-OUT
*******************************************************/
.thumbnail {
  background-color: transparent;
  border: none;
  padding: 50px 25px 0px 28px;
}
.nav > li.disabled > a {
  color: #003057;
  background-color: #eee;
  border: 1px solid #fff;
  border-radius: 2px;
}
.nav > li.disabled > a:hover {
  color: #fff;
  text-decoration: none;
  cursor: not-allowed;
  background-color: #009ee8;
  border: 1px solid #fff;
  border-radius: 2px;
}
input.button.processBack.btn.btn-default.btn-sm {
  padding: 8px 10px;
}
.nav-tabs > li.active > a {
  color: #555;
  cursor: default;
  font-size: 13px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid #fff;
  border-bottom-color: transparent;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    border: 1px solid #fff;
    border-radius: 2px;
  color: #fff;
  background-color: #003057;
}
.nav-pills > li > a {
  border-radius: 1px;
}
.tab-content.cc_tab-content {
  margin-top: 30px;
}
h3.panel-title.cc_title {
  font-size: 16px;
  font-weight: 700;
}
p.cc_payment_po_instructions {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: sans-serif;
  color: gray;
}

input#save {
  padding: 8px 10px;
}
.check_agreement {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: left;
}
input#termsCondition {
  text-align: center;
  margin-top: 0px;
  margin-right: 5px;
  margin-left: 15px;
}
span.checkbox2 {
  font-size: 12px;
  color: #4b4b4b;
}
p.cc_buyer span {
  display: inline-block;
  margin-bottom: 5px;
}
.address_selection_display span{
  display: inline-block;
  margin-bottom: 5px;
}
.panel.panel-default.cc_panel.cc_checkout_review.panel-default
  > .panel-heading {
  visibility: visible;
  display: block;
}
a#edit_UserInfo {
  visibility: hidden;
  display: none;
}
a#edit_Shipping {
  visibility: hidden;
  display: none;
}
p.cc_buyer, p.cc_shipping {
    margin-bottom: 20px;
}
.reviewPaymentSection {
  margin-top: 30px;
}
h4.table_title {
  color: #666b6f;
}
.well.cc_well.cc_order_review {
  background-color: transparent;
  border: none;
  padding-top: 20px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.panel.panel-default.cc_panel.cc_checkout_review {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}
.panel.panel-default.cc_panel.cc_checkout_review .panel-heading.cc_heading{
  padding-left:0px;
  margin-left:0px;
}

.panel.panel-default.cc_panel.cc_checkout_review .well.cc_well.cc_order_review {
  padding-left:0px;
  margin-left:0px;
}
.address_selection_display p {
  margin-bottom: 5px;
}
.checkoutContent {
  margin-left: 30px;
  margin-right: 30px;
}

h5.cc_buyer_information, h5.cc_shipping_information, h5.cc_billing_address_label, h5.cc_shipping_address_label {
    font-size: 12px;
    font-weight: 600;
}
ul.nav.nav-tabs.cc_nav-tabs.cc_nav-tabs-payment {
    display: none;
}

.row.contactUpdateLink button.btn.btn-link.pull-left {
  margin: 0px 15px;
  font-size: 12px;
  letter-spacing: 0.5px;
  transition: color 0.4s;
  font-weight: 400;
  padding: 0px;
  margin-top: 20px;
  color: #003057;
  border-bottom: #009EE8 solid 1px;
}

.row.contactUpdateLink button.btn.btn-link.pull-left:active,
.row.contactUpdateLink button.btn.btn-link.pull-left:hover {
  text-decoration:none;
  color: #009EE8;
}
.row.contactUpdateLink button.btn.btn-link.pull-left p {
  margin-bottom:  0px;
}
span.checkbox2 a {
  color: #003057;
  border-bottom: 1px solid #009EE8;
  padding-bottom: 0.25rem;
  transition: color 0.4s;
  max-width: 55ch;
  letter-spacing: 0.5px;
}

span.checkbox2 a:active,
span.checkbox2 a:focus,
span.checkbox2 a:hover {
  color: #009ee8 !important;
  text-decoration: none !important;
}


/******************************************************
 * ORDER PLACEMENT TAB
*******************************************************/
.panel.panel-default.cc_panel.cc_payment_po .panel-heading.cc_heading {
  background-color: #003057;
  color: #fff;
  border-color: transparent;
}
.panel.panel-default.cc_panel.cc_checkout_payment_panel .panel-body.cc_body {
  padding-right:0px;
  padding-left:0px;
  
}
.cc_payment_types_container .tab-content.cc_tab-content {
  margin-top:0px;
}

.panel.panel-default.cc_panel.cc_payment_po p {
  padding-left: 15px;
}
label.col-sm-2.control-label.poLabel.Number.fieldLabel.cc_po_label_number {
  font-weight: 900;
  text-align: left;
  padding-left: 30px;
}
.panel.panel-default.cc_panel.cc_checkout_payment_panel {
  box-shadow: none;
}



/******************************************************
 * ORDER COMPLETITION TAB / MY ORDERS
*******************************************************/
p.cc_order_confirmation_date {
    font-size: 14px;
    line-height: 25px;
}

.well.cc_well.cc_order_information {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  border: transparent;
  border-radius: unset;
}

.panel.panel-default.cc_panel.cc_order_confirmation {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
}
.panel.panel-default.cc_panel.cc_order_confirmation .panel-heading.cc_heading {
    display:block !important;
    visibility:visible;
    background-color: #003057;
    color: #fff;
}
.panel.panel-default.cc_panel.cc_panel_shopping_cart.cc_cart2 h2.title.cc_title {
  padding-left: 15px;
  display: none;
}
a.orderHistory.cc_order_history {
    font-weight: 600;
    float: right;
}

.orderContainer {
  padding-top: 50px;
  padding-left: 25px;
  padding-right: 25px;
}

h4.cc_order_information_title {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 15px;
}

h5.cc_payment_information {
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 15px 0;
}

.panel-body.cc_body h2.title.cc_title{
    font-size: 24px;
}

 .panel.panel-default.cc_panel.cc_myaccount_myorders .panel-heading.cc_heading{
     visibility:visible;
     display:block;
     background-color: #003057;
     color: #fff;
 }
 .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
  background-color: white;
}
 .acctmainSection .orderPaginationSec{
    box-shadow: 0 0 4px  rgba(0, 0, 0, 0.1); 
 }

 .table-responsive {
    box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ddd;
 }
 
 .panel.panel-default.cc_panel.cc_myaccount_myorders {
     box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
     border-bottom: 1px solid #ddd;
     margin-bottom: 30px;
     margin-top: 42px;
 }
 
 .cc_order_search_action {
     padding-top: 20px;
 }
 
 .datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
     background-color: #fff;
     font-size: 12px;
     line-height: 1px;
 }
 
 form#searchOrderForm {
     background-color: #fff;
     font-size: 12px;
 }
 
 .form-group.form-group-sm {
     padding-right: 5px;
 }
 
 input#fromDateStr {
     background-color: #fff;
 }
 
 input#toDateStr {
     background-color: #fff;
 }
 
 .orderPaginationSec {
     font-size: 12px;
     text-align: left;
     vertical-align: middle;
 }
 
 p.cc_paginator_legend {
     margin: 0px;
 }
 
 .text-center.cc_current_page {
     margin: 0px;
 }
 
 label.cc_items_per_page {
     margin: 0px;
 }
 
 select#itemsPerPage {
     font-size: 11px;
     height: auto;
     line-height: 1px;
     padding: 5px 5px;
 }
 
 a.gotoPage.cc_goto_page {
     padding-left: 3px;
     color: #009EE8;
 }
 
 a.nextAction.pageAction.cc_page_action {
     padding-left: 3px;
     color: #009EE8;
 }
 
 a.lastAction.cc_last_action {
     padding-left: 3px;
     color: #009EE8;
 }
 
 .table-responsive {
     padding-left: 7px;
 }
 
 a.gotoOrderDetails.cc_goto_order_detailss {
     color: #009EE8;
 }
 
 a.gotoOrderDetails.cc_goto_order_detailss_hover {
     color: #003057;
 }
 
 a.gotoOrderDetails.cc_goto_order_detailss:hover {
     color: #003057;
 }
 
 .col-md-9.cc_main_content_col {
     margin-bottom: 50px
 }
 .input-group.date .input-group-addon {
  cursor:unset;
  padding: 5px 10px;
}

input#toDateStr, input#fromDateStr {
  cursor: pointer;
}


 /******************************************************
 * ORDER DETAILS PAGE
*******************************************************/
.panel.panel-default.cc_panel.cc_order_information .panel-heading.cc_heading {
    display:block !important;
    visibility:visible;
    background-color: #003057;
    color: #fff;
    font-size: 16px;
}

.panel.panel-default.cc_panel.cc_order_information {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

span.cc_order_number, span.cc_order_date_label, span.cc_order_status_label {
    color: #003057;
    font-weight: 600;
}
.panel.panel-default.cc_panel.cc_order_information p.cc_order_information_number{
    line-height:20px;
    font-size:14px;
}
.btn.btn-block.btn-default.btn-sm.updateBidBtn.nm {
  margin-left:5px;
}
.btn.btn-default.btn-block.btn-sm.cc_add_to_btn.buyNowBtn {
  width: 100% !important;
  margin-left:2px;
}
/******************************************************
 * LEFT SIDE FILTER
*******************************************************/
div#categories-right-nav {
  padding-top: 15px;
} 
div#a0K1j000002TOH3EAO {
  visibility: visible;
  display: block;
}
.panel.panel-default.center-block.cc_filter_container.panel-default > .panel-heading {
  visibility: hidden;
  display: none;
}

.panel.panel-default.center-block.cc_filter_container.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border: thin solid;
  border-color: #eee;
}
.panel-title {
  font-size: 12px;
}
.panel-title > a {
  color: #003057;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border: thin solid;
  border-color: #eee;
  margin-bottom: 50px;
}

.cc_spec_group_container {
  margin-bottom: 20px;
}

.list-group {
  margin-bottom: 25px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  border: transparent;
}

.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.badge {
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 600;
  background-color: #003057;
  border-radius: 100%;
}

span.cc_filter_value {
  font-size: 11px;
}

.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: right;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  top: -4px;
}

.noUi-handle {
  border: 1px solid #003057;
  border-radius: 100%;
  background: #003057;
  cursor: default;
  box-shadow: none;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 10px;
  width: 90%;
  background: #d0d3d4;
}

.noUi-horizontal {
  height: 4px;
}

.noUi-background {
  background: #fafafa;
  box-shadow: inset 0 1px 1px #f0f0f0;
}

.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  background: none;
  left: 14px;
  top: 1px;
}

.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 12px;
  width: 1px;
  background: none;
  left: 14px;
  top: 1px;
}

hr {
  margin-top: 5px;
  margin-bottom: 10px;
}



/******************************************************
 * ACCOUNT
*******************************************************/

.panel.panel-default.cc_panel.cc_myaccount_information.panel-default > .panel-heading {
    visibility:visible;
    display:block;
}
.panel.panel-default.cc_panel.cc_myaccount_contact_information.panel-default > .panel-heading {
    visibility:visible;
    display:block;
}

.panel.panel-default.cc_panel.cc_myaccount_user_information.panel-default > .panel-heading {
    visibility:visible;
    display:block;
}

.panel.panel-default.cc_panel.cc_myaccount_nav.panel-default > .panel-heading {
    visibility:visible;
    display:block;
}
.panel.panel-default.cc_panel.cc_myaccount_information, 
.panel.panel-default.cc_panel.cc_myaccount_contact_information, 
.panel.panel-default.cc_panel.cc_myaccount_user_information {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.panel.panel-default.cc_panel.cc_myaccount_information .panel-heading.cc_heading, 
.panel.panel-default.cc_panel.cc_myaccount_contact_information .panel-heading.cc_heading, 
.panel.panel-default.cc_panel.cc_myaccount_user_information .panel-heading.cc_heading,
.panel.panel-default.cc_panel.cc_myaccount_nav .panel-heading.cc_heading {
    background-color: #003057;
    color: #fff;
}

.panel.panel-default.cc_panel.cc_myaccount_information .cc_title, 
.panel.panel-default.cc_panel.cc_myaccount_contact_information .cc_title, 
.panel.panel-default.cc_panel.cc_myaccount_user_information .cc_title,
.panel.panel-default.cc_panel.cc_myaccount_nav .cc_title {
    background-color: #003057;
    color: #fff;
    text-transform:none;
    font-size:16px
}

.panel.panel-default.cc_panel.cc_myaccount_nav{
    margin-top:42px;
}

.panel-body.cc_body.cc_myaccount_content .cc_title {
    font-size: 16px;
    color: #666b6f;
}


.acctStepNav.list-group-item.cc_acc_step_nav {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #eee;
}

.panel-body.cc_body.cc_myaccount_general p, 
.panel-body.cc_body.cc_myaccount_contact p, 
.panel-body.cc_body.cc_myaccount_user p{
    line-height: 20px;
}

.panel-body.cc_body.cc_myaccount_general  .myAccProfileNote.cc_profile_note{
    color: #777
}

.panel-body.cc_body.cc_myaccount_general p .cc_profile_company_label, 
.panel-body.cc_body.cc_myaccount_general p .cc_profile_account_group_label, 
.panel-body.cc_body.cc_myaccount_general p .cc_profile_phone_label, 
.panel-body.cc_body.cc_myaccount_contact p .cc_profile_name_label, 
.panel-body.cc_body.cc_myaccount_contact p .cc_profile_phone_label, 
.panel-body.cc_body.cc_myaccount_user p .cc_profile_name_label, 
.panel-body.cc_body.cc_myaccount_user p .cc_acct_phone_label,
.panel-body.cc_body.cc_myaccount_user p .cc_acct_username_label, 
.panel-body.cc_body.cc_myaccount_user p .cc_acct_email_label,
.panel-body.cc_body.cc_myaccount_user p .cc_acct_language_label, 
.panel-body.cc_body.cc_myaccount_user p .cc_acct_currency_label
{
    color: #003057;
    font-weight: 600;
}


.col-md-6.myAccBillingAddr.cc_billing_address, .col-md-6.myAccShippingAddr.cc_shipping_address {
     line-height: 25px;
}

.col-md-6.myAccBillingAddr.cc_billing_address .cc_profile_billing_label, 
.col-md-6.myAccShippingAddr.cc_shipping_address .cc_profile_shipping_label, 
.col-md-6.myAccMailingAddr.cc_mailing_address .cc_profile_mailing_label,
.col-md-6.myAccOtherAddr.cc_other_address .cc_profile_other_label{
    line-height: 25px;
    color: #003057;
    font-weight: 600;
}

input.btn.btn-default.btn-sm.gotoSectionContactInfoEdit.cc_edit_profile {
    padding: 8px 10px;
    margin-top: 30px;
}

.panel-body.cc_body.cc_myaccount_general p a {
  color: #003057;
  border-bottom: 1px solid #009EE8;
  padding-bottom: 0.25rem;
  transition: color 0.4s;
  max-width: 55ch;
  letter-spacing: 0.5px;
  padding-bottom:0px;
}
.panel-body.cc_body.cc_myaccount_general p a:hover {
  color: #009ee8 !important;
  text-decoration: none !important;
  cursor:pointer;
}


/******************************************************
 * LOGIN
*******************************************************/
.panel.panel-default.cc_panel.cc_register_account {
  display: none;
}

a.goToLogin.cc_goto_login {
  color: #00A1DF !important;
  font-size: 14px;
}

.panel.panel-default.cc_panel.cc_user_login .panel-heading.cc_heading {
  margin-bottom: 20px;
  background: url(https://i.imgur.com/hKKLF2W.png) no-repeat;
  background-size: contain;
  height: 48px;
  width: 188px;
  border-color: transparent;
  margin-left: 12px;
  margin-top: 20px
}

.panel.panel-default.cc_panel.cc_user_login .panel-body.cc_body .cc_login{
  display:none;
}

.panel.panel-default.cc_panel.cc_user_login .panel-body.cc_body:before {
  padding-left: 0px;
  margin-left: 0px;
  color: #003057;
  font-size: 22px;
  margin-bottom: 35px;
  font-weight: 700;
  content: "Excess Webshop Login";
}

.panel.panel-default.cc_panel.cc_user_login {
  margin-bottom: 40px;
  margin-top: 40px;
  box-shadow: 0 0 4px #009ee8;
}

p.cc_forgot_password {
  margin-top: 15px;
}
p.cc_forgot_password a {
  color: #009EE8;
  font-size: 12px;
  font-weight: 600;
}

input#send2Dsk {
  padding: 8px 10px;
}

.panel.panel-default.cc_panel.cc_user_login h3.panel-title.cc_title {
  display:none;
}


/******************************************************
 * FORGOT PASSWORD
*******************************************************/

.panel.panel-default.cc_panel.cc_forgot_password_panel {
  margin-bottom: 40px;
  margin-top: 40px;
  box-shadow: 0 0 4px #009ee8;
}


.panel.panel-default.cc_panel.cc_forgot_password_panel .panel-heading.cc_heading {
background: url(https://i.imgur.com/hKKLF2W.png) no-repeat;
background-size: contain;
height: 48px;
border-color: transparent;
margin-left: 12px;
margin-bottom: 30px;
margin-top: 20px;
}

.panel.panel-default.cc_panel.cc_forgot_password_panel h3.panel-title.cc_title {
display:none;
}

.panel.panel-default.cc_panel.cc_forgot_password_panel .panel-body.cc_body:before {
  padding-left: 0px;
  margin-left: 0px;
  color: #003057;
  font-size: 22px;
  margin-bottom: 35px;
  font-weight: 700;
  content: "New Password";
}

label.col-sm-2.cc_email {
  font-size: 14px;
}

.panel.panel-default.cc_panel.cc_forgot_password_panel .col-sm-offset-2.col-sm-10 {
font-size:12px;
margin-bottom:10px;
}


.panel.panel-default.cc_panel.cc_forgot_password_panel .col-sm-offset-2.col-sm-10 input.btn.btn-default.btn-sm.cc_submit {
margin-top:10px;
padding:8px 10px;
}

.panel.panel-default.cc_panel.cc_forgot_password_panel .col-sm-offset-2.col-sm-10 a {
color: #009EE8;
font-size: 12px;
font-weight: 600;
}


/******************************************************
 * CHANGE PASSWORD
*******************************************************/
.changePasswordContainer {
  margin-bottom: 40px;
  margin-top: 40px;
  box-shadow: 0 0 4px #009ee8;
}

.changePasswordContainer .panel-heading.cc_heading {
  margin-bottom: 20px;
  background: url(https://i.imgur.com/hKKLF2W.png) no-repeat;
  background-size: contain;
  height: 48px;
  width: 188px;
  border-color: transparent;
  margin-left: 12px;
  margin-top: 20px;
}

input#NewPassword {
  margin-bottom: 20px;
}
p.cc_required_fields_note {
  display: none;
}

.cc_form_buttons {
  margin-top: 30px;
}

.panel.panel-default.cc_panel.cc_change_password h3.panel-title.cc_title {
      display: none;
}

.panel.panel-default.cc_panel.cc_change_password .panel-body.cc_body:before {
  padding-left: 0px;
  margin-left: 0px;
  color: #003057;
  font-size: 22px;
  /* text-transform: uppercase; */
  margin-bottom: 35px;
  font-weight: 700;
  content: "Reset Password";
}

p.cc_password_requirements {
  margin-bottom: 20px;
}


/******************************************************
 * HEADER STYLES
*******************************************************/
.navbar-inverse.cc_navbar-inverse {
  background-color: #fff;
}
nav.navbar.navbar-default.navbar-static-top.cc_navbar .container.cc_container {
  padding-left: 0px;
}
.row.cc_navbar_row {
  margin-bottom: 15px;
  margin-top:  15px;
}

.col-md-8.col-xs-12.cc_navbar_col_acct {
  padding-top: 15px;

}
a.goToLogin.cc_goto_login {
  color: #00A1DF !important;
  font-size: 14px;
}
li.cc_my_account {
  color: #00A1DF;
}

li.my_orders a {
  color: #00A1DF !important;
  font-size: 14px;
}
a#cartHeader {
  color: #00A1DF;
  font-size: 14px;
}

a#goToAccount {
  color: #00A1DF;
  font-size: 14px;
}

a.doLogout.cc_do_logout {
  color: #00A1DF !important;
  font-size: 14px;
}

nav.navbar.navbar-default.navbar-static-top.cc_navbar {
  background-color: #00A1DF;
  margin-bottom: 0px;
  border:transparent;
  padding-left: 0px;
}

div#navbar {
  color: #fff;
}


a#phoneLogo {
  color: #fff;
}

li.dropdown.cc_dropdown {
  color: #fff;
}

a.cc_display_name {
  color: #fff!important;
}

a.cc_category.gp_cat {
  color: #fff!important;
}

a.menuTypeURL.cc_menu_type_url {
  color: #fff!important;
}


/******************************************************
 * FOOTER
 ******************************************************/
.container-fluid.navbar-inverse.cc_navbar-inverse {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #001729;
    /* margin-top: 50px; */
}

 .footer-content {
  padding: 1.875rem 0;
}
footer{
  display: block;
}

footer .h4,
.sticky-element .h4 {
  /* font-family: "Tee Franklin Forever Round", Helvetica, Arial, sans-serif; */
  font-weight: 500;
}
footer .footer__module {
  background: linear-gradient(to top, #001729, #003057);
}

/******************************************************
 * FOOTER MODULE TOP
*******************************************************/
footer .footer__module__top {
  color: #fff;
  background: #003057;
  border-bottom: 1px solid #053f6f;
}
@media (min-width: 768px) {
  footer .footer__module__top .row {
    display: flex;
    flex-wrap: nowrap;
  }
}
footer .footer__module__top__header {
  padding: 20px 15px 25px;
  border-bottom: 1px solid #053f6f;
}
@media (min-width: 768px) {
  footer .footer__module__top__header {
    padding-top: 67px;
    padding-bottom: 67px;
    padding-right: 0;
    border-bottom: none;
    border-right: 1px solid #053f6f;
    flex: 1;
  }
}
@media (min-width: 1170px) {
  footer .footer__module__top__header {
    flex: 3;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  footer .footer__module__top__header__text {
    padding-right: 50px;
  }
}
footer .footer__module__top__header p {
  display: inline;
  color: #fff;
  font-size: 20px;
  line-height: 31px;
  letter-spacing: 1px;
  box-shadow: inset 0 -0.175em #003057, inset 0 -0.4em #053f6f;
}
@media (min-width: 768px) {
  footer .footer__module__top__header p {
    letter-spacing: 2px;
    font-size: 28px;
  }
}
footer .footer__module__top__content {
  align-items: center;
  padding: 20px 15px;
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  footer .footer__module__top__content {
    padding-top: 67px;
    padding-bottom: 67px;
    padding-left: 0;
    padding-right: 0;
    flex: 1;
  }
}
@media (min-width: 1170px) {
  footer .footer__module__top__content {
    flex: 5;
    padding-left: 0;
    padding-right: 15px;
    display: flex;
  }
}
@media (min-width: 768px) {
  footer .footer__module__top__content__premise {
    padding-left: 15px;
  }
}
@media (min-width: 1170px) {
  footer .footer__module__top__content__premise {
    padding-left: 0px;
    flex: 1;
  }
}
footer .footer__module__top__content__premise p {
  color: #fff;
  margin: 0 0 20px 0;
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 768px) {
  footer .footer__module__top__content__premise p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  footer .footer__module__top__content__premise p {
    margin: 0 15px 10px 0;
    line-height: 20px;
  }
}
@media (min-width: 1170px) {
  footer .footer__module__top__content__premise p {
    margin: 0 0 0 25px;
    line-height: 20px;
  }
}
footer .footer__module__top__content__social__media {
  display: inline-block;
  padding: 0px;
}
@media (min-width: 768px) {
  footer .footer__module__top__content__social__media {
    padding-left: 44px;
  }
}
@media (min-width: 1170px) {
  footer .footer__module__top__content__social__media {
    padding-left: 0px;
    flex: 2;
    text-align: right;
  }
}
footer .footer__module__top__content__social__media li {
  flex: 1;
  display: inline-block;
  position: relative;
  text-align: center;
  margin-right: 15px;
}
@media (min-width: 992px) {
  footer .footer__module__top__content__social__media li {
    width: 60px;
    height: 60px;
  }
}
@media (min-width: 1170px) {
  footer .footer__module__top__content__social__media li {
    margin-right: 20px;
  }
}
footer .footer__module__top__content__social__media li:before {
  display: none !important;
}
footer .footer__module__top__content__social__media li:last-of-type {
  margin-right: 0;
}
footer .footer__module__top__content__social__media li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  border: 1px solid #053f6f;
  transition: 300ms;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
}
@media (min-width: 992px) {
  footer .footer__module__top__content__social__media li a {
    width: 60px;
    height: 60px;
  }
}
footer .footer__module__top__content__social__media li a:hover,
footer .footer__module__top__content__social__media li a:focus {
  border-color: #009ee8;
}
footer .footer__module__top__content__social__media li a:hover:before,
footer .footer__module__top__content__social__media li a:focus:before {
  color: #009ee8;
}
footer .footer__module__top__content__social__media li a:before {
  content: "\e90a";
  font-family: "outokumpu-icons";
  color: #fff;
  font-size: 13px;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: 300ms;
  top: calc(50% - 1px);
  left: 50%;
  text-indent: 0;
}
@media (min-width: 992px) {
  footer .footer__module__top__content__social__media li a:before {
    top: 50%;
    font-size: 20px;
  }
}
footer
  .footer__module__top__content__social__media
  li
  a.footer__module__social__media--linkedin:before {
  content: "\e90b";
}
footer
  .footer__module__top__content__social__media
  li
  a.footer__module__social__media--twitter:before {
  content: "\e910";
}
footer
  .footer__module__top__content__social__media
  li
  a.footer__module__social__media--facebook:before {
  content: "\e907";
}
footer
  .footer__module__top__content__social__media
  li
  a.footer__module__social__media--instagram:before {
  content: "\e909";
}
footer
  .footer__module__top__content__social__media
  li
  a.footer__module__social__media--youtube:before {
  content: "\e911";
}


/******************************************************
 * FOOTER MODULE BOTTOM
*******************************************************/
footer .footer__module__bottom {
  color: #fff;
}
footer .footer__module__bottom p,
footer .footer__module__bottom a {
  color: #fff;
  font-size: 14px;
}
@media (min-width: 480px) {
  footer .footer__module__bottom p,
  footer .footer__module__bottom a {
    font-size: 14px;
  }
}
footer .footer__module__bottom p {
  margin-bottom: 22px;
}
@media (min-width: 768px) {
  footer .footer__module__bottom p {
    margin-bottom: 0px;
  }
}
footer .footer__module__bottom a.otk_email {
  text-decoration: underline !important;
}

/******************************************************
 * FOOTER NAVIGATION
*******************************************************/
footer .footer__module__bottom .footer__navigation {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 15px;
}
@media (min-width: 768px) {
  footer .footer__module__bottom .footer__navigation {
    padding: 54px 15px;
  }
}
@media (min-width: 992px) {
  footer .footer__module__bottom .footer__navigation {
    padding: 54px 15px;
  }
}
footer .footer__module__bottom .footer__navigation--column {
  flex: 1 0 100%;
}
@media (min-width: 768px) {
  footer .footer__module__bottom .footer__navigation--column {
    flex: 1 0 25%;
    margin-bottom: 35px;
  }
}
@media (min-width: 992px) {
  footer .footer__module__bottom .footer__navigation--column {
    flex: 1 0 20%;
  }
}
footer .footer__module__bottom .footer__navigation--column.empty {
  margin-bottom: 0;
}
footer .footer__module__bottom .footer__navigation--column.empty h4 {
  margin-bottom: 0;
  border-bottom: 0;
}
footer
  .footer__module__bottom
  .footer__navigation--column.empty
  .footer__navigation--column-trigger {
  display: none;
}
footer
  .footer__module__bottom
  .footer__navigation--column:last-of-type
  .footer__navigation--column-title {
  border-bottom: none;
}
footer .footer__module__bottom .footer__navigation--column-title {
  position: relative;
  border-bottom: 1px solid #053f6f;
  padding: 16px 0;
}
@media (min-width: 768px) {
  footer .footer__module__bottom .footer__navigation--column-title {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: none;
  }
}
footer .footer__module__bottom .footer__navigation--column-title-txt {
  display: block;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 14px;
}
@media (min-width: 480px) {
  footer .footer__module__bottom .footer__navigation--column-title-txt {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  footer .footer__module__bottom .footer__navigation--column-title-txt {
    font-weight: 600;
    margin-bottom: 40px;
  }
}
/* footer .footer__module__bottom .footer__navigation--column-trigger {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  padding: 28px;
}
footer .footer__module__bottom .footer__navigation--column-trigger:after {
  content: "\e902";
  font-family: "outokumpu-icons";
  color: #fff;
  font-size: 8px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 0;
  transition: 300ms;
  transform: translateY(-50%);
}
@media (min-width: 768px) { */
  footer .footer__module__bottom .footer__navigation--column-trigger {
    display: none;
  }
/* } */
footer .footer__module__bottom .footer__navigation--column-list {
  overflow: hidden;
  /* max-height: 0; */
  transition: all 0.3s ease 0s;
}
@media (min-width: 768px) {
  footer .footer__module__bottom .footer__navigation--column-list {
    padding-right: 32px;
    overflow: visible;
    max-height: 9999px !important;
    margin-left: 1px;
  }
}
footer .footer__module__bottom .footer__navigation--column ul {
  list-style: none;
  margin-left: 15px;
  padding-top: 16px;
  padding-left: 0px;
}
@media (min-width: 768px) {
  footer .footer__module__bottom .footer__navigation--column ul {
    padding-left: 0px;
    padding-top: 0;
    margin-left: 0;
  }
}
footer .footer__module__bottom .footer__navigation--column ul li {
  list-style: none;
  margin-bottom: 17px;
}
footer
  .footer__module__bottom
  .footer__navigation--column.active
  .footer__navigation--column-trigger:after {
  transform: translateY(-50%) rotate(180deg);
}

/******************************************************
 * FOOTER COPYRIGHT
*******************************************************/
footer .footer__module__bottom__copyright {
  border-top: 1px solid #053f6f;
  padding-top: 30px;
  padding-bottom: 30px;
}
footer .footer__module__bottom__copyright p,
footer .footer__module__bottom__copyright a {
  font-size: 12px;
}
footer .footer__module__bottom__copyright .footer__module__bottom__link {
  text-align: center;
}
@media (min-width: 768px) {
  footer .footer__module__bottom__copyright .footer__module__bottom__link {
    text-align: right;
  }
}
footer .footer__module__bottom__copyright .last {
  text-align: right;
}
footer .footer__module__bottom__copyright .first {
  text-align: left;
}
@media (min-width: 768px) {
  footer .footer__module__bottom__copyright .first {
    text-align: right;
  }
}
@media (min-width: 768px) {
  footer .footer__module__bottom__copyright {
    padding-top: 44px;
    padding-bottom: 44px;
  }
  footer .footer__module__bottom__copyright p,
  footer .footer__module__bottom__copyright a {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  footer .footer__module__bottom__copyright {
    margin-left: 0px;
    margin-right: 0px;
  }
}
footer .footer__module__bottom__copyright [class^="col"] {
  padding: 0;
}
  