body {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    overflow-x: hidden;
    color: #152638;
}

a {
    text-decoration: none;
    transition: 0.5s;
    color: #152638;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #dd223f;
}

.container {
    min-width: 1300px !important;
}

.fw-semibold {
    font-weight: 600;
}

.card-body {
    padding: 0 !important;
}

strong,
b {
    font-weight: 700;
}

.custom-button-modal {
    padding-left: 26px;
    /* Adjust this value as needed */
    padding-right: 26px;
    /* Adjust this value as needed */

}

.calc-left-col {
    padding-right: 60px;
}

.fill-box {
    background: #f7f8fa;
    padding: 40px;
}

.border-box {
    border: 1px solid currentColor;
    padding: 30px;
}


#ModalProductAdded button.btn.btn-secondary.border-0.custom-button-modal {
    width: fit-content !important;
    font-size: 17px;
    height: inherit;
}


header#header {
    height: 115px;
    display: flex;
    align-items: center;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}

a.header-pnone {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}


.col-shop {
    display: flex;
    align-items: center;
    justify-content: center;
}

span.phone-span {
    display: inline-flex;
    flex-direction: column;
    font-size: 15px;
    align-items: flex-start;
    gap: 0;
    margin-top: 5px;
}

.phone-span span:nth-child(2) {
    font-size: 23px;
    font-weight: 700;
    margin-top: -5px;
}


.circle-icon {
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #eaecee;
    border-radius: 50%;
}

a.wrap-logo {
    display: flex;
    width: 310px;
    height: 115px;
    margin: 0;
    padding: 10px;
    justify-content: center;
    align-items: center;
    background: #e6e8ea;
    position: relative;
    left: 0;
    top: 0;
}

.row.row-menu {
    margin-right: 190px;
}

a.get-quote {
    background: #dd223f;
    width: 170px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    color: #fff;
    font-size: 13px;
    margin-left: 40px;
    border-radius: 40px;
    border: 1px solid currentColor;
    transition: 0.5s;
}


a.get-quote:hover {
    background: #fff;
    color: #dd223f;
}

img.phone {
    width: 20px;
}

img.site-logo {
    width: 100px;
}

img.shop-icon {
    height: 40px;
    display: inline-block;
    margin: -20px 20px 0;
    padding-bottom: 0;
}

.ul-list-header li a {
    font-size: 22px;
    color: #152638;
    transition: 0.5s;
    font-weight: 400;
}

i.fa.fa-sign-out {
    font-size: 40px;
    margin-left: -15px;
    margin-right: -15px;
}

ul.list-unstyled.info-menu {
    padding: 10px 0;
}


li.info-item {
    padding: 5px 20px;
    transition: 0.5s;
}


li.info-item:hover a,
li.info-item a.active {
    color: #152638;
}


.dropdown-menu.info-menu-drop {
    left: -40px !important;
}

.col-soc a {
    color: #152638;
    transition: 0.5s;
    font-weight: 300;
    font-size: 18px;
    margin-right: 20px;
}

.col-soc a:hover,
.col-soc a:focus {
    color: #152638;
}


nav.navbar.navbar-expand-lg {
    padding-bottom: 0;
}

.slider-txt {
    position: absolute;
    top: 100px;
    color: #fff;
    max-width: 1000px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}

h1.slide-title {
    font-size: 74px;
    font-family: "Poppins", 'sans-serif';
    font-weight: 500;
    margin: 30px auto 40px;
    line-height: 1.2;
}

h2.slide-subtitle {
    font-size: 24px;
    font-weight: 300;
}

.calc-form-group {
    display: flex;
    align-items: center;
}

.calculator-window {
    width: 1300px;
    min-height: 120px;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: 120px;
    margin: 0 auto;
}


.calc-form-group .form-group {
    position: relative;
}

.wrap-form {
    background: #f5f7fa;
    padding: 20px;
    border-radius: 0 20px 20px 20px;
}

.calc-title {
    font-size: 18px;
    color: #fff;
}

.tabs {
    display: flex;
}

.tab-c {
    background: transparent;
    width: fit-content;
    padding: 10px 30px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    border: 1px solid #415062;
}

.tab-c.active {
    background: #415062;
}

.calculator-window .form-control::placeholder {
    color: #1a1a1a !important;
    font-weight: 200;
    font-size: 17px;
}

.calculator-window label.input-label {
    font-size: 20px;
    font-weight: 500;
}

.calculator-window .form-group {
    margin: 0 0 0 0;
    position: relative;

}

.v-line {
    width: 1px;
    height: 60px;
    background: #152638;
    display: block;
    margin: 0 40px 0 0;
}

.calculator-window .form-control {
    border-radius: 0;
    height: 50px;
    padding: 10px 10px 10px 0;
    font-size: 18px;
    font-weight: 300;
    border: none;
    cursor: pointer;
    background: transparent;
    max-width: 200px;
    min-width: 200px;
}


.calculator-window .form-check-input {
    width: 20px !important;
    height: 20px !important;

}

.form-check-input:checked {
    background-color: #dd223f !important;
    border-color: #dd223f !important;
}

.form-check-input:focus {
    border-color: #dd223f !important;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    background-size: 15px;
}

.form-check.form-check-inline {
    margin: 10px 30px 10px 0;
    font-size: 20px;
}

a.slider-btn:hover,
a.slider-btn:focus {
    background: rgba(255, 255, 255, .7);
}


/*Upload image*/

.upload-container {
    position: relative;
}

#upload-input {
    display: none;
}

#upload-label {
    display: block;
    width: 468px;
    height: 190px;
    border: 2px dashed #ccc;
    cursor: pointer;
}

#upload-label img {
    max-width: 100%;
    max-height: 100%;
}

.picture-info {
    display: block;
    margin-top: 10px;
    color: #878787;
    font-size: 14px;

}

#preview-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}

img#preview-image {
    width: 470px;
    height: 215px;
    object-fit: cover;
}

/*Upload image*/

input#terms {
    border-color: #23a4c6;
}

label.form-check-label {
    font-size: 17px;
    font-weight: 200;
    margin-left: 0;
    display: block;
    margin-top: 3px;
}

button#book-now {
    width: 275px;
    height: 65px;
    background: #dd223f;
    border: 1px solid #dd223f;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    transition: 0.5s;
}

button#book-now:hover {
    background: #fc684e;
    border-color: #fc684e;
}

.form-control.calc-form {
    max-width: 470px;
    height: 60px;
    border-radius: 3px;
}

.calc-form-label {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.calculator-form .form-group {
    margin-bottom: 30px;
}

label.is-invalid {
    font-size: 13px;
    color: #dc3446;
}

.form-group .list-select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid #00a1ef;
    max-height: 200px;
    overflow: auto;
    z-index: 2;
}

.form-group .list-select li {
    padding: 6px;
    padding-left: 20px;
    background-color: #fff;
    font-size: 16px;
}

.form-group .list-select li.selected,
.form-group .list-select li:focus,
.form-group .list-select li:hover {
    background-color: #dceefb;
    outline: 0;
}

.form-selects::after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 0.25em 0.25em 0;
    border-color: #333 transparent transparent;
    display: inline-block;
    width: 0;
    height: 0;
}

.f-2 {
    display: flex;
    justify-content: space-between;

}

/*.wrap-status {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border-radius: 50%;*/
/*    background: #32adc9;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border: 1px solid #32adc9;*/
/*    cursor: pointer;*/
/*}*/

/*.wrap-status-2 {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border-radius: 50%;*/
/*    background: #ffffff;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border: 1px solid #32adc9;*/
/*    color: #32adc9;*/
/*    cursor: pointer;*/
/*}*/

/*.wrap-status-3 {*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    border-radius: 50%;*/
/*    background: transparent;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border: 1px solid #ccc0bd;*/
/*    color: #ccc0bd;*/
/*    cursor: pointer;*/
/*}*/

.step-dots {
    position: relative;
    flex: 1;
    top: 20px;
    background: url("../images/icons/dotted-pattern-dark.svg") repeat-x;
    background-size: auto;
    width: 100px;
}


.calculator-form {
    padding: 100px 15px;
}


img.checkmark {
    width: 20px;
}

.step-status {
    display: flex;
    flex-direction: row;
}

.step-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #e9ecf0 !important;
    box-shadow: none !important;

}

img.map-marker {
    width: 20px;
    position: absolute;
    right: 17px;
    bottom: 17px;
    opacity: .6;
}

img.arrow-slider {
    max-width: 20px;
    display: inline-block !important;
    margin-bottom: 6px;
    margin-left: 10px;
}

img.img-inline.btn-arrow {
    width: 30px;
    margin-left: 0;
}

button.calculate-step {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 70px;
    height: 70px;
    background: #d62d49;
    color: #fff;
    border: none;
    border-radius: 50%;
    font-size: 17px;
    font-weight: 700;
    transition: 0.5s;
    position: absolute;
    right: 30px;
}

button.calculate-step:disabled {
    opacity: 0.7;
}

.slider ul.slick-dots {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center !important;
    max-width: fit-content;
}

.hold-img-slider {
    position: relative;
}

.slider .slick-dotted.slick-slider {
    margin-bottom: 0 !important;
}


.slider .slick-dots li button:before {
    font-size: 40px !important;
}


.slider .slick-dots li button,
.slider .slick-dots li button:before {
    width: 12px !important;
    height: 12px !important;
    background: #9da5a0 !important;
    margin: 0 15px 0 0 !important;
    border-radius: 50%;
}

.slider .slick-next {
    right: 25px !important;
    z-index: 99 !important;
}

.slider .slick-prev {
    left: 25px !important;
    z-index: 99 !important;
}


.slider .slick-dots li.slick-active button:before {
    color: transparent !important;
}

.slider .slick-dots li button:before {
    color: transparent !important;
}

.slider .slick-dots li {
    opacity: 0.5 !important;
    margin: 0 20px !important;
}

.slider li.slick-active {
    opacity: 1 !important;
}

.navbar-expand-lg .navbar-collapse {
    flex-basis: auto;
    justify-content: flex-start;
}

span.navbar-toggler-icon {
    border-top: 2px solid #fff;
    display: block;
    margin-bottom: -20px;
    width: 35px;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: initial !important;
}


.navbar-nav a.nav-link {
    font-family: "Poppins", "sans-serif";
    font-size: 17px;
    margin: 0 25px;
    transition: 0.5s;
    color: #152638;
}


.dropdown-menu a.nav-link {
    font-weight: 400;
    font-size: 17px;
    white-space: pre-line;
}

.attention {
    color: #152638 !important;
}

li.nav-item {
    position: relative;
    padding-bottom: 10px;

}

.bb-border {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.strip-menu {
    width: 70%;
    display: block;
    position: absolute;
    bottom: -28px;
    transition: 0.3s;
    border-bottom: 6px solid transparent;
    margin: 0 auto;
    right: 0;
    left: 0;
}


.dropdown-menu .strip-menu {
    display: none;
}

li.nav-item.active .strip-menu {
    border-bottom: 4px solid #dd223f;
}

li.nav-item.active > a {
    font-weight: 700;
}

li.nav-item:hover .strip-menu,
li.nav-item:focus .strip-menu {
    border-bottom: 4px solid #dd223f;
}

.dropdown-menu li.nav-item:hover .strip-menu,
.dropdown-menu li.nav-item:focus .strip-menu {
    border-bottom: 6px solid #dd223f;
}


/*Buton za responsiv menu */

.toggle-menu span {
    background-color: #152638;
    content: "";
    display: block;
    height: 3px;
    border-radius: 2px;
    left: calc(5% - 25px);
    position: absolute;
    top: calc(50% - 0);
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 40px;
}

.toggle-menu span:before,
.toggle-menu span:after {
    background-color: #152638;
    content: "";
    display: block;
    height: 3px;
    border-radius: 2px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
    width: 40px;
}

.toggle-menu span:before {
    top: 7px;
    margin-top: 5px;
}

.toggle-menu span:after {
    top: -7px;
    margin-top: -5px;
}

.toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out;
}

.toggle-menu.active span:before,
.toggle-menu.active span:after {
    transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
    margin: 0 !important;
}

.toggle-menu.active span:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span:after {
    top: 0;
    transform: rotate3d(0, 0, 1, 45deg);
}

/*Buton za responsiv menu */


.dropdown-item:focus,
.dropdown-item:hover {
    color: #152638;
    background-color: transparent;
}

.lang.dropdown-menu > li {
    margin: 0;
}

.list-stuff li {
    margin-left: 10px;
}


/*Search*/

.search-icon {
    cursor: pointer;
    max-width: 21px;
    display: block;
    margin: 0 8px 3px 0;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
    font-weight: 200;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #ffffff;
    color: #152638;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none !important;
    cursor: pointer;
}

input.form-control.searchcontrol {
    height: 53px !important;
    min-width: 600px;
    border-radius: 0;
    margin-top: 1px;
    background: transparent;
    border-bottom: 1px solid #fff;
    transition: 0.5s;
    color: #FFFFFF;
}

button.btn.btn-default.searchbtn {
    width: 90px;
    height: 55px;
    padding: 2px 5px 2px 0 !important;
    background: transparent;
    font-size: 28px;
    color: #fff;
    border: none;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}


.overlay button:hover {
    background: #bbb;
}

.input-group.ig-search {
    width: 100% !IMPORTANT;
    display: flex;
    justify-content: center;
}

.input-group-btn {
    position: relative;
    font-size: inherit !important;
    white-space: nowrap;
}

button.search-icon {
    border: none;
    background: transparent;
    box-shadow: none;
    position: absolute;
    bottom: 2px;
    right: 10px;
}

input.form-control.mr-sm-2 {
    width: 365px;
    height: 40px;
    border-radius: 5px;
    border-color: #eeeeee;
    background: transparent;
    padding-left: 15px;
}

/*END Search*/


.navbar .megamenu {
    padding: 1rem;
}


section.home-icons {
    padding: 25px 15px;
    background-image: url("../images/bg/bg-sec1.jpg");
    background-repeat: no-repeat;
    /*position: absolute;*/
    width: 100%;
    bottom: 0;;
}

img.hs-1-icon {
    max-height: 40px;
    display: block;
    margin-bottom: 20px;
}


p.hs-1-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    line-height: 1.1;
}

p.hs-1-subtitle {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 0;
    max-width: 150px;
    color: #ffffff;
    line-height: 1.2;
}


.padding-0 {
    padding: 0;
}

.margin-0 {
    margin: 0;
}

.home-services {
    padding: 100px 200px;
    background: url("../images/bg/bg-sec-01.jpg") no-repeat;
    background-size: cover;
}


.wrap-box-img {
    width: 115px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fbeaed;
    border-radius: 50%;
    margin: 0 auto 30px;
}

p.box-title {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 5px;
}


p.box-subtitle {
    color: #878787;
    font-size: 16px;
}

p.box-txt {
    font-size: 14px;
    color: #152638;
    opacity: 0.769;
    line-height: 1.8;
    min-height: 115px;
}


.wrap-box {
    background: #fff;
    padding: 54px 30px;
    text-align: center;
    margin: 15px 0;
    border-radius: 20px;
}


a.learn-more {
    display: block;
    width: 215px;
    border: 1px solid #dd223f;
    color: #152638;
    text-align: center;
    padding: 15px;
    border-radius: 5px;
    font-weight: 900;
    font-size: 16px;
    margin: 50px auto 0;
    transition: 0.5s;
}

a.learn-more:hover {
    background: #dd223f;
    color: #ffffff;
}

img.box-icon.img-fluid {
    width: 60px;
}

img.img-fluid.img-banner-left {
    padding-right: 10px;
}

img.img-fluid.img-banner-right {
    padding-left: 10px;
}

.home-title {
    font-size: 42px;
    color: #152638;
    font-weight: 600;
    font-family: "Poppins", "sans-serif";
    margin-bottom: 30px;
}

.home-subtitle {
    font-size: 17px;
    color: #4b5d61;
    font-weight: 400;
    margin-bottom: 30px;
}

.label-title {
    background: #de364e;
    width: fit-content;
    padding: 6px 20px;
    border-radius: 30px;
    margin: 0 auto 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

span.strip-title {
    display: block;
    width: 45px;
    border-bottom: 5px solid #dd223f;
    margin: 0 auto;
}

.home-top-products,
.home-new-products,
.home-special-for-you {
    padding: 90px 15px;
    position: relative;
}

.home-top-products .slick-arrow.slick-hidden,
.home-new-products .slick-arrow.slick-hidden,
.home-special-for-you .slick-arrow.slick-hidden {
    display: block !important;
}

.home-top-products .slick-dots li button:before,
.home-new-products .slick-dots li button:before,
.home-special-for-you .slick-dots li button:before,
.slide-news .slick-dots li button:before {
    font-size: 40px !important;
}

.home-top-products .slick-dots li,
.home-new-products .slick-dots li,
.home-special-for-you .slick-dots li,
.slide-news .slick-dots li {
    margin: 0 10px;
}

.home-top-products .slick-dots,
.home-new-products .slick-dots,
.home-special-for-you .slick-dots,
.slide-news .slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.home-top-products .slick-dots li button:before,
.home-new-products .slick-dots li button:before,
.home-special-for-you .slick-dots li button:before,
.slide-news .slick-dots li button:before {
    opacity: 1;
    color: #dcdddd !important;
}

.home-top-products .slick-dots li.slick-active button:before,
.home-new-products .slick-dots li.slick-active button:before,
.home-special-for-you .slick-dots li.slick-active button:before,
.slide-news .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #BABDC3 !important;
}


img.img-fluid.img-home-cat {
    margin-bottom: 30px;
}

section.home-customers {
    padding: 100px 15px;
    background: url("../images/bg/bg-2.jpg") no-repeat bottom right;
    background-size: cover;

}

ul.ul-about.list-unstyled {
    column-count: 2;
    margin: 0;
}

.col-xl-6.right-col {
    padding-right: 40px;
}

.btns-group {
    display: flex;
    gap: 30px;
}

a.special-btn {
    position: relative;
    transition: all .45s ease-Out;
    display: flex;
    width: 185px;
    height: 60px;
    background: #dd223f;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #fff;
    border-radius: 40px;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    padding: 0 30px;
    margin-top: 0;
}


a.special-btn span {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    right: 7px;
    border-radius: 50%;
}

.col-xl-6.left-col {
    padding-left: 40px;
}

.card-about {
    padding: 30px;
    border-left: 7px solid #dd223f;
    box-shadow: 0 0 20px #e3e3e3;
    margin-bottom: 50px;
    background: #fff;
}

ul.ul-about.list-unstyled li span {
    color: #152638;
    font-weight: 700;
    font-size: 14px;
}

ul.ul-about.list-unstyled li > i {
    color: #dd223f;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 20px;

}

.feed-slider {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.box-feed {
    background: #fff;
    padding: 30px;
    max-width: 470px;
    border-radius: 7px;
    position: relative;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    min-height: 300px !important;
    margin: 0 10px;
}

.home-feeds .slick-dots li button:before {
    opacity: 1;
    content: '' !important;
    width: 80px;
    height: 6px;
    border-radius: 6px;
    background: #d8d8d8 !important;
}


.home-feeds .slick-dots {
    bottom: -50px !important;
}

.home-feeds .slick-dots li {
    width: 80px !important;
    height: 5px !important;
    margin: 0 10px !important;
}

.home-feeds .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #dd223f;
    background: #dd223f !important;
}

.home-feeds .slick-dots li button {
    display: block;
    width: 80px !important;
    height: 5px !important;
}

img.right-arrow-slider,
img.left-arrow-slider {
    max-width: 20px;

}

.right-arrow-slider {
    transform: rotate(180deg);
}

.arr-box {
    width: 45px;
    height: 45px;
    border: 1px solid #dd223f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    cursor: pointer;
    transition: 0.5s;
}

.arr-box:hover {
    background: #dd223f;
}

.arr-box:hover svg path {
    fill: #ffffff;
}

.arr-box-active {
    background: #dd223f;
}

.arrow-slider {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 40px;
    margin-right: 10px;
}


p.client-title {
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0;
}

i.fa.fa-star,
.points {
    color: #ffde02;
    font-size: 16px;
    margin: 0 3px;
}

.title-group {
    display: flex;
    align-items: center;
    gap: 15px;
}

p.client-service {
    font-size: 16px;
    color: #878787;
}

p.client-feed {
    font-size: 14px;
    color: #3d3d3d;
}

.f-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p.feed-date {
    font-size: 14px;
    color: #878787;
    margin-bottom: 0;
}

img.f-logo.img-fluid {
    max-width: 100px;
}


.home-feeds {
    background: url("../images/bg/b.png") no-repeat left center;
    background-size: cover;
    padding: 100px 15px;
}

section.hs-2 {
    padding: 80px 15px;
}

.wrap-b {
    background: #f3f8fb;
    padding: 30px;
    display: flex;
    align-items: flex-start;
    border-radius: 15px;
    margin: 15px 0;
    min-height: 140px;
    gap: 20px;
    color: #152638;
}

img.b-icon {
    display: block;
    width: 65px;
}

p.item-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

p.item-txt {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}

.col-ex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    background: #3b495b;
    padding: 30px;
    border-radius: 15px;
}


section.hs-4 {
    padding: 100px 15px;
    background: url("../images/bg/bg-stats.jpg") no-repeat center;
    background-size: cover;
}

section.hs-5 {
    padding: 80px 15px 0;
    background: #f7f8fa;

}

img.ex-icon.img-fluid.img-inline {
    height: 80px;
}

span.ex-title {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    margin-bottom: -35px;
    display: block;
}

span.ex-subtitle {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}


.hs-6 {
    padding: 100px 15px;
}

img.hs-6-icon {
    width: 65px;
}

.hs-group {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

p.hs-6-title {
    font-size: 20px;
    font-weight: 900;
    margin-top: 10px;
}

p.hs-6-text {
    font-size: 14px;
    font-weight: 300;
    max-width: 330px;
}


.see-all-new a {
    display: block;
    font-size: 17px;
    font-weight: 300;
    text-transform: uppercase;
    border: 1px solid #d2d2d2;
    padding: 10px 40px;
    width: fit-content;
    transition: 0.5s;
    margin: 0 auto;
    color: #152638;
}

.see-all-new a:hover,
.see-all-new a:focus {
    background: #152638;
    color: #ffffff;
}

.row.slide-news {
    margin-top: 50px;
}

.see-all-new {
    margin-top: 90px;
}


.slider-manufactures {
    margin-top: 80px;
}

section.manufactures {
    padding: 15px 15px 60px;
}

.img-logo-m {
    display: block !important;
    margin: 0 auto;
    max-width: 100%;
    height: 90px;
    object-fit: contain;
}

.slider-m-arrow-left {
    position: absolute;
    left: -50px;
    max-width: 20px;
}

.slider-m-arrow-right {
    position: absolute;
    right: -50px;
    max-width: 20px;
}

.manu-arrow-group {
    top: 30%;
    position: absolute;
    width: 100%;
}


.ns-col-1 {
    border-right: 1px solid #c3c3c3;
    min-height: 140px;
    align-items: center;
    display: flex;
}

.ns-1 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ns-1 p {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.ns-2 p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.2;
    margin-left: 20px;
}


img.ns-icon {
    max-width: 85px;
    display: block;
    margin: -25px 30px 0 0;
}


section.newsletter2 {
    padding: 30px 70px 25px;
    border-top: 1px solid #c3c3c3;
}

p.prod-title a {
    font-size: 19px;
    font-weight: 700;
    margin-top: 15px;
    color: #152638;
    transition: 0.5s;
}

p.prod-title a:hover,
p.prod-title a:focus {
    color: #b60305;
}

.product-slide-special {
    margin-top: 60px;
}

p.prod-price {
    font-size: 22px;
    font-weight: 700;
}

.discount {
    color: #b60305 !important;
}

.old-price {
    font-size: 18px !important;
    text-decoration: line-through;
    opacity: 0.8;
    margin-left: 0;
    margin-right: 20px;
}

p.prod-title {
    margin-bottom: 5px;
    min-height: 60px;
}

.prod-brand {
    font-size: 18px;
    text-transform: uppercase;

}

ul.list-unstyled.list-inline.price-group {
    margin: 0;
}

.wrap-home-product {
    border: 1px solid #a6a6a6;
    margin: 7px;
    padding: 15px;
    position: relative;
}

.img-product {
    display: block !important;
    width: 100% !important;
    height: 300px;
    object-fit: contain;
    padding: 0 10px;
}

.prod-attr {
    padding: 0 20px;
}


.ul-mega {
    max-width: 1100px;
    margin: 0 auto;

}

p.label-new {
    position: absolute;
    background: #152638;
    color: #fff;
    margin-left: 10px;
    top: 10px;
    padding: 5px 15px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    width: 70px;
    height: 30px;
    text-align: center;
}

.level-2 {
    top: 40px !important;
}


p.label-percent {
    position: absolute;
    background: #152638;
    color: #fff;
    margin-left: 10px;
    top: 10px;
    padding: 2px 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 200;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-img-a {
    position: relative;
}


.col-p {
    padding: 11px;
}


.box-btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 40px;
}

.box-btn a {
    background: #060606;
    border: 1px solid #060606;
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 25px;
    transition: 0.5s;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
}

.box-btn a:hover,
.box-btn a:focus {
    opacity: 0.7;
}

.box-btn img {
    max-width: 15px;
}

.box-btn img {
    max-width: 12px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.subscribe h2 {
    color: #ffffff;
}


.subscribe form label {
    /* color: #ffffff; GN*/
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    opacity: 0.7;
}

.subscribe form label > a {
    color: #ffffff;
    text-decoration: underline;
}

.subscribe h2 {
    color: #ffffff;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Poppins", "sans-serif";

}

button.btn.btn-subscribe {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #152638;
    border-radius: 0;
    transition: 0.5s;
    width: 200px;
    height: 75px;
    background: #152638;
}

button.btn.btn-subscribe:hover,
button.btn.btn-subscribe:focus {
    opacity: 0.8;
}


.subscribe .left-side {
    padding-left: 85px;
}

.subscribe h3 {
    font-size: 19px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
}


section.home-news {
    padding: 120px 15px;
    background: #f7f8fa;
}


.blog-item {
    padding: 15px;
}


.wrap-news-list {
    border: 1px solid #d2d2d2 !important;
}

img.img-fluid.img-blog-small {
    width: 100%;
    object-fit: cover;
    height: 290px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.wrap-news {
    padding: 15px 25px;
    background: #ffffff;
    position: relative;
    min-height: 240px;
    margin-bottom: 30px;
}

.newslink {
    min-height: 60px;
    color: #152638;
}

.newslink a {
    font-size: 20px;
    font-weight: 900;
    color: #152638 !important;
    font-family: "Poppins", "sans-serif";
}

h4.news-cat-link {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    margin-top: 22px;
    font-family: "Poppins", "sans-serif";
    text-align: center;
    transition: 0.5s;
    color: #152638;
}

h4.news-cat-link a {
    transition: 0.5s;
    color: #152638 !important;
}

h4.news-cat-link a {
    color: #152638;
}

.art-details {
    padding: 0 15px 90px;
}

img.img-fluid.img-article-big {
    object-fit: cover;
    display: block;
    max-width: 750px;
    max-height: 470px;
    height: 470px;
    border-radius: 9px;
    margin: 45px 0 30px;
}

.wrap-news.wrpa-news-main {
    max-width: 1200px;
    margin: 0 auto;
}

a.back-to-news {
    display: flex;
    align-items: center;
    margin-top: 50px;
    font-size: 20px;
    font-weight: 900;
    color: #23a4c6 !important;
    transition: 0.5s;
}

a.back-to-news:hover {
    color: #152638;
}

img.img-inline.img-arrow-a.img-fluid {
    width: 25px;
    transform: rotate(180deg);
    position: absolute;
}

.wrap-img-a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #dd223f;
    border-radius: 50%;
    padding: 8px;
    opacity: 1 !important;
    margin-right: 15px;
    position: relative;
}

.art-details {
    padding-right: 50px;
}

.news-calculator .calculator-window {
    background: #f5f7fa;
    border-radius: 5px;
    position: relative;
    right: inherit;
    padding: 20px;
    margin: 175px 0 0 auto;
    top: inherit;
}


.shipping-services {
    padding: 20px;
}

img.img-inline.arrow-blue.img-fluid {
    max-width: 20px;
    margin-left: 20px;
}

.shipping-services ul li {
    margin-bottom: 20px;
}

.shipping-services ul li a {
    color: #152638;
    font-size: 20px;
    transition: 0.5s;
    font-weight: 400;
}

.shipping-services ul li a:hover {
    color: #dd223f;
}


p.news-date {
    color: #dd223f;
    font-size: 16px;
}

p.news-description {
    color: #878787;
    font-weight: 300;
    font-size: 14px;
}

a.read-more {
    display: block;
    transition: 0.5s;
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

a.read-more:hover {
    opacity: 0.7;

}

img.img-arrow {
    width: 30px;
}


.menu-img img {
    display: block;
    margin: 0 auto;
}

.menu-img p {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
}

li.nav-item-title {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Poppins", "sans-serif";
    margin-bottom: 15px;
}

.dropdown-toggle::after {
    display: none;
}

.navbar-nav .dropdown-item {
    background-color: transparent;
    margin-left: 10px;
}

.navbar-nav .dropdown-menu.show {
    top: 65px;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 250px;
}

.navbar-nav .dropdown-menu li.nav-item {
    margin-left: 0 !important;
    max-width: fit-content;
    padding: 5px 10px;
    margin-bottom: 5px;
}

.navbar-nav .dropdown-menu li.nav-item a {
    margin: 0;
    padding: 0;
}

.navbar-nav .dropdown-item:hover {
    color: #1e2125;
    background-color: transparent;
}

.navbar-nav .dropdown-menu li:hover,
.navbar-nav .dropdown-menu li:focus,
.navbar-nav .dropdown-menu li.nav-item.active,
.navbar-nav .dropdown-menu li.nav-item.active {
    background: #ffffff;

}

.navbar-nav .dropdown-menu li > a:hover, .navbar-nav .dropdown-menu li > a:focus, .navbar-nav .dropdown-menu li.nav-item.active > a, .navbar-nav .dropdown-menu li.nav-item.active > a {
    color: #dd213e !important;
}


a.btn-request {
    background: #122239;
    padding: 7px 60px;
    color: #fff;
    border: 1px solid #122239;
    border-radius: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: "Poppins", "sans-serif";
    transition: 0.5s;
}

a.btn-request:hover,
a.btn-request:focus {
    background: transparent;
    color: #122239;
}


.form-control.home-form {
    height: 75px;
    border-radius: 0;
    background-color: #ffffff;
    padding: 3px 15px;
    font-size: 18px;
    border: 1px solid #cacaca;
}

.subscribe .form-control.home-form {
    background-size: 25px;
    background-position-x: 18px;
    height: 75px;
    border-radius: 0;
    background-color: #ffffff;
    padding: 3px 15px;
    font-size: 18px;
    border: 1px solid transparent;
    max-width: 490px;
}


.form-control:focus {
    color: #152638;
    background-color: #f0f0f0;
    border-color: #949494;
    outline: 0;
    box-shadow: none;
}

.request label {
    font-size: 19px;
    font-weight: 400;
    color: #000;
    font-family: "Poppins", "sans-serif";
    margin-bottom: 10px;
}

.page-details h1 {
    font-family: "Poppins", "sans-serif";
}

.is-invalid {
    /*color: transparent !important;*/
}


.form-txt {
    font-weight: 300;
    font-size: 18px;
}

.form-label {
    cursor: pointer;
}

.swal-text {
    text-align: center;
    line-height: 1.5;
    color: #152638;
}


.slick-track {
    display: flex !important;
}


section.orange-strip {
    background: #fc684e;
    color: #fff;
    padding: 20px 15px;
    font-size: 19px;
    font-weight: 300;
}

section.orange-strip p {
    margin: 0;
}

section.orange-strip a {
    color: #ffffff;
}

section.orange-strip a:hover {
    opacity: 0.7;
}

.f-right-side {
    text-align: right;
}

span.gyq {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    padding: 4px 8px;
    opacity: 1 !important;
    margin-left: 25px;
}

span.gyq > img {
    width: 25px;
}

footer {
    padding: 90px 15px 0;
    background: #f3f8fb;
}

img.logo-footer {
    max-width: 75px;
    margin-bottom: 40px;
}

footer p,
footer a {
    color: #000000;
    font-family: "Poppins", 'sans-serif';
    font-weight: 400;
    transition: 0.5s;
    font-size: 19px;
    line-height: 1.2;
}

footer a i {
    transition: 0.5s;
}

.ul-soc {
    margin-top: 40px;
}

.ul-soc i.fa {
    font-size: 27px !important;
    color: #bdc1c5 !important;
    margin-right: 10px;

}

.ul-soc li a i.fa:hover {
    color: #dd223f !important;
}

footer a:hover,
footer a:focus,
footer a i:hover,
footer a i:focus {
    color: #dd223f !important;
    opacity: 1;
}

footer .f-title {
    font-size: 23px;
    font-family: "Poppins", "sans-serif";
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #fffefe;
}


.wrap-field {
    border-bottom: 1px solid #ffffff;
}

footer p.f-phone a {
    font-size: 20px;
    font-weight: 300 !important;
    font-family: "Poppins", "sans-serif";

}

footer .fa {
    color: #000;
    font-size: 20px;
    margin-right: 5px;
}


i.fa.fa-facebook-f {
    margin-left: 5px;
    margin-right: 10px;
}

i.fa.fa-phone {
    margin-left: 3px;
}

.f-soc li {
    margin-right: 30px !important;
}

img.img-inline.phone-img {
    max-width: 18px;
    padding-bottom: 5px;
    margin-right: 5px;
}

img.logo-footer {
    max-width: 175px;
}


.copyright {
    padding: 30px 0;
    color: #000;
    font-weight: 300;
    background: transparent;
    border-top: 1px solid #bdc1c5;
    margin-top: 60px;
}


.copyright p,
.copyright a {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.7;
}

.wrap-logos {
    background: #141e27;
    padding: 40px 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 40px;
    border-radius: 10px;
}


ul.list-inline.list-unstyled.list-stuff {
    margin-bottom: 25px;
}


/*Pagination*/

.pagination {
    display: inline-block !important;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline !important;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0 15px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 2px 12px 3px;
    margin: 0 10px;
    line-height: 1.42857143;
    color: #152638;
    text-decoration: none;
    background-color: transparent;
    border-left: 0;
    border: none;
    border-radius: 0 !important;
    font-size: 21px;
    font-weight: 300;
    transition: 0.5s;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #152638;
    background-color: transparent;
}

.page-link-active,
.page-link-active:focus,
.page-link-active:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #152638 !important;
    cursor: default;
    background-color: transparent !important;
    font-weight: 600 !important;
}


a.page-link.page-link-active {
    background: #e8e8e8 !important;
    width: 45px;
    height: 45px;
    /* display: block; */
    border-radius: 50% !important;
    font-size: 18px;
    padding: 11px;
}

.pagination > li > a {
    width: 45px;
    height: 45px;
    padding: 11px !important;
    font-size: 18px !important;
}

.pagination i.fa.fa-chevron-left,
.pagination i.fa.fa-chevron-right {
    width: 45px !important;
    height: 45px !important;

}

/*END Pagination*/

.prod-slider-nav button.slick-prev.slick-arrow,
.prod-slider-nav button.slick-next.slick-arrow {
    margin-top: 0;
}

.prod-slider-nav .slick-prev:before {
    content: '\f053';
    font-family: "FontAwesome", "sans-serif";
    margin-left: 0;
    font-size: 25px;
    color: #152638;
    opacity: 1;
}

.prod-slider-nav .slick-next:before {
    content: '\f054';
    font-family: "FontAwesome", "sans-serif";
    margin-right: 0;
    font-size: 25px;
    color: #152638;
    opacity: 1;
}


.prod-image-thumb {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 125px;
    object-fit: contain;
    border: 1px solid #e4e4e4;
    cursor: pointer;
}

.prod-image-main {
    width: 100%;
    height: 650px;
    object-fit: contain;
    /* aspect-ratio: 3/4; */
}


.slick-prev:before,
.slick-next:before {
    color: #9d9b9b !important;

}


section.slider.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0 !important;
}

.img-slider-mobile {
    display: none !important;
}

section.category-list {
    padding: 40px 15px 0;
}

.col-prod-list {
    padding-left: 30px;
}

.breadcrumb {
    margin-bottom: 3rem;
}

section.category-list-details {
    padding: 15px 15px 80px;
}

.breadcrumb {
    justify-content: center;
}

.breadcrumb-item {
    font-size: 18px;
    color: #a2a2a2 !important;
    font-weight: 300;
    transition: 0.5s;
}

.breadcrumb-item:hover,
.breadcrumb-item:focus {
    color: #152638;
}

strong.breadcrumb-item {
    font-weight: 500;
}

.breadcrumb i.fa.fa-chevron-right {
    margin: 6px 10px;
    color: #a2a2a2;
    font-size: 14px;
}

h1.cat-title {
    font-size: 50px;
    font-family: "Poppins", "sans-serif";
    color: #152638;
    text-align: left;
}

h2.cat-description {
    font-size: 20px;
    font-weight: 300;
    color: #152638;
    text-align: center;
    max-width: 660px;
    display: block;
    margin: 30px auto 15px;
}

.ul-sub-cats {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px auto;
}

.ul-sub-cats li {
    padding: 10px 35px;
    border-radius: 25px;
    margin: 0 10px;
    transition: 0.5s;
    background: transparent;
    border: 1px solid #dbdbdb;

}

.ul-sub-cats li:hover,
.ul-sub-cats li:focus,
.ul-sub-cats li.active {
    background: transparent;
    border: 1px solid #152638;

}

.ul-sub-cats li > a {
    color: #152638;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
}

.ul-sub-cats li > a:hover,
.ul-sub-cats li > a:focus {
    color: #152638;
}

.filter-label {
    /* position: absolute;*/
    /* top: 35%;*/
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.f-group-btn {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    font-size: 21px;
    font-weight: 400;
}


a#clearFilters {
    font-weight: 700;
    font-size: 21px;
    color: #152638;
    text-decoration: underline;
    transition: 0.5s;
}

a#clearFilters:hover {
    color: #d31145;
}

.btn-filter {
    background: transparent;
}

section.filter-section {
    padding: 15px 0;
}

.ul-filter {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.ul-filter2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.ul-filter2 li.filter-item {
    width: auto !important;
    margin: 15px;
}

.chevron {
    position: absolute;
    right: 10px;
    top: 14px;
    font-size: 15px;
    opacity: 1 !important;
    color: #272727;
}


.chevron-plus {
    /* position: absolute;
     right: 10px;
     top: 30%;*/
    font-size: 27px;
    color: #888888;
}

li.filter-item {
    width: 18%;
    margin-bottom: 30px;
}


.flip {
    transform: rotate(180deg);
    transition: 0.2s;
}


#subscribe .form-check {
    margin-left: 0;
    margin-bottom: 10px;
    margin-top: 20px;
}


#mainFilter [type=checkbox] .form-check-input:checked {
    background-color: #ffffff !important;
    border-color: #152638 !important;
}

#mainFilter .form-check {
    margin-left: 0;
    margin-bottom: 10px;
    cursor: pointer;
    padding-left: 0;
}


i.fa.fa-plus::before,
i.fa.fa-minus::before {
    -webkit-text-stroke: 0.1px transparent;
    font-size: 17px;
}

.filter-label.p-btn {
    cursor: pointer;
    position: relative;
}

.fa-dynamic {
    position: absolute;
    right: 0;
    /* margin-bottom: 16px; */
    top: -10px;
    opacity: 0.7;
    cursor: pointer;
    /* font-size: 1px !important; */
}

.custom-selects {
    margin-top: 15px;
    margin-bottom: 20px;
}


label.col-xl-12.p-0 {
    font-weight: 500;
    margin-bottom: 10px;
}

#subscribe [type=checkbox] {
    color: #d0dae5;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: 0;
    flex-grow: 0;
    background-color: #FFFFFF;
    transition: background 300ms;
    cursor: pointer;
    margin-bottom: 10px !important;
    margin-right: 7px !important;
    border-radius: 0;
}

#subscribe .form-control.is-invalid,
#subscribe .was-validated .form-control:invalid {
    background-image: none !important;
}

label#email-error {
    display: block !important;
    position: absolute;
    top: -30px;
}

label#warn-error {
    display: none !important;
}


img#modal_image {
    max-width: 70%;
    object-fit: contain;
}


/* Pseudo element for check styling */

.filter-section [type=checkbox]::before {
    content: "";
    color: transparent;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #7f7f7f;
    background-color: #eeeeee;
    background-size: contain;
}

.filter-section [type=checkbox]:checked {
    background-color: currentcolor;
}

.filter-section [type=checkbox]:checked::before {
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%6e667a'/%3E %3C/svg%3E");
}

.filter-sort {
    max-width: 170px;
}

.cs-sort .select-selected {
    color: #152638;
    padding: 8px 16px;
    border: 1px solid #d6d6d6 !important;
    cursor: pointer;
    border-radius: 3px;
    background: #ffffff;
    transition: 0.5s;

}

.custom-select.cs-sort {
    max-width: 390px;
    margin: -17px 19px 35px auto;
}

.cs-sort .select-items {
    background: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0 !important;
}

.cs-sort .select-items div {
    border-radius: 0 !important;
}

.cs-sort .chevron {
    right: 10px;

}


section.list-products {
    padding: 0 15px 100px;
}

.row-cat-list {
    margin: 0;
}

.row-cat-list .col-6 {
    margin: 15px 0;
    padding: 0;
}

.row-filter-btn {
    margin: 0;
}

/*Pagination*/
.pagination {
    display: inline-block !important;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline !important;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin: 0 15px;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 2px 12px 3px;
    margin: 0 10px;
    line-height: 1.42857143;
    color: #181e2b;
    text-decoration: none;
    background-color: transparent;
    border-left: 0;
    border: none;
    border-radius: 0 !important;
    font-size: 21px;
    font-weight: 300;
    transition: 0.5s;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #181e2b;
    background-color: transparent;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: #152638 !important;
    cursor: default;
    background-color: transparent !important;
    font-weight: 600;
    border-bottom: 2px solid #152638 !important;
}

.pagination i.fa.fa-chevron-left,
.pagination i.fa.fa-chevron-right {
    font-size: 18px;
    margin-top: 5px;
}

/*END Pagination*/


.list-products p.prod-title a {
    font-size: 20px;
}

.list-products p.prod-title {
    margin-top: 15px;
}

.btn-filter {
    position: relative;
    color: #152638;
    padding: 8px 16px;
    border: 1px solid #d6d6d6 !important;
    cursor: pointer;
    border-radius: 5px;
    background: #ffffff;
    display: inline-block;
    width: 160px;
    transition: 0.5s;
}

.btn-filter:hover,
.btn-filter:focus,
.cs-sort .select-selected:hover,
.cs-sort .select-selected:focus {
    color: #152638;
    border: 1px solid #152638 !important;
}


.rowsort {
    max-height: 42px;
    margin: -2px 6px 0 0;
}


.btn-filter .chevrons {
    right: 10px;
    position: absolute;
    top: 14px;
    font-size: 15px;
}


.filter-sort {
    position: absolute;
    width: 160px;
    margin-left: 8px;
    bottom: -75px;
}


.prod-count {
    display: none;
}

img#fast_modal_image {
    padding: 30px;
}


#fastOrderForm .form-check {
    margin-left: 0;
    margin-bottom: 10px;
    cursor: pointer;
}

#fast_modal_price,
#modal_price {
    opacity: 0.6;
}

#fast_modal_title,
#modal_title {
    font-size: 27px;
    margin-bottom: 8px;
    display: inline-block;
}

#fast_modal_size,
#modal_size {
    margin-bottom: 15px;
    display: inline-block;
    /* opacity: 0.8; */
}

#ModalFastOrder button.btn.btn-secondary {
    border: 1px solid #152638 !important;
    background: #fff;
    color: #152638;
    border-radius: 0;
    width: 200px !important;
    height: 50px;
    font-size: 21px;
    font-weight: 400;
    margin: 0 !important;
    transition: 0.5s;
}

#fastOrderForm label.form-check-label {
    font-size: 13px;
}


.more-products {
    padding: 40px 0 80px;
}

.row-more-list {
    margin-top: 80px;
    margin-bottom: 80px;
}


/*Main Slider*/
.slider-galeria-thumbs {
    float: left;
    width: 100%;
}

.slider-label {
    background: #415062;
    width: fit-content;
    padding: 10px 40px;
    border-radius: 30px;
    margin: 0 auto;
    font-size: 21px;
    font-weight: 600;
}

.img-slider {
    width: 100%;
    object-fit: cover;
}

.slider-galeria {
    float: left;
    width: 100%;
}

.slider-galeria div,
.slider-galeria-thumbs div {
    outline: 0;
}


.slider-galeria-thumbs .slick-track {
    display: flex !important;
    flex-direction: row;
    gap: 5px;
}

.slider-galeria-thumbs .slick-slide {
    margin-bottom: 10px;
}


img.img-inline.ruler {
    max-width: 37px;
    margin-bottom: 7px;
    margin-right: 3px;
}

span.ruler-text {
    text-decoration: underline;
    font-size: 18px;
    font-weight: 400;
}


.ruler-group a {
    color: #152638;
    transition: 0.5s;
}

.ruler-group a:hover,
.ruler-group a:focus {
    opacity: 0.7;
}

h1.product-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    /* margin-bottom: 20px; */
}


.product-price {
    font-size: 37px;
    font-weight: 700;
    margin: 15px 0;
    color: #b60404;
}


.ul-boxes input[type="radio"][id^="cb"] {
    display: none;
}

.ul-boxes input[type="checkbox"][id^="size_"] {
    display: none !important;
}

.ul-boxes label {
    display: block;
    position: relative;
    margin: 0 10px 0 0;
    cursor: pointer;
    transition: 0.5s;
}

.ul-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 30px;
}

.ul-boxes .form-check-label {
    margin-bottom: -10px;
    font-size: 17px;
    width: 70px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ul-boxes label:hover,
.ul-boxes label:focus,
.ul-boxes :checked + label {
    color: #ffffff;
    background: #152638;
}

.ul-boxes label {
    position: relative;
    border: 1px solid #bdbdbd;
    border-radius: 0;
    padding: 5px 20px;
    width: fit-content;
    min-width: 30px;
    text-align: center;
    margin: 10px 5px 15px 0;
    font-weight: 400;
}

span.size-count {
    font-size: 12px;
    font-weight: 400;
    background: #b50405;
    color: #fff;
    padding: 1px 7px;
    position: absolute;
    right: -10px;
    top: -10px;
}


.size-group {
    margin-top: 20px;
}

.size-title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 500;
}


.modal-header {
    color: #152638;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.size-msg {
    color: #bc1f1f;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 30px;
}

.prod-num {
    max-width: 128px;
    text-align: center;
    padding: 5px;
    margin-top: 10px;
}

.btn-group-details {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
}


button.btn.btn-secondary {
    background: #fff !important;
    color: #152638;
    border-radius: 0;
    font-size: 22px;
    font-weight: 600;
    transition: 0.5s;
    padding: 10px 35px;
    margin: 0 auto !important;
    display: block;
    height: 85px;
    border: 1px solid currentColor !important;
}

button.btn.btn-secondary:hover {
    background: #7c1818 !important;
    color: #ffffff !important;
}

#ModalProductAdded button.btn.btn-secondary {
    margin: initial !important;
    background: #fff !important;
    color: #152638;
    border-radius: 0;
    font-size: 22px;
    font-weight: 600;
    transition: 0.5s;
    padding: 10px 35px;
    display: block;
    height: 85px;
    border: 1px solid currentColor !important;
}

#ModalProductAdded .custom-button-modal {
    height: 47px;
    padding: 0;
    width: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}

button.addToCart i.fa.fa-plus {
    margin-top: 2px;
    margin-right: 5px;
    font-size: 20px;
}

button.addToCart {
    font-size: 24px;
    font-weight: 400;
    background: #152638;
    color: #ffffff;
    width: 430px;
    height: 85px;
    border: 1px solid #152638;
    transition: 0.5s;
    display: inline-block;
}

button.addToCart:hover,
button.addToCart:focus {
    background: #7c1818;
}

button.addToCart:disabled {
    background: #d1d1d1;
    border: #818181;
}

.d-info {
    display: flex;
    align-items: center;

}

img.delivery-time {
    max-width: 50px;
    display: inline-block;
}

.d-info span {
    font-size: 25px;
    display: inline-block;
    margin-left: 15px;
}


/* Positions the red circle relative to the cart icon */
.li-cart {
    position: relative;
}

/* Styling for the red circle with the cart count */
.cart-count {
    background-color: #b60404;
    border-radius: 50%;
    color: white;
    position: absolute;
    bottom: auto;
    right: 7px;
    padding: 2px;
    min-width: 16px;
    text-align: center;
    z-index: 2;
    font-size: 15px;
    font-weight: 400;
    top: -18px;
    width: 25px;
    height: 25px;
}


.product-fav {
    max-width: 30px;
    display: block;
    margin: -2px auto 0 -5px;
}

a.addToFav {
    background: #f1f1f1;
    padding: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    margin-left: 20px;
    cursor: pointer;
    position: absolute;
    bottom: 1px;
    z-index: 1;
}

.product-sku {
    font-size: 20px;
    font-weight: 400;
    opacity: 0.4;
}


.wrap-field.wf-prod {
    border-bottom: 1px solid #dddddd;
    padding: 25px 0 15px;
    cursor: pointer;
}

.wf-prod-double {
    border-top: 1px solid #dddddd;
    margin-top: 80px;
}

i.fa.fa-plus {
    font-weight: 100 !important;
}

.product-discountPrice {
    font-size: 25px !important;
    text-decoration: line-through;
    margin-bottom: 20px;
    opacity: 0.5;
    font-weight: 400;
    color: #888888;
}

section.feeds {
    padding: 60px 15px;
}

.feed-title-wrap {
    background: #f5f5f5;
    padding: 60px 15px;
}

h2.feed-title {
    font-size: 31px;
    font-weight: 400;
    font-family: "Poppins", "sans-serif";
    text-align: center;
}

span.main-score {
    font-weight: 600;
    font-size: 30px;
}

button.addFeed {
    display: block;
    text-align: center;
    margin: 30px auto 0;
    background: #152638;
    color: #ffffff;
    border: 1px solid #000;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    transition: 0.5s;
}

button.addFeed:hover,
button.addFeed:focus {
    background: #ffffff;
    color: #152638;
}

.feeds-all {
    margin-top: 80px;
}

.feed-stuff {
    border-bottom: 1px solid #bfbdbd;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.feed-txt {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
}

span.feed-check {
    float: right;
    background: #eeeeee;
    padding: 7px 15px;
    font-size: 14px;
    color: #367520;
}

span.feed-name {
    font-weight: 700;
    margin: 0 20px;
}

span.feed-date {
    font-size: 16px;
}

i.fa.fa-check {
    margin-right: 5px;
}

section.page-header {
}

.cat-subtitle {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

h1.home-title2 {
    font-size: 64px;
    color: #fff;
    font-weight: 600;
}

.page-details {
    padding: 60px 15px;
    min-height: 550px;
}

.page-details a,
.page-details a:hover {
    color: #152638;
}

.blog-page.row {
    margin-top: 60px;
}

.l-privacy {
    cursor: pointer;
    margin-left: 23px;
    position: absolute;
    bottom: -13px;
    font-size: 13px;
}

.btn-request {
    background: #152638;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 0;
    border: 1px solid #152638;
    transition: 0.5s;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 20px;
}

.btn-request:hover {
    background: #152638;
    color: #ffffff;
    border-color: #152638;
}

.price-select {

    border-radius: 0 !important;
    height: 110px;
    cursor: pointer !important;
    padding: 50px 20px 0 10px;
}

.select2-container--default .select2-selection--multiple {
    background: transparent !important;
    border: none !important;
    color: #152638;
    border-top: 1px solid #dddddd !important;
    border-radius: 0 !important;
    height: 110px;
    cursor: pointer !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(0, 0, 0, 0.1) !important;
    color: #000 !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #152638 !important;
    background: #152638 !important;
    font-weight: normal;
    color: #454545 !important;
    border-radius: 50% !important;
    width: 30px !important;
    height: 30px !important;
    top: -10px !important;
}

.ui-widget-header {
    border: 1px solid #777777 !important;
    background: #777777 !important;
    color: #777777 !important;

}

div#price-range {
    margin-bottom: 16px;
}

span#range-min {
    font-weight: 700;
    position: absolute;
    left: 3px;
    bottom: 90px;
}

span#range-max {
    font-weight: 700;
    position: absolute;
    right: 0;
    bottom: 90px;
}

li.position-relative.wrap-field {
    padding: 20px 0;
    border-top: 1px solid #dddddd !important;
}

.price-select {
    text-align: center;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    border: none !important;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
}

.select2-dropdown {
    background-color: #eee !important;
    border: none !important;
    border-radius: 0;
    box-sizing: border-box;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    cursor: pointer !important;
}

.select2-results__option[aria-selected] {
    cursor: pointer;
    border-top: 1px solid #dddddd !important;
    border-bottom: 1px solid #dddddd !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #000 !important;
}

/*Slide Menu-sizes*/

#slideMenu {
    position: fixed;
    top: 0;
    right: -300px;
    /* Off-screen to the right */
    width: 300px;
    height: 100%;
    background-color: #f1f1f1;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
    transition: right 0.3s ease-in-out;
    z-index: 2;
    /* Place it above the overlay */
    padding: 60px 15px 30px 20px;
    overflow-y: scroll;
}

#slideMenu ul {
    list-style: none;
    padding: 20px;
}

#slideMenu ul li {
    padding: 10px;
}

#openMenu {
    cursor: pointer;
}

#closeMenu {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    /* Dark overlay color */
    z-index: 1;
    display: none;
}

/*Slide Menu-sizes*/

.sticky {
    position: sticky;
    left: 0;
}

.row-cat-info {
    margin-top: 50px;
    margin-bottom: 50px;
}

.cat-description {
    position: relative;
    max-height: 200px;
    -webkit-mask-image: -webkit-gradient(linear, 0% 40%, 0% 100%, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
    overflow: hidden;
    padding: 15px;
    transition: 0.5s;
}

.read-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    cursor: pointer;
    padding: 5px 0;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid;
    margin: -20px auto 0;
}

.read-more-btn:hover {
}

.expanded {
    max-height: 100% !important;
    -webkit-mask-image: inherit;
}

.btn.btn-primary {
    background-color: #152638;
    border-color: #152638;
}

.btn-primary:hover {
    color: #fff;
    background-color: #152638 !important;
    border-color: #152638 !important;
    opacity: 0.7;
}

.go-to-link {
    width: 75px;
    height: 75px;
    background: #f2f2f3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #152638;
    position: absolute;
    bottom: 0;
    right: 0;
}

.go-to-link a {
    color: #152638;
}


.btn-filter {
    position: relative;
    color: #152638;
    padding: 8px 16px;
    border: 1px solid #d6d6d6 !important;
    cursor: pointer;
    border-radius: 5px;
    background: #ffffff;
    display: inline-block;
    width: 130px;
    transition: 0.5s;
}


.page-link:focus {
    box-shadow: none !important;
}

.product-brand {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: underline;
}

.row.border-bottom.row-my-order {
    padding: 20px 0 0 0;
}

.col-xl-6.prod-descriptions {
    padding-left: 30px;
}

.warn-term {
    margin: 15px 0 0 -20px;
}

.warn-check {
    border-radius: 0 !important;
}

.subscribe-form .form-control.is-invalid,
.subscribe-form .was-validated .form-control:invalid {

    background-image: none !important;

}

.mb-5 h3 {
    margin-top: .5rem !important;
    background-color: #152638;
    padding: 10px 10px 10px 40px;
    color: white;
    width: 400px;
    max-width: 400px;
    margin-bottom: 50px;
    position: relative;
}

.mb-5 i.fa.fa-chevron-right {
    font-size: 20px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 17px;
}


.d-flex.align-items-center.mb-5 {
    flex-direction: column;
    align-items: start !important;
}

h2.mx-4.mb-0 {
    margin: 20px 0 0 !important;
}


.oborot {
    /* margin-left: 35px; */
    max-width: 400px;
    text-align: center;
}

span.ob-price {
    display: block;
    font-size: 30px;
    font-weight: 900;
    color: #152638;
}

p.mb-1.ob-txt {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 22px !important;
}

img.tc-icon.img-fluid {
    width: auto;
    height: 71px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: -12px 0 0 0;
}

.wrap-b.tci-page {
    padding: 30px 40px;
    min-height: initial;
}

.img-rounded {
    border-radius: 6px;
}

.page-details p {
    line-height: 1.3;
}

img.icon-img {
    max-width: 40px;
}

.wrap-img-ic {
    width: 100px;
    height: 100px;
    background: #dd223f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.strip-icon {
    width: 100%;
    height: 30px;
    background: #f2f9fb;
    position: absolute;
    right: 0;
    bottom: 35px;
    z-index: -1;
}

.number-hash {
    font-size: 95px;
    font-weight: 900;
    color: #dd223f;
    opacity: 0.5;
}

.number-hash {
    font-size: 95px;
    font-weight: 900;
    color: #dd223f;
    opacity: 0.45;
    display: block;
    margin-right: 30px;
    margin-top: -33px;
}


.flex-1 {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.flex-2 {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.left-element,
.right-element {
    flex: 1;
}

.left-element {
    margin-right: 100px;
    /* Половината от разстоянието (200px) */
}

.right-element {
    margin-left: 100px;
    /* Половината от разстоянието (200px) */
}

img.img-fluid.img-service {
    border-radius: 10px;
}


.accordion-body {
    opacity: 0.8;
    color: #242e6c;
    font-size: 18px;
}

p.thin.intext2 {
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    max-width: 90%;
}

h3.greyH {
    text-align: center;
    font-weight: 900;
    font-size: 23px;
    margin-bottom: 20px;
}

.paddingRow img.img-fluid.img-inline {
    display: block;
    margin: 0 auto 20px;
}

.text-center.wcs {
    background: #dd223f;
    width: 260px;
    height: 50px;
    display: block;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    border-radius: 5px;
    border: 1px solid #dd223f;
    transition: 0.5s;
    margin: 0 auto;
    cursor: pointer;
}

.text-center.wcs:hover {
    background: #ffffff;
    color: #dd223f;
}

input#agree,
input#agree2 {
    margin-left: 0;
    font-size: 20px;
    width: 20px;
    height: 15px;
}


.custom-checkbox {
    display: inline-block;
    position: relative;
    margin-left: 2px;
    margin-bottom: 10px;
    font-size: 12px;
}

#agree,
#agree2 {
    display: none;
}


.checkm {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    padding: 2px;
    margin-bottom: -3px;
    margin-right: 3px;
}

.check-icon {
    display: none;
    color: white;
    position: absolute;
    left: 3px;
    top: 2px;
    width: 7px;
}

#agree:checked + .checkm,
#agree2:checked + .checkm {
    background-color: #000;
    border-color: #000;
}

#agree:checked + .checkm .check-icon,
#agree2:checked + .checkm .check-icon {
    display: block;
}

img.img-fluid.page-header-form {
    width: 100%;
    max-height: 360px;
    object-fit: cover;
    object-position: bottom;
}

section.service-section {
    padding: 80px 5px;
    font-size: 17px;
    background-size: cover !important;
}

.service-section p.box-title {
    font-size: 21px;
    margin-bottom: 20px;
}

.row-types {
    display: flex;
    align-items: stretch;
}

.col-serv {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 15px;
    padding: 25px;
    min-height: 410px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.col-serv .card-about {
    padding: 30px;
    border-left: none;
    box-shadow: none;
    margin-bottom: 0;
    background: rgba(255, 255, 255, .9);
    border-radius: 10px;
}

.col-serv ul.ul-about.list-unstyled {
    margin: 0;
    column-count: 1;
}

.col-serv .card-about h3 {
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
}

ul.ul-about.list-unstyled li span {
    color: #152638;
    font-weight: 400;
    font-size: 16px;
}

img.check {
    position: absolute;
    left: 0;
    right: 0;
    top: -14px;
    margin: 0 auto;
}

.service-section .wrap-b {
    justify-content: center;
    padding: 30px 10px;
    text-align: center;
}

.ul-about-2 {
    margin: 0;
}

.ul-about-2 li {
    font-size: 17px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.service-section a.special-btn {
    position: relative;
    transition: all .45s ease-Out;
    display: flex;
    width: fit-content;

    height: 60px;
    background: #fff;
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #e14355;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0 30px;
    margin-top: 40px;
}

.b-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: #dd223f;
}

h3.b-title {
    text-align: center;
    font-weight: 700;
    font-size: 21px;
    color: #fff;
}

.benefits {
    margin-top: -40px;
    padding: 0 20px;
}

@media (max-width: 1690px) {

    .cat-subtitle {
        top: 85px;
    }

    h1.home-title2 {
        font-size: 55px;
    }


    .news-calculator .calculator-window {
        width: 100%;
    }

    .news-calculator .f-2 {
        flex-wrap: wrap;
    }

    .news-calculator .step-dots {
        width: 50px;
    }

    .navbar-expand-lg {
        margin-left: 40px;
    }


    h1.slide-title {
        font-size: 55px;;
        margin: 30px auto 40px;

    }

    .img-slider {

        min-height: 650px;
    }

    .home-services {
        padding: 100px 15px;
    }

    .calculator-window {
        max-width: 1300px;
        width: 100%;
        min-height: 120px;
        bottom: 60px;

    }

    .container {
        min-width: auto !important;
        max-width: inherit;
    }

    .row.row-menu {
        margin-right: 15px;
    }

    section.home-customers {
        padding: 30px 15px 60px;
    }

    .navbar-nav a.nav-link {
        font-size: 17px;
        margin: 0 15px;
    }


    .newslink a {
        font-size: 18px;
    }
}


@media (max-width: 1440px) {

    h1.home-title2 {
        font-size: 50px;
    }

    .cat-subtitle {
        top: 75px;
    }

    .wrap-box {
        background: #fff;
        padding: 50px 15px;
        text-align: center;
        margin: 15px 0;
        border-radius: 20px;
    }

    p.box-txt {
        min-height: 100px;
    }

}

@media (max-width: 1370px) {

    section.service-section.sr-8 {
        padding: 60px 5px 20px !important;
    }

    section.service-section.sr-5 {
        padding: 60px 5px 20px !important;
    }

    section.service-section.sr-4 {
        padding: 60px 5px 20px !important;
    }

    section.service-section.sr-3 {
        padding: 30px 5px !important;
    }

    section.service-section.sr-7 {
        padding: 30px 5px;
    }

    h1.home-title2 {
        font-size: 40px;
    }

    .cat-subtitle {
        top: 75px;
    }

    .benefits {
        margin-top: 0;
        padding: 0 20px;
        margin-bottom: 40px;
    }

    .phone-span span:nth-child(2) {
        font-size: 20px;
        font-weight: 700;
        margin-top: -5px;
    }

    a.wrap-logo {
        width: 220px;
        height: 115px;
        padding: 10px;
    }

    .calc-left-col {
        padding-right: 30px;
    }

    .fill-box {
        background: #f7f8fa;
        padding: 30px;
    }


    a.get-quote {
        margin-left: 15px;
    }

    .navbar-nav a.nav-link {
        font-size: 17px;
        margin: 0 10px;
    }

    h1.slide-title {
        font-size: 45px;
        margin: 30px auto 25px;
    }

    h2.slide-subtitle {
        font-size: 24px;
        max-width: inherit;
    }

    .wrap-box {
        padding: 30px;
        min-height: 420px;
        margin: 15px 0;
    }


    .box-feed {
        padding: 30px;
        max-width: 470px;
        min-height: 340px !important;
        margin: 0 10px;
    }

}

@media (max-width: 1280px) {

    .wrap-b {
        padding: 20px;
        margin: 15px 0;
        min-height: 140px;
        gap: 20px;

    }

    .wrap-box {
        padding: 30px 15px;
        min-height: 420px;
        margin: 15px 0;
    }

    img.img-fluid.page-header-form {
        min-height: 200px;
        object-fit: cover;
        object-position: right;
    }

    .left-element {
        margin-right: 50px;
    }

    .right-element {
        margin-left: 50px;
    }


    .calculator-window {
        max-width: 1300px;
        width: 97%;
        min-height: 120px;
        bottom: 60px;
    }


}

.step {
    hyphens: auto;
    overflow-wrap: break-word;
}

.service-section .row.justify-content-center {
    margin: 0;
}

@media (max-width: 1200px) {

    section.service-section.sr-1 {
        padding: 30px 5px;
    }

    .col-serv ul.ul-about.list-unstyled li span {
        font-size: 14px;
    }

    p.item-title {
        font-size: 18px;
    }

    .strip-menu {
        bottom: -20px;
        border-bottom: 6px solid transparent;
    }

    .news-calculator .step-dots {
        width: 35px;
    }

    .shipping-services ul li a {
        font-size: 16px;
    }

    a.wrap-logo {
        width: 150px;
        height: 100px;
    }


    header#header {
        height: 100px;
    }

    .wrap-b {
        padding: 20px;
        margin: 15px 0;
        min-height: 150px;
        gap: 20px;
    }

    span.ex-title {
        font-size: 50px;
        margin-bottom: -35px;
        display: block;
    }

    footer {
        padding: 60px 15px 0;
    }


    article.position-relative.art-slider {
        background: #252e36;
        padding-bottom: 30px;
    }

    .calculator-window label.input-label {
        font-size: 16px;

    }


    .v-line {
        width: 1px;
        height: 60px;
        background: #152638;
        display: block;
        margin: 0 20px 0 0;
    }

    .calculator-window .form-control {
        border-radius: 0;
        height: 50px;
        padding: 10px 10px 10px 0;
        font-size: 16px;
        max-width: 200px;
        min-width: inherit;
    }

    .form-control::placeholder {
        font-size: 12px !important;
    }

    label.form-check-label {
        font-size: 16px;
        margin-top: 4px;
    }
}

@media (max-width: 1199px) {


    span.ex-subtitle {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
    }

    .col-serv {
        max-width: 700px;
        margin: 0 auto 30px;
    }

    section.service-section.sr-6 .row {
        display: flex;
        flex-direction: column-reverse;
    }

    img.logo-footer {
        margin-left: -10px;
    }

    .wrap-b {
        padding: 20px;
        margin: 15px 0;
        min-height: 120px;
        gap: 20px;
    }

    .home-services {
        padding: 60px 15px;
        background-position: center;
    }

    .wrap-box {
        padding: 30px 15px;
        min-height: 360px;
        margin: 15px 0;
    }

    .v-line {
        display: none;
    }

    .calc-form-group {
        align-items: flex-start;
        flex-direction: column;
    }

    .form-group.agr {
        display: flex;
        flex-direction: column;
    }

    .form-group.agr br {
        display: none;
    }

    .form-group.agr label:nth-of-type(3) {
        margin: 0 0 0 24px !important;
        font-size: 12px;
    }

    .calculator-window .form-control {
        max-width: 300px;
        min-width: inherit;
    }

    .calculator-window {
        max-width: 1300px;
        width: 97%;
        min-height: 120px;
        bottom: inherit;
        position: relative;
        margin: 30px auto 0;
    }

    .calc-title {
        font-size: 13px;
    }

    .tab-c {
        padding: 10px 15px;
    }

    button.calculate-step {
        min-width: 70px;
        height: 70px;
        position: absolute;
        right: 15px;
        bottom: 20px;
    }

    .calculator-window .form-group {
        margin: 0 0 0 0;
        position: relative;
        border-bottom: 1px solid #e3e3e3;
        padding: 15px 0;
        max-width: 50%;
        width: 100%;
    }

    .calc-form-group .form-group:last-of-type {
        border-bottom: none;
    }

    .calc-form-group .form-group:has(+ #text-error) {
        border-bottom: none;
    }


    .l-privacy {
        position: relative;
        bottom: 0;
    }

    .wrap-form {
        background: #f5f7fa;
        padding: 20px;
        border-radius: 0 20px 20px 20px;
    }


    .slider-label {
        padding: 10px 40px;
        margin: 0 auto;
        font-size: 16px;
    }

    header span.phone-span {
        display: none;
    }

    .circle-icon {
        width: 50px;
        height: 50px;
    }

    .flex-1 {
        display: flex;
        align-items: center;
        margin-bottom: 100px;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .flex-2 {
        display: flex;
        align-items: center;
        margin-bottom: 100px;
        flex-direction: column-reverse;
        text-align: center;
    }

    .left-element,
    .right-element {
        margin: 0;
    }

    img.img-fluid.img-service {
        border-radius: 10px;
        margin-top: 20px;
    }

    .flex-1 .strip-title,
    .flex-2 .strip-title {
        margin: 0 auto !important;
    }


    .number-hash {
        font-size: 70px;
        font-weight: 900;
        color: #dd223f;
        opacity: 0.45;
        display: block;
        margin-right: 30px;
        margin-top: -20px;
    }

    .news-calculator .calculator-window {
        width: 100%;
        max-width: 545px;
        margin: 0 auto 0 0;
    }

    .news-calculator .step-dots {
        width: 100px;
    }

    .art-details {
        padding-right: inherit;
    }


    .navbar-nav a.nav-link {
        font-size: 16px;
        margin: 0;
    }

    .strip-menu {
        bottom: -21px;
    }

    .row.row-menu {
        margin-right: 0;
    }

    .navbar-expand-lg {
        margin-left: 0;
    }

    .col-lg-5.col-shop.align-self-center.text-end.order-lg-1 {
        margin-bottom: 10px;
    }

    .img-slider {
        min-height: inherit;
        object-fit: cover;
    }

    .slider-txt {
        top: 80px;
    }

    h1.slide-title {
        font-size: 40px;
        margin: 30px auto 25px;
    }

    h2.slide-subtitle {
        font-size: 16px;
        max-width: inherit;
    }

    section.home-icons {
        padding: 25px 15px;
        position: relative;
        width: 100%;
        bottom: 0;
        background-size: cover;
        background: #dd223f;
    }

    p.hs-1-subtitle {
        margin-bottom: 45px;
    }

    .home-icons .row {
        display: flex;
        text-align: center;
    }

    img.hs-1-icon {
        margin: 0 auto 20px;
    }

    p.hs-1-subtitle {
        margin: 0 auto 50px;
        text-align: center;

    }

    .home-title {
        font-size: 37px;
    }

    img.b-icon {
        display: block;
        margin: 0;
        width: 70px;
    }

    .home-feeds {
        background-size: cover;
        padding: 80px 15px;
    }

    .col-xl-6.left-col {
        padding-left: 15px;
    }

    .col-xl-6.right-col {
        padding-right: 15px;
    }

    section.home-customers .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .col-xl-6.left-col img {
        display: block;
        margin: 0 auto 35px;
    }

    .col-ex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        background: #3b495b;
        padding: 19px;
        border-radius: 15px;
    }

    img.ex-icon.img-fluid.img-inline {
        height: 60px;
    }

    span.ex-title {
        font-size: 45px;
        margin-bottom: -30px;
        display: block;
    }

    section.hs-4 {
        padding: 50px 15px;
    }

    .ul-soc {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .slider-label {
        padding: 10px 20px;
        font-size: 14px;
    }

    .copyright {
        justify-content: center;
        text-align: center;
    }

    .col-xl-6.text-end {
        text-align: center !important;
        margin-top: 10px;
    }

}

@media (max-width: 992px) {

    body {
        font-size: 16px;
    }

    h1.home-title2 {
        font-size: 35px;
    }

    .strip-icon {
        display: none;
    }

    .wrap-img-ic {
        margin-bottom: 50px;
    }


    .number-hash {
        font-size: 70px;
        font-weight: 900;
        color: #dd223f;
        opacity: 0.45;
        display: block;
        margin: 0 auto;
    }

    .col-lg-5.col-shop.align-self-center.text-end.order-lg-1 {
        margin-bottom: 0;
        position: absolute;
        right: 5px;
        top: 20px;
        justify-content: flex-end;
        width: fit-content;
    }


    .home-title {
        font-size: 27px;
        margin-bottom: 20px;
    }

    .border-box {
        margin-bottom: 40px;
        margin-top: 20px;
    }

    img.site-logo {
        max-width: 80px;
    }

    a.wrap-logo {
        display: flex;
        width: 90px;
        height: 90px;
        margin: 0;
        padding: 10px;

    }

    .label-title {
        padding: 6px 20px;
        margin: 0 auto 10px;
        font-size: 12px;

    }

    section.hs-2 {
        padding: 60px 15px 30px;
    }


    .wrap-b {
        padding: 20px;
        margin: 15px auto;
        min-height: inherit;
        gap: 10px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    header#header {
        min-height: 90px;
        height: auto;
        padding: 17px 0 0;
    }

    .strip-menu {
        display: none;
    }

    li.nav-item.active > a {
        color: #dd223f;
    }


    .page-details {
        padding: 60px 0;
    }

    img.img-fluid.img-article-big {
        width: 100%;
        height: auto;

    }

    .navbar-toggler {
        margin-top: 20px;
    }

    .navbar-expand-lg {
        display: flex;
        justify-content: center;
        margin-top: 0;
        padding-top: 0;
    }

    div#navbarNavDropdown {
        margin-bottom: 20px;
        justify-content: center;
        margin-left: 10px;
        margin-top: 20px;
    }

    nav.navbar.navbar-expand-lg {
        padding-bottom: 0;
        margin-top: 70px;
        text-align: left;
        position: relative;
    }




    li.nav-item {
        border-bottom: none;
        max-width: fit-content;
    }

    .navbar-nav a.nav-link {
        font-size: 17px;
        margin: 0 5px;
        padding: 5px 0;
    }


    li.nav-item-title {
        font-size: 20px;
    }

    .dropdown-menu li.nav-item:hover,
    .dropdown-menu li.nav-item:focus {
        border-bottom: none;
    }

    .navbar-nav .dropdown-menu li.nav-item a {
        margin: 0;
        padding: 0;
        font-size: 18px;
    }

    .ul-mega {
        max-width: 1100px;
        margin: 0 auto;
        text-align: center;
    }

    .navbar-nav .dropdown-menu.show {
        top: 65px;
        border-radius: 0;
        width: fit-content;
        border: none;
        padding-left: 20px;
        margin-top: -10px;
        margin-bottom: -10px;
    }

    .navbar-nav .dropdown-menu li.nav-item {
        max-width: inherit;
        padding: 10px 0 3px;
        margin: 0 auto !important;
    }

    li.nav-item:hover,
    li.nav-item:focus {
        border-bottom: none;
    }

    button.navbar-toggler.toggle-menu.d-lg-none {
        position: absolute;
        left: 120px;
        text-align: center;
        right: auto;
        margin: 0;
        max-width: 40px;
        top: 38px;
    }

    .toggle-menu span {
        left: calc(63% - 25px);
    }


    a.get-quote {
        width: 142px;
        height: 38px;
        padding: 9px;
        color: #fff;
        font-size: 13px;
    }

    a.header-pnone {
        font-size: 15px;
    }

    img.phone {
        max-width: 15px;
    }

    a.wrap-logo {
        position: absolute;
    }


    h1.slide-title {
        font-size: 36px;
        margin: 30px auto 25px;
        max-width: 500px;
    }

    .home-services {
        padding: 60px 15px;
        background: #f7f8fa;
    }

    img.b-icon {
        display: block;
        margin: 0 auto;
    }


    .slider-txt {
        top: 55px;
        max-width: inherit;
        margin: 0 auto;
        left: 0;
        right: 0;
        text-align: center;
    }

    .img-slider {
        height: auto;
        width: 100%;
        object-fit: cover;
    }

    .box-feed {
        padding: 30px;
        max-width: 470px;
        min-height: 360px !important;
        margin: 0 10px;
    }

    .col-ex {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        margin-bottom: 40px;
    }

    section.hs-4 {
        padding: 60px 15px 30px;
        background: url("../images/bg/bg-exp.jpg") no-repeat left;
        background-size: cover;
    }

    section.hs-5 {
        padding: 60px 15px 0;
        background: #f7f8fa;
    }

    .hs-6 {
        padding: 60px 15px;
    }

    .hs-group {
        display: flex;
        gap: 5px;
        margin-bottom: 30px;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    p.hs-6-text {
        font-size: 14px;
        font-weight: 300;
        max-width: 400px;
        text-align: justify;
    }

    .wrap-news {
        padding: 15px 25px;
        background: #ffffff;
        position: relative;
        min-height: initial;
        margin-bottom: 40px;
    }

    a.read-more {
        right: 5px;
        bottom: 8px;
    }

    .newslink {
        min-height: inherit;
    }

    .f-right-side {
        text-align: center;
        margin-top: 25px;
    }

    .f-left-side {
        text-align: center;
    }

    section.home-news {
        padding: 60px 15px;
        background: #f7f8fa;
    }

    .wrap-box {
        min-height: inherit;
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .benefits {
        padding: 0 20px;
        max-width: 400px;
        margin: 0 auto 40px;
    }

    .calc-left-col {
        padding-right: inherit;
    }

    section.service-section.sr-8 {
        background: #152638 !important;
    }

}


@media (max-width: 768px) {


    .step {
        font-size: 9px !important;
    }

    .row-types > .col-xl-6:first-child .col-serv:first-child {
        min-height: inherit;
        padding-top: 50px;
    }

    section.service-section {
        padding: 30px 5px;
    }

    .ul-about-2 {
        margin-top: 30px;
    }

    p.box-txt {
        min-height: inherit;
    }

    img.logo-footer {
        max-width: 130px;
    }

    footer {
        padding: 30px 15px 0;
    }

    footer p, footer a {
        font-size: 16px;
    }

    .calculator-window .form-group {
        margin: 0 0 0 0;
        position: relative;
        border-bottom: 1px solid #e3e3e3;
        padding: 15px 0;
        max-width: 80%;
        width: 100%;
    }

    h1.home-title2 {
        font-size: 30px;
    }


    img.img-fluid.page-header-form {
        min-height: 160px;
        object-fit: cover;
        object-position: center;
    }


    .cat-subtitle {
        top: 55px;
    }

    .slider-txt {
        top: 55px;
        padding: 0 15px;
    }


    h1.slide-title {
        font-size: 30px;
        margin: 12px auto 10px;
        max-width: 500px;
    }

    h2.slide-subtitle {
        font-size: 14px;
        max-width: inherit;
    }

    i.fa.fa-star,
    .points {
        color: #ffde02;
        font-size: 13px;
        margin: 0;
    }

    .title-group {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 0 10px;
        flex-wrap: wrap;
    }

    .box-feed {
        padding: 20px;
        max-width: 470px;
        min-height: 360px !important;
        margin: 0 10px;
    }

    img.f-logo.img-fluid {
        max-width: 70px;
    }

    .home-feeds {
        background-size: cover;
        padding: 20px 15px 60px;
    }

    .arrow-slider {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-bottom: 20px;
        margin-right: 10px;
    }


    .home-title {
        font-size: 30px;
    }

    .home-subtitle {
        font-size: 18px;
    }

    .form-control.calc-form,
    textarea {
        max-width: inherit !important;
    }

    #upload-label {
        display: block;
        width: 100%;
        height: 225px;
        border: 2px dashed #ccc;
        cursor: pointer;
    }

    #upload-label img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    img#preview-image {
        width: 100%;
        height: 225px;
        object-fit: cover;
    }

    ul.ul-about.list-unstyled {
        column-count: 1;
        margin: 0;
    }

}

@media (max-width: 440px) {

    .career-header h1 {
        font-size: 22px !important;
    }

    .career-subtitle {
        font-size: 12px !important;
        display: block;
    }

    .col-serv {
        padding: 10px;
    }

    .col-serv .card-about {
        padding: 15px;
    }

    .col-serv .card-about h3 {
        font-size: 18px;
    }

    section.service-section {
        font-size: 14px;
    }

    h1.home-title2 {
        font-size: 23px;
    }

    .home-services {
        padding: 60px 5px;
    }

    section.hs-2 {
        padding: 60px 5px 30px;
    }

    section.home-customers {
        padding: 30px 5px 60px;
    }

    section.hs-4 {
        padding: 60px 5px 30px;
    }

    footer {
        padding: 30px 5px 0;
    }

    .col-ex {
        margin-bottom: 20px;
    }

    .label-title {
        padding: 5px 15px;
        margin: 0 auto 10px;
        font-size: 10px;
    }

    .home-title {
        font-size: 25px;
    }

    .home-subtitle {
        font-size: 15px;
    }

    p.box-title {
        font-size: 22px;
    }


    ul.ul-about.list-unstyled {
        column-count: 1;
        margin: 0;
    }

    .calculator-window .form-group {
        margin: 0 0 0 0;
        position: relative;
        border-bottom: 1px solid #e3e3e3;
        padding: 10px 0;
        max-width: 100%;
        width: 100%;
    }

    .slider-label {
        padding: 5px 10px;
        font-size: 10px;
    }

    .slider-txt {
        top: 35px;
        padding: 0 15px;
    }

    .img-slider {
        min-height: 240px;
    }

    h1.slide-title {
        font-size: 25px;
        margin: 12px auto 10px;
    }

    .calculator-window {
        width: 95%;
    }

    .wrap-form {
        padding: 10px;
    }

    button.calculate-step {
        min-width: 70px;
        height: 70px;
        position: relative;
        right: 0;
        bottom: 0;
        margin: 25px auto 0;
    }

    .calculator-window .form-group {
        max-width: 100%;
        width: 100%;
    }

    .calc-title {
        font-size: 10px;
    }

    .tab-c {
        padding: 5px 10px;
    }

    .col-lg-5.col-shop.align-self-center.text-end.order-lg-1 {
        right: 0;
        top: 23px;
    }

    header .circle-icon {
        width: 40px;
        height: 40px;
    }

    button.navbar-toggler.toggle-menu.d-lg-none {
        transform: scale(0.8);
    }

    a.get-quote {
        width: 110px;
        height: 30px;
        padding: 9px;
        color: #fff;
        font-size: 10px;
        margin-left: 5px;
    }

    .btns-group {
        display: flex;
        gap: 30px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 410px) {


}


/*Back to top*/
#toTopBtn {
    position: fixed;
    bottom: 35px;
    right: 15px;
    z-index: 98;
    padding: 21px;
    background-color: #dd223f;
    display: none;
    border: 1px solid #dd223f;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.9;
}

.cd-top {
    position: fixed !important;
    bottom: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    background: url("../images/cd-top-arrow.svg") no-repeat center 50%;
    font-family: "FontAwesome", "sans-serif" !important;
}

/*END Back to top*/

/*MIRELA RELATED POSTS*/

.related-posts {
    background-color: #f7f8fa;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 11px;
}


.related-posts h4 {
    padding: 15px 0;
}


.related-posts a {
    color: #152638;
    font-weight: 600;

}


.related-posts p {
    font-size: 18px;
    color: #6a6a6a;
}

/* Careers Application CSS */
/* HEADER */
.career-header {
    margin-top: 40px;
}

.careers-box {
    background: #e30613;
    display: inline-block;
    padding: 6px 18px;
    border-radius: 20px;
    margin-bottom: 10px;
}

.careers-box p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.career-header h1 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 5px;
}

.career-subtitle {
    color: #777;
    font-size: 14px;
}

/* STEPPER */
.stepper-wrapper {
    display: flex;
    align-items: flex-start;
    margin: 40px auto 50px;
    position: relative;
    max-width: 1200px;
}

.step {
    position: relative;
    background: #fff;
    padding-top: 30px;
    font-size: 13px;
    text-align: center;
    color: #cccbd3;
    flex: 1;
    min-width: 0;
    white-space: pre-line;
    max-width: 100%;
    line-height: 1;
    font-weight: 500 !important;
}

.step::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #cccbd3;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    line-height: 1;
}

.step::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ddd;
    z-index: 1;
}

.file-name-display {
    position: absolute;
}

.upload-pill {
    position: relative;
}

.step:first-child::after {
    left: 50%;
    width: 50%;
}

.step:last-child::after {
    width: 50%;
}

.step.completed {
    color: #000;
}

.step.completed::after {
    background: #e30613;
}

.step.completed::before {
    content: url("../images/check.png");
    background: #e30613;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
    border-color: #e30613;
    background-size: 17px;
    color: #fff;
}

.step.failed {
    color: #000;
}

.step.failed::after {
    background: #e30613;
}

.step.failed::before {
    border-color: #bbb;
    color: #fff;
}

.step.active {
    color: #000;
    font-weight: 600;
}

.step.active::before {
    content: "";
    border-color: #eeeeee;
    background: radial-gradient(circle, #e30613 0 5px, #fff 4px);
    box-shadow: 0 0 10px #a9a8a8;
}

.step.active::after {
    background: linear-gradient(to right,
    #e30613 0%,
    #e30613 50%,
    #ddd 50%,
    #ddd 100%);
}

.step.first::after {
    background: #ddd;
}

.step.last::after {
    background: linear-gradient(to right,
    #e30613 0%,
    #e30613 100%,
    #ddd 50%,
    #ddd 100%);
}


/* FORM CONTAINER */
.application-container {
    margin: auto;
}

/* FORM ROWS */
.form-group {
    margin-bottom: 18px;
}

.form-control {
    border-radius: 6px;
    height: 44px;
}

.textarea-custom {
    height: auto !important;
    min-height: 44px;
    resize: vertical;
}

/* NAVIGATION */
.form-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}

.btn-next,
.btn-prev {
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: 600;
}

.career-divider {
    width: 70%;
    margin: 30px auto;
    border: none;
}

.form-application .form-group {
    align-items: center;
    margin-bottom: 1.5rem;
}

.form-check-input {
    min-width: 20px;
}

.form-application label.col-form-label {
    font-weight: 500;
    color: #152638;
    font-size: 17px;
}

.input-and-upload {
    gap: 1rem;
}

.upload-pill-label {
    display: inline-flex;
    align-items: center;
    padding: 10px 26px;
    border-radius: 999px;
    background: #edf3fb;
    border: none;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}

.upload-pill-label i {
    margin-right: 8px;
}

.inline-options .form-check {
    margin-right: 1.8rem;
}

.options-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 2.5rem;
}

.grey-divider {
    width: 100%;
    border-top: 1px solid #eee;
}

.form-control.datepicker {
    max-width: 220px;
}

.card-body {
    padding: 0.75rem 0;
}

.options-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 2.5rem;
}

.career-option {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.career-option-other .career-other-input {
    max-width: 220px;
    margin-left: 0.5rem;
    height: 36px;
    padding: 4px 10px;
}

.employers-info {
    position: relative;
    background: #fff;
    padding-top: 30px;
    font-size: 12px;
    text-align: center;
    color: #aaa;
    width: 100%;
}

.employer-row {
    border: 1px solid #c0bbbb;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.review-row {
    border: 1px solid #c0bbbb;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
    background: #e4ebf1;
}

.agreement-info {
    position: relative;
    background: #fff;
    padding-top: 30px;
    text-align: center;
    width: 100%;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    font-weight: bold;
}

.review-header h4 {
    margin: 0;
    font-weight: 600;
}

.review-edit {
    font-size: 18px;
    cursor: pointer;
    opacity: 0.7;
}

.review-edit:hover {
    opacity: 1;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px;
    row-gap: 12px;
}

.review-item {
    display: flex;
    flex-direction: column;
}

.review-label {
    font-weight: 600;
    font-size: 14px;
    color: #333;
}

.review-value {
    font-size: 14px;
    color: #555;
}

.review-section {
    font-size: 20px;
    color: #555;
}


.datepicker-wrap {
    position: relative;
    width: fit-content;
}

.datepicker-wrap input.datepicker {
    padding-right: 42px; /* място за иконата */
}

.datepicker-wrap .datepicker-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #ee817b;
    font-size: 16px;
    pointer-events: none;
}

.application-container .form-control::placeholder {
    color: #595959 !important;
    font-weight: 200;
    font-size: 13px;
}
