.w-100 {
	height: 100%;
}
.h-100 {
	height: 100%;
}

.d-flex {
	display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.align-items-md-center {
	-webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.justify-content-center {
	-webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.text-center{
	text-align: center;
}


.popup-layout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 9
}

.popup-layout.shown {
	display: block;
}

.blackout_ {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
}

.popup-layout.shown .blackout_ {
	background: rgba(0,0,0,.9);
}

.popup-wrapper{
	background: #FFFFFF;
	box-shadow: 5px 10px 30px rgba(255, 51, 75, 0.2);
	-moz-box-shadow: 5px 10px 30px rgba(255, 51, 75, 0.2);
	-webkit-box-shadow: 5px 10px 30px rgba(255, 51, 75, 0.2);
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	z-index: 9;
	position: relative;
	max-height: 730px;
	width: 100%;
    max-width: 450px;
}

.popup-type-wrapper[data-type="ageConfirm"] .popup-wrapper {
    max-width: 600px;
}

.popup-type-wrapper {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.popup-type-wrapper.shown {
	display: block
}

.popup-type-wrapper[data-type="card"] .popup-type-inner {
	background: #fff;
	height: 100%;
	width: 100%;
}

.popup-content {
	padding: 5px;
	 border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid #ffeded;
}
.popup-content.shown {
	display: block
}

.popup-cart-contents {
	font-size: 15px;
	max-height: 130px;
    overflow: auto;
}

.popup-title{
	
}

.popup-intro,
.popup-main{
	font-style: normal;
	font-weight: normal;
	color: #171616;
	padding: 5px;
	overflow: auto;
    max-height: 400px;
}

.popup-form{}

.popup-form-field{
	padding: 15px 5px;
}

.form-field {
	padding: 5px;
}

.form-field .input{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.prelabel {
	font-size: .75em;
	padding: 5px;
}

.input-tip {
	font-size: .75em;
	padding: 5px;
	color: red;
}

.popup-form-label{
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #171616;
	padding-bottom: 15px;
}

.popup-form-input{
	border: 1px solid #ECEBED;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 10px;
}

.popup-form-input[type="text"],
.popup-form-input[type="email"],
.popup-form-input[type="pasword"]{
	height: 55px;
}

textarea.popup-form-input{
	height: 100px;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
}

.popup-form-input:focus{
	border-color: #FF334B;
}

.popup-form .btns-wrapper {
    padding: 15px 0;
}

.popup-form .dir_order__btn {
	
}

.popup-btn-close {
	position: absolute;
    top: 0;
    right: 0;
    margin: -45px;
    width: 45px;
    height: 45px;
    background: url(../images/icons/close.svg) center center no-repeat;
    cursor: pointer;
    z-index: 99;
}

.btn-inactive {
	opacity: 0.1;
	-moz-opacity: 0.1;
}


.cart-item {
	padding: 2.5px;
	border-top: 2px solid #E6E7EB;
}
.cart-item:last-child {
	border-bottom: 2px solid #E6E7EB;
}

.cart-item-cell{
	padding: 10px;
	text-align: center;
}

.cart-item-image {
	padding-left: 15px;
	padding-right: 15px;
	width: 60px;
	text-align: center;
}
.popup-cart-contents .cart-product-ammount-ctrl{
	display: none;
}
.cart-item-image img {
	width: 30px;
}
.popup-cart-contents .cart-item-image img {
	width: 20px;
}

.popup-wrapper {
	font-size: 16px;
}

.popup-title {
    font-style: normal;
    font-weight: 800;
    font-size: 1.5em;
    line-height: 1.1;
    color: #000000;
	margin-bottom: 5px;
}

.popup-wrapper .contentWrapper {
	max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
	border: 1px solid #ccc;
}

.popup-btns-wrapper {
	box-shadow: inset 0 5px 10px 0 rgba(0,0,0,0.1), 0 1px 0 0 rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 5px 10px 0 rgba(0,0,0,0.1), 0 1px 0 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 5px 10px 0 rgba(0,0,0,0.1), 0 1px 0 0 rgba(0,0,0,0.1);
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-bottom: 1px solid #fff;
}

.popup-btns {
	padding: 10px 5px 0 5px;
	display: inline-block;
}

.popup-btn {
	background: #d9d9d9;
	padding: 5px 10px;
	font-weight: bold;
	cursor: pointer;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
}
.popup-btn:hover {
	background: #f75252;
	color: #fff;
}

.popup-btn-wrapper {
	padding: 2px;
	display: inline-block;
}

.popup-btn-wrapper:first-child .popup-btn{
	border-radius: 5px 0 0 5px; 
	-moz-border-radius: 5px 0 0 5px; 
	-webkit-border-radius: 5px 0 0 5px;
}

.popup-btn-wrapper:last-child .popup-btn{
	border-radius: 0 5px 5px 0; 
	-moz-border-radius: 0 5px 5px 0; 
	-webkit-border-radius: 0 5px 5px 0;
}

.popup-main ul {
	list-style: none;
	margin: 5px;
	padding: 5px;
}
.popup-main ul li {
	padding: 2px 0px 2px 25px;
	background: url('/plugins/system/shortcodes/assets/images/list/check.png') no-repeat;
}

.s-welcome-btn-wrapper {
	padding: 5px 5px 10px;
}

.input-wrong {
	border: 1px solid red!important;
	box-shadow: 0 0 5px 0 red!important;
	-moz-box-shadow: 0 0 5px 0 red!important;
	-webkit-box-shadow: 0 0 5px 0 red!important;
}

.popupCallerBtn__wrapper {
	padding: 10px;
	position: relative;
}
.popupCallerBtn__wrapper:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	filter: blur(10px);
	-moz-filter: blur(10px);
	-webkit-filter: blur(10px);
	background: #000;
}
.popupCallerBtn {
	position: relative;
	padding: 5px 10px;
    text-align: center;
    background: #c52033;
    font-size: 1.25em;
	text-shadow: 0 -1px 2px rgba(0,0,0,0.5);
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
	z-index: 2;
	box-shadow: inset 0 10px 10px 0 #f55355;
	-moz-box-shadow: inset 0 10px 10px 0 #f55355;
	-webkit=box-shadow: inset 0 10px 10px 0 #f55355;
	overflow: hidden;
}
@-webkit-keyframes blick{60%{left:100%}to{left:130%}}@keyframes blick{60%{left:100%}to{left:130%}}
.popupCallerBtn:after {
	content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: -webkit-gradient(linear,left top,right top,color-stop(10%,hsla(0,0%,100%,.1)),color-stop(20%,hsla(0,0%,100%,.2)),to(hsla(0,0%,100%,.6)));
    background: linear-gradient(90deg,hsla(0,0%,100%,.1) 10%,hsla(0,0%,100%,.2) 20%,hsla(0,0%,100%,.6));
    width: 20px;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
    left: -20%;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    -webkit-animation-name: blick;
    animation-name: blick;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}