/*
 Theme Name:   Soup Child
 Template:     soup
 Version: 1.0.0
*/

/*---------------------------------
      write your css from here
------------------------------------*/

/* Полностью скрыть preloader (спиннер animsition) */
.animsition-loading,
body.animsition-loading .animsition-loading {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

header#header .module-logo {
    padding: 15px 28px;
}
header#header .module-logo img {
    max-width: 180px;
}

#grid-navigation-wrap .row.no-gutters > .col-md-3 {
    order: 1;
}

.custom-radio .custom-control-input:checked + .custom-control-indicator > svg > path {
    stroke-dashoffset: 0;
}

#confirmation .bg-light {
    background-color: #000;
}
.bazz-widget-button > i > span {
    font-size: 7px;
}
.make-order-wrap {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 62px;
    bottom: 155px;
    z-index: 9997;
}
.make-order-wrap span {
    font-size: 20px;
    margin-bottom: 3px;
    color: #fff;
}
a.make-order {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
    background-color: #282b2e;
    border: 1px solid #fff;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 580px) {
    .make-order-wrap {
        bottom: 15px;
        right: 15px;
    }
    .make-order-wrap span {
        display: none;
    }
    a.make-order {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
}
