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

/*
* Colors:
*   - Black:    #000000
*   - Gray:     
*   - Orange:   
*/
html {
    font-family: 'Courier New', 'Montserrat', sans-serif !important;
}

h1 {
    font-family: courier new !important;
    font-size: 30px;
    color: #000000;
    font-weight: bold;
}
h2 {
    font-family: montserrat !important;
   font-size: 24px;
   color: #000000;
  
}
h3 {
    font-size: 18px;
    color: #000000;
}

.text-sm {
    font size: 1rem!important;
}

@media screen and (max-width: 768px) {
  .text-sm {
    font-size:0.7rem!important;
  }
}

.hero-heading{
    font-size:3rem;
}

@media screen and (max-width: 768px) {
  .hero-heading {
    font-size:2rem!important;
  }
}

.shadow-none {
    box-shadow: red 32px !important;
}

/* Quickbutik overrides */
.qb-custom-wrapper {
    margin: 0px !important;
    font-family: 'Montserrat', Arial, sans-serif !important;
}
.qb-custom-wrapper h1, h2, h3, h4, h5, p {
    font-family: 'Montserrat', Arial, sans-serif !important;
}
.qb-custom-wrapper .container {
    width: 100% !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.qb-custom-wrapper a {
    color: #000000 !important;
    text-decoration: underline;
}
.qb-custom-wrapper hr {
    margin: 0;
}

.producttitle-font-size {
    font-weight: 500;
}
.inspiration-title {
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-link, 
.navbar-hover-light:hover .navbar-nav .nav-link, 
.navbar-fixed-light.fixed-top .navbar-nav .nav-link {
    font-weight: 500;
}
.hero-btn-dark {
    background-color: #DED8CD;
    color: #00000;
    font-weight: 400;
    word-spacing: 0;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-size: 1rem;
}

.full-width-center {
    max-width: none !important;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.mainmenu-item-spacing > li {
    paddin-left: 65px;
    padding-right: 65px;
}

.mainmenu-icon {
    width: 2rem;
    height: 2rem;
}

.icon-count-inside {
    top: 0.75rem;
    left: 0.4rem;
    font-size: 1rem;
}

.image-container-outline {
    padding: 0 !important;
    margin: 0 !important;
    outline: 1px solid #000000;
}

.social-media-list > li {
   float: left;
}
.social-media-icon {
    font-size: 3em;
}
.btn-text {
    font-size: 1rem;
    font-weight: 400;
}
.usp-section-border {
    border-top: 1px solid #000000;
}
.usp-section-divider {
    border: none !important;
}
.rotor-hr {
    border-color: #E57600 !important;
    border-width: 3px !important;
}
.live-rotor-hr {
    border-color: #E57600 !important;
    border-width: 3px !important;
    margin: 0px !important;
}
.rotor-product-hr {
    border-color: #F4F4F4;
}
.rotor-contact-hr {
    margin: 0.5rem 0 !important;
    border-color: #E57600 !important;
    border-width: 1px;
}
.thin-outline {
    outline: 1px solid #000000
}

/* product-font-weight */
.product-font-weight {
    font-weight: 700 !important;
}

/* Breadcrumb */
.breadcrumb > ul {
    margin-left: 0px !important;
}

/* Start - First images  */
body > section:nth-child(6) > div > div > div:nth-child(1) {
    padding-right: 0 !important;
}
body > section:nth-child(6) > div > div > div:nth-child(2) {
    padding-left: 0 !important;
}
body > section:nth-child(6) > div > div > div > div {
    outline: 1px solid black !important;
}

/* Start - ROTOR BY */
body > section:nth-child(20) {
    background-color: #f4f4f4 !important;
    padding-top: 14px;
    border-top: 1px solid;
    margin-top: 3rem;
}

body > div:nth-child(21),
body > section:nth-child(22),
body > div:nth-child(23),
body > section:nth-child(24),
body > div:nth-child(25),
body > section:nth-child(26) {
    margin: 0 !important;
    background-color: #f4f4f4 !important;
}

body > section:nth-child(24) > div > div > h2 {
    font-weight: 400 !important;
}

body > section:nth-child(26) {
    padding-bottom: 40px;
    border-bottom: 1px solid;
}

/* CONTACT */
.contact-information > p {
    margin-bottom: 0 !important;
}

.contact-container {
    background: #fafafa;
    position: relative;
}

.contact-form {
    padding: 1.25rem;
}

.contact-form > button, input, select, textarea {
    color: #000000;
    margin: 0;
}

.contact-form-input {
    color: #000000;
    background: none;
    border: none;
    border-bottom: solid 1px #000000;
    margin: 0em 0 2em 0;
    padding: 0.5em 0 0.5em 0.5em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-form-input:focus {
	outline: none;
	padding: 0.5em 0 0.5em 0.5em;
}

.contact-form-name {
	float: none;
	width: 100%;
}

.contact-form-telephone {
    float: left;
    width: 45%;
}

.contact-form-email {
	float: right;
	width: 45%;
}

.contact-form-message {
	float: none;
}

.contact-form-message > textarea {
    overflow: auto;
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
}

.contact-form-button {
    background: #000000;
    color: white;
    cursor: pointer;
    display: inline-block;
    padding: 0 3rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-form-button:hover {
    background: #474544;
}

/* Video wrapper */
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
}
.video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Inspiration*/
.row .inspiration-col:first-child {
    padding-left: 0;
}
.row .inspiration-col:last-child {
    padding-right: 0;
}

/* COGNITO FORMS */
/* Include the font on the page as you normally would.*/
.cog-1 {
  --font-family: 'Montserrat', Arial, sans-serif !important;
  --header__font-family: 'Montserrat', Arial, sans-serif !important;
  --label__font-family: 'Montserrat', Arial, sans-serif !important;
  --button-primary__font-family: 'Montserrat', Arial, sans-serif !important;
  --button-secondary__font-family: 'Montserrat', Arial, sans-serif !important;
}

.cog-1 {
    --label__font-family: 'Montserrat', Arial, sans-serif !important;
}

.cog-content {
  font-family: 'Montserrat', Arial, sans-serif !important;
}


/* NINAS KOD */

/* Header*/

.top-bar {
    background:#E57601!important;
}

/* General settings */

h1.hero-heading
{
    font-size:30 !important;
    color: white;
}

.opacity-7, .text-dark
{
    color:white !important;
    opacity: 1;
}

/* Product title */
.color-text-base
{
    font-family: courier new;
    font-weight: 700;
}

.btn
{
    background: #DED8CD !important; 
    color: #4a4a49;
    font-size: 18;
    font-family: montserrat;
    font-weight:400;
    border-radius:5px;
}

.hero-image
{
    padding-top:300px;
    padding-bottom:300px;
}


/* Collection row */
.row {
  display: flex;
}

.column {
  flex: 25%;
  padding: 10px;
}

/* Position the button. */
.column {
  position: relative;
  width: 50%;
}


@media screen and (max-width: 512px) {
  .column.categories {
    width: 100% !important;
    flex: 100% !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .column {
    flex: 50% !important;
  }
}


/* Styling and placing the button*/
.column .btn {
  font-family: montserrat;
  font-size: 20;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent!important;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
 
}

/* image containers */
.column {
  float: left;
  width: 50%;
  }


/* Side to side box-elements */
.row .box1 {
  font-family: courier new;
  text-align:center;
  font-weight: 700;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.row .box2 {
  font-family: courier new;
  text-align:center;
  font-weight: 700;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.row .box3 {
  font-family: courier new;
  text-align:center;
  font-weight: 700;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

.row .box4 {
  font-family: courier new;
  text-align:center;
  font-weight: 700;
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}

/* Styling and placing the button */
.column .boxbtn {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #DED8CD!important;
  color: black;
  font-family: montserrat;
  font-size: .8rem;
  font-weight:400;
  padding: 12px 12px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  background: #DED8CD !important; 
  text-transform: uppercase;
  letter-spacing: 0.3em;
  text-align: center !important;
}


/* Footer styling */

.service-column-variation1{
 padding-right:none!important
 padding-left:none!important;
    
}


/* Buttons */

.wishlist-btn.wishlist-add {
    display: left;
    margin: 0px!important;
    padding: 14px!important;
    background: black!important;
    color: white!important;
    font-size: 0.8rem!important;
    width: 100%;
    vertical-align: middle!important;
    text-align: center;
    border-radius: 5px;
    font-family: montserrat;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}

/* -----------------------------PRODUKTSIDA------------------------------------ */

.made-in {
    font-size: 12px;
    margin-bottom: -1px;
    text-transform: uppercase !important;
}