#cart {	
	position: relative;
	padding-bottom: 0;
}

#cart > div {
	padding-bottom: 10em;
	position: relative;
	min-height: 100%;
	 box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
/*
#cart p { margin: 0 }*/
/*#cart h1 { font-size: 18px;	margin: 0; font-weight: normal }*/
/*
#cart h2 { font-size: 17px; margin: 0; font-weight: normal }
#cart h3 { font-size: 16px; margin: 0; font-weight: normal }
#cart h4 { font-size: 15px; margin: 0; font-weight: normal }*/

/*
#cart h1 {
	border-bottom: 1px dotted #B8B8B8;	
	font-size: 16px;
	padding-top: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
}*/

#cart_main {
	min-height: 200px;	
	padding-top: 1em;
}

#cart_error {
	margin: 10px 0;
	color: red;
	font-weight: bold;    	
}

#cart_empty {
	padding-top: 20px;
	color: #797979;
}


#cart .acl_item a {
	color: #444444;
	text-decoration: underline;
}

#cart .ac_checkbox.ac_invalid {
	color: darkred;    
}

#cart .ac_checkbox.ac_invalid a {
	color: darkred;    
}

.cart_form td {
	padding-top: 3px;   
	padding-bottom: 3px;   
	vertical-align: top;
	width: 230px;
	
} 
  

.cart_form td:first-child {
	width: 200px;
	font-weight: 700;
	vertical-align: top;
}

.cart_form td:last-child {
	min-width: 400px;
}

.cart_form_option {
	margin-left: 204px;    
}

#cart label a {
	color: #FE482D !important;
}

#cart_menu {
	text-align: right;    
	padding: 10px;
}

.cart_button {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	background: #FE482D;
	text-align: center;
	padding: 0 20px;
	cursor: pointer;	
	height: 28px;
	line-height: 30px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	border: none;
	font-family: "Brandon Grotesque Bold";
}

.cart_button.prev {
	float: left;
	margin: 0;	
}
/*
.cart_button.next:after { content: " >> " }
.cart_button.prev:before { content: " << " }*/


/****************************************************************************/
/*  
/*      HEADER
/*
/****************************************************************************/

#cart_header {
	width: 100%;
	border-spacing: 0;  
	margin-top: 30px;  
}

#cart_header td {
	font-weight: normal;
	padding: 0;
	text-align: center;
	font-family: "Brandon Grotesque Bold";
	text-transform: uppercase;
	font-size: 14px;
}

#cart_header td > a {	
	color: #fff !important;
	background: #838383;
	padding: 5px 0;
	display: block;
	text-align: center;
	text-decoration: none !important;	
	width: 90%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#cart_header td.curr > a, #cart_header td:hover > a {
	color: #fff !important;
	background: #FE482D;
}
/*
#cart_header td:not(.curr) + td:not(.curr) {
	border-left: 1px solid white;    
}

#cart_header td:hover + td.curr, #cart_header td.curr + td:hover {
	border-left: 1px solid white;    
}*/

/****************************************************************************/
/*  
/*      ITEM
/*
/****************************************************************************/

.cart_item > td {
	border-bottom: 1px dotted #B8B8B8;                
	vertical-align: top;
}

.cart_item_remove {
	display: inline-block;
	line-height: 20px;
	
	text-decoration: none;
	position: absolute;
	height: 20px;
	line-height: 20px;	
	bottom: 0;
	left: 0;
	color: #282828 !important;
}

.cart_item_remove span {
	color: #ff5a46 !important;
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
	float: left;
}

.cart_item_image {
	float: left;
	padding: 15px 0;
	border: 1px solid #b9b9b9;
}

.cart_item_content {
	position: relative;
	margin-left: 130px; 
	padding-bottom: 30px;
	min-height: 32px;  
}

.cart_item_content p {
	color: #737373;
}

.cart_item_content a {
    color: #FE482D;
}


/****************************************************************************/
/*  
/*      CHECKOUT
/*
/****************************************************************************/
			   
#cart_items {
	border-collapse: collapse;
	width: 100%;
}

#cart_items td, #cart_items th {
	padding: 10px; 
	font-size: 16px;
}

#cart_items th {	
	text-align: left;
	font-weight: normal;
	border-bottom: 1px dotted #B8B8B8;                
}          

#cart_items [data-col=price_piece] {
	padding-top: 12px;
}

#cart_items [data-col=discount] {
	padding-top: 12px;
}

#cart_payment {
	margin-left: 5px;	
}

#cart_info {
	border: 1px solid #B9B9B9;
	width: 400px;
	float: right;
	padding: 10px;
	color: #797979; 
	font-size: 12px; 
	margin-top: 5px
}

#cart_review_info tr > * {
	padding: 3px 30px 3px 10px;	
	vertical-align: top;
}

#cart_review_info {
	border-collapse: collapse;	
}

#cart_review_info th {
	color: #737373;
	text-align: left;
	border-bottom: 1px dotted #B9B9B9;
}

#cart_review_info h4 {
	font-size: 16px;
}

#cart_review_info td > span {
	display: inline-block;
	color: #737373;
	padding-right: 5px;
	width: 120px;
}

#cart_review_info td > span:after {
	content: ":";
}   

.translation {
	background: none;
}

.cart_button mark,
.curr mark {
	/*color: #fff !important;*/
}

#cart .ac_border, #cart .ac_border.ac_focused { 
	/*border: 1px solid #d1d1d1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: inset 0px 0px 3px 2px rgba(0,0,0,0.1);
	background: none;
	padding: 3px 10px;*/
}

#cart .ac_value {
	display: block;	
	/*border: 1px solid #C4C4C4;	*/	
	padding: 0 4px;
	
	height: 26px;
	line-height: 26px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: Tahoma,Verdana,Segoe,sans-serif;
	width: 100%;
}

/* overwrite */
    
.ac_border {	
	background: none !important;	
}


.ace_value,
.acl_items {
	padding: 0 !important;		
}

.ac_value {
	font-size: 13px !important;
}

.ac_border {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;		
}


.ac_border.ac_select {
	border: 1px solid #C4C4C4;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	height: 28px;
	line-height: 28px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;		
}

.order_invoice {
    font-size: 15px;
}

#cart mark {
	/*background: yellow;*/
	/*color: inherit !important;*/
}

#cart th {
	text-transform: uppercase;
	font-weight: 700;
}

.cart_step.cart_section {
	display: none;
}
/*
.cart_message_error {
	color: red !important;
}*/

.ac_invalid {
	border-color: red !important;
}

#cart .ac_checkbox.ac_invalid {
	color: red !important;
}

#cart .cart_message_error {
	border: 1px solid #FE482D;
	padding: 1em 1.5em;		
	margin: 1em 0;
}

.ac_focused {
	border-color: #C4C4C4 !important;	
}

#cart_delivery span:first-of-type {
	
}
#cart_delivery span:last-of-type {
	color: #848484;
	font-style: italic;
	display: block;	
}

#cart_delivery .ac_bullet,
#cart_payment .ac_bullet {
	top: 11px;
}




	
#cart_form {
	overflow: hidden;
}


/* steps */

	.cart_steps_wrapper {
		position: absolute;
		
		bottom: 4em;
		left: 0;
		width: 100%;
	}

	.cart_steps {
		/*margin: 0 50px;*/
		position: relative;
	}

	.cart_steps .steps_main {
		background: rgba(112,97,120,0.10);	
		margin: 0 160px;	
		overflow: auto;	
	}

	.cart_steps .steps_main .cart_tab {
		float: left;
	}

	/*.cart_steps*/.cart_tab.side_button {
		display: inline-block;
		width: 115px;
		float: left;
		text-align: center;
		position: relative;	
		margin-left: 25px;
	}

	/*.cart_steps*/ .cart_tab.side_button:last-of-type {
		position: absolute;
		right: 0;
		top:0;
		margin: 0 25px 0 0;
	}
	
	.cart_tab.side_button.fixed {
		position: fixed;
		top: 30px;
		right: 50px;
		z-index: 200;
	}


	/*.cart_steps*/ .cart_tab.side_button:after {
		content: "";
		position: absolute;
		display: block;
		border-bottom: 25px solid transparent;
	    border-right: 25px solid #565b71;
	    border-top: 25px solid transparent;
	    height: 0;
	    width: 0;
	    top: 0;
	    width: 25px;
	    left: -50px;
	}

	/*.cart_steps*/ .cart_tab.side_button:last-of-type:after {
		left: auto;
		right: -50px;	
		border-right: 0;
		border-left: 25px solid #565b71;
	}

	/*.cart_steps*/ .cart_tab a {
		display: block;
		
		background: #979eb1;
		color: #fff;
		font-weight: 300;
		padding: 14px 28px;
		
		box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    
		transition-property: background;
		transition-duration: 0.5s;
		transition-timing-function: linear;
	}

	/*.cart_steps*/ .cart_tab.curr a,
	/*.cart_steps*/ .cart_tab:hover a {
		background: #565b71 !important;
	}
	
	/*.cart_steps*/ .cart_tab.comp a {
		background: #747f95;
	}

	.cart_steps .steps_main.steps_6 .cart_tab {
		width: 16.66% !important;
	}
	.cart_steps .steps_main.steps_5 .cart_tab {
		width: 20% !important;
	}
	.cart_steps .steps_main.steps_4 .cart_tab {
		width: 25% !important;
	}
	.cart_steps .steps_main.steps_3 .cart_tab {
		width: 33.33% !important;
	}
	
	.cart_section {
		margin-top: 1.25em;
	}
	
/*****************************/
/*        1.  intro          */
/*****************************/

	.cart_intro {
		text-align: center;		
	}
	
	.cart_overlay > div,
	.cart_intro > div {
		color: #264861;
        font-size: 2em;        
        font-weight: 300;
		position: relative;
		line-height: 140%;
		top: 40%;
		transform: translateY(-50%);
	}
	
	.cart_overlay {
		display: none;
		text-align: center;		
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 500;		
	}

/*****************************/
/*         2. candle         */
/*****************************/

    /* carouse */

    .step_1 .column.left {
		float: left;
		width: 50%;		
		margin-right: 5em;
    }
    
    .step_1 .column.right {
		overflow: hidden;		
		float: none !important;
		max-width: 500px;
    }   
    
    .content_cart .candle_selector a.arrow {
        background-position: -26px 0;
    }
    
    .content_cart .candle_selector a.arrow.selection_right {        
        background-position: -26px -63px;
    }
    
    /* pricing */
     
    ul.data-title {
        
    }
     
    ul.candle_price li {
        list-style-type: none;        
        font-size: 22px;
        height: auto;
        cursor: pointer;
        font-weight: 300;  
        position: relative;   
        margin: 3px 0;   
    }
    
    ul.candle_price li.disabled {
		opacity: 0.3;
		cursor: auto !important;
    }
    
    ul.candle_price li.duration_48h {
        margin: 1.25em 0;
        color: #86b3a8;
    }    
    ul.candle_price li.duration_2w {
		color: #488785;
    }
    ul.candle_price li.duration_1m {
		color: #5b9694;
    }
    ul.candle_price li.duration_1y {
		color: #6e9f9d;
    }
    
    ul.candle_price li.duration_regional {
		margin-top: 1.25em;
    }
    
    ul.candle_price li.flame {
        margin-top: 1.25em;
    }
    
    ul.candle_price li span {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;    
        display: inline-block;
        position: relative;
    }
    
    
    ul.candle_price li span.duration {        
        width: 350px;
        background: currentColor;   
      
        z-index: 0;
        padding: 5px 1em;
        border: 2px solid transparent;
        -webkit-transition: all 0.75s ease;
        -moz-transition: all 0.75s ease;
        -o-transition: all 0.75s ease;
        transition: all 0.75s ease;      
    }  
    
    ul.candle_price li span.duration span {
         color: #fff;
    }  
  
    ul.candle_price li:hover:not(.disabled) span.duration,
    ul.candle_price li.active span.duration {
        background: #fff;
        border-color: currentColor;
        color: inherit;
        width: 100%;
    }
    
    ul.candle_price li:hover:not(.disabled) span.duration span,
    ul.candle_price li.active span.duration span {
         color: inherit;
    }  
    
    ul.candle_price li span.price {
        position: absolute;
        right: 0;        
        width: 140px;
        font-size: 1.36em;
        padding-left: 10px;        
        z-index: 10;     
        color: inherit;
    }
    
     ul.candle_price li span.price sup {
        vertical-align: super;
        font-size: smaller;
        font-weight: 400;
    } 
    
    
/*****************************/
/*         3. details        */
/*****************************/

	.cart_form {	
		margin-top: 1.25em;
	}
	
	.cart_form .column {
		width: 28%;
	    display: inline-block;
	    vertical-align: top;
		font-size: 20px;
	}
	
	.cart_form div.field {
		position: relative;
		margin-right: 24px;		
	}
	
	.cart_form div.field span {
		position: absolute;
        right: -24px;
        font-size: 30px;
        top: 6px;
        color: #204763;
	}
	
	.cart_form label {
		display: block;
		position: relative;
		color:#204763;
		padding: 0 25px 5px 10px;
		margin-right: 25px !important;	      
	}
	
	.cart_form label span {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -12px;
		width: 20px;
		height: 20px;
		background: red;
		border: 1px solid #3c6181;
		background: #7db7f1;
		color:#fff;
		text-align: center;
		cursor: pointer;
		line-height: 20px;
		font-size: 14px;
	}
	
	.cart_form input[type=text],
	.cart_form textarea {
		font-size: 18px;
		display: block;
		width: 100%;
		border: 1px solid #bbd0e3;
		font-size: inherit;
		font-family: inherit;
		color: #858585;
		font-weight: 300;
		padding: 10px 10px;
		margin-bottom: 24px;
		
		resize: none; 
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;        
	}
	
	.cart_form input[type=text]:focus,
    .cart_form input[type=password]:focus,
    .cart_form select:focus,
    .cart_form textarea:focus {
        box-shadow:inset 0px 0px 0px 4px #DFEFFF;
        border-color: #C2D7EF !important;        
    }
	
	.cart_form textarea {
		height: 260px;
	}
	
	/* map */
	
	.cart_form #map_wrapper_outer {
		margin-right: 25px;
	}
	
	.cart_form #map_wrapper {		
		position: relative;		
		margin-bottom: 25px;
		display: none;
		width: 0;	
		border: 1px solid #bbd0e3;	
	}
	
	.cart_form #map_wrapper:before {
		content: "";
		padding-top: 60%;
		display: block;
	}
	
	.cart_form #map {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	
/*****************************/
/*         3.1. upload       */
/*****************************/

	#image_upload {
		
	}
	
	#image_upload h2 {
		display: block;
		font-size: 1.5em;
		background: rgba(112,97,120,0.10);	
		padding: 8px 15px;
		margin-bottom: 1em;
	}
	
	#image_upload input {
		opacity: 0;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		z-index: 10;
	}
	
	#image_upload a.button:after {
		background: #629a99 url(../img/sprite_icons.png) no-repeat -44px -74px;	
	}
	
	#image_upload .upload_container {
		position: relative;
		overflow: hidden;
	}
	
	/* upload list */
	
	.upload_container.disabled {
	    opacity: 0.5;
	}
	
	.upload_container.disabled .button {
		cursor: default !important;
	}
	.upload_container.disabled .button:hover {
		color: #fff !important;
	}

	.upload_container.disabled input {
	    display: none;    
	}

	#upload_button input {
	    cursor: pointer;
	    font-size: 200px;
	    opacity: 0;
	    position: absolute;
	    right: 0;
	    top: 0;
	    z-index: 1;
	}

	#upload_list {
	    list-style: none outside none;
	    margin: 0;
	    padding: 0;  	   
	    width: 0;
	    min-height: 160px;
	    float: left;        
        max-width: 640px;	
        position: relative;
        
        
	}
	
	#upload_list.visible {
		
        
    }
    
    #upload_list:before {
        display: block;
        content: "";
        padding-top: 120%;
    
    }
    
    #upload_list .jcrop-holder {
        position: absolute !important;   
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0;
       
        background-color: transparent !important;
    }

	#upload_list li {
       /*
	    width: 160px;
	    height: 160px;*/
        width: 100%;
        display: block;
        height: 100px;
	    /*border: 4px solid #629a99 !important;*/
	    background-color: #565b72;	  
	    position: absolute;   
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
	    background-position: center center;
	    background-repeat: no-repeat; 
		/*box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;*/
	}
	#upload_list .upload_name {
	    position: absolute;
	    bottom: 0px;
	    font-size: 12px;
	    left: 0px;
	    right: 0px;
	    height: 24px;
	    padding: 5px;
	    color: #fff;
	    background: #629a99;
	    width: 100%;
	    word-wrap: break-word;
	    overflow: hidden;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        z-index: 100;
	}
	#upload_list li.uploading {
	    /*background-image: url(../img/loader-med.gif);  */  
	}
    
    .button.crop {
        display: block;
        display: none;
        margin-bottom: 20px;
    }
	
	.upload_progress {
	    position: absolute;
	    border-top: 2px solid #629a99;
	    bottom: 0px;
	    left: 0;
	    height: 14px;
	    width: 100%;
	 
	}

	.upload_cancel, .upload_remove {
	    display: block;
	    cursor: pointer;
	    position: absolute;
	    
	    top: 8px;
	    right: 8px;
	    width: 32px;
	    height: 32px;
	    background: #629a99;
	    color: #fff;
	    text-align: center;
	    line-height: 32px;
	    font-size: 14px;
        z-index: 900;
	}

	.upload_cancel:hover, .upload_remove:hover { opacity: 1 }

	.upload_progress > div {
	    background-color: #fff;
	    width: 0px;
	    height: 14px;    
	}
	.upload_error {
	    position: absolute;
	    top: 70px;
	    left: 5px;
	    right: 5px;
	    color: darkred;    
	    transform: translate(0, -50%);
	}

	#upload_list li.uploading .upload_remove { display: none }
	#upload_list li.finished .upload_progress { display: none }
	#upload_list li.finished .upload_cancel { display: none }

	#upload_list li.cancelled .upload_remove { display: none }
	#upload_list li.cancelled .upload_cancel { display: none }
	#upload_list li.cancelled .upload_progress > div { background-color: gray }

	#upload_list li.cancelled .upload_cancel { display: none }
	#upload_list li.failed .upload_progress > div { background-color: darkred }
	
/*****************************/
/*         4. payment        */
/*****************************/

	.cart_payment {
		max-width: 840px;
		margin: 0 auto;
		color: #224963;
		padding-bottom: 10px;
	}
	
	.cart_payment p {
		display: block;
		margin: 25px 0 25px 70px !important;		
		font-size: 20px;
	}
	
	.cart_payment ul li {
		font-size: 25px;
		margin-left: 35px;
		margin-right: 70px;
		list-style-type: none;		
	}
	
	.cart_payment ul li label {
		text-align: left;
	}
	
	.cart_payment ul li label span {
		margin-left: 30px;
		display: block;
		background: #fff;
		padding: 12px 20px;
		border: 1px solid #bbd0e3;
		float: left;
		margin-top: -12px;
		width: 100%;
		position: relative;
	}
	
	.cart_payment ul li label span img {
		position: absolute;
		left: 240px;
		top: 8px;
	}
	
	
    .cart_payment .cart_form {
		margin: 60px 0 0 70px;
    }
    
    .cart_payment .cart_form p {
		margin-left: 0 !important;
    }
    
    .cart_payment .cart_form img.loader {
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -8px;
		display: none;
    }
    
    .cart_payment .cart_form .status {
		margin-left: 0;
		margin-top: -10px;
    }
	
	
	
/*****************************/
/*         5. preview        */
/*****************************/
	
	.cart_preview {
		margin-top: 1.25em;
	}
	
	.cart_preview .column {		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;        
	}
	
	.cart_preview .column.right {
		overflow: hidden;		
		margin-right: 0 !important;
	}
	
	.cart_preview .column.left {
		width: 36%;	
		position: relative;
	}
	
	.cart_preview .cart_form {
		margin-top: 0 !important;
	}
	
	.cart_preview .cart_form label {
		color: #a3a3a3;
		font-size: 20px;
		padding-left: 0;
	}
	
	.cart_preview .cart_form input[type=text],
	.cart_preview .cart_form textarea {
		color: #254a67;
		font-size: 22px;
	}
	
	.cart_preview .cart_form span.asterix {
		display: none;
	}
	
	.cart_preview .cart_form textarea {
		height: 160px;
	}
	
/*****************************/
/*         6. profile        */
/*****************************/

	/*
	#cart .candle_profile {
		background: none !important;
	}
	
	#cart .candle_profile.content {
		padding: 0 !important;
	}
	
	#cart .candle_profile .column.right {
		width: auto !important;
	}*/
	
	
/*****************************/
/*         7. media          */
/*****************************/

@media(max-width: 1280px) { 
	
	/* cart */
	
	.step_1 .column.left {
		margin-right: 30px;
	}
	
	ul.candle_price li span.duration {
		width: 70%;
	}
	
	/* cart steps */
	
	.cart_tab a {
		padding: 14px;
	}
    
    .cart_form .column {
        width: 32%;
    }
}


@media(max-width: 1080px) {  
	
	/* cart */
	
	.step_1 .candle_selector {
		width: 100% !important;
	}
	
	.step_1 .column.left {
		float: none;
		width: 100%;
	}
	
	.step_1 .column.right {
		max-width: 100%;
	}
    
    .cart_form .column {
        width: 48%;
    }
}
	
@media(max-width: 780px) { 
	
	#cart_main,
	#cart > div {
		padding-bottom: 2em !important;
	}
	
	.cart_step.cart_section  {
		display: block;
		background: #979eb1;
		color: #fff;
		font-weight: 300;
		font-size: 16px;
		padding: 14px;		
		display: block;
		text-align: left;
		text-decoration: none !important;	
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;		
		margin-top: 10px;
	}
	
	.cart_section.curr {
		color: #fff !important;
		background: #565b71;
	}
	
	#cart_header {
		display: none !important;
	}	
	
	/* candle details */
	
	.cart_form .column {
		width: 100%;

	}
	
	/* intro */
	
	.cart_overlay > div {
		top: 0;
		transform: none;
		padding-top: 2em;
		font-size: 1.75em;
		line-height: 120%;
	}

}

@media(max-width: 580px) { 
	
	ul.candle_price li span.duration {		
		width: auto;
		display: block;
		overflow: hidden;
	}
	
	ul.candle_price li span.price {
        width: 100px;
        position: relative;
        float: right;
        
    }
	
}

@media(max-width: 480px) { 
	
	ul.candle_price li {
		font-size: 18px;
	}
}


