/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 @media (min-width: 1024px){
 	.modal-dialog{
 		max-width: 780px !important;
 	}
 }
#psCartModal .ps-cart-pdetails .ps-pimg img{
	margin: 0 auto;
    max-width: 3.706325903em;
    height: auto;
}
#ps_cart_popup_related .related.products{
	width: 100%;
}
#ps_cart_popup_related ul li{
	width: 32%;
	margin: 5px;
}
#psCartModal .modal-title{
	font-size: 22px;
	font-weight: 600;
}
.close.continue-button{
	text-shadow: none;
    opacity: 1;
    font-size: 18px;
    padding: 12px 20px;
}
.ps-btns a{
	background-color: #1692EA !important;
    border-color: #1692EA !important;
    color: white !important;
    text-decoration: none !important;
    padding: 8px 20px;
    display: inline-block;
    margin: 10px 0px;
    font-weight: 400;
}
.ps-btns a:hover{
	background: #333333 !important;
    border-color: #333333 !important;
    opacity: 1 !important;
}
.ps-qtybox .psy-chng{
    cursor: pointer;
}
.ps-qtybox{
        border: 1px solid #ededed;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}
.cart-main-icon{
	height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 27%;
    right: 1%;
    z-index: 99999;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%);
}
.cart-main-icon .ps-cart-contents-count{
	border-radius: 50%;
    position: absolute;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    top: -15px;
    left: -15px;
    background-color: #000000;
    color: #ffffff;
}
.ps-front-mini-cart-list{
    position: fixed;
    height: 100%;
    width: 300px;
    background: #fff;
    top: 0;
    z-index: 999999;
    -webkit-animation: backSlideOut .3s both ease;
    -moz-animation: backSlideOut .3s both ease;
    animation: backSlideOut .3s both ease;
    display: none;
    padding: 10px;
    box-shadow: 0 0px 10px 0 rgb(0 0 0 / 20%);
}
.ps-front-mini-cart-list.cart-side-open{
    right: -300px;
    -webkit-animation: backSlideIn .5s both ease;
    -moz-animation: backSlideIn .5s both ease;
    animation: backSlideIn .5s both ease;
    webkit-animation: backSlideIn .5s both ease;
    -moz-animation: backSlideIn .5s both ease;
    animation: backSlideIn .5s both ease;
    display: block;
}
@-webkit-keyframes backSlideOut {
      0% { opacity: 1; -webkit-transform: translateX(-100%); }
      50% { opacity: 1; }
      100% { opacity: 0; -webkit-transform: translateX(0px); }
    }
    @-moz-keyframes backSlideOut {
      0% { opacity: 1; -webkit-transform: translateX(-100%); }
      50% { opacity: 1; }
      100% { opacity: 0; -webkit-transform: translateX(0px); }
    }
    @keyframes backSlideOut {
      0% { opacity: 1; -webkit-transform: translateX(-100%); }
      50% { opacity: 1; }
      100% { opacity: 0; -webkit-transform: translateX(0px); }
    }

    @-webkit-keyframes backSlideIn {
      0% { opacity: 0; -webkit-transform: translateX(0px); }
      100% { opacity: 1; -webkit-transform: translateX(-100%); }
    }

    @-moz-keyframes backSlideIn {
      0% { opacity: 0; -webkit-transform: translateX(0px); }
      100% { opacity: 1; -webkit-transform: translateX(-100%); }
    }

    @keyframes backSlideIn {
      0% { opacity: 0; -webkit-transform: translateX(0px); }
      100% { opacity: 1; -webkit-transform: translateX(-100%); }
    } 
.ps-front-mini-cart-list .wmf-top-part{
    list-style: none;
    height: calc(95vh - 150px);
    overflow-y: auto;
    color: #000;
    margin: 0;
    border-bottom: 2px solid;
}
.ps-front-mini-cart-list .bottom-part{
    height: 108px;
    bottom: 10px;
    position: absolute;
    padding-top: 30px;
}
.ps-front-mini-cart-list .ps-cart-contents-close{
    position: absolute;
    top: 0;
    right: 8px;
    font-size: 26px;
    color: #333333;
    cursor: pointer;
}
.ps-front-mini-cart-list .product_list_widget li{
    padding: 1em 10px;
}
.ps-front-mini-cart-list .product_list_widget li img{
    float: left;
    margin-right: 14px;
}
.ps-front-mini-cart-list .product_list_widget li .wc_remove_btn{
    float: right;
}
.ps-front-mini-cart-list .ps-ptotal{
    font-weight: bold;
}
.ps-front-mini-cart-list .ps-btns .ps-btn-ch{
    margin-left: 10px;
}
.ps-front-mini-cart-list .ps-cart-popup-loading,
.ps-front-mini-cart-list .ps-cart-popup-loading:before,
.ps-front-mini-cart-list .ps-cart-popup-loading:after {
  background: #333333;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.ps-front-mini-cart-list .ps-cart-popup-loading {
  color: #333333;
    text-indent: -9999em;
    margin: 88px auto;
    position: absolute;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    left: 50%;
}
.ps-front-mini-cart-list .ps-cart-popup-loading:before,
.ps-front-mini-cart-list .ps-cart-popup-loading:after {
  position: absolute;
  top: 0;
  content: '';
}
.ps-front-mini-cart-list .ps-cart-popup-loading:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.ps-front-mini-cart-list .ps-cart-popup-loading:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@media (max-width: 991px){
	#ps_cart_popup_related ul li {
    	width: 100%;
	}
}