.main-nav {
    margin-left: 6.4rem;
}

@media screen and (max-width: 1200px) {
    .main-nav {
        margin-left: 5rem;
    }

    .main-nav .menu > li {
        margin-right: 24px;
    }
}

label.error-checkbox-label {
    color: #e02b27 !important;
}

label.error-checkbox-label::before {
    border-color: #e02b27 !important;
}

.modal .login-container .modal-login-btn-close {
    position: absolute;
    top: 1rem;
    right: 20px;
    font-size: 24px;
    color: #000;
}

#modal-mobile-search .modal-dialog {
    width: 100%;
    height: 100%;

    max-width: inherit !important;
    background: #f7f8f9;
    min-height: 100%;
    margin: 0;
}

#modal-mobile-search .modal-content {
    box-shadow: none;
    border-radius: 0;
    border: none;

    height: 100%;
    padding: 5px;
}

.mobile-search-search-section .header-search-wrapper {
    border-width: 0;
    border-radius: 5rem;
    overflow:hidden;

    left: 0;
    right: 0;
}

.icon-times::before {
    content: "\e82c";
}

.mobile-search-search-section input,
.mobile-search-search-section input::placeholder,
.mobile-search-search-section button {
    background-color: #f4f4f4;
    color: #8d8d8d;
}

.mobile-search-search-section input:focus {
    background-color: #f4f4f4;
    color: #8d8d8d;
}

.mobile-search-search-section input {
    margin: 0;
    border: 0;
    color: inherit;
    font-size: 1.3rem;
    height: 100%;
    box-shadow: none;
}

#login-form .error-label,
#register-form .error-label{
    margin-top: -15px;
    margin-bottom: 15px
}

@media screen and (max-width: 1100px) {
    #header-user-menu {
        min-width: 175px;
    }
}

@media screen and (max-width: 992px) {
    #header-user-menu {
        left: unset;
        right: 15px;
    }
}

.error-input {
    border-color: #e02b27 !important;
    border-width: 1px;
}

.error-label {
    color: #e02b27 !important;
}

.modal-backdrop.show {
    opacity: 0.25
}

.cart-message.cart-message-error:before {
    content: "\f00d";
    color: #e02b27;
}

.breadcrumb-item a {
    text-decoration: underline;
}

.product-details .product-title a {
    height: 6rem;
    text-align: start;
    white-space: initial;
    overflow: hidden;
}

.product-details .product-title .product-additional-info {
    color: #777;
    font-size: 1.2rem;
}

@supports (-webkit-line-clamp: 2) or (line-clamp: 2) {
    .product-details .product-title a {
        text-overflow: ellipsis;
        white-space: initial;
        display: -webkit-box;
        -webkit-line-clamp: none;
        line-clamp: none;
        -webkit-box-orient: vertical;
    }
}

.product-details .product-subtitle{
    font-size: 12px;
    color: #c2c2c2;
}

.loaded.mfp-zoom-out-cur img.mfp-img {
    background: #fff;
}

.product-single-default .product-item > img {
    max-height: 400px;
    object-fit: contain;
}

.full-size-zoom > .prod-full-screen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;

    cursor: pointer;
}

.product-default > figure > a:first-child {
    position: relative;

    height: 205px;
    width: 205px;
}

.product-default > figure > a > img.product-list-item-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.prod-thumbnail .owl-dot.active .owl-dot-image-wrapper img,
body:not(.iphone-hover-fix) .prod-thumbnail .owl-dot-image-wrapper img:hover,
.prod-thumbnail .owl-dot img.ratio--width-to-height {
    border: none;
}

.prod-thumbnail .owl-dot .owl-dot-image-wrapper {
    width: 113.5px;
    height: 113.5px;

    border: 2px solid transparent; /* Prevent image from jumping on hover */
}

.prod-thumbnail .owl-dot .ratio--width-to-height {
    display: none;
}

.checkout-autofill-wrapper {
    top: 100%;
    left: 0;
    z-index: 100;

    overflow: hidden auto;

    width: calc(100% - 2px);
    max-height: 150px;

    background-color: #fff;

    border: 1px solid #aaa;
    border-radius: 2px;

    box-shadow: 5px 5px 5px #999;

}

.checkout-autofill-wrapper span {
    padding: 5px 3px;
    cursor: pointer;
}

body:not(.iphone-hover-fix) .checkout-autofill-wrapper span:hover {
    background-color: #ddd;
}

.checkout-autofill-wrapper span:not(:last-child) {
    border-bottom: 1px solid #aaa;
}

.checkout-deliver-to-wrapper, .checkout-payment-method-wrapper {
    display: inline-block;
    margin-right: 10px;
}

.checkout-container .checkout-steps .checkout-deliver-to-wrapper,
.checkout-container .checkout-steps .checkout-deliver-to-wrapper .custom-control,
.checkout-container .checkout-steps .checkout-payment-method-wrapper,
.checkout-container .checkout-steps .checkout-payment-method-wrapper .custom-control {
    margin-top: 0;
}

.checkout-container .checkout-steps .checkout-deliver-to-wrapper .custom-control-label::after,
.checkout-container .checkout-steps .checkout-payment-method-wrapper .custom-control-label::after
{
    top: 4px;
}

.checkout-container .table-mini-cart .order-total td:first-child {
    width: 50%;
}

#checkout-order-summary .loading-overlay {
    display: none;

    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}

.custom-loading-overlay {
    display: none;

    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;

    background-color: #fff;
}

#checkout-form span.select2 .select2-selection {
    padding: 15px 0 10px 5px;
    height: 49px;
}

#checkout-form span.select2 .select2-selection .select2-selection__arrow {
    height: 49px;
}

#checkout-form span.select2 .select2-selection .select2-selection__rendered {
    background-color: #fff;
    color: #777;
    font-family: "Open Sans",sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
}

.select2-container--open .select2-dropdown .select2-search__field {
    background-color: #fff;
    color: #777;
    font-family: "Open Sans",sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;

    padding: 10px
}

.successful-order ul.order-details {
    padding: 20px 0.75rem 0.75rem;
}

.successful-order ul.order-details li {
    font-size: 1.6rem;
}

.successful-order ul.order-details li strong {
    /*display: block; !* force new line *!*/
}

.successful-order ul.order-details li + li {
    margin-top: 10px
}

.successful-order table.table-order {
    font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
    .successful-order table.table-order thead,
    #order-table-wrapper table.table-order thead {
        display: table-header-group;
    }

    .successful-order table.table-order thead tr th:last-child,
    #order-table-wrapper table.table-order thead tr th:last-child {
        overflow: hidden;
        white-space: nowrap;
    }

    .successful-order table.table-order tbody tr,
    #order-table-wrapper table.table-order tbody tr {
        display: table-row;
    }

    .successful-order table.table-order tbody tr td,
    #order-table-wrapper table.table-order tbody tr td {
        display: table-cell;
    }

    .successful-order table.table-order tbody tr td:first-child,
    #order-table-wrapper table.table-order tbody tr td:first-child {
        text-align: left;
    }
}

.successful-order table.table-order tr td.order-date,
.successful-order table.table-order tr th.order-date {
    text-align: center;
}

.successful-order table.table-order tr td:last-child,
.successful-order table.table-order tr th:last-child {
    text-align: right;
}

.successful-order table.table-order tr:last-child td {
    border-bottom: 1px solid #000;
}

.successful-order .products-summary {
    font-size: 1.5rem;
    font-weight: bold;
    padding-right: 0.75rem;
}

.successful-order .products-summary .col div:first-child,
.successful-order .products-summary .col-auto div:first-child {
    padding-top: 0.4rem;
}

.successful-order .products-summary .col div:not(:first-child),
.successful-order .products-summary .col-auto div:not(:first-child) {
    padding-top: 0.75rem;
}

@media screen and (max-width: 1220px) {
    /* The image gallery has dynamically determined with js size so we use an 1px by 1px inline invisible svg
    to keep our container with 1:1 aspect ration and set the image container to have 100% width and height */
    .prod-thumbnail .owl-dot .ratio--width-to-height {
        display: inline-block;
    }

    .prod-thumbnail .owl-dot .owl-dot-image-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;

        width: 100%;
        height: 100%;
    }
}

.prod-thumbnail .owl-dot .owl-dot-image-wrapper > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.prod-thumbnail .owl-dot .owl-dot-image-wrapper.video > img {
    filter: brightness(0.6);
}

.prod-thumbnail .owl-dot .owl-dot-image-wrapper.video::before{
    content: '▶';
    color: #fff;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    z-index: 1;
    font-size: 40px;
}

.prod-thumbnail .owl-dot.active .owl-dot-image-wrapper,
body:not(.iphone-hover-fix) .prod-thumbnail .owl-dot-image-wrapper:hover {
    border: 2px solid #21293c;
}

.related-products .col-6 {
    padding-left: 10px;
    padding-right: 10px;
}


.col-xs-1-of-5, .col-sm-1-of-5, .col-md-1-of-5, .col-lg-1-of-5, .col-xl-1-of-5, .col-1-of-5 {
    /* Shared .col styles */
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1-of-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.desktop-search-result {
    position: absolute;
    right: -2.3rem;
    z-index: 998;

    width: 610px;
    padding-top: 45px;
    margin-top: 10px;

    border: 5px solid #08c;
    border-radius: 25px;
    background-color: #fff;
}

body:not(.iphone-hover-fix) .product-search-result.mobile-modal-search-result .product-default:hover {
    box-shadow: none;
    transition: none;
}

.product-search-result.mobile-modal-search-result .product-default:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.product-search-result.mobile-modal-search-result .price-box {
    margin-left: 10px;
}

.product-search-result figure {
    height: 80px;
    width: 80px;
}
.product-search-result .product-default figure img {
    object-fit: contain;
}

.product-search-result .product-default:not(.result-message) {
    padding: 10px 5px;
    cursor: pointer;
    margin-bottom: 0;
}

.product-search-result .result-message {
    text-align: center;
    margin-bottom: 5px;
    color: #000;
    display: inline-block;
    width: 100%;
}

.product-search-result a.result-message {
    text-decoration: underline;
    cursor: pointer;
}

.product-search-result .product-default:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

body:not(.iphone-hover-fix) .product-search-result .product-default:hover {
    background-color: #eee;
}

.product-search-result .product-default figure > a {
    width: 100%;
    height: 100%;
}

.product-search-result .product-default h3.product-title {
    display: inline-block;
}

.product-search-result .product-default h3.product-title a {
    height: unset
}

.header-search-popup .form-control {
    width: 560px;
}

.mmenu-btn { /* Make it cover a bit more area so it's easier to hit on mobile */
    padding-left: 40px;
    width: unset;
    padding-right: 0.8rem;
}

.toolbox .select-custom select.form-control {
    max-width: 160px;
}

@media screen and (min-width: 992px)  {
    .toolbox .select-custom select.form-control {
        max-width: 180px
    }

    .toolbox.sticky-header {
        margin: 0;
    }
}

@media screen and (min-width: 576px) {
    .col-sm-1-of-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 768px) {
    .col-md-1-of-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 992px) {
    .col-lg-1-of-5 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 992px) {
    #modal-login .modal-dialog {
        max-width: 520px;
    }
}

.facebook-login-button {
    outline: none;
    border: none;
}

.google-login-button-wrapper *:hover {
    border: none;
    outline: none;
}

.google-login-button-wrapper div[tabindex="0"]:focus > div,
.google-login-button-wrapper div[tabindex="0"]:hover > div { /* Stop google's hover styles from applying */
    background: none !important;
}

.google-login-button-wrapper,
.facebook-login-button {
    background-color: #222529;
    padding: 8.5px;
    margin-left: 5px;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .google-login-button-wrapper,
    .facebook-login-button {
        padding: 5.5px;
        padding-bottom: 6px;
    }
}

.ecommerce-stock {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.ecommerce-stock:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: #CCC;
    margin-right: 6px;
    margin-right: 0.5rem;
}

.ecommerce-stock.in-stock:before {
    background-color: #5fbe5f;
}

.ecommerce-stock.out-of-stock:before {
    background-color: #ce4545;
}

.cookie-main-wrapper {
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;

    color: #fff;
    font-size: 13px;
    background-color: rgba(50,50,58,1);
}

.cookie-main-wrapper > .row {
    padding: 0 40px;
}

.cookie-main-wrapper > .row > .col-auto {
    max-width: 100%;
}

.cookie-main-wrapper .cn-close-icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);

    font-size: 20px;
    color: rgb(102, 102, 102);
    transition: color 0.3s;

    cursor: pointer;
}

body:not(.iphone-hover-fix) .cookie-main-wrapper .cn-close-icon:hover {
    color: rgb(152, 152, 152);
}

.cookie-main-wrapper .cn-text-container {
    vertical-align: middle;
}

#scroll-top.cookie-banner-visible {
    bottom: 48px;
}

.logo {
    max-width: 200px
}

@media screen and (max-width: 1200px) {
    .logo {
        max-width: 160px;
    }
}

@media screen and (max-width: 991px) { /* Header menu disappears so there is more space */
    .logo {
        max-width: 160px;
    }
}

@media screen and (max-width: 576px) {
    .logo {
        max-width: 150px;
    }
}

@media screen and (max-width: 450px) {
    .logo {
        max-width: 120px;
    }
}

@media screen and (max-width: 767px) {
    .cart-discount form.cart-promo-code-form {
        max-width: 100%;
    }
}

@media screen and (max-width: 479px) {
    .cart-discount .cart-promo-code-wrapper.input-group {
        flex-direction: row;
        align-items: stretch;
    }
}

.product-default .btn-add-cart {
    margin: 0 3px;
    padding: 0 1rem;
    align-items: center;
    border-color: #dddddd;
    background-color: #fff;
    color: #222529;

    font-size: 1.2rem;
    font-weight: 600;
    font-family: Poppins,sans-serif;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.25s ease;
}

.btn-add-product-to-cart {
    padding: 12px 27px 10px 26px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 24px;
}

.product-single-details .product-action .btn-add-product-to-cart {
    display: inline-flex;
    align-items: center;
}

.product-single-details .product-action .btn-add-product-to-cart:before {
    content: "";
    margin-top: -2px;
    font-family: "Porto";
    font-weight: 600;
    font-size: 1.8rem;
    margin-right: 7px;
}

.product-default .btn-add-cart i,
.product-default .product-action .btn-add-cart.cart-toggle i {
    display: inline;
}

.blog-section.row .post > .post-body .post-content * {
    all: unset;
}

.blog-section.row .post > .post-body .post-content br {
    display: none;
}

.post-content a {
    text-decoration: underline;
}

.post-content a:hover {
    text-decoration: none;
}

.blog-section .post:not(.single) > .post-media > a > img {
    max-height: 300px;
}

@media screen and (min-width: 991px) {
    .blog-section .post:not(.single) > .post-media > a > img {
        height: 210px;
    }
}

.related-posts .post:not(.single) > .post-media > a > img {
    height: 180px;
}

.post.single > .post-media > img {
    max-height: 343px;
    max-width: 100%;
}

.related-posts .post:not(.single) > .post-media > a > img,
.blog-section .post:not(.single) > .post-media > a > img {
    object-fit: cover;
    object-position: center;
}

.post.single > .post-media {
    background-color: inherit;
}

.post.single > .post-media .link-cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
}

.post.single > .post-media > img {
    object-fit: contain;
    object-position: center;
}

.post-comment-wrapper:last-child {
    margin-bottom: 0 !important;
}

ul.simple-post-list > li > .post-info {
    width: calc(100% - 6rem); /* 5rem for the image and 1rem margin */
    float:right;
}

ul.simple-post-list > li > .post-info > a {
    margin-top: -4px;
    word-break: break-word;
}

.header-icon.header-icon-user > i.user-logged-in-icon {
    font-size: 1.5rem;
    color: #4B4;
    position: absolute;
    bottom: 3px;
    right: 1.3rem;
    background-color: #fff;
    border-radius: 50%;
}

@media screen and (min-width: 480px) {
    .header-icon.header-icon-user > i.user-logged-in-icon {
        right: 1rem;
    }
}

@media screen and (min-width: 768px) {
    .header-icon.header-icon-user > i.user-logged-in-icon {
        font-size: 1.2rem;
    }
}

.register-form > div, .settings-form > div {
    margin-bottom: 1.7rem;
}

.category-banner h1 {
    font-size: 3em;
    margin-left: 1.8rem;
    margin-bottom: 1.6rem;
}

@media (max-width: 767px) {
    .category-banner h1 {
        margin-left: -2px;
    }
}

.category-banner .anim-pane p {
    font-family: inherit;
    line-height: inherit;
    margin-bottom: 0;
}

.google-login.btn {
    background-color: #df4f3f;
    color: #FFF;
}

.google-login.btn:hover {
    background-color: #cf3f2f
}

.facebook-login.btn {
    background-color: #1877f2;
    color: #FFF;
}

.facebook-login.btn:hover {
    background-color: #0867e2;
}

.google-login.btn > img,
.facebook-login.btn > img {
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
}

.facebook-login.btn > img {
    left: 21px !important;
    padding-top: 11px;
    padding-bottom: 14px;
}

@media screen and (max-width: 767px) {
    .facebook-login.btn > img {
        left: 23px;
    }
}

.nav.login-register-nav > .nav-item .nav-link {
    font-size: 1.5rem;
}

@media screen and (max-width: 350px) {
    .nav.login-register-nav > .nav-item .nav-link {
        font-size: 1.35rem;
    }
}

.social-login-divide {
    position: relative;
    margin: 10px 0 !important;
    height: 1.4rem;
}

.social-login-divide > div.dividing-line {
    border-bottom: 1px solid rgba(0,0,0,0.09);
}

.social-login-divide > div.social-login-text {
    display: inline;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    line-height: 1;
    padding: 0 10px;
    background: #fff;
}

.cart-dropdown a.disabled:focus, .cart-dropdown a.disabled:hover {
    color: #fff;
}

.mfp-image-holder button.mfp-close {
    width: 32px;
    right: 4px;
    color: #000;
    height: 30px
}

/*.mfp-wrap > .mfp-container.mfp-s-ready  {*/
/*    overflow-x: hidden;*/
/*}*/

.info-boxes-container {
    border: 1px solid #e7e7e7
}

.info-boxes-container .info-box {
    margin: 1.4rem 0 1.2rem;
    padding: 0.5rem;
    padding-right: 1.5rem
}

.info-boxes-container p {
    font-weight: 300;
    letter-spacing: 0.01em
}

.info-boxes-container .info-box:not(:last-child) {
    border-right: 1px solid #e7e7e7
}

.info-boxes-container i {
    margin-top: -2px;
    margin-right: 4px;
    padding: 0 0.1em;
    line-height: 0
}

.info-boxes-container .fa {
    font-size: 3rem
}

@media (max-width: 991px) {
    .info-boxes-container .info-box {
        justify-content: flex-start;
        -ms-flex-pack: start
    }

    .info-boxes-container .info-box:not(:last-child) {
        border-bottom: 1px solid #e7e7e7;
        padding-bottom: 2.3rem;
        margin-bottom: 0;
        border-right: 0
    }
}

.btn-back-in-stock {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .btn-back-in-stock {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

.back-in-stock-success.cart-message__back-in-stock:before {
    font-size: 1.7rem;
}

.back-in-stock-success.cart-message__back-in-stock > span {
    font-size: 1.4rem;
}

.cart-message__back-in-stock {
    padding: 0.8rem 0 1.9rem 3px
}
.cart-message__back-in-stock:before {
    content: "";
    position: relative;
    margin-right: 0.6rem;
    top: 2px;
    font-size: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #0cc485
}
.cart-message__back-in-stock span {
    color:#222529;font-size:1.6rem
}

@media screen and (max-width: 767px) {
    .table-review tr.review td.review-column {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 10px 20px;
    }
}

.review-rating-stars-wrapper {
    font-size: 2rem;
    display: inline-flex;
    height: unset;
    margin-bottom: 0;
}

.review-rating-stars-wrapper > a.review-rating-star {
    width: 2.4rem;
}

.review-rating-stars-wrapper > a.review-rating-star:before {
    height: 2rem;
}

@media screen and (max-width: 767px) {
    .review-rating-stars-wrapper > a.review-rating-star:before {
        height: 2.5rem;
    }
}

.review-rating-stars-wrapper > a.review-rating-star.star-1:before {
    width: 20%;
}

.review-rating-stars-wrapper > a.review-rating-star.star-2:before {
    width: 40%;
}

.review-rating-stars-wrapper > a.review-rating-star.star-3:before {
    width: 60%;
}

.review-rating-stars-wrapper > a.review-rating-star.star-4:before {
    width: 80%;
}

table.table.table-wishlist.table-review tr.product-row textarea.form-control {
    min-height: unset;
}

.review-image {
    width: 75px;
    height: 75px;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    table.table.table-wishlist.table-review tr.product-row td {
        padding: 15px 5px 15px 16px;
    }
}

@media screen and (max-width: 767px) {
    table.table.table-wishlist.table-review tr.product-row {
        padding: 1.5rem 0;
    }
}

.btn-refuse-review {
    background: #e7e7e7;
    color: #222529;
    border: none;
}

.btn-refuse-review:hover {
    background: #f1f1f1;
    color: #222529;
    border: none;
}

.mfp-bg.mfp-ready{
    opacity: 0.8;
    background-color: #0b0b0b;
}

.mfp-iframe-holder .mfp-close{
    transform: none;
}
.mfp-iframe-holder button.mfp-close::after{
    content: none;
}
.mfp-iframe-holder button.mfp-close::before{
    content: none;
}
.mfp-bottom-bar{
    display: none;
}
.mfp-img{
    background: #fff;
}
.product-default video{
    width: 100%;
    height: 100%;
}

.product-item.video::before{
    content: '▶';
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 1;
    color: #fff;
    font-size: 55px;
    text-align: center;
    transform: translate(50%, -50%);
}

.product-item.video video{
    filter: brightness(0.85);
}

.product-reviews-content .comments .comment-block.comment-block--admin {
    background-color: #fcfdfd;
}
#checkout-payment-type-radios-wrapper.error-input::after{
    content: "Изберете начин на плащане";
    color: rgb(227, 63, 59);
    margin-bottom: 1.7rem;
    display: block;
    margin-top: -1.4rem;
}

.grecaptcha-badge {
    display: none !important;
}

.language-dropdown {
    position: relative;
    display: inline-block;
    margin-right: 0.8rem;
}

.language-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.8rem;
    color: #08C;
}

.language-toggle i {
    font-size: 1.3rem !important;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 80px; /* Adjust width as needed */
    z-index: 1000; /* Ensure it appears above other content */
}

.language-dropdown:hover .dropdown-menu,
.language-dropdown:focus-within .dropdown-menu {
    display: block; /* Show dropdown on hover */
}

.dropdown-item {
    padding: 8px 12px;
    cursor: pointer;
    text-align: center; /* Center align the text */
    color: #08C;
    font-size: 1.2rem;
}

.dropdown-toggle i {
    font-size: 2.1rem;
}

.header-icon i {
    font-size: 2rem;
}

.header-icon:not(:last-child) {
    margin-right: 1.5rem;
}

.homepage-carousel-slide .image-wrapper {
    height: 100%;
}

.homepage-carousel-slide .image-wrapper img {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.homepage-carousel-slide .content-wrapper {
    height: 100%;
    width: 100%;
    margin-left: 25px;
    top: 0;
}

.homepage-carousel-slide .content-wrapper * {
    margin: initial;
    padding: initial;
}

#homepage-carousel{
    border-radius: 5px;
    overflow: hidden;
}

@media (min-width: 992px) {
    #homepage-carousel {
        margin-top: -27px;
    }
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.loader-center{
    top:-100%; right:-100%; left:-100%; bottom:-100%;
    margin:auto;
    z-index:0;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.iti {
    display: block;
}

.marquee {
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.marquee__item {
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-name: marquee-content;
    animation-timing-function: linear;
    padding: 5px 15px 5px 15px;
}

.marquee:hover .marquee__item {
    animation-play-state: paused;
}

.marquee__item *{
    margin-bottom: 0;
    white-space: nowrap;
}
/**
* BOTH of the marquee items are going to be translating left at the same time.
* And, once each of them has translated to -100%, they will both snap back into
* place, making it seem as if they are continuously scrolling.
*/
@keyframes marquee-content {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-100%);
    }
}


.old-price.price-range{
    font-size: 1rem;
}

.product-price.price-range{
    font-size: 1.7rem;
}

.review-btn {
    margin: 0 3px;
    padding: 0.5rem 1rem;
    align-items: center;
    border: 1px solid #dddddd;
    background-color: #fff;
    color: #222529;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.25s ease;
    /*border-radius: 6px;*/
    display: inline-flex;
    justify-content: center;
}

.review-btn:hover {
    background-color: #222529;
    color: #fff;
}


.home-review-body{
    flex-grow: 1;
    padding: 0.75rem 1rem;
    min-height: auto;
}
.home-review-body>p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: left;
}