/** Shopify CDN: Minification failed

Line 14:2927 Expected "{" but found ","
Line 14:17511 Expected identifier but found "*"
Line 14:29207 Expected identifier but found "1px"
Line 14:29218 Unexpected "{"
Line 14:29224 Expected ":"
Line 14:31629 Expected identifier but found "1px"
Line 14:31640 Unexpected "{"
Line 14:31646 Expected ":"

**/

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.hinge {
    animation-duration: 2s
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-20px)
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(20px)
    }
}

.fadeOutRight {
    animation-name: fadeOutRight
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-20px)
    }
}

.fadeOutUp {
    animation-name: fadeOutUp
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    100% {
        transform: translateY(0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    100% {
        transform: translateX(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    100% {
        transform: translateX(0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

.slideOutLeft {
    animation-name: slideOutLeft
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        transform: translateX(2000px)
    }
}

.slideOutRight {
    animation-name: slideOutRight
}

@font-face {
    font-family: 'Coolvetica';
    src: url('/cdn/shop/files/Coolvetica-Regular.woff2?v=1741251682') format('woff2'), url('/cdn/shop/files/Coolvetica-Regular.woff?v=1741251682') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.template-product .tabs-listing .tab-container .tab-content {
    max-height: 202px;
    overflow: auto;
    margin-bottom: 15px;
    padding-bottom: 0 !important;
}

.template-product .tabs-listing .tab-container .tab-content>ul {
    margin-bottom: 0;
}

.template-product .tabs-listing .tab-container .tab-content table {
    margin-bottom: 0;
}

.product-item a {
    margin-right: 12px;
}

.product-single__meta .product__custom--btn a {
    background: #fff !important;
}

.product-single__meta .product__custom--btn a:first-child {
    background: #64b4ab !important;
    color: #fff !important;
}

.product-single__meta .product__custom--btn a:hover {
    background: #64b4ab !important;
    color: #fff !important;
}

@-webkit-keyframes spin,
@-ms-keyframes spin,
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes ad-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.ad-spin {
    animation: ad-spin 1.5s infinite linear;
}

@keyframes scaleimg {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

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

a {
    color: #111111;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #f12323;
    opacity: 0.8;
}

a.classic-link {
    text-decoration: underline;
}

a:hover,
a:focus {
    outline: 0 !important;
}

.no-text-underline {
    text-decoration: none !important;
}

p {
    margin: 0 0 15px 0;
}

.rte p {
    margin-bottom: 20px;
}

.rte {
    margin-bottom: 20px;
}

.address {
    margin-bottom: 15px;
}

.title-bold {
    font-weight: 700;
}

.imgFl {
    display: block;
    width: 100%;
    height: auto;
}

.imgWrapper {
    display: block;
    margin: auto;
}

.autoHt {
    height: auto;
}

.bgImg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

html {
    overflow-x: hidden;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-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: none;
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

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

.slick-track:before,
.slick-track:after {
    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;
    margin: 0 auto;
}

.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;
}

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

.slick-loading .slick-list:before {
    content: "\f110";
    font-family: 'adorn-icons';
    font-size: 30px;
    animation: ad-spin 1.5s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.slick-arrow {
    font-size: 0;
    color: #000;
    opacity: 0.75;
    position: absolute;
    top: 50%;
    z-index: 9;
    height: 35px;
    line-height: 34px;
    width: 35px;
    text-align: center;
    padding: 0;
    background: #fff;
    border: none;
    border-radius: 0;
    outline: 0 none;
    cursor: pointer;
    transform: translateY(-50%);
    transition: all 0.3s ease-out;
}

.slick-arrow.slick-disabled:before {
    opacity: 0.25;
}

.slick-arrow:before {
    font-family: "adorn-icons";
    font-size: 20px;
}

.slick-arrow:focus {
    outline: 0 !important;
}

@media only screen and (max-width: 766px) {
    .slick-arrow {
        height: 30px;
        width: 30px;
        line-height: 29px;
        opacity: 1 !important;
    }
    .slick-arrow:before {
        font-size: 16px;
    }
}

.slick-prev {
    left: 0;
}

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

.slick-prev:before {
    content: "\ea8b";
}

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

.slick-next {
    right: 0;
}

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

.slick-next:before {
    content: '\ea8c';
}

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

.slick-slider .slick-arrow {
    opacity: 1;
}

.slick-slider:hover .slick-arrow {
    opacity: 0.7;
}

.slick-slider:hover .slick-arrow:hover {
    opacity: 1;
}

.page-width .slick-prev {
    left: -40px;
}

.page-width .slick-next {
    right: -40px;
}

@media only screen and (max-width:1279px) {
    .page-width .slick-prev {
        left: -10px;
    }
    .page-width .slick-next {
        right: -10px;
    }
}

@media only screen and (max-width:1024px) {
    .page-width .slick-prev {
        left: 0;
    }
    .page-width .slick-next {
        right: 0;
    }
}

@media only screen and (max-width:1024px) {
    .slideshow {
        height: 300px;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

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

.slick-dots li button {
    border: 0;
    background-color: #000;
    display: block;
    height: 12px;
    width: 12px;
    padding: 0;
    line-height: 0;
    color: transparent;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    opacity: 0.7;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

body {
    font-family: "Open Sans", Arial, Tahoma, Verdana, sans-serif;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

@media only screen and (min-width:1025px) {
    body {
        letter-spacing: 0.02em
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.02em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 0 20px 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
    font-weight: inherit;
}

h1,
.h1 {
    font-size: 32px;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 28px
}

h4,
.h4 {
    font-size: 15px;
}

h5,
.h5 {
    font-size: 14px;
}

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

@media only screen and (max-width: 766px) {
    h1,
    .h1 {
        font-size: 27px;
    }
    h2,
    .h2 {
        font-size: 27px;
    }
    h3,
    .h3 {
        font-size: 23px
    }
}

.sec-ttl {
    padding-bottom: 20px;
}

.sec-ttl.text-left span {
    margin: 5px 0 0;
}

.sec-ttl .h3,
.sec-ttl h3 {
    color: #111111;
    margin: 0 auto;
    font-size: 18px;
}

.sec-ttl span {
    color: #111111;
    margin: 5px auto 0;
    display: block;
}

@media only screen and (min-width:767px) {
    .sec-ttl {
        padding-bottom: 35px;
    }
    .sec-ttl .h3,
    .sec-ttl h3 {
        font-size: 22px;
        line-height: 1.3;
        max-width: 600px;
        margin: 0 auto;
    }
    .sec-ttl span {
        max-width: 800px;
        font-size: 16px;
    }
}

.shopify-policy__title h1,
.page-title {
    letter-spacing: normal;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin: 0 0 30px 0;
    text-align: center;
}

@media only screen and (max-width:767px) {
    .shopify-policy__title h1,
    .page-title {
        margin-bottom: 15px;
    }
}

.page.section-header {
    border: 1px solid #cacaca;
    border-top: none;
}

.page.section-header h1 {
    margin-bottom: 0;
    padding: 35px 0;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.ttl span {
    display: block;
}

.ttl .tt-small {
    font-size: 15px;
}

.ttl .tt-big {
    font-size: 23px;
    line-height: 35px;
}

.acor-ttl {
    font-size: 13px;
    font-weight: 700;
    margin: 0 0 5px;
}

.acor-ttl a {
    border: 0;
    color: #ffffff;
    display: flex;
    padding: 15px;
    text-decoration: none;
    background-color: #1d3066;
    justify-content: space-between;
}

.acor-ttl a:hover {
    opacity: 0.9;
}

.acor-ttl.active a {
    color: #ffffff;
    background-color: #1d3066;
}

.acor-ttl.active .ad:before {
    content: "\ea48";
}

.tabSpace {
    margin-bottom: 35px;
}

.tab-container .tab-content {
    display: none;
}

fieldset {
    border: 1px solid #cacaca;
    margin: 0 0 15px;
    padding: 10px;
}

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

::-webkit-input-placeholder {
    opacity: 0.6;
}

::-moz-placeholder {
    opacity: 0.6;
}

:-ms-input-placeholder {
    opacity: 0.6;
}

input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input,
textarea,
select {
    color: #000000;
    font-size: 14px;
    font-family: "Open Sans";
    margin-bottom: 15px;
    max-width: 100%;
    line-height: 1.2;
    padding: 8px 15px;
    border: 1px solid #000000;
    background-color: #ffffff;
    border-radius: 6px;
}

@media only screen and (min-width:767px) {
    input,
    textarea,
    select {
        padding: 10px 18px;
    }
}

input:focus,
textarea:focus,
select:focus {
    border-color: #000000;
}

input[disabled],
textarea[disabled],
select[disabled] {
    cursor: default;
}

input.input--error,
select.input--error,
textarea.input--error {
    border-color: #d20000;
    background-color: #fff8f8;
    color: #d20000;
}

select {
    background: url(//www.urbanspacestore.in/cdn/shop/t/63/assets/arrow-select.png?v=93383133388335707051742211702) no-repeat right 10px center;
    cursor: pointer;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

optgroup {
    font-weight: 700;
}

option {
    color: #000000;
    background-color: #ffffff;
}

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

.note,
.form-message,
.form--success,
.errors {
    padding: 8px;
    margin: 0 0 7.5px;
}

@media only screen and (min-width:767px) {
    .note,
    .form-message,
    .form--success,
    .errors {
        padding: 10px;
    }
}

.note,
.form-message {
    border: 1px solid #cacaca;
}

.form--success {
    border: 1px solid #54d437;
    background-color: #edfbea;
    color: #3fbc22;
}

.errors {
    color: #d20000;
    border: 1px solid #d20000;
    background-color: #fff8f8;
}

.errors .form-message__title {
    color: #d20000;
}

.errors ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.errors a {
    color: #d20000;
    text-decoration: underline;
}

.input-group {
    position: relative;
    display: table;
    width: 100%;
    border-collapse: separate;
}

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

.input-group__field,
.input-group__btn {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
}

.input-group__field,
.input-group__btn .btn {
    height: 32px;
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (min-width: 767px) {
    .input-group__field,
    .input-group__btn .btn {
        height: 40px;
    }
}

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

.input-group__btn {
    white-space: nowrap;
    width: 1%;
}

.input-group__btn .btn {
    white-space: nowrap;
}

input.custCheck {
    display: none !important;
}

span.checkbox {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 5px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: #ffffff;
    vertical-align: middle;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}

input:checked+span.checkbox {
    color: #ffffff;
    background-color: #000000;
}

input:checked+span.checkbox:before {
    content: '\ea7f';
    font-family: "adorn-icons";
}

@keyframes btnzoom {
    0% {
        transform: scale(1);
    }
    45% {
        transform: scale(1);
    }
    47% {
        transform: scale(1.05);
    }
    49% {
        transform: scale(1);
    }
    51% {
        transform: scale(1.05);
    }
    53% {
        transform: scale(1);
    }
    55% {
        transform: scale(1.05);
    }
    57% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.btnzoom {
    animation: btnzoom 5s infinite linear;
}

.btn,
.spr-summary-actions-newreview {
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 2px solid rgba(0, 0, 0, 0);
    background-color: #1d3066;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    white-space: normal;
    transition: all 0.3s ease-in-out;
    font-size: 13px;
    padding: 10px 24px;
    white-space: nowrap;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
}

.btn.btn-md {
    font-size: 14px;
    padding: 12px 26px;
}

.btn.btn-lg {
    font-size: 16px;
    padding: 14px 32px;
}

@media only screen and (max-width:766px) {
    .btn.mob-btn-sm {
        font-size: 12px;
        padding: 8px 18px;
    }
    .btn.mob-btn-md {
        font-size: 13px;
        padding: 10px 24px;
    }
    .btn.mob-btn-lg {
        font-size: 14px;
        padding: 11px 26px;
    }
}

@media only screen and (max-width:480px) {
    .spr-summary-actions-newreview {
        float: none !important;
    }
    .spr-summary-actions {
        display: block;
        margin-top: 10px;
    }
}

.btn:hover,
.btn:focus,
.spr-summary-actions-newreview:hover {
    color: #ffffff;
    background-color: #25160e;
    border-color: rgba(0, 0, 0, 0);
    opacity: 1;
}

.btn[disabled] {
    cursor: default;
    opacity: 0.4;
}

.btn--secondary {
    color: #ffffff;
    background-color: #000000;
    border-color: rgba(0, 0, 0, 0);
}

.btn--secondary:hover,
.btn--secondary:focus {
    color: #ffffff;
    background-color: #26170f;
    border-color: rgba(0, 0, 0, 0)
}

.btn--small {
    padding: 0 10px;
    font-size: 0.92308em;
    border-width: 2px;
    line-height: 25px;
}

.btn--link {
    color: #139ddd;
    background-color: transparent;
    border: 0;
    margin: 0;
    outline: none !important;
    box-shadow: none !important;
}

.btn--link:hover,
.btn--link:focus {
    color: #000;
}

.btn--narrow {
    padding-left: 15px;
    padding-right: 15px;
}

.btn--disabled,
.btn--disabled:hover,
.btn--disabled:focus {
    opacity: 0.5;
    cursor: default;
}

.text-link {
    display: inline;
    border: 0 none;
    background: none;
    padding: 0;
    margin: 0;
}

.qtyField {
    display: flex;
    width: 100%;
    border: 1px solid #000000;
    border-radius: 5px;
}

.qtyField .qtyBtn,
.qtyField input {
    margin: 0;
    color: #000000;
    width: 28px;
    height: 38px;
    text-align: center;
    line-height: normal;
    text-align: center;
    padding: 11px 0;
    background: none;
    border-radius: 0;
}

.qtyField .qtyBtn {
    line-height: 17px;
}

.qtyField .qtyBtn .ad {
    font-size: 10px;
}

.qtyField .qty {
    border: 0 none;
}

.social-sharing {
    clear: both;
}

.btn--share {
    color: #111;
    font-weight: 400;
    margin: 5px;
    display: inline-block;
    letter-spacing: 0;
    text-transform: capitalize;
}

.btn--share .ad {
    font-size: 14px;
    min-width: 14px;
    min-height: 14px;
    vertical-align: middle;
    margin-right: 1px;
}

.btn--share .ad-facebook-official {
    color: #3b5998;
}

.btn--share .ad-twitter-square {
    color: #00aced;
}

.btn--share .ad-pinterest-square {
    color: #cb2027;
}

.btn--share .ad-google-plus-square {
    color: #DD4D42;
}

.share-title {
    display: inline-block;
    vertical-align: middle;
}

hr {
    margin: 25px 0;
    border: 0;
    border-bottom: 1px solid #cacaca;
}

.hr--small {
    padding: 10px 0;
    margin: 0;
}

.hr--invisible {
    border-bottom: 0;
}

.border-bottom {
    border-bottom: 1px solid #cacaca;
}

.border-top {
    border-top: 1px solid #cacaca;
}

.no-border {
    border: 0;
}

.social-icons li {
    text-align: center;
}

.social-icons a {
    padding: 0 7px;
    display: inline-block;
}

.social-icons .icon {
    width: 15px;
    height: 15px;
}

table {
    margin-bottom: 7.5px;
}

th {
    font-family: Poppins, sans-serif;
    font-weight: 700;
}

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

@media only screen and (max-width:766px) {
    .responsive-table thead {
        display: none;
    }
    .responsive-table tr {
        display: block;
    }
    .responsive-table tr,
    .responsive-table td {
        float: left;
        clear: both;
        width: 100%;
    }
    .responsive-table th,
    .responsive-table td {
        display: block;
        text-align: right;
        padding: 10px 15px;
        border: 0;
        margin: 0;
    }
    .responsive-table td::before {
        content: attr(data-label);
        float: left;
        text-align: center;
        font-size: 12px;
        padding-right: 10px;
    }
    .responsive-table__row+.responsive-table__row,
    tfoot>.responsive-table__row:first-child {
        position: relative;
        margin-top: 10px;
        padding-top: 15px;
    }
    .responsive-table__row+.responsive-table__row::after,
    tfoot>.responsive-table__row:first-child::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 7.5px;
        right: 7.5px;
        border-bottom: 1px solid #cacaca;
    }
}

.display-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 !important;
}

.display-table-cell {
    float: none;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
}

.grid--no-gutters {
    margin-left: 0;
}

.grid--no-gutters>.grid__item {
    padding-left: 0;
}

.grid--half-gutters {
    margin-left: -15px;
}

.grid--half-gutters>.grid__item {
    padding-left: 15px;
}

.grid--double-gutters {
    margin-left: -60px;
}

.grid--double-gutters>.grid__item {
    padding-left: 60px;
}

.grid--flush-bottom {
    margin-bottom: -50px;
    overflow: auto;
}

.grid--flush-bottom>.grid__item {
    margin-bottom: 50px;
}

.placeholder-svg {
    display: block;
    fill: rgba(0, 0, 0, 0.2);
    background-color: rgba(0, 0, 0, 0.05);
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.placeholder-noblocks {
    padding: 40px;
    text-align: center;
}

.placeholder-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.placeholder-background .icon {
    border: 0;
}

.product-price__price {
    color: #ef0808;
}

s.product-price__price {
    opacity: 0.6;
    margin-right: 4px;
    font-weight: 400;
}

.product-price__sale,
.product__price--sale {
    color: #222222;
}

.product-price__sale-label {
    display: inline-block;
    white-space: nowrap;
}

.product-price__sold-out {
    font-weight: 700;
    white-space: nowrap;
}

.price__unit {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.7;
    margin: -20px 0 23px;
    display: block;
}

.product__policies {
    margin: -20px 0 20px;
}

.page-width {
    *zoom: 1;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
}

.page-width:after {
    content: '';
    display: table;
    clear: both;
}

.page-width.fullwidth {
    max-width: 100%;
}

@media only screen and (min-width:1280px) {
    .page-width.fullwidth {
        padding-left: 55px;
        padding-right: 55px;
    }
}

@media only screen and (max-width:766px) {
    .page-width {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.main-content {
    display: block;
}

@media only screen and (min-width:767px) {
    .main-content {
        min-height: 500px
    }
}

.page-wrapper {
    @include transition(all 0.3s ease-in-out);
}

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

@media only screen and (max-width:766px) {
    .empty-page-content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.shopify-policy__container {
    padding: 30px 0;
}

.empty.default {
    padding-top: 55px;
}

.empty.small {
    padding-top: 20px;
}

.content-indent {
    margin-top: 20px;
}

.content-indent.none {
    margin-top: 0;
}

.sec-empty {
    height: 20px;
}

.sec-empty.none {
    height: 0;
}

/* .section-cover{padding:20px 10px;} */

.section-cover {
    padding: 10px 10px;
}

@media only screen and (min-width:767px) {
    .slideshowOuter .content-indent.default {
        margin-top: 0px;
    }
    .content-indent.default {
        margin-top: 55px;
    }
    .content-indent.small {
        margin-top: 20px;
    }
    .sec-empty.default {
        height: 55px;
    }
    .sec-empty.small {
        height: 20px;
    }
    /* .section-cover{padding:55px 0;} */
    .section-cover.small-pd {
        padding: 30px 0;
    }
}

.modalsCenter,
.loadingBox,
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.modalOverly {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 666;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.29, 0.63, 0.44, 1);
}

.loadingBox {
    display: none;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    z-index: 1050;
}

.loadingBox .ad {
    font-size: 40px;
    opacity: 0.7;
}

.loading .loadingBox {
    display: block;
    position: fixed;
}

.showOverly .modalOverly,
.loading .modalOverly {
    display: block;
}

.hideOverly .modalOverly {
    display: none;
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    opacity: 0;
    transform: scale(0.9);
}

.mfpbox {
    margin: 0 auto;
    padding: 40px;
    max-width: 800px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.mfpbox .mfp-close {
    right: 0;
    opacity: 1;
    top: 0;
    color: #000000;
    line-height: 30px;
    height: 30px;
    width: 30px;
}

@media only screen and (max-width:767px) {
    .mfpbox {
        padding: 20px;
        overflow-x: scroll;
    }
}

.modal {
    padding: 20px;
    display: none;
    overflow: hidden;
    z-index: 667;
    width: 80%;
    max-width: 440px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    bottom: inherit;
}

.modal p {
    margin-bottom: 10px;
}

.modal--is-active {
    transform: translateY(0);
    display: block;
    opacity: 1;
    overflow: hidden;
}

.modal__inner {
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 100%;
}

.modal__centered {
    transform: translateY(-50%);
    position: relative;
    top: 50%;
}

.no-csstransforms .modal__centered {
    top: 20%;
}

.modal__close {
    border: 0 !important;
    padding: 10px 15px;
    position: fixed;
    top: 0;
    right: 0;
}

.modal__close .icon {
    font-size: 1.53846em;
}

.closeDrawer {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    background-color: #000;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 1.38462em;
}

.closeDrawer:hover {
    color: #fff;
    opacity: 0.75;
}

.text-link.cancel {
    vertical-align: middle;
    margin: 0 0 10px 10px;
}

#LoginModal.modal {
    width: 100%;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0, 0);
}

#LoginModal .password__form-heading,
#LoginModal .password__input-group {
    margin-bottom: 20px;
}

#LoginModal .last-child {
    margin-bottom: 0;
}

.topSpace {
    height: 30px;
}

.bredcrumbWrap {
    background: #ffffff;
    margin: 0 0 30px;
}

.breadcrumbs {
    padding-top: 8px;
    padding-bottom: 8px;
}

.breadcrumbs.fullwidth {
    padding: 8px 10px;
}

.breadcrumbs a,
.breadcrumbs span {
    color: #111111;
    display: inline-block;
    padding: 0 3px 0 0;
    margin-right: 3px;
    font-size: 12px;
}

.breadcrumbs a:first-child,
.breadcrumbs span:first-child {
    padding-left: 0;
}

.infinitpagin {
    clear: both;
    padding-top: 15px;
    text-align: center;
}

.pagination {
    width: 100%;
    text-align: center;
    list-style: none;
    font-size: 1.15385em;
}

.pagination li {
    display: inline-block;
}

.pagination li a {
    color: #4d4d4d;
    height: 35px;
    width: 35px;
    line-height: 32px;
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, 0.1);
}

.pagination li.active a {
    color: #000000;
    border-color: #000000;
}

.pagination .icon {
    display: block;
    height: 20px;
    vertical-align: middle;
}

.pagination__text {
    padding: 0 7.5px;
}

@media only screen and (max-width:1024px) {
    .template-product .topSpace {
        height: 5px;
    }
}

@media only screen and (max-width:767px) {
    .bredcrumbWrap {
        margin-bottom: 20px;
    }
}

.collection-grid-item {
    position: relative;
    overflow: hidden;
}

.collection-grid-item .collection-grid-item__link {
    opacity: 1;
}

.collection-grid-item .img {
    background-size: cover;
    background-repeat: no-repeat;
    transition: all ease-out 0.4s;
    border-radius: 250px;
}

.collection-grid-item:hover .img {
    transform: scale(1.1);
}

.no-zoom .collection-grid-item .img {
    transform: none;
    border-radius: 250px
}

.collection-box {
    clear: both;
}

.collection-box .grid .grid__item {
    padding: 0;
}

.collection-box .slick-prev {
    left: 0;
}

.collection-box .slick-next {
    right: 0;
}

.collection-box .collection-grid-item {
    text-align: center;
}

.collection-box .collection-grid-item .imgWrap {
    overflow: hidden;
}

.collection-box .collection-grid-item .details {
    z-index: 1;
    position: relative;
    padding: 15px;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease-out;
}

.collection-box .collection-grid-item .details.pad-0 {
    padding-left: 0;
    padding-right: 0;
}

.collection-box .collection-grid-item .counts {
    font-size: 13px;
    font-weight: 400;
    opacity: 0.7;
    display: block;
    margin-top: 6px;
}

.collection-box .collection-grid-item .btn {
    display: inline-block;
    margin-top: 15px;
}

.collection-box .collection-grid-item__title {
    font-size: 16px;
    margin: 0;
    font-weight: 400;
}

@media only screen and (max-width:1024px) {
    .collection-box .collection-grid-item__title {
        font-size: 12px;
    }
    .collection-grid-item:hover .img {
        transform: none;
    }
}

.collection-box.style1 .collection-grid-item .details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.collection-box.style1 .collection-grid-item:hover .details {
    opacity: 1;
}

.collection-box.style2 .collection-grid-item .details {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
}

.collection-box.style2 .collection-grid-item .counts {
    margin-top: 2px;
}

.collection-box.style2 .collection-grid-item:hover .details {
    transform: translateY(0);
}

.collection-box.style4 .collection-grid-item .details {
    position: absolute;
    bottom: 20px;
    width: auto;
    left: 20px;
    right: 20px;
    padding: 15px 25px;
}

.collection-box.style4 .collection-grid-item .counts {
    margin-top: 2px;
}

@media only screen and (max-width:766px) {
    .collection-box.style1 .collection-grid-item .details,
    .collection-box.style2 .collection-grid-item .details,
    .collection-box.style4 .collection-grid-item .details {
        opacity: 1;
        position: relative;
        left: 0;
        bottom: inherit;
        transform: translateY(0);
    }
}

.collection-box.fullwidth div[class^="grid-mr-"] {
    margin: 0;
}

.collection-banners a:hover {
    opacity: 1;
}

.collection-banners .grid {
    display: flex;
    flex-wrap: wrap;
}

.collection-banners .grid__item {
    padding: 0;
    flex: 0 0 auto;
    max-width: 100%;
}

.collection-banners .details {
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 30px;
    right: 0;
    padding: 20px;
    text-align: center;
}

.collection-banners .details h3 {
    font-size: 16px;
    margin: 0;
}

.collection-banners .details .btn {
    margin-top: 14px;
}

@media only screen and (min-width:767px) {
    .collection-banners .details.left {
        left: 7%;
        transform: none;
    }
    .collection-banners .details.right {
        right: 7%;
        transform: none;
    }
}

.collection-banners .details p {
    margin: 5px 0 0;
}

@media only screen and (max-width:1024px) {
    .collection-banners .details h3 {
        font-size: 16px;
    }
    .collection-banners .details {
        bottom: 20px;
    }
}

@media only screen and (max-width:766px) {
    .collection-banners .grid__item {
        flex: 0 0 auto;
    }
    .collection-banners .grid__item.small--one-half {
        flex: 1 0 50%;
        max-width: 400px;
    }
    .collection-banners .details {
        width: 90%;
    }
}

.count-bubble {
    display: none;
}

#shopify-section-sub-collections .collection-banner.top {
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: 50% 0;
}

/* .product-labels{position:absolute;left:5px;top:5px;z-index:11;display: flex ;gap: 2px;} */

.product-labels .lbl {
    color: #ffffff;
    font-size: 09px;
    text-transform: uppercase;
    margin-bottom: 5px;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 18px;
    text-align: center;
    padding: 0 7px;
    height: 19px;
    border-radius: 15px;
}

.main-product-labels {
    position: absolute;
    left: 5px;
    top: 5px;
    z-index: 11;
    display: flex;
    gap: 2px;
}

.product-labels .on-sale {
    background-color: #f12323;
}

.product-labels .sold-out {
    background-color: #131313;
}

.product-labels .pr-label1 {
    background-color: #139ddd;
}

.product-labels .pr-label2 {
    background-color: #f12323;
}

.product-labels .pr-label3 {
    background-color: #1d3066;
}

.tooltip-label {
    font-size: 11px;
    text-transform: none;
    line-height: 18px;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    background-color: #000000;
    color: #ffffff;
    border-radius: 0;
    padding: 0 5px;
    white-space: nowrap;
    position: absolute;
    bottom: calc(100% + 20px);
    left: 50%;
    transform: translateX(-50%);
}

.tooltip-label:before {
    content: "";
    border: 5px solid transparent;
    border-top-color: #000000;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -5px;
}

@media only screen and (max-width:1024px) {
    .tooltip-label {
        display: none;
    }
}

.gridSwatches {
    margin-top: 10px;
    font-size: 0px;
}

.gridSwatches li {
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 17px;
    width: 17px;
    margin: 3px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
    box-shadow: 0 0 1px 1px #ddd;
    border: 2px solid #fff;
}

.gridSwatches li.rounded {
    border-radius: 50%;
}

.gridSwatches li.rounded_rectangle {
    border-radius: 5px;
}

.gridSwatches li.flat {
    box-shadow: none;
    border: 0;
}

.gridSwatches li.medium {
    height: 30px;
    width: 30px;
}

.gridSwatches li.large {
    height: 40px;
    width: 40px;
}

.gridSwatches li:hover,
.gridSwatches li.active {
    box-shadow: none;
    border: 2px solid #1d3166;
}

.gridSwatches li .white {
    border: 1px solid #ddd;
}

.gridSwatches li .white .ad {
    color: #000;
}

@media only screen and (min-width:1025px) {
    .gridSwatches li:hover {
        overflow: visible;
    }
    .gridSwatches li:hover .tooltip-label {
        opacity: 1;
        bottom: calc(100% + 7px);
        visibility: visible;
        z-index: 2;
    }
}

@media only screen and (max-width:766px) {
    .gridSwatches li.large,
    .gridSwatches li.medium {
        height: 25px;
        width: 25px;
    }
}

a.grid-view-item__link {
    opacity: 1;
}

.grid-view_image {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.grid-view-item__image .placeholder-svg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.grid-view-item__image {
    display: block;
    position: relative;
    padding-bottom: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all ease-out 0.4s;
}

.grid-view_image .hover,
.grid-view_image .variantImg {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.grid-view_image .ad-spinner4 {
    color: #000;
    font-size: 24px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7);
    display: none;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 50;
}

.grid-view_image.showLoading .ad-spinner4 {
    display: block;
}

.showVariantImg .grid-view-item__image {
    opacity: 0;
}

.showVariantImg .variantImg {
    visibility: visible;
    opacity: 1;
}

@media only screen and (min-width:1025px) {
    .grid-view_image:hover .primary {
        opacity: 0;
    }
    .grid-view_image:hover .hover {
        opacity: 1;
        visibility: visible;
    }
}

.grid-view-item__vendor {
    color: #000000;
    margin-bottom: 5px;
}

.grid-view-item__title {
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: normal;
}

.grid-view-item__title:hover {
    color: #000;
    opacity: 0.8;
}

.grid-view-item__meta {
    margin: 5px 0 10px;
}

.grid-view-item .spr-badge-caption,
.list-columns .spr-badge-caption {
    display: none;
}

.grid-view-item {
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    z-index: 0;
    border:1px solid {
            {
            shop.brand.colors.primary[0].foreground
        }
    }
    ;
    transition:all 0.3s ease-out;
}

.carousel .grid-view-item {
    margin-bottom: 0;
}

.grid-view-item .sizelink {
    display: none;
}

.grid-view-item .button-set {
    width: 100%;
    display: block;
    font-size: 0px;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: 444;
    opacity: 0;
    transition: all 0.3s ease-out;
}

.grid-view-item .button-set .btn {
    display: inline-block;
    border: 0;
    background-color: #1d3066;
    position: relative;
    font-size: 18px;
    padding: 0;
    margin: 2px;
    line-height: 35px;
    width: 100%;
    height: 36px;
    width: 38px;
    text-align: center;
    border-radius: 0;
}

.grid-view-item:hover .button-set {
    bottom: 10px;
    opacity: 1;
}

.grid-view-item .button-set .btn:hover {
    opacity: 1;
    background-color: #3455b5;
}

.grid-view-item .button-set .btn:hover .tooltip-label {
    opacity: 1;
    bottom: calc(100% + 7px);
    visibility: visible;
    z-index: 2;
}

.grid-view-item .button-set .ad {
    color: #ffffff;
}

@media only screen and (max-width:766px) {
    .grid-view-item .button-set .btn {
        line-height: 30px;
        height: 30px;
        width: 30px;
    }
    .grid-view-item .button-set .ad {
        font-size: 14px;
    }
    .collection-tabs-wrapper .carousel .grid-view-item {
        margin-bottom: 20px;
    }
}

.spr-badge-starrating .spr-icon,
.spr-icon {
    font-size: 12px !important;
}

.grid-view-item .details {
    padding: 15px 10px 10px;
}

.grid-view-item .product-price__price {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
}

.grid-view-item .product-price__sale {
    padding-right: 0;
}

.grid-view-item .product-review {
    line-height: 1;
    margin-bottom: 14px;
}

.grid-view-item .overly {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    background-color: rgba(255, 255, 255, 0.85);
    transition: all 0.3s ease-out;
}

.grid-view-item.style2 .button-set,
.grid-view-item.style3 .button-set {
    margin-top: 10px;
}

.grid-view-item.style3 .details {
    padding-top: 10px;
}

.grid-view-item.style4 .details {
    text-align: left;
}

.grid-view-item.style4 .button-set {
    left: 10px;
    bottom: 10px;
    width: 40px;
}

.grid-view-item.style5 .flatbtn {
    margin: 10px 0;
}

.grid-view-item.style5 .flatbtn .btn {
    padding: 8px 25px;
    border-radius: 3px;
}

@media only screen and (min-width:1025px) {
    .grid-view-item.style2 .details {
        width: 100%;
        height: auto !important;
        padding-bottom: 30px;
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 5;
        transform: translateY(-50%);
        transition: all 0.3s ease-out;
    }
    .grid-view-item.style2:hover .button-set {
        bottom: -20px;
    }
    .grid-view-item.style2:hover .overly,
    .grid-view-item.style2:hover .details {
        opacity: 1;
    }
    .grid-view-item.style3 .gridSwatches {
        border-bottom:1px solid {
                {
                shop.brand.colors.primary[0].foreground
            }
        }
        ;
    }
    .grid-view-item.style3 .button-set {
        position: static;
        opacity: 1;
    }
    .grid-view-item.style4:hover .button-set {
        visibility: visible;
        opacity: 1;
    }
    .grid-view-item.style4 .button-set .tooltip-label {
        left: 55px;
        bottom: 50%;
        transform: translateY(50%);
    }
    .grid-view-item.style4 .button-set .tooltip-label:before {
        border-color: transparent;
        border-right-color: #000000;
        left: -5px;
        bottom: 4px;
    }
    .grid-view-item.style4 .btn:hover .tooltip-label {
        left: 45px;
        bottom: 50%;
        transform: translateY(50%);
    }
    .grid-view-item.style5 .flatbtn .btn {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:1024px) {
    .grid-view-item {
        margin-bottom: 20px;
    }
    .grid-view-item .button-set {
        bottom: 5px;
        opacity: 1;
    }
    .grid-view-item.style2 .button-set,
    .grid-view-item.style3 .button-set {
        position: relative;
        bottom: 0;
        margin-bottom: 10px;
    }
    .grid-view-item .details {
        position: relative;
        padding: 15px 0 0;
    }
    .grid-view-item.style4 .saleTime.mobile {
        justify-content: left;
        padding: 10px 0 0 10px;
    }
    .grid-masonary .grid-view-item .details {
        padding-bottom: 15px;
    }
}

.saleTime {
    position: absolute;
    opacity: 1;
    bottom: 5px;
    left: 0;
    right: 0;
    z-index: 11;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease-out;
}

.saleTime>span {
    font-size: 12px;
    font-weight: 700;
    display: block;
    min-width: 35px;
    padding: 7px 5px;
    line-height: 1;
    margin: 0 0 3px 3px;
    text-align: center;
    color: #111111;
    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.99);
}

.saleTime>span span {
    border: 0;
    margin-top: 3px;
    display: block;
    background: none;
    font-size: 9px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
}

.saleTime.mobile {
    position: static;
    margin: 0 -10px;
}

.saleTime.mobile>span {
    margin: 0;
    min-width: 30px;
    font-size: 10px;
    background: #f2f2f2;
}

.grid-view-item:hover .saleTime.desktop {
    opacity: 0;
}

.list-view-item__title {
    color: #000;
    font-size: em(14+2px);
    font-weight: 700;
}

.list-view-item__meta {
    margin: 10px 0;
}

.list-view-item__vendor {
    font-size: 0.92308em;
    font-style: italic;
}

.list-view-item {
    display: table;
    table-layout: fixed;
    margin-bottom: 10px;
    padding-bottom: 20px;
    width: 100%;
    position: relative;
}

.list-view-item:last-child {
    margin-bottom: 0;
}

.list-view-item .listview-button .btn {
    height: 37px;
    line-height: 36px;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
}

.list-view-item .saleTime {
    bottom: 10px;
}

.list-view-item .list-view-item__image-wrapper {
    text-align: center;
}

.list-view-item .list-view-item__image-wrapper img {
    width: 100%;
}

.list-view-item__image-column {
    display: table-cell;
    vertical-align: middle;
    width: 230px;
}

.list-view-item__image-column .list-view-item__image-wrapper {
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}

.list-view-item__title-column {
    display: table-cell;
    vertical-align: middle;
}

.list-view-item__title-column .product-review {
    margin: 5px 0 7px;
}

.list-view-item__title-column .product-price__price {
    font-size: 14+3;
    font-weight: 700;
    display: inline-block;
}

.list-view-item__title-column .product-price__sale {
    padding-right: 0;
}

.list-view-item__price {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-view-item__price--reg {
    color: #f77575;
}

@media only screen and (max-width:766px) {
    .list-view-item .list-view-item__image-column,
    .list-view-item .list-view-item__title-column {
        width: 100%;
        display: block;
    }
    .list-view-item__image-column {
        width: 200px;
    }
    .list-view-item__image-column .list-view-item__image-wrapper {
        margin-right: 10px;
    }
    .list-view-item__title-column .list-view-item__title {
        font-size: 0.92308em;
    }
    .list-view-item__price--reg,
    .list-view-item__price--sale {
        display: block;
    }
}

.list-columns {
    margin-bottom: 20px;
    align-items: center;
}

.list-columns .grid-view_image {
    width: 33%;
    margin-right: 15px;
}

.list-columns .details {
    width: 66%;
}

.list-view-item__title-column .spr-badge {
    margin: 10px 0;
}

.top-header-wrapper {
    background: #1d3066;
}

.top-header {
    color: #f2f4f9;
    min-height: 35px;
    position: relative;
    z-index: 6;
    font-size: 13px;
    display: flex;
    width: 100%;
    align-items: center;
    line-height: 20px;
}

.top-header>div {
    flex: 1;
    padding: 7px 0;
}

.top-header a {
    color: #f2f4f9;
}

.top-header .ad {
    font-size: 12px;
}

.top-header .icon {
    color: #f2f4f9;
    height: 13px;
    width: 13px;
}

.top-header .left-hdr span,
.top-header .left-hdr a,
.top-header .left-hdr p {
    margin: 0 12px 0 0;
}

.top-header .left-hdr .ad {
    margin-right: 4px;
}

.top-header .social-icons {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -5px 0 4px;
    line-height: 11px;
}

@media only screen and (min-width:1024px) {
    .top-header {
        padding: 0 30px;
    }
}

@media only screen and (min-width:1280px) {
    .top-header {
        padding: 0 60px;
    }
}

@media only screen and (max-width:1024px) {
    .top-header {
        flex-direction: column;
    }
    .top-header>div:not(.small--hide)+div {
        padding-top: 0;
    }
}

#header {
    position: relative;
    z-index: 15;
    background-color: #ffffff;
    border-bottom: 1px solid #000000;
}

.header-logo {
    margin: 0;
    min-width: 170px;
    max-width: 130px;
}

.header-logo .header-logo-link {
    display: block;
    font-weight: 700;
    letter-spacing: normal;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
}

.header-logo img,
.header-logo svg {
    display: block;
    max-width: 100px;
    max-height: 200px;
}

@media only screen and (max-width:1024px) {
    .header-logo {
        max-width: 100%;
        min-width: 40px;
        text-align: center;
    }
    .header-logo img,
    .header-logo svg {
        max-width: 80px;
        margin: 0 auto;
    }
    #header {
        border-bottom: 0;
    }
}

.site-header {
    display: flex;
    width: 100%;
    align-items: center;
    min-height: 70px;
    position: relative;
    padding: 0 15px;
}

.site-header>.header-logo,
.site-header>div,
.site-header>nav {
    flex: 1;
}

.site-header .icons-col {
    justify-content: flex-end;
    width: 20%;
    max-width: 170px;
}

.site-header a.hdicon {
    position: relative;
    color: #000000;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0 9px;
}

.site-header a.hdicon .ad {
    font-size: 18px;
    min-width: 18px;
    min-height: 18px;
}

#CartCount,
.favCount {
    position: absolute;
    background: #1d3066;
    color: #ffffff;
    min-width: 16px;
    height: 16px;
    border-radius: 16px;
    line-height: 17px;
    font-size: 11px;
    right: -7px;
    top: -3px;
}

@media only screen and (min-width:767px) {
    .site-header a.hdicon .ad {
        font-size: 16px;
    }
}

@media only screen and (max-width:1024px) {
    .site-header {
        min-height: 20px;
    }
    .site-header .mobile-nav,
    .site-header .icons-col {
        max-width: 75px;
    }
}

#header.classic-style:not(.stickyHeader) {
    background: none;
    box-shadow: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 97;
    border: none;
}

#header.classic-style:not(.stickyHeader) .stlogo,
#header.classic-style.stickyHeader .cllogo {
    display: none;
}

#header.classic-style:not(.stickyHeader) #shopify-section-navigation {
    background: none;
}

#header.classic-style:not(.stickyHeader) a.hdicon,
#header.classic-style:not(.stickyHeader) #siteNav>li>a {
    color: #1d3066;
}

#header.classic-style:not(.stickyHeader) #siteNav>li:hover>a,
#header.classic-style:not(.stickyHeader) #siteNav>li>a:hover,
#header.classic-style:not(.stickyHeader) #siteNav>li a.active {
    opacity: 0.7;
    background: none !important;
}

#header.classic-style:not(.stickyHeader).nav-below {
    position: relative;
}

#header.stickyHeader {
    position: fixed;
    top: 0;
    z-index: 50;
    width: 100%;
    left: 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.stickyHeader .site-header {
    min-height: 70px;
}

.stickyHeader .site-header .header-logo img,
.stickyHeader .site-header .header-logo svg {
    max-height: 80px;
    max-width: 150px;
}

@media only screen and (min-width:1025px) {
    .stickyHeader.popup {
        padding-right: 16px;
    }
}

#settingsBox,
#cart-drawer,
#searchPopup {
    color: #050000;
    text-align: left;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(5, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

#settingsBox {
    font-size: 13px;
    visibility: hidden;
    opacity: 0;
    padding: 20px;
    width: 300px;
    position: absolute;
    top: 130%;
    right: 15px;
    z-index: 99;
}

#settingsBox.active {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

#settingsBox .customer-links {
    text-transform: uppercase;
}

#settingsBox .ctLink {
    color: #050000;
    text-decoration: underline;
}

#settingsBox .ctLink:hover {
    text-decoration: none;
}

#settingsBox .ttl {
    margin: 20px 0 10px;
    font-weight: 600;
    display: block;
    letter-spacing: 0.2px;
}

#settingsBox .btn {
    width: 100%;
}

.currency-picker .selected-currency {
    display: none;
}

.cnrLangList li {
    display: inline-block;
    margin: 0 5px 5px 0;
    cursor: pointer;
}

.cnrLangList li a {
    color: #000000;
    display: block;
    font-size: 12px;
    padding: 1px 10px;
    opacity: 0.6;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.cnrLangList li a:hover {
    opacity: 1;
}

.cnrLangList li.selected a,
.cnrLangList li a.weglot-link--active {
    color: #f04343;
    border-color: #f04343;
    opacity: 1;
}

#cart-drawer {
    width: 90%;
    max-width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 555;
}

#cart-drawer.active {
    right: 0;
}

#cart-drawer>h4 {
    color: #050000;
    font-size: 18px;
    text-align: left;
    margin: 10px 15px;
}

#cart-drawer .close-cart {
    color: #050000;
    font-size: 20px;
    opacity: 0.6;
    position: absolute;
    right: 10px;
    top: 7px;
}

#cart-drawer .remove {
    color: #050000;
    opacity: 0.5;
}

#cart-drawer .btn {
    width: 100%;
}

#cart-drawer .cart_tearm {
    margin-bottom: 20px;
}

.mini-products-list {
    padding: 0 15px;
    overflow-x: hidden;
    overflow-y: auto;
}

.mini-products-list .grid {
    margin: 0;
}

.mini-products-list .grid__item {
    padding: 0;
}

.mini-products-list li {
    padding: 10px 0;
    line-height: normal;
    border-top: 1px solid #eeeeee;
}

.mini-products-list .product-details {
    text-align: left;
    padding-left: 15px;
}

.mini-products-list .pName {
    color: #050000;
    white-space: normal;
    text-decoration: none;
    display: block;
    line-height: 1.3;
    margin-right: 20px;
}

.mini-products-list .vropts {
    color: #050000;
    opacity: 0.6;
    padding: 5px 0;
}

.mini-products-list .remove {
    float: right;
    padding: 7px;
    margin: -7px -7px 0 0;
}

.mini-products-list li ul {
    margin: 0 0 5px;
    padding: 0;
}

.mini-products-list li ul li {
    border: 0 none;
    padding: 0;
}

.mini-products-list .priceRow {
    align-items: center;
}

.mini-products-list .qtyField {
    max-width: 75px;
    margin-left: auto;
}

.mini-products-list .qtyField .qtyBtn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
}

.minicartTol {
    padding: 15px 15px 25px;
    border-top: 1px solid #eeeeee;
}

.minicartTol .freeShipMsg {
    background-color: rgba(5, 0, 0, 0.05);
    padding: 10px 15px;
    margin: -15px -15px 15px;
}

.minicartTol .cart-subtotal-row {
    padding: 0 0 10px;
    margin-bottom: 0;
}

.minicartTol .freeShipMsg {
    display: flex;
}

.minicartTol .freeShipMsg .ad {
    margin: 2px 4px 0 0;
}

#searchPopup {
    width: 100%;
    padding: 40px 50px;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transform: translateY(-100%);
}

#searchPopup.active {
    opacity: 1;
    transform: translateY(0);
}

#searchPopup h4 {
    color: #050000;
}

#searchPopup .closeSearch {
    color: #050000;
    font-size: 24px;
    position: absolute;
    top: 10px;
    right: 20px;
}

#searchPopup .input-group {
    border-bottom: 1px solid #eeeeee;
}

#searchPopup .search__input {
    color: #050000;
    padding: 5px 0;
    background: none;
    border: 0 none;
}

#searchPopup .btn {
    color: #050000;
    opacity: 0.5;
    padding: 0;
    border: 0 none;
    background: none;
}

@media only screen and (max-width:766px) {
    #searchPopup {
        padding: 15px 20px;
    }
    #searchPopup .closeSearch {
        top: 0px;
        right: 10px;
    }
}

.search-results {
    list-style-type: none;
    width: 100%;
    max-width: 100%;
    margin: 0 -5px;
    padding: 10px 0 0;
}

.search-results li {
    float: left;
    vertical-align: top;
    width: 25%;
    margin: 0;
    padding: 5px;
}

.search-results li:nth-child(4n+1) {
    clear: both;
}

.search-results a {
    color: #050000;
    display: table;
    width: 100%;
    text-decoration: none;
}

.search-results a:hover {
    color: #050000;
    opacity: 1;
    background-color: #f2f2f2;
}

.search-results .img {
    display: table-cell;
    width: 60px;
    padding: 5px;
    vertical-align: middle;
}

.search-results .img img {
    display: block;
    margin: 0 auto;
}

.search-results .details {
    padding: 5px;
    line-height: 1.2;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

.search-results .price {
    display: block;
    font-weight: 700;
    margin-top: 5px;
}

@media only screen and (max-width:766px) {
    .search-results li {
        width: 50%;
    }
    .search-results li:nth-child(2n+1) {
        clear: both;
    }
    .search-results .img {
        width: 40px;
        padding: 5px;
        vertical-align: middle;
    }
}

.siteNavigation .lbl {
    color: #fafafa;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 1;
    display: inline-block;
    padding: 2px 4px;
    background-color: #f00;
    position: relative;
    vertical-align: middle;
}

.siteNavigation .lbl:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: 3px;
    left: -7px;
    border: 4px solid transparent;
    border-right-color: #f00;
}

.siteNavigation .lbl.nm_label1 {
    background-color: #01a903;
}

.siteNavigation .lbl.nm_label1:after {
    border-right-color: #01a903;
}

.siteNavigation .lbl.nm_label2 {
    background-color: #f12323;
}

.siteNavigation .lbl.nm_label2:after {
    border-right-color: #f12323;
}

.siteNavigation .lbl.nm_label3 {
    background-color: #f48920;
}

.siteNavigation .lbl.nm_label3:after {
    border-right-color: #f48920;
}

.siteNavigation .lbl.nm_label4 {
    background-color: #27d006;
}

.siteNavigation .lbl.nm_label4:after {
    border-right-color: #27d006;
}

.siteNavigation .lbl.nm_label5 {
    background-color: #ff0000;
}

.siteNavigation .lbl.nm_label5:after {
    border-right-color: #ff0000;
}

@media only screen and (min-width:1025px) {
    #siteNav a {
        text-decoration: none;
        display: block;
        opacity: 1;
    }
    #siteNav>li {
        display: inline-block;
        text-align: left;
        margin-right: 10px;
    }
    #siteNav>li.ctsize,
    #siteNav>li.dropdown {
        position: relative;
    }
    #siteNav>li>a {
        color: #1d3066;
        font-size: 13px;
        font-weight: 600;
        text-transform: none;
        position: relative;
        line-height: 40px;
        padding: 0 15px;
    }
    #siteNav>li:hover>a,
    #siteNav>li>a:hover,
    #siteNav>li>a.active {
        color: #47352b;
    }
    #siteNav>li>a .lbl {
        position: absolute;
        top: -6px;
        left: 50%;
    }
    #siteNav>li>a .lbl:after {
        bottom: -5px;
        left: 4px;
        border-width: 5px;
    }
    #siteNav>li>a .lbl.nm_label1:after {
        border-left-color: #01a903;
        border-right: 0 none;
    }
    #siteNav>li>a .lbl.nm_label2:after {
        border-left-color: #f12323;
        border-right: 0 none;
    }
    #siteNav>li>a .lbl.nm_label3:after {
        border-left-color: #f48920;
        border-right: 0 none;
    }
    #siteNav>li>a .lbl.nm_label4:after {
        border-left-color: #27d006;
        border-right: 0 none;
    }
    #siteNav>li>a .lbl.nm_label5:after {
        border-left-color: #ff0000;
        border-right: 0 none;
    }
    #siteNav>li:hover>.megamenu,
    #siteNav>li:hover>.dropdown,
    #siteNav>li .dropdown li:hover>ul {
        top: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: visible;
    }
    #siteNav div.megamenu {
        opacity: 0;
        visibility: hidden;
        padding: 20px 30px 0;
        margin: 0;
        position: absolute;
        top: auto;
        z-index: 999;
        max-height: 600px;
        overflow: auto;
        background-color: #ffffff;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        pointer-events: none;
        transition: all 0.3s ease-in;
    }
    #siteNav div.megamenu.mmfull {
        width: 100%;
        left: 0;
    }
    #siteNav div.megamenu.left {
        left: -17px;
    }
    #siteNav div.megamenu.center {
        left: 50%;
        transform: translateX(-50%);
    }
    #siteNav div.megamenu.right {
        right: -17px;
    }
    #siteNav div.megamenu li.lvl-1 {
        margin-bottom: 25px;
    }
    #siteNav div.megamenu li.lvl-1 a.lvl-1 {
        font-size: 13px;
        text-transform: uppercase;
        color: #000000;
        padding: 0 0 8px;
        font-weight: 600;
    }
    #siteNav div.megamenu li.lvl-1 a.lvl-1:hover {
        color: #020202;
    }
    #siteNav div.megamenu li.lvl-1 a.lvl-1 .title {
        display: block;
    }
    #siteNav div.megamenu li.lvl-1 li a {
        font-size: 13px;
        color: #000;
        padding: 3px 0;
        font-weight: 400;
    }
    #siteNav div.megamenu li.lvl-1 li a:before {
        content: "";
        display: inline-block;
        width: 0px;
        height: 2px;
        vertical-align: middle;
        background-color: #020202;
        transition: all 0.2s ease-in-out;
    }
    #siteNav div.megamenu li.lvl-1 li a:hover {
        color: #020202;
    }
    #siteNav div.megamenu li.lvl-1 li a:hover:before {
        width: 3px;
        margin-right: 3px;
    }
    div.megamenu .productCol {
        text-align: center;
    }
    div.megamenu .productCol .grid-view-item {
        padding: 0;
        box-shadow: none;
        border: 0 none;
        margin-bottom: 15px;
        line-height: 1.2;
    }
    div.megamenu .productCol .grid-view-item__title,
    div.megamenu .productCol .grid-view-item__meta {
        color: #000000;
        margin-bottom: 0;
    }
    #siteNav div.megamenu.style1 .imageCol {
        margin-bottom: 30px;
    }
    #siteNav div.megamenu.style1 .ttl {
        color: #000000;
        display: block;
        padding: 5px;
        margin-top: 3px;
        border: 1px solid rgba(0, 0, 0, 0.2);
    }
    #siteNav div.megamenu.style2 {
        padding: 0;
    }
    #siteNav div.megamenu.style2 .prColumn,
    #siteNav div.megamenu.style2 .mmftcolumn {
        padding: 20px;
        width: auto;
        vertical-align: top;
    }
    #siteNav div.megamenu.style2 .prColumn .grid {
        margin: 0 -10px;
    }
    #siteNav div.megamenu.style2 .prColumn .grid__item {
        padding: 0 10px;
    }
    #siteNav div.megamenu.style3 img {
        margin-bottom: 10px;
    }
    #siteNav div.megamenu.style4 {
        background-repeat: no-repeat;
        background-size: auto 100%;
    }
    #siteNav div.megamenu.style5 .grid {
        margin: 0 -10px;
    }
    #siteNav div.megamenu.style5 .grid__item {
        text-align: center;
        font-weight: 700;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    #siteNav div.megamenu.style5 a {
        display: block;
        position: relative;
    }
    #siteNav div.megamenu.style5 .imgOver {
        display: block;
        padding: 5px 0 10px;
    }
    #siteNav div.megamenu.style5 .below {
        padding: 10px 0 0;
    }
    #siteNav div.megamenu.style5 .over .imgOver {
        padding: 10px 15px;
        position: absolute;
        left: 10px;
        right: 10px;
        width: auto;
        bottom: 20px;
        background-color: #ffffff;
    }
    #siteNav ul.dropdown,
    #siteNav ul.dropdown ul {
        border: 1px solid #eeeeee;
        padding: 10px;
        opacity: 0;
        visibility: hidden;
        width: 240px;
        position: absolute;
        top: auto;
        left: -17px;
        z-index: 999;
        background-color: #ffffff;
        box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
        transition: all 0.3s ease-in-out;
    }
    #siteNav ul.dropdown li {
        border-top: 1px solid #eeeeee;
        position: relative;
    }
    #siteNav ul.dropdown li:first-child {
        border: 0 none;
    }
    #siteNav ul.dropdown li a {
        font-size: 13px;
        color: #444444;
        font-weight: 400;
        padding: 8px 5px;
        background-color: #ffffff;
    }
    #siteNav ul.dropdown li a:hover {
        color: #000000;
        background-color: #fafafa;
        padding-left: 10px;
    }
    #siteNav ul.dropdown li a .ad {
        position: absolute;
        right: 10px;
        top: 12px;
        font-size: 12px;
    }
    #siteNav ul.dropdown li ul {
        top: 10px;
        left: 100%;
    }
    #siteNav ul.dropdown li:hover>ul {
        top: -10px;
    }
}

@media only screen and (max-width:1279px) {
    #siteNav>li>a {
        padding: 0 10px;
    }
}

.js-mobile-nav-toggle {
    margin-left: -9px;
}

.js-mobile-nav-toggle.close .ad-bars-l:before {
    content: "\ec0f";
}

@media only screen and (max-width:1024px) {
    body {
        position: relative;
        left: 0;
        transition: all 0.3s ease-in-out;
    }
    body.menuOn {
        left: 270px;
    }
    body.menuOn .modalOverly {
        display: block;
        opacity: 0.3;
    }
    .mobile-nav-wrapper {
        width: 270px;
        height: 100%;
        position: fixed;
        left: -270px;
        top: 0;
        z-index: 999;
        background-color: #ffffff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
    }
    .mobile-nav-wrapper.active {
        left: 0;
        opacity: 1;
        visibility: visible;
    }
    .closemobileMenu {
        color: #000;
        font-size: 13px;
        padding: 8px 10px;
        background-color: #fafafa;
        cursor: pointer;
    }
    .closemobileMenu .ad {
        font-size: 18px;
    }
    #MobileNav {
        height: calc(100% - 36px);
        padding-bottom: 10px;
        overflow: auto;
    }
    #MobileNav li {
        border-top: 1px solid #ffffff;
        position: relative;
    }
    #MobileNav li.grid__item {
        float: none;
        padding: 0;
    }
    #MobileNav li a {
        color: #1d3066;
        font-size: 13px;
        text-decoration: none;
        display: block;
        padding: 10px 45px 10px 10px;
        opacity: 1;
        font-weight: 400;
        letter-spacing: 0.05em;
        text-transform: uppercase;
    }
    #MobileNav li a .ad {
        color: #1d3066;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        position: absolute;
        right: 0;
        top: 0;
        text-align: center;
        padding: 0 10px;
    }
    #MobileNav li ul {
        display: none;
        background-color: #f2f2f2;
    }
    #MobileNav li li a {
        padding-left: 20px;
    }
    #MobileNav li li li a {
        padding-left: 30px;
    }
    #MobileNav li li li li a {
        padding-left: 40px;
    }
}

.slideshow-wrapper {
    position: relative;
}

.slideshow {
    overflow: hidden;
    margin-bottom: 0;
}

.slideshow a:hover,
.slideshow__link {
    opacity: 1;
    text-decoration: none;
}

.slideshow .slick-list,
.slideshow .slick-track,
.slideshow__slide {
    height: 100%;
}

.slideshow .slick-arrow {
    width: 40px;
    border-radius: 5px;
    height: 40px;
    line-height: 38px;
    background-color: rgba(255, 255, 255, 0.5);
}

.slideshow .slick-arrow:before {
    font-size: 20px;
}

.slideshow .slick-arrow:hover {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}

.slideshow .slick-prev {
    left: 10px;
}

.slideshow .slick-next {
    right: 10px;
}

.slideshow .slick-dots {
    bottom: 10px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.slideshow .slick-dots li button {
    background-color: #fff;
    padding: 0;
}

.slideshow__slide {
    position: relative;
    overflow: hidden;
}

a.slideshow__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1 !important;
}

.slideshow__overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    opacity: 0;
    z-index: 3;
}

.slideshow__image {
    transition: opacity 0.8s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slick-active .slideshow__image {
    opacity: 1;
    visibility: visible;
}

@media only screen and (max-width:766px) {
    .slideshow .slick-arrow {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .slideshow .slick-arrow:before {
        font-size: 16px;
    }
    .slideshow__image.left,
    .slideshow__image.leftbottom {
        background-position: 60% 0 !important;
    }
    .slideshow__image.right,
    .slideshow__image.rightbottom {
        background-position: 10% 0 !important;
    }
}

.slideshow__text-wrap {
    height: 100%;
}

.slideshow__link .slideshow__text-wrap {
    cursor: inherit;
}

.slideshow__text-wrap:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    margin-left: -20px;
    margin-top: -20px;
    border-radius: 50%;
    border: 3px solid white;
    border-top-color: transparent;
    -webkit-animation: spin 0.65s infinite linear;
    animation: spin 0.65s infinite linear;
    opacity: 1;
    transition: all 1s cubic-bezier(0.29, 0.63, 0.44, 1);
    top: 50%;
    left: 50%;
    z-index: 5;
}

.slick-initialized .slideshow__text-wrap:after,
.no-js .slideshow__text-wrap:after {
    opacity: 0;
    visibility: hidden;
    content: none;
}

.wrap-caption {
    display: inline-block;
    padding: 30px;
}

.slideshow__text-content {
    position: absolute;
    max-width: 600px;
    width: 50%;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
}

.left .slideshow__text-content {
    left: 7%;
    text-align: left;
}

.leftbottom .slideshow__text-content {
    left: 7%;
    text-align: left;
    bottom: 8%;
    transform: none;
    top: inherit;
}

.right .slideshow__text-content {
    right: 7%;
    text-align: right;
}

.rightbottom .slideshow__text-content {
    right: 7%;
    text-align: right;
    bottom: 8%;
    transform: none;
    top: inherit;
}

.topcenter .slideshow__text-content {
    left: 50%;
    top: 5%;
    transform: translateX(-50%);
    text-align: center;
}

.bottomcenter .slideshow__text-content {
    top: inherit;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
    text-align: center;
}

.center .slideshow__text-content {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@media only screen and (max-width:1279px) {
    .wrap-caption {
        padding: 20px;
    }
    .left .slideshow__text-content {
        left: 1.5%;
    }
    .right .slideshow__text-content {
        right: 1.5%;
    }
}

@media only screen and (max-width:766px) {
    .slideshow__text-content {
        width: 90%;
    }
    .left .slideshow__text-content {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .right .slideshow__text-content {
        right: 50%;
        transform: translate(50%, -50%);
    }
    .leftbottom .slideshow__text-content {
        left: 10%;
    }
    .rightbottom .slideshow__text-content {
        right: 10%;
    }
}

.slideshow__text-content .btnWrap {
    display: inline-block;
    margin-top: 15px;
}

@media only screen and (min-width:1025px) {
    .slideshow__text-content .btnWrap {
        margin-top: 30px;
    }
}

.slideshow__text-content .anim-tru.style1 {
    opacity: 0;
    transition: 1s all 100ms;
    transform: scale(0.8);
}

.slick-active .slideshow__text-content .anim-tru.style1 {
    opacity: 1;
    transform: scale(1);
}

.slideshow__text-content .anim-tru.style2 .mega-small-title {
    opacity: 0;
    transition: 1s all 100ms;
    transform: translateY(-20px);
}

.slideshow__text-content .anim-tru.style2 .slideshow__title {
    opacity: 0;
    transition: 0.8s all 200ms;
    transform: translateY(-15px);
}

.slideshow__text-content .anim-tru.style2 .slideshow__subtitle {
    opacity: 0;
    transition: 0.7s all 300ms;
    transform: translateY(-10px);
}

.slideshow__text-content .anim-tru.style2 .btnWrap {
    opacity: 0;
    transition: 0.6s all 400ms;
    transform: translateY(10px);
}

.slick-active .slideshow__text-content .anim-tru.style2 .mega-small-title {
    opacity: 1;
    transform: translateY(0);
}

.slick-active .slideshow__text-content .anim-tru.style2 .slideshow__title {
    opacity: 1;
    transform: translateY(0);
}

.slick-active .slideshow__text-content .anim-tru.style2 .slideshow__subtitle {
    opacity: 1;
    transform: translateY(0);
}

.slick-active .slideshow__text-content .anim-tru.style2 .btnWrap {
    opacity: 1;
    transform: translateY(0);
}

.slideshow__text-content .anim-tru.style3 {
    opacity: 0;
    margin-bottom: -30px;
    transition: 1s all 100ms;
}

.slick-active .slideshow__text-content .anim-tru.style3 {
    opacity: 1;
    margin-bottom: 0;
}

.mega-small-title {
    margin: 0;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.2;
}

.slideshow__title {
    letter-spacing: normal;
    font-size: 24px;
    line-height: 1.1;
}

.slideshow__subtitle {
    margin-top: 10px;
    letter-spacing: normal;
    display: block;
    font-size: 16px;
    line-height: 1.4;
}

@media only screen and (max-width:1279px) {
    .mega-small-title {
        font-size: 15px;
    }
    .slideshow__title {
        font-size: 19px;
    }
    .slideshow__subtitle {
        font-size: 14px;
    }
}

@media only screen and (max-width:1024px) {
    .mega-small-title {
        font-size: 14px;
    }
    .slideshow__title {
        font-size: 16px;
    }
    .slideshow__subtitle {
        font-size: 12px;
    }
}

@media only screen and (max-width:766px) {
    .mega-small-title {
        font-size: 13px;
    }
    .slideshow__title {
        font-size: 14px;
    }
    .slideshow__subtitle {
        font-size: 12px;
    }
}

.slideshow__subtitle li {
    line-height: 1.5;
    position: relative;
    padding-left: 20px;
}

.slideshow__subtitle li:before {
    position: absolute;
    left: 0;
    content: "\ea7f";
    font-family: "adorn-icons";
    font-size: 14px;
    top: 50%;
    margin-top: -10px;
}

.imageSlideshow .slideshow {
    height: auto;
}

.imageSlideshow .placeholder-background,
.imageSlideshow .slideshow__image,
.imageSlideshow .slideshow__link {
    position: static;
    text-align: center;
}

.imageSlideshow .slideshow__image img {
    width: 100%;
}

a.hero-outer:hover {
    opacity: 1;
}

.hero {
    position: relative;
    display: table;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hero .mega-title {
    font-size: 30px;
    margin: 0;
    line-height: 1.3;
}

.hero .mega-subtitle {
    font-size: 16px;
    margin: 10px 0 0;
}

.hero .hero__inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 2;
}

.hero .pretext {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: inline-block;
}

.hero .wrap-text {
    padding: 20px;
    text-align: center;
    position: relative;
}

.hero .wrap-text .btn {
    margin-top: 25px;
}

@media only screen and (min-width:767px) {
    .hero .wrap-text {
        max-width: 500px;
        padding: 30px;
    }
    .hero .center {
        margin: 0 auto;
    }
    .hero .topleft {
        position: absolute;
        left: 5%;
        top: 10%;
    }
    .hero .topright {
        position: absolute;
        right: 5%;
        top: 10%;
    }
    .hero .bottomleft {
        position: absolute;
        left: 5%;
        bottom: 10%;
    }
    .hero .bottomright {
        position: absolute;
        right: 5%;
        bottom: 10%;
    }
    .hero .leftcenter {
        float: left;
    }
    .hero .rightcenter {
        float: right;
    }
}

@media only screen and (max-width:1024px) {
    .hero {
        background-attachment: inherit !important;
        background-position: 50% 50% !important;
    }
}

.heroSaleTime {
    display: inline-block;
    margin-top: 20px;
}

.heroSaleTime>span {
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
    margin: 0 4px;
    padding: 8px 8px 7px;
}

.heroSaleTime>span span {
    display: block;
    font-size: 12px;
    min-width: 40px;
    margin-bottom: 0;
}

@media only screen and (max-width:766px) {
    .hero .mega-title {
        font-size: 21px;
        line-height: 1;
    }
    .hero .mega-subtitle {
        font-size: 13px;
    }
    .heroSaleTime>span {
        margin: 0 1px;
        padding: 3px 5px;
    }
    .heroSaleTime>span span {
        font-size: 10px;
        min-width: 30px;
    }
}

.quote-wraper {
    padding: 40px;
}

@media only screen and (max-width:766px) {
    .quote-wraper {
        padding: 20px 0;
    }
}

.quote-wraper .sec-ttl h3 {
    font-size: 18px;
}

.quote-wraper .quotes-slider__text {
    font-size: 13px;
}

.quote-wraper .author-pic {
    margin-bottom: 20px;
    display: block;
}

.quote-wraper .author-pic img {
    border-radius: 50%;
}

.quotes-slider blockquote {
    font-weight: 400;
    border: 0;
    max-width: 700px;
    margin: 0 auto;
    line-height: 26px;
    background: none;
}

.quotes-slider .authour {
    margin-top: 25px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 18px;
}

.quotes-slider .authour span {
    display: block;
    letter-spacing: 0.03em;
    font-size: 11px;
    font-weight: 400;
}

.quotes-slider.slick-initialized {
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.quotes-wrapper .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 50px;
}

.quotes-wrapper .slick-dots li button {
    background-color: #000000;
    opacity: 0.2;
    padding: 0;
}

.quotes-wrapper .slick-dots li.slick-active button {
    opacity: 1;
}

.quotes-wrapper .slick-slide[tabindex="0"] {
    outline: none;
}

.feature-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.feature-row__item {
    flex: 0 1 50%;
}

.feature-row__image {
    display: block;
}

.feature-row__text {
    padding: 20px;
}

.feature-row h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.feature-row .row-text {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
}

.left .row-text {
    padding-left: 20px;
}

.feature-row .row-text.text-center {
    padding: 0 20px;
}

@media only screen and (min-width:767px) {
    .imgCol.fadeInRight {
        order: 2;
    }
}

@media only screen and (max-width:766px) {
    .feature-row {
        flex-direction: column;
    }
    .feature-row__item {
        flex: 1 1 100%;
        width: 100%;
    }
    .feature-row__text {
        order: 2;
        padding: 20px 0;
    }
    .feature-row h3 {
        font-size: 15px;
    }
    .feature-row .row-text {
        font-size: 10px;
        padding: 0 15px;
        width: 100%;
    }
}

.map-section {
    position: relative;
    height: 300px;
    width: 100%;
    overflow: hidden;
}

.map-section .page-width {
    height: 100%;
}

.map-section__overlay-wrapper {
    position: relative;
    text-align: center;
    height: 100%;
}

.map-section__overlay {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    padding: 20px;
    margin-top: 10px;
    width: 100%;
    text-align: center;
    z-index: 3;
}

.map-section--load-error {
    height: auto;
}

.map-section--load-error .map-section__overlay {
    position: static;
    transform: translateY(0);
}

.map-section__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.map-section__container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    margin-bottom: -50%;
}

@media only screen and (min-width:767px) {
    .map-section {
        height: 500px;
    }
    .map-section__overlay {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
        width: auto;
    }
}

@media only screen and (max-width:766px) {
    .map-section__overlay {
        position: absolute;
        left: 0;
        width: auto;
    }
}

.gm-style-cc,
.gm-style-cc+div {
    visibility: hidden;
}

.custom-block .text {
    margin-bottom: 15px;
}

.custom-content {
    display: flex;
    width: 100%;
    align-items: stretch;
    flex-wrap: wrap;
    width: auto;
    margin: 0 -15px -30px;
}

.custom-content.zero-pad {
    margin: 0;
    font-size: 0px;
}

.custom__item {
    flex: 0 0 auto;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}

.zero-pad .custom__item {
    padding: 0;
    margin: 0;
    font-size: 0px;
}

@media only screen and (max-width:766px) {
    .custom-content {
        margin: 0 -10px -20px;
    }
    .custom__item {
        flex: 0 0 auto;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .custom__item.small--one-half {
        flex: 1 0 50%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
}

.custom__item .collection-grid-item,
.custom__item .grid-view-item {
    margin: 0;
}

.custom__item .rte-setting a {
    text-decoration: underline;
}

.custom__item .rte-setting a :hover {
    text-decoration: none;
}

.custom__item .text-center .custom-text {
    margin: 0 auto;
}

@media only screen and (min-width:1025px) {
    .custom__item .text-center .custom-text {
        max-width: 80%;
    }
    .one-whole .custom__item .text-center .custom-text {
        max-width: 70%;
    }
}

@media only screen and (max-width:766px) {
    .small--one-whole.block-product {
        width: 50%;
    }
    .zero-pad .custom__item {
        margin-bottom: 10px;
    }
    .zero-pad .custom__item .details {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.custom__item-inner {
    z-index: 1;
    position: relative;
    display: inline-block;
    text-align: left;
    max-width: 100%;
    width: 100%;
}

.custom__item-inner--video,
.custom__item-inner--collection,
.custom__item-inner--html {
    display: block;
}

.custom__item-inner--text img {
    margin-bottom: 15px;
}

.custom__item-inner--text h3 {
    margin-bottom: 10px;
}

@media only screen and (min-width:767px) {
    .custom__item-inner--text h3.medium {
        font-size: 25px;
    }
    .custom__item-inner--text h3.large {
        font-size: 32px;
    }
}

.custom__item-inner--text .rte-setting+.btn {
    margin-top: 20px;
}

.custom__item-inner--collection {
    position: relative;
}

.custom__item-inner--collection .details {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 30px;
}

.custom__item-inner--collection .details h3 {
    margin: 0;
    background-color: #ffffff;
    font-size: 15px;
    display: inline-block;
    padding: 10px 20px;
    color: #000000;
}

.custom__item-inner .product-single__photo {
    width: 100%;
    margin: 0;
}

@media only screen and (max-width:1023px) {
    .custom__item-inner .product-single {
        display: block;
        max-width: 768px;
        margin: 0 auto;
    }
    .custom__item-inner .product-single>div {
        display: block;
        width: 100%;
    }
}

.align--top-middle {
    text-align: center;
}

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

.align--middle-left {
    -ms-flex-item-align: center;
    align-self: center;
}

.align--center {
    -ms-flex-item-align: center;
    align-self: center;
    text-align: center;
}

.align--middle-right {
    -ms-flex-item-align: center;
    align-self: center;
    text-align: right;
}

.align--bottom-left {
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
}

.align--bottom-middle {
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
    text-align: center;
}

.align--bottom-right {
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
    text-align: right;
}

.collection-tabs {
    text-align: center;
    margin-bottom: 30px;
}

.collection-tabs li {
    display: inline-block;
    margin: 0 8px;
}

.collection-tabs a {
    color: #000000;
    font-size: 12px;
    display: inline-block;
    padding: 0;
    position: relative;
    padding: 5px 15px 4px;
    border: 1px solid rgba(0, 0, 0, 0);
    background-color: #fafafa;
}

.collection-tabs a:hover,
.collection-tabs a:focus,
.collection-tabs .active a {
    color: #ffffff;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0);
    background-color: #1d3066;
}

/* .collection-tabs .style1 a{padding:4px;border:0 none;background:none;} */

.collection-tabs .style1 a:after {
    content: "";
    width: 100%;
    opacity: 0;
    display: block;
    height: 2px;
    margin-top: 2px;
    background: rgba(0, 0, 0, 0);
}

.collection-tabs .style1 a:hover:after {
    opacity: 0.5;
}

.collection-tabs .style1.active a:after {
    opacity: 1;
}

.collection-tabs .style3 a {
    border-radius: 30px;
}

.productSlider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.productSlider .item {
    padding: 3px 15px;
}

@media only screen and (max-width:766px) {
    .productSlider .slick-list {
        margin-left: -5px;
        margin-right: -5px;
    }
    .productSlider .item {
        padding: 0 5px;
    }
}

.collection-columns .column-ttl {
    position: relative;
    margin-bottom: 25px;
}

@media only screen and (max-width:766px) {
    .collection-columns .column-ttl {
        margin-bottom: 15px;
        margin-top: 10px;
    }
}

.imgBanners {
    padding: 10px 0;
    margin-top: -20px;
}

.imgBanners .sec-ttl {
    margin: 30px 0 -10px;
}

.layout-boxed .imgBanners {
    padding: 10px 15px;
}

.layout-boxed .imgBanners .fullwidth,
.layout-boxed .imgBanners .page-width {
    padding: 0;
}

.imgBnrOuter .grid {
    margin: 0 -10px;
}

.imgBnrOuter .grid .grid__item:not(.img-bnr) {
    padding: 0;
}

.imgBnrOuter .img-bnr {
    text-align: center;
    padding: 10px;
}

.imgBnrOuter .inner {
    position: relative;
    overflow: hidden;
}

.imgBnrOuter .inner * {
    transition: all 0.3s ease-in-out;
}

.imgBnrOuter .inner img {
    display: block;
    width: 100%;
}

.imgBnrOuter .inner .ttl {
    line-height: 25px;
    font-size: 17px;
    display: inline-block;
    padding: 10px 20px;
    max-width: 80%;
    position: absolute;
}

.imgBnrOuter .inner:hover a {
    opacity: 1;
}

.imgBnrOuter .inner:hover img {
    transform: scale(1.1);
}

.imgBnrOuter .inner.topleft .ttl {
    left: 20px;
    top: 20px;
    text-align: left;
}

.imgBnrOuter .inner.topright .ttl {
    right: 20px;
    top: 20px;
    text-align: right;
}

.imgBnrOuter .inner.center .ttl {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.imgBnrOuter .inner.btmleft .ttl {
    left: 20px;
    bottom: 20px;
    text-align: left;
}

.imgBnrOuter .inner.btmright .ttl {
    right: 20px;
    bottom: 20px;
    text-align: right;
}

.imgBnrOuter .grid.no-zoom img {
    transform: none !important;
}

@media only screen and (max-width:766px) {
    .layout-boxed .index-section.imgBanners {
        padding: 5px 10px;
    }
    .imgBnrOuter a {
        opacity: 1;
    }
    .imgBnrOuter .grid .grid__item {
        width: 100%;
    }
}

.store-info {
    justify-content: space-between;
    margin: 0 -20px;
}

.store-info li {
    flex: 1;
    padding: 10px 20px;
}

.store-info h5 {
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    font-size: 14px;
}

.store-info .ad {
    font-size: 40px;
    display: inline-block;
    margin-bottom: 20px;
}

.store-info.style2 li a {
    align-items: center;
}

.store-info.style2 .ad {
    margin: 0 15px 0 0;
}

@media only screen and (min-width:767px) {
    .store-info a:not(.flex) {
        display: inline-block;
    }
    .store-info.style1 li {
        text-align: center;
    }
}

@media only screen and (max-width:1024px) {
    .store-info.style2 {
        flex-wrap: wrap;
    }
    .store-info.style2 li {
        flex: 1 1 50%;
    }
}

@media only screen and (max-width:766px) {
    .store-info {
        flex-wrap: wrap;
        flex-direction: column;
        margin: 0;
    }
    .store-info li {
        border: 0 !important;
        width: 100%;
        padding: 10px 0;
    }
    .store-info li a {
        display: flex;
    }
    .store-info li .ad {
        margin: 0 15px 0 0;
        font-size: 30px;
        min-width: 30px;
        text-align: center;
    }
}

.logo-bar .slick-track {
    display: flex;
    align-items: center;
}

.logo-bar__link {
    display: block;
    margin: auto;
}

.logo-bar__link .logoImg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.insta-shop {
    margin: 0 -10px;
}

.home-instagram .instagram-des {
    margin-bottom: 25px;
}

.home-instagram .instafeed {
    position: relative;
    width: 100%;
    text-align: center;
}

.home-instagram .instafeed:not(.carousel) {
    display: flex;
    flex-wrap: wrap;
}

.home-instagram .instafeed .insta-img a {
    position: relative;
    padding-bottom: 100%;
    display: block;
    overflow: hidden;
}

.home-instagram .instafeed .insta-img img {
    display: block;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-instagram .grid-sp .insta-img {
    padding: 0 5px 10px;
}

.home-instagram .followus {
    text-align: center;
    padding: 20px 0;
}

.home-instagram .followus .btn {
    position: relative;
    z-index: 555;
}

.video-sec {
    position: relative;
    font-size: 0px;
}

.video-text {
    position: absolute;
}

.video-text .ttl {
    font-size: 22px;
    display: block;
    margin-bottom: 15px;
}

@media only screen and (min-width:767px) {
    .video-text.left {
        left: 7%;
        text-align: left;
        top: 50%;
    }
    .video-text.leftbottom {
        left: 7%;
        text-align: left;
        bottom: 10%;
        transform: none;
        top: inherit;
    }
    .video-text.right {
        right: 7%;
        text-align: right;
        top: 50%;
    }
    .video-text.rightbottom {
        right: 7%;
        text-align: right;
        bottom: 10%;
        transform: none;
        top: inherit;
    }
    .video-text.topcenter {
        left: 50%;
        top: 100px;
        transform: translateX(-50%);
        text-align: center;
    }
    .video-text.bottomcenter {
        top: inherit;
        left: 50%;
        bottom: 10%;
        transform: translateX(-50%);
        text-align: center;
    }
    .video-text.center {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }
}

@media only screen and (max-width:766px) {
    .video-text {
        top: 50%;
        transform: translateY(-50%);
        text-align: center;
        width: 100%;
    }
    .video-text .ttl {
        font-size: 19px;
    }
}

.simple-text {
    letter-spacing: normal;
}

.simple-text a {
    text-decoration: underline;
}

.simple-text span {
    display: block;
    margin-bottom: 20px;
}

@media only screen and (max-width:766px) {
    .simple-text {
        font-size: 16px;
        padding: 0 15px;
    }
}

.wrap-block {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.wrap-block .simple-text {
    padding: 0;
}

.wrap-block a {
    margin-top: 20px;
}

.collection-image {
    margin-bottom: 20px;
}

.collection-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.collection-description {
    font-size: 13px;
}

.clPageBnr {
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    position: relative;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.clPageBnr.info-below {
    padding: 0;
}

.clPageBnr.info-over {
    margin-bottom: 20px;
}

.clPageBnr.text-left {
    justify-content: flex-start;
}

.info-below .collection-title {
    margin-bottom: 12px;
}

.catBanners {
    margin-bottom: 25px;
}

.catBanners .slideshow>.slideshow__slide:not(:first-child) {
    display: none;
}

.sidebar {
    width: 300px;
    transition: all 0.3s ease-in-out;
}

.closeFilter {
    z-index: 333;
    color: #000000;
    font-size: 17px;
    line-height: 34px;
    height: 35px;
    width: 35px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
}

.sidebar .sidebar_widget {
    margin-bottom: 30px;
}

.sidebar .widget-title {
    color: #000000;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: 0.2px;
    position: relative;
}

@media only screen and (min-width:1024px) {
    .sidebar.popup {
        height: 100%;
        padding: 15px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 335;
        overflow: auto;
        transform: translateX(-110%);
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .sidebar.popup.active {
        transform: translateX(0);
    }
}

@media only screen and (max-width:1024px) {
    .filterbar {
        width: 280px;
        height: 100%;
        overflow: auto;
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 444;
        background-color: #ffffff;
        transform: translateX(-290px);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .filterbar.active {
        left: 0;
        transform: translateX(0);
    }
    .filterbar .sidebar_widget {
        padding: 15px 15px 0 15px;
        margin-bottom: 15px;
    }
}

ul.sidebar_cate .grid__item {
    float: none;
}

ul.sidebar_cate li {
    padding: 4px 0;
}

ul.sidebar_cate a {
    color: #26170f;
}

ul.sidebar_cate a:hover {
    color: #26170f;
}

ul.sidebar_cate ul {
    margin: 0 0 0 15px;
}

ul.twoCall {
    column-count: 2;
    column-gap: 12px;
}

ul.flOpt li {
    padding: 3px 0;
}

ul.flOpt li label {
    font-weight: 400;
    font-size: 12px;
}

ul.flOpt li.disabled {
    opacity: 0.5;
    cursor: default;
}

.clrFl li {
    display: inline-block;
    padding: 0;
    margin: 0 5px 5px 0;
    position: relative;
}

.clrFl .clrbox {
    font-size: 11px;
    display: block;
    height: 18px;
    width: 18px;
    line-height: 18px;
    border-radius: 0;
    overflow: hidden;
}

.clrFl .clrbox:before {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: "adorn-icons";
}

.clrFl .clrbox.rounded {
    border-radius: 50%;
}

.clrFl .clrbox.rounded_rectangle {
    border-radius: 4px;
}

.clrFl .clrbox.medium {
    font-size: 13px;
    height: 30px;
    width: 30px;
    line-height: 30px;
}

.clrFl .clrbox.large {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
}

.clrFl .clrbox.swtwhite {
    border: 1px solid #eee;
}

.clrFl .clrbox.swtwhite:before {
    color: #000;
}

.clrFl input:checked+.clrbox:before {
    content: '\ea7f';
}

.clrFl input:disabled+.clrbox:before {
    content: "";
    position: relative;
    opacity: 0.5;
    cursor: default;
    display: block;
    width: 100%;
    height: 100%;
    background: url(//www.urbanspacestore.in/cdn/shop/t/63/assets/soldout.png?v=23754512391860133391742211702) no-repeat 50% 50%/cover;
}

.clrFl li:hover .tooltip-label {
    opacity: 1;
    visibility: visible;
    bottom: calc(100% + 7px);
}

.crFilters {
    margin-bottom: 20px;
}

.crFilters .actFilter {
    cursor: pointer;
    display: inline-block;
    margin: 0 3px 0 0;
    padding: 3px 6px;
    background: #000;
    color: #fff;
    font-size: 11px;
}

.crFilters .actFilter:only-child {
    display: none;
}

.crFilters .ad {
    font-size: 11px;
    vertical-align: baseline;
    padding-left: 5px;
}

.crFilters .btn-link {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    text-decoration: underline;
}

.side-pr-slider item:not(:first-child) {
    display: none;
}

.side-pr-slider .grid-view-item {
    margin-bottom: 0;
}

.side-pr-slider .slick-prev {
    left: -12px;
}

.side-pr-slider .slick-next {
    right: -12px;
}

.sidebar .static-banner {
    border: 0 none;
}

.filters-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.filters-toolbar select {
    font-size: 12px;
    height: auto;
    max-width: 100%;
    min-width: inherit;
    margin: 0;
    padding: 5px 25px 5px 5px;
    border: 0 none;
}

.filters-toolbar .change-view {
    font-size: 18px;
    line-height: 1;
    background: none;
    opacity: 0.5;
    border: 0;
    padding: 0 3px;
}

.filters-toolbar .change-view--active {
    opacity: 1;
}

.btn-filter {
    border-radius: 3px;
    text-transform: uppercase;
    padding: 2px 12px;
    line-height: normal;
    height: auto;
    font-size: 12px;
    letter-spacing: 0;
    margin-right: 15px;
}

.btn-filter .ad {
    font-size: 13px;
    vertical-align: middle;
    margin-bottom: 3px;
}

.flbarCount {
    font-size: 13px;
    margin: 0 auto;
}

@media only screen and (max-width:766px) {
    .btn-filter {
        width: 100%;
        padding: 5px;
        margin: 0 0 10px;
    }
    .flbarCount {
        font-size: 12px;
    }
    .medium-up--hide .medium-up--show {
        display: block !important;
    }
}

.product-single__photos {
    margin-bottom: 45px;
}

@media only screen and (max-width:766px) {
    .product-single__photos {
        margin-bottom: 25px;
    }
}

@media only screen and (min-width:766px) {
    body.template-product .product-single__photos {
        position: sticky;
        position: -webkit-sticky;
        top: 90px;
    }
}

.prod-large-img {
    position: relative;
    z-index: 1;
}

@media only screen and (min-width:766px) {
    .prod-large-img {}
}

.prod-large-img .slick-prev {
    left: 0;
    background: #0000006b;
}

.prod-large-img .slick-next {
    right: 0;
    background: #0000006b;
}

.style2 .prod-large-img .slick-prev {
    left: 10px;
}

.zoomcr:hover {
    cursor: crosshair;
}

.product-single__photo {
    min-height: 1px;
    position: relative;
    overflow: hidden;
}

.primgSlider .product-single__photo:not(.slick-slide):not(:first-child) {
    display: none;
}

.primgSlider .product-single__photo:not(.slick-current):not(:first-child) .imgFl {
    opacity: 0;
    visibility: hidden;
}

.prMedia {
    position: relative;
}

.prMedia .shopify-model-viewer-ui,
.prMedia model-viewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-single__media video {
    width: 70%;
    position: relative;
    align-content: center;
    left: 55px;
    top: 0;
    transition: opacity 0.2s ease;
}

.product-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.product-btn .btn {
    width: 40px;
    height: 35px;
    line-height: 30px;
    padding: 0;
    position: relative;
    margin-right: 3px;
}

.product-btn .ad {
    font-size: 18px;
}

.product-btn .popup-video .ad {
    font-size: 22px;
}

@media only screen and (min-width:1025px) {
    .product-btn .btn:hover .tooltip-label {
        opacity: 1;
        visibility: visible;
        bottom: calc(100% + 7px);
    }
}

@media only screen and (min-width:1025px) {
    .thumbnails-wrapper {
        padding-top: 10px;
        margin: 0 -5px;
    }
}

.thumbnails-wrapper .prThumb {
    position: relative;
    display: inline-block;
    width: 16.66%;
    padding: 0 5px;
    vertical-align: top;
}

.thumbnails-wrapper .slick-current {
    opacity: 0.5;
}

.thumbnails-wrapper .prThumb:not(.slick-slide):not(:first-child) {
    display: none;
}

.dslider .slick-track {
    transform: translate3d(0, 0, 0) !important;
}

.thumbnails-wrapper .slick-prev {
    left: 0;
}

.thumbnails-wrapper .slick-next {
    right: 0;
}

@media only screen and (max-width:1024px) {
    .thumbnails-wrapper .product-single__thumbnails {
        margin: 6px -3px 0;
    }
    .thumbnails-wrapper .prThumb {
        float: left;
        width: 20%;
        padding: 0 3px;
        margin: 0;
        vertical-align: top;
    }
}

.product-single__thumbnail {
    display: block;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.thumbnails-wrapper .ad-play {
    color: #fff;
    text-shadow: 0px 0 2px rgba(0, 0, 0, 0.5);
    font-size: 17px;
    margin: -10px 0 0 -7px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.product-single .social-sharing {
    padding-top: 20px;
    text-align: center;
}

.product-single .social-sharing .share-title {
    display: none;
}

.product-single__meta {
    margin-bottom: 45px;
    position: relative;
}

.style7 .product-single__price {
    justify-content: center;
}

h1.product-single__title {
    color: #111;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

@media only screen and (max-width:1024px) {
    h1.product-single__title {
        font-size: 15px;
    }
    .product-single__meta {
        margin-bottom: 25px;
    }
}

.instock {
    color: #76bd1c;
}

.outstock,
.preorder {
    color: #ff9f3b;
}

.product-info {
    color: #333333;
    margin-bottom: 20px;
}

.product-info>div {
    display: inline-block;
    margin: 0 25px 0 0;
}

.product-info>p {
    margin: 0 0 5px;
    display: block;
}

.product-info a {
    color: rgba(0, 0, 0, 0.7);
}

.product-info a:hover {
    color: #000000;
    opacity: 1;
    text-decoration: underline;
}

.product-info.other {
    margin-top: 15px;
}

.product-single__price {
    line-height: 1.4;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.product-single__price>* {
    margin-right: 10px;
}

.product-single__price .product-price__price {
    color: #111111;
    font-size: 20px;
    font-weight: 600;
}

.product-single__price s.product-price__price {
    color: #f44b4b;
    font-size: 17px;
    font-weight: 400;
    margin-right: 10px;
}

@media only screen and (max-width:766px) {
    .product-single__price .product-price__price {
        font-size: 17px;
    }
    .product-single__price s.product-price__price {
        font-size: 15px;
    }
}

.discount-badge .off {
    color: #f44b4b;
}

.countdown-lbl {
    margin-bottom: 5px;
}

.prcountdown {
    margin: 0 -4px 30px;
}

.prcountdown>span {
    color: #111111;
    font-weight: 700;
    min-width: 60px;
    text-align: center;
    display: inline-block;
    padding: 10px;
    border: 1px solid #dddddd;
    background: #f8f8f8;
    font-size: 20px;
    line-height: 1;
    margin: 0 3px;
}

.prcountdown>span span {
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 400;
    display: block;
    text-align: center;
    text-transform: uppercase;
    padding-top: 5px;
}

.product-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px 10px;
}

.product-form__item {
    /* flex:1 1 200px;*/
    margin-bottom: 10px;
    padding: 5px;
}

.product-form__item label {
    display: block;
}

.product-form__input {
    display: block;
    width: 100%;
    margin: 0;
}

.sizelink {
    margin-left: 12px;
    font-size: 12px;
    font-weight: 400;
}

.sizelink .ad {
    font-size: 17px;
    vertical-align: text-top;
    opacity: 0.7;
}

.group-prod>li {
    padding: 15px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #cacaca;
}

.group-prod>li .img {
    width: 70px;
    font-size: 0;
}

.group-prod>li .details {
    padding: 0 0 10px 20px;
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.group-prod .product-name {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 14px;
    width: 100%;
}

.group-prod .gprvrAct {
    color: #000000;
    font-size: 13px;
    padding: 7px 10px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    background-color: #ffffff;
    border: 1px solid #000000;
}

.group-prod .gprvrAct span {
    margin-right: 15px;
}

.group-prod .gprvrAct .ad {
    right: 10px;
    top: 8px;
    position: absolute;
}

.group-prod .gpprVariants {
    position: relative;
    margin-right: 10px;
}

.group-prod .gpprVariants ul {
    z-index: 11;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #000000;
    border-top: 0;
    width: 100%;
    display: none;
    background-color: #ffffff;
}

.group-prod .gpprVariants li {
    cursor: pointer;
    padding: 5px 10px;
}

.group-prod .gpprVariants li:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.group-prod .qtyField {
    width: 91px;
    background-color: #ffffff;
}

.group-prod .qtyField .gprQty {
    padding: 0 8px;
    width: auto;
    height: 32px;
    line-height: 32px;
    border-radius: 0;
}

.group-prod .qtyField .qty {
    line-height: 32px;
    height: 32px;
    width: 35px;
}

.group-prod .qtyField .ad {
    font-size: 12px;
}

.group-prod .no-var {
    line-height: 30px;
    margin-right: 10px;
}

.group-prod .money {
    line-height: 33px;
    margin-right: 10px;
}

.group-prod .gpprVariants .money {
    line-height: inherit;
}

.slVariant {
    min-width: 40px;
    display: inline-block;
    font-weight: 700;
}

.infolinks a.inLink {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 15px 0;
    color: #000000;
}

.infolinks a.inLink:hover {
    color: #000000;
    opacity: 0.8;
}

.infolinks .ad {
    font-size: 13px;
    margin-right: 5px;
}

.infolinks .btn {
    display: block;
    margin-bottom: 15px;
}

.product-action {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

/* .product-action .qtyField{width:90px;margin:0 10px 0 0;} */

.product-action .qtyField {
    width: 90px;
}

/* .product-action button{max-width:500px;flex:1;height:40px;margin-bottom:0;border:1px solid #1d3066;background-color:#1d3066;color:#ffffff;} */

.product-action button {
    flex: 1;
    height: auto;
    width: 100%;
    margin-bottom: 0;
    border: 1px solid #1d3066;
    background-color: #1d3066;
    color: #ffffff;
}

.product-action button:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.shippingMsg,
.freeShipMsg,
.userViewMsg {
    margin-bottom: 12px;
}

.shippingMsg .ad,
.freeShipMsg .ad,
.userViewMsg .ad {
    font-size: 15px;
    width: 23px;
}

.trustseal-img {
    margin-top: 20px;
}

.storeFeatures {
    padding-top: 15px;
    color: #000000;
    flex-wrap: wrap;
    margin: 0 -10px 10px;
}

.storeFeatures p {
    padding: 5px 10px;
    margin: 0;
}

.storeFeatures .ad {
    min-width: 25px;
}

p.product-type {
    margin-bottom: 10px;
}

.fbtImgCall {
    position: relative;
    align-self: center;
    width: 130px;
    max-width: 100%;
}

.fbtImgCall+.fbtImgCall:before {
    content: "+";
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    top: 44%;
    left: -6px;
}

.fbtbtnCall {
    margin-left: 20px;
    max-width: 200px;
}

.fbtPrice {
    color: #111111;
    font-size: 120%;
}

.fbtRow {
    margin-bottom: 10px;
}

.fbtRow:not(.checked) {
    opacity: 0.3;
}

.fbtRow label {
    margin-right: 15px;
}

.fbtRow b.price {
    color: #111111;
    margin-right: 10px;
}

.fbtRow select {
    margin: 0;
    padding: 7px 25px 7px 7px;
    min-width: inherit;
}

@media only screen and (max-width:766px) {
    .fbtGroup {
        flex-direction: column;
    }
    .fbtbtnCall {
        margin: 15px 0 0;
        max-width: 100%;
    }
}

.product-tabs {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
    margin: 0 0 25px;
}

.product-tabs li {
    display: flex;
    align-items: stretch;
    margin-right: 10px;
}

.product-tabs li a {
    text-align: center;
    font-size: 13px;
    position: relative;
    letter-spacing: 0.02em;
    display: block;
    padding: 10px 25px;
    font-weight: 600;
    outline: none;
    color: #000000;
    border: 1px solid #000000;
    border-bottom: 0;
    background: #fafafa;
}

.product-tabs li a:hover,
.product-tabs li.active a {
    opacity: 1;
    text-decoration: none;
    background-color: #1d3066;
    color: #fbfbfb;
}

.product-tabs li.active a {
    border: 1px solid #f2f2f2;
    border-bottom: 0;
}

.product-tabs li.active a:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #1d3066;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
}

.prTabs .acor-ttl a {
    color: #000000;
    font-size: 13px;
    background-color: #fafafa;
    border: 1px solid #000000;
}

.prTabs .acor-ttl.active a {
    color: #fbfbfb;
    background-color: #1d3066;
    border: 1px solid #f2f2f2;
}

.template-product .tab-container {
    margin-bottom: 50px;
}

.template-product .tab-content {
    padding: 15px;
}

@media only screen and (max-width:766px) {
    .template-product .tab-content {
        padding: 15px 0;
        margin-bottom: 0;
    }
    .template-product .tab-container {
        margin-bottom: 25px;
    }
}

.product-description img {
    margin-bottom: 25px;
}

.tab-content #sizechart {
    display: block !important;
    padding: 10px 0;
    overflow-x: auto;
    width: 100%;
    box-shadow: none;
    max-width: 100%;
}

#sizechart h2,
#sizechart h3,
#sizechart h4,
#sizechart h5,
#sizechart h6 {
    margin-bottom: 15px;
}

#sizechart,
#sizechart th,
#sizechart td {
    text-align: center;
}

#products-related-products,
#shopify-section-product-recommendations {
    margin-bottom: 20px;
}

.product-single.home {
    align-items: center;
}

.product-single.home .product-single__title {
    margin-bottom: 10px;
}

.product-single.home .social-sharing {
    padding: 0;
}

.product-single.home .sizelink {
    display: none;
}

.product-single.home .product-single__photo {
    width: 100%;
    margin: 0;
}

@media only screen and (max-width:766px) {
    .product-single.home {
        flex-direction: column;
    }
}

.cart table,
.cart .edit-shop,
.currencymsg {
    margin-bottom: 25px;
}

.cart th,
.cart td {
    border: 0;
    text-align: center;
}

.cart th {
    background: #fafafa;
    text-transform: uppercase;
}

.cart .delete {
    width: 30px;
    padding: 0;
}

.cart .remove {
    opacity: 1;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    padding: 5px;
    line-height: 12px;
    border: 0;
}

.cart .remove .ad {
    font-size: 12px;
}

.cart .removeMb {
    text-decoration: underline;
    display: inline-block;
    margin-top: 15px;
    opacity: 0.7;
}

.cart__image-wrapper {
    width: 110px;
}

.cart__meta-text {
    padding: 5px 0;
    font-size: 12px;
    font-style: italic;
}

.cart .qtyField {
    width: 80px;
    margin: 0 auto;
}

.edit-shop {
    justify-content: space-between;
}

.cart__footer {
    justify-content: flex-end;
    flex-wrap: wrap;
}

.cart__footer .grid__item {
    float: none;
    flex: 1;
    display: flex;
    margin-bottom: 20px;
}

.cart .bdr-box {
    width: 100%;
    border: 0;
    padding: 25px;
    background: #ffffff;
}

.cart .bdr-box .btn {
    width: 100%;
}

.cart textarea {
    resize: none;
    width: 100%;
    min-height: 100px;
}

.cart-options-ttl {
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 12px;
    font-weight: 600;
    display: block;
}

.cartSummery,
.shipCalc {
    max-width: 33.33%;
}

.cart-subtotal-row {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    padding: 0 0 10px;
    text-transform: uppercase;
    justify-content: space-between;
}

.totalSave {
    color: #4eaf13;
    text-align: left;
    font-style: italic;
    padding: 0 0 10px;
    justify-content: space-between;
}

.bdr-box .additional-checkout-button,
.bdr-box .checkout {
    min-height: 44px;
    width: 100% !important;
    margin: 0 0 10px !important;
}

#shipping-calculator .field * {
    width: 100%;
}

#shipping-rates-feedback {
    padding: 10px;
    text-align: center;
    border: 2px solid #111;
    letter-spacing: normal;
}

.cart.style1 #shipping-calculator .btn {
    margin: 0;
}

.cart.style2 #shipping-calculator {
    margin-bottom: 20px;
}

@media only screen and (max-width:766px) {
    .cart__image-wrapper {
        width: 60px;
        padding: 10px 0;
    }
    .cart__update-wrapper {
        padding-right: 0;
    }
    .cart__footer {
        flex-direction: column;
    }
    .cart__footer .grid__item {
        width: 100%;
        max-width: 100%;
    }
    .shipCalc {
        order: 1;
    }
    .cart .bdr-box {
        padding: 15px;
    }
}

.recentPost .article-name {
    line-height: 17px;
    display: block;
    margin-bottom: 5px;
}

.recentPost .article__date {
    display: block;
    margin: 0;
    opacity: 0.8;
}

.article__grid-image {
    display: block;
    margin-bottom: 15px;
    background-size: cover;
}

.article__grid-meta {
    margin-bottom: 30px;
}

.article__title {
    font-weight: 700;
}

.publish-detail {
    margin: 0 -5px 10px;
}

.publish-detail li {
    list-style: none;
    display: inline-block;
    margin: 5px;
    font-size: 90%;
    opacity: 0.8;
}

.publish-detail .ad {
    font-size: 14px;
    margin-right: 3px;
}

.publish-detail a {
    text-decoration: underline;
    transition: all 0.3s ease-out;
}

.publish-detail a:hover {}

.template-article .section-header {
    margin: 20px 0;
}

.template-article h1 {
    text-transform: inherit;
    margin: 0 0 10px;
}

.blog--list-view .article {
    margin-bottom: 20px;
}

@media only screen and (min-width:767px) {
    .blog--list-view .article {
        margin-bottom: 40px;
    }
}

.blog--list-view {
    max-width: 900px;
    margin: 0 auto;
}

.blog--list-view .pagination {
    padding-top: 0;
}

.article_featured-image {
    margin-bottom: 30px;
}

.template-blog .article h3 {
    text-transform: none;
    letter-spacing: 0;
    margin: 15px 0 0;
}

.blog-nav {
    margin: 0 0 40px;
    justify-content: space-between;
}

h2.com-title {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0.5px;
    margin: 0;
    border-bottom: 1px solid #cacaca;
    padding-bottom: 15px;
}

#comments .comment {
    padding: 20px 0;
}

#comments .comment+.comment {
    border-top: 1px solid #cacaca;
}

.comment__meta {
    margin-top: 20px;
    position: relative;
    font-size: 12px;
}

.comment__meta .authour {
    font-weight: 700;
    text-transform: uppercase;
}

.comment-form {
    padding: 40px 40px 25px;
    background: #faf9f9;
    margin-bottom: 30px;
}

.comment-form h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: arial;
    margin-bottom: 30px;
}

.comment-form input:not([type="submit"]),
#comment_form textarea,
#comment_form select {
    background: #fff;
}

.comment-form label {
    text-align: left;
}

@media only screen and (max-width:766px) {
    .comment-form {
        padding: 25px 25px 10px;
    }
}

.wishlist-product {
    margin: 20px 0 0 0;
}

.wishlist-product a.product-title {
    color: #000;
}

.wishlist-product li {
    border-top: 1px solid #e5e5e5;
    position: relative;
    list-style: none;
    padding: 15px 0;
    display: table;
    font-size: 12px;
    width: 100%;
    margin: 0;
}

.wishlist-product li>div {
    display: table-cell;
    vertical-align: middle;
}

.wishlist-product li:first-child {
    color: #000;
    font-weight: 700;
    padding: 10px 0;
    background-color: #f9f9f9;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
}

.wishlist-product .product_img {
    width: 100px;
    padding: 0;
}

.wishlist-product .product_name {
    text-align: left;
    padding-left: 20px;
}

.wishlist-product .product_price {
    width: 14%;
    text-align: center;
}

.wishlist-product .product_stock {
    min-width: 110px;
    width: 15%;
}

.wishlist-product .product_add {
    width: 170px;
    text-align: center;
}

.wishlist-product .product_remove {
    width: 40px;
    text-align: center;
}

.wishlist-product .btn-remove-wishlist {
    padding: 9px;
    line-height: 1;
}

@media only screen and (max-width:766px) {
    .wishlist-product li:first-child {
        display: none;
    }
    .wishlist-product li>div {
        display: block;
        margin-bottom: 5px;
    }
    .wishlist-product .product_img {
        float: left;
        max-width: 100px;
        width: auto;
        margin-right: 15px;
    }
    .wishlist-product .product_price,
    .wishlist-product .product_stock {
        width: auto;
        text-align: left !important;
    }
    .wishlist-product .product_add,
    .wishlist-product .product_remove {
        display: inline-block;
        width: auto;
        margin-right: 8px;
    }
}

.social-url a {
    margin: 0 6px;
}

.custom-page .image_with_text {
    margin-bottom: 0;
    display: inherit;
}

.custom-page .feature-row__image:hover {
    transform: none;
}

@media only screen and (max-width:766px) {
    .custom-page .row_text {
        margin-bottom: 10px;
        padding: 20px 15px 0;
    }
    .custom-page .custom__item.text.small--one-half {
        flex: 1 0 100%;
        max-width: 100%;
    }
}

.contact-template {
    margin-top: 0;
}

.contact-template .map {
    height: 350px;
    margin-top: 40px;
}

.contact-template .map h3 {
    margin-bottom: 10px;
}

.contact-template .map-section__overlay-wrapper {
    position: static;
    text-align: left;
}

.contact-template .map-section__overlay {
    left: 40px;
    width: 300px;
}

@media only screen and (min-width:1025px) {
    .contact-template .form-vertical {
        padding-right: 30px;
    }
}

.contact-template .form-vertical .h3 {
    margin-bottom: 10px;
}

.contact-template .contact-logo {
    margin-bottom: 30px;
}

.contact-template .follow-us label {
    margin-bottom: 15px;
}

.contact-template .follow-us li {
    margin-right: 10px;
}

.contact-template label {
    font-weight: 400;
}

.contact-template .open-hours {
    margin-bottom: 20px;
}

.contact-template .open-hours strong {
    display: block;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.contact-template .contact-address {
    margin-bottom: 20px;
}

.contact-template .contact-address li {
    padding: 5px 0;
}

.contact-template .style2 .follow-us label {
    display: inline-block;
}

.contact-template .style2 .social-icons {
    vertical-align: text-bottom;
    display: inline-block;
    margin-left: 20px;
}

.contact-template .style2 .map-section {
    margin-top: 15px;
}

@media only screen and (max-width:1024px) {
    .contact-template .style2 .contact-details {
        margin-top: 30px;
    }
}

@media only screen and (max-width:766px) {
    .contact-template .style1 .form-vertical {
        padding: 0 0 25px;
    }
}

.filterbrand {
    margin-bottom: 20px;
    align-items: center;
    flex-wrap: wrap;
}

.filterbrand a {
    width: 42px;
    padding: 7px;
    font-weight: 400;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 0 1px #eee;
    display: inline-block;
}

.brandList .ttl,
.brandList .list {
    padding: 20px 10px;
    border-top: 1px solid #eee;
}

.brandList .ttl {
    width: 100px;
    font-size: 20px;
    font-weight: 700;
}

.brandList ul {
    column-count: 4;
}

.brandList ul a {
    display: inline-block;
    padding: 5px;
}

@media only screen and (max-width:1024px) {
    .brandList ul {
        column-count: 3;
    }
}

@media only screen and (max-width:766px) {
    .brandList .ttl {
        width: 50px;
    }
    .brandList ul {
        column-count: 2;
    }
}

.brand-logo-list .grid {
    margin: 0 -5px 25px;
}

.brand-logo-list .grid .grid__item {
    padding: 0 5px;
    margin-bottom: 10px;
}

.brand-logo-list .logo-bar__link {
    padding: 10px;
    display: block;
    text-align: center;
    border: 1px solid #eee;
}

.faqList {
    border-radius: 0;
    border: none;
    margin-bottom: 12px;
    box-shadow: none;
}

.faqList h4 {
    padding: 10px 15px;
}

.faq-body {
    border-bottom: 1px solid #cacaca;
}

.faqList .panel-title {
    cursor: pointer;
    font-weight: 600;
    font-size: 105%;
    text-transform: uppercase;
    padding: 18px 0;
    margin: 0;
}

.faq-style1 .panel-title.active .ad:before {
    content: "\ebd1";
}

.faqList .panel-content {
    padding: 0 0 25px;
}

.faq-style1 .faq-body+.faq-body .panel-content {
    display: none;
}

.faq-style2 .faqList .panel-title {
    cursor: default;
}

@keyframes box-shadow {
    0%,
    100% {
        box-shadow: 0 0 0 0;
    }
    50% {
        box-shadow: 0 0 0 4px;
    }
}

.lookbook {
    flex-wrap: wrap;
}

.lookbook a {
    opacity: 1;
}

.lookbook .collection-grid-item {
    overflow: visible;
}

.lookbook .collection-grid-item.gallery {
    overflow: hidden;
}

.lookbook .collection-grid-item:hover img {
    transform: none;
}

.lookbook .grid-lookbook.active {
    z-index: 5;
}

.lookbook .lookbook-caption {
    font-size: 20px;
    text-align: center;
    bottom: -100px;
    transition-duration: 0.5s;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    padding: 12px 18px;
}

.lookbook .grid-lookbook:hover .lookbook-caption {
    bottom: 0;
}

.lookbook .text-1 {
    font-size: 15px;
}

.lookbook .text-2 {
    font-size: 13px;
    display: block;
}

.lookbook .zoom-img {
    text-align: center;
    border-radius: 2px;
    display: block;
    width: 31px;
    height: 28px;
    opacity: 0;
    transition: all 0.3s ease-out;
    cursor: pointer;
    position: absolute;
    left: 10px;
    top: 10px;
}

.lookbook .zoom-img .ad {
    font-size: 19px;
    line-height: 28px;
}

.lookbook .grid-lookbook:hover .zoom-img {
    opacity: 1;
}

.lookbook .products {
    position: absolute;
}

.lookbook .btn-shop {
    z-index: 1;
    margin: 5px;
    cursor: pointer;
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: block;
    height: 24px;
    width: 24px;
    text-align: center;
    line-height: 23px;
}

.lookbook .btn-shop:before {
    content: "";
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    animation: box-shadow 1.5s linear infinite;
    left: 5px;
    top: 5px;
    border-radius: 50%;
    height: 24px;
    width: 24px;
}

.lookbook .btn-shop .ad {
    font-size: 10px;
}

.lookbook .list-columns {
    visibility: hidden;
    z-index: 2;
    box-shadow: 0 0 2px #bbb;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    position: absolute;
    width: 260px;
    background: #fff;
    padding: 10px;
}

.lookbook .list-columns.active {
    opacity: 1;
    visibility: visible;
}

.lookbook .list-columns.left {
    right: 0;
}

.lookbook .list-columns.right {
    left: 0;
}

.lookbook .list-columns .btn-shop-close {
    background: #111111;
    color: #ffffff;
    position: absolute;
    right: -8px;
    top: -8px;
    padding: 1px 6px;
    cursor: pointer;
    z-index: 3;
}

.lookbook .list-columns .btn-shop-close .ad {
    font-size: 12px;
}

@media only screen and (max-width:1024px) {
    .lookbook .list-columns {
        padding: 5px;
        width: 130px;
        flex-direction: column;
    }
    .lookbook .grid-view-item__title {
        font-size: 12px;
    }
    .lookbook .list-columns.left {
        left: auto;
        right: -20px;
    }
    .lookbook .list-columns.right {
        left: auto;
        right: -20px;
    }
    .lookbook .list-columns .grid-view_image {
        margin: 0 0 10px;
        width: 100%;
    }
    .lookbook .list-columns .details {
        width: 100%;
        padding: 5px;
    }
    .lookbook .list-columns .btn {
        font-size: 11px;
    }
}

.login-register {
    max-width: 1000px;
    margin: 0 auto;
}

.login-register h5 {
    font-weight: 600;
}

.login-register p {
    margin-bottom: 25px;
}

.login-register .wrap {
    width: 95%;
    height: 100%;
    display: table;
    border: 1px solid #cacaca;
    padding: 40px;
}

@media only screen and (max-width:766px) {
    .login-register {
        flex-direction: column;
    }
    .login-register .flex-item {
        margin-bottom: 20px;
    }
}

.form-border {
    border: 1px solid #cacaca;
    padding: 20px;
    margin-bottom: 20px;
}

.form-border h2 {
    margin-bottom: 15px;
}

.form-border label {
    font-weight: 400;
}

.template-search .section-header {
    margin-top: 35px;
}

.spr-header-title {
    display: none;
}

.newsletter-section .input-group {
    max-width: 500px;
    margin: 0 auto;
}

body:not(.template-index) .site-footer {
    margin-top: 20px;
}

@media only screen and (min-width:767px) {
    body:not(.template-index) .site-footer {
        margin-top: 50px;
    }
}

.footer-block {
    display: flex;
    width: 100%;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    margin-bottom: -30px;
    margin-left: -30px;
    padding: 35px 0;
}

.footer-block__item {
    flex: 0 0 auto;
    margin-bottom: 30px;
    padding-left: 30px;
    max-width: 100%;
}

.site-footer {
    font-size: 13px;
    color: #47352b;
    background-color: #f2f2f2;
    border-top: 1px solid #ffffff;
}

.site-footer .footer-fw {
    padding: 0 60px;
}

.footer-top .h4 {
    color: #000000;
    font-size: 13px;
    letter-spacing: 0;
    margin: 0 0 15px;
}

.footer-top a {
    color: #47352b;
    text-decoration: none;
}

.footer-top .ad,
.footer-top .icon {
    color: #47352b;
}

.footer-top .addressFooter li {
    position: relative;
    margin-bottom: 12px;
    clear: left;
}

.footer-top .addressFooter .ad {
    font-size: 12px;
    padding-right: 12px;
    min-height: 25px;
    float: left;
    margin-top: 4px;
    text-align: center;
}

.footer-top .addressFooter+.h4 {
    margin: 25px 0 10px;
}

.footer-top .social-icons {
    margin-left: -6px;
}

.footer-top .social-icons__link:hover {
    opacity: 0.7;
}

.footer-top .social-icons__link .ad {
    font-size: 14px;
}

.footer-top .socialicons li {
    display: block;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

.footer-top .socialicons .ad {
    width: 17px;
    vertical-align: middle;
}

.footer-top .socialicons span {
    color: #47352b;
    padding-left: 5px;
}

.footer-top .newsletter:not(.text-center) .input-group {
    display: block;
}

.footer-top .newsletter .input-group__field {
    color: #070707;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.footer-top .newsletter .btn {
    border: 0;
    font-size: 11px;
    padding: 0 15px;
    color: #ffffff;
    background-color: #111111;
}

.footer-top .newsletter .socials {
    margin-top: 20px;
}

.footer-top .newsletter .wrap-newsletter {
    max-width: 450px;
}

.footer-top .newsletter.text-center .wrap-newsletter {
    max-width: 550px;
    margin: 0 auto;
}

.footer-top .newsletter.text-center .input-group__field {
    margin: 0;
}

.footer-top .instafeed {
    margin-left: -2px;
}

.footer-top .instafeed .insta-img {
    padding: 0 2px 4px;
}

.footer-links li {
    margin-bottom: 7px;
}

.footer-links a:hover {
    opacity: 0.7;
    text-decoration: underline;
}

@media only screen and (max-width:1279px) {
    .site-footer .footer-fw {
        padding: 0 15px;
    }
}

@media only screen and (max-width:1024px) {
    .footer-block__item {
        width: 50%;
    }
    .footer-block__item.one-whole.newsletter {
        width: 100%;
    }
}

@media only screen and (max-width:766px) {
    .site-footer .footer-fw {
        padding: 0 10px;
    }
    .footer-block {
        margin: 0;
        padding: 15px 0;
    }
    .footer-block__item {
        width: 100%;
        padding: 12px 0;
        margin: 0;
    }
    .footer-block__item+.footer-block__item {
        border-top: 1px solid rgba(71, 53, 43, 0.1);
    }
    .footer-links .h4 {
        line-height: 20px;
        margin-bottom: 0;
        cursor: pointer;
    }
    .footer-links .h4:before {
        content: "\ea45";
        font-size: 15px;
        font-family: "adorn-icons";
        float: right;
    }
    .footer-links .h4.active:before {
        content: "\ea48";
    }
    .footer-links .h4+ul {
        display: none;
        margin: 10px 0 20px;
    }
}

.footer-bottom {
    background: #1d3166;
    color: #ffffff;
    clear: both;
    padding: 15px 0;
    border-top: 1px dotted #000000;
}

.footer-bottom .flex {
    justify-content: space-between;
    align-items: center;
}

.footer-bottom .flex>div {
    flex: 1;
}

.footer-bottom .flex:after {
    display: none;
}

.footer-bottom .payment-list__item {
    margin-left: 5px;
    width: 35px;
}

.footer-bottom a {
    color: #ffffff;
}

@media only screen and (max-width:766px) {
    .footer-bottom .flex {
        flex-direction: column;
    }
    .footer-bottom .paymentCall {
        margin-bottom: 15px;
        order: -1;
    }
    body {
        overflow-x: hidden;
    }
}

#site-scroll {
    color: #fff;
    line-height: 33px;
    cursor: pointer;
    font-size: 20px;
    height: 35px;
    right: 31px;
    position: fixed;
    border-radius: 50%;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 35px;
    bottom: 90px;
    z-index: 444;
    display: none;
    background: #000000;
}

#age-check-prompt {
    border-radius: 0;
}

#age-check-prompt select {
    min-width: 80px;
    float: none;
    display: inline-block;
}

.snptwdgt__usr-profl,
.snptwdgt-rtd__fotr {
    display: none !important;
}

.falling-snow {
    position: relative;
}

@keyframes falling-down-snow {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 0 700px, 0 500px, 0 300px;
    }
}

.falling-snow.style1:before,
.falling-snow.style2:before {
    content: '';
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.falling-snow.style1:before {
    background-image: url(//www.urbanspacestore.in/cdn/shop/t/63/assets/snowballs-sm.png?v=15510488341375942811742211702), url(//www.urbanspacestore.in/cdn/shop/t/63/assets/snowballs-lg.png?v=60793347477728279361742211702), url(//www.urbanspacestore.in/cdn/shop/t/63/assets/snowballs-md.png?v=23628896460147754191742211702);
    -ms-animation: falling-down-snow 10s linear infinite;
    animation: falling-down-snow 10s linear infinite;
}

@keyframes snow {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

.falling-snow.style2:before {
    background-image: url(//www.urbanspacestore.in/cdn/shop/t/63/assets/snow-1.png?v=55535515282641567171742211702), url(//www.urbanspacestore.in/cdn/shop/t/63/assets/snow-2.png?v=172925635096769504501742211702), url(//www.urbanspacestore.in/cdn/shop/t/63/assets/snow-2.png?v=172925635096769504501742211702);
    -ms-animation: snow 10s linear infinite;
    animation: snow 10s linear infinite;
}

.snow-wrap.falling-snow.style2::before {
    z-index: 111;
}

.shopify-challenge__container {
    padding: 10% 0;
}

.grecaptcha-badge {
    display: none !important;
}

#dynamic-checkout-cart ul {
    display: block !important;
}

/* Returnprime css */

.return__order .order__details {
    flex-wrap: wrap;
}

.return__order .order__details .order__qty {
    width: 100% !important;
    padding-top: 10px !important;
    text-align: left !important;
    flex: unset !important;
}

.return__order .order__details .order__qty select {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.banner_content {
    margin: 0 140px;
}

@media only screen and (max-width: 766px) {
    .banner_content {
        margin: 0 50px;
    }
}

@media only screen and (max-width: 766px) {
    .banner_content {
        margin: 0 20px;
    }
}

@media only screen and (max-width:1279px) {
    .banner_content {
        margin: 0 140px;
    }
}

@media only screen and (max-device-width: 480px) {
    .banner_content {
        margin: 0 20px;
    }
}

figure.wp-block-image.size-full {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* css by manvendra */

.article__grid-meta.text-center.article__grid-meta--has-image {
    height: 340px;
}

/* css by pradeep */

.blog--list-view {
    text-align: justify;
    font-family: Tinos, serif;
    font-weight: 400;
    font-size: 16px;
}

.blog--list-view .rte h1,
.blog--list-view .rte h2,
.blog--list-view .rte h3,
.blog--list-view .rte h4,
.blog--list-view .rte h5,
.blog--list-view .rte h6 {
    font-family: Tinos, serif;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: .02em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 0 20px;
}

.blog--list-view .rte h2 {
    font-size: 32px;
    line-height: 30px;
}

.blog--list-view .rte h3 {
    font-size: 26px;
    line-height: 26px;
}

.blog--list-view .rte h4 {
    font-size: 24px;
    line-height: 24px;
}

.blog--list-view .rte h5 {
    font-size: 20px;
    line-height: 20px;
}

.blog--list-view .rte h6 {
    font-size: 16px;
    line-height: 16px;
}

.blog--list-view .rte ul li h3 {
    display: inline;
}

.blog--list-view .rte p h3 {
    display: inline;
}

h1.h2 {
    letter-spacing: -1px;
}

h2.more_about_title {
    font-size: 18px;
}

.rte.rte-setting.featured-row__subtext a {
    color: #47bedb;
}

.quinn-branding {
    display: none;
}

.blog--list-view h1,
.blog--list-view h2 {
    clear: both;
    text-align: left;
}

.blog--list-view h3 {
    font-size: 22px !important;
    line-height: 26px !important;
    text-align: left !important;
    font-weight: 500 !important;
}

.blogImage {
    float: left;
    margin: 0 30px 15px 0;
}

.blogImageRight {
    float: right;
    margin: 0 0 12px 30px;
}

h3.subtitle {
    background: #64b4ab;
    color: #fff;
    text-align: center;
    padding: 15px 0 20px;
    line-height: 1;
    font-size: 2.2rem;
    /* margin-bottom: 40px; */
    font-family: 'Coolvetica';
}

.whatsappbtn {
    margin: 0 0 12px;
}

.whatsappbtn a {
    font-style: italic;
    color: #1d3066;
}

@media(max-width: 1540px) {
    h3.subtitle {
        padding: 11px 0 15px;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width:767px) {
    .product-form__item {
        margin-bottom: 10px;
        padding: 5px;
        width: 48%;
        /* flex: auto;  */
    }
    .blogImage {
        float: none;
        margin: 0;
    }
    .blogImageRight {
        float: none;
        margin: 0;
    }
    h3.subtitle {
        padding: 8px 0 9px;
        font-size: 1.1rem;
        /* border-radius: 15px 15px 0px 0px; */
        border-radius: 50px;
    }
}

.sec-ttl .h2,
.sec-ttl h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
    max-width: 600px;
    margin: 0 auto;
}

.article_featured-image img {
    width: 100%
}