
.dotwt {font-size: 0.70em;color: #535D67; font-weight: 400;}
.cg40 {column-gap: 40px;}
.mw-100 {min-width: 100px;}

/* HEADER */

/*Top Nav*/
.light-theme #top,
.light-theme #top .container {
	background-color: #253746;
	color:white;
}
.dark-theme #top,
.dark-theme #top .container {
	background-color: #0F0F0F;
}
.light-theme #top .btn-link {
	color: #fff;
}
.dark-theme #top .btn-link {
	color: #B1B1B1;
}

.phone-box {display:none;}

/* AJAX FILTER */


/* FAQ */
.panel-default {border-color:#fff;}

.panel-default > .panel-heading {
  color: #253746;
  background-color: #fff;
  border-color:#fff;
}
.panel-body {padding:15px 15px 30px 15px;}
.panel-group .panel-heading + .panel-collapse > .panel-body { border-top: 1px solid #fff;}

/* HB apps */
.hbmp-block  {padding:15px 20px;}
.hbmp-block  h4.modal-title {
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2em;
  text-align: center;
  text-transform: uppercase;
}

/* PRODUCT PAGE  */

.product-variant {
  border-bottom: 1px solid #EAEDF7;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.product-variant li {
  display:inline-block;
  padding-right:5px;
  padding-left:5px;
  text-align: center;
}

.product-variant li img {
  display: block;
  margin: auto;
}

.pv-productname {
	 margin: auto;
	padding-top: 5px;
	font-size: 0.75em;
	line-height: 1.2em;
	width: 60%;
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
	}

.mod-categories {
    box-shadow: none;
    border-radius: 3px;
    background: #fff;
    padding: 0;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.usp-list
{
  padding: 0;
  margin: 0;
  list-style: none;
}

.usp-list li
{
  display:flex;
  align-items:center;
  margin-bottom:6px;
}

.usp-list li:last-child
{
  margin-bottom:0;
}

.usp-list i
{
  color: var(--success-color);
}


/* BLOG */
.date-published {font-size:11px;}
.post-thumb .image img, .bm-post-info img, .vd-image {border-radius:5px;}
.embed-container { position: relative; padding-bottom: 56.25%; margin-bottom: 30px; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.html-code-content {
  box-shadow: 0px 0px 0px 1px #EAEDF7;
  padding: 25px;
  border-radius: 10px;
}


/* CHECKOUT */
table.quickcheckout-cart {margin-bottom: 30px;}
.table-cart .total-title .total-last {border-top: 1px solid #EAEDF7;}
.well-sm  {padding: 15px; border-radius: 3px;}
.well {background-color: #EDF9EC; border: 0px solid #EDF9EC;}
.table-cart .total-text {min-width: 120px;}
.ship-comment {
	margin-top: -10px;
	padding: 0 20px 0;
	font-size: 0.75em;
	line-height: 1.2em;
	opacity: 0.6;
}
.quickcheckout-content table span {
	padding-top: 5px;
	font-size: 0.75em;
	line-height: 1.2em;
	opacity: 0.6;
}
.quickcheckoutleft .alert, .quickcheckoutright .alert {
  font-size: 14px;
  line-height: 1.3em;
}

/* FOOTER */
footer.ch-dark-theme {
  background-color: #253746;
  color: #B1B1B1;
}
footer.ch-dark-theme .footer-top {
  border-bottom: 1px solid #202F3C;
}
.ch-dark-theme .copyright__payments {
  background: #253746;
  border-top: 1px solid #202F3C;
}


/* ERIK */
.erik1 {margin-bottom: 20px; background-image: url("/image/catalog/ekksol/erik1.jpg"); height:380px; width:100%;background-repeat: no-repeat, no-repeat; background-position: bottom, center; }
