/*
Theme Name: Dughult
Author URI: https://wordpress.org/
Description:  Dughult theme is designed for woocoomrece with custom block editors.
Requires at least: WordPress 4.9.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dughult
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

@charset "utf-8";

/* CSS Document */

/* Table of Contents
-----------------------------------------------------------------------------
1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework
*/

/* 1. Clean Base
------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, a, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; text-decoration:none; list-style:none; outline:none; -webkit-font-smoothing: subpixel-antialiased; -webkit-tap-highlight-color:rgba(0,0,0,0);}

html,body { -webkit-text-size-adjust:none; height: 100%; }
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
iframe {vertical-align: top;}
textarea:focus, input:focus, a, div, img { outline: none; }

*,
*:before,
*:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

/* 2. Base Typography
------------------------------------------------------------------------------*/
body{ color:#0c283b; font-size:16px; font-family: 'Lato', sans-serif; font-weight:400; line-height:1.5; background-color: #fff;display: flex;flex-wrap: wrap;}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {color: #0c283b; line-height: 1.4;font-weight:700; font-family: inherit;}

.h1, h1 {font-size:36px;margin-bottom: 20px;}
.h2, h2 {font-size:36px;margin-bottom: 30px;letter-spacing: 3.8px;}
.h3, h3 {font-size:32px;margin-bottom: 18px;}
.h4, h4 {font-size:22px;margin-bottom: 17px;}
.h5, h5 {font-size:20px;margin-bottom: 15px;}
.h6, h6 {font-size:18px;margin-bottom: 10px;}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {color: inherit; text-decoration: none;}

p { color:#5d6476; font-size:16px; font-weight:400; line-height:1.5;  margin-bottom:25px; letter-spacing: 0.2px;}
p:last-child { margin-bottom:0; }

ul{ margin:0;margin-left: 20px; padding:0; }
ul li{ font-size:16px;  color:#0c283b; font-weight:400; line-height:1.5;padding: 0;margin-bottom: 8px; }
ul li:last-child{margin-bottom: 0;}
ul > li { list-style:outside disc; }

ol{ margin:0;margin-left: 20px; padding:0; list-style: none; }
ol li{ font-size:16px;  color:#0c283b; font-weight:400; line-height:1.5;padding: 0;margin-bottom: 8px;  }
ol > li { list-style: outside decimal; }

blockquote{ display:block; text-align:left; margin-bottom:20px; position:relative; background:#f3f3f3; padding:20px 20px; border-left:4px solid #1589cb;line-height: 2;font-size: 20px; font-style: italic;margin-bottom: 25px;}
blockquote p{ font-size:inherit; font-weight:inherit; line-height:inherit; }

hr {border:0 #0c283b solid; border-top-width:1px; clear:both; height:0;margin: 10px auto 40px;}

img{ border:none; max-width: 100%; vertical-align: top; height: auto;}
img[src$=".svg"] {width: 100%;}

/* 4. Link
------------------------------------------------------------------------------*/
a{ color:#c47272; transition: background-color 0.3s ease 0s, color 0.3s ease 0s; }
a:hover{ color:#973333; text-decoration: underline; }
a:focus {outline: none;}

/* 5. Forms
------------------------------------------------------------------------------*/
label {color:#5d6476; font-size:12px; font-weight:400; line-height:1.5;  margin-bottom:5px; display: block;}
input, button { font-family: 'Lato', sans-serif;  }
input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {-webkit-appearance: none; outline: none;}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea { border:none; padding:0 15px; color:#0c283b; font-size:18px; height:32px; font-weight: 400; width: 100%;border-radius: 0;border: 1px solid #dedede;}
textarea{ height:150px; resize:none; overflow: auto; padding: 20px 15px; font-family: 'Lato', sans-serif;}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {border-color: #973333}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {-webkit-appearance: button; cursor: pointer; background-color: #cbcbcb; padding: 0 15px; height: 32px; display: inline-block; vertical-align: top; font-size: 14px; font-weight: 400; line-height: 1.52857143; text-align: center; border: none; text-transform: uppercase; border-radius: 0px; color: #fff; background-color: #c47272; transition: 0.3s;}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {background-color: #973333; color: #fff;}
input[type="search"] {-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-input-placeholder { opacity: 1 !important; color: #808080; }
:-moz-placeholder { opacity: 1 !important; color: #808080; }
::-moz-placeholder { opacity: 1 !important; color: #808080; }
:-ms-input-placeholder { opacity: 1 !important; color: #808080; }
.form-group {margin-bottom: 30px;}

/* buttons */
.btn, .button { display: inline-block; vertical-align: top; padding: 6px 12px;font-size: 14px; font-weight: 400; line-height: 1.52857143; text-align: center; border: none; text-transform: uppercase; border-radius: 0px; color: #fff; background-color: #c47272; }
.btn:hover, .button:hover,
.btn:focus { color: #fff; background-color: #973333; border-color: #973333;text-decoration: none}
.btn-sm {padding: 8px 16px; }
.btn-md {padding: 12px 24px;}
.btn-link { color: #98989c; text-transform: uppercase; font-size: 12px; font-weight: 700; letter-spacing: 2px; border-bottom: 1px solid #98989c; margin-bottom: 2px; }
.btn-link:hover,
.btn-link:focus{ color: #c47272; font-weight: 700; text-decoration: none; border-bottom: 1px solid #c47272; }

/* 6. Tables
------------------------------------------------------------------------------*/
table {border-spacing: 0; border-collapse: collapse;}
td {text-align: left; font-weight: normal;}
.table-responsive {display: block;width: 100%;overflow-x: auto;-webkit-overflow-scrolling: touch;-ms-overflow-style: -ms-autohiding-scrollbar}
.table-bordered{width: 100%;max-width: 100%;text-align: left;}
.table-bordered th,
.table-bordered td{ vertical-align: bottom;border-bottom: 1px solid #ddd;padding: 10px;}

/* 7. Layout Framework
------------------------------------------------------------------------------*/

/* main container */

.container-mini {max-width: 1130px;display: block;margin: 0 auto;width: 100%;padding: 0px 15px;}
.mb-0 {margin-bottom: 0;}
.zoom-out {overflow: hidden;}
.zoom-out img {transition: transform .6s cubic-bezier(.28,.38,0,.81);transform: scale(1);}
.zoom-out:hover > img, .zoom-out:hover > a img, .zoom-out:hover .woocommerce-product-gallery__image a img {transform: scale(1.04);}
#wrapper {
    /* Positioning */
    position: relative;

    /* Box-model */
    width: 100%;
    display: flex;
    flex-wrap: wrap;

    /* Visual */
    justify-content: space-between;
    align-content: space-between;
}

.main-container {
    /* Box-model */
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 100px;

    /* Visual */
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(250,220,215,0.3) 50%, rgba(250,220,215,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(250,220,215,0.3) 50%,rgba(250,220,215,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(250,220,215,0.3) 50%,rgba(250,220,215,1) 100%);
    background-size: 100% 6100px;
}

.container { max-width: 1200px; }
.body-content ul,
.body-content ol{ margin-bottom: 20px; }
.body-content ul ul,
.body-content ul ol,
.body-content ol ol,
.body-content ol ul{ margin-bottom: 0; }

.container { max-width: 1200px; }

/* header */
.main-header {
    /* Box-model */
    width: 100%;
    height: auto;
}

/* responsive nav for small devices */
.hamburger {
    /* Box-model */
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    display: none;

    /* Visual */
    text-align: center;
    background-color: transparent
}

.hamburger:not(.close) {
    /* Positioning */
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0,-50%);

    /* Visual */
    z-index: 99;
}

.hamburger:hover,
.hamburger:focus {
    /* Visual */
    background-color: transparent;
    outline: none;
}

.hamburger .line {
    /* Box-model */
    width: 30px;
    height: 4px;
    display: block;
    margin: 5px auto;

    /* Visual */
    background-color: rgba(12, 40, 59, 0.8);
    border-radius: 2px;
}

.hamburger:hover { cursor: pointer; }

.hamburger.close .wrap {
    /* Positioning */
    position: relative;

    /* Box-model */
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;

    /* Visual */
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #c67676;
}

.hamburger.close .line {
    /* Positioning */
    position: absolute;
    top: 50%;
    transform: rotate(45deg)translate(0,-50%);
    left: 0;
    right: 0;

    /* Box-model */
    height: 1px;
    width: 14px;
    margin: 0 auto;

    /* Visual */
    background-color: #c67676;
    transform-origin: center center;
}

.hamburger.close .line:last-child { transform: rotate(-45deg); }

#menu {
    /* Positioning */
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 9999;

    /* Box-model */
    width: 100%;

    /* Visual */
    background-color: rgba(255, 255, 255, 0.95);
    transition: all 0.3s ease-in-out;
}

#menu .mobile-title {
    /* Box-model */
    padding: 18px 35px;
    margin: 0;
}

#mobilenav.is-open #menu { top: 0; }
#mobilenav .nav-logo { padding: 15px; }

#mobilenav ul,
#mobilenav li {
    /* Positioning */
    position: relative;

    /* Box-model */
    padding: 0;
    margin: 0;

    /* Visual */
    list-style: none;
}

#mobilenav ul ul { display: none; }

#mobilenav .caret {
    /* Positioning */
    position: absolute;
    top: 8px;
    right: 2px;

    /* Box-model */
    display: block;
    width: 36px;
    height: 36px;

    /* Visual */
    cursor: pointer;
}

#mobilenav .caret:not(.trigger-caret) { pointer-events: none; }

#mobilenav .caret:after {
    /* Positioning */
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "\62";

    /* Box-model */
    display: block;
    margin: auto;
    width: 33px;
    height: 33px;

    /* Typography */
    font-family: "dughult-albin" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    font-size: 33px;
    line-height: 1;
}

#mobilenav .caret:after {
    /* Visual */
    transform: rotate(0deg);
    transition: all .2s ease;
}

#mobilenav .is-open > .caret:after { transform: rotate(90deg) }

#mobilenav ul a {
    /* Box-model */
    display: block;
    padding: 14px 40px;

    /* Typography */
    font-size: 16px;
    color: #0c283b;

    /* Visual */
    z-index: 2;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

#mobilenav .has-sub > a { padding-right: 40px; }

#mobilenav li li a {
    /* Box-model */
    padding-left: 55px;

    /* Visual */
    /*color: #dddddd;
    background: #5d6476;*/
    text-decoration: none;

    /* Typography */
    font-size: 14px;
}

#mobilenav li:hover > a,
#mobilenav li.active > a {
    /* Typography */
    color: #c47272;

    /* Visual */
    background-color: #fff;
    text-decoration: none;
}

#mobilenav li:hover > .caret,
#mobilenav li.active > .caret { color: #c47272; }
#mobilenav li li li a { padding-left: 50px; }
#mobilenav .nav-backdrop {
    /* Positioning */
    position: fixed;
    z-index: -1;

    /* Box-model */
    height: 100%;
    width: 100%;

    /* Visual */
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in;
}

#mobilenav.is-open .nav-backdrop {
    /* Visual */
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

#mobilenav .menu-outer {
    /* Box-model */
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding-bottom: 60px;
}

/*----- navigation -----*/

.navigation {
    /* Box-model */
    width: 100%;
    height: auto;
}

.navigation ul {
    /* Box-model */
    padding: 0;
    margin: 0;

    /* Visual */
    list-style: none;
}

.navigation ul li {
    /* Box-model */
    padding: 0;
    margin: 0;

    /* Visual */
    list-style: none;
}


/* header */
.main-header {
    /* Positioning */
    position: absolute;
    top: 0;
    left: 0;

    /* Box-model */
    padding: 14px 60px;

    /* Visual */
    border-bottom: 2px solid rgba(247, 195, 186, 0.07);
    background-color: #fff;
    z-index: 99;
}

.main-header .container {
    /* Positioning */
    position: relative;

    /* Box-model */
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

nav > ul {
    /* Box-model */
    display: flex;
    margin: 0;
}

nav > ul > li {
    /* Positioning */
    position: relative;

    /* Box-model */
    padding: 15px;
    margin: 0 15px 0 0;

    /* Visual */
    list-style: none;
}

nav > ul > li:after {
    /* Positioning */
    position: absolute;
    left: 0px;
    bottom: 0px;

    /* Box-model */
    height: 2px;
    width: 0px;

    /* Typography */
    content: "";

    /* Visual */
    background-color: #c47272;
    transition: 0.3s;
}

nav > ul > li:hover:after,
nav > ul > li.active:after, nav > ul > li.current-menu-item:after, nav>ul>li.current-menu-ancestor:after { width: 100%; }
/*nav ul li:first-child { padding-left: 0px; }*/
nav ul li:last-child { margin-right: 0; }
nav > ul > li.has-sub:before {
    /* Positioning */
    position: absolute;
    top: 100%;
    left: 0;

    /* Box-model */
    height: 26px;
    width: 100%;

    /* Typography */
    content: "";
}

nav > ul > li > a {
    /* Typography */
    font-size: 16px;
    color: #0c283b;
}

nav > ul > li:hover > a, nav > ul > li.active > a, nav > ul > li.current-menu-item > a, nav>ul>li.current-menu-ancestor>a {
    /* Typography */
    color: #c47272;

    /* Visual */
    text-decoration: none;
}

/* drop-down */
nav ul li ul {
    /* Positioning */
    position: absolute;
    top: calc(100% + 24px);
    left: 0;

    /* Box-model */
    margin: 0;
    width: 186px;

    /* Visual */
    z-index: 4;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: 0.3s;
    transform: rotateX(90deg);
    transform-origin: top;
}

nav ul li ul li {
    /* Positioning */
    position: relative;

    /* Box-model */
    display: flex;
    padding: 0;
    margin-bottom: 0;
}

nav ul li ul li:last-child > a {
    /* Visual */
    border-bottom: none;
}

nav ul li ul ul {
    /* Positioning */
    position: absolute;
    left: 0px;
    top: 100%;
    left: 100%;
    top: 0;
}

nav ul li ul li a {
    /* Box-model */
    padding: 10px 65px 10px 15px;
    display: flex;
    width: 100%;
    display: block;

    /* Typography */
    font-size: inherit;
    background-color: #f4e9e9;
    color: #0c283b;

    /* Visual */
    border: none;
    border-bottom: 1px solid #fff;
    text-transform: capitalize;
}

nav ul li:hover > ul {
    /* Box-model */
    margin-top: 0;

    /* Visual */
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: rotateX(0deg);
}

nav ul li ul li:hover > a {
    /* Typography */
    background-color: #fff;
    color: #c47272;

    /* Visual */
    text-decoration: none;
}

.has-sub-drop {
    /* Positioning */
    position: relative;
}

.has-sub-drop:before {
    /* Positioning */
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translate(0,-50%);

    /* Typography */
    font-size: 30px;
}

.main-header .logo {
    /* Positioning */
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0,-50%);

    /* Box-model */
    max-width: 237px;
    width: 100%;
}

.main-header .logo a { display: block; }
.icon-btns {
    /* Typography */
    font-size: 0;
}

.log-in-btn {
    /* Box-model */
    margin-right: 44px;

    /* Typography */
    color: #0c283b;
}

.extra-links {
    /* Box-model */
    display: flex;
}

.extra-links ul {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 0;
}

.extra-links ul li {
    /* Box-model */
    margin-bottom: 0;
    margin-right: 25px;

    /* Visual */
    list-style: none;
}

.fill-btn .slick-arrow:hover {
    /* Visual */
    animation-name: pulse2;
    animation-duration: 0.4s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.fill-btn .slick-arrow {
    /* Box-model */
    display: inline-block;
    vertical-align: top;

    /* Visual */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
/* Pulse2 */
@keyframes pulse2 {
    25% {
        transform: translate(0,-50%) scale(1.1);
    }
    75% {
        transform: translate(0,-50%) scale(0.9);
    }
}

/* Pulse */
@keyframes pulse {
    25% {
        transform: scale(1.1);
    }
    75% {
        transform: scale(0.9);
    }
}
.pulse {
    /* Box-model */
    display: inline-block;
    vertical-align: top;

    /* Visual */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.pulse:hover {
    /* Visual */
    animation-name: pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

/* Push */
@keyframes push {
    50% {
        transform: scale(0.8);
    }
    100% {
        transform: scale(1);
    }
}
.icon:not(.icon-arrow-right) {
    /* Box-model */
    display: inline-block;

    /* Visual */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.icon:not(.icon-arrow-right):hover {
    /* Visual */
    animation-name: push;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

.extra-links ul li a:before, .extra-links ul li span:before{
    /* Box-model */
    display: inline-block;
    vertical-align: top;

    /* Typography */
    font-size: 22px;
    color: #3d5362;
    line-height: 1;
}

.extra-links ul li a:hover {
    /* Typography */
    text-decoration: none;
}

.extra-links ul li:last-child {
    /* Box-model */
    margin-right: 0;
}
.icon-cart:before {
    /* Box-model */
    display: inline-block;
    vertical-align: middle;
}

.icon-num {
    /* Box-model */
    display: inline-block;
    vertical-align: middle;

    /* Typography */
    font-size: 14px;
    color: #59636a;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

/* header search */
body.is-open {
    /* Positioning */
    /*position: fixed;
    left: 0;
    top: 0;*/

    /* Box-model */
    /*width: 100%;*/
}

.accounts-popup {
    /* Positioning */
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;

    /* Box-model */
    width: 100%;

    /* Visual */
    opacity: 0;
    z-index: 9999;
    pointer-events: none;
    transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
}

body.is-open .accounts-popup.is-open {
    /* Visual */
    opacity:1;
    pointer-events: auto;
    transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;
}
/*.accounts-popup .accounts-drawer{ right: -100%; }*/
.accounts-popup.is-open .accounts-drawer{
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.ac-form { opacity: 0;visibility: hidden;display: none;transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s;position: absolute;top: 0;width: 100%;}
.ac-form.ac-open {
    opacity: 1;
    visibility: visible;
    display: block;
}
.accounts-bg {
    /* Positioning */
    position: absolute;
    left: 0;
    top: 0;

    /* Box-model */
    width: 100%;
    height: 100%;

    /* Visual */
    background-color: rgba(0, 0, 0, 0.4);
}

.login-drawer {
    /* Positioning */
    /*position: relative;*/

    /* Box-model */
    padding-bottom: 45px;
}

.accounts-drawer {
    /* Positioning */
    position: absolute;
    top: 0;
    left: auto;
    right: 0;

    /* Box-model */
    height: 100%;
    width: 720px;
    max-width: 100%;
    padding: 40px 60px 65px 60px;

    /* Visual */
    background-color: rgba(251, 235, 214, 0.97);
    z-index: 9;
    overflow: auto;
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s,-webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.accounts-wrapper {
    /* Positioning */
    position: relative;
    padding-bottom: 20px;
    min-height: 100%;
}

.account-title {
    /* Positioning */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 70px;
}

.account-title .close-btn {
    /* Box-model */
    width: 60px;
    height: 64px;

    /* Typography */
    font-size: 60px;
    line-height: 1.3;

    /* Visual */
    border-radius: 50%;
    overflow: hidden;
}

.account-title .close-btn:hover { text-decoration: none; }
.accounts-wrapper .account-title span {
    /* Box-model */
    margin-bottom: 0;
    width: calc(100% - 60px);

    /* Typography */
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}

.form-links {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.form-cell {
    /* Box-model */
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;

    /* Visual */
    list-style: none;
}

.login-drawer .form-cell input[type="password"] { margin-bottom: 8px; }
.form-link {
    /* Typography */
    font-size: 12px;

    /* Visual */
    text-align: right;
}

.top-spacing { padding-top: 30px; }
.form-links input[type="submit"], .w-login-btn {
    /* Positioning */
    width: 100%;
    margin-bottom: 20px;
}

/*.creat-account-drawer { display: none; }*/
.woocommerce-notices-wrapper { display: block; }

.cart-drawer {
    /* Positioning */
    position: relative;

    /* Box-model */
    min-height: 100%;
    /*display: none;*/
    padding-bottom: 62px;
}

.cart_item {
    /* Positioning */
    display: flex;
    flex-wrap: wrap;

    /* Box-model */
    margin-bottom: 15px;

    /* Visual */
    background-color: #fcf0df;
}

.product-sub {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.product-thumbnail {
    /* Box-model */
    max-width: 130px;
    width: 100%;
}

.product-detail {
    /* Box-model */
    width: calc(100% - 130px);
    padding: 30px 30px 30px 60px;
}

.product-pricing {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
}

.product-sub .product-description { width: 65%; }
.product-sub .product-subtotal { width: 35%; }
.product-sub .product-description label{
    /* Box-model */
    margin-bottom: 0;

    /* Typography */
    font-size: 14px;
    line-height: 1.9;
}

.product-quantity {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.product-quantity .screen-reader-text { margin-bottom: 0; }

.product-quantity input[type="number"] {
    /* Box-model */
    width: auto;
    max-width: 70px;
    height: 26px;

    /* Typography */
    font-size: 14px;
    line-height: 1.9;

    /* Visual */
    background-color: transparent;
    border: none;
}

.product-measure {
    /* Box-model */
    display: flex;
    align-items: center;

    /* Typography */
    font-size: 14px;
}

.product-remove, .data-remove { text-align: right; }
.product-remove .remove {
    /* Box-model */
    display: flex;
    align-items: center;
    justify-content: flex-end;

    /* Typography */
    font-size: 14px;
    float: right;
}

.product-remove .remove:hover { text-decoration: none; }
.product-measure label { margin-right: 5px; }
.product-remove .remove em { margin-right: 15px; }
.product-remove .remove .icon {
    /* Typography */
    font-size: 16px;
    line-height: 0.8;
}

/*.white-list-drawer { display: none; }*/
.cart-inner {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.cart-inner p { margin-bottom: 0; }
.order-total {
    /* Box-model */
    margin-top: 25px;

    /* Typography */
    font-size: 18px;
    font-weight: bold;
}

.cart-drawer .woocommerce-cart-form, .woocommerce-cart-data {
    /* Box-model */
    margin-bottom: 30px;
    padding-bottom: 15px;

    /* Visual */
    border-bottom: 2px solid #fff;
}

.cart-btns {
    /* Positioning */
    position: absolute;
    bottom: 0;
    left: 0;

    /* Box-model */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.cart-btns .btn {
    /* Box-model */
    width: calc(50% - 24px);
    padding: 16px;

    /* Typography */
    line-height: 2;
}

.btn-fill {
    background-color: #c47272;
    border: 1px solid transparent;
}

.btn-fill:hover {
    /* Typography */
    color: #c47272;

    /* Visual */
    text-decoration: none;
    background-color: #fff;
    border-color: #be6f6f;
}

.search-drawer .search-popup {
    /* Visual */
    background-color: transparent;
    border-width: 0 0 2px 0;
    border-color: #fff;
}

.search-drawer input:focus { border-color: #fff; }
/*.search-drawer { display: none; }*/
.cart-collaterals, .wc-cart-collaterals { margin-bottom: 50px; }

/*----- stickey header-----*/
.main-header.stuck {
    /* Positioning */
    position: fixed;
    margin-top: -100px;

    /* Visual */
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.7);
    transform: translate(0px, 100px);
    transition: transform 0.5s ease;
}

.main-header.stuck .container { height: 40px; }
.main-header.stuck .logo { max-width: 150px; }
.main-header.stuck nav ul li.has-sub:before {height: 8px;}
.main-header.stuck nav ul li:hover > ul {top: calc(100% + 8px);}
.main-header.stuck nav ul li ul ul { top: 0 !important; }
.main-header.stuck nav ul li ul ul { top: 0; }

/*----- footer -----*/

.main-footer {
    /* Positioning */
    position: relative;

    /* Box-model */
    width: 100%;
    height: auto;
    padding-top: 120px;
    padding-bottom: 60px;

    /* Visual */
    line-height: normal;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.main-footer:before {
    /* Positioning */
    position: absolute;
    left: 0;
    top: 0;

    /* Box-model */
    width: 100%;
    height: 100%;

    /* Typography */
    content: "";

    /* Visual */
    background-color: rgba(247, 195, 186, 0.84);

}

.main-footer:after {
    /* Positioning */
    position: absolute;
    left: 0;
    bottom: 0;

    /* Box-model */
    width: 293px;
    height: 310px;
    max-width: 100%;

    /* Typography */
    content: "";

    /* Visual */
    background-image: url(https://dughult.se/wp-content/themes/dughult/images/footer-logo-new.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100%;
}

.main-footer .container {
    /* Positioning */
    position: relative;

    /* Visual */
    z-index: 1;
}

.footer-column {
    /* Box-model */
    padding-left: 50px;
    padding-right: 50px;
    width: 100%;
}

.main-footer span {
    /* Typography */
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}
.main-footer .footer-social-icons span {
    /* Box-model */
    margin-bottom: 22px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.footer-top { margin-bottom: 45px; }
.footer-logo {
    /* Box-model */
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}

.address-block address {
    /* Typography */
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
    font-style: normal;
}

.address-block a {
    /* Typography */
    font-size: 14px;
    color: #fff;
}

.address-block a:hover {
    /* Typography */
    color: #973333;

    /* Visual */
    text-decoration: none;
}

.footer-links-wrapper {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    /* Typography */
    font-size: 0;
}

.footer-links-wrapper h6 { margin-bottom: 0px; }
.address-block ,
.footer-links { width: 50%; }
.footer-links ul { margin: 0; }
.footer-links ul li {
    /* Box-model */
    margin-bottom: 0;

    /* Typography */
    line-height: 1.3;

    /* Visual */
    list-style: none;
}

.footer-links ul li a {
    /* Typography */
    font-size: 14px;
    color: #fff;
}

.footer-links ul li a:hover {
    /* Typography */
    color: #973333;

    /* Visual */
    text-decoration: none;
}

.social-icons { margin-bottom: 30px; }
.social-icons ul {
    /* Box-model */
    display: flex;
    margin: 0;
}

.social-icons ul li {
    /* Positioning */
    margin-right: 33px;

    /* Typography */
    line-height: 0;

    /* Visual */
    list-style: none;
}

.social-icons ul li:last-child { margin-right: 0; }
.social-icons ul li a {
    /* Box-model */
    padding-left: 1px;

    /* Typography */
    font-size: 32px;
    color: #fff;
    line-height: 0.8;
}

.social-icons ul li a:hover {
    /* Typography */
    color: #973333;

    /* Visual */
    text-decoration: none;
}

.footer-bottom h6 {
    /* Box-model */
    margin-bottom: 0;

    /* Typography */
    color: #f9e8e4;
}

.footer-bottom p {
    /* Typography */
    color: #f9e8e4;
    font-size: 14px;
}

.safe-pay-block a {
    /* Box-model */
    max-width: 112px;
    display: inline-block;
    vertical-align: middle;
}

/*--------- home page ---------*/

/* banner part */
.banner-slider .banner-slide { position: relative; }
.banner-img {
    /* Positioning */
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;

    /* Box-model */
    width: 100%;
    height: 100%;

    /* Visual */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.banner-slider .banner-content {
    /* Box-model */
    height: calc(100vh - 99px);
    display: flex;
    align-items: center;justify-content: center;
    max-height: 785px;
}

.banner-slide .container {
    /* Visual */
    position: relative;
    z-index: 1;

    /* Typography */
    text-align: center;
}

.banner-content {
    /* Box-model */
    max-width: 650px;
    margin: 0 auto;
}

.banner-content h1, .banner-content .h1 {
    /* Typography */
    font-size: 80px;
    font-weight: 300;
    color: #fff;
}

.banner-slider.plain-arrow .slick-arrow { background-color: transparent; }
.slick-arrow {
    /* Positioning */
    position: absolute;
    top: 50%;
    transform: translate(0,-50%) scale(1);

    /* Box-model */
    width: 50px;
    height: 50px;
    padding: 0;

    /* Typography */
    font-size: 0;
    color: #fff;

    /* Visual */
    z-index: 99;
    transition: 0.3s;
}

.slick-arrow:hover {
    /* Typography */
    color: #0c283b;

    /* Visual */
    text-decoration: none;
}

.slick-arrow:focus {
    /* Visual */
    border: none;
    box-shadow: none;
    outline: none;
}

.slick-arrow:before {
    /* Positioning */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);

    /* Box-model */
    display: inline-block;
    vertical-align: middle;

    /* Typography */
    font-family: "dughult-albin" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 50px;
}

.slick-prev{ left: 30px; }
.slick-prev:hover { left: 20px; }
.slick-prev:before { content: "\61"; }
.slick-next { right: 30px; }
.slick-next:hover { right: 20px; }
.slick-next:before { content: "\62"; }
.slick-dots {
    /* Positioning */
    position: absolute;
    bottom: 130px;
    left: 0;
    right: 0;

    /* Box-model */
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.slick-dots li {
    /* Box-model */
    margin-bottom: 0;
    margin-right: 10px;

    /* Typography */
    line-height: 1;

    /* Visual */
    list-style: none;
}

.slick-dots li button {
    /* Positioning */
    position: relative;

    /* Box-model */
    padding: 0;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    overflow: hidden;

    /* Typography */
    font-size: 0;

    /* Visual */
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 0.5;
    transition: 0.2s;
}

.slick-dots li button:before {
    /* Positioning */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    /* Box-model */
    margin: auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;

    /* Visual */
    background-color: #fff;
    transition: 0.2s;

    /* Typography */
    content: "";
}

.slick-dots li button:focus {
    /* Visual */
    box-shadow: none;
    outline: none !important;
}

.slick-dots li.slick-active button,
.slick-dots li:hover button {
    /* Visual */
    opacity: 1;
}

.slick-dots li.slick-active button:before,
.slick-dots li:hover button:before {
    /* Box-model */
    width: 13px;
    height: 13px;
}

/* category-banner */

.category-banner {
    /* Positioning */
    position: relative;
    margin-top: -110px;
}

.flower-bg-1 {
    /* Positioning */
    position: absolute;
    right: -30px;
    top: -37%;

    /* Box-model */
    width: 17%;
    height: 100%;

    /* Visual */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center right;
    pointer-events: none;
    z-index: 98;
}

.category-banner .grid {
    /* Box-model */
    margin: 0 auto;
}

.category-banner .grid-item {
    /* Box-model */
    /*display: inline-block;
    vertical-align: top;*/
    min-width: 266px;
    /*margin: 0 auto;*/

    /* Visual */
    border: 0.8vw solid #fff;
}

.category-banner .grid-item img { width: 100%;}
.category-banner .grid-item .category-tag {
    /* Positioning */
    position: absolute;
    bottom: 60px;
}

.category-banner .grid-item .category-tag {
    /* Positioning */
    position: absolute;
    bottom: 60px;
    left: 0;

    /* Box-model */
    padding: 4px 65px 4px 20px;

    /* Visual */
    background-color: #c47272;
}

.category-banner .grid-item .category-tag span, .category-banner .grid-item .category-tag a {
    /* Typography */
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
}

/* common-story-block */
.common-story-block { position: relative; }
.our-story { margin-bottom: 75px; }
.flower-bg-2 {
    /* Positioning */
    position: absolute;
    left: -30px;
    top: -48px;

    /* Box-model */
    width: 11%;
    height: 1051px;

    /* Visual */
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
}

.common-story-wrapper {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 88%;
    margin-left: auto;
}

.story-part {
    /* Box-model */
    width: 48%;
    padding-top: 153px;
}

.common-story-img {
    /* Positioning */
    position: relative;

    /* Box-model */
    width: 42%;
    max-width: 540px;

}

.common-story-img img { width: 100%; }
.top-img {
    /* Positioning */
    position: relative;

    /* Box-model */
    max-width: 340px;
    width: 65%;

    /* Visual */
    border: 0.8vw solid #fff;
    z-index: 1;
}

.bottom-img {
    /* Positioning */
    position: absolute;
    top: 57%;
    bottom: auto;
    right: 0;

    /* Box-model */
    max-width: 273px;
    width: 55%;

    /* Visual */
    border: 0.8vw solid #fff;
}

.bottom-img img {
    /* Positioning */
    position: relative;

    /* Visual */
    z-index: 2;
}

.sweden-logo {
    /* Positioning */
    position: relative;
    left: -60px;

    /* Box-model */
    max-width: 240px;
    width: 100%;
    margin-top: 30px;
}

.top-border {
    /* Positioning */
    position: relative;

    /* Box-model */
    padding-top: 25px;

    /* Typography */
    text-transform: uppercase;
    font-weight: 400;
}

.our-story .common-story-wrapper .top-border { padding-top: 46px; }
.top-border:before {
    /* Positioning */
    position: absolute;
    top: 0;
    left: 0;

    /* Box-model */
    width: 75px;
    height: 2px;

    /* Typography */
    content: "";

    /* Visual */
    background-color: #c47272;
}

.top-border.center:before {
    /* Positioning */
    right: 0;
    left: 0;
    margin: 0 auto;
}

.read-more-btn {
    /* Positioning */
    position: relative;

    /* Box-model */
    padding-right: 80px;

    /* Visual */
    transition: 0.3s;
}

.read-more-btn:before {
    /* Positioning */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);

    /* Typography */
    content: "\62";
    font-size: 38px;
    font-family: "dughult-albin" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;

    /* Visual */
    transition: 0.3s ease;
}

.read-more-btn:hover:before { right: 0; }

.read-more-btn:hover { text-decoration: none; }
.boxes-inputs-wrapper { max-width: 1056px; }
.boxes-inputs-block .boxes-img.has-inner-overlay { height: 70%; }
.boxes-inputs-block .boxes-img {
    /* Positioning */
    position: relative;

    /* Box-model */
    height: 100%;

    /* Visual */
    border: 0.8vw solid #fff;
}

.boxes-inputs-block .boxes-img img {
    /* Box-model */
    width: 100%;
    height: 100%;

    /* Visual */
    object-fit: cover;
}

.overlay-content {
    /* Positioning */
    position: absolute;
    left: 0;
    top: 0;

    /* Box-model */
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.overlay-inner {
    /* Box-model */
    max-width: 315px;
    text-align: center;
}

.overlay-inner h6 {
    /* Box-model */
    margin-bottom: 12px;

    /* Visual */
    color: #fff;
    letter-spacing: 2px;
}

.overlay-inner p { color: #fff; }
.arrow-btn {
    /* Box-model */
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 38px;
    margin: 0 auto;

    /* Typography */
    font-size: 38px;
    color: #fff;
    height: 16px;

    /* Visual */
    transition: 0.3s;
}

.option-link .icon-arrow-right { transition: 0.3s; }
.arrow-btn:hover { transform: translate(15px,0px); }
.option-link:hover .icon-arrow-right { transform: translate(5px,0px); }
.option-link .icon-heart-o {transform: scale(1);}
.option-link:hover .icon-heart-o { transform: scale(0.8); }
.arrow-btn:before {
    /* Box-model */
    height: 15px;
    display: flex;
    align-items: center;
}

.arrow-btn:hover {
    /* Typography */
    color: #c47272;

    /* Visual */
    text-decoration: none;
}

.see-collections {
    /* Box-model */
    max-width: 350px;
    padding: 30px;
    height: 30%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;

    /* Typography */
    border: 0.8vw solid #fff;
    text-align: center;
    background-color: #c0dfe8;
}

.see-collections h6 { color: #fff; }

/* common-story-block right */
.common-story-block.right .common-story-wrapper {
    /* Box-model */
    margin-left: 0;
    margin-right: auto;
    max-width: 1215px;
    width: 100%;
}

.dress-designer-1 {
    /* Positioning */
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translate(0,-50%);

    /* Box-model */
    width: 20vw;

    /* Visual */
    pointer-events: none;
    z-index: 9;
}

.dress-designer-1 img { width: 100%; }

.common-story-block.right .common-story-img { order: 1; }
.common-story-block.right .story-part {
    /* Box-model */
    width: 38%;
    padding: 8% 0 0 30px;

    /* Visual */
    order: 2;
}

.common-story-block.our-story .common-story-img .story-inner-img { min-height: auto; }
.we-design .common-story-wrapper { justify-content: flex-start; }
.we-design .story-part {
    /* Box-model */
    width: 50%;
    padding: 0;
}

.we-design .top-border {
    /* Positioning */
    position: relative;

    /* Box-model */
    margin-left: -40%;
    max-width: 630px;

    /* Typography */
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: inherit;
}

.we-design {
    /* Box-model */
    height: 860px;
    display: flex;
    align-items: center;
}

.story-inner-img {
    /* Positioning */
    position: relative;

    /* Box-model */
    max-width: 512px;
    /*min-height: 540px;*/
}

.cloth-slider {
    /* Box-model */
    max-width: 1175px;
    display: block;
    margin: 0 auto;
}

.cloth-slider .slick-list { margin: 0 -15px; }
.cloth-slides { padding: 0 15px; }
.cloth-slides img { width: 100%; }
.fill-btn .slick-arrow {
    /* Box-model */
    width: 74px;
    height: 74px;
    border-radius: 50%;
    overflow: hidden;

    /* Visual */
    background-color: rgba(255, 255, 255, 0.6);

    /* Typography */
    color: #c47272;

}

.fill-btn .slick-arrow:before {
    /* Positioning */
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;

    /* Box-model */
    margin: 0 auto;

    /* Visual */
    transform: translate(0,-50%);

    /* Typography */
    font-size: 38px;
}

.fill-btn .slick-arrow {
    /* Box-model */
    display: flex;
    justify-content: center;
    align-items: center;
}

.fill-btn .slick-arrow:hover { background-color: rgba(255, 255, 255, 1); }
.fill-btn .slick-prev { left: -104px; }
.fill-btn .slick-next { right: -104px; }
.cloth-spin-block { margin-bottom: 115px; }
.cloth-spin-block .top-border {
    /* Box-model */
    margin-bottom: 65px;

    /* Typography */
    font-weight: 700;
}

/* insta-block */
.insta-block .container {
    /* Box-model */
    padding-left: 0;
    padding-right: 0;
}

.insta-block .top-border {
    /* Box-model */
    margin-bottom: 75px;

    /* Typography */
    font-weight: 700;
}
.insta-img-wrapper {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 60px;
}

.insta-mini {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    width: 33.33%;
}

.insta-large { width: 33.33%; }
.insta-mini .single-items { width: 50%; }
[class^="insta-"] .single-items { padding: 5px; }
.insta-mini .single-items .insta-decor , .insta-large .single-items .insta-decor {
    /* Box-model */
    display: inline-block;
    vertical-align: top;
    width: 100%;

    /* Visual */
    border: 0.7vw solid #fff;
}

.insta-large .single-items { height: 100%; }
[class^="insta-"] .single-items img {
    /* Box-model */
    width: 100%;
    height: 100%;

    /* Visual */
    object-fit: cover;
    object-position: center;
}

.insta-large .single-items .insta-decor { height: 100%; }
.insta-large .insta-decor { box-shadow: 0px 0px 10px rgba(12, 40, 59, 0.5); }
.insta-inner .insta-details {
    /* Box-model */
    max-width: 870px;
    display: block;
    margin: 0 auto;
}

.insta-inner {
    /* Box-model */
    padding-top: 60px;
    padding-bottom: 77px;
}

.insta-inner .insta-details h2,
.insta-inner .insta-details h6 {
    /* Box-model */
    margin-bottom: 0;

    /* Typography */
    font-size: 14px;
    line-height: 1.4;
    color: #5d6476;
}

.insta-inner .insta-details p {
    /* Typography */
    font-size: 14px;
    line-height: 1.4;
}

/* categories */
.breadcrumbs-shop {
    /* Typography */
    text-align: left;
    font-style: italic;
    color: #5d6476;
    text-transform: capitalize;
    margin-top: 25px;
}

.breadcrumbs-shop a {
    /* Typography */
    font-style: italic;
    color: #5d6476;
    text-transform: capitalize;
}

.breadcrumbs-shop a:hover {
    /* Typography */
    color: #973333;
    text-decoration: none;
}

.content-banner { padding: 40px 0; }
.inner-content { padding: 75px 0; }
.all-items-categories { margin-bottom: 75px; }
.all-items-categories .all-items { margin-bottom: 35px; }
.all-items ul {
    /* Box-model */
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
}

.all-items ul li {
    /* Box-model */
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.all-items a {
    /* Box-model */
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    padding-bottom: 14px;

    /* Typography */
    font-size: 16px;
    line-height: 26px;
}

.all-items li:last-child a { margin-right: 0; }
.all-items li.active a,
.all-items li a.active,
.woocommerce-MyAccount-navigation li.active a,
.woocommerce-MyAccount-navigation li.is-active  a,
.woocommerce-MyAccount-navigation li a.is-active  {
    /* Typography */
    font-size: 16px !important;
    /*border-bottom: 2px solid #c47272;*/
    font-weight: 700;
}

.all-items .active:hover,
.all-items li.active a:hover,
.woocommerce-MyAccount-navigation .active:hover,
.woocommerce-MyAccount-navigation li.active a:hover{
    /* Typography */
    /*border-color: #973333;
    text-decoration: none;*/
}

.all-items li:hover,
.all-items li a:hover,
.woocommerce-MyAccount-navigation li:hover,
.woocommerce-MyAccount-navigation li a:hover{
    /* Typography */
    border-color: #973333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
}

.items-wrapper {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px;
}

.items-wrapper .single-item {
    /* Box-model */
    width: 33.33%;
    padding: 0 11px;
    margin-bottom: 30px;
}

.items-wrapper .single-item:hover .overlay-icon, .other_slide .single-item:hover .overlay-icon {
    /* Visual */
    opacity: 1;
    visibility: visible;
}

.items-wrapper .item-img {
    /* Positioning */
    position: relative;

    /* Box-model */
    margin-bottom: 20px;

    /* Visual */
    border: 1px solid #f9eae7;
}

.items-wrapper .item-img img { width: 100%; }
.items-wrapper .item-img .tag, .sale-order.tag, .pre-order.tag {
    /* Positioning */
    position: absolute;
    bottom: 7px;
    left: 7px;

    /* Box-model */
    width: 83px;
    height: 83px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;

    /* Typography */
    font-size: 12px;
    font-weight: 700;
    color: #0c283b;
    text-transform: uppercase;

    /* Visual */
    border-radius: 50%;
    word-break: break-all;
}

.items-wrapper .item-img .pre-order.tag {background-color: #c1dfe8;}
.items-wrapper .item-img .sale-order.tag, .sale-order.tag {
    /* Typography */
    color: #fff;

    /* Visual */
    background-color: #c64648;
    word-break: break-all;
}
.overlay-icon {
    /* Positioning */
    position: absolute;
    top: 0;
    left: 0;

    /* Box-model */
    display: flex;
    flex-direction: column;

    /* Visual */
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.overlay-icon ul { margin-left: 0; }
.overlay-icon ul li {
    /* Box-model */
    margin-bottom: 0;
    /* Visual */
    list-style: none;
}

.overlay-icon a {
    /* Box-model */
    width: 60px;
    height: 45px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 0 !important;
    /* Visual */
    background-color: rgba(23, 40, 59, 0.3);
    /* Typography */
    font-size: 28px;
    color: #fff;
}

.overlay-icon a.view-icon { font-size: 33px; }
.overlay-icon li:hover, .overlay-icon li a:hover { background-color: rgba(23, 40, 59, 1); }
.overlay-icon li a:hover { text-decoration: none; }
.overlay-icon a.wishlistexistsbrowse-added {
    /* Visual */
    text-decoration: none;
    background-color: rgba(23, 40, 59, 1);
}

.item-title {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 7px;
}

.item-title .title { width: 60%; }
.item-title h6, .item-title .h6 { margin-bottom: 0; }
.wishlist-data .wishlist_table .cart_item .product-price del, .accounts-wrapper .cart-drawer .cart_item .product-detail .product-sub .product-subtotal del, .accounts-drawer .cart-drawer .cart_item .product-price del, .accounts-drawer .cart-drawer .wc_mini_cart_item .product-detail .product-subtotal del { margin-right: 0px; }
.item-amount del *, .wishlist_table .cart_item .product-price del, .cart-drawer .cart_item .product-detail .product-sub .product-subtotal del, .shop_table .product-detail .product-sub .product-subtotal del, .wc_mini_cart_item  .product-detail .product-subtotal del {text-decoration: line-through;color: #b4bdd3 !important; margin-right: 2px;}
.single-item .yith-wcwl-add-to-wishlist{margin-top: 0;}
.item-amount {
    /* Box-model */
    width: 40%;

    /* Visual */
    text-align: right;
}

.item-title .item-amount span {
    /* Typography */
    color: #0c283b;
    font-size: 14px;
    font-weight: 700;
}

/* Kontakt */
.inner-banner { margin-bottom: 90px; }
.inner-banner-bg {
    /* Box-model */
    height: calc(100vh - 99px);
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 785px;

    /* Visual */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.inner-banner-content {
    /* Box-model */
    padding: 60px 45px 75px;
    margin-top: -105px;

    /* Visual */
    background-color: #fff;
}

.inner-banner .breadcrumbs, .blog-inner-banner .breadcrumbs { margin-top: 35px; }
.breadcrumbs {
    /* Typography */
    text-align: left;
    font-style: italic;
    color: #5d6476;
    text-transform: capitalize;
}

.breadcrumbs a {
    /* Typography */
    font-style: italic;
    color: #5d6476;
    text-transform: capitalize;
}

.breadcrumbs a:hover { color: #973333;text-decoration: none; }
.inner-banner-content .top-border {
    /* Box-model */
    padding-top: 46px;
    margin-bottom: 32px;

    /* Typography */
    font-weight: 400;
    letter-spacing: 5px;
}

.inner-banner-content > p { margin-bottom: 28px; }
.contact-inner h6 {
    /* Box-model */
    margin-bottom: 0;

    /* Typography */
    font-size: 16px;
    font-weight: 700;
    color: #5d6476;
}

.contact-inner p { margin-bottom: 0; }
.contact-inner p a { color: #5d6476; }
.contact-inner p a:hover {
    /* Typography */
    color: #973333;
    text-decoration: none;
}

.map-block { margin-bottom: 155px; }
.google-map {
    /* Box-model */
    height: 600px;
    width: 100%;

    /* Visual */
    border: 0.3vw solid #fff;
}

.headquarters-block { margin-bottom: 70px; }
.headquarters-block .top-border { padding-top: 40px; }
.headquarters-block address {
    /* Typography */
    color: #5d6476;
    font-size: 16px;
    font-style: normal;
}

.follow-us-block { margin-bottom: 90px; }
.light-blue-bg { background-color: #dbe5e8; }
.follow-us-block .follow-us-wrapper {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1130px;
}

.follow-us-detail {
    /* Positioning */
    position: relative;

    /* Box-model */
    width: 60%;
    padding-left: 13%;
    padding-top: 50px;
}

.follow-us-img {
    /* Box-model */
    width: 39%;
    margin-top: -65px;

    /* Visual */
    border: 0.3vw solid #fff;
    align-self: flex-start;
}

.follow-us-img img { width: 100%; }
.follow-icon {
    /* Positioning */
    position: absolute;
    left: 0;

    /* Box-model */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 111px;
    width: 22%;
}


.follow-icon a {
    /* Box-model */
    margin-bottom: 40px;

    /* Typography */
    /*font-size: 58px;*/
    font-size: 32px;
    color: #fff;
    line-height: 0.8;
}

.follow-icon a:hover {
    /* Typography */
    color: #973333;

    /* Visual */
    text-decoration: none;
}

.follow-icon a:last-child { margin-bottom: 0; }
.showroom-img { margin-bottom: 70px; }
.showroom-img img {
    /* Box-model */
    width: 100%;
    display: block;
}

.showroom-detail { max-width: 700px; }
.showroom-block { margin-bottom: 140px; }

/* kundklubb */
.subscribe-form { margin-bottom: 100px; }
.subscribe-wrapper {
    /* Box-model */
    padding: 50px 65px 85px;

    /* Visual */
    background-color: #fbebd7;
}

.subscribe-wrapper form { max-width: 565px; }
.gform_body {
    /* Box-model */
    margin: 0 -15px;

    /* Typography */
    font-size: 0;
}

.gfield {
    /* Box-model */
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 30px;
}

.gfield.w-100, .form-cell.w-100 { width: 100%; }
.gfield_checkbox input[type="checkbox"] ,
.checkbox input[type="checkbox"]{
    /* Box-model */
    display: none;

    /* Visual */
    opacity: 0;
    visibility: hidden;
}

.gfield_checkbox label , .checkbox label {
    /* Positioning */
    position: relative;

    /* Visual */
    cursor: pointer;
}

.gfield_checkbox label span , .checkbox label span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 65px);
}

.gfield_checkbox label:before , .checkbox label:before {
    /* Positioning */
    left: 0;
    top: 0;

    /* Box-model */
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    width: 35px;
    margin-right: 20px;

    /* Typography */
    content: "";

    /* Visual */
    background-color: #fff;
    cursor: pointer;
}

.gfield_checkbox input[type="checkbox"]:checked,
.checkbox input[type="checkbox"]:checked,
.gfield_checkbox label:after ,
.checkbox label:after,
.gfield_checkbox input[type="checkbox"]:not(:checked),
.checkbox input[type="checkbox"]:not(:checked){
    /* Positioning */
    position: absolute;
    left: 5px;
    top: 8px;

    /* Box-model */
    height: 17px;
    width: 24px;

    /* Typography */
    content: "";

    /* Visual */
    /*background-image: url(assets/images/true.png);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 0.4s;
}

.gfield_checkbox input[type="checkbox"]:not(:checked) + label:after ,
.checkbox input[type="checkbox"]:not(:checked) + label:after {
    /* Visual */
    opacity: 0;
    visibility: hidden;
}

.gfield_checkbox input[type="checkbox"]:checked + label:after,
.checkbox input[type="checkbox"]:checked + label:after {
    /* Visual */
    opacity: 1;
    visibility: visible;
}

.gform_footer input[type="submit"] { width: 100%; }
/* mina-sidor */

.inner-categories { margin-bottom: 150px; }
.inner-categories .all-items { margin-bottom: 55px; }
.inner-content .top-border {
    /* Box-model */
    padding-top: 30px;

    /* Typography */
    font-weight: 700;
}
/* om-oss */

.common-story-img.left-img .top-img {
    /* Box-model */
    margin-left: auto;
    margin-right: 0;

    /* Visual */
    border: none;
}

.common-story-img.left-img .bottom-img {
    /* Positioning */
    left: 0;

    /* Visual */
    border: none;
}

.history-story .story-part { width: 55%; }
.history-story .story-inner-img { margin-left: auto; }
.history-story .story-part { padding-top: 0; }
.history-story { margin-bottom: 230px; }
.no-border { border: none; }
.pink-ng { background-color: #f7c3ba; }
.quality-block { margin-bottom: 140px; }
.quality-img {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px 95px;
}

.quality-img .single-img {
    /* Box-model */
    width: 50%;
    padding: 0 12px;
}

.quality-img .single-img img {
    /* Box-model */
    width: 100%;
    display: block;
}

.quality-inner { max-width: 680px; }
.common-story-block.design-story .story-part {
    /* Box-model */
    width: 58%;
    padding-top: 0;
}

.follow-us-block {
    /* Box-model */
    margin-bottom: 90px;
    padding-bottom: 80px;
}

.common-story-block.design-story { margin-bottom: 270px; }
.dark-blue-ng { background-color: #c1dfe8; }
.follow-us-block.right-img .follow-us-img {
    /* Box-model */
    width: 45%;

    /* Visual */
    order: 2;
}

.follow-us-block .follow-us-wrapper {
    /* Box-model */
    width: 100%;
    max-width: 1090px;
}

.follow-us-block.right-img .follow-us-detail {
    /* Box-model */
    width: 55%;
    padding-left: 12.5%;
    padding-right: 5%;
}

.follow-us-block.right-img .top-border { letter-spacing: 0px; }
.follow-us-block .follow-us-wrapper.full-block { max-width: 100%; }

/* press */
.press-banner {
    /* Box-model */
    margin-top: 106px;
    margin-bottom: 40px;

    /* Visual */
    background-color: #e6f1f5;
}

.press-banner .press-banner-wrapper {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    max-width: 1175px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}

.press-banner-content {
    /* Box-model */
    padding-right: 65px;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 50%;
}

.press-block .breadcrumbs { margin-bottom: 70px; }
.press-banner-img {
    /* Box-model */
    width: 50%;
    margin-top: -65px;
    padding-bottom: 15px;
}

.press-banner-img img { width: 100%; }
.press-banner .top-border {
    /* Box-model */
    padding-top: 50px;
    margin-bottom: 30px;
}

.press-block { margin-bottom: 25px; }
.press-wrapper {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.press-block .single-detail {
    /* Box-model */
    width: 50%;
    padding: 0 12px;
    margin-bottom: 87px;
}

.press-img { margin-bottom: 15px; }
.press-img img { width: 100%; }
.press-detail h4 { margin-bottom: 16px; }
.press-detail h4 a:hover { text-decoration: none; }

/* product */
.popular-products-section {
    margin-bottom: 55px;
}
.product-gallery { margin-bottom: 150px; }
.product-breadcrumbs {
    /* Box-model */
    margin-top: 20px;
    margin-bottom: 55px;
}

.product-img { border: 1px solid #f9eae7; }
.product-img img { width: 100%; }
.product-size ul {
    /* Box-model */
    display: flex;
    margin-left: 0;
}

.product-size ul li {
    /* Box-model */
    margin-bottom: 0;
    margin-right: 5px;

    /* Visual */
    list-style: none;
}

.product-size ul li a {
    /* Box-model */
    padding: 8px 6px;
    display: inline-block;
    vertical-align: top;

    /* Typography */
    font-weight: 700;
    color: #0c283b;

    /* Visual */
    border-bottom: 2px solid transparent;
    transition: 0.3s;
}

.product-size ul li.deactiveted a {
    /* Typography */
    color: #b4bdd3;

    /* Visual */
    pointer-events: none;
}

.product-size ul li a:hover,
.product-size ul li.active a{
    /* Typography */
    color: #c47272;

    /* Visual */
    text-decoration: none;
    border-color: #c47272;
}

.product-details h1,
.product-details h2 {
    /* Box-model */
    margin-bottom: 7px;

    /* Typography */
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: 32px;
}

.product-details .prize-tag,
.woocommerce-variation-price .price {
    /* Box-model */
    margin-right: 10px;

    /* Typography */
    font-size: 16px;
    font-weight: 700;
    color: #c47272;
}

.product-details .prize-tag.deactived {
    /* Typography */
    color: #b4bdd3;
    text-decoration: line-through;
}

.product-size { margin-bottom: 55px; }
.product-info {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
}

.add-to-cart { margin-bottom: 55px; }
.add-to-cart button {
    /* Box-model */
    min-width: 274px;
    height: 60px;

    /* Typography */
    font-size: 18px;
}

.options-block .option-link {
    /* Box-model */
    margin-bottom: 5px;
    width: calc(100% - 60px);
}

.options-block {
    /* Box-model */
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
}

.option-link {
    /* Box-model */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.option-link a {
    /* Typography */
    color: #5d6476;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;

    /* Visual */
    transition: 0.3s;
}

.option-link a:hover {
    /* Typography */
    color: #c47272;

    /* Visual */
    text-decoration: none;
    border-color: #c47272;
}

.option-link .icon { transition: 0.3s; }
.option-link:hover > .icon { color: #c47272; }
.option-link a:hover > .icon { color: #c47272; }
.options-block .option-link.wish-list .icon { color: #c47272; }
.option-link .icon {
    /* Box-model */
    padding-right: 30px;

    /* Typography */
    font-size: 30px;
    line-height: 0.8;
}

.product-popup {
    /* Positioning */
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

    /* Visual */
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(255, 255, 255, 0.60);
}

.product-spacing {
    /* Box-model */
    width: 100%;
    height: calc(100% - (1.75rem * 2));
    display: flex;
    align-items: center;
    margin: 1.75rem auto;
}

.options-block .option-link.is-open .product-popup {
    /* Visual */
    visibility: visible;
    opacity: 1;
}

.product-wrapper {
    /* Positioning */
    position: relative;

    /* Box-model */
    /*max-width: 585px;*/
    max-width: 920px;
    width: calc(100% - 20px);
    padding: 100px 65px 100px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;

    /* Visual */
    background-color: #faf5ef;
    border: 6px solid #fff;
}

.product-wrapper .product-inner-img { /*width: 34%;*/ width: 58%; }
.product-wrapper .product-inner-img img { width: 100%; }
.product-inner-detail {
    /* Box-model */
/*    width: 66%;
    padding-left: 11%;*/
    width: 41%;
    padding-left: 6%;
    max-height:300px;
    overflow:auto;
}

.product-inner-detail h6 {
    /* Typography */
    font-size: 14px;
    color: #5d6476;
}

.product-inner-detail p {
    /* Typography */
    color: #5d6476;
    line-height: 1.3;
}

.product-inner-detail ul { margin-left: 0; }
.product-inner-detail ul li { list-style: none; }
.product-inner-detail ul li {
    /* Box-model */
    margin-bottom: 0;

    /* Typography */
    font-size: 14px;
    line-height: 1.3;
    color: #5d6476;

    /* Visual */
    list-style: none;
}

.product-wrapper .product-close-btn{
    /* Positioning */
    position: absolute;
    top: 15px;
    right: 15px;

    /* Box-model */
    color: #5d6476;
    padding: 0px !important;
    border: none !important;
}

.product-wrapper .product-close-btn:hover {text-decoration: none;}
.social-part {
    /* Box-model */
    padding-left: 55px;
    display: flex;
    align-items: center;
}

.social-part p {
    /* Box-model */
    margin-bottom: 0;
    margin-right: 25px;

    /* Typography */
    font-size: 14px;
}

.social-part a {
    /* Box-model */
    margin-right: 25px;

    /* Typography */
    font-size: 24px;
    color: #5d6476;
    line-height: 0.8;
}

.social-part a:last-child { margin-right: 0; }
.social-part a:hover {
    /* Typography */
    color: #973333;

    /* Visual */
    text-decoration: none;
}

.overview-details { margin-bottom: 110px; }
.overview-img {
    /* Box-model */
    margin-bottom: 30px;

    /* Visual */
    border: 1px solid #f9eae7;
}

.overview-img img { width: 100%; }
.overview-img:last-child { margin-bottom: 0; }
.same-collection-section { margin-bottom: 140px; }
.product-design-inner .single-item { padding: 0 12px; margin-bottom: 0;display: inline-block;vertical-align: top;width: 25%;}
.product-design-inner .single-item img {
    /* Box-model */
    width: 100%;
    display: block;
}

.product-design-inner .item-img {margin-bottom: 20px;}
.product-design-inner h4 {
    /* Box-model */
    margin-bottom: 65px;

    /* Typography */
    font-weight: 700;
}

.flower-bg-1 {
    /* Positioning */
    top: auto;
    /* Visual */
    transform: translate(0px, -50%);
}

/* 20-02-2019 */
.accounts-drawer .form-row-first {
    /* Box-model */
    width: 100%;
    display: block;
    float: none;
    margin: 0 0 30px 0;
}

.tawcvs-swatches {
    /* Box-model */
    display: inline-block;
    vertical-align: top;
}

.reset_variations {
    /* Box-model */
    vertical-align: top;

    /* Typography */
    line-height: 1;
}
.variations .tawcvs-swatches .swatch { height: auto; }
.variations .tawcvs-swatches { padding: 0; }
.woocommerce-variation-price,
.woocommerce-variation-availability {
    /* Box-model */
    display: inline-block;
    vertical-align: middle;
}

.woocommerce-variation { margin-bottom: 15px; }
.single-product div.product .single_variation .price { margin-bottom: 0 !important; }
.single-product div.product form.cart { margin-bottom: 0 !important; }
.single-product div.product form.cart .quantity .screen-reader-text { margin-right: 20px; }
.product-img { position: relative; margin-bottom: 70px;}
.product-design-inner .item-img { position: relative; }
.product-remove {
    /* Box-model */
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.product-remove .remove, .w-data-remove .remove {margin-right: 26px;}
.product-remove .btn {font-weight: 400;}
.product-measure span {
    /* Typography */
    color: #5d6476;
    line-height: 1;
}
.white-list-drawer .remove .icon {display: none;}
.white-list-drawer .remove em {margin-right: 0;}
.white-list-drawer .remove {color: #5d6476;}
.white-list-drawer .remove:hover {color: #973333;}

/* 21-02-19 */
.options-block .option-link {margin-left: 60px;}
.single-product .option-link a {
    border-radius: 0;
    padding-right: 0;
}
.option-link > .icon {display: none;}
.option-link a {
    /* Positioning */
    position: relative;

    /* Box-model */
    padding-right: 60px;
}
.option-link a:before,
.option-link.wish-list a:before {
    /* Positioning */
    position: absolute;
    content: "\62";
    left: -60px;
    top:0;

    /* Box-model */
    width: 34px;

    /* Typography */
    font-size: 30px;
    font-family: "dughult-albin" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    text-align: center;

    /* Visual */
    transition: 0.3s;
    pointer-events: none;
    overflow: hidden;
}
.option-link.wish-list {position: relative;}
.option-link.wish-list a {
    /* Box-model */
    padding: 0;

    /* Typography */
    font-weight: 400;

    /* Visual */
    background-color: transparent;
}
.option-link.wish-list a:before {
    /* Typography */
    content: "\65";
    color: #c47272;
}
.option-link.wish-list a:hover:before {
    /* Positioning */
    left: -60px;

    /* Visual */
    transform: scale(0.8);
    transform-origin: center center;
}
.option-link a:hover:before { left: -45px; }

.items-wrapper .all-product-img {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}
.all-product-img .flip-wrapper {
    /*transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;*/
    position: relative;
    text-align: center;
    /*-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;*/
}
.all-product-img .normal-image {
    position: relative;
    /*backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;*/
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: 0.8s all cubic-bezier(0.47, 0, 0.75, 0.72);
}
.all-product-img .normal-image a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.all-product-img .flip-image {
    position: absolute;
    /*-webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);*/
    opacity: 0;
    visibility: hidden;
    transition: 0.8s all cubic-bezier(0.47, 0, 0.75, 0.72);
}
.all-product-img .flip-image img {width: 100%;}
.all-product-img:hover .flip-wrapper {
    /*transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);*/
}
.all-product-img:hover .normal-image {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}
.all-product-img:hover .flip-image {
    opacity: 1;
    visibility: visible;
}

.option-link.wish-list.fill-heart a:before, .option-link.wish-list  a.tinvwl-product-in-list:before {content: "\70";}

/* 22-02-2019 */
.woo-cart-section .cart-collaterals .cart_totals {
    width: 100%;
}
.woocommerce-shipping-methods li {
    list-style: none;
}
.woo-cart-section .quantity {
    width: 100%;
    display: flex;
    align-items: center;
}
.woo-cart-section .product-sub .product-description label {display: block !important;}
.woo-coupon-section .coupon input {margin-bottom: 15px;}

.woo-cart-section .order-total {display: flex;align-items: center;justify-content: space-between;}
.woo-cart-section .cart-subtotal, .woo-cart-section .cart-discount {display: flex;justify-content: space-between;align-items: center;margin-bottom: 10px;}
.shop_table.shop_table_responsive {margin-bottom: 20px;}
.product-wrapper .product-close-btn:before {content: "\6b";left: 0;}
.option-link .product-wrapper .product-close-btn:hover:before {left: 0;}
.product-wrapper .product-close-btn {width: 30px;height: 30px;}
.woocommerce-shipping-methods li {display: flex;justify-content: space-between;align-items: center;}
.woocommerce-shipping-methods li label {font-size: 16px;}
.woocommerce-shipping-totals .woocommerce-shipping-methods {margin-bottom: 10px;}

.woo-coupon-section .coupon {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.coupon-code-section {
    display: flex;
    align-items: flex-start;
}
.coupon-code-section input {
    margin-right: 5px;
}
/*.woo-coupon-section .coupon*/
.wc-proceed-to-checkout .button {
    font-size: 16px !important;
}
.wc-proceed-to-checkout .button {font-size: 20px !important;}
.orders-tag .pre-order.tag {
    top: 7px;
    left: 7px;
}
.overlay-icon {z-index: 9;}
.product-sub .product-subtotal {text-align: right;}
.product-remove .remove {margin-right: 0;margin-left: 26px;}
.woocommerce-address-fields__field-wrapper .form-row {margin-bottom: 25px;}
.shop_table {width: 100%;}
.shop_table th {
    text-align: left;
    padding-bottom: 15px;
}
table.shop_table_responsive tr td {text-align: left !important;padding-bottom: 15px;}
table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions {text-align: left !important;}
table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions .button {
    margin-right: 0;
    width: 100%;
}
.woocommerce-form-row:last-child {margin-bottom: 25px;}
.order_details li {list-style: none;}
#payment .place-order .button {font-size: 14px !important;}

.woocommerce { margin-bottom: 15px; }
.cart-shipping-section {max-width: 300px;margin-left: auto;}
.cart-shipping-section .woocommerce-shipping-methods li label {margin-left: auto;}
.cart-shipping-section .woocommerce-shipping-destination {text-align: right;font-size: 13px;}
table.woocommerce-checkout-review-order-table .product-name strong.product-quantity {display: inline-block;vertical-align: middle;}

.woocommerce-billing-fields p:last-child {margin-bottom: 25px;}
.woocommerce-checkout .woocommerce-shipping-fields .checkbox:before {
    border: 1px solid #dedede;
}
.validate-required .checkbox:before {
    border: 1px solid #dedede;
}
table.woocommerce-checkout-review-order-table th ,
table.woocommerce-checkout-review-order-table td {padding-left: 10px;padding-right: 10px;}
table.woocommerce-checkout-review-order-table thead th { padding-top: 15px; }
table.woocommerce-checkout-review-order-table .order-total th { padding-bottom: 0; }
.required { width: auto !important; }
.woocommerce-privacy-policy-text {margin-bottom: 25px;}
.woocommerce-terms-and-conditions-wrapper .validate-required {
    margin-bottom: 25px;
}

.radio-button label {position: relative;padding: 10px 0 10px 35px !important;margin-bottom: 0;}
.radio-button input[type="radio"] {opacity: 0;visibility: hidden;display: none !important;}
.radio-button label:before {position: absolute;content: "";left: 10px;top: 10px;height: 16px;width: 16px;background-color: #fff;border-radius: 50%;cursor: pointer}
.radio-button input[type="radio"]:checked , .radio-button label:after, .radio-button input[type="radio"]:not(:checked) {position: relative;padding-left: 25px;}
.radio-button label:after {position: absolute;content: "";left: 13px;top: 13px;height: 10px;width: 10px;background-color: #9A3233;border-radius: 50%;padding: 0;transition: 0.4s;cursor: pointer;}
.radio-button input[type="radio"]:not(:checked) + label:after {opacity: 0;visibility: hidden;transform: scale(0);}
.radio-button input[type="radio"]:checked + label:after {opacity: 1;visibility: visible;transform: scale(1);}

.woocommerce-table__product-name.product-name a,
.woocommerce-table__product-name.product-name strong {
    display: inline-block;
    vertical-align: top;
}

.shop_table th ,
.shop_table td {padding-left: 10px;padding-right: 10px;}
.shop_table thead th { padding-top: 15px; }
.shop_table .order-total th { padding-bottom: 0; }
.woocommerce-order-details {margin-bottom: 25px;}
.woocommerce-table--order-details .product-name {padding-bottom: 15px;}
.woocommerce-customer-details .woocommerce-column {width: 100%;margin-bottom: 30px;}
.woocommerce-customer-details--phone {margin-bottom: 0;}
.woocommerce-customer-details .woocommerce-column h2 {margin-bottom: 10px;letter-spacing: 0px;}
.woocommerce-customer-details address {font-style: normal;}
.woocommerce-pagination.woocommerce-pagination--without-numbers.woocommerce-Pagination {padding: 0 10px;}
.woocommerce-Address address {font-style: normal;}

.product-details {padding-top: 190px;transition: 0.3s ease;}
.woocommerce-account header.woocommerce-Address-title.title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 30px;
}
.woocommerce-account .addresses header.title h3 {
    margin-bottom: 0;
}
.woocommerce-account .addresses header.title a {
    float: none;
    display: block;
    margin-left: auto;
}

.col2-set#customer_login, .col2-set.addresses {margin: 0 -15px !important;}
.col2-set#customer_login .col-1, .col2-set.addresses .col-1,
.col2-set#customer_login .col-2, .col2-set.addresses .col-2 {width: 50% !important;margin-right: 0 !important;}
.woocommerce-shipping-totals.shipping {
    display: flex;
    flex-wrap: wrap;
}
.w-add-cart {padding-right: 0 !important;}
.accounts-wrapper .u-columns.col2-set,
.accounts-wrapper .col2-set.addresses,
.accounts-wrapper .col2-set#customer_login {margin: 0 !important}
.boxes-inputs-block a:hover {text-decoration: none;}
.wishlist-main-page .tinv-wishlist-clear {width: 75%;margin: 0 auto 15px;}
.wishlist-main-page .white-list-drawer .tinv-wishlist-clear {width: 100% !important; margin: 0 auto 15px;}

.search-result {max-width: 70%;display: block;margin: 0 auto;}
.search-result-content {display: flex;flex-wrap: wrap;margin-bottom: 30px;}
.search-result-content .item-img {max-width: 150px;width: 25%;}
.search-result-content .item-img img {width: 100%;}
.search-result-content .search-description {width: 75%;max-width: 600px;padding-left: 30px;}
.single-item .search-result .title {margin-bottom: 15px;}
.search-results .navigation {margin-bottom: 30px;}
.search-results .navigation ul {justify-content: center;}
.backordermessage {display: none;background-color: rgba(235, 197, 99, 0.34);color: #a07415;padding: 10px 15px;}

 /* 11-Nov-2019 */
.extra-links ul li .log-in-btn {
    margin-right: 0;
}
.extra-links ul li a img {
    margin-right: 5px;
}
.shippinginfo li {
    list-style: none;
    line-height: normal;
}
.shippinginfo li h6 {
    display: inline-block;
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-weight: normal;
}
.shippinginfo li span {
    color: #5d6476;
    font-size: 14px;
    display: inline-block;
}
ul.shippinginfo {
    margin: 0 0 20px;
}
.shippinginfo li img {
    margin-right: 10px;
    width: 22px;
}
.shippinginfo li a {    
    color: #c47272;
    text-decoration: none;
    /*border-bottom: 2px solid transparent;
    padding-bottom: 2px;*/
}
.shippinginfo li a:hover h6,
.shippinginfo li a:hover span {
    /*border-color: #c47272;*/
    color: #c47272;
}
.extra-links ul li a {
    color: #0c283b;
}
.extra-links ul li a:hover {
    color: #c47272;
}
.extra-links ul li:last-child img {
    width: 22px;
    vertical-align: middle;
}

/*=================================== ===================================*/
/*==================== Responsive CSS goes here =========================*/
/*=================================== ===================================*/

/* Table of Contents
--------------------------------------------------------------------------
1. Large Desktop
2. Desktop
3. Tablet
4. Medium devices
5. Small devices
*/

/* ----- 1. Large Desktop ≥1200px and ≤1440 ----- */
@media (min-width:1200px) and (max-width:1440px) {


    /*--------- home page ------------*/
    /*-- banner --*/
    .banner-content { max-width: 600px; }
    .banner-content h1, .banner-content .h1 { font-size: 70px; }

    /*-- our-story --*/
    .common-story-block .container {
        /* Positioning */
        position: relative;

        /* Visual */
        z-index: 1;
    }

    .common-story-wrapper { max-width: 1100px; }

    .sweden-logo { max-width: 200px; }

    /*-- cloth-spin-block --*/
    .cloth-spin-block .top-border { margin-bottom: 40px; }
    .cloth-slider { width: calc(100% - 165px); }
    .fill-btn .slick-next { right: -90px; }
    .fill-btn .slick-prev { left: -90px; }

    /*-- insta-block --*/
    .insta-block .top-border { margin-bottom: 40px; }
    .history-story { margin-bottom: 180px; }
    .common-story-block.design-story { margin-bottom: 240px; }

    .same-collection-section .collection-slider,
    .popular-products-section .popular-slider {
        width: calc(100% - 165px);
        margin: 0 auto;
    }
    .product-details {padding-top: 130px;}

}

/* ----- 2. Desktop ≥1024px and ≤1190 ----- */
@media (min-width:1024px) and (max-width:1199px) {
    /*---- header ----*/
    nav > ul > li { padding: 15px 10px; }

    /*---- footer ----*/
    .main-footer { padding: 50px 0; }
    .footer-top { margin-bottom: 20px; }
     /* 11-Nov-2019 */
    .extra-links ul li {margin-right: 10px;}

    /*--------- home page ------------*/
    /*-- banner --*/
    .banner-content { max-width: 600px; }
    .banner-content h1, .banner-content .h1 { font-size: 70px; }
    .category-banner .grid { margin: 0 auto 40px; }
    .category-banner .grid-item {
        /* Box-model */
        max-width: 33.33%;
        min-width: 33.33%;
    }
    .category-banner .grid-item--width2 {
        /* Box-model */
        max-width: 50%;
        min-width: 50%;
    }

    /*-- our story page --*/
    .common-story-block .container {
        /* Positioning */
        position: relative;

        /* Visual */
        z-index: 1;
    }

    .common-story-wrapper { max-width: 1100px; }
    .category-banner .grid-item .category-tag span { font-size: 16px; }
    .story-part { padding-top: 50px; }

    .sweden-logo { max-width: 150px; }

    /*-- we-design --*/
    .we-design { height: 600px; }
    .we-design .top-border { font-size: 22px; }

    /*-- cloth-spin-block --*/
    .cloth-spin-block { margin-bottom: 50px; }
    .cloth-spin-block .top-border { margin-bottom: 20px; }
    .cloth-slider .slick-list { margin: 0; }
    .cloth-slider { width: calc(100% - 125px); }
    .cloth-slides { padding: 0 10px; }
    .fill-btn .slick-arrow {
        /* Box-model */
        width: 50px;
        height: 50px;
    }

    .fill-btn .slick-arrow:before { font-size: 30px; }
    .fill-btn .slick-next { right: -70px; }
    .fill-btn .slick-prev { left: -70px; }

    /*-- insta-block --*/
    .insta-block .top-border { margin-bottom: 20px; }
    .insta-inner { padding: 50px 0; }
    .insta-img-wrapper { margin: 0 -5px 20px; }

    /*--------- press page ------------*/
    .press-banner .top-border {
        /* Box-model */
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .press-banner-content{
        /* Box-model */
        padding: 40px;
        padding-left: 20px;
    }

    /*-- produktsida --*/
    .product-breadcrumbs {
        /* Box-model */
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .product-parts { margin-bottom: 50px; }
    .overview-details { margin-bottom: 50px; }
    .product-gallery { margin-bottom: 75px; }
    .product-design-inner .slick-slider {
        /* box-sizing */
        width: calc(100% - 125px);
        margin: 0 auto;
    }

    .product-design-inner h4 { margin-bottom: 30px; }
    .history-story { margin-bottom: 100px; }
    .common-story-block.design-story { margin-bottom: 170px; }

    /* 22-02-2019 */
    .woo-cart-section .cart-collaterals {padding: 0 10px;}
    .woo-cart-section .woocommerce-cart-form {padding: 0 10px;}
    .woo-cart-section .woocommerce-cart-form .product-detail {padding: 30px;}
    .product-details {padding-top: 100px;}

    .log-in-btn { margin-right: 15px; }

    /* 11-Nov-2019 */
    .main-header .logo{max-width: 160px;}

}

/* ----- 3. Tablet ≥768px and ≤1023 ----- */
@media (min-width:768px) and (max-width:1023px) {

    .h1, h1 { font-size: 30px; }
    .h2, h2 {
        /* Box-model */
        margin-bottom: 20px;

        /* Typography */
        font-size: 26px;
    }
    .h3, h3 {
        /* Box-model */
        margin-bottom: 20px;

        /* Typography */
        font-size: 24px;
    }

    .main-container {
        /* Box-model */
        padding-top: 100px;
        padding-left: 15px;
        padding-right: 15px;
    }

    /*---- header ----*/
    .main-header .logo { max-width: 150px; }
    .main-header {padding: 14px 30px;}
    .extra-links ul li {margin-right: 20px;}
    .log-in-btn {margin-right: 0;}
    nav > ul > li {
        /* Box-model */
        padding: 15px 7px;
        margin-right: 3px;
    }

    .extra-links ul li { margin-right: 15px; }

    /*---- footer ----*/
    .main-footer { padding: 50px 0; }
    .footer-top { margin-bottom: 20px; }
    .footer-column {
        /* Box-model */
        padding-left: 15px;
        padding-right: 15px;
    }

    /*--------- home page ------------*/
    /*-- banner --*/
    .banner-content { max-width: 600px; }
    .banner-content h1, .banner-content .h1 { font-size: 60px; }
    .banner-slider .slick-arrow:hover {
        /* Typography */
        color: #fff;

        /* Visual */
        text-decoration: none;
    }

    .category-banner .grid { margin: 0 auto 40px; }
    .category-banner .grid-item {
        /* Box-model */
        max-width: 33.33%;
        min-width: 33.33%;
    }
    .category-banner .grid-item--width2 {
        /* Box-model */
        max-width: 50%;
        min-width: 50%;
    }

    /*-- category-banner --*/
    .flower-bg-1 { right: -15px; }

    /*-- our-story --*/
    .common-story-block .container {
        /* Positioning */
        position: relative;

        /* Visual */
        z-index: 1;
    }

    .common-story-wrapper { max-width: 1100px; }
    .category-banner .grid-item .category-tag span { font-size: 16px; }
    .story-part { padding-top: 0px; }
    .our-story .common-story-wrapper .top-border { padding-top: 30px; }

    .sweden-logo {
        /* Box-model */
        max-width: 150px;
        margin-top: 20px;
    }

    .boxes-inputs-block .boxes-img.has-inner-overlay { height: 60%; }
    .see-collections { height: 40%; }

    /*-- we-design --*/
    .we-design {
        /* Box-model */
        height: auto;
        padding: 50px 0
    }
    .flower-bg-2 { left: -15px;}

    .we-design .top-border { font-size: 18px; }
    .common-story-block.right .story-part { padding-left: 15px; }
    .we-design .top-border { padding-top: 15px; }
    .dress-designer-1 { right: -15px; }

    .we-design .common-story-wrapper { align-items: flex-start; }
    .we-design .common-story-img { min-height: auto; }

    /*-- cloth-spin-block --*/
    .cloth-spin-block { margin-bottom: 50px; }
    .cloth-spin-block .top-border { margin-bottom: 20px; }
    .cloth-slider .slick-list { margin: 0; }
    .cloth-slider { width: calc(100% - 125px); }
    .cloth-slides { padding: 0 10px; }
    .fill-btn .slick-arrow {
        /* Box-model */
        width: 50px;
        height: 50px;
    }

    .fill-btn .slick-arrow:before { font-size: 30px; }
    .fill-btn .slick-next { right: -70px; }
    .fill-btn .slick-prev { left: -70px; }

    /*-- insta-block --*/
    .insta-block .top-border { margin-bottom: 20px; }
    .insta-inner { padding: 50px 0; }

    /*--------- kategorier page ------------*/
    .inner-content { padding: 50px 0; }
    .all-items-categories { margin-bottom: 40px; }
    .insta-img-wrapper { margin: 0 -5px 20px; }

    /*--------- Kontakt page ------------*/
    .inner-banner-content {padding: 35px;}
    .inner-banner-content .top-border {
        /* Box-model */
        padding-top: 25px;
        margin-bottom: 15px;
    }

    .headquarters-block { margin-bottom: 50px; }
    .headquarters-block .top-border { padding-top: 25px; }
    .google-map { height: 500px; }
    .map-block { margin-bottom: 115px; }
    .follow-us-detail { padding-top: 25px; }
    .follow-us-block.follow-om-oss .follow-us-detail { padding-left: 25px; }
    .follow-icon a { /*font-size: 50px;*/ }
    .follow-us-block {
        /* Box-model */
        margin-bottom: 50px;
        padding-bottom: 50px;
    }

    .showroom-img { margin-bottom: 50px; }
    .showroom-block { margin-bottom: 100px; }

    /*--------- kundklubb page ------------*/
    .subscribe-form { margin-bottom: 50px; }

    /*--------- om-oss page ------------*/
    .inner-banner { margin-bottom: 50px; }
    .quality-block { margin-bottom: 50px; }
    .quality-img { margin-bottom: 50px; }
    .follow-us-block.right-img .follow-us-detail {
        /* Box-model */
        padding-left: 15px;
        padding-right: 15px;
    }

    /*--------- press page ------------*/
    .press-banner {
        /* Box-model */
        margin-top: 80px;
        margin-bottom: 20px;
    }

    .press-banner .top-border {
        /* Box-model */
        padding-top: 20px;
        margin-bottom: 10px;
    }

    .press-banner-content { padding: 30px 30px 30px 0; }
    .press-banner-img { margin-top: -30px; }
    .press-block .breadcrumbs { margin-bottom: 40px; }
    .press-block .single-detail { margin-bottom: 40px; }
    .press-banner-content{
        /* Box-model */
        padding: 40px;
        padding-left: 20px;
    }

    /*--------- produktsida page ------------*/
    .product-breadcrumbs {
        /* Box-model */
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .product-parts { margin-bottom: 50px; }
    .overview-details { margin-bottom: 50px; }
    .product-gallery { margin-bottom: 75px; }
    .product-details h2 { font-size: 26px; }
    .same-collection-section { margin-bottom: 50px; }
    .popular-products-section { margin-bottom: 0; }
    .product-title { margin-bottom: 15px; }
    .product-size { margin-bottom: 15px; }
    .add-to-cart { margin-bottom: 15px; }
    .option-link .icon { padding-right: 15px; }
    .product-design-inner .slick-slider {
        /* box-sizing */
        width: calc(100% - 125px);
        margin: 0 auto;
    }

    .product-design-inner h4 { margin-bottom: 30px; }
    .product-design-inner .item-title .title { width: 100%; }
    .product-design-inner .item-title .item-amount {
        /* box-sizing */
        width: 100%;

        /* typography */
        text-align: left;
    }

    /*--------- common pages ------------*/
    .product-detail { padding: 30px; }
    .history-story { margin-bottom: 100px; }
    .common-story-block.design-story { margin-bottom: 170px; }

    .woo-cart-section {flex-wrap: wrap;}
    .woo-cart-section .woocommerce-cart-form {width: 100%;}
    .woo-cart-section .cart-collaterals {width: 100%;}

    .gfield_checkbox label:before, .checkbox label:before {margin-right: 20px;}
    .gfield_checkbox label span, .checkbox label span {width: calc(100% - 65px);}
    .product-details {padding-top: 80px;}
    .product-inner-detail {padding-left: 15px;max-height: 150px}
    .product-wrapper .product-inner-img {width: 25%;}
    .product-inner-detail {width: 75%;}
    .follow-icon {padding-top: 88px;}

    /* changes */
    .category-banner .grid-item .category-tag {
        padding-right: 50px;
    }

    .category-banner .grid-item .category-tag:before {
        /* Positioning */
        right: 15px;

        /* Typography */
        font-size: 21px;
    }





}

 /* 11-Nov-2019 */
@media (max-width: 992px){
    .extra-links ul li:last-child a {color: transparent;width: 24px;display: block;height: 24px;}
}

/* ----- 4. Medium devices ≤767px ----- */
@media (max-width:767px) {

    .container,
    .container-fluid,
    .container-mini {
        /* Box-model */
        padding-right: 10px !important;
        padding-left: 10px !important;
    }

    body .row {
        /* box-sizing */
        margin-left: 10px;
        margin-right: 10px;
    }

    .main-container { padding-top: 60px; }
    footer .row {
        /* box-sizing */
        margin-left: -10px;
        margin-right: -10px;
    }

    .h1,
    h1 {
        /* Box-model */
        margin-bottom: 20px;

        /* Typography */
        font-size: 40px;
    }

    .h2,
    h2 {
        /* Box-model */
        margin-bottom: 20px;

        /* Typography */
        font-size: 24px;
    }

    .h3,
    h3 {
        /* Box-model */
        margin-bottom: 20px;

        /* Typography */
        font-size: 22px;
    }

    .h4, h4 {
        /* Box-model */
        font-size: 16px;

        /* Typography */
        margin-bottom: 20px;
    }

    .h6, h6 { font-size: 16px; }

    /*---- header ----*/
    .main-header {
        /* Box-model */
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .main-header .container {
        /* Box-model */
        justify-content: flex-end;
        height: 45px;
    }
    .log-in-btn {margin-right: 0;}

    #menu {
        /* Visual */
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    #mobilenav.is-open #menu {
        /* Visual */
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    #mobilenav .caret { right: 10px; }
    .main-header .logo { max-width: 150px; }
    .main-header nav { display: none; }
    .log-in-btn { display: none; }
    .icon.icon-search { display: block; }
    /*.icon-num {display: none;}*/
    .hamburger { display: block; }
    .extra-links ul li { margin-right: 5px; }
    .cart-collaterals { margin-bottom: 20px; }
    .log-in-btn {margin-right: 0;}

    /*---- footer ----*/
    .main-footer { padding: 30px 0; }
    .footer-top { margin-bottom: 20px; }

    /*--------- home page ------------*/
    /*-- banner --*/
    .banner-content { max-width: 600px; }
    .banner-slider .banner-content {
        /* Box-model */
        min-height: 415px;
        height: auto;
        width: 100%;
    }

    .banner-content h1, .banner-content .h1 { font-size: 50px; }
    .banner-slider .slick-arrow:hover {
        /* Visual */
        color: #fff;
        text-decoration: none;
    }

    .slick-dots { bottom: 55px; }
    .slick-prev { left: 15px; }
    .slick-next { right: 15px; }
    .slick-arrow:before { font-size: 30px; }
    .slick-arrow {
        /* Box-model */
        width: 30px;
        height: 30px;
    }

    .top-border:before { width: 50px; }
    .category-banner .container-mini { padding: 0 !important; }
    .category-banner { margin-top: 0; }
    .category-banner .grid {
        /* box-sizing */
        margin: 0 auto 50px;
        padding: 5px;
    }

    .banner-slider .slick-arrow ,
    .banner-slider .slick-dots{display: none !important; }
    .category-banner .grid-item {
        /* Box-model */
        width: calc(50vw - 6px);
        min-width: auto;

        /* Visual */
        border-width: 4px;
    }

    .common-story-block .top-border:before { display: none; }
    .category-banner .grid-item .category-tag {
        /* Positioning */
        bottom: 20px;

        /* Box-model */
        padding: 2px 50px 3px 10px;
        min-width: 100px;

        /* Typography */
        line-height: 18px;
        text-align: right;
    }

    .category-banner .grid-item .category-tag:before {
        /* Positioning */
        right: 15px;

        /* Typography */
        font-size: 21px;
    }

    .main-container {
        /* Box-model */
        padding-left: 0;
        padding-right: 0;
    }

    /*-- category-banner --*/
    .flower-bg-1 { display: none; }

    /*-- our-story --*/
    .common-story-block .container {
        /* Positioning */
        position: relative;

        /* Visual */
        z-index: 1;
    }

    .common-story-wrapper { width: 100%; }
    .common-story-wrapper .story-part p {
        /* Box-model */
        height: auto;

        /* Visual */
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .story-part {
        /* Box-model */
        padding-top: 0px;
        width: 100%;

        /* Visual */
        order: 2;
    }

    .common-story-img {
        /* Box-model */
        width: 100%;
        margin: 0 auto 50px;

        /* Visual */
        order: 1;
    }

    .category-banner .grid-item .category-tag span { font-size: 14px; }
    .our-story .common-story-wrapper .top-border { padding-top: 0; }
    .story-inner-img {
        /* Box-model */
        width: 75%;
        margin: 0 auto;
    }

    .boxes-inputs-block .boxes-img img { display: none; }
    .boxes-inputs-block .boxes-img { background-color: #be6f6f; }
    .overlay-content {position: static;}

    /*-- boxes-inputs-block --*/
    .flower-bg-2 { display: none; }
    .sweden-logo {
        /* Positioning */
        position: static;
        left: -30px;

        /* Box-model */
        max-width: 125px;
    }

    .boxes-inputs-block .boxes-img.has-inner-overlay {
        /* Box-model */
        height: auto;
        margin-bottom: 10px;

        /* Visual */
        border: none;
    }
    .see-collections {
        /* Box-model */
        height: auto;
        max-width: 100%;
        flex-direction: column;

        /* Visual */
        border: none;
        background-color: #97a5aa;
    }

    .overlay-content p {
        /* Typography */

        /* Visual */
        overflow: hidden;
    }

    /*-- we-design --*/
    .we-design {
        /* Box-model */
        height: auto;
        padding: 50px 0
    }

    .we-design .top-border {
        /* Box-model */
        margin-left: 0%;

        /* Typography */
        font-size: 17px;
    }

    .dress-designer-1 {
        /* Positioning */
        top: 0;
        right: 0;

        /* Box-model */
        width: 36%;
        max-width: 220px;

        /* Visual */
        transform: none;
    }

    .common-story-block.we-design .common-story-img { margin-bottom: 31%; }
    .we-design .common-story-wrapper { align-items: flex-start; }
    .we-design .common-story-img {
        /* Box-model */
        min-height: auto;
        margin-left: 0;
    }

    .common-story-block.right .story-part {
        /* Box-model */
        padding: 0px;
        width: 100%;
    }

    .common-story-block.right .common-story-wrapper { width: 100%; }
    .we-design .common-story-img .story-inner-img { margin-left: 0; }
    .we-design.common-story-block.right .story-part { padding-top: 0; }


    /*-- cloth-spin-block --*/
    .cloth-spin-block { margin-bottom: 65px; }
    .cloth-spin-block .top-border {
        /* Box-model */
        margin-bottom: 20px;
        width: calc(100% - 130px);
        margin: 0 auto 10px;
        min-height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 10px;
    }

    .cloth-slider { width: 100%; }
    .cloth-slides { padding: 0 2px; }
    .cloth-slider .slick-list { margin: 0 -2px; }
    .fill-btn .slick-arrow {
        /* Positioning */
        top: -60px !important;

        /* Box-model */
        width: 50px;
        height: 50px;

        /* Visual */
        transform: none;
    }

    .fill-btn .slick-arrow:before { font-size: 25px; }
    .fill-btn .slick-next { right: 0px; }
    .fill-btn .slick-prev { left: 0px; }

    /*-- insta-block --*/
    .insta-block .top-border { margin-bottom: 20px; }
    .insta-inner { padding: 30px 0; }
    .insta-mini {
        /* Box-model */
        width: 100%;

        /* Visual */
        border: 0.7vw solid #fff;
    }
    .tax-product_cat .insta-inner { display:none; }

    .insta-large { width: 100%; }
    .insta-img-wrapper { margin: 0 0 20px; }
    [class^="insta-"] .single-items { padding: 0; }

    /*---- footer ----*/
    .footer-column {
        /* Box-model */
        padding-left: 0px;
        padding-right: 0px;
        width: initial;
    }

    .main-footer span {
        /* Box-model */
        padding-right: 45px;
        margin-bottom: 0;
    }
    .footer-logo {
        /* Box-model */
        margin-bottom: 20px;
        max-width: 150px;
    }

    .footer-links-wrapper { margin-bottom: 20px; }
    .footer-bottom { display: none; }
    .footer-title {
        /* Positioning */
        position: relative;

        /* Box-model */
        display: inline-block;
        vertical-align: top;
    }

    .footer-title:before {
        /* Positioning */
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0,-50%);

        /* Typography */
        content: "\62";
        font-size: 27px;
        font-size: 27px;
        line-height: 1;
        color: #fff;
        font-family: "dughult-albin" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
    }

    .footer-fold { display: none; }
    .social-icons, .safe-pay-block {
        /* Box-model */
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .social-icons h6 { padding-right: 30px; }
    .social-icons h6,
    .safe-pay-block h6 { margin-bottom: 0; }
    .safe-pay-block a { max-width: 100px; }
    .social-icons { margin-bottom: 15px; }
    .social-icons ul li {
        /* Box-model */
        margin-right: 20px;
        margin-bottom: 0;
    }

    /*--------- kategorier page ------------*/
    .top-border { padding-top: 20px; }
    .inner-content { padding: 50px 0; }
    .all-items-categories { margin-bottom: 0px; }
    .all-items a { margin-right: 10px; }
    .items-wrapper { margin: 0; }
    .items-wrapper .single-item {
        /* Box-model */
        padding: 0 5px;
        width: 50%;
    }

    .items-wrapper .item-img .tag {
        /* Box-model */
        width: 73px;
        height: 73px;
    }

    .item-title { flex-wrap: wrap; }
    .item-title .title { width: 100%; }
    .item-amount {
        /* Box-model */
        width: 100%;

        /* Visual */
        text-align: left;
    }

    /*--------- Kontakt page ------------*/
    .inner-banner-content {
        /* Box-model */
        padding: 35px;
        margin-top: 20px;
    }

    .inner-banner-content .top-border {
        /* Box-model */
        padding-top: 25px;
        margin-bottom: 15px;
    }

    .inner-banner-bg { min-height: 330px; }
    .headquarters-block { margin-bottom: 50px; }
    .headquarters-block .top-border { padding-top: 25px; }
    .google-map { height: 500px; }
    .map-block { margin-bottom: 115px; }
    .follow-us-detail {
        /* Box-model */
        padding: 25px 0 0 25px;
        width: 60%;
    }

    .follow-us-block.with-social .follow-us-detail { padding-left: 0px; }
    .follow-icon {width: 20%;padding-top: 80px;}
    .follow-icon a {
        /* Box-model */
        margin-bottom: 30px;

        /* Typography */
        /*font-size: 45px;*/
    }

    .follow-us-block {
        /* Box-model */
        margin-bottom: 50px;
        padding-bottom: 30px;
    }

    .showroom-img { margin-bottom: 50px; }
    .showroom-block { margin-bottom: 100px; }

    /*--------- kundklubb page ------------*/
    .subscribe-wrapper { padding: 30px; }
    .gfield_checkbox label:before,
    .checkbox label:before {margin-right: 15px;}
    .subscribe-form { margin-bottom: 50px; }
    .all-items li.active a { padding-bottom: 5px; }
    .gfield_checkbox label span ,
    .checkbox label span { width: calc(100% - 70px); }

    /*--------- om oss page ------------*/
    .history-story .story-part { width: 100%; }
    .follow-us-block.right-img .follow-us-detail {
        /* Box-model */
        padding-left: 15px;
        padding-right: 15px;
    }

    .inner-banner { margin-bottom: 50px; }
    .quality-block { margin-bottom: 50px; }
    .quality-img .single-img { padding: 0; }
    .quality-img { margin: 0 0px 50px; }

    /*--------- press page ------------*/
    .press-banner {
        /* Box-model */
        margin-bottom: 20px;
    }

    .press-banner .top-border {
        /* Box-model */
        padding-top: 10px;
        margin-bottom: 5px;
    }

    .press-banner-content { padding: 20px 20px 20px 0; }
    .press-block .breadcrumbs { margin-bottom: 40px; }
    .press-block .single-detail { margin-bottom: 40px; }
    .press-wrapper {
        /* Box-model */
        margin-left: -10px;
        margin-right: -10px;
    }

    /*--------- produktsida page ------------*/
    .product-breadcrumbs {
        /* Box-model */
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .product-parts { margin-bottom: 50px; }
    .overview-details { margin-bottom: 50px; }
    .product-gallery { margin-bottom: 50px; }
    .product-img {
        /* Box-model */
        max-width: 480px;
        margin: 0 auto 30px;
    }
    .product-details {
        /* Box-model */
        max-width: 480px;
        margin: 0 auto;
        position: static !important;
    }

    .overview-img {
        /* Box-model */
        max-width: 480px;
        margin: 0 auto 30px;
    }

    .product-design-inner .slick-slider { width: 100%; }
    .product-details h2 { font-size: 24px; }
    .product-design-inner .top-border {
        /* Box-model */
        margin-bottom: 20px;
        width: calc(100% - 130px);
        margin: 0 auto 10px;
        min-height: 60px;
        display: flex;
        padding-top: 10px;

        /* Visual */
        justify-content: center;
        align-items: center;
    }

    .product-design-inner .single-item { padding: 0 2px; }

    .add-to-cart button {
        /* Box-model */
        min-width: 230px;
        height: 45px;

        /* typography */
        font-size: 16px;
    }

    .wishlist-main-page .tinv-wishlist-clear {width: 100%;}
    .same-collection-section { margin-bottom: 50px; }
    .popular-products-section { margin-bottom: 15px; }
    .product-title { margin-bottom: 15px; margin-top: 40px;}
    .product-size { margin-bottom: 15px; }
    .add-to-cart { margin-bottom: 15px; }
    .option-link .icon { padding-right: 15px; }
    .social-part { padding-left: 45px; }
    .product-design-inner h4 { margin-bottom: 30px; }
    .product-design-inner .item-title .title { width: 100%; }
    .product-design-inner .item-title .item-amount { width: 100%;text-align: left; }
    .common-story-block.history-story .common-story-img { margin-bottom: 25%; }
    .common-story-block.design-story .common-story-img { margin-bottom: 25%; }
    .history-story { margin-bottom: 100px; }
    .common-story-block.design-story { margin-bottom: 170px; }
    .product-wrapper { padding: 50px; }
    .variations .tawcvs-swatches .swatch { margin-right: 5px; }

    .woo-cart-section {flex-wrap: wrap;}
    .woo-cart-section .woocommerce-cart-form {width: 100%;}
    .woo-cart-section .cart-collaterals {width: 100%;}
    .wc-proceed-to-checkout .button {font-size: 16px !important;}
    .woocommerce-Address {width: 100%;margin-bottom: 30px;}
    .woocommerce-Address:last-child {margin-bottom: 0px;}
    .my_account_orders .button, .woocommerce-MyAccount-downloads .button {float: right;}
    .gfield_checkbox label:before, .checkbox label:before {margin-right: 20px;}
    .gfield_checkbox label span, .checkbox label span {width: calc(100% - 65px);}
    .shop_table {margin-bottom: 15px;}
    .woocommerce-Address-title h3 {margin-bottom: 10px;}
    .product-details {padding-top: 70px;}
    .product-detail {
        padding: 30px;
    }
    .woocommerce-account header.woocommerce-Address-title.title {margin-bottom: 10px;}
    table.shop_table_responsive td.woocommerce-orders-table__cell-order-actions .button {width: auto;}
    .inner-categories .all-items {margin-bottom: 15px;}
    .sswcmaat .woocommerce-MyAccount-content {padding-top: 15px;}
    .col2-set#customer_login .col-1, .col2-set.addresses .col-1,
    .col2-set#customer_login .col-2, .col2-set.addresses .col-2 {width: 100% !important;padding: 0 !important;}
    .woocommerce-customer-details .woocommerce-column h2 {font-size: 24px !important;}
    .woocommerce-MyAccount-content h2 {font-size: 24px !important;}
    .col2-set#customer_login, .col2-set.addresses {margin: 0 !important;}
    .product-inner-detail {padding-left: 15px;max-height: 150px}
    .product-wrapper .product-inner-img {width: 25%;}
    .product-inner-detail {width: 75%;}
    .page-template-template-about .follow-us-img {width: 100%;max-width: 280px;display: block;margin: -65px auto 30px;}
    .page-template-template-about .follow-us-block.dark-blue-ng .follow-us-img {margin-top: 0;}
    .follow-us-block.dark-blue-ng {padding-top: 40px;}
    .page-template-template-about .follow-us-detail {width: 100%;padding: 0;}
    .follow-us-img {
        width: 100%;
        max-width: 280px;
        display: block;
        margin: -20px auto 10px;
    }
    .follow-icon {
        position: static;
        width: 100%;
        flex-direction: row;
        margin-bottom: 30px;
        padding-top: 0;
    }
    .follow-us-detail {
        width: 100%;
        padding: 25px 0 0 0;
    }
    .follow-icon a {margin-bottom: 0;margin-right: 15px;}
    .follow-icon a:last-child {margin-right: 0;}
    .press-banner-img {
        width: 100%;
        order: 1;
    }
    .press-banner-content {
        padding-bottom: 30px;
        width: 100%;
        order: 2;
    }

    .search-result {max-width: 100%;}
    .search-result-content .search-description {padding-left: 15px;}
    .search-result-content .item-img {width: 30%;}
    .search-result-content .search-description {width: 70%;}

}

/* ----- 5. Small devices ≤640px ----- */
@media (max-width:640px) {

    .h1, h1 {
        /* Box-model */
        margin-bottom: 20px;

        /* Typography */
        font-size: 40px;
    }

    .h2, h2 {
        /* Box-model */
        margin-bottom: 20px;

        /* Typography */
        font-size: 22px;
    }

    .main-container { padding-top: 64px; }
    .main-header { padding: 7px 0 10px; }
    .flower-bg-1 { display: none; }
    .dress-designer-1 {
        /* Positioning */
        top: 3%;
        right: 0;
    }

    .has-inner-overlay img {
        /* Positioning */
        position: absolute;
        top: 0;
        left: 0;

        /* Box-model */
        width: 100%;
        height: 100%;
    }

    .has-inner-overlay .overlay-content {
        /* Positioning */
        position: relative;

        /* Box-model */
        padding: 15px;
    }

    .items-wrapper .single-item {
        /* Positioning */
        width: 50%;
        max-width: 310px;
    }

    .inner-content { padding: 30px 0; }
    .banner-content h1, .banner-content .h1 { font-size: 40px; }

    /*--------- Kontakt page ------------*/
    .inner-banner-content { padding: 15px; }
    .inner-banner-content .top-border {
        /* Positioning */
        padding-top: 15px;
        margin-bottom: 10px;
    }

    .inner-banner { margin-bottom: 40px; }
    .map-block { margin-bottom: 40px; }
    .google-map { height: 350px; }
    .follow-us-block {
        /* Box-model */
        padding: 0 0 40px 0;
        margin-bottom: 40px;
    }

    .follow-icon {
        /* Positioning */
        position: static;

        /* Box-model */
        width: 100%;
        flex-direction: row;
        margin-bottom: 30px;
        padding-top: 0;
    }

    .follow-icon a {
        /* Box-model */
        margin-bottom: 0;
        margin-right: 15px;
    }

    .follow-icon a:last-child { margin-right: 0; }
    .follow-us-detail {
        /* Box-model */
        width: 100%;
        padding-left: 0;
    }

    .follow-us-block.with-social .follow-us-detail { padding-left: 0; }
    .follow-us-img {
        /* Box-model */
        width: 100%;
        max-width: 280px;
        display: block;
        margin: -20px auto 30px;
    }

    .showroom-block { margin-bottom: 60px; }
    .showroom-img { margin-bottom: 40px; }

    /*--------- kundklubb page ------------*/
    .subscribe-wrapper { padding: 20px; }
    .gform_body { margin: 0; }
    .gfield {
        /* Box-model */
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }

    .subscribe-form { margin-bottom: 40px; }
    .follow-us-block.right-img .follow-us-img {
        /* Box-model */
        width: 100%;

        /* Visual */
        order: 1;
    }

    .follow-us-block.right-img .follow-us-detail {
        /* Box-model */
        width: 100%;

        /* Visual */
        order: 2;
    }

    .follow-us-block.right-img .follow-us-detail { padding-bottom: 0; }
    .follow-us-block .swed-logo {
        /* Box-model */
        max-width: 280px;
        margin: -60px auto 15px;
        width: 100%;
    }

    [class^="insta-"] .single-items { padding: 0; }

    /* press */
    .press-banner { margin-bottom: 20px; }

    .press-banner .top-border {
        /* Box-model */
        padding-top: 20px;
        margin-bottom: 10px;
    }

    /*--------- produktsida page ------------*/
    .product-img {margin: 0 auto 15px;}

    /*--------- common pages ------------*/
    .accounts-drawer {padding: 10px;}
    .account-title { margin-bottom: 30px; }
    .form-cell {
        /* Box-model */
        width: 100%;
        margin-bottom: 20px;
    }

    .form-links { margin: 0; }
    .form-cell { padding: 0; }

    .account-title .close-btn {
        /* Box-model */
        width: 30px;
        height: 30px;

        /* Typography */
        font-size: 28px;
    }

    .product-thumbnail { max-width: 100px; }
    .product-detail {
        /* Box-model */
        width: calc(100% - 100px);
        padding: 10px;
    }

    .product-sub .product-description { width: 100%; margin-bottom: 10px;}
    .product-sub .product-subtotal { width: 100%; }
    .product-name { font-size: 14px; }
    .product-sub { margin-bottom: 10px; }
    .cart-btns .btn {
        /* Box-model */
        padding: 10px;
        width: calc(50% - 5px);

        /* Typography */
        font-size: 13px;
    }

    .common-story-block.design-story { margin-bottom: 50px; }
    .product-wrapper { padding: 50px 30px; }
    .product-inner-detail {padding-left: 15px;}
    .form-link.text-right.forget-pass {
        /* Positioning */
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;

        /* Visual */
        text-align: center;
    }

    .variations .tawcvs-swatches .swatch {
        margin-right: 5px;
    }

    .woo-coupon-section .coupon {
        flex-direction: column;
    }
    .product-details {padding-top: 0;}
    .main-container .woocommerce-message {display: flex;flex-wrap: wrap;flex-direction: column;align-items: end;}
    .cart-shipping-section {max-width: 240px;}
    .woocommerce-MyAccount-content h2 {font-size: 24px !important;}


}

/* ----- 5. Small devices ≤481px ----- */
@media (max-width:481px) {
    .address-block {margin-bottom: 20px;}
    .address-block,
    .footer-links {width: 100%;}
    .items-wrapper .single-item {
        /* Box-model */
        width: 100%;
        max-width: 280px;
        margin: 0 auto 50px;
    }

    .all-items ul li {
        /* Box-model */
        display: block;
        margin-bottom: 10px;
    }

    .quality-img { margin: 0 0 30px 0; }
    .quality-img .single-img { padding: 0; }
    .quality-img .single-img:last-child { margin-bottom: 0; }

    .history-story .story-inner-img .top-img { width: 65%; }
    .history-story .story-inner-img .bottom-img { width: 55%; }
    .follow-us-block.follow-om-oss .follow-us-img { max-width: 185px; }
    .press-block .single-detail { width: 100%; }
    .press-detail h4 { margin-bottom: 10px; }
    .sweden-logo {
        /* Box-model */
        margin-top: 20px;
        margin-left: 10px;
    }

    .product-wrapper .product-inner-img {
        /* Box-model */
        width: 100%;
        max-width: 150px;
        margin: 0 auto 20px;
    }

    .product-inner-detail {
        /* Box-model */
        width: 100%;
        padding: 0;
    }

    .common-story-block.we-design .common-story-img { margin-bottom: 23%; }
    .product-remove {
        /* Box-model */
        flex-direction: column;
        align-items: flex-end;
    }

    .product-remove .remove {margin-right: 0;}
    .options-block .option-link {margin-left: 40px;}
    .option-link a:before, .option-link.wish-list a:before {left: -40px;}
    .option-link.wish-list a:hover::before {left: -40px;}

    /***after added shipping header***/
    .main-header .logo {max-width: 120px;}
    .extra-links ul li a:before, 
    .extra-links ul li span:before{font-size: 16px;vertical-align: middle;}
    .extra-links ul li a img {margin-right: 0;width: 20px;vertical-align: middle;}
    .main-header {padding: 10px 0 8px;}
    .extra-links ul li:last-child a{width: 20px;}

}

/* ----- iPhoneX ----- */
@media only screen and (min-width: 812px) and (orientation: landscape) and (max-height: 375px){
    /*--------- home page ------------*/
    .category-banner{margin-top: 0;}
    .hero-section .slick-dots{bottom: 10px;}
}

/* ----- devices ≤1440px ----- */
@media (min-width:1440px) {
    body.is-open {/*padding-right: 17px;*/}
    .top-img, .bottom-img {border-width: 12px;}
    .boxes-inputs-block .boxes-img {border-width: 12px;}
    .insta-mini .single-items .insta-decor, .insta-large .single-items .insta-decor {border-width: 10px;background: #fff;}
    .category-banner .grid-item {border-width: 12px;}
    .follow-us-img {border-width: 6px;}
    .google-map {border-width: 6px;}
}

/*29-01-2019*/
.icon.icon-arrow-right.has-sub-drop:hover { color: #973333; text-decoration: none; }
.gfield.checkbox-pad  { margin-bottom: 30px; }
.gfield.checkbox-pad .gfield_checkbox, .gform_body ul { margin-left: 0px; }
.gfield.checkbox-pad .gfield_checkbox li { list-style: none; }
.blog-inner-banner {  margin-bottom: 20px; }
.main-content  .updated { display:none; }
.main-content .blog-content-section { margin-bottom: 20px; }
.body-content .woo-reset-form .button {  margin-bottom: 20px; background-color: #973333; color: #fff; }
.woocommerce-product-gallery .woocommerce-product-gallery__trigger { display: none; }

.variations .tawcvs-swatches .swatch.selected {
    opacity: 1;
    color: #c47272;
    text-decoration: none;
    border-color: #c47272;
    background: none;
    box-shadow: none;
    border-radius: 0px;
}

.variations .tawcvs-swatches .swatch-label {
    padding: 0 0 10px 0;
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
    color: #0c283b;
    border: solid transparent;
    border-width: 0 0 2px 0;
    transition: 0.3s;
    opacity: 1;
    background-color: transparent;
    border-radius: unset;
    line-height: 1;
}

/*table.variations td.label > label, .product-subtotal .woocommerce-Price-currencySymbol {
display: none;
}*/
#full-width { width:100%; }

.remove-nav .slick-dots li.slick-active { display: none; }

.woocommerce-variation-price span.price del{
    text-decoration: line-through;
    color: #b4bdd3;
    opacity: unset;
    font-weight: 700;
}
.woocommerce-variation-price span.price ins{
    margin-right: 10px;
    font-size: 16px;
    font-weight: bolder;
    color: #c47272;
}

.product-quantity span.quantity {  padding: 0px 8px 0px 8px; font-size: 14px; }

.main-container .woocommerce-message { background-color: #c47272; }

.gallery-thumbs .overview-img a { /*pointer-events: none;*/ display: inline-block;vertical-align: top;width: 100%;}

.single-product div.product form.cart .quantity { float: none !important; margin-right: unset !important; display: flex; align-items: center; margin-bottom: 15px;}
.woocommerce-error li {   color: #fff !important; list-style: none !important; }

.option-link:hover .icon-heart-o { transform: scale(0.8); }
.quantity .screen-reader-text, .product-details .variations .label { display: none !important; }


.woocommerce-info, .woocommerce-noreviews, p.no-comments { background-color: #c47272 !important; }
.custom-wishlist-table, .yith-cart-form .woocommerce-message { display: none; }
.woo-cart-section #yith-wcwl-form { display: none; }
.yith-cart-form thead { display: none; }
.yith-cart-form tbody td {  padding: 0px 0px !important; }
.yith-cart-form tr td.product-thumbnail a img { max-width: 115px !important; width:auto !important; }

.page-section .woocommerce-MyAccount-navigation ul { border-top: 0px solid; }
.page-section .woocommerce-MyAccount-navigation ul li, .sswcmaat .woocommerce-MyAccount-navigation > ul:before { border-bottom: 0px solid; }
.sswcmaat .woocommerce-MyAccount-navigation > ul > li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation li.is-active a { border-bottom: 2px solid #c47272;  color: #c47272; font-size: 18px !important; font-weight: 700; line-height: 26px; }
.sswcmaat .woocommerce-MyAccount-navigation > ul > li a { display: inline-block; vertical-align: top; text-transform: none; font-size: 16px; color:#c47272; padding: 0px 0px 14px 0px; }
.sswcmaat .woocommerce-MyAccount-navigation > ul > li a:hover { color:#c47272; border-bottom-color: transparent; }
.sswcmaat .woocommerce-MyAccount-navigation > ul > li:after { content: none; }
.view-cart-btn { padding: 7px 12px; line-height: normal;  }
.view-cart-btn a{ color:#fff; text-decoration:none; }
.wishlist-cart-btns { display:flex; margin-left: 15px;}
.w-add-cart { padding-right: 15px; }
.w-data-remove a.remove {  margin-right: 0px; margin-bottom: 5px;}
.page-section .entry-content { padding-bottom:50px;  }
nav ul li.has-sub ul li.current-menu-item  > a {  background-color: #fff; color: #c47272; text-decoration: none; }
.wc-mini-cart .cart_totals { display: contents; }
.wc_mini_cart_item { display: flex; flex-wrap: wrap; margin-bottom: 15px; }
.wc_mini_cart_item .product-detail, .wc_mini_cart_item .product-thumbnail  {  background-color: #fcf0df; margin-bottom: 20px; }
.wishlist_table .add_to_cart.button { text-transform: capitalize !important; }
.overlay-content:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: rgb(108,88,88);
    background: -moz-linear-gradient(left, rgba(108,88,88,1) 0%, rgba(196,114,114,1) 22%, rgba(205,177,177,1) 100%);
    background: -webkit-linear-gradient(left, rgba(108,88,88,1) 0%,rgba(196,114,114,1) 22%,rgba(205,177,177,1) 100%);
    background: linear-gradient(to right, rgba(108,88,88,1) 0%,rgba(196,114,114,1) 22%,rgba(205,177,177,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6c5858', endColorstr='#cdb1b1',GradientType=1 );
    content: "";
}
.overlay-inner {position: relative;z-index: 1;height: 100%;overflow: auto;}
.form-link.text-center {text-align: center;}
.woocommerce-pagination .page-numbers li {padding: 0;z-index: 9;}
.woocommerce-pagination ul.page-numbers {flex-wrap: wrap;}
nav.woocommerce-pagination > ul.page-numbers > li:before {display: none !important;}
.woocommerce-pagination .page-numbers li .page-numbers {padding: 10px;display: inline-block;vertical-align: top;}
.woocommerce-pagination .page-numbers li .page-numbers.current {background-color: transparent !important;}
.woocommerce-pagination .page-numbers li .page-numbers:before, .woocommerce-pagination .page-numbers li .page-numbers:before {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 0px;
    content: "";
    background-color: #c47272;
    transition: 0.3s;
}

.woocommerce-pagination .page-numbers li .page-numbers:hover:before , .woocommerce-pagination .page-numbers li .page-numbers.current:before {width: 100%;}
#mobilenav .menu-outer.mob-show { padding-bottom: 0px; }
@media only screen and (max-width: 768px) {
    .sswcmaat .woocommerce-MyAccount-navigation > ul {height: auto !important;}
    .sswcmaat .woocommerce-MyAccount-navigation > ul > li.is-active a { border-bottom-color: #c47272; padding-bottom: 5px;
        margin-bottom: 10px; }
}

input[type=number] {
    -webkit-appearance: normal !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order-table .woocommerce-shipping-totals  {     display: contents;  }
.product-inner-detail a:before {display: none;}


/* 11-03-19 */
.all-items ul{position: relative;}
.all-items ul li{margin-bottom: 0; position: static;}
.sswcmaat .woocommerce-MyAccount-navigation > ul > li{position: static;}
.all-items li a{border-bottom: 0 !important;}
.all-items li a:hover{text-decoration: none;}
.all-items .hover-line,
#magic-line{
    width: 0;
    border-bottom: 2px solid #c47272;
    position: absolute;
    bottom: 0;
    left: auto;
    pointer-events: none;
    margin: 0;
}

.all-items li a::after {
    display: block;
    content: attr(title);
    font-weight: 700;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    font-size: 18px;
}
.all-items li:last-of-type:not(#magic-line) a{margin-right: 0;}
.all-items a{margin-right: 26px;}
.icon:not(.icon-arrow-right):hover{animation: none;}
.icon:not(.icon-arrow-right):hover:before{
    animation-name: push;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}
.option-link a:before, .option-link.wish-list a:before{pointer-events: auto;}
.main-header .logo,
.main-header .container{-webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;}
.main-header{position: fixed;}
.main-header.stuck{margin-top: 0; -webkit-transform:none ;
    -ms-transform:none ;
    -o-transform:none ;
    transform:none ;}

@media (min-width: 1024px) and (max-width: 1200px){
    .all-items a{margin-right: 12px;}    
}
@media (max-width: 767px) {
    #magic-line{display: none;}
    .all-items li.active a,
    .all-items li a.active,
    .woocommerce-MyAccount-navigation li.active a,
    .woocommerce-MyAccount-navigation li.is-active a,
    .woocommerce-MyAccount-navigation li a.is-active {
        border-bottom: 2px solid #c47272 !important;
    }
    .all-items ul li{margin-bottom: 10px;}
    .sale-order.tag { font-size: 11px; }
}

.tinvwl-table-manage-list dl.variation {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.tinvwl-table-manage-list dl.variation dd {
    margin: 0 0 0em !important;
}
.tinvwl-table-manage-list dl.variation dt.variation-Size {
    margin-right: 5px;
}

.tinvwl-table-manage-list .product-remove button.remove {
    background: none;
    text-transform: capitalize;
    color: #5d6476;
}
.tinvwl-table-manage-list .product-remove button.remove:hover {
    color: #973333;
}
.tinvwl-table-manage-list .product-action i {
    display:none;
}
.tinvwl-table-manage-list .product-remove .product-action span{
    text-transform: capitalize !important;
}
.tinvwl-table-manage-list .product-remove .product-action button {
    font-weight:600;
}
.tinvwl-table-manage-list .product-name a {
    text-transform: uppercase;
    color: #0c283b;
}
.tinvwl-table-manage-list .product-name a:hover{
    color: #c47272;
}

.category-banner .grid-item .zoom-out {
    position: relative;
}
.category-banner .grid-item {float: left;}
.category-banner .grid {overflow: hidden;clear: both;}
.banner-slider:not(.slick-initialized) .banner-slide:first-child {
    display: block;
}
.banner-slider .banner-slide {
    display: none;
}
.banner-slider.slick-initialized .banner-slide {
    display: block;
}
.woocommerce-checkout  #order_review #place_order { margin-bottom: 15px; }

.has-sub .menu-item-has-children:before {
    content: "\62";
    font-family: "dughult-albin" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.has-sub .menu-item-has-children:before {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 30px;
}
.has-sub .menu-item-has-children:hover:before {
    color:#973333;
}
.single-product .woocommerce-error li:nth-child(2) { display:none; }
.extra-links ul li a:hover:before, .extra-links ul li span:hover:before, .extra-links ul li a:hover .icon-num {color: #c47272;}
.product-thumbnail.mini_cart_item a {display: inline-block;vertical-align: top;height: 100%;width: 100%;}
.product-thumbnail.mini_cart_item a img {width: 100%;}

.image-zoom {
    position : absolute;
    left : 0;
    top : 0;
    bottom : 0;
    right : 0;
    opacity : 1;
    display : none;
    overflow : hidden;
    cursor:zoom-out;
    z-index: 999;
    background-color: #fff;
    height: 100vh;
    width: 50%;
}
.image-zoom img {
    position : absolute;
    top : 0;
    left : 0;
    max-width: none;
    width: 100%;
}
.image-zoom a {
    display: inline-block !important;
    width: 100%;
    vertical-align: top;
    height: 100%;
}

@media (max-width: 768px) {
    .image-zoom {
        width: 100%;
    }
}

.scroll-hidden {overflow: hidden;height: 100%; position: fixed;width: 100%;}
.cloth-slider {font-size: 0;}
.other_slide {width: 25%;display: inline-block;vertical-align: top;}
.other_slide .single-item {position: relative;}

.cloth-slider .cloth-slides {display: none;}
.cloth-slider .cloth-slides:nth-child(1),
.cloth-slider .cloth-slides:nth-child(2),
.cloth-slider .cloth-slides:nth-child(3),
.cloth-slider .cloth-slides:nth-child(4)
{display: inline-block;vertical-align: top;}
.cloth-slider.slick-initialized .cloth-slides {display: inline-block;vertical-align: top;}
.wishlist_item .product-thumbnail img { width:100%; }

.category-banner .grid-item {position: relative;}
.category-banner .grid-item.left {float: left;}
.category-banner .grid-item.right {float: right;}
.woo_amc_open.right-bottom-fixed, .woo_amc_container_wrap.woo_amc_show { display:none; }
.woo_amc_bg.woo_amc_show {  visibility: hidden !important; opacity: 0 !important; }
.add-to-cart .wc-forward { display:none !important; }
.wrapper-content .search-result-content .search-description { padding-left: 0px !important; }
.success-msg { padding: 10px 0; font-size: 16px; }
.woocommerce-cart .all-categories-block .tinv-wishlist { display:none; }

.all-items ul li a {color: #c47272;}
.all-items ul li a:hover {color: #c47272;}
.all-items ul li a.category-menu {font-size: 18px !important;}
.variations .tawcvs-swatches .swatch:hover {border-color: #c47272;color: #c47272;}
nav>ul>li.current-menu-parent>a {color: #c47272;text-decoration: none;}
nav>ul>li.current-menu-parent:after {width: 100%;}
.wishlist-heart-icon .option-link.wish-list a {border: none;}

/* 15-04-19 */
.extra-links li .icon-heart-o.icon-heart-fill:before,
.extra-links li .icon-heart-o:hover:before {
    /* Visual */
    color: #c47272;
    content: "\70";
}

/* categories */
.all-items ul li{
    /* Positioning */
    position: relative;

    /* Box-model */
    padding:0px 15px 15px;
    margin: 0 15px 0 0;
}

.all-items ul li:after {
    /* Positioning */
    position: absolute;
    left: 0px;
    bottom: 0px;

    /* Box-model */
    height: 2px;
    width: 0px;

    /* Typography */
    content: "";

    /* Visual */
    background-color: #c47272;
    transition: 0.3s;
}

.all-items ul li:hover:after,
.all-items ul li.active:after,
.all-items ul li.current-menu-item:after,
.all-items ul li.current-menu-ancestor:after {
    /* Box-model */
    width: 100%;
}

.all-items ul li:last-child {
    /* Box-model */
    margin-right: 0;
}

.all-items ul li a {
    /* Box-model */
    padding: 0;
    margin: 0;

    /* Typography */
    text-transform: lowercase;
}

.overlay-icon ul li .yith-wcqv-button {
    /* Typography */
    font-size: 0px;
}

.overlay-icon ul li .yith-wcqv-button:before {
    /* Typography */
    content: "\64";
    font-size: 32px;
    font-family: "dughult-albin" !important;
    text-transform: none !important;
}

.overlay-icon li:hover:before, .overlay-icon li a:hover:before {
    /* Typography */
    color: #c47272;
}

/*--------- home page ---------*/

/* banner part */
.banner-slider .banner-content {
    /* Box-model */
    flex-direction: column;
}

.banner-content h1, .banner-content .h1 {
    /* Box-model */
    margin-bottom: 60px;
}

.banner-slider .banner-content .slider-cta-btn {
    /* Box-model */
    padding: 10px 20px;
    min-width: 155px;

    /* Typography */
    font-size: 20px;
    text-transform: uppercase;
    color: #0c283b;

    /* Visual */
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.8);
}

.banner-slider .banner-content .slider-cta-btn:hover {
    /* Typography */
    color: #973333;
    text-decoration: none;

    /* Visual */
    background-color: rgba(255, 255, 255, 1);
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    /* Box-model */
    height: auto !important;
}

#yith-quick-view-modal.open .yith-wcqv-main {
    /* Visual */
    overflow-y: auto;
}

#yith-quick-view-modal .product{
    /* Box-model */
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#yith-quick-view-modal .product-img {
    /* Box-model */
    width: 40%;
}

#yith-quick-view-modal .overview-section {
    /* Box-model */
    display: none;
}

#yith-quick-view-content div.summary {
    /* Box-model */
    width: 50%;
    padding: 0 0 0 25px;
}

#yith-quick-view-content table.variations .label label {
    /* Box-model */
    display: none;
}

#yith-quick-view-content div.summary .quantity {
    /* Box-model */
    display: none !important;
}

.wishlist-heart-icon .option-link.wish-list a:before {
    /* Typography */
    font-size: 34px;
}


.wishlist-heart-icon .option-link.wish-list a:hover:before {
    /* Typography */
    color: #c47272;
    content: "\70";
    font-family: "dughult-albin" !important;
    font-size: 26px;
    left: 0px !important;
}

@media (max-width: 812px) {
    #yith-quick-view-modal {
        /* Box-model */
        padding-top: 30px;
    }

    #yith-quick-view-modal .yith-wcqv-wrapper {
        /* Box-model */
        height: 100% !important;
    }
}

@media (max-width: 767px) {
    /* categories */
    .all-items {
        /* Box-model */
        padding: 0 7px;
    }

    .all-items ul li {
        /* Box-model */
        margin-bottom: 10px;
    }

    .all-items li.active a {
        /* Box-model */
        padding: 0;

        /* Visual */
        border: none !important;
    }

    .all-items ul li a:after {
        /* Box-model */
        display: none;
    }

    /* banner part */
    .banner-content h1, .banner-content .h1 {
        /* Box-model */
        margin-bottom: 30px;
    }

    .banner-slider .banner-content .slider-cta-btn {
        /* Box-model */
        padding: 8px 20px;
        min-width: 125px;

        /* Typography */
        font-size: 18px;
    }

    #yith-quick-view-modal .product{
        /* Box-model */
        flex-direction: column;
        width: 100%;
        padding: 10px;
    }

    #yith-quick-view-modal .product-img {
        /* Box-model */
        width: 100%;
    }

    #yith-quick-view-content div.summary {
        /* Box-model */
        width: 100%;
        padding: 15px;
    }

    .product-title {
        /* Box-model */
        margin-top: 0;
    }

    .product-title h1{
        /* Typography */
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    #yith-quick-view-content div.summary {
        /* Box-model */
        padding: 0;
    }

    .add-to-cart button {
        /* Box-model */
        min-width: auto;
    }
}


/* 17-04-19 */
.sswcmaat .woocommerce-MyAccount-navigation > ul > li {
    /* Positioning */
    position: relative;

    /* Box-model */
    padding: 0 8px 16px;
    margin: 0 8px 0 0;
}

.sswcmaat .woocommerce-MyAccount-navigation > ul > li:after {
    /* Positioning */
    position: absolute;
    left: 0px;
    bottom: 0px;

    /* Box-model */
    height: 2px;
    width: 0px;

    /* Typography */
    content: "";

    /* Visual */
    background-color: #c47272;
    transition: 0.3s;
}

.sswcmaat .woocommerce-MyAccount-navigation > ul > li:hover:after,
.sswcmaat .woocommerce-MyAccount-navigation > ul > li.active:after {
    /* Box-model */
    width: 100%;
}

.sswcmaat .woocommerce-MyAccount-navigation > ul > li:last-child {
    /* Box-model */
    margin-right: 0;
}

.sswcmaat .woocommerce-MyAccount-navigation > ul > li a {
    /* Box-model */
    padding: 0;
    margin: 0;

    /* Typography */
    text-transform: lowercase;
}

@media (max-width: 1024px) {
    .sswcmaat .woocommerce-MyAccount-navigation > ul > li {
        /* Box-model */
        padding: 0 8px 10px;
        margin: 0 8px 10px 0;
    }

    .sswcmaat .woocommerce-MyAccount-navigation > ul > li.is-active a {
        /* Box-model */
        margin-bottom: 0;
    }

    .sswcmaat.woocommerce-account .woocommerce-MyAccount-navigation {
        /* Box-model */
        padding: 0;
    }
}

.icon-dughult-pattern: before {
    content: url('/wp-content/themes/dughult/assets/images/stylist.svg');
}

.option-link.option-product-pattern a:before {
    /* Typography */
    content: "";
}

.option-link.option-product-pattern span {
    margin-left: -60px;
    margin-right: 26px;
}

.option-link.option-product-pattern a {
    font-weight: 600 !important;
}

.tag-top-right {
    top: 7px !important;
    right: 7px !important;
    left: auto !important;
}

.shippinglinesdata h6 {
    color: #5d6476;
    font-weight: 600 !important;
}
/* 16/12/2019  */
.single-product div.product table.variations {max-width: 274px;width: 100%;}
#pa_leverans {padding: 10px 15px;width: 100%;display: block;border: 2px solid #c47272;max-width: 100%;font-family: 'Lato', sans-serif;font-size: 17px; -webkit-appearance: none; background-image: url(./images/arrow-down-dropdown.png); background-repeat: no-repeat;background-position: 97% 50%; background-size: 16px 8px; }
#pa_leverans:focus {outline: none;}
select#pa_leverans::-ms-expand {
    display: none;
}

/* Mailchimp */
.mc4wp-checkbox input[type="checkbox"] {
    /* Box-model */
    display: none;

    /* Visual */
    opacity: 0;
    visibility: hidden;
}

.mc4wp-checkbox label, .checkbox label {
    position: relative;
    cursor: pointer;
}

.mc4wp-checkbox label:before, .checkbox label:before {
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    width: 35px;
    margin-right: 20px;
    content: "";
    background-color: #fff;
    cursor: pointer;
}

.mc4wp-checkbox label span , .checkbox label span {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 65px);
}

.mc4wp-checkbox input[type="checkbox"]:checked, 
.mc4wp-checkbox label:after, 
.mc4wp-checkbox input[type="checkbox"]:not(:checked) {
    background-image: url(https://dughult.se/wp-content/themes/dughult/images/true.png);
}

.mc4wp-checkbox input[type="checkbox"]:checked,
.mc4wp-checkbox label:after ,
.mc4wp-checkbox input[type="checkbox"]:not(:checked) {
    /* Positioning */
    position: absolute;
    left: 5px;
    top: 8px;

    /* Box-model */
    height: 17px;
    width: 24px;

    /* Typography */
    content: "";

    /* Visual */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: 0.4s;
}

.mc4wp-checkbox input[type="checkbox"]:not(:checked) + label:after {
    /* Visual */
    opacity: 0;
    visibility: hidden;
}

.mc4wp-checkbox input[type="checkbox"]:checked + label:after {
    /* Visual */
    opacity: 1;
    visibility: visible;
    background-image: url(https://dughult.se/wp-content/themes/dughult/images/true.png);
}

.mc4wp-checkbox-woocommerce label {
    position: relative !important;
}

.mc4wp-checkbox label:before, .checkbox label:before {
    border: 1px solid #dedede;
}

.extra-links .wpml-ls-legacy-dropdown {
    width: auto !important;
}