/****************************************************************************/
/* This is the default custom CSS file that is included in every template.  */
/* It can be edited, but it cannot be renamed or deleted.                   */
/* You will see it included in the source of every page as                  */
/* 'custom/styles/default/hs_default_custom_style.css'                      */
/****************************************************************************/

body {
  font-family: "Poppins",sans-serif;
  margin: 0;
}
.header .header-top ul li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.container {
  margin: auto;
  max-width: 1170px;
  width: auto;
}
.footer {
  padding: 10px 0;
}
.list-inline.right.row li {
  display: inline-block;
  vertical-align: middle;
}.list-inline.right.row li a img {
  display: block;
  height: auto;
  max-width: 38px;
  transition: all 0.3s ease 0s;
}.list-inline.right.row li a img:hover {
  opacity: 0.6;
}
.footer .footer-logo {
  margin-left: 0;
  padding: 4px 0 0;
  text-align: center;
}.footer-column p {
  font-family: poppins;
  font-size: 14px;
  font-weight: normal; margin:8px 0;
}
.social-media-icons > ul {
  margin: 10px 0;
}
.header .container {
  max-width: 100%;
}
.header-main {
  background: rgb(38, 38, 38) none repeat scroll 0 0;
  padding: 8px 15px 5px;
}
.list-inline.right.row {
  margin: 0;
}.header-container.container-fluid {
  padding: 0;
}.header .header-top ul {
  margin: 0;
  padding: 0;
}
.header-top {
  padding: 10px 15px;
}
.header .header-top ul li a {
  color: rgb(0, 0, 0);
  font-family: poppins;
  font-size: 13px;
  font-weight: normal;
}
.header-main .widget-type-logo span a img {
  margin-top: 0;
}
.menu-ctas span a {
  background: rgb(183, 18, 52) none repeat scroll 0 0;
  color: rgb(255, 255, 255);
  display: inline-block;
  font-family: poppins;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 30px;
  text-transform: uppercase;
}
.footer-social-icons {
  text-align: right;
}
.menu-ctas span a:hover {background:#fff; color:rgb(183, 18, 52);}
.header .header-top ul .contact::before {
  content: "";  
 }
.header .header-top ul .help-link::before {
  content: "";    
 }
.header .header-top ul .wholesale::before {
  content: "";  
}
.header .header-top ul li::before {
  color: rgb(0, 0, 0); transition:all 0.6s ease; -webkit-transition:all 0.6s ease; font-family: FontAwesome;    margin-right: 8px;
}
.header-main .menu-ctas .span6 {
  display: inline-block;
  float: none;
  width: auto;
}
.header-main .menu-ctas {
  text-align: right;
}.header .header-top ul li:hover::before {
  color: rgb(183, 18, 52);
}.header .header-top ul li:hover a {
  color: rgb(183, 18, 52);
}.footer-logo img {
  max-width: 100px;
}



.cookie-popup{
  width: 500px;
  font-family: 'Roboto', sans-serif !important;
}

.cookie-popup .cookie-popup-inner{
  text-align: left;
}

.cookie-popup-header h2{
  margin: 0 0 10px;
  font-size: 18px;
  color: #000;
  text-align: left;
  font-weight: 700;
}

.cookie-popup-header h3{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cookie-popup-header strong{
  font-size: inherit;
}