Your IP : 18.191.62.45


Current Path : /home/bitrix/ext_www/coffe.land/ru/media/css_secure/
Upload File :
Current File : /home/bitrix/ext_www/coffe.land/ru/media/css_secure/be4b256cbee5e22914b845e882f31f6d-1.0.488.css

.j2t-autoadd-cart {position:relative; background:#fff; padding:5px; margin-top:5px;}
.j2t-autoadd-cart-in {float:left; padding:5px; width: 150px; text-align: center;}
.j2t-autoadd-cart-in h2.product-name {display:block; height:35px; padding-top:5px;}
.j2t-autoadd-clear {clear:both; height:1px; font-size: 1px;}

.j2t-autoadd-line {display:block; color: red;}
.j2tautoadd-msgs .success-msg {background-image: url(img/j2t_autoadd.png);}
.autoadd-table {margin-top: 10px;}
.product-image-line {float:left; margin-right: 5px; border: 1px solid #c0c0c0;}
.clear-bottom-both {clear:both; font-size: 1px; height: 1px;}
h4.list-autoadd {font-size:11px;}
.block-giftcode .j2t-content {margin: 0; padding: 5px 9px; clear: both;}

.block-giftcode .buttons-set { clear: both; margin: 10px 0 0; padding: 8px 0 0; text-align: right;}
table.nespresso-translations,
table.nespresso-translations tr th,
table.nespresso-translations tr td {
    border: 1px solid silver;
}

table.nespresso-translations {
    max-width: 1000px;
}

table.nespresso-translations tr th {
    font-weight: bold;
    font-size: 16px;
    background-color: gray;
    color: black;
}

table.nespresso-translations tr.even {
    background-color: #f5f5f5;
}

table.nespresso-translations tr td.key,
table.nespresso-translations tr td.translation {
    max-width: 481px;
    min-width: 481px;
}

table.nespresso-translations tr td.translation.same {
    color: maroon;
}

table.nespresso-translations tr td.key pre {
    display: inline-block;
    max-width: 477px;
    min-width: 477px;
    white-space:normal;
}

/*
 * Default jvFloat theme.
 * modify it as you wish!
 */

.jvFloat {
	position: relative;
	/*display: inline;
	margin-top: 1em;*/
}

.jvFloat .placeHolder.required {
	color: red;
}

/* Start CSS3 Animations on supported browser */
.jvFloat .placeHolder {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	color: #986F38;
	font-size: 11px;
	/*font-weight: bold;*/
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: -webkit-transform 200ms, opacity 150ms, visibility 150ms;
	transition: transform 200ms, opacity 150ms, visibility 150ms;
	opacity: 0;
	visibility: hidden;
	white-space: nowrap;
	padding: 0 12px;
	margin: 15px 0 0 !important;
}

/*Allows textarea floating placeholder to be positioned distinctly from the normal .placeHolder class
 * This is required when working with Multiline text areas
 */
.jvFloat .placeHolder.textarea {
	/*top: 0px;*/
}

.jvFloat .placeHolder.active {
	display: block;
	visibility: visible;
	-webkit-transform: translate(0, -1em);
	-moz-transform: translate(0, -1em);
	-o-transform: translate(0, -1em);
	-ms-transform: translate(0, -1em);
	transform: translate(0, -1em);
	-webkit-transition: -webkit-transform 200ms, opacity 150ms, visibility 150ms;
	transition: transform 200ms, opacity 150ms, visibility 150ms;
	opacity: 1;
}

.jvFloat .placeHolder + input {
	-webkit-transition: padding 200ms;
	transition: padding 200ms;
}

.jvFloat .placeHolder.active + input {
	padding-top: 15px;
}