:root {
    --border-color: #e0e0e0;
}

@font-face {
    font-family: 'robotolight';
    font-weight: normal;
    font-style: normal;
}

@media (max-width: 767px) {
    #banner-black-week-comments {
        display: none;
    }
}

/* .pb-left-column ************************************************************************/
#image-block {
    position: relative;
    display: block;
    cursor: pointer;
    padding-right: 5px;
    /*border: 1px solid #dbdbdb;*/
    background: white;
}


@media (max-width: 767px) {
    .pb-left-column #image-block {
        width: 280px;
        margin: 0 auto;
    }
}

#image-block img {
    background: #fbfbfb;
    /*width: 100%;*/
    float: left;
}

#image-block .ribbon {
    position: absolute;
}

#image-block #view_full_size .span_link {
    position: absolute;
    bottom: -7px;
    left: 70px;
    z-index: 0;
    margin-left: -68px;
    display: block;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
    color: #777676;
    width: 0;
    text-align: center;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

#image-block #view_full_size .span_link:after {
    font-family: "FontAwesome";
    color: #c0c0c0;
    font-size: 20px;
    line-height: 22px;
    content: "\f00e";
    font-weight: normal;
    margin: 0 0 0 4px;


}

#image-block #view_full_size .span_link:hover:after {
    color: #333333;

}

#image-block a.jqzoom div div img {
    width: auto;
    max-width: 10000px;

}

#image-block a.jqzoom div div .zoomWrapper {
    border: none;


}

#image-block .zoomPad {
    z-index: auto !important;


}

#image-block .new-box,
#image-block .sale-box {
    z-index: 5002;


}

#views_block {
    margin: 10px 20px 0 0;
}

/* miniatures */
.pb-left-column #views_block {
    margin-top: 10px;


}

@media (max-width: 767px) {
    .pb-left-column #views_block {
        width: 280px;
        margin: 0 auto;
    }
}

#thumbs_list {
    overflow: hidden;

}

@media (min-width: 768px) and (max-width: 991px) {
    #thumbs_list {
        width: 448px;
    }
}

@media (max-width: 767px) {
    #thumbs_list {
        width: 300px;
    }
}

@media (max-width: 359px) {
    #thumbs_list {
        width: 260px;
    }
}

#thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    height: 72px;
}

#thumbs_list li {
    display: inline-block;
    width: 70px;
    cursor: pointer;
    line-height: 0;
    margin: 0 5px;
}

#thumbs_list li.last {
    margin-right: 0;
}

#thumbs_list li a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right-width: 0;
}

#thumbs_list li a:hover, #thumbs_list li a.shown {
}

span.view_scroll_spacer {
    float: left;
    width: 39px;
    padding-left: 12px;
}

@media (min-width: 768px) and (max-width: 991px) {
    span.view_scroll_spacer {
        padding-left: 6px;
        width: 28px;
    }
}

#view_scroll_left,
#view_scroll_right {
    border: 1px solid;
    border-radius: 3px;
    margin-top: 0px;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    background-color: silver;
    color: white;
    padding: 27px 0;
    visibility: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
}

#view_scroll_left:before,
#view_scroll_right:before {
    padding-left: 2px;
    color: white;
    font-family: "FontAwesome";
    font-size: 30px;
    line-height: 0px;
}

#view_scroll_right {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
    transform: translateY(-50%);
}

#view_scroll_right:before {
    content: "";
}

#view_scroll_left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform: translateY(-50%);
}

#view_scroll_left:before {
    content: "";
    padding-right: 2px;
}

.resetimg {
    padding: 10px 0 0;
}

.resetimg #resetImages i {
    margin-right: 6px;
}

.view_scroll_spacer {
    margin-top: 38px;
}

#views_block {
    position: relative;
}

#views_block:hover #view_scroll_left, #views_block:hover #view_scroll_right {
    visibility: visible;
}

@media (min-width: 768px) and (max-width: 991px) {
    .view_scroll_spacer {
        margin-top: 28px;
    }
}

/* link list */
#usefull_link_block {
    list-style-type: none;
}

#usefull_link_block li {
    margin: 0 0 8px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    #usefull_link_block li {
        float: none !important;
    }
}

#usefull_link_block li:first-child {
    margin: 0 0 8px 0;
    border: none;
    padding: 0;
}

#usefull_link_block li a {
    color: #777676;
    font-weight: 700;
    position: relative;
    padding-left: 30px;
    line-height: 22px;
    display: inline-block;
}

#usefull_link_block li a:before {
    font-family: "FontAwesome";
    color: #333333;
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
    font-weight: normal;
}

#usefull_link_block li a:hover {
    color: #000;
}

@media (min-width: 768px) and (max-width: 991px) {
    #usefull_link_block li.print {
        margin: 8px 0 0;
        padding: 0;
        border: none;
    }
}

#usefull_link_block li.print a:before {
    content: "\f02f";
}

#usefull_link_block li.sendtofriend a:before {
    content: "\f003";
}

#usefull_link_block li#left_share_fb {
    clear: both;
    float: none;
}

#usefull_link_block li#left_share_fb a {
    padding-left: 18px;
}

#usefull_link_block li#left_share_fb a:before {
    content: "\f09a";
}

#usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
    cursor: pointer;
    font-weight: 700;
    clear: both;
    float: none;
    margin: 0 0 8px 0;
    border: none;
    padding: 0;
    position: relative;
}
/*
#usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
    font-family: "FontAwesome";
    color: #333333;
    font-size: 19px;
    line-height: 24px;
    position: absolute;
    top: -2px;
    left: 0;
    font-weight: normal;
    content: "\f08a";
}
*/
#usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
    color: #000;
}
/*
#usefull_link_block li#favoriteproducts_block_extra_removed:before {
    content: "\f004";
}
*/
/* pb-center-column ****************************************************************************** */
.pb-center-column {
    margin-bottom: 30px;
    /* form */
}

.pb-center-column h1 {
    padding-bottom: 16px;
    font-size: 20px;
    color: #3a3939;
}

.pb-center-column p {
    margin-bottom: 10px;
}

#product_reference {
    border-left: 5px;
    margin-bottom: 0px;
    float: left;
    margin-right: 20px;
}

#product_reference span {
    color: #333333;
}

#short_description_block .buttons_bottom_block {
    display: none;
}

.button_add-to-cart{
    display: flex;
}

#buy_block {
    font-size: 13px;
    padding: 0 15px;
}

.pb-center-column #buy_block {
    margin-top: 10px;
}

.pb-center-column #buy_block label {
    display: inline-block;
    width: 125px;
    font-weight: 700;
    font-size: 12px;
    text-align: right;
}

.pb-center-column #buy_block p.price {
    padding: 0;
}

.pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700;
}

#product p#loyalty {
    padding: 17px 0 15px 35px;
    border-top: 1px solid #d6d4d4;
    border-bottom: 1px solid #d6d4d4;
    margin: 10px 0 -5px;
    position: relative;
}

#product p#loyalty b {
    color: #333333;
}

#product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0;
}

#attributes fieldset {
    padding-bottom: 3px;
}

#attributes fieldset label {
    vertical-align: top;
    display: block;
}

#attributes .attribute_list {
    width: 100%;
}

#attributes .attribute_list .form-control {
    max-width: 230px;
}

#attributes .attribute_list .form-control option {
    background: white;
    color: #666666;
}

#attributes .attribute_list ul {
    clear: both;
}

#attributes .attribute_list ul li {
    float: left;
    margin-right: 10px;
}

#attributes .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px;
}

#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
    float: none;
    display: inline-block;
}

#attributes .attribute_list #color_to_pick_list {
    list-style-type: none;
}

#attributes .attribute_list #color_to_pick_list li {
    float: left;
    margin: 0 3px 3px 0;
    padding: 1px;
    border: 1px solid #d6d4d4;
    width: 26px;
    height: 26px;
    clear: none;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick {
    display: block;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

#attributes .attribute_list #color_to_pick_list li.selected {
    border: 1px solid #4d4d4d;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick img {
    display: block;
    height: 22px;
    width: 22px;
}

.box-cart-bottom {
    float: left;
    /*padding: 0 0 0 10px;*/
    min-height: 20px;
}

.product_attributes, .content_prices {
    /*margin-bottom: 20px;*/
}

#short_description_content a,
.page-product-box a {
    color: #333333;
    text-decoration: underline;
}

#short_description_content a.btn,
.page-product-box a.btn {
    text-decoration: none;
}


#center_column.col-sm-9 .col-md-3 .box-info-product {
    background: #f6f6f6;
    border: 1px solid #d2d0d0;
    border-top: 1px solid #b0afaf;
    border-bottom: 1px solid #b0afaf;
}

#center_column.col-sm-9 .col-md-3 .box-info-product p {
    margin-bottom: 7px;
    padding: 15px 10px 0;
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive {
    padding: 0;
    border-top: 1px solid #0079b6;
    border-right: 1px solid #006fa8;
    border-left: 1px solid #006fa8;
    border-bottom: 1px solid #012740;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    display: block;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
    background-image: -webkit-linear-gradient(#009ad0, #007ab7);
    background-image: -moz-linear-gradient(#009ad0, #007ab7);
    background-image: -o-linear-gradient(#009ad0, #007ab7);
    background-image: linear-gradient(#009ad0, #007ab7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009ad0', endColorstr='#007ab7', GradientType=0);
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
    font-family: "FontAwesome";
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    color: white;
    font-size: 25px;
    line-height: 47px;
    text-shadow: 0 1px #015883;
    content: "\f07a";
    z-index: 2;
    width: 51px;
    text-align: center;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

@media (max-width: 991px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:before {
        display: none;
    }
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added:before {
    content: "\f00c";
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.added.disabled:before, #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive.disabled:before {
    height: 51px;
    content: "\f110";
    animation: 2s linear 0s normal none infinite spin;
    -webkit-animation: 2s linear 0s normal none infinite spin;
    -moz-animation: 2s linear 0s normal none infinite spin;
    border: none;
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
    background: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 51px;
    content: "";
    width: 1px;
    z-index: 2;
}

@media (max-width: 991px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:after {
        display: none;
    }
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    border: none;
    border-top: 1px solid #006fa8;
    text-shadow: 0 1px #015883;
    padding: 12px 16px 14px;
    color: white;
    display: block !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1199px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    #center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
        padding: 8px 12px 10px;
        text-align: center;
    }
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:hover {
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
    background-image: -webkit-linear-gradient(#007ab7, #009ad0);
    background-image: -moz-linear-gradient(#007ab7, #009ad0);
    background-image: -o-linear-gradient(#007ab7, #009ad0);
    background-image: linear-gradient(#007ab7, #009ad0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7', endColorstr='#009ad0', GradientType=0);
    background-position: 0 0;
}


/* table_data_sheet */
.table-data-sheet {
    border-bottom: 1px solid #d6d4d4;
    width: 100%;
    margin: 0 0 20px;
    background: white;

}

.table-data-sheet tr {
    border-top: 1px solid #d6d4d4;

}

.table-data-sheet tr.even {
    background: #fdfdfd;

}

.table-data-sheet tr td {
    padding: 10px 20px 11px;

}

.table-data-sheet tr td:first-child {
    border-right: 1px solid #d6d4d4;
    width: 30%;
    font-weight: 700;
    color: #333333;

}

/* table product-discounts */
table.table-product-discounts {
    border: none;
    border-bottom: 1px solid #d6d4d4;
    border-right: 1px solid #d6d4d4;
    width: 50%;
    margin: 0 0 20px;
    background: white;

}

@media (max-width: 767px) {
    table.table-product-discounts {
        width: 100%;
    }

    .box-cart-bottom {
        float: none;
        padding: 0;
    }

    .box-cart-bottom button {
        width: 100%;
    }

}

table.table-product-discounts tr th {
    background: #fbfbfb;
    color: #333333;
    font-weight: 700;
    border: none;
    font-weight: 700;
}

table.table-product-discounts tr td,
table.table-product-discounts tr th {
    border-left: 1px solid #d6d4d4;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #d6d4d4;
    border-right: none;
    text-shadow: none;
    text-transform: none;
    line-height: 18px;
    border-bottom: none;
}

/* accessories  */
.accessories-block .block_description {
    display: none;
}

.accessories-block .exclusive span {
    font-size: 13px;
    line-height: 18px;
    padding: 2px 8px 3px;
    text-decoration: none;
}

.accessories-block .exclusive span:focus, .accessories-block .exclusive span:active {
    text-decoration: none;
}

/* quantity_wanted */
#quantity_wanted_p {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 10px;
}

@media (min-width: 991px) {
    #quantity_wanted_p {
        width: 100%;
    }
}

#quantity_wanted_p .btn {
    border: 1px solid var(--border-color);
    border-radius: 0;
    float: right;
    margin-left: 0px;
    text-align: center;
    font-size: 14px;
    padding: 2px 10px;
}

#quantity_up {
    content: "";
    font-family: "FontAwesome";
    color: black;
}

#quantity_down {
    content: "";
    font-family: "FontAwesome";
    color: black;
}

#quantity_wanted_p label {
    display: block;
    margin-bottom: 0;
    margin-right: 10px;
}

#add_to_cart .exclusive {
    color: #fff;
    border: medium none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 10px;
    width:100%;
}

/* availability_statut */
#availability_statut span#availability_label,
#availability_date_label {
    display: inline-block;
    width: 85px;
    font-weight: 700;
    font-size: 11px;
    text-align: right;
    line-height: 20px;
}

#quantityAvailable {
    color: #333333;
    font-size: 11px;
    line-height: 18px;
    font-weight: 800;
}

#quantityAvailableTxtMultiple {
    color: #333333;
    font-size: 11px;
    line-height: 18px;
    font-weight: 800;
}

#availability_value,
#last_quantities {
    font-weight: 800;
    font-size: 11px;
    line-height: 20px;
    display: inline-block;
    background: white;
    text-transform: capitalize;
}

#last_quantities {
    background: #fe9126;
    border: 1px solid #e4752b;
    padding: 4px 8px 3px;
    position: relative;
    top: 1px;
}

#availability_statut,
#pQuantityAvailable {
    display: inline-block;
}

#pQuantityAvailable span {
    font-weight: 700;
    color: #333333;
}

#availability_statut #availability_value.warning_inline {
    color: #ff0000;
    margin: 0;
}

/* box-security */
.box-security {
    border-top: 1px solid #dfdede;
    padding: 19px 19px 6px;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #fbfbfb));
    background-image: -webkit-linear-gradient(#ffffff, #fbfbfb);
    background-image: -moz-linear-gradient(#ffffff, #fbfbfb);
    background-image: -o-linear-gradient(#ffffff, #fbfbfb);
    background-image: linear-gradient(#ffffff, #fbfbfb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#fbfbfb', GradientType=0);
}

.discount {
    display: none;
}

.our_price_display {
    width: 100%;
    min-height: 35px;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    color: #3d3d3d;
    text-align: right;
}

#our_price_display {
    font-weight: 600;
}

.our_price_discount {
    font-size: 12px;
    line-height: 20px;
    font-weight: normal;
    color:#5d5d5d;
}

.our_price_display-percent {
    display: inline-block;
    margin: 0 0 0 16px;
    padding: 1px 3px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 15px;
    color: #ffffff;
    background: #99cc00;
    border: 1px solid #99cc00;
    margin-left: 5px !important;
    border-radius: 5px;
    min-width: 43px;
    text-align: center;
}

@media (max-width: 991px) {
    .our_price_display {
        font-size: 25px;
        line-height: 28px;
    }
}

#old_price {
    font-size: 20px;
    text-decoration: line-through;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 23px;
    color: var(--border-color);
    margin: 0 0 0 16px;
}

#reduction_percent,
#reduction_amount {

    display: inline-block;
    margin: 0 0 0 16px;
    padding: 1px 3px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #ffffff;
    background: #99cc00;
    border: 1px solid #99cc00;
    border-radius: 5px;
}

#reduction_percent span,
#reduction_amount span {
    display: block;
}

/* online_only */
p.online_only {
    font-weight: 700;
    font-size: 13px;
    color: #f13340;
    text-align: left;
}

/* brand */
.brand_name {
    font-size: 10px;
    line-height: 26px;
    text-transform: uppercase;
    color: #3d3d3d;
}

/* button_wishlist */
.product-wishlist-block {
    display: inline-block;
    padding-right: 15px;
}

.buttons_bottom_block #wishlist_button {
    font-weight: 400;
    color: #747474;;
    font-size: 14px;
}

/* button_compare */
.product-compare-block {
    display: inline-block;
}

.btn-product-add-to-compare:before {
    content: "";
    display: inline-block;
    color: #747474;;
    font: 400 14px "FontAwesome";
    height: 30px;
    margin: 0 15px 0 0;
    text-align: center;
    width: 10px;
}

.btn-product-add-to-compare {
    color: #747474;;
    font-size: 14px;
    font-weight: 400;
}

#title {
    color: #3d3d3d;
    font-size: 19px;
    font-weight: 500 !important;
    letter-spacing: -1px;
    line-height: 24px;
    /*margin-left: 19px;*/
}

.star_content {
    /*cursor: pointer;*/
    /* margin-bottom: 15px;*/
    display: flex;
    min-width: 82px;
}

.star_content span {
    font-size: 13px;
    color: #0066c0;
    text-transform: none;
}

.star_content span:hover {
    text-decoration: underline;
}

.star_content .star {
    color: #FFD800;
    float: left;
    font-size: 18px;
    margin-right: 4px;
    margin-bottom: -8px;

}

.star_content .comment_note-stars {
    width: 16px;
    margin-right: 1px;
}

#product_review_block {
    margin-bottom: 0px;
}

#product .product-title-block .star_content > span {
    display: block;
    color: #0066c0;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
    width: 555px;
    overflow: hidden;
}

@media (max-width: 767px) {
    #send_friend_form {
        width: 280px;
    }
}

#send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #d6d4d4;
}

#send_friend_form .product p {
    padding: 0;
    color: #333333;
}

#send_friend_form .product p .product_name {
    font-size: 12px;
    color: #000;
}

#send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #d6d4d4;
    background: #fbfbfb;
}

#send_friend_form .form_container p.intro_form {
    padding-bottom: 6px;
    font-weight: 700;
    font-size: 13px;
    color: #333333;
}

#send_friend_form .form_container p.txt_required {
    padding-bottom: 0;
    color: #666;
}

#send_friend_form .form_container .text {
    padding-bottom: 10px;
}

#send_friend_form .form_container .text label {
    display: block;
    padding: 0;
    width: 100%;
    font-size: 12px;
}

#send_friend_form .form_container .text input {
    padding: 0 5px;
    height: 22px;
    width: 100%;
    font-size: 12px;
    color: #666;
}

#send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right;
}

#send_friend_form .submit .btn {
    color: #fff;
}

/* PERSONNALISATION ##################################################################### */
p.infoCustomizable {
    margin-bottom: 30px;

}

ul#uploadable_files,
ul#text_fields {
    list-style-type: none;

}

.customizableProductsFile,
.customizableProductsText {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d4d4;

}

.customizationUploadLine {
    padding-bottom: 10px;

}

.customizationUploadLine label {
    display: block;
    vertical-align: top;

}

.customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #d6d4d4;
    color: #777777;

}

.customizationUploadBrowse img + a {
    position: relative;
    top: -51px;

}

#customizedDatas {
    float: right;

}

.accessories_block div ul li a {
    display: inline-block;

}

.accessories_block div ul li.s_title_block a,
.accessories_block div ul li.s_title_block span {
    font-weight: 700;

}

#criterions_list {
    padding-left: 0;
}

#single-product-tab .rte {
    color: #747474;
    font-size: 16px;
    line-height: 28px;
}

/* battery empire */
.bullet {
    margin: 10px 0 0 0;
    list-style-type: circle;
    line-height: 20px;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.bullet ul{
    list-style:disc;
    padding-bottom: 8px;
}

/* end battery empire */
/* powerbank battery empire */
@media (min-width: 768px) {
    section#single-product-tab div.rte div.powerbank div.row {
        display: table;

        width: 99.9%;
    }

    section#single-product-tab div.rte div.powerbank div.row div[class*="col-md-"] {

        display: inline-block;
        vertical-align: middle;
    }

    section#single-product-tab div.rte div.powerbank div.row.firstrow div.imgabs {
        padding-right: 200px;
    }

    section#single-product-tab div.rte div.powerbank div.row.firstrow div.imgabs img {
        display: block;
        height: 130px;
        position: absolute;
        left: 100%;
        margin-left: -160px;
        margin-top: -15px;
    }


    section#single-product-tab div.rte div.powerbank div.row .md-pull-right img {
        margin: 0px;
        float: right !important;
    }
}

@media (max-width: 768px) {


    section#single-product-tab div.rte div.powerbank div.row h4 {

        text-align: center;
    }

    .mar-sm-bottom {

        margin-bottom: 20px !important;
    }

    section#single-product-tab div.rte div.powerbank div.row img {

        margin: 0 auto;
    }

    section#single-product-tab div.rte div.powerbank div.row .sm-pull-right img {
        margin: 0px;
        float: right !important;
    }

    section#single-product-tab div.rte div.powerbank div.row .sm-pull-left img {
        margin: 0px;
        float: left !important;
    }

    section#single-product-tab div.rte div.powerbank div.row.firstrow div.imgabs {
        padding-right: 15px;
    }

    section#single-product-tab div.rte div.powerbank div.row.firstrow div.imgabs img {
        /*  display:block;
          height:60px;
          position: absolute;
          left: 100%;
          margin-left: -65px;
          margin-top: 10px; */

        display: block;
        margin-top: 10px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        width: 40px !important;
    }

    section#single-product-tab div.rte div.powerbank div.row.firstrow div.imgabs p {
        text-align: center;

    }

    section#single-product-tab div.rte div.powerbank div.row.firstrow div.imgabs h4.primary-heading-text {
        text-align: center;
        line-height: 30px !important;
        padding-bottom: 20px;

        font-family: 'robotolight';
        font-size: 25px;

    }

    .phonecenter {
        display: block;
        margin: 0 auto;

    }
}

section#single-product-tab div.rte div.powerbank div.row {
    margin: 0 1px;
    background-size: cover;
}

section#single-product-tab div.rte div.powerbank div.row div[class*="col-md-"] {
    padding: 0;
}

section#single-product-tab div.rte div.powerbank div.row div[class*="col-md-"].edgeTop {
    vertical-align: top;
    padding-top: 0;
}

section#single-product-tab div.rte div.powerbank div.row div[class*="col-md-"].edgeBottom {
    vertical-align: bottom;
    padding-bottom: 0;
}

section#single-product-tab div.rte div.powerbank div.row div[class*="col-md-"].edgeLeft {
    text-align: left;
    padding-left: 0;
}

section#single-product-tab div.rte div.powerbank div.row div[class*="col-md-"].edgeRight {
    text-align: right;
    padding-right: 0;
}

section#single-product-tab div.rte div.powerbank div.row div[class*="col-md-"].blockLeft {
    padding-left: 20px;
}

section#single-product-tab div.rte div.powerbank div.row div[class*="col-md-"].blockRight {
    text-align: right;
    padding-right: 20px;
}

section#single-product-tab div.rte div.powerbank div.row div[class*="col-md-"].blockCenter {
    text-align: center;
}

section#single-product-tab div.rte div.powerbank div.row div[class*="col-md-"].blockTop {
    padding-top: 20px;
}

section#single-product-tab div.rte div.powerbank div.row div[class*="col-md-"].blockTop5 {
    padding-top: 100px;
}

section#single-product-tab div.rte div.powerbank div.row div[class*="col-md-"].blockBottom {
    padding-bottom: 20px;
}

section#single-product-tab div.rte div.powerbank div.row div[class*="col-md-"].blockBottom p:last-child {
    margin-bottom: 0 !important;
}

section#single-product-tab div.rte div.powerbank div.row h4 {
    line-height: 30px;
    padding-bottom: 15px;
    padding-top: 30px;
    font-family: 'robotolight';
    font-size: 25px;
    padding-left: 30px;
}

section#single-product-tab div.rte div.powerbank div.row h4.bg1 {
    display: inline-block;
    width: auto !important;
    border-radius: 21px;
    background-color: #34a5ab;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    padding-top: 15px !important;
}

section#single-product-tab div.rte div.powerbank div.row h4.hr {
    display: inline-block;
    border-bottom: 1px solid #fdfdfd;
}

section#single-product-tab div.rte div.powerbank div.row h4 img {
    position: relative;
    top: -0.6em;
    vertical-align: middle;
}

section#single-product-tab div.rte div.powerbank div.row ul {
    padding-left: 4ex;
    list-style-type: square;
}

section#single-product-tab div.rte div.powerbank div.row li {
    line-height: 1.2em;
    padding-left: 1.5ex;
}

section#single-product-tab div.rte div.powerbank div.row p {
    line-height: 1.5em;
    padding-left: 30px;
    padding-right: 30px;
}

section#single-product-tab div.rte div.powerbank div.row strong {
    line-height: 2em;
}

section#single-product-tab div.rte div.powerbank div.row table {
    width: 99.99%;
    border-collapse: collapse;
}

section#single-product-tab div.rte div.powerbank div.row table tbody th,
section#single-product-tab div.rte div.powerbank div.row table tbody td {
    border: 1px solid #ccc;
}

section#single-product-tab div.rte div.powerbank div.row table tbody tr:nth-child(even) {
    background-color: #f7f7f7;
}

section#single-product-tab div.rte div.powerbank div.row table tbody th,
section#single-product-tab div.rte div.powerbank div.row table tbody td {
    text-align: center;
    font-size: 14px;
    line-height: 1.2em;
}

section#single-product-tab div.rte div.powerbank div.row table {
}

section#single-product-tab div.rte div.powerbank div.row .support {
    display: inline-block;
    width: auto;
    border-radius: 7px;
    line-height: 1.4em;
    padding-left: 0.7ex;
    padding-right: 0.7ex;
    background-color: #5c5c5c;
    color: #fdfdfd;
    font-weight: bolder;
}

section#single-product-tab div.rte div.powerbank div.row .support-next {
    display: inline-block;
    width: auto;
    line-height: 1.4em;
    padding-left: 0.7ex;
    padding-right: 0.7ex;
}

section#single-product-tab div.rte div.powerbank div.row .support-img img {
    margin-right: 10px;
    vertical-align: baseline;
}

section#single-product-tab div.rte div.powerbank div.row.bgLight {
    background-color: #fff;
}

section#single-product-tab div.rte div.powerbank div.row.bgDark {
    background-color: #f5f3f3;

}

section#single-product-tab div.rte div.powerbank div.row.bgBlack {
    background-color: #161719;
    color: #dfdfdf;
}

section#single-product-tab div.rte div.powerbank div.row.bgDarkGray {
    background-color: #414141;
    color: #dfdfdf;
}

section#single-product-tab div.rte div.powerbank div.row.bgRed {
    background-color: #ff5d5b;
    color: #fdfdfd;
}

section#single-product-tab div.rte div.powerbank div.row.cycle:nth-child(odd) {
    background-color: #f5f3f3;
}

section#single-product-tab div.rte div.powerbank div.row.firstrow {
    min-height: 100px;
    margin-top: 17px;
    margin-bottom: 17px;
}

.variant_img {
    margin: 0 auto;
}

.container2 .btn {
    padding: 5px 5px;
    font-size: 12px;
    width: 227px;
    word-break: break-word;
    white-space:normal;
}

.container2 span.btn {
    margin-bottom: 4px;
}

#laptops ul li {
    max-width: 231px;
    width: 231px;
    margin-bottom: 4px;
    display: inline-block;
}

.container2__models--background {
    background: #fff;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-bottom: 15px;
}
#laptops {
    display: inline-block;
    text-align: center;
    line-height: 0;
    width: 100%;
}
.container2 h3 {
    font-size: 16px;
}
#laptops .list {
    line-height: 0;
}

@media screen and (max-width: 1000px) {
    .legend {
        display: none;
    }

    #laptops ul li {
        width: 160px;
    }

    .container2 .btn {
        width: 150px;
    }
}

@media screen and (max-width: 767px) {
    .product-item {
        border-bottom: 1px solid #d9d8d8;
    }

    .entry-content {
        padding: 0px;
    }

    .avatar {
        display: none;
    }

    .comment-item {
        padding: 2px 25px;
        margin-bottom: 0px;
    }

    .comment-item .comment-body:before {
        content: none;
    }

    .stick {
        position: fixed;
        bottom: 0px;
        margin-bottom: 0px !important;
        z-index: 1000;
        padding: 10px 20px 10px 20px;
        width: 100%;
        left: 0;
        opacity: 0.95;
    }

    section#single-product-tab div.rte div.powerbank div.row h4 {
        padding-left: 0px !important;
    }

    .container2 .btn {
        padding: 5px 3px;
        width: 150px;
    }
    #laptops ul li {
        max-width: 154px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 351px) {
    .container2 .btn {
        padding: 4px 2px;
        font-size: 11px;
        width: 132px;
    }
    #laptops ul li {
        max-width: 134px;
        margin-bottom: 3px;
    }
}
#scrollUp {
    bottom: 80px;
}

/* end powerbank battery empire */

h4.primary-heading-text {


    font-family: 'robotolight';
    font-size: 23px;


}

p.primary-text {


    font-family: 'robotolight';
    font-size: 16px;
    line-height: 18px;

}

.rte .powerbank p {

    font-family: 'robotolight', 'Roboto', sans-serif !important;
    line-height: 1.5em;
}

.rte .powerbank h4 {

    font-family: 'robotolight', 'Roboto', sans-serif !important;
    padding-left: 30px;
}

#add_to_cart .exclusive.disabled {
    background-color: #c6c6c6;
    cursor: not-allowed;
    font-size: 13px;
}

.mobile-gallery {
    display: none;
}

.zoomLens {
    z-index: 90 !important;
}

.video-badge {
    position: absolute;
    right: 20px;
    bottom: 100px;
    z-index: 91;
}

@media (max-width: 767px) {
    .mobile-gallery {
        display: block;
    }

    .video-badge {
        right: 5px;
        bottom: 5px;
        z-index: 1;
    }

    #view_full_size {
        display: none;
    }

    #views_block {
        display: none;
    }

    #image-block {
        border: none;
    }

    .large-gallery {
        display: none;
    }
}

.min_delivery {
    font-size: 13px;
    color: #0066c0;
}

.min_delivery i {
    font-size: 11px;
    margin: 0 7px;
}

.min_delivery:hover {
    font-size: 13px;
    color: #0066c0;
    text-decoration: underline;
}

.delivery_border {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}

.delivery_top {
    font-weight: bold;
}

.inner-top-xs2 {
    margin-top: 4px;
}

@media (min-width: 992px) {
    .col-md-8.box-info-border {
        width: calc(66.66666667% - 20px);
        margin-right: 20px;
    }
}

.box-info-border {
    font-size: 14px;
    border-top: 1px solid var(--border-color);
}

.box-info-border .availability,
.box-info-border .unavailability {
    display: flex;
    align-items: center;
    margin: 15px 0;
    color: #3d3d3d;
    font-weight: 600;
    font-size: 12px;
    text-transform: none;
}

.box-info-border .availability::before,
.box-info-border .unavailability::before {
    width: 12px;
    height: 12px;
    margin-right: 6px;
    background-color: var(--color-brand);
    border-radius: 100%;
    content: '';
}

.unavailability::before {
    background-color: #ff840b !important;
}

.min_variants {
    margin: 15px 0 10px !important;
}

.min_variants > p {
    font-size: 15px;
    color: #3d3d3d;
}

.min_variants .variant {
    font-size: 13px;
    border: 1px solid var(--border-color);
    padding: 5px 10px;
    margin: 2px;
    display: inline-block;
    color: #5d5d5d;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
    min-width: 100px;
}

.min_variants .variant span {
    font-size: 12px;
    color: #99cc00;
}

.min_variants .variant2 {
    font-size: 13px;
    border: 1px solid var(--border-color);
    padding: 5px;
    margin: 2px;
    color: #5d5d5d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    min-width: 100px;
    display: flex;
    align-items: center;
}

.min_variants .variant2 span {
    font-size: 12px;
    color: #99cc00;
    font-weight: 700;
}

.min_variants .variant2 span span {
    font-weight: 400;
}

.min_variants .variant2{
    font-size:13px;
    border:1px solid var(--border-color);
    padding: 5px;
    margin:2px;
    color:#5d5d5d;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    text-align: center;
    min-width: 100px;
    display: flex;
    align-items: center;
}
.min_variants .variant2 span{
    font-size:12px;
    color: #000;
}

.min_variants .variant:hover {
    background: #5d5d5d;
    color: #fff;
}

.min_variants .variant2:hover {
    border: 1px solid #3d3d3d;
    opacity: 0.8;
}

.min_variants .variant2.active {
    border: 2px solid #3d3d3d;
}

#var .minus {
    color: var(--border-color);
}

#var li {
    display: block;
    width: 100px;
    float: left;
    margin: 2px;
}

#var2 li {
    display: block;
    float: left;
    margin: 2px;
    position: relative;
}

#var2 .pro,
#var2 .ultra,
#var2 .outlet {
    position: absolute;
    top: -6px;
}

#var2 .pro {
    left: calc(50% - 27px);
}

#var2 .ultra,
#var2 .outlet {
    left: calc(50% - 32px);
}

.more {
    font-size: 13px;
    color: #0066c0;
}

.more span {
    margin-left: 12px;
}

.more:hover {
    color: #0066c0;
    text-decoration: underline;
}

.more i {
    color: #5d5d5d;
    margin-left: -2px;
}

.custom-link {
    color: #0066c0;
}

.custom-link:hover {
    color: #0066c0;
    text-decoration: underline;
}

.buy-block {
    margin-bottom: 10px;
    padding: 18px 0 0 !important;
    border: 2px solid var(--border-color);
    border-radius: 12px;
    /*overflow: hidden;*/
}

@media(max-width: 480px) {
    .col-md-4.buy-block {
        margin-top: 10px;
    }
}

#quantity_wanted_p label {
    display: inline-block;
    float: left;
    font-weight: 100;
}

.add_to_cart_phone {
    display: flex;
    align-items: center;
    color: #4c4b4b;
    font-size: 13px;
    line-height: 12px;
    cursor: pointer;
}
.availability-alert {
    display: flex;
    align-items: center;
    color: #000;
    font-size: 13px;
    line-height: 12px;
    cursor: pointer;
    padding-top: 6px;
}

.availability-alert + .faq-question--arrow {
    top: 6px;
}

.phone_order, .product_availability, .caraty__product {
    display: flex;
    cursor: pointer;
}

.phone-order_icon, .product-availability_icon, .caraty__product-icon {
    display: flex;
    align-content: center;
    width: 38px;
    margin-left: 9px;
}

.phone-order_info {
    display: block;
    text-align: left;
    line-height: 16px;
}

.extra-info {
    display: block;
    color: black;
}

.extra-info_additional {
    display: block;
    font-size: 12px;
    color: #868686;
}

@media (max-width: 1040px) {
    .phone-order_icon, .product-availability_icon, .caraty__product-icon {
        margin-left: 10px;
    }
}

.add_to_cart_phone:hover {
    color: #0066c0;

}

.add_to_cart_phone:active, .add_to_cart_phone:focus {
    color: #0066c0;
}

@media (min-width: 992px) {
    .col-md-4.buy-block {
        width: 32.3333333%;
        margin-left: 1%;
    }
}

.ak35-description-1 {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1050px) {
    .ak35-description-1 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK35/ak35template/image1.png);
        background-repeat: no-repeat;
        height: 559px;
    }
}

@media (min-width: 992px) and (max-width: 1049px) {
    .ak35-description-1 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK35/ak35template/image1b.png);
        background-repeat: no-repeat;
        height: 521px;
    }
}

.ak35-description-2 {
    display: none;
    margin: auto;
    text-align: center;
}

@media (max-width: 992px) {
    .ak35-description-2 {
        display: block;
    }

    .buy-block {
        margin-top: 15px;
    }

    .col-sm-8.buy-block {
        float: none;
        margin: 15px auto 0 auto;
    }
}

.ak35-description-3 {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .ak35-description-3 {
        padding-top: 30px;
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK35/ak35template/image2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 306px;
    }

    .ak35-description-3 h2 {
        text-align: right;
    }

    .ak35-description-3 p {
        text-align: right;
        color: #000000;
    }
}

.ak35-description-4 img {
    width: 100%;
}


.xiaomiheader_1 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.xiaomiheader_1 .logoxiaomii {
    text-align: center;
}

.xiaomiheader_1 .titlecenterxiaomi {
    text-align: center;
    padding-top: 55px;
}

.xiaomiheader_1 .titlecenterxiaomi .onetitle {
    margin-bottom: 15px;
    color: #000;
    font-size: 20px;
    line-height: 0px;
}

.xiaomiheader_1 .titlecenterxiaomi .twotitle {
    font-size: 30px;
    line-height: 25px;
    font-weight: normal;
    color: #000;
}

.xiaomiheader_1 .titlecenterxiaomi .threetitle {
    color: #000;
    font-size: 16px;
    line-height: 26px;
}

@media (max-width: 767px) {
    .xiaomiheader_1 .titlecenterxiaomi .threetitle {
        font-size: 14px;
    }
}

.ak34-description-2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 45px;
}

@media (max-width: 1199px) {
    .ak34-description-2 {
        background: #f7f7f7;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak34-description-2 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK34/ak34template/image1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 353px;
        padding-top: 35px;
    }
}

.ak34-description-2 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

.ak34-description-3 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 45px;
}

@media (min-width: 1200px) {
    .ak34-description-3 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK34/ak34template/image2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 341px;
        padding-top: 35px;
    }
}

.ak34-description-3 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

.ak34-description-4 img,
.ak34-description-8 img,
.ak23_description img,
.ak19-description-2 img,
.ak18-description-2 img,
.ak17-description-1 img {
    width: 100%;
}


.ak34-description-5 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

@media (max-width: 991px) {
    .ak34-description-5 {
        background: #f7f7f7;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .ak34-description-5 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK34/ak34template/image4.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 518px;
        padding-top: 35px;
    }
}

.ak34-description-5 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}


.ak34-description-6 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

@media (max-width: 991px) {
    .ak34-description-6 {
        background: #ac2432;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 992px) {
    .ak34-description-6 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK34/ak34template/image5.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 495px;
        padding-top: 35px;
    }
}

.ak34-description-6 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.ak34-description-6 p {
    color: #fff;
}

.ak34-description-7 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
}


.ak20-description-1 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 45px;
}

.ak20-description-1 h2 {
    margin-top: 40px;
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak20-description-1 {
        background: #f7f7f7;
        padding-top: 35px;
        padding-bottom: 15px;
    }

    .ak20-description-1 h2 {
        margin-top: 0px;
    }
}

@media (min-width: 1200px) {
    .ak20-description-1 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK20/image1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 369px;
        padding-top: 35px;
    }
}

.ak20-description-2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 45px;
}

.ak20-description-2 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .ak20-description-2 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK20/image2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 359px;
        padding-top: 35px;
    }

    .ak20-description-2 > div {
        float: right;
    }
}


.ak19-description-1 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 45px;
}

.ak19-description-1 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak19-description-1 {
        background: #f7f7f7;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak19-description-1 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK19/image1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 348px;
        padding-top: 35px;
    }

    .ak19-description-1 h2 {
        margin-top: 20px;
    }
}


.ak18-description-1 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 45px;
}

.ak18-description-1 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak18-description-1 {
        background: #f7f7f7;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak18-description-1 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK18/image1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 348px;
        padding-top: 35px;
    }

    .ak18-description-1 h2 {
        margin-top: 20px;
    }
}


.ak17-description-2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 45px;
}

.ak17-description-2 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak17-description-2 {
        background: #f7f7f7;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak17-description-2 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK17/image2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 398px;
        padding-top: 35px;
    }

    .ak17-description-2 h2 {
        margin-top: 20px;
    }
}


.ak16-description-1 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 45px;
}

.ak16-description-1 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak16-description-1 {
        background: #f7f7f7;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak16-description-1 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK16/image2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 405px;
        padding-top: 35px;
    }

    .ak16-description-1 div {
        float: right;
    }

    .ak16-description-1 h2 {
        margin-top: 180px;
    }
}


.ak15-description-2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 45px;
}

.ak15-description-2 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak15-description-2 {
        background: #f7f7f7;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak15-description-2 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK15/image1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 412px;
        padding-top: 35px;
    }

    .ak15-description-2 h2 {
        margin-top: 130px;
    }
}

.ak15-description-3 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak15-description-3 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak15-description-3 {
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak15-description-3 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK15/image2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 548px;
        padding-top: 35px;
    }

    .ak15-description-3 div {
        float: right;
    }

    .ak15-description-3 h2 {
        margin-top: 275px;
    }
}

.ak15-description-4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak15-description-4 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.ak15-description-4 p {
    color: #fff;
}

@media (max-width: 1199px) {
    .ak15-description-4 {
        background: #2a2a2a;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak15-description-4 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK15/image3.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 436px;
        padding-top: 35px;
    }

    .ak15-description-4 h2 {
        margin-top: 195px;
        color: #fff;
    }
}

.ak15-description-5 {
    background: #f4f4f4;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ak15-description-5 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
}

.ak15-description-5 ul {
    margin: auto;
}

.ak15-description-5 ul li {
    text-align: center;
    margin-bottom: 40px;
}

.ak15-description-5 ul li div {
    margin-top: 7px;
    text-align: center;
}


.ak12-description-2 {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 45px;
}

.ak12-description-2 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 30px;
}

.ak12-description-3 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak12-description-3 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak12-description-3 {
        background: #f7f7f7;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak12-description-3 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK12/image3.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 222px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ak12-description-3 h2 {
        margin-top: 20px;
    }
}

.ak12-description-4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak12-description-4 p {
    color: #000;
}

@media (max-width: 1199px) {
    .ak12-description-4 {
        background: #b18d87;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak12-description-4 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK12/image4.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 497px;
    }

    .ak12-description-4 p {
        margin-top: 200px;
    }
}

.ak12-description-5 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
}

.ak12-description-5 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak12-description-5 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .ak12-description-5 img {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px) {
    .ak12-description-5 {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .ak12-description-5 h2 {
        margin-top: 100px;
    }
}

.ak12-description-6 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak12-description-6 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.ak12-description-6 p {
    color: #fff;
}

@media (max-width: 1199px) {
    .ak12-description-6 {
        background: #2a2524;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak12-description-6 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK12/image6.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 816px;
    }

    .ak12-description-6 h2 {
        margin-top: 310px;
    }
}

.ak12-description-7 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak12-description-7 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

.ak12-description-7 ul {
    list-style: disc;
}

.ak12-description-7 ul li {
    margin-bottom: 6px;
    color: #000;
}

@media (max-width: 1199px) {
    .ak12-description-7 {
        background: #d6b7a4;
        padding-top: 35px;
        padding-bottom: 25px;
    }
}

@media (min-width: 1200px) {
    .ak12-description-7 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK12/image7.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 531px;
    }

    .ak12-description-7 div {
        float: right;
    }

    .ak12-description-7 h2 {
        margin-top: 30px;
    }
}

.descriptionpopularhtml123 {
    width: 90%;
    margin: auto !important;
    padding-top: 35px;
}


.ak33-description-1 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak33-description-1 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.ak33-description-1 p {
    color: #fff;
}

@media (max-width: 1199px) {
    .ak33-description-1 {
        background: #212121;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak33-description-1 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK33/image1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 637px;
    }

    .ak33-description-1 h2 {
        margin-top: 100px;
        margin-bottom: 35px;
    }
}

.ak33-description-2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak33-description-2 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak33-description-2 {
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak33-description-2 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK33/image2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 559px;
    }

    .ak33-description-2 h2 {
        margin-top: 110px;
    }
}

.ak33-description-3 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak33-description-3 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.ak33-description-3 p {
    color: #fff;
}

@media (max-width: 1199px) {
    .ak33-description-3 {
        background: #020202;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak33-description-3 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK33/image3.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 625px;
        text-align: center;
    }

    .ak33-description-3 h2 {
        margin-top: 60px;
    }
}


.ak33-description-4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak33-description-4 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak33-description-4 {
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak33-description-4 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK33/image4.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 749px;
    }

    .ak33-description-4 h2 {
        margin-top: 60px;
    }
}


.ak24-description-2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 25px;
    padding-top: 35px;
    padding-bottom: 15px;
}

.ak24-description-2 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

.ak24-description-2 img {
    width: 100%;
}

.ak24-description-2 ul {
    margin-top: 30px;
    list-style: disc;
    margin-bottom: 30px;
}

.ak24-description-3 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.ak24-description-3 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

.ak24-description-3 ul {
    padding-left: 120px;
}

.ak24-description-3 ul li {
    clear: both;
    height: auto;
    overflow: auto;
    margin-bottom: 10px;
    padding-top: 4px;
}

.ak24-description-3 ul li:before {
    content: url(https://swiatbaterii.pl/img/cms/img_opis/AK24/icon1.png);
    display: inline-block;
    width: 50px;
    height: 50px;
    float: left;
    margin-top: -3px;
}

.ak24-description-3 ul li.ak24i1:before {
    content: url(https://swiatbaterii.pl/img/cms/img_opis/AK24/icon1.png);
}

.ak24-description-3 ul li.ak24i2:before {
    content: url(https://swiatbaterii.pl/img/cms/img_opis/AK24/icon2.png);
}

.ak24-description-3 ul li.ak24i3:before {
    content: url(https://swiatbaterii.pl/img/cms/img_opis/AK24/icon3.png);
}

.ak24-description-3 ul li.ak24i4:before {
    content: url(https://swiatbaterii.pl/img/cms/img_opis/AK24/icon4.png);
}

.ak24-description-3 ul li.ak24i5:before {
    content: url(https://swiatbaterii.pl/img/cms/img_opis/AK24/icon5.png);
}

.ak24-description-3 ul li.ak24i6:before {
    content: url(https://swiatbaterii.pl/img/cms/img_opis/AK24/icon6.png);
}

.ak24-description-3 ul li.ak24i7:before {
    content: url(https://swiatbaterii.pl/img/cms/img_opis/AK24/icon7.png);
}

.ak24-description-3 ul li.ak24i8:before {
    content: url(https://swiatbaterii.pl/img/cms/img_opis/AK24/icon8.png);
}

.ak24-description-3 ul li span {
    float: left;
    margin-left: 80px;
}

@media (max-width: 767px) {
    .ak24-description-3 {
        background: #f8f8f8;
        padding-top: 35px;
        padding-bottom: 15px;
    }

    .ak24-description-3 ul {
        list-style: disc;
        padding-left: 15px;
    }

    .ak24-description-3 ul li {
        list-style: disc;
    }

    .ak24-description-3 ul li:before {
        display: none;
    }

    .ak24-description-3 ul li span {
        margin-left: 0px;
        font-size: 15px;
    }
}

@media (min-width: 767px) and (max-width: 1199px) {
    .ak24-description-3 {
        background: #f8f8f8;
        padding-top: 35px;
        padding-bottom: 15px;
    }

    .ak24-description-3 ul {
        padding-left: 50px;
    }

    .ak24-description-3 ul li span {
        margin-left: 30px;
    }
}

@media (min-width: 1200px) {
    .ak24-description-3 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK24/image2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 1012px;
    }

    .ak24-description-3 h2 {
        margin-top: 105px;
    }

    .ak24-description-3 p {
        margin-top: 45px;
        margin-bottom: 45px !important;
    }
}

.ak24-description-4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.ak24-description-4 h2 {
    font-size: 29px;
    line-height: 30px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

.ak24-description-5 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak24-description-5 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.ak24-description-5 p {
    color: #fff;
}

@media (max-width: 1199px) {
    .ak24-description-5 {
        background: #060809;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak24-description-5 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK24/image4.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 449px;
    }

    .ak24-description-5 h2 {
        margin-top: 60px;
    }
}

.ak24-description-6 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak24-description-6 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak24-description-6 {
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak24-description-6 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK24/image5.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 530px;
    }

    .ak24-description-6 h2 {
        margin-top: 160px;
    }
}

.ak24-description-7 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak24-description-7 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak24-description-7 {
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak24-description-7 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK24/image7.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 367px;
        margin-top: 20px;
    }

    .ak24-description-7 h2 {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}

.ak24-description-8 {
    padding-left: 20px;
    padding-right: 20px;
}

.ak24-description-8 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .ak24-description-8 {
        text-align: center;
    }
}

.ak24-description-8 p {
    margin-bottom: 30px !important;
}

.ak25-description-3 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 15px;
    margin-top: 20px;
    margin-bottom: 40px;
    background: #f3f3f3;
}

.ak25-description-3 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (min-width: 1200px) {
    .ak25-description-3 {
        text-align: center;
    }
}

.ak25-description-4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
}

.ak25-description-4 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak25-description-4 {
        padding-top: 35px;
        padding-bottom: 15px;
        background: #eae6db;
    }
}

@media (min-width: 1200px) {
    .ak25-description-4 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK25/image4.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 576px;
        text-align: center;
    }

    .ak25-description-4 h2 {
        margin-top: 50px;
    }
}

@media (min-width: 1200px) {
    .ak26-description-3 {
        padding-bottom: 40px;
    }
}

.ak26-description-4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak26-description-4 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak26-description-4 {
        padding-top: 35px;
        padding-bottom: 15px;
        background: #f8f8f8;
        margin-top: -40px;
    }
}

@media (min-width: 1200px) {
    .ak26-description-4 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK26/image2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 539px;
        margin-top: -82px;
    }

    .ak26-description-4 h2 {
        margin-top: 200px;
    }
}

.ak26-description-5 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ak26-description-5 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak26-description-5 {
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak26-description-5 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK26/image3.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 203px;
    }

    .ak26-description-5 h2 {
        margin-top: 30px;
    }
}


.ak32-description-6 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak32-description-6 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak32-description-6 {
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak32-description-6 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK32/image5.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 539px;
    }

    .ak32-description-6 h2 {
        margin-top: 160px;
    }
}

.ak32-description-7 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak32-description-7 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak32-description-7 {
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak32-description-7 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK32/image7.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 411px;
        margin-top: 20px;
    }

    .ak32-description-7 h2 {
        margin-top: 20px;
        margin-bottom: 50px;
    }
}


.ak11-description-3 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak11-description-3 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak11-description-3 {
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak11-description-3 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK11/image2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 379px;
    }

    .ak11-description-3 h2 {
        margin-top: 70px;
    }
}

.ak11-description-4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak11-description-4 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.ak11-description-4 p {
    color: #fff;
}

@media (max-width: 1199px) {
    .ak11-description-4 {
        background: #24272c;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak11-description-4 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK11/image3.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 497px;
    }

    .ak11-description-4 h2 {
        margin-top: 160px;
    }
}

.ak11-description-5 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak11-description-5 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak11-description-5 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .ak11-description-5 img {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .ak11-description-5 img {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .ak11-description-5 {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .ak11-description-5 h2 {
        margin-top: 130px;
    }
}

.ak11-description-6 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak11-description-6 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.ak11-description-6 p {
    color: #fff;
}

@media (max-width: 1199px) {
    .ak11-description-6 {
        background: #1d1c20;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak11-description-6 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK11/image5.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 497px;
    }

    .ak11-description-6 h2 {
        margin-top: 150px;
    }
}

.ak11-description-7 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak11-description-7 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.ak11-description-7 ul {
    list-style: disc;
}

.ak11-description-7 ul li {
    margin-bottom: 6px;
    color: #fff;
}

@media (max-width: 1199px) {
    .ak11-description-7 {
        background: #484848;
        padding-top: 35px;
        padding-bottom: 25px;
    }
}

@media (min-width: 1200px) {
    .ak11-description-7 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK11/image7.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 531px;
    }

    .ak11-description-7 h2 {
        margin-top: 70px;
    }
}


.ak27-description-1 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
}

.ak27-description-1 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak27-description-1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .ak27-description-1 img {
        display: block;
        margin: auto;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .ak27-description-1 img {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .ak27-description-1 {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .ak27-description-1 h2 {
        margin-top: 85px;
    }
}

.ak27-description-3 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.ak27-description-3 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

.ak27-description-4 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.ak27-description-4 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 10px;
}

.ak27-description-4 p {
    color: #fff;
}

@media (max-width: 1199px) {
    .ak27-description-4 {
        background: #070826;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak27-description-4 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK27/image3.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 734px;
    }

    .ak27-description-4 h2 {
        margin-top: 85px;
    }
}


.ak14-description-1 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 30px;
}

.ak14-description-1 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak14-description-1 {
        background: #f7f7f7;
        padding-top: 35px;
        padding-bottom: 15px;
    }
}

@media (min-width: 1200px) {
    .ak14-description-1 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK14/image1.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 470px;
        margin-top: -45px;
    }

    .ak14-description-1 h2 {
        margin-top: 213px;
    }
}

.ak14-description-1 div {
    float: none !important;
}

.ak14-description-2 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -20px;
}

.ak14-description-2 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .ak14-description-2 {
        padding-top: 55px;
        padding-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .ak14-description-2 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK14/image3.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 475px;
    }

    .ak14-description-2 h2 {
        margin-top: 213px;
    }
}

.ak14-description-3 {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -20px;
    color: #fff;
}

.ak14-description-3 h2 {
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 0px;
}

.ak14-description-3 h2,
.ak14-description-3 p {
    text-align: right;
}

@media (max-width: 1199px) {
    .ak14-description-3 {
        background: #393c45;
        padding-top: 35px;
        padding-bottom: 15px;
    }

    .ak14-description-3 h2 {
        font-size: 29px;
        line-height: 30px;
    }

    .ak14-description-3 h2,
    .ak14-description-3 p {
        text-align: left;
    }
}

@media (min-width: 1200px) {
    .ak14-description-3 {
        background: url(https://swiatbaterii.pl/img/cms/img_opis/AK14/icobackground.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 155px;
    }

    .ak14-description-3 h2 {
        margin-top: 50px;
    }
}

.ak14-description-3 .ak14icos {
    margin-top: 35px;
}

.ak14-description-3 .ak14icos li {
    margin-bottom: 25px;
}

.ak14-description-3 .ak14icos li img {
    display: block;
    margin: auto;
}

.ak14-description-3 .ak14icos li div {
    text-align: center;
    font-size: 15px;
    line-height: 19px;
    margin-top: 10px;
}

.ak14-description-4 {
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    background: #41ace4;
    padding-bottom: 10px;
}

.ak14-description-4 ul li {
    margin-bottom: 20px;
}

.ak14-description-4 ul li img {
    display: block;
    margin: auto !important;
}

.ak14-description-4 ul li div {
    margin-top: 10px;
    text-align: center;
}

.ak14-description-5 {
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    background: #2e578b;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
}

.ak14-description-5 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 45px;
    text-align: center;
}

.ak14-description-5 ul {
    margin-bottom: 30px;
}

.ak14-description-5 ul li {
    margin-bottom: 25px;
}

.ak14-description-5 ul li img {
    display: block;
    margin: auto !important;
}

.ak14-description-5 ul li div {
    margin-top: 10px;
    text-align: center;
}

.et01-description-1 {
    background: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}

.et01-description-1 h2 {
    font-size: 29px;
    line-height: 37px;
    font-weight: normal;
    color: #000;
    margin-bottom: 30px;
}

.youtube {
    width: 100%;
}

@media (min-width: 1200px) {
    .youtube {
        min-height: 600px;
    }
}

.desktopbulletpoints {
    background-image: url('https://swiatbaterii.pl/img/cms/PB124/o5.jpg');
    background-repeat: no-repeat;
    background-position: top;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    .desktopbulletpoints {
        background-color: #212121;
        background-repeat: no-repeat;
        background-position: top;
        margin: 0 auto;
        background-image: none;
    }

}

.fancybox-container {
    z-index: 9999999999;
}

.fancybox-thumbs__list a::before {
    border: 3px solid #ff8104;
}

.swiper-pagination-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: #0001;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
}

.caraty_product {
    cursor: pointer;
}

.caraty_product--image {
    width: 90px;
    margin-top: 15px;
}

.caraty_product--desc {
    font-size: 14px;
    margin-top: 5px;
}

/* ============================================================================
 Product description
============================================================================ */

.product-description p:last-child {
    margin-bottom: 0 !important;
}

.product-description ul {
    list-style-type: disc;
}

.product-description ul:not(:last-child) {
    margin-bottom: 20px;
}

.product-description-banner-container {
    position: relative;
    padding-bottom: 61.5%;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    background: no-repeat center center;
    background-size: cover;
    border-radius: 7px;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 430px) {
    .product-description-banner-container {
        padding-bottom: 29.411765%;
    }
}

@media (min-width: 768px) {
    .product-description-banner-container {
        margin-bottom: 60px;
    }
}

.product-description-banner-container.--features {
    padding: 120px 0;
    color: white;
    font-weight: normal;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    background-color: black;
}

.product-description-banner-container.--features b {
    font-weight: 500;
}

.product-description-banner-container.--features > div {
    position: absolute;
    width: 50%;
    padding: 70px 5px 20px;
    background: no-repeat 50% 20px;
}

@media (min-width: 768px) {
    .product-description-banner-container.--features img {
        display: none;
    }

    .product-description-banner-container.--features > div {
        position: absolute;
        width: auto;
        padding: 0;
        background: none !important;
    }
}

.product-description-icon {
    width: 75px;
}

@media (min-width: 768px) {
    .product-description-icon {
        width: unset;
    }
}

@media (min-width: 430px) {
    .product-description-img-xs {
        display: none;
    }
}

.product-description-img-sm {
    display: none;
}

@media (min-width: 430px) {
    .product-description-img-sm {
        display: unset;
    }
}

.product-description-list {
    margin-left: 20px;
}

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

.product-description-section-container {
    max-width: 1200px;
    margin-bottom: 35px;
    padding: 15px;
}

@media (min-width: 992px) {
    .product-description-section-container {
        padding: 15px 50px;
    }
}

.product-description-section-container img {
    margin-bottom: 10px;
}

.product-description-section-heading,
.product-description-section-heading h2{
    margin-bottom: 15px;
    color: #3d3d3d;
    font-weight: 500;
    font-size: 19px;
    line-height: 25px;
    letter-spacing: -1px;
    text-align: center;
}

@media (min-width: 768px) {
    .product-description-section-heading,
    .product-description-section-heading h2{
        text-align: left;
    }
}

@media (min-width: 992px) {
    .product-description-section-heading,
    .product-description-section-heading h2{
        font-size: 26px;
        line-height: 32px;
    }
}

/* Adapters pro */

.product-description-banner-container.--adapterspro {
    padding-bottom: 54.5%;
}

.product-description-banner-container.--adapterspro.--banner1 {
    background-image: url('/themes/media-center/img/product_description/adapters_pro/banner-1-mobile.jpg');
}

.product-description-banner-container.--adapterspro.--features {
    padding: 120px 0;
}

.product-description-banner-container.--adapterspro.--features > div {
    background-size: auto 43px;
}

.product-description-banner-container.--adapterspro.--features > div:nth-child(1) {
    top: 0;
    left: 0;
    background-image: url('/themes/media-center/img/product_description/adapters_pro/features-icon-1.png');
}

.product-description-banner-container.--adapterspro.--features > div:nth-child(2) {
    top: 0;
    left: 50%;
    background-image: url('/themes/media-center/img/product_description/adapters_pro/features-icon-2.png');
}

.product-description-banner-container.--adapterspro.--features > div:nth-child(3) {
    bottom: 0;
    left: 0;
    background-image: url('/themes/media-center/img/product_description/adapters_pro/features-icon-3.png');
}

.product-description-banner-container.--adapterspro.--features > div:nth-child(4) {
    bottom: 0;
    left: 50%;
    background-image: url('/themes/media-center/img/product_description/adapters_pro/features-icon-4.png');
}

.product-description-banner-container.--adapterspro.--fresh {
    background-image: url('/themes/media-center/img/product_description/adapters_pro/fresh-mobile.jpg');
}

.product-description-banner-container.--adapterspro.--pick {
    padding-bottom: 0;
}

.product-description-banner-container.--adapterspro.--recycling {
    margin: 0;
    background-image: url('/themes/media-center/img/product_description/adapters_pro/recycling-mobile.jpg');
}

@media (min-width: 430px) {
    .product-description-banner-container.--adapterspro {
        padding-bottom: 25%;
    }

    .product-description-banner-container.--adapterspro.--fresh {
        background-image: url('/themes/media-center/img/product_description/adapters_pro/fresh.jpg');
    }

    .product-description-banner-container.--adapterspro.--banner1 {
        background-image: url('/themes/media-center/img/product_description/adapters_pro/banner-1.jpg');
    }

    .product-description-banner-container.--adapterspro.--recycling {
        background-image: url('/themes/media-center/img/product_description/adapters_pro/recycling.jpg');
    }
}

@media (min-width: 768px) {
    .product-description-banner-container.--adapterspro.--features {
        padding: 0 0 25%;
        background-image: url('/themes/media-center/img/product_description/adapters_pro/features.jpg');
    }

    .product-description-banner-container.--adapterspro.--features > div:nth-child(1) {
        top: 35%;
        right: 71.5%;
        left: 0;
    }

    .product-description-banner-container.--adapterspro.--features > div:nth-child(2) {
        top: 35%;
        right: 0;
        left: 72%;
    }

    .product-description-banner-container.--adapterspro.--features > div:nth-child(3) {
        top: 79%;
        right: 71.5%;
        left: 0;
    }

    .product-description-banner-container.--adapterspro.--features > div:nth-child(4) {
        top: 79%;
        right: 0;
        left: 72%;
    }
}

.--adapterspro .product-description-banner-fresh {
    position: absolute;
    top: 57%;
    right: 7.8%;
    color: #8c0;
    font-size: 17px;
}

.--adapterspro .product-description-banner-fresh b {
    color: white;
    font-weight: 400;
}

@media (min-width: 430px) {
    .--adapterspro .product-description-banner-fresh {
        top: 69%;
        right: 15.8%;
    }
}

@media (min-width: 768px) {
    .--adapterspro .product-description-banner-fresh {
        font-size: 20px;
    }
}

/* Battery standard */

.product-description-banner-container.--battery.--cycles {
    background-image: url('/themes/media-center/img/product_description/battery_standard/cycles-mobile.jpg');
}

.product-description-banner-container.--battery.--energy {
    background-image: url('/themes/media-center/img/product_description/battery_standard/energy-mobile.jpg');
}

.product-description-banner-container.--battery.--features > div:nth-child(1) {
    top: 0;
    left: 0;
    background-image: url('/themes/media-center/img/product_description/battery_standard/features-icon-1.png');
}

.product-description-banner-container.--battery.--features > div:nth-child(2) {
    top: 0;
    left: 50%;
    background-image: url('/themes/media-center/img/product_description/battery_standard/features-icon-2.png');
}

.product-description-banner-container.--battery.--features > div:nth-child(3) {
    bottom: 0;
    left: 0;
    background-image: url('/themes/media-center/img/product_description/battery_standard/features-icon-3.png');
}

.product-description-banner-container.--battery.--features > div:nth-child(4) {
    bottom: 0;
    left: 50%;
    background-image: url('/themes/media-center/img/product_description/battery_standard/features-icon-4.png');
}

.product-description-banner-container.--battery.--fresh {
    padding-bottom: 69%;
    background-image: url('/themes/media-center/img/product_description/battery_standard/fresh-mobile.jpg');
}

.product-description-banner-container.--battery.--recycling {
    margin: 0;
    background-image: url('/themes/media-center/img/product_description/battery_standard/recycling-mobile.jpg');
}

@media (min-width: 430px) {
    .product-description-banner-container.--battery.--cycles {
        background-image: url('/themes/media-center/img/product_description/battery_standard/cycles.jpg');
    }

    .product-description-banner-container.--battery.--energy {
        background-image: url('/themes/media-center/img/product_description/battery_standard/energy.jpg');
    }

    .product-description-banner-container.--battery.--fresh {
        padding-bottom: 29.411765%;
        background-image: url('/themes/media-center/img/product_description/battery_standard/fresh.jpg');
    }

    .product-description-banner-container.--battery.--recycling {
        background-image: url('/themes/media-center/img/product_description/battery_standard/recycling.jpg');
    }
}

@media (min-width: 768px) {
    .product-description-banner-container.--battery.--features {
        padding: 0 0 29.411765%;
        background-image: url('/themes/media-center/img/product_description/battery_standard/features.jpg');
    }

    .product-description-banner-container.--battery.--features > div:nth-child(1) {
        top: 35%;
        right: 80%;
        left: 0;
    }

    .product-description-banner-container.--battery.--features > div:nth-child(2) {
        top: 35%;
        right: 0;
        left: 80%;
    }

    .product-description-banner-container.--battery.--features > div:nth-child(3) {
        top: 76%;
        right: 80%;
        left: 0;
    }

    .product-description-banner-container.--battery.--features > div:nth-child(4) {
        top: 76%;
        right: 0;
        left: 80%;
    }

    .product-description-banner-container.--battery.--precision video {
        position: absolute;
    }
}

.--battery .product-description-banner-energy {
    position: absolute;
    top: 22%;
    left: 2%;
    color: #444;
    font-size: 16px;
    line-height: 1.4;
    transform: translateY(-50%);
}

@media (min-width: 360px) {
    .--battery .product-description-banner-energy {
        font-size: 19px;
    }
}

@media (min-width: 430px) {
    .--battery .product-description-banner-energy {
        top: 45%;
        left: 5%;
        font-size: calc(0.7em + 1.4vw);
        line-height: 1.2;
    }
}

@media (min-width: 768px) {
    .--battery .product-description-banner-energy {
        left: 8%;
    }
}

@media (min-width: 1200px) {
    .--battery .product-description-banner-energy {
        font-size: 41px;
    }
}

.--battery .product-description-banner-energy > div:nth-child(1) {
    font-weight: 400;
}

.--battery .product-description-banner-energy > div:nth-child(2) {
    font-size: 0.82em;
}

.--battery .product-description-banner-fresh {
    position: absolute;
    top: 53%;
    right: 4.5%;
    color: #8c0;
    font-size: 18px;
}

@media (min-width: 430px) {
    .--battery .product-description-banner-fresh {
        top: 69%;
        right: 13.3%;
        font-size: 20px;
    }
}

.--battery .product-description-banner-fresh b {
    font-weight: 400;
}

.--battery.--cycles .product-description-cycles {
    transform: rotate(15deg);
}

.--battery.--cycles .product-description-cycles > div:nth-child(2) {
    font-size: 3em;
    text-shadow: 0 0 5px #8c0;
}

.--battery.--cycles .product-description-cycles-container {
    position: absolute;
    top: 5%;
    right: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    color: #8c0;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
    background: url('/themes/media-center/img/product_description/battery_standard/cycles-icon.png') no-repeat;
    background-size: 100% 100%;
}

@media (min-width: 430px) {
    .--battery.--cycles .product-description-cycles-container {
        width: 110px;
        height: 110px;
        font-size: 12px;
        line-height: 1;
    }
}

@media (min-width: 768px) {
    .--battery.--cycles .product-description-cycles-container {
        width: 150px;
        height: 150px;
        font-size: 14px;
        line-height: 1.2;
    }
}

@media (min-width: 992px) {
    .--battery.--cycles .product-description-cycles-container {
        top: 40%;
        right: 10%;
        width: 172px;
        height: 172px;
        font-size: 18px;
        transform: translateY(-50%);
    }
}

/* Powertools */

.pt-product-description {
    margin-bottom: 30px;
    color: #c9c9c9;
}

.pt-product-description-container {
    background: #111;
}

.pt-product-description-intro-container {
    display: none;
}

.pt-product-description-intro {
    margin-left: 25%;
}

.pt-product-description-intro-subtitle {
    margin-top: 175px;
    color: #8c0;
    font-size: 20px;
}

.pt-product-description-intro-title {
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
}

.pt-intro-img {
    position: relative;
    right: -16px;
}

.pt-product-description-title {
    color: #fff;
    font-size: 25px;
    line-height: 1.3;
    text-align: center;
}

.pt-manufacturer {
    color: #8c0;
}

.pt-product-description-title.--safety,
.pt-section-description-intro {
    margin-top: 30px;
}

.pt-section-description-intro {
    margin-bottom: 25px;
}

.pt-section-description {
    margin-bottom: 30px;
    text-align: center;
}

.pt-description-list-container {
    margin-top: 25px;
    margin-bottom: 40px;
    padding-right: 5%;
    padding-left: 5%;
}

.pt-description-list-title {
    color: #fff;
    font-size: 20px;
}

.pt-description-li {
    font-size: 15px;
}

.pt-icon {
    margin-bottom: 15px;
}

@media (max-width: 480px) {
    .pt-description-list-container .pt-section-description {
        margin-bottom: 0;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .pt-product-description-container {
        padding-bottom: 50px;
    }

    .pt-product-description-container img {
        margin: 0 auto 20px;
    }
}

@media (min-width: 1024px) {
    .pt-product-description-intro-container {
        display: block;
    }

    .pt-intro-img {
        margin-bottom: 75px;
    }

    .pt-product-description-title {
        font-size: 35px;
    }

    .pt-product-description-title.--safety,
    .pt-section-description-intro {
        margin-top: 75px;
    }

    .pt-section-description {
        margin-bottom: 75px;
        text-align: justify;
    }

    .pt-description-li {
        text-align: left;
    }
}

/* Topbar */

.product-topbar,
.product-topbar-placeholder {
    margin: 50px 0 20px;
    overflow: hidden;
    line-height: 50px;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.95);
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
}

.product-topbar.sticky {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 96;
    margin: 0;
    background-color: #fff !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.product-topbar-cart-btn {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: white;
    text-transform: uppercase;
    background: #ff8104;
    border: 0;
    border-radius: 2px;
}

.product-topbar-container {
    display: flex;
}

.product-topbar-inner-container {
    position: relative;
    height: 50px;
    overflow: hidden;
}

.product-topbar-inner-container.offset-right::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), white);
    content: '';
    pointer-events: none;
}

.product-topbar-item {
    display: inline-block;
    margin: 0 10px;
}

.product-topbar-item a {
    display: block;
    height: 50px;
    padding: 0 5px;
    font-size: 14px;
    color: #5d5d5d;
    transition: none;
}
.product-topbar-item__ytVideo {
    cursor: pointer;
}
.product-topbar-item__ytVideo--icon {
    height: 20px;
    margin-right: 8px;
    margin-top: -2px;
}

@media (max-width: 767px) {
    .product-topbar-item a:hover {
        color: #5d5d5d;
    }
}

.product-topbar-item.active a {
    color: #3d3d3d;
    font-weight: bold;
    font-size: 15px;
    border-bottom: 3px solid #3d3d3d;
}

.product-topbar-list {
    height: 75px;
    overflow-x: auto;
    overflow-y: hidden;
}

.product-topbar-placeholder {
    display: none;
    border: 0;
}

.product-topbar-selling {
    display: none;
    flex: 1 0 auto;
    align-items: center;
    margin-left: auto;
}

.product-topbar-selling-price {
    margin: 0 10px;
    line-height: 1.4;
    color: #c82d05;
    text-align: right;
}

.product-topbar-selling-price-inactive {
    font-size: 11px;
    color: #aaa;
    text-decoration: line-through;
}

.product-topbar-thumbnail {
    height: 40px;
}

.product-topbar-thumbnail-container {
    flex: 1 0 auto;
    text-align: right;
}

.product-topbar-up-btn {
    position: relative;
    top: 2px;
    padding: 0 10px;
    font-size: 20px;
    background: transparent;
    border: 0;
    border-radius: 2px;
}

.product-topbar-up-btn:hover {
    color: #5a5a5a;
    transition: 0.3s;
}
.compatibility-search-container {
    height: 48px;
    width: 100%;
}

.search-model-arrow {
    display: none;
}

@media (min-width: 768px) {
    .product-topbar-item a {
        padding: 0 10px;
        font-size: 14px;
    }

    .product-topbar.sticky .product-topbar-selling {
        display: flex;
    }

    .product-topbar.sticky .product-topbar-up-btn {
        margin-left: 15px;
    }
}

@media (max-width:480px) {
    #compatibilitySearch.search {
        padding: 6px 14px;
        height:31px;
        width: 85%;
        font-size: 12px;
    }

    #compatibilitySearch input:focus  {
        border-color: var(--color-brand);
    }

    .search-model-arrow {
        position: absolute;
        top: 2px;
        right: 65px;
        z-index: 100;
        line-height: 1.3;
        cursor: pointer;
        -moz-transition: transform 0.3s;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s;
    }
}
/* One-page */

.anchor {
    position: relative;
}

.anchor-section {
    margin-bottom: 60px;
}

.product-heading {
    padding-top: 12px;
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    line-height: 52px;
    color: #444 !important;
    text-align: center;
    letter-spacing: 0.4px;
    border-top: 1px solid #ccc;
}

.product-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-specification-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border-top: 1px solid var(--border-color);
}

.product-specification-item:hover {
    background: var(--border-color);
}

.product-specification-item:nth-of-type(even) {
    background-color: #f5f5f5;
}

.product-specification-item:first-of-type {
    border-top: none;
}

.product-specification-item-name {
    margin-right: 30px;
    color: #777;
}

.product-specification-item-value {
    margin-left: auto;
    color: #3d3d3d;
    font-weight: 600;
    text-align: right;
}


.product-specification-hightlighted-value {
    color: var(--color-brand);
}

.accesslink {
    color: black !important;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .product-specification-item {
        padding: 10px 30px;
    }
}

@media (min-width: 1025px) {
    .product-specification-item {
        justify-content: space-between;
        width: 47%;
        margin: 0;
        padding: 10px;
    }

    .product-specification-item:nth-of-type(even) {
        background-color: unset;
    }

    .product-specification-item:nth-of-type(2) {
        border-top: none;
    }

    .product-specification-item:nth-of-type(4n-1),
    .product-specification-item:nth-of-type(4n){
        background-color: #f5f5f5;
    }

    .product-specification-item:nth-of-type(even):hover,
    .product-specification-item:nth-of-type(4n-1):hover,
    .product-specification-item:nth-of-type(4n):hover{
        background-color: var(--border-color);
    }

    .product-specification-item-name {
        max-width: 45%;
    }

    .product-specification-item-value {
        max-width: 50%;
        margin-left: 0;
    }
}

.variant-name {
    display: block;
}

.black-text {
    color: #000 !important;
}

.mobile-product-pagination {
    width: 100%;
}

.product_comments-section {
    padding-left: 0 !important;
}

.brand_name-element {
    padding-right: 0 !important;
    line-height: 12px;
    padding-top: 5px;
}

.mainsite_stars {
    width: 16px !Important;
}

/* Buybox quantity */


@media (max-width: 420px) {
    .buybox-quantity {
        margin-right: auto;
    }
}

.buybox-quantity-input,
.buybox-quantity-select {
    position: relative;
    top: -5px;
    padding: 5px 7px;
    background: white;
    border-color: #a09e9eab;
    border-radius: 4px;
}

.buybox-quantity-input {
    width: 50px;
    padding: 6px 8px;
    text-align: right;
}

.buybox-quantity_info {
    font-size: 12px;
    padding-right: 15px;
}

.save-device-clear {
    clear: both;
    background-color: #fff;
    width: calc(100% + 2px);
    position: relative;
    left: -1px;
}

.save-device {
    position: relative;
    padding: 15px;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid var(--border-color);
}
#device-added {
    display: none;
}

@media (max-width: 992px) {
    .col-sm-8.save-device {
        float: none;
        margin: 15px auto 0 auto;
    }
}

.save-device-btn {
    position: absolute;
    left: calc(50% - 67px);
    width: 134px;
    padding: 5px 6px;
    font-weight: 600;
    background-color: white;
    color: #5d5d5d;
    border: 1px solid var(--color-brand);
    border-radius: 2px;
    cursor: pointer;
}

.save-device-btn:hover,
.save-device-btn:focus,
.save-device-btn:active {
    color: var(--color-brand);
}

.box-preorder {
    margin-top: 25px;
    border: 1px solid black;
    padding: 5px 10px 5px 10px;
}

.header-container-preorder {
    border-bottom: 1px solid silver;
    padding-bottom: 5px;
}

.container-preorder {
    padding: 5px 0 0 0;
    font-size: 10px;
}

.right {
    float: right;
}

.inline-preorder {
    display: inline-block;
    margin-bottom: 0px !important;
}

.green-line > span {
    border-bottom: 2px solid #99CC00;
    opacity: 1;
}

.orange-backorder-text {
    color: #ef580b !important;
}

/* Buy box buttons */

.buy-box-items .buy-box-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 10px;
    color: #3d3d3d;
    text-align: left;
    border-bottom: unset;
    border-left: unset;
    border-right: unset;
    border-top: 1px solid var(--border-color);
    position: relative;
    background-color: transparent;
}

.buy-box-items .buy-box-item .buy-box-item-img {
    flex: 0 0 32px;
    margin: 0 10px;
}

.buy-box-items .buy-box-item .buy-box-item-content {
    color: #3d3d3d;
    line-height: 18px;
    font-size: 15px;
}

.buy-box-items .buy-box-item .buy-box-item-content.small {
    line-height: 16px;
    font-size: 13px;
}

.buy-box-items .buy-box-item .buy-box-item-content .extra-info,
.buy-box-items .buy-box-item .buy-box-item-content .extra-info_additional {
    display: inline-block !important;
}

.buy-box-items .buy-box-item.border-green {
    border: 2px solid var(--color-brand);
    border-radius: 12px;
}

/* Omnibus changes - lowest price */
.omnibus-price-info {
    margin: 5px 2px;
    font-size: 11px;
}

.omnibus-price-info > span {
    font-weight: 600;
}

/* UPS download button - BEGIN */

.ups-download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    margin-top: 10px;
    border: 1px solid #8c0;
    border-radius: 5px;
}

.ups-download-btn:hover,
.ups-download-btn:focus,
.ups-download-btn:visited {
    color: #fff;
    background-color: #fff;
    cursor: pointer;
}

@media (min-width: 1025px) {
    .ups-download-btn:hover {
        background-color: #8c0;
    }

    .ups-download-btn:hover p {
        color: #fff;
    }
}

.ups-download-btn img {
    margin-right: 10px;
}

.ups-download-img-dark,
.ups-download-btn:hover .ups-download-img-light {
    display: block !important;
}

@media (min-width: 1025px) {
    .ups-download-img-light,
    .ups-download-btn:hover .ups-download-img-dark {
        display: none !important;
    }
}

.ups-download-btn p {
    margin: 0;
    color: #3d3d3d;
    font-weight: 600;
    font-size: 15px !important;
}

/* UPS download button - END */
