html {
    font-size: 16px;
}
body {
    font-family: 'Exo 2', sans-serif;
}
.fs-65 {
    font-size: 4.0625rem!important;
}
.fs-60 {
    font-size: 3.75rem!important;
}
.fs-50 {
    font-size: 3.125rem!important;
}
.fs-48 {
    font-size: 3rem!important;
}
.fs-46 {
    font-size: 2.875rem!important;
}
.fs-40 {
    font-size: 2.5rem!important;
}
.fs-38 {
    font-size: 2.375rem!important;
}
.fs-35 {
    font-size: 2.1875rem!important;
}
.fs-32 {
    font-size: 2rem!important;
}
.fs-30 {
    font-size: 1.875rem!important;
}
.fs-28 {
    font-size: 1.75rem!important;
}
.fs-25 {
    font-size: 1.5625rem!important;
}
.fs-22 {
    font-size: 1.375rem!important;
}
.fs-20 {
    font-size: 1.25rem!important;
}
.fs-18 {
    font-size: 1.125rem!important;
}
.fs-17 {
    font-size: 1.0625rem!important;
}
.fs-16 {
    font-size: 1rem!important;
}
.fs-14 {
    font-size: .875rem!important;
}
.fs-13 {
    font-size: .8125rem!important;
}
.fs-12 {
    font-size: .75rem!important;
}
.fs-11 {
    font-size: .6875rem!important;
}
.text-black {
    color: #000!important;
}
.text-black-opacity-30 {
    color: rgba(0,0,0,0.3)!important;
}
.text-black-opacity-50 {
    color: rgba(0,0,0,0.5)!important;
}
.text-green {
    color: #72bf44!important;
}
.text-dark-green {
    color: #2b7400!important;
}
.text-gray {
    color: #bdbfc2!important;
}
.text-pink {
    color: #f8004c!important;
}
.font-weight-thin {
    font-weight: 100!important;
}
.font-weight-extra-light {
    font-weight: 200!important;
}
.font-weight-medium {
    font-weight: 500!important;
}
.font-weight-extra-bold {
    font-weight: 800!important;
}
.font-weight-black {
    font-weight: 900!important;
}
.line-height-large {
    line-height: 1.6!important;
}
.line-height-normal {
    line-height: normal!important;
}
.line-height-small {
    line-height: 0.7!important;
}
.bg-none {
    background-color: inherit!important;
}
.bg-black {
    background-color: #1a2029;
}
.bg-white {
    background-color: #fff;
}
.bg-dark-white {
    background-color: #fafafa
}
.bg-blue {
    background-color: #0096ff;
}
.bg-pink {
    background-color: #f8004c;
}
.bg-green {
    background-color: #72bf44!important;
}
.bg-green-with-background {
    background: url(../img/bg_green.jpg) #72bf44!important;
}
.bg-light-gray {
    background-color: #d4d4d4!important;
}
.bg-light-gray-with-background {
    background: url(../img/bg_light_gray.jpg) #d4d4d4 !important;
}
.bg-gray-with-background {
    background: url(../img/bg_gray.jpg)!important;
}
.border-2 {
    border: 2px solid #dee2e6;
}
.border-3 {
    border: 3px solid #dee2e6;
}
.border-gray {
    border-color: #bdbfc2!important;
}
.parallax {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.fa-twitter.rounded-circle {
    padding: 6px 6px;
    background-color: #00b4ff;
}
.fa-facebook-f.rounded-circle {
    padding: 6px 9px;
    background-color: #3a589b;
}
.form-control:focus {
    border-color: inherit!important;
    box-shadow: none!important;
}
input::placeholder {
    color: inherit!important;
    opacity: 1!important;
}
input::-moz-input-placeholder {
    color: inherit!important;
    opacity: 1!important;
}
input::-webkit-input-placeholder {
    color: inherit!important;
    opacity: 1!important;
}
.btn.focus,
.btn:focus,
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none!important;
}
.btn-secondary.btn-lg {
    border: none!important;
}
.btn-outline-white {
    color: #fff!important;
    border-color: #fff;
    background-color: transparent!important;
    background-image: none!important;
}
.btn-outline-white:active,
.btn-outline-white:hover {
    color: #72bf44!important;
    border-color: #72bf44!important;
    background-color: #fff!important;
}
.btn:active:not(:disabled):not(label),
.btn:hover:not(:disabled):not(label) {
    color: #72bf44!important;
    border-color: #72bf44!important;
    background-color: #fff!important;
}
.btn.bg-white:active:not(label),
.btn.bg-white:hover:not(label) {
    color: #fff!important;
    border-color: #fff!important;
    background-color: #72bf44!important;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff!important;
    background-color: #72bf44!important;
    border-color: #fff!important;
}
.btn-secondary:not(:disabled):not(.disabled).active i,
.btn-secondary:not(:disabled):not(.disabled):active i {
    display: inline-block!important;
}
select {
    background-color: #f8004c;
    color: #fff;
}
select option {
    padding-top: initial!important;
}
#searchform .input-group-append {
    background-color: #fff;
}
#searchform .input-group-append a {
    padding-top: .75rem!important;
    padding-bottom: .75rem!important;

    background-color: #f8004c;
}
#searchform .input-group-append a.btn:active,
#searchform .input-group-append a.btn:hover {
    color: #f8004c!important;
    outline: 1px solid #f8004c!important;
    background-color: #fff!important;
}
.form-contact h3 {
    border-bottom: 5px solid #fff!important;
}
.form-contact .custom-checkbox .custom-control-label {
    font-size: .75rem;
}
.custom-checkbox .custom-control-label::before {
    border: 1px solid #fff!important;
    border-radius: 0!important;
    background-color: transparent!important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #72bf44!important;
}
.contact .custom-checkbox .custom-control-label::before, .custom-control-label::before {
    background-color: #fff!important;
    box-shadow: none!important;
}
ul[role='alert'] {
    margin-bottom: 0;
}
.form-contact .btn-lg {
    font-size: 1rem;

    background-color: #1a2029;
}
select:focus {
    outline: inherit!important;
    border-color: inherit!important;
}
.title-section h2 {
    border-bottom: 5px solid #72bf44!important;
}
.title-section.title-template-2 h2, .section-contact-small .title-section h2 {
    border-bottom: 5px solid #fff!important;
}
.nav-tabs .nav-item > .active {
    color: #000!important;
    border-bottom: 5px solid #72bf44!important;
}
.dropdown-menu:not(.cart-dropdown) > li:focus,
.dropdown-menu.cart-dropdown > div:hover,
.dropdown-menu:not(.cart-dropdown) > li:hover {
    color: #16181b!important;
    background-color: #f8f9fa!important;;
}
.dropdown-menu.cart-dropdown > div:hover a {
    color: #16181b!important;
}
.dropdown-item:focus,
.dropdown-item:hover {
    text-decoration: none;

    color: inherit;
    background-color: inherit;
}
.dropdown-toggle::after {
    display: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}
.dropdown-menu {
    border-top: 30px solid transparent !important;
    border-right: none !important;
    border-left: none !important;
}

.dropdown-menu:before {
    width: 30px;
    height: 30px;

    position: absolute;
    z-index: -1;
    top: -6px;
    left: 14px;

    content: '';
    transform: rotate(45deg);

    background-color: #1a2029;
}
.dropdown-item {
    color: inherit!important;
}
.nav-pills .nav-link {
    border-radius: 0 !important;
}
.dropdown-menu > li:focus a,
.dropdown-menu > li:hover a {
    border-color: #f8f9fa!important;
}
.cart {
    margin-top: -5px;
    margin-left: 2px;
    padding: 0 6px;
}
.dropdown-menu.cart-dropdown {
    min-width: 320px;
    max-width: 100%;

    right: 0;
    left: auto;
}
.dropdown-menu.cart-dropdown:before {
    right: 14px;
    left: auto;
}
.section-template-2 .shop-template-1 .nav-item .shape {
    width: 12px;
    height: 12px;
    margin-top: 6px;
    margin-left: -6px;

    z-index: -1;

    transform: rotate(45deg);
}
.sale-box {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 85px;
    width: 85px;
    z-index: 0;
}
.sale-label {
    padding: 5px 0;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    width: 125px;
    position: absolute;
    right: -30px;
    top: 16px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.overflow-image {
    height: 180px;
    overflow: hidden;
}
.video-responsive {
    width: 75%;
    height:0;
    margin: 0 auto;
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* Przemek CSS*/
footer p {
    margin-bottom: 0;
}
footer .widget_nav_menu a:hover, footer .title-widget:hover {
    color:  #fff;
    text-decoration: underline;
}
footer h3 {
    text-transform: uppercase;
}
.payu_logo {
    width: 46px;
    top: -5px;
    position: relative;
}
a,
a:hover,
a:active,
a:visited {
    text-decoration: none;
    color: inherit;
}
li.widget-container.widget_nav_menu {
    list-style: none;
}
/* End Przemek CSS*/
@media (max-width: 575.98px) {
    html {
        font-size: 12px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    html {
        font-size: 13px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    html {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .bg-green-with-background.product {
        padding: 20px 15px 20px 40px!important;
        background-image: url(../img/promo.png) !important;
        background-color: #f2f2f2 !important;
        background-size: cover!important;
    }
}
@media (max-width: 991.98px) {
    .card-img-top {
        width: 50%;
    }
    .bx-controls.bx-has-controls-direction {
        display: none;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
    html {
        font-size: 15px;
    }
}
@media (min-width: 992px) {
    .position-lg-relative {
        position: relative!important;
    }
}

@media (max-width: 1199.98px) {
    header .header-content {
        position: relative;

        background-color: #999;
    }
    .nav-item {
        width: 100%;
    }
    .nav-item .nav-link {
        width: 75%;
    }
    .nav-item.dropdown .mobile-menu-arrow {
        cursor: pointer;
    }
    .nav-item.dropdown .mobile-menu-arrow i.fa {
        transition: .3s transform ease-in-out;
    }
    .nav-item.dropdown.show .mobile-menu-arrow i.fa {
        transform: rotate(90deg);
    }
    .nav-item.dropdown .dropdown-menu {
        width: 100%;
        position: relative;
        border-top: none!important;
    }
    .nav-item.dropdown .dropdown-menu:before {
        display: none;
    }
    .nivo-controlNav {
        display: none;
    }
}
@media (min-width: 1199.99px) {
    .dropdown-menu {
        margin-top: -10px!important;
    }
    .pb-xl-6 {
        padding-bottom: 4.875rem!important;
    }
    .position-xl-relative {
        position: relative!important;
    }
    .position-xl-absolute {
        position: absolute!important;
    }
}

.text-white, .text-white a {
    color: white;
}

.login_error{
    color: #FF0000;
}

#all_tlds table {
    border-collapse: separate;
}

td.td_name > span {
    white-space: nowrap;
}

.h-home, .fa.h-home {
        display: none;
}

@media (min-width:1200px) {
    .h-home, .fa.h-home {
        color: #000;
        display: inline-block;
        float: left;
        height: 100%;
        vertical-align: middle;
        margin: 1.2rem 2.2rem 0 0;
    }

    .h-home:hover, .fa.h-home:hover {
        color: #000;
    }
}
