/** Shopify CDN: Minification failed

Line 2157:0 Unexpected ".404"
Line 2161:0 Unexpected ".404"

**/
/* CSS Document */


/* Table of Contents
-----------------------------------------------------------------------------
=> Clean Base
=> Base Typography
=> Images
=> Links
=> Forms
=> Tables
=> Framework
*/

/* Clean Base
------------------------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
a,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    outline: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    -webkit-text-size-adjust: none;
    height: 100%;
}

.supertime-date-text{font-weight:900;}

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

iframe {
    vertical-align: top;
}

textarea:focus,
input:focus,
a,
div,
img {
    outline: none;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/* Base Typography
------------------------------------------------------------------------------*/
body {
    color: #000;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    min-height: -webkit-fill-available;
    height: auto;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    body {
        height: 100%;
    }
}

address {
    font-style: normal;
    margin: 0 0 20px;
}

pre {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.01);
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
    line-height: 1.2;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

@font-face {
    font-family: 'American Typewriter';
    src: url('AmericanTypewriter-Bold.woff2') format('woff2'),
        url('AmericanTypewriter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'American Typewriter';
    src: url('AmericanTypewriter.woff2') format('woff2'),
        url('AmericanTypewriter.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}



.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    line-height: 1.5;
    font-weight: bold;
    font-family: 'American Typewriter';
  letter-spacing:0;
}

.h1,
h1 {
    font-size: 40px;
    margin-bottom: 20px;
}

.h2,
h2 {
    font-size: 35px;
    margin-bottom: 20px;

}

.h3,
h3 {
    font-size: 24px;
    margin-bottom: 18px;
}

.h4,
h4 {
    font-size: 22px;
    margin-bottom: 17px;
}

.h5,
h5 {
    font-size: 20px;
    margin-bottom: 15px;
}

.h6,
h6 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 300;
}

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

p {
    margin-bottom: 15px;
    color: #595959;
}

p:last-child {
    margin-bottom: 0;
}

ul {
    padding-left: 20px;
}

ul li {
    padding-bottom: 10px;
}

ul li:last-child {
    padding-bottom: 0;
}

.navigation-header ul li ul{
    display: block;
}

ol {
    padding-left: 20px;
}

ol li {
    padding-bottom: 10px;
}

ol li:last-child {
    padding-bottom: 0;
}

.main-content ul,
.main-content ol {
    padding-bottom: 15px;
}

.main-content ul ul,
.main-content ul ol,
.main-content ol ol,
.main-content ol ul {
    padding-top: 10px;
    padding-bottom: 0;
}

blockquote {
    display: block;
    text-align: left;
    position: relative;
    background: #f3f3f3;
    padding: 20px 20px;
    border-left: 4px solid #1589cb;
    line-height: 2;
    font-size: 20px;
    font-style: italic;
    margin-bottom: 25px;
}

blockquote p {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
}

hr {
    border: 0 #000 solid;
    border-top-width: 1px;
    clear: both;
    height: 0;
    margin: 10px auto 40px;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

img[src$=".svg"] {
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
}

/* Link
------------------------------------------------------------------------------*/
a {
    color: #4777ac;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:focus {
    outline: none;
}

/* Brett   */

#shopify-section-custom-cake-slider{display:none;}

#shopify-section-custom-cake-tab {display:none;}



/* 5. Forms
------------------------------------------------------------------------------*/
label {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
    display: block;
}

input,
select,
textarea,
button {
    font-family: 'Raleway', sans-serif;
}

input[type="text"],
input[type="submit"],
input[type="button"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea {
    -webkit-appearance: none;
    outline: none;
    font-family: 'Raleway', sans-serif;
  background:transparent;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
textarea {
    border: 3px solid #000;
    padding: 0 15px;
    color: #000;
    font-size: 16px;
    height: 55px;
    font-weight: 400;
    width: 100%;
    font-family: 'Raleway', sans-serif;
}

textarea {
    height: 50px;
    resize: none;
    overflow: auto;
    padding: 20px 15px;
}

select {
    -webkit-appearance: none;
    padding-right: 1.875em;
    background-image: url(assets/images/select-down-arrow.svg);
    background-size: 14px 7px;
    background-position: right 0.5em center;
    background-repeat: no-repeat;
    font-family: 'Raleway', sans-serif;
}

select:focus {
    outline: none;
}

/* for ie */
select::-ms-expand {
    display: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
textarea:focus {
    border-color: #ec008c;
    outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    padding: 0 15px;
    height: 40px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 3px;
    color: #fff;
    background-color: #ec008c;
    outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #231f20;
    color: #fff;
    outline: none;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-input-placeholder {
    opacity: 1 !important;
    color: #000;
}

:-moz-placeholder {
    opacity: 1 !important;
    color: #000;
}

::-moz-placeholder {
    opacity: 1 !important;
    color: #000;
}

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



.form-group {
    margin-bottom: 30px;
}

/* buttons */
.btn {
    display: inline-block;
    vertical-align: top;
    padding: 8px 18px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    border: none;
    text-transform: uppercase;
    border-radius: 0px;
    color: #fff !important;
    background-color: #000;
    border-radius: 5px;
    text-decoration: none;
}

.btn:hover,
.btn:focus {
    color: #fff;
    background-color: #ee279d;
    border-color: #ee279d;
    text-decoration: none;
}

.btn-sm {
    padding: 6px 12px;
}

.btn-md {
    padding: 12px 24px;
}

.btn-link {
    color: #98989c;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 1px solid #98989c;
    margin-bottom: 2px;
}

.btn-link:hover,
.btn-link:focus {
    color: #0eb769;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #0eb769;
}

/* Tables
------------------------------------------------------------------------------*/
table {
    border-spacing: 0;
    border-collapse: collapse;
}

td {
    text-align: left;
    font-weight: normal;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-bordered {
    width: 100%;
    max-width: 100%;
    text-align: left;
}

.table-bordered th,
.table-bordered td {
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}


/* row and column */
.row-cell {
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

[class*="cell-"] {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	width: 100%;
}

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

.no-gutters > [class*="cell-"] {
	padding-right: 0;
	padding-left: 0;
}

/* align item */
.d-flex {
	display: flex;
	flex-wrap: wrap;
}

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

.align-items-center {
	align-items: center;
}

.align-content-center {
	align-content: center;
}

.align-items-end {
	align-items: flex-end;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-end {
	justify-content: flex-end;
}

.justify-content-between {
	justify-content: space-between;
}

.justify-content-around {
	justify-content: space-around;
}

.d-flex img {
	align-self: center;
}

/* column structure */
/* ----- Extra small devices ≤640px ----- */
.cell-12 { width: 100%; }
.cell-11 { width: 91.66666667%; }
.cell-10 { width: 83.33333333%; }
.cell-9  { width: 75%; }
.cell-8  { width: 66.66666667%; }
.cell-7  { width: 58.33333333%; }
.cell-6  { width: 50%; }
.cell-5  { width: 41.66666667%; }
.cell-4  { width: 33.33333333%; }
.cell-3  { width: 25%; }
.cell-2  { width: 16.66666667%; }
.cell-1  { width: 8.33333333%; }

/* show and hide cell */
.d-none {
	display: none;
}

.d-block {
	display: block;
}

/* ----- Small devices ≥641px ----- */
@media ( min-width: 641px ) {
	.cell-sm-12 { width: 100%; }
	.cell-sm-11 { width: 91.66666667%; }
	.cell-sm-10 { width: 83.33333333%; }
	.cell-sm-9  { width: 75%; }
	.cell-sm-8  { width: 66.66666667%; }
	.cell-sm-7  { width: 58.33333333%; }
	.cell-sm-6  { width: 50%; }
	.cell-sm-5  { width: 41.66666667%; }
	.cell-sm-4  { width: 33.33333333%; }
	.cell-sm-3  { width: 25%; }
	.cell-sm-2  { width: 16.66666667%; }
	.cell-sm-1  { width: 8.33333333%; }

	/* show and hide cell sm */
	.d-sm-none {
		display: none;
	}

	.d-sm-block {
		display: block;
	}
}

/* ----- Medium devices ≥768px ----- */
@media ( min-width: 768px ) {
	.cell-md-12 { width: 100%; }
	.cell-md-11 { width: 91.66666667%; }
	.cell-md-10 { width: 83.33333333%; }
	.cell-md-9  { width: 75%; }
	.cell-md-8  { width: 66.66666667%; }
	.cell-md-7  { width: 58.33333333%; }
	.cell-md-6  { width: 50%; }
	.cell-md-5  { width: 41.66666667%; }
	.cell-md-4  { width: 33.33333333%; }
	.cell-md-3  { width: 25%; }
	.cell-md-2  { width: 16.66666667%; }
	.cell-md-1  { width: 8.33333333%; }

	/* show and hide cell md */
	.d-md-none {
		display: none;
	}

	.d-md-block {
		display: block;
	}
}

/* ----- Large devices ≥1024px ----- */
@media ( min-width: 1024px ) {
	.cell-lg-12 { width: 100%; }
	.cell-lg-11 { width: 91.66666667%; }
	.cell-lg-10 { width: 83.33333333%; }
	.cell-lg-9  { width: 75%; }
	.cell-lg-8  { width: 66.66666667%; }
	.cell-lg-7  { width: 58.33333333%; }
	.cell-lg-6  { width: 50%; }
	.cell-lg-5  { width: 41.66666667%; }
	.cell-lg-4  { width: 33.33333333%; }
	.cell-lg-3  { width: 25%; }
	.cell-lg-2  { width: 16.66666667%; }
	.cell-lg-1  { width: 8.33333333%; }

	/* show and hide cell lg */
	.d-lg-none {
		display: none;
	}

	.d-lg-block {
		display: block;
	}
}

/* ----- Extra Large devices ≥1200px ----- */
@media ( min-width: 1200px ) {
	.cell-xl-12 { width: 100%; }
	.cell-xl-11 { width: 91.66666667%; }
	.cell-xl-10 { width: 83.33333333%; }
	.cell-xl-9  { width: 75%; }
	.cell-xl-8  { width: 66.66666667%; }
	.cell-xl-7  { width: 58.33333333%; }
	.cell-xl-6  { width: 50%; }
	.cell-xl-5  { width: 41.66666667%; }
	.cell-xl-4  { width: 33.33333333%; }
	.cell-xl-3  { width: 25%; }
	.cell-xl-2  { width: 16.66666667%; }
	.cell-xl-1  { width: 8.33333333%; }

	/* show and hide cell xl */
	.d-xl-none {
		display: none;
	}

	.d-xl-block {
		display: block;
	}
}

/* text alignment */
.text-center {
	text-align: center;
}

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

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

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

/*--- cell padding ---*/
.p-0 { padding: 0 !important; }

.pt-0,
.py-0 {	padding-top: 0; }

.pb-0,
.py-0 { padding-bottom: 0; }

.pl-0,
.px-0{ padding-left: 0; }

.pr-0,
.px-0{ padding-right: 0; }

/* cell padding 20px */
.p-20 { padding: 20px; }

.pt-20,
.py-20 { padding-top: 20px; }

.pb-20,
.py-20 { padding-bottom: 20px; }

.pl-20,
.px-20 { padding-left: 20px; }

.pr-20,
.px-20 { padding-right: 20px; }

/* cell padding 30px */
.p-30 { padding: 30px; }

.pt-30,
.py-30 { padding-top: 30px; }

.pb-30,
.py-30 { padding-bottom: 30px; }

.pl-30,
.px-30 { padding-left: 30px; }

.pr-30,
.px-30 { padding-right: 30px; }

/* cell padding 40px */
.p-40 { padding: 40px; }

.pt-40,
.py-40 { padding-top: 40px; }

.pb-40,
.py-40 { padding-bottom: 40px; }

.pl-40,
.px-40 { padding-left: 40px; }

.pr-40,
.px-40 { padding-right: 40px; }

/* cell padding 50px */
.p-50 { padding: 50px; }

.pt-50,
.py-50 { padding-top: 50px; }

.pb-50,
.py-50 { padding-bottom: 50px; }

.pl-50,
.px-50 { padding-left: 50px; }

.pr-50,
.px-50 { padding-right: 50px; }

/*--- cell margin ---*/
.m-00 { margin: 0 !important; }

.mt-0,
.my-0 { margin-top: 0; }

.mb-0,
.my-0 { margin-bottom: 0; }

.ml-0,
.mx-0 { margin-left: 0; }

.mr-0,
.mx-0 { margin-right: 0; }

/* cell margin 20px */
.m-20 { margin: 20px; }

.mt-20,
.my-20 { margin-top: 20px; }

.mb-20,
.my-20 { margin-bottom: 20px; }

.ml-20,
.mx-20 { margin-left: 20px; }

.mr-20,
.mx-20 { margin-right: 20px; }

/* cell margin 30px */
.m-30 { margin: 30px; }

.mt-30,
.my-30 { margin-top: 30px; }

.mb-30,
.my-30 { margin-bottom: 30px; }

.ml-30,
.mx-30 { margin-left: 30px; }

.mr-30,
.mx-30 { margin-right: 30px; }

/* cell margin 40px */
.m-40 { margin: 40px;}

.mt-40,
.my-40 { margin-top: 40px; }

.mb-40,
.my-40 { margin-bottom: 40px; }

.ml-40,
.mx-40 { margin-left: 40px; }

.mr-40,
.mx-40 { margin-right: 40px; }

/* cell margin 50px */
.m-50 { margin: 50px; }

.mt-50,
.my-50 { margin-top: 50px; }

.mb-50,
.my-50 { margin-bottom: 50px; }

.ml-50,
.mx-50 { margin-left: 50px; }

.mr-50,
.mx-50 { margin-right: 50px; }

/* wordpress align class */
.alignnone {
	float: none;
	margin: 20px 0;
}

.aligncenter {
	display: block;
	clear:both;
	margin:20px auto;
}

.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

.alignright {
	float: right;
	margin: 0 0 20px 20px;
}



/* Layout Framework
------------------------------------------------------------------------------*/
/*--- main container ---*/
.wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    width: 100%;
    min-height: 100%;
    flex-wrap: wrap;
    background-color: #fff;
}

.main-container {
    width: 100%;
}

#footer-wrapper {
  width: 100%;
  border-top: 0;
  background: transparent;
  padding: 0;
}

.container,
.container-fluid {
    width: 100%;
    max-width: 1621px;
    margin: auto;
    padding-right: 50px;
    padding-left: 50px;
}

.container-fluid {
    max-width: 100%;
}

/*--- header ---*/
.main-header {
    width: 100%;
    height: auto;

    position: absolute;
    z-index: 99;
    padding: 50px 140px 20px 140px;

}

header {
    background: transparent;
    line-height: inherit;
    position: relative;
    z-index: 3;
    color: inherit;
}

/* responsive nav for small devices */
.hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 50px;
    height: 1em;
    width: 1em;
    background-color: transparent;
    text-align: center;
  display:none;
}

.hamburger:not(.close) {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
}

.hamburger:hover,
.hamburger:focus {
    background-color: transparent;
    outline: none;
}

.hamburger .line {
    display: block;
    width: 0.6em;
    margin: 6px auto;
    height: 4px;
    background-color: #ec008c;
  transition: all 0.5s ease 0s;

}

.hamburger:hover {
    cursor: pointer;
}

.hamburger .wrap {
    display: block;
}

.hamburger.close {
    padding: 10px;
}

.hamburger.close .wrap {
    position: relative;
    display: block;
    width: 0.6em;
    height: 0.6em;
}

.hamburger.close .line {
    position: absolute;
    top: calc(50% - 2px);
    width: 100%;
    margin: 0;
    transform: rotate(45deg);
    background-color: #fff
}

.hamburger.close .line:last-child {
    transform: rotate(-45deg);
}

.menu-state {
    position: fixed;
    top: 0;
    bottom: 0;
    left: -100%;
    z-index: 999;
    width: 80%;
    max-width: 450px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

.mobilenav.is-open .menu-state {
    left: 0;
}

.mobilenav .nav-logo {
    padding: 15px;
}

.mobilenav ul,
.mobilenav li {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}

.mobilenav ul ul {
    display: none;
}

.mobilenav .caret { position: absolute; top: 2px; right: 2px; display: block; width: 1.8em; height: 1.8em; cursor: pointer;}
.mobilenav .caret:not(.trigger-caret) { pointer-events: none;}
.mobilenav .caret:before,
.mobilenav .caret:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    margin: auto;
    width: 1em;
    height: 2px;
    background: #231f20;
}

.mobilenav .caret:after { transform: rotate(-90deg); transition: all .2s ease;}
.mobilenav .is-open > .caret:after { transform: rotate(0);}
.mobilenav ul li { font-size: 20px;}
.mobilenav ul a { z-index: 2; display: block; padding: 0.5em 0.75em; cursor: pointer; border-bottom: 1px solid rgba(33, 33, 33, 0.25); font-size: 16px;
text-decoration: none; color: #231f20;}
.mobilenav li li {font-size: 16px;}
.mobilenav .has-sub > a {padding-right: 1.875em;}
.mobilenav li li a {padding-left: 1.875em;}
.mobilenav li li li { font-size: 15px;}
.mobilenav li li li a { padding-left: 2.67em;}
.mobilenav .nav-backdrop { position: fixed; z-index: -1; height: 100%; width: 100%; opacity: 0; visibility: hidden; transition: all 0.4s ease-in; background: rgba(0, 0, 0, 0.8);}
.mobilenav.is-open .nav-backdrop { opacity: 1; z-index: 999; visibility: visible;}
.mobilenav .menu-outer { max-height: calc(100vh - 80px); overflow-y: auto; padding-bottom: 60px;}
.mobilenav.is-open .hamburger .line:first-child { transform: rotate(45deg); position: relative; top: 11px; z-index: 1;}
.mobilenav.is-open .hamburger .line:nth-child(2) { opacity: 0;}
.mobilenav.is-open .hamburger .line:last-child { transform: rotate(-45deg); top: -9px; position: relative; z-index: 0;}
.header-section { position: absolute; z-index: 99; left: 0; right: 0; top: 0; width: 100%; height: auto; padding: 30px 140px 20px 140px; } 
.header-section .top-header-part { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px;}
.top-header-part .right-part-top { display: flex; align-items: center; justify-content: space-between;}
.top-header-part .right-part-top .right-part-section { display: flex; align-items: center;}
.left-part-top h1{ color: #fff; font-weight: 500; font-family: 'Raleway', sans-serif; font-size:16px; margin-bottom:0;}
.left-part-top{color: #fff; font-weight: 500;}
.left-part-section a { color: #fff;}
.left-part-section a:hover { color: #ec008c; text-decoration: none;}
.right-part-top .left-part-section { font-weight: 700; font-size: 14px;}
.right-part-top .left-part-section span { font-weight: 400; padding: 0 5px;}
.after-border { color: #a09e9b; padding: 0 28px;}
.sale-icon { color: #fff !important; display: inline-block; vertical-align: top; padding: 5px 15px 5px 50px; font-size: 14px; font-weight: 700;
line-height: 1.5; text-align: center; border: none; text-transform: uppercase; border-radius: 0px; background-color: #ec008c;
border: 1px solid #ec008c; text-decoration: none; position: relative; display:none;}
.sale-icon:hover { background: #932767; text-decoration: none; color: #fff; border-color: #932767;}
.sale-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -25px;
    top: -7px;
    background-image: url(https://cdn.shopify.com/s/files/1/0281/4800/6998/files/shop-tag-icon.png?v=1589537346);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
}

.top-header-part .cart-icon { margin: 0 42px 0 33px;}
.left-part-section a { display: flex; position: relative; align-items: center; justify-content: center;}
.left-part-section a img { margin-right: 10px;}
.bottom-header-part { height: 65px; background-color: #fff; border-radius: 8px;}
.navigation-header { display: flex; align-items: center; justify-content: space-between; position: relative;}
.navigation-header ul { margin: 0; padding: 0; display: flex; align-items: center;}
.navigation-header ul li { list-style: none; margin: 0; padding: 0; font-size: 17px; font-weight: 600;}
.navigation-header ul li a { list-style: none; padding: 20px 10px; display: block; color: #231f20;}
.navigation-header ul > li:hover > a { color: #ec008c; text-decoration: none;}
.middle-logo { display: block; position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center; width: 300px;}
.navigation-header:before {
    content: "";
    width: 110px;
    height: 80px;
    position: absolute;
    left: -50px;
    top: -1px;
    background-image: url(/cdn/shop/files/left-curve-header.png?v=1590057239);
    background-position: left top;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: -1;
}


.navigation-header:after {
    content: "";
    width: 110px;
    height: 80px;
    position: absolute;
    right: -50px;
    top: 0;
    background-image: url(/cdn/shop/files/right-curve-header.png?v=1590057248);
    background-position: right center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: -1;
}

/*--- footer ---*/
.main-footer { width: 100%; height: auto; background: #808080; line-height: normal;}
footer .block { padding-top: 100px; max-width: 20%;}
.site-footer { background: #0f0f0f; height:auto;}
.top-footer-part{ padding-bottom:60px;}
.site-footer .container { display: flex; justify-content: space-between;}
.block.footer-nav1 { padding-top: 50px; max-width:340px;}
.block.footer-nav2 { padding-top: 100px;}
#footer-wrapper  .site-footer h4 { font-family: 'American Typewriter'; font-weight: 400; font-size: 18px; color: #fff; margin-bottom: 0; padding-bottom: 30px;}
.site-footer ul { margin: 0; padding: 0;}
.site-footer ul li { margin: 0 0 7px 0; padding: 0; list-style: none;}
.site-footer ul li a { font-size: 13px; text-decoration: none; color: #bfbfbf !important;}
.site-footer p { font-size: 13px; color: #fff !important;}
.title-border-part { text-align: center;}

/*--------- home page ------------*/
/* banner part */
.hero-banner {
    width: 100%;
    height: 750px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    position: relative;
    background-position: center center !important;
    background-size: cover !important;
    z-index: 9;
}
.hero-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    /* background: rgba(0, 0, 0, 0.2); */
  background: rgb(2,0,36);
background: linear-gradient(176deg, rgba(2,0,36,0.3477766106442577) 0%, rgba(0,0,0,0) 30%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.hero-banner .banner-inner { padding-top: 150px;}
.hero-banner .banner-inner .video-wrapper { margin-top: 97px;}
.hero-banner .banner-inner .video-wrapper a.video-btn { padding: 7px 25px 7px 20px; font-family: 'American Typewriter'; font-weight: bold; font-size: 14px;
line-height: 1.5; border: none; text-transform: uppercase; border-radius: 30px; color: #000 !important; background-color: #f3bc39; text-decoration: none; display:inline-block;
vertical-align:middle; display:none;}
.video-btn span{ display:inline-block; vertical-align:middle; }
.scroll-downs { position: absolute; top: 0; right: 0; bottom: -82%; left: 0; margin: auto; width: 34px; height: 0; cursor: pointer; }
.mousey { width: 3px; padding: 7px 9px; height: 22px; border: 2px solid #fff; border-radius: 25px; opacity: 0.75; box-sizing: content-box;}
.scroller { width: 3px; height: 10px; border-radius: 25%; background-color: #fff; animation-name: scroll; animation-duration: 2.2s; animation-timing-function: cubic-bezier(.15, .41, .69, .94); animation-iteration-count: infinite;}
@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.full-width-class { width: 100%; margin: 0 auto; overflow-x: auto; min-height: auto;}
.hero-banner .banner-inner .banner-title .top-banner-title { color: #e6a84c; font-style: italic; margin-bottom: 0; font-family: 'Herr Von Muellerhoff', cursive;
line-height: 1; font-size: 83px;}
.hero-banner .banner-inner .banner-title h1 { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 105px; color: #fff; position: relative;
z-index: 9; margin-bottom: 0; text-transform: uppercase;}
.hero-banner .banner-inner .banner-title h1::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 90px;
    background-image: url(/cdn/shop/files/banner-cake-border.png?v=1590054715);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: -1;
}
.hero-banner .banner-inner .video-wrapper a.video-btn:hover { background-color: #a8d49d;}
span#item_count { width: 24px; height: 24px; border-radius: 100%; text-align: center; background: #932767; display: block; color: #fff;
font-size: 12px; line-height: 21px; position: absolute; bottom: -7px; right: -17px;}
.top-header-part .cart-icon .cart-overview { position: relative;}
.fancybox-close { position: absolute; top: 0px; right: 0px; width: 50px; height: 50px; cursor: pointer; z-index: 8040; font-size: 43px; text-align: center; background: #ec008c;
    line-height: 44px; color: #fff;}
.fancybox-opened .fancybox-skin { border: 2px solid #ec008c;}
.fancybox-close:hover { text-decoration: none; color: #fff; background: #932767;}
#search_popup { text-align: left;}
#search_popup #q { text-indent: 0; text-align: left; text-transform: capitalize; font-size: 14px;}
#search_popup .box-title { font-family: 'American Typewriter'; color: #000; font-size: 18px;}
.right-part-top .right-part-section .search-icon a img { transition: all 0.5s ease 0s;}
.right-part-top .right-part-section .search-icon a:hover img { opacity: 0.5;}
.page-wrap::after {height: auto;}
.footer-nav1 a{display:block; margin-bottom:20px; }
.footer-nav1 p{ line-height:25px; }
.block.footer-nav5{ width: 430px; max-width:initial; }
#footer-wrapper h4{ font-size: 18px;border-bottom: 0;
letter-spacing: 0;  margin-bottom:30px;}
#footer-wrapper ul{margin-top: 0;}
.site-footer ul li a{color:#fff !important; }
.site-footer ul li:hover a{ color: #ec008c !important; }
.subscribe-part{ display:flex; align-items:center;}
.subscribe-part input{width:calc(100% - 138px); background:transparent; border:1px solid #fff; color:#fff; font-size:12px; height:40px; 
border-top-left-radius:3px; border-bottom-left-radius:3px;text-align:left;box-shadow:none;}
.subscribe-part input:focus{ border-color:inherit; color:#fff; box-shadow:none;  }
.subscribe-part input[type="submit"]{width:138px; line-height:40px; text-align:center; font-size:12px; color:#000; background:#fff; font-weight:700; 
border-top-right-radius:3px; border-bottom-right-radius:3px;border-top-left-radius:0px; border-bottom-left-radius:0px;}
.subscribe-part ::-webkit-input-placeholder { opacity: 1 !important; color: #fff; }
.subscribe-part :-moz-placeholder { opacity: 1 !important; color: #fff; }
.subscribe-part ::-moz-placeholder { opacity: 1 !important; color: #fff; }
.subscribe-part :-ms-input-placeholder { opacity: 1 !important; color: #fff; }
#mce-EMAIL{text-align:left;}
footer .copyright-main { border-top: 1px solid #696565; padding: 25px; text-align:center;}
footer .copyright-main p{ width:100%; color:rgba(255,255,255,0.5) !important; }
footer .social-icons{ display:flex; margin-bottom:20px; }
footer .social-icons li{ margin:0 15px 0 0; }
footer .social-icons li a { width: 36px; height: 36px; background: #fff; color: #000 !important; display: flex; border-radius: 100%; align-items: center; justify-content: center;}
footer .social-icons .icon-2x { font-size: 1.3em;}
footer .social-icons li a.fb-icon:hover { background: #3b579d !important; color:#fff !important;}
footer .social-icons li a.twitter-icon:hover { background: #2caae1 !important; color:#fff !important;}
footer .social-icons li a.pinterest-icon:hover { background: #e60023 !important; color:#fff !important;}
footer .social-icons li a.instagram-icon:hover { background: #a834a1 !important; color:#fff !important;}
.scrollup{ width:46px; height:46px; background:#fff; color:#000; opacity:1; line-height:53px; }
.scrollup:hover{ background:#ec008c; color:#fff; }

/* home page about section */
.our-story-main { padding: 40px 0 120px 0;}
.container-main { max-width: 900px; padding-right: 50px; padding-left: 50px; margin:0 auto;}
.h2-after { text-align: center; font-family: 'American Typewriter'; font-weight: bold; position: relative; z-index: 9;}
.h2-after::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 52px;
	background-image: url(/cdn/shop/files/cake-border.png?v=1590124655);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: -1;
}

p.short-des {font-style: italic; text-align: center; padding: 50px 0; margin-bottom: 0; color: #000;}
.our-story-main .our-story-wrapper { text-align: unset; padding-top: 30px;}
.story-image-cover { display: inline-block; vertical-align: top; margin-right: 50px; position: relative;}
.story-image-cover::before {
	content: "";
	width: 100%;
	height: 100%;
	border: 10px solid #a8d49d;
	position: absolute;
	left: -60px;
	top: 60px;
}
.our-story-main .our-story-wrapper img { position: relative;}
.our-story-main .our-story-wrapper .content-inner { padding-top: 50px;}
.our-story-main .our-story-wrapper .content-inner .content { padding-bottom: 60px;}
.our-story-main .our-story-wrapper .content-inner a.btn { background-color: #ec008c; border-radius: 5px; border: 2px solid #ec008c;}
.our-story-main .our-story-wrapper .content-inner a.btn:hover { background-color: transparent; color: #ec008c !important; border-radius: 5px;}
/* Home page Order to Ship section */
.order-to-ship-main { padding: 80px 0; text-align: center; background-position: center center !important; background-size: cover !important;}
.order-to-ship-main .order-to-ship-cover { padding: 15px;}
.order-to-ship-main .order-to-ship-inner { background-color: #231f20; background-size: cover; background-position: center center; padding-top: 100%; position: relative; /* height: 310px; */}
.order-to-ship-main .order-to-ship-inner .item-title { width: 100%; font-family: 'American Typewriter'; font-weight: bold;
font-size: 18px; color: #fff; padding: 25px 0; position: absolute; bottom: 0; left: 0; z-index: 1; background: #231f20; transition: 0.3s ease; text-transform: uppercase;}
.order-to-ship-main .order-to-ship-inner:hover .item-title { background-color: #a8d49d; transition: all 0.3s ease-in-out; color:#000;}
.order-to-ship-main .slick-prev::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(/cdn/shop/files/arrow-left.png?v=1590132953);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: -1;
}

.order-to-ship-main .slick-next::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(/cdn/shop/files/arrow-right.png?v=1590132959);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: -1;
}
.order-to-ship-main .slick-prev { left: -40px; padding: 22px 17px;}
.order-to-ship-main .slick-next { right: -40px; padding: 22px 17px;}

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

.slick-prev, .slick-next { width: 30px !important; height: 50px !important; background:#ec008c;}
.slick-prev.slick-disabled, .slick-next.slick-disabled { opacity: 0.2 !important; background-color: #000 !important;}

/* Home page Gift type section */
.gift-type-main { padding: 80px 0 70px; text-align: center;	}
.gift-type-main .gift-type-cover { width: 20%; padding:0 20px 80px 20px;}
.gift-type-main .gift-type-cover .gift-type-inner {	position: relative; z-index: 9; height: 100%; background-color: #fff;}
.gift-type-main .gift-type-cover .gift-type-inner::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border: 1px dashed #000;
	opacity: 1;
	z-index: -1;
}
.gift-type-main .gift-type-cover .gift-type-inner a { text-decoration: none !important; padding: 2px 2px 20px 2px;; display:block;}
.gift-type-main .gift-type-cover .gift-type-inner img { /*max-height: 200px;*/ margin:0 auto; }
.gift-type-main .gift-type-cover .gift-type-inner a .content-wrapper .item-title { font-family: 'American Typewriter'; font-weight: bold; font-size: 16px;
padding-top: 30px; color: #000; text-transform: uppercase; min-height:120px; }
.gift-type-main .gift-type-cover .gift-type-inner a .content-wrapper .item-price { font-size: 16px;	 font-weight: bold; padding: 10px 0 15px; color: #ee279d;}
.gift-type-main .gift-type-cover .gift-type-inner a { text-decoration: none !important;}
.gift-type-main .gift-type-cover .btn { border-radius: 5px; position: absolute; bottom: -16px; left: 50%; width: 130px; transform: translateX(-50%);}
.gift-type-main a.view-all.btn { background: transparent; border: 2px solid #000000; color: #ee279d !important; padding:7px 25px; }
.gift-type-main a.view-all.btn:hover { border: 2px solid #ee279d; background-color: #ee279d; color: #fff !important;}
.gift-type-main .gift-type-cover .gift-type-inner:hover::before { border: 3px solid #ee279d;}
.gift-type-main .gift-type-cover:hover .item-title { color: #ee279d !important;}
.gift-type-main .gift-type-cover:hover .item-price { color: #000 !important;}
.gift-type-main .gift-type-cover:hover .btn { background-color: #ee279d; color: #fff !important;}

/* What our customer say section */
.testimonials-main { padding: 80px 0 70px 0; text-align: center; background-position: center center !important; background-size: cover !important; position:relative;}
.testimonials-main:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  pointer-events:none;
}
.testimonials-main h2 { color: #a8d49d;}
.testimonials-main .testimonials-wrapper { padding: 60px 50px 50px 50px;}
.testimonials-main p.client-des { color: #fff; padding-top: 20px;}
.testimonials-main .client-title { color: #ec008c; font-family: 'American Typewriter'; font-weight: bold; font-size: 22px; padding-bottom: 20px;}
.testimonials-main .slick-slide img {
	display: unset;
	max-width: 90px;
	border: 5px solid #fff;
	border-radius: 45px;
	margin: 0 auto;
}

.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center;}
.slick-dots li { position: relative; display: inline-block; width: 10px; height: 10px; margin: 0 5px; padding: 0; cursor: pointer;}
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 10px; height: 10px; cursor: pointer; color: transparent; border: 0;
	outline: none; background: #fff; margin:0; padding:0; border-radius:100%;}
.slick-dots li.slick-active button { background:#a8d49d;}

/* Instagarm section */
.instafeed { text-align: center; padding: 80px 0 0;}
p.hashtag { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 15px; padding: 50px 0 30px; color: #ec008c;}

/* Featured In section */
.featured-main { background-color: #f6eded; padding: 80px 0;}
.featured-wrapper { padding-top: 70px;}
.featured-inner img { margin: 0 auto;}
.featured-wrapper .slick-prev{left:-30px;}
.featured-wrapper .slick-prev::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: -30px;
	top: 0;
	background-image: url(/cdn/shop/files/featured-left.png?v=1590147625);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: -1;
}
.featured-wrapper .slick-next{right:-30px;}
.featured-wrapper .slick-next::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 30px;
	top: 0;
	background-image: url(/cdn/shop/files/featured-right.png?v=1590147637);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: -1;
}
.featured-wrapper .slick-prev:hover::before { background-image: url(/cdn/shop/files/pink-left.png?v=1590147583);}
.featured-wrapper .slick-next:hover::before { background-image: url(/cdn/shop/files/pink-right.png?v=1590147594);}
.featured-wrapper button { background-color: transparent !important;}
.featured-inner{ padding:0 30px; }

/* Home page blog section */
.blog-section { text-align: center; background-color: #f3fcf8; padding: 80px 0 80px;}
.blog-section .blog-wrapper { padding-top: 70px;}
.blog-section .blog-wrapper a { text-decoration: none; display:block;}
.blog-section .blog-wrapper  .blog-cover { height: 100%; background-color: #fff; }
.blog-cover img { width: 100%;}
.blog-section .blog-wrapper  .blog-cover .blog-details { width: 100%; font-size: 18px; padding: 25px 0; background: #fff;}
.blog-section  .btn { border-radius: 5px; position: absolute; bottom: -24px; left: 50%; width: 140px; transform: translateX(-50%);}
.blog-section .blog-wrapper a { text-decoration: none; display:inline-block; }
.blog-section .blog-wrapper .blog-cover .blog-details .blog-date { font-weight: 500; font-size: 12px; color: #ec008c; padding-bottom: 18px;}
.blog-section .blog-wrapper .blog-cover .blog-details .blog-date span { font-weight: 400; color: #000;}
.blog-section .blog-wrapper .blog-cover .blog-details .blog-title {	font-weight: 700; font-size: 18px; padding: 0 70px 10px 70px; color: #000; min-height:60px;}


/********************************************* About Page *********************************************/

/* breadcumpart */
#breadcrumb { margin-bottom: 0; text-align: center; margin-top: 0 !important; padding:20px 0; position:relative;}
#breadcrumb  a{color:#000;font-weight:700; }
#breadcrumb span{color:#231f20;font-weight:700;}

.inner-page-heading{width:100%; margin-bottom: 40px !important; }
.inner-page-heading h1 , .inner-page-heading h2{color:#fff;}


.about-page{width:100%; margin-bottom:0 !important; }
#content{ padding:0; }
.inner-bg-img{ height:500px; display:flex; align-items:flex-end; justify-content:center; position:relative; background-size: cover !important;
background-position: center center !important;}
.inner-bg-img:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.0);
  width: 100%;
  height: 100%;
  pointer-events:none;
}

.about-us-section{padding:70px 0 130px 0;}
.about-us-section .our-story-main{padding:0;}
.about-us-section .our-story-main .our-story-wrapper{padding-top: 0; }
.about-us-section .container-main{display:none;}
.about-us-section .story-image-cover img{ transform:rotateY(-180deg); }
.about-us-section .story-image-cover::before {left:auto; right:-60px;}
.about-us-section .content-inner p{line-height:36px; margin-bottom:30px;}
.about-us-section .content-inner .btn{display:none;}
.about-us-section .row-cell{align-items:center;}
.about-us-section .story-image-cover{margin-right:100px;}

/* Team section */
.small-team-section { padding: 100px 0; background-size: cover !important; background-position: center center !important;}
.small-team-section .info-part{padding:60px 100px 50px 100px;}
.small-team-section .info-part p{line-height:30px;}
.small-team-section .info-part p a{text-decoration:underline; color:#595959; }
.logos-section { display: flex; align-items: center; justify-content: space-between;}
.logos-section .img-part{box-shadow: 0px 6px 5px 0px rgba(0, 0, 0, 0.04); margin:0 10px;}

.about-process-info{ padding:100px 0 120px 0; background:#f6eded; }
.about-process-part.swap-part .row-cell{flex-direction: row-reverse;}
.about-process-part.swap-part .row-cell{align-items:center;}
.about-process-part.swap-part .story-image-cover::before {left:auto; right:-70px;}
.about-process-part.swap-part .content{padding-right:30px;}
.about-process-part .story-image-cover img{position:relative; z-index:1;}


/********************************************* Testimonial Page *********************************************/

.testimonial-part{padding:100px 0; background:#f5f5f5; text-align:center;}
.testimonial-part .container{ max-width:1420px; }
.testimonial-part .testimonial-block{ padding:0 10px 70px 10px; width:33.33%; margin-bottom:60px; text-align:center;}
.testimonial-part .testimonial-block .block{box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.04); background:#fff; padding:50px 50px 100px 50px; max-width:400px; 
  margin:0 auto; }
.testimonial-part .testimonial-block .img-part { width: 100px; height: 100px; margin: 0 auto; overflow: hidden; border-radius: 100%;}
.testimonial-part .testimonial-block .bottom-img { position: absolute; left: 0; right: 0; bottom: 0;}
.testimonial-part .testimonial-block .bottom-img img{width:100%; height:100%;}



/********************************************* FAQ Page *********************************************/

.faq-section{padding:100px 0; background:#f5f5f5;}
.faq-section .container{max-width:1360px;}
.head-click{background:#231f20; position:relative; cursor:pointer; }
.head-click:before{
  content:"";
  position:absolute;
  right:16px;
  top:16px;
  background:url('/cdn/shop/files/plus-icon.png?v=1591277021');
  width:28px;
  height:28px;  
  pointer-events:none;
}

.head-click:after{
  content:"";
  position:absolute;
  right:60px;
  top:0px;
  background:rgba(123,121,121,0.4);
  width:1px;
  height:100%;  
}

.single-accordian.active .head-click:after{ display:none; }
.head-click h6 { color: #fff; padding: 16px 30px; margin: 0;}
.single-accordian.active{border:3px solid #231f20; background:#fff; padding-top:15px;}
.single-accordian.active .head-click{background:#fff;}
.single-accordian.active .head-click h6{ color: #595959;}
.content-accordian{ padding: 0 40px 20px 30px;}
.accordian-part{margin-bottom:20px;}
.single-accordian.active .head-click:before{
  content:"";
  background:url('/cdn/shop/files/minus-icon.png?v=1591277037');
  top:15px;
  pointer-events:none;
}
.testimonial-part .btn{ display:none; }


/********************************************* Contact Page *********************************************/

.contact-info{padding:50px 0 100px 0;}
.contact-info .row-cell{align-items:center;}
.contact-info .story-image-cover::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 10px solid #a8d49d;
  position: absolute;
  right: -60px;
  top: 60px;
  left:auto;
}
.contact-info .story-image-cover{margin-right: 100px;}
.contact-info .story-image-cover img{z-index:1; position:relative;}
.side-contact-info .block{width:49%; margin-bottom:50px;}
.contact-desc { padding-bottom: 50px; margin-top:150px;}
.side-contact-info span , .side-contact-info a{color:#ec008c;}
.contact-form{padding:100px 0; background:#f6eded;}
.main-form-part{justify-content: space-between;}
.main-form-part .right-side-part { width: 30%; border-left: 1px solid #fff; padding-left: 100px;}
.main-form-part .left-side-form { width: 70%; display: flex; flex-wrap: wrap; justify-content: space-between; border-right:1px solid #d8d8d8; padding-right:100px;}
.right-side-field , .left-side-field { width: 48%;}
.right-side-field textarea{height:205px;  min-width: 100%;}
#contactFormSubmit { max-width: 120px; margin: 0 auto; width: 100%; display: block;}
.errorForm.feedback { display: block; width: 100%;}
.main-form-part address{color:#595959; margin-bottom:40px; }
#gmap iframe{height:567px;}
.side-contact-info p a{color:#595959;}


/********************************************* Blog Listing Page *********************************************/

.blog-block-section .article-info-inner { width: 100%; margin: 0; text-align: left;}
.blog-block-section .article-info h2{text-align:left; line-height: 41px;}
.blog-block-section .posted{text-align:left;}
.blog-block-section .article-image{width:100%;}
.title-date-part{display:flex;align-items: center;padding: 30px 0;}
.article-content{margin:0 0 30px 0; padding:0;}
.blog-block-section .posted{text-align:center;}
.blog-block-section .date-part { width: 72px; height: 72px; overflow: hidden; border-radius: 100%; background: #da0a86; display: flex; align-items: center;
justify-content: center; color: #fff; margin-right:25px; flex-direction:column;}
.blog-block-section .date-one { font-size: 14px; border-bottom: 1px solid #fff; width: 70%; text-align: center; padding-bottom: 3px; margin-bottom: 3px;}
.blog-block-section .month-one { text-transform: uppercase; font-size: 14px;}
.blog-block-section .posted{color: #fff;}
.article-info a{text-transform:capitalize;}
.title-part { width: calc(100% - 72px);}
.Blog-page-section{padding:100px 0;}
.article-index{border-bottom: 1px solid #e6e6e6;margin-bottom: 20px;}
.article-info p{font-size: 16px;}
.right-side-part .block{margin-bottom:50px;}
.right-side-part .block h3{border-bottom:1px solid #e5e5e5; padding-bottom:20px;margin-bottom: 28px;} 
.right-side-part .tag-section a { border: 1px solid #222; padding: 7px 20px; margin-right: 14px; margin-bottom: 10px; display: inline-block; font-size: 13px; color:#222; }
.right-side-part .tag-section a:hover {background:#da0886; color:#fff; text-decoration:none; border-color:#da0886;}
.follow-us-block ul{margin:0; padding:0; display:flex; align-items:center;}
.follow-us-block ul li{list-style:none; margin:0 16px 0 0; padding:0;}
.follow-us-block ul li a{width:45px; height:45px; background:#222222; border-radius:100%; display: flex;
align-items: center;
justify-content: center;}
.follow-us-block ul li a i{color:#fff;}
.follow-us-block .icon-2x { font-size: 1.2em;}
.follow-us-block ul li:hover a{text-decoration:none;}
.follow-us-block ul li a.fb-icon:hover{background: #3b579d !important;}
.follow-us-block ul li a.twitter-icon:hover{background: #2caae1 !important;}
.follow-us-block ul li a.instagram-icon:hover{background: #a834a1 !important;}
.latest-blog-posts-list .single-post { display: flex; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #e5e5e5; justify-content:space-between;}
.latest-blog-posts-list .single-post:last-child{ border:0; }
.single-post .blog-small-img{width:70px;}
.single-post .blog-small-img a{display:block;}
.single-post .blog-small-img img{width: auto; height: 70px; object-fit: cover;}
.single-post .right-side-block{width:calc(100% - 90px);}
.single-post .right-side-block h6 { font-weight: normal; line-height: 20px; font-size: 17px;}
.single-post .right-side-block span{font-size:12px; color:#da0a86; font-weight:700; text-transform:uppercase;}
.blog-categories ul{margin:0; padding:0;}
.blog-categories ul li{list-style:none; position:relative; padding-left:15px;}
.blog-categories ul li:before{
  content:"";
  width: 0; 
  height: 0; 
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #000;  
  position:absolute;
  left:0;
  top:9px;
}
.search-part-side input[type="text"]{ background:#f5f5f5; border:0; text-transform: capitalize !important; padding-right:80px;}
.search-part-form { display: flex; position:relative;}
.search-submit { position: absolute; width: 70px !important; background: #000 !important; height: 55px !important; border: 0 !important; right: 0;
font-size: 0 !important; border-radius: 0 !important;}
.search-part-form::before {
  content: "";
  background: url('/cdn/shop/files/search-large-icon.png?v=1591969568');
  width: 26px;
  height: 26px;
  position: absolute;
  top: 14px;
  right: 22px;
  z-index: 1;
  pointer-events: none;
}
.search-submit:hover { background:#da0786 !important;}
.blog-categories ul li:hover a{color:#da0786; text-decoration:none;}
.blog-categories ul li a{color:#000; }
.category-section{margin-bottom:35px;}
.category-section .div-part { font-size: 14px; color:#595959;}
.category-section .div-part a{color:#da0a86; font-weight:700;}


/********************************************* Blog Detail Page *********************************************/

.blog-detail-section{ padding:100px 0;}
.blog-detail-text{ margin-bottom:30px; border-bottom:1px solid #e6e6e6; }
.blog-detail-text p{margin-bottom:30px;}
#back-forth { display: flex; align-items: center; justify-content: space-between;}
#back-forth a{border:1px solid #c5c5c5; font-size:16px; color:#000000; font-weight:700; padding:10px 20px; display:block; position:relative;}
#back-forth a:hover{ background:#dd2191; color:#fff; border-color:#dd2191; text-decoration:none; }
#back-forth .next-prod a{padding-right:40px;}
#back-forth .next-prod a:before{
  content:"";
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;  
  border-left: 7px solid #000; 
  position:absolute;
  right:20px;
  top:15px;
}
#back-forth .prev-prod a{padding-left:40px;}
#back-forth .prev-prod a:before{
  content:"";
  width: 0; 
  height: 0; 
  width: 0; 
  height: 0; 
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;   
  border-right:7px solid #000; 
  position:absolute;
  left:20px;
  top:15px;
}
#back-forth a:hover:before{  border-left-color: #fff; border-right-color:#fff;  }
.title-part.blog-block-section .article-info {padding-bottom:0;}


/********************************************* Custom Cakes Page *********************************************/

.custom-cake-info .contact-desc p {margin-bottom:30px;  }
.custom-cake-list{padding:70px 0 50px 0;}
.custom-cake-design{display:flex; flex-wrap:wrap;}
.custom-cake-design .block{width:calc(20% - 25px);text-align: center;margin: 0 auto 50px;}
.custom-cake-design .block:hover{text-decoration:none;}

.custom-cake-design .custom-cake-image{position:relative;padding: 25px;margin-bottom: 25px;}
.custom-cake-info { padding: 0 0 40px 0;}
.custom-cake-slider{padding:100px 0; position:relative;}
.custom-cake-slider:before{
  content:"";
  position:absolute;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.9);
  top:0;
  left:0;
  right:0;
  bottom:0;
  pointer-events:none;
}
.custom-cake-slider .container{position:relative; z-index:1;}
.cakes-slider h6 {color:#fff;}
.cakes-slider .block .img-part { position: relative; background: #151515; padding: 26px 0; text-align: center; margin: 0 auto 30px; width:280px; }
.cakes-slider .block{text-align:center;}
.cakes-slider .block .img-part:before{
  content:"";
  position:absolute;
  width:100%;
  height:355px;
  background:url('/cdn/shop/files/border-pattern-white.png?v=1592286542');
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
  text-align:center;
  background-repeat:no-repeat !important;
}
.cakes-slider .slick-slide img { display:inline-block; }
.most-popular-slider .slick-next , .tabing-section .slick-next , .cakes-slider .slick-next { right: -40px; padding: 22px 17px;}

.most-popular-slider .slick-next:before ,  .tabing-section .slick-next::before  , .cakes-slider .slick-next::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(/cdn/shop/files/arrow-right.png?v=1590132959);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: -1;
}

.most-popular-slider .slick-prev ,  .tabing-section .slick-prev , .cakes-slider .slick-prev { left: -40px; padding: 22px 17px;}

.most-popular-slider .slick-prev:before ,  .tabing-section .slick-prev::before, .cakes-slider .slick-prev::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-image: url(/cdn/shop/files/arrow-left.png?v=1590132953);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: -1;
}

.tabing-list{display: flex;justify-content: center;align-items: center;margin: 0;padding: 0 !important;}
.tab-item { list-style: none; padding: 7px 13px !important; background: #fff; color: #000; font-size: 14px; font-weight: 700; transition: 0.4s all;
cursor: pointer; border: 1px solid #000; margin: 0 5px 30px; border-radius: 1px;}
.tab-item:hover, .tab-item.active { color: #fff; border-color: #da0a86; background: #da0a86;}
.tab-item-inner{display: none;}
.tab-item-inner {padding: 10px 20px ;color: #000;background-color: transparent;font-size: 16px;border-top: 1px solid #ccc;margin: 0;position: relative;}
.tab-item-inner:before{position: absolute;content: "+";right: 20px;top: 15px;color: inherit;line-height: 1;}
.tab-item-inner.active:before{content: "-";}
.custom-cake-part .custom-cake-image{position:relative;padding: 25px;margin-bottom: 25px;}
.cake-tab-section-part{padding:100px 0;}
.custom-cake-tab-section .tabing-section{padding-top:50px;}
.tabing-section { padding-top: 60px;}
.custom-cake-part .block{ text-align:center; text-transform:uppercase; }
.custom-cake-part .custom-cake-image{width:280px; margin: 0 auto 15px; }
.custom-cake-part .custom-cake-image:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0.5px dashed #3f3f3f;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.custom-cake-slider h2{color:#fff;}
.custom-cake-slider .container-main{margin-bottom:80px;}
.custom-cake-occasions-part{background:#f6eded; padding:100px 0; display:none;}
.cake-list-side ul{margin:0; padding:0;flex-wrap: wrap; max-width: 500px; margin: 0 auto;display:flex;justify-content: space-between;}
.cake-list-side ul li{margin:0 0 15px 0; padding:0 0 0 28px; position:relative; list-style:none;width: 40%;  }
.cake-list-side ul li:before{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  background:url('/cdn/shop/files/listing-icon.png?v=1592312946');
  width:11px;
  height:12px;
  background-repeat:no-repeat !important;
}
.cake-list {padding-top: 60px;}
.cake-list ul li{margin:0 0 15px 0; padding:0 0 0 28px; position:relative; list-style:none;}
.cake-list ul li:before{
  content:"";
  position:absolute;
  left:0;
  top:7px;
  background:url('/cdn/shop/files/listing-icon.png?v=1592312946');
  width:11px;
  height:12px;
  background-repeat:no-repeat !important;
}
.cake-list ul li a{color:#000;}
.custom-cake-occasions-part ul li:hover a{text-decoration:none; color:#da0a86; }


/********************************************* Press Page *********************************************/

/* award-block-about */
.award-block-about {position:relative;padding: 100px 0;}
.award-block-about .award-wrap-about {display: flex;flex-wrap:wrap;align-items: center;justify-content: center;padding: 0 100px;}
.award-block-about .award-wrap-about .award-left-about, .award-block-about .award-wrap-about .award-right-about {width: 50%;}
.award-wrap-about .award-left-about img {width:100%;padding-right:100px;}
.award-wrap-about .award-right-about p {line-height: 30px;font-weight: 500;font-size: 16px;}
.award-wrap-about .award-right-about p a, .award-wrap-about .award-right-about p span {color: #ec008c;font-weight: 700;text-decoration: none;}
.award-wrap-about .award-right-about p a:hover {color: #231f20;}

/* award listing full */
.award-sections-box {position: relative;}
.award-listing-box {position: relative;padding: 100px 0;}
.award-wrap-listing {display: flex;flex-wrap:wrap;align-items: center;justify-content: center;padding: 0 100px;}
.award-listing-box .awards-title {padding-bottom: 70px;}
.award-wrap-listing .award-left-listing {width: 260px;}
.award-wrap-listing .award-right-listing {width: calc(100% - 260px);padding-left: 155px;}
.award-wrap-listing .award-left-listing img {position: relative;width:100%;max-width: 250px;z-index: 1;}
.award-wrap-listing .award-right-listing p {line-height: 30px;font-weight: 500;font-size: 16px;}
.award-right-listing p a, .award-right-listing p span {color: #ec008c;font-weight: 700;text-decoration: none;}
.award-wrap-listing .award-right-listing p a:hover {color: #231f20;}
.img-border {position: relative;display: inline-block;}
.img-border:before {content:'';position: absolute;top: 30px;right: -30px;background-image: url(/cdn/shop/files/border-img.png?v=1592207149);background-position: center center;background-repeat: no-repeat;background-size: contain;width:100%;height: 100%;	z-index: 0;}
.award-sections-box .award-listing-box:nth-child(odd) {background-color: #f6eded;}
.award-sections-box .award-listing-box:nth-child(even) {background-color: #FFF;}
.award-sections-box .award-listing-box:nth-child(even) .award-wrap-listing {flex-direction: row-reverse;}
.award-sections-box .award-listing-box:nth-child(even) .award-wrap-listing .award-right-listing {padding-left:0;padding-right: 155px;}
.award-sections-box .award-listing-box:nth-child(even) .award-left-listing .img-border:before {right: auto;left: -30px;}


/* listing of all small awards */
.award-small-listing {padding: 50px 0;position:relative;}
.award-small-listing .award-wrap-small {display: flex;flex-wrap:wrap;margin: 0 -50px;padding: 0 260px;} 
.award-small-listing .award-wrap-small .award-small {width:25%;padding: 0 70px;margin-bottom: 65px;}
.award-small-img {position:relative;display:inline-block;max-width: 135px;}
.award-small-img img {position:relative;z-index:1;width:100%;}
.award-small-img:before {content:'';position: absolute;top: -13px;left: -13px;border: 3px solid #76af1c;width:100%;height: 100%;	z-index: 0;}
.award-hover {position: absolute;top: 0;right: 0;left: 0;bottom: 0;background: rgba(35, 31, 32, 0.8);width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;z-index: 1;transition: ease 0.5s;pointer-events: none;opacity: 0;visibility: hidden;}
.award-hover img {max-width: 25px;width: 25px;}
.award-small-img:hover .award-hover {pointer-events:all;opacity: 1;visibility: visible;}

/* award-big-listing */
.award-big-listing {padding: 50px 0 70px 0;position:relative;}
.award-big-listing .award-wrap-big {display: flex;flex-wrap:wrap;justify-content: center;margin: 0 -50px;padding: 0 180px;} 
.award-big-listing .award-wrap-big .award-big {width:33.33%;padding: 0 50px;margin-bottom: 30px;}
.award-wrap-big .award-big img {position:relative;z-index:1;}
.img-big-border {position: relative;display: inline-block;}
.img-big-border:before {content:'';position: absolute;top: 20px;right: -20px;background-image: url(/cdn/shop/files/border-img-big.png?v=1592224575);background-position: center center;background-repeat: no-repeat;background-size: contain;width:100%;height: 100%;	z-index: 0;}
.award-name {padding-top: 50px;}
.award-name p, .award-name a {font-family: 'American Typewriter';color:#3e3e3e;text-transform:uppercase;font-weight:700;font-size: 16px;text-align: center;text-decoration: none;}
.award-name a:hover {color: #ec008c;text-decoration: none;}

/* custom-cake */
.side-contact-info .block:last-child {margin-bottom: 0;} 
.custom-cake-design .custom-cake-image:before {content: "";position: absolute;width: 100%;height: 100%;border: 0.5px dashed #3f3f3f;top: 0;left: 0;right: 0;bottom:0;z-index: 2;}
.custom-cake-design .custom-cake-image img {position: relative;z-index: 5;}
.cakes-slider .slick-prev {z-index: 1;}
.award-wrap-listing .award-right-listing a{color:#ec008c; font-weight:700}
.press-news-part{padding:100px 0;}
.press-news-part .cake-list-side ul{max-width: 900px;}
.press-news-part .cake-list-side ul li{width: 50%; font-weight:700;}
.press-news-part .cake-list-side ul li a{color:#da0a86;}
.full-width-award-section{padding:100px 0; background:#f6eded;}
.full-width-award-section .content-section{padding-top:70px; text-align:center; max-width: 1300px; margin: 0 auto;} 
.press-wrapper .fancybox-type-image{ width:500px !important; }
.press-wrapper .fancybox-inner{width:auto !important; height: auto !important;}
.cms-pages-part{ padding:100px 0; }
.cms-pages-part p a{font-weight:700; color:#da0a86;}
.custom-cart-page{ padding:100px 0; }
#shopping-cart td, #shopping-cart th{vertical-align: middle; }
#looked-at { display: none !important;}
.button-blocks .btn{width:150px; margin:0 0 10px 15px;  }
#basket-right{ margin-bottom:100px; }
.cart-title{ text-transform: uppercase; }
.search-section-start { padding: 100px 0;}
.product-search-part .product-index{border:0 !important;}
.product-search-part .product-index .product-index-inner{ border:1px dashed #000 !important; padding:20px; height:100%; }
.search-form-part{text-align:center;}
.search-form-part #search-bar{padding-bottom:40px;}
.search-form-part #search-bar #q{margin:0 auto;}
.product-search-part .price{ font-size: 16px; font-weight: bold; padding: 10px 0 15px; color: #ee279d;}
.cart-remove a{color:#da0a86;}
.cart-remove a:hover{text-decoration:none;}

#basket-right .btn{padding:10px 25px;}
#product-photos{ display: flex;
align-items: center;
justify-content: center; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
.block.footer-nav1 { padding-top: 50px; width: 340px; max-width: 100%;}  
.navigation-header .left-part-nav { width: 50%; display: flex; justify-content: flex-start;}
.navigation-header .right-part-nav { width: 50%; display: flex; justify-content: flex-end;}
.middle-logo {top:-43px;}
.full-width-class {overflow: visible;}
}

.collection .collection-image {
	min-height: 220px;
}

.collection .product-info h3{min-height: 100px;}
.bigimage.desktop-10.tablet-5 {
	border: 1px solid #e5e5e5;
	padding: 100px 0;
}


/********************************************* Corporate Page *********************************************/


/* corporate-main */
.corporate-main {padding: 130px 0 215px 0;}
.corporate-wrapper {padding: 0 100px;}
.corporate-wrapper .content-inner {padding-left: 70px;padding-top: 30px;}
.custome-info-swap {padding: 70px 0 160px 0;}
.corporate-image{margin: 33px 0 0 20px;}

/* video block */
.video-block-inner {position: relative; background-repeat: no-repeat;background-size: cover;background-position: center center;height: 565px;margin-bottom: 50px;}
.video-block-inner:before {content: "";position: absolute;left: 0;right: 0;bottom: 0;top: 0;background: rgba(0, 0, 0, 0.65);width: 100%;height: 100%;z-index: 0;}
.video-block-inner .video-wrapper {position: relative;z-index:1;text-align: center;}
.video-block-inner .video-wrapper .video-btn {position: relative; text-align: center;display:inline-block;top:-120px;max-width: 860px;margin: 0 auto;}
.video-block-inner .video-wrapper .video-btn .video-play {position: absolute; top: 39%;left: 50%;transform: translate(-50%, -50%);max-width: 80px;}


/* partner-block */
.partner-block{position: relative; background-repeat: no-repeat;background-size: cover;background-position: center center;padding: 100px 0;}
.partner-block:before {content: "";position: absolute;left: 0;right: 0;bottom: 0;top: 0;background: rgba(0, 0, 0, 0.66);width: 100%;height: 100%;z-index: 0;}
.partner-block .h2-after h2, .partner-block .h2-after .h2 {color: #a8d49d;margin-bottom: 100px;}
.partner-slider {position: relative;padding: 0 100px;}
.partner-wrap {display: flex;align-items: center;}
.partner-slider .partner-left {width: 520px;text-align: center;}
.partner-slider .partner-right {width:calc(100% - 520px);padding-left: 50px;}
.partner-slider .partner-left .partner-img {width: 400px;height: 400px;border-radius: 100%;display:block;overflow: hidden;}
.partner-slider .partner-left .partner-img img {width: 100%;height: 100%;}
.partner-slider .partner-right .partner-name {font-size:24px;color:#fff;font-weight: 700;display: block;margin-bottom:50px;}
.partner-slider .partner-right .partner-content p {color:#fff;line-height: 30px;}
.partner-slider .slick-arrow {background-color: transparent;z-index: 2;top:50%;transform: translateY(-50%);margin:0;}
.partner-slider .slick-arrow:before {content: "";width: 100%;height: 100%;position: absolute;top:0;left:0;background-position: center center;background-repeat: no-repeat;}
.partner-slider .slick-prev {left: 0;}
.partner-slider .slick-prev:before {background-image: url(/cdn/shop/files/arrow-left.png?v=1590132953);}
.partner-slider .slick-next{right: 0;}
.partner-slider .slick-next:before {background-image: url(/cdn/shop/files/arrow-right.png?v=1590132959);}



/* special-block */
.special-block {position: relative; background-repeat: no-repeat;background-size: contain;background-position: center center;padding: 0 0;}
.special-slider {padding: 100px 0 0;}
.special-slider .special-wrap {text-align: center;}
.special-slider .special-wrap .special-img {border: 2px dashed #d8d8d8;width: 150px;height:150px;border-radius: 2px;margin: 0 auto 40px auto;}
.special-slider .special-wrap .special-img img {width: 100%; height: 100%;max-width:150px;}
.special-slider .special-wrap .special-content {max-width: 820px;margin: 0 auto;font-weight: 500;}
.special-slider .special-wrap .special-content a, .special-slider .special-wrap .special-content span {color: #ec008c;}
.special-slider .special-wrap .special-content a:hover {text-decoration:none;color:#000;}
.special-slider .slick-dots li button {border: 1px solid #a8d49d;}
.special-slider .slick-dots {bottom: -40px;}

#sidebar h4{ border: 0; }

.404 #product-loop .product-index {
	border: 1px dashed #000;
	padding: 20px;
}
.404 .product-info h3{font-size: 18px;  }

.subtext{ text-align: center;
width: 100%;
display: block; margin-bottom:20px; }

#search-bar{
  border-bottom: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 300px;
  text-align: left;
  position:relative;
} 

.collection .show.mobile-3:after{
content: "Sort By";
    position: absolute;
    left: 70px;
    top: 50%;
    margin-top: -8px;
}

.collection .show.mobile-3{ color: #000; border: 1px solid #f1f1f1;
    padding: 8px 20px;
    margin: 0;
    line-height: 1;text-align: left;
  position:relative;} 
.collection .show.mobile-3:hover{ color: #da0a86; text-decoration:none; } 

#breadcrumb span.separator{font-size:0; position:relative;    padding: 0 10px;}
#breadcrumb span.separator:before{
content:"";
background:url('/cdn/shop/files/separator-icon.png?v=1592817163')no-repeat;  
  width:4px;
  height:8px;
  position:absolute;
      left: 7px;
    top: -8px;
}


 #product-right  #popups ,  #product-right .share-icons{display:none;}
.quantity-group-part input{border:0; height:auto; border-left:1px dashed #000; border-right:1px dashed #000; }
.quantity-group-part {
	border: 1px dashed #000;
	max-width: 150px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quantity-group-part .down , .quantity-group-part .up{display:block; border:0;}
.quantity-group-part .down:hover , .quantity-group-part .up:hover{ text-decoration:none; }

#product-description form, .product-description form{ border:0; }

#shopping-cart .cart-image{ width:100px; }

.collection .product-info h3, .product .product-info h3{min-height: 110px; }

.owl-prev::after ,  .owl-next::after { font-size: 25px;color: #fff; }

.owl-controls .owl-page, .owl-controls .owl-buttons div{ width: 40px;
height: 40px;
background: #ec008c; }

#customer_orders tr{ border: 1px dashed #000;}
#customer_orders a{color:#000; }

.search-error-list  .product-index {
	border: 1px dashed #000000 !important;
  padding:20px 0;
}
.search-error-list .collection-image {
	min-height: 250px;
}


.search-error-list .product-info h3{ font-size: 16px; }
.cart-title{font-weight: 700; font-size: 13px;}

#product-right{ padding: 0; border: 0;}


.left-part-section{ display: flex;
align-items: center; }

.left-part-section .cust { margin-left:10px; }

.left-part-section .icon-signout.icon-2x {
	font-size: 23px !important;
}

.navigation-header ul li{ position:relative; }
.navigation-header ul li ul{ position:absolute; top:150%; left:0; background:#fff;  opacity:0; visibility:hidden;transition: all 0.5s ease 0s; margin-top:-2px;}
.navigation-header ul li ul li {min-width:200px;}
.navigation-header ul li ul li ul li {min-width:200px;}
.navigation-header ul li ul li a{padding:10px 15px; }
.navigation-header ul > li:hover > ul{visibility:visible; opacity:1; top:100%;}
.navigation-header ul li ul li ul{left:100%; top:20%; visibility:hidden; opacity:0;}
.navigation-header ul li > ul > li:hover > ul{visibility:visible; opacity:1; top:2px;}

  
  .press-wrapper .fancybox-next , .press-wrapper .fancybox-prev {
	width: 35px;
	height: 50px;
	background: #ec008c;
	top: 50%;
	margin-top: -25px;
}
  

.press-wrapper .fancybox-nav span { font-size: 25px;
color: #fff;visibility: visible; }
.section-title.lines::after {opacity:0;}

.product-info-inner{ width:100%; }

#breadcrumb {
	margin-bottom: 0;
	text-align: center;
	margin-top: 0 !important;
	position: relative;
	padding: 30px 0;
}


#breadcrumb span.separator::before {
  background:url('/cdn/shop/files/separator.png?v=1594709747')no-repeat;
}


.collection-list-filter-part li a{font-weight:600; color:#000; }
.collection-list-filter-part li:hover a{color:#ee279d; text-decoration:none;}
.collection-list-filter-part li a.current{color:#ee279d;}



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

.spr-icon{color:#ec028c;}

.spr-form{text-align:left;}












