

.product-sort {
    margin-bottom: 30px;
}
.product-sort .input-group .input-group-text {
    border-radius: 0px;
    background-color: #ffffff;
    border-color: #ffffff;
}

.alert.alert-danger.alert-dismissible button.close {
    background: none;
    border: none;
    padding: 5px 10px;
}
.breadcrumb a {
    color :#acacac;
    font-weight: 300;
}
.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    right: -10px;
    width: 19px;
    height: 1px;
    border: none;
    background: #F47D53;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
}

.category-page-subcategory {
    position: relative;
    display: block;
    margin-right: 1px;
    margin-bottom: 1px;
}
.category-page-subcategory img {
    position: relative;
    margin: 0 auto;
    z-index: 1;
}
.category-page-subcategory .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    backdrop-filter: blur(4px) saturate(0.1);
    opacity: 0;
    transition: 0.2s all;
    z-index: 2;
}
.category-page-subcategory:hover .hover {
    opacity: 1;
}
.category-page-subcategory .caption {
    position: relative;
    display: block;

    color: #000000;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 7px 25px;
    text-align: center;
    height: 32px;
    overflow: hidden;
    z-index: 3;
}
@media(min-width: 576px) {
    .category-page-subcategory .caption  {
        height: 62px;
    }
}


.category-page-subcategory .caption span {
    position: absolute;
    top: 50%;
    left: 4px;
    right: 4px;
    transform: translateY( -50% );
}

h1.page-header {
    position: relative;
    display: block;
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 20px;
}

.live-new-cart-coupon .input-group input.form-control,
.checkout-cart-modules .input-group input.form-control:focus {
    z-index: 1;
}

.category-prm {
    margin-bottom: 10px;
}
.category-prm img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.background-success {
    position: relative;
    display: block;
    margin: 20px 0px;
}
.background-success img {
    margin: 0 auto;
}
.background-success .caption {
    position: absolute;
    bottom: 21%;
    left: 50%;
    transform: translateX( -50% );
    font-size: 100%;
    color: #ffffff;
    font-size: 30px;
    line-height: 35px;
    width: 67%;
    text-align: center;
}
@media( max-width: 1440px ) {

}
@media( max-width: 1200px ) {
    .background-success .caption {
        font-size: 24px;
        line-height: 26px;
    }
}
@media( max-width: 992px ) {
    .background-success .caption {
        bottom: 19%;
        font-size: 19px;
        line-height: 20px;
    
    }
}
@media( max-width: 768px ) {
    .background-success .caption {
        font-size: 14px;
        line-height: 14px;
    }
}
@media( max-width: 576px ) {
    .background-success .caption {
        font-size: 14px;
        line-height: 14px;
        bottom: 23%;
        width: 95%;
    }
}
@media( max-width: 430px ) {
    .background-success .caption {
        font-size: 12px;
        line-height: 12px;
        bottom: 21%;
        width: 95%;
    }
}

.job-list {
    position: relative;
    display: block;
    padding: 15px 0px;
}
.job-title {
    position: relative;
    display: block;
    font-size: 26px;
    margin-bottom: 20px;
}
.job-title span {
    position: relative;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 6px;
    background: #F47D52;
    color: #ffffff;
}
.panel.panel-default.job-panel {
    position: relative;
    display: block;
    margin-top: 10px;
    border-radius: 8px;
    overflow: hidden;
    background: #79ABD1;

    max-width: 500px;
}
.panel.panel-default.job-panel .panel-heading {
    position: relative;
    display: block;
    padding: 5px 15px;
    text-align: left;
    font-size: 24px;
    color: #000000;
}
.panel.panel-default.job-panel .panel-heading .btn {
    float: right;
    margin-right: -10px;
}
.panel.panel-default.job-panel .panel-body {
    position: relative;
    display: block;
    padding: 0px 15px;
    padding-bottom: 15px;
}
.job-form {
    position: relative;
    display: block;
    overflow: hidden;
    max-height: 0px;
    transition: 0.3s all;
}
.panel.active .job-form {
    max-height: 500px;
}
.job-form .form-control {
    margin-bottom: 8px;
}

.header-language {
    position: relative;
    display: block;

    padding: 4px;
}

.header-language a {
    color: #ffffff;
}
.header-language  img {
    vertical-align: 0px;
}


/* .language-8 .live-new-cart-coupon .form-control {
    padding: 3px 5px;
    font-size: 12px;
}
.language-8 .live-new-cart-coupon  .btn {
    font-size: 12px;
    
    padding: 7px 10px;
}
.language-8 .btn.btn-primary#button-cart {
    min-width: 223px;
}

.language-8 .background-success .caption {
    font-size: 18px;
    line-height: 24px;
}

.language-9 .background-success .caption {
    font-size: 24px;
    line-height: 30px;
}
.language-9 .product-shipping {
    line-height: 28px;
} */

.input-group-btn .btn {
    height: 100%;
}