#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 .product-row h1{
    color: var(--black);
    font-size: 34px !important;
    font-weight: 700;
    margin: 30px 0 15px 0;
    text-align: left !important;
    text-transform: none;
}
.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;
    margin-top: 20px;
}
.products-view .addto-button-row .addToCart-button {
    height: 50px;
    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;
    padding: 0 25px;
    margin-left: 35px;
}
.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;
    margin-top: 70px;
}
@media (max-width: 768px) {
    .products-view .addto-button-row { justify-content: space-between; }
    .products-view .amount-selector { margin-top: 20px; }
    .products-view .addto-button-row .addToCart-button { margin-left: 0; margin-top: 20px; }
}
.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: 140px;
}
.products-view .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down {
    margin-left: 1px;
}
.products-view .bootstrap-touchspin { height: 50px; }
.products-view .amount-selector input {
    text-align: center;
    width: 50px;
    height: 50px !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    border: none;
}
.products-view .amount-selector .bootstrap-touchspin .input-group-addon {
    width: 100%;
    padding: 0;
}
.products-view .amount-selector .bootstrap-touchspin .input-group-addon .input-group-text {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
.products-view .bootstrap-touchspin .input-group-btn-vertical > .btn {
    position: relative;
    width: 30px;
    height: 30px;
    background: var(--black);
    color: white;
    border-radius: 0;
    margin: 0;
    border: 1px solid var(--accent);
}
.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;
    border: 1px solid rgba(0,0,0,.05);
}
@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%;
}
.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 .product-description {
    padding: 20px;
    width: 100%;
    margin: 20px 0 40px 0;
}

.products-view .gallery-pics{
    float: left;
    text-align: center;
}

.products-view .gallery-pics img{
    width: 100px;
    border: 1px solid #efefef;
    margin: 5px;
}
.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;
}