body {
color: #333;
background: #fff;
font-family: 'Poppins', sans-serif;
font-size: 0.85rem;
line-height: 1.4rem;
}
h1,h2 {
font-size: 200%;
text-transform: uppercase;
font-weight: 600;
}
h3 {
font-size: 160%;
}
h4 {
font-size: 140%;
}
h5 {
font-size: 125%;
}
h6 {
font-size: 110%;
}
h1,h2,h3,h4,h5,h6 {
letter-spacing: 0.07em;
font-family: 'Poppins', sans-serif;
font-weight: normal;
line-height:1.4em;
}
button:focus,
.btn:focus,
a:focus {
outline: none;
}
button,
.btn,
a {
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#filter-panel {
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 1100;
}
img {
max-width: 100%;
height: inherit;
}
a {
color: inherit;
}
a:hover,
a:focus {
color: inherit;
text-decoration: none;
}
.breadcrumb {
background: none;
padding: 0;
margin: 0;
color: #a9a9a9;
}
.list-unstyled ul {
list-style-type: none;
}
.h6, h6 {
font-size: 0.85rem;
}
.h5, h5 {
font-size: 1rem;
}
.form-control {
font-size: 16px;
}
.text-shadow {
text-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
}
.box-shadow {
box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.45);
}
.logo img {
max-width: 150px;
padding: 0.20rem 0 0 0;
}
.bg-none {
background: none!important;
}
.bg-url {
background-color: #081f4e;
background-size: cover;
position: relative;
}
.bg-dark {
background: #333!important;
}
.border-success {
border-color: #fd6e4f!important;
}
.text-primary {
color: #af9121!important;
}
.main-bg {
background-color: #081f4e;
background-image: url(//www.menydesign.se/wp-content/themes/img/patterns/pattern.png);
background-size: cover;
position: relative;
}
.section {
padding:7rem 0;
}
.thin-title {
font-weight: 200;
}
.bold-title:after {
position: absolute;
content: "";
left: 45%;
right: auto;
bottom: -25px;
width: 10%;
height: 5px;
background: #af9121;
}
.font-size-85 {
font-size: 85%;
}
.font-size-110 {
font-size: 110%;
}
.font-size-120 {
font-size: 120%;
}
.font-size-140 {
font-size: 140%;
}
.font-size-200 {
font-size: 200%;
}
.font-size-300 {
font-size: 300%;
}
.letter-spacing {
letter-spacing: 0.1em;
}
.letter-spacing-sm {
letter-spacing: 0.07em;
}
.text-success {
color: #fd6e4f!important;
}
.badge-success {
color: #fff;
background-color: #AF9126;
margin-top: -3px;
}
.bg-primary {
background-color: #af9121!important;
}
.badge {
min-height: 30px;
min-width: 30px;
line-height: 24px;
}
.head-title {
margin-bottom: 4.4rem;
}
.font-weight-bold {
font-weight: 600!important;
}
.btn {
letter-spacing: 0.1em;
text-transform: uppercase;
font-weight: 600;
font-size: 12px;
padding: 0.75rem 2rem;
font-family: 'Fira Sans', sans-serif;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-primary {
color: #fff;
background-color: #af9121;
border-color: #af9121;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
background-color: #c6a83a;
color: #fff;
}
.container {
max-width: 1250px;
}
.swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden;
z-index: 1;
}
.swiper-wrapper {
position: relative;
}
.swiper-slide {
width: 100%;
background-position:center center;
background-image: url(//www.menydesign.se/wp-content/themes/img/slide-06-1920x810.jpg);
background-size: cover;
}
.swiper-slide-caption {
padding: 22rem 0 12rem;
max-width: 1000px;
}
.swiper-slide-caption-sm {
padding: 11rem 0 2rem;
text-align: center;
max-width: 100%;
}
.navbar-push {
background: #fff;
}
.navbar-push .navbar-toggler .fa-ico-close, .navbar-push .navbar-toggler-current .fa-ico-open, 
.navbar-push .navbar-toggler.collapsed[aria-expanded="false"] .fa-ico-close, .navbar-push .navbar-toggler[aria-expanded="true"] .fa-ico-open {
display: none;
}
.navbar-push .navbar-toggler-current .fa-ico-close, .navbar-push .navbar-toggler[aria-expanded="true"] .fa-ico-close {
display: block;
}
.owl-theme .owl-nav * {
pointer-events: all;
}
.overlay {
pointer-events: none;
}
.overlay a,
.overlay button {
pointer-events: none;
}
.owl-theme .owl-nav .owl-prev {
position: absolute;
top: 0;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
height: 75px;
width: 40px;
line-height: 75px;
border-radius: 10px;
background: #8ae49e;
top:20%;
text-align: center;
color: #fff;
position: absolute;
}
.owl-theme .owl-nav .owl-prev.disabled,
.owl-theme .owl-nav .owl-next.disabled {
background: #ccc;
color: #777;
cursor: default;
opacity: 0.5;
}
.owl-theme .owl-nav .owl-prev {
left: -35px;
}
.owl-theme .owl-nav .owl-next {
right: -35px;
}
.owl-dots {
text-align: center;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-dot {
display: inline-block;
margin-top: 1.2rem;
}
.owl-dot span {
width: 15px;
height: 15px;
background: #ddd;
display: inline-block;
border-radius: 1rem;
margin-right: 10px;
}
.owl-dot.active span {
background: #333;
}
.hovereffect {
width: 100%;
height: 100%;
overflow: hidden;
position: relative;
text-align: center;
cursor: default;
}
.hovereffect .overlay {
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
top: 0;
left: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.hovereffect:hover .overlay {
background-color: rgba(0,0,0,0.75)
}
.hovereffect img {
display: block;
position: relative;
width: 100%;
}
.card-body-icon {
position: absolute;
z-index: 0;
top: -10px;
right: -15px;
font-size: 5rem;
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
.hovereffect h2 {
text-transform: uppercase;
color: #fff;
letter-spacing: 0.1rem;
text-align: center;
position: relative;
font-size: 15px;
padding: 10px;
background: rgba(0, 0, 0, 0.75);
-webkit-transform: translateY(45px);
-ms-transform: translateY(45px);
transform: translateY(45px);
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.3s ease-in-out;
}
.overlay:hover {
text-decoration: none;
}
.hovereffect:hover h2 {
-webkit-transform: translateY(5px);
-ms-transform: translateY(5px);
transform: translateY(5px);
}
.hovereffect .info {
position: absolute;
top: 45%;
left: 0;
width: 100%;
z-index: 100;
text-decoration: none;
border: none;
text-transform: uppercase;
font-weight: bold;
color: #fff;
background-color: transparent;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.hovereffect:hover .info {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.hovereffect a.info:hover {
box-shadow: 0 0 5px #fff;
}
.banner-page {
padding: 10rem 0 7rem 0;
background: #000;
background-size: cover;
background-position: center center;
}
.page-caption {
z-index: 10;
line-height: 1.5rem;
}
.page-content {
margin-top: -55px;
z-index: 50;
}
.leftbar-box ul {
list-style: none;
padding: 0;
margin: 0;
font-weight: 600;
}
.leftbar-box ul li.cat-item-15,
.leftbar-box ul li.cat-item-950 {
display: none;
}
.leftbar-box ul li a {
display: block;
padding: 0.4rem 0;
border-bottom: 1px solid #ddd;
text-transform: uppercase;
}
.leftbar-box ul > li.current-cat-parent > a,
.leftbar-box ul li a:hover {
color: #AF9126;
}
.leftbar-box ul li ul {
margin: 0.5rem 0;
font-weight: normal;
}
.leftbar-box ul li ul li a {
padding: 0.3rem 1rem 0.3rem 2.5rem;
border: none;
text-transform: none;
}
.leftbar-box ul li ul li.current-cat a {
color: #AF9126;
}
.footer-box-inner {
width: 20%;
}
.mspc-wrapper {
margin-bottom: 0!important;
}
.leftbar-box {
position: relative;
}
.leftbar-box select {
display: block;
padding: 9px 15px;
width: 100%;
height: 48px;
-webkit-transition: border-color .2s;
-moz-transition: border-color .2s;
-o-transition: border-color .2s;
transition: border-color .2s;
-webkit-appearance: none;
border: 1px solid #ddd;
border-radius: 0px!important;
background-color: #fff;
color: #484848;
line-height: normal;
-moz-appearance: none;
}
#menu-huvudmeny > li {
margin-top: 1.2rem;
}
#menu-huvudmeny li:first-child {
margin-top: 0;
}
#menu-huvudmeny li a {
display: inline-block;
padding: 1rem 0;
font-size: 1rem;
border-bottom: 4px solid #f2f2f2;
font-size: 120%;
font-weight: 600;
text-transform: uppercase;
}
#menu-huvudmeny li.current-menu-item a {
border-bottom: 4px solid #AF9126;
}
#menu-huvudmeny li ul li {
margin-top: 0;
}
#menu-huvudmeny li ul li a {
padding: 0.5rem 0;
font-weight: 400;
text-transform: none;
}
#menu-huvudmeny li a:hover,
#menu-huvudmeny li a:focus {
color: #AF9126;
border-bottom: 4px solid #AF9126;
}
#menu-huvudmeny .sub-menu {
margin-top: 1.3rem;
}
.offcanvas-collapse {
position: fixed;
top: 73px; bottom: 0;
left: 0;
width: 0;
overflow-y: auto;
background-color: #fff;
transition-timing-function: ease-in-out;
transition-duration: .3s;
transition-property: left, visibility;
}
.offcanvas-collapse.open {
left: 0;
padding: 2rem;
width: 30rem;
border-right: 1px solid #777;
} body.single-product h1 {
margin-bottom:1.5rem!important;
}
body.single-product .leftbar {
display: none;
}
body.single-product .rightbar {
max-width: 100%;
flex: 0 0 100%;
}
body.woocommerce-account .woocommerce label {
display: block !important;
}
body.woocommerce-account .woocommerce fieldset {
margin-top: 1.5rem;
}
body.woocommerce-account .woocommerce .edit {
padding: 0.4rem;
}
.woocommerce-account .addresses .title h3 {
float: none!important;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce input.button,
.woocommerce button.button {
letter-spacing: 0.1em;
font-weight: 600;
font-size: 12px;
padding: 0.85rem 1rem!important;
display: block!important;
text-align: center;
font-family: 'Fira Sans', sans-serif;
}
.woocommerce form .form-row label.inline {
margin-left: 1rem;
}
.woocommerce ul.products li.product img {
margin-bottom: 1.1rem;
}
.woocommerce ul.products li.product a.button {
color: #fff!important;
background-color: #af9121!important;
text-transform: uppercase;
}
.woocommerce ul.products li.product a.button:hover {
background-color: #c6a83a!important;
}
.woocommerce .summary button.button {
font-size: 115%!important;
padding:1rem 2rem!important;
color: #fff!important;
background-color: #af9121!important;
text-transform: uppercase;
}
.woocommerce div.product form.cart div.quantity {
margin-right: 20px;
}
.woocommerce .quantity .qty {
width: 6rem!important;
display: block;
padding:0.6rem 1rem!important;
font-size: 120%;
margin:0 auto;
}
.woocommerce ul.products li {
padding: 1rem!important;
border: 1px solid #ddd;
min-height: 410px;
}
.woocommerce-loop-product__title,
.woocommerce div.product .product_title {
font-weight: 600!important;
}
.woocommerce-loop-product__title {
min-height: 55px;
}
.woocommerce div.product .product_title {
font-size: 200%!important;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
color: #777;
letter-spacing: 0.07em;
text-transform: uppercase;
font-weight: 600;
font-size: 170%;
}
.woocommerce ul.products li.product .price {
color: #333!important;
letter-spacing: 0.07em;
text-transform: uppercase;
font-weight: 600;
margin-top: 0!important;
}
.woocommerce-variation-price {
margin-bottom: 1rem;
}
.woocommerce-variation-price .price,
p.price {
color: #000!important;
}
.woocommerce .summary div.product p.price  {
font-size: 140%!important;
}
.woocommerce div.product div.images .flex-control-thumbs {
text-align: center;
}
.woocommerce div.product div.images .flex-control-thumbs li {
width: 20%!important;
float: none!important;
padding: 0.3rem!important;
display: inline-block!important;
border: 1px solid #ddd;
margin: 0 0.5rem;
}
.woocommerce-MyAccount-content {
padding-left: 2rem;
}
.woocommerce-input-wrapper {
width: 100%;
}
.woocommerce-Input,
.woocommerce-input-wrapper input {
width: 100%;
padding: 0.5rem 1rem;
}
.product_meta,
.woocommerce-product-details__short-description {
border-top: 1px solid #ddd;
padding-top: 1.7rem;
margin-top: 1.7rem;
}
.product_meta span {
display: block;
margin-bottom: 0.5rem;
}
.term-description {
margin-bottom: 2rem;
}
.woocommerce-tabs .tabs {
margin-bottom: 0!important;
padding:1.6rem 1.6rem 0 1.6rem!important;
}
.woocommerce-tabs .woocommerce-Tabs-panel {
padding:1.6rem 3rem!important;
border: 1px solid #ddd;
border-top: 0;
}
.woocommerce-tabs .woocommerce-Tabs-panel h2,
.woocommerce-tabs .woocommerce-Tabs-panel h3,
.woocommerce-tabs .woocommerce-Tabs-panel h4,
.woocommerce-tabs .woocommerce-Tabs-panel h5 {
margin-bottom: 1.5rem!important;
font-weight: bold;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background: #f2f2f2!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: #fff!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 0.8rem 2.5rem!important;
}
.woocommerce .products ul,
.woocommerce ul.products {
margin: 0!important;
}
.related,
.upsells {
width: 100%;
clear: both;
margin-top: 2.5rem;
float: left;
}
.related > h2,
.upsells > h2 {
margin-bottom: 2rem;
font-weight: 600;
text-transform: uppercase;
text-align: center;
letter-spacing: 0.07em;
}
.woocommerce-MyAccount-navigation ul {
list-style: none;
margin: 0;
padding: 0;
border: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation ul li a {
display: block;
padding:1rem 2rem ;
border-top: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:focus {
color: #AF9126;
}
.woocommerce-MyAccount-navigation ul li:first-child a {
border-top: 0;
}
.woocommerce ul.products li.product .onsale {
background-color: #af9121!important;
min-height: 3rem;
min-width: 3rem;
line-height: 2.7rem;
}
.woocommerce-page div.product div.images {
width: 40%!important;
}
.woocommerce div.product div.summary {
width: 50%!important;
}
.mspc-accordion .mspc-menu-item.active {
background: none!important;
}
.mspc-accordion .mspc-menu-item {
padding:1rem 1.6rem!important;
}
.mspc-content .mspc-variation.active {
box-shadow:none!important;
}
.card-puffar .card-body {
min-height: 110px;
}
.ui.grid > .column {
margin: 0 !important;
}
.mspc-accordion .mspc-content {
padding: 15px 30px !important;
}
.mspc-variation .mspc-text-wrapper > strong {
font-size: 11px;
font-weight: 600;
line-height: 1.4;
text-transform: uppercase;
}
.woocommerce table.shop_table {
margin-bottom: 40px;
}
ul.wc-item-meta {
list-style: none;
padding: 0;
margin: 0;
}
.woocommerce-message { display: none;  }
.woocommerce-cart.full-width-content .content,
.woocommerce-checkout.full-width-content .content { max-width: 100%; }
.woocommerce-cart .woocommerce table.shop_table td.actions {
border-top: 1px solid #e6e6e6;
background: #f7f7f7;
border-bottom: 0px solid #e6e6e6;
}
.woocommerce-cart .entry-content form { width: 60%; float: left;  }
.woocommerce-cart .woocommerce .cart-collaterals {
width: 33%;
float: right;
}
.woocommerce-cart .woocommerce .cart-collaterals h2 { display: none;  }
.woocommerce-cart .woocommerce .cart-collaterals .cart_totals { width: 100%; }
#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td { color: #555; font-size: 13px!important; }
.woocommerce-cart .woocommerce table.shop_table th {   border-bottom: 2px solid #034997; }
.woocommerce-cart .woocommerce table.shop_table,
.woocommerce-checkout .woocommerce table.shop_table {
border: 1px solid #e6e6e6;
margin: 0;
text-align: left;
width: 100%;
border-collapse: separate;
border-radius: 0;
border-bottom: none;
border-right: none;
margin-bottom: 35px;
border-bottom: 1px solid #e6e6e6;
}
.related > h2 {
visibility: hidden;
position: relative;
width: : 100%;
}
.related > h2::after {
width: 100%;
text-align: center;
content:'Andra produkter';
visibility: visible;
display: block;
position: absolute;
top: 0;
}
body #add_payment_method #payment ul.payment_methods li input,
body.woocommerce-cart #payment ul.payment_methods li input,
body.woocommerce-checkout #payment ul.payment_methods li input { width: auto;   margin: -2px .5em 0 0; }
body .woocommerce form .form-row .input-checkbox { width: auto;  margin: -2px 5px 0 0; }
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .cart-collaterals .cart_totals tr td,
body.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.woocommerce-checkout .cart-collaterals .cart_totals tr td,
body.woocommerce-checkout .cart-collaterals .cart_totals tr th,
body .woocommerce table.shop_table th {
border-top: none;
border-bottom: 1px solid #ddd;
border-right: 1px solid #ddd;
text-align: center;
padding: 10px 20px;
}
body .woocommerce table.shop_table td.product-price,
body .woocommerce table.shop_table td.product-subtotal {
text-align: center;
font-size: 120% !important;
}
body #add_payment_method table.cart td,
body #add_payment_method table.cart th,
body.woocommerce-cart table.cart td,
body.woocommerce-cart table.cart th,
body.woocommerce-checkout table.cart td,
body.woocommerce-checkout table.cart th { border-right: 1px solid #e6e6e6; }
#add_payment_method .cart-collaterals .cart_totals tr th,
body.woocommerce-cart .cart-collaterals .cart_totals tr th,
body.woocommerce-checkout .cart-collaterals .cart_totals tr th { }
.woocommerce-cart .cart-collaterals .cart_totals table th { border-bottom: 1px solid #e6e6e6;  }
body .woocommerce #respond input#submit.alt,
body .woocommerce a.button.alt,
body .woocommerce button.button.alt,
body .woocommerce input.button.alt {
background: #ccc !important;
font-weight: 500;
color: #fff;
}
.woocommerce-checkout table.cart img {
width: 70px!important;
margin: 0 auto;
display: block;
}
body .woocommerce #respond input#submit.alt:hover,
body .woocommerce a.button.alt:hover,
body .woocommerce button.button.alt:hover,
body .woocommerce input.button.alt:hover {
background: #ccc !important;
color: #fff;
}
body .woocommerce .cart .button,
body .woocommerce .cart input.button,
body .woocommerce #respond input#submit,
body .woocommerce a.button,
body .woocommerce button.button,
body .woocommerce input.button { background: #ddd !important; color: #fff; font-weight: 500;}
body .woocommerce .cart .button {
float: right!important;
}
body .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
float: right;
width: 100%;
display: block;
text-align: center;
margin-bottom: 0;
font-size: 1.25em;
padding: 1em;
border-radius: 40px;
margin-top: .5em;
}
body .woocommerce form .form-row-first,
body .woocommerce form .form-row-last,
body .woocommerce-page form .form-row-first,
body .woocommerce-page form .form-row-last { width: 49%; }
body .woocommerce #respond input#submit.disabled,
body .woocommerce #respond input#submit:disabled,
body .woocommerce #respond input#submit:disabled[disabled],
body .woocommerce a.button.disabled,
body .woocommerce a.button:disabled,
body .woocommerce a.button:disabled[disabled],
body .woocommerce button.button.disabled,
body .woocommerce button.button:disabled,
body .woocommerce button.button:disabled[disabled],
body .woocommerce input.button.disabled,
body .woocommerce input.button:disabled,
body .woocommerce input.button:disabled[disabled] { background: #ccc; }
body .woocommerce a.checkout-button.button.alt { border-radius: 40px; }
body .woocommerce #content table.cart td.actions .coupon,
body .woocommerce table.cart td.actions .coupon { width: 68%; }
body #add_payment_method table.cart td.actions .coupon .input-text,
body.woocommerce-cart table.cart td.actions .coupon .input-text,
body.woocommerce-checkout table.cart td.actions .coupon .input-text {
padding: 0.5rem 1.2rem;
width: 75%;
border: 1px solid #ddd;
}
body .woocommerce table.shop_table td { padding: 15px; }
body .woocommerce-checkout table.shop_table td { text-align: right;
border-right: 1px solid #e6e6e6;   border-top: 0; }
.woocommerce a.remove { margin: 0 auto;  }
.woocommerce-cart .woocommerce table.shop_table th.product-remove,
.woocommerce-cart .woocommerce table.shop_table th.product-name { text-align: center; }
.woocommerce-cart .woocommerce table.shop_table th.product-price,
.woocommerce-cart .woocommerce table.shop_table th.product-quantity,
.woocommerce-cart .woocommerce table.shop_table th.product-subtotal { text-align: right; }
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-price,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-quantity,
.woocommerce-cart .woocommerce table.shop_table .cart_item td.product-subtotal { text-align: right; }
.woocommerce-checkout #add_payment_method #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li { list-style: none; }
.woocommerce-checkout .woocommerce .col2-set { width: 47.8260869565%; float: left; margin-right: 4.347826087%; }
.woocommerce-checkout .woocommerce .col2-set .col-1,
.woocommerce-checkout .woocommerce .col2-set .col-2 { margin-bottom: 2em; width: 100%; float: none; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { background: #fff; width: 47.8260869565%; float: right; margin-right: 0; }
.woocommerce-checkout #ship-to-different-address-checkbox { width: auto; float: right; margin-left: 15px; margin-top: 10px; opacity: 1; position: static; }
.woocommerce-checkout #ship-to-different-address label { font-size: 24px;   font-weight: 700; line-height: 1; margin: 0; margin-bottom: 1em; padding: 0; text-transform: uppercase; color: #000; }
.woocommerce-checkout .woocommerce form .form-row.create-account label { padding-top: 2px; font-weight: bold; }
.woocommerce-checkout .payment-fixed { position: fixed; z-index: 9; box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 2em; left: 52%; margin-left: 0; padding: 20px; top: 0; width: 45.5% !important; -webkit-transition: padding .1s ease-in; -moz-transition: padding .1s ease-in; -o-transition: padding .1s ease-in; -ms-transition: padding .1s ease-in; transition: padding .1s ease-in; }
.product-shipping-message { font-size: 16px; text-align: center; text-transform: uppercase; padding: 10px 0px; border-top: 1px solid #139248; border-bottom: 1px solid #139248; }
body .woocommerce table.shop_table tbody th,
body .woocommerce table.shop_table tfoot td,
body .woocommerce table.shop_table tfoot th { border-bottom: none; }
body .woocommerce form .form-row input.input-text,
body .woocommerce form .form-row textarea { max-width: 100%; }
body .woocommerce .product-name a { color: #000; pointer-events: auto; cursor: pointer; }
@media only screen and (max-width: 1139px) {
.woocommerce-cart .entry-content form { width: 64%; }
}
@media only screen and (max-width: 980px) {
.woocommerce-cart .entry-content form {
width: 80%;
float: none;
margin: 0 auto;
}
.woocommerce-cart .woocommerce .cart-collaterals {
width: 80%;
float: None;
margin: auto;
}
body .woocommerce #content table.cart td.actions .coupon, body .woocommerce table.cart td.actions .coupon { width: 100%; }
body #add_payment_method table.cart td.actions .coupon .input-text, body.woocommerce-cart table.cart td.actions .coupon .input-text, body.woocommerce-checkout table.cart td.actions .coupon .input-text { width: 48%; }
}
@media only screen and (max-width: 650px) {
.woocommerce-cart .entry-content form {
width: 100%;
}
.woocommerce-cart .woocommerce .cart-collaterals {
width: 100%;
}
.woocommerce-checkout .woocommerce .col2-set { width: 100%; float: none; margin-right: 0; }
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #order_review { width: 100%; float: none; }
}
#shipping_method {
list-style: none;
padding: 0;
margin: 0;
}
.checkout_coupon input {
padding-left: 1.4rem;
padding-right: 1.4rem;
}
.checkout_coupon .button {
letter-spacing: 0.1em;
text-transform: uppercase;
font-weight: 600;
font-size: 9px;
padding: 0.65rem 1rem;
font-family: 'Fira Sans', sans-serif;
color: #333;
border: 1px solid #ddd;
background-color: #fff;
display: block;
width: 100%;
}
.wc-svea-checkout-form .form-row {
margin: 0 0 15px 0;
}
.woocommerce-input-wrapper textarea {
padding: 1.6rem;
}
.wc-svea-checkout-page .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-table {
width: 100%;
}
.wc-svea-checkout-page .wc-svea-checkout-order-details .wc-svea-checkout-form .woocommerce-checkout-review-order-table td {
font-size: 12px!important;
}
@media (max-width: 1000px) {
.lead {
font-size: 1.10rem;
font-weight: 300;
}
.nav-tabs .nav-link {
font-size: 75%;
padding: 0.6rem;
}
}
@media (max-width: 768px) {
h1,h2 {
font-size: 170%;
}
h3 {
font-size: 140%;
}
h4 {
font-size: 120%;
}
.hovereffect h2 {
font-size: 8px;
}
.logo img {
max-width: 115px;
}
.owl-dots {
display: none;
}
.footer-box-inner {
width: 50%;
}
.section {
padding:4rem 0 2rem 0;
}
.page-content {
margin-top: 0;
}
.footer-box-inner:first-child,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce-page div.product div.images,
.woocommerce div.product div.summary {
width: 100%!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 0.5rem!important;
}
.woocommerce-MyAccount-navigation {
margin-bottom: 2rem;
}
.woocommerce-MyAccount-content {
padding-left: 0;
}
.ui.five.column.grid>.column {
width: 33.3%!important;
}
.offcanvas-collapse {
top: 56px;
}
.offcanvas-collapse.open {
width: 85%;
}
#menu-huvudmeny li a {
display: block;
}
.leftbar-box:before {
text-shadow: none;
content: '\25bc';
position: absolute;
pointer-events: none;
color: #757575;
top: 0;
bottom: 0;
padding-top: 1.2em;
line-height: 1;
right: 0;
width: 3em;
text-align: center;
transform: scale(.84,.42);
-webkit-transform: scale(.84,.42);
-moz-transform: scale(.84,.42);
-ms-transform: scale(.84,.42);
-o-transform: scale(.84,.42);
-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.84, M12=0, M21=0, M22=0.42, SizingMethod='auto expand')";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=.84, M12=0, M21=0, M22=.42, SizingMethod='auto expand');
}
.card-body-icon {
top: 0;
right: 0;
}
body .woocommerce table.shop_table,
body .woocommerce table.shop_table td.product-price,
body .woocommerce table.shop_table td.product-subtotal,
#add_payment_method .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
#add_payment_method table.cart td,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.shop_table td {
font-size: 90% !important;
}
body.woocommerce-checkout table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text+.button {
width: 100%!important;
margin-bottom: 1rem!important;
}
body .woocommerce table.shop_table td {
float: left;
width: 100%;
}
} .carousel-indicators {
bottom: -3rem;
}
.carousel-indicators .active {
background-color: #000;
}
.carousel-indicators li { width: 15px;
height: 15px;
background: #ddd;
display: inline-block;
border-radius: 1rem;
margin-right: 10px;
cursor: hand;
}
.carousel-indicators li:hover {
background-color: rgba(0, 0, 0, 0.4);
}
.carousel-control-prev-icon, .carousel-control-next-icon {
background-color: #af9121; 
width: 2.5rem;
height: 2.5rem;
border-radius: 50%;
border: 0.5rem solid #af9121 !important;
} @media (min-width: 1200px) { 
.carousel-inner .col-xl-2 {
flex: 0 0 20%; max-width: 20%;
}
} a, button, .btn {
touch-action: manipulation;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.overlay {
pointer-events: none;
}
.overlay a,
.overlay button {
pointer-events: auto;
}
@media (hover: none) and (pointer: coarse) {
.hovereffect .overlay,
.hovereffect .info {
opacity: 1 !important;
transform: none !important;
}
}
@media (hover: none) and (pointer: coarse) {
.hovereffect .overlay,
.hovereffect .info {
opacity: 1 !important;
transform: none !important;
}
.hovereffect:hover .overlay,
.hovereffect:hover .info {
opacity: 1 !important;
}
}