
/*! Version: 1.0.5 */
/*! Copyright: Adriano Belfiore */
/*! Data: 19/04/2021 */
/* ======================== */
/*	padding: top right bottom left;*/

input[type=radio],
input[type=checkbox]{
    outline: none;
}

/* COLONNE */
.option-column {
    display: flex;
    flex-flow: row wrap;
    position: relative;
    margin-right: 10px;
}
.option-column > * {
    flex: 1 95%;
}
.col-f1 { flex: 1 0; }
.col-f2 { flex: 2 0;}
.col-f3 { flex: 3 0;}
/*
	SETTING DIV FORM
==================================================================== */
.cl-line-space {
    margin:24px 0;
    border-top: 1px solid #d2d2d7;
}
.cl-sign-form {
    padding-bottom: 36px;
    /*width:340px;*/
    width:80%;
    margin: 0 auto;
    padding-left:20px;
}
.cl-sign-form.fixed {
    width: 380px;
    margin: 0 auto;
    padding-left:20px;
}
@media only screen and (max-width: 896px) {
    .cl-sign-form {
            /*width:280px;*/
            width:95%;
            padding-left:5%;
    }
    .cl-sign-form.fixed {
            width: auto;
    }
}
.rs-sign-fields {
    margin-bottom: 30px;
    margin-top:18px;
}
@media only screen and (max-width: 1023px) and(max-device-width: 736px) {
    .rs-sign-fields {
        margin-bottom: -4px;
        margin-top:16px
    }
}
.rs-sign-submit {
    padding-bottom: 10px;
/*	width: 380px;*/
/*	margin: 0 auto;*/

/*  margin-top:10px;*/
}
.rs-sign-submit.fixed {
    width: 380px;
    margin: 0 auto;
    padding-left:20px;
}
.float-right {
    float: right;
}

@media only screen and (max-width: 896px) {
    .rs-sign-submit.fixed {
            width: auto;
            padding-left:0px;
    }
}
@media only screen and (max-width: 1023px) and(max-device-width: 736px) {
    .rs-sign-submit {
        margin-top:28px;
    }
}

.rs-sign-link {
    margin-top: 4px;
    font-size: 17px;
    line-height: 1.47059;
    font-weight: 500;
    letter-spacing: -.022em;
}
@media only screen and (max-width: 1023px) and(max-device-width: 736px) {
    .rs-sign-link {
        font-size: 12px;
        line-height: 1.33337;
        font-weight: 500;
        letter-spacing: -.01em;
        margin-top:0;
    }
}
/* LINK
==================================================================== */
.rs-buttonlink {
    background: transparent;
    border: 0;
    color: #5c60a4;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    padding: 0;
    margin-left: 10px;
    vertical-align: inherit;
    cursor:pointer;
}

.rs-buttonlink,
html.touch .rs-buttonlink {
    text-decoration:none;
}

.rs-buttonlink:hover {
    text-decoration:underline;
}

.rs-buttonlink:active,
html.touch .rs-buttonlink:hover {
    text-decoration:none;
}

html.touch .rs-buttonlink:active {
    text-decoration:underline;
}

.rs-buttonlink:disabled {
    color: #86868b;
    cursor: default;
    text-decoration: none;
    pointer-events:none;
}






/* FORM
==================================================================== */

.form-title {
	display:block;
	position:relative;

	font-size:14px;
	font-weight:600;
	color:#617888;

	margin:18px 25px;
	padding-bottom: 12px;

	text-align:left;
	border-bottom:1px solid #d0d1d2;
}

@media screen and (max-width: 900px) {
	.form-title {
		margin:18px 0px;
		padding-left:10px;
	}
}

.form-textbox {
    position:relative;
    margin-top: 15px;
}
.form-textbox-input {
/*	padding: 0 5%;*/
	padding: 0 15px;
}

.form-field-100 > input,
.form-field-100 > select {
    width: 94%;
}

.form-textbox-input,
.form-textarea {
    font-size: 16px;
    line-height: 1.23536;
    font-weight: 500;
    letter-spacing: -.022em;

    height: 50px;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d7;
    box-sizing: border-box;

    text-align: left;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    color: #1d1d1f;
    background-color: hsla(0, 0%, 100%, .8);
    text-overflow: ellipsis;
}

.form-textarea {
 	font-size: 12px;
    height: 100px;
    width: 100%;
    border-radius: 15px;

    padding:10px;
}

/* header */
.form-textbox-input.header {
	font-size: 14px;
	height: 36px;
	width: 95%;
	padding:  0 0 0 20px;
}
/*
@media only screen and (max-width: 436px) {
	.form-textbox-input.header {
		width: 88%;
	}
}
*/

/* footer */
.form-textbox-input.footer {
	font-size: 14px;
	height: 20px;
	width: 90%;
	padding: 2px 0px 3px 5%;
}

/* shopping */
.form-textbox-input.shopping {
	height: 35px;
	padding-left: 15px;
	padding-top: 10px;
}





/*	LABEL
==================== */


.form-textbox-label  {
	color:#86868b;
    position: absolute;
    pointer-events: none;
    transition-timing-function: ease-in;
    transition-duration: .125s;
    top: 14px;
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 32px);
    left: 1rem;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -.022em;
}


/* header*/
.form-textbox-label.header {
	top: 12px;
	left:40px;
	font-size: 12px;
}


/* footer */
.form-textbox-label.footer {
    /*
        top: 5px;
	font-size: 10px !important;
    */
    top: 6px;
    font-size: 11px !important;
}

/*  Shopping */
.form-textbox-label.shopping {
	top: 10px;
	font-size: 12px;
}

.form-textbox-input textarea,
.form-textarea textarea {
    color: #1d1d1f;
    background-color:transparent;
}

.form-textbox-input.disabled,
.form-textbox-input:disabled,
.form-textarea.disabled,
.form-textarea:disabled {
    color: #86868b;
    -webkit-text-fill-color: #86868b;
    background-color:rgba(0, 0, 0, .02);
}

.form-textbox-input.disabled textarea,
.form-textbox-input:disabled textarea,
.form-textarea.disabled textarea,
.form-textarea:disabled textarea {
    color: #86868b;
    -webkit-text-fill-color:#86868b;
}

.form-textbox-input:-webkit-autofill,
.form-textarea:-webkit-autofill {
    color: #1d1d1f;
    caret-color: #1d1d1f;
    -webkit-text-fill-color: #1d1d1f;
    box-shadow: inset 0 0 0 100px #fffef2;
    border-color:#ffe045;
}

.form-textbox-input:-webkit-autofill:focus,
.form-textarea:-webkit-autofill:focus {
    box-shadow:0 0 0 4px rgba(0, 125, 250, .6), inset 0 0 0 100px #fffef2;
}


.form-textbox-input.focused,
.form-textbox-input:focus,
.form-textarea.focused,
.form-textarea:focus {
    /*border-color:#0071e3;*/
    border-color:#5c60a4;
}


.form-textbox-input::-webkit-contacts-auto-fill-button,
.form-textbox-input::-webkit-credentials-auto-fill-button,
.form-textarea::-webkit-contacts-auto-fill-button,
.form-textarea::-webkit-credentials-auto-fill-button {
    background-color:#1d1d1f;
}

.form-textbox-input:not(:disabled).focused ~ .form-textbox-label,
.form-textbox-input:not(:disabled):focus ~ .form-textbox-label,
.form-textbox-input:not(:disabled):valid[required] ~ .form-textbox-label,
.form-textarea:not(.disabled).focused ~ .form-textbox-label,
.form-textarea:not(.disabled):focus ~ .form-textbox-label,
.form-textarea:not(.disabled):valid[required] ~ .form-textbox-label {
    color:#74808b;

}

.form-textbox.in-error .form-textbox-input:not(:focus),
.form-textbox.in-error .form-textarea:not(.focused) {
    border-color: #e30000;
    background-color:#fff2f4;
}
.form-textbox.in-error .form-textbox-label,
.form-textbox.in-error .form-textbox-input:not(:disabled).focused ~ .form-textbox-label,
.form-textbox.in-error .form-textbox-input:not(:disabled):focus ~ .form-textbox-label,
.form-textbox.in-error .form-textbox-input:not(:disabled):valid[required] ~ .form-textbox-label,
.form-textbox.in-error .form-textarea:not(:disabled).focused ~ .form-textbox-label,
.form-textbox.in-error .form-textarea:not(:disabled):focus ~ .form-textbox-label,
.form-textbox.in-error .form-textarea:not(:disabled):valid[required] ~ .form-textbox-label {
    color:#e30000;
}


.form-textbox-input.focused ~ .form-textbox-label,
.form-textbox-input:focus ~ .form-textbox-label,
.form-textbox-input:valid[required] ~ .form-textbox-label,
.form-textbox-input[placeholder] ~ .form-textbox-label {
    font-size: 10px;
    line-height: 1.33337;
    font-weight: 400;
    letter-spacing: -.01em;
    top: 7px;
}


/* header */
.form-textbox-input.focused ~ .form-textbox-label.header,
.form-textbox-input:focus ~ .form-textbox-label.header,
.form-textbox-input:valid[required] ~ .form-textbox-label.header,
.form-textbox-input[placeholder] ~ .form-textbox-label.header {
    font-size: 10px;
	line-height: 1.1;
    font-weight: 400;
    opacity: 0.8;
    top:-4px;
    left: 20px;
}
.form-textbox-input.focused ~ .search-item,
.form-textbox-input:focus ~ .search-item,
.form-textbox-input:valid[required] ~ .search-item,
.form-textbox-input[placeholder] ~ .search-item {
	display:none;
}

/* footer */
.form-textbox-input.focused ~ .form-textbox-label.footer,
.form-textbox-input:focus ~ .form-textbox-label.footer,
.form-textbox-input:valid[required] ~ .form-textbox-label.footer,
.form-textbox-input[placeholder] ~ .form-textbox-label.footer {
    font-size: 8px;
	letter-spacing: 0.05em !important;
    font-weight: 600 !important;
    top: 1px;
    color:#adadad;
    display:none;
}

/* shopping */
.form-textbox-input.focused ~ .form-textbox-label.shopping,
.form-textbox-input:focus ~ .form-textbox-label.shopping,
.form-textbox-input:valid[required] ~ .form-textbox-label.shopping,
.form-textbox-input[placeholder] ~ .form-textbox-label.shopping {
    font-size: 10px;
	line-height: 1.1;
    font-weight: 400;
    top: 5px;
}


/* ..... focus */

.form-textbox-input.focused ~ .form-textbox-counter-wrapper,
.form-textbox-input.in-error ~ .form-textbox-counter-wrapper,
.form-textbox-input:focus ~ .form-textbox-counter-wrapper,
.form-textbox-input:valid[required] ~ .form-textbox-counter-wrapper {
    display:block;
}

.form-textbox-input.focused,
.form-textbox-input:focus,
.form-textarea.focused,
.form-textarea:focus {
 /*   box-shadow: 0 0 0 4px rgba(0, 125, 250, .6);*/
    box-shadow: 0 0 0 4px rgba(125, 132, 176, .5);
   /*
   #7d84b0
   #bec1d8 50%
   */
    outline:none;
}




/*
Button
=========================== */

.btn-form {
    cursor: pointer;
    background: #5c6098;
    text-transform:uppercase;
    text-align: center;
    white-space: nowrap;
	color: #fff;
    font-size: 16px;
    font-size: 1.5vw;
    font-size: 90%;
    line-height: 1.17648;
    font-weight: 600;
    letter-spacing: -.022em;
    opacity:1;

    padding: 0 10px;
   /* padding: 18px 31px;*/
    box-sizing: border-box;
    border-radius: 25px;

    min-width: 28px;
    width: 95%;
	height:50px;

    white-space: nowrap;
    display:inline-block;
}

.btn-form.h-35 {height:35px;}
.btn-form.fixed {
	float:right;
	max-width: 50%;
	clear: both;
}

@media screen and (max-width: 816px) {
    .btn-form { font-size: 110%; }
}
@media screen and (max-width: 636px) {
    .btn-form.fixed {max-width: 100%;}
}
@media screen and (max-width: 436px) {
	.btn-form { font-size: 100%; }
}

/* header */
.btn-form.header {
	font-size: 12px;
	height:30px;
	width: 50px;
	padding: 2px 15px 2px;
	margin-top:4px;
	margin-right:1px;
}

/* footer */
.btn-form.footer {
	font-size: 12px;
	height:20px;
	width: 50px;
	padding: 3px 15px 2px;
}
/* shopping */
.btn-form.coupon {
	font-size: 28px;
	background: #ccd1d3;
	height:31px;
	width: 50px;
	line-height: 0;
/*	padding-bottom: 5px;*/
	margin: 2px;
}
#add-coupon.inactive .btn-form.coupon {background: #ccd1d3;}
#add-coupon.active .btn-form.coupon {background: #5c6098;}

.btn-form.shopping {
	width: 100%;
}

/* button.light */
.btn-form.light {
    height:33px;
    width: 100%;
    /*font-size: 13px;*/
    padding:0 20px;
    text-transform:inherit;
}



.btn-form:hover {
    text-decoration:none;
	background:#9395ba;
    /* opacity:.65;*/

    box-shadow: 0 0 0 4px rgba(92, 96, 152, .8);

}

.btn-form:focus {
    box-shadow: 0 0 0 4px rgba(0, 125, 250, .6);
    outline:none;
}

.btn-form:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
.btn-form:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    box-shadow:none;
}

.btn-form:active {
    outline:none;
 /*   background:#5c6098;*/
 	opacity:.32;
}

.btn-form.disabled,
.btn-form:disabled {
    cursor:default;
    background: #5c6098;
    color: #fff;
    opacity:.32;
}







/* ==================== */
/* CHECKBOX switch
/* ==================== */



.form-check-input {
	margin-right: 5px;

}


/* The switch - the box around the slider - contenitore */

.form-check-switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 17px;
	float: left;
	margin-bottom: 10px !important;
	margin-right:15px !important;
}
@media screen and (max-width: 436px) {
   .form-check-switch {
		margin-right:10px !important;
		 display:block;
	}
}

/* Hide default HTML checkbox */
.form-check-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.form-check-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.form-check-slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .form-check-slider {
  background-color: #5c6194;
}

input:focus + .form-check-slider {
  box-shadow: 0 0 1px #5c6194;
}

input:checked + .form-check-slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.form-check-slider.check-round {
  border-radius: 17px;
}

.form-check-slider.check-round:before {
  border-radius: 50%;
}

.form-submit {
	margin-top: 15px;
	padding-right: 2px;
}

/* ==================== */
/* menÃ¹ a tendina
/* ==================== */



.form-element {
    position:relative;
   /* padding-top:0;*/
    margin-top: 15px;
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(0 0 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border:0;
}



/* form-dropdown
==================================== */

.form-dropdown {
    -webkit-appearance: none;
    -moz-appearance:none;
    padding-top:0;
}

.form-dropdown.disabled {
    background-color:#fafafa
}

.form-dropdown ~ .form-label {
    z-index:0
}



.form-dropdown {
    font-size: 16px;
    line-height: 1.23543;
    font-weight: 500;
    letter-spacing: -.022em;
    display: block;
    box-sizing: border-box;
    width: 95%;
    height: 50px;
    color: #333;
    padding: 0 36px 0 15px;
    text-align: left;
    background: hsla(0, 0%, 100%, .8);
    border: 1px solid #d6d6d6;
    border-radius: 25px;
    background-clip: padding-box;
}

.form-dropdown:focus {
	border-color:#5c60a4;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(125, 132, 176, .5)
}

.form-dropdown:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #333
}

.form-dropdown::-ms-expand {
    opacity: 0
}


.form-dropdown ~ .form-label {
    font-size: 12px;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: -.01em;
    position: absolute;
    top: .47059rem;
    left: 1rem;
    color: #666;
    pointer-events: none;
    padding: 0;
    z-index: 1
}



.form-dropdown option {
    color:#333;
}


.form-icon {
    display: none;
    position: absolute;
    top: 3px;
    right:16px;

}


.form-dropdown ~ .form-icon {
    display: block;
    pointer-events: none;
    color: #888;
    line-height:0;

    padding-right:5%;
    top: 18px;

  /*  background-image: url(https://img.icons8.com/material-rounded/24/000000/chevron-down.png);*/
}

@media only screen and (max-width: 736px) and(max-device-width: 736px) {
    .form-dropdown ~ .form-icon {
        right:16px;
    }
}






/* 	===============
	dataview
	======================  */

.dataview-body {
	text-align: center;
 	padding: 20px 0px;

 	margin:0 auto;

}

.dataview-body button {
	height:25px;
	width:auto;
	color:#475153;
	font-weight: 600;
	font-size: 14px;
	background: #f1f3f5;
	border: 1px solid #d1d7dc;
}
.dataview-body button:hover {
	background: #fff;
}

.dataview-body button.bt-paging-left {
	padding: 0 20px 0px 8px;
}
.dataview-body button.bt-paging-right {
	padding: 0 8px 0px 20px;
}
.dataview-body label.datagrid-pagnum {
	padding: 0 10px;
	font-size: 15px;
	color:#353d3f;
}

@media screen and (max-width: 436px) {
	.dataview-body button.bt-paging-left {
		padding: 0 10px 0px 4px;
	}
	.dataview-body button.bt-paging-right {
		padding: 0 4px 0px 10px;
	}
    .dataview-body button {
        height:18px;
        font-size: 12px;
    }
    .dataview-body label.datagrid-pagnum {
		padding: 0 5px;
		font-size: 12px;
	}
}
@media screen and (max-width: 260px) {
    .dataview-body label.datagrid-pagnum {
		display: block;
		margin:10px 0;
	}
}



/* Button numeri pagina
=========================== */


.btn-page-box {
	display: -ms-flexbox;
	display: flex;
	flex-direction:row; /* valore di default, si puÃ² omettere */
	justify-content: center;
}

.btn-page-item {
	height: 25px;

	min-width: 35px;

	cursor: pointer;
	color: #475153;
	text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.598;
	letter-spacing: -.022em;
	white-space: normal;

	display: inline-block;
	background: #f1f3f5;
	border: 1px solid #d1d7dc;
	box-sizing: border-box;
	border-radius: 25px;


	margin: 0 2px;
	padding: 0 5px;
}
.btn-page-item a:link {
	display:inline-block;
	text-decoration: none;
}
.btn-page-item:hover { background: #fff;}

.btn-page-item:focus {
    box-shadow: 0 0 0 4px rgba(0, 125, 250, .6);
    outline:none;
}

.btn-page-item:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
.btn-page-item:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    box-shadow:none;
}
.btn-page-item:active,
.btn-page-item.disabled {
    outline:none;
 	opacity:.52;
}

.btn-page-item.active {
    outline:none;
    background: #5c6098;
 	opacity:1;
}
.btn-page-item.active a {
	color: #fff;
	text-decoration: none;
}
.btn-page-item.disabled:hover {
	background: transparent;

}


.modal {
    z-index: 1000000;
}

/* Button "aggiungi al carrello" - "Recensioni" -"back"
=========================== */

.bttn {
    cursor: pointer;
    text-align: center;
    border: 0;
    border-radius: 15px;
    height: auto;
    min-height: 30px;
    opacity:1;
    white-space: nowrap;
    padding: 2px 10px;
}

.bttn-block {
    display: block;
    width: 95%;
}

@media screen and (max-width: 410px) {
	/*.bttn {
		width: 100% !important;
		padding-right:0px;
		min-width:100px;
	}*/
}
.btn-25 {height: 25px;font-size: 12px;/*width: 70%;*/}
.btn-33 {height: 33px;font-size: 14px;}
.btn-33 ~ .form-icon {top: 10px;}

.bt-violet {
	background: #5c6098;
}
/* RECENSIONI  - bt color gray */
.bt-grey {
	background: #f1f3f5;
	border: 1px solid #d1d7dc;
}
.bt-seagreen {
	background: #2087b3;
	width: 95%;
	text-transform: uppercase;
}
.bt-paleviolet {
	background: #df4a4a;
	width: 95%;
	text-transform: uppercase;
}

.bt-violet.reviews,
.bt-grey.reviews {width: 50%;}

.bt-violet .shop-label,
.bt-grey .shop-label {
	color: #fff;
	font-size: 14px;
    font-weight: 500;
    letter-spacing: -.022em;
	padding-top:5px;
	padding-bottom:6px;
	margin: 0 10px;
}
.bt-grey .shop-label {
	color: #353d3f;
}
.meta-prize .bt-violet .shop-label {font-size: 10px;}


.shop-label.screen {display: block;}
.shop-label.mobile {display: none;}

@media screen and (max-width: 900px) {
    .bt-violet {
    	width: 100%;
    	margin: 0 auto;
    }
    .bt-violet .shop-label,
    .bt-grey .shop-label  {
  		font-size: 13px;
  		text-align: center;
  		padding-top:3px;
  		padding-bottom: 4px;
    }
}
@media screen and (max-width: 410px) {
     .bt-violet {
    	margin:0;
    }
    .bt-violet .shop-label,
    .btn-33,
    .bt-grey .shop-label  {
  		font-size: 11px;
    }
    .shop-label.screen {display: none;}
    .shop-label.mobile {display: block;}
}





.bt-grey.active {display:inline;}
.bt-grey.off {display:none;}

@media screen and (max-width: 736px) {
    .bt-grey {
    	width: 100%;
    	margin: 0 auto;
    }
}

.bt-violet:hover,
.bt-grey:hover,
.bt-orchid:hover {
    text-decoration:none;
    opacity:0.8;
  /* background:#7277bc; */
}

.bt-grey:hover {
   background:#fff;
}
.bt-violet:focus {
    box-shadow: 0 0 0 4px rgba(0, 125, 250, .6);
    outline:none;
}

.bt-violet:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
.bt-violet:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
    box-shadow:none;
}

.bt-violet:active {
    outline:none;
    background:#5c6098;
}

.bt-violet:disabled {
    cursor:default;

    background: #5c6098;
    color: #fff;
    opacity:.32
}


/* LOGIN
========= */

#sellerLogin.inactive .cl-sign-form {display: none;}
#sellerLogin.active .cl-sign-form {display: block;}

#buyerLogin.inactive .cl-sign-form  {display: none;}
#buyerLogin.active .cl-sign-form  {display: block;}

#sellerLogin.active .bt-seagreen,
#buyerLogin.active .bt-paleviolet {
	-webkit-box-shadow:0 0 0 5px rgba(116, 121, 186, .9);
    box-shadow:0 0 0 5px rgba(116, 121, 186, .9);
    border:1px solid #5c6098;
}



/* BACk
========= */

.back-btn {
	width:120px;
	margin:20px;
}
@media screen and (max-width: 700px) {
    .back-btn {
    	width: auto;
    }
}
/* MORE
========= */
.more-btn {
    width:220px;
    margin:20px auto;
    position: relative;
/*	padding:20px;*/
}
.more-btn button .shop-label {font-size:14px;}
@media screen and (max-width: 700px) {
    .more-btn {
    	width: auto;
    	max-width: 80%; /* ? */
    }
    .more-btn button .shop-label {font-size:16px;}
}
/* END Button  ========================== */
/*
	SETTING DIV FORM FOOTER - SHOPPING CARD
==================================================================== */

.cl-sign-form-footer {
    position:relative;
    padding-bottom: 10px;
    margin: 0 auto;
}
.rs-sign-submit-footer {
    position:absolute;
    right: 30px;
    top: 1px;
}
@media screen and (max-width: 500px) {
    .rs-sign-submit-footer {right: 18px}
}
.cl-sign-form-shoppimg {
	position:relative;
	padding: 0 0px;
	margin-bottom: 40px;
}
.cl-sign-form-shoppimg input {
	width: 100%;
	padding-left: 0;
}
.rs-sign-submit-shoppimg {
	position:absolute;
	right:0px;
	top:0px;
}

/**/

.btn-print {
    position:absolute;
    right:20px;
    top:10px;
    width:100px;
    z-index:9;
}
.btn-print .rs-sign-submit {width:auto;}