<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address,
small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,
input, textarea, option, .nobox {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

blockquote, q {
    quotes: none;
}

br {
    height: 0;
}

ul, ol, dl, li {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    border: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
}
body strong,
body b{
    font-weight: 600;
}
body select{
    font-family: "stevie-sans", sans-serif;
    font-weight: 400;
}

/* Class for clearing floats */
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.cf:after, .cf:before {
    display: table;
    content: ''
}

.cf:after {
    clear: both;
}

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

/* 2. Base Typography
------------------------------------------------------------------------------*/
body {
    color: #000000;
    font-family: "nimbus-sans", sans-serif;
    font-weight: 400;
    line-height: 1.3;
    font-size: 14px;
}

ul li {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    /*text-transform: uppercase;*/
    color: #404041;
}

h1 {
    font-size: 47px;
    line-height: 54px;
}

h2 {
    margin-bottom: 15px;
    font-size: 37px;
    line-height: 42px;
}

h3 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 30px;
}

h4 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 28px;
}

h5 {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 30px;
}

h6 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17px;
    border-left: 5px solid #eee;
}

p {
    margin-bottom: 20px;
    color: #2c2c2c;
}

p strong {
    display: block;
    font-weight: 600;
}

p a {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

p span {
    color: inherit;
    font-weight: 300;
}

ul {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    margin-left: 15px;
}

ul li {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: black;
    font-weight: 300;
}

ol {
    /* Box-model */
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    margin-left: 18px;
}

ol li {
    /* Box-model */
    padding: 0;
    margin: 0;

    /* Typography */
    font-size: 16px;
    line-height: 24px;
    color: #2c2c2c;
    font-weight: 300;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

/* 3. Images
------------------------------------------------------------------------------*/
img {
    max-width: 100%;
    vertical-align: middle;
    border: none;
    border-style: none;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.aligncenter,
.alignnone {
    float: none;
    margin: 0 auto 20px;
}


/* 4. Link
------------------------------------------------------------------------------*/
a {
    color: #ea7617;
    text-decoration: none;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

a:hover,
a:focus {
    color: #7b7b7b;
    outline: none;
}

/* 5. Forms
------------------------------------------------------------------------------*/

::-webkit-input-placeholder {
    font-weight: 300;
    color: #aeaeae;
}

::-moz-placeholder {
    font-weight: 300;
    color: #aeaeae;
}

:-ms-input-placeholder {
    font-weight: 300;
    color: #aeaeae;
}

:-moz-placeholder {
    font-weight: 300;
    color: #aeaeae;
}

.contact.form ::-webkit-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #aeaeae;
}

.contact.form ::-moz-placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #aeaeae;
}

.contact.form :-ms-input-placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #aeaeae;
}

.contact.form :-moz-placeholder {
    font-weight: 300;
    font-size: 14px;
    color: #aeaeae;
}
body .message.error{
    font-size: 14px;
}
body .message.success{
    font-size: 14px;
}
@-moz-document url-prefix() {
    ::-webkit-input-placeholder {
        font-weight: 300;
        opacity: 1;
    }
    ::-moz-placeholder {
        font-weight: 300;
        opacity: 1;
    }
    :-ms-input-placeholder {
        font-weight: 300;
        opacity: 1;
    }
    :-moz-placeholder {
        font-weight: 300;
        opacity: 1;
    }
}

input,
button,
select,
textarea {
    font-weight: 300;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    -webkit-text-size-adjust: none;
    outline: none
}

select {
    box-shadow: none;
    border-radius: 0px;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
}

input[type='email'],
input[type='text'],
input[type='search'],
input[type='tel'],
input[type='password'],
textarea {
    padding: 0 10px 0 22px;
    display: block;
    width: 100%;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
    color: #848484;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-family: "nimbus-sans", sans-serif;
    letter-spacing: -0.2px;
}

body.checkout-index-index .input-text {
    font-size: 16px;
    line-height: 30px;
}

::-webkit-input-placeholder {
    color: #848484;
    font-size: 12px;
    font-weight: 400;
    opacity: 1;
    font-family: "nimbus-sans", sans-serif;
    letter-spacing: -0.2px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #848484;
    font-size: 12px;
    font-weight: 400;
    opacity: 1;
    font-family: "nimbus-sans", sans-serif;
    letter-spacing: -0.2px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #848484;
    font-size: 12px;
    font-weight: 400;
    opacity: 1;
    font-family: "nimbus-sans", sans-serif;
    letter-spacing: -0.2px;
}

:-ms-input-placeholder {
    color: #848484;
    font-size: 12px;
    font-weight: 400;
    opacity: 1;
    font-family: "nimbus-sans", sans-serif;
    letter-spacing: -0.2px;
}

textarea {
    padding: 15px 22px;
    height: 122px;
    line-height: 24px;
    overflow: auto;
    resize: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    padding: 0 18px;
    height: 42px;
    text-align: center;
    font-weight: 400;
    line-height: 39px;
    text-transform: uppercase;
    color: white;
    line-height: 42px;
    border: none;
    background-color: #d8a462;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}
body .action-primary:focus,
body button:hover,
body .action-primary:hover,
body .action-primary:active{
    background-color: #D8A462;
    color: white;
    border:none;
}
body ._keyfocus *:focus,
body input:not([disabled]):focus,
body textarea:not([disabled]):focus,
body select:not([disabled]):focus {
    box-shadow: none;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

@media (min-width: 768px) {
    .page-main {
        max-width: 1100px;
        font-weight: 300;
    }

    .top-container {
        max-width: 1400px;
        font-weight: 300;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
}


/* 6. Tables
------------------------------------------------------------------------------*/
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    text-align: left;
    font-weight: normal;
}

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

/* commomn css */
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-justify {
    text-align: justify;
}

.left {
    float: left;
}

.right {
    float: right;
}

.mm-page {
    min-height: 100%;
}

#wrapper {
    width: 100%;
    min-height: 100%;
}

.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1102px;
    padding: 0 22px;
}

/* button */
.btn {
    display: inline-block;
    padding: 0 18px;
    height: 42px;
    min-width: 110px;
    text-align: center;
    font-weight: 700;
    line-height: 39px;
    text-transform: uppercase;
    color: #ea7617;
    cursor: pointer;
    border: 2px solid #ea7617;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #ea7617;
}

ul {
    margin: 0;
    padding: 0;
}

/*header start*/
.menu-icon {
    display: none;
}

header .small-head p {
    padding: 5px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    margin: 0;
}

header .small-head p a {
    color: #fff;
}

header .small-head p a:hover {
    text-decoration: underline;
}

.small-head .small-head-top {
    background: #4141b1;
}

.small-head .small-head-bottom {
    background: #ececec;
}

.small-head span {
    display: block;
    font-size: 15px;
    text-align: center;
    padding: 5px;
    color: #000;
    text-transform: capitalize;
}

.small-head span a {
    color: #000;
    font-weight: 600;
}

.small-head span a:hover {
    text-decoration: underline;
}

.first-header {
    padding: 9px 0px 10px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.main-menu,
html body .nav-sections {
    border-top: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    margin-bottom: 16px;
    background-color: #ffffff;
}

html body .nav-sections .nav-sections-items {
    margin: 0 auto;
    width: 100%;
    max-width: 1102px;
    padding: 0 22px;
}

html body .nav-sections .nav-sections-items .navigation {
    background: transparent;
}

.first-header .logo {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    float: none;
    vertical-align: top;
    line-height: 59px;
    height: 59px;
}

.first-header .logo img {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.first-header .right-header {
    float: right;
    padding-top: 16px;
}

header.page-header .header.content {
    display: none;
}

.first-header .right-header ul li {
    display: inline-block;
    margin-left: 24px;
    vertical-align: middle;
    position: relative;
}

.first-header .right-header ul li:last-child {
    margin-left: 48px;
}

.first-header .right-header ul li span {
    height: 25px;
    width: 25px;
    border: 1px solid #d8a462;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    left: -30px;
    text-align: center;
    color: #d8a462;
}

.first-header .right-header ul li a {
    color: #000;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    position: relative;
}

.first-header .right-header ul li a:hover {
    color: #d8a462;
}

.first-header .right-header ul li a i.fab.fa-sistrix {
    position: absolute;
    right: 10px;
    top: 6px;
    font-size: 19px;
    color: #545454;
}

.first-header .right-header ul li a input#email {
    width: 300px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}

.first-header .right-header ul li a input#email {
    padding: 0 15px;
}

.first-header .right-header ul {
    margin: 0;
    padding: 0;
}

html body .right-header .minicart-wrapper {
    float: left;
    padding: 7px 0px 0px 17px;
    margin: 0px;
}

html body .right-header .minicart-wrapper .action.showcart {
    font-size: 12px !important;
    color: #000000;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -0.2px;
}

html body .right-header .minicart-wrapper .action.showcart span.text {
    font-size: 12px !important;
    color: #000000;
    line-height: normal;
    text-align: center;
    text-transform: uppercase;
    float: right;
    padding: 0px 0px 0px 10px;
    letter-spacing: -0.2px;
    border: 0;
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: relative;
    width: auto;
    font-weight: 300;
}

html body .right-header .minicart-wrapper .action.showcart::before {
    display: none !important;
}

html body .right-header .minicart-wrapper .action.showcart .counter.qty,
html body .right-header .minicart-wrapper .action.showcart .counter.qty.empty {
    float: left;
    width: 19px;
    height: 19px;
    border-radius: 100%;
    border: 1px solid #d8a462;
    background-color: transparent;
    font-size: 14px !important;
    font-weight: 300;
    color: #d8a462 !important;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    margin: -2px 0px 0px 0px;
    display: block !important;
    position: relative;
}

html body .right-header .minicart-wrapper .action.showcart .counter.qty.empty::before {
    position: absolute;
    content: none;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    font-size: 14px !important;
    font-weight: 300;
    color: #d8a462 !important;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
}

html body .right-header .minicart-wrapper .action.showcart .counter-number {
    text-shadow: none;
}

html body .right-header .minicart-wrapper .loading-mask {
    display: none !important;
}

.right-header .header.links {
    float: left;
    padding: 7px 0px 0px 22px;
    margin: 0px;
}

.right-header .header.links li {
    margin: 0px !important;
    padding: 0px;
    list-style-type: none;
    float: left;
    position: relative;
    line-height: normal;
}

.right-header .header.links li:first-child {
    float: right;
}

.right-header .header.links li a {
    float: left;
    width: auto;
    font-size: 12px !important;
    letter-spacing: -0.2px;
    color: #000000;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 300;
}

.right-header .header.links li.authorization-link::after {
    position: relative;
    content: "/";
    float: right;
    margin: -3px 2px;
    font-size: 16px !important;
    color: #000000;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    font-weight: 300;
}
body .block-search{
    z-index: 1 !important;
}
.right-header .block.block-search {
    float: left;
    width: auto;
}

.right-header .block.block-search .block.block-title {
    display: none;
}

.right-header .block.block-search .form.minisearch .field.search .label {
    display: none;
}

.right-header .block.block-search .form.minisearch {
    width: 303px;
    max-width: 303px;
    position: relative;
}

.right-header .block.block-search .form.minisearch .search .control .input-text {
    width: 100%;
    height: 30px;
    line-height: 28px;
    border: 1px solid #D3D3D3;
    padding: 0px 12px;
}

.right-header .block.block-search .form.minisearch .actions {
    width: auto;
    height: auto;
    line-height: normal;
}

.right-header .block.block-search .form.minisearch .actions .action.search {
    width: auto;
    height: auto;
    line-height: normal;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 7px;
    right: 12px;
    cursor: pointer;
    border: 0px !important;
    outline: none !important;
    background-color: transparent !important;
    padding: 0px !important;
    margin: 0px !important;
    line-height: normal !important;
    font-size: 0px !important;
    background-image: url("../images/desktop-search.svg");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    opacity: 1;
}

.right-header .block.block-search .form.minisearch .actions .action.search::before {
    display: none;
}

html body p:empty {
    display: none;
}

.main-menu &gt; .container &gt; ul,
html body .nav-sections .nav-sections-items .navigation &gt; ul {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
}

.main-menu &gt; .container &gt; ul &gt; li,
html body .nav-sections .nav-sections-items .navigation &gt; ul &gt; li {
    list-style-type: none;
    padding: 14px 15px;
    margin: 0px;
    line-height: 0;
}

.main-menu &gt; .container &gt; ul &gt; li:nth-child(1),
html body .nav-sections .nav-sections-items .navigation &gt; ul &gt; li:nth-child(1) {
    padding-left: 0px;
}

.main-menu &gt; .container &gt; ul &gt; li:nth-last-child(1),
html body .nav-sections .nav-sections-items .navigation &gt; ul &gt; li:nth-last-child(1) {
    padding-right: 0px;
}

.main-menu &gt; .container &gt; ul &gt; li &gt; a,
html body .nav-sections .nav-sections-items .navigation &gt; ul &gt; li &gt; a {
    color: #111010;
    text-transform: capitalize;
    font-family: "stevie-sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    vertical-align: middle;
    display: inline-block;
    padding: 0px;
}

.main-menu &gt; .container &gt; ul &gt; li.active &gt; a,
html body .nav-sections .nav-sections-items .navigation &gt; ul &gt; li.active &gt; a {
    color: #d8a462;
    /*padding: 0px 11px 11px;*/
    /*border-bottom: 2px solid #d8a462;*/
    border: 0px;
}

.main-menu &gt; .container &gt; ul &gt; li.active:nth-child(1),
html body .nav-sections .nav-sections-items .navigation &gt; ul &gt; li.active:nth-child(1) {
    padding-left: 15px;
}

.main-menu &gt; .container &gt; ul &gt; li.active:nth-last-child(1),
html body .nav-sections .nav-sections-items .navigation &gt; ul &gt; li.active:nth-last-child(1) {
    padding-right: 15px;
}

.main-menu &gt; .container &gt; ul &gt; li.active::after,
html body .nav-sections .nav-sections-items .navigation &gt; ul &gt; li.active::after {
    position: absolute;
    content: "";
    top: auto;
    left: 0px;
    right: 0px;
    bottom: -2px;
    margin: 0px auto;
    width: 100%;
    height: 2px;
    /*background-color: #d8a462;*/
}

.main-menu &gt; .container &gt; ul &gt; li a:hover,
html body .nav-sections .nav-sections-items .navigation &gt; ul &gt; li &gt; a:hover {
    color: #d8a462;
    text-decoration: none;
}

.main-menu &gt; .container &gt; ul &gt; li:last-child,
html body .nav-sections .nav-sections-items .navigation &gt; ul &gt; li:last-child {
    margin-right: 0;
}

.first-header .logo a h1 {
    color: #d8a462;
    font-size: 50px;
    line-height: normal;
    font-weight: 700;
}


.owl-dots button.owl-dot {
    width: 6px;
    height: 6px;
    /*background: #d8a462;*/
    background-color: #cccecf !important;
    margin-right: 10px;
    border-radius: 50%;
    border: 0px !important;
    box-shadow: none !important;
}

.owl-dots button.owl-dot.active {
    background-color: #000000 !important;
    border: 0px !important;
    box-shadow: none !important;
}

.owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%);
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    left: 20px;
    display: block !important;
    border: 0px solid black;
    box-shadow: none;
    box-shadow: none !important;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: 20px;
    display: block !important;
    border: 0px solid black;
    box-shadow: none !important;
}

.klarna-section .owl-prev,
.klarna-section .owl-next {
    top: 25%;
}

.owl-prev span {
    font-size: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/png2/Desktop-ScrollArrow-Right@2x.png) no-repeat;
    background-size: contain;

}

.owl-next span {
    font-size: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/png2/Desktop-ScrollArrow-Left@2x.png) no-repeat;
    background-size: contain;

}

#home_page_bannerslider .owl-prev span {
    font-size: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/png2/ArrowRightWhite.png) no-repeat;
    background-size: contain;

}

#home_page_bannerslider .owl-next span {
    font-size: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../images/png2/ArrowLeftWhite.png) no-repeat;
    background-size: contain;

}

section.fav-sec {
    margin: 28px 0 0;
}

.banner-image {
    position: relative;
}

.banner-image button:hover {
    background: none;
    color: #d8a462;
}

.banner-image button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%);
    border: none;
    color: #000;
    font-size: 20px;
}

/*favourites section*/

section.fav-sec .fav-title .line-l {
    width: 42.5%;
    border-bottom: 1px solid #A7A7A7;
    float: left;
}

section.fav-sec .fav-title .line-middle {
    float: left;
    width: 15%;
    text-align: center;
}

section.fav-sec .fav-title .line-middle h4 {
    font-size: 13px;
    margin-top: -15px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

section.fav-sec .fav-title .line-r {
    width: 42.5%;
    float: right;
    border-bottom: 1px solid #A7A7A7;
}

section.fav-sec .row {
    margin: 0 -6px;
}

section.fav-sec .fav-main .fav-content {
    width: 50%;
    float: left;
    padding: 0 9px;
    position: relative;
}

.contact-footer {
    position: absolute;
    width: calc(100% - 0px);
    top: auto;
    right: 0px;
    margin: 0px auto;
    bottom: 0px;
    left: 0px;
    display: flex;
    justify-content: space-between;
    padding: 0px 15px 11px;
}

.content-fav-up-1 .contact-footer p,
.content-fav-up-1 .contact-footer a {
    margin: 0px;
    padding: 0px;
    color: #413735;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.content-fav-up-1 .contact-footer a {
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 11px;
}

.content-fav-up-1 .contact-footer a:hover {
    text-decoration: none;
    color: #413735;
}

.content-fav-up-1 {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: 0px;
    width: calc(100% - 12px);
    height: 100%;
}

.content-fav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.fav-sec .fav-main .fav-content .content-fav h5 {
    color: #413735;
    font-size: 60px;
    margin-bottom: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 75px;
    letter-spacing: 5px;
    font-weight: 700;
}

section.fav-sec .fav-main .fav-content .content-fav a {
    font-size: 25px;
    color: #47454f;
    text-transform: uppercase;
}

section.fav-sec .fav-main .fav-content .content-fav a:hover {
    color: #d8a462;
}

section.fav-sec .fav-main .fav-content .content-right {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

section.fav-sec .fav-main .fav-content .content-right p {
    color: #353434;
    margin: 0 0 0 0;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    line-height: 50px;
    letter-spacing: 5px;
}

section.fav-sec .fav-main .fav-content .content-right p span {
    font-size: 27px;
    font-weight: 300;
}

section.fav-sec .fav-main .fav-content .content-right h5 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0 40px 0;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

section.fav-sec .fav-main .fav-content .content-right h6 {
    color: #35343a;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: normal;
}

/*favourites section E*/

/*about-us-s*/

section.about-us-section .fav-title .line-l {
    width: 42.5%;
    border-bottom: 1px solid #A7A7A7;
    float: left;
}

section.about-us-section .fav-title .line-middle {
    float: left;
    width: 15%;
    text-align: center;
}

section.about-us-section .fav-title .line-middle h4 {
    font-size: 13px;
    margin-top: -15px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
}

section.about-us-section .fav-title .line-r {
    width: 42.5%;
    float: right;
    border-bottom: 1px solid #A7A7A7;
}

section.about-us-section {
    margin: 28px 0 90px;
}

section.trustpilot-section {
    padding-bottom: 27px;
}

section.about-us-section .row {
    margin: 0 -6px;
}

section.about-us-section .about-main {
    float: left;
}

section.about-us-section .about-main .column {
    float: left;
    width: 33.33%;
    padding: 0 9px;
    position: relative;
}

.about-us-content .about-info h6 {
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #D3C4B0;
    margin: 0;
    text-align: center;
}

html .about-main.about-main-second .about-us-content .about-info h6 {
    font-size: 40px;
}

html .about-main.about-main-second .column:nth-child(1) .about-us-content .about-info h6,
html .about-main.about-main-second .column:nth-child(2) .about-us-content .about-info h6,
html .about-main.about-main-second .column:nth-child(3) .about-us-content .about-info h6 {
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #D3C4B0;
}

html .about-main.about-main-second .column .about-us-content .about-info h5,
html .about-main.about-main-second .column .about-us-content .about-info span {
    color: #D3C4B0;
    letter-spacing: 5px;
    font-weight: 300;
}

html .about-main.about-main-second .column .about-us-content .about-info h5 {
    margin: 0px 0px 15px 0px;
}

html .about-main.about-main-second .column .about-us-content .about-info span {
    text-transform: uppercase;
    line-height: 30px;
    letter-spacing: 2px;
}

.about-us-content .about-info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% - 30px);
    text-align: center;
    transform: translate(-50%, -50%);
}

.about-us-content .bottom-text {
    position: absolute;
    bottom: 15px;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%);
}

html .about-main.about-main-second .column .about-us-content .bottom-text p {
    color: #D3C4B0;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.about-us-content .about-info h5 {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    font-weight: normal;
}

.about-us-content .about-info span {
    color: #fff;
    font-size: 25px;
    text-transform: capitalize;
}

/*about-us -e*/

/*newslatter-section*/

section.newslatter-section .main-news .left-content {
    width: 50%;
    float: left;
    padding: 68px 0;
}

section.newslatter-section .main-news .right-content {
    width: 50%;
    float: left;
    padding: 62px 0 40px;
}

section.newslatter-section .main-news .right-content .first {
    text-align: right;
}

section.newslatter-section .main-news .right-content .social-icon {
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

section.newslatter-section {
    border-top: 1px solid #A7A7A7;
    border-bottom: 1px solid #A7A7A7;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

section.newslatter-section .main-news .right-content .newsletter .subscribe .newsletter {
    float: none;
    max-width: none;
}

section.newslatter-section .main-news .right-content .newsletter .subscribe .actions {
    width: 68px;
    float: none;
}

section.newslatter-section .main-news .right-content .first .block.newsletter {
    max-width: 100%;
    width: 100%;
}

section.newslatter-section .main-news .right-content .first .block.newsletter .field .control::before {
    display: none !important;
}

section.newslatter-section .main-news .right-content .first input.input-text,
section.newslatter-section .main-news .right-content .first input[type="email"] {
    width: calc(100% - 0px);
    height: 40px;
    vertical-align: middle;
    line-height: 38px;
    display: inline-block;
    padding: 0 11px;
    color: #999999;
    font-size: 16px;
    font-weight: 300;
}

section.newslatter-section .main-news .right-content .newsletter form *::-webkit-input-placeholder {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
    font-family: "nimbus-sans", sans-serif;
    letter-spacing: -0.2px;
}

section.newslatter-section .main-news .right-content .newsletter form *:-moz-placeholder {
    /* Firefox 18- */
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
    font-family: "nimbus-sans", sans-serif;
    letter-spacing: -0.2px;
}

section.newslatter-section .main-news .right-content .newsletter form *::-moz-placeholder {
    /* Firefox 19+ */
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
    font-family: "nimbus-sans", sans-serif;
    letter-spacing: -0.2px;
}

section.newslatter-section .main-news .right-content .newsletter form *:-ms-input-placeholder {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    opacity: 1;
    font-family: "nimbus-sans", sans-serif;
    letter-spacing: -0.2px;
}

section.newslatter-section .main-news .right-content .newsletter .subscribe .actions .action.subscribe:after {
    content: '';
    background-image: url(../images/arrow-right-icon.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 14px auto;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    /*width: 20px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

section.newslatter-section .main-news .right-content .newsletter .subscribe .actions .action.subscribe {
    display: inline-block;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    background: black;
    position: relative;
    border: 0px;
    font-size: 0px;
    padding: 0px;
    margin: 0px;
    outline: none;
    cursor: pointer;
    background-color: #000000;
}

section.newslatter-section .main-news .right-content .newsletter .subscribe .actions .action.subscribe:hover {
    background: #d8a462;
}

section.newslatter-section .main-news .left-content h5 {
    color: #353535;
    font-weight: normal;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 0px;
    font-weight: 300;
}

section.newslatter-section .main-news .right-content .social-icon ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 42px;
    margin-top: 11px;
    list-style-type: none;
    float: left;
}

section.newslatter-section .main-news .right-content .social-icon ul li a {
    color: #959595;
    font-size: 19px;
    float: left;
}

section.newslatter-section .main-news .right-content .social-icon ul li a img {
    width: auto;
    height: 18px;
    vertical-align: top;
}

section.newslatter-section .main-news .right-content .social-icon ul li a img.hover {
    display: none;
}

section.newslatter-section .main-news .right-content .social-icon ul li a:hover img.hover {
    display: block;
}

section.newslatter-section .main-news .right-content .social-icon ul li a:hover img.normal {
    display: none;
}

section.newslatter-section .main-news .right-content .social-icon ul li a:hover {
    color: #d8a462;
}

html body.cms-home.cms-index-index .page-wrapper .page-main .columns .column.main {
    padding-bottom: 0px;
}

html body.cms-home.cms-index-index .page-wrapper .page-main {
    margin: 0px;
    padding: 0px;
    width: 100%;
    max-width: 100%;
}

html body .page-footer {
    background: white;
    margin-top: auto;
    padding-bottom: 0;
}

.first-footer {
    padding: 60px 0px 43px;
    border-bottom: 1px solid #A7A7A7;
}

.footer1, .footer2, .footer3, .footer4, .footer5 {
    width: 19%;
    vertical-align: top;
    display: inline-block;
    margin-right: 0px;
    padding-right: 15px;
    float: left;
}

.footer5 {
    padding-right: 0px;
    width: 24%;
}

.footer5 .footer5-inner {
    float: right;
    width: auto;
}

.footer1 h3, .footer2 h3, .footer3 h3, .footer4 h3, .footer5 h3 {
    font-size: 15px;
    color: #211F20;
    line-height: 15px;
    margin-bottom: 20px;
    font-weight: 400;
}

.first-footer .footer5 img {
    vertical-align: top;
    width: auto;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.first-footer .footer5 .reviews-footer {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.first-footer .footer5 p {
    margin: 7px 0 0 0px;
    float: left;
    font-size: 12px;
    line-height: normal;
    color: #000;
}

.first-footer .footer5 p + p::before {
    float: left;
    position: relative;
    content: "|";
    font-size: 12px;
    line-height: normal;
    color: #000;
    margin: -1px 3px 0px 4px;
}

.first-footer .footer5 .reviews-footer p:nth-child(1) {
    margin-left: 0px;
}

.first-footer .footer5 {
    margin-right: 0;
}

.first-footer ul li {
    list-style-type: none;
    padding-bottom: 2px;
}

.first-footer ul li a {
    color: #000;
    font-size: 15px;
    position: relative;
    /* text-transform: capitalize; */
    font-weight: 300;
}

.first-footer ul li a#live:before {
    content: '';
    background: #B97E5E;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    top: 8px;
    left: -10px;
}

.first-footer ul li a:hover {
    color: #d8a462;
}

.footer4 ul li:first-child {
    padding: 0px 0 0px 10px;
}

.footer4 li:last-child a {
    border-bottom: 1px solid #d7ad9f;
}

.second-footer {
    padding: 20px 0px 57px;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.second-footer .left-content p {
    color: gray;
    font-size: 18px;
    margin-bottom: 0px;
}

.second-footer .middle {
    padding-right: 10px;
    float: left;
    width: 41%;
}

.second-footer .left-content {
    padding-right: 10px;
    float: left;
    width: 38%;
}

.second-footer .left-content p {
    color: #828282;
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
}

.second-footer .middle ul {
    line-height: normal;
    font-size: 14px;
}

.second-footer .middle ul li {
    float: left;
    list-style-type: none;
    margin: 0 30px 0 0;
    line-height: normal;
    font-size: 14px;
}

.second-footer .middle ul li a {
    color: #828282;
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
    text-decoration: underline;
}

.second-footer .middle ul li a:hover {
    color: #d8a462;
    text-decoration: none;
}

.second-footer .right-side {
    float: left;
    width: 21%;
}

.second-footer .right-side .f-right-side-inner {
    float: right;
    width: auto;
}

.second-footer .right-side img {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    object-fit: cover;
    display: inline-block;
    object-position: center;
}

.second-footer .right-side p {
    display: inline-block;
    margin: 0 0 0 7px;
    vertical-align: middle;
    color: #000000;
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
}

.second-footer .right-side select#currrancy {
    vertical-align: middle;
    font-weight: 300;
    color: #000000;
    font-size: 13px;
    font-family: "nimbus-sans", sans-serif;
    line-height: normal;
    font-weight: 300;
    height: 17px;
    margin: 0px 0px 0px -3px;
    padding: 0px 10px 0px 0px;
    background-color: transparent;
    background-image: url("../images/Desktop-Dropdown@4x.png");
    background-repeat: no-repeat;
    background-position: right top 8px;
    background-size: 7px auto;
    width: auto;
    box-shadow: none !important;
    border: 0px !important;
}

.second-footer .right-side select#currrancy:hover,
.second-footer .right-side select#currrancy:focus {
    box-shadow: none !important;
    border: 0px !important;
}

.about-us-content .about-info p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

.cd-menu-trigger {
    display: none;
}

.mobile-search-icon-div {
    display: none;
}

.search-on-mobile-div {
    display: none;
}

.f-mobile-h3 {
    display: none;
}

.footer-mobile-review,
.footer-mobile-payment-option-img,
html body .second-footer.second-footer-mobile {
    display: none !important;
}

html body .mobile-menu-new {
    display: none;
}

html body .mobile-menu-trigger-div {
    display: none;
}


input {
    font-weight: 300 !important;
}


#popup-banner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    display: none;
    background: white;
    padding: 18px 15px;
    max-width: 693px;
}

#popup-banner .popup-header {
    padding: 35px 0 25px;
    border-bottom: 1px solid #d3d3d3;
}

#popup-banner .popup-header p {
    font-size: 15px;
    color: #d8a462;
    font-size: 21px;
    color: #d8a462;
    font-weight: 300;
    margin: 0;
}

#popup-banner .popup-banner-close {
    position: absolute;
    right: 14px;
    /* color: white; */
    font-size: 25px;
    top: 14px;
    cursor: pointer;
    z-index: 1100;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/png2/Desktop-Banner-Clear@2x.png);
    background-size: 14px 14px;
}

#popup-banner a:hover {
    opacity: 1;
}

#popup-banner img {
    width: 100px;
}

#popup-banner-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 90;
    background-color: black;
    opacity: 0.3;
    display: none;
}

#popup-banner .default-color {
    color: #d8a462;
    font-weight: 300;
}

#popup-banner .popup-body {
    font-size: 13px;
}

#popup-banner .popup-body h3 {
    padding: 20px 0 0 0;
}

.cms-title {
    border-bottom: 2px solid #dedede;
    color: #2d2d2d;
}

.cms-title h2 {
    color: #d8a462;
    font-size: 25px;
    font-weight: 700;
    padding-bottom: 48px;
    margin: 0;
}

.cms-content .cms-header {
    padding: 23px 0 0;
}

.cms-content .cms-header h5 {
    padding: 0;
    margin: 0;
    font-size: 23px;
}

.default-color {
    color: #d8a462;
}

.cms-content .cms-body {
    margin-top: 65px;
}

.cms-content .cms-body h3 {
    font-size: 24px;
    font-weight: 300;
}

.cms-content .cms-body p {
    font-size: 18px;
    font-weight: 300;
}

.contact-index-index .page-title {
    padding-bottom: 43px;
}

.contact-index-index .page-title-wrapper {
    border-bottom: 1px solid #dedede;
}

.contact-index-index .form.contact {
    margin: 0 auto;
}

@media (min-width: 768px) {
    .contact-index-index #contact-form.form.contact {
        min-width: 0;
        width: 502px;
    }

}

.breadcrumbs {
    max-width: 1096px;
    margin-top: 10px;
}

.cms-content .cms-header p {
    font-size: 21px;
    font-weight: 300;
    margin-bottom: 36px;
}

.contact-index-index .form.contact .field.note p {
    font-size: 19px;
    margin-bottom: 13px;
}

.contact-index-index .fieldset &gt; .field {
    margin-bottom: 13px;
}

.contact-index-index .form.contact input {
    height: 35px;
    padding: 0 10px 0 14px;
    font-size: 14px;
}

.contact-index-index .form.contact textarea {
    padding: 0 10px 0 14px;
    font-size: 14px;
}

.contact-index-index .form.contact .consent-checkbox {
    float: left;
    height: 20px;
    width: 20px;
    margin: 0 9px 0 0;
    padding: 0;
    visibility: hidden;
}

.contact-index-index .form .primary {
    float: right;
}

.contact-index-index .form .action.submit {
    background: #d9a462;
    border: none;
    margin: 0;
    padding: 0;
}

.contact-index-index .form .action.submit span {
    font-size: 16px;
    padding: 12px 64px;
    text-transform: capitalize;
    vertical-align: bottom;
}

input#newsletter::placeholder {
    font-weight: 300 !important;
}

input::placeholder {
    font-weight: 300 !important;
}

.about-us-content {
    cursor: pointer;
}

.login-container {
    margin-top: 50px;
    font-weight: 300;
}

.login-container .block .block-title {
    border-bottom: none;
}

.login-container .block .block-title strong {
    font-weight: 300;
}

.login-container .fieldset &gt; .field {
    margin: 0 0 4px;
}

.login-container .field.note {
    font-size: 16px;
}

.login-container .fieldset &gt; .field &gt; .control {
    margin: 0 auto;
    max-width: 340px;
    position: relative;
}

#login-form &gt; fieldset &gt; div:nth-child(2) {
    margin-bottom: 30px;
}

#login-form input {
    height: 37px;
    font-size: 13px;
    padding: 0 10px 0 12px;
}

#login-form input::placeholder {
    font-size: 13px;
}

.block.block-customer-login {
    border-right: 1px solid #dedede;
    text-align: center;
    padding-right: 27px;
}

@media (max-width: 767px) {
    .block.block-customer-login {
        border-right: 0;
    }

    .opc-block-summary-note {
        display: none;
    }

    body .checkout-payment-method .payment-method._active .payment-method-content {
        margin-left: 20px;
    }
}

.login-container .fieldset:after {
    content: none;
}

.login-container .field .control::after {
    content: "";
    height: 12px;
    width: 12px;
    background-color: #d8a462;
    border-radius: 50%;
    display: inline-block;
    float: right;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}

#send2 {
    width: 340px;
    background: #d8a462;
    border: none;
    font-weight: 300;
    font-size: 16px;
    text-transform: none;
    padding: 0;
}

#login-form .field.email,
#login-form .field.password {
    margin-bottom: 40px;
}

#login-form .actions-toolbar {
    text-align: center;
    margin-top: 25px;
}

#login-form .action.remind {
    color: #353535;
    text-decoration: underline;
}

.block.block-new-customer {
    padding-right: 57px;
    text-align: center;
}

.block.block-new-customer &gt; div.block-content &gt; p {
    font-size: 16px;
    line-height: 27px;
    margin-top: -5px;
}

.block.block-new-customer .primary {
    width: 340px;
    margin: 0 auto;
    display: block;
    float: none;
}

.block.block-new-customer .primary a {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #878075;
    border: 0;
    font-weight: 300;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    border-radius: unset;
}

.category-designers .page-title {
    border-bottom: 1px solid #A7A7A7;
    margin: 0 0 20px;
    padding: 0 0 44px;
    display: block !important;
}

.page-title {
    padding: 0 0 5px;
    margin: 0 0 10px;
}

.page-title h1, .page-title h2 {
    font-size: 35px;
    color: #d8a462;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.page-title span.base,
.page-title span.base {
    font-size: 35px;
    color: #d8a462;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.category-designers .category-title {
    background: none;
}

.cms-designers .page-title h1,
.cms-designers .page-title h2 {
    font-size: 35px;
    color: #d8a462;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: -0.05em;
}

.paraline {
    border-bottom: 1px solid #A7A7A7;
    margin: 0 0 30px;
    padding: 0 0 6px;
}

p.designers1 {
    font-size: 21px;
    line-height: 1.3;
    font-weight: 300;
}

@media (max-width: 599px) {
    .category-designers img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    body .breadcrumbs {
        display: block;
    }
}

.category-designers h2:not(.product-name) {
    color: #d8a462;
    font-size: 21px;
    margin: 0 0 15px 0;
}

.category-designers img {
    margin-right: 40px !important;
}

.category-designers h3 {
    color: #d8a462;
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0 0px 0;
}

.category-designers h3 a:hover {
    text-decoration: underline;
}

.category-designers h3 a {
    color: #d8a462;
}

body .minicart-wrapper .block-minicart li {
    position: relative;
}

#minicart-content-wrapper .minicart-items-wrapper {
    width: 100%;
    height: auto !important;
    border-top: none;
    margin: 0;
    padding: 38px 3px 15px;
}

#minicart-content-wrapper .subtotal {
    float: none;
    clear: both;
    margin: 12px 0 0;
}

#minicart-content-wrapper .subtotal .label {
    float: left;
}

#minicart-content-wrapper .block-minicart .subtotal .label:after {
    content: none;
}

#minicart-content-wrapper .block-minicart .amount .price-wrapper:first-child .price {
    font-size: 14px;
    font-weight: 400;
}

body .minicart-wrapper .block-minicart {
    padding: 14px 22px;
}

@media (min-width: 768px) {
    body .minicart-wrapper .block-minicart {
        width: 380px;
    }
}
@media (max-width: 768px) {
    body .minicart-wrapper.active .block-minicart.fixed {
        position: fixed;
        top:0;
        left: 0;
    }
}

body .block-minicart .items-total .count {
    font-weight: 400;
}

body .minicart-wrapper .action.close {
    right: 20px;
    top: 11px;
    width: 26px;
}

body .minicart-wrapper .action.close:hover:before {
    color: white;
}

#minicart-content-wrapper .block-minicart .items-total {
    margin: 0;
}

#minicart-content-wrapper .product-image-photo {
    width: 100px !important;
}

#minicart-content-wrapper .product-image-container {
    width: auto !important;
}

#minicart-content-wrapper .minicart-items .product-item-details {
    padding-left: 123px;
}

#minicart-content-wrapper .minicart-items .product-item-details .options {
    font-size: 14px;
    font-weight: 300;
}

#minicart-content-wrapper .minicart-items .product-item-details .options .toggle {
    display: none !important;
}

#minicart-content-wrapper .minicart-items .product-item-details .options .content {
    display: block !important;
}

#minicart-content-wrapper .minicart-items .product-item-details .options .label {
    display: none;
}

#minicart-content-wrapper .minicart-items .product-item-details .options .values:first-of-type::before {
    content: "\2212";
}
#minicart-content-wrapper .minicart-items .product-item-details .options .values::before {
    content: ",";
}

#minicart-content-wrapper .minicart-items .product-item-name {
    font-weight: 300;
    margin: 0 0 2px;
    font-size: 14px;
    max-height: 40px;
    overflow: hidden;
}

#minicart-content-wrapper .minicart-items .product-item-name a {
    color: #111010;
}

#minicart-content-wrapper .minicart-items .product-item-details .price-including-tax,
#minicart-content-wrapper .minicart-items .product-item-details .price-excluding-tax {
    margin: 0;
    font-size: 14px;
}

#minicart-content-wrapper .minicart-items .product-item-details .price {
    font-weight: 600;
    font-size: 14px;
}

#minicart-content-wrapper .minicart-items .product .actions .primary {
    display: none;
}

#minicart-content-wrapper .minicart-items .product-item-details .details-qty {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    bottom: 25px;
}

#minicart-content-wrapper .minicart-items .action.delete:before {
    content: none;
}

body .minicart-wrapper .product .actions {
    position: absolute;
    bottom: 25px;
    right: 0;
}

#minicart-content-wrapper .minicart-items .action.delete &gt; span {
    height: auto;
    width: auto;
    position: static;
    font-size: 14px;
    color: #111010;
    text-decoration: underline;
}

body .minicart-wrapper .action.close:before {
    background: #757575;
    color: white;
    padding: 5px;
    font-size: 9px;
    border-radius: 50%;
    line-height: 9px;
}

#minicart-content-wrapper .minicart-items .action.delete:hover &gt; span {
    text-decoration: underline;
}

#minicart-content-wrapper .minicart-items .product-item:not(:first-child) {
    border: none;
}

#minicart-content-wrapper .block-content &gt; .actions {
    margin-top: 48px;
}

#minicart-content-wrapper .block-content &gt; .actions.tocheckout {
    margin-top: 21px;
}

#minicart-content-wrapper .block-content &gt; .actions.tocheckout .primary {
    margin: 0;
}

#minicart-content-wrapper #top-cart-btn-proceed,
#minicart-content-wrapper #top-cart-btn-checkout,
#minicart-content-wrapper #top-cart-btn-checkout-desktop,
#minicart-content-wrapper #top-cart-btn-checkout-mobile {
    background: #d8a462;
    font-size: 14px;
    line-height: 15px;
    font-weight: 400;
    padding: 12px 0;
    text-transform: capitalize;
    height: auto;
    border: none;
}

#minicart-content-wrapper .actions .action.viewcart {
    display: block;
    border: 1px solid #A7A7A7;
    padding: 11px 0;
    color: #111010;
}

#minicart-content-wrapper .actions .action.viewcart:hover {
    text-decoration: none;
}

body .block-minicart .amount .price-wrapper:first-child .price {
    font-size: 14px;
}

@media (min-width: 768px) {
    /*body .cart-container .form-cart {*/
    /*    width: 880px;*/
    /*    padding: 0;*/
    /*    margin: 0 auto;*/
    /*    float: none;*/
    /*    display: block;*/
    /*}*/

    .form-cart .product-image-container {
        width: 120px !important;
    }

    body .cart.table-wrapper .product-item-photo {
        padding-right: 0;
    }

    body .cart.table-wrapper .product-item-details {
        line-height: 15px;
    }

    body .product-item-details .product-item-name a {
        font-size: 16px;
        font-weight: 300;
    }

    body .cart.table-wrapper .cart thead tr th.col.item {
        width: 360px;
    }

    body .cart.table-wrapper .cart thead tr th.col.price {
        text-align: left;
        width: 270px;
    }

    body .cart.table-wrapper .cart thead tr th.col.qty {
        text-align: left;
        width: 190px;
    }

    body .cart.table-wrapper .col.price {
        text-align: left;
    }

    body .cart.table-wrapper .col.price .price {
        font-size: 18px;
        font-weight: 300;
        color: #111010;
    }

    body .cart.table-wrapper .col .price-excluding-tax {
        font-size: 16px !important;
        line-height: 16px;
    }

    #shopping-cart-table &gt; tbody &gt; tr.item-info &gt; td.col.subtotal {
        text-align: right;
        padding-right: 0;
    }

}

.page-header {
    background: white;
}

.checkout-cart-index .page-wrapper,
.checkout-index-index .page-wrapper {
    background: #E9E8E6;
}

.checkout-index-index .page-header {
    border-bottom: 1px solid #A7A7A7;
}

.checkout-cart-index .page-title {
    display: none !important;
}

body .back-shopping a {
    color: #111010;
}

body .back-shopping a:hover {
    color: #111010;
    text-decoration: none;
}

body .back-shopping a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 9px;
    line-height: 9px;
    color: inherit;
    content: '\e617';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    margin-right: 5px;
}

body .cart.table-wrapper {
    margin-top: 60px;
}

body .cart.table-wrapper .cart thead tr th.col {
    padding: 0 0 10px 0;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 15px;
}

body .cart.table-wrapper .product-image-photo {
    margin: 0;
    padding: 0;
    width: 100px;
    height: auto;
}

body .cart.table-wrapper .item .col {
    padding-top: 17px !important;
    padding-left: 0;
    text-align: left;
    padding-bottom: 16px !important;
}

body .cart.table-wrapper .item .col.qty {
    position: relative;
}
body .cart.table-wrapper .item .col &gt; .price-including-tax,
body .cart.table-wrapper .item .col &gt; .price-including-tax &gt; .cart-price{
    font-size: initial;
    margin-top: -1px;
}

#shopping-cart-table &gt; tbody &gt; tr.item-info &gt; td.col.price &gt; span &gt; span &gt; span {
    font-weight: 300;
}

#shopping-cart-table &gt; tbody &gt; tr.item-info &gt; td.col.subtotal &gt; span &gt; span &gt; span {
    font-weight: 300;
    font-size: 18px;
}
#shopping-cart-table .message.notice{
    font-size: 14px;
}

.ajax-cart-qty-minus:before {
    font-size: 12px;
    line-height: 30px;
    color: #757575;
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    content: '\e60f';
    height: 30px;
    width: 30px;
    background: #cacaca;
}

.ajax-cart-qty-plus:before {
    font-size: 12px;
    line-height: 28px;
    color: #757575;
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    content: '\e61c';
    height: 30px;
    width: 30px;
    background: #cacaca;
}

.ajax-cart-qty-minus {
    float: left;
}

#shopping-cart-table .input-text.qty {
    height: 30px;
    width: 35px;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: left;
}

body .cart.table-wrapper .actions-toolbar &gt; .action-delete:before {
    content: none;
}

body .cart.table-wrapper .actions-toolbar &gt; .action-delete &gt; span {
    height: auto;
    width: auto;
    clip: auto;
    color: #111010;
    font-weight: 300;
}

body .cart.table-wrapper .actions-toolbar &gt; .action-delete:hover &gt; span {
    text-decoration: underline;
}

body .cart.table-wrapper .actions-toolbar {
    width: 100%;
    position: absolute;
    bottom: 12px;
}

body .cart.table-wrapper .action.action-delete {
    left: 0;

}


/*.cart-summary #block-shipping,*/
/*.cart-summary .summary.title {*/
/*    display: none;*/
/*}*/

.cart-summary #cart-totals {
    padding: 0;
    border: 0;
}

.cart.table-wrapper {
    margin-bottom: 0;
}

.cart-totals .grand.totals {
    display: none;
}

.cart-totals .totals {
    font-size: 16px;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
}

.cart-totals .totals .price {
    font-weight: 300;
}

/*.cart-summary .checkout {*/
/*    float: right;*/
/*}*/

body .cart-totals tbody .mark {
    font-weight: 300;
    padding-bottom: 10px;
}

.cart-summary .checkout button.action.primary span {
    font-size: 14px;
    padding: 0;
    line-height: 7px;
    margin: 0;
    vertical-align: text-top;
    text-transform: capitalize;
    font-weight: 300;
}

body .cart-summary .checkout button.action.primary {
    background: #d8a462;
    border: none;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
}

body .cart-discount .block .content {
    display: block;
}

body .cart-discount .discount .title {
    display: none;
}

.cart-discount #coupon_code {
    width: 113px;
    height: 35px;
    padding-left: 13px;
}

.cart-discount #discount-coupon-form button.action.apply.primary,
.cart-discount #discount-coupon-form button.action.cancel.primary {
    background: #878075;
    border: none;
    font-size: 15px;
    color: white;
    text-transform: capitalize;
    margin-left: 21px;
    height: 35px;
    line-height: 35px;
    padding: 0;
    margin-top: -1px;
    border-radius: 0;
    box-shadow: none;
}

.cart-discount button.action.apply span,
.cart-discount button.action.cancel span {
    padding: 13px 29px;
    font-weight: 400;
}

#coupon_code::placeholder {
    font-weight: 300;
}

body .cart-totals tbody th,
body .cart-totals tbody td {
    padding: 11px 0 !important;
}

body .cart-item-note {
    position: absolute;
    bottom: 16px;
    left: 120px;
    font-weight: 300;
    color: #8e8e8e;
}

body .cart.table-wrapper .product-item-name + .item-options {
    margin: 0;
    font-weight: 300;
}


body .cart.table-wrapper .item-options dt {
    display: none;
}

body .cart.table-wrapper .item-options dd {
    display: block;
    float: none;
    margin-bottom: 3px;
}

.col2-set .col-1 {
    float: left;
    width: 49%;
}

.col2-set .col-2 {
    float: right;
    width: 49%;
}

body .newsletter-features {
    list-style-type: none;
    text-align: center;
    padding-top: 15px;
}

body .newsletter-features li span {
    display: inline-block;
    width: 18%;
    color: #666;
    font-size: 16px;
}

body #cms_popup #esns_box_layer {
    background: none;
    margin-top: 0 !important;
    padding-top: 10px;
    z-index: 1;
    display: inline-block;
    height: auto;
    overflow: visible;
    position: relative;
    text-align: center;
    top: 0;
    width: 450px;
}

.esns_theme_orange #esns_box_block_2 {
    clear: both;
    color: #707071;
    height: auto;
    margin: 20px 0 0 0px;
    overflow: hidden;
    text-align: left;
    width: auto;
    font-size: 13px;
    line-height: 18px;
}

.esns_theme_orange #esns_box_subscribe {
    height: auto;
    margin: 10px 0px;
    text-align: center;
    width: auto;
    font-size: 0;
    overflow: hidden;
}

.esns_theme_orange #esns_box_subscribe select, .esns_theme_orange #esns_box_subscribe input {
    border: 1px solid #a7a7a7;
    color: #b0b0b0;
    display: inline-block;
    height: 30px;
    padding: 0 8px;
    width: 100%;
    margin-bottom: 5px;
    box-sizing: border-box;
    font-size: 13px;

}

#esns_box_subscribe .form-consent-check input[type=checkbox] {
    width: 23px;
    height: 23px;
    float: left;
}

.esns_theme_orange #esns_box_block_2 {
    clear: both;
    color: #707071;
    height: auto;
    margin: 20px 0 0 0px;
    overflow: hidden;
    text-align: left;
    width: auto;
    font-size: 13px;
    line-height: 18px;
}

body .esns_theme_orange#esns_box_layer #esns_box_subscribe.esns-with-additional a#esns_submit {
    background-color: #d8a462 !important;
    margin: 20px 0 0 0;
    display: inline-block;
    height: auto !important;
    line-height: 32px;
    border: 0;
    padding: 7px 15px;
    color: #fff;
    font-size: 21px;
    font-weight: 300;
    text-decoration: none;
    text-transform: capitalize;
    width: 100%;
    vertical-align: top;
}


.newsletterpage-2 .page-title h1 {
    text-align: center;
}

#cms_popup .esns_box_layer {
    z-index: 1;
}

.esns_theme_orange #esns_box_subscribe {
    overflow: visible;
}

body #cms_popup #esns_box_layer {
    background: none;
    margin-top: 0 !important;
    padding-top: 10px;
    z-index: 1;
}

body #cms_popup #esns_box_close {
    display: none;
}

body #cms_popup #esns_box_block_1 {
    display: none;
}

body .newsletter-features {
    list-style-type: none;
    text-align: center;
    padding-top: 15px;
}

body .newsletter-features li span {
    display: inline-block;
    width: 18%;
    color: #666;
    font-size: 16px;
    font-weight: 300;
}

body .newsletter-features li span:nth-child(2) {
    width: 43%;
    vertical-align: middle;
    height: 65px;
}

.form-consent-check {
    clear: both;
    float: none;
    display: block;
    overflow: auto;
}

.padding-top-15 {
    padding-top: 15px !important;
}

label[for="newsletter-consent"] {
    color: #3e3e3e;
    font-size: 14px;
    font-weight: 400;
    float: left;
    padding: 8px 0 0;
}

#esns_box_block_2 a {
    color: #3e3e3e;
}

body .breadcrumbs a,
body .breadcrumbs strong {
    font-size: 15px;
    color: black;
    font-weight: 300;
}

body .breadcrumbs a:visited {
    font-size: 15px;
    color: black;
}

body .breadcrumbs .item:not(:last-child):after {
    margin: 0;
    padding-top: 3px;
    content: "/";
    font-size: 17px;
    font-weight: 300;
}

#account-nav ul li a {
    color: black;
    font-weight: 300;
}

.block-dashboard-orders .order &gt; strong,
.block-dashboard-info .block-title &gt; strong,
.block-dashboard-addresses .block-title &gt; strong {
    font-size: 18px !important;
    font-weight: 400;
    display: block;
}

.block-dashboard-orders .order,
.block-dashboard-info .block-title,
.block-dashboard-addresses .block-title {
    border: none !important;
    margin-bottom: 0 !important;
}

.block-dashboard-orders .order &gt; a.action.view,
.block-dashboard-addresses a.action.edit {
    margin: 0 !important;
    padding-top: 5px;
    display: inline-block;
    color: #ea7617;
}

.block-dashboard-orders .table-wrapper.orders-recent {
    border: none;
    clear: both;
    margin-top: 3px;
}

.block-dashboard-orders .table-wrapper.orders-recent tr td {
    border: none !important;
}

.box-information .box-title span,
.box-billing-address .box-title span,
.box-shipping-address .box-title span,
.account .box-title span {
    font-size: 18px !important;
    font-weight: 400;
    display: block;
}

#maincontent &gt; div.columns &gt; div.column.main &gt; div.block.block-dashboard-info &gt; div.block-content &gt; div.box.box-newsletter &gt; strong &gt; span {
    font-size: 18px !important;
    font-weight: 300;
    display: block;
}

.block-dashboard-info .block-title,
.account .block .block-title {
    margin-bottom: 17px !important;
    padding: 0 !important;
    border: 0 !important;
}

.account .block .block-title strong {
    font-weight: 300 !important;
    font-size: 24px !important;
}
.account .block .box-content a{
    color: black;
}
.block-dashboard-info .box-content,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.account .box .box-content {
    font-size: 14px !important;
}

.block-dashboard-info .block-content .box-actions {
    margin: 0;
}

.block-reorder .subtitle {
    display: block !important;
    font-weight: 400;
}

.block-reorder .block-title {
    margin-bottom: 5px;
}

.block-reorder .block-title strong {
    margin-bottom: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 400;
}

body .abs-product-link &gt; a:visited,
body .product-item-name &gt; a:visited,
body .product.name a &gt; a:visited,
body .product-item-name &gt; a,
body .product.name a &gt; a {
    font-size: 14px;
    font-weight: 300;
}

body .sidebar .product-items-names .product-item {
    margin-bottom: 0;
}

.actions-toolbar .primary button,
.actions-toolbar .primary button:hover {
    background: #daa362;
    border: none;
    margin: 0;
    padding: 0;
}

.actions-toolbar .primary button span {
    font-size: 14px;
    padding: 0 21px;
    vertical-align: bottom;
    text-transform: none;
    font-weight: 300;
}

@media (min-width: 768px) {
    .actions-toolbar .primary {
        display: block;
        width: 100%;
    }
}

.account .legend {
    margin-bottom: 17px !important;
    padding: 0 !important;
    border: none !important;
}

.account .legend span {
    font-size: 18px !important;
    font-weight: 300;

}

body .fieldset &gt; .field &gt; .label,
body .fieldset &gt; .fields &gt; .field &gt; .label {
    font-weight: 300;
}

body a:visited,
body .alink:visited {
    color: black;
}

@media (min-width: 768px) {
    body .opc-progress-bar-item:before,
    body .opc-progress-bar-item &gt; span:before,
    body .opc-progress-bar-item &gt; span:after,
    body .opc-progress-bar-item._active &gt; span:after {
        content: none;
    }

    body .opc-progress-bar-item {
        position: relative;
        bottom: -1px;
        width: auto;
    }

    body .opc-progress-bar-item &gt; span {
        font-size: 16px;
        padding: 7px 17px;
        width: auto;
    }

    body .opc-progress-bar-item._active &gt; span {
        color: #d49c54;
        font-weight: 400;
        border-bottom: 2px solid #d49c54;
    }

    body .opc-progress-bar {
        text-align: center;
        border-bottom: 1px solid #A7A7A7;
    }

    body .opc-progress-bar-item:not(:first-child):before {
        content: " ";
        display: inline-block;
        width: 42px;
        border: 0;
        background: none;
        position: static;
        border-bottom: 1px solid #a7a7a7;
        border-radius: 0;
        margin-left: 15px;
        height: 1px;
        vertical-align: middle;
        opacity: 0.5;
    }

    body .opc-progress-bar {
        margin-bottom: 70px;
    }

    body .opc-sidebar {
        margin: 0;
    }

    body .items-in-cart .product-image-container {
        width: auto !important;
    }

    body .opc-progress-bar-item._complete &gt; span:after {
        content: none !important;
    }

    body .opc-wrapper {
        padding-right: 100px;
    }
}

body .opc-wrapper .step-title {
    font-size: 15px;
    font-weight: 600;
    border-bottom: none;
    color: black;
}

body .opc-wrapper .shipping-address-item.selected-item {
    border-color: inherit;
    padding-left: 45px;
    margin-right: 20px;
}
body .opc-wrapper .shipping-address-item.not-selected-item {
    margin-right: 20px;
}
body .opc-wrapper .action-select-shipping-item{
    color: white;
    border: none;
    outline: none;
    box-shadow: none;
    background: #daa362;
    font-weight: 300;
    text-transform: capitalize;
}
body .opc-wrapper .action.edit-address-link{
    color: black;
}
body .opc-wrapper .shipping-address-item {
    border: 1px solid #a7a7a7;
    line-height: 22px;

}

body .opc-wrapper .shipping-address-item a {
    color: #2c2c2c;
}

/*body .opc-wrapper .shipping-address-item.selected-item:after {*/
/*    content: ' ';*/
/*    font-family: 'luma-icons';*/
/*    height: 16px;*/
/*    width: 16px;*/
/*    font-size: 19px;*/
/*    line-height: 21px;*/
/*    padding-top: 2px;*/
/*    position: absolute;*/
/*    left: 12px;*/
/*    text-align: center;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    background: url(../images/png2/Mobile-Toggle-Active@2x.png);*/
/*    background-size: 16px 16px;*/
/*    background-repeat: no-repeat;*/
/*}*/
body .modal-footer .action.primary{
    margin: 0;
    padding: 0 20px;
    background: #daa362;
    border: none;
    font-weight: 300;
    font-size: 16px;
    text-transform: capitalize;
}
body .modal-footer .action-hide-popup{
    color: black;
    margin:0;
    padding: 0 20px;
}

body .opc-wrapper .shipping-address-item.selected-item:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #daa362;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #daa362;
    padding: 2px;
    background-clip: content-box;
    position: absolute;
    top: 45%;
    left: 15px;
}

body .checkout-shipping-address .addresses {
    border-bottom: 1px solid #a7a7a7;
}

body .opc-wrapper .action-show-popup {
    border: none;
    background: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

body .opc-wrapper .action-show-popup span {
    color: #2c2c2c;
    text-decoration: underline;
    font-size: 14px;
    font-weight: 400;
    text-transform: initial;
}

body .opc-wrapper .action-show-popup &gt; span:before {
    content: none;
}

body .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
    padding: 0;
}

body .checkout-shipping-method .actions-toolbar .action.primary span {
    padding: 0 155px;
}

body .opc-block-summary {
    background: transparent;
}

body .opc-block-summary .minicart-items-wrapper {
    max-height: none;
    padding: 0;
    margin: 0;
    overflow: visible;
}

body .opc-block-summary {
    padding: 0;
}

body .opc-block-summary &gt; .title {
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #a7a7a7;
    padding-bottom: 31px;
}

body .opc-block-summary .items-in-cart &gt; .title {
    display: none;
}

body .opc-block-summary .items-in-cart &gt; .content {
    display: block !important;
}

body .items-in-cart .product-image-container img {
    width: 80px;
}

body .column.main .opc-block-summary .product-item {
    padding-top: 20px;
    padding-bottom: 20px;
}

body .column.main .opc-block-summary .product-item .product.options {
    min-height: 40px;
}

body .column.main .opc-block-summary .product-item .product.options .item-options::after{
    clear: none;
}

body .opc-block-summary .product-item .product-item-inner {
    font-size: 16px;
    font-weight: 600;
}

body .opc-block-summary .product-item .price {
    font-size: 16px;
    font-weight: 600;
}

body .checkout-container .minicart-items .product-item-details .details-qty {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 15px;
}

#checkout-payment-method-load button.action-cancel span {
    color: #111010;

}

#checkout-payment-method-load button.action-update span {
    color: white;
    font-size: 14px;
    font-weight: 500;
}

body .checkout-container .minicart-items .product-item-details {
    padding-left: 100px;
}

.minicart-items .product-item {
    border-bottom: 1px solid #ccc;
    border-collapse: collapse;
    border-top: none !important;
}

body #minicart-content-wrapper .minicart-items .product-item:last-child {
    border-bottom: none;
}

body #opc-sidebar .minicart-items .product-item:last-child {
    border-bottom: 1px solid #a7a7a7;
}

body #opc-sidebar .opc-block-summary .table-totals {
    border-top: none;
}

.minicart-items li.product-item {
}

body .opc-progress-bar-item._complete &gt; span:after {
    content: none !important;
}

body .opc-progress-bar-item._complete &gt; span {
    color: #1d1d1d;
}

#checkout-payment-method-load a {
    color: #1d1d1d;
}

#checkout-payment-method-load button {
    margin: 0;
    padding: 0;
    box-shadow: none;
    float: left;
    width: 360px;
}

#checkout-payment-method-load button span {
    padding: 0 95px;
}

#checkout-step-payment .discount-code {
    display: none;
}

#checkout-step-payment .discount-code form .action-apply{
    border: none;
    box-shadow: none;
    background: #daa362;
    color: white;
    height: auto;
}
#checkout-step-payment .discount-code form .action-apply span{
    margin:0;
    padding:0 20px;
    vertical-align: baseline;
}
#checkout-step-payment .discount-code .payment-option-title{
    padding-left: 0;
}
#checkout-step-payment .discount-code .payment-option-title .action span{
    font-size: 14px;
    font-weight: 600;
    color: black;
}
#checkout-step-payment .discount-code .payment-option-content{
    padding-left: 0;
}

body .opc-block-shipping-information {
    display: none;
}

body .checkout-payment-method {
    font-size: 14px;
}

.page-products .page-title-wrapper .page-title {
    text-align: center;
    width: 100%;
    line-height: 35px;
    margin-bottom: 30px;
}

.page-products .page-title-wrapper .page-title span {
    color: #111010;
    font-weight: 300;
    font-size: 38px;
    margin: 0;
    padding: 0;
    text-transform: none;
}

.page-products .category-description.std {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}

.page-products .category-view {
    margin-bottom: 35px;
}
@media (max-width: 767px){
    .page-products .category-view{
        margin-bottom: 65px;
    }
}
.page-products .top-toolbar .modes,
.page-products .top-toolbar .toolbar-amount {
    display: none;
}

.page-products .products-grid .swatch-attribute{
    display: none;
}
.page-products .products-grid .swatch-attribute.colour{
    display: block;
}

.page-layout-1column .toolbar-products {
    position: static !important;
    margin: 0;
}

body #layered-filter-block {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.top-toolbar .toolbar-products {
    position: relative !important;
    top: -62px;
}

body .filter-options-item {
    border: 1px solid #a7a7a7 !important;
    padding-bottom: 0;
    width: 110px;
}

body .filter-options-item .filter-options-title {
    padding: 11px !important;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "stevie-sans", sans-serif;
}

body .filter-options-title:after {
    font-size: 6px;
    margin-top: 13px;
    margin-right: 5px;
}

body .filter-options {
    /*padding-left: 21px;*/
}

body .toolbar select {
    box-shadow: none;
    background: white;
    border: 1px solid #a7a7a7;
    margin: 0;
    padding: 11px;
    height: 42px;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: "stevie-sans", sans-serif;
}

body .toolbar select:focus {
    box-shadow: none;
    background: white;
    border: 1px solid #a7a7a7;
}

body .toolbar-sorter:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: absolute;
    top: 17px;
    right: 12px;
}

body .page-products .sorter {
    position: relative !important;
}

@media (min-width: 768px) {
    body.page-layout-1column .filter-content {
        margin: 0;
    }
}

body .bottom-toolbar {
    display: none !important;
}

/*body .bottom-toolbar .modes,*/
/*body .bottom-toolbar .sorter*/
/*{*/
/*    display: none;*/
/*}*/

@media (min-width: 769px) {
    .page-products .products-grid .product-item:nth-child(3n + 1),
    .page-products.page-layout-1column .products-grid .product-item:nth-child(3n + 1),
    .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
        margin-left: 2%;
    }

    .page-products.page-layout-1column .products-grid .product-item {
        width: 23.5%;
        text-align: center;
        padding: 0;
        margin-left: 2%;
    }

    .page-products.page-layout-1column .products-grid .product-item:nth-child(4n + 1) .product-item-info {
    }

    .page-products.page-layout-1column .products-grid .product-item:nth-child(4n + 2) .product-item-info,
    .page-products.page-layout-1column .products-grid .product-item:nth-child(4n + 3) .product-item-info {
    }

    .page-products.page-layout-1column .products-grid .product-item:nth-child(4n) .product-item-info {
    }

    .page-products.page-layout-1column .products-grid .product-item:nth-child(4n + 1) {
        margin-left: 0 !important;
    }

    .page-products.page-layout-1column .products-grid .product-item:nth-child(4n + 2),
    .page-products.page-layout-1column .products-grid .product-item:nth-child(4n + 3) {
    }

    .page-products.page-layout-1column .products-grid .product-item:nth-child(4n) {
    }

}

body.page-products .product-item-info {
    width: 100%;
    position: relative;
}

body .products-grid .product-item-info:hover {
    box-shadow: none !important;
    border: none !important;
    /*margin: initial;*/
    /*padding: initial;*/
    margin: 0;
}

body .products-grid .product-item-info:hover .product-item-inner {
    box-shadow: none !important;
    border: none !important;
    margin: initial;
    padding: initial;
}

@media (min-width: 768px) {
    body.page-products .product-image-container {
        width: 100% !important;
    }

    body.page-products .product-image-container .product-image-photo {
        width: 100% !important;
    }

    body.page-products .product-image-wrapper {
    }

    body.page-products .product-item-image {
        width: 100%;
    }

    body .products {
        margin: 0;
    }

    .products-grid .product-item-name {
        text-align: left;
        margin: 0;
        line-height: 17px;
        padding-top: 4px;
        height: 42px;
        overflow: hidden;
    }

    body .product-info-price .price-box .price-container .price {
        font-weight: 300;
        font-size: 25px;
        color: #111010;
    }

    #checkout .authentication-wrapper {
        top: 60px;
    }

    #checkout .authentication-wrapper .action-auth-toggle span {
        color: black;
        font-weight: 300;
    }

    #checkout .authentication-wrapper .action-auth-toggle:hover {
        text-decoration: none;
    }

    body .block-authentication .block-title strong {
        font-size: 30px;
    }

    body .block-authentication .block-customer-login form .fieldset {
        margin-bottom: 30px;
    }

    body .block-authentication .block-customer-login form .fieldset .field {
        margin-bottom: 30px;
    }

    body .block-authentication .block-customer-login form .fieldset .field .control {
        position: relative;
    }

    body .block-authentication .block-customer-login form .fieldset .field .control:after {
        content: "";
        height: 10px;
        width: 10px;
        background-color: #d8a462;
        border-radius: 50%;
        display: inline-block;
        float: right;
        position: absolute;
        top: 14px;
        right: 12px;
        z-index: 2;
    }

    body .block-authentication .block-customer-login form .fieldset .field input {
        height: 40px;
    }

    body .block-authentication .actions-toolbar &gt; .primary .action {
        margin: 0;
        padding: 0;
        width: 100%;
        box-shadow: none;
    }

    body .block-authentication .actions-toolbar &gt; .primary .action span {
        margin: 0;
        padding: 0;
        font-weight: 400;
        color: white;
    }

    body .block-authentication .actions-toolbar &gt; .secondary {
        float: none;
        width: 100%;
        text-align: center;
    }

    body .block-authentication .actions-toolbar &gt; .secondary .action {
        color: darkgray;
        text-decoration: underline;
    }

    body .block-authentication .actions-toolbar &gt; .register {
        width: 100%;
        background: #8c8074;
        text-align: center;
        margin-top: 50px;
    }

    body .block-authentication .actions-toolbar &gt; .register a {
        color: white;
        font-size: 16px;
        font-weight: 400;
    }

    .modal-custom.authentication-dropdown._show {
        position: fixed;
        top: 81px;
        width: 530px;
        left: 50%;
        transform: translateX(-50%);
        background: #eeedeb;
        box-shadow: 0 0 5px 2px darkgrey;
    }

    .authentication-dropdown .block.block-customer-login {
        border: none;
        padding: 0 90px;
    }

    body .opc-wrapper .form-login .fieldset .field .label {
        font-weight: 300;
        font-size: 14px;
    }

    body .opc-wrapper .form-login {
        padding-bottom: 0;
    }
}


body .product-info-main .product-info-price .old-price .price-wrapper .price {
    font-weight: 300;
    font-size: 16px;
    color: #848484;
}

body .product-info-main .product-info-price .old-price .price-label {
    color: #848484;
    font-size: 16px;
}

body .product-info-main .product-info-price .old-price {
    text-decoration: line-through;
}

.products-grid .price-label {
    display: none;
}

.products-grid .price-box {
    text-align: left;
}

.products-grid .price-box .price {
    font-weight: 400;
    font-size: 16px;
    color: #111010;
}

body .swatch-option {
    width: 25px !important;
    height: 25px !important;
    max-width: none;
    min-width: 0;
    border-radius: 50%;
    border:none;
    margin: 0 5px 5px 0;
}
body.catalog-product-view .swatch-option.color.disabled {
    display: none;
}

body .swatch-option.swatch-more {
    border:1px solid #404040;
}

body .swatch-more.swatch-option:hover {
    border: 1px solid #404040;
    color: #111010;
    outline: none;
    text-decoration: none;
}

body .swatch-option.selected {
    /*box-shadow: 0 0 1px 1px #00699d;*/
    outline: none;
    background-clip: content-box !important;
    padding: 2px;
    width: 27px !important;
    height: 27px !important;
    border: 1px solid black;
    margin-top: -2px;
    position: relative;
    top:1px;
}



body .swatch-option.text{
    background: #e0e0e0;
    color: black;
    font-size: 15px;
    font-weight: 300;
    padding: 4px 8px;
    width: auto !important;
    border-radius: 15px;
    height: auto !important;
    border:none;
}
body .swatch-option.text:hover{
    border:none;
    color: black;
    outline: none;
}

body .swatch-option.text.selected {
    background-color: #d8a462 !important;
    background-clip: border-box !important;
    border:none;
    color: white;
    margin-top: 0;
}


body .swatch-more {
    color: #111010;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    padding-right: 4px;
}

body .swatch-more span {
    display: inline-block;
    padding-top: 1px;
}

body .swatch-option:focus {
    box-shadow: none;
}

body .swatch-attribute-options {
    margin-top: 8px;
}

body .product-item .price-box {
    margin: 5px 0 7px;
}

body .swatch-option.image:not(.disabled):hover,
body .swatch-option.color:not(.disabled):hover {
    border: none;
    outline: none;
}

body .category-image .image {
    width: 100%;
}

.page-products .nav-sections {
    margin: 0;
}

body .category-cms,
body .category-image,
body .category-description {
    margin-bottom: 0;
}

.product-info-main .page-title span.base {
    color: #111010;
    font-weight: 300;
    font-size: 18px;
    color: #848484;
    text-transform: capitalize;
}

.product-info-main .page-title-wrapper h1.page-title {
    line-height: 20px;
}

.product-info-main .product-info-price .price-box .price-container .price-label {
    /*display: none !important;*/
}

.product-info-main .product-info-price .price-box &gt; span {
    display: inline-block;
}

body .product-info-main .product-info-price {
    border-bottom: none;
    margin-top: 47px;
    margin-bottom: 10px;
}

body .product-info-main .product-options-bottom {
    margin-top: 40px;
}

body .swatch-attribute-label {
    font-weight: 400;
    font-size: 16px;
}

body .product-social-links {
    display: none;
}

.product-info-summary ul {
    list-style: none;
}

.product-info-summary ul li {
    font-weight: 300;
    padding-bottom: 2px;
}

.product-info-summary ul li strong {
    font-weight: 500;
}

.product-info-summary ul li a {
    color: #111010;
    text-decoration: underline;
}

.product-info-main select.swatch-select {
    border: 1px solid #a7a7a7;
    padding: 10px;
    height: 40px;
}

.product-info-main #product-addtocart-button {
    margin: 0;
    padding: 0;
    background: #d8a462;
    border: none;
    width: 100%;
}

.product-info-main #product-addtocart-button span {
    font-size: 16px;
    text-transform: none;
    font-weight: 400;
    vertical-align: bottom;
}

.product-info-main .box-tocart .field.qty {
    float: left;
    width: 21%;
}

.product-info-main .box-tocart .actions {
    float: right;
    width: 72%;
}

.product-info-main .box-tocart .field.qty select {
    border: 1px solid #a7a7a7;
    padding-left: 18px;
    height: 42px;
    text-indent: 10px;
    background-position: 80%;
}

.klarna-logo {
    background: url('../images/klarna-logo.png') no-repeat;
    display: inline-block;
    width: 160px;
    height: 36px;
    background-size: cover;
    transform: scale(0.8);
    margin-left: -13px;
}

.checkout-index-index .product-item-details .product.options .content {
    display: block !important;
}

.checkout-index-index .product-item-details .product.options .content .label {
    display: none;
}

.checkout-index-index .product-item-details .product.options .content .values {
    display: block;
    float: none;
    font-size: 15px;
    margin: 0;
    line-height: 10px;
}

.checkout-index-index .product-item-details .product.options .content .values:before {
    content: "_";
    padding-right: 4px;
    vertical-align: super;
}

.checkout-index-index .product-item-details .product.options .toggle {
    display: none;
}

body .opc-block-summary .product-item .product-item-inner {
    margin-bottom: 0;
}

.opc-block-summary .product-item-details .product-item-name {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 15px;
    height: 15px;
    overflow: hidden;
}

.opc-block-summary .shipping .mark .value {
    display: none;
}

.checkout-index-index .minicart-items-wrapper {
    overflow: visible;
}

.towishlist {
    display: none;
}

.minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax {
    margin: 0;
}

.checkout-index-index .first-header .right-header {
    display: none;
}

#opc-sidebar .items-in-cart {
    margin: 0;
}

.opc-block-summary .product-item-footer {
    position: relative;
    top:7px;
}
body .opc-block-summary .product-item .message{
    margin-top:20px;
    font-size: 14px;
}
.opc-block-summary .product-item-footer .price-including-tax,
.opc-block-summary .product-item-footer .price-excluding-tax{
    font-size: initial;
}

.opc-block-summary .table-totals tr {
    border-bottom: 1px solid #ccc;
}

.opc-block-summary .table-totals tr.grand.totals {
    font-size: 16px;
    font-weight: 400;
}

.opc-block-summary .table-totals .grand strong {
    font-size: inherit;
    font-weight: inherit;
}

.opc-block-summary .table-totals .grand .mark {
    font-size: inherit;
    font-weight: inherit;
}

.opc-block-summary .table-totals .grand .amount {
    font-size: inherit;
    font-weight: inherit;
}

/*.category-outlet .page-title-wrapper .page-title {*/
/*    text-align: left;*/
/*    padding-top: 25px;*/
/*    background: url(../images/line-small.png) 0 100% no-repeat;*/
/*}*/

/*.category-outlet .page-title-wrapper .page-title span {*/
/*    font-size: 35px;*/
/*    color: #d8a462;*/
/*    text-transform: uppercase;*/
/*    font-weight: 600;*/
/*    letter-spacing: -0.05em;*/
/*}*/

/*.category-outlet .breadcrumbs {*/
/*    display: none;*/
/*}*/

/*.category-outlet .outlet.col2-set p {*/
/*    margin-bottom: 0;*/
/*}*/

/*.category-outlet #maincontent &gt; .columns {*/
/*    display: none;*/
/*}*/

.ias-trigger-next,
.ias-spinner {
    margin-top: 110px;
}

.ias-trigger-next a {
    font-size: 18px;
    background: #d8a462;
    color: white;
    padding: 8px 65px;
    font-weight: 300;
    letter-spacing: normal;
}

.ias-trigger-next a:hover {
    text-decoration: none;
    margin-top: 100px;
}

.products.products-grid {
    clear: both;
    margin-top:38px;
}

.trustpilot-section .container {
    padding: 0;
}

.product-mini-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 0;
    color: black;
}

.product-item .old-price .price {
    text-decoration: line-through;
    font-weight: 300;
    color: #848484;
}

.products-grid .product-item .product-item-info .product-item-photo {
    display: block;
}

.block.related .products-grid .product-item .product-item-info .product-item-photo {
    height: auto;
}

.products-grid .product-item .product-image-wrapper,
.gallery-placeholder {
    background-color: #f7f7f7;
}

.klarna-section .klarna-slider-container .slide-item {
    margin-top: 0;
}

@media (min-width: 768px) {
    body.page-layout-1column .product.media {
        width: 65%;
    }

    body.page-layout-1column .product-info-main {
        width: 100%;
        padding-left: 0px;
    }

    body .product-info-main .product-mini-title,
    body .product-info-main .page-title-wrapper.product,
    body .product-info-main .product-info-price,
    body .product-info-main .prices-tier-container,
    body .product-info-main .product-add-form {
        width: 33%;
        float: right;
    }

    body .product-info-main .product-add-form {
        clear: none;
    }
}

body .fotorama__arr--prev .fotorama__arr__arr {
    background-image: url(../images/png2/Desktop-ScrollArrow-Right@2x.png);
    background-position: 30px 0;
    background-size: 10px;
}

body .fotorama__arr--next .fotorama__arr__arr {
    background-image: url(../images/png2/Desktop-ScrollArrow-Left@2x.png);
    background-position: 30px 0;
    background-size: 10px;
}

body .fotorama__arr:active,
body .fotorama__arr,
body .fotorama__arr:hover {
    background-color: transparent;
}

body .swatch-attribute-selected-option {
    color: black;
    font-size: 16px;
    font-weight: 300;
    padding-left: 8px;
}

.swatch-opt .swatch-attribute {
    margin-bottom: 15px;
}

body select {
    background-size: 15px;
    border: 1px solid #a7a7a7;
    padding: 10px;
    height: 40px;
}

.product-image-wrapper {
    background-color: #f7f7f7;
}

.cart.table-wrapper .product-image-wrapper {
    width: 100px;
}

.catalog-product-view .klarna-slider-container {
    margin-bottom: 40px;
    background-color: #f0e9e2;
}

.catalog-product-view .klarna-slider-container .owl-prev,
.catalog-product-view .klarna-slider-container .owl-next {
    top: 20%;
}

.billing-address-details .action.action-edit-address {
    border: none;
    background: #daa362;
    padding: 0;
    margin: 0;
    color: white;
    font-weight: 300;
    text-transform: capitalize;
    font-family: 'Open Sans';
    font-size: 14px;
    margin-top: 10px;
}

.checkout-success .action {
    font-size: 16px;
    background: #d8a462;
    color: white;
    padding: 8px 65px;
    font-weight: 300;
    letter-spacing: normal;
    border: none;
    border-radius: 0 !important;
}

body .action.primary:hover {
    background: #d8a462;
    border: none;
    color: #fff;
}

#cookie-popup {
    position: fixed;
    bottom: 0;
    width: 100vw;
    text-align: center;
    background: #d8cdc1;
    z-index: 4;
}

#cookie-popup p {
    margin: 0;
    padding: 10px;
}

#cookie-popup a {
    text-decoration: underline;
}

#cookie-popup .cookie-popup-close {
    position: absolute;
    right: 2%;
    bottom: 12px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url(../images/png2/Desktop-Menu-Category-Active@2x.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.klarna-slider-container .slide-item{
    clear: both;
    text-align: center;
    padding: 40px 120px 50px;
    background: #f0e9e2;
    max-width: 1100px;
    margin:0 auto;
}
.klarna-slider-container .slide-item h2{
    font-size: 32px;
    font-weight: 300;
}
.klarna-slider-container .slide-item p{
    font-size: 22px;
    font-weight: 300;
}
.klarna-slider-container .slide-item a{
    color: inherit;
    text-decoration: underline;
}

body .product-item-name &gt; a,
body p,
.klarna-slider-container h2 {
    color: black;
}
body p{
    font-weight: 300;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #848484;
}

.block.related .owl-prev {
    left: -40px;
    top: 16%;
    width: 12px;
    height: 12px;
}

.block.related .owl-next {
    right: -40px;
    top: 16%;
    width: 12px;
    height: 12px;
}

body .MagicToolboxMessage {
    display: none;
}

body .fotorama {
    background-color: white;
}

body .fotorama__loaded--img img {
}

body .fotorama__stage__frame.fotorama__active {
    background-color: #ebebeb;
}

body .fotorama__stage__frame.fotorama__active .fotorama__html {
    width: 101%;
}

body .fotorama__nav-wrap {
    margin-top: 11px;
}

body .fotorama__nav--thumbs .fotorama__nav__frame {
    margin-right: 11px;
}

body .fotorama__html .fotorama__select .MagicToolboxContainer {
    background-color: white;
}

body .fotorama__thumb-border {
    display: none;
}

body .fotorama__active .fotorama__thumb {
    border-bottom: 2px solid #d8a462;
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
}

#home_page_bannerslider .owl-dots button.owl-dot.active {
    background-color: white !important;
}

body .products-grid .product-item-info:hover,
body .products-grid .product-item-info.active {
    z-index: 1 !important;
}

body .navigation .megamenu:first-child {
    padding-left: 25px;
}

body .megamenu .level0 {
    width: 1060px;
    top: 46px !important;
    background-color: #f0e9e2 !important;
    /*display: table !important;*/
    padding-bottom: 20px !important;
}

body .megamenu .level0 &gt; li {
    width: 100% !important;
    display: none;
}

body .megamenu .level0 &gt; li:first-child {
    width: 100% !important;
    display: block;
}

.megamenu .megamenu-wrapper .menu-column {
    width: 25%;
    float: left;
}

.megamenu .megamenu-wrapper .menu-column a {
    font-family: "stevie-sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: black;
}

.megamenu .megamenu-wrapper .menu-column .item-parent a strong{
    font-weight: 500;
    font-size: 12px;
}

.megamenu .megamenu-wrapper .menu-column .item-child a {
    font-family: "nimbus-sans", sans-serif;
    font-weight: 300;
    font-size: 15px !important;
    color: black;
}

@media (min-width: 768px) {
    body .navigation .megamenu.level-top-sectioned .level0.submenu.sectioned.top-block-child .submenu-child:first-child {
        padding-top: 15px;
    }

    body .navigation .level0 .submenu a:hover {
        background: none;
        color: black;
    }
}

@media (min-width: 768px) {
    body #product-options-wrapper {
        min-height: 136px;
    }

    body.page-layout-1column .filter-actions {
        display: none;
    }

    body.page-layout-1column .filter-actions ~ .filter-options {
        margin-top: 0;
    }
}

body .fotorama__stage {
    background-color: rgb(235, 235, 235);
}

body button,
body .action.primary {
    font-family: "nimbus-sans", sans-serif;
}
body .action.primary,
body .action-primary{
    background-color: #d8a462;
    border:none;
    font-family: "nimbus-sans", sans-serif;
    font-size: 14px;
    padding: 0 18px;
    height: 42px;
    line-height: 42px;
    font-weight: 400;
}

body input[type='radio']:after {
    width: 19px;
    height: 19px;
    border-radius: 19px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #d1d3d1;
    padding: 4px;
    background-clip: content-box;

}

body input[type='radio']:checked:after {
    width: 19px;
    height: 19px;
    border-radius: 19px;
    top: -2px;
    left: -1px;
    position: relative;
    background-color: #daa362;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid black;
    padding: 4px;
    background-clip: content-box;

}
body .payment-method .field .label{
    margin-left: 5px;
}

body .payment-method .payment-method-billing-address{
    display: none;
}

body input:not([disabled]):focus {
    box-shadow: none;
}

body.checkout-index-index input[type='radio'] {
    visibility: hidden;
}

body .navigation .megamenu .level0.submenu .menu-block.block-container ul li {
    padding: 3px 0 0;
}

body .navigation .megamenu .level0.submenu .menu-block.block-container ul {
    padding-bottom: 20px;
}

body .product-item-name {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}


body .explore-product .product-item-name {
    overflow: hidden;
}

body .explore-product img {
    background-color: #f7f7f7;
}

body button:not(.primary):active {
    box-shadow: none;
}

/*body .cart-summary .checkout-methods-items .action.primary.checkout {*/
/*    padding: 14px 90px;*/

/*}*/
body .cart-summary .block.active .content{
    padding: 0;
}


@media (min-width: 768px) {
    /*body .cart-summary {*/
    /*    width: 880px;*/
    /*    padding: 0;*/
    /*    margin: 0 auto;*/
    /*    float: none;*/
    /*    display: block;*/
    /*    position: static;*/
    /*    background: none;*/
    /*}*/

    /*body .cart-discount {*/
    /*    width: 300px;*/
    /*    margin-left: 95px;*/
    /*    margin-top: 20px;*/
    /*}*/
}

@media (min-width: 768px) and (max-width: 920px) {
    body .cart-summary {
        width: 95vw;
        padding: 0;
        margin: 0 auto;
        float: none;
        display: block;
        position: static;
        background: none;
    }

    body .cart-discount {
        width: 300px;
        margin-left: 20px;
        margin-top: 20px;
    }

    body .cart-container .form-cart {
        width: 95vw;
        padding: 0;
        margin: 0 auto;
        float: none;
        display: block;
    }

    body .cart-summary .checkout-methods-items .action.primary.checkout {
        padding: 14px 70px;
    }
}

@media (min-width: 1024px) and (max-width: 1100px) {
    body .cart-summary {
    }

    body .cart-discount {
        margin-left: 55px;
    }
}

button.pash-button {
    border: none;
    background: #d8a462;
    box-shadow: none;
}

button.pash-button span {
    color: white;
    font-weight: 400;
    font-size: 16px;
    text-transform: none;
}

body .swatch-option-tooltip {
    padding: 0;
}

body .swatch-option-tooltip .image {
    display: none !important;
}

body .swatch-option-tooltip .title {
    padding: 5px 20px;
    background-color: #dedede;
    color: black;
}

body .swatch-option-tooltip .corner {
    top: 0px;
}

body .swatch-option-tooltip .corner::before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #dedede;
    border-top: none;
    top: -20px;
}

body .swatch-option-tooltip .corner::after {
    content: none;
}

body .opc-wrapper .form-shipping-address .fieldset .field .label {
    font-weight: 300;
}

body .opc-wrapper .form-shipping-address .field-tooltip {
    display: none;
}

body .opc-wrapper .field .control._with-tooltip input {
    width: 100%;
}

body .opc-block-summary .minicart-items {
}

body .opc-block-summary .minicart-items {
}

body input[type=checkbox] {
    width: 0;
    visibility: hidden;
}

body input[type=checkbox]:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -15px;
    position: relative;
    background-color: #daa362;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #daa362;
    padding: 2px;
    background-clip: content-box;
}

body input[type=checkbox]:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -15px;
    position: relative;
    background-color: transparent;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #daa362;
    padding: 2px;
    background-clip: content-box;
}

body .consent input[type=checkbox]:checked:after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: 0px;
    left: 0px;
}

body .consent input[type=checkbox]:after {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top: 0px;
    left: 0px;
}

body .checkout-payment-method .checkout-billing-address .billing-address-details {
    line-height: 20px;
    border-top: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
    max-width: 360px;
    padding: 15px 0;
}

body .checkout-payment-method .payment-method._active .payment-method-content {
    padding-left: 0;
}

body .checkout-payment-method .billing-address-same-as-shipping-block {
    margin-left: 14px;
}

body .sample-request-title {
    margin-top: 15px;
    margin-bottom: 28px;
}
body .sample-request-title a{
    color: black;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 400;
}

body.account #my-orders-table{
    font-size: 16px;
}
body.account #my-orders-table .col{
    padding-left: 0;
    padding-bottom: 5px;
    padding-top: 20px;
}
body.account #my-orders-table thead{
    font-weight: 400;
}
body.account #my-orders-table tbody td{
    font-weight: 300;
}
body.account #my-orders-table tbody .actions .action{
    color: black;
}
.opc-block-summary .product-item .subtotal{
    font-size: 15px;
    font-weight:400;
}
.klarna-payments-method .payment-method-title .label{
    width: 100%;
}
.klarna-payments-method .payment-method-title .label span:first-child{
    float: left;
    padding-left: 12px;
}
.klarna-payments-method .payment-method-title .label span:nth-child(2){
    float: right;
    margin-right: 5px;
}

label[for=sagepaysuitepi],
label[for=paypal_express]{
    display: block;
    width: calc(100% - 30px);
    float: right;
}

.cms-delivery-collection .breadcrumbs,
.cms-returns-refunds .breadcrumbs,
.cms-faq .breadcrumbs,
.cms-about-us .breadcrumbs{
    display: none;
}

.cms-delivery-collection .cms-title{
    background-color: #51515f;
    text-align: center;
    border:none;
}

.cms-delivery-collection .cms-title h2{
    color: white;
    font-weight: 300;
    margin: 0;
    padding: 175px 0;
    font-size: 32px;
}
.cms-delivery-collection .cms-content{
    padding: 0 90px;
}
.cms-delivery-collection .cms-content .cms-header{
    padding-top:50px;
    padding-bottom: 60px;
}
.cms-delivery-collection .cms-content .cms-header p{
    font-size: 26px;
    margin:0;
}
.cms-delivery-collection .cms-content .cms-body{
    margin-top:0;
}
.cms-delivery-collection .cms-content .cms-body h3{
    color: black;
    margin-bottom: 25px;
}
.cms-delivery-collection .cms-content .cms-body p{
    margin-bottom: 0;
}
.cms-delivery-collection .cms-content .cms-body .body-item{
    padding-bottom:50px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 50px;
}
.cms-delivery-collection .cms-content .cms-body .body-item:last-child{
    border-bottom: none;
}
.cms-delivery-collection .cms-content .cms-body .body-item .note{
    color: gray;
    padding: 20px 0;
    font-style: italic;
}


.cms-faq .cms-title{
    background-color: #d0b483;
    text-align: center;
    border:none;
}

.cms-faq .cms-title h2{
    color: white;
    font-weight: 300;
    margin: 0;
    padding: 175px 0;
    font-size: 32px;
}
.cms-faq .cms-content{
    padding: 0 90px;
}
.cms-faq .cms-content .cms-header{
    padding-top:50px;
    padding-bottom: 60px;
}
.cms-faq .cms-content .cms-header p{
    font-size: 26px;
    margin:0;
}
.cms-faq .cms-content .cms-body{
    margin-top:0;
}
.cms-faq .cms-content .cms-body h3{
    color: black;
    margin-bottom: 25px;
}
.cms-faq .cms-content .cms-body p{
    margin-bottom: 0;
    font-size: 16px;
}
.cms-faq .cms-content .cms-body .body-item{
    padding-bottom:40px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 40px;
}
.cms-faq .cms-content .cms-body .body-item:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.cms-faq .cms-content .cms-body .body-item .note{
    color: gray;
    padding: 20px 0;
    font-style: italic;
}


.cms-returns-refunds .cms-title{
    background-color: #a88b6e;
    text-align: center;
    border:none;
}

.cms-returns-refunds .cms-title h2{
    color: white;
    font-weight: 300;
    margin: 0;
    padding: 175px 0;
    font-size: 32px;
}
.cms-returns-refunds .cms-content{
    padding: 0 90px;
}
.cms-returns-refunds .cms-content .cms-header{
    padding-top:50px;
    padding-bottom: 60px;
}
.cms-returns-refunds .cms-content .cms-header p{
    font-size: 26px;
    margin:0;
}
.cms-returns-refunds .cms-content .cms-body{
    margin-top:0;
}
.cms-returns-refunds .cms-content .cms-body h3{
    color: black;
    margin-bottom: 25px;
}
.cms-returns-refunds .cms-content .cms-body p{
    margin-bottom: 0;
    font-size: 15px;
}
.cms-returns-refunds .cms-content .cms-body .body-item{
    padding-bottom:40px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 40px;
}
.cms-returns-refunds .cms-content .cms-body .body-item:last-child{
    border-bottom: none;
}
.cms-returns-refunds .cms-content .cms-body .body-item .note{
    color: gray;
    padding: 20px 0;
    font-style: italic;
}

.cms-about-us .cms-title{
    background-color: #c38879;
    text-align: center;
    border:none;
}

.cms-about-us .cms-title h2{
    color: white;
    font-weight: 300;
    margin: 0;
    padding: 175px 0;
    font-size: 32px;
}
.cms-about-us .cms-content{
    padding: 0 90px;
}
.cms-about-us .cms-content .cms-header{
    padding-top:50px;
    padding-bottom: 60px;
}
.cms-about-us .cms-content .cms-header p{
    font-size: 26px;
    margin:0;
}
.cms-about-us .cms-content .cms-body{
    margin-top:0;
}
.cms-about-us .cms-content .cms-body h3{
    color: black;
    margin-bottom: 25px;
}
.cms-about-us .cms-content .cms-body p{
    margin-bottom: 0;
    font-size: 20px;
}
.cms-about-us .cms-content .cms-body .body-item{
    padding-bottom:50px;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: 50px;
}
.cms-about-us .cms-content .cms-body .body-item.text-center p{
    max-width: 580px;
    margin: 0 auto;
    font-size: 22px;
}
.cms-about-us .cms-content .cms-body .body-item:first-child,
.cms-about-us .cms-content .cms-body .body-item:nth-child(4){
    border-bottom: none;
    margin-bottom: 20px;
}
.cms-about-us .cms-content .cms-body .body-item #about-us-blog{
    width: 120%;
    margin-left: -10%;
}
.cms-about-us .cms-content .cms-body .body-item:last-child{
    border-bottom: none;
}
.cms-about-us .cms-content .cms-body .body-item .note{
    color: gray;
    padding: 20px 0;
    font-style: italic;
}

.cms-page-view .cms-klarna{
    clear: both;
    text-align: center;
    padding: 30px 120px 10px;
    background: #f0e9e2;
    margin: 0 auto;
    margin-top:-20px;
}

.cms-page-view .cms-klarna h2{
    font-size: 32px;
    font-weight: 300;
    color: black;
    margin-bottom: 0;
}

.cms-page-view .cms-klarna h3{
    font-size: 20px;
    font-weight: 300;
    color: black;
}


.cms-page-view .cms-klarna h4{
    font-size: 16px;
    font-weight: 300;
    color: black;
}

body .checkout-payment-method .payment-method + .payment-method .payment-method-title{
    border:none;
}
body .payment-group .payment-method{
    border:1px solid #b7b6b5;
    margin-bottom: 20px;
    padding:0 16px 0 16px;
}
body .payment-group .payment-method._active{
    border:1px solid #daa362;
}
body #sagepaysuiteserver{
}
body .checkout-payment-method .payment-method-title{
    padding:14px 0 0 0;
    height: 50px;
}
body label[for=paypal_express] img{
    float: right;
    margin-top: -9px;
    max-height: 35px;
    margin-right: 0px !important;
}
body #paypal-express-in-context-button{
    max-width: 360px;
}
body .checkout-payment-method .payment-method-title .payment-icopaypal-express-in-context-buttonn.logo-paypal{
    margin-top: -5px;
    height: 30px;
}
body .checkout-payment-method .payment-method-title .klarna-payments-method-cell img{
    width: 80px;
}

body .opayo-payment-method-logo{
    float: right;
    width: 80px;
    margin-top:-5px;
}
body .checkout-payment-method .payment-option-title{
    border-top: 0;
}

/*VERY TOP BAR*/
.very-top-header{
    text-align: center;
    background: #f0e9e2;
    padding: 6px 0;
    font-weight: 400;
    position: relative;
    display: none;
}
.very-top-header span.close{
    content: " ";
    position: absolute;
    right: 1%;
    bottom: 40%;
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/png2/Desktop-Menu-Category-Active@2x.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    cursor: pointer;
}


.very-top-header p{
    margin:0;
}
@media (max-width: 767px) {
    .very-top-header span.close{
        right: 2%;
    }
}
@media (max-width: 425px) {
    .very-top-header span.close{
        right: 5%;
    }
}

.swatch-attribute.swatch-layered.colour_filter a{
    display: block;
    height: 26px;
    margin-bottom: 10px !important;
}
.swatch-attribute.swatch-layered.colour_filter a:hover{
    background:none;
}
.swatch-attribute.swatch-layered.colour_filter a .swatch-option{
    margin: 0;
    padding: 0;
    width: 22px !important;
    height: 22px !important;
    margin-left: 12px;
}
.swatch-attribute.swatch-layered.colour_filter a .swatch-option[option-label=Clear]{
    border:1px solid black;
}
.swatch-attribute.swatch-layered.colour_filter a .swatch-option-color-label{
    margin-left: 10px;
    position: relative;
    top:3px;
    font-weight: 500;
}
.page-layout-1column #pre-filter .filter-options-item.active .filter-options-content{
    box-shadow: none;
    left:-1px;
}

.page-layout-1column #pre-filter .filter-options-item.active:after,
.page-layout-1column #pre-filter .filter-options-item.active:before{
    content:none !important;
}
.catalog-product-view .klarna-section {
    width: 100vw;
    position: relative;
}

#product-detail-bottom {
    overflow: auto;
}

#product-detail-bottom .bottom-left {
    width: 65%;
    float: left;
    border-top: 1px solid #a7a7a7;
}

#product-detail-bottom .bottom-right {
    width: calc(35% - 25px);
    float: right;
    border-top: 1px solid #a7a7a7;
}

#product-detail-bottom h3 {
    font-size: 16px;
    font-weight: 400;
    padding-top: 5px;
    color: black;
}

#product-detail-bottom .bottom-left h3.bottom-tab-trigger {
    border-top: 1px solid #a7a7a7;
    cursor: pointer;
    color: black;
}

#product-detail-bottom .bottom-tab h3.bottom-tab-trigger:after {
    content: " ";
    float: right;
    font-weight: 300;
    height: 12px;
    width: 12px;
    background: url(../images/png2/Desktop-Menu-Category-Inactive@2x.png) no-repeat;
    background-size: 10px 10px;
    margin-right: 3px;
    margin-top: 10px;
}

#product-detail-bottom .bottom-tab.active h3.bottom-tab-trigger:after {
    content: " ";
    float: right;
    font-weight: 300;
    height: 9px;
    width: 9px;
    background: url(../images/png2/Desktop-Menu-Category-Active@2x.png) no-repeat;
    background-size: 9px 9px;
    margin-right: 3px;
    margin-top: 10px;
}

#product-detail-bottom .bottom-left .bottom-tab:first-child h3 {
    border-top: none;
}

#product-detail-bottom .bottom-right table tr td {
    padding-left: 0;
    padding-top: 0;
    font-weight: 300;
}

#product-detail-bottom .bottom-right table tr td:first-child {
    width: 108px;
}

#product-detail-bottom .bottom-tab .bottom-tab-content {
    display: none;
    font-weight: 300;
}

#product-detail-bottom .bottom-tab.active .bottom-tab-content {
    display: block;
}

</pre></body></html>