.breadcrumbs-container {width: 99%; max-width: 1190px; margin: 0 auto; padding: 0 15px; text-align: left; font: normal 12px/24px "Helvetica neue",Helvetica,Arial,sans-serif;}
.breadcrumbs-container a {white-space: nowrap; color: #656766; font: normal 12px/24px "Helvetica neue",Helvetica,Arial,sans-serif; transition: all .3s ease 0s;}
.breadcrumbs-container a:hover {color: #336699; text-decoration: underline;}

.main {position: relative; font-family: Arial; font-size: 14px; size: 2;}

.main-header {
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
	position: relative;
	max-width: 99%;
	width: 100%;
	margin: auto;
	vertical-align: baseline;
	min-height: 57px;
	text-align: center;
}

h1.title-info {
	display: inline-block;
	align-self: flex-start;
	order: 1;
	max-width: 1190px;
	padding: 0 15px;
	margin: 10px auto;
	font: normal 28px Arial;
	letter-spacing: -0.5px;
	text-align: start;
	color: #333333;
}

h2.title-info {
	display: inline-block;
	align-self: flex-start;
	order: 2;
	width: auto;
	max-width: 99%;
	padding: 0 15px;
	margin: 0 auto 10px auto;
	font: normal 16px Arial;
	letter-spacing: -0.5px;
	text-align: left;
	color: #333333;
}

.main-header .discount-link {
	float: right;
	align-self: flex-end;
	order: 3;
	min-width: 245px;
	margin-top: 11px;
	font: bold 13px/16px Arial;
	color: #000;
	text-align: center;
}
.main-header .discount-link a {display: inline-block; margin: 0 0 7px 0; transition: opacity .5s ease 0s;}

.main-header .discount-link a + a {float: right; margin: 0 0 7px 20px; }



.pagecontent {
	max-width: 1190px;
	width: 99%;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
	display: block;
}
.column-left {
	display: block;
	float: left;
	width: 830px; width: calc(100% - 260px);
	padding: 0;
	margin: 0 5px;
	overflow: hidden;
	position: relative;
	text-align: left;
	font: 13px/18px Arial;
}
.column-right {
	display: inline-block;
	position: relative;
	float: right;
	clear: right;
	min-width: 155px;
	width: 215px;
	margin: 0 5px;
	line-height: normal;
	text-align: center;
}

.column-right > * {margin: 5px auto; text-align: center;}




.templates-sig-img {float: left; margin: 20px;}

.templates-sig-list {
	margin: 10px 0 0 40px;
	list-style-position: outside;
	line-height: 20px;
	text-align: left;
}
.templates-sig-list li {margin: 14px 0;}
.templates-sig-list li .head {font-weight: bold;}

.non-bullets {list-style-type: none;}


.structure-list {
	list-style-position: outside;
	list-style: none;
	line-height: 20px;
	text-align: left;
	padding: 10px 0;
}
.structure-list li {list-style-position: inside; margin-bottom: 10px;}
.structure-list .structure-list-item-header {font-weight: bold; clear: both; line-height: 20px;color: #333333}

.structure-list a:hover {color: #336699; text-decoration: underline; text-shadow: 0 0.015px #336699,0.01px 0 #336699,0px 0px 10px #bbb;}


.structure-list-item-header {font: bold 14px Arial;}

.faq-list {padding: 10px 0 10px 25px;}
.faq-list .question {line-height: 20px; cursor: pointer; text-decoration: underline; transition: all .5s ease 0s; font-size: 12pt; color: #000000}
.faq-list .question:hover {color: #336699; text-decoration: underline; text-shadow: 0 0.015px #336699,0.01px 0 #336699,0px 0px 10px #bbb;}
.faq-list .expand-block-input {position: absolute; z-index: 0; visibility: hidden;}

ol.faq-list {
  margin: 0 0 10px;
  padding: 10px 5px 10px 20px;
  counter-reset: item;
}

ol.faq-list > li {
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -2em;
  list-style-type: none;
  counter-increment: item;
}

ol.faq-list > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  text-align: right;
  content: counter(item) ".";
}

.faq-list .answer {
	position: relative;
	display: block;
	max-height: 0;
	margin: 3px auto 10px;
	text-indent: 0;
	text-align: left;
	overflow: hidden;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}


.faq-list .expand-block-input:checked + .answer	{max-height: 2000px; height: auto;}





.add-to-cart-btn {
	display: block;
	width: 90px;
	max-width: 130px;
	margin: 0 auto;
	background: #00A63F;
	background-image: -webkit-linear-gradient(top, #00C444, #00A63F);
	background-image: -moz-linear-gradient(top, #00C444, #00A63F);
	background-image: -ms-linear-gradient(top, #00C444, #00A63F);
	background-image: -o-linear-gradient(top, #00C444, #00A63F);
	background-image: linear-gradient(to bottom, #00C444, #00A63F);
	background-color: linear-gradient(to bottom, #00C444, #00A63F);
	border-radius: 2px;
	color: #ffffff;
	font: bold 14px Arial;
	padding: 7px;
	text-align: center;
	text-decoration: none;
	transition: all .5s ease 0s;
	box-shadow: 1px 1px 3px #aaa;
}

.add-to-cart-btn:hover {
	color: #fff !important;
	opacity: 0.9;
	text-decoration: none;
}
.add-to-cart-btn.large {width: 112px;}

a.blue-link {color: #0071c1; transition: all .5s ease 0s;}
a.blue-link:hover {color: #333333;}
.img-powerpoint-2016 {max-width: 90%; margin: 20px auto;}






.award-winning {font: 12px Arial;}
.award-winning-red {font: 12px Arial; color: #CC0000;}

.template-thumbs {display: block; display: flex; align-items: center; flex-wrap: wrap; justify-content: space-around; max-width: 100%;}
.template-thumb {display: block; float: left; margin: 10px; padding: 0; text-align: center;}
.image-placeholder {display: block; width: 156px; height: 116px; overflow: hidden; border: 1px solid #ddd; margin: 0 auto;}
.image-placeholder img {display: block; width: 160px; height: 120px; overflow: hidden; margin: -3px;}


.se-words-container {font: 10px Arial; color: #999;}
.se-words {font: 9px Arial; color: #999;}




.addtocarttable .subtitle .text-title {font-size: 20px;}


.tool-content-popup {
	display: none;
	position: absolute !important;
	margin-top: -3px;
	padding: 0;
	width: 420px;
	max-width: 100%;
	max-height: 0;
	background-color: #fff;
	z-index: 1000;
	border-radius: 10px;
	transition: all 0.3s ease 0s;
}
.tool-content-popup .top {
	display: block;
	height: 5px;
	width: 150px;
	margin: 0 0 0 100px;
	background: rgba(0, 0, 0, 0) url("/default/images/tooltip-topbottom.png") no-repeat scroll -64px 0;
}

.tool-content-popup .tool-content-text {
	display: block;
	padding: 5px;
	border: 4px solid #9ac0ff;
	border-radius: 10px;
	box-shadow: 0px 2px 10px 1px #aaa;
}
.tool-content-popup .tool-content-text b {color: #0070c0; font-weight: normal;}

.tool-content-link {cursor: pointer; color: #0071c1; transition: all 0.3s ease 0s;}
.tool-content-link:hover {color: #000;}
.tool-content-link:hover + .tool-content-popup,
.tool-content-link:active,
.tool-content-popup:active,
.tool-content-popup:hover {display: block; cursor: pointer; max-height: 500px;}

.note {font-size: 12px; font-weight: normal; color: #777; transition: all 0.3s ease 0s;}
.note:hover {color: #000;}

.price.red-line-through-strike {color:red; text-decoration:line-through;}
.price span {color: #333333;}




.agreement {max-width: 960px; width: 99%; margin: 0 auto;}
.agreement.eula {max-width: 800px;}
.agreement .main {max-width: 960px; width: 99%; margin: 0 auto;}
.agreement .main-header {text-align: left;}
.agreement h1.title-info {margin: 10px 0; padding: 0 10px;}
.agreement .pagecontent p {margin: 15px auto;}
.agreement .pagecontent ul {margin: 0; list-style-position: outside; line-height: 20px; text-align: left; text-indent: 0;}
.agreement .pagecontent ul li {margin-bottom: 10px; margin-left: 10px;}
.agreement .pagecontent ul li span{margin-bottom: 15px; display: block;}
.agreement .pagecontent ol {margin-left: 40px; text-indent: 0;}
.agreement .pagecontent ol li {margin-bottom: 5px;}
.agreement .pagecontent ol li ul {margin-left: 40px;}
.agreement .pagecontent ol li ul li {margin-bottom: 5px;}





@media screen and (min-width: 1210px) {
	.zoom-container .zoom-sign {display: block;}
}


@media screen and (max-width: 800px) {
	.main-header {display: flex;}

	.pagecontent {display: flex; flex-direction: row; flex-wrap: wrap; border: none; margin: 10px auto;}
	.column-left {width: 100%; margin: 5px auto;}
	.column-right {width: 98%; margin: 5px auto; display: block; clear: both;}
	.howtoorder-btn {display: none;}
}

.main-header.newUC, .addtocarttable-outer.newUC{ text-align: left; }
.column-left.newUC{ width: 100%; }
.column-left.newUCI{ width: calc(100% - 235px); }
.column-left.newUC .customP, .title-info.newUC{ color: #444444; font-weight: 100; font-size: 20px; }
.discount-link.newUC{
    position: absolute;
    right: 0;
    top : -20px;
    margin-top: 0;
    width: 130px;
    min-width: 130px;    
}

.discount-link.newUC a + a { float: none; margin: 0; }
.main-header.newUC h1.title-info, .main-header.newUC h2.title-info{width:100%; margin: 0; text-align: center; }
.main-header.newUC h1.title-info{
    font-size: 30pt;
}
.main-header.newUC h2.title-info{
    font-size: 20pt;
}
.main-header.newUCI h1.title-info, .main-header.newUCI h2.title-info{width: calc(100% - 245px); margin: 0; text-align: left; }
.main-header.newUCI,.main-header.newUC { max-width: 1190px; }
@media screen and (max-width: 500px) {
    .discount-link.newUC { position: relative; margin: 10px auto; }
}

.faq-list .answer a { text-decoration: underline; color: #336699; }

/* new FAQ styles */

.generalFAQ p {
    font-size: 23px;
    display: inline-block;
    color: rgba(51, 63, 79, 1);
    cursor: pointer;
    width: auto;
}

.generalFAQ p:hover { text-shadow: 0 0.015px #336699,0.01px 0 #336699,0px 0px 10px #bbb; }
.generalFAQ .generalQuestion{ margin: 20px auto; }
.generalFAQ .generalQuestion ul { margin: 0px 10px;}
.generalFAQ .generalQuestion ul > li{ margin-bottom: 15px; line-height: 20px;}
.generalFAQ .generalQuestion ol > li{ margin-bottom: 15px; line-height: 25px;}
.generalFAQ .generalQuestion ul > li span.answer { 
    margin-bottom: 10px; 
    display: none; 
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.generalFAQ .generalQuestion ul > li  label {
    margin-bottom: 10px; 
    display: block;
    font-size: 18px;
    color: rgba(51, 63, 79, 1);
    cursor: pointer;
    width: auto;
}
.generalFAQ .generalQuestion ul > li  label:hover { text-shadow: 0 0.015px #336699,0.01px 0 #336699,0px 0px 10px #bbb; }
.generalFAQ .generalQuestion .secondQuestions { 
    display: none;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.generalFAQ .generalQuestion .answer a{ text-decoration: underline; color: #336699; }

/* new FAQ styles */

/*  subscriptionrenewalssuite */

.main-header.renew .howToOrderDesc {
    line-height: 40px;
    letter-spacing: .3px;
    font-size: 17px;
    margin-left: 8%;
}

.column-right.renew {
}

.main-header.renew{
    width: 100%;
    margin: 0;
    display: inline-block;
}
.column-left.renew{
    box-sizing: border-box;   
}
.column-left.renew ul{
        padding: 0px 0px 0px 30px;
}
.column-left.renew ul li{
        padding: 0px 0px 5px 0px;
}
.column-left.renew ul li:last-child{
        padding: 0px;
}
.main-header.renew h1, renewSubtitle{
    color: #c400c4;
    font-size: 35px;
    font-weight: bolder;
    font-family: Arial, Tahoma, Verdana, sans-serif;
    margin: 0;
    display: inline-block;
    width: calc(100% - 215px);    
    min-height: none;
    min-width: none;
    line-height: normal;
}
.main-header.renew .renewSubtitle{
    font-size: 15px;
    line-height: 15px;
    display: block;
    text-align: center;
    color: rgba(80, 0, 80, 1);
}
.discount-link.renew{
    width: 215px;
    min-width: 215px;
    margin-top: 50px;
}
.main-header.renew .discount-link.renew a{
    margin-left: 23%;
    display: block;
    min-width: 130px;
}
.column-left.renew .renewParagraph {
    font-style: italic;
    padding: 10px 0px 5px 0px;
}

.column-left.renew .renewParagraphTop.first{ padding:0; }
.column-left.renew .renewParagraphTop{
    padding: 10px 0px 0px 0px;    
}
.smallfont.renew{
    color: #444444;
    font-weight: bold;
}
.column-left.renew .shine.price-info-link {
    text-decoration: underline;
}
.pagecontent a.shine.price-info-link.renew:hover {
    color: #0071c1;
}
.column-left.renew .addtocarttable{
    max-width: 850px;
}
.circleDot{
    font-size: 9px;
    line-height: 15px;
    /* margin-top: 7px; */
    display: inline-block;
    vertical-align: text-bottom;
}
.renewParagraphLast{
    padding-top: 0px;
    font-size: 12px;
}
.column-left.renew .addtocarttable .subtitle .text-title .blue{
    color: #2965ad;
}

.column-left.renew .shine.price-info-link.renew{
    color: #333333;
    text-decoration: none;
    border-bottom: solid 1px #0071c1;
}

.column-left.renew .renewUnderline{
    color: #0071c1;
    text-decoration: underline;
}

.site.widepage.templatepage.viewpage .pagecontent.renew,
.pagecontent.renew .smallfont, .column-right.renew .template-thumbs a ,
.main-header.renew .howToOrderDesc { color : rgba(80, 0, 80, 1); }
.pagecontent.renew .smallfont.renew { color: #444444 }

.pagecontent.renew .smallfont.red { color: #C00000; }
/*  subscriptionrenewalssuite */

.how_to_list{
    margin: 0px 0px 0px 30px;
    list-style-position: outside;    
}

.how_to_list li{
    margin: 0xp;
}
.how-to-customize-container img{
    position: relative;
    right: -15px;
    width: 100%;
}

.how-to-customize .title-info{
    padding: 0px;
}
.column-center.how-to-customize{
    width: 55%;
    margin: 0px auto;
}
@media only screen and (max-width: 600px) {
    .column-center.how-to-customize{
        width: 97%;
    }
    
    .main-header.newUC h1.title-info {
        font-size: 6vw;
    }    
    .main-header.newUC h2.title-info {
        font-size: 4vw;
    }    
}
.moreinfo_h2_link{
    font-size: 20px;
    color: rgb(5, 99, 193);
    text-decoration: none;
    float: none !important;
}
.moreinfo_h2_link:hover{
    color: rgb(5, 99, 193);
    text-decoration: none;    
}
.page-header.top_moreInfo{
    width: 95%;
    font-family: arial;
    max-width: 1280px;
    margin: 0px auto;
}
.page-header.top_moreInfo h1{
    font-weight: normal;
    width: 100%;
    text-align: center;
    font-size: 30pt;
    margin: 50px auto;
    line-height: 25pt;
    color:#333333;
}
.page-header.top_moreInfo h3.under-title{
    width: 50%;
}
.page-header.top_moreInfo h3{
    font-weight: normal;
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin: 0px auto 50px auto;
}
.page-header.top_moreInfo h3.starting_price{
    font-weight: normal;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #7f7f7f;
    margin: 0px auto 50px auto;
}
.page-header.top_moreInfo .image-holder {
    position: relative;
}
.page-header.top_moreInfo .image-holder h3{
    font-weight: normal;
    width: 100%;
    max-width: 230px;
    font-size: 18px;
    position: absolute;
    top: 70%;
    right: 15%;
    margin: 0px;
}
.page-header.top_moreInfo .image-holder .moreinfo_image{
    width: 100%;
    height: auto;
}
.page-header.top_moreInfo .image_desc {
    font-weight: normal;
    font-size: 18px;
    width: 100%;
    margin: 50px auto;
}
.page-header.top_moreInfo .image-holder.multiple{
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
}
.page-header.top_moreInfo .image-holder.multiple .between_images{
    font-weight: normal;
    display: block;
    margin: 50px auto;
    max-width: 100%;
    position: relative;
    text-align: center;   
    top: 0;
    right: 0;
}
.page-header.top_moreInfo .image-holder.multiple .image_holder_2{
    width: 50%;
    position: relative;

}
.page-header.top_moreInfo .image-holder.multiple .image_holder_2 .moreinfo_image_2{
    width: 95%;
    position: relative;
    max-height: 340px;
}
.page-header.top_moreInfo .image-holder.multiple .moreinfo_image_3{
    width: 33%;
}
.page-header.top_moreInfo .image-holder.multiple .moreinfo_images_4{
    width: 25%;
}
.page-header.top_moreInfo .image-holder.multiple .moreinfo_image_4{
    width: 100%;
    margin-bottom: 75px;
}

@media only screen and (max-width: 750px) {
    .page-header.top_moreInfo h3.under-title{
        width: 100%;
    }    
    .page-header.top_moreInfo .image-holder.multiple .image_holder_2{
        width: 100%;
        margin: 0px auto;
        height: auto;
    }    
    .page-header.top_moreInfo .image-holder.multiple .between_images{
        font-size: 13px;
        display: inline-block;
        margin: 15px auto;
        max-width: 100%;
        position: relative;
        text-align: center;        
        height: auto;
    }    
    .page-header.top_moreInfo .image-holder h3{
        right: 2.5%;
        margin: 0px;
        font-weight: bold;
    }
    .page-header.top_moreInfo h1{
        font-size: 6vw;
        margin: 15px auto;
        line-height: 6vw;
        font-weight: bold;
    }
    .page-header.top_moreInfo h3{
        font-size: 13px;
        margin: 0px auto 15px auto;
        font-weight: bold;
    }
    .page-header.top_moreInfo .image-holder h3{
        max-width: 135px;
        font-size: 13px;
        font-weight: bold;
    }
    .page-header.top_moreInfo h3.starting_price{
        font-size: 13px;
        margin: 0px auto 15px auto;
        font-weight: bold;
    }    
    .page-header.top_moreInfo .image_desc {
        font-size: 13px;
        margin: 15px auto;
        font-weight: bold;
    }   
    
    .page-header.top_moreInfo .image-holder.multiple{
        display: block;
    }
    
    .page-header.top_moreInfo .image-holder.multiple .moreinfo_image_2{
        width: 95%;
        margin: 0px auto;
        right: unset !important;
        left: unset !important;        
    }      
    .page-header.top_moreInfo .image-holder.multiple .moreinfo_image_3{
        width: 95%;
        margin: 10px auto;
    }        
    .page-header.top_moreInfo .image-holder.multiple .moreinfo_image_4{
        width: 95%;
        margin-bottom: 15px;
    }    
    .templatepage.viewpage .main{
        width: 95%;
        margin: 0px auto;
    }    
    
    .templatepage.search .main.homepage .main-header{
        margin-left: 0px;
        margin-left: 0px;
    }
}
@media only screen and (min-width: 1980px) {
    
    .page-header.top_moreInfo .image-holder.multiple .between_images .image_holder_2{
        height: 388px;
    }     
    .page-header.top_moreInfo .image-holder h3{
        right: 5%;
        margin: 0px;
    }
    .page-header.top_moreInfo h3{
        font-size: 21px;
        margin: 0px auto 50px auto;
    }
    .page-header.top_moreInfo .image-holder h3{
        font-size: 21px;
    }
    .page-header.top_moreInfo h3.starting_price{
        font-size: 21px;
        margin: 0px auto 50px auto;
    }    
    .page-header.top_moreInfo .image_desc {
        font-size: 21px;
        margin: 50px auto;
    }   
    .page-header.top_moreInfo .image-holder.multiple .moreinfo_image_4{
        margin-bottom: 50px;
    }    
    .templatepage.viewpage .main{
        width: 100%;
    }    
}

@media only screen and (max-width: 350px) {
    .page-header.top_moreInfo .image-holder h3{
        font-size: 12px;
    }
}

@media only screen and (min-width: 750px) and (max-width: 1209px)  {
    .page-header.top_moreInfo .image-holder.multiple .moreinfo_image_2.custom_margin{
        margin-top: 21px;
    }         
}
.site.widepage.templatepage.viewpage.how-to-order-page{
    width: 95%;
    margin: 0px auto;
    max-width: 1280px;
} 

.site.widepage.templatepage.viewpage.how-to-order-page.ct{
    width: 90%;
}
.change-size-text{
    font-weight: bold;
    text-align: justify;
    padding-left: 25px;    
}
.p-size-text{
    text-align: justify;
    padding: 0px;
    padding-left: 25px;  
}
#check_std,#check_ws{
    cursor: pointer;
}
.product-description .uc-also-list li {
    padding: 3px 0px;
    margin-left: 18px;
}

.pagecontent.long .column-right h1{
    text-align: left;
}

.price-cart.price-button-midle{
    display: flex;
    flex-flow: row;
}
.addtocarttable.uc-price .save-and-crossedout .save-button{
    padding: 7px;
    text-align: center;    
    box-shadow: 1px 1px 3px #aaa;
    width: 130px;
    border-radius: 2px;
    color: #fff;
    background-color: rgb(177,39,4);
    font-weight: bold;
    box-sizing: border-box;
    font-size: 14px;
}
.addtocarttable.uc-price .save-and-crossedout{
    display: flex;
    flex-flow: column;
    width: 130px;
}
.addtocarttable.uc-price .save-and-crossedout .new-croosedout{
    text-align: center;
    color: rgb(150,150,150);
}
.addtocarttable.uc-price .save-and-crossedout .new-croosedout span{
    text-decoration: line-through;    
}
.addtocarttable.uc-price .save-and-crossedout .addtocarttable.uc-price .save-and-crossedout span{
    font-family: Arial;
}
.addtocarttable.uc-price .button-and-stars{
    width: 130px;
}
.addtocarttable.uc-price .button-and-stars .button.cart.price-button-midle, .addtocarttable.uc-price .save-and-crossedout .save-button{
    margin-bottom: 5px;
}
.addtocarttable.uc-price .button-and-stars .button.cart.price-button-midle a{
    width: 130px;
    margin-top: 0px;
    box-sizing: border-box;
    z-index: 99999;
    position: relative;
} 
.addtocarttable.uc-price .price-cart .price.stdfontbold{
    align-content: center;
    display: grid;
    text-align: center;
    width: 120px;
    color: black;
    justify-content: end;
    font-size: 45px;
}
.addtocarttable.uc-price .button-and-stars .stars{
    font-size: 24px;
    color: #ffa31c;
    text-align: center;    
}
@media screen and (max-width: 1040px) {
    .addtocarttable div>div.stdfontbold{
        min-width: unset;
    }
}

.uc-save-price .save-crossedout .save-button{
    padding: 7px;
    text-align: center;    
    box-shadow: 1px 1px 3px #aaa;
    width: 130px;
    border-radius: 2px;
    color: #fff;
    background-color: rgb(177,39,4);
    font-weight: bold;
    box-sizing: border-box;
    font-size: 14px;    
    margin-top: 10px;    
}
.uc-save-price .save-crossedout .text-under-save{
    font-size: 15px;
    color: rgb(150,150,150);
    margin-top: 12px;
    
}
.uc-save-price .save-crossedout .text-under-save span{
    text-decoration: line-through;
}
.uc-save-price .save-crossedout, .uc-save-price .price-stars{
    width: 50%;
    line-height: 1;
}
.uc-save-price{
    width: 100%;
    display: flex;
    flex-flow: row;
    max-width: 85%;
    margin: 0px auto;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
}
.uc-save-price .price-stars .price{
    font-size: 45px;
    font-weight: bold;
    color: black;
}
.uc-save-price .price-stars .stars{
    font-size: 23px;
    color: #ffa31c;
    text-align: center;    
}