/********************************************************
			Templatemela Custom Styles
********************************************************/
@import 'bootstrap-4-grid.css';

.tm-carousel {
    display: none;
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    float: left;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-carousel .owl-item .manu_image a {
    display: inline-block;
}

.owl-carousel .owl-item .manu_image a img {
    max-width: 100%;
}

.owl-carousel .owl-item:hover a img {
    border: none;
}

.owl-carousel .owl-item:hover a img {
    border-color: #fff;
    border: none;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    /* fix */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    text-align: center;
}

/* mouse grab icon */
.grabbing {
    cursor: url("../img/megnor/grabbing.png") 8 8, move;
}

.customNavigation {
    position: absolute;
    z-index: 959;
    width: 100%;
    top: 40%;
    direction: ltr !important;
}

/*
#accessories-carousel .customNavigation a, .crosssell-products .customNavigation a, .productscategory-products .customNavigation a{ line-height: 24px !important;}
.quickview .mask.additional_slider .customNavigation a { line-height: 23px !important; padding: 0 0 4px !important;}
.brands .customNavigation a { line-height: 23px !important;}
.customNavigation a {
  position: absolute;
  font-size: 21px;
  line-height: 24px;
  padding: 0px 1px 4px;
  color: #c9c9c9 !important;
  border: 2px solid #c9c9c9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -webkit-transition-delay: 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}*/
.customNavigation a {
    border: 2px solid #c9c9c9 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #c9c9c9 !important;
    cursor: pointer;
    font-size: 20px;
    height: 26px;
    line-height: 22px;
    overflow: hidden;
    padding: 1px 2px;
    position: absolute;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    width: 26px;
}

.special-products .customNavigation {
    width: auto;
    float: right;
    right: 0;
    top: auto;
}

.btn.prev.special_prev {
    left: -55px;
}

.product-accessories .customNavigation {
    top: -50px;
    right: 10px;
    float: right;
    width: auto;
    margin: 0 auto;
}

.btn.prev.accessories_prev {
    left: -55px;
}

.crosssell-products .customNavigation {
    top: -50px;
    right: 10px;
    float: right;
    width: auto;
    margin: 0 auto;
}

.btn.prev.crosssell_prev {
    left: -55px;
}

.productscategory-products .customNavigation {
    top: -50px;
    right: 10px;
    float: right;
    width: auto;
    margin: 0 auto;
}

.btn.prev.productscategory_prev {
    left: -55px;
}

.tm-hometabcontent .customNavigation {
    width: auto;
    top: auto;
    float: right;
    right: 0;
}

.tm-hometabcontent .customNavigation a.prev {
    left: -55px;
}


.customNavigation a:hover {
    border-color: #979797;
}

.customNavigation a:hover:before {
    color: #979797;
}

.customNavigation a.prev {
    left: 0px;
}

.customNavigation a.next {
    right: 0px;
}

@media (max-width: 1300px) {
}

@media (max-width: 991px) {
    .customNavigation a.prev {
        left: 0px;
    }

    .customNavigation a.next {
        right: 0px;
    }

    #main .images-container .js-qv-mask {
        margin: 0px;
    }
}

@media (max-width: 767px) {
}

.customNavigation a.prev:before {
    content: "\E314";
    font-display: auto;
    font-family: "Material Icons";
}

.customNavigation a.next:before {
    content: "\E315";
    font-display: auto;
    font-family: "Material Icons";
}

#tmleftbanner img,
#tmrightbanner img {
    max-width: 100%;
    width: 100%;
}

@media (max-width: 480px) {
    .product-accessories .customNavigation, .productscategory-products .customNavigation, .crosssell-products .customNavigation {
        top: -42px;
    }
}

.product-description img {
    max-width: 100%;
    height: auto;
}

.category-cover img {
    max-width: 100%;
    width: auto;
}

label a {
    text-decoration: underline;
}

#lightbox {
    display: none;
}

#product .product-quantity .contact {
    margin-top: 20px;
}

.product-quantity .contact {
    float: left;
    margin-bottom: 0.5rem;
    clear: both;
}

.product-tabcontent table,
.product-tabcontent div {
    max-width: 100%;
}


body * {
    font-family: "Lato", sans-serif;
    font-display: auto;
}


#js-product-list-bottom #info,
#content.page-cms {
  border: 1px solid #ddd;
  background: white;
  color: #444 !important;
  padding: 5%;
}

#js-product-list-bottom #info p, Unif#js-product-list-bottom #info ul,
body#cms #content-wrapper p, body#cms #content-wrapper ul {
    line-height: 22px;
    color: #333;
}

body p {
    color: #444
}

#header .header-nav #contact-link {
    display: inline-table !important;
}


.page-content.page-cms ul {
    list-style-type: square;
    list-style-position: inside;
}

#js-product-list-bottom #info p, #js-product-list-bottom #info ul,
body#cms #content-wrapper p, body#cms #content-wrapper ul {
    text-align: justify;
}

#js-product-list-bottom #info h1, #js-product-list-bottom #info h2, #js-product-list-bottom #info h3,
body#cms #content-wrapper h1, body#cms #content-wrapper h2, body#cms #content-wrapper h3 {
  color: #777 !important;
  margin: 25px 0 25px 0;
}

.page-cms h1 {
    margin-top: 0 !important;
}

.page-cms a img {
    transition: all .5s ease-in-out !important;
}

.page-cms a img:hover {
    transform: scale(0.95) !important;
}

.vertical-menu .top-menu .sub-menu {
    min-width: 940px;
}

.vertical-menu .top-menu .sub-menu ul[data-depth="1"] > li {
    width: 260px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.vertical-menu .top-menu a.dropdown-submenu {
    font-size: 12px;
}

.vertical-menu .top-menu a {
    text-transform: none !important;
}

#tm_vertical_menu_top .top-menu a.dropdown-item[data-depth="2"] {
    width: 200px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-menu.top-menu-zero li.category {
    padding: 0 !important;
}

.vertical-menu .top-menu a.dropdown-submenu {
    font-size: 13px;
}

.my-auto {
    margin-top: auto;
    margin-bottom: auto;
}


#products .product-description a {
    text-transform: none !important;
    padding: 0 7px;
}

.products .product-description a, #links_block_footer a {
    text-transform: none !important;
}

.products ul.gridcount.grid .product-miniature {
    height: 330px;
}

/* pogrubienia kategorii */
#tmcategory-857 a, #tmcategory-858 a, #tmcategory-859 a, #tmcategory-111 a, #tmcategory-112 a, #tmcategory-113 a, #tmcategory-428 a, #tmcategory-409 a, #tmcategory-130 a, #tmcategory-131 a, #tmcategory-132 a, #tmcategory-193 a, #tmcategory-471 a, #tmcategory-191 a, #tmcategory-195 a, #tmcategory-149 a, #tmcategory-410 a, #tmcategory-196 a, #tmcategory-135 a, #tmcategory-144 a, #tmcategory-149 a, #tmcategory-429 a, #tmcategory-133 a, #tmcategory-134 a, #tmcategory-138 a, #tmcategory-472 a, #tmcategory-478 a {
    font-weight: bold;
    color: #555 !important;
}

.block-social {
    background: none;
}

/* colours */
.header-bottom .header-bg {
    background: #0099a1;
}

.footer-before .container {
    background: #0099a1;
}

#tm_vertical_menu_top .menu-title {
    background: #49c6e5;
}

/*.btn {border: 0 !important;}*/
.search-widget form button[type="submit"] {
    background: #49c6e5;
}

body .btn {
    text-transform: none !important;
}

.customNavigation .btn {
    background: transparent !important;
    border: 0 !important;
}

.lastest_block.block.tmblog-latest .customNavigation {
    top: 34px;
    right: 47px;
}

.customNavigation a {
    color: #000 !important;
}


.products .all-product-link {
    border: 1px solid #49c6e5;
    background-color: #49c6e5;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:focus {
    border-color: #3b5998;
    background: #3b5998;
    border-color: #49c6e5;
    background: #49c6e5;
}

.block-social ul {
    border: 0;
}

.block-social li.facebook {
    background-color: #4267b2;
}

.block-social li.youtube {
    background-color: #d21111;
}

.block-social li {
    border: 0;
}

.block-social li a {
    line-height: 42px;
}

#block-contact_list li i {
    color: #0099a1;
}

.block_newsletter form input[type="text"], .productpage_title, .quickview h1.h1 {
    text-transform: none;
}

.category-cover {
    text-align: center;
    background-color: white;
}

.category-cover img {
    width: auto !important;
    max-width: 100% !important;
}

.cms-voc-posters img {
    margin: 20px auto
}

.cms-voc-posters a img {
    -webkit-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.48);
    -moz-box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.48);
    box-shadow: 2px 2px 7px 0px rgba(50, 50, 50, 0.48);
}


#page #wrapper {
    padding-top: 0;
}

.block-category .category-cover {
    display: none;
}


/* stopka z info na temat sklepu */
.payment p {
    font-size: 13px;
    text-align: justify;
    margin: 0px;
}

.payment a {
    font-size: 13px;
    color: #979797
}

/*zmniejszenie paddingu w menu pionowym */
.top-menu a[data-depth="0"] {
    padding: 10px;
}

/*szerokość diva z zamówionymi produktami przy checkoucie*/
#checkout #order-summary-content #order-items {
    width: 100%
}

/*odstępny w linkach do dodawania adresów na formularzu zakupu */
.add-address {
    margin-top: 0.1rem;
    margin-bottom: 3rem;
}

/*blog szerokość okien z wpisami na liście kategorii*/
.col-sm-7 {
    width: 100%;
}


.lastest_block .blog-item .blog-content-wrap .title {
    text-transform: none;
}

.blog-detail .blog-title {
    text-transform: none;
}

/*wybór dokumentu zakupu */
#invoice_bill {
    padding: 20px 0 20px 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px
}

#invoice_bill h5 {
    margin-bottom: 20px
}


/*poprawka wyświetlania ikonek przewoźników przy checkoucie*/
.col-xs-3 {
    float: none
}

/*informacje prawne z PayU na stronie wyboru kanału płatności*/
.payuConditions {
    font-size: 14px
}

.payuConditions label {
    font-size: 15px
}

/*usuwam linię 1px na górze slidera na str głównej*/
.slide {
    border-top: 0px
}

/*zmniejszam margines pod belką ze ścieżką kategorii*/
#breadcrumb_wrapper {
    margin-bottom: 15px;
}


/*wyłączam kapitaliki w cechach produktów*/
.product-features > dl.data-sheet dt.name {
    text-transform: none;
}

/*wyłączam kapitaliki w module tmfootercmsblock */
.title .subheading {
    text-transform: none
}


/*checkbox newsletter */
.block_newsletter form .col-xs-12 {
    padding-left: 50px;
    width: 100%;
}

.block_newsletter {
    width: 100%
}

.block_newsletter .custom-checkbox label {
    display: inline;
    font-size: 12px;
    color: #fff;
    line-height: 1.3 !important;
}

.block_newsletter .custom-checkbox label a {
    display: inline;
    font-size: 12px;
    color: #ddd;
    line-height: 1.3 !important;
}

.footer-before .container {
    height: auto;
}

.block_newsletter .title2 p {
    padding: 14px 0 8px 68px;
    background: url('/img/cms/newsletter.png') no-repeat scroll 0 11px transparent;
    width: auto;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
}

.block_newsletter form {
    display: inline;
}

.block_newsletter .et_con_1 p.alert {
    padding: 15px;
    right: 11px;
    z-index: 5;
}

.block_newsletter .et_con_2 p.alert {
    padding: 15px;
    z-index: 5;
    margin-bottom: 15px;
    display: none;
}

.footer .block-social {
    clear: both;
    display: inline-block;
    margin-top: 0;
    text-align: center;
    float: none;
    width: 100% !important;
    position: relative;
    padding: 10px 22px 0 22px;
}

.footer-container .row.footer {
    padding-bottom: 20px !important;
}

/*checkboxy formularza rejestracji */
#checkout-guest-form label[for=condition_5], #checkout-guest-form label[for=condition_4], #checkout-guest-form input[name=newsletter] ~ label, #customer-form label[for=condition_5], #customer-form label[for=condition_4], #customer-form input[name=newsletter] ~ label {
    display: inline;
    font-size: 12px !important;
    color: #222;
    line-height: 1.3 !important;
    font-style: normal;
}

#checkout-guest-form label[for=condition_5] a, #checkout-guest-form label[for=condition_4] a, #checkout-guest-form input[name=newsletter] ~ label em a, #customer-form label[for=condition_5] a, #customer-form label[for=condition_4] a, #customer-form input[name=newsletter] ~ label em a {
    color: #555;
    font-size: 12px !important;
    text-decoration: none;
}


#checkout-guest-form .form-control-comment *, #customer-form .form-control-comment * {
    font-size: 13px;
    text-transform: capitalize;
}

span.custom-checkbox i {
    font-size: 14px !important;
}

.zauber-table .row:nth-child(even) {
    background-color: #eee !important;
}

.zauber-table span {
    color: #666;
    font-size: 14px !important;
}

.tree-series ul {
    list-style: none !important;
}

.tree-series ul li:nth-child(odd) {
    background-color: #eee !important;
}

#fmm_blog_ps17_block {
    display: inline-block;
}

#block-reassurance {
    margin-top: 20px;
}

.product-description p {
    margin-bottom: 10px !important;
}

.product-description {
    color: #444 !important
}

.footer .links li a {
    line-height: 15px;
}

ul.product-flags .discount i {
    display: none;
}

ul.product-flags .quick-view i.material-icons {
    font-size: 24px !important;
}

.product-information [id^="product-description-short-"] {
    display: none;
}

.product-information .product-add-to-cart span.control-label {
    padding-top: 9px
}

.footer [id^="footer_sub_menu_"] i.material-icons {
    display: none;
}

.footer-container .links .title, .footer-container .links ul li {
    line-height: 24px;
}

.footer-block #block-contact_list li:last-child {
    display: inline-flex;
}

/* blog layout */
body#module-advanceblog-blog #content-wrapper {
  width: 54%;
}
/*body#module-advanceblog-blog #wrapper #columns_inner > div:first-child {*/
/*    padding-left: 0;*/
/*    padding-right: 25px;*/
/*}*/
/**/
/*body#module-advanceblog-blog #wrapper #columns_inner > div:last-child, body#module-advanceblog-blog #wrapper .container > div:last-child {*/
/*    padding-right: 0;*/
/*}*/
/**/
/*body#module-advanceblog-blog #wrapper #columns_inner > div:nth-child(4), body#module-advanceblog-blog #content-wrapper {*/
/*    padding-left: 0;*/
/*}*/
/**/
/*body#module-advanceblog-blog #wrapper #columns_inner > div:nth-child(5) {*/
/*    padding-left: 23px;*/
/*}*/

/*body#module-advanceblog-category #wrapper #columns_inner > div:first-child {*/
/*    padding-left: 0;*/
/*    padding-right: 25px;*/
/*}*/

/*body#module-advanceblog-category #wrapper #columns_inner > div:last-child {*/
/*    padding-right: 0;*/
/*}*/

/*body#module-advanceblog-category #wrapper #columns_inner > div:nth-child(4) {*/
/*    padding-left: 0;*/
/*}*/

/*body#module-advanceblog-category #wrapper #columns_inner > div:nth-child(5) {*/
/*    padding-left: 23px;*/
/*}*/

.fmmbloggrid .blog_individual_item .fmmblogReadmoreTag {
    padding: 3%;
    position: relative;
    width: 100%;
    display: block;
}

.fmmbloggrid .blog_individual_item .fmmblogDateReadmoreTag {
    padding: 3% 3%;
    position: relative;
}

.blog_individual_item {
    background: #fff !important;
}

.blog_individual_item .fmmblogsTitle {
    background: none !important;
}

.fmm_archives_block .block_content li {
    padding-left: 0
}

.fmmblogTopCategoryBlock {
    background-color: #fff !important;
}

.fmmblogTopCategoryBlock img {
    border: none !important;
}

.fmmblogTopCategoryBlock h1 {
    text-align: center;
    padding-top: 5px;
}

body#module-advanceblog-blog #columns_inner .sidebar_wrapper:last-child {
    padding-left: 23px !important;
}

#module-advanceblog-category .sidebar-latest.block {
    display: none;
}

#module-advanceblog-category #tm_vertical_menu_top, body#module-advanceblog-blog #tm_vertical_menu_top {
    float: none;
}


/* //blog layout */
#left-column .sidebar-latest.block {
    float: none !important;
}

/*#module-advanceblog-blog .sidebar-latest.block {*/
/*    display: none !important*/
/*}*/

.row.games-list * {
    text-align: center !important;
    font-size: medium;
    color: #269;
}

.product-variants select#group_7 {
    width: 100% !important
}

/* lewy baner wyłączenie podświetlenia*/
#tmleftbanner .tmleftbanner-container a::after, #tmleftbanner .tmleftbanner-container a::before {
    display: none
}

/* add media query */
@media screen and (max-width: 1199px) {
    .vertical-menu .top-menu .sub-menu {
        min-width: 700px !important;
    }

    .footer-before .container {
        /*height: 160px;*/
    }

    .block_newsletter .et_con_1 p.alert {
        top: 108px;
    }

}

@media screen and (min-width: 991px) and (max-width: 1199px) {
    .footer-container div.links {
        width: 25%;
    }


}

@media screen and (min-width: 767px) and (max-width: 991px) {
    #module-advanceblog-blog #columns_inner #content-wrapper, #module-advanceblog-category #columns_inner #content-wrapper {
        float: left !important;
    }

    /* blog */
}

@media screen and (max-width: 991px) {
    .block_newsletter form .col-xs-12 {
        width: auto !important;
    }

    .block_newsletter .et_con_1 p.alert {
        padding: 15px;
        right: 11px;
        z-index: 5;
    }

    .footer-before .container {
        /*height: 190px !important;*/
    }

    .footer .links li a {
        line-height: 29px;
    }

    /* blog */
    body#module-advanceblog-blog #wrapper #columns_inner > div:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    body#module-advanceblog-blog #wrapper #columns_inner > div:nth-child(5) {
        padding-left: 0;
    }

    body#module-advanceblog-category #wrapper #columns_inner > div:first-child, body#module-advanceblog-blog #wrapper .container > div:last-child {
        padding-left: 0;
        padding-right: 0;
    }

    body#module-advanceblog-category #wrapper #columns_inner > div:nth-child(5) {
        padding-left: 0;
    }

    body#module-advanceblog-blog #columns_inner .sidebar_wrapper:last-child {
        padding-left: 0 !important;
    }

    /* //blog */
}

@media screen and (max-width: 767px) {
    .products ul.gridcount.grid .product-miniature {
        height: 402px;
    }

    .block_newsletter .form-group.row {
        margin-top: 8px;
    }

    .footer-before .container {
        height: 100% !important;
    }

    .block_newsletter .et_con_1 p.alert {
        display: none !important
    }

    .block_newsletter .et_con_2 p.alert {
        display: block !important;
        position: relative;
        top: 0;
        right: 0 !important;
    }

    .product-information [id^="product-description-short-"] {
        display: block;
    }

    .footer-container .links .title, .footer-container .links ul li {
        text-align: center;
    }

    .footer-container .links .title, .footer-container .links ul.collapse {
        border-bottom: 1px solid #ddd;
        padding-bottom: 10px;
    }

    .footer-block #block-contact_list li:last-child {
        display: block;
    }
}

@media screen and (max-width: 480px) {
    .products ul.gridcount.grid .product-miniature {
        height: 20%;
    }

    .header-after.container {
        display: block !important;
        margin-top: 22px !important;
    }

    .page-cms-22 .col-md-6 img {
        max-height: 200px !important;
    }

    #tmpaymentcmsblock div.payment {
        display: none;
    }

    #js-product-list-bottom #info p, #js-product-list-bottom #info ul,
    body#cms #content-wrapper p, body#cms #content-wrapper ul {
        text-align: left;
    }

    .fmmbloggrid .blog_individual_item {
        width: 100%;
    }

    /* blog */
}

.input-group .form-control.atc_qty {
  width: 80px !important;
  position: relative;
  display: inline-block;
  float: none;
  height: 33px;
  vertical-align: bottom;
}

/** loading overly spinner **/
body.spinning,
body.spinning * {
  cursor: wait !important;
}

body.spinning .spinner__outer {
  display: block;
}

body .spinner__outer {
  position: fixed;
  width: 100%;
  top: 0;
  display: none;
}

body .spinner__outer .spinner__inner {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 32px;
}

.psgdpr_consent_message > span {
    display: inline-block;
    float: left;
}

.psgdpr_consent_message:after {
    clear: both;
}
