body.noscroll {
    overflow: hidden;
}

.w-limit {
    max-width: 1150px;
}



/* header */

.header {
}

body[data-type=map] .header,
body[data-type=agent-map] .header {
    display: none;
}


.header-1 {
    text-align: center;
}

.header-1 .line-height {
    height: 64px;
    line-height: 64px;
    position: relative;
}

.search-suggest ul .product-name {
    text-align: center;
}

body[data-type="home"] .search-wrapper .spin {
    width: 16px;
    height: 16px;
    top: 11px;
    left: 12px;
    background-size: 16px 16px;
}


.header-1 .landicon-pos {
    position: absolute;
    left: 13px;
    top: 0;
    height: 100%;
}


@media screen and ( max-width: 400px )  {
    .header-1 .landicon-pos {
        left: 0;
    }
}

.header-1 .landicon-pos a {
    text-decoration: none;
}



.icon-home img {
    max-height: 40px;
    max-width: 40px;
    line-height: 64px;
    vertical-align: middle;
}

.icon-home img.open-menu {
    height: 19px;
    width: 23px;
    line-height: 64px;
    vertical-align: middle;
    margin-left: 3px;
    display: none;
}

.w-limit_icon-home_bigger {
    margin-top: 5px;
    margin-bottom: 25px;
}


@media screen and ( max-width: 800px )  {
    .icon-home img.open-menu {
        display: inline-block;
    }
}


.icon-ava {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    text-decoration: none;
    color: #000;
}

@media screen and ( max-width: 800px )  {
    .icon-ava {
        display: none;
    }
}

.icon-ava .img {
    height: 40px;
    width: 40px;
    line-height: 64px;
    vertical-align: middle;
    border-radius: 45px;
    background-size: cover;
    display: inline-block;
}



.header-1 .second-link,
.header-1 .bag-link {
    position: absolute;
    color: #5f5f5f;
    text-decoration: none;
    top: 0;
}

.header-1 .second-link:hover,
.header-1 .bag-link:hover {
    text-decoration: underline;
}


.header-1 .second-link {
    left: 70px;
    top: 2px;
}

@media screen and ( max-width: 800px )  {
    .header-1 .second-link {
        display: none;
    }
}

.header-1 .bag-link {
    right: 70px;
    height: 100%;
}

@media screen and ( max-width: 800px )  {
    .header-1 .bag-link .word {
        display: none;
    }

    .header-1 .bag-link {
        right: 20px;
    }
}

.header-1 .bag-link.disabled {
    opacity: .5;
    pointer-events: none;
}




.header-1 .logo {
    display: inline-block;
}

.header-1 .logo img {
    line-height: 55px;
    max-width: 250px;
    max-height: 80px;
    vertical-align: middle;
    margin-top: 6px;
}


/*@media screen and ( max-width: 400px )  {*/
/*    .header-1 .logo img {*/
/*        max-width: 180px;*/
/*    }*/
/*}*/


@media screen and ( max-width: 485px )  {
    .header-1 .logo img {
        max-width: 180px;
    }
}

@media screen and ( max-width: 367px )  {
    .header-1 .logo img {
        max-width: 155px;
        margin-left: 21px;
        margin-top: 6px;
    }
}


.header input.search::-webkit-input-placeholder {color:#bbb;}
.header input.search::-moz-placeholder          {color:#bbb;}
.header input.search:-ms-input-placeholder      {color:#bbb;}


.search-mv {
    margin-bottom: 25px;
}

@media screen and ( max-width: 800px ) {
    .search-mv {
        margin-bottom: 15px;
    }
}



@-webkit-keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}

@keyframes rotation {
    from {-webkit-transform: rotate(0deg);}
    to   {-webkit-transform: rotate(359deg);}
}


/*
.header span.search.hover input.search {
    border-bottom: 2px solid #bbb;
}



.header span.search.hover input.search::-webkit-input-placeholder {color:#bbb;}
.header span.search.hover input.search::-moz-placeholder          {color:#bbb;}
.header span.search.hover input.search:-ms-input-placeholder      {color:#bbb;}


.header span.search.focus input.search {
    border-bottom: 2px solid #bbb;
}

.header span.search.focus input.search::-webkit-input-placeholder {color:#bbb;}
.header span.search.focus input.search::-moz-placeholder          {color:#bbb;}
.header span.search.focus input.search:-ms-input-placeholder      {color:#bbb;}


.header span.search.value input.search {
    border-bottom: 2px solid #000;
}

.header span.search.value span.search-icon {
    display: none;
}
*/


a.icon-close {
    display: none;
}


.mobile-menu {
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    display: none;
    z-index: 1500;
    -webkit-overflow-scrolling: touch;
}


.mobile-menu a,
.mobile-menu span.a {
    box-sizing: border-box;
    width: 100%;
}


.mobile-menu li.shop a:first-of-type {
    width: calc(100% - 40px);
}

.mobile-menu h2 {
    padding-bottom: 0.3em;
    border-bottom: 3px solid #000;
    margin: 30px 20px 15px 20px;
    display: inline-block;
}

.mobile-menu .img {
    height: 40px;
    width: 40px;
    line-height: 64px;
    vertical-align: middle;
    border-radius: 45px;
    background-size: cover;
    display: inline-block;
}


.mobile-menu > ul,
.mobile-menu > h2,
.mobile-menu > span.img,
.mobile-menu > div.inner {
    transition: top 300ms ease-out;
    position: relative;
    top: 1.5em;
}

.mobile-menu.show-effect > ul,
.mobile-menu.show-effect > h2,
.mobile-menu.show-effect > span.img,
.mobile-menu.show-effect > div.inner {
    top: 0;
}



.user-menu.popup-menu {
    top: 60px;
    right: -5px;
}



/* end header */




/* cart bar */

.cart-bar {
    padding: 20px 0;
    height: 64px;
    box-sizing: border-box;
    text-align: center;
    background-color: #ffffff;
    color: #555;
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 300ms ease-out;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid #eee;
    z-index: 100;


}


.cart-bar.colored {
    background-color: #cef5e8;

}

.cart-bar img {
    vertical-align: middle;
    height: 24px;
}

.cart-bar .double-margin {
    position: relative;
}

.cart-bar div.left {
    position: absolute;
    left: 70px;
    top: 0;
}

@media screen and ( max-width: 800px )  {
    .cart-bar div.left {
        left: 20px;
    }
}

@media screen and ( max-width: 400px )  {
    .cart-bar div.left .text {
        display: none;
    }
}


.cart-bar div.right {
    position: absolute;
    right: 70px;
    top: 0;
}

@media screen and ( max-width: 800px )  {
    .cart-bar div.right {
        right: 20px;
    }

    .cart-bar div.right .word {
        display: none;
    }
}


@media screen and ( max-width: 500px )  {
    .cart-bar .order-summary {
        display: none;
    }
}

.cart-bar span.space {
    display: inline-block;
    width: 20px;
}

@media screen and ( max-width: 500px )  {
    .cart-bar span.space {
        display: inline-block;
        width: 10px;
    }
}

/* categories */

.category-side-margin {
    margin-right: 25px;
    margin-left: 25px;
}

@media screen and ( max-width: 800px )  {
    .category-side-margin {
        margin-right: 10px;
        margin-left: 10px;
    }
}



.category-col {
    float: left;
}

.category-col.i-1,
.category-col.i-2 {
    width: 50%;
}

@media screen and ( max-width: 1000px )  {
    .category-col.i-1 {
        width: 100%;
    }
}

.category-col.i-3,
.category-col.i-4,
.category-col.i-5 {
    width: 33.333%;
}


@media screen and ( max-width: 1000px )  {
    .category-col.i-2,
    .category-col.i-3,
    .category-col.i-4,
    .category-col.i-5 {
        width: 50%;
    }
}

@media screen and ( max-width: 800px )  {
    .category-col.i-1,
    .category-col.i-2,
    .category-col.i-3,
    .category-col.i-4,
    .category-col.i-5 {
        width: 100%;
    }
}



.category-col-margin {
    margin: 5px;
}

.category-col-margin {
    margin: 5px;
}


.category-aspect {
    width: 100%;
    position: relative;
    padding-bottom: 69%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: top 100ms ease-out;
    top: 0px;
    background-color: #eee;
}

@media screen and ( min-width: 1001px )  {
    .category-col.i-3 .category-aspect,
    .category-col.i-4 .category-aspect,
    .category-col.i-5 .category-aspect {
        padding-bottom: 80%;
    }
}

.category-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background-size: cover;
    background-position: center;
}



.category-menu {
    background-color: #fff;
    min-width: 180px;
}

.category-col .category-menu {
    z-index: 10;
    display: none;
}


.category-position {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    bottom: 1.5em;
    font-family: 'Avenir', sans-serif;
    font-size: 20px;
}


@media screen and ( max-width: 1100px )  {
    .category-position {
        top: 1.1em;
        left: 1.1em;
        bottom: 1.1em;
    }
}

@media screen and ( max-width: 800px )  {
    .category-position {
        font-size: 17px;
    }
}



.category-padding {
    padding: 1.2em;
}

@media screen and ( max-width: 1100px )  {
    .category-padding {
        padding: .8em;
    }
}


.category-container {

}

.category-fullscreen .category-menu {
    font-size: 20px;
    opacity: 1;
    top: 2.5em;
    transition: top 300ms ease-out;
    background-color: transparent;
}


.category-fullscreen .category-overflow {
    background-color: transparent;
}


.category-fullscreen.show-effect .category-menu {
    top: 1.5em;
}

/*
.category-fullscreen.show-effect .category-overflow {
    top: 1.5em;
}*/






.category-position .name {
    font-weight: bold;
    margin-bottom: 40px;
}

.category-position .name.spotlight {
    border-radius: 10px;
}

.category-position .name.spotlight.highlight1 {
    box-shadow: 0px 0px 160px 160px rgba(255,255,255,.6);
    background-color: rgba(255,255,255,.6);;
}

.category-position .name.spotlight.highlight2 {
    box-shadow: 0px 0px 160px 160px rgba(255,255,255,.8);
    background-color: rgba(255,255,255,.8);;
}

.category-position .name.spotlight.highlight3 {
    box-shadow: 0px 0px 160px 194px rgba(255,255,255,.9);
    background-color: rgba(255,255,255,.9);
}

.category-position .name.cat-menu {
    cursor: pointer;
}


.category-position .name a {
    font-size: inherit;
    text-decoration: none;
}

@media screen and ( max-width: 800px )  {
    .category-bounds .name {
        margin-bottom: 20px;
    }
}

.category-menu .name span {
    padding-bottom: 0.5em;
    border-bottom: 5px solid;
}

/*
.category-bounds .name {
    font-weight: bold;
    margin-bottom: 40px;
}
*/



@media screen and ( max-width: 800px )  {
    .category-menu .name span {
        padding-bottom: 0.3em;
        border-bottom: 3px solid;
    }
}


.category-menu a {
    text-decoration: none;
    color: #444;
    font-size: 90%;
}


.category-menu a:hover {
    border-bottom: 1px solid #777;
}

.category-menu .name a:hover {
    color: #000;
    border-bottom: none;
}


.category-overflow {
    position: relative;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    top: 0;
}


.category-fullscreen {
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    height: 100%;
    overflow-y: auto;
    background-color: #fff;
    display: none;
    z-index: 1500;
    -webkit-overflow-scrolling: touch;
}


/*
common button for different cases
*/
button.close-69 {
    width: 69px;
    height: 69px;
    background-image: url(images/icon-close.png);
    background-size: contain;
    border: none;
    background-color: transparent;
    position: absolute;
    top:0;
    right:0;
    transform: rotate(-90deg);
    transition: transform 300ms ease-out;
}

/* show effect animateable*/
button.close-69.animated {
    transform: rotate(-90deg);
    transition: transform 300ms ease-out;
}

button.close-69:active {
    background-color: rgba(0,0,0,.07);
}

/* add .show-effect to conventions as common class for show effect */
.show-effect button.close-69.animated {
    transform: rotate(0);
}





/* products */

.grid .col {
    float: left;
    width: 25%;
}

@media screen and ( max-width: 600px )  {
    .grid .col {
        float: left;
        width: 48%;
    }
}



.item {
    display: block;
    text-decoration: none;
    color: #000;
}


.grid .col:hover .aspect {
    top: -5px;
}

.grid .col:hover a.item {
    filter: brightness(0.98);
}

/* hearts also in common.css */
.grid .heart-0,
.grid .heart-1 {
    transition: top 100ms ease-out;
}

.grid .col:hover .heart-0,
.grid .col:hover .heart-1 {
    top: 10px;
}


.item_:hover {
    filter: brightness(0.98);
}

.item_:hover .aspect {
    top: -5px;
}


.grid .aspect {
    width: 100%;
    position: relative;
    padding-bottom: 150%;
    transition: top 100ms ease-out;
    top: 0px;
}

.grid .aspect .ss-frame {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.grid .text {
    display: block;
    height: 4.35em;
    text-align: center;
}


.grid .name {
    display: block;
    line-height: 1.5em;
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.grid .price {
    display: block;
    line-height: 1.5em;
    font-family: 'Avenir', sans-serif;
    font-weight: bold;
}

.grid .rating {
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.grid .star {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('images/stars-tiles.png');
    background-size: 48px 16px;
    vertical-align: middle;
}

.grid .star1 {
    background-position: 0 0;
}

.grid .star2 {
    background-position: -16px 0;
}

.grid .star3 {
    background-position: -32px 0;
}

.grid .reviews {
    vertical-align: middle;
    margin-left: .5em;
}


.sticker-wrapper {
    position: relative;
}

.sticker-offset {
    position: absolute;
    width: 100%;
    top: -37px;
    text-align: center;
}

.sticker-2,
.sticker-3,
.sticker-4,
.sticker-5,
.sticker-6,
.sticker-7 {
    display: inline-block;
    color: #fff;
    min-width: 65px;
    padding: .2em 1em;
    box-sizing: border-box;
    vertical-align: middle;
    font-family: 'Avenir', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
}


@media screen and ( max-width: 500px )  {
    .sticker-2,
    .sticker-3,
    .sticker-4,
    .sticker-5,
    .sticker-6 {
        padding: .1em 0.5em;
        font-size: 12px;
    }
}


.sticker-2 {
    background-color: #edc87a;
}

.sticker-3 {
    background-color: #8bc69a;
}

.sticker-4 {
    background-image: url(images/sticker-best-seller.svg);
    background-position: center right;
    background-size: cover;
    background-color: transparent;
    padding: .2em 1.5em .2em 1em;
}

.sticker-5 {
    background-color: #7aafed;
}

.sticker-6 {
    background-color: #8bc69a;
}

.sticker-7 {
    background-color: #0085ff;
}

.sticker-7 a {
    background-color: #0085ff;
    text-decoration: none;
    color: #fff;
}

.grid .fast-add {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
}

.grid .fast-add button {
    background-color: rgba(0,0,0,.2);
    color: #fff;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 13px;
    opacity: 0;
    transition: opacity 100ms linear;
    height: 30px;
    border: 2px solid #fff;
}

.grid .fast-add button:hover {
    background-color: rgba(0,0,0,.3);
}

.grid .fast-add button:active {
    background-color: #555;
    transform: scale(.95);
}

.grid .col:hover .fast-add button {
    opacity: 1;
}



.no-products {
    line-height: 250px;
    font-size: 70px;
    font-family: 'Avenir', sans-serif;
    font-weight: bold;
    color: #ccc;
    text-align: center;
}


@media screen and ( max-width: 1000px )  {
    .no-products {
        line-height: 170px;
        font-size: 60px;
    }
}


@media screen and ( max-width: 800px )  {
    .no-products {
        line-height: 120px;
        font-size: 50px;
    }
}

@media screen and ( max-width: 600px )  {
    .no-products {
        line-height: 90px;
        font-size: 40px;
    }
}

@media screen and ( max-width: 500px )  {
    .no-products {
        line-height: 60px;
        font-size: 30px;
    }
}



/*
button.gray,
input.gray {
    background-color: #3f3f3f;
    color: #fff;
    font-size: 18px;
    padding: 18px 40px;
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
    cursor: pointer;
}

button.gray:hover,
input.gray:hover {
    background-color: #000;
}

button.gray:disabled {
    opacity: .2;
}

*/



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

ul.errorlist li {
    margin: 0;
    padding: 0;
    color: red;
}


/* products section */

.product-left {
    float: left;
    width: 40%;
    text-align: center;
    position: relative;
}

@media screen and ( max-width: 550px ) {
    .product-left {
        float: none;
        width: initial;
        text-align: center;
        margin-bottom: 30px;
    }
}


.product-left img {
    max-width: 100%;
}


body .fyu_container {
    background-color: transparent;
    margin-left: auto;
    margin-right: auto;
}


.product-right {
    float: left;
    width: 60%;
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
}


@media screen and ( max-width: 550px ) {
    .product-right {
        float: none;
        width: initial;
    }

}




.product-right .inner {
    margin-left: 60px;
}

@media screen and ( max-width: 1200px )  {
    .product-right .inner {
        margin-left: 30px;
    }
}

@media screen and ( max-width: 550px ) {
    .product-right .inner {
        margin-left: 0px;
    }
}


.product div.h1 {
    vertical-align: middle;
}


.product h1 {
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.product div.h1 img,
body[data-type=page] a.fb-share img,
body[data-type=story] a.fb-share img
{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 15px;
}

@media screen and ( max-width: 550px ) {
    .product div.h1.main {
        display: none;
    }
}

.product div.h1.copy {
    display: none;
}

@media screen and ( max-width: 550px ) {
    .product div.h1.copy {
        display: block;
    }
}


@media screen and ( max-width: 700px ) {
    .product h1 {
        font-size: 20px;
    }
}


div.pics {
    overflow: hidden;
}

.product ul.pics {
    list-style: none;
    width: calc(100% + 15px);
}


.product ul.pics li {
    float: left;
    width: 80px;
    height: 120px;
    background-color: #f4f4f4;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid rgba(255,255,255,0);
    cursor: pointer;
    overflow: hidden;
}

.product ul.pics li.fyuse {
    background-image: url(images/fyuse-thumb.png);
    background-size: 28px 44px;
    background-repeat: no-repeat;
    background-position: center;
}


.product ul.pics li:hover {
    border: 1px solid rgba(0,0,0,.2);
}

.product ul.pics li.sel {
    cursor: default;
    border: 1px solid rgba(0,0,0,.4);
}


.product .price {
    font-size: 20px;
    font-weight: 300;
}


.product .tax {
    font-size: 20px;
    font-weight: 300;
}



.product .desc {
    line-height: 1.7em;
}




.fx-selector {
    position: relative;
}

.fx-selector button.value {
    background-color: #eee;
    padding: 0 .7em;
    height: 40px;
    min-width: 200px;
    text-align: left;
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}


.fx-selector span.arrow {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGhlaWdodD0iMTI4cHgiIGlkPSJMYXllcl8xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMjggMTI4OyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTI4IDEyOCIgd2lkdGg9IjEyOHB4IiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48Zz48Zz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMkYzNDM1O3N0cm9rZS13aWR0aDoxMjtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiB4MT0iNTcuMTIiIHgyPSIxNy43ODciIHkxPSIxMDMuMzM0IiB5Mj0iNjQiLz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMkYzNDM1O3N0cm9rZS13aWR0aDoxMjtzdHJva2UtbGluZWNhcDpzcXVhcmU7c3Ryb2tlLW1pdGVybGltaXQ6MTA7IiB4MT0iMTcuNzg3IiB4Mj0iNTcuMTIiIHkxPSI2NCIgeTI9IjI0LjY2NiIvPjwvZz48bGluZSBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojMkYzNDM1O3N0cm9rZS13aWR0aDoxMjtzdHJva2UtbWl0ZXJsaW1pdDoxMDsiIHgxPSIxNy43ODciIHgyPSIxMTguMjEzIiB5MT0iNjQiIHkyPSI2NCIvPjwvZz48L3N2Zz4=);
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 50%;
    transition: transform .4s cubic-bezier(.39,.575,.565,1);
    transform: translateY(-50%) rotate(180deg);
}

.fx-selector.dropped span.arrow {
    transform: translateY(-50%) rotate(270deg);
}


.fx-selector div.popup {
    position: relative;
}

.fx-selector ul.popup {
    position: absolute;
    list-style: none;
    background-color: #333;
    width: 200px;
    z-index: 100;
    display: none;

}

.fx-selector button.option {
    display: block;
    width: 100%;
    background-color: transparent;
    padding: 0 .7em;
    height: 40px;
    text-align: left;
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
}

.fx-selector button.option:hover {
    background-color: #444;
}


div.product .quantity {
    background-color: #eee;
    height: 40px;
    text-align: left;
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
    font-size: 18px;
    box-sizing: border-box;
    display: inline-block;
}

div.product .quantity .label {
    float: left;
    line-height: 40px;
    display: inline-block;
    margin: 0 12px;
}


.plus-minus-field {
    display: inline-block;
}

div.product .plus-minus-field {
    float: right;
}

div.product .plus-minus-field button {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border: none;
    border-left: 1px solid #ddd;
    cursor: pointer;
}

div.product .plus-minus-field button:hover {
    background-color: #ddd;
}

.cart .plus-minus-field button {
    height: 33px;
    width: 29px;
    background-color: #fff;
    border: none;
}

.cart .plus-minus-field button:active {
    background-color: #eee;
}

@media screen and ( max-width: 550px )  {
    .cart .plus-minus-field button {
        height: 26px;
    }
}



div.product .plus-minus-field input {
    border: none;
    border-left: 1px solid #ddd;
    background: transparent;
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    text-align: center;
}


.cart .plus-minus-field input {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    background: #fff;
    height: 33px;
    width: 35px;
    box-sizing: border-box;
    text-align: center;
}

@media screen and ( max-width: 550px )  {
    .plus-minus-field input {
        height: 26px;
    }
}

.not-select-error {
    color: red;
    font-weight: bold;
    display: none;
}

div.product-right .status-2 {
    color: #e18c44;
    font-weight: bold;
}

div.product-right .status-3 {
    color: #52ac62;
    font-weight: bold;
}



button.add {
    background-color: #3f3f3f;
    color: #fff;
    padding: 20px 48px;
    font-family: 'Avenir', sans-serif;
    font-weight: 300;
    font-size: 18px;
    cursor: pointer;
    min-width: 172px;
    min-height: 66px;
}

button.add:hover {
    background-color: #000;
}

@media screen and ( max-width: 800px )  {
    button.add {
        padding: 15px 44px;
        font-size: 17px;
        min-width: 165px;
        min-height: 60px;
    }
}


@media screen and ( max-width: 600px )  {
    button.add {
        padding: 12px 35px;
        font-size: 16px;
        min-width: 147px;
        min-height: 50px;
    }
}

button.add2:active {
    transform: scale(.98);
}


button.add[disabled] {
    opacity: .3;
    pointer-events: none;
}


button.add.spinner img {
    width: 22px;
    height: 22px;
    margin-left: 10px;
}




/* product zoom */
body.zoom {
    overflow: hidden;
}

.image-zoom {
    position : fixed;
    left : 0;
    top : 0;
    width: 100vw;
    height: 100vh;
    display : none;
    overflow : hidden;
    cursor:move;
    background-color: #fff;
    z-index: 1500;
}

.image-zoom img {
    position : absolute;
    /*transform: scale(2);*/
}

.image-zoom img.trans {
    transition: transform 250ms ease-in-out;
}

button[data-action=close-zoom] {
    background-color: rgba(255,255,255,.2);
    background-image: url(images/icon-close.png);
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 69px;
    height: 69px;
}

/* product zoom end */

/* SLIDER END */





/* stories */
img.story {
    max-width: 100%;
    max-height: 300px;
}

.story-container {
    margin-bottom: 30px;
}

.story-container p {
    font-family: 'Avenir', sans-serif;
    font-size: 18px;
    line-height: 1.6em;
}

/* end stories */

.hover-text.shop-layer {
    z-index: 1;
}


/* booking */

.quad-wrapper {
    border: 1px solid #e6e6e6;
    display: inline-block;
    width: 22em;
    margin-bottom: 1.5em;
    position: relative;
    max-width: 100%;
    font-size: 15px;
}

.quad-wrapper.experiences-wrapper {
    display: flex;
}

.booking-wrapper .check-inout-wrapper {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
}

.quad-wrapper .check-inout-wrapper > div,
.quad-wrapper.experiences-wrapper > div {
    flex-grow: 1;
    cursor: pointer;
}

.quad-wrapper .header {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: .1em;
}

.booking-wrapper .check-out,
.quad-wrapper .time-of-day-container {
    border-left: 1px solid #e6e6e6;
}

.quad-wrapper  .product-filter-padding {
    padding: .6em 0 .5em 1em;
}

.booking-wrapper .guests-container {
    cursor: pointer;
    position: relative;
}

.booking-wrapper .guests-wrapper.content {
    left: 0;
    width: auto;
    margin-top: 8px;
    z-index: 1;
}

.quad-wrapper .date-wrapper {
    width: 32%;
}

/* end booking */


@media screen and ( max-width: 650px ) {
    body[data-type="product"] .daterangepicker {
        border-radius: 0 !important;
        padding: 0px !important;
        margin-top: 0px !important;
        width: 100%;
        left: 0 !important;
        box-shadow: 1px 1px 9px -3px black !important;
    }

    body[data-type="product"] .daterangepicker .isexact-button:first-child {
        flex-basis: 100%;
        margin-bottom: 1em;
    }

    body[data-type="product"] .daterangepicker .isexact-button {
        flex-grow: 1;
        padding-left: 10px !important;
        padding-right: 10px !important;
        white-space: nowrap;
    }

    body[data-type="product"] .daterangepicker .isexact-button:nth-child(2) {
        margin-left: 0;
    }

    body[data-type="product"] .daterangepicker .drp-isexact {
        display: flex;
        justify-content: space-between;
        flex-flow: wrap;
        padding: 0 1em 1em;
    }
}