/* Footer Css  */
.footer_head_logo_wrap {
    text-align: left;
    margin-bottom: 40px;
}

.footer_head_logo_wrap img {
    height: auto;
    width: 250px;
    object-fit: cover;
}

.footer_content_inner_wrap .title {
    color: var(--text-black-color);
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    margin-bottom: 6px;
}

.foot-nav li {
    margin-bottom: 3px;
}

.foot-nav li a {
    font-size: var(--a-desktop); /*15px*/
    line-height: 25px;
    color: var(--text-black-color);
    font-weight: 500;
}

.foot-nav {
    padding: 0;
    list-style: none;
    margin-bottom: 15px;
}

.footer_content_row1_wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer_content_row1_wrap .footer_content_inner_wrap {
    width: 25%;
    display: flex;
    justify-content: flex-start;
}

.footer_content_row1_wrap .footer_content_inner_wrap:nth-child(2) {
    padding-right: 35px;
}

footer.site-footer.footer_v3 {
    background: var(--kc-light-grey);
    padding-top: 35px;
}

.footer_v3 .footer_content_row1_wrap {
    padding: 35px 0px;
}

.footer_content_row1_wrap .footer_content_inner_wrap .inner-wrap {
    width: 100%;
}

.footer_content_row1_wrap .footer_content_inner_wrap .inner-wrap .option a {
    font-size: var(--a-desktop); /*16px*/
    line-height: 23px;
    color: #373238;
}

.footer_v3 .foot-nav li a:hover,
.footer_content_row1_wrap .footer_content_inner_wrap .inner-wrap .option a:hover {
/*    color: var(--kc-primary);*/
    color: var(--kc-primary);
}

.footer_content_row1_wrap .footer_content_inner_wrap.get-contact-sections {
    flex-flow: column;
    justify-content: flex-start;
}

.footer_content_row1_wrap .footer_content_inner_wrap.resources-ft {
    flex-flow: column;
    justify-content: flex-start;
}

.inner-wrap.inner-address {
    padding-top: 50px;
}

.inner-wrap.inner-about-us {
    padding-top: 40px;
}

.inner-wrap.inner-address .option {
    font-size: 16px;
    line-height: 23px;
    color: #373238;
    max-width: 225px;
}

.footer_content_row1_wrap.footer-second-section {
    border-top: 0px solid #dfdfe1;
}

.copy-right-middle p {
    font-style: normal;
    font-weight: 500;
    font-size: var(--p-desktop); /*13px*/
    margin-bottom: 0px;
}

.copy-right-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #cdcdcd;
    padding: 30px 0px;
}

.footer_content_row1_wrap .footer_content_inner_wrap:nth-child(2) {
    padding-right: 10px;
    padding-left: 40px;
}

.ft-get-started {
    padding-left: 40px;
}

.social-links-footer {
    display: flex;
    align-items: center;
}

.social-links-footer>h4 {
    font-size: var(--h4-desktop); /*18px*/
    font-weight: 800;
    color: var(--text-black-color);
    margin: 0px;
    margin-bottom: 0px;
}

.social-group ul {
    padding-left: 0;
    margin-bottom: 0px;
    list-style: none;
    display: flex;
    align-items: center;
}

.social-group ul li a {
    color: var(--text-black-color);
    padding: 0px 12px;
}

.social-group ul li a i {
    font-size: 18px;
}

.logo-social-column .inner-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-second-section>div:not(.logo-social-column) {
    flex-direction: column;
}

.footer_content_inner_wrap.ft-last-column {
    padding-left: 40px;
}

.footer-last-col-email a:hover,
.social-group ul li a:hover {
/*    color: var(--kc-primary);*/
    color: var(--kc-primary);
}

/* .footer_head_logo_wrap img {
    filter: brightness(0) invert(1);
} */

.footer-last-col-email a {
    font-weight: 700;
    color: var(--text-black-color);
    font-size: var(--a-desktop); /*16px*/
}
.copy-right-middle p {
    color: var(--text-black-color);
}

.payment-right-footer img {
    width: 180px;
    object-fit: contain;
}

td.woocommerce-table__product-name.product-name {
    max-width: 100%;
    width: 80%;
}

tfoot th {
    padding: 0px 10px !important;
}

.gform_wrapper .gform_fields {
    height: auto !important;
}

.founder_detail.founder_director_detail a {
    color: var(--kc-primary);
}

.sti.style-flat-small {
    height: unset !important;
}

.sti.style-flat-small .main-picture img {
    position: static !important;
    width: 100%;
}
.powered_by_text p {
    color: var(--text-black-color);
    text-align: left;
    font-weight: 500;
    font-size: var(--p-desktop); /*15px*/
    margin-bottom: 12px;
}
.powered_by_text.powered_by_text_mb.text-center p {
    text-align: center;
    font-size: var(--p-desktop); /*13px*/
    margin-top: 13px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.4;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1050px) {
    .footer_content_row1_wrap .footer_content_inner_wrap:nth-child(2) {
        padding-right: 0px;
    }
    .ft-get-started,
    .ft-last-column {
        padding-left: 30px;
    }
}

@media (max-width: 991px) {
    .footer_content_inner_wrap .title {
        font-size: 14px;
        line-height: 22px;
    }

    .foot-nav li a {
        font-size: var(--a-tablet); /*14px*/
        line-height: 22px;
    }

    .footer_content_row1_wrap .footer_content_inner_wrap .inner-wrap .option a {
        font-size: var(--a-tablet); /*14px*/
        line-height: 22px;
        word-break: break-all;
        padding-right: 20px;
        display: inline-block;
    }

    .footer_content_row1_wrap .footer_content_inner_wrap:nth-child(2) {
        padding-right: 0px;
    }

    .ft-get-started {
        padding-left: 30px;
    }

    .footer_content_row1_wrap.footer-second-section {
        padding-bottom: 30px;
    }
}

@media (min-width: 991px) {
    .mobile-footer {
        display: none;
    }
}

@media (max-width: 991px) {
    .mobile-footer {
        display: block !important;
        background: var(--kc-light-grey);
        clear: both;
    }

    .footer_v3 {
        display: none !important;
    }

    .mobile-footer .heading {
        position: relative;
        display: inline-block;
        width: 100%;
        padding: 25px 15px;
    }

    .mobile-footer .heading h3 {
        margin: 0px;
        font-style: normal;
        font-size: var(--h3-mobile); /*16px*/
        text-transform: uppercase;
    }

    .mobile-footer .heading h3 {
        color: var(--text-black-color);
        font-weight: bold;
    }

    .mobile-footer .heading.select-one h3 {
        color: var(--text-black-color);
        font-weight: 500;
    }

    .mobile-footer .plus-minus-toggle {
        position: absolute;
        top: 27px;
        right: 20px;
    }

    .mobile-footer .plus-minus-toggle.collapsed .arrow-right {
        display: block;
    }

    .mobile-footer .plus-minus-toggle.collapsed .arrow-down {
        display: none;
    }

    .mobile-footer .plus-minus-toggle .arrow-down {
        display: block;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .mobile-footer .plus-minus-toggle .arrow-right {
        display: none;
    }

    .mobile-footer .accordion-item {
        border-top: 1px solid #d0d0d0 !important;
        background-color: transparent;
        border: 0px;
    }

    .mobile-footer .content {
        border-top: 1px solid #d0d0d0;
        padding: 15px;
    }

    .mobile-footer .foot-nav {
        margin-bottom: 0px;
    }

    .mobile-footer .inner-wrap.inner-address {
        padding-top: 0px;
    }

    .mobile-footer .inner-wrap .option a {
        font-size: var(--a-tablet); /*16px*/
        line-height: 23px;
        color: #373238;
        max-width: 225px;
    }

    .mobile-footer .foot-nav li a {
        font-size: var(--a-tablet); /*16px*/
        line-height: 25px;
    }

    .mobile-footer .footer_social_icons_anywhere .full-width {
        display: flex;
        padding-left: 0;
        justify-content: center;
    }

    .mobile-footer .footer_social_icons_anywhere ul li a {
        color: var(--text-black-color) !important;
        font-size: 21px;
    }

    .mobile-footer .footer_social_icons_anywhere .full-width {
        padding-left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        list-style: none;
    }

    .mobile-footer .footer_social_icons_anywhere ul li {
        display: inline-block;
        padding: 0px 18px;
    }

    .mobile-footer .footer_head_logo_wrap {
        text-align: center;
        margin-bottom: 20px;
    }

    .mobile-footer .logo-social-icons {
        padding: 30px 0px;
    }

    .mob-fixed {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .mob-first {
        padding: 20px 10px;
        padding-top: 30px;
        padding-bottom: 0px;
    }

    .mob-five {
        padding-top: 30px;
    }

    .mob-second {
        padding: 30px 10px;
    }

    .accordion-main {
        border-bottom: 1px solid #d0d0d0;
    }

    .mob-footer-bottom {
        padding: 20px 0px;
        padding-bottom: 10px;
    }

    .payment-methods {
        text-align: center;
        padding-bottom: 10px;
    }

    .mobile-footer .footer_social_icons_anywhere ul li:nth-child(2),
    .mobile-footer .footer_social_icons_anywhere ul li:nth-child(3) {
        padding-top: 5px;
    }
}

@media(max-width:767px) {
    .copy-right-section p {
        font-size: var(--p-mobile); /*12px*/
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }
}

/** sidecart css **/

.fixed-cart-right {
    position: fixed;
    top: 0px;
    z-index: 9999999;
    right: 0;
    width: 0px;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    height: 100%;
    padding: 0px;
    overflow: hidden;
}

.fixed-cart-right .depot-shop-cart-result {
    width: 450px;
    min-width: 330px;
    position: absolute;
    right: 0px;
    top: 0;
    /* min-height: 700px; */
    height: 100%;
}

.fixed-cart-right.center_cart_popup .depot-shop-cart-result {
    left: 50%;
    transform: translate(-50%, -50%);
    right: unset;
    top: 50%;
    height: auto;
    overflow: auto;
    max-height: calc(100vh - 50px);
}

.depot-shop-column>div {
    padding-top: 14px;
    padding-bottom: 15px;
}

@media (min-width: 1101px) {
    .depot-shop-cart-result {
        position: sticky;
        top: 50px;
    }
}

.depot-shop-cart-result {
    text-align: center;
    background-color: #fff;
    border: 1px solid #e7e7e7 !important;
}

.close-cart-section {
    text-align: right;
    position: absolute;
    right: 10px;
}

.close-cart-section .back-to-shop {
    font-size: 14px;
    line-height: 1.2;
    color: #2d2f22;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    color: #2d2f22;
}

a.flipcart svg {
    width: 16px;
    height: 16px;
}

.fixed-cart-right h4.heading {
    font-weight: bold;
    font-size: var(--h4-desktop); /*18px*/
    line-height: 1.2;
    color: #2d2f22;
    text-align: left;
    padding: 0px 15px;
    margin-bottom: 15px;
    margin-top: 0;
}

.fixed-cart-right .cabinet-cart-item-container.full-width {
    border-top: 1px solid #C7C7C7;
    padding-top: 5px;
}

.depot-shop-cart-body {
    background-color: #fff;
}

.inner_heading.space-between {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 0 10px;
    text-align: left;
}

.depot-shop-cart-item-wrapper {
    height: calc(100vh - 265px);
    overflow-y: auto;
    padding: 0 10px;
    scrollbar-width: thin;
}

.iphone-device .depot-shop-cart-item-wrapper {
    height: calc(100vh - 350px);
}

.cart-button-with-price {
    display: flex;
    align-items: center;
    margin-right: 10px;
    width: 100%;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    bottom: 0;
    border-top: 1px solid #C7C7C7;
    background-color: #fff;
}

.fixed-cart-right .depot-shop-cart-item-wrapper .depot-shop-cart-item {
    padding: 15px 0;
}

.depot-shop-cart-item {
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    padding: 5px 0;
    margin-bottom: 5px;
}

/*.depot-shop-cart-item:not(:last-child) {*/
.depot-shop-cart-item {
    border-bottom: 1px solid #cccc;
}

.depot-shop-cart-item .cart-item-meta {
    display: flex;
    flex-wrap: wrap;
    flex: 2;
    align-items: flex-start;
}

.fixed-cart-right .depot-shop-cart-item .cart-item-meta .cart-item-thumb {
    width: 90px;
    height: 90px;
    overflow: hidden;
    min-width: 90px;
    min-height: 90px;
}

.depot-shop-cart-item .cart-item-meta .cart-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2px;
}

.fixed-cart-right .depot-shop-cart-item .cart-item-meta .cart-item-info {
    padding-left: 15px;
    padding-right: 5px;
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;

}

.fixed-cart-right .depot-shop-cart-item .cart-item-meta .cart-item-info a.cart-item-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #211E22;
    text-align: left;
    margin-bottom: 5px;
}

.fixed-cart-right .depot-shop-cart-item .cart-item-meta .cart-item-info .cart-item-detail {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 17px;
    color: #59575B;
    text-align: left;
}
.fixed-cart-right .depot-shop-cart-item .cart-item-meta .cart-item-info .custom-options{
    padding-top: 18px;
    text-align: left;
}
.fixed-cart-right .depot-shop-cart-item .cart-item-meta .cart-item-info .custom-options > div p{
    margin-bottom: 8px;
}

.extra-info-wrap {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    justify-content: flex-end;
}

.cart-item-info .extra-info-wrap {
    width: 100%;
    padding-bottom: 20px;
}
.cart-item-info .extra-info-wrap  .item-price input{
    height: 24px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 0px;
    max-width: 60px;
    font-size: 13px;
}
.fixed-cart-right .extra-info-wrap .cart-item-price > .item-price.item-qty{
    text-align: right;
}
@media(max-width:580px){
    .extra-info-wrap .woocommerce-Price-amount.amount{
        padding-left: 0px;
    }
    .fixed-cart-right .extra-info-wrap .cart-item-price > .item-price{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .fixed-cart-right .extra-info-wrap .cart-item-price > .item-price > *:last-child{
        padding-top: 5px;
    }
    .loader-container .lds-facebook{
        transform: translate(-50%, -50%);
    }
}
.fixed-cart-right .cart-item-updater {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.fixed-cart-right .cart-item-updater .qty_wrapper {
    margin-left: 0px;
}

.cart-item-updater .qty_wrapper {
    background-color: #F3F3F3;
    margin-left: 55px;
    padding: 5px 10px;
}

.cart-item-updater .qty_wrapper>a {
    background-color: #F3F3F3;
    color: var(--kc-primary);
    font-size: var(--a-desktop); /*12px*/
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 15px;
    text-decoration: none;
}

.cart-item-updater .qty_wrapper .items-info-qty {
    color: var(--kc-primary) !important;
    min-width: 65px;
}

.cart-item-updater .qty_wrapper input[type="number"] {
    -moz-appearance: textfield;
}

.cart-item-updater .qty_wrapper input {
    width: 25px !important;
    text-align: center;
    background-color: unset;
    border-style: none;
    font-size: 12px;
    font-weight: 700;
}

.fixed-cart-right .extra-info-wrap .cart-item-price {
    padding-right: 0px;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fixed-cart-right .extra-info-wrap .cart-item-price > .item-price{
    margin-bottom: 0px;
}
.depot-shop-cart-item .cart-item-price span.item-price {
    font-size: 12px;
    font-weight: 700;
    color: #4d4d4d;
}

.cart-item-price .item-price>span {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    color: #59575B;
}

.extra-info-wrap .woocommerce-Price-amount.amount {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    padding-left: 15px;
}

.modify-sections {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.modify-sections>div {
    padding: 0px 0px 0px 25px;
}

.modify-sections a {
    font-style: normal;
    font-weight: normal;
    font-size: var(--a-desktop); /*14px*/
    line-height: 17px;
    color: #2d2f22;
    text-decoration: none;
}

a.modification-button,
.save-later-btn a,
.remove-btn-section {
    display: flex;
    align-items: center;
}

.modify-sections a svg {
    margin-left: 7px;
}

.remove-btn-section a.delete-btn {
    padding-right: 5px;
    color: red;
}

.cart-button-with-price .cart-total-price {
    margin-right: 15px;
}

.btns.check_buttons {
    background: var(--kc-primary);
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.2;
    color: #FAFAFA;
    text-transform: capitalize;
    padding: 10px 35px;
    width: 49%;
}

.popup_project .add_project_crt #cabinet-save-my-project-btn,
.popup_project a#add_cart_project {
    background: #4b2c52 !important;
    color: #fff !important;
}

.add_project_crt input#cabinet-project-name {
    padding: 4px 10px;
}

.popup_project .add_project_crt #cabinet-save-my-project-btn:hover,
.popup_project a#add_cart_project:hover {
    opacity: 0.8;
}

.add_project_crt select:focus,
.add_project_crt button:focus,
.add_project_crt input:focus {
    outline: none !important;
}

.popup_project #add_cart_project,
.popup_project button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

.popup_project {
    display: inline-block;
    width: 50%;
    max-width: 310px;
    position: relative;
}

.add_project_crt {
    display: flex;
    flex-direction: column-reverse;
    margin: 10px 0px;
}

.popup_project .add_hndlr {
    margin-bottom: 10px;
}

.popup_project select#cabinet-user-wishlist_cart {
    width: 128px;
    padding: 4px 3px;
    margin-right: 10px;
}

.popup_project form#cabinet-project-create-form {
    display: flex;
}

.popup_project .no-thanks-section.buttons_pnl {
    margin-left: 10px !important;
}

p.cabinet-validation-message {
    font-size: 12px;
    color: red !important;
    margin-top: 5px;
}

div#custom_pnldt {
    text-align: center;
    flex-direction: column;
}

.success_msg {
    color: green;
    border: 1px solid;
    padding: 5px;
    font-size: 11px;
}

.error_hndl p {
    padding: 5px;
    border: 1px solid;
}

.add_project_crt .crt_from_dt input#cabinet-project-name {
    max-width: 128px;
}

#custom_pnldt .crt_from_dt {
    padding: 0px 10px;
    width: 100%;
    display: flex;
    margin: 0px 0px 20px;
    position: relative;
}

#custom_pnldt.add_project_crt p.cabinet-validation-message {
    bottom: -73px;
}

.error_hndl {
    position: absolute;
    bottom: -22px;
    left: 10px;
    font-weight: 700;
    font-size: 12px;
    color: #790000;
}

.success_msg {
    color: green;
}

.error_hndl p {
    margin: 0px;
}

#custom_pnldt .crt_from_dt.or-show:first-child:after {
    content: "Or";
    font-weight: 600;
    position: absolute;
    transform: translateX(50%);
}
.add_project_crt.sidebar-cart#custom_pnldt {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.add_project_crt.sidebar-cart .crt_from_dt {
    justify-content: center;
}

#custom_pnldt .crt_from_dt:first-child:after {
    left: 45%;
    bottom: -30px;
    display: block;
    text-transform: uppercase;
}

#custom_pnldt button#cart-save-my-project-btn {
    background: var(--kc-primary);
    color: white;
    line-height: 1;
    padding: 10px 10px;
    font-size: 14px;
}

#custom_pnldt a#add_cart_project {
    background: var(--kc-primary);
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1;
    padding: 10px 10px;
}

#custom_pnldt select#project-list {
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #828282;
    font-size: 14px;
}


#custom_pnldt form#project-create-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: center;
}

#custom_pnldt form#project-create-form input{
    width: 48%;
    font-size: 14px;
}


#custom_pnldt form#project-create-form button {
    width: 48%;
}


#custom_pnldt .list_project select,#custom_pnldt .list_project a {
    width: 48%;
}

.project-list-div{
    width:100%;
}
#custom_pnldt .project-list-div .list_project {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;
}
p.project-error {
    position: absolute;
    left: 0;
    bottom: -18px;
    margin: 0;
    font-size: 12px;
}
.crt_from_dt p {
    text-align: left;
}
/* Cart page Project Form Css Starts */
.shop_table .crt_from_dt {
    justify-content: space-between;
}

.shop_table .add_project_crt{
    padding: 0px 0px 0px 20%;
}

.shop_table div#custom_pnldt {
    margin: 0;
    padding-bottom: 20px;
}

.shop_table input#project-name {
    width: 100%;
    font-size: 17px;
    line-height: 1.3;
    height: 45px;
}

.shop_table div#custom_pnldt {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
}
.shop_table div#custom_pnldt .no-thanks-section.buttons_pnl {
    width: 200px;
}
.shop_table div#custom_pnldt .pro_form_inner {
    width: calc(100% - 204px);
}
.shop_table #custom_pnldt button#cart-save-my-project-btn {
    min-height: 45px;
}

.shop_table button#cart-save-my-project-btn {
    width: 33%;
}

.shop_table #custom_pnldt select#project-list {
    height: 45px;
    width: 65%;
    font-size: 16px;

}

.shop_table #custom_pnldt button#cart-save-my-project-btn {
    font-size: 18px;
    width: 100%;
}

.shop_table #custom_pnldt a#add_cart_project {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    width: 33%;
}

.shop_table #custom_pnldt .crt_from_dt:first-child:after {
    left: 47%;
}
/* Cart page Project Form Css Ends */

p.cab-success {
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0.45rem 0;
    text-align: left;
    width: 180px;
    font-size: 12px;
}
#custom_pnldt .list_project select,#custom_pnldt .list_project a {
    width: 48%;
}

#custom_pnldt .crt_from_dt {
    padding: 0px !important;
    margin-bottom: 40px;
}

#custom_pnldt #custom_pnldt .crt_from_dt {
    margin-bottom: 30px;
}
#custom_pnldt .btn_pro_submit:hover , a#add_cart_project:hover{
    background: var(--text-black-color) !important;
}

input#project-name {
    padding: 5px;
    border-radius: 6px;
    border: 1px solid #828282;
}
.cart_list_view {
    border-top: 1px solid #ccc;
    padding: 1.25rem;
}

.cart_list_view ul {
    margin-bottom: 0px;
}

.cart_list_view ul>li {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}

.cart_list_view ul li>span {
    font-size: 14px;
    color: #2d2f22;
    font-weight: 500;
}

.btns_checkout_mod {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

@media(max-width: 991px) {
    .error_hndl {
        bottom: -12px;
    }

    .fixed-cart-right .depot-shop-cart-result {
        width: 60%;
    }
}

@media(max-width:767px) {
    .popup_project {
        width: 80% !important;
    }

    .fixed-cart-right .depot-shop-cart-result {
        width: calc(100% - 24px);
    }

    .depot-shop-cart-item-wrapper {
        height: calc(100vh - 280px);
    }
}

/* Center Modal css */
.product_deatils,
.cabinet_body {
    padding: 0 15px;
}
.cabinet_body h2 {
    font-size: var(--h2-desktop); /*22px*/
    text-align: left;
    color: rgb(0 0 0 / 80%);
    margin-bottom: 20px;
}

.fixed-cart-right .product_deatils h4.heading {
    padding: 0px;
}

.product_deatils p {
    font-size: var(--p-desktop); /*14px*/
    text-align: left;
}

.door_select {
    display: flex;
    justify-content: space-between;
}

.door_inner_grid {
    width: 48%;
}

.door_inner_grid label {
    padding: 15px 65px;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    border-radius: 4px;
}
.door_inner_grid input[type=radio] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.door_inner_grid input[type=radio]:checked+label {
    border-color: var(--kc-primary);
}
.door_inner_grid_left label::before,
.door_inner_grid_right label::after{
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    content: '';
    max-width: 55px;
    width: calc(50% - 10px);
    min-width: 40px;
    height: 65px;
    display: inline-block;
    vertical-align: middle;
}
.door_inner_grid_left label::before {
    background-image: url('/wp-content/uploads/2024/10/door-hinge-left-blue.png');
}
.door_inner_grid_right label::after {
    background-image: url('/wp-content/uploads/2024/10/door-hinge-right-blue.png');
}
.door_inner_grid_left label > span{
    margin-left: 30px;
}
.door_inner_grid_right label > span {
    margin-right: 30px;
}
.door_inner_grid input[type=radio]+label span {
    position: relative;
    padding-top: 35px;
    font-weight: 300;
    text-align: center;
    display: inline-block;
}
.door_inner_grid input[type=radio]:checked+label span:before {
    background-color: var(--kc-primary);
}
.door_inner_grid input[type=radio]:checked+label span::after{
    content: '';
    background-image: url(https://kitchencab1dev.wpengine.com/wp-content/uploads/2023/12/check-box.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    top: 5px;
    left: 16px;
}
.door_inner_grid_right  input[type=radio]:checked+label span::after{
    left: 22px;
}
.door_inner_grid input[type=radio]+label span::before {
    width: 25px;
    height: 25px;
    border: 1px solid var(--kc-primary);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    top: 0;
}

.door_inner_grid input[type=radio]+label span::before,
.door_inner_grid input[type=radio]+label span::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product_options_wrapper{
    background-color: #bec5a4;
    border-radius: 3px;
    margin: 20px 0px;
    padding: 20px 15px;
}
.custom_options_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
label.custom_label {
    font-size: 14px;
    margin-bottom: 5px;
}
.custom_fieldset {
    text-align: left;
}
.custom_field {
    margin-bottom: 10px;
}
.product_custom_option {
    padding: 8px 10px;
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.custom_options_info > a{
    color: var(--kc-primary);
}
.add_to_cart_btn, .add_to_project_btn {
    display: block;
    width: 100%;
    padding: 8px 15px;
    background-color: var(--kc-primary);
    appearance: none;
    border: 1px solid var(--kc-primary);
    border-radius: 6px;
    color: #fff;
    text-align: center !important;
    margin-top: 10px;
}
select#product_qty {
    padding: 10px 15px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}
.box_to_cart label.label {
    font-size: 14px;
    color: #ccc;
}
.box_to_cart {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.box_to_cart * {
    text-align: left;
}
.box_to_cart > div {
    width: 48%;
}
.woocommerce-cart .post-thumbnail 
{
    display: none;
}
.cart-inner {
    padding: 10px 0px;
}
.woocommerce-cart-form__cart-item .product-name a{
    color: var(--kc-primary);
    font-size: var(--a-desktop); /*15px*/
    font-weight: 500;
}
.woocommerce-cart-form__cart-item .product-quantity input{
    border: 1px solid #999999;
    border-radius: 3px;
}
.cart-main form .actions .coupon #coupon_code{
    min-width: 250px;
    height: 45px;
    border: 1px solid #999999;
    border-radius: 3px;
    padding: 0px 15px;
}
.cart-main form td.actions > .coupon input#coupon_code {
    margin-right: 10px;
    min-width: 200px !important;
}
.cart-main form .actions .coupon #coupon_code + button
, .cart-main form .actions > button.button
, .cart-main .shipping-calculator-form > p > button
, body.woocommerce-cart .cart-main .wc-proceed-to-checkout > a{
    border-radius: 6px;
    background-color: var(--kc-primary);
    padding: 5px 20px;
    color: #FFF !important;
    font-size: var(--a-desktop); /*18px*/
    font-weight: 400;
    border: 2px solid var(--kc-primary);
    transition: all 0.3s ease-in-out;
    width: auto;
    -webkit-appearance: none;
    margin-top: 0px;

}
.cart-main form .actions .coupon #coupon_code + button
, .cart-main form .actions > button.button{
    height: 45px;
}

.cart-main form .actions > button.button[disabled="disabled"]{
    color: #fff  !important;
}
.cart-main form .actions .coupon #coupon_code + button:hover
, .cart-main form .actions > button.button:hover
, .cart-main .shipping-calculator-form > p > button:hover
, body.woocommerce-cart .cart-main .wc-proceed-to-checkout > a:hover{
    background-color: var(--text-black-color) !important;
    color: #fff !important;
    border-color: var(--text-black-color) !important;
}
 .woocommerce-cart .cart-main .cart-collaterals .shipping-calculator-button{
    color: var(--kc-primary) !important;
}
.cart-main .select2-container--default .select2-selection--single{
    border: 1px solid #999999;
    border-radius: 6px;
    height: 35px;
}
.cart-main .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 35px;
}
.cart-main .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 35px;
}
.cart-main .shipping-calculator-form input{
    border: 1px solid #999999;
    border-radius: 6px;
    height: 35px;
    padding-left: 10px;
}
.cart-main .shipping-calculator-form > p > button{
    padding: 7px 30px;
    font-weight: 500;
}
body.woocommerce-cart .cart-main .wc-proceed-to-checkout > a
{
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0px;
    width: 280px;
    display: inline-block;
}
.cart-main {
    padding: 50px 0px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
    background-color: var(--kc-primary) !important;
}
.woocommerce-info{
    border-top-color: #1dab50;
}
.cart_totals.calculated_shipping {
    background-color: #f7f7f7;
    padding: 25px;
}
.cart_totals.calculated_shipping > h2{
    font-size: var(--h2-desktop); /*28px*/
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.cart_totals.calculated_shipping table.shop_table{
    border-width: 0;
}
.cart_totals.calculated_shipping table.shop_table > tbody > tr > *:first-child{
    padding-left: 0px;
}

/** checkout multipy step css **/

body.woocommerce-checkout .site-content article > .post-thumbnail
, body.woocommerce-checkout .site-content article > .entry-header{
    display: none !important;
}

.wc-proceed-to-checkout{
    text-align: center;
}

@media (max-width: 1360px){
    .shop_table .add_project_crt {
        padding: 0px 0px 0px 10%;
    }
}

@media (max-width: 991px){
    .shop_table div#custom_pnldt .pro_form_inner {
        width: 48%;
    }
    .shop_table div#custom_pnldt .no-thanks-section.buttons_pnl {
        width: 48%;
    }    
    .shop_table div#custom_pnldt {
        gap: 4%;
    }  
}

@media (max-width: 830px){
    .shop_table .add_project_crt {
        padding: 0px 0px 0px 2%;
    }
}

@media (max-width: 768px){
    .shop_table .add_project_crt {
        padding: 10px 0px;
    }
}


@media (max-width: 767px){
    .shop_table div#custom_pnldt .pro_form_inner {
        width: 100%;
    }
    .shop_table div#custom_pnldt .no-thanks-section.buttons_pnl {
        width: 100%;
    }    
    .shop_table div#custom_pnldt {
        gap: 10px;
        margin-bottom: 16px;

    }
}

@media (max-width: 540px){
    #custom_pnldt.sidebar-cart .crt_from_dt:first-child:after {
        left: 43%;
    }
    .shop_table .crt_from_dt {
        flex-direction: column;
    }
    
    .shop_table .list_project {
        flex-direction: column;
    }
    
    .shop_table input#project-name {
        width: 100%;
    }
    
    .shop_table #custom_pnldt button#cart-save-my-project-btn {
        width: 100%;
    }
    
    .shop_table #custom_pnldt select#project-list {
        width: 100%;
    }
    
    .shop_table #custom_pnldt a#add_cart_project {
        width: 100%;
    }
    
    .shop_table #custom_pnldt .project-list-div .list_project {
        gap: 10px;
    }
    
    .shop_table div#custom_pnldt {
        padding: 10px 0px;
    }
    .shop_table #custom_pnldt .crt_from_dt {
        gap: 10px;
    }
}

@media (min-width: 576px)
{
    body.woocommerce-checkout .site-content article .woocommerce {
        max-width: 540px;
        width: 100%;
    }
}
@media (min-width: 768px)
{
    body.woocommerce-checkout .site-content article .woocommerce {
        max-width: 720px;
        width: 100%;
    }
}

@media (min-width: 992px)
{
    body.woocommerce-checkout .site-content article .woocommerce {
        max-width: 960px;
        width: 100%;
    }
}

@media (min-width: 1200px)
{
    body.woocommerce-checkout .site-content article .woocommerce {
        max-width: 1140px;
        width: 100%;
    }
}
@media (max-width: 1100px)
{
    .assembly_add_to_cart_form .door_inner_grid_left label > span {
        margin-left: 0;
    }
    .assembly_add_to_cart_form .door_inner_grid_right label > span {
        margin-right: 0;
    }
}
@media (min-width: 1400px)
{
    body.woocommerce-checkout .site-content article .woocommerce {
        max-width: 1320px;
        width: 100%;
    }
}

@media (min-width: 1700px)
{
    body.woocommerce-checkout .site-content article .woocommerce {
        max-width: 1340px;
        width: 100%;
    }
}

@media (max-width: 480px)
{
    #mobile_wholesale_show {
        text-align: center;
    }
    .project_order_nav a.btns{
        min-width: 50% !important;
    }
}


#custom_pnldt .crt_from_dt button#cart-save-my-project-btn {
    width: 170px;
    min-width: 170px;
}
#custom_pnldt .crt_from_dt input#project-name {
    width: calc(100% - 170px);
}
.project-list-div .list_project a#add_cart_project {
    min-width: 170px;
    max-width: 170px;
}
.shop_table #custom_pnldt select#project-list {
    width: calc(100% - 170px);
}
.project-list-div .list_project select#project-list {
    width: calc(100% - 170px);
}
#custom_pnldt .project-list-div .list_project {
    gap: 20px;
}
.project-list-div .list_project {
    gap: 10px;
}

.woocommerce-cart div#custom_pnldt:not(.sidebar-cart) .crt_from_dt {
    gap: 10px !important;
}
.woocommerce-cart div#custom_pnldt:not(.sidebar-cart) .project-list-div .list_project {
    gap: 10px;
}


@media(max-width: 540px){
    #custom_pnldt .crt_from_dt button#cart-save-my-project-btn {
        width: 100%;
    }
    #custom_pnldt .crt_from_dt input#project-name {
        width: 100%;
    }
    .project-list-div .list_project a#add_cart_project {
        max-width: 100%;
    }
    .shop_table #custom_pnldt select#project-list {
        width: 100%;
    }
}

/* Cart icon */
.woocommerce .cart-main a.remove::before {
    content: "";
    font-family: 'Font Awesome 5 Free';
    display: block !important;
    color: #ef0404;
    background-image: url(/wp-content/themes/project-cabinet/assets/images/trash.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 23px;
    height: 33px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(97%) saturate(6762%) hue-rotate(6deg) brightness(101%) contrast(119%);
    display: block !important;
    position: relative;
    margin: auto;
}

.woocommerce .cart-main a.remove {
    font-size: 0;
    width: 100%;
    height: 100%;
    text-align: right;
    display: block;
}

.woocommerce .cart-main a.remove:hover {
    background: none;
}
@media(max-width:767px){
    .woocommerce .cart-main a.remove::before {
        margin-right: 0;
    }
    tr.woocommerce-cart-form__cart-item.cart_item:nth-child(odd) {
        background: #fff !important;
    }
    
    table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
        border-right: 0;
        border-left: 0;
    }
    
    tr.woocommerce-cart-form__cart-item.cart_item {
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
        border-right: 1px solid rgba(0, 0, 0, .1) !important;
        border-left: 1px solid rgba(0, 0, 0, .1) !important;
    }
    
    tr.woocommerce-cart-form__cart-item.cart_item~tr {
        border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
        border-right: 1px solid rgba(0, 0, 0, .1) !important;
        border-left: 1px solid rgba(0, 0, 0, .1) !important;
    }
    tr.woocommerce-cart-form__cart-item.cart_item~tr td.actions {
        margin: 0;
    }
    .fixed-cart-right .extra-info-wrap .cart-item-price > .item-price {
        justify-content: start;
        align-items: self-start;
        gap: 6px;
    }
    
    .fixed-cart-right .extra-info-wrap .cart-item-price > .item-price span.woocommerce-Price-amount.amount {
        padding-left: 0 !important;
    }
    .fixed-cart-right .depot-shop-cart-item:last-child {
        border-bottom: 0;
    }
}