/* Generated by less 2.5.2 */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;700&display=swap');

:root {
    --main-text-color: #123D5A;
    --accent-color: #8FB201;
    --gray-color: #D9E4E8;
    --font-family: "Manrope", sans-serif;
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: var(--main-text-color) !important;
    font-family: var(--font-family) !important;
    position: relative;
    overflow-x: hidden;
}

:root {
    --main-text-color: #123D5A;
    --accent-color: #8FB201;
    --gray-color: #D9E4E8;
    --font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif;
}

a:hover {
    text-decoration: none;
}

@media all and (min-width: 1350px) {
    .container {
        width: 1320px;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
}


.shadow {
    -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.3);
}

.header-wrap {
    height: 120px;
    background-color: #ffffff;
    position: relative;
    z-index: 20;
    border-bottom: 0px solid var(--gray-color);
    margin-bottom: 20px;
}

.header-wrap .header {
    width: 1180px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    background: #fff;
    border: 0px solid #fff;
}

.header-wrap .header tr td {
    background: #fff !important;
    border: 0px solid #fff !important;
}

.header-wrap .logged-wrap {
    display: flex;
    align-items: center;
}

.header-wrap .logged-wrap span {
    display: inline-block;
    font-size: 13px;
}

.header-wrap .logged-wrap a {
    margin-left: 5px;
}

.header-wrap .logged-wrap a i {
    position: relative;
}

.header-wrap .logged-wrap a i:first-child {
    color: #8FB201;
    transition: all 0.3s ease-in-out;
}

.header-wrap .logged-wrap a i:first-child:hover {
    color: #333;
}

.top-menu {
    padding-top: 17px;
}

.top-menu ul {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    width: 74%;
    text-align: center;
    float: left;
}

.top-menu .menu-item {
    text-transform: uppercase;
    margin-left: 40px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    /*position: relative;*/
    margin-top: -5px;
}

.top-menu .menu-item a {
    color: #000;
    text-decoration: none;
    padding: 30px 0px;
    font-size: 16px;
    font-family: "Open Sans", Rubik, Arial, Helvetica, sans-serif;
    letter-spacing: 1.1px;
    text-transform: capitalize;
    font-weight: 600;
}

.top-menu .menu-item a:hover {
    color: #8FB201;
}

.top-menu .menu-item i {
    position: relative;
    top: 6px;
}

.top-menu .menu-item i:first-child {
    color: #8FB201;
    padding: 8px;
    border: 1px solid #8FB201;
    border-radius: 200px;
    margin-right: 10px;
}

.top-menu .menu-item:hover {
    color: #8FB201;
}

.top-menu .menu-item:hover>.submenu {
    display: inline-flex;
    flex-direction: column;
}

.top-menu .submenu {
    display: none;
    padding: 30px 25px 20px 25px;
    position: absolute;
    top: 34px;
    left: 50px;
    z-index: 100;
    width: 1210px;
    font-size: 15px;
    /*
  -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.4);
  */
}

.top-menu {
    background: transparent;
}

.top-menu .submenu:before {
    background: white;
    position: absolute;
    left: -2000px;
    top: 2px;
    width: 6000px;
    height: 333px;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.4);
}

.top-menu .submenu .sub-item {
    padding: 13px 0px;
    width: 200px;
    text-align: left;
    position: static;
    z-index: 5;
}

.top-menu .submenu .sub-item:hover>a {
    color: #8FB201;
}

.top-menu .submenu .sub-item a {
    padding: 0px;
    transition: all 0.3s ease-in-out;
}

.top-menu .submenu .sub-item-panel {
    position: absolute;
    top: 30px;
    left: 200px;
    z-index: 100;
    opacity: 0;
    height: 285px;
    background-color: rgba(255, 255, 255, .9);
    width: 100%;
}

.top-menu .submenu .sub-item:nth-child(1) .sub-item-panel {
    opacity: 1;
    z-index: 99;
}

.top-menu .submenu .sub-item:hover .sub-item-panel {
    opacity: 1;
}

.top-menu .submenu .sub-item-panel .sub-item-icon {
    height: 100%;
    display: inline-block;
}

.top-menu .submenu .sub-item-panel .sub-item-info {
    position: absolute;
    top: 0;
    left: 350px;
    color: #444;
    text-transform: none;
    text-align: left;
    font-size: 17px;
    line-height: 155%;
}

.top-menu .submenu .sub-item-panel .sub-item-info h2 {
    margin-top: 0px;
    color: #8FB201;
}

.top-menu .submenu .sub-item-panel .sub-item-info strong {
    margin-bottom: 10px;
    display: inline-block;
}

.top-menu .submenu .sub-item-panel .sub-item-info ul {
    text-align: left;
    padding-left: 30px;
    margin-top: 10px;
    line-height: 155%;
}

.top-menu .submenu .sub-item-panel .sub-item-info ul li {
    position: relative;
}

.top-menu .submenu .sub-item-panel .sub-item-info ul li:after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    left: -20px;
    top: 11px;
    background: #8FB201;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.top-menu .submenu .sub-item-panel a.sub-item-button {
    padding: 10px 30px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    border: none;
    background: #8FB201;
    transition: all 0.5s ease-in-out;
    background-size: 200%;
    display: inline-block;
    margin-top: 15px;
}

.top-menu .submenu .sub-item-panel a.sub-item-button:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f054';
    font-size: 13px;
    padding-left: 5px;
}

.top-menu .submenu .sub-item-panel .sub-item-button {
    position: absolute;
    bottom: 0;
    left: 350px;
}

.top-menu .submenu .sub-item:nth-child(1):before {
    content: '';
    height: 293px;
    width: 930px;
    background: url(../images/mnu1.jpg) left top no-repeat;
    position: absolute;
    left: 230px;
    top: 25px;
}


/*
.top-menu .submenu .sub-item:nth-child(2):before{
  content: '';
  height: 293px;
  width: 930px;
  background: url(../images/mnu2.jpg) left top no-repeat;
  position: absolute;
  left: 230px;
  top: 25px;
  opacity: 0;
}
.top-menu .submenu .sub-item:nth-child(2):hover:before{
  opacity: 1;
  z-index: 5;
}


.top-menu .submenu .sub-item:nth-child(3):before{
  content: '';
  height: 293px;
  width: 930px;
  background: url(../images/mnu3.jpg) left top no-repeat;
  position: absolute;
  left: 230px;
  top: 25px;
  opacity: 0;
}
.top-menu .submenu .sub-item:nth-child(3):hover:before{
  opacity: 1;
  z-index: 5;
}


.top-menu .submenu .sub-item:nth-child(4):before{
  content: '';
  height: 293px;
  width: 930px;
  background: url(../images/mnu4.jpg) left top no-repeat;
  position: absolute;
  left: 230px;
  top: 25px;
  opacity: 0;
}
.top-menu .submenu .sub-item:nth-child(4):hover:before{
  opacity: 1;
  z-index: 5;
}


.top-menu .submenu .sub-item:nth-child(5):before{
  content: '';
  height: 293px;
  width: 930px;
  background: url(../images/mnu5.jpg) left top no-repeat;
  position: absolute;
  left: 230px;
  top: 25px;
  opacity: 0;
}
.top-menu .submenu .sub-item:nth-child(5):hover:before{
  opacity: 1;
  z-index: 5;
}


.top-menu .submenu .sub-item:nth-child(6):before{
  content: '';
  height: 293px;
  width: 930px;
  background: url(../images/mnu6.jpg) right top no-repeat;
  position: absolute;
  left: 230px;
  top: 25px;
  opacity: 0;
}
.top-menu .submenu .sub-item:nth-child(6):hover:before{
  opacity: 1;
  z-index: 5;
}
*/

.menu-wrap {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 1;
}

.menu-wrap .main-menu {
    width: 1160px;
    margin: 0 auto;
    height: 50px;
    background-color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0px 0px 45px 45px;
    padding-left: 50px;
    padding-right: 50px;
}

.menu-wrap .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-wrap .main-menu ul li {
    vertical-align: top;
    display: inline-block;
    padding-top: 10px;
}

.menu-wrap .main-menu a {
    text-decoration: none;
    color: #484848;
    display: inline-block;
    width: 170px;
    height: 100%;
    padding-top: 4px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.menu-wrap .main-menu a.active {
    background: #484848;
    color: #ffffff;
}

.menu-wrap .main-menu a:hover {
    background: #484848;
    color: #ffffff;
}

.header .top-menu.cart-menu:before {
    display: none;
}

.header .top-menu {
    position: relative;
}

table.header .top-menu:before {
    content: '';
    height: 1px;
    width: 99999px;
    position: absolute;
    left: -50%;
    top: 7px;
    background: #fff;
}

.header .top-menu .logowanie {
    float: right;
    position: absolute;
    right: 24px;
    top: 12px
}

.header .top-menu>ul {
    margin-left: -50px;
    text-align: center;
    transform: translate(0%, 0px);
    width: 100%;
}

.header .top-menu .logowanie a {
    font-family: "Open Sans", Rubik, Arial, Helvetica, sans-serif;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all .2s ease-in-out;
    font-size: 12px;
    font-weight: 600;
}

.header .top-menu .logowanie a:hover {
    color: #8FB201;
}

.header .top-menu .logowanie a i {
    margin-right: 10px;
}


/* powitanie po rejestracji */

.article-page.witamy .tresc {
    margin: 40px 0px;
    color: #fff;
    padding: 80px 50px;
    font-size: 23px;
    text-transform: uppercase;
    border: none;
    background: #8FB201;
    transition: all 0.5s ease-in-out;
    background-size: 200%;
    text-align: center;
    line-height: 170%;
}

.article-page.witamy .page-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}

.breadcrumb-wrap {
    margin-top: 0px;
    font-size: 14px;
    font-weight: 400;
    padding: 30px 0;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.breadcrumb-wrap:after {
    position: absolute;
    width: 400%;
    left: -150%;
    top: 0px;
    content: '';
    height: 80px;
    background-color: #E9F6FB;
    z-index: -1;
    border-bottom: 1px solid #E9F6FB;
}

.breadcrumb-wrap i.material-icons {
    font-size: 12px;
}

.breadcrumb-wrap a {
    color: #484848;
    text-decoration: none;
}

.breadcrumb-wrap span {
    font-weight: bold;
}

.button1 {
    padding: 15px 40px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background: #8FB201;
    transition: all 0.5s ease-in-out;
    background-size: 200%;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

.button1:disabled {
    background: #ddd;
    cursor: not-allowed;
}

.button1:hover {
    background: #333;
}

.error-page {
    margin-bottom: 50px;
}

.error-page .message {
    margin-top: 30px;
    min-height: 200px;
    font-size: 16px;
}

.newsletter-wrap {
    border-top: 1px solid var(--gray-color);
    position: relative;
    overflow: auto;
    width: 100%;
    background-color: #f1f1f1;
    z-index: 2;
    border-bottom: 1px solid var(--gray-color);
}

.newsletter-wrap .newsletter {
    width: 1060px;
    margin: 60px auto;
}

.newsletter-wrap .newsletter label {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.newsletter-wrap .newsletter input[type=text] {
    width: 400px;
    border: 1px solid #c9c9c9;
    font-size: 16px;
    margin-left: 40px;
    margin-right: 10px;
    padding: 14px 20px;
}

.newsletter-wrap .newsletter .checkbox-wrapper {
    display: inline-block;
}

.newsletter-wrap .newsletter .checkbox {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 15px;
    border: 1px solid #c9c9c9;
    border-radius: 50px;
    top: 10px;
}

.newsletter-wrap .newsletter .checkbox input {
    visibility: hidden;
}

.newsletter-wrap .newsletter .checkbox label {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    margin: 4px 0 0 4px;
    transition: all .5s ease;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    background: #ffffff;
}

.newsletter-wrap .newsletter .checkbox input[type=checkbox]:checked+label {
    background: #fe44b1;
}

.newsletter-wrap .newsletter .agreetxt {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    vertical-align: middle;
    width: 230px;
    text-align: justify;
}

.bottom-wrap {
    overflow: auto;
    width: 100%;
    background-color: #ffffff;
}

.bottom-wrap .bottom {
    width: 1180px;
    margin: 40px auto;
}

.bottom-wrap .bottom a {
    color: #484848;
    transition: all 0.3s ease-in-out;
}

.bottom-wrap .bottom a:hover {
    color: #f60392;
}

.bottom-wrap .bottom .bottom-label {
    font-size: 16px;
    color: #484848;
    margin-bottom: 20px;
    text-align: left;
}

.bottom-wrap .bottom .footer-menu ul {
    list-style-type: none;
    text-align: left;
    padding: 0;
}

.copyright-wrap {
    overflow: auto;
    width: 100%;
    background-color: #484848;
    height: 48px;
    font-weight: 300;
    font-size: 14px;
    color: #e9e9e9;
}

.copyright-wrap .copyright {
    width: 1180px;
    margin: 0 auto;
    height: 100%;
}

.copyright-wrap .copyright a {
    text-decoration: none;
    color: #e9e9e9;
}

.steps-wrap {
    background-color: #ffffff;
    margin-bottom: 100px;
}

.steps-wrap .top {
    color: #484848;
}

.steps-wrap .top .naglowek {
    margin: 80px 0px 15px 0px;
    font-size: 37px;
    font-weight: bold;
    text-align: center;
    color: #767676;
}

.steps-wrap .top .naglowek span {
    font-weight: 300;
}

.steps-wrap .top .opis {
    font-size: 23px;
    margin-bottom: 30px;
    text-align: center;
    color: #767676;
}

.steps-wrap .top .kroki {
    font-size: 20px;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin: 0 auto -30px auto;
}

.steps-wrap .top .kroki .krok1 {
    background: url(../images/krok1.png) no-repeat 100% 100%;
    width: 342px;
    height: 96px;
    font-weight: bold;
    float: left;
}

.steps-wrap .top .kroki .krok1 .text {
    padding: 35px 0 0 105px;
}

.steps-wrap .top .kroki .krok2 {
    background: url(../images/krok2.png) no-repeat 100% 100%;
    width: 360px;
    height: 96px;
    font-weight: bold;
    float: left;
}

.steps-wrap .top .kroki .krok2 .text {
    padding: 20px 0 0 135px;
}

.steps-wrap .top .kroki .krok3 {
    background: url(../images/krok3.png) no-repeat 100% 100%;
    width: 366px;
    height: 96px;
    font-weight: bold;
    float: left;
}

.steps-wrap .top .kroki .krok3 .text {
    padding: 35px 0 0 140px;
}

.steps-wrap .top .arrow {
    text-align: center;
    margin-bottom: 20px;
}

.box-panel .box-head {
    background-color: #fff;
    color: var(--main-text-color);
    font-weight: bold;
    font-size: 14px;
    height: 48px;
    padding: 15px;
    border: 1px solid var(--gray-color);
    border-radius: 5px 5px 0px 0px;
    text-transform: uppercase;
    margin-bottom: -1px;
    font-family: var(--font-family);
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
}

.login .box-body div {
    font-size: 12px;
}

.steps-wrap .stepp {
    margin: 70px 10px;
}

.box-panel .box-body {
    padding: 20px;
    background-color: #fff;
    box-shadow: unset;
    border: 1px solid var(--gray-color);
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
}

.box-panel .box-body ::-webkit-input-placeholder {
    color: #c9c9c9;
}

.box-panel .box-body ::-moz-placeholder {
    color: #c9c9c9;
}

.box-panel .box-body :-ms-input-placeholder {
    color: #c9c9c9;
}

.box-panel .box-body :-moz-placeholder {
    color: #c9c9c9;
}

.box-panel .box-body input[type=text],
.box-panel .box-body input[type=email],
.box-panel .box-body input[type=password] {
    width: 100%;
    margin-top: 10px;
    height: 50px;
    padding-left: 10px;
    border: 1px solid var(--gray-color);
    font-size: 14px;
}

.box-panel .box-body label {
    font-size: 14px;
    font-weight: 400;
    padding-left: 4px;
}

.box-panel .box-body textarea {
    width: 100%;
    border: 1px solid var(--gray-color);
    margin-top: 10px;
    padding: 10px;
}

.box-panel .box-body .link1 {
    font-size: 12px;
    font-weight: 300;
    color: #484848;
    text-decoration: underline;
    display: inline-block;
}

.box-panel .box-body .button4 {
    padding: 15px 40px;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    background: #8FB201;
    transition: all 0.5s ease-in-out;
    background-size: 200%;
    margin-top: 15px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.box-panel .box-body .button4:hover {
    background: #444;
}

.box-panel .box-body .radios {
    display: flex;
    width: 100%;
}

.box-panel .box-body .radios .flex-50 {
    width: 50%;
}

.box-panel .box-body .radios .flex-50:first-child {
    width: 30%;
}

.box-panel .box-body .radios .flex-50 .radio {
    display: inline-block;
    margin-right: 10px;
}

.box-panel .box-body .radios .flex-50 input[type='radio'] {
    opacity: 0.0000001;
    border: 1px solid #f00;
    position: absolute;
    left: -2px;
    width: 15px;
    height: 19px;
    z-index: 2;
}

.box-panel .box-body .radios .flex-50 label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    left: -4px;
    width: 18px;
    height: 18px;
    background: #EBEBEB;
    border-width: 0px;
    border-radius: 50%;
    z-index: 1;
}

.box-panel .box-body .radios .flex-50 {
    position: relative;
}

.box-panel .box-body .radios .flex-50 input[type='radio'] label:after {
    position: relative;
    content: "";
    border-radius: 11px;
    width: 12px;
    height: 12px;
    top: -12px;
    left: -1px;
    display: block;
    z-index: 3;
    background-color: var(--accent-color);
}

.box-panel .box-body .radios .flex-50 input[type='radio']:checked+label:after {
    position: relative;
    content: "";
    border-radius: 11px;
    width: 12px;
    height: 12px;
    top: -12px;
    left: -1px;
    display: block;
    z-index: 3;
    background-color: var(--accent-color);
}

.cennik-tab {
    width: 100%;
    border: 0px solid var(--gray-color);
}

.cennik-tab td {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 14px;
    border: 1px solid var(--gray-color);
}

.cennik-tab tr:nth-child(odd) {
    background-color: #ffffff;
}

.cennik-tab tr:nth-child(even) {
    background-color: #f6f6f6;
}

.cennik-tab tr:first-child {
    background-color: #ffffff;
}

.cennik-tab tr:first-child td {
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
    border: 0px solid #fff;
}

.cennik-tab tr:first-child {
    color: #fff;
    background: #8FB201;
    transition: all 0.5s ease-in-out;
    background-size: 200%;
}

.userpanel .panel {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
    border: 1px solid var(--gray-color);
}

.userpanel .panel #order-view table {
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    -ms-border-radius: 5px !important;
    -o-border-radius: 5px !important;
}

.userpanel .panel #order-view table tr:first-child {
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
}

.userpanel .panel #order-view table tr {
    display: table-row !important;
}

.userpanel .panel-body .reset-pass {
    padding-left: 0;
}

.userpanel .nav-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 0px solid var(--gray-color);
    gap: 12px
}

.userpanel .nav-tabs>li {
    margin-bottom: -2px;
}

.userpanel .nav-tabs>li>a {
    padding: 15px 25px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    background: #8FB201;
    transition: all 0.5s ease-in-out;
    background-size: 200%;
    border-radius: 3px !important;
    border: 1px solid #8FB201;
}

.nav-tabs>li>a {
    border-radius: 3px;
    margin-right: 10px;
}

.userpanel .nav-tabs>li>a:hover {
    color: #fff;
    background-color: #333;
    border: 1px solid #333;
}

.userpanel table tbody>tr:nth-child(odd)>td {
    background-color: #f8f8f8;
}

.userpanel table tbody>tr:nth-child(odd):hover>td {
    background-color: #f8f8f8;
}

.userpanel table .ng-scope td button {
    background: var(--accent-color) !important;
    border: 0px solid #a2a2a2 !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 5px 15px 5px 15px !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease-in-out !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.userpanel table .ng-scope td button:hover {
    background: var(--main-text-color) !important;
}

.userpanel .pagination>.disabled>a {
    font-size: 12px;
}

.userpanel .pagination>.active>a {
    background: #8FB201;
    font-size: 12px;
    border-color: #8FB201;
}

.userpanel .pagination>li>a {
    font-size: 12px;
}

.userpanel .panel {
    border-radius: 0;
}

.userpanel .panel h4 {
    font-size: 18px;
    margin-top: 15px;
}

.userpanel .alert-info .col-md-3:first-child div:last-child {
    margin-top: 13px;
}

.userpanel .panel {
    padding-top: 6px;
}

.userpanel .panel #order-view a:hover {
    color: #8FB201;
    background: #fff;
    border-color: #8FB201;
}

.userpanel .panel #order-view a {
    background: #8FB201;
    border-radius: 50px;
    border: 1px solid #8FB201;
    color: #fff;
    font-size: 13px;
    padding: 8px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    margin: 5px 0 5px 0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.userpanel .panel label {
    font-size: 14px;
}

.userpanel .alert-info {
    background-color: #f8f8f8;
    border-color: #ccc;
    border-radius: 0;
    color: #20393f;
    font-size: 14px;
}

.userpanel .tab-content .form-group .form-control,
.userpanel .tab-content div .form-control {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border: 1px solid var(--gray-color);
    font-size: 14px;
    border-radius: 3px;
    padding: .5rem 1rem;
    color: #333;
}

.userpanel table tbody>tr:nth-child(odd)>th {
    background-color: #f8f8f8;
}

.userpanel .summary {
    font-size: 16px;
}

.userpanel .summary span {
    color: #8FB201 !important;
    font-size: 18px !important;
    font-weight: 600;
}

.userpanel .table-bordered>tbody>tr>th,
.userpanel .table-striped>tbody>tr>th {
    border: 0;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 600;
}

.userpanel .table-bordered td:nth-child(1) {
    display: flex;
    align-items: center;
}

.userpanel .table-bordered td:nth-child(1) .material-icons {
    margin-right: 5px;
}

.pagination>li>a {
    color: #8FB201;
}

.userpanel .table td {
    font-size: 14px;
}

.userpanel .table tr:first-child td {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 600;
}

.userpanel .table .ng-scope td:nth-child(5) {
    display: flex;
    align-items: center;
}

.userpanel .table .ng-scope td:nth-child(5) i {
    margin-right: 5px;
}

.userpanel .table>tbody>tr>td {
    border: 0;
}

.userpanel .table>tbody>tr {
    border: 1px solid var(--gray-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 12px;
}

.userpanel table tbody tr:hover>td {
    background-color: #fff;
}

.userpanel .nav-tabs>li.active>a,
.userpanel .nav-tabs>li .active>a:focus,
.userpanel .nav-tabs>li.active>a:hover {
    color: #8FB201;
    background: #fff;
    border: 1px solid #8FB201;
}

.userpanel .tab-content .panel-default {
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

.userpanel .tab-content .panel-default .panel-body {
    padding: 32px 0px;
}

.userpanel .tab-content .form-group .form-control,
.userpanel .tab-content .col-md-4 div {
    width: 100% !important;
    margin-bottom: 25px;
}

.userpanel .tab-content h4 {
    margin-bottom: 30px;
}

.userpanel .table tr {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.error-wrap {
    padding: 20px;
    border: 1px solid red;
    color: red;
    line-height: 200%;
    margin: 30px 0px;
    font-weight: bold;
}


/*  strona pomocy  */

.content-wrap.page-show .content {
    width: 1180px;
    margin: 0 auto;
}

.content-wrap.page-show .content .full-text {
    display: flex;
    flex-direction: row;
    margin-bottom: 70px;
}

.content-wrap.page-show .content .page-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 45px;
}

@media screen and (max-width: 1180px) {
    .bottom-wrap .bottom {
        width: 100%;
    }

    .copyright-wrap .copyright {
        width: 100%;
    }

    .copyright-wrap {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header-wrap .header {
        width: 100%;
    }

    .carousel-wrap {
        height: 310px !important;
    }

    .odbitki .tresc.row {
        width: 100% !important;
    }

    .odbitki .divider img {
        width: 100%;
    }
}

@media screen and (max-width: 1060px) {
    .newsletter-wrap .newsletter {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
    }

    .newsletter-wrap .newsletter .checkbox-wrapper {
        margin-top: 30px;
    }

    .header .top-menu>ul {
        width: auto;
        margin-left: -30px;
    }

    .header-wrap .carousel-wrap {
        height: 350px !important;
    }

    .userpanel .tab-content .panel-default .panel-body {
        padding: 20px 20px;
    }
}

@media screen and (max-width: 800px) {
    .newsletter-wrap .newsletter input[type=text] {
        width: 250px;
    }

    .bottom-wrap .bottom td img {
        width: 50%;
        height: auto;
    }

    .bottom-wrap .bottom td div {
        padding-right: 15px;
    }

    .top-menu .menu-item a {
        font-size: 12px;
    }

    .top-menu .menu-item {
        margin-left: 20px;
        margin-top: -20px;
    }

    .header .top-menu>ul {
        margin-left: 0px;
    }

    .header-wrap .header td a img {
        width: 180px;
        padding-left: 18px;
    }

    .header-wrap .logged-wrap span {
        display: none;
    }

    .top-menu .menu-item i:first-child {
        font-size: 24px;
    }

    .carousel-wrap {
        height: 270px !important;
    }

    .odbitki .box {
        margin-bottom: 40px;
    }

    .odbitki .divider {
        text-align: center;
        margin: 40px 0 !important;
    }

    .breadcrumb-wrap:after {
        width: 110%;
        left: -5%;
        ;
    }
}

@media screen and (max-width: 670px) {
    .newsletter-wrap .newsletter label {
        width: 100%;
        margin-bottom: 20px;
    }

    .carousel-wrap {
        height: 240px !important;
    }

    table.header .top-menu:before {
        content: '';
        height: 1px;
        width: 100%;
        position: absolute;
        left: 0%;
        top: 7px;
        background: #e4e4e4;
    }
}

@media screen and (max-width: 550px) {
    .newsletter-wrap .newsletter input[type=text] {
        width: 100%;
        margin-left: 0px;
    }

    .newsletter-wrap .newsletter button {
        width: 100%;
        margin-top: 15px;
    }

    .newsletter-wrap .newsletter {
        padding-left: 15px;
        padding-right: 15px;
        margin: 30px auto;
    }

    .newsletter-wrap .newsletter .agreetxt {
        width: calc(100% - 60px);
    }

    .bottom-wrap .bottom td {
        display: inline-block;
        width: 50%;
        text-align: left;
    }

    .bottom-wrap .bottom td div {
        padding-left: 15px;
    }

    .bottom-wrap .bottom td img {
        padding-left: 15px;
    }

    .copyright-wrap .copyright td {
        display: inline-block;
        padding: 10px 0px;
        text-align: center;
        width: 100%;
    }

    .copyright-wrap {
        height: auto;
    }

    .cart-menu .menu-item a span,
    .cart-menu .menu-item a span i:last-item() {
        display: none;
    }

    .cart-menu .menu-item a>span {
        display: none;
    }

    .cart-menu .menu-item a>span+i {
        display: none;
    }

    .cart-menu .menu-item a {
        font-size: 0px;
    }

    .header-wrap .logged-wrap {
        margin-top: -5px;
        display: flex;
        flex-direction: column;
        position: absolute;
        right: 50px;
        top: -64px;
    }

    .top-menu {
        padding-top: 8px;
    }

    .carousel-wrap {
        height: 170px !important;
    }

    .header .top-menu .logowanie a {
        font-size: 0px !important;
    }

    .top-menu .menu-item.basketEmpty {
        font-size: 0px;
    }

    .header .top-menu .logowanie {
        right: 70px;
        top: -37px;
    }

    .header .top-menu {
        text-align: center;
    }

    .header .top-menu>ul {
        display: inline-block;
        width: 100%;
    }
}

#orders-list .table.table-striped tr {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#orders-list .table.table-striped tr:hover {
    box-shadow: 0px 0px 14px 0px rgba(36, 104.99999999999997, 155, 0.26);
}

#orders-list .table.table-striped tr td {
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: transparent;
    border: unset !important;
}

#orders-list .table.table-striped tr td:before {
    font-size: 12px;
    opacity: 0.7;

}

#orders-list .table.table-striped tr td:nth-child(1):before {
    content: "ID:";
    padding-right: 15px;
    width: 110px;
    display: inline-block;
}

#orders-list .table.table-striped tr td:nth-child(2):before {
    content: "Utworzono:";
    padding-right: 15px;
    width: 110px;
    display: inline-block;
}

#orders-list .table.table-striped tr td:nth-child(3):before {
    content: "Produkt(y):";
    padding-right: 15px;
    width: 110px;
    display: inline-block;
}

#orders-list .table.table-striped tr td:nth-child(4):before {
    content: "Cena pozycji:";
    padding-right: 15px;
    width: 110px;
    display: inline-block;
}

#orders-list .table.table-striped tr td:nth-child(5):before {
    content: "Status:";
    padding-right: 15px;
    width: 110px;
    display: none;
}

#orders-list .table.table-striped tr td:nth-child(6):before {
    content: "Akcja:";
    padding-right: 15px;
    width: 110px;
    display: none;
}

#orders-list .table.table-striped tr:first-child {
    display: none;
}

.userpanel .nav-tabs>li {
    width: 50%;
    text-align: center;
    /* background: #eee; */
}

.userpanel .nav-tabs>li a {
    margin: 0px;
}

.userpanel .nav-tabs>li:first-child {
    width: 100%;
}

@media screen and (max-width: 420px) {

    .cart-menu .menu-item a span,
    .cart-menu .menu-item a span i:last-item() {
        display: none;
    }

    .carousel-wrap {
        height: 120px !important;
    }

    .carousel-wrap .carousel .carousel-indicators {
        display: none;
    }

    .top-menu .menu-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .steps-wrap .top .opis {
        margin-bottom: -20px;
    }

    .steps-wrap .top .naglowek {
        margin: 40px 0px 15px 0px;
        font-size: 28px;
    }

    .odbitki p {
        padding: 0px 15px !important;
        text-align: left;
    }
}

@media screen and (max-width: 336px) {
    .header .top-menu .logowanie {
        display: none;
    }
}

.modal-dialog .modal-content .btn {
    color: #fff;
    background-color: var(--accent-color);
    border-color: var(--accent-color);
    font-size: 12px;
}

.modal-dialog .modal-content .btn:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.modal-dialog .modal-content .modal-body .ng-binding.ng-scope {
    font-size: 13px;
}

@media screen and (max-width: 991px) {
    .header .top-menu .logowanie {
        display: none;
    }
}


/* header */

.mob-nav-header {
    background-color: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .1);
    position: relative;
    width: 100%;
    z-index: 3;
    bottom: 42px;
}

.mob-nav-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #fff;
}

.mob-nav-header li a {
    display: block;
    padding: 20px 20px;
    border-right: 1px solid #f4f4f4;
    text-decoration: none;
}

.mob-nav-header li a:mob-nav-header,
.mob-nav-header .menu-btn:hover {
    background-color: #f4f4f4;
}

.mob-nav-header .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
}


/* footer */

.elementor-element-14f37d26 .elementor-element-2a72c4a1 .elementor-image-box-content .elementor-image-box-title {
    font-family: "Open Sans", Rubik, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 26px;
}

.elementor-element-14f37d26 .elementor-element-2a72c4a1 .elementor-element-7bdb3fb .elementor-image-box-wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.elementor-element-14f37d26 .elementor-element-2a72c4a1 .elementor-element-7bdb3fb .elementor-image-box-wrapper img {
    width: 108px;
}

.elementor-element-14f37d26 .elementor-element-2a72c4a1 .elementor-element-7bdb3fb .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100%;
    text-align: left;
}

.elementor-element-14f37d26 .elementor-element-59862973 .elementor-element-93cf235 .elementor-heading-title,
.elementor-element-14f37d26 .elementor-element-da0f4e2 .elementor-element-5793c8a3 .elementor-heading-title {
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px;
}

.elementor-element-14f37d26 .elementor-element-5ca97a52 .elementor-element-36587849 .elementor-heading-title {
    opacity: -1;
}

.elementor-element-14f37d26 .elementor-element-59862973 .elementor-widget-container .elementor-heading-title a,
.elementor-element-14f37d26 .elementor-element-da0f4e2 .elementor-widget-container .elementor-heading-title a,
.elementor-element-14f37d26 .elementor-element-5ca97a52 .elementor-widget-container .elementor-heading-title {
    font-family: "Open Sans", Rubik, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.elementor-element-14f37d26 .elementor-element-59862973 .elementor-widget-container .elementor-heading-title a:hover,
.elementor-element-14f37d26 .elementor-element-da0f4e2 .elementor-widget-container .elementor-heading-title a:hover,
.elementor-element-14f37d26 .elementor-element-5ca97a52 .elementor-widget-container .elementor-heading-title:hover {
    color: #8FB201;
}

.elementor-element-14f37d26 .elementor-element-2a72c4a1 {
    padding-top: 7px;
}

.elementor-element-14f37d26 .elementor-element-59862973,
.elementor-element-14f37d26 .elementor-element-da0f4e2,
.elementor-element-14f37d26 .elementor-element-5ca97a52 {
    padding: 10px;
}

.elementor-element-14f37d26 .elementor-element-5ca97a52 {
    padding-top: 24px;
}

.elementor-element-14f37d26 .elementor-element-59862973 .elementor-widget,
.elementor-element-14f37d26 .elementor-element-da0f4e2 .elementor-widget,
.elementor-element-14f37d26 .elementor-element-5ca97a52 .elementor-widget {
    margin-bottom: 8px;
}

.elementor-element-3f27682f {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: var(--gray-color);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 29px 0px 20px 0px;
}

.elementor-element-3f27682f .elementor-element-5080703e .elementor-heading-title {
    font-family: "Open Sans", Rubik, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5em;
}

.elementor-element-3f27682f .elementor-element-198a430a .elementor-heading-title {
    font-family: "Open Sans", Rubik, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-align: right;
}


/* menu */

.mob-nav-header .menu {
    clear: both;
    max-height: 0;
    width: 100%;
    border-right: 0;
}

.mob-nav-header .menu li a {
    border-right: 0;
    color: #494c4f;
    font-size: 13px;
    padding: 10px 20px;
    line-height: 20px;
    text-align: left;
}

.mob-nav-header .menu li a:hover {
    background-color: #55595c;
    color: #fff;
}

.mob-nav-header .menu li a:active {
    background-color: #55595c;
    color: #fff;
}


/* menu icon */

.mob-nav-header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: left;
    padding: 0;
    position: relative;
    user-select: none;
}

.mob-nav-header .menu-icon .navicon {
    background: #333;
    display: block;
    height: 3px;
    position: relative;
    transition: background .2s ease-out;
    width: 25px;
    margin-left: 20px;
}

.mob-nav-header .menu-icon .navicon:before,
.mob-nav-header .menu-icon .navicon:after {
    background: #333;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.mob-nav-header .menu-icon .navicon:before {
    top: 6px;
}

.mob-nav-header .menu-icon .navicon:after {
    top: -6px;
}


/* menu btn */

.mob-nav-header .menu-btn {
    display: none;
}

.mob-nav-header .menu-btn:checked~.menu {
    max-height: 340px;
    position: absolute;
    top: 30px;
    left: 0;
    padding-bottom: 18px;
}

.mob-nav-header .menu-btn:checked~.menu-icon .navicon {
    background: transparent;
}

.mob-nav-header .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.mob-nav-header .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg);
}

.mob-nav-header .menu-btn:checked~.menu-icon:not(.steps) .navicon:before,
.mob-nav-header .menu-btn:checked~.menu-icon:not(.steps) .navicon:after {
    top: 0;
}

@media (min-width: 991px) {
    .mob-nav-header li {
        float: left;
    }

    .mob-nav-header li a {
        padding: 20px 30px;
    }

    .mob-nav-header .menu {
        clear: none;
        float: left;
        max-height: none;
    }

    .mob-nav-header .menu-icon {
        display: none;
    }
}

.mob-logo {
    margin-top: 20px;
}

.mob-logo a {
    z-index: 999;
}

@media screen and (min-width: 991px) {
    .mob-nav-header {
        display: none;
    }

    .mob-logo {
        display: none !important;
    }
}

.mob-logo {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 991px) {
    .header .cart-menu {
        width: 35%;
    }

    .header td:first-child {
        text-align: right;
    }

    .top-nav {
        display: none;
    }

    .logo-desk {
        display: none;
    }
}

.top-menu .menu-item i:first-child {
    border: none;
    color: #000;
}

@media screen and (max-width: 991px) {
    .header .cart-menu {
        width: 20%;
    }

    .header {
        background: transparent;
    }

    table td {
        padding: 0;
    }

    .top-menu .basketEmpty {
        position: relative;
        bottom: 24px;
        justify-content: flex-end;
        display: flex;
    }
}

@media screen and (max-width: 991px) {
    .header .top-menu .logowanie {
        right: 0;
        top: -130px;
    }

    .header .top-menu {
        max-height: 1px;
        height: 1px;
        margin: 0;
        padding: 0;
    }

    .top-menu .menu-item i:first-child {
        margin-right: 0;
    }

    .header-wrap .logged-wrap {
        display: flex;
        flex-direction: row;
        position: absolute;
        right: 0;
        top: 0;
    }

    .header-wrap .logged-wrap span {
        display: none;
    }

    .header .top-menu .logowanie a,
    .top-menu .menu-item.basketEmpty {
        font-size: 0px !important;
    }

    .header .top-menu {
        padding-left: 0;
        padding-right: 0;
    }

    .header-wrap .header tr td {
        background: transparent !important;
    }

    .header {
        background: transparent !important;
    }

    .header-wrap .header {
        height: auto;
    }
}

@media screen and (max-width: 1120px) {
    .top-menu .menu-item {
        margin-left: 20px;
    }
}

@media screen and (max-width: 991px) and (min-width: 440px) {
    .mob-logo {
        margin-top: 20px;
    }

    .header .top-menu .logowanie {
        right: 0;
        top: -98px;
    }

    .header .top-menu .logowanie a i {
        margin-right: 5px;
    }

    .top-menu .basketEmpty {
        bottom: 49px;
    }
}

@media screen and (max-width: 991px) and (min-width: 801px) {
    .top-menu .basketEmpty {
        bottom: 56px;
    }

    .header .top-menu .logowanie {
        top: -104px;
    }

    .mob-nav-header {
        bottom: 112px;
    }
}

@media screen and (max-width: 800px) and (min-width: 551px) {
    .top-menu .basketEmpty {
        bottom: 42px;
    }

    .mob-nav-header {
        bottom: 106px;
    }
}

@media screen and (max-width: 550px) and (min-width: 440px) {
    .top-menu .basketEmpty {
        bottom: 33px;
    }
}

.header .top-menu .logowanie-mob .logowanie {
    top: 0;
    right: 0;
    position: relative;
    float: left;
    margin-top: 5px;
    display: block;
}

.header .top-menu .logowanie-mob .logowanie .logged-wrap {
    position: relative;
}

.header .top-menu .logowanie-mob .logowanie .logged-wrap a {
    padding: 0 0 0 15px;
}

.header .top-menu .logowanie-mob .logowanie a {
    display: block;
}

.header .top-menu .logowanie-mob .logowanie .mob-zalog {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
}

.header .top-menu .logowanie-mob .logowanie .logged-wrap a:last-child {
    padding: 0;
}

.header .top-menu .logowanie-mob .logowanie a {
    font-size: 10px !important;
}

.header .top-menu .logowanie-mob .logowanie a:hover {
    background-color: #fff
}

@media screen and (max-width: 767px) {
    .elementor-1200 .elementor-section-wrap .elementor-row {
        text-align: center;
    }

    .elementor-1200 .elementor-section-wrap .elementor-row .elementor-element-2a72c4a1 .elementor-element-populated,
    .elementor-1200 .elementor-element-14f37d26 .elementor-element-59862973,
    .elementor-1200 .elementor-element-14f37d26 .elementor-element-da0f4e2,
    .elementor-1200 .elementor-element-14f37d26 .elementor-element-5ca97a52 {
        padding: 0 20px;
    }

    .elementor-element-3f27682f .elementor-element-5080703e .elementor-heading-title {
        margin-bottom: 20px;
    }

    .elementor-1200 .elementor-element-3f27682f {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }

    .elementor-1200 .elementor-element-14f37d26 .elementor-element-2a72c4a1 .elementor-image-box-content .elementor-image-box-title {
        margin-bottom: 15px;
    }

    .elementor-1200 .elementor-section-wrap .elementor-row .elementor-element-2a72c4a1 .elementor-element-populated .elementor-image-box-wrapper {
        text-align: center;
    }

    .elementor-1200 .elementor-element.elementor-element .elementor-heading-title {
        text-align: left;
    }

    .elementor-1200 .elementor-element.elementor-element-93cf235 .elementor-heading-title,
    .elementor-1200 .elementor-element.elementor-element-5793c8a3 .elementor-heading-title {
        margin-top: 30px;
    }

    .elementor-1200 .elementor-element-da0f4e .elementor-element-populated {
        padding-bottom: 0 !important;
    }

    .elementor-1200 .elementor-element-36587849 {
        display: none;
    }
}


/* .elementor-element-14f37d26 .elementor-element-59862973 .elementor-widget {
    margin-top: 100px;
} */

.elementor-element-14f37d26 .elementor-element-59862973 .elementor-widget-container .elementor-heading-title a,
.elementor-element-14f37d26 .elementor-element-da0f4e2 .elementor-widget-container .elementor-heading-title a,
.elementor-element-14f37d26 .elementor-element-5ca97a52 .elementor-widget-container .elementor-heading-title {
    margin-bottom: 5px !important;
    display: inline-block;
}


@media all and (min-width: 1025px) {

    .elementor-1235 .elementor-section,
    .elementor-1235 .elementor-container,
    .elementor-1235 .elementor-row,
    .elementor-1235 .elementor-column,
    .elementor-1235 .elementor-widget-wrap,
    .elementor-1235 .elementor-widget-ekit-nav-menu,
    .elementor-1235 .elementor-element.elementor-element-4d469bc7 .elementskit-menu-container,
    #ekit-megamenu-menu {
        position: static !important;
    }

    .elementskit-navbar-nav-default.ekit-nav-dropdown-hover .elementskit-megamenu-has:hover>.elementskit-megamenu-panel {
        transform: translateY(-31px) !important;
        -webkit-transform: translateY(-31px) !important;
        -moz-transform: translateY(-31px) !important;
        -ms-transform: translateY(-31px) !important;
        -o-transform: translateY(-31px) !important;
    }
}