@import url('https://fonts.googleapis.com/css?family=Jost:400,600,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Italiana&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');

body {
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.2px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.handwritten {
    font-family: 'Dancing Script', cursive;
    font-size: 1.6rem;
    line-height: 1;
}

.lead.handwritten {
    font-size: 2.3rem;
}

.table th {
    font-weight: 100;
    font-size: 12px;
}

.available-count:not(.many) {
    display: block;
    color: #c70000;
}
.available-count.many {
    display: none;
}

.promo-result {
    background: #dc3545;
    color: #fff;
    padding: 0.1rem 0.8rem;
    display: inline-block;
    border-radius: 0.4rem;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
}

.remove-promo.btn {
    padding: .1rem .2rem!important;
    line-height: 1;
    vertical-align: 0px;
}

.promo-result:empty {
    display: none;
}

.ttl_old {
    font-size: 1rem;
    display: inline-block;
    color: #aaa;
    vertical-align: middle;
}

.owl-slider {
    max-height: 100vh;
    overflow: hidden;
}

h1, h2, h3, h4  {
    font-weight: 100;
    text-transform: uppercase;
}

.alt-font  {
    font-family: 'Italiana', serif;

}
.lead {
    font-size: 1.5rem;
}
.rm[aria-expanded="false"] .less {
    display: none
}
.rm[aria-expanded="true"] .more {
    display: none
}

a {
    color:#b98519;
}

a:hover {
    color:#b98519;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #edcf6a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(231 198 96 / 17%);
}

nav .item .form-control{
    border: 0;
    background: transparent;
    padding: 0 1rem 0 0.5rem;
    height: 2rem;
    margin-top: 0.3rem;
}

.hero .caption {
    padding:0 5%;
    max-width: 1200px;
    left:50%;
    transform: translate(-50%, -50%);
}
.navbar{
    font-family: 'Jost', serif;
    font-size: 1.2rem;

}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0;
}

.badge-dark {
    color: #fff;
    background-color: #b68014;
}


.store_categories {}
.store_categories img { max-width: 40px;}
.store_categories a {
    display: block;
}

.bg-light-bedge {
    background: #fff9ee;
}
section.random_articles .card .card-text {
    height: 230px;
    overflow: hidden;
    position: relative;
}


.btn {
    font-family: 'Jost', serif;
    font-size: 1.2rem;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .9rem!important;
    font-size: 0.9rem;
    line-height: 1.5;
    border-radius: 1rem!important;
}

.btn-outline-light {
    color: #e0e1e2;
    background-color: transparent;
    background-image: none;
    border-color: #e0e1e2;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #e0e1e2;
    border-color: #e0e1e2;
}

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #e0e1e2;
    border-color: #e0e1e2;
}
.payment-content .btn {
    width: 31%;
    margin: 6px 0.4%;
}
.payment-content .btn img  {
    max-width: 120px;
    width: 100%;
}


.btn.btn-brand {
    border: 2px solid #b98519;
    color: #ffffff;
    border-radius: 1.8rem;
    background: rgb(253,235,149);
    background: linear-gradient(45deg, rgba(253,235,149,1) 0%, rgba(181,127,18,1) 50%, rgba(248,223,123,1) 95%, rgba(211,170,64,1) 100%);
}

.additional input+span {}
.additional input:checked+span {font-weight: 600;}


.ototal {

}

.bootstrap-select .btn {
    border: 0;
    background: transparent;
    border-bottom: 1px solid;
    border-radius: 0;
    padding: .375rem .75rem;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.nav-link .badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 55%;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 22px;
    position: absolute;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(255, 255, 255);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255, 255, 255);
}

.h4, h4 {
    font-size: 2rem;
}

.dropdown-menu {
    border-radius: 1rem;
    overflow: hidden;
    margin: 0;
}
.hero {
    height: 80vh;
    position: relative;
}

.hero:after {
    content: '';
    position: absolute;
    top:0;
    right: 0;
    left:0;
    bottom: 0;
    background: #00000044
}

.navbar-brand  {

}
.navbar-brand img {
    height: 45px;
}

.top {
    position: absolute;
    width: 100%;
    z-index: 5;
}

.top.inner  {
    background: #484848;
    box-shadow: 0 0 10px #cccccc8a;

}

.alert-dismissible {
    position: fixed;
    bottom: 0;
    z-index: 20;
    width: 100%;
    margin: 0;
}


.btn-outline  {
    border-color: #e8c962!important;
    color: #212529;
}
.btn-outline:hover, .btn-outline.active  {
    border-color: #e8c962!important;
    color: #b98519;
    background: #f8f9fa;
}

.btn-outline-brand {
    color: #b98519;
    border-color: #b98519;
    background: transparent;
}

.btn-outline-brand:hover {
    color: #ffffff;
    background: rgb(253,235,149);
    background: linear-gradient(45deg, rgba(253,235,149,1) 0%, rgba(181,127,18,1) 50%, rgba(248,223,123,1) 95%, rgba(211,170,64,1) 100%);
    border-color: #b98519;
}

.btn-outline-brand:not(:disabled):not(.disabled).active, .btn-outline-brand:not(:disabled):not(.disabled):active, .show>.btn-outline-brand.dropdown-toggle {
    color: #ffffff;
    background: rgb(253,235,149);
    background: linear-gradient(45deg, rgba(253,235,149,1) 0%, rgba(181,127,18,1) 50%, rgba(248,223,123,1) 95%, rgba(211,170,64,1) 100%);
    border-color: #b98519;
}

.btn-outline-brand.focus, .btn-outline-brand:focus {
    box-shadow: 0 0 0 0.2rem rgba(195, 162, 119, 0.48);
}

.text-brand {
    color: #b98519;
}
.bg-brand {
    background: rgb(253,235,149);
    background: linear-gradient(45deg, rgba(253,235,149,1) 0%, rgba(181,127,18,1) 50%, rgba(248,223,123,1) 95%, rgba(211,170,64,1) 100%);
}

.valign {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    color: #ffffff;
    transform: translate(0px, -50%);
    z-index: 2;
}


.navbar-nav .nav-item > a:not(.btn) {
    border: 2px solid transparent;
    padding: .375rem 1rem!important;
    border-radius: 1.8rem;
    transition: 0.3s;
}



.navbar-nav .nav-item.active > a,
.navbar-nav .nav-item:hover > a {
    border: 2px solid #b98519;
    color:#ffffff;
    border-radius: 1.8rem;
    background: rgb(253,235,149);
    background: linear-gradient(45deg, rgba(253,235,149,1) 0%, rgba(181,127,18,1) 50%, rgba(248,223,123,1) 95%, rgba(211,170,64,1) 100%);
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item.active, .dropdown-item:active,  .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background: rgb(253,235,149);
    background: linear-gradient(45deg, rgba(253,235,149,1) 0%, rgba(181,127,18,1) 50%, rgba(248,223,123,1) 95%, rgba(211,170,64,1) 100%);
}

.btn {
    border: 1px solid;
    padding: .375rem 1.75rem;

    border-radius: 1.8rem;
}

.form-control {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid;
    border-radius: 0;
    font-family: 'Jost', serif;
    font-size: 1.2rem;
}

.form-control-light {
    border-color:#ffffff;
    color:#ffffff;
}
.form-control-light::placeholder {
    color:#ffffff;
    opacity: 1;
}

.form-control-light:focus {
    color: #ffffff;
    background-color: #ffffff2b;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(171, 140, 100, 0.55);
}
.form-control-dark {
    border-color:#666666;
    color:#666666;
}
.form-control-dark::placeholder {
    color:#666666;
    opacity: 1;
}

.form-control-dark:focus {
    color: #666666;
    background-color: #fdfdfd;
    border-color: #b98519;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(171, 140, 100, 0.55);
}

.mb--3 {
    margin-bottom: -6rem;
}
.mt--3 {
    margin-top: -5rem;
}
section.prodict_item {}

section.prodict_item .price {
    font-size: 20px;
    color: #b98519;
}

#sound {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    cursor: pointer;
}

* {
    outline: none;
}

.caption  h1 {
    font-size: 5rem;
}

.inner.caption  h1 {
    font-size: 4rem;
}

.inner.caption:after {
    content: '';
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000066;
}

section.about_us {}

section.about_us h2 {
    font-size: 2.2rem;
}

section.random_articles {}
section.random_articles .card {border: none; transition: 0.3s}
section.random_articles .card a {text-decoration: none;}
section.random_articles .card:hover {border: none;    box-shadow: 0 0 40px #343a402b;}
section.random_articles .card h3  {
    font-size: 1.2rem;
    line-height: 1;
    margin: 15px 20px;
    letter-spacing: 2px;
}
section.random_articles .card .card-text {
    font-size: 0.9rem;
    line-height: 1.6;
    color:#666666;

}

section.random_articles .card .card-body{
    border-bottom: solid 1px #b98519;
    height: 315px;
    overflow: hidden;
    position: relative;
}

section.random_articles .card .card-body:after {
    content: '';
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    z-index: 2;
    opacity: 1;
    background-image: linear-gradient(0deg,#fff,transparent 85%);
    bottom: 0;
}

section.latest_video {background-image: url(../img/video_bg.jpg);     color: #ffffff; background-position: center bottom; background-size: cover;}
section.latest_video h2 {
    font-size: 2rem;
}
section.latest_video h3 {
    font-size: 1.2rem;
}

section.latest_video .small {
    color:#b98519;
}


section.random_products  {}
section.random_products h2{
    font-size: 1.3rem;
    letter-spacing: 3px;
    color:#666666;
}

.store_collection .card-title{
    font-size: 1.3rem;
    letter-spacing: 2px;
    margin-top: 30px;
}

.media img {
    width: 60px;
}

h3.title {
    font-size: 0.8rem;
}
.owl-nav {
    font-size: 25px;
    color: #b98519;
}
.owl-nav .owl-prev {
    position: absolute;
    left:0;
    top:5em;
}
.owl-nav .owl-next {
    position: absolute;
    right:0;
    top:5em;
}

section.random_products .item {
    text-align: center;
    background: #ffffff;
    border-radius: 1rem;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
}
section.random_products .item .price {
    font-weight: 600;
    color:#b98519;
    margin-bottom: 15px;
}
section.random_products .item .old.price  {
    font-weight: 200;
    color: #b5b5b5;
    margin-bottom: 0px;
    text-decoration: line-through;
}

section.random_products .item .old.price+.price {
    font-weight: 600;
    color: #e22323;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 1;
}

section.random_products .item .desc {
    font-size: 0.8rem;
    line-height: 1.6;
    color:#666666;
}
section.category_lead  {

}
section.category_lead .card {
    border: 0;
    border-radius:1rem;
    box-shadow: 0 0 40px #cccccc54;
}
section.category_lead  img {
    margin: 0 auto 1rem auto;
    max-width: 100%!important;
    height: auto!important;
    display: block;
}

blockquote p {
    font-family: 'Italiana', serif;
    font-size: 1.1rem;
    letter-spacing: 2px;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.breadcrumps h1  {
    font-size: 2.1rem;
    letter-spacing: 6px;
}
.breadcrumb {
    display: none;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
}

.footer-menu{
    margin:  0;
    padding: 0;
    list-style-type: none;
    font-size: 0.8em;
    text-align: center;
    text-transform: uppercase;
}

.footer-menu  li {
    display: inline-block;
    margin: 0 15px;
}

footer a {
    color: #ffffff;
}
footer a:hover {
    color: #666666;
}
footer .soc {
    font-size: 1.2rem
}
footer .soc a {
    margin: 0 10px;
}

footer h4 {
    font-size: 1.2rem;
}

table {
    width: 100%!important;
}

.navbar-toggler {
    border: 0;
    outline: 0!important;
}

.navbar-toggler {
    border: 0;
    outline: 0;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 0;
    margin-bottom: 4px;
    background: #000;
    transition: 0.3s;
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(1) {
    -webkit-transform-origin: 70% 0;
    -moz-transform-origin: 70% 0;
    -o-transform-origin: 70% 0;
    -ms-transform-origin: 70% 0;
    transform-origin: 70% 0;
    -webkit-transform: rotate(45deg) translate(5px,8px);
    -moz-transform: rotate(45deg) translate(5px,8px);
    -o-transform: rotate(45deg) translate(5px,8px);
    -ms-transform: rotate(45deg) translate(5px,8px);
    transform:rotate(45deg) translate(5px,8px);
}
.navbar-toggler[aria-expanded="true"] .icon-bar:nth-child(2) {
    width: 0;
}
.navbar-toggler[aria-expanded="true"] :nth-child(3) {
    -webkit-transform-origin: 80% 0;
    -moz-transform-origin: 80% 0;
    -o-transform-origin: 80% 0;
    -ms-transform-origin: 80% 0;
    transform-origin: 80% 0;
    -webkit-transform: rotate(-45deg) translate(5px,-10px);
    -moz-transform: rotate(-45deg) translate(5px,-10px);
    -o-transform: rotate(-45deg) translate(5px,-10px);
    -ms-transform: rotate(-45deg) translate(5px,-10px);
    transform: rotate(-45deg) translate(5px,-10px);
}

footer {
    padding: 2rem 0;
}

@media (max-width: 767px) {
    .navbar-collapse {
        position: absolute;
        top:70px;
        left: 15px;
        right: 15px;
        z-index: 2;
    }
    .bynowblock {
        text-align: center;
    }
    .lead {
        font-size: 1.2rem;
    }
    .about_us .valign {
        position: static;
        transform: translate(0,0);
    }
    .caption h1 {
        font-size: 50px;
    }
    .navbar-brand img {
        height: 40px;
    }
    .pt-xs-6 {
        padding-top: 6rem!important;
    }

    .hero {
        max-height: 500px;
    }
    section.random_products .item .desc {
        display: none;
    }

    .navbar-nav  {
        background: #ffffff;
        text-align: center;
        /* border-radius: 10px; */
        border-radius: 1.8rem;
        padding: 2rem;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #1b1b1b!important;
    }

    .navbar-nav .nav-item:before {
        display: none;
    }
    .nav .dropdown-menu {
        text-align: center;
    }
    .breadcrumps h1  {
        font-size: 1.5rem;
        letter-spacing: 3px;
    }
    .inner.caption  h1 {
        font-size: 2rem;
    }
    .mt--3 {
        margin-top: -3rem;
    }

    .store_categories img {
        max-width: 25px;
        display: block;
        margin: 0 auto;
    }

    .store_categories a{
        padding: .375rem .75rem;
        font-size: 15px;
        width: 100%;
        display: block;
    }
    section.random_products h2 {
        font-size: 1.2rem;
    }

    .w-xs-100 {
        width: 100%;
    }

    .d-xs-none {
        display: none;
    }
    .table td .btn-sm {
        padding: .25rem .4rem!important;
        font-size: 0.6rem;
        line-height: 1;
        border-radius: 1rem!important;
    }
    .table td  {
        font-size: 0.8rem;
    }
    .table td .form-control {
        font-size: 0.8rem;
    }
    
    .payment-content .btn {
    width: 48.7%;
    margin: 6px 0.1%;
}
}