
/*

#272729
rgb(39,39,41)

#f53817
rgb(245,56,23)

#684a48
rgb(104,74,72)

#f7f7f7
rgb(247,247,247)

#f6a0a5
rgb(246,160,165)

Viber #6f3faa
Telegram #0088cc
Facebook #1877f2
Instagram #c32aa3
Tiktok #000
YouTube #FF0000

*/


* {
    outline: none !important;
}

body {
    font-style: italic;
    max-width: 1920px;
    line-height: normal;
    margin: 0 auto;
    color: #272729;
    /*background-color: #f7f7f7;*/
    background-color: #272729;
    padding-top: 56px;
}

textarea {
    resize: vertical !important;
}

.text-red {
    color: #f53817;
}
.btn-red,
.btn-red:hover,
.btn-red:active {
    color: #f7f7f7;
    background-color: #f53817;
    border-color: #f53817;
}
.btn-red:hover {
    box-shadow: 0 0 7px rgba(39,39,41,0.5);
}
.bg-red {
    color: #f7f7f7;
    background-color: #f53817;
}
.bg-choco {
    color: #f7f7f7;
    background-color: #272729;
}
.btn-outline-red {
    color: #f53817;
    border-color: #f53817;
    background-color: #f7f7f7;
}
.btn-outline-red:hover,
.btn-outline-red:active {
    color: #f7f7f7 !important;
    border-color: #f53817 !important;
    background-color: #f53817 !important;
}

.form-check-input {
    border-color: rgba(39,39,41,0.3);
}
.form-check-input:checked {
    background-color: #f53817;
    border-color: #f53817;
}
.form-control:focus,
.form-select:focus {
    color: #f53817;
    border-color: #f53817;
    box-shadow: none !important;
}
.form-check-input:focus {
    box-shadow: none !important;
}

.modal-content {
    background-color: #f7f7f7;
}

.navbar {
    background-color: #f7f7f7;
    box-shadow: 0 5px 5px rgba(0,0,0,0.1);
}
.navbar-brand > img {
    /*width: 300px;*/
}
@media (max-width: 576px) {
    .navbar-brand > img {
        /*width: 200px;*/
    }
}
.nav-link {
    color: #272729;
    font-weight: 500;
}

#navbar-offcanvas {
    background-color: #f7f7f7;
}
#navbar-offcanvas .dropdown-menu {
    /*width: auto;*/
    /*max-width: 100%;*/
    min-width: 200px;
    background-color: #f7f7f7;
}
#navbar-offcanvas .dropdown .dropdown-toggle.no-caret:after {
    display: none !important;
}
#navbar-offcanvas .dropdown-menu .dropdown-item {
    color: #272729;
    font-weight: 500;
}
#navbar-offcanvas .dropdown-menu .dropdown-item:active {
    color: #f7f7f7;
    background-color: #f53817;
}

#navbar-offcanvas + .offcanvas-backdrop {
    background-color: #272729;
}
#navbar-offcanvas + .offcanvas-backdrop.show {
    opacity: 1;
}

a[data-cart] > img {
    transition: all 0.2s linear;
}
a[data-cart]:hover > img {
    transform: scale(1.1);
}

.page-header {
    background-color: #f53817;
}
.page-header h1 {
    color: #f7f7f7;
    font-weight: 500;
}

.block-header {
    height: calc(100vh - 56px);
    background: transparent url(../images/bg/header.png) no-repeat center;
    background-size: contain;
}

.block-slider {
    /*background-color: rgba(246,160,165,0.1);*/
}

.block-candybar {
    background: transparent url(../images/bg/candybar.jpg) no-repeat center;
    background-size: cover;
    min-height: calc(100vh - 56px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.block-candybar .text-pill {
    display: inline-block;
    position: relative;
    background-color: rgba(247,247,247,0.7);
    border-color: #272729 !important;
}
.block-candybar a {
    /*opacity: 0.9;*/
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s linear;
}
.block-candybar a:hover {
    transform: scale(1.1);
    /*opacity: 1;*/
}

.block-categories {
    /*background-color: rgba(246,160,165,0.3);*/
    /*background-color: #684a48;*/
    background-color: #f7f7f7;
}
.block-categories h1 {
    /*color: #f7f7f7;*/
}
.block-categories a {
    /*color: #f7f7f7;*/
    color: #272729;
    font-weight: 600;
    text-decoration: none;
}
.section-cake a,
.section-products a {
    color: #f7f7f7;
    font-weight: 600;
    text-decoration: none;
}

.section-cake a > img,
.section-products a > img,
.block-categories a > img {
    transition: all 0.2s linear;
}
.section-category a {
    transition: all 0.2s linear;
}
/*.section-category a:hover {
    border-color: #f53817;
}*/
/*.section-cake a:hover,
.section-products a:hover {
    border-color: #f53817;
}*/
.section-cake a:hover > img,
.section-products a:hover > img,
.block-categories a:hover > img {
    border-color: #f53817;
    transform: scale(1.05);
}
/*.block-categories a:hover > img {
    border-color: #f53817;
}*/
.section-category a:hover {
    border-color: #f53817;
    transform: scale(1.05);
}

a[data-fancybox] {
    cursor: zoom-in;
}
.section-product a[data-fancybox] > img {
    border-color: #272729 !important;
}
.section-product a[data-fancybox]:hover {
    box-shadow: 0 0 15px rgba(39,39,41,0.5);
}



.block-holidays {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*min-height: calc(100vh - 56px);*/
    /*background-color: #f7f7f7;*/
    background-repeat: repeat-x;
    overflow: hidden;
}
.block-holidays h2 {
    display: block;
    width: 300px;
    height: 300px;
    margin: 0 auto 30px;
    color: #f7f7f7;
    border-radius: 50%;
    background-color: #272729;
    /*text-shadow: 0 0 3px #f7f7f7, 0 0 10px rgba(255,193,7,0.5);*/
}
.block-holidays a {
    /*opacity: 0.9;*/
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s linear;
}
.block-holidays a:hover {
    transform: scale(1.1);
    /*opacity: 1;*/
}

a.card {
    text-decoration: none;
}



footer {
    padding: 30px 0;
    color: #f7f7f7;
    background-color: #272729;
    /*border-top: 1px solid #f53817;*/
    box-shadow: 0 -15px 15px rgba(0,0,0,0.1);
}
footer a {
    color: #f7f7f7;
    text-decoration: none;
}
footer a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}


.swal2-icon-content {
    font-style: normal !important;
    font-weight: 500;
}


#scrollUp {
    right: 15px;
    bottom: 15px;
    width: 35px;
    height: 35px;
    padding: 6px 0;
    color: #f7f7f7;
    font-family: "FontAwesome";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*border: 1px solid #f7f7f7;*/
    border-radius: 50%;
    background-color: #f53817;
    text-align: center;
    text-decoration: none !important;
    box-shadow: 0 0 5px rgba(0,0,3,0.3);
    opacity: 0.7;
}
#scrollUp:before {
    /*content: "\f077";*/
    content: "\f062";
}
#scrollUp:hover {
    opacity: 1;
}
