/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  background-color: black;
}

@media (min-width: 544px) {
#wrapper {
    background-image: url(../../../../img/cms/raku2000.jpeg);
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
}
}

/*@media (max-width: 543px) {
    #wrapper {
    background-image: url(../../../../img/cms/raku_iphone7_ratio.jpeg);
    background-attachment: fixed;
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
   }
}*/

@media (max-width: 375px) {
    #wrapper {
    background: url(../../../../img/cms/raku_iphone7_ratio.jpeg);
    -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
   }
   /* Banner enywhere */
.content_before_image p {
  font-size: 1.5rem;
  padding: 40px;
  /*padding-left: 60px;*/
  line-height: 1.3;
      margin-bottom: 0px;
    color: white;
}
}
 
/*@media (max-width: 375px) {
    #wrapper {
      background: url(../../../../img/cms/raku_iphone7_ratio.jpeg) no-repeat top center scroll;
      background-size: 100vmax 100vmax;
}
}*/
    

#header .logo {
  background-color: white;
}

#header, #header .header-top {
  background-color: #000;
}

.header-top {
    background-image: linear-gradient(black, #1a2171);
}

#footer {
  background-image: linear-gradient(#1a2171,black);
}

.footer-container .h3, .footer-container .h4 {
  color: white;
}

#block_myaccount_infos .myaccount-title a {
    color: white;
}

#header .header-nav {
  border-bottom: 0px;
}

#header a {
    color: white;
}

.dropdown .expand-more {
  color: white;
}

.sf-menu {
  position: relative;
  padding: 0;
  width: fit-content;
  border-bottom: 0px;
  background: transparent;
}

.sf-menu a, .sf-menu a:visited {
  text-shadow: none;
}

.submenu-container .clearfix .first-in-line-xs .li .a {
    color: #00ccd6;
}

.sf-menu a {
  background-color: black;
}

.carousel .carousel-inner {
  height: 1200px;
}

#header .header-top {
    padding: 0;
    padding-top: 5px;
}

.open > .dropdown-menu {
  background-color: transparent;
}

/* Produktbeskrivning */
.col-md-6 .h1 {
    background-image: linear-gradient(to bottom right, black, #1a2171);
    margin-bottom: 0;
    padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 3px;
}

@media (min-width: 376px) {
.product-prices {
    background-color: white;
    padding-left: 10px;
    margin-top: 0;
    padding-top: 5px;
}
}

.product-information {
   background-color: white;
   padding-left: 10px;
   padding-right: 10px;
}

#product #content {
    margin-bottom: 20px;
}

.product-prices .tax-shipping-delivery-label {
  padding-bottom: 10px;
}

.product-prices div {
  margin-bottom: 0;
}

.product-discounts {
padding-right: 4px;
}

@media (max-width: 543px) {
#send_aap_button {
    max-width: 335px;
    padding-left: 10px;
    padding-right: 10px;
}
}

.product-discounts > .table-product-discounts thead tr th {
  width: 33%;
  padding-left: 10px;
  padding-right: 10px;
}

#wrapper .breadcrumb {
  background-color: white;
  width: fit-content;
  padding-left: 5px;
  padding-bottom: 3px;
}

#product-comments-list-header {
  padding: 10px 15px;
  color: #232323;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 0px;
  background-color: white;
  opacity: 0.9;
}

#empty-product-comment {
  opacity: 0.9;
}

.product-quantities span {
    color: #00ccd6;
}

.row.sitemap {
  background-color: lightgray;
}

body#checkout #header .header-nav {
  background-image: linear-gradient(black, #1a2171);
}

body#checkout #footer {
  background-image: linear-gradient(#1a2171,black);
}

/* För cookie banner */
label {
  font-size: .875rem;
  color: white;
  text-align: right;
}

/* För cookie banner */
#cookiesplus-modal-container p {
  margin-bottom: 0;
  overflow: hidden;
  color: black;
}

#custom-text {
  background-image: linear-gradient(to bottom right, black, #1a2171);
}

#custom-text h2 {
  color: white;
}


#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
  background-image: linear-gradient(to bottom right, black, #1a2171);
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
}
  
.featured-products .all-product-link {
    color: white;
  background-image: linear-gradient(to bottom right, black, #1a2171);
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 4px;
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .row {
    padding-top: 10px;
  }
}

/* .block-category.card.card-block {
/*  display: none;
}*/

@media (min-width: 1200px) {
    #js-product-list-top {
  padding-top: 0px;
  margin-left: 0px;
}
}

.block-categories {
    background-image: linear-gradient(to bottom right, black, #1a2171);
}

.category-top-menu .text-uppercase.h6 {
  color: white;
}

#search_filters_brands {
    background-image: linear-gradient(to bottom right, black, #1a2171);
}

#search_filters_brands .facet, #search_filters_suppliers .facet {
  color: white;
}

 #search_filters_brands .facet .facet-label a {
     color: white;
 }
 
 #search_filters_suppliers {
  padding: 1.563rem 1.25rem;
  margin-bottom: 1.563rem;
  background-image: linear-gradient(to bottom right, black, #1a2171);
  display: none;
}

.products-selection .total-products, .products-selection h1 {
  background-image: linear-gradient(to bottom right, black, #1a2171);
}

.page-content.page-cms ul, p {
  color: white;
}

.col-sm-3.col-md-5.hidden-sm-down.sort-by {
  background-color: white;
  padding-top: 10.6px;
  padding-bottom: 10.3px;
  width: fit-content;
}

.products-selection .sort-by-row {
  margin-top: -9px;
}

/*
.open > .dropdown-menu {
  background-color: white;
}
*/

.dropdown-menu.hidden-sm-down {
  background-color: transparent;
}


/* Newsletter */
#footer .block_newsletter p {
    color: white;
}

/* Newsletter */
#blockEmailSubscription_displayFooterBefore {
  background: transparent;
}

/* Kategori */
.card-block {
  background-image: linear-gradient(to bottom right, black, #1a2171);
}

/* Kategori */
.block-category .block-category-inner #category-description p {
    color: white;
}

/* Kategori */
.block-category h1 {
  margin-bottom: 1rem;
  font-size: 2rem;
  background-color: transparent;
  color: white;
}
  
/*subkategorier*/
#subcategories .subcategory-heading {
  color: white;
}

/*cms*/
.page-content.page-cms {
  background-image: linear-gradient(to bottom right, black, #1a2171);
  color: white;
}

/*cms*/
#main .page-content, #main .page-footer, #main .page-header {
  color: white;
  width: fit-content;
  background-image: linear-gradient(to bottom right, black, #1a2171);
  padding-left: 5px;
  padding-bottom: 2px;
  padding-top: 4px;
  padding-right: 5px;
}

/*contact*/
.contact-rich {
  background-color: white;
}

/* Banner enywhere */
.content_before_image {
  background-image: linear-gradient(to bottom right, black, #1a2171);
}

/* Banner enywhere */
.content_after_image {
  background-image: linear-gradient(to bottom right, black, #1a2171);
}

/* Banner enywhere */
.moz-quote-pre {
  color: white;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: 100%;
}

/* Banner enywhere */
@media (min-width: 376px) {
.content_before_image p {
  font-size: 1.5rem;
  padding: 60px;
  padding-left: 100px;
  line-height: 1.3;
      margin-bottom: 0px;
    color: white;
}
}

/* varukorg */
.cart-summary-line .label, .cart-summary-line .value {
  font-size: 1rem;
  color: white;
}

/* varukorg */
.ps_checkout.payment-method-logo-block-title {
  color: white;
}

/* Checkout */
body#checkout section.checkout-step {
  background-color: #0e113c;
  }

/* Checkout */
#mobile_top_menu_wrapper .js-top-menu-bottom a, .dropdown, body#checkout section.checkout-step small {
  color: white;
}
  
/* Checkout */
body#checkout section.checkout-step.-complete:first-of-type .step-title {
  padding-top: .625rem;
  color: white;
}

/* Checkout */
#checkout section.checkout-step.-current .step-title {
  cursor: default;
  color: white;
}

/* Checkout */
body#checkout section.checkout-step .address {
  color: black;
}

/* Checkout */
#mobile_top_menu_wrapper .top-menu, .nav-item .nav-link.active, .nav-item .nav-separtor.active, .page-addresses .address .address-footer a:hover, body#checkout, body#checkout section.checkout-step .add-address a {
  color: White;
}

/* Checkout */
.h1, .h2, .h3, .h4, body {
  color: white;
}

/* Checkout */
form .form-control-label {
  font-size: .875rem;
  font-weight: 700;
  color: white;
}

/* Checkout */
.form-control-comment {
  padding-top: .5rem;
  font-size: .875rem;
  color: white;
}

/* Checkout */
body#checkout .cancel-address {
  display: block;
  margin: .625rem;
  color: white;
  text-decoration: underline;
}

/* Checkout */
.btn-tertiary .material-icons, body#checkout section.checkout-step .step-edit .edit {
  color: white;
}

/* Checkout */
body#checkout section.checkout-step .delivery-options .delivery-option, body#checkout section.checkout-step .delivery-options .delivery-option .carrier, body#checkout section.checkout-step .delivery-options .delivery-option label > .row {
    background-color: white;
    border-right: 0;
}

/* Checkout */
body#checkout section.checkout-step .delivery-options > .row {
  border-right: 0px;
}

/* Checkout */
body#checkout .modal-content {
  padding: 1.25rem;
  background-color: #f6f6f6;
  color: black;
}

/* Checkout. Mer information modal */
a:not([href]):not([tabindex]) {
  color: #00ccd6;
  text-decoration: none;
}

/* Checkout */
.custom-checkbox input[type="checkbox"] + span .checkbox-checked {
  color: white;
}

/* Checkout */
body#checkout #order-summary-content h4.black {
  color: #fff;
}

/* Checkout */
body#checkout #order-summary-content h4.h4 {
  color: #fff;
}

/* Checkout */
body#checkout #order-summary-content #order-items h3.h3 {
  margin-top: 1.25rem;
  color: #fff;
}

/* Checkout 
#order-items table tr.total-value, .bootstrap-touchspin .btn-touchspin:hover {
  background-color: #1a2171;
}
'/'

/* Checkout */
#order-items table tr {
  color: black;
}

/* Checkout */
body#checkout section.checkout-step .carrier-delay, body#checkout section.checkout-step .carrier-name {
  color: black;
}

/* Checkout */
.carrier-price {
  color: black;
}

/* Checkout */
.col-sm-6.col-xs-12.qty {
  color: black;
}

/* Varukorg */
.cart-grid-body .card-block h1 {
  background-image: linear-gradient(to bottom right, black, #1a2171);
}

/* Varukorg */
.no-items {
  color: black;
}

/* Varukorg */
.alert-warning {
  background-color: rgba(255,154,82,.3);
  border-color: #ff9a52;
  color: white;
}

/* Varukorg */
.block-promo .promo-name .cart-summary-line .label {
  font-weight: 500;
  color: white;
}

/* Beskrivning & Produktdetaljer */
.tabs {
  background-image: linear-gradient(to bottom right, black, #1a2171);
  margin-right: 5px;
  position: relative;
  bottom: 5px;
}

/* Beskrivning & Produktdetaljer */
.tabs .tab-pane {
  padding-top: 1.25rem;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 3px;
}

/* Beskrivning & Produktdetaljer */
.product-features > dl.data-sheet dd.value {
    text-transform: none;
}

/* Videosar */
audio, canvas, output, progress, video {
  display: inline-block;
  margin-left: 20px;
}

/* block reassurance */
.blockreassurance_product {
  margin-top: 25px;
  margin-right: 5px;
  background-image: linear-gradient(to bottom right, black, #1a2171);
}

/* PayPal */
/* Funkar inte. Ligger inline */
.paypal-button-container {
  white-space: nowrap;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 0;
  background-color: white;
}

/* Payment gateway information */
.definition-list dl dd, .definition-list dl dt {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  padding: .625rem;
  margin: .125rem;
  background: #f6f6f6;
}
  
/* banköverföring */
#order-items .details, #order-items .qty {
  margin-bottom: 1rem;
  color: white;
}

#order-items table {
  width: 100%;
  background-color: white;
}

.definition-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: black;
}

/* Mitt konto */
.psgdprinfo17 {
  margin-top: 15px;
  margin-bottom: 15px;
  background: #f1f1f1;
  padding: 20px;
  color: black;
}

/* Mitt konto */
.page-content.page-cms ul, p {
  color: black;
}

/* Mitt konto */
#order-infos {
  color: black;
}

/* Mitt konto */
.table-labeled td {
  vertical-align: middle;
  color: black;
}

/* Mitt konto */
.table-bordered td {
    color: black;
}

/* Mitt konto */
.page-order-detail .box {
  color: black;
}


.product-description {
  background-color: white;
  }

.product-description p {
  color: black;
}

.tab-content > .active {
  display: block;
/*  background-color: white;*/
}

@media (max-width: 543px) {
    .carousel .carousel-inner {
  height: auto;
    }
    .card-block {
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
    }
}

@media (max-width: 991px) {
    .carousel .carousel-inner {
  height: auto;
  }
  .carousel {
      background-color: transparent;
  }
  .products-selection p {
      color: white;
  }
}

.page-content.page-cms ul, p  {
    color: white;
}

@media (min-width: 376px) and (max-width: 834px) {
    #product #content {
        max-width: 350px;
    }
}

@media (max-width: 375px) {
    #product #content {
        max-width: 350px;
    }
}

@media (max-width: 375px) {
    .product-prices {
        padding-top: 35px;
        background-color: white;
        padding-left: 10px;
        margin-top: 0;
    }
    
    .block-category .block-category-inner {
        padding-left: 45px;
        padding-right: 25px;
        padding-bottom: 10px;
    }
    
    .block-category h1 {
        padding-left: 40px;
        padding-top: 16px;
    }
    
    .product-actions .add-to-cart {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.pagination > div:first-child {
  background-color: white;
}   

.block-categories .category-sub-menu li[data-depth="0"] > a {
    color: white;
}

.open > .dropdown-menu {
  background-color: black;
}

/* Ta bort subkategorier */
#subcategories {
  margin-bottom: 20px;
  border-top: 1px solid #f6f6f6;
  display: none;
}

.block-categories .category-sub-menu .category-sub-link {
  font-size: 1rem;
  color: white;
  margin-left: 10px;
}

/* bakgrund blog*/
.ets-blog-list.row.blog-main-page {
  background-color: white;
}

/* bakgrund blog*/
.ets-blog-wrapper-content-main {
  background-color: white;
}

/* bakgrund blog*/
.page-heading.product-listing {
  background-color: white;
  color: black;
  width: fit-content;
}

/* Sidebar blog. Dölj för att lösa Läs mer på mobiler*/
@media (max-width: 500px) {
    .ets_blog_sidebar {
  display: none;
}}

#products .products-section-title, .featured-products .products-section-title, .product-accessories .products-section-title {
  background-image: linear-gradient(to bottom right,black,#1a2171);
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}