body
{	
    margin:0;
    padding:0;	
    font-size:90%; 
/*    color:#34733C;*/
    font-family: arial, helvetica,sans-serif;    
 }
/*##################### GENERAL STYLES #####################*/
img{border:none;}
.leftAlign{text-align:left;}
.centered{text-align:center}
.darkBg{background: #dfdfdf;padding:5px;}
.lightBg{background: #eee; padding:5px;}
.darkBlueBg{background: #336;color:#fff;}
.pads{padding:5px;}
.boldTxt{font-weight:bold;}
.redText{color: #f00;font-weight:bold;}
.greenText{color: #2dcb89;font-weight:bold;}
.okButton{background: transparent url('../images/ok.png') no-repeat left;}
.clearFix{clear:both;}
.fa{color: #33cc99 !important;}
@media only screen and (max-width: 768px) {
   h1{font-size: 1.6rem;} 
   h2{font-size: 1.4rem;} 
   h3{font-size: 1.3rem;} 
   h4,h5{font-size: 1.3rem;} 
}
a.button i.fa,button i.fa{color: #fff !important;}

/*a.inputStyle{border:3px double #333;background:#ece9db; padding:4px 4px; text-decoration:none; color:#34733C;font-weight:bold;}*/
.button,a.button,a.inputStyle,.buy-button
{
   -webkit-border-radius: 3px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
   -moz-border-radius: 3px; /* FF1-3.6 */
   border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -webkit-background-clip: padding-box; 
   background-clip: padding-box;
   border: 1px solid #2dcb89;
   background-color:#2dcb89;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#33cc99), to(#2dcb89)); /* Saf4+, Chrome */
   background-image: -webkit-linear-gradient(top, #33cc99, #2dcb89); /* Chrome 10+, Saf5.1+, iOS 5+ */
   background-image: -moz-linear-gradient(top, #33cc99, #2dcb89); /* FF3.6 */
   background-image: -ms-linear-gradient(top, #33cc99, #2dcb89); /* IE10 */
   background-image: -o-linear-gradient(top, #33cc99, #2dcb89); /* Opera 11.10+ */
   background-image: linear-gradient(to bottom, #33cc99, #2dcb89);       
   color:#fff;
   padding: 10px 15px;
   cursor:pointer;
   font-weight: normal;
   text-transform: uppercase;
   font-size: 0.9rem !important;
}
input.buy-button,button.buy-button{border-radius: 0 !important; padding: 20px 15px; font-weight: bold;}
button.buy-button i.fa{color: #fff !important;}
a.button,a.inputStyle{text-decoration: none;padding: 5px 15px;}
input.button:hover,a.button:hover,a.inputStyle:hover{
    background-color:#fefefe;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#fefefe)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fefefe, #fefefe); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #fefefe, #fefefe); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #fefefe, #fefefe); /* IE10 */
    background-image: -o-linear-gradient(top, #fefefe, #fefefe); /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #fefefe, #fefefe); 
    color: #007bff;    
    
}
form input.button,a.button,a.inputStyle{font-size:1.0em;}
a.close-button,input.close-button{
    background-color:#eee;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fff, #eee); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #fff, #eee); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #fff, #eee); /* IE10 */
    background-image: -o-linear-gradient(top, #fff, #eee); /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #fff, #eee);
    color: #777;
    border: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
}
a.close-button:hover,input.close-button:hover{
    background-color:#ddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd)); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #fff, #ddd); /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #fff, #ddd); /* FF3.6 */
    background-image: -ms-linear-gradient(top, #fff, #ddd); /* IE10 */
    background-image: -o-linear-gradient(top, #fff, #ddd); /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #fff, #ddd);
}

.errorMessage,.message{border:2px solid #f00;text-align:center;width:80%;padding:4px; margin: 5px auto;}
.message{border:2px solid #00f;}
.alert{text-align: center;}
h1,h2{text-align:center; font-weight: bold; color:#2dcb89;}
h4,h3{margin:10px 0;color:#2dcb89; font-weight: bold;}
h4{color:#2dcb89;}
.nextButton{text-align: right;}
.backButton{text-align: left;}
.invisible{display: none;}
.visible{display: inline-block;}
em.go4Q{font-style: normal; color: #EF7E18;}
table.fullWidth{width:100%; border-collapse: collapse;}
table.fullWidth tr td{padding: 5px;}
table.fullWidth tr td.product-td-pads{padding: 0 5px;}
table caption{font-weight:bold;margin:10px 0; font-size:1.1em; caption-side: top;}
table.data{margin: 10px; border-collapse: collapse;}
table.halfWidth{width:50%; margin: 10px auto;}
table.data caption{border-bottom: 1px solid #ddd;}
table.data tr th,table.data tr td{padding: 5px}
table.data tr {border-bottom: 1px dotted #fff;}
table.data tr.first{border-top: 1px dotted #ddd;}
table td.prop{font-weight:bold; background: #dfdfdf;padding:5px;}
table td.propValue{padding:5px 5px 5px 10px; background: #eee}

@media all and (max-width : 768px) {
  table td.table-name{width: 60%;}
  table td.table-value{width: 40%; text-align: right;}
}

fieldset 
{
    margin:2px;
    padding: 5px;
    border:1px solid #bbb;
}
fieldset p,form.accountActivationForm table tr
{
    margin:0 0 5px 0;
    padding:5px;
    border:1px solid #bbb;
    background:#eee;
}
fieldset p.noBg,form.accountActivationForm table tr.noBg {background: none; border:none; margin:8px 0 2px 0;}
fieldset legend 
{
    background-color: #eee;
    margin: 0 0 10px 0;
    padding:5px;
    border-style:solid;
    border-width:1px;
    border-color:#FFF #AAA #666 #FFF;
    font-size: 1.0rem;
}
label,legend {font-weight:bold;}
input, textarea, select{border:3px double #fff;	/*margin:5px 0 5px 0;*/}
input.error, textarea.error, select.error{border:1px solid #f00;}
input,select{color:#34733C;}
.form-control{font-size: inherit;}
/*input.button{padding: 4px;}*/
#wrapper
{
    text-align:left;
    font-size:1.0em;
    color:#888;
    /*width:1100px;*/
    margin:0 auto 0 auto;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
div#header{
    /*background: #eee url('../images/header_bg.gif') repeat-x bottom;*/
    padding: 8px 2px;
}
div#header h1{margin: 0; padding: 0; text-align: left;}

header {
    -webkit-box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, .1);
    -moz-box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, .1);
    box-shadow: 0.33333rem 0 1.33333rem rgba(87, 87, 87, .1);
    background: #fff;
}

.main-top {
    position: relative;
    z-index: 1;
}

/* navigation */
/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
    display: none;
}

.nav-wrap{
    padding-top: 2.0rem;
}
/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}

#logo a {
/*    float: left;*/
    display: initial;
/*    font-size: 32px;
    color: #ff9966;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
    padding: 0;
    font-weight: 600;*/
}

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
}

/* Styling the links */
nav a {
    color: #777 ;
    font-size: 15px;
    letter-spacing: .5px;
    margin: 0 14px;
    font-weight: bold;
}

nav .breadcrumb a{color: #007BFF}
nav .breadcrumb a:hover{color: #007BFF}

/* Background color change on Hover */

.menu li a.active,
nav a:hover,
nav ul ul li a:hover {
    color: #3c9;
}
.menu > li > a{
/*    text-transform: uppercase;*/
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 25px;
    background: #f96;
    padding: 10px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    z-index: 9;
    /* has to be the same number as the "line-height" of "nav a" */
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

nav ul ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    margin: 0;
    margin: 10px;
}

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
    content: '';
}
div#header h1.store-name{text-align: right !important;}
/*Pager*/
div.links{float:right;}
div.links a.pageLink, div.links span.currentPage{
    border: 1px solid #ddd;
    padding: 5px 8px;
    font-size: 0.9rem;
    background: #eee;
}
div.links a.pageLink:hover{background: #fff;}
div.links span.currentPage{background: #fff;}

@media all and (max-width : 768px) {
   div.links{padding-top: 10px;}
   div.links a.pageLink, div.links span.currentPage{    
        padding: 8px 10px;
        font-size: 1.0rem;    
    }
    div#header h1.store-name{text-align: right; font-size: 1.35rem !important;}
}

/* ---- CART --------- */
.cart-view{ margin-top: 10px;}
.cart-view tr.cart-item, .cart-view thead tr{border-bottom: 1px solid #816263}
.cart-view th.image,.cart-view td.image{width:10%;padding-top:0;}
.cart-view td.product-name{padding-left: 10px;}
.cart-view tr.cart-item td{padding-bottom: 5px; padding-top: 5px;}
.cart-view tr.cart-item td.image{padding-top:0 !important;}
td.right-aligned{text-align: right; padding-right: 10px;}
td.order-total{font-weight: bold;}
input.qty{text-align: center;}
p.checkout-buttons{margin: 15px 0;}
p.checkout-buttons span.checkout-now{float:right;}
.cart-summary-item p{margin-bottom: 4px;}
.cart-summary h3{text-align: center;}
@media (max-width: 768px) {
    .cart-summary{border-top: 1px solid rgba(0,0,0,.125);border-bottom: 1px solid rgba(0,0,0,.125);padding-top: 10px; margin-bottom: 10px;}
    .cart-summary h3{margin-bottom: 10px;}
    .cart-summary p{text-align: right !important;}
}

.shopping-cart-wrap{
    padding: 0 5px;
}
.totals-wrap{width:100%; border-bottom: 2px solid #ddd;}
.totals-wrap.no-border{ border-bottom: none;}
div.items-separator{
    display:block; 
    margin-top: 1.5rem; 
    margin-bottom: 1.5rem; 
    border-bottom: 2px solid #ddd;
    width: 95%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
}
p.qty-delete-wrap{margin-bottom: 0;}
p.qty-delete-wrap a{margin-left: 15px;}
.cart-mid-content p{margin-bottom: 5px;}
.cart-items-wrap{padding: 0 8px;}
.empty-basket-wrap .page-txt{
    background-image: url('../images/cart.png');      
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
    width: 200px;
    height: 200px;    
    margin: auto auto;
    opacity: 0.2;
    color: transparent;
    font-weight: 700;
}

a#cart-add-button{
    padding-top: 13px;
    padding-bottom: 13px;          
}

@media (max-width: 768px) {
    .checkout-buttons a.button{font-size: 0.7rem !important;}
    .shopping-cart-wrap{ padding: 0 8px;}
    
/*    .no-gutter a#cart-add-button{
          padding-top: 20px;
          padding-bottom: 20px;
          font-weight: bold;
      }*/
}
/* Media Queries
--------------------------------------------- */
@media all and (max-width : 991px) {
    .nav-wrap{
        padding-top: 1.5rem;
    }
    #logo {
/*        display: block;
        padding: 0;*/
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 6px 12px;
        font-size: 14px;
        text-decoration: none;
        border: none;
        float: right;
        color: #000;
        font-weight: 500;
        letter-spacing: 1px;
        border: 1px solid #3c9;
        margin-bottom: 0;
        cursor: pointer;
        -webkit-border-radius: 4px;
        -o-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        max-width: 120px;
        padding: 5px;
        font-size: 14px;
        letter-spacing: .5px;
        color: #202428;
        font-weight: 400;
        border: none;
    }
    
    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
        background: #fff;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #fff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

    nav ul ul li a {
        color: #000;
        font-size: 15px;
        padding: 0;
    }
}

@media all and (max-width : 768px) {
    .nav-wrap{
        padding-top: 0.5rem;
    }
}

/* dropdown */



/*################## CONTENT #####################*/
div#content{padding: 4px 0; background: #eee;}
div#content div.productDetails{height: 100%;}
p.buttons{text-align: center;}
p.buttons span{margin-right:20px;}
table caption.order-choices-caption{padding-top: 0; padding-bottom: 0;}
em#sub-total{font-style: normal; font-weight: bold;}
#totalPrice{
    font-size: 1.1em;
    border-top: 1px solid #2dcb89;
}
#textTotalPrice{
    border-top: 1px solid #2dcb89;
}
/*Sweet Alert*/
.swal-footer .swal-button {
    background-color: #2dcb89 !important;
   
}

@media(max-width: 768px) {
    p.buttons span.block-item{margin-bottom:15px; margin-top: 8px; display: block;}
    .no-gutter>[class^="col-"]{
        padding-left: 0;
        padding-right: 0;
      }
      .reduced-gutter>[class^="col-"]{
        padding-left: 3px;
        padding-right: 3px;
      }      
}
div.registerNotice{
    background: #fff; 
    padding:5px; 
    margin-top: 2px; 
    text-align: center;
    min-height: 210px;
/*    -webkit-border-radius: 5px;  Saf3-4, iOS 1-3.2, Android ≤1.6 
   -moz-border-radius: 5px;  FF1-3.6 
    border-radius: 5px;  Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ 
    -webkit-background-clip: padding-box; 
    background-clip: padding-box;
    border: 1px solid #eee;*/
}
div.registerNotice p.boldTxt{
   font-size: 1.1em;
   margin-bottom: 2.0rem;
}
@media all and (max-width : 768px) {
    div.registerNotice{min-height: initial;}
    div#header h1{font-size: 1.6rem;}
    h1{font-size: 1.6rem;}
    h2{font-size: 1.4rem;}
}
div#content div.contentBorder
{
    background: #fff; 
    -webkit-border-radius: 5px; /* Saf3-4, iOS 1-3.2, Android ≤1.6 */
   -moz-border-radius: 5px; /* FF1-3.6 */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
    -webkit-background-clip: padding-box; 
    background-clip: padding-box;
    border: 1px solid #eee;
    /*width:100%;*/
    padding: 4px;
    margin-bottom: 5px;
}

div#content div.contentBorder h2,div#content div.contentBorder h1{margin: 4px;}

/*search*/
.subscribe {
/*    max-width: 80%;*/
}

form.subscribe-wthree input[type="search"] {
    font-size: 16px;
    background: #ddd;
    border: none;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    letter-spacing: 1px;
    color: #000;
    -webkit-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    -moz-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    font-size: 15px;
    padding: 14px 20px;
}

form.subscribe-wthree button {
    background: #33cc99;
    letter-spacing: 1px;
    color: #fff;
    padding: 14px 20px;
    font-size: 16px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    -moz-box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
    box-shadow: 0px 11px 42px 1px rgba(58, 52, 82, 0.1);
}


/*############## USER REGISTRATION #################*/
form#signupForm label,form.accountActivationForm label{display:block;margin-bottom: 5px;}
form#signupForm input#vorname,form#signupForm input#nachname,form#signupForm input#strasse,form#signupForm input#email{width:100%;}
form#signupForm p.agbContainer label,form#signupForm table tr.agbContainer td label{display: inline; margin: 0;} 
form#signupForm p.agbContainer .checkBoxWrap, form#signupForm table tr.agbContainer td .checkBoxWrap{float: left; width: 3%;}
form#signupForm p.agbContainer .acceptNotice, form#signupForm table tr.agbContainer td .acceptNotice{float: left; width:96%;}
@media(max-width: 768px) {
    form#signupForm p.agbContainer .checkBoxWrap, form#signupForm table tr.agbContainer td .checkBoxWrap{float: left; width: 10%;}
    form#signupForm p.agbContainer .acceptNotice, form#signupForm table tr.agbContainer td .acceptNotice{float: left; width:90%;}
    .container{
        padding-left: 5px;
        padding-right: 5px;
    }
}

form#signupForm label.myCheckbox input{width:20px; height: 20px;}

ul.paymentMethods
{
    list-style-type: none;
    margin:0;
    padding:0;
    
}
ul.paymentMethods li
{
    background-color: #fff; 
    /*color: #000;*/
    border: 2px solid #ddd;
    margin-bottom: 4px;
    font-size: 1.3em;
    text-align: center;
}
ul.paymentMethods li a{display: block; padding: 5px;}
ul.paymentMethods li:hover{ background-color: #ccc;}
form input.mediumWidth{width:220px;}
form#loginData input#email,form#loginData input#pass{width:90%;}
.payment-methods-wrap{padding-left: 15px; padding-right: 15px; }
.payment-method{
    background-color: #fefefe;
    padding: 10px;
}
.payment-method:hover,.product:hover,.retailer:hover{background-color: #eee !important;}
.payment-method p.card-name{margin-bottom: 5px;}
.payment-method p.text-center{margin-bottom: 0 !important; padding-bottom: 0 !important;}
form input.smallWidth{width:100px;}

.product p.action-quantity{margin-top: 10px; margin-bottom: 5px;}
.product p.product-price{font-size: 1.0rem; color: #2dcb89; font-weight: bold; margin-bottom: 5px;}
.product p.product-validity{margin-top: 5px; margin-bottom: 5px;}

.img-container {
  position: relative;
  width: 100%; /* The size you want */
}
.img-container:after {
  content: "";
  display: block;
  padding-bottom: 50%;  /*The padding depends on the width, not on the height, so with a padding-bottom of 100% you will get a square*/
}

.img-container img {
  position: absolute; /* Take your picture out of the flow */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; /* Make the picture taking the size of it's parent */
  width: 100%; /* This if for the object-fit */
  height: 100%; /* This if for the object-fit */
  object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
  object-position: center;
}


/*table tr td.agbContainer span{display:inline-block; margin-left:10px;}*/

/** HOW IT WORKS **/
/*.how-it-works-wrap{
    
}
.price-sec{}
.how-it-works{padding-top: 25px;}
.prices {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    position: relative;
    border: 1px solid #ddd;
    background-color: #fff;
}
.how-it-works .prices{
    background-color: #fff;
}

.price-info:hover .prices,
.prices.active {
    -webkit-box-shadow: 1px 2px 16px 2px #d8d8d8;
    -moz-box-shadow: 1px 2px 16px 2px #d8d8d8;
    box-shadow: 1px 2px 16px 2px #d8d8d8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;    
}

.prices-top {
    position: absolute;
    top: -18%;
    left: 34%;
}

.prices-top h3 {
    font-size: 30px;
    text-shadow: 0 2px 12px rgba(12, 12, 12, 0.28);
    background: #2DCB89;
    background: #e74a4d;
    width: 90px;
    height: 90px;
    line-height: 2.9;
    -webkit-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.23);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    color:#fff;
}

.price-info:hover .prices-top h3 {
    box-shadow: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.prices-bottom ul{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.prices-bottom ul li {
    font-size: 16px;
    color: #656161;
    list-style: none;
    margin: 12px 0;
}

.prices-bottom h4 {
    font-size: 26px;
    color: #000;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.29);
    letter-spacing: 1px;
    font-weight: 700;
}
.how-it-works .prices-bottom h4{
    font-size: 22px;
}

.how-it-works .prices-bottom .min-height{
    min-height: 134px;
}*/

.retailer-header-wrap .address p{
    margin-bottom: 5px;
}

footer{}
footer ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
footer ul li{
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 8px;
}
footer a{color: #777 !important;}
footer p.copy-right{text-align: left !important;}

@media all and (max-width : 768px) {
   .how-it-works .prices{margin-bottom: 30px;}
   .how-it-works .prices-bottom .min-height{min-height:initial;}
   footer ul{
        padding-left: 10px;
        text-align: center;
    }
    footer p.copy-right{text-align: center !important;}
    .card-body h5{font-size: 1.0rem;}
}

div.agb{font-size: 0.9rem;}
div.agb h1#agb_header{font-size: 1.5rem;}
div.agb h2{margin-top: 5px; margin-bottom:5px; font-size: 1.2rem; text-align: left;}
div.agb div.section p,div.agb div.agbDate p{margin: 5px 0 0 0; font-size: 0.9rem;}
div.agb div.agbDate p span{font-weight: bold;}
div.agb ul,div.agb ol{font-size:1.1em;}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../images/ajax-loader.gif') 
                50% 50% 
                no-repeat;
}
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/* Center the buttons within the SweetAlert dialog */
.swal-overlay {
    text-align: center; /* Center the entire dialog content */
}

.swal-modal {
    display: inline-block; /* Center the modal itself */
    text-align: center; /* Center text inside the modal */
}

.swal-footer {
    display: flex; /* Enables flexbox */
    justify-content: center !important; /* Evenly space the buttons */
}
