.blackFridayBanner{
	background-color: #181818;
	height: 48px;
	display: flex;
	align-items: center;
	color: #fff;
	overflow: hidden;
}
.blackFridayBanner .container{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 48px;
}

.blackFridayBanner .container span{
	font-size: 20px;
	    font-weight: 900;
}

.blackFridayBanner .container img{
	max-width: 145px;
	    margin-top: 5px;
	}

.blackFridayBanner .container:before, .blackFridayBanner .container:after{
	display: none;
}


.blackFridayBanner .container span.SetionCoupon{
	    font-weight: 100;
    font-size: 16px;
}

.blackFridayBanner .container span.SetionCoupon span.couponCode{
	font-family: monospace;
    font-weight: 200;
    background-color: #eeeeee;
    color: #000;
    padding: 4px 16px;
    border-radius: 6px;
    margin-left: 8px;
}


@media(max-width:1412px) {
	.blackFridayBanner .container{
		width: 100% !important;
	}
}

@media(max-width:767px) {
	.blackFridayBanner{
		height: 60px;
	}
	
	.blackFridayBanner .container{
		height: 60px;
	}

	.blackFridayBanner .container img{
		display: none;
	}
		span.percentDiscount{
		text-align: right;
		font-size: 18px !important;
	}
	.blackFridayBanner .container span.SetionCoupon span.couponCode{
		margin-left: 0px;
		display: block;
	}

}


.descriptionProduct{
	    padding: 128px 0px;
}

.descriptionProduct .header_titolo h3{
    font-size: 32px;
    font-weight: 600;
        color: #4A4A4A;
        text-align: center;
        
        margin-bottom: 30px;	
}

.descriptionProduct img{
	width: 400px;
	margin-right: 16px;
}

.descriptionProduct ul, .descriptionProduct li{
	list-style: initial !important; 
}

.descriptionProduct .cont_desc{
	display: flex;
}

.descriptionProduct .right_desc{
	margin-left: 16px;
}

@media(max-width:767px) {
	.descriptionProduct .left_desc{
			display: none;
		}
	}
	
.swiper.useCases {
        width: 100%;
        height: 100%;
        position: relative;
      }

      .swiper.useCases .swiper-slide {
	  
    height: 350px;
    background-color: #f5f5f5;

      }

      .swiper.useCases .swiper-slide img {

      }



.descriptionProduct p{
	line-height: 26px;
}


.containerLlamaLessons .big-section img{
	position: absolute;
} 
.containerLlamaLessons .small-section{
	    display: flex;
    align-items: center;
}
.containerLlamaLessons .small-section .infoTextContainer{
	margin-left: 32px;
}
.containerLlamaLessons .big-section{
	padding: 5% 15%!important;
}
.containerLlamaLessons .big-section p, .containerLlamaLessons .big-section li span, .containerLlamaLessons .big-section p span, .containerLlamaLessons .big-section h2, .containerLlamaLessons .big-section h3, .containerLlamaLessons .big-section h4, .containerLlamaLessons .big-section h1{
	    font-family: 'Poppins' !important;
}
.containerLlamaLessons .big-section img.leftImagelessons{
	    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: auto;
}
.containerLlamaLessons .big-section img.bottomImagelessons{
    right: 0px;
    bottom: 0px;
    max-width: 350px;
}
.custom-lessons-container, .header_bottone_m{
	position: relative;
	z-index: 100;
}
h4.titleLlamaLessons{
	color: #ffffff;
	margin-top: 32px;	
	margin-bottom: 16px;
	font-size: 32px;
	font-weight: bold;
}
.view-lessonLLama{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.containerLlamaLessons{
	background-color: #ffffff;
	    position: relative;
	margin: 16px 0px;
	margin-bottom: 32px;
	border-radius: 10px;
	    overflow: hidden;
	        display: flex;
    align-items: center;
    justify-content: center;
        max-width: 700px;
        width: auto;
        transition: all .5s ease-in;
}
.containerLlamaLessons.expandedLlamaLessons{
	transition: all .2s ease-in;
	max-width: 1000px;
	width: auto;
}
.containerLlamaLessons .containerTextLessons{
	margin-left: 16px;
	    padding: 32px 32px 32px 30px;
}
.containerLlamaLessons .containerTextLessons span.titleLessons{
	font-weight: bold;
	margin-bottom: 16px;
	display: block;
	    color: #4A4A4A;
}
.containerLlamaLessons .containerTextLessons p{
	max-width: 550px;
	margin-bottom: 16px;
	line-height: 22px;
}
.containerLlamaLessons img.professorLlama{
	        margin-bottom: -125px;
    width: 250px;
}
.eq-ui-modal.modal-no-header .eq-ui-modal-header .eq-ui-modal-close.continue_as_guest{
color: #53718C;
}
.sectionSelectItems {
	z-index: 100;
	pointer-events: none;
	margin-top: 65px;
}
.swiper {
	width: 100% !important;
	height: 100%;
	overflow: hidden;
	position: absolute;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	width: 100%;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nav>li>a {
	padding: 10px 10px;
}
.sectionQuality {
	padding-bottom: 64px;
	background-color: #f5f5f5;
}
.sectionQuality .imgLeft .textCont,
.sectionQuality .imgRight .textCont {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: 32px 0px;
}
.sectionQuality .imgLeft .textCont {
	padding-left: 32px;
}
.sectionQuality .imgRight .textCont {
	padding-right: 32px;
}
.sectionQuality .imgLeft .textCont h4,
.sectionQuality .imgRight .textCont h4 {
	font-family: Poppins, sans-serif;
	font-size: 20px;
	color: #247078;
	text-decoration: none;
	font-weight: 600;
	margin-bottom: 16px;
}
.sectionQuality .imgLeft .textCont p,
.sectionQuality .imgRight .textCont p {
	line-height: 23px;
}
.sectionQuality .imgLeft,
.sectionQuality .imgRight {
	display: flex;
	margin-top: 64px;
}
.sectionQuality .imgLeft .imgCont,
.sectionQuality .imgLeft .textCont,
.sectionQuality .imgRight .imgCont,
.sectionQuality .imgRight .textCont {
	flex: 1;
}
.sectionQuality .imgLeft .imgCont img,
.sectionQuality .imgRight .imgCont img {
	max-width: 100%;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}
.noPostAvailable {
	min-height: 400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.pagebody.pagenews {
	padding-top: 16px;
	padding-bottom: 32px;
}
.pagebody.pagenews h2 {
	font-family: Poppins, sans-serif;
	font-size: 26px;
	color: #247078;
	text-decoration: none;
	font-weight: 600;
	margin-bottom: 16px;
	margin-top: 16px;
}
.pagebody.pagenews p {
	font-size: 20px;
	color: rgba(41, 41, 41, 1);
	line-height: 30px;
	margin-bottom: 32px;
}
.pagebody.pagenews b {
	font-weight: 700;
	color: #247078;
}
.pagebody.pagenews ul {
	margin-left: 32px;
	margin-bottom: 16px;
}
.pagebody.pagenews .archivio-news ul {
	margin-left: 0px;
	margin-bottom: 0px;
}
.pagebody.pagenews .containerElementsPreview {
	font-size: 16px;
}
.pagebody.pagenews .archivio-news ul li a.bloglinkdate {
	font-size: 14px;
	font-weight: 200 !important;
	line-height: 20px;
}
.pagebody.pagenews ul li {
	list-style: disc;
}
.sectionShipping .titolo_blocco {
	font-family: Poppins, sans-serif;
	font-size: 32px;
	line-height: 42px;
	font-weight: 600;
	color: #4A4A4A;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}
.sectionShipping {
	padding: 32px 0px;
}
.footerDivider {
	display: flex;
	flex-direction: row;
}
.columnfirst,
.columnSecond {
	flex: 1;
}
.conatinerSVG {
	/* background-color: #f5f5f5;*/
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 32px 0px;
	height: 100%;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 10%);
}
.container-text-proof {
	height: 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding: 32px;
}
.container-text-proof h3 {
	color: #4A4A4A;
	font-size: 26px;
	font-weight: 600;
	padding-bottom: 10px;
	padding-top: 30px;
}
.container-text-proof p {
	color: #000;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.79;
}
.review_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	padding: 16px 32px;
	border-bottom: 1px solid #f5f5f5;
}
.review_box .review_image {
	border-radius: 100%;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
}
.review_box .review_profile {
	flex: 1;
	padding-left: 16px;
}
.avatarComment img {
	width: auto;
	height: 100%;
	margin: auto;
}
.more_review .header_bottone_m .header_bottone_c {
	margin: auto;
}
.containerTitleReviews {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 32px;
}
.containerTitleReviews .number_review {
	text-align: center;
}
.containerTitleReviews .header_titolo {
	padding-bottom: 8px !important;
}
.containerTitleReviews .header_titolo h3 {
	font-size: 32px;
	font-weight: 600;
}
.containerTitleReviews .numberofreviews {
	margin-bottom: 10px;
	color: #4A4A4A;
}
.containerTitleReviews .stars_value_pre .star_value {
	margin-bottom: 4px;
}
.backgroundSectionComments {
	background-color: #ffffff;
}
.download-template {
	font-size: 14px;
	text-decoration: underline;
}
.noPostAvailable h1 {
	font-size: 26px;
}
.searchContainer {
	margin-top: 16px;
	position: relative;
}
.searchLabelResult {
	font-size: 22px;
	margin-top: 25px;
	margin-bottom: 27px;
}
.searchLabelResult span.highlightSerarch {
	font-weight: 700;
	color: #4A4A4A;
}
.searchLabelResult a.resetFilter {
	font-weight: 500!important;
	cursor: pointer;
}
.noPostAvailable a.resetFilter {
	margin-top: 16px;
	margin-left: 0px;
	font-size: 16px;
	font-weight: 500 !important;
	color: #C90000;
	cursor: pointer;
}
.searchContainer i.search-icon-blog {
	position: absolute;
	font-size: 24px;
	top: 10px;
	left: 10px;
}
.searchContainer input {
	height: 42px !important;
	width: 100% !important;
	border: none !important;
	-webkit-box-shadow: 2px;
	box-shadow: 2px;
	padding-left: 40px !important;
	-webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
	box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
	font-size: 18px;
}
.file_preview {
	text-align: left !important;
}
.drag-zone-label {
	text-align: center;
	font-size: 22px;
	line-height: 120px;
}
.drag-zone {
	background-color: #f5f5f5;
}
.fileupload-buttonbar {
	text-align: center;
	margin-bottom: 20px;
}
.attachment,
.ex-doc {
	display: inline-block;
}
.external-doc {
	position: relative;
	top: 40px;
	margin-bottom: 40px;
}
.upload_field {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.right-button {
	float: right;
	position: relative;
	top: -10px;
}
/* header {
	position: fixed;
	width: 100%;
	z-index: 999;
	-webkit-box-shadow: 0 3px 15px rgb(0 0 0 / 20%);
	box-shadow: 0 3px 15px rgb(0 0 0 / 20%);
} */
.showonpaymentoptions {
	display: none;
	margin: 0px 0px 5px 0px;
}
body.upload-modal-active {
	overflow: hidden !important;
}
.pac-container.pac-logo.hdpi {
	z-index: 99999
}
.pac-container {
	z-index: 1051 !important;
}
.eq-ui-search.eq-ui-search-expandable input {
	margin-left: 0;
}
.eq-ui-search.eq-ui-search-expandable.active input#search-contact-input {
	margin-left: 32px;
}
.dropdown-menu.mega-dropdown {
	left: 0 !important;
	top: 68px;
	position: fixed !important;
	width: 100% !important;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	background-color: #63B7B7;
	border-bottom: 2px solid #ffffff;
	padding-top: 20px;
	min-height: 590px;
}
.dropdown-menu.mega-dropdown #mega-menu.striscia_1 .page-header-title {
	font-size: 50px;
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	line-height: 1;
	letter-spacing: normal;
	color: #ffffff;
	margin-top: 20px;
}
.dropdown-menu.mega-dropdown #mega-menu.striscia_1 .page-header-subtitle {
	font-size: 18px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	margin-top: 20px;
}
.product_page .dropdown-menu.mega-dropdown #mega-menu.striscia_1 .spazio_sticker_pre,
.category_page .dropdown-menu.mega-dropdown #mega-menu.striscia_1 .spazio_sticker_pre {
	padding-top: 0;
	padding-bottom: 0;
}
.dropdown-menu.mega-dropdown #mega-menu.striscia_1 {
	padding: 0;
	background: none;
}
.dropdown-menu.mega-dropdown #mega-menu.striscia_1 .spazio_sticker_pre .sticker_tabella {
	height: auto;
	min-height: 150px;
}
.dropdown-menu.mega-dropdown #mega-menu.striscia_1 .left-image-header {
	position: absolute;
	bottom: 0;
	max-width: 400px;
}
.dropdown-menu.mega-dropdown #mega-menu.striscia_1 .sticker_titolo h2 {
	color: #ffffff;
	font-weight: 600;
	text-align: center;
	font-size: 13px;
}
.dropdown-menu.mega-dropdown #mega-menu.striscia_1 .sticker_img img {
	/* max-height: 50%;
     */
	max-width: 130px;
}
.dropdown-menu.mega-dropdown #mega-menu.striscia_1 .spazio_sticker_m {
	margin-bottom: 10px;
	height: 165px;
}
.dropdown-menu.mega-dropdown #mega-menu.striscia_1 .spazio_sticker_m:hover .spazio_sticker_c {
	background-color: rgba(239, 239, 239, 0.5);
	border-radius: 30px;
}
.dropdown-menu.mega-dropdown #mega-menu.striscia_1 .spazio_sticker_m .spazio_sticker_c {
	/* padding: 20px;
     */
}
.navbar-default .navbar-nav>.open>a {
	background-color: #f9f9f9 !important;
}
.navbar-default .navbar-nav>.open>a {
	color: #C90000 !important;
}
.dropdown-men.mega-dropdownu #mega-menu .mega-col.col-right {
	overflow: auto;
	height: 565px;
}
@media (max-width: 767px) {
	.login-modal-container {
		height: calc(100vh - 126px);
	}
	.navbar-collapse{
		padding: 0px;
	}
	.navbar-collapse.in {
		overflow-y: auto;
		max-height: calc(100vh - 68px);
	}
	#megamenu-mobile ul {
		list-style-type: none;
	}
	#megamenu-mobile img {
		vertical-align: middle;
		width: 60px;
	}
	#megamenu-mobile ul li {
		padding: 5px 15px;
		background: -o-linear-gradient(right, #4A4A4A, #79A7AC);
		background: -webkit-gradient(linear, right top, left top, from(#4A4A4A), to(#79A7AC));
		background: linear-gradient(to left, #4A4A4A, #79A7AC);
	}
	#megamenu-mobile ul li p {
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
	}
	#megamenu-mobile ul li p a {
		color: #fff;
	}
	.dropdown-menu.mega-dropdown {
		left: auto;
		top: auto;
		position: relative !important;
		width: 100% !important;
		background: none;
		border-bottom: none;
		padding-top: 0;
		min-height: auto;
	}
}
#shipment_options_left h2 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 800;
	padding: 10px 16px;
	border-bottom: 1px solid #4A4A4A;
}
select.material_cart_select {
	display: block;
	margin-top: 10px;
	border: none;
	width: 150px;
	color: #fff;
    background: linear-gradient(165deg, #C90000 0%, #990000 100%);
	font-weight: bold;
	padding: 5px;
	background-color: #C90000;
	border-radius: 5px;
	-webkit-appearance: none;
	background-image: -o-linear-gradient(45deg, transparent 50%, #fff 50%), -o-linear-gradient(315deg, #fff 50%, transparent 50%), -o-linear-gradient(left, transparent, transparent);
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
	background-position: calc(100% - 11px) calc(1em - 4px), calc(100% - 6px) calc(1em - 4px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
}
select.quantity_select,
input.quantity_input {
	border: none;
	border-radius: 5px;
	width: 75px;
}
input.quantity_input {
	padding: 3px 10px;
	border: 1px solid #ccc;
}
select.quantity_select {
	margin-top: 10px;
	border: none;
	color: #fff;
    background: linear-gradient(165deg, #C90000 0%, #990000 100%);
	font-weight: bold;
	background-color: #C90000;
	border-radius: 5px;
	padding: 5px;
	-webkit-appearance: none;
	background-image: -o-linear-gradient(45deg, transparent 50%, #fff 50%), -o-linear-gradient(315deg, #fff 50%, transparent 50%), -o-linear-gradient(left, transparent, transparent);
	background-image: linear-gradient(45deg, transparent 50%, #fff 50%), linear-gradient(135deg, #fff 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
	background-position: calc(100% - 11px) calc(1em - 4px), calc(100% - 6px) calc(1em - 4px), 100% 0;
	background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
	background-repeat: no-repeat;
}
.custom-lessons-container {
}
#cart_popup_table select.quantity_select,
#cart_popup_table input {
	margin-left: 10px;
	margin-top: 0;
	width: 75px;
}
.quantity_input {}
#cart_popup_table_cont #shipment_options_left .eq-ui-form-group {
	padding: 10px;
	border-radius: 15px;
	cursor: pointer;
}
span.title_delivery {
	margin-bottom: 5px;
	display: inline-block;
}
span.title_delivery.first-title-delivery {}
#cart_popup_table_cont #shipment_options_left .eq-ui-form-group:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
#cart_popup_table_cont #shipment_options_left .eq-ui-form-group label {
	padding-left: 30px;
}
/* #cart_popup_table_cont #shipment_options_left .eq-ui-form-group label:before, #cart_popup_table_cont #shipment_options_left .eq-ui-form-group label:after {
     display:none;
}
 */
.container-category-header {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	bottom: 0px;
}
.container-category-header .image-category-banner-left,
.container-category-header .image-category-banner-right {
	bottom: -20px;
}
.container-category-header .image-category-banner-left img.left-image-header,
.container-category-header .image-category-banner-right img.left-image-header {
	width: 25vw;
	max-width: 250px;
}
.container-category-header .image-category-banner-right {
	right: 0;
}
#shipment_options_left input.eq-ui-input[type="radio"]:checked+label:after {
	border: 2px solid #5a5a5a;
	background: -o-linear-gradient(165deg, #C90000, #990000);
	background: linear-gradient(165deg, #C90000 0%, #990000 100%);
	background: linear-gradient(to 165deg, #C90000, #990000);
}
#shipment_options_left {
	/* margin-bottom: 50px;
     */
	overflow: hidden;
	/* padding-bottom: 20px;
     */
}
#shipment_options_left .eq-ui-form-group {
	padding-bottom: 20px;
	margin-bottom: 0;
	display: table;
	/* border: 2px solid transparent;
     */
	/* padding: 10px;
     */
}

#shipment_options_left .eq-ui-form-group label {
    height: auto !important;
}

.first-col-btn-container {
	margin-top: 30px;
}
#shipment_options_left .eq-ui-form-group.active {
	/* border: 2px solid #C90000;
     */
}
span.title_delivery {
	font-size: 15px;
	font-weight: 700;
	color: #4A4A4A;
}
span.date_delivery {
	color: #000;
	font-weight: 600;
	font-size: 14px;
	display: block;
}
span.how_long_take,
#lineitems div {
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
#lineitems {
	margin-bottom: 15px;
}
span.delivery_date_lab {
	font-size: 14px;
}
.upload-art-from-cart,
.not_approved_coupon {
	color: #fca260;
}
.not_approved_coupon {
	margin-top: 8px;
}
i.alert-icon-upload {
	font-size: 22px;
	vertical-align: middle;
	margin-right: 5px;
}
i.artwork-preview-view {
	font-size: 22px;
	vertical-align: middle;
	margin-right: 5px;
}
.container-list-status ul.list-status li {
	display: inline-block;
	text-align: center;
	width: calc(14.3% - 4px);
	padding: 10px 0px;
	margin: 30px 0px 30px 0px;
	cursor: pointer;
	color: #969696;
	font-size: 15px;
}
.container-list-status ul.list-status li a {
	display: block;
	text-decoration: none;
	color: #969696;
}
.approxlabel.notallowedlabel span.sentence_sorry_wrong {
	display: block;
	padding: 15px 0px !important;
	font-weight: 300;
	color: #4A4A4A !important;
}
.approxlabel.notallowedlabel span.sentence_sorry_wrong_options {
	background-color: #4A4A4A;
	color: #fff !important;
	text-align: center;
	font-size: 14px;
	padding: 8px 15px;
	text-transform: inherit;
	margin-right: 5px;
}
.container-info-size {
	margin-bottom: 7px;
}
.container-info-size span.button_info_button {
	font-size: 20px !important;
	vertical-align: middle;
}
.container-info-size a {
	font-size: 12px;
	text-decoration: none !important;
	vertical-align: middle;
	color: #a61c2f;
}
p.container-img-modal-info {
	text-align: center;
	padding: 20px 0px;
}
p.container-img-modal-info img {
	width: 100%;
	max-width: 200px;
}
.container-info-size span i {
	font-size: 18px;
	color: #a61c2f;
}
.container-list-status ul.list-status li.active {
	border-bottom: 2px solid #4A4A4A;
	color: #4A4A4A;
	font-weight: 800;
}
.container-list-status ul.list-status li.active a {
	color: #4A4A4A;
}
.order_table_panel .eq-ui-card-title {
	padding: 0px !important;
}
.order_table_panel .eq-ui-card-menu {
	top: 2px !important;
}
.container-list-status ul.list-status li span.number_el_ord {
	background-color: #969696;
	border-radius: 18px;
	padding: 4px 5px;
	color: white;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	display: inline-block;
}
#eq-ui-modal-login {
	/*max-width: 475px;*/
}
.empty_items {
	text-align: center;
	font-size: 32px;
	color: #ccc;
	padding: 50px 0px;
}
.box-all-orders {
	display: none;
}
.box-all-orders.show-box-category-order {
	display: block;
	min-height: 300px;
}
.container-list-status ul.list-status li.active span.number_el_ord {
	background-color: #4A4A4A;
}
.media-middle {
	text-align: left;
}
table.cart_popup_table tbody tr {
	height: 75px;
	border-bottom: 1px solid #ccc;
}
table.cart_popup_table tbody tr:last-child {
	border: none;
}
table.cart_popup_table tbody tr td span.cart_item_label {
	margin-top: 8px;
}
.default_shipping_address_line {
	background-color: white;
	padding: 10px;
}
header.submenu-header {
	z-index: -1;
	position: static;
}
.useraccountclass.active,
.userordersclass.active {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin-top: 10px;
}
.media-body h4.username {
	font-weight: 800;
	color: #4A4A4A;
	font-size: 22px;
}
.remove-shadow-new {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.title-sect-cost-text {
	padding: 10px 0px;
	color: #4A4A4A;
	font-weight: 700;
}
#default_shipping_address,
#default_billing_address {
	font-weight: 600;
	color: #4A4A4A;
}
.table-order-det {
	border: none;
}
.table-order-det .eq-ui-collapsible-body {
	border: 1px solid #ddd;
}
.border-table-new-det {
	border: 1px solid #ddd;
}
.table-order-det .eq-ui-collapsible-header {
	border: none;
}
.table-order-det .eq-ui-collapsible-body-inner {
	padding: 0px !important;
}
.user-order-section .eq-ui-card-title {
	padding-top: 0px !important;
}
a {
	text-decoration: underline;
	font-weight: 600 !important;
}
header a {
	text-decoration: none;
	font-weight: 600 !important;
	color: #4A4A4A;
}
footer a {
	text-decoration: none;
	font-weight: 600 !important;
}
/* .padding-top-for-header {
	padding-top: 68px !important;
} */
.custom_cart_content .container-fluid {
	padding-top: 0px !important;
}
span.my-cart-label {
	position: absolute;
	font-size: 10px;
	bottom: -10px;
	left: 20px;
	vertical-align: middle;
	line-height: 45px;
}
span.my-account-label {
	position: absolute;
	font-size: 10px;
	width: 85px;
	bottom: 12px;
	left: 12px;
	margin: auto;
}
.title-account .page-header-container {
	margin: 25px 0;
}
.title-account .page-header-container .page-header-title {
	font-size: 42px;
	font-weight: 700;
	color: #4a4a4a;
	text-align: center;
	padding-bottom: 0px;
}

.title-account .page-header-container .page-header-title h1 {
	font-size: 42px;
}

.cart_popup_table-big-body td {
	text-align: center;
}
@media(max-width:992px) {
	.sectionQuality .imgLeft,
	.sectionQuality .imgRight {
		flex-direction: column;
	}
	.sectionQuality .imgLeft .textCont,
	.sectionQuality .imgRight .textCont {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.sectionQuality .imgRight .textCont {
		order: 2;
	}
	.sectionQuality .imgRight .imgCont {
		order: 1;
	}
	.product_page .striscia_product .select_size_pre .select_size_box_m .select_size_box .new-button-container span.boxed {
		width: 47.6% !important;
		padding: 10px !important;
		/*fix alignment on mobile*/
	}
	.product_page .striscia_product .select_size_pre .select_size_box_m .select_size_box .new-button-container.quantity-box span.boxed {
		width: calc(96% + 6px) !important;
	}
	.or_label {
		display: block !important;
	}
	#shipment_options_left .eq-ui-form-group:first-child {
		margin-bottom: 20px !important;
	}
	.container-category-header .image-category-banner-left img.left-image-header {
		display: none;
	}
	.container-category-header .image-category-banner-right img.left-image-header {
		display: none;
	}
}
@media(max-width:768px) {
	.footerDivider {
		flex-direction: column;
	}
	/* .padding-top-for-header {
		padding-top: 68px !important;
	} */
	#eq-ui-modal-login {
		max-width: none;
	}
	.container-list-status ul.list-status li {
		width: 100%;
	}
	.container-list-status ul.list-status li a {
		display: inline-block;
	}
	.container-list-status ul.list-status li span.number_el_ord {
		margin-top: 10px;
	}
	.container-list-status ul.list-status li {
		margin: 10px 0px 10px 0px;
	}
	.container-table-cart {
		/* margin-top: 30px; */
	}
	.new-section-title-container .eq-ui-form-group.eq-ui-input-field.space-section-checkout input {
		width: 100% !important;
		display: block;
	}
	.new-section-title-container .eq-ui-form-group.eq-ui-input-field.space-section-checkout #email_guest {
		width: 100% !important;
		display: block !important;
	}
}
@media(max-width:700px) {
	.post-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.post-container .containerElementsPreview {
		padding-left: 0px !important;
		padding-top: 16px;
	}
}
@media(max-width:500px) {
	header {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	span.my-account-label {
		position: absolute;
		font-size: 14px;
		width: 85px;
		bottom: auto;
		top: 38px;
		left: 65px;
		margin: auto;
	}
	/* .padding-top-for-header {
		padding-top: 68px !important;
	} */
}
@media(min-width:768px) and (max-width:991px) {
	/* .container-table-cart {
         overflow-x: auto;
    }
     */
	/* .custom_cart_content {
         min-width: 615px;
    }
     */
	.dropdown-menu #mega-menu.striscia_1 .sticker_img img {
		max-width: 100%;
	}
	.dropdown-menu #mega-menu.striscia_1 .sticker_titolo h2 {
		font-size: 12px !important;
	}
}
@media(min-width:768px) and (max-width:991px) and (orientation: portrait) {
	.cart_popup_table .hidden-xs {
		display: none !important;
	}
	.cart-page .cart-section .custom_cart_content .cart_popup_table tbody tr td {
		float: left;
	}
	.cart_popup_table .visible-xs,
	.cart_popup_table .remove-label-mobile {
		display: block !important;
	}
	.cart_popup_table .min-width-130-tablet {
		min-width: auto !important;
	}
	.cart_popup_table td .price {
		margin-top: 20px;
		display: block;
	}
}

.confirm-artwork-crop {
	display: inline-block;
	margin-top: 20px;
	/* margin-left:20px;
     */
	height: 50px;
	padding: 10px !important;
}
.show-mobile-only {
	display: none;
}
@media(max-width:1000px) {
	.hide-mobile {
		display: none;
	}
	.show-mobile-only {
		display: block;
	}
	.artwork_preview_container h2 {
		margin-bottom: 15px;
	}
	.confirm-artwork-crop {
		margin-left: 0 !important;
		margin-bottom: 30px !important;
	}
}
/* Swiper*/
.swiper-button-next {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 35px;
	padding: 30px;
	display: none;
}
.swiper-button-prev {
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 35px;
	padding: 30px;
	display: none;
}
.swiper-container {
	width: 100%;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #fff;
}
.thumbnail-diff.swiper-slide {
	background-size: cover;
}
.gallery-thumbs {
	height: 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 !important;
}
.gallery-thumbs .swiper-slide {
	width: 100px;
	height: 100%;
	opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
@media(max-width:767px) {
	.swiper-container {
		height: 300px;
	}
	.gallery-thumbs {
		height: 100px;
	}
	.login-section {
		padding: 0px 5px 10px 5px !important;
	}
	.cart_popup_table td .price {
		margin-top: 8px;
		display: block;
	}
	/* .eq-ui-mobile-modal{
         top: 0% !important;
         width: 100% !important;
    }
     */
}
/* --------*/
html.is-touch .spazio_sticker_m:hover .sticker_titolo h2 {
	color: #4A4A4A !important;
}
p.skip-later a {
	font-weight: 600;
}
.upload-modal-content.content-cart {
	line-height: 26px;
	min-height: 358px;
}
.upload-modal-content.content-cart h2 {
	line-height: 32px;
}
.uploader {
	position: relative;
	overflow: hidden;
	width: 300px;
	height: 150px;
	background: #f3f3f3;
	border: 2px dashed #e8e8e8;
	padding: 50px;
}
#filePhoto {
	position: absolute;
	width: 300px;
	height: 150px;
	top: 0px;
	left: 0;
	z-index: 2;
	opacity: 0;
	cursor: pointer;
}
.uploader img {
	position: absolute;
	width: 302px;
	height: 352px;
	top: -1px;
	left: -1px;
	z-index: 1;
	border: none;
}
.uploadinput {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
	cursor: pointer;
}
.fileinput-button {
	position: relative;
	overflow: hidden;
	margin: 40px auto auto;
	width: auto;
	font-size: 21px;
}
.fileinput-button .icon-plus {
	display: inline-block;
	margin-top: 5px;
}
.upload-b,
.upload-b:hover,
.upload-b:visited {
	background: -o-linear-gradient(top, #DF9084, #C90000);
	background: -webkit-gradient(linear, left top, left bottom, from(#DF9084), to(#C90000));
	background: linear-gradient(to bottom, #DF9084, #C90000);
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px #333333;
	box-shadow: 0 0 10px #333333;
	text-align: center;
}
.upload-b span {
	color: #333;
	font-size: 16px;
}
.preview_added {
	color: #148d74;
	cursor: pointer;
}
#allsummary {
	position: relative;
}
@media only screen and (max-width: 767px) {
	.spazio_sticker_m {
		padding: 0px 0 !important;
	}
	.product_page .striscia_2 .spazio_sticker_pre {
		padding-bottom: 0px !important;
	}
	.striscia_2 .titolo_blocco {
		padding-bottom: 0px !important;
	}
	.product_page .striscia_2 {
		padding: 50px 0 !important;
	}
	.striscia_2 .titolo_blocco.keep-padding {
		padding-bottom: 30px !important;
	}
}
.striscia_2 .titolo_blocco.keep-padding.margintop40 {
	margin-top: 40px;
}
span.customsize-loader,
.approxlabel.notallowed {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: white;
	vertical-align: middle;
	margin-left: 5px;
	width: 32px;
	height: 32px;
	border-radius: 20px;
}
span.customsize-loader.notallowed {
	background-color: #CF2326;
	text-align: center !important;
	font-size: 23px !important;
	font-weight: bolder !important;
}
span.customsize-loader.notallowedlabel {
	color: #CF2326 !important;
	width: 130px !important;
	vertical-align: bottom;
}
span.customsize-loader.approved {
	background-color: #1bbc9b;
}
span.customsize-loader.approved {
	background-color: #1bbc9b;
}
.approxlabel.notallowed {
	background-color: #fca260;
}
.approxlabel.notallowedlabel {
	color: #FA7410;
}
span.customsize-loader i,
span.customsize-loader span,
.approxlabel.notallowed span {
	color: #fff !important;
}
span.customsize-loader span {
	position: relative;
	left: 1px;
}
.approxlabel.notallowed span {
	position: relative;
	left: 5px;
	top: 1px;
}
.container_loader_prod_search {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	/*background-color: rgba(0, 0, 0, 0.1);
    */
}
.eq-ui-loader-ring_for_material-mini {
	left: calc(50% + 100px);
}
.medialist .eq-ui-loader-ring_for_material-mini {
	left: 60% !important;
}
.customsize-loader.eq-ui-loader-ring_for_material-mini {
	position: absolute;
	vertical-align: top;
	display: inline-block;
	top: 0;
	margin: 0;
	left: 0;
	right: 0;
	width: 40px;
	height: 40px;
	bottom: 0;
	margin: auto;
}
.customsize-loader .eq-ui-loader-ring-light-mini,
.customsize-loader .eq-ui-loader-ring-track-mini {
	width: 40px;
	height: 40px;
}
.faq_single_element {
	height: auto !important;
	min-height: 3rem;
	line-height: 25px !important;
	padding: 15px 0px;
}
.faq_single_element span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flex-class {
	display: -webkit-box !important;
	display: -ms-flexbox!important;
	display: flex!important;
}
@media(max-height:700px) {
	.navbar-default .navbar-collapse {
		height: calc(100vh - 59px);
	}
}
.capitalize {
	text-transform: capitalize;
}
@media (min-width: 500px) and (max-width:768px) {
	.min-width-130-tablet {
		min-width: 130px;
	}
}
span.pricing-modal {
	font-weight: 600;
	font-size: 18px;
	color: #ac1e2e !important;
}
span.formula {
	font-size: 18px;
	color: #4A4A4A !important;
	padding-bottom: 12px;
	font-weight: 600;
}
.side_cart_list {
	padding: 10px 15px;
	background-color: white;
	border-radius: 5px;
	text-align: left;
	border-radius: 5px;
	text-align: left;
}
.shipto {
	font-size: 14px;
	line-height: 22px;
	position: relative;
	margin-bottom: 5px;
}
.new-section-title-container div.title {
	padding-bottom: 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #4A4A4A;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	color: #000;
	margin-top: 0px;
	font-style: normal;
}
.side_cart_list a.changeshipping {
	font-size: 12px;
}
.side_cart_list .dev_opt_small_cart,
.new-section-title-container div.title {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
	color: black;
	margin-top: 0;
	font-style: normal;
	margin-bottom: 15px;
	border-bottom: 1px solid #4A4A4A;
	padding-bottom: 15px;
}
.new-section-title-container div.title {
	padding-left: 15px;
}
.side_cart_list h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0px;
	line-height: 22px;
}

.side_cart_list h2.total {
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 15px;
	font-style: normal;
	display: flex;
    justify-content: flex-end;
}

.side_cart_list h2.total span{
	margin-left: 32px;
}
.first-col-btn-container {
	border-top: 2px solid #ccc;
}
.first-col-btn-container h2.total {
	padding-top: 20px;
	padding-bottom: 40px;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 0px;
	font-style: normal;
}
.dev_opt_small_cart_mobile {
	display: none;
}
@media (max-width: 767px) {
	.dev_opt_small_cart {
		display: none;
	}

	/* .cart-page .padding-top-for-header {
		overflow-x: hidden;
	} */
	.first-col-btn-container h2.total {
		padding-top: 40px;
	}
	.dev_opt_small_cart {
		display: none;
	}
	.dev_opt_small_cart_mobile{
		display: flex !important;
	    align-items: center;
	    justify-content: space-between;
	    height: 52px;
	    padding: 0px 16px;
	}	
	.dev_opt_small_cart_mobile .button-style-mobile{
	    width: 36px;
	    height: 36px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    border-radius: 100%;
	    font-size: 26px;
	}
	.container-list-of-purchase{
		box-shadow: inset 0px -1px 10px rgb(0 0 0 / 15%);
	}
	#all_order_summary {
		display: none;
	}
	/* .checkout_section .container {
		padding: 0 !important;
	} */
	.checkout_section .content-side {
		border-radius: 0px !important;
	}
	.checkout_section {
		padding-top: 2px !important;
	}
	.checkout_section .content-side {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}
.side_cart_list h2.saving-line {
	padding-top: 15px;
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 0;
	margin-top: 0px;
	font-style: normal;
}
#saving-label {
	float: right;
}
.side_cart_list p.include_tax_small {
	margin: 5px 0px 5px 0px;
	font-size: 12px;
}
.side_cart_list #continue-shopping {
	margin: 20px 0px 5px 0px;
}
.eq-ui-modal-content iframe.approval-iframe {
	width: 100%;
	height: calc(100vh - 75px);
	border: 0;
}
.nobordermodal {
	padding: 0 !important;
}
.approval-page {
	cursor: pointer;
	margin-left: 10px;
	color: #CF2326;
	font-weight: 600;
}
.modal-label-close {
	position: absolute;
	right: 50px;
	top: 13px;
	color: #4A4A4A;
	font-weight: bold;
	font-size: 17px;
	cursor: pointer;
}
.modal_all_section a.close_button_modal_1 {
	float: right;
	top: 2px;
	margin: 11px 0px;
}
.modal_all_section a.close_button_modal_1 i {
	float: right;
}
.page_approved {
	color: #1bbc9b;
}
#coupon {
	display: inline-block;
}
.coupon_applied {
	font-weight: 600;
	width: 100%;
	display: block;
	border-bottom: 1px solid #4A4A4A;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.do_you_have_coupon {
	margin-bottom: 20px;
	margin-top: 10px;
}
.remove_coupon {
	text-decoration: none;
	float: right;
	color: #C90000;
}
.coupon_container {
	margin-top: 0;
}
.coupon_container span.check,
.page_approved span.check {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: white;
	background-color: #1bbc9b;
	margin-left: 5px;
	/* margin-top: 7px;
     */
	width: 30px;
	height: 30px;
	border-radius: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
.coupon_container span.check i,
.coupon_container span.notcheck i,
.page_approved span.check i {
	color: #fff !important;
	position: relative;
	top: 2px;
	left: 3px;
}
.coupon_container span.notcheck {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: white;
	background-color: red;
	margin-left: 5px;
	/* margin-top: 7px;
     */
	width: 30px;
	height: 30px;
	border-radius: 20px;
	vertical-align: middle;
	margin-right: 5px;
}
.title_sect_modal {
	margin: 0px;
	padding: 0px !important;
}
.modal_all_section .header-title span.section-title {
	margin: 10px 0px;
	font-weight: bold;
	color: #4A4A4A;
}
.upload-widget-success.cart_success_container {
	margin-bottom: 30px;
	margin-top: 30px;
	font-size: 22px;
}
.upload-widget-success {
	font-weight: 600;
	color: #4A4A4A;
}
.container-instruction-upload {
	display: inline-block;
	text-align: left;
	color: #000000;
	font-weight: 500;
	width: 100%;
	max-width: 650px;
}
.container-instruction-upload p {
	font-size: 14px;
	margin-left: 0px;
	background-color: #f5f5f5;
	padding: 5px 10px;
	color: #808080;
}
.vanilla-rotate {
	float: right;
	background: -o-linear-gradient(top, #DF9084, #C90000);
	background: -webkit-gradient(linear, left top, left bottom, from(#DF9084), to(#C90000));
	background: linear-gradient(to bottom, #DF9084, #C90000);
	font-size: 20px;
	border-radius: 5px;
}
.vanilla-rotate-right {
	position: absolute;
	left: calc(50%);
	top: -10px;
}
.vanilla-rotate-left {
	position: absolute;
	left: calc(50% - 40px);
	top: -10px;
}
.eq-ui-modal-full-sheet .drag-zone-label {
	line-height: normal;
	padding-top: 30px;
	padding-bottom: 50px;
	border: 2px dashed #4A4A4A;
	border-radius: 4px;
}
.eq-ui-modal-full-sheet .fileinput-button {
	margin-top: 80px;
}
.eq-ui-modal-full-sheet #sticker-editor-container {
	/*height: 400px;
     width: 600px;
    */
	margin: 0px auto;
	margin-top: 30px;
}
.container-slider {
	position: absolute !important;
	left: 50%;
	top: 50%;
	@include transform(translate(-50%, -50%));
}
#circle {
	width: 30px;
	height: 30px;
	border: 2px solid #666;
	border-radius: 100%;
	float: left;
	margin-right: 40px;
}
#slider {
	position: relative;
	height: 15px;
	width: 15px;
	background: #666;
	left: 8px;
	top: -8px;
	border-radius: 100%;
	cursor: pointer;
}
input#search-contact-input {
	border: none !important;
}
.eq-ui-search.eq-ui-search-expandable.active input#search-contact-input {
	border-bottom: 1px solid #9e9e9e !important;
}
.range {
	float: left;
	width: 30px;
}
#slide-controls {
	padding: 25px;
	padding-left: 40px;
}
#slide-controls #slider {
	margin: 10px auto;
	left: 0;
	top: 0;
}
.upload-modal-content h4 {
	font-size: 24px;
	font-weight: 800;
	color: #4A4A4A;
	text-align: center;
	padding-bottom: 20px;
}
.upload-modal-content h5 {
	font-size: 20px;
	font-weight: 800;
	color: #4A4A4A;
	text-align: center;
	padding-bottom: 0px;
	margin-top: 20px;
}
input.eq-ui-input[type="checkbox"]+label,
input.eq-ui-input[type="radio"]+label {
	margin-left: 0px !important;
	margin-bottom: 15px;
}
#approve-terms {
	margin: 20px 4px;
	text-align: left;
}
.disabled_button {
	opacity: 0.4;
	background: #ccc;
}
.striscia_header_bf {
	background-image: url(../images/background-bf.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
}
.page-header-title-bf {
	font-size: 60px;
	font-weight: 800;
	color: #fff;
	text-align: left;
	padding-bottom: 20px;
}
.page-header-subtitle-bf {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	text-align: left;
	line-height: 26px;
}
.bf-black {
	display: block;
	letter-spacing: 5px;
	font-size: 76px;
	text-shadow: 0px 0px 5px #414141;
}
.bf-blackf {
	display: block;
	font-weight: 400;
	letter-spacing: 4px;
	font-size: 76px;
	text-shadow: 0px 0px 5px #414141;
}
.percent-section {
	font-size: 38px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 40px;
	text-shadow: 0px 0px 5px #414141;
}
.percent-section span {
	font-size: 62px;
	font-weight: bold;
}
.limited-section {
	font-size: 16px;
	font-weight: 200;
	text-shadow: 0px 0px 5px #414141;
}
@media (max-width: 1090px) {
	.striscia_header_bf {
		background-position: 50% center;
	}
}
@media (min-width: 800px) {
	.limited-section {
		padding-right: 35px;
	}
	.sticker-editor {}
}
.upload_step {
	opacity: 0.6;
}
.upload_step.active {
	opacity: 1;
}
@media (min-width: 800px) {
	.upload_step:not(:first-of-type):before {
		font: normal normal normal 24px / 1 "Material Design Icons";
		line-height: inherit;
		margin: 0 4px;
		content: "\f238";
	}
	.upload-modal-content .skip-later,
	#direct_approve .header_bottone_m,
	.show-after-upload {
		display: inline-block;
	}
}
@media (max-width: 800px) {
	.container-terms-services {
		max-height: 80px;
		overflow: scroll;
	}
	.rs-container.full,
	.rs-control.rs-animation {
		height: 90px;
		width: 90px;
	}
	#approve-terms {
		margin-top: 0px;
	}
	.dpisticker-controls-scale {
		margin-top: 36px;
	}
	.sticker-editor-container {
		margin-left: -7px !important;
	}
	.upload_step {
		display: none;
	}
	.upload_step.active {
		display: block;
	}
	.sticker-editor-container2 {
		margin-left: 14px;
	}
	.upload-modal-content .skip-later,
	#direct_approve .header_bottone_m,
	.show-after-upload {
		display: block;
	}
}
.artwork_preview_container #artwork_preview {
	max-height: 230px !important;
}
.artwork_preview_container h2 {
	padding-bottom: 0px !important;
	margin-top: 15px;
}
.artwork_preview_container p {
	font-weight: 600;
	color: #4A4A4A;
	text-align: center;
	font-size: 22px;
	margin: 15px 0px;
	margin-bottom: 5px;
}
.artwork_preview_container span.info-links-up {
	display: block;
	color: #4A4A4A;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 600;
}
.container-terms-services {
	width: 100%;
	background-color: #ffffff;
	padding: 15px;
	font-size: 14px;
	line-height: normal;
	max-width: 1200px;
	margin: auto;
}
.checkbox-accept-terms {
	margin-top: 15px;
	text-align: center;
}
.checkbox-accept-terms label {
	color: #000000;
	margin-bottom: 0px !important;
}
.artwork_preview {
	max-height: calc(100vh - 50%);
}
span.upload_step {
	font-size: 18px;
}
span.upload_step::before {
	vertical-align: middle;
}
.browse_step_widget .upload-b {
	margin: 0px;
	display: inline-block;
	margin-top: 25px !important;
}
.browse_step_widget .upload-b {
	margin: 0px;
	display: inline-block;
}
.browse_step_widget .upload-b input {
	cursor: pointer;
}
.browse_step_widget span.title_dragdrop {
	display: block;
	color: #4A4A4A;
	font-family: Poppins, sans-serif;
	font-weight: bold;
	font-size: 32px;
	text-transform: uppercase;
}
@media (max-width: 992px) {
		.sectionSelectItems{
		margin-top: 0px !important;
	}
	.browse_step_widget span.title_dragdrop {}
}
.browse_step_widget .mdi-cloud-upload {
	font-size: 76px;
	color: #4A4A4A;
}
.browse_step_widget .text-dragdrop {
	font-size: 16px;
	color: #4A4A4A;
	font-weight: 600;
}
.browse_step_widget .text-dragdrop .browse-link {
	color: #AE0000;
	text-decoration: underline;
	cursor: pointer;
}
.browse_step_widget .fake_icon_container span {
	border: 2px solid #979797;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	color: #979797;
	border-radius: 10px;
	display: inline-block;
	margin-top: 10px;
	min-width: 50px;
}
.modal_steps_configuration .eq-ui-modal-header {
	/* box-shadow: 0px 0px 20px 0px #737373;
     */
}
.modal_steps_configuration .upload-modal-content .skip-later {
	padding-top: 5px;
}
.legenda img {
	vertical-align: middle;
	width: 80px;
}
.legenda span {
	display: block;
}
.legenda {
	background: white;
	border: 1px solid #f1f1f1;
	font-size: 14px;
	margin-right: 16px;
	padding: 10px 5px;
	line-height: 16px;
}
@media (max-width: 1200px) {
	.legenda {
		width: 100%;
		margin-right: -16px;
	}
}
.real_width_preview svg {
	width: 100%;
	height: auto;
}
/*ruler*/
.inches {
	position: absolute;
	left: 40px;
	top: 30px;
	color: #aaa;
}
.ruler,
.ruler li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
/* IE6-7 Fix */
.ruler,
.ruler li {
	*display: inline;
}
.ruler td {
	width: 1in;
	height: 1in;
}
.ruler {
	background: lightYellow;
	-webkit-box-shadow: 0 -1px 1em hsl(60, 60%, 84%) inset;
	box-shadow: 0 -1px 1em hsl(60, 60%, 84%) inset;
	border-radius: 2px;
	border: 1px solid #ccc;
	color: #ccc;
	margin: 0;
	height: 3em;
	padding-right: 1in;
	white-space: nowrap;
}
.ruler li {
	padding-left: 1in;
	-webkit-box-sizing: initial;
	box-sizing: initial;
	width: 2em;
	margin: .64em -1em -.64em;
	text-align: center;
	position: relative;
	text-shadow: 1px 1px hsl(60, 60%, 84%);
}
.ruler li:before {
	content: '';
	position: absolute;
	border-left: 1px solid #ccc;
	height: .64em;
	top: -.64em;
	right: 1em;
}
/*end ruler*/
#uploadmore {
	padding: 20px;
	display: block;
	font-size: 18px;
}
#resolution_response_msg {
	margin: 30px 50px 50px;
	padding: 30px;
	/*color: #fca260;
   display: inline-block;
   background-color: #fcf8e3;
   border-color: #faebcc;
   border-radius: 30px;*/
	max-width: 800px;
	margin: 10px auto 30px;
}
#resolution_response_msg i {
	font-size: 78px;
	color: #C90000;
	display: block;
	margin-bottom: 30px;
}
#resolution_response_msg p {
	text-decoration: none;
	font-weight: 600;
	font-size: 26px;
	margin-top: 30px;
}
.or_download_template_container {
	text-align: center;
	padding: 14px;
	/* background: #f6f6f6;
     */
	margin: 0px -16px;
}
.or_download_template_container .title_dragdrop {
	display: block;
	font-size: 20px;
}
.or_download_template_container p {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	color: #156870;
	font-weight: 600;
	margin-top: 0px;
}
.or_download_template_container a {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	color: #C90000;
	font-weight: 600;
	text-decoration: underline;
	cursor: pointer;
}
.upload-widget .title_dragdrop {
	margin-left: 0px;
}
#direct_approve {
	margin: 16px 0px;
}
.container_step_elements {
	padding-bottom: 0px !important;
}
a.or_download_template_link,
a.change_artwork {
	cursor: pointer;
}
.container_step_elements .or_download_template {
	display: block !important;
	margin-top:15px;
}
.fileupload-buttonbar {
	text-align: center;
	margin-bottom: 0px;
}
.change_artwork_mobile {
	display: none !important;
}
#loading-modal {
	text-align: center;
	min-height: 244px;
	font-size: 36px;
	/* line-height: 270px;
     */
	color: #53718c;
}
#loading-modal-label {
	margin: 80px 0px;
	font-weight: 600;
	margin-bottom: 80px;
}
#loading-modal small {
	font-size: 16px;
	margin-bottom: 80px;
	display: block;
	line-height: 26px;
}
#artwork_preview svg {
	max-height: 230px;
	display: block;
	margin: auto;
}
a.changeshipping.hideoncheckout.hide_when_shipping_form,
.changebilling {
	/*font-style: italic;
	font-weight: 100 !important;*/
	font-size: 16px;
	cursor: pointer;
}
.cart_popup_table_cont {
	position: relative;
	padding-top: 5px;
}
@media (max-width: 767px) {
	.continue_to_shipping.button_continue_minicart{
		display: none;
	}
	#artwork_preview {
		max-height: calc(100vh - 0px);
	}
	.change_artwork {
		width: 100%;
	}
	.or_download_template .title_dragdrop {
		margin-left: 0px;
	}
	.change_artwork_desktop {
		display: inline-block !important;
	}
	.change_artwork_mobile {
		display: block !important;
		margin-bottom: 20px;
	}
}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.ruler li {
		padding-left: 1.3333333in;
	}
	footer .spazio_ricerca input {
		height: 50px;
	}
}
#billto.forceshow {
	display: block !important;
}
body.cart-page .deliveryDate.finalDate {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 0px;
}
.address_card,
.fake_address_card {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-color: #2f4357;
	border-style: solid;
	border-width: 1px;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 10px;
	min-height: 150px;
	line-height: 20px;
	font-size: 14px;
}
.fake_address_card {
	border-style: dashed;
	cursor: pointer;
}
input.eq-ui-input[type=checkbox].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #5F021F;
    background-color: #5F021F;
    z-index: 0;
}

#address-section .back-to span {
	color: #5F021F;
	cursor: pointer;
	text-decoration: underline;
	font-weight: 600 !important;
}
#address-section #all_addresses {
	margin-top: 20px;
}
#address-section .details {
	font-weight: 600;
	color: #4A4A4A;
	font-size: 16px;
	margin-top: 20px;
}
#address-section .create_new_address {
	color: #2f4357;
	text-align: center;
	padding-top: 20px;
}
#address-section .create_new_address .mdi-plus {
	display: block;
	font-size: 60px;
	opacity: 0.5;
}
#address-section .address_card .edit_address,
#address-section .address_card .remove_address,
#address-section .address_card .choose_address {
	color: #5F021F;
	text-decoration: underline;
	font-weight: 600 !important;
	margin-right: 10px;
	cursor: pointer;
}
#address-section .btn-container-address {
	position: absolute;
	bottom: 30px;
}
#address-section .address_card span.single-field:nth-child(-n+2) {
	font-weight: 600;
}
@media (min-width: 767px) and (max-width: 902px) {
	#eq-ui-modal-address-extra .eq-ui-modal-footer {
		text-align: right;
	}
}
@media (max-width: 768px) {
	#eq-ui-modal-address-extra .eq-ui-modal-footer .actions,
	#eq-ui-modal-coupon .eq-ui-modal-footer .actions {
		display: inline-block;
	}
	#eq-ui-modal-address-extra .eq-ui-modal-footer .actions .actions,
	#eq-ui-modal-coupon .eq-ui-modal-footer .actions .actions {
		display: inline-block !important;
	}
	#eq-ui-modal-address-extra .eq-ui-modal-footer .actions.header_bottone_m .header_bottone_c,
	#eq-ui-modal-coupon .eq-ui-modal-footer .actions.header_bottone_m .header_bottone_c {
		width: 140px;
	}
	#eq-ui-modal-address-extra .eq-ui-modal-footer .actions.header_bottone_m:first-of-type,
	#eq-ui-modal-coupon .eq-ui-modal-footer .actions.header_bottone_m:first-of-type {
		margin-right: 15px;
	}
	.small-section .professorLlama{
		display: none;
	}
	.containerLlamaLessons .small-section .infoTextContainer{
		margin-left: 0px;
	}
	.containerLlamaLessons .big-section .leftImagelessons{
		display: none;
	}
		.containerLlamaLessons .big-section .bottomImagelessons{
		display: none;
	}
	.containerLlamaLessons .big-section {
    padding: 5% 15% !important;
}
}
.header-title {
	width: 100%;
}
#approval-page-modal a.close_button_modal_1 {
	position: absolute;
	right: 0;
}
.discount {
	margin: 8px 0;
}
.do_you_have_coupon {
	color: #C90000;
}
.confirm_message {
	text-align: center;
	line-height: 20px;
	margin-bottom: 25px;
	color: rgb(216, 118, 102);
	font-family: Poppins, sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.79;
}
/* REVIEW SECTION */
.striscia_review {
	background-color: #63B7B7;
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.striscia_review .single-review {
	padding: 0 200px;
	height: auto;
}
.striscia_partners .single-partner {
	height: auto;
}
.striscia_review .single-review img.user-image,
.striscia_review .single-review .rating {
	margin: 0 auto;
	font-size: 32px;
	color: #fff;
	margin-bottom: 1rem;
}
.striscia_review .single-review .from {
	text-align: center;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1rem;
}
.striscia_review .single-review .text-review {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	font-style: italic;
	margin-bottom: 1rem;
	line-height: 23px;
}
.striscia_review .single-review .author-review {
	text-align: right;
	font-family: Poppins, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
/* FINE REVIEW SECTION */
.container-info {
	position: fixed;
	background-color: transparent;
	bottom: 0px;
	right: 0px;
	width: 420px;
	height: auto;
	/*overflow: hidden;*/
	z-index: 999;
}
.llama-apears {
	position: absolute;
	bottom: -230px;
	right: -100px;
	width: 185px;
	height: 228px;
	background-image: url("../images/llama-single.svg");
	background-size: contain;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: transparent;
	-webkit-transform: rotate(-10deg);
	-ms-transform: rotate(-10deg);
	transform: rotate(-10deg);
	-webkit-animation-name: appearence-llama;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 6s;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-fill-mode: forwards;
	animation-name: appearence-llama;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	animation-fill-mode: forwards;
}
.first-circle {
	position: absolute;
	right: 100px;
	bottom: 50px;
	border-radius: 25px;
	width: 20px;
	height: 20px;
	background-color: white;
	opacity: 0;
	-webkit-animation-duration: 1s;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-name: circlebubble;
	animation-name: circlebubble;
	animation-duration: 1s;
	-webkit-animation-delay: 3.2s;
	animation-delay: 3.2s;
}
.second-circle {
	position: absolute;
	right: 120px;
	bottom: 60px;
	border-radius: 50px;
	width: 25px;
	height: 25px;
	background-color: white;
	opacity: 0;
	-webkit-animation-duration: 1s;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-name: circlebubble;
	animation-name: circlebubble;
	animation-duration: 1s;
	-webkit-animation-delay: 3.4s;
	animation-delay: 3.4s;
}
.text-info {
	position: absolute;
	width: 250px;
	height: auto;
	background-color: #fff;
	right: 145px;
	bottom: 75px;
	border-radius: 15px;
	opacity: 0;
	-webkit-animation-duration: 1s;
	/* Safari 4.0 - 8.0 */
	-webkit-animation-fill-mode: forwards;
	-webkit-animation-name: circlebubble;
	animation-name: circlebubble;
	animation-duration: 1s;
	-webkit-animation-delay: 3.6s;
	animation-delay: 3.6s;
	overflow: hidden;
}
.container-info .check-container label {
	margin: 0 !important;
	font-size: 15px;
	padding-left: 20px !important;
}
.container-info .check-container input.eq-ui-input[type=checkbox].filled-in:not(:checked)+label:after {
	height: 15px;
	width: 15px;
	background-color: transparent;
	border: 2px solid #5a5a5a;
	top: 5px;
	z-index: 0;
}
.container-info .check-container input.eq-ui-input[type=checkbox].filled-in:checked+label:after {
	height: 15px;
	width: 15px;
	top: 5px;
}
.container-info .check-container input.eq-ui-input[type=checkbox].filled-in:checked+label:before {
	top: 2px;
	left: 0;
	width: 6px;
	height: 14px;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotateZ(37deg);
	-ms-transform: rotate(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 98% 100%;
	-ms-transform-origin: 98% 100%;
	transform-origin: 98% 100%;
}
#cart_popup_table_cont .first-col-btn-container {
	text-align: right;
}
.link-orange-new {
	text-decoration: underline;
	color: #5F021F;
	font-weight: 600;
	cursor: pointer;
}
.space-section-checkout {
	margin: 5px 0px;
}
.login-checkout {
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
}
.term-accept-checkout {
	font-weight: 600;
	color: #000000;
	font-size: 14px;
}
.shadow {
	-webkit-box-shadow: 0px 0px 10px -3px #000;
	box-shadow: 0px 0px 10px -3px #000;
}
.promo_page {
	padding-bottom: 20px !important;
}
.header-pop {
	width: 100%;
	background-color: #4CAAB0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px;
}
.header-pop img {
	width: 30px;
	margin-right: 8px;
}
.header-pop p {
	color: #ffffff;
	font-weight: 600;
}
.body-pop {
	width: 100%;
	padding: 12px;
}
.body-pop p {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}
.body-pop .custom-hi-bod {
	font-size: 20px;
	font-weight: 600;
}
.body-pop .custom-hi-bod-green {
	font-size: 14px;
	font-weight: 600;
	color: #237077;
}
.button-pop {
	width: 100%;
	padding: 12px;
	padding-top: 0px;
	text-align: center;
}
.button-pop .button-register {
	padding: 12px;
	background: -o-linear-gradient(top, #DF9084, #C90000);
	background: -webkit-gradient(linear, left top, left bottom, from(#DF9084), to(#C90000));
	background: linear-gradient(to bottom, #DF9084, #C90000);
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	color: #ffffff;
	border: none;
	border-radius: 5px;
}
.button-pop .button-register:hover {
	text-decoration: none;
}
.js-close-welcomellama {
	color: #ffffff;
	font-size: 22px;
	position: absolute;
	right: 12px;
	cursor: pointer;
}
.hide-llama-welcome {
	right: -1000px !important;
	-webkit-transition: right 1s;
	/* For Safari 3.1 to 6.0 */
	-o-transition: right 1s;
	transition: right 1s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
/* .hide-llama-welcome .first-circle, .hide-llama-welcome .second-circle, .hide-llama-welcome .text-info{
     visibility: hidden;
     -webkit-transition: visibility 1s ease-out;
     transition: visibility 1s ease-out;
}
 */
@-webkit-keyframes appearence-llama {
	15% {
		bottom: -230px;
		right: -100px;
		-webkit-transform: rotate(-0deg);
		transform: rotate(-0deg);
	}
	40% {
		bottom: -70px;
		right: -50px;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	55% {
		bottom: -230px;
		right: -100px;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		bottom: -230px;
		right: -200px;
	}
	65% {
		bottom: -114px;
		right: -200px;
	}
	100% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		bottom: -114px;
		right: -92px;
	}
}
@keyframes appearence-llama {
	15% {
		bottom: -230px;
		right: -100px;
		-webkit-transform: rotate(-0deg);
		transform: rotate(-0deg);
	}
	40% {
		bottom: -70px;
		right: -50px;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	55% {
		bottom: -230px;
		right: -100px;
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}
	60% {
		bottom: -230px;
		right: -200px;
	}
	65% {
		bottom: -114px;
		right: -200px;
	}
	100% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
		bottom: -114px;
		right: -92px;
	}
}
@-webkit-keyframes circlebubble {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@keyframes circlebubble {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@media(max-width: 400px) {
	.container-info {
		right: -55px;
	}
}
@media(max-width: 768px) {}
.container-titles-goodjob {
	padding: 15px 0px;
	text-align: center;
}
.container-titles-goodjob .info-links-up {
	font-size: 16px;
	font-weight: 500;
	margin-top: 5px;
	color: #4A4A4A;
	display: block;
}
.container-image-sticker {
	width: 100px;
	height: 100px;
	background-color: transparent;
	margin: auto;
}
.sticker-counter {
	text-align: center;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 500;
}
.name-of-file {
	text-align: center;
	margin-top: 15px;
	font-weight: 500;
}
.container-titles-goodjob h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 0px;
	color: #4A4A4A;
}
.container-titles-goodjob p {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	color: #4A4A4A;
}
.artwork-approval-page {
	background-color: #f9f9f9;
}
.conatiner-terms-and-conditions {
	padding: 15px;
	background-color: #eeeeee;
	/*border: 2px solid #f5f5f5;
    */
	font-size: 14px;
}
.accept-terms-final {
	text-align: center;
	padding: 15px 0px;
	margin-bottom: 0px;
}
.container-bottome-pa {
	text-align: center;
	padding-bottom: 10px;
}
.container-purchases {
	margin-top: 15px;
}
.info-section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* flex-direction: row; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}
.item-purchassed {
	max-width: 800px;
	background-color: transparent;
	padding: 15px;
	border-bottom: 1px solid #eee;
	margin: auto;
}
.comment-section textarea {
	width: 100%;
	border: none;
	height: 60px;
	resize: none;
	padding: 5px;
}
.image-list-sect,
.icon-list-sect {
	/* display: flex;
     flex: 1; */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.info-list-sect,
.buttons-list-sect {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	/* display: flex;
     flex-direction: column; */
	/* justify-content: center; */
}
.icon-list-sect i {
	font-size: 48px;
}
.image-list-sect {
	/* align-items: flex-start;
     justify-content: flex-start; */
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.image-list-sect img {
	max-width: 75px;
	max-height: 100px;
}
.button-info-sect {
	margin-bottom: 10px;
}
.button-info-sect i {
	font-size: 22px;
	vertical-align: middle;
	color: #C90000;
}
.button-info-sect a {
	margin-left: 5px;
	vertical-align: middle;
	color: #C90000;
	text-decoration: underline;
	cursor: pointer;
}
.button-info-sect a.no_link {
	text-decoration: none;
	cursor: initial;
}
.info-list-sect h2 {
	font-size: 18px;
	font-weight: 600;
	color: #4A4A4A;
	margin-bottom: 10px;
}
.info-list-sect p {
	margin-bottom: 10px;
}
.info-list-sect a {
	display: block;
	cursor: pointer;
}
.section-text-recap {
	padding: 30px 0px;
}
.section-text-recap h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #4A4A4A;
}
.section-text-recap p {
	text-align: center;
	margin-top: 15px;
	font-size: 18px;
	color: #000000;
	line-height: 26px;
}
.approve-art {
	color: #f3565d;
}
.upload-art {
	color: #f3565d;
}
.approved-art,
.approved-art:hover {
	color: #1bbc9b;
	text-decoration: none;
	cursor: initial;
}
.approved-online-art,
.approved-online-art:hover {
	color: #66a4af;
	text-decoration: none;
	cursor: initial;
}
@media(min-height: 768px) {
	.container-image-sticker {
		width: 200px;
		height: 200px;
	}
	.container-titles-goodjob h2 {
		font-size: 36px;
	}
	.container-titles-goodjob {
		padding: 30px 0px;
	}
	.sticker-counter {
		padding-bottom: 15px;
		padding-top: 15px;
	}
	.container-titles-goodjob p {
		font-size: 20px;
	}
	.container-titles-goodjob .info-links-up {
		font-size: 20px;
		margin-top: 15px;
	}
}
@media(max-width: 460px) {
	.info-section {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.info-list-sect {
		margin-bottom: 15px;
		text-align: center;
	}
	.buttons-list-sect {
		text-align: center;
	}
	.addess-container-checkout {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.address-user,
.billing-user {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.address-user {
	margin-right: 10px;
}
.addess-container-checkout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
	margin-bottom: 15px;
}
.address-title-checkout {
	margin-bottom: 15px;
}
.address-title-checkout span {
	text-decoration: underline;
	font-weight: 600;
}
.address-title-checkout a {
	cursor: pointer;
}
.address-title-checkout a i {
	font-size: 20px;
	vertical-align: middle;
	margin-left: 15px;
}
.shipping-address {
	position: relative;
}
.payment-options-nav {
	margin-bottom: 15px;
	overflow: hidden;
}
.payment-options-nav li.method {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.title-section-checkout {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 0;
	font-style: normal;
	margin-bottom: 5px;
	border-bottom: 1px solid #4A4A4A;
	padding-bottom: 15px;
}
.bread-section-checkout {
	margin-bottom: 30px;
	padding: 10px 0;
}
.space-section-checkout {
	padding: 15px 0px;
}
.button_continue_minicart {
	background: -o-linear-gradient(top, #DF9084, #C90000);
	background: -webkit-gradient(linear, left top, left bottom, from(#DF9084), to(#C90000));
	background: linear-gradient(to bottom, #DF9084, #C90000);
	padding: 24px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 4px #333333;
	box-shadow: 0 0 4px #333333;
	text-align: center;
	width: 265px;
	text-decoration: none;
	border: none;
	margin: 0px auto 30px auto;
	color: #fff;
	display: block;
}
.button_continue_minicart span {
	font-family: OpenSans, sans-serif !important;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #FFF !important;
	text-transform: uppercase !important;
}
@media (max-width: 768px) {
	.space-section-checkout {
		padding: 15px;
	}
	#shipping_default_container {
		padding: 0 15px;
	}
	.bread-section-checkout {
		margin-left: 14px;
	}
	.tab_with_payment {
		padding: 0 16px;
	}
	.payment-options-nav {
		margin-bottom: 0;
	}
	.title-section-checkout {
		font-weight: 600;
		font-size: 16px;
		margin-bottom: 0;
		padding-left: 15px;
		margin-top: 20px;
		font-style: normal;
		margin-bottom: 5px;
		border-bottom: 1px solid #4A4A4A;
		padding-bottom: 15px;
	}
}
#payment-system-new {
	padding: 0 0 0 0px;
}
.paynow-card-new {
	text-align: right;
	margin-top: 15px;
}
#eq-ui-modal-upload .upload-widget #fileupload .drag_and_drop_step .drag-zone {
	background-color: #fff;
}
#cart-empty-section .titolo_blocco {
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
}
#cart-empty-section .visible-empty {
	font-family: Poppins, sans-serif;
	color: #000;
	font-weight: 500;
	text-align: center;
	padding-bottom: 30px;
}
#cart-empty-section .visible-empty a {
	text-decoration: none;
}
#cart-empty-section .visible-empty a span {
	text-decoration: underline;
}
#cart-empty-section .visible-empty a::after {
	color: #000;
	content: ", ";
	text-decoration: none;
}
#cart-empty-section .visible-empty a:last-child::before {
	content: "";
	text-decoration: none;
}
#cart-empty-section .visible-empty a:last-child::before {
	color: #000;
	content: "or ";
	text-decoration: none;
}
#cart-empty-section .visible-empty a:last-child::after {
	content: "";
}
#cart-empty-section .only_empty_cart {
	display: block !important;
}
#cart-empty-section .striscia_bottom {
	padding-bottom: 60px;
}
.approved_thumb {
	width: 100%;
}
.container-image-up-sb {
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 7px;
	margin-bottom: 4px;
	margin-right: 16px;
}
.container-image-up-sb .image-up-sb {
	border-radius: 100px;
	width: 30px;
	height: 30px;
	margin-right: 15px;
	background-size: cover;
	background-repeat: no-repeat;
}
.container-image-up-sb a {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
.container-image-up-sb .delete-up-sb {
	width: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.container-image-up-sb .delete-up-sb i {
	font-size: 22px;
}
.upload-more-artwork-sb {
	margin-top: 10px;
	font-weight: 600;
	text-decoration: underline;
}
.upload-more-artwork-sb-link {
	margin-top: 10px;
}
#container_cookie {
	display: none;
}
.product_page #container_cookie,
.home_page #container_cookie,
.category_page #container_cookie {
	display: block;
}
.upload-art-from-cart-area,
.popup_cart {
	cursor: pointer;
}
.upload-more {
	padding-left: 7px;
	cursor: pointer;
}
.header_sottotitolo a,
.header_sottotitolo a:visited {
	color: white;
}
.header_bottone_m .header_bottone_c.coupon_button_header,
.header_bottone_m .header_bottone_c.coupon_button_header_applied {
	width: 100%;
	padding: 10px;
	position: relative;
	/* display: block !important; */
}
.header_bottone_m .header_bottone_c.coupon_button_header_applied {
	background: #f5f5f5;
}
.header_bottone_m .header_bottone_c.coupon_button_header_applied span {
	color: #227078 !important;
}
.header_bottone_m .header_bottone_c.coupon_button_header_applied:hover {
	background: #f9f9f9;
}
#email_guest_confirm {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 5px;
	display: inline-block;
}
@media (max-width: 1024px) {
	.header_bottone_m .header_bottone_c.coupon_button_header,
	.header_bottone_m .header_bottone_c.coupon_button_header_applied {
		/* width: auto; */
	}
	.coupon_btn_container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.coupon_code_display_container {
		margin-top: 10px;
	}
}
@media (max-width: 768px) {
	#email_guest_confirm {
		width: 49%;
		margin-left: 0px;
		margin-bottom: 5px;
		display: inline-block;
	}
	.coupon_btn_container {
		display: inline-block;
		max-width: 50%;
	}
}
.header_bottone_m .header_bottone_c.coupon_button_header span,
.header_bottone_m .header_bottone_c.coupon_button_header_applied span {
	font-size: 14px !important;
}
.success_approved_coupon {
	color: #1bbc9b;
	font-weight: 500;
	/*background-color: #f1f1f1;
	border: 1px solid #ccc;
	padding: 12px 24px;*/
	display: inline-block;
	width: 100%;
	min-width: 100%;
	text-align: right;
	/* display: none !important; */
}
.header_bottone_apply,
.header_bottone_applied {
	width: 100%;
	padding: 0;
	text-align: right;
	min-width: 100%;
}
@media (min-width: 768px) and (max-width: 1024px) {
	.success_approved_coupon,
	.header_bottone_apply,
	.header_bottone_applied {
		/* padding: 0 12px; */
	}
}
.success_approved_coupon i {
	font-size: 18px;
}
input.payment-coupon {
    margin-bottom: 0px !important;
    display: inline-block !important;
    height: 36px !important;
}
.coupon_code_display_container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.coupon_btn_container {
	max-width: 50%;
}
@media (max-width: 991px) {
}
.desktop_cards {
	display: block;
	/* flex: 1; */
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
    padding: 20px;
    background-color: #ffffff;
    height: 100%;
    width: 100%;
	border-bottom: 3px solid transparent;
}

.desktop_cards.active {
    border-bottom: 3px solid #990000;

}
.desktop_cards img {
	max-width: 100%;
	max-height: 50px;
}
.mobile_cards img {
	width: 230px;
}
#paypal-button-container {
	/* width: calc(100% - 250px); */
	/*border-left: 2px solid #9e9e9e;*/
	padding-left: 8px;
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.payment-options-nav .separator {
	display: block;
	height: 53px;
	position: relative;
	width: 2px;
}
.payment-options-nav .separator::before {
	width: 2px;
	height: 100%;
	background-color: #4A4A4A;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
}
.mobile_cards {
	display: none;
}
@media(max-width: 768px) {
	.containerTitleReviews {
		margin-top: 32px;
	}
	.review_box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.review_box .review_image img {
		margin-bottom: 16px !important;
		margin-right: 0px !important;
	}
	.container-mobile-body {
		width: 67%;
	}
	.hide-llama-welcome {
		display: none !important;
	}
	.container-info {
		width: 100%;
		left: 0;
	}
	.header-pop {
		width: 75px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header-pop p {
		font-size: 12px;
		margin-top: 10px;
		text-align: center;
	}
	.header-pop img {
		margin-right: 0px;
	}
	.header-pop i {
		color: black;
		top: 10px;
		font-size: 28px;
	}
	.check-container.button-pop {
		text-align: left;
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		right: 0;
		max-width: 110px;
	}
	.button-pop {
		text-align: left;
	}
	.container-mobile-footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: flex-end;
		-ms-flex-align: flex-end;
		align-items: flex-end;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.container-mobile-footer label {
		font-size: 12px !important;
		line-height: 15px !important;
	}
	.check-container label {
		display: -webkit-box!important;
		display: -ms-flexbox!important;
		display: flex !important;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.first-circle,
	.llama-apears,
	.second-circle {
		display: none;
	}
	.text-info {
		animation-duration: 0s;
		animation-delay: 0s;
		-webkit-animation-delay: 0s;
		-webkit-animation-duration: 0s;
		opacity: 1;
	}
	.text-info {
		width: 100%;
		border-radius: 0px;
		right: 0px;
		bottom: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.desktop_cards {
		/*display: none;*/
	}
	.mobile_cards {
		/*display: block;*/
		float: left;
		cursor: pointer;
	}
	#paypal-button-container {
		border-left: 0px solid #9e9e9e;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
	}
	input.payment-coupon {
		/* width: 140px !important; */
	}
	.header_bottone_m .header_bottone_c.coupon_button_header,
	.header_bottone_m .header_bottone_c.coupon_button_header_applied {
		/* width: 140px; */
		padding: 10px 5px !important;
		position: relative;
		/* top: 6px; */
	}
	.success_approved_coupon {
		/* padding: 12px; */
	}
}
.mid-title {
	display: block;
	;
	font-weight: 500;
}
.mid-title-big {
	margin-bottom: 20px;
	margin-top: 20px;
}
#eq-ui-modal-address-extra .eq-ui-modal-content.address-modal-content {
	min-height: 300px;
	height: calc(100% - 150px);
}
@media (max-width: 480px) {
	.page-header-container{
		    margin: 30px 0 !important;
	}
	.product_page .striscia_product .productSwiper {
    min-height: 300px !important;
}
	.page-header-container .page-header-title h1{
		font-size: 22px;
	}
	.page-header-container .page-header-subtitle{
		font-size: 14px !important;
    line-height: normal !important;
	}
	.product_page .striscia_product .productSwiper .swiper-wrapper, .product_page .striscia_product .productSwiper .swiper-wrapper .swiper-slide, .product_page .striscia_product .productSwiper .swiper-wrapper .swiper-slide .bg-image {
    min-height: 300px !important;
}
	.or_login {
		float: right;
		font-weight: 400;
		font-size: 12px;
		line-height: 16px;
		margin-right: 16px;
	}
	span.date_delivery {
		color: #000;
		font-weight: 600;
		font-size: 14px;
		display: inline-block;
		margin-left: 5px;
	}
	.checkout-final-page .striscia_header {
		display: none;
	}
	#cart_popup_table_cont #shipment_options_left .eq-ui-form-group {
		padding-bottom: 0px;
		margin-bottom: 10px !important;
	}
	img.image-logo-hero {
		display: none;
	}
	.header_sottotitolo {
		padding-bottom: 15px !important;
	}
	.header_sx_m .header_titolo {
		padding-bottom: 15px !important;
	}
	.header_sx_m .header_sottotitolo h2 br {
		display: none;
	}
	.header_bottone_m .header_bottone_c {
		width: 166px !important;
		padding: 16px !important;
	}
	.header_bottone_m .header_bottone_c.full_width {
		width: 100% !important;
		padding: 16px !important;
	}
	#eq-ui-modal-address-extra .eq-ui-modal-footer .actions .actions {
		width: 100% !important;
	}
	.eq-ui-modal-content.address-modal-content {
		min-height: 300px;
		height: calc(100% - 125px);
	}
	.header_bottone_m .header_bottone_c.header_bottone_with_icon {
		width: 172px !important;
		padding: 16px !important;
	}
	.header_bottone_m .header_bottone_c.header_bottone_with_icon.full_width {
		width: 100% !important;
	}
	.new-striscia-header .contenitore_m .header_dx_m {
		display: none;
	}
	.new-striscia-header .contenitore_m .header_sx_m {
		padding: 15px 0 !important;
	}
	.striscia_2 {
		padding: 15px 0 !important;
	}
	.striscia_2 .titolo_blocco {
		font-size: 20px !important;
	}
	.new-striscia-header .contenitore_m .header_sx_m .header_sottotitolo {
		width: 90%;
		font-size: 18px !important;
	}
	.image-mobile-hero-header {
		width: 40%;
		height: 55%;
		background-image: url(../images/mobile-image.svg);
		background-position: right bottom;
		position: absolute;
		display: block !important;
		bottom: -1px;
		right: 0;
		background-repeat: no-repeat;
		background-size: contain;
		z-index: 0;
	}
	.featured_striscia .featured-container .single-feat-container .image-container {
		height: 100px !important;
		width: 100px !important;
	}
	.featured_striscia .featured-container .single-feat-container h4 a {
		font-size: 16px !important;
	}
	div#allsummary::after {
		content: "->";
		position: absolute;
		/* width: 50%;
         */
		height: 10%;
		bottom: 0;
		right: 0;
	}
	.order_table_panel .summary-panel #container_shadow #card_details .header_bottone_m {
		float: none !important;
	}
	.order_table_panel .summary-panel #container_shadow #card_details .header_bottone_m .header_bottone_c {
		width: 100%;
	}
	.eq-ui-mobile-modal {
		max-height: 100%;
	}
	.eq-ui-modal-footer {
		text-align: center;
	}
	.category_page .striscia_2.keep-padding {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.container-table-cart #cart_popup_table_cont #shipment_options_left {
		/* margin-top: 50px;
         */
	}
}
.eq-ui-loader-ring-light-mini {
	-webkit-box-shadow: 0 2px 0 #4A4A4A inset !important;
	box-shadow: 0 2px 0 #4A4A4A inset !important;
}
.bread_checkout.active {
	font-weight: 600;
	text-decoration: underline;
}
.can_click {
	cursor: pointer;
}
.required_color {
	color: #C90000;
}
.post-container {
	padding: 16px;
	background-color: #fff;
	-webkit-box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
	box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
	margin-top: 16px;
	border-radius: 6px;
	overflow: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}
.post-container .img-cont {
	height: 175px;
	min-width: 225px;
	position: relative;
	overflow: hidden;
}
.post-container .img-cont img {
	position: absolute;
	min-width: 1000%;
	min-height: 1000%;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%) scale(0.1);
	-ms-transform: translateX(-50%) translateY(-50%) scale(0.1);
	transform: translateX(-50%) translateY(-50%) scale(0.1);
}
.post-container-single {
	padding: 16px 0px;
}
.post-container {
	line-height: normal;
}
.post-container .datecontainer {
	padding: 6px 0px;
}
.post-container .datecontainer .blogdate {
	background-color: #f5f5f5;
	padding: 4px 16px;
	border-radius: 30px;
	display: inline-block;
	font-size: 12px;
	color: #969696;
}
.post-container-single {
	line-height: normal;
}
.post-container-single img {
	max-width: 100%;
	margin: 32px 0px;
}
.post-container-single h2 {}
.post-container-single .datecontainer {
	padding: 16px 0px;
	padding-top: 0px;
}
.post-container-single .containerArticle {
	margin: 0px -16px;
}
.post-container-single .header-news a {
	text-decoration: none;
}
.post-container-single .header-news a span.blogtitle {
	font-size: 24px;
	display: block;
	margin: 0px;
}
.post-container .containerElementsPreview {
	padding-left: 32px;
}
.post-container .containerElementsPreview a {
	text-decoration: none;
}
.post-container .containerElementsPreview a span.blogtitle {
	font-size: 24px;
}
.post-container span.ellipse.containerPreview {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.datecontainer {
	padding: 16px 0px;
}
.datecontainer .blogdate {
	background-color: #f5f5f5;
	padding: 4px 16px;
	border-radius: 30px;
	display: inline-block;
	color: #969696;
}
.post-container:last-of-type {
	border-bottom: none;
}
.post-container .header-news {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.post-container .thumbnail {
	margin-bottom: 15px;
	padding: 0;
	border: none;
}
.post-container .header-news .bloglink {
	text-decoration: none;
}
.post-container .header-news .datecontainer {
	margin: 15px 0px;
	color: #4a4a4a;
}
.post-container .header-news .datecontainer .blogdate {
	background-color: #eee;
	padding: 7px 15px;
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	border-radius: 35px;
}
.post-container .header-news span.h1.blogtitle {
	font-size: 22px;
	font-weight: 600
}
.post-container .pagebody .rowblock.container {
	padding: 0;
}
.post-container .image-container {
	margin-bottom: 15px;
}
.post-container .image-container img {
	max-width: 100%;
}
.archivio-news {
	border-radius: 5px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 10px 0 #dadada;
	box-shadow: 0 0 10px 0 #dadada;
	margin: 16px 0px;
}
.archivio-news .h3-news {
	margin-bottom: 0;
	text-align: center;
	background-color: #63B7B7;
	padding-top: 15px;
	color: #fff;
	border-bottom: none;
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 16px;
	margin-top: 0;
	font-style: normal;
}
.news-list-item {
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #eee;
	cursor: pointer;
}
.news-list-item:hover {
	background-color: #f5f5f5;
}
.news-list-item a.bloglink,
.news-list-item a.bloglinkdate {
	text-decoration: none;
}
.news-list-item a.bloglink {
	background-color: #eee;
	padding: 7px 15px;
	display: inline-block;
	font-size: 12px;
	font-weight: 200 !important;
	border-radius: 35px;
	color: #969696;
}
.news-list-item a.bloglinkdate {
	margin-left: 16px;
}
button.morepost,
button.all_posts,
button.newerpost {
	margin-top: 16px;
	background: -o-linear-gradient(top, #df9084, #C90000);
	background: -webkit-gradient(linear, left top, left bottom, from(#df9084), to(#C90000));
	background: linear-gradient(to bottom, #df9084, #C90000);
	border-radius: 5px;
	-webkit-box-shadow: 0 0 4px #333;
	box-shadow: 0 0 4px #333;
	color: #fff;
	-webkit-transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, .2, 1);
	transition: -webkit-box-shadow .2s cubic-bezier(.4, 0, .2, 1);
	-o-transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1);
	transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1);
	transition: box-shadow .2s cubic-bezier(.4, 0, .2, 1), -webkit-box-shadow .2s cubic-bezier(.4, 0, .2, 1);
	z-index: 0;
	border: none;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	min-width: 64px;
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	text-transform: uppercase;
}
button.morepost:hover,
button.all_posts:hover,
button.newerpost:hover {
	color: #fff;
}
.button_pagination {
	text-align: center;
	margin-bottom: 15px;
}
.quantity.custom input {
	margin: 0 auto;
}
/* .padding-top-for-header,
header {
	transition: padding-right .2s cubic-bezier(.4, 0, .2, 1);
} */
.container-fluid.chat-padding,
header.chat-padding {
	padding-right: 400px;
}
.eq-ui-btn-fab-action {
	position: fixed;
	right: 24px;
	bottom: 24px;
	padding-top: 16px;
	margin-bottom: 0;
	z-index: 60;
	z-index: 99999;
	cursor: pointer;
}
.btn.eq-ui-btn-fab {
	border-radius: 50%;
	width: 56px;
	min-width: 56px;
	height: 56px;
	padding: 0;
}
#talkEmbed {
	position: fixed;
	right: 0;
	height: 100vh;
	width: 400px;
	/* top: 68px; */
	top: 0;
	z-index: 2000;
	background: #f5f5f5;
	border-left: 1px solid #eee;
}
#talkEmbed iframe {
	width: 100%;
	height: 100vh;
}
.loading-chat {
	top: calc(100vh / 2);
	position: absolute;
	width: 400px;
	font-size: 18px;
	color: #4A4A4A;
	text-align: center;
}
@media (max-width: 768px) {
	#talkEmbed {
		width: 100%;
	}
	#talkEmbed iframe {
		width: 100%;
		/*height: calc(100vh - 110px);*/
		height: -webkit-fill-available;
	}
	.loading-chat {
		width: 100%;
	}
	.text_postpone.or_download_template {
		display: none !important;
	}
	.create-account-title .eq-ui-modal-close {
		color: #4A4A4A !important;
		font-size: 30px;
	}
}
.chat-login .or {
	display: none;
}
.chat-login .or-create {
	display: block !important;
}
#eq-ui-modal-upload.chat-open {
	transition: width .2s cubic-bezier(.4, 0, .2, 1);
	width: calc(100vw - 400px);
}
.chat-with-us.chat-padding {
	transition: right .2s cubic-bezier(.4, 0, .2, 1);
	right: 416px;
	display: none;
}
.talk-header {
	height: 72px;
	position: absolute;
	width: 100%;
	background-color: #f5f5f5;
	text-align: center;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.talk-header-close {
	float: right;
	margin: 0 16px;
	cursor: pointer;
	padding: 4px;
}
.talk-header-close:hover {
	background-color: rgba(158, 158, 158, .2);
	border-radius: 100%;
}
.talk-header-close i {
	font-size: 30px;
}
.talk-header-title {
	font-size: 22px;
	color: #202020;
	position: relative;
	left: 16px;
}
/* #eq-ui-modal-login {
	background-color: #63B7B7;
} */
.loginpage #wrong_login_info {
	margin-bottom: 30px;
}
.lazyload{
	visibility: hidden;
}
.containerArticle strong{
	font-weight: 500;
}

.moreInfoDescriptionProduct .tab_title{
	display: flex;
	align-items: center;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	overflow: hidden;
	border-bottom: 3px solid #4caab0;
}

.moreInfoDescriptionProduct .tab_title span{
    font-size: 18px;
    padding: 16px;
    cursor: pointer;
    opacity: 0.3;
	
}
.moreInfoDescriptionProduct .tab_title .active{
	background-color: #4CAAB0;
	color: #ffffff;
	font-weight: 600;
	opacity: 1;
	font-size: 18px;
		border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.moreInfoDescriptionProduct .containerTabs{
background-color: rgba(83, 113, 140, 0.05);
    padding: 16px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;

}

.descriptionProduct .swiper-button-next, .descriptionProduct .swiper-button-prev{
	display: block;
	background-color: transparent;
	filter: brightness(0) invert(1);
}

.descriptionProduct .swiper-pagination-bullet-active{
background: #ffffff;	
}

.listOfElementsDeals{
	padding: 128px 0px;
}

.listOfElementsDeals .containerBoxes{
display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -16px;
}

.listOfElementsDeals .boxSingle{
width: calc(33.333333% - 16px);
    height: 350px;
    background-position: center;
    background-size: cover;
    margin: 8px;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    }
    
    .listOfElementsDeals .boxSingle:hover{
	    box-shadow: 2px 2px 10px rgb(0 0 0 / 25%);
    }
    
   .listOfElementsDeals .textInformation{	   
    	    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.2) 30%, rgba(255,255,255,0) 100%);
    cursor: pointer
   }
   .listOfElementsDeals .textInformation:hover{
	   background: transparent;
   }
   
   .listOfElementsDeals .textInformation p{
	   color: #fff;
    font-size: 26px;
    font-weight: 600;
   }
   
   .striscia_header.dealsPageHeader .page-header-container .page-header-title{
	   padding-bottom: 0px;
   }
   
   .striscia_header.dealsPageHeader .page-header-container .page-header-title h3{
	   padding-bottom: 20px;
   }
   
   .striscia_header.dealsPageHeader .page-header-container .page-header-title h4{  
	   	   color: #fff;
    font-size: 18px;
    font-weight: 500;
	      }


@media(max-width: 1412px){
	.listOfElementsDeals .containerBoxes{
		margin: -8px;
	}
}

@media(max-width: 768px){
		.listOfElementsDeals .containerBoxes{
		flex-direction: column;
	}
	.listOfElementsDeals .boxSingle{
	width: calc(100% - 16px);
	}
}


.trumbowyg-editor p{
	line-height: inherit !important;
}

.single_color{
	width: 80px;
    border-radius: 50%;
    cursor: pointer;
    height: 80px;
    border: 1px solid;
}

.single_color.blue{
	background-color: rgb(0, 46, 255);
}
.single_color.black{
	background-color: rgb(0, 0, 0);
}
.single_color.burgundy{
	background-color: rgb(119, 0, 88);
}
.single_color.hgreen{
	background-color: rgb(15, 135, 8);
}
.single_color.red{
	background-color: rgb(235, 0, 36);
}
.single_color.brown{
	background-color: rgb(87, 37, 25);
}
.single_color.gold{
	background-color: rgb(128, 106, 57);
}
.single_color.silver{
	background-color: rgb(140, 141, 141);
}
.single_color.purple{
	background-color: rgb(112 87 156);
}
 