@font-face {
    font-family: CopperBlack;
    src: url("../Resources/CooperBlackRegular.ttf");
}

html{
    cursor: url("../Resources/cursor.cur"), auto;
    scroll-behavior: smooth;
}

.customn-btn{
    padding: 7px;
    width: 100%;
    background-color: #ffc800;
    cursor: url('../Resources/pointercursor.cur'), auto !important;
    color: #048846;
    font-size: 16px;
    display: inline-block;
    vertical-align: bottom;
}

.customn-btn:hover{
    background-color: #ff7f34 ;
    text-decoration: none;
    color: #0f0091;
}

.product-info{
    text-align: center;
}

form{
    padding:none !important;
}

.shopping-cart-float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:20px;
	left:40px;
    background-color:#fff;
    border: solid 3px #000;
    color:#000;
	border-radius:50px;
	text-align:center;
    font-size:24px;
    cursor: url('../Resources/pointercursor.cur'), auto !important;
}

.shopping-cart-float:hover{
    background-color:#000;
    border: solid 3px #fff;
    color:#fff;
}

.fa-shopping-cart{
	margin-top:12px;
}

.prod-info{
    color: #000000;
    text-shadow: -2px -2px 0 rgb(251, 255, 0), 2px -2px 0 rgb(0, 255, 13), -2px 2px 0 rgb(255, 0, 234), 2px 2px 0 rgb(255, 166, 0);
}

.product-form{
    margin: 0;
    position:relative;
    height: 100%;
}

.add-btn-container{
    position:absolute;                  
    bottom:0;   
    left: 0px;
    width: 100%;
    
}


/* modal */
.product-info-container{
    margin-bottom: 50px;
}

.cart_box{
    padding-left: 0px;
}

.list_desc{
    padding-left: 50px;
}

.cart_box_container{
    text-align: left; 
    padding-left: 20px
}

.modal-body{
    background-color: #ffaef1 !important;

}

.modal-header{
    background-color: #fffd81 !important;
    border-bottom: none;
}

.modal-title{
    color: rgb(0, 0, 0) !important;  
    text-shadow: -2px -2px 0 rgb(251, 255, 0), 2px -2px 0 rgb(0, 255, 13), -2px 2px 0 rgb(255, 0, 234), 2px 2px 0 rgb(255, 166, 0);
    text-align: center;
    font-size: 28px;
}

.modal-footer{
    border-top: none !important;
    background-color: #fffd81 !important;
}

.check-out-btn{
    background-color: rgb(255, 255, 255) ;
    color: rgb(7, 145, 7);
}

.check-out-btn:hover{
    background-color:  rgb(20, 70, 0);
    color: rgb(255, 255, 255);
}

.close-btn{
    color: rgb(255, 38, 0);
    background-color:  rgb(0, 0, 0);
}

.close-btn:hover{
    color: #000;
    background-color: rgb(109, 0, 0);
}

.cart-btn{
    cursor: url('../Resources/pointercursor.cur'), auto !important;
    text-decoration: none;
    text-align: center;
    padding: 6px;
}

.close{
    cursor: url('../Resources/pointercursor.cur'), auto !important;
    font-size: 40px;
    margin-top: 5px !important;
    color: rgb(red, rgb(29, 27, 27), blue);
    opacity: .5;
}

.close:hover{
    color:red;
    background-color: rgba(255, 255, 255, 0) !important;
}

.seperater{
    background: linear-gradient(-90deg, #ee7752, #e73c7e, #d5c923, #23d5ab);
	background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    width: 100%;
    height: 4px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    20% {
        background-position: 100% 50%;
    }
    40% {
        background-position: 0% 50%;
    }
    60% {
        background-position: 0% 50%;
    }
    80% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.gradient-border {
    --borderWidth: 3px;
    background: #1D1F20;
    position: relative;
    border-radius: var(--borderWidth);
}

.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(-90deg, #ee7752, #e73c7e, #d5c923, #23d5ab);
    border-radius: calc(2 * var(--borderWidth));
    z-index: -1;
}

.modal-edit{
    border: 1px white solid;
}

      /* list */
.item-img{
    float: left;
      line-height: normal;
      padding-bottom: 4.8px;
      padding-right: 8px;
      padding-top: 8px;
      /* width: 54.2188px; */
      width: 20%;
}

.item-info{
    float: left;
    width: 20%;
    padding-left: 5px;
    color: white;
    padding-top: 6px;

}

.list-item{
    height: 110px;
    width:100%;
    font-size: 16px;
    padding-top: 6px;
}

.list-item-container{
    padding: 6px;
    width: 100%;
    border-bottom: #fff 1px solid;
}

.add-minus-container{
    color: #fff;
    margin-top: 10px;
}

.currency-info-container{
    color: #fff;
    float: right;
    margin-right: 8px;
    /* height: 100%; */
    width: 20%;
    margin-top:10px;
}

.currency-info{
    /* margin: auto; */
    transform: translate(-50%, -50%);
    /* position: absolute; */
    top: 50%;
    left: 50%;
}

/* scroll bar */
/* width */
.modal-body::-webkit-scrollbar {
    width: 10px;
  }
  
  /* Track */
  .modal-body::-webkit-scrollbar-track {
    background: #ffca98;
  }
  
  /* Handle */
  .modal-body::-webkit-scrollbar-thumb {
    background: rgb(255, 126, 126);
    cursor: url('../Resources/pointercursor.cur'), auto !important;
  }
  
  /* Handle on hover */
  .modal-body::-webkit-scrollbar-thumb:hover {
    background-color: rgb(255, 161, 54);
  }

.specials-container{
    margin: auto;
    width: 50%;
    text-align: center;
}

.special-container{
    /* display: inline-block;
    width: 40%; */
    border-radius: 10px;
    border: #fff solid 2px;
    margin: 5px;
    display: flex;
    flex-direction: column;
    flex: 1 50%;
}

.specials-heading{
    text-shadow: -2px -2px 0 rgb(251, 255, 0), 2px -2px 0 rgb(0, 255, 13), -2px 2px 0 rgb(255, 0, 234), 2px 2px 0 rgb(255, 166, 0);
    text-align: center;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: xx-large;
    height: 100%;
}

.special-heading{
    text-align: center;
    padding: 10px;
}

.special-description{
    color: #fff;
    font-size: 22px;
    padding:10px;
}

.special-emphasis-sub{
    text-shadow: -2px -2px 0 rgb(251, 255, 0), 2px -2px 0 rgb(0, 255, 13), -2px 2px 0 rgb(255, 0, 234), 2px 2px 0 rgb(255, 166, 0);
    color: #000;
    font-size: 40px;
    animation: shadowrotate infinite 0.6s;
    transition: text-shadow 0.2s ease;
    padding-top: 30px;
    padding-bottom: 30px;
}

.special-classic-sub{
    color: #fff;
    font-size: 16px;
}

@keyframes shadowrotate {
    0% {
        text-shadow: -2px -2px 0 rgb(251, 255, 0), 2px -2px 0 rgb(0, 255, 13), -2px 2px 0 rgb(255, 0, 234), 2px 2px 0 rgb(255, 166, 0);
    }
    25% {
        text-shadow: -2px -2px 0 rgb(255, 166, 0), 2px -2px 0 rgb(251, 255, 0), -2px 2px 0 rgb(0, 255, 13) , 2px 2px 0 rgb(255, 0, 234) ;
    }
    50%{
        text-shadow: -2px -2px 0 rgb(255, 0, 234), 2px -2px 0 rgb(255, 166, 0), -2px 2px 0 rgb(251, 255, 0) , 2px 2px 0  rgb(0, 255, 13);
    }
    75%{
        text-shadow: -2px -2px 0 rgb(0, 255, 13), 2px -2px 0 rgb(255, 0, 234), -2px 2px 0 rgb(255, 166, 0), 2px 2px 0 rgb(251, 255, 0);
    }
    100%{
        text-shadow: -2px -2px 0 rgb(251, 255, 0), 2px -2px 0 rgb(0, 255, 13), -2px 2px 0 rgb(255, 0, 234), 2px 2px 0 rgb(255, 166, 0);
    }
  }

  .specials-inner{
    display: flex;
    flex-wrap: wrap;
  }

  .empty-cart{
      color: rgb(185, 0, 0);
      text-align: center;
      font-size: 26px;
  }

.modal-product-info{
    text-align: center;
}

.modal-product-name{
    font-size: 24px;
}

.modal-product-price{
    font-size:20px;
}

.modal-product-element{
    float: left !important;
    width: 33.33%;
    height: 100% !important;
    padding: 0;
    margin: 0;
    cursor: url('../Resources/pointercursor.cur'), auto !important;
}

.modal-product-quantity{
    background-color: rgba(0, 0, 0, 0);
    border: none;
    text-align: center;
    font-size: 24px;
}

.quuantiy-controls-container{
    margin:auto;
    width: 200px;
    height: 45px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    overflow: hidden;
}

.quantity-increase-btn{
    transition: all 0.3s;
    border: #048846 solid 2px;
    color: #048846;
}

.quantity-increase-btn:hover{
    background-color: #048846;
    color: #ffffff;
}

.quantity-decrease-btn{
    transition: all 0.3s;
    border: #880404 solid 2px;
    color: #880404;
}

.quantity-decrease-btn:hover{
    background-color: #880404;
    color: #ffffff;
}


.email-fail{
    margin-top:5px;
        display:none;
        color: #000;
        text-shadow: none;
        width:80%;
        padding:3px;
        text-align: center;
        background-color: rgb(255, 96, 96);
        margin:auto;
  }

.modal{
    z-index: 0 !important;
}

.modal.in{
    z-index: 1050 !important;
}
.welcome-msg{
    color: #ffffff;
    text-shadow: -2px -2px 0 rgb(251, 255, 0), 2px -2px 0 rgb(0, 255, 13), -2px 2px 0 rgb(255, 0, 234), 2px 2px 0 rgb(255, 166, 0);
}

.register-form{
    text-align: center;
    padding: 0px !important;
}

.register-main-form{
    padding-top: 10px;
}

.registration-btn-container{
    padding:18px;
}

.input-fail-div{
    text-align: center;
    background-color: #ffbfbf;
    color: #ff0000;
    border-bottom: 3px solid #ff0000;
    width: 100%;
    display: none;
}

.password-rules-container{
    margin-bottom: 5px; 
    border-radius: 5px;
    border: #fff solid 1px;
    color: #fff;
    padding-bottom: 7px;
    display: none;
    margin-right: 28px;
    margin-left: 28px;
}

.captcha{
    margin: auto;
    margin-bottom: 5px;
}

.register-error-containers{
    margin-bottom: 5px;
}

#loaderIcon{
    animation: spin infinite 0.5s linear;
}

#lIcon{
    animation: spin infinite 0.5s linear;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


.password-rules-container>h3{
    font-size: 22px;
}

.password-rules-container>h3{
    font-size: 14px;
}

.login-fail{
    display: fixed;
    width: 10%;
    width: 30%;
    background-color: rgb(255, 169, 169);
    border-right: 5px solid red;
    top: 10%;
    left: 0px;
}

.login-form{
    text-align: center;
    padding: 0px;
}