.pop-box-body {
    padding: 20px 20px 10px 20px;
}
.pop-outerBox {
    margin-top: 25px;
}

.pop-container {
    max-width: 800px !important;
}
.paypal-txt{
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}
.paypal-para{
    margin: 2px 0 0 0;
    font-weight: 400;
    font-size: 16px;
}
.pb-none {
    padding-bottom: 0;
}
.main-Content, .main-Content-Detail {
    -ms-overflow-style: none;
    scrollbar-width: 1px;
    overflow-x:hidden;
    flex-grow: 1;
    max-height: calc(100vh - 50vh);
    border: 1px solid transparent;
}
.h-full {
    height: 100%;
}
.buyProdutDiv {
    display: flex;
    justify-content: flex-start;
    background: #efefef;
    padding: 5px 10px;
    border-radius: 15px;
}
.buyProdutImgs{
    width:100px;
    position:relative;
}
.buyProdutImg{
    width:100%;
}
.vrfyTik{
    width:15px;
    position:absolute;
    content:'';
    right:0;
    top:0;
}
.buyProdutDeatils{
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0 0 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.buyProdutDeatils p{
    font-size: 14px;
    font-weight: 600;
    line-height: 1rem;
    margin: 0;
    padding: 0;
}
.buyProdutDeatils p:last-child{
    font-weight: 400;
}

.upsell-List{
    margin-left: 2rem;
    list-style-type: none;
    position: relative;
}
.upsell-Item{
    position:relative;
    border-left-width: 1px;
}
.upsell-Item::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 20px;
    border: 1px solid #e6e6e6;
}
.upsell-Item:after, .upsell-Item:before {
    content: ' ';
    display: table;
}
*, :after, :before {
    box-sizing: border-box;
    border: 0 solid #e6e6e6;
}
.upsellDiv {
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
}
.offerinfo {
    display: flex;
    width: 100%;
}
.offerimg{
    width:100px;
    position:relative;
    overflow:hidden;
}
.offer-image-small{
    width:100%;
}
.vrfyTik{
    width:10px;
    position:absolute;
    content:'';
    right:0;
    top:0;
}
.vrfyTik_2{
    position:absolute;
    content:'';
    right:0;
    top:0;
}
.break-words-and-add-overflow-wrap {
    word-break: break-all;
    word-break: break-word;
    overflow-wrap: anywhere;
}
.text-md {
    font-size: 14px;
    line-height: 20px;
}
.cursor-pointer {
    cursor: pointer;
}
.offerDeatils {
    text-align: left;
    width: 100%;
    padding: 0 0 0 20px;
}
.offerDeatils p{
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin: 0;
    padding:0;
}
.selectBox {
    border-radius: 15px;
    width: 250px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    background-repeat: no-repeat;
    height: 30px;
    padding: 0.3rem 0.3rem 0.3rem 0.3rem;
    border: 1px solid #d7d7d7;
    margin: 5px 0 0 0;
}
.buy-Container {
    width: 200px;
    display: flex;
    justify-content: center;
}
.button-Add {
    width: 100px;
    background: #000;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    border-radius: 15px;
    cursor: pointer;
    padding: 10px 0;
}
.button-sub{
    background:transparent;
    color:#000;
}
.opBtn{
    opacity:0.6;
}
.redTxt{
    color:#F00 !important;
    font-weight:600;
}
.popbox-footer {
    border-top: 1px solid #ccc;
    padding: 0 20px 15px 10px;
    text-align: right;
}
.contuBtn_outer {
    width: 100%;
    float: left;
    padding: 10px 0 0 0;
}
.contuBtn {
    background: #92a3d8;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 25px;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}
.lastUpsellItem{
    position:relative;
}
.lastUpsellItem::before {
    position: absolute;
    content: '';
    left: -5px;
    bottom: 0;
    background: #FFF;
    width: 8px;
    height: 50%;
}

/* accordion-1 */
#accordion-1 {
    position: relative;
    padding: 5px;
    border-top: 1px solid #ededed;
}
#accordion-1 .head{
	display: flex;
  justify-content: space-between;
}
#accordion-1 .arrow{
  transition: 0.25s ease;
  opacity: 1;
  transform: rotate(90deg);
}
#accordion-1 .arrow-animate{
  transform: rotate(-90deg);
  opacity: 1;
}
.heading{
    display:flex;
}
.heading h2 {
    font-size: 1.2rem;
    color: #000;
    font-weight: 600;
    padding: 0 5px 0 0;
}
.displayY{
    display:none;;
}

.main-Content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
  }
  
 .main-Content::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
  }
  
.main-Content::-webkit-scrollbar-thumb {
    background-color: #000000;
  }
.offPrice{
    position: relative;
}
.offPrice:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: #F00;
    transform: rotate(170deg);
    top: 50%;
}
#totalPrice{
    font-weight: 600;
    font-size: 16px;
}
.smry-prodname-box {
    margin: 5px 0 5px;
}
.sumry-pric-row {
    padding: 2px 0 5px;
}
.sumry-pric-row2 {
    padding-bottom: 0;
}
.formobo{
    display:none;
}
#ctabtn-mob {
    background: #000000;
    padding: 9px 10px;
    position: fixed;
    bottom: 0;
    left: auto;
    z-index: 99;
    transition: bottom 1s;
    z-index:1 !important;
    width: 100%;
    text-align: center;
}
#ctabtn-mob a {
    width: 100%;
}

@media(max-width:991px){
    .offerimg {
        width: 60px;
    }
}
@media(max-width:767px){
    .formobo{
        display:block;
    }
}
@media(max-width:576px){
    .upsell-List {
        margin-left: 0;
    }
    .upsellDiv {
        display: block;
        padding: 10px;
    }
    .upsell-Item::after {
        display:none;
    }
    .buy-Container {
        width: 100%;
        margin: 15px 0;
    }
    .selectBox {
        width: 100%;
    }
    .contuBtn_outer a img{
        width:100%;
    }

}
.menu-icon-mobile{
    display:none;
}
.minCardMenu {
    position: fixed;
    z-index: 9999;
    background: #FFF;
    left: 0;
    right: 0;
    padding: 30px;
    height: 100vh;
}
/*Minicart*/
.minCart_payBtn ul li span:after,.minCart_payBtn ul li span:before{content:"";width:10%;height:2px;background:silver;top:50%;position:absolute}.contuBtn{background-color:#37ae9f}.minCart_payBtn{width:100%;float:left;padding:20px}.minCart_payBtn ul li{border-bottom:1px solid transparent}.minCart_payBtn ul li a{text-align:center;color:#fff;padding:0}.minCart_payBtn ul li span{text-align:center;position:relative;font-size:12px;width:100%;float:left;font-weight:600;margin:10px 0}.minCart_payBtn ul li span:before{left:35%;transform:translateY(-50%);-webkit-transform:translateY(-50%)}.minCart_payBtn ul li span:after{right:35%;transform:translateY(-50%);-webkit-transform:translateY(-50%)}.minCart_payBtn ul li .pakge_btn{padding:0}.minCart_payBtn ul li:last-child{padding-top:30px}.minCart_payBtn ul li:last-child a{color:#009de0;font-weight:600;font-size:16px!important}.minCart_payBtn ul li a img{width:100%;border-radius:30px}.paddall{padding:5px 10px}.minCart_payBtn ul li .checkBtn{background:#37ae9f;display:block;padding:10px 0;border-radius:30px;margin:10px 0 0;letter-spacing:.6px;text-decoration:none;text-transform:uppercase;font-weight:800}.minCart_counter{position:relative}.minCart_counter span{position:absolute;top:-5px;color:#fff;font-size:14px;right:-10px;background:#04bf7a;width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-weight:600;border:1px solid #04265e;margin:0}.minCardMenu{padding:10px;z-index:9999}#ctabtn-mob{z-index:9}@media(max-width:1566px){img{height:auto}}@media only screen and (max-width:767px){ul.s2-list3 li img,ul.s4-list2 li img{height:auto}#mobMenuBtn i{font-size:30px;color:#644fb8}.mob-mnu-ic{top:0}.mobimenu-top{padding:15px 10px}}
@media(max-width:767px){
    .forMobo_dFlx{
        display:flex;
        justify-content:space-between;
    }
    .menu-icon-mobile{
        display: flex;
        justify-content: center;
        align-items: center;
    }

}