@import url("https://fonts.googleapis.com/css2?family=Economica:ital,wght@0,400;0,700;1,400;1,700&display=swap");

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Economica", sans-serif;
}

ul.navbar-nav li.dropdown>ul.dropdown-menu {
    min-width: 280px;
    right: 0;
    left: inherit;
}

.row.dis-flex-box {
    display: flex;
    flex-wrap: wrap;
}

.heading_bunch h3 {
    font-size: 25px;
    margin-bottom: 4px;
}

.shopping_basket {
    max-width: 30px;
    margin: 0 auto;
    /* padding-bottom: 10px; */
}

.row.dis-flex-box .col-sm-4 .product .desc-p-tag p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: none;
}

.row.dis-flex-box .col-sm-4 .product .desc-p-tag p:first-child {
    display: -webkit-box;
}

.row.dis-flex-box .col-sm-4 {
    margin-bottom: 30px;
}

.row.dis-flex-box .col-sm-4 .bg-image-box {
    height: 250px;
    background-size: cover;
    background-position: center;
    object-fit: cover;
}

.raid_button_wrapper .radio_box .form-check-inline:last-child:before {
    content: "*";
    color: red;
    top: -11px;
    right: -19px;
    position: absolute;
    font-size: 21px;
}

.raid_button_wrapper .radio_box .form-check-inline:last-child {
    position: relative;
}

.row.dis-flex-box .col-sm-4 .bg-image-box img {
    display: none;
}

.rd-mailform .form-group.btn-wr {
    margin-top: 2.5rem;
}

.rd-mailform .form-group.textarea {
    width: 100%;
    margin-left: 0;
    margin-top: 2.11111111rem;
}

.rd-mailform .form-group:first-child {
    margin-top: 0;
}

.rd-mailform .form-group input.form-control,
.rd-mailform .form-group select,
.rd-mailform .form-group textarea {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    outline: none;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 10px 0;
    line-height: 1.55555556rem;
    color: #212526;
    background: #ffffff;
    border: none;
    height: 45px;
    border-bottom: 0.06666667rem solid #212526;
    box-shadow: none;
}

.rd-mailform {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 31.77777778rem;
}

.form-label {
    position: absolute;
    top: 0;
    left: 0;
    font-size: inherit;
    line-height: inherit;
    padding: 0.83333333rem 0.83333333rem 0.83333333rem 0.83333333rem;
    transition: 0.3s all ease;
    pointer-events: none;
    color: #212526;
}

.form-group {
    position: relative;
}

.rd-mailform .form-group>label {
    width: 100%;
    font-weight: 300;
    margin-bottom: 0;
}

.form-group.mfInput span.mfValidation.error {
    position: relative;
    right: 0;
    top: 0;
    color: #ff0000;
    font-weight: 300;
    font-size: 0.66666667rem;
    padding: 3px;
}

.desc-p-tag {
    padding-top: 10px;
}

div#modelpop .showing-uploadimg .fixedimg-wit img {
    object-fit: contain;
}

.allprovi-blk .form-group .showing-uploadimg img,
.allprovi-blk .tb_img img {
    object-fit: contain;
}

.auto-lineheight {
    line-height: normal;
}

h1 {
    font-size: 48px;
    line-height: 56px;
    text-transform: capitalize;
}

.pt-50 {
    padding-top: 50px;
}

.pb-50 {
    padding-bottom: 50px;
}

.navbar-brand span {
    text-transform: capitalize;
}


/* header:not(.home-header) .stuck_container.isStuck .navbar-header .navbar-brand img {
    height: 40px !important;
} */


/* .stuck_container.isStuck .navbar-header .navbar-brand span {
    font-size: 3.33333333rem;
} */


/* .stuck_container.isStuck ul.navbar-nav>li>a {
    padding: 17px 10px 17px;
} */

.stuck_container.isStuck ul.navbar-nav>li>ul.dropdown-menu {
    margin-top: 0;
}

footer.footer-block {
    padding: 15px 0;
    background-color: #4e5152;
}

footer.footer-block p,
footer.footer-block ul li a {
    color: #fff;
}

footer.footer-block .right-footer-link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

footer.footer-block .right-footer-link ul li {
    margin-left: 20px;
}

footer.footer-block .right-footer-link ul li a:hover {
    color: #f55064;
}

section.banner-slider-section,
.banner-slider,
.banner-images {
    height: 100vh;
}

header.home-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
}

.navbar-header .navbar-brand span {
    font-size: 46px;
    vertical-align: middle;
    font-family: "Economica", sans-serif;
}

header .navbar-wrap nav.navbar ul.navbar-nav {
    margin-top: 0;
}


/* header:not(.home-header) .navbar-header .navbar-brand img {
    height: 40px !important;
    width: auto;
} */

section.banner-slider-section .middle-content {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    text-align: center;
}

section.banner-slider-section .banner-slider button.slick-arrow {
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    background-color: transparent;
    border: none;
    width: 40px;
    height: 40px;
    z-index: 99;
}

section.banner-slider-section .banner-slider button.slick-arrow.slick-prev {
    left: 15.2%;
}

section.banner-slider-section .banner-slider button.slick-arrow.slick-next {
    right: 15.2%;
}

section.banner-slider-section .banner-slider button.slick-arrow.slick-prev:before {
    content: "";
    content: "\e5cb";
    font-size: 40px;
    font-family: "Material Icons";
    font-weight: 400;
    color: #fff;
    display: block;
}

section.banner-slider-section .banner-slider button.slick-arrow.slick-next:before {
    content: "\e5cc";
    font-size: 40px;
    font-family: "Material Icons";
    font-weight: 400;
    color: #fff;
    display: block;
}

section.banner-slider-section .middle-content .container {
    display: flex;
    position: relative;
    z-index: 99;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.banner-content h2,
.banner-content p {
    color: #fff;
}

.banner-content h2 {
    font-size: 64px;
    line-height: 76px;
    margin-bottom: 10px;
}

.banner-content p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}

.banner-content a.btn {
    margin-top: 20px;
}

.banner-images {
    background-size: cover;
    background-position: center;
}

.h1-title h1 {
    margin-bottom: 20px;
}

.form-group.filled .form-label {
    opacity: 0;
}

.forms-div-block {
    padding: 0;
}

.forms-div-block .rd-mailform.full-width {
    width: 100%;
    max-width: 100%;
}

.forms-div-block .rd-mailform.full-width .form-group .form-control,
.forms-div-block .forms .rd-mailform.full-width .form-group select {
    text-align: left;
    padding: 10px 0px;
    font-size: 14px;
    padding: 0 15px !important;
    box-shadow: 0 0 3px 1px #e7e7e7;
    border: none;
}

.forms-div-block .forms-titles {
    margin-bottom: 20px;
}

.forms-div-block .forms-titles {
    position: relative;
    padding-bottom: 10px;
}


/*
.forms-div-block .forms-titles:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 3px;
    background-color: #000;
}
*/

.forms-div-block .rd-mailform.full-width .form-group select {
    background-image: url(../images/down-arrow.png);
    background-size: 14px;
    background-position: center right 13px;
    background-repeat: no-repeat;
    text-align: left;
}

.form-blocks-boxes {
    padding-bottom: 0px;
}

.form-blocks-boxes .row {
    margin-top: 30px;
}

.forms-div-block .rd-mailform.full-width .form-group input:focus {
    border-color: #3c8d1f;
}

.search-prod-block {
    max-width: 225px;
    margin: 0 auto;
    display: flex;
    width: 100%;
}

header .navbar-wrap nav.navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.search-prod-block .form-group .form-control {
    height: 40px;
    border-radius: 30px;
    padding: 5px 90px 0 15px;
    width: 100%;
    font-size: 16px;
    color: #000;
}

.search-prod-block form {
    width: 100%;
}

.search-prod-block .form-group button.find-btn {
    position: absolute;
    right: 0;
    color: #ffffff;
    background-color: #3c8d1f;
    border-color: #3c8d1f;
    padding: 9px 15px 5px;
    font-size: 16px;
    border-radius: 0 30px 30px 0;
    top: 0;
    margin: 0;
    height: 40px;
    line-height: 27px;
    font-weight: 400;
}

.breadcrumb-ul ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    /* background-color: #3c8d1f; */
    border-radius: 0;
    padding: 0px;
    justify-content: space-between;
}

.breadcrumb-ul ul li {
    padding: 0;
    position: relative;
    margin-bottom: 10px;
    margin-right: 14px;
    /* background-color: #f4f4f4;*/
}

.breadcrumb-ul ul li a {
    color: #333;
    padding: 5px 0px 5px 0;
    display: block;
    position: relative;
    font-size: 18px;
    margin-right: 15px;
}

.breadcrumb-ul ul li:before {
    /* content: "\f105"; */
    position: absolute;
    right: 0;
    font-family: fontawesome;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    top: 9px;
    /* transform: translateY(-50%); */
}

.breadcrumb-ul ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

.breadcrumb-ul {
    margin-bottom: 30px;
}

.product-blockbox {
    padding: 20px 0;
}

.product-blk {
    background-color: #f1f1f1;
    border-radius: 10px;
    box-shadow: 0 1px 2px 1px #e5e5e5;
    padding: 15px 20px;
    border-top: 3px solid #3c8d1f;
    transition: all ease-in 0.3s;
}

.product-blk:hover {
    box-shadow: 0 2px 4px 2px #dbdbdb;
}

.product-blockbox .row {
    display: flex;
    flex-wrap: wrap;
}

.product-blk h3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 36px;
}

.product-blk a.btn.bottom-btn {
    font-size: 16px;
    background-color: #3c8d1f;
    display: inline-block;
    padding: 12px 20px;
    color: #fff;
    line-height: 1;
}

.forms-div-block .btn.btn-primary {
    background-color: #3c8d1f;
    border-color: #3c8d1f;
    padding: 20px;
    font-size: 16px;
    margin: 0;
}

.product-blk a.btn.bottom-btn:hover {
    border-color: #3c8d1f;
    background-color: transparent;
    color: #3c8d1f;
}

.forms-div-block .rd-mailform.full-width .form-group .radio-inline input {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
}

.forms-div-block .rd-mailform.full-width .form-group .radio-inline .radio span {
    position: relative;
    text-align: left;
    display: inline-block;
    padding-left: 38px;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
}

.forms-div-block .rd-mailform.full-width .form-group .radio-inline {
    display: inline-block;
    text-align: left;
    padding-left: 0px;
}

.forms-div-block .rd-mailform.full-width .form-group .radio-inline .radio span:before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    border: 2px solid #4e5152;
    border-radius: 30px;
    left: 0;
}

.forms-div-block .rd-mailform.full-width .form-group .radio-inline .radio span:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #4e5152;
    left: 7px;
    border-radius: 30px;
    top: 7px;
    transition: all ease-in 0.3s;
    opacity: 0;
    visibility: hidden;
}

.forms-div-block .rd-mailform.full-width .form-group .radio-inline .radio input[type="radio"]:checked+span:after {
    opacity: 1;
    visibility: visible;
}

.forms-div-block .rd-mailform.full-width .form-group .radio-inline label.radio {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
}

.inline-titlewith-radio h5 {
    display: inline-block;
    text-align: left !important;
    margin-right: 15px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: bold;
}

.inline-titlewith-radio {
    text-align: left;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 10px;
    padding-bottom: 20px;
}

.forms-div-block .form-blocks-boxes .row {
    display: flex;
    flex-wrap: wrap;
}

.sub-form-box {
    background-color: #f9f9f9;
    padding: 20px;
    box-shadow: 0 0 4px 1px #d9d9d9;
}

.add-default-font {
    font-family: "Roboto";
    font-size: 14px;
    font-weight: bold;
    padding-top: 15px;
}

.checkbox-inline.design-checkbox {
    width: 100%;
    padding: 0;
}

.design-checkbox .checkbox input {
    position: absolute;
    width: 100%;
    opacity: 0;
}

.design-checkbox .checkbox {
    position: relative;
    display: block;
}

.design-checkbox .checkbox span {
    position: relative;
    padding-left: 38px;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    width: max-content;
}

.radio_box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.radio_box .form-check-inline {
    padding-right: 30px;
}

.radio_box label.form-check-label span {
    padding-left: 20px;
    position: relative;
    cursor: pointer;
}

.radio_box .form-check-inline:last-child {
    padding-right: 0;
}

input[type="radio"]:checked+span::before {
    border-color: red;
}

.radio_box label.form-check-label {
    border: 1px solid #000;
    padding: 7px 10px;
    border-radius: 11px;
    position: relative;
}

.radio_box label.form-check-label span:before {
    content: "";
    position: absolute;
    left: -11px;
    top: 50%;
    height: 20px;
    border: 1px solid #000;
    border-radius: 50%;
    transform: translateY(-50%);
    width: 20px;
}

.radio_box label.form-check-label input:checked+span:after {
    opacity: 1;
}

.ineer_amout_bz {
    display: flex;
    flex-wrap: wrap;
}

.radio_inform_section p {
    padding: 26px 0;
}

.radio_box input.form-check-input {
    /* display: none; */
    visibility: hidden;
}

.design-checkbox .checkbox span:before {
    content: "";
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border: 3px solid #000;
    top: 0px;
}

.design-checkbox .checkbox span:after {
    content: "\f00c";
    position: absolute;
    width: 25px;
    height: 25px;
    font-family: "FontAwesome";
    left: 0;
    visibility: hidden;
    border: 3px solid #3c8d1f;
    text-align: center;
    line-height: 20px;
    color: #3c8d1f;
    opacity: 0;
    transition: all ease-in 0.1s;
    transform: scale(0);
}

.design-checkbox .checkbox input[type="checkbox"]:checked+span:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.sub-form-box .forms-titles h3 {
    font-size: 26px;
    text-transform: capitalize;
}

.sub-form-box .forms-titles:before {
    display: none;
}

.sub-form-box .forms-titles {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sub-form-box .forms-titles1 h3 {
    font-size: 26px;
}

.sub-form-box .forms-titles1:before {
    display: none;
}

.sub-form-box .forms-titles1 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.sub-form-box .row {
    margin-top: 20px;
}

.form-blocks-boxes textarea {
    height: 100px !important;
    text-align: left !important;
}

.forms-div-block .forms {
    margin-bottom: 40px;
}

section.banner-slider-section {
    position: relative;
}

section.banner-slider-section .banner-images,
.slider-overlay {
    position: relative;
}

.slider-overlay:before {
    content: "" !important;
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgb(46 46 46 / 50%);
    width: 100%;
    height: 100%;
    z-index: 9;
    /* background: #4e5152; */
}

header .search-prod-block .form-group {
    margin-bottom: 0;
}

section.bg-image.bg-fixed a.locate.fa-map-marker {
    position: relative;
    z-index: 99;
}


/*header.darkHeader {
    position: fixed;
    background-color: rgb(33 37 38 / 80%);
    top: 0;
    transition: all ease-in .3s;
    transform: translate(0);
    z-index: 9999;
}

header.darkHeader .navbar-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}*/

ul.navbar-nav li.dropdown>ul.dropdown-menu>li>a {
    line-height: 18px;
    height: auto;
    font-size: 16px;
    padding: 10px 10px;
}

ul.navbar-nav li.dropdown>ul.dropdown-menu,
ul.navbar-nav li.dropdown>ul.dropdown-menu>li {
    line-height: normal;
}

ul.navbar-nav>li>a {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 9px;
}

.bg-image a.locate.fa-map-marker span {
    width: 130px;
    height: 130px;
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    font-size: 16px;
    background-color: #3c8d1f;
    border: #3c8d1f;
}

ul.marked-list li {
    margin-bottom: 0px;
    display: block;
}

header .search-prod-block .form-group {
    position: relative;
}

header .search-prod-block .form-group .show-search-listitems {
    position: absolute;
    width: 100%;
    background-color: #fff;
}

header .search-prod-block .form-group .show-search-listitems ul {
    max-height: 384px;
    overflow-y: auto;
    overflow-x: hidden;
}

header .search-prod-block .form-group .show-search-listitems ul li a {
    display: block;
    padding: 7px 15px;
    line-height: normal;
    border-bottom: 1px solid #c4c4c4;
    font-size: 14px;
    color: #000;
}

header .search-prod-block .form-group .show-search-listitems ul li {
    display: block;
    width: 100%;
}

header .search-prod-block .form-group .show-search-listitems ul {
    width: 100%;
    padding: 0;
}

header .search-prod-block .form-group .show-search-listitems ul li a:hover {
    background-color: #3c8d1f;
    color: #fff;
}

.sticky-searchblock .form-divvs .form-group .error {
    position: absolute;
    width: 100%;
    background-color: transparent;
    margin: 0;
    bottom: 0;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    /* padding: 0; */
}

.sticky-searchblock .form-divvs .form-group .error.form-control {
    position: relative;
    color: #000;
    background-color: #fff;
}

.sticky-searchblock .form-divvs .form-group {
    padding-bottom: 15px;
}

.sticky-searchblock .form-divvs .form-group label.error {
    bottom: -6px;
    left: 15px;
}

.search-prod-block .form-group label.error {
    text-align: left;
    display: block;
    padding: 3px 15px;
    background-color: #d7d7d7;
    border-radius: 30px;
    font-size: 13px;
    position: absolute;
    bottom: -34px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.rd-mailform .form-group.textarea textarea {
    height: 100px;
}

.sticky-searchblock {
    position: fixed;
    top: 115px;
    left: 77px;
    background-color: #4e5152;
    max-width: 320px;
    width: 100%;
    padding: 20px;
    text-align: left;
    border-radius: 10px;
    text-align: center;
    z-index: 9999;
    /*transform: translateX(-520px);   */
    transform: translateX(-400px);
    transition: all ease-in 0.3s;
}

.sticky-searchblock.open-sidebar {
    transform: translateX(0px);
}

.sticky-searchblock p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 6px;
}

.sticky-searchblock h3 {
    color: #fff;
    font-size: 34px;
    line-height: 38px;
    margin-bottom: 15px;
}

.sticky-searchblock .form-divvs {
    display: flex;
    flex-wrap: wrap;
}

.sticky-searchblock .form-divvs .form-group {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

.sticky-searchblock .form-divvs .form-group .form-control {
    height: 40px;
    border-radius: 30px 0 0 30px;
    font-size: 14px;
    padding: 0 15px;
    width: calc(100% - 85px);
    margin-bottom: 0px;
    text-align: left;
    color: #000;
}

.sticky-searchblock .form-divvs .form-group button.frm-btnbox {
    width: 100%;
    border-radius: 0 30px 30px 0;
    height: 40px;
    border: none;
    background-color: #3c8d1f;
    color: #fff;
    font-size: 14px;
    text-align: left;
    padding: 0 16px;
    max-width: 85px;
}

header .stuck_container nav ul.navbar-nav {
    margin-right: 34px;
    margin-left: auto;
    margin-top: 12px !important;
}

.isStuck ul.navbar-nav {
    margin-right: 0 !important;
}

header .stuck_container.isStuck nav .search-prod-block {
    display: none;
}

a.close-sidbar {
    position: absolute;
    left: 7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    top: 2px;
}

a.close-sidbar span {
    position: absolute;
    width: 19px;
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
    top: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

a.close-sidbar span:last-child {
    transform: rotate(-45deg);
}

.sticky-searchblock .pincode-icon {
    position: absolute;
    right: -40px;
    top: 14px;
    text-align: center;
    line-height: 40px;
}

.sticky-searchblock .pincode-icon a {
    background-color: #3c8d1f;
    width: 40px;
    height: 40px;
    border-radius: 0 20px 20px 0;
    display: block;
    color: #fff;
}

.sticky-searchblock .form-divvs form {
    width: 100%;
}


/*.sticky-searchblock.open-sidebar.open-leftside-bar {
    transform: translateX(0);
}*/

ul.marked-list li.border-bottom {
    border-bottom: 1px solid #3c8d1f;
    padding-bottom: 15px;
    display: block;
}

.modal.show {
    opacity: 1;
    z-index: 9999;
}

.required-sign {
    color: red;
}

.forms-div-block .form-blocks-boxes .form-group>label {
    font-weight: bold;
    font-size: 14px;
}

.sub-form-box .form-control,
.sub-form-box .form-select {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.checkbox-inline.design-checkbox.multicheckbox-block label.checkbox {
    display: inline-block;
    width: 50%;
    margin: 6px 0;
    text-align: left;
    font-weight: normal;
}

.checkbox-inline.design-checkbox.multicheckbox-block {
    /*display: flex;*/
    flex-wrap: wrap;
    position: relative;
}

div#myTabContent .tab-pane>label {
    font-family: "Economica", sans-serif;
}

.checkbox-inline.design-checkbox.multicheckbox-block1 label.checkbox {
    display: inline-block;
    width: 50%;
    margin: 6px 0;
    text-align: left;
    font-weight: normal;
}

.checkbox-inline.design-checkbox.multicheckbox-block1 {
    display: flex;
    flex-wrap: wrap;
}

button.link-button {
    background-color: transparent;
    border: none;
    color: #8b8b8b;
    padding: 0;
    margin-left: 5px;
    font-weight: bold;
    text-decoration: underline;
}

.modal:before {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.modal-dialog {
    width: 100%;
    max-width: 900px;
    padding: 0 15px;
    transform: inherit !important;
}

.modal-dialog .container {
    width: 100%;
}

.modal-dialog .modal-content {
    border-radius: 0;
    height: calc(100vh - 100px);
    margin-top: 80px;
}

.modal-dialog .modal-content .modal-header {
    position: relative;
}

.modal-dialog .modal-content .modal-header button {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 30px;
    background-color: #3c8d1f;
    margin: 0;
    border-radius: 50%;
}

.modal-dialog .modal-content .modal-header button:before,
.modal-dialog .modal-content .modal-header button:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    width: 15px;
    height: 3px;
    background-color: #fff;
    margin: auto;
    /* transform: translateY(-50%); */
}

.modal-dialog .modal-content .modal-header button:before {
    transform: rotate(45deg);
}

.modal-dialog .modal-content .modal-header button:after {
    transform: rotate(-45deg);
}

.form-blocks-boxes .form-group .error {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
}

.tooltip-div {
    display: inline-block;
    position: relative;
}

.tooltip-div p.tooltip-btn {
    background-color: transparent;
    border: none;
    font-size: 20px;
    padding: 0;
    line-height: normal;
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.tooltip-div .tooltip-content {
    position: absolute;
    min-width: 440px;
    background-color: rgb(78 81 82 / 100%);
    padding: 15px;
    border-radius: 5px;
    top: -31px;
    left: 34px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in 0.2s;
    z-index: 99;
    line-height: 22px;
}

.tooltip-div .tooltip-content p {
    font-size: 14px;
    color: #fff;
}

.tooltip-div .tooltip-content:before {
    content: "";
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #fff;
    position: absolute;
    left: -10px;
    top: 36px;
}

.tooltip-div:hover .tooltip-content {
    opacity: 1;
    visibility: visible;
}

.rd-mailform .form-group textarea {
    padding-left: 15px;
}

.navbar-nav>li a:hover,
.navbar-nav>li.active>a,
.navbar-nav>li.sfHover>a,
.dropdown-menu>li>a:focus {
    background: #3c8d1f !important;
    color: #fff;
}

.btn-green-bg {
    background-color: #3c8d1f;
    color: #fff;
    /*    background-color: #00b050;*/
}

.btn-green-bg:hover {
    background-color: #fff;
    color: #3c8d1f;
    border-color: #3c8d1f;
}

ul.marked-list li a {
    color: #3c8d1f;
}

ul.marked-list li:before {
    color: #3c8d1f;
}

ul.marked-list:before {
    border-color: #3c8d1f;
}

div#myTabContent .tab-pane {
    display: none;
}

.right_bunch.first_bunch {
    width: 100%;
}

div#myTabContent .tab-pane.show.active {
    display: block;
}

.banner-slider-section .middle-content .banner-content a.btn-danger {
    background-color: #3c8d1f;
    border-color: #3c8d1f;
}

.banner-slider-section .middle-content .banner-content a.btn-danger:hover {
    background-color: #fff;
    color: #3c8d1f;
}

.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover,
footer.footer-block .right-footer-link ul li a:hover {
    color: #3c8d1f;
}

.toTop:hover {
    background: #3c8d1f;
}

blockquote.quote a.btn-danger {
    background: #3c8d1f;
    border-color: #3c8d1f;
}

blockquote.quote a.btn-danger:hover {
    background: #fff;
    border-color: #3c8d1f;
    color: #3c8d1f;
}

.sticky-searchblock.open-leftside-bar {
    transform: translateX(-355px);
}

.row.mt-0 {
    margin-top: 0;
}

.sub-form-box .form-blocks-boxes {
    padding-bottom: 0px;
}

.sticky-searchblock .form-divvs .form-group {
    position: relative;
    max-width: 205px;
    margin: 0 auto;
}

.sticky-searchblock .form-divvs .form-group .show-search-listitems.locationList {
    position: absolute;
    width: 100%;
    background-color: #e7e7e7;
    top: 41px;
    border-radius: 10px;
    overflow: hidden;
}

.sticky-searchblock .form-divvs .form-group .show-search-listitems.locationList ul.dropdown-menu {
    width: 100%;
    padding: 0;
    overflow: hidden;
    max-height: 160px;
    overflow-y: auto;
}

.sticky-searchblock .form-divvs .form-group .show-search-listitems.locationList ul.dropdown-menu li.auto-search-box a {
    color: #000;
    padding: 7px 15px;
    line-height: normal;
    border-bottom: 1px solid #c4c4c4;
    font-size: 14px;
    overflow: hidden;
}

.sticky-searchblock .form-divvs .form-group .show-search-listitems.locationList ul.dropdown-menu li.auto-search-box a:hover {
    background-color: #3c8d1f;
    color: #fff;
}

form.rd-mailform .form-group .form-control {
    padding: 0 !important;
}

form.rd-mailform .form-group .form-control[type="number"] {
    padding-left: 12px !important;
}


/* .breadcrumb-ul ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #d9d9d9;
} */

.breadcrumb-ul ul li a:after {
    content: "";
    /* width: 20px; */
    /* height: 2px; */
    /* right: -17px; */
    /* position: absolute; */
    /* background-color: #d9d9d9; */
    /* bottom: 7px; */
    /* transform: rotate(-45deg); */
    content: "";
    position: absolute;
    top: 5px;
    width: 23px;
    height: 24px;
    background: inherit;
    border: inherit;
    border-left-color: transparent;
    border-bottom-color: transparent;
    border-radius: 0px 4px 0px 0px;
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    right: -11px;
    z-index: 1;
}


/* .breadcrumb-ul ul li.active a:before,
.breadcrumb-ul ul li.active a:after {
    background-color: #3c8d1f;
} */


/* .breadcrumb-ul ul li.active a {
    color: #3c8d1f;
} */

.tab-pane h2 {
    font-size: 30px;
    line-height: 45px;
}

.tab-pane h2 span.searched-key {
    background-color: #e9e9e9;
    padding: 3px 10px;
    display: inline-block;
    line-height: normal;
    margin-left: 15px;
}

.tab-pane .form-group.row .showing-uploadimg .fixedimg-wit {
    max-width: 100%;
}

.tab-pane .form-group .inner-table table {
    width: 100%;
    /* border-collapse: collapse; */
    border: 1px solid #cfcfcf;
}

.tab-pane .form-group .inner-table table tr:first-child td {
    background-color: #3c8d1f;
    color: #fff;
    padding: 10px;
    border-right: 1px solid #fff;
}

.tab-pane .row {
    margin-top: 0;
}

.tab-pane .form-group .inner-table table td .form-control {
    border: none;
    font-size: 14px;
    padding: 2px 10px;
    color: #7c7c7c;
    box-shadow: none;
}

.tab-pane .form-group .inner-table table td {
    border-bottom: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
}

.tab-pane .form-group .inner-table table td button.outline-secondary,
.tab-pane .form-group .inner-table table td button.outline-info {
    width: 30px;
    height: 30px;
    background-color: #d4d4d4;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 1;
}

.tab-pane .form-group .inner-table table td:last-child {
    text-align: center;
}

.tab-pane .form-group .inner-table table td button.outline-secondary {
    background-color: #3c8d1f;
}

.tab-pane .form-group .inner-table table td button.outline-info {
    background-color: #333;
}

.tab-pane .form-group .inner-table table td button.outline-secondary:hover,
.tab-pane .form-group .inner-table table td button.outline-info:hover {
    opacity: 0.7;
}

.product-blk-box {
    padding: 25px 30px;
    background-color: #f4f4f4;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0 0 5px 1px #d9d9d9;
}

.folliwng-chose-box h4 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
}

.folliwng-chose-box {
    padding: 20px;
    background-color: #efefef;
    border-radius: 10px;
    margin: 15px 0;
}

.folliwng-chose-box .amout-withtitle {
    padding-top: 15px;
    display: flex;
}

.folliwng-chose-box .amout-withtitle input[type="text"] {
    height: 40px;
    background-color: #dfdfdf;
    border: none;
    padding: 0 5px;
    width: auto;
    max-width: 50px
}

.folliwng-chose-box .amout-withtitle label {
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
    min-width: 260px;
}

.folliwng-chose-box .dispflex-box button.outline-secondary {
    margin-left: 15px;
    background-color: #3c8d1f;
    color: #fff;
    border: none;
    font-size: 16px;
    padding: 0 20px;
    margin-right: 0;
    margin-left: auto;
    height: 40px;
    position: absolute;
    right: 0;
    top: 22px;
}

.mainamout-textblk {
    padding-top: 40px;
    padding-bottom: 35px;
}

.mainamout-textblk h3 {
    font-size: 28px;
    line-height: 34px;
}

.allprov-titdesc h3 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 5px;
}

.allprov-titdesc {
    margin-bottom: 20px;
}

.allprovi-blk .form-group .inner-table tr td {
    padding-left: 10px;
    padding-right: 10px;
}

.allprovi-blk .form-group .inner-table tr td label .tooltip-div {
    width: 20px;
    height: 20px;
}

.allprovi-blk .form-group .inner-table tr td button.outline-secondary {
    width: auto;
    height: auto;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px;
    line-height: 1;
}

.dispflex-box {
    display: flex;
    padding-right: 150px;
    position: relative;
    flex-wrap: wrap;
    flex-direction: column;
}

.allprovi-blk .form-group .inner-table tr td label .tooltip-div .tooltip-content .inner-table tr td {
    font-size: 13px;
    padding: 5px 10px;
}

.allprovi-blk .form-group .inner-table tr td label .tooltip-div .tooltip-content {
    background-color: #fff;
    border: 0px solid #c4c4c4;
    box-shadow: 0 0 1px 1px #cfcfcf;
    padding: 10px;
    left: inherit;
    right: 31px;
    min-width: 430px;
}

.allprovi-blk .form-group .inner-table tr td label .tooltip-div .tooltip-content .form-group.row {
    margin: 0;
    max-height: 176px;
    overflow-y: auto;
}

.registration-section .forms-div-block .form-blocks-boxes .sub-form-box .remove-spac {
    margin-bottom: 0;
}


/*.registration-section
    .forms-div-block
    .form-blocks-boxes
    .sub-form-box
    .row:first-child
    .form-group:nth-child(7) {
    margin-top: 20px;
}*/

.allprovi-blk .form-group .inner-table tr td label .tooltip-div .tooltip-content::before {
    left: inherit;
    /* right: -10px; */
    transform: rotate(270deg);
    top: auto;
    bottom: -15px;
}

.allprovi-blk .form-group .inner-table tr td label .tooltip-div .tooltip-content {
    top: -60px;
}

div#data_for_order .forms-div-block .sub-form-box .row:first-child .form-group .form-control {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

div#data_for_order .rd-mailform.full-width .form-blocks-boxes {
    padding-bottom: 0;
}

div#data_for_order .forms-div-block .sub-form-box .row:first-child .form-group .form-control {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

div#data_for_order .rd-mailform.full-width .form-blocks-boxes {
    padding-bottom: 0;
}

div#data_for_order section.pt-50.pb-50.registration-section form.rd-mailform.full-width .form-blocks-boxes .form-group.col-md-12.col-xs-12 .checkbox-inline.design-checkbox.multicheckbox-block .checkbox {
    width: 49%;
}

div#data_for_order section.pt-50.pb-50.registration-section form.rd-mailform.full-width .form-blocks-boxes .form-group.col-md-12.col-xs-12 .checkbox-inline.design-checkbox.multicheckbox-block {
    text-align: left;
}

div#data_for_order .forms-div-block .sub-form-box .row:first-child .form-group .form-control {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

div#data_for_order .rd-mailform.full-width .form-blocks-boxes {
    padding-bottom: 0;
}

div#data_for_order section.pt-50.pb-50.registration-section form.rd-mailform.full-width .form-blocks-boxes .form-group.col-md-12.col-xs-12 .checkbox-inline.design-checkbox.multicheckbox-block .checkbox {
    width: 49%;
}

div#data_for_order section.pt-50.pb-50.registration-section form.rd-mailform.full-width .form-blocks-boxes .form-group.col-md-12.col-xs-12 .checkbox-inline.design-checkbox.multicheckbox-block {
    text-align: left;
}

div#data_for_order .registration-section .forms-div-block {
    padding-top: 0;
    padding-bottom: 0;
}

div#data_for_order .registration-section .forms-div-block .forms {
    margin-bottom: 20px;
}

div#data_for_order .registration-section form.rd-mailform.full-width {
    padding-top: 30px;
}

.checkbox-inline.design-checkbox.text-bold span {
    font-weight: bold;
}

.shoping-cartitl {
    margin-bottom: 20px;
}

div#shopping_cart .form-group .inner-table.full-width table td {
    padding: 4px 10px;
}

div#shopping_cart .form-group .inner-table table {
    margin-bottom: 20px;
}

.display-mainblk .show-disconte-blk h3 {
    font-family: "Roboto";
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 10px;
}

.display-mainblk .show-disconte-blk {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #f3f3f3;
    border-radius: 10px;
    border-left: 3px solid #3c8d1f;
}

.display-mainblk .show-disconte-blk h3:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 2px;
    background-color: #000;
}

.show-disconte-blk .blk-dispflex label {
    margin-right: 10px;
}

div#order h1 {
    margin-bottom: 10px;
}

html {
    min-height: 100%;
}

html {
    position: relative;
    padding-bottom: 50px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

.banner-slider .banner-images.repeat-slide {
    display: none;
}

.banner-slider .banner-images.repeat-slide.active,
.banner-slider .banner-images.repeat-slide:first-child {
    display: block;
}

.navblock {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    z-index: 9999;
}

.navblock a {
    width: 40px;
    height: 40px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    color: #fff;
    opacity: 1;
    position: relative;
    line-height: 40px;
    cursor: pointer;
}

.navblock a.prev {
    margin-left: 12%;
    margin-right: auto;
}

.navblock a.next {
    margin-right: 12%;
    margin-left: auto;
}

.navblock a.prev:before {
    content: "\e5cb";
    font-size: 40px;
    font-family: "Material Icons";
    font-weight: 400;
    color: #fff;
    display: block;
}

.navblock .next:before {
    content: "\e5cb";
    font-size: 40px;
    font-family: "Material Icons";
    font-weight: 400;
    color: #fff;
    display: block;
    transform: rotate(180deg);
}

.repeat-proview {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}

.repeat-proview .design-checkbox {
    width: calc(23% - 1%);
    width: calc(24% - 1%);
    margin: 10px 1%;
    background-color: #f4f4f4;
    display: flex;
    max-width: 100%;
    padding: 9px;
}

.repeat-proview .design-checkbox .showing-uploadimg .fixedimg-wit {
    box-shadow: none;
}

.repeat-proview .design-checkbox .imgchecbox-view {
    order: 2;
    width: 100%;
    padding: 0 5px 5px;
}

.repeat-proview .design-checkbox label.checkbox {
    order: 1;
    display: block !important;
    padding-left: 5px;
}

.triangle_shap {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: red;
    border: 1px solid green;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    font-size: 0;
}

.img_box_amout {
    position: relative;
}

.repeat-proview .design-checkbox label.checkbox span {
    display: block;
    font-size: 16px;
}

div#choose_the_provider .inner-table .showing-uploadimg .fixedimg-wit {
    max-width: 80px;
}

div#choose_the_provider .inner-table button.outline-secondary {
    padding: 10px 15px;
    font-weight: 700;
}

.container.container-wide.bodycontent-blk .showing-uploadimg {
    margin-bottom: 20px;
}

.container.container-wide.bodycontent-blk h3 {
    font-size: 25px;
    line-height: 35px;
    font-family: "Roboto";
}

.search-prod-block button.find-btn:hover {
    border: #4e5152;
}

.search-prod-block button.find-btn {
    border: none;
    cursor: pointer;
}

.design-checkbox .checkbox span:after {
    top: 0;
    line-height: 19px;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td:last-child {
    text-align: left;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td:last-child button.outline-secondary {
    border-radius: 0px;
}

.form-blocks-boxes .sub-form-box .form-group.topspace-rev {
    margin-top: 0;
}

table#venderLocations {
    border: 1px solid #d7d7d7;
    margin-top: 50px;
    /* max-width: 300px; */
    width: auto;
    /* margin-left: auto;
    margin-right: auto; */
}

table#venderLocations thead th:not(:last-child),
table#venderLocations tbody td:not(:last-child) {
    border-right: 1px solid #d7d7d7;
}

table#venderLocations thead th {
    background-color: #3c8d1f;
    color: #fff;
}

table#venderLocations tbody td {
    vertical-align: middle;
}

table#venderLocations tbody td img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    max-height: 50px;
    transition: 0.3s ease;
    margin: 0 auto;
    display: block;
}

table#venderLocations tbody td img:hover {
    transform: scale(1.5);
}

.register-block-section .h1title-box h1 {
    font-size: 32px;
    line-height: 40px;
}

.register-block-section .row {
    margin-top: 20px;
}

.row.regis-rigcont h3 {
    font-size: 16px;
    font-family: 'Roboto';
    line-height: 24px;
    margin-bottom: 10px;
}

.row.regis-rigcont p {
    font-size: 14px;
    line-height: 20px;
}

.row.regis-rigcont .col-md-4 {
    margin-top: auto;
    margin-bottom: auto;
}

.row.regis-rigcont .col-md-4 img {
    margin: 0 auto;
    display: block;
    max-height: 75px;
    max-width: 100px;
}

.register-block-section .design-checkbox {
    padding-top: 10px;
}

.register-block-section .design-checkbox label.checkbox,
.register-block-section .design-checkbox label.checkbox span {
    display: block;
    width: 100%;
    font-size: 16px;
}

.register-block-section .design-checkbox label.checkbox span a {
    text-decoration: underline;
}

.register-block-section .design-checkbox label.checkbox span a:hover {
    color: #000;
    text-decoration: none;
}

.forms-titles {
    background-color: #4e5152;
    margin: 0;
}

.form-blocks-boxes .forms-titles {
    margin-bottom: 0;
    padding: 0;
}

.second-resiterblock {
    padding-top: 0;
}

.forms-titles h3 {
    color: #fff;
    padding: 10px 15px;
    font-size: 30px;
}

.form-blocks-boxes .forms-titles:before {
    display: none;
}

.second-resiterblock .row {
    margin-top: 0;
}

.second-resiterblock .sub-form-box .form-group .form-select,
.second-resiterblock .sub-form-box .form-group .form-control {
    padding: 0 15px !important;
    box-shadow: 0 0 3px 1px #e7e7e7;
    border: none;
}

.second-resiterblock .sub-form-box .form-group .form-control:focus {
    box-shadow: none !important;
}

.second-resiterblock .sub-form-box .form-group label.font-bold {
    font-size: 15px;
    display: flex;
    min-height: 26px;
    margin: 0;
}

.first-resiterblock.register-block-section {
    margin-bottom: 30px;
}

.third-regist-block {
    padding-top: 0px;
}

.third-regist-block .sub-form-box .forms-titles.text-left {
    background-color: #4e5152;
}

.checkbox-inline.design-checkbox.inline-checkboxes label.checkbox {
    display: inline-block;
    width: auto;
    margin-right: 20px;
}

.checkbox-inline.design-checkbox.inline-checkboxes label.checkbox span {
    display: block;
    padding-left: 32px;
}

.sub-form-box .form-blocks-boxes .row.removeinnver-space .remove-spac .form-group {
    margin-bottom: 0;
}

.third-regist-block .sub-form-box .form-blocks-boxes .row.removeinnver-space .remove-spac .form-group .form-control {
    height: 31px;
}

.row.remove-innespace.decrease-height .form-group .form-control {
    height: 31px;
}

.row.remove-innespace.decrease-height .form-group {
    margin-bottom: 13px !important;
}

.registration-section .forms-div-block .form-blocks-boxes .sub-form-box .remove-spac .row {
    margin-top: 12px;
}

.form-blocks-boxes.dropdown-fieldbox .form-group .row {
    margin-top: 0;
}

.form-blocks-boxes.dropdown-fieldbox .form-group .row .form-select,
.form-blocks-boxes.dropdown-fieldbox .form-group .row .form-control {
    height: 31px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: none;
    font-size: 14px;
    padding: 0 10px !important;
    box-shadow: 0 0 3px 1px #e7e7e7;
}

.row.removeinnver-space,
.row.remove-innespace.decrease-height,
.row.borderwith-boxshad {
    margin: 0;
    border: 1px solid #8f8f8f;
    padding: 15px 0 20px;
    background-color: #f9f9f9;
}

.row.borderwith-boxshad .form-group .form-control {
    height: 31px;
}

.row.borderwith-boxshad .row {
    margin-top: 0;
}

.sub-form-box .form-blocks-boxes .row.borderwith-boxshad .form-group.inline-titlewith-radio {
    padding-top: 5px;
    padding-bottom: 5px;
}

.form-group.priv-poli-box h4.add-default-font {
    padding-top: 5px;
}

.form-group.priv-poli-box .checkbox-inline.design-checkbox label {
    margin-top: 0;
    margin-bottom: 0;
}

.form-group.topspacing-box {
    padding-top: 15px;
}

.form-group.topspacing-box .form-group.text-left {
    padding-bottom: 10px;
}

.next-prev-buttonbox {
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0px;
}

.next-prev-buttonbox a {
    width: 50px;
    height: 50px;
    background-color: #3c8d1f;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin: 0 15px;
    cursor: pointer;
}

.next-prev-buttonbox a:hover {
    background-color: #000;
}

.third-regist-block .sub-form-box {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.sub-form-box .form-blocks-boxes .form-group.inline-titlewith-radio h5.col-form-label {
    color: #4e5152;
}

.sub-form-box .form-blocks-boxes .form-group.inline-titlewith-radio h5.col-form-label+.radio-inline label.radio span {
    top: -17px;
}

.sub-form-box .form-blocks-boxes .row .form-group .col-md-6.no-pad select {
    max-width: 90px;
}

div#choose_the_provider .inner-table table tr:first-child td {
    /*    background-color: #00b050;*/
    padding: 4px;
}


/*div#choose_the_provider .inner-table table button.outline-secondary {
    background-color: #00b050 !important;
}
*/


/* .bunch_table .left_bunch {
    padding-right: 30px;
} */

.right_bunch {
    max-width: 212px;
}

.bunch_table .right_bunch .two_btn_bunch button {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: none;
    color: #fff;
    background-color: #3c8d1f;
    font-size: 22px;
    font-weight: 500;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.bunch_table .right_bunch .two_btn_bunch label input[type="text"] {
    border: none;
    width: 100%;
    height: 100%;
    text-align: right;
    padding: 0 10px;
    background-color: transparent;
    box-shadow: none;
    padding-right: 0;
    font-size: 14px;
    color: #000;
    padding-left: 0;
    /* padding-top: 6px; */
    font-weight: 500;
}

.birck-show {
    display: flex;
    flex-wrap: wrap;
}

.birck-show p {
    padding-right: 20px;
}

.imgs_fixing .showing-uploadimg:last-child {
    padding-right: 0;
}

.imgs_fixing .showing-uploadimg {
    width: 33.33%;
    padding-right: 10px;
}

.imgs_fixing,
.imgs_fixing_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.imgs_fixing_info p {
    width: 33.33%;
    text-align: left;
    margin: 10px 0;
}

.imgs_fixing_info {
    padding-bottom: 10px;
}

.img_box_amout_inform button {
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 1;
    background-color: #3c8d1f;
    padding: 10px 15px;
    color: #fff;
    border: none;
}

.bunch_table .right_bunch .two_btn_bunch {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #3c8d1f;
    /*    border-left: 0;
    border-right: 0;*/
    border-radius: 6px;
}

.right_bunch a.right_bunch_btn {
    background-color: #3c8d1f;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 6px;
    padding: 10px 10px;
}

.form-group.row .col-md-5 .bunch_table .left_bunch {
    width: 25%;
}

.form-group.row .col-md-5 .bunch_table .right_bunch {
    max-width: 200px;
    width: 75%;
}


/* .bunch_table .right_bunch .two_btn_bunch label {
    margin-bottom: 0;
    width: 100%;
    max-width: 20px;
} */

.bunch_table .right_bunch .two_btn_bunch label {
    /* margin-bottom: 0; */
    /* width: 100%; */
    max-width: 25px;
}

html[lang="en"] .right_bunch {
    max-width: 254px;
    width: 100%;
}

html[lang="it"] .right_bunch {
    max-width: 278px;
    width: 100%;
}

.form-group.row .col-md-5 .bunch_table {
    align-items: end;
}

html[lang="it"] .right_bunch span.warn_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.heading_bunch {
    min-width: 100px;
}

.heading_bunch p {
    width: 70px;
    height: 37px;
    border: 1px solid #bfbfbf;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    color: #000;
    font-weight: 400;
}


/* .bunch_table .right_bunch .two_btn_bunch {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
} */

.bunch_table .right_bunch .two_btn_bunch {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    justify-content: space-between;
    overflow: hidden;
}

.vielen_box p {
    color: #212526;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 10px;
}


/* span.warn_b {
    font-size: 14px;
    padding: 0 6px;
    color: #000;
    font-weight: 500;
    padding-right: 13px;
    width: 100%;
    max-width: calc(100% - 90px);
    text-align: center;
} */

span.warn_b {
    font-size: 14px;
    padding: 0 6px;
    color: #000;
    font-weight: 500;
    /* padding-right: 6px; */
    width: 100%;
    max-width: calc(100% - 90px);
    text-align: center;
}

.bunch_table {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 5px;
}

.radio_box label.form-check-label span:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #4e5152;
    left: -6px;
    top: 4px;
    border-radius: 50%;
    opacity: 0;
}

.icon_vilen p span {
    display: inline-block;
}

.icon_vilen p span img {
    width: 26px;
    margin-left: 8px
}

.icon_vilen p {
    color: #212526;
    font-weight: 500;
    padding-bottom: 18px;
}

div#order p {
    color: #212526;
    font-weight: 500;
}

.vielen_img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    padding-bottom: 20px;
}


/*1-6-2022*/

.chec_bottoms.bunch_tbv {
    position: relative;
    display: flex;
    align-items: center;
}

.chec_bottoms.bunch_tbv span.triangle_shap {
    right: auto;
    position: relative;
}

.chec_bottoms.bunch_tbv p,
.chec_bottoms p {
    padding-left: 20px;
}

.radio_inform_section p:nth-child(2) {
    padding-top: 0;
    margin-top: 0;
    max-width: 750px;
}

.chec_bottoms {
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 20px;
}

.chec_bottoms span.triangle_shap {
    right: auto;
    position: relative;
}


/* 
div#myTabContent .form-group label {
    margin-bottom: 5px;
} */

div#myTabContent .form-group label {
    margin-bottom: 10px;
}

.bunch_table .right_bunch .two_btn_bunch button#minus {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.bunch_table .right_bunch .two_btn_bunch button#plus {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}


/*div#myTabContent .remove_ex_left {
    padding-left: 0;
}*/

div#myTabContent .remove_extra_sp {
    padding-right: 0 !important;
    width: 88px;
}

#diff_billing_address_div .remove_extra_sp {
    margin-right: 8px;
}

.chec_bottoms.bunch_tbv {
    padding-left: 49px;
    padding-top: 20px;
}

.img_box_amout_inform p {
    margin-top: 0;
}

.img_box_amout_inform p:first-child {
    margin-bottom: 8px;
}

.img_box_amout_inform p span {
    font-weight: 600;
    display: block;
    width: 100%;
}

#choose_the_provider .img_box_amout img {
    height: 100% !important;
    object-fit: cover;
}

.img_box_amout_inform {
    padding-left: 16px;
}

.date_range_box .drp-buttons button {
    margin-top: 5px;
}

.date_range_box .ranges {
    display: none;
}

.date_range_box .calendars .calendars-container {
    width: 100%;
}

.date_range_box .glyphicon-calendar:before {
    font-family: 'Glyphicons Halflings';
}

.date_range_box .daterangepicker .drp-calendar {
    /* display: none;*/
    max-width: 100% ! important;
    width: 100% ! important;
}

div#data_for_order .forms-div-block .sub-form-box .row:last-child .form-group .form-control {
    padding-top: 23px !important;
    padding-bottom: 22px !important;
    line-height: 0px;
    border-bottom: 1px solid #000;
    color: #000;
}

.date_range_box>.form-group>.vue-daterange-picker>.form-control .daterangepicker .calendar-table td {
    min-width: 20px !important;
    width: 20px !important;
    height: 22px !important;
    line-height: 17px !important;
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
    line-height: 20px !important;
}

.bunch_table .right_bunch .two_btn_bunch button:last-child {
    margin-left: auto;
}

.img_bx span {
    display: block;
    padding: 15px 0;
    font-weight: 500;
}

/* .product_info_dt {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0 10px 0;
} */
.product_info_dt {
    width: 50%;
}

.info_pd p span {
    display: block;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.info_pd p {
    max-width: 550px;
}

.img_bx {
    width: 45%;
}

.info_pd {
    width: 50%;
    padding-left: 15px;
    max-height: calc(100vh - 125px);
    overflow-y: auto;
    height: 410px;
    padding-right: 10px;
}

.image_slider_thumbnail {
    width: 45%;
}

.image_slider_thumbnail {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 18px;
    padding: 10px 0 19px 0;
}

.image_slider_thumbnail .thumbnail_item img {
    width: 100px;
    height: 45px;
    object-fit: cover;
    cursor: pointer;
}

.img_bx img {
    width: 100%;
}

.product_list_webshop .modal-content {
    min-height: auto;
    height: inherit;
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 20px;
    background: #fcfcfc;
}

.product_list_webshop .product_all_nn_type {
    display: none;
}

.product_list_webshop .product_info_dt {
    padding-top: 0;
}

.product_list_webshop {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 18px;
    height: auto;
}

.product_list_webshop .modal-body {
    padding: 2px 0 !important;
    padding-bottom: 1px !important;
}

.product_list_webshop .modal-content {
    width: 100%;
}

.product_list_webshop .modal-content .modal-header h1 {
    line-height: 37px;
    padding-bottom: 15px;
}

.product_list_webshop .modal-content .modal-header button {
    top: -39px !important;
    right: -36px !important;
}

.product .thumb {
    cursor: pointer;
}

.product_list_webshop .modal-content .modal-header {
    padding: 0px;
    border-bottom: 0;
}

.home_page_popup .modal-content .modal-body {
    overflow-y: visible !important;
    max-height: 100% !important;
}

.pop_up_box_bottom .form-group {
    padding-bottom: 0 !important;
}

.product_list_webshop .modal-content {
    margin-top: 0 !important;
}


/*/ 16-6-2022 By AJAY /*/

.repeat-proview .design-checkbox .showing-uploadimg .fixedimg-wit img {
    width: 100% !important;
    height: 170px !important;
    object-fit: cover;
}

div#firewood .design-checkbox .fixedimg-wit img {
    width: 160px;
    height: 202px;
    object-fit: cover;
}

.product-blockbox p b {
    color: #000;
    font-weight: 800;
}

.product-blockbox p {
    color: #000;
    font-weight: 500;
}

.img_box_amout img {
    width: 80px !important;
    height: 50px !important;
}

.ineer_amout_bz p {
    display: flex;
    flex-wrap: wrap;
}

.folliwng-chose-box .amout-withtitle label {
    min-width: 158px;
}

.allprovi-blk .form-group .inner-table tr td label .tooltip-div .tooltip-content {
    top: auto;
    bottom: 35px;
}

.allprovi-blk .form-group .inner-table tr td label .tooltip-div .tooltip-content .form-group.row {
    margin: 0;
    max-height: 342px;
    overflow-y: auto;
}

.allprovi-blk .form-group .inner-table tr td label .tooltip-div .tooltip-content {
    min-width: 550px;
}

html[lang="fr"] .right_bunch {
    max-width: 226px;
    width: 100%;
}

html[lang="ge"] .right_bunch {
    max-width: 220px;
    width: 100%;
}

.allprovi-blk .form-group .inner-table tr td label .tooltip-div .tooltip-content {
    right: initial;
    left: 50%;
    transform: translateX(-50%);
}

.allprovi-blk .form-group .inner-table tr td label .tooltip-div .tooltip-content {
    top: auto;
}

.radio_inform_section strong {
    color: #000;
}

.radio_inform_section p {
    color: #000;
    font-weight: 500;
}

div#choose_the_provider .showing-uploadimg .fixedimg-wit img {
    width: 80px !important;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td {
    border: none;
    border-bottom: 1px solid #000;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table table {
    border: none;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr:first-child td {
    border-bottom: 0;
}

.design-checkbox .product-blk-box .form-group.row .col-md-6 {
    margin-top: -50px;
}

.design-checkbox .product-blk-box h4 {
    padding-bottom: 30px;
}

.allprovi-blk .form-group .inner-table tr td label .tooltip-div .fa-exclamation-circle:before {
    position: absolute;
    top: 6px;
    margin-top: -17px;
}

.right_bunch span.warn_b label {
    margin-bottom: 0 !important;
}


/* 24-6-2022 */

.right_bunch a.right_bunch_btn {
    border: 1px solid #3c8d1f;
    cursor: pointer;
}

a.right_bunch_btn {
    font-size: 14px;
    line-height: 15px;
}

.right_bunch a.right_bunch_btn:hover {
    background-color: transparent;
    color: #3c8d1f;
}

.design-checkbox .product-desc-admin p {
    margin-top: -3px;
}

#incomplete_btn {
    background-color: #883307;
}

.labelwith-tootip .tooltip-div p i:before {
    top: -4px !important;
    margin-top: 0 !important;
}

.labelwith-tootip {
    margin-bottom: 5px;
}

.labelwith-tootip+button.outline-secondary {
    pointer-events: none;
}

.labelwith-tootip+button.outline-secondary:hover {
    background: #883307 !important;
    opacity: 1 !important;
}

.loading {
    background: url(../../media/loader.gif) rgb(0 0 0 / 30%);
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 60px;
    bottom: -30px;
    padding: 0;
    background-position: center;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}


/*/ 16-6-2022 By AJAY /*/


/* 18-7-2022 */

html[lang="ge"] .date_range_box .drp-buttons .cancelBtn,
html[lang="ge"] .date_range_box .drp-buttons .applyBtn,
html[lang="fr"] .date_range_box .drp-buttons .cancelBtn,
html[lang="fr"] .date_range_box .drp-buttons .applyBtn,
html[lang="it"] .date_range_box .drp-buttons .cancelBtn,
html[lang="it"] .date_range_box .drp-buttons .applyBtn {
    position: relative;
    font-size: 0;
}

html[lang="ge"] .date_range_box .drp-buttons .cancelBtn::before,
html[lang="ge"] .date_range_box .drp-buttons .applyBtn::before,
html[lang="fr"] .date_range_box .drp-buttons .cancelBtn::before,
html[lang="fr"] .date_range_box .drp-buttons .applyBtn::before,
html[lang="it"] .date_range_box .drp-buttons .cancelBtn::before,
html[lang="it"] .date_range_box .drp-buttons .applyBtn::before {
    content: "Abbrechen";
    font-size: 12px;
    display: block;
}

html[lang="ge"] .date_range_box .drp-buttons .applyBtn::before {
    content: "Anwenden";
}

html[lang="fr"] .date_range_box .drp-buttons .cancelBtn::before {
    content: "Annuler";
}

html[lang="fr"] .date_range_box .drp-buttons .applyBtn::before {
    content: "Appliquer";
}

html[lang="it"] .date_range_box .drp-buttons .cancelBtn::before {
    content: "Annullamento";
}

html[lang="it"] .date_range_box .drp-buttons .applyBtn::before {
    content: "Applicare";
}

.stuck_container.isStuck ul.navbar-nav>li>a {
    padding: 17px 10px 17px;
    padding-top: 9px;
}

header:not(.home-header) .navbar-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

header:not(.home-header) .stuck_container.isStuck {
    visibility: visible !important;
    top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* header:not(.home-header)  .navbar-header .navbar-brand img{
height: 40px !important;
} */

.stuck_container .bg-image-3 {
    padding-top: 0.55555556rem;
    padding-bottom: 0.55555556rem;
}

.triangle_shap_bottom {
    align-items: end;
    padding-bottom: 21px;
    padding-left: 12px;
}


/* div#myTabContent .tab-pane button {
    margin-top: 12px;
} */


/* section.pt-50.pb-50.position-rel{
    min-height: calc(100vh - 114px);
} */


/* section.pt-50.pb-50.position-rel div#myTabContent .tab-pane button {
    margin-right: 10px;
} */

#firewood .design-checkbox {
    background: rgb(255 255 255 / 70%);
    padding: 20px;
    padding-bottom: 0;
    padding-top: 17px;
}

.isStuck .navbar-wrap {
    padding-top: 0.55555556rem;
    padding-bottom: 0.55555556rem;
    /* padding-left: 29.1667px;
    padding-right: 29.1667px; */
}

header:not(.home-header) .slider-overlay:before {
    background: #4e5152;
}

div#myTabContent .tab-pane.show.active>button {
    margin-right: 15px;
}

div#profile .repeat-proview+.btn {
    margin-top: 20px;
}

section.position-rel.onlyvideo-section div#myTabContent {
    min-height: 594px;
}

#firewood .design-checkbox .form-group h4 {
    color: #000;
    padding-bottom: 0;
}

#firewood .design-checkbox .form-group.row .product-desc-admin p strong {
    margin-top: 15px;
    display: block;
}

#firewood .design-checkbox .form-group.row .product-desc-admin p {
    color: #000 ! important;
}

#firewood .left_bunch .heading_bunch h3 {
    color: #000;
    font-weight: 600;
}

#firewood .left_bunch .heading_bunch p {
    border-color: #000;
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

#firewood .chec_bottoms p {
    color: #000;
}

div#choose_the_provider .allprovi-blk .dispflex-box .ineer_amout_bz .img_box_amout_inform .birck-show p span {
    width: auto;
    margin-right: 6px;
}

div#choose_the_provider .allprovi-blk .dispflex-box .ineer_amout_bz .img_box_amout_inform .birck-show p {
    margin-bottom: 0;
    line-height: 34px;
    font-weight: 600;
    padding-top: 3px;
}

div#choose_the_provider .allprovi-blk .dispflex-box .ineer_amout_bz .img_box_amout_inform .birck-show button.outline-secondary {
    font-size: 16px;
    padding: 0 20px;
    margin-right: 0;
    margin-left: auto;
    height: 40px;
}


/* header:not(.home-header) .navbar-header .navbar-brand span{
    font-size: 26px !important;
} */

#firewood span.warn_b {
    color: #000;
}

div#firewood .bunch_table .right_bunch .two_btn_bunch label input[type="text"] {
    color: #000;
}

div#firewood .right_bunch a.right_bunch_btn:hover {
    color: #000;
    border-color: #000;
}

header .search-prod-block .form-group .show-search-listitems li {
    list-style: none;
    padding: 0px;
    text-align: left;
}

#stuck_container .search-prod-block .form-group .show-search-listitems {
    background-color: #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
}

ul.navbar-nav>li>a {
    padding-bottom: 9px !important;
    line-height: 16px;
}

.stuck_container.isStuck ul.navbar-nav>li>a {
    padding-bottom: 7px !important;
    line-height: 21px;
}

header .search-prod-block .form-group .show-search-listitems ul li a:focus {
    color: #fff;
}


/* #searchBoxClass-error {
    display: none;
} */

#locationList li.auto-search-box.disabled-li,
.locationList .disabled-li {
    pointer-events: none;
}

#modelpop .product_info_dt .img_bx img {
    height: 100%;
    object-fit: cover;
}


/* #stuck_container .search-prod-block .form-group .show-search-listitems .disabled-li {
    display: none;
} */


/* .isStuck{
    padding: 1.11111111rem 1rem 1.22222222rem;
} */

div#choose_the_provider .folliwng-chose-box {
    padding: 5px 20px 20px 10px;
}

div#choose_the_provider .allprovi-blk .dispflex-box {
    padding-left: 10px !important;
}

div#choose_the_provider .allprovi-blk .dispflex-box .img_box_amout_inform {
    padding-left: 0;
}

#choose_the_provider .mainamout-textblk h3 {
    font-weight: 300;
}

#choose_the_provider .mainamout-textblk h3 span {
    font-weight: 800;
}

#data_for_order .sub-form-box .row:last-child p.tooltip-btn {
    height: 22px;
}

#data_for_order .sub-form-box .row:last-child .vue-daterange-picker[data-v-1ebd09d2] {
    width: 100%;
}

#data_for_order .sub-form-box .row:last-child .form-group:nth-child(2) label {
    line-height: 12px;
    display: flex;
    align-items: center;
    position: relative;
}

#data_for_order .sub-form-box .row:last-child .form-group:nth-child(2) label .tooltip-div {
    position: relative;
    top: -5px;
    right: -2px;
}

#data_for_order .registration-section {
    padding-top: 10px;
}

#order {
    background: rgb(255 255 255 / 70%);
    padding: 15px;
}

.navbar-wrap .navbar-brand img {
    width: auto !important;
}

.product_list_webshop .img_bx img {
    height: 100%;
    object-fit: cover;
    max-width: 454px;
    width: 100%;
    height: 210px !important;
}

.product_list_webshop .modal-dialog .modal-content {
    min-height: 400px;
    min-width: 870px;
}

.product_list_webshop {
    background: #fff;
}


/* 22-7-2022 - ajay */

div#order button {
    margin-top: 15px;
}

div#firewood {
    position: relative;
}

div#firewood .chec_bottoms.bunch_tbv.bunch_class {
    position: absolute;
    top: 7px;
    right: 56px;
    /* display: none; */
}

.pop_up_box_bottom #search-box-error {
    color: red;
    position: absolute;
    padding: 3px 15px;
    background-color: #d7d7d7;
    border-radius: 30px;
    font-size: 14px;
    bottom: 1px;
}


/* ajay 2-8-2022 */

.order-detail-popup .modal-body>.container {
    width: 100%;
}

.order-tooltip .tooltip-content .inner-table table tr {
    text-align: left;
}

.order-tooltip .tooltip-content .inner-table table tr:first-child td {
    padding: 5px 10px ! important;
}

.order-detail-popup .modal-content {
    height: calc(100vh - 126px);
    margin-top: 110px;
}

.supplier-list-table table tr:not(:first-child) td:nth-child(4) p {
    margin: 0;
    vertical-align: middle;
}

.supplier-list-table table tr:not(:first-child) td:nth-child(4) {
    vertical-align: middle !important;
}

.breadcrumb-ul ul li.active a.nav-link {
    background: #3c8d1f;
    color: #fff !important;
}

.order-location-class {
    position: absolute;
    top: 45px;
    width: 100%;
    z-index: 9999;
}

.order-location-class ul.dropdown-menu {
    width: 100%;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
    height: auto;
    overflow-y: auto;
    max-height: 134px;
}

.order-location-class ul.dropdown-menu li a:hover {
    background-color: #999;
    color: #fff !important;
}

.order-location-class ul.dropdown-menu li li.auto-search-box {
    margin-bottom: 4px;
}

.order-location-class ul.dropdown-menu li a {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    padding: 4px 13px;
}


/* div#choose_the_provider .mainamout-textblk h3 {
    color: #fff;
}

div#choose_the_provider .mainamout-textblk .leftsqua-blk h4 {
    color: #fff;
} */

.onlyvideo-section #choose_the_provider {
    background: rgb(255 255 255 / 70%);
    padding: 10px;
}

.onlyvideo-section #choose_the_provider .folliwng-chose-box {
    background: transparent !important;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr:not(:first-child) td {
    background: transparent !important;
    color: #000;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td:last-child button.detail-btn {
    background: #595959 !important;
    margin-right: 12px;
}

div#shopping_cart .display-mainblk h3 {
    padding-bottom: 0;
    font-size: 20px !important;
    line-height: 30px !important;
    background-color: #3c8d1f;
    color: #fff;
    padding-left: 10px;
    margin-bottom: 5px !important;
}

div#shopping_cart .display-mainblk h3:before {
    width: 0;
    height: 0;
}

div#shopping_cart .display-mainblk .show-disconte-blk {
    margin-bottom: 10px;
    padding: 0px;
    background-color: transparent;
    border-radius: 0;
    border-left: 0;
}

.onlyvideo-section div#choose_the_provider .allprovi-blk .dispflex-box {
    background: transparent !important;
}

#shopping_cart .shoping-cartitl {
    margin-bottom: 5px;
}

#shopping_cart .blk-dispflex label {
    margin-bottom: 3px !important;
}

/* Responsive */

@media(min-height:880px) {
    section.position-rel.onlyvideo-section div#myTabContent #order {
        min-height: calc(100vh - 299px);
    }
}

@media (min-width:1370px) {

    /* .onlyvideo-section .container {
        width: 1270px;
        margin-left: auto;
        margin-right: 8%;
    } */
    .onlyvideo-section .container {
        width: 1220px;
        margin-left: auto;
        margin-right: auto;
    }

    section.position-rel.onlyvideo-section div#myTabContent {
        min-height: 580px;
    }

    .onlyvideo-section {
        min-height: calc(100vh - 138px);
    }

    div#firewood .chec_bottoms.bunch_tbv.bunch_class {
        top: 7px;
        right: 130px;
    }

    /* div#order {
        margin-right: 68px;
    } */
    /* div#firewood {
        padding-right: 54px;
    } */
    /* div#transport {
        padding-right: 55px;
    } */
    /* .novideo-section .container {
        width: 1320px;
        margin-left: auto;
        margin-right: 9%;
    } */
    .novideo-section .container {
        width: 1320px;
        margin: 0 auto;
    }

    .navbar-wrap {
        max-width: 1855px;
        /* padding-left: 112px; */
    }

    .sticky-searchblock.open-sidebar {
        left: 13px;
    }

    .sticky-searchblock.open-leftside-bar {
        left: 37px;
    }

    /* .stickyBtn button.btn.btn-sm.btn-sm--mod.btn-green-bg:nth-child(2) {
        bottom: 99px;
        left: 29px;
    } */
    /* .stickyBtn button.btn.btn-sm.btn-sm--mod.btn-green-bg,
    div#choose_the_provider .allprovi-blk.removespace--div button.sticky_btn,
    div#data_for_order .registration-section form.rd-mailform.full-width button.sticky_btn:nth-child(2),
    div#data_for_order .registration-section form.rd-mailform.full-width button.sticky_btn:nth-child(3) {
        position: fixed;
        z-index: 999;
        bottom: 99px;
        left: 196px;
        right: auto;
    } */
    /* div#data_for_order .registration-section form.rd-mailform.full-width button.sticky_btn:nth-child(2) {
        bottom: 99px;
        left: 35px;
    } */
    /* div#firewood button.btn.btn-sm.btn-sm--mod.btn-green-bg:nth-child(2) {
        left: 29px;
    } */
    /* div#data_for_order .registration-section form.rd-mailform.full-width button.sticky_btn:nth-child(3),
    div#firewood button.btn.btn-sm.btn-sm--mod.btn-green-bg:nth-child(3) {
        left: 195px;
    } */
    /* div#data_for_order .registration-section form.rd-mailform.full-width button.sticky_btn:nth-child(2),
    div#data_for_order .registration-section form.rd-mailform.full-width button.sticky_btn:nth-child(3) {
        bottom: 170px;
    } */
    /* div#choose_the_provider .allprovi-blk.removespace--div button.sticky_btn {
        bottom: 99px;
        left: 20px;
        right: auto;
    } */
    section.position-rel .breadcrumb-ul ul li a {
        padding: 6px 26px 6px 14px;
    }

    /* .breadcrumb-ul ul li {
        margin-right: 24px;
    } */
    .breadcrumb-ul ul li {
        margin-right: 24px;
        margin-bottom: 0;
    }

    /* .breadcrumb-ul ul li a:after {
        top: 4px;
    } */
    .repeat-proview .design-checkbox {
        width: calc(23% - 0%);
        margin: 10px 1%;
    }

    .stickyBtn .button-parent-webshop,
    .stickyBtn~.tab-pane.active.show .button-parent-webshop {
        position: fixed;
        z-index: 999;
        bottom: 99px;
        left: 14px;
        right: auto;
    }
}

@media (max-width: 1370px) {
    .sticky-searchblock {
        left: 79px;
    }

    .onlyvideo-section .container {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

    /* .novideo-section .container {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
    } */
    /* div#firewood {
        padding-right: 0px;
    }
    div#transport {
        padding-right:0px;
    }
    div#order {
        margin-right:0px;
    }  */
    section.position-rel .breadcrumb-ul ul li a {
        padding: 6px 20px 5px 15px;
    }

    .stickyBtn .button-parent-webshop,
    .stickyBtn~.tab-pane.active.show .button-parent-webshop {
        position: initial;
    }
}

@media (max-width: 1366px) {
    .onlyvideo-section .container {
        width: 1170px;
        margin: 0 auto;
    }

    .stickyBtn .button-parent-webshop {
        position: initial;
    }

    .novideo-section .container {
        width: 1170px;
        margin-left: auto;
        margin-right: auto;
    }

    div#firewood {
        padding-right: 0px;
    }

    div#transport {
        padding-right: 0px;
    }

    div#order {
        margin-right: 0px;
    }
}

@media (max-width: 1280px) {
    .banner-content h2 {
        font-size: 54px;
        line-height: 64px;
    }

    .repeat-proview .design-checkbox {
        width: calc(32% - 1%);
    }
}

@media (max-width: 1024px) {
    .banner-content h2 {
        font-size: 48px;
        line-height: 60px;
    }
}

@media (max-width: 991px) {
    .row.dis-flex-box .col-sm-4 .bg-image-box {
        height: 200px;
    }

    .design-checkbox .product-desc-admin p {
        margin-top: 12px;
    }

    .banner-content h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .repeat-proview .design-checkbox {
        width: calc(32% - 1%);
    }

    .design-checkbox .product-blk-box .form-group.row .col-md-6 {
        margin-top: 0;
        padding-top: 20px;
    }
}

@media (max-width: 767px) {
    .row.dis-flex-box .col-sm-4 .bg-image-box {
        height: auto;
        background-image: none !important;
    }

    .product-blk-box .form-group .col-md-4 {
        margin: 10px 0;
    }

    .row.dis-flex-box .col-sm-4 .bg-image-box img {
        display: block;
        width: 100%;
    }

    footer.footer-block .col-xs-12 {
        text-align: center;
    }

    footer.footer-block .right-footer-link ul {
        justify-content: center;
    }

    footer .right-footer-link {
        margin-top: 5px !important;
    }

    footer.footer-block .right-footer-link ul li {
        margin-left: 10px;
    }

    .banner-content h2 {
        font-size: 34px;
        line-height: 40px;
    }

    .repeat-proview .design-checkbox {
        width: calc(99% - 1%);
    }
}

@media (max-width: 640px) {
    .banner-content h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .navbar-header .navbar-brand span {
        font-size: 28px;
    }
}

@media (max-width: 400px) {
    .repeat-proview .design-checkbox .imgchecbox-view {
        max-width: 100%;
        width: 100%;
    }

    .repeat-proview .design-checkbox label.checkbox {
        width: calc(100% - 0px) !important;
    }
}


/*For google map info bold font*/

.gm-style-iw[role="dialog"] .gm-style-iw-d>div {
    font-weight: bold;
}

.form-group.col-md-12.col-xs-12.inline-titlewith-radio h5 {
    color: #4e5152;
}

.form-group.text-left.priv-poli-box .checkbox-inline label {
    font-weight: normal;
}

div#modelpop1 .modal-content .modal-body,
div#modelpop .modal-content .modal-body,
div#agbmodelpop .modal-content .modal-body {
    max-height: calc(100vh - 202px);
    overflow-y: auto;
}


/* Front-end video embed design */

div[data-oembed-url] iframe {
    width: 500px !important;
    height: 300px !important;
}

div[data-oembed-url] div {
    height: 300px !important;
}

.radiowidth-textfield .radio-inline {
    display: block !important;
}

.radiowidth-textfield .inline-textfieldbox {
    display: inline-block;
    vertical-align: middle;
}

.radiowidth-textfield {
    text-align: left;
}

.radiowidth-textfield .radio-inline label.radio {
    margin: 0 !important;
    vertical-align: top !important;
    display: block !important;
}

.radiowidth-textfield .radio-inline label.radio span {
    display: block !important;
}

.form-group.position-rel-pass button.clickto-show {
    position: absolute;
    top: 32px;
    background-color: transparent;
    border: none;
    right: 10px;
}

.form-group.position-rel-pass {
    position: relative;
}

.form-group.position-rel-pass button.clickto-show i {
    font-style: inherit;
}

.registration-section .forms-div-block .form-blocks-boxes .sub-form-box .form-group.remove-spac.bottom-spacing {
    position: relative;
    margin-bottom: 17px;
}

.form-group.bottom-spacing .error {
    position: absolute;
    bottom: -22px;
    width: 100%;
    min-width: 300px;
}

.form-group.bottom-spacing .selectwith-error {
    position: relative;
    display: flex;
    max-width: 300px;
    width: 100%;
}

.form-group.bottom-spacing .selectwith-error .error {
    bottom: inherit;
    left: 100%;
    min-width: inherit;
    margin-left: 15px;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    height: 100%;
    align-items: center;
}

.banner-top-section {
    z-index: 0;
    position: relative;
}

.thankyou-section-box {
    max-width: 700px;
    margin: 0 auto;
}

.thankyou-section-box h1 {
    font-size: 90px;
    line-height: 100px;
    margin-bottom: 15px;
    margin: 0 0 15px 0;
}

.thankyou-section-box h3 {
    font-family: 'Roboto';
    color: #212526;
    font-size: 26px;
}

.handshake-iconbox span.handshake-icon {
    width: 300px;
    height: 300px;
    background-color: #873012;
    display: inline-block;
    border-radius: 50%;
    position: relative;
    margin-bottom: 40px;
}

.handshake-iconbox span.handshake-icon img {
    max-width: 230px;
    filter: brightness(0.5) invert(1);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

section.well-1.well-404.bg-overlay-light.reduce-spacediv {
    padding: 110px 0;
}

.breadcrumb-ul ul li a {
    color: #333;
    padding: 5px 0px 5px 0;
    display: block;
    position: relative;
    font-size: 20px;
    margin-right: 15px;
}

section.pt-50.pb-50.position-rel {
    position: relative;
    padding-top: 40px;
    z-index: 0;
}

section.pt-50.pb-50.position-rel video.video-class {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    top: 0;
}

section.pt-50.pb-50.position-rel .container.container-wide {
    position: relative;
    z-index: 9;
}

section.pt-50.pb-50.position-rel .container.container-wide .h1-title h1 {
    margin: 0;
}

section.pt-50.pb-50.position-rel .container.container-wide .breadcrumb-ul {
    padding: 0px;
    margin-bottom: 15px;
}

section.pt-50.pb-50.position-rel:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    z-index: 9;
}


/*
section.pt-50.pb-50.position-rel .container.container-wide * {
    color: #fff;
}
*/

section.pt-50.pb-50.position-rel .container.container-wide .product-blk-box {
    background-color: transparent;
    box-shadow: none;
}


/* .shopping_basket img {
    filter: grayscale(1) invert(1);
    fill: #fff;
} */

section.position-rel .h1-title h1 {
    color: #fff;
}

section.position-rel .breadcrumb-ul ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    background-color: #f4f4f4;
    /* padding: 5px 17px 6px 18px; */
    /* padding-left: 36px;*/
    display: block;
    position: relative;
    margin-right: 15px;
}

section.pt-50.pb-50.position-rel .tab-pane label.text-left.font-bold {
    color: #fff;
    font-weight: 900;
    font-size: 21px;
}

section.position-rel .chec_bottoms p {
    color: #fff;
    font-weight: 600;
}

section.position-rel .design-checkbox .product-blk-box h4,
section.position-rel .design-checkbox .product-desc-admin p,
section.position-rel .heading_bunch h3,
section.position-rel .heading_bunch p {
    color: #fff;
    font-weight: 500;
}

section.position-rel .heading_bunch p {
    border-color: #fff;
}

section.position-rel .right_bunch a.right_bunch_btn:hover {
    color: #fff;
    border-color: #fff;
}

section.position-rel .bunch_table .right_bunch .two_btn_bunch {
    background: transparent;
}

section.position-rel span.warn_b,
section.position-rel .bunch_table .right_bunch .two_btn_bunch label input[type="text"] {
    color: #fff;
}

section.position-rel .right_bunch a.right_bunch_btn {
    font-weight: 600;
    font-weight: 500;
    font-size: 16px;
}

section.position-rel .steps-titleblock h2,
.steps-titleblock p {
    color: #fff;
    font-weight: 600;
}

section.position-rel .steps-titleblock h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

section.position-rel .steps-titleblock h2,
section.position-rel .steps-titleblock p {
    color: #fff;
    font-weight: 600;
}

section.position-rel .steps-titleblock h2 {
    font-size: 32px;
    margin-bottom: 10px;
}

section.position-rel .product-blk {
    background: rgb(255 255 255 / 80%);
    box-shadow: 0 1px 2px 1px #5c5c5c;
    padding: 15px;
}

section.position-rel .product-blk h3 {
    color: #000;
    font-size: 24px;
    line-height: 28px;
}

section.position-rel .product-blk p,
.product-blk p b,
div#transport .radio_inform_section p strong {
    color: #000;
    font-size: 14px;
    font-size: 16px;
}

section.position-rel .product-blk:hover {
    box-shadow: none;
}

.radio_inform_section p,
.radio_inform_section p strong {
    color: #fff;
}

.radio_inform_section .product-blk a.btn.bottom-btn {
    margin-top: 15px;
}

.product-blk a.btn.bottom-btn {
    margin-top: 15px;
}

div#transport .steps-titleblock {
    display: none;
}

div#transport .product-blockbox {
    padding: 0;
}

div#transport .product-blockbox .row .col-md-4 {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    margin-left: auto;
    margin-right: 0;
    justify-content: right;
}

div#transport .product-blockbox .row .col-md-4 .product-blk {
    width: 33%;
}

.product-blk a.btn.bottom-btn {
    margin-top: 10px;
    font-size: 14px;
    padding: 8px 13px;
}

div#transport .steps-titleblock {
    display: none;
}

div#transport .product-blockbox {
    padding: 0;
}

div#transport .product-blockbox .row .col-md-4 {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 25px;
    display: flex;
    margin-left: auto;
    margin-right: 0;
    justify-content: right;
}

div#transport .product-blockbox .row .col-md-4 .product-blk {
    width: 100%;
    max-width: 370px;
}

div#transport .radio_inform_section {
    background: rgb(255 255 255 / 80%);
    box-shadow: 0 1px 2px 1px #5c5c5c;
    padding: 15px;
    border-top: 3px solid #3c8d1f;
    border-radius: 10px;
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: auto;
}

div#transport .radio_inform_section p {
    margin-top: 0;
    padding-top: 0;
    color: #000;
    padding-bottom: 15px;
    font-size: 13px;
}

div#transport .rightbuton-block {
    margin-left: auto;
    margin-right: 0;
    margin-top: 10px;
    margin-top: 35px;
    text-align: right;
}

div#transport .rightbuton-block .btn-sm {
    margin-top: 10px;
    margin-left: 15px;
}

div#transport .radio_inform_section .raid_button_wrapper .form-check-inline label {
    padding: 0;
    border: none;
    border-radius: 0;
}

div#transport .radio_inform_section .raid_button_wrapper .form-check-inline label span {
    padding: 7px 15px 6px 40px;
    display: block;
    border: 1px solid #000;
    border-radius: 30px;
}

div#transport .radio_inform_section .raid_button_wrapper .form-check-inline label span:before {
    left: 10px;
}

div#transport .radio_inform_section .raid_button_wrapper .form-check-inline {
    padding-right: 10px;
}

div#transport .radio_inform_section .raid_button_wrapper .form-check-inline label input[type="radio"] {
    opacity: 0;
    margin: 0;
    display: none;
}

div#transport .radio_inform_section .raid_button_wrapper .form-check-inline label span:after {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #3c8d1f;
    top: 0;
    right: 0;
    left: 0;
    z-index: -9;
}

div#transport .radio_inform_section .raid_button_wrapper .form-check-inline label input[type="radio"]:checked+span {
    border-color: #3c8d1f;
    color: #fff;
}

div#transport .radio_inform_section .raid_button_wrapper .form-check-inline label span {
    position: relative;
    z-index: 99;
    font-size: 13px;
}

div#transport .radio_inform_section .raid_button_wrapper .form-check-inline label input[type="radio"]:checked+span:before {
    border-color: #fff;
    background-color: #fff;
}

div#transport {
    min-height: 910px;
}

div#choose_the_provider h1 {
    display: none;
}

div#choose_the_provider .mainamout-textblk {
    padding-top: 0;
    padding-bottom: 5px;
}

.allprovi-blk .allprov-titdesc h3 {
    color: #fff;
    font-size: 24px;
}

div#choose_the_provider .mainamout-textblk .folliwng-chose-box {
    background: #f1f1f1;
    border-radius: 2px;
    margin-top: 0;
}

div#choose_the_provider .allprovi-blk .allprov-titdesc h3,
div#choose_the_provider .allprovi-blk .allprov-titdesc p {
    color: #000;
}

div#choose_the_provider .allprovi-blk .allprov-titdesc {
    margin-bottom: 10px;
}

div#choose_the_provider .allprovi-blk .dispflex-box {
    background: #f1f1f1;
    border-radius: 2px;
    padding: 20px;
    margin: 15px 0;
    margin-top: 1px !important;
}

div#choose_the_provider .allprovi-blk .dispflex-box .ineer_amout_bz .img_box_amout {
    max-width: 90px;
    width: 100%;
}

div#choose_the_provider .allprovi-blk .dispflex-box .ineer_amout_bz .img_box_amout_inform {
    flex: 1;
}

div#choose_the_provider .allprovi-blk .dispflex-box .ineer_amout_bz .img_box_amout_inform .birck-show {
    display: flex;
    align-items: center;
}

div#choose_the_provider .allprovi-blk .dispflex-box .ineer_amout_bz .img_box_amout_inform .birck-show p {
    position: relative;
    /* padding-right: 205px;
    width: 100%; */
}


/* div#choose_the_provider .allprovi-blk .dispflex-box .ineer_amout_bz .img_box_amout_inform .birck-show button.outline-secondary {
    position: absolute;
    right: 20px;
} */

.allprovi-blk.removespace--div .form-group.col-md-12.col-xs-12.text-left {
    margin: 0;
}

div#choose_the_provider .allprovi-blk.removespace--div {
    margin-top: 5px;
}

div#choose_the_provider .allprovi-blk.removespace--div button.btn.btn-sm.btn-sm--mod.btn-green-bg {
    margin-top: 10px;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td:last-child button.detail-btn {
    background: #a4a4a4;
    margin-right: 12px;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr:not(:first-child) td.action-td {
    text-align: right;
    /* padding-right: 0; */
}

div#choose_the_provider .folliwng-chose-box .dispflex-box button.outline-secondary {
    top: 15px;
}

div#choose_the_provider .folliwng-chose-box .dispflex-box .amout-withtitle .ineer_amout_bz p input {
    background-color: transparent;
    text-align: center;
    font-weight: bold;
}

div#choose_the_provider .folliwng-chose-box .dispflex-box .amout-withtitle .ineer_amout_bz p label {
    display: flex;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
}

.modal-backdrop.fade.show {
    display: none !important;
}

div#data_for_order section.pt-50.pb-50.registration-section .form-blocks-boxes .form-group label.font-bold {
    color: #000;
    font-size: 16px;
}

section.pt-50.pb-50.position-rel.novideo-section:before {
    display: none;
}

section.pt-50.pb-50.position-rel.novideo-section .h1-title h1 {
    color: #000;
}

section.pt-50.pb-50.position-rel.novideo-section .breadcrumb-ul ul li a {
    color: #000;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr {}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.provider-td {
    width: 6%;
    text-align: center;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.provider-td .fixedimg-wit {
    margin: 0 auto;
    margin-left: 0;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.zip-td {
    width: 6%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.location-td {
    vertical-align: middle;
    width: 16%;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.condtion-td {
    width: 18%;
    vertical-align: top;
    padding-left: 10px;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.zerti-td {
    width: 12%;
    text-align: right;
    vertical-align: middle;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.price-td {
    width: 16%;
    text-align: center;
    padding-right: 20px;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.price-td label {}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.price-td label .labelwith-tootip {
    text-align: center;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.price-td label .labelwith-tootip .tooltip-div {
    /* position: absolute;
    right: 25px;
    top: -6px; */
    position: relative;
    margin-left: 1px;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.price-td label .labelwith-tootip .tooltip-div p.tooltip-btn i {
    display: block;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.price-td label .labelwith-tootip .tooltip-div p.tooltip-btn i:before {
    position: relative;
    right: 0;
    top: 0 !important;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.price-td label .labelwith-tootip .tooltip-div p.tooltip-btn {
    width: 20px;
    height: 20px;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.price-td label .labelwith-tootip {
    margin: 0;
    position: relative;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.action-td {
    width: 16%;
    text-align: center;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.price-td label {
    margin-bottom: 0;
}

div#choose_the_provider .folliwng-chose-box .dispflex-box .amout-withtitle .ineer_amout_bz .img_box_amout img {
    width: 60px !important;
    max-height: 40px;
}

div#firewood .design-checkbox .product-blk-box {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

div#firewood .design-checkbox .product-blk-box {
    padding-top: 0;
}

section.pt-50.pb-50.position-rel.onlyvideo-section .breadcrumb-ul {
    /* background-color: #f4f4f4; */
    padding: 2px 15px 0 !important;
    padding-left: 0 !important;
}

section.pt-50.pb-50.position-rel.onlyvideo-section .breadcrumb-ul li a {
    color: #000;
}

.leftsqua-blk>h4 {
    font-size: 14px;
    font-family: 'Roboto';
    margin-bottom: 0;
}

.mainamout-textblk .leftsqua-blk {
    padding-top: 13px;
}

.leftsqua-blk .folliwng-chose-box {
    margin-top: 10px;
}

.mainamout-textblk .leftsqua-blk .folliwng-chose-box {
    padding-top: 5px;
}

.col-lg-6.col-md-12.allprovi-blk {
    padding-top: 14px;
}

div#choose_the_provider .col-lg-6.col-md-12.allprovi-blk .allprov-titdesc {
    margin-bottom: 0;
}

.col-lg-6.col-md-12.allprovi-blk .dispflex-box {
    margin-top: 8px !important;
}

div#choose_the_provider .col-lg-6.col-md-12.allprovi-blk .allprov-titdesc h3 {
    font-size: 14px;
    font-family: 'Roboto';
    margin-bottom: 2px;
    line-height: 20px;
    line-height: 1.23333333;
}

div#choose_the_provider .mainamout-textblk .folliwng-chose-box .dispflex-box {
    width: 100%;
    padding-right: 170px;
}

div#choose_the_provider .mainamout-textblk .folliwng-chose-box .amout-withtitle .ineer_amout_bz p {
    width: calc(100% - 60px);
    display: flex;
    flex-wrap: wrap;
}

div#choose_the_provider .mainamout-textblk .folliwng-chose-box .amout-withtitle .ineer_amout_bz p label {
    width: calc(100% - 50px);
    margin: auto 0;
    font-size: 15px;
    font-weight: 600;
    color: #4e5152;
}

div#transport .radio_inform_section .raid_button_wrapper .form-check-inline:last-child {
    padding-right: 0px !important;
}

div#transport .radio_inform_section .raid_button_wrapper .form-check-inline:last-child:before {
    right: -14px;
}

body.modal-open header div#stuck_container {
    z-index: 2;
}

header.home-header .navbar-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
}

.home-header div#stuck_container.isStuck .navbar-wrap {
    padding-top: 6px;
    padding-bottom: 6px;
}


/* 25-7-2022 */

#data_for_order .registration-section .priv-poli-box {
    padding-left: 15px;
}


/* ajay 26-7-2022 */

.pop_up_box_bottom .sticky-searchblock.open-sidebar {
    position: relative;
    transform: none;
    left: 0;
    top: 0;
    margin: 0;
    max-width: 45%;
    border-radius: 0;
    padding-top: 10px;
    padding-bottom: 30px;
    border-radius: 5px;
}

.product_list_webshop .modal-body {
    padding: 15px 0;
}

.pop_up_box_bottom .sticky-searchblock.open-sidebar p {
    display: none;
}

.pop_up_box_bottom .pincode-icon {
    display: none;
}

.pop_up_box_bottom a.close-sidbar {
    display: none;
}

div#data_for_order .registration-section .forms-div-block .forms+button {
    margin-right: 15px;
}

div#data_for_order .rd-mailform.full-width .form-blocks-boxes button.link-button {
    margin-left: 1px;
}

#data_for_order .registration-section .priv-poli-box .checkbox-inline.design-checkbox label.checkbox.checkbox-success:after {
    content: " *";
    color: red;
    margin-left: -2px;
    font-size: 17px;
    font-weight: 900;
}

#data_for_order .registration-section .priv-poli-box .checkbox-inline.design-checkbox label.checkbox.checkbox-success {
    position: relative;
}

#data_for_order .registration-section .priv-poli-box .checkbox-inline.design-checkbox label.checkbox.checkbox-success input+span {
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 900;
}

div#firewood .design-checkbox .product-blk-box .form-group.row {
    margin-bottom: 0;
}

.pop_up_box_bottom .form-group {
    max-width: 100% !important;
}

.thumbnail_item img {
    filter: brightness(0.5);
}

.thumbnail_item.active img {
    filter: brightness(1);
}

.thumbnail_item img:hover {
    filter: brightness(1);
}

.breadcrumb-ul ul li.active~li a {
    pointer-events: none;
}


/* 9-8-2022 ajay */

.product h5 {
    font-weight: 700;
}

div#firewood .design-checkbox .product-blk-box .form-group h4 {
    font-weight: 700;
}

.my_sales_pro .container {
    max-width: 100%;
}

.all_check_des .checkbox-inline {
    flex-direction: column;
}

h5.tool_tip {
    position: absolute;
    top: -48px;
    display: none;
    left: -33px;
    width: 100px;
    height: auto;
    background: #000;
    color: #fff;
    border-radius: 5px;
    width: 8em;
    text-align: center;
    border-radius: 4px;
    background: black;
    color: white;
    font-size: 16px;
    line-height: 1.1;
    padding: 10px 10px;
    letter-spacing: 1px;
    margin-top: 0;
}

h5.tool_tip:before {
    content: "";
    position: absolute;
    content: "";
    border: 10px solid transparent;
    border-top-color: black;
    position: absolute;
    top: 37px;
    left: 50%;
    margin-left: -10px;
}

.tooltip-sold:hover h5.tool_tip {
    display: block;
}

section.pt-50.pb-50.position-rel.onlyvideo-section .breadcrumb-ul {
    padding-right: 0 !important;
}

#sustain_table tbody tr td img {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.onlyvideo-section {
    min-height: calc(100vh - 135px);
}

.tooltip-sold {
    position: relative;
}

#profile .checkbox-inline.design-checkbox.multicheckbox-block .imgchecbox-view .showing-uploadimg .fixedimg-wit img {
    object-fit: contain;
    object-position: center;
    object-fit: cover;
}


/* details_order_popup css */

.order-detail-popup .showing-uploadimg .fixedimg-wit {
    text-align: center;
}

.details_pop_dgn {
    display: flex;
    flex-wrap: wrap;
}

.details_pop_dgn .display-mainblk {
    width: 50%;
}

.details_pop_dgn .display-mainblk:first-child {
    width: 100%;
    padding-left: 0 !important;
}

.details_pop_dgn .display-mainblk .showing-uploadimg {
    width: 40%;
}

.details_pop_dgn .display-mainblk .imgs_fixing_info {
    width: 60%;
    border: 1px solid gray;
    margin-bottom: 15px;
}

.details_pop_dgn .display-mainblk .imgs_fixing_info p {
    width: 100%;
    margin-top: 0;
    padding: 0 5px;
}

.details_pop_dgn .display-mainblk {
    align-items: flex-start;
}

.details_pop_dgn .display-mainblk .showing-uploadimg .fixedimg-wit {
    text-align: left;
}

.details_pop_dgn .display-mainblk:first-child .showing-uploadimg {
    width: 20%;
    padding-right: 10px !important;
}

.details_pop_dgn .display-mainblk:first-child .imgs_fixing_info {
    width: 81%;
    padding-left: 4px;
}

.details_pop_dgn .display-mainblk:nth-child(even) {
    padding-right: 10px;
}

.details_pop_dgn .display-mainblk:nth-child(odd) {
    padding-left: 10px;
}

div#choose_the_provider .details_pop_dgn .display-mainblk .showing-uploadimg .fixedimg-wit img {
    width: 100% !important;
    object-fit: cover !important;
    height: 100%;
}

.details_pop_dgn .display-mainblk.imgs_fixing .showing-uploadimg {
    padding-right: 10px;
}

.top_img_head_pop {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    margin-left: auto;
    /* margin-bottom: 30px; */
    padding: 15px;
    background-color: #f3f3f3;
    border-radius: 10px;
    border-left: 3px solid #3c8d1f;
}

.top_img_head_pop .top_head_dt_pop p {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 8px;
}

.top_img_head_pop .top_head_dt_pop p span {
    margin-bottom: 0;
}

.top_img_head_pop .top_head_dt_pop {
    width: 70%;
    padding-left: 30px;
}

.top_img_head_pop .top_head_dt_pop p:not(:first-child) {
    margin-top: 2px;
    font-size: 15px;
    line-height: 18px;
}

.top_img_head_pop .top_head_dt_pop p:first-child {
    margin-bottom: 1px;
}

.top_img_head_pop .top_head_dt_pop p:first-child strong {
    font-weight: 800;
}

.details_form_mn table tr td {
    border-bottom: 0 !important;
}

.details_form_mn tr td label {
    margin-bottom: 0 !important;
}

.details_form_mn tr:nth-child(7) td {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
}

.details_form_mn tr:nth-child(10) td {
    padding-bottom: 20px !important;
}

.our_display_mainbls .show-disconte-blk {
    border: none;
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
}

.our_display_mainbls .show-disconte-blk h3:before {
    border: none !important;
    width: 0;
    margin: 0;
    padding: 0;
    position: relative;
    height: 0;
}

.our_display_mainbls .show-disconte-blk h3 {
    padding-bottom: 0;
    font-size: 20px !important;
    line-height: 30px !important;
    background-color: #3c8d1f;
    color: #fff;
    padding-left: 10px;
}

.our_display_mainbls .show-disconte-blk .blk-dispflex {
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-right: 10px;
}

.my_blk .blk-dispflex:last-child {
    margin-top: 15px;
    margin-bottom: 10px;
    color: #000 !important;
    font-weight: 800;
}

.table_postcast {
    padding-bottom: 30px;
}

table#table_postcasts tr:last-child td {
    border-width: 1px;
}

.product .thumb .bg-image-box {
    background-size: contain;
    background-position: center;
    object-fit: cover;
    background-repeat: no-repeat;
}

html[lang="fr"] div#choose_the_provider .inner-table button.outline-secondary {
    font-size: 13px;
}

html[lang="fr"] section.position-rel .breadcrumb-ul ul li a {
    font-size: 13px;
    line-height: 17px;
}

html[lang="fr"] .breadcrumb-ul ul li a:after {
    top: 4px;
    width: 20px;
    height: 20px;
}

html[lang="it"] div#choose_the_provider .inner-table button.outline-secondary,
html[lang="ge"] div#choose_the_provider .inner-table button.outline-secondary {
    font-size: 13px;
}

.order-detail-popup .modal-content {
    /* height: calc(100vh - 126px);
    margin-top: 110px; */
    height: auto;
    min-height: auto;
    margin-top: 0;
    width: 100%;
}

#incompleteofferlistId .modal-dialog {
    width: 100%;
    max-width: 900px;
    padding: 0 15px;
    transform: inherit !important;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

#choose_the_provider table td.price-td label {
    cursor: pointer !important
}

.home_wrap_refer ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5px;
    font-weight: 500;
    color: #000;
}

.home_wrap_refer {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 20px;
}

.home_wrap_refer h5 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    font-weight: 700;
}

.home_wrap_refer ul li span {
    width: 20%;
    text-align: left;
}

.home_wrap_refer ul li p {
    width: 80%;
    text-align: left;
}

.home_wrap_refer h5 span:first-child {
    width: 80%;
    text-align: left;
}

.home_wrap_refer h5 span:last-child {
    width: 20%;
    text-align: left;
}

.order-detail-popup.modal-dialog {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.order-detail-popup .display-mainblk .show-disconte-blk {
    margin-bottom: 0;
}

.order-detail-popup .showing-uploadimg+h3 {
    margin-bottom: 10px;
}

.details_form_mn tr:first-child td:first-child {
    padding-left: 10px !important;
}

.order-detail-popup .showing-uploadimg {
    margin-bottom: 0 !important;
}

.details_form_mn .inner-table table tr:not(:first-child) td {
    line-height: 15px;
    padding: 5px 10px;
}

.details_form_mn .inner-table table tr:nth-child(9) td {
    padding-bottom: 18px;
}

.details_form_mn .inner-table table tr:nth-child(10) td {
    padding-bottom: 5px !important;
}

.our_display_mainbls .my_blk .blk-dispflex label {
    margin-bottom: 1px !important;
}

.order-detail-popup .display-mainblk .show-disconte-blk .blk-dispflex:nth-child(4) label {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.order-detail-popup.modal-dialog .bodycontent-blk h3 {
    margin-bottom: 4px !important;
}

.order-detail-popup .bodycontent-blk .showing-uploadimg+h3 {
    padding-left: 9px;
}

.order-detail-popup.modal-dialog .bodycontent-blk .display-mainblk:last-child {
    padding-top: 30px;
}

.loader_my_count {
    display: flex;
    justify-content: space-between;
    max-width: 1024px;
    margin: 0 auto;
}

.loader_my_count .prnt_count span.count,
.counter_nums .prnt_count span.count {
    font-size: 60px;
    font-weight: 800;
    color: #000;
}

.loader_my_count .prnt_count {
    width: 32%;
    background: #fff;
    padding: 20px;
    border: 1px solid #3c8d1f;
}

.prnt_count p {
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.counter_nums h3 {
    padding: 20px 0;
    margin-top: 10px;
}

.prnt_count {
    background: #fff;
    border: 1px solid #3c8d1f;
    width: fit-content;
    margin: 0 auto;
    padding: 20px;
}

.loader_my_count .prnt_count span.count,
.counter_nums .prnt_count span.count {
    font-size: 60px;
    font-weight: 800;
    color: #3c8d1f;
}

.divider-light {
    border-color: #3c8d1f;
    /* padding: 20px 0; */
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.button-parent-webshop button:last-child {
    background-color: #fff;
    color: #3c8d1f;
    border-color: #3c8d1f;
    margin-left: 8px;
}

.button-parent-webshop button:last-child:hover {
    background-color: #3c8d1f;
    color: #fff;
    border-color: #3c8d1f;
}

div#choose_the_provider .allprovi-blk .dispflex-box {
    padding-left: 0 !important;
    padding-top: 17px ! important;
}

.parent_produt_re_create {
    display: flex;
    flex-wrap: wrap;
}

.parent_produt_re_create .product_info_dt .image_slider_thumbnail .thumbnail_item img {
    width: 60px;
}

/* Sep 19 */
.pop_up_box_bottom .sticky-searchblock.open-sidebar {
    max-width: 100%;
}

.product_list_webshop .product_info_dt .img_bx {
    width: 100%;
}

.product_list_webshop .product_info_dt .img_bx img {
    width: 100%;
    object-fit: cover;
}

.product_list_webshop .product_info_dt .image_slider_thumbnail {
    width: 100%;
}

.product_list_webshop .product_info_dt .image_slider_thumbnail img.thumbnail_item {
    width: 100%;
}

.slider-overlay {
    z-index: 0;
}

.slider-overlay:before {
    z-index: -1;
}

.onlyvideo-section .container,
.novideo-section .container {
    width: 100%;
    max-width: 1240px;
}

.stuck_container.isStuck .navbar-header .navbar-brand {
    width: 100%;
    max-width: 380px;
    display: flex;
    align-items: center;
}

.stuck_container.isStuck .navbar-header .navbar-brand img {
    margin-right: 15.85px;
    width: 65px !important;
}

header .navbar-wrap nav.navbar ul.navbar-nav {
    margin-right: 0;
    display: flex;
}

header .navbar-wrap nav.navbar ul.navbar-nav>li>a {
    padding: 9px 10px 7px 10px;
    line-height: 21px;
}

header .navbar-wrap nav.navbar ul.navbar-nav>li~li {
    margin-left: 10px;
    margin-right: 0;
}

#data_for_order .registration-section .col-md-8.col-md-offset-2 {
    margin: 0;
    width: 100%;
}

.forms-div-block .rd-mailform.full-width .form-group select {
    width: 100%;
    max-width: 100% !important;
}

div#firewood .design-checkbox .product-blk-box .form-group.row .col-md-4 {
    width: 54%;
}

div#firewood .design-checkbox .product-blk-box .form-group.row .col-md-4+.col-md-6 {
    width: 29%;
    padding-right: 10px;
}

div#firewood .design-checkbox .product-blk-box .form-group.row .col-md-4+.col-md-6 .bunch_table {
    justify-content: end;
}

div#firewood .design-checkbox .product-blk-box .form-group.row .product-desc-admin p {
    font-size: 19px;
}

.breadcrumb-ul ul li a:after {
    width: 25px;
    right: -13px;
}

div#choose_the_provider .allprovi-blk .form-group .inner-table tr td.zerti-td {
    text-align: center;
}

div#choose_the_provider .mainamout-textblk .folliwng-chose-box .amout-withtitle .ineer_amout_bz p input[type="text"],
div#choose_the_provider .mainamout-textblk .folliwng-chose-box .amout-withtitle .ineer_amout_bz p label {
    font-size: 0.87804878vw;
}

div#transport {
    min-height: auto;
}

.stickyBtn .button-parent-webshop .btn,
.stickyBtn~.tab-pane.active.show .button-parent-webshop .btn {
    padding-inline: 15px;
    padding-top: 11px;
}

section.pt-50.pb-50.position-rel video.video-class {
    object-position: top right;
}

#shopping_cart.stickyBtn .button-parent-webshop .btn {
    font-size: 16px;
}

.order-location-class ul.dropdown-menu:empty {
    display: none !important;
}

div#myTabContent .tab-pane:not(#profile) {
    margin-top: 25px;
}

#data_for_order .registration-section {
    padding-top: 0;
}

div#data_for_order .registration-section form.rd-mailform.full-width {
    padding-top: 0;
}

#shopping_cart .form-group .inner-table table.logo-section tr td {
    background-color: transparent;
    padding: 0;
    border: none;
    text-align: left;
}

div#shopping_cart .form-group .inner-table table.logo-section {
    border: none;
    margin-top: 80px;
}

#shopping_cart .form-group .inner-table table.logo-section tr td h3 {
    margin: 0;
}

#shopping_cart .form-group .inner-table table.logo-section tr td:not(:last-child) {
    width: 60px;
}

div#shopping_cart .form-group .inner-table table.logo-section table {
    width: 350px;
    padding: 0;
    border: none;
}

.inner_refer_home_informs .counter_nums {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    text-align: left;
    max-width: 991px;
    margin: 0 auto;
}

.inner_refer_home_informs .counter_nums h3:first-child {
    order: 1;
}

.inner_refer_home_informs .counter_nums .loader_my_count {
    margin: 0;
    flex-direction: column;
    max-width: 50%;
    width: 100%;
    padding: 0 30px;
}

.inner_refer_home_informs .counter_nums .loader_my_count:nth-child(2) {
    order: 3;
}

.inner_refer_home_informs .counter_nums .loader_my_count:nth-child(4) {
    order: 4;
}

.inner_refer_home_informs .counter_nums h3:not(:first-child) {
    order: 2;
}

.inner_refer_home_informs .counter_nums h3 {
    width: 50%;
    margin: 0;
    padding: 0 30px;
}

.inner_refer_home_informs .counter_nums .loader_my_count .prnt_count {
    margin: 0;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: stretch;
    border-radius: 10px;
    background-color: #70ad47;
    margin-top: 15px;
    min-height: 80px;
}

.inner_refer_home_informs .counter_nums .loader_my_count .prnt_count span.count {
    background-color: #4e5152;
    border-radius: 10px;
    width: 80px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 35px;
}

.inner_refer_home_informs .counter_nums .loader_my_count .prnt_count p {
    font-size: 25px;
    color: #fff;
    font-weight: 600;
    padding: 10px 25px;
    width: calc(100% - 80px);
    display: flex;
    align-items: center;
}

.product .offer-prices {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.product .offer-prices h4 {
    font-size: 20px;
    line-height: 30px;
}

.row.dis-flex-box .col-sm-4 {
    margin-bottom: 40px;
}

div#shopping_cart .form-group .inner-table.full-width table.date-table td {
    background-color: transparent;
    border: none;
    color: #000;
    text-align: left;
    padding: 0;
    font-weight: 600;
}

div#shopping_cart .form-group .inner-table.full-width table.date-table {
    border: none;
    margin-top: 90px;
    margin-bottom: 60px;
}

div#shopping_cart .form-group .inner-table.full-width table.cart-table {
    border: none;
    text-align: center;
}

div#shopping_cart .form-group .inner-table.full-width table.cart-table td {
    background-color: transparent;
    border: none;
    color: #000;
    text-align: left;
}

div#shopping_cart .form-group .inner-table.full-width table.cart-table td:nth-child(2) {
    text-align: left;
}

div#shopping_cart .form-group .inner-table.full-width table.cart-table tr:first-child td {
    background-color: #E5E5E5;
}

div#shopping_cart .form-group .inner-table.full-width table.cart-table td:first-child {
    text-align: center;
}

div#shopping_cart .form-group .inner-table.full-width table.cart-table td:last-child {
    text-align: right;
}

div#shopping_cart .form-group .inner-table table.general-table {
    border: none;
    margin: 50px 0;
}

div#shopping_cart .form-group .inner-table table.general-table td {
    background-color: transparent;
    border: none;
    color: #000;
    text-align: left;
    padding: 0;
}

div#shopping_cart .form-group .inner-table table.general-table td b {
    margin-right: 20px;
}

div#shopping_cart .form-group .inner-table table.address-table {
    border: none;
}

div#shopping_cart .form-group .inner-table table.address-table td {
    background-color: snow;
    border: none;
    color: #000;
    padding: 0;
    text-align: left;
}

div#shopping_cart .form-group .inner-table table.address-table td table {
    border: none;
}

div#shopping_cart .form-group .inner-table table.address-table td table tr:first-child td {
    padding-bottom: 30px;
}

div#shopping_cart .form-group .inner-table table.address-table>tr>td {
    width: 33.33%;
}

div#shopping_cart .form-group .inner-table table.address-table td table td.tel-details {
    padding-top: 30px;
}

div#shopping_cart .form-group .inner-table.full-width table.cart-table td h3 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}

div#shopping_cart .form-group .inner-table.full-width table.cart-table tr:first-child td:last-child {
    text-align: center;
}

@media only screen and (min-width: 2300px) {

    .onlyvideo-section .container,
    .novideo-section .container {
        max-width: 1235px;
    }
}

@media screen and (max-width: 1199px) {
    div#firewood .design-checkbox .product-blk-box .form-group.row .col-md-4+.col-md-6 {
        width: 30%;
        width: 350px;
    }

    div#firewood .design-checkbox .product-blk-box .form-group.row .col-md-4 {
        width: 53%;
        width: calc(100% - 550px);
    }
}

/* Sep END */
/* New Responsive */