/* ******************************************************************************
#
#    ** Custom Stylesheet **
#
#    Any custom styling you want to apply should be
#    defined here.
#
********************************************************************************/
body.body-style-2 .the-logo .b-title {
	color: #0cb4e5;
}
.the-logo .logo {
    height: 25px;
	width: auto;
}
/*## This is the style for the navbar-top in dark-mode ########################*/
body.body-style-2.dark-mode.astrhost-version .navbar-brand {
    background: #0f2c41 !important;
}
/*## This is the style for the logo in dark-mode ##############################*/
body.dark-mode.astrhost-version .the-logo .logo {
    background: url('../img/logo-dark.png');
	background-size: 200px;
	background-repeat: no-repeat;
	width: 200px;
    height: 50px;
}
/*## This is the style for the logo in white-mode #############################*/
body.astrhost-version .the-logo .logo {
    background: url('../img/logo-white.png');
	background-size: 200px;
	background-repeat: no-repeat;
	width: 200px;
    height: 50px;
}
/*## This is the style for the right bg in dark-mode ##########################*/
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .silder-bg:after {
    background: url(../img/helf-sercl.png) no-repeat top center;
}
/*## This is the style for the right bg in white-mode #########################*/
body.astrhost-version .coodiv-main-container.slider .silder-container .silder-bg:after {
    background: url(../img/helf-sercl-w.png) no-repeat top center;
    /*background: url(../img/helf-sercl-b.png) no-repeat top center;*/
}
/*## This is the style for the homepage slider top in dark-mode ###############*/
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container {
	background: #0e2637;
	box-shadow: none;
}
/*## This is the style for the homepage slider top in white-mode ##############*/
body.astrhost-version .coodiv-main-container.slider .silder-container {
	background: #f9f9fc;
	box-shadow: none;
	color: #333333;
}
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .silder-text h5 {
    color: #ffffff;
}
body.astrhost-version .coodiv-main-container.slider .silder-container .silder-text h5 {
    color: #0f2c41;
}
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .silder-text p {
    color: #e5eef2;
}
body.astrhost-version .coodiv-main-container.slider .silder-container .silder-text p {
    color: #0f2c41;
}
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .silder-text .order-now-button {
    color: #FFF;
    border: 2px solid #fff;
}
body.astrhost-version .coodiv-main-container.slider .silder-container .silder-text .order-now-button {
    color: #0f2c41;
    border: 2px solid #0f2c41;
}
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .silder-text .notification-slider {
    color: #FFF;
}
body.astrhost-version .coodiv-main-container.slider .silder-container .silder-text .notification-slider {
    color: #0f2c41;
}
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .carousel.header-main-slider.flickity-enabled.is-draggable .flickity-page-dots .dot {
    color: #ffffff !important;
	border: 2px solid #fff;
}
body.astrhost-version .coodiv-main-container.slider .silder-container .carousel.header-main-slider.flickity-enabled.is-draggable .flickity-page-dots .dot {
    color: #0f2c41 !important;
	border: 2px solid #0f2c41;
}
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .carousel.header-main-slider.flickity-enabled.is-draggable .flickity-page-dots .dot.is-selected {
	color: #ffffff !important;
}
body.astrhost-version .coodiv-main-container.slider .silder-container .carousel.header-main-slider.flickity-enabled.is-draggable .flickity-page-dots .dot.is-selected {
	color: #0f2c41 !important;
}
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .carousel.header-main-slider.flickity-enabled.is-draggable .flickity-viewport .flickity-slider .carousel-cell.is-selected .silder-text .tld-logos li img {
    /*background: none !important;*/
	/*background: rgba(204, 204, 204, 0.3) !important;*/
	background: linear-gradient(90deg, rgb(244 203 164) 0%, rgb(255, 159, 67) 100%) !important;
}
body.astrhost-version .coodiv-main-container.slider .silder-container .carousel.header-main-slider.flickity-enabled.is-draggable .flickity-viewport .flickity-slider .carousel-cell.is-selected .silder-text .tld-logos li img {
    /*background: #cccccc !important;*/
	background: none !important;
}
#alertOverdueInvoice.alert, #alertUnpaidInvoice.alert {
    display: flex;
    align-items: center;
}
#alertOverdueInvoice.alert .pull-right, #alertUnpaidInvoice.alert .pull-right {
    order: 1!important;
    margin-left: auto;
}
/*## This is the style for the product header #################################*/
.coowhm-product .product header .product-name {
    color: #519ddc !important;
    font-size: 20px !important;
	font-weight: 500;
}
/*## This is the style for the product description ############################*/
.coowhm-product .product .product-desc .prod-desc-div {
	color: #519ddc !important;
	font-weight: 500;
}
/*## This is the style for the product features ###############################*/
.coowhm-product .product .product-desc .prod-desc-ul {
    color: #519ddc !important;
	font-weight: 500;
}
/*## This is the style for the product description ############################*/
.coowhm-product .product .product-desc .prod-desc-ul li {
	color: #666666 !important;
    text-align: left;
    padding: 4px 30px;
}
/*## This is the style for the product right side "bild" ######################*/
.coowhm-product .product .product-desc .prod-desc-ul li span {
	font-weight: 900 !important;
}
/*## This is the style for the featured product ###########################*/
.coowhm-product .product.feature-plan{
    transform: scale(1.02, 1.05);
    border-radius: 8px;
    position: relative;
    z-index: 1;
	background:radial-gradient(circle, rgba(152,221,255,1) 0%, rgba(58,164,218,1) 58%) !important;
}
.coowhm-product .product.feature-plan header .product-name{
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #ffffff !important;
    font-size: 14px;
}
.coowhm-product .product.feature-plan .product-pricing{
    margin: 10px 0 20px;
    font-weight: 500;
    color: #ffffff !important;
    font-size: 12px;
}
.coowhm-product .product.feature-plan .product-pricing span.price{
    color: #ffffff !important;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: -4px;
    display: block;
}
.coowhm-product .product.feature-plan .product-desc .prod-desc-ul{
    font-weight: 500;
    color: #ffffff !important;
    line-height: 22px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 30px;
}
.coowhm-product .product.feature-plan .product-desc .prod-desc-ul li{
	color: #ffffff !important;
}
.coowhm-product .product.feature-plan .product-desc .prod-desc-ul .feature-value{
	color: #ffffff !important;
}
.coowhm-product .product.feature-plan .product-desc .prod-desc-ul .coowhm-setupFee{
	color: #ffffff !important;
}
.coowhm-product .product.feature-plan .product-desc .prod-desc-div{
    color: #ffffff !important;
    margin-bottom: 30px;
    line-height: 16px;
    font-size: 13px;
}
.coowhm-product .product.feature-plan .btn.btn-order-coowhm{
    background: #24bbed;
    color: #333333 !important;
	border: 1px solid #24bbed !important;
	border-radius: 10px !important;
}
/*## This is the style for the product order button ###########################*/
.coowhm-product .product .btn.btn-order-coowhm {
    background: #24bbed;
    color: #ffffff !important;
	border: 1px solid #24bbed !important;
	border-radius: 10px !important;
}
.coowhm-product .product .btn.btn-order-coowhm:hover {
    background: #607D8B;
    color: #ffffff !important;
	border: 1px solid #607D8B !important;
}
.domainsaddionsbox-hosting-add .no a {
    background: #24bbed !important;
}
.btn-primary {
    color: #fff;
    background-color: #24bbed;
    border-color: #24bbed;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1985a8;
    border-color: #1985a8;
}
/*## This is the style for the navbar #########################################*/
.drop-down-btn.show-more-sidebar {
	background: #ecf2fc;
    color: #3c90e6;
}
.drop-down-btn.show-more-sidebar:hover, .side-bar-header-lined-drop-down.open .drop-down-btn.show-more-sidebar {
    background: #3c90e6;
    color: #fff;
}
body.body-style-2.dark-mode .coodiv-header:after {
    background: none;
}
body.body-style-2 .coodiv-navbar .coodiv-inner-navbar li > a > .coodiv-micon + .coodiv-mtext {
    font-size: 14px;
}
body.body-style-2.dark-mode .coodiv-navbar .coodiv-inner-navbar > li .coodiv-submenu li a {
    font-size: 13px;
    font-weight: 300;
}
.cleinareahome-sevices-boxes a span.number {
	background: #ecf2fc;
    color: #3c90e6;
}
/*## This is the style for the service boxes in client area home ##############*/
.cleinareahome-sevices-boxes a {
	box-shadow: rgba(56, 190, 241, 0.15);
    /*color: #3c90e6;*/
	color: #ffffff;
	background: radial-gradient(circle, rgba(152,221,255,1) 0%, rgba(58,164,218,1) 58%);
}
/*## This is the style for the service boxes in client area home ##############*/
.cleinareahome-sevices-boxes {
	padding: 5px 15px 10px;
}
/*## This is the style for the service boxes in client area home ##############*/
.cleinareahome-sevices-boxes .col-md-5ths{
	padding-right: 15px;
	padding-left: 15px;
}
/*## This is the style for the service boxes in client area home ##############*/
.cleinareahome-sevices-boxes a i:before {
    /*color: #3c90e6;*/
	color: #ffffff;
    border: 0px solid rgba(56, 190, 241, 0.15);
	background: none;
}
/*## This is the style for the service boxes in client area home ##############*/
.cleinareahome-sevices-boxes .col-md-5ths:nth-child(2) a i:before, .cleinareahome-sevices-boxes .col-md-5ths:nth-child(3) a i:before, .cleinareahome-sevices-boxes .col-md-5ths:nth-child(4) a i:before, .cleinareahome-sevices-boxes .col-md-5ths:nth-child(5) a i:before {
    background: none;
    /*color: #3c90e6;*/
	color: #ffffff;
    border: 0px solid rgba(56, 190, 241, 0.15);
}
/*## This is the style for the service boxes in client area home ##############*/
.cleinareahome-sevices-boxes .col-md-5ths:nth-child(2) a span.number, .cleinareahome-sevices-boxes .col-md-5ths:nth-child(3) a span.number, .cleinareahome-sevices-boxes .col-md-5ths:nth-child(4) a span.number, .cleinareahome-sevices-boxes .col-md-5ths:nth-child(5) a span.number {
	background: #ecf2fc;
    color: #3c90e6;
}
/*## This is the style for the service boxes in client area home ##############*/
.cleinareahome-sevices-boxes a span.title {
    font-weight: 400;
    font-size: 14px;
    /*color: #3c90e6;*/
	color: #ffffff;
}
.product-desc .feature-value strong {
	font-weight: 700;
}
.product-desc .prod-desc-div strong {
	font-weight: 700;
}
.reseller-hosting-plan-order a {
    background: #24bbed;
    background-image: linear-gradient(to right,#24bbed,#76cfec);
}
.dark-ressler-plan.reseller-hosting-plan-pack .reseller-hosting-plan-price a {
    background: #24bbed;
    background-image: linear-gradient(to right,#24bbed,#76cfec);
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
/*## Set background effect on discount box 1 ##*/
.discount-box-homepage {
	background: #dbedf8;
    box-shadow: 0 10px 100px 0 rgb(77 77 119 / 16%);
    border-radius: 10px;
    margin-top: 0px;
    color: #666666;
    font-size: 13px;
    font-weight: 100;
	padding-left: 70px;
	padding-right: 20px;
	margin-right: 2%;
	min-height: 150px;
}
.discount-3 {
	width: 32%;
	float: left;
}
#ClientAreaHomePagePanels-Active_Products_Services-0 {
	margin: 0 0 20px;
}
.discount-box-homepage:last-child {
	margin-right: 0;
}
/*## Set background effect on discount box 2 ##*/
.ribbon:nth-child(2)  .discount-box-homepage {
	background: #dbedf8;
	/*background: rgb(255,241,227);
	background: linear-gradient(0deg, rgba(255,241,227,1) 0%, rgba(219,237,248,1) 100%);*/
}
/*## Set background effect on discount box 3 ##*/
.ribbon:nth-child(3)  .discount-box-homepage {
	background: #dbedf8;
	/*background: rgb(241,212,244);
	background: linear-gradient(90deg, rgba(241,212,244,1) 0%, rgba(219,237,248,1) 46%);*/
}
.ribbon {
	width: 32%;
	position: relative;
	float: left;
	margin-right: 2%;
	padding-right: 0px;
	margin-bottom: 20px;
}
.ribbon:last-child {
	margin-right: 0;
}
.ribbonA {
	width: 100%;
	position: relative;
	float: left;
	margin-right: 2%;
	padding-right: 0px;
	margin-bottom: 20px;
}
.ribbonA:last-child {
	margin-right: 0;
}
.stack-top {
    z-index: 1;
    position: absolute;
    top: -9px;
    left: -9px;
    color: #fff;
    text-align: center;
    width: 130px;
    height: 129px;
    background: url('../img/discount-tag.png');
}
.ctitle {
	display: block;
	transform: rotate(-45deg);
	top: 40px;
	left: 8px;
	position: absolute;
	font-size: 16px;
	font-weight: bold;
}
.discount-box-homepage #sitebuilder.action-btn a, a.action-btn {
    text-align: center;
	font-size: 12px;
    text-decoration: none;
    padding: 10px;
    /*background-color: #5cb85c !important;*/
    background-color: #24bbed !important;
    color: #fff;
	/*border-radius: 6px;*/
    border-radius: 10px !important;
	padding: 6px 40px;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.btn-success:hover {
    color: #fff;
    background-color: #418e44;
    border-color: #418e44;
}
.panel-footer-area a.btn.btn-default.sucsess {
    border-radius: 10px !important;
}
.panel-footer-area {
    padding: 15px 15px 15px 15px;
}
.div-service-buttons .btn.btn-view-details{
	border-radius: 10px;
}
.input-group.input-group-lg.kb-search {
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(https://downloads.intercomcdn.com/i/o/52801/66767d2698d8629f1d0981ab/8962c7b64a7912fff034f86578cd1894.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
.domain-checker-container {
    background-color: #3aa4da !important;
    background: -webkit-gradient(linear,0 0,0 100%,from(#60cbff),to(#3aa4da)) !important;
    background: -webkit-linear-gradient(top,#3aa4da,#60cbff);
    background: -moz-linear-gradient(top,#3aa4da,#60cbff);
    background: -ms-linear-gradient(top,#3aa4da,#60cbff);
    background: -o-linear-gradient(top,#3aa4da,#60cbff);
}
body.body-style-2.astrhost-version #order-standard_cart .domain-resultat-tab-box {
	background: rgb(152,221,255) !important;
	background: radial-gradient(circle, rgba(152,221,255,1) 0%, rgba(58,164,218,1) 58%) !important;
}
#order-standard_cart .domain-resultat-tab-box:before {
	background-image: none !important;
}
.side-banner-box .side-banner-bg:after {
    background-image: none;
}
.side-banner-box .side-banner-bg:before {
    background-image: none;
}
.side-banner-box {
	background: rgb(152,221,255) !important;
	background: radial-gradient(circle, rgba(152,221,255,1) 0%, rgba(58,164,218,1) 58%) !important;
}
.spotlight-tld .btn:not(.domain-contact-support) {
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
    color: #fff;
    width: 75px !important;
}
.featured-tld .price.se {
    background-color: #5cb85c;
    color: #fff;
}
.featured-tld .price.eu {
    background-color: #20325f;
    color: #fff;
}
body.body-style-2.astrhost-version #order-standard_cart .order-summary {
    background: none;
}
#order-standard_cart .order-summary:before {
    background-image: none !important;
}
#order-standard_cart .order-summary:after {
    background-image: none !important;
}
#order-standard_cart .order-summary {
    background: rgb(152,221,255) !important;
	background: radial-gradient(circle, rgba(152,221,255,1) 0%, rgba(58,164,218,1) 58%) !important;
}
.prodectsdetails-overview-box {
    background: rgb(152,221,255) !important;
	background: radial-gradient(circle, rgba(152,221,255,1) 0%, rgba(58,164,218,1) 58%) !important;	
}
.prodectsdetails-overview-box:before {
    background-image: none !important;
}
.prodectsdetails-overview-box:after {
    background-image: none !important;
}
.prodectsdetails-overview-box .product-status-text {
    border: 1px solid #ffffff;
	border-radius: 6px;
}
.coowhm-product .product .product-pricing span.price {
    color: #5cb85c !important;
}
.prodectsdetails-overview-box .prod-info-abso h3 {
	font-size: 16px;
}
@media screen and (max-width: 1199px) {
	.ribbon {
		width: 100%;
	}
}
@media screen and (max-width: 991px) {
	.ribbon .discount-box-homepage a {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	#main-body-homepage .ribbon .col-md-12{
		padding:0
	}
}
@media screen and (max-width: 575px) {
	#main-body-homepage .ribbon .discount-box-homepage td{
		display: block;
		text-align:left !important;
	}
	#main-body-homepage .ribbon .discount-box-homepage a{
		display: inline-block;
		min-width: 120px;
	}
}/* ******************************************************************************
#
#    ** Custom Stylesheet **
#
#    Any custom styling you want to apply should be
#    defined here.
#
********************************************************************************/
body.body-style-2 .the-logo .b-title {
	color: #0cb4e5;
}
.the-logo .logo {
    height: 25px;
	width: auto;
}
/*## This is the style for the navbar-top in dark-mode ########################*/
body.body-style-2.dark-mode.astrhost-version .navbar-brand {
    background: #0f2c41 !important;
}
/*## This is the style for the logo in dark-mode ##############################*/
body.dark-mode.astrhost-version .the-logo .logo {
    background: url('../img/logo-dark.png');
	background-size: 200px;
	background-repeat: no-repeat;
	width: 200px;
    height: 50px;
}
/*## This is the style for the logo in white-mode #############################*/
body.astrhost-version .the-logo .logo {
    background: url('../img/logo-white.png');
	background-size: 200px;
	background-repeat: no-repeat;
	width: 200px;
    height: 50px;
}
/*## This is the style for the right bg in dark-mode ##########################*/
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .silder-bg:after {
    background: url(../img/helf-sercl.png) no-repeat top center;
}
/*## This is the style for the right bg in white-mode #########################*/
body.astrhost-version .coodiv-main-container.slider .silder-container .silder-bg:after {
    background: url(../img/helf-sercl-w.png) no-repeat top center;
    /*background: url(../img/helf-sercl-b.png) no-repeat top center;*/
}
/*## This is the style for the homepage slider top in dark-mode ###############*/
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container {
	background: #0e2637;
	box-shadow: none;
}
/*## This is the style for the homepage slider top in white-mode ##############*/
body.astrhost-version .coodiv-main-container.slider .silder-container {
	background: #f9f9fc;
	box-shadow: none;
	color: #333333;
}
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .silder-text h5 {
    color: #ffffff;
}
body.astrhost-version .coodiv-main-container.slider .silder-container .silder-text h5 {
    color: #0f2c41;
}
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .silder-text p {
    color: #e5eef2;
}
body.astrhost-version .coodiv-main-container.slider .silder-container .silder-text p {
    color: #0f2c41;
}
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .silder-text .order-now-button {
    color: #FFF;
    border: 2px solid #fff;
}
body.astrhost-version .coodiv-main-container.slider .silder-container .silder-text .order-now-button {
    color: #0f2c41;
    border: 2px solid #0f2c41;
}
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .silder-text .notification-slider {
    color: #FFF;
}
body.astrhost-version .coodiv-main-container.slider .silder-container .silder-text .notification-slider {
    color: #0f2c41;
}
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .carousel.header-main-slider.flickity-enabled.is-draggable .flickity-page-dots .dot {
    color: #ffffff !important;
	border: 2px solid #fff;
}
body.astrhost-version .coodiv-main-container.slider .silder-container .carousel.header-main-slider.flickity-enabled.is-draggable .flickity-page-dots .dot {
    color: #0f2c41 !important;
	border: 2px solid #0f2c41;
}
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .carousel.header-main-slider.flickity-enabled.is-draggable .flickity-page-dots .dot.is-selected {
	color: #ffffff !important;
}
body.astrhost-version .coodiv-main-container.slider .silder-container .carousel.header-main-slider.flickity-enabled.is-draggable .flickity-page-dots .dot.is-selected {
	color: #0f2c41 !important;
}
body.dark-mode.astrhost-version .coodiv-main-container.slider .silder-container .carousel.header-main-slider.flickity-enabled.is-draggable .flickity-viewport .flickity-slider .carousel-cell.is-selected .silder-text .tld-logos li img {
    /*background: none !important;*/
	/*background: rgba(204, 204, 204, 0.3) !important;*/
	background: linear-gradient(90deg, rgb(244 203 164) 0%, rgb(255, 159, 67) 100%) !important;
}
body.astrhost-version .coodiv-main-container.slider .silder-container .carousel.header-main-slider.flickity-enabled.is-draggable .flickity-viewport .flickity-slider .carousel-cell.is-selected .silder-text .tld-logos li img {
    /*background: #cccccc !important;*/
	background: none !important;
}
#alertOverdueInvoice.alert, #alertUnpaidInvoice.alert {
    display: flex;
    align-items: center;
}
#alertOverdueInvoice.alert .pull-right, #alertUnpaidInvoice.alert .pull-right {
    order: 1!important;
    margin-left: auto;
}
/*## This is the style for the product header #################################*/
.coowhm-product .product header .product-name {
    color: #519ddc !important;
    font-size: 20px !important;
	font-weight: 500;
}
/*## This is the style for the product description ############################*/
.coowhm-product .product .product-desc .prod-desc-div {
	color: #519ddc !important;
	font-weight: 500;
}
/*## This is the style for the product features ###############################*/
.coowhm-product .product .product-desc .prod-desc-ul {
    color: #519ddc !important;
	font-weight: 500;
}
/*## This is the style for the product order button ###########################*/
.coowhm-product .product .btn.btn-order-coowhm {
    background: #24bbed;
    color: #ffffff !important;
	border: 1px solid #24bbed !important;
}
.domainsaddionsbox-hosting-add .no a {
    background: #24bbed !important;
}
.btn-primary {
    color: #fff;
    background-color: #24bbed;
    border-color: #24bbed;
}
.btn-primary:hover {
    color: #fff;
    background-color: #1985a8;
    border-color: #1985a8;
}
/*## This is the style for the navbar #########################################*/
.drop-down-btn.show-more-sidebar {
	background: #ecf2fc;
    color: #3c90e6;
}
.drop-down-btn.show-more-sidebar:hover, .side-bar-header-lined-drop-down.open .drop-down-btn.show-more-sidebar {
    background: #3c90e6;
    color: #fff;
}
body.body-style-2.dark-mode .coodiv-header:after {
    background: none;
}
body.body-style-2.dark-mode .coodiv-navbar .coodiv-inner-navbar li > a > .coodiv-micon + .coodiv-mtext {
    font-size: 14px;
}
body.body-style-2.dark-mode .coodiv-navbar .coodiv-inner-navbar > li .coodiv-submenu li a {
    font-size: 13px;
    font-weight: 300;
}
.cleinareahome-sevices-boxes a span.number {
	background: #ecf2fc;
    color: #3c90e6;
}
/*## This is the style for the service boxes in client area home ##############*/
.cleinareahome-sevices-boxes a {
	box-shadow: rgba(56, 190, 241, 0.15);
    /*color: #3c90e6;*/
	color: #ffffff;
	background: radial-gradient(circle, rgba(152,221,255,1) 0%, rgba(58,164,218,1) 58%);
}
/*## This is the style for the service boxes in client area home ##############*/
.cleinareahome-sevices-boxes {
	padding: 5px 15px 10px;
}
/*## This is the style for the service boxes in client area home ##############*/
.cleinareahome-sevices-boxes .col-md-5ths{
	padding-right: 15px;
	padding-left: 15px;
}
/*## This is the style for the service boxes in client area home ##############*/
.cleinareahome-sevices-boxes a i:before {
    /*color: #3c90e6;*/
	color: #ffffff;
    border: 0px solid rgba(56, 190, 241, 0.15);
	background: none;
}
/*## This is the style for the service boxes in client area home ##############*/
.cleinareahome-sevices-boxes .col-md-5ths:nth-child(2) a i:before, .cleinareahome-sevices-boxes .col-md-5ths:nth-child(3) a i:before, .cleinareahome-sevices-boxes .col-md-5ths:nth-child(4) a i:before, .cleinareahome-sevices-boxes .col-md-5ths:nth-child(5) a i:before {
    background: none;
    /*color: #3c90e6;*/
	color: #ffffff;
    border: 0px solid rgba(56, 190, 241, 0.15);
}
/*## This is the style for the service boxes in client area home ##############*/
.cleinareahome-sevices-boxes .col-md-5ths:nth-child(2) a span.number, .cleinareahome-sevices-boxes .col-md-5ths:nth-child(3) a span.number, .cleinareahome-sevices-boxes .col-md-5ths:nth-child(4) a span.number, .cleinareahome-sevices-boxes .col-md-5ths:nth-child(5) a span.number {
	background: #ecf2fc;
    color: #3c90e6;
}
/*## This is the style for the service boxes in client area home ##############*/
.cleinareahome-sevices-boxes a span.title {
    font-weight: 400;
    font-size: 14px;
    /*color: #3c90e6;*/
	color: #ffffff;
}
.product-desc .feature-value strong {
	font-weight: 700;
}
.product-desc .prod-desc-div strong {
	font-weight: 700;
}
.reseller-hosting-plan-order a {
    background: #24bbed;
    background-image: linear-gradient(to right,#24bbed,#76cfec);
}
.dark-ressler-plan.reseller-hosting-plan-pack .reseller-hosting-plan-price a {
    background: #24bbed;
    background-image: linear-gradient(to right,#24bbed,#76cfec);
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
/*## Set background effect on discount box 1 ##*/
.discount-box-homepage {
	background: #dbedf8;
    box-shadow: 0 10px 100px 0 rgb(77 77 119 / 16%);
    border-radius: 10px;
    margin-top: 0px;
    color: #666666;
    font-size: 13px;
    font-weight: 100;
	padding-left: 70px;
	padding-right: 20px;
	margin-right: 2%;
	min-height: 150px;
}
.discount-3 {
	width: 32%;
	float: left;
}
#ClientAreaHomePagePanels-Active_Products_Services-0 {
	margin: 0 0 20px;
}
.discount-box-homepage:last-child {
	margin-right: 0;
}
/*## Set background effect on discount box 2 ##*/
.ribbon:nth-child(2)  .discount-box-homepage {
	background: #dbedf8;
	/*background: rgb(255,241,227);
	background: linear-gradient(0deg, rgba(255,241,227,1) 0%, rgba(219,237,248,1) 100%);*/
}
/*## Set background effect on discount box 3 ##*/
.ribbon:nth-child(3)  .discount-box-homepage {
	background: #dbedf8;
	/*background: rgb(241,212,244);
	background: linear-gradient(90deg, rgba(241,212,244,1) 0%, rgba(219,237,248,1) 46%);*/
}
.ribbon {
	width: 32%;
	position: relative;
	float: left;
	margin-right: 2%;
	padding-right: 0px;
	margin-bottom: 20px;
}
.ribbon:last-child {
	margin-right: 0;
}
.stack-top {
    z-index: 1;
    position: absolute;
    top: -9px;
    left: -9px;
    color: #fff;
    text-align: center;
    width: 130px;
    height: 129px;
    background: url('../img/discount-tag.png');
}
.ctitle {
	display: block;
	transform: rotate(-45deg);
	top: 40px;
	left: 8px;
	position: absolute;
	font-size: 16px;
	font-weight: bold;
}
.discount-box-homepage #sitebuilder.action-btn a, a.action-btn {
    text-align: center;
	font-size: 12px;
    text-decoration: none;
    padding: 10px;
    /*background-color: #4CAF50 !important;*/
    background-color: #24bbed !important;
    color: #fff;
	border-radius: 6px;
}
.div-service-buttons .btn.btn-view-details{
	border-radius: 16px;
}
.input-group.input-group-lg.kb-search {
    background-image: linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url(https://downloads.intercomcdn.com/i/o/52801/66767d2698d8629f1d0981ab/8962c7b64a7912fff034f86578cd1894.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
.domain-checker-container {
    background-color: #3aa4da !important;
    background: -webkit-gradient(linear,0 0,0 100%,from(#60cbff),to(#3aa4da)) !important;
    background: -webkit-linear-gradient(top,#3aa4da,#60cbff);
    background: -moz-linear-gradient(top,#3aa4da,#60cbff);
    background: -ms-linear-gradient(top,#3aa4da,#60cbff);
    background: -o-linear-gradient(top,#3aa4da,#60cbff);
}
body.body-style-2.astrhost-version #order-standard_cart .domain-resultat-tab-box {
	background: rgb(152,221,255) !important;
	background: radial-gradient(circle, rgba(152,221,255,1) 0%, rgba(58,164,218,1) 58%) !important;
}
#order-standard_cart .domain-resultat-tab-box:before {
	background-image: none !important;
}
.side-banner-box .side-banner-bg:after {
    background-image: none;
}
.side-banner-box .side-banner-bg:before {
    background-image: none;
}
.side-banner-box {
	background: rgb(152,221,255) !important;
	background: radial-gradient(circle, rgba(152,221,255,1) 0%, rgba(58,164,218,1) 58%) !important;
}
.spotlight-tld .btn:not(.domain-contact-support) {
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
    color: #fff;
    width: 75px !important;
}
.featured-tld .price.se {
    background-color: #5cb85c;
    color: #fff;
}
.featured-tld .price.eu {
    background-color: #20325f;
    color: #fff;
}
body.body-style-2.astrhost-version #order-standard_cart .order-summary {
    background: none;
}
#order-standard_cart .order-summary:before {
    background-image: none !important;
}
#order-standard_cart .order-summary:after {
    background-image: none !important;
}
#order-standard_cart .order-summary {
    background: rgb(152,221,255) !important;
	background: radial-gradient(circle, rgba(152,221,255,1) 0%, rgba(58,164,218,1) 58%) !important;
}
.prodectsdetails-overview-box {
    background: rgb(152,221,255) !important;
	background: radial-gradient(circle, rgba(152,221,255,1) 0%, rgba(58,164,218,1) 58%) !important;	
}
.prodectsdetails-overview-box:before {
    background-image: none !important;
}
.prodectsdetails-overview-box:after {
    background-image: none !important;
}
.prodectsdetails-overview-box .product-status-text {
    border: 1px solid #ffffff;
	border-radius: 6px;
}
.coowhm-product .product .product-pricing span.price {
    color: #5cb85c !important;
}
.prodectsdetails-overview-box .prod-info-abso h3 {
	font-size: 16px;
}
.modal-title {
	color: #ffffff;
}
@media screen and (max-width: 1750px) {
	.coowhm-product .product {
		padding: 40px 5px 100px;
		text-align: center;
		box-shadow: 0 1px 15px 1px rgba(69,65,78,.06);
		border: 1px solid #f1f3f4;
		position: relative;
		background: #fff;
	}
	.coowhm-product .product .product-desc .prod-desc-ul li {
		text-align: left;
		padding: 14px 0;
		min-height: 56px;
		border-bottom: 1px solid #e1e1e1;
		line-height: 14px;
	}
	.coowhm-product .product .product-desc .prod-desc-ul li span {
		float: right;
		font-weight: 600;
		width: 59%;
		line-height: 16px;
	}
}
@media screen and (max-width: 1199px) {
	.ribbon {
		width: 100%;
	}
	.coowhm-product .product {
		padding: 40px 5px 100px;
		text-align: center;
		box-shadow: 0 1px 15px 1px rgba(69,65,78,.06);
		border: 1px solid #f1f3f4;
		position: relative;
		background: #fff;
	}
	.coowhm-product .product .product-desc .prod-desc-ul li {
		text-align: left;
		padding: 14px 0;
		min-height: 56px;
		border-bottom: 1px solid #e1e1e1;
		line-height: 14px;
	}
	.coowhm-product .product .product-desc .prod-desc-ul li span {
		float: right;
		font-weight: 600;
		width: 59%;
		line-height: 16px;
	}
}
@media screen and (max-width: 991px) {
	.ribbon .discount-box-homepage a {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	#main-body-homepage .ribbon .col-md-12{
		padding:0
	}
}
@media screen and (max-width: 575px) {
	#main-body-homepage .ribbon .discount-box-homepage td{
		display: block;
		text-align:left !important;
	}
	#main-body-homepage .ribbon .discount-box-homepage a{
		display: inline-block;
		min-width: 120px;
	}
	.coowhm-product .product {
		padding: 40px 5px 100px;
		text-align: center;
		box-shadow: 0 1px 15px 1px rgba(69,65,78,.06);
		border: 1px solid #f1f3f4;
		position: relative;
		background: #fff;
	}
	.coowhm-product .product .product-desc .prod-desc-ul li {
		text-align: left;
		padding: 14px 0;
		min-height: 56px;
		border-bottom: 1px solid #e1e1e1;
		line-height: 14px;
	}
	.coowhm-product .product .product-desc .prod-desc-ul li span {
		float: right;
		font-weight: 600;
		width: 59%;
		line-height: 16px;
	}
}