@font-face {
    font-family: CoreSansN;
    src: url(../fonts/CoreSansN/CoreSansN-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: CoreSansN;
    src: url(../fonts/CoreSansN/CoreSansN-RegularItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face
    font-family: CoreSansN;
    src: url(../fonts/CoreSansN/CoreSansN-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: CoreSansN;
    src: url(../fonts/CoreSansN/CoreSansN-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: CoreSansN;
    src: url(../fonts/CoreSansN/CoreSansN-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

.standard-slider-container {
    position: relative
}

.standard-slider-container .slick-dots {
    padding: 15px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.standard-slider-container .slick-dots li {
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 0 2px;
    transition: all .3s;
    cursor: pointer
}

.standard-slider-container .slick-dots li button {
    display: none
}

.standard-slider-container .slick-dots li:hover {
    background-color: #eee
}

.standard-slider-container .slick-dots li.slick-active {
    background-color: #ae9577
}

.standard-slider {
    display: none
}

.standard-slider.slick-initialized {
    display: block
}

.standard-slider-arrow {
    position: absolute;
    top: 50%;
    font-size: 2rem;
    width: 3rem;
    height: 3rem;
    color: #666;
    background-color: #fff;
    line-height: 1;
    margin-top: -1rem;
    cursor: pointer;
    text-align: center;
    border-radius: 50%;
    padding: .5rem 0;
    opacity: .8;
    box-shadow: 0 0 7px rgba(0,0,0,.15)
}

.standard-slider-arrow:hover {
    opacity: 1
}

.standard-slider-arrow.slick-arrow {
    display: inline-block
}

.standard-slider-arrow-left,.standard-slider-arrow-prev {
    left: -1rem;
    padding-right: .125rem
}

.standard-slider-arrow-next,.standard-slider-arrow-right {
    right: -1rem;
    padding-left: .1875rem
}

#header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: background-color .2s
}

#header .navbar-brand img {
    transition: all .2s;
    max-width: 120px;
    max-height: 66px
}

#header.fixed {
    background-color: rgba(0,0,0,.9);
    box-shadow: 0 5px 10px rgba(0,0,0,.15)
}

#header.fixed .navbar-brand img {
    max-width: 80px;
    max-height: 66px;
    width: auto;
    height: auto
}

@media (min-width: 720px) {
    #header .navbar-brand img {
        max-width:232px;
        max-height: 120px
    }
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff
}

.navbar-dark .navbar-nav .nav-link.icon-nav-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
    line-height: 40px
}

.navbar-dark .navbar-nav .nav-link.icon-nav-link:hover {
    background-color: hsla(0,0%,100%,.2)
}

@media (min-width: 1080px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size:22px;
        font-weight: 700;
        padding-left: 2rem;
        padding-right: 2rem
    }
}

@media (max-width: 719.98px) {
    #header-middle-navbar .navbar-nav {
        max-width:240px;
        padding: 1rem;
        background-color: #000;
        margin-left: auto
    }
}

.search-container {
    position: fixed!important;
    width: 100%;
    left: 0!important;
    top: 0;
    margin: 0;
    border: none;
    background-color: hsla(0,0%,100%,.9);
    z-index: 1000;
    border-radius: 0
}

.search-container .form-control {
    height: 88px;
    border-radius: 0;
    background-color: transparent;
    border: none
}

.search-container .btn.btn-round {
    height: 88px;
    width: 88px;
    line-height: 88px;
    border-radius: 0
}

.search-container .btn.btn-round .fa {
    font-size: 20px
}

#footer {
    position: relative;
    background: #000 url(https://welcome.breadly.uz/images/bg-footer.jpg) no-repeat 0;
    background-size: cover
}

#footer:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.85)
}

.footer-top {
    padding: 57px 0 89px;
    position: relative
}

.footer-middle {
    position: relative;
    color: #fff;
    padding: 58px 0 32px
}

.footer-bottom {
    position: relative;
    border-top: 1px solid hsla(0,0%,100%,.45);
    padding: 21px 0 24px
}

.footer-description {
    color: hsla(0,0%,100%,.4)
}

.footer-phone {
    font-size: 1.625rem;
    font-weight: 700
}

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

.footer-social ul li {
    display: inline-block
}

.footer-social ul li a {
    width: 40px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    font-size: 1.125rem;
    color: #c9cbce;
    border-radius: 50%;
    text-align: center
}

.footer-social ul li a:hover {
    background-color: hsla(0,0%,100%,.2)
}

.footer-contact-form .form-group {
    margin-bottom: 10px
}

.footer-contact-form .form-control {
    background-color: hsla(0,0%,100%,.11);
    border-color: hsla(0,0%,100%,.28);
    color: #fff
}

.product-one {
    text-align: center;
    margin-bottom: 5rem
}

.product-one-img {
    margin-bottom: 1rem
}

@media (min-width: 720px) {
    .product-one-img {
        margin-bottom:1.5rem
    }
}

.product-one-name {
    font-size: 1.25rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.product-one-name a {
    color: #fff
}

.product-one-name a:hover {
    color: #ae9577
}

.product-one-description {
    font-size: 1.125rem;
    color: #ccc;
    margin-bottom: .25rem
}

.product-one-price {
    font-size: 1.375rem;
    margin-bottom: .625rem;
    color: #ae9577
}

@media (min-width: 720px) {
    .product-one-name {
        font-size:1.5rem
    }

    .product-one-description {
        font-size: 1.25rem;
        margin-bottom: .375rem
    }

    .product-one-price {
        font-size: 1.5rem;
        margin-bottom: .75rem
    }
}

@media (min-width: 1404px) {
    .product-one-name {
        font-size:1.75rem
    }

    .product-one-description {
        font-size: 1.375rem;
        margin-bottom: .5rem
    }

    .product-one-price {
        font-size: 1.875rem;
        margin-bottom: 1rem
    }
}

.paraxify {
    background-attachment: fixed;
    background-position: 50%;
    background-size: cover
}

.btn,a,button {
    transition: all .3s
}

b,strong {
    font-weight: 600
}

.btn.btn-rounded {
    border-radius: 2rem
}

.btn.btn-round {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    padding: 0;
    border-radius: 50%!important
}

.btn.btn-round .fa {
    font-size: 16px;
    vertical-align: 2px
}

.btn.standard-icon-btn:hover {
    background-color: #efefef
}

.btn-outline-primary:not(:disabled):hover,.btn-primary {
    color: #fff
}

.btn-light:hover {
    background-color: #ae9577;
    border-color: #ae9577;
    color: #fff
}

.form-control.form-control-rounded {
    border-radius: 2rem
}

.bg-light-gray {
    background-color: #fafafa
}

.bg-black {
    background-color: #000
}

.text-black {
    color: #000!important
}

.text-gray {
    color: #666!important
}

.text-gray-medium {
    color: #999!important
}

.text-gray-light {
    color: #ccc!important
}

.loading {
    min-height: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    line-height: 1;
    color: #fff
}

.main-header {
    font-size: 1.875rem;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 400
}

@media (min-width: 540px) {
    .main-header {
        font-size:2.1875rem
    }
}

@media (min-width: 720px) {
    .main-header {
        font-size:2.5rem;
        margin-bottom: 2.5rem
    }
}

@media (min-width: 1080px) {
    .main-header {
        font-size:2.8125rem
    }
}

@media (min-width: 1404px) {
    .main-header {
        font-size:3.75rem;
        margin-bottom: 3rem
    }
}

.box-header {
    font-size: 1.5rem;
    font-weight: 700
}

.text-block {
    color: #666;
    font-size: 1.125rem;
    font-weight: 300
}

.text-block b,.text-block strong {
    font-weight: 600;
    color: #333
}

.text-block blockquote {
    display: block;
    background-color: #efefef;
    border-left: 4px solid #ae9577;
    margin-bottom: 10px;
    padding: 1rem 1.25rem;
    font-style: italic;
    color: #333
}

.text-block img {
    max-width: 100%;
    height: auto
}

.gutters-5 {
    margin-left: -5px;
    margin-right: -5px
}

.gutters-5>div {
    padding-left: 5px;
    padding-right: 5px
}

a.white-link {
    color: #fff
}

a.white-link:hover {
    color: #ae9577
}

a.black-link {
    color: #000
}

a.black-link:hover {
    color: #ae9577
}

.developer img {
    max-width: 16px;
    vertical-align: -3px
}

.w-date-input {
    width: 140px
}

.cursor-default {
    cursor: default!important
}

.cursor-pointer {
    cursor: pointer!important
}

.text-with-icon-right {
    position: relative;
    padding-right: 40px
}

.text-with-icon-right .fa {
    position: absolute;
    right: 1rem;
    top: 0;
    transition: transform .3s
}

.text-with-icon-right.collapsed .fa-angle-down {
    transform: rotate(-90deg)
}

.home-slider-container {
    line-height: 1;
    max-height: 100%;
    overflow: hidden;
margin-bottom: 50px;}

.home-slider {
    overflow: hidden;
    position: relative;
    line-height: 0
}

.home-slider.slick-initialized {
    overflow: visible
}

.home-slider .slick-dots {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 1rem 0
}

.home-slider .slick-dots li {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 1;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s
}

.home-slider .slick-dots li button {
    display: none
}

.home-slider .slick-dots li:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
    transition: all .2s
}

.home-slider .slick-dots li.slick-active {
    background-color: hsla(0,0%,100%,.2)
}

.home-slider .slick-dots li.slick-active:after {
    width: 12px;
    height: 12px
}

.home-slide {
    height: 100% !important;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.home-slide img.parallax {
    width: 100%;
    height: auto
}

.home-slide .home-slide-content-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1.5;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.home-slide .home-slide-content .home-slide-content-logo {
    margin-left: 7px;
}

.home-slide .home-slide-content {
    padding: 1.5rem 2rem 2.5rem;
    width: 100%;
    margin: 120px auto 20px;
    padding-top: 33px;
    border-radius: 37px;
    text-align: center;
    backdrop-filter: blur(30px);
    background-color: rgba(0,0,0,.60)
}

@media (min-width: 720px) {
    .home-slide .home-slide-content {
        padding: 2.5rem 3rem 4rem;
        max-width: 500px;
        padding-top: 49px;
        margin-top: 200px
    }
}

@media (min-width: 1080px) {
    .home-slide .home-slide-content {
        max-width:600px;
        margin-top: 250px
    }
}

@media (min-width: 1404px) {
    .home-slide .home-slide-content {
        max-width:700px;
        margin-top: 200px;
        padding-top: 54px;
    }
}

.home-slide .home-slide-content-text {
    color: #ae9577;
    text-transform: uppercase;
    margin-top: .875rem
}

@media (min-width: 1080px) {
    .home-slide .home-slide-content-text {
        font-size:22px
    }
}

@media (min-width: 540px) {
    .home-slide {
        height:490px
    }

    .home-slide>.container {
        padding: 170px 0 140px
    }
}

@media (min-width: 720px) {
    .home-slide {
        height:620px
    }

    .home-slide>.container {
        padding: 220px 0 180px
    }
}

@media (min-width: 1080px) {
    .home-slide {
        height: 100%;}

    .home-slide>.container {
        padding: 280px 0 220px
    }
}

@media (min-width: 1404px) {
    .home-slide {
        height:860px
    }

    .home-slide>.container {
        padding: 310px 0 250px
    }
}

.home-categories {
    background-color: #000;
    color: #fff;
    padding: 1rem 0
}

@media (min-width: 1080px) {
    .home-categories {
        padding-top:2.5rem
    }
}

.home-categories .nav-pills {
    white-space: nowrap;
    justify-content: center
}

@media (min-width: 720px) {
    .home-categories .nav-pills {
        justify-content:center
    }
}

.home-categories .nav-pills .nav-link {
    color: #fff
}

.home-categories .nav-pills .nav-link.active {
    color: #ae9577;
    text-decoration: underline;
    background-color: transparent
}

@media (min-width: 1080px) {
    .home-categories .nav-pills .nav-link {
        font-size:1.625rem;
        font-weight: 700;
        padding-left: 1.375rem;
        padding-right: 1.375rem
    }
}

#home-pills-tab {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 1rem 0;
    background-color: #000;
    z-index: 1000;
    overflow-x: auto;
    width: 100%
}

#home-pills-tab .simplebar-scrollbar:before {
    background-color: #fff
}

.home-info-pages {
    padding-top: 4.25rem
}

.home-info-one {
    position: relative;
    overflow: hidden
}

.home-info-one>a {
    display: block
}

.home-info-one:hover .home-info-one-img,.home-info-one>a {
    position: relative
}

.home-info-one:hover .home-info-one-img:before {
    background-color: rgba(0,0,0,.6)
}

.home-info-one:hover .home-info-one-actions,.home-info-one:hover .home-info-one-content {
    transform: translateY(0)
}

.home-info-one-img {
    position: relative
}

.home-info-one-img img {
    width: 100%
}

.home-info-one-img:before {
    transition: all .3s
}

.home-info-one-img:after,.home-info-one-img:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.home-info-one-img:after {
    background-image: linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.1))
}

.home-info-one-content {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem 1rem 38px;
    transform: translateY(90px);
    transition: all .3s
}

.home-info-one-name {
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 33px;
    font-weight: 400
}

@media (min-width: 1080px) {
    .home-info-one-name {
        font-size:2.125rem
    }
}

.home-info-one-actions {
    transform: translateY(30px);
    transition: all .3s
}

.contact-info {
    font-size: 1.125rem
}

.contact-info .fa {
    font-size: 1.5em;
    line-height: 1.125em
}

.home-instagram {
    padding-top: 4.25rem
}

.home-instagram-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 13.5rem 1rem;
    position: relative
}

.home-instagram-content {
    background-color: rgba(30,30,30,.8);
    padding: 3rem;
    border-radius: 37px;
    text-align: center;
    color: #fff
}

@media (min-width: 1080px) {
    .home-instagram-content {
        width:702px
    }
}

.home-instagram-logo {
    max-width: 240px;
    margin: 0 auto 1rem
}

@media (min-width: 1080px) {
    .home-instagram-logo {
        width:365px
    }
}

.home-instagram-text {
    font-size: 1.5rem
}

.home-instagram-text .fa {
    vertical-align: -1px;
    margin-right: 5px
}

@media (min-width: 1080px) {
    .home-instagram-text {
        font-size:1.875rem
    }

    .home-instagram-text .fa {
        vertical-align: -2px;
        margin-right: 7px
    }
}

.home-branches {
    padding-top: 4.25rem;
    padding-bottom: 1rem
}

.branch-one {
    max-width: 450px;
    margin: 0 auto 2rem
}

.branch-one-img {
    margin-bottom: 1rem;
    position: relative
}

.branch-one-img .branch-one-img-content {
    width: 0;
    height: 0;
    overflow: hidden;
    background-color: rgba(0,0,0,.6);
    opacity: 0;
    transition: opacity .3s;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    padding: 1rem;
    justify-content: center;
    align-items: center
}

.branch-one-img:hover .branch-one-img-content {
    width: 100%;
    height: 100%;
    opacity: 1
}

.branch-one-content {
    font-size: 1.1875rem
}

.branch-one-map-link {
    margin-top: 5px
}

.cart-container {
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    text-align: center;
    transition: opacity .3s,background-color .3s,transform .3s;
    font-size: 16px;
    line-height: 1;
    background-color: hsla(0,0%,100%,.8);
    color: #000;
    position: fixed;
    z-index: 1000;
    right: 30px;
    bottom: 30px
}

.cart-container>a {
    display: block;
    line-height: 40px;
    padding: 17px 20px 23px;
    color: #fff
}

.cart-container svg {
    stroke: #000
}

.cart-container .cart_count {
    background-color: #ff372e;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -3px;
    bottom: -3px;
    line-height: 30px
}

.cart-container.active {
    opacity: 1;
    width: 80px;
    height: 80px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2)
}

.cart-container.active:hover {
    background-color: #fff;
    transform: scale(1.05)
}

.product_count {
    display: inline-block;
    position: relative;
    overflow: hidden
}

.product_count .input-number {
    width: 100px;
    padding: 15px 45px 15px 15px;
    height: 50px;
    outline: none;
    box-shadow: none
}

@media (max-width: 719.98px) {
    .product_count .input-number {
        width:80px;
        padding: 10px 45px 10px 15px;
        height: 40px
    }
}

.product_count .input-number-decrement,.product_count .input-number-increment {
    position: absolute;
    right: 1px;
    padding: 0 10px;
    border-left: 1px solid #ddd;
    display: inline-block;
    color: #666;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    transition: all .3s;
    width: 32px;
    font-size: 18px
}

.product_count .input-number-decrement:hover,.product_count .input-number-increment:hover {
    background-color: #eee
}

.product_count .input-number-decrement {
    bottom: 1px
}

.product_count .input-number-increment {
    top: 1px
}

.cart-table thead th {
    border-bottom-width: 1px
}

.cart-table tbody td {
    min-height: 100px;
    vertical-align: middle
}

@media (max-width: 719.98px) {
    .cart-table h5 {
        font-size:1rem
    }

    .cart-table .media-body {
        font-size: 12px
    }
}

.page-top {
    min-height: 400px;
    padding: 200px 0 100px;
    position: relative;
    background: url(../images/bg-top.jpg) no-repeat 50%;
    background-size: cover;
    color: #fff
}

.page-top:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.7)
}

.page-top>.container {
    position: relative
}

.page-top .breadcrumb {
    justify-content: center;
    font-size: 1.25rem
}

.click_logo {
    padding: 4px 10px;
    cursor: pointer;
    color: #fff;
    line-height: 190%;
    font-size: 13px;
    font-family: Arial,sans-serif;
    font-weight: 700;
    text-align: center;
    border: 1px solid #037bc8;
    text-shadow: 0 -1px 0 #037bc8;
    border-radius: 4px;
    background: #27a8e0;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjdhOGUwIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWM4ZWQ3Ii8+PC9saW5lYXJHcmFkaWVudD48cGF0aCBmaWxsPSJ1cmwoI2EpIiBkPSJNMCAwaDF2MUgweiIvPjwvc3ZnPg==);
    background: linear-gradient(#27a8e0,#1c8ed7);
    box-shadow: inset 0 1px 0 #45c4fc;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#27a8e0",endColorstr="#1c8ed7",GradientType=0);
    -webkit-box-shadow: inset 0 1px 0 #45c4fc;
    -moz-box-shadow: inset 0 1px 0 #45c4fc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

.click_logo i {
    background: url(https://m.click.uz/static/img/logo.png) no-repeat 0 0;
    width: 30px;
    height: 25px;
    display: block;
    float: left
}

.standard-page {
    position: relative
}

.standard-page>.container {
    position: relative;
    max-width: 720px;
    min-height: 625px;
    padding-right: 150px;
    padding-top: 75px;
    margin-bottom: 75px
}

.standard-page>.container:before {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    right: 25px;
    top: 0;
    background: url(https://welcome.breadly.uz/images/bg.png) 0 100%;
    background-repeat: repeat-y;
    background-size: 100% auto
}

@media (min-width: 720px) {
    .standard-page>.container {
        max-width:960px;
        padding-right: 250px;
        margin-bottom: 100px
    }

    .standard-page>.container:before {
        width: 150px;
        right: 50px
    }
}

@media (min-width: 1404px) {
    .standard-page>.container {
        padding-right:350px;
        margin-bottom: 125px
    }

    .standard-page>.container:before {
        width: 200px;
        right: 75px
    }
}

.dark-page {
    background-color: #000;
    color: #fff
}

.dark-page .table {
    color: #fff
}
