body.ajax:after{content:"";position:fixed;top:0;left:0;right:0;bottom:0;
    z-index:9999999;background-color:rgba(255,255,255,.7);}

div.fancyCredits {position: absolute;
    bottom: 0;
    right: 0;
    font-size: 13px;
    transform-origin: top right;
    transform: rotate(90deg) translate(10px);
    color: #000;
    text-shadow: 0 0 5px rgba(255,255,255,.6);}



article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { display: block;}
nav ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}
b {font-weight:600;}
a {font-size: 100%;vertical-align: baseline;background: transparent;text-decoration:none;}
a:hover {text-decoration:underline;}
ins {background-color: #fff;color: #000;text-decoration: none;}
mark {background-color: #ff9;color: #000; font-style: italic;font-weight:bold;}
del {text-decoration:  line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted;cursor: help;}
table {border-collapse: collapse;border-spacing: 0;}
hr {display: block;height: 1px;border: 0;   border-top: 1px solid #cccccc;margin: 1em 0;padding: 0;}
input, select {vertical-align: middle;}

/* BASIC PAGE SETUP ============================================================================= */
body {}
button, input, select, textarea { color : #202020; }

/*  HEADINGS  ============================================================================= */
h1, h2, h3, h4, h5, h6 { margin-top: 0px;}
h1 { font-size :  1.7em;	margin-bottom : 0.2em;line-height : 1.3; }
h2 { font-size :  1.4em;	margin-bottom : 0.5em;margin-top : 0.5em;line-height : 1.2;}
h3 { font-size :  1.2em;	margin-bottom : 0.3em;line-height : 1.3; }
h4 { font-size :  1.1em;	margin-bottom : 0.5em;line-height : 1.25; }
h5 { font-size :  1em;		margin-bottom : 1.25em;}
h6 { font-size : 1em;	}


/*  TYPOGRAPHY  ============================================================================= */
p, ol, ul, dl, address { margin-bottom : .5em; font-size : 1em; /* 16 / 16 = 1 */ }
p {hyphens : auto;  }
ul, ol { margin :0; padding:0; }
li ul, li ol { margin : 0;font-size : 1em; /* 16 / 16 = 1 */ }
dl, dd { margin-bottom : 1.5em; }
dt { font-weight:400;font-weight:400; }
b, strong { font-weight:700; }
hr { display : block; margin : 1em 0; padding : 0;height : 1px; border : 0; border-top : 1px solid #ccc;}
small { font-size : 1em; /* 16 / 16 = 1 */ }
sub, sup { font-size : 75%; line-height : 0; position : relative; vertical-align : baseline; }
sup { top : -.5em; }
sub { bottom : -.25em; }
.subtext {	color: #000;	}

/* LINKS =============================================================================  */
/*a { color : #787200;}//-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;
	transition: all 0.3s ease;text-decoration: underline;}
*/
ul a {text-decoration:none;}
/*a span {-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-o-transition: all 0.3s ease;
	transition: all 0.3s ease;}*/
	/*a:visited { color : #ee3344; }*/
/*a:focus { color : rgb(0,0,0); }*/
a:hover, a:active { outline : 0; }
a#backtotop {position:fixed;z-index:100;bottom:10px;right:10px;
	background:url(/images/backtotop.png) no-repeat 50%;
    background-size:cover;
	width:35px;height:35px;text-indent:-9000px;}


/* IMAGES ============================================================================= */
img {
border : 0;}/*max-width: 100%;}*/

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */
table { border-collapse : collapse;border-spacing : 0;width : 100%; }
th, td, caption { padding : 0; }
tfoot { font-style : italic; }
caption { background-color : transparent; }


/*  SECTIONS  ============================================================================= */
.section {clear: both;padding: 0px;margin: 0px;}

/*  CODE  ============================================================================= */
pre.code {padding: 0;margin: 0;font-family: monospace;white-space: pre-wrap;font-size: 1.1em;}
strong.code {font-weight:400;font-weight:400;font-family: monospace;font-size: 1.2em;}
div.sql {font-size:11px;padding:15px 5px;display:block;color:#f00;white-space: pre;}

div.code {padding:20px;font-family:monospace;font-size:0.7em;background:#000;color:#fff;margin:10px 0 10px 0;}

/*  NOTES  ============================================================================= */
.note {position:relative;padding:1em 1.5em;margin: 0 0 1em 0;background: #fff;
	background: rgba(255, 255, 255, 0.5);overflow:hidden;}
.note:before {
	content:"";position:absolute;top:0;right:0;border-width:0 16px 16px 0;border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */}
.note.rounded {-webkit-border-radius:5px 0 5px 5px;-moz-border-radius:5px 0 5px 5px;border-radius:5px 0 5px 5px;}
.note.rounded:before {
	border-width:8px;border-color:#fff #fff transparent transparent;
	-webkit-border-bottom-left-radius:5px;-moz-border-radius:0 0 0 5px;border-radius:0 0 0 5px;}

/*  GLOBAL OBJECTS ============================================================================= */
.breaker { clear: both; }
.group:before,
.group:after {content:"";display:table;}
.group:after {clear:both;}
.group {zoom:1; /* For IE 6/7 (trigger hasLayout) */}
.floatleft{float: left;}
.floatright{float: right;}
*{ outline:none;}
a:focus {outline: none; }
div.clear {clear:both;height:0px;}
div.clearright {clear:right;height:0px;}
div.clearleft {clear:left;height:0px;}

/* VENDOR-SPECIFIC ============================================================================= */
html { -webkit-overflow-scrolling : touch; -webkit-tap-highlight-color : rgb(52,158,219);
	-webkit-text-size-adjust : 100%; -ms-text-size-adjust : 100%; }
.clearfix { zoom : 1; }
::-webkit-selection { background : #00354D; color : rgb(250,250,250); text-shadow : none; }
::-moz-selection { background : #00354D; color : rgb(250,250,250); text-shadow : none; }
::selection { background : #00354D; color : rgb(250,250,250); text-shadow : none; }
button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance : button; }
::-webkit-input-placeholder {font-size : .875em; line-height : 1.4; }
input:-moz-placeholder { font-size : .875em; line-height : 1.4; }
.ie7 img,.iem7 img { -ms-interpolation-mode : bicubic; }
input[type="checkbox"], input[type="radio"] { box-sizing : border-box; }
input[type="search"] { -webkit-box-sizing : content-box;-moz-box-sizing : content-box; }
button::-moz-focus-inner, input::-moz-focus-inner { padding : 0;border : 0; }
p {/* http://www.w3.org/TR/css3-text/#hyphenation */-webkit-hyphens : auto;-webkit-hyphenate-character : "\2010";-webkit-hyphenate-limit-after : 1;
	-webkit-hyphenate-limit-before : 3;-moz-hyphens : auto; }


/* Responsivenewss ============================================================================= */
/* ============================================================================================= */
.section {clear: both;padding: 0px;margin: 0px;}
.col {display: block;float:left;margin: 1% 0 1% 1.6%;}
.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col { margin: 1% 0 1% 0%;}
}

/* GRAVITY.GR CSS  ============================================================================= */
.relative {position:relative;}
a {text-decoration:none;}
a:hover {text-decoration:none;}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

div.cmsOptions {
    position: fixed;
    top:0px;
    right: 0;
    z-index: 99001;
    padding: 0 5px 0px;box-sizing: border-box;
    line-height: 19px;
    height: 22px;transition:.2s;
    transition:.2s;
}
.loaded div.cmsOptions {display: block;}
/*.scrolled div.cmsOptions {top:61px;}*/


div.cmsOptions a {color:#000;font-size:11px;line-height:20px;display:inline-block;padding:0 4px;
    height:20px;}
div.cmsOptions:after {content:"";display:block;position:absolute;
width:100%;height:100%;z-index:-1;top:0;left:0;
/*    border:1px solid #E6E6E6;*/
    background-color: #131217;
}

div.cmsOptions a {color:#fff;}
div.cmsOptions a:hover {text-decoration: underline;}
/** {    transition:0.5s;}*/
.sticky div.cmsOptions {height: 14px;transition:.2s;border-radius: 4px;bottom: 0;}

@media only screen and (min-width:500px) and (max-width:1000px){
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-box-shadow: none;
  transition: background-color 5000s ease-in-out 0s;
}

@media only screen and (min-width:850px) and (max-width:1200px){
}



div.footer_wrap {background:url(/images/footer_background.png) no-repeat 50% top;
    color:#fff;padding:90px 0 45px;text-align:center;margin-top:100px;}
div.footer_wrap .footer {margin:0 auto;max-width:976px;
    box-sizing: border-box;padding:0 15px;}
div.footer h2.visit {font-size: 16px;font-weight: 200;letter-spacing: 12.8px;
    padding:55px 0 70px;}

div.footer>div>div {display:flex;justify-content:space-between;align-items: flex-start;
    flex-wrap: wrap;}
div.footer>div>div>div {width:30%;}
div.footer>div>div>div {font-size: 15px;font-weight: 300;line-height: 22px;letter-spacing: 0.75px;}

div.footer>div>div>div.stores_disclaimer {width:100%;margin-bottom:0;}
div.footer>div>div>div.stores_disclaimer p {padding: 20px 0;width: 95%;max-width: 800px;
    line-height: 1.4;margin: 0 auto;font-size: 10px;color: #fff;}

div.footer>div>div>div h3 {font-size:21px;font-weight: 600;margin:0 0 30px;}
div.footer>div>div>div p {padding:0;margin:0;}

div.footer>div>div>div p.times {padding-top: 10px;}

div.footer a {display:block;color:#fff;text-decoration: none;}
div.footer a:hover {text-decoration: underline;}
div.footer a.callcenter {display:inline;}
div.footer a.googlemap {display:block;margin:12px auto 0;
    width:30px;height:21px;background:url(/images/location.png) no-repeat;}

div.stores {border-bottom:1px solid #213737;padding:0px 0 45px;}

div.footermenu {padding:55px 0 70px;}
div.social {max-width:275px;margin:0 auto 50px;}
div.footer div.social a {text-indent:-9000px;background-repeat: no-repeat;
    background-position:50%;height:30px;display:block;min-width:30px;}
div.footer a.facebook {background-image:url(/images/footer_facebook.png);}
div.footer a.twitter {background-image:url(/images/footer_twitter.png);}
div.footer a.youtube {background-image:url(/images/footer_youtube.png);}
div.footer a.instagram {background-image:url(/images/footer_instagram.png);}


div.footer>div>div>div ul {list-style:none;}
div.footer>div>div>div ul li.indent a {font-style:italic;color:#999;}

div.footer>div>div.footer_bottom {justify-content: space-around;}
div.footer>div>div.footer_bottom>div {width:auto;}
div.bank img {margin-right:15px;}

div.terms_menu ul {display:flex;}
div.footer div.terms_menu li {color: #6a6e6e;font-size: 13px;font-weight: 300;letter-spacing: 0.65px;
    margin-left:10px;}
div.footer div.terms_menu a {color: #6a6e6e;display:inline;}
div.footer div.terms_menu li:before{content:"|";display:inline-block;padding-right:10px;}
div.footer div.terms_menu li:first-child:{margin-left:0;}
div.footer div.terms_menu li:first-child:before{content:"";padding-right:0;}

@media only screen and (max-width:780px){
    div.footer>div>div {flex-wrap: wrap;}
    div.footer>div>div>div {width:100%;margin-bottom:20px;}
    div.footer_wrap {padding:60px 0 20px;
        background: url(/images/footer_background.png) no-repeat 50% top,
            linear-gradient(0deg, rgba(21,29,29,1) 0%,rgba(21,29,29,1) 50%, rgba(253,187,45,0) 83%);
    }
    div.footer>div>div>div h3 {margin-bottom:15px;}
    div.footer h2.visit {letter-spacing: 5px;padding:25px 0;}
    div.footer a.googlemap {margin:8px auto 8px;}

    div.stores {padding-bottom:25px;}
    div.footermenu {padding:40px 0 25px;}

    div.social {max-width:225px;margin-bottom:40px;}

    div.footer>div>div.footer_bottom>div {width:100%;text-align:center;}

    div.footer>div>div.footer_bottom>div.bank {margin-bottom:40px;}

    div.footer>div>div>div ul {justify-content: center;}
    /*div.footer>div>div>div ul li {justify-content: space-around;}*/
}

@media only screen and (max-width:550px){
    div.footer>div>div>div ul {flex-wrap:wrap;}
    div.footer>div>div>div ul li  {width:100%;}
        div.footer div.terms_menu li:before {display:none;}


}

div.latest_wrap {margin:50px auto;width: 90%;max-width: 1800px;
            border-top: 1px solid rgba(230, 234, 234,1);}
div.latest_wrap>h2 {font-size: 40px;font-weight:200;color: #1a2323;
    margin: 70px 0 50px;text-align: center;padding-bottom: 25px;}
    div.latest_wrap>h2:after {content: "";width: 40px;display: block;
        height: 1px;background-color:rgba(255, 93, 93,1);
        margin: 35px auto 0;}
div.latest_wrap img {max-width: 100%;border-radius: 15px;}


div.collectionsList {display:flex;flex-wrap:wrap;
    justify-content: space-between;
    align-items: stretch;}
div.collectionsList a {width:32%;margin-bottom:4%;
        display:block;transition:.2s;}
div.collectionsList a img {width:100%;}
div.collectionsList a span {display:block;padding:0 0 10px;
color: #131217;font-size: 30px;letter-spacing: 0.75px;font-weight:300}
div.collectionsList:after {content:"";width:32%;}

@media only screen and (max-width:1000px){
    div.collectionsList a {width:48%;margin-bottom:4%;}
    div.collectionsList:after {width:48%;}
}
@media only screen and (max-width: 650px) {
    div.collectionsList a span {font-size:22px;}
}
@media only screen and (max-width: 500px) {
    div.collectionsList a {width:100%;margin:0 auto 4%;
        text-align: center;}
}

div.cartwrap {width:100%;max-width:1340px;margin:0 auto;}
div.cartwrap p.emptycart {
    text-align: center;
    font-size: 36px;
    padding: 30px;
    color: #F19179;}

div.item {display:flex;justify-content:flex-start;color:131217;
        border-bottom:2px solid rgb(19, 18, 23);padding:40px 0;}
div.item div.data {display:flex;justify-content:flex-start;
        align-items:stretch;align-content:flex-start;
        width:70%;margin-right:50px;}
div.item div.data img {display:flex;margin-right:30px;height:auto;object-fit:cover;}
div.item div.data div.header {position:relative;width:100%;flex-wrap: wrap;
    margin:0 0 0 25px;padding:10px 0 25px 0;align-items: flex-start;
    align-content:flex-start}
div.item div.data div.header>* {width:100%;}
div.item div.data div.header h4 {font-size: 13px;font-weight: 400;letter-spacing: 1.3px;padding-bottom:15px;}
div.item div.data div.header h3 {font-size: 16px;font-weight: 700;}
div.item div.data div.header h3 span {font-size:12px;font-weight:300;padding-left:10px;}
div.item div.data div.header h5 {font-size:13px;font-weight:300;letter-spacing: 0.65px;margin:0;}
div.item div.data div.header h6 {font-size:16px;font-weight:400;letter-spacing: 0.65px;margin:0;}
div.item div.data div.header div.specs {display:none;}


div.item div.data div.header a.removeitem {display:block;position:absolute;
    text-indent:-9000px;
    left:0;bottom:0;width:16px;height:19px;background:url(/images/delete_cart_product.png) no-repeat;}
div.item div.data div.header h6 em {font-style:normal;color:#999;text-decoration:line-through;margin-left:10px;}

div.item label {font-size:11px;display:block;font-weight:500;letter-spacing:1.1px;
    margin:0 0 10px;}
div.item div.specs {width:120px;display:flex;justify-content: flex-start;}
div.item div.specs>div {margin-right:50px;}
div.item div.specs h5 {font-size:14px;font-weight:300;margin:0 0 8px;}
div.item div.specs h5 b {font-weight:500;padding:0;}
div.item div.specs p {font-size:13px;color:#a5a5a6;padding:19px 0 0 0;margin:0 0 15px;}

div.item div.quantity_wrap {display:flex;justify-content: space-between;}
div.item div.quantity_wrap div.quantity{margin-right:50px;}
div.item div.quantity_wrap div.quantity label {padding-right:10px;}
div.item div.quantity_wrap div.quantity select {border:0;height:38px;
    line-height: 38px;text-align: left;
    padding:0 25px 0 10px ;color: #1a2323;font-weight:400;font-size: 12px;
    letter-spacing: 0.7px;
    box-sizing: border-box;
    min-width:100px;
    font-family:Manrope;vertical-align:middle;
    margin:6px 0;
    -moz-appearance: none;-webkit-appearance: none;
    background:url(/images/arrow_select_box.png) no-repeat;
    background-position:calc(100% - 10px) 50%;
    transition: .2s;
    background-color:rgba(249, 249, 249,1);border:1px solid rgb(234, 234, 234);
    border-top-right-radius:20px;
    border-bottom-right-radius:20px;
}}
div.item div.quantity_wrap div.price{}
div.item div.quantity_wrap div.price h6 {line-height:46px;margin:0;padding:0;
    min-width:90px;}
div.item div.quantity_wrap div.price h6 span.beforevat {
        display:block;
        line-height:1.2;font-size:12px;font-weight:300;letter-spacing:-0.2px;}


div.cart_total {width:100%;max-width:586px;margin:16px 0 95px auto;}
div.cart_total div.option {display:flex;justify-content: space-between;
    border-bottom:1px solid rgb(19, 18, 23);align-items: center;text-align:left;}
div.cart_total div.option>* {padding:15px 0;}
div.cart_total div.option label {color: #1a2323;font-size: 13px;font-weight: 700;letter-spacing: 1.3px;}
div.cart_total div.option .value {color: #ff5d5d;font-size: 14px;font-weight: 700;letter-spacing: 4.2px;text-align:right;}
div.cart_total div.option.final {border-bottom:0;}
div.cart_total div.option.final .value {font-size:24px;letter-spacing:4.8px;}

div.cart_total div.option.discount {margin-top:20px;border-bottom:0;}
div.cart_total div.option.discount label {letter-spacing:0;}


div.cart_buttons {display:flex;margin:0px 0 100px auto;
    width:100%;max-width:586px;
    display:flex;justify-content: space-between;}
div.cart_buttons a {transition:0.2s  ;box-sizing: border-box;
    padding:0 0;border-radius:;height:48px;line-height:44px;
    border:2px solid #131217;text-align:center;width:45%;border-radius:24px;
    color:#131217;font-weight:500;font-size:12px;letter-spacing:1.8px;}
div.cart_buttons a:hover {background-color:#131217;color:#fff;}
div.cart_buttons a.back {margin-right:12px;color:#ff5d5d;
        border:2px solid #ff5d5d;}
div.cart_buttons a.back:hover {background-color:#ff5d5d;color:#fff;}

@media only screen and (max-width: 900px) {
    div.item div.data div.header {padding-top:0;}
    div.item div.data div.header h3 {font-size:15px;line-height:1.2;}
    div.item div.data div.header h4 {padding-bottom:0px;}
    div.item div.data div.header h6 {font-size:14px;}
}


@media only screen and (max-width: 600px) {
    div.cart_buttons a:before {width:0;margin:0;}
}
@media only screen and (max-width: 500px) {
    div.cart_buttons a {letter-spacing:0;}
    div.cart_buttons a.back {margin-right:10px;}

}


@media only screen and (max-width: 1150px) {
    div.item div.specs {flex-wrap:wrap;}
}
@media only screen and (max-width: 830px) {
    div.item {flex-wrap:wrap;}
    div.item>* {width:100%;}
    div.item div.data {width:100%;margin-bottom:25px;margin-right: 0}
    div.item div.specs {width:auto;margin-bottom:10px;flex-wrap:nowrap;justify-content: space-between;}
    div.item div.specs>div:last-item() {text-align:right;}
    div.item div.specs>div {width:auto;}
    div.item div.quantity_wrap {display:flex;justify-content: flex-end}

    div.item div.data {}
    div.item div.data img {width:144px;height:100px;}
    div.item div.data div.header {}
    div.item div.data div.header h3 {/*font-size:12px;*/margin:0 0 5px 0;padding:0;}
    div.item div.data div.header h3 span {font-size:12px;padding-left:5px;}
    div.item div.data div.header h4 {/*font-size:11px;*/}
    div.item div.data div.header h5 {font-size:11px;letter-spacing:0px;}
    div.item div.data div.header h6 {font-size:13px;}

    div.item label {font-size:11px;}
}
@media only screen and (max-width: 600px) {
    div.item div.specs {width:100%;margin-bottom:10px;flex-wrap:nowrap;justify-content: space-between;}
    div.item div.specs {flex-wrap:wrap;}
    div.item div.specs>div {width:100%;}
    .poemtext {height:20px;overflow-y: hidden;white-space: nowrap;
    text-overflow: ellipsis;overflow:hidden;box-sizing: border-box;}
    div.item div.specs {width:80%;display:flex;justify-content: flex-start;}
    div.item div.specs>div {margin-right:50px;}
    div.item div.specs h5 {margin:0 0 0px;}
    div.item div.specs h5 b {}
    div.item div.specs p {margin:0 0 8px;}

    /*div.item div.quantity_wrap {display:flex;justify-content: space-between;}*/
    div.item div.quantity_wrap div.quantity{margin-right:50px;}
    div.item div.quantity_wrap div.quantity label {padding-right:10px;}
    div.item div.quantity_wrap div.price{}
    div.item div.quantity_wrap div.price h6 {line-height:40px;margin:0;padding:0;}
}

@media only screen and (max-width: 480px) {
    div.item div.quantity_wrap {justify-content: space-between;}
    div.item div.quantity_wrap div.quantity select {height:40px;line-height: 40px;min-width:auto;}
    div.item div.quantity_wrap div.quantity {margin:0 10px;}
    div.item div.quantity_wrap div.price h6 {min-width:auto;}
    div.item div.specs {width:auto;}

}



div.checkout_wrap {position:fixed;top:0;left:0;right:0;bottom:0;    overflow-y:scroll;
    background-color:rgb(243, 243, 243);z-index:99000;transition:.2s;}
div.checkout_wrap.hidden {height:0;bottom:auto;}
div.checkout_wrap div.topbar {height:123px;background:url(/images/original/header_logo_desk_bl.png) no-repeat 50%;
    background-size:auto 50%;position:relative;background-color:#fff;transition:.2s;
    border-bottom:1px solid #FF5D5D;}
.en div.checkout_wrap div.topbar {background-image:url(/images/original/header_logo_desk_bl.png)}
div.checkout_wrap div.topbar a.backtocart {display:block;position:absolute;
    top:calc(50% - 18px);left:40px;line-height:36px;height:36px;width:20px;
    box-sizing:border-box;padding:0 5px 0 50px;background:url(/images/back.png) no-repeat 0 50%;
    font-weight:600;color:#FF5D5D;font-size:11px;transition:.2s;}

@media only screen and (max-width: 700px) {
    div.checkout_wrap div.topbar {height:80px;}
    div.checkout_wrap div.topbar a.backtocart {left:10px;padding-left:30px;}
}
@media only screen and (max-width: 470px) {
    div.checkout_wrap div.topbar {background-position:90% 50%;}
    div.checkout_wrap div.topbar a.backtocart {left:5px;padding-left:25px;}
}

div.checkout_wrap div.checkout {width:95%;max-width:1180px;
    display:flex;justify-content: space-between;align-items: flex-start;
    margin:120px auto;}
div.checkout_wrap div.checkout div.actions {width:50%;}
div.checkout_wrap div.checkout div.actions div.steps {margin-bottom:30px;}
div.checkout_wrap div.checkout div.items_wrap {width:45%;box-shadow:0 0 5px rgba(0,0,0,.4);
    margin-top:47px;}
div.checkout_wrap div.checkout div.items_wrap .itemsHeader {background-color:rgb(43, 45, 49);
    display:flex;padding:15px 20px;justify-content: space-between;align-items: center;color:#fff;}
div.checkout_wrap div.checkout div.items_wrap .itemsHeader h3 {font-weight:500;font-size:17px;
    letter-spacing: .5px;}
div.checkout_wrap div.checkout div.items_wrap .itemsHeader a {
        color:#fff;font-size:12px;padding:0 2px;
        text-decoration: underline;
        -ms-text-underline-position: below;
          text-underline-position: under;
          -webkit-text-underline-position: under;
    }
div.checkout_wrap div.checkout div.items_wrap .itemsHeader .itemsContent {
    background-color:#fff;
}

.itemsContent {padding:10px 20px 20px;
background-color:#fff;}
.itemsContent div.item {flex-wrap:wrap;padding:20px 0;justify-content: space-between;
    border-bottom:1px solid rgb(255, 218, 209);}
.itemsContent div.item>* {width:100%;}
.itemsContent div.item div.data {width:100%;margin-bottom:10px;order:1;
    margin-right:0;}
.itemsContent div.item div.specs {width:100%;margin-bottom:0;flex-wrap:nowrap;
    justify-content: space-between;order:3;}
.itemsContent div.item div.specs>div:last-item() {text-align:right;}
.itemsContent div.item div.specs>div {width:auto;}
.itemsContent div.item div.quantity_wrap {width:100%;order:1;display:flex;justify-content: flex-start;}


.itemsContent div.item div.data {}
.itemsContent div.item div.data img {width:144px;height:100px;}
.itemsContent div.item div.data div.header {}
.itemsContent div.item div.data div.header h3 {font-size:12px;margin:0 0 5px 0;padding:0;}
.itemsContent div.item div.data div.header h3 span {font-size:12px;padding-left:5px;}
.itemsContent div.item div.data div.header h4 {font-size:11px;padding-bottom:0;}
.itemsContent div.item div.data div.header h5 {font-size:11px;letter-spacing:0px;}
.itemsContent div.item div.data div.header h6 {font-size:13px;}
.itemsContent div.item div.data div.header h6 em {font-style:normal;color:#999;text-decoration: line-through;margin-left:10px;}
.itemsContent div.item label {font-size:11px;display:none;}
.itemsContent div.item div.data div.header div.specs {display:block;font-size:13px;padding:5px 0 0;}

.itemsContent div.item div.data div.header a.removeitem {display: none;}

.itemsContent  div.item div.specs {width:100%;margin-bottom:10px;flex-wrap:nowrap;justify-content: space-between;}
.itemsContent  div.item div.specs {flex-wrap:wrap;}
.itemsContent  div.item div.specs>div {width:100%;}
.itemsContent .poemtext {height:18px;overflow-y: hidden;white-space: nowrap;
     text-overflow: ellipsis;overflow:hidden;box-sizing: border-box;}
.itemsContent  div.item div.specs {width:80%;display:flex;justify-content: flex-start;}
.itemsContent  div.item div.specs>div {margin-right:50px;}
.itemsContent  div.item div.specs h5 {margin:0 0 0px;padding-left:15px;}
.itemsContent  div.item div.specs h5 b {}
.itemsContent  div.item div.specs p {margin:0 0 0px 15px;padding:0;line-height: 40px}
.itemsContent  div.item div.quantity_wrap {display:none;}
.itemsContent  div.item div.quantity_wrap div.quantity{display:none;}
.itemsContent  div.item div.quantity_wrap div.price{text-align:right;}
.itemsContent  div.item div.quantity_wrap div.price label {display:none;}
.itemsContent  div.item div.quantity_wrap div.price h6 {line-height:40px;margin:0;padding:0;}
.itemsContent  div.item div.quantity_wrap div.price h6 span.beforevat {
        line-height:1.2;font-size:12px;}

.itemsContent  div.cart_total {margin-bottom:20px;}
.itemsContent  div.cart_total div.option{border-bottom:1px solid rgb(255, 218, 209);}
.itemsContent  div.cart_total div.option:last-child{border-bottom:0;}
.itemsContent  div.cart_total div.option>* {padding: 10px 0;}
.itemsContent  div.cart_buttons {display:none;}


@media only screen and (max-width: 800px) {
    div.cart_total {max-width:100%;}
    div.checkout_wrap div.checkout {flex-wrap:wrap;flex-direction: column-reverse;}
    div.checkout_wrap div.checkout div.actions {width:100%;margin:0 0 40px;}
    div.checkout_wrap div.checkout div.items_wrap {width:100%;margin:0 0 40px;}
    .itemsContent {display:flex;flex-wrap:wrap;justify-content: space-around;}
    .itemsContent div.item {padding:0;border:0;width:20%;min-width:100px;
        margin:0 10px 10px 0;}
    .itemsContent div.item div.specs,.itemsContent div.item div.quantity_wrap {
        display:none;}
    .itemsContent div.item div.data div.header {display:none;}
}



div.checkout_wrap div.checkout div.actions {margin-bottom:50px;}
div.checkout_wrap div.checkout div.actions>div h2 {color:#2b2d31;
        margin-bottom:30px;padding:0 0 10px;font-size:22px;
        font-weight:400;border-bottom:2px solid #2b2d31;}
div.checkout_wrap div.checkout div.actions>div h2 span {font-weight:700;padding:0;width:40px;display:inline-block;}

div.checkout_wrap div.checkout div.actions>div div.selectedUser {padding:0 0 20px 60px;}
div.checkout_wrap div.checkout div.actions>div div.selectedUser h5 {margin:0;padding:0 0 5px 0;font-size:14px;font-weight:400;}
div.checkout_wrap div.checkout div.actions>div div.selectedUser h6 {margin:0;padding:0 0 5px 0;font-size:14px;font-weight:400;}

div.checkout_wrap div.checkout div.actions>div div.editAddress {
    padding:25px 20px 20px 20px;
    margin:10px 20px 10px 40px;position:relative;
    background-color:#fff;border:1px solid #F19179;}
div.checkout_wrap div.checkout div.actions>div div.editAddress a.edit {
    display:block;position: absolute;top:10px;right:10px;
    padding:0 0 0 20px;background: url(/images/pencil_edit.png) no-repeat 0 50%;
    font-size:11px;color:#2b2d31;
}
div.checkout_wrap div.checkout div.actions>div div.editAddress.editing {padding:10px 30px 30px;}

div.formwrap a.edit {
    display:block;position: absolute;top:10px;right:10px;
    padding:0 0 0 20px;background: url(/images/pencil_edit.png) no-repeat 0 50%;
    font-size:11px;color:#2b2d31;
}


div.checkout_wrap div.checkout div.actions>div div.editAddress h5 {margin:0;padding:0 0 5px 0;font-size:14px;font-weight:400;}
div.checkout_wrap div.checkout div.actions>div div.editAddress h6 {margin:0;padding:0 0 5px 0;font-size:14px;font-weight:400;}


div.otheraddresses {margin:10px 20px;padding:20px;}
div.otheraddresses h4 {font-size:13px;font-weight:500;color:#FF5D5D;letter-spacing:1.5px;margin:0 0 20px;}
div.otheraddresses a.addr {display:block;font-size:14px;color:#2b2d31;margin:0 0 20px;padding:0 0 0 20px;
    position:relative;font-weight:400;}
div.otheraddresses a.addr b {font-weight:500;}
div.otheraddresses a.addr:before {content:"";display:block;
    position:absolute;top:3px;left:0;width:10px;height:10px;border:1px solid #999;background-color: #fff;
        border-radius:5px;}
div.otheraddresses a.addr:hover:before {border:1px solid #FF5D5D;background-color: #FF5D5D;}

div.otheraddresses a.addnewaddress {height:38px;line-height: 38px;
        display:block;text-align:center;box-sizing: border-box;
    border:1px solid #FF5D5D;border-radius:19px;padding:0;
    background:url(/images/plus_sign.png) no-repeat 12px 50%;
    font-size:12px;color:#2b2d31;font-weight:400;
    background-color:#fff;max-width:250px;}

div.comments_wrap {margin:10px 0 10px 20px;padding:20px;}
div.comments_wrap h4 {font-size:13px;font-weight:500;color:#FF5D5D;letter-spacing:1.5px;margin:0 0 20px;}
div.comments_wrap textarea {
    width:100%;border:1px solid rgb(202, 199, 197);height:80px;
    background-color:rgb(250,250,250);width:100%;box-sizing:border-box;margin:0 0 0;
    padding:8px 10px;font-size:13px;color:#000;font-family:'Manrope';font-weight:300;
    }

div.formwrap {border:1px solid #FF5D5D;background-color:#fff;padding:30px 40px;transition:.2s;
    box-sizing: border-box;position:relative;display:block;}
div.customfancy div.formwrap {width:100%;max-width:550px;}
div.formwrap:empty {display:none;}

div.formwrap div.logoptions {display:flex;justify-content: space-between;
    margin:0 0 60px;}
div.formwrap div.logoptions a {letter-spacing: 1.5px;font-size:13px;font-weight:500;
    height:28px;line-height:28px;padding-left:34px;
    background:url(/images/login_register.png) no-repeat 0 50%;}

@media only screen and (max-width: 1150px) {
    div.formwrap div.logoptions a {padding:34px 0 0 0;
        background-position:50% 0;text-align:center;
        align-items: flex-start;letter-spacing:0;text-align:center;
        /*background-size:18px 18px;*/}
    div.formwrap div.logoptions a.register {margin:0 5px;}

}


div.formwrap.login div.logoptions a.login {color:#FF5D5D;background-image:url(/images/login_register_sel.png);}
div.formwrap.register div.logoptions a.register {color:#FF5D5D;background-image:url(/images/login_register_sel.png);}
div.formwrap.asguest div.logoptions a.asguest {color:#FF5D5D;background-image:url(/images/login_register_sel.png);}

div.formwrap.edituser div.logoptions a.edituser {color:#FF5D5D;background-image:url(/images/login_register_sel.png);}
div.formwrap.password div.logoptions a.password {color:#FF5D5D;background-image:url(/images/login_register_sel.png);}


div.formwrap a.hide {display:block;position:absolute;right:7px;top:7px;
    width:29px;height:29px;
    /*background:url(/images/hidecustomfancy_x.png);*/
}


div.formwrap form {height:0;overflow-y:hidden;transition:.2s;}
div.formwrap form.loginForm {height:0;overflow-y:hidden;transition:.2s;}
div.formwrap form.registerForm {height:0;overflow-y:hidden;transition:.2s;}
div.formwrap form.asGuestForm {height:0;overflow-y:hidden;transition:.2s;}
div.formwrap form.resetPassword {height:0;overflow-y:hidden;transition:.2s;}
div.formwrap.login form.loginForm {height:auto;overflow-y:auto;}
div.formwrap.register form.registerForm {height:auto;overflow-y:auto;}
div.formwrap.asguest form.asGuestForm {height:auto;overflow-y:auto;}
div.formwrap.resetpassword form.resetpassword {height:auto;overflow-y:auto;}
div.formwrap.edituser form.editForm {height:auto;overflow-y:auto;}
div.formwrap.password form.passwordForm {height:auto;overflow-y:auto;}
div.formwrap.editaddress form.editaddressForm {height:auto;overflow-y:auto;}

.selectedAddress div.sel {height:auto;overflow:visible;transition:.2s;}
.selectedAddress.editing div.sel {display:none;}
.selectedAddress.editing div.formwrap {border:0;padding:30px 0 0 0;transition:.2s;
    box-sizing: border-box;position:relative;}

.selectedAddress div.sel p.notes {margin: 10px 0 0 0;font-size: 12px;
    padding: 0 0 0 10px;position: relative;}
.selectedAddress div.sel p.notes:before {content: "*";
    position: absolute;top: 0;left: 0;color: #ff5d5d;font-size: 16px;}

.editing div.formwrap form.editaddressForm {height:auto;overflow-y:auto;}
div.formwrap form.editaddressForm {height:auto;overflow-y:auto;}
div.formwrap form.editinvoicedetails {height:auto;overflow-y:auto;}

div.formwrap form div.inputwrap {display:flex;flex-wrap:wrap;transition:.2s;overflow:auto;}
div.formwrap form div.inputwrap label {width:100%;font-size:15px;line-height:1;margin-bottom:5px;font-weight:500;}
div.formwrap form div.inputwrap input {width:100%;border:1px solid rgb(202, 199, 197);
    background-color:rgb(250,250,250);width:100%;box-sizing:border-box;margin:0 0 13px;
    padding:8px 10px;font-size:18px;color:#000;font-family:'Manrope';font-weight:400;}
div.formwrap form div.inputwrap input:focus {background-color:#fff;}
div.formwrap form div.inputwrap input.disabled {color:rgba(0,0,0,.5);}


div.formwrap form div.inputwrap select {width:100%;border:1px solid rgb(202, 199, 197);
    background-color:rgb(250,250,250);width:100%;box-sizing:border-box;margin:0 0 13px;
    padding:8px 10px;font-size:18px;color:#000;font-family:'Manrope';font-weight:400;
    background:url(/images/arrow_select_box.png) no-repeat right 10px top 50% rgb(250,250,250);
    -moz-appearance: none;-webkit-appearance: none;
}
div.formwrap form div.inputwrap select:focus {background-color:#fff;}


div.formwrap form div.inputwrap a.submit {
    margin:5px 0 15px;
    text-align: center;
    width:100%;max-width: 260px;
    border: 0;
    display: block;
    background-color: #FF5D5D;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    border-radius:24px;
    letter-spacing: 1px;
    letter-spacing: 1.5px;
}
a.submit {
    margin:5px 0 15px;
    text-align: center;
    width:100%;max-width: 260px;
    border: 0;
    display: block;
    background-color: #FF5D5D;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    border-radius:24px;
    letter-spacing: 1.5px;
}

div.formwrap form div.inputwrap div.alert.on {height:auto;width:100%;padding:0 0 15px;
    color:#FF5D5D;font-size:16px;overflow-y:auto;}
div.formwrap form div.inputwrap div.alert {height:0;overflow-y:hidden;transition:0.2s;}

div.formwrap form div.inputwrap a.submit.black {background-color:#000;}

div.formwrap form div.options {display: flex;justify-content: space-between;
    margin:10px 0 30px;font-weight:300;font-size:14px;
    overflow:auto;transition:0.2s;}
div.formwrap form input.checkbox {display:none;}
div.formwrap form label.ch {cursor:pointer;color:#2b2d31;}
div.formwrap form label.ch:before {content:"";
    content: "";display: inline-block;
    height: 14px;width: 14px;
    border: 2px solid #fd977f;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0 10px 2px 0;
}
div.formwrap form input:checked+div label.ch:before {background-color:#fd977f;;}
div.formwrap form div.options a:before {content:"- ";}
div.formwrap form div.options a:hover {text-decoration: underline;}
div.formwrap form div.inputwrap label.wholesalecheck {margin:10px 0;}


div.formwrap form div.inputwrap.wholesale {overflow-y:hidden;height:0;}
div.formwrap form input.wholesale:checked ~ div.inputwrap.wholesale {overflow-y:auto;height:auto;}


/*div.writers_list {columns: 300px 3;}*/
div.writers_list input {display:none;}
div.writer_ {display:block;padding:20px 0;text-align:center;margin:0 0 5px;}
div.writer_ label {font-size:1.5em;cursor:pointer;transition: .2s;}
div.writer_ .poems {display:flex;height:0;overflow: hidden;padding:0;
    flex-wrap:wrap;transition:.2s;justify-content: center;}
div.writer_ .poems>* {width:30%;align-items: flex-start;margin:0 1.5% 0 1.5%;}
input:checked + div.writer_  {border-bottom:1px solid #131217;border-top:1px solid #131217;
    background-color:#fafafa;}
input:checked + div.writer_  label {}
input:checked + div.writer_  .poems {height:auto;overflow: hidden;padding:30px 0 30px;font-size:16px;
    font-weight:300;}
input:checked + div.writer_  .poems .poem {padding:20px 0;position:relative;}
input:checked + div.writer_  .poems h4 {font-weight:500;padding:0 0 6px 0;}
input:checked + div.writer_  .poems h4 span {font-size:0.82em;font-weight:300;}
input:checked + div.writer_  .poems p {padding:0;}

@media only screen and (max-width: 1150px) {
div.writer_ .poems>* {width:47%;}

}
@media only screen and (max-width: 750px) {
div.writer_ .poems>* {width:97%;}

}

div.giftwrap {padding:0 0 0 40px;}
div.giftwrap input.checkbox {display:none;}
div.giftwrap label.lab {
    display:block;
    padding:0 0 0 20px;
    cursor:pointer;
    font-size: 13px;
    font-weight: 500;
    color: #FF5D5D;
    letter-spacing: 1.5px;
    margin: 0 0 10px;
    position:relative;
}
div.giftwrap label.lab:before {content:"";display:block;
    position:absolute;top:3px;left:0;width:10px;height:10px;border:1px solid #999;background-color: #fff;
        border-radius:5px;}
div.giftwrap input:checked + label.lab:before {border:1px solid #FF5D5D;background-color: #FF5D5D;}

div.giftwrap span {display:block;padding:0 0 0 20px;margin:0 0 10px 0px;height:0;overflow-y:hidden;
        transition:.2s;font-size:14px;}
div.giftwrap input:checked ~ span {height:auto;}

/*
<div class='giftwrap'>"
                +"<input id='isgift' type='checkbox' class='checkbox' name='isgift' value='1' checked>"
                +"  <label class='lab' for='isgift'>"+langg.giftwrap+"</label>"
                +"  <span class='isgift'>"+langg.giftwrap_notes+"</span>"
                +"</div>*/


div.invoiceType {padding:0 0 0 40px;}
div.invoiceType input.checkbox {display:none;}
div.invoiceType label.lab {display:block;font-size:14px;color:#2b2d31;margin:0 0 20px;padding:0 0 0 20px;
    position:relative;font-weight:400;cursor:pointer;}
div.invoiceType label.lab b {font-weight:500;}
div.invoiceType label.lab:before {content:"";display:block;
    position:absolute;top:3px;left:0;width:10px;height:10px;border:1px solid #999;background-color: #fff;
        border-radius:5px;}
div.invoiceType input:checked + label.lab:before {border:1px solid #FF5D5D;background-color: #FF5D5D;}

div.payways {padding:0 0 0 40px;}
ul.payways {padding:0 0 0 0;list-style: none;}
ul.payways li {}
ul.payways input.checkbox {display:none;}
ul.payways label.payway {display:block;font-size:14px;color:#2b2d31;margin:0 0 20px;padding:0 0 0 20px;
    position:relative;font-weight:400;cursor:pointer;}
ul.payways label.payway b {font-weight:500;}
ul.payways label.payway:before {content:"";display:block;
    position:absolute;top:3px;left:0;width:10px;height:10px;border:1px solid #999;background-color: #fff;
        border-radius:5px;}
ul.payways input:checked + label.payway:before {border:1px solid #FF5D5D;background-color: #FF5D5D;}
ul.payways input:checked + label {font-weight:500;}
div.payways p {padding:20px 0 40px 0;font-size:14px;font-weight:300;}

div.payways p.failedtocharge {position:relative;border:1px solid #FF5D5D;
    padding:10px 15px;background-color: #fff;margin:0 0 30px;}

.payways div.accept {padding-bottom:10px;}
.payways div.accept input {display:none;}
.payways div.accept label.payway {display:block;font-size:14px;color:#2b2d31;margin:0 0 20px;padding:0 0 0 20px;
    position:relative;font-weight:400;cursor:pointer;}
.payways div.accept label.payway b {font-weight:500;}
.payways div.accept label.payway:before {content:"";display:block;
    position:absolute;top:3px;left:0;width:10px;height:10px;border:1px solid #999;background-color: #fff;
        /*border-radius:5px;*/}
.payways div.accept input:checked + label.payway:before {border:1px solid #FF5D5D;background-color: #FF5D5D;}
.payways div.accept label.payway a {text-decoration: underline;}

a.submit.completeorder {    background-color: rgb(72, 166, 210);
    padding: 12px 10px;
    color: #fff;
    max-width: 300px;
    box-sizing: border-box;
    line-height: 1.4;
    height: auto;}


div.termsText {padding:0 0 70px;}

div.myorders {margin:20px 0;padding:40px 0;}
div.myorders a {display:flex;border-bottom:2px solid #131217;font-size:20px;
    align-items: center;padding:10px 0;}
div.myorders a span.id {font-weight:500;width:50px;}
div.myorders a span.date {font-weight:500;width:250px;color:#F19179;font-size:25px;}
div.myorders a span.items {font-weight:300;padding-left:40px;font-size:25px;}

@media only screen and (max-width: 750px) {
    div.myorders a span.id {font-weight:500;width:50px;}
    div.myorders a span.date {font-weight:500;width:150px;color:#F19179;font-size:18px;}
    div.myorders a span.items {padding-left:10px;font-size:18px;}

}


p.orderaddedsuccesfully {font-size:28px;color:#FF5D5D;padding-bottom:80px;text-align: center;
    font-weight: 500}


p.searchresult {font-size:22px;color:#FF5D5D;padding-bottom:80px;text-align: center;
    font-weight: 500}

ul.designers {list-style:none;padding:0;margin:0;display:flex;flex-wrap: wrap;
    align-items: stretch;justify-content: space-between;}
ul.designers li {border-radius: 4px;margin-left:2%;margin-bottom:2%;width:32%;
  background-color: rgb(255,255,255);padding:0;transition: .2s;
  box-shadow: 0px 0px 18px 0px rgba(99, 118, 118, 0.2);
  }
ul.designers li:nth-child(3n + 1) {margin-left:0;}
ul.designers li a {display:block;width:100%;}
ul.designers li header {padding:30px 30px;border-bottom:1px solid #edeeee;}
ul.designers li header h2 {font-size: 19px;font-weight: 700;padding:0 45px 0 0;margin:0;
    }
ul.designers li header div.data {font-size: 14px;font-weight: 400;padding:30px 30px 0;}
div.anarticle ul.designers li header div.data img {width:100%;margin-bottom:30px;border-radius: 0;}

@media only screen and (max-width: 900px) {
    ul.designers li {margin-left:4%;margin-bottom:4%;width:48%;}
    ul.designers li:nth-child(3n + 1) {margin-left:4%;}
    ul.designers li:nth-child(2n + 1) {margin-left:0%;}
    ul.designers li header {padding:20px;}
    ul.designers li header h2 {font-size: 18px;font-weight: 700;padding:0 45px 0 0;margin:0;}

}
@media only screen and (max-width: 500px) {
    ul.designers li {margin:0 auto 4%;width:100%;max-width:350px;}
    ul.designers li:nth-child(3n + 1) {margin-left:auto;}
    ul.designers li:nth-child(2n + 1) {margin-left:auto;}
    ul.designers li header {padding:20px;}
    ul.designers li header h2 {font-size: 18px;font-weight: 700;padding:0 45px 0 0;margin:0;}

}


form.pagesearch {width:90%;max-width:700px;display:flex;align-items: center;justify-content: center;
    margin:0 auto 15px;transition:.2s}
form.pagesearch input {border:2px solid #000;height:50px;line-height: 45px;box-sizing: border-box;
    font-size:18px;letter-spacing: 1.3px;background-color:#fff;margin:0 5px;
    padding:0 15px;-moz-appearance: none;-webkit-appearance: none;
    border-radius:25px;}

form.pagesearch input.submit {font-size:12px;letter-spacing: 2px;color:#fff;
    background-color:#000;padding:0 25px;}
@media only screen and (max-width: 500px) {
    form.pagesearch {max-width:300px;flex-wrap: wrap;}
    form.pagesearch input {width:100%;margin:0 0 10px;}
}

ul.products li div.actions {display:none;justify-content: flex-end;
    position:absolute;top:10px;right:10px;z-index:-1;background-color:#fff;border-radius:4px;
    padding:4px 0;}
ul.products li:hover div.actions {z-index:20;display:flex;}
ul.products li div.actions a {width:20px;height:20px;margin:0 5px 0 5px;
    text-indent: -9000px;
}
ul.products li div.actions a.add {background:url(/images/cart_hov.png) no-repeat 50%;}
ul.products li div.actions a.addtofavorites {background:url(/images/fav_hov.png) no-repeat 50%;}
ul.products li div.actions a.removefromfavorites {background:url(/images/fav_remove_sm.png) no-repeat 50%;position:relative;
    background-size: contain}


div.nl_s_wrap {border-top:1px solid var(--black);background-image: linear-gradient(to right, var(--maincolor) 50% ,#fff 50%);transition:.2s;
}
div.nl_s_flex div.newsletter_wrap {display:flex;transition:.2s;width:95%;max-width:500px;
        position:relative;box-sizing: border-box;margin:0 auto;}


.newsletter_wrap form {display:flex;padding:38px 0 85px 0;box-sizing: border-box;transition:.2s;
        color:var(--forecolor);}
.newsletter_wrap form>* {height:40px;line-height:40px;}
.newsletter_wrap .alert {position: absolute;right:50px;bottom:10px;}
.newsletter_wrap form h3 {padding:0 0 0 80px;margin:0;font-weight: 600;font-size: 26px;
    background:url(https://www.n-t.gr/images/footer_newsletter.png) no-repeat 0 50%;}
.newsletter_wrap form input.email {background:transparent;margin:0 5px;box-sizing: border-box;
        border:0;font-size:14px;font-weight: 300;flex-grow:2;line-height:55px;padding:0 15px;
        border-bottom: 1px solid #999;}

.newsletter_wrap form div.accept {display: flex;}
.newsletter_wrap form div.accept input {background:transparent;width:30px;height:40px;box-sizing: border-box;
    border:0;margin:0 10px 0 0;-webkit-appearance: none;position:relative;cursor: pointer;}
.newsletter_wrap form div.accept input:after {content:"";display:block;width:15px;height:15px;line-height:15px;
    border:1px solid rgba(80,80,80,1);box-sizing: border-box;text-align: center;top:calc(50% - 7.5px);left:calc(50% - 7.5px);position: absolute;}
.newsletter_wrap form div.accept input:checked:after {content:"✓";color:rgba(80,80,80,1);}
.newsletter_wrap form div.accept a {color:var(--forecolor);text-decoration:underline;font-size: 11px;font-weight: 400;margin-right:10px;}


div.inlinefancywrap {display:none;}
div.forfancy {max-width:500px;}

.newsletter_wrap form button {
    border:0;
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 30px;
    background-color: #FF5D5D;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.3px;
    border-radius: 24px;
    font-weight: 600;
}

@media only screen and (max-width:1100px){
    div.nl_s_wrap {border-top:1px solid var(--black);background-image: none;}
    div.nl_s_flex {display:flex;flex-direction:column;width:100%;max-width:1300px;margin:0 auto;flex-wrap: wrap;}
    div.nl_s_flex div.newsletter_wrap {border-right:0;border-top:1px solid var(--black);background:var(--maincolor);width:100%;}
    .newsletter_wrap form {padding:28px 35px 85px 35px;}
}
@media only screen and (max-width:630px){
    .newsletter_wrap form  {flex-wrap: wrap}
    .newsletter_wrap form h3 {width:100%}
    .newsletter_wrap form input.email {margin-left:0;padding-left:0;}
}
@media only screen and (max-width:400px){
    .newsletter_wrap form {padding:20px 25px 20px 25px;}
    .newsletter_wrap form h3 {padding-left:0;background:none;}
    .newsletter_wrap form div.accept {position:absolute;right:0;}
}
