#recaptcha-sendquest-recaptcha-productquest-form
{
    text-align: center;
}

#recaptcha-sendquest-recaptcha-productquest-form > div
{
    display: inline-block;
}

@media (min-width: 1920px) {
    .container {
        width: 1550px !important;
        max-width: 1550px !important;
    }
}
.products-view .product-row {
    margin-bottom: 20px;
}
.products-view .gallery-pics {
    margin-top: 10px;
}
.products-view .products-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 45px;
}
@media (max-width: 576px) {
    .products-view .products-header { margin-top: 25px; }
}
.products-view .products-header > a {
    color: var(--accent);
}

.products-view .information-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.products-view .information-row .item-num{
    font-size: 16px;
    font-weight: 300;
    color: var(--black);
    margin: 0;
}
.products-view .information-row .stock {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.products-view .information-row .stock .stock-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    margin: 0 10px 0 0;
    text-transform: uppercase;
}
.products-view .information-row .stock p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--black);
}
.products-view .information-row .stock .fa-check-circle { color: #23cc71; margin-right: 5px; }
.products-view .information-row .stock .fa-times-circle { color: #E74C3C; margin-right: 5px; }
.products-view .information-row .rating {
    margin-left: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.products-view .information-row .rating .rating-title {
    font-size: 12px;
    font-weight: 700;
    color: var(--black);
    margin: 0 10px 0 0;
    text-transform: uppercase;
}
.products-view .information-row .rating-sm {
    font-size: 14px !important;
}
.products-view .information-row .rating .fa-star {
    font-size: 14px;
    color: var(--accent);
}
@media (max-width: 767px) {
    .products-view .information-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .products-view .information-row .stock { margin: 0; }
    .products-view .information-row .rating { margin: 0; }
}
.products-view .rating-disabled .rating-input, .rating-disabled .rating-stars { cursor: default !important; }
.products-view .rating-container .filled-stars { color: var(--accent); text-shadow: none; -webkit-text-stroke: unset; }
.products-view .rating-container { margin-top: -5px; }
.products-view .custom-dropdown {
    position: relative;
    display: grid;
    grid: 1fr / 90px auto;
    align-items: center;
    margin-bottom: 10px;
    height: 40px;
    width: 300px;
}
.products-view .custom-dropdown::after {
    pointer-events: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f0dd';
    color: white;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    z-index: 2;
    background: var(--black);
    cursor: pointer;
}
.products-view .custom-dropdown label {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    margin-right: 10px;
}
.products-view .custom-dropdown select {
    box-shadow: none !important;
    border-radius: 0;
    height: 100%;
    cursor: pointer;
}
@media (max-width: 767px) {
    .products-view .custom-dropdown { width: auto; }
}
.products-view .cart-amount-price #sell_price {
    font-size: 34px;
    font-weight: 800;
    color: var(--accent);
    margin: 0;
}
.products-view .cart-amount-price #normal_price {
    font-size: 18px;
    font-weight: 400;
    color: var(--black);
    text-decoration: line-through;
    margin: 0;
}
@media (max-width: 1200px) {
    .products-view .cart-amount-price #sell_price { font-size: 45px; }
}
@media (max-width: 767px) {
    .products-view .cart-amount-price #sell_price { font-size: 30px; line-height: initial; }
}
.products-view .addto-button-row {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}
.products-view .addto-button-row .addToCart-button {
    background: #DFDFDF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    color: var(--accent);
    border: none;
    outline: none;
    transition: all .2s ease;
    border: 2px solid #DFDFDF;
}
.products-view .addto-button-row .addToCart-button:hover {
    background: transparent;
}
.products-view .addto-button-row .addToCart-button img {
    margin-left: 25px;
}
.products-view .amount-selector {
    display: flex;
    flex-direction: column;
}
@media (max-width: 768px) {
    .products-view .addto-button-row { justify-content: space-between; }
    .products-view .addto-button-row .addToCart-button { margin-left: 0; }
}
.products-view .amount-selector label {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black);
    margin: 0 0 10px 0;
}
.products-view .amount-selector .bootstrap-touchspin {
    width: unset;
}
.products-view .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    margin-left: 1px;
}
.products-view .bootstrap-touchspin { height: 63px; }
.products-view .amount-selector input {
    text-align: center;
    border-radius: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    width: 68px !important;
    height: 63px !important;
    border: 1px solid rgba(2, 0, 1, 0.1);
    order: 1;
}
.products-view .amount-selector .bootstrap-touchspin .input-group-addon {
    width: unset;
    padding: 0;
}
.products-view .amount-selector .bootstrap-touchspin .input-group-addon .input-group-text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 5px 5px;
}
.products-view .bootstrap-touchspin .input-group-btn-vertical > .btn {
    position: relative;
    width: 20px;
    height: 25px;
    background-color: #020001 !important;
    color: white;
    margin: 0;
    border: none;
    border-radius: 6px;
}
.products-view .bootstrap-touchspin .input-group-btn-vertical > .btn:hover {
    background: #FE0002 !important;
}
.products-view .bootstrap-touchspin-down { background: #DFDFDF !important; color: var(--black) !important; }
.products-view .bootstrap-touchspin-up { order: 2; background: var(--accent) !important;}
.products-view .product-info-row {
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
    list-style: none;
}
.products-view .product-info-row li {
    width: calc(33.33% - 10px);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: 1px dashed var(--black);
    padding: 0 10px;
    height: 40px;
}
.products-view .product-info-row li p {
    font-size: 16px;
    color: var(--black);
    margin: 0 0 0 10px;
}
@media (max-width: 1900px) {
    .products-view .product-info-row li {
        width: calc(50% - 20px);
    }
}
@media (max-width: 1200px) {
    .products-view .product-info-row li p {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .products-view .product-info-row { flex-direction: column; gap: 0; }
    .products-view .product-info-row li { width: 100%; margin: 5px 0; }
}
.products-view .product-info-box-list {
    padding: 0;
    list-style: none;
}
.products-view .product-info-box-list li {
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.05);
    padding: 10px 0;
}
.products-view .product-info-box-list li:last-of-type {
    border: none;
}
.products-view .product-info-box-list a {
    font-size: 18px;
    color: var(--black);
    margin: 0;
    height: 100%;
    text-transform: uppercase;
    transition: all .2s ease;
}
.products-view .product-info-box-list a i {
    font-size: 24px;
    margin-right: 10px;
}
.products-view .product-info-box-list a:hover {
    color: var(--accent);
}
.products-view .product-info-box-list li:not(:last-of-type)::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30px;
    height: 1px;
    background: var(--accent);
}
.products-view .img-container {
    position: relative;
    margin-top: 30px;
    max-height: 600px;
}
@media (max-width: 767px) {
    .products-view .img-container { height: 450px; }
}
@media (max-width: 576px) {
    .products-view .img-container { height: 350px; }
}
.products-view .img-container #mainpic {
    object-fit: contain;
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
}
.products-view .img-container .top-left {
    position: absolute;
    top: 15px;
    left: 15px;
}
.products-view .img-container .top-left .circle {
    position: relative;
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.products-view .img-container .top-left .circle * {
    font-size: 14px;
    font-weight: 700;
    color: white;
    margin: 0;
}
.products-view .img-container .top-left .circle i { font-size: 20px; }
.products-view .img-container .top-left .circle.circle-accent { background: var(--accent); }
.products-view .img-container .top-left .circle.circle-black { background: var(--black); }

.products-view .img-container .top-right {
    position: absolute;
    top: 15px;
    right: 15px;
}
.products-view .img-container .top-right .circle-freeship {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--black);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--accent);
}
.products-view .img-container .top-right .circle-freeship i {
    font-size: 16px;
    color: white;
    margin-bottom: 5px;
}
.products-view .img-container .top-right .circle-freeship p {
    font-size: 10px;
    line-height: 11px;
    color: white;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.products-view .img-container .bottom-right {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.products-view .img-container .bottom-right .circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: var(--accent);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.products-view .img-container .bottom-right .circle i {
    font-size: 20px;
    color: white;
    margin-bottom: 10px;
}
.products-view .img-container .bottom-right .circle p {
    font-size: 14px;
    font-weight: 700;
    line-height: 11px;
    color: white;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
.products-view .img-container .bottom-right .circle a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.products-view .gallery-pics{
    gap: 25px;
    float: left;
    text-align: center;
}
.products-view .product-slider { width: 100%; }
.product-slider-item {
    width: 500px;
}
.products-view .viewed-row { margin-top: 40px; }
.products-view .highlight-wrapper {
    width: 100%;
    margin: 50px 0 60px 0;
    height: auto;
    border: 2px dashed #e3e3e3;
}
.products-view .highlight-wrapper img {
    object-fit: contain;
}

.products-view .addToFavorite-button,
.products-view .removeFromFavorite-button{
    background: var(--accent);
    border: 0;
    border-radius: 0;
    color: #fff;
     font-weight: 700;
    text-transform: uppercase;
    padding: 5px 24px 3px;
    margin: 0 10px;
    line-height: 41px;
}

.products-view .addToCart-button i,
.products-view .addToFavorite-button i,
.products-view .removeFromFavorite-button i{
    font-size: 22px;
    margin-right: 11px;
}

.products-view .product-info-list-item a{
    color: #3d3c3c;
}

.products-view .product-info-list-item a:hover{
    text-decoration: none;
}

.products-view .product-info-list-item i{
    font-size: 28px;
    margin-right: 10px;
    margin-left: 10px;
}

.no-ratings {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
    margin: 25px 0 50px 0;
}
.row-userrating {
    width: 100%;
}
.product-userrating {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fafafa;
    height: 150px;
    margin: 15px 0;
}
.product-userrating > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    position: relative;
}
.product-userrating > div::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    height: 80%;
    width: 1px;
    background: #ececec;
}
.product-userrating > div .name {
    font-size: 16px;
    font-style: italic;
    color: var(--black);
}
.product-userrating > div .name i {
    color: #dfdfdf;
    margin-right: 5px;
}
.product-userrating > div .date {
    font-size: 12px;
    font-weight: 700;
    color: var(--black);
    margin-top: 10px;
}
.product-userrating > div div {
    display: flex;
    flex-direction: row;
}
.product-userrating > div div label {
    font-size: 12px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    margin-right: 5px;
}
@media (max-width: 767px) {
    .product-userrating { flex-direction: column; padding: 15px; height: auto; }
    .product-userrating > div::after { width: 100%; height: 1px; bottom: 0; top: auto; transform: none; }
    .product-userrating > div { margin-bottom: 10px; }
}
.product-userrating .comment {
    padding: 0 25px;
    text-align: center;
    font-size: 16px;
    color: var(--black);
}
.products-view .more-comments-btn {
    height: 50px;
    padding: 0 20px;
    background: var(--black);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    font-size: 18px;
    text-transform: uppercase;
    color: white;
    border: 1px solid var(--black);
    border-radius: 5px;
    transition: all .2s ease;
    margin: 20px 0 40px;
    text-decoration: none;
}
.products-view .more-comments-btn i { margin-right: 10px; }
.products-view .more-comments-btn:hover {
    background: transparent;
    color: var(--black);
}
.products-view .more-comments-btn-small {
    height: 40px;
    font-size: 15px;
    margin: 0 0 0 15px;
}
.products-view .row-sendrating {
    background: #fafafa;
    padding: 20px 40px;
    margin-bottom: 50px;
}
.products-view .product-userrating { display: none; }
#productrating-form input, #productrating-form textarea {
    font-size: 14px !important;
    font-style: italic;
    color: var(--black);
    text-transform: none !important;
}
.products-view .row-sendrating .btn-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
@media (max-width: 767px) {
    .products-view .row-sendrating .btn-container { justify-content: center; }
    .products-view .row-sendrating .btn-container button { width: 100%; }
}

.products-view #collapsesocial-box{
    float: left;
    width: 100%;
}

.products-view #collapsesocial-box .social-box{
    float: left;
    width: 100%;
}

.products-view .nav-tabs li{
    padding: 0;
    margin: 0 7px;
    border-bottom: 7px solid #c9c9c9;
}

.products-view .nav-tabs .active{
    border-bottom: 7px solid var(--accent);
}

.products-view .nav-tabs li a{
    font-size: 16px;
    color: #767676;
    border: 0;
    padding-top: 5px;
    padding-bottom: 2px;
    padding-left: 1px;

}

.products-view .nav-tabs .active a{
    color: #3d3c3c !important;
    border: 0 !important;
}

.products-view .nav-tabs > li > a:hover, .products-view .nav-tabs > li > a:focus {
    background-color: #fff !important;
    border: 0 !important;
}

.products-view .nav-tabs {
    border-bottom: 0 !important;
}

.products-view .tab-content{
    padding: 15px;
}

.related-products-title {
    font-size: 16px;
    color: #767676;
     border-bottom: 7px solid var(--accent);
    padding: 5px 15px;
    color: #3d3c3c !important;
}

.sendquest-link:hover
{
    cursor: pointer;
}

#sendquest-modal-content {
    border-radius: 0px;
    border: 1px solid var(--accent); /*színt cserélni*/
    text-transform: uppercase;
    padding: 20px 5px;
    text-align: center;
    background-color: #f7f7f7;
}

#productquest-form
{
    padding: 0px;
    margin: 15px 0px;
}

#productquest-form input, #productquest-form textarea
{
    border-radius: 0px;
}

#productquest-form .cart-popup-back
{
    margin: 0px auto;
    padding: 5px 15px;
}

#productquest-form .cbx-label
{
    text-align: left;
}

#sendrating-modal-content {
    border-radius: 0px;
    border: 1px solid var(--accent); /*színt cserélni*/
    text-transform: uppercase;
    padding: 20px 5px;
    text-align: center;
    background-color: #f7f7f7;
}

#productrating-form
{
    padding: 0px;
    margin: 15px 0px;
}

#productrating-form input, #productrating-form textarea
{
    border-radius: 0px;
}

#productrating-form .cart-popup-back
{
    margin: 0px auto;
    padding: 5px 15px;
}

#productrating-form .cbx-label
{
    text-align: left;
}

.recaptcha-sendquest-recaptcha-productrating-form
{
    text-align: center;
}

#recaptcha-sendrating-recaptcha-productrating-form
{
    text-align: center;
}

#recaptcha-sendrating-recaptcha-productrating-form > div
{
    display: inline-block;
    vertical-align: top;
}

.cart-amount-price
{
    text-align: center;
}

@media (min-width: 992px) and (max-width: 1200px) {

    .products-view h1 {
        font-size: 19px;
    }

    .products-view .addToFavorite-button, .products-view .removeFromFavorite-button {
        width: 230px;
        margin-top: 10px;
    }

}

@media (min-width: 768px) and (max-width: 992px) {

    .products-view h1 {
        font-size: 16px;
    }

    .products-view .stock-row {
        font-size: 13px;
    }

    .products-view .addToFavorite-button, .products-view .removeFromFavorite-button {
        width: 230px;
        margin-top: 10px;
    }

}

@media (max-width: 768px) {

    .products-view h1 {
        font-size: 14px;
    }

    .products-view .item-num {
        font-size: 12px;
    }

    .products-view .addToFavorite-button, .products-view .removeFromFavorite-button {
        width: 260px;
        margin-top: 10px;
    }
}

.order-options
{
    width: 100%;
    margin-top: -50px;
}

.order-options a
{
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    color: #474747;
    font-size: 16px;
}

.order-options a.active
{
    font-weight: 700;
}

.order-options-prod
{
    margin-top: -40px;
    margin-bottom: 20px
}

@media (max-width:992px)
{
    .order-options { margin-top: 0px; }
}

.currency.after:before
{
    content: " ";
}

.cart-amount-price .glyphicon-backward::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
}

.cart-amount-price .glyphicon-forward::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f067";
}

.userrating-title
{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.userratings
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.userrating
{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.userrating:last-child
{
    border-bottom: 0px;
}

.products-view .product-info-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.products-view .product-info-header hr {
    width: 100%;
    border: none;
    border-top: 1px solid var(--accent);
}
.products-view .product-info-header .texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 70px;
}
@media (max-width: 576px) {
    .products-view .product-info-header .texts {
        margin: 0;
    }
    .products-view .product-info-header hr {
        display: none;
    }
}
.products-view .product-info-header .texts p {
    font-size: 26px;
    font-weight: 900;
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.products-view .product-info-header .texts p + p {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}
.products-view .var1 p {
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    text-transform: uppercase;
    margin-bottom: 10px;
}
.products-view .var1 {
    margin-top: 65px;
}
@media (max-width: 768px) {
    .products-view .var1 {
        margin-top: 30px;
    }
}
.products-view .var1 #shopcartproducts-product_var1_id {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.products-view .var1 #shopcartproducts-product_var1_id label {
    --s: 70px;
    width: var(--s);
    height: var(--s);
    background: transparent;
    border: 1px solid #B491C8;
    position: relative;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    transition: all .2s ease;
}
.products-view .var1 #shopcartproducts-product_var1_id label input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.products-view .var1 #shopcartproducts-product_var1_id label.active {
    background: #B491C8;
    color: white;
}
.products-module-block > div:first-child, .breadcrumb-offset {
    width: 25%;
}
.products-module-block > div:last-child {
    width: 75%;
}
@media (min-width: 1600px) {
    .products-module-block > div:first-child, .breadcrumb-offset {
        width: 30%;
    }
    .products-module-block > div:last-child {
        width: 70%;
    }
}
.products-header {
   order: 0;
    width: 100%;
    min-width: 100%;
}
.products-filter {
    order: 1;
}
.products-list {
    order: 2;
}
.products-module-block {
    flex-wrap: wrap;
}
.products-module-block .container {
    width: 100% !important;
    max-width: 100% !important;
}
.products-filter, .breadcrumb-offset {
    padding: 0 24px;
}
.products-module-h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #020001;
    margin: 22px auto 38px;
    text-align: left;
}
.products-order {
    background: #FCFCFC;
    padding: 0 38px;
    margin-bottom: 30px;
}
.products-order-subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #1A1A1A;
}
.products-order-subtitle strong {
    margin-left: 4px;
}
.products-order-option {
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    color: #020001 !important;
    padding: 13px 15px 12px 15px;
    transition: 0.2s;
}
.products-order-option.active, .products-order-option:hover {
    color: #FFFFFF !important;
    background-color: #020001 !important;
}
.products-order-option:nth-child(2) {
    margin-left: 39px;
}
.products-filter-main-title {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 26px;
    letter-spacing: -0.03em;
    color: #020001;
    margin: 24px auto 8px;
}
.products-filter-filter-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    color: #020001;
    margin-bottom: 10px;
}
.product-filter-type-weather-element {
    padding-top: 2px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #020001;
    height: 37px;
    width: 32%;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    transition: 0.2s;
    cursor: pointer;
}
.product-filter-type-weather-element:hover, .product-filter-type-weather-element.active {
    background-color: #FE0002;
    color: #FFFFFF;
}
.products-filter-title-hr {
    height: 2px;
    width: 100%;
    background: #FCFCFC;
    margin-bottom: 6px;
}
.products-filter-filter-block:not(.products-filter-filter-block:first-child) {
    margin-top: 35px;
    padding-left: 15px;
}
.products-filter-images-label {
    margin-bottom: 5px;
    cursor: pointer;
}
.products-filter-images-label img {
    margin-left: 15px;
}
.products-filter-type-subtype {
    margin-top: 12px;
}
.products-filter .detailed-search-block-filter {
    width: 100%;
}
.products-filter .detailed-search-block-filter-elements-dropdowns:not(.products-filter .detailed-search-block-filter-elements-dropdowns:last-child) {
    margin-bottom: 0;
}
.products-filter .detailed-search-select {
    margin-bottom: 9px;
}
.products-filter .detailed-search-wrapper {
    gap: 55px;
}
.products-list .col-md-3 {
    margin-bottom: 35px !important;
}
@media (max-width: 1599px) {

        .products-module-block > div:first-child, .breadcrumb-offset {
            width: 35%;
        }
        .products-module-block > div:last-child {
            width: 65%;
        }
        .products-list .product-item {
            padding: 0 25px;
        }
}
@media (min-width: 768px) and (max-width: 1599px) {
    .products-list .col-md-3 {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
        padding: 0;
        margin-bottom: 35px;
    }
}
@media (max-width: 1199px) {
    .products-order {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .products-order-option:nth-child(2) {
        margin-left: 15px;
    }
    .products-filter, .breadcrumb-offset {
        padding: 0 10px;
    }
    .products-filter .detailed-search-block-form {
        width: 100%;
    }
}
.filter-start-btn {
    margin: 10px auto 20px;
    text-align: center;
}
.filter-sender-btn {
    width: 180px;
    height: 42px;
    outline: 0 !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 15px;
    background-color: #FE0002;
    color: #FFFFFF;
    font-size: 18px;
    text-transform: uppercase;
    transition: 0.3s;
}
.filter-sender-btn:hover {
    background-color: #020001;
}
.or-text {
    text-align: center;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .products-module-block>div:last-child {
        width: 100%;
    }
    .filter-close-row {
        cursor: pointer;
        position: fixed;
        top:15px;
        right: 15px;
        width: 50px;
        height: 50px;
        background-color: #FE0002;
        border-radius: 50%;
    }
    .filter-closer {
        color: #FFFFFF;
        font-size: 28px;
        cursor: pointer;
    }
    .products-filter {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #FFFFFF;
        z-index: 998;
        overflow-y: auto;
        pointer-events: none;
        opacity: 0;
        transition: 0.35s;
    }
    .products-filter.shown {
        opacity: 1 !important;
        pointer-events: auto !important;
    }
    .filter-btn-text {
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        line-height: 20px;
        color: #1A1A1A;
        margin-left: 8px;
    }
    .smaller-view-filter-btn {
        position: sticky;
        position: -webkit-sticky;
        top: 110px;
        cursor: pointer;
        order: 1;
        padding: 11px 14px 10px;
        background-color: #F2F2F2;
        z-index: 9;
        width: 100%;
    }
    .products-module-block>div:first-child, .breadcrumb-offset, .products-module-block>div:last-child, .breadcrumb-offset {
        width: 100%;
    }
    .products-filter-filter-block:first-child {
        width: 100%;
    }
    .products-filter-filter-block:not(.products-filter-filter-block:first-child) {
        width: 30% !important;
        margin-bottom: 25px;
    }
    .products-filter .detailed-search-wrapper {
        gap: 0;
    }
    .products-filter .detailed-search-block-form {
        width: 49%;
    }
    .filter-start-btn {
        margin: 10px auto 20px;
        text-align: center;
    }
    .filter-sender-btn {
        width: 180px;
        height: 42px;
        outline: 0 !important;
        border: none !important;
        box-shadow: none !important;
        border-radius: 15px;
        background-color: #FE0002;
        color: #FFFFFF;
        font-size: 18px;
        text-transform: uppercase;
        transition: 0.3s;
    }
    .filter-sender-btn:hover {
        background-color: #020001;
    }
    .or-text {
        text-align: center;
        font-size: 17px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .products-filter {
        padding: 0 0 24px;
    }
    #filter-form, .products-filter-main-title {
        padding: 0 15px;
    }
    .breadcrumb-offset {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .products-header {
        background: transparent;
        margin: 17px auto 13px;
        padding: 0;
    }
    .breadcrumb>li+li:before {
        margin: 0 10px;
    }
    .products-module-h1 {
        font-style: normal;
        letter-spacing: -0.03em;
        font-weight: 700;
        font-size: 30px;
        line-height: 26px;
        text-align: center;
        color: #020001;
        margin: 19px auto 32px;
    }
    .products-list .product-item {
        padding: 0;
    }
    .products-list .col-6.col-md-3 {
        padding: 5px !important;
    }
    .prd-list {
        padding: 0 10px;
    }
    .products-filter-filter-block:not(.products-filter-filter-block:first-child) {
        width: 100% !important;
        margin-bottom: 10px;
    }
    .products-filter-filter-block:not(.products-filter-filter-block:first-child) {
        margin-top: 20px;
        padding-left: 0px;
    }
    .products-filter .detailed-search-bg {
        padding: 0 5px 10px;
    }
    .products-filter .detailed-search-block-filter {
        padding: 0 5px;
    }
    .products-filter .detailed-search-block-form {
        margin-top: 15px;
    }
    .products-filter .detailed-search-block-form {
        padding-bottom: 20px;
    }
    .products-order {
        padding: 5px 10px 0;
        margin-bottom: 10px;
    }
    .products-order-option:nth-child(2) {
        margin-left: -15px;
    }
    .products-order-subtitle {
        width: 100%;
        padding-top: 3px;
    }
    .filter-close-row {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
    }
    .filter-closer {
        font-size: 20px;
    }
    .products-filter .detailed-search-checkbox-label {
        font-size: 12px;
    }
    .filter-start-btn {
        position: sticky;
        position: -webkit-sticky;
        bottom: 5px;
    }
    .filter-sender-btn {
        width: 45px;
        height: 45px;
        border-radius: 50%;
    }
    .filter-btn-icon {
        height: 20px;
    }
}

/* PRODUCTS VIEW */
.products-view-h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.03em;
    color: #020001;
    width: 50%;
    text-align: left;
}
.products-h1-row {
    margin-top: 40px;
    margin-bottom: 0;
}
.item-num {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #000000;
    margin-bottom: 18px;
}
.item-num strong {
    font-weight: 700;
}
.rpa-title {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #000000;
    margin: 26px auto 9px;
    width: 100%;
}
.product-description {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin: 0 auto;
    width: 80%;
}
.pordlistmarg {
    margin-top: 35px;
}
.products-details {
    background: #FCFCFC;
    padding: 13px 20px;
}
.products-details-element {
    margin: 7px 0;
    width: 100%;
}
.products-details-element-title, .products-details-element-value {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    width: 30%;
}
.products-details-element-title.products-details-element-title-longer {
    width: 42%;
}
@media (max-width: 991px) {
    .products-details-element-title.products-details-element-title-longer {
        width: 47%;
    }
}
@media (max-width: 767px) {
    .products-details-element-title.products-details-element-title-longer {
        width: 55%;
    }
}
.products-details-element-value {
    font-weight: 700;
}
.specs-element {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    gap: 11px;
}
.spec-low-list {
    margin-top: 20px;
    padding-left: 20px;
    gap: 10%;
}
.products-view {
    padding: 0 30px;
}
.products-data-side {
    padding-left: 40px;
}
.product-icons-row {
    padding-left: 20px;
    gap: 110px;
    margin-top: 32px;
}
.product-icons {
    gap: 5px;
}
.product-icons strong {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.03em;
    color: #020001;
}
.products-view .addto-button-row .addToCart-button {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: #FFFFFF;
    width: 200px;
    height: 63px;
    border: 1px solid #FE0002;
    background: #FE0002;
}
.products-view .addto-button-row .addToCart-button:hover {
    background: #020001;
}
.products-view .addto-button-row .addToCart-button img {
    margin-left: 20px;
}
#sell_price, #normal_price {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 26px;
    color: #020001;
}
#normal_price {
    font-size: 30px;
}
#addtocart-form {
    margin-top: 28px;
}
#addtocart-form .form-group {
    margin: 0;
}
@media (max-width: 1599px) {
    .products-view-h1 {
        line-height: 26px;
        width: 65%;
    }
    .item-num {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .products-data-side {
        padding-left: 20px;
    }
    .products-details-element-title, .products-details-element-value {
        font-size: 16px;
        line-height: 22px;
        width: 43%;
    }
    .products-details {
        background: #FCFCFC;
        padding: 5px 10px;
    }
    .specs-element {
        font-size: 14px;
        gap: 9px;
    }
    .spec-low-list {
        margin-top: 15px;
        padding-left: 10px;
        gap: 8%;
    }
    .specs-element img {
        height: 23px;
    }
    .product-icons-row {
        padding-left: 10px;
        gap: 43px;
        margin-top: 17px;
    }
    .product-icons img {
        max-height: 28px;
    }
    .product-icons strong {
        font-size: 17px;
        line-height: 22px;
    }
    .products-view .addto-button-row .addToCart-button {
        font-size: 19px;
        line-height: 26px;
        width: 180px;
        height: 60px;
    }
    .products-view .bootstrap-touchspin {
        height: 60px;
    }
    .products-view .addto-button-row .addToCart-button {
        font-size: 19px;
        line-height: 26px;
        width: 160px;
        height: 60px;
    }
    .products-view .amount-selector input {
        font-size: 18px;
        width: 55px !important;
        height: 60px !important;
        border: 1px solid rgba(2, 0, 1, 0.1);
        order: 1;
    }
    .products-view .cart-amount-price #sell_price {
        font-size: 36px;
    }
    .product-description {
        font-size: 13px;
        line-height: 21px;
        width: 97%;
    }
    .products-view {
        padding: 0;
    }
}
@media (max-width: 1199px) {
    .products-view h1 {
        font-size: 19px;
        line-height: 26px;
    }
    .products-view {
        padding: 10px;
    }
    .view-brd-offset {
        display: none;
    }
    .products-details-element-title, .products-details-element-value {
        font-size: 14px;
        line-height: 18px;
        width: 42%;
    }
    .products-details-element {
        margin: 5px 0;
        width: 100%;
    }
    .spec-low-list {
        margin-top: 15px;
        padding-left: 5px;
        gap: 7%;
    }
    .specs-element img {
        height: 18px;
    }
    .specs-element {
        font-size: 12px;
        gap: 4px;
    }
    .product-icons img {
        max-height: 27px;
    }
    .product-icons-row {
        padding-left: 5px;
        gap: 23px;
        margin-top: 14px;
    }
    .products-view .gallery-pics {
        gap: 9px;
        padding: 0 12px;
    }
    .products-view .addto-button-row .addToCart-button {
        font-size: 18px;
        line-height: 24px;
        width: 128px;
        height: 60px;
    }
    .products-view .addto-button-row .addToCart-button img {
        margin-left: 10px;
    }
    .products-view .cart-amount-price #sell_price {
        font-size: 30px;
    }
    .products-view .amount-selector input {
        font-size: 16px;
        width: 48px !important;
        padding: 0;
    }
}
@media (max-width: 991px) {
    .hideSearchAtSmallerDevices .products-filter/*, .hideSearchAtSmallerDevices #filter-opener*/ {
        display: none !important;
    }
    .products-filter.shown {
        display: block !important;
    }

    .products-h1-row {
        margin-top: 0px;
        margin-bottom: 0;
    }

    .products-view {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .products-view h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 18px !important;
        line-height: 22px !important;
        text-align: center;
        color: #020001;
        margin-top: 7px;
        margin-bottom: 15px;
    }
    .item-num {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
    }
    .products-view .img-container {
        height: 300px;
        width: auto;
        max-width: 100%;
        margin-top: 20px;
    }
    .products-details {
        background: #FFFFFF;
        padding: 0 10px;
        margin-top: 30px;
    }
    .products-details-element-title, .products-details-element-value {
        line-height: 20px;
        width: 45%;
    }
    .specs-element {
        font-size: 14px;
        gap: 2px;
        text-align: center;
    }
    .spec-low-list {
        margin-top: 15px;
        padding-left: 5px;
        gap: 5%;
    }
    .specs-element img {
        height: 24px;
    }
    .product-icons img {
        max-height: unset;
    }
    .spec-low-list {
        margin-top: 25px;
        padding-left: 0;
        gap: 5%;
    }
    .product-icons-row {
        padding-left: 0;
        gap: 30px;
        margin-top: 35px;
    }
    #addtocart-form {
        margin-top: 50px;
    }
    .cart-amount-price {
        margin-bottom: 36px;
    }
    .products-view .cart-amount-price #sell_price {
        font-style: normal;
        font-weight: 700;
        font-size: 50px;
        line-height: 26px;
        text-align: center;
        color: #020001;
    }
    .products-view .cart-amount-price #normal_price {
        font-size: 25px;
        margin: 10px auto 0;
    }
    .products-view .addto-button-row .addToCart-button {
        font-size: 23px;
        line-height: 24px;
        width: 193px;
        height: 63px;
    }
    .products-view .amount-selector input {
        font-size: 16px;
        width: 65px !important;
        height: 63px !important;
        padding: 0;
    }
    .products-view .addto-button-row .addToCart-button img {
        margin-left: 20px;
        height: 30px;
    }
    .products-view .bootstrap-touchspin {
        height: 63px;
    }
    .rpa-title {
        margin-bottom: 32px;
        padding: 0 20px;
    }
    .product-description {
        width: 95%;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        color: #000000;
    }
}
@media (min-width: 768px) {
    .product-item-img {
        height: 200px;
    }
    .product-item-img img {
        max-height: 100%;
    }
}
@media (min-width: 1600px) and (max-width: 1919px) {
    #kslider-left {
        left: 0px;
    }
    #kslider-right {
        right: 0px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    #kslider-left {
        left: 0px;
    }
    #kslider-right {
        right: 0px;
    }
    .carousel-caption {
        width: 90%;
        top: 50%;
        left: 50%;
        right: unset;
        bottom: unset;
        transform: translate(-50%, -50%);
        font-style: normal;
        font-weight: 800;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: -0.03em;
        text-transform: uppercase;
        color: #FFF;
        text-align: center;
        text-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    }
}
@media (max-width: 767px) {
    .product-item-img {
        height: 204px;
        text-align: center;
        padding: 7px;
    }
    .product-item-img img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        height: 100%;
    }
    .products-view .img-container #mainpic {
        object-fit: cover;
        object-position: center center;
    }
    .products-view .img-container #mainpic img {
        width: 100%;
        height: 100%;
    }
}
.underline-text {
    text-decoration: underline;
}
.products-view .stock-information-button {
    font-size: 18px;
}
@media (max-width: 767px) {
    .products-view .stock-information-button {
        font-size: 18px;
    }
}

.products-view.prrdt .amount-selector input {
    text-align: center;
    border-radius: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    width: 36px !important;
    height: 50px !important;
    border: 1px solid rgba(2, 0, 1, 0.1);
    order: 1;
}
.prepcrtar, .prrdt .input-group-addon.input-group-append, .products-view.prrdt .ammsel {
    height: 50px !important;
}


@media (max-width: 767px) {
    .products-view.prrdt {
        padding: 0 10px;
    }
    .zsrtd {
        order: 2;
        flex-grow: 1;
    }
    .products-view.prrdt .ammsel {
        order: 1;
        flex-shrink: 0;
        margin-left: 2px;
    }
    .reszletekbtn {
        order: 0;
        width: 100%;
        height: 40px !important;
    }
    .product-item {
        height: 590px;
    }
}

.products-view.prrdt {
    padding: 0 3px !important;
}
.products-view.prrdt .ammsel {
    flex-shrink: 0;
}