/* Forms  */
#forms-wrapper {
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	z-index: 111;
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
	left: 0;
	top: 0;
}

.popup-form-wrapper[id] {
	position: fixed;
	padding: 30px;
	box-sizing: border-box;
	width: 100%;
	max-width: 420px;
	left: calc(50% - 210px);
	margin: 0 auto;
	border-radius: 15px;
	background: #FFF;
	box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, 0.05);
	display: none;
	z-index: 1111;
	top: 12%;
}

.popup-form-wrapper[id] .close {
	position: absolute;
	right: -40px;
	top: -40px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popup-form-wrapper[id] .close:before,
.popup-form-wrapper[id] .close:after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #ffffff8c;
	position: absolute;
}

.popup-form-wrapper[id] .close:before {transform: rotate(-45deg);}
.popup-form-wrapper[id] .close:after {transform: rotate(45deg);}

.popup-form-wrapper[id] form {
	display: flex;
	flex-direction: column;
}

.popup-form-wrapper[id] form .label:not(:last-child) {
	margin-bottom: 18px;
}
.popup-form-wrapper[id] form .label input {
	padding: 10px 20px;
}

.popup-form-wrapper[id] form .label textarea,
.popup-form-wrapper[id] form .label input {
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #EBEBEB;
	line-height: 1;
	width: 100%;
	display: block;

}

.popup-form-wrapper[id] form .label textarea {
	padding-top: 12px;
	padding-left: 20px;
	max-height: 100px;
	height: 100%;
	resize: unset;
}

.popup-form-wrapper[id] form .label textarea:placeholder,
.popup-form-wrapper[id] form .label input:placeholder {
	color: #A0A0A0;
	font-size: inherit;
	line-height: 1;
}

.popup-form-wrapper[id] form .label textarea:focus::placeholder,
.popup-form-wrapper[id] form .label input:focus::placeholder {font-size: 0;}

.popup-form-wrapper[id] form .login-btn,
.popup-form-wrapper[id] form .forgotten-btn,
.popup-form-wrapper[id] form .register-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 10px;
}

.popup-form-wrapper[id] form .login-btn *,
.popup-form-wrapper[id] form .forgotten-btn *,
.popup-form-wrapper[id] form .register-btn * {
	font-size: inherit;
	line-height: 1;
	display: block;

}

.popup-form-wrapper[id] form .login-btn span,
.popup-form-wrapper[id] form .forgotten-btn span,
.popup-form-wrapper[id] form .register-btn span {
	color: #A0A0A0;
}

.popup-form-wrapper[id] form .login-btn button,
.popup-form-wrapper[id] form .forgotten-btn button,
.popup-form-wrapper[id] form .register-btn button {
	margin-left: 5px;
	color: #0FBF4D;
	font-weight: 500;
	cursor: pointer;
}

.popup-form-wrapper[id] form .rules {
	position: relative;
	margin-top: 12px;
	margin-bottom: 15px;
}

.popup-form-wrapper[id] form .rules input {
	position: absolute;
	opacity: 0;
	width: 20px;
	height: 20px;
	z-index: 1;
	cursor: pointer;
	left: 0;
	top: 0;
}

.popup-form-wrapper[id] form .rules div {
	display: grid;
	grid-template-columns: max-content auto;
	grid-gap: 0 10px;
	align-items: center;
}

.popup-form-wrapper[id] form .rules span,
.popup-form-wrapper[id] form .rules a {
	color: #A0A0A0;
	line-height: 1;
	font-size: inherit;
}

.popup-form-wrapper[id] form .rules a {text-decoration: underline;}

.popup-form-wrapper[id] form .rules div:before {
	content: '';
	border: 1px solid #0FBF4D;
	width: 16px;
	height: 16px;
	display: block;
}

.popup-form-wrapper[id] form .rules input:checked + div:before {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6938 4.50616C11.6357 4.44758 11.5666 4.40109 11.4904 4.36936C11.4142 4.33763 11.3325 4.32129 11.25 4.32129C11.1675 4.32129 11.0858 4.33763 11.0097 4.36936C10.9335 4.40109 10.8644 4.44758 10.8063 4.50616L6.15003 9.16866L4.19378 7.20616C4.13345 7.14789 4.06224 7.10207 3.98421 7.07132C3.90617 7.04056 3.82284 7.02548 3.73898 7.02693C3.65512 7.02838 3.57236 7.04634 3.49544 7.07977C3.41851 7.1132 3.34893 7.16146 3.29065 7.22179C3.23238 7.28211 3.18656 7.35333 3.15581 7.43136C3.12505 7.5094 3.10997 7.59272 3.11142 7.67659C3.11287 7.76045 3.13083 7.84321 3.16426 7.92013C3.1977 7.99705 3.24595 8.06664 3.30628 8.12491L5.70628 10.5249C5.76438 10.5835 5.83351 10.63 5.90967 10.6617C5.98583 10.6935 6.06752 10.7098 6.15003 10.7098C6.23254 10.7098 6.31423 10.6935 6.39039 10.6617C6.46655 10.63 6.53568 10.5835 6.59378 10.5249L11.6938 5.42491C11.7572 5.36639 11.8078 5.29535 11.8425 5.21629C11.8771 5.13723 11.895 5.05185 11.895 4.96554C11.895 4.87922 11.8771 4.79385 11.8425 4.71478C11.8078 4.63572 11.7572 4.56469 11.6938 4.50616Z' fill='%230FBF4D'/%3E%3C/svg%3E%0A");
}

.popup-form-wrapper[id] .submit {
	padding: 12px 0;
	color: #FFF;
	font-weight: 700;
	text-align: center;
	border-radius: 10px;
	background: #0FBF4D;
	line-height: 1;
	cursor: pointer;
	margin-top: 15px;
}

.popup-form-wrapper .g-recaptcha-error{
	margin-top: 5px;
	color: red;
}

#login .result{
	color: #0FBF4D;
    margin-bottom: 10px;
}

#changepassword-popup-form-wrapper span, #forgotten-popup-form-wrapper span, #review-popup-form-wrapper span {
	text-align: center;
	font-size: 45px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 30px;
	display: block;
}
#callback-popup-form-wrapper span {
	text-align: center;
	font-size: 45px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 30px;
	display: block;
}
.title-popup-form-wrapper {
	text-align: center;
	font-size: 45px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 30px;
	display: block;
}
.popup-form-wrapper[id] h3 {
	text-align: center;
	font-size: 45px;
	line-height: 40px;
	font-weight: 500;
	margin-bottom: 30px;
	display: block;
}
.popup-form-wrapper[id] .ratings-list {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.popup-form-wrapper[id] .ratings-list input {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 11;
	cursor: pointer;
}

.popup-form-wrapper[id] .ratings-list svg {
	width: 18px;
	height: 18px;
}

.popup-form-wrapper[id] .ratings-list path {fill: none;}

.popup-form-wrapper[id] .ratings-list li {
	position: relative;
	display: block;
}

.popup-form-wrapper[id] .ratings-list li:not(:first-child) {
	margin-right: 6px;
}
.popup-form-wrapper[id] .ratings-list li.active + li path,
.popup-form-wrapper[id] .ratings-list li.active ~ li path,
.popup-form-wrapper[id] .ratings-list li.active path {
	fill: #FFA900;
}

#information-information #content h1 {
	text-align: center;
	margin-bottom: 35px;
	margin-top: 0;
	font-size: calc(31.35922px + .97087vw);
    font-weight: 700;
}
#information-information .information {
	text-align: justify;
}


.header {
	position: absolute!important;
}

.catalog-list .product-card {
	position: relative;
}



.flex-menu ul.add-menu {
	margin-top: 10px;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.flex-menu ul.add-menu li:not(:last-child) {
	margin-right: 20px;
	
}

.flex-menu ul.add-menu li {
	margin-top: 10px;
	padding: 0;
}

.flex-menu ul.add-menu li a {
	box-sizing: border-box;
	padding: 12px 20px;
	text-align: center;
	display: block;
	color: #0FBF4D;
	border-radius: 10px;
	border: 1px solid #0FBF4D;
}

.btn-logout {
	width: 45px;
	min-height: 45px;
    aspect-ratio: 1/1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    
    padding: 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    background-color: rgba(17,17,17,.02);
}

.btn-logout svg {
	width: 100%;
	height: auto;
}

#review-btn {
	margin-top:30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 250px;
	padding: 12px 0;
	box-sizing: border-box;
	width: 100%;
	border-radius: 10px;
	background: #0FBF4D;
	text-align: center;
	color: #FFF;
	font-weight: 700;
}
#review-btn:hover {
	background: #fff;
	color: #0fbf4d;
	border: 1px solid #0fbf4d;
}
#review-btn:hover span {
    color: #0fbf4d;
}
#comments-wrapper button {
    display: none;
}

.pagination li {
	display: block;
}

.catalog-list-description p:not(:last-child),
.catalog-list-description li:not(:last-child) {
	margin-bottom: 15px;
}

.catalog-list-description ul,
.catalog-list-description ol {
	padding-left: 25px;
}

.catalog-list-description h2,
.catalog-list-description h3 {
	margin-bottom: 25px;
	margin-top: 35px;
}

.catalog-list .product-card.no-in-stock {
	opacity: 0.8;
}

.catalog-list .product-card.no-in-stock .image img {
	filter: grayscale(80%);
}

.catalog-list .product-card.no-in-stock .btn-card {
	background-color: transparent;
	border-color: #9D9D9D;
	color: #9D9D9D;
}

.catalog-list .product-card.no-in-stock .btn-card span {color: #9D9D9D;}

.product-specs-list .nice-select {
	width: 100px;
}

#ocf-filter-2-0-1 .ocf-input-group {
	display: flex;
	align-items: center;
}

#ocf-filter-2-0-1 .ocf-input-currency {
	margin-left: 7px;
}

#ocf-filter-2-0-1 .ocf-input-group > div {
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	grid-gap: 0 7px;
	align-items: center;
	justify-content: space-between;
}

#ocf-filter-2-0-1 .ocf-input-group > div span {
	width: 15px;
	height: 1px;
	background-color: #000;
	display: block;
	font-size: 0;
}

#ocf-filter-2-0-1 .ocf-input-group > div input {
	display: block;
	width: 100%;
	min-width: auto;
	border-radius: 10px;
	border: 1px solid #0FBF4D;
	outline: unset;
	background: transparent;
	padding: 12px 8px;
	box-sizing: border-box;
}

#ocf-filter-2-0-1 .ocf-value-slider {
}
#ocf-filter-2-0-1 .ocf-search-btn-static {
	color: #FFF;
	text-align: center;
    background-color: #0fbf4d;
    padding: 12px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    width: fit-content;
}

#ocf-filter-2-0-1 .ocf-search-btn-static.ocf-disabled {display: none;}

#ocf-filter-2-0-1 .ocf-mobile.ocf-btn-search-slider {
	margin-top: 25px;
	display: flex;
	justify-content: center;
}
.show-more {
	margin-bottom: 1.25em;
}
.show-more-link.clicked .show-more-rollup {
    display: inline-block;
}
.show-more-link.clicked .show-more-expand, .show-more-rollup {
    display: none;
}
.show-more-link.clicked .show-more-expand, .show-more-rollup {
    display: none;
}
.show-more span {
    font-size: 20px;
    font-weight: 700;
    color: #0fbf4d;
}
.product-description-text h2, .product-description-text h3 {
	line-height:1.5em; 
}


.product-description-cont, .category-description-cont {
    display: block !important;
    overflow: hidden;
    height: auto;
    position: relative;
    transition: max-height 0.5s cubic-bezier(0,1,0,1);
}
.product-description-cont {
    max-height: 200px !important;
}
.category-description-cont {
    max-height: 300px !important;
	margin-bottom: 20px;
	text-align: justify;
}
.product-description-opacity, .category-description-opacity {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #FFF 100%);
    opacity: 1;
    transition: opacity .3s ease;
}
.product-description-cont.expanded, .category-description-cont.expanded {
    max-height: 100% !important;
    transition: max-height 1s ease-in-out;
}
.product-description-opacity.hidden, .category-description-opacity.hidden {
    opacity: 0;
    z-index: -1;
}

.nice-select-dropdown .option {font-size: 14px;}

.btn-filter {
	min-height: 45px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    background-color: #FAFAFA;
	text-align: left;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
}

.ocf-mobile-button	{
	display: none;
}
.float_right {
	float: right;
}
@media only screen and (max-width: 1042px) {
.ocf-mobile-button	{
	display: block;
	margin-bottom: 20px;
}
}

/* reCAPTCHA  */
.g-recaptcha {
	float: right;
	right: 0;
	transform:scale(0.8);
	-webkit-transform:scale(0.8);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}

.btn-wishlist span {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #0fbf4d;
}

.btn-wishlist-product {
    color: #555!important;
}
.btn-wishlist-product.active {
    color: #0fbf4d!important;
}

.popup-card {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #e3f2fd; 
  }
  .popup-card.active {
	z-index:999;
  }
  .popup-card.active .card-box {
	opacity: 1;
	pointer-events: auto;
	transform: translate(-50%, -50%) scale(1);
  }
  .popup-card.active .overlay {
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
	left: 0;
	top: 0;
	z-index:998;
	opacity: 1;
	pointer-events: auto;
  }
  .popup-card .btn-card {
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	padding: 14px 22px;
	border: none;
	background: #0fbf4d;
	border-radius: 6px;
	cursor: pointer;
	border-radius: 10px;
	border: 1px solid #0fbf4d;
  }
  .popup-card .btn-card:hover {
	background-color: #fff;
  }
  .card-box {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 500px;
	width: 94%;
	padding: 20px 20px;
	border-radius: 24px;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: all 0.3s ease;
	transform: translate(-50%, -50%) scale(1.2);
	z-index:999;
  }
  .card-box-h2 {
	padding-bottom: 10px;
	font-size: 25px;
	font-weight: 500;
	color: #333;
	text-align: center;
  }
  
  .popup-button-control {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-around;
  }
  .popup-button-control .btn-card {
	text-wrap: nowrap;
  }
  .popup-button-control .btn-card + .btn-card {
	margin-left: 10px;
  }

  @media only screen and (max-width: 996px) {
	.popup-button-control {
		display: inline-block;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-around;
		width: 100%;
	  }
	  .popup-button-control .btn-card {
		text-wrap: nowrap;
		width: 100%;
		max-width: 100%;
	  }
	  .popup-button-control .btn-card + .btn-card {
		margin: 10px 0px 0px 0px;
	  }
  }

  .popup-product {
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding: 0 10px 10px 10px;
  }
  .popup-product img {
	width: 100px;
	display:block;
  }
  .popup-product-info {
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	padding:10px;
	margin: auto;
  }
  .popup-product-name {
	  width:100%;
	  font-size: 20px;
  }
  .popup-product-quantity {
	width:100px;
	text-align: center;
	margin: auto;
  }
  .popup-product-quantity::before {
	content: 'X';
	color: #0fbf4d;
	padding-right: 10px;
	transform: translateY(-50%);
	font-size:12px;
	font-weight:600;
  }