@font-face {
    font-family: Montserrat;
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf');
    font-display: swap;
}

html {
    font-size: 16px;
}
/* Overwritten bootstrap styles - BEGIN */
body {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    line-height: 1.45;
    /*font-size: 0.875rem;*/
    color: #55595c;
}
.w-25 {
    width: 25% !important; }

.w-50 {
    width: 50% !important; }

.w-75 {
    width: 75% !important; }

.w-100 {
    width: 100% !important; }

.h-25 {
    height: 25% !important; }

.h-50 {
    height: 50% !important; }

.h-75 {
    height: 75% !important; }

.h-100 {
    height: 100% !important; }

.mw-100 {
    max-width: 100% !important; }

.mh-100 {
    max-height: 100% !important; }

.m-0 {
    margin: 0 !important; }

.mt-0,
.my-0 {
    margin-top: 0 !important; }

.mr-0,
.mx-0 {
    margin-right: 0 !important; }

.mb-0,
.my-0 {
    margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
    margin-left: 0 !important; }

.m-1 {
    margin: 0.875rem !important; }

.mt-1,
.my-1 {
    margin-top: 0.875rem !important; }

.mr-1,
.mx-1 {
    margin-right: 0.875rem !important; }

.mb-1,
.my-1 {
    margin-bottom: 0.875rem !important; }

.ml-1,
.mx-1 {
    margin-left: 0.875rem !important; }

.m-2 {
    margin: 1.3125rem !important; }

.mt-2,
.my-2 {
    margin-top: 1.3125rem !important; }

.mr-2,
.mx-2 {
    margin-right: 1.3125rem !important; }

.mb-2,
.my-2 {
    margin-bottom: 1.3125rem !important; }

.ml-2,
.mx-2 {
    margin-left: 1.3125rem !important; }

.m-3 {
    margin: 2.625rem !important; }

.mt-3,
.my-3 {
    margin-top: 2.625rem !important; }

.mr-3,
.mx-3 {
    margin-right: 2.625rem !important; }

.mb-3,
.my-3 {
    margin-bottom: 2.625rem !important; }

.ml-3,
.mx-3 {
    margin-left: 2.625rem !important; }

.m-4 {
    margin: 3rem !important; }

.mt-4,
.my-4 {
    margin-top: 3rem !important; }

.mr-4,
.mx-4 {
    margin-right: 3rem !important; }

.mb-4,
.my-4 {
    margin-bottom: 3rem !important; }

.ml-4,
.mx-4 {
    margin-left: 3rem !important; }

.m-5 {
    margin: 3.5rem !important; }

.mt-5,
.my-5 {
    margin-top: 3.5rem !important; }

.mr-5,
.mx-5 {
    margin-right: 3.5rem !important; }

.mb-5,
.my-5 {
    margin-bottom: 3.5rem !important; }

.ml-5,
.mx-5 {
    margin-left: 3.5rem !important; }

.p-0 {
    padding: 0 !important; }

.pt-0,
.py-0 {
    padding-top: 0 !important; }

.pr-0,
.px-0 {
    padding-right: 0 !important; }

.pb-0,
.py-0 {
    padding-bottom: 0 !important; }

.pl-0,
.px-0 {
    padding-left: 0 !important; }

.p-1 {
    padding: 0.875rem !important; }

.pt-1,
.py-1 {
    padding-top: 0.875rem !important; }

.pr-1,
.px-1 {
    padding-right: 0.875rem !important; }

.pb-1,
.py-1 {
    padding-bottom: 0.875rem !important; }

.pl-1,
.px-1 {
    padding-left: 0.875rem !important; }

.p-2 {
    padding: 1.3125rem !important; }

.pt-2,
.py-2 {
    padding-top: 1.3125rem !important; }

.pr-2,
.px-2 {
    padding-right: 1.3125rem !important; }

.pb-2,
.py-2 {
    padding-bottom: 1.3125rem !important; }

.pl-2,
.px-2 {
    padding-left: 1.3125rem !important; }

.p-3 {
    padding: 2.625rem !important; }

.pt-3,
.py-3 {
    padding-top: 2.625rem !important; }

.pr-3,
.px-3 {
    padding-right: 2.625rem !important; }

.pb-3,
.py-3 {
    padding-bottom: 2.625rem !important; }

.pl-3,
.px-3 {
    padding-left: 2.625rem !important; }

.p-4 {
    padding: 3rem !important; }

.pt-4,
.py-4 {
    padding-top: 3rem !important; }

.pr-4,
.px-4 {
    padding-right: 3rem !important; }

.pb-4,
.py-4 {
    padding-bottom: 3rem !important; }

.pl-4,
.px-4 {
    padding-left: 3rem !important; }

.p-5 {
    padding: 3.5rem !important; }

.pt-5,
.py-5 {
    padding-top: 3.5rem !important; }

.pr-5,
.px-5 {
    padding-right: 3.5rem !important; }

.pb-5,
.py-5 {
    padding-bottom: 3.5rem !important; }

.pl-5,
.px-5 {
    padding-left: 3.5rem !important; }

.m-auto {
    margin: auto !important; }

.mt-auto,
.my-auto {
    margin-top: auto !important; }

.mr-auto,
.mx-auto {
    margin-right: auto !important; }

.mb-auto,
.my-auto {
    margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
    margin-left: auto !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.4375rem;
    font-family: "Muli", Georgia, "Times New Roman", Times, serif;
    font-weight: 400;
    line-height: 1.2;
    color: #373a3c; }

h1, .h1 {
    font-size: 1.75rem; }

h2, .h2 {
    font-size: 1.52rem; }

h3, .h3 {
    font-size: 1.32rem; }

h4, .h4 {
    font-size: 1.16rem; }

h5, .h5 {
    font-size: 1rem; }

h6, .h6 {
    font-size: 0.875rem; }

.breadcrumb-item.active {
    color: #55595c;
}

.btn {
    padding: 0.65rem 0.875rem;
    line-height: 1.25;
    font-size: 0.875rem;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.4375rem 0.66rem;
    line-height: 1;
    border-radius: 0.18rem;
}
.btn.cursor-default {
    cursor: default !important;
}
.btn-sh-navy{
    background-color: #000f75 !important;
    border-color: #000f75 !important;
}
.btn-sh-navy:hover{
    background-color: #000739FF !important;
    border-color: #000739FF !important;
}
.btn-sh-outline-navy{
    border-color: #000f75 !important;
    color: #000f75 !important;
}
.btn-sh-outline-navy:hover{
    background-color: #000f75 !important;
    border-color: #000f75 !important;
}
.btn-sh-orange{
    background-color: #f54600 !important;
    border-color: #f54600 !important;
    color: #ffffff !important;
}
.btn-sh-orange:hover{
    background-color: #cc3300 !important;
    border-color: #cc3300 !important;
    color: #ffffff !important;
}
.btn-sh-orange-light{
    background-color: #ff7448 !important;
    border-color: #ff7448 !important;
    color: #ffffff !important;
}
.btn-sh-orange-light:hover{
    background-color: #f54600 !important;
    border-color: #f54600 !important;
    color: #ffffff !important;
}
.btn-sh-outline-orange{
    border-color: #f54600 !important;
}
.btn-sh-outline-orange:hover{
    background-color: #f54600 !important;
    border-color: #f54600 !important;
}

.bg-sh-navy{
    background-color: #000f75;
}
a.bg-sh-navy:hover, a.bg-sh-navy:focus {
    background-color: #000739FF !important;
}
.bg-sh-orange{
    background-color: #f54600;
}
a.bg-sh-orange:hover, a.bg-sh-orange:focus {
    background-color: #cc3300 !important;
}

.badge {
    padding: 0.2975em 0.35em;
}
.badge-pill {
    padding-right: 0.525em;
    padding-left: 0.525em;
    border-radius: 10rem;
}
.badge-secondary.badge-outline {
    background-color: transparent;
    color: #55595c;
    border: 1px solid #55595c;
}
.card-title {
    margin-bottom: 1.3125rem;
}
.card-header {
    padding: 1.3125rem 1.3125rem;
    background-color: #fff;
}
.card-header:first-child {
    border-radius: calc(0.27rem - 1px) calc(0.27rem - 1px) 0 0;
}
.card-body {
    padding: 1.3125rem;
}

.card-footer {
    padding: 1.3125rem 1.3125rem;
    background-color: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.06); }
.card-footer:last-child {
    border-radius: 0 0 calc(0.27rem - 1px) calc(0.27rem - 1px); }

.form-control {
    padding: 0.65rem 0.875rem;
    height: auto;
}
.dt-bootstrap4 .form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
}
.dt-bootstrap4 .page-link {
    padding: 0.3rem 0.45rem;
}
select.form-control#new-package {
    padding: 0.65rem 0.875rem !important;
    margin-bottom: 2px;
}
.table {
    color: #55595c;
}
/* Overwritten bootstrap styles - END */

.modal-content {
    border: none;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
    border-radius: 0.15rem;
}
#cards-modal .modal-body {
    display: flex;
}
#cards-modal .modal-body p {
    margin: auto;
}
#cards-modal .modal-body p i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

html body.fixed-navbar {
    padding-top: 4rem;
}
html body.fixed-navbar.panel-login {
    padding-top: 6rem;
}
.header-navbar{
    min-height: 4rem;
}
.header-navbar .navbar-header {
    height: 4rem;
}
body.panel-login .header-navbar .navbar-header {
    height: 6rem;
}
.main-menu.menu-fixed {
    top: 4rem;
}
.navigation {
    font-size: 0.9625rem;
}
.card .card-title {
    font-size: 1rem;
}
.header-navbar .navbar-container ul.nav li > a.nav-link {
    font-size: 0.92rem;
}
.header-navbar .navbar-container ul.nav li a.menu-toggle {
    padding: 1.225rem 0.875rem;
}
.header-navbar .navbar-container ul.nav li a.menu-toggle i{
    font-size: 1.4rem;
}
html body .content .content-wrapper {
    padding: 2rem;
}
.table th, .table td {
    padding: 0.65rem 1.75rem;
}
.custom-control {
    line-height: 1.6;
}
body.panel-login .header-navbar .navbar-wrapper {
    max-width: 1670px;
    margin: auto;
}
body.vertical-layout.vertical-menu.menu-expanded .main-menu,
body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-header{
    width: 290px;
}
body.vertical-layout.vertical-menu.menu-expanded .main-menu{
    height: calc(100% - 4rem);
}
body.vertical-layout.vertical-menu.menu-expanded.panel-login .navbar .navbar-header {
    width: auto;
    height: 6rem;
}
body.vertical-layout.vertical-menu.menu-expanded .navbar .navbar-container,
body.vertical-layout.vertical-menu.menu-expanded .content,
body.vertical-layout.vertical-menu.menu-expanded .footer{
    margin-left: 290px;
}
body.vertical-layout.vertical-menu.menu-collapsed.panel-login .footer {
    margin-left: 0;
}
.header-navbar .navbar-header .navbar-brand .brand-logo-b{
    max-width: 234px;
}

.vertical-overlay-menu .main-menu,
.vertical-overlay-menu.menu-hide .main-menu {
    width: 290px;
}

#dns-list{
    list-style: none;
    padding: 0;
}

.form-sh .form-check-inline{
    display: inline-block;
}
.form-sh .form-control{
    margin: 10px 0;
}
.form-sh .mb-3,
.form-sh .my-3{
    margin-bottom: 1rem !important;
}
.form-sh .mb-4,
.form-sh .my-4 {
    margin-bottom: 1.5rem !important;
}
.form-sh .mt-2,
.form-sh .my-2 {
    margin-top: 0.5rem !important;
}
.form-sh .custom-checkbox {
    margin: 3px 0;
}
.form-sh .custom-select {
    height: calc(2.75rem + 2px) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::before{
    border-color: #FF5722;
    background-color: #FF5722;
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before{
    background-color: rgba(255, 87, 34, 0.5);
}

.users-services,
.users-tickets{
    width: calc(100% - 4px);
}

.user-services-header{
    line-height: 1.7;
}
#users-services th,
#users-tickets th{
    font-weight: normal;
}
.users-services td,
.users-tickets td{
    font-weight: bold;
}
.users-services td a.details-link,
.users-tickets td a.details-link{
    font-size: 2rem;
}
.users-services th,
.users-services td,
.users-tickets th,
.users-tickets td{
    border-top-width: 1px;
}
.users-services.parked-domains .fa-check {
    font-size: 1.25rem;
}
.users-tickets td.icon i {
    font-size: 1.5rem;
}
.users-tickets tr.text-muted td {
    color: #aaaaaa;
}
.users-tickets tr.text-muted td a:not(:hover) {
    color: #90D0E8;
}
.td-price .pf-link {
    margin-bottom: 0.5rem;
}
.td-price b {
    color: #000000;
}
.td-price small {
    font-size: 0.625rem;
}
.td-price .price-amount {
    line-height: normal;
}
.td-price .discount-stamp {
    border: 1px solid #6f6b66;
    border-radius: 10px;
    padding: 0.5rem 0.35rem;
    margin-left: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 1.25rem;
}
.users-services-list .td-price .discount-stamp {
    margin-top: 0.5rem;
}
.td-price .discount-stamp .discount-amount {
    line-height: 0.8;
}
.td-price .discount-stamp .discount-amount > div {
    color: #e32a39;
}
.td-price .discount-stamp .discount-amount small {
    font-size: 0.75rem;
    font-weight: 500;
    color: #55595c;
}
.td-price .discount-stamp .discount-text {
    font-size: 0.625rem;
    font-weight: 500;
    line-height: 1.4;
    width: 125px;
}
.td-price .discount-stamp .discount-bar {
    background-color: #dddcda;
    width: 3px;
    height: 28px;
    display: block;
    margin: 0 10px;
}

.users-services .hosting-with-addons td {
    border-top: 4px solid #b6c1cc;
}
.users-services .hosting-with-addons td:first-child,
.users-services .hostingaddons td:first-child{
    border-left: 5px solid #b6c1cc;
}
.users-services .hosting-with-addons td:last-child,
.users-services .hostingaddons td:nth-child(8) {
    border-right: 4px solid #b6c1cc;
}
.users-services .hostingaddons.last td,
.users-services .hosting-with-addons td[rowspan] {
    border-bottom: 4px solid #b6c1cc;
}
.users-services .hostingaddons {
    font-size: 0.8125rem;
}
.users-services .hosting-account-info,
.users-services-list .hosting-account-info {
    padding: 0.25rem 0;
    margin: 0.25rem 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    font-size: 0.8125rem;
    color: #999;
}
.users-services .hosting-account-info i,
.users-services-list .hosting-account-info i {
    text-wrap: nowrap;
}

#users-service .panel-link span{
    display: inline-block;
    vertical-align: middle;
}

#users-service.table.table-sm th,
#users-service.table.table-sm td{
    padding-left: 1rem;
    padding-right: 1rem;
}

.users-services-list {
    border: 1px solid #e3ebf3;
    border-right: 0 none;
}

.users-services-list .row {
    border-bottom: 2px solid #e3ebf3;
}
.users-services-list .row:first-child {
    border-top: 2px solid #e3ebf3;
}
.users-services-list .td{
    font-weight: bold;
    padding: .6rem 0;
    border-right: 1px solid #e3ebf3;
    border-top: 1px solid #e3ebf3;
}
.users-services-list .td i {
    margin-left: 5px;
}
.users-services-list .td a.details-link{
    font-size: 2rem;
}
.users-services-list .hosting-with-addons .td {
    border-top: 4px solid #b6c1cc;
}
.users-services-list .hosting-with-addons .td:first-child,
.users-services-list .hostingaddons .td:first-child{
    border-left: 5px solid #b6c1cc;
}
.users-services-list .hosting-with-addons .td:last-child,
.users-services-list .hostingaddons .td:nth-child(8) {
    border-right: 4px solid #b6c1cc;
}
.users-services-list .hostingaddons.last .td,
.users-services-list .hosting-with-addons .td[rowspan] {
    border-bottom: 4px solid #b6c1cc;
}
.users-services-list .hostingaddons {
    font-size: 0.8125rem;
}

#users-service-details {
    border-left: 1px solid #e3ebf3;
    border-bottom: 1px solid #e3ebf3;
}
#users-service-details .td{
    padding: .6rem 1rem;
    border-right: 1px solid #e3ebf3;
    border-top: 1px solid #e3ebf3;
}
#users-service-details .td span.header {
    font-weight: 700;
}

@keyframes shine {
    0% {
      left: -200%;
    }
    100% {
      left: 100%;
    }
}
  
.services-buttons .btn {
    margin-top: 0.25rem;
    position: relative;
    overflow: hidden;
}
.services-buttons .btn:hover img {
    filter: brightness(3);
}
.services-buttons .btn:hover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    width: 200%;
    height: calc(100% + 2px);
    background: linear-gradient(
      120deg,
      rgba(255, 255, 255, 0) 10%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 90%
    );
    transform: skewX(-20deg);
    animation: shine 3s ease-in-out infinite;
}

.text-deep-orange{
    color: #FF5722;
}

.bootstrap-select .dropdown-menu {
    z-index: 1100;
}
.bootstrap-select > .dropdown-toggle {
    padding: 0.65rem 0.875rem !important;
    background-color: #ffffff;
    border: 1px solid #dedede;
    border-radius: 12px;
    color: #2b2b2b;
    opacity: 1;
}
.bootstrap-select > .dropdown-toggle.disabled {
    background-color: #e9ecef;
}
.bootstrap-select.form-control-lg .dropdown-toggle,
.bootstrap-select.form-control-sm .dropdown-toggle {
    font-size: 1rem;
    color: #5a5a5a;
}

.loader {
    border: 8px solid #dddddd;
    border-top: 8px solid #293d73;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    display: block;
    box-shadow: 0 0 10px #e0e0e0;
    margin: 15px auto;
}
.loader-gif {
    width: 56px;
    height: auto;
    margin: 10px auto 0;
    display: block;
}

.payment-frame {
    border: 1px solid #dddddd;
    border-radius: 0;
    padding: 10px;
    cursor: pointer;
    background-color: #f9fafc;
}
.payment-frame.bluemedia-frame {
    /*border: 2px solid #0068b4;*/
}
.payment-frame #blik_code {
    font-family: Roboto-Medium, sans-serif;
    font-size: 1.5rem;
    background-color: transparent;
    border: 0 none;
    padding: 0;
    box-shadow: none;
    color: #000;
}
.payment-frame .info,
.payment-frame .fee {
    font-family: Roboto, sans-serif;
    font-size: 1.125rem;
    position: relative;
}
.payment-frame .info {
    color: #000 !important;
}
.payment-frame .fee {
    color: #6a6a6a !important;
}
.payment-frame .payment_methods:before {
    content: '';
    width: 1px;
    height: 50px;
    display: none;
    background-color: #ccc;
    margin-right: 1rem;
}
.payment-frame .btn-payment {
    min-width: 205px;
    position: relative;
}

.panel-info-frame {
    border: 2px solid #e52c39;
    padding: 1rem;
    border-radius: 0.25rem;
    background-color: #ffffff;
    margin-bottom: 1rem;
}

.panel-news-item {
    background-color: #ffffff;
    border-radius: 2rem;
    padding-left: 2rem;
    height: 100%;
    overflow: hidden;
}
.panel-news-item .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    color: #000000;
    padding-bottom: 0.5rem;
}
.panel-news-item .title::before {
    content: '';
    width: 2px;
    height: 30px;
    background-color: #da4453;
    display: inline-block;
    margin-right: 1rem;
}
.panel-news-item .date {
    font-size: 0.75rem;
    margin-left: calc(1rem + 2px);
    font-style: italic;
    color: #5d6164;
}
.panel-news-item .message {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 0.875rem;
    font-size: 0.8125rem;
    color: #000000;
    overflow: hidden;
    max-height: none;
    transition: all 0.5s ease;
}
.panel-news-item .photo {
    min-height: 200px;
    overflow: hidden;
    max-height: none;
    transition: all 0.5s ease;
}
.panel-news-item .photo img {
    border-radius: 0 2rem 2rem 0;
}
.collapsed .panel-news-item .message,
.collapsed .panel-news-item .photo {
    max-height: 0;
    min-height: 0;
    padding: 0;
}
.panel-news-toggle {
    cursor: pointer;
    display: inline-block;
}

#panel-login-left .errors-wrapper {
    max-width: 610px;
    margin: 0 auto;
}
#panel-login-left .card {
    max-width: 610px;
    width: 100%;
    border-radius: 1rem;
}
#panel-login-left .card-body {
    max-width: 410px;
    width: 100%;
}
#panel-login-left b {
    color: #000;
}
#panel-login-left input,
#panel-login-left .buttons-wrapper .btn {
    border-radius: 1rem;
    font-size: 0.8125rem;
    padding: 0.80rem 1rem;
    line-height: normal;
}
#panel-login-left input {
    color: #7e7e7e;
}
#panel-login-left .buttons-wrapper a {
    font-size: 0.8125rem;
    color: #7e7e7e;
}
#panel-login-right {
    background: url('../images/panel_login_bg.png') no-repeat center/cover;
}
#panel-login-right .news-item {
    max-width: 610px;
    width: 100%;
    margin: 1.5rem auto;
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 1.25rem 4rem 2rem;
}
#panel-login-right .news-item h3,
#panel-login-right .news-item h3 a {
    font-size: 1.1875rem;
    color: #000000;
    font-weight: bold;
}
#panel-login-right .news-item p,
#panel-login-right .news-item a {
    font-size: 0.8125rem;
}

#P24FormContainer {
    margin: auto;
}
#P24FormContainer #przelewy24RPCCardForm {
    display: flex;
    flex-direction: column;
    width: 470px;
    text-align: right;
}
#P24FormContainer #przelewy24RPCCardForm p {
    display: flex;
    align-items: center;
}
#P24FormContainer #przelewy24RPCCardForm p:nth-child(1) {
    order: 1;
}
#P24FormContainer #przelewy24RPCCardForm p:nth-child(2) {
    order: 2;
}
#P24FormContainer #przelewy24RPCCardForm p:nth-child(3) {
    order: 3;
}
#P24FormContainer #przelewy24RPCCardForm p:nth-child(4) {
    order: 5;
    margin-left: auto;
    margin-right: 5px;
}
#P24FormContainer #przelewy24RPCCardForm p:nth-child(5) {
    order: 4;
}
#P24FormContainer #przelewy24RPCCardForm button:nth-child(6) {
    order: 6;
    margin-right: 5px;
}
#P24FormContainer #przelewy24RPCCardForm label {
    text-align: right;
    font-weight: 700 !important;
    color: #414141;
    width: 150px;
    margin-right: 15px;
    margin-bottom: 0;
    padding: 0;
}
#P24FormContainer #przelewy24RPCCardForm input {
    border: 1px solid #d4d4d4;
    color: #5a5a5a;
    padding: 0.65rem 0.875rem;
    height: auto;
    width: 300px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
    text-align: left;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#P24FormContainer #przelewy24RPCCardForm input#P24_cardCVV {
    text-align: center;
    width: 142px;
}
#P24FormContainer #przelewy24RPCCardForm input#P24_expMonth,
#P24FormContainer #przelewy24RPCCardForm input#P24_expYear {
    width: 142px;
    text-align: center;
}
#P24FormContainer #przelewy24RPCCardForm input#P24_expMonth {
    margin-right: 5px;
}
#P24FormContainer #przelewy24RPCCardForm input#P24_expYear {
    margin-left: 5px;
}
#P24FormContainer > a,
#P24FormContainer #przelewy24RPCCardForm button {
    padding: 0.65rem 0.875rem;
    line-height: 1.25;
    font-size: 0.875rem;
    background-color: #967ADC;
    color: #FFFFFF;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #967ADC;
    border-radius: 0.25rem;
    width: auto;
    margin-left: auto;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#P24FormContainer > a:hover,
#P24FormContainer #przelewy24RPCCardForm button:hover {
    border-color: #704ACF;
    background-color: #8362D6;
    color: #FFF;
}

#blik_form {
    max-width: 380px;
}
#blik_form p {
    margin-bottom: 0.5rem;
}
#blik_form label:first-of-type {
    font-size: 1.25rem;
}

#ticket-header {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
#ticket-header .title {
    font-size: 1.5rem;
}
.comment {
    margin: 1rem 0;
    border-radius: 0.5rem;
    width: 75%;
}
.comment .comment-logo {
    padding: 10px 15px 10px 10px;
}
.comment .comment-content {
    position: relative;
    padding: 1rem;
    border-radius: 0.35rem;
    color: #222222;
}
.comment .comment-content .comment-header {
    font-size: 0.875rem;
    margin-bottom: 15px;
}
.admin-comment {
    background-color: #e52c39;
    margin-right: auto;
}
.admin-comment .comment-content {
    background-color: #eeeeee;
    width: calc(100% - 55px);
}
.admin-comment .comment-content:before {
    content: '';
    border: 8px solid transparent;
    border-right-color: #eeeeee;
    position: absolute;
    top: 17px;
    right: 100%;
}
.user-comment {
    margin-left: auto;
}
.user-comment .comment-content {
    border: 1px solid #edfbff;
    background-color: #edfbff;
    width: 100%;
}
.user-comment .comment-content:before {
    /*content: '';
    border: solid #dddddd;
    border-width: 1px 0 0 1px;
    padding: 4px;
    position: absolute;
    right: -5px;
    top: 17px;
    transform: rotate(135deg);
    background-color: #ffffff;*/
    content: '';
    border: 8px solid transparent;
    border-left-color: #edfbff;
    position: absolute;
    top: 17px;
    left: 100%;
}

.ticket .note-editor.note-frame {
    border-color: #dddddd;
}
#new-comment-form {
    border-top: 1px solid #dddddd;
    padding-top: 20px;
    margin-top: 20px;
}

#promotionsBannersWrapper {
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: calc(100% - 290px);
    margin-left: 290px;
}
body.vertical-layout.vertical-menu.menu-collapsed #promotionsBannersWrapper {
    width: calc(100% - 60px);
    margin-left: 60px;
}
.vertical-overlay-menu #promotionsBannersWrapper {
    margin-left: 0;
    width: 100%;
}

.promotionBanner {
    background: linear-gradient(to right, #fdf7f8, #3cb0db);
    color: #000000;
    padding: 0.75rem 0 0.5rem;
}
.promotionBanner:hover {
    text-decoration: none;
    color: #000000;
}
#euDomainPromotionBanner {
    background: url('../images/promotions/eu_domain/eu_promotion_left.png') left -77px center no-repeat,
    url('../images/promotions/eu_domain/eu_promotion_right.png') right top -51px no-repeat,
    linear-gradient(to right, #fdf7f8, #3cb0db);
}
#plDomainPromotionBanner {
    background: url('../images/promotions/pl_domain/pl_promotion_left.png') left bottom no-repeat,
    url('../images/promotions/pl_domain/pl_promotion_right.png') right 15px bottom 4px no-repeat,
    linear-gradient(to right, #fdf7f8, #3cb0db);
}
.promotionBanner .promotionText {
    margin-left: 200px;
}
.promotionBanner p {
    margin-bottom: 0.5rem;
}
.promotionBanner p.top {
    font-size: 0.9375rem;
}
#plDomainPromotionBanner p.top {
    font-size: 1.25rem;
    color: #1b75bb;
}
.promotionBanner p.bottom {
    font-size: 0.8125rem;
    max-width: 585px;
    margin-left: auto;
    margin-right: auto;
}
#plDomainPromotionBanner p.bottom {
    font-weight: bold;
    color: #222291;
}
.promotionBanner .promotionButton {
    background: url('../images/promotions/eu_domain/button_arrow.png') right 4px center no-repeat #ffffff;
    border: 2px solid #0ac0fc;
    border-radius: 20px;
    padding: 0.10rem 2.8rem;
    margin-left: 50px;
}
#plDomainPromotionBanner .promotionButton {
    background: url('../images/promotions/pl_domain/button_arrow.png') right 4px center no-repeat #ffffff;
    border: 3px solid #0ac0fc;
    font-size: 1.25rem;
    font-weight: bold;
    color: #1672ba;
    margin-left: 25px;
}

.faq-title {
    font-size: 1.5625rem;
    font-weight: bold;
    color: #000000;
    padding-left: 3rem;
    margin-bottom: 1rem;
}
.faq-title.domain-registrar {
    background: url('../images/domain_transfer_faq/domain_globe.png') no-repeat left center;
}
.faq-title.shield {
    background: url('../images/domain_transfer_faq/shield.png') no-repeat left center;
}
.faq-title.transfer {
    background: url('../images/domain_transfer_faq/arrows_globe.png') no-repeat left center;
}
.faq-title.auth-info {
    background: url('../images/domain_transfer_faq/auth-info.png') no-repeat left center;
}
.faq-title.domain-registrar span:first-child {
    display: inline-flex;
    align-items: center;
}
.faq-title.domain-registrar span:first-child:after {
    content: '';
    width: 21px;
    height: 3px;
    display: inline-block;
    background-color: #e52d39;
    margin: 0 28px;
}
.faq-content {
    font-size: 0.9375rem;
    font-weight: normal;
    color: #000000;
    padding-left: 3rem;
}

.faq-content .authinfo-get-metod {
    max-width: 225px;
    margin: 1.5rem auto 0;
}
.faq-content .authinfo-get-metod:first-child {
    margin-top: 0;
}

#panel-products .product {
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}
#panel-products .product:hover {
    border-color: #e52c39;
}
#panel-products .product .name {
    font-weight: 500;
    font-size: 1.1875rem;
    margin-top: 1rem;
    line-height: normal;
}
#panel-products .product .price {
    line-height: 1;
    margin: 0.5rem 0 0.75rem;
}
#panel-products .product .price .current {
    font-size: 2rem;
}
#panel-products .product .price .current .sup {
    font-size: 1.125rem;
    vertical-align: super;
}
#panel-products .product .price .current .gross-text {
    font-size: 0.8rem;
}
#panel-products .product .old-price-info {
    margin: 0.25rem 0;
}
#panel-products .product a.details {
    position: absolute;
    top: 0;
    left: 1rem;
    width: calc(100% - 2rem);
    height: 100%;
    z-index: 1;
}
#panel-products .product .margin-bottom {
    margin-bottom: 1.375rem;
}
#panel-products .product button {
    /*position: relative;
    z-index: 2;*/
}
#panel-products .badge {
    background: url('../images/gear_small.png') no-repeat center;
    height: 80px;
    position: absolute;
    top: 2px;
    right: -12px;
}
#panel-products .badge-text {
    background-color: #e52c39;
    color: #ffffff;
    padding: 0.125rem 0.125rem;
    border-radius: 5px;
    transform: rotate(12deg);
    margin-top: 22px;
    margin-left: -10px;
    font-weight: bold;
}
#panel-products .badge-text span {
    font-size: 0.625rem;
}
#panel-products .badge-text span:last-child {
    font-size: 1.125rem;
}

#panel-product {
    color: #000000;
}
#panel-product .gallery {
    margin-top: 5rem;
}
#panel-product #main-image a {
    display: none;
}
#panel-product #main-image a.active {
    display: block;
}
#panel-product #main-image a .image-border,
#panel-products .photo .image-border,
#product-order .photo.image-border {
    display: inline-block;
    padding: 0.5rem;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
#panel-product .miniature {
    border: 1px solid #cccccc;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    padding: 0.5rem;
    transition: border-color 0.25s ease;
}
#panel-product .miniature-wrapper:hover .miniature,
#panel-product .miniature-wrapper.active .miniature {
    border-color: #333333;
}
#panel-product small {
    font-size: 1rem;
}
#panel-product .name {
    font-weight: 500;
    font-size: 2.6875rem;
    line-height: 1.2;
}
#panel-product .price {
    line-height: 1;
    margin: 1.5rem 0 0;
}
#panel-product .price .old-price {
    font-size: 1.6875rem;
}
#panel-product .price .current {
    font-size: 3.625rem;
}
#panel-product .price .current .sup {
    font-size: 2rem;
    vertical-align: super;
}
#panel-product .price .current small {
    font-size: 2rem;
}
#panel-product .price .current .gross-text {
    font-size: 1rem;
}
#panel-product .price .current .price-text {
    font-size: 1rem;
    display: inline-block;
    line-height: 1;
    text-align: right;
}
#panel-product .old-price-info {
    margin: 0 0 0.25rem 0;
}
#panel-product .description {
    font-size: 1.5625rem;
    color: #78797a;
    line-height: normal;
}
#panel-product .description .header {
    color: #a7a8aa;
    text-transform: uppercase;
    margin-top: 5rem;
    margin-bottom: 2.5rem;
    font-size: 0.875rem;
}
#panel-product .description .header::after {
    content: '';
    max-width: 100%;
    width: 417px;
    height: 1px;
    display: block;
    background-color: #aeafb0;
    margin: 0.375rem 0 1.5rem;
}
#panel-product .description h2 {
    font-size: 2.25rem;
    margin-bottom: 1rem;
}
#panel-product .white-area {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 1.5rem 2.5rem;
}
#panel-product .white-area.no-variants {
    margin-top: 5rem;
}
#panel-product .variants-area .header {
    margin: 1rem 0 0.25rem;
    display: block;
    font-size: 1rem;
    color: #737373;
}
#panel-product .variants .variant {
    display: inline-block;
    margin-right: 0.65rem;
    margin-bottom: 1rem;
}
#panel-product .variants .variant input {
    visibility: hidden;
    position: absolute;
    opacity: 0;
}
#panel-product .variants .variant label {
    padding: 1rem 1.4rem;
    border: 1px solid #cccccc;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.125rem;
    transition: border-color 0.25s ease;
}
#panel-product .variants .variant input:checked ~ label {
    border-color: #333333;
}
#panel-product .variants .variant input:disabled ~ label {
    border-color: #f3f3f3;
    background-color: #f3f3f3;
    cursor: default;
}
#panel-product .button-wrapper button {
    padding: 1.125rem 1rem 1.125rem 2rem;
    font-size: 1.375rem;
}
#panel-product .additional-info {
    font-size: 1.375rem;
    margin-top: 1.25rem;
}
#panel-product .additional-info .additional-info-icon {
    width: 55px;
    text-align: right;
}
#panel-product .badge {
    background: url('../images/gear.png') no-repeat center;
    height: 119px;
    position: absolute;
    top: 0;
    right: 0;
}
#panel-product .badge-text {
    background-color: #e52c39;
    color: #ffffff;
    padding: 0.125rem 2.5rem;
    border-radius: 5px;
    transform: rotate(12deg);
    margin-top: 35px;
    margin-left: -10px;
}
#panel-product .badge-text span {
    font-size: 1rem;
}
#panel-product .badge-text span:last-child {
    font-size: 1.75rem;
}
#panel-product .movies {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
#panel-product .movies video {
    width: 500px;
}
#product-order #ordered-product {
    font-size: 1.125rem;
}
#product-order #ordered-product #table,
#product-order #ordered-product #list {
    background-color: #fff;
    border: 1px solid #e3ebf3;
}
#product-order #ordered-product #list {
    padding: 2rem;
    border-radius: 5px;
}
#product-order #ordered-product #list .price {
    line-height: 1;
}
#product-order #ordered-product .row > div {
    padding: 0.5rem 1rem;
    border: 1px solid #e3ebf3;
}
#product-order #ordered-product .price .current {
    font-size: 1.25rem;
}
#product-order #additional-info a {
    margin-top: 5px;
    white-space: nowrap;
}

.animated-img-wrapper {
    width: 18px;
    height: 18px;
    margin-left: 3px;
}
.animated-img-wrapper img {
    position: absolute;
}

.user-data .form-control {
    height: calc(1.9em + .75rem + 2px) !important;
    font-family: Roboto, sans-serif;
    font-size: 1.375rem;
    padding-left: 1.5rem;
}
.form-sh .user-data .form-control {
    border-radius: .25rem;
}
.form-sh.form-sh-shadow .user-data .form-control {
    box-shadow: none;
    border-color: #b2b2b2;
}
.user-data .bootstrap-select {
    padding-left: 0;
}
.user-data .bootstrap-select > .dropdown-toggle {
    background-color: #e2e2e2;
    padding-top: .65rem !important;
    padding-bottom: .65rem !important;
    border-color: #b2b2b2;
    border-right: 0;
    border-radius: .25rem 0 0 .25rem;
    font-size: inherit;
}
.form-sh .user-data input[name=phone] {
    border-left: 0;
    border-radius: 0 .25rem .25rem 0;
}
.form-sh .user-data .form-text{
    font-size: 1rem;
    color: #848484;
}
.form-sh .user-data label.custom-control-label {
    font-size: 1rem;
}
.form-sh .user-data .tab-change label.custom-control-label {
    font-size: 1.375rem;
}
.user-data .custom-control {
    padding-left: 2.25rem;
}
.user-data .custom-control-label::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 0.4rem;
    left: -2.25rem;
}
.user-data .custom-control-label::after {
    top: 0.125rem;
    left: -2.5rem;
    width: 2rem;
    height: 2rem;
}
.user-data .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #e52c39;
}
.form-sh .user-data .custom-radio .custom-control-input:checked ~ .custom-control-label::before, .form-sh .user-data .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e52c39;
}
.user-data .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: none;
}
.user-data #manual {
    display: inline-block;
}
.user-data #password-strength-wrapper {

}
.user-data #password-strength-bar {
    width: calc(100% - 150px);
    max-width: 290px;
    height: 3px;
    background-color: #cccccc;
}
.user-data #password-strength-bar-content {
    min-width: 5px;
    width: 5px;
    height: 100%;
}
.user-data .rule .password-rule-bar-wrapper,
.user-data .rule .password-rule-text {
    text-align: center;
}
.user-data .rule .password-rule-text {
    font-family: Roboto, sans-serif;
    font-size: 0.9375rem;
    line-height: normal;
}
.user-data .rule .password-rule-bar {
    display: inline-block;
    width: 80px;
    height: 3px;
    background-color: #cccccc;
}
.user-data #area-code-wrapper label {
    display: inline-block !important;
}

#counting-banner {
    width: 100%;
    max-width: 900px;
    position: relative;
    text-align: left;
    margin: 30px auto;
    border: 1px solid #E0E0E0;
    overflow: hidden;
}
#counting-banner .banner-text-wrapper {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 0 50px;
}
#counting-banner .banner-text-wrapper .banner-text {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 1.25rem;
    text-shadow: -1px -1px #ffffff, -1px 1px #ffffff, 1px 1px #ffffff, 1px -1px #ffffff;
}
#counting-banner .banner-text-wrapper .banner-text .text-danger {
    font-family: Roboto-Bold, sans-serif;
    font-size: 2rem;
}

.table thead th a {
    color: #495057;
    text-decoration: none;
}
.table thead th .sort-wrapper {
    display: flex;
    flex-direction: column;
}
.table thead th .sort-wrapper i {
    color: #bbbbbb;
    height: 4px;
}
.table thead th .sort-wrapper i::before {
}
.table thead th .sort-wrapper i.active {
    color: #222222;
}

#password-strength-wrapper {

}
#password-strength-bar {
    width: calc(100% - 150px);
    max-width: 290px;
    height: 3px;
    background-color: #cccccc;
}
#password-strength-bar-content {
    min-width: 5px;
    width: 5px;
    height: 100%;
}
.rule .password-rule-bar-wrapper,
.rule .password-rule-text {
    text-align: center;
}
.rule .password-rule-text {
    font-family: DefaultFont, sans-serif;
    font-size: 0.9375rem;
    line-height: normal;
}
.rule .password-rule-bar {
    display: inline-block;
    width: 80px;
    height: 3px;
    background-color: #cccccc;
}

@keyframes size-animation {
    0% { width: 18px; height: auto; margin: 0 }
    50% { width: 20px; height: auto; margin: -1px -1px;}
    100% { width: 18px; height: auto; margin: 0; }
}
.size-animation {
    animation: size-animation 1s infinite;
}

@keyframes pulse-animation{
    0% { padding: 0.65rem 0.875rem; margin: 0; }
    40% { padding: 0.65rem 0.875rem; margin: 0; }
    50% { padding: 0.75rem 0.975rem; margin: -0.1rem 0 -0.1rem; }
    60% { padding: 0.65rem 0.875rem; margin: 0; }
    100% { padding: 0.65rem 0.875rem; margin: 0; }
}
.pulse-animation {
    animation: pulse-animation 3s infinite;
}

@keyframes pulse-animation-2{
    0% { padding: 0.4375rem 0.66rem; margin: 0 0.875rem; }
    40% { padding: 0.4375rem 0.66rem; margin: 0 0.875rem; }
    50% { padding: 0.5375rem 0.76rem; margin: -0.1rem 0.775rem; }
    60% { padding: 0.4375rem 0.66rem; margin: 0 0.875rem; }
    100% { padding: 0.4375rem 0.66rem; margin: 0 0.875rem; }
}
.pulse-animation-2 {
    animation: pulse-animation-2 3s infinite;
}

.loader-wrapper{
    display: none;
}
.loader-bg{
    height: 1000vh;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1200;
    display: block;
    position: absolute;
    top: 0;
}
.loader-dialog{
    position: fixed;
    left: calc(50% - 120px);
    top: calc(50% - 75px);
    background-color: #ffffff;
    border: 1px solid #dddddd;
    width: 240px;
    height: 170px;
    padding: 20px;
    text-align: center;
    border-radius: 9px;
    z-index: 1300;
}

#copyText strong {
    font-size: 50px;
}

#rebrandingPopup .modal-dialog {
    width: calc(100% - 20px);
    max-width: 1140px;
}
#rebrandingPopup .modal-content {
    border-radius: 13px;
}
#rebrandingPopup .modal-body {
    background: url('../images/rebranding/people_bg.png') no-repeat top left #0b176c;
    border-radius: 11px;
}
#rebrandingPopup .modal-body .left {
    width: 347px;
    border-radius: 11px 0 0 11px;
    font-family: DefaultFont, sans-serif;
    font-size: 1.625rem;
    line-height: normal;
}
#rebrandingPopup .modal-body .left > div:first-child {
    margin-top: 82px;
}
#rebrandingPopup .modal-body .left > div:nth-child(2) {
    margin: 73px 0;
}
#rebrandingPopup .modal-body .left > div:last-child {
    margin-bottom: 84px;
}
#rebrandingPopup .modal-body .right {
    background-color: #ffffff;
    width: calc(100% - 347px);
    border-radius: 0 11px 11px 11px;
    padding: 34px 55px 34px 48px;
    font-family: DefaultFont, sans-serif;
}
#rebrandingPopup .modal-body .right b {
    font-family: DefaultFont-Bold, sans-serif;
    font-weight: normal;
}
#rebrandingPopup .modal-body .title {
    font-size: 1.9375rem;
    margin: 5px 0 20px;
}
#rebrandingPopup .modal-body .title b {
    font-size: 2.6875rem;
}
#rebrandingPopup .modal-body .title b:first-of-type {
    color: #e52c39;
}
#rebrandingPopup .modal-body .title b:last-of-type {
    color: #000f75;
}
#rebrandingPopup .modal-body .text {
    font-size: 1.6875rem;
}
#rebrandingPopup .modal-body .text p {
    line-height: normal;
}
#rebrandingPopup .modal-body .text ul {
    padding-left: 1.5rem;
    margin: 25px 0;
    line-height: 1.7;
}
#rebrandingPopup .modal-body .right a.btn {
    background-color: #000f75;
    color: #ffffff;
    padding-left: 5.5rem;
    padding-right: 5.5rem;
    font-family: DefaultFont-Bold, sans-serif;
    font-size: 1.3125rem;
    margin-top: 36px;
}

@media (max-width: 767px) {
    #copyText strong {
        font-size: 30px;
    }
}

@media (min-width: 1540px) {
    .d-xxl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .col-xxl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .pl-xxl-5, .px-xxl-5 {
        padding-left: 3rem !important;
    }
    .pr-xxl-5, .px-xxl-5 {
        padding-right: 3rem !important;
    }
    .pl-xxl-4, .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .pr-xxl-4, .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pl-xxl-0 {
        padding-left: 0 !important;
    }
    .pr-xxl-2 {
        padding-right: .5rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: .5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .offset-xxl-4 {
        margin-left: 33.333333%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-2 {
        margin-left: 16.666667%;
    }
    .offset-xxl-1 {
        margin-left: 8.333333%;
    }
    .text-xxl-center {
        text-align: center !important;
    }
    .w-xxl-75 {
        width: 75% !important;
    }
    .w-xxl-50 {
        width: 50% !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    #panel-product .white-area {
        min-height: 100%;
    }
    #panel-product .white-area.no-variants {
        min-height: calc(100% - 5rem);
    }
    #panel-product .miniatures.slickslider {
        /*opacity: 0;
        position: absolute;
        left: -100%;
        top: -100%;*/
    }
    #plDomainPromotionBanner p.top {
        font-size: 1.6875rem;
    }
}

@media (min-width: 1760px) {
    .col-xxxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxxl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xxxl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .offset-xxxl-1 {
        margin-left: 8.333333%;
    }
    .d-xxxl-block {
        display: block !important;
    }
    .d-xxxl-none {
        display: none !important;
    }
}

@media (min-width: 1920px) {
    .d-xxxl-flex
    {
        display: flex !important;
    }
    .d-xxxl-inline-flex
    {
        display: inline-flex !important;
    }
    .offset-xxxl-3 {
        margin-left: 25%;
    }
    .col-xxxl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 2100px) {
    .col-xxxxl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xxxxl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xxxxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .offset-xxxxl-2 {
        margin-left: 16.666667%;
    }
    .offset-xxxxl-1 {
        margin-left: 8.333333%;
    }
}

@media (min-width: 1491px) and (max-width: 1919px) {
    #area-code-wrapper {
        float: right;
        width: 67%;
    }
}

@media (min-width: 1490px) {
    .d-xxl-flex
    {
        display: flex !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .ml-xxl-0, .mx-xxl-0 {
        margin-left: 0 !important;
    }
    .mr-xxl-0, .mx-xxl-0 {
        margin-right: 0 !important;
    }
    .text-xxl-left {
        text-align: left !important;
    }
    .payment-frame .payment_methods:before {
        display: block;
    }
}

@media (min-width: 1200px) and (max-width: 1490px) {
    .panel-login-buttons{
        display: flex;
        flex-direction: column;
    }
    .panel-login-buttons a,
    .panel-login-buttons button {
        float: none !important;
        margin-bottom: 10px;
    }
    .panel-login-buttons a {
        order: 1;
    }
    .panel-login-buttons button {
        order: 0;
        margin-bottom: 25px;
    }
}

@media (min-width: 768px) {
    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }
}

@media (min-width: 576px) {
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
}

@media (max-width: 991px) {
    #panel-product .description {
        font-size: 1rem;
    }
    #panel-product .description h2 {
        font-size: 1.75rem;
    }
    #panel-product .product-id {
        display: none;
    }
    #plDomainPromotionBanner p.top {
        font-size: 0.9375rem;
        margin-bottom: 0.125rem;
    }
    .promotionBanner p.bottom {
        font-size: 0.75rem;
    }
    #rebrandingPopup .modal-body .left {
        display: none;
    }
    #rebrandingPopup .modal-body .right {
        width: 100%;
        border-radius: 11px;
    }
    #rebrandingPopup .modal-body .title {
        font-size: 1.5rem;
        line-height: normal;
    }
    #rebrandingPopup .modal-body .text {
        font-size: 1.25rem;
    }
}

@media (max-width: 850px) {
    .promotionBanner .promotionText {
        margin-left: 0;
    }
    .promotionBanner .promotionButton {
        margin-left: 20px;
    }
}

/** Smartphone landscape mode / Mini Tablet **/
@media (max-width: 767px) {
    .main-menu.menu-fixed {
        height: auto;
    }
    body.panel-login .header-navbar .navbar-header .navbar-brand {
        top: unset;
    }

    #P24FormContainer #przelewy24RPCCardForm {
        text-align: left;
        width: 100%;
    }
    #P24FormContainer #przelewy24RPCCardForm p {
        display: block;
    }
    #P24FormContainer #przelewy24RPCCardForm p:nth-child(4) {
        margin-left: 0;
        margin-right: 0;
    }
    #P24FormContainer #przelewy24RPCCardForm button:nth-child(6) {
        margin-right: 0;
    }
    #P24FormContainer #przelewy24RPCCardForm label,
    #P24FormContainer #przelewy24RPCCardForm input {
        width: 100%;
    }
    #P24FormContainer #przelewy24RPCCardForm label {
        text-align: left;
        margin-bottom: 0.5rem;
    }
    #P24FormContainer #przelewy24RPCCardForm input#P24_expMonth,
    #P24FormContainer #przelewy24RPCCardForm input#P24_expYear {
        width: calc(50% - 8px);
    }
    #P24FormContainer #przelewy24RPCCardForm button {
        margin-left: auto;
    }
    .comment {
        width: calc(100% - 55px);
    }
    .admin-comment {
        margin-right: 55px;
    }
    .user-comment {
        margin-left: 55px;
    }
    #new-comment-form .note-editor.note-frame {
        width: calc(100% - 55px);
        margin-left: 55px;
    }
    .promotionBanner .promotionButton {
        margin-left: 0;
    }
    #panel-product .name {
        font-size: 2rem;
    }
    #panel-product .price .current {
        font-size: 2.5rem;
    }
    #panel-product .price .current .sup {
        font-size: 1.5rem;
    }
    #panel-product .gallery {
        margin-top: 0;
    }
    #counting-banner .banner-text-wrapper {
        padding: 0 20px;
        width: 100%;
    }
    #counting-banner .banner-text-wrapper .banner-text {
        width: 100%;
    }
}

@media (max-width: 580px) {
    #panel-product .additional-info {
        font-size: 1rem;
    }
    #panel-product .name {
        font-size: 1.5rem;
    }
    #panel-product .price .current {
        font-size: 2rem;
    }
    #panel-product .price .current .sup {
        font-size: 1rem;
    }
    #panel-product .button-wrapper button {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
    #panel-product .description h2 {
        font-size: 1.5rem;
    }
    #counting-banner .banner-text-wrapper .banner-text {
        font-size: 1.0625rem;
    }
    #counting-banner .banner-text-wrapper .banner-text .text-danger {
        font-size: 1.7rem;
    }
}
