/*HA modified*/
button.domain-check-availability,
button.domain-check-availability:hover,
button.domain-check-availability:focus,
button.domain-check-availability:active {
	background-color: #f0ad4e;
	border-color: #eea236;
}

button.btn-add-to-cart,
.btn.btn-primary.btn-lg {
	background-color: #FFF !important;
	border-radius: 30px !important;
	border: 2px solid var(--ha-green) !important;
	color: var(--cat-text) !important;
}

button.btn-add-to-cart:hover,
button.btn-add-to-cart:active,
button.btn-add-to-cart:focus,
button.btn-add-to-cart:active:focus,
.btn.btn-primary.btn-lg:hover,
.btn.btn-primary.btn-lg:active,
.btn.btn-primary.btn-lg:focus,
.btn.btn-primary.btn-lg:active:focus {
	background-color: var(--ha-green-active) !important;
	border-color: var(--ha-green-active) !important;
	color: white !important;
}

.view-cart-items-header,
.order-summary,
.empty-cart .btn {
	background-color: #71A81E !important;
}

.view-cart-items,
.order-summary {
	border-color: #71A81E !important;
}

.btn-link {
	color: #1c2329;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
	color: #101418;
}

.item-domain {
	color: #71A81E !important;
}

/*product container*/
.productCont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	margin: 10px 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.productCont header {
	border-bottom: 1px solid #EEEEEE;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	font-weight: 500;
	text-transform: capitalize;
	padding: 10px 10px;
	text-align: center;
}

.productCont section {
	padding: 20px 10px;
}

.productCont footer {
	padding: 20px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}

.prodPricing {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
}

.prodPrice {
	padding-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-flow: column;
	        flex-flow: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 42px;
	color: #363636;
	line-height: 50px;
}

.prodBilling {
	text-align: center;
	text-transform: lowercase;
	color: #757575;
	font-size: 14px;
}

.priceFrom {
		text-align: center;
	color: #757575;
	font-size: 14px;
} 

.prodStarting {
	position: absolute;
	margin-top: -30px;
	text-align: center;
	color: #757575;
	font-size: 14px;
}

.prodDesc {
	color: #363636;
	padding-top: 20px;
	text-align: center;
}

.prodSetupFee {
	padding-top: 5px;
	text-align: center;
}

.prodQty {
	color: #757575;
	text-align: center;
}

.prodDesc br {
}

.prodDesc li {
	list-style: none;
}

.prodFeatured {
	border-top: 4px solid #269abc;
}

.prodRow,
.row-flex-height {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}

.productsGrid {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 40px 1fr;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 20px;
}

.productOrdering {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
}

@media (max-width: 767px) {
.productsGrid {
	-ms-grid-columns: 1fr !important;
	grid-template-columns: 1fr !important;
}
}

/* addons mod */

.panel-addon-mod {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	    -webkit-box-pack: justify;
	        -ms-flex-pack: justify;
	            justify-content: space-between;
	    border-bottom: 1px solid #ddd !important;
	    padding-bottom: 15px;
}

.panel-addon-mod:last-child {
	border-bottom: none !important;
}

.panel-addon-mod .panel-body {
	text-align: left;
	padding: 0;
}

.panel-addon-mod .panel-body label div{
	margin-right: 5px;
}

.panel-addon-mod .panel-desc {
	text-align: left;
}

.panel-addon-mod .panel-add {
	width: 40px !important;
	height: 40px !important;
	background-color: #86c724 !important;
	border-radius: 100% !important;
	    font-size: 1.4em;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.panel-addon-mod.panel-addon-selected .panel-add {
background-color: #ebccd1 !important;
	}

.panel-addon-mod .panel-body label {
	font-size: 1.3em !important;
}

.panel-addon-mod .panel-price {
	max-height: 40px;
	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;
	padding: 0 20px !important;
	font-size: 1.2em;
border-radius: 50px;
background-color: #fff;
border: 1px solid #e8e8e8;
}
	/*cart styles*/

  .popover{
    font-size:12px;
    max-width: 100%;
  }
  .notify{
    font-size:12px;
    color: white;
    background-color: #86c724;
    margin-left:5px;
    border-radius:3px;
  }
  #producttotal > table:nth-child(4) {
    display: none !important;
  }
  .soft_sel{
    border-bottom: 1px solid #ddd;
  }
  .soft_sel:last-child{
    border-bottom: none;
  }
  .plan_change{
    background-color: white;
    border: 1px solid #86c724;
    outline: none !important;
    margin-bottom: 10px;
    font-weight: bolder;
  }
  .plan_change.active{
    color: white;
    border: none;
    background-color: #86c724;
  }
  .conf_row{
    margin-bottom: 10px;
  }

  .conf_row input[type="number"]{
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0px !important;
    height: 30px !important;
  }
  .cycle_radio{
    border-bottom:1px solid #ddd;
    margin-bottom:5px;
  }
  .cycle_radio label {
    font-weight: bold;
    position: relative;
    top: -2px;
  }
  .ordersummarytbl .text-right{
    display: none;
  }
  .summaryproduct {
    display: none !important;
  }
  .ordersummarytbl tr:first-child td:first-child{
    font-size: 16px !important;
    font-weight: bold;
    padding-bottom:15px !important;
  }
  #producttotal > table:nth-child(4){
    margin-top: 10px;
    border-top:1px solid #ddd;
  }
  #producttotal > table:nth-child(4) > tbody > tr > td, #producttotal > table:last-child > tbody > tr > td{
    padding-top: 10px;
  }
  #producttotal > table:last-child{
    margin-top: 10px;
    border-top:1px solid #ddd;
    font-size: 16px !important;
  }
  .main-content {
    width: 100% !important;
  }

  .cpanelLicencesRow {
  	margin-bottom: 35px;
  }

.plansContainer {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 20px;
}

.panel-body .input-sm,
.hostnamefield {
	height: 26px !important;
	padding: 0 5px;
}

.plan_change {
	height: 26px;
	line-height: 0;
	width: 100%;
}