.checkout-prompt-container{
    width: 100%;
    height: 100vh;
    position: fixed;
    top:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 99999;
   
    display: none;
}
.deleting-now{
    position:relative;
}
.link-button{
    text-align: center;
    padding: 6px 12px;
    display: inline-block;
    width: 100%;
    background-color: #212951;
    color: #fff;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
}
.link-button:hover{
    background-color:#145995;
    color:#fff;
}
.deleting-now:before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:99;
}
.product-single-description .variation-select li label{
    display:block;
}
/*.modal-price{*/
/*    display:none;*/
/*}*/
.item-price del{
    display:inline-block;
    font-size:11px;
    margin-right:5px;
}
.checkout-prompt-container .checkout-prompt-wrap{
    /* background-color: #fff; */
    width: 70%;
    height: 90vh;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    
}
#loggedin-checkout.show{
    display:block !important;
}

/*#loggedin-checkout .checkout-prompt-wrap{*/
/*    background-color: #fff; */
/*    padding:16px;*/
/*}*/
.checkout-prompt-container#loggedin-checkout .prompt-back{
    transform:none;
}
.prompt-card-wrapper{
    transition: transform 0.8s ease-in-out;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%;
}
/* .checkout-prompt-wrap:hover .prompt-card-wrapper{
    transform: rotateY(180deg);
} */

.prompt-card-wrapper.rotate_it{
    transform: rotateY(-180deg);
}

.checkout-prompt-container .prompt-back, .checkout-prompt-container .prompt-front{
    position: absolute;
    width: 100%;
    height: 100%;
   
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #fff;
    border-radius: 8px;
    padding:20px 30px;
    
}
.checkout-prompt-container .prompt-front{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* overflow-y: auto; */
}
.checkout-prompt-container .prompt-back{
    transform: rotateY(-180deg) translateZ(1px);
}

#checkout-signup-show, .for-sign-in{
    display: none;
}
.prompt-front .has-border-right{
    position: relative;
}
.prompt-front .has-border-right:before{
    content:'';
    position: absolute;
    top:0;
    right:-20px;
    width: 1px;
    height: 100%;
    background-color: #eaeaea;
}
.prompt-card-wrapper .prompt-front{
  overflow-y: scroll;
}
.prompt-card-wrapper .prompt-back{
overflow-y: hidden;
}
.prompt-card-wrapper.rotate_it .prompt-back{
    overflow-y: scroll;
}
.prompt-card-wrapper.rotate_it .prompt-front{
  overflow-y: hidden;
}
.prompt-back .cd-form .fieldset{
    margin:0.5rem 0;
}
.cd-form input:disabled{
    opacity: 0.75;
}
#guest-checkout-delivery, #guest-checkout-pickup, #regular-checkout-delivery, #regular-checkout-pickup{
    display: none;
}
#guest-checkout-delivery.show, #guest-checkout-pickup.show, #regular-checkout-delivery.show, #regular-checkout-pickup.show{
    display: block;
}
.prompt-back::-webkit-scrollbar, .prompt-front::-webkit-scrollbar {
    width: 4px; 
    border-radius: 1px;              /* width of the entire scrollbar */
}

.prompt-back::-webkit-scrollbar-track, .prompt-front::-webkit-scrollbar-track {
    background: transparent;        /* color of the tracking area */
}

.prompt-back::-webkit-scrollbar-thumb, .prompt-front::-webkit-scrollbar-thumb {
    background-color: primary-color;    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 2px solid #1c1c1c;  /* creates padding around scroll thumb */
}
.close-checkout-modal{
    position: absolute;
    top:10px;
    right:20px;
    color:#000;
    z-index: 99;
}
/*#loggedin-checkout .prompt-back{*/
/*    display:flex;*/
/*    flex-direction:column;*/
/*    align-items:center;*/
/*    justify-content:center;*/
/*}*/

@media only screen and (min-width: 600px){
    #checkout-signup-show .cd-form .fieldset{
        margin:8px 0;
    }
}

.cart-count{
    display:none;
}

/* Social */
.button {
    width: auto;
    display: block;
    padding: 0 18px 0 6px;
    border: 0 none;
    border-radius: 5px;
    text-decoration: none;
    transition: all 250ms linear;
  }
  .button:hover {
    text-decoration: none;
    color: #fff;
  }
  
  .button--social-login {
    margin-bottom: 12px;
    margin-right: 12px;
    color: white;
    height: 50px;
    line-height: 46px;
    position: relative;
    text-align: left;
  }
  .button--social-login .icon {
    margin-right: 12px;
    font-size: 24px;
    line-height: 24px;
    width: 42px;
    height: 24px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: 4px;
  }
  .button--social-login .icon:before {
    display: inline-block;
    width: 40px;
  }
  .button--social-login .icon:after {
    content: "";
  }
  .button--facebook {
    background-color: #4b70ab;
    border: 1px solid #3b5988;
  }
  .button--facebook .icon {
    border-right: 1px solid #3b5988;
  }
  .button--facebook .icon:after {
    border-right: 1px solid #6b8bbe;
  }
  .button--facebook:hover {
    background-color: #436499;
  }  

  .button--google {
    background-color: #DD4B39;
    border: 1px solid #c23321;
  }
  .button--google .icon {
    border-right: 1px solid #c23321;
  }
  .button--google .icon:after {
    border-right: 1px solid #e47365;
  }
  .button--google:hover {
    background-color: #d73925;
  }
  #guest-billing{
      margin-top:15px;
  }
#guest-billing.hide{
    display:none;
}
  .social-wrapper{
      padding:0 60px 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  
    #mobile-cart{
        position:relative;
    }
    @media only screen and (max-width:1024px){
        .cart-count{
            display:inline-block;
            position:absolute;
            top:0;
            right:0;
            padding:2px 4px;
            background-color:#145995;
            border-radius:50%;
            color:#fff;
            font-size:11px;
        }
    }

  @media only screen and (max-width:600px){
    .checkout-prompt-container .prompt-back, #checkout-prompt-container .prompt-front{
      padding:16px 0;
    }
    .checkout-prompt-container .prompt-front{
      display: block;
    }
    .social-wrapper{
      padding:30px 10px;
    }
    #guest-back-content h4, #guest-back-content p{
      padding:0 14px;
    }
  }
  
  .checkout-wrapper {
        padding: 50px 25px;
    }

    .checkout-title h4 {
        font-family: "Poppins", sans-serif;
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .checkout-wrapper .product-image {
        width: 75px;
        margin-right: 7px;
    }

    .checkout-cart {
        position: sticky;
        top: 20px;
    }

    #checkout-cart-show i {
        opacity: 0;
    }
    .cd-user-logout-modal{
        position:fixed;
    }
    header {
        padding-top: 6px;
    }

    @media only screen and (max-width:600px) {
        #landing .hero-text {
            width: 100%;
          }
          #landing .hero-text p {
            font-size: 1.25rem;
            margin-bottom:15px;
          }
          #landing .hero-text h2 {
            font-size: 2.4rem;
          }
          #landing #background_video{
               width:100%;
               height:auto;
               top:85px;
               transform: translateX(-50%);
            }
            #landing .hero-text{
                padding-top:6px;
                top: 60%;
                /*background-color:#000;*/
            }
        .cart-summary {
            display: block;
        }

        .checkout-wrapper {
            padding: 15px;
        }
        .cart-summary table{
            width:600px;
        }
        .cart-summary table img{
            display:none;
        }
        .cart-summary table thead tr th:first-of-type{
            width:75px;
        }
        .cart-summary table thead tr th:nth-of-type(2){
            width:200px;
        }
        .cart-summary table thead tr th:nth-of-type(3){
            width:100px;
        }
        .cart-summary table thead tr th:nth-of-type(4){
            width:100px;
        }
        .cart-summary table thead tr th:last-of-type{
            width:125px;
        }
        .cart-summary table thead tr th, .cart-summary table tbody tr td, .cart-summary table tbody tr td p{
            font-size:13px;
        }
        .cd-user-logout-modal {
            position: fixed;
            top: 50%;
            left: 50%;
            right: auto;
            width:85%;
            /*min-width: 550px;*/
            transform:translate(-50%, -50%);
            z-index: 99999;
        }
        .cart-summary.show {
            display: block;
        }

        #checkout-cart-show i {
            opacity: 1;
        }
        #subcategory-spy{
              top:61px;
          }
          #search_list .list-group .list-group-item{
              width:100%;
          }
          .checkout-prompt-container .checkout-prompt-wrap{
              width:92%;
          }
          .checkout-prompt-container .prompt-back, .checkout-prompt-container .prompt-front{
            padding:20px 0;
            
        }
        .cd-form input.has-padding{
            padding:12px;
        }
        #loggedin-checkout .prompt-back{
            justify-content:flex-start;
        }
        #guest-ship .row, #regular-ship .row{
            width:100%;
        }
        #guest-ship h5 small, #regular-ship h5 small{
            float:none !important;
            display:block;
            margin-top:8px;
        }
    }
    #regular-billing{
        margin-top:15px;
    }
    @media only screen and (max-width:380px){
        #landing #background_video{
           width:100%;
           height:auto;
            top:80px;
           transform: translateX(-50%);
        }
        #landing .hero-text{
            top: 60%;
            padding-top:15px;
            /*background-color:#000;*/
        }
        #landing .hero-text p {
            font-size: 1rem;
            margin-bottom:15px;
          }
          #landing .hero-text h2 {
            font-size: 2rem;
          }
    }