.swiper-slide-img {
    border-radius: 5px;
}

[contenteditable=true]{
    border:1px solid grey;  
  }
  
  [contenteditable=true]:empty:not(:focus):before{
    content:attr(123);
    color:grey;
    font-style:italic;
  }

.btn-lg.basket-btn-checkout.red-button {
    font-weight: 400 !important;
}

.btn-lg.basket-btn-checkout.red-button:active {
    border: 0 !important;
    outline: none !important;
    font-weight: 400 !important;
}

.bx-filter-param-label.bx-active>.bx-filter-param-btn {
    border: 1px solid black;
}

.div.blog-comment-field-author input, div.blog-comment-field-email input {
    width: 102%;
}

.blg-cancel-com {
    text-decoration: none !important;

    margin-left: 10px;
    font-size: 18px;
    width: 175px;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 2px solid #ee1d23;
    border-radius: 5px;
    color: #ee1d23 !important;
    cursor: pointer;
    outline: none;
}

.blg-cancel-com:link {
    color: #ee1d23;
}

.blg-cancel-com, .blg-cancel-com:link, .blg-cancel-com:visited, .blg-cancel-com:active {
    font-size: 18px;
    color: #ee1d23 !important;
    padding-left: 0px;
    font-weight:bold;
}

.blg-cancel-com:hover {
    font-size: 18px;
    color: white !important;
    background-color: #dd0711;
}


.container-fluid {
    margin-top: -8px;
}

.news-detail img {
    width: 100%;
}

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

.bx-ilike-left:hover {
    background: url(/local/templates/inter-theme/img/like_heart.svg) no-repeat !important;
}

.bx-ilike-left {
    background: url(/local/templates/inter-theme/img/like_heart_grey.svg) no-repeat !important;
    width: 20px !important;
}

.bx-ilike-right, .bx-ilike-right-wrap {
    background: none !important;
}

.bx-ilike-text {
    background: none !important;
    font-size: 16px;
}

.bx-ilike-right {
    font-size: 16px;
}

.blog-comment {
    padding-bottom: 15px;
}

.blog-comment-content-text, .blog-comment-answer-href, .blog-add-comment-href, .blog-comment-delete-href, .blog-comment-edit-href {
    font-size: 16px;
}
.blog-add-comment-href:hover {
    text-decoration: none;
    background-color: #bd1017;
}
.blog-add-comment:hover {
    background-color: #bd1017;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    height: 40px;
    width: 40px;
}

.blog-add-comment {
    padding-top: 20px;
    /*margin-left: auto;
    margin-right: auto;*/
    margin-bottom: 20px;

    background: #ee1d23;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 0;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    outline: none;

    text-decoration: none;
    width: 175px;
    align-items: center;
    font-size: 18px;
    text-align: center;

    height: 45px;

    color: #fff !important;
}

.lg-close.lg-icon {
    background: url('/local/templates/inter-theme/img/close-popup.svg') no-repeat !important;
    width: 15px !important;
    margin-right: 15px;
    margin-top: 30px;
    height: 30px !important;
    width: 30px !important;
}

.lg-close.lg-icon:hover {
    background: url('/local/templates/inter-theme/img/close-popup-active.svg') no-repeat !important;
    width: 15px !important;
    margin-right: 15px;
    margin-top: 30px;
    height: 40px;
    width: 40px;
    height: 30px !important;
    width: 30px !important;
}

.lg-prev.lg-icon {
    background: url('/local/templates/inter-theme/img/arrow-left.svg') no-repeat;
    height: 40px;
    width: 40px;
}

.lg-prev.lg-icon:hover {
    background: url('/local/templates/inter-theme/img/arrow-left-active.svg') no-repeat;
    height: 40px;
    width: 40px;
}

.lg-next.lg-icon {
    background: url('/local/templates/inter-theme/img/arrow-right.svg') no-repeat;
}
.lg-next.lg-icon:hover {
    background: url('/local/templates/inter-theme/img/arrow-right-active.svg') no-repeat;
}

.preferredHeight {
    max-height: 300px !important;
}

.lg-object.lg-image {
    padding-top: 50px;
}

.lg-outer .lg-inner {
    background-color: #fff;
}

.lg-outer *, .lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: #fff !important;
}

.lSAction > a {
    background-image: none !important;
}

.lSAction > .lSPrev {
    display:none;
    /*border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    width: 17px;
    height: 17px; */
}

.lSAction > .lSNext {
    display:none;
    /*border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(-45deg);
    width: 17px;
    height: 17px;*/
}

.filter__title {
    cursor: pointer;
    border-bottom: 1px dotted;
    width: 90%;
}

.sectionPage__pagination-container {
    width: 100%;
}
.social-links {
    width: 30px;
}
.bx-composite-btn-fixed {
    display: none;
}
.span-receipt-date {
    color: black;
    margin-left: 10px;
    margin-top: 5px;
    text-align: center;
}
.btn.product-item-detail-buy-button
{
    width: 175px;
    color:white;
    background: red;
    display: inline-block;    
    margin: 0;
    margin-bottom: 6px;
    border-radius: 5px;

    text-transform: none;
    background: #ee1d23;
    height: 50px;
    align-items: center;
    justify-content: center;
    display: flex;
    border: 0;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    outline: none;
    
    font-family: 'Helioscond';
    box-sizing: border-box;
}

.btn.product-item-detail-buy-button:hover {
    background: red;
}

.modal-buy-one-click-button {
    width: 175px;
}
.buy-onecklick-modal-body-div {
    padding-top: 20px;
}

#div-buy-one-click {
    display: none;
    position: fixed;
    width: 400px;
    height: 200px;
    z-index: 1;
    /*background: rgb(0, 0, 0);*/
    left: 35%;
    top: 25%;
}

.close-modal {
    position: absolute;
    top: -55px;
    right: 12px;
    z-index: 5;
}