.exlore_tag {
    width: 80px;
    padding: 10px;
}
/*div#modal-size {*/
/*    width: fit-content;*/
/*}*/
.absolute-close-btn {
    position: absolute;
    top: 7px;
    right: 12px;
    z-index: 1;
}
.addedtocart-img{
    width: 100%;
}
.btn-backToShop {
    background: #ffffff;
    border: 1px solid#F74939;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2E3E49;
    height: 50px;
}
.btn-backToShop:hover {
    background: linear-gradient(134.68deg, #F98600 -5.71%, #FF2F6D 94.86%), #D53FEF;
    text-decoration: none;
    color: #ffffff !important;
}

.btn-proceedToCheckout {
    background: linear-gradient(134.68deg, #FF2F6D -5.71%, #F98600 94.86%), #D53FEF;
    border-radius: 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    height: 50px;
}
#addToCart .modal-content.position-relative {
    background: #FFFFFF;
    box-shadow: 0px 34px 38px -24px rgba(23, 31, 37, 0.15);
    border-radius: 16px;
}
#addToCart-modal-body .product-price, .price-amount {
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 130%;
    display: flex;
    align-items: center;
    color: #171F25;
    opacity: 0.8;
}
.btn-modal-atc{
    background: linear-gradient(134.68deg, #FF2F6D -5.71%, #F98600 94.86%), #D53FEF;
    border-radius: 10px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #fff;
    height: 50px;
}

.btn-modal-os{
    background: #3949DB;
    border: 2px solid #3949DB;
    box-sizing: border-box;
    border-radius: 41px;
    
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.3px;
    color: #FFFFFF;  
}
.btn-modal-atc:hover,
.btn-proceedToCheckout:hover,
.btn-modal-os:hover {
    color: #ffffff;
    text-decoration: none;
}
.msg-title{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 44px;
    line-height: 66px;
    text-align: center;
    color: #171F25;
}
.msg-text{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    text-align: center;
    color: #465D6E;
}
.swal2-popup .swal2-styled.swal2-confirm{
    background: #DBF0FF;
    border-radius: 10px;
    
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #0D6AAE;
}
/***********************************product list*****************************/
/* ===== Product Listing Select Box ===== */
.sel {
    display: inline-block;
    width: 250px;
    position: relative;
    cursor: pointer;
    
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #2E3E49;
    padding: 21px 30px;
    height: 60px;
    
    background: transparent;
    border: 2px solid #465D6E;
    box-sizing: border-box;
    border-radius: 10px;
}

.sel::before {
    position: absolute;
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #2E3E49;
    right: 11px;
    top: calc(50% - 0.5em);
}

.sel.active::before {
    transform: rotateX(-180deg);
}

.sel__placeholder {
    display: block;
    text-align: left;
    pointer-events: none;
    user-select: none;
    visibility: visible;
    /*padding: 8px 16px;*/
}

.sel.active .sel__placeholder {
    visibility: hidden;
}

.sel__placeholder::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 21px 30px;
    content: attr(data-placeholder);
    visibility: hidden;
}

.sel.active .sel__placeholder::before {
    visibility: visible;
}

.sel__box {
    position: absolute;
    width: calc(100% + 4px);
    top: calc(100% - 6px);
    left: -2px;
    display: none;
    list-style-type: none;
    text-align: left;
    cursor: pointer;
    user-select: none;
    border-radius: 0 0 10px 10px;
    
    background: #FFFFFF;
    border: 2px solid #465D6E;
    box-sizing: border-box;
    
}

.sel.active .sel__box {
    display: block;
    animation: fadeInUp 500ms;
}

.sel__box__options {
    display: list-item;
    user-select: none;
    
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    background: transparent;
    padding: 21px 30px;
}
.sel__box > :first-child{
    /*border-top: 2px solid #465D6E;*/
}
.sel__box > :last-child{
   border-radius: 0 0 10px 10px;
}

.sel__box__options:hover {
    background: #c0dffc;
    color: #FFFFFF;
}

.sel--black-panther {
    z-index: 3;
}
/* ===== Keyframes ===== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}
/* ===== Product Listing Select Box ===== */

.product-filter{
    background: #FFFFFF;
    box-shadow: 0px 34px 38px -24px #D1D9E6;
    border-radius: 32px;
}
.product-filter ul{
    overflow-y: scroll;
}
.product-filter .card-header{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 130%;
    color: #465D6E;
    background-color: transparent;
    border-bottom: none;
}
.product-filter .list-group-item a{
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2E3E49;
}
.list-group-item{
    border: none;
}
.list-group-item a .count{
    color: #465D6E;
    opacity: 0.5;
}    
.list-group-item.active{
    background: #DBF0FF;
    border-radius: 4px;
    width: auto;
}
.list-group-item.active a{
    color: #0D6AAE;
}
.list-group-item.active a .count{
    color: #465D6E;
    opacity: 0.5;
}
