/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/fonts/icons/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.text-red{color:#A31212;}
/* iCheck plugin Square skin, red
----------------------------------- */
.icheckbox_square-red,
.iradio_square-red {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/assets/images/icons/red.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-red {
    background-position: 0 0;
}
    .icheckbox_square-red.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-red.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-red.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-red.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-red {
    background-position: -120px 0;
}
    .iradio_square-red.hover {
        background-position: -144px 0;
    }
    .iradio_square-red.checked {
        background-position: -168px 0;
    }
    .iradio_square-red.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-red.checked.disabled {
        background-position: -216px 0;
    }
 .float-right{float:right!important}
#basket-retail .centospanel-basket{font-family: 'cP Italic', sans-serif;font-size:200%; color:#B61F24;}
#basket-retail .plesk-basket{font-family:'arial bold italic',sans-serif;font-size:300%;color:#336699;}

#basket-retail .inner {
  position: relative;
  z-index: 2;
}
#basket-retail #di-linux {
  margin: 1em auto;
  position: relative;
}
#basket-retail .di-linux{
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 120px;
  color: lightblue;
  left: 70%;
  margin: -20px 0 0 -10px;
  z-index: -1;
}

#basket-retail #di-windows {
  margin: 1em auto;
  position: relative;
}
#basket-retail .di-windows {
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  position: absolute;
  font-size: 120px;
  color: lightblue;
  left: 70%;
  margin: -20px 0 0 -10px;
  z-index: -1;
}
#basket-retail .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
		padding:0 0 0 3px;
		background:#FAFAFA;
		color: #212121;
    }

#basket-retail .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #FAFAFA;
        border-color: #EEEEEE;
    }

#basket-retail .panel-title {
        font-size: 14px;
    }

#basket-retail .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
		color: #212121;
    }
#basket-retail .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
		margin-top: -25px;
    }	
#basket-retail .loadCep{pointer-events: none;}
#basket-retail .retornoCep{top:7px;font-size:12px;padding:0 0 0 5px;border-radius:3px;}
#basket-retail .cep-info{ 
    padding: 5px;
    #border: 2px solid #E30F26;
	font-size:12px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    position: relative;
    display: inline-block;
}
#basket-retail .alert-accepttos {
	  color: #fff;
	  background-color: #E30F26;
	  border-color: #d60037;
	}

#basket-retail .alert-accepttos hr {
	  border-top-color: #ffe8a1;
	}

#basket-retail .alert-accepttos .alert-link {
	  color: #533f03;
}
#basket-retail .bg-payment-finish{	background-color:#E30F26;}
#basket-retail .nav-pills .nav-link {
  border-radius: 0.25rem;
}
#basket-retail .nav-pills .nav-link:hover{background-color:#D5C4F5; color:#000;}
#basket-retail .nav-pills .nav-link.active,
#basket-retail .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #E30F26;
}
#basket-retail .box-payment-finish{ 
    padding: 10px;
    border-radius: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    position: relative;
    display: inline-block;
    width: 160px;
    margin: 0 10px;
    min-height: 90px;
    border-radius: 4px;
    padding: 7px 0 0;
    box-shadow: 0 0 8px #ccc;
}
#basket-retail{
    margin: 0;
    padding: 0 0 40px 0;
	background: #;
}
#basket-retail .hidden{
 display:none
}
#basket-retail p{color:#000;  font-weight: bold;font-size:15px;}
#basket-retail .prepend-icon {
  top: 0;
  left: 0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%;
  font-weight: normal;
}

#basket-retail .form-control-static-inline {
    display: inline-block;
}
#basket-retail .form-control:focus {
  border-color: #ddd;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#basket-retail  textarea.field {
    height: auto;
}
#basket-retail  .prepend-icon .field {
    -webkit-appearance: none;
    padding-left: 36px;
}
#basket-retail  .prepend-icon .field-icon i {
    position: relative;
	font-size: 24px;
}
#basket-retail  .prepend-icon .field-icon {
  top: 0;
  z-index: 4;
  width: 42px;
  height: 36px;
  color: inherit;
  line-height: 75px;
  position: absolute;
  right:0;	
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}
#basket-retail  .field-icon i {
    color: #bbb;
}
#basket-retail  .field[disabled],
#basket-retail  .field[readonly] {
  background-color: #f8f8f8;
  opacity: 1;
}

#basket-retail .custom-control{color:#fff;}
#basket-retail .domain-selection-options {
    margin: 15px 0;
}
#basket-retail .domains-row {
    margin-right: -2px;
    margin-left: -2px;
}
@media (max-width: 767px) {
    #basket-retail .domains-row {
        padding-bottom: 5px;
    }
}
#basket-retail .domains-row .col-sm-3,
#basket-retail .domains-row .col-sm-9,
#basket-retail .domains-row .col-xs-2,
#basket-retail .domains-row .col-xs-3,
#basket-retail .domains-row .col-xs-5,
#basket-retail .domains-row .col-xs-7,
#basket-retail .domains-row .col-xs-9 {
    padding-right: 2px;
    padding-left: 2px;
}

#basket-retail .domain-selection-options .option {
    margin-bottom: 2px;
    padding: 6px 20px;
    border-radius: 6px;
    background-color: #f8f8f8;
}
#basket-retail .domain-selection-options .option:hover {
    cursor: pointer;
}
#basket-retail .domain-selection-options .option .iradio_square-red {
    margin-right: 10px;
}
#basket-retail .domain-suggestions .icheckbox_square-green {
    margin-right: 10px;
}
#basket-retail .domain-selection-options .option-selected label {
    font-weight: bold;
}
#basket-retail .domain-selection-options .option-selected {
    background-color: #efefef;
}
#basket-retail .domain-input-group {
    display: none;
    margin: 10px 0;
}
#basket-retail .domain-loading-spinner {
    display: none;
    padding: 30px;
    text-align: center;
}
#basket-retail-whois .box-per{	 
display:inline;
padding:20px 0px 20px 10px;
line-height:1.65;
text-transform: uppercase;
display: inline-block;
margin:3px;
border: 1px solid #d9d7d7;
background: #fafafa;
border-radius: 5px;
}
#basket-retail-whois .box-per-selec{	 
display:inline;
padding:20px 0px 20px 10px;
line-height:1.65;
text-transform: uppercase;
display: inline-block;
margin:3px;
border: 1px solid #d9d7d7;
background: #ededed;
border-radius: 5px;

}
#basket-retail-whois .tlds{	
	height:47px;
	width:115px;
	margin:0 2%;
	margin-left:-8px;
	padding: 5px 20px;
	border:solid #ddd 1px;}
#basket-retail-whois .btn-domain{
	margin-left:-20px;
	background: #ededed;
	border:solid #ccc 1px;
	color:#1b6694;
	text-transform: uppercase;
	font-weight:700;
}
#basket-retail-whois .input-group-text{
	font-weight:700;
	color:#000;
}
#basket-retail-whois .option{
    display:none;
}
#basket-retail-whois label{
	position:relative;
	margin:0;
	padding:0;
	font-size:16px;
	
	}
#basket-retail span {
  font-size: 1.2em;
  color: #000;
}

#basket-retail-whois span {
  	bottom: 20px;
  	right: 20px;
  	width: 50px;
  	height: 40px;
  	line-height: 40px;
  	text-align: center;
  	background:#1b6694;
  	color: #FFF;
}
#basket-retail-whois .btn-primary{height: 38px;}
#basket-retail-whois .valor-dominios{bottom: 20px;
  	right: 20px;
  	width: 50px;
  	height: 40px;
  	line-height: 25px;
  	text-align: center;
  	background:#1b6694;}
/*whois forms*/
.domain-loading-spinner{display:none;padding:30px;text-align:center;color:#79D40B;}
.domain-checker-result-headline{margin:10px;font-size:1.4em;text-align:center;line-height: 120%;} 
.domain-checker-available{color:#5cb85c;} 
.domain-checker-unavailable{color:#d9534f;} 
.domain-suggestions{margin-bottom:10px;font-size:0.8em;} 
.domain-add-domain{margin:25px 0;}
.domain-checker-result-whois{color:#d9534f;margin:10px;font-size:1.0em;text-align:center;font-weight:700;}
.domainsPrincipais{padding-top:15px;background:#ededed;color:#2E69D5;margin:10px;font-size:1.8em;text-align:center;font-weight:700;border-radius:5px;text-align:center;}
#basket-retail .field-container {
    margin: 0 0 30px 0;
	color: #fff;
}

#basket-retail label {
    font-weight: 300;
    color: #000;
  font-size: 13px;
  padding:0 5px 0;
}

#basket-retail .info-text-sm {
    font-size: 0.85em;
    text-align: center;
}

#basket-retail .sub-heading {
  height: 0;
  border-top: 1px solid #DDD;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
#basket-retail .sub-heading span {
    display: inline-block;
  position: relative;
  padding: 0 17px;
  top: -11px;
  font-size: 20px;
  color: #000;
  background-color: #fff;
}

#basket-retail .product-info {
    margin: 0 0 10px 0;
    padding: 6px 10px;
    font-size: 0.85em;
    background-color: #f8f8f8;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}
#basket-retail .product-info .product-title {
    margin: 0;
    font-size: 1.6em;
}
#basket-retail .product-info p{
    font-weight: normal;
    font-size: 0.95em;
	line-height: 1.5;
}
#basket-retail .order-summary {
    margin: 0 0 20px 0;
    padding: 0;
    background-color:#E30F26;
    border-bottom: 3px solid #E30F26;
    border-radius: 4px;
}

#basket-retail .order-summary h2 {
    margin: 0;
    padding: 2px;
    color: #fff;
    text-align: center;
    font-size: 1.6em;
    font-weight: normal;
}

#basket-retail .summary-container {
    margin: 0;
    padding: 10px;
    min-height: 100px;
    border-radius: 3px;
    background-color: #f8f8f8;
    font-size: 0.8em;
}

#basket-retail .order-summary .product-name {
    display: block;
    font-weight: bold;
    font-size: 1.2em;
}
#basket-retail .order-summary .product-group {
    margin: 0 0 0px 0;
    display: block;
    font-style: italic;
}
#basket-retail .order-summary .summary-totals {
    margin: 5px 0;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#basket-retail .order-summary .total-due-today span {
    display: block;
    text-align: right;
}
#basket-retail .order-summary .total-due-today .amt {
    font-size: 2.3em;
}

#basket-retail .order-summary .loader {
    position: relative;
    top: 10px;
    height: 0;
    padding-right: 10px;
    text-align: right;
    color: #efefef;
}
/**
 * View Cart
 */

#basket-retail .view-cart-items-header {
    margin: 0;
    padding: 8px 15px;
    background-color:#E30F26;
    color: #fff;
    font-size: 0.9em;
    border-radius: 4px 4px 0 0;
}
#basket-retail .view-cart-items {
    margin: 0 0 0px 0;
    border-bottom: 2px solid #E30F26;
}
#basket-retail .view-cart-items .item {
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border-left: 0;
    border-right: 0;
    font-size: 0.8em;
}
#basket-retail .view-cart-items .item:nth-child(even) {
    background-color: #f2f2f2;
}
#basket-retail .view-cart-items .item span:not(.caret):not(.renewal-price) {
    display: block;
}
#basket-retail .view-cart-items .item-checkout{
    margin: 0;
    padding: 0px;
    background-color: #fff;
	color: #000;
    border-left: 0;
    border-right: 0;
    font-size: 1.2em;
}
#basket-retail .view-cart-items-checkout{
    margin: 0 0 0px 0;
    border-bottom: 0px solid #E30F26;
}
#basket-retail .view-cart-items .item-checkout:nth-child(even) {
    background-color: #f2f2f2;
}
#basket-retail .view-cart-items .item-title-checkout {
    font-size: 0.9em;
}
#basket-retail .view-cart-items .item-price-checkout span {
    font-size: 0.9em;
}
#basket-retail .view-cart-items .item-price-checkout .billingcycle{font-size: 0.9em;}
#basket-retail .view-cart-items .item-title {
    font-size: 1.6em;
}
#basket-retail .view-cart-items .item-group {
    font-size: 1.2em;
}
#basket-retail .view-cart-items .item-domain {
    color: #056;
}
#basket-retail .view-cart-items .item-price {
    text-align: right;
}
#basket-retail .view-cart-items .item-price span {
    font-size: 1.2em;
}
#basket-retail .view-cart-items .item-price .billingcycle{font-size: 1.2em;}
#basket-retail .view-cart-items .item-price .cycle {
    font-size: 0.9em;
}
#basket-retail .view-cart-items .item-qty {
    text-align: center;
}
#basket-retail .view-cart-items .item-qty input {
    margin-bottom: 5px;
    padding: 4px;
    height: auto;
}
#basket-retail .view-cart-items .item-qty button {
    font-size: 0.8em;
}

#basket-retail .btn-remove-from-cart {
    color: #444;
}
#basket-retail .btn-remove-from-cart:hover {
    color: #cc0000;
    text-decoration: none;
}

#basket-retail .empty-cart {
    text-align: right;
    margin: 0 20px 0 0;
    line-height: 1em;
}
#basket-retail .empty-cart .btn {
    margin: 0;
    padding: 4px 10px;
    background-color:#E30F26;
    border: 0;
    color: #fff;
    border-radius: 0 0 4px 4px;
}

#basket-retail .btn-checkout {
    padding: 15px 34px;
}

#basket-retail .order-summary .subtotal {
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 1.2em;
    border-bottom: 1px solid #ddd;
}
#basket-retail .order-summary .bordered-totals {
    margin: 0 0 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
#basket-retail .order-summary .recurring-totals {
    margin: 5px 0 0 0;
    padding: 0;
}
#basket-retail .order-summary .total-due-today-padded {
    margin: 20px 0;
}

#basket-retail .order-summary .recurring-charges {
    font-size: 0.9em;
    color: #777;
    text-align: right;
}

#basket-retail .order-summary .btn-continue-shopping {
    color: #222;
    font-size: 0.9em;
}

#basket-retail .view-cart-tabs .promo .form-group {
    margin-bottom: 5px;
}

#basket-retail .view-cart-tabs {
    margin: 0 0 20px 0;
}
#basket-retail .view-cart-tabs .nav-tabs {
    padding-left: 20px;
    font-size: 0.8em;
}
#basket-retail .view-cart-tabs .nav-tabs > li.active > a {
    background-color: #f8f8f8;
}
#basket-retail .view-cart-tabs .tab-content {
    background-color: #f8f8f8;
    padding: 15px;
}

#basket-retail .view-cart-promotion-code {
    margin: 0 0 5px 0;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px dashed #ccc;
    text-align: center;
}

#basket-retail .view-cart-gateway-checkout {
    margin: 0 0 20px 0;
    padding: 15px;
    background-color: #e8e8e8;
    border-radius: 4px;
    text-align: center;
}

#basket-retail .view-cart-empty {
    padding: 30px 15px;
    text-align: center;
}

/**
 * Remove Item Modal
 */
#basket-retail .modal-title i {
    display: block;
    padding-top: 25px;
}
#basket-retail .modal-title span{
    display: block;
    padding-top:0px;
}
#basket-retail .modal-header,
#basket-retail .modal-body,
#basket-retail .modal-footer {
    text-align: center !important;
    border: 0;
}
#basket-retail .modal-footer {
    padding-bottom: 45px;
}

/******************* Accordion Demo - 2 *****************/
#basket-retail #accordionConfigure .panel-title a{
    display: block;
    padding: 12px 15px 12px 20px;
    #background: linear-gradient(to bottom, #fefefe, #cdcdcd);
    #border: 1px solid #c3c3c3;
	border-top:1px solid #c3c3c3;
	border-bottom:1px solid #c3c3c3;
	margin-bottom:4px;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 400;
    color: #676767;
    text-shadow: 1px 1px 1px #fff;
    position: relative;
}
#basket-retail #accordionConfigure .panel-title a:before{
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    background: #929191;
    font-size: 12px;
    font-weight: 900;
    color: #fdfbfb;
    text-align: center;
    box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
    text-shadow: none;
    #position: absolute;
    float: right;
	top: 8px;
    left: 15px;
}
#basket-retail #accordionConfigure .panel-title a.collapsed:before{ content: "\f067"; }
#basket-retail #accordionConfigure .panel-body{
    padding: 0px 15px;
    font-size: 15px;
    color: #222;
    line-height: 27px;
    border: none;
}
#basket-retail #accordionConfigure .panel-body p{ margin-bottom: 0; }
#basket-retail .list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

#basket-retail .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

#basket-retail .list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

#basket-retail .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

#basket-retail .list-group-item {
  position: relative;
  display: block;
  padding: 0.55rem 0.25rem 0.0rem 0.25rem;
  margin:0.15rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

#basket-retail .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

#basket-retail .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

#basket-retail .list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

#basket-retail .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

#basket-retail .list-group-item + .list-group-item {
  border-top-width: 0;
}

#basket-retail .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}