#product-head-block {
    width: auto;
    max-width: 1450px;
    margin: 0 auto;
    padding: 10px 0;
}

@media (max-width: 767px) {
    #product-head-block {
        margin-top: 0px;
        padding-bottom: 0px
    }
}

#view_full_size [class*="flag-"] {
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 90px 90px 0;
}

@media (max-width: 767px) {
    #view_full_size [class*="flag-"] {
        top: -10px;
        right: 0;
    }
}

#view_full_size [class*="flag-"] > .inset {
    position: absolute;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

#view_full_size .flag-reduction > .inset {
    top: 16px;
    left: 26px;
    font-size: 26px;
}

#view_full_size .flag-new > .inset {
    top: 20px;
    left: 20px;
    font-size: 22px;
}

#view_full_size .flag-reduction {
    z-index: 20;
    border-color: transparent #3B8717 transparent transparent;
}

#view_full_size .flag-new {
    z-index: 10;
    border-color: transparent #AA1353 transparent transparent;
}

h1.product_name {
    margin-top: 0;
    /*border-bottom: 1px solid #e0e0e0;*/
    padding-bottom: 16px;
}



h1.product_name.new {
    color: #AA1353;
}

.social-block {

}

.social-block .social-item {
    display: inline-block;
    margin-right: 10px;
}

.social-block .social-item .fb-like {
    top: -4px;
}

.reviews_text {
}

.star_content.star_content_products .star {
    width: 20px;
    height: 20px;
    font-size: 18px;
}

#cat_version_block .categoryId-out {
    top: 11px;
    margin-right: 10px;
}

#cat_version_block .categoryId-out .categoryId-tip.active {
    left: -7px;
}

#cat_version_block .version-list .version-tip.active {
    right: -170px;
}

#cat_version_block .version-list .version-tip.active:before {
    left: 20px;
}

/*#buy_block {padding: 20px 0;}*/
@media (max-width: 767px) {
    #buy_block {
        padding: 0 0 20px;
    }
}

#buy_block #cat_version_block > .sprites {
    top: 12px;
    margin-right: 10px;
}

#buy_block .price {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    margin: 0 3px;
}

#buy_block .price #old_price {
    font-size: 14px;
    color: #484848;
    font-weight: 400;
}

#buy_block .price #old_price_display {
    text-decoration: line-through;
    text-decoration-color: var(--promo-color-solid);
}

#buy_block #add_to_cart_block #add_to_cart {
    width: 100%;
    display: inline-block;
    text-align: center;
}

#buy_block #add_to_cart button:hover {
    background-color: #AA1353;
}

#buy_block #add_to_cart button .text {
    text-transform: none;
}

@media (max-width: 767px) {
    #price_addToCart_block {

        text-align: center;
    }

    #cat_version_block {

    }
}

#tabs > ul {
    list-style: none;
    display: block;
    margin: 16px 0 0;
    padding: 0;
    background: white;
}

#tabs > ul.bottom {
    margin: 0 0 20px;
}

#tabs > ul li {
    text-align: center;
    display: inline-block;
    position: relative;
    outline: 0;
}

#tabs > ul li a {
    font-size: 1em;
    font-weight: normal;
    color: #959aa6;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    padding: 0 25px;
}

#tabs > ul li a:hover {
    color: #374658;
    transition: 0.2s;
}

@media (max-width: 767px) {
    #tabs > ul li a {
        padding: 8px;
        border-left: 0px;
    }

    #tabs > ul li.ui-state-active a {
        padding: 8px;
        width: 100%;
    }

    #tabs > ul li {
        height: 40px;
        border-bottom: 1px solid #9ea4b3;
        width: 100%;
    }

    #tabs > ul li.ui-state-active a {
        padding: 9px !important;
    }

}

#tabs > ul li a .count {
    font-size: 13px;
    font-weight: normal;
}

#tabs > ul li:last-child a {
    border-right: 0;
}

#tabs > ul li.ui-state-active a {
    color: #374658;
    font-weight: 800;
}

#tabs > ul li.ui-state-active a::after {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

#tabs > ul li a::after {
    content: "";
    background: #222;
    position: absolute;
    bottom: 0;
    left: 25px;
    right: 25px;
    height: 2px;
    transition: all .8s;
    transform: scale(0);
    top: auto;
    width: auto;
}

#tabs > ul.bottom li.ui-state-active:after {
    top: -7px;
    border-width: 0 6px 7px 6px;
    border-color: transparent transparent #5e6a79 transparent;
}

#tabs .inner-tab {
    position: relative;
    padding: 25px;
    background-color: #fff;
}

.description-long .img-responsive {

}

.description-long a.fancyboxSingleItem {

}

.description-long a {
    text-decoration: underline;
}

.description-long blockquote a img{
    text-decoration: underline;
}


/* PShowEditor start */


/* PShowEditor end */





@media (max-width: 767px) {
    #tabs .inner-tab {
        padding: 0px;
    }
}

#gallery_slider {
    list-style: none;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 10px;
    padding: 0;
    justify-content: flex-start;
    /* width: 101vw;  */
    /* margin-left: calc((100% - 101vw) / 2); */
}


#gallery_slider li {
    background-color: #fff;
    min-width: 300px;
}

#gallery_slider li a {
    text-decoration: none;
    display: block;
    border-radius: 8px;
    margin: 20px auto;
    border: 1px solid #dbdbdb;
    background: linear-gradient(315deg,rgb(201 201 201 / 18%) 0,rgb(255 255 255 / 9%) 100%);
}

#gallery_slider li a img {
    max-width: 100%;
    width: 100%;
}

#gallery_slider li a:hover {
    border-color: #898989a3;
    box-shadow: 1px 1px 10px 2px #adadad7a;
}

@media (max-width: 767px) {
    #gallery_slider li {
        /*        width: 100%;*/
    }
}

.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 25px;
    top: 50%;
    margin-top: -25px;
    background: url(../img/sprites.png) no-repeat;
}

.bx-controls-directio .fa-arrow-circle-o-right,
.bx-controls-directio .fa-arrow-circle-o-left {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-indent: -9999px;
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 25px;
    top: 50%;
    margin-top: -25px;
    font-size: 50px;
    color: black;
}


.bx-controls-direction .bx-prev {
    left: 15px;
    background-position: -104px -35px;
}

.bx-controls-direction .bx-next {
    right: 15px;
    background-position: -80px -149px;
}

.bx-controls-direction .bx-prev:hover {
    background-position: -104px -61px;
}

.bx-controls-direction .bx-next:hover {
    background-position: -101px -149px;
}

.bx-controls-direction .disabled {
    display: none;
}

.images_container_product {
    /*overflow: hidden;*/
    max-width: 484px;
}

.images_container_product img {
    overflow: hidden;

}

.placeholder #view_full_size_popup img {
    opacity: 1;
    top: auto;
}

.placeholder {
    background-color: #f6f6f6;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    height: -webkit-calc(100% - 120px)!important;

    align-items: center;
}

.placeholder img {
    position: absolute;
    opacity: 0;

    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
    opacity: 1;
    position: absolute;
    margin: auto;

    left: 0;
    right: 0;
    filter: none;
}

.placeholder img.loaded {
    opacity: 1;
}

.img-small {
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#view_full_size_popup .arrow-left, #view_full_size_popup .arrow-right,
#view_full_size_popup .arrow-left svg, #view_full_size_popup .arrow-right svg {
    width: 32px;
    height: 32px;
}

#view_full_size .pshowgallerybox img, #view_full_size_popup .pshowgallerybox img {
    display: inline-block;
    position: relative;
    padding: 0 25px;
}

#view_full_size {
    position: relative;

}

@media (min-width: 375px) and (max-width: 450px){
    #view_full_size .pshowgallerybox img, #view_full_size_popup .pshowgallerybox img {

    }
}

@media (max-width: 375px) {
    #view_full_size .pshowgallerybox img, #view_full_size_popup .pshowgallerybox img {

    }
    .container-fluid {
        padding: 0 5px;
    }
}

.left-arrow-container, .right-arrow-container,
.left-arrow, .right-arrow {

}

.swiper-pagination-custom {
    display: none;
}

.left-arrow, .right-arrow {
    background: #00000078;
    color: white;
    justify-content: space-around;
    padding: 10px!important;
    width: auto;
    height: auto;
}

.left-arrow:hover, .right-arrow:hover {
    cursor: pointer;
    background: rgb(78 78 78);
}

.left-arrow-container, .left-arrow-container {
    left: 0!important;
}

.right-arrow-container, .right-arrow-container {
    right: 0!important;
}

.left-arrow {
    justify-content: left;
}

.right-arrow {
    justify-content: right;
}

#view_full_size .pshowgallerybox, #view_full_size_popup .pshowgallerybox {
    margin-bottom: 0px;
}

.arrow-left, .arrow-right {
    width: 64px;
    height: 64px;
    color: #fff;
    font-size: 42px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: -16px;
}

.arrow-right {
    right: 0px;
}

.w3-left, .w3-right, .dot {
    cursor: pointer;
}

.productgallerybox-image .bx-viewport {
    height: auto !important;
}

.bigpic_box_item {
    width: 100%;
}

@media (max-width: 767px) {
    .fancybox-wrap,
    .fancybox-inner {
        width: 100%!important;
        height: auto!important;
    }
    .fancybox-wrap {
        top: 10%!important;
        left: 0!important;
    }
    .fancybox-skin {
        margin: 10px;
        padding: 5px;
    }
}

.fancybox-wrap,
.fancybox-inner {
    height: auto!important;
}



.fancybox-close {
    top: 0!important;
    right: 0!important;
    background-color: black;
    background-image: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 80px;
    margin: -36px 0 0;
}

.fancybox-close:before {
    content: "esc";
    font-size: 18px;
    padding-bottom: 4px;
}

.fancybox-close:after {
    content: "\f00d";
    font-family: "FontAwesome";
    transform: scale(1.5);
}
select#technical_support,
select#license_select {
    padding: 10px;
    width: 100%;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px!important;
}

.select2-container--default .select2-selection--single,
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px!important;
}

#configure_google_services_product {

}

.select2-container {
    width: 100% !important;
}

#product_addons #install_product.overrideNeeded {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
}

#product_addons #addon_multistore_product {
    margin: 0;

}


#product_addons #install_product label {
    cursor: pointer;
}

#product_addons input {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    position: relative;
    margin: 0 5px 0 2px;
}

#product_addons .tooltip-out {
    margin: 8px 0;
    align-items: center;
    justify-content: flex-start;
}

#product_addons .tooltip-out i {
    color: #dbdbdb;
    padding: 0 0 0 5px;
}

/*#product_addons > div:hover,
#product_addons > div:hover {color: #AA1353;}*/
#quantity_wanted_p {
    padding: 20px 0;
    display: flex;
}

#quantity_wanted_p label {
    text-align: left;
    float: left;
    margin: -25px 0 0 0px;
    z-index: 99;
    display: block;
    position: absolute;
    width: fit-content;
    padding: 1px 3px;
    font-size: 14px;
}

.product-cart-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#quantity_wanted_p a[data-field-qty="qty"] {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid rgb(189, 194, 201);
    background: #fff;
    border-radius: 0!important;
}

#quantity_wanted_p a[data-field-qty="qty"]:hover {
    background-color: var(--cta-green);
    color: white;
}

#quantity_wanted_p a[data-field-qty="qty"]:nth-child(1) {

}

#quantity_wanted_p a[data-field-qty="qty"]:nth-child(3) {
    border-top-right-radius: 10px;
}

#quantity_wanted_p input {
    height: 40px;
    margin: 0px 6px;
    width: 60px;
    float: left;
    text-align: center;
    border: 1px solid rgb(189, 194, 201);
    display: block;

}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

@media (max-width: 767px) {
    .xs-text-center {
        text-align: center;
    }
    #quantity_wanted_p {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .sm-text-right {
        text-align: right;
    }
}

#product .blockproductscategory {
    margin-top: 16px;
}

#product_addons .tooltip-tip.active,
.under_buy_block .tooltip-tip.active,
.tech_info .tooltip-tip.active
{
    background: #2e2e2e;
      
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
}

#product_addons .tooltip-tip.active li,
.under_buy_block .tooltip-tip.active li,
.tech_info .tooltip-tip.active li
{
    padding: 5px 10px 5px 0;z
}

#product_addons .tooltip-tip.active ul,
.under_buy_block .tooltip-tip.active ul,
.tech_info .tooltip-tip ul {
    padding: 0 20px;
}


#product_addons .tooltip-tip.active:after,
.under_buy_block .tooltip-tip.active:after,
.tech_info .tooltip-tip.active:after {
    border-color: black;
}

#product_addons .tooltip-tip.active:before,
.under_buy_block .tooltip-tip.active:before,
.tech_info .tooltip-tip.active:before
{
    display: none;
}

#product_addons .tooltip-tip.active:before,
.under_buy_block .tooltip-tip.active:before,
.tech_info .tooltip-tip.active:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-style: solid;
    border-width: 0 7.5px 8px 7.5px;
    border-color: transparent transparent black transparent;
    left: 50%;
    bottom: -7px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
    transform: rotate(0);
    -ms-filter: fliph;
    -webkit-filter: fliph;
    filter: fliph;
}

.buy_block_container {

    padding: 0px;
    margin: 5px!important;
    border-radius: 5px;
    height: fit-content;
}

.promo-border {
    border-color: var(--promo-color)!important;
}



/* 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, #thumbs_list_box {
    overflow: hidden;
    float: left;
    width: 392px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    #thumbs_list, #thumbs_list_box {
        width: 290px;
    }
}

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

@media (max-width: 767px) {
    #thumbs_list, #thumbs_list_box {
        width: 194px;
    }
}

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

#thumbs_list li, #thumbs_list_box li {
    float: left;
    height: 109px;
    width: 110px;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    margin-right: 8px;
    line-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 2px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
    #thumbs_list li, #thumbs_list_box li {
        width: 109px;
        height: 110px;
    }
}

#thumbs_list li:first-child, #thumbs_list_box li:first-child {
    margin: 0 0 0 0;
}

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

#thumbs_list li a, #thumbs_list_box li a {
    display: block;
    border: 3px solid white;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fbfbfb;
}

#thumbs_list li a:hover, #thumbs_list li a.shown,
#thumbs_list_box li a:hover, #thumbs_list_box li a.shown {
    border-color: #dbdbdb;
}

#thumbs_list li img, #thumbs_list_box li img {
    border: 1px solid white;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 991px) {
    #thumbs_list li img, #thumbs_list_box li img {
        width: 68px;
        height: 68px;
    }
}

span.view_scroll_spacer {
    float: left;
    width: 100%;
    text-align: center;
    background: #e0e0e0;
}

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

#view_scroll_left,
#view_scroll_right,
#view_scroll_left_box,
#view_scroll_right_box {
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
    #view_scroll_left,
    #view_scroll_right,
    #view_scroll_left_box,
    #view_scroll_right_box {
        margin-top: 28px;
    }
}

#view_scroll_left:before,
#view_scroll_right:before,
#view_scroll_left_box:before,
#view_scroll_right_box:before {
    padding-left: 2px;
    color: #34a64e;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 22px;
}

#view_scroll_left:hover:before,
#view_scroll_right:hover:before,
#view_scroll_left_box:hover:before,
#view_scroll_right_box:hover:before {
    color: white;
}

#view_scroll_right, #view_scroll_right_box {
    float: left;
    width: 100%;
    text-align: center;
}

#view_scroll_right:before, #view_scroll_right_box:before {
    content: "\f150";
}

#view_scroll_left, #view_scroll_left_box {
    margin-top: 0;
    width: 100%;
    text-align: center;

    display: inline-block;
    margin-bottom: -4px;
}

#view_scroll_left:before, #view_scroll_left_box:before {
    content: "\f151";
    padding-right: 2px;
}

.resetimg {
    padding: 10px 0 0;
}

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

.view_scroll_spacer {
    margin-top: 10px;
}

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

#image-block {
    width: 75% !important;
    float: right;
}

#thumbs_list {
    max-width: 100% !important;
    height: 380px !important;
}

#thumbs_list_box {
    max-width: 100% !important;
}

#thumbs_list ul#thumbs_list_frame, #thumbs_list_box ul#thumbs_list_box_frame {
    max-width: 100% !important;
    height: 285px !important;
    overflow: visible !important;
}

.view_scroll_spacer, .carousel-controls {
    top: 0px !important;
}

span.view_scroll_spacer .carousel-control.left {
    left: 55px !important;
    top: -25px !important;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

span.view_scroll_spacer .carousel-control.right {
    left: 55px !important;
    top: 295px !important;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.quantity_wanted_label {
    float: left;
    padding-right: 10px;
    line-height: 32px;
}

.under_buy_block {
    padding: 10px 0;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    display: flex;
    gap: 10px;
    justify-content: space-evenly;
    align-items: center;
}

.under_buy_block>div {
    border-right: 1px solid #8080804a;
    width: -webkit-fill-available;
}
.under_buy_block>div:last-child {
    border-right: none;
}

.under_buy_block span span {
    padding: 2px;
}

#cat_version_block .version-outer .version-item {
    color: #374658;
    background: none;
}

#cat_version_block .version-list .version-outer {

}

#product .product-price-qty-box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 5px 10px 5px;
}

#product .product-price-box {
    text-align: left;
    margin: 15px 5px;
    font-size: 21px;
}

@media (max-width: 1024px) {
    #product .product-price-box {


    }
    #product .addon-list ul {
        padding: 10px!important;
    }

    #cat_version_block .version-list .version-outer {
    }
}

#product .our_price_display {
    float: left;
    margin: 0 10px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#product .price_addToCart_block {
    padding: 0 8px;
}

#product .addon-list {
    font-size: 12px;
    text-align: left;
    display: none;
}

#product .addon-list ul {
    list-style-type: '+';
    padding-left: 20px;
}

#product .addon-list ul li {
    padding-left: 0.2rem;
}

#product .addon-list ul li::marker {
}

#short_description_content li::before {
    content: "\f058";
    padding-right: 8px;
    color: #34a64e;
    position: relative;
    font-size: 20px;
    font-family: "FontAwesome";
    font-weight: 700;
    padding-top: 0;
    /*display: flex;*/
    align-items: center;
}

#short_description_content li::marker {
    content: " ";
}

#product_toc_show_all {
    text-decoration: underline;
    margin: 10px 0 10px 5px;
    display: block;
    text-decoration: underline;
    font-size: 14px;
    color: var(--cta-green);
    font-weight: bold;
}

#short_description_content::after {
    display: none!important;
}

.toc ol {
    padding: 0 10px
}

.toc ol li {
    font-size: 16px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    align-content: space-between;
    padding: 4px 0px;
    text-indent: 0;

}

.toc ol li a {
    color: #2a2a2a;
    text-decoration: underline;
    text-decoration-skip-ink: auto;
    text-decoration-color: #374658;
}

#short_description_content .toc li:nth-child(n+6) {
    display: none;
}

#short_description_content ul {
    list-style: none;
}

#short_description_content ul li {
    display: flex;
    padding: 5px 0;
}

#short_description_content ul li strong {
    display: contents;
}

#product_addons b,
#product_addons strong {
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0;
    display: block;
}

@media (max-width: 768px) {
    .toc ol li {
        align-items: flex-start!important;
    }

    #short_description_content li::before {
        top: -3px;
    }

    .images_container_product {

        width: 100%;
    }

    .review_content {
        display: block;

    }

    #cat_version_block {
        overflow: hidden;
    }

    #short_description_content {
        margin: 0px !important;
    }

    #short_description_content ul {
        padding-left: 10px;
    }


    .tech_info,
    #short_description_content,{
        font-size: 14px;
        list-style-position: inside;
    }



    h1 {
        font-size: 32px;
    }

    .description-container-product {
        padding: 0;
    }

    .additional_description_read_more {
        font-size: 14px;
        text-decoration: underline;
        padding-left: 16px;

    }

    #product_addons > div {
        font-size: 14px;
        cursor: pointer;
        font-weight: normal;
        margin: 0;
    }

    #product_addons b,
    #product_addons strong {
    }


    #product_addons > #technical_support > div{
        margin: 10px 0;
    }

    #buy_block #add_to_cart_block {
        display: inline-block;
        margin-left: 0;
        width: 100%;

        text-align: center;
    }

    #buy_block {

        padding: 8px;
    }

    .product_name {
        text-align: center;
        color: #374658;
    }

    .product_name h1 {
        font-size: 24px;
        padding: 10px;
        font-weight: 600;
        color: black;
    }

    .product_name span {
        font-size: 14px;
        font-weight: 400;
        display: block;
        padding: 0 0 15px 0;
    }

    #views_block, #views_block_box {
        display: none;
    }

    #product_addons {
        width: 100%;
        clear: both;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        padding: 0px 10px;
    }
}

#buy_block {
      
    box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 10%);
    border-radius: 5px;
    background: #f5f9fd;
    border: 1px solid #e0e0e0;
}

@media (min-width: 758px) and (max-width: 1024px) {
    #buy_block {
        min-height: 340px;
    }
}

@media (min-width: 769px) {
    #product_addons #technical_support > div {
        width: 100%;
        margin: 10px 0;
    }

    .review_content {
        float: left;

        clear: both;
    }

    #cat_version_block {
        float: left;
        clear: both;
        display: block;
    }

    #short_description_content {
        font-size: 16px;
        line-height: 24px;
        margin-top: 35px!important;
    }

    #short_description_content ul {
        padding: 0 10px
    }

    #short_description_content ul li {
        display: flex;
        padding: 0 0 15px 0;
        align-items: center;
    }

    .additional_description_read_more {
        font-size: 14px;
        text-decoration: underline;
    }

    #product_addons > div {
        font-size: 14px;

        cursor: pointer;
        font-weight: normal;
    }

    #buy_block #add_to_cart_block {
        display: inline-block;
        padding: 10px;
        width: 100%;
    }

    #buy_block {
        height: 100%;
        padding: 5px;
        background: #f5f9fd;
    }

    .product_name {
        padding: 0 10px;
    }

    .product_name span {
        margin: 15px 0 5px 0;
        display: block;
        font-size: 12px;
        color: black;
    }

    .product_name h1 {
        font-size: 32px;
        color: black;
        -webkit-background-clip: text;
        -webkit-text-fill-color: black;
        font-weight: 700;
        line-height: 40px;
    }

    #views_block {
        float: left !important;
        width: 20% !important;
        /*margin-top: 26px !important;*/
        padding-right: 2px;
        height: 100%;
    }

    #views_block_box {
        float: left !important;
        width: 10% !important;
        margin-top: 0 !important;
        padding-right: 2px;
        height: 100%;
    }

    #product_addons {
        width: 100%;
        clear: both;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        padding: 0px 15px;
    }
}

#buy_block #our_price_display_net {
    font-weight: 600;
    font-size: 16px;
}

@media (max-width: 1024px) {
    #product .align-bottom {
        margin: 0px 10px 10px;
        height: auto;
    }

    #product .align-bottom .product-price-qty-box {
        margin: 0px 0 10px 0;
    }

    #views_block, #views_block_box {
        display: none;
    }

    .images_container_product .bx-viewport {
        height: auto !important;
    }

    #buy_block .price #our_price_display {
        font-weight: 600;
        font-size: 26px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }



    #product .product-price-box {
        margin: 25px 0;
    }

    #price_addToCart_block .our_price_display_min {
        font-size: 18px;
    }

    #price_addToCart_block {
        text-align: right;
        position: relative;
        bottom: 0px;
        margin: 0;
    }

    #buy_block #add_to_cart button {
        color: #fff;
        display: inline-block;
        padding: 6px 10px;
        margin: 0;
        background-color: #34a64e;
        border: 0;
        width: 100%;
        font-size: 16px;
        height: 56px;
        border-radius: 8px;
    }

    #buy_block #add_to_cart button:hover {
        background-color: #34a64e;
    }
}

@media (min-width: 1025px) and (max-width: 1299px) {
    .images_container_product,
    .description-container-product {
        /*width: 100%;*/
    }

    .images_container_product {
    }

    #views_block, #views_block_box {
        display: none;
    }

    .images_container_product .bx-viewport {
        height: auto !important;
        width: auto !important;
        margin: 0px 32px;
    }

    #buy_block .price #our_price_display {

    }

    #price_addToCart_block .our_price_display_min {
        font-size: 14px;
    }

    #buy_block #add_to_cart button {
        color: #fff;
        display: inline-block;
        padding: 8px;
        margin: 0;
        background-color: #34a64e;
        border: 0;
        width: 100%;
        font-size: 16px;
        height: 50px;
    }

    #buy_block #add_to_cart button:hover {
        background-color: #34a64e;
    }
}

#buy_block .price #our_price_display>span:first-of-type {
    font-weight: 600;
    font-size: 24px!important;
    font-family: 'gomme-sans';
    color: black;
}

@media (min-width: 1300px) {
    #buy_block .price #our_price_display {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }



    #price_addToCart_block .our_price_display_min {
        font-size: 16px;
    }

    #price_addToCart_block {
        text-align: right;
    }

    #buy_block #add_to_cart button {
        color: #fff;
        display: inline-block;
        padding:8px;
        margin: 0;
        background-color: #34a64e;
        border: 0;
        width: 100%;
        font-size: 16px;
        height: 50px;
        border-radius: 8px;
        overflow: hidden;
        display: block;

    }

    #buy_block #add_to_cart button:hover {
        background-color: #71b641;
    }

    #product .description-container-product {
        z-index: 9;
        padding: 0 30px 0 0px;
    }
}

#buy_block #add_to_cart button {
     
}

#buy_block #add_to_cart button,
.specific_price_countdown_block {
    overflow: hidden;
}

@media (min-width: 1025px) and (max-width: 1299px) {
    #product-head-block > .row-eq-height > .product_column_left {
        width: 70%;
    }

    #product-head-block > .row-eq-height > .product_column_right {
        width: 29%;
    }
}

@media (min-width: 1300px) and (max-width: 1599px) {
    #product-head-block > .row-eq-height > .product_column_left {
        width: 70%;
    }

    #product-head-block > .row-eq-height > .product_column_right {
        width: 26%;
    }

    #product-head-block > .row-eq-height > .product_column_left .images_container_product #views_block {
        min-width: 92px;
    }
}

@media (min-width: 1600px) {
    #product-head-block > .row-eq-height > .product_column_left {
        width: 72%;
    }

    #product-head-block > .row-eq-height > .product_column_right {
        width: 26%;
    }
}

#view_full_size .pshowgallerybox:hover {
    background: none;
}

#productgallerybox {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5555;
    top: 80px;
    display: inline-block;
    background: #fff;
    /*-webkit-box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 10px 5px rgba(0,0,0,0.75);*/
    min-width: 93%;
    height: 88%;
}

#productgallerybox_background {
    position: fixed;
    left: 0px;
    top: 0px;
    background: #000A;
    z-index: 4;
    width: 100%;
    height: 100%;
}

.productgallerybox-image {
    max-width: 90%;
    display: inline-block;
    float: left;
    max-height: 800px;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

.productgallerybox-image img {
    display: inline-block;
}

#productgallerybox #thumbs_list_box li {
    width: 100%;
    height: auto;
}

#productgallerybox_close {
    position: absolute;
    right: -15px;
    top: -15px;
    font-size: 28px;
    cursor: pointer;
    border: 2px solid #000;
    padding: 0px 9px 3px;
    border-radius: 50%;
    line-height: 28px;
    color: #fff;
    background: #000;
    z-index: 2;
}

#image_title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    bottom: 0px;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 16px;
}

#productgallerybox_navigation_back, #productgallerybox_navigation_next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}

#productgallerybox_navigation_back {
    left: 13%;
    z-index: 2;
}

#productgallerybox_navigation_next {
    right: 2%;
    z-index: 2;
}

#productgallerybox_navigation_back .flaticon-back::before,
#productgallerybox_navigation_next .flaticon-next::before {
    font-size: 20px;
    font-weight: bolder;
    border: 2px solid #000;
    background: #fff;
    border-radius: 28px;
    cursor: pointer;
    color: #000;
}

#productgallerybox_navigation_back .flaticon-back::before {
    padding: 10px 10px 10px 8px;
}

#productgallerybox_navigation_next .flaticon-next::before {
    padding: 10px 8px 10px 10px;
}

.productgallerybox-image:hover #productgallerybox_navigation_back,
.productgallerybox-image:hover #productgallerybox_navigation_next {
    display: inline-block;
}

.star_content.star_content_products .star.star_on::after, .comment_author_infos .star_content .star.star_on::after, #id_new_comment_form #criterions_list .star_content .star.star_on::after {
    content: "\f005";
    font-family: "FontAwesome";
    display: inline-block;
    color: #ebe417;
}

.star_content.star_content_products .star::after, .comment_author_infos .star_content .star::after, #id_new_comment_form #criterions_list .star_content .star::after {
    content: "\f006";
    font-family: "FontAwesome";
    display: inline-block;
    color: #777676;
}

.star_content.star_content_products .star, .comment_author_infos .star_content .star, #id_new_comment_form #criterions_list .star_content .star {
    position: relative;
    top: 1px;
    float: left;
    width: 16px;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
    height: 20px;
    font-weight: normal;
    display: inline-block;
}

.comment_author_infos .star_content .star {
    top: 5px;
}

#comments {
    font-size: 16px;
}

#id_new_comment_form #criterions_list .star_content .star {
    top: 1px;
    width: 22px;
    font-size: 20px;
    height: 22px;
}

#bigpic_box {
    width: 100%;
}

@media (max-width: 767px) {
    .description-container-product > .row > p {
        text-align: center;
    }

    #cat_version_block .version-list .version-item {
        font-size: 12px!important;
    }

    #cat_version_block .version-list .version-outer {
    }
    .tech_info .translations {
        justify-content: space-around!important;
    }
    .stickers-new.tech_info div {
        height: auto!important;
        width: auto!important;
        padding: 5px!important;
    }
}

.version-list.version-block {
    display: inline-flex;
}

.tech_info .translations {

}
.tech_info .translations span {

}

.version-list.version-block .version-list .version-item {

}
.stickers-new.tech_info {
    margin: 30px 0 0 -2px;
    justify-content: flex-start;
}

.stickers-new.tech_info div {
    height: 30px;
    width: auto;
    padding: 15px 10px;
}

.tech_info_new {
    display: flex;
      
    margin: 20px 10px 0;

}

.tech_info_new>div:first-child {
    padding: 0 30px 0 0;
    border-left: none;
}

.tech_info_new>div {
    flex-direction: column;
    border-left: 1px solid #c7c7c7;
    padding: 0 30px 0;
}

.tech_info_new .title {
    margin: 0 0 2px;
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 600;
}

.tech_info_new .content {
    font-size: 14px;
    letter-spacing: 1px;
}

.tech_info_new span::after,
.tech_info .translations span::after {
    content: ",";
    margin: 0 5px 0 0;
}

.tech_info_new span:last-child::after,
.tech_info .translations span:last-child::after {
    content: " ";
}

@media (max-width: 425px) {
    .tech_info_new {
        margin: 30px 10px;
        justify-content: space-between;
    }
    .tech_info_new>div:first-child {
        padding: 0 20px 0 0;
    }
    .tech_info_new>div {
        padding: 0 20px 0;
        width: min-content;
    }

    .tech_info_new .title {
        margin: 0 0 5px 0;
        font-size: 10px;
        text-wrap: nowrap;
    }

    .tech_info_new .content {
        font-size: 12px;
        font-weight: 600;
        color: #898989;
    }
}


.tech_info {
    font-size: 13px;
    display: flex;
    align-items: center;
    overflow: inherit;
    gap: 10px;
     
    flex-wrap: wrap;
    margin: 20px 10px 20px 10px;
    justify-content: space-between;
    flex-wrap: nowrap!important;
    overflow: visible;
}

.under_cover {
    justify-content: center!important;
    margin: 15px auto!important;
    overflow: visible;
    flex-direction: column;
}

.under_cover > a,
.under_cover > div {
    box-shadow: 4px 4px 2px #00000021;
}

.under_cover > a,
#product_trial_container {
    width: 70%!important;
}

@media (max-width: 425px) {
    

    .description-container-product .tech_info {
        overflow: scroll;
    }

    .tech_info > div {
        min-width: 90px;

    }
    /* .tech_info > div:first-child:nth-last-child(n+4),
    .tech_info > div:first-child:nth-last-child(n+4) ~ div {
        animation: 3s linear 1 goscroll2;
        animation-play-state: inherit;
    } */
}

@media (max-width: 768px) {


    .stickers-new.tech_info {
        gap: 10px;
        margin: 0!important;
        justify-content: center;
        align-items: stretch;
    }

    .tech_info > div,
    .tech_info > a {
        min-width: 90px!important;
        height: 60px!important;
        float: left;
        font-size: 11px!important;
        display: block;
    }
}

.tech_info a:link {
    text-decoration: underline;
}


.tech_info > div,
.tech_info > a,
#product_trial_container {
    height: 56px;
    color: #2a2a2a;
    border: 1px solid #a9a9a9;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    white-space: normal;
    height: 45px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 14px;
    flex-wrap: nowrap;
    gap: 5px;
}

.tech_info > a:hover {
    border-color: rgb(117, 117, 117);
    background-color: rgb(243, 243, 243);
}


.tech_info > a > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.under_cover .tech_info i {
    font-size: 20px !important;
}

.tech_info i {
    font-size: 16px !important;
    padding: 0px 6px 0 0;
}

.tech_info .custom-sticker { 
    flex-direction: row!important;
}

@media (min-width: 1570px) {
    .product-content2 {
        padding: 0px !important;
    }
    .tech_info > div,
    .tech_info > a {
        font-size: 14px!important
    };
}

/*@media (max-width: 991px) {
    #bigpic_box_slider > div {
        max-width: 991px!important;
    }*/

.gallerybox {
    width: 94% !important;
    height: 94% !important;
    top: 3% !important;
    left: 3% !important;
}

.gallerybox .close-box {
    top: 0 !important;
    right: 0 !important;
    z-index: 9999;
    margin: 15px;
}

.gallerybox .pshowgallery-image-box img {
    padding: 5px;
    border-radius: 5px;
    max-width: 90vw!important;
    margin: 0 auto;
}

.fancybox-nav span {
    top: 20% !important;
}





@media (max-width: 767px) {
    .description-long p {
        font-size: 16px;
        word-break: break-word;
    }

    .description-long ul, .description-long ol {

    }
}

.description-long, .description-long p {
      
    line-height: 24px;
    font-size: 16px;
    word-break: break-word;
    padding: 0 0 15px 0;
}

.description-long blockquote {
    border-radius: 5px;
    padding: 25px;
    border: 1px solid #979797;
    background: #c7c7c70d;
    margin: 25px 0;
}

.description-long blockquote p {
    padding: 0!important;
}

.description-long button {
    margin: 5px;
}

@media (max-width: 375px) {
    .description-long, .description-long p, .description-long span {
        font-size: 14px;
    }
    .description-long ul, .description-long ol {
        padding-left: 1rem;
    }
}

.description-long h1 {
    font-size: 23px;
    font-weight: 600;
    margin: 30px 0;
}

.description-long h2 {
    font-size: 18px;
    font-weight: 600;
    margin: 15px 0 20px 0;
}

.description-long h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 20px 0;
}


.description-long ul, .description-long ol {
    padding-left: 2rem;
    margin: 0px 0 25px;
}

#description #support_gallery .bx-viewport {
    margin: 32px;
    width: 95% !important;
}


#description .AddToCartDubler {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px;
    gap: 10px;
}

#description .AddToCartDubler button,
#description .AddToCartDubler a {
    display: block;
    width: 350px;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    text-transform: none;
}

#description .AddToCartDubler button {
    background-color: #34a64e;
    color: white;
}

#description .AddToCartDubler a {
    border: 1px solid grey;
}

/* stick product details on mobile */
.mobile-scroll-to-top {
    display: none;
    text-align: center;
    height: 30px;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
}

.product-main-info {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.product-main-info .pmi-fixed {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    padding: 15px 15px 0 15px;
}

.product-main-info .pmi-fixed .mobile-scroll-to-top {
    display: inline-block;
}


.product-main-info .product-main-info-inner {
    display: none;
}

.product-main-info .product-main-info-inner.pmi-fixed {
    display: block;
    border-top: 2px solid #71b641;
}

.product-main-info .product-main-info-inner.pmi-fixed #product_addons {
    display: none;
}

.product-main-info .product-main-info-inner.pmi-fixed h1.product_name {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block {
    padding: 0;
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block #price_addToCart_block {
    width: 50%;
    margin: 0;
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block #price_addToCart_block .col-xs-8 {
    width: 100%;
    line-height: 48px;
    padding: 0 0 0 16px;
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block #price_addToCart_block .col-xs-8 > div:nth-of-type(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block #price_addToCart_block .col-xs-8 > div:nth-of-type(1) > span:nth-of-type(1) {
    display: none;
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block #price_addToCart_block .our_price_display {
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block #price_addToCart_block .our_price_display_min {
    font-size: 16px;
    line-height: 30px;
    display: none;
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block .price {
    margin-right: 10px;
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block .price #our_price_display {
    font-size: 20px;
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block .price .our_price_display_min {
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block #quantity_wanted_p {
    display: none;
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block #add_to_cart button {
    height: 50px;
}

.unvisible,
.blockSpace {
    display: none;
}

@media all and (max-width: 768px) {
    .product-main-info .product-main-info-inner.pmi-fixed #buy_block #add_to_cart_block {
        width: 50%;
    }

    .product-main-info .product-main-info-inner.pmi-fixed {
        display: none !important;
    }
}

@media all and (max-width: 1024px) {
    .product-main-info .product-main-info-inner.pmi-fixed #buy_block #add_to_cart button {
        padding: 6px 0;
        min-width: auto;
    }
}


.product-main-info .product-main-info-inner.pmi-fixed {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product-main-info .product-main-info-inner.pmi-fixed h1.product_name {
    width: calc(100% - 52px);
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block {
    width: 52px;
    padding: 0;
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block #price_addToCart_block {
    display: none;
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block #add_to_cart_block {
    width: 100%;
}

.product-main-info .product-main-info-inner.pmi-fixed #buy_block #add_to_cart button .text {
    display: none;
}

.product-main-info .pmi-fixed .mobile-scroll-to-top {
    width: 100%;
}

.gallerybox .informations .description p {
    padding: 0px !important;
}

.flag-reduction {
    padding: 3px 10px;
    color: var(--promo-color-contrast);
    background: var(--promo-color);

    border-radius: 5px;
    font-size: 12px;
    margin: 0 10px 0 0;
}


#product .our_price_display_min {
    padding: 0!important;
    font-size: 14px;
    display: none;
}

.flag-new {
    padding: 4px 8px;
    color: white;
    background: #AA1353;
    -webkit-text-fill-color: white;
    margin-left: 8px;
}

#product .product_column_right {

}

.h-100 {
    height: 100%;
}

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

@media (min-width: 1500px) {
    html[lang="en-US"] #buy_block .price #our_price_display {

    }

    html[lang="en-US"] #price_addToCart_block {
        overflow: hidden;
        /*height: 60px;*/
    }
}

@media (min-width: 1366px) and (max-width: 1400px) {
    html[lang="pl-pl"] #buy_block .price #our_price_display {
    }

    html[lang="en-US"] #buy_block .price #our_price_display {
    }

    html[lang="en-US"] #old_price_display {
    }

    html[lang="en-US"] #price_addToCart_block .our_price_display_min {
    }

    #product-head-block {
        padding-top: 16px;
    }
}

@media (max-width: 400px) {
    #price_addToCart_block .col-xs-5 {
        height: 125px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    html[lang="en-US"] #buy_block .price #our_price_display {

    }
}

#product .price-bottom {
    align-items:baseline;
    justify-content: space-between;
    clear: both;
    padding: 0 3px;
}

.row-reverse {
    flex-direction: row-reverse;
}

body#product .shadow-bottom {
    box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 10%);
}

body#product section.content {
    background-color: white;
}

body#product #new-tabs {
    margin-top: 25px;
    margin: 0 auto;
}

@media (max-width: 740px) {
    body#product #new-tabs > ul {
        justify-content: space-between;
    }
    body#product #new-tabs > ul::-webkit-scrollbar-button {
        color: red;
    }
}

body#product #new-tabs > ul {
    display: flex;
    gap: 1.5rem;
    position: sticky;
    z-index: 10;
    background-color: #fbfbfbdb;
    backdrop-filter: blur(8px);
    margin-top: 30px;
    margin-bottom: 0;
    padding: 5px 5px 5px 10px;
    transition: background 0.3s, backdrop-filter 0.3s;
    align-items: center;
    width: 100%;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    height: 60px;
    justify-content: space-around;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    body#product #new-tabs > ul {
        justify-content: flex-start;
    }
}

body#product #new-tabs > ul li {
    list-style-type: none;
}

@media (min-width: 1366px) {
    body#product #new-tabs > ul li {

    }
}

body#product #new_comment_form form.std {
    float: inline-start;
}

body#product #new_comment_form {
    display: flex;
    align-items: center;
}

body#product #new_comment_form_image {
    width: 40%;
}

body#product #new_comment_form_image img {
    position: relative;
    width: 80%;
}

.inner-tab .product-title-tab {
    font-weight: 400;
    font-size: 32px;
    color: #374658 !important;
    background-color: #fbfbfbdb;
    backdrop-filter: blur(8px);
    border-bottom: 1px solid #37465861;
}

body#product .inner-tab .rte {
    margin: 0;
}

.product-title-tab > div,
#new-tabs > ul li a {
    display: flex !important;
    align-items: center;
    justify-content: center;

}

.inner-tab h2 {
    color: #374658;
    background: unset;
}

#lastUpdateDate,
#lastUpdateDate-mobile,
#numberOfComments,
#numberOfComments-mobile,
.days_ago_desktop,
.days_ago_mobile {
    text-transform: lowercase;
}

@media screen and (max-width: 1000px) {
    #lastUpdateDate,
    #numberOfComments {

    }
}


#tabs .container-footer {
    display: none !important;
}

body#product .inner-tab .alert.alert-info {
    background: white;
    color: #374658 !important;
    padding: 0;
    margin: 0;
    text-align: left;
    margin-bottom: 15px;
    letter-spacing: 0px;
    font-family: "Ubuntu Condensed", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px !important;
}

body#product .inner-tab .alert.alert-info span {
    background: white;
    color: #374658 !important;
}

body#product .inner-tab .alert.alert-info i {
    margin-right: 5px;
}

body#product .comments_on_product_page {
    display: inline-block;

}

body#product .description-long .product-title-tab {
    border: none;
}

body#product #comments,
body#product #idTab_1_wymagania,
body#product #idTab_2_gwarancja_wsparcie,
body#product #idTab_3_demo,
body#product #idTab_4_licencja,
body#product #changelog {
    border-top: 0 solid lightgrey;

}

body#product #comments .date i {
    display: none;
}

body#product #comments span {
    padding: 15px 0;
    display: block;
}

body#product #product_comments_block_tab .comment {
    background: #fcfeff;
    padding: 10px 15px;
    margin-top: 0;
    margin-bottom: 16px;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
      
    line-height: 25px;
    font-weight: 400;
}

body#product #new-tabs > .sticky-beam {
    margin: 0;
    padding: 10px 40px !important;
    z-index: 77777;
    font-size: 13px;
}

.sticky-beam {
    justify-content: center;
    z-index: 1;
    position: fixed;
    padding: 0 1rem !important;
    -webkit-box-shadow: 0px 24px 18px -23px rgb(0 0 0 / 23%);
    -moz-box-shadow: 0px 24px 18px -23px rgb(0 0 0 / 23%);
    box-shadow: 0px 24px 18px -23px rgb(0 0 0 / 23%);
    max-width: inherit;
    left: 0;
    width: 100%;
    font-size: 1rem;
}

.sticky-beam li:last-child {
    margin: 0 !important;
}

html {
    scroll-behavior: smooth;
}

.new-container-header li {
    position: relative;
}

@media screen and (max-width: 1100px) {
    .new-container-header {
        font-size: 12px;
    }
}

#new-tabs > ul li a {
    font-size: 13px;
    font-weight: normal;

    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
}

#new-tabs > ul li {
    border-bottom: 1px solid transparent;
}

@media (max-width: 990px) {
    #new-tabs > ul li a {
        font-size: 1em;
        color: #222;
        font-weight: 400;
    }

    #new-tabs > ul li {
        padding: 0;
    }
}

#new-tabs > ul li a:hover {
    color: #374658;
    transition: 0.2s;
}

#new-tabs .inner-tab {
    position: relative;
    padding: 15px 0;
    background-color: #fff;
    margin: 0 auto;
    max-width: 1350px;
    margin: 0 auto;
}

body#product #product_comments_block_tab .comment_content p {
    padding: 15px 5px;
}

@media screen and (max-width: 770px) {
    body#product #product_comments_block_tab .comment_content p {
        padding: 5px;
    }
    body#product #comments>span {
        padding: 0 0 15px 0!important;
        display: block;
    }
}

#new-tabs > ul li.active_beam a {
    color: #374658;
    font-weight: 800;
}

#new-tabs > ul li.active_beam {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
}

#new-tabs > ul li a:hover {
    font-weight: 800;
}

/*#new-tabs > ul li.active_beam a::after {*/
/*    transform: scale(1);*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/

/*#new-tabs > ul li a::after {*/
/*    content: "";*/
/*    background: #222;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    height: 1px;*/
/*    transition: all .8s;*/
/*    transform: scale(0);*/
/*    top: auto;*/
/*    width: 100%;*/
/*}*/

body#product #changelog {
    overflow: unset !important;
}

body#product .changelog-desc {
    max-height: 320px;
    margin: 20px 0;
    overflow-y: auto;
    padding: 10px;
    border-radius: 5px;
    background: #343434;
    color: white;
}

body#product .changelog-desc::-webkit-scrollbar {
    width: 15px;
    background-color: #666666;
}

body#product .changelog-desc::-webkit-scrollbar-thumb {
    border: 0px solid black;
    background: #c3c3c3;
    padding: 8px;
}

#new-tabs #criterions_list li {
    width: 100%;
    display: flex;
    gap: 10px;
}

body#product .inner-tab .product-title-tab {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
    height: 80px;
    font-family: 'gomme-sans';
    font-weight: bold;
}

body#product .inner-tab .product-title-tab .fa-angle-down:before,
body#product .inner-tab .product-title-tab .fa-angle-up:before {
    font-size: 1em;
}

#license_select,
#technical_support {

}



@media (min-width: 769px) {
    .description-long ul,
    .description-long ol {

    }

    .description-long li {
        margin-top: 10px;
    }

    body#product #id_new_comment_form #criterions_list .star_content .star {
        height: 25px !important;
        top: -1px !important;
    }

    body#product #comments,
    body#product #idTab_1_wymagania,
    body#product #idTab_2_gwarancja_wsparcie,
    body#product #idTab_3_demo,
    body#product #idTab_4_licencja,
    body#product #changelog,
    body#product #description {

    }

    body#product #description .description-h1,
    #description .fa-angle-up,
    #changelog .fa-angle-up,
    #comments .fa-angle-up,
    .wymagania,
    .wsparcie,
    .demo,
    .przetestuj,
    .licencja,
    .rte .product-title-tab .fa-angle-down {
        display: none;
        overflow: hidden;
    }
}

#product_comments_block_tab h4 {
    font-size: 13px;
    font-weight: 400;
    margin: 10px 0 30px 0;
    border-bottom: 1px solid #e5e5e5;
    padding: 0 0 15px;
}

#product_comments_block_tab h3 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: black;
    margin-top: 0px;
}

#product #id_new_comment_form #criterions_list .star_content .star {
    top: 0!important;
    font-size: 16px!important;
}



@media (max-width: 768px) {

    body#product #new-tabs #criterions_list li {
        margin: 0;
    }

    body#product .comment_author_infos .star_content .star {
        top: 3px;
    }

    body#product .product-main-info-inner.sticky-block.pmi-fixed,
    #product_comments_block_tab,
    body#product .wymagania,
    body#product .wsparcie,
    body#product .demo,
    body#product .przetestuj,
    body#product .licencja,
    body#product .hurtownie,
    body#product .descriptionShowMore {
        display: none;
        padding: 0 23px;
        overflow: hidden;
    }

    #description .description-h1 .fa-angle-up {
        display: block;
    }

    .description-long {
        padding: 0 20px;
    }

    .demo {
        padding: 0 30px;
    }

    #description .fa-angle-up,
    #changelog .fa-angle-up,
    #comments .fa-angle-up {
        display: block;
    }

    body#product .inner-tab .product-title-tab {
        font-size: 18px;
        font-weight: 800;
        height: 3em;
        padding: 0 10px;
        width: 95%;
        margin: 20px auto;
        background: #edededab;
        border: 2px solid #374658;
        border-radius: 10px;

    }

    body#product .inner-tab .product-title-tab .fa-angle-down:before,
    body#product .inner-tab .product-title-tab .fa-angle-up:before {
        font-size: 2em;
    }

    body#product #new-tabs {
        margin-top: 0;
        width: 100% !important;
    }

    body#product .changelog-desc {
        padding: 15px;
        display: none;
        border-radius: unset;
        word-wrap: break-word !important;
    }

    body#product #new-tabs li {
        text-align: left;
        width: 100%;
    }

    #id_new_comment_form #criterions_list .star_content .star {
        height: 25px;
        top: 0;
    }

    #new-tabs ul,
    #new-tabs .inner-tab {

        width: 100% !important;
    }


    body#product .container.product-content2 {
        padding: 0;
    }

    body#product .inner-tab .rte {
        margin: 0;
    }

    body#product .inner-tab i.fa.fa-angle-up {
        display: none;
    }

    body#product #changelog, body#product #comments, body#product #idTab_1_wymagania, body#product #idTab_2_gwarancja_wsparcie, body#product #idTab_3_demo, body#product #idTab_4_licencja {
    }

    body#product #changelog {
        margin: 0;
        padding: 0;
    }

    body#product .sticky-top-mobile {
        position: fixed;
        top: 52px;
        background: white;
        border-top: 1px solid lightgrey;
        border-bottom: 1px solid lightgrey;
        z-index: 50;
    }
}



@media (max-width: 769px) {
    #new_comment_form_image {
        display: none !important;
    }
    .button_on_tabs button {
        margin-left: 0!important;
        padding: 10px!important;
    }
}

#product #pshowblog_entries .entry_content-more {
    color: #fff;
    margin: 0;
    background-color: #71b641;
    border: 0;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 9px 25px 11px;
}

@media (max-width: 1367px) and (min-width: 1365px) {
    #new-tabs > ul li a {
        font-size: 1em !important;
    }
}

.button_on_tabs button {
    font-size: 12px;
    background-color: #34a64e;
    color: white;
    border: unset;
    padding: 15px;
    margin: 0;
    min-width: auto;
    margin-left: 10px 20px;
    width: auto;
    display:none;
}

.button_on_tabs .text {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.button_on_tabs i {
    font-size: 18px;
}

.sprites-new {
    display: inline-block;
    position: relative;
    background: url(../img/sprites.png) no-repeat;
    background-size: 90px 90px;
}

.cart-add-white-new {
    width: 20px;
    height: 17px;
    background-position: -72px -73px;
    top: 2px;
}



#new-tabs .sticky-beam .button_on_tabs {
    display: inline-block;
}

#pshowblog_entries article {
    width: 60%;
    margin: 0 auto;
}

@media all and (max-width: 768px) {
    #pshowblog_entries article {
        width: 95% !important;
    }

    body#product #new-tabs .new-container-header {
        padding: 0!important;
        font-size: 10px;
        width: 96% !important;
        margin: 20px auto 0;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-box-shadow: 0px 5px 9px -1px rgb(171 169 169 / 50%);
        -moz-box-shadow: 0px 5px 9px -1px rgb(171 169 169 / 50%);
        box-shadow: 0px 5px 9px -1px rgb(171 169 169 / 50%);
        -ms-overflow-style: none;  /* IE and Edge */
        scrollbar-width: none;  /* Firefox */
    }

    body#product #new-tabs .new-container-header::-webkit-scrollbar {
        display: none;
    }

    body#product #new-tabs .ul:-webkit-scrollbar-thumb {
        background: green;
    }

    body#product #new-tabs .new-container-header {
        padding: 5px 10px!important;
    }

    .sticky-beam-top li:last-child {
        order: 1;

    }
}


#pshowblog_entries .pshowblog_entry_image img {
    width: 95%;
}

#product #pshowblog_entries .entry_content-more {
    border-radius: 5px;
}

.gallerybox .informations {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 1 !important;
    transition: 0.5s;
    display: grid !important;
    grid-template-columns: 1000px 1fr;
    background-color: #fff;
    -webkit-box-shadow: 0px 20px 29px -28px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0px 20px 29px -28px rgba(0, 0, 0, 1);
    box-shadow: 0px 20px 29px -28px rgba(0, 0, 0, 1);
}

.gallerybox .informations-container {
    padding-left: 21px;
}

.gallerybox .thumbnails {
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 0;
    right: 0;
    height: unset !important;
    opacity: 1;
    transition: 0.5s;
    height: 100px!important;
    margin: 3px;
    background: #e7e7e7;
}

.gallerybox .thumbnails-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0px!important;
    width: 100%;
}

.gallerybox .thumbnails-list a {
    min-width: 80px;
    max-width: 150px;
    max-height: 80px;
}

.gallerybox .left-arrow, .gallerybox .right-arrow {
    background: rgba(0, 0, 0, 0.25);
}

.gallerybox .thumbnails-list a.active {

}

.gallerybox .thumbnails-list a.active img{
    border: 1px solid blue;
}

.gallerybox .thumbnails .thumbnail img{
    border: 1px solid #959595;
}

.gallerybox .thumbnails-list a img {
    width: 100%;
}

.gallerybox .informations .description {
    max-width: 1000px;
    width: 1000px;
    margin-bottom: 8px !important;
    display: none;
}

.gallerybox .product-price-box, .gallerybox #price_addToCart_block {
    display: none;
}

.gallerybox #add_to_cart {
    border: unset !important;
    display: flex;
    justify-content: flex-end;
    margin-right: 3rem !important;
    align-self: center;
}

.gallerybox #buy_block {
    display: flex;
    justify-content: center;
    width: fit-content;
}

.pshowgallery .align-bottom {
    height: unset !important;
}

.pshowgallery #add_to_cart_block {
    display: grid;
    align-items: center;
}

.pshowgallery #add_to_cart button {
    color: #fff;
    display: inline-block;
    padding: 6px 2rem;
    margin: 0;
    background-color: #71b641;
    border: 0;
    font-size: 16px;
    height: 70px;
    display: none;
}

.pshowgallery #add_to_cart button:hover {
    background-color: #34a64e;
}

.pshowgallery #add_to_cart button .text {
    position: relative;
    top: -9px;
    margin-left: 15px;
}

.gallerybox-overlay {
    z-index: 6666 !important;
}

.pshowgallery .onHover,
.pshowgallery,
.thumbnails {
    background-color: #fff;
    opacity: 1 !important;
}

@media (max-width: 991px) {
    body#product #new-tabs > ul li {
        width: min-content !important;
        white-space: nowrap;
        order: 2;
    }

    body#product #new-tabs > ul.sticky-beam li, body#product #new-tabs > ul.sticky-beam li:nth-last-child(2) {
        width: min-content !important;
    }

    body#product #new-tabs > ul li:last-child {
        margin-right: 0;
        order: 1;
    }
}

@media (min-width: 769px) {
    .pshowgallery #buy_block {
        min-height: unset !important;
        box-shadow: none !important;
        border: none !important;
        padding: unset !important;
    }

    .pshowgallery #buy_block #add_to_cart_block {
        padding: 0 !important;
    }

    #product .product-header {
        -webkit-flex-wrap: wrap;
        justify-content: space-between;

    }
}

@media (max-width: 576px) {
    .description-long img {

    }
    .specific_price_countdown_block {

    }
}

@media (max-width: 768px) {
    .specific_price_countdown_block {
        margin: -8px -8px 10px -8px!important;
    }
    #specific_price_countdown span {
        padding: 0 4px;
    }
}

.preorder-flag::before {
    content: 'Preorder '!important;
}

.preorder-product-page .specific_price_countdown_block,
.preorder-flag {
    background: var(--preorder-bg)!important;
    color: var(--preorder-contrast)!important;
}

.preorder-product-page .specific_price_countdown_block .countdown_intro {
    display: none!important;
}

.specific_price_countdown_block {
    padding: 15px 0px 15px 10px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    background: var(--promo-color);
    color: var(--promo-color-contrast);
    margin: -5px -5px 5px -5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.specific_price_countdown_intro {
    margin: 0;
    white-space: nowrap;
    width: min-content;
    padding: 0 7px 0 0;
}

#specific_price_countdown {
    text-align: center;
}

#specific_price_countdown span {
    display: inline-block;
    width:fit-content;
    padding: 0 5px;
    text-align: center;
    border-right: 1px solid var(--promo-color-contrast);
}

#specific_price_countdown span:last-child {
    border: 0;
    width: 20px;
}

.btn.btn-success {
    color: #fff;
    background-color: #34a64e!important;
    border-radius: 5px;
}

#product .support-span-mainpage {
    background-color: white;
}

@media (min-width: 320px) {
    #buy_block #add_to_cart button,
    .specific_price_countdown_block,
    .flag-reduction {
        position: relative;
    }



    /*#buy_block #add_to_cart button::after {*/
    /*    height:88px;*/
    /*    bottom: -2px;*/
    /*}*/

    /*.specific_price_countdown_block::after {*/
    /*    height: 70px;*/
    /*}*/

}

#pshowgallery-slider_for_popup {
    width: 100%;
    margin: 10px 0 0 0;
    padding: 0!important;
}


#product .stickers {
    margin: 0;
}

#product .stickers span {
    margin: 5px;
}

.skip-to-top {
    border: 1px solid;
    padding: 5px 8px;
    border-radius: 15px;
}

.product-action-buttons {
    column-gap: 20px;
    display: flex;
    margin: 50px 0;
    justify-content: center;
}

.product-action-buttons a {
    border-radius: 5px;
    padding: 10px 15px;
    text-decoration: none;
    border: 1px solid black;
    opacity: 0.8;
}

.product-action-buttons a:hover {
    opacity: 1;
}

.product-action-buttons a i {
    font-size: 23px!important;
    padding: 0 10px 0 0;
}

.button-demo,
#product_trial_container {
    display: none!important;
} 

.button-docs {
    background-color: white;
}

.select2-results__option {
    font-size: 14px;
}

/* Comments on product page */

.prestashow-comment {
    border-color: #34a64e!important;
    background-color: #fbfff9!important;
}

.more-comments-box {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    height: 200px;
    background: linear-gradient(0deg, rgb(255 255 255) 30%, rgb(255 255 255 / 0%) 160%);
    margin-top: -130px;
    position: relative;
}

.show-more-comments {
    position: absolute;
    z-index: 100;
    padding: 5px 20px;
    border: 1px solid rgb(131, 131, 131);
    border-radius: 5px;
    text-align: center;
    background-color: #f9f9f9;
}

.show-more-comments:hover {
    border: 1px solid #34a64e;
    background-color: #fbfff9;
}

.comments-list {
    max-height: 800px;
    overflow: hidden;
    transition: max-height 2s cubic-bezier(1, 0.15, 0.7, 0.5);
}

.full-comments-list {
    max-height: 30000px!important;
}

#product #main-head-block {
    padding: 0;
}

@media (max-width: 1200px) {
    #product .product-header {
        padding: 0 10px;
    }
}

.product-price-box .pricelog_container {
    font-size: 13px !important;
    padding: 10px 0 0 30px !important;
    color: #484848;
    font-weight: 400;
}

.product-price-box .pricelog_container svg {
    width: 20px !important;
}

.pshowpricelog_tooltip {
    visibility: hidden; */
position: absolute;
    text-align: center;
    bottom: 300%!important;
    left: 50%;
    margin-left: 0!important;
    min-width: 280px!important;
    line-height: 1.4!important;
    background: #2e2e2e!important;
    color: white!important;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    padding: 10px;
    white-space: normal;
    z-index: 99999;
    font-size: 13px!important;
}

.pshowpricelog_tooltip::after {
    border-color: #454545 transparent transparent transparent!important;
}

@media (max-width: 991px) {
    .pshowpricelog_tooltip {
        left: 35px !important;

    }

    #new-tabs > ul li a.skip-to-top {
        display: none!important;
    }

    .pshowpricelog_tooltip_container {
        transform: scale(1)!important;
    }

    /* .pshowpricelog_tooltip:after {
        top: 50% !important;
        left: -5px !important;
        border-color: transparent #2e2e2e transparent transparent !important;
    } */
}

.pshowpricelog_tooltip_container {
    float: left;
    margin: 0!important;
    top: 0!important;
    transform: scale(0.9)!important;
}

.cl-changelog #lastUpdateDate-mobile,
.cl-comments #numberOfComments {
    margin: 0 3px;
    background: #ebebeb;
    padding: 0 3px;
    border-radius: 5px;
}

body#product .attribute_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* product-33 it's a technical support */
body#product.product-33 .attribute_list {
    flex-direction: column;
}

.attribute_list .comb-attr-btn {
    background-color: #fff;
    border: 1px solid #374658;
    color: #374658;
    padding: 10px 15px;
    border-radius: 5px;
    margin: 0 5px;
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.attribute_list .comb-attr-btn input {
    display: none;
}

.attribute_list .comb-attr-btn:has(input:checked) {
    background-color: var(--cta-color);
    border: 1px solid #34a64e;
    color: #fff;
}
