/*
Theme Name: Etui na telefon
Version: 1.0
Author: SEPTEM Daniel Kuczewski
Author URI: https://septemonline.com
*/



/*reset; BEGIN*/
*{
    caret-color: transparent;
}
*:focus{
    outline: none !important;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none !important;
}
a{
    text-decoration: none;
    color: inherit;
}
h1, h2, h3, h4, h5,h6, p{
    margin-bottom: 0;
}
ul, ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
input, textarea{
    caret-color: black;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.color-inherit{
    color: inherit !important;
}
.background-color-inherit{
    background-color: inherit !important;
}
/*reset; BEGIN*/

.gutenberg-container a{
    color: var(--custom-red2);
    text-decoration: underline;
}

.gutenberg-container{
    font-size: 18px;
}

.gutenberg-container a:hover{
    color: var(--custom-red1);
    text-decoration: underline;
}

.gallery-container a:hover{
    color: var(--custom-red1);
}
/*gutenberg; BEGIN*/
.gutenberg-container ul,
.gutenberg-container ol {
    padding-left: 20px !important;
    margin-bottom: 2rem;
}
.gutenberg-container ul{
    list-style: disc;
}
.gutenberg-container ol{
    list-style: decimal;
}
.gutenberg-container h1,
.gutenberg-container h2,
.gutenberg-container h3,
.gutenberg-container h4,
.gutenberg-container h5,
.gutenberg-container h6{
    font-family: poppins;
    color: var(--custom-black1);
}
.gutenberg-container h1{
    font-size: 26px;
    line-height: 30px;
}
.gutenberg-container h2{
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}
.gutenberg-container h3{
    font-size: 24px;
    line-height: 26px;
}
.gutenberg-container h4{
    font-size: 22px;
    line-height: 24px;
}
.gutenberg-container h5{
    font-size: 20px;
    line-height: 22px;
}
.gutenberg-container h6{
    font-size: 18px;
    line-height: 20px;
}
.gutenberg-container p,
.gutenberg-container li,
.gutenberg-container table tbody{
    font-family: halyard-text;
    color: var(--custom-black1);
    font-size: 18px;
    font-weight: 300;
}
.gutenberg-container ul{
    padding-left: 0;
}
.gutenberg-container li{
    margin-bottom: 7px;
}
.gutenberg-container > *{
    margin-bottom: 20px;
}
.gutenberg-container tbody,
.gutenberg-container td,
.gutenberg-container tfoot,
.gutenberg-container th,
.gutenberg-container thead,
.gutenberg-container tr{
    border-color: initial;
    border-width: 1px;
}
.gutenberg-container table{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.gutenberg-container thead {
  /* background-color: #4CAF50; */
  color: white;
}
.gutenberg-container th {
  padding: 12px 15px;
  text-align: left;
  font-weight: bold;
}
.gutenberg-container tbody tr {
  border-bottom: 1px solid #ddd;
}
.gutenberg-container tbody tr:hover {
  background-color: #f1f1f1;
}
.gutenberg-container td {
  padding: 12px 15px;
}
.gutenberg-container .product-tile a{
    text-decoration: none;
}
.gutenberg-container .product-tile a:hover h4{
    color: var(--custom-red1);
}
.gutenberg-container .product-tile h4{
    font-size: 18px;
    line-height: 24px;
    font-family: halyard-text;
    font-weight: 500;
}
@media (max-width: 991px){
    .gutenberg-container .product-tile h4{
        font-size: 16px;
        line-height: 22px;
    }
    .gutenberg-container p{
        line-height: 26px;
    }
}
/* .gutenberg-container li::before{
    display: none;
} */
/*gutenberg; END*/

/*general; BEGIN*/
:root {
  --custom-red1: #D4191C;
  --custom-red2: #eb0000;
  --custom-grey1: #F3F3F3;
  --custom-grey2: #848484;
  --custom-grey3: #E9E9E9;
  --custom-grey4: #F5F5F5; 
  --custom-grey5: #BEBEBE; 
  --custom-black1: #090909;
  --custom-black2: #313131;
  --custom-white: #ffffff;
  --custom-blue: #5575F5
}
/* img{
    width: 100%;
    object-fit: contain;
} */
.social-gallery-container img,
.footer-d img,
.section-modified-img img,
.woocommerce-section img,
.section-more-accessories img,
.section-product-main  img{
    width: 100%;
    object-fit: contain;
}

input::placeholder{
    opacity: 1;
}
input[type="number"],
input[type="number"]:focus{
    background-color: var(--custom-grey1);
    border-color: var(--custom-grey1);
}
input[type="checkbox"]{
    width: 25px;
    height: 25px;
    border: 1px solid var(--custom-grey2);
}
input:checked[type="checkbox"]{
    background-color: var(--custom-red1);
    border-color: var(--custom-red1);
}
input:focus:not(:checked)[type="checkbox"]{
    border-color: var(--custom-grey2);
}
input:focus:checked[type="checkbox"]{
    border-color: var(--custom-red1);
}
select{
    background-color: #ffffff;
    border: none;
    appearance: none;
    background-image: url('assets/images/bottom_arrow_bolder.svg');
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    background-size: 10px 6px;
    padding-right: 15px;
}
ul.listing{
    padding-left: 18px;
}
ul.listing li{
    padding-left: 6px;
    list-style-type: disc;
}
i.like,
i.dislike{
   width: 20px;
   height: 20px;
}
i.like{
   background-image: url('assets/images/like.svg');
}
i.dislike{
   background-image: url('assets/images/dislike.svg');
}
#pinnedSmallMenu.position-fixed{
   z-index: 100;
}
.custom-ff-halyard-text,
.custom-ff-halyard-display{
    font-weight: 300;
}
.custom-ff-halyard-text{
    font-family: halyard-text;
}
.custom-ff-halyard-display{
    font-family: halyard-display;
}
.custom-ff-poppins{
    font-family: poppins;
}
.background{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.background.cover{
    background-size: cover;
}
.btn:hover{
    border-color: inherit;
}
.btn-custom{
    border: 1px solid var(--custom-black1);
    transition: none;
}
.btn-custom.youtube span::before{
    content: url('assets/images/youtube_logo.svg');
    margin-right: 10px;
}
.cursor-pointer{
    cursor: pointer;
}
.form-switch input[type="checkbox"]{
    width: 55px;
}
.form-switch input[type="checkbox"]{
    background-color: var(--custom-grey3);
    border-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
}
.form-switch input[type="checkbox"]:focus{
    border-color: transparent;
}
.form-switch input[type="checkbox"]:checked{
    background-color: var(--custom-black1);
    border-color: var(--custom-black1);
}
.custom-br-0{
    border-radius: 0px;
}
.custom-br-10{
    border-radius: 10px;
}
.custom-br-20{
    border-radius: 20px;
}
.custom-br-30{
    border-radius: 30px;
}
.custom-full-fs-10{
    font-size: 10px;
}
.custom-full-fs-14{
    font-size: 14px;
}
.custom-full-fs-16{
    font-size: 16px;
}
.custom-full-fs-18{
    font-size: 18px;
}
.custom-full-fs-19{
    font-size: 19px;
}
.custom-full-fs-20{
    font-size: 20px;
}
.custom-full-fs-21{
    font-size: 21px;
}
.custom-full-fs-24{
    font-size: 24px;
}
.custom-full-fs-26{
    font-size: 26px;
}
.custom-full-fs-30{
    font-size: 30px;
}
.custom-full-fs-32{
    font-size: 32px;
}
.custom-full-fs-48{
    font-size: 48px;
}
.custom-full-lh-18{
    line-height: 18px;
}
.custom-full-lh-20{
    line-height: 20px;
}
.custom-full-lh-22{
    line-height: 22px;
}
.custom-full-lh-24{
    line-height: 24px;
}
.custom-full-lh-25{
    line-height: 25px;
}
.custom-full-lh-26{
    line-height: 26px;
}
.custom-full-lh-28{
    line-height: 28px;
}
.custom-full-lh-30{
    line-height: 30px;
}
.custom-full-lh-32{
    line-height: 32px;
}
.custom-full-lh-38{
    line-height: 38px;
}
.custom-full-lh-45{
    line-height: 45px;
}
.custom-full-lh-50{
    line-height: 50px;
}
.custom-full-lh-max{
    line-height: 100%;
}
.custom-fw-100{
    font-weight: 100;
}
.custom-fw-200{
    font-weight: 200;
}
.custom-fw-300{
    font-weight: 300;
}
.custom-fw-400{
    font-weight: 400;
}
.custom-fw-500{
    font-weight: 500;
}
.custom-fw-600{
    font-weight: 600;
}
.custom-fw-700{
    font-weight: 700;
}
.custom-h-mc{
    height: max-content;
}
.custom-ls-1{
    letter-spacing: 1px;
}
.custom-ox-none{
    overflow-x: hidden;
}
.custom-oy-none{
    overflow-y: hidden;
}
.custom-ox-auto{
    overflow-x: auto;
}
.custom-oy-auto{
    overflow-y: auto;
}
.custom-mw-mc{
    min-width: max-content;
}
.custom-w-mc{
    width: max-content;
}
.custom-w-85{
    width: 85%;
}
.custom-black{
    color: var(--custom-black1);
}
.custom-op-left{
    object-position: left;
}
.custom-box-shadow{
    box-shadow: 5px 0px 5px var(--custom-grey1);
}
.product-tile .special-header{
    min-height: 80px;
}
.product-tile .product-tag {
    border-width: 1px;
    border-style: solid;
    color: #000000;
}
.product-tile .product-tag.black-white {
    border-color: #000000;
    background-color: #ffffff;
}
.product-tile .product-tag.white-red {
    border-color: var(--custom-red1);
    background-color: var(--custom-red1);
    color: #ffffff;
}
.product-tile .product-tag.black-red {
    border-color: var(--custom-red1);
    background-color: #ffffff;
}
.product-tile .product-tag.white-black {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff;
}
.product-tile .product-tag i {
    filter: brightness(0) saturate(100%);
}
.product-tile .product-tag.black-white i {
     filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7434%) hue-rotate(211deg) brightness(115%) contrast(115%);
}
.product-tile .product-tag.white-red i {
     filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(172deg) brightness(101%) contrast(104%); 
}
.product-tile .product-tag.black-red i {
     filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7434%) hue-rotate(211deg) brightness(115%) contrast(115%); 
}
.product-tile .product-tag.white-black i {
     filter: brightness(0) saturate(100%) invert(99%) sepia(31%) saturate(2%) hue-rotate(348deg) brightness(114%) contrast(100%);
}
.product-tile .product-tag i{
    height: 13px;
    width: 13px;
}
.product-tile.hot-shot{
    border: 2px solid var(--custom-red1);
}
.product-tile.featured{
    border: 2px solid var(--custom-black1);
}
header .product-tile .img-container{
    height: 270px;
}
header .product-tile .special-header.empty{
    display: none;
}
.product-tile .img-container{
    height: 300px;
}
.product-tile .characteristics .item i{
    height: 20px;
    width: 20px;
}
.product-tile .store .basket-container span::after{
    content: url('assets/images/basket_plus.svg');
    width: 24px;
    height: 25px;
    display: inline-block;
}
.product-tile:not(.condensed) .store .basket-container span::after{
    margin-left: 10px;
}
.product-tile .store s{
    color: var(--custom-grey2);
}
.product-tile .time-container{
    background-color: var(--custom-grey4);
}
.product-tile .timer .item{
    background-color: var(--custom-grey3);
}
.product-tile .timer .item span:nth-of-type(1){
    height: 17px;
}
.product-tile.condensed .img-container{
    height: 240px;
}
.product-tile.condensed .rating .stars span{
    width: 16px;
    height: 17px;
}
.rating .stars span{
    background-image: url('assets/images/star_filled.svg');
    width: 19px;
    height: 18px;
}
.rating .stars span.empty{
    background-image: url('assets/images/star_empty.svg');
}
.swiper-button-prev::after,
.swiper-button-next::after{
    width: 13px;
    height: 19px;
    font-size: 0;
}
.swiper-button-prev::after{
    content: url('assets/images/left_arrow.svg');
}
.swiper-button-next::after{
    content: url('assets/images/right_arrow.svg');
}
.swiper-button-prev.lighter::after{
    content: url('assets/images/left_arrow_lighter.svg');
}
.swiper-button-next.lighter::after{
    content: url('assets/images/right_arrow_lighter.svg');
}
.swiper-button-disabled:not(.greyed-inactive){
    display: none;
}
.swiper-header .swiper-button-prev{
    left: calc(100% - 65px);
}
.swiper-header .separator{
    top: 8px;
    height: 1px;
    background-color: var(--custom-grey3);
    opacity: 0.1;
}
.swiper-pagination span{
    height: 10px;
    width: 10px;
    background-color: var(--custom-grey3);
    opacity: 1;
}
.swiper-pagination span.swiper-pagination-bullet-active{
    width: 35px;   
    border-radius: 10px;
    background-color: var(--custom-red1);
}
.header-caption{
    color: var(--custom-red1);
}
.swipper-scrollable-container{
    padding: 0 15px; 
}
.limited-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pagination-container{
    border: 1px solid var(--custom-red1);
    color: var(--custom-grey2);
}
.pagination-container .arrow{
    width: 8px;
    height: 11px;
    filter: brightness(0) saturate(100%);
}
.pagination-container .arrow.prev{
    background-image: url('assets/images/left_arrow_lighter.svg');
}
.pagination-container .arrow.next{
    background-image: url('assets/images/right_arrow_lighter.svg');
}
.pagination-container .pagination > *:not(.arrow){
   padding-top: 3px;
}
.children-vertical-separator > *:not(:last-child):after{
    content: '|';
    margin: 0 15px;
    color: var(--custom-grey2);
    height: 100%;
}
.modal.cusotm-modal .modal-content,
.modal.cusotm-modal .modal-content .modal-header{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.modal.cusotm-modal .modal-content,
.modal.cusotm-modal .opinion-item-container,
.modal.cusotm-modal .modal-body{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.product-stock-status::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 7px;
}
.product-stock-status.available,
.product-stock-status.several,
.product-stock-status.last {
    color: inherit;
}
.product-stock-status.available {
    color: green;
}
.product-stock-status.available::before {
    background-color: green;
}
.product-stock-status.several {
    color: #c77900;
}
.product-stock-status.several::before {
    background-color: #c77900;
}
.product-stock-status.last {
    color: red;
}
.product-stock-status.last::before {
    background-color: red;
}
.product-stock-status.unavailable {
    color: grey;
}
.product-stock-status.unavailable::before {
    background-color: grey;
}
.input-number-container input[type="number"]{
    width: 66%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-number-container .arrows{
   width: 45px;
}
.input-number-container .arrows > div{
    border: 1px solid var(--custom-grey1);
}
.input-number-container .arrows i{
    width: 15px;
    height: 15px;
}
.input-number-container .arrows i.up{
    background-image: url('assets/images/input_arrow_up.svg');
}
.input-number-container .arrows i.down{
    background-image: url('assets/images/input_arrow_down.svg');
}
.funfact-container{
    border: 3px dashed #000000;
}
.funfact-container > *{
    color: var(--custom-black1);
}
.funfact-container .header::before{
    content: url('assets/images/critical_thinking.png');
    margin-right: 20px;
}
.default-listing ul,
.default-listing ol{
    list-style: initial;
    padding: 0 0 0 20px;
    margin: revert;
}
.default-listing ul li,
.default-listing ol li{
    margin-bottom: 10px;
}

@media (min-width: 375px){
    .product-tile.mobile .content{
        display: flex;
    }
}
@media (min-width: 576px){
    .swipper-scrollable-container{
        padding-left: calc((100% - 540px) / 2 + 15px);
        padding-right: calc((100% - 540px) / 2 + 15px);
    }
}
@media (min-width: 768px){
    .swipper-scrollable-container{
        padding-left: calc((100% - 720px) / 2 + 15px);
        padding-right: calc((100% - 720px) / 2 + 15px);
    }
}
@media (min-width: 992px){
    .product-tile .store .basket-container{
        border: 1px solid var(--custom-black1);
    }
    .product-tile .img-container img{
        transition: opacity 0.1s ease;
        opacity: 1;
    }
    .product-tile .img-container img.fade-out{
        opacity: 0;
    }
    .product-tile .store .basket-container:hover{
        color:#ffffff;
        background-color: var(--custom-red1);
        border-color: var(--custom-red1);
    }
    .product-tile .store .basket-container:hover span:after{
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7470%) hue-rotate(334deg) brightness(129%) contrast(95%);
    }
    .swipper-scrollable-container{
        padding-left: calc((100% - 960px) / 2 + 15px);
        padding-right: calc((100% - 960px) / 2 + 15px);
    }
    .custom-img-hover img{
        transform: scale(1);
    }
    .custom-img-hover:hover img{
        transform: scale(1.25);
    }
    .custom-img-hover img,
    .custom-img-hover:hover img{
        transition: transform .5s ease;
    }
    .custom-text-hover:hover{
        color: var(--custom-red1) !important;
    }
    .btn-custom:hover{
        border: 1px solid var(--custom-red1) !important;
        background-color: var(--custom-red1) !important;
        color: white !important;
    }
    .btn-custom:hover span::before{
        filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(306%) hue-rotate(138deg) brightness(117%) contrast(100%);
    }
    .product-tile .product-stock-status{
        max-width: 33%;
    }
}
@media (min-width: 1200px){
    .swipper-scrollable-container{
        padding-left: calc((100% - 1140px) / 2 + 15px);
        padding-right: calc((100% - 1140px) / 2 + 15px);
    }
}
@media (min-width: 1400px){
    .swipper-scrollable-container{
        padding-left: calc((100% - 1330px) / 2 + 15px);
        padding-right: calc((100% - 1330px) / 2 + 15px);
    }
}
@media (min-width: 1400px) and (max-width: 1799px) {
    .col-xxl-3.product-col{
        width: 33%;
    }
}
@media (min-width: 1600px){
    .container,
    .container-xxl{
        max-width: 1520px;
    }
    .swipper-scrollable-container{
        padding-left: calc((100% - 1530px) / 2 + 15px);
        padding-right: calc((100% - 1530px) / 2 + 15px);
    }
}
@media (min-width: 1800px){
    .container,
    .container-xxl{
        max-width: 1720px;
    }
    .swipper-scrollable-container{
        padding-left: calc((100% - 1720px) / 2 + 15px);
        padding-right: calc((100% - 1720px) / 2 + 15px);
    }
}
@media (max-width: 991px){
    input[type="checkbox"]{
        width: 20px;
        height: 20px;
    }
    .input-number-container{
      min-width: 120px;
   }
    .custom-mobile-fs-0{
        font-size: 0px;
    }
    .custom-mobile-fs-10{
        font-size: 10px;
    }
    .custom-mobile-fs-12{
        font-size: 12px;
    }
    .custom-mobile-fs-14{
        font-size: 14px;
    }
    .custom-mobile-fs-16{
        font-size: 16px;
    }
    .custom-mobile-fs-18{
        font-size: 18px;
    }
   .custom-mobile-fs-20{
        font-size: 20px;
    }
    .custom-mobile-fs-26{
        font-size: 26px;
    }
    .custom-mobile-lh-16{
        line-height: 16px;
    }
   .custom-mobile-lh-17{
        line-height: 17px;
    }
    .custom-mobile-lh-18{
        line-height: 18px;
    }
    .custom-mobile-lh-20{
        line-height: 20px;
    }
    .custom-mobile-lh-22{
        line-height: 22px;
    }
    .custom-mobile-lh-24{
        line-height: 24px;
    }
    .custom-mobile-lh-28{
        line-height: 28px;
    }
   .custom-mobile-lh-30{
        line-height: 30px;
    }
    .product-tile .img-container{
        height: 200px;
    }
    .product-tile .special-header{
        min-height: 50px;
    }
    .rating .stars span{
        width: 10px;
        height: 10px;
    }
    .mobile-tc{
        text-align: center;
    }
    .mobile-w100{
        width: 100%;
    }
    #filtersMobileContainer{
        transition: height 0.10s ease-out, visibility 0.10s ease-out;
        height: 100vh;
        z-index: 1500;
    }
    #filtersMobileContainer.invisible{
        height: 0;
    }
    #filtersMobileContainer .header{
        z-index: 100;
        height: 50px;
    }
    #filtersMobileContainer .header .close-button{
        width: 40px;
        height: 40px;
        background-image: url('assets/images/x.svg');
    }
    #filtersMobileContainer .content{
        top: 30px;
        z-index: 10;
    }
    .product-tile .product-stock-status::before{
        top: 2px;
    }
    .product-tile .product-stock-status::before{
        width: 10px;
        height: 10px;
        top: 4px;
    }
    .product-tile .product-tag i{
        height: 10px;
        width: 10px;
    }
    .product-tile.condensed .img-container{
        height: 200px;
    }
    .funfact-container .header::before{
        margin-right: 10px;
    }
}
@media (max-width: 575px){
    .rating .stars span{
        width: 15px;
        height: 14px;
    }
    .product-tile .img-container{
        height: 175px;
    }
}
@media (min-width: 375px) and (max-width: 575px){
    .product-tile.mobile .content-container{
        padding-left: 10px;
    }
    .col-12.product-col{
        width: 50%;
    }
}
@media (max-width: 374px){
    .product-tile.mobile .img-container{
        margin-bottom: 20px;
    }
}
/*general; END*/

/*header; BEGIN*/
header{
    z-index: 1000;
}
.header-a.background{
   background-color: var(--custom-grey1);
}
.header-b .logo{
    height: 61px;
}
header .search > a::after{
    content: url('assets/images/magnifier.svg');
    position: absolute;
    right: 15px;
    width: 22px;
    height: 22px;
}
.header-b .profile{
    padding-right: 20px;
    padding-left: 20px;
}
.header-b .profile span::after{
    content: url('assets/images/user.svg');
    margin-left: 20px;
}
.header-b .user-menu a,
.header-b .user-menu i{
    width: 27px;
    height: 27px;
}
.header-b .user-menu .basket-container{
    margin-left: 15px;
}
.header-b .user-menu .favorites-container{
    margin-left: 31px;
}
.header-b .user-menu i.basket{
    background-image: url('assets/images/basket.svg');
}
.header-b .user-menu i.favorites{
    background-image: url('assets/images/heart.svg');
}
.header-b .user-menu .basket-container span,
.header-b .user-menu .favorites-container span{
    background-color: var(--custom-red1);
    height: 24px;
    width: 25px;
    right: -13px;
    top: -12px;
}
.header-c .item{
    width: 170px;
}
.header-c .item.open{
    background-color: var(--custom-grey1);
}
.header-c .item.open img{
    filter: brightness(0) saturate(100%) invert(9%) sepia(99%) saturate(4706%) hue-rotate(352deg) brightness(126%) contrast(90%);
}
.header-c .item.open span{
    color: var(--custom-red1);
}
.header-c .item img{
    height: 42px;
}
.header-c-item-container .products-list-item.separator{
    border-left: 1px solid var(--custom-grey4);
    padding-left: 3%;
}
.header-c-item-container{
    transform: translate(-50%, 0%);
    border-bottom-width: 1px;
    border-bottom-color: var(--custom-grey1);
    z-index: 100;
}
.header-c-item-container .bottom-menu-parent::after{
    content: url('assets/images/right_arrow.svg');
    display: inline-block;
    position: absolute;
    width: 7px;
    right: 10px;
    top: 33%;
}
.header-c-item-container .bottom-menu-parent.active{
    color: var(--custom-red1);
}
#mobileMenuContentContainer .products-list-item ul li::before,
.header-c-item-container .products-list-item ul li::before{
    content: url('assets/images/square.svg');
    position: absolute;
    display: inline-block;
    left: 0;
    top: -2px;
}
.header-c-item-container .bottom-menu-parent.active::after,
.header-c-item-container .products-list-item ul li::before,
#mobileMenuContentContainer .products-list-item ul li::before{
    filter: brightness(0) saturate(100%) invert(9%) sepia(99%) saturate(4706%) hue-rotate(352deg) brightness(126%) contrast(90%);
}
.header-c-item-container .bottom-container{
    background-color: var(--custom-grey4);
    border-radius: 0px 0px 20px 0;
}
.header-c-item-container .multimedia-list-item .img-container{
    height: 130px;
}
@media (min-width: 992px){
    header .search > *{
        border: 1px solid var(--custom-grey1);
    }
    header .search:hover input,
    header .search:hover > a{
        background-color: var(--custom-grey1);
    }
    .header-b .profile.open{
        background-color: var(--custom-grey1);
    }
    .header-b .profile.open{
        border-radius: 20px 20px 0 0;
    }
    .header-b .user-menu .basket-container:hover i,
    .header-b .user-menu .favorites-container:hover i,
    .header-b .user-menu a:hover:not(.basket-container, .favorites-container),
    .header-b .user-menu .profile:hover span{
        filter: invert(17%) sepia(92%) saturate(3692%) hue-rotate(349deg) brightness(84%) contrast(97%);
    }
    .header-c-item-container{
       height: 60vh;
       overflow-x: hidden;
       overflow-y: auto;
    }
}
@media (max-width: 1199px){
    .header-b .user-menu a.favorites{
        margin-left: 20px;
    }
    .header-b .profile{
        padding-left: 10px;
        padding-right: 10px;
    }
    .header-b .profile span::after{
        margin-left: 15px;
    }
    .header-b .user-menu .basket-container{
        margin-left: 10px;
    }
}
@media (max-width: 991px){
    body.mobileMenuActive{
        overflow: hidden;
    }
    body.mobileMenuActive::after {
        display: block;
        position: fixed;
        background-color: var(--custom-black1);
        opacity: 0.6;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: '';
        overflow: hidden;
        z-index: 900;
    }
    header .search a::after{
        right: 0;
        top: 0;
    }
    .header-b .logo{
        height: 40px;
        min-width: 130px;
    }
    .header-b .user-menu a.favorites{
        margin-left: 20px;
    }
    .header-b .profile{
        padding: 0;
    }
    .header-b .profile span::after{
        position: initial;
    }
    .header-c.mobile{
        border-style: solid none;
        border-color: var(--custom-grey3);
        border-width: 1px;
    }
    .header-c .hamburger{
        background-image: url('assets/images/hamburger.svg');
        height: 18px;
        width: 25px;
    }
    .header-c .search-container::before{
        content: '';
        position: absolute;
        background-color: var(--custom-grey3);
        display: inline-block;
        width: 1px;
        height: 56px;
        top: -16px;
    }
    .header-mobile .menu-search-bar,
    .header-mobile .menu-search-bar input{
        background-color: var(--custom-grey4);
    }
    .header-mobile .menu-search-bar .search{
        background-image: url('assets/images/magnifier.svg');
        width: 22px;
        height: 22px;
        background-position-x: left;
    }
    .header-mobile .menu-search-bar .account{
        background-image: url('assets/images/user.svg');
        width: 27px;
        height: 27px;
        background-position: center;
    }
    .header-mobile .menu-content img{
        width: 30px;
        height: 30px;
    }
    .header-mobile .menu-content ul li::after{
        content: url('assets/images/right_arrow_bolder.svg');
        width: 6px;
        height: 10px;
        display: inline-block;
        position: absolute;
        right: 5px;
    }
    #accordionMobileMenu{
        height: 75vh;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header-mobile #mobileMenuContentContainer,
    .header-mobile #mobileMenuContentContainer.showMenuContent{
        transition: all 0.3s ease-out;
    }
    .header-mobile #mobileMenuContentContainer{
        left: 100vw;
    }
    .header-mobile #mobileMenuContentContainer.showMenuContent{
        left: 0vw;
        z-index: 100;
    }
    .header-mobile .mobileMenuBack{
        background-image: url('assets/images/left_arrow.svg');
        width: 14px;
        height: 18px;
    }
    .header-mobile .bottom-separator:not(:last-child){
        border-bottom: 1px solid var(--custom-grey3);
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .header-mobile .accordion-button::after{
        background-image: url('assets/images/bottom_arrow_bolder.svg');
        background-position: center;
        background-size: contain;
        width: 15px;
        height: 15px;
    }
    .header-mobile .accordion-button.mobileMenuParent::after{
        transform: rotate(270deg);
    }
    .header-mobile .multimedia-list-item .img-container{
         height: 150px;
    }
}
/*header; END*/

/*search engine; BEGIN*/
.search-container-popup{
    z-index: 1000;
}
.search-container-popup ul li a{
    width: 100%;
    display: flex;
    align-items: center;
    height: 30px;
}
.search-container-popup .search-popup .group:not(:last-of-type):not(.d-none){
    border-bottom: 2px solid var(--custom-grey1);
}
.search-container-popup .search-popup ul li {
    display: flex;
    justify-content: start;
    align-items: center;
}
.search-container-popup .search-popup li::before {
    content: url('assets/images/magnifier.svg');
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
@media (min-width: 992px) {
    .search-container-popup .search-popup ul li {
        border-radius: 20px;
        margin: 10px;
        padding: 10px 20px;
    }
    .search-container-popup {
        border-radius: 10px;
    }
    .search-container-popup .search-popup li:hover {
        background-color: var(--custom-grey1);
    }
}
@media (max-width: 991px) {
    .search-container-popup .search-popup ul li {
        border-radius: 20px;
        margin: 20px 0;
        padding: 0;
    }
}
/*search engine; END*/

/*section banner; BEGIN*/
.section-banner .swiper,
.section-banner .swiper-slide{
    height: 750px;
}
.section-banner .header-container{
    background-color: var(--custom-black1);
}
.section-banner .additional-link{
    bottom: 40px;
    border-color: transparent;
}
@media (max-width: 991px){  
    .section-banner .swiper,
    .section-banner .swiper-slide{
        height: 450px;
    }
    .section-banner .additional-link{
        bottom: 20px;
    }
}
/*section banner; END*/



/*section categories; BEGIN*/
.section-categories .swiper-control{
    top: 50%;
}
.section-categories .img-container{
    height: 120px;
}
@media (min-width: 992px){  
    .section-categories .swiper{
        width: 95%;
    }
    .section-categories a .img-container img{
        z-index: 10;
    }
    .section-categories a .img-container::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 75%;
        background: url('assets/images/round_shadow.png') no-repeat center top / contain;
        transition: opacity 0.5s ease;
        opacity: 0;
    }
    .section-categories a:hover .img-container::after{
        opacity: .75;
    }
}
@media (max-width: 991px){  
    .section-categories .img-container{
        height: 100px;
    }
}
/*section categories; BEGIN*/



/*section product reviews; BEGIN*/
.section-product-reviews .item .img-container{
    height: 400px;
}
@media (min-width: 992px){
    .section-product-reviews .item:hover p{
        color: var(--custom-red1);
    }
}
@media (max-width: 991px){  
    .section-product-reviews .item .img-container{
        height: 250px;
    }
    .section-product-reviews .swiper-wrapper{
        height: 425px;
    }
}
/*section product reviews; END*/



/*section model list; BEGIN*/
.section-model-list .container-fluid{
    background-color: var(--custom-grey4);
}
.section-model-list .img-container{
    height: 225px;
}
@media (min-width: 992px){
    .section-model-list a .img-container img{
        z-index: 10;
    }
    .section-model-list a .img-container::after{
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 100%;
        height: 90%;
        background: url('assets/images/round_shadow_grey.png') no-repeat center top / contain;
        transition: opacity 0.5s ease;
        opacity: 0;
    }
    .section-model-list a:hover .img-container::after{
        opacity: .75;
    }
}
@media (max-width: 991px){
    .section-model-list .swiper-wrapper{
        height: 200px;
    }
    .section-model-list .img-container{
        height: 115px;
    }
}
/*section model list; END*/



/*section latest products; BEGIN*/
@media (min-width: 992px){
    .section-latest-products .swiper{
        width: 85%;
    } 
    .section-latest-products .swiper-button-prev::after,
    .section-latest-products .swiper-button-next::after{
        width: 37px;
        height: 68px;
    }
}
@media (min-width: 1200px){
    .section-latest-products .swiper{
        width: 90%;
    }
}
/*section latest products; END*/



/*section opinions; BEGIN*/
.section-opinions .container-fluid{
    background-color: var(--custom-grey4);
    padding: 100px 0;
}
.section-opinions #opinionsMasonryContainer{
    left: 0;
}
.section-opinions .opinion-item{
    background-color: #ffffff;
}
.section-opinions .opinion-item .header img{
    width: 70px;
    height: 70px;
}
.section-opinions .opinion-item .content img{
    height: 220px;
}
.section-opinions .opinion-item p{
    color: var(--custom-black1);
}
.section-opinions.category .opinion-item,
.section-opinions.category .modal .modal-header,
.section-opinions.category .modal .opinion-item-container{
    background-color: var(--custom-grey4);
}
.section-opinions.category .swiper-control{
    top: 45%;
}
.section-opinions.category .swiper-control .swiper-button-prev{
    left: -5px;
}
.section-opinions.category .swiper-control .swiper-button-next{
    right: 20px;
}
@media (min-width: 768px){
    .section-opinions .opinion-item{
        width: 48%;
    }
}
@media (min-width: 992px){
    .section-opinions.category .swiper{
        width: 95%;
    }
    .section-opinions .opinion-item{
        width: 49%;
    }
}
@media (min-width: 1200px){
    .section-opinions .opinion-item{
        width: 32%;
    }
}
@media (min-width: 1400px){
    .section-opinions .opinion-item{
        width: 23%;
    }
}
@media (max-width: 1399px){
    .section-opinions .opinion-item .content img{
        height: 160px;
        width: 100%;
    }
}
@media (min-width: 992px) and (max-width: 1399px){
    .section-opinions.category .swiper{
        width: 90%;
    }
}
@media (max-width: 991px){
    .section-opinions.category .swiper-pagination{
        bottom: -20px;
    }
    .section-opinions .container-fluid{
        padding: 30px 0;
    }
    .section-opinions .container{
       max-width: 100%;
    }
}
/*section opinions; END*/


/*section more accessories; BEGIN*/
.section-more-accessories .item .img-container{
    height: 180px;
}
.section-more-accessories .item span{
    color: var(--custom-grey2);
}
.section-more-accessories .container{
    border-bottom: 1px solid var(--custom-grey1);
}
@media (min-width: 992px){
    .section-more-accessories .item:hover p{
        color: var(--custom-red1);
    }
    .section-more-accessories .container{
    padding-bottom: 80px;
    }
}
/*section more accessories; END*/


/*section much text; BEGIN*/
body:not(.page-template-select-model-page) .section-much-text img{
    height: 80px;
}
.page-template-select-model-page .section-much-text img{
    margin-right: 20px;
}
.section-much-text p{
    color: var(--custom-black1);
}
@media (min-width: 576px){
    .section-much-text .text-item{
        width: 48%;
    }
}
/*section much text; END*/


/*section page header; BEGIN*/
.section-page-header .header p{
    color: var(--custom-black1);
}
/*section page header; END*/


/*section collections; BEGIN*/
.section-collections{
    height: 260px;
}
.section-collections.hidden{
    opacity: 0;
}
.section-collections .collections .item{
    height: 230px;
    width: 190px;
    background-color: var(--custom-grey4);
    transition: background-color 0.25s ease;
}
.section-collections .collections .btnarrow{
    background-image: url('assets/images/right_arrow_lighter.svg');
    width: 15px;
    height: 27px;
}
.section-collections .collections .alternative .btnarrow{
    transform: rotate(-180deg);
}
.section-collections .collections .item .image-container{
    height: 85%;
}
.section-collections .collections .item .image-container img{
    transition: transform 0.25s ease;
}
.section-collections .collections .single .collections-container{
    width: 93%;
}
.section-collections .collections .double{
    width: 95%;
}
.section-collections .collections .double .collections-container{
    width: 83%;
}
.section-collections .collections .swiper-button-prev,
.section-collections .collections .swiper-button-next{
    width: 24px;
    height: 44px;
}
.section-collections .collections .swiper-button-prev::after,
.section-collections .collections .swiper-button-next::after{
    width: 100%;
    height: 100%;
}
.section-collections .collections .swiper-button-prev{
    left: -50px;
}
.section-collections .collections .swiper-button-next{
    right: -50px;
}
.section-collections .collections .swiper-button-prev::after{
    content: url('assets/images/left_arrow_lighter.svg');
}
.section-collections .collections .swiper-button-next::after{
    content: url('assets/images/right_arrow_lighter.svg');
}
.section-collections .collections-container .item.active{
    border: 2px solid var(--custom-black1);
    background-color: initial;
}
@media (min-width: 992px){
    .section-collections .collections .item:hover:not(.button){
        border: 2px solid var(--custom-black1);
        background-color: initial;
    }
    .section-collections .collections .active{
        border: 2px solid var(--custom-black1);
        background-color: initial;
    }

    .section-collections .collections .item:hover:not(.button) .image-container img{
        transform: scale(1.25);
    }
}
@media (max-width: 1799px){
    .section-collections .collections .double .collections-container{
        width: 81%;
    }
}
@media (max-width: 1599px){
    .section-collections .collections .double .collections-container{
        width: 78%;
    }
    .section-collections .collections .single .collections-container{
        width: 91%;
    }
}
@media (max-width: 1399px){
    .section-collections .collections .double .collections-container{
        width: 75%;
    }
}
@media (max-width: 1199px){
    .section-collections .collections .double .collections-container{
        width: 71%;
    }
    .section-collections .collections .swiper-button-next{
        right: -40px;
    }
    .section-collections .collections .swiper-button-prev{
        left: -40px;
    }
}
@media (max-width: 991px){
    .section-collections{
        overflow: hidden;
        border-bottom: 1px solid var(--custom-grey1);
        height: 215px;
    }
    .section-collections .collections .item{
        height: 190px;
        width: 125px;
    }
    .section-collections .collections .double .collections-container{
        width: 79%;
    }
    .section-collections .collections .swiper-pagination{
        bottom: -40px;
    }
}
@media (max-width: 768px){
    .section-collections .collections .double .collections-container{
        width: 73%;
    }
}
/*section collections; END*/


/*section product list; BEGIN*/
.categories-tree .parrent::after{
    content: url('assets/images/bottom_arrow_lighter.svg');
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 8px;
}
.categories-tree .parrent.show::after{
    content: url('assets/images/top_arrow_lighter.svg');
}
.categories-tree li a.active{
    filter: brightness(0) saturate(100%) invert(16%) sepia(69%) saturate(5336%) hue-rotate(350deg) brightness(86%) contrast(94%);
}
@media (min-width: 992px){
    .section-product-list .categories-tree li a:hover{
        filter: brightness(0) saturate(100%) invert(16%) sepia(69%) saturate(5336%) hue-rotate(350deg) brightness(86%) contrast(94%);
    }
}
@media (max-width: 991px){
    .section-product-list .filterButton::before{
        content: url('assets/images/sliders_horizontal.svg');
        margin-right: 14px;
        width: 18px;
        height: 16px;
    }
}
/*section product list; END*/


/*section common links; BEGIN*/
.section-common-links .item{
    border: 1px solid var(--custom-grey5);
}
.section-common-links .item .image-container{
    height: 45px;
    width: 40px;
}
.section-common-links .item p{
    max-width: 120px;
}
@media (min-width: 992px){
    .section-common-links .item:hover{
        filter: brightness(0) saturate(100%) invert(16%) sepia(69%) saturate(5336%) hue-rotate(350deg) brightness(86%) contrast(94%);
    }
}
@media (max-width: 991px){
    .section-common-links .item{
        max-width: 160px;
    }
    .section-common-links .item .image-container{
        height: 27px;
        min-width: 22px;
    }
    .section-common-links .item p{
        max-width: fit-content;
    }
}
/*section common links; END*/


/*section seo text; BEGIN*/
.section-seo-text h3{
    color: var(--custom-black1);
}
/*section seo text; END*/


/*section product main; BEGIN*/
.section-product-main .breadcrumbs,
.section-product-main .additional-information,
.section-product-main .shop .crossed-out,
.section-product-main .shop .prices p{
    color: var(--custom-grey2);
}
.section-product-main .shop .price,
.section-product-main .shop .short-description ul li,
.section-product-main .shop .short-description ul li p{
    color: var(--custom-black1);
}
.section-product-main .gallery-container .swiper-button-prev::after{
    content: url('assets/images/left_arrow_lighter.svg');
}
.section-product-main .gallery-container .swiper-button-next::after{
    content: url('assets/images/right_arrow_lighter.svg');
}
.section-product-main .gallery-container .swiper-button-prev::after,
.section-product-main .gallery-container .swiper-button-next::after{
    width: 24px;
    height: 44px;
}
.section-product-main #swiperProductGalleryContent .image-container{
    height: 575px;
}
.section-product-main #swiperProductGalleryThumbnail .image-container{
    height: 100px;
}
.section-product-main #swiperProductGalleryThumbnail .image-container.swiper-slide-thumb-active{
    border: 1px solid var(--custom-black1);
}
.section-product-main .shop .outlet{
    color: var(--custom-red1);
}
.section-product-main .bundle .item{
    width: 180px;
}
.section-product-main .bundle .item.selected{
    border-color: var(--custom-black1) !important;
}
.section-product-main .bundle .item .img-container{
    height: 80px;
}
.section-product-main .bundle .swiper-button-container{
    width: 30px;
}
.section-product-main .bundle .swiper-button{
    top: -7px;
}
.section-product-main .bundle .swiper-button,
.section-product-main .bundle .swiper-button::after{
    width: 7px;
}
.section-product-main .basket span.free-shipping::before{
    content: url('assets/images/truck.svg');
    top: 2px;
}
.section-product-main .basket span.favorites::before{
    content: url('assets/images/heart_filled.svg');
    top: 4px;
}
.section-product-main .basket .add-to-basket{
    background-color: var(--custom-red1);
    border-color: var(--custom-red1);
    color: #ffffff;
}
.section-product-main .boxes .delivery-time .children-vertical-separator > *:not(:last-child):after{
    background-color: var(--custom-grey3);
    width: 1px;
    content: '';
    margin: 0 20px;
}
.section-product-main .boxes .delivery-time .time:before{
    content: url('assets/images/clock.svg');
}
.section-product-main .boxes i{
    width: 18px;
    height: 19px;
}
.section-product-main .boxes > :not(.delivery-time) span{
    color: var(--custom-grey2);
}
.section-product-main .boxes .question-mark{
    background-image: url('assets/images/question_mark.svg');
}
.section-product-main .short-description img{
	width: 65px;
	height: 65px;
	margin-left: 10px;
}
@media (min-width: 992px){
    .section-product-main .basket .add-to-basket{
        width: 66%;
    }
    .section-product-main .boxes .cursor-pointer:hover{
        color: var(--custom-red2);
    }
    .section-product-main .boxes .cursor-pointer:hover i{
        filter: brightness(0) saturate(100%) invert(22%) sepia(100%) saturate(2778%) hue-rotate(346deg) brightness(81%) contrast(106%);
    }
    .section-product-main .basket .add-to-basket:hover{
        background-color: var(--custom-red2);
        border-color: var(--custom-red2);
    }
    .section-product-main .basket span::before{
        position: absolute;
        left: 0;
    }
}
@media (min-width: 1400px){
    .section-product-main .basket .add-to-basket{
        width: 75%;
    }
}
@media (max-width: 1599px){
    .section-product-main .boxes .delivery-time .children-vertical-separator > *:not(:last-child):after{
        margin: 0 10px;
    }
    .section-product-main .buttons button:first-of-type{
        margin-bottom: 10px;
    }
}
@media (max-width: 1399px){
    .section-product-main #swiperProductGalleryContent .image-container{
        height: 400px;
    }
    .section-product-main #swiperProductGalleryThumbnail .image-container{
        height: 70px;
    } 
}
@media (max-width: 1199px){
    .section-product-main #swiperProductGalleryContent{
        height: 330px;
    }
    .section-product-main #swiperProductGalleryContent .image-container{
        height: 95%;
    }
}
@media (max-width: 991px){
    .section-product-main.product-mobile .rating .stars span{
        width: 15px;
        height: 15px;
    }
   .section-product-main.product-mobile .free-shipping::before{
      position: absolute;
      left: 0;
    }
   .section-product-main #swiperProductGalleryContent .image-container{
        height: 85%;
    }
   .section-product-main #swiperProductGalleryContent{
        height: 410px;
    }
}
@media (max-width: 575px){
    .section-product-main .basket button{
        width: 100%;
    }
   .section-product-main #swiperProductGalleryContent{
        height: 370px;
    }
}
/*section product main; END*/


/*section product content; BEGIN*/
.section-product-content .menu ul li a:not(.fw-bold){
    color: var(--custom-grey2);
}
.section-product-content .menu ul li:first-child a{
    background-image: url('assets/images/circle_arrow_up.svg');
    height: 22px;
    width: 22px;
}
.section-product-content .upsell-container span{
    border: 1px solid var(--custom-black1);
}
.section-product-content #produkt_faq .box-container{
  color: var(--custom-black1);
}
.section-product-content #produkt_faq .box-container .post:not(:first-child)::before{
   content: '';
   position: absolute;
   left: 0;
   background-color: var(--custom-grey3);
   height: 100%;
   border-radius: 10px;
   width: 5px;
}
.section-product-content #produkt_faq .box-container .post .image-container{
   width: 50px;
   height: 50px;
}
.section-product-content #produkt_faq .box-container .post  p,
.section-product-content #produkt_opinie .opinion p{
   background-color: var(--custom-grey4);
}
.section-product-content #produkt_opinie{
   color: var(--custom-black1);
}
.section-product-content #produkt_opinie .rating .star{
   width: 24px;
   height: 23px;
}
.section-product-content #produkt_opinie .rating-row .star,
.section-product-content #produkt_opinie .opinion .star{
   width: 18px;
   height: 17px;
}
.section-product-content #produkt_opinie .rating-row .bar{
   background-color: var(--custom-grey3);
   height: 10px;
   width: 75%;
}
.section-product-content #produkt_opinie .rating-row .bar div{
   background-color: var(--custom-blue);
}
.section-product-content #produkt_opinie .opinion .img-container{
   height: 95px;
   width: 95px;
}
.section-product-content #produkt_opis .image-container{
   height: 650px;
}
.section-product-content #produkt_opis h2{
    margin-bottom: 50px;
}
.section-product-content #produkt_opis h3{
    margin-top: 30px;
    margin-bottom: 20px;
}
@media (min-width: 0px){
   .section-product-content #produkt_faq .box-container,
   .section-product-content #produkt_opinie .box-container,
   .section-product-content #produkt_opis .box-container{
      width: 100%;
   }
}
@media (min-width: 992px){
    .section-product-content .menu ul li:first-child a:hover{
        filter: brightness(0) saturate(100%) invert(22%) sepia(100%) saturate(2778%) hue-rotate(346deg) brightness(81%) contrast(106%);
    }
    .section-product-content .upsell-container span:hover{
        border: 1px solid var(--custom-red1);
        color: var(--custom-red1);
    }
    .section-product-content #produkt_akcesoria .swiper{
        width: 90%;
    }
    .section-product-content #produkt_akcesoria .swiper-control{
        top: 40%;
    }
    .section-product-content #produkt_opinie .internal{
      width: 33%;
   }
}
@media (min-width: 1200px){
   .section-product-content #produkt_faq .box-container,
   .section-product-content #produkt_opinie .box-container,
   .section-product-content #produkt_opis .box-container{
      width: 90%;
   }
   
   .section-product-content #produkt_opis .content-box{
      width: 50%;
   }
   
}
@media (min-width: 1400px){
    .section-product-content #produkt_akcesoria .swiper-button-prev::after,
    .section-product-content #produkt_akcesoria .swiper-button-next::after{
        width: 20px;
        height: 30px;
    }
    .section-product-content #produkt_faq .box-container,
   .section-product-content #produkt_opinie .box-container,
   .section-product-content #produkt_opis .box-container{
      width: 70%;
   }
}
@media (max-width: 991px){
    .section-product-content .upsells{
        height: 80px;
    }
    .section-product-content .upsell-container span{
        height: 60px;
        width: 200px;
    }
   .section-product-content #produkt_faq .box-container .post .image-container{
      height: 45px;
   }
   .section-product-content #produkt_faq .box-container .post:not(:first-child)::before{
      left: -20px;
   }
   .section-product-content #produkt_opinie .rating-row .bar{
      width: 100%;
   }
   .section-product-content #produkt_opinie .opinion .img-container{
      height: 50px;
      width: 50px;
   }
   .section-product-content #produkt_opis .image-container{
      height: 300px;
   } 
}
/*section product content; END*/



/*section blog; BEGIN*/
.section-blog-main-categories .item{
    border: 1px solid var(--custom-black1);
}
.section-blog-main-latest .post.big-tile .image-container{
   height: 430px;
}
.section-blog-main-latest .post.small-tile .image-container{
   height: 150px;
}
.section-blog-main-latest .post .date{
   color: var(--custom-black1);
}
.section-blog-main-category .category .image-container,
.section-blog-category-posts .post .image-container{
   height: 190px;
}
.section-blog-category-lastpost .background{
   height: 590px;
}
.section-blog-category-posts .category .header h2,
.section-blog-category-posts .category .header span,
.section-blog-single-content{
   color: var(--custom-black1);
}
.section-blog-main-banner .box{
   height: 360px;
}
.section-blog-single-header span{
   color: var(--custom-black1);
}
.section-blog-single-banner .image-container{
   height: 600px;
}
.section-blog-single-content .social-media-container ul li:before{
   display: inline-block;
   position: absolute;
   left: 0;
}
.section-blog-single-content .social-media-container ul li.facebook:before{
   content: url('assets/images/facebook_logo.svg');
   width: 8px;
}
.section-blog-single-content .social-media-container ul li.twitter:before{
   content: url('assets/images/twitter_logo.svg');
   width: 12px;
}
.section-blog-single-content .social-media-container ul li.linkedin:before{
   content: url('assets/images/linkedin_logo.svg');
   width: 12px;
}
.section-blog-single-content .social-media-container ul li.raw-link:before{
   content: url('assets/images/rawlink_icon.svg');
   width: 12px;
}
.section-blog-single-content .contents-list ul{
   list-style: disc;
   color: var(--custom-red1);
}
.section-blog-single-content .contents-list ul li:hover{
   color: var(--custom-red2);
}
.section-blog-single-content hr{
   color: var(--custom-grey2);
}
.section-blog-single-content .about-author .image-container{
   width: 65px;
   height: 65px;
}
.section-blog-single-content .post .image-container{
   height: 205px;
}
.section-blog-single-content .recommend .swiper-button-prev::after{
    content: url('assets/images/left_arrow_lighter.svg');
}
.section-blog-single-content .recommend .swiper-button-next::after{
    content: url('assets/images/right_arrow_lighter.svg');
}
.section-blog-single-content .recommend .swiper-button-prev,
.section-blog-single-content .recommend .swiper-button-next{
    width: 22px;
    height: 41px;
}
@media (min-width: 992px){
    .section-blog-main-header .separator,
    .section-blog-main-category .separator{
        border-bottom: 1px solid var(--custom-grey3);
    }
    .section-blog-main-categories .item.active,
    .section-blog-main-categories .item:hover{
        background-color: var(--custom-red1);
        border-color: var(--custom-red1);
    }
    .section-blog-main-categories .item.active a,
    .section-blog-main-categories .item:hover a{
        color: var(--custom-white);
    }
   .section-blog-main-latest .post:hover h2,
   .section-blog-main-latest .post:hover span,
   .section-blog-main-category .category:hover h2,
   .section-blog-main-category .category:hover span,
   .section-blog-main-banner .content a:hover,
   .section-blog-category-lastpost a:hover,
   .section-blog-category-posts .post:hover h2,
   .section-blog-category-posts .post:hover span{
      color: var(--custom-red1) !important;
   }
   .section-blog-main-latest .post.small-tile > div{
      width: 45%;
   }
   .section-blog-main-banner .content a:hover,
   .section-blog-category-lastpost a:hover{
      border-color: var(--custom-red1) !important;
   }
   .section-blog-category-lastpost .link-col{
      text-align: end;
   }
   .section-blog-main-banner .box .content{
      width: 50%;
   }
   .section-blog-single-content .recommend .swiper{
        width: 90%;
    }
}
@media (min-width: 1600px){
   .section-blog-main-banner .box .content{
      width: 33%;
   }
}
@media (min-width: 1400px){
   .section-blog-main-latest .post.big-tile{
      width: 97%;
   }
}
@media (max-width: 991px){
   .section-blog-main-categories .item{
       width: fit-content;
   }
   .section-blog-main-latest .post.small-tile .image-container,
   .section-blog-main-latest .post.big-tile .image-container,
   .section-blog-single-content .post .image-container{
      height: 185px;
   }   
   .section-blog-category-lastpost .background{
      height: 380px;
   }
   .section-blog-category-much-text h3{
      text-align: center;
   }
   .section-blog-main-banner .box .content{
      width: 75%;
   }
   .section-blog-single-banner .image-container{
      height: 390px;
   }
   .section-blog-single-content .social-media-container ul li{
      width: 25%;
   }
   .section-blog-single-content .about-author .image-container{
      width: 48px;
      height: 48px;
   }
   .section-blog-category-posts .advertisement-tile{
      height: 355px;
   }
   .section-blog-single-content .recommend .swiper{
       height: 500px;
   }
}
@media (max-width: 576px){
   .section-blog-single-content .social-media-container ul li{
      width: 50%;
   }
}
@media (max-width: 375px){
   .section-blog-single-content .recommend .swiper{
       height: 520px;
   }
}
@media (max-width: 360px){
   .section-blog-single-content .social-media-container ul li{
      width: 100%;
   }
}
/*section blog; END*/


/*page contact; BEGIN*/
.page-contact .gutenberg-container{
    background-color: var(--custom-grey1);
}
.contact-form .submit p{
    display: flex;
    flex-direction: column;
    align-items: end;
}
.contact-form .submit p input{
    width: fit-content;
}
.contact-form .submit p .wpcf7-spinner{
    margin-top: 15px;
}
/*page contact; END*/


/*footer; BEGIN*/
footer .social-gallery-container{
    background-color: var(--custom-grey4);
}
footer .social-gallery-container p{
    color: var(--custom-grey2);
}
footer .social-gallery-container p span{
    color: var(--custom-black1);
}
footer .social-gallery-container p::before{
    content: url('assets/images/instagram_logo.svg');
    position: absolute;
    width: 33px;
    height: 33px;
    left: 0;
}
footer .social-gallery-container img{
    height: 365px;
}
footer .sepatator-bottom{
    border-bottom: 1px solid var(--custom-black2) !important;
}
.footer-a .characteristics .item{
    width: 200px;
}
.footer-a .characteristics img{
    width: 44px;
    height: 55px;
}
.footer-b .logo{
    height: 50px;
    width: 195px;
}
.footer-b .newsletter input{
    color: var(--custom-black1);
}
.footer-b .newsletter a{
    background-color: var(--custom-red1);
    letter-spacing: 0.8px;
}
.footer-b .social-media .item img{
    width: 38px;
    height: 38px;
}
.footer-c .menu span{
    width: 20px;
    height: 20px;
}
.footer-d img{
    width: 70px;
}
@media (min-width: 1400px){
    .footer-b::after{
        content: '';
        position: absolute;
        background-color: var(--custom-black2);
        display: inline-block;
        width: 1px;
        height: calc(100% + 23%);
        top: -45px;
        right: 5%;
    }
}
@media (min-width: 1600px){
    .footer-b{
        padding-right: 100px;
    }
    .footer-b::after{
        right: 10%;
    }
}
@media (min-width: 992px){
    .footer-b .newsletter a:hover{
        background-color: var(--custom-red2);
    }
    .footer-c .menu a:hover{
        filter: brightness(0) saturate(100%) invert(10%) sepia(99%) saturate(5746%) hue-rotate(2deg) brightness(99%) contrast(116%);
    }
}
@media (max-width: 991px){
    #menuMobileCloseButton{
        background-image: url('assets/images/x.svg');
        width: 45px;
        height: 35px;
    }
    .footer-a .characteristics .item{
        width: 150px;
    }
    .footer-c .accordion-button::after{
        filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7457%) hue-rotate(133deg) brightness(95%) contrast(113%);
    }
    footer .social-gallery-container img{
        height: 195px;
    }
}
@media (max-width: 575px){
    .footer-b .newsletter input{
        width: 50%;
    }
}
/*footer; END*/