body {
  background: #edf0f97a;
  font-family: 'Product-Medium';
  color: #405465; }

h1, h2, h3, h4 {
  color: #405465; }

p {
  font-family: 'Product-Regular';
  color: #697d8d; }

@font-face {
  font-family: 'Product-Bold';
  src: url("../fonts/ProductSans-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Product-Medium';
  src: url("../fonts/ProductSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Product-Regular';
  src: url("../fonts/ProductSans-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.logo-order {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 992px) {
    .logo-order {
      margin-bottom: 20px; } }
  .logo-order span.link-ext {
    display: flex;
    align-items: center;
    gap: 6px; }
    .logo-order span.link-ext a {
      font-size: 16px;
      color: #2f3841; }
    .logo-order span.link-ext i {
      background: url("../img/icons/external-link-icon.svg") center no-repeat;
      background-size: contain;
      width: 16px;
      height: 16px;
      min-width: 16px;
      min-height: 16px;
      max-width: 16px;
      max-height: 16px; }
  .logo-order .logo-gc {
    border-right: 1px solid #d6d9e5;
    padding-right: 4px;
    margin-right: 10px; }

.btn-bordering .icon-globe {
  margin-right: 0; }

.btn-order-green i, .btn-order-blue i {
  background: url(../img/icons/arrow-right-icon-white.svg) center no-repeat;
  width: 10px;
  height: 10px;
  min-width: 10px;
  min-height: 10px;
  max-width: 10px;
  max-height: 10px;
  display: inline-block;
  margin-left: 18px;
  vertical-align: middle;
  background-size: contain; }

.gc-three-btn {
  display: flex;
  gap: 10px;
  align-items: center; }

.header-order {
  align-items: center;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  gap: 10px; }
  @media screen and (max-width: 768px) {
    .header-order {
      padding: 30px 12px; } }
  @media screen and (max-width: 992px) {
    .header-order {
      flex-direction: column;
      align-items: center; } }
  @media screen and (max-width: 768px) {
    .header-order .non-mob {
      display: none; } }
  @media screen and (max-width: 992px) {
    .header-order .gc-three-btn {
      display: flex;
      gap: 10px;
      width: 100%; } }
  @media screen and (max-width: 992px) {
    .header-order .gc-three-btn a, .header-order .gc-three-btn button {
      width: 100%; } }
  .header-order .gc-buttons-switcher {
    display: flex;
    gap: 10px;
    align-items: center; }
    @media screen and (max-width: 992px) {
      .header-order .gc-buttons-switcher {
        width: 100%; } }
    .header-order .gc-buttons-switcher .user-icon {
      width: 24px;
      height: 24px;
      min-width: 24px;
      min-height: 24px;
      max-width: 24px;
      max-height: 24px;
      background: url("../img/icons/user-icon-white.svg") center no-repeat;
      background-size: contain;
      margin-left: 0; }
    .header-order .gc-buttons-switcher .icon-globe {
      width: 24px;
      height: 24px;
      min-width: 24px;
      min-height: 24px;
      max-width: 24px;
      max-height: 24px;
      background: url("../img/icons/glob-icon-grey.svg") center no-repeat;
      background-size: contain; }
  .header-order .gccart-order {
    margin-left: auto; }
    @media screen and (max-width: 992px) {
      .header-order .gccart-order {
        margin: auto;
        width: 100%; } }

@media screen and (max-width: 768px) {
  .table-products {
    margin: 0; } }

table {
  background-color: #fff;
  border-radius: 12px;
  border-collapse: separate; }
  table tr th:last-child,
  table tr td:last-child {
    border-right: 0; }
  table thead tr th {
    padding: 20px 12px !important; }
    table thead tr th .price-table {
      margin-top: 2px !important; }

.price-table {
  font-size: 24px;
  font-family: 'Product-Bold';
  color: #0d31b0; }

.metro {
  border: 1px solid #d3d6e6;
  border-radius: 8px; }

@media (max-width: 767px) {
  .table-responsive {
    border: 0; } }
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9faff;
  color: #4A5C6BB8;
  font-family: 'Product-Bold'; }

.modal-hosting .table-products {
  border-right: 1px solid #EAEAEA; }

.modal .modal-content .table > tbody > tr > td,
.modal .modal-content .table > tbody > tr > th {
  padding: 10px 10px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #e0e4f5;
  padding: 12px;
  color: #4A5C6BB8;
  font-family: 'Product-Bold'; }

.table-products .metro .selected {
  font-size: 15px;
  padding: 15px 40px 15px 6px;
  color: #1c232ab8;
  font-family: 'Product-Bold'; }

.btn-order-reset {
  border-radius: 8px; }

.form-control {
  width: fit-content; }

.table tbody tr:last-child td:last-child {
  border-radius: 0px 0px 12px 0; }
.table tbody tr:last-child th:first-child {
  border-radius: 0px 0px 0px 12px; }

.down-footer {
  border-radius: 20px;
  padding: 40px 30px 40px;
  background: #ffffff;
  margin: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  align-items: center; }
  .down-footer p {
    font-size: 16px;
    font-family: 'Product-Bold'; }
  @media screen and (max-width: 768px) {
    .down-footer {
      flex-direction: column-reverse;
      align-items: center;
      gap: 0px; } }

.bloc-cart-products {
  padding: 0;
  border: 0; }

.slide-home,
.domain-searchbox {
  margin: 0px 30px;
  padding: 30px;
  background: radial-gradient(109.72% 197.33% at 4.44% 51.07%, #09258b 18%, #021a72 100%); }

.gc-products-listing {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center; }
  .gc-products-listing .gc-child-product {
    width: calc(33.33% - 7px); }
    @media screen and (max-width: 992px) {
      .gc-products-listing .gc-child-product {
        width: calc(50% - 7px); } }
    .gc-products-listing .gc-child-product a:hover .product-bloc {
      transform: translatey(-6px);
      border: 0;
      background: #fff;
      box-shadow: 0px 24px 54px -20px #001c6542; }
      .gc-products-listing .gc-child-product a:hover .product-bloc h3 {
        color: #405465; }
      .gc-products-listing .gc-child-product a:hover .product-bloc p {
        color: #697d8d; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-27 i {
        background: url("../img/icons/windows-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-19 i {
        background: url("../img/icons/linux-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-13 i, .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-42 i {
        background: url("../img/icons/cloud-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-18 i {
        background: url("../img/icons/server-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-25 i, .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-43 i {
        background: url("../img/icons/servers-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-35 i {
        background: url("../img/icons/morocco-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-40 i {
        background: url("../img/icons/cart-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-20 i {
        background: url("../img/icons/wordpress-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-30 i {
        background: url("../img/icons/email-spam-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-24 i {
        background: url("../img/icons/email-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-26 i {
        background: url("../img/icons/infogerance-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-28 i {
        background: url("../img/icons/refresh-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-37 i {
        background: url("../img/icons/gear-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-23 i {
        background: url("../img/icons/locker-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-29 i {
        background: url("../img/icons/globe-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-33 i {
        background: url("../img/icons/google-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-34 i {
        background: url("../img/icons/office-365-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc.icon-product-38 i {
        background: url("../img/icons/cart-icon.svg") center no-repeat;
        background-size: contain; }
      .gc-products-listing .gc-child-product a:hover .product-bloc i {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 1; }

.bar-ndd-page .domain-searchbox {
  border-radius: 16px;
  padding: 50px 50px 50px; }

.slide-home {
  border-radius: 20px 20px 0 0;
  padding: 70px 30px 0px; }
  @media screen and (max-width: 768px) {
    .slide-home {
      padding: 40px 20px 0px;
      margin: 0px 12px; } }
  .slide-home .title-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    text-align: center; }
    .slide-home .title-slide:before, .slide-home .title-slide:after {
      display: none; }
    .slide-home .title-slide h1 {
      font-size: 70px;
      font-family: 'Product-Bold';
      font-weight: normal;
      text-transform: capitalize;
      line-height: 70px;
      background: linear-gradient(to right, #ffffff, #b5c1ff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      margin-bottom: 12px;
      letter-spacing: -2px; }
      @media screen and (max-width: 768px) {
        .slide-home .title-slide h1 {
          font-size: 40px;
          line-height: 40px;
          letter-spacing: -1px; } }
    .slide-home .title-slide h3 {
      padding: 0;
      border: 0;
      font-family: 'Product-Regular';
      opacity: 0.7;
      line-height: 34px;
      max-width: 900px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .slide-home .title-slide h3 {
          line-height: 21px;
          font-size: 16px; } }

.domain-searchbox {
  border-radius: 0 0 20px 20px;
  padding: 50px 60px 70px;
  border: 0; }
  @media screen and (max-width: 768px) {
    .domain-searchbox {
      padding: 30px 30px 40px;
      margin: 0px 12px; } }
  .domain-searchbox a {
    text-align: center; }
  .domain-searchbox input {
    font-family: Product-Medium; }
    .domain-searchbox input.btn-default-gn {
      border-radius: 12px; }

.btn-default-gn, .btn-order-blue, .btn-success {
  background-color: #0c37cf;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 0.5rem;
  padding: 1.4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Product-Bold';
  cursor: pointer;
  letter-spacing: 0px;
  gap: 0.5rem;
  border: 1px solid #0c37cf;
  transition: background-color 0.2s ease-in-out 0.05s, opacity 0.2s ease-in-out 0.05s; }
  .btn-default-gn:hover, .btn-default-gn:focus, .btn-order-blue:hover, .btn-order-blue:focus, .btn-success:hover, .btn-success:focus {
    background-color: #2150f2;
    outline: 0;
    border: 1px solid #1242e8;
    box-shadow: none; }
  .btn-default-gn.delete, .btn-default-gn.btn-clear-cart, .btn-order-blue.delete, .btn-order-blue.btn-clear-cart, .btn-success.delete, .btn-success.btn-clear-cart {
    background-color: transparent !important;
    color: #ff3345 !important;
    border: 1px solid #ff334557 !important; }
    .btn-default-gn.delete:hover, .btn-default-gn.delete:focus, .btn-default-gn.btn-clear-cart:hover, .btn-default-gn.btn-clear-cart:focus, .btn-order-blue.delete:hover, .btn-order-blue.delete:focus, .btn-order-blue.btn-clear-cart:hover, .btn-order-blue.btn-clear-cart:focus, .btn-success.delete:hover, .btn-success.delete:focus, .btn-success.btn-clear-cart:hover, .btn-success.btn-clear-cart:focus {
      background-color: #ff334521 !important;
      outline: 0 !important;
      border: 1px solid #ff334557 !important; }

.modal-switcher .btn-order-blue {
  display: initial; }

.btn-bordering {
  font-size: 14px;
  border-radius: 0.5rem;
  padding: 1.4rem 2rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  font-family: 'Product-Bold';
  font-weight: normal;
  border: 1px solid #b3b6c973;
  background: #fff;
  color: #405466; }

.cart-order {
  background-color: #0c37cf;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 0.5rem;
  padding: 1.1rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Product-Bold';
  cursor: pointer;
  gap: 0.5rem;
  border: 1px solid #0c37cf;
  transition: background-color 0.2s ease-in-out 0.05s, opacity 0.2s ease-in-out 0.05s;
  margin-top: 0; }
  .cart-order i {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    max-width: 24px;
    max-height: 24px;
    background: url("../img/icons/cart-icon-white.svg") center no-repeat;
    background-size: contain; }
  .cart-order:hover, .cart-order:focus {
    background-color: #2150f2;
    outline: 0;
    border: 1px solid #1242e8;
    box-shadow: none;
    color: #fff; }

.product-bloc {
  border-radius: 12px;
  background: #fff;
  border: 0;
  box-shadow: 0px 4px 24px #001c650f;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  justify-content: center;
  padding: 40px 40px;
  height: 100%; }
  .product-bloc h3 {
    color: #405465;
    font-size: 24px;
    text-transform: capitalize;
    font-family: 'Product-Medium';
    font-weight: normal; }
  .product-bloc i {
    width: 70px;
    height: 70px;
    margin-bottom: 6px;
    opacity: 0.7; }
  .product-bloc.icon-product-27 i {
    background: url("../img/icons/windows-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-19 i {
    background: url("../img/icons/linux-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-13 i, .product-bloc.icon-product-42 i {
    background: url("../img/icons/cloud-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-18 i {
    background: url("../img/icons/server-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-25 i, .product-bloc.icon-product-43 i {
    background: url("../img/icons/servers-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-35 i {
    background: url("../img/icons/morocco-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-38 i {
    background: url("../img/icons/cart-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-40 i {
    background: url("../img/icons/cart-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-20 i {
    background: url("../img/icons/wordpress-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-30 i {
    background: url("../img/icons/email-spam-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-24 i {
    background: url("../img/icons/email-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-26 i {
    background: url("../img/icons/infogerance-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-28 i {
    background: url("../img/icons/refresh-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-37 i {
    background: url("../img/icons/gear-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-23 i {
    background: url("../img/icons/locker-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-29 i {
    background: url("../img/icons/globe-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-33 i {
    background: url("../img/icons/google-icon.svg") center no-repeat;
    background-size: contain; }
  .product-bloc.icon-product-34 i {
    background: url("../img/icons/office-365-icon.svg") center no-repeat;
    background-size: contain; }
  @media screen and (max-width: 992px) {
    .product-bloc {
      padding: 20px 12px; }
      .product-bloc i {
        width: 50px;
        height: 50px; }
      .product-bloc i, .product-bloc p {
        display: initial; }
      .product-bloc p {
        font-size: 13px;
        font-family: Product-Medium;
        margin-top: 4px;
        line-height: 17px; }
      .product-bloc h3 {
        padding: 6px 0;
        font-size: 18px; } }

.gc-bar {
  margin: 0; }
  .gc-bar.back-input {
    background: #fff;
    padding: 20px;
    border-radius: 12px; }
    .gc-bar.back-input .metro {
      border: 1px solid #aac0d1;
      border-radius: 12px; }

.gc-products-list {
  padding: 30px; }
  @media screen and (max-width: 992px) {
    .gc-products-list {
      padding: 10px; } }

.tabs-left > .nav-tabs > li > a {
  background: #f0f1f9;
  color: #4A5C6BB8;
  font-family: 'Product-Medium'; }

.tabs-list-ndd {
  border-radius: 12px;
  background: #ffffff; }

.tabs-list-ndd .tabs-left > .nav-tabs > li:nth-child(1) > a {
  border-radius: 12px 0px 0px 0px; }

.tabs-list-ndd .tabs-left > .nav-tabs > li:last-child > a {
  border-radius: 0px 0px 0px 12px; }

.tabs-list-ndd div.tab-content {
  border-left: 0;
  border-radius: 12px; }

.ndd-price > tbody > tr > th,
.ndd-price > tbody > tr > td {
  border-top: 0;
  padding: 16px 10px; }

p.ndd {
  font-family: 'Product-Medium';
  font-weight: 100;
  margin-bottom: 0; }

.price-ndd {
  margin-bottom: 0; }

.agree-ndd {
  vertical-align: middle;
  font-size: 13px;
  color: #3F9E25;
  background: #7bff5747;
  width: fit-content;
  padding: 4px 12px;
  border-radius: 34px;
  border: 1px solid #7bff5785; }

.disagree-ndd {
  vertical-align: middle;
  font-size: 13px;
  color: #a88e00;
  background: #fff10047;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 34px;
  border: 1px solid #d1b70047; }

.info i {
  margin-right: 6px;
  background: url(../img/icons/info-circle.svg) center no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  vertical-align: bottom; }

.panel-default > .panel-heading {
  background: #0c37cf url(../img/less.png) center right 20px no-repeat;
  border-radius: 12px; }

.panel-default {
  border: 1px solid #0c37cf30; }

.panel-group .panel {
  border-radius: 12px;
  box-shadow: none; }

@media screen and (max-width: 992px) {
  .tabs-list-ndd {
    border: 0;
    background: transparent; } }

@media screen and (max-width: 992px) {
  .panel-body {
    padding: 12px; }

  table {
    display: block;
    overflow: auto; }

  div select.form-control {
    border: 1px solid #d2d8e5;
    padding: 10px 14px;
    border-radius: 8px !important;
    background: #fff url(../img/icons/arrow-down-icon-greyblue.svg) no-repeat scroll center right 14px/12px auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'Product-Medium';
    font-size: 15px;
    min-width: 100px; }

  .bar-ndd-page .domain-searchbox {
    border-radius: 20px;
    padding: 40px 20px 40px; }

  .gc-bar.back-input {
    padding: 30px 20px; } }
.domain-searchbox select {
  width: 100%; }

.disagree-ndd, .agree-ndd {
  white-space: nowrap; }

.panel-default > .panel-heading a.collapsed {
  border-radius: 12px; }

.bg-menu-order {
  box-shadow: 0 5px 70px -5px #c2c5d64d;
  background: white; }
  @media screen and (max-width: 992px) {
    .bg-menu-order {
      margin-bottom: 20px; } }

.index-index .bg-menu-order {
  background: transparent;
  box-shadow: none; }

.continue-order-spec .pull-right {
  float: none !important;
  display: flex;
  justify-content: center;
  margin-top: 20px; }

a.continue-order {
  background-color: #0c37cf; }
  a.continue-order:hover, a.continue-order:active, a.continue-order:focus {
    background-color: #2150f2; }

.metro div {
  top: 110%;
  border-radius: 12px;
  outline: 0;
  box-shadow: 0px 4px 24px #001c6521; }
.metro li {
  padding: 12px 14px; }
  .metro li.active {
    background: #0c37cf; }

.table-cart {
  border: 1px solid #EAEAEA;
  border-radius: 12px; }

.header-cart {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .header-cart .cart-add {
    display: flex;
    align-items: center;
    gap: 20px; }
    @media screen and (max-width: 768px) {
      .header-cart .cart-add {
        flex-direction: column;
        width: 100%; } }
    .header-cart .cart-add h2 {
      margin: 0;
      padding: 0; }
    .header-cart .cart-add a {
      margin: 0; }
  .header-cart .btn-default-gn.btn-clear-cart {
    margin: 0; }
  @media screen and (max-width: 768px) {
    .header-cart {
      flex-direction: column;
      gap: 14px; } }
  @media screen and (max-width: 768px) {
    .header-cart a {
      width: 100%; } }

#cart-container a.addhosting {
  background: transparent;
  color: #405466;
  border: 1px solid #1242e842; }
  #cart-container a.addhosting:hover, #cart-container a.addhosting:focus {
    background-color: rgba(33, 80, 242, 0.18) !important;
    outline: 0;
    border: 1px solid #1242e842;
    box-shadow: none; }

.products-cart .product ul li {
  list-style: none;
  margin-left: 0; }
.products-cart .product p {
  font-family: 'Product-Medium'; }
.products-cart .options-product {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 30px; }
  @media screen and (max-width: 768px) {
    .products-cart .options-product li, .products-cart .options-product a {
      width: 100%; } }

.table-cart-full .table > tbody > tr > td {
  padding: 30px 30px; }
.table-cart-full table thead tr th {
  padding: 20px 30px !important; }
.table-cart-full select {
  border: 1px solid #d2d8e5;
  padding: 10px 14px;
  border-radius: 8px !important;
  background: #fff url(../img/icons/arrow-down-icon-greyblue.svg) no-repeat scroll center right 14px/12px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Product-Medium';
  font-size: 15px;
  min-width: 100px;
  box-shadow: none; }

.Switch .Toggle {
  background: #0c37cf; }

.down-cart-total {
  display: flex;
  gap: 20px;
  margin-bottom: 20px; }
  .down-cart-total .code-promo-cart {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #EAEAEA; }
    .down-cart-total .code-promo-cart form {
      display: flex;
      gap: 10px; }
      .down-cart-total .code-promo-cart form input {
        border-radius: 6px; }
    @media screen and (max-width: 768px) {
      .down-cart-total .code-promo-cart {
        margin-bottom: 0; } }
  .down-cart-total .price-total-cart {
    justify-content: center;
    width: 100%;
    background: #0c37cf;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .down-cart-total .price-total-cart h3 {
      width: auto;
      float: none;
      text-transform: uppercase;
      font-size: 20px;
      color: white;
      opacity: 0.7; }
    .down-cart-total .price-total-cart .price-total {
      margin: 0;
      width: auto;
      float: none;
      text-align: initial; }
      .down-cart-total .price-total-cart .price-total span {
        font-size: 32px;
        color: #ffffff; }
  @media screen and (max-width: 768px) {
    .down-cart-total {
      flex-direction: column; } }

.modal-switcher .modal-content, .modal-extensions .modal-content {
  border-radius: 12px; }

.modal-login ul.tabs-modal li {
  background: #254fe4; }
  .modal-login ul.tabs-modal li.active {
    background: #0c37cf; }
  .modal-login ul.tabs-modal li:first-child {
    border-radius: 12px 0 0 0; }
  .modal-login ul.tabs-modal li:last-child {
    border-radius: 0px 12px 0 0px; }
.modal-login .form-control {
  width: 100%;
  border: 1px solid #d2d8e5;
  border-radius: 8px !important;
  font-family: 'Product-Medium';
  font-size: 15px;
  padding: 10px 14px; }
.modal-login select {
  border: 1px solid #d2d8e5;
  padding: 10px 14px;
  border-radius: 8px !important;
  background: #fff url(../img/icons/arrow-down-icon-greyblue.svg) no-repeat scroll center right 14px/12px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Product-Medium';
  font-size: 15px;
  min-width: 100px;
  box-shadow: none; }
.modal-login .tab-pane .form-control {
  height: auto; }
.modal-login .modal-content {
  border-radius: 14px; }
.modal-login .modal-footer {
  border-radius: 0 0 12px 12px; }
.modal-login input.btn-success {
  margin: auto; }

select {
  border: 1px solid #d2d8e5 !important;
  padding: 10px 34px 10px 14px !important;
  border-radius: 8px !important;
  background: #fff url(../img/icons/arrow-down-icon-greyblue.svg) no-repeat scroll center right 14px/12px auto !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  font-family: "Product-Medium" !important;
  font-size: 15px !important;
  min-width: 100px !important; }

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top: 0; }

.price-total-cart {
  background: #0c37cf;
  border-radius: 0 0 12px 12px; }

.sidebar-summary {
  border: 1px solid #d2daf7;
  border-radius: 12px; }

.groupe-adddomain .control-group input {
  border-radius: 8px;
  border: 1px solid #d2daf7; }

.steps .circle-active, .title-config {
  background: #0c37cf; }

.steps .circle-active {
  border: 4px solid #e3e9ff; }

.title-config {
  border-radius: 12px 12px 0 0; }
  .title-config h4 {
    color: #fff; }

.content-config {
  background: #fff;
  border-radius: 0 0 12px 12px;
  border: 1px solid #d3daf8; }

.steps .circle {
  color: #909abc;
  background: #e3e9ff; }

.modal-add-service .domain-searchbox {
  border-radius: 12px;
  margin: 0; }
.modal-add-service .back-input {
  border-radius: 8px; }
.modal-add-service .modal-content .product-bloc {
  border-radius: 8px;
  box-shadow: none; }
.modal-add-service .modal-content .product-bloc:hover {
  background: #0c37cf; }
.modal-add-service .products-added {
  display: flex;
  gap: 10px;
  margin-bottom: 10px; }
  .modal-add-service .products-added .product-added {
    width: 100%; }
.modal-add-service .modal-content {
  border-radius: 12px; }
.modal-add-service .btn-order-reset {
  border-radius: 8px; }

.bloc-ndd {
  border-radius: 12px; }

.bloc-ndd .title-box-ndd {
  background: #ffffff;
  border-radius: 12px 12px 0 0; }

.bloc-ndd table {
  margin: 0;
  width: 100%;
  border-radius: 0 0 12px 12px; }

.bloc-ndd .form-control {
  height: auto; }

.bloc-ndd table tbody tr th:first-child {
  border-radius: 0 0 0 12px; }
.bloc-ndd table tbody tr th:last-child {
  border-radius: 0 0 12px 0px; }

.control-group input {
  border-radius: 8px;
  border: 1px solid #dfe6ee;
  padding: 12px 12px; }

.modal-content {
  border-radius: 12px; }

.qsSlider select, .config-select, .sidebar-total .config-select {
  height: auto; }

.ui-widget-header, .modal-content-ndd .modal-message-emails h4 {
  background: #0c37cf; }

.modal-content-ndd .modal-message-emails h4 {
  border-radius: 11px 11px 0 0; }

.modal-content-ndd .modal-footer {
  border-radius: 0 0 11px 11px; }

.modal-content-ndd textArea {
  border-radius: 8px;
  border: 1px solid #ccd5e0; }

.modal-content-ndd .modal-footer button {
  border-radius: 8px; }

.modal-content .btn-default-gn {
  padding: 16px 12px; }

.payment-methods {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; }
  .payment-methods li {
    text-indent: -1000000px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    min-height: 70px;
    max-width: 70px;
    max-height: 70px; }
    .payment-methods li.cmi {
      background: url("../img/cmi.svg") center no-repeat;
      background-size: contain; }
    .payment-methods li.paypal {
      background: url("../img/paypal-icon.svg") center no-repeat;
      background-size: contain; }
    .payment-methods li.visa {
      background: url("../img/visa-icon.svg") center no-repeat;
      background-size: contain; }
    .payment-methods li.mastercard {
      background: url("../img/mastercard-icon.svg") center no-repeat;
      background-size: contain;
      width: 50px;
      height: 50px;
      min-width: 50px;
      min-height: 50px;
      max-width: 50px;
      max-height: 50px; }

.sidebar-total {
  background: #f6f7fd;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 20px 20px;
  border-top: 1px solid #d2daf8; }
  .sidebar-total .config-select {
    margin: 0; }

.modal-login .modal-content .btn-default-gn {
  float: right; }

.modal-login .input-checkbox {
  text-align: left; }

.links {
  display: flex; }
  @media screen and (max-width: 992px) {
    .links {
      justify-content: center;
      flex-wrap: wrap;
      margin-top: 30px; } }
  .links a {
    font-family: Product-Bold;
    padding: 0px 16px;
    border-right: 1px solid #3d40482b; }
    .links a:last-child {
      border-right: 0;
      padding-right: 0; }
    .links a:first-child {
      padding-left: 0; }

.box-avis-anrt .avis-anrt {
  padding: 40px;
  background: #ffffff;
  padding: 30px;
  margin: auto;
  font-family: "Product-Medium", sans-serif;
  border-radius: 12px; }
  .box-avis-anrt .avis-anrt .input-avis-anrt {
    border-radius: 8px; }
  .box-avis-anrt .avis-anrt .form-group {
    padding-bottom: 0px; }
  .box-avis-anrt .avis-anrt h4 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 0;
    font-family: 'Product-Bold'; }
.box-avis-anrt .avis-anrt-btn {
  background-color: #0c37cf;
  border-radius: 8px; }
  .box-avis-anrt .avis-anrt-btn:hover {
    background-color: #1a47ea; }

.down-cndp p {
  font-family: "Product-Medium"; }

.avis-anrt-btn-little {
  color: #596386;
  font-family: "Product-Bold";
  margin-top: 20px; }

.logo-anrt {
  width: 140px; }

.gc-buttons-switcher .dropdown {
  border-radius: 8px;
  width: 100%; }
.gc-buttons-switcher .dropdown a {
  background: #ffffff;
  border-radius: 8px;
  float: right;
  color: #434d71;
  border: 1px solid #dee1ee;
  font-family: 'Product-Medium'; }
  .gc-buttons-switcher .dropdown a span {
    color: #434d71;
    font-family: 'Product-Medium'; }
.gc-buttons-switcher .dropdown {
  background: white; }
.gc-buttons-switcher .open > .dropdown-menu {
  border-radius: 8px;
  width: 100%;
  border: 0; }
.gc-buttons-switcher .dropdown-menu > li > a {
  padding: 8px 20px;
  font-size: 14px;
  color: #5b6176;
  float: none;
  border: 0;
  font-family: Product-Bold; }
.gc-buttons-switcher .dropdown-menu > li > a:hover, .gc-buttons-switcher .dropdown-menu > li > a:focus {
  background-color: #f6f7fd; }

.price-config-summary {
  color: #515563; }

.qsSlider .slider-config,
.ui-slider-horizontal .ui-slider-range-max {
  border-radius: 10px; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border-radius: 100px; }

.config-your-server {
  background: #0c37cf;
  border-radius: 12px 12px 0 0; }

.config-your-server .box-cpu, .config-your-server .box-memory, .config-your-server .box-hdd {
  background: #ffffff17;
  border-radius: 8px; }

.config-your-server .cpu, .config-your-server .memory, .config-your-server .hdd {
  background-color: #234bd4; }

.config-title {
  color: #2e3447; }

.btn-primary {
  color: #fff;
  background-color: #0c37cf;
  border-color: #0c37cf; }

.bloc-ndd table tbody tr th .help-block {
  margin-left: 0; }

.bloc-cart-products .price-total-cart .setup-fee {
  color: #ffffffab;
  text-align: center; }

.table-cart-full select {
  text-wrap: wrap; }

.register-page-auth {
  background: white;
  display: flex;
  border-radius: 12px;
  padding: 40px;
  border: 1px solid #dbdeec; }
  @media screen and (max-width: 992px) {
    .register-page-auth {
      padding: 30px 30px; } }
  .register-page-auth .register-content .inscription-title {
    padding: 0px 0 30px 0;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .register-page-auth .register-content .inscription-title h1 {
      color: #3e4b77; }
  .register-page-auth .form-control {
    width: 100%;
    border: 1px solid #d4d7e9;
    border-radius: 6px;
    box-shadow: none; }
  .register-page-auth .end-form input.btn-default-gn {
    float: right;
    margin-top: 20px; }

.slide-input {
  background: #0c37cf;
  border-radius: 8px; }

tr.slider-row {
  border: 1px solid #4e567542;
  border-radius: 8px; }
  tr.slider-row input[type=text] {
    border: 0 !important; }

.slider-config,
.ui-slider-horizontal .ui-slider-range-min,
.ui-slider-horizontal .ui-slider-range {
  border-radius: 40px; }

.product-container .content-config .configtable .fieldarea input[type=text] {
  border: 1px solid #bfc7e3;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 10px; }
.product-container .content-config tbody td .form-control {
  width: 100%; }


.signin-atop {
  border-bottom: 1px solid #00000017;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.signin-atop h3 {
  margin-bottom: 20px!important;
}

.signin-atop a.btn-default-gn {
  width: fit-content!important;
  padding: 16px 50px!important;
  margin: 0px auto 12px!important;
  float: none!important;
}

.signup-title {
  text-align: left!important;
  padding-left: 15px!important;
}

.control-label {
  text-align: left!important;
}

/*# sourceMappingURL=stylev2.css.map */
