body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto 0 auto;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    transition: all .5s ease-in-out
}

html.mobile-navigation-active {
    position: absolute;
    width: 100%;
    height: 100%
}

html.mobile-navigation-active .wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translate(-360px, 0);
    transition: all .5s ease-in-out;
    opacity: .6
}

html.mobile-navigation-active .wrapper::before {
    visibility: visible;
    opacity: 0;
    transition: all .5s ease-in-out
}

html.mobile-navigation-active .mobile-navigation {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transform: translate(0, 0)
}

.shortcut-area {
    background-color: #2e2e2e;
    overflow: hidden
}

.header {
    background: rgba(245, 245, 245, 0.89);
    position: absolute;
    top: 55px;
    z-index: 9999;
    width: 100%
}

.header-wp {
    background: #fff;
    position: relative !important;
    top: 35px !important;
    margin-bottom: 85px
}

.navbar {
    padding: 0;
    position: relative
}

.navbar .navbar-brand {
    width: 181px;
    height: 181px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    background: url("../images/logo.png") left center no-repeat;
    position: absolute
}

.navbar .navbar-wrapper .navbar-nav .nav-item {
    display: flex;
    align-items: center
}

.navbar .navbar-wrapper .navbar-nav .nav-item .nav-btn {
    display: none;
    cursor: pointer
}

.navbar .navbar-wrapper .navbar-nav .nav-item:hover .nav-link,
.navbar .navbar-wrapper .navbar-nav .nav-item.active .nav-link {
    color: #3b7ca9
}

.navbar .navbar-wrapper .navbar-nav .nav-item .nav-link {
    padding: 46px 10px;
    font-size: 18px;
    color: #9c1b20;
    font-family: 'Taviraj', serif;
    font-weight: 600;
    text-align: center
}

.navbar .navbar-wrapper .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: none
}

@media(max-width:1081px) {
    .navbar .navbar-wrapper .navbar-nav .nav-item .nav-link {
        padding: 46px 10px;
        font-size: 15px;
        color: #9c1b20;
        font-family: 'Taviraj', serif;
        font-weight: 600;
        text-align: center
    }
}

@media(max-width:991px) {
    .header {
        background: rgba(245, 245, 245, 0.89);
        position: relative;
        top: 0;
        z-index: 9999;
        width: 100%;
        min-height: 107px
    }
    .navbar .navbar-brand {
        width: 133px;
        height: 141px;
        overflow: hidden;
        text-indent: -9999px;
        cursor: pointer;
        background: url("../images/logo.png") left center no-repeat;
        position: absolute;
        top: 0;
        background-size: contain
    }
    .navbar-light .navbar-toggler {
        position: absolute;
        top: 53px;
        right: 7px
    }
}

.navbar-wrapper .dropdown-menu {
    margin-top: 0;
    border-top: 2px solid #9c1b20;
    border-radius: 0rem;
    background: rgba(245, 245, 245, 0.89)
}

.navbar-wrapper .dropdown-menu .dropdown-item .dropdown-link {
    color: #9c1b20;
    font-family: 'Taviraj', serif;
    font-weight: 600
}

.navbar-wrapper .dropdown-menu .dropdown-item:hover,
.navbar-wrapper .dropdown-menu .dropdown-item.active,
.navbar-wrapper .dropdown-menu .dropdown-item:hover .dropdown-link,
.navbar-wrapper .dropdown-menu .dropdown-item.active .dropdown-link {
    background-color: #ff9c00;
    color: #fff
}

.navbar .search-wrapper {
    height: 36px;
    padding: 0;
    position: relative
}

.navbar .search-wrapper input[type="search"] {
    width: 0;
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    display: inline-block;
    font-weight: 100;
    border: 0;
    outline: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    transition: all .4s cubic-bezier(0, 0.795, 0, 1);
    cursor: pointer;
    background: 0;
    color: #fff;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    padding-left: 23px;
    opacity: 0
}

.navbar .search-wrapper input[type="search"]:focus {
    width: 199px;
    z-index: 1;
    border: 0;
    cursor: text;
    background-color: #dc4879;
    box-shadow: none;
    opacity: 1
}

.navbar .search-wrapper input[type="search"]::placeholder,
.navbar .search-wrapper input[type="search"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.73)
}

.navbar .search-wrapper button {
    height: 36px;
    width: 36px;
    background: #dc4879 url("../images/zoom.png") center center no-repeat;
    text-indent: -10000px;
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    transition: opacity .4s ease;
    font-size: 16px;
    border-radius: 90%
}

.mobile-navigation {
    width: 360px;
    height: 100%;
    overflow: hidden;
    color: #FFF;
    position: fixed;
    z-index: 33;
    top: 0;
    right: 0;
    background-color: #3d0d4b;
    transform: translate(100%, 0);
    transition: all .5s ease-in-out
}

.mobile-navigation .mobile-toggler-close {
    padding: .5rem .7rem;
    font-size: 1.7rem;
    line-height: 1;
    border: 0;
    float: right;
    background-color: #fff;
    color: #3d0d4b;
    display: block;
    clear: both;
    position: absolute;
    right: 20px;
    top: 24px;
    z-index: 2;
    border-radius: 0
}

.mobile-navigation .mobile-navigation-wrapper {
    width: 100%;
    height: 100%;
    clear: both;
    padding: 77px 20px 20px 20px;
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.mobile-navigation .mobile-navigation-wrapper .dropdown-toggle::after {
    display: none;
    border: 0
}

.mobile-navigation .mobile-navigation-wrapper>ul {
    padding: 0;
    list-style: none;
    margin-bottom: 30px
}

.mobile-navigation .mobile-navigation-wrapper>ul>li {
    display: block;
    overflow: hidden;
    padding: 8px 2px;
    border-bottom: 1px solid #765373
}

.mobile-navigation .mobile-navigation-wrapper>ul>li:last-child {
    border-bottom: 0
}

.mobile-navigation .mobile-navigation-wrapper>ul>li>a {
    display: block;
    color: #fff;
    font-size: 16px;
    float: left;
    line-height: 1.2;
    margin: 0;
    padding: 4px 0
}

.mobile-navigation .mobile-navigation-wrapper>ul>li>a:hover {
    color: #765373
}

.mobile-navigation .mobile-navigation-wrapper>ul>li .nav-btn {
    display: block;
    float: right;
    padding: 0;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    background-color: transparent;
    cursor: pointer
}

.mobile-navigation .mobile-navigation-wrapper>ul>li>ul {
    overflow: hidden;
    clear: both;
    list-style: none;
    padding-left: 30px;
    display: none;
    transition: all .5s ease-in-out;
    position: relative;
    float: none;
    background-color: transparent;
    border: 0;
    border-radius: 0
}

.mobile-navigation .mobile-navigation-wrapper>ul>li.active>ul {
    display: block
}

.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li {
    display: block;
    overflow: hidden;
    padding: 6px 2px;
    border-bottom: 1px solid #765373
}

.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li.dropdown-item:focus,
.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li.dropdown-item:hover,
.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li.dropdown-item.active {
    background-color: transparent
}

.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li:last-child {
    border-bottom: 0
}

.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li>a {
    display: block;
    color: #fff;
    font-size: 15px;
    float: left;
    line-height: 1.2
}

.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li>a:hover {
    color: #765373
}

.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li>ul {
    overflow: hidden;
    clear: both;
    list-style: none;
    padding-left: 30px;
    display: none;
    transition: all .5s ease-in-out;
    position: relative;
    float: none;
    background-color: transparent;
    border: 0;
    border-radius: 0
}

.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li.active>ul {
    display: block
}

.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li>ul>li {
    display: block;
    overflow: hidden;
    padding: 4px 2px;
    border-bottom: 1px solid #765373
}

.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li>ul>li.dropdown-item:focus,
.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li>ul>li.dropdown-item:hover,
.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li>ul>li.dropdown-item.active {
    background-color: transparent
}

.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li>ul>li:last-child {
    border-bottom: 0
}

.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li>ul>li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    float: left;
    line-height: 1.2
}

.mobile-navigation .mobile-navigation-wrapper>ul>li>ul>li>ul>li>a:hover {
    color: #765373
}

.products-list .products-item {
    margin-bottom: 17px
}

.products-list .products-item .col-wrapper {
    position: relative;
    background-color: #f1f1f1;
    padding: 13px
}

.products-list .products-item .img-wrapper {
    font-family: 'Roboto', sans-serif
}

.products-list .products-item .img-wrapper img {
    width: 100%
}

.products-list .products-item .img-wrapper .over-discount {
    background-color: #ea2349;
    color: #fff;
    display: block;
    position: absolute;
    z-index: 3;
    padding: 2px 4px;
    font-size: 12px;
    top: 0;
    left: 0
}

.products-list .products-item .img-wrapper .over-new {
    background-color: #6cbf6a;
    color: #fff;
    display: block;
    position: absolute;
    z-index: 3;
    padding: 2px 4px;
    font-size: 12px;
    top: 0;
    right: 0
}

.products-list .products-item .img-wrapper .over-gift {
    background-color: #0c4da2;
    color: #fff;
    display: block;
    position: absolute;
    z-index: 3;
    padding: 2px 4px;
    font-size: 12px;
    top: 0;
    right: 0
}

.products-list .products-item .img-wrapper .over-gift-reset {
    top: 22px
}

.products-list .products-item .img-wrapper .img-links {
    display: block;
    overflow: hidden;
    vertical-align: bottom;
    text-align: center;
    margin: 0;
    padding: 0
}

.products-list .products-item .img-wrapper .img-links img {
    width: 100%
}

.products-list .products-item .img-wrapper .products-basket {
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
    opacity: 0;
    visibility: hidden;
    cursor: pointer
}

.products-list .products-item .img-wrapper .products-basket .products-basket-vertical {
    position: absolute;
    z-index: 11;
    text-align: center;
    width: 100%;
    top: 50%;
    transform: translateY(-50%)
}

.products-list .products-item .img-wrapper .products-basket .prd-favorites {
    color: #fff;
    background-color: #dc4879;
    padding: 10px 10px;
    border-radius: 4px;
    margin-right: 3px;
    display: none;
    opacity: 0;
    visibility: hidden;
    line-height: 14px;
    width: 33px
}

.products-list .products-item .img-wrapper .products-basket .prd-sales {
    color: #444;
    background-color: #fff;
    padding: 10px 10px;
    border-radius: 4px;
    margin-right: 3px;
    display: none;
    opacity: 0;
    visibility: hidden;
    line-height: 14px;
    width: 33px
}

.products-list .products-item .img-wrapper .products-basket .prd-over-links {
    color: #fff;
    background-color: #007bab;
    padding: 10px 10px;
    border-radius: 4px;
    margin-right: 3px;
    display: none;
    opacity: 0;
    visibility: hidden;
    line-height: 14px;
    width: 33px
}

.products-list .products-item .img-wrapper .products-basket .prd-favorites:hover,
.products-list .products-item .img-wrapper .products-basket .prd-sales:hover,
.products-list .products-item .img-wrapper .products-basket .prd-over-links:hover {
    background-color: #bc0948;
    color: #fff
}

.products-list .products-item .img-wrapper .products-basket .discount-required {
    color: #fff;
    background-color: red;
    padding: 4px 6px;
    border-radius: 4px;
    margin-right: 3px;
    display: none;
    opacity: 0;
    visibility: hidden;
    line-height: 14px;
    width: 22px;
    position: absolute;
    right: 10px;
    bottom: 10px
}

.products-list .products-item .details-wrapper {
    position: relative;
    padding-top: 10px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #262525;
    padding-bottom: 7px
}

.products-list .products-item .details-wrapper .prd-links {
    display: block;
    clear: both;
    color: #262525;
    overflow: hidden;
    text-overflow: ellipsis
}

.products-list .products-item .details-wrapper strong {
    display: block;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 32px;
    margin-bottom: 9px
}

.products-list .products-item .details-wrapper .prd-price {
    color: #959494;
    display: block;
    overflow: hidden;
    font-stretch: condensed;
    line-height: 18px
}

.products-list .products-item .details-wrapper .new-price {
    color: #073282;
    float: left;
    clear: left;
    font-weight: 700;
    font-size: 18px
}

.products-list .products-item .details-wrapper .old-price {
    text-decoration: line-through;
    font-size: 11px;
    float: right;
    clear: right;
    font-weight: 400
}

.products-list .products-item .details-wrapper .prd-price em {
    font-style: normal;
    font-size: .9em;
    font-weight: 500
}

.products-list .products-item .details-wrapper .prd-price i {
    margin-left: 2px;
    font-size: .9em
}

.products-list .products-item .col-wrapper:hover .details-wrapper .prd-links {
    color: #b70001
}

@media(max-width:575px) {
    .products-list .products-item .details-wrapper .new-price {
        font-size: 17px
    }
    .products-list .products-item .details-wrapper .old-price {
        font-size: 10px
    }
}

.footer {
    background: #2b4951 url("../images/footer.jpg") bottom right;
    min-height: 837px;
    color: #FFF;
    font-size: 22px;
    padding: 81px 0 0 0;
    background-size: cover;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    clear: both
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer ul li {
    display: block
}

.footer ul li a {
    display: block;
    padding: 2px 6px;
    color: #FFF
}

.footer-nav strong,
.contact strong {
    font-weight: 900
}

.footer ul li a:hover {
    color: #a8a8a8
}

.footer ul li>ul,
.footer ul li.dropdown>ul {
    display: none !important
}

.social-footer a {
    display: inline-block;
    color: #fff;
    margin: 0 7px
}

.social-footer a:hover {
    color: #000
}

@media(max-width:991px) {
    .container-footer {
        text-align: center
    }
    .footer {
        background: #2b4951 url("../images/footer.jpg") bottom right;
        min-height: 837px;
        color: #FFF;
        font-size: 22px;
        padding: 33px 0 0 0;
        background-size: cover;
        font-weight: 300;
        font-family: 'Roboto', sans-serif
    }
    .footer [class*='col-'] {
        margin-bottom: 15px
    }
    .copy-right {
        display: block;
        font-weight: 900;
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 15px;
        color: #000
    }
    .social-footer a {
        display: inline-block;
        color: #000;
        margin: 0 7px
    }
}

@media(max-width:575px) {
    .footer {
        text-align: center
    }
}

#subscribe-box .input-group {
    border-radius: 0;
    padding: 4px 6px
}

#subscribe-box .result {
    font-size: .9em;
    padding: 4px;
    color: #e6400c
}

.footer-title {
    font-weight: 900
}

#subscribe-box .form-control {
    display: block;
    width: 50%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border-radius: 0;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#subscribe-box .input-group>.form-control {
    display: block;
    flex: none
}

#subscribe-box .input-group-append {
    margin-left: 15px
}

#subscribe-box .btn {
    border-radius: 0;
    background-color: #fff;
    color: #979797;
    font-weight: 900;
    padding: 0 71px;
    font-size: 22px;
    border: 0
}

#subscribe-box .btn:hover {
    background-color: #337983;
    color: #fff
}

.copy-right {
    display: block;
    font-weight: 900;
    font-size: 14px;
    padding-top: 52px
}

@media(max-width:991px) {
    .e-bulten {
        text-align: center
    }
    #subscribe-box {
        display: inline-block
    }
    .copy-right {
        display: block;
        font-weight: 900;
        font-size: 14px;
        padding-top: 15px;
        text-align: center
    }
}

@media(max-width:575px) {
    #subscribe-box .form-control {
        display: block;
        width: 66%;
        padding: .375rem .75rem;
        font-size: 1rem;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        border-radius: 0;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
    }
    #subscribe-box .btn {
        border-radius: 0;
        background-color: #fff;
        color: #979797;
        font-weight: 900;
        padding: 0 24px;
        font-size: 15px;
        border: 0
    }
}

.top-icon {
    display: none;
    width: 66px;
    height: 48px;
    background: url("../images/scrolltop.png") no-repeat;
    position: fixed;
    bottom: 17px;
    right: 17px;
    z-index: 10000;
    opacity: .5;
    cursor: pointer
}

.top-icon:hover {
    opacity: 1
}

@media(max-width: 768px){
    .desktop-df-header {
        display: none;
    }
    .header {
        background: none !important;
        padding: 0 !important;
        top: 0 !important;
        margin-top: -37px !important;
        padding-bottom: 15px !important;
    }
    .mizzouk12 {
        position: relative !important;
        top: 0 !important;
        font-size: 15px !important;
    }
    .navbar .nav-link {
        position: relative !important;
        top: 0 !important;
        right: 0 !important;
        padding: 0;
        font-size: 15px;
    }
}

@media(min-width: 768px){
    .mobile-df-header {
        display: none;
    }
}


