/*
Theme Name: Tiny Toes
Theme URI: https://tinytoes.gr
Version: 1.0
Author: WebOlution
Author URI: http://www.webolution.gr
Tags: eshop, baby clothes, online shop, baby fashion
*/
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #f7f7f7;
    background-color: #faf9f9;
    font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #333;
}
body {
    margin: 0;
    min-width: 320px;
}
#page {
    /*background-color:#faf9f9;*/
}
html, body {
    height: 100%;
}
article, aside, footer, header, nav, section, figcaption, figure, main {
    display: block;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td, figure {
    border: 0;
    margin: 0;
    padding: 0
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    outline: none;
    color: #333;
}
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}
b, strong {
    font-weight: inherit;
}
b, strong {
    font-weight: bolder;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    font-family: 'Comfortaa', Helvetica, Arial, sans-serif;
    color: #555;
    border-radius: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
input[type=text], input[type=email], input[type=tel], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
}
option {
    margin: 5px;
}
button {
    cursor: pointer;
}
button, input {
    overflow: visible;
    outline: 0;
    border: none;
}
button, select {
    text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
textarea {
    overflow: auto;
}
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details, menu {
    display: block;
}
summary {
    display: list-item;
}
[hidden] {
    display: none;
}
.clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
p {
    margin: 0 0 0.571em;
}
.uppercase {
    text-transform: uppercase
}
.left, .row, .alignleft, .column, .border-box {
    float: left
}
.right {
    float: right;
}
#logo, .social li a, a#webolution, #logo-mini {
    text-indent: -9999px;
    overflow: hidden;
}
.align-center {
    text-align: center
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
img {
    max-width: 100%;
    height: auto;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none
}
::selection {
    background: #8ec8c7;
    color: #fff
}
::-moz-selection {
    background: #8ec8c7;
    color: #fff
}
img::selection {
    background: 0 0
}
img::-moz-selection {
    background: 0 0
}
.row {
    width: 100%
}
.maximum {
    max-width: 1280px;
    width: 95%;
    margin: 0 auto;
    float: none;
    clear: both;
}
.center-both, .center-x, .center-y, .absolute {
    position: absolute
}
.border-box, .row, .maximum, .minimum {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.center-x {
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%)
}
.center-y {
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}
.center-both {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%)
}
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.half {
    width: 50%;
    float: left;
}
.right, .alignright {
    float: right
}
img.aligncenter {
    margin: 0 auto;
    display: block;
}
.relative {
    position: relative
}
.smooth, footer a, header a, #logo, header, #logo-mini, footer input.knewsbutton, nav.woocommerce-pagination li a, ul.products li.product .img-container img, #page-content a, .flex-control-nav li img, .single_add_to_cart_button, .tinvwl_add_to_wishlist_button, .tinvwl-theme-style #pages tfoot button.button, #slider .slide a, #slider .slide span {
    transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s
}
.smooth.slow, .site-header-cart .widget_shopping_cart, .site-search .search-field, ul.products li.product, ul.products li.product .quick-btns, ul.products li.product .quick-btns a, #featured-cats a, .jr-insta-thumb ul.thumbnails li img, span.posted_in a, span.tagged_as a, .term-description a {
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s
}
/* =Headings
-----------------------------------------------------------------------------*/
h1, h2, h3, h4 {
    font-weight: normal;
    color: #8ec8c7;
}
h1, h2 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
h1 {
    font-size: 26px;
}
/* =Header
-----------------------------------------------------------------------------*/
#logo, #logo-mini {
    margin: 25px auto 12px;
    width: 120px;
    height: 125px;
    background: url(images/logo.svg) center center no-repeat;
    background-size: 100% auto;
    display: block;
    border-radius: 100%;
    position: relative;
}
@media only screen and (min-width: 1025px) {
    #logo {
        background: url(images/logo-02.png) center center no-repeat;
        width: 130px;
        margin: 23px auto 10px;
        height: 133px;
        border-radius: none;
    }
}
#logo:hover, #logo-mini:hover {}
.mini-header {
    background: #dcd0d2;
    height: 50px;
}
.social li {
    display: inline-block;
    margin: 17px 0 0;
}
.social li a {
    text-indent: -9999px;
    display: block;
    height: 17px;
    width: 14px;
    background-position: left top;
    background-repeat: no-repeat;
    margin-right: 15px;
    background-image: url(images/social-icons.svg);
    background-size: 220px auto;
}
.social li:last-child a {
    margin-right: 0;
}
.social li a:hover {
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.social a.instagram {
    background-position: right top;
    width: 18px;
}
.social a.pinterest {
    background-position: -58px top;
    width: 16px;
}
.social a.facebook:hover {
    background-position: left bottom;
}
.social a.instagram:hover {
    background-position: right bottom;
}
.social a.pinterest:hover {
    background-position: -58px bottom;
}
.social a.tiktok {
    background-position: -128px top;
}
.social a.tiktok:hover {
    background-position: -128px bottom;
}
#search-btn {
    display: none;
}
@media only screen and (min-width: 1180px) {
    a#menu-btn, #resp-menu {
        display: none;
    }
    ul#menu-main-navigation {
        font-weight: bold;
        letter-spacing: 0.4px;
        text-transform: lowercase;
        margin: 0 auto 20px;
        display: flex;
        justify-content: space-between;
        padding: 0;
    }
    ul#menu-main-navigation li {
        display: inline-block;
    }
    ul#menu-main-navigation li a {
        display: inline-block;
        line-height: 32px;
        padding: 0 3px;
        border: 1px solid rgba(255, 255, 255, 0);
        box-sizing: border-box;
    }
    ul#menu-main-navigation li.current-menu-item a, ul#menu-main-navigation li.current-product-parent a {
        border: 1px solid #dcd0d2;
        background: none;
        color: #333;
    }
    ul#menu-main-navigation > li:hover > a {
        background: #dcd0d2;
        /*	color:#fff;*/
        border: 1px solid #dcd0d2;
    }
    ul#menu-main-navigation li.sales a {
        border: 1px solid #8ec8c7;
        color: #8ec8c7;
    }
    ul#menu-main-navigation li.sales a:hover {
        background: #8ec8c7;
        color: #fff;
    }
    #menu-item-375 ul.sub-menu {
        width: 1080px;
        right: 0;
        left: auto;
    }
    #menu-item-375 ul.sub-menu li {
        width: 16.66666%;
        float: left;
        box-sizing: border-box;
        border-right: 1px solid #E9E4E0;
    }
    #menu-item-375 ul.sub-menu li a {
        box-sizing: border-box;
    }
    ul.sub-menu {
        display: none;
        text-align: left;
        position: absolute;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        left: 0;
        top: 100%;
        z-index: 1000;
        background: #dcd0d2;
        min-width: 110%;
        /*overflow:hidden;*/
    }
    .sub-menu li {
        width: 100%;
        border-top: 1px solid #E9E4E0;
    }
    .sub-menu li a {
        white-space: nowrap;
        width: 100%;
        display: block; /*color:#fff;*/
    }
    ul > li.menu-item-has-children {
        position: relative;
    }
    li.menu-item-has-children:hover ul.sub-menu {
        display: block;
    }
    .sub-menu li a:hover {
        background-color: rgba(255, 255, 255, 0.5);
    }
    ul.sub-menu li.menu-item-has-children ul.sub-menu {
        position: absolute;
        top: -1px;
        left: 100%;
        display: none;
        border-left: 1px solid rgba(255, 255, 255, 0.67);
    }
    ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
        display: block;
    }
}
span.shipping-label {
    line-height: 50px;
}
/* =Quick Links & Top Right Tools
-----------------------------------------------------------------------------*/
ul#menu-quick-links, .site-search, .site-header-cart {
    float: right;
}
ul#menu-quick-links li {
    display: inline-block;
    float: left;
    background: url(images/quick-link-sep.png) left center no-repeat;
}
ul#menu-quick-links {
    background: url(images/quick-link-sep.png) right center no-repeat;
    z-index: 10;
    line-height: 40px;
    position: relative;
}
ul#menu-quick-links li a {
    display: block;
    font-size: 12px;
    height: 50px;
    line-height: 49px;
    letter-spacing: 0.8px;
    padding: 0 14px 0 36px;
}
ul#menu-quick-links li.wishlist a {
    background: url(images/icon-heart.svg) 14px center no-repeat;
    background-size: 14px auto;
}
ul#menu-quick-links li.my-account a {
    background: url(images/icon-baby.svg) 14px center no-repeat;
    background-size: 16px auto;
}
ul#menu-quick-links a:hover {
    background-color: rgba(255, 255, 255, 0.4) !important;
}
/* =Top search
--------------------------------------------------------------*/
label.screen-reader-text {
    display: none;
}
.site-search button[type="submit"] {
    text-indent: -9999px;
    background: url(images/icon-search.svg) center center no-repeat transparent;
    border: none;
    background-size: 14px auto;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
@media only screen and (min-width: 741px) {
    .site-search {
        position: relative;
        padding-right: 10px;
        line-height: 50px;
    }
    .site-search .search-field {
        background: none;
        border-bottom: 1px solid #ccc;
        width: 0px;
        opacity: 0;
        line-height: 25px;
        margin-top: 12px;
    }
    .woocommerce-product-search:hover .search-field {
        display: block;
        float: left;
        width: 75px;
        opacity: 1;
    }
}
/* =Cart & Drop cart
--------------------------------------------------------------*/
.site-header-cart {
    width: 300px;
    margin-left: -250px;
    position: relative;
    font-size: 14px;
}
.site-header-cart .cart-contents {
    display: block;
    position: relative;
    width: 50px;
    float: right;
    height: 50px;
    background: url(images/icon-bag.svg) no-repeat 17px center;
    background-size: 17px auto
}
.site-header-cart .cart-contents:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
.site-header-cart .cart-contents span.count {
    display: inline-block;
    position: absolute;
    background: #8ec8c7;
    border-radius: 100%;
    color: #fff;
    height: 12px;
    width: 12px;
    left: 10px;
    top: 14px;
    font-size: 8px;
    text-align: center;
    line-height: 14px;
}
@-moz-document url-prefix() {
    .site-header-cart .cart-contents span.count {
        line-height: 11px;
    }
}
.site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 80%;
    opacity: 0;
    width: 100%;
    z-index: 999999;
    font-size: 0.929em;
    left: 0;
    display: none;
    background: #eae3e4;
    box-sizing: border-box;
}
.product_list_widget li > a.remove {
    display: inline-block;
    background-color: #db658d;
    color: #fff;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    margin: 24px 0 0 16px;
    float: right;
    border-radius: 100%;
}
.site-header-cart .widget_shopping_cart span.quantity {
    display: block;
    font-size: 11px;
    margin-top: 4px;
}
.site-header-cart .widget_shopping_cart, .site-header .product_list_widget li .quantity {
    color: #6d6d6d;
}
li.woocommerce-mini-cart-item {
    width: 100%;
    float: left;
    padding: 1em 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    line-height: 16px;
    padding-top: 18px;
}
li.woocommerce-mini-cart-item a:hover {
    opacity: 0.5;
}
li.woocommerce-mini-cart-item img {
    float: right;
    width: 70px;
    margin-left: 5px;
    margin-top: -5px;
}
li.woocommerce-mini-cart-item img:hover {
    box-shadow: 0 0 8px #bbb;
}
li.woocommerce-mini-cart-item dl.variation {
    display: none;
}
.site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
    display: block;
    opacity: 1;
    top: 100%;
}
.site-header-cart:hover .cart-contents {
    background-color: #eae3e4;
}
.site-header-cart .widget_shopping_cart p {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}
.woocommerce-mini-cart__empty-message {
    padding: 1em;
}
.site-header-cart .widget_shopping_cart p.total {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 1em 0;
    margin-bottom: 0;
}
.site-header-cart .widget_shopping_cart .buttons {
    padding: 1em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.site-header-cart .widget_shopping_cart .buttons a {
    display: block;
    padding: 8px 0;
    background: rgba(255, 255, 255, 0.4);
}
.site-header-cart .widget_shopping_cart .buttons a:hover {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 8px #bbb;
}
.site-header-cart .widget_shopping_cart .buttons a.checkout {
    margin: 8px 0 0;
    background-color: #8ec8c7;
    color: #fff;
}
.wc-forward:after, .woocommerce-Button--next:after {
    display: inline-block;
    content: "\2192";
    margin-left: 2px;
}
.woocommerce-Button--previous:before {
    display: inline-block;
    content: "\2190";
    margin-right: 2px;
}
.wc-forward:hover:after {
    margin-left: 5px;
}
/* =Content
-----------------------------------------------------------------------------*/
#slider-container {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    /*min-height:500px;*/
    /*	height:600px;
max-height:600px;*/
    background: #DCD0D2;
}
@media all and (min-width: 1400px) {
    #slider-container {
        max-height: 600px;
    }
}
#slider a:hover img {
    opacity: 0.9;
}
#slider .slide a {
    display: block;
    line-height: 0;
    position: relative;
    width: 100%;
    color: #fff;
}
.slide span.button {
    display: inline-block;
    padding: 20px 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 15px;
    background: rgba(233, 228, 224, 0.88);
    color: #443f3c;
}
.slide a:hover span.button {
    background: rgba(233, 228, 224, 1);
    box-shadow: 0 0 20px #ccc;
}
#slider .slide, #mobile-slider .slide {
    position: relative;
    width: 100%;
}
button.slick-prev, button.slick-next {
    display: block;
    width: 52px;
    height: 40px;
    position: absolute;
    text-indent: -9999px;
    opacity: 0.8;
    bottom: -50px;
    z-index: 100;
    left: 0;
    background: url(images/arrow-right.png) left center no-repeat;
    background-size: 100% 12px;
}
a.btn.next-arrow, button.slick-next {
    right: 0;
    left: auto;
    background: url(images/arrow-left.png) right center no-repeat;
    background-size: 100% 12px;
}
button.slick-prev:hover, button.slick-next:hover {
    opacity: 1;
}
#mobile-slider, #slider {
    display: none;
    overflow: hidden;
}
.slider-thumb {
    position: absolute;
    z-index: 15;
    top: 50%;
    display: block;
    float: left;
    margin-top: -50px;
    cursor: pointer;
}
.slider-thumb > span {
    position: absolute;
    float: left;
    transform: rotate(90deg);
    transform-origin: left center 0px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 12px;
    width: 112px;
    height: 20px;
    display: inline-block;
    padding: 6px 0;
    top: -16px;
    line-height: 20px;
    margin-left: -5px;
    background: rgba(51, 51, 51, 0.15);
}
.slider-thumb#prev-action > span {
    margin-left: 5px;
}
.slider-thumb-prev {
    position: absolute;
    left: -82px;
    transition: left .5s ease-in;
    -webkit-transition: left .5s ease-in;
}
.slider-thumb.slider-thumb-prev > a {
    float: left;
    margin-right: 10px;
    transition: left .6s;
    -webkit-transition left: .6s;
}
.slider-thumb.slider-thumb-prev.slider-thumb-active {
    left: 0px;
    transition: left 0.5s;
    -webkit-transition: left 0.5s;
}
.slider-thumb-next {
    float: right;
    position: absolute;
    right: -82px;
    transition: right .5s ease-in;
    -webkit-transition: right .5s ease-in;
}
.slider-thumb.slider-thumb-next > a {
    float: right;
    margin-left: 10px;
    transition: left .6s;
    -webkit-transition left: .6s;
}
.slider-thumb.slider-thumb-next.slider-thumb-active {
    right: 0px;
    transition: right 0.5s;
    -webkit-transition: right 0.5s;
}
.slider-thumb a img.changing {
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    opacity: 0.4;
}
#slider.is-touch .slider-thumb a {
    display: none;
}
/* =Slixer
-----------------------------------------------------------------------------*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* =Featured
-----------------------------------------------------------------------------*/
a.btn {
    color: #8ec8c7;
    border: 1px solid #8ec8c7;
    line-height: 32px;
    padding: 1px 20px 0;
    display: inline-block;
    font-weight: 700;
    margin: 1em auto 0;
}
a.btn:hover {
    background: #8ec8c7;
    color: #fff;
}
section.row h2 {
    margin-top: 58px;
    margin-bottom: 7px;
}
section.row.pink h2 {
    color: #9b7777;
}
section.row h2 + p {
    margin-bottom: 50px;
    line-height: 1.5;
    padding: 0 1em;
}
#featured > div {
    line-height: 1.5;
}
#featured .large {
    width: 65%;
    float: left;
}
#featured .large img {
    float: left;
    width: 57.1%;
    height: 440px;
    object-fit: cover;
}
#featured .large .product-info {
    width: 42.9%;
    float: left;
    background: url(images/box-bg.jpg) no-repeat #f5f5f5;
    background-size: cover;
    height: 440px;
    padding: 40px 30px;
    border-right: 1px solid #eeeeee;
}
#featured .large .product-info p {
    margin-bottom: 2px;
}
#featured .large .product-info .promo-texts {
    text-align: left;
}
#featured .large .product-info .promo-text strong {
    color: #8ec8c7;
    font-weight: 300;
}
#featured .large .product-info ul {
    max-width: 280px;
    margin: 1.75em auto 1.35em;
    text-align: left;
}
#featured .large .product-info li, .product-details > ul li {
    padding-left: 22px;
    font-weight: 700;
    margin-bottom: 6px;
    background: url(images/bullet.png) left 4px no-repeat;
}
#featured .large .product-info li strong {
    color: #9b7777;
    float: right;
    position: relative;
    right: -4px;
}
#featured .small {
    width: 35%;
}
#featured .small .promo-product {
    height: 220px;
    background: #f6f6f6;
    overflow: hidden;
}
#featured .small .promo-product .promo-text {
    margin-bottom: 8px;
    line-height: 1.1;
}
#featured .small .promo-product .product-info {
    width: 50%;
    float: left;
    position: relative;
    height: 100%;
    text-align: left;
    padding: 40px 20px;
}
#featured .small .promo-product + .promo-product {
    background: url(images/box-bg-01.png) repeat-x;
}
#featured .small .promo-product + .promo-product .product-info {
    text-align: right;
    padding: 40px 25px 0 0;
}
#featured .small .promo-product h3 {
    line-height: 1;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 5px 0 9px;
}
#featured .small .promo-product img {
    width: 50%;
    float: right;
    height: 100%;
    object-fit: cover;
}
#featured .small .promo-product + .promo-product img {
    float: left;
}
#featured .promo-text {
    font-size: 27px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
}
#featured .promo-text strong {
    color: #8ec8c7;
}
#featured .promo-product:first-child .promo-text strong {
    color: #d7ada1
}
#featured .small .promo-product .btn {
    bottom: 10px;
    white-space: nowrap;
}
#featured .small .promo-product:first-child .product-info {
    text-align: center;
}
#featured .small .promo-product:first-child h3, #featured .small .promo-product:first-child .promo-text {
    text-align: left;
}
#featured .small .promo-product:first-child .btn {
    position: static;
    transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    margin-top: 10px;
}
/* =Home New Products Row
-----------------------------------------------------------------------------*/
section#new h2 {
    position: relative;
}
section#new h2:after, section#new h2:before {
    position: absolute;
    display: block;
    content: "";
    width: 57px;
    height: 12px;
    top: 20px;
    left: 20.3125%;
    background: url(images/arrow-left.png) center center no-repeat;
}
section#new h2:before {
    right: 20.3125%;
    left: auto;
    background: url(images/arrow-right.png) center center no-repeat;
}
/* =Home Featured Categories
-----------------------------------------------------------------------------*/
#featured-cats > .row {
    margin-top: 36px;
}
#featured-cats > .row, #new ul.products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#featured-cats .first {
    width: 29.296875%;
    overflow: hidden;
}
#featured-cats .second {
    width: 38.671875%;
}
#featured-cats .second .row.flex a {
    width: 47.5%;
}
#featured-cats .second .row {
    margin-bottom: 24px;
}
#featured-cats .third {
    width: 26.171875%;
}
#featured-cats a {
    position: relative;
    display: block;
    overflow: hidden;
}
#featured-cats a img {
    display: block;
}
#featured-cats a h2 {
    margin: 0;
    padding: 10px 15px 9px;
    top: 50%;
    color: #333;
    /*white-space:nowrap;*/
    mix-blend-mode: multiply;
    mix-blend-mode: soft-light;
    mix-blend-mode: overlay;
    background: #E8E8E8;
    font-size: 22px;
    letter-spacing: 4px;
}
#featured-cats a:hover h2 {
    z-index: 10;
    opacity: 1;
    padding: 250px 260px;
    color: #fff;
    top: 50%;
    background: rgba(0, 0, 0, 0.5);
    font-size: 24px;
}
#instagram {
    margin-bottom: 80px;
}
#instagram p a {
    color: #9b7777;
    font-size: 18px;
}
.jr-insta-thumb {
    float: left;
    margin-bottom: 80px;
    width: calc(100% + 24px);
    margin-left: -12px;
    box-sizing: border-box;
    position: relative;
}
.jr-insta-thumb ul {
    float: none;
    margin: 0 auto;
    max-width: 1624px;
}
.jr-insta-thumb ul.thumbnails li {
    display: block;
    width: 16.6666666%;
    float: left;
}
.jr-insta-thumb ul.thumbnails li a {
    display: block;
    box-sizing: border-box;
    padding: 0 12px !important;
}
.jr-insta-thumb ul.thumbnails li img:hover, a.sbi_photo:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(70%);
    -webkit-filter: grayscale(70%)
}
.btn-effect {
    position: relative;
}
.btn-effect:after {
    background: #F6F6F8;
    bottom: -1.5%;
    content: "";
    height: 103%;
    position: absolute;
    right: -3%;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform-origin: center bottom 0;
    -moz-transform-origin: center bottom 0;
    -webkit-transform-origin: center bottom 0;
    transition: color 0.4s ease 0s, background 0.5s ease 0s, opacity 0.5s ease 0s, transform 0.5s ease 0s;
    width: 106%;
    z-index: -1;
    opacity: 0;
}
.btn-effect:hover:after {
    background: #9b7777;
    transform: scaleY(1);
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    opacity: 1;
}
.btn-effect:hover {
    color: #fff !important;
}
/* =Products
-----------------------------------------------------------------------------*/
#new .products {
    margin-top: 0;
}
#new .products .product {
    width: 17.578125%;
    margin-right: 0;
    margin-bottom: 0;
    float: none;
}
#new .products .product:nth-child(4n+1) {
    clear: none;
}
.products .product:nth-child(4n+1) {
    clear: left;
}
.products .product:nth-child(4n) {
    margin-right: 0;
}
ul.products {
    margin-top: 2em;
    width: 100%;
    float: left;
}
ul.products li.product {
    margin-bottom: 2.875em;
    width: 23%;
    float: left;
    margin-right: 2.65%;
    position: relative;
}
ul.products li.product .img-container {
    float: left;
    width: 100%;
    background: #f5f5f5;
    -webkit-box-shadow: inset 0px 0px 52px -28px #b2b2b2;
    -moz-box-shadow: inset 0px 0px 52px -28px #b2b2b2;
    box-shadow: inset 0px 0px 52px -28px #b2b2b2;
}
ul.products li.product .img-container a {
    display: block;
}
span.onsale, span.out-of-stock {
    position: absolute;
    top: 1em;
    right: 1em;
    display: block;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    text-indent: -9999px;
    background: url(images/icon-sale.svg) center center no-repeat #8ec8c7;
    background-size: 85% auto;
    z-index: 100;
}
span.out-of-stock {
    background: url(images/icon-sold-out.svg) center center no-repeat #999;
    background-size: 85% auto;
    z-index: 105;
}
ul.products li.product .img-container img {
    display: block;
    width: 100%;
}
ul.products li.product:hover .img-container img {
    opacity: 0.9;
}
ul.products li.product .img-container + a {
    display: block;
    float: left;
    width: 100%;
}
ul.products li.product h3 {
    color: #434343;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin: 19px 0 5px;
    text-transform: lowercase;
}
ul.products li.product > a {
    display: block;
    position: relative;
}
ul.products li.product span.price {
    color: #9b7777;
    font-weight: bold;
}
ul.products li.product .quick-btns {
    bottom: -5px;
    width: 100%;
    text-align: center;
    opacity: 0;
}
ul.products li.product .quick-btns a {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-indent: -9999px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    margin: 0 4px;
}
ul.products li.product .quick-btns a.added_to_cart.wc-forward {
    text-indent: 0;
    position: absolute;
    bottom: 10px;
    left: 7%;
    color: #fff;
    width: 86%;
    background: #8ec8c7;
    line-height: 35px;
}
ul.products li.product .quick-btns .tinv-wraper.tinv-wishlist {
    display: inline-block;
}
ul.products li.product .quick-btns a.tinvwl_add_to_wishlist_button {
    background-image: url(images/icon-heart-01.svg);
}
ul.products li.product .quick-btns a.quick_view {
    background-image: url(images/icon-eye.svg);
    background-size: 20px auto;
    cursor: pointer;
    top: 23px;
    position: relative;
    background-color: transparent;
}
ul.products li.product .quick-btns a.add_to_cart_button {
    background-image: url(images/icon-cart.svg);
}
ul.products li.product .quick-btns a:hover, ul.products li.product .quick-btns span.view:hover {
    background-color: #dcd0d2;
}
ul.products li.product:hover .quick-btns {
    opacity: 1;
    display: block;
    bottom: 10px;
}
/* =Category
-----------------------------------------------------------------------------*/
.inner-content h1 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.inner-content h1.woocommerce-products-header__title {
    margin-bottom: 41px;
}
h1.woocommerce-products-header__title + .term-description {
    margin-top: -35px;
}
.term-description {
    margin-bottom: 24px;
}
.term-description a, .product-details a {
    font-weight: bold;
    border-bottom: 1px dashed #8ec8c7;
    padding-bottom: 1px;
}
.term-description a:hover, .product-details a:hover {
    border-bottom-color: #9b7777;
}
.inner-content {
    background: url(images/separator.svg) 3px top repeat-x;
    padding-top: 3em;
}
/* =Breadcrumbs
-----------------------------------------------------------------------------*/
nav.woocommerce-breadcrumb {
    float: left;
    width: 44%;
    color: #9b7777;
    font-weight: 300;
    background: url(images/icon-home.svg) left top no-repeat;
    background-size: 15px auto;
    padding: 2px 0 0 20px;
    text-align: left;
}
.product-page nav.woocommerce-breadcrumb {
    width: 100%;
}
nav.woocommerce-breadcrumb a {
    color: #575a5a;
    margin: 0 3px;
}
nav.woocommerce-breadcrumb a:hover {
    border-bottom: 2px solid #DCD0D2;
    margin-bottom: -2px;
}
form.woocommerce-ordering {
    float: right;
    text-align: right;
    margin-top: -4px;
    margin-left: 1em;
}
form.woocommerce-ordering select {
    width: 142px;
}
form.woocommerce-ordering select, div.sorting select, .summary select, select#wc-installments {
    padding: 4px;
    border: 1px solid #ccc;
    margin-left: 5px;
}
div.sorting {
    float: right;
    text-align: right;
}
div.sorting select {
    width: 50px;
}
div.sorting span {
    position: relative;
    top: 2px;
}
div.sorting form {
    float: right;
    margin-top: -4px;
}
.loop-bottom-actions {
    display: none;
}
/* =Pagination
-----------------------------------------------------------------------------*/
#popup {
    height: 300px;
    background: url(images/baby-bg.jpg) right center no-repeat;
    width: 100%;
    max-width: 500px;
    padding: 12px;
}
#popup.promo {
    /*background:url(images/logo-01.png) center center #f6f1eb no-repeat;
	background:url(images/card-20b.jpg) #eee0dd no-repeat;
	background:url(images/boho.png) #eee0dd no-repeat;
	background-size:180px;
	background-position: center bottom 20px;
    background:url("images/newsletter.jpg") #f6e6e2 no-repeat center bottom 30px;
    background: url(images/newsletter-01.png) #eee2d8 no-repeat center bottom 12px;
    background-size: 19% auto;
    background: url(images/summer-2024.png) #f3e7e9 no-repeat center bottom;*/
    background: url(images/drums.jpg) #f0e6de no-repeat center bottom;
    background-size: 210px auto;
}
/*#popup.summer .pop-content h3 {
	font-size: 13px;
	font-weight: bolder;
	line-height:1.2;
	color: #00393a;
	margin: 85px 0px 0px 20px;
	max-width:320px;
}
#popup.summer .pop-content h3 + h3 {
	margin-top:10px;
	padding-top:0px;
	background:url(images/wave.png) center top no-repeat;
}*/
#popup.promo.summer {
    background: url(images/summer.jpg) center center no-repeat;
    background-size: cover;
    height: 520px;
    max-width: 520px;
}
#popup.promo .pop-content span, #popup.promo #copy-coupon {
    display: inline-block;
    float: none;
    margin-top: 0;
}
#popup.promo .pop-content {
    text-align: center;
    padding: 15px 35px;
}
#popup.promo.summer .pop-content {
    padding: 165px 30px 45px;
}
#popup.promo.summer .pop-content p {
    color: #71ac96;
    font-weight: bold;
}
#popup .pop-content {
    /*border:1px solid rgba(51,0,0,0.1);*/
    width: 100%;
    height: 100%;
    padding: 25px 39% 25px 25px;
}
#popup .pop-content h2 {
    font-size: 23px;
}
#popup .pop-content h3 {
    font-size: 28px;
    font-weight: bold;
    color: #a09192;
    margin: 18px 0 15px;
}
#popup .pop-content p {
    font-size: 1.25em;
    line-height: 1.6;
    margin: 1em 0 0;
}
#popup.summer.promo .pop-content p {
    line-height: 1.5;
    font-size: 1.2em;
}
#popup .pop-content span, #copy-coupon {
    display: block;
    margin-top: 5px;
    width: 120px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 26px;
    background: #a09192;
    float: left;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#cboxOverlay.wb-box-container {
    opacity: 0 !important;
}
#cboxOverlay.wb-box-container + #colorbox {
    box-shadow: 0 0 0 5px rgba(142, 200, 199, 0.3);
}
#cboxOverlay.wb-box-container + #colorbox #cboxClose {
    background-color: transparent;
    width: 40px;
    height: 40px;
    background-image: url(images/icon-close-dark.svg);
    opacity: 1;
}
#copy-coupon {
    margin-left: 10px;
    padding: 0 12px;
    font-size: 14px;
    width: auto;
    background: #8ec8c7;
    position: relative;
    bottom: 4px;
}
#copy-coupon:hover {
    background: #a09192;
}
#popup.promo .pop-content span#copy-message {
    text-indent: -9999px;
    width: 35px;
    padding: 0;
    position: absolute;
    top: 138px;
    right: 40px;
    background-image: url(images/check.svg);
    background-size: 18px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #8ec8c7;
}
/* =Pagination
-----------------------------------------------------------------------------*/
nav.woocommerce-pagination {
    text-align: right;
    width: 100%;
    float: left;
    margin: 0 0 2em;
    padding-top: 1.5em;
    font-size: 1.071em;
    border-top: 2px solid #fff;
    position: relative;
}
nav.woocommerce-pagination li {
    display: inline-block;
}
nav.woocommerce-pagination li a, nav.woocommerce-pagination li span {
    color: #555;
    padding: 8px 0 7px;
    width: 28px;
    text-align: center;
    display: block;
    line-height: 1;
}
nav.woocommerce-pagination li span.current {
    background: #8ec8c7;
    color: #fff;
}
nav.woocommerce-pagination li a:hover {
    background: #DCD0D2;
    color: #fff;
}
nav.woocommerce-pagination li a.next, nav.woocommerce-pagination li a.prev {
    background: url(images/next-arrow.svg) right center no-repeat;
    background-size: 90% auto;
    display: inline-block;
    width: 30px;
    height: 15px;
    text-align: left;
    text-indent: -9999px;
    opacity: 0.7;
}
nav.woocommerce-pagination li a.prev {
    background: url(images/prev-arrow.svg) center center no-repeat;
}
nav.woocommerce-pagination li a.next:hover, nav.woocommerce-pagination li a.prev:hover {
    opacity: 1;
}
/* =Product
-----------------------------------------------------------------------------*/
.product-page div.product.type-product, section.related.products, section.up-sells.upsells.products {
    float: left;
    width: 100%;
    margin-top: 3em;
}
.product-page div.product.type-product {
    position: relative
}
.product-page div.product.type-product span.onsale, .product-page div.product.type-product span.out-of-stock {
    left: 1.5em;
    top: 1.5em;
    right: auto;
    height: 65px;
    width: 65px;
}
.woocommerce-product-gallery {
    float: left;
    width: 43%;
    position: relative;
}
a.woocommerce-product-gallery__trigger {
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 100;
    display: block;
    text-indent: -9999px;
    width: 30px;
    height: 30px;
    background: url(images/icon-expand.svg) center center no-repeat rgba(255, 255, 255, 0.3);
    background-size: 70% auto;
}
a.woocommerce-product-gallery__trigger:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
.product .summary {
    float: right;
    width: 54%;
    text-align: left;
    padding-bottom: 2em;
    background: #FAF9F9;
}
.product .summary h1, .mfp-content .wpb_wl_product_title {
    margin: 0 0 14px;
    text-transform: none;
    color: #9b7777;
    letter-spacing: 1px;
    font-size: 20px;
}
.product .summary .single_add_to_cart_button, #wcqv_contend .button {
    background: #8ec8c7;
    color: #fff;
    padding: 11px 16px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    display: block;
    cursor: pointer;
    float: left;
}
#wcqv_contend .button {
    padding: 11px 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.product .summary .single_add_to_cart_button:hover, #wcqv_contend .button:hover {
    background: #79aead;
}
.wpb_wl_images .thumbnails {
    display: flex;
    display: none;
}
p.stock.in-stock {
    /*display:none;*/
    width: 100%;
    clear: both;
    letter-spacing: 1px;
    font-weight: bold;
    color: #a09192;
    font-size: 14px;
    padding: 14px 0 0;
}
.summary p.stock.out-of-stock, #wcqv_contend p.stock.out-of-stock {
    color: #FF3300;
    letter-spacing: 1px;
    font-weight: bold;
}
#wcqv_contend p.stock.out-of-stock {
    margin: 1em 0;
}
#wcqv_contend .summary p.price {
    width: 100%;
}
.product .summary p.price {
    float: left;
}
.product .summary p.available-on-backorder, .product .summary p.stock.in-stock {
    clear: none;
    width: auto;
    padding: 0;
}
.product .summary p.price + p.stock {
    padding: 3px 0 0 10px;
    float: left;
}
.product .summary .woocommerce-variation-availability {
    float: left;
    padding: 3px 0 0 10px;
}
.product .summary span.woocommerce-Price-amount.amount, .mfp-content .wpb_wl_product_price .amount {
    font-size: 20px;
    color: #8EC8C7;
}
.product-details {
    font-size: 1.143em;
    line-height: 1.7;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    padding: 1em 0 7px;
    margin-bottom: 1em;
    float: left;
    width: 100%;
}
.product-details > ul li {
    font-weight: normal;
    font-size: 0.929em;
    background-position: 4px 6px;
}
.product_meta {
    margin-bottom: 1em;
    font-weight: bold;
    float: left;
    width: 100%;
}
.summary select, #wcqv_contend select {
    padding: 8px 5px;
    border: 1px solid #bbb;
    margin-left: 15px;
    font-size: 14px;
    height: 40px;
    width: 160px;
}
#wcqv_contend select {
    margin-left: 11px;
}
.summary input.qty {
    width: 60px;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    padding: 8px;
    margin-right: 1em;
    text-align: center;
    color: #888;
    border: 1px solid #bbb;
    -webkit-appearance: none;
}
.flex-control-nav {
    text-align: center;
    position: relative;
    margin-top: -3px;
    float: left;
    width: 100%;
    background: #EEEEEE;
    border: 5px dotted rgba(142, 200, 199, 0.5);
    border-left: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.flex-control-nav.product-gallery-slides {
    margin-bottom: 2em;
}
.flex-control-nav li {
    display: inline-block;
    width: 25%;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer;
    border-left: 5px dotted rgba(142, 200, 199, 0.5);
}
.flex-control-nav li:last-child img {
    border-right: 5px dotted rgba(142, 200, 199, 0.5);
}
.flex-control-nav.product-gallery-slides li:last-child {
    border-right: none;
}
.flex-control-nav li img {
    display: block;
    width: 100%;
    aspect-ratio: 300/380;
}
.flex-control-nav li img:hover {
    opacity: 0.8;
}
.pswp__bg {
    background: #FAF9F9 !important;
}
.pswp__caption__center {
    text-align: center !important;
    color: #333 !important;
}
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background: none !important;
}
section.related.products, section.upsells.products {
    background: url(images/separator.svg) 3px top repeat-x;
    padding-top: 3em;
}
a.reset_variations {
    display: none !important;
}
.pswp img {
    box-shadow: 0 0 20px #ccc;
}
.summary .cart {
    width: 100%;
    float: left;
    margin: 12px 0 2em;
}
.summary .variations_form.cart table.variations {
    font-size: 1.071em;
    float: left;
    position: relative;
    clear: left;
    margin-top: 4px;
}
.summary .variations_form.cart table.variations tr + tr td {
    padding-top: 12px;
}
.single_variation_wrap {
    float: left;
    width: 100%;
}
.woocommerce-variation-add-to-cart {
    margin-top: 18px;
}
.tinv-header h2 {
    display: none;
}
.tinvwl-table-manage-list {
    text-align: left;
}
.summary .tinvwl_add_to_wishlist_button, #wcqv_contend .tinvwl_add_to_wishlist_button {
    width: 40px;
    height: 40px;
    background: url(images/icon-heart.svg) center center no-repeat #DCD0D2;
    background-size: 20px auto;
    text-indent: -9999px;
    border-radius: 100%;
    margin-left: 12px;
}
#wcqv_contend .summary input.qty {
    height: 39px;
}
.summary .tinvwl_add_to_wishlist_button:hover, #wcqv_contend .tinvwl_add_to_wishlist_button:hover {
    background: url(images/icon-heart-white.svg) center center no-repeat #9b7777;
    background-size: 20px auto;
}
.summary .tinvwl-shortcode-add-to-cart {
    float: left;
}
tr.wishlist_item .product-action button.button.alt {
    text-indent: -9999px;
    background: url(images/icon-cart.svg) center center no-repeat;
    width: 50px;
    height: 50px;
    background-size: 20px auto;
    opacity: 0.7;
}
tr.wishlist_item .product-action button.button.alt:hover {
    opacity: 1;
}
#pages .input-group .form-control {
    border: 1px solid #ccc;
    width: 98%;
    padding-left: 10px;
    -webkit-appearance: none;
}
.tinvwl-theme-style #pages tfoot button.button {
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    background-color: #8ec8c7;
    color: #fff;
}
.tinvwl-theme-style #pages tfoot button.button:hover {
    background: #9B7777;
}
#pages .tinvwl-to-left.look_in {
    float: left;
    max-width: 350px;
    width: 100%;
    margin-right: 0;
}
#pages .tinv-wishlist tfoot .tinvwl-to-right > * {
    margin-top: 10px;
}
#pages .tinvwl-to-right.look_in {
    float: right;
    width: 54%;
}
.tinv-wishlist .tinvwl-buttons-group button {
    padding: 10px 0;
}
.tinvwl-btn-onclick {
    background-color: #DCD0D2;
}
.tinv-wishlist .tinvwl-buttons-group button:hover {
    background-color: #8ec8c7;
}
#wcqv_contend .tinv-wraper.tinv-wishlist {
    float: left;
}
span.posted_in, span.tagged_as {
    width: 100%;
    float: left;
}
span.posted_in a, span.tagged_as a {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #DCD0D2;
    margin: 0 0 5px 5px;
    font-weight: bold;
}
span.posted_in a:hover, span.tagged_as a:hover {
    background: #DCD0D2;
}
.woocommerce-product-details__short-description {
    line-height: 1.6;
}
a.size-chart {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background: #9b7777;
    margin: 5px 0 1em;
    display: inline-block;
    padding: 2px 7px;
}
a.size-chart:hover {
    opacity: 0.8;
}
.product-info .product-buy form input.minus, .product-info .product-buy form input.plus {
    height: 15px;
    width: 15px;
    display: inline-block;
    border: none;
    background: url(images/item-arrow-next.svg) center center no-repeat;
    cursor: pointer;
    background-size: 10px 19px;
    opacity: 0.7;
}
.product-info .product-buy form input.minus:hover, .product-info .product-buy form input.plus:hover {
    opacity: 1;
}
.product-info .product-buy form input.minus {
    background: url(images/item-arrow-prev.svg) center center no-repeat;
    background-size: 10px 19px;
}
.product-info .product-buy form input.input-text.qty {
    display: inline-block;
    width: 40px;
    text-align: center;
    padding: 0;
}
.product-info .share {
    border-top: 1px solid #c3b790;
    margin-top: 2.5em;
    width: 100%;
    float: left;
}
.product-info .share ul {
    padding: 0;
}
.product-info .share ul li {
    display: inline;
    list-style-type: none;
    background: none;
    padding: 0;
    margin: 0;
}
.product-info .share ul li a {
    background-image: url("images/share-btns.svg") !important;
    background-repeat: no-repeat;
    display: block;
    padding: 0;
    float: left;
    height: 49px !important;
    margin-right: 3px;
    text-indent: -9999px;
    width: 49px !important;
}
.product-info .share ul li a.twitter-share {
    background-position: -50px top;
}
.product-info .share ul li.pin-it a {
    display: block !important;
    float: left !important;
    background-position: -99px top !important;
    background-size: auto auto !important
}
.product-info .share ul li a.g-plus {
    background-position: -149px top;
}
.product-info ul li a:hover {
    background-position: left bottom;
}
.product-info .share ul li a.twitter-share:hover {
    background-position: -50px bottom;
}
.product-info .share ul li a.g-plus:hover {
    background-position: -149px bottom;
}
.product-info .share ul li.pin-it a:hover {
    background-position: -99px bottom !important;
}
a.quick-view-bundle-link {
    margin-top: 15px;
}
ul.quick-view-bundle-contents {
    float: left;
    width: 100%;
    margin-top: 5px;
}
ul.quick-view-bundle-contents li {
    padding-left: 24px;
    font-weight: 700;
    margin-bottom: 9px;
    text-align: left;
    background: url(images/bullet.png) 4px 2px no-repeat;
}
.quick-view-bundle-wishlist {
    position: relative;
    top: 14px;
}
/* =Brands
-----------------------------------------------------------------------------*/
.brand-wrapper {
    padding: 0 0 0 0;
    margin-bottom: 30px;
    position: relative;
    background: #e7e0e1;
}
.brand-right-wrapper h1 {
    /*color:#a09192;*/
    margin-top: 0;
}
.brand-right-wrapper h1:last-child {
    margin-bottom: -50px !important;
}
.brand-right-wrapper h1 + .term-description {
    padding-left: 45px;
    padding-right: 40px;
    padding-top: 20px;
    margin-bottom: 0;
}
.brand-wrapper img {
    float: left;
}
.brand-right-wrapper {
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.brand-wrapper img + .brand-right-wrapper {
    float: left;
    width: 62%;
    text-align: left;
    position: absolute;
    left: 435px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    padding: 0;
}
.brand-wrapper img + .brand-right-wrapper h1 {
    margin-left: 45px;
}
.brand-wrapper .term-description {
    line-height: 2;
    color: #404040;
    letter-spacing: 0.8px;
}
.brand-wrapper .term-description p:last-child {
    margin-bottom: 0;
}
.row.brand-wrapper.no-desc {
    background: none;
}
/* =Pages
-----------------------------------------------------------------------------*/
#pages {
    padding-bottom: 2em;
}
#pages h1 {
    margin-bottom: 1.25em;
}
#pages #page-content {
    font-size: 1.143em;
    line-height: 1.7;
    margin-bottom: 1.25em;
}
#pages #page-content p.coupon-info {
    border: 1px solid #eee;
    float: left;
    margin-bottom: 1em;
    display: block;
    background: #fff;
    padding: 0 0 0 45px;
    background: url(images/coupon.svg) 8px center no-repeat #8ec8c7;
    background-size: 28px auto;
    color: #fff;
    display: none !important;
}
#pages #page-content p.coupon-info strong {
    display: inline-block;
    font-weight: bold;
    background: #a09192;
    padding: 6px 10px;
    margin-left: 10px;
}
.woocommerce-checkout #pages #page-content {
    line-height: 1.4;
}
#pages.simple #page-content p:last-child {
    margin-bottom: 0;
}
#pages p + h2 {
    margin-top: 1em;
}
#pages h2 {
    color: #9b7777;
    letter-spacing: 2px;
    font-size: 21px;
    margin-bottom: 0.35em;
}
#page-content table {
    margin-bottom: 1.5em;
}
#page-content {
    padding: 3em;
    background: rgba(255, 255, 255, 0.4);
    background: #FCFBFB;
    margin-bottom: 4em;
}
#page-content .woocommerce-MyAccount-content a {
    color: #000;
    border-bottom: 1px dashed #9b7777;
    padding: 0 3px;
}
#page-content .woocommerce-MyAccount-content a.woocommerce-button--previous, #page-content .woocommerce-MyAccount-content a.woocommerce-button--next {
    padding: 0 8px;
}
#page-content .woocommerce-MyAccount-content a.woocommerce-button--previous {
    margin-right: 1em;
}
#page-content .woocommerce-MyAccount-content td.product-name a {
    border-bottom: none;
}
#page-content .woocommerce-MyAccount-content a:hover {
    background: #dcd0d2;
}
/* =Blog Page
-----------------------------------------------------------------------------*/
#pages.blog #page-content {
    max-width: 860px;
    float: none;
    margin: 0 auto 3em;
    font-size: 14px;
    line-height: 1.7;
    position: relative;
    padding: 0;
    background: transparent;
}
#pages.blog .post-content {
    background: rgba(255, 255, 255, 0.5);
    padding: 3em;
}
#pages.blog .post-content p {
    margin-bottom: 1em;
}
#pages.blog .post-content p:last-child{
    margin-bottom: 0;
}
#pages.blog .post-content a{
    font-weight: bold;
    border-bottom: 1px dashed #8ec8c7;
    padding-bottom: 1px;
}
#pages.blog .post-content a:hover{
    border-bottom-color: #9b7777;
}
#pages.blog .post-content h2, #pages.blog .post-content h3 {
    line-height: 1.2;
    margin-bottom: 15px;
}
#pages.blog .post-content h3 {
    font-weight: 700;
    font-size: 17px;
}
#pages.blog .post-content ul {
    margin-bottom: 1em;
}
#pages.blog .post-content ul li {
    background: url(images/bullet.svg) left 9px no-repeat;
    margin-bottom: 5px;
    padding-left: 1.15em;
}
#pages.blog a[href$=".pdf"] {
    background: url(images/pdf.svg) no-repeat right 2px center;
    background-size: 18px auto;
    display: inline-block;
    padding: 2px 24px 2px 4px;
    margin-right: 4px;
    font-weight: 700;
    border: none;
}
#pages.blog a[href$=".pdf"]:hover {
    background-color: #dcd0d2;
}
#pages.blog .small {
    text-align: center;
    display: block;
    height: 28px;
    line-height: 28px;
    font-weight: 600;
    float: right;
    color: #fff;
    font-size: 13px;
}
#pages.blog .small a {
    color: #fff;
    background: #9b7777;
    display: block;
    padding: 0 12px;
}
#pages.blog .small a:hover {
    background: #8ec8c7;
}
#pages.blog .small.date-blog {
    background: #ccbec1;
    padding: 0 12px;
}
#pages.blog h1 {
    text-align: center;
    max-width: 860px;
    float: none;
    margin: 1em auto;
}
#pages.blog img.size-large {
    width: 100%;
    display: block;
}
.post-content img.alignnone, .post-content img.aligncenter {
    margin: 20px auto;
}
.grid-layout {
    display: grid;
    grid-template-columns: repeat(auto-fill, calc((100% - 90px) / 3));
    justify-content: space-between;
    margin-top: 2em;
    width: 100%;
    float: left;
}
div.article {
    margin-bottom: 30px;
    text-align: left;
}
div.article .img-container {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
div.article .img-container img {
    display: block;
    width: 100%;
    transition: opacity 0.4s;
}
div.article .img-container .small {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background: #e7e0e1;
    font-weight: 600;
    display: block;
    padding: 0 8px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}
div.article .img-container img:hover {
    opacity: 0.8;
}
div.article .img-container:hover {
    box-shadow: 0px 0px 12px -10px #999;
}
div.article p.post-title {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #8ec8c7;
    margin: 14px auto;
    transition: color 0.4s;
}
div.article p.post-title:hover {
    color: #9b7777;
}
div.article p.excerpt {
    font-size: 13px;
    line-height: 1.5;
}
/* =Contact Page
-----------------------------------------------------------------------------*/
.page-id-150 #page-content .column {
    width: 48%;
}
.page-id-150 #page-content .column + .column {
    float: right;
}
.page-id-150 #page-content iframe {
    border: 10px solid #DCD0D2;
    box-sizing: border-box;
    margin-top: 1em;
}
form.wpcf7-form input, form.wpcf7-form textarea {
    margin: 0.5em 0 1em;
}
form.wpcf7-form textarea {
    height: 120px;
}
form.wpcf7-form input.wpcf7-submit {
    margin: 0.25em 0 0;
    cursor: pointer;
    width: 35%;
    font-size: 17px;
    height: auto;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
    background: #c76c0c;
    color: #fff;
}
div.wpcf7-response-output {
    margin: 1em 0 !important;
    padding: 0.5em 0.75em !important;
    font-size: 16px !important;
}
div.wpcf7-validation-errors {
    border: none !important;
    color: #FF3300;
    background: #fff;
}
/* =Footer
-----------------------------------------------------------------------------*/
footer {
    border-top: 2px solid #fff;
    background-color: #f0f0f0;
    position: relative;
}
footer .row {
    padding: 0 50px;
}
footer ul li {
    list-style: none;
}
#logo-mini {
    margin: -30px auto 34px;
    width: 84px;
    height: 86px;
}
footer ul.contact-details li {
    padding: 0px 0 0 30px;
    margin-bottom: 20px;
}
footer ul.contact-details li.address {
    background: url(images/icon-home.svg) left top no-repeat;
    background-size: 17px auto;
}
footer ul.contact-details li.phone {
    background: url(images/icon-phone.svg) 2px top no-repeat;
    background-size: 15px auto;
}
footer ul.contact-details li.mail {
    background: url(images/icon-mail.svg) 2px top no-repeat;
    background-size: 15px auto;
}
footer h4, footer h2.widgettitle {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 4px;
    color: #434343;
    width: 100%;
    margin-bottom: 33px;
    text-transform: uppercase;
    margin-top: 0;
}
footer .column {
    width: 24.5%;
    padding-top: 80px;
    line-height: 1.5;
    letter-spacing: 1px;
}
footer .column.list {
    width: 20%;
}
footer .column.list li {
    background: url(images/bullet.svg) left 6px no-repeat;
    margin-bottom: 11px;
    padding-left: 1.35em; /*text-transform:lowercase;*/
}
footer .column.list li a:hover {
    color: #9b7777;
    border-bottom: 1px dashed #999;
}
footer .column.last img {
    opacity: 0.8;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}
footer .column.last img:hover {
    opacity: 1;
    filter: none;
    -webkit-filter: grayscale(0%);
}
footer .knews_add_user {
    margin: 0 0 35px;
    float: left;
    width: 100%;
}
footer .knewsemail {
    float: left;
    width: calc(100% - 50px);
}
footer .knewsemail input {
    border: 1px solid #cccccc;
    padding: 0 14px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    background: none;
    font-size: 1.071em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
footer #knewsform_1 select {
    display: none;
}
footer input.knewsbutton {
    margin-left: -1px;
    cursor: pointer;
    width: 50px;
    height: 40px;
    position: relative;
    border: none;
    background: #000;
    color: #fff;
}
footer input.knewsbutton:hover {
    background: #8ec8c7;
}
div.knews_pop_bg {
    background: #DCD0D2 !important;
    opacity: 0.96;
    z-index: 10000 !important;
}
#knews_dialog_bg {
    border-color: #DCD0D2 !important;
    border-radius: 0 !important;
    border-top-width: 4px !important;
    box-shadow: none !important;
    font-family: 'Comfortaa', Helvetica, Arial, sans-serif !important;
    font-size: 1em !important;
    height: auto !important;
    padding: 25px 0 0 !important;
}
#knews_dialog_bg p {
    font-size: 16px !important;
}
a#knews_dialog_button {
    background: none repeat scroll 0 0 #DCD0D2 !important;
    border-radius: 0 !important;
    font-weight: 100;
}
a.knews_pop_x, div.knews_pop_news, iframe.knews_pop_news {
    box-shadow: 0 0 2px 2px #eee !important;
    z-index: 20000 !important;
}
a.knews_pop_x {
    box-shadow: none !important;
}
a#back-to-top {
    display: inline-block;
    width: 57px;
    height: 57px;
    position: absolute;
    bottom: 1em;
    right: 6%;
    text-indent: -9999px;
    background: url(images/icon-top.svg) center center no-repeat;
    border-radius: 100%;
}
a#back-to-top:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.footer-social {
    display: none;
}
/* =Copyright
-----------------------------------------------------------------------------*/
#mini-footer {
    border-top: 1px solid #e0e0e0;
    margin-top: 70px;
}
#mini-footer span {
    display: inline-block;
    line-height: 50px;
}
#mini-footer span.web-design {
    text-align: right;
    float: right;
}
a#webolution {
    background: url(images/webolution-logo.svg) no-repeat;
    display: inline-block;
    height: 20px;
    margin-left: 0.5em;
    text-indent: 9999px;
    width: 82px;
    position: relative;
    top: 6px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
}
a#webolution:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
/* =WordPress Code
-----------------------------------------------------------------------------*/
a.post-edit-link {
    color: #FF0000;
    letter-spacing: 1px;
    font-family: "Courier New", Courier, monospace;
    position: absolute;
    right: 0;
    top: 0;
}
/* =Newsletter Popup
-----------------------------------------------------------------------------*/
.popup-newsletter {
    padding: 10px;
    width: 190px;
    font-weight: bold;
    font-size: 14px;
    margin-right: -3px;
}
#popup {
    height: 420px;
}
#popup.has-error .popup-newsletter {
    border: 1px solid #ff0000;
    box-sizing: border-box;
}
#popup .pop-content .error-message {
    color: #ff0000;
    width: 100%;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.05em;
}
#popup-register {
    padding: 10px;
    background: #8ec8c7;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}
#popup #copy-coupon-container {
    display: none;
    position: relative;
}
#popup #copy-coupon-container, #popup #register-newsletter-container {
    margin-top: 18px;
}
#popup small {
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 85%;
}
#popup.promo .pop-content span#copy-message {
    top: 0;

}
@media only screen and (max-width: 1680px) {
    a#back-to-top {
        right: 4%;
    }
}
@media only screen and (max-width: 1540px) {
    a#back-to-top {
        right: 2%;
    }
}
@media only screen and (max-width: 1480px) {
    a#back-to-top {
        right: 50%;
        bottom: 20px;
        margin-right: -25px;
        background-color: #f0f0f0;
        border-radius: 100%;
    }
}
@media only screen and (max-width: 1330px) {
    ul#menu-main-navigation {
        padding: 0;
    }
    ul#menu-main-navigation li a {
        padding: 0 3px;
    }
    #featured-cats a, #featured-cats a img {
        height: 100%;
        object-fit: cover;
        max-width: none;
        width: 100%;
    }
    #featured-cats .second .row {
        height: 48%;
        margin-bottom: 20px;
    }
    #featured-cats .first, #featured-cats .third, #featured-cats .second {
        height: 425px;
        overflow: hidden;
    }
    #featured-cats .first {
        width: 30.297%;
    }
    #featured-cats .third {
        width: 27.172%;
    }
    footer .row {
        padding: 0 30px;
    }
    footer .column {
        width: 24%;
    }
    #instagram {
        margin-bottom: 40px;
    }
    .grid-layout {
        grid-template-columns: repeat(auto-fill, calc((100% - 70px) / 3));
    }
}
@media only screen and (max-width: 1240px) {
    footer .row {
        padding: 0;
    }
    footer .column {
        width: 25%;
    }
    section.related.products, section.up-sells.upsells.products {
        margin-top: 0;
    }
    span.shipping-label {
        position: static;
        float: left;
        left: 0;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        margin-left: 25px;
    }
    .brand-wrapper img {
        width: 38%;
        height: 275px;
        object-fit: cover;
    }
    .brand-wrapper img + .brand-right-wrapper {
        width: 63%;
        padding-right: 0;
        left: 37%;
    }
    .brand-right-wrapper h1 + .term-description {
        padding-left: 35px;
        padding-right: 35px;
    }
    .brand-wrapper img + .brand-right-wrapper h1 {
        margin-left: 35px;
    }
}
@media only screen and (max-width: 1180px) {
    header.row {
        position: fixed;
        z-index: 1000;
    }
    #slider-container {
        margin-top: 74px;
    }
    .inner-content {
        padding-top: 74px;
        background: none;
    }
    /* =Minify header height
-----------------------------------------------------------------------------*/
    header ul.social {
        display: none;
    }
    a#menu-btn {
        position: relative;
        left: -105px;
        float: left;
        margin-top: -39px;
        text-indent: -9999px;
        display: block;
        background: url(images/menu.svg) center center no-repeat;
        background-size: 24px auto;
        cursor: pointer;
        height: 27px;
        width: 27px;
    }
    #logo {
        float: left;
        margin: -40px 0 33px 33px;
        background: url(images/logo-s.svg) no-repeat center center;
        width: 72px;
        height: 30px;
        background-size: 100% auto;
        border-radius: 0;
    }
    /* =Main Navigation
-----------------------------------------------------------------------------*/
    ul#menu-main-navigation {
        width: 100%;
        padding: 0;
        float: left;
        background: rgba(255, 255, 255, 1);
        border-top: 4px solid #DCD0D2;
        border-bottom: 4px solid #DCD0D2;
        position: relative;
        z-index: 10;
        display: none;
    }
    ul#menu-main-navigation li {
        list-style-type: none;
        width: 50%;
        border-right: 1px solid #DCD0D2;
        margin-left: -1px;
        float: left;
    }
    ul#menu-main-navigation li:nth-child(even) {
        border-right: none;
    }
    ul#menu-main-navigation li a {
        border-bottom: 1px solid #DCD0D2;
        color: #58585a;
        display: block;
        padding: 0 22px;
        text-align: left;
        line-height: 40px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    ul#menu-main-navigation li:nth-child(9) a, ul#menu-main-navigation li:nth-child(10) a {
        border-bottom: none;
    }
    ul#menu-main-navigation li ul {
        background: rgba(255, 255, 255, 0.1);
    }
    ul#menu-main-navigation li ul li a {
        padding-left: 2.5em;
    }
    span.shipping-label {
        margin-left: 120px;
    }
}
@media only screen and (max-width: 1140px) {
    #page-content {
        padding: 2.25em;
        margin-bottom: 2.5em;
    }
    footer .column.first {
        width: 22%;
    }
    footer .column.list {
        width: 22%;
    }
    .grid-layout {
        grid-template-columns: repeat(auto-fill, calc((100% - 58px) / 3));
    }
}
@media only screen and (max-width: 1080px) {
    .site-header-cart .cart-contents {
        background-size: 20px auto;
    }
    ul#menu-quick-links li.wishlist a {
        background-size: 17px auto;
    }
    .site-search button[type="submit"] {
        background-size: 16px auto;
    }
    ul#menu-quick-links li.my-account a {
        background-size: 21px auto;
    }
    ul#menu-quick-links li a {
        padding-left: 47px;
    }
    .site-header-cart .cart-contents {
        background-size: 20px auto;
    }
    ul#menu-main-navigation {
        padding: 0;
    }
    ul#menu-main-navigation li a {
        padding: 0 3px;
    }
    #slider {
        height: auto;
    }
    #featured-cats .first, #featured-cats .third, #featured-cats .second {
        height: 380px;
    }
    #featured-cats a h2 {
        font-size: 20px;
        letter-spacing: 3px;
    }
    #featured .small .promo-product {
        height: 210px;
    }
    #featured .large, #featured .small {
        width: 100%;
    }
    #featured .small .promo-product .product-info {
        padding: 25px;
    }
    #featured .small .promo-product + .promo-product .product-info {
        padding-top: 25px;
    }
    #featured .small .promo-product, #featured .large img, #featured .large .product-info {
        width: 50%;
        float: left;
    }
    #featured .small .promo-product img {
        position: relative;
        top: 10px;
    }
    #featured .large .product-info {
        padding: 40px;
    }
    #new .products .product {
        width: 18.5%;
    }
    #featured .large img, #featured .large .product-info {
        height: 410px;
    }
    .product .summary {
        width: 55%;
    }
    footer .column.last {
        width: 26%;
    }
    footer h4, footer .gamma.widget-title {
        letter-spacing: 3px;
    }
}
@media only screen and (max-width: 1024px) {
    #pages .tinv-wishlist tfoot .tinvwl-to-right > * {
        margin-top: 0px;
    }
}
@media only screen and (max-width: 1020px) {
    .term-description {
        margin-bottom: 32px;
    }
    .footer-social, .footer-social span {
        display: block;
    }
    .footer-social {
        margin-top: 28px;
    }
    .footer-social h4 {
        float: left;
        margin-right: 20px;
        width: auto;
        margin-bottom: 0;
    }
    footer .social li {
        margin-top: 4px;
    }
    footer .knews_add_user {
        margin-bottom: 22px;
    }
    footer .column.last img {
        margin-top: -6px;
    }
}
@media only screen and (max-width: 990px) {
    #slider-container {
        margin-top: 99px;
    }
    .inner-content {
        padding-top: 99px;
    }
    #pages .tinvwl-to-left.look_in {
        max-width: none;
        width: 100%;
        margin-bottom: 5px;
    }
    #pages .tinv-wishlist tfoot .tinvwl-to-right > * {
        margin-top: 10px;
    }
    #pages .tinvwl-to-right.look_in {
        float: left;
        width: 100%;
    }
    .page-id-150 #page-content .column {
        width: 100%;
    }
    .page-id-150 #page-content .column + .column {
        margin-top: 1em;
    }
    .scroll span.shipping-label {
        opacity: 0;
    }
    span.shipping-label {
        margin-left: 0;
        left: 50%;
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        position: absolute;
        margin-top: -37px;
        min-width: 327px;
    }
    header.row {
        top: 25px;
    }
    header.row.scroll {
        top: 0;
    }
    .brand-wrapper img {
        display: none;
    }
    .brand-wrapper.with-image {
        padding-right: 0;
    }
    .brand-wrapper img + .brand-right-wrapper h1 {
        margin-left: 0;
    }
    .brand-wrapper img + .brand-right-wrapper {
        position: static;
        transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        width: 100%;
        text-align: center;
        padding: 35px;
    }
    .brand-right-wrapper h1 + .term-description {
        padding-left: 0;
        padding-right: 0;
    }
    .grid-layout {
        grid-template-columns: repeat(auto-fill, calc((100% - 25px) / 2));
    }
}
@media only screen and (max-width: 890px) {
    section#new h2:after {
        left: 15%;
    }
    section#new h2:before {
        right: 15%;
        left: auto;
    }
    #new .products .product {
        width: 23%;
    }
    #new ul.products li.product:nth-child(5) {
        display: none;
    }
    #featured-cats .second {
        width: 40%;
    }
    #featured-cats .second .row {
        margin-bottom: 11px;
        height: 48.5%;
    }
    #featured-cats .second .row.flex a {
        width: 48.5%;
    }
    #featured-cats .first, #featured-cats .third, #featured-cats .second {
        height: 325px;
    }
    #featured-cats a h2 {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #page-content {
        padding: 1.75em;
        margin-bottom: 1.75em;
    }
    .woocommerce-product-gallery {
        width: 45%;
    }
    .product .summary {
        width: 52%;
    }
    .product .summary h1, .mfp-content .wpb_wl_product_title {
        font-size: 18px;
    }
    .mfp-content .wpb_wl_product_price .amount {
        font-size: 17px;
    }
    #featured .large .product-info ul {
        margin-bottom: 1em;
        margin-top: 1.5em;
    }
    #featured .large img, #featured .large .product-info {
        height: 380px;
    }
    footer .flex.row {
        padding: 30px 7% 0;
    }
    footer .column, footer .column.first, footer .column.list, footer .column.last {
        width: 46%;
    }
    footer .column {
        padding-top: 30px;
    }
    #logo-mini {
        margin-top: -10px
    }
    #mini-footer {
        margin-top: 40px;
    }
    #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item {
        width: 25% !important;
    }
    #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item:nth-child(5) {
        display: none;
    }
}
@media only screen and (max-width: 800px) {
    #featured-cats .first, #featured-cats .third, #featured-cats .second {
        height: 300px;
    }
    #logo {
        margin-bottom: 30px;
    }
    a#menu-btn {
        margin-bottom: 0;
    }
    ul.products li.product, ul.products li.product:nth-child(4n) {
        width: 31.333%;
        margin: 0 3% 2em 0;
    }
    ul.products li.product:nth-child(4n+1) {
        clear: none;
    }
    ul.products li.product:nth-child(3n) {
        margin-right: 0;
    }
    ul.products li.product:nth-child(3n+1) {
        clear: left;
    }
    #featured .promo-text {
        font-size: 27px;
    }
    #featured .small .promo-product h3 {
        font-size: 22px;
        margin-bottom: 7px;
    }
    #featured .small .promo-product .product-info {
        padding: 15px 20px;
    }
    #featured .small .promo-product + .promo-product .product-info {
        padding-top: 15px;
    }
    #featured .small .promo-product img {
        width: 52%;
    }
    #featured .small .promo-product .product-info {
        width: 48%;
    }
    #featured .small .promo-product {
        height: 190px;
    }
    .flex-control-nav, .flex-control-nav li, .flex-control-nav li:last-child img {
        border-width: 4px;
    }
    section.related.products .product:nth-child(4), section.upsells.products .product:nth-child(4) {
        display: none;
    }
}
@media only screen and (max-width: 780px) {
    #featured-cats .second .row {
        margin-bottom: 10px;
    }
    .inner-content h1 {
        font-size: 24px;
        letter-spacing: 4px;
    }
    ul.products li.product .quick-btns {
        bottom: 5px;
        opacity: 1;
    }
    ul.products li.product:hover .quick-btns {
        bottom: 5px;
    }
    ul.products li.product .quick-btns a, ul.products li.product .quick-btns span.view {
        width: 30px;
        height: 32px;
        margin: 0;
    }
    ul.products li.product .quick-btns a.quick_view {
        top: 20px;
    }
}
@media only screen and (max-width: 765px) {
    #page-content {
        padding: 0;
        background: none;
    }
}
@media only screen and (max-width: 740px) {
    #search-btn {
        display: block;
        background: url(images/icon-search.svg) center center no-repeat;
        text-indent: -9999px;
        background-size: 18px auto;
        width: 41px;
        height: 50px;
        float: right;
        cursor: pointer;
    }
    .woocommerce-product-search {
        display: none;
        position: absolute;
        z-index: 1000;
        top: 50px;
        left: 8px;
        right: 8px;
        margin: 0;
        background: #fff;
        outline: 8px solid #DCD0D2;
    }
    input.search-field {
        height: 32px;
        line-height: 32px;
        padding: 5px 10px;
        width: 80%;
    }
    .site-search button[type="submit"] {
        float: right;
        background-position: center center;
        height: 32px;
        background-size: 18px auto;
        width: 36px;
    }
    #new ul.products li.product {
        width: 30%;
        margin: 0 1.2%;
    }
    #new ul.products li.product:nth-child(4) {
        display: none;
    }
    ul.products li.product h3 {
        margin: 11px 0 5px;
    }
    #new ul.products {
        text-align: center;
        display: block;
        margin-bottom: -2em;
    }
    #new ul.products li.product {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    nav.woocommerce-breadcrumb, a.woocommerce-product-gallery__trigger, form.woocommerce-ordering, div.sorting, .term-description {
        display: none;
    }
    .brand-right-wrapper {
        padding: 0;
    }
    .brand-wrapper {
        background: none;
        padding: 0;
        margin-bottom: 0;
    }
    .brand-right-wrapper h1:last-child {
        margin-bottom: 10px !important;
    }
    .brand-wrapper img + .brand-right-wrapper {
        padding: 0;
    }
    .inner-content h1.woocommerce-products-header__title {
        margin-bottom: 12px;
    }
    .loop-bottom-actions, .loop-bottom-actions div.sorting, .loop-bottom-actions form.woocommerce-ordering {
        display: inline-block;
    }
    .loop-bottom-actions div.sorting, .loop-bottom-actions form.woocommerce-ordering {
        float: none;
        margin-right: 1em;
    }
    .loop-bottom-actions {
        margin-bottom: 2em;
        text-align: center;
        width: 100%;
        float: left;
        border-top: 2px solid #fff;
        padding-top: 2em;
    }
    nav.woocommerce-pagination {
        text-align: center;
        margin-bottom: 1.25em;
    }
    ul.products {
        margin-top: 1em;
    }
    .inner-content h1 {
        margin-top: 0;
    }
    .woocommerce-product-gallery, .product .summary, .product img.attachment-shop_single {
        width: 100%;
        height: auto;
    }
    .flex-control-nav.product-gallery-slides {
        margin-bottom: 3em;
    }
    section.related.products h2, section.up-sells.upsells.products h2 {
        margin-bottom: 1em;
    }
    .inner-content.product-page {
        padding-top: 95px;
    }
    .product-page div.product.type-product {
        margin-top: 0;
    }
    .product .summary {
        padding-top: 20px;
        padding-bottom: 0.5em;
    }
    footer .flex.row {
        padding: 30px 4% 0;
    }
    footer .column, footer .column.first, footer .column.list, footer .column.last {
        width: 47%;
    }
    #mini-footer {
        padding: 1.5em 0;
    }
    #mini-footer span, #mini-footer span.web-design {
        text-align: center;
        width: 100%;
        float: none;
        line-height: normal;
    }
    a#back-to-top {
        right: 5%;
        bottom: 10px;
        margin-right: 0;
    }
    .slide span.button {
        white-space: nowrap;
        padding: 14px 45px;
    }
    .grid-layout {
        margin-top: 0;
    }
}
@media only screen and (max-width: 680px) {
    #slider, .slider-thumb {
        display: none;
    }
    .slide span.button {
        margin-top: 0;
    }
    #logo {
        margin-bottom: 26px;
    }
    .inner-content.product-page {
        padding-top: 94px;
    }
    #slider-container {
        margin-top: 94px;
    }
}
@media only screen and (max-width: 660px) {
    #featured-cats .first, #featured-cats .third, #featured-cats .second {
        height: 485px;
        width: 100%;
        margin-bottom: 18px;
    }
    #featured-cats .second {
        height: 480px;
    }
    #featured-cats .second .row {
        margin-bottom: 18px;
    }
    #featured-cats a h2 {
        font-size: 21px;
        letter-spacing: 4px;
    }
    .inner-content h1 {
        font-size: 22px;
        letter-spacing: 3px;
    }
    nav.woocommerce-breadcrumb {
        width: 36%;
    }
    #featured .small .promo-product, #featured .large img, #featured .large .product-info {
        width: 100%;
        height: auto;
    }
    #featured .small .promo-product .product-info {
        padding: 35px 10px 0 35px;
    }
    #featured .small .promo-product + .promo-product .product-info {
        padding: 35px 35px 0 0;
    }
    #featured .small .promo-product {
        height: 230px;
    }
    #featured .small .promo-product img {
        width: 49%;
    }
    section.row h2 {
        margin-top: 50px;
    }
    #pages.blog .post-content {
        padding: 2em;
    }
}
@media only screen and (max-width: 640px) {
    section#new h2:after {
        left: 12%;
        top: 12px;
    }
    section#new h2:before {
        right: 12%;
        top: 12px;
    }
    ul#menu-quick-links li.wishlist a, ul#menu-quick-links li.my-account a {
        background-position: center center;
        text-indent: -9999px;
        padding: 0;
        width: 41px;
        background-size: 18px auto;
    }
    .site-search button[type="submit"] {
        background-size: 18px auto;
    }
    ul#menu-quick-links li.my-account a {
        background-size: 23px auto;
    }
    .site-header-cart .cart-contents {
        background-size: 23px auto;
    }
    .site-search {
        padding-right: 10px;
    }
    .site-header-cart {
        width: 42px;
        margin-left: 7px;
    }
    .site-header-cart .widget_shopping_cart {
        display: none !important;
    }
    #featured-cats .first, #featured-cats .third, #featured-cats .second, #featured-cats .second .row {
        margin-bottom: 16px;
    }
    nav.woocommerce-breadcrumb {
        width: 100%;
    }
    #pages .tinv-wishlist tfoot .tinvwl-to-left + .tinvwl-to-right {
        margin-top: 10px;
        margin-bottom: 15px;
    }
    #pages.simple .tinv-wishlist table th {
        padding: 0.75em 1.5em;
    }
    #pages.simple .tinv-wishlist table td {
        padding: 0.35em 1.5em 0.25em;
    }
    #slider-container {
        margin-top: 90px;
    }
    .inner-content.product-page {
        padding-top: 90px;
    }
    .jr-insta-thumb {
        margin-bottom: 0;
    }
    .jr-insta-thumb ul.thumbnails li {
        margin-bottom: 24px !important;
    }
    .jr-insta-thumb ul.thumbnails li:last-child {
        display: none !important;
    }
    .jr-insta-thumb {
        width: calc(100% + 12px);
        margin-left: -6px;
    }
    .jr-insta-thumb ul.thumbnails li a {
        padding: 0 6px !important;
    }
    .jr-insta-thumb ul.thumbnails li {
        margin-bottom: 12px !important;
    }
    #sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item {
        width: 50% !important;
    }
    #instagram {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 540px) {
    #logo {
        margin-bottom: 25px;
    }
    section#new h2:after {
        left: 8%;
    }
    section#new h2:before {
        right: 8%;
    }
    section.row h2 {
        margin-top: 38px;
        margin-bottom: 4px;
    }
    section#new {
        margin-bottom: 2em;
    }
    section.row h2 + p {
        margin-bottom: 30px;
    }
    #featured-cats .first, #featured-cats .third, #featured-cats .second, #featured-cats .second .row {
        margin-bottom: 14px;
    }
    .inner-content h1 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .product .summary h1, .mfp-content .wpb_wl_product_title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .product .summary span.woocommerce-Price-amount.amount, .mfp-content .wpb_wl_product_price .amount {
        font-size: 16px;
    }
    ul.products li.product, ul.products li.product:nth-child(3n), ul.products li.product:nth-child(4n) {
        width: 48%;
        margin: 0 4% 2em 0;
    }
    ul.products li.product:nth-child(3n+1) {
        clear: none;
    }
    ul.products li.product:nth-child(2n) {
        margin-right: 0;
    }
    ul.products li.product:nth-child(2n+1) {
        clear: left;
    }
    section.related.products .product:nth-child(4), section.upsells.products .product:nth-child(4) {
        display: block;
    }
    .page-id-150 #page-content iframe {
        height: 380px;
    }
    form.wpcf7-form input.wpcf7-submit {
        width: 50%;
    }
    footer .flex.row {
        padding: 0 3%;
    }
    footer .column, footer .column.first, footer .column.list, footer .column.last {
        width: 47%;
    }
    #popup.promo .pop-content {
        padding:15px 20px;
    }
    #popup.promo .pop-content span {
        width: 100px;
        font-size: 24px;
    }
    #popup.promo .pop-content span#copy-message {
        right: 6%;
    }
    #popup.summer .pop-content h3 {
        margin: 50px auto 15px;
        max-width: 260px;
    }
    #popup.summer .pop-content h3 + h3 {
        margin-top: 5px;
        padding-top: 25px;
    }
    #popup.promo.summer {
        height: 420px;
        width: 410px;
    }
    #popup.promo.summer .pop-content {
        padding-top: 130px;
    }
    #popup.summer.promo .pop-content p {
        font-size: 1.071em;
    }
    .grid-layout {
        grid-template-columns: repeat(auto-fill, calc(100% / 1));
    }
    div.article {
        margin-bottom: 10px;
    }
    #pages.blog .post-content {
        padding: 1.25em;
    }
}
@media only screen and (max-width: 480px) {
    .maximum {
        width: 92%;
    }
    #slider-container {
        min-height: 330px;
    }
    h2 {
        font-size: 21px;
        letter-spacing: 3px;
    }
    section#new h2:after {
        left: 5%;
    }
    section#new h2:before {
        right: 5%;
    }
    section#new h2::after, section#new h2::before {
        top: 6px;
    }
    #featured-cats .first, #featured-cats .third, #featured-cats .second, #featured-cats .second .row {
        margin-bottom: 12px;
    }
    #featured-cats .second .row.flex a {
        width: 48.75%;
    }
    #featured-cats .first, #featured-cats .third, #featured-cats .second {
        height: 420px;
    }
    #featured-cats .second {
        height: 410px;
    }
    #new ul.products li.product {
        width: 47%;
        margin: 0 1.2% 2em;
    }
    #new ul.products li.product:nth-child(4) {
        display: inline-block;
    }
    #featured .small .promo-product .product-info {
        padding: 20px 0px 0 20px;
    }
    #featured .small .promo-product + .promo-product .product-info {
        padding: 20px 20px 0 0;
    }
    #featured .small .promo-product {
        height: 210px;
    }
    footer .cats {
        display: none;
    }
    footer .column.first, footer .column.list, footer .column.last {
        width: 100%;
        text-align: center;
    }
    .footer-social {
        width: 230px;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-social h4 {
        /*	float:none;
	width:100%;
	margin-bottom:20px;*/
        margin-right: 14px;
    }
    footer .flex.row {
        padding: 0 8%;
    }
    footer .column.list li {
        display: inline-block;
        margin-right: 8px;
        padding-left: 12px;
    }
    footer ul.contact-details li {
        display: inline-block;
    }
    footer ul.contact-details li.phone {
        margin-right: 10px;
    }
    #logo-mini {
        margin-top: 10px;
    }
    a#back-to-top {
        width: 38px;
        height: 38px;
        background-size: 100% auto;
        bottom: 16px;
    }
}
@media only screen and (max-width: 455px) {
    #logo {
        margin-bottom: 20px;
    }
    section#new h2::after, section#new h2::before {
        width: 45px;
        background-size: 100% auto;
    }
    section#new h2:after {
        left: 1%;
    }
    section#new h2:before {
        right: 1%;
    }
    #featured-cats .first, #featured-cats .third, #featured-cats .second, #featured-cats .second .row {
        margin-bottom: 10px;
    }
    #featured-cats .second {
        height: 370px;
    }
    #featured-cats a h2 {
        font-size: 20px;
        letter-spacing: 2px;
    }
    #popup.promo .pop-content span#copy-message {
        right: 6%;
    }
    #popup.summer .pop-content h3 {
        font-size: 13px;
        margin: 0px auto 6px;
        max-width: 250px;
    }
    #popup.summer .pop-content h3 + h3 {
        margin-top: 0;
        padding-top: 0px;
    }
    #popup.promo.summer {
        background-size: 340px auto;
        height: 330px;
        width: 330px;
    }
    #popup.promo.summer .pop-content {
        padding: 75px 10px 40px;
    }
}
@media only screen and (max-width: 420px) {
    ul#menu-main-navigation li a {
        padding: 0 12px;
        line-height: 37px;
    }
    #mini-footer {
        padding: 2em 0;
    }
    a#back-to-top {
        width: 42px;
        height: 42px;
        bottom: 65px;
        right: 50%;
        margin-right: -21px;
    }
    .summary input.qty {
        display: none;
    }
    .loop-bottom-actions form.woocommerce-ordering {
        margin-bottom: 1em;
    }
    .product .summary, .product .summary .woocommerce-variation-availability {
        text-align: center;
    }
    .product-details > ul li {
        background: none;
        padding-left: 0;
    }
    .product .summary p.price, .product .summary .woocommerce-variation-availability {
        float: none;
    }
    .summary .cart table.variations label {
        display: none;
    }
    .summary select, .summary .variations_form.cart table.variations, .product .summary .single_add_to_cart_button, .summary .tinvwl-shortcode-add-to-cart {
        margin-left: 0;
        width: 100%;
    }
    #wcqv_contend select {
        width: 100%;
    }
    .woocommerce-variation-add-to-cart {
        margin-top: 11px;
    }
    .single-product div.product form.cart .button.tinvwl_add_to_wishlist_button, div.product form.cart .tinvwl_add_to_wishlist_button {
        float: none;
        margin: 1em auto 0;
    }
    #wcqv_contend select {
        margin-left: 0;
    }
    form.wpcf7-form input.wpcf7-submit {
        width: 100%;
    }
}
@media only screen and (max-width: 380px) {
    #logo {
        margin-bottom: 20px;
    }
    #featured-cats .first, #featured-cats .third, #featured-cats .second, #featured-cats .second .row {
        margin-bottom: 8px;
    }
    #featured .small .promo-product .product-info {
        padding: 15px 0px 0 15px;
    }
    #featured .small .promo-product + .promo-product .product-info {
        padding: 15px 10px 0 0;
    }
    #featured .small .promo-product {
        height: 180px;
    }
    #featured .small .promo-product h3 {
        font-size: 20px;
    }
    #featured .promo-text {
        font-size: 25px;
    }
    #featured .large .product-info {
        padding: 28px;
    }
}
@media only screen and (max-width: 360px) {
    h2, #pages h2 {
        font-size: 18px;
        letter-spacing: 2px;
    }
    #featured-cats .second a h2 {
        font-size: 18px;
    }
    footer .flex.row {
        padding: 0 3%;
    }
    .wc-forward:hover:after, .woocommerce-Button--next:hover:after {
        margin-left: 0;
    }
    #pages #page-content p.coupon-info {
        float: none;
        display: inline-block;
        padding: 0 0 0 38px;
        background: url(images/coupon.svg) 8px center no-repeat #8ec8c7;
        background-size: 23px auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: 100%;
        line-height: 25px;
        margin-bottom: 2em;
        display: none;
    }
    #pages #page-content p.coupon-info span {
        line-height: 37px;
    }
    #pages #page-content p.coupon-info strong {
        padding: 6px 15px;
        float: right;
    }
    #popup.promo .pop-content {
        padding: 45px 5px;
    }
    #popup .pop-content p {
        font-size: 1.15em;
    }
    .popup-newsletter {
        padding: 10px 8px;
        width: 174px;
        font-size: 13px;
    }
    #popup-register {
        font-size: 13px;
    }
}
@media only screen and (max-width: 350px) {
    #pages #page-content p.coupon-info {
        font-size: 0.929em;
    }
    #pages #page-content p.coupon-info strong {
        padding: 6px 7px;
    }
    #popup.promo.summer {
        background-size: 300px auto;
        height: 290px;
        width: 290px;
    }
    #popup.promo.summer .pop-content {
        padding: 45px 8px 25px;
    }
    #popup.summer .pop-content h3 {
        margin: -10px auto 10px;
    }
}
@media only screen and (max-width: 330px) {
    footer .column.list li {
        margin-right: 4px;
    }
    section#featured.row h2 {
        margin-top: 20px;
    }
    section.row h2 + p {
        margin-bottom: 26px;
    }
    span.shipping-label {
        letter-spacing: -0.5px;
        min-width: 320px;
        text-align: center;
    }
}
#slider, #mobile-slider {
    display: none;
}
.quick-view-loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(250, 249, 249, 0.9);
    background-image: url('../../plugins/woo-quick-view/img/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
}
.product-details iframe {
    padding: 10px;
    border: 1px dashed #ccc;
    box-sizing: border-box;
    margin: 10px 0;
}
/*#cookie-law-info-bar span {
    font-size: 0.925em;
}
.cli-plugin-button, .cli-plugin-button:visited {
    padding: 7px 12px 6px;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0;
    background: #dcd0d2 !important;
    color: #333 !important;
    font-weight: 700;
}
.cli-plugin-main-link {
    margin-right: 5px;
    border-bottom: 1px solid #dcd0d2;
    color: #333;
    font-weight: 700;
}*/
canvas {
    display: block;
    vertical-align: bottom;
}
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.shipping-address-info {
    margin-top: 5px;
    display: inline-block;
    padding-right: 17px;
    background: url(./images/spot.svg) no-repeat center right;
    background-size: 15px;
}
.shipping-address-info:hover {
    opacity: 0.7;
}
.woocommerce-product-gallery__image.flex-active-slide {
    position: relative;
    left: -1px;
}
/** Gift Card */
.pwgc-label {
    margin-bottom: 5px;
}
.pwgc-input-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 100%;
    padding: 0.5em 0.75em;
    height: 38px;
    background: #fff;
    resize: none;
    font-weight: bold;
}
#pwgc-message {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 100%;
    padding: 0.5em 0.75em;
    height: 38px;
    background: #fff;
    resize: none;
    font-weight: bold;
}
#pwgc-message + .pwgc-subtitle {
    margin-top: 5px;
}
#pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number {
    padding: 4px 10px;
    height: 40px;
}
#pwgc-redeem-gift-card-form #pwgc-redeem-button {
    background-color: #a09192;
    border: none !important;
    font-size: 0.929em;
    padding: 7px 1em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #a09192;
    height: 40px;
    font-weight: 600;
    -webkit-appearance: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.product-type-pw-gift-card .product-details {
    border-top: 0;
    margin-top: 0;
    padding-top: 0px;
}
.wc-proceed-to-checkout #pwgc-redeem-gift-card-container > label {
    font-weight: bold;
    margin-bottom: 10px;
    display: inline-block;
}
.GraphImage > div, .GraphSidecar > div {
    max-height: 225px;
}
.GraphImage:not(:last-child) > div, .GraphSidecar > div {
    margin-right: 12px;
}
.GraphSidecar:before {
    display: none !important;
;
}
.tinv-wishlist .woocommerce-error li {
    padding: 15px;
}
.tinv-wishlist .woocommerce-error {
    margin-bottom: 15px;
}
.woocommerce-checkout-review-order-table tr.fee td {
    float: right;
}
.form-row.form-row-wide.mailchimp-newsletter {
    padding-left: 14px;
}
#shipping_phone_field span.optional {
    display: none !important;
}
label[for="shipping_phone"]::after {
    content: '*';
    color: #a09192;
    text-decoration: underline dotted;
}
.products .quick-btns .tinvwl_add_to_wishlist_button.tinvwl-product-in-list .tinvwl_add_to_wishlist-text {
    display: inline !important;
}
.pwgc-label {
    display: block;
    float: left;
    margin-right: 10px;
}

/* =Cookies Popup
-----------------------------------------------*/
#cookie-law-info-bar {
    box-sizing: border-box;
    max-width: 435px !important;
    width: calc(100% - 24px) !important;
    /*    bottom: 12px !important;
        right: 12px !important;*/
    text-align: center !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 12px !important;
}
#cookie-law-info-bar, .wt-cli-cookie-bar {
    z-index: 99999999 !important;
}
span#wt-cli-cookie-banner, span#wt-cli-cookie-banner a{
    font-size: 13px !important;
    line-height: 1.35;
}
span#wt-cli-cookie-banner a#wt-cli-accept-btn, span#wt-cli-cookie-banner a#wt-cli-reject-btn{
    font-size: 12px !important;
}
#cookie-law-info-bar .small {
    animation: none;
    -webkit-animation: none;
}
#cookie-law-info-again {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: none;
    box-shadow: #ddd 2px 2px 10px 2px !important;
}
.cli-modal .cli-modal-dialog {
    font-size: 13px !important;
}
.cli-modal-body * {
    font-size: 13px !important;
}
#cookie-law-info-bar a {
    font-weight: 700 !important;
}
#cookie-law-info-bar a:hover {
    opacity: 0.8;
}
.wt-cli-cookie-bar-container * {
    font-size: 12px !important;
    font-weight: normal;
}
.cli-tab-container h4 {
    font-size: 16px !important;
}
.cli-bar-message {
    font-size: 13px !important;
    line-height: 1.3;
}
.wt-cli-element.cli_user_consent_state {
    margin-bottom: 1.5em;
}
h5.cli_cookie_category_single_hd {
    font-size: 1.171em;
    font-weight: bold;
    margin-bottom: 0.5em;
}
.wt-cli-element.cli_cookie_category_single {
    border: none;
}
.cli_cookie_category_single {
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5em;
}
table.cookielawinfo-classic * {
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: left !important;
}
table.cookielawinfo-classic tr.cookielawinfo-row-cat-title th, table.cookielawinfo-classic thead tr th {
    font-size: 14px !important;
}
table.cookielawinfo-classic {
    margin-bottom: 2em;
    font-family: 'Montserrat', 'Comfortaa', 'Open Sans', Helvetica, Arial, sans-serif !important;
}
table.cookielawinfo-classic td {
    padding: 6px 9px !important;
}
table.cookielawinfo-classic th {
    padding: 6px 9px !important;
}
.cookielawinfo-column-1 {
    width: 25% !important;
}
.cookielawinfo-column-3 {
    width: 15% !important;
}
.cookielawinfo-column-4 {
    width: 60% !important;
}
.cookielawinfo-row-cat-table {
    margin-left: 0 !important;
}
@media only screen and (max-width: 420px) {
    table.cookielawinfo-classic * {
        font-size: 13px !important;
    }
    #cookie-law-info-bar {
        max-width: 100% !important;
    }
    span#wt-cli-cookie-banner a#wt-cli-accept-btn, span#wt-cli-cookie-banner a#wt-cli-reject-btn{
        font-size: 11px !important;
        line-height: 1.2;
    }
}

/* =BoxNow
-----------------------------------------------------------------------------*/
#boxnow-wrapper {
    height: auto;
    max-width: 1360px;
    margin: 0 auto 30px;
    min-height: 640px;
    padding: 72px 0 0;
    box-sizing: border-box;
    background: url("images/box-now-01.jpg") left top repeat;
    display: flex;
    align-content: center;
    justify-content: center;
}
#boxnow-wrapper > .border-box {
    background: rgba(255, 255, 255, 0.87);
    width: 90%;
    max-width: 510px;
    padding: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
}
#boxnow-wrapper h1 {
    font-weight: bold;
    line-height: 1.2;
    font-size: 27px;
    margin-bottom: 20px;
    letter-spacing: 0;
    color: #000;
}
#boxnow-wrapper > .border-box img {
    margin: 0 auto 20px;
    display: block;
    width: 100px;
}
#boxnow-wrapper > .border-box a {
    display: inline-block;
    margin: 30px auto 0;
    background: #000;
    color: #fff;
    transition: all 0.4s;
    padding: 12px 20px;
}
#boxnow-wrapper > .border-box a:hover {
    background: #fff;
    color: #111;
    box-shadow: 1px 2px 6px rgb(0 0 0 / 12%), -2px -1px 6px rgb(0 0 0 / 12%);
}
#box-selection, #selected-locker {
    background: url(./images/spot-01.svg) center left no-repeat;
    background-size: 11px auto;
    padding-left: 15px;
    border: none !important;
    line-height: 26px;
    margin-left: 43px;
}
#box-selection:hover, #selected-locker:hover {
    border-bottom: 1px solid !important;
}
#selected-locker {
    display: inline-block;
    line-height: 1.4;
    background-position: left 2px;
}
#boxnow_locker_field {
    display: none;
}
.estimate-delivery-date, .free-shipping-info {
    padding-left: 43px;
}
label[for="shipping_method_0_wbbox_shipping"] {
    padding-left: 26px;
    background: url(./images/box-now-real-logo.png) center left no-repeat;
    background-size: 22px auto;
}
a.box-now-readmore {
    margin-left: 43px;
    font-size: small;
    border-bottom: 1px solid #3030cf !important;
    color: #3030cf;
}
#cboxOverlay.boxnow-colorbox {
    background: #f6f2ef;
    opacity: 0.65 !important;
}
#boxnow-popup {
    text-align: center;
    line-height: 1.5;
    padding: 40px;
    box-sizing: border-box;
    max-width: 420px;
}
#boxnow-popup h2 {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bolder;
    text-transform: none;
    letter-spacing: normal;
    color: #9b7777;
}
#boxnow-popup .boxnow-popup > p {
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
}
#boxnow-popup img.popup-logo {
    width: 90px;
}
@media only screen and (max-width: 1180px) {
    #boxnow-wrapper {
        border-top: 75px solid #faf9f9;
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 990px) {
    #boxnow-wrapper {
        border-top: none;
        margin-bottom: 0;
        width: 100%;
        margin-top: 30px;
        min-height: inherit;
    }
}
@media only screen and (max-width: 480px) {
    #boxnow-wrapper {
        margin-top: 25px;
    }
    #boxnow-wrapper > .border-box {
        width: calc(100% - 40px);
        padding: 30px;
    }
    #boxnow-wrapper h1 {
        font-size: 24px;
    }
    #boxnow-wrapper > .border-box img {
        width: 80px;
    }
    #boxnow-popup h2 {
        font-size: 23px;
    }
    #boxnow-popup {
        line-height: 1.4;
        padding: 25px;
    }
    #boxnow-wrapper > .border-box a {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 430px) {
    #boxnow-popup h2 {
        font-size: 21px;
    }
    #boxnow-popup {
        max-width: 330px;
    }
}
@media only screen and (max-width: 350px) {
    #boxnow-popup {
        max-width: 310px;
    }
    #order_review tr.shipping ul {
        padding: 10px 4px 14px;
    }
}
body.open {
    position: fixed;
    left: 0;
    right: 0;
}
#cookie-law-info-bar, .wt-cli-cookie-bar {
    z-index: 2547483625 !important;
}
div.ppc-button-wrapper {
    float: right;
    width: 300px;
}
#for_change_field {
    font-weight: bold;
    margin-top: -5px;
    margin-bottom: 0px;
}
#for_change_field label.checkout {
    padding-bottom: 0;
}
#for_change_field .optional {
    display: none;
}
/* \ Box now */

.wcc-category-list{
    margin-bottom: 2em;
}

.wcc-category-list .wcc-category-list-header h4.wcc-category-list-title{
    font-size: 1.171em;
    font-weight: bold;
    margin-bottom: 0.5em;
    color: #000;
    text-transform: capitalize;
}

.wcc-category-list .wcc-table-wrapper{
    margin-top:1em;
}

.wcc-cookie-audit-table td{
    background: #FAF9F9 !important;
}
.wcc-cookie-audit-table tr:nth-child(2n + 1) td{
    background: #fff !important;
}



/* = Revisit Css
------------------------------------------------------------------*/
.wcc-btn-revisit img {
    display: none !important;
}

.wcc-btn-revisit::before {
    content: "";
    display: inline-block;
    width: 22px;   /* force width */
    height: 22px;  /* force height */
    background: url('./images/revisit.svg') no-repeat center center;
    background-size: contain; /* scales SVG properly */
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    user-select: none;
}
button.wcc-btn-revisit{
    background: #333 !important;
    border-radius: 100%;
    width: 40px !important;
    height: 40px !important;
    transition: background-color 0.3s;
}
button.wcc-btn-revisit:hover{
    background-color: grey !important;
}
.wcc-btn-revisit-wrapper{
    box-shadow: none !important;
}
.wcc-btn-revisit-wrapper .wcc-btn-revisit img {
    max-width: 22px !important;
}
.wcc-btn-revisit-wrapper {
    padding: 0; !important;
    background-color: transparent !important;
}
.wcc-btn-revisit-wrapper:hover .wcc-revisit-help-text, .wcc-btn-revisit-wrapper:focus-within .wcc-revisit-help-text {
    display: none !important;
}
/* = End Revisit Css

