@charset "utf-8";

/*-----------------------------base------------------------------*/
/*----------base_non-change-------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
    resize: none;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fll {
    float: left;
}

.flr {
    float: right;
}

.clr:after {
    content: '';
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    float: none !important;
}

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

input[type="text"]:focus,
input[type="password"]:focus,
.jq-selectbox.opened,
textarea:focus {
    border: 1px solid #f2532f;
    outline: none;
}

b, .b {
    font-weight: bold;
}

i, .i {
    font-style: italic;
}

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

.slider .slider-list {
    width: 20000em;
    position: relative;
}

input:invalid {
 box-shadow: none;
}

input:-moz-submit-invalid {
 box-shadow: none;
}

input:-moz-ui-invalid {
 box-shadow:none;
}

/*----------/base_non-change------------*/
/*------------base_custom---------------*/

@font-face {
    font-family: 'arno_procaption';
    src: url('arno_pro_caption-webfont.eot');
    src: url('arno_pro_caption-webfont.eot?#iefix') format('embedded-opentype'),
         url('arno_pro_caption-webfont.woff') format('woff'),
         url('arno_pro_caption-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html,body{
    margin: 0 auto;
    padding: 0;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    background: #fff;
    padding-top: 1.25em;
    min-width: 320px;
    color: #333333;
}

.layout-center-wrapper {
    padding: 0;
    margin: 0 auto;
    max-width: 1000px;
}

.clr:after {
    content: '';
    display: table;
    clear: both;
}

.btn {
    border-radius: 3px;
    color: #fff;
    line-height: 2.525em;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    height: 32px;
    padding: 0 11px 1px 45px;
    position: relative;
    font-size: 11px;
}

.btn:after {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    top: 0;
    left: 0;
}

h1 {
    font-size: 1.1em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

h2 {
    font-size: 1.5em;
    margin: 30px 0;
    text-transform: uppercase;
}

h3 {
    font-size: 1em;
    margin-bottom: 13px;
    text-transform: uppercase;
}

.text-wrap {
    margin: 30px auto;
    width: 80%;
}

p.text {
    font-size: 1.2em;
    margin: 10px;
}

p.text img {
    border: 10px solid #ffffff;
    border-radius: 3px;
    box-shadow:  0 0 0 1px rgba(231,231,231,1),0 1px 20px rgba(0,0,0,.1);
    float: right;
    margin: 0 0 20px 30px;
}


/*----------/base_custom----------*/
/*-------------------------/base---------------------------*/

/*-----------project-any-block-(a-z)---------------*/


.admin-checkbox {
    font-size: 1.5em;
    margin-left: 0;
    vertical-align: text-top;
}

.admin-cart-message {
    padding: 0 25px 15px 0;
    margin-top: 20px;
    max-width: 825px;
}

.admin-cart-message textarea {
    width: 100%;
}

/*-----------header---------------*/

header {
    border-bottom: 5px solid #fceaef;
    position: relative;
}

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

header .logo {
    margin-bottom: 25px;
}

/*-----------language-box---------------*/

header .language-box {
    position: absolute;
    top: 0;
    right: 10%;
    font-size: 0;
}

header .language-box .language {
    display: inline-block;
}

header .language-box a {
    display: block;
    font-size: 16px;
    height: 16px;
    line-height: 13px;
    padding: 5px 10px;
    text-decoration: underline;
    border-radius: 6px;
    color: #3B8BA8;
}

header .language-box .language:hover a {
    text-decoration: none;
    color: #000;
}

header .language-box .language.active a {
    text-decoration: none;
    background: #E5F3F8;
    color: #000;
}


/*-----------/language-box---------------*/

/*-----------header-menu---------------*/

.header-menu {
    display: block;
    width: 100%;
    margin: 0px auto 20px;
    font-size: 0;
}

.header-menu li {
    display: inline-block;
    color: #3B8BA8;
    width: 50%;
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 18px;
}

.header-menu li a {
    color: #3B8BA8;
}

.header-menu a:hover  {
    text-decoration: none;
}

/*-----------/header-menu---------------*/


/*-----------about-us---------------*/

.about-us-img {
    margin-right: 1.5em;
    width: 135px;
    border-radius: 80px;
    float: left;
    clear: right;
}

.about-us .about-us-text {
    margin: 30px auto;
    width: 80%;
}

.about-us p {
    margin: 0 auto 1.5em;
}

/*-----------/about-us---------------*/

/*-----------content---------------*/

.content .items {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 75px;
    margin-bottom: 20px;
    position: relative;
    background-color:#FFF;
    background-image: -webkit-radial-gradient(#fceaef 15%, transparent 16%), -webkit-radial-gradient(#EFF6F9 15%, transparent 16%);
    background-image: radial-gradient(#fceaef 15%, transparent 16%),
        radial-gradient(#EFF6F9 15%, transparent 16%);
    background-size:60px 60px;
    background-position: 0 0, 30px 30px;
}

.content .items:before {
    content: "";
    height: 40px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), #FFF 75%);
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #FFF 75%);
}

.content .items:after {
    content: "";
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #FFF 50%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFF 50%);
}

.content .item {
    width: 400px;
    text-align: center;
    padding: 10px 10px 15px 10px;
    background: #FFF;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    margin-right: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 1px 16px rgba(0,0,0,.1);
    vertical-align: top;
    margin-bottom: 30px;
}

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

.set-images {
    position: relative;
    margin-bottom: 7px;
    width: 378px;
    height: 252px;
}

.set-images:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 15px 0 rgba(0,0,0,0.06);
}

.content .item h4 {
    font-size: 2em;
    font-family: 'Andika', sans-serif;
    margin-bottom: 15px;
    text-align: center;
}

.item .price-btn-line {
    margin-top: 10px;
}

.item .price-btn-line .delivery {
    font-size: 0.8em;
}

.content .item .price-info-box {
    float: left;
    margin-left: 35px;
    margin-top: 20px;
}

.content .item .price {
    font-size: 1.8em;
    font-family: Times, serif;
    display: inline-block;
    vertical-align: middle;
}

.content .item .numeric {
    font-size: 1.5em;
}

.content .item .set-images img {
    width: 100%;
    display: block;
}

.content .item .btn-order {
    color: #ae7e00;
    width: 155px;
    height: 50px;
    padding: 0 20px;
    margin-top: 10px;
    font-family: Times, serif;
    background-image: -webkit-linear-gradient(top, #faea68 0%, #faea68 100%);
    background-image: linear-gradient(to bottom, #faea68 0%, #faea68 100%);
    box-shadow: 0 2px 1px rgba(207, 133, 20, 0.31);
    border: none;
    border-radius: 3px;
    float: right;
    margin-right: 5px;
    box-sizing: content-box;
    text-align: center;
}

.content .item .btn-order:hover {
    color: #d17908;
    border-bottom: 1px solid #fccb62;
    margin-bottom: -1px;
}

.content .item .btn-order span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
}

.content .item .btn-order i {
    display: inline-block;
    margin-right: 5px;
    height: 26px;
    width: 26px;
    background: url("../images/gift_ae7e00.png") no-repeat 0 0;
    background-size: cover;
    vertical-align: middle;
}

.content .item .btn-order:hover i {
    background-image: url("../images/gift_d17908.png");
}


.content .item .btn-order.btn-order-disabled {
    color: #807a6d;
    background-image: -webkit-linear-gradient(top, #faf9ee 0%, #f6ebe6 100%);
    background-image: linear-gradient(to bottom, #f0e6e1 0%, #e5dfdf 100%);
    box-shadow: 0 2px 1px rgba(37, 35, 43, 0.31);
}

.content .item .btn-order.btn-order-disabled:hover {
    color: #544e47;
    border-bottom: 1px solid #a09f9e
}

.content .item .btn-order .large {
    font-size: 23px;
}

.content .content-delivery a {
    background-color: rgba(255, 255, 255, 0.65);
    font-size: 1.2em;
    color: #57A9C7;
}

.content .content-delivery a:hover {
    text-decoration: none;
}

.top-box-slider {
    display: inline-block;
    position: relative;
    width: 100%;
}

.top-box-slider > ul {
    position: relative;
    z-index: 1;
    font-size: 0;
    line-height: 0;
    margin: 0 auto;
    padding: 0;

    overflow: hidden;
    white-space: nowrap;
}

.top-box-slider > ul > .top-box-skeleton {
    width: 100%;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.top-box-slider > ul > .top-box-skeleton.single {
    visibility: visible;
}

.top-box-slider > ul > .slide.img img {
    width: 100%;
}

@keyframes fade-in {
    5% {
      transform: translateY(-170px);
    }
    25% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
}

.top-box-slider > ul > .slide {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    opacity: 0;
    z-index: 1;
    animation: fade-in 32s infinite;
}

.top-box-slider > ul > .slide.num0 {
    animation-delay: 0s;
}

.top-box-slider > ul > .slide.num1 {
    animation-delay: 8s;
}

.top-box-slider > ul > .slide.num2 {
    animation-delay: 16s;
}

.top-box-slider > ul > .slide.num3 {
    animation-delay: 24s;
}

.content .top-items .item {
    width: 825px;
    padding: 0 25px 15px 0;
}

.content .top-items .item h4 {
    margin-bottom: 5px;
}

.content .top-items .item p {
    padding-left: 10px;
}

.content .top-items .item .set-images {
    margin-top: 10px;
    width: 823px;
    height: 380px;
    overflow: hidden;
}

.content .top-items .item .btn-order {
    margin-right: 182px;
}

.content .top-items .item .price-info-box {
    margin-left: 306px;
}

/*-----------press-about-us---------------*/

.press-about-us {
    margin-top: 40px;
}

.press-about-us article {
    margin-bottom: 50px;
}

.press-about-us img {
    float: left;
    width: 200px;
    height: 200px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    border: 10px solid #ffffff;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 7px;
}

.press-about-us p {
    line-height: 1.5em;
}

.press-about-us article a {
    display: inline-block;
    margin-top: 7px;
    color: #0DA5DB;
}




/*-----------/press-about-us---------------*/


/*-----------/content---------------*/


/*-----------facebook---------------*/
.facebook-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
    width: 30%;
    float: right;
    overflow-x: scroll;
    overflow-y: hidden;
}
/*-----------/facebook---------------*/

/*-----------instagram---------------*/

.instagram-wrap {
    margin: 25px 0 25px 0;
    width: 68%;
    float: left;
}

.instagram-wrap_top {
    padding: 10px 0;
}

.instagram-box-top {
    background: #ffffff;
    padding: 10px;
    border: 1px solid #d8dfea;
    border-bottom: 0;
    border-radius: 3px 3px 0 0;
    box-shadow: inset 1px 0 0 rgba(0,0,0,.05),inset -1px 0 0 rgba(0,0,0,.05);
}

.instagram-box-top .title a {
    text-decoration: none;
    color: #000;
}

.instagram-box-top .logo {
    float: left;
}

.instagram-box-top .follow {
    float: right;
    display: block;
    font-family: 'proxima-nova','Helvetica Neue',Arial,Helvetica,sans-serif;
    font-weight: 600;
    border: 1px solid #2b5a83;
    box-sizing: border-box;
    color: #2b5a83;
    font-size: 14px;
    height: 28px;
    line-height: 26px;
    padding: 0 11px;
    text-decoration: none;
    border-radius: 4px;
    position: relative;
}

.instagram-box-top .follow:before {
    background: url("../images/embed-assets.png") no-repeat -56px -39px;
    content: '';
    display: inline-block;
    height: 26px;
    margin-left: -11px;
    vertical-align: top;
    width: 26px;
}

.instagram-box-top .follow:hover {
    border-color: #1e3f5b;
    color: #1e3f5b;
}

.instagram-box-top .instagram-logo {
    float: right;
    width: 95px;
    height: 28px;
    background: url("../images/embed-assets.png") no-repeat 0 -5px;
}


.instagram-box .item-wrap {
    width: 910px;
}

.instagram-box {
    padding: 10px;
    border: 1px solid #F7F7F7;
    border-radius: 0 0 3px 3px;
    background: #F7F7F7;
    box-shadow: inset 1px 0 0 rgba(0,0,0,.05),inset -1px 0 0 rgba(0,0,0,.05);
    height: 300px;
    overflow: scroll;
}

.instagram-box .item {
    padding: 10px 10px 0 10px;
    background: #fafafa;
    box-sizing: border-box;
    width: 210px;
    height: 300px;
    float: left;
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 1px 16px rgba(0,0,0,.1);
}

.instagram-box .item:last-child {
    margin-right: 0;
}

.instagram-box img.image {
    max-width: 100%;
    max-height: 100%;
    border: 1px solid rgba(192, 192, 192, 0.25);
}

.instagram-box .likes-comments-box {
    line-height: 24px;
}

.instagram-box .likes,
.instagram-box .comments {
    display: block;
    float: left;
    color: #a5a9ac;
    font-size: 14px;
    font-family: 'proxima-nova','Helvetica Neue',Arial,Helvetica,sans-serif;
    padding: 0 5px 0 17px;
    background: url("../images/embed-assets.png") no-repeat;
}

.instagram-box .likes {
    background-position: -8px -66px;
}

.instagram-box .comments {
    background-position: -8px -130px;
}

.instagram-box .likes:hover,
.instagram-box .comments:hover {
    color: #1c5380;
}

.instagram-box .date {
    float: right;
    color: #c9c8cd;
    font-family: 'proxima-nova','Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 13px;
}

.instagram-box .text-box {
    font-size: 14px;
    max-height: 65px;
    overflow: hidden;
}

.instagram-box .text-box:before{
    content: "";
    height: 35px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: -webkit-linear-gradient(top, rgba(250, 250, 250, 0), #fafafa 75%);
    background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0), #fafafa 75%);
}

/*-----------/instagram---------------*/

/*-----------block-cart---------------*/

.block-cart {
    position: fixed;
    width: 150px;
    right: 0;
    top: 50px;
    padding: 10px 12px 10px 10px;
    background: #ffffff;
    -webkit-box-shadow: 1px 3px 10px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 3px 10px 0 rgba(0,0,0,0.2);
    box-shadow: 1px 3px 10px 0 rgba(0,0,0,0.2);
    border-radius: 3px;
    cursor: pointer;
    z-index: 2;
}

.block-cart .title {
    margin-bottom: 10px;
}

.block-cart .line {
    width: 100%;
    display: inline-block;
    margin-bottom: 4px;
}

.block-cart .img-wrap {
    float: left;
    width: 102px;
    height: 72px;
    position: relative;
}

.block-cart img {
    float: left;
    width: 90px;
    height: 60px;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
    border: 3px solid #ffffff;
    position: absolute;
}

.block-cart img:nth-child(1) {
    z-index: 4;
    top: 0;
    left: 0;
}

.block-cart img:nth-child(2) {
    z-index: 2;
    top: 6px;
    left: 6px;
}

.block-cart .number {
    float: left;
    display: block;
    line-height: 66px;
    height: 66px;
    vertical-align: middle;
    font-size: 1.2em;
    margin-left: 15px;
}

.block-cart .price {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.3em;
}

.block-cart .buy {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #ae7e00;
    height: 34px;
    line-height: 39px;
    padding: 0 15px;
    font-size: 1.1em;
    font-family: Times, serif;
    background-image: -webkit-linear-gradient(top, #faea68 0%, #faea68 100%);
    background-image: linear-gradient(to bottom, #faea68 0%, #faea68 100%);
    box-shadow: 0 2px 1px rgba(207, 133, 20, 0.31);
    border: none;
    border-radius: 3px;
}


/*-----------/block-cart---------------*/

/*-----------pop-up---------------*/

.pop-up {
    display: none;
    min-height: 200px;
    width: 570px;
    background: rgba(255, 255, 255, .95);
    border-radius: 5px;
    z-index: 999;
    left: 50%;
    margin-left: -285px;
}

.pop-up-close-wrap {
    margin-bottom: 20px;
}

.pop-up-close {
    float: right;
    background: transparent url("../images/pop-up_close.png");
    width: 18px;
    height: 18px;
    border: none;
    margin-right: 10px;
    cursor: pointer;
    margin-top: 10px;
}

.pop-up ul {
    list-style-type: none;
    padding: 10px 40px;
    margin-bottom: 30px;
}

.pop-up .line-t {
    position: relative;
}

.pop-up h4 {
    font-family: 'Andika', sans-serif;
    margin-bottom: 7px;
    line-height: 1.2em;
}

.pop-up h4 span:first-child {
    font-size: 18px;
    display: block;
}

.pop-up h4 span:last-child {
    font-size: 24px;
    margin-left: -16px;
}

.pop-up .img-wrap {
    float: left;
    padding: 10px;
    background: #fafafa;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: 0 1px 16px rgba(0,0,0,.1);
    height: 107px;
}

.cart-items-wrapper img {
    width: 160px;
}

.pop-up .cancel {
    background: url("../images/cancel-hover.png");
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
}

.pop-up .cancel:hover {
    opacity: 1;
}

.pop-up .pop-up-box {
    float: right;
    width: 58%;
}

.pop-up .number-price-box {
    margin-top: 43px;
}

.pop-up .number {
    font-size: 20px;
    float: left;
    margin-top: 8px;
    width: 90px;
}

.pop-up .number>p {
    display: inline-block;
    margin-right: 20px;
}

.pop-up .number-button {
    font-size: 0;
    position: relative;
}

.pop-up .number-button button {
    display: inline-block;
}

.pop-up .number-button input {
    font-size: 22px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    width: 30px;
    background: transparent;
    padding: 0 5px;
    border: 1px solid #b0b1b5;
    border-radius: 2px;
    box-shadow: inset 0 0 6px 0 rgba(0,0,0,0.15);
    margin-left: 22px;
}

.pop-up .number-button button {
    outline: none;
    cursor: pointer;
    color: #008EBD;
    width: 22px;
    height: 22px;
    border: none;
    background: #fceaef;
    position: absolute;
    top: 4px;
}

.pop-up .number-button .minus {
    border-right: none;
}

.pop-up .minus span {
    position: absolute;
    font-size: 28px;
    height: 16px;
    line-height: 1px;
    top: 8px;
    left: 2px;
}

.pop-up .number-button .plus {
    border-left: none;
}

.pop-up .plus span {
    position: absolute;
    font-size: 29px;
    height: 16px;
    line-height: 11px;
    top: 3px;
    right: 2px;
}

.pop-up .price {
    margin-right: 0;
    font-size: 2.2em;
    float: right;
}

.pop-up .delivery {
    padding: 10px 40px;
    font-size: 20px;
}

.pop-up .delivery p {
    float: right;
}

.pop-up .line-b {
    text-align: center;
    background: #def0f6;
    border-top: 1px solid #b0b1b5;
    height: 100px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pop-up .order {
    background-image: -webkit-linear-gradient(top, #4C5156 0%, #333639 100%);
    background-image: linear-gradient(to bottom, #4C5156 0%, #333639 100%);
    box-shadow: 0 -3px 0 0 rgba(39, 39, 40, 0.75) inset, 0 3px 9px 0 rgba(0, 0, 0, 0.55);
    border: 1px solid #000;
    border-radius: 3px;
    color: #fff;
    line-height: 2.525em;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
    height: 54px;
    padding: 0 25px;
    font-size: 18px;
    margin-top: 23px;
    position: relative;
}

.pop-up .cart-items-wrapper .order span {
    padding-right: 10px;
    margin-right: 10px;
    font-size: 24px;
    color: #f1e966;
    border-right: 1px solid rgba(29, 26, 26, 0.38);
}

.pop-up .order:before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 100%;
    background: #65696d;
    top: 0;
    left: 0;
}

.pop-up .order:active {
    box-shadow: 0 3px 9px 0 rgb( 0, 0, 0 );
}

.pop-up-modal {
    position:fixed;
    top:0;
    left:0;
    background:#000;
    opacity:0.5;
    z-index:998;
    height:100%;
    width:100%;
}


.order-complete img {
    display: block;
    width: 50%;
    margin: 0 auto;
}

.order-complete .success {
    text-align: center;
    font-size: 1.5em;
    margin: 20px 0;
}

.order-complete p {
    text-align: center;
    font-size: 1.2em;
    margin: 20px 0;
}

/*.pop-up,*/
/*.pop-up-modal {*/
    /*display: none;*/
/*}*/

[ng\:cloak], [ng-cloak], [data-ng-cloak],
[x-ng-cloak], .ng-cloak, .x-ng-cloak,
.ng-hide {
    display: none !important;
}

/*-----------order---------------*/

.order-wrapper {
    margin-top: -10px;
}

.order-wrapper .btn-order-save[disabled="disabled"] {
    opacity: 0.5;
}

.order-wrapper .back-to-cart {
    padding: 20px 40px;
    background: #E4E4E4;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    border: 1px solid #cdcdcd;
}

.back-to-cart span {
    float: left;
}

.back-to-cart p {
    float: right;
    font-size: 20px;
}

.back-to-cart a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.order-wrapper .popup-phone-email-box {
    padding: 10px 40px 5px;
}

.order-wrapper .popup-phone-email-box label,
.order-wrapper fieldset label {
    height: 34px;
    line-height: 34px;
}

.order-wrapper label {
    display: block;
    margin-bottom: 7px;
}

.order-wrapper input,
.order-wrapper textarea {
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
    font-size: 14px;
    color: rgb(73, 72, 72);
    outline: none;
    box-shadow: none;
}

.order-wrapper input {
    float: right;
    width: 400px;
    height: 34px;
    line-height: 34px;
    padding: 3px 10px;
}

.order-wrapper label sup {
    color: #ff525c;
    font-size: 0.8em;
    vertical-align: top;
}

.order-wrapper .form-invalid-notice {
    color: #ff525c;
    font-size: 0.8em;
}

.order-wrapper input:focus,
.order-wrapper textarea:focus {
    border-color: #77C1DA;
}

.order-wrapper .delivery-wrap {
    padding: 10px 28px;
}

.order-wrapper fieldset {
    border: 1px solid #E4E4E4;
    padding: 10px;
    border-radius: 3px;
}

.order-wrapper fieldset legend {
    color: darkgrey;
}

.order-wrapper .popup-comment-wrap {
    padding: 10px 40px;
}

.order-wrapper .popup-comment-wrap a {
    text-decoration: none;
    border-bottom: 1px dotted;
}

.order-wrapper .popup-comment-wrap textarea {
    width: 100%;
    height: 100px;
    margin-top: 7px;
    padding: 10px;
}


.order-wrapper input.ng-invalid {
    border-color: red;
}

.order-wrapper input.ng-pristine {
    border-color: #cdcdcd;
}

.order-wrapper input:invalid {
   -moz-box-shadow: none;
}


/*-----------/order---------------*/


/*-----------/pop-up---------------*/

/*-----------reviews---------------*/

.reviews {
    position: relative;
}

.reviews .reviews-left {
    float: left;
}

.reviews .title {
    font-family: Times, serif;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

.reviews .form-wrap {
    float: left;
    margin-bottom: 25px;
    margin-top: 43px;
}

.reviews .form-wrap .col-l {
    float: left;
    width: 33%;
}
.form-wrap .input-wrapper {
    position: relative;
}

.input-wrapper:after {
    content: "";
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    background: #e4e4e4 url("../images/tick-grey.png") no-repeat 50% 50%;
    top: 6px;
    right: 0;
}

.input-wrapper.valid:after {
    background: #78b6a7 url("../images/tick-green.png") no-repeat 50% 50%;
}

.form-wrap .name-field,
.form-wrap .mail-field {
    width: 100%;
    font-size: 14px;
    padding: 6px 10px 4px 10px;
    background: #f1f2f3;
    border-radius: 5px;
    color: #888888;
    margin-bottom: 10px;
    border: none;
    outline: none;
    box-sizing: border-box;
    position: relative;
    font-family: "Open Sans", sans-serif;
}


.reviews .form-wrap {
    float: right;
    width: 78%;
}

.reviews .form-wrap textarea {
    overflow: auto;
    resize: none;
    width: 61%;
    height: 205px;
    background: #f1f2f3;
    border-radius: 5px;
    padding: 8px 10px;
    border: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #888888;
    outline: none;
    float: right;
    box-sizing: border-box;
}

.btn-review {
    float: right;
    line-height: 2em;
    height: 33px;
}

.btn-review:before {
    content: "";
    background-image: url("../images/letter.png");
    position: absolute;
    display: block;
    width: 34px;
    height: 29px;
    top: 0;
    left: 3%;
    z-index: 2;
}

.btn-review.sent:after {
    content: "";
    background: url("../images/thanks-pink.png");
    position: absolute;
    display: block;
    width: 95px;
    height: 32px;
    top: 0;
    right: 105%;
    left: auto;
}

.review-user {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}

.review-user-wrapper {
    text-align: justify;
}

.review-user-wrapper:after {
    content: "";
    width: 100%;
    display: inline-block;
}

.review-user .item {
    display: inline-block;
    width: 19em;
    vertical-align: top;
}

.review-user .item:last-child {
    margin-right: 0;
}

.review-user .item .photo {
    background: url("../pictures/photo.jpg") no-repeat 50% 40%;
    background-size: 85px 85px;
    display: block;
    width: 85px;
    height: 85px;
    border: 5px solid #e4e4e4;
    border-radius: 50%;
    position: absolute;
}

.review-user .item .title {
    padding: 1.1em;
    font-size: 1em;
}

/*.review-user .item .title-box {*/
    /*height: 85px;*/
/*}*/

.review-user .first .title {
    background: #f9f6c2;
}

.review-user .second .title {
    background: #def0f6;
}

.review-user .third .title {
    background: #f9e3e9;
}

.review-user .item .name-date {
    margin-left: 7em;
}

.review-user .item .name-wrap {
    font-size: 1.25em;
    font-family: Times, serif;
    font-weight: bold;
}

.review-user .item .name,
.review-user .item .surname {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Не считывается информация про шрифт*/
.review-user .item .date {
    font-size: 1em;
    font-style: italic;
}

.review-user .item p {
    padding: 1.643em;
    text-align: left;
}

/*-----------/reviews---------------*/

/*-----------feedback---------------*/

.feedback {
    position: relative;
    overflow: hidden;
    height: 375px;
}

.feedback .circle {
    width: 31.071em;
    height: 31.071em;
    display: block;
    background: rgba(222, 240, 246, .4);
    border: 1em solid #acd9e9;
    border-radius: 50%;
    position: absolute;
    top: -11%;
    left: 2%;
}

.feedback .circle .title {
    font-family: Times, serif;
    font-size: 3.129em;
    color: #000;
    margin-bottom: 11px;
    padding-top: 0;
}

.feedback .circle .content-form {
    margin-left: 30px;
    width: 300px;
}

.feedback .circle .form {
    margin-left: 65px;
    margin-top: 75px;
}

.feedback .circle .form .name-field,
.feedback .circle .form .mail-field {
    width: 255px;
    border-radius: 5px;
    border: none;
    margin-bottom: 0.714em;
    font-size: 14px;
    color: #888888;
    padding: 6px 0 4px 10px;
    background: #fff;
    font-family: "Open Sans", sans-serif;
}

.feedback .circle .form .name-field:after,
.feedback .circle .form .mail-field:after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 10%;
    right: 10%;
    background: #e4e4e4 url("../images/tick-grey.png") no-repeat 50% 50%;
}

.feedback .circle .form textarea {
    overflow: auto;
    resize: none;
    width: 290px;
    height: 90px;
    background: #fff;
    border-radius: 5px;
    padding: 8px 0 8px 10px;
    border: none;
    font-family: "Open Sans", sans-serif;;
    font-size: 14px;
    color: #888888;
    margin-bottom: 0.714em;
    outline: none;
}

/*-----------/feedback---------------*/


/*-----------map---------------*/

.map {
    height: 635px;
}

/*-----------/map---------------*/

/*-----------delivery-payment---------------*/

.delivery-payment {
    margin: 30px auto;
    width: 80%;
}

.delivery-payment p {
    margin: 10px 0;
}

.delivery-payment p strong {
    font-weight: bold;
}

.delivery-payment ol {
    padding-left: 50px;
}

.delivery-payment ol li {
    list-style: decimal;
}

/*-----------/delivery-payment---------------*/

/*-----------footer---------------*/

.footer {
    width: 100%;
    border-top: 5px solid #e1f2f7;
}

.in-footer {
    padding-top: 10px;
    text-align: justify;
}

.in-footer:after{
    content: "";
    width: 100%;
    display: inline-block;
}

.footer-phone-mail {
    float: left;
}

.footer-phone-mail .phone {
    font-size: 22px;
}

.footer-phone-mail div {
    margin-right: 15px;
}

.footer-phone-mail .mail {
    font-size: 16px;
    padding-left: 12px;
}

.footer-phone-mail .phone a {
    text-decoration: none;
    color: inherit;
}

.footer-phone-mail .mail a {
    text-decoration: none;
    color: inherit;
}
.footer .info {
    float: right;
    margin-top: 10px;
}


.footer-cafe {
    float: left;
    margin-top: 2px;
    margin-left: 20px;
    width: 265px;
}

.footer-cafe .address {
    font-size: 1.2em;
    margin-bottom: 2px;
}

.footer-cafe .working-time {

}

/*-----------/footer---------------*/

.emojione {
    height: 15px;
    width: 15px;
    vertical-align: bottom;
}

.ig-b- { display: inline-block; vertical-align: top; }
.ig-b- img { visibility: hidden; }
.ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
.ig-b-24 { width: 24px; height: 24px; background: url(//badges.instagram.com/static/images/ig-badge-sprite-24.png) no-repeat 0 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ig-b-24 { background-image: url(//badges.instagram.com/static/images/ig-badge-sprite-24@2x.png); background-size: 60px 178px; } }
.ig-b-24 span {height: 24px; line-height: 24px;}
/*-----------/project-any-block-(a-z)---------------*/

/*-----------@media---------------*/

@media screen and (max-width: 3000px) and (min-width: 1800px){

    .block-cart {
        width: 300px;
        top: 100px;
        padding: 30px;
    }

    .block-cart .line {
        margin-bottom: 25px;
    }

    .block-cart img {
        width: 100px;
        height: 80px;
    }

    .block-cart .number {
        line-height: 80px;
        height: 80px;
        font-size: 1.5em;
        margin-left: 45px;
    }

    .block-cart .price {
        margin-bottom: 20px;
        font-size: 1.6em;
    }

    .block-cart .buy {
        height: 45px;
        line-height: 50px;
        font-size: 1.4em;
    }
}

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

    .layout-center-wrapper {
        max-width: 800px;
    }

    .content .item {
        margin-bottom: 40px;
        margin-right: 0;
    }

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

    .instagram-wrap {
        width: 59%;
    }

    .facebook-wrap {
        width: 37.5%;
    }
}

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

    header .language-box {
        right: 5%
    }

    .layout-center-wrapper {
        max-width: 650px;
    }

    .instagram-wrap {
        width: 50%;
    }

    .facebook-wrap {
        width: 46.5%;
    }

    .block-cart {
        width: 100%;
        top: 0;
        box-sizing: border-box;
        padding: 5px 10px;
    }

    .block-cart-in {
        display: block;
    }

    .block-cart .title {
        float: left;
        height: 72px;
        line-height: 72px;
        margin-bottom: 0;
        margin-right: 20px;
    }

    .block-cart .line {
        width: auto;
        margin-bottom: 0;
        float: left;
    }

    .block-cart .price {
        position: absolute;
        left: 50%;
        top: 24px;
        margin-left: 0;
        margin-bottom: 0;
    }

    .block-cart .buy {
        display: block;
        float: right;
        margin-top: 13px;
    }

    p.text {
        font-size: 1em;
    }

    p.text img {
        float: none;
        display: block;
        margin: 20px auto;
        width: 90%;
    }

    .easter-cake img {
        width: 80%;
    }

    .content .top-items .item {
       width: 625px;
       padding: 0 25px 15px 0;
   }

   /*.content .top-items .item h4 {*/
       /*margin-bottom: 5px;*/
   /*}*/

   .content .top-items .item .set-images {
       width: 623px;
       height: 280px;
   }

   .content .top-items .item .btn-order {
       margin-right: 168px;
   }

   .content .top-items .item .price-info-box {
       margin-left: 130px;
   }

    @keyframes fade-in {
        5% {
          transform: translateY(-140px);
        }
        25% {
          opacity: 1;
        }
        50% {
          opacity: 0;
        }
    }

}


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

    .layout-center-wrapper {
        max-width: 620px;
    }

    .instagram-wrap {
        width: 48%;
    }

    .facebook-wrap {
        width: 48.5%;
    }

    .footer-cafe {
        margin-left:0;
    }

    /*.footer-cafe .address,*/
    /*.footer-cafe .working-time {*/
        /*display: block;*/
        /*text-align: center;*/
    /*}*/
}

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

    .layout-center-wrapper {
        max-width: 600px;
    }

    .instagram-wrap {
        width: 45%;
    }

    .facebook-wrap {
        width: 50.5%;
    }

    .content .top-items .item {
        width: 425px;
        padding: 0 5px 15px 5px;
    }

    .content .top-items .item .set-images {
        width: 423px;
        height: 280px;
        margin-left: -5px;
    }

    .content .top-items .item .btn-order {
        margin-right: 15px;
    }

    .content .top-items .item .price-info-box {
        margin-left: 60px;
    }

    @keyframes fade-in {
        25% {
            opacity: 1;
        }
        40% {
            opacity: 0;
        }
    }
}

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

    header .language-box {
        right: 2%
    }

    .layout-center-wrapper {
        max-width: 550px;
    }

    .instagram-wrap {
        width: 100%;
        float: none;
    }

    .facebook-wrap {
        width: 290px;
        float: none;
        margin: 0 auto;
    }

    .content .items {
        background-size: 40px 40px;
        background-position: 0 0, 20px 20px;
    }

    .pop-up {
        width: 500px;
        margin-left: -250px;
    }

    .pop-up .pop-up-box {
        width: 50%;
    }

    .order-wrapper input {
        width: 330px;
    }

    .pop-up .price {
        font-size: 2em;
    }
}

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

    .layout-center-wrapper {
        max-width: 500px;
    }

    .block-cart .price {
        font-size: 1.2em;
        left: 52%;
    }

    .block-cart .buy {
        padding: 0 7px;
    }

    .header-menu li {
        padding: 0 20px;
    }

}

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

    header .language-box {
        right: 1%;
    }

    .layout-center-wrapper {
        max-width: 450px;
    }

    .pop-up {
        width: 450px;
        margin-left: -225px;
    }

    .pop-up .img-wrap {
        height: 93px;
    }

    .pop-up img {
        width: 140px;
    }

    .pop-up h4 span:first-child  {
        font-size: 16px;
    }

    .pop-up h4 span:last-child {
        font-size: 20px;
    }

    .pop-up .number-price-box {
        margin-top: 48px;
    }

    .pop-up .number-button input {
        font-size: 18px;
        height: 24px;
        line-height: 24px;
        width: 26px;
    }

    .pop-up .number-button button {
        top: 2px;
    }

    .pop-up .price {
        font-size: 1.6em;
        margin-top: 4px;
    }

    .order-wrapper input {
        width: 290px;
    }

    .order-wrapper .back-to-cart {
        height: 65px;
    }

    .back-to-cart p {
        float: left;
    }

    .block-cart .title {
        display: none;
    }

    .block-cart .number {
        margin-left: 10px;
    }

    .block-cart .price {
        left: 42%;
    }

    .header-menu li {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .header-menu li:first-of-type span {
        margin-left: -25px;
    }


    .header-menu li:last-of-type span {
        margin-left: 19px;
    }

    .header-menu li span {
        float: none;
    }

}

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

    .logo {
        width: 80%;
        height: 80%;
    }

    .layout-center-wrapper {
        max-width: 400px;
    }

    .content .item {
        width: 350px;
    }

    .content .item h4 {
        font-size: 1.7em;
    }

    .set-images {
        width: 328px;
        height: 219px;
    }

    .pop-up {
        width: 400px;
        margin-left: -200px;
    }

    .pop-up .pop-up-box {
        width: 100%;
    }

    .pop-up .img-wrap {
        position: absolute;
        top: 30px;
    }

    .pop-up h4 span:first-child  {
        display: inline-block;
    }

    .pop-up h4 span:last-child {
        margin-left: 0;
    }

    .pop-up .number-price-box {
        width: 40%;
        float: right;
        margin-top: 20px;
    }

    .pop-up .number {
        float: none;
    }

    .pop-up .price {
        float: none;
        margin-top: 10px;
    }

    .order-wrapper input {
        width: 240px;
    }

    .content .item .price-info-box {
        float: none;
        margin-left: 5px;
    }

    .content .item .btn-order {
        float: none;
    }

    .content .top-items .item {
        width: 350px;
    }

    .content .top-items .item .set-images {
        width: 348px;
        height: 232px;
        margin-left: -5px;
    }

    .content .top-items .item .btn-order {
        margin-right: 5px;
    }

    .content .top-items .item .price-info-box {
        margin-left: 7px;
    }

}

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

    .layout-center-wrapper {
        max-width: 350px;
    }

    .footer-phone-mail {
        font-size: 1.5em;
        width: 200px;
        float: none;
        margin: 0 auto;
    }

    .footer-phone-mail .phone {
        width: 210px;
        display: block;
        text-align: center;
    }

    .footer-phone-mail .mail {
        text-align: center;
    }

    .footer-cafe {
        padding-top: 15px;
        padding-bottom: 5px;
        font-size: 1em;
        float: none;
        margin: 0 auto;
    }

    .footer-cafe .address,
    .footer-cafe .working-time {
        display: block;
        text-align: center;
    }

    .footer .info {
        float: none;
        width: 153px;
        text-align: center;
        margin: 10px auto 0;
        font-size: 14px;
    }

    .pop-up {
        width: 350px;
        margin-left: -175px;
    }

    .pop-up ul {
        padding: 10px 20px;
    }

    .order-wrapper input {
        width: 100%;
    }

    .order-wrapper .popup-phone-email-box label,
    .order-wrapper .delivery-wrap label {
        height: 70px;
    }

    .block-cart-in {
        float: none;
    }

    .block-cart .line {
        float: left;
    }

    .block-cart .img-wrap {
        width: 90px;
        height: 62px;
    }

    .block-cart img {
        width: 84px;
        height: 56px;
    }

    .block-cart img:nth-child(2) {
        top: 0;
        left: 0;
    }

    .block-cart .number {
        line-height: 62px;
        height: 62px;
    }

    .block-cart .price {
        position: static;
        float: right;
        margin: 0;
        line-height: 62px;
        height: 62px;
    }

    .block-cart .buy {
        display: none;
    }

}

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

    header .language-box {
        right: 1%;
    }
    header .language-box a {
        font-size: 12px;
        padding: 2px 5px;
    }

    .layout-center-wrapper {
        max-width: 300px;
    }

    .content .item {
        width: 250px;
    }

    .set-images {
        width: 228px;
        height: 152px;
    }

    .pop-up {
        width: 310px;
        margin-left: -155px;
    }

    .pop-up .img-wrap {
        height: 80px;
    }

    .pop-up img {
        width: 120px;
    }

    .pop-up .number-price-box {
        width: 45%;
        margin-top: 10px;
    }

    .block-cart .number {
        margin-left: 5px;
    }

    .content .top-items .item {
        width: 250px;
    }

    .content .top-items .item .set-images {
        width: 248px;
        height: 164px;
    }

    .content .top-items .item .btn-order {
        margin-right: 0;
    }

    .content .top-items .item .price-info-box {
        margin-left: 10px;
    }
}

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

    .layout-center-wrapper {
        max-width: 250px;
    }

    .facebook-wrap {
        margin-left: -15px;
    }
}

@media screen and (max-height: 1200px) {

    .about-us-text {
        font-size: 0.9em;
    }
}


/*-----------/@media---------------*/
