.block-slideshow__slide-image {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: round;
}

.block-slideshow__slide {
    position: relative;
    display: block;
    color: inherit;
    /*width: 930px;*/
    height: 505px;
}

.block-slideshow__slide-content {
    position: absolute;
    bottom: 46px;
    left: 46px;
}

.block-slideshow__slide-title {
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    margin-bottom: 12px;
    opacity: 0;
    transition: 1s .2s;
}

.block-slideshow__slide-button {
    margin-top: 40px;
    opacity: 0;
    transition: 1s .4s;
}

.block-slideshow .active .block-slideshow__slide-button, .block-slideshow .active .block-slideshow__slide-text, .block-slideshow .active .block-slideshow__slide-title {
    opacity: 1;
    transform: none;
}

.block-slideshow__slide-text {
    line-height: 1.625;
    opacity: 0;
    transform: translateY(15px);
    transition: .8s .5s;
    font-size: 20px;
}

.slideshow-panel .owl-carousel .owl-nav button.owl-prev {
    left: 40px;
    right: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
}

.slideshow-panel .owl-carousel .owl-nav button.owl-next {
    right: 40px;
    left: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
}

.slideshow-panel .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    font-size: 30px;
    opacity: 0;
    color: rgba(0, 0, 0, 0.8);
    border: 2px solid #111111;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    transition: all 400ms ease-in-out 0s;
    -webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    -ms-transition: all 400ms ease-in-out 0s;
    text-shadow: none;
}

.slideshow-panel .owl-carousel:hover .owl-nav button.owl-next {
    right: 20px;
    left: auto;
    opacity: 1;
}

.slideshow-panel .owl-carousel:hover .owl-nav button.owl-prev {
    left: 20px;
    right: auto;
    opacity: 1;
}

.slideshow-panel .owl-carousel:hover .owl-nav button:hover {
    background: #111;
    color: #FFF;
}

.product-thumb .image img {
    width: auto;
}

.TT-product-carousel .owl-buttons {
    /*top: -50px;*/
    /*bottom: auto;*/
    /*left: auto;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*top: -45px;*/
    /*z-index: 9999;*/
}

.TT-product-carousel .owl-buttons .owl-prev {
    border-right: 1px solid #bfbfbf;
}

.TT-product-carousel .owl-buttons div {
    float: left;
    font-size: 0;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    width: 30px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

.TT-product-carousel .owl-buttons div {
    float: left;
    font-size: 0;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    width: 30px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
}

.TT-product-carousel .owl-buttons .owl-prev::before, .TT-product-carousel .owl-buttons .owl-next::before {
    color: #888888;
    float: left;
    font-family: "FontAwesome";
    font-size: 26px;
    height: 100%;
    padding: 0;
    text-align: center;
    width: 100%;
    cursor: pointer;
}

.TT-product-carousel .owl-buttons .owl-prev::before {
    content: "\f104";
}

.TT-product-carousel .owl-buttons .owl-next::before {
    content: "\f105";
}

.TT-product-carousel .owl-buttons div:hover {
    opacity: 0.7;
}

.search__suggestions {
    background: white;
    box-shadow: 0 1px 15px rgba(0, 0, 0, .25);
    border-radius: 4px;
}

.search--location--header {
    height: 40px;
}

.search--location--header .search__suggestions {
    left: 0;
    top: 0;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .08);
    padding-top: 6px;
    padding-bottom: 10px;
    display: none;
}

.search--location--header.search--has-suggestions.search--suggestions-open .search__suggestions {
    display: block;
}

.suggestions__list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 19px;
}

.suggestions__item {
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.suggestions__item::before {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.suggestions__item-link:hover {
    background: rgba(0, 0, 0, 0.1);
}

.suggestions__item-link, .suggestions__item-link:hover {
    color: inherit;
}

.suggestions__item-link {
    display: flex;
    padding: 8px 18px;
}

.suggestions__item-info {
    flex-grow: 1;
    padding: 3px 0 2px;
}

.suggestions__item-price {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 3px 0 2px;
    font-weight: 700;
    font-size: 14px;
    margin-left: 12px;
}

.danger-row td {
    background-color: #f2dede !important;
}

.warning-row td {
    background-color: #eba054 !important;
}

.form-check-label {
    margin-left: 15px;
}

.form-check-label a {
    text-decoration: underline;
}

.d-flex {
    display: flex;
}

.search__suggestions {
    margin-top: 40px;
}

.text-decoration-none {
    text-transform: none !important;
    text-decoration: none;
}


@media (max-width: 767px) {
    .block-slideshow--layout--with-departments .block-slideshow__body,
    .block-slideshow--layout--with-departments .block-slideshow__slide {
        height: 250px
    }
}

@media (max-width: 574px) {
    .block-slideshow--layout--with-departments .block-slideshow__body,
    .block-slideshow--layout--with-departments .block-slideshow__slide {
        height: calc(100vw / 2.3)
    }

    .block-slideshow--layout--with-departments .block-slideshow__slide-title {
        font-size: 20px;
        line-height: 25px
    }

    .block-slideshow--layout--with-departments .block-slideshow__slide-text {
        font-size: 14px;
        line-height: 1.2
    }
}

@media (max-width: 991px) {
    .block-slideshow--layout--with-departments .block-slideshow__slide-button .btn {
        font-size: .875rem;
        height: calc(1.875rem + 2px);
        line-height: 1.25;
        padding: .375rem 1rem;
        font-weight: 500
    }

    .block-slideshow--layout--with-departments .block-slideshow__slide-button .btn.btn-svg-icon {
        width: calc(1.875rem + 2px)
    }

    .block-slideshow__slide-text {
        font-size: 16px
    }
}

@media (max-width: 767px) {
    .block-slideshow__body,
    .block-slideshow__slide {
        height: 250px
    }

    .block-slideshow__slide-image--desktop {
        display: none
    }

    .block-slideshow__slide-image--mobile {
        background-position: top center;
        display: block;
        background-size: cover
    }
}

@media (min-width: 990px) {

    #promocode-block {
        display: flex;
    }
}

@media (min-width: 480px) {
    .cart-name {
        width: 200px;
        max-width: 200px
    }

    .cart-price {
        width: 150px;
    }
}

@media (max-width: 480px) {

}

#cart-content {
    max-height: calc(100vh - 280px);
    overflow: scroll;
}


.product__content {
    display: grid;
    grid-template-columns: [gallery] calc(40% - 20px) [info] calc(60% - 20px);
    grid-template-rows: auto auto auto auto auto;
    grid-column-gap: 40px;
}
@media (max-width: 767px) {
    .product__content {
        display: block;
    }
}
.product__gallery {
    -ms-grid-row: 1;
    -ms-grid-row-span: 6;
    -ms-grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 6;
    min-height: 0;
}
.product-gallery__featured {
    position: relative;
    box-shadow: inset 0 0 0 2px #f2f2f2;
    padding: 2px;
    border-radius: 2px;
}
.product-gallery__zoom {
    position: absolute;
    cursor: pointer;
    padding: 11px;
    border: none;
    z-index: 2;
    top: 0;
    background: 0 0;
    fill: #d9d9d9;
    transition: background .2s,fill .2s;
    right: 0;
    border-top-right-radius: 2.5px;
    border-bottom-left-radius: 2px;
    transform: scaleX(1);
}

.product__info {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    position: relative;
    min-height: 0;
}

.product__name {
    margin-bottom: 22px;
    font-size: 30px;
    font-family: Roboto,sans-serif;
}

.product__description {
    font-size: 16px;
}
.product__meta {
    list-style: none;
    margin: 12px 0 0;
    padding: 12px 0 0;
    display: flex;
    flex-wrap: wrap;
    color: #999;
    font-size: 14px;
    border-top: 1px solid #ebebeb;
}
.product__meta li {
    margin-right: 18px;
}
.product__sidebar {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}
.product__prices {
    margin-top: 18px;
    margin-bottom: 14px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -.03em;
    color: #3d464d;
}
.owl-carousel .owl-item .product-image--location--gallery .product-image__img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    /*transform: translateX(-50%) translateY(-50%);*/
}
.product--layout--standard{
    margin-top: 50px;
    margin-bottom: 50px;
}
.product .button-group button {
    border: none;
    display: inline-block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;


    height: auto;
    padding: 10px 0px;
    margin: 0 0 10px;
    background: #e68ae9;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;

    width: 100%;
    border: none;
    display: inline-block;
    float: right;
    line-height: 30px;
    margin-top: 9px;
}
.product .button-group button.btn-cart:hover {
    background: rgb(59, 193, 112);
}

.store-price{
    color: rgb(25, 204, 89);
    font: 500 16px/18px "Poppins", Helvetica, sans-serif;
    font-size: 24px;
}

.sale{
    color: rgb(255, 70, 31);
}

.old-price {
    color: #b3b3b3;
    font-weight: 400;
    font-size: 18px;
    text-decoration: line-through;
    margin-left: 5px;
}
.old-price.small {
    font-size: 12px;
}
.price-container{
    display: flex;
    flex-direction: row;
    align-items: center;
}
