/** Shopify CDN: Minification failed

Line 9135:26 The "+" operator only works if there is whitespace on both sides
Line 9378:26 The "+" operator only works if there is whitespace on both sides
Line 9908:31 The "+" operator only works if there is whitespace on both sides

**/
/* Google fonts */

@import url('https://fonts.googleapis.com/css2?family=Questrial&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ==========================================
=============== GOOGLE FONTS ================

font-family: 'Rubik', sans-serif; 
font-family: 'Questrial', sans-serif;

=============== GOOGLE FONTS ================
==========================================*/

:root {
    --blue: #1e90ff;
    --white: #fff;
    --alabaster: #f7f7f7;
    --mine-shaft: #222;
    --mine-shaft-2: #212121;
    --dove-gray: #6b6b6b;
    --silver-chalice-2: #a7a7a7;
    --dove-grey: #707070;
    --gallery-color: #ededed;
    --silver-chalice: #b0b0b0;
    --crimson: #db1521;
    --victoria-color: #533a74
}

* {
    box-sizing: border-box;
    outline: 0;
    padding: 0;
    margin: 0;
}

.disclosure__toggle,
body,
button,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #272626;
    line-height: 1.5;
}

.disclosure__toggle,
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #ccc;
    margin: 0 0 55px;
    padding: 27.5px;
}

legend {
    border: 0;
    padding: 0;
}

button,
input[type=submit] {
    cursor: pointer;
}

label {
    display: block;
    margin-bottom: 5px;
}

[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    margin-bottom: 0;
}

label[for] {
    cursor: pointer;
}

.disclosure__toggle,
input,
select,
textarea {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    max-width: 100%;
    line-height: 1.2;
    border-radius: 2px;
}

.disclosure__toggle:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: #b3b3b3;
}

[disabled].disclosure__toggle,
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    background-color: #f4f4f4;
    border-color: #f4f4f4;
}

.input--error.disclosure__toggle::-webkit-input-placeholder,
input.input--error::-webkit-input-placeholder,
select.input--error::-webkit-input-placeholder,
textarea.input--error::-webkit-input-placeholder {
    color: #d20000;
    opacity: .5;
}

.input--error.disclosure__toggle::-moz-placeholder,
input.input--error::-moz-placeholder,
select.input--error::-moz-placeholder,
textarea.input--error::-moz-placeholder {
    color: #d20000;
    opacity: .5;
}

.input--error.disclosure__toggle:-ms-input-placeholder,
input.input--error:-ms-input-placeholder,
select.input--error:-ms-input-placeholder,
textarea.input--error:-ms-input-placeholder {
    color: #d20000;
    opacity: .5;
}

.input--error.disclosure__toggle::-ms-input-placeholder,
input.input--error::-ms-input-placeholder,
select.input--error::-ms-input-placeholder,
textarea.input--error::-ms-input-placeholder {
    color: #d20000;
    opacity: 1;
}

.hidden-placeholder.disclosure__toggle::-webkit-input-placeholder,
input.hidden-placeholder::-webkit-input-placeholder,
select.hidden-placeholder::-webkit-input-placeholder,
textarea.hidden-placeholder::-webkit-input-placeholder {
    color: transparent;
}

.hidden-placeholder.disclosure__toggle::-moz-placeholder,
input.hidden-placeholder::-moz-placeholder,
select.hidden-placeholder::-moz-placeholder,
textarea.hidden-placeholder::-moz-placeholder {
    color: transparent;
}

.hidden-placeholder.disclosure__toggle:-ms-input-placeholder,
input.hidden-placeholder:-ms-input-placeholder,
select.hidden-placeholder:-ms-input-placeholder,
textarea.hidden-placeholder:-ms-input-placeholder {
    color: transparent;
}

.hidden-placeholder.disclosure__toggle::-ms-input-placeholder,
input.hidden-placeholder::-ms-input-placeholder,
select.hidden-placeholder::-ms-input-placeholder,
textarea.hidden-placeholder::-ms-input-placeholder {
    opacity: 1;
}

.product-form .disclosure__toggle,
.product-form input,
.product-form select,
.product-form textarea {
    min-height: 44px;
}

.input--error.disclosure__toggle,
input.input--error,
select.input--error,
textarea.input--error {
    border-color: #d20000;
    background-color: #fff8f8;
    color: #d20000;
    margin-bottom: 11.6666666667px;
}

.input-error-message {
    display: flex;
    line-height: 1.3;
    color: #272626;
    font-size: .8666666667em;
    margin-bottom: 11.6666666667px;
}

.input-error-message .icon {
    width: 1em;
    height: 1em;
    margin-right: .6666666667em;
}

.disclosure__toggle,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-position: right center;
    background-image: url(/cdn/shop/t/233/assets/ico-select.svg?v=29003672709104678581659548182);
    background-repeat: no-repeat;
    background-position: right 10px center;
    line-height: 1.2;
    text-indent: .01px;
    text-overflow: "";
    cursor: pointer;
    padding: 8px 28px 8px 15px;
}

.select-group {
    position: relative;
    z-index: 2;
}

.select-group .disclosure__toggle,
.select-group select {
    background-image: none;
    background-color: transparent;
}

.select-group .icon {
    height: .5em;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: .5em;
    z-index: -1;
}

.select-label {
    font-size: .8em;
    text-transform: uppercase;
}

optgroup {
    font-weight: 700;
}

option {
    color: #272626;
    background-color: #fff;
}

.disclosure__toggle::-ms-expand,
select::-ms-expand {
    display: none;
}

.label--hidden {
    position: absolute;
    height: 0;
    width: 0;
    margin-bottom: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

::-webkit-input-placeholder {
    color: #000;
    opacity: .6;
}

::-moz-placeholder {
    color: #000;
    opacity: .6;
}

:-ms-input-placeholder {
    color: #000;
    opacity: .6;
}

::-ms-input-placeholder {
    color: #000;
    opacity: 1;
}

.label--error {
    color: #d20000;
}

input,
textarea {
    padding: 8px 15px;
}

.form-vertical .disclosure__toggle,
.form-vertical input,
.form-vertical select,
.form-vertical textarea {
    display: block;
    width: 100%;
    margin-bottom: 19.4444444444px;
}

.form-vertical .input--error.disclosure__toggle,
.form-vertical input.input--error,
.form-vertical select.input--error,
.form-vertical textarea.input--error {
    margin-bottom: 11.6666666667px;
}

.form-vertical [type=checkbox],
.form-vertical [type=radio] {
    display: inline-block;
    width: auto;
    margin-right: 5px;
}

.form-vertical .btn,
.form-vertical .shopify-payment-button .shopify-payment-button__button--unbranded,
.form-vertical [type=submit],
.shopify-payment-button .form-vertical .shopify-payment-button__button--unbranded {
    display: inline-block;
    width: auto;
}

.form-single-field {
    margin: 0 auto 55px;
    max-width: 35rem;
}

.form-single-field .input--error {
    margin-bottom: 0;
}

.form-message,
.note {
    padding: 8px;
    margin: 0 0 27.5px;
}

.note {
    border: 1px solid #ccc;
}

.form-message--success {
    border: 1px solid #1f873d;
    background-color: #f8fff9;
    color: #1f873d;
    display: block;
    width: 100%;
}

.form-message--error {
    color: #651818;
    border: 1px solid #d20000;
    background-color: #fff8f8;
    padding: 1rem 1.3rem;
    text-align: left;
    width: 100%;
}

.form-message--error li {
    list-style-type: disc;
    list-style-position: inside;
}

.form-message--error .form-message__title {
    font-size: 1.2em;
}

.form-message--error .form-message__link,
.form-message--error a {
    display: inline-block;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    color: #651818;
}

.form-message--error .form-message__link:focus,
.form-message--error .form-message__link:hover,
.form-message--error a:focus,
.form-message--error a:hover {
    text-decoration: none;
    color: #651818;
}

.input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
}

.form-vertical .input-group {
    margin-bottom: 55px;
}

.input-group--nowrap {
    flex-wrap: nowrap;
}

.input-group--error {
    margin-bottom: 11.6666666667px;
}

.input-group__btn .btn,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.input-group__field,
.input-group__field input,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
    min-height: 42px;
}

.input-group__field {
    -ms-flex-preferred-size: 15rem;
    -webkit-flex-basis: 15rem;
    -moz-flex-basis: 15rem;
    flex-basis: 15rem;
    flex-grow: 9999;
    margin-bottom: 1rem;
    border-radius: 2px 0 0 2px;
    text-align: left;
}

.input-group__field input {
    width: 100%;
}

.form-vertical .input-group__field {
    margin: 0;
}

.input-group__field--connected {
    margin-bottom: 0;
}

.input-group__field--connected input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group__btn {
    flex-grow: 1;
}

.input-group__btn .btn,
.input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
    width: 100%;
    border-radius: 0 2px 2px 0;
}

body {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #404040;
    background-color: var(--alabaster);
}

.btn,
.shopify-payment-button .shopify-payment-button__button--unbranded {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 8px 15px;
    background-color: #db1521;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .08em;
    white-space: normal;
    font-size: 13px;
}

.btn:focus,
.btn:not([disabled]):hover,
.shopify-payment-button .shopify-payment-button__button--unbranded:focus,
.shopify-payment-button .shopify-payment-button__button--unbranded:not([disabled]):hover {
    color: #fff;
    background-color: #ac111a;
}

.btn,
.shopify-payment-button .shopify-payment-button__button--unbranded,
a {
    transition: all .3s linear;
}

a {
    color: #272626;
    background-color: transparent;
    text-decoration: none;
}

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

ol {
    list-style: decimal
}

li {
    list-style: none;
}

.list--inline {
    padding: 0;
    margin: 0
}

.list--inline>li {
    display: inline-block;
    margin: 2px 0 0;
    vertical-align: middle
}

.icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: currentColor;
}

.payment-icons .icon {
    width: 38px;
    height: 24px;
    fill: inherit;
}

svg:not(:root) {
    overflow: hidden;
}

img {
    border: 0;
    outline: 0;
    max-width: 100%;
    height: auto;
}

b,
strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

.disclosure__toggle,
[role=button],
a,
button,
input,
label,
select,
textarea {
    touch-action: manipulation;
}

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

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Rubik', sans-serif;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 27.5px
}

td,
th {
    text-align: left;
    border: 1px solid #d1d1d1;
    padding: 10px 14px
}

table a {
    border-bottom: 1px solid currentColor
}

th {
    font-style: normal;
    font-weight: 700
}

td,
th {
    text-align: left;
    border: 1px solid #d1d1d1;
    padding: 10px 14px
}

tbody th,
tfoot th {
    font-weight: 400
}

.icon__fallback-text,
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.container,
.template-collection .collection_template_new .page-width {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width:576px) {

    .container,
    .template-collection .collection_template_new .page-width {
        max-width: 540px;
    }
}

@media(min-width:768px) {

    .container,
    .template-collection .collection_template_new .page-width {
        max-width: 720px;
    }
}

@media(min-width:992px) {

    .container,
    .template-collection .collection_template_new .page-width {
        max-width: 960px;
    }

    .search-form input[type="text"],
    input#ContactFooter-email {
        font-weight: bold;
        color: var(--dove-gray) !important;
    }

    body .slick-track .slick-slide {
        height: inherit !important;
    }
}

@media(min-width:1200px) {

    .container,
    .template-collection .collection_template_new .page-width {
        max-width: 1320px;
    }
}

@media(min-width:1400px) {

    .container,
    .template-collection .collection_template_new .page-width {
        max-width: 1920px;
    }
}

@media(min-width:1600px) {

    .container,
    .template-collection .collection_template_new .page-width {
        max-width: 1540px;
    }
}

@media(min-width:1660px) {

    .container,
    .template-collection .collection_template_new .page-width {
        max-width: 1580px;
    }
}

@media(min-width:1700px) {

    .container,
    .template-collection .collection_template_new .page-width {
        max-width: 1610px;
    }
}


.hide {
    display: none !important;
}

.show {
    display: block !important
}

.text-center {
    text-align: center !important;
}


/* Tools Slick Theme Style start */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(/cdn/shop/t/233/assets/ajax-loader.gif?v=41356863302472015721659548182) center center no-repeat
}

.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translateY(-50%);
    padding: 0;
    border: 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    background: 0;
    color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: "slick-icons, sans-serif";
    font-size: 20px;
    line-height: 1;
    color: #000;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "\2190"
}

[dir=rtl] .slick-prev:before {
    content: "\2192"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "\2192"
}

[dir=rtl] .slick-next:before {
    content: "\2190"
}

/*
.slick-dotted.slick-slider {
    margin-bottom: 30px
}*/

.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li a,
.slick-dots li button {
    border: 0;
    background: 0;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li a:focus:before,
.slick-dots li a:hover:before,
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1
}

.slick-dots li a:before,
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
    width: 20px;
    height: 20px;
    font-family: "slick-icons, sans-serif";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: .75
}

/* Tools Slick Theme Style end */



/* Announcement Bar start */

.announcement-bar {
    z-index: 10;
    position: relative;
    text-align: center;
    border-bottom: 0;
    padding: 0
}

.announcement-bar__link {
    display: block
}

.announcement-bar__message {
    display: block;
    padding: 11px 22px;
    font-size: 17px;
    font-weight: 400
}

/* Announcement Bar end */


/* Header style start */

.main-header {
    background-color: var(--white);
    padding: 15px 0;
    position: relative;
    z-index: 2
}

.main-header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-header .header-top .logo {
    margin-top: 0
}

.main-header .header-top .logo img {
    max-width: 172px
}

.main-header .header-top .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-header .header-top .header-right .searchForm {
    margin-right: 30px;
    background: var(--alabaster);
    min-width: 380px;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 0 18px 0 20px;
    box-shadow: 0px 0px 3px 1px #c1c1c1d4;
}

.main-header .header-top .header-right .searchForm .search-form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

.main-header .header-top .header-right .searchForm .search-form input[type="text"] {
    border: 0;
    background: transparent;
    height: 100%;
    padding: 0;
    font-size: 14px;
    width: calc(100% - 30px);
    font-family: 'Questrial', sans-serif;
    color: var(--silver-chalice)
}

.main-header .header-top .header-right .searchForm .search-form input[type="text"]::-webkit-input-placeholder {
    color: var(--silver-chalice-2);
    opacity: 1 !important
}

.main-header .header-top .header-right .searchForm .search-form input[type="text"]::-moz-placeholder {
    color: var(--silver-chalice-2);
    opacity: 1 !important
}

.main-header .header-top .header-right .searchForm .search-form input[type="text"]:-ms-input-placeholder {
    color: var(--silver-chalice-2);
    opacity: 1 !important
}

.main-header .header-top .header-right .searchForm .search-form input[type="text"]:-moz-placeholder {
    color: var(--silver-chalice-2);
    opacity: 1 !important
}

.main-header .header-top .header-right .searchForm .search-form button {
    width: 20px;
    height: 100%;
    border: 0;
    background: transparent;
    color: transparent
}

.main-header .header-top .header-right .account-links-group {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: var(--dove-gray)
}

.main-header .header-top .header-right .account-links-group nav {
    width: 100%
}

.main-header .header-top .header-right .account-links-group nav>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.main-header .header-top .header-right .account-links-group nav>ul li {
    margin-right: 25px;
    position: relative
}

.main-header .header-top .header-right .account-links-group nav>ul>li:last-child {
    margin-right: 0
}

.main-header .header-top .header-right .account-links-group nav>ul li a {
    display: flex;
    align-items: center;
    color: var(--dove-gray)
}

.main-header .header-top .header-right .account-links-group nav>ul>li>a {
    padding: 15px 0
}

.main-header .header-top .header-right .account-links-group nav>ul li a img {
    margin-right: 5px
}

.main-header .header-top .header-right .account-links-group nav>ul li:hover>ul.account-sub-menu {
    display: block
}

.main-header .header-top .header-right .account-links-group nav>ul li>ul.account-sub-menu {
    display: none;
    border-radius: 5px;
    background-color: var(--white);
    padding: 15px 20px;
    border: 1px solid var(--dove-grey);
    position: absolute;
    top: 100%;
    padding: 15px 20px;
    min-width: 240px;
    right: calc(100% - 109px);
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: var(--dove-gray)
}

.main-header .header-top .header-right .account-links-group nav>ul li>ul.account-sub-menu li {
    margin: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gallery-color);
    margin-bottom: 15px
}

.main-header .header-top .header-right .account-links-group nav>ul li>ul.account-sub-menu li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.main-header .header-top .header-right .account-links-group nav>ul li>ul.account-sub-menu a {
    color: var(--dove-gray)
}

.main-header .header-top .header-right .account-links-group nav>ul li>ul.account-sub-menu li a img,
.main-header .header-top .header-right .account-links-group nav>ul li>ul.account-sub-menu li a svg {
    margin-right: 20px;
    min-width: 20px;
    min-width: 20px
}

.navigation-wrapper {
    background: var(--mine-shaft);
    color: var(--white);
    position: relative
}

.navigation-wrapper .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.navigation-wrapper .all-categories {
    width: 160px;
    color: var(--white);
    padding: 20px 0 !important;
    border-right: var(--silver-chalice) solid 1px
}

html.active-category-nav .navigation-wrapper {
    z-index: 4
}

.navigation-wrapper .all-categories>a {
    color: var(--white);
    display: block
}

.navigation-wrapper .all-categories>a:after {
    content: "\f078";
    display: inline-block;
    color: var(--white);
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    margin-left: 27px
}

.navigation-wrapper .all-categories .sub-item-dropdown {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 3;
    padding-top: 5px
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1 {
    background: var(--mine-shaft-2);
    padding: 0 0 10px 12px;
    border-radius: 5px 0 0 5px
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item {
    font-size: 14px;
    border-bottom: 1px solid #a7a7a7;
    display: block;
    min-width: 200px
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item:last-child {
    border: 0
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>a {
    color: var(--white);
    display: block;
    padding: 10px 30px 10px 0;
    line-height: 22px
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>a:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    display: inline-block;
    position: absolute;
    right: 15px
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item:last-child a {
    padding-bottom: 0
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item:hover>a {
    color: var(--crimson)
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2 {
    display: none;
    position: absolute;
    top: 5px;
    left: 100%;
    width: 1083px;
    border-radius: 0 5px 5px 0;
    background: #fff
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li {
    width: 100%
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items {
    width: 100%
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: auto;
    max-height: 344px;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.sub-item {
    width: 240px;
    padding: 30px
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.sub-item>a {
    font-size: 16px;
    font-weight: 600;
    color: var(--dove-gray);
    margin-bottom: 15px;
    display: block
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.sub-item>a:hover {
    color: var(--crimson)
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.sub-item>ul.level-3>li {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    color: var(--dove-gray);
    padding: 5px 0
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.sub-item>ul.level-3>li>a {
    color: var(--dove-gray)
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.sub-item>ul.level-3>li:hover a {
    color: var(--crimson)
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.offers {
    width: 240px;
    background-size: cover;
    text-align: center;
    color: var(--white);
    border-radius: 0 10px 10px 0
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.offers .special-offers {
    width: 100%
}

.navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.offers .special-offers img {
    width: 100%;
    float: left;
    border-radius: 0 5px 5px 0
}

.navigation-wrapper .navigation {
    display: block;
    color: var(--white);
    background: var(--mine-shaft);
    margin-left: 30px;
    width: calc(100% - 190px);
    position: relative;
    z-index: 1;
    text-transform: uppercase
}

.navigation-wrapper .navigation>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navigation-wrapper .navigation>ul>li {
    padding: 0 18px;
    position: relative;
    white-space: nowrap
}

.navigation-wrapper .navigation>ul>li:first-child {
    padding-left: 0
}

.navigation-wrapper .navigation>ul>li:last-child {
    padding-right: 0
}

.navigation-wrapper .navigation>ul>li>a {
    color: var(--white);
    padding: 30px 0;
    display: block
}

.navigation-wrapper .navigation>ul>li:hover>a {
    color: var(--crimson)
}

.navigation-wrapper .navigation>ul>li:hover .sub-menu-item {
    display: block
}

.navigation-wrapper .navigation>ul>li .sub-menu-item {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: var(--mine-shaft);
    padding: 15px 20px;
    min-width: 240px
}

.navigation-wrapper .navigation>ul>li .sub-menu-item li {
    margin: 0 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gallery-color)
}

.navigation-wrapper .navigation>ul>li .sub-menu-item li:last-child {
    margin: 0;
    border: 0;
    padding: 0
}

.navigation-wrapper .navigation>ul>li .sub-menu-item li a {
    color: var(--white)
}

.navigation-wrapper .navigation>ul>li .sub-menu-item li:hover a {
    color: var(--crimson)
}

.minicart-wrapper {
    position: relative;
    z-index: 1;
    padding-left: 25px;
    margin-right: 25px
}

.minicart-wrapper .bag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-family: 'Questrial', sans-serif;
    font-weight: 400
}

.minicart-wrapper .bag strong {
    font-weight: 400;
    padding-left: 0;
    position: absolute;
    border-radius: 100%;
    background: #fbb03b;
    width: 26px;
    height: 26px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    right: -25px;
    top: -12px;
    line-height: 26px
}

.main-header .header-right .account-links-group a.offers {
    display: none !important
}

.navigation-wrapper nav.navigation a {
    padding: 10px 0
}

body .navigation-wrapper .navigation>ul li a[href="/collections/hot-deals"],
body .navigation-wrapper .navigation>ul li a[href="/collections/new-arrivals"],
body .navigation-wrapper .navigation>ul li a[href="/collections/clearance"],
body .navigation-wrapper .navigation>ul li a[href="/collections/warehouse-deals"] {
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 8px #fffc;
    font-size: 13px;
    font-weight: 700
}

body .navigation-wrapper .navigation>ul li a[href="/collections/hot-deals"] {
    background: #e81516;
    color: #fff
}

body .navigation-wrapper .navigation>ul li a[href="/collections/new-arrivals"] {
    background: #0551e0;
    color: #fff
}

body .navigation-wrapper .navigation>ul li a[href="/collections/clearance"] {
    background: #ffe100;
    color: #000
}

body .navigation-wrapper .navigation>ul li a[href="/collections/warehouse-deals"] {
    background: #fff;
    color: #000
}

body .navigation-wrapper .navigation>ul li a[href="/collections/hot-deals"]:hover,
body .navigation-wrapper .navigation>ul li a[href="/collections/new-arrivals"]:hover,
body .navigation-wrapper .navigation>ul li a[href="/collections/clearance"]:hover,
body .navigation-wrapper .navigation>ul li a[href="/collections/warehouse-deals"]:hover {
    opacity: .8
}

header.main-header.announcement-bar-enable {
    padding: 0 0 15px 0
}

span.free-product-message-cart {
    color: #d71323;
    font-weight: 600
}

.menu_list .special-offers img {
    height: auto;
    width: 100%
}

.sub-item-dropdown .submenu .item ul.level-2.level-menu::after {
    content: "";
    display: block;
    clear: both
}

body .navigation-wrapper .all-categories {
    padding: 20px 0 !important
}

body .navigation-wrapper nav.navigation a {
    padding: 10px 0
}

body header.main-header .header-right .account-links-group a.offers {
    display: none !important
}

/* Header style end */


/* Service style start */

.service-fea-new {
    text-align: center;
    position: relative;
    font-size: 0;
    background: #db1521;
    padding: 27px 25px 27px;
    margin-bottom: -55px;
    margin-top: 10px;
    box-shadow: 0 1px 6px #00000029;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between
}

.service-fea-in-new {
    vertical-align: top;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service-fea-info-new {
    color: var(--white);
    width: auto;
    float: none;
    padding-left: 22px;
    text-align: left
}

.service-fea-image-new {
    width: auto;
    float: none;
    text-align: center;
}

.service-fea-image-new img {
    width: auto;
    max-height: 45px
}

.service-fea-info-new h3,
.service-fea-info-new .h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px
}

.service-fea-info-new p {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 28px
}

.service-fea-new .service-fea-in-new .service-fea-info-new a {
    color: var(--white)
}

/* Service style end */


/* Homepage category carousel start */

.homepage-category-section {
    display: inline-block;
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px
}

.homepage-category-carousel {
    display: inline-block;
    width: 100%
}

.homepage-category-carousel .slick-list {
    padding: 10px 0;
    margin: 0 -10px
}

.homepage-category-carousel .slick-slide {
    padding: 0 10px
}

.homepage-category-carousel .homepage-category-wrapper {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 0;
    padding-top: 0;
    box-shadow: 0 1px 6px #00000029;
    position: relative
}

.homepage-category-carousel .homepage-category-wrapper img {
    margin-bottom: 20px;
    max-height: 110px;
    margin-top: 20px;
    width: auto;
}

.homepage-category-carousel .homepage-category-wrapper h3 {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #404040;
    margin: 0 0 10px 0
}

.homepage-category-carousel .homepage-category-wrapper:hover h3 {
    color: var(--crimson)
}

.homepage-category-carousel .homepage-category-wrapper p {
    font-size: 18px;
    color: #707070;
    margin-bottom: 0
}

.homepage-category-carousel .homepage-category-wrapper .box-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}


.top-deals-section {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px
}

.best-selling-section {
    display: inline-block;
    width: 100%;
    margin-bottom: 35px
}

.products-carousel .slick-slide {
    padding: 0 10px
}

.products-carousel .slick-list {
    padding: 10px 0;
    margin: 0 -10px
}

.products-items-grid .product-item .item {
    display: inline-block;
    width: 100%;
    background: var(--white);
    box-shadow: 0 1px 6px #00000029;
    border-radius: 10px;
    position: relative
}

.products-items-grid .product-item .item .product-label-and-sku-wrapper {
    color: var(--victoria-color);
    font-size: 12px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.products-items-grid .product-item .item .product-label-and-sku-wrapper .product-label {
    border-radius: 10px 0 10px 0;
    color: #db1521;
    border: .5px solid #db1521;
    padding: 4px 11px;
    font-weight: 600;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

.products-items-grid .product-item .item:hover .product-label-and-sku-wrapper .product-label {
    background-color: #db1521;
    color: var(--white)
}

.products-items-grid .product-item .item .product-label-and-sku-wrapper .product-sku {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 7px;
    padding-right: 20px
}

.products-items-grid .product-item .item .product-label-and-sku-wrapper .product-sku span {
    font-weight: 500
}

.products-items-grid .product-item .item .product-info {
    display: inline-block;
    width: 100%
}

.products-items-grid .product-item .item .product-info .product-image {
    width: 100%;
    display: inline-block;
    padding: 0 20px
}

.products-items-grid .product-item .item .product-info .product-image img {
    width: auto;
    height: auto;
    margin: auto
}

.products-items-grid .product-item .item .product-info .product-details {
    margin: 0;
    padding: 20px
}

.products-items-grid .product-item .item .product-info .product-details h3 {
    font-size: 14px;
    font-weight: 500;
    color: #232f3e;
    line-height: 18px;
    margin-bottom: 15px;
    max-height: 38px;
    overflow: hidden
}

.products-items-grid .product-item .item .product-info .product-details h3 a {
    color: #232f3e
}

.products-items-grid .product-item .item:hover .product-info .product-details h3 a {
    color: var(--crimson)
}

.products-items-grid .product-item .item .product-info .product-details .price-wrapper {
    font-size: 14px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end
}

.products-items-grid .product-item .item .product-info .product-details .price-wrapper .old-price {
    color: var(--silver-chalice-2);
    margin-right: 20px;
    text-decoration: line-through
}

.products-items-grid .product-item .item .product-info .product-details .price-wrapper .normal-price {
    font-weight: 500;
    color: #404040;
    text-align: right
}

.products-items-grid .product-item .item .product-info .product-details .price-wrapper .normal-price>strong {
    display: block;
    font-size: 12px !important;
    font-weight: 500;
    color: #a7a7a7 !important
}

.products-items-grid .product-item .item .product-info .product-details .bottom-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px
}

.products-items-grid .product-item .item .product-info .product-details .bottom-details .avalibility {
    font-size: 12px;
    white-space: nowrap
}

.products-items-grid .product-item .item .product-info .product-details .bottom-details .avalibility .in-stock {
    color: #03a718;
    display: none
}

.products-items-grid .product-item .item .product-info .product-details .bottom-details .avalibility .in-stock img {
    display: inline-block;
    margin-right: 3px
}

.products-items-grid .product-item .item .product-info .product-details .bottom-details .add-to-cart .cart-btn {
    color: #fff;
    background: #db1521;
    padding: 6px 10px;
    font-weight: 500;
    display: block;
    border-radius: 4px;
    white-space: nowrap;
    text-transform: capitalize
}

.more-info-btn-new {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.products-items-grid .product-item .item .product-info .product-details .bottom-details .sold-out-button .sold-out {
    color: #fff;
    background: #a7a7a7;
    padding: 6px 10px;
    font-weight: 500;
    display: block;
    border-radius: 4px;
    white-space: nowrap;
    text-transform: capitalize
}

.products-carousel .slick-dots {
    margin-top: 10px
}

.slick-dots li {
    height: auto;
    width: auto
}

.products-carousel .slick-dots li button,
.homepage-category-section .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #a7a7a7;
    padding: 0;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.products-carousel .slick-dots li.slick-active button,
.homepage-category-section .slick-dots li.slick-active button {
    background: var(--crimson);
    width: 30px
}

.products-carousel .slick-dots li button:before,
.homepage-category-section .slick-dots li button:before {
    display: none
}

.products-items-grid .product-item .item .product-links {
    display: none;
    position: absolute;
    right: 20px;
    top: 45px
}

.products-items-grid .product-item .item:hover .product-links {
    display: block
}

.products-items-grid .product-item .item .product-links .links {
    border-radius: 100%;
    background: #f5f5f5;
    width: 29px;
    margin-bottom: 5px;
    height: 29px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.products-items-grid .product-item .item .product-links .links a.active {
    background: var(--crimson);
    border-radius: 100%;
    width: 29px;
    margin-bottom: 5px;
    height: 29px;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
}

.products-items-grid .product-item .item .product-links .links .active svg path {
    fill: var(--white)
}

.products-items-grid .product-item .item .product-links .links:hover {
    background: var(--crimson)
}

.products-items-grid .product-item .item .product-links .links:hover svg path {
    fill: var(--white)
}

.products-items-grid .product-item .item .product-links .links a,
.products-items-grid .product-item .item .product-links .links button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 29px;
    width: 29px
}

.top-best-selling-section {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

/* Homepage category carousel end */


/* Main banner slideshow start */

.main-slider-section .main-slider-left .slick-dots {
    width: 100%
}

.main-slider-section .main-slider-left .slick-dots li {
    width: auto;
    height: auto;
    margin-left: 5px
}

.main-slider-section .main-slider-left .slick-dots li button,
.main-slider-section .main-slider-left .slick-dots li a {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #a7a7a7
}

.main-slider-section .main-slider-left .slick-dots li.slick-active button,
.main-slider-section .main-slider-left .slick-dots li.slick-active a,
.main-slider-section .main-slider-left .slick-dots li.slick-active-mobile button,
.main-slider-section .main-slider-left .slick-dots li.slick-active-mobile a {
    width: 30px;
    background-color: #db1521
}

.main-slider-section .main-slider-left .slick-dots li button:before,
.main-slider-section .main-slider-left .slick-dots li a:before {
    display: none
}

.main-slider-section .main-slider-left .slideshow__arrow-right,
.main-slider-section .main-slider-left .slideshow__arrow-left {
    display: none
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.top-best-selling-carousel .product-item-wrapper {
    margin: 5px
}

.top-best-selling-section .products-items-grid .product-item .item .product-info .product-details .bottom-details .avalibility .in-stock img {
    width: auto
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #a7a7a7 !important;
    padding: 0;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    margin: 0 5px
}

.owl-dots button.owl-dot.active {
    width: 30px;
    background: var(--crimson) !important;
}

.owl-dots {
    margin-top: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center
}

body .top-best-selling-carousel {
    width: 100%
}

body .slick-track {
    display: flex !important
}

body .products-items-grid .product-item,
body .products-items-grid .product-item-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%
}

body .products-items-grid .product-item .item {
    height: 100%
}

body .top-deals-section .section-heading {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
    margin-bottom: 25px
}

body .top-deals-section .section-heading h2.section-title {
    width: auto;
    margin: 0;
    padding: 0;
    border: 0
}

body .top-deals-section .section-heading .section-timer div#timer {
    display: flex;
    align-items: center
}

body .top-deals-section .section-heading .section-timer div#timer .timeSection {
    display: flex;
    gap: 10px
}

body .top-deals-section .section-heading .section-timer div#timer label {
    margin-bottom: 0;
    color: #404040;
    font-weight: 500;
    margin-right: 15px
}

body .top-deals-section .section-heading .section-timer div#timer .timeSection .time {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 1px 6px #00000029;
    min-width: 90px;
    text-align: center;
    color: #db1521;
    text-transform: uppercase;
    font-weight: 500
}

body .top-deals-section .section-heading .section-timer div#timer .timeSection .time span {
    margin-left: 5px
}

.main-slider-section {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    clear: both;
    margin: 15px 0 10px;
}

.main-slider-section .main-slider-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%
}

.main-slider-section .main-slider-inner .main-slider-left {
    width: calc(69% - 25px);
    position: relative
}

.main-slider-section .main-slider-inner .main-slider-left .page-width {
    padding-left: 65px;
    text-align: left;
    padding-right: 65px
}

.main-slider-section .main-slider-inner .main-slider-left .page-width .slideshow__title {
    font-size: 65px;
    font-weight: 500;
    font-family: Rubik, sans-serif;
    text-shadow: none;
    margin: 0
}

.main-slider-section .main-slider-inner .main-slider-left .page-width .slideshow__title span {
    font-size: 31px
}

.main-slider-section .main-slider-inner .main-slider-left .banner-slideshow {
    margin-bottom: 0
}

.main-slider-section .main-slider-inner .main-slider-left .page-width .mega-subtitle.slideshow__subtitle {
    font-size: 71px;
    font-family: Rubik, sans-serif;
    font-weight: 500;
    text-shadow: none;
    line-height: normal
}

.main-slider-section .main-slider-inner .main-slider-right {
    width: 31%
}

.main-slider-section .main-slider-inner .main-slider-left .slideshow .slideshow__slide {
    border-radius: 10px;
    height: 100%
}

.main-slider-section .main-slider-inner .main-slider-right .right-banner {
    width: 100%;
    margin-bottom: 25px;
    color: var(--white);
    float: left
}

.main-slider-section .main-slider-inner .main-slider-right .right-banner>a {
    display: block;
    float: left;
    width: 100%
}

.main-slider-section .main-slider-inner .main-slider-right .right-banner h2 {
    margin: 0;
    font-size: 21px;
    line-height: 30px;
    font-weight: 500
}

.main-slider-section [data-section-type="slideshow-section"],
.main-slider-section .main-slider-left .slideshow-wrapper {
    height: 100%
}

.main-slider-section .main-slider-inner .main-slider-right .right-banner:last-child {
    margin-bottom: 0
}

.main-slider-section .main-slider-inner .main-slider-right .right-banner img {
    width: 100%;
    border-radius: 15px;
    float: left
}

.main-slider-section .main-slider-inner .main-slider-left .slideshow {
    height: 100% !important
}

.banner-slideshow .mobile-top-image {
    display: none
}

.banner-slideshow .banner-slides img {
    border-radius: 10px;
    width: 100%;
}

.main-slider-section .main-slider-left .slick-dots li button {
    transition: all 0.2s ease 0s;
}

.banner-slideshow {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
    border-radius: 10px
}

.banner-slides {
    height: 100%;
    text-align: center
}

.banner-slideshow .prev,
.banner-slideshow .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: .6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none
}

.banner-slideshow .next {
    right: 0;
    border-radius: 3px 0 0 3px
}

.banner-slideshow .prev:hover,
.banner-slideshow .next:hover {
    background-color: rgba(0, 0, 0, 0.8)
}

.bannerdot {
    text-align: center;
    margin: 10px 0
}

.bannerdot .dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 20px;
    display: inline-block;
    transition: background-color .6s ease;
}

.bannerdot .active {
    background-color: #db1521;
    width: 30px;
    height: 10px;
    border-radius: 20px
}

.banner-slideshow .fade {
    animation-name: fade;
    animation-duration: 1.5s
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* Main banner slideshow end */


/* Homepage content style start */

.homepage-content-wrapper {
    display: inline-block;
    width: 100%;
}

.homepage-content-wrapper .title-wrapper {
    position: relative;
}

.homepage-content-wrapper .title-wrapper .product-category-tabs {
    position: absolute;
    right: 0;
    bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #404040;
    font-weight: 500;
}

.homepage-content-wrapper .title-wrapper .product-category-tabs li {
    margin-left: 40px;
}

.homepage-content-wrapper .title-wrapper .product-category-tabs li a {
    color: #404040;
}

.homepage-content-wrapper .title-wrapper .product-category-tabs li a:hover,
.homepage-content-wrapper .title-wrapper .product-category-tabs li a.active {
    color: var(--crimson);
}

.homepage-content-wrapper .title-wrapper .product-category-tabs li:first-child {
    margin-left: 0;
}

.homepage-content-wrapper .section-title {
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
    color: #161618;
    margin-bottom: 25px;
    letter-spacing: 0;
    position: relative;
    line-height: 1.3;
}

.homepage-content-wrapper .section-title span {
    position: relative;
}

.homepage-content-wrapper .section-title span:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    background: var(--crimson);
    height: 4px;
    width: 100%;
}

.offer-section {
    display: inline-block;
    width: 100%;
    margin-bottom: 50px
}

.offer-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.offer-section .box {
    width: calc(50% - 10px);
    background-size: cover;
    height: 210px;
    border-radius: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: relative;
    overflow: hidden
}

.offer-section .box>a {
    display: block
}

.offer-section .box.box-1 {
    background-position: bottom left
}

.offer-section .box.box-1 h3 {
    position: relative
}

.offer-section .box h3 {
    margin: 0;
    font-size: 49px;
    color: #fff;
    font-weight: 500
}

.offer-section .box h3 span {
    font-size: 24px
}

.offer-section .box h3 strong {
    font-weight: 500;
    font-size: 54px;
    display: block
}

.offer-section .box img {
    width: 100%;
    border-radius: 10px;
    height: auto
}

.collection-offer-sectin .offer-section .box:before {
    display: none
}

body.template-collection .offer-section {
    margin-bottom: 20px
}

.offer-section .box.box-2 h3 span {
    position: absolute;
    left: -29px;
    top: 44%;
    transform: rotate(-90deg)
}

/* Homepage content style end */


/* Footer style start */

.site-footer-item-tall {
    margin-bottom: 0
}

.footer-icons-new {
    padding: 0
}

.site-footer__newsletter .input-group__field,
.shopify-payment-button .site-footer__newsletter .input-group__btn .shopify-payment-button__button--unbranded,
.site-footer__newsletter .input-group__btn .btn,
.site-footer__newsletter .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded {
    min-height: 41px
}

.footer_mobile_accordion_new .accordion-page-title:after {
    color: #fff;
    top: 8px;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f142";
    transform: rotate(-90deg);
    font-size: 15px
}

.footer_mobile_accordion_new .accordion-page-title.active:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f142"
}

.footer_mobile_accordion_new .accordion-page-title {
    font-size: 14px;
    padding: 10px 20px 10px 0;
    font-weight: 400
}

.footer_mobile_accordion_new .accordion-page-desc {
    padding: 10px 0 5px;
    border: 0
}

.footer_mobile_accordion_new .accordion-page-main {
    margin: 15px 0 10px
}

.site-footer {
    font-family: 'Rubik', sans-serif;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 110px;
    font-size: 14px
}

.site-footer__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.site-footer__content .site-footer__item p,
.site-footer__content .site-footer__item .site-footer__linklist .site-footer__linklist-item,
.site-footer__content .site-footer__item .site-footer__linklist .site-footer__linklist-item a {
    color: #a7a7a7 !important
}

.site-footer__content .site-footer__item .site-footer__linklist .site-footer__linklist-item {
    white-space: nowrap
}

.site-footer .site-footer__item p.h4 {
    margin-bottom: 20px;
    border-bottom: 0;
    color: var(--white) !important;
    white-space: nowrap;
    padding-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    min-height: inherit;
    font-family: 'Rubik', sans-serif
}

.site-footer .footer_copyright_new {
    font-size: 14px;
    color: #a7a7a7
}

.site-footer .payment-icons .icon {
    height: 20px
}

.site-footer .site-footer__copyright-content,
.site-footer .site-footer__copyright-content.site-footer__copyright-content-powered-by,
.site-footer .site-footer__copyright-content.site-footer__copyright-content-powered-by a {
    font-size: 14px;
    color: #a7a7a7
}

.site-footer .site-footer__item .site-footer__item-inner.site-footer__item-inner--text_logo_contact p {
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    padding-top: 20px;
    margin-bottom: 0
}

.site-footer .site-footer__item .site-footer__item-inner.site-footer__item-inner--text_logo_contact p a {
    color: #a7a7a7;
    border-bottom: 0;
    font-size: 14px;
    text-decoration: underline
}

.footer_logo_main_new img {
    float: left;
    width: 100%;
    max-width: 188px
}

.site-footer__item-inner--newsletter .site-footer__newsletter .contact-form {
    margin-bottom: 15px
}

.site-footer__item-inner--newsletter .site-footer__newsletter .contact-form .input-group {
    background: var(--white);
    border-radius: 6px;
    min-width: 460px
}

.site-footer__item-inner--newsletter .site-footer__newsletter .contact-form .input-group .input-group__field.newsletter__input {
    height: 50px;
    min-height: inherit;
    border-radius: 6px 0 0 6px;
    border: 0;
    padding: 0 10px 0 18px;
    font-size: 14px;
    margin: 0;
    color: #a7a7a7;
    font-family: 'Rubik', sans-serif;
    width: calc(100% - 133px);
    -ms-flex-preferred-size: min-content;
    flex-basis: min-content
}

.site-footer__item-inner--newsletter .site-footer__newsletter .contact-form .input-group .input-group__field.newsletter__input::-webkit-input-placeholder {
    color: #a7a7a7 !important;
    opacity: 1 !important
}

.site-footer__item-inner--newsletter .site-footer__newsletter .contact-form .input-group .input-group__field.newsletter__input::-moz-placeholder {
    color: #a7a7a7 !important;
    opacity: 1 !important
}

.site-footer__item-inner--newsletter .site-footer__newsletter .contact-form .input-group .input-group__field.newsletter__input:-ms-input-placeholder {
    color: #a7a7a7 !important;
    opacity: 1 !important
}

.site-footer__item-inner--newsletter .site-footer__newsletter .contact-form .input-group .input-group__field.newsletter__input:-moz-placeholder {
    color: #a7a7a7 !important;
    opacity: 1 !important
}

.site-footer__item-inner--newsletter .site-footer__newsletter .contact-form .input-group button.btn.newsletter__submit {
    min-height: inherit;
    height: 50px;
    margin: 0;
    border-radius: 0 6px 6px 0;
    font-size: 18px;
    letter-spacing: 0;
    padding: 0 16px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    width: 100%;
}

.site-footer .site-footer__content .site-footer__item {
    width: auto;
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit
}


.footer_mobile_accordion_new .accordion-page-main {
    margin: 0;
    border: 0
}

.footer_mobile_accordion_new .accordion-page-main .accordion-page-list {
    border: 0
}

.footer_mobile_accordion_new .accordion-page-title {
    font-size: 14px;
    padding: 12px 40px 12px 20px;
    background: #292b2f;
    font-weight: 500;
    border-radius: 5px;
    margin-bottom: 5px
}

.footer_mobile_accordion_new .accordion-page-title:after {
    content: "";
    top: 14px;
    right: 16px;
    background: url('https://cdn.shopify.com/s/files/1/0704/4464/6709/files/right-arrow_2x_9da6ad87-b302-47c1-abe3-052f9346c982.png?v=1673778594') no-repeat 0 0;
    width: 18px;
    height: 12px;
    background-size: 18px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.footer_mobile_accordion_new .accordion-page-title.active:after {
    content: "";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

div#w3-product-accessories {
    margin-top: 35px !important;
    margin-left: 0 !important;
    width: 345px !important;
    padding: 10px 10px 0 10px;
    
}

.site-footer__hr {
    border-bottom: 1px solid #090909;
}

.site-footer .site-footer__item p.h4,
.site-footer__copyright-content a {
    color: #ffffff;
}

.site-footer {
    color: #ffffff;
    background-color: #222222;
}

.site-footer__rte a {
    border-bottom: 1px solid #ffffff;
}

.site-footer__rte a:hover,
.site-footer__linklist-item a:hover,
.site-footer__copyright-content a:hover {
    color: #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.site-footer__social-icons .social-icons__link:hover {
    color: #e6e6e6;
}

.site-footer__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex: 1 1 100%;
    -moz-flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 10px;
}

.site-footer__item:first-of-type {
    padding-left: 0;
}

.site-footer__item:last-of-type {
    padding-right: 0;
}

.site-footer__item-inner--newsletter {
    width: 100%;
}

.site-footer__item-inner--newsletter .newsletter__submit {
    margin-top: 5px;
}

.site-footer__item-inner--newsletter .newsletter__input {
    margin: 5px 0 0;
    width: 100%;
}

.site-footer__linklist-item {
    display: block;
    padding: 15px 0 3px;
}

.site-footer__linklist-item:last-of-type {
    padding-right: 0;
}

.site-footer__icon-list {
    padding-bottom: 30px;
}

.social-icons__item {
    padding: 0 4px;
}

.social-icons__link {
    display: block;
}

.site-footer__copyright-content {
    font-size: .8em;
}

.site-footer__payment-icons .payment-icon {
    margin-bottom: 5px;
    margin-left: 5px;
}

.site-footer__payment-icons .payment-icon:first-child {
    margin-left: 0;
}

.site-footer__content .site-footer__item .site-footer__newsletter .contact-form+p {
    margin-bottom: 20px;
}

.site-footer__content .site-footer__item .site-footer__newsletter p.h4.new-heading {
    margin-bottom: 0;
}

.social_left_new {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 0;
}

/* Footer style end */


/* Breadcrumbs styel start */

body.template-index .breadcrumb_text_new {
    margin: 0
}

.breadcrumbs ul li {
    display: flex;
    align-items: baseline
}

.breadcrumbs ul li i {
    display: initial
}

.breadcrumbs,
.breadcrumbs a {
    color: #232f3e
}

.breadcrumbs {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .28px;
    text-transform: capitalize;
    font-family: Rubik, sans-serif
}

.breadcrumbs ul {
    display: flex
}

.breadcrumbs ul li {
    padding: 0 0 0 15px
}

.breadcrumbs ul li:first-child {
    padding-left: 0
}

.breadcrumbs ul li strong,
.product-bottom-section .product-tabs-wrapper .tabcontent .info-row h4 strong,
.product-main-section .product-info-wrapper .review-section .sku span {
    font-weight: 500
}

.breadcrumbs ul li i {
    margin-right: 15px;
    font-size: 12px
}

.social_left_new li:first-child {
    padding-left: 0;
}

.list--inline>li:nth-last-child(-n+3) {
    margin-bottom: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

.social-icons__item:last-of-type {
    padding-right: 0;
}

/* Breadcrumbs styel end */


/* Back to top button style start */

#button-top {
    display: inline-block;
    background-color: #db1521;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 85px;
    right: -3px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button-top:hover {
    cursor: pointer;
    background-color: #333;
}

#button-top:active {
    background-color: #555;
}

#button-top.show {
    opacity: 1;
    visibility: visible;
}

/* Back to top button style end */


/* Collection page style start  */

.collections-container {
    display: flex;
    justify-content: space-between;
    white-space: wrap;
    position: relative;
    padding-bottom: 70px;
}

.sortby-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.sortby-wrapper .sort-by {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sortby-wrapper .sort-by .sortby-toolbar label {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin-right: 5px;
    width: 80px;
    margin-bottom: 0;
}

.sortby-wrapper .sort-by .sortby-toolbar .sortby-dropdown {
    width: 100%;
    padding: 12px 10px;
    border: 1px solid #ddd;
    background-color: transparent;
}

.sortby-wrapper .sort-by .sortby-toolbar,
.sortby-wrapper .sort-by .filter-button-mobile {
    width: calc(50% - 8px);
}

/* Collection banner style start  */

.banner_img_new {
    margin-bottom: 15px;
    text-align: center;
}

.banner_img_new img {
    max-width: 100%;
    display: flex;
    margin-right: 0;
    margin-left: auto;
}

.desktop_image_new {
    width: 100%;
}

.mobile_image_new {
    width: 100%;
    display: none !important;
}

/* Collection banner style end  */

/* Collection filter style start  */



.filter-sidebar {
    width: 100%;
}

.filter-sidebar .filter-content {
    display: inline-block;
    width: 100%;
}

.selected-filters-options>span {
    width: 100%;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}

.filter-sidebar .filter-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.filter-sidebar .filter-content .filter-option-title {
    text-align: left;
    font-size: 16px;
    letter-spacing: .95px;
    display: flex;
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    color: #272626;
    padding: 0;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 3px;
    font-weight: 600;
}


.filter-sidebar .filter-option-content {
    display: none;
}

.filter-sidebar .filter-option-content .options-list {
    padding: 10px 0;
    margin: 0;
    text-transform: capitalize;
}

.filter-sidebar .filter-option-content .options-list li {
    margin-bottom: 5px;
    list-style: none;
}

.filter-sidebar .filter-option-content .options-list>li>a {
    display: block;
    line-height: 2;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
    font-size: 14px;
}

.filter-sidebar .filter-option-content .options-list>li>a:hover {
    text-decoration: underline;
}

.filter-sidebar .filter-option-content .options-list>li>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #e8e8e1;
    height: 16px;
    width: 16px;
}

.filter-sidebar .filter-option-content .options-list>li>a.options-item--active:before {
    background-color: #000;
    border-color: #000;
}

.filter-sidebar .filter-option-content .options-list>li>a.white:before {
    background-color: #fff;
}

.filter-sidebar .filter-option-content .options-list>li>a.green:before {
    background-color: green;
}

.filter-sidebar .filter-option-content .options-list>li>a.red:before {
    background-color: red;
}

.filter-sidebar .filter-option-content .options-list>li>a.orange:before {
    background-color: orange;
}

.filter-sidebar .filter-option-content .options-list>li>a.grey:before {
    background-color: grey;
}

.filter-sidebar .filter-option-content .options-list>li>a.light-blue:before {
    background-color: rgb(79, 129, 221);
}

.filter-sidebar .filter-option-content .options-list>li>a.blue:before {
    background-color: blue;
}

.filter-sidebar .filter-option-content .options-list>li>a.purple:before {
    background-color: purple;
}

.selected-filters-options {
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    padding: 15px;
    position: relative;
    border-radius: 6px;
    margin-bottom: 25px;
}

.selected-filters-options .selected-option-item {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.65px;
    line-height: 16px;
    margin-bottom: 10px;
    color: rgb(45, 45, 45);
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.selected-filters-options .selected-option-item svg {
    margin-left: 0;
    width: 15px;
    height: 15px;
}

.selected-filters-options .clear-all-btn {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 15px;
}

.selected-filters-options .selected-option-item .filter-selected-value {
    font-weight: 700;
}

.selected-filters-options.selected-filters-options-mobile {
    margin: 10px 0;
    border-bottom: dashed 1px #979797;
    padding-bottom: 10px;
    width: 100%;
    justify-content: center;
}

.filter-sidebar .filter-content>.filter-form>.filter-group {
    border-bottom: 0;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 25px;
}

.filter-sidebar .filter-group .options-list {
    text-transform: capitalize;
    max-height: 220px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
}

.filter-sidebar .filter-group .options-list {
    scrollbar-width: none;
    scrollbar-color: #000000 #ebebeb;
}

.filter-sidebar .filter-group .options-list::-webkit-scrollbar {
    width: 4px;
}

.filter-sidebar .filter-group .options-list::-webkit-scrollbar-track {
    background: #ebebeb;
}

.filter-sidebar .filter-group .options-list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border: 4px none #ffffff;
}

.filter-sidebar .filter-group .options-list li {
    margin-bottom: 5px;
    list-style: none;
}

.filter-sidebar .filter-group .options-list>li>label {
    display: block;
    line-height: 2;
    color: #222;
    text-decoration: none;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}

.filter-sidebar .filter-group .options-list>li>label input[type="checkbox"] {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    display: none;
}

.filter-sidebar .filter-group .options-list>li>label input[type="checkbox"]+span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #a7a7a7;
    height: 14px;
    width: 14px;
}

.filter-sidebar .filter-group .options-list>li>label input[type="checkbox"]:disabled+span {
    opacity: 0.3;
    cursor: not-allowed;
}

.filter-sidebar .filter-group .options-list>li>label input[type="checkbox"]:checked+span:after {
    content: '';
    width: 9px;
    height: 6px;
    border: 2px solid #000;
    border-top: none;
    border-right: none;
    background: 0 0;
    -ms-transform: rotate(-50deg);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 10px;
    left: 4px;
}

.filter-form .filter-group-display__price-range {
    font-size: 14px;
    display: flex;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    justify-content: space-between;
    flex-wrap: wrap;
}

.filter-form .filter-group-display__price-range>div {
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
}

.filter-form .filter-group-display__price-range>div>span {
    width: 15px;
}

.filter-form .filter-group-display__price-range input {
    border-radius: 0;
    border: #e3e3e3 solid 1px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    height: 36px;
    color: #000;
}

.filter-form .filter-group-display__price-range input::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.filter-form .filter-group-display__price-range input::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.filter-form .filter-group-display__price-range input:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.filter-form .filter-group-display__price-range input:-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.filter-form .filter-group-display__price-range+.filter-group-display__submit input[type="submit"] {
    padding: 5px 10px;
    border: solid 1px #979797;
    margin: 4px 6px 3px 0;
    font-size: 11px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}


.filter-form .price-range-slider {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}

.filter-form .price-range-slider #slider-range {
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    border-top: 2px solid #3D4246;
    background: transparent;
}

.filter-form .price-range-slider #slider-range .ui-slider-range {
    height: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
}

.filter-form .price-range-slider .ui-slider-handle {
    width: 18px;
    border-radius: 100%;
    background: #fff;
    height: 18px;
    border-color: #3D4246;
    top: -10px;
}

.filter-form .price-range-slider #stepsCount {
    display: flex;
    justify-content: space-between;
}

.filter-form .price-range-slider #stepsCount .step {
    position: relative;
    font-size: 12px;
}

.filter-form .price-range-slider #stepsCount .step:before {
    content: "";
    width: 1px;
    height: 10px;
    background: #3D4246;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

/* Collection filter style end  */


/* Collection grid style start  */

.top-offer-logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 95px;
    z-index: 1;
}

.collections-grid {
    padding-left: 25px;
    width: 80%;
}

.collections-grid__wrapper {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.collections-grid__wrapper+ul {
    margin-top: 25px;
}

.collections-grid__item {
    background: var(--white);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.16);
    border-radius: 6px;
    padding: 15px;
    display: block;
    position: relative;
}

.collections-grid__item .box-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.collections-grid__item .product-info .product-details .offer-logo {
    position: absolute;
    bottom: 15px;
    left: 15px;
    max-width: 70px;
}

.warehouse_clearance_off_new {
    width: 73px;
    height: 73px;
    left: 0;
    top: 0;
    text-transform: uppercase;
    font-size: 9px;
    line-height: 10px;
    background: url(/cdn/shop/files/yellow-bg.png?v=1673012601);
    background-size: cover;
    position: absolute;
    text-align: center;
    color: #fff;
    font-weight: 700;
    z-index: 1;
}

.warehouse_clearance_off_new .save_tag_in_new {
    transform: rotate(-45deg);
    margin: 18px 0 0 -17px;
}

.collections-grid__item .product-info .product-details .offer-logo img {
    float: left;
}

.collections-grid__item .product-label-and-sku-wrapper {
    color: var(--victoria-color);
    font-size: 12px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.collections-grid__item .product-label-and-sku-wrapper .product-sku {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0;
    padding-right: 0;
}

.collections-grid__item .product-label-and-sku-wrapper .product-sku span {
    font-weight: 500;
}

.collections-grid__item .product-info {
    display: inline-block;
    width: 100%;
}

.collections-grid__item .product-info a {
    display: block;
}

.collections-grid__item .product-info .product-image {
    width: 100%;
    display: inline-block;
    padding: 0 20px;
}

.collections-grid__item .product-info .product-image__wrapper {
    display: inline-block;
    width: 100%;
}

.collections-grid__item .product-info .product-image__container {
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: block;
    padding-bottom: 100%;
}

.collections-grid__item .product-info .product-image img {
    height: auto;
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* width: auto; */
    width: 100%;
}

.collections-grid__item .product-info .product-details {
    margin: 0;
    padding: 10px 0 0 0;
}

.collections-grid__item .product-info .product-details h3 {
    font-size: 14px;
    font-weight: 500;
    color: #232f3e;
    line-height: 18px;
    margin-bottom: 15px;
    max-height: 38px;
    height: 38px;
    overflow: hidden;
}

.collections-grid__item .product-info .product-details h3 a {
    color: #232f3e;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    line-height: 18px;
    min-height: 38px;
    margin-bottom: 10px;
    height: 38px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    display: -webkit-box;
}

.collections-grid__item .product-info .product-details .price-wrapper {
    font-size: 14px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}

.collections-grid__item .product-info .product-details .price-wrapper .normal-price {
    font-weight: 500;
    color: #404040;
    text-align: right;
}

.collections-grid__item .product-info .product-details .price-wrapper .normal-price strong {
    display: block;
    font-size: 12px;
    color: #a7a7a7;
    font-weight: 500;
}

.collections-grid__item .product-info .product-details .bottom-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
}

.collections-grid__item .product-info .product-details .bottom-details .add-to-cart .cart-btn {
    color: #fff;
    background: #db1521;
    padding: 6px 10px;
    font-weight: 500;
    display: block;
    border-radius: 4px;
    white-space: nowrap;
    text-transform: capitalize;
}

.collections-grid__item .product-info .product-details .bottom-details .add-to-cart .cart-btn.sold-out {
    background: #808080;
    cursor: not-allowed;
}

/* Collection grid style end  */

#AjaxinatePagination {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 700;
}

#AjaxinatePagination a {
    color: var(--crimson);
}

/* Collection page end */


/* PDP page start */

.product-main {
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;
}

.product__main-container {
    margin-bottom: 50px;
    background: #fff;
    padding: 40px 20px 30px;
    box-shadow: 0 1px 6px #00000029;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
}

.product__main-container .product__main--main-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 36px);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.product__main-container .product__main--main-slider .product-page-label {
    position: absolute;
    left: 120px;
    top: 0;
    width: 75px;
    z-index: 1;
}

.product__main-container .product__main--main-slider .sku {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    color: #533a74;
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 0 0 0 5px;
}

.product__main-container .product__main--main-slider .sku label {
    margin-bottom: 0;
}

.product__main-container .product__main--main-slider .sku span {
    font-weight: 500;
}

.product__main-container .product__main--main-slider .slick-track {
    display: block !important;
}

.product__main-container .product__main--main-slider .slick-track .slick-slide {
    height: 100% !important;
}

.product__main-container .product__main--main-slider .slick-vertical .slick-track .slick-slide {
    height: auto !important;
    position: relative;
}


.product__main-container .product__main--main-slider .product-thumb {
    width: 120px;
}

.product__main-container .product__main--main-slider .product-thumb .slick-list {
    padding: 4px 10px 0;
}

.product__main-container .product__main--main-slider .product-thumb .slick-list .slick-slide {
    box-shadow: 0 0 3px #00000029;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.product__main-container .product__main--main-slider .slick-vertical .slick-track .slick-slide .thumb-image-wrapper {
    position: relative;
    padding-bottom: 100%;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}

.product__main-container .product__main--main-slider .slick-vertical .slick-track .slick-slide .thumb-image-wrapper img {
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    left: 0;
    transform: translateY(-50%);
}

.product__main-container .product__main--main-slider .product-thumb .slick-list .slick-slide.slick-current {
    border: 1px solid #979494;
}

.product__main-container .product__main--main-slider .product-thumb .slick-list img {
    border-radius: 5px;
}

.product__main-container .product__main--main-slider .product-main-image {
    width: calc(100% - 120px);
}

.product__main-container .product__main--main-slider .product-main-image img {
    width: 100%;
}

.product__main-container .product__main--main-slider .product-main-image .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    display: inline-block;
    width: 100%;
    margin-top: 50%;
    transform: translateY(-50%);
}

.product__main-container .product__main--main-slider .product-main-image .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product__main-container .product__main--main-slider .product-thumb .slick-arrow {
    position: relative;
    left: auto;
    width: 100%;
    display: inline-block;
    text-align: center;
    right: 0;
    top: 0;
    transform: none;

}

.product__main-container .product__main--main-slider .product-thumb .slick-arrow:before {
    content: "";
    background: url('/cdn/shop/files/left_arrow.png?v=1690969248') no-repeat 0 0;
    background-size: auto 20px;
    height: 20px;
    width: 14px;
    display: inline-block;
    transform: rotate(90deg);
}

.product__main-container .product__main--main-slider .product-thumb .slick-arrow.slick-prev {
    margin-bottom: 5px;
}

.product__main-container .product__main--main-slider .product-thumb .slick-arrow.slick-next {
    margin-top: 5px;
}

.product__main-container .product__main--main-slider .product-thumb .slick-arrow.slick-next:before {
    transform: rotate(-90deg);
}

.product__main-container .product__details-main {
    width: calc(50% - 36px);
}

.product__main-container .product__details-main .grid {
    margin: 0;
}

.product__main-container .product__details-main .product-main__title {
    font-size: 24px;
    color: #222;
    font-weight: 400;
    letter-spacing: .48px;
    margin-bottom: 25px;
}

#shopify-section-header {
    position: relative;
    z-index: 10;
}

.review-section {
    display: flex;
    font-size: 14px;
    margin-bottom: 20px;
}

span.x-vat-price-custom {
    font-size: 12px !important;
    font-weight: 500;
    color: #a7a7a7 !important
}

.template-product .price-item--sale,
.template-product .price__regular .price-item--regular {
    font-size: 30px;
    color: #000;
    letter-spacing: -.675px;
    line-height: 30px;
    display: flex;
}

.template-product .price-item--sale {
    align-items: flex-end;
}

.template-product .price__regular .price-item--regular span {
    font-size: 12px;
    line-height: 12px !important;
    font-weight: 700;
    color: #838383;
    letter-spacing: 0;
    margin: 0 0 3px 4px;
    position: relative;
    vertical-align: middle
}

.product__main-container .product__details-main .price-wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #888
}

.product__main-container .product__details-main .price-wrapper .price-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    letter-spacing: .28px
}

.product__main-container .product__details-main .price-wrapper .price-container .price {
    font-size: 24px;
    color: #404040;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    margin-bottom: 0;
}

.product__main-container .product__details-main .price-wrapper .price-container .new-price,
.product__main-container .product__details-main .price-wrapper .price-container .old-price {
    margin-right: 25px
}

.product__main-container .product__details-main .price-wrapper .price-container .old-price .price {
    text-decoration: line-through;
    color: #a7a7a7;
    font-weight: 400
}

.product__main-container .product__details-main .price-wrapper .price-container .discount-price {
    color: #fff;
    background: #61d88e;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 14px
}

.product__main-container .product__details-main .delivery-info {
    margin-bottom: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: .36px;
    color: #000
}

.product__main-container .product__details-main .delivery-info .delivery-info-wrapper {
    border: 1px solid #d8d8d8;
    padding: 15px;
    border-radius: 10px;
    line-height: 35px;
    padding-bottom: 20px
}

.product__main-container .product__details-main .delivery-info p {
    color: #000
}

.product__main-container .product__details-main .delivery-info>div:first-child {
    margin-right: 40px
}

.product__main-container .product__details-main .delivery-info>div svg {
    margin-right: 20px
}

.delivery-info .delivery-info-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start
}

.delivery-info .delivery-info-container .delivery-info-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 38px
}

.delivery-info .delivery-info-container .delivery-info-content h4 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    letter-spacing: .36px
}

.delivery-info .delivery-info-container .delivery-info-content p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .32px
}

.delivery-info .delivery-info-container .delivery-info-wrapper .delivery-info-content {
    margin-left: 19px
}

.product__main-container .product__details-main .delivery-info>div:nth-child(1) {
    margin-right: 0 !important
}

.delivery-info .delivery-info-container .delivery-info-wrapper .delivery-info-image {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.delivery-info .delivery-info-container .delivery-info-wrapper .delivery-info-content {
    margin-left: 19px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.delivery-info .delivery-info-container .delivery-info-wrapper:last-child {
    margin-right: 0
}

.product-single__view-in-space:focus .product-single__view-in-space-text,
.product-single__view-in-space:hover .product-single__view-in-space-text {
    border-bottom-color: #272626
}

.product-single__view-in-space svg.icon {
    height: 1.6666666667em;
    width: 1.6666666667em;
    margin-top: -3px;
    margin-right: 2.43px;
    fill: transparent
}

.product-single__view-in-space svg.icon .icon-3d-badge-full-color-outline {
    stroke: none
}

.product-single__view-in-space svg.icon .icon-3d-badge-full-color-element {
    fill: #272626;
    opacity: 1
}

.product-single__view-in-space-text {
    border-bottom: 1px solid transparent
}

body .delivery-info .delivery-info-container {
    gap: 30px
}

body .delivery-info .delivery-info-container .delivery-info-wrapper {
    margin: 0
}

.product__main-container .product__details-main .product-description {
    margin-bottom: 5px;
    font-size: 14px;
    color: #222;
    letter-spacing: .28px;
}

.product__main-container .product__details-main .product-description ul {
    color: #222;
    line-height: 27px;
}

.product__main-container .product__details-main .product-description li {
    padding-left: 22px;
    position: relative;
}

.product__main-container .product__details-main .product-description li:before {
    content: "\f054";
    position: absolute;
    color: #ed1b30;
    margin-right: 12px;
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    left: 0;
    top: 0;
}

.product-form {
    width: auto;
    padding-top: 10px;
}

.product-form--payment-button-no-variants {
    max-width: initial;
}

.product-form__error-message-wrapper {
    display: flex;
    flex-basis: 100%;
    padding: .5rem 0;
    margin: 0 .3333333333em 20px;
    padding: .5rem 0;
}

.product-form__error-message-wrapper--hidden {
    display: none;
}

.template-product .product-form__controls-group {
    max-width: 100% !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    display: none;
}



.product__main-container .product__details-main .add-to-cart-wrapper,
.product__main-container .product__details-main .add-to-cart-wrapper .qty-wrapper {
    display: inline-block;
    width: 100%;
}


.product__main-container .product__details-main .add-to-cart-wrapper,
.product__main-container .product__details-main .add-to-cart-wrapper .qty-wrapper {
    display: inline-block;
    width: 100%
}

.product__main-container .product__details-main .add-to-cart-wrapper .qty-wrapper label {
    font-size: 16px;
    color: #000;
    letter-spacing: .32px
}

.product__main-container .product__details-main .add-to-cart-wrapper .qty-wrapper .add-cart-section,
.product__main-container .product__details-main .delivery-info>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 10px;
}

.product__main-container .product__details-main .add-to-cart-wrapper .qty-wrapper .add-cart-section .wishlist-icon {
    width: 45px;
    height: 45px;
    text-align: center;
    border: 1px solid #d8d8d8;
    border-radius: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product__main-container .product__details-main .add-to-cart-wrapper .qty-wrapper .add-cart-section .qty-input {
    width: 130px;
    margin-right: 0;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.product__main-container .product__details-main .add-to-cart-wrapper .qty-wrapper .add-cart-section .qty-input input.qty-text {
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 0;
    border: 0;
    width: 30px;
    height: 45px;
    display: inline-block
}

.product__main-container .product__details-main .add-to-cart-wrapper .qty-wrapper .add-cart-section .qty-input a.decrease,
.product__main-container .product__details-main .add-to-cart-wrapper .qty-wrapper .add-cart-section .qty-input a.increase {
    font-size: 16px;
    font-weight: 500;
    color: #000
}

.product__main-container .product__details-main .add-to-cart-wrapper .qty-wrapper .add-cart-section button.btn.addtocart-btn {
    min-width: 200px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    background: #ed1b30;
    letter-spacing: 0;
    padding: 13px 15px;
    margin-left: 50px
}

.product__main-container .product__details-main .add-to-cart-wrapper .btn[aria-label="Sold out"] {
    background: #999;
    cursor: not-allowed;
}

.product__tabs-wrapper .tab .download-btn {
    background: #242f3d;
    border-color: #e11125;
    color: #fff;
}

.product__tabs-wrapper .tab .download-btn:hover {
    background-color: #fff;
    color: #ac111a;
    border-color: #ac111a;
}

.qty-new .product-form__item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    width: auto;
    flex-basis: inherit;
    margin-right: 15px;
}

.bogof_message_new {
    padding: 0 0 15px;
    font-size: 15px;
    color: #de0404;
    font-weight: 600;
    white-space: normal;
}

.product-form__item label {
    line-height: 14px;
    font-weight: 700;
    display: block;
}

.qty-new .product-form__item label {
    margin: 0;
    padding: 0
}

.qty-new .product-form__item .qty-input.quantity-box {
    margin-bottom: 0 !important
}

.product-form__item--payment-button,
.quantity_plus_minus_new {
    padding: 0
}

.quantity_plus_minus_new .quantity-box {
    font-size: 0;
    margin-top: 0
}

.quantity_plus_minus_new .quantity-box input {
    display: inline-block;
    vertical-align: middle;
    border-radius: 0;
    border-color: #b5b5b5
}

.quantity_plus_minus_new .product-form__input {
    width: 90px;
    border-left: 0;
    border-right: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
    min-height: 32px;
    padding: 0
}

.quantity_plus_minus_new .quantity-btn {
    width: 34px;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
    cursor: pointer;
    outline: 0;
    min-height: 32px;
    border: 1px solid #ccc;
    background-color: #fff;
    max-width: 100%;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle
}

.price__regular,
.price__sale {
    margin-right: 0
}

.price__sale {
    display: none
}

.price dl {
    margin-top: 0
}

.price dd {
    margin: 0 .5em 0 0
}

.price--unavailable {
    visibility: hidden
}

.price--compare-price-hidden .price__compare {
    display: none
}

.price__pricing-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: right
}

.price__regular {
    display: block
}

.price--on-sale .price__availability,
.price--on-sale .price__regular {
    display: none
}

.price__availability {
    display: none;
    color: #272626;
    font-size: .9em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px
}

.price--sold-out .price__availability {
    display: block
}



.price--on-sale .price__sale {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.template-product .price dd {
    line-height: 12px;
}

.template-product .price--on-sale .price__sale {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.price__vendor {
    color: #272626;
    font-size: .9em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 5px 0 10px;
    width: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%
}

.price__vendor--listing {
    margin: 0 0 4px
}

.price__unit {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    flex-basis: 100%;
    display: none
}

.price--unit-available .price__unit {
    display: block
}

.price-item {
    color: #272626;
    font-weight: 700
}

.price-item--sale {
    color: #ea0606
}

.price--on-sale .price-item--regular {
    text-decoration: line-through
}

.price-unit-price {
    color: #272626;
    font-size: .8em
}

.price-item__label {
    display: inline-block;
    white-space: nowrap;
    font-weight: 700
}

.price__badges {
    margin-top: 0
}

.price__badge {
    display: none;
    align-self: center;
    text-align: center;
    font-size: .5em;
    line-height: 1em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: #fff;
    border: 1px solid #272626;
    border-radius: 2px;
    padding: .2rem .5rem
}

.price__badge--sale {
    color: #fff;
    border-color: #ea0606;
    background-color: #ea0606
}

.price--on-sale .price__badge--sale {
    display: flex
}

.price--sold-out .price__badge--sale {
    display: none
}

.price__badge--sold-out {
    color: #272626;
    border-color: #272626
}

.price--sold-out .price__badge--sold-out {
    display: flex
}

.price__badges--listing {
    margin-top: .5rem
}

.price__badges--listing .price__badge {
    font-size: .6em;
    padding: .25rem .55rem
}

.product-single__thumbnail {
    display: block;
    margin: -2px 0 8px;
    min-height: 88px;
    position: relative;
    border: 2px solid transparent
}

.product-single__thumbnail:not([disabled]):not(.active-thumb):hover {
    opacity: .8
}

.product-single__thumbnail-image {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 2px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-single__thumbnail-badge {
    width: 22px;
    height: 22px;
    position: absolute;
    pointer-events: none;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%)
}

.product-single__thumbnail-badge .icon {
    fill: #fff;
    width: 100%;
    height: 100%;
    vertical-align: baseline
}

.product-single__thumbnail-badge .icon-3d-badge-full-color-outline,
.product-single__thumbnail-badge .icon-video-badge-full-color-outline {
    stroke: #2726260d
}

.product-single__thumbnail-badge .icon-3d-badge-full-color-element,
.product-single__thumbnail-badge .icon-video-badge-full-color-element {
    fill: #272626
}

.product-featured-media {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px)
}

.no-js .product-featured-media {
    position: relative
}

.product-single__media-group--full {
    margin-bottom: 30px
}

.product-single__media-wrapper {
    margin: 0 auto;
    width: 100%
}

.product-single__media {
    margin: 0 auto;
    min-height: 1px;
    width: 100%;
    height: 100%;
    position: relative
}

.product-single__media .media-item,
.product-single__media .plyr,
.product-single__media .shopify-model-viewer-ui,
.product-single__media iframe,
.product-single__media img,
.product-single__media model-viewer,
.product-single__media>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%
}

.product-single__media .media-item,
.product-single__media .media-video,
.product-single__media .plyr,
.product-single__media .plyr__video-wrapper,
.product-single__media .shopify-model-viewer-ui,
.product-single__media iframe,
.product-single__media model-viewer {
    height: 100%
}

.product-single__media--video {
    background-color: #f2f2f2
}

.product-single__view-in-space {
    background-color: #27262614;
    border: 0;
    width: 100%;
    min-height: 44px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    font-size: 1em;
    color: #272626
}

.product-single__view-in-space[data-shopify-xr-hidden] {
    visibility: hidden
}

.product-bottom__wrapper .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-bottom__wrapper .product__tabs {
    width: 74%;
}

.product-bottom__wrapper .recently__products {
    width: 24.5%;
}

.product__main-container .product__details-main .add-to-cart-wrapper .btn {
    height: 50px;
    min-width: 200px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    border-radius: 4px;
    display: block;
    width: 100%;
    line-height: 1.4;
    padding: 10px 5px;
    white-space: normal;
    margin: 0 0 10px;
    min-height: 44px;
}


.product__tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
}

.product__tabs-wrapper input[type="radio"] {
    display: none;
}

.product__tabs-wrapper label {
    position: relative;
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
    color: #000;
    font-weight: 500;
    padding: 0 16px 22px;
    font-size: 18px;
    letter-spacing: .36px;
}

.product__tabs-wrapper label span {
    position: relative;
}

.product__tabs-wrapper input[type="radio"]:checked+label span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    background: 0 0;
    background-color: #ed1b30;
    width: 100%;
    height: 6px;
}

.product__tabs-wrapper .tab {
    width: 100%;
    padding: 36px 20px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 1px 6px #00000029;
    order: 1;
    display: none;
}

.product__tabs-wrapper input[type="radio"]:checked+label+.tab {
    display: block;
}

.product__tabs-wrapper .tab h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
    font-weight: 400;
    letter-spacing: .32px;
}

.product__tabs-wrapper .tab p {
    color: #272626;
    margin: 0 0 20px;
}

.product__tabs-wrapper .tab h4 {
    font-size: 1.1333333333em;
    margin: 0 0 18px;
}

.product__tabs-wrapper label[for="Description"]+.tab {
    max-height: 800px;
    overflow-y: auto;
}

.product-form__variants {
    display: none;
}

.product-main .slick-dots li button:before {
    content: none
}

.product-main .slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: #a7a7a7;
    padding: 0;
    -webkit-transition: .2s;
    transition: .2s
}

.product-main .slick-dots li.slick-active button {
    background: rgb(237 27 48);
    width: 30px
}

/* PDP page end */


/* Cart popup start */

.cart-popup-wrapper {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 99999;
    border: 1px solid #d1d1d1;
    transform: translateY(0);
    transition: all .4s cubic-bezier(.29, .63, .44, 1)
}

.cart-popup-wrapper--hidden {
    display: none;
    transform: translateY(-100%)
}

.cart-popup {
    padding: .2rem 1.5rem 1rem
}

.cart-popup__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #d1d1d1
}

.cart-popup__heading {
    flex-grow: 1;
    padding: .5rem 0;
    margin: 0;
    color: #272626;
    line-height: 1.2em;
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: .8666666667em;
    font-weight: 400
}

.cart-popup__close {
    padding: .9rem;
    margin-right: -.9rem;
    background-color: transparent;
    border: 0;
    line-height: 0
}

.cart-popup__close .icon-close {
    width: 1rem;
    height: 1rem;
    fill: currentColor
}

.cart-popup__close:focus,
.cart-popup__close:hover {
    color: #4e4c4c
}

.cart-popup-item {
    display: flex;
    margin: 1rem 0
}

.cart-popup-item__image-wrapper {
    position: relative;
    flex-basis: 18%;
    flex-shrink: 0;
    margin-right: 1rem;
    text-align: center
}

.cart-popup-item__image {
    display: block;
    margin: 0 auto;
    max-height: 95px
}

.cart-popup-item__image--placeholder {
    position: relative;
    width: 100%
}

.cart-popup-item__description {
    display: flex;
    color: #272626;
    flex-basis: 100%;
    justify-content: space-between;
    line-height: 1.2rem
}

.cart-popup-item__title {
    color: #272626;
    font-size: 1.1333333333em;
    font-weight: 400;
    margin-bottom: 0
}

.cart-popup-item__quantity {
    flex-basis: 30%;
    flex-shrink: 0;
    margin-left: 1rem;
    text-align: right;
    font-size: .8666666667em
}

.cart-popup__cta-link {
    width: 100%
}

.cart-popup__dismiss {
    margin-top: .5rem;
    text-align: center
}

.cart-popup__dismiss-button {
    font-size: .8666666667em
}


body .cart-popup-wrapper {
    box-shadow: 0 1px 6px #00000029;
    border: 0;
    border-radius: 10px;
    top: 15px;
    right: 15px
}

body .cart-popup-wrapper .cart-popup {
    box-shadow: none;
    padding: 0;
    border-radius: 10px
}

body .cart-popup-wrapper .cart-popup .cart-popup__header {
    border: 0;
    background: #f1f1f1;
    border-radius: 10px 10px 0 0;
    padding: 10px 20px
}

body .cart-popup-wrapper .cart-popup .cart-popup__header h2 {
    padding: 0;
    font-weight: 700
}

body .cart-popup-wrapper .cart-popup .cart-popup__header button.cart-popup__close {
    padding: 10px
}

body .cart-popup-wrapper .cart-popup .cart-popup-item {
    padding: 20px;
    margin: 0
}

body .cart-popup-wrapper .cart-popup .cart-popup-item .cart-popup-item__description {
    padding-right: 20px
}

body .cart-popup-wrapper .cart-popup .cart-popup-item .cart-popup-item__image-wrapper {
    flex-basis: 25%
}

body .cart-popup-wrapper .cart-popup .cart-popup-item .cart-popup-item__description .cart-popup-item__quantity {
    text-align: left;
    margin: 15px 0 0
}

body .cart-popup-wrapper .cart-popup .cart-popup-item .cart-popup-item__description .cart-popup-item__quantity span {
    text-transform: uppercase
}

body .cart-popup-wrapper .cart-popup .cart-popup-item .cart-popup-item__description .cart-popup-item__quantity span:last-of-type {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600
}

body .cart-popup-wrapper .cart-popup a.cart-popup__cta-link {
    width: calc(100% - 40px);
    margin: 10px 20px 10px;
    background: #ed1b30;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: capitalize;
    border-radius: 5px
}

body .cart-popup-wrapper .cart-popup .cart-popup__dismiss {
    margin: 0;
    padding: 10px 20px 25px;
    text-align: left
}

body .cart-popup-wrapper .cart-popup .cart-popup__dismiss button.vipul-button {
    font-size: 14px;
    text-decoration: none;
    border: 0;
    color: #232f3e;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: transparent;
}

/* Cart popup end */


/* Cart page style start */

.empty-page-content {
    padding: 125px 55px;
}

.btn--has-icon-after .icon {
    margin-left: 10px;
}

.cookie-message {
    display: none;
    padding-bottom: 25px;
}

.empty-page-content h1 {
    font-size: 2.3333333333em;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 17.5px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
}

p.cart--empty-message {
    color: #272626;
    margin: 0 0 19.4444444444px;
}



.cart-header {
    margin-bottom: .7rem;
    text-align: center
}

.cart-header__title {
    margin-bottom: .5rem
}

.cart {
    color: #272626
}

.cart td,
.cart th {
    border: 0
}

.cart td {
    padding-top: 22px;
    padding-bottom: 22px
}

.cart th {
    font-weight: 400;
    font-size: .8666666667em;
    text-transform: uppercase;
    padding: 27.5px 22px
}

.cart td:first-child,
.cart th:first-child {
    padding-left: 0
}

.cart td:first-child.cart__removed-product,
.cart th:first-child.cart__removed-product {
    padding: 1rem 0 1.2rem .5rem
}

.cart td:last-child,
.cart th:last-child {
    padding-right: 0
}

.cart dd {
    margin-left: 0
}

.cart__meta {
    width: 50%
}

.cart__product-information {
    display: flex
}

.cart__image-wrapper {
    padding-right: 1.5rem;
    flex: 5rem 0 0
}

.cart__qty {
    margin-top: 1em
}

.cart__qty-label {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.cart__qty-input {
    text-align: center;
    width: 60px;
    padding-left: .3333333333em;
    padding-right: .3333333333em;
}

.cart__error-message-wrapper,
.cart__qty-error-message-wrapper {
    line-height: 1.2
}

.cart__error-message-wrapper .icon-error,
.cart__qty-error-message-wrapper .icon-error {
    margin-top: 0
}

.cart__qty-error-message-wrapper--desktop {
    display: none
}


.cart__qty-error-message-wrapper--mobile {
    display: block
}

.cart__error-message,
.cart__qty-error-message {
    font-size: .8666666667em;
    color: #272626;
    vertical-align: middle
}

.cart__error-message-wrapper {
    margin-top: 1rem
}

.cart__row {
    border-bottom: 1px solid #d1d1d1
}

.cart__row p {
    margin-bottom: 0
}

.cart__row p+p {
    margin-top: 10px
}

.cart__row td {
    vertical-align: top
}

.cart__row--heading {
    color: #272626
}

.cart__removed-product-details {
    font-weight: 700
}

.cart-subtotal__title {
    font-size: 1.1333333333em
}

.cart-subtotal__price {
    padding-left: 27.5px
}

.cart__footer {
    padding-top: 17.5px
}

.cart__buttons-container {
    display: flex;
    flex-direction: column;
    max-width: 20rem;
    margin: 0 auto
}

.cart__submit-controls {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.cart__submit {
    margin-bottom: 0;
    min-height: 44px;
    width: 100%
}

.cart__submit+.cart__submit {
    margin-top: 10px;
    margin-left: 0
}

.cart__shipping {
    font-size: .8666666667em;
    padding: 10px 0 20px;
    margin-bottom: 25px
}

.cart-note__input,
.cart-note__label {
    display: block
}

.cart-note__label {
    margin-bottom: 15px
}

.cart-note__input {
    min-height: 50px;
    width: 100%
}

.cart__product-title {
    border-bottom: 0;
    color: #272626
}

.cart__product-title:focus,
.cart__product-title:not([disabled]):hover {
    color: #272626;
    border-bottom: 1px solid currentColor
}

.cart__image {
    max-height: 95px;
    display: block;
    margin: 0 auto
}

.cart__remove {
    margin-top: .5333333333em
}

.cart__price {
    text-align: right;
    padding-right: 0;
    font-size: .9333333333em;
    width: 50%
}

.cart__price dl {
    margin: 0
}

.cart__quantity-td {
    width: 20%
}

.cart__final-price {
    width: 15%
}

.cart--no-cookies .cart__continue-btn,
.cart--no-cookies .cart--empty-message {
    display: none
}

.cookie-message {
    display: none;
    padding-bottom: 25px
}

.cart--no-cookies .cookie-message {
    display: block
}

.additional-checkout-buttons {
    margin-top: 10px;
    margin-bottom: 10px
}

.additional-checkout-buttons input[type=image] {
    padding: 0;
    border: 0;
    background: 0
}

[data-shopify-buttoncontainer] {
    justify-content: flex-end
}


body.template-cart .main-content {
    padding-top: 0
}

body.template-cart .page-container {
    margin-top: 0
}

#shopify-section-cart-template .cart {
    color: #222;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 75px
}

#shopify-section-cart-template .cart .cart-table {
    width: calc(100% - 430px);
    margin-bottom: 0
}

#shopify-section-cart-template .cart .cart-table .cart__row {
    border: 0;
    background: #fffeff;
    box-shadow: 0 0 5px #00000029;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#shopify-section-cart-template .cart .cart-table .cart__row .cart__quantity-td {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 35px
}

#shopify-section-cart-template .cart .cart-table .cart__row .cart__meta {
    width: auto
}

#shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__product-information {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__image-wrapper {
    padding-right: 0;
    flex: auto 0 0;
    margin-right: 50px
}

#shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__image {
    max-height: 112px;
    max-width: 112px
}

#shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__product-information .list-view-item__title {
    font-family: 'Rubik', sans-serif;
    color: #000;
    letter-spacing: .36px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 20px;
    max-width: 450px
}

#shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__product-information .list-view-item__title .cart__product-title,
#shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__product-information .list-view-item__title .cart__product-title:hover {
    color: #000;
    text-decoration: none;
    border: 0
}

#shopify-section-cart-template .cart .cart-table .cart__row .cart__remove {
    margin-left: 35px;
    margin-top: 0
}

#shopify-section-cart-template .cart .cart-table .cart__row .cart__remove img {
    max-width: 16px;
    float: left
}

#shopify-section-cart-template .cart .cart-table .cart__row:last-child {
    margin-bottom: 0
}

#shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__product-information .cart-bottom-price div[data-cart-item-regular-price-group] {
    display: flex;
    font-size: 18px;
    letter-spacing: .36px;
    color: #404040;
    font-weight: 500
}

#shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__product-information .cart-bottom-price div[data-cart-item-regular-price-group] span.old-price {
    text-decoration: line-through;
    color: #a7a7a7;
    margin-right: 25px;
    font-weight: 400
}

#shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__product-information .product-details {
    font-size: 14px
}

#shopify-section-cart-template .cart .cart__footer {
    padding: 25px 25px 20px 25px;
    background: #fff;
    box-shadow: 0 0 5px #00000029;
    border-radius: 10px;
    width: 400px;
    height: 100%
}

.cart__buttons-container .cart__submit-controls .cart__submit {
    width: 100%;
    background: #ed1b30;
    text-align: center;
    font-size: 16px;
    height: 50px;
    letter-spacing: 0;
    border-radius: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500
}

#shopify-section-cart-template .cart .cart__footer .cart__shipping {
    font-size: 16px;
    margin: 0;
    padding-bottom: 15px
}

#shopify-section-cart-template .cart .cart__footer .cart-subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    letter-spacing: .28px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 10px
}

#shopify-section-cart-template .cart .cart__footer .cart-subtotal .cart-subtotal__title {
    font-size: 14px;
    margin-bottom: 10px
}

#shopify-section-cart-template .cart .cart__footer .cart-subtotal .cart-subtotal__price {
    padding: 0;
    min-width: inherit;
    font-size: 16px;
    font-weight: 500
}

.continue-shopping-btn {
    font-size: 14px;
    font-weight: 600;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    align-self: end
}

.continue-shopping-btn img {
    margin-right: 25px
}

.cart__footer__wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#shopify-section-cart-template .cart .cart-table .cart__row .cart__quantity-td .cart__qty {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 130px
}

#shopify-section-cart-template .cart .cart-table .cart__row .cart__quantity-td .cart__qty .cart__qty-input {
    font-size: 16px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    padding: 0;
    height: 100%
}

#shopify-section-cart-template .cart .cart-table .cart__row .cart__quantity-td .cart__qty .qty-btn {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border: 0;
    background-color: transparent;
    cursor: pointer
}

body #shopify-section-cart-template .cart .cart-table .cart__row {
    gap: 25px
}

body #shopify-section-cart-template .cart .cart-table .cart__row .cart__quantity-td {
    margin: 0
}

body #shopify-section-cart-template .cart .cart-table .cart__row .cart__final-price {
    width: auto
}

body #shopify-section-cart-template .cart .cart-table .cart__row p.cart__remove {
    margin-left: 25px
}

body #shopify-section-cart-template .cart .cart-table .cart__row .cart__final-price span {
    font-weight: 700
}

body #shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__image-wrapper {
    margin-right: 25px
}

/* Cart page style end */


/* Account page style start */

.shopify-policy__container {
    max-width: 100% !important
}

.page-width.weee_main.common-pages-new {
    max-width: 100%
}

.weee_inner_text_new h3.h4 {
    color: #e81516;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 500
}

.slideshow__controls {
    bottom: -49px
}

.cart__footer__wrapper>div {
    width: 100%
}

.common-pages-new {
    font-family: Rubik, sans-serif
}

body .contact-main-page .contact-page-section {
    display: flex;
    margin-bottom: 50px
}

body .contact-main-page .contact-page-section .contact-left {
    width: 100%;
    padding: 0;
    box-shadow: none;
    background: transparent;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0
}

body .contact-main-page .contact-page-section .left-content .contact-us-address {
    width: 100%
}

body .contact-main-page .contact-page-section .contact-right {
    width: 30%;
    margin-top: 0;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

body .contact-main-page .contact-page-section .contact-right .form-heading {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 50px
}

body .contact-main-page .contact-page-section .contact-left .contact-heading h3.h4 {
    font-size: 20px;
    font-weight: 700
}

body .contact-main-page .contact-page-section .contact-left .contact-page-description {
    border: 0;
    font-size: 18px
}

body .contact-main-page .contact-page-section .contact-left h3.h4 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    position: static
}

body .contact-main-page .contact-page-section .contact-left .web-sales .web-sales-heading,
body .contact-main-page .contact-page-section .contact-left .trade-counter .trade-counter-heading {
    min-height: 100%;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background: transparent;
    margin: 25px 0 15px
}

body .contact-main-page .contact-page-section .contact-left .web-sales .web-sales-content,
body .contact-main-page .contact-page-section .contact-left .trade-counter .trade-counter-content {
    display: flex;
    justify-content: space-between;
    gap: 25px
}

body .contact-main-page .contact-page-section .left-content {
    width: 50% !important
}

body .contact-main-page .contact-page-section .left-content {
    width: 50% !important;
    background: #fff;
    padding: 35px 25px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px
}

body .contact-main-page .contact-page-section .right-content {
    margin-top: 0
}

body .contact-main-page .contact-page-section .right-content iframe {
    height: 100%;
    border-radius: 10px
}

body .contact-main-page .contact-page-section .contact-left .trade-counter {
    margin-top: 15px;
    padding: 0
}

body .contact-main-page .contact-page-section .left-content .contact-us-address-label,
body .contact-main-page .contact-page-section .left-content .contact-us-phone-label,
body .contact-main-page .contact-page-section .left-content .contact-us-fax-label,
body .contact-main-page .contact-page-section .left-content .contact-us-email-label {
    display: none
}

body .contact-main-page .contact-page-section .left-content .contact-us-address.timings {
    order: 2;
    width: calc(50% - 7.5px)
}

body .contact-main-page .contact-page-section .left-content .mobile-fax-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: calc(50% - 7.5px)
}

body .contact-main-page .contact-page-section .contact-left .trade-counter .trade-counter-heading {
    border: 0
}

body .contact-main-page .contact-page-section .contact-right .form-box label {
    display: none
}

body .contact-main-page .contact-page-section .contact-right .form-box input,
body .contact-main-page .contact-page-section .contact-right .form-box textarea {
    border-radius: 5px;
    color: #000;
    font-weight: 600
}

body .contact-main-page .contact-page-section .contact-right .form-box input::placeholder,
body .contact-main-page .contact-page-section .contact-right .form-box textarea::placeholder {
    color: #000;
    opacity: 1;
    font-size: 14px
}

body .contact-main-page .contact-page-section .contact-right .form-button input.btn {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 5px;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 16px
}

body .custom-page-section-main .custom-page-section {
    margin-top: 0;
    border-radius: 10px
}

body .custom-page-section-main .custom-page-section h1,
body .custom-page-section-main .custom-page-section h2,
body .custom-page-section-main .custom-page-section h3.h4,
body .custom-page-section-main .custom-page-section p b {
    color: #e81516;
    font-size: 24px;
    letter-spacing: 0;
    font-weight: 500
}

body .custom-page-section-main .custom-page-section p,
body .custom-page-section-main .custom-page-section ul li {
    font-size: 18px;
    color: #222
}

.contact_main .contact-us-address-content .red {
    display: inline-block;
    margin-left: 10px;
    color: #ec0029
}

body .contact-main-page .contact-page-section .left-content .contact-us-email-content a {
    border: 0
}

body .quick-action-links .quick-link a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border-bottom: 0;
    margin: 10px 0
}

body .wishlist__grid {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr))
}

body .wishlist__grid .grid-view-item {
    margin: 0 !important;
    height: auto !important
}

.account-page-wrapper {
    max-width: 1335px;
    margin: auto;
    padding: 0 15px
}

.grid.myaccount .grid__item.myaccount__account-details p a.btn.btn--small {
    margin-bottom: 10px
}

.account-page-wrapper .login-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px #00000029;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 85px
}

.account-page-wrapper .login-container .account-image {
    width: 62%
}

.account-page-wrapper .login-container .account-image img {
    border-radius: 10px 0 0 10px;
    float: left;
    width: 100%
}

.account-page-wrapper .login-container .account-wrapper {
    width: 38%;
    padding: 0 90px;
    text-align: left
}

.account-page-wrapper .login-container .account-wrapper .heading {
    font-size: 30px;
    font-weight: 500;
    color: #222;
    letter-spacing: .6px;
    text-transform: none;
    margin-bottom: 10px
}

.account-page-wrapper .login-container .account-wrapper .subheading {
    font-size: 16px;
    color: #222;
    margin-bottom: 30px;
    letter-spacing: .32px
}

.account-page-wrapper .login-container .account-wrapper label {
    font-size: 14px;
    letter-spacing: .28px;
    color: #404040;
    font-weight: 400
}

.account-page-wrapper .login-container .account-wrapper input[type="text"],
.account-page-wrapper .login-container .account-wrapper input[type="email"],
.account-page-wrapper .login-container .account-wrapper input[type="password"] {
    height: 50px;
    border-radius: 4px;
    border: 2px solid rgb(64 64 64 / 50%);
    font-family: 'Rubik', sans-serif
}

.account-page-wrapper .login-container .account-wrapper .btn {
    width: 100%;
    height: 50px;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 30px
}

.account-page-wrapper .login-container .account-wrapper .bottom-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    color: #a7a7a7;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.account-page-wrapper .login-container .account-wrapper .bottom-link p {
    margin: 0;
    color: #a7a7a7
}

.account-page-wrapper .login-container .account-wrapper .bottom-link a {
    color: #a7a7a7
}

.account-page-wrapper .login-container .account-wrapper.register-wrapper .heading {
    margin-bottom: 30px
}

.template-customers-addresses .homepage-content-wrapper,
.template-customers-account .homepage-content-wrapper,
.template-customers-order .homepage-content-wrapper {
    padding-top: 0
}

.template-customers-addresses .homepage-content-wrapper .section-header,
.template-customers-account .homepage-content-wrapper .section-header,
.template-customers-order .homepage-content-wrapper .section-header {
    margin-bottom: 15px
}

.template-customers-addresses .homepage-content-wrapper .section-header h1,
.template-customers-account .homepage-content-wrapper .section-header h1,
.template-customers-order .homepage-content-wrapper .section-header h1 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #222
}

.template-customers-addresses .homepage-content-wrapper .address-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px 0
}

.template-customers-addresses .homepage-content-wrapper .address-list>li {
    width: 33.333%;
    padding: 0 15px 30px
}

.template-customers-addresses .homepage-content-wrapper .address-list>li .address {
    background: #fff;
    margin: 0 0 30px;
    padding: 60px 20px 20px;
    border-radius: 5px;
    min-height: 220px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16)
}

.template-customers-addresses .homepage-content-wrapper .address-list>li>.form-btn {
    border: 1px solid #a7a7a7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    min-height: 220px
}

.template-customers-addresses .homepage-content-wrapper .address-list>li .form-vertical {
    padding: 20px;
    background: #f0f0f0;
    margin-top: 20px
}

.template-customers-addresses .homepage-content-wrapper .address-list>li>.form-btn>.address-new-toggle {
    background: transparent;
    color: #533a74;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0;
    padding: 0;
    text-align: center;
    width: 100%
}

.template-customers-addresses .homepage-content-wrapper .address-list>li>.form-btn>.address-new-toggle:before {
    content: "+";
    background: #61d88e;
    width: 28px;
    height: 28px;
    display: block;
    margin: 0 auto 20px;
    border-radius: 100%;
    color: #fff;
    line-height: 28px
}

.template-customers-addresses .homepage-content-wrapper .address-list>li .address {
    margin: 0;
    position: relative
}

.template-customers-addresses .homepage-content-wrapper .address-list>li .address .h4 {
    text-transform: none;
    font-size: 14px;
    color: #fff;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    margin-bottom: 0;
    background: #ed1b30;
    border-radius: 5px;
    font-weight: 500;
    padding: 7px 10px
}

.template-customers-addresses .homepage-content-wrapper .address-list>li .address p {
    margin-bottom: 0;
    color: #000;
    font-size: 16px
}

.template-customers-addresses .homepage-content-wrapper .address-list>li .address .list--inline {
    position: absolute;
    right: 20px;
    top: 15px
}

.template-customers-addresses .homepage-content-wrapper .address-list>li .address .list--inline .btn {
    padding: 0;
    color: #000;
    border: 0;
    background: transparent;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'Rubik', sans-serif
}

.btn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-wrapper .btn {
    margin-bottom: 0;
    margin-right: 10px;
    letter-spacing: 0;
    text-transform: none
}

.template-customers-addresses .homepage-content-wrapper .address-list>li .form-vertical h2 {
    text-transform: none;
    letter-spacing: 0
}

.myaccount__order-history h2 {
    text-transform: none;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 20px;
    color: #222
}

.myaccount__order-history table {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px 5px 0 0
}

.myaccount__order-history table thead th {
    font-family: 'Rubik', sans-serif;
    border: 0;
    border-left: #dbdbdb solid 1px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    padding: 21px 35px
}

.myaccount__order-history table thead th:first-child {
    border-left: 0
}

.myaccount__order-history table tbody th {
    border: 0;
    border-top: #dbdbdb solid 1px;
    padding: 21px 35px
}

.myaccount__order-history table tbody td {
    border: 0;
    border-top: #dbdbdb solid 1px;
    border-left: #dbdbdb solid 1px;
    font-size: 16px;
    padding: 21px 35px
}

.myaccount__order-history table tbody th[data-label="Order"] .btn {
    color: #fff;
    border: 0;
    background: #db1521;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 15px;
    letter-spacing: 0
}

.myaccount__order-history .order-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #222;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.myaccount__order-history .order-status h2 {
    margin-bottom: 0;
    font-size: 20px;
    margin-right: 5px
}

.template-customers-order .myaccount__order-history table {
    border: 0;
    border-radius: 5px
}

.template-customers-order .myaccount__order-history table th {
    text-transform: none;
    border-left: 0
}

.template-customers-order .myaccount__order-history table td {
    border-left: 0;
    color: #000
}

.template-customers-order .myaccount__order-history table td.order-table__product {
    padding-left: 0
}

.template-customers-order .myaccount__order-history table .order-table__product a {
    border: 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    font-family: 'Rubik', sans-serif;
    line-height: normal
}

.template-customers-order .myaccount__order-history table th.order-thumb-image .order-image {
    max-width: 100px;
    border-radius: 5px
}

.template-customers-order .myaccount__order-history table th.order-thumb-image .order-image img {
    border-radius: 5px
}

.template-customers-order .myaccount__order-history table tfoot {
    font-size: 18px;
    color: #6b6b6b;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border-top: 1px solid #a7a7a7
}

.template-customers-order .myaccount__order-history table tfoot td,
.template-customers-order .myaccount__order-history table tfoot th {
    white-space: nowrap
}

.template-customers-order .myaccount__order-history table tfoot tr th.small--hide {
    padding-left: 0
}

.template-customers-order .myaccount__order-history table tfoot tr th.discount-price .order-discount.order-discount--title {
    display: inline-block
}

.template-customers-order .myaccount__order-history table tfoot tr th.small--hide {
    padding-left: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500
}

.template-customers-order .myaccount__order-history table tfoot td.text-right {
    padding-right: 35px
}

.template-customers-order .myaccount__order-history table tfoot tr:last-child th,
.template-customers-order .myaccount__order-history table tfoot tr:last-child td {
    border-top: 1px solid #a7a7a7
}

.myaccount__account-details h2 {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #222;
    text-transform: none;
    letter-spacing: 0
}

.myaccount__account-details>p {
    font-size: 20px;
    margin-bottom: 13px
}

.myaccount__account-details>p strong {
    font-weight: 500
}

.myaccount__account-details .box-design {
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    padding: 30px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400
}

.myaccount {
    display: flex;
    flex-wrap: wrap
}

.order-table {
    border: 1px solid #d1d1d1
}

.order-table a {
    border-bottom: 1px solid currentColor
}

.order-table td,
.order-table th {
    border: 0
}

.order-table tbody th,
.order-table tfoot th {
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0
}

.order-table tbody tr+tr {
    border-top: 1px solid #d1d1d1
}

.order-table thead {
    border-bottom: 1px solid #272626
}

.order-table tfoot {
    border-top: 1px solid #272626
}

.order-table tfoot tr:first-child td,
.order-table tfoot tr:first-child th {
    padding-top: 1.25em
}

.order-table tfoot tr:nth-last-child(2) td,
.order-table tfoot tr:nth-last-child(2) th {
    padding-bottom: 1.25em
}

.order-table tfoot tr:last-child td,
.order-table tfoot tr:last-child th {
    border-top: 1px solid #272626;
    font-weight: 700;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    text-transform: uppercase
}

.order-discount {
    color: #ea0606;
    display: block;
    line-height: 1.2em
}

.order-discount .icon-saletag {
    fill: currentColor;
    width: 1em;
    height: 1em;
    margin-right: .4em
}

.order-discount--title {
    text-transform: uppercase;
    word-break: break-word;
    padding-right: 1em
}

.order-discount--list {
    margin: .8em 0 0 1.3em;
    list-style: none;
    padding: 0
}

.order-discount__item {
    text-indent: -1.3em
}

.order-discount__item+.order-discount__item {
    margin-top: .6em
}

.order-discount-card-wrapper {
    display: flex;
    justify-content: center
}

.order-discount--cart {
    font-size: .9333333333em;
    padding-right: 0
}

.order-discount--cart-total {
    padding-left: 27.5px
}

.grid {
    list-style: none;
    padding: 0;
    margin: 0 0 0 -30px
}

.grid:after {
    content: "";
    display: table;
    clear: both
}

.grid__item {
    float: left;
    padding-left: 30px;
    width: 100%
}

/* Account page style end */


/* Collection list style start */

.collection-grid {
    margin-bottom: -22px;
    overflow: auto
}

.collection-grid-item {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin-bottom: 22px
}

.collection-grid-item__title {
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    padding: 0 5px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: .1s cubic-bezier(.44, .13, .48, .87);
    text-shadow: 0 0 4px rgba(0, 0, 0, .4);
    hyphens: auto
}

.collection-grid-item__link {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.collection-grid-item__link:focus .collection-grid-item__title-wrapper:before,
.collection-grid-item__link:hover .collection-grid-item__title-wrapper:before {
    opacity: .8
}

.collection-grid-item__link:focus {
    opacity: 1
}

.collection-grid-item__overlay {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top
}

.collection-grid-item__title-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #685858;
    opacity: .4
}

.collections-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px
}

.collections-list-wrapper .grid__item {
    width: calc(25% - 30px);
    background: #fff;
    padding: 0;
    float: none;
    margin: 0 15px 30px 15px;
    border-radius: 6px;
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.16)
}

.collections-list-wrapper .grid__item .collection-grid-item {
    margin: 0;
    padding: 35px 25px
}

.collections-list-wrapper .grid__item .collection-grid-item__title-wrapper::before {
    display: none
}

.collections-list-wrapper .grid__item .collection-grid-item__title {
    position: relative;
    top: auto;
    text-shadow: none;
    color: #000;
    font-size: 28px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    font-family: 'Rubik', sans-serif;
    transform: none
}

.collections-list-wrapper .grid__item .collection-grid-item .box {
    background: transparent !important;
    height: auto;
    width: auto;
    margin-bottom: 20px
}

.collections-list-wrapper .grid__item .collection-grid-item .box::after {
    display: none
}

.collections-list-wrapper .grid__item .collection-grid-item .box picture {
    position: relative;
    display: block !important;
    height: auto;
    width: auto
}

.collections-list-wrapper .grid__item .collection-grid-item .box img {
    max-height: 210px
}

.collections-list-wrapper .grid__item .collection-grid-item__title-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.collections-list-wrapper .grid__item .collection-grid-item .collection-grid-item__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.zoomContainer {
    left: 1px !important;
    top: 1px !important;
    border-radius: 5px;
}

/* Collection list style end */


/* CMS page style start */

.rte {
	color: #272626;
}

.common-pages-inner-new {
	border: 0;
	box-shadow: 0 0 4px #00000026;
	padding: 20px 20px 10px;
}



.common-pages-inner-new p {
	color: #272626;
	margin: 0 0 20px;
}

.rte:last-child {
	margin-bottom: 0;
}

.rte a:not(.btn) {
	border-bottom: 1px solid currentColor;
	padding-bottom: 1px;
}

.common-pages-inner-new .h4,
.common-pages-inner-new h4 {
    font-size: 1.1333333333em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    word-wrap: break-word;
}

.rte .h1, 
.rte .h2, 
.rte .h3, 
.rte .h4, 
.rte .h5, 
.rte .h6, 
.rte h1, 
.rte h2, 
.rte h3, 
.rte h4, 
.rte h5, 
.rte h6 {
	margin-top: 55px;
	margin-bottom: 27.5px;
    font-family: 'Rubik', sans-serif;
}

.common-pages-new .h1, 
.common-pages-new .h2, 
.common-pages-new .h3, 
.common-pages-new .h4, 
.common-pages-new .h5, 
.common-pages-new .h6, 
.common-pages-new h1, 
.common-pages-new h2, 
.common-pages-new h3, 
.common-pages-new h4, 
.common-pages-new h5, 
.common-pages-new h6 {
	margin-top: 25px;
	margin-bottom: 20px;
}

.common-pages-new a {
    background-color: transparent;
    transition: all .3s linear;
	color: #df232a;
}

.delivery_inner_text_new,
.careers_inner_text_new,
.returns_inner_text_new,
.terms_condition_inner_text_new,
.Payment_Options_inner_text_new {
	margin-top: 15px;
	background: #fff;	
}

.rte.common-pages-inner-new.Payment_Options_inner_text_new {
    border-radius: 10px;
}
.payment_option_tabs_new ul li {
    text-transform: uppercase;
}

.rte .h1:first-child, 
.rte .h2:first-child, 
.rte .h3:first-child, 
.rte .h4:first-child, 
.rte .h5:first-child, 
.rte .h6:first-child, 
.rte h1:first-child, 
.rte h2:first-child, 
.rte h3:first-child, 
.rte h4:first-child, 
.rte h5:first-child, 
.rte h6:first-child {
	margin-top: 0;
}

.red-text.margin-L20.h4, 
h4.red-text.margin-L20 {
	margin: 30px 0 20px;
	background-color: #5e5e5e;
	color: #fff;
	padding: 6px 33px 6px 6px;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: right;
	width: 51%;
}

.common-pages-inner-new .h3,
.common-pages-inner-new h3 {
	font-size: 1.7333333333em;
	text-transform: none;
	letter-spacing: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    word-wrap: break-word;
}


.rte ul {
	list-style: disc outside;
    margin-left: 35px;
    margin-bottom: 18px;
}

.rte li {
	margin-bottom: 4px;
	list-style: inherit;
}

.rte img {
	height: auto;
}
img.faq_banner {
    width: 100%;
}

.postcode-list li {
	float: left;
	width: 20%;
	box-sizing: border-box;
	list-style-type: none;
	font-size: 15px;
	text-align: center;
	font-style: italic;
	background-color: #f8f8f8;
	color: gray;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.postcode-list li::before {
	content: url('/cdn/shop/files/square-dot.png?v=1691406114');
	margin-right: 10px;
}

.red-text.margin-L20.h4::after, 
h4.red-text.margin-L20::after {
	content: url('/cdn/shop/files/truck.webp?v=1691406180');
	position: absolute;
	margin-top: -44px;
}

.postcodes-container {
	overflow: hidden;
	margin-bottom: 20px;
}

.accordion-page-main {
	margin: 25px 0;
	border-bottom: 1px solid #dedfde;
}

.accordion-page-list {
	border-top: 1px solid #dedfde;
}

.accordion-page-title {
	position: relative;
	font-style: normal;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.2;
	cursor: pointer;
	padding: 15px 20px 15px 0;
	width: 100%;
	border: 0;
	text-align: left;
	outline: 0;
	transition: .4s;
}

.accordion-page-title::after {
	content: "+";
	position: absolute;
	right: 0;
	top: 13px;
	color: #333232;
	font-weight: 400;
	float: right;
	font-size: 27px;
	margin-left: 5px;
	line-height: 20px;
}

.accordion-page-title.active::after {
	content: "\2212";
}

.accordion-page-desc {
	border-top: 1px solid #dedfde;
	padding: 15px 0;
	text-align: left;
	overflow: hidden;
	display: none;
}

.Klarna_Ts_Cs_main.common-pages-new.container {
    max-width: 100%;
}

.Klarna_Ts_Cs_main .Klarna_Ts_Cs_image_main img {
	width: 100%;
	display: flex;
}

.Klarna_Ts_Cs_inner_text_new {
	margin-top: 15px;
	background: #fff;
}

.Klarna_main.common-pages-new.container {
    max-width: 100%;
}

.Klarna_main .tabs_full_block_new {
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: 0 0 4px #00000026;
}

.klarna-faqs-tabs-title ul li {
	text-transform: uppercase;
}

.klarna-faqs-new-title .h1, 
.klarna-faqs-new-title h1 {
	font-size: 39px;
	display: inline-block;
	padding: 12px 30px;
	font-weight: 400;
	background: #0b0b09;
	color: #fff;
	margin-bottom: 15px;
	margin-top: 15px;
	border-radius: 35px;
}

.klarna_banner_new .finance-banner {
    display: none;
}

    /* shopify policy page */

    .shopify-policy__container {
        max-width:100%;
        margin:0 auto;
        padding-left:20px;
        padding-right:20px
    }
    .shopify-policy__title {
        text-align:center
    }       

    .shopify-policy__title h1 {
        font-weight: 400;
    }

    .shopify-policy__body .rte {
        border-radius: 10px;
    }

    /* shopify policy page */

    /* About us page */

    .about_us_page_new .page-width {
        max-width: 1230px;
        margin: 0 auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .about_us_page_inner_new {
        padding-bottom:26px
    }
   .about_us_page_heading_new {
        background:#ccc;
        background:-moz-linear-gradient(left,rgba(204,204,204,.6) 0,#fff 60%);
        background:-webkit-linear-gradient(left,rgba(204,204,204,.6) 0,#fff 60%);
        background:linear-gradient(to right,rgba(204,204,204,.6) 0,#fff 60%);
        font-size:34px;
        line-height:40px;
        color:#000;
        padding:8px 10px
    }
   .about_us_page_texts_new p {
        font-size:18px;
        line-height:26px;
        color:#323232;
        padding-top:24px;
        margin-bottom:0
    }
   .about_us_page_images_new {
        padding-top:24px
    }
   .about_us_page_images_new img {
        width:100%
    }

    /* About us page */

    /* Contact us page */

    .common-pages-new p {
        color: #272626;
        margin-bottom: 10px;
    }

    .contact_main .contact-page-description {
        border-bottom: 1px solid #cbcbcb
    }
    
    .contact_main .web-sales {
        float: left;
        width: 100%
    }
    
    .contact_main .web-sales-heading {
        min-height: 100px;
        position: relative;
        background: url(https://www.tools4trade.co.uk/pub/media/t4t/icons/websale.png) no-repeat left top;
        margin: 1px 0
    }
    
    .contact_main .web-sales-heading .h3,
    .contact_main .web-sales-heading h3 {
        font-size: 24px;
        color: #5e5e5e;
        font-weight: 600;
        margin: 0;
        position: absolute;
        top: 25px;
        left: 90px;
        line-height: 1.1
    }
    
    .contact_main .trade-counter {
        float: right;
        width: 100%;
        padding-bottom: 15px
    }
    
    .contact_main .trade-counter-heading {
        min-height: 100px;
        position: relative;
        border-top: 1px solid #cbcbcb;
        margin-top: 20px !important;
        background: url(https://www.tools4trade.co.uk/pub/media/t4t/icons/websale.png) no-repeat left top;
        margin: 1px 0
    }
    
    .contact_main .trade-counter-heading .h3,
    .contact_main .trade-counter-heading h3 {
        font-size: 24px;
        color: #5e5e5e;
        font-weight: 600;
        margin: 0;
        position: absolute;
        top: 25px;
        left: 90px;
        line-height: 1.1
    }
    
    .contact_main .light-grey-bg.padding5.left-content {
        float: left;
        width: 40%
    }
    
    .contact_main .contact-us-address.timings:before,
    .contact_main .contact-us-address:before,
    .contact_main .contact-us-email:before,
    .contact_main .contact-us-fax:before,
    .contact_main .contact-us-phone:before {
        position: absolute;
        margin-top: 0
    }
    
    .contact_main .contact-us-address:before {
        content: url('/cdn/shop/files/location_5f65a773-9a9a-4f6e-84ec-897950a683ab.png?v=1681897911');
        margin-top: 0
    }
    
    .contact_main .contact-us-address.timings:before {
        content: url('/cdn/shop/files/clock.png?v=1681897912')
    }
    
    .contact_main .contact-us-phone:before {
        content: url('/cdn/shop/files/mobile.png?v=1681897911')
    }
    
    .contact_main .contact-us-fax:before {
        content: url('/cdn/shop/files/fax.png?v=1681897911')
    }
    
    .contact_main .contact-us-email:before {
        content: url('/cdn/shop/files/mail_90a52dbc-1c41-47eb-a50c-0bea561fe196.png?v=1681897911');
        margin-top: 0
    }
    
    .contact_main .get-direction {
        margin-top: 10px;
        width: 50%;
        float: right
    }
    
    .contact_main .get-direction iframe {
        width: 100%;
        height: 210px;
        border: 1px solid #d3d3d3
    }
    
    .contact_main .contact-us-address-label,
    .contact_main .contact-us-email-label,
    .contact_main .contact-us-fax-label,
    .contact_main .contact-us-phone-label {
        font-size: 15px;
        font-weight: 700;
        color: gray;
        margin-top: 10px;
        margin-left: 50px
    }
    
    .contact_main .contact-us-address-label {
        padding-top: 0
    }
    
    .contact_main .contact-us-address-content,
    .contact_main .contact-us-email-content a,
    .contact_main .contact-us-email-content a:hover,
    .contact_main .contact-us-fax-content,
    .contact_main .contact-us-phone-content {
        font-size: 14px;
        color: #000;
        margin-left: 40px;
        text-decoration: none;
        font-style: normal;
        font-weight: 700
    }

    .common-pages-new {
        font-family: Rubik, sans-serif
    }
    
    body .contact-main-page .contact-page-section {
        display: flex;
        margin-bottom: 50px
    }
    
    body .contact-main-page .contact-page-section .contact-left {
        width: 100%;
        padding: 0;
        box-shadow: none;
        background: transparent;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0
    }
    
    body .contact-main-page .contact-page-section .left-content .contact-us-address {
        width: 100%
    }
    
    body .contact-main-page .contact-page-section .contact-right {
        width: 30%;
        margin-top: 0;
        background: #fff;
        padding: 30px 20px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }
    
    body .contact-main-page .contact-page-section .contact-right .form-heading {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 50px
    }
    
    body .contact-main-page .contact-page-section .contact-left .contact-heading h3.h4 {
        font-size: 20px;
        font-weight: 700
    }
    
    body .contact-main-page .contact-page-section .contact-left .contact-page-description {
        border: 0;
        font-size: 18px
    }
    
    body .contact-main-page .contact-page-section .contact-left h3.h4 {
        font-size: 20px;
        color: #000;
        font-weight: 700;
        position: static
    }
    
    body .contact-main-page .contact-page-section .contact-left .web-sales .web-sales-heading,
    body .contact-main-page .contact-page-section .contact-left .trade-counter .trade-counter-heading {
        min-height: 100%;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        background: transparent;
        margin: 25px 0 15px
    }
    
    body .contact-main-page .contact-page-section .contact-left .web-sales .web-sales-content,
    body .contact-main-page .contact-page-section .contact-left .trade-counter .trade-counter-content {
        display: flex;
        justify-content: space-between;
        gap: 25px
    }
    
    body .contact-main-page .contact-page-section .left-content {
        width: 50% !important
    }
    
    body .contact-main-page .contact-page-section .left-content {
        width: 50% !important;
        background: #fff;
        padding: 35px 25px;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 15px
    }
    
    body .contact-main-page .contact-page-section .right-content {
        margin-top: 0
    }
    
    body .contact-main-page .contact-page-section .right-content iframe {
        height: 100%;
        border-radius: 10px
    }
    
    body .contact-main-page .contact-page-section .contact-left .trade-counter {
        margin-top: 15px;
        padding: 0
    }
    
    body .contact-main-page .contact-page-section .left-content .contact-us-address-label,
    body .contact-main-page .contact-page-section .left-content .contact-us-phone-label,
    body .contact-main-page .contact-page-section .left-content .contact-us-fax-label,
    body .contact-main-page .contact-page-section .left-content .contact-us-email-label {
        display: none
    }
    
    body .contact-main-page .contact-page-section .left-content .contact-us-address.timings {
        order: 2;
        width: calc(50% - 7.5px)
    }
    
    body .contact-main-page .contact-page-section .left-content .mobile-fax-section {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: calc(50% - 7.5px)
    }
    
    body .contact-main-page .contact-page-section .contact-left .trade-counter .trade-counter-heading {
        border: 0
    }
    
    body .contact-main-page .contact-page-section .contact-right .form-box label {
        display: none
    }
    
    body .contact-main-page .contact-page-section .contact-right .form-box input,
    body .contact-main-page .contact-page-section .contact-right .form-box textarea {
        border-radius: 5px;
        color: #000;
        font-weight: 600
    }
    
    body .contact-main-page .contact-page-section .contact-right .form-box input::placeholder,
    body .contact-main-page .contact-page-section .contact-right .form-box textarea::placeholder {
        color: #000;
        opacity: 1;
        font-size: 14px
    }
    
    body .contact-main-page .contact-page-section .contact-right .form-button input.btn {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
        width: 100%;
        border-radius: 5px;
        font-weight: 700;
        letter-spacing: 0;
        font-size: 16px
    }
    
    body .custom-page-section-main .custom-page-section {
        margin-top: 0;
        border-radius: 10px
    }
    
    body .custom-page-section-main .custom-page-section h1,
    body .custom-page-section-main .custom-page-section h2,
    body .custom-page-section-main .custom-page-section h3.h4,
    body .custom-page-section-main .custom-page-section p b {
        color: #e81516;
        font-size: 24px;
        letter-spacing: 0;
        font-weight: 500
    }
    
    body .custom-page-section-main .custom-page-section p,
    body .custom-page-section-main .custom-page-section ul li {
        font-size: 18px;
        color: #222
    }
    
    .contact_main .contact-us-address-content .red {
        display: inline-block;
        margin-left: 10px;
        color: #ec0029
    }
    
    body .contact-main-page .contact-page-section .left-content .contact-us-email-content a {
        border: 0
    }
    
    body .quick-action-links .quick-link a {
        display: flex;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        border-bottom: 0;
        margin: 10px 0
    }

    /* Contact us page */

    /* Career page */

    .careers_main .careers_image_main img {
        width: 100%;
        display: flex;
    }

    .career_inner_img_main {
        font-size: 0;
    }

    .career_inner_img_list {
        width: 33.33%;
        display: inline-block;
        vertical-align: top;
    }

    .career_inner_img_list img {
        width: 100%;
        display: flex;
        padding: 5px;
    }

    /* Career page */

    /* payment options page */

    .Payment_Options_main .columns-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -3px;
        margin-left: -3px;
    }

    .payment-icon-po {
        background: #f1f1f1;
        margin: 3px;
        height: 60px;
        max-width: 19.83333333%;
        padding: 5px .5%;
        width: 100%;
    }

    .payment-p {
        font-weight: 600;
        font-size: 16px;
        float: left;
    }

    .payment-img {
        float: right;
    }

    .finance-banner {
        margin-top: 15px;
    }

    .feature_section {
        background: #f1f1f1;
        padding: 15px;
        margin-bottom: 20px;
    }

    .feature_section .h1, 
    .feature_section h1 {
        text-align: center;
    }

    .FeatureCards {
        display: flex;
        justify-content: center;
    }

    .FeatureCard {
        width: 341px;
        margin: 0 14px;
    }

    .FeatureCard__Card {
        border: 1px solid hsla(0,0,96.1%,.8);
        box-shadow: 0 2px 4px #00000082;
        border-radius: 30px;
        background: #fff;
        display: flex;
        padding: 35px 12px;
        flex-direction: column;
        height: 320px;
        margin-bottom: 20px;
        position: relative;
    }

    .FeatureCard__Header {
        display: flex;
        min-height: 90px;
    }
    .FeatureCard__Icon {
        margin-right: 12px;
    }
    .FeatureCard__Icon img {
        width: 50px;
    }
    .FeatureCard__Title {
        line-height: 1.4;
        text-align: left;
        text-transform: uppercase;
        font-size: 16px;
        color: #000;
    }
    .FeatureCard__Header p {
        margin: 0 !important;
    }

    .Paragraph--bold {
        font-weight: 700;
    }
    .Paragraph--normal {
        font-size: 17px;
    }
    .FeatureCard__List {
        padding: 0;
        margin: 0 !important;
    }
    .FeatureCard__ListItem {
        list-style-type: none !important;
        line-height: 1.4;
        margin-bottom: 4px;
        font-size: 15px;
        padding: 0 0 0 30px;
        position: relative;
        color: #0b0b09;
    }
    .FeatureCard__ListItem::before {
        content: " ";
        display: block;
        position: absolute;
        left: 0;
        background-image: url('/cdn/shop/files/tick.webp?v=1691410009');
        background-size: cover;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        top: 2px;
    }

    .FeatureCard__Link {
        cursor: pointer;
        margin-top: 0;
        font-size: 17px;
        text-align: right;
        position: absolute;
        bottom: 32px;
        right: 20px;
        color: #0b0b09;
        font-weight: 600;
        letter-spacing: 1px;
    }

    a:focus, 
    a:not([disabled]):hover {
        color: #4e4c4c;
    }

    .scrollable-wrapper {
        max-width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .rte table {
        table-layout: fixed;
    }

    .calulation-table table td {
        border: 1px solid #eef2f6;
        width: 100px;
        text-align: center;
        padding: 2px 10px;
        font-size: 13px;
    }

    /* payment options page */

/* Warranty page css start */

.tabs-warranty {
    font-size: 0;
    text-align: center
}

.tabs-warranty li {
    display: inline-block;
    width: calc(11.11% - 7px);
    vertical-align: top;
    margin-bottom: 7px;
    margin-right: 7px
}

.tabs-warranty li a {
    opacity: .5
}

.tabs-warranty li a.active {
    opacity: 1
}

.tabs-warranty li:nth-child(9n) {
    margin-right: 0
}

.tabs-content-warranty {
    padding: 15px 0 30px
}

.tabs-content-warranty .h3,.tabs-content-warranty h3 {
    background: #232f3e;
    padding: 10px 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Rubik', sans-serif;
    margin-top: 20px
}

.tabs-content-warranty p {
    font-family: 'Rubik', sans-serif;
    margin: 0 0 19.4444444444px;
}

.tabs-content-warranty p a,.tabs-content-warranty p a:hover {
    color: #df232a;
    border-bottom: 1px solid #df232a
}

.tabs-content-warranty ul {
    list-style: disc outside;
    margin: 0 0 17.5px 35px
}

.tabs-content-warranty ul li {
    margin-bottom: 4px;
    list-style: inherit;
    font-size: 15px;
    font-family: 'Rubik', sans-serif;
}

.tabs-content-warranty div {
    padding: 0 15px
}

.tabs-content-warranty .h3, .tabs-content-warranty h3 {
    margin: 0 0 17.5px;
    font-family: 'Rubik', sans-serif;
}
/* Warranty page css End */

.terms_condition_main .terms_condition_image_main img,
.returns_main .returns_image_main img {
    width: 100%;
    display: flex;
}

#shopify-section-template--16113124638917__Warranty-Tabs .container {
    max-width: 1230px;
}

.faqs_main.common-pages-new.container {
    max-width: 100%;
}

.faqs_inner_text_new {
	margin-top: 15px;
	background: #fff;
}

.Klarna_main .accordion-page-main, 
.faqs_main .accordion-page-main {
	margin: 0 0 10px;
}

.careers_main.common-pages-new {
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
}

.page-width.Payment_Options_main.common-pages-new {
    max-width: 100%;
}

.page-width.Payment_Options_main.common-pages-new ul.tabs {
    margin: 0;
}

.page-width.Payment_Options_main.common-pages-new #shopify-section-Payments-Options-New-3 {
    display: inline-block;
}

.page-width.Payment_Options_main.common-pages-new .rte.common-pages-inner-new.Payment_Options_inner_text_new {
    border-radius: 0;
}

.privacy_polisy_main .privacy_polisy_image_main img {
	width: 100%;
	display: flex;
}

.weee_inner_text_new {
	margin-top: 15px;
	background: #fff;
}

/* CMS page style end */


/* Back to top */

#button-top {
    display: inline-block;
    background-color: #ed1b30;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 85px;
    right: -3px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button-top::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#button-top:hover {
    cursor: pointer;
    background-color: #333;
}
#button-top:active {
    background-color: #555;
}

#button-top.show {
    opacity: 1;
    visibility: visible;
}

/* Back to top */



/* Media query start */

@media only screen and (max-width:1700px) {
    .navigation-wrapper .navigation>ul>li {
        padding: 0 12px
    }
}

@media only screen and (max-width:1599px) {
    .service-fea-info-new {
        padding-left: 15px
    }

    .service-fea-info-new p,
    .service-fea-info-new h3,
    .service-fea-info-new .h3 {
        font-size: 20px
    }

    .site-footer__item-inner--newsletter .site-footer__newsletter .contact-form .input-group {
        min-width: 350px
    }
}

@media only screen and (max-width:1439px) {
    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2 {
        max-width: 990px
    }
}

@media only screen and (max-width:1400px) {
    .navigation-wrapper .navigation {
        margin-left: 15px;
        width: calc(100% - 145px)
    }

    .navigation-wrapper .all-categories {
        width: 130px
    }

    .navigation-wrapper .all-categories>a:after {
        margin-left: 12px
    }

    .navigation-wrapper .navigation>ul>li {
        padding: 0 6px
    }

    .myaccount__order-history table thead th {
        font-size: 16px
    }

    .myaccount__order-history table tbody td {
        font-size: 14px
    }
    .collections-list-wrapper .grid__item .collection-grid-item .box img {
        max-height: 170px;
    }
}

@media only screen and (max-width:1399px) {
    .service-fea-info-new {
        padding-left: 10px
    }

    .service-fea-info-new p,
    .service-fea-info-new h3,
    .service-fea-info-new .h3 {
        font-size: 18px;
        line-height: 22px
    }

    .service-fea-new .service-fea-in-new:first-child .service-fea-info-new h3 {
        font-size: 14px;
        line-height: 22px
    }

    .service-fea-image-new img {
        max-height: 32px
    }

    .homepage-category-carousel .homepage-category-wrapper {
        padding-bottom: 20px;
        padding-top: 20px
    }

    .homepage-category-carousel .homepage-category-wrapper img {
        margin-bottom: 10px;
        max-height: initial;
      margin-top: 0;
    }

    .homepage-category-carousel .homepage-category-wrapper h3 {
        margin: 0 0 5px;
        font-size: 16px
    }

    .homepage-category-carousel .homepage-category-wrapper p {
        font-size: 16px
    }
}

@media only screen and (max-width:1325px) {
    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2 {
        max-width: 850px
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.sub-item {
        width: 210px;
        padding: 19px
    }
}

@media only screen and (max-width:1320px) {
    .account-page-wrapper .login-container .account-wrapper {
        padding: 0 40px
    }
}

@media only screen and (max-width:1300px) {
    body .contact-main-page .contact-page-section {
        flex-wrap: wrap
    }

    body .contact-main-page .contact-page-section .contact-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px
    }

    body .contact-main-page .contact-page-section .contact-right {
        width: 100%
    }
}

@media only screen and (max-width:1241px) {
    .myaccount__account-details {
        padding-left: 0
    }
}

@media only screen and (min-width:1200px) {
    .site-footer__content {
        -ms-flex-wrap: inherit;
        flex-wrap: inherit;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .filter-sidebar {
        width: 20%;
    }
}

@media only screen and (max-width:1200px) {
    .minicart-wrapper {
        padding-left: 15px
    }

    .main-header .header-top .header-right .searchForm {
        margin-right: 15px;
        min-width: 300px
    }

    .main-header .header-top .header-right .account-links-group nav>ul li {
        margin-right: 15px
    }

    .navigation-wrapper .navigation {
        margin-left: 10px;
        width: calc(100% - 125px)
    }

    .navigation-wrapper .navigation>ul>li {
        padding: 0 5px;
        font-size: 12px
    }

    .navigation-wrapper .all-categories {
        width: 105px
    }

    .navigation-wrapper .all-categories>a {
        font-size: 12px
    }

    .navigation-wrapper .all-categories>a:after {
        margin-left: 8px
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item {
        font-size: 12px;
        min-width: 150px
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.sub-item {
        width: 175px;
        padding: 15px
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.sub-item>ul.level-3>li {
        font-size: 12px
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.sub-item>a {
        font-size: 14px;
        margin-bottom: 10px
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.offers {
        width: 175px
    }

    .main-slider-section .main-slider-inner .main-slider-left .page-width {
        padding-left: 40px;
        padding-right: 40px
    }

    .main-slider-section .main-slider-inner .main-slider-left .page-width .slideshow__title {
        font-size: 54px
    }

    .main-slider-section .main-slider-inner .main-slider-left .page-width .slideshow__title span {
        font-size: 26px
    }

    .main-slider-section .main-slider-inner .main-slider-left .page-width .mega-subtitle.slideshow__subtitle {
        font-size: 62px
    }

    .template-customers-addresses .homepage-content-wrapper .address-list {
        margin: 0 -8px 0
    }

    .template-customers-addresses .homepage-content-wrapper .address-list>li {
        width: 50%;
        padding: 0 8px 15px
    }

    #shopify-section-cart-template .cart {
        margin-bottom: 40px
    }

    #shopify-section-cart-template .cart .cart-table {
        width: calc(100% - 265px)
    }

    #shopify-section-cart-template .cart .cart__footer {
        width: 250px
    }

    #shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__image-wrapper {
        margin-right: 15px
    }
    .collections-list-wrapper .grid__item .collection-grid-item__title {
        font-size: 18px;
    }
}

@media only screen and (min-width:1199px) {
    .overlayer_menu_hover_2:before {
        content: '';
        background-color: #7e7e7eb0;
        height: 100vh;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        z-index: 9
    }

    .overlayer_menu_hover_2 {
        position: relative
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.sub-item {
        width: 182px;
        padding: 17px
    }
}

@media only screen and (max-width:1199px) {
    .offer-section .box {
        height: auto
    }

    .offer-section .box h3 {
        font-size: 36px
    }

    .offer-section .box h3 strong {
        font-size: 39px
    }

    .offer-section .box h3 span {
        font-size: 18px
    }

    .site-footer__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .site-footer .site-footer__content .site-footer__item {
        width: 33.333%;
        padding-left: 0;
        margin-bottom: 40px
    }

    .site-footer .site-footer__content .site-footer__item:nth-child(5) {
        width: 15%
    }

    .site-footer .site-footer__content .site-footer__item:last-child {
        width: 51%
    }

    .footer_logo_main_new img {
        max-width: 110px
    }

    .site-footer .site-footer__item .site-footer__item-inner.site-footer__item-inner--text_logo_contact p {
        font-size: 14px;
        line-height: 1.4
    }

    .copyright-container .grid {
        margin-top: 20px
    }

    .site-footer {
        font-size: 12px
    }

    .site-footer .site-footer__copyright-content,
    .site-footer .site-footer__copyright-content.site-footer__copyright-content-powered-by,
    .site-footer .site-footer__copyright-content.site-footer__copyright-content-powered-by a {
        font-size: 12px
    }

    .site-footer .site-footer__item p.h4 {
        font-size: 16px;
        margin-bottom: 15px
    }

    .service-fea-info-new {
        padding-left: 5px
    }

    .service-fea-info-new p,
    .service-fea-info-new h3,
    .service-fea-info-new .h3 {
        font-size: 14px;
        line-height: 18px
    }

    .service-fea-image-new img {
        max-height: 26px
    }

    .service-fea-new .service-fea-in-new:first-child .service-fea-info-new h3 {
        font-size: 12px;
        line-height: 18px
    }

    .filter-sidebar {
        width: 33.333%;
    }

    .collections-grid {
        width: 66%;
        padding-left: 15px;
    }

    .collections-grid__wrapper {
        display: grid;
        gap: 15px;
        grid-template-columns: 1fr 1fr;
    }

    .collections-grid__wrapper+ul {
        margin-top: 15px;
    }

    body .delivery-info .delivery-info-container {
        gap: 15px;
    }

    .delivery-info .delivery-info-container {
        flex-wrap: wrap;
    }

    .product__main-container .product__details-main .delivery-info .delivery-info-wrapper {
        width: 100%;
    }

    .delivery-info .delivery-info-container>div,
    .delivery-info .delivery-info-container>div klarna-placement {
        width: 100%;
        display: block;
    }

    .delivery-info .delivery-info-container>div klarna-placement>div {
        max-width: 100% !important;
    }

    .product__main-container .product__details-main .delivery-info {
        margin-bottom: 0;
    }

    .product__main-container .product__main--main-slider .product-thumb {
        width: 80px;
    }

    .product__main-container .product__main--main-slider .product-main-image {
        width: calc(100% - 80px);
    }

    .product__main-container .product__main--main-slider .product-thumb .slick-list {
        padding: 4px 10px 0 0;
    }

    .product__main-container .product__details-main .price-wrapper .price-container .new-price,
    .product__main-container .product__details-main .price-wrapper .price-container .old-price {
        margin-right: 10px;
    }

    div#w3-product-accessories {
        margin-top: 0 !important;
        margin-left: 0 !important;
        width: 100% !important;
        padding: 0;
    }

}

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

    .account-page-wrapper .login-container .account-wrapper input[type="text"],
    .account-page-wrapper .login-container .account-wrapper input[type="email"],
    .account-page-wrapper .login-container .account-wrapper input[type="password"] {
        height: 40px
    }

    .account-page-wrapper .login-container .account-wrapper .subheading {
        margin-bottom: 15px
    }

    .account-page-wrapper .login-container .account-wrapper input[type="text"],
    .account-page-wrapper .login-container .account-wrapper input[type="email"],
    .account-page-wrapper .login-container .account-wrapper input[type="password"] {
        height: 40px;
        margin-bottom: 10px
    }

    .account-page-wrapper .login-container .account-wrapper .btn {
        height: 40px;
        margin-bottom: 15px
    }

    .account-page-wrapper .login-container .account-wrapper .heading {
        margin-bottom: 15px;
        font-size: 26px
    }

    .account-page-wrapper .login-container .account-wrapper.register-wrapper .heading {
        margin-bottom: 15px
    }

    .account-page-wrapper .login-container .account-wrapper .bottom-link {
        font-size: 12px
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    #shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__image {
        max-height: 90px;
        max-width: 90px
    }

    #shopify-section-cart-template .cart .cart-table .cart__qty-input {
        width: 40px
    }

    body #shopify-section-cart-template .cart .cart-table .cart__row p.cart__remove {
        margin-left: 5px
    }
}

@media only screen and (min-width:992px) and (max-width:1024px) {
    #shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__product-information .list-view-item__title {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (min-width:992px) {

    .main-header .header-top .mobile-menu,
    .navigation-wrapper .mobile-search {
        display: none
    }

    .navigation-wrapper .all-categories:hover .sub-item-dropdown {
        display: block
    }

    .navigation-wrapper .all-categories:hover .sub-item-dropdown ul.submenu.level-1>li.item:hover>ul.level-2 {
        display: block
    }

    .minicart-wrapper a.mobile-user-icon {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__product-information .list-view-item__title {
        font-size: 12px
    }
}

@media only screen and (min-width:750px) and (max-width:1000px) {
    .Payment_Options_main .payment-icon-po {
        max-width: 30%;
    }
    .Payment_Options_main .FeatureCards {
        display: block;
    }
    .Payment_Options_main .FeatureCard {
        width: 100%;
        margin: auto;
        max-width: 100%;
    }
}

@media only screen and (min-width: 990px) {
    .cart__meta {
        width: 45%
    }

    .cart__image-wrapper {
        padding-right: 3rem;
        flex: 9rem 0 0
    }

    .myaccount__order-history {
        -webkit-flex: 1 0 66.6666666667%;
        -moz-flex: 1 0 66.6666666667%;
        -ms-flex: 1 0 66.6666666667%;
        flex: 1 0 66.6666666667%
    }

    .myaccount__account-details {
        -webkit-flex: 1 0 33.3333333333%;
        -moz-flex: 1 0 33.3333333333%;
        -ms-flex: 1 0 33.3333333333%;
        flex: 1 0 33.3333333333%
    }
}

@media only screen and (max-width:1037px) {
    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2 {
        max-width: 740px
    }
}

@media only screen and (max-width:992px) {
    body .navigation-wrapper .all-categories .sub-item-dropdown li ul.level-3 {
        display: none
    }
}

@media only screen and (max-width:991px) {
    body .navigation-wrapper .all-categories a.menu-active::after {
        content: "\f077"
    }

    .main-header .header-top .header-right .searchForm,
    .main-header .header-top .header-right .account-links-group {
        display: none
    }

    body .container {
        max-width: 100%
    }

    .main-header .header-top {
        justify-content: flex-start;
        align-items: center
    }

    .main-header .header-top .logo {
        margin: 0;
        display: inherit;
        width: 100%
    }

    .mobile-menu {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 15px
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 30px;
        height: 3px;
        background-color: #918f8f;
        margin: 5px 0;
        transition: .4s;
    }

    .mobile-menu.active .bar1 {
        transform: translate(0, 11px) rotate(-45deg)
    }

    .mobile-menu.active .bar2 {
        opacity: 0
    }

    .mobile-menu.active .bar3 {
        transform: translate(0, -6px) rotate(45deg)
    }

    html.nav-open body.body-nav-open {
        left: calc(100% - 55px);
        overflow: hidden
    }

    .navigation-wrapper nav.navigation {
        transition: left .3s;
        height: 100%;
        left: calc(-1*(100% - 55px));
        overflow: auto;
        position: fixed;
        top: 0;
        width: calc(100% - 55px);
        margin: 0
    }

    html.nav-open .navigation-wrapper nav.navigation {
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, .75);
        left: 0;
        z-index: 99
    }

    body .navigation-wrapper .navigation>ul {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 20px
    }

    body .navigation-wrapper .navigation>ul>li {
        font-size: 14px;
        padding: 0;
        width: 100%;
        box-sizing: border-box
    }

    body .navigation-wrapper .navigation>ul>li>a {
        padding: 12px 0;
        margin: 0 25px
    }

    html.nav-open body.body-nav-open .mobile-menu {
        position: fixed;
        height: 100vh;
        top: 0;
        z-index: 9999;
        width: 55px;
        margin-left: -15px;
        background: #00000054;
        padding-top: 20px;
        padding-left: 13px
    }

    html.nav-open body.body-nav-open .mobile-menu div {
        background-color: #fff !important
    }

    html.nav-open body.body-nav-open a.logo {
        margin-left: 40px
    }

    body .mobile-search form.search-form {
        display: none
    }

    body .navigation-wrapper .all-categories {
        border-right: 0;
        padding: 12px 0;
        width: auto
    }

    body .navigation-wrapper .container {
        justify-content: space-between
    }

    body .mobile-search .seachIcon svg path {
        fill: #fff;
        stroke: #fff
    }

    body .navigation-wrapper .all-categories>a {
        font-size: 14px
    }

    .mobile-search.search-active form.search-form {
        display: block !important;
        position: absolute;
        left: 0;
        z-index: 9;
        top: 45px;
        background: #FFF;
        padding: 15px;
        right: 0;
        box-shadow: 0 3px 5px #323232bf
    }

    .mobile-search .search-form input {
        width: calc(100% - 45px);
        border: 0
    }

    .mobile-search .search-form button {
        background: no-repeat;
        border: 0;
        padding-left: 20px;
        position: relative;
        top: 4px
    }

    body .navigation-wrapper .all-categories .sub-item-dropdown.menu-open {
        display: block;
        padding: 5px 15px 0;
        right: 0
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1 {
        padding: 15px;
        border-radius: 5px
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>a::after {
        display: none
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul {
        display: block !important;
        margin-left: 15px
    }

    .navigation-wrapper .all-categories .sub-item-dropdown li ul {
        position: static !important
    }

    body .sub-item-dropdown ul li.parent a {
        position: relative
    }

    body .sub-item-dropdown ul li.parent a a.toggleicon {
        position: absolute;
        left: 0;
        right: 0;
        height: 100%;
        top: 0;
        width: 100%
    }

    body .sub-item-dropdown ul li.parent a a.toggleicon::after {
        content: "\f078";
        display: inline-block;
        color: var(--white);
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        right: 0;
        top: 8px
    }

    body .sub-item-dropdown ul li.parent a.active a.toggleicon::after {
        content: "\f077"
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item {
        font-size: 14px
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul li.offers {
        display: none
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2 {
        background: transparent;
        max-width: 100%
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items>ul>li.sub-item>a {
        margin: 0;
        padding: 6px 30px 6px 0;
        font-size: 13px
    }

    .navigation-wrapper .all-categories .sub-item-dropdown li ul.level-3 {
        margin-left: 15px
    }

    .navigation-wrapper .all-categories .sub-item-dropdown li ul.level-3 a {
        font-size: 13px !important
    }

    .navigation-wrapper .navigation>ul>li .sub-menu-item {
        display: block;
        position: relative;
        left: 20px;
        min-width: inherit;
        width: calc(100% - 40px)
    }

    .minicart-wrapper {
        padding-left: 15px;
        display: flex;
        width: 100px;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center
    }

    .minicart-wrapper .mobile-user-icon {
        width: 25.035px;
        height: 25.035px;
        margin-right: 10px
    }

    .minicart-wrapper .mobile-user-icon img {
        width: 25.035px;
        height: 25.035px
    }

    .navigation-wrapper .all-categories .offers .special-offers img {
        display: none
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items li.sub-item {
        padding: 0 15px 0 0 !important;
        width: 100% !important
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item>ul.level-2>li .submenu-items {
        width: 100% !important
    }

    .service-fea-new {
        margin-bottom: -76px;
        padding: 0
    }

    .service-fea-in-new {
        width: 50%;
        margin-bottom: 0;
        padding: 10px 0 10px 12px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-shadow: 0 1px 6px #00000029
    }

    .service-fea-info-new {
        padding-left: 0
    }

    .service-fea-info-new p,
    .service-fea-info-new h3,
    .service-fea-info-new .h3 {
        font-size: 12px;
        line-height: 14px
    }

    .service-fea-new .service-fea-in-new:first-child .service-fea-info-new h3 {
        line-height: 14px
    }

    .service-fea-image-new {
        width: 100%;
        float: none;
        text-align: left;
        margin-bottom: 5px
    }

    .service-fea-image-new img {
        max-height: 22px
    }

    .main-slider-section .main-slider-inner .slideshow__text-wrap--mobile {
        height: 100%;
        width: 100%
    }

    .main-slider-section .main-slider-inner .slideshow__arrows--mobile {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: absolute;
        top: 0;
        right: 0;
        margin-bottom: 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: auto;
        bottom: 0;
        left: 0;
        height: auto
    }

    .slideshow__arrows--mobile~.slideshow__text-content--mobile {
        padding-top: 0;
        top: 50%;
        position: relative;
        transform: translateY(-50%)
    }

    body .navigation-wrapper .all-categories a.menu-active::after {
        content: "\f077"
    }

    body .top-deals-section .section-heading {
        flex-direction: column;
        gap: 0
    }

    body .top-deals-section .section-heading h2.section-title {
        border-bottom: 1px solid #d1d1d1;
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    body .top-deals-section .section-heading .section-timer div#timer {
        flex-direction: column;
        align-items: baseline
    }

    body .top-deals-section .section-heading .section-timer div#timer label {
        margin-right: 0;
        margin-bottom: 5px
    }

    body .top-deals-section .section-heading {
        border: 0;
        padding: 0;
        margin-bottom: 20px
    }

    body .top-deals-section .section-heading .section-timer div#timer .timeSection .time {
        min-width: auto;
        font-size: 12px;
        padding: 7px
    }

    .main-slider-section {
        margin-top: 15px
    }

    .main-header .header-top .header-right .searchForm,
    .main-header .header-top .header-right .account-links-group {
        display: none
    }

    .main-slider-section .main-slider-inner .main-slider-left {
        width: 100%
    }

    .main-slider-section .main-slider-inner .main-slider-right {
        display: none;
        height: 0;
        width: 0;
    }

    .main-slider-section .main-slider-inner .main-slider-right .right-banner,
    .main-slider-section .main-slider-inner .main-slider-right .right-banner>a,
    .main-slider-section .main-slider-inner .main-slider-right .right-banner img {
        height: 0;
        display: none;
        width: 0;
    }

    .main-slider-section .main-slider-inner .main-slider-left .slideshow .slideshow__slide {
        height: 340px
    }

    .main-slider-section .main-slider-inner .main-slider-left .desktop_slider_image_new {
        display: block
    }

    .main-slider-section .main-slider-inner .slideshow__text-wrap--mobile {
        margin: 0;
        height: auto;
        position: absolute;
        top: 50% !important;
        transform: translateY(-50%);
        color: #fff;
        z-index: 9;
        display: block
    }

    .main-slider-section .main-slider-inner .main-slider-left .page-width .slideshow__title {
        font-size: 34px;
        color: #fff
    }

    .main-slider-section .main-slider-inner .main-slider-left .page-width .slideshow__title span {
        font-size: 20px;
        display: block;
        margin-top: 8px
    }

    .main-slider-section .main-slider-inner .main-slider-left .page-width .mega-subtitle.slideshow__subtitle {
        font-size: 30px;
        color: #fff;
        margin-top: 5px
    }

    .main-slider-section .main-slider-inner .main-slider-left .page-width {
        padding-left: 30px;
        padding-right: 30px
    }

    .slideshow__text-content:after {
        display: none
    }

    .mobile_slider_image_new img {
        opacity: 0
    }

    .homepage-content-wrapper .title-wrapper .product-category-tabs {
        font-size: 14px
    }

    .homepage-content-wrapper .title-wrapper .product-category-tabs li {
        margin-left: 20px
    }

    .myaccount__account-details .box-design {
        padding: 20px;
        margin-bottom: 20px;
        font-size: 16px
    }

    .myaccount__account-details>p {
        font-size: 16px;
        margin-bottom: 10px
    }

    .account-page-wrapper .login-container .account-image {
        display: none
    }

    .account-page-wrapper .login-container .account-wrapper {
        padding: 40px;
        width: 100%
    }

    #shopify-section-cart-template .cart .cart-table {
        width: 100%;
        margin-bottom: 20px
    }

    #shopify-section-cart-template .cart .cart__footer {
        width: 100%
    }

    .cart__footer__wrapper .small--text-center {
        width: 100%;
        margin-bottom: 20px
    }

    #shopify-section-cart-template .cart .cart__footer .cart__shipping {
        text-align: left
    }

    .cart__buttons-container {
        max-width: 100%
    }
}

@media only screen and (min-width: 768px) {
    .top-deals-section .products-items-grid .product-item .item .product-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .top-deals-section .products-items-grid .product-item .item .product-info .product-image {
        padding: 0 0 20px 5px;
        width: 45%
    }

    .top-deals-section .products-items-grid .product-item .item .product-info .product-details {
        padding: 10px 20px 20px 10px;
        width: 55%
    }

    .top-deals-section .products-items-grid .product-item .item .product-info .product-details .price-wrapper {
        margin-bottom: 20px
    }

    .filter-button-mobile,
    .filter-title,
    .quick-add-button,
    .filter-mobile-title,
    .selected-filters-options.selected-filters-options-mobile,
    .sort-options .sort-options-dropdown-content .sort-title>button {
        display: none;
    }

    .sortby-wrapper .sort-by {
        justify-content: flex-end;
    }

    .sortby-wrapper .sort-by .sortby-toolbar {
        width: auto;
        display: inline-flex;
        align-items: center;
    }

    .sortby-wrapper .sort-by .sortby-toolbar .sortby-dropdown {
        padding: 5px 10px;
        max-width: 155px;
        font-size: 13px;
    }

    .collections-grid {
        position: relative;
    }

    .sortby-wrapper {
        position: absolute;
        right: 0;
        top: -45px;
    }

    .qty-new .product-form__item label.mobile-lable {
        display: none;
    }

    .product__main-container .product__details-main .price-wrapper .price-container .discount-price.mobile-discount-price {
        display: none;
        margin-right: 20px;
    }
}

@media only screen and (min-width: 750px) {

    .disclosure__toggle,
    select {
        padding-top: 10px;
        padding-left: 18px;
        padding-bottom: 10px;
    }

    input,
    textarea {
        padding: 10px 18px;
    }

    .form-message,
    .note {
        padding: 10px;
    }

    .input-group__btn .btn,
    .input-group__btn .shopify-payment-button .shopify-payment-button__button--unbranded,
    .input-group__field,
    .input-group__field input,
    .shopify-payment-button .input-group__btn .shopify-payment-button__button--unbranded {
        min-height: 46px;
    }

    .announcement-bar__message {
        padding-left: 55px;
        padding-right: 55px
    }

    .copyright-container .grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 40px;
        padding-bottom: 20px
    }

    .copyright-container .grid .grid__item.site-footer-item-tall {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        text-align: left;
        height: auto
    }

    .copyright-container .grid .grid__item.site-footer-item-tall .footer_copyright_new {
        text-align: left;
        margin: 0
    }

    .copyright-container .grid .payment-mobile-new {
        padding: 0
    }

    .copyright-container .grid .payment-mobile-new li.payment-icon {
        margin-bottom: 0
    }

    .copyright-container .grid .payment-mobile-new .site-footer__icon-list {
        text-align: right
    }

    .footer_mobile_accordion_new {
        display: none;
    }

    .site-footer .site-footer__content .site-footer__item .site-footer__item-inner.site-footer__item-inner--text_logo_contact p.h4 {
        display: none !important;
    }

    .site-footer .site-footer__content .site-footer__item ul.site-footer__linklist,
    .site-footer .site-footer__content .site-footer__item .site-footer__item-inner.site-footer__item-inner--text_logo_contact .site-footer__item-inner__address {
        display: block !important;
        height: auto !important;
        padding: 0 !important;
        overflow: visible !important;
    }

    .site-footer__item {
        padding: 0 15px;
        margin-bottom: 45px;
    }

    .site-footer__item--center {
        -webkit-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
    }

    .site-footer__item--center>* {
        text-align: center;
    }

    .site-footer__item--full-width .site-footer__item-inner--newsletter {
        max-width: 50%;
    }

    .site-footer__linklist-item {
        padding: 0 30px 5px 0;
    }

    .site-footer__icon-list {
        padding-bottom: 15px;
    }

    .site-footer__social-icons {
        padding-top: 7.5px;
        text-align: right;
    }

    .social-icons__item:last-of-type {
        padding-right: 0;
    }

    .site-footer-item-align-right {
        text-align: right;
    }

    .site-footer-item-tall {
        margin-bottom: 15px;
        height: 46px;
    }

    .site-footer-item-tall .site-footer__icon-list {
        padding-bottom: 0;
    }

    .social_left_new {
        text-align: left;
        padding-top: 5px;
        padding-bottom: 0;
    }

    .social-icons__item:last-of-type {
        padding-right: 0;
    }

    .product-single__thumbnail-badge {
        width: 26px;
        height: 26px
    }

    .product-single__view-in-space[data-shopify-xr-hidden] {
        display: none
    }

    .cart-popup-wrapper {
        width: 23rem;
        right: 0
    }

    .cart-header {
        margin-bottom: 1.7rem
    }

    .cart-header__title {
        margin-bottom: 1rem
    }

    .cart td {
        padding-left: 22px;
        padding-right: 22px
    }

    .cart__meta {
        width: 40%
    }

    .cart__image-wrapper {
        padding-right: 2.5rem;
        flex: 8rem 0 0
    }

    .cart__qty {
        margin-top: 0
    }

    .cart__qty-error-message-wrapper--desktop {
        display: block
    }

    .cart__qty-error-message-wrapper--mobile {
        display: none
    }

    .cart__error-message-wrapper {
        margin-top: .8rem
    }

    .cart__row td {
        vertical-align: middle
    }

    .cart-subtotal__price {
        padding-left: 55px;
        min-width: 150px;
        display: inline-block
    }

    .cart__buttons-container {
        display: block;
        max-width: none
    }

    .cart__submit-controls {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        -ms-align-items: flex-start;
        -o-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-end;
        -ms-justify-content: flex-end;
        justify-content: flex-end
    }

    .cart__submit {
        min-height: auto;
        width: auto
    }

    .cart__submit+.cart__submit {
        margin-top: 0;
        margin-left: 10px
    }

    .cart__price {
        width: 25%
    }

    .order-discount-card-wrapper {
        justify-content: flex-end
    }

    .order-table thead th {
        text-transform: uppercase;
        padding-top: 1.25em;
        padding-bottom: 1.25em
    }

    .order-table tbody tr td,
    .order-table tbody tr th {
        padding-top: 1.25em;
        padding-bottom: 1.25em
    }

    .order-table tfoot tr td,
    .order-table tfoot tr th {
        vertical-align: bottom
    }

    .order-discount--cart {
        font-size: .8666666667em
    }

    .order-discount--cart-total {
        padding-left: 55px;
        min-width: 150px
    }

    .collection-grid-item {
        margin-bottom: 30px
    }
    .collection-grid-item__title {
        padding: 0 15px
    }    

}

@media only screen and (max-width:767px) {
    .main-header .header-top .logo img {
        max-width: 150px
    }

    div#shopify-section-header-new {
        position: sticky;
        top: 0;
        z-index: 10000;
        width: 100%;
        left: 0
    }

    .main-slider-section .main-slider-inner .main-slider-left .slideshow .slideshow__slide {
        display: flex;
        flex-direction: column;
        height: calc(340px+20px)
    }

    .main-slider-section .mobile_slider_image_new img {
        border-radius: 10px
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item.content-arrow-none {
        display: inline-block;
        vertical-align: middle;
        width: 28%;
        min-width: 92px;
        border: 0;
        margin: 15px 5px 0
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item.content-arrow-none a {
        padding: 10px;
        text-align: center;
        border-radius: 3px;
        box-shadow: 0 0 8px #fffc;
        font-size: 13px;
        font-weight: 700
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item.content-arrow-none a[href="/collections/hot-deals"] {
        background: #e81516;
        color: #fff
    }
    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item.content-arrow-none a[href="/collections/new-arrivals"] {
        background: #0551e0;
        color: #fff
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item.content-arrow-none a[href="/collections/clearance"] {
        background: #ffe100;
        color: #000
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item.content-arrow-none a[href="/collections/warehouse-deals"] {
        background: #fff;
        color: #000
    }

    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item.content-arrow-none a[href="/collections/hot-deals"]:hover,
    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item.content-arrow-none a[href="/collections/clearance"]:hover,
    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item.content-arrow-none a[href="/collections/new-arrivals"]:hover,
    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item.content-arrow-none a[href="/collections/warehouse-deals"]:hover {
        opacity: .8
    }

    .homepage-content-wrapper .section-title {
        font-size: 16px;
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    .homepage-content-wrapper .section-title span:after {
        bottom: -19px
    }

    .homepage-category-carousel .slick-list {
        padding: 6px 0;
        margin: 0 -6px
    }

    .homepage-category-carousel .slick-slide {
        padding: 0 6px
    }

    .homepage-category-carousel .homepage-category-wrapper h3,
    .homepage-category-carousel .homepage-category-wrapper p {
        font-size: 12px
    }

    .homepage-category-carousel .homepage-category-wrapper {
        padding-bottom: 18px;
        padding-top: 18px;
        padding-left: 5px;
        padding-right: 5px
    }

    .homepage-category-carousel.new-slider .homepage-category-wrapper img {
        margin-bottom: 10px;
    }

    .homepage-category-carousel.new-slider .homepage-category-wrapper h3,
    .homepage-category-carousel.new-slider .homepage-category-wrapper p {
        font-size: 15px;
    }

    .homepage-category-carousel.new-slider .homepage-category-wrapper {
        padding-bottom: 8px;
    }

    .homepage-category-carousel.new-slider .homepage-category-wrapper img {
        padding: 0px 10px;
    }

    #button-top {
        right: 22px;
    }

    .products-carousel .slick-list {
        padding: 5px 0;
        margin: 0 -5px
    }

    .products-carousel .slick-slide {
        padding: 0 5px
    }

    .products-items-grid .product-item .item .product-info .product-details {
        padding: 10px
    }

    .products-items-grid .product-item .item .product-label-and-sku-wrapper {
        font-size: 11px
    }

    .products-items-grid .product-item .item .product-label-and-sku-wrapper .product-label {
        padding: 4px 9px 0 9px
    }

    .top-deals-carousel.products-items-grid .product-item .item .product-info .product-details h3 {
        text-overflow: ellipsis;
        max-height: 38px !important;
        height: 38px
    }

    .products-items-grid .product-item .item .product-info .product-details h3 {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 10px;
        overflow: hidden;
        max-height: 8rem;
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        max-height: 30px !important;
        height: 30px
    }

    .products-items-grid .product-item .item .product-info .product-details .price-wrapper {
        font-size: 12px;
        margin-bottom: 10px
    }

    .products-items-grid .product-item .item .product-info .product-details .bottom-details .add-to-cart .cart-btn {
        padding: 5px 9px;
        font-size: 10px
    }

    .products-items-grid .product-item .item .product-info .product-image img {
        max-height: 250px
    }

    .products-items-grid .product-item .item .product-links {
        right: 10px;
        top: 35px
    }

    .products-items-grid .product-item .item .product-links .links {
        width: 22px;
        margin-bottom: 3px;
        height: 22px
    }

    .products-items-grid .product-item .item .product-links .links a {
        height: 22px;
        width: 22px
    }

    .products-items-grid .product-item .item .product-links .links a svg {
        width: 10px
    }

    .products-carousel .slick-dots li button,
    .homepage-category-section .slick-dots li button {
        width: 8px;
        height: 8px
    }

    .products-carousel .slick-dots,
    .homepage-category-section .slick-dots {
        margin-top: 0
    }

    .top-deals-section .products-items-grid .product-item .item .product-info .product-details h3 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px
    }

    .top-deals-section .products-items-grid .product-item .item .product-info .product-details .price-wrapper {
        font-size: 16px;
        margin-bottom: 10px
    }

    .top-deals-section .products-items-grid .product-item .item .product-info .product-details .bottom-details .add-to-cart .cart-btn {
        padding: 6px 10px;
        font-size: 12px
    }

    .top-deals-section .products-items-grid .product-item .item .product-label-and-sku-wrapper {
        font-size: 12px
    }

    .top-deals-section .products-items-grid .product-item .item .product-label-and-sku-wrapper .product-label {
        padding: 2px 8px 2px
    }

    .homepage-content-wrapper .title-wrapper .product-category-tabs {
        position: relative;
        bottom: 10px;
        overflow-x: auto;
        white-space: nowrap
    }

    .homepage-content-wrapper .title-wrapper .product-category-tabs li {
        margin-left: 8px;
        margin-bottom: 10px
    }

    .main-header .header-top .logo img {
        max-width: 150px;
        height: auto
    }

    .main-slider-section .main-slider-inner .main-slider-left .desktop_slider_image_new {
        display: none
    }

    .mobile_slider_image_new img {
        opacity: 1
    }

    .main-slider-section .main-slider-inner .main-slider-left .slideshow .slideshow__slide {
        display: flex;
        flex-direction: column;
        height: calc(340px+20px)
    }

    .main-slider-section .mobile_slider_image_new img {
        border-radius: 10px
    }

    .new-desk.hide-desk {
        display: none
    }

    .banner-slideshow {
        max-height: initial;
        height: auto
    }

    .banner-slideshow .banner-slides img {
        min-height: auto;
        margin: 0 auto
    }

    .banner-slides .desk-top-image {
        display: none
    }

    .banner-slideshow .mobile-top-image {
        display: block
    }

    .offer-section {
        margin-bottom: 15px
    }

    .offer-section .box {
        margin-bottom: 10px;
        width: 100%
    }

    .offer-section .box h3 {
        font-size: 30px
    }

    .offer-section .box h3 span {
        font-size: 20px
    }

    .offer-section .box h3 strong {
        font-size: 24px
    }

    .offer-section .box.box-2 h3 span {
        left: -24px;
        font-size: 18px
    }

    body.template-collection .collection_page_layout_new {
        width: calc(50% - 10px) !important;
        margin: 0 0 10px 10px !important
    }

    body.template-collection .page-container,
    body.template-collection .page-container .breadcrumb_text_new,
    body.template-collection .offer-section {
        margin: 0
    }

    .collections-container {
        flex-wrap: wrap;
    }

    .filter-sidebar {
        width: 100%;
    }

    .facets-container {
        padding-top: 0;
        display: block;
    }

    .facets__form-vertical {
        width: 100%;
        display: block;
    }

    .active-facets {
        margin-top: 0;
    }

    .facets__heading {
        display: none;
    }

    .filter-sidebar .js-filter {
        box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.16);
        background: #fff;
        padding: 15px;
        border-radius: 6px;
        margin-bottom: 20px;
    }

    .facets__summary {
        color: #000;
        font-size: 16px;
        padding: 0;
        margin-bottom: 0;
        font-weight: 600;
        font-family: 'Rubik', sans-serif;
        padding-top: 10px;
        cursor: pointer;
        text-transform: uppercase;
        line-height: 20px;
    }

    .facets__disclosure[open] .facets__summary,
    .facets__summary:hover {
        color: #000;
    }

    .facets__summary:hover span {
        text-decoration: none;
        text-underline-offset: 0;
    }

    .facets__summary svg {
        display: none;
    }

    .facet-checkbox {
        padding: 0;
        font-size: 14px;
        color: #222;
        font-weight: 400;
    }

    .facets__item label,
    .facets__item input[type=checkbox] {
        cursor: pointer;
        margin-top: 7px;
        align-items: center;
        margin-bottom: 6px;
    }

    .facet-checkbox>svg {
        background-color: #fff;
        margin-right: 10px;
        width: 14px;
        height: 14px;
    }

    .facet-checkbox .icon-checkmark {
        left: 0;
        top: 0;
        width: 14px;
        height: 14px;
        background: transparent;
    }

    .facet-checkbox input[type=checkbox] {
        opacity: 0;
        visibility: hidden;
    }

    .facets__display-vertical {
        padding-bottom: 0;
        padding-top: 10px;
    }

    .collections-grid {
        width: 100%;
        padding-left: 0;
    }

    .collections-grid__item .product-info .product-details h3 {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 10px;
        max-height: 30px;
    }

    .collections-grid__item .product-info .product-details h3 a {
        font-size: 12px;
        line-height: 15px;
        min-height: 30px;
        height: 30px;
    }

    .collections-grid__item .product-info .product-details .price-wrapper {
        font-size: 12px;
    }

    .collections-grid__item .product-info .product-details .price-wrapper .normal-price strong {
        font-size: 10px;
    }

    .collections-grid__item .product-info .product-details .bottom-details .add-to-cart .cart-btn {
        font-size: 11px;
    }


    .filter-sidebar {
        padding-left: 0;
    }

    .selected-filters-options {
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        border-bottom: 1px solid #979797;
        padding-bottom: 10px;
    }

    .filter-sidebar {
        position: fixed;
        top: 0;
        width: 75%;
        background: #fff;
        z-index: 100002;
        transition: transform .15s cubic-bezier(.165, .84, .44, 1);
        right: 0;
        bottom: 0;
        border-top: 0;
        transform: translateX(100%);
        transition-duration: .45s;
    }

    .filter-sidebar.activeFilterMobile {
        transform: translateY(0);
    }

    html.js.active--filter--mobile body:after {
        content: "";
        position: fixed;
        background: rgba(0, 0, 0, 0.4);
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        display: block;
        z-index: 1000;
    }

    .filter-sidebar .filter-content .filter-option-title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .filter-sidebar .filter-option-content {
        display: none;
        padding-left: 15px;
        padding-right: 15px;
    }

    .filter-sidebar .filter-content>ul>li {
        margin-top: 5px;
    }

    .filter-sidebar .filter-title {
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        padding: 0 0 0 20px;
        height: 54px;
        border-bottom: 1px solid #000;
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .filter-sidebar .filter-title h3 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 700;
        line-height: 19px;
        margin: 0;
        padding: 0;
    }

    .filter-sidebar .filter-title button {
        background: transparent;
        border: 0;
        width: 58px;
        height: 54px;
        margin: 0;
        outline: 0;
        cursor: pointer;
    }

    .filter-sidebar .filter-title button svg {
        width: 28px;
        height: 28px;
        vertical-align: middle;
        fill: currentColor;
        display: inline-block;
    }

    .filter-sidebar .filter-title button svg path {
        fill: none !important;
        stroke-width: 2px;
        stroke: currentColor !important;
        stroke-linecap: miter;
        stroke-linejoin: miter;
    }

    .filter-sidebar .filter-content {
        display: inline-block;
        width: 100%;
        opacity: 0;
        transform: translateY(60px);
        transition: transform .85s cubic-bezier(.165, .84, .44, 1) .195s, opacity .85s cubic-bezier(.165, .84, .44, 1) .27s;
        padding-left: 0;
        padding-right: 0;
        padding-top: 5px;
        overflow-y: auto;
        height: calc(100% - 64px);
    }

    .filter-sidebar.activeFilterMobile .filter-content {
        transform: translateY(0);
        opacity: 1;
    }

    .sort-options .filter-mobile-title {
        padding-right: 7.5px;
        flex: 0 1 50%;
        margin: auto 0;
        line-height: 1.6;
    }

    .sort-options .filter-mobile-title span {
        margin: auto 0;
        font-size: 14px;
        padding-left: 15px;
        text-transform: uppercase;
    }

    .sort-options .filter-mobile-title svg {
        transform: rotate(90deg);
        width: 10px;
        height: 12px;
        margin-left: 4px;
        margin-top: -2px;
        transition: transform .3s;
    }

    .filter-sidebar .filter-group .options-list li {
        padding-left: 15px;
        padding-right: 15px;
    }

    .filter-form .filter-group-display__price-range {
        padding: 15px;
    }

    .filter-form .filter-group-display__price-range+.filter-group-display__submit {
        padding: 0 15px;
    }

    .filter-button-mobile {
        color: var(--white);
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        background: var(--crimson);
        cursor: pointer;
        padding: 10px 0;
        border: 0;
    }

    .sortby-wrapper .sort-by .sortby-toolbar label {
        display: none;
    }

    .selected-filters-options {
        box-shadow: none;
        padding: 0 15px;
        position: relative;
        border-radius: 0;
    }

    .selected-filters-options>span {
        margin-bottom: 10px;
    }


    .selected-filters-options .clear-all-btn {
        top: 0px;
    }

    .filter-sidebar .filter-content>.filter-form>.filter-group {
        border-bottom: 0;
        box-shadow: none;
        padding: 10px 0;
        border-radius: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #ddd;
    }

    .collections-grid__item .product-info .product-details .offer-logo {
        max-width: 40px;
    }

    .qty-new .product-form__item label.desktop-lable {
        display: none;
    }

    .product-main {
        margin-bottom: 0;
    }

    .product__main-container .product__main--main-slider,
    .product__main-container .product__details-main,
    .product-bottom__wrapper .product__tabs,
    .product-bottom__wrapper .recently__products {
        width: 100%;
    }

    .product-bottom__wrapper .recently__products {
        margin-top: 15px;
    }

    .product__main-container .product__main--main-slider .product-main-image {
        width: 100%;
    }

    .product__main-container .product__main--main-slider .product-thumb {
        display: none;
    }

    .product__main-container .product__details-main .product-main__title {
        font-size: 18px;
        letter-spacing: .36px;
        margin-bottom: 15px;
    }

    .delivery-info .delivery-info-container .delivery-info-content p {
        font-size: 14px;
    }

    .product__main-container {
        padding: 20px 20px 10px;
        margin-bottom: 30px;
    }

    .product__tabs-wrapper label {
        font-size: 15px;
    }

    .product__tabs-wrapper .tab h4 {
        font-size: 1em;
    }

    .product__tabs-wrapper .tab {
        padding: 16px 20px;
    }

    .product__main-container .product__details-main .add-to-cart-wrapper .qty-wrapper .add-cart-section {
        justify-content: center;
        flex-wrap: wrap;
    }

    .qty-new .product-form__item {
        flex-basis: inherit;
        margin-right: 0;
        width: auto;
    }

    .bogof_message_new {
        text-align: center;
    }

    .product__main-container .product__details-main .price-wrapper .price-container .discount-price.desktop-discount-price {
        display: none;
    }

    .new-class-price {
        width: auto;
        align-items: center;
        display: flex;
    }

    .product__main-container .product__details-main .price-wrapper .price-container .price {
        font-size: 18px;
        width: 100%;
    }

    .product__main-container .product__details-main .price-wrapper .price-container .discount-price.mobile-discount-price {
        padding: 6px 12px;
        margin-right: 15px;
    }

    .product__main-container .product__main--main-slider .product-page-label {
        left: 0;
    }

    body .cart-popup-wrapper {
        width: calc(100% - 30px)
    }

    body #shopify-section-cart-template .cart .cart-table .cart__row .cart__quantity-td {
        width: 100%
    }

    body #shopify-section-cart-template .cart .cart-table .cart__row {
        row-gap: 10px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    body #shopify-section-cart-template .cart .cart-table .cart__row .cart-bottom-price {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    body #shopify-section-cart-template .cart .cart-table .cart__row .cart__final-price {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    body #shopify-section-cart-template .cart .cart-table .cart__row p.cart__remove {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    body #shopify-section-cart-template .cart .cart-table .cart__row .cart__quantity-td {
        margin-left: calc(102px+5px)
    }

    body #shopify-section-cart-template .cart .cart-table .cart__row .cart-bottom-price {
        margin-left: 108px
    }

    body #shopify-section-cart-template .cart .cart-table .cart__row p.cart__remove {
        margin-left: 0
    }

    body #shopify-section-cart-template .cart .cart-table .cart__row .cart-bottom-price {
        display: none
    }

    body #shopify-section-cart-template .cart .cart-table .cart__row .cart__quantity-td .qty-btn {
        padding: 5px
    }

    body #shopify-section-cart-template .cart .cart-table .cart__row .cart__quantity-td .cart__qty-input {
        width: 35px
    }

    body #shopify-section-cart-template .cart .cart-table .cart__row .cart__quantity-td .cart__qty {
        min-width: 75px
    }

    body #shopify-section-cart-template .cart .cart-table .cart__row .cart__quantity-td {
        width: 25%
    }

    body .contact-main-page .contact-page-section .contact-left .web-sales .web-sales-content,
    body .contact-main-page .contact-page-section .contact-left .trade-counter .trade-counter-content {
        flex-direction: column
    }

    body .contact-main-page .contact-page-section .left-content,
    body .contact-main-page .contact-page-section .right-content {
        width: 100% !important
    }

    body .contact-main-page .contact-page-section .left-content .contact-us-address.timings,
    body .contact-main-page .contact-page-section .left-content .mobile-fax-section {
        width: 100% !important
    }

    body .custom-page-section-main .custom-page-section h1,
    body .custom-page-section-main .custom-page-section h2,
    body .custom-page-section-main .custom-page-section h3.h4,
    body .custom-page-section-main .custom-page-section p b {
        font-size: 18px
    }

    body .custom-page-section-main .custom-page-section p,
    body .custom-page-section-main .custom-page-section ul li {
        font-size: 14px
    }

    body .custom-page-section-main .custom-page-image img {
        width: 100%;
        display: flex;
        min-height: 120px;
        background-size: cover;
        object-fit: cover;
        border-radius: 10px
    }

    .template-customers-order .homepage-content-wrapper .section-header h1 {
        font-size: 22px
    }

    .myaccount__order-history .order-status {
        font-size: 14px
    }

    .myaccount__order-history .order-status h2 {
        font-size: 16px
    }

    .template-customers-order .myaccount__order-history table .order-table__product a {
        font-size: 14px
    }

    .template-customers-order .myaccount__order-history table td.order-table__product::before {
        padding-left: 15px
    }

    .myaccount__account-details h2 {
        font-size: 20px;
        margin-bottom: 5px
    }

    .template-customers-order .myaccount__order-history table tfoot {
        font-size: 14px
    }

    .template-customers-order .myaccount__order-history table tfoot td.text-right {
        padding-right: 15px
    }

    .template-customers-order .myaccount__order-history table tfoot td.text-right:before {
        padding-left: 15px
    }

    .template-customers-order .myaccount__order-history table td[data-label="Quantity"] {
        text-align: right !important
    }

    .template-customers-order .myaccount__order-history table tfoot td.text-right[data-label="Discount"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .template-customers-order .myaccount__order-history table tfoot td.text-right[data-label="Discount"]::before {
        padding-right: 10px
    }

    .template-customers-order .myaccount__order-history table th:first-child {
        padding-top: 10px
    }

    body .wishlist__grid {
        grid-gap: 10px
    }

    .account-page-wrapper .login-container .account-wrapper {
        padding: 30px 20px;
        width: 100%
    }

    .template-customers-addresses .homepage-content-wrapper .address-list>li {
        width: 100%
    }

    .template-customers-addresses .homepage-content-wrapper .address-list>li>.form-btn>.address-new-toggle {
        font-size: 16px
    }

    .template-customers-addresses .homepage-content-wrapper .section-header h1,
    .template-customers-account .homepage-content-wrapper .section-header h1 {
        font-size: 22px
    }

    .template-customers-addresses .homepage-content-wrapper .address-list>li>.form-btn>.address-new-toggle:before {
        margin: 0 auto 10px
    }

    .template-customers-addresses .homepage-content-wrapper .address-list>li .address .h4 {
        font-size: 11px
    }

    .myaccount__order-history h2 {
        font-size: 16px;
        margin-bottom: 10px
    }

    .myaccount__order-history {
        width: 100%
    }

    .myaccount__order-history table tbody td {
        font-size: 14px;
        padding: 10px 15px
    }

    .myaccount__order-history table.responsive-table th::before,
    .myaccount__order-history table.responsive-table td::before {
        font-size: 14px;
        padding-right: 15px;
        font-family: 'Rubik', sans-serif
    }

    .myaccount__order-history table tbody th {
        padding: 10px 15px;
        line-height: 30px
    }

    .myaccount__order-history table tbody td {
        border-left: 0
    }

    .myaccount__order-history table tbody th[data-label="Order"] .btn {
        font-size: 12px;
        padding: 10px 10px
    }

    #shopify-section-cart-template .cart .cart-table .cart__row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    #shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__product-information .list-view-item__title {
        letter-spacing: .24px;
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        margin-bottom: 12px;
        max-width: inherit
    }

    #shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__product-information .cart-bottom-price div[data-cart-item-regular-price-group] {
        font-size: 14px;
        letter-spacing: .28px
    }

    #shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__product-information .cart-bottom-price div[data-cart-item-regular-price-group] span.old-price {
        margin-right: 15px
    }

    #shopify-section-cart-template .cart .cart-table .cart__row .cart__quantity-td .cart__qty {
        height: 35px;
        min-width: 120px;
        margin-top: 0
    }

    #shopify-section-cart-template .cart .cart-table .cart__row .cart__meta .cart__image {
        max-height: inherit;
        max-width: 80px
    }

    #shopify-section-cart-template .cart .cart-table .cart__row {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 18px
    }

    #shopify-section-cart-template .cart .cart-table .cart__row .cart__quantity-td {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(100% - 95px);
        margin: 10px 0 0 0
    }

    #shopify-section-cart-template .cart .cart__footer {
        padding: 22px
    }

    #shopify-section-cart-template .cart .cart__footer .cart-subtotal .cart-subtotal__title {
        font-size: 12px
    }

    #shopify-section-cart-template .cart .cart__footer .cart-subtotal .cart-subtotal__price {
        font-size: 17px
    }

    #shopify-section-cart-template .cart .cart__footer .cart__shipping {
        font-size: 14px
    }

    .cart__buttons-container .cart__submit-controls .cart__submit {
        font-size: 14px;
        height: 43px
    }

    #shopify-section-cart-template .cart .cart-table .cart__row .cart__meta {
        width: 100%
    }

    .collections-list-wrapper .grid__item {
        width: calc(50% - 15px);
        margin: 0 7px 15px 7px;
    }
    .collections-list-wrapper .grid__item .collection-grid-item__title {
        font-size: 16px;
    }

    .collections-list-wrapper .grid__item .collection-grid-item .box img {
        max-height: 110px;
    }
    .collections-list-wrapper.grid {
        margin: 0 -8px;
    }

    .product__main-container .product__details-main .price-wrapper .price-container .regular-price {
        width: 100%;
    }

    .product__main-container .product__details-main .price-wrapper .price-container .price {
        font-size: 16px;
        align-items: flex-end;
    }

    #button-top {
        right: 22px;
    }

    .product__main-container .product__details-main {
        margin-top: 25px;
    }

}
div#w3-product-accessories {
        margin-top: 10px !important;
        margin-left: 0 !important;
        width: 100% !important;
        padding: 0px;
        margin-bottom: 20px;
    }
    div#w3-product-accessories .accessories-item {
      box-shadow: 0 1px 6px #00000029;
      border-radius: 10px;
      background-color: #fff;
      padding: 10px;
    }
@media only screen and (max-width:749px) {
    .input-error-message {
        margin-bottom: 19.4444444444px;
    }

    label {
        font-size: .8666666667em;
    }

    

    .site-footer {
        font-size: 14px;
        padding-top: 95px
    }

    .site-footer__content {
        padding: 0 18px;
    }

    .footer_logo_main_new img {
        max-width: 86px
    }

    .site-footer__linklist-item a,
    .site-footer .site-footer__rte p {
        color: #a7a7a7 !important
    }

    .footer_mobile_accordion_new .accordion-page-desc {
        color: #a7a7a7;
        padding: 15px 0;
        border: 0
    }

    .copyright-container .grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 0px
    }

    .copyright-container .grid .payment-mobile-new {
        padding-top: 0
    }

    .copyright-container .grid .site-footer-item-tall {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .site-footer__payment-icons .payment-icon {
        margin-bottom: 15px;
        margin-left: 3px
    }

    .site-footer .footer_copyright_new {
        font-size: 12px;
        color: #a7a7a7;
        margin-top: 0;
        padding-bottom: 10px
    }

    .copyright-container .grid .site-footer-item-tall .footer_copyright_new .site-footer__copyright-content-powered-by {
        display: none
    }

    .footer_mobile_accordion_new .accordion-page-desc .footer_logo_main_new {
        display: block;
        padding: 0
    }

    .footer_mobile_accordion_new .accordion-page-desc .footer_logo_main_new+.site-footer__rte {
        float: left;
        margin-left: 30px
    }

    .site-footer__newsletter {
        display: flex;
        flex-wrap: wrap;
    }

    .site-footer__newsletter .contact-form {
        width: 100%;
    }

    .site-footer__newsletter .contact-form+p {
        margin-top: 10px !important;
    }

    p.mobile-newsletter.h4 {
        margin: 20px 0;
        border-bottom: 0;
        color: var(--white) !important;
        white-space: nowrap;
        padding-bottom: 0;
        font-weight: 500;
        font-size: 16px;
        min-height: inherit;
        font-family: 'Rubik', sans-serif;
    }

    .social_left_new {
        margin-top: 8px;
        margin-left: 10px;
    }

    .site-footer__content {
        display: block;
    }

    .site-footer .site-footer__content .site-footer__item,
    .site-footer .site-footer__content .site-footer__item:last-child,
    .site-footer .site-footer__content .site-footer__item:nth-child(5) {
        width: 100%;
        margin-bottom: 0;
        padding: 0;
        display: block;
    }

    .site-footer__item-inner--newsletter .site-footer__newsletter .contact-form {
        margin-bottom: 0;
    }

    .site-footer__item-inner--newsletter .site-footer__newsletter .contact-form .input-group {
        min-width: inherit;
        background: transparent;
        border-radius: 0;
    }

    .site-footer__item-inner--newsletter .site-footer__newsletter .contact-form .input-group .input-group__field.newsletter__input {
        margin-bottom: 10px;
        width: 100%;
        padding: 5px;
        font-size: 13px;
        background: #fff;
        border-radius: 5px;
        color: #000;
    }

    .site-footer__item-inner--newsletter .site-footer__newsletter .contact-form .input-group button.btn.newsletter__submit {
        min-height: inherit;
        height: 40px;
        margin: 0;
        border-radius: 0;
        font-size: 13px;
        padding: 8px 15px;
        font-weight: 400;
        font-family: 'Rubik', sans-serif;
        width: 100%;
        text-transform: uppercase;
        letter-spacing: .08em;
        background: #db1521;
    }

    .site-footer__newsletter p.h4 {
        margin: 15px 0 20px 0;
        border-bottom: 0;
        color: #fff !important;
        white-space: nowrap;
        padding-bottom: 0;
        font-weight: 500;
        font-size: 16px;
        min-height: inherit;
        font-family: 'Rubik', sans-serif;
    }

    .site-footer .site-footer__content .site-footer__item .site-footer__item-inner:not(.site-footer__item-inner--newsletter) .h4 {
        text-align: left;
        outline: 0;
        transition: .4s;
        width: 100%;
        line-height: 1.2;
        cursor: pointer;
        position: relative;
        font-style: normal;
        color: #fff;
        border: 1px solid #fff;
        font-size: 14px;
        padding: 12px 40px 12px 20px;
        background: #292b2f;
        font-weight: 500;
        border-radius: 5px;
        margin-bottom: 5px;
    }

    .site-footer .site-footer__content .site-footer__item .site-footer__item-inner:not(.site-footer__item-inner--newsletter) .h4::after {
        content: "";
        top: 14px;
        right: 16px;
        background: url('https://cdn.shopify.com/s/files/1/0704/4464/6709/files/right-arrow_2x_9da6ad87-b302-47c1-abe3-052f9346c982.png?v=1673778594') no-repeat 0 0;
        background-size: auto;
        width: 18px;
        height: 12px;
        background-size: 18px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
        margin-left: 5px;
        line-height: 20px;
        left: auto;
        position: absolute;
    }

    .site-footer .site-footer__content .site-footer__item .site-footer__item-inner:not(.site-footer__item-inner--newsletter) .h4.active::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .site-footer__item .site-footer__linklist,
    .site-footer__item .site-footer__item-inner__address {
        display: none;
        padding: 15px 0;
    }

    .shop-map {
        display: none !important;
    }

    .footer_logo_main_new {
        padding-top: 0;
    }

    .site-footer .site-footer__content .site-footer__item .site-footer__item-inner.site-footer__item-inner--newsletter .h4 {
        pointer-events: none;
        margin-top: 20px;
    }

    .site-footer__item:last-of-type {
        margin-bottom: 0;
    }

    .site-footer__linklist.list--inline>li {
        display: block;
    }

    .site-footer__newsletter .input-group {
        display: block;
    }

    p {
        font-size: .9333333333em;
    }

    .site-footer__linklist-item {
        display: block;
        padding: 0 0 5px;
    }

    .site-footer__icon-list {
        padding-bottom: 0;
        text-align: center;
    }

    .payment-icons {
        line-height: 30px !important;
    }

    .site-footer__content .site-footer__item .site-footer__newsletter .contact-form+p {
        width: 100%;
    }

    .site-footer__newsletter {
        justify-content: center;
        margin-bottom: 20px;
    }

    .copyright-container .grid {
        justify-content: center;
    }

    .copyright-container .grid .site-footer-item-tall {
        margin-bottom: 15px;
    }

    .copyright-container .grid .payment-mobile-new {
        margin-bottom: 15px;
    }

    .site-footer__payment-icons .payment-icon {
        margin-bottom: 5px;
    }

    .site-footer .payment-icons .icon {
        height: auto;
        width: auto;
    }

    .site-footer__content {
        padding: 0;
    }

    .site-footer .footer_copyright_new {
        text-align: center;
    }

    .desktop_image_new {
        display: none !important;
    }

    .mobile_image_new {
        display: block !important;
    }

    .announcement-bar__message {
        font-size: 13px;
        padding: 6px 10px;
        margin: auto;
        max-width: 350px;
    }

    .minicart-wrapper .bag svg,
    .minicart-wrapper .mobile-user-icon svg {
        width: 25px;
        height: 25px;
    }

    .minicart-wrapper .bag strong {
        width: 20px;
        height: 20px;
        font-size: 12px;
        right: -18px;
        top: -7px;
        line-height: 21px;
    }

    .price {
        font-size: .9333333333em
    }

    .product-single__media-group,
    .product-single__media--has-thumbnails {
        margin-bottom: 30px
    }

    .cart-message {
        padding-top: 20px
    }

    .cart__qty-label {
        position: inherit !important;
        overflow: auto;
        clip: auto;
        width: auto;
        height: auto;
        margin: 0 5px 0 0;
        display: inline-block;
        vertical-align: middle;
        font-size: .8666666667em
    }

    .cart td:nth-child(3),
    .cart th:nth-child(2) {
        padding-left: 0;
        padding-right: 0
    }

    .cart-note__input,
    .cart-note__label {
        margin: 0 auto
    }

    .cart-note__input {
        margin-bottom: 40px
    }

    .responsive-table thead {
        display: none
    }

    .responsive-table td,
    .responsive-table th {
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        padding: 27.5px;
        border: 0;
        margin: 0
    }

    .responsive-table td:before,
    .responsive-table th:before {
        content: attr(data-label);
        float: left;
        text-align: center;
        font-size: 12px;
        padding-right: 10px;
        font-weight: 400
    }

    .responsive-table__row+.responsive-table__row,
    tfoot>.responsive-table__row:first-child {
        position: relative;
        margin-top: 10px;
        padding-top: 55px
    }

    .responsive-table__row+.responsive-table__row:after,
    tfoot>.responsive-table__row:first-child:after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 27.5px;
        right: 27.5px;
        border-bottom: 1px solid #d1d1d1
    }

    .order-table {
        border: 0
    }

    .order-table thead {
        display: none
    }

    .order-table td,
    .order-table th {
        float: left;
        clear: left;
        width: 100%;
        text-align: right;
        padding: .5rem 0;
        border: 0;
        margin: 0
    }

    .order-table td:before,
    .order-table th:before {
        content: attr(data-label);
        float: left;
        text-align: left;
        padding-right: 2em;
        max-width: 80%
    }

    .order-table tbody tr th:first-child {
        padding-top: 1.25em
    }

    .order-table tbody tr td:last-child {
        padding-bottom: 1.25em
    }

    .order-table tbody td:before,
    .order-table tbody th:before {
        font-weight: 700
    }

    .order-table__product {
        display: flex;
        justify-content: space-between
    }

    .order-discount-wrapper {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .grid {
        margin-left: -22px
    }

    .about_us_page_heading_new {
        font-size: 24px;
        line-height: 30px;
    }

    .about_us_page_texts_new p {
        font-size: 15px;
        line-height: 24px;
        padding-top: 16px;
    }

    .postcode-list li {
        width: 33%;
    }
    .Payment_Options_main .payment-icon-po {
        height: auto;
        max-width: 47.5%;
        width: 100%;
    }
    .Payment_Options_main .payment-p, 
    .Payment_Options_main .payment-img {
        float: inherit;
        text-align: center;
    }
    .Payment_Options_main .FeatureCards {
        display: block;
    }
    .Payment_Options_main .FeatureCard {
        width: 100%;
        margin: auto;
        max-width: 100%;
    }

    .klarna-faqs-new-title .h1, 
    .klarna-faqs-new-title h1 {
        font-size: 20px;
    }

    .filter-form .price-range-slider {
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media only screen and (max-width:599px) {
    .products-items-grid .product-item .item {
        margin-bottom: 10px
    }
}

@media only screen and (min-width:576px) {
    .m-button-container.d-none {
        display: none
    }
}

@media only screen and (max-width:575px) {
    span.customer-name-mobile {
        display: none
    }

    .page-container {
        margin-top: 0
    }

    .m-button-container {
        padding-bottom: 28px
    }

    .m-button-container.m-none {
        display: block !important
    }

    .m-button-container ul {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-flow: row wrap
    }

    .m-button-container ul li {
        flex: 0 0 47%;
        max-width: 47%;
        margin: 0 2.5px 5px
    }

    .m-button-container ul li a {
        display: flex;
        align-items: center;
        color: #fff;
        border: 0;
        background: #db1521;
        border-radius: 5px;
        font-size: 10.5px;
        padding: 10px 12px;
        letter-spacing: 0
    }

    .m-button-container ul li a img {
        margin-right: 5px
    }
}

@media only screen and (max-width:530px) {
    .searchForm.mobile-search {
        margin-right: 25px
    }

    .filter-sidebar {
        width: 90%;
    }

    body .wishlist__grid {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr))
    }

    .searchForm.mobile-search {
        margin-right: 25px
    }
}


@media (min-width: 500px) {
    #button-top {
        margin: 30px;
    }
}

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

    .banner-slideshow .prev,
    .banner-slideshow .next,
    .text {
        font-size: 11px
    }
}

@media(orientation:landscape) {
    body .sub-item-dropdown ul li.parent a a.toggleicon::after {
        content: "\f078";
        display: inline-block;
        color: var(--white);
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        position: absolute;
        right: 0;
        top: 8px
    }
}
details.filter-group.Hide {
    display: none;
}
/* Media query end */


/* QA bug */

span.site-footer__newsletter-error {
    color: #fff;
}

.payment_option_new_title .h1, 
.payment_option_new_title h1 {
    font-size: 39px;
    display: inline-block;
    padding: 12px 30px;
    font-weight: 400;
    background: #0b0b09;
    color: #fff;
    margin-bottom: 0 !important;
    margin-top: 15px;
    border-radius: 35px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2;
}

#shopify-section-Payments-Options-New-1 h1 {
    font-weight: 400;
    font-size: 32px;
}

body .custom-page-section-main .custom-page-section.privacy_polisy_inner_text_new h2 {
    text-transform: uppercase;
}

#shopify-section-template--16118674587845__c47e56ff-3fe0-4722-8e05-46af5b5a13b3 .brand-section-inner .page-width,
#shopify-section-template--16118674587845__92e7e92c-bd1f-4347-959d-800826fb6c88 .product-section-inner .page-width {
    max-width: 1230px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (max-width: 991px) {
    body .navigation-wrapper .all-categories>a {
        color: #fff;
    }
}

@media only screen and (max-width:767px) {
    .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item.content-arrow-none {
        width: auto;
    }
    .payment_option_new_title .h1, 
    .payment_option_new_title h1 {
        font-size: 20px;
        margin-bottom: 15px !important;
    }
    #shopify-section-Payments-Options-New-1 h1 {
        font-size: 32px;
    }
}


@media only screen and (max-width:575px) {
    .Payment_Options_main ul.tabs li a {
        padding: 13px 5px !important;
        font-size: 12px;
    }
}

/* QA bug */

/* collection wherehouse content */

.collection_template_above_detail_main_new {
    padding: 10px 0 0 6px
}

.collection_template_above_detail_backinfotext_new {
    background: #232f3e;
    padding: 12px 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    font-weight: 700
}

.collection_template_above_detail_backinfotext_new p {
    color: #fff
}

.collection_template_below_detail_onlyinfotext_new {
    padding: 20px 46px;
    text-align: center
}

.collection_template_below_detail_onlyinfotext_new p {
    font-size: 16px;
    line-height: 22px;
    color: #272626;
    font-weight: 600
}

.collection_template_above_detail_categories_new {
    padding: 20px 0 30px
}

.collection_template_above_detail_categories_title_new {
    padding-bottom: 20px
}

.collection_template_above_detail_categories_title_new .h2,.collection_template_above_detail_categories_title_new h2 {
    margin: 0;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    color: #272626;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none
}

.collection_template_above_detail_categories_allloop_new {
    display: flex
}

.collection_template_above_detail_categories_allloop_boxs_new {
    width: 25%;
    margin-right: 6px
}

.collection_template_above_detail_categories_allloop_boxs_new:last-child {
    margin-right: 0
}

.collection_template_above_detail_categories_allloop_boxs_new a {
    display: block;
    text-align: center
}

.collection_template_above_detail_categories_allloop_imageboxs_new img {
    width: 100%
}

.collection_template_above_detail_categories_allloop_textsboxs_new {
    padding-top: 15px
}

.collection_template_above_detail_categories_allloop_textsboxs_new .h3,.collection_template_above_detail_categories_allloop_textsboxs_new h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #272626;
    font-weight: 700
}

.collection_template_above_detail_questiontext_new {
    background: #f2000d
}

.collection_template_above_detail_questiontext_new .h3,.collection_template_above_detail_questiontext_new h3 {
    margin: 0;
    padding: 13px 15px;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 700
}

.collection_template_above_detail_answerinfotext_new {
    padding: 10px 46px 20px;
    text-align: center
}

.collection_template_above_detail_answerinfotext_new p {
    font-size: 16px;
    line-height: 22px;
    color: #272626;
    font-weight: 600;
    max-width: 740px;
    margin: auto
}

.collection_template_above_detail_iconwithtext_allloop_new {
    display: flex;
    border-bottom: 1px solid #b7b7b7
}

.collection_template_above_detail_iconwithtext_allloop_boxs_new {
    width: 25%;
    text-align: center
}

.collection_template_above_detail_iconwithtext_allloop_imageboxs_new img {
    display: flex;
    width: 65px;
    margin: auto
}

.collection_template_above_detail_iconwithtext_allloop_headingtextboxs_new {
    background: #232f3e
}

.collection_template_above_detail_iconwithtext_allloop_headingtextboxs_new .h3,.collection_template_above_detail_iconwithtext_allloop_headingtextboxs_new h3 {
    margin: 0;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: 700;
    padding: 8px 5px
}

.collection_template_above_detail_iconwithtext_allloop_infotextboxs_new {
    padding: 15px 20px 45px;
    font-size: 14px;
    line-height: 20px;
    color: #272626;
    border-right: 1px solid #b7b7b7;
    height: calc(100% - 95px)
}

.collection_template_above_detail_collectionmainheading_new {
    padding: 30px 0 15px;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    color: #272626;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none
}

.collection_template_above_detail_iconwithtext_allloop_boxs_new:last-child .collection_template_above_detail_iconwithtext_allloop_infotextboxs_new {
    border: 0
}

.collection_template_below_detail_main_new {
    padding: 10px 0 0 6px;
}

.collection_template_below_detail_halfwidth_new {
    display: flex;
    justify-content: space-between
}

.collection_template_below_detail_halfwidth_boxs_new {
    width: calc(50% - 3px);
    border: 1px solid #b7b7b7
}

.collection_template_below_detail_halfwidth_titleboxs_new {
    text-align: center;
    background: #232f3e
}

.collection_template_below_detail_halfwidth_titleboxs_new .h3,.collection_template_below_detail_halfwidth_titleboxs_new h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    padding: 13px 10px
}

.collection_template_below_detail_halfwidth_infoboxs_new {
    padding: 15px 10px 25px
}

.collection_template_below_detail_halfwidth_infoboxs_new p {
    font-size: 15px;
    line-height: 22px;
    color: #272626
}

.collection_template_below_detail_halfwidth_infoboxs_new p a {
    color: #fd0d1b
}

.collection_template_below_detail_fullwidth_new {
    margin-top: 10px;
    border: 1px solid #b7b7b7
}

.collection_template_below_detail_fullwidth_titlebox_new {
    text-align: center;
    background: #232f3e
}

.collection_template_below_detail_fullwidth_titlebox_new .h3,.collection_template_below_detail_fullwidth_titlebox_new h3 {
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    padding: 13px 10px
}

.collection_template_below_detail_fullwidth_infobox_new {
    padding: 15px 10px 25px
}

.collection_template_below_detail_fullwidth_infobox_new p {
    font-size: 15px;
    line-height: 22px;
    color: #272626
}

.collection_template_below_detail_fullwidth_infobox_new p a {
    color: #fd0d1b
}

@media only screen and (max-width: 749px) {
    .collection_template_above_detail_main_new {
        padding: 0
    }

    .collection_template_above_detail_backinfotext_new {
        font-size: 15px;
        line-height: 20px
    }

    .collection_template_below_detail_onlyinfotext_new {
        padding: 15px 0 10px
    }

    .collection_template_below_detail_onlyinfotext_new p {
        font-size: 14px;
        line-height: 20px
    }

    .collection_template_above_detail_categories_title_new .h2,.collection_template_above_detail_categories_title_new h2 {
        font-size: 20px;
        line-height: 30px
    }

    .collection_template_above_detail_categories_allloop_new {
        flex-wrap: wrap
    }

    .collection_template_above_detail_categories_allloop_boxs_new {
        width: calc(50% - 3px);
        margin-bottom: 25px
    }

    .collection_template_above_detail_categories_allloop_boxs_new:nth-child(2n) {
        margin-right: 0
    }

    .collection_template_above_detail_categories_allloop_textsboxs_new .h3,.collection_template_above_detail_categories_allloop_textsboxs_new h3 {
        font-size: 14px;
        line-height: 20px
    }

    .collection_template_above_detail_categories_new {
        padding: 20px 0 10px
    }

    .collection_template_above_detail_questiontext_new .h3,.collection_template_above_detail_questiontext_new h3 {
        font-size: 20px;
        line-height: 26px
    }

    .collection_template_above_detail_answerinfotext_new {
        padding: 10px 0 20px
    }

    .collection_template_above_detail_answerinfotext_new p {
        font-size: 14px;
        line-height: 20px
    }

    .collection_template_above_detail_iconwithtext_allloop_new {
        flex-wrap: wrap;
        border-bottom: 0
    }

    .collection_template_above_detail_iconwithtext_allloop_boxs_new {
        width: 100%;
        padding-bottom: 25px
    }

    .collection_template_above_detail_iconwithtext_allloop_infotextboxs_new {
        padding-bottom: 25px;
        border: 0;
        border-bottom: 1px solid #b7b7b7
    }

    .collection_template_above_detail_collectionmainheading_new {
        padding-top: 0;
        font-size: 20px;
        line-height: 26px
    }

    .collection_template_below_detail_main_new {
        padding-top: 0;
        padding-bottom: 40px
    }

    .collection_template_below_detail_halfwidth_new {
        display: block
    }

    .collection_template_below_detail_halfwidth_boxs_new {
        width: 100%;
        margin-bottom: 10px
    }

    .collection_template_below_detail_halfwidth_titleboxs_new .h3,.collection_template_below_detail_halfwidth_titleboxs_new h3 {
        font-size: 14px;
        line-height: 20px
    }

    .collection_template_below_detail_halfwidth_infoboxs_new p {
        font-size: 13px;
        line-height: 20px
    }

    .collection_template_below_detail_fullwidth_titlebox_new .h3,.collection_template_below_detail_fullwidth_titlebox_new h3 {
        font-size: 14px;
        line-height: 20px
    }

    .collection_template_below_detail_fullwidth_infobox_new p {
        font-size: 13px;
        line-height: 20px
    }
}
button.buyitwith.custom-add-to-cart {
    padding: 8px 15px !important;
    height: unset;
    min-height: 44px;
    max-width: 400px;
    width: 100%;
    border-radius: 0%;
    text-transform: uppercase;
    border-radius: 2px;
    letter-spacing: 0.08em;
    padding: 0 10px;
    background: #ed1b30;
    border: none;
    margin: auto 0px;
    color: #fff;
}
@media screen and (min-width: 768px) {
  button.buyitwith.custom-add-to-cart {
      width: calc(100% - 20px);
      font-size: 13px;
  }
}

@media only screen and (max-width:420px) {
  .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item.content-arrow-none {
      min-width: 80px;
  }
  .navigation-wrapper .all-categories .sub-item-dropdown ul.submenu.level-1>li.item.content-arrow-none a {
      padding: 5px;
      font-size: 11px;
  }
}

@media only screen and (max-width: 767px) {
    .klevu-search-result {
        position: relative;
        z-index: 9;
    }
}


.banner_main_image_new .page-width {
    max-width: 1920px;
}

.banner_main_image_new .page-width .banner_desk_new {
    max-width: 100%;
    margin-bottom: 15px;
}

.banner_desk_new {
    max-width: 1050px;
    margin: auto;
}


.banner_mob_new {
    display: none
}

.banner_image_new {
    width: 100%;
    display: flex
}

@media only screen and (max-width:767px) {
    .banner_main_image_new .page-width {
        margin-bottom: 15px;
    }
    .banner_desk_new {
        display: none;
    }
	.banner_mob_new {
        display: block;
    }
}
.tab-video-wrapper {
    width: 100%;
    position: relative;
    padding-top: 53%;
    height: 53%;
}
.tab-video-wrapper iframe {
    width: 100%;
    left: 0;
    top: 50%;
    height: 100%;
    position: absolute;
}


/* 28-09-23 */

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

@media screen and (min-width: 768px) and (max-width: 989px) {
  .medium-hide {
    display: none !important;
  }
}

@media screen and (min-width: 990px) {
  .large-up-hide {
    display: none !important;
  }
}

facet-filters-form.facets-vertical-sort {
    position: absolute;
    right: 15px;
    top: -45px;
}

facet-filters-form.facets-vertical-sort .facet-filters {
    padding-left: 0;
}

.facet-filters__label label {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .collections-container {
        justify-content: end;
    }
    facet-filters-form.facets-vertical-sort {
        position: relative;
        right: 0;
        display: block !important;   
        top: 0;
        display: block !important;
        grid-column-start: none;
        width: calc(50% - 7px);
        margin-bottom: 0;
    }
    facet-filters-form.facets-vertical-sort .facet-filters__label {
        display: none;
    }
    facet-filters-form.facets-vertical-sort .select {
        width: 100%;
    }
    facet-filters-form.facets-vertical-sort .select .select__select {
        max-width: 100%;
        height: 42px;
        font-weight: 400;
    }
    .filter-sidebar {
        position: relative;
        width: 100%;
        background: transparent;
        transition: none;
        transform: none;
        margin-bottom: 15px;
    }
    .filter-sidebar .product-count {
        display: none;
    }
    menu-drawer.mobile-facets__wrapper .mobile-facets__open-wrapper .mobile-facets__open {
        position: absolute;
        left: 0;
        top: -57px;
        background: #db1521;
        width: calc(50% - 8px);
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        text-align: center;
        height: 42px;
        text-transform: uppercase;
        display: block;
    }
    menu-drawer.mobile-facets__wrapper .mobile-facets__disclosure {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        width: 100%;
    }
    menu-drawer.mobile-facets__wrapper .mobile-facets__disclosure .mobile-facets__open-wrapper {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        position: relative;
        z-index: 9;
    }
    menu-drawer.mobile-facets__wrapper .mobile-facets__disclosure .icon-filter {
        display: none;
    }
    menu-drawer.mobile-facets__wrapper .mobile-facets__disclosure .mobile-facets__open-label {
        margin-left: 0;
        text-decoration: none;
    }
    menu-drawer.mobile-facets__wrapper .mobile-facets__disclosure .mobile-facets__open {
        padding: 0;
        text-align: center;
        justify-content: center;
        display: flex;
    }
    details.menu-opening .mobile-facets__close svg {
        margin: 0;
        width: 28px;
        height: 28px;
        vertical-align: middle;
        fill: currentColor;
    }
    details.menu-opening .mobile-facets__close svg > path {
        fill: none;
        stroke-width: 2px;
        stroke: currentColor !important;
        stroke-linecap: miter;
        stroke-linejoin: miter;
    }
}

.facets__form-vertical .facets__price {
    font-size: 14px;
    display: flex;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.facets__form-vertical .facets__price>div {
    width: calc(50% - 5px);
    display: flex;
    align-items: center;
}

.facets__form-vertical .facets__price>div>span {
    width: 15px;
}

.facets__form-vertical .facets__price input {
    border-radius: 0;
    border: #e3e3e3 solid 1px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    height: 36px;
    color: #000;
}

.facets__form-vertical .facets__price input::-webkit-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.facets__form-vertical .facets__price input::-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.facets__form-vertical .facets__price input:-ms-input-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.facets__form-vertical .facets__price input:-moz-placeholder {
    color: #000 !important;
    opacity: 1 !important;
}

.facets__form-vertical .facets__price+.filter-group-display__submit input[type="submit"] {
    padding: 5px 10px;
    border: solid 1px #979797;
    margin: 4px 6px 3px 0;
    font-size: 11px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    margin-bottom: 10px;
}


.facets__form-vertical .price-range-slider {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
}

.facets__form-vertical .price-range-slider #slider-range {
    padding-bottom: 15px;
    border: 0;
    border-radius: 0;
    border-top: 2px solid #3D4246;
    background: transparent;
}

.facets__form-vertical .price-range-slider #slider-range .ui-slider-range {
    height: 0;
    background: transparent;
    border-radius: 0;
    border: 0;
}

.facets__form-vertical .price-range-slider .ui-slider-handle {
    width: 18px;
    border-radius: 100%;
    background: #fff;
    height: 18px;
    border-color: #3D4246;
    top: -10px;
}

.facets__form-vertical .price-range-slider #stepsCount {
    display: flex;
    justify-content: space-between;
}

.facets__form-vertical .price-range-slider #stepsCount .step {
    position: relative;
    font-size: 12px;
}

.facets__form-vertical .price-range-slider #stepsCount .step:before {
    content: "";
    width: 1px;
    height: 10px;
    background: #3D4246;
    display: inline-block;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
    .filter-sidebar {
        margin-bottom: 0;
    }
    .overflow-hidden-mobile {
        overflow: hidden;
    }
    .mobile-facets .mobile-facets__main {
        padding: 0;
    }
    
    menu-drawer.mobile-facets__wrapper .mobile-facets__disclosure.menu-opening .mobile-facets__open-wrapper .mobile-facets__open {
        opacity: 0.3;
        pointer-events: none;
    }
}


.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:50px !important; 
  height:35px !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#000 1px solid;
  /* Background color */
  background-color:#fff;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:35px;
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { 
    padding: 0px 30px;
    font-size: 16px;
    font-weight: 600; 
  width: 100%;
  transition: all .3s ease 0s;
  border-radius: 10px;
  }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
    -webkit-box-shadow:0px 5px 6px 2px rgb(0 0 0 / 20%);
    -moz-box-shadow:0px 5px 6px 2px rgb(0 0 0 / 20%);
    box-shadow:0px 5px 6px 2px rgb(0 0 0 / 20%);
    border-color: #db1521;
    background-color: #db1521;
    color: #fff;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 20px 0;
  width: calc(25% - 10px);
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:-23px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}

@media only screen and (max-width:767px) {
  .swatch .swatch-element {
    width: calc(50% - 10px);
}
}