.simple-search .form-control {
    border-radius: 1.3rem 0 0 1.3rem !important;
}

#category {
    margin-right: -4px;
    margin-left: -4px;
    border-radius: 0px !important;
}

#header .header-nav-features .header-nav-features-dropdown {
    min-width: 90px;
    padding: 0px !important;
    margin-right: -35px !important;
}

.header-dropdown {
    list-style: none;
    padding: 0px;
}

.dropdown-item {
    padding: 0px;
    margin: 12px;
    width: auto;
}

.shop .products .product .onsale {
    border-bottom-color: #6b0911;
}

.orders-pagination nav {
    float: right;
}

@media (max-width: 991px) {
    .login-button span {
        display: none;
    }
}

@media (max-width: 456px) {
    .header-extra-info-text {
        display: none;
    }
}

.mask {
    background: #403333;
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    left: 0;
    opacity: 0;
}
.slider-caption {
    background: white;
    padding: 19px;
    border-radius: 16px;
    opacity: 0.75;
}

.slider-caption p {
    color: black;
}

.slider-caption-price {
    color: black;
    line-height: 26px;
    margin: 0 0 20px;
    background: white;
    opacity: 0.75;
    display: inline;
    padding: 6px;
    border-radius: 5px;
}

.StripeElement {
    box-sizing: border-box;

    height: 40px;

    padding: 10px 12px;
    border-color: rgba(0, 0, 0, 0.09);
    border: 1px solid transparent;
    border-radius: 4px;
    background-color: white;

    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;

    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
    border-color: #fa755a;
}

.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
}
.carousel-control-next-icon:after {
    content: ">";
    font-size: 55px;
    color: #92000b;
}

.carousel-control-prev-icon:after {
    content: "<";
    font-size: 55px;
    color: #92000b;
}

.product-thumb-info-image,
.thumb-info-wrapper {
    /*width: 254px;*/
    /*height: 254px;*/
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #92000b;
}

@media (max-width: 989px) {
    .product-thumb-info-image,
    .thumb-info-wrapper {
        /*width: 200px;*/
        /*height: 200px;*/
    }
}

.product-thumb-info-image img,
.owl-carousel .owl-item img,
.thumb-info-wrapper img {
    width: 100%;
    min-height: 100%;
}

.product-thumb-info {
    background: none;
}

.carousel-image {
    height: 100% !important;
    background-position: center !important;
    background-color: white !important;
}
.carousel,
.carousel-item {
    height: 55vh !important;
}

.form-control {
    border-color: rgba(0, 0, 0, 0.4);
}
.form-control:focus {
    border-color: rgba(0, 0, 0, 0.6);
}
