/*
* ===================================================
*     CUSTOM CSS CODE BELOW
* ===================================================
*/

/* Lägger till en linje under top */
.top-bar {
    background: #2e3037;
    color: #eee;
    border-bottom: 1px solid #4c4f5b;
}

/* Miskar avstånd till topline */
.navbar {
    padding: 1.0rem 1rem;
}

/* Miskar top padding, .5rem original3 */
.pt-2, .py-2 {
    padding-top: .3rem!important;
}

/* Tar bort bakgrundfärg på banner! standard var 75% 
.banner .banner-bg {
  max-height: 100%;
}*/

/*Fet stil och större teckensnitt pris på produktsida */
.product-price, .product-price:hover {
    color: #f03f3f;
    font-size: 24px;
    font-weight: 600!important;
}

/* Ikoner mindre och tajtare startsida */
.service-column .service-icon {
    min-width: 20px;
    width: 25px;
    height: 25px;
    margin-top: -0.5rem;
    margin-right: 0.5rem;
    color: #d8b200;
}

/* Stora 2x banner text startsida */
.display-4 {
    font-size: 2.5rem;
}

/* YOUTUBE FILMER
.embed-container { 
    position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute; top: 0; left: 0; width: 50%; height: 50%;
}*/

/* Flytta in topline text högerkant 10px */
.text-lg-right {
    margin-right: 10px;
}

.pb-2, .py-2 {
    padding-bottom: 0.3rem!important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0rem;
}

.list-unstyled {
    padding-left: 0.5rem;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Airlectra */

.text-success-darker.best-vara, .text-success-darker.best-vara:hover, .text-success.best-vara, .text-success.best-vara:hover {
    color:#ffcc1f!important;
}

.categorylist .category_cta {
    color: #2e3038;
    font-size: 15px;
    font-weight: 700;
}

@media (max-width:768px) {
    #product .nav-tabs .nav-item {
        width:100%;
        margin-top:0.5rem;
    }
}

.top-rev {
    margin-bottom: 20px;
    display:none;
}

#copy-review {
    color:#fdc82b;
    font-size:16px;
    letter-spacing:2px;
}

#copy-review #omdqty {
    color: #2e3038;
    font-size: 15px;
    letter-spacing:0;
}

.video-max {
    max-width:600px;
}

.embed-responsive.embed-responsive-16by9 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}

@media (max-width:768px) {
    .img-logo {
        max-width: 150px;
    }
}

.has-dropdown.on-hover:hover > .dropdown-menu.dropdown-menu-alignright {
    left: 100%;
    top:0;
}

.menudrop, .menu-sel {
    background-color: #f2f2f2;
}

.menu-sel select {
    height: 50px;
    padding: 0.125rem 0.5rem 0;
    font-size: .9375rem;
    min-width:200px;
    border:0;
    border-radius: 4px;
}


.menu-sel select {
    background:#fff;
    opacity:1;
}

.menu-sel select.sel-temp:disabled {
    opacity:0.5;
}

#sel-btn  {
    height: 50px;
    font-size:1rem;
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content:center;
    background-color:#ffcc1f;
    border-color:#ffcc1f;
}
 
.top-bar .dropdown-toggle.lt-color {
    color:#ffcc1f;
}

.upsell img {
    max-width:60px;
    max-height:60px;
}

.upsell .secondimage {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    display:none;
}

.upsell a:hover .secondimage {
    display:block;
}

.up-title-price {
    line-height: 1.1;
    justify-self:flex-start;
}

.upsell .up-title {
    line-height: 1.1;
}

.upsell .disc-price .before-price {
    color: #2e3038;
    font-weight:400;
    font-size:1rem;
}

.shadow-small {
    box-shadow: 1px 2px 4px 0 rgb(0 0 0 / 5%);
    transition: box-shadow 250ms ease;
}

.shadow-small:hover {
    box-shadow: 0 10px 30px -10px rgb(0 0 0 / 15%);
}

.up-btn {
    color: #ffffff;
    background: #44b13c;
    transition: all 0.2s ease-in-out;
    width: 52px;
}

.up-btn:hover {
    color: #ffffff;
    background: #44b13c;
}

@media (min-width:768) {
  .upsell img {
        max-width:100px;
        max-height:100px;
    }
    .up-btn {
        width: 92px;
    }
}

.qs-product-fields label {
    margin-bottom:0;
}

.ribbon-font-7>span {
    font-size:7px!important;
}

.ribbon-font-8>span {
    font-size:8px!important;
}

.ribbon-font-9>span {
    font-size:9px!important;
}

.ribbon-font-10>span {
    font-size:10px!important;
}

.ribbon-font-11>span {
    font-size:11px!important;
}

.ribbon-font-12>span {
    font-size:12px!important;
}

.ribbon-font-13>span {
    font-size:13px!important;
}

.ribbon-font-14>span {
    font-size:14px!important;
}

.ribbon-font-15>span {
    font-size:15px!important;
}

.ribbon-font-16>span {
    font-size:16px!important;
}