.elementor-menu-borrow__wrapper {
    text-align: var(--main-alignment,left);
}
.elementor-menu-borrow__toggle_wrapper {
    display: inline-block;
    position: relative;
}
.elementor-menu-borrow__container {
    transform: scale(1);
    overflow: hidden;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 100vw;
    width: 100vw;
    height: 100%;
    background-color: rgba(0,0,0,.25);
    transition: background-color .4s,transform 0s;
    text-align: left;
    opacity:0;
    transition: opacity .25s ease-in-out;
}
.elementor-menu-borrow--shown .elementor-menu-borrow__container{
    left: 0;
    opacity:1;
}
.elementor-menu-borrow--half  .elementor-menu-borrow__container{
    left: 0;
    opacity:1;
}
.elementor-menu-borrow--shown .elementor-menu-borrow__main {
    position: fixed;
    left: var(--side-cart-alignment-left,auto);
    right: var(--side-cart-alignment-right,0);
    transform: translateX(0);
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    font-size: 14px;
    min-height: 200px;
    width: 600px;
    max-width: 100%;
    transition: .3s;
    background-color: var(--cart-background-color,#fff);
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    border-style: var(--cart-border-style,none);
    border-color: var(--cart-border-color,initial);
    border-radius: var(--cart-border-radius,0);
    margin-top: var(--mini-cart-spacing,0);
    background:#F7F7F7;
    transition: right .25s ease-in-out;
	right:0;
}

.elementor-menu-borrow__close-button {
    width: var(--cart-close-icon-size,25px);
    height: var(--cart-close-icon-size,25px);
    position: relative;
    /* margin: 0 0 20px; */
    align-self: flex-end;
    cursor: pointer;
    display: inline-block;
    font-family: eicons;
    font-size: 20px;
    line-height: 1;
    transition: .3s;
}
.elementor-menu-borrow__close-button:before, .elementor-menu-borrow__close-button:after {
    content: "";
    position: absolute;
    height: 3px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: var(--cart-close-button-color,#69727D);
    border-radius: 1px;
    transition: .3s;
}
.elementor-menu-borrow__close-button::before {
    transform: rotate(45deg);
}
.elementor-menu-borrow__close-button::after {
    transform: rotate(-45deg);
}
.borrow-drawer-bg-img {
    display: flex;
    flex-direction: column;
}
.widget_shopping_borrow_content {
    --subtotal-divider-left-width: 0;
    --subtotal-divider-right-width: 0;
	overflow-y: auto;
    max-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
/*     align-items: center; */
    padding: 0px 28px;
    flex-grow: 1;
	flex-shrink: 1;
}
.wrapper-footer {
    width: 100%;
}

.widget_shopping_borrow_content .wrapper-no-iteam {
    display: block;
	margin: auto;
    height: auto;
	padding: 28px 0;
}
/** My css **/
.wrapper-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding:14px 28px;
}
h2.wrapper-headlineP{
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Bison;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
    line-height: 120%; /* 33.6px */
    letter-spacing: 0.2px;
}
.wrapper-no-iteam {
    text-align: center;
}
.impty-content {
    gap: 10px !important;
    display: flex;
    flex-direction: column;
}
.wrapper-no-iteam {
    max-width: 329px;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.impty-content p.bold{
    color: #000;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 23.4px */
    margin-bottom:0px;
}
.impty-content p{
    color: #000;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    margin-bottom:10px;
}
a.custom-btn.black.red {
    border-color: #000;
    color: #000;
}
a.custom-btn.black.red:hover {
    color: #fff;
    border-color: #DB458A;
    background: #DB458A;
}
a.custom-btn.red.white {
    color: #fff;
    background: #DB458A;
    border-color: #DB458A;
}
a.custom-btn.red.white:hover {
    color: #000;
    border-color: #000;
    background: #0000;
}

.borrow-list-item {
    display: flex;
    flex-direction: row;
    align-content: center !important;
    align-items: center;
    justify-content: flex-start;
    background: #fff;
    padding: 10px 16px;
    width: 100%;
    gap: 16px;
	margin-top: 4px;
    border-radius: 10px;
}
.borrow-name-tag {
    width: 75%;
}
.borrow-name-tag h3 {
    color: #000;
    font-family: "Proxima Nova" !important;
    font-size: 16px;
    font-style: normal !important;
    font-weight: 700;
    line-height: 140%;
    text-align: left !important;
}
.borrow-image img {
    width: 70px !important;
    min-width: 70px !important;
    max-width: 70px !important;
    height: 70px !important;
    object-fit: contain;
}
body .magic_email_form input#email {
    color: #000;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 9px;
    border: 1px solid rgba(0, 0, 0, 0.19) !important;
    background: #fff !important;
    border-radius: 7px !important;
}
.magic_email_form input[type="submit"] {
    padding: 10px 23px;
    clip-path: polygon(8px 0, 100% 0, 100% 100%, 0 100%, 0 44px);
    background: #FFF509;
    color: #000 !important;
    font-family: Bison;
    font-size: 18px !important;
    font-style: italic;
    font-weight: 700 !important;
    line-height: 20px !important;
    border-radius: 0px !important;
    border: 1px solid #FFF509;
    border-top-right-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
    margin-left: -15px;
}
.borrow-drawer-bg-img {
	 height: calc(100vh - 0px);
	overflow: scroll;
}
.elementor-menu-borrow__main{
	 height: 100vh;
	overflow: scroll;
}

/** footer **/
.wrapper-footer {
	background: #fff !important;
    padding: 28px;
    text-align: center;
}
.login-link{
    color: #DB458A;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 106.667% */
}
.email-shortcode_area .content p {
    color: #000;
    font-family: "Proxima Nova";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
	text-align:left;
}
.email-shortcode_area {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
}
.wrapper-footer .recomandad-plans-details h3 {
    color: #000;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
}
.wrapper-footer .recomandad-plans-details h3 {
    color: #000;
    font-family: "Proxima Nova";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
    padding: 0px;
    margin: 0px;
    margin-bottom: 6px !important;
}
.wrapper-footer .recomandad-plans-details p {
    text-align: left;
    color: #000;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.buttons {
    display: flex;
}
.buttons {
    display: flex;
    align-items: center;
}
.buttons a.custom-btn.yellow.black {
    width: 100%;
}
a.plan.link {
    color: #000;
    font-family: Bison;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: 0.9px;
    min-width: 115px !important;
}
.have-opener-plan-only {
    display: flex;
    padding: 9px 13px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 8px;
	margin:5px 0px;
}
.have-opener-plan-only.bg-blue{	
    background: #7972F6;
}
.have-opener-plan-only.bg-pink{	
    background: #DB458A;
}
.have-opener-plan-only .pln-details p {
    color: #FFF;
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin: 0px;
    text-align: left;
}

.remove-iteam {
    border-radius: 2px;
    border: 1px solid rgba(255, 255, 255, 0.21);
    min-width: 120px;
    display: flex;
    padding: 8px 9px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}
.remove-iteam {
    min-width: 120px;
    display: flex;
    padding: 8px 9px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.21);
}
.remove-iteam p {
    color: #FFF;
    text-align: center;
    font-family: "Proxima Nova";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    margin: 0px;
}
@media screen and (max-width: 600px) {
    .impty-content p{
        font-size:14px;
        line-height:150%;
    }
    .impty-content p.bold{
        font-size:16px;
        line-height:140%;
    }
	.email-shortcode_area{
		flex-direction:column;
	}
	div.borrow-drawer-bg-img {
		background-repeat: no-repeat;
		background-position: 0px 200px;
		background-size: contain;
	}
	.elementor-menu-borrow--shown .elementor-menu-borrow__main {
		height: 100vh;
		right: 0 !important;
		overflow: scroll !important;
	}
	.wrapper-footer {
    background: #fff !important;
    padding: 10px 28px 110px;
    text-align: center;
}
	.hidden-body{
		position:relative;
	}
.hidden-body::before {
    background: #f7f7f7;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    height: 150%;
    width: 100%;
    display: block;
    opacity: 1;
}
	.elementor-menu-borrow__container{
		 background: #0000 !important;
	}
	.elementor-30474 .elementor-element.elementor-element-019e810 > .elementor-widget-container {
        z-index: 1;
        position: relative;
    }
.widget_shopping_borrow_content {
/* 	max-height: calc(100vh - 340px); */
	}	
}

div.borrow-drawer-bg-img {
    background-repeat: no-repeat;
    background-position: 0px 300px;
    background-size: contain;
}

button.add_to_borrow_list_btn, .delete_product_borrow_list {
    gap: 0px !important;
	padding-left:5px !important;
}
a.new-product-btn-bobm.custom-btn.yellow.black.disable.delete_product_borrow_list svg {
    width: 20px !important;
	margin-left:-3px !important;
}
@media screen and (max-width: 600px) {
	button.add_to_borrow_list_btn, .delete_product_borrow_list{
		font-size:14px !important;
	}
	.custom-btn svg {
		width: 16px;
	}
}

body.hidden-body {
    overflow: hidden;
}
