/*
    font-family: 'Mate', serif;

    font-family: 'Prompt', sans-serif;
*/

.complete-page{
	overflow-x:hidden !important;
	overflow-y:auto;
	/*	-webkit-appearance: none; */
}

body{    
	position: relative;
    background-color: whitesmoke;
    color : black;
    font-family: 'Prompt', sans-serif;
    -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
}

ul {
    list-style-type: none;            
}

.footer li{
    padding: 5px;
}

.basket-counter{
  margin-top:20px;
}

.header-wrapper{        
    position: fixed;
    display: block;
    top: 0px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 1rem 0;
    margin: 0 auto;
    z-index: 990;
    border: none;
    outline: none;    
}

.icon-size{
    width: 25px;
    height: 25px;
}

/* kajron */ 

.kajron{
    font-weight: bold;
    background-color: black;
    color : white;  
    text-align: center;    
    height: 40px;  
}

.left-kajron {
    grid-area: left;
    font-size: 12px;
}

.right-kajron {
    grid-area: right;          
    font-size: 12px;
}

.header-area{
    grid-area: header;
    background-color: white;
    min-height : 40px;
}

.grid-container {
    display: grid;
    
    /*grid-template-columns: 50% 50%;*/
    grid-template-rows: auto;
    grid-template-areas:             
    "left left"
    "header header";
}

.top-info{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;          
    height: 135px;  
}

@media only screen and (max-width: 992px) {
    .right-kajron{
        display: none;
    }

    .grid-container {
        display: grid;
        text-align: center;
        /*grid-template-columns: 50% 50%;*/
        grid-template-rows: auto;
        grid-template-areas:         
        "left"
        "header";        
    }

    .carousel-title{
        font-size: 77px;
    }
    

}


.cart-counter{
    font-size: 10px;
    border-radius: 50%;    
/*     margin-top:20px;
   margin-right:-10px; */
}

.cart-counter-position{
    margin-left : -20px;
    margin-right : -10px;
    margin-top: 10px;
}


.page-content-wrapper{
    margin-top: 175px;
    margin-left: 0px;
    margin-right: 0px;
}

/* content */

.image-fit{    
    width: 100%;
    height: 100%;    
    object-fit: cover
}


.title-and-price{
    width :100%;
    padding : 5px;
    font-family: 'Prompt', sans-serif;
}

.item-title{
    text-align : center;   
    font-size: 14px;        
    font-weight: 600;
    letter-spacing: 1.3px;
    margin-top:4px;
    width:90%;
    margin: 0 auto;
}

.item-price{
    text-align : center;  
    font-size: 12px;  
    margin-bottom: 12px;      
}

.category-title{
    font-family:'Lora', serif;
}

.no-padding{
    padding-right:0;
    padding-left:0;
}

.padding-0{
    padding-right:5px;
    padding-left:0;
}

.padding-0-cats{
    padding-right:8px;
    padding-left:0;
}

.padding-0-cats-10{
    padding-right:10px;
    padding-left:0;
}


.padding-0-cats-sm{
    padding-right:4px;
    padding-left:0;
}


.padding-0-related{
    padding-right:5px;
    padding-left:0;
}

.padding-0-foundation{
    padding-right:8px;
    padding-left:0;
}

.content-center{    
    margin:0 auto;
    max-width: 300px;
    border : 2px solid white;    
}


.category-image-wrap{
    position:relative;
    justify-content: center;
    align-items: center;
    font-family: 'Prompt', sans-serif;
}

.content-text-wrapper{
    position: absolute;    
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);      
    font-size: 50px;    
    min-width : 350px;
    font-family: "Lora", serif;
}

.content-text-wrapper span {
    color : white;    
}

.center-text{
    text-align: center;
    display: block;
}

.max-row-height{
    height:500px;
}


.content-center a{    
    color:white !important;
    text-decoration: none;
}


@media only screen and (max-width: 576px) {
    .padding-0{
        padding-right:8px;
        padding-left:0;
    }

    .padding-0-related{
        padding-right:5px;
        padding-left:0;
    }

    .page-content-wrapper{
        margin-top: 150px;
    }

    .carousel-img{
        height:85vh; 
        width:100%;       
    }

    .padding-0-cats-sm{
        padding-left: 4px;
        padding-right: 0px;
    }

    .register-height{
        height:65vh;    
    }    

    .padding-0-foundation{
        padding-right:3px;
        padding-left:0;
    }
    
    .order-succcess > div:nth-child(1) > div:nth-child(1) {
        width: unset !important;
        margin: 0 !important;
    }

    .order-succcess > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) {
        width: unset !important;
    }

    .order-succcess > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > table:nth-child(10) > tbody:nth-child(1) > tr > td:nth-child(3) {
        width: initial !important;
        font-size: 12px !important;
    }

    .order-succcess > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > table:nth-child(10) > tbody:nth-child(1) > tr > td:nth-child(2) > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(1) > td:nth-child(1) {
        font-size: 12px !important;
    }
}




/* footer */
.footer{
    background-color: #d4d4d4;
    font-family: 'Prompt', sans-serif;
    font-weight: 100;
    padding: 40px;
    font-size : 14px;
}

.network-icons{
    color:black;
    font-size: 26px;
}

.network-icons:hover {
    color: black;
}

.footer-wrapper{
   padding: 5px; 
}

.footer ul{
    padding: 0;
    list-style-type: none
}

.cc-logo{
    width: 42px;
    height: 32px;
    float: left;
    margin-right: 3px;
    padding-top: 3px;
}
.cc-logo-otp{
    padding-top:30px;
    width: 270px;
    float: unset
}

.email-input{
    width: 300px;
}

.title-bold{
    font-weight: bold;
}

/* carousel */ 

.carousel-img{
    height: 87vh;
    width: 100vw;
}

.btn-transparent{
    color:white;
    border : 2px solid white;
}

.carousel,.item,.active{
    height:100%;
}
.carousel-inner{
    height:100%;
}

.button-center{    
    position: relative;    
    width:100%;
}

.carousel-indicators [data-bs-target]{
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}
.carousel-title{
    font-size: 77px !important;
    line-height: 1.31em !important;
    letter-spacing: 0 !important;
    font-family: 'Lora', serif;
    color: #fff !important;
    text-transform: uppercase !important;
    margin-bottom: 60px;
}
.carousel-button{
    padding: 15px 60px;
    font-size: 14px;
    font-weight: bolder;
    font-family: 'Prompt', serif;
    width: max-content;
    margin: 0 auto;
    display: block;
}

.carousel-button :hover{
    background-color: transparent;
}

.carousel-caption {
    top: 50%;
    bottom: auto;            
}

/* product */   

.product-data{
    font-size: 18px;
    font-weight: bold;
    padding-top:25px;
    padding-bottom:25px;
}

.product-description{
    font-size: 12px;
    font-family: 'Prompt', sans-serif;
    letter-spacing: 1.5px;
}

.product-qty{
    font-size: 14px;
}

.product-size {
    font-size: 14px;
}

.button-add{
    font-size: 12px;
    height:50px;
    padding-top:15px;
}

.delivery-title{
    font-size: 15px;
}

.related-title{
    font-size: 18px;
    letter-spacing: 1.5px;
}

.border-black{
    border-color:black;
}

.product-input{
    font-size: 12px;
    height:50px;
}

.upsell-close{
    font-size: 14px;
    margin-right: -8px;
    margin-top: -11px;
    color: grey;
}

.category-description{
    padding:10px;
    text-align: center;
    font-size: 14px;
}

@media all and (max-width: 576px) {
    .carousel-title{
        font-size: 45px !important;        
        font-weight: 300;
    }
}

.product-container{
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.toast-radius{
    border-radius: 0;
}

.filter-wrapper{
    /* border: 1px solid #ced4da; */
    border-radius: 0;
/*    margin-top: 8px; */
    padding: 10px;
}


/* menu entries*/
.txt-background{
    background-color: #d4d4d4;    
    padding-left: 50px;
    padding-right: 50px;    
}

.txt-no-background{        
    min-height: 150px;
    display: inline;
}

.txt-wrapper{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.description-wrapper{
    height:87vh;    
}

.txt-description{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    font-size:14px;
    text-align: left;
}

.txt-description-abs{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    font-size:14px;
    text-align: left;
}

.txt-description-title{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 5px;
}

.txt-description-subtitle{    
    font-size: 16px;
    padding-bottom: 25px;
}

.txt-description-only{
    min-height:100px;
}


.content-text-wrapper-entries{
    position: absolute;    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);      
    font-size: 16px;    
}

.txt-info{
    font-size: 16px;
    min-height : 100px;
    padding : 50px;
}

/* basket */

.img-basket-carousel{
    width:80%;
    height:360px;
}
.basket-carousel-wrapper{
    height:100% ;
}

.bcw-image{
    height:330px;
}

.bcw-price{
    height:30px;
    margin-top: 5px;
}

.bcw-button{    
    height:40px;
}

.control-icon{
    background-color: black;
    margin-top: -50px;
    width:20px;
    height:20px;	
}


.basket-carousel{
    height:400px;
}

.font-icon{
    color:black;    
}

.font-icon :hover{
    color:gray;    
}

.delete-icon{
    font-size: 15px;
}

.modal-radius{
    border-radius: 0;
    width: 97%;
}

.product-wrapper{
    /*background-color: #d1d1d1;*/
/*    border : 1px solid #d1d1d1; */
    margin-left: 4px;
    margin-right: 4px;
}

.image-padding{
    padding: 10px;
}

.txt-about-us{
    padding:50px;
    font-size: 14px;
}

.close-icon{
    margin-top : -10px;
}

.title-bold{
    font-weight: bold;
}

.txtarea{
    min-height: calc(9.1em) !important;
}

/* login */
.login-wrapper{
    min-width: 380px;
    max-width: 500px;
}

.login-height{
    height:50vh;    
}

.login-position{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
    font-size:14px;
    text-align: left;
    max-width: 500px;
    width:100%;
    padding:5px;
}

/* register */
.register-height{
    height:55vh;    
}


/* */

  .btn{
      border-radius: 0px;            
  }
  .form-control{
      border-radius: 0px;            
      /*border:2px solid black;*/
  }
  .form-select{
      border-radius: 0px;    
      /*border:2px solid black;        */
  }

  .product-container{
    padding-right: 50px;
    padding-left: 50px;
  }

  .icon-links{
      height:25px;
  }
  .content-wrapper{
      margin-top: 100px;
  }

.image-wrapper {
    width:150px; height:250px; display:table-cell; vertical-align:middle; 
    text-align:center; background-color:#ededed
}
.image-container {
    position:relative; display:inline-block; }
.image-container img {
    display:block; }
.text-content {
    position:absolute; width:80px; height:80px; bottom:5px; right:5px; 
    background:transparent url(your-icon.png) no-repeat 100% 100%
}


.order-wrapper{
    padding : 10px;
}

.toast-body {
    opacity: 1 !important;
}

.txt-align-center{
    text-align: center;
}

.news-title{
    font-size: 24px;
    font-weight: bold;
}

.news-txt{
    font-size: 12px;
}

.news-img{
    margin-top: 6px;
}

.close-button{
    font-size: 14px;
    margin-right:-14px;
    margin-top:-14px;
    color: grey;
}

.toast{
    background-color: white;    
    margin-bottom: 10px;
}

.product-img{
	max-height : 420px;
	object-fit: scale-down;
}


@media only screen and (max-width: 576px) {

.product-img{
	/*min-height :250px;
	max-height : 250px; */
	object-fit: scale-down;
}
}

.toast-color{
	background-color: black;
	color : white;
}

.menu-margin{
  margin-left:50px;
}

input[type=submit], input[type=Reset]{ -webkit-appearance:none; }

.kajron-link{    
    font-size: 12px;
    vertical-align: middle;
    display: table-cell;
    color : white;
}


.kajron-text-wrapper{     
    display: table;   
    width : 100%;        
    height: 40px;
}


.kajron-link:hover{
    color:white;
}

.subtitle-text{
	margin-top:10px;
	margin-bottom: 10px;
}

#promo-code{
	color : black
}

.basket-remove-button{
 text-decoration:underline !important;
 color : black;
}

.checkout-input{
	width : 60%;
}

.link-black{
	color:black;
}

.link-black:hover{
	color:grey;
}

.underline{
	text-decoration: underline;
}

#profile-dropdown{
    display: block !important;
    flex-basis: 0% !important;
}

#profile-dropdown li{
    padding:0px;
}

.basket-title{
	font-weight:bold;
}

.desktop-pad{
	padding-left:30px;
}

.mobile-clear{
	padding-left:16%; 
	padding-right:16%
}

.checkbox-fix{
	float: left;
	margin-top: 6px;
}

.checkbox-label-fix{
    display: block;
    overflow: hidden;
    padding: 0px 4px 0 6px;
}

.profile-icon-fix{
    width: 25px;
    display: block;
}

.dropdown-menu-center{
	inset: 10px auto auto -75px !important;
}

.promo-code{
	background-color:#d4d4d4;
	padding:5px;
}

.button-font-sm{
	font-size:12px;
}

/*input[type="date"]::-webkit-calendar-picker-indicator {*/
/*
.datepicker{
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(https://mywildalberta.ca/images/GFX-MWA-Parks-Reservations.png) no-repeat;
    width: 20px;
    height: 20px;
    border-width: thin;
}
*/

.form-group-corners{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

@media only screen and (max-width: 576px) {

#profile-dropdown{
    display: none !important;    
}

.desktop-pad{
	padding-left:10px;
}

.checkout-input{
	width : 100%;
}


.mobile-clear{
	padding-left:0; 
	padding-right:0
}

.header .menu > ul > li > a {
    padding: 0 !important;
}

}

.cursor-pointer {
    cursor: pointer;
}

.btn:hover {
    color: white;
}

.category-image-wrap .form-control:focus {
    background-color: unset !important;
}

.newsletter-error {
    color: red;
    font-size: 12px;
}

.promocode-error {
    color: red;
    font-size: 12px;
}

/* .checkbox-fix {
    display: none;
}

.checkbox-fix:checked + .checkbox-label-fix::before {
    content: "♥";
}

.checkbox-fix + .checkbox-label-fix::before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 2px;
} */

.footer-menu a {
    color: black;
}

@media only screen and (max-width: 990px) {
    .menu-margin {
        margin-left: unset;
    }
}

@media only screen and (max-width: 700px) {
    label.sm-inline {
        display: inline;;
    }

    .max-row-height-sm {
        height: 500px;
    }
}

.order-succcess img {
    display: initial;
    margin-bottom: 5px;
}

.order-succcess > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
    display: none !important;
}

.order-succcess > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(4) {
    margin-top: -20px !important;
}

.order-succcess > div:nth-child(1) {
    background: unset !important;
}
.order-succcess div div div div div:last-child table td:first-child {
    padding-left: 5px !important;
}

.order-succcess div div div div div:last-child table td {
    padding: 1px;
}

.order-succcess p {
    margin-bottom: 25px !important;
}

.img-product-scale {
    max-height: 610px;
    width: 100%;
    object-fit: scale-down;
}
