/** Shopify CDN: Minification failed

Line 3101:11 Expected identifier but found whitespace
Line 3101:12 Unexpected "0px"

**/
.fixed-sidebar {
    position: fixed;
    left: 5%;
    width: 10%;
    top: 210px;
    min-height: 400px;
}

#product-price {
    float: right;
    margin-bottom: -20px;
    font-weight: 400;
}

#product-price .product-price-lg {
    /*float: left;*/
}
#product-price .was {
    font-weight: 400;
}
.button.add.clearfix.AddtoCart {
    min-width: auto !important;
}

.product-add {
    margin-top: 0px;
}
.label-spaced {
    font-size: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 400;
}
h2.protitle {
    text-transform: uppercase;

}
ul#nav li a:active {
    text-decoration: none !important;
}

#product-description h2.protitle {
   font-family: "Akkurat-Bold";
    font-weight: 700;
    font-size: 12px;

    padding-bottom: 0;

}

.product-name {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    font-family: "Akkurat";
    /*     text-transform: uppercase; */
    margin-bottom: 15px;
}
.prodescription h2 {
    font-family: "Akkurat-Bold";
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    clear: both;
    padding-bottom: 0;
}
.prodescription p {
    font-weight: 700 !important;
    font-family: "Akkurat", Helvetica, sans-serif !important;
    font-size: 12px;
    display: inline-flex;
    width: auto;
    text-decoration: none;
}
.prodescription p {
    font-weight: 700 !important;
    font-family: "Akkurat", Helvetica, sans-serif !important;
    font-size: 12px;
    display: block;
    width: auto;
    text-decoration: none;
    margin-bottom: 15px;
}
.prodescription span {
    font-weight: 700 !important;
    font-family: "Akkurat", Helvetica, sans-serif !important;
    font-size: 12px;
    display: block;
    width: auto;
    text-decoration: none;
    margin-bottom: 15px;
}
.prooptions .select {
    margin-top: 15px;
}
.prodescription ul li {
    font-family: "Akkurat", Helvetica, sans-serif !important;
    font-size: 12px;
    display: block;
    width: auto;
    text-decoration: none;
    margin-bottom: 4px;
}
input.button {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    width: calc(100% - 2px) !important;
    max-width: 100% !important;
    display: inline-block !important;
}

.swatch .swatch-element {
    width: 20%;
    margin: 0 0px -1px -1px;
}

.swatch-element label {
    width: 100%;
    background: white;
    border: 1px solid #e0e0e0;
    line-height: 55px;
    height: 55px;
    font-size: 12px;
    font-weight: 400;
}

.swatch .swatch-element.soldout label {
    color: #9f9f9f;
}

.swatch .swatch-element.soldout .crossed-out {
    display: none !important;
}

.swatch .swatch-element.soldout input:checked + label {
    border: 1px solid #c2c2c2;
    background: #dadada;
    color: #7e7e7e !important;
}

#product-description form {
    border-top: 0;
    border-bottom: 0;
}

.product-image-container {
    overflow: visible !important;
}
.product-main-image {
    position: relative !important;
    visibility: visible !important;
    margin-bottom: 0px;
    cursor: default;
    padding: 0 10px;
    height: calc(100vh - 75px);
    margin-bottom: 0px;
    background: #f2f2f2;
}
.product-main-image img {
    height: 100%;
    object-fit: contain;
}

#product-full-view {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background: white;
    overflow: auto;
}

#product-full-view.open {
    display: block;
}

.product-full-view-close {
    position: fixed;
    top: 40px;
    right: 40px;
    font-size: 70px;
    color: black;
    text-decoration: none;
    z-index: 200;
    width: 70px;
    height: 70px;
    text-align: center;
    font-weight: 300;
    cursor: pointer;
    transform: scale(1.1, 1);
}

.product-full-image {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid white;
}

.product-full-image img {
}

.product-image-container {
    height: 100%;
}

.va-helper {
    /*   display: inline-block; */
    height: 100%;
    vertical-align: middle;
}

/* Fixed product layout */

#product-left {
    float: left;
/*     margin-top: 180px; */
    /* width: 20%;*/
    padding-left: 15px;
}

#product-images {
    /*margin-left: 30%;
  width: 40%;*/
    margin-top: 0px;
    width: 50%;
}

#product-images:after {
    content: "";
    clear: both;
    display: table;
}

#product-right {
    /* position: fixed;
  top: 168px;
  right: 6%;
  width: 23%;*/
/*     margin-top: 170px; */
}

/*.product #shopify-section-footer {
  display: none;
}*/

.hide-mobile,
.hide-desktop {
    display: block;
}

.product #shopify-section-header {
    position: fixed;
    width: 100%;
    z-index: 100;
    background: white;
}
.mobile-nav-logo {
    text-align: left;
    padding-left: 10px;
}

/*** PAGE CSS UPDATE START ***/
#navigation {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}
#navigation ul li a {
    text-transform: uppercase;
    font-size: 10.61pt;
    height: auto;
    display: block;
    line-height: 20px;
    font-family: 'SVRN Sans Regular' !important;
}
ul#nav {
    line-height: normal;
    display: flex;
    justify-content: flex-start;
}
ul#nav li a {
    margin-right: 20px;
}
ul#cart {
    padding-right: 0 !important;
    margin-right: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 263px;
}
ul#cart li {
    display: inline-block;
    /*     margin-left: 38px !important; */
}
.searchbox img {
    max-width: 16px;
    cursor: pointer;
    height: 16px;
}
#navigation ul li a.open-drawer {
    line-height: normal;
    width: 18px !important;
    height: 17px !important;
}
/* .product-info p {
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 20px;
} */
.product-index .prod-title {
    margin-top: 3px;
    font-weight: 600 !important;
    font-family: "Montserrat" !important;
    font-size: 14px;
    margin-bottom: 10px;
    min-height: auto;
    /*     display: flex;
    justify-content: center;
    align-items: center; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 26px;
    margin-bottom: 4px;
}
.prod-price {
    font-family: "Montserrat" !important;
    font-size: 14px;
    font-weight: 600;
}
/** NEW STYLE **/
#sidebar {
    margin-top: 30px;
}
#sidebar ul li {
    margin-bottom: 1px;
}
#sidebar h4 {
    font-family: "Akkurat-Bold";
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    clear: both;
    padding-bottom: 0;
}
#sidebar ul li a {
    font-weight: 700 !important;
    font-family: "Akkurat", Helvetica, sans-serif !important;
    font-size: 21.22px;
    display: inline-flex;
    width: auto;
    text-decoration: none;
}
#sidebar ul li a.current {
    border-bottom: 1px solid #000;
}
select#sort-by {
    font-weight: 500 !important;
    font-family: "Montserrat" !important;
    font-size: 15px;
}
.price div {
    font-family: "Akkurat-Mono" !important;
    font-size: 14px;
    font-weight: 600;
}
#collection-page-template #product-loop {
    margin-right: -20px !important;
    padding-left: 60.5px !important;
}
nav.nav-inline.nav- {
    margin-left: 10.8px !important;
}
#logo img {
    margin-top: 0 !important;
}
.header-wrapper {
    padding: 33px 0px;
}
#logo.logo-center {
    position: relative;
    right: 40px;
}
div#product-loop .product-index {
    margin: 0px 10px;
}
.searchbox {
    position: relative;
}
.header-search-box input#q {
    background: #fff;
    width: 90%;
    height: 28px;
    font-family: "Akkurat", Helvetica, sans-serif !important;
    font-size: 12px;
    font-weight: 600;
    margin-top: 17px;
}
.header-search-box {
    position: absolute;
    right: 35px;
    top: -21px;
    bottom: 0;
    margin: auto !important;
    opacity: 0;
    visibility: hidden;
}
.open-search .header-search-box {
    opacity: 1;
    visibility: visible;
}
.open-drawer .cart-counter {
    margin-left: 0;
}
div#colect-descr {
    padding-left: 10px;
}
#navigation ul li a {
    font-family: 'SVRN Sans Regular' !important;
    /*font-weight: 700;*/
    font-size: 21.22px;
    padding: 0px;
}
#navigation ul#nav li a {
    margin-right: 48px;
    text-decoration: none;
    position: relative;
    letter-spacing: 0;
}

.nav-inline a.active::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #000;
    left: 0;
    right: 0;
    bottom: -1px;
}
#navigation ul#nav li:nth-child(1) a {
    max-width: 26.87px;
}
#navigation ul#nav li:nth-child(1) a::after {
    width: 25.1px;
    left: 1px;
    bottom: -1px;
}

#navigation ul#nav li:nth-child(2) a {
    max-width: 44px;
}
#navigation ul#nav li:nth-child(2) a::after {
    width: 44.2px;
    left: 0px;
    bottom: -1px;
}

#navigation ul#nav li:nth-child(3) a {
    max-width: 57px;
}
#navigation ul#nav li:nth-child(3) a::after {
    width: 58.1px;
    left: 1px;
    bottom: -1px;
}
.nav-inline a.active {
    border-bottom: 0px solid black !important;
}
#navigation ul#nav li:last-child a {
    margin-right: 0;
}
#navigation ul li a:focus {
    text-decoration: underline;
}
.collection.gridlock .row {
    width: 100%;
    padding: 0px 60px;
}
#sidebar ul li a.active {
    border-bottom: 1px solid black !important;
}
.collection.gridlock .row .desktop-4 {
    max-width: 320px;
}
ul#cart {
    width: 323px;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0px !important;
}
li.searchbox {
    line-height: 10px;
    margin-right: 10px;
}
.open-drawer .cart-counter {
    border: 0px solid #333;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(https://cdn.shopify.com/s/files/1/0019/0742/5331/t/26/assets/svrncarticon.svg?v=1610090622);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px !important;
    width: 18px !important;
    height: 17px !important;
    line-height: 20px;
}
span.cart-counter {
    border: 0px solid #333;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(https://cdn.shopify.com/s/files/1/0019/0742/5331/t/26/assets/svrncarticon.svg?v=1610090622);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 20px;
}
#logo img {
    max-width: 130px;
}
/* #navigation {
    height: 33px;
} */
.header-wrapper {
    padding: 43px 0px 36px;
}
.collection #sidebar {
    margin-top: 5px;
    padding-left: 0px !important;
    margin-left: 0;
    width: 320px;
    margin-right: 0;
}
.collection .desktop-9.tablet-6.mobile-3 {
    width: calc(100% - 320px);
    margin-right: 0;
    margin-left: 0px;
    padding-left: 15px;
}
.collection #collection-page-template #product-loop {
    margin-right: -15px !important;
    padding-left: 0px !important;
}
.collection div#product-loop .product-index {
    margin-left: 0px;
    margin-right: 15px;
    width: 23.96%;
    margin-bottom: 5px !important;
}
.collection div#product-loop .product-info {
    padding-bottom: 10px; /*it was 7 */
}
.collection .collectionwidth {
    width: 100% !important;
}
#logo.logo-center {
    left: 0px;
}
div#colect-descr {
    margin-bottom: 20px !important;
    margin-top: -2px;
    margin-left: 0px;
    padding-left: 0;
}
/* div#colect-descr p strong {
    font-family: 'Akkurat-Bold';
    font-weight: 700;
    font-size: 22px;
} */
div#colect-descr p {
    /*     font-family: 'Akkurat';
    font-size: 18px;
    line-height: 25px; */
    margin-bottom: 0px;
}
div#colect-descr p {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    padding-right: 10px;
}
.product-info p {
    font-weight: 700;
    font-family: "Akkurat-Bold";
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 0px;
}
.product-index .prod-title {
    font-weight: 700 !important;
    font-family: "Akkurat-Bold" !important;
    font-size: 21px;
    align-items: flex-start;
}
.price div {
    font-size: 22px;
    font-weight: 700;
    font-family: "Akkurat-Mono" !important;
    color: #000;
}
.open-drawer .cart-counter.cartfull {
    font-size: 0;
    position: relative;
}
.open-drawer .cart-counter.cartfull::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #51a91a;
    width: 5px;
    height: 5px;
    margin: auto;
    border-radius: 100%;
}
.extend:after {
    background: url(https://cdn.shopify.com/s/files/1/0019/0742/5331/t/16/assets/svrn-plus-icon.svg?v=1596525800);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px;
    width: 22px;
    height: 22px;
    content: "" !important;
}
.extend.active::after {
    background: url(https://cdn.shopify.com/s/files/1/0019/0742/5331/t/16/assets/svrn-minus-icon.svg?v=1596525791);
    background-size: 11px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
}
#sidebar ul {
    margin-bottom: 18px !important;
}
#cartform td p a img {
    width: 14px;
    height: 14px;
}
.header-wrapper {
    position: fixed !important;
    width: 100%;
    top: 0px !important;
    z-index: 5;
    background-color: #fff !important;
}
div#content {
    padding-top: 66px !important;
}
.header-section .clear {
    margin-top: 0 !important;
}
#pagination a {
    margin: 0 5px;
    background: transparent !important;
    padding: 2px 3px;
    border-radius: 0px;
    font-size: 14px;
    font-family: "Akkurat-Mono" !important;
    color: #000000 !important;
}
#pagination .current {
    background: transparent;
    border-bottom: 1px solid black;
}
#pagination {
    border-radius: 0px;
    font-size: 14px !important;
    font-family: "Akkurat-Mono" !important;
    color: #000000 !important;
    margin-top: 0;
    padding-top: 17px;
    margin-left: 1.3%;
}
#pagination .current {
    padding: 2px 3px 0px;
}
#product-loop {
    padding-top: 0;
}
#payment {
    margin-top: 0px;
}
.single-option-selector,.single-option-selectorw {
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid #dddddd;
    height: 30px;
    font-size: 10px;
    margin-top: 9px;
    line-height: 1;
    font-family: "Akkurat", Helvetica, sans-serif !important;
    padding: 0px 15px;
    text-align: left;
    text-indent: 0;
}
.prooptions .product-add {
    margin-top: 15px;
}
.selector-wrapper {
    margin-top: 0px;
}
#product-description {
    width: 100%;
}
.prodescription {
    position: fixed;
}
#product-right {
    width: 18.75%;
    margin-right: 0;
    right: 29px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100vh - 55px);
}
#product-right .product-inner-outter {
    width: 100%;
}
.prooptions {
    position: fixed;
    right: 62px;
}
div#shopify-section-releases-page {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
#product-images {
    margin: auto;
}
#product-right #product-description {
    padding-right: 0;
}
#product-left {
    width: 18.75%;
    margin-left: 0;
    padding-left: 0;
    min-height: calc(100vh - 55px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100vh - 55px);
}
.productmaincontainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
}
.product-add .AddtoCart {
    margin-top: 0px !important;
    height: 30px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    line-height: 1 !important;
    font-size: 12px;
    width: 100% !important;
}
#shopify-section-1520895249237 .index-section.custom-section {
    margin-top: 0;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}
#shopify-section-1555788963423 .index-section.custom-section .staggered-image-wrapper.desktop-12.mobile-3 {
    margin: 0;
    width: 100%;
}
#shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-12.mobile-3 {
    margin: 0;
    width: 100%;
}
#shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-8.mobile-3 {
    margin: 0;
    width: 66%;
    height: 1040px;
}
#shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-8.mobile-3 div {
    height: 100%;
    padding: 0 !important;
}
#shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-8.mobile-3 div img {
    height: 100%;
    padding: 0;
    object-fit: cover;
}
#shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-4.mobile-3 div {
    height: 100%;
    padding: 0 !important;
}
#shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-4.mobile-3 div {
    height: 100%;
    padding: 0 !important;
}
#shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-4.mobile-3 div img {
    height: 100%;
    object-fit: cover;
}
#shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-8.mobile-3 .image-layout {
    margin-bottom: 0;
}
#shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-4.mobile-3 {
    margin: 0;
    width: 34%;
    padding-left: 15px;
    height: 520px;
}
#shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-4.mobile-3:nth-child(2) {
    margin-bottom: 15px;
}
#shopify-section-1520895249237 .staggered-image-wrapper .box-ratio::after {
    display: none;
}
div#homepage-products #product-loop {
    padding: 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
div#homepage-products #product-loop .product-index.desktop-6.tablet-3.mobile-half {
    margin: 0;
    width: 49.5%;
    margin-bottom: 5px !important;
}
.index-section #homepage-products #product-loop .reveal {
    overflow: hidden;
    margin-bottom: -5px;
}
#insta-feed {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}
#insta-feed h2 {
    font-size: 18px !important;
    font-family: "Akkurat-Bold" !important;
    font-weight: 700;
    text-transform: uppercase;
    clear: both;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
    display: none !important;
}
.instafeed-container {
    padding: 0 !important;
    height: 340px;
    width: 23.7% !important;
}
.instafeed-container div {
    height: 100% !important;
}
#insta-feed a {
    padding: 0px 7px !important;
}
#insta-feed .instafeed-container img {
    width: 100% !important;
    height: 100% !important;
    padding: 0;
}
.instafeed-lightbox .lightbox-instagram .name-section{top:0px!important;}
.instafeed-lightbox .lightbox-instagram .fullname{line-height: 16px!important;}
.instafeed-container div {
    height: 100% !important;
    width: 100% !important;
}
.tab.inner_tab {
    display: none !important;
    opacity: 0;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    -webkit-transition: opacity 200ms linear;
    transition: opacity 200ms linear;
    padding: 5px 0px 0px !important;
    margin: 16px 0px !important;
}
.tab.inner_tab.active {
    visibility: visible;
    max-height: 100000em;
    opacity: 1;
    display: block !important;
}
.tab.inner_tab ul {
    margin: 0px -6px;
    list-style: none;
}
.tab.inner_tab ul li {
    margin: 0 6px !important;
}
ul.tab-nav {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
}
ul.tab-nav li {
    margin-right: 15px;
}
ul.tab-nav li span {
    cursor: pointer;
}
ul.tab-nav li span h4 {
    font-weight: normal;
    ffont-family: 'SVRN Sans Regular' !important;
    font-size: 12px;
    margin: 0 !important;
}
.related-products img {
    margin-top: 0;
}
ul.tab-nav li.active h4 {
    border-bottom: 1px solid #000;
}
.prodescription-scroll {
    position: absolute;
    bottom: 275px;
}
.prooptions-scroll {
    position: absolute;
    bottom: 335px;
    right: 2px !important;
    width: 19.25% !important;
}
.tab.inner_tab #recently_viewed-products {
    margin-top: 0px !important;
}
.tab.inner_tab {
    padding-top: 15px !important;
}
.pro_tabs {
    margin-top: 15px;
}
#shopify-section-1555788963423 .index-section.custom-section {
    margin-top: 0;
}
div#colect-descr strong {
    font-family: "Akkurat-Bold";
    font-weight: 700;
    margin-right: 35px;
    text-transform: uppercase;
}
div#colect-descr {
    margin-bottom: 0px !important;
    margin-top: 0;
    font-size: 12px;
    line-height: 20px;
}
.collectiontopdes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    width: 100%;
}
div#colect-descr {
    margin-bottom: 0px !important;
    margin-top: 0;
    font-size: 12px;
    line-height: 20px;
    width: 75% !important;
    padding-right: 15px;
}

div#colect-descr-logo {
    width: 25%;
    text-align: center;
    padding-right: 16px;
}
.button.add.clearfix.AddtoCart:disabled {
    background: #ccc;
    cursor: unset;
}
div#product-loop .product-index {
    margin: 0px 0px;
    width: 32.9%;
    padding: 0px 5px 0px 0px;
}

.product-index {
    margin-bottom: 0px !important;
}
div#shopping-cart {
    margin: 0;
    width: 100%;
}
#basket-right input#update-cart {
    background: transparent;
    color: #000;
    border: 1px solid #000 !important;
}
#basket-right input.button {
    width: calc(35% - 2px) !important;
    max-width: 100% !important;
    margin-bottom: 10px;
    margin-left: 5px;
}
#basket-right .dynamic-checkout__content {
    width: 100%;
    opacity: 1;
    visibility: visible;
    margin-bottom: 6px;
}
#basket-right .dynamic-checkout__content .shopify-cleanslate ._1mqqPYZtCQtz5_i0b-po4l {
    justify-content: flex-end;
    margin: 0 !important;
}
#basket-right {
    margin-right: 0;
    width: auto;
}
#basket-right .dynamic-checkout__content ._3TUeZPsTWjDxakSmeDcA4D {
    margin: 0px 0px 5px 10px !important;
}
#basket-right h4 {
    margin: 20px 0;
    font-size: 12px;
    font-weight: 700;
    font-family: "Akkurat-Bold";
}
#shopping-cart tr p {
  font-size: 12px;
}
#shopping-cart tr input {
    font-size: 12px;
}
#shopping-cart tr input.qtyinpt {min-width:0;max-width:50px; text-align: center; margin: 0 auto 10px;text-indent: 0px;border: 1.5px solid #000000!important;}

td, th {
    font-size: 12px;
}
.sezzle-button-text.sezzle-right {
    float: right;
    text-align: center;
    width: 100%;
    margin: 0;
    max-width: 100% !important;
    text-align: revert;
}

  .sezzle-shopify-info-button {
    overflow: auto;
    display: none;
}

.sezzle-shopify-info-button {
    margin: 0 !important;
}

th.hide-desktops{display:none}

th.hide-mobiles{ display: table-cell!important;}

.releasepage h2 {
    font-family: 'Akkurat';
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    clear: both;
    padding-bottom: 0;
}


@media (min-width: 2500px) and (max-width:3000px) {
  #navigation {
      width: 98.5%;
  }
}
@media (min-width: 2200px) and (max-width: 2499px) {
  #navigation {
      width: 99.06%;
  }
}
@media (min-width: 1922px) and (max-width: 2199px) {
  #navigation {
      width: 99.3%;
  }

}
@media (min-width: 1680px) and (max-width: 1921px) {
  div#colect-descr {
      width: 72.9% !important;
      padding-right: 15px;
  }
  div#colect-descr-logo {
      width: 27%;
      padding-right: 53px;
  }
}
/*** SEARCH BAR ***/
@media (min-width: 2501px) and (max-width: 2600px) {
  form.header-search-box {
     width: calc(100% - -33px) !important;
     right: 0px !important;
  }
}
@media (min-width: 2401px) and (max-width: 2500px) {
  form.header-search-box {
       width: calc(100% - -29px) !important;
       right: 0px !important;
  }
}
@media (min-width: 2301px) and (max-width: 2400px) {
  form.header-search-box {
       width: calc(100% - -29px) !important;
       right: 0px !important;
  }
}
@media (min-width: 2201px) and (max-width: 2300px) {
  form.header-search-box {
      width: calc(100% - -29px) !important;
      right: 0px !important;
  }
}
@media (min-width: 1922px) and (max-width: 2200px) {
  form.header-search-box {
      width: calc(100% - -13px) !important;
      right: 0px !important;
  }
}
@media (min-width: 1801px) and (max-width: 1921px) {
  form.header-search-box {
      width: calc(100% - -4px) !important;
      right: 0 !important;
  }
}
@media (min-width: 1701px) and (max-width: 1800px) {
  form.header-search-box {
      right: 0 !important;
      width: calc(100% - 11px) !important;
  }
}
@media (min-width: 1680px) and (max-width: 1700px) {
    form.header-search-box {
      width: calc(100% - 33px) !important;
  }
  .header-search-box input#q {
      width: 230px;
  }
}
.boost-pfs-search-suggestion-header-view-all>a,
.boost-pfs-search-suggestion-item>a,
.boost-pfs-search-suggestion-product-title {
  	font-family: "Akkurat-Bold" !important;
    font-weight: 700 !important;
}
.boost-pfs-search-suggestion-product-price,
.boost-pfs-search-suggestion-product-vendor,
.boost-pfs-search-suggestion-product-sku {
  font-family: "Akkurat", Helvetica, sans-serif !important;
}
/*** SEARCH BAR ***/


@media screen and (min-width: 1680px) {
    .gridlock .row {
        width: calc(100% - 60px) !important;
        padding: 0 !important;
        margin: auto !important;
        overflow: hidden !important;
    }
    div#homepage-products #product-loop {
        margin-left: -10px;
    }
    div#product-loop .product-index {
        width: 33.2%;
        padding: 0px 10px 0px 0px !important;
    }
    div#homepage-products #product-loop {
        margin-left: -31px;
        margin-right: -13px;
    }
    #navigation ul li a {
        font-size: 16px;
    }
    ul#nav li a {
        margin-right: 10px;
    }
    ul#cart li {
        display: inline-block;
        /*       margin-left: 30px!important; */
    }
    .header-search-box input#q {
        height: 17px;
        font-size: 10px;
        margin-top: 20px;
        line-height: 1;
    }
    .collection #collection-page-template #product-loop {
        margin-right: -30px !important;
    }
    ul#cart {
        width: 220px;
    }
    #collection-page-template #product-loop {
        margin-right: -8px !important;
        padding-left: 40.5px !important;
    }
    .header-wrapper {
        padding: 20px 0px;
    }
    #sidebar ul li a {
        font-size: 12px;
    }
    #sidebar h4 {
        font-size: 12px;
    }
    .product-info p {
        margin-top: 15px;
    }
    .product-index .prod-title {
        font-size: 13px;
        line-height: 15px;
    }
    #sidebar ul {
        margin-bottom: 13px;
    }
    #logo.logo-center {
        right: 60px;
    }
    .collection.gridlock .row {
        padding: 0px 60px;
    }
    #navigation ul li a {
        font-size: 12px;
    }
    .collection #sidebar {
        width: 235px;
        margin-top: 2px;
    }
    #navigation ul#nav li a {
        margin-right: 45px !important;
        margin-left: 0 !important;
    }
    .collection .desktop-9.tablet-6.mobile-3 {
        width: calc(100% - 235px);
        position: relative;
    	left: 235px;
    }
    .collection div#product-loop .product-index {
        width: 23.57%;
    }
    .product-index .prod-title {
        font-size: 12px;
        font-family: "Akkurat", Helvetica, sans-serif !important;
    }
    .product-info p {
        font-size: 12px;
    }
    .price div {
        font-size: 12px;
    }
    .gridlock .row .desktop-4.nav- {
        max-width: 300px;
        width: 235px;
        margin: 0 !important;
    }
    .gridlock .row {
        width: 100%;
        padding: 0px 60px;
    }
    ul#cart {
        width: calc(100% - 235px);
    }
    li.searchbox {
        width: 20.8%;
    }
    form.header-search-box {
        width: calc(100% - 30px);
        right: 20px;
    }
    #logo.logo-center {
        left: 0;
        position: absolute;
        right: 0;
        margin: auto !important;
        max-width: unset;
        width: 200px;
        text-align: center;
    }
    .header-wrapper {
        /*       padding: 27px 0px 22px; */
        padding: 15px 0px 15px;
    }

    #logo img {
        max-width: 90px !important;
    }
    .searchbox img {
        z-index: 99;
        position: relative;
    }
    #navigation ul li a {
        font-size: 16px;
    }
    ul#nav li a {
        margin-right: 10px;
    }
    ul#cart li {
        display: inline-block;
        /*       margin-left: 30px!important; */
    }
    .header-search-box input#q {
        height: 17px;
        font-size: 10px;
        margin-top: 20px;
        line-height: 1;
    }
    ul#cart {
        width: 220px;
    }
    #collection-page-template #product-loop {
        margin-right: -8px !important;
        padding-left: 40.5px !important;
    }
    .header-wrapper {
        padding: 20px 0px;
    }
    #sidebar ul li a {
        font-size: 12px;
    }
    #sidebar h4 {
        font-size: 12px;
    }
    .product-info p {
        margin-top: 15px;
    }
    .product-index .prod-title {
        font-size: 13px;
        line-height: 15px;
    }
    #sidebar ul {
        margin-bottom: 13px;
    }
    #logo.logo-center {
        right: 60px;
    }
    .collection.gridlock .row {
        padding: 0px 60px;
    }
    #navigation ul li a {
        font-size: 12px;
    }
    .collection #sidebar {
        width: 235px;
        margin-top: 2px;
        position: fixed;
        height: calc(100% - 70px);
        overflow-y: auto;
        scrollbar-width: none;
    }

  .collection #sidebar::-webkit-scrollbar{
        display: none;
        width:0;
    }
    #navigation ul#nav li a {
        margin-right: 45px !important;
        margin-left: 0 !important;
    }
    .collection .desktop-9.tablet-6.mobile-3 {
        width: calc(100% - 235px);
        position: relative;
        left: 235px;
    }
    .collection div#product-loop .product-index {
        width: 23.57%;
    }
    .product-index .prod-title {
        font-size: 12px;
        font-family: "Akkurat", Helvetica, sans-serif !important;
    }
    .product-info p {
        font-size: 12px;
    }
    .price div {
        font-size: 12px;
    }
    .gridlock .row .desktop-4.nav- {
        max-width: 300px;
        width: 235px;
        margin: 0 !important;
    }
    .gridlock .row {
        width: 100%;
        padding: 0px 60px;
    }
    ul#cart {
        width: calc(100% - 235px);
    }
    li.searchbox {
        width: 20.8%;
    }
    form.header-search-box {
        width: calc(100% - 30px);
        right: 20px;
    }
    #logo.logo-center {
        left: 0;
        position: absolute;
        right: 0;
        margin: auto !important;
        max-width: unset;
        width: 200px;
        text-align: center;
    }
    .header-wrapper {
        /*       padding: 27px 0px 22px; */
        padding: 15px 0px 15px;
    }

    #logo img {
        max-width: 90px !important;
    }
    .searchbox img {
        z-index: 99;
        position: relative;
    }
}

@media screen and (min-width: 1680px) {
    .gridlock .row {
        width: 1210px;
    }
    #navigation ul li a {
        font-size: 16px;
    }
    ul#nav li a {
        margin-right: 10px;
    }
    ul#cart li {
        display: inline-block;
        margin-left: 30px!important;
    }
    .header-search-box input#q {
        height: 17px;
        font-size: 10px;
        margin-top: 20px;
        line-height: 1;
    }
    .collection #collection-page-template #product-loop {
        margin-right: -60px !important;
        width: 102%;
    }
    ul#cart {
        width: 220px;
    }
    #collection-page-template #product-loop {
        margin-right: -8px !important;
        padding-left: 40.5px !important;
    }
    .header-wrapper {
        padding: 20px 0px;
    }
    #sidebar ul li a {
        font-size: 12px;
    }
    #sidebar h4 {
        font-size: 12px;
    }
    .product-info p {
        margin-top: 8px;
    }
    .product-index .prod-title {
        font-size: 13px;
        line-height: 15px;
    }
    #sidebar ul {
        margin-bottom: 13px;
    }
    #logo.logo-center {
        right: 60px;
    }
    .collection.gridlock .row {
        padding: 0px 60px;
    }
    div#content {
      padding-top: 66px !important;
  }
    #navigation ul li a {
        font-size: 12px;
    }
    .collection #sidebar {
        width: 235px;
        margin-top: 2px;
        position: fixed;
        height: calc(100% - 70px);
        overflow-y: auto;
    }
    #navigation ul#nav li a {
        margin-right: 45px !important;
        margin-left: 0 !important;
    }
    .collection .desktop-9.tablet-6.mobile-3 {
        width: calc(100% - 235px);
        position: relative;
    	left: 235px;
    }
/*     .collection div#product-loop .product-index {
        width: 23.57%;
    } */
    .collection div#product-loop .product-index {
        width: 24.57%;
        margin-right: 5px;
  	}
    .product-index .prod-title {
        font-size: 12px;
        font-family: "Akkurat", Helvetica, sans-serif !important;
    }
    .product-info p {
        font-size: 12px;
    }
    .price div {
        font-size: 12px;
    }
    .gridlock .row .desktop-4.nav- {
        max-width: 300px;
        width: 235px;
        margin: 0 !important;
    }
    .gridlock .row {
        width: 100%;
        padding: 0px 60px;
    }
    ul#cart {
        width: calc(100% - 235px);
    }
    li.searchbox {
        width: 20.8%;
    }
    form.header-search-box {
        width: calc(100% - 30px);
        right: 20px;
    }
    #logo.logo-center {
        left: 0;
        position: absolute;
        right: 0;
        margin: auto !important;
        max-width: unset;
        width: 200px;
        text-align: center;
    }
    .header-wrapper {
        /*       padding: 27px 0px 22px; */
        padding: 15px 0px 15px;
    }

    #logo img {
        max-width: 90px !important;
    }
    .searchbox img {
        z-index: 99;
        position: relative;
    }
}

@media screen and (max-width: 1679px) {
    .gridlock .row {
        width: 1210px;
    }
    #navigation ul li a {
        font-size: 16px;
    }
    ul#nav li a {
        margin-right: 10px;
    }
    ul#cart li {
        display: inline-block;
/*         margin-left: 30px!important;  */
    }
    .header-search-box input#q {
        height: 17px;
        font-size: 10px;
        margin-top: 20px;
        line-height: 1;
    }
    .collection #collection-page-template #product-loop {
        margin-right: -40px !important;
    }
    ul#cart {
        width: 220px;
    }
    #collection-page-template #product-loop {
        margin-right: -8px !important;
        padding-left: 40.5px !important;
    }
    .header-wrapper {
        padding: 20px 0px;
    }
    #sidebar ul li a {
        font-size: 12px;
    }
    #sidebar h4 {
        font-size: 12px;
    }
    .product-info p {
        margin-top: 8px;
    }
    .product-index .prod-title {
        font-size: 13px;
        line-height: 15px;
    }
    #sidebar ul {
        margin-bottom: 13px;
    }
    #logo.logo-center {
        right: 60px;
    }
    .collection.gridlock .row {
        padding: 0px 60px;
    }
    #navigation ul li a {
        font-size: 12px;
    }
    .collection #sidebar {
        width: 235px;
        margin-top: 2px;
        position: fixed;
        height: calc(100% - 70px);
        overflow-y: auto;
    }
    #navigation ul#nav li a {
        margin-right: 45px !important;
        margin-left: 0 !important;
    }
    .collection .desktop-9.tablet-6.mobile-3 {
        width: calc(100% - 235px);
     	position: relative;
    	left: 235px;
    }
/*     .collection div#product-loop .product-index {
        width: 23.57%;
    } */
    .collection div#product-loop .product-index {
        width: 23.87%;
        margin-right: 10px;
    }
    .product-index .prod-title {
        font-size: 12px;
        font-family: "Akkurat", Helvetica, sans-serif !important;
    }
    .product-info p {
        font-size: 12px;
    }
    .price div {
        font-size: 12px;
    }
    .gridlock .row .desktop-4.nav- {
        max-width: 300px;
        width: 235px;
        margin: 0 !important;
    }
    .gridlock .row {
        width: 100%;
        padding: 0px 60px;
    }
    ul#cart {
        width: calc(100% - 235px);
    }
    li.searchbox {
        width: 20.8%;
    }
    form.header-search-box {
        width: calc(100% - 28px);
        right: 20px;
    }
  .header-search-box input#q {
      width: 230px;
  }
    #logo.logo-center {
        left: 0;
        position: absolute;
        right: 0;
        margin: auto !important;
        max-width: unset;
        width: 200px;
        text-align: center;
    }
    .header-wrapper {
        /*       padding: 27px 0px 22px; */
        padding: 15px 0px 15px;
    }

    #logo img {
        max-width: 100px !important;
    }
    .searchbox img {
        z-index: 99;
        position: relative;
    }
    #shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-4.mobile-3 {
      height: 443px;
  	}
    #shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-8.mobile-3 {
      height: 900px;
    }
    #shopify-section-1520895249237 .index-section.custom-section {
      height: auto;
  	}
    div#colect-descr {
      width: 74.5% !important;
  }
}

@media (min-width: 1440px) and (max-width:1679px) {
  div#colect-descr {
      width: 74.5% !important;
  }
  div#colect-descr-logo {
      width: 23%;
      text-align: center;
      padding-right: 0;
      margin-left: 7px;
  }
  .collectiontopdes {
      justify-content: flex-start;
  }
}

@media screen and (max-width: 1600px) {
    .collection #collection-page-template #product-loop {
        margin-right: -40px !important;
    }
}

@media screen and (max-width: 1530px) {
    .collection #collection-page-template #product-loop {
        margin-right:-40px !important;
    }
}
@media screen and (max-width: 1550px) {
    form.header-search-box {
        width: calc(100% - 32px);
    }
  .header-search-box input#q {
      width: 210px;
  }
}
@media screen and (max-width: 1533px) {
    form.header-search-box {
        width: calc(100% - 34px);
    }
}
@media screen and (max-width: 1530px) {
    form.header-search-box {
        width: calc(100% - 32px);
    }
}

@media screen and (max-width: 1500px) {
    form.header-search-box {
        width: calc(100% - 36px);
    }
  .header-search-box input#q {
      width: 198px;
  }
}
@media screen and (max-width: 1490px) {
    form.header-search-box {
        width: calc(100% - 36px);
        right: 20px;
    }
}
@media screen and (max-width: 1460px) {
    form.header-search-box {
        width: calc(100% - 40px);
    }
  .header-search-box input#q {
      width: 188px;
  }
}
@media screen and (max-width: 1440px) {
    form.header-search-box {
        width: calc(100% - 33px);
    }
    .header-search-box input#q {
        width: 178px;
    }
    .collection #collection-page-template #product-loop {
        margin-right: -26px !important;
    }
    #product-right {
      right: 33px;
  }
  .prooptions-scroll {
      position: absolute;
      bottom: 365px;
      right: 3px !important;
      width: 19.55% !important;
  }
  #product-left {
      width: 19.75%;
  }
}


@media screen and (max-width: 1439px) {
  .collection div#product-loop .product-index {
      width: 23.35%;
  }
  form.header-search-box {
      width:calc(100% - 34px);
  }
  .header-search-box input#q {
      width: 185px;
  }

  .open-drawer .cart-counter {
      line-height: 21px;
  }
  .collection #collection-page-template #product-loop {
      margin-right: -40px !important;
  }
  div#colect-descr {
      width: 74.2% !important;
  }
  div#colect-descr-logo {
      width: 25.3%;
      padding-right: 19px;
  }
}

@media screen and (max-width: 1400px) {
  form.header-search-box {
      width: calc(100% - 40px);
  }
  .header-search-box input#q {
      width: 165px;
  }

}
@media screen and (max-width: 1370px) {
  form.header-search-box {
      width: calc(100% - 48px);
  }
  .header-search-box input#q {
      width: 135px;
  }

}

@media (min-width: 1200px) and (max-width:1280px) {
  form.header-search-box {
      width: calc(100% - 63px);
  }
  .header-search-box input#q {
      width: 75px;
  }
}

@media (min-width: 1025px) and (max-width:1199px) {
  form.header-search-box {
      width: calc(100% - 57px);
  }
  .header-search-box input#q {
      width: 95px;
  }
}


@media screen and (min-width: 1025px) {
 div#homepage-products #product-loop {
   margin-left: -31px;
   margin-right: -13px;
 }
 .gridlock .row {
    width: calc(100% - 60px) !important;
    padding: 0 !important;
    margin: auto !important;
    overflow: hidden !important;
  }
}
@media screen and (max-width: 1199px) {
  #shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-8.mobile-3 {
      height: 600px;
  }
  #shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-4.mobile-3 {
      height: 293px;
  }
  #shopify-section-1520895249237 .index-section.custom-section {
      height: auto;
  }
}
@media (min-width: 1025px) and (max-width:1178px) {
  .collection div#product-loop .product-index {
      width: 23.0%;
  }
}
@media screen and (max-width: 1024px) {
 div#homepage-products #product-loop {
   margin-left: -31px;
   margin-right: -18px;
 }
 .gridlock .row {
    width: calc(100% - 60px) !important;
    padding: 0 !important;
    margin: auto !important;
    overflow: hidden !important;
  }
  .collection div#product-loop .product-index {
      width: 22.95%;
  }
  div#colect-descr strong {
      margin-right: 25px;
  }
  .header-search-box input#q {
      width: 95px;
  }
  form.header-search-box {
      width: calc(100% - 48px);
  }

  .article-template div#article-body {
      width: 60%;
  }
}
@media screen and (max-width: 1023px) {
  .gridlock .row {
      width: calc(100% - 30px) !important;
  }
  #shopify-section-1520895249237 .index-section.custom-section {
      height: auto;
  }
  #shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-8.mobile-3 {
      height: auto;
      width: 100%;
      margin-bottom: 15px;
  }
  #shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-4.mobile-3:nth-child(3) {
      padding-right: 7px;
  }
  #shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-4.mobile-3:nth-child(2) {
      margin-bottom: 0px;
      padding-left: 7px;
  }
  #shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-4.mobile-3 .image-layout {
      margin-bottom: 0;
  }
  #shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-4.mobile-3 {
      height: auto;
      width: 50%;
      margin: 0;
      padding: 0;
  }
  div#homepage-products #product-loop {
      margin-left: -31px;
      margin-right: -18px;
      flex-wrap: wrap;
  }
  div#homepage-products #product-loop img {
      padding: 0;
  }
  .header-wrapper {
      left: 0;
      width: 98% !important;
      right: 0;
      margin: auto;
  }
  a.show {
    display: none;
  }
  .collection .desktop-9.tablet-6.mobile-3 {
      width: 100%;
      padding: 0;
  }
  .collection div#product-loop .product-index {
      width: 22.99%;
      margin-right: 14px;
      padding: 0px;
  }
  .collection div#product-loop .product-index img {
      padding: 0;
  }
  form.header-search-box {
      width: calc(100% - -20px);
  }
  li.searchbox {
      margin-right: 20px;
  }
.header-search-box input#q {
    height: 17px !important;
    font-size: 10px;
    margin-top: 21px;
    line-height: 1;
    width: 160px !important;
}
  .collection #collection-page-template #product-loop {
      margin-top: 0;
  }
  .prodescription {
      width: 100% !important;
      position: unset !important;
  }
  .productmaincontainer {
      flex-wrap: wrap;
      margin-top: 12px !important;
  }
  .prooptions {
      position: unset !important;
      width: 100% !important;
  }
    #collection-page-template #sidebar {
        display: none;
        text-align: center;
    }

  .collection .desktop-9.tablet-6.mobile-3 {
      left: 0;
  }

}

@media screen and (max-width: 991px) {
  th.hide-mobiles{display:none!important;}

th.hide-desktops{ display: table-cell!important;}
    ul#nav li a {
        margin-right: -12px;
    }
    ul#cart li {
        margin-left: 10px;
    }
    #logo.logo-center {
        right: 0;
    }

    #collection-page-template #product-loop {
        margin-right: 0px !important;
        padding-left: 0px !important;
    }
    .header-search-box input#q {
        width: 135px !important;
        height: 35px;
        margin-top: 11px;
    }
    .header-search-box {
        right: 25px;
        top: -10px;
    }
    li.searchbox {
      margin-right: 0;
  }
  form.header-search-box {
      width: calc(100% - -10px);
  }
}
@media screen and (min-width: 768px) {
      ul#cart li {
          margin-left: 30px!important;
      }
}
@media screen and (max-width: 768px) {
  form.header-search-box {
      width: calc(100% - 3px);
  }
  li.searchbox {
      margin-right: 0px;
  }
  .header-search-box input#q {
      width: 90px !important;
      margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
    #logo.logo-center {
        position: fixed;
    }
    .gridlock .row {
        width: 100%;
    }
    div#product-loop .product-index {
        margin: 0;
    }
    #basket-right input.button {
      width: 100% !important;
      max-width: 100% !important;
  }
  #basket-right {
      margin: 0;
      width: auto;
      width: 100%;
  }
  #basket-right .dynamic-checkout__content ._2PfRg7DFvcstLFRNRf5W1e {
      margin-top: 0px !important;
      margin-right: 0 !important;
      margin-bottom: 10px;
  }
  #shopping-cart tr p {
      font-size: 12px;
      margin-top: 5px;
  }
  #shopping-cart table td:before {
      font-size: 12px;
  }
.sezzle-button-text.sezzle-right {
    float: right;
    text-align: center;
    font-size: 12px !important;
    width: 100%;
}
}


@media screen and (max-width: 767px) {

.gridlock .row {
    width: calc(100% - 0px) !important;
}
  #shopify-section-1555788963423 {
      padding-top: 0;
  }
  div#content {
      padding-top: 50px !important;
  }
  #navigation {
      width: 100%;
  }
  ul#cart li {
      margin-left: 8px;
      margin-right: 8px;
  }
  ul#cart li:last-child {margin-right: 11px;}
  #shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-8.mobile-3 {
      margin-bottom: 10px;
  }
  #shopify-section-1520895249237 .index-section.custom-section .staggered-image-wrapper.desktop-4.mobile-3 {
      width: 100%;
      padding: 0 !important;
      margin-bottom: 10px !important;
  }
  div#product-loop .product-index {
      margin: 0px 0px;
      width: 50%;
      padding: 0px 0px 0px 0px;
  }
  div#homepage-products #product-loop {
      margin-top: 0;
  }
  #shopify-section-1520895249237 .index-section.custom-section {
      margin-bottom: 0;
  }
  div#product-loop .product-index {
      margin: 0px 0px;
      width: 48.6%;
      padding: 0px 0px 0px 0px;
      max-width: 100%;
  }
  div#homepage-products #product-loop {
      margin-left: 0;
      margin-right: 0;
  }
  .product-info p {
      margin-top: 5px;
  }
  .product-info {
      margin-bottom: 30px;
  }
  #footer h4 {
      margin-bottom:0px !important;
  }
  #footer div#payment {
      margin-top: -10px;
  }
  input[type="text"], input[type="password"], input[type="email"], textarea, select {
      font-size: 12px;
  }
  div#colect-descr {
      width: 100% !important;
  }
  div#colect-descr-logo {
      width: 100%;
      padding-right: 0;
  }
  div#colect-descr {
      width: 100% !important;
      padding: 0;
  }
  div#shopify-section-collection-template {
      margin-top: 0 !important;
  }
  .collection div#product-loop .product-index {
        margin: 0px 0px !important;
        width: 48.6%;
        padding: 0px 0px 0px 0px;
        max-width: 100%;
  }
  .collection div#product-loop .product-index  .reveal {
      margin-bottom: 0;
  }
  .collectiontopdes {
      margin-bottom: 10px;
      flex-wrap: wrap;
  }
  .collection .product-info {
      padding-top: 8px;
  }
  .prooptions .select {
      margin-top: 5px;
  }
  #product-description form {
      padding-bottom: 0px;
  }
  #product-description .hide-desktop .rte p {
      font-weight: 700 !important;
      font-family: "Akkurat", Helvetica, sans-serif !important;
      font-size: 12px;
      display: block;
      width: auto;
      text-decoration: none;
      margin-bottom: 15px;
  }
   #product-description .hide-desktop .rte span {
      font-weight: 700 !important;
      font-family: "Akkurat", Helvetica, sans-serif !important;
      font-size: 12px;
      display: block;
      width: auto;
      text-decoration: none;
      margin-bottom: 15px;
  }
  #product-description .hide-desktop .rte ul li {
      font-family: "Akkurat", Helvetica, sans-serif !important;
      font-size: 12px;
      display: block;
      width: auto;
      text-decoration: none;
      margin-bottom: 4px;
  }
  .tab.inner_tab {
      margin-bottom: 0 !important;
  }
  .tab.inner_tab ul {
      margin: 0px -4px;
  }
  .open-drawer .cart-counter {
      width: 17px !important;
  }
  span.cart-counter {
      width: 18px !important;
  }
  

}


/*** PAGE CSS UPDATE END ***/
@media only screen and (max-width: 980px) {
  #product-left{display: none;}

  #product-right{ display: contents!important;}
    #product-left,
    #product-images,
    #product-right {
        width: 100%;
        position: initial;
        margin: 0;
        padding: 0;

    }
    .gridlock .row [class*="desktop-"] {
        margin: 0;
    }
    .product-main-image {
        padding: 0;
        visibility: hidden !important;
        display: block !important;
        position: absolute !important;
    }

    .swatch .swatch-element {
        float: left;
    }

    .product-main-image.selected {
        display: block;
        visibility: visible !important;
    }

    .hide-mobile {
        display: none;
    }

    .flex-box-container {
        margin-top: 60px;
    }

    #thumbnail-gallery .bx-viewport {
        height: auto !important;
    }
}
@media only screen and (max-width: 1000px) {
    body {
        padding: 0 10px 10px 10px !important;
    }
}
@media only screen and (min-width: 981px) {
    .hide-desktop {
        display: none;
    }
    .product-image-container {
        padding-bottom: 0 !important;
    }
    #logo,
    nav.nav-inline,
    #cart {
        float: left !important;
    }
    #logo img {
        margin-top: 10px;
    }
}
.product-thumbnail {
    width: 60px !important;
    height: auto;
}
#thumbnail-gallery {
    margin-top: 10px;
}
.bx-controls.bx-has-controls-direction {
    display: none;
}
.searchbox form #q {
    border: 1px solid #dddddd;
}
.new.icn {
    display: none !important;
}
#footer {
    border-top: 1px solid transparent !important;
}
.header-wrapper.stuckMenu.isStuck {
    background-color: #fff !important;
}
#page div#logo {
    float: left !important;
}
#page {
    margin-top: 20px !important;
}
div#related h4 {
    text-align: center !important;
}
div#recently_viewed-products h4 {
    text-align: center;
}
ul#footer_icons {
    padding-top: 10px !important;
}
@media (max-width: 767px) {
    #thumbnail-gallery {
        text-align: center;
    }
    .product-thumbnail {
        margin: 0 3px;
    }
    .swatch .swatch-element {
        margin: 0;
    }
    .swatch-element label {
        border-left: 0;
    }
    .swatch-element:nth-child(6n + 1) label,
    .swatch-element:nth-child(2) label {
        border-left: 1px solid #e0e0e0;
    }
    .swatch-element:nth-child(n + 7) label {
        border-top: 0;
    }
    .collectionwidth {
        width: 100% !important;
    }
    div#colect-descr p:last-child {
        margin: 0;
    }
    #sellify-ucd-cart-drawer .ucd-icon-close {
        line-height: 16px !important;
        width: 26px !important;
        height: 26px !important;
    }
    span.ucd-cart {
        line-height: 12px !important;
    }
    #sellify-ucd-cart-drawer {
        width: 75%;
    }
    .ucd-drawer-open #sellify-ucd-cart-drawer {
        right: auto;
        left: 25%;
    }
    .ucdcart__row .ucd-quantity-grid {
        grid-template-columns: 100%;
    }
    #sellify-ucd-cart-drawer .ucdcart__qty {
        grid-template-columns: 28px calc(100% - 86px) 28px;
    }
}
#insta-feed h2 {
    margin-bottom: 30px;
}
#footer h4 {
    text-transform: uppercase !important;
    font-size: 14px !important;
    margin-bottom: 0px;
    font-family: 'SVRN Sans Mono';
    font-weight: normal !important;
}
#footer_signup form#contact_form input#footer-EMAIL {
    text-align: center;
    margin-bottom: 0;
    height: 30px;
    font-size: 12px;
    text-indent: 0px;
    font-family: 'SVRN Sans Mono';
    font-weight: normal !important;
}
#footer_signup {
    max-width: 600px;
    margin: auto;
    display: flex;
    align-items: center;
  justify-content: center;
}
#footer_signup form#contact_form {
    position: relative;
    width: 55%;
    margin-left: 15px;
    display: flex;
    align-items: center;
}
#footer_signup form#contact_form input#footer-subscribe {
    position: unset;
    right: 0;
    top: 0px;
    font-size: 0px;
    min-width: 35px;
    background: url(https://cdn.shopify.com/s/files/1/0019/0742/5331/t/26/assets/svrn-arrow-icon.svg?v=1610096429) no-repeat;
    background-size: 18px;
    margin: 0px 0px 0px 5px;
    display: inline-flex;
    align-items: center;
    background-position: center;
}
.footer-block {
    margin-bottom: 0px;
}
#footer ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
#footer ul li {
    margin: 10px 15px 0px;
}
#footer ul li a {
    text-transform: uppercase;
    font-family: 'SVRN Sans Mono';
    font-weight: normal !important;
}
#footer p {
    font-family: 'SVRN Sans Mono';
    font-weight: normal !important;
}
@media (max-width: 991px) {
    #footer {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    #footer_signup {
        max-width: 320px !important;
      justify-content: flex-start;

    }
/*     #footer_signup form#contact_form input#footer-subscribe {
        width: auto !important;
        background-size: 70%;
        min-width: 32px;
        margin-top: 11.5px;
        margin-bottom: 0;
        height: 32px;
    } */
.instafeed-container {
    width: 22.7% !important;
    margin-bottom: 0px;
    height: 90px;
}
    #insta-feed a {
      padding: 0px 4px !important;
  }
  #insta-feed {
      margin-bottom: 10px;
  }
}
div#shopify-section-article-template {
    width: 100%;
    display: block;
    height: auto;
    float: left;
}
.article-template {
    padding: 0;
    width: 100%;
    display: block;
    height: auto;
    float: left;
}
.article-template div#article-body {
    width: 40%;
    margin: 0 auto;
    float: none;
}
.article-template h1 {
    font-family: 'Akkurat-Bold';
    margin-bottom: 10px;
}
.article-template .rte p {
    font-size: 14px;
    margin-bottom: 1em;
    margin-top: 0;
    width: 100%;
    font-family: 'SVRN Sans Regular' !important;
}
.article-template #sidebar {
    margin: 0;
    margin-top: 0px;
    padding: 0 !important;
    width: 100%;
}
.article-template #sidebar ul.blog-posts {
    margin: 0 auto;
    width: 40% !important;
    padding: 0 !important;
}
span.feat-post-title {;
    margin-bottom: 10px;
}
.article-template #sidebar ul.blog-posts label {
    font-size: 12px;
    font-family: 'SVRN Sans Regular' !important;
}
.article-template #sidebar ul.blog-posts li {
 	font-size: 12px;
    font-family: 'SVRN Sans Regular' !important;
}
.releases_product_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -10px;
}
.releases_product_item p {
    margin-bottom: 5px;
}
.releases_product_item {
    width: 33.33%;
    padding: 0px 10px 10px;
}
@media (max-width: 1679px) {
  .article-template h1 {
      font-size: 20px;
  }
  .article-template .rte p {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 0.8em;
  }
  .article-template #sidebar ul.blog-posts {
      font-size: 12px;
  }
  .article-template #sidebar ul.blog-posts label {
      font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .article-template div#article-body {
      width: 60%;
  }

  .article-template #sidebar ul.blog-posts {
      width: 60% !important;
  }
}
@media (max-width: 1023px) {
  .article-template div#article-body {
      width: 100%;
  }
  .article-template #sidebar ul.blog-posts {
      width: 100% !important;
  }
  .releases_product_item {
      width: 50%;
  }
}
@media (max-width: 767px) {
  .article-template .rte p {
      font-size: 14px;
      margin-bottom: 0.8em;
      margin-top: 0;
      width: 100%;
  }
  .article-template #sidebar ul.blog-posts {
      text-align: left;
      font-size: 12px;
  }
  .article-template h1 {
      font-size: 18px;
  }
  #footer ul {
      display: none;
  }
  .releases_product_item {
      width: 100%;
  }
}

.product-main-image {
    background: #fff;
}

/*** NEW CSS ***/
a.remove-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    border: 1px solid #000;
    padding: 8px 15px;
    text-align: center;
    justify-content: center;
    max-width: 120px;
}
a.remove-item img {
    width: 16px;
    height: 16px;
    margin-right: 9px;
}
.cart-item {
    display: flex;
    align-items: center;
}

#cartform {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}
th {
    background: none;
}
.cart-item {
    align-items: end;
}
#shopping-cart tr p {
    margin-bottom: 7px;
}

#shopping-cart td, #shopping-cart th{
      padding: 10px 0;
      vertical-align: top;
      text-align: center !important;
}
#shopping-cart tr input {
/*     border: none;
      height: 17px; */
}
a.remove-item {
    display: inline-flex;
    border: none;
    padding: 0 14px;
    max-width: initial;
}
a.remove-item img {
    margin: 0 auto;
    display: block;
}
#shopping-cart td:last-child, #shopping-cart th:last-child {
    text-align: right !important;
}
#shopping-cart td:first-child, #shopping-cart th:first-child {
    text-align: left !important;
}
#shopping-cart tr input:focus {
    box-shadow: none;
}
ul.showoptions li {
    display: block;
}
#shopping-cart th {
    text-transform: uppercase;
}
.mobile-filters {
    display: none;
}
.pro_tabs {
  opacity: 0;
}

@media (max-width: 980px) {
.hide-desktop .product-image-container {
    padding-bottom: 0 !important;
}
.hide-desktop ul.slick-dots {
    bottom: -10px;
}
.hide-desktop .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16.66666666666667%;
    height: 6px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: #c2c0c1;
}
.hide-desktop .slick-dots li.slick-active{
    background: #000;
 }
 .slick-dots li button{
     display:none !important;
 }
.hide-desktop .product-main-images .slick-list {
    padding: 0 !important;
}
}
@media (max-width: 767px) {
  #cartform {
    max-width: 100%;

}
  .limoniapps-discountninja-badge-wrapper{ display:none;}
 body.gridlock.shifter.shifter-left.cart.shifter-enabled.limoniapps-discountninja-block-stop .shopify-cleanslate .iZJMuEDN4NxKS3mrxcBP9 {
      -webkit-flex-direction: unset !important;
      -ms-flex-direction: unset !important;
      flex-direction: unset !important;
      justify-content: center!important;
      flex-wrap: wrap !important;
  }
  button.sezzle-info-icon {
      line-height: 1 !important;
      padding: 0 2px! important;

  }
  .sezzle-button-text.sezzle-left {
      margin: 10px 0 0 !important;
  }
  #basket-right .shopify-cleanslate .iZJMuEDN4NxKS3mrxcBP9 li._2PfRg7DFvcstLFRNRf5W1e {
      width: 100%!important;
  }
  .shopify-cleanslate ._3mgStMpRn3ZERlUsxma1Bc {
      padding: 0 8px 0 5px;
  }
.cart-item {
    flex-wrap: wrap;
    width: 109px;
}
.cart-item .cart-image {
    width: 60px;
    height: 80px;
    margin: 0 ;
}
#shopping-cart td {
    display: table-cell;
    vertical-align: text-top;
    padding: 15px 7px;
    vertical-align: top;
}
 #shopping-cart tr {
    border: 0px solid #ccc;
}
a.remove-item img {
    width: 12px;
    height: 12px;
    margin-right: 5px;
}


#shopping-cart tr input {
    text-indent: 0;
    margin-top: 0px !important;
}
#shopping-cart tr td p {
    margin-top: 0;
    margin-bottom: 5px;
}
#basket-right input#update-cart {
    background: transparent;
    color: #000;
    border: 1px solid #000 !important;
}
#basket-right input.button {
    width: 100% !important;
    max-width: 98% !important;
    float: left;
}
#shopping-cart td:last-child, #shopping-cart th:last-child {
    text-align: center !important;
}
#basket-right h4 {
    margin: 20px 12px;
}
#shopping-cart td, #shopping-cart th {
    padding: 20px 7px;
}
.mobile-filters {
    display: block;
    width: 100%;
    margin-bottom: 1px;
}
.mobile-filters-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    padding: 5px 0px;
    margin-bottom: 15px;
}
ul.sidebar-menu {
    display: none;
    list-style-type: none;
    border-bottom: 1px solid #c5c5c5;
}
ul.sortbymobile {
    display: none;
    list-style-type: none;
    text-align: right;
    border-bottom: 1px solid #c5c5c5;
}
ul#sort-menu-mob,ul#sidebar-menu-mob {
    list-style: none;
}

ul#sidebar-menu-mob li, ul#sort-menu-mob li{padding: 0px 0px 13px;}

.mobile-filters h4 {    margin: 0px;    font-size: 12px;    font-family: "Akkurat", Helvetica, sans-serif !important;letter-spacing: 0px;}
.sidebar-menu.mobile-filter-active {
    display: block;
}
.sortbymobile.mobile-filter-active {
    display: block;
}
.mobile-filters h4::after {
    content: "+";
    margin-left: 6px;
}
.toggle-heading1.filter-active::after {
    content: "-";
    margin-left: 6px;
}
.toggle-heading2.filter-active::after {
    content: "-";
    margin-left: 6px;
}
#colect-descr span.expand {
    font-weight: bold;
    font-family: 'Akkurat-Bold';
}
#colect-descr span.collapse {
    font-weight: bold;
    font-family: 'Akkurat-Bold';
}
.product-info {
    padding-top: 3px !important;
}
.product-info {
    margin-bottom: 18px;
}
}

@media (max-width: 414px) {
  #shopping-cart td {
      padding: 15px 12px;
  }
  .shopify-cleanslate ._3mgStMpRn3ZERlUsxma1Bc {
      padding: 0 4px 0 4px;
  }
}
@media (max-width: 375px) {
  #shopping-cart td {
      padding: 15px 7px;
  }

}


/** SEARCH RESULT PAGE CSS START **/
.searchbox input {
    border: 1px solid #ddd;
    height: 17px;
    font-size: 10px;
    margin-top: 20px;
    line-height: 1;
    background: #fff;
    width: 90%;
    box-shadow: none !important;
}
.searchbox input::placeholder {
    color: #000;
    text-transform: uppercase;
}
.search .boost-pfs-filter-collection-header-wrapper {
    background: transparent;
    padding-bottom: 5px;
    padding-top: 0;
    width: 100%;
    padding-left: 248px;
}
.search .boost-pfs-search-container .boost-pfs-search-result-header {
    font-size: 12px;
    font-weight:700;
    padding-bottom: 0;
    text-align: left;
}
.search .boost-pfs-search-result-toolbar {
    display: none;
}
.search .boost-pfs-filter-default-toolbar {
    display: none;
}
.search .boost-pfs-search-form {
    display: none;
}
.search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
    line-height: 20px!important;
    padding: 0!important;
    font-size: 12px;
    font-family: Akkurat-Bold;
    font-weight: 700;
    margin-bottom: 3px;
}
.search .boost-pfs-filter-left-col {
    width: 235px;
}
.search .boost-pfs-filter-right-col {
    width: calc(100% - 235px);
}
.search .boost-pfs-filter-grid-width-3 {
    width: 25%;
}
.search .boost-pfs-container-default-box {
    max-width: 100%;
    padding: 0 0px;
}
.search .boost-pfs-filter-option.boost-pfs-filter-has-scrollbar .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
    overflow-y: auto;
    max-height: unset;
}
.search .boost-pfs-filter-option-content {
    padding-top: 0;
}
.search .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li {
    position: relative;
    padding-left: 0;
    line-height: 0;
}
.search .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li button.boost-pfs-filter-button {
    line-height: 20px !important;
}
.search .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li {
    margin-top: 5px;
}
.search .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li span.boost-pfs-check-box {
    margin-right: 8px;
    position: relative;
    left: 0px;
    top: 2px;
}
.search .boost-pfs-action-list-wrapper.boost-pfs-action-extend {
    display: none !important;
}
.search .boost-pfs-filter-bottom-pagination-default>ul>li {
    width: auto;
    height: auto;
    line-height: 25px;
    font-size: 14px!important;
    font-family: Akkurat-Mono!important;
    color: #000!important;
}
.search .boost-pfs-filter-bottom-pagination-default>ul>li span.boost-pfs-filter-pagination-active {
    text-shadow: 0 0 0px #000;
    border-bottom: 1px solid black;
    padding: 0px 3px 0px;
}

.search .boost-pfs-filter-bottom-pagination-default>ul>li a, .search .boost-pfs-filter-bottom-pagination-default>ul>li span {
    text-shadow: 0 0 0px #000 !important;
}
.search .boost-pfs-filter-bottom-pagination-default>ul>li:first-child,
.search .boost-pfs-filter-bottom-pagination-default>ul>li:last-child {
    border: 0px solid #3d4246;
    font-size: 20px;
    line-height: 23px;
    background: transparent !important;
}
.search .boost-pfs-filter-bottom-pagination-default>ul>li:first-child.boost-pfs-filter-pagination-disabled,
.search .boost-pfs-filter-bottom-pagination-default>ul>li:last-child.boost-pfs-filter-pagination-disabled {
    opacity: 1;
}
.search .boost-pfs-filter-bottom-pagination-default>ul>li:first-child:not(.boost-pfs-filter-pagination-disabled):hover a,
.search .boost-pfs-filter-bottom-pagination-default>ul>li:last-child:not(.boost-pfs-filter-pagination-disabled):hover a {
    color: #000;
}
.search .boost-pfs-filter-bottom-pagination-default {
    padding-top: 20px;
    padding-right: 270px;
}
.search .has-bc-swap-image .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-main-image {
    visibility: visible !important;
}
.search .has-bc-swap-image .boost-pfs-filter-product-item-image:hover .boost-pfs-filter-product-item-flip-image {
    visibility: hidden !important;
}

.search .boost-pfs-filter-product-bottom {
    text-align: center;
}
.search .boost-pfs-filter-product-item-title {
   font-size: 12px;
    font-family: "Akkurat", Helvetica, sans-serif !important;
    line-height: 15px;
    color: #000000;
    text-transform: unset;
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
.search .boost-pfs-filter-product-item-vendor {
    font-size: 12px;
    font-weight: 700;
    font-family: Akkurat-Bold;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.search .boost-pfs-filter-product-item-price {
    font-size: 12px;
    font-weight: 700;
    font-family: Akkurat-Mono!important;
    color: #000;
}
.search .boost-pfs-filter-product-item {
    margin-bottom: 10px;
    padding-left: 15px;
}
.search .boost-pfs-filter-product-item-image {
    margin-bottom: 10px;
}
.search .boost-pfs-filter-product-item-price .boost-pfs-filter-product-item-sale-price {
    color: #000;
}
.search .boost-pfs-filter-product-item-price s {
    color: #000;
}
.search .boost-pfs-filter-product-item-label {
    display: none;
}
.search .boost-pfs-filter-tree-v .boost-pfs-filter-option-title-text:before {
   display: none;
}
.search .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item a, .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item button {
    font-size: 12px;
    font-weight: normal!important;
  	font-family: "Akkurat", Helvetica, sans-serif !important;
    text-decoration: none;
}
.search .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item
    margin: 0px 0 0px 0;
}
.search .boost-pfs-filter-tree-v .boost-pfs-filter-option {
    padding: 10px 0 20px;
    border-top: 0px solid #e3e3e3;
}
.search .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list {
    padding-right: 15px;
}
.search .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item {
    margin: 0px 0 0px 0;
}
.search .boost-pfs-filter-tree-v .boost-pfs-filter-option {
    margin: 0;
    padding: 0px 0 20px;
    border:0px;
}
.search button.boost-pfs-filter-button.boost-pfs-filter-clear {
    line-height: 20px!important;
    padding: 0px 20px 0px 0px!important;
    font-family: Akkurat-Bold;
    font-weight: 700;
    margin-bottom: 3px;
}
.search #boost-pfs-filter-tree-pf_c_category .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item.selected span.boost-pfs-filter-option-value {
    border-bottom: 1px solid #000;
}
.search .boost-pfs-filter-refine-by-wrapper-v {
    display: none;
}
.search button.boost-pfs-filter-button.boost-pfs-filter-clear {
    display: none;
}
.search .boost-pfs-filter-products {
    margin-right: -9px;
}
.search .boost-pfs-filter-left-col-inner ul.sortme {
    float: left;
    padding-bottom: 20px;
    list-style-type: none;
}
.search .boost-pfs-filter-left-col-inner ul.sortme li {
    margin-top: 5px;
    font-size: 12px;
    font-weight: normal!important;
    font-family: "Akkurat", Helvetica, sans-serif !important;
}
.search .boost-pfs-filter-left-col-inner ul.sortme h4 {
    line-height: 20px!important;
    padding: 0!important;
    font-size: 12px;
    font-family: Akkurat-Bold;
    font-weight: 700;
    margin-bottom: 0px;
}
.search .boost-pfs-filter-left-col-inner ul.sortme li a {
    text-decoration: none;
}
.search .boost-pfs-filter-left-col-inner ul.sortme li a.active {
    border-bottom: 1px solid #000;
    padding-bottom: 1px;
    display: inline-block;
}
.search .boost-pfs-filter-bottom-pagination-default>ul>li a, .boost-pfs-filter-bottom-pagination-default>ul>li span {
    margin: 0 5px;
    background: transparent !important;
    padding: 2px 3px;
    border-radius: 0px;
    font-size: 14px;
    font-family: "Akkurat-Mono" !important;
    color: #000000 !important;
}
.search .boost-pfs-filter-left-col {
    position: fixed;
    height: calc(100% - 80px);
/*     height: calc(100% - 150px); */
    overflow-y: auto;
}
.search .boost-pfs-filter-option-show-search-box-wrapper {
    display: none;
}
.inner_tab img {
    border: 0px !important;
}
.inner_tab .prod-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
  	font-family: "Akkurat", Helvetica, sans-serif !important;
    max-width: 95%;
    margin: auto;
}
li.boost-pfs-filter-pagination-disabled {
    opacity: 0!important;
    display: none !important;
}
.search .boost-pfs-filter-bottom-pagination-default>ul>li a, .search .boost-pfs-filter-bottom-pagination-default>ul>li span {
    text-shadow: unset !important;
}
.search .boost-pfs-filter-mobile-footer button {
  text-transform: uppercase !important;
}
.search .boost-pfs-container-default-box {
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 768px) {
form.header-search-box.mobile-search-box {
    display: none;
}
/* .search .boost-pfs-filter-left-col {
    margin-top: -30px;
} */
.search .boost-pfs-filter-left-col {
    margin-top: 0;
    top: 77px;
}
.search-overlay {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 5;
    transition: 0.4s;
    right: 0;
    bottom: 0;
}
.open-search .search-overlay {
    visibility: visible;
    opacity: 1;
    transition: 0.4s;
}
form.header-search-box.desktop-search-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    margin: 0 auto;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .033em;
    padding: .75rem 1.5rem;
    width: 100% !important;
    position: fixed;
    top: 0;
    bottom: auto;
    overflow: hidden;
    z-index: 6;
    background-color: #fff;
    transition: 0.4s;
    transform: translateY(-200px);
    left: 0;
    right: 0;
}
.open-search form.header-search-box.desktop-search-box {
    transform: translateY(0);
    transition: 0.4s;
}
.open-search {
    overflow: hidden;
/*     position: fixed; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
a.search-drawer__close {
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border: .0625rem solid transparent;
    background-color: transparent;
    transition: color .2s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    font-family: Akkurat-Bold;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    font-size: 11px;
    line-height: 15px;
}
a.search-drawer__close::after {
    content: '';
    height: 100%;
    width: 0%;
    position: absolute;
    border-bottom: .0625rem solid currentColor;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: width .2s ease-in-out;
}
a.search-drawer__close:hover::after {
  	width: 100%;
}
form.header-search-box.desktop-search-box input.boost-pfs-search-box.ui-autocomplete-input {
    border: 0px solid #dedede;
    line-height: 44px;
    height: 34px;
    outline: 0;
    color: #000;
    margin: 0;
    width: 100%;
    text-indent: 10px;
    display: block;
    margin: auto;
    background: rgba(188,188,188,.23);
    font-size: 14px;
    max-width: 30rem;
}
.search .boost-pfs-filter-option-column-1 button.boost-pfs-filter-button.boost-pfs-filter-clear {
    display: none !important;
}
.search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
    position: relative;
    z-index: 0;
}
.search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading::before {
    content: "";
    position: absolute;
    display: block !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent;
}
.search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title::before {
    content: "";
    position: absolute;
    display: block !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff0;
    z-index: 999;
    height: 30px;
}
.search .boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
    position: relative !important;
}
}
/* @media screen and (min-width: 1280px) {
   html.js {
      height: 100%;
  }
  body.collection  {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
      height: 100vh;
  }
  .collection div#content {
      height: calc(100% - 170px);
  }
} */

@media screen and (max-width: 767px) {
  .search .boost-pfs-filter-collection-header-wrapper {
      padding-left: 0;
  }
  .search .boost-pfs-search-container .boost-pfs-search-result-header {
      font-size: 12px;
  }
  .search .boost-pfs-filter-toolbar-top-mobile {
    display: block;
    border-top: 0px solid #eee;
    border-bottom: 0px solid #eee;

  }
  .search .boost-pfs-filter-right-col {
      width: 100%;
  }
  .search .boost-pfs-filter-product-item {
      margin-bottom: 10px !important;
      padding-left: 8.5px;
      padding-bottom: 0;
  }
  .search .boost-pfs-filter-product-bottom-inner {
      min-height: auto;
  }
  .search .boost-pfs-filter-bottom-pagination-default {
      padding-right: 0;
  }
  .search .boost-pfs-filter-left-col-inner ul.sortme {
      display: none;
  }

  .search .boost-pfs-filter-top-sorting-mobile button, .boost-pfs-filter-tree-mobile-button button {
      border: 1px solid #000  !important;
      padding: 0px 20px 0px 10px  !important;
      font-family: 'Akkurat';
      font-weight: 700;
  }
  .search .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-middle {
      width: 100%!important;
      position: absolute;
      left: 0;
      right: 0;
      top: 13px;
  }
  .search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items {
      padding-bottom: 15px;
      min-height: 46px;
  }
  .search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
      top: 46px !important;
  }
  .search .boost-pfs-filter-mobile-toolbar-items a {
      z-index: 9;
  }
  .search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
      padding: 20px 13px 13px 13px;
  }

  .active2 .boost-pfs-filter-option-content{display:block!important;}

  .search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content {
      padding: 0px 10px 20px;
  }
  .search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content .boost-pfs-filter-option-content-inner {
      padding-right: 0;
  }
  .search .boost-pfs-filter-top-sorting-mobile {
      padding-left: 0;
      order: 2;
      width: 50%;
  }
  .search .boost-pfs-filter-tree-mobile-button button, .search .boost-pfs-filter-top-sorting-mobile button {
      min-width: 100%;
  }
  .search .boost-pfs-filter-toolbar-top-mobile-inner.boost-pfs-filter-toolbar-show-sort-by-mobile .boost-pfs-filter-tree-mobile-button {
    width: 48%;
  }
  .search .boost-pfs-filter-left-col {
      position: unset;
  }
  .search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title {
      display: block !important;
  }
  .search .boost-pfs-filter-mobile-toolbar-right button.boost-pfs-filter-button.boost-pfs-filter-clear {
      margin-right: 0!important;
      padding-right: 7px!important;
      display: block;
  }
.search .boost-pfs-filter-mobile-toolbar-right button.boost-pfs-filter-button.boost-pfs-filter-clear-all {
    /* display: none!important; */
/*     white-space: nowrap;
    position: absolute;
  	right: 12px;
    top: 2px; */
}

  .search .boost-pfs-filter-toolbar-top-mobile-inner.boost-pfs-filter-toolbar-show-sort-by-mobile {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
   .search .boost-pfs-filter-toolbar-top-mobile-inner.boost-pfs-filter-toolbar-show-sort-by-mobile .boost-pfs-filter-tree-mobile-button {
      position: relative;
  }
  .search .boost-pfs-filter-option-show-search-box-wrapper {
      width: 100%;
  }
  .search .boost-pfs-filter-option-show-search-box-wrapper input.boost-pfs-filter-option-show-search-box {
      padding: 0px;
      border: 1px solid #000;
      background: #fff;
      color: #000;
  }
  .search.shifter-enabled.boost-pfs-mobile-stick .boost-pfs-filter-toolbar-top-mobile-inner.boost-pfs-filter-toolbar-show-sort-by-mobile {
      display: none !important;
  }
  .search .boost-pfs-filter-bottom-pagination.boost-pfs-filter-bottom-pagination-default {
/*       display: none !important; */
  }
  .search .boost-pfs-filter-option-show-search-box-wrapper {
      display: block;
  }

  .search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v {
      width: 100% !important;
  }
  .search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-options-wrapper {
      width: calc(100% - 0px);
      right: 0;
  }
  .search .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-v .boost-pfs-filter-option {
      padding: 0px 10px !important;
      max-height: initial;
  }
  .search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-footer {
      width: 100%;
  }




.search .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list.boost-pfs-filter-option-item-list-multiple-list li {
    padding-right: 0;
}

.search .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list {
    padding-right: 0;
}
.search  .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top {

    display: none !important;
}
.search .boost-pfs-filter-option-show-search-box-wrapper {
    display: none;
}
/* .search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
    right: 0;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 2px;
    background: #000000;
    border-radius: 3px;
    transition: all .5s ease;
    transform: unset!important;
    display: none!important;
}*/
/* .search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto;
    right: 4px;
    width: 2px;
    height: 10px;
    background: #000;
    border-radius: 3px;
    transition: all .5s ease;
    display: inline-block!important;
} */
/*  .search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
     content: "";
    transition: all .5s ease;
    display: inline-block!important;
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    background-size: cover;
    background-image: url(//cdn.shopify.com/s/files/1/0019/0742/5331/t/33/assets/minus.png?v=8168768155483295885);
   	border: 0px;
    transform: unset;
} */
.search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:before {
    content: "";
    transition: all .5s ease;
    display: inline-block!important;
    font-family: FontAwesome;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 8px;
    height: 8px;
    border: 0;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    transform: rotate( -135deg);
    background-image: none !important;
}
.search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option.active2 .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:before {
    transform: rotate(45deg);
    right: 5px;
}
.boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading:after {
   display: none !important;
}
.search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top {
    top: 3px;
}
.search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left {
    top: 2.4px !important;
}

.search .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading span {
    line-height: 1;
}
.search .boost-pfs-filter-product-item-title {
    width: 90%;
    margin: auto;
}
.search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-content.boost-pfs-filter-has-searchbox:not(.boost-pfs-filter-has-view-more) .boost-pfs-filter-option-content-inner {
    max-height: 100%;
}
.search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close {
    display: block;
    background: transparent;
}
.search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-top {
    display: block !important;
    height: auto;
    width: auto;
}

input#boost-pfs-search-box-mobile {
    padding: 12px 40px 12px 15px !important;
    background: #fff !important;
    text-align: left !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    text-indent: 0 !important;
}
button.boost-pfs-search-btn-close-suggestion {
    width: 48px !important;
}
.search button.boost-pfs-filter-button.boost-pfs-filter-clear {
    margin-bottom: 0;
    z-index: 9;
    position: relative;
    top: 4px;
}
.search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span:before {
    -ms-transform: translateX(13px) translateY(5px) rotate(45deg);
    -webkit-transform: translateX(13px) translateY(5px) rotate(45deg);
    transform: translateX(13px) translateY(5px) rotate(45deg);
}
.search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span:after,
.search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span:before {
    left: 0;
    width: 2px;
    height: 15px;
    transform-origin: center center;
    background: #000;

}
.search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button{text-transform: capitalize!important;}
.search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-left {
    width: auto;
    text-align: left;
    position: relative;
    left: 30px;
    top: -1px;
}
.search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-close span {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    background: transparent;
    font-size: 0;
    margin-left: 13px;
    margin-top: 8px;
}
li.searchbox {
    display: block !important;
    position: absolute;
    left: 8px;
}
.inner_tab ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gridlock .row .inner_tab ul li.mobile-1 {
    width: 47%;
}
form.header-search-box.desktop-search-box {
  display: none;
}
form.header-search-box.mobile-search-box {
    display: block;
}
form.header-search-box.mobile-search-box input#boost-pfs-search-box-2 {
    margin-bottom: 0;
    height: 25px;
}
form.header-search-box.mobile-search-box {
    padding: 10px 11px;
    display: block;
    background: #fff;
    width: 100%;
    left: -4px;
    right: 0;
    top: 38px;
    bottom: auto;
    box-sizing: border-box;
    margin: 0 !important;
}
li.searchbox {
    display: none!important;
}
form.header-search-box.mobile-search-box {
    padding: 0;
    display: block;
    background: transparent;
    width: 20px;
    height: 20px;
    left: -4px;
    right: auto;
    top: 38px;
    bottom: auto;
    box-sizing: border-box;
    margin: 0!important;
    opacity: 1;
    visibility: visible;
    position: absolute;
}
form.header-search-box.mobile-search-box input {
    background: url(//cdn.shopify.com/s/files/1/0019/0742/5331/t/33/assets/svrnsearchicon.svg?v=1207411…);
    background-repeat: no-repeat;
    max-width: 16px;
    cursor: pointer;
    height: 16px;
    border: 0px !important;
    font-size: 0px !important;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -21px;
    left: 51px;
    z-index: 99;
}
.active-close-icon a.boost-pfs-filter-close {
    display: none !important;
}
.active-close-icon a.boost-pfs-filter-back-btn {
    position: relative;
    left: -25px;
}
.search .boost-pfs-filter-tree-mobile-style2 .boost-pfs-filter-mobile-toolbar .boost-pfs-filter-mobile-toolbar-items .boost-pfs-filter-mobile-toolbar-right button {
    font-weight: normal;
    font-family: 'SVRN Sans Regular';
}
.search .boost-pfs-search-suggestion-wrapper {
    display: block;
}
.search .boost-pfs-search-panel-product-show .boost-pfs-filter-mobile-toolbar-middle,
.search .boost-pfs-search-panel-product-show .boost-pfs-filter-mobile-toolbar-right button {
  	font-size: 12px !important;
      text-transform: uppercase !important;
  }
.boost-pfs-filter-top-sorting-mobile button.boost-pfs-filter-top-sorting-wrapper {
    position: relative;
}
.boost-pfs-filter-top-sorting-mobile button.boost-pfs-filter-top-sorting-wrapper::after {
  content: "Sort";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  width: 80%;
}
.boost-pfs-filter-option-content {

}
.search .boost-pfs-filter-tree-mobile-style2.boost-pfs-filter-tree-v .boost-pfs-filter-option .boost-pfs-filter-option-title.arrow-move-up .boost-pfs-filter-option-title-heading:before {
    transform: rotate( -316deg);
}

.boost-pfs-filter-option-content {
    display: none !important;
}


.boost-pfs-filter-tree-pf_v_designers div#boost-pfs-filter-tree-pf_v_designers {
    display: block !important;
}
.boost-pfs-filter-tree-pf_pt_categories div#boost-pfs-filter-tree-pf_pt_categories {
    display: block !important;
}
.boost-pfs-filter-tree-pf_p_price div#boost-pfs-filter-tree-pf_p_price {
    display: block !important;
}
.boost-pfs-filter-mobile-toolbar-right {
    position: relative;
}
.boost-pfs-filter-mobile-toolbar-right button.boost-pfs-filter-button.boost-pfs-filter-clear {
    position: absolute;
}
.boost-pfs-filter-tree-pf_v_designers .boost-pfs-filter-option-designers .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading::before {
    transform: rotate(45deg) !important;
}
.boost-pfs-filter-tree-pf_pt_categories .boost-pfs-filter-option-categories .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading::before {
    transform: rotate(45deg) !important;
}
.boost-pfs-filter-tree-pf_p_price .boost-pfs-filter-option-price .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading::before {
    transform: rotate(45deg) !important;
}
.boost-pfs-filter-tree-open-body .header-wrapper {
    z-index: 0;
}
.search .boost-pfs-filter-top-sorting-mobile button, .search .boost-pfs-filter-tree-mobile-button button {
    height: 34px;
    line-height: 34px!important;
    font-size: 12px;
    border: 1px solid #c5c5c5 !important;
}
.search .boost-pfs-filter-top-sorting-mobile .boost-pfs-filter-filter-dropdown {
    margin-top: 2px;
    left: 0;
    width: 100%;
}
.search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li:first-child {
    padding-top: 15px;
}
.search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li:last-child {
    padding-bottom: 15px;
}
.search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li {
    padding: 7px 10px 5px;
}
.search .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown li a {
    font-size: 12px;
    font-family: 'SVRN Sans Regular' !important;
}
.search .boost-pfs-filter-product-item-vendor {
    margin-bottom: 5px;
}
.search .boost-pfs-filter-product-item-price {
    margin-top: 6px;
}
/* .search button.boost-pfs-filter-button.boost-pfs-filter-clear {
    display: none !important;
}
.search .boost-pfs-filter-mobile-toolbar-right {
    display: none !important;
}



.boost-pfs-filter-tree-open-body .boost-pfs-filter-tree-mobile-sticky.boost-pfs-filter-tree-mobile-open {
    z-index: 2 !important;
}
.boost-pfs-filter-tree-open-body .boost-pfs-container-default-box {
    z-index: 5;
}
.search  .boost-pfs-filter-refine-by-items {
    display: none !important;
}
.search  .boost-pfs-filter-option-title h3 {
    display: none;
}
.boost-pfs-filter-tree-open-body .boost-pfs-filter-refine-by-wrapper-v {
    display: block !important;
}
.boost-pfs-filter-tree-open-body button.boost-pfs-filter-button.boost-pfs-filter-clear-all {
    position: fixed;
    right: 12px;
    top: 2px;
    z-index: 7!important;
    font-weight: 400;
    font-family: Akkurat,Helvetica,sans-serif;
    font-size: 12px;
} */
.search .boost-pfs-filter-mobile-toolbar-right button.boost-pfs-filter-button.boost-pfs-filter-clear-all {
    white-space: nowrap;
    position: absolute;
    right: 0;
    top: 13px;
  	line-height: 0 !important;
  	font-size: 11.9px !important;
}
.search .boost-pfs-filter-mobile-toolbar-right button.boost-pfs-filter-button.boost-pfs-filter-clear {
      white-space: nowrap;
      position: absolute;
      right: 1px;
      top: 13px;
      line-height: 0 !important;
  }

}

/** SEARCH RESULT PAGE CSS END **/



/** NEW HOME PAGE CSS START **/
.header-wrapper {
/*     padding: 25px 0 25px; */
/*     border-bottom: 2px solid #000000; */
}
/* #navigation ul#nav li a {
    margin-right: 65px!important;
    margin-left: 0!important;
    font-size: 16.93px !important;
    font-weight: bold !important;
    font-family: Akkurat-Bold !important;
} */
ul#cart {
    position: absolute;
    right: 18px;
    top: 4px;
    width: 235px!important;
}
/* ul#cart li {
    margin-left: 37px!important;
} */

li.head-user-icon {
    position: relative;
    top: 1px;
}
.searchbox img {
    max-width: 26px;
    height: auto;
}
ul#cart li.searchbox {
    margin-right: -2px;
    position: relative;
    top: -2px;
}
ul#cart li.head-cart-icon {
    position: relative;
    bottom: 2px;
}
li.head-user-icon a {
    width: 38px;
    height: auto;
}
li.head-user-icon img {
    width: 26px;
}
span.cart-counter {
    font-size: 13px;
    background: url(https://cdn.shopify.com/s/files/1/0019/0742/5331/t/34/assets/Icons-Cart-new.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27px!important;
    width: 17px!important;
    height: 23px!important;
    font-weight: 700!important;
    font-family: Akkurat-Bold!important;
    padding-top: 2.5px;
}

#navigation {
    padding: 10px 17.5px!important;
    width: 100% !important;
}
/* #logo img {
    max-width: 120px!important;
}
#logo.logo-center {
    text-align: center;
    bottom: 2px;
} */
/* #navigation ul#nav li:nth-child(1) a {
    max-width: 30.87px!important;
}
#navigation ul#nav li:nth-child(2) a {
    max-width: 53px!important;
}
#navigation ul#nav li:nth-child(3) a {
    max-width: 64px!important;
} */
.gridlock div#shopify-section-1601749313390 .custom-section .row {
    width: 100%!important;
    padding: 0px 5px !important;
}
div#shopify-section-1601749313390 .custom-section {
    margin-top: 20px !important;
}
.gridlock div#shopify-section-header .row {
    width: 100% !important;
    padding: 0px 5px !important;
    margin: 0 !important;
    overflow: unset !important;
}
.gridlock div#shopify-section-1601749313390 .custom-section .row .desktop-6 {
    width: 50%;
    margin: 0!important;
    padding: 0px 17.5px !important;
}
/* .gridlock div#shopify-section-1601749313390 .custom-section .row .desktop-6 {
    width: 49.3%;
    margin: 0!important;
    padding: 0 0!important;
} */
/* .gridlock div#shopify-section-1601749313390 .custom-section .row .desktop-6:first-child .custom-content-featured-text-.featured-text-d-flex {
    padding-left: 15px;
} */
.image-text-box {
    position: relative;
}
.image-text-box h2.heading-blog {
    position: absolute;
    top: 41px;
    left: 25px;
    text-align: left;
    letter-spacing: -1.8px;
    font-size: 64px;
    color: #fff;
    text-transform: unset;
     font-family: 'SVRN Sans Regular' !important;
    font-weight: normal !important;
}
.image-text-box h2.heading-blog span {
    background: transparent;
}
div#shopify-section-1601749313390 .image-text-box h2.heading-blog {
    left: 10px;
}
.featured-text-d-flex {
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    align-items: flex-start;
}
.featured-text-d-flex .textarea p {
	letter-spacing: -.6px;
    margin: 0;
    font-size: 20px;
    color: #000;
    padding-top: 3px;
    line-height: 1.35;
}
.custom-section a.button {
    letter-spacing: -0.2px;
    font-size: 24px;
    color: #000;
    border: 1px solid #000;
    background: #fff;
    border-radius: 50px !important;
    font-family: 'SVRN Sans Regular';
    font-weight: normal;
    min-width: 183px;
    min-height: 56px;
    padding: 0 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.4s;
}
.custom-section a.button:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}



/** SECTION 2 **/
div#shopify-section-1555788963423 .custom-section {
    margin-top: 29px !important;
}
.gridlock div#shopify-section-1555788963423 .custom-section .row {
     width: 100%!important;
     padding: 0px 5px !important;
}
.gridlock div#shopify-section-1555788963423 .custom-section .row .desktop-4 {
 	width: 33.33%;
    margin: 0!important;
    padding: 0px 17.5px !important;
}


/** SECTION 3 **/
div#shopify-section-1601296404315 div#homepage-products {
    width: 100%!important;
    margin-top: 29px!important;
}
div#shopify-section-1601296404315 div#product-loop .product-index {
    width: 25%;
    padding: 0 0px 0 0!important;
}
div#shopify-section-1601296404315 div#product-loop .product-index img {
    padding-left: 0;
    padding-right: 0;
}
div#shopify-section-1601296404315 .product-info {
	display: none;
}
#shopify-section-1650859494573235f0 .featured-text-d-flex .textarea p,
div#shopify-section-1555788963423 .featured-text-d-flex .textarea p {
    font-size: 30px;
    padding-top: 3px;
}

/** SECTION 4 **/
div#shopify-section-1520895249237 .custom-section .row {
    width: 100%!important;
    padding: 0px 5px !important;
    margin-top: 58px!important;
}
div#shopify-section-1520895249237 .custom-section .row .desktop-6 {
 	width: 50%;
    margin: 0!important;
    padding: 0px 17.5px !important;
}
div#shopify-section-1520895249237 .index-section .staggered-image-wrapper.section-1520895249237 h2 {
    max-width: 590px;
    line-height: 67px;
    top: 18px;
    text-align: left;
    left: 35px;
}
div#shopify-section-1520895249237 .index-section .staggered-image-wrapper.section-1520895249237 h2 span {
    padding: 0 !important;
}

/** SECTION 5 **/
#insta-feed {

    padding: 0px 5px;
}
#insta-feed a {
    padding: 0 10px!important;
}

/** CONTACT PAGE **/
.shifter-left.page\.contact div#content {
    width: 100%!important;
    padding: 0 5px!important;
}
.contact-banner {
    margin-top: 85px;
    padding: 0px 18px 0px 18px;
}
.contact-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
div#shopify-section-contact-page-template .contact-page-wrapper {
    margin-top: 50px !important;
    padding-bottom: 30px;
}
.contact-info h1 {
    font-size: 50px;
    letter-spacing: -1.8px;
    color: #000;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: normal;
    font-family: 'SVRN Sans Bold';
}
.contact-info p {
    font-size: 25px;
    color: #000000;
    letter-spacing: -0.75px;
    line-height: 1.3;
    margin-bottom: 40px;
}

.contact-page-wrapper .contact-info {
    width: 32%;
}
.contact-page-wrapper .contact-info .store-hours-description {
    width: 100%;
}
.contact-page-wrapper .contact-info .store-hours-time {
    width: 100%;
    margin-bottom: 30px;
}
.contact-page-wrapper .contact-info 
.contact-page-wrapper .contact-form {
    width: 65%;
    margin-top: 30px;
}
div#contactFormWrapper {
    max-width: 100%;
}

.contact-page-wrapper .contact-form input, .contact-page-wrapper .contact-form textarea, .contact-page-wrapper .contact-form select {
    font-size: 24px;
    color: #000;
    letter-spacing: -.75px;
    line-height: 1.3;
    margin-bottom: 30px;
    height: 85px;
    border: 2px solid #dedede;
    padding: 20px 15px;
    box-sizing: border-box;
    font-family: 'SVRN Sans Regular';
    font-weight: normal;
}
.contact-page-wrapper .contact-form select,
.contact-page-wrapper .contact-form input::placeholder, .contact-page-wrapper .contact-form textarea::placeholder  {
	color: #717171;
}

.contact-page-wrapper .contact-form textarea {
 	height: 230px;
    padding-top: 15px;
}

input#contactFormSubmit {
    color: #fff;
    letter-spacing: 4px;
    font-weight: normal;
    border: 0px !important;
    background: #000;
    transition: 0.4s;
}
input#contactFormSubmit:hover {
    color: #fff;
  background: #333

}
.mobile-contact-info {
	display: none;
}

/** STORE PAGE **/
.shifter-left.page\.StoreHours div#content {
    width: 100%!important;
    padding: 0 5px!important;
}
.store-hours-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 85px;
    align-items: flex-start;
}
.store-hours-heading h1 {
    font-size: 50px;
    letter-spacing: -1.8px;
    color: #000;
    line-height: 1;
    margin-bottom: 45px;
    font-weight: 400;
    font-family: 'SVRN Sans Bold';
}
.store-hours-heading {
    width: 22%;
    position: relative;
    right: 3px;
    margin-top: 0;
}

.store-hours-info-right {
    width: 62%;
    margin-top: 0;
}
.store-hours-description p {
    font-size: 25px;
    color: #000;
    letter-spacing: -.75px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.store-map {
    height: 380px;
    margin-bottom: 50px;
}
.store-hours-flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  margin-bottom: 40px;
}
.store-hours-description {
    width: 40%;
}

.store-hours-time {
    width: 60%;
}
.store-hours-time p {
    font-size: 25px;
    color: #000;
    letter-spacing: -.75px;
    line-height: 1.2;
    margin-bottom: 10px;
}
.store-hours-time p span {
    width: 45%;
    display: inline-block;
}
.blog  div#content {
    width: 100%!important;
    padding: 0 5px!important;
}

div#shopify-section-blog-template {
    margin-top: 85px;
}
ul#blog-articles {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-self: flex-start;
    margin: 0;
    width: 100%;
}
ul#blog-articles li.single-article {
    width: 33.33%;
}

ul#blog-articles li.single-article:first-child {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

ul#blog-articles li.single-article:first-child .article-body {
    display: flex;
    align-items: center;
    width: 100%;
}
ul#blog-articles li.single-article:first-child .article-body .articleimage {
    width: 1231px;
}

ul#blog-articles li.single-article:first-child .articlecontent {
    width: 576px;
    padding-left: 35px;
}

ul#blog-articles li.single-article:first-child .article-body h2 {
    letter-spacing: -.6px;
    margin: 0px 0px 10px;
    font-size: 62px;
    line-height: 64px;
    color: #000;
    font-family: "Akkurat-Bold";
    font-weight: 700;
    text-transform: uppercase;
}

ul#blog-articles li.single-article:first-child .articlecontent p {
    font-size: 18px;
    color: #000;
    letter-spacing: -.75px;
    line-height: 26px;
    margin-bottom: 30px;
    font-weight: 700 !important;
    font-family: "Akkurat", Helvetica, sans-serif !important;
}
ul#blog-articles li.single-article:first-child .articlecontent .button {
    display: inline-flex;
    font-weight: 400;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}
ul#blog-articles li.single-article .articlecontent .button {
     letter-spacing: -.2px;
    font-size: 24px;
    color: #000;
    border: 1px solid #000;
    background: #fff;
    border-radius: 50px!important;
    font-weight: normal;
    font-family: 'SVRN Sans Regular';
    text-transform: uppercase;
    min-width: 183px;
    min-height: 56px;
    padding: 0!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .4s;
    display: none;
}
ul#blog-articles li.single-article .articlecontent .button:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}
ul#blog-articles li.single-article:first-child .articleimage {
    margin-bottom: 0px;
}
.single-article {
    border-bottom: 0px solid #dedede;
    padding-left: 15px;
    padding-right: 15px;
}
.articleimage {
    margin-bottom: 20px;
}
.articlecontent h2 {
    font-size: 32px;
    color: #000;
    letter-spacing: -.75px;
    line-height: 40px;
    margin-bottom: 15px;
    font-family: "Akkurat-Bold";
    font-weight: 700;
    text-transform: uppercase;
    min-height: 80px;
}
.articlecontent p {
    font-size: 17px;
    color: #000;
    letter-spacing: -.75px;
    line-height: 25px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700 !important;
    font-family: "Akkurat", Helvetica, sans-serif !important;
}
ul#blog-articles li.single-article .articlecontent h2 a {
  text-decoration: none;
}
.load-more-list {
    text-align: center;
    margin-top: 100px;
    display: block;
    float: left;
    width: 100%;
}
div#shopify-section-blog-template .load-more-list .button {
     letter-spacing: -.2px;
    font-size: 24px;
    color: #000;
    border: 1px solid #000;
    background: #fff;
    border-radius: 50px!important;
    font-weight: 400;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    min-width: 183px;
    min-height: 56px;
    padding: 0!important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .4s;
}
div#shopify-section-blog-template .load-more-list .button:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
}

.shifter-left.article div#content {
    width: 100%!important;
    padding: 85px 25px 0!important;
}
.article-template div#article-body {
    width: 100%;
    margin: 0 auto;
}
.article-template h1 {
    font-size: 172px;
    letter-spacing: -1.8px;
    color: #000;
    line-height: 1;
    margin-bottom: 25px;
    font-family: "Akkurat-Bold";
    font-weight: 700;
    text-align: center !important;
    text-transform: uppercase;
}
.article-template div#article-body p {
    width: 50%;
    margin: 20px auto 20px;
    font-size: 15px;
    line-height: 26px;
    font-weight: 700 !important;
    font-family: "Akkurat", Helvetica, sans-serif !important;
}
.article-template div#article-body img {
    width: 100%;
}

.article-template div#article-body  span.author {
    margin-right: 0px;
    float: left;
    width: 40%;
}

.article-template div#article-body p.published {
    float: right;
    text-align: right;
    margin: 0 !important;
    padding: 0px 0px 20px;
}



.page\.ShippingReturns div#content {
    width: 100%!important;
    padding: 0 5px!important;
}
div#shopify-section-page-template div#page {
    width: 100%;
    margin: 0px auto;
    padding: 0 18px 0 18px;
}

.content-page-dflex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 75px;
}
.content-page-dflex h1 {
    font-size: 50px;
    letter-spacing: -1.8px;
    color: #000;
    line-height: 1;
    margin-bottom: 45px;
    font-weight: 400;
     font-family: 'SVRN Sans Bold';
    width: 300px;
}
.content-page-dflex .rte {
    width: 75%;
}
.content-page-dflex .rte p {
    font-size: 25px;
    color: #000;
    letter-spacing: -.75px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.article-template div#article-body span.author p {
    margin: 0 0 20px;
    width: auto;
}

/** marquee slider **/
div#shopify-section-164136552134782f36 {
    margin-bottom: -20px;
    margin-top: 20px;
}
.slideshow.flickity-enabled {
	background:#f3f3f3;
}
.slide-scroll {
  width: 100%;
  margin-right: 0;
  height: auto;
}
.slide-scroll img {
	width: 100%;
}

.marquee-slider {
  height: auto;
  position: relative;
  width: 100%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

/*  IMPORTANT CODE BELOW */

.marquee-slide-track {
    width: calc(240px * 20);
    display: flex;
    animation: scroll 20s linear infinite;
    justify-content: space-between;
    background: #f2f2f2;
}

div#shopify-section-164136552134782f36 .marquee-slide-track {
    width: calc(200px * 20);
    background: #fff;
}
div#shopify-section-164136552134782f36 .marquee-slide {
    width: 100%;
    height: 150px;
    margin-right: 60px;
}
.marquee-slide {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
  transition:0.5s;
  cursor:pointer;
}
div#shopify-section-1641475282bf44c8bd .marquee-slider {
    margin-bottom: 40px;
}
.collection #sidebar {


}
.collection .desktop-9.tablet-6.mobile-3 {
    left: 232px;
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 10));
  }
}

body.collection div#content {
    width: 100%!important;
    padding: 0 5px!important;
    margin: 0!important;
    overflow: unset!important;
}
body.collection div#shopify-section-collection-template {
    padding: 85px 25px 0 18px !important;
}

body.collection div#shopify-section-collection-women {
    padding: 85px 25px 0 18px!important;
}
div#colect-descr h1 {
    font-size: 12px;
}

.gridlock div#shopify-section-1650859494573235f0 .custom-section .row {
    width: 100%!important;
    padding: 0px 5px !important;
}
.gridlock div#shopify-section-1650859494573235f0 .custom-section .row .desktop-4 {
    width: 33.33%;
    margin: 0!important;
    padding: 0px 17.5px !important;
}
@media screen and (max-width: 1679px) {
.image-text-box h2.heading-blog {
    font-size: 45px;
}
.featured-text-d-flex .textarea p {
    font-size: 20px;
    padding-right: 20px;
}
.custom-section a.button {
    font-size: 15px;
    min-width: 140px;
    min-height: 45px;
}
#shopify-section-1650859494573235f0 .featured-text-d-flex .textarea p,
div#shopify-section-1555788963423 .featured-text-d-flex .textarea p {
    font-size: 24px;
    padding-top: 3px;
}
div#shopify-section-1520895249237 .index-section .staggered-image-wrapper.section-1520895249237 h2 {
    max-width: 403px;
    line-height: 52px;
}
#insta-feed {
    padding: 0 13px;
}
#insta-feed a {
    padding: 0 9px!important;
}
.store-hours-heading h1 {
    font-size: 35px;
    margin-bottom: 35px;
}
.store-hours-description p {
    font-size: 20px;
}

.store-hours-time p {
    font-size: 16px;
}
.store-map {
    height: 330px;
}
.store-hours-heading {
    right: 1px;
}
.contact-info h1 {
    font-size: 35px;
    margin-bottom: 35px;
}
.contact-info p {
    font-size: 18px;
}
.contact-page-wrapper .contact-form {
    margin-top: 10px;
}
.contact-page-wrapper .contact-form input, .contact-page-wrapper .contact-form textarea, .contact-page-wrapper .contact-form select {
    font-size: 18px;
    margin-bottom: 30px;
    height: 70px;
}

ul#blog-articles li.single-article:first-child .article-body h2 {
    font-size: 35px;
    line-height: 40px;
    padding-right: 30px;
}
ul#blog-articles li.single-article:first-child .articlecontent p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}
ul#blog-articles li.single-article .articlecontent .button {
    font-size: 16px;
    min-width: 143px;
    min-height: 45px;
}
.articlecontent h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
    min-height: 58px;
}

.articlecontent p {
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 10px;
}
div#shopify-section-blog-template .load-more-list .button {
    font-size: 16px;
    min-width: 163px;
    min-height: 50px;
}
.load-more-list {
    margin-top: 40px;
}
ul#blog-articles li.single-article:first-child .article-body .articleimage {
    width: 1121px;
}
.article-template h1 {
    font-size: 90px;
    margin-bottom: 20px;
    line-height: 90px;
    margin-top: 30px;
}
.article-template div#article-body p {
    font-size: 15px;
}
.content-page-dflex h1 {
    font-size: 35px;
    margin-bottom: 35px;
    width: 280px;
}
.content-page-dflex .rte p {
    font-size: 18px;
    margin-bottom: 20px;
}
.collection .desktop-9.tablet-6.mobile-3 {
    left: 243px;
}
}
@media screen and (max-width: 1439px) {
.searchbox img {
    max-width: 30px;
}
li.head-user-icon img {
    max-width: 30px;
}

.image-text-box h2.heading-blog {
    font-size: 40px;
}
.custom-section a.button {
    font-size: 14px;
    min-width: 130px;
    min-height: 42px;
    line-height: 1 !important;
}
.gridlock div#shopify-section-1601749313390 .custom-section .row .desktop-6 {
    padding:0 10px!important;
}
.gridlock div#shopify-section-1601749313390 .custom-section .row {
    padding: 0 10px!important;
}
.featured-text-d-flex .textarea p {
    font-size: 18px;
    padding-right: 20px;
}
.gridlock div#shopify-section-1555788963423 .custom-section .row .desktop-4 {
    padding: 0 10px!important;
}
.gridlock div#shopify-section-1555788963423 .custom-section .row {
    padding: 0 10px!important;
}
#shopify-section-1650859494573235f0 .featured-text-d-flex .textarea p,
div#shopify-section-1555788963423 .featured-text-d-flex .textarea p {
    font-size: 21px;
}
div#shopify-section-1520895249237 .custom-section .row .desktop-6 {
    padding: 0 10px!important;
}
div#shopify-section-1520895249237 .custom-section .row {
    padding: 0 10px!important;
    margin-top: 48px!important;
}
#insta-feed a {
    padding: 0 8px!important;
}
#insta-feed {
    padding: 0 11px;
}
#navigation {
    padding: 10px 10px!important;
}
.gridlock div#shopify-section-header .row {
    padding: 0 10px!important;
}
ul#cart {
    right: 9px;
}
div#shopify-section-1520895249237 .index-section .staggered-image-wrapper.section-1520895249237 h2 {
    max-width: 358px;
    line-height: 45px;
}
ul#blog-articles li.single-article:first-child .article-body h2 {
    font-size: 28px;
    line-height: 35px;
}
ul#blog-articles li.single-article:first-child .articlecontent p {
    font-size: 16px;
    line-height: 30px;
}
ul#blog-articles li.single-article:first-child .article-body .articleimage {
    width: 1149px;
}
.article-template div#article-body p {
    width: 50%;
}
.article-template h1 {
    font-size: 90px;
    margin-bottom: 20px;
    line-height: 90px;
}
.article-template div#article-body p {
    font-size: 15px;
}

div#shopify-section-164136552134782f36 .marquee-slide-track {
    width: calc(160px * 20);
}
.collection .desktop-9.tablet-6.mobile-3 {
    left: 233px;
    width: calc(100% - 218px);
}
.gridlock div#shopify-section-1650859494573235f0 .custom-section .row .desktop-4 {
    padding: 0px 10px !important;
}
.gridlock div#shopify-section-1650859494573235f0 .custom-section .row {
    padding: 0 10px!important;
}
}
@media screen and (max-width: 1279px) {
#insta-feed a {
    padding: 0 7px!important;
}
.featured-text-d-flex .textarea p {
    font-size: 16px;
}
.collection .desktop-9.tablet-6.mobile-3 {
    left: 233px;
    width: calc(100% - 224px);
}
}
@media screen and (max-width: 1199px) {
.searchbox img {
    max-width: 22px;
}
li.head-user-icon img {
    max-width: 24px;
}
span.cart-counter {
    font-size: 12px;
}
ul#cart li {
    margin-left: 20px!important;
}
#navigation ul#nav li a {
    margin-right: 45px!important;
    font-size: 14px!important;
}
.featured-text-d-flex .textarea p {
    font-size: 14px;
    padding-right: 20px;
}
.image-text-box h2.heading-blog {
    font-size: 40px;
    top: 30px;
    left: 20px;
}
.custom-section a.button {
    font-size: 14px;
    min-width: 130px;
    min-height: 42px;
}
#shopify-section-1650859494573235f0 .featured-text-d-flex .textarea p,
div#shopify-section-1555788963423 .featured-text-d-flex .textarea p {
    font-size: 18px;
}
div#shopify-section-1520895249237 .index-section .staggered-image-wrapper.section-1520895249237 h2 {
    max-width: 354px;
    line-height: 42px;
    top: 10px;
    left: 30px;
}
#insta-feed a {
    padding: 0 6px!important;
}
#insta-feed {
    padding: 0 9px;
}
div#content {
    padding-top: 50px!important;
}
.store-hours-heading {
    width: 30%;
}
.store-hours-info-right {
    width: 65%;
    margin-top: 0;
}
.store-hours-heading h1 {
    font-size: 30px;
    margin-bottom: 30px;
}
 .store-hours-time p {
    font-size: 15px;
    margin-bottom: 5px;
}
.store-hours-description p {
    font-size: 18x;
    margin-bottom: 20px;
}
.store-map {
    height: 250px;
}
.contact-banner {
    margin-top: 66px;
}
.contact-page-wrapper .contact-info {
    width: 30%;
}
.contact-info h1 {
    font-size: 30px;
    margin-bottom: 30px;
}
.contact-info p {
    font-size: 16px;
    margin-bottom: 20px;
}
div#shopify-section-contact-page-template .contact-page-wrapper {
    margin-top: 40px!important;
    padding-bottom: 10px;
}
div#shopify-section-contact-page-template .contact-page-wrapper {
    margin-top: 40px!important;
    padding-bottom: 10px;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.contact-page-wrapper .contact-form input, .contact-page-wrapper .contact-form textarea, .contact-page-wrapper .contact-form select {
    font-size: 15px;
    margin-bottom: 20px;
    height: 60px;
    padding: 20px 5px;
}
 .content-page-dflex h1 {
    font-size: 30px;
    margin-bottom: 30px;
    width: 230px;
}
.content-page-dflex .rte p {
    font-size: 16px;
    margin-bottom: 20px;
}
.article-template h1 {
    font-size: 93px;
    margin-bottom: 20px;
    line-height: 100px;
}
.article-template div#article-body p {
    font-size: 14px;
}
ul#blog-articles li.single-article:first-child .articlecontent p {
    font-size: 16px;
    line-height: 22px;
}
.contact-page-wrapper .contact-info .store-hours-time {
    margin-bottom: 20px;
}
}
@media screen and (max-width: 1023px) {
#navigation ul#nav li a {
    margin-right: 25px!important;
    font-size: 12px!important;
}
.image-text-box h2.heading-blog {
    font-size: 33px;
    top: 20px;
    left: 10px;
}
.gridlock div#shopify-section-1555788963423 .custom-section .row .desktop-4 .custom-content-featured-text-left.featured-text-d-flex {
    flex-wrap: wrap;
    justify-content: center;
}
#shopify-section-1650859494573235f0 .featured-text-d-flex .textarea p,
div#shopify-section-1555788963423 .featured-text-d-flex .textarea p {
    font-size: 18px;
    padding-right: 0;
    margin-bottom: 10px;
}
div#shopify-section-1555788963423 .featured-text-d-flex .textarea {
    width: 100%;
    text-align: center;
}
div#shopify-section-1555788963423 .custom-section .featured-text-d-flex a.button {
    min-width: 130px;
    min-height: 40px;
    line-height: 1 !important;
}
div#shopify-section-1555788963423 .custom-section {
    margin-top: 15px!important;
}

.gridlock div#shopify-section-1520895249237 .custom-content-featured-text-left.featured-text-d-flex {
    flex-wrap: wrap;
    justify-content: center;
}
div#shopify-section-1520895249237 .featured-text-d-flex .textarea p {
    font-size: 18px;
    padding-right: 0;
    margin-bottom: 10px;
}
div#shopify-section-1520895249237 .featured-text-d-flex .textarea {
    width: 100%;
    text-align: center;
    min-height: 110px;
}
div#shopify-section-1520895249237 .custom-section .featured-text-d-flex a.button {
    min-width: 130px;
    min-height: 40px;
    line-height: 1 !important;
}
#insta-feed a {
    padding: 0 4px!important;
}
#insta-feed {
    padding: 0 12px;
}
.instafeed-container {
    height: 200px;
}
div#shopify-section-1520895249237 .index-section .staggered-image-wrapper.section-1520895249237 h2 {
    max-width: 290px;
    line-height: 34px;
    top: 10px;
    left: 15px;
}
.header-wrapper {
    padding: 15px 0 15px;
}
div#shopify-section-1555788963423 .featured-text-d-flex .textarea {
    text-align: left;
}
div#content {
    padding-top: 30px!important;
}
 .store-hours-description {
    width: 50%;
}
.store-hours-time {
    width: 40%;
    text-align: right;
}
.store-hours-time p span:nth-child(1) {
    text-align: left;
}
.article-template h1 {
    font-size: 68px;
    line-height: 70px;
}
.article-template div#article-body p {
    font-size: 14px;
}
.collection .desktop-9.tablet-6.mobile-3 {
    left: 0;
    width: 100%;
}
.contact-page-wrapper .contact-info {
    width: 45%;
}
.contact-page-wrapper .contact-form {
    width: 50%;
}
.contact-info p {
    text-align: left;
    margin-bottom: 15px;
}
}
@media screen and (max-width: 767px) {
body {
    padding: 0 12px 10px 12px!important;
}
#logo.logo-center {
    position: fixed;
    top: 15px;
    bottom: auto;
}
span.cart-counter {
    background-size: 25px!important;
    font-size: 12px!important;
    border: 0!important;
    line-height: 23px!important;
    width: 20px!important;
    height: 25px!important;
}
ul#cart li.head-cart-icon {
    margin-left: 0px!important;
    bottom: 0;
}
li.head-user-icon img {
    max-width: 26px;
}
ul#cart {
    right: 0;
    position: unset;
}
li.head-user-icon a {
    line-height: 12px !important;
}
#navigation {
    padding: 10px 0px!important;
}
.header-wrapper {
    padding: 15px 0 15px;
    top: 0 !important;
    width: 100% !important;
    min-height: 52px;
}
#logo img {
    max-width: 90px!important;
}
ul#cart li.mobile-trigger {
    margin-left: 2px!important;
}
ul#cart li:last-child {
    margin-right: 14px;
}
form.header-search-box.mobile-search-box {
    left: -12px;
    top: 38px;
}
div#shopify-section-1601749313390 .custom-section {
    margin-top: 30px!important;
}
.gridlock div#shopify-section-header .row {
    padding: 0px 10px 0px 9px!important;
}
.gridlock div#shopify-section-1601749313390 .custom-section .row {
    padding: 0 0px!important;
}
.gridlock div#shopify-section-1601749313390 .custom-section .row .desktop-6 {
    padding: 0px 0px 0px 0px!important;
    width: 100%;
}
.image-text-box h2.heading-blog {
    font-size: 29px;
    top: 10px;
    left: 10px;
}
.featured-text-d-flex .textarea p {
    font-size: 16px;
    padding-right: 15px;
}
.custom-section a.button {
    font-size: 16px;
    min-width: 120px;
    min-height: 30px;
}
.gridlock div#shopify-section-1555788963423 .custom-section .row .desktop-4 {
    padding: 0 0px!important;
    width: 100%;
}
.gridlock div#shopify-section-1555788963423 .custom-section .row {
    padding: 0 0px!important;
}
.gridlock div#shopify-section-1555788963423 .custom-section .row .desktop-4 .custom-content-featured-text-left.featured-text-d-flex {
    flex-wrap: unset;
    justify-content: space-between;
}
div#shopify-section-1555788963423 .featured-text-d-flex .textarea {
    width: 100%;
    text-align: left;
}
div#shopify-section-1555788963423 .custom-section {
    margin-top: 10px!important;
}
div#shopify-section-1601296404315 div#homepage-products {
    margin-top: 10px!important;
}
div#shopify-section-1520895249237 .custom-section .row {
    padding: 0 0px!important;
    margin-top: 35px!important;
}
div#shopify-section-1520895249237 .custom-section .row .desktop-6 {
    padding: 0 0px!important;
    width: 100%;
}
div#shopify-section-1520895249237 .featured-text-d-flex .textarea {
    width: 100%;
    text-align: center;
    min-height: auto;
}
div#shopify-section-1520895249237 .featured-text-d-flex .textarea p {
    font-size: 16px;
    padding-right: 0;
    margin-bottom: 10px;
}
.instafeed-container {
    height: 90px;
    width: 100%!important;
}
#insta-feed {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}
#insta-feed a {
    padding: 0 0px!important;
    width: 24%;
}
form.header-search-box.mobile-search-box input {
    background: url(//cdn.shopify.com/s/files/1/0019/0742/5331/t/34/assets/search-icon-new.png?v=115992125828430906);
    background-repeat: no-repeat;
    max-width: 18px;
    height: 18px;
    top: -21px;
    background-size: 18px;
}
.gridlock div#shopify-section-1520895249237 .custom-content-featured-text-left.featured-text-d-flex {
    justify-content: flex-start;
}
div#shopify-section-1520895249237 .featured-text-d-flex .textarea {
    text-align: left;
}
div#shopify-section-1555788963423 .custom-section .featured-text-d-flex a.button {
    line-height: 1!important;
    font-size: 16px;
    min-width: 120px;
    min-height: 30px;
}
.store-hours-wrapper {
    margin-top: 50px;
    flex-wrap: wrap;
}
.store-hours-heading {
    width: 100%;
}
.store-hours-heading h1 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1;
    letter-spacing: -.8px;
}
.store-hours-time {
    width: 100%;
    text-align: left;
}
.store-hours-flex {
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.store-hours-description {
    width: 100%;
}
.store-hours-info-right {
    width: 100%;
    margin-top: 0;
}
.store-hours-description p {
    font-size: 18px;
    margin-bottom: 15px;
}
 .store-hours-time p {
    font-size: 14px;
    margin-bottom: 5px;
}
.store-hours-time p span {
    width: 35%;
}
.store-map {
    height: 195px;
    margin-bottom: 20px;
}
.footer-template {
    margin-top: 22px;
}
.contact-banner {
    margin-top: 0px;
    padding: 0px;
}
.contact-info.mobile-contact-info {
    display: block;
    margin-top: 65px;
}
.contact-info h1 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: -0.8px;
}
.contact-wrapper {
    flex-wrap: wrap;
}
.contact-info.desktop-contact-info {
    width: 100%;
}
.contact-info.desktop-contact-info h1 {
    display: none;
}
div#shopify-section-contact-page-template .contact-page-wrapper {
    margin-top: 15px!important;
    padding-bottom: 0;
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
    padding-left: 0!important;
    padding-right: 0!important;
}
.contact-info p {
    font-size: 16px;
    margin-bottom: 15px;
}
.contact-page-wrapper .contact-form input, .contact-page-wrapper .contact-form textarea, .contact-page-wrapper .contact-form select {
    font-size: 14px;
    margin-bottom: 15px;
    height: 50px;
    padding: 12px 5px;
    border: 1px solid #dedede;
}

.contact-page-wrapper .contact-form {
    width: 100%;
    margin-top: 0;
}

div#shopify-section-blog-template {
    margin-top: 65px;
}
ul#blog-articles li.single-article:first-child {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
ul#blog-articles li.single-article:first-child .article-body {
    flex-wrap: wrap;
}
ul#blog-articles li.single-article:first-child .article-body .articleimage {
    width: 100%;
}
ul#blog-articles li.single-article:first-child .articlecontent {
    width: 100%;
    padding-left: 0;
}
ul#blog-articles li.single-article:first-child .article-body h2 {
    font-size: 22px;
    line-height: 26px;
    padding-right: 0;
    min-height: 48px;
}
ul#blog-articles li.single-article:first-child .articleimage {
    margin-bottom: 20px;
}
ul#blog-articles li.single-article .articlecontent p {
    margin-bottom: 20px !important;
}
ul#blog-articles li.single-article {
    width: 100%;
    padding: 0;
}
.articlecontent h2 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 26px;
    padding-right: 0;
    min-height: auto;
}
ul#blog-articles li.single-article .articlecontent .button {
    font-size: 14px;
    min-width: 134px;
    min-height: 40px;
    display: inline-block;
}
.load-more-list {
    display: none;
}
.article-template h1 {
    font-size: 22px;
    letter-spacing: -.8px;
    margin-bottom: 20px;
    line-height: 1.2;
    margin-top: 10px;
}
.article-template div#article-body span.author {
    width: 50%;
}
.article-template div#article-body p {
    font-size: 14px;
    line-height: 22px;
}
.article-template div#article-body p {
    width: 100%;
    margin: 20px auto 20px;
}
.shifter-left.article div#content {
    width: 100%!important;
    padding: 65px 0px 0!important;
}
.article-template div#article-body p.published {
    padding: 0 0 10px;
    width: 50%;
}
.content-page-dflex {
    margin-top: 55px;
    flex-wrap: wrap;
}
.content-page-dflex h1 {
    width: 100%;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: -.8px;
}
.content-page-dflex .rte {
    width: 100%;
}
.content-page-dflex .rte p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.4;
}
div#shopify-section-page-template div#page {
    padding: 0;
}
.content-page-dflex .rte p {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.4;
}
div#shopify-section-1520895249237 .custom-section .featured-text-d-flex a.button {
    line-height: 1!important;
    font-size: 16px;
    min-width: 120px;
    min-height: 30px;
}
div#shopify-section-164136552134782f36 {
    margin-top: 0px;
    margin-bottom: -10px;
}
.hide-mobile {
	display: none !important;
}
.slide-scroll {
	width:200%;
}
/* .gridlock div#shopify-section-1601749313390 .custom-section .row .desktop-6:first-child .custom-content-featured-text-.featured-text-d-flex {
    padding-left: 0;
} */
.marquee-slide-track {
    width: calc(150px * 20);
}
div#shopify-section-164136552134782f36 .marquee-slide-track {
    width: calc(100px * 20);
}
  div#shopify-section-164136552134782f36 .marquee-slide {
    width: 100%;
    height: 90px;
    margin-right: 30px;
}
body.collection div#shopify-section-collection-template {
    padding: 60px 0px 0 0px!important;
}
body.collection div#shopify-section-collection-women {
    padding: 60px 0px 0 0px!important;
}
body.gridlock.shifter.shifter-left.index.shifter-enabled {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
div#shopify-section-1601749313390 {
    padding-left: 12px;
    padding-right: 12px;
}
div#shopify-section-1555788963423 {
    padding-left: 12px;
    padding-right: 12px;
}
div#shopify-section-1520895249237 {
    padding-left: 12px;
    padding-right: 12px;
}
div#shopify-section-1591869758796 {
    padding-left: 12px;
    padding-right: 12px;
}
#shopify-section-1650859494573235f0 .featured-text-d-flex .textarea p,
div#shopify-section-1555788963423 .featured-text-d-flex .textarea p {
    padding-right: 5px;
}
.gridlock div#shopify-section-1650859494573235f0 .custom-section .row .desktop-4 {
    padding: 0 0px!important;
    width: 100%;
}
.gridlock div#shopify-section-1650859494573235f0 .custom-section .row {
    padding: 0 0px!important;
}
div#shopify-section-1650859494573235f0 {
    padding-left: 12px;
    padding-right: 12px;
}
div#shopify-section-164136552134782f36 .marquee-slide-track {
    width: calc(100px * 30);
}
#footer_signup {
    max-width: 320px !important;
    justify-content: center;
    flex-wrap: wrap;
}
#footer h4 {
    width: 100%;
}
#footer_signup form#contact_form {
    margin-left: 0;
}
  
div#content {
    padding-top: 60px!important;
}
  
}

@media screen and (max-width: 575px) {
.sezzle-button-text.sezzle-right.szl-light {
    padding: 0 10px;
    text-align: center;
}
.articlecontent p {
    font-size: 14px;
    line-height: 20px;
}
}
.brandspage ul.submenu {    list-style: none;    margin: 15px 20px;}
/** NEW HOME PAGE CSS END **/
