*
{
  margin:0px;
  padding:0px;
  box-sizing:border-box;
}

html
{
  font-size:100%;
}

body
{
  font-family:cooper_hewittbook;
  font-size:16px;
  color:#555555;
}

h1, h2, h3, h4, h5, h6
{
  font-family:cooper_hewittmedium;
  text-transform:uppercase;
  font-weight:500;
  color:inherit;
}

header, section, footer, aside, nav, main, article, figure, figcaption, details, summary
{
  display:block;
}

mark, time
{
  display:inline;
}

button, input, select, textarea
{
  font-family:inherit;
  font-size:inherit;
  line-height:inherit;
  border-radius:0;
}

div.iframe_wrapper
{
  width:100%;
  -webkit-overflow-scrolling: touch;
  overflow:auto;
}

iframe
{
  width:100%;
  height:300px;
  overflow:scroll;
  border:0;
}

@media only screen and (min-width:801px)
{
  iframe
  {
    height:300px;
    overflow:auto;
  }
}

*::-moz-selection
{
  background:#E7501E;
  color:#FFFFFF;
}

a
{
  color:inherit;
  text-decoration:none;
  background-color:transparent;
}


/*** QUOTES ***/

q::before
{
  content: "\201e"; /* double low-9 */
}

q::after
{
  content: "\201c"; /* double high-6 */
}


/*** DISPLAY ***/

.flex
{
  display:block;
}

.hide
{
  display:none;
}

.duzziduzzi
{
  display:none;
}

@media only screen and (min-width:801px)
{
  .flex
  {
    display:flex;
  }
}


/*** DEBUG ***/

.border
{
  border:1px solid green;
}

.error
{
  position:relative;
  background-color:white;
  z-index:9999;
}


/*** COMMON STYLES ***/

div.table_wrapper
{
  overflow:auto;
}

td.left
{
  text-align:left;
}

div.center, h1.center, h2.center, p.center, th.center, td.center
{
  text-align:center;
}

div.right, p.right, th.right, td.right
{
  text-align:right;
}

img.icon
{
  width:25px;
}

img.button
{
  display:block;
  height:24px;
  margin-left:10px;
  margin-bottom:2px;
}

span.button
{
  display:block;
}

input.radio
{
  border-radius:12px;
  cursor:pointer;
}

span.small
{
  font-size:smaller;
}

div.dummy
{
  
}

span.external_link
{
  color:#999999;
}

.hide_de
{
  display:none;
}

.hide_en
{
  display:none;
}


/* COMMON TEXT */

h1.text, h1.text2
{
  font-family:cooper_hewittmedium;
  font-size:22px;
  margin-bottom:8px;
  text-transform:uppercase;
  font-weight:500;
  color:#333333;
}

h1.text2
{
  margin-bottom:25px;
}

h2.text, h2.text2
{
  font-family:cooper_hewittmedium;
  font-size:17px;
  text-transform: uppercase;
  font-weight:500;
  color:#333333;
  margin-bottom:10px;
}

h2.text2
{
  margin-bottom:25px;
}

h3.text, h3.text2
{
  font-family:cooper_hewittmedium;
  font-size:16px;
  margin-bottom:8px;
  text-transform:none;
  font-weight:500;
  color:#333333;
}

h3.text2
{
  margin-bottom:15px;
}

h4.text
{
  font-family:cooper_hewittbook;
  font-size:16px;
  margin-bottom:8px;
  text-transform:none;
  font-weight:normal;
  font-style:italic;
  color:#666666;
}

p.text, p.text_note
{
  font-size:16px;
  line-height:1.7;
  color:#555555;
}

p.text_note
{
  font-style:italic;
  border-left:5px solid #E7501E;
  padding:0px 20px;
}

p.text_footnote, p.text_footnote_left, p.text_footnote_right
{
  font-style:italic;
  color:#555555;
  font-size:14px;
  padding-top:6px;
}

p.text_footnote_left
{
  text-align:center;
}

p.text_footnote_right
{
  text-align:center;
}

ul.text
{
  font-size:16px;
  line-height:1.7;
  color:#555555;
}

ul.text li
{
  margin-left:20px;
}

ol.text, ol.text2
{
  font-size:16px;
  line-height:1.7;
  color:#555555;
}

ol.text li
{
  margin-left:18px;
}

ol.text2 li
{
  margin-left:25px;
}

p.rightmargin
{
  padding-right:20px;
}

.break
{
  margin-bottom:20px;
}

.paragraph
{
  margin-bottom:40px;
}


@media only screen and (min-width:801px)
{
  h1.text, h1.text2
  {
    font-size:26px;
    margin-bottom:12px;
  }

  h1.text2
  {
    margin-bottom:25px;
  }

  h2.text, h2.text2
  {
    font-size:19px;
    margin-bottom:12px;
  }

  h2.text2
  {
    margin-bottom:25px;
  }

  h3.text, h3.text2
  {
    font-size:17px;
    margin-bottom:12px;
  }

  h3.text2
  {
    margin-bottom:20px;
  }

  h4.text
  {
    font-size:16px;
    margin-bottom:12px;
  }

  p.text_footnote_left
  {
    text-align:left;
  }

  p.text_footnote_right
  {
    text-align:right;
  }

  .paragraph
  {
    margin-bottom:50px;
  }
}


/*** COMMON LINKS ***/

a:link { text-decoration:none; }
a:visited { text-decoration:none; }
a:hover { text-decoration:none; }
a:active { text-decoration:none; }

a.default:link { color:inherit;text-decoration:none; }
a.default:visited { color:inherit;text-decoration:none; }
a.default:hover { color:inherit;text-decoration:underline; }
a.default:active { color:inherit;text-decoration:none; }

a.text:link { color:#666666;text-decoration:underline; }
a.text:visited { color:#666666;text-decoration:underline; }
a.text:hover { color:#888888;text-decoration:underline; }
a.text:active { color:#666666;text-decoration:underline; }

a.text_white:link { color:#FFFFFF;text-decoration:underline; }
a.text_white:visited { color:#FFFFFF;text-decoration:underline; }
a.text_white:hover { color:#F1F1F1;text-decoration:underline; }
a.text_white:active { color:#FFFFFF;text-decoration:underline; }

a.readmore:link { color:#E7501E; text-decoration:underline; }
a.readmore:visited { color:#E7501E; text-decoration:underline; }
a.readmore:hover { color:#555555; text-decoration:underline; }
a.readmore:active { color:#E7501E;  text-decoration:underline; }


/*** BODY ***/

#wrapper
{
  width:100%;
  background-color:white;
}

.maxwidth
{
  margin:0 auto;
  margin-left:15px;
  margin-right:15px;
}

@media only screen and (min-width:997px)
{
  .maxwidth
  {
    margin:0 auto;
    max-width:950px;
  }
}



/*** HEADER ***/

#header, #header_email
{
  position:relative;
  top:0px;
  width:100%;
  height:140px;
  z-index:999;
}

#header_email
{
  height:auto;
}

.headerheight
{
  height:110px;
}

@media only screen and (min-width:801px) and (min-height:600px)
{
  #header
  {
    position:fixed;
  }

  .headerheight
  {
    height:150px;
  }
}


/* Top-Bar */

#topbar
{
  color:white;
  background-color:#666666;
  width:100%;
}

#topbar_wrapper
{
  display:flex;
  align-items:center;
}

.topbarheight
{
  height:40px;
}

.topbar_left
{
  display:flex;
  width:50%;
}

.topbar_right
{
  display:flex;
  justify-content:flex-end;
  width:50%;
}

.topbar_right div:last-child
{
  margin-right:0px;
}

.topbar_item
{
  position:relative;
  display:flex;
  align-items:center;
  margin-right:20px;
}

.topbar_item_icon, .topbar_item_icon_flag, .sidenav_checkout_icon
{
  width:18px;
  height:18px;
  margin-bottom:1px;
  margin-right:8px;
}

.sidenav_checkout_icon
{
  margin-top:4px;
}

.topbar_icon_flag
{
  width:18px;
  height:18px;
  border-radius:100%;
}

.topbar_item_textlabel
{
  display:none;
}

.topbar_icon
{
  width:100%;
}

.topbar_item_menuicon
{
  width:20px;
}

.arrow_down_white
{
  display:none;
}

.topbar_item_menu
{
  display:none;
  position:absolute;
  z-index:1;
  top:30px;
  background-color:#666666;
  padding:18px;
  padding-right:25px;
  padding-bottom:10px;
  line-height:1.7;
  text-align:left;
  white-space:nowrap;
}

@media only screen and (min-width:321px)
{
  .arrow_down_white
  {
    display:block;
  }
}

@media only screen and (min-width:801px) and (min-height:600px)
{
  .topbar_item_textlabel
  {
    display:block;
  }
}

a.topbar:link { color:white; text-decoration:none; }
a.topbar:visited { color:white; text-decoration:none; }
a.topbar:hover { color:white; text-decoration:underline; }
a.topbar:active { color:white; text-decoration:none; }


/* Main-Bar */

#mainbar
{
  width:100%;
  background-color:white;
}

#mainbar_wrapper
{
  display:flex;
  align-items:center;
}

.mainbarheight
{
  height:70px;
}

.mainbar_left
{
  display:flex;
  align-items:center;
  width:50%;
}

.mainbar_left div:first-child
{
  margin-left:0px;
}

.mainbar_right
{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  width:50%;
}

.mainbar_item
{
  display:flex;
  align-items:center;
  margin-left:20px;
}

.mainbar_item_logo
{
  height:35px;
  width:auto;
}

.mainbar_item_icon
{
  width:25px;
}

.mainbar_item_cart_icon_desktop
{
  position:relative;
  margin-left:35px;
}

.mainbar_item_cart_icon_mobile
{
  position:relative;
}

.mainbar_item_cart_dot
{
  position:absolute;
  z-index:0;
  top:-5px;
  left:-5px;
  background-color:#E7501E;
  color:white;
  font-size:11px;
  border-radius:12px;
  padding:0px 5px;
  height:16px;
  text-align:center;
  line-height:16px;
}

.mainbar_item_cart_text
{
  margin-left:15px;
  line-height:1.5;
  text-align:right;
}

.mainbar_item_burgermenu
{
  margin-top:4px;
  width:32px;
}

a.mainbar:link { color:#666666; text-decoration:none; }
a.mainbar:visited { color:#666666; text-decoration:none; }
a.mainbar:hover { color:#666666; text-decoration:underline; }
a.mainbar:active { color:#666666; text-decoration:none; }

@media only screen and (min-width:801px) and (min-height:600px)
{
  .mainbarheight
  {
    height:80px;
  }

  .mainbar_left
  {
    width:30%;
  }

  .mainbar_right
  {
    width:70%;
  }

  .mainbar_item
  {
    margin-left:0px;
  }

  .mainbar_item_logo
  {
    height:50px;
  }

  .mainbar_item_icon
  {
    width:35px;
  }
}


/* Navigation */

#navigation
{
  display:none;
}

#mobilenav
{
  display:flex;
}

@media only screen and (min-width:801px) and (min-height:600px)
{
  #navigation
  {
    display:flex;
  }

  #mobilenav
  {
    display:none;
  }
}


/* Mobile-Navigation */

#mobilenav_window
{
  display:none;
  position:fixed;
  top:0;
  left:0;
  bottom:0;
  width:300px;
  max-width:70%;
  background-color:white;
  z-index:100;
  text-align:left;
  overflow-x:hidden;
  overflow-y:auto;
}

#dim
{
  display:none;
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  z-index:99;
  background-color:black;
  opacity:.5;
  cursor:pointer;
}

#menubutton_close
{
  display:none;
}

.mobilenav_search
{
  display:flex;
  align-items:center;
  padding:35px 25px 0px 25px;
}

.mobilenav_catalog
{
  padding:25px;
  padding-top:15px;
}

.mobilenav_search_icon
{
  width:15px;
  height:15px;
}

.mobilenav_search_input
{
  display:block;
  font-size:18px;
  border:none;
  background-color:transparent;
  margin-left:10px;
  width:auto;
  margin-bottom:2px;
}


/* Side-Navigation */

#sidenav
{
  display:none;
}

div.sidenav
{
  padding-right:15px;
  padding-bottom:50px;
  margin-bottom:50px;
}

a.sidenav 
{ 
  display:block;
  padding:8px;
  padding-left:10px; 
}

input.search
{
  border:0;
  color:#333333;
  height:30px;
  display:block;
  width:100%;
  background-color:#eee;
}

button.search
{
  background-color:#E7501E;
  border:0;
  color:white;
  width:50px;
  height:40px;
  display:block;
  cursor:pointer;
}

.inputbox_search
{
  width:100%;
  height:40px;
  background-color:#eee;
  padding:5px 15px;
}

ul.catalog
{
  list-style-type:none;
  font-size:16px;
}

li.catalog, li.catalog_heading, li.catalog_active
{
  border-left:4px solid #999999;
  color:#666666;
  white-space:nowrap;
  overflow:hidden;
}

li.catalog:last-child
{
  border-bottom:1px solid #999999;
}

li.catalog_heading
{
  border-left:4px solid #666666;
  border-bottom:1px solid #666666;
  margin-top:15px;
  margin-bottom:5px;
  padding:5px;
  padding-left:10px;
  cursor:pointer;
}


@media only screen and (min-width:801px) and (min-height:600px)
{
  li.catalog:hover
  {
    background-color:#E7501E;
    color:white;
    cursor:pointer;
    /*transition-delay:0.1s;*/
  }
}

li.catalog_active
{
  border-left:4px solid #E7501E
}

div.sidenav_boxheading
{
  font-family:cooper_hewittmedium;
  font-size:19px;
  text-transform:uppercase;
  margin-bottom:8px;
  font-weight:500;
}

div.sidenav_box, div.sidenav_box_cart
{
  background-color:#eee;
  padding:15px;
  line-height:1.7;
  margin-bottom:50px;
}

div.sidenav_box_cart
{
  margin-bottom:5px;
}

div.sidenav_cart_total
{
  margin-top:5px;
  padding-top:5px;
  border-top:1px solid #666;
  text-align:right;
  white-space:nowrap;
}

div.sidenav_label_tax
{
  color:#888;
  font-size:14px;
  line-height:1.5;
  text-align:right;
}


@media only screen and (min-width:801px) and (min-height:600px)
{
  #sidenav
  {
    display:block;
    margin-top:25px;
    width:300px;
    border-right:3px solid #f7f8fb;
    margin-bottom:50px;
    margin-right:25px;
  }
}



/* Sitemap */

#sitemap
{
  display:block;
  font-size:12px;
  background-color:#f7f8fb;
  line-height:30px;
  overflow:hidden;
  white-space:nowrap;
}

.sitemapheight
{
  height:30px;
}

a.sitemap:link { color:#666666; text-decoration:none; }
a.sitemap:visited { color:#666666; text-decoration:none; }
a.sitemap:hover { color:#666666; text-decoration:underline; }
a.sitemap:active { color:#666666;  text-decoration:none; }

@media only screen and (min-width:801px) and (min-height:600px)
{
  #sitemap
  {
    font-size:16px;
  }
}



/*** MAIN ***/

#main, #main_email
{
  margin:0 auto;
  min-height:1000px;
}

#notice
{
  text-align:center;
  background-color:#E7501E;
  font-size:14px;
  color:white;
  padding:5px;
}

#content
{
  width:100%;
  margin-top:15px;
  margin-bottom:50px;
}

@media only screen and (min-width:801px) and (min-height:600px)
{
  #main
  {
    margin-top:150px;
  }

  #content
  {
    margin-top:25px;
  }
}


/* Home */

div.home_banner_mfe
{
  width:100%;
  margin:0;
  margin-bottom:20px;
}

div.home_banner_shop
{
  position:relative;
  width:100%;
  padding:25px;
  color:white;
  border-left:0;
  background-image:url(/img/map.gif);
  background-size:cover;
  background-position:center;
  margin-bottom:20px;
  cursor:pointer;
}

p.home_banner_shop_arrow
{
  font-size:24px;
  position:absolute;
  bottom:12px;
  right:20px;
  color:white
}

div.home_banner_products_wrapper
{
  height:500px;
  margin-bottom:20px;
}

div.home_banner_products
{
  margin:auto 0;
  position:relative;
  width:100%;
  height:100%;
  background-image:url(/img/slider-1-mobile.jpg);
  background-size:cover;
  background-position:center;
}

div.home_banner_teaser
{
  margin:0;
  padding:50px 15px;
}

h1.home_banner
{
  font-size:28px;
  color:black;
  margin-bottom:10px;
  line-height:1.4;
  text-align:center;
}

p.home_banner
{
  color:black;
  font-size:18px;
  line-height:1.7;
  text-align:center;
  margin-bottom:150px;
  max-width:400px;
}

.wrapper_button_slider
{
  text-align:center;
  height:50px;
}

button.button_slider
{
  font-family:cooper_hewittmedium;
  color:#333333;
  font-size:16px;
  line-height:16px;
  font-weight:500;
  background-color:white;
  text-transform: uppercase;
  border-radius:2em;
  border:1px solid transparent;
  cursor:pointer;
  padding:12px 20px 12px 20px;
  white-space:nowrap;
}

button.button_slider
{
  opacity:1;
}

.button_text
{
  /*transition:all 0.5s ease-in-out 0s;*/
  pointer-events:none;
}

.button_arrow
{
  /*padding-left:5px;*/
  opacity:0;
  display:inline-block;
  text-align:right;
  font-size:20px;
  font-weight:bold;
  overflow:hidden;
  width:0px;
  pointer-events:none;
}


@media only screen and (min-width:801px) and (min-height:600px)
{
  div.home_banner_mfe
  {
    width:40%;
    height:300px;
    border:3px solid #eee;
    padding:15px;
  }

  div.home_banner_shop
  {
    width:60%;
    border-left:20px solid white;
    padding:50px;
    cursor:pointer;
  }

  div.home_banner_products
  {
    display:flex;
    align-items:center;
    background-image:url(/img/slider-1-desktop.jpg);
    background-position:right;
  }

  div.home_banner_teaser
  {
    margin-left:75px;
  }

  h1.home_banner
  {
    font-size:42px;
    text-align:left;
  }

  p.home_banner
  {
    font-size:18px;
    text-align:left;
    margin-bottom:50px;
  }

  .wrapper_button_slider
  {
    text-align:left;
  }
}


/* Categories (Groups) */

div.group
{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  width:100%;
}

div.group > div
{
  width:47%;
  margin-bottom:15px;
  padding-bottom:15px;
}

div.group > div > div
{
  border:1px solid #CCCCCC;
}

img.group
{
  display:block;
  width:100%;
  height:100%;
}

div.categories_label
{
  text-align:center;
  padding:5px;
}

@media only screen and (min-width:801px) and (min-height:600px)
{
  div.group > div
  {
    width:30.33333333333%;
  }
}


/* Products */

h1.products
{
  color:#333333;
  font-size:22px;
  padding-bottom:0px;
  margin-bottom:5px;
  font-weight:500;
  text-transform:none;
}

h2.products
{
  color:#333333;
  font-size:16px;
  font-family:cooper_hewittbook;
  margin-bottom:20px;
  font-style:normal;
  text-transform:none;
}

@media only screen and (min-width:801px) and (min-height:600px)
{
  h1.products
  {
    font-size:26px;
  }

  h2.products
  {
    margin-bottom:25px;
  }
}

div.boppel
{
  display:inline-block;
  width:10px;
  height:10px;
  border-radius:50%;
  margin-right:6px;
}

div.leadtime_text_green
{
  color:green;
}

div.leadtime_text_red
{
  color:#C92100;
}

div.leadtime_text_orange
{
  color:orange;
}

div.leadtime_icon_green
{
  background-color:green;
}

div.leadtime_icon_red
{
  background-color:#C92100;
}

div.leadtime_icon_orange
{
  background-color:orange;
}

div.products_sections_nav
{
  margin-bottom:40px;
  line-height:1.7;
}

div.products_sections_navitem
{
  display:block;
  font-weight:bold;
  margin-bottom:10px;
  white-space:nowrap;
  letter-spacing:1px;
}

span.products_sections_navitem_new
{
  color:#E7501E;
}

a.products_sections_nav:link { color:#666666; text-decoration:underline;letter-spacing:inherit; }
a.products_sections_nav:visited { color:#666666; text-decoration:underline;letter-spacing:inherit; }
a.products_sections_nav:hover { color:#777777; text-decoration:underline;letter-spacing:inherit; }
a.products_sections_nav:active { color:#666666;  text-decoration:underline;letter-spacing:inherit; }

.jump::before
{
  content:""; 
  display:block; 
  padding-top:15px; 
  margin-top:-15px;
  pointer-events:none;
}


@media only screen and (min-width:801px) and (min-height:600px)
{
  div.products_sections_navitem
  {
    display:inline;
    margin-bottom:0px;
    padding-right:5px;
  }

  .jump::before
  {
    padding-top:165px; 
    margin-top:-165px;
  }
}


h3.products
{
  color:#333333;
  font-size:18px;
  padding:0px 10px;
  margin-bottom:25px;
  text-transform:none;
  font-weight:normal;
  border-left:8px solid #E7501E;
  letter-spacing:1px;
}

div.products_section
{
  border-bottom:1px solid #e5e5e5;
  margin-bottom:50px;
}

div.tr_products
{
  display:block;
  width:100%;
  border-top:1px solid #e5e5e5;
}


div.td_products_image
{
  width:100%;
}

a.products_image
{
  pointer-events:none;
}

img.products
{
  width:100%;
}

div.td_products_data
{
  width:100%;
}

h4.products_name
{
  font-size:16px;
  letter-spacing:1px;
  margin-bottom:8px;
  text-transform:none;
}

a.products_name:link { color:#666666; text-decoration:none; }
a.products_name:visited { color:#666666; text-decoration:none; }
a.products_name:hover { color:#555555; text-decoration:underline; }
a.products_name:active { color:#666666;  text-decoration:none; }

h5.products_description
{
  font-family:cooper_hewittbook;
  font-size:16px;
  font-weight:normal;
  text-transform:none;
  margin-bottom:10px;
}

ul.products_features
{
  margin-left:18px;
}

li.products_features
{
  line-height:1.5;
}

div.products_leadtime
{
  font-size:15px;
  margin-top:10px;
}


div.td_products_price
{
  width:100%;
  text-align:right;
  padding:15px 0px;;
}

p.products_price
{
  font-family:cooper_hewittmedium;
  font-size:22px;
  font-weight:500;
  margin-bottom:5px;
  text-transform:none;
}

div.products_quantity
{
  display:none;
  margin-top:25px;
}

div.products_quantity_inputbox
{
  width:58px;
  height:40px;
  background-color:#eee;
  padding:5px 3px;
}

input.products_quantity
{
  display:block;
  width:100%;
  color:#333333;
  background-color:#eee;
  border:0;
  height:30px;
  text-align:center;
}

button.products_quantity, a.products_toproduct
{
  display:block;
  width:100%;
  color:white;
  background-color:#E7501E;
  border:0;
  height:40px;
  cursor:pointer;
  text-align:center;
}

a.products_toproduct
{
  line-height:40px;
}

img.addtocart
{
  display:inline;
  width:20px;
  margin-top:2px;
}

div.products_toproduct
{
  display:block;
  margin:25px 0px;
}

a.products_toproduct
{
  background-color:#555555;
}

@media only screen and (min-width:801px) and (min-height:600px)
{
  div.tr_products
  {
    display:flex;
    flex-wrap:nowrap;
    align-items:stretch;
  }

  div.td_products_image
  {
    width:25%;
    align-self:center;
  }

  a.products_image
  {
    pointer-events:auto;
  }

  div.td_products_data
  {
    width:57%;
    padding:15px 10px 15px 10px;
    /*align-self:flex-start;*/
    display:flex;
    flex-direction:column;
    justify-content:space-between;
  }

  div.td_products_price
  {
    width:18%;
    /*align-self:flex-start;*/
    display:flex;
    flex-direction:column;
    justify-content:space-between;
  }

  div.products_quantity
  {
    display:flex;
    justify-content:right;
  }

  button.products_quantity
  {
    width:60px;
  }

  div.products_toproduct
  {
    display:none;
  }
}



/* Products (Details) */

div.tr_products_details_head
{
  display:block;
  width:100%;
  margin-bottom:25px;
}


div.td_products_details_images
{
  display:block;
  width:100%;
}

div.products_details_image_main
{
  display:block;
  position:relative;
  width:100%;
  margin-bottom:10px;
}

img.products_details_image_main
{
  width:100%;
}

div.products_details_images_preview
{
  display:flex;
  justify-content:flex-start;
  width:100%;
  margin-top:10px;
  margin-bottom:25px;
  overflow:hidden;
}

div.products_details_preview_wrapper
{
  width:33.333333333%;
  margin-right:15px;
}

div.products_details_preview_wrapper:last-child
{
  margin-right:0px;
}

img.products_details_image_preview
{
  display:block;
  border:1px solid #eee;
  padding:10px;
  width:100%;
  height:auto;
  cursor:pointer;
}

img.preview_active
{
  border:1px solid #fb845d;
}

div.logo_manufacturer
{
  position:absolute;
  top:0;
  left:0;
  z-index:0;
}

img.logo_manufacturer
{
  max-width:30%;
}



div.td_products_details_price
{
  display:block;
  width:100%;
  text-align:right;
}

div.products_details_pricing
{
  display:flex;
  flex-wrap:wrap;
  border-bottom:1px solid #e5e5e5;
  padding-bottom:5px;
  margin-bottom:35px;
}

div.products_details_quantity
{
  order:0;
  align-self:flex-end;
  display:flex;
  width:50%;
}

div.products_details_price
{
  order:1;
  align-self:flex-end;
  width:50%;
}

p.products_details_price
{
  font-family:cooper_hewittmedium;
  font-size:26px;
  margin-bottom:5px;
  text-transform:none;
}

div.products_details_quantity_inputbox
{
  display:block;
  width:70px;
  height:40px;
  background-color:#eee;
  padding:5px 3px;
}

input.products_details_quantity
{
  display:block;
  color:#333333;
  background-color:#eee;
  width:100%;
  height:30px;
  border:0;
  text-align:center;
}

button.products_details_quantity_desktop, button.products_details_quantity_mobile
{
  order:2;
  align-self:flex-end;
  display:none;
  font-family:cooper_hewittmedium;
  text-transform:uppercase;
  color:white;
  background-color:#E7501E;
  width:100%;
  height:40px;
  border:0;
  margin-bottom:25px;
  cursor:pointer;
}

button.products_details_quantity_mobile
{
  display:block;
  margin-top:25px;
}

div.products_details_discounts, div.products_details_partno
{
  display:block;
  width:100%;
  text-align:left;
}

div.products_details_partno
{
  margin-bottom:30px;
}

table.products_discounts
{
  width:100%;
}

table.products_discounts td
{
  padding-bottom:10px;
}

table.products_discounts td:first-child
{
  width:120px;
}

div.products_details_description
{
  display:block;
  width:100%;
  margin-bottom:50px;
}

#desktoptabs
{
  display:none;
}

div.mobiletabs
{
  /* DO NOT REMOVE */
}

div.desktoptab
{
  color:#999999;
  font-weight:normal;
  background-color:#f7f8fb;
  border-right:5px solid #FFFFFF;
  padding:10px 20px 10px 20px;
  cursor:pointer;
}

div.tab_active, div.desktoptab:hover
{
  color:#666666;
  background-color:#E1E1E1;
}

div.mobiletab
{
  display:flex;
  justify-content:space-between;
  align-items:center;
  background-color:#f7f8fb;
  padding:10px 5px 10px 20px;
  margin-top:15px;
  cursor:pointer;
}

img.mobiletab
{
  display:block;
}

div.description, div.downloads, div.specifications
{
  border:1px solid #eee;
  padding:10px;
  line-height:1.7;
}

div.downloads
{
  padding:25px;
}

h3.products_details
{
  display:inline-block;
  font-family:cooper_hewittmedium;
  font-size:16px;
  margin-bottom:3px;
  text-transform:none;
  font-weight:500;
  color:#333333;
}

table.products_details
{
  border-collapse:collapse;
  width:100%;
  border:0;
}

table.products_details td
{
  padding:5px;
  border:1px solid #eee;
  padding-right:30px;
}

ul.products_details
{
  margin-left:20px;
}

h4.products_details_previews
{
  font-family:cooper_hewittmedium;
  font-size:17px;
  text-transform:uppercase;
  font-weight:500;
  color:#333333;
  margin-bottom:5px;
}

div.products_details_previews
{
  margin-bottom:50px;
}

table.products_details_previews, table.products_new
{
  width:250%;
  table-layout:fixed;
}

td.products_details_previews, td.products_new
{
  width:25%;
  white-space:nowrap;
  overflow:hidden;
  text-align:center;
  vertical-align:bottom;
  font-size:14px;
  padding:10px 0px 15px 0px;
}

td.products_new
{
  border-right:1px solid #eee;
}

td.products_new:last-child
{
  border-right:0;
}

img.products_details_previews
{
  width:100%;
}


@media only screen and (min-width:801px) and (min-height:600px)
{
  div.tr_products_details_head
  {
    display:flex;
    align-items:flex-start;
  }

  div.td_products_details_price
  {
    max-width:300px;
    text-align:left;
    padding-left:25px;
  }

  div.products_details_price
  {
    order:0;
    width:100%;
    margin-bottom:25px;
  }

  div.products_details_quantity
  {
    width:100%;
    order:1;
  }

  button.products_details_quantity_desktop
  {
    display:block;
    width:100%;
  }

  button.products_details_quantity_mobile
  {
    display:none;
  }

  #desktoptabs
  {
    display:flex;
  }

  div.mobiletabs
  {
    display:none;
  }

  div.description, div.downloads, div.specifications
  {
    min-height:400px;
  }

  table.products_details_previews, table.products_new
  {
    width:100%;
  }
}


/* Images */ 

#gallery
{
  display:none;
  position:fixed;
  width:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(0,0,0,.7);
  z-index:1000;
}

div.gallery_wrapper
{
  position:relative;
  display:flex;
  justify-content:space-around;
  align-items:center;
}

#gallery_nav_next_wrapper
{
  padding:30px;
  padding-right:20px;
  cursor:pointer;
}

#gallery_nav_prev_wrapper
{
  padding:30px;
  padding-left:20px;
  cursor:pointer;
}

#gallery_nav_next
{
  width:0;
  height:0;
  border-top:15px solid transparent;
  border-bottom:15px solid transparent;
  border-left:20px solid #eee;
}

#gallery_nav_next:hover
{
  border-left:20px solid white;
  cursor:pointer;
}

#gallery_nav_prev
{
  width:0;
  height:0;
  border-top:15px solid transparent;
  border-bottom:15px solid transparent;
  border-right:20px solid #eee;
}

#gallery_nav_prev:hover
{
  border-right:20px solid white;
  cursor:pointer;
}

div.nav_image
{
  display:flex;
  justify-content:space-between;
}

div.nav_image_close, div.nav_image_count, div.nav_image_note
{
  font-size:14px;
  color:#eee;
  text-align:right;
  line-height:22px;
}

div.nav_image_close::after
{
  font-size:22px;
  font-weight:bold;
  content:"\00d7";
  cursor:pointer;
}

img.gallery
{
  display:block;
  max-width:100%;
  max-height:1000px;
  margin:5px 0px;
}


/* Shopping Cart */

h1.cart
{
  color:#333333;
  font-size:26px;
  padding-bottom:0px;
  margin-bottom:20px;
  text-transform:none;
}

div.cart_notice, div.checkout_notice
{
  margin-bottom:30px;
  padding:15px;
  color:white;
  background-color:#E7501E;
  line-height:1.7;
}

div.cart_notice2
{
  margin:25px 0px 25px 0px;
  padding:15px;
  color:#E7501E;
  border:2px solid #E7501E;
  line-height:1.7;
}

div.tr_cart, div.tr_cart_total
{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  width:100%;
  border-top:1px solid #e5e5e5;
  margin-bottom:0px;
}

div.tr_cart_total
{
  border-bottom:1px solid #e5e5e5;
}

div.td_cart_image
{
  width:30%;
}

a.cart_image
{
  pointer-events:auto;
}

img.cart
{
  display:block;
  width:100%;
}

div.td_cart_data, div.td_confirm_data
{
  width:70%;
  padding:15px 10px;
}

h3.cart_name
{
  color:#333333;
  font-size:16px;
  letter-spacing:1px;
  margin-bottom:3px;
  text-transform:none;
}

span.empty_stock
{
  color:#E7501E;
}

h4.cart_description
{
  font-family:cooper_hewittbook;
  font-size:16px;
  font-weight:normal;
  text-transform:none;
  margin-bottom:8px;
}

p.cart_partno, p.confirm_partno
{
  color:#888888;
}

div.td_cart_price
{
  width:100%;
  text-align:right;
  white-space:nowrap;
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:10px;
}

div.cart_quantity
{
  display:flex;
  padding:5px 0px;
}

button.plusminus, button.cart_delete
{
  display:block;
  font-size:22px;
  width:40px;
  height:40px;
  border:1px solid #eee;
  color:#666666;
  background-color:transparent;
  cursor:pointer;
  padding-top:3px;
}

button.cart_delete
{
  margin-left:20px;
}

div.cart_quantity_inputbox
{
  display:block;
  width:58px;
  height:40px;
  background-color:#eee;
  padding:5px 3px;
}

input.cart_quantity
{
  display:block;
  color:#333333;
  background-color:#eee;
  width:100%;
  height:30px;
  border:0;
  text-align:center;
}

img.cart_delete
{
  width:20px;
}

p.cart_label
{
  line-height:1.7;
}

p.cart_price
{
  font-family:cooper_hewittmedium;
  font-size:20px;
  text-transform:none;
  padding-left:15px;
  white-space:nowrap;
}

p.cart_unitprice
{
  color:#888888;
  padding-left:15px;
  white-space:nowrap;
}

div.td_cart_label, div.td_cart_label_shipping
{
  width:65%;
  padding:25px 0px;
  white-space:nowrap;
}

div.td_cart_label_shipping
{
  padding:15px 0px;
}

div.td_cart_value
{
  width:35%;
  text-align:right;
  white-space:nowrap;
}

div.cart_select, div.checkout_select, div.expdate_select, div.terminal_select
{
  background-color:#eee;
  margin-bottom:15px;
  padding:5px 5px;
  width:100%;
  max-width:100%;
}

div.expdate_separator
{
  color:#eee;
  width:30px;
  text-align:center;
}

div.expdate_select
{
  width:110px;
}

div.terminal_select
{
  max-width:250px;
}

select.cart, select.checkout
{
  font-family:sans-serif;
  color:#333333;
  background-color:#eee;
  font-size:16px;
  height:30px;
  padding:0;
  width:100%;
  max-width:100%;
  border:0;
}

div.cart_express
{
  margin-bottom:15px;
}

div.cart_label_total
{
  display:block;
}

div.total_amount
{
  font-weight:bold;
  margin-right:10px;
}

div.label_tax
{
  display:none;
}

div.label_tax_mobile
{
  display:block;
  text-align:right;
}

div.cart_buttons
{
  display:flex;
  width:100%;
  justify-content:space-between;
  margin-top:35px;
}

div.cart_paypal, div.checkout_paypal
{
  display:flex;
  justify-content:flex-end;
  margin-top:25px;
}

button.cart_update, 
button.checkout_submit_start, 
button.checkout_submit, 
button.search2, 
button.customertype_submit,
a.cart_checkout, 
a.cart_paypal, 
a.checkout_paypal, 
a.checkout_back, 
a.accountsettings, 
a.driver_download, 
a.new_search
{
  display:block;
  text-transform:uppercase;
  background-color:#E7501E;
  border:0;
  color:white;
  width:100%;
  height:40px;
  line-height:40px;
  cursor:pointer;
  text-align:center;
}

button.cart_update
{
  display:none;
  color:white;
  background-color:#555555;
}

a.cart_paypal, a.checkout_paypal
{
  display:flex;
  justify-content:center;
  align-items:center;
  background-color:#0070ba;
  width:100%;
  text-transform:none;
}

p.cart_empty
{
  margin-bottom:50px;
}


@media only screen and (min-width:801px) and (min-height:600px)
{
  div.tr_cart
  {
    margin-bottom:0;
  }

  div.td_cart_image
  {
    width:20%;
  }

  div.td_cart_data
  {
    width:45%;
  }

  h3.cart_name
  {
    margin-bottom:6px;
  }

  h4.cart_description
  {
    margin-bottom:10px;
  }

  div.td_cart_price
  {
    width:35%;
    padding-bottom:0px;
  }

  button.plusminus
  {
    display:none;
  }

  div.cart_label_total
  {
    display:flex;
  }

  div.total_amount
  {
    margin-bottom:0px;
  }

  div.label_tax
  {
    display:block;
  }

  div.label_tax_mobile
  {
    display:none;
  }

  div.cart_select, div.checkout_select
  {
    width:350px;
    max-width:60%;
  }

  button.cart_update
  {
    display:block;
    width:30%;
  }

  a.cart_checkout, a.cart_paypal
  {
    width:30%;
  }

  a.driver_download
  {
    width:40%;
  }

  button.search2
  {
    width:30%;
  }

  a.new_search
  {
    width:30%;
  }
}


/* Checkout */

div.progressbar_status
{
  display:flex;
  justify-content:space-evenly;
  border-top:1px solid #ddd;
  margin-top:14px;
  margin-bottom:10px;
}

div.progressbar_labels
{
  display:flex;
  margin-bottom:30px;
  font-size:14px;
}

div.progressbar_elem
{
  width:33.3333333%;
  display:flex;
  justify-content:center;
}

div.progressbar_text
{
  width:33.3333333%;
  text-align:center;
  color:#999;
  padding:5px;
  margin:0px 5px;
  border:1px solid #eee;
}

div.progressbar_text:first-child
{
  margin:0;
  margin-right:5px;
}

div.progressbar_text:last-child
{
  margin:0;
  margin-left:5px;
}

div.progressbar_active
{
  color:#666666;
  border:1px solid #999;
}

div.progressbar_arrow
{
  width:20px;
  height:0;
  background-color:white;
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:10px solid #ccc;
  align-self:center
}

div.checkout_form, div.checkout_form_nomargin, div.checkout_form_lessmargin, div.checkout_form_noborder
{
  padding:15px;
  border:1px solid #eee;
  margin-bottom:50px;
}

div.checkout_form_nomargin
{
  margin-bottom:0px;
}

div.checkout_form_lessmargin, div.checkout_form_lessmargin_desktop
{
  margin-bottom:10px;
}

div.checkout_form_noborder
{
  border:0;
}

div.checkout_form_bank_account
{
  margin-top:30px;
}

div.checkout_form_legend
{
  font-size:15px;
  margin-top:10px;
  margin-bottom:50px;
}

div.checkout_form > div:first-child, div.checkout_form_nomargin > div:first-child, div.checkout_form_lessmargin > div:first-child, div.checkout_form_noborder > div:first-child
{
  margin-top:0;
}

div.checkout_form > div:last-child, div.checkout_form_nomargin > div:last-child, div.checkout_form_lessmargin > div:last-child, div.checkout_form_noborder > div:last-child
{
  margin-bottom:0;
}

div.checkout_label
{
  font-size:14px;
  display:block;
  white-space:nowrap;
  margin-bottom:3px;
  color:#666;
}

div.checkout_label_shipping_address
{
  line-height:1.7;
  font-weight:bold;
  margin-top:25px;
}

div.checkout_radiobuttons
{
  margin-bottom:20px;
}

div.checkout_inputbox, div.checkout_inputbox_bank_account, div.search_inputbox, div.cvm_inputbox, div.terminal_inputbox
{
  width:100%;
  background-color:#eee;
  margin-bottom:15px;
  padding:5px 5px;
}

div.checkout_inputbox_bank_account
{
  width:100%;
}

div.cvm_inputbox
{
  width:110px;
}

@media only screen and (min-width:801px) and (min-height:600px)
{
  div.cvm_inputbox
  {
    width:220px;
  }
}

div.terminal_inputbox
{
  max-width:500px;
}

div.checkout_inputbox_radio_payment, div.checkout_inputbox_radio_shipping, div.checkout_inputbox_checkbox
{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:15px 15px;
  color:#333333;
  background-color:#eee;
  margin-top:15px;
}

p.shipping_method_label
{
  margin-bottom:10px;
}

div.shipping_radiobox
{
  align-self:flex-start;
}

span.inputbox_required
{
  font-size:18px;
  color:#E7501E;
}

input.checkout
{
  display:block;
  width:100%;
  background-color:#eee;
  border:0;
  height:30px;
  color:#333333;
  padding:0px 5px;
}

div.checkout_textareabox
{
  background-color:#eee;
  padding:5px 5px;
  margin-bottom:30px;
}

textarea.checkout
{
  display:block;
  width:100%;
  height:150px;
  background-color:transparent;
  border:0;
  color:#333333;
  padding:5px 5px;
  resize:vertical;
}

div.checkout_summary
{
  display:block;
}

div.checkout_summary_information
{
  width:100%;
  margin:0;
}

div.checkout_summary_products
{
  width:100%;
  margin:0;
  margin-bottom:25px;
  border:1px solid #eee;
}

div.checkout_summary_block
{
  color:#666666;
  line-height:1.5;
  margin-bottom:30px;
}

p.checkout_summary_payment_information
{
  font-size:14px;
  color:#888888;
  line-height:1.5;
  margin-top:10px;
}

img.checkout_summary_edit
{
  width:15px;
  vertical-align:baseline;
}

div.checkout_notice_duties
{
  font-size:13px;
  font-style:italic;
  margin-top:15px;

}

div.td_confirm_price
{
  display:block;
  width:100%;
  text-align:right;
  white-space:nowrap;
  padding-bottom:10px;
}

div.checkout_notice_agb
{
  color:#666666;
  background-color:#eee;
  padding:15px;
  line-height:1.7;
  margin-top:20px;
  margin-bottom:50px;
}

div.checkout_buttons
{
  display:flex;
  flex-direction:column;
}

div.checkout_start_common
{
  width:100%;
  padding:0;
}

div.checkout_start_guest
{
  width:100%;
  margin:0px;
}

div.checkout_start_pp
{
  width:100%;
  margin:0px;
}

button.checkout_submit
{
  order:0;
  margin-bottom:25px;
}

a.checkout_back, a.accountsettings
{
  background-color:transparent;
  color:#E7501E;
  border:2px solid #E7501E;
  order:1;
}

table.twocol_data td:first-child
{
  padding-right:15px; 
}

table.twocol_data td
{
  line-height:1.7;
}

div.success_heading
{
  display:block;
}

div.success_heading_text
{
  order:0;
}

div.success_heading_logo
{
  order:1;
  margin-bottom:25px;
}

h2.success_hilight
{
  font-size:18px;
  padding:0px 10px;
  margin-bottom:25px;
  text-transform:none;
  font-weight:normal;
  border-left:8px solid #E7501E;
}


@media only screen and (min-width:801px) and (min-height:600px)
{
  div.checkout_inputbox_bank_account
  {
    width:60%;
  }

  div.checkout_start_common
  {
    width:50%;
    padding-right:30px;
  }

  div.checkout_start_guest
  {
    width:50%;
    margin-right:15px;
  }

  div.checkout_start_pp
  {
    width:50%;
    margin-left:15px;
  }

  div.checkout_summary
  {
    display:flex;
    justify-content:space-evenly;
    align-items:stretch;
  }

  div.checkout_summary_information
  {
    width:33%;
    margin:5px;
    margin-left:0px;
  }

  div.checkout_summary_products
  {
    width:67%;
    margin:5px;
    margin-right:0px;
  }

  div.checkout_form_lessmargin_desktop
  {
    margin-bottom:0px;
  }

  div.td_confirm_data
  {
    width:55%;
  }

  div.td_confirm_price
  {
    width:25%;
    padding-bottom:0px;
  }

  div.checkout_buttons
  {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
  }

  a.checkout_back
  {
    width:30%;
    order:0;
    margin:0;
  }

  button.checkout_submit
  {
    width:30%;
    order:1;
    margin:0;
  }

  div.success_heading
  {
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
  }
}


/* Print */

@media print 
{
  #header
  {
    display:none;
  }

  #footer
  {
    display:none;
  }

  .noprint
  {
    display:none;
  }

  div.checkout_summary_products
  {
    page-break-before:always;
  }
}


/* Customer Type */

button.customertype_submit
{
  width:100%;
}

@media only screen and (min-width:801px) and (min-height:600px)
{
  button.customertype_submit
  {
    width:50%;
  }
}


/* Account */

div.accountsettings_goto
{
  display:block;
  padding:15px;
  border:1px solid #eee;
  margin-bottom:25px;
}

div.accountsettings_label
{
  width:100%;
}

div.accountsettings_button
{
  width:100%;
}

p.accountsettings_text
{
  font-size:16px;
  line-height:1.7;
  color:#555555;
  margin-bottom:25px;
}

@media only screen and (min-width:801px) and (min-height:600px)
{
  div.accountsettings_goto
  {
    display:flex;
    justify-content:space-between;
    align-items:center;
  }

  div.accountsettings_label
  {
    width:70%;
  }

  div.accountsettings_button
  {
    width:30%;
  }

  p.accountsettings_text
  {
    margin-bottom:0px;
  }
}


/* Shipping */

table.shipping_cost
{
  border-collapse: collapse;
  border:0;
  border-left:1px solid #eee;
  border-right:1px solid #eee;
  border-bottom:1px solid #eee;
  width:100%;
}

table.shipping_cost td
{
  color:#666666;
  border-top:1px solid #eee;
  padding-right:30px;
  padding:5px 10px;
}

table.shipping_cost td:first-child
{
  border-right:0;
  width:60%;
}

table.shipping_cost td:last-child
{
  border-left:0;
  text-align:right;
  width:20%;
}


@media only screen and (min-width:801px) and (min-height:600px)
{
  table.shipping_cost
  {
    width:50%;
  }
}


/* Payment */

div.payment_methods
{
  width:100%;
  display:block;
}

div.payment_methods_label
{
  width:100%;
  font-weight:bold;
  line-height:1.5;
}

div.payment_methods_description
{
  width:100%;
}


@media only screen and (min-width:801px) and (min-height:600px)
{
  div.payment_methods
  {
    display:flex;
    align-items:flex-start;
  }

  div.payment_methods_label
  {
    width:20%;
    padding-right:15px;
  }

  div.payment_methods_description
  {
    width:80%;
  }
}


/*** Search ***/

div.search_nav
{
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:100%;
  margin-bottom:25px;
}

div.search_checkbox
{
  padding:5px 0px;
}

div.search_submit
{
  width:100%;
}

a.new_search
{
  background-color:transparent;
  color:#E7501E;
  border:2px solid #E7501E;
}


/* CC Terminal */

div.cc_terminal_wrapper
{
  display:block;
}

div.cc_terminal_left
{
  width:100%;
  margin-bottom:25px;
}

div.cc_terminal_right
{
  width:100%;
  margin-bottom:50px;
}

div.cc_terminal_expdate
{
  display:block;
}

div.cc_terminal_amount
{
  display:flex;
  justify-content:space-between;
}

img.cc_terminal_sslicon
{
  width:25px;
  margin-top:7px;
  margin-right:10px;
}

div.cc_terminal_ssltext
{
  display:flex;
}

span.cc_terminal_ssltext
{
  color:#999999;
}


@media only screen and (min-width:801px) and (min-height:600px)
{
  div.cc_terminal_wrapper
  {
    display:flex;
    align-items:flex-start;
  }

  div.cc_terminal_left
  {
    width:60%;
    margin-bottom:50px;
  }

  div.cc_terminal_right
  {
    width:40%;
    margin-left:25px;
    margin-bottom:0;
  }

  div.cc_terminal_expdate
  {
    display:flex;
    align-items:center
  }
}


/* Misc */

table.documents
{
  border-collapse: collapse;
  width:100%;
  border:0;
}

table.documents td:first-child
{
  width:15px;
  padding-right:10px;
  vertical-align:middle;
}

table.documents td
{
  color:#555555;
  padding-bottom:10px;
}

#arrow-top
{
  display:none;
  position:fixed;
  bottom:0;
  right:0;
  margin:30px;
  width:40px;
  height:40px;
  border-radius:50%;
  text-align:center;
  background-color:#666666;
  opacity:.7;
  z-index:999;
}

div.inner-arrow-top
{
  display:table-cell;
  width:40px;
  height:40px;
  vertical-align:middle;
  cursor:pointer;
  border-radius:50%;
  transition:all 0.2s ease-in-out 0s;
}

div.inner-arrow-top:hover
{
  background-color:#666666;
}

img.arrow-top
{
  width:40%;
}

@media only screen and (min-width:801px) and (min-height:600px)
{
  #arrow-top
  {
    background-color:#E7501E;
    opacity:.9;
  }
}


/*** FOOTER(S) ***/

#footer_wrapper
{
  color:white;
  color:#CCCCCC;
  background-color:#555555;
  padding:35px 0px;
}

div.footer_service, div.footer_info, div.footer_legal, div.footer_contact
{
  display:block;
  width:100%;
  margin-bottom:35px;
}

h3.footer
{
  margin-bottom:8px;
}

div.footer_text, p.footer_text
{
  color:#CCCCCC;
  font-size:18px;
  font-weight:400;
  line-height:1.7;
  width:100%;
}

div.footer_icon
{
  display:flex;
}

ul.footer
{
  list-style-type:none;
  color:white;
  font-size:18px;
  font-weight:400;
  line-height:35px;
}

img.footer_icon
{
  width:18px;
  height:18px;
  margin-top:7px;
  margin-right:8px;
}

.footer_info a, .footer_legal a
{
  color:#CCCCCC;
  display:inline-block;
  position:relative;
  line-height:1.333333;
}

.footer_info a::after, .footer_legal a::after
{
  background-color:#FFFFFF;
  bottom:-1px;
  content:"";
  display:block;
  height:1px;
  left:0px;
  overflow:hidden;
  position:absolute;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.075) 0s;
  width:0px;
}

a.link-hover:hover::after
{
  width:100%;
}

.copyright, .copyright_email
{
  text-align:left;
  width:100%;
  color:white;
  background-color:#444444;
  padding:15px;
  margin-top:25px;
  font-size:15px;
}

.copyright span
{
  color:#999999;
}

.logos
{
  display:flex;
  justify-content:space-between;
  align-items:center;
  width:100%;
  background-color:#444444;
  padding:0px 15px;
  margin-top:25px;
  font-size:15px;
}

.bottomline
{
  margin-top:50px;
}


@media only screen and (min-width:801px)
{
  div.tablewrap
  {
    width:100%;
    display:table;
  }

  div.footer_service
  {
    display:table-cell;
    width:30%;
  }

  div.footer_info
  {
    display:table-cell;
    width:22%;
  }

  div.footer_legal
  {
    display:table-cell;
    width:28%;
  }

  div.footer_contact
  {
    display:table-cell;
    width:20%;
  }

  h3.footer
  {
    margin-bottom:12px;
  }

  .copyright
  {
    width:40%;
    text-align:left;
  }

  .logos
  {
    width:60%;
    padding-left:25px;
    padding-right:10px;
  }

  .bottomline
  {
    margin-top:20px;
  }
}


/* Partners */

div.partners_logo
{
  width:16.6666666666%;
  padding:10px 0px;
  padding-left:10px;
  padding-right:10px;
  text-align:center;
}

img.partners_logo
{
  display:block;
  max-height:22px;
  max-width:100%;
  vertical-align:middle;
}

@media only screen and (min-width:801px)
{
  div.partners_logo
  {
    width:auto;
  }
}
