body, html {
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  max-width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  color: rgba(20,39,82,0.80) !important;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  font-size: 15px;
  overflow: auto;
  overflow: initial;
}

/*------------------------------------------*/
/*  SPACING & INDENTS
/*------------------------------------------*/

.wide-100 { padding-top: 100px; padding-bottom: 100px; }
.wide-90 { padding-top: 100px; padding-bottom: 90px; }
.wide-80 { padding-top: 100px; padding-bottom: 80px; }
.wide-70 { padding-top: 100px; padding-bottom: 70px; }
.wide-60 { padding-top: 100px; padding-bottom: 60px; }
.wide-50 { padding-top: 100px; padding-bottom: 50px; }
.wide-40 { padding-top: 100px; padding-bottom: 40px; }
.wide-30 { padding-top: 100px; padding-bottom: 30px; }
.wide-20 { padding-top: 100px; padding-bottom: 20px; }

/*------------------------------------------*/
/*  Margin Top
/*------------------------------------------*/

.mt-100 { margin-top: 100px; }
.mt-95 { margin-top: 95px; }
.mt-90 { margin-top: 90px; }
.mt-85 { margin-top: 85px; }
.mt-80 { margin-top: 80px; }
.mt-75 { margin-top: 75px; }
.mt-70 { margin-top: 70px; }
.mt-65 { margin-top: 65px; }
.mt-60 { margin-top: 60px; }
.mt-55 { margin-top: 55px; }
.mt-50 { margin-top: 50px; }
.mt-45 { margin-top: 45px; }
.mt-40 { margin-top: 40px; }
.mt-35 { margin-top: 35px; }
.mt-30 { margin-top: 30px; }
.mt-25 { margin-top: 25px; }
.mt-20 { margin-top: 20px; }
.mt-15 { margin-top: 15px; }
.mt-10 { margin-top: 10px; }
.mt-5 { margin-top: 5px; }

/*------------------------------------------*/
/*  Margin Bottom
/*------------------------------------------*/

.mb-100 { margin-bottom: 100px; }
.mb-95 { margin-bottom: 95px; }
.mb-90 { margin-bottom: 90px; }
.mb-85 { margin-bottom: 85px; }
.mb-80 { margin-bottom: 80px; }
.mb-75 { margin-bottom: 75px; }
.mb-70 { margin-bottom: 70px; }
.mb-65 { margin-bottom: 65px; }
.mb-60 { margin-bottom: 60px; }
.mb-55 { margin-bottom: 55px; }
.mb-50 { margin-bottom: 50px; }
.mb-45 { margin-bottom: 45px; }
.mb-40 { margin-bottom: 40px; }
.mb-35 { margin-bottom: 35px; }
.mb-30 { margin-bottom: 30px; }
.mb-25 { margin-bottom: 25px; }
.mb-20 { margin-bottom: 20px; }
.mb-15 { margin-bottom: 15px; }
.mb-10 { margin-bottom: 10px; }
.mb-5 { margin-bottom: 5px; }
.mb-0 { margin-bottom: 0; }

/*------------------------------------------*/
/*  Margin Left
/*------------------------------------------*/

.ml-70 { margin-left: 70px; }
.ml-60 { margin-left: 60px; }
.ml-50 { margin-left: 50px; }
.ml-45 { margin-left: 45px; }
.ml-40 { margin-left: 40px; }
.ml-35 { margin-left: 35px; }
.ml-30 { margin-left: 30px; }
.ml-25 { margin-left: 25px; }
.ml-20 { margin-left: 20px; }
.ml-15 { margin-left: 15px; }
.ml-10 { margin-left: 10px; }
.ml-5 { margin-left: 5px; }

/*------------------------------------------*/
/*  Margin Right
/*------------------------------------------*/

.mr-70 { margin-right: 70px; }
.mr-60 { margin-right: 60px; }
.mr-50 { margin-right: 50px; }
.mr-45 { margin-right: 45px; }
.mr-40 { margin-right: 40px; }
.mr-35 { margin-right: 35px; }
.mr-30 { margin-right: 30px; }
.mr-25 { margin-right: 25px; }
.mr-20 { margin-right: 20px; }
.mr-15 { margin-right: 15px; }
.mr-10 { margin-right: 10px; }
.mr-5 { margin-right: 5px; }

/*------------------------------------------*/
/*  Padding Top
/*------------------------------------------*/

.pt-100 { padding-top: 100px; }
.pt-90 { padding-top: 90px; }
.pt-80 { padding-top: 80px; }
.pt-70 { padding-top: 70px; }
.pt-60 { padding-top: 60px; }
.pt-50 { padding-top: 50px; }
.pt-45 { padding-top: 45px; }
.pt-40 { padding-top: 40px; }
.pt-35 { padding-top: 35px; }
.pt-30 { padding-top: 30px; }
.pt-25 { padding-top: 25px; }
.pt-20 { padding-top: 20px; }
.pt-15 { padding-top: 15px; }
.pt-10 { padding-top: 10px; }

/*------------------------------------------*/
/*  Padding Bottom
/*------------------------------------------*/

.pb-100 { padding-bottom: 100px; }
.pb-90 { padding-bottom: 90px; }
.pb-80 { padding-bottom: 80px; }
.pb-70 { padding-bottom: 70px; }
.pb-60 { padding-bottom: 60px; }
.pb-50 { padding-bottom: 50px; }
.pb-45 { padding-bottom: 45px; }
.pb-40 { padding-bottom: 40px; }
.pb-35 { padding-bottom: 35px; }
.pb-30 { padding-bottom: 30px; }
.pb-25 { padding-bottom: 25px; }
.pb-20 { padding-bottom: 20px; }
.pb-15 { padding-bottom: 15px; }
.pb-10 { padding-bottom: 10px; }
.pb-0 { padding-bottom: 0; }

/*------------------------------------------*/
/*  Padding Left
/*------------------------------------------*/

.pl-100 { padding-left: 100px; }
.pl-90 { padding-left: 90px; }
.pl-80 { padding-left: 80px; }
.pl-70 { padding-left: 70px; }
.pl-60 { padding-left: 60px; }
.pl-50 { padding-left: 50px; }
.pl-45 { padding-left: 45px; }
.pl-40 { padding-left: 40px; }
.pl-35 { padding-left: 35px; }
.pl-30 { padding-left: 30px; }
.pl-25 { padding-left: 25px; }
.pl-20 { padding-left: 20px; }
.pl-15 { padding-left: 15px; }
.pl-10 { padding-left: 10px; }
.pl-5 { padding-left: 5px; }
.pl-0 { padding-left: 0px; }

/*------------------------------------------*/
/*  Padding Right
/*------------------------------------------*/

.pr-100 { padding-right: 100px; }
.pr-90 { padding-right: 90px; }
.pr-80 { padding-right: 80px; }
.pr-70 { padding-right: 70px; }
.pr-60 { padding-right: 60px; }
.pr-50 { padding-right: 50px; }
.pr-45 { padding-right: 45px; }
.pr-40 { padding-right: 40px; }
.pr-35 { padding-right: 35px; }
.pr-30 { padding-right: 30px; }
.pr-25 { padding-right: 25px; }
.pr-20 { padding-right: 20px; }
.pr-15 { padding-right: 15px; }
.pr-10 { padding-right: 10px; }
.pr-5 { padding-right: 5px; }
.pr-0 { padding-right: 0px; }

/*------------------------------------------*/
/*  Padding Centered
/*------------------------------------------*/

.pc-45 { padding-right: 45px; padding-left: 45px; }
.pc-40 { padding-right: 40px; padding-left: 40px; }
.pc-35 { padding-right: 35px; padding-left: 35px; }
.pc-30 { padding-right: 30px; padding-left: 30px; }
.pc-25 { padding-right: 25px; padding-left: 25px; }
.pc-20 { padding-right: 20px; padding-left: 20px; }
.pc-15 { padding-right: 15px; padding-left: 15px; }

.lagom-layout-banner .main-header h1 {
  font-weight: 600;
}
.main-header .breadcrumb li a {
  color: #9dacc9;
}
.breadcrumb > li + li::before {
  content: "/";
  color: #818da6;
  padding: 0 8px;
}
.main-header .breadcrumb li a:hover {
  text-decoration: underline;
}
.main-header .breadcrumb>.active {
  color: #fff;
}

/*------------------------------------------*/
/*   NAVIGATION MENU
/*------------------------------------------*/
.header-wrapper {
  /*position: fixed;*/
  height: 80px;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.wsmainwp {
  display: flex;
  align-items: center;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wsmainfull {
  width: 100%;
  height: auto;
  z-index: 1031;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.tra-menu .wsmainfull {
  background-color: #fff!important;
  padding: 5px 0;
  -webkit-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  -moz-box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
  box-shadow: 0 2px 3px rgba(96, 96, 96, .1);
}

.bottom-action-sticky {
  display: none !important;
}

/*------------------------------------------*/
/*  HEADER LINK
/*------------------------------------------*/
.desktoplogo {
  margin-right: auto;
}
.wsmenu {
  margin-left: auto;
}
.wsmenu > .wsmenu-list {
  display: flex;
  align-items: center;
}
.tra-menu .wsmenu > .wsmenu-list > li > a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  padding: 10px 20px;
  line-height: 50px;
  text-decoration: none;
  color: rgba(20,39,82,0.80) !important;
}
.wsmenu > .wsmenu-list > li > a .wsarrow:after {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  content: "";
  float: right;
  right: 0;
  height: 0;
  margin: 0 0 0 14px;
  position: absolute;
  text-align: right;
  top: 33px;
  width: 0;
}
li > .lang-select {
  margin-right: 15px;
}
.wsmenu > .wsmenu-list > li > a img,
.wsmenu > .wsmenu-list > li ul.sub-menu a img {
  width: 26px;
  height: 26px;
  margin-right: 3px;
}

.wsmenu > .wsmenu-list > .mobile-header {
  display: flex;
  align-items: center;
  padding: 20px 15px;
}
.wsmenu > .wsmenu-list > .mobile-header > a.mobile-logo {
  margin-right: auto;
}
.wsmenu > .wsmenu-list > .mobile-header > a.mobile-close {
  margin-left: auto;
  font-size: 26px;
  color: #a9a9a9;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.wsmenu > .wsmenu-list > .mobile-header > a.mobile-close:hover {
  cursor: pointer;
  opacity: 0.75;
}
.notify .label-info {
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  vertical-align: middle;
  font-size: 11px;
}

/*------------------------------------------*/
/*  HEADER BUTTON
/*------------------------------------------*/

.wsmenu > .wsmenu-list > li a.btn {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0.25px;
  margin-left: 15px;
  padding: 6px 30px;
}

.open>.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  right: 30px;
  left: auto;
  top: calc(100% - 15px);
}


.order-summary-mob .btn-rounded {
  padding: 0 !important;
}


/*------------------------------------------*/
/*  CHECKOUT PAGE
/*------------------------------------------*/
.checkbox-inline>.checkbox-styled,
.checkbox>label>.checkbox-styled,
.radio-inline>.radio-styled,
.radio>label>.radio-styled {
  top: 6px;
}

.panel-heading.check>label>.radio-styled {
  top: 21px;
}
.order-summary .total-due-today .content {
  font-weight: 800;
}


/*------------------------------------------*/
/*  LOGIN PAGE
/*------------------------------------------*/
.page-type-full .main-body.login-page .container {
  width: 100%;
}
.main-body.login-page .main-content {
  display: block;
  max-width: 360px;
  padding: 0;
  margin: 0 auto;
  float: none;
}
.page-type-full .main-body.login-page {
  background: #142752;
  padding: 0 5%;
}
.main-body.login-page .logo {
  height: 100%;
  margin-bottom: 30px;
}
.main-body.login-page .logo img {
  max-width: 220px;
  height: 100%;
  display: block;
}
.logincontainer-body {
  padding: 25px;
}
.page-type-full .logincontainer {
  border: none;
  box-shadow: none;
  border-radius: 5px;
}
.logincontainer-body {
  padding: 25px;
}
.logincontainer-body h2 {
  display: flex;
  align-items: center;
  font-weight: 800;
  color: #142752;
  font-size: 22px;
}
.logincontainer-body h2 > img {
  margin-right: 5px;
  max-width: 30px;
}
.logincontainer-body label {
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 5px;
  color: #142752;
}
.logincontainer-body .required {
  color: #e74c3c;
  font-weight: 800;
}
.logincontainer-body input {
  font-family: "Montserrat", sans-serif;
  outline: 0;
  background: #f8fafd;
  width: 100%;
  margin: 0 0 25px;
  padding: 8px 10px;
  height: 40px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  border: 1px solid #ecf0f1;
  color: #142752;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.logincontainer-body input:hover,
.logincontainer-body input:active,
.logincontainer-body input:focus:hover,
.logincontainer-body input:focus,
.logincontainer-body input:-webkit-autofill,
.logincontainer-body input:-webkit-autofill:hover,
.logincontainer-body input:-webkit-autofill:focus,
.logincontainer-body input:-webkit-autofill-selected {
  border: 1px solid #bdc3c7 !important;
  background: #fff;
  box-shadow: none;
  color: #142752;
}
.logincontainer-body a {
  font-size: 12px;
}
.logincontainer-body a.back-to-home {
  text-align: center;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #1062fe;
}
.logincontainer-body .btn-primary {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #1062fe;
  width: 100%;
  border: 0;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.5 ease;
  transition: all 0.5 ease;
  cursor: pointer;
  font-weight: 800;
  line-height: 1;
  border-radius: 5px;
  height: 48px;
  margin-bottom: 0;
}
.logincontainer-body .btn-primary:hover,
.logincontainer-body .btn-primary:active,
.logincontainer-body .btn-primary:focus {
  background: #142752;
}
.login-footer {
  color: #818da6;
  text-align: left;
  font-size: 12px;
  margin: 30px 5px 30px;
}


.main-grid-nosidebar {
  max-width: 100%;
}
.main-grid-nosidebar .main-content {
  padding-right: 0;
  padding-left: 0;
}

/*------------------------------------------*/
/*  PAGES
/*------------------------------------------*/
.lagom-layout-banner .main-header {
  background: #142752;
  /*margin-top: 80px;*/
}
.order-summary {
  background: #142752;
}
.panel-sidebar {
  border: 0;
}
.panel-sidebar .panel-heading {
  padding: 0 0 10px;
}
.panel-sidebar .panel-title {
  font-weight: 800;
  font-size: 20px;
}
.panel-sidebar .list-group>a.list-group-item {
  color: #5e6977;
  border-bottom: 1px solid #eee;
  padding: 10px 0 !important;
}
.panel-sidebar .list-group>a.list-group-item.active,
.panel-sidebar .list-group>a.list-group-item:hover {
  background-color: transparent !important;
  color: #1062fe;
}
.panel .list-group>.list-group-item i {
  display: none;
}


.product-details .product-icon .product-name {
  font-size: 20px;
  font-weight: 600;
}

.main-grid-order-domain {
  max-width: 100%;
}
.panel-choose-domain .panel-domain-option>.content {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0 33px;
}

.domain-promo-box {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .panel-choose-domain .panel-domain-option>.content {
    padding: 0 9px;
  }
}

/*------------------------------------------*/
/*  Product Details
/*------------------------------------------*/
.product-details td.head {
  font-weight: 800;
  vertical-align: top;
}
.product-details td > a {
  margin: 0;
  padding: 5px 0;
  line-height: 1rem;
  display: flex !important;
  min-height: 0 !important;
  align-items: center !important;
}
.product-details td > a:last-child {
  padding-bottom: 0;
}
.product-details .list-info-text ul {
  padding: 0;
}
.product-details .list-info-text ul li {
  padding: 5px 0;
}
.product-details .list-info-text ul li:first-child {
  padding-top: 0;
}
.product-details .list-info-text ul li:last-child {
  padding-bottom: 0;
}
.product-details ul li.list-details {
  display: block;
}
.product-details .list-info-text ul li a:hover {
  text-decoration: underline;
}
.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.product-details a:hover,
.alert a:hover {
  text-decoration: underline;
}

/*------------------------------------------*/
/*  Quick Shortcuts
/*------------------------------------------*/
#cPanelQuickShortcutsPanel a {
  display: block;
}

/*------------------------------------------*/
/*  FOOTER
/*------------------------------------------*/
.footer {
  padding-bottom: 30px;
  font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#footer-1 .footer-links {
  padding-left: 25%;
}
#footer-1 .footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-1 .footer-links li {
  width: auto !important;
  display: block !important;
  vertical-align: top;
  clear: none !important;
  font-size: 1.05rem;
  margin: 0 0 9px 0;
  padding: 0;
}
#footer-1 .footer-links a {
  color: rgba(20,39,82,0.80);
}
#footer-1 .footer-links a:hover {
  text-decoration: underline;
}

.bottom-footer {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 35px;
}
.bottom-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-footer-list li {
  font-size: 1rem;
  width: auto !important;
  display: inline-block !important;
  vertical-align: top;
  clear: none !important;
  margin: 0 9px 5px 0;
  padding: 0;
}
.bottom-footer p {
  margin-bottom: 0;
  font-size: 1.05rem;
  color: rgba(20,39,82,0.80);
}

@media (max-width: 991.95px) {
  .wsanimated-arrow {
    margin-top: 25px !important;
  }
}
@media (min-width: 991.95px) {
  .wsmenu > .wsmenu-list > .mobile-header {
    display: none;
  }
}
