/*
Theme Name: GeneratePress Child
Template: generatepress
Version: 1.5.1
*/

.doc-content .liguma-title{
	font-weight: 600;
}

.doc-content a{
	text-decoration: underline;
}

/*************************************/
/***MINICART SIDEBAR***/

@-webkit-keyframes spin-cart {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#mini-cart-side{
	position: fixed;
	top: 0px !important;
	right: 0px !important;
	background: #ffffff;
	z-index: 1003;
	width: 340px;
	line-height: 1 !important;
	height: 100vh;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
}
.mini-cart-product-image{
	max-width: 65px;
	margin-right: 15px;
}
.mini-cart-side-header .mini-cart-side-close{
	display: flex;
}
.mini-cart-side-header .mini-cart-side-close a{
	margin: auto;
	font-size: 15px !important;
	font-weight: 500;
	color: #333333;
}
.mini-cart-side-header, .mini-cart-side-body{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.mini-cart-side-footer{
	padding-bottom: 20px;
	padding-top: 20px;
}

.mini-cart-side-footer .total{
	padding-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.105);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.mini-cart-side-footer .total .total-name{
	font-size: 19px;
	line-height: 1.4;
	font-weight: 600;
	color: #333333;
}
.mini-cart-side-footer .total .total-price{
	font-size: 19px;
	line-height: 1.4;
	font-weight: 600;
	color: rgb(225,74,92);
}
.mini-cart-product-remove{
	width: 20px;
	text-align: end;
	font-size: 20px;
    font-weight: 300;
}
.mini-cart-product-remove a{
	display: block;
	margin-top: -3px;
}
.mini-cart-product-info{
	width: calc(100% - 65px - 20px);
}
.mini-cart-product-info h6{
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 1.3;
	color: #333333;
}


.mini-cart-product-info .quantity{
	margin-bottom: 10px;
}
.mini-cart-product-info .current-quantity-block{
	font-size: 13px;
	color: #333333;
	font-weight: 600;
}

.mini-cart-side-footer .btns{
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 20px;
	
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.mini-cart-side-footer .btns a{
	text-align: center;
	transition: all .2s ease-out;
}
.mini-cart-side-footer .btns a.button.view-cart{
	background-color: rgb(227,241,248);
	font-size: 14px;
	font-weight: 600;
	color: rgb(1,75,143);
	padding-left: 20px;
	padding-right: 20px;
	height: 36px;
	text-transform: uppercase;
	border: solid 1px rgb(227,241,248);
	display: flex;
	justify-content: center;
    align-items: center;
	border-radius: 5px;
	line-height: 1;
}
.mini-cart-side-footer .btns a.button.view-cart:hover{
	background-color: var(--accent);
	color: #ffffff;
}

.mini-cart-side-footer .btns a.button.checkout{
	background-color: rgb(1,75,143);
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
	height: 36px;
	text-transform: uppercase;
	border: solid 1px rgb(1,75,143);
	display: flex;
	justify-content: center;
    align-items: center;
	border-radius: 5px;
	line-height: 1;
}
.mini-cart-side-footer .btns a.button.checkout:hover{
	background-color: #003e76;
	border-color: #003e76;
	color: #ffffff;
}

.mini-cart-side-header{
	display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
	border-bottom: solid 1px rgba(0, 0, 0, 0.105);
}
.mini-cart-side-footer{
	border-top: solid 1px rgba(0, 0, 0, 0.105);
}
.product-line-mini-cart{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.mini-cart-side-header,
.mini-cart-side-footer {
  flex: 0 0 auto;
}

.mini-cart-side-body{
	/*flex: 1;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;*/
	flex: 1 1 auto;
	display: flex;
  	overflow-y: auto;
  	min-height: 0;
    max-height: calc(100vh - 270px);
}
.mini-cart-side-body .mini-cart-all-products{
	flex: 1;
	display: flex;
	flex-direction: column;
}
#mini-cart-side, .mini-cart-side{
	display: flex;
	flex-direction: column;
}
.mini-cart-side{
	flex: 1;
}
#mini-cart-side{
	transform: translateX(140%);
	transition: all .2s ease-out;
}
#mini-cart-side.mini-cart-side-opened{
	transform: translateX(0%);
}

.mini-cart-side-title {
	font-size: 19px;
	line-height: 1.4;
	font-weight: 600;
	color: #333333;
}
.mini-cart-all-products img{
	border-radius: calc(20px / 1.5);
}
.mini-cart-all-products .product-line-mini-cart{
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: solid 1px rgba(0, 0, 0, 0.105);
}
.mini-cart-all-products .product-line-mini-cart:first-child{
	padding-top: 0px;
}
.mini-cart-all-products .product-line-mini-cart:last-child{
	padding-bottom: 0px;
	border-bottom: solid 0px rgba(0, 0, 0, 0.105);
}
#mini-cart-side .quantity .btn  {
	height: 30px !important;
}
#mini-cart-side .quantity input.input-text.qty.text{
	height: 30px !important;
	pointer-events: none;
	font-size: 12px;
	width: 30px;
	max-width: 30px;
	color: #333333;
	border: 1px solid rgba(0, 0, 0, .1);
	background-color: transparent;
	padding: 0px;
    text-align: center;
	font-weight: 500;
}
#mini-cart-side .quantity{
	display: flex;
    flex-direction: row;
}
#mini-cart-side .quantity .minus.btn, #mini-cart-side .quantity .plus.btn{
	max-width: 25px;
	width: 25px;
	padding: 0px !important;
	background: transparent;
	color: #333333;
	border: 1px solid rgba(0, 0, 0, .1);
	font-weight: 500;
}
#mini-cart-side .quantity .minus.btn:hover, #mini-cart-side .quantity .plus.btn:hover{
	color: rgb(1, 75, 143);
    background-color: rgb(227, 241, 248);
	border: 1px solid rgb(227, 241, 248);
}
#mini-cart-side .quantity .minus.btn {
	margin-right: -1px;
	border-start-start-radius: 35px;
    border-end-start-radius: 35px;
}
#mini-cart-side .quantity .plus.btn {
	margin-left: -1px;
	border-start-end-radius: 35px;
    border-end-end-radius: 35px;
}
#mini-cart-side .mini-cart-empthy{
	margin: auto;
	text-align: center;
}
#mini-cart-side .mini-cart-empthy .mini-cart-parcel{
	width: 100px;
	opacity: 1;
	margin-bottom: 20px;
}
#mini-cart-side .mini-cart-empthy .woocommerce-mini-cart__empty-message{
	font-size: 19px;
	line-height: 1.4;
	font-weight: 600;
	color: #333333;
	margin-bottom: 20px;
}
#mini-cart-side .mini-cart-empthy .mini-cart-return-to-page{
	background-color: rgb(227,241,248) !important;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	color: rgb(1,75,143) !important;
	padding-left: 22px;
	padding-right: 22px;
	height: 36px;
	text-transform: uppercase;
	border-radius: 5px;
	display: flex;
	align-items: center;
    justify-content: center;
	transition: .3s all ease-out;
}
#mini-cart-side .mini-cart-empthy .mini-cart-return-to-page:hover{
	background-color: rgb(1,75,143) !important;
	color: #ffffff !important;
}
.mini-cart-close-btn img{
	width: 20px;
	vertical-align: middle;
	margin-right: 5px;
}

.all-over-space{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100vh;
	width: 100vw;
	z-index: 129;
	background: #333333;
	display: none;
	pointer-events: none;
}
.all-over-space.mini-cart-side-opened{
	display: block;
	pointer-events: default;
}

.mini-cart-side-body.loading-blocked:before{
	position: absolute;
	top: 0px;
	left: 0px;
	content: '';
	background: rgba(255, 255, 255, .6);
	width: 100%;
	height: 100%;
}
.mini-cart-side-body.loading-blocked:after{
	position: absolute;
    height: 40px;
    width: 40px;
    position: absolute;
    border: solid 3px rgb(1,75,143);
    border-top-color: #f8f8f8;
    border-radius: 50%;
    z-index: 6;
    top: calc(50vh - 80px);
    left: calc(50% - 20px);
    animation: spin-cart 1s linear infinite;
    content: '';
    display: block;
}
header #all-over-layer{
	display: none;
	pointer-events: none;
}

header.opened-mini-cart #all-over-layer{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent;
	display: block;
	pointer-events: auto;
}
.mini-cart-close-btn svg{
	max-width: 16px;
    height: 16px;
    vertical-align: middle;
}
@media only screen and (max-width: 575px) {
	.mini-cart-side-body{
		max-height: calc(100vh - 360px);
	}
	#mini-cart-side{
		width: 310px;
	}
	
	header .header-side.right .cart-wrapper .cart .cart-count {
		top: 10px !important;
	}
}

#all-over-layer {
    display: none;
    pointer-events: none;
}
#all-over-layer.opened-mini-cart {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .35);
    display: block;
    pointer-events: auto;
	z-index: 1001;
}
.mini-cart-empthy svg{
	max-width: 40px;
	fill: var(--accent);
	margin-bottom: 15px;
}

.added_to_cart.wc-forward{
	display: none !important;
}
.msp-product-mirror-add-to-cart-button, .add-to-cart-custom-mirror{
	position: relative;
	overflow: hidden !important;
}
.msp-product-mirror-add-to-cart-button.loading, .add-to-cart-custom-mirror.loading{
	position: relative;
}
.msp-product-mirror-add-to-cart-button.loading:before, .add-to-cart-custom-mirror.loading:before{
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9;
	background-color: #014b8f;
}
.msp-product-mirror-add-to-cart-button.loading:after, .add-to-cart-custom-mirror.loading:after{
	content: '' !important;
	width: 15px !important;
	height: 15px !important;
	position: absolute !important;
	top: calc(50% - 7.5px) !important;
	left: calc(50% - 7.5px) !important;
	border: 2px solid #fff !important;
	border-top-color: transparent !important;
	border-radius: 50% !important;
	display: block !important;
	z-index: 10 !important;
	animation: spin-cart 1s linear infinite !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
	margin-right: 0px !important;
	margin-left: 0px !important;
}
.msp-product-mirror-add-to-cart-button.added:after, .add-to-cart-custom-mirror.added:after{
	display: none;
}
.wp-singular.woocommerce-cart .cart-collaterals .woocommerce-shipping-totals.shipping{
	display: none;
}
.test{
	
}